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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0058_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-04/func/sub-0058_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e2eb2d8c6580dd95ed871adac62a26c7</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>12:35:11.992500</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.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100318</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a06f671-8b55-43a2-9b4c-2b4e4d176e59||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.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['123511.992500', '123512.452500', '123512.912500', '123513.372500', '123513.832500', '123514.292500', '123514.752500', '123515.212500', '123515.672500', '123516.132500', '123516.592500', '123517.052500', '123517.512500', '123517.972500', '123518.432500', '123518.892500', '123519.352500', '123519.812500', '123520.272500', '123520.732500', '123521.192500', '123521.652500', '123522.112500', '123522.572500', '123523.032500', '123523.492500', '123523.952500', '123524.412500', '123524.872500', '123525.332500', '123525.792500', '123526.252500', '123526.712500', '123527.172500', '123527.632500', '123528.092500', '123528.552500', '123529.012500', '123529.472500', '123529.932500', '123530.392500', '123530.852500', '123531.312500', '123531.772500', '123532.232500', '123532.692500', '123533.152500', '123533.612500', '123534.072500', '123534.532500', '123534.992500', '123535.452500', '123535.912500', '123536.372500', '123536.832500', '123537.292500', '123537.752500', '123538.212500', '123538.672500', '123539.132500', '123539.592500', '123540.052500', '123540.512500', '123540.972500', '123541.432500', '123541.892500', '123542.352500', '123542.812500', '123543.272500', '123543.732500', '123544.192500', '123544.652500', '123545.112500', '123545.572500', '123546.032500', '123546.492500', '123546.952500', '123547.412500', '123547.872500', '123548.332500', '123548.792500', '123549.252500', '123549.712500', '123550.172500', '123550.632500', '123551.092500', '123551.552500', '123552.012500', '123552.472500', '123552.932500', '123553.392500', '123553.852500', '123554.312500', '123554.772500', '123555.232500', '123555.692500', '123556.152500', '123556.612500', '123557.072500', '123557.532500', '123557.992500', '123558.452500', '123558.912500', '123559.372500', '123559.832500', '123600.292500', '123600.752500', '123601.212500', '123601.672500', '123602.132500', '123602.592500', '123603.052500', '123603.512500', '123603.972500', '123604.432500', '123604.892500', '123605.352500', '123605.812500', '123606.272500', '123606.732500', '123607.192500', '123607.652500', '123608.112500', '123608.572500', '123609.032500', '123609.492500', '123609.952500', '123610.412500', '123610.872500', '123611.332500', '123611.792500', '123612.252500', '123612.712500', '123613.172500', '123613.632500', '123614.092500', '123614.552500', '123615.012500', '123615.472500', '123615.932500', '123616.392500', '123616.852500', '123617.312500', '123617.772500', '123618.232500', '123618.692500', '123619.152500', '123619.612500', '123620.072500', '123620.532500', '123620.992500', '123621.452500', '123621.912500', '123622.372500', '123622.832500', '123623.292500', '123623.752500', '123624.212500', '123624.672500', '123625.132500', '123625.592500', '123626.052500', '123626.512500', '123626.972500', '123627.432500', '123627.892500', '123628.352500', '123628.812500', '123629.272500', '123629.732500', '123630.192500', '123630.652500', '123631.112500', '123631.572500', '123632.032500', '123632.492500', '123632.952500', '123633.412500', '123633.872500', '123634.332500', '123634.792500', '123635.252500', '123635.712500', '123636.172500', '123636.632500', '123637.092500', '123637.552500', '123638.012500', '123638.472500', '123638.932500', '123639.392500', '123639.852500', '123640.312500', '123640.772500', '123641.232500', '123641.692500', '123642.152500', '123642.612500', '123643.072500', '123643.532500', '123643.992500', '123644.452500', '123644.912500', '123645.372500', '123645.832500', '123646.292500', '123646.752500', '123647.212500', '123647.672500', '123648.132500', '123648.592500', '123649.052500', '123649.512500', '123649.972500', '123650.432500', '123650.892500', '123651.352500', '123651.812500', '123652.272500', '123652.732500', '123653.192500', '123653.652500', '123654.112500', '123654.572500', '123655.032500', '123655.492500', '123655.952500', '123656.412500', '123656.872500', '123657.332500', '123657.792500', '123658.252500', '123658.712500', '123659.172500', '123659.632500', '123700.092500', '123700.552500', '123701.012500', '123701.472500', '123701.932500', '123702.392500', '123702.852500', '123703.312500', '123703.772500', '123704.232500', '123704.692500', '123705.152500', '123705.612500', '123706.072500', '123706.532500', '123706.992500', '123707.452500', '123707.912500', '123708.372500', '123708.832500', '123709.292500', '123709.752500', '123710.212500', '123710.672500', '123711.132500', '123711.592500', '123712.052500', '123712.512500', '123712.972500', '123713.432500', '123713.892500', '123714.352500', '123714.812500', '123715.272500', '123715.732500', '123716.192500', '123716.652500', '123717.112500', '123717.572500', '123718.032500', '123718.492500', '123718.952500', '123719.412500', '123719.872500', '123720.332500', '123720.792500', '123721.252500', '123721.712500', '123722.172500', '123722.632500', '123723.092500', '123723.552500', '123724.012500', '123724.472500', '123724.932500', '123725.392500', '123725.852500', '123726.312500', '123726.772500', '123727.232500', '123727.692500', '123728.152500', '123728.612500', '123729.072500', '123729.532500', '123729.992500', '123730.452500', '123730.912500', '123731.372500', '123731.832500', '123732.292500', '123732.752500', '123733.212500', '123733.672500', '123734.132500', '123734.592500', '123735.052500', '123735.512500', '123735.972500', '123736.432500', '123736.892500', '123737.352500', '123737.812500', '123738.272500', '123738.732500', '123739.192500', '123739.652500', '123740.112500', '123740.572500', '123741.032500', '123741.492500', '123741.952500', '123742.412500', '123742.872500', '123743.332500', '123743.792500', '123744.252500', '123744.712500', '123745.172500', '123745.632500', '123746.092500', '123746.552500', '123747.012500', '123747.472500', '123747.932500', '123748.392500', '123748.852500', '123749.312500', '123749.772500', '123750.232500', '123750.692500', '123751.152500', '123751.612500', '123752.072500', '123752.532500', '123752.992500', '123753.452500', '123753.912500', '123754.372500', '123754.832500', '123755.292500', '123755.752500', '123756.212500', '123756.672500', '123757.132500', '123757.592500', '123758.052500', '123758.512500', '123758.972500', '123759.432500', '123759.892500', '123800.352500', '123800.812500', '123801.272500', '123801.732500', '123802.192500', '123802.652500', '123803.112500', '123803.572500', '123804.032500', '123804.492500', '123804.952500', '123805.412500', '123805.872500', '123806.332500', '123806.792500', '123807.252500', '123807.712500', '123808.172500', '123808.632500', '123809.092500', '123809.552500', '123810.012500', '123810.472500', '123810.932500', '123811.392500', '123811.852500', '123812.312500', '123812.772500', '123813.232500', '123813.692500', '123814.152500', '123814.612500', '123815.072500', '123815.532500', '123815.992500', '123816.452500', '123816.912500', '123817.372500', '123817.832500', '123818.292500', '123818.752500', '123819.212500', '123819.672500', '123820.132500', '123820.592500', '123821.052500', '123821.512500', '123821.972500', '123822.432500', '123822.892500', '123823.352500', '123823.812500', '123824.272500', '123824.732500', '123825.192500', '123825.652500', '123826.112500', '123826.572500', '123827.032500', '123827.492500', '123827.952500', '123828.412500', '123828.872500', '123829.332500', '123829.792500', '123830.252500', '123830.712500', '123831.172500', '123831.632500', '123832.092500', '123832.552500', '123833.012500', '123833.472500', '123833.932500', '123834.392500', '123834.852500', '123835.312500', '123835.772500', '123836.232500', '123836.692500', '123837.152500', '123837.612500', '123838.072500', '123838.532500', '123838.992500', '123839.452500', '123839.912500', '123840.372500', '123840.832500', '123841.292500', '123841.752500', '123842.212500', '123842.672500', '123843.132500', '123843.592500', '123844.052500', '123844.512500', '123844.972500', '123845.432500', '123845.892500', '123846.352500', '123846.812500', '123847.272500', '123847.732500', '123848.192500', '123848.652500', '123849.112500', '123849.572500', '123850.032500', '123850.492500', '123850.952500', '123851.412500', '123851.872500', '123852.332500', '123852.792500', '123853.252500', '123853.712500', '123854.172500', '123854.632500', '123855.092500', '123855.552500', '123856.012500', '123856.472500', '123856.932500', '123857.392500', '123857.852500', '123858.312500', '123858.772500', '123859.232500', '123859.692500', '123900.152500', '123900.612500', '123901.072500', '123901.532500', '123901.992500', '123902.452500', '123902.912500', '123903.372500', '123903.832500', '123904.292500', '123904.752500', '123905.212500', '123905.672500', '123906.132500', '123906.592500', '123907.052500', '123907.512500', '123907.972500', '123908.432500', '123908.892500', '123909.352500', '123909.812500', '123910.272500', '123910.732500', '123911.192500', '123911.652500', '123912.112500', '123912.572500', '123913.032500', '123913.492500', '123913.952500', '123914.412500', '123914.872500', '123915.332500', '123915.792500', '123916.252500', '123916.712500', '123917.172500', '123917.632500', '123918.092500', '123918.552500', '123919.012500', '123919.472500', '123919.932500', '123920.392500', '123920.852500', '123921.312500', '123921.772500', '123922.232500', '123922.692500', '123923.152500', '123923.612500', '123924.072500', '123924.532500', '123924.992500', '123925.452500', '123925.912500', '123926.372500', '123926.832500', '123927.292500', '123927.752500', '123928.212500', '123928.672500', '123929.132500', '123929.592500', '123930.052500', '123930.512500', '123930.972500', '123931.432500', '123931.892500', '123932.352500', '123932.812500', '123933.272500', '123933.732500', '123934.192500', '123934.652500', '123935.112500', '123935.572500', '123936.032500', '123936.492500', '123936.952500', '123937.412500', '123937.872500', '123938.332500', '123938.792500', '123939.252500', '123939.712500', '123940.172500', '123940.632500', '123941.092500', '123941.552500', '123942.012500', '123942.472500', '123942.932500', '123943.392500', '123943.852500', '123944.312500', '123944.772500', '123945.232500', '123945.692500', '123946.152500', '123946.612500', '123947.072500', '123947.532500', '123947.992500', '123948.452500', '123948.912500', '123949.372500', '123949.832500', '123950.292500', '123950.752500', '123951.212500', '123951.672500', '123952.132500', '123952.592500', '123953.052500', '123953.512500', '123953.972500', '123954.432500', '123954.892500', '123955.352500', '123955.812500', '123956.272500', '123956.732500', '123957.192500', '123957.652500', '123958.112500', '123958.572500', '123959.032500', '123959.492500', '123959.952500', '124000.412500', '124000.872500', '124001.332500', '124001.792500', '124002.252500', '124002.712500', '124003.172500', '124003.632500', '124004.092500', '124004.552500', '124005.012500', '124005.472500', '124005.932500', '124006.392500', '124006.852500', '124007.312500', '124007.772500', '124008.232500', '124008.692500', '124009.152500', '124009.612500', '124010.072500', '124010.532500', '124010.992500', '124011.452500', '124011.912500', '124012.372500', '124012.832500', '124013.292500', '124013.752500', '124014.212500', '124014.672500', '124015.132500', '124015.592500', '124016.052500', '124016.512500', '124016.972500', '124017.432500', '124017.892500', '124018.352500', '124018.812500', '124019.272500', '124019.732500', '124020.192500', '124020.652500', '124021.112500', '124021.572500', '124022.032500', '124022.492500', '124022.952500', '124023.412500', '124023.872500', '124024.332500', '124024.792500', '124025.252500', '124025.712500', '124026.172500', '124026.632500', '124027.092500', '124027.552500', '124028.012500', '124028.472500', '124028.932500', '124029.392500', '124029.852500', '124030.312500', '124030.772500', '124031.232500', '124031.692500', '124032.152500', '124032.612500', '124033.072500', '124033.532500', '124033.992500', '124034.452500', '124034.912500', '124035.372500', '124035.832500', '124036.292500', '124036.752500', '124037.212500', '124037.672500', '124038.132500', '124038.592500', '124039.052500', '124039.512500', '124039.972500', '124040.432500', '124040.892500', '124041.352500', '124041.812500', '124042.272500', '124042.732500', '124043.192500', '124043.652500', '124044.112500', '124044.572500', '124045.032500', '124045.492500', '124045.952500', '124046.412500', '124046.872500', '124047.332500', '124047.792500', '124048.252500', '124048.712500', '124049.172500', '124049.632500', '124050.092500', '124050.552500', '124051.012500', '124051.472500', '124051.932500', '124052.392500', '124052.852500', '124053.312500', '124053.772500', '124054.232500', '124054.692500', '124055.152500', '124055.612500', '124056.072500', '124056.532500', '124056.992500', '124057.452500', '124057.912500', '124058.372500', '124058.832500', '124059.292500', '124059.752500', '124100.212500', '124100.672500', '124101.132500', '124101.592500', '124102.052500', '124102.512500', '124102.972500', '124103.432500', '124103.892500', '124104.352500', '124104.812500', '124105.272500', '124105.732500', '124106.192500', '124106.652500', '124107.112500', '124107.572500', '124108.032500', '124108.492500', '124108.952500', '124109.412500', '124109.872500', '124110.332500', '124110.792500', '124111.252500', '124111.712500', '124112.172500', '124112.632500', '124113.092500', '124113.552500', '124114.012500', '124114.472500', '124114.932500', '124115.392500', '124115.852500', '124116.312500', '124116.772500', '124117.232500', '124117.692500', '124118.152500', '124118.612500', '124119.072500', '124119.532500', '124119.992500', '124120.452500', '124120.912500', '124121.372500', '124121.832500', '124122.292500', '124122.752500', '124123.212500', '124123.672500', '124124.132500', '124124.592500', '124125.052500', '124125.512500', '124125.972500', '124126.432500', '124126.892500', '124127.352500', '124127.812500', '124128.272500', '124128.732500', '124129.192500', '124129.652500', '124130.112500', '124130.572500', '124131.032500', '124131.492500', '124131.952500', '124132.412500', '124132.872500', '124133.332500', '124133.792500', '124134.252500', '124134.712500', '124135.172500', '124135.632500', '124136.092500', '124136.552500', '124137.012500', '124137.472500', '124137.932500', '124138.392500', '124138.852500', '124139.312500', '124139.772500', '124140.232500', '124140.692500', '124141.152500', '124141.612500', '124142.072500', '124142.532500', '124142.992500', '124143.452500', '124143.912500', '124144.372500', '124144.832500', '124145.292500', '124145.752500', '124146.212500', '124146.672500', '124147.132500', '124147.592500', '124148.052500', '124148.512500', '124148.972500', '124149.432500', '124149.892500', '124150.352500', '124150.812500', '124151.272500', '124151.732500', '124152.192500', '124152.652500'], 'ContentTime': ['123538.565000', '123538.568000', '123538.571000', '123538.574000', '123538.576000', '123538.579000', '123538.581000', '123538.584000', '123538.587000', '123538.589000', '123538.592000', '123538.594000', '123538.597000', '123538.599000', '123538.602000', '123538.605000', '123538.607000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.622000', '123538.625000', '123538.627000', '123538.630000', '123538.633000', '123538.635000', '123538.638000', '123538.640000', '123538.643000', '123538.646000', '123538.648000', '123538.651000', '123538.653000', '123538.656000', '123538.658000', '123538.661000', '123538.663000', '123538.666000', '123538.668000', '123538.671000', '123538.680000', '123538.683000', '123538.685000', '123538.688000', '123538.691000', '123538.693000', '123538.696000', '123538.698000', '123538.701000', '123538.703000', '123538.706000', '123538.708000', '123538.711000', '123538.714000', '123558.529000', '123558.532000', '123558.535000', '123558.537000', '123558.540000', '123558.542000', '123558.545000', '123558.547000', '123558.550000', '123558.552000', '123558.555000', '123558.558000', '123558.560000', '123558.563000', '123558.565000', '123558.568000', '123558.571000', '123558.573000', '123558.576000', '123558.578000', '123558.581000', '123558.583000', '123558.586000', '123558.588000', '123558.591000', '123558.594000', '123558.602000', '123558.605000', '123558.607000', '123558.610000', '123558.612000', '123558.615000', '123558.618000', '123558.620000', '123558.623000', '123558.625000', '123558.628000', '123558.630000', '123558.633000', '123558.635000', '123558.638000', '123558.640000', '123558.643000', '123618.529000', '123618.532000', '123618.535000', '123618.538000', '123618.540000', '123618.543000', '123618.545000', '123618.548000', '123618.550000', '123618.553000', '123618.555000', '123618.558000', '123618.561000', '123618.563000', '123618.566000', '123618.568000', '123618.571000', '123618.574000', '123618.576000', '123618.579000', '123618.581000', '123618.592000', '123618.594000', '123618.597000', '123618.599000', '123618.602000', '123618.604000', '123618.607000', '123618.610000', '123618.612000', '123618.615000', '123618.618000', '123618.620000', '123618.623000', '123618.625000', '123618.628000', '123618.630000', '123618.633000', '123618.635000', '123618.638000', '123618.640000', '123618.643000', '123618.646000', '123618.648000', '123638.528000', '123638.531000', '123638.540000', '123638.542000', '123638.545000', '123638.547000', '123638.550000', '123638.553000', '123638.555000', '123638.558000', '123638.560000', '123638.563000', '123638.565000', '123638.568000', '123638.570000', '123638.573000', '123638.576000', '123638.578000', '123638.581000', '123638.583000', '123638.586000', '123638.588000', '123638.591000', '123638.594000', '123638.596000', '123638.599000', '123638.601000', '123638.604000', '123638.606000', '123638.609000', '123638.612000', '123638.614000', '123638.617000', '123638.621000', '123638.623000', '123638.626000', '123638.629000', '123638.631000', '123638.634000', '123638.637000', '123638.639000', '123638.642000', '123638.644000', '123658.529000', '123658.531000', '123658.534000', '123658.537000', '123658.539000', '123658.542000', '123658.544000', '123658.547000', '123658.549000', '123658.552000', '123658.555000', '123658.557000', '123658.560000', '123658.562000', '123658.565000', '123658.568000', '123658.570000', '123658.579000', '123658.581000', '123658.584000', '123658.586000', '123658.589000', '123658.592000', '123658.594000', '123658.597000', '123658.599000', '123658.602000', '123658.605000', '123658.607000', '123658.610000', '123658.612000', '123658.615000', '123658.618000', '123658.620000', '123658.623000', '123658.625000', '123658.628000', '123658.630000', '123658.633000', '123658.636000', '123658.638000', '123658.641000', '123658.643000', '123658.646000', '123718.529000', '123718.531000', '123718.534000', '123718.536000', '123718.539000', '123718.542000', '123718.550000', '123718.553000', '123718.555000', '123718.558000', '123718.560000', '123718.563000', '123718.566000', '123718.568000', '123718.571000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.584000', '123718.586000', '123718.589000', '123718.591000', '123718.594000', '123718.596000', '123718.599000', '123718.602000', '123718.604000', '123718.607000', '123718.609000', '123718.612000', '123718.615000', '123718.617000', '123718.620000', '123718.622000', '123718.625000', '123718.627000', '123718.630000', '123718.632000', '123718.643000', '123718.645000', '123718.649000', '123718.652000', '123738.529000', '123738.532000', '123738.534000', '123738.537000', '123738.539000', '123738.542000', '123738.545000', '123738.547000', '123738.550000', '123738.552000', '123738.555000', '123738.557000', '123738.560000', '123738.563000', '123738.565000', '123738.568000', '123738.570000', '123738.573000', '123738.575000', '123738.578000', '123738.580000', '123738.583000', '123738.586000', '123738.588000', '123738.591000', '123738.593000', '123738.596000', '123738.598000', '123738.601000', '123738.604000', '123738.606000', '123738.609000', '123738.611000', '123738.614000', '123738.616000', '123738.619000', '123738.621000', '123738.624000', '123738.627000', '123738.629000', '123738.632000', '123738.634000', '123738.637000', '123738.640000', '123758.529000', '123758.532000', '123758.535000', '123758.537000', '123758.540000', '123758.542000', '123758.545000', '123758.548000', '123758.550000', '123758.553000', '123758.555000', '123758.558000', '123758.561000', '123758.563000', '123758.566000', '123758.568000', '123758.571000', '123758.573000', '123758.576000', '123758.578000', '123758.581000', '123758.584000', '123758.586000', '123758.589000', '123758.591000', '123758.594000', '123758.597000', '123758.599000', '123758.602000', '123758.604000', '123758.607000', '123758.610000', '123758.612000', '123758.615000', '123758.618000', '123758.620000', '123758.623000', '123758.625000', '123758.628000', '123758.631000', '123758.633000', '123758.636000', '123758.638000', '123818.529000', '123818.532000', '123818.535000', '123818.537000', '123818.540000', '123818.543000', '123818.545000', '123818.548000', '123818.550000', '123818.553000', '123818.555000', '123818.558000', '123818.561000', '123818.563000', '123818.566000', '123818.568000', '123818.571000', '123818.573000', '123818.576000', '123818.578000', '123818.581000', '123818.584000', '123818.586000', '123818.589000', '123818.591000', '123818.594000', '123818.596000', '123818.599000', '123818.602000', '123818.604000', '123818.607000', '123818.609000', '123818.612000', '123818.615000', '123818.617000', '123818.620000', '123818.622000', '123818.625000', '123818.628000', '123818.630000', '123818.633000', '123818.635000', '123818.638000', '123818.640000', '123838.530000', '123838.538000', '123838.540000', '123838.543000', '123838.545000', '123838.548000', '123838.551000', '123838.553000', '123838.556000', '123838.558000', '123838.561000', '123838.564000', '123838.566000', '123838.569000', '123838.571000', '123838.574000', '123838.576000', '123838.579000', '123838.582000', '123838.584000', '123838.587000', '123838.589000', '123838.592000', '123838.594000', '123838.597000', '123838.600000', '123838.602000', '123838.605000', '123838.607000', '123838.610000', '123838.613000', '123838.615000', '123838.618000', '123838.620000', '123838.623000', '123838.625000', '123838.628000', '123838.631000', '123838.633000', '123838.636000', '123838.639000', '123838.642000', '123838.645000', '123858.529000', '123858.531000', '123858.534000', '123858.537000', '123858.539000', '123858.542000', '123858.544000', '123858.561000', '123858.563000', '123858.566000', '123858.569000', '123858.571000', '123858.574000', '123858.576000', '123858.579000', '123858.581000', '123858.584000', '123858.586000', '123858.589000', '123858.592000', '123858.594000', '123858.597000', '123858.599000', '123858.602000', '123858.604000', '123858.607000', '123858.610000', '123858.612000', '123858.615000', '123858.618000', '123858.620000', '123858.623000', '123858.625000', '123858.628000', '123858.630000', '123858.633000', '123858.636000', '123858.638000', '123858.641000', '123858.643000', '123858.646000', '123858.648000', '123858.651000', '123858.654000', '123918.529000', '123918.531000', '123918.534000', '123918.537000', '123918.539000', '123918.542000', '123918.545000', '123918.547000', '123918.550000', '123918.553000', '123918.555000', '123918.565000', '123918.567000', '123918.570000', '123918.573000', '123918.575000', '123918.578000', '123918.580000', '123918.583000', '123918.586000', '123918.588000', '123918.591000', '123918.593000', '123918.596000', '123918.599000', '123918.601000', '123918.604000', '123918.606000', '123918.609000', '123918.611000', '123918.614000', '123918.617000', '123918.619000', '123918.622000', '123918.625000', '123918.627000', '123918.630000', '123918.632000', '123918.635000', '123918.637000', '123918.640000', '123918.643000', '123918.645000', '123938.528000', '123938.531000', '123938.534000', '123938.537000', '123938.539000', '123938.542000', '123938.544000', '123938.547000', '123938.549000', '123938.552000', '123938.555000', '123938.557000', '123938.560000', '123938.562000', '123938.565000', '123938.567000', '123938.570000', '123938.572000', '123938.575000', '123938.578000', '123938.580000', '123938.583000', '123938.585000', '123938.588000', '123938.591000', '123938.593000', '123938.596000', '123938.598000', '123938.601000', '123938.603000', '123938.606000', '123938.608000', '123938.611000', '123938.614000', '123938.616000', '123938.619000', '123938.622000', '123938.624000', '123938.627000', '123938.629000', '123938.632000', '123938.641000', '123938.644000', '123938.646000', '123958.529000', '123958.531000', '123958.534000', '123958.537000', '123958.539000', '123958.542000', '123958.544000', '123958.547000', '123958.549000', '123958.552000', '123958.555000', '123958.557000', '123958.560000', '123958.562000', '123958.565000', '123958.568000', '123958.570000', '123958.573000', '123958.575000', '123958.578000', '123958.581000', '123958.583000', '123958.586000', '123958.588000', '123958.591000', '123958.593000', '123958.596000', '123958.598000', '123958.601000', '123958.604000', '123958.606000', '123958.609000', '123958.611000', '123958.614000', '123958.617000', '123958.619000', '123958.622000', '123958.624000', '123958.627000', '123958.629000', '123958.632000', '123958.634000', '123958.637000', '124018.529000', '124018.533000', '124018.535000', '124018.538000', '124018.541000', '124018.543000', '124018.546000', '124018.548000', '124018.551000', '124018.553000', '124018.556000', '124018.559000', '124018.561000', '124018.564000', '124018.566000', '124018.569000', '124018.571000', '124018.574000', '124018.577000', '124018.579000', '124018.582000', '124018.584000', '124018.587000', '124018.590000', '124018.592000', '124018.595000', '124018.597000', '124018.600000', '124018.602000', '124018.605000', '124018.608000', '124018.610000', '124018.622000', '124018.625000', '124018.627000', '124018.630000', '124018.632000', '124018.635000', '124018.637000', '124018.640000', '124018.643000', '124018.645000', '124018.648000', '124018.650000', '124038.530000', '124038.532000', '124038.535000', '124038.538000', '124038.540000', '124038.554000', '124038.556000', '124038.559000', '124038.562000', '124038.564000', '124038.567000', '124038.569000', '124038.572000', '124038.574000', '124038.577000', '124038.580000', '124038.582000', '124038.585000', '124038.588000', '124038.590000', '124038.593000', '124038.595000', '124038.598000', '124038.601000', '124038.603000', '124038.606000', '124038.608000', '124038.611000', '124038.614000', '124038.616000', '124038.619000', '124038.622000', '124038.624000', '124038.627000', '124038.629000', '124038.632000', '124038.634000', '124038.637000', '124038.640000', '124038.642000', '124038.645000', '124038.647000', '124038.650000', '124058.530000', '124058.532000', '124058.535000', '124058.538000', '124058.540000', '124058.543000', '124058.545000', '124058.548000', '124058.551000', '124058.553000', '124058.556000', '124058.558000', '124058.561000', '124058.564000', '124058.566000', '124058.569000', '124058.571000', '124058.574000', '124058.576000', '124058.579000', '124058.582000', '124058.584000', '124058.587000', '124058.589000', '124058.592000', '124058.595000', '124058.597000', '124058.600000', '124058.602000', '124058.605000', '124058.608000', '124058.610000', '124058.613000', '124058.615000', '124058.618000', '124058.621000', '124058.623000', '124058.626000', '124058.628000', '124058.631000', '124058.633000', '124058.636000', '124058.638000', '124118.528000', '124118.531000', '124118.534000', '124118.536000', '124118.539000', '124118.542000', '124118.544000', '124118.547000', '124118.549000', '124118.552000', '124118.555000', '124118.557000', '124118.561000', '124118.564000', '124118.566000', '124118.569000', '124118.572000', '124118.574000', '124118.577000', '124118.579000', '124118.582000', '124118.584000', '124118.587000', '124118.590000', '124118.592000', '124118.595000', '124118.597000', '124118.600000', '124118.602000', '124118.605000', '124118.608000', '124118.610000', '124118.613000', '124118.615000', '124118.618000', '124118.621000', '124118.623000', '124118.626000', '124118.628000', '124118.631000', '124118.633000', '124118.636000', '124118.638000', '124118.641000', '124138.528000', '124138.531000', '124138.534000', '124138.536000', '124138.539000', '124138.542000', '124138.544000', '124138.547000', '124138.549000', '124138.552000', '124138.555000', '124138.557000', '124138.560000', '124138.562000', '124138.565000', '124138.567000', '124138.571000', '124138.573000', '124138.576000', '124138.579000', '124138.581000', '124138.584000', '124138.586000', '124138.589000', '124138.591000', '124138.594000', '124138.597000', '124138.599000', '124138.602000', '124138.604000', '124138.607000', '124138.609000', '124138.612000', '124138.615000', '124138.617000', '124138.620000', '124138.622000', '124138.625000', '124138.628000', '124138.630000', '124138.633000', '124138.635000', '124138.638000', '124154.181000', '124154.184000', '124154.186000', '124154.189000', '124154.192000', '124154.195000', '124154.198000', '124154.200000', '124154.203000', '124154.206000', '124154.209000', '124154.212000', '124154.215000', '124154.217000', '124154.222000', '124154.225000', '124154.227000', '124154.230000', '124154.233000', '124154.236000', '124154.238000', '124154.241000', '124154.244000', '124154.246000', '124154.249000', '124154.252000', '124154.255000', '124154.258000', '124154.261000', '124154.264000', '124154.268000', '124154.271000', '124154.273000', '124154.276000', '124154.278000'], 'InstanceCreationTime': ['123538.565000', '123538.568000', '123538.571000', '123538.574000', '123538.576000', '123538.579000', '123538.581000', '123538.584000', '123538.587000', '123538.589000', '123538.592000', '123538.594000', '123538.597000', '123538.599000', '123538.602000', '123538.605000', '123538.607000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.622000', '123538.625000', '123538.627000', '123538.630000', '123538.633000', '123538.635000', '123538.638000', '123538.640000', '123538.643000', '123538.646000', '123538.648000', '123538.651000', '123538.653000', '123538.656000', '123538.658000', '123538.661000', '123538.663000', '123538.666000', '123538.668000', '123538.671000', '123538.680000', '123538.683000', '123538.685000', '123538.688000', '123538.691000', '123538.693000', '123538.696000', '123538.698000', '123538.701000', '123538.703000', '123538.706000', '123538.708000', '123538.711000', '123538.714000', '123558.529000', '123558.532000', '123558.535000', '123558.537000', '123558.540000', '123558.542000', '123558.545000', '123558.547000', '123558.550000', '123558.552000', '123558.555000', '123558.558000', '123558.560000', '123558.563000', '123558.565000', '123558.568000', '123558.571000', '123558.573000', '123558.576000', '123558.578000', '123558.581000', '123558.583000', '123558.586000', '123558.588000', '123558.591000', '123558.594000', '123558.602000', '123558.605000', '123558.607000', '123558.610000', '123558.612000', '123558.615000', '123558.618000', '123558.620000', '123558.623000', '123558.625000', '123558.628000', '123558.630000', '123558.633000', '123558.635000', '123558.638000', '123558.640000', '123558.643000', '123618.529000', '123618.532000', '123618.535000', '123618.538000', '123618.540000', '123618.543000', '123618.545000', '123618.548000', '123618.550000', '123618.553000', '123618.555000', '123618.558000', '123618.561000', '123618.563000', '123618.566000', '123618.568000', '123618.571000', '123618.574000', '123618.576000', '123618.579000', '123618.581000', '123618.592000', '123618.594000', '123618.597000', '123618.599000', '123618.602000', '123618.604000', '123618.607000', '123618.610000', '123618.612000', '123618.615000', '123618.618000', '123618.620000', '123618.623000', '123618.625000', '123618.628000', '123618.630000', '123618.633000', '123618.635000', '123618.638000', '123618.640000', '123618.643000', '123618.646000', '123618.648000', '123638.528000', '123638.531000', '123638.540000', '123638.542000', '123638.545000', '123638.547000', '123638.550000', '123638.553000', '123638.555000', '123638.558000', '123638.560000', '123638.563000', '123638.565000', '123638.568000', '123638.570000', '123638.573000', '123638.576000', '123638.578000', '123638.581000', '123638.583000', '123638.586000', '123638.588000', '123638.591000', '123638.594000', '123638.596000', '123638.599000', '123638.601000', '123638.604000', '123638.606000', '123638.609000', '123638.612000', '123638.614000', '123638.617000', '123638.621000', '123638.623000', '123638.626000', '123638.629000', '123638.631000', '123638.634000', '123638.637000', '123638.639000', '123638.642000', '123638.644000', '123658.529000', '123658.531000', '123658.534000', '123658.537000', '123658.539000', '123658.542000', '123658.544000', '123658.547000', '123658.549000', '123658.552000', '123658.555000', '123658.557000', '123658.560000', '123658.562000', '123658.565000', '123658.568000', '123658.570000', '123658.579000', '123658.581000', '123658.584000', '123658.586000', '123658.589000', '123658.592000', '123658.594000', '123658.597000', '123658.599000', '123658.602000', '123658.605000', '123658.607000', '123658.610000', '123658.612000', '123658.615000', '123658.618000', '123658.620000', '123658.623000', '123658.625000', '123658.628000', '123658.630000', '123658.633000', '123658.636000', '123658.638000', '123658.641000', '123658.643000', '123658.646000', '123718.529000', '123718.531000', '123718.534000', '123718.536000', '123718.539000', '123718.542000', '123718.550000', '123718.553000', '123718.555000', '123718.558000', '123718.560000', '123718.563000', '123718.566000', '123718.568000', '123718.571000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.584000', '123718.586000', '123718.589000', '123718.591000', '123718.594000', '123718.596000', '123718.599000', '123718.602000', '123718.604000', '123718.607000', '123718.609000', '123718.612000', '123718.615000', '123718.617000', '123718.620000', '123718.622000', '123718.625000', '123718.627000', '123718.630000', '123718.632000', '123718.643000', '123718.645000', '123718.649000', '123718.652000', '123738.529000', '123738.532000', '123738.534000', '123738.537000', '123738.539000', '123738.542000', '123738.545000', '123738.547000', '123738.550000', '123738.552000', '123738.555000', '123738.557000', '123738.560000', '123738.563000', '123738.565000', '123738.568000', '123738.570000', '123738.573000', '123738.575000', '123738.578000', '123738.580000', '123738.583000', '123738.586000', '123738.588000', '123738.591000', '123738.593000', '123738.596000', '123738.598000', '123738.601000', '123738.604000', '123738.606000', '123738.609000', '123738.611000', '123738.614000', '123738.616000', '123738.619000', '123738.621000', '123738.624000', '123738.627000', '123738.629000', '123738.632000', '123738.634000', '123738.637000', '123738.640000', '123758.529000', '123758.532000', '123758.535000', '123758.537000', '123758.540000', '123758.542000', '123758.545000', '123758.548000', '123758.550000', '123758.553000', '123758.555000', '123758.558000', '123758.561000', '123758.563000', '123758.566000', '123758.568000', '123758.571000', '123758.573000', '123758.576000', '123758.578000', '123758.581000', '123758.584000', '123758.586000', '123758.589000', '123758.591000', '123758.594000', '123758.597000', '123758.599000', '123758.602000', '123758.604000', '123758.607000', '123758.610000', '123758.612000', '123758.615000', '123758.618000', '123758.620000', '123758.623000', '123758.625000', '123758.628000', '123758.631000', '123758.633000', '123758.636000', '123758.638000', '123818.529000', '123818.532000', '123818.535000', '123818.537000', '123818.540000', '123818.543000', '123818.545000', '123818.548000', '123818.550000', '123818.553000', '123818.555000', '123818.558000', '123818.561000', '123818.563000', '123818.566000', '123818.568000', '123818.571000', '123818.573000', '123818.576000', '123818.578000', '123818.581000', '123818.584000', '123818.586000', '123818.589000', '123818.591000', '123818.594000', '123818.596000', '123818.599000', '123818.602000', '123818.604000', '123818.607000', '123818.609000', '123818.612000', '123818.615000', '123818.617000', '123818.620000', '123818.622000', '123818.625000', '123818.628000', '123818.630000', '123818.633000', '123818.635000', '123818.638000', '123818.640000', '123838.530000', '123838.538000', '123838.540000', '123838.543000', '123838.545000', '123838.548000', '123838.551000', '123838.553000', '123838.556000', '123838.558000', '123838.561000', '123838.564000', '123838.566000', '123838.569000', '123838.571000', '123838.574000', '123838.576000', '123838.579000', '123838.582000', '123838.584000', '123838.587000', '123838.589000', '123838.592000', '123838.594000', '123838.597000', '123838.600000', '123838.602000', '123838.605000', '123838.607000', '123838.610000', '123838.613000', '123838.615000', '123838.618000', '123838.620000', '123838.623000', '123838.625000', '123838.628000', '123838.631000', '123838.633000', '123838.636000', '123838.639000', '123838.642000', '123838.645000', '123858.529000', '123858.531000', '123858.534000', '123858.537000', '123858.539000', '123858.542000', '123858.544000', '123858.561000', '123858.563000', '123858.566000', '123858.569000', '123858.571000', '123858.574000', '123858.576000', '123858.579000', '123858.581000', '123858.584000', '123858.586000', '123858.589000', '123858.592000', '123858.594000', '123858.597000', '123858.599000', '123858.602000', '123858.604000', '123858.607000', '123858.610000', '123858.612000', '123858.615000', '123858.618000', '123858.620000', '123858.623000', '123858.625000', '123858.628000', '123858.630000', '123858.633000', '123858.636000', '123858.638000', '123858.641000', '123858.643000', '123858.646000', '123858.648000', '123858.651000', '123858.654000', '123918.529000', '123918.531000', '123918.534000', '123918.537000', '123918.539000', '123918.542000', '123918.545000', '123918.547000', '123918.550000', '123918.553000', '123918.555000', '123918.565000', '123918.567000', '123918.570000', '123918.573000', '123918.575000', '123918.578000', '123918.580000', '123918.583000', '123918.586000', '123918.588000', '123918.591000', '123918.593000', '123918.596000', '123918.599000', '123918.601000', '123918.604000', '123918.606000', '123918.609000', '123918.611000', '123918.614000', '123918.617000', '123918.619000', '123918.622000', '123918.625000', '123918.627000', '123918.630000', '123918.632000', '123918.635000', '123918.637000', '123918.640000', '123918.643000', '123918.645000', '123938.528000', '123938.531000', '123938.534000', '123938.537000', '123938.539000', '123938.542000', '123938.544000', '123938.547000', '123938.549000', '123938.552000', '123938.555000', '123938.557000', '123938.560000', '123938.562000', '123938.565000', '123938.567000', '123938.570000', '123938.572000', '123938.575000', '123938.578000', '123938.580000', '123938.583000', '123938.585000', '123938.588000', '123938.591000', '123938.593000', '123938.596000', '123938.598000', '123938.601000', '123938.603000', '123938.606000', '123938.608000', '123938.611000', '123938.614000', '123938.616000', '123938.619000', '123938.622000', '123938.624000', '123938.627000', '123938.629000', '123938.632000', '123938.641000', '123938.644000', '123938.646000', '123958.529000', '123958.531000', '123958.534000', '123958.537000', '123958.539000', '123958.542000', '123958.544000', '123958.547000', '123958.549000', '123958.552000', '123958.555000', '123958.557000', '123958.560000', '123958.562000', '123958.565000', '123958.568000', '123958.570000', '123958.573000', '123958.575000', '123958.578000', '123958.581000', '123958.583000', '123958.586000', '123958.588000', '123958.591000', '123958.593000', '123958.596000', '123958.598000', '123958.601000', '123958.604000', '123958.606000', '123958.609000', '123958.611000', '123958.614000', '123958.617000', '123958.619000', '123958.622000', '123958.624000', '123958.627000', '123958.629000', '123958.632000', '123958.634000', '123958.637000', '124018.529000', '124018.533000', '124018.535000', '124018.538000', '124018.541000', '124018.543000', '124018.546000', '124018.548000', '124018.551000', '124018.553000', '124018.556000', '124018.559000', '124018.561000', '124018.564000', '124018.566000', '124018.569000', '124018.571000', '124018.574000', '124018.577000', '124018.579000', '124018.582000', '124018.584000', '124018.587000', '124018.590000', '124018.592000', '124018.595000', '124018.597000', '124018.600000', '124018.602000', '124018.605000', '124018.608000', '124018.610000', '124018.622000', '124018.625000', '124018.627000', '124018.630000', '124018.632000', '124018.635000', '124018.637000', '124018.640000', '124018.643000', '124018.645000', '124018.648000', '124018.650000', '124038.530000', '124038.532000', '124038.535000', '124038.538000', '124038.540000', '124038.554000', '124038.556000', '124038.559000', '124038.562000', '124038.564000', '124038.567000', '124038.569000', '124038.572000', '124038.574000', '124038.577000', '124038.580000', '124038.582000', '124038.585000', '124038.588000', '124038.590000', '124038.593000', '124038.595000', '124038.598000', '124038.601000', '124038.603000', '124038.606000', '124038.608000', '124038.611000', '124038.614000', '124038.616000', '124038.619000', '124038.622000', '124038.624000', '124038.627000', '124038.629000', '124038.632000', '124038.634000', '124038.637000', '124038.640000', '124038.642000', '124038.645000', '124038.647000', '124038.650000', '124058.530000', '124058.532000', '124058.535000', '124058.538000', '124058.540000', '124058.543000', '124058.545000', '124058.548000', '124058.551000', '124058.553000', '124058.556000', '124058.558000', '124058.561000', '124058.564000', '124058.566000', '124058.569000', '124058.571000', '124058.574000', '124058.576000', '124058.579000', '124058.582000', '124058.584000', '124058.587000', '124058.589000', '124058.592000', '124058.595000', '124058.597000', '124058.600000', '124058.602000', '124058.605000', '124058.608000', '124058.610000', '124058.613000', '124058.615000', '124058.618000', '124058.621000', '124058.623000', '124058.626000', '124058.628000', '124058.631000', '124058.633000', '124058.636000', '124058.638000', '124118.528000', '124118.531000', '124118.534000', '124118.536000', '124118.539000', '124118.542000', '124118.544000', '124118.547000', '124118.549000', '124118.552000', '124118.555000', '124118.557000', '124118.561000', '124118.564000', '124118.566000', '124118.569000', '124118.572000', '124118.574000', '124118.577000', '124118.579000', '124118.582000', '124118.584000', '124118.587000', '124118.590000', '124118.592000', '124118.595000', '124118.597000', '124118.600000', '124118.602000', '124118.605000', '124118.608000', '124118.610000', '124118.613000', '124118.615000', '124118.618000', '124118.621000', '124118.623000', '124118.626000', '124118.628000', '124118.631000', '124118.633000', '124118.636000', '124118.638000', '124118.641000', '124138.528000', '124138.531000', '124138.534000', '124138.536000', '124138.539000', '124138.542000', '124138.544000', '124138.547000', '124138.549000', '124138.552000', '124138.555000', '124138.557000', '124138.560000', '124138.562000', '124138.565000', '124138.567000', '124138.571000', '124138.573000', '124138.576000', '124138.579000', '124138.581000', '124138.584000', '124138.586000', '124138.589000', '124138.591000', '124138.594000', '124138.597000', '124138.599000', '124138.602000', '124138.604000', '124138.607000', '124138.609000', '124138.612000', '124138.615000', '124138.617000', '124138.620000', '124138.622000', '124138.625000', '124138.628000', '124138.630000', '124138.633000', '124138.635000', '124138.638000', '124154.181000', '124154.184000', '124154.186000', '124154.189000', '124154.192000', '124154.195000', '124154.198000', '124154.200000', '124154.203000', '124154.206000', '124154.209000', '124154.212000', '124154.215000', '124154.217000', '124154.222000', '124154.225000', '124154.227000', '124154.230000', '124154.233000', '124154.236000', '124154.238000', '124154.241000', '124154.244000', '124154.246000', '124154.249000', '124154.252000', '124154.255000', '124154.258000', '124154.261000', '124154.264000', '124154.268000', '124154.271000', '124154.273000', '124154.276000', '124154.278000'], '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': [6669, 7135, 9076, 7808, 8271, 7435, 9509, 8181, 12123, 8659, 12924, 9546, 12688, 8796, 7798, 7725, 8120, 7200, 8841, 6563, 7843, 6745, 8890, 7231, 9773, 7627, 9117, 7857, 9137, 8369, 7960, 8895, 5545, 7619, 5841, 9276, 6933, 8953, 7213, 9131, 7108, 9142, 7281, 9318, 7720, 11995, 8616, 13439, 7613, 8518, 9071, 8674, 9238, 8852, 9209, 8960, 8926, 12756, 9518, 6588, 6041, 7183, 8133, 8789, 9330, 9536, 10798, 7959, 8864, 7644, 8873, 13697, 8159, 9030, 13216, 9444, 8500, 9062, 9051, 14333, 8993, 14140, 10395, 13698, 11710, 7998, 7614, 8359, 8366, 8689, 8867, 8981, 9670, 8912, 7603, 6818, 7698, 8289, 8563, 9148, 8873, 6267, 7065, 7688, 8499, 8806, 7518, 8312, 6853, 10249, 9476, 8119, 9451, 9186, 8958, 8764, 11954, 11179, 12149, 8533, 11430, 8980, 12325, 9120, 10363, 8999, 8398, 6599, 6913, 7755, 8388, 9349, 9154, 10364, 8910, 10779, 8858, 7550, 7493, 8058, 11451, 8387, 12588, 8555, 8760, 8784, 6595, 7372, 6872, 7950, 8015, 8783, 8417, 9343, 8902, 9951, 8914, 7930, 8854, 7758, 8665, 7875, 8375, 8058, 10283, 7937, 8902, 8674, 9154, 8985, 9808, 9048, 7016, 6601, 6729, 7585, 8216, 9580, 8255, 12556, 9078, 11259, 9001, 7804, 8725, 10491, 9494, 11548, 8842, 8003, 7790, 8219, 9216, 8340, 11722, 8856, 12763, 9855, 7780, 10668, 9092, 11565, 9277, 8572, 8938, 8805, 8471, 7242, 7446, 8623, 8129, 9361, 8545, 9174, 10611, 7215, 8532, 11554, 9058, 8645, 12933, 9060, 11857, 8571, 7185, 8314, 7359, 8914, 7610, 7862, 8305, 9755, 8646, 8012, 8448, 6191, 8163, 8180, 8822, 9464, 7980, 9167, 9032, 9100, 7540, 9056, 6932, 7446, 7019, 8994, 6908, 12276, 7046, 9054, 8323, 9208, 8538, 11324, 8729, 12634, 8678, 7705, 8727, 6326, 8791, 7249, 8015, 5879, 7538, 6308, 9677, 7831, 13166, 8427, 9361, 8686, 8687, 8454, 7546, 13588, 9923, 12168, 8592, 9183, 9047, 8683, 9238, 11296, 8987, 13564, 8630, 12816, 10367, 12627, 9714, 8729, 7614, 8828, 9301, 8919, 12738, 8704, 12131, 8713, 10746, 8813, 8851, 8567, 8532, 8882, 9157, 9063, 8532, 6881, 6633, 7193, 8320, 8233, 9046, 8773, 8751, 9225, 9192, 7187, 9012, 6697, 8999, 9971, 8810, 11268, 8986, 6895, 7339, 6703, 8802, 7182, 11174, 6799, 8253, 7403, 8683, 8021, 8986, 8034, 9874, 8489, 12923, 8727, 5657, 8974, 6504, 8727, 7638, 8777, 10755, 8840, 9915, 8462, 6949, 8628, 6570, 7823, 6418, 8566, 7551, 8648, 7559, 9093, 8220, 11525, 8890, 9859, 8849, 7103, 8742, 8175, 8604, 7127, 9855, 7780, 11177, 7936, 9120, 8432, 10968, 8751, 11611, 7721, 7238, 8678, 8410, 8626, 8933, 8831, 9007, 9662, 8923, 13299, 8893, 11132, 8936, 8380, 8881, 7846, 8371, 11288, 8992, 7503, 8734, 7712, 7802, 7258, 8496, 7302, 9293, 7703, 9036, 8684, 8217, 8993, 8004, 9162, 5819, 6493, 5836, 8295, 7579, 9222, 9119, 8826, 9023, 7610, 7650, 8362, 11857, 9043, 11705, 9107, 10774, 8980, 10972, 8627, 11959, 8729, 8811, 8953, 7355, 10489, 8010, 9756, 7675, 8466, 8890, 7839, 6674, 7482, 8609, 8449, 7460, 9571, 9160, 10026, 8624, 11376, 9379, 13258, 13664, 11186, 13576, 9586, 10346, 6575, 7058, 7396, 7839, 8439, 7477, 8581, 8262, 11064, 8704, 9849, 8801, 11673, 8864, 12608, 8949, 9754, 8726, 6961, 9066, 7576, 7393, 6895, 8826, 7116, 8748, 6953, 8176, 7338, 8341, 6351, 7822, 6595, 8201, 7045, 9836, 8652, 9261, 8683, 8596, 8736, 9274, 8842, 11235, 9098, 9314, 8560, 8954, 8471, 11281, 8804, 5727, 8583, 5750, 8901, 6211, 8083, 6566, 8414, 7547, 9170, 7900, 11195, 8273, 12983, 8831, 10099, 8740, 8254, 8830, 7999, 7374, 7085, 8209, 8035, 13254, 8512, 13765, 8920, 12500, 8816, 13530, 8441, 13132, 8867, 11459, 8885, 8370, 9155, 7622, 9027, 7928, 9391, 7973, 7660, 7643, 8905, 8284, 8555, 8141, 8513, 8586, 8703, 9052, 8298, 8888, 7516, 9002, 7900, 8808, 7106, 8861, 6153, 7305, 6997, 8785, 8085, 9563, 8354, 13081, 9683, 13209, 11100, 8216, 8182, 7226, 8194, 8506, 9043, 8662, 11717, 8904, 12326, 8779, 6488, 8443, 7977, 8821, 7132, 7952, 7982, 8156, 6842, 9143, 6743, 9289, 7869, 8637, 8863, 8479, 9149, 8640, 8938, 6400, 6978, 7031, 8058, 8424, 9697, 8829, 12132, 8813, 10881, 9165, 9383, 8904, 7255, 12483, 10409, 12887, 8672, 8347, 8928, 8530, 9092, 7984, 8660, 9962, 8838, 6915, 7704, 8134, 11507, 8403, 12823, 8881, 7143, 8958, 7205, 8932, 7773, 8482, 7729, 8635, 8221, 8709, 10476, 8295, 7617, 7668, 7692, 8428, 8304, 8553, 8956, 8952, 8704, 8633, 8631, 8478, 8846, 8932, 8680, 9420, 8820, 6053, 6652, 6220, 7774, 7780, 9477, 8860, 11805, 9325, 11256, 9325, 11106, 8762, 10189, 9297, 7757, 9524, 8152, 8238, 7954, 13937, 8818, 12985, 8978, 7328, 7220, 6931, 7934, 8352, 9186, 8970, 10018, 9171, 11636, 8944, 8315, 9090, 7814, 8860, 8265, 12164, 8916, 8529, 8896, 6793, 9154, 8545, 9390, 8295, 9207, 7478, 8885, 6890, 8767, 11953, 8725, 10094, 7787, 6449, 7567, 7504, 8308, 6963, 8067, 7160, 8051, 7859, 8725, 9207, 9987, 9035, 9113, 8996, 7899, 9262, 7196, 8743, 9832, 8709, 10682, 11704, 7855, 10068, 8424, 9037, 8683, 6855, 7289, 7750, 10529, 9173, 7308, 9278, 7668, 7917, 8478, 8780, 8016, 13064, 8296, 13813, 9430, 13606, 11286, 10713, 10089, 8976, 7352, 8834, 7308, 8886, 7973, 8986, 8839, 8659, 8200, 9013, 8621, 8271, 9011, 9491, 8815, 10958, 9076, 7882, 8773, 7561, 8914, 9050, 11260, 8820, 9038, 8572, 8399, 8488, 8868, 8361, 9593, 8976, 8819, 8709, 7421, 8704, 5921, 8994, 6199, 7917, 6184, 8226, 8278, 8550, 9084, 9472, 8887, 12342, 10022, 7758, 8035, 7875, 8010, 8317, 8915, 8518, 11608, 7835, 8670, 7765, 8730, 8559, 12743, 8476, 12145, 9020, 6793, 7353, 7978, 9132, 8810, 9326, 9084, 9534, 8949, 8296, 7518, 7944, 8768], 'WindowCenter': [3578.0, 3575.0, 3590.0, 3573.0, 3571.0, 3558.0, 3581.0, 3569.0, 3591.0, 3556.0, 3588.0, 3565.0, 3574.0, 3551.0, 3530.0, 3529.0, 3540.0, 3529.0, 3551.0, 3517.0, 3527.0, 3517.0, 3549.0, 3529.0, 3550.0, 3540.0, 3538.0, 3540.0, 3550.0, 3552.0, 3539.0, 3550.0, 3508.0, 3542.0, 3521.0, 3564.0, 3531.0, 3551.0, 3530.0, 3551.0, 3529.0, 3549.0, 3527.0, 3549.0, 3527.0, 3562.0, 3538.0, 3571.0, 3527.0, 3537.0, 3538.0, 3537.0, 3550.0, 3550.0, 3551.0, 3550.0, 3566.0, 3588.0, 3564.0, 3530.0, 3517.0, 3528.0, 3539.0, 3551.0, 3551.0, 3552.0, 3561.0, 3540.0, 3550.0, 3539.0, 3551.0, 3582.0, 3538.0, 3538.0, 3572.0, 3549.0, 3537.0, 3537.0, 3531.0, 3564.0, 3536.0, 3569.0, 3537.0, 3558.0, 3545.0, 3512.0, 3512.0, 3524.0, 3523.0, 3524.0, 3535.0, 3536.0, 3547.0, 3538.0, 3526.0, 3516.0, 3527.0, 3538.0, 3552.0, 3550.0, 3552.0, 3518.0, 3527.0, 3540.0, 3553.0, 3566.0, 3542.0, 3554.0, 3532.0, 3565.0, 3564.0, 3542.0, 3563.0, 3551.0, 3552.0, 3551.0, 3574.0, 3561.0, 3561.0, 3537.0, 3559.0, 3536.0, 3557.0, 3537.0, 3547.0, 3539.0, 3538.0, 3515.0, 3516.0, 3526.0, 3539.0, 3551.0, 3550.0, 3550.0, 3540.0, 3559.0, 3537.0, 3515.0, 3528.0, 3528.0, 3560.0, 3527.0, 3558.0, 3525.0, 3536.0, 3537.0, 3516.0, 3528.0, 3515.0, 3527.0, 3538.0, 3537.0, 3540.0, 3550.0, 3550.0, 3549.0, 3539.0, 3527.0, 3538.0, 3525.0, 3536.0, 3526.0, 3537.0, 3525.0, 3548.0, 3524.0, 3536.0, 3537.0, 3536.0, 3537.0, 3547.0, 3538.0, 3514.0, 3516.0, 3515.0, 3527.0, 3539.0, 3550.0, 3540.0, 3571.0, 3539.0, 3560.0, 3537.0, 3526.0, 3539.0, 3548.0, 3549.0, 3559.0, 3536.0, 3524.0, 3513.0, 3538.0, 3548.0, 3537.0, 3559.0, 3538.0, 3571.0, 3550.0, 3527.0, 3560.0, 3549.0, 3560.0, 3544.0, 3538.0, 3537.0, 3537.0, 3538.0, 3526.0, 3527.0, 3536.0, 3524.0, 3535.0, 3536.0, 3536.0, 3545.0, 3513.0, 3524.0, 3545.0, 3535.0, 3524.0, 3556.0, 3535.0, 3556.0, 3524.0, 3500.0, 3523.0, 3500.0, 3523.0, 3510.0, 3512.0, 3511.0, 3528.0, 3522.0, 3511.0, 3523.0, 3506.0, 3538.0, 3551.0, 3550.0, 3562.0, 3538.0, 3563.0, 3552.0, 3553.0, 3539.0, 3551.0, 3528.0, 3527.0, 3527.0, 3551.0, 3529.0, 3572.0, 3528.0, 3538.0, 3539.0, 3551.0, 3551.0, 3560.0, 3552.0, 3571.0, 3539.0, 3525.0, 3551.0, 3518.0, 3551.0, 3529.0, 3540.0, 3505.0, 3528.0, 3531.0, 3551.0, 3542.0, 3572.0, 3539.0, 3549.0, 3553.0, 3551.0, 3541.0, 3540.0, 3584.0, 3563.0, 3574.0, 3550.0, 3550.0, 3552.0, 3539.0, 3550.0, 3560.0, 3540.0, 3571.0, 3540.0, 3571.0, 3549.0, 3558.0, 3535.0, 3522.0, 3510.0, 3520.0, 3520.0, 3521.0, 3543.0, 3521.0, 3542.0, 3521.0, 3532.0, 3521.0, 3508.0, 3509.0, 3509.0, 3522.0, 3522.0, 3515.0, 3522.0, 3513.0, 3501.0, 3514.0, 3537.0, 3536.0, 3551.0, 3550.0, 3540.0, 3551.0, 3551.0, 3527.0, 3538.0, 3515.0, 3551.0, 3561.0, 3550.0, 3560.0, 3539.0, 3515.0, 3516.0, 3517.0, 3549.0, 3515.0, 3560.0, 3516.0, 3525.0, 3514.0, 3536.0, 3552.0, 3550.0, 3539.0, 3551.0, 3551.0, 3571.0, 3538.0, 3505.0, 3549.0, 3516.0, 3539.0, 3528.0, 3540.0, 3562.0, 3539.0, 3550.0, 3533.0, 3516.0, 3537.0, 3517.0, 3527.0, 3518.0, 3539.0, 3527.0, 3537.0, 3540.0, 3550.0, 3540.0, 3573.0, 3549.0, 3549.0, 3538.0, 3515.0, 3538.0, 3526.0, 3538.0, 3528.0, 3549.0, 3528.0, 3558.0, 3525.0, 3536.0, 3538.0, 3547.0, 3537.0, 3558.0, 3526.0, 3526.0, 3537.0, 3537.0, 3537.0, 3537.0, 3536.0, 3537.0, 3549.0, 3539.0, 3571.0, 3537.0, 3545.0, 3524.0, 3510.0, 3522.0, 3510.0, 3524.0, 3544.0, 3524.0, 3500.0, 3521.0, 3509.0, 3510.0, 3510.0, 3522.0, 3513.0, 3533.0, 3513.0, 3522.0, 3523.0, 3524.0, 3550.0, 3537.0, 3550.0, 3506.0, 3515.0, 3508.0, 3551.0, 3541.0, 3564.0, 3553.0, 3551.0, 3564.0, 3541.0, 3542.0, 3553.0, 3575.0, 3551.0, 3572.0, 3551.0, 3561.0, 3552.0, 3561.0, 3551.0, 3571.0, 3540.0, 3536.0, 3551.0, 3527.0, 3548.0, 3539.0, 3548.0, 3525.0, 3525.0, 3537.0, 3527.0, 3516.0, 3528.0, 3553.0, 3552.0, 3531.0, 3564.0, 3551.0, 3549.0, 3539.0, 3559.0, 3551.0, 3572.0, 3572.0, 3560.0, 3570.0, 3548.0, 3546.0, 3514.0, 3514.0, 3513.0, 3526.0, 3525.0, 3528.0, 3539.0, 3539.0, 3557.0, 3525.0, 3535.0, 3538.0, 3545.0, 3535.0, 3544.0, 3522.0, 3521.0, 3523.0, 3514.0, 3536.0, 3525.0, 3514.0, 3528.0, 3537.0, 3513.0, 3537.0, 3527.0, 3537.0, 3528.0, 3537.0, 3503.0, 3525.0, 3517.0, 3538.0, 3522.0, 3561.0, 3539.0, 3538.0, 3539.0, 3553.0, 3552.0, 3550.0, 3553.0, 3559.0, 3537.0, 3548.0, 3552.0, 3539.0, 3538.0, 3561.0, 3550.0, 3506.0, 3539.0, 3507.0, 3565.0, 3520.0, 3553.0, 3531.0, 3552.0, 3539.0, 3548.0, 3541.0, 3559.0, 3539.0, 3571.0, 3550.0, 3548.0, 3550.0, 3537.0, 3551.0, 3539.0, 3528.0, 3516.0, 3540.0, 3540.0, 3571.0, 3537.0, 3568.0, 3523.0, 3558.0, 3537.0, 3558.0, 3524.0, 3556.0, 3524.0, 3544.0, 3536.0, 3524.0, 3535.0, 3513.0, 3522.0, 3511.0, 3536.0, 3525.0, 3513.0, 3525.0, 3537.0, 3523.0, 3523.0, 3538.0, 3538.0, 3538.0, 3538.0, 3537.0, 3525.0, 3538.0, 3527.0, 3552.0, 3540.0, 3552.0, 3542.0, 3550.0, 3519.0, 3530.0, 3529.0, 3550.0, 3542.0, 3561.0, 3541.0, 3574.0, 3551.0, 3575.0, 3562.0, 3537.0, 3524.0, 3525.0, 3525.0, 3537.0, 3538.0, 3538.0, 3561.0, 3539.0, 3559.0, 3536.0, 3515.0, 3539.0, 3524.0, 3536.0, 3501.0, 3512.0, 3513.0, 3524.0, 3515.0, 3535.0, 3515.0, 3535.0, 3525.0, 3525.0, 3536.0, 3538.0, 3552.0, 3539.0, 3551.0, 3518.0, 3529.0, 3517.0, 3528.0, 3554.0, 3562.0, 3551.0, 3574.0, 3539.0, 3548.0, 3551.0, 3550.0, 3551.0, 3529.0, 3574.0, 3561.0, 3574.0, 3539.0, 3537.0, 3537.0, 3535.0, 3538.0, 3527.0, 3538.0, 3547.0, 3537.0, 3515.0, 3528.0, 3538.0, 3558.0, 3526.0, 3558.0, 3523.0, 3513.0, 3550.0, 3528.0, 3539.0, 3527.0, 3525.0, 3512.0, 3525.0, 3524.0, 3524.0, 3545.0, 3524.0, 3526.0, 3515.0, 3523.0, 3524.0, 3539.0, 3551.0, 3550.0, 3550.0, 3552.0, 3538.0, 3540.0, 3541.0, 3550.0, 3538.0, 3540.0, 3550.0, 3550.0, 3517.0, 3518.0, 3518.0, 3538.0, 3541.0, 3562.0, 3552.0, 3574.0, 3550.0, 3561.0, 3551.0, 3562.0, 3540.0, 3549.0, 3537.0, 3513.0, 3529.0, 3526.0, 3525.0, 3525.0, 3568.0, 3535.0, 3558.0, 3535.0, 3514.0, 3509.0, 3515.0, 3526.0, 3541.0, 3550.0, 3551.0, 3551.0, 3550.0, 3559.0, 3537.0, 3527.0, 3538.0, 3526.0, 3537.0, 3539.0, 3554.0, 3539.0, 3537.0, 3538.0, 3516.0, 3549.0, 3552.0, 3553.0, 3541.0, 3548.0, 3524.0, 3537.0, 3527.0, 3538.0, 3557.0, 3526.0, 3546.0, 3515.0, 3503.0, 3525.0, 3524.0, 3536.0, 3516.0, 3527.0, 3527.0, 3538.0, 3540.0, 3551.0, 3552.0, 3552.0, 3551.0, 3539.0, 3538.0, 3528.0, 3539.0, 3516.0, 3538.0, 3550.0, 3539.0, 3549.0, 3560.0, 3527.0, 3548.0, 3526.0, 3537.0, 3538.0, 3517.0, 3529.0, 3541.0, 3562.0, 3551.0, 3529.0, 3550.0, 3529.0, 3527.0, 3539.0, 3538.0, 3528.0, 3571.0, 3540.0, 3572.0, 3538.0, 3574.0, 3560.0, 3561.0, 3551.0, 3537.0, 3526.0, 3537.0, 3526.0, 3538.0, 3527.0, 3539.0, 3550.0, 3553.0, 3539.0, 3538.0, 3538.0, 3526.0, 3535.0, 3535.0, 3535.0, 3548.0, 3537.0, 3526.0, 3537.0, 3526.0, 3549.0, 3537.0, 3548.0, 3537.0, 3523.0, 3522.0, 3522.0, 3525.0, 3537.0, 3527.0, 3550.0, 3538.0, 3536.0, 3538.0, 3515.0, 3539.0, 3505.0, 3552.0, 3519.0, 3553.0, 3521.0, 3552.0, 3553.0, 3552.0, 3568.0, 3566.0, 3555.0, 3588.0, 3566.0, 3528.0, 3529.0, 3528.0, 3528.0, 3551.0, 3553.0, 3541.0, 3562.0, 3526.0, 3526.0, 3520.0, 3538.0, 3537.0, 3572.0, 3539.0, 3559.0, 3537.0, 3515.0, 3528.0, 3539.0, 3552.0, 3539.0, 3539.0, 3539.0, 3548.0, 3551.0, 3540.0, 3530.0, 3541.0, 3535.0], 'WindowWidth': [8136.0, 8122.0, 8136.0, 8114.0, 8107.0, 8083.0, 8118.0, 8098.0, 8133.0, 8075.0, 8124.0, 8081.0, 8095.0, 8059.0, 8028.0, 8026.0, 8042.0, 8024.0, 8056.0, 8006.0, 8020.0, 8008.0, 8051.0, 8027.0, 8055.0, 8041.0, 8035.0, 8044.0, 8055.0, 8062.0, 8040.0, 8056.0, 7997.0, 8050.0, 8023.0, 8082.0, 8033.0, 8060.0, 8030.0, 8057.0, 8026.0, 8051.0, 8018.0, 8052.0, 8022.0, 8076.0, 8036.0, 8087.0, 8019.0, 8033.0, 8037.0, 8034.0, 8055.0, 8055.0, 8058.0, 8058.0, 8088.0, 8126.0, 8081.0, 8028.0, 8008.0, 8023.0, 8039.0, 8056.0, 8058.0, 8061.0, 8073.0, 8042.0, 8054.0, 8040.0, 8056.0, 8104.0, 8036.0, 8035.0, 8090.0, 8051.0, 8032.0, 8033.0, 8019.0, 8074.0, 8030.0, 8083.0, 8033.0, 8066.0, 8041.0, 7992.0, 7992.0, 8009.0, 8008.0, 8010.0, 8027.0, 8029.0, 8047.0, 8036.0, 8016.0, 8003.0, 8022.0, 8037.0, 8061.0, 8056.0, 8061.0, 8010.0, 8022.0, 8044.0, 8064.0, 8086.0, 8050.0, 8069.0, 8037.0, 8084.0, 8079.0, 8050.0, 8077.0, 8058.0, 8062.0, 8059.0, 8093.0, 8073.0, 8073.0, 8032.0, 8065.0, 8029.0, 8060.0, 8034.0, 8049.0, 8039.0, 8035.0, 8002.0, 8003.0, 8018.0, 8038.0, 8059.0, 8057.0, 8057.0, 8043.0, 8065.0, 8032.0, 8000.0, 8021.0, 8021.0, 8069.0, 8017.0, 8062.0, 8012.0, 8031.0, 8035.0, 8005.0, 8023.0, 8002.0, 8019.0, 8035.0, 8033.0, 8041.0, 8056.0, 8054.0, 8053.0, 8040.0, 8018.0, 8033.0, 8013.0, 8028.0, 8015.0, 8034.0, 8014.0, 8050.0, 8011.0, 8029.0, 8033.0, 8029.0, 8033.0, 8047.0, 8036.0, 7999.0, 8003.0, 8002.0, 8019.0, 8039.0, 8055.0, 8041.0, 8086.0, 8037.0, 8067.0, 8032.0, 8019.0, 8038.0, 8049.0, 8052.0, 8065.0, 8030.0, 8009.0, 7996.0, 8036.0, 8048.0, 8033.0, 8067.0, 8036.0, 8085.0, 8056.0, 8022.0, 8069.0, 8052.0, 8071.0, 8044.0, 8035.0, 8033.0, 8032.0, 8035.0, 8018.0, 8019.0, 8028.0, 8011.0, 8026.0, 8031.0, 8030.0, 8039.0, 7992.0, 8008.0, 8041.0, 8026.0, 8010.0, 8056.0, 8026.0, 8055.0, 8010.0, 7972.0, 8006.0, 7972.0, 8006.0, 7986.0, 7990.0, 7988.0, 8009.0, 8003.0, 7987.0, 8007.0, 7990.0, 8035.0, 8059.0, 8056.0, 8074.0, 8039.0, 8078.0, 8064.0, 8063.0, 8042.0, 8057.0, 8022.0, 8020.0, 8020.0, 8059.0, 8027.0, 8089.0, 8022.0, 8035.0, 8037.0, 8060.0, 8058.0, 8070.0, 8060.0, 8084.0, 8038.0, 8015.0, 8059.0, 8014.0, 8059.0, 8028.0, 8039.0, 7987.0, 8021.0, 8033.0, 8058.0, 8047.0, 8090.0, 8039.0, 8053.0, 8064.0, 8060.0, 8046.0, 8045.0, 8111.0, 8077.0, 8096.0, 8057.0, 8057.0, 8060.0, 8040.0, 8055.0, 8070.0, 8040.0, 8085.0, 8042.0, 8086.0, 8052.0, 8063.0, 8025.0, 8002.0, 7984.0, 7995.0, 7999.0, 8001.0, 8032.0, 8000.0, 8029.0, 8000.0, 8015.0, 7999.0, 7979.0, 7981.0, 7981.0, 8005.0, 8003.0, 7993.0, 8006.0, 7994.0, 7977.0, 7998.0, 8034.0, 8029.0, 8059.0, 8056.0, 8043.0, 8060.0, 8058.0, 8020.0, 8036.0, 8002.0, 8057.0, 8074.0, 8055.0, 8072.0, 8038.0, 8000.0, 8001.0, 8006.0, 8053.0, 8002.0, 8071.0, 8002.0, 8014.0, 7997.0, 8031.0, 8063.0, 8056.0, 8040.0, 8057.0, 8058.0, 8086.0, 8037.0, 7990.0, 8052.0, 8005.0, 8039.0, 8022.0, 8041.0, 8074.0, 8038.0, 8053.0, 8025.0, 8001.0, 8033.0, 8008.0, 8019.0, 8009.0, 8038.0, 8020.0, 8034.0, 8041.0, 8055.0, 8043.0, 8091.0, 8052.0, 8052.0, 8036.0, 8002.0, 8034.0, 8015.0, 8036.0, 8022.0, 8053.0, 8020.0, 8062.0, 8013.0, 8030.0, 8035.0, 8045.0, 8033.0, 8064.0, 8017.0, 8017.0, 8032.0, 8032.0, 8032.0, 8034.0, 8029.0, 8033.0, 8052.0, 8039.0, 8084.0, 8032.0, 8040.0, 8009.0, 7985.0, 8002.0, 7984.0, 8010.0, 8037.0, 8009.0, 7973.0, 7999.0, 7981.0, 7983.0, 7985.0, 8004.0, 7996.0, 8021.0, 7993.0, 8005.0, 8007.0, 8012.0, 8055.0, 8032.0, 8053.0, 7989.0, 8001.0, 7998.0, 8059.0, 8046.0, 8080.0, 8064.0, 8059.0, 8082.0, 8048.0, 8050.0, 8063.0, 8100.0, 8057.0, 8090.0, 8057.0, 8073.0, 8062.0, 8072.0, 8059.0, 8086.0, 8040.0, 8030.0, 8059.0, 8021.0, 8051.0, 8038.0, 8050.0, 8014.0, 8012.0, 8033.0, 8020.0, 8005.0, 8023.0, 8064.0, 8062.0, 8032.0, 8079.0, 8058.0, 8054.0, 8037.0, 8065.0, 8058.0, 8088.0, 8091.0, 8070.0, 8090.0, 8048.0, 8046.0, 7999.0, 7998.0, 7994.0, 8013.0, 8013.0, 8024.0, 8037.0, 8037.0, 8060.0, 8012.0, 8025.0, 8034.0, 8040.0, 8027.0, 8038.0, 8004.0, 8001.0, 8005.0, 7998.0, 8029.0, 8012.0, 7997.0, 8024.0, 8032.0, 7994.0, 8031.0, 8020.0, 8031.0, 8022.0, 8032.0, 7982.0, 8013.0, 8004.0, 8035.0, 8012.0, 8072.0, 8040.0, 8034.0, 8038.0, 8065.0, 8060.0, 8055.0, 8062.0, 8064.0, 8032.0, 8049.0, 8062.0, 8038.0, 8035.0, 8070.0, 8054.0, 7990.0, 8037.0, 7997.0, 8082.0, 8016.0, 8066.0, 8031.0, 8059.0, 8038.0, 8053.0, 8046.0, 8070.0, 8042.0, 8087.0, 8054.0, 8051.0, 8055.0, 8036.0, 8057.0, 8040.0, 8022.0, 8004.0, 8041.0, 8043.0, 8087.0, 8034.0, 8081.0, 8008.0, 8061.0, 8031.0, 8061.0, 8014.0, 8062.0, 8008.0, 8037.0, 8030.0, 8011.0, 8026.0, 7994.0, 8004.0, 7986.0, 8030.0, 8014.0, 7994.0, 8014.0, 8030.0, 8007.0, 8008.0, 8037.0, 8038.0, 8035.0, 8036.0, 8034.0, 8014.0, 8035.0, 8021.0, 8062.0, 8042.0, 8061.0, 8049.0, 8057.0, 8013.0, 8029.0, 8026.0, 8054.0, 8045.0, 8075.0, 8045.0, 8095.0, 8060.0, 8101.0, 8077.0, 8032.0, 8012.0, 8013.0, 8013.0, 8030.0, 8034.0, 8036.0, 8071.0, 8038.0, 8063.0, 8028.0, 8001.0, 8040.0, 8011.0, 8029.0, 7974.0, 7989.0, 7992.0, 8010.0, 8000.0, 8026.0, 7999.0, 8027.0, 8012.0, 8013.0, 8029.0, 8034.0, 8060.0, 8038.0, 8058.0, 8011.0, 8023.0, 8005.0, 8020.0, 8065.0, 8074.0, 8056.0, 8093.0, 8039.0, 8048.0, 8056.0, 8055.0, 8055.0, 8026.0, 8093.0, 8072.0, 8097.0, 8037.0, 8031.0, 8031.0, 8027.0, 8033.0, 8017.0, 8033.0, 8045.0, 8029.0, 7998.0, 8021.0, 8037.0, 8061.0, 8015.0, 8061.0, 8007.0, 7993.0, 8055.0, 8022.0, 8039.0, 8018.0, 8013.0, 7991.0, 8011.0, 8010.0, 8009.0, 8038.0, 8010.0, 8014.0, 7997.0, 8007.0, 8008.0, 8038.0, 8059.0, 8055.0, 8056.0, 8060.0, 8035.0, 8041.0, 8044.0, 8055.0, 8037.0, 8041.0, 8054.0, 8053.0, 8006.0, 8008.0, 8009.0, 8038.0, 8044.0, 8074.0, 8061.0, 8092.0, 8054.0, 8071.0, 8057.0, 8074.0, 8040.0, 8051.0, 8033.0, 7992.0, 8010.0, 8011.0, 8013.0, 8014.0, 8076.0, 8027.0, 8063.0, 8026.0, 7996.0, 7987.0, 7999.0, 8014.0, 8044.0, 8053.0, 8056.0, 8057.0, 8052.0, 8063.0, 8030.0, 8018.0, 8033.0, 8015.0, 8033.0, 8036.0, 8058.0, 8037.0, 8031.0, 8034.0, 8002.0, 8049.0, 8060.0, 8063.0, 8043.0, 8051.0, 8011.0, 8031.0, 8020.0, 8033.0, 8060.0, 8016.0, 8042.0, 7997.0, 7979.0, 8011.0, 8012.0, 8028.0, 8002.0, 8018.0, 8020.0, 8035.0, 8045.0, 8058.0, 8060.0, 8059.0, 8056.0, 8038.0, 8036.0, 8019.0, 8036.0, 8004.0, 8035.0, 8054.0, 8038.0, 8049.0, 8070.0, 8018.0, 8048.0, 8015.0, 8031.0, 8033.0, 8007.0, 8026.0, 8042.0, 8076.0, 8056.0, 8025.0, 8054.0, 8023.0, 8019.0, 8034.0, 8034.0, 8020.0, 8083.0, 8039.0, 8089.0, 8037.0, 8099.0, 8070.0, 8072.0, 8057.0, 8034.0, 8017.0, 8033.0, 8017.0, 8036.0, 8019.0, 8037.0, 8055.0, 8062.0, 8039.0, 8038.0, 8033.0, 8014.0, 8025.0, 8024.0, 8026.0, 8046.0, 8031.0, 8014.0, 8031.0, 8016.0, 8052.0, 8032.0, 8050.0, 8031.0, 8006.0, 8003.0, 8002.0, 8009.0, 8031.0, 8018.0, 8052.0, 8033.0, 8030.0, 8034.0, 7999.0, 8035.0, 7988.0, 8060.0, 8014.0, 8065.0, 8019.0, 8061.0, 8062.0, 8060.0, 8092.0, 8086.0, 8069.0, 8121.0, 8086.0, 8023.0, 8024.0, 8020.0, 8021.0, 8059.0, 8061.0, 8042.0, 8072.0, 8014.0, 8014.0, 8001.0, 8032.0, 8032.0, 8084.0, 8038.0, 8064.0, 8031.0, 7999.0, 8020.0, 8038.0, 8059.0, 8036.0, 8037.0, 8035.0, 8050.0, 8057.0, 8042.0, 8028.0, 8042.0, 8033.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.00024211072664359864</td></tr>
<tr><td colspan=3>aqi</td><td>0.020462153979238753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.718327308648945</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2303979905773668</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978987652540414</td></tr>
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
<tr><td colspan=3>fber</td><td>5055.3008</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09141343507224955</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.229527104959631</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.467524059209279</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350884034859648</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693565753962206</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.358122388805982</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160359</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01569344662129879</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03291783481836319</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.008408412748152</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2621</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.078</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>404.7924</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2741.4771</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>721.4789</td></tr>
<tr><td colspan=3>tsnr</td><td>41.72144027799368</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>