ds005256-mriqc/sub-0056_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 4ab051eaec [DATALAD RUNCMD] Compute MRIQC for sub-0056
=== 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-0056 --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-0056",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:40:31 +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-0056_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0056_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fbbaa41ea3448d1151f2e185c6005d3c</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>18:14:58.222500</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0861828</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3bf46a62-2aa7-45ad-bc15-2ef37667a785||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['181458.222500', '181458.682500', '181459.142500', '181459.602500', '181500.062500', '181500.522500', '181500.982500', '181501.442500', '181501.902500', '181502.362500', '181502.822500', '181503.282500', '181503.742500', '181504.202500', '181504.662500', '181505.122500', '181505.582500', '181506.042500', '181506.502500', '181506.962500', '181507.422500', '181507.882500', '181508.342500', '181508.802500', '181509.262500', '181509.722500', '181510.182500', '181510.642500', '181511.102500', '181511.562500', '181512.022500', '181512.482500', '181512.942500', '181513.402500', '181513.862500', '181514.322500', '181514.782500', '181515.242500', '181515.702500', '181516.162500', '181516.622500', '181517.082500', '181517.542500', '181518.002500', '181518.462500', '181518.922500', '181519.382500', '181519.842500', '181520.302500', '181520.762500', '181521.222500', '181521.682500', '181522.142500', '181522.602500', '181523.062500', '181523.522500', '181523.982500', '181524.442500', '181524.902500', '181525.362500', '181525.822500', '181526.282500', '181526.742500', '181527.202500', '181527.662500', '181528.122500', '181528.582500', '181529.042500', '181529.502500', '181529.962500', '181530.422500', '181530.882500', '181531.342500', '181531.802500', '181532.262500', '181532.722500', '181533.182500', '181533.642500', '181534.102500', '181534.562500', '181535.022500', '181535.482500', '181535.942500', '181536.402500', '181536.862500', '181537.322500', '181537.782500', '181538.242500', '181538.702500', '181539.162500', '181539.622500', '181540.082500', '181540.542500', '181541.002500', '181541.462500', '181541.922500', '181542.382500', '181542.842500', '181543.302500', '181543.762500', '181544.222500', '181544.682500', '181545.142500', '181545.602500', '181546.062500', '181546.522500', '181546.982500', '181547.442500', '181547.902500', '181548.362500', '181548.822500', '181549.282500', '181549.742500', '181550.202500', '181550.662500', '181551.122500', '181551.582500', '181552.042500', '181552.502500', '181552.962500', '181553.422500', '181553.882500', '181554.342500', '181554.802500', '181555.262500', '181555.722500', '181556.182500', '181556.642500', '181557.102500', '181557.562500', '181558.022500', '181558.482500', '181558.942500', '181559.402500', '181559.862500', '181600.322500', '181600.782500', '181601.242500', '181601.702500', '181602.162500', '181602.622500', '181603.082500', '181603.542500', '181604.002500', '181604.462500', '181604.922500', '181605.382500', '181605.842500', '181606.302500', '181606.762500', '181607.222500', '181607.682500', '181608.142500', '181608.602500', '181609.062500', '181609.522500', '181609.982500', '181610.442500', '181610.902500', '181611.362500', '181611.822500', '181612.282500', '181612.742500', '181613.202500', '181613.662500', '181614.122500', '181614.582500', '181615.042500', '181615.502500', '181615.962500', '181616.422500', '181616.882500', '181617.342500', '181617.802500', '181618.262500', '181618.722500', '181619.182500', '181619.642500', '181620.102500', '181620.562500', '181621.022500', '181621.482500', '181621.942500', '181622.402500', '181622.862500', '181623.322500', '181623.782500', '181624.242500', '181624.702500', '181625.162500', '181625.622500', '181626.082500', '181626.542500', '181627.002500', '181627.462500', '181627.922500', '181628.382500', '181628.842500', '181629.302500', '181629.762500', '181630.222500', '181630.682500', '181631.142500', '181631.602500', '181632.062500', '181632.522500', '181632.982500', '181633.442500', '181633.902500', '181634.362500', '181634.822500', '181635.282500', '181635.742500', '181636.202500', '181636.662500', '181637.122500', '181637.582500', '181638.042500', '181638.502500', '181638.962500', '181639.422500', '181639.882500', '181640.342500', '181640.802500', '181641.262500', '181641.722500', '181642.182500', '181642.642500', '181643.102500', '181643.562500', '181644.022500', '181644.482500', '181644.942500', '181645.402500', '181645.862500', '181646.322500', '181646.782500', '181647.242500', '181647.702500', '181648.162500', '181648.622500', '181649.082500', '181649.542500', '181650.002500', '181650.462500', '181650.922500', '181651.382500', '181651.842500', '181652.302500', '181652.762500', '181653.222500', '181653.682500', '181654.142500', '181654.602500', '181655.062500', '181655.522500', '181655.982500', '181656.442500', '181656.902500', '181657.362500', '181657.822500', '181658.282500', '181658.742500', '181659.202500', '181659.662500', '181700.122500', '181700.582500', '181701.042500', '181701.502500', '181701.962500', '181702.422500', '181702.882500', '181703.342500', '181703.802500', '181704.262500', '181704.722500', '181705.182500', '181705.642500', '181706.102500', '181706.562500', '181707.022500', '181707.482500', '181707.942500', '181708.402500', '181708.862500', '181709.322500', '181709.782500', '181710.242500', '181710.702500', '181711.162500', '181711.622500', '181712.082500', '181712.542500', '181713.002500', '181713.462500', '181713.922500', '181714.382500', '181714.842500', '181715.302500', '181715.762500', '181716.222500', '181716.682500', '181717.142500', '181717.602500', '181718.062500', '181718.522500', '181718.982500', '181719.442500', '181719.902500', '181720.362500', '181720.822500', '181721.282500', '181721.742500', '181722.202500', '181722.662500', '181723.122500', '181723.582500', '181724.042500', '181724.502500', '181724.962500', '181725.422500', '181725.882500', '181726.342500', '181726.802500', '181727.262500', '181727.722500', '181728.182500', '181728.642500', '181729.102500', '181729.562500', '181730.022500', '181730.482500', '181730.942500', '181731.402500', '181731.862500', '181732.322500', '181732.782500', '181733.242500', '181733.702500', '181734.162500', '181734.622500', '181735.082500', '181735.542500', '181736.002500', '181736.462500', '181736.922500', '181737.382500', '181737.842500', '181738.302500', '181738.762500', '181739.222500', '181739.682500', '181740.142500', '181740.602500', '181741.062500', '181741.522500', '181741.982500', '181742.442500', '181742.902500', '181743.362500', '181743.822500', '181744.282500', '181744.742500', '181745.202500', '181745.662500', '181746.122500', '181746.582500', '181747.042500', '181747.502500', '181747.962500', '181748.422500', '181748.882500', '181749.342500', '181749.802500', '181750.262500', '181750.722500', '181751.182500', '181751.642500', '181752.102500', '181752.562500', '181753.022500', '181753.482500', '181753.942500', '181754.402500', '181754.862500', '181755.322500', '181755.782500', '181756.242500', '181756.702500', '181757.162500', '181757.622500', '181758.082500', '181758.542500', '181759.002500', '181759.462500', '181759.922500', '181800.382500', '181800.842500', '181801.302500', '181801.762500', '181802.222500', '181802.682500', '181803.142500', '181803.602500', '181804.062500', '181804.522500', '181804.982500', '181805.442500', '181805.902500', '181806.362500', '181806.822500', '181807.282500', '181807.742500', '181808.202500', '181808.662500', '181809.122500', '181809.582500', '181810.042500', '181810.502500', '181810.962500', '181811.422500', '181811.882500', '181812.342500', '181812.802500', '181813.262500', '181813.722500', '181814.182500', '181814.642500', '181815.102500', '181815.562500', '181816.022500', '181816.482500', '181816.942500', '181817.402500', '181817.862500', '181818.322500', '181818.782500', '181819.242500', '181819.702500', '181820.162500', '181820.622500', '181821.082500', '181821.542500', '181822.002500', '181822.462500', '181822.922500', '181823.382500', '181823.842500', '181824.302500', '181824.762500', '181825.222500', '181825.682500', '181826.142500', '181826.602500', '181827.062500', '181827.522500', '181827.982500', '181828.442500', '181828.902500', '181829.362500', '181829.822500', '181830.282500', '181830.742500', '181831.202500', '181831.662500', '181832.122500', '181832.582500', '181833.042500', '181833.502500', '181833.962500', '181834.422500', '181834.882500', '181835.342500', '181835.802500', '181836.262500', '181836.722500', '181837.182500', '181837.642500', '181838.102500', '181838.562500', '181839.022500', '181839.482500', '181839.942500', '181840.402500', '181840.862500', '181841.322500', '181841.782500', '181842.242500', '181842.702500', '181843.162500', '181843.622500', '181844.082500', '181844.542500', '181845.002500', '181845.462500', '181845.922500', '181846.382500', '181846.842500', '181847.302500', '181847.762500', '181848.222500', '181848.682500', '181849.142500', '181849.602500', '181850.062500', '181850.522500', '181850.982500', '181851.442500', '181851.902500', '181852.362500', '181852.822500', '181853.282500', '181853.742500', '181854.202500', '181854.662500', '181855.122500', '181855.582500', '181856.042500', '181856.502500', '181856.962500', '181857.422500', '181857.882500', '181858.342500', '181858.802500', '181859.262500', '181859.722500', '181900.182500', '181900.642500', '181901.102500', '181901.562500', '181902.022500', '181902.482500', '181902.942500', '181903.402500', '181903.862500', '181904.322500', '181904.782500', '181905.242500', '181905.702500', '181906.162500', '181906.622500', '181907.082500', '181907.542500', '181908.002500', '181908.462500', '181908.922500', '181909.382500', '181909.842500', '181910.302500', '181910.762500', '181911.222500', '181911.682500', '181912.142500', '181912.602500', '181913.062500', '181913.522500', '181913.982500', '181914.442500', '181914.902500', '181915.362500', '181915.822500', '181916.282500', '181916.742500', '181917.202500', '181917.662500', '181918.122500', '181918.582500', '181919.042500', '181919.502500', '181919.962500', '181920.422500', '181920.882500', '181921.342500', '181921.802500', '181922.262500', '181922.722500', '181923.182500', '181923.642500', '181924.102500', '181924.562500', '181925.022500', '181925.482500', '181925.942500', '181926.402500', '181926.862500', '181927.322500', '181927.782500', '181928.242500', '181928.702500', '181929.162500', '181929.622500', '181930.082500', '181930.542500', '181931.002500', '181931.462500', '181931.922500', '181932.382500', '181932.842500', '181933.302500', '181933.762500', '181934.222500', '181934.682500', '181935.142500', '181935.602500', '181936.062500', '181936.522500', '181936.982500', '181937.442500', '181937.902500', '181938.362500', '181938.822500', '181939.282500', '181939.742500', '181940.202500', '181940.662500', '181941.122500', '181941.582500', '181942.042500', '181942.502500', '181942.962500', '181943.422500', '181943.882500', '181944.342500', '181944.802500', '181945.262500', '181945.722500', '181946.182500', '181946.642500', '181947.102500', '181947.562500', '181948.022500', '181948.482500', '181948.942500', '181949.402500', '181949.862500', '181950.322500', '181950.782500', '181951.242500', '181951.702500', '181952.162500', '181952.622500', '181953.082500', '181953.542500', '181954.002500', '181954.462500', '181954.922500', '181955.382500', '181955.842500', '181956.302500', '181956.762500', '181957.222500', '181957.682500', '181958.142500', '181958.602500', '181959.062500', '181959.522500', '181959.982500', '182000.442500', '182000.902500', '182001.362500', '182001.822500', '182002.282500', '182002.742500', '182003.202500', '182003.662500', '182004.122500', '182004.582500', '182005.042500', '182005.502500', '182005.962500', '182006.422500', '182006.882500', '182007.342500', '182007.802500', '182008.262500', '182008.722500', '182009.182500', '182009.642500', '182010.102500', '182010.562500', '182011.022500', '182011.482500', '182011.942500', '182012.402500', '182012.862500', '182013.322500', '182013.782500', '182014.242500', '182014.702500', '182015.162500', '182015.622500', '182016.082500', '182016.542500', '182017.002500', '182017.462500', '182017.922500', '182018.382500', '182018.842500', '182019.302500', '182019.762500', '182020.222500', '182020.682500', '182021.142500', '182021.602500', '182022.062500', '182022.522500', '182022.982500', '182023.442500', '182023.902500', '182024.362500', '182024.822500', '182025.282500', '182025.742500', '182026.202500', '182026.662500', '182027.122500', '182027.582500', '182028.042500', '182028.502500', '182028.962500', '182029.422500', '182029.882500', '182030.342500', '182030.802500', '182031.262500', '182031.722500', '182032.182500', '182032.642500', '182033.102500', '182033.562500', '182034.022500', '182034.482500', '182034.942500', '182035.402500', '182035.862500', '182036.322500', '182036.782500', '182037.242500', '182037.702500', '182038.162500', '182038.622500', '182039.082500', '182039.542500', '182040.002500', '182040.462500', '182040.922500', '182041.382500', '182041.842500', '182042.302500', '182042.762500', '182043.222500', '182043.682500', '182044.142500', '182044.602500', '182045.062500', '182045.522500', '182045.982500', '182046.442500', '182046.902500', '182047.362500', '182047.822500', '182048.282500', '182048.742500', '182049.202500', '182049.662500', '182050.122500', '182050.582500', '182051.042500', '182051.502500', '182051.962500', '182052.422500', '182052.882500', '182053.342500', '182053.802500', '182054.262500', '182054.722500', '182055.182500', '182055.642500', '182056.102500', '182056.562500', '182057.022500', '182057.482500', '182057.942500', '182058.402500', '182058.862500', '182059.322500', '182059.782500', '182100.242500', '182100.702500', '182101.162500', '182101.622500', '182102.082500', '182102.542500', '182103.002500', '182103.462500', '182103.922500', '182104.382500', '182104.842500', '182105.302500', '182105.762500', '182106.222500', '182106.682500', '182107.142500', '182107.602500', '182108.062500', '182108.522500', '182108.982500', '182109.442500', '182109.902500', '182110.362500', '182110.822500', '182111.282500', '182111.742500', '182112.202500', '182112.662500', '182113.122500', '182113.582500', '182114.042500', '182114.502500', '182114.962500', '182115.422500', '182115.882500', '182116.342500', '182116.802500', '182117.262500', '182117.722500', '182118.182500', '182118.642500', '182119.102500', '182119.562500', '182120.022500', '182120.482500', '182120.942500', '182121.402500', '182121.862500', '182122.322500', '182122.782500', '182123.242500', '182123.702500', '182124.162500', '182124.622500', '182125.082500', '182125.542500', '182126.002500', '182126.462500', '182126.922500', '182127.382500', '182127.842500', '182128.302500', '182128.762500', '182129.222500', '182129.682500', '182130.142500', '182130.602500', '182131.062500', '182131.522500', '182131.982500', '182132.442500', '182132.902500', '182133.362500', '182133.822500', '182134.282500', '182134.742500', '182135.202500', '182135.662500', '182136.122500', '182136.582500', '182137.042500', '182137.502500', '182137.962500', '182138.422500', '182138.882500'], 'ContentTime': ['181518.585000', '181518.588000', '181518.590000', '181518.593000', '181518.596000', '181518.598000', '181518.601000', '181518.604000', '181518.606000', '181518.609000', '181518.611000', '181518.614000', '181518.617000', '181518.619000', '181518.622000', '181518.625000', '181518.627000', '181518.632000', '181518.635000', '181518.637000', '181518.640000', '181518.643000', '181518.645000', '181518.648000', '181518.650000', '181518.653000', '181518.656000', '181518.658000', '181518.661000', '181518.663000', '181518.666000', '181518.669000', '181518.671000', '181518.674000', '181518.676000', '181518.679000', '181518.681000', '181518.684000', '181518.686000', '181518.689000', '181518.692000', '181518.714000', '181538.528000', '181538.531000', '181538.534000', '181538.537000', '181538.539000', '181538.542000', '181538.544000', '181538.547000', '181538.550000', '181538.552000', '181538.555000', '181538.557000', '181538.560000', '181538.563000', '181538.565000', '181538.568000', '181538.570000', '181538.573000', '181538.576000', '181538.578000', '181538.581000', '181538.583000', '181538.586000', '181538.589000', '181538.591000', '181538.594000', '181538.596000', '181538.599000', '181538.602000', '181538.604000', '181538.607000', '181538.609000', '181538.612000', '181538.615000', '181538.618000', '181538.620000', '181538.623000', '181538.625000', '181538.628000', '181538.630000', '181538.633000', '181538.636000', '181538.638000', '181558.528000', '181558.531000', '181558.534000', '181558.536000', '181558.539000', '181558.542000', '181558.550000', '181558.553000', '181558.555000', '181558.558000', '181558.560000', '181558.563000', '181558.566000', '181558.568000', '181558.571000', '181558.573000', '181558.576000', '181558.578000', '181558.581000', '181558.584000', '181558.586000', '181558.589000', '181558.591000', '181558.594000', '181558.596000', '181558.599000', '181558.602000', '181558.604000', '181558.607000', '181558.610000', '181558.619000', '181558.622000', '181558.625000', '181558.627000', '181558.630000', '181558.633000', '181558.635000', '181558.638000', '181558.640000', '181558.643000', '181558.646000', '181558.648000', '181558.651000', '181558.654000', '181618.529000', '181618.532000', '181618.535000', '181618.538000', '181618.540000', '181618.543000', '181618.545000', '181618.548000', '181618.550000', '181618.553000', '181618.556000', '181618.558000', '181618.561000', '181618.564000', '181618.566000', '181618.569000', '181618.571000', '181618.574000', '181618.577000', '181618.579000', '181618.582000', '181618.584000', '181618.587000', '181618.589000', '181618.592000', '181618.595000', '181618.597000', '181618.600000', '181618.602000', '181618.608000', '181618.611000', '181618.614000', '181618.616000', '181618.619000', '181618.622000', '181618.624000', '181618.627000', '181618.629000', '181618.632000', '181618.634000', '181618.637000', '181618.640000', '181618.642000', '181638.529000', '181638.532000', '181638.535000', '181638.538000', '181638.540000', '181638.543000', '181638.546000', '181638.548000', '181638.551000', '181638.553000', '181638.557000', '181638.559000', '181638.562000', '181638.564000', '181638.567000', '181638.570000', '181638.572000', '181638.575000', '181638.577000', '181638.580000', '181638.583000', '181638.585000', '181638.588000', '181638.590000', '181638.593000', '181638.596000', '181638.598000', '181638.601000', '181638.603000', '181638.606000', '181638.609000', '181638.611000', '181638.614000', '181638.616000', '181638.619000', '181638.622000', '181638.624000', '181638.627000', '181638.630000', '181638.632000', '181638.635000', '181638.637000', '181638.640000', '181638.643000', '181658.529000', '181658.532000', '181658.535000', '181658.537000', '181658.541000', '181658.543000', '181658.546000', '181658.548000', '181658.552000', '181658.554000', '181658.557000', '181658.559000', '181658.562000', '181658.565000', '181658.567000', '181658.570000', '181658.572000', '181658.575000', '181658.578000', '181658.580000', '181658.583000', '181658.585000', '181658.588000', '181658.591000', '181658.593000', '181658.596000', '181658.599000', '181658.601000', '181658.604000', '181658.606000', '181658.609000', '181658.612000', '181658.614000', '181658.617000', '181658.619000', '181658.622000', '181658.625000', '181658.627000', '181658.643000', '181658.646000', '181658.648000', '181658.651000', '181658.654000', '181718.529000', '181718.531000', '181718.534000', '181718.537000', '181718.540000', '181718.542000', '181718.545000', '181718.548000', '181718.550000', '181718.553000', '181718.555000', '181718.558000', '181718.561000', '181718.563000', '181718.566000', '181718.569000', '181718.571000', '181718.574000', '181718.577000', '181718.580000', '181718.582000', '181718.586000', '181718.588000', '181718.591000', '181718.594000', '181718.596000', '181718.599000', '181718.602000', '181718.604000', '181718.607000', '181718.609000', '181718.612000', '181718.615000', '181718.618000', '181718.620000', '181718.623000', '181718.625000', '181718.628000', '181718.631000', '181718.633000', '181718.636000', '181718.639000', '181718.641000', '181738.528000', '181738.531000', '181738.534000', '181738.536000', '181738.539000', '181738.541000', '181738.544000', '181738.546000', '181738.549000', '181738.552000', '181738.554000', '181738.557000', '181738.559000', '181738.562000', '181738.564000', '181738.567000', '181738.570000', '181738.572000', '181738.575000', '181738.577000', '181738.580000', '181738.583000', '181738.585000', '181738.588000', '181738.590000', '181738.593000', '181738.596000', '181738.598000', '181738.601000', '181738.603000', '181738.606000', '181738.608000', '181738.611000', '181738.614000', '181738.616000', '181738.619000', '181738.621000', '181738.624000', '181738.626000', '181738.629000', '181738.632000', '181738.634000', '181738.637000', '181738.639000', '181758.528000', '181758.531000', '181758.534000', '181758.536000', '181758.539000', '181758.541000', '181758.544000', '181758.547000', '181758.549000', '181758.552000', '181758.554000', '181758.557000', '181758.559000', '181758.562000', '181758.565000', '181758.567000', '181758.570000', '181758.573000', '181758.575000', '181758.578000', '181758.580000', '181758.583000', '181758.586000', '181758.588000', '181758.591000', '181758.593000', '181758.596000', '181758.598000', '181758.601000', '181758.604000', '181758.606000', '181758.609000', '181758.611000', '181758.614000', '181758.616000', '181758.619000', '181758.622000', '181758.624000', '181758.627000', '181758.630000', '181758.632000', '181758.635000', '181758.637000', '181758.640000', '181818.528000', '181818.531000', '181818.534000', '181818.536000', '181818.539000', '181818.542000', '181818.549000', '181818.552000', '181818.554000', '181818.557000', '181818.560000', '181818.562000', '181818.565000', '181818.567000', '181818.570000', '181818.572000', '181818.575000', '181818.577000', '181818.580000', '181818.583000', '181818.585000', '181818.588000', '181818.590000', '181818.593000', '181818.596000', '181818.598000', '181818.601000', '181818.603000', '181818.606000', '181818.608000', '181818.611000', '181818.614000', '181818.616000', '181818.619000', '181818.621000', '181818.631000', '181818.634000', '181818.636000', '181818.639000', '181818.641000', '181818.644000', '181818.647000', '181818.649000', '181838.529000', '181838.532000', '181838.535000', '181838.537000', '181838.540000', '181838.543000', '181838.545000', '181838.548000', '181838.550000', '181838.553000', '181838.556000', '181838.558000', '181838.561000', '181838.563000', '181838.566000', '181838.568000', '181838.571000', '181838.573000', '181838.576000', '181838.579000', '181838.581000', '181838.584000', '181838.587000', '181838.589000', '181838.592000', '181838.594000', '181838.597000', '181838.600000', '181838.602000', '181838.605000', '181838.607000', '181838.610000', '181838.612000', '181838.615000', '181838.623000', '181838.626000', '181838.629000', '181838.631000', '181838.634000', '181838.636000', '181838.639000', '181838.641000', '181838.644000', '181838.646000', '181858.530000', '181858.532000', '181858.535000', '181858.538000', '181858.540000', '181858.543000', '181858.546000', '181858.548000', '181858.551000', '181858.553000', '181858.556000', '181858.558000', '181858.561000', '181858.563000', '181858.566000', '181858.568000', '181858.571000', '181858.574000', '181858.576000', '181858.579000', '181858.581000', '181858.584000', '181858.587000', '181858.589000', '181858.592000', '181858.594000', '181858.597000', '181858.599000', '181858.602000', '181858.604000', '181858.607000', '181858.609000', '181858.612000', '181858.615000', '181858.617000', '181858.620000', '181858.622000', '181858.625000', '181858.627000', '181858.630000', '181858.633000', '181858.635000', '181858.638000', '181918.529000', '181918.532000', '181918.535000', '181918.537000', '181918.540000', '181918.542000', '181918.545000', '181918.548000', '181918.550000', '181918.553000', '181918.555000', '181918.558000', '181918.561000', '181918.564000', '181918.566000', '181918.569000', '181918.572000', '181918.574000', '181918.577000', '181918.579000', '181918.582000', '181918.585000', '181918.587000', '181918.590000', '181918.592000', '181918.595000', '181918.597000', '181918.600000', '181918.602000', '181918.605000', '181918.608000', '181918.610000', '181918.613000', '181918.616000', '181918.618000', '181918.621000', '181918.623000', '181918.626000', '181918.629000', '181918.631000', '181918.634000', '181918.636000', '181918.639000', '181918.641000', '181938.528000', '181938.531000', '181938.534000', '181938.537000', '181938.539000', '181938.542000', '181938.544000', '181938.547000', '181938.550000', '181938.552000', '181938.555000', '181938.557000', '181938.560000', '181938.562000', '181938.565000', '181938.567000', '181938.570000', '181938.573000', '181938.575000', '181938.578000', '181938.580000', '181938.583000', '181938.586000', '181938.588000', '181938.591000', '181938.593000', '181938.596000', '181938.599000', '181938.601000', '181938.604000', '181938.607000', '181938.609000', '181938.612000', '181938.614000', '181938.617000', '181938.620000', '181938.622000', '181938.625000', '181938.627000', '181938.630000', '181938.632000', '181938.635000', '181938.637000', '181958.529000', '181958.531000', '181958.534000', '181958.537000', '181958.539000', '181958.542000', '181958.544000', '181958.547000', '181958.549000', '181958.552000', '181958.554000', '181958.557000', '181958.560000', '181958.562000', '181958.565000', '181958.567000', '181958.570000', '181958.573000', '181958.575000', '181958.578000', '181958.580000', '181958.583000', '181958.585000', '181958.588000', '181958.590000', '181958.593000', '181958.596000', '181958.598000', '181958.601000', '181958.603000', '181958.606000', '181958.609000', '181958.611000', '181958.614000', '181958.616000', '181958.619000', '181958.622000', '181958.624000', '181958.627000', '181958.629000', '181958.632000', '181958.635000', '181958.637000', '181958.640000', '182018.528000', '182018.531000', '182018.534000', '182018.536000', '182018.539000', '182018.542000', '182018.544000', '182018.547000', '182018.550000', '182018.552000', '182018.555000', '182018.557000', '182018.560000', '182018.562000', '182018.565000', '182018.568000', '182018.570000', '182018.573000', '182018.575000', '182018.578000', '182018.587000', '182018.590000', '182018.592000', '182018.595000', '182018.597000', '182018.600000', '182018.602000', '182018.605000', '182018.607000', '182018.610000', '182018.613000', '182018.615000', '182018.618000', '182018.620000', '182018.623000', '182018.626000', '182018.628000', '182018.631000', '182018.633000', '182018.636000', '182018.638000', '182018.641000', '182018.644000', '182038.529000', '182038.532000', '182038.534000', '182038.537000', '182038.540000', '182038.543000', '182038.546000', '182038.548000', '182038.551000', '182038.554000', '182038.556000', '182038.559000', '182038.561000', '182038.564000', '182038.566000', '182038.569000', '182038.572000', '182038.574000', '182038.577000', '182038.579000', '182038.582000', '182038.584000', '182038.587000', '182038.590000', '182038.592000', '182038.595000', '182038.598000', '182038.601000', '182038.605000', '182038.607000', '182038.610000', '182038.613000', '182038.615000', '182038.618000', '182038.621000', '182038.623000', '182038.626000', '182038.628000', '182038.631000', '182038.634000', '182038.636000', '182038.639000', '182038.641000', '182058.530000', '182058.532000', '182058.535000', '182058.538000', '182058.540000', '182058.543000', '182058.545000', '182058.548000', '182058.550000', '182058.553000', '182058.556000', '182058.558000', '182058.561000', '182058.563000', '182058.566000', '182058.570000', '182058.573000', '182058.576000', '182058.578000', '182058.581000', '182058.583000', '182058.586000', '182058.588000', '182058.591000', '182058.594000', '182058.596000', '182058.599000', '182058.601000', '182058.604000', '182058.606000', '182058.609000', '182058.612000', '182058.614000', '182058.617000', '182058.619000', '182058.622000', '182058.625000', '182058.627000', '182058.630000', '182058.632000', '182058.635000', '182058.637000', '182058.640000', '182058.643000', '182118.529000', '182118.532000', '182118.535000', '182118.537000', '182118.540000', '182118.542000', '182118.545000', '182118.547000', '182118.550000', '182118.553000', '182118.555000', '182118.558000', '182118.560000', '182118.563000', '182118.565000', '182118.568000', '182118.571000', '182118.573000', '182118.576000', '182118.578000', '182118.581000', '182118.583000', '182118.586000', '182118.589000', '182118.591000', '182118.594000', '182118.596000', '182118.599000', '182118.602000', '182118.604000', '182118.607000', '182118.609000', '182118.612000', '182118.615000', '182118.617000', '182118.620000', '182118.622000', '182118.625000', '182118.627000', '182118.630000', '182118.633000', '182118.636000', '182118.638000', '182138.529000', '182138.532000', '182138.535000', '182138.538000', '182138.540000', '182138.543000', '182138.545000', '182138.548000', '182138.551000', '182138.553000', '182138.556000', '182138.559000', '182138.561000', '182138.575000', '182138.577000', '182138.580000', '182138.583000', '182138.585000', '182138.588000', '182138.591000', '182138.593000', '182138.596000', '182138.598000', '182138.601000', '182138.604000', '182138.606000', '182138.609000', '182138.611000', '182138.614000', '182138.617000', '182138.619000', '182138.622000', '182138.625000', '182138.628000', '182138.630000', '182138.633000', '182138.636000', '182138.638000', '182138.641000', '182138.644000', '182138.646000', '182138.649000', '182138.652000', '182138.654000', '182140.177000', '182140.181000', '182140.183000', '182140.186000'], 'InstanceCreationTime': ['181518.585000', '181518.588000', '181518.590000', '181518.593000', '181518.596000', '181518.598000', '181518.601000', '181518.604000', '181518.606000', '181518.609000', '181518.611000', '181518.614000', '181518.617000', '181518.619000', '181518.622000', '181518.625000', '181518.627000', '181518.632000', '181518.635000', '181518.637000', '181518.640000', '181518.643000', '181518.645000', '181518.648000', '181518.650000', '181518.653000', '181518.656000', '181518.658000', '181518.661000', '181518.663000', '181518.666000', '181518.669000', '181518.671000', '181518.674000', '181518.676000', '181518.679000', '181518.681000', '181518.684000', '181518.686000', '181518.689000', '181518.692000', '181518.714000', '181538.528000', '181538.531000', '181538.534000', '181538.537000', '181538.539000', '181538.542000', '181538.544000', '181538.547000', '181538.550000', '181538.552000', '181538.555000', '181538.557000', '181538.560000', '181538.563000', '181538.565000', '181538.568000', '181538.570000', '181538.573000', '181538.576000', '181538.578000', '181538.581000', '181538.583000', '181538.586000', '181538.589000', '181538.591000', '181538.594000', '181538.596000', '181538.599000', '181538.602000', '181538.604000', '181538.607000', '181538.609000', '181538.612000', '181538.615000', '181538.618000', '181538.620000', '181538.623000', '181538.625000', '181538.628000', '181538.630000', '181538.633000', '181538.636000', '181538.638000', '181558.528000', '181558.531000', '181558.534000', '181558.536000', '181558.539000', '181558.542000', '181558.550000', '181558.553000', '181558.555000', '181558.558000', '181558.560000', '181558.563000', '181558.566000', '181558.568000', '181558.571000', '181558.573000', '181558.576000', '181558.578000', '181558.581000', '181558.584000', '181558.586000', '181558.589000', '181558.591000', '181558.594000', '181558.596000', '181558.599000', '181558.602000', '181558.604000', '181558.607000', '181558.610000', '181558.619000', '181558.622000', '181558.625000', '181558.627000', '181558.630000', '181558.633000', '181558.635000', '181558.638000', '181558.640000', '181558.643000', '181558.646000', '181558.648000', '181558.651000', '181558.654000', '181618.529000', '181618.532000', '181618.535000', '181618.538000', '181618.540000', '181618.543000', '181618.545000', '181618.548000', '181618.550000', '181618.553000', '181618.556000', '181618.558000', '181618.561000', '181618.564000', '181618.566000', '181618.569000', '181618.571000', '181618.574000', '181618.577000', '181618.579000', '181618.582000', '181618.584000', '181618.587000', '181618.589000', '181618.592000', '181618.595000', '181618.597000', '181618.600000', '181618.602000', '181618.608000', '181618.611000', '181618.614000', '181618.616000', '181618.619000', '181618.622000', '181618.624000', '181618.627000', '181618.629000', '181618.632000', '181618.634000', '181618.637000', '181618.640000', '181618.642000', '181638.529000', '181638.532000', '181638.535000', '181638.538000', '181638.540000', '181638.543000', '181638.546000', '181638.548000', '181638.551000', '181638.553000', '181638.557000', '181638.559000', '181638.562000', '181638.564000', '181638.567000', '181638.570000', '181638.572000', '181638.575000', '181638.577000', '181638.580000', '181638.583000', '181638.585000', '181638.588000', '181638.590000', '181638.593000', '181638.596000', '181638.598000', '181638.601000', '181638.603000', '181638.606000', '181638.609000', '181638.611000', '181638.614000', '181638.616000', '181638.619000', '181638.622000', '181638.624000', '181638.627000', '181638.630000', '181638.632000', '181638.635000', '181638.637000', '181638.640000', '181638.643000', '181658.529000', '181658.532000', '181658.535000', '181658.537000', '181658.541000', '181658.543000', '181658.546000', '181658.548000', '181658.552000', '181658.554000', '181658.557000', '181658.559000', '181658.562000', '181658.565000', '181658.567000', '181658.570000', '181658.572000', '181658.575000', '181658.578000', '181658.580000', '181658.583000', '181658.585000', '181658.588000', '181658.591000', '181658.593000', '181658.596000', '181658.599000', '181658.601000', '181658.604000', '181658.606000', '181658.609000', '181658.612000', '181658.614000', '181658.617000', '181658.619000', '181658.622000', '181658.625000', '181658.627000', '181658.643000', '181658.646000', '181658.648000', '181658.651000', '181658.654000', '181718.529000', '181718.531000', '181718.534000', '181718.537000', '181718.540000', '181718.542000', '181718.545000', '181718.548000', '181718.550000', '181718.553000', '181718.555000', '181718.558000', '181718.561000', '181718.563000', '181718.566000', '181718.569000', '181718.571000', '181718.574000', '181718.577000', '181718.580000', '181718.582000', '181718.586000', '181718.588000', '181718.591000', '181718.594000', '181718.596000', '181718.599000', '181718.602000', '181718.604000', '181718.607000', '181718.609000', '181718.612000', '181718.615000', '181718.618000', '181718.620000', '181718.623000', '181718.625000', '181718.628000', '181718.631000', '181718.633000', '181718.636000', '181718.639000', '181718.641000', '181738.528000', '181738.531000', '181738.534000', '181738.536000', '181738.539000', '181738.541000', '181738.544000', '181738.546000', '181738.549000', '181738.552000', '181738.554000', '181738.557000', '181738.559000', '181738.562000', '181738.564000', '181738.567000', '181738.570000', '181738.572000', '181738.575000', '181738.577000', '181738.580000', '181738.583000', '181738.585000', '181738.588000', '181738.590000', '181738.593000', '181738.596000', '181738.598000', '181738.601000', '181738.603000', '181738.606000', '181738.608000', '181738.611000', '181738.614000', '181738.616000', '181738.619000', '181738.621000', '181738.624000', '181738.626000', '181738.629000', '181738.632000', '181738.634000', '181738.637000', '181738.639000', '181758.528000', '181758.531000', '181758.534000', '181758.536000', '181758.539000', '181758.541000', '181758.544000', '181758.547000', '181758.549000', '181758.552000', '181758.554000', '181758.557000', '181758.559000', '181758.562000', '181758.565000', '181758.567000', '181758.570000', '181758.573000', '181758.575000', '181758.578000', '181758.580000', '181758.583000', '181758.586000', '181758.588000', '181758.591000', '181758.593000', '181758.596000', '181758.598000', '181758.601000', '181758.604000', '181758.606000', '181758.609000', '181758.611000', '181758.614000', '181758.616000', '181758.619000', '181758.622000', '181758.624000', '181758.627000', '181758.630000', '181758.632000', '181758.635000', '181758.637000', '181758.640000', '181818.528000', '181818.531000', '181818.534000', '181818.536000', '181818.539000', '181818.542000', '181818.549000', '181818.552000', '181818.554000', '181818.557000', '181818.560000', '181818.562000', '181818.565000', '181818.567000', '181818.570000', '181818.572000', '181818.575000', '181818.577000', '181818.580000', '181818.583000', '181818.585000', '181818.588000', '181818.590000', '181818.593000', '181818.596000', '181818.598000', '181818.601000', '181818.603000', '181818.606000', '181818.608000', '181818.611000', '181818.614000', '181818.616000', '181818.619000', '181818.621000', '181818.631000', '181818.634000', '181818.636000', '181818.639000', '181818.641000', '181818.644000', '181818.647000', '181818.649000', '181838.529000', '181838.532000', '181838.535000', '181838.537000', '181838.540000', '181838.543000', '181838.545000', '181838.548000', '181838.550000', '181838.553000', '181838.556000', '181838.558000', '181838.561000', '181838.563000', '181838.566000', '181838.568000', '181838.571000', '181838.573000', '181838.576000', '181838.579000', '181838.581000', '181838.584000', '181838.587000', '181838.589000', '181838.592000', '181838.594000', '181838.597000', '181838.600000', '181838.602000', '181838.605000', '181838.607000', '181838.610000', '181838.612000', '181838.615000', '181838.623000', '181838.626000', '181838.629000', '181838.631000', '181838.634000', '181838.636000', '181838.639000', '181838.641000', '181838.644000', '181838.646000', '181858.530000', '181858.532000', '181858.535000', '181858.538000', '181858.540000', '181858.543000', '181858.546000', '181858.548000', '181858.551000', '181858.553000', '181858.556000', '181858.558000', '181858.561000', '181858.563000', '181858.566000', '181858.568000', '181858.571000', '181858.574000', '181858.576000', '181858.579000', '181858.581000', '181858.584000', '181858.587000', '181858.589000', '181858.592000', '181858.594000', '181858.597000', '181858.599000', '181858.602000', '181858.604000', '181858.607000', '181858.609000', '181858.612000', '181858.615000', '181858.617000', '181858.620000', '181858.622000', '181858.625000', '181858.627000', '181858.630000', '181858.633000', '181858.635000', '181858.638000', '181918.529000', '181918.532000', '181918.535000', '181918.537000', '181918.540000', '181918.542000', '181918.545000', '181918.548000', '181918.550000', '181918.553000', '181918.555000', '181918.558000', '181918.561000', '181918.564000', '181918.566000', '181918.569000', '181918.572000', '181918.574000', '181918.577000', '181918.579000', '181918.582000', '181918.585000', '181918.587000', '181918.590000', '181918.592000', '181918.595000', '181918.597000', '181918.600000', '181918.602000', '181918.605000', '181918.608000', '181918.610000', '181918.613000', '181918.616000', '181918.618000', '181918.621000', '181918.623000', '181918.626000', '181918.629000', '181918.631000', '181918.634000', '181918.636000', '181918.639000', '181918.641000', '181938.528000', '181938.531000', '181938.534000', '181938.537000', '181938.539000', '181938.542000', '181938.544000', '181938.547000', '181938.550000', '181938.552000', '181938.555000', '181938.557000', '181938.560000', '181938.562000', '181938.565000', '181938.567000', '181938.570000', '181938.573000', '181938.575000', '181938.578000', '181938.580000', '181938.583000', '181938.586000', '181938.588000', '181938.591000', '181938.593000', '181938.596000', '181938.599000', '181938.601000', '181938.604000', '181938.607000', '181938.609000', '181938.612000', '181938.614000', '181938.617000', '181938.620000', '181938.622000', '181938.625000', '181938.627000', '181938.630000', '181938.632000', '181938.635000', '181938.637000', '181958.529000', '181958.531000', '181958.534000', '181958.537000', '181958.539000', '181958.542000', '181958.544000', '181958.547000', '181958.549000', '181958.552000', '181958.554000', '181958.557000', '181958.560000', '181958.562000', '181958.565000', '181958.567000', '181958.570000', '181958.573000', '181958.575000', '181958.578000', '181958.580000', '181958.583000', '181958.585000', '181958.588000', '181958.590000', '181958.593000', '181958.596000', '181958.598000', '181958.601000', '181958.603000', '181958.606000', '181958.609000', '181958.611000', '181958.614000', '181958.616000', '181958.619000', '181958.622000', '181958.624000', '181958.627000', '181958.629000', '181958.632000', '181958.635000', '181958.637000', '181958.640000', '182018.528000', '182018.531000', '182018.534000', '182018.536000', '182018.539000', '182018.542000', '182018.544000', '182018.547000', '182018.550000', '182018.552000', '182018.555000', '182018.557000', '182018.560000', '182018.562000', '182018.565000', '182018.568000', '182018.570000', '182018.573000', '182018.575000', '182018.578000', '182018.587000', '182018.590000', '182018.592000', '182018.595000', '182018.597000', '182018.600000', '182018.602000', '182018.605000', '182018.607000', '182018.610000', '182018.613000', '182018.615000', '182018.618000', '182018.620000', '182018.623000', '182018.626000', '182018.628000', '182018.631000', '182018.633000', '182018.636000', '182018.638000', '182018.641000', '182018.644000', '182038.529000', '182038.532000', '182038.534000', '182038.537000', '182038.540000', '182038.543000', '182038.546000', '182038.548000', '182038.551000', '182038.554000', '182038.556000', '182038.559000', '182038.561000', '182038.564000', '182038.566000', '182038.569000', '182038.572000', '182038.574000', '182038.577000', '182038.579000', '182038.582000', '182038.584000', '182038.587000', '182038.590000', '182038.592000', '182038.595000', '182038.598000', '182038.601000', '182038.605000', '182038.607000', '182038.610000', '182038.613000', '182038.615000', '182038.618000', '182038.621000', '182038.623000', '182038.626000', '182038.628000', '182038.631000', '182038.634000', '182038.636000', '182038.639000', '182038.641000', '182058.530000', '182058.532000', '182058.535000', '182058.538000', '182058.540000', '182058.543000', '182058.545000', '182058.548000', '182058.550000', '182058.553000', '182058.556000', '182058.558000', '182058.561000', '182058.563000', '182058.566000', '182058.570000', '182058.573000', '182058.576000', '182058.578000', '182058.581000', '182058.583000', '182058.586000', '182058.588000', '182058.591000', '182058.594000', '182058.596000', '182058.599000', '182058.601000', '182058.604000', '182058.606000', '182058.609000', '182058.612000', '182058.614000', '182058.617000', '182058.619000', '182058.622000', '182058.625000', '182058.627000', '182058.630000', '182058.632000', '182058.635000', '182058.637000', '182058.640000', '182058.643000', '182118.529000', '182118.532000', '182118.535000', '182118.537000', '182118.540000', '182118.542000', '182118.545000', '182118.547000', '182118.550000', '182118.553000', '182118.555000', '182118.558000', '182118.560000', '182118.563000', '182118.565000', '182118.568000', '182118.571000', '182118.573000', '182118.576000', '182118.578000', '182118.581000', '182118.583000', '182118.586000', '182118.589000', '182118.591000', '182118.594000', '182118.596000', '182118.599000', '182118.602000', '182118.604000', '182118.607000', '182118.609000', '182118.612000', '182118.615000', '182118.617000', '182118.620000', '182118.622000', '182118.625000', '182118.627000', '182118.630000', '182118.633000', '182118.636000', '182118.638000', '182138.529000', '182138.532000', '182138.535000', '182138.538000', '182138.540000', '182138.543000', '182138.545000', '182138.548000', '182138.551000', '182138.553000', '182138.556000', '182138.559000', '182138.561000', '182138.575000', '182138.577000', '182138.580000', '182138.583000', '182138.585000', '182138.588000', '182138.591000', '182138.593000', '182138.596000', '182138.598000', '182138.601000', '182138.604000', '182138.606000', '182138.609000', '182138.611000', '182138.614000', '182138.617000', '182138.619000', '182138.622000', '182138.625000', '182138.628000', '182138.630000', '182138.633000', '182138.636000', '182138.638000', '182138.641000', '182138.644000', '182138.646000', '182138.649000', '182138.652000', '182138.654000', '182140.177000', '182140.181000', '182140.183000', '182140.186000'], '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': [7444, 7998, 7457, 8404, 7683, 8236, 8209, 7973, 8059, 7771, 8343, 7497, 7896, 7418, 7639, 7623, 7655, 6561, 7853, 7443, 7739, 7522, 8133, 7735, 7826, 7869, 7675, 7671, 7468, 7772, 6737, 7586, 7239, 7959, 7329, 8047, 7714, 6313, 7745, 7146, 8101, 7900, 7850, 7633, 7512, 7714, 6670, 7903, 7654, 7905, 7619, 7809, 7694, 8067, 7890, 7594, 7813, 7321, 7822, 7137, 7889, 7125, 7943, 7089, 8088, 7726, 7856, 8155, 7701, 7816, 7811, 7509, 7352, 7635, 7456, 7727, 7568, 7691, 6798, 7562, 7079, 7921, 7328, 8148, 7943, 7641, 7898, 7801, 7837, 6371, 8009, 7118, 8384, 7685, 8445, 7948, 8101, 8036, 8063, 8167, 7592, 7953, 7463, 7942, 6877, 8074, 7495, 8230, 7327, 8418, 8200, 7871, 7974, 7568, 7862, 7396, 7861, 7101, 7811, 7646, 8113, 7676, 8250, 7762, 7890, 7810, 7859, 7895, 7724, 7716, 7601, 7767, 6876, 7772, 7354, 8057, 7336, 7694, 7839, 7583, 7441, 7597, 7887, 6428, 7662, 6838, 7611, 7155, 7780, 7238, 7739, 7528, 7951, 7776, 7613, 7729, 6579, 7552, 6974, 7922, 7402, 7751, 7476, 7642, 7867, 7703, 7932, 7346, 7940, 7539, 7635, 7600, 7745, 6455, 7568, 7021, 7863, 7372, 7661, 7344, 7645, 7527, 7583, 7900, 7454, 7772, 7024, 7421, 7209, 7433, 7555, 7398, 6722, 7528, 7294, 7855, 7481, 7857, 8039, 7707, 7897, 7490, 7774, 7371, 7594, 7322, 7833, 7611, 8103, 8058, 7967, 8042, 7515, 7980, 6611, 7677, 7336, 8042, 7637, 7929, 8032, 7565, 7830, 7187, 7738, 7295, 7527, 6432, 7559, 7086, 7896, 7383, 7620, 7561, 7509, 7817, 7406, 7680, 6467, 7453, 7229, 7646, 7434, 7797, 7632, 7450, 7731, 7371, 7630, 7187, 7562, 6636, 7289, 6382, 7652, 7301, 7752, 7543, 7651, 7588, 7407, 7745, 6963, 7692, 7167, 7885, 7380, 7687, 7621, 7303, 7517, 7353, 7560, 7391, 7476, 6435, 7430, 7062, 7785, 7108, 7381, 7477, 7611, 7542, 7326, 7538, 7333, 7446, 6603, 7288, 7035, 7526, 7193, 7789, 7210, 7481, 8441, 7508, 7718, 7443, 7517, 7276, 7571, 7411, 7674, 7480, 8202, 7966, 7566, 8048, 7247, 7669, 7450, 7557, 7251, 7695, 7266, 7853, 7449, 7974, 7887, 7388, 7533, 7208, 7645, 6903, 7356, 7411, 7571, 7224, 7931, 7475, 7937, 7412, 8290, 7802, 7134, 7001, 6773, 7936, 7229, 8371, 7876, 7895, 7677, 7561, 7728, 6972, 7412, 7235, 7685, 7265, 7929, 7440, 7941, 7634, 7562, 7701, 6481, 7584, 6781, 7875, 7353, 7731, 7771, 7833, 7577, 7815, 8278, 7667, 9036, 7908, 7397, 7755, 7549, 7864, 7003, 7694, 7047, 8314, 7913, 7707, 7454, 7430, 7567, 6475, 7672, 6999, 7541, 6985, 7588, 7012, 7863, 7401, 7702, 7168, 7702, 6469, 7720, 6608, 7737, 6967, 7573, 6921, 7862, 7330, 7928, 7071, 8112, 7686, 8229, 7981, 7892, 7841, 7588, 7990, 7791, 7862, 7719, 7949, 7226, 7874, 7238, 7699, 6863, 7645, 7109, 7719, 6985, 8039, 7530, 8158, 7513, 7813, 7377, 7951, 7588, 7951, 8267, 7723, 7641, 7738, 8005, 7579, 7365, 7459, 7449, 7427, 7576, 7344, 7522, 6517, 7470, 6556, 7533, 7132, 7862, 7173, 7643, 7678, 7892, 7719, 7532, 7965, 7391, 7446, 7302, 7344, 6998, 7476, 6537, 7342, 6711, 7717, 6898, 7811, 7004, 7773, 7449, 7790, 7422, 7468, 7856, 7434, 7417, 7324, 7603, 6467, 7409, 6644, 7801, 7119, 7754, 7696, 7295, 7416, 7316, 7575, 6435, 7565, 6798, 7562, 7001, 7960, 7825, 7517, 7720, 7411, 7585, 7476, 7768, 7291, 7388, 6555, 7455, 7472, 7575, 7130, 7732, 7380, 7577, 7652, 7404, 7519, 7159, 7623, 7000, 7614, 7331, 7388, 7398, 6418, 7513, 7113, 7417, 6774, 7488, 7406, 7303, 6616, 7268, 6848, 7377, 7082, 7519, 7195, 7621, 6945, 7411, 7411, 7634, 7691, 7363, 7391, 7018, 7292, 6955, 7254, 7177, 7187, 6622, 7086, 6742, 7155, 7324, 7466, 6499, 7204, 7103, 7378, 7036, 7657, 7083, 7678, 7169, 7465, 7411, 7786, 7486, 7347, 7563, 7370, 7650, 7719, 7615, 7459, 7713, 7194, 7714, 7692, 7676, 7007, 7639, 7267, 7689, 7497, 7973, 7361, 7775, 7710, 7529, 7473, 7734, 7657, 7482, 7951, 7061, 7397, 7428, 7568, 7257, 7688, 7394, 7316, 6792, 7524, 7034, 7500, 7069, 8140, 7358, 8250, 7772, 7760, 8060, 7504, 7586, 7406, 7503, 7458, 7838, 6441, 7673, 6483, 7938, 6965, 7890, 6991, 7805, 7327, 8051, 7309, 7913, 8186, 7969, 7576, 7678, 7581, 7521, 7662, 7469, 7527, 7214, 7685, 7444, 7615, 7488, 7464, 6513, 7476, 6439, 7842, 7167, 7824, 7326, 7852, 7364, 8030, 7870, 7689, 7793, 7638, 7606, 7524, 7687, 7234, 7555, 7178, 7510, 7197, 7821, 7039, 7650, 6492, 7767, 6514, 8169, 7663, 8150, 7752, 8032, 7954, 8260, 7734, 7696, 7759, 6478, 7777, 6885, 8248, 7186, 7812, 6653, 7617, 7044, 8043, 7851, 7764, 7884, 6689, 7948, 8330, 7425, 7662, 7139, 7695, 7163, 7775, 7019, 7887, 6779, 7838, 7208, 7438, 8381, 7220, 7949, 7404, 7393, 7329, 7164, 7258, 7351, 7376, 7322, 7748, 7523, 7920, 7345, 7601, 7255, 7605, 7199, 7941, 7017, 7035, 7248, 7032, 6826, 7226, 7311, 7508, 7452, 7558, 7508, 7195, 7474, 7354, 7391, 6474, 7383, 7011, 7780, 7361, 7781, 7561, 7487, 7648, 7296, 7572, 7443, 7407, 7061, 7348, 6510, 7580, 7241, 7643, 7360, 7335, 7349, 7067, 7370, 7424, 7518, 7194, 7846, 7021, 7779, 7359, 7903, 7905, 7437, 7671, 6496, 7596, 7211, 7909, 7443, 7775, 7858, 7552, 7706, 6458, 7775, 7168, 7755, 7320, 7710, 7960, 7480, 7646, 6481, 7579, 6920, 7773, 7531, 7818, 7605, 7273, 7585, 6447, 7587, 7126, 7369, 6924, 7871, 7241, 7898, 7771, 7375, 7622, 7328, 7513, 6697, 7556, 6874, 7625, 7133, 7814, 7517, 7251, 7428, 7082, 7446, 6470, 7572, 6923, 7677, 7115, 7591, 7368, 7722, 7662, 7379, 7755, 7199, 7632, 7132, 7323, 7178, 7354, 7256, 7497, 6818, 7836, 7375, 7655, 7854, 7656, 7687, 7522], 'WindowCenter': [3887.0, 3882.0, 3867.0, 3878.0, 3865.0, 3866.0, 3865.0, 3852.0, 3851.0, 3853.0, 3852.0, 3840.0, 3848.0, 3837.0, 3837.0, 3839.0, 3838.0, 3816.0, 3836.0, 3826.0, 3835.0, 3837.0, 3836.0, 3836.0, 3836.0, 3838.0, 3835.0, 3838.0, 3837.0, 3836.0, 3826.0, 3837.0, 3837.0, 3849.0, 3838.0, 3848.0, 3838.0, 3828.0, 3850.0, 3839.0, 3852.0, 3852.0, 3850.0, 3852.0, 3840.0, 3850.0, 3830.0, 3851.0, 3838.0, 3850.0, 3839.0, 3839.0, 3837.0, 3837.0, 3850.0, 3839.0, 3836.0, 3827.0, 3836.0, 3828.0, 3849.0, 3838.0, 3851.0, 3839.0, 3849.0, 3840.0, 3851.0, 3849.0, 3838.0, 3837.0, 3837.0, 3826.0, 3826.0, 3825.0, 3825.0, 3835.0, 3835.0, 3835.0, 3828.0, 3837.0, 3826.0, 3848.0, 3837.0, 3848.0, 3848.0, 3848.0, 3848.0, 3849.0, 3838.0, 3818.0, 3849.0, 3838.0, 3851.0, 3848.0, 3849.0, 3848.0, 3851.0, 3848.0, 3849.0, 3848.0, 3837.0, 3839.0, 3838.0, 3837.0, 3828.0, 3839.0, 3839.0, 3847.0, 3837.0, 3849.0, 3848.0, 3851.0, 3848.0, 3841.0, 3849.0, 3838.0, 3849.0, 3828.0, 3837.0, 3837.0, 3837.0, 3836.0, 3836.0, 3827.0, 3836.0, 3835.0, 3836.0, 3835.0, 3838.0, 3836.0, 3835.0, 3835.0, 3828.0, 3838.0, 3837.0, 3848.0, 3837.0, 3839.0, 3838.0, 3838.0, 3838.0, 3837.0, 3848.0, 3816.0, 3837.0, 3827.0, 3837.0, 3826.0, 3839.0, 3826.0, 3836.0, 3837.0, 3847.0, 3836.0, 3837.0, 3836.0, 3829.0, 3837.0, 3828.0, 3849.0, 3839.0, 3840.0, 3839.0, 3839.0, 3848.0, 3838.0, 3837.0, 3827.0, 3836.0, 3837.0, 3836.0, 3837.0, 3837.0, 3819.0, 3837.0, 3827.0, 3849.0, 3837.0, 3836.0, 3836.0, 3837.0, 3835.0, 3837.0, 3836.0, 3826.0, 3825.0, 3828.0, 3825.0, 3826.0, 3827.0, 3835.0, 3825.0, 3815.0, 3837.0, 3827.0, 3836.0, 3840.0, 3848.0, 3848.0, 3838.0, 3852.0, 3841.0, 3838.0, 3839.0, 3837.0, 3837.0, 3838.0, 3837.0, 3849.0, 3848.0, 3848.0, 3850.0, 3838.0, 3850.0, 3830.0, 3849.0, 3840.0, 3850.0, 3849.0, 3850.0, 3849.0, 3849.0, 3839.0, 3828.0, 3837.0, 3840.0, 3837.0, 3817.0, 3837.0, 3827.0, 3837.0, 3837.0, 3838.0, 3836.0, 3836.0, 3836.0, 3837.0, 3839.0, 3818.0, 3838.0, 3839.0, 3839.0, 3838.0, 3837.0, 3839.0, 3837.0, 3838.0, 3836.0, 3836.0, 3827.0, 3836.0, 3815.0, 3836.0, 3815.0, 3836.0, 3836.0, 3837.0, 3838.0, 3839.0, 3837.0, 3839.0, 3839.0, 3837.0, 3851.0, 3838.0, 3849.0, 3838.0, 3849.0, 3849.0, 3839.0, 3840.0, 3841.0, 3838.0, 3839.0, 3839.0, 3816.0, 3838.0, 3827.0, 3839.0, 3827.0, 3837.0, 3839.0, 3839.0, 3838.0, 3839.0, 3838.0, 3838.0, 3839.0, 3827.0, 3838.0, 3827.0, 3839.0, 3827.0, 3838.0, 3826.0, 3838.0, 3847.0, 3841.0, 3838.0, 3827.0, 3836.0, 3826.0, 3838.0, 3837.0, 3838.0, 3838.0, 3848.0, 3848.0, 3838.0, 3849.0, 3840.0, 3838.0, 3840.0, 3838.0, 3836.0, 3836.0, 3837.0, 3847.0, 3826.0, 3839.0, 3837.0, 3838.0, 3836.0, 3837.0, 3839.0, 3828.0, 3837.0, 3838.0, 3838.0, 3827.0, 3838.0, 3827.0, 3837.0, 3826.0, 3835.0, 3825.0, 3826.0, 3825.0, 3826.0, 3849.0, 3840.0, 3861.0, 3851.0, 3864.0, 3852.0, 3852.0, 3850.0, 3839.0, 3838.0, 3841.0, 3839.0, 3839.0, 3839.0, 3827.0, 3837.0, 3839.0, 3837.0, 3837.0, 3816.0, 3838.0, 3827.0, 3851.0, 3840.0, 3852.0, 3850.0, 3851.0, 3849.0, 3839.0, 3848.0, 3838.0, 3848.0, 3836.0, 3826.0, 3836.0, 3824.0, 3835.0, 3814.0, 3826.0, 3814.0, 3836.0, 3835.0, 3836.0, 3836.0, 3838.0, 3837.0, 3818.0, 3837.0, 3827.0, 3838.0, 3828.0, 3839.0, 3827.0, 3838.0, 3828.0, 3837.0, 3827.0, 3836.0, 3804.0, 3825.0, 3816.0, 3825.0, 3825.0, 3825.0, 3824.0, 3836.0, 3826.0, 3836.0, 3828.0, 3850.0, 3838.0, 3850.0, 3848.0, 3848.0, 3849.0, 3850.0, 3849.0, 3850.0, 3849.0, 3849.0, 3849.0, 3837.0, 3848.0, 3838.0, 3839.0, 3826.0, 3839.0, 3840.0, 3850.0, 3841.0, 3860.0, 3850.0, 3851.0, 3854.0, 3852.0, 3842.0, 3851.0, 3851.0, 3850.0, 3851.0, 3839.0, 3838.0, 3839.0, 3847.0, 3839.0, 3838.0, 3838.0, 3838.0, 3839.0, 3838.0, 3841.0, 3839.0, 3818.0, 3838.0, 3818.0, 3841.0, 3829.0, 3851.0, 3830.0, 3851.0, 3850.0, 3850.0, 3838.0, 3850.0, 3849.0, 3838.0, 3839.0, 3839.0, 3839.0, 3826.0, 3838.0, 3818.0, 3838.0, 3827.0, 3838.0, 3830.0, 3838.0, 3838.0, 3849.0, 3838.0, 3848.0, 3838.0, 3839.0, 3849.0, 3839.0, 3837.0, 3838.0, 3838.0, 3817.0, 3837.0, 3827.0, 3838.0, 3828.0, 3839.0, 3839.0, 3839.0, 3838.0, 3840.0, 3849.0, 3829.0, 3850.0, 3830.0, 3850.0, 3828.0, 3851.0, 3838.0, 3841.0, 3839.0, 3839.0, 3838.0, 3840.0, 3839.0, 3838.0, 3827.0, 3816.0, 3837.0, 3840.0, 3838.0, 3827.0, 3838.0, 3838.0, 3837.0, 3837.0, 3838.0, 3839.0, 3828.0, 3838.0, 3838.0, 3849.0, 3840.0, 3851.0, 3851.0, 3830.0, 3841.0, 3840.0, 3840.0, 3829.0, 3840.0, 3839.0, 3838.0, 3828.0, 3828.0, 3827.0, 3826.0, 3826.0, 3827.0, 3826.0, 3836.0, 3825.0, 3838.0, 3836.0, 3836.0, 3836.0, 3829.0, 3836.0, 3827.0, 3827.0, 3828.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3827.0, 3828.0, 3826.0, 3826.0, 3816.0, 3826.0, 3826.0, 3826.0, 3826.0, 3837.0, 3826.0, 3837.0, 3826.0, 3826.0, 3825.0, 3838.0, 3825.0, 3826.0, 3826.0, 3828.0, 3836.0, 3837.0, 3837.0, 3839.0, 3837.0, 3830.0, 3838.0, 3849.0, 3849.0, 3841.0, 3851.0, 3851.0, 3851.0, 3840.0, 3852.0, 3840.0, 3851.0, 3848.0, 3839.0, 3838.0, 3839.0, 3838.0, 3840.0, 3837.0, 3828.0, 3826.0, 3840.0, 3837.0, 3838.0, 3837.0, 3839.0, 3838.0, 3827.0, 3841.0, 3828.0, 3838.0, 3828.0, 3849.0, 3838.0, 3849.0, 3840.0, 3839.0, 3849.0, 3838.0, 3838.0, 3838.0, 3838.0, 3839.0, 3839.0, 3818.0, 3839.0, 3818.0, 3852.0, 3841.0, 3850.0, 3839.0, 3852.0, 3841.0, 3850.0, 3840.0, 3852.0, 3850.0, 3851.0, 3850.0, 3851.0, 3850.0, 3851.0, 3850.0, 3840.0, 3839.0, 3843.0, 3852.0, 3840.0, 3839.0, 3841.0, 3839.0, 3818.0, 3841.0, 3818.0, 3851.0, 3828.0, 3839.0, 3838.0, 3848.0, 3838.0, 3838.0, 3836.0, 3838.0, 3837.0, 3838.0, 3837.0, 3838.0, 3837.0, 3839.0, 3837.0, 3827.0, 3836.0, 3829.0, 3837.0, 3827.0, 3837.0, 3818.0, 3840.0, 3816.0, 3847.0, 3837.0, 3837.0, 3837.0, 3850.0, 3837.0, 3849.0, 3838.0, 3849.0, 3850.0, 3829.0, 3851.0, 3843.0, 3862.0, 3843.0, 3852.0, 3830.0, 3840.0, 3829.0, 3850.0, 3851.0, 3840.0, 3849.0, 3829.0, 3850.0, 3850.0, 3840.0, 3850.0, 3840.0, 3850.0, 3840.0, 3850.0, 3841.0, 3851.0, 3829.0, 3841.0, 3839.0, 3841.0, 3850.0, 3838.0, 3837.0, 3828.0, 3828.0, 3826.0, 3827.0, 3826.0, 3824.0, 3825.0, 3828.0, 3822.0, 3823.0, 3823.0, 3812.0, 3824.0, 3813.0, 3822.0, 3813.0, 3822.0, 3813.0, 3802.0, 3812.0, 3810.0, 3801.0, 3813.0, 3811.0, 3812.0, 3812.0, 3823.0, 3824.0, 3827.0, 3826.0, 3826.0, 3826.0, 3816.0, 3839.0, 3827.0, 3839.0, 3826.0, 3839.0, 3836.0, 3828.0, 3836.0, 3828.0, 3836.0, 3827.0, 3827.0, 3829.0, 3840.0, 3819.0, 3838.0, 3828.0, 3838.0, 3838.0, 3838.0, 3840.0, 3832.0, 3838.0, 3838.0, 3840.0, 3830.0, 3851.0, 3839.0, 3839.0, 3839.0, 3850.0, 3849.0, 3839.0, 3850.0, 3831.0, 3850.0, 3842.0, 3850.0, 3841.0, 3851.0, 3850.0, 3850.0, 3851.0, 3832.0, 3850.0, 3840.0, 3850.0, 3840.0, 3851.0, 3851.0, 3840.0, 3851.0, 3829.0, 3851.0, 3830.0, 3852.0, 3852.0, 3851.0, 3850.0, 3840.0, 3850.0, 3830.0, 3851.0, 3841.0, 3852.0, 3843.0, 3851.0, 3840.0, 3851.0, 3851.0, 3841.0, 3850.0, 3840.0, 3839.0, 3829.0, 3841.0, 3830.0, 3839.0, 3830.0, 3839.0, 3838.0, 3839.0, 3839.0, 3828.0, 3838.0, 3818.0, 3839.0, 3830.0, 3839.0, 3828.0, 3840.0, 3838.0, 3839.0, 3838.0, 3839.0, 3838.0, 3828.0, 3837.0, 3828.0, 3827.0, 3827.0, 3827.0, 3827.0, 3829.0, 3817.0, 3839.0, 3827.0, 3838.0, 3838.0, 3838.0, 3838.0, 3838.0], 'WindowWidth': [8727.0, 8710.0, 8681.0, 8694.0, 8673.0, 8672.0, 8667.0, 8647.0, 8644.0, 8647.0, 8643.0, 8625.0, 8633.0, 8617.0, 8616.0, 8621.0, 8616.0, 8586.0, 8611.0, 8598.0, 8611.0, 8614.0, 8613.0, 8610.0, 8612.0, 8616.0, 8612.0, 8616.0, 8615.0, 8613.0, 8600.0, 8615.0, 8618.0, 8636.0, 8618.0, 8633.0, 8618.0, 8607.0, 8638.0, 8623.0, 8644.0, 8642.0, 8640.0, 8642.0, 8626.0, 8637.0, 8611.0, 8638.0, 8620.0, 8636.0, 8621.0, 8621.0, 8614.0, 8615.0, 8635.0, 8619.0, 8613.0, 8603.0, 8615.0, 8604.0, 8635.0, 8621.0, 8641.0, 8623.0, 8636.0, 8624.0, 8639.0, 8634.0, 8618.0, 8615.0, 8617.0, 8599.0, 8600.0, 8595.0, 8597.0, 8610.0, 8609.0, 8611.0, 8603.0, 8614.0, 8599.0, 8632.0, 8615.0, 8631.0, 8631.0, 8634.0, 8632.0, 8635.0, 8620.0, 8594.0, 8635.0, 8621.0, 8639.0, 8632.0, 8634.0, 8633.0, 8639.0, 8633.0, 8635.0, 8631.0, 8618.0, 8621.0, 8618.0, 8616.0, 8605.0, 8622.0, 8621.0, 8630.0, 8616.0, 8635.0, 8633.0, 8640.0, 8634.0, 8626.0, 8634.0, 8621.0, 8633.0, 8606.0, 8616.0, 8614.0, 8614.0, 8612.0, 8613.0, 8600.0, 8611.0, 8609.0, 8611.0, 8610.0, 8617.0, 8612.0, 8612.0, 8610.0, 8603.0, 8618.0, 8616.0, 8633.0, 8617.0, 8620.0, 8619.0, 8619.0, 8619.0, 8618.0, 8630.0, 8588.0, 8616.0, 8603.0, 8614.0, 8601.0, 8619.0, 8599.0, 8613.0, 8615.0, 8629.0, 8613.0, 8616.0, 8614.0, 8607.0, 8618.0, 8606.0, 8635.0, 8621.0, 8623.0, 8621.0, 8622.0, 8633.0, 8621.0, 8616.0, 8603.0, 8613.0, 8615.0, 8614.0, 8616.0, 8616.0, 8594.0, 8617.0, 8604.0, 8633.0, 8616.0, 8614.0, 8614.0, 8616.0, 8610.0, 8615.0, 8612.0, 8599.0, 8596.0, 8602.0, 8595.0, 8600.0, 8599.0, 8610.0, 8596.0, 8584.0, 8615.0, 8601.0, 8614.0, 8622.0, 8631.0, 8632.0, 8621.0, 8641.0, 8626.0, 8619.0, 8621.0, 8618.0, 8617.0, 8620.0, 8617.0, 8635.0, 8631.0, 8632.0, 8636.0, 8621.0, 8637.0, 8612.0, 8636.0, 8624.0, 8638.0, 8636.0, 8638.0, 8636.0, 8636.0, 8621.0, 8606.0, 8617.0, 8625.0, 8617.0, 8590.0, 8615.0, 8601.0, 8617.0, 8615.0, 8617.0, 8613.0, 8615.0, 8614.0, 8618.0, 8621.0, 8592.0, 8618.0, 8621.0, 8621.0, 8618.0, 8617.0, 8621.0, 8617.0, 8617.0, 8615.0, 8614.0, 8603.0, 8613.0, 8586.0, 8613.0, 8586.0, 8614.0, 8613.0, 8616.0, 8619.0, 8621.0, 8616.0, 8621.0, 8621.0, 8618.0, 8639.0, 8621.0, 8636.0, 8621.0, 8637.0, 8636.0, 8623.0, 8624.0, 8626.0, 8621.0, 8623.0, 8621.0, 8589.0, 8618.0, 8604.0, 8621.0, 8603.0, 8618.0, 8620.0, 8621.0, 8618.0, 8621.0, 8618.0, 8620.0, 8620.0, 8605.0, 8618.0, 8604.0, 8620.0, 8602.0, 8619.0, 8600.0, 8616.0, 8627.0, 8625.0, 8619.0, 8603.0, 8612.0, 8601.0, 8619.0, 8617.0, 8619.0, 8619.0, 8633.0, 8632.0, 8621.0, 8635.0, 8624.0, 8618.0, 8624.0, 8618.0, 8614.0, 8613.0, 8614.0, 8629.0, 8600.0, 8619.0, 8615.0, 8619.0, 8615.0, 8618.0, 8621.0, 8606.0, 8617.0, 8618.0, 8619.0, 8603.0, 8616.0, 8601.0, 8615.0, 8598.0, 8610.0, 8594.0, 8601.0, 8598.0, 8601.0, 8635.0, 8625.0, 8656.0, 8642.0, 8663.0, 8646.0, 8644.0, 8637.0, 8623.0, 8619.0, 8626.0, 8621.0, 8620.0, 8619.0, 8600.0, 8615.0, 8618.0, 8615.0, 8616.0, 8587.0, 8617.0, 8605.0, 8641.0, 8624.0, 8643.0, 8639.0, 8641.0, 8635.0, 8622.0, 8633.0, 8619.0, 8629.0, 8612.0, 8599.0, 8611.0, 8593.0, 8609.0, 8579.0, 8597.0, 8580.0, 8612.0, 8609.0, 8613.0, 8614.0, 8618.0, 8617.0, 8592.0, 8616.0, 8603.0, 8618.0, 8606.0, 8620.0, 8603.0, 8618.0, 8604.0, 8613.0, 8600.0, 8612.0, 8566.0, 8594.0, 8585.0, 8594.0, 8594.0, 8595.0, 8594.0, 8612.0, 8598.0, 8611.0, 8605.0, 8635.0, 8619.0, 8636.0, 8633.0, 8634.0, 8635.0, 8637.0, 8635.0, 8637.0, 8634.0, 8636.0, 8634.0, 8618.0, 8631.0, 8617.0, 8621.0, 8602.0, 8620.0, 8624.0, 8638.0, 8627.0, 8654.0, 8639.0, 8642.0, 8650.0, 8644.0, 8630.0, 8642.0, 8641.0, 8638.0, 8640.0, 8621.0, 8618.0, 8621.0, 8629.0, 8622.0, 8618.0, 8621.0, 8620.0, 8622.0, 8620.0, 8625.0, 8622.0, 8592.0, 8619.0, 8593.0, 8626.0, 8608.0, 8638.0, 8610.0, 8639.0, 8637.0, 8638.0, 8619.0, 8639.0, 8635.0, 8621.0, 8622.0, 8622.0, 8621.0, 8601.0, 8617.0, 8592.0, 8619.0, 8603.0, 8619.0, 8610.0, 8620.0, 8621.0, 8637.0, 8620.0, 8634.0, 8619.0, 8621.0, 8635.0, 8622.0, 8616.0, 8619.0, 8619.0, 8590.0, 8616.0, 8603.0, 8618.0, 8605.0, 8621.0, 8622.0, 8621.0, 8621.0, 8625.0, 8635.0, 8609.0, 8638.0, 8611.0, 8639.0, 8608.0, 8642.0, 8619.0, 8628.0, 8622.0, 8623.0, 8620.0, 8623.0, 8619.0, 8618.0, 8602.0, 8587.0, 8614.0, 8623.0, 8617.0, 8601.0, 8617.0, 8617.0, 8617.0, 8616.0, 8619.0, 8620.0, 8607.0, 8621.0, 8621.0, 8637.0, 8625.0, 8641.0, 8641.0, 8615.0, 8628.0, 8627.0, 8626.0, 8611.0, 8624.0, 8623.0, 8619.0, 8605.0, 8604.0, 8601.0, 8600.0, 8598.0, 8600.0, 8598.0, 8612.0, 8597.0, 8616.0, 8612.0, 8613.0, 8611.0, 8605.0, 8613.0, 8602.0, 8601.0, 8603.0, 8599.0, 8600.0, 8598.0, 8600.0, 8600.0, 8602.0, 8603.0, 8600.0, 8598.0, 8587.0, 8599.0, 8599.0, 8600.0, 8599.0, 8614.0, 8600.0, 8615.0, 8600.0, 8601.0, 8596.0, 8617.0, 8597.0, 8599.0, 8597.0, 8604.0, 8612.0, 8615.0, 8613.0, 8623.0, 8617.0, 8610.0, 8619.0, 8636.0, 8637.0, 8628.0, 8641.0, 8642.0, 8642.0, 8626.0, 8642.0, 8624.0, 8638.0, 8633.0, 8622.0, 8620.0, 8621.0, 8618.0, 8623.0, 8615.0, 8605.0, 8600.0, 8622.0, 8616.0, 8617.0, 8616.0, 8620.0, 8618.0, 8604.0, 8624.0, 8608.0, 8619.0, 8605.0, 8633.0, 8617.0, 8634.0, 8623.0, 8620.0, 8634.0, 8620.0, 8620.0, 8621.0, 8619.0, 8621.0, 8620.0, 8593.0, 8622.0, 8595.0, 8643.0, 8627.0, 8639.0, 8624.0, 8644.0, 8626.0, 8640.0, 8624.0, 8642.0, 8637.0, 8640.0, 8639.0, 8641.0, 8637.0, 8640.0, 8639.0, 8626.0, 8623.0, 8634.0, 8644.0, 8624.0, 8621.0, 8625.0, 8622.0, 8593.0, 8625.0, 8593.0, 8638.0, 8606.0, 8620.0, 8618.0, 8632.0, 8616.0, 8618.0, 8614.0, 8618.0, 8617.0, 8619.0, 8617.0, 8619.0, 8615.0, 8620.0, 8616.0, 8602.0, 8614.0, 8607.0, 8616.0, 8603.0, 8615.0, 8592.0, 8622.0, 8587.0, 8627.0, 8616.0, 8616.0, 8615.0, 8634.0, 8616.0, 8634.0, 8619.0, 8635.0, 8638.0, 8610.0, 8643.0, 8633.0, 8657.0, 8634.0, 8643.0, 8612.0, 8625.0, 8608.0, 8636.0, 8639.0, 8624.0, 8634.0, 8608.0, 8636.0, 8636.0, 8627.0, 8638.0, 8625.0, 8639.0, 8625.0, 8638.0, 8627.0, 8640.0, 8608.0, 8625.0, 8623.0, 8625.0, 8637.0, 8618.0, 8613.0, 8603.0, 8602.0, 8600.0, 8599.0, 8597.0, 8593.0, 8594.0, 8600.0, 8586.0, 8587.0, 8588.0, 8572.0, 8590.0, 8574.0, 8585.0, 8574.0, 8586.0, 8574.0, 8557.0, 8571.0, 8567.0, 8556.0, 8572.0, 8570.0, 8573.0, 8572.0, 8590.0, 8592.0, 8601.0, 8599.0, 8601.0, 8599.0, 8585.0, 8619.0, 8602.0, 8618.0, 8600.0, 8619.0, 8613.0, 8604.0, 8612.0, 8603.0, 8613.0, 8602.0, 8600.0, 8607.0, 8624.0, 8595.0, 8618.0, 8604.0, 8617.0, 8619.0, 8618.0, 8624.0, 8615.0, 8619.0, 8618.0, 8623.0, 8611.0, 8639.0, 8621.0, 8623.0, 8621.0, 8637.0, 8636.0, 8623.0, 8638.0, 8613.0, 8638.0, 8628.0, 8639.0, 8628.0, 8640.0, 8640.0, 8638.0, 8642.0, 8616.0, 8638.0, 8625.0, 8639.0, 8627.0, 8640.0, 8640.0, 8625.0, 8640.0, 8610.0, 8640.0, 8611.0, 8643.0, 8641.0, 8640.0, 8639.0, 8627.0, 8638.0, 8613.0, 8641.0, 8627.0, 8644.0, 8631.0, 8641.0, 8624.0, 8639.0, 8640.0, 8628.0, 8639.0, 8625.0, 8623.0, 8610.0, 8627.0, 8610.0, 8623.0, 8610.0, 8622.0, 8619.0, 8622.0, 8621.0, 8607.0, 8619.0, 8592.0, 8621.0, 8610.0, 8621.0, 8605.0, 8624.0, 8618.0, 8619.0, 8618.0, 8621.0, 8617.0, 8605.0, 8616.0, 8604.0, 8601.0, 8603.0, 8601.0, 8601.0, 8606.0, 8589.0, 8619.0, 8603.0, 8618.0, 8616.0, 8618.0, 8617.0, 8619.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.00031151724137931034</td></tr>
<tr><td colspan=3>aqi</td><td>0.013236738275862067</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.24163303451092</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.164618474545455</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003524015880314</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>6504.6924</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06515768687242408</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4226800513936295</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.337122944278647</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6120950286318925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.318822181270349</td></tr>
<tr><td colspan=3>gcor</td><td>0.0081131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01152032520622015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022536076605319977</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7535024096231346</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.9247</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7004</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.7714</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>306609.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.2548</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9888</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.9469</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3086.9146</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.7786</td></tr>
<tr><td colspan=3>tsnr</td><td>47.293411906808615</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>