ds005256-mriqc/sub-0106_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 3dec7468be [DATALAD RUNCMD] Compute MRIQC for sub-0106
=== 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-0106 --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-0106",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:19 +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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-01/func/sub-0106_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>629b1a239119af0324c995e2f460a8c9</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>16:14:50.512500</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.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0809873</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>[4252, -7776, -7264, 283, -57, 3, -123, 74]</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>227.379</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72c9e182-4023-4f39-8b23-3256082d1a99||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.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['161450.512500', '161450.972500', '161451.432500', '161451.892500', '161452.352500', '161452.812500', '161453.272500', '161453.732500', '161454.192500', '161454.652500', '161455.112500', '161455.572500', '161456.032500', '161456.492500', '161456.952500', '161457.412500', '161457.872500', '161458.332500', '161458.792500', '161459.252500', '161459.712500', '161500.172500', '161500.632500', '161501.092500', '161501.552500', '161502.012500', '161502.472500', '161502.932500', '161503.392500', '161503.852500', '161504.312500', '161504.772500', '161505.232500', '161505.692500', '161506.152500', '161506.612500', '161507.072500', '161507.532500', '161507.992500', '161508.452500', '161508.912500', '161509.372500', '161509.832500', '161510.292500', '161510.752500', '161511.212500', '161511.672500', '161512.132500', '161512.592500', '161513.052500', '161513.512500', '161513.972500', '161514.432500', '161514.892500', '161515.352500', '161515.812500', '161516.272500', '161516.732500', '161517.192500', '161517.652500', '161518.112500', '161518.572500', '161519.032500', '161519.492500', '161519.952500', '161520.412500', '161520.872500', '161521.332500', '161521.792500', '161522.252500', '161522.712500', '161523.172500', '161523.632500', '161524.092500', '161524.552500', '161525.012500', '161525.472500', '161525.932500', '161526.392500', '161526.852500', '161527.312500', '161527.772500', '161528.232500', '161528.692500', '161529.152500', '161529.612500', '161530.072500', '161530.532500', '161530.992500', '161531.452500', '161531.912500', '161532.372500', '161532.832500', '161533.292500', '161533.752500', '161534.212500', '161534.672500', '161535.132500', '161535.592500', '161536.052500', '161536.512500', '161536.972500', '161537.432500', '161537.892500', '161538.352500', '161538.812500', '161539.272500', '161539.732500', '161540.192500', '161540.652500', '161541.112500', '161541.572500', '161542.032500', '161542.492500', '161542.952500', '161543.412500', '161543.872500', '161544.332500', '161544.792500', '161545.252500', '161545.712500', '161546.172500', '161546.632500', '161547.092500', '161547.552500', '161548.012500', '161548.472500', '161548.932500', '161549.392500', '161549.852500', '161550.312500', '161550.772500', '161551.232500', '161551.692500', '161552.152500', '161552.612500', '161553.072500', '161553.532500', '161553.992500', '161554.452500', '161554.912500', '161555.372500', '161555.832500', '161556.292500', '161556.752500', '161557.212500', '161557.672500', '161558.132500', '161558.592500', '161559.052500', '161559.512500', '161559.972500', '161600.432500', '161600.892500', '161601.352500', '161601.812500', '161602.272500', '161602.732500', '161603.192500', '161603.652500', '161604.112500', '161604.572500', '161605.032500', '161605.492500', '161605.952500', '161606.412500', '161606.872500', '161607.332500', '161607.792500', '161608.252500', '161608.712500', '161609.172500', '161609.632500', '161610.092500', '161610.552500', '161611.012500', '161611.472500', '161611.932500', '161612.392500', '161612.852500', '161613.312500', '161613.772500', '161614.232500', '161614.692500', '161615.152500', '161615.612500', '161616.072500', '161616.532500', '161616.992500', '161617.452500', '161617.912500', '161618.372500', '161618.832500', '161619.292500', '161619.752500', '161620.212500', '161620.672500', '161621.132500', '161621.592500', '161622.052500', '161622.512500', '161622.972500', '161623.432500', '161623.892500', '161624.352500', '161624.812500', '161625.272500', '161625.732500', '161626.192500', '161626.652500', '161627.112500', '161627.572500', '161628.032500', '161628.492500', '161628.952500', '161629.412500', '161629.872500', '161630.332500', '161630.792500', '161631.252500', '161631.712500', '161632.172500', '161632.632500', '161633.092500', '161633.552500', '161634.012500', '161634.472500', '161634.932500', '161635.392500', '161635.852500', '161636.312500', '161636.772500', '161637.232500', '161637.692500', '161638.152500', '161638.612500', '161639.072500', '161639.532500', '161639.992500', '161640.452500', '161640.912500', '161641.372500', '161641.832500', '161642.292500', '161642.752500', '161643.212500', '161643.672500', '161644.132500', '161644.592500', '161645.052500', '161645.512500', '161645.972500', '161646.432500', '161646.892500', '161647.352500', '161647.812500', '161648.272500', '161648.732500', '161649.192500', '161649.652500', '161650.112500', '161650.572500', '161651.032500', '161651.492500', '161651.952500', '161652.412500', '161652.872500', '161653.332500', '161653.792500', '161654.252500', '161654.712500', '161655.172500', '161655.632500', '161656.092500', '161656.552500', '161657.012500', '161657.472500', '161657.932500', '161658.392500', '161658.852500', '161659.312500', '161659.772500', '161700.232500', '161700.692500', '161701.152500', '161701.612500', '161702.072500', '161702.532500', '161702.992500', '161703.452500', '161703.912500', '161704.372500', '161704.832500', '161705.292500', '161705.752500', '161706.212500', '161706.672500', '161707.132500', '161707.592500', '161708.052500', '161708.512500', '161708.972500', '161709.432500', '161709.892500', '161710.352500', '161710.812500', '161711.272500', '161711.732500', '161712.192500', '161712.652500', '161713.112500', '161713.572500', '161714.032500', '161714.492500', '161714.952500', '161715.412500', '161715.872500', '161716.332500', '161716.792500', '161717.252500', '161717.712500', '161718.172500', '161718.632500', '161719.092500', '161719.552500', '161720.012500', '161720.472500', '161720.932500', '161721.392500', '161721.852500', '161722.312500', '161722.772500', '161723.232500', '161723.692500', '161724.152500', '161724.612500', '161725.072500', '161725.532500', '161725.992500', '161726.452500', '161726.912500', '161727.372500', '161727.832500', '161728.292500', '161728.752500', '161729.212500', '161729.672500', '161730.132500', '161730.592500', '161731.052500', '161731.512500', '161731.972500', '161732.432500', '161732.892500', '161733.352500', '161733.812500', '161734.272500', '161734.732500', '161735.192500', '161735.652500', '161736.112500', '161736.572500', '161737.032500', '161737.492500', '161737.952500', '161738.412500', '161738.872500', '161739.332500', '161739.792500', '161740.252500', '161740.712500', '161741.172500', '161741.632500', '161742.092500', '161742.552500', '161743.012500', '161743.472500', '161743.932500', '161744.392500', '161744.852500', '161745.312500', '161745.772500', '161746.232500', '161746.692500', '161747.152500', '161747.612500', '161748.072500', '161748.532500', '161748.992500', '161749.452500', '161749.912500', '161750.372500', '161750.832500', '161751.292500', '161751.752500', '161752.212500', '161752.672500', '161753.132500', '161753.592500', '161754.052500', '161754.512500', '161754.972500', '161755.432500', '161755.892500', '161756.352500', '161756.812500', '161757.272500', '161757.732500', '161758.192500', '161758.652500', '161759.112500', '161759.572500', '161800.032500', '161800.492500', '161800.952500', '161801.412500', '161801.872500', '161802.332500', '161802.792500', '161803.252500', '161803.712500', '161804.172500', '161804.632500', '161805.092500', '161805.552500', '161806.012500', '161806.472500', '161806.932500', '161807.392500', '161807.852500', '161808.312500', '161808.772500', '161809.232500', '161809.692500', '161810.152500', '161810.612500', '161811.072500', '161811.532500', '161811.992500', '161812.452500', '161812.912500', '161813.372500', '161813.832500', '161814.292500', '161814.752500', '161815.212500', '161815.672500', '161816.132500', '161816.592500', '161817.052500', '161817.512500', '161817.972500', '161818.432500', '161818.892500', '161819.352500', '161819.812500', '161820.272500', '161820.732500', '161821.192500', '161821.652500', '161822.112500', '161822.572500', '161823.032500', '161823.492500', '161823.952500', '161824.412500', '161824.872500', '161825.332500', '161825.792500', '161826.252500', '161826.712500', '161827.172500', '161827.632500', '161828.092500', '161828.552500', '161829.012500', '161829.472500', '161829.932500', '161830.392500', '161830.852500', '161831.312500', '161831.772500', '161832.232500', '161832.692500', '161833.152500', '161833.612500', '161834.072500', '161834.532500', '161834.992500', '161835.452500', '161835.912500', '161836.372500', '161836.832500', '161837.292500', '161837.752500', '161838.212500', '161838.672500', '161839.132500', '161839.592500', '161840.052500', '161840.512500', '161840.972500', '161841.432500', '161841.892500', '161842.352500', '161842.812500', '161843.272500', '161843.732500', '161844.192500', '161844.652500', '161845.112500', '161845.572500', '161846.032500', '161846.492500', '161846.952500', '161847.412500', '161847.872500', '161848.332500', '161848.792500', '161849.252500', '161849.712500', '161850.172500', '161850.632500', '161851.092500', '161851.552500', '161852.012500', '161852.472500', '161852.932500', '161853.392500', '161853.852500', '161854.312500', '161854.772500', '161855.232500', '161855.692500', '161856.152500', '161856.612500', '161857.072500', '161857.532500', '161857.992500', '161858.452500', '161858.912500', '161859.372500', '161859.832500', '161900.292500', '161900.752500', '161901.212500', '161901.672500', '161902.132500', '161902.592500', '161903.052500', '161903.512500', '161903.972500', '161904.432500', '161904.892500', '161905.352500', '161905.812500', '161906.272500', '161906.732500', '161907.192500', '161907.652500', '161908.112500', '161908.572500', '161909.032500', '161909.492500', '161909.952500', '161910.412500', '161910.872500', '161911.332500', '161911.792500', '161912.252500', '161912.712500', '161913.172500', '161913.632500', '161914.092500', '161914.552500', '161915.012500', '161915.472500', '161915.932500', '161916.392500', '161916.852500', '161917.312500', '161917.772500', '161918.232500', '161918.692500', '161919.152500', '161919.612500', '161920.072500', '161920.532500', '161920.992500', '161921.452500', '161921.912500', '161922.372500', '161922.832500', '161923.292500', '161923.752500', '161924.212500', '161924.672500', '161925.132500', '161925.592500', '161926.052500', '161926.512500', '161926.972500', '161927.432500', '161927.892500', '161928.352500', '161928.812500', '161929.272500', '161929.732500', '161930.192500', '161930.652500', '161931.112500', '161931.572500', '161932.032500', '161932.492500', '161932.952500', '161933.412500', '161933.872500', '161934.332500', '161934.792500', '161935.252500', '161935.712500', '161936.172500', '161936.632500', '161937.092500', '161937.552500', '161938.012500', '161938.472500', '161938.932500', '161939.392500', '161939.852500', '161940.312500', '161940.772500', '161941.232500', '161941.692500', '161942.152500', '161942.612500', '161943.072500', '161943.532500', '161943.992500', '161944.452500', '161944.912500', '161945.372500', '161945.832500', '161946.292500', '161946.752500', '161947.212500', '161947.672500', '161948.132500', '161948.592500', '161949.052500', '161949.512500', '161949.972500', '161950.432500', '161950.892500', '161951.352500', '161951.812500', '161952.272500', '161952.732500', '161953.192500', '161953.652500', '161954.112500', '161954.572500', '161955.032500', '161955.492500', '161955.952500', '161956.412500', '161956.872500', '161957.332500', '161957.792500', '161958.252500', '161958.712500', '161959.172500', '161959.632500', '162000.092500', '162000.552500', '162001.012500', '162001.472500', '162001.932500', '162002.392500', '162002.852500', '162003.312500', '162003.772500', '162004.232500', '162004.692500', '162005.152500', '162005.612500', '162006.072500', '162006.532500', '162006.992500', '162007.452500', '162007.912500', '162008.372500', '162008.832500', '162009.292500', '162009.752500', '162010.212500', '162010.672500', '162011.132500', '162011.592500', '162012.052500', '162012.512500', '162012.972500', '162013.432500', '162013.892500', '162014.352500', '162014.812500', '162015.272500', '162015.732500', '162016.192500', '162016.652500', '162017.112500', '162017.572500', '162018.032500', '162018.492500', '162018.952500', '162019.412500', '162019.872500', '162020.332500', '162020.792500', '162021.252500', '162021.712500', '162022.172500', '162022.632500', '162023.092500', '162023.552500', '162024.012500', '162024.472500', '162024.932500', '162025.392500', '162025.852500', '162026.312500', '162026.772500', '162027.232500', '162027.692500', '162028.152500', '162028.612500', '162029.072500', '162029.532500', '162029.992500', '162030.452500', '162030.912500', '162031.372500', '162031.832500', '162032.292500', '162032.752500', '162033.212500', '162033.672500', '162034.132500', '162034.592500', '162035.052500', '162035.512500', '162035.972500', '162036.432500', '162036.892500', '162037.352500', '162037.812500', '162038.272500', '162038.732500', '162039.192500', '162039.652500', '162040.112500', '162040.572500', '162041.032500', '162041.492500', '162041.952500', '162042.412500', '162042.872500', '162043.332500', '162043.792500', '162044.252500', '162044.712500', '162045.172500', '162045.632500', '162046.092500', '162046.552500', '162047.012500', '162047.472500', '162047.932500', '162048.392500', '162048.852500', '162049.312500', '162049.772500', '162050.232500', '162050.692500', '162051.152500', '162051.612500', '162052.072500', '162052.532500', '162052.992500', '162053.452500', '162053.912500', '162054.372500', '162054.832500', '162055.292500', '162055.752500', '162056.212500', '162056.672500', '162057.132500', '162057.592500', '162058.052500', '162058.512500', '162058.972500', '162059.432500', '162059.892500', '162100.352500', '162100.812500', '162101.272500', '162101.732500', '162102.192500', '162102.652500', '162103.112500', '162103.572500', '162104.032500', '162104.492500', '162104.952500', '162105.412500', '162105.872500', '162106.332500', '162106.792500', '162107.252500', '162107.712500', '162108.172500', '162108.632500', '162109.092500', '162109.552500', '162110.012500', '162110.472500', '162110.932500', '162111.392500', '162111.852500', '162112.312500', '162112.772500', '162113.232500', '162113.692500', '162114.152500', '162114.612500', '162115.072500', '162115.532500', '162115.992500', '162116.452500', '162116.912500', '162117.372500', '162117.832500', '162118.292500', '162118.752500', '162119.212500', '162119.672500', '162120.132500', '162120.592500', '162121.052500', '162121.512500', '162121.972500', '162122.432500', '162122.892500', '162123.352500', '162123.812500', '162124.272500', '162124.732500', '162125.192500', '162125.652500', '162126.112500', '162126.572500', '162127.032500', '162127.492500', '162127.952500', '162128.412500', '162128.872500', '162129.332500', '162129.792500', '162130.252500', '162130.712500', '162131.172500'], 'ContentTime': ['161517.991000', '161517.994000', '161517.996000', '161517.999000', '161518.002000', '161518.004000', '161518.007000', '161518.009000', '161518.012000', '161518.014000', '161518.017000', '161518.019000', '161518.022000', '161518.025000', '161518.027000', '161518.030000', '161518.032000', '161518.035000', '161518.046000', '161518.048000', '161518.051000', '161518.054000', '161518.056000', '161518.059000', '161518.061000', '161518.064000', '161518.066000', '161518.069000', '161518.071000', '161518.074000', '161518.076000', '161518.079000', '161518.082000', '161518.084000', '161518.087000', '161518.089000', '161518.092000', '161518.094000', '161518.097000', '161518.099000', '161518.102000', '161518.104000', '161518.107000', '161518.110000', '161518.112000', '161518.115000', '161518.117000', '161518.120000', '161518.122000', '161518.125000', '161518.127000', '161518.130000', '161518.133000', '161518.135000', '161518.138000', '161518.140000', '161537.959000', '161537.962000', '161537.964000', '161537.967000', '161537.970000', '161537.972000', '161537.975000', '161537.977000', '161537.980000', '161537.982000', '161537.985000', '161537.987000', '161537.990000', '161537.993000', '161537.995000', '161537.998000', '161538.001000', '161538.004000', '161538.006000', '161538.009000', '161538.012000', '161538.014000', '161538.017000', '161538.019000', '161538.022000', '161538.024000', '161538.027000', '161538.029000', '161538.032000', '161538.035000', '161538.037000', '161538.040000', '161538.042000', '161538.045000', '161538.047000', '161538.050000', '161538.052000', '161538.055000', '161538.057000', '161538.060000', '161538.062000', '161538.065000', '161538.068000', '161538.070000', '161557.958000', '161557.961000', '161557.964000', '161557.966000', '161557.969000', '161557.972000', '161557.974000', '161557.977000', '161557.979000', '161557.982000', '161557.984000', '161557.987000', '161557.989000', '161557.992000', '161557.995000', '161557.997000', '161558.001000', '161558.008000', '161558.011000', '161558.014000', '161558.016000', '161558.019000', '161558.021000', '161558.024000', '161558.026000', '161558.029000', '161558.031000', '161558.034000', '161558.037000', '161558.039000', '161558.042000', '161558.044000', '161558.047000', '161558.049000', '161558.052000', '161558.055000', '161558.057000', '161558.060000', '161558.062000', '161558.065000', '161558.067000', '161558.070000', '161558.072000', '161617.958000', '161617.961000', '161617.964000', '161617.966000', '161617.969000', '161617.971000', '161617.974000', '161617.976000', '161617.979000', '161617.982000', '161617.984000', '161617.987000', '161617.989000', '161617.992000', '161617.994000', '161617.997000', '161618.001000', '161618.003000', '161618.006000', '161618.008000', '161618.011000', '161618.013000', '161618.016000', '161618.019000', '161618.021000', '161618.024000', '161618.026000', '161618.029000', '161618.032000', '161618.034000', '161618.037000', '161618.039000', '161618.042000', '161618.044000', '161618.047000', '161618.049000', '161618.052000', '161618.055000', '161618.057000', '161618.060000', '161618.062000', '161618.065000', '161618.068000', '161618.070000', '161637.959000', '161637.961000', '161637.964000', '161637.967000', '161637.969000', '161637.972000', '161637.975000', '161637.977000', '161637.980000', '161637.982000', '161637.994000', '161637.997000', '161638.001000', '161638.003000', '161638.006000', '161638.008000', '161638.011000', '161638.013000', '161638.016000', '161638.019000', '161638.021000', '161638.024000', '161638.026000', '161638.029000', '161638.032000', '161638.034000', '161638.037000', '161638.039000', '161638.042000', '161638.045000', '161638.047000', '161638.050000', '161638.052000', '161638.055000', '161638.057000', '161638.060000', '161638.062000', '161638.065000', '161638.068000', '161638.070000', '161638.073000', '161638.075000', '161638.078000', '161657.959000', '161657.961000', '161657.964000', '161657.967000', '161657.969000', '161657.972000', '161657.974000', '161657.977000', '161657.979000', '161657.982000', '161657.985000', '161657.987000', '161657.990000', '161657.992000', '161657.996000', '161657.998000', '161658.002000', '161658.005000', '161658.007000', '161658.010000', '161658.012000', '161658.015000', '161658.017000', '161658.025000', '161658.028000', '161658.030000', '161658.033000', '161658.035000', '161658.038000', '161658.041000', '161658.043000', '161658.046000', '161658.048000', '161658.051000', '161658.054000', '161658.057000', '161658.059000', '161658.062000', '161658.064000', '161658.067000', '161658.070000', '161658.072000', '161658.075000', '161658.077000', '161717.958000', '161717.960000', '161717.963000', '161717.966000', '161717.968000', '161717.971000', '161717.974000', '161717.976000', '161717.979000', '161717.982000', '161717.984000', '161717.987000', '161717.989000', '161717.992000', '161717.995000', '161717.997000', '161718.001000', '161718.003000', '161718.006000', '161718.009000', '161718.011000', '161718.014000', '161718.016000', '161718.019000', '161718.022000', '161718.024000', '161718.027000', '161718.029000', '161718.032000', '161718.034000', '161718.037000', '161718.040000', '161718.042000', '161718.045000', '161718.047000', '161718.050000', '161718.052000', '161718.055000', '161718.058000', '161718.060000', '161718.063000', '161718.065000', '161718.068000', '161737.959000', '161737.961000', '161737.964000', '161737.967000', '161737.969000', '161737.972000', '161737.975000', '161737.977000', '161737.980000', '161737.982000', '161737.985000', '161737.988000', '161737.990000', '161737.993000', '161737.995000', '161737.998000', '161738.000000', '161738.003000', '161738.006000', '161738.013000', '161738.016000', '161738.019000', '161738.021000', '161738.024000', '161738.026000', '161738.029000', '161738.031000', '161738.034000', '161738.037000', '161738.039000', '161738.042000', '161738.044000', '161738.047000', '161738.050000', '161738.052000', '161738.055000', '161738.057000', '161738.060000', '161738.062000', '161738.065000', '161738.068000', '161738.070000', '161738.073000', '161757.958000', '161757.961000', '161757.964000', '161757.966000', '161757.969000', '161757.972000', '161757.974000', '161757.977000', '161757.979000', '161757.982000', '161757.985000', '161757.987000', '161757.990000', '161757.992000', '161757.995000', '161757.998000', '161758.001000', '161758.004000', '161758.006000', '161758.009000', '161758.011000', '161758.014000', '161758.017000', '161758.019000', '161758.022000', '161758.024000', '161758.027000', '161758.029000', '161758.032000', '161758.035000', '161758.037000', '161758.040000', '161758.042000', '161758.045000', '161758.048000', '161758.050000', '161758.053000', '161758.055000', '161758.058000', '161758.061000', '161758.063000', '161758.066000', '161758.068000', '161758.071000', '161817.959000', '161817.962000', '161817.964000', '161817.967000', '161817.970000', '161817.972000', '161817.986000', '161817.989000', '161817.991000', '161818.002000', '161818.005000', '161818.007000', '161818.010000', '161818.013000', '161818.015000', '161818.018000', '161818.021000', '161818.023000', '161818.026000', '161818.029000', '161818.031000', '161818.035000', '161818.038000', '161818.041000', '161818.043000', '161818.046000', '161818.048000', '161818.051000', '161818.054000', '161818.056000', '161818.059000', '161818.061000', '161818.064000', '161818.066000', '161818.069000', '161818.072000', '161818.074000', '161818.077000', '161818.079000', '161818.082000', '161818.085000', '161818.088000', '161818.090000', '161837.959000', '161837.961000', '161837.964000', '161837.967000', '161837.969000', '161837.972000', '161837.974000', '161837.977000', '161837.980000', '161837.982000', '161837.985000', '161837.987000', '161837.990000', '161837.993000', '161837.995000', '161837.998000', '161838.001000', '161838.004000', '161838.007000', '161838.009000', '161838.012000', '161838.015000', '161838.017000', '161838.020000', '161838.023000', '161838.025000', '161838.028000', '161838.030000', '161838.033000', '161838.036000', '161838.038000', '161838.041000', '161838.044000', '161838.046000', '161838.049000', '161838.051000', '161838.054000', '161838.057000', '161838.059000', '161838.062000', '161838.064000', '161838.067000', '161838.069000', '161838.072000', '161857.958000', '161857.961000', '161857.972000', '161857.974000', '161857.977000', '161857.980000', '161857.982000', '161857.985000', '161857.987000', '161857.990000', '161857.993000', '161857.995000', '161857.998000', '161858.001000', '161858.004000', '161858.007000', '161858.009000', '161858.012000', '161858.014000', '161858.017000', '161858.020000', '161858.022000', '161858.025000', '161858.027000', '161858.030000', '161858.033000', '161858.036000', '161858.039000', '161858.041000', '161858.044000', '161858.046000', '161858.049000', '161858.052000', '161858.054000', '161858.057000', '161858.059000', '161858.062000', '161858.065000', '161858.067000', '161858.070000', '161858.072000', '161858.075000', '161858.077000', '161917.959000', '161917.961000', '161917.964000', '161917.967000', '161917.969000', '161917.972000', '161917.974000', '161917.977000', '161917.980000', '161917.982000', '161917.985000', '161917.987000', '161917.990000', '161917.992000', '161917.995000', '161917.998000', '161918.001000', '161918.004000', '161918.006000', '161918.009000', '161918.012000', '161918.014000', '161918.017000', '161918.019000', '161918.022000', '161918.024000', '161918.027000', '161918.030000', '161918.032000', '161918.035000', '161918.037000', '161918.040000', '161918.042000', '161918.045000', '161918.048000', '161918.050000', '161918.053000', '161918.055000', '161918.058000', '161918.060000', '161918.063000', '161918.066000', '161918.068000', '161918.071000', '161937.958000', '161937.960000', '161937.963000', '161937.966000', '161937.968000', '161937.971000', '161937.973000', '161937.976000', '161937.978000', '161937.981000', '161937.983000', '161937.986000', '161937.989000', '161937.991000', '161937.994000', '161937.996000', '161938.000000', '161938.003000', '161938.005000', '161938.008000', '161938.011000', '161938.014000', '161938.017000', '161938.020000', '161938.022000', '161938.025000', '161938.027000', '161938.030000', '161938.033000', '161938.035000', '161938.038000', '161938.046000', '161938.049000', '161938.052000', '161938.054000', '161938.057000', '161938.059000', '161938.062000', '161938.064000', '161938.067000', '161938.070000', '161938.072000', '161938.075000', '161957.958000', '161957.961000', '161957.964000', '161957.967000', '161957.969000', '161957.972000', '161957.974000', '161957.977000', '161957.980000', '161957.982000', '161957.985000', '161957.987000', '161957.990000', '161957.992000', '161957.995000', '161957.998000', '161958.000000', '161958.003000', '161958.006000', '161958.008000', '161958.011000', '161958.013000', '161958.016000', '161958.023000', '161958.026000', '161958.028000', '161958.031000', '161958.033000', '161958.036000', '161958.039000', '161958.041000', '161958.044000', '161958.046000', '161958.049000', '161958.052000', '161958.054000', '161958.057000', '161958.059000', '161958.062000', '161958.064000', '161958.067000', '161958.069000', '161958.072000', '161958.075000', '162017.959000', '162017.962000', '162017.964000', '162017.967000', '162017.970000', '162017.972000', '162017.975000', '162017.977000', '162017.980000', '162017.982000', '162017.985000', '162017.988000', '162017.990000', '162017.993000', '162017.995000', '162017.998000', '162018.002000', '162018.004000', '162018.007000', '162018.009000', '162018.012000', '162018.014000', '162018.017000', '162018.020000', '162018.022000', '162018.025000', '162018.027000', '162018.030000', '162018.032000', '162018.035000', '162018.038000', '162018.040000', '162018.043000', '162018.054000', '162018.057000', '162018.060000', '162018.062000', '162018.065000', '162018.067000', '162018.070000', '162018.072000', '162018.075000', '162018.078000', '162037.959000', '162037.962000', '162037.964000', '162037.967000', '162037.970000', '162037.972000', '162037.975000', '162037.977000', '162037.980000', '162037.983000', '162037.985000', '162037.988000', '162037.990000', '162037.993000', '162038.002000', '162038.004000', '162038.007000', '162038.010000', '162038.012000', '162038.015000', '162038.017000', '162038.020000', '162038.023000', '162038.025000', '162038.028000', '162038.030000', '162038.033000', '162038.035000', '162038.038000', '162038.041000', '162038.043000', '162038.048000', '162038.050000', '162038.053000', '162038.055000', '162038.058000', '162038.061000', '162038.063000', '162038.066000', '162038.068000', '162038.071000', '162038.073000', '162038.076000', '162038.079000', '162057.959000', '162057.961000', '162057.964000', '162057.967000', '162057.969000', '162057.972000', '162057.974000', '162057.977000', '162057.979000', '162057.982000', '162057.984000', '162057.987000', '162057.990000', '162057.992000', '162057.995000', '162057.997000', '162058.001000', '162058.003000', '162058.006000', '162058.009000', '162058.011000', '162058.014000', '162058.016000', '162058.019000', '162058.021000', '162058.024000', '162058.027000', '162058.029000', '162058.032000', '162058.034000', '162058.037000', '162058.040000', '162058.042000', '162058.045000', '162058.047000', '162058.050000', '162058.052000', '162058.055000', '162058.058000', '162058.060000', '162058.063000', '162058.065000', '162058.093000', '162117.958000', '162117.961000', '162117.964000', '162117.966000', '162117.969000', '162117.972000', '162117.974000', '162117.977000', '162117.979000', '162117.982000', '162117.984000', '162117.987000', '162117.990000', '162117.992000', '162117.995000', '162117.998000', '162118.001000', '162118.004000', '162118.006000', '162118.009000', '162118.011000', '162118.014000', '162118.017000', '162118.019000', '162118.022000', '162118.024000', '162118.027000', '162118.029000', '162118.032000', '162118.035000', '162118.037000', '162118.040000', '162118.042000', '162118.045000', '162118.047000', '162118.050000', '162118.052000', '162118.055000', '162118.058000', '162118.060000', '162118.063000', '162118.065000', '162118.068000', '162118.071000', '162133.018000', '162133.021000', '162133.024000', '162133.027000', '162133.029000', '162133.032000', '162133.034000', '162133.037000', '162133.040000', '162133.042000', '162133.045000', '162133.048000', '162133.050000', '162133.053000', '162133.055000', '162133.058000', '162133.061000', '162133.063000', '162133.066000', '162133.068000', '162133.074000', '162133.077000', '162133.079000', '162133.082000', '162133.085000', '162133.087000', '162133.090000', '162133.092000', '162133.095000', '162133.097000', '162133.100000', '162133.103000', '162133.105000'], 'InstanceCreationTime': ['161517.991000', '161517.994000', '161517.996000', '161517.999000', '161518.002000', '161518.004000', '161518.007000', '161518.009000', '161518.012000', '161518.014000', '161518.017000', '161518.019000', '161518.022000', '161518.025000', '161518.027000', '161518.030000', '161518.032000', '161518.035000', '161518.046000', '161518.048000', '161518.051000', '161518.054000', '161518.056000', '161518.059000', '161518.061000', '161518.064000', '161518.066000', '161518.069000', '161518.071000', '161518.074000', '161518.076000', '161518.079000', '161518.082000', '161518.084000', '161518.087000', '161518.089000', '161518.092000', '161518.094000', '161518.097000', '161518.099000', '161518.102000', '161518.104000', '161518.107000', '161518.110000', '161518.112000', '161518.115000', '161518.117000', '161518.120000', '161518.122000', '161518.125000', '161518.127000', '161518.130000', '161518.133000', '161518.135000', '161518.138000', '161518.140000', '161537.959000', '161537.962000', '161537.964000', '161537.967000', '161537.970000', '161537.972000', '161537.975000', '161537.977000', '161537.980000', '161537.982000', '161537.985000', '161537.987000', '161537.990000', '161537.993000', '161537.995000', '161537.998000', '161538.001000', '161538.004000', '161538.006000', '161538.009000', '161538.012000', '161538.014000', '161538.017000', '161538.019000', '161538.022000', '161538.024000', '161538.027000', '161538.029000', '161538.032000', '161538.035000', '161538.037000', '161538.040000', '161538.042000', '161538.045000', '161538.047000', '161538.050000', '161538.052000', '161538.055000', '161538.057000', '161538.060000', '161538.062000', '161538.065000', '161538.068000', '161538.070000', '161557.958000', '161557.961000', '161557.964000', '161557.966000', '161557.969000', '161557.972000', '161557.974000', '161557.977000', '161557.979000', '161557.982000', '161557.984000', '161557.987000', '161557.989000', '161557.992000', '161557.995000', '161557.997000', '161558.001000', '161558.008000', '161558.011000', '161558.014000', '161558.016000', '161558.019000', '161558.021000', '161558.024000', '161558.026000', '161558.029000', '161558.031000', '161558.034000', '161558.037000', '161558.039000', '161558.042000', '161558.044000', '161558.047000', '161558.049000', '161558.052000', '161558.055000', '161558.057000', '161558.060000', '161558.062000', '161558.065000', '161558.067000', '161558.070000', '161558.072000', '161617.958000', '161617.961000', '161617.964000', '161617.966000', '161617.969000', '161617.971000', '161617.974000', '161617.976000', '161617.979000', '161617.982000', '161617.984000', '161617.987000', '161617.989000', '161617.992000', '161617.994000', '161617.997000', '161618.001000', '161618.003000', '161618.006000', '161618.008000', '161618.011000', '161618.013000', '161618.016000', '161618.019000', '161618.021000', '161618.024000', '161618.026000', '161618.029000', '161618.032000', '161618.034000', '161618.037000', '161618.039000', '161618.042000', '161618.044000', '161618.047000', '161618.049000', '161618.052000', '161618.055000', '161618.057000', '161618.060000', '161618.062000', '161618.065000', '161618.068000', '161618.070000', '161637.959000', '161637.961000', '161637.964000', '161637.967000', '161637.969000', '161637.972000', '161637.975000', '161637.977000', '161637.980000', '161637.982000', '161637.994000', '161637.997000', '161638.001000', '161638.003000', '161638.006000', '161638.008000', '161638.011000', '161638.013000', '161638.016000', '161638.019000', '161638.021000', '161638.024000', '161638.026000', '161638.029000', '161638.032000', '161638.034000', '161638.037000', '161638.039000', '161638.042000', '161638.045000', '161638.047000', '161638.050000', '161638.052000', '161638.055000', '161638.057000', '161638.060000', '161638.062000', '161638.065000', '161638.068000', '161638.070000', '161638.073000', '161638.075000', '161638.078000', '161657.959000', '161657.961000', '161657.964000', '161657.967000', '161657.969000', '161657.972000', '161657.974000', '161657.977000', '161657.979000', '161657.982000', '161657.985000', '161657.987000', '161657.990000', '161657.992000', '161657.996000', '161657.998000', '161658.002000', '161658.005000', '161658.007000', '161658.010000', '161658.012000', '161658.015000', '161658.017000', '161658.025000', '161658.028000', '161658.030000', '161658.033000', '161658.035000', '161658.038000', '161658.041000', '161658.043000', '161658.046000', '161658.048000', '161658.051000', '161658.054000', '161658.057000', '161658.059000', '161658.062000', '161658.064000', '161658.067000', '161658.070000', '161658.072000', '161658.075000', '161658.077000', '161717.958000', '161717.960000', '161717.963000', '161717.966000', '161717.968000', '161717.971000', '161717.974000', '161717.976000', '161717.979000', '161717.982000', '161717.984000', '161717.987000', '161717.989000', '161717.992000', '161717.995000', '161717.997000', '161718.001000', '161718.003000', '161718.006000', '161718.009000', '161718.011000', '161718.014000', '161718.016000', '161718.019000', '161718.022000', '161718.024000', '161718.027000', '161718.029000', '161718.032000', '161718.034000', '161718.037000', '161718.040000', '161718.042000', '161718.045000', '161718.047000', '161718.050000', '161718.052000', '161718.055000', '161718.058000', '161718.060000', '161718.063000', '161718.065000', '161718.068000', '161737.959000', '161737.961000', '161737.964000', '161737.967000', '161737.969000', '161737.972000', '161737.975000', '161737.977000', '161737.980000', '161737.982000', '161737.985000', '161737.988000', '161737.990000', '161737.993000', '161737.995000', '161737.998000', '161738.000000', '161738.003000', '161738.006000', '161738.013000', '161738.016000', '161738.019000', '161738.021000', '161738.024000', '161738.026000', '161738.029000', '161738.031000', '161738.034000', '161738.037000', '161738.039000', '161738.042000', '161738.044000', '161738.047000', '161738.050000', '161738.052000', '161738.055000', '161738.057000', '161738.060000', '161738.062000', '161738.065000', '161738.068000', '161738.070000', '161738.073000', '161757.958000', '161757.961000', '161757.964000', '161757.966000', '161757.969000', '161757.972000', '161757.974000', '161757.977000', '161757.979000', '161757.982000', '161757.985000', '161757.987000', '161757.990000', '161757.992000', '161757.995000', '161757.998000', '161758.001000', '161758.004000', '161758.006000', '161758.009000', '161758.011000', '161758.014000', '161758.017000', '161758.019000', '161758.022000', '161758.024000', '161758.027000', '161758.029000', '161758.032000', '161758.035000', '161758.037000', '161758.040000', '161758.042000', '161758.045000', '161758.048000', '161758.050000', '161758.053000', '161758.055000', '161758.058000', '161758.061000', '161758.063000', '161758.066000', '161758.068000', '161758.071000', '161817.959000', '161817.962000', '161817.964000', '161817.967000', '161817.970000', '161817.972000', '161817.986000', '161817.989000', '161817.991000', '161818.002000', '161818.005000', '161818.007000', '161818.010000', '161818.013000', '161818.015000', '161818.018000', '161818.021000', '161818.023000', '161818.026000', '161818.029000', '161818.031000', '161818.035000', '161818.038000', '161818.041000', '161818.043000', '161818.046000', '161818.048000', '161818.051000', '161818.054000', '161818.056000', '161818.059000', '161818.061000', '161818.064000', '161818.066000', '161818.069000', '161818.072000', '161818.074000', '161818.077000', '161818.079000', '161818.082000', '161818.085000', '161818.088000', '161818.090000', '161837.959000', '161837.961000', '161837.964000', '161837.967000', '161837.969000', '161837.972000', '161837.974000', '161837.977000', '161837.980000', '161837.982000', '161837.985000', '161837.987000', '161837.990000', '161837.993000', '161837.995000', '161837.998000', '161838.001000', '161838.004000', '161838.007000', '161838.009000', '161838.012000', '161838.015000', '161838.017000', '161838.020000', '161838.023000', '161838.025000', '161838.028000', '161838.030000', '161838.033000', '161838.036000', '161838.038000', '161838.041000', '161838.044000', '161838.046000', '161838.049000', '161838.051000', '161838.054000', '161838.057000', '161838.059000', '161838.062000', '161838.064000', '161838.067000', '161838.069000', '161838.072000', '161857.958000', '161857.961000', '161857.972000', '161857.974000', '161857.977000', '161857.980000', '161857.982000', '161857.985000', '161857.987000', '161857.990000', '161857.993000', '161857.995000', '161857.998000', '161858.001000', '161858.004000', '161858.007000', '161858.009000', '161858.012000', '161858.014000', '161858.017000', '161858.020000', '161858.022000', '161858.025000', '161858.027000', '161858.030000', '161858.033000', '161858.036000', '161858.039000', '161858.041000', '161858.044000', '161858.046000', '161858.049000', '161858.052000', '161858.054000', '161858.057000', '161858.059000', '161858.062000', '161858.065000', '161858.067000', '161858.070000', '161858.072000', '161858.075000', '161858.077000', '161917.959000', '161917.961000', '161917.964000', '161917.967000', '161917.969000', '161917.972000', '161917.974000', '161917.977000', '161917.980000', '161917.982000', '161917.985000', '161917.987000', '161917.990000', '161917.992000', '161917.995000', '161917.998000', '161918.001000', '161918.004000', '161918.006000', '161918.009000', '161918.012000', '161918.014000', '161918.017000', '161918.019000', '161918.022000', '161918.024000', '161918.027000', '161918.030000', '161918.032000', '161918.035000', '161918.037000', '161918.040000', '161918.042000', '161918.045000', '161918.048000', '161918.050000', '161918.053000', '161918.055000', '161918.058000', '161918.060000', '161918.063000', '161918.066000', '161918.068000', '161918.071000', '161937.958000', '161937.960000', '161937.963000', '161937.966000', '161937.968000', '161937.971000', '161937.973000', '161937.976000', '161937.978000', '161937.981000', '161937.983000', '161937.986000', '161937.989000', '161937.991000', '161937.994000', '161937.996000', '161938.000000', '161938.003000', '161938.005000', '161938.008000', '161938.011000', '161938.014000', '161938.017000', '161938.020000', '161938.022000', '161938.025000', '161938.027000', '161938.030000', '161938.033000', '161938.035000', '161938.038000', '161938.046000', '161938.049000', '161938.052000', '161938.054000', '161938.057000', '161938.059000', '161938.062000', '161938.064000', '161938.067000', '161938.070000', '161938.072000', '161938.075000', '161957.958000', '161957.961000', '161957.964000', '161957.967000', '161957.969000', '161957.972000', '161957.974000', '161957.977000', '161957.980000', '161957.982000', '161957.985000', '161957.987000', '161957.990000', '161957.992000', '161957.995000', '161957.998000', '161958.000000', '161958.003000', '161958.006000', '161958.008000', '161958.011000', '161958.013000', '161958.016000', '161958.023000', '161958.026000', '161958.028000', '161958.031000', '161958.033000', '161958.036000', '161958.039000', '161958.041000', '161958.044000', '161958.046000', '161958.049000', '161958.052000', '161958.054000', '161958.057000', '161958.059000', '161958.062000', '161958.064000', '161958.067000', '161958.069000', '161958.072000', '161958.075000', '162017.959000', '162017.962000', '162017.964000', '162017.967000', '162017.970000', '162017.972000', '162017.975000', '162017.977000', '162017.980000', '162017.982000', '162017.985000', '162017.988000', '162017.990000', '162017.993000', '162017.995000', '162017.998000', '162018.002000', '162018.004000', '162018.007000', '162018.009000', '162018.012000', '162018.014000', '162018.017000', '162018.020000', '162018.022000', '162018.025000', '162018.027000', '162018.030000', '162018.032000', '162018.035000', '162018.038000', '162018.040000', '162018.043000', '162018.054000', '162018.057000', '162018.060000', '162018.062000', '162018.065000', '162018.067000', '162018.070000', '162018.072000', '162018.075000', '162018.078000', '162037.959000', '162037.962000', '162037.964000', '162037.967000', '162037.970000', '162037.972000', '162037.975000', '162037.977000', '162037.980000', '162037.983000', '162037.985000', '162037.988000', '162037.990000', '162037.993000', '162038.002000', '162038.004000', '162038.007000', '162038.010000', '162038.012000', '162038.015000', '162038.017000', '162038.020000', '162038.023000', '162038.025000', '162038.028000', '162038.030000', '162038.033000', '162038.035000', '162038.038000', '162038.041000', '162038.043000', '162038.048000', '162038.050000', '162038.053000', '162038.055000', '162038.058000', '162038.061000', '162038.063000', '162038.066000', '162038.068000', '162038.071000', '162038.073000', '162038.076000', '162038.079000', '162057.959000', '162057.961000', '162057.964000', '162057.967000', '162057.969000', '162057.972000', '162057.974000', '162057.977000', '162057.979000', '162057.982000', '162057.984000', '162057.987000', '162057.990000', '162057.992000', '162057.995000', '162057.997000', '162058.001000', '162058.003000', '162058.006000', '162058.009000', '162058.011000', '162058.014000', '162058.016000', '162058.019000', '162058.021000', '162058.024000', '162058.027000', '162058.029000', '162058.032000', '162058.034000', '162058.037000', '162058.040000', '162058.042000', '162058.045000', '162058.047000', '162058.050000', '162058.052000', '162058.055000', '162058.058000', '162058.060000', '162058.063000', '162058.065000', '162058.093000', '162117.958000', '162117.961000', '162117.964000', '162117.966000', '162117.969000', '162117.972000', '162117.974000', '162117.977000', '162117.979000', '162117.982000', '162117.984000', '162117.987000', '162117.990000', '162117.992000', '162117.995000', '162117.998000', '162118.001000', '162118.004000', '162118.006000', '162118.009000', '162118.011000', '162118.014000', '162118.017000', '162118.019000', '162118.022000', '162118.024000', '162118.027000', '162118.029000', '162118.032000', '162118.035000', '162118.037000', '162118.040000', '162118.042000', '162118.045000', '162118.047000', '162118.050000', '162118.052000', '162118.055000', '162118.058000', '162118.060000', '162118.063000', '162118.065000', '162118.068000', '162118.071000', '162133.018000', '162133.021000', '162133.024000', '162133.027000', '162133.029000', '162133.032000', '162133.034000', '162133.037000', '162133.040000', '162133.042000', '162133.045000', '162133.048000', '162133.050000', '162133.053000', '162133.055000', '162133.058000', '162133.061000', '162133.063000', '162133.066000', '162133.068000', '162133.074000', '162133.077000', '162133.079000', '162133.082000', '162133.085000', '162133.087000', '162133.090000', '162133.092000', '162133.095000', '162133.097000', '162133.100000', '162133.103000', '162133.105000'], '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': [9178, 9092, 9244, 9231, 9435, 9484, 9909, 9363, 8994, 9766, 9284, 9890, 10028, 10161, 9611, 8893, 9384, 9408, 9593, 9344, 9160, 9069, 9099, 9983, 9419, 9138, 8573, 8989, 9352, 9191, 9102, 9481, 9375, 9531, 9303, 8654, 9486, 8747, 9559, 8878, 10786, 9107, 9538, 9432, 9323, 9407, 9584, 9053, 9205, 9168, 9567, 9030, 9238, 8869, 8843, 9367, 9470, 9235, 8996, 8963, 9206, 9466, 9664, 9554, 9762, 9455, 9079, 9183, 9313, 9742, 9766, 9786, 9356, 8992, 9177, 9383, 8963, 8873, 9000, 9585, 9136, 9349, 9396, 9796, 9238, 9235, 9165, 9263, 9098, 9370, 9319, 9302, 9005, 9200, 9439, 9493, 9771, 9726, 10090, 9526, 9222, 9471, 9277, 9047, 9098, 9374, 9320, 8733, 9257, 8839, 9157, 9523, 9383, 9277, 9232, 8807, 9476, 9318, 9415, 10051, 9466, 9140, 9253, 8984, 9290, 9814, 9457, 9666, 9319, 9211, 8814, 9278, 10455, 9565, 9170, 8875, 9164, 9605, 9746, 9337, 10175, 9497, 9238, 8637, 9483, 9176, 9772, 9170, 9366, 9112, 9197, 9594, 9225, 9505, 9448, 10728, 9446, 8936, 8477, 9246, 8837, 9180, 9405, 9877, 9356, 9179, 8985, 9328, 9106, 9445, 8905, 9761, 9369, 9480, 9180, 9068, 9232, 9357, 9533, 9702, 9477, 9099, 9555, 9290, 9644, 9566, 9505, 9295, 9453, 9177, 9351, 9158, 9443, 9076, 9537, 9781, 9283, 9911, 9223, 9408, 9412, 10555, 9626, 9769, 9363, 9221, 9309, 9257, 8925, 9081, 8974, 9632, 9040, 9349, 9260, 9265, 9343, 9146, 9502, 9622, 9114, 9547, 9435, 9576, 10022, 9553, 10306, 9530, 9423, 8751, 9624, 9037, 9430, 9056, 9430, 8914, 9211, 9328, 8950, 9276, 9510, 9690, 9412, 8886, 9055, 9477, 9394, 8765, 9158, 8900, 9032, 8815, 9180, 9294, 9147, 9049, 9452, 8779, 9985, 9751, 9041, 9275, 9084, 9398, 9928, 8807, 9851, 8650, 9251, 9522, 9595, 9114, 9306, 9490, 9683, 8987, 9265, 9282, 8961, 9890, 9747, 9587, 9544, 9015, 8966, 9587, 9087, 9631, 9402, 9786, 9152, 9419, 9126, 9281, 9229, 9977, 9852, 9373, 9233, 9249, 9061, 9647, 9160, 9477, 10284, 9415, 8626, 8885, 9292, 8977, 9551, 9005, 9454, 9061, 9502, 9692, 9523, 9134, 8412, 9039, 8743, 9456, 9164, 10002, 9700, 9333, 9379, 9287, 9067, 9646, 9462, 9745, 8858, 8571, 9171, 9600, 9617, 9744, 9302, 9058, 8959, 9267, 8628, 9194, 8818, 10552, 9321, 9487, 9554, 9068, 9415, 9189, 9281, 9181, 9401, 9222, 9428, 9311, 9104, 9450, 9466, 9350, 9378, 9841, 9162, 9445, 9308, 9667, 9784, 9475, 9243, 9646, 9225, 9430, 9244, 8891, 9144, 9133, 9594, 9344, 9190, 9092, 8984, 9195, 9261, 8865, 9631, 8938, 9556, 9084, 9521, 9338, 9267, 8990, 10060, 9074, 9871, 9592, 9328, 9098, 9201, 9322, 9184, 9633, 9960, 9752, 9634, 9430, 9438, 9779, 9743, 9624, 9404, 9433, 9924, 9190, 9667, 9829, 8989, 9500, 8468, 9170, 8491, 9594, 9578, 9669, 9576, 9448, 9516, 9415, 10406, 9682, 9819, 8607, 9015, 8840, 9666, 9016, 9562, 9259, 9449, 10171, 9428, 9959, 9498, 9733, 9741, 10207, 10124, 10854, 8877, 8964, 8949, 10262, 9710, 9995, 9726, 8969, 8695, 9320, 10209, 9514, 9014, 9355, 9361, 9291, 9694, 9326, 9359, 9524, 9129, 10295, 9930, 9559, 8934, 9119, 9410, 9514, 9417, 9493, 9647, 9497, 9542, 9599, 9786, 9427, 9524, 10007, 9839, 9614, 9049, 9165, 9472, 9627, 9841, 10212, 9816, 9966, 9554, 9106, 8954, 9535, 9305, 10192, 9575, 9260, 9482, 8788, 9272, 9466, 9613, 9430, 9716, 9877, 9673, 9423, 9483, 9456, 9429, 9456, 9224, 9446, 9135, 9262, 9758, 9429, 9395, 9798, 9622, 9703, 9920, 8805, 9039, 9557, 9701, 9757, 9833, 10106, 9688, 9604, 9045, 9479, 9707, 9736, 9663, 10198, 9552, 9933, 9711, 9340, 8886, 10388, 9786, 9293, 9679, 9565, 9364, 9916, 9023, 9060, 9181, 9583, 9801, 9254, 10569, 9681, 10509, 10160, 9474, 9947, 9362, 9853, 8786, 9454, 9873, 9866, 9442, 9929, 9073, 9494, 9609, 9683, 10355, 10135, 9742, 9888, 10670, 9236, 10802, 9944, 10678, 10834, 10608, 10111, 9532, 10413, 9251, 10458, 9796, 10559, 9802, 10582, 9775, 10865, 10172, 10694, 10310, 10497, 9948, 10603, 10274, 10545, 11076, 10584, 10138, 10131, 10609, 10275, 10242, 10321, 9820, 10255, 9760, 10350, 10302, 10835, 10850, 10574, 10477, 10296, 9964, 10945, 10075, 11197, 10179, 10425, 10591, 10764, 10491, 10342, 10399, 9812, 9524, 10196, 10425, 10516, 10399, 9508, 10147, 10280, 9516, 10420, 10048, 10473, 9827, 10283, 9041, 10530, 10604, 10157, 10583, 10107, 10284, 10492, 10604, 9764, 10309, 9843, 10211, 9928, 10570, 10115, 10427, 9197, 10049, 9533, 10300, 10076, 8404, 10067, 10275, 9656, 10212, 10676, 10105, 10339, 9830, 10658, 10715, 10199, 9869, 10308, 9580, 10193, 9479, 10240, 10063, 9352, 9921, 9754, 9996, 10192, 10174, 10499, 10252, 9912, 9966, 10281, 10235, 10281, 10437, 10085, 9732, 10127, 10135, 10031, 10546, 10385, 10533, 10293, 10293, 10212, 9833, 9305, 9883, 9329, 9966, 9729, 10131, 10376, 10311, 10241, 9818, 9665, 9367, 10104, 9520, 10130, 10011, 10454, 10202, 9962, 9767, 9971, 9860, 10511, 10122, 10321, 9484, 10388, 10394, 9732, 10273, 10673, 10591, 10346, 10173, 9930, 9596, 9697, 10045, 10265, 10037, 10249, 10284, 9814, 9972, 9767, 10015, 10481, 10424, 10387, 10460, 10426, 10210, 10071, 10065, 9642, 10283, 10774, 10303, 10010, 10170, 10307, 10014, 10578, 10311, 10114, 10284, 10169, 10266, 10090, 10358, 10224, 9982, 10321, 10254, 10500, 10168, 10201, 9718, 10383, 9956, 10377, 9975, 10410, 10403, 9923, 10291, 9707, 10261, 9709, 10571, 10592, 10657, 10171, 10298, 9734, 10290, 10153, 10618, 9977, 10150, 9377, 10309, 10039, 9185, 10234, 10018, 10103, 10371, 10098, 10525, 10309, 9607, 10104, 9819, 10379, 9682, 10519, 10121, 10445, 10033, 10415, 10403, 10561, 10352, 10308, 10407, 10089, 10502, 9941, 10314, 10171, 9925, 10052, 10445, 10728, 10404, 10284, 10599, 10554, 10550, 10001, 10230, 10044, 10335, 10057, 9444, 10064, 10413, 10562], 'WindowCenter': [4301.0, 4285.0, 4294.0, 4269.0, 4280.0, 4279.0, 4255.0, 4242.0, 4241.0, 4262.0, 4242.0, 4264.0, 4262.0, 4261.0, 4251.0, 4239.0, 4248.0, 4251.0, 4251.0, 4239.0, 4251.0, 4251.0, 4252.0, 4261.0, 4253.0, 4240.0, 4231.0, 4253.0, 4251.0, 4263.0, 4241.0, 4253.0, 4264.0, 4265.0, 4242.0, 4231.0, 4252.0, 4231.0, 4250.0, 4229.0, 4260.0, 4217.0, 4239.0, 4237.0, 4238.0, 4240.0, 4228.0, 4239.0, 4225.0, 4239.0, 4238.0, 4228.0, 4240.0, 4228.0, 4228.0, 4249.0, 4251.0, 4252.0, 4253.0, 4252.0, 4264.0, 4264.0, 4251.0, 4253.0, 4262.0, 4251.0, 4241.0, 4240.0, 4240.0, 4250.0, 4250.0, 4250.0, 4240.0, 4238.0, 4229.0, 4227.0, 4229.0, 4240.0, 4241.0, 4251.0, 4251.0, 4240.0, 4252.0, 4252.0, 4252.0, 4251.0, 4240.0, 4250.0, 4239.0, 4251.0, 4249.0, 4251.0, 4240.0, 4250.0, 4240.0, 4251.0, 4262.0, 4252.0, 4251.0, 4251.0, 4241.0, 4250.0, 4251.0, 4226.0, 4239.0, 4228.0, 4239.0, 4227.0, 4252.0, 4228.0, 4250.0, 4239.0, 4250.0, 4250.0, 4250.0, 4241.0, 4251.0, 4252.0, 4242.0, 4252.0, 4251.0, 4240.0, 4239.0, 4228.0, 4239.0, 4238.0, 4249.0, 4228.0, 4239.0, 4226.0, 4239.0, 4251.0, 4262.0, 4263.0, 4252.0, 4252.0, 4241.0, 4262.0, 4252.0, 4264.0, 4252.0, 4251.0, 4251.0, 4240.0, 4241.0, 4250.0, 4263.0, 4253.0, 4241.0, 4240.0, 4252.0, 4240.0, 4241.0, 4252.0, 4240.0, 4261.0, 4240.0, 4217.0, 4217.0, 4237.0, 4239.0, 4227.0, 4240.0, 4239.0, 4227.0, 4228.0, 4239.0, 4240.0, 4230.0, 4249.0, 4240.0, 4238.0, 4229.0, 4239.0, 4252.0, 4239.0, 4239.0, 4249.0, 4262.0, 4241.0, 4251.0, 4240.0, 4250.0, 4240.0, 4251.0, 4252.0, 4262.0, 4241.0, 4240.0, 4240.0, 4251.0, 4252.0, 4250.0, 4240.0, 4238.0, 4240.0, 4229.0, 4238.0, 4240.0, 4228.0, 4240.0, 4249.0, 4252.0, 4239.0, 4251.0, 4250.0, 4251.0, 4250.0, 4252.0, 4241.0, 4241.0, 4240.0, 4241.0, 4250.0, 4240.0, 4242.0, 4240.0, 4253.0, 4262.0, 4242.0, 4241.0, 4240.0, 4240.0, 4240.0, 4239.0, 4240.0, 4249.0, 4238.0, 4236.0, 4226.0, 4225.0, 4237.0, 4226.0, 4240.0, 4239.0, 4228.0, 4227.0, 4239.0, 4239.0, 4249.0, 4251.0, 4263.0, 4253.0, 4251.0, 4241.0, 4252.0, 4239.0, 4241.0, 4228.0, 4230.0, 4229.0, 4240.0, 4239.0, 4228.0, 4250.0, 4229.0, 4248.0, 4238.0, 4252.0, 4239.0, 4241.0, 4252.0, 4253.0, 4242.0, 4262.0, 4242.0, 4253.0, 4231.0, 4251.0, 4251.0, 4253.0, 4252.0, 4253.0, 4264.0, 4254.0, 4252.0, 4240.0, 4251.0, 4253.0, 4263.0, 4253.0, 4240.0, 4239.0, 4228.0, 4229.0, 4250.0, 4230.0, 4240.0, 4240.0, 4250.0, 4240.0, 4227.0, 4228.0, 4239.0, 4229.0, 4239.0, 4251.0, 4253.0, 4240.0, 4238.0, 4216.0, 4238.0, 4239.0, 4239.0, 4249.0, 4251.0, 4239.0, 4239.0, 4228.0, 4239.0, 4227.0, 4228.0, 4238.0, 4228.0, 4239.0, 4238.0, 4238.0, 4237.0, 4216.0, 4227.0, 4239.0, 4249.0, 4251.0, 4261.0, 4251.0, 4241.0, 4251.0, 4240.0, 4240.0, 4252.0, 4240.0, 4240.0, 4238.0, 4240.0, 4239.0, 4240.0, 4263.0, 4263.0, 4254.0, 4241.0, 4253.0, 4253.0, 4253.0, 4242.0, 4254.0, 4273.0, 4254.0, 4240.0, 4240.0, 4240.0, 4250.0, 4251.0, 4239.0, 4241.0, 4230.0, 4240.0, 4240.0, 4240.0, 4228.0, 4251.0, 4249.0, 4240.0, 4240.0, 4250.0, 4239.0, 4250.0, 4240.0, 4250.0, 4250.0, 4241.0, 4229.0, 4250.0, 4228.0, 4227.0, 4229.0, 4229.0, 4250.0, 4240.0, 4240.0, 4241.0, 4241.0, 4240.0, 4229.0, 4240.0, 4240.0, 4229.0, 4239.0, 4241.0, 4251.0, 4228.0, 4249.0, 4239.0, 4250.0, 4240.0, 4251.0, 4242.0, 4262.0, 4252.0, 4241.0, 4251.0, 4264.0, 4241.0, 4264.0, 4252.0, 4276.0, 4264.0, 4254.0, 4240.0, 4267.0, 4274.0, 4266.0, 4252.0, 4253.0, 4253.0, 4253.0, 4252.0, 4266.0, 4252.0, 4231.0, 4240.0, 4218.0, 4238.0, 4228.0, 4248.0, 4241.0, 4250.0, 4239.0, 4249.0, 4238.0, 4240.0, 4260.0, 4252.0, 4261.0, 4241.0, 4252.0, 4253.0, 4262.0, 4254.0, 4266.0, 4255.0, 4264.0, 4264.0, 4254.0, 4252.0, 4263.0, 4253.0, 4254.0, 4265.0, 4264.0, 4262.0, 4241.0, 4229.0, 4241.0, 4249.0, 4240.0, 4250.0, 4229.0, 4239.0, 4217.0, 4250.0, 4249.0, 4252.0, 4254.0, 4263.0, 4242.0, 4252.0, 4250.0, 4253.0, 4254.0, 4240.0, 4242.0, 4261.0, 4252.0, 4240.0, 4240.0, 4239.0, 4239.0, 4239.0, 4252.0, 4240.0, 4253.0, 4240.0, 4251.0, 4250.0, 4250.0, 4240.0, 4240.0, 4262.0, 4252.0, 4251.0, 4240.0, 4239.0, 4251.0, 4250.0, 4251.0, 4252.0, 4251.0, 4250.0, 4251.0, 4239.0, 4239.0, 4238.0, 4239.0, 4248.0, 4228.0, 4239.0, 4227.0, 4228.0, 4238.0, 4249.0, 4249.0, 4239.0, 4239.0, 4251.0, 4251.0, 4242.0, 4250.0, 4252.0, 4250.0, 4240.0, 4240.0, 4252.0, 4240.0, 4239.0, 4227.0, 4239.0, 4240.0, 4249.0, 4250.0, 4252.0, 4251.0, 4229.0, 4229.0, 4261.0, 4251.0, 4262.0, 4265.0, 4264.0, 4252.0, 4252.0, 4229.0, 4252.0, 4251.0, 4252.0, 4243.0, 4278.0, 4266.0, 4253.0, 4263.0, 4249.0, 4251.0, 4248.0, 4249.0, 4239.0, 4239.0, 4250.0, 4252.0, 4260.0, 4253.0, 4251.0, 4251.0, 4238.0, 4249.0, 4238.0, 4237.0, 4227.0, 4236.0, 4225.0, 4224.0, 4223.0, 4224.0, 4210.0, 4200.0, 4211.0, 4234.0, 4211.0, 4212.0, 4232.0, 4213.0, 4235.0, 4248.0, 4247.0, 4238.0, 4261.0, 4250.0, 4265.0, 4282.0, 4260.0, 4269.0, 4259.0, 4259.0, 4272.0, 4274.0, 4273.0, 4274.0, 4273.0, 4277.0, 4286.0, 4274.0, 4273.0, 4263.0, 4271.0, 4253.0, 4272.0, 4262.0, 4271.0, 4261.0, 4270.0, 4261.0, 4273.0, 4274.0, 4287.0, 4284.0, 4286.0, 4287.0, 4276.0, 4288.0, 4287.0, 4289.0, 4312.0, 4300.0, 4289.0, 4288.0, 4289.0, 4279.0, 4274.0, 4263.0, 4260.0, 4260.0, 4260.0, 4252.0, 4260.0, 4238.0, 4246.0, 4236.0, 4234.0, 4234.0, 4234.0, 4234.0, 4234.0, 4233.0, 4235.0, 4236.0, 4248.0, 4258.0, 4271.0, 4262.0, 4263.0, 4273.0, 4273.0, 4275.0, 4285.0, 4278.0, 4276.0, 4278.0, 4275.0, 4266.0, 4275.0, 4275.0, 4289.0, 4286.0, 4278.0, 4277.0, 4278.0, 4274.0, 4275.0, 4276.0, 4274.0, 4277.0, 4278.0, 4275.0, 4265.0, 4276.0, 4279.0, 4266.0, 4263.0, 4263.0, 4262.0, 4231.0, 4262.0, 4263.0, 4264.0, 4262.0, 4274.0, 4251.0, 4263.0, 4261.0, 4261.0, 4262.0, 4261.0, 4249.0, 4260.0, 4248.0, 4261.0, 4247.0, 4260.0, 4248.0, 4252.0, 4262.0, 4250.0, 4262.0, 4251.0, 4273.0, 4261.0, 4263.0, 4262.0, 4264.0, 4261.0, 4262.0, 4261.0, 4261.0, 4261.0, 4262.0, 4263.0, 4273.0, 4263.0, 4262.0, 4249.0, 4274.0, 4274.0, 4261.0, 4261.0, 4262.0, 4251.0, 4261.0, 4253.0, 4262.0, 4260.0, 4274.0, 4275.0, 4276.0, 4263.0, 4275.0, 4262.0, 4249.0, 4260.0, 4251.0, 4261.0, 4261.0, 4261.0, 4262.0, 4250.0, 4250.0, 4260.0, 4249.0, 4261.0, 4261.0, 4262.0, 4251.0, 4249.0, 4259.0, 4249.0, 4261.0, 4272.0, 4273.0, 4273.0, 4264.0, 4262.0, 4262.0, 4262.0, 4261.0, 4261.0, 4262.0, 4261.0, 4262.0, 4251.0, 4250.0, 4249.0, 4248.0, 4259.0, 4259.0, 4260.0, 4256.0, 4260.0, 4248.0, 4250.0, 4249.0, 4249.0, 4259.0, 4259.0, 4261.0, 4260.0, 4262.0, 4261.0, 4261.0, 4260.0, 4262.0, 4261.0, 4249.0, 4248.0, 4260.0, 4250.0, 4261.0, 4260.0, 4261.0, 4261.0, 4261.0, 4272.0, 4275.0, 4275.0, 4264.0, 4262.0, 4272.0, 4286.0, 4274.0, 4285.0, 4273.0, 4263.0, 4263.0, 4262.0, 4261.0, 4250.0, 4272.0, 4273.0, 4263.0, 4259.0, 4250.0, 4249.0, 4250.0, 4248.0, 4259.0, 4249.0, 4250.0, 4237.0, 4249.0, 4248.0, 4249.0, 4259.0, 4261.0, 4260.0, 4261.0, 4261.0, 4260.0, 4259.0, 4250.0, 4262.0, 4274.0, 4275.0, 4262.0, 4262.0, 4261.0, 4273.0, 4262.0, 4273.0, 4262.0, 4261.0, 4249.0, 4249.0, 4259.0, 4260.0, 4261.0, 4263.0, 4275.0, 4262.0, 4264.0, 4264.0, 4275.0, 4272.0, 4264.0, 4263.0, 4262.0, 4261.0, 4273.0, 4262.0, 4261.0, 4250.0, 4263.0, 4263.0, 4252.0, 4251.0, 4260.0, 4251.0], 'WindowWidth': [9525.0, 9489.0, 9502.0, 9453.0, 9473.0, 9469.0, 9424.0, 9399.0, 9398.0, 9432.0, 9398.0, 9438.0, 9433.0, 9427.0, 9413.0, 9394.0, 9407.0, 9414.0, 9415.0, 9388.0, 9412.0, 9415.0, 9418.0, 9428.0, 9420.0, 9393.0, 9382.0, 9419.0, 9410.0, 9436.0, 9397.0, 9414.0, 9439.0, 9439.0, 9397.0, 9380.0, 9416.0, 9381.0, 9410.0, 9376.0, 9424.0, 9357.0, 9392.0, 9389.0, 9386.0, 9398.0, 9371.0, 9393.0, 9364.0, 9392.0, 9386.0, 9370.0, 9393.0, 9372.0, 9371.0, 9409.0, 9416.0, 9417.0, 9423.0, 9420.0, 9439.0, 9437.0, 9409.0, 9421.0, 9432.0, 9414.0, 9398.0, 9396.0, 9396.0, 9411.0, 9412.0, 9409.0, 9395.0, 9391.0, 9373.0, 9370.0, 9376.0, 9391.0, 9400.0, 9412.0, 9413.0, 9393.0, 9416.0, 9411.0, 9416.0, 9414.0, 9396.0, 9409.0, 9395.0, 9413.0, 9408.0, 9412.0, 9397.0, 9411.0, 9391.0, 9413.0, 9429.0, 9418.0, 9409.0, 9415.0, 9399.0, 9409.0, 9411.0, 9368.0, 9395.0, 9371.0, 9394.0, 9375.0, 9416.0, 9371.0, 9410.0, 9390.0, 9413.0, 9412.0, 9414.0, 9396.0, 9415.0, 9418.0, 9400.0, 9411.0, 9414.0, 9397.0, 9394.0, 9371.0, 9394.0, 9386.0, 9408.0, 9370.0, 9392.0, 9367.0, 9395.0, 9413.0, 9430.0, 9435.0, 9417.0, 9418.0, 9395.0, 9431.0, 9410.0, 9439.0, 9412.0, 9415.0, 9414.0, 9398.0, 9393.0, 9410.0, 9433.0, 9420.0, 9395.0, 9399.0, 9416.0, 9391.0, 9394.0, 9415.0, 9392.0, 9427.0, 9397.0, 9353.0, 9354.0, 9389.0, 9393.0, 9368.0, 9398.0, 9389.0, 9370.0, 9373.0, 9395.0, 9390.0, 9378.0, 9408.0, 9395.0, 9387.0, 9375.0, 9388.0, 9415.0, 9395.0, 9388.0, 9409.0, 9432.0, 9393.0, 9414.0, 9398.0, 9411.0, 9392.0, 9415.0, 9410.0, 9433.0, 9396.0, 9392.0, 9391.0, 9412.0, 9415.0, 9409.0, 9397.0, 9393.0, 9390.0, 9374.0, 9385.0, 9397.0, 9371.0, 9396.0, 9403.0, 9417.0, 9390.0, 9414.0, 9412.0, 9415.0, 9411.0, 9415.0, 9402.0, 9396.0, 9391.0, 9399.0, 9413.0, 9392.0, 9396.0, 9392.0, 9422.0, 9432.0, 9399.0, 9395.0, 9392.0, 9392.0, 9393.0, 9386.0, 9396.0, 9405.0, 9390.0, 9384.0, 9371.0, 9363.0, 9388.0, 9366.0, 9396.0, 9394.0, 9371.0, 9368.0, 9393.0, 9394.0, 9409.0, 9409.0, 9433.0, 9421.0, 9415.0, 9396.0, 9417.0, 9389.0, 9399.0, 9371.0, 9379.0, 9375.0, 9396.0, 9393.0, 9370.0, 9411.0, 9374.0, 9406.0, 9395.0, 9417.0, 9389.0, 9394.0, 9416.0, 9420.0, 9399.0, 9431.0, 9398.0, 9419.0, 9379.0, 9414.0, 9415.0, 9419.0, 9416.0, 9420.0, 9437.0, 9422.0, 9417.0, 9392.0, 9415.0, 9421.0, 9434.0, 9420.0, 9389.0, 9389.0, 9372.0, 9374.0, 9409.0, 9376.0, 9390.0, 9393.0, 9410.0, 9395.0, 9370.0, 9371.0, 9395.0, 9374.0, 9388.0, 9415.0, 9422.0, 9397.0, 9388.0, 9352.0, 9389.0, 9393.0, 9391.0, 9408.0, 9412.0, 9394.0, 9395.0, 9371.0, 9394.0, 9368.0, 9370.0, 9389.0, 9377.0, 9393.0, 9385.0, 9391.0, 9389.0, 9354.0, 9369.0, 9395.0, 9408.0, 9415.0, 9429.0, 9413.0, 9393.0, 9414.0, 9391.0, 9397.0, 9416.0, 9392.0, 9390.0, 9393.0, 9397.0, 9388.0, 9391.0, 9434.0, 9434.0, 9422.0, 9394.0, 9419.0, 9420.0, 9421.0, 9397.0, 9423.0, 9449.0, 9422.0, 9391.0, 9391.0, 9398.0, 9410.0, 9413.0, 9396.0, 9400.0, 9378.0, 9398.0, 9395.0, 9395.0, 9372.0, 9413.0, 9409.0, 9392.0, 9391.0, 9411.0, 9388.0, 9409.0, 9391.0, 9412.0, 9411.0, 9393.0, 9374.0, 9408.0, 9370.0, 9370.0, 9375.0, 9375.0, 9412.0, 9397.0, 9391.0, 9395.0, 9394.0, 9395.0, 9375.0, 9396.0, 9396.0, 9372.0, 9392.0, 9399.0, 9413.0, 9372.0, 9407.0, 9395.0, 9412.0, 9398.0, 9413.0, 9397.0, 9431.0, 9416.0, 9396.0, 9417.0, 9436.0, 9396.0, 9436.0, 9411.0, 9457.0, 9437.0, 9422.0, 9392.0, 9447.0, 9454.0, 9443.0, 9411.0, 9421.0, 9421.0, 9414.0, 9412.0, 9443.0, 9412.0, 9378.0, 9388.0, 9357.0, 9392.0, 9371.0, 9408.0, 9396.0, 9410.0, 9387.0, 9406.0, 9390.0, 9396.0, 9425.0, 9418.0, 9428.0, 9395.0, 9417.0, 9420.0, 9432.0, 9418.0, 9443.0, 9427.0, 9435.0, 9435.0, 9424.0, 9413.0, 9433.0, 9421.0, 9423.0, 9440.0, 9436.0, 9428.0, 9400.0, 9373.0, 9397.0, 9407.0, 9397.0, 9409.0, 9372.0, 9394.0, 9356.0, 9411.0, 9402.0, 9417.0, 9424.0, 9436.0, 9397.0, 9417.0, 9411.0, 9419.0, 9420.0, 9390.0, 9401.0, 9429.0, 9417.0, 9396.0, 9395.0, 9393.0, 9395.0, 9388.0, 9416.0, 9391.0, 9420.0, 9389.0, 9412.0, 9410.0, 9409.0, 9397.0, 9390.0, 9431.0, 9415.0, 9413.0, 9395.0, 9393.0, 9414.0, 9411.0, 9414.0, 9410.0, 9417.0, 9411.0, 9411.0, 9393.0, 9394.0, 9392.0, 9394.0, 9405.0, 9370.0, 9394.0, 9368.0, 9375.0, 9390.0, 9407.0, 9407.0, 9389.0, 9388.0, 9409.0, 9414.0, 9396.0, 9410.0, 9414.0, 9412.0, 9392.0, 9398.0, 9416.0, 9396.0, 9395.0, 9369.0, 9394.0, 9396.0, 9408.0, 9413.0, 9416.0, 9414.0, 9375.0, 9377.0, 9428.0, 9415.0, 9433.0, 9440.0, 9437.0, 9416.0, 9417.0, 9375.0, 9416.0, 9412.0, 9415.0, 9401.0, 9463.0, 9442.0, 9415.0, 9435.0, 9408.0, 9413.0, 9405.0, 9406.0, 9393.0, 9387.0, 9409.0, 9417.0, 9426.0, 9418.0, 9415.0, 9413.0, 9393.0, 9407.0, 9390.0, 9388.0, 9372.0, 9382.0, 9366.0, 9361.0, 9359.0, 9361.0, 9331.0, 9325.0, 9334.0, 9378.0, 9336.0, 9340.0, 9373.0, 9344.0, 9382.0, 9403.0, 9403.0, 9386.0, 9429.0, 9413.0, 9436.0, 9463.0, 9430.0, 9437.0, 9425.0, 9419.0, 9448.0, 9455.0, 9450.0, 9454.0, 9445.0, 9466.0, 9469.0, 9457.0, 9451.0, 9437.0, 9444.0, 9416.0, 9445.0, 9433.0, 9445.0, 9432.0, 9442.0, 9433.0, 9451.0, 9454.0, 9476.0, 9468.0, 9474.0, 9476.0, 9455.0, 9481.0, 9480.0, 9481.0, 9525.0, 9505.0, 9481.0, 9483.0, 9480.0, 9466.0, 9451.0, 9430.0, 9424.0, 9423.0, 9422.0, 9415.0, 9423.0, 9390.0, 9398.0, 9383.0, 9376.0, 9374.0, 9375.0, 9377.0, 9378.0, 9376.0, 9380.0, 9383.0, 9404.0, 9418.0, 9443.0, 9430.0, 9435.0, 9449.0, 9450.0, 9454.0, 9469.0, 9463.0, 9455.0, 9463.0, 9455.0, 9444.0, 9456.0, 9456.0, 9478.0, 9470.0, 9462.0, 9460.0, 9462.0, 9452.0, 9455.0, 9455.0, 9453.0, 9460.0, 9463.0, 9453.0, 9438.0, 9458.0, 9467.0, 9442.0, 9432.0, 9432.0, 9430.0, 9381.0, 9430.0, 9435.0, 9436.0, 9431.0, 9450.0, 9407.0, 9434.0, 9430.0, 9428.0, 9429.0, 9427.0, 9407.0, 9423.0, 9407.0, 9426.0, 9405.0, 9425.0, 9408.0, 9417.0, 9431.0, 9414.0, 9432.0, 9409.0, 9449.0, 9429.0, 9433.0, 9432.0, 9436.0, 9428.0, 9430.0, 9427.0, 9429.0, 9429.0, 9432.0, 9432.0, 9448.0, 9435.0, 9432.0, 9405.0, 9452.0, 9451.0, 9429.0, 9431.0, 9433.0, 9416.0, 9429.0, 9420.0, 9431.0, 9428.0, 9451.0, 9456.0, 9457.0, 9435.0, 9455.0, 9433.0, 9409.0, 9424.0, 9415.0, 9428.0, 9430.0, 9428.0, 9431.0, 9413.0, 9412.0, 9425.0, 9409.0, 9428.0, 9427.0, 9431.0, 9414.0, 9403.0, 9423.0, 9412.0, 9429.0, 9445.0, 9450.0, 9452.0, 9432.0, 9432.0, 9433.0, 9431.0, 9429.0, 9430.0, 9432.0, 9427.0, 9430.0, 9414.0, 9410.0, 9407.0, 9406.0, 9423.0, 9422.0, 9424.0, 9416.0, 9426.0, 9401.0, 9410.0, 9407.0, 9408.0, 9423.0, 9423.0, 9428.0, 9427.0, 9431.0, 9428.0, 9428.0, 9424.0, 9429.0, 9427.0, 9408.0, 9407.0, 9424.0, 9406.0, 9428.0, 9427.0, 9429.0, 9429.0, 9423.0, 9446.0, 9456.0, 9454.0, 9440.0, 9433.0, 9448.0, 9476.0, 9452.0, 9469.0, 9449.0, 9436.0, 9435.0, 9432.0, 9430.0, 9413.0, 9447.0, 9450.0, 9433.0, 9423.0, 9411.0, 9409.0, 9404.0, 9407.0, 9422.0, 9409.0, 9411.0, 9390.0, 9407.0, 9406.0, 9408.0, 9421.0, 9429.0, 9426.0, 9426.0, 9428.0, 9425.0, 9422.0, 9411.0, 9431.0, 9450.0, 9454.0, 9433.0, 9431.0, 9429.0, 9447.0, 9431.0, 9449.0, 9431.0, 9428.0, 9409.0, 9408.0, 9421.0, 9425.0, 9428.0, 9435.0, 9455.0, 9426.0, 9438.0, 9438.0, 9455.0, 9444.0, 9434.0, 9433.0, 9430.0, 9426.0, 9448.0, 9429.0, 9429.0, 9411.0, 9433.0, 9435.0, 9416.0, 9413.0, 9425.0, 9408.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.008965097813578824</td></tr>
<tr><td colspan=3>aqi</td><td>0.03902505891829689</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.47437995258062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1135276051612897</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939271965322577</td></tr>
<tr><td colspan=3>efc</td><td>0.464</td></tr>
<tr><td colspan=3>fber</td><td>5868.7236</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09407590159011185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.25776754890679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4397158971096427</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3403656714740615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7172302079434565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2615518119114095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711176</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016584469005465508</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025729326531291008</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.041879774010443</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>39.5127</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1787</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.7354</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303341.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>758.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.4967</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.508</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3485.1011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.039</td></tr>
<tr><td colspan=3>tsnr</td><td>33.47012041695416</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>