ds005256-mriqc/sub-0053_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter a21c68c0ec [DATALAD RUNCMD] Compute MRIQC for sub-0053
=== 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-0053 --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-0053",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:59:37 +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-0053_ses-01_task-social_acq-mb8_run-06_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-0053_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-06_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-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-06_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>9b882129112c8f359d0f8255200173f0</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>15:27:28.992500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</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-06_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.0894328</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>256.632</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f82bb1d-e282-4fc6-be7a-420c7fb45aa5||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.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['152728.992500', '152729.452500', '152729.912500', '152730.372500', '152730.832500', '152731.292500', '152731.752500', '152732.212500', '152732.672500', '152733.132500', '152733.592500', '152734.052500', '152734.512500', '152734.972500', '152735.432500', '152735.892500', '152736.352500', '152736.812500', '152737.272500', '152737.732500', '152738.192500', '152738.652500', '152739.112500', '152739.572500', '152740.032500', '152740.492500', '152740.952500', '152741.412500', '152741.872500', '152742.332500', '152742.792500', '152743.252500', '152743.712500', '152744.172500', '152744.632500', '152745.092500', '152745.552500', '152746.012500', '152746.472500', '152746.932500', '152747.392500', '152747.852500', '152748.312500', '152748.772500', '152749.232500', '152749.692500', '152750.152500', '152750.612500', '152751.072500', '152751.532500', '152751.992500', '152752.452500', '152752.912500', '152753.372500', '152753.832500', '152754.292500', '152754.752500', '152755.212500', '152755.672500', '152756.132500', '152756.592500', '152757.052500', '152757.512500', '152757.972500', '152758.432500', '152758.892500', '152759.352500', '152759.812500', '152800.272500', '152800.732500', '152801.192500', '152801.652500', '152802.112500', '152802.572500', '152803.032500', '152803.492500', '152803.952500', '152804.412500', '152804.872500', '152805.332500', '152805.792500', '152806.252500', '152806.712500', '152807.172500', '152807.632500', '152808.092500', '152808.552500', '152809.012500', '152809.472500', '152809.932500', '152810.392500', '152810.852500', '152811.312500', '152811.772500', '152812.232500', '152812.692500', '152813.152500', '152813.612500', '152814.072500', '152814.532500', '152814.992500', '152815.452500', '152815.912500', '152816.372500', '152816.832500', '152817.292500', '152817.752500', '152818.212500', '152818.672500', '152819.132500', '152819.592500', '152820.052500', '152820.512500', '152820.972500', '152821.432500', '152821.892500', '152822.352500', '152822.812500', '152823.272500', '152823.732500', '152824.192500', '152824.652500', '152825.112500', '152825.572500', '152826.032500', '152826.492500', '152826.952500', '152827.412500', '152827.872500', '152828.332500', '152828.792500', '152829.252500', '152829.712500', '152830.172500', '152830.632500', '152831.092500', '152831.552500', '152832.012500', '152832.472500', '152832.932500', '152833.392500', '152833.852500', '152834.312500', '152834.772500', '152835.232500', '152835.692500', '152836.152500', '152836.612500', '152837.072500', '152837.532500', '152837.992500', '152838.452500', '152838.912500', '152839.372500', '152839.832500', '152840.292500', '152840.752500', '152841.212500', '152841.672500', '152842.132500', '152842.592500', '152843.052500', '152843.512500', '152843.972500', '152844.432500', '152844.892500', '152845.352500', '152845.812500', '152846.272500', '152846.732500', '152847.192500', '152847.652500', '152848.112500', '152848.572500', '152849.032500', '152849.492500', '152849.952500', '152850.412500', '152850.872500', '152851.332500', '152851.792500', '152852.252500', '152852.712500', '152853.172500', '152853.632500', '152854.092500', '152854.552500', '152855.012500', '152855.472500', '152855.932500', '152856.392500', '152856.852500', '152857.312500', '152857.772500', '152858.232500', '152858.692500', '152859.152500', '152859.612500', '152900.072500', '152900.532500', '152900.992500', '152901.452500', '152901.912500', '152902.372500', '152902.832500', '152903.292500', '152903.752500', '152904.212500', '152904.672500', '152905.132500', '152905.592500', '152906.052500', '152906.512500', '152906.972500', '152907.432500', '152907.892500', '152908.352500', '152908.812500', '152909.272500', '152909.732500', '152910.192500', '152910.652500', '152911.112500', '152911.572500', '152912.032500', '152912.492500', '152912.952500', '152913.412500', '152913.872500', '152914.332500', '152914.792500', '152915.252500', '152915.712500', '152916.172500', '152916.632500', '152917.092500', '152917.552500', '152918.012500', '152918.472500', '152918.932500', '152919.392500', '152919.852500', '152920.312500', '152920.772500', '152921.232500', '152921.692500', '152922.152500', '152922.612500', '152923.072500', '152923.532500', '152923.992500', '152924.452500', '152924.912500', '152925.372500', '152925.832500', '152926.292500', '152926.752500', '152927.212500', '152927.672500', '152928.132500', '152928.592500', '152929.052500', '152929.512500', '152929.972500', '152930.432500', '152930.892500', '152931.352500', '152931.812500', '152932.272500', '152932.732500', '152933.192500', '152933.652500', '152934.112500', '152934.572500', '152935.032500', '152935.492500', '152935.952500', '152936.412500', '152936.872500', '152937.332500', '152937.792500', '152938.252500', '152938.712500', '152939.172500', '152939.632500', '152940.092500', '152940.552500', '152941.012500', '152941.472500', '152941.932500', '152942.392500', '152942.852500', '152943.312500', '152943.772500', '152944.232500', '152944.692500', '152945.152500', '152945.612500', '152946.072500', '152946.532500', '152946.992500', '152947.452500', '152947.912500', '152948.372500', '152948.832500', '152949.292500', '152949.752500', '152950.212500', '152950.672500', '152951.132500', '152951.592500', '152952.052500', '152952.512500', '152952.972500', '152953.432500', '152953.892500', '152954.352500', '152954.812500', '152955.272500', '152955.732500', '152956.192500', '152956.652500', '152957.112500', '152957.572500', '152958.032500', '152958.492500', '152958.952500', '152959.412500', '152959.872500', '153000.332500', '153000.792500', '153001.252500', '153001.712500', '153002.172500', '153002.632500', '153003.092500', '153003.552500', '153004.012500', '153004.472500', '153004.932500', '153005.392500', '153005.852500', '153006.312500', '153006.772500', '153007.232500', '153007.692500', '153008.152500', '153008.612500', '153009.072500', '153009.532500', '153009.992500', '153010.452500', '153010.912500', '153011.372500', '153011.832500', '153012.292500', '153012.752500', '153013.212500', '153013.672500', '153014.132500', '153014.592500', '153015.052500', '153015.512500', '153015.972500', '153016.432500', '153016.892500', '153017.352500', '153017.812500', '153018.272500', '153018.732500', '153019.192500', '153019.652500', '153020.112500', '153020.572500', '153021.032500', '153021.492500', '153021.952500', '153022.412500', '153022.872500', '153023.332500', '153023.792500', '153024.252500', '153024.712500', '153025.172500', '153025.632500', '153026.092500', '153026.552500', '153027.012500', '153027.472500', '153027.932500', '153028.392500', '153028.852500', '153029.312500', '153029.772500', '153030.232500', '153030.692500', '153031.152500', '153031.612500', '153032.072500', '153032.532500', '153032.992500', '153033.452500', '153033.912500', '153034.372500', '153034.832500', '153035.292500', '153035.752500', '153036.212500', '153036.672500', '153037.132500', '153037.592500', '153038.052500', '153038.512500', '153038.972500', '153039.432500', '153039.892500', '153040.352500', '153040.812500', '153041.272500', '153041.732500', '153042.192500', '153042.652500', '153043.112500', '153043.572500', '153044.032500', '153044.492500', '153044.952500', '153045.412500', '153045.872500', '153046.332500', '153046.792500', '153047.252500', '153047.712500', '153048.172500', '153048.632500', '153049.092500', '153049.552500', '153050.012500', '153050.472500', '153050.932500', '153051.392500', '153051.852500', '153052.312500', '153052.772500', '153053.232500', '153053.692500', '153054.152500', '153054.612500', '153055.072500', '153055.532500', '153055.992500', '153056.452500', '153056.912500', '153057.372500', '153057.832500', '153058.292500', '153058.752500', '153059.212500', '153059.672500', '153100.132500', '153100.592500', '153101.052500', '153101.512500', '153101.972500', '153102.432500', '153102.892500', '153103.352500', '153103.812500', '153104.272500', '153104.732500', '153105.192500', '153105.652500', '153106.112500', '153106.572500', '153107.032500', '153107.492500', '153107.952500', '153108.412500', '153108.872500', '153109.332500', '153109.792500', '153110.252500', '153110.712500', '153111.172500', '153111.632500', '153112.092500', '153112.552500', '153113.012500', '153113.472500', '153113.932500', '153114.392500', '153114.852500', '153115.312500', '153115.772500', '153116.232500', '153116.692500', '153117.152500', '153117.612500', '153118.072500', '153118.532500', '153118.992500', '153119.452500', '153119.912500', '153120.372500', '153120.832500', '153121.292500', '153121.752500', '153122.212500', '153122.672500', '153123.132500', '153123.592500', '153124.052500', '153124.512500', '153124.972500', '153125.432500', '153125.892500', '153126.352500', '153126.812500', '153127.272500', '153127.732500', '153128.192500', '153128.652500', '153129.112500', '153129.572500', '153130.032500', '153130.492500', '153130.952500', '153131.412500', '153131.872500', '153132.332500', '153132.792500', '153133.252500', '153133.712500', '153134.172500', '153134.632500', '153135.092500', '153135.552500', '153136.012500', '153136.472500', '153136.932500', '153137.392500', '153137.852500', '153138.312500', '153138.772500', '153139.232500', '153139.692500', '153140.152500', '153140.612500', '153141.072500', '153141.532500', '153141.992500', '153142.452500', '153142.912500', '153143.372500', '153143.832500', '153144.292500', '153144.752500', '153145.212500', '153145.672500', '153146.132500', '153146.592500', '153147.052500', '153147.512500', '153147.972500', '153148.432500', '153148.892500', '153149.352500', '153149.812500', '153150.272500', '153150.732500', '153151.192500', '153151.652500', '153152.112500', '153152.572500', '153153.032500', '153153.492500', '153153.952500', '153154.412500', '153154.872500', '153155.332500', '153155.792500', '153156.252500', '153156.712500', '153157.172500', '153157.632500', '153158.092500', '153158.552500', '153159.012500', '153159.472500', '153159.932500', '153200.392500', '153200.852500', '153201.312500', '153201.772500', '153202.232500', '153202.692500', '153203.152500', '153203.612500', '153204.072500', '153204.532500', '153204.992500', '153205.452500', '153205.912500', '153206.372500', '153206.832500', '153207.292500', '153207.752500', '153208.212500', '153208.672500', '153209.132500', '153209.592500', '153210.052500', '153210.512500', '153210.972500', '153211.432500', '153211.892500', '153212.352500', '153212.812500', '153213.272500', '153213.732500', '153214.192500', '153214.652500', '153215.112500', '153215.572500', '153216.032500', '153216.492500', '153216.952500', '153217.412500', '153217.872500', '153218.332500', '153218.792500', '153219.252500', '153219.712500', '153220.172500', '153220.632500', '153221.092500', '153221.552500', '153222.012500', '153222.472500', '153222.932500', '153223.392500', '153223.852500', '153224.312500', '153224.772500', '153225.232500', '153225.692500', '153226.152500', '153226.612500', '153227.072500', '153227.532500', '153227.992500', '153228.452500', '153228.912500', '153229.372500', '153229.832500', '153230.292500', '153230.752500', '153231.212500', '153231.672500', '153232.132500', '153232.592500', '153233.052500', '153233.512500', '153233.972500', '153234.432500', '153234.892500', '153235.352500', '153235.812500', '153236.272500', '153236.732500', '153237.192500', '153237.652500', '153238.112500', '153238.572500', '153239.032500', '153239.492500', '153239.952500', '153240.412500', '153240.872500', '153241.332500', '153241.792500', '153242.252500', '153242.712500', '153243.172500', '153243.632500', '153244.092500', '153244.552500', '153245.012500', '153245.472500', '153245.932500', '153246.392500', '153246.852500', '153247.312500', '153247.772500', '153248.232500', '153248.692500', '153249.152500', '153249.612500', '153250.072500', '153250.532500', '153250.992500', '153251.452500', '153251.912500', '153252.372500', '153252.832500', '153253.292500', '153253.752500', '153254.212500', '153254.672500', '153255.132500', '153255.592500', '153256.052500', '153256.512500', '153256.972500', '153257.432500', '153257.892500', '153258.352500', '153258.812500', '153259.272500', '153259.732500', '153300.192500', '153300.652500', '153301.112500', '153301.572500', '153302.032500', '153302.492500', '153302.952500', '153303.412500', '153303.872500', '153304.332500', '153304.792500', '153305.252500', '153305.712500', '153306.172500', '153306.632500', '153307.092500', '153307.552500', '153308.012500', '153308.472500', '153308.932500', '153309.392500', '153309.852500', '153310.312500', '153310.772500', '153311.232500', '153311.692500', '153312.152500', '153312.612500', '153313.072500', '153313.532500', '153313.992500', '153314.452500', '153314.912500', '153315.372500', '153315.832500', '153316.292500', '153316.752500', '153317.212500', '153317.672500', '153318.132500', '153318.592500', '153319.052500', '153319.512500', '153319.972500', '153320.432500', '153320.892500', '153321.352500', '153321.812500', '153322.272500', '153322.732500', '153323.192500', '153323.652500', '153324.112500', '153324.572500', '153325.032500', '153325.492500', '153325.952500', '153326.412500', '153326.872500', '153327.332500', '153327.792500', '153328.252500', '153328.712500', '153329.172500', '153329.632500', '153330.092500', '153330.552500', '153331.012500', '153331.472500', '153331.932500', '153332.392500', '153332.852500', '153333.312500', '153333.772500', '153334.232500', '153334.692500', '153335.152500', '153335.612500', '153336.072500', '153336.532500', '153336.992500', '153337.452500', '153337.912500', '153338.372500', '153338.832500', '153339.292500', '153339.752500', '153340.212500', '153340.672500', '153341.132500', '153341.592500', '153342.052500', '153342.512500', '153342.972500', '153343.432500', '153343.892500', '153344.352500', '153344.812500', '153345.272500', '153345.732500', '153346.192500', '153346.652500', '153347.112500', '153347.572500', '153348.032500', '153348.492500', '153348.952500', '153349.412500', '153349.872500', '153350.332500', '153350.792500', '153351.252500', '153351.712500', '153352.172500', '153352.632500', '153353.092500', '153353.552500', '153354.012500', '153354.472500', '153354.932500', '153355.392500', '153355.852500', '153356.312500', '153356.772500', '153357.232500', '153357.692500', '153358.152500', '153358.612500', '153359.072500', '153359.532500', '153359.992500', '153400.452500', '153400.912500', '153401.372500', '153401.832500', '153402.292500', '153402.752500', '153403.212500', '153403.672500', '153404.132500', '153404.592500', '153405.052500', '153405.512500', '153405.972500', '153406.432500', '153406.892500', '153407.352500', '153407.812500', '153408.272500', '153408.732500', '153409.192500', '153409.652500'], 'ContentTime': ['152755.451000', '152755.454000', '152755.457000', '152755.459000', '152755.462000', '152755.464000', '152755.467000', '152755.469000', '152755.472000', '152755.475000', '152755.477000', '152755.480000', '152755.482000', '152755.485000', '152755.487000', '152755.490000', '152755.492000', '152755.495000', '152755.497000', '152755.500000', '152755.504000', '152755.507000', '152755.509000', '152755.512000', '152755.514000', '152755.517000', '152755.520000', '152755.534000', '152755.536000', '152755.539000', '152755.541000', '152755.544000', '152755.547000', '152755.549000', '152755.552000', '152755.554000', '152755.557000', '152755.559000', '152755.562000', '152755.564000', '152755.567000', '152755.569000', '152755.572000', '152755.575000', '152755.577000', '152755.580000', '152755.582000', '152755.585000', '152755.587000', '152755.590000', '152755.592000', '152755.595000', '152755.597000', '152755.600000', '152755.603000', '152815.417000', '152815.420000', '152815.425000', '152815.428000', '152815.430000', '152815.433000', '152815.436000', '152815.438000', '152815.441000', '152815.443000', '152815.446000', '152815.448000', '152815.451000', '152815.453000', '152815.456000', '152815.458000', '152815.461000', '152815.463000', '152815.466000', '152815.469000', '152815.471000', '152815.474000', '152815.476000', '152815.479000', '152815.481000', '152815.484000', '152815.486000', '152815.489000', '152815.491000', '152815.494000', '152815.496000', '152815.499000', '152815.501000', '152815.504000', '152815.507000', '152815.509000', '152815.512000', '152815.514000', '152815.517000', '152815.519000', '152815.522000', '152815.524000', '152815.527000', '152835.417000', '152835.420000', '152835.423000', '152835.425000', '152835.428000', '152835.430000', '152835.433000', '152835.435000', '152835.438000', '152835.440000', '152835.443000', '152835.445000', '152835.448000', '152835.450000', '152835.453000', '152835.456000', '152835.458000', '152835.463000', '152835.465000', '152835.468000', '152835.470000', '152835.473000', '152835.475000', '152835.478000', '152835.481000', '152835.483000', '152835.486000', '152835.488000', '152835.491000', '152835.493000', '152835.496000', '152835.499000', '152835.501000', '152835.504000', '152835.506000', '152835.509000', '152835.511000', '152835.514000', '152835.516000', '152835.519000', '152835.521000', '152835.524000', '152835.527000', '152835.529000', '152855.416000', '152855.419000', '152855.422000', '152855.424000', '152855.427000', '152855.429000', '152855.432000', '152855.435000', '152855.437000', '152855.440000', '152855.442000', '152855.445000', '152855.448000', '152855.451000', '152855.454000', '152855.456000', '152855.459000', '152855.461000', '152855.464000', '152855.466000', '152855.469000', '152855.471000', '152855.474000', '152855.476000', '152855.479000', '152855.482000', '152855.484000', '152855.487000', '152855.489000', '152855.492000', '152855.494000', '152855.497000', '152855.499000', '152855.502000', '152855.505000', '152855.507000', '152855.510000', '152855.512000', '152855.516000', '152855.519000', '152855.521000', '152855.524000', '152855.527000', '152915.417000', '152915.420000', '152915.423000', '152915.425000', '152915.428000', '152915.430000', '152915.433000', '152915.435000', '152915.438000', '152915.440000', '152915.443000', '152915.445000', '152915.448000', '152915.451000', '152915.453000', '152915.456000', '152915.458000', '152915.461000', '152915.463000', '152915.466000', '152915.468000', '152915.471000', '152915.475000', '152915.478000', '152915.480000', '152915.483000', '152915.486000', '152915.488000', '152915.491000', '152915.493000', '152915.496000', '152915.498000', '152915.501000', '152915.504000', '152915.506000', '152915.509000', '152915.511000', '152915.514000', '152915.516000', '152915.519000', '152915.522000', '152915.524000', '152915.527000', '152915.529000', '152935.417000', '152935.420000', '152935.423000', '152935.429000', '152935.432000', '152935.434000', '152935.437000', '152935.439000', '152935.442000', '152935.445000', '152935.447000', '152935.450000', '152935.452000', '152935.455000', '152935.457000', '152935.460000', '152935.462000', '152935.465000', '152935.467000', '152935.470000', '152935.472000', '152935.475000', '152935.477000', '152935.480000', '152935.483000', '152935.498000', '152935.500000', '152935.503000', '152935.505000', '152935.508000', '152935.510000', '152935.513000', '152935.516000', '152935.518000', '152935.521000', '152935.523000', '152935.526000', '152935.528000', '152935.531000', '152935.533000', '152935.536000', '152935.539000', '152935.541000', '152955.417000', '152955.420000', '152955.423000', '152955.425000', '152955.428000', '152955.431000', '152955.433000', '152955.436000', '152955.438000', '152955.441000', '152955.443000', '152955.446000', '152955.449000', '152955.451000', '152955.454000', '152955.456000', '152955.459000', '152955.461000', '152955.464000', '152955.466000', '152955.469000', '152955.472000', '152955.474000', '152955.477000', '152955.479000', '152955.482000', '152955.484000', '152955.487000', '152955.489000', '152955.492000', '152955.495000', '152955.497000', '152955.500000', '152955.502000', '152955.505000', '152955.508000', '152955.510000', '152955.513000', '152955.515000', '152955.518000', '152955.521000', '152955.523000', '152955.526000', '152955.529000', '153015.417000', '153015.420000', '153015.423000', '153015.425000', '153015.428000', '153015.430000', '153015.433000', '153015.435000', '153015.438000', '153015.441000', '153015.443000', '153015.446000', '153015.448000', '153015.451000', '153015.453000', '153015.456000', '153015.458000', '153015.461000', '153015.464000', '153015.466000', '153015.469000', '153015.471000', '153015.474000', '153015.476000', '153015.479000', '153015.481000', '153015.484000', '153015.487000', '153015.489000', '153015.492000', '153015.494000', '153015.497000', '153015.499000', '153015.502000', '153015.505000', '153015.507000', '153015.510000', '153015.512000', '153015.515000', '153015.518000', '153015.520000', '153015.523000', '153015.526000', '153035.417000', '153035.420000', '153035.423000', '153035.425000', '153035.428000', '153035.430000', '153035.433000', '153035.435000', '153035.438000', '153035.441000', '153035.443000', '153035.446000', '153035.448000', '153035.451000', '153035.453000', '153035.456000', '153035.458000', '153035.461000', '153035.463000', '153035.466000', '153035.469000', '153035.471000', '153035.474000', '153035.476000', '153035.479000', '153035.482000', '153035.484000', '153035.487000', '153035.489000', '153035.492000', '153035.494000', '153035.497000', '153035.499000', '153035.502000', '153035.505000', '153035.507000', '153035.510000', '153035.512000', '153035.515000', '153035.517000', '153035.520000', '153035.523000', '153035.525000', '153035.528000', '153055.418000', '153055.420000', '153055.423000', '153055.426000', '153055.428000', '153055.431000', '153055.433000', '153055.436000', '153055.438000', '153055.441000', '153055.443000', '153055.446000', '153055.449000', '153055.451000', '153055.454000', '153055.456000', '153055.459000', '153055.461000', '153055.464000', '153055.466000', '153055.469000', '153055.472000', '153055.474000', '153055.477000', '153055.479000', '153055.482000', '153055.484000', '153055.487000', '153055.490000', '153055.492000', '153055.495000', '153055.497000', '153055.500000', '153055.502000', '153055.505000', '153055.508000', '153055.510000', '153055.513000', '153055.515000', '153055.518000', '153055.521000', '153055.523000', '153055.526000', '153115.417000', '153115.419000', '153115.422000', '153115.425000', '153115.428000', '153115.430000', '153115.433000', '153115.443000', '153115.446000', '153115.448000', '153115.451000', '153115.453000', '153115.456000', '153115.458000', '153115.461000', '153115.464000', '153115.466000', '153115.469000', '153115.471000', '153115.474000', '153115.476000', '153115.479000', '153115.482000', '153115.484000', '153115.487000', '153115.489000', '153115.492000', '153115.494000', '153115.497000', '153115.499000', '153115.502000', '153115.505000', '153115.507000', '153115.510000', '153115.513000', '153115.515000', '153115.518000', '153115.520000', '153115.523000', '153115.526000', '153115.528000', '153115.531000', '153115.533000', '153135.417000', '153135.420000', '153135.423000', '153135.425000', '153135.428000', '153135.430000', '153135.433000', '153135.436000', '153135.438000', '153135.441000', '153135.444000', '153135.446000', '153135.449000', '153135.451000', '153135.454000', '153135.456000', '153135.459000', '153135.461000', '153135.464000', '153135.467000', '153135.469000', '153135.472000', '153135.474000', '153135.477000', '153135.479000', '153135.482000', '153135.484000', '153135.487000', '153135.489000', '153135.492000', '153135.495000', '153135.497000', '153135.500000', '153135.502000', '153135.505000', '153135.507000', '153135.510000', '153135.513000', '153135.515000', '153135.518000', '153135.520000', '153135.523000', '153135.525000', '153135.528000', '153155.417000', '153155.420000', '153155.423000', '153155.425000', '153155.428000', '153155.431000', '153155.433000', '153155.436000', '153155.438000', '153155.441000', '153155.443000', '153155.446000', '153155.448000', '153155.451000', '153155.453000', '153155.456000', '153155.458000', '153155.461000', '153155.464000', '153155.466000', '153155.469000', '153155.471000', '153155.474000', '153155.476000', '153155.479000', '153155.482000', '153155.484000', '153155.487000', '153155.489000', '153155.492000', '153155.494000', '153155.497000', '153155.500000', '153155.502000', '153155.505000', '153155.507000', '153155.510000', '153155.512000', '153155.515000', '153155.517000', '153155.520000', '153155.523000', '153155.525000', '153155.528000', '153215.418000', '153215.420000', '153215.423000', '153215.425000', '153215.428000', '153215.431000', '153215.433000', '153215.436000', '153215.438000', '153215.441000', '153215.443000', '153215.446000', '153215.449000', '153215.451000', '153215.454000', '153215.456000', '153215.459000', '153215.461000', '153215.464000', '153215.466000', '153215.469000', '153215.472000', '153215.474000', '153215.477000', '153215.479000', '153215.482000', '153215.484000', '153215.487000', '153215.489000', '153215.492000', '153215.494000', '153215.497000', '153215.500000', '153215.502000', '153215.505000', '153215.507000', '153215.510000', '153215.513000', '153215.515000', '153215.518000', '153215.520000', '153215.523000', '153215.525000', '153235.417000', '153235.420000', '153235.423000', '153235.425000', '153235.428000', '153235.431000', '153235.433000', '153235.436000', '153235.438000', '153235.441000', '153235.443000', '153235.446000', '153235.448000', '153235.451000', '153235.454000', '153235.456000', '153235.459000', '153235.461000', '153235.464000', '153235.466000', '153235.469000', '153235.472000', '153235.474000', '153235.477000', '153235.479000', '153235.482000', '153235.484000', '153235.487000', '153235.489000', '153235.492000', '153235.495000', '153235.497000', '153235.510000', '153235.512000', '153235.515000', '153235.517000', '153235.520000', '153235.523000', '153235.525000', '153235.528000', '153235.530000', '153235.533000', '153235.535000', '153235.538000', '153255.418000', '153255.420000', '153255.423000', '153255.426000', '153255.428000', '153255.431000', '153255.433000', '153255.436000', '153255.438000', '153255.441000', '153255.444000', '153255.446000', '153255.449000', '153255.451000', '153255.454000', '153255.456000', '153255.459000', '153255.461000', '153255.464000', '153255.466000', '153255.469000', '153255.472000', '153255.474000', '153255.477000', '153255.479000', '153255.482000', '153255.484000', '153255.487000', '153255.490000', '153255.492000', '153255.495000', '153255.497000', '153255.500000', '153255.503000', '153255.505000', '153255.508000', '153255.510000', '153255.513000', '153255.515000', '153255.518000', '153255.521000', '153255.523000', '153255.526000', '153315.417000', '153315.420000', '153315.423000', '153315.425000', '153315.428000', '153315.431000', '153315.433000', '153315.436000', '153315.438000', '153315.441000', '153315.443000', '153315.446000', '153315.448000', '153315.451000', '153315.454000', '153315.456000', '153315.459000', '153315.462000', '153315.464000', '153315.467000', '153315.469000', '153315.472000', '153315.474000', '153315.477000', '153315.479000', '153315.482000', '153315.485000', '153315.487000', '153315.490000', '153315.492000', '153315.495000', '153315.497000', '153315.502000', '153315.504000', '153315.507000', '153315.509000', '153315.512000', '153315.515000', '153315.517000', '153315.520000', '153315.522000', '153315.525000', '153315.527000', '153315.530000', '153335.416000', '153335.419000', '153335.422000', '153335.424000', '153335.427000', '153335.429000', '153335.432000', '153335.434000', '153335.437000', '153335.440000', '153335.442000', '153335.445000', '153335.447000', '153335.450000', '153335.453000', '153335.455000', '153335.458000', '153335.460000', '153335.463000', '153335.466000', '153335.468000', '153335.471000', '153335.473000', '153335.476000', '153335.478000', '153335.481000', '153335.483000', '153335.486000', '153335.489000', '153335.491000', '153335.494000', '153335.497000', '153335.499000', '153335.502000', '153335.504000', '153335.507000', '153335.509000', '153335.512000', '153335.515000', '153335.517000', '153335.520000', '153335.522000', '153335.525000', '153355.418000', '153355.420000', '153355.423000', '153355.425000', '153355.428000', '153355.431000', '153355.434000', '153355.437000', '153355.440000', '153355.442000', '153355.445000', '153355.447000', '153355.450000', '153355.452000', '153355.455000', '153355.458000', '153355.460000', '153355.463000', '153355.465000', '153355.468000', '153355.470000', '153355.473000', '153355.476000', '153355.478000', '153355.481000', '153355.483000', '153355.486000', '153355.489000', '153355.492000', '153355.494000', '153355.497000', '153355.500000', '153355.502000', '153355.505000', '153355.507000', '153355.510000', '153355.513000', '153355.515000', '153355.518000', '153355.520000', '153355.523000', '153355.526000', '153355.528000', '153411.035000', '153411.038000', '153411.041000', '153411.043000', '153411.046000', '153411.048000', '153411.051000', '153411.053000', '153411.056000', '153411.058000', '153411.061000', '153411.063000', '153411.066000', '153411.069000', '153411.071000', '153411.074000', '153411.076000', '153411.079000', '153411.081000', '153411.084000', '153411.086000', '153411.089000', '153411.091000', '153411.094000', '153411.097000', '153411.099000', '153411.102000', '153411.105000', '153411.107000', '153411.110000', '153411.113000', '153411.115000', '153411.118000', '153411.120000', '153411.123000'], 'InstanceCreationTime': ['152755.451000', '152755.454000', '152755.457000', '152755.459000', '152755.462000', '152755.464000', '152755.467000', '152755.469000', '152755.472000', '152755.475000', '152755.477000', '152755.480000', '152755.482000', '152755.485000', '152755.487000', '152755.490000', '152755.492000', '152755.495000', '152755.497000', '152755.500000', '152755.504000', '152755.507000', '152755.509000', '152755.512000', '152755.514000', '152755.517000', '152755.520000', '152755.534000', '152755.536000', '152755.539000', '152755.541000', '152755.544000', '152755.547000', '152755.549000', '152755.552000', '152755.554000', '152755.557000', '152755.559000', '152755.562000', '152755.564000', '152755.567000', '152755.569000', '152755.572000', '152755.575000', '152755.577000', '152755.580000', '152755.582000', '152755.585000', '152755.587000', '152755.590000', '152755.592000', '152755.595000', '152755.597000', '152755.600000', '152755.603000', '152815.417000', '152815.420000', '152815.425000', '152815.428000', '152815.430000', '152815.433000', '152815.436000', '152815.438000', '152815.441000', '152815.443000', '152815.446000', '152815.448000', '152815.451000', '152815.453000', '152815.456000', '152815.458000', '152815.461000', '152815.463000', '152815.466000', '152815.469000', '152815.471000', '152815.474000', '152815.476000', '152815.479000', '152815.481000', '152815.484000', '152815.486000', '152815.489000', '152815.491000', '152815.494000', '152815.496000', '152815.499000', '152815.501000', '152815.504000', '152815.507000', '152815.509000', '152815.512000', '152815.514000', '152815.517000', '152815.519000', '152815.522000', '152815.524000', '152815.527000', '152835.417000', '152835.420000', '152835.423000', '152835.425000', '152835.428000', '152835.430000', '152835.433000', '152835.435000', '152835.438000', '152835.440000', '152835.443000', '152835.445000', '152835.448000', '152835.450000', '152835.453000', '152835.456000', '152835.458000', '152835.463000', '152835.465000', '152835.468000', '152835.470000', '152835.473000', '152835.475000', '152835.478000', '152835.481000', '152835.483000', '152835.486000', '152835.488000', '152835.491000', '152835.493000', '152835.496000', '152835.499000', '152835.501000', '152835.504000', '152835.506000', '152835.509000', '152835.511000', '152835.514000', '152835.516000', '152835.519000', '152835.521000', '152835.524000', '152835.527000', '152835.529000', '152855.416000', '152855.419000', '152855.422000', '152855.424000', '152855.427000', '152855.429000', '152855.432000', '152855.435000', '152855.437000', '152855.440000', '152855.442000', '152855.445000', '152855.448000', '152855.451000', '152855.454000', '152855.456000', '152855.459000', '152855.461000', '152855.464000', '152855.466000', '152855.469000', '152855.471000', '152855.474000', '152855.476000', '152855.479000', '152855.482000', '152855.484000', '152855.487000', '152855.489000', '152855.492000', '152855.494000', '152855.497000', '152855.499000', '152855.502000', '152855.505000', '152855.507000', '152855.510000', '152855.512000', '152855.516000', '152855.519000', '152855.521000', '152855.524000', '152855.527000', '152915.417000', '152915.420000', '152915.423000', '152915.425000', '152915.428000', '152915.430000', '152915.433000', '152915.435000', '152915.438000', '152915.440000', '152915.443000', '152915.445000', '152915.448000', '152915.451000', '152915.453000', '152915.456000', '152915.458000', '152915.461000', '152915.463000', '152915.466000', '152915.468000', '152915.471000', '152915.475000', '152915.478000', '152915.480000', '152915.483000', '152915.486000', '152915.488000', '152915.491000', '152915.493000', '152915.496000', '152915.498000', '152915.501000', '152915.504000', '152915.506000', '152915.509000', '152915.511000', '152915.514000', '152915.516000', '152915.519000', '152915.522000', '152915.524000', '152915.527000', '152915.529000', '152935.417000', '152935.420000', '152935.423000', '152935.429000', '152935.432000', '152935.434000', '152935.437000', '152935.439000', '152935.442000', '152935.445000', '152935.447000', '152935.450000', '152935.452000', '152935.455000', '152935.457000', '152935.460000', '152935.462000', '152935.465000', '152935.467000', '152935.470000', '152935.472000', '152935.475000', '152935.477000', '152935.480000', '152935.483000', '152935.498000', '152935.500000', '152935.503000', '152935.505000', '152935.508000', '152935.510000', '152935.513000', '152935.516000', '152935.518000', '152935.521000', '152935.523000', '152935.526000', '152935.528000', '152935.531000', '152935.533000', '152935.536000', '152935.539000', '152935.541000', '152955.417000', '152955.420000', '152955.423000', '152955.425000', '152955.428000', '152955.431000', '152955.433000', '152955.436000', '152955.438000', '152955.441000', '152955.443000', '152955.446000', '152955.449000', '152955.451000', '152955.454000', '152955.456000', '152955.459000', '152955.461000', '152955.464000', '152955.466000', '152955.469000', '152955.472000', '152955.474000', '152955.477000', '152955.479000', '152955.482000', '152955.484000', '152955.487000', '152955.489000', '152955.492000', '152955.495000', '152955.497000', '152955.500000', '152955.502000', '152955.505000', '152955.508000', '152955.510000', '152955.513000', '152955.515000', '152955.518000', '152955.521000', '152955.523000', '152955.526000', '152955.529000', '153015.417000', '153015.420000', '153015.423000', '153015.425000', '153015.428000', '153015.430000', '153015.433000', '153015.435000', '153015.438000', '153015.441000', '153015.443000', '153015.446000', '153015.448000', '153015.451000', '153015.453000', '153015.456000', '153015.458000', '153015.461000', '153015.464000', '153015.466000', '153015.469000', '153015.471000', '153015.474000', '153015.476000', '153015.479000', '153015.481000', '153015.484000', '153015.487000', '153015.489000', '153015.492000', '153015.494000', '153015.497000', '153015.499000', '153015.502000', '153015.505000', '153015.507000', '153015.510000', '153015.512000', '153015.515000', '153015.518000', '153015.520000', '153015.523000', '153015.526000', '153035.417000', '153035.420000', '153035.423000', '153035.425000', '153035.428000', '153035.430000', '153035.433000', '153035.435000', '153035.438000', '153035.441000', '153035.443000', '153035.446000', '153035.448000', '153035.451000', '153035.453000', '153035.456000', '153035.458000', '153035.461000', '153035.463000', '153035.466000', '153035.469000', '153035.471000', '153035.474000', '153035.476000', '153035.479000', '153035.482000', '153035.484000', '153035.487000', '153035.489000', '153035.492000', '153035.494000', '153035.497000', '153035.499000', '153035.502000', '153035.505000', '153035.507000', '153035.510000', '153035.512000', '153035.515000', '153035.517000', '153035.520000', '153035.523000', '153035.525000', '153035.528000', '153055.418000', '153055.420000', '153055.423000', '153055.426000', '153055.428000', '153055.431000', '153055.433000', '153055.436000', '153055.438000', '153055.441000', '153055.443000', '153055.446000', '153055.449000', '153055.451000', '153055.454000', '153055.456000', '153055.459000', '153055.461000', '153055.464000', '153055.466000', '153055.469000', '153055.472000', '153055.474000', '153055.477000', '153055.479000', '153055.482000', '153055.484000', '153055.487000', '153055.490000', '153055.492000', '153055.495000', '153055.497000', '153055.500000', '153055.502000', '153055.505000', '153055.508000', '153055.510000', '153055.513000', '153055.515000', '153055.518000', '153055.521000', '153055.523000', '153055.526000', '153115.417000', '153115.419000', '153115.422000', '153115.425000', '153115.428000', '153115.430000', '153115.433000', '153115.443000', '153115.446000', '153115.448000', '153115.451000', '153115.453000', '153115.456000', '153115.458000', '153115.461000', '153115.464000', '153115.466000', '153115.469000', '153115.471000', '153115.474000', '153115.476000', '153115.479000', '153115.482000', '153115.484000', '153115.487000', '153115.489000', '153115.492000', '153115.494000', '153115.497000', '153115.499000', '153115.502000', '153115.505000', '153115.507000', '153115.510000', '153115.513000', '153115.515000', '153115.518000', '153115.520000', '153115.523000', '153115.526000', '153115.528000', '153115.531000', '153115.533000', '153135.417000', '153135.420000', '153135.423000', '153135.425000', '153135.428000', '153135.430000', '153135.433000', '153135.436000', '153135.438000', '153135.441000', '153135.444000', '153135.446000', '153135.449000', '153135.451000', '153135.454000', '153135.456000', '153135.459000', '153135.461000', '153135.464000', '153135.467000', '153135.469000', '153135.472000', '153135.474000', '153135.477000', '153135.479000', '153135.482000', '153135.484000', '153135.487000', '153135.489000', '153135.492000', '153135.495000', '153135.497000', '153135.500000', '153135.502000', '153135.505000', '153135.507000', '153135.510000', '153135.513000', '153135.515000', '153135.518000', '153135.520000', '153135.523000', '153135.525000', '153135.528000', '153155.417000', '153155.420000', '153155.423000', '153155.425000', '153155.428000', '153155.431000', '153155.433000', '153155.436000', '153155.438000', '153155.441000', '153155.443000', '153155.446000', '153155.448000', '153155.451000', '153155.453000', '153155.456000', '153155.458000', '153155.461000', '153155.464000', '153155.466000', '153155.469000', '153155.471000', '153155.474000', '153155.476000', '153155.479000', '153155.482000', '153155.484000', '153155.487000', '153155.489000', '153155.492000', '153155.494000', '153155.497000', '153155.500000', '153155.502000', '153155.505000', '153155.507000', '153155.510000', '153155.512000', '153155.515000', '153155.517000', '153155.520000', '153155.523000', '153155.525000', '153155.528000', '153215.418000', '153215.420000', '153215.423000', '153215.425000', '153215.428000', '153215.431000', '153215.433000', '153215.436000', '153215.438000', '153215.441000', '153215.443000', '153215.446000', '153215.449000', '153215.451000', '153215.454000', '153215.456000', '153215.459000', '153215.461000', '153215.464000', '153215.466000', '153215.469000', '153215.472000', '153215.474000', '153215.477000', '153215.479000', '153215.482000', '153215.484000', '153215.487000', '153215.489000', '153215.492000', '153215.494000', '153215.497000', '153215.500000', '153215.502000', '153215.505000', '153215.507000', '153215.510000', '153215.513000', '153215.515000', '153215.518000', '153215.520000', '153215.523000', '153215.525000', '153235.417000', '153235.420000', '153235.423000', '153235.425000', '153235.428000', '153235.431000', '153235.433000', '153235.436000', '153235.438000', '153235.441000', '153235.443000', '153235.446000', '153235.448000', '153235.451000', '153235.454000', '153235.456000', '153235.459000', '153235.461000', '153235.464000', '153235.466000', '153235.469000', '153235.472000', '153235.474000', '153235.477000', '153235.479000', '153235.482000', '153235.484000', '153235.487000', '153235.489000', '153235.492000', '153235.495000', '153235.497000', '153235.510000', '153235.512000', '153235.515000', '153235.517000', '153235.520000', '153235.523000', '153235.525000', '153235.528000', '153235.530000', '153235.533000', '153235.535000', '153235.538000', '153255.418000', '153255.420000', '153255.423000', '153255.426000', '153255.428000', '153255.431000', '153255.433000', '153255.436000', '153255.438000', '153255.441000', '153255.444000', '153255.446000', '153255.449000', '153255.451000', '153255.454000', '153255.456000', '153255.459000', '153255.461000', '153255.464000', '153255.466000', '153255.469000', '153255.472000', '153255.474000', '153255.477000', '153255.479000', '153255.482000', '153255.484000', '153255.487000', '153255.490000', '153255.492000', '153255.495000', '153255.497000', '153255.500000', '153255.503000', '153255.505000', '153255.508000', '153255.510000', '153255.513000', '153255.515000', '153255.518000', '153255.521000', '153255.523000', '153255.526000', '153315.417000', '153315.420000', '153315.423000', '153315.425000', '153315.428000', '153315.431000', '153315.433000', '153315.436000', '153315.438000', '153315.441000', '153315.443000', '153315.446000', '153315.448000', '153315.451000', '153315.454000', '153315.456000', '153315.459000', '153315.462000', '153315.464000', '153315.467000', '153315.469000', '153315.472000', '153315.474000', '153315.477000', '153315.479000', '153315.482000', '153315.485000', '153315.487000', '153315.490000', '153315.492000', '153315.495000', '153315.497000', '153315.502000', '153315.504000', '153315.507000', '153315.509000', '153315.512000', '153315.515000', '153315.517000', '153315.520000', '153315.522000', '153315.525000', '153315.527000', '153315.530000', '153335.416000', '153335.419000', '153335.422000', '153335.424000', '153335.427000', '153335.429000', '153335.432000', '153335.434000', '153335.437000', '153335.440000', '153335.442000', '153335.445000', '153335.447000', '153335.450000', '153335.453000', '153335.455000', '153335.458000', '153335.460000', '153335.463000', '153335.466000', '153335.468000', '153335.471000', '153335.473000', '153335.476000', '153335.478000', '153335.481000', '153335.483000', '153335.486000', '153335.489000', '153335.491000', '153335.494000', '153335.497000', '153335.499000', '153335.502000', '153335.504000', '153335.507000', '153335.509000', '153335.512000', '153335.515000', '153335.517000', '153335.520000', '153335.522000', '153335.525000', '153355.418000', '153355.420000', '153355.423000', '153355.425000', '153355.428000', '153355.431000', '153355.434000', '153355.437000', '153355.440000', '153355.442000', '153355.445000', '153355.447000', '153355.450000', '153355.452000', '153355.455000', '153355.458000', '153355.460000', '153355.463000', '153355.465000', '153355.468000', '153355.470000', '153355.473000', '153355.476000', '153355.478000', '153355.481000', '153355.483000', '153355.486000', '153355.489000', '153355.492000', '153355.494000', '153355.497000', '153355.500000', '153355.502000', '153355.505000', '153355.507000', '153355.510000', '153355.513000', '153355.515000', '153355.518000', '153355.520000', '153355.523000', '153355.526000', '153355.528000', '153411.035000', '153411.038000', '153411.041000', '153411.043000', '153411.046000', '153411.048000', '153411.051000', '153411.053000', '153411.056000', '153411.058000', '153411.061000', '153411.063000', '153411.066000', '153411.069000', '153411.071000', '153411.074000', '153411.076000', '153411.079000', '153411.081000', '153411.084000', '153411.086000', '153411.089000', '153411.091000', '153411.094000', '153411.097000', '153411.099000', '153411.102000', '153411.105000', '153411.107000', '153411.110000', '153411.113000', '153411.115000', '153411.118000', '153411.120000', '153411.123000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8080, 9011, 8068, 8371, 7976, 8378, 11145, 8693, 12321, 8512, 11209, 8242, 10340, 8066, 10652, 8157, 9547, 8209, 9594, 8194, 8191, 8139, 7603, 8040, 8477, 7808, 8359, 8379, 8247, 8252, 9103, 8449, 11091, 8364, 10898, 9451, 9911, 12292, 10483, 12809, 8432, 11188, 8439, 10819, 8711, 8396, 8659, 8408, 8612, 8030, 8396, 7971, 7852, 7750, 7995, 8785, 10495, 8663, 11633, 8936, 11185, 8512, 10406, 8433, 10852, 8354, 9726, 8003, 8688, 9631, 8588, 11782, 8443, 11656, 9388, 9773, 11620, 10043, 8677, 7833, 8205, 7415, 8053, 8633, 7454, 8269, 8014, 7803, 7803, 7855, 8711, 8035, 10212, 7739, 11289, 11222, 10018, 11788, 7910, 7595, 7708, 7764, 7653, 7718, 9674, 7897, 11999, 8959, 11788, 8206, 11464, 8013, 9967, 9583, 8243, 12392, 10868, 12536, 7832, 10732, 7233, 7662, 7070, 8298, 7589, 9173, 7907, 10117, 7386, 8727, 6976, 7341, 7581, 7186, 9694, 7414, 9437, 7445, 8697, 7210, 8145, 7635, 9537, 7430, 11866, 7747, 10599, 7822, 9077, 6993, 8721, 7956, 10541, 8106, 12232, 8888, 11277, 7851, 10496, 7545, 9703, 6893, 7435, 7460, 7949, 8218, 8026, 11057, 8479, 11046, 7960, 11859, 8047, 9887, 10213, 8492, 12925, 10069, 11092, 7650, 10406, 7449, 8080, 7600, 8578, 7397, 8486, 7041, 8682, 7488, 11021, 7369, 8949, 8692, 7996, 11951, 7577, 10972, 7550, 10726, 7407, 9096, 7566, 9194, 7205, 8457, 7058, 7802, 7835, 10417, 8080, 12050, 9641, 12468, 9055, 11078, 9007, 8020, 12587, 8252, 12845, 10101, 11776, 7751, 10499, 7945, 10989, 7889, 10209, 7786, 10253, 8058, 9048, 7090, 9130, 7168, 7436, 7238, 7771, 8335, 7447, 10713, 7803, 9524, 7937, 9083, 7676, 10889, 7802, 12523, 8132, 10519, 7448, 9219, 7513, 8637, 7196, 8056, 7809, 7304, 7318, 7566, 8278, 7510, 11362, 8537, 11423, 8036, 7251, 7378, 7308, 7264, 8609, 7502, 12044, 10232, 12663, 10259, 10387, 8637, 7434, 8843, 7787, 9803, 7241, 7542, 7301, 7502, 10167, 7642, 11966, 7230, 7538, 7202, 7616, 9254, 7600, 11637, 8868, 12341, 9049, 8771, 7826, 7533, 7177, 7028, 6991, 7148, 7589, 7978, 7375, 8590, 7511, 8767, 7630, 9627, 7553, 11202, 7826, 10695, 7723, 9844, 7721, 9318, 7716, 9593, 7816, 11601, 8771, 11687, 7618, 7853, 7104, 7813, 8089, 12251, 7851, 11212, 8885, 11221, 7645, 8135, 7649, 7080, 7424, 7028, 7480, 8638, 7307, 7378, 6996, 7600, 8550, 8752, 7646, 11390, 8520, 12059, 9558, 11396, 7549, 10281, 7381, 9090, 7348, 10215, 7477, 9861, 7113, 7734, 7217, 7406, 9250, 7224, 9865, 7525, 10060, 7526, 8151, 7665, 9563, 7462, 11824, 7580, 10236, 7249, 8625, 7178, 8366, 7235, 8112, 10573, 7602, 10829, 7787, 9200, 7950, 12641, 8183, 12866, 9319, 11906, 7592, 9603, 7418, 7851, 7514, 7788, 7448, 8876, 7512, 7957, 7239, 7207, 7296, 7588, 8808, 7283, 11292, 7591, 12060, 9187, 12153, 6806, 7942, 7200, 7511, 9611, 7760, 11893, 8680, 9771, 7835, 7412, 7804, 7266, 9451, 7337, 12442, 8779, 12574, 6912, 10213, 7024, 7112, 7161, 7565, 9462, 6978, 9061, 8102, 7348, 7994, 7399, 10048, 7737, 11569, 7697, 12633, 10789, 11485, 7192, 7357, 7265, 7506, 8932, 7201, 8101, 7667, 7800, 10206, 7550, 9943, 7629, 10718, 8750, 8351, 9795, 8228, 7897, 7452, 7365, 7352, 7217, 7646, 8361, 7763, 10574, 11236, 9402, 12354, 7745, 10486, 6962, 9863, 7273, 8928, 8197, 7935, 7796, 7561, 7685, 7173, 7516, 7870, 7852, 9651, 7254, 9039, 7992, 7961, 11206, 7869, 10941, 7001, 8985, 7822, 8230, 12736, 7932, 9613, 7312, 8043, 10004, 7628, 12083, 8743, 9830, 7162, 7349, 7230, 7399, 9232, 7803, 7291, 9214, 7507, 7532, 7473, 7307, 7716, 9419, 7292, 10481, 8920, 11495, 9003, 9528, 8820, 7598, 10397, 7707, 7520, 11423, 9172, 8321, 12035, 12089, 10290, 12174, 10550, 7847, 13158, 9950, 13292, 8414, 11330, 7734, 9481, 7385, 7699, 8193, 7357, 7634, 8688, 7592, 7667, 8860, 7197, 8480, 7670, 7606, 9358, 7485, 10636, 8966, 7265, 8289, 7413, 7523, 7307, 7645, 8905, 7440, 10689, 7194, 8487, 7861, 7441, 10019, 7317, 7181, 7244, 7511, 8994, 6983, 8008, 8457, 7729, 11590, 7513, 9901, 7393, 7546, 8415, 7100, 11218, 8368, 7892, 9526, 7135, 9020, 7411, 11813, 7984, 12854, 7974, 11056, 7474, 10576, 7210, 7636, 7356, 7385, 7851, 7475, 7014, 8505, 7799, 9362, 7970, 10203, 8218, 8343, 7663, 8201, 7366, 11681, 7773, 12075, 7350, 8935, 7327, 7681, 8811, 7468, 9673, 7604, 7534, 7500, 8042, 8588, 7414, 9892, 7344, 11417, 8762, 8668, 7672, 7379, 9153, 7207, 9909, 7146, 9165, 8047, 7642, 9552, 7359, 8054, 6989, 7425, 7087, 9319, 9563, 11902, 9905, 7571, 8242, 7392, 8204, 6964, 7470, 7465, 7673, 10096, 7387, 10138, 7301, 10420, 7326, 10895, 7382, 12002, 8598, 9393, 7269, 7838, 8637, 7289, 8751, 7502, 11142, 9872, 12120, 8868, 9170, 7615, 7565, 8119, 7311, 11959, 7539, 12052, 7986, 8724, 7080, 7385, 7499, 7646, 9274, 7583, 12075, 7213, 7164, 7312, 7130, 7855, 7152, 7464, 9145, 7226, 10303, 7449, 7303, 8985, 7414, 11787, 9888, 8168, 7894, 7675, 9620, 7226, 8247, 7612, 7604, 9374, 7226, 8084, 7447, 7899, 9022, 7470, 8222, 7722, 8117, 12485, 8843, 12437, 8072, 10245, 8002, 7925, 11839, 8939, 11413, 8965, 8183, 8690, 7219, 8282, 7487, 8778, 8820, 9027, 12470, 8133, 11543, 7128, 7776, 7316, 7958, 8099, 7303, 8029, 7645, 7406, 7936, 7300, 7353, 9062, 7780, 11153, 8684, 12209, 8809, 8885, 7252, 7413, 9043, 7456, 7310, 8478, 7483, 12098, 9322, 12472, 9338, 12149, 8452, 10171, 7591, 9243, 7693, 8434, 7631, 7523, 8387, 7502, 7626, 7229, 7186, 7525, 7477, 10054, 7618, 8168, 7687, 7495, 9359, 7174, 7771, 7663, 7614, 11966, 7299, 7448, 7628, 7323, 9807, 7495, 11893, 9291, 12310, 8330, 10247, 7335, 7567, 8141, 7292, 7672, 7556, 7508, 9376, 7353, 8851, 7642, 9939, 8248, 11926, 10128], 'WindowCenter': [3902.0, 3907.0, 3883.0, 3881.0, 3869.0, 3880.0, 3919.0, 3878.0, 3919.0, 3878.0, 3895.0, 3854.0, 3884.0, 3854.0, 3894.0, 3854.0, 3886.0, 3865.0, 3886.0, 3865.0, 3864.0, 3865.0, 3855.0, 3865.0, 3877.0, 3856.0, 3866.0, 3867.0, 3866.0, 3877.0, 3887.0, 3878.0, 3909.0, 3867.0, 3908.0, 3886.0, 3886.0, 3905.0, 3885.0, 3904.0, 3852.0, 3891.0, 3851.0, 3880.0, 3849.0, 3851.0, 3860.0, 3851.0, 3862.0, 3853.0, 3862.0, 3853.0, 3851.0, 3842.0, 3852.0, 3875.0, 3895.0, 3876.0, 3908.0, 3877.0, 3906.0, 3877.0, 3910.0, 3864.0, 3895.0, 3864.0, 3883.0, 3854.0, 3875.0, 3886.0, 3876.0, 3917.0, 3864.0, 3906.0, 3875.0, 3885.0, 3893.0, 3884.0, 3863.0, 3840.0, 3853.0, 3840.0, 3854.0, 3863.0, 3843.0, 3865.0, 3866.0, 3856.0, 3867.0, 3867.0, 3878.0, 3866.0, 3898.0, 3856.0, 3908.0, 3896.0, 3887.0, 3905.0, 3852.0, 3841.0, 3841.0, 3842.0, 3842.0, 3853.0, 3884.0, 3865.0, 3906.0, 3877.0, 3917.0, 3866.0, 3907.0, 3854.0, 3883.0, 3871.0, 3851.0, 3903.0, 3892.0, 3916.0, 3841.0, 3880.0, 3829.0, 3840.0, 3834.0, 3896.0, 3870.0, 3872.0, 3852.0, 3881.0, 3843.0, 3862.0, 3832.0, 3842.0, 3854.0, 3833.0, 3886.0, 3846.0, 3875.0, 3856.0, 3864.0, 3843.0, 3852.0, 3842.0, 3884.0, 3843.0, 3904.0, 3853.0, 3894.0, 3854.0, 3873.0, 3833.0, 3863.0, 3855.0, 3895.0, 3854.0, 3905.0, 3875.0, 3894.0, 3855.0, 3885.0, 3842.0, 3874.0, 3831.0, 3842.0, 3843.0, 3855.0, 3865.0, 3866.0, 3907.0, 3866.0, 3908.0, 3867.0, 3906.0, 3853.0, 3884.0, 3882.0, 3862.0, 3904.0, 3871.0, 3891.0, 3840.0, 3882.0, 3829.0, 3838.0, 3842.0, 3862.0, 3844.0, 3876.0, 3846.0, 3876.0, 3857.0, 3907.0, 3845.0, 3875.0, 3865.0, 3855.0, 3904.0, 3845.0, 3894.0, 3853.0, 3893.0, 3845.0, 3888.0, 3868.0, 3888.0, 3858.0, 3867.0, 3846.0, 3855.0, 3867.0, 3908.0, 3868.0, 3918.0, 3887.0, 3917.0, 3875.0, 3894.0, 3863.0, 3851.0, 3902.0, 3851.0, 3902.0, 3883.0, 3892.0, 3839.0, 3880.0, 3841.0, 3882.0, 3839.0, 3880.0, 3843.0, 3881.0, 3852.0, 3861.0, 3834.0, 3873.0, 3833.0, 3842.0, 3843.0, 3842.0, 3864.0, 3858.0, 3895.0, 3840.0, 3871.0, 3854.0, 3860.0, 3841.0, 3892.0, 3842.0, 3904.0, 3865.0, 3896.0, 3841.0, 3875.0, 3842.0, 3860.0, 3831.0, 3852.0, 3853.0, 3854.0, 3855.0, 3856.0, 3867.0, 3858.0, 3920.0, 3880.0, 3907.0, 3866.0, 3856.0, 3856.0, 3855.0, 3843.0, 3874.0, 3844.0, 3916.0, 3886.0, 3915.0, 3883.0, 3883.0, 3850.0, 3829.0, 3861.0, 3841.0, 3870.0, 3829.0, 3840.0, 3830.0, 3841.0, 3883.0, 3844.0, 3906.0, 3843.0, 3842.0, 3843.0, 3841.0, 3871.0, 3842.0, 3905.0, 3864.0, 3904.0, 3861.0, 3850.0, 3830.0, 3842.0, 3818.0, 3829.0, 3819.0, 3834.0, 3855.0, 3854.0, 3843.0, 3875.0, 3845.0, 3876.0, 3883.0, 3900.0, 3869.0, 3909.0, 3870.0, 3895.0, 3855.0, 3884.0, 3856.0, 3874.0, 3855.0, 3887.0, 3857.0, 3907.0, 3866.0, 3907.0, 3856.0, 3854.0, 3833.0, 3842.0, 3853.0, 3904.0, 3853.0, 3895.0, 3862.0, 3892.0, 3841.0, 3842.0, 3841.0, 3819.0, 3830.0, 3821.0, 3842.0, 3862.0, 3845.0, 3845.0, 3846.0, 3855.0, 3879.0, 3867.0, 3856.0, 3908.0, 3853.0, 3893.0, 3872.0, 3893.0, 3842.0, 3882.0, 3828.0, 3862.0, 3830.0, 3883.0, 3841.0, 3884.0, 3832.0, 3852.0, 3842.0, 3843.0, 3884.0, 3856.0, 3901.0, 3870.0, 3898.0, 3856.0, 3855.0, 3854.0, 3885.0, 3842.0, 3905.0, 3853.0, 3895.0, 3843.0, 3865.0, 3834.0, 3865.0, 3844.0, 3855.0, 3896.0, 3856.0, 3896.0, 3856.0, 3875.0, 3854.0, 3915.0, 3864.0, 3917.0, 3874.0, 3893.0, 3840.0, 3871.0, 3832.0, 3839.0, 3831.0, 3840.0, 3844.0, 3875.0, 3844.0, 3855.0, 3844.0, 3846.0, 3844.0, 3855.0, 3875.0, 3844.0, 3895.0, 3856.0, 3905.0, 3861.0, 3904.0, 3835.0, 3855.0, 3843.0, 3844.0, 3885.0, 3854.0, 3905.0, 3864.0, 3884.0, 3854.0, 3842.0, 3841.0, 3842.0, 3873.0, 3844.0, 3915.0, 3865.0, 3904.0, 3833.0, 3884.0, 3834.0, 3831.0, 3832.0, 3855.0, 3871.0, 3844.0, 3874.0, 3855.0, 3843.0, 3854.0, 3846.0, 3885.0, 3884.0, 3933.0, 3870.0, 3919.0, 3896.0, 3894.0, 3821.0, 3830.0, 3830.0, 3842.0, 3864.0, 3844.0, 3855.0, 3856.0, 3855.0, 3896.0, 3844.0, 3883.0, 3843.0, 3895.0, 3877.0, 3879.0, 3899.0, 3866.0, 3854.0, 3845.0, 3844.0, 3840.0, 3843.0, 3854.0, 3868.0, 3856.0, 3898.0, 3907.0, 3878.0, 3906.0, 3845.0, 3883.0, 3819.0, 3871.0, 3832.0, 3862.0, 3852.0, 3853.0, 3844.0, 3844.0, 3844.0, 3834.0, 3845.0, 3855.0, 3857.0, 3887.0, 3848.0, 3878.0, 3867.0, 3855.0, 3909.0, 3856.0, 3895.0, 3819.0, 3875.0, 3853.0, 3850.0, 3914.0, 3855.0, 3873.0, 3841.0, 3852.0, 3885.0, 3854.0, 3919.0, 3865.0, 3899.0, 3830.0, 3829.0, 3842.0, 3856.0, 3915.0, 3872.0, 3858.0, 3891.0, 3846.0, 3842.0, 3844.0, 3844.0, 3854.0, 3877.0, 3848.0, 3912.0, 3908.0, 3923.0, 3881.0, 3886.0, 3866.0, 3844.0, 3884.0, 3844.0, 3844.0, 3919.0, 3887.0, 3854.0, 3905.0, 3906.0, 3876.0, 3894.0, 3871.0, 3829.0, 3878.0, 3875.0, 3905.0, 3839.0, 3855.0, 3814.0, 3834.0, 3789.0, 3800.0, 3810.0, 3803.0, 3814.0, 3837.0, 3814.0, 3828.0, 3848.0, 3818.0, 3850.0, 3830.0, 3828.0, 3859.0, 3828.0, 3865.0, 3850.0, 3831.0, 3850.0, 3830.0, 3840.0, 3830.0, 3843.0, 3874.0, 3846.0, 3895.0, 3833.0, 3864.0, 3853.0, 3845.0, 3884.0, 3845.0, 3846.0, 3842.0, 3844.0, 3874.0, 3844.0, 3857.0, 3868.0, 3857.0, 3908.0, 3847.0, 3902.0, 3860.0, 3860.0, 3866.0, 3846.0, 3908.0, 3865.0, 3856.0, 3885.0, 3837.0, 3876.0, 3846.0, 3907.0, 3855.0, 3916.0, 3856.0, 3894.0, 3834.0, 3883.0, 3832.0, 3843.0, 3844.0, 3843.0, 3855.0, 3846.0, 3847.0, 3879.0, 3854.0, 3888.0, 3855.0, 3900.0, 3866.0, 3868.0, 3844.0, 3865.0, 3845.0, 3906.0, 3856.0, 3917.0, 3845.0, 3890.0, 3845.0, 3855.0, 3876.0, 3846.0, 3887.0, 3857.0, 3884.0, 3860.0, 3868.0, 3890.0, 3859.0, 3900.0, 3859.0, 3921.0, 3878.0, 3876.0, 3856.0, 3846.0, 3887.0, 3859.0, 3898.0, 3846.0, 3888.0, 3870.0, 3857.0, 3888.0, 3847.0, 3865.0, 3847.0, 3857.0, 3850.0, 3890.0, 3888.0, 3921.0, 3887.0, 3856.0, 3866.0, 3846.0, 3865.0, 3846.0, 3846.0, 3847.0, 3857.0, 3909.0, 3858.0, 3899.0, 3858.0, 3898.0, 3845.0, 3910.0, 3860.0, 3922.0, 3882.0, 3888.0, 3845.0, 3857.0, 3876.0, 3859.0, 3877.0, 3859.0, 3910.0, 3901.0, 3918.0, 3877.0, 3877.0, 3844.0, 3845.0, 3854.0, 3845.0, 3906.0, 3846.0, 3907.0, 3855.0, 3866.0, 3833.0, 3832.0, 3832.0, 3841.0, 3871.0, 3843.0, 3905.0, 3845.0, 3845.0, 3847.0, 3845.0, 3855.0, 3834.0, 3846.0, 3889.0, 3857.0, 3898.0, 3846.0, 3857.0, 3876.0, 3845.0, 3919.0, 3899.0, 3866.0, 3856.0, 3858.0, 3901.0, 3874.0, 3880.0, 3872.0, 3859.0, 3877.0, 3848.0, 3856.0, 3845.0, 3869.0, 3877.0, 3860.0, 3868.0, 3859.0, 3868.0, 3920.0, 3879.0, 3917.0, 3855.0, 3886.0, 3855.0, 3855.0, 3906.0, 3866.0, 3907.0, 3877.0, 3867.0, 3864.0, 3844.0, 3853.0, 3845.0, 3865.0, 3877.0, 3879.0, 3918.0, 3855.0, 3896.0, 3848.0, 3844.0, 3844.0, 3853.0, 3852.0, 3846.0, 3868.0, 3857.0, 3860.0, 3868.0, 3857.0, 3859.0, 3878.0, 3858.0, 3909.0, 3868.0, 3907.0, 3877.0, 3875.0, 3845.0, 3848.0, 3876.0, 3847.0, 3846.0, 3868.0, 3847.0, 3918.0, 3877.0, 3908.0, 3865.0, 3894.0, 3853.0, 3872.0, 3832.0, 3860.0, 3830.0, 3842.0, 3830.0, 3829.0, 3851.0, 3831.0, 3841.0, 3831.0, 3830.0, 3842.0, 3845.0, 3899.0, 3858.0, 3866.0, 3855.0, 3844.0, 3873.0, 3833.0, 3843.0, 3847.0, 3844.0, 3908.0, 3845.0, 3846.0, 3854.0, 3844.0, 3886.0, 3846.0, 3918.0, 3877.0, 3907.0, 3865.0, 3886.0, 3844.0, 3855.0, 3853.0, 3844.0, 3856.0, 3857.0, 3859.0, 3888.0, 3858.0, 3877.0, 3861.0, 3899.0, 3879.0, 3919.0, 3898.0], 'WindowWidth': [8764.0, 8757.0, 8717.0, 8710.0, 8688.0, 8705.0, 8753.0, 8697.0, 8751.0, 8696.0, 8711.0, 8656.0, 8696.0, 8657.0, 8710.0, 8658.0, 8701.0, 8674.0, 8701.0, 8673.0, 8671.0, 8675.0, 8663.0, 8674.0, 8695.0, 8663.0, 8678.0, 8678.0, 8677.0, 8694.0, 8706.0, 8696.0, 8737.0, 8679.0, 8736.0, 8701.0, 8703.0, 8725.0, 8698.0, 8721.0, 8648.0, 8699.0, 8645.0, 8683.0, 8642.0, 8646.0, 8658.0, 8650.0, 8662.0, 8654.0, 8664.0, 8653.0, 8648.0, 8640.0, 8653.0, 8687.0, 8714.0, 8690.0, 8733.0, 8693.0, 8730.0, 8694.0, 8741.0, 8671.0, 8711.0, 8671.0, 8694.0, 8657.0, 8686.0, 8703.0, 8692.0, 8743.0, 8671.0, 8729.0, 8683.0, 8699.0, 8706.0, 8694.0, 8663.0, 8632.0, 8651.0, 8631.0, 8656.0, 8666.0, 8644.0, 8672.0, 8677.0, 8664.0, 8680.0, 8681.0, 8694.0, 8679.0, 8722.0, 8663.0, 8735.0, 8714.0, 8702.0, 8721.0, 8650.0, 8633.0, 8634.0, 8636.0, 8638.0, 8655.0, 8698.0, 8675.0, 8729.0, 8691.0, 8744.0, 8675.0, 8730.0, 8657.0, 8694.0, 8672.0, 8649.0, 8717.0, 8702.0, 8741.0, 8633.0, 8683.0, 8615.0, 8630.0, 8631.0, 8735.0, 8691.0, 8675.0, 8649.0, 8687.0, 8640.0, 8666.0, 8625.0, 8639.0, 8659.0, 8629.0, 8702.0, 8649.0, 8686.0, 8663.0, 8669.0, 8642.0, 8651.0, 8638.0, 8695.0, 8640.0, 8722.0, 8654.0, 8710.0, 8658.0, 8681.0, 8628.0, 8667.0, 8661.0, 8712.0, 8658.0, 8725.0, 8685.0, 8708.0, 8656.0, 8694.0, 8636.0, 8679.0, 8623.0, 8638.0, 8641.0, 8660.0, 8674.0, 8677.0, 8731.0, 8678.0, 8733.0, 8680.0, 8730.0, 8654.0, 8695.0, 8688.0, 8664.0, 8718.0, 8672.0, 8699.0, 8632.0, 8687.0, 8614.0, 8626.0, 8639.0, 8665.0, 8646.0, 8689.0, 8651.0, 8691.0, 8668.0, 8733.0, 8646.0, 8685.0, 8669.0, 8658.0, 8721.0, 8643.0, 8708.0, 8654.0, 8707.0, 8648.0, 8711.0, 8684.0, 8708.0, 8667.0, 8678.0, 8652.0, 8661.0, 8683.0, 8735.0, 8682.0, 8749.0, 8705.0, 8745.0, 8684.0, 8709.0, 8663.0, 8647.0, 8713.0, 8646.0, 8714.0, 8688.0, 8699.0, 8628.0, 8680.0, 8631.0, 8686.0, 8628.0, 8682.0, 8639.0, 8686.0, 8649.0, 8662.0, 8630.0, 8678.0, 8625.0, 8635.0, 8640.0, 8637.0, 8672.0, 8672.0, 8711.0, 8631.0, 8672.0, 8653.0, 8658.0, 8634.0, 8703.0, 8638.0, 8720.0, 8676.0, 8714.0, 8636.0, 8683.0, 8637.0, 8656.0, 8623.0, 8651.0, 8656.0, 8660.0, 8664.0, 8665.0, 8678.0, 8674.0, 8753.0, 8701.0, 8727.0, 8677.0, 8665.0, 8665.0, 8661.0, 8643.0, 8684.0, 8644.0, 8741.0, 8699.0, 8735.0, 8691.0, 8689.0, 8643.0, 8612.0, 8656.0, 8633.0, 8669.0, 8616.0, 8630.0, 8618.0, 8634.0, 8693.0, 8643.0, 8725.0, 8639.0, 8635.0, 8639.0, 8633.0, 8673.0, 8637.0, 8724.0, 8666.0, 8718.0, 8658.0, 8644.0, 8614.0, 8637.0, 8596.0, 8616.0, 8601.0, 8633.0, 8659.0, 8657.0, 8641.0, 8686.0, 8648.0, 8692.0, 8714.0, 8730.0, 8688.0, 8737.0, 8686.0, 8711.0, 8658.0, 8695.0, 8659.0, 8681.0, 8660.0, 8703.0, 8664.0, 8730.0, 8674.0, 8728.0, 8660.0, 8654.0, 8625.0, 8634.0, 8653.0, 8719.0, 8653.0, 8709.0, 8661.0, 8700.0, 8631.0, 8632.0, 8630.0, 8600.0, 8616.0, 8605.0, 8636.0, 8662.0, 8644.0, 8646.0, 8648.0, 8660.0, 8697.0, 8676.0, 8661.0, 8730.0, 8647.0, 8701.0, 8671.0, 8702.0, 8633.0, 8687.0, 8610.0, 8658.0, 8617.0, 8688.0, 8633.0, 8694.0, 8626.0, 8652.0, 8639.0, 8643.0, 8697.0, 8664.0, 8730.0, 8690.0, 8721.0, 8662.0, 8658.0, 8658.0, 8698.0, 8639.0, 8723.0, 8655.0, 8711.0, 8642.0, 8669.0, 8630.0, 8671.0, 8644.0, 8658.0, 8714.0, 8659.0, 8712.0, 8660.0, 8683.0, 8655.0, 8737.0, 8668.0, 8740.0, 8680.0, 8704.0, 8630.0, 8670.0, 8620.0, 8627.0, 8620.0, 8630.0, 8644.0, 8683.0, 8643.0, 8657.0, 8643.0, 8646.0, 8641.0, 8658.0, 8682.0, 8640.0, 8709.0, 8661.0, 8720.0, 8658.0, 8718.0, 8632.0, 8659.0, 8639.0, 8642.0, 8699.0, 8658.0, 8724.0, 8669.0, 8694.0, 8655.0, 8639.0, 8636.0, 8637.0, 8679.0, 8642.0, 8737.0, 8669.0, 8721.0, 8627.0, 8695.0, 8628.0, 8622.0, 8625.0, 8659.0, 8674.0, 8643.0, 8683.0, 8658.0, 8641.0, 8657.0, 8649.0, 8699.0, 8716.0, 8777.0, 8689.0, 8749.0, 8714.0, 8705.0, 8605.0, 8616.0, 8617.0, 8636.0, 8667.0, 8644.0, 8657.0, 8660.0, 8658.0, 8714.0, 8641.0, 8690.0, 8639.0, 8709.0, 8690.0, 8700.0, 8721.0, 8675.0, 8656.0, 8646.0, 8641.0, 8632.0, 8639.0, 8654.0, 8681.0, 8662.0, 8723.0, 8729.0, 8690.0, 8724.0, 8641.0, 8688.0, 8601.0, 8669.0, 8621.0, 8660.0, 8647.0, 8649.0, 8640.0, 8640.0, 8641.0, 8628.0, 8644.0, 8659.0, 8664.0, 8701.0, 8652.0, 8693.0, 8677.0, 8658.0, 8734.0, 8659.0, 8707.0, 8600.0, 8687.0, 8656.0, 8643.0, 8734.0, 8657.0, 8677.0, 8634.0, 8651.0, 8697.0, 8657.0, 8745.0, 8672.0, 8724.0, 8617.0, 8616.0, 8635.0, 8664.0, 8760.0, 8698.0, 8668.0, 8714.0, 8646.0, 8632.0, 8639.0, 8642.0, 8654.0, 8689.0, 8655.0, 8745.0, 8752.0, 8762.0, 8701.0, 8700.0, 8671.0, 8640.0, 8695.0, 8643.0, 8641.0, 8748.0, 8703.0, 8653.0, 8722.0, 8724.0, 8682.0, 8701.0, 8666.0, 8605.0, 8671.0, 8683.0, 8717.0, 8620.0, 8632.0, 8579.0, 8602.0, 8537.0, 8554.0, 8567.0, 8563.0, 8579.0, 8612.0, 8584.0, 8606.0, 8632.0, 8596.0, 8639.0, 8611.0, 8609.0, 8649.0, 8610.0, 8651.0, 8639.0, 8620.0, 8641.0, 8617.0, 8630.0, 8617.0, 8641.0, 8682.0, 8650.0, 8709.0, 8628.0, 8669.0, 8652.0, 8644.0, 8693.0, 8645.0, 8647.0, 8636.0, 8642.0, 8680.0, 8643.0, 8663.0, 8679.0, 8664.0, 8731.0, 8652.0, 8733.0, 8674.0, 8671.0, 8674.0, 8649.0, 8731.0, 8670.0, 8660.0, 8699.0, 8637.0, 8686.0, 8648.0, 8727.0, 8658.0, 8739.0, 8659.0, 8706.0, 8625.0, 8689.0, 8621.0, 8639.0, 8639.0, 8641.0, 8659.0, 8649.0, 8653.0, 8700.0, 8656.0, 8706.0, 8657.0, 8725.0, 8674.0, 8679.0, 8642.0, 8671.0, 8643.0, 8725.0, 8661.0, 8743.0, 8648.0, 8712.0, 8645.0, 8659.0, 8685.0, 8649.0, 8703.0, 8665.0, 8716.0, 8677.0, 8683.0, 8714.0, 8671.0, 8727.0, 8674.0, 8755.0, 8695.0, 8688.0, 8661.0, 8649.0, 8703.0, 8671.0, 8720.0, 8652.0, 8708.0, 8685.0, 8665.0, 8707.0, 8652.0, 8675.0, 8653.0, 8665.0, 8660.0, 8710.0, 8709.0, 8751.0, 8704.0, 8660.0, 8673.0, 8648.0, 8672.0, 8649.0, 8650.0, 8653.0, 8666.0, 8737.0, 8668.0, 8722.0, 8666.0, 8717.0, 8648.0, 8739.0, 8677.0, 8756.0, 8706.0, 8704.0, 8645.0, 8663.0, 8687.0, 8669.0, 8691.0, 8671.0, 8737.0, 8727.0, 8745.0, 8689.0, 8687.0, 8642.0, 8642.0, 8654.0, 8643.0, 8725.0, 8647.0, 8727.0, 8655.0, 8675.0, 8624.0, 8621.0, 8622.0, 8633.0, 8673.0, 8639.0, 8721.0, 8647.0, 8646.0, 8649.0, 8648.0, 8658.0, 8631.0, 8648.0, 8710.0, 8667.0, 8720.0, 8651.0, 8665.0, 8688.0, 8648.0, 8747.0, 8722.0, 8676.0, 8660.0, 8669.0, 8731.0, 8702.0, 8701.0, 8690.0, 8667.0, 8691.0, 8652.0, 8659.0, 8646.0, 8679.0, 8689.0, 8671.0, 8681.0, 8670.0, 8680.0, 8751.0, 8694.0, 8741.0, 8655.0, 8695.0, 8653.0, 8655.0, 8725.0, 8672.0, 8725.0, 8687.0, 8673.0, 8667.0, 8641.0, 8652.0, 8644.0, 8670.0, 8690.0, 8691.0, 8742.0, 8657.0, 8710.0, 8652.0, 8640.0, 8642.0, 8649.0, 8648.0, 8647.0, 8681.0, 8666.0, 8674.0, 8681.0, 8667.0, 8674.0, 8692.0, 8669.0, 8736.0, 8678.0, 8729.0, 8689.0, 8684.0, 8644.0, 8650.0, 8685.0, 8649.0, 8647.0, 8679.0, 8648.0, 8744.0, 8687.0, 8728.0, 8667.0, 8703.0, 8649.0, 8671.0, 8619.0, 8654.0, 8614.0, 8631.0, 8615.0, 8612.0, 8643.0, 8618.0, 8631.0, 8621.0, 8617.0, 8636.0, 8645.0, 8723.0, 8667.0, 8674.0, 8660.0, 8640.0, 8679.0, 8626.0, 8639.0, 8649.0, 8643.0, 8731.0, 8646.0, 8648.0, 8657.0, 8644.0, 8699.0, 8649.0, 8747.0, 8691.0, 8728.0, 8671.0, 8699.0, 8642.0, 8657.0, 8653.0, 8645.0, 8663.0, 8666.0, 8670.0, 8708.0, 8668.0, 8691.0, 8675.0, 8722.0, 8698.0, 8748.0, 8719.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.00269353616532721</td></tr>
<tr><td colspan=3>aqi</td><td>0.024957223191733637</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.152610818436806</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1608352614827597</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0297484915517234</td></tr>
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
<tr><td colspan=3>fber</td><td>2924.4446</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11399300184192351</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.103329506314582</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4947332966411264</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4796463954260775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.660590572930214</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3439629215670883</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110353</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012802643701434135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02280353382229805</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.625126766520658</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>32.284</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.3713</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6173</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302123.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>842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.471</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8065</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.8454</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3073.9705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.7902</td></tr>
<tr><td colspan=3>tsnr</td><td>34.57125078141689</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>