ds005256-mriqc/sub-0056_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 4ab051eaec [DATALAD RUNCMD] Compute MRIQC for sub-0056
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0056 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0056",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:40:31 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0056_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0056_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0056_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-04_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>47be45591495d6e63d3224cd123da65c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:56:54.792500</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.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0842085</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d6131cf-c1e1-4e42-8266-a2b0f2d5fa92||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.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [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': ['185654.792500', '185655.252500', '185655.712500', '185656.172500', '185656.632500', '185657.092500', '185657.552500', '185658.012500', '185658.472500', '185658.932500', '185659.392500', '185659.852500', '185700.312500', '185700.772500', '185701.232500', '185701.692500', '185702.152500', '185702.612500', '185703.072500', '185703.532500', '185703.992500', '185704.452500', '185704.912500', '185705.372500', '185705.832500', '185706.292500', '185706.752500', '185707.212500', '185707.672500', '185708.132500', '185708.592500', '185709.052500', '185709.512500', '185709.972500', '185710.432500', '185710.892500', '185711.352500', '185711.812500', '185712.272500', '185712.732500', '185713.192500', '185713.652500', '185714.112500', '185714.572500', '185715.032500', '185715.492500', '185715.952500', '185716.412500', '185716.872500', '185717.332500', '185717.792500', '185718.252500', '185718.712500', '185719.172500', '185719.632500', '185720.092500', '185720.552500', '185721.012500', '185721.472500', '185721.932500', '185722.392500', '185722.852500', '185723.312500', '185723.772500', '185724.232500', '185724.692500', '185725.152500', '185725.612500', '185726.072500', '185726.532500', '185726.992500', '185727.452500', '185727.912500', '185728.372500', '185728.832500', '185729.292500', '185729.752500', '185730.212500', '185730.672500', '185731.132500', '185731.592500', '185732.052500', '185732.512500', '185732.972500', '185733.432500', '185733.892500', '185734.352500', '185734.812500', '185735.272500', '185735.732500', '185736.192500', '185736.652500', '185737.112500', '185737.572500', '185738.032500', '185738.492500', '185738.952500', '185739.412500', '185739.872500', '185740.332500', '185740.792500', '185741.252500', '185741.712500', '185742.172500', '185742.632500', '185743.092500', '185743.552500', '185744.012500', '185744.472500', '185744.932500', '185745.392500', '185745.852500', '185746.312500', '185746.772500', '185747.232500', '185747.692500', '185748.152500', '185748.612500', '185749.072500', '185749.532500', '185749.992500', '185750.452500', '185750.912500', '185751.372500', '185751.832500', '185752.292500', '185752.752500', '185753.212500', '185753.672500', '185754.132500', '185754.592500', '185755.052500', '185755.512500', '185755.972500', '185756.432500', '185756.892500', '185757.352500', '185757.812500', '185758.272500', '185758.732500', '185759.192500', '185759.652500', '185800.112500', '185800.572500', '185801.032500', '185801.492500', '185801.952500', '185802.412500', '185802.872500', '185803.332500', '185803.792500', '185804.252500', '185804.712500', '185805.172500', '185805.632500', '185806.092500', '185806.552500', '185807.012500', '185807.472500', '185807.932500', '185808.392500', '185808.852500', '185809.312500', '185809.772500', '185810.232500', '185810.692500', '185811.152500', '185811.612500', '185812.072500', '185812.532500', '185812.992500', '185813.452500', '185813.912500', '185814.372500', '185814.832500', '185815.292500', '185815.752500', '185816.212500', '185816.672500', '185817.132500', '185817.592500', '185818.052500', '185818.512500', '185818.972500', '185819.432500', '185819.892500', '185820.352500', '185820.812500', '185821.272500', '185821.732500', '185822.192500', '185822.652500', '185823.112500', '185823.572500', '185824.032500', '185824.492500', '185824.952500', '185825.412500', '185825.872500', '185826.332500', '185826.792500', '185827.252500', '185827.712500', '185828.172500', '185828.632500', '185829.092500', '185829.552500', '185830.012500', '185830.472500', '185830.932500', '185831.392500', '185831.852500', '185832.312500', '185832.772500', '185833.232500', '185833.692500', '185834.152500', '185834.612500', '185835.072500', '185835.532500', '185835.992500', '185836.452500', '185836.912500', '185837.372500', '185837.832500', '185838.292500', '185838.752500', '185839.212500', '185839.672500', '185840.132500', '185840.592500', '185841.052500', '185841.512500', '185841.972500', '185842.432500', '185842.892500', '185843.352500', '185843.812500', '185844.272500', '185844.732500', '185845.192500', '185845.652500', '185846.112500', '185846.572500', '185847.032500', '185847.492500', '185847.952500', '185848.412500', '185848.872500', '185849.332500', '185849.792500', '185850.252500', '185850.712500', '185851.172500', '185851.632500', '185852.092500', '185852.552500', '185853.012500', '185853.472500', '185853.932500', '185854.392500', '185854.852500', '185855.312500', '185855.772500', '185856.232500', '185856.692500', '185857.152500', '185857.612500', '185858.072500', '185858.532500', '185858.992500', '185859.452500', '185859.912500', '185900.372500', '185900.832500', '185901.292500', '185901.752500', '185902.212500', '185902.672500', '185903.132500', '185903.592500', '185904.052500', '185904.512500', '185904.972500', '185905.432500', '185905.892500', '185906.352500', '185906.812500', '185907.272500', '185907.732500', '185908.192500', '185908.652500', '185909.112500', '185909.572500', '185910.032500', '185910.492500', '185910.952500', '185911.412500', '185911.872500', '185912.332500', '185912.792500', '185913.252500', '185913.712500', '185914.172500', '185914.632500', '185915.092500', '185915.552500', '185916.012500', '185916.472500', '185916.932500', '185917.392500', '185917.852500', '185918.312500', '185918.772500', '185919.232500', '185919.692500', '185920.152500', '185920.612500', '185921.072500', '185921.532500', '185921.992500', '185922.452500', '185922.912500', '185923.372500', '185923.832500', '185924.292500', '185924.752500', '185925.212500', '185925.672500', '185926.132500', '185926.592500', '185927.052500', '185927.512500', '185927.972500', '185928.432500', '185928.892500', '185929.352500', '185929.812500', '185930.272500', '185930.732500', '185931.192500', '185931.652500', '185932.112500', '185932.572500', '185933.032500', '185933.492500', '185933.952500', '185934.412500', '185934.872500', '185935.332500', '185935.792500', '185936.252500', '185936.712500', '185937.172500', '185937.632500', '185938.092500', '185938.552500', '185939.012500', '185939.472500', '185939.932500', '185940.392500', '185940.852500', '185941.312500', '185941.772500', '185942.232500', '185942.692500', '185943.152500', '185943.612500', '185944.072500', '185944.532500', '185944.992500', '185945.452500', '185945.912500', '185946.372500', '185946.832500', '185947.292500', '185947.752500', '185948.212500', '185948.672500', '185949.132500', '185949.592500', '185950.052500', '185950.512500', '185950.972500', '185951.432500', '185951.892500', '185952.352500', '185952.812500', '185953.272500', '185953.732500', '185954.192500', '185954.652500', '185955.112500', '185955.572500', '185956.032500', '185956.492500', '185956.952500', '185957.412500', '185957.872500', '185958.332500', '185958.792500', '185959.252500', '185959.712500', '190000.172500', '190000.632500', '190001.092500', '190001.552500', '190002.012500', '190002.472500', '190002.932500', '190003.392500', '190003.852500', '190004.312500', '190004.772500', '190005.232500', '190005.692500', '190006.152500', '190006.612500', '190007.072500', '190007.532500', '190007.992500', '190008.452500', '190008.912500', '190009.372500', '190009.832500', '190010.292500', '190010.752500', '190011.212500', '190011.672500', '190012.132500', '190012.592500', '190013.052500', '190013.512500', '190013.972500', '190014.432500', '190014.892500', '190015.352500', '190015.812500', '190016.272500', '190016.732500', '190017.192500', '190017.652500', '190018.112500', '190018.572500', '190019.032500', '190019.492500', '190019.952500', '190020.412500', '190020.872500', '190021.332500', '190021.792500', '190022.252500', '190022.712500', '190023.172500', '190023.632500', '190024.092500', '190024.552500', '190025.012500', '190025.472500', '190025.932500', '190026.392500', '190026.852500', '190027.312500', '190027.772500', '190028.232500', '190028.692500', '190029.152500', '190029.612500', '190030.072500', '190030.532500', '190030.992500', '190031.452500', '190031.912500', '190032.372500', '190032.832500', '190033.292500', '190033.752500', '190034.212500', '190034.672500', '190035.132500', '190035.592500', '190036.052500', '190036.512500', '190036.972500', '190037.432500', '190037.892500', '190038.352500', '190038.812500', '190039.272500', '190039.732500', '190040.192500', '190040.652500', '190041.112500', '190041.572500', '190042.032500', '190042.492500', '190042.952500', '190043.412500', '190043.872500', '190044.332500', '190044.792500', '190045.252500', '190045.712500', '190046.172500', '190046.632500', '190047.092500', '190047.552500', '190048.012500', '190048.472500', '190048.932500', '190049.392500', '190049.852500', '190050.312500', '190050.772500', '190051.232500', '190051.692500', '190052.152500', '190052.612500', '190053.072500', '190053.532500', '190053.992500', '190054.452500', '190054.912500', '190055.372500', '190055.832500', '190056.292500', '190056.752500', '190057.212500', '190057.672500', '190058.132500', '190058.592500', '190059.052500', '190059.512500', '190059.972500', '190100.432500', '190100.892500', '190101.352500', '190101.812500', '190102.272500', '190102.732500', '190103.192500', '190103.652500', '190104.112500', '190104.572500', '190105.032500', '190105.492500', '190105.952500', '190106.412500', '190106.872500', '190107.332500', '190107.792500', '190108.252500', '190108.712500', '190109.172500', '190109.632500', '190110.092500', '190110.552500', '190111.012500', '190111.472500', '190111.932500', '190112.392500', '190112.852500', '190113.312500', '190113.772500', '190114.232500', '190114.692500', '190115.152500', '190115.612500', '190116.072500', '190116.532500', '190116.992500', '190117.452500', '190117.912500', '190118.372500', '190118.832500', '190119.292500', '190119.752500', '190120.212500', '190120.672500', '190121.132500', '190121.592500', '190122.052500', '190122.512500', '190122.972500', '190123.432500', '190123.892500', '190124.352500', '190124.812500', '190125.272500', '190125.732500', '190126.192500', '190126.652500', '190127.112500', '190127.572500', '190128.032500', '190128.492500', '190128.952500', '190129.412500', '190129.872500', '190130.332500', '190130.792500', '190131.252500', '190131.712500', '190132.172500', '190132.632500', '190133.092500', '190133.552500', '190134.012500', '190134.472500', '190134.932500', '190135.392500', '190135.852500', '190136.312500', '190136.772500', '190137.232500', '190137.692500', '190138.152500', '190138.612500', '190139.072500', '190139.532500', '190139.992500', '190140.452500', '190140.912500', '190141.372500', '190141.832500', '190142.292500', '190142.752500', '190143.212500', '190143.672500', '190144.132500', '190144.592500', '190145.052500', '190145.512500', '190145.972500', '190146.432500', '190146.892500', '190147.352500', '190147.812500', '190148.272500', '190148.732500', '190149.192500', '190149.652500', '190150.112500', '190150.572500', '190151.032500', '190151.492500', '190151.952500', '190152.412500', '190152.872500', '190153.332500', '190153.792500', '190154.252500', '190154.712500', '190155.172500', '190155.632500', '190156.092500', '190156.552500', '190157.012500', '190157.472500', '190157.932500', '190158.392500', '190158.852500', '190159.312500', '190159.772500', '190200.232500', '190200.692500', '190201.152500', '190201.612500', '190202.072500', '190202.532500', '190202.992500', '190203.452500', '190203.912500', '190204.372500', '190204.832500', '190205.292500', '190205.752500', '190206.212500', '190206.672500', '190207.132500', '190207.592500', '190208.052500', '190208.512500', '190208.972500', '190209.432500', '190209.892500', '190210.352500', '190210.812500', '190211.272500', '190211.732500', '190212.192500', '190212.652500', '190213.112500', '190213.572500', '190214.032500', '190214.492500', '190214.952500', '190215.412500', '190215.872500', '190216.332500', '190216.792500', '190217.252500', '190217.712500', '190218.172500', '190218.632500', '190219.092500', '190219.552500', '190220.012500', '190220.472500', '190220.932500', '190221.392500', '190221.852500', '190222.312500', '190222.772500', '190223.232500', '190223.692500', '190224.152500', '190224.612500', '190225.072500', '190225.532500', '190225.992500', '190226.452500', '190226.912500', '190227.372500', '190227.832500', '190228.292500', '190228.752500', '190229.212500', '190229.672500', '190230.132500', '190230.592500', '190231.052500', '190231.512500', '190231.972500', '190232.432500', '190232.892500', '190233.352500', '190233.812500', '190234.272500', '190234.732500', '190235.192500', '190235.652500', '190236.112500', '190236.572500', '190237.032500', '190237.492500', '190237.952500', '190238.412500', '190238.872500', '190239.332500', '190239.792500', '190240.252500', '190240.712500', '190241.172500', '190241.632500', '190242.092500', '190242.552500', '190243.012500', '190243.472500', '190243.932500', '190244.392500', '190244.852500', '190245.312500', '190245.772500', '190246.232500', '190246.692500', '190247.152500', '190247.612500', '190248.072500', '190248.532500', '190248.992500', '190249.452500', '190249.912500', '190250.372500', '190250.832500', '190251.292500', '190251.752500', '190252.212500', '190252.672500', '190253.132500', '190253.592500', '190254.052500', '190254.512500', '190254.972500', '190255.432500', '190255.892500', '190256.352500', '190256.812500', '190257.272500', '190257.732500', '190258.192500', '190258.652500', '190259.112500', '190259.572500', '190300.032500', '190300.492500', '190300.952500', '190301.412500', '190301.872500', '190302.332500', '190302.792500', '190303.252500', '190303.712500', '190304.172500', '190304.632500', '190305.092500', '190305.552500', '190306.012500', '190306.472500', '190306.932500', '190307.392500', '190307.852500', '190308.312500', '190308.772500', '190309.232500', '190309.692500', '190310.152500', '190310.612500', '190311.072500', '190311.532500', '190311.992500', '190312.452500', '190312.912500', '190313.372500', '190313.832500', '190314.292500', '190314.752500', '190315.212500', '190315.672500', '190316.132500', '190316.592500', '190317.052500', '190317.512500', '190317.972500', '190318.432500', '190318.892500', '190319.352500', '190319.812500', '190320.272500', '190320.732500', '190321.192500', '190321.652500', '190322.112500', '190322.572500', '190323.032500', '190323.492500', '190323.952500', '190324.412500', '190324.872500', '190325.332500', '190325.792500', '190326.252500', '190326.712500', '190327.172500', '190327.632500', '190328.092500', '190328.552500', '190329.012500', '190329.472500', '190329.932500', '190330.392500', '190330.852500', '190331.312500', '190331.772500', '190332.232500', '190332.692500', '190333.152500', '190333.612500', '190334.072500', '190334.532500', '190334.992500', '190335.452500'], 'ContentTime': ['185716.988000', '185716.991000', '185716.994000', '185716.997000', '185717.000000', '185717.003000', '185717.012000', '185717.015000', '185717.018000', '185717.020000', '185717.023000', '185717.025000', '185717.028000', '185717.031000', '185717.033000', '185717.036000', '185717.039000', '185717.041000', '185717.044000', '185717.046000', '185717.049000', '185717.052000', '185717.054000', '185717.057000', '185717.060000', '185717.062000', '185717.065000', '185717.067000', '185717.070000', '185717.073000', '185717.085000', '185717.087000', '185717.090000', '185717.093000', '185717.095000', '185717.098000', '185717.100000', '185717.103000', '185717.106000', '185717.108000', '185717.111000', '185717.113000', '185717.116000', '185717.119000', '185717.121000', '185736.955000', '185736.958000', '185736.961000', '185736.964000', '185736.966000', '185736.969000', '185736.971000', '185736.974000', '185736.976000', '185736.979000', '185736.982000', '185736.984000', '185736.987000', '185736.989000', '185736.992000', '185736.995000', '185736.997000', '185737.001000', '185737.004000', '185737.006000', '185737.009000', '185737.011000', '185737.014000', '185737.016000', '185737.019000', '185737.022000', '185737.024000', '185737.027000', '185737.029000', '185737.032000', '185737.035000', '185737.037000', '185737.040000', '185737.042000', '185737.045000', '185737.048000', '185737.050000', '185737.053000', '185737.055000', '185737.058000', '185737.060000', '185737.063000', '185737.066000', '185737.072000', '185756.955000', '185756.967000', '185756.969000', '185756.972000', '185756.975000', '185756.977000', '185756.980000', '185756.982000', '185756.985000', '185756.988000', '185756.991000', '185756.994000', '185756.997000', '185757.000000', '185757.003000', '185757.006000', '185757.008000', '185757.011000', '185757.014000', '185757.016000', '185757.019000', '185757.021000', '185757.024000', '185757.027000', '185757.029000', '185757.032000', '185757.034000', '185757.037000', '185757.040000', '185757.042000', '185757.045000', '185757.047000', '185757.050000', '185757.053000', '185757.055000', '185757.058000', '185757.061000', '185757.063000', '185757.066000', '185757.069000', '185757.071000', '185757.074000', '185757.076000', '185816.955000', '185816.959000', '185816.961000', '185816.964000', '185816.966000', '185816.969000', '185816.972000', '185816.974000', '185816.988000', '185816.991000', '185816.994000', '185816.996000', '185817.000000', '185817.002000', '185817.005000', '185817.007000', '185817.010000', '185817.013000', '185817.015000', '185817.018000', '185817.021000', '185817.023000', '185817.026000', '185817.029000', '185817.031000', '185817.034000', '185817.036000', '185817.039000', '185817.042000', '185817.044000', '185817.047000', '185817.050000', '185817.052000', '185817.055000', '185817.058000', '185817.060000', '185817.063000', '185817.065000', '185817.068000', '185817.071000', '185817.073000', '185817.076000', '185817.078000', '185817.081000', '185836.955000', '185836.958000', '185836.961000', '185836.964000', '185836.966000', '185836.969000', '185836.971000', '185836.974000', '185836.977000', '185836.979000', '185836.982000', '185836.984000', '185836.987000', '185836.990000', '185836.992000', '185836.995000', '185836.997000', '185837.001000', '185837.003000', '185837.007000', '185837.009000', '185837.012000', '185837.014000', '185837.017000', '185837.019000', '185837.023000', '185837.026000', '185837.028000', '185837.031000', '185837.034000', '185837.036000', '185837.039000', '185837.041000', '185837.044000', '185837.046000', '185837.049000', '185837.052000', '185837.054000', '185837.057000', '185837.064000', '185837.066000', '185837.069000', '185837.071000', '185856.955000', '185856.958000', '185856.961000', '185856.963000', '185856.966000', '185856.969000', '185856.971000', '185856.974000', '185856.977000', '185856.979000', '185856.982000', '185856.984000', '185856.987000', '185856.990000', '185856.992000', '185856.995000', '185856.998000', '185857.001000', '185857.004000', '185857.006000', '185857.009000', '185857.012000', '185857.014000', '185857.017000', '185857.020000', '185857.022000', '185857.025000', '185857.027000', '185857.030000', '185857.033000', '185857.035000', '185857.038000', '185857.040000', '185857.043000', '185857.046000', '185857.048000', '185857.051000', '185857.053000', '185857.056000', '185857.059000', '185857.061000', '185857.064000', '185857.067000', '185857.069000', '185916.955000', '185916.958000', '185916.961000', '185916.964000', '185916.967000', '185916.969000', '185916.972000', '185916.975000', '185916.977000', '185916.980000', '185916.983000', '185916.985000', '185916.988000', '185916.990000', '185916.993000', '185916.995000', '185916.998000', '185917.002000', '185917.004000', '185917.007000', '185917.009000', '185917.013000', '185917.016000', '185917.019000', '185917.023000', '185917.026000', '185917.028000', '185917.031000', '185917.033000', '185917.036000', '185917.039000', '185917.041000', '185917.044000', '185917.047000', '185917.049000', '185917.052000', '185917.054000', '185917.057000', '185917.060000', '185917.062000', '185917.065000', '185917.067000', '185917.070000', '185936.955000', '185936.958000', '185936.961000', '185936.964000', '185936.966000', '185936.969000', '185936.971000', '185936.974000', '185936.977000', '185936.979000', '185936.982000', '185936.984000', '185936.987000', '185936.990000', '185936.992000', '185936.995000', '185936.998000', '185937.001000', '185937.004000', '185937.015000', '185937.017000', '185937.020000', '185937.022000', '185937.025000', '185937.028000', '185937.030000', '185937.033000', '185937.035000', '185937.038000', '185937.041000', '185937.043000', '185937.046000', '185937.048000', '185937.051000', '185937.053000', '185937.056000', '185937.059000', '185937.061000', '185937.064000', '185937.067000', '185937.069000', '185937.072000', '185937.074000', '185937.077000', '185956.955000', '185956.959000', '185956.961000', '185956.964000', '185956.966000', '185956.969000', '185956.972000', '185956.974000', '185956.977000', '185956.979000', '185956.982000', '185956.984000', '185956.987000', '185956.990000', '185956.992000', '185956.995000', '185956.997000', '185957.001000', '185957.016000', '185957.018000', '185957.021000', '185957.023000', '185957.026000', '185957.029000', '185957.031000', '185957.034000', '185957.036000', '185957.039000', '185957.042000', '185957.045000', '185957.048000', '185957.052000', '185957.054000', '185957.057000', '185957.059000', '185957.063000', '185957.066000', '185957.068000', '185957.071000', '185957.074000', '185957.076000', '185957.079000', '185957.081000', '190016.955000', '190016.958000', '190016.961000', '190016.964000', '190016.967000', '190016.969000', '190016.972000', '190016.974000', '190016.977000', '190016.979000', '190016.982000', '190016.985000', '190016.987000', '190016.990000', '190016.993000', '190016.995000', '190016.998000', '190017.001000', '190017.004000', '190017.007000', '190017.009000', '190017.012000', '190017.015000', '190017.017000', '190017.020000', '190017.022000', '190017.025000', '190017.028000', '190017.030000', '190017.033000', '190017.036000', '190017.038000', '190017.041000', '190017.043000', '190017.046000', '190017.049000', '190017.051000', '190017.054000', '190017.056000', '190017.059000', '190017.062000', '190017.064000', '190017.067000', '190017.070000', '190036.956000', '190036.958000', '190036.961000', '190036.963000', '190036.966000', '190036.969000', '190036.971000', '190036.974000', '190036.977000', '190036.979000', '190036.982000', '190036.984000', '190036.987000', '190036.990000', '190036.992000', '190036.995000', '190036.997000', '190037.001000', '190037.004000', '190037.006000', '190037.009000', '190037.011000', '190037.014000', '190037.017000', '190037.019000', '190037.022000', '190037.024000', '190037.027000', '190037.030000', '190037.032000', '190037.035000', '190037.037000', '190037.040000', '190037.043000', '190037.045000', '190037.048000', '190037.051000', '190037.053000', '190037.056000', '190037.058000', '190037.061000', '190037.064000', '190037.066000', '190056.956000', '190056.959000', '190056.961000', '190056.964000', '190056.966000', '190056.969000', '190056.972000', '190056.974000', '190056.977000', '190056.983000', '190056.986000', '190056.988000', '190056.991000', '190056.994000', '190056.996000', '190057.000000', '190057.002000', '190057.005000', '190057.008000', '190057.011000', '190057.013000', '190057.016000', '190057.018000', '190057.021000', '190057.024000', '190057.026000', '190057.029000', '190057.032000', '190057.034000', '190057.037000', '190057.040000', '190057.042000', '190057.045000', '190057.048000', '190057.050000', '190057.053000', '190057.055000', '190057.058000', '190057.061000', '190057.063000', '190057.066000', '190057.068000', '190057.071000', '190057.074000', '190116.955000', '190116.958000', '190116.961000', '190116.964000', '190116.966000', '190116.969000', '190116.972000', '190116.974000', '190116.977000', '190116.979000', '190116.982000', '190116.985000', '190116.987000', '190116.990000', '190116.993000', '190116.995000', '190116.998000', '190117.001000', '190117.004000', '190117.007000', '190117.009000', '190117.012000', '190117.014000', '190117.017000', '190117.020000', '190117.022000', '190117.025000', '190117.028000', '190117.030000', '190117.033000', '190117.035000', '190117.038000', '190117.041000', '190117.043000', '190117.046000', '190117.048000', '190117.051000', '190117.054000', '190117.056000', '190117.059000', '190117.062000', '190117.064000', '190117.067000', '190136.955000', '190136.958000', '190136.961000', '190136.963000', '190136.966000', '190136.969000', '190136.972000', '190136.974000', '190136.977000', '190136.979000', '190136.982000', '190136.985000', '190136.987000', '190136.990000', '190136.993000', '190136.995000', '190136.998000', '190137.002000', '190137.004000', '190137.007000', '190137.009000', '190137.012000', '190137.014000', '190137.017000', '190137.020000', '190137.022000', '190137.025000', '190137.028000', '190137.030000', '190137.033000', '190137.036000', '190137.038000', '190137.041000', '190137.043000', '190137.046000', '190137.049000', '190137.051000', '190137.054000', '190137.056000', '190137.059000', '190137.062000', '190137.064000', '190137.067000', '190137.069000', '190156.956000', '190156.958000', '190156.961000', '190156.964000', '190156.966000', '190156.969000', '190156.972000', '190156.974000', '190156.977000', '190156.979000', '190156.982000', '190156.985000', '190156.987000', '190156.990000', '190156.993000', '190156.995000', '190156.998000', '190157.001000', '190157.004000', '190157.007000', '190157.009000', '190157.012000', '190157.015000', '190157.017000', '190157.020000', '190157.022000', '190157.025000', '190157.028000', '190157.030000', '190157.033000', '190157.036000', '190157.038000', '190157.041000', '190157.043000', '190157.046000', '190157.049000', '190157.051000', '190157.054000', '190157.057000', '190157.059000', '190157.062000', '190157.065000', '190157.067000', '190216.956000', '190216.959000', '190216.962000', '190216.964000', '190216.967000', '190216.969000', '190216.972000', '190216.975000', '190216.977000', '190216.980000', '190216.983000', '190216.985000', '190216.988000', '190216.990000', '190216.993000', '190216.996000', '190216.998000', '190217.002000', '190217.004000', '190217.007000', '190217.010000', '190217.012000', '190217.015000', '190217.018000', '190217.020000', '190217.023000', '190217.025000', '190217.028000', '190217.031000', '190217.033000', '190217.036000', '190217.039000', '190217.041000', '190217.044000', '190217.047000', '190217.049000', '190217.052000', '190217.054000', '190217.057000', '190217.060000', '190217.062000', '190217.065000', '190217.068000', '190217.070000', '190236.955000', '190236.958000', '190236.961000', '190236.964000', '190236.966000', '190236.969000', '190236.972000', '190236.974000', '190236.977000', '190236.980000', '190236.982000', '190236.985000', '190236.987000', '190236.990000', '190236.992000', '190236.995000', '190236.998000', '190237.001000', '190237.004000', '190237.006000', '190237.009000', '190237.012000', '190237.014000', '190237.017000', '190237.020000', '190237.022000', '190237.025000', '190237.028000', '190237.030000', '190237.033000', '190237.035000', '190237.038000', '190237.041000', '190237.043000', '190237.046000', '190237.049000', '190237.051000', '190237.054000', '190237.056000', '190237.059000', '190237.062000', '190237.064000', '190237.067000', '190256.956000', '190256.958000', '190256.961000', '190256.964000', '190256.967000', '190256.969000', '190256.972000', '190256.974000', '190256.977000', '190256.979000', '190256.993000', '190256.995000', '190256.998000', '190257.002000', '190257.004000', '190257.007000', '190257.009000', '190257.012000', '190257.015000', '190257.017000', '190257.020000', '190257.023000', '190257.025000', '190257.029000', '190257.032000', '190257.035000', '190257.037000', '190257.040000', '190257.042000', '190257.045000', '190257.048000', '190257.050000', '190257.053000', '190257.055000', '190257.058000', '190257.061000', '190257.063000', '190257.066000', '190257.069000', '190257.071000', '190257.074000', '190257.077000', '190257.079000', '190257.082000', '190316.955000', '190316.958000', '190316.961000', '190316.964000', '190316.966000', '190316.969000', '190316.971000', '190316.974000', '190316.977000', '190316.979000', '190316.982000', '190316.985000', '190316.987000', '190316.990000', '190316.992000', '190316.995000', '190316.998000', '190317.001000', '190317.004000', '190317.006000', '190317.009000', '190317.012000', '190317.014000', '190317.017000', '190317.020000', '190317.022000', '190317.025000', '190317.027000', '190317.030000', '190317.033000', '190317.035000', '190317.038000', '190317.041000', '190317.043000', '190317.046000', '190317.048000', '190317.051000', '190317.054000', '190317.056000', '190317.059000', '190317.061000', '190317.064000', '190317.067000', '190336.881000', '190336.884000', '190336.887000', '190336.889000', '190336.892000', '190336.895000', '190336.897000', '190336.900000', '190336.903000', '190336.906000', '190336.909000', '190336.913000', '190336.919000', '190336.922000', '190336.925000', '190336.929000', '190336.931000', '190336.937000', '190336.940000', '190336.943000', '190336.946000', '190336.949000', '190336.951000', '190336.954000', '190336.957000', '190336.960000', '190336.963000', '190336.966000', '190336.969000', '190336.972000', '190336.975000', '190336.978000', '190336.980000', '190336.983000', '190336.986000', '190336.989000', '190336.992000', '190336.994000', '190336.997000', '190337.001000', '190337.004000', '190337.007000', '190337.011000', '190337.013000'], 'InstanceCreationTime': ['185716.988000', '185716.991000', '185716.994000', '185716.997000', '185717.000000', '185717.003000', '185717.012000', '185717.015000', '185717.018000', '185717.020000', '185717.023000', '185717.025000', '185717.028000', '185717.031000', '185717.033000', '185717.036000', '185717.039000', '185717.041000', '185717.044000', '185717.046000', '185717.049000', '185717.052000', '185717.054000', '185717.057000', '185717.060000', '185717.062000', '185717.065000', '185717.067000', '185717.070000', '185717.073000', '185717.085000', '185717.087000', '185717.090000', '185717.093000', '185717.095000', '185717.098000', '185717.100000', '185717.103000', '185717.106000', '185717.108000', '185717.111000', '185717.113000', '185717.116000', '185717.119000', '185717.121000', '185736.955000', '185736.958000', '185736.961000', '185736.964000', '185736.966000', '185736.969000', '185736.971000', '185736.974000', '185736.976000', '185736.979000', '185736.982000', '185736.984000', '185736.987000', '185736.989000', '185736.992000', '185736.995000', '185736.997000', '185737.001000', '185737.004000', '185737.006000', '185737.009000', '185737.011000', '185737.014000', '185737.016000', '185737.019000', '185737.022000', '185737.024000', '185737.027000', '185737.029000', '185737.032000', '185737.035000', '185737.037000', '185737.040000', '185737.042000', '185737.045000', '185737.048000', '185737.050000', '185737.053000', '185737.055000', '185737.058000', '185737.060000', '185737.063000', '185737.066000', '185737.072000', '185756.955000', '185756.967000', '185756.969000', '185756.972000', '185756.975000', '185756.977000', '185756.980000', '185756.982000', '185756.985000', '185756.988000', '185756.991000', '185756.994000', '185756.997000', '185757.000000', '185757.003000', '185757.006000', '185757.008000', '185757.011000', '185757.014000', '185757.016000', '185757.019000', '185757.021000', '185757.024000', '185757.027000', '185757.029000', '185757.032000', '185757.034000', '185757.037000', '185757.040000', '185757.042000', '185757.045000', '185757.047000', '185757.050000', '185757.053000', '185757.055000', '185757.058000', '185757.061000', '185757.063000', '185757.066000', '185757.069000', '185757.071000', '185757.074000', '185757.076000', '185816.955000', '185816.959000', '185816.961000', '185816.964000', '185816.966000', '185816.969000', '185816.972000', '185816.974000', '185816.988000', '185816.991000', '185816.994000', '185816.996000', '185817.000000', '185817.002000', '185817.005000', '185817.007000', '185817.010000', '185817.013000', '185817.015000', '185817.018000', '185817.021000', '185817.023000', '185817.026000', '185817.029000', '185817.031000', '185817.034000', '185817.036000', '185817.039000', '185817.042000', '185817.044000', '185817.047000', '185817.050000', '185817.052000', '185817.055000', '185817.058000', '185817.060000', '185817.063000', '185817.065000', '185817.068000', '185817.071000', '185817.073000', '185817.076000', '185817.078000', '185817.081000', '185836.955000', '185836.958000', '185836.961000', '185836.964000', '185836.966000', '185836.969000', '185836.971000', '185836.974000', '185836.977000', '185836.979000', '185836.982000', '185836.984000', '185836.987000', '185836.990000', '185836.992000', '185836.995000', '185836.997000', '185837.001000', '185837.003000', '185837.007000', '185837.009000', '185837.012000', '185837.014000', '185837.017000', '185837.019000', '185837.023000', '185837.026000', '185837.028000', '185837.031000', '185837.034000', '185837.036000', '185837.039000', '185837.041000', '185837.044000', '185837.046000', '185837.049000', '185837.052000', '185837.054000', '185837.057000', '185837.064000', '185837.066000', '185837.069000', '185837.071000', '185856.955000', '185856.958000', '185856.961000', '185856.963000', '185856.966000', '185856.969000', '185856.971000', '185856.974000', '185856.977000', '185856.979000', '185856.982000', '185856.984000', '185856.987000', '185856.990000', '185856.992000', '185856.995000', '185856.998000', '185857.001000', '185857.004000', '185857.006000', '185857.009000', '185857.012000', '185857.014000', '185857.017000', '185857.020000', '185857.022000', '185857.025000', '185857.027000', '185857.030000', '185857.033000', '185857.035000', '185857.038000', '185857.040000', '185857.043000', '185857.046000', '185857.048000', '185857.051000', '185857.053000', '185857.056000', '185857.059000', '185857.061000', '185857.064000', '185857.067000', '185857.069000', '185916.955000', '185916.958000', '185916.961000', '185916.964000', '185916.967000', '185916.969000', '185916.972000', '185916.975000', '185916.977000', '185916.980000', '185916.983000', '185916.985000', '185916.988000', '185916.990000', '185916.993000', '185916.995000', '185916.998000', '185917.002000', '185917.004000', '185917.007000', '185917.009000', '185917.013000', '185917.016000', '185917.019000', '185917.023000', '185917.026000', '185917.028000', '185917.031000', '185917.033000', '185917.036000', '185917.039000', '185917.041000', '185917.044000', '185917.047000', '185917.049000', '185917.052000', '185917.054000', '185917.057000', '185917.060000', '185917.062000', '185917.065000', '185917.067000', '185917.070000', '185936.955000', '185936.958000', '185936.961000', '185936.964000', '185936.966000', '185936.969000', '185936.971000', '185936.974000', '185936.977000', '185936.979000', '185936.982000', '185936.984000', '185936.987000', '185936.990000', '185936.992000', '185936.995000', '185936.998000', '185937.001000', '185937.004000', '185937.015000', '185937.017000', '185937.020000', '185937.022000', '185937.025000', '185937.028000', '185937.030000', '185937.033000', '185937.035000', '185937.038000', '185937.041000', '185937.043000', '185937.046000', '185937.048000', '185937.051000', '185937.053000', '185937.056000', '185937.059000', '185937.061000', '185937.064000', '185937.067000', '185937.069000', '185937.072000', '185937.074000', '185937.077000', '185956.955000', '185956.959000', '185956.961000', '185956.964000', '185956.966000', '185956.969000', '185956.972000', '185956.974000', '185956.977000', '185956.979000', '185956.982000', '185956.984000', '185956.987000', '185956.990000', '185956.992000', '185956.995000', '185956.997000', '185957.001000', '185957.016000', '185957.018000', '185957.021000', '185957.023000', '185957.026000', '185957.029000', '185957.031000', '185957.034000', '185957.036000', '185957.039000', '185957.042000', '185957.045000', '185957.048000', '185957.052000', '185957.054000', '185957.057000', '185957.059000', '185957.063000', '185957.066000', '185957.068000', '185957.071000', '185957.074000', '185957.076000', '185957.079000', '185957.081000', '190016.955000', '190016.958000', '190016.961000', '190016.964000', '190016.967000', '190016.969000', '190016.972000', '190016.974000', '190016.977000', '190016.979000', '190016.982000', '190016.985000', '190016.987000', '190016.990000', '190016.993000', '190016.995000', '190016.998000', '190017.001000', '190017.004000', '190017.007000', '190017.009000', '190017.012000', '190017.015000', '190017.017000', '190017.020000', '190017.022000', '190017.025000', '190017.028000', '190017.030000', '190017.033000', '190017.036000', '190017.038000', '190017.041000', '190017.043000', '190017.046000', '190017.049000', '190017.051000', '190017.054000', '190017.056000', '190017.059000', '190017.062000', '190017.064000', '190017.067000', '190017.070000', '190036.956000', '190036.958000', '190036.961000', '190036.963000', '190036.966000', '190036.969000', '190036.971000', '190036.974000', '190036.977000', '190036.979000', '190036.982000', '190036.984000', '190036.987000', '190036.990000', '190036.992000', '190036.995000', '190036.997000', '190037.001000', '190037.004000', '190037.006000', '190037.009000', '190037.011000', '190037.014000', '190037.017000', '190037.019000', '190037.022000', '190037.024000', '190037.027000', '190037.030000', '190037.032000', '190037.035000', '190037.037000', '190037.040000', '190037.043000', '190037.045000', '190037.048000', '190037.051000', '190037.053000', '190037.056000', '190037.058000', '190037.061000', '190037.064000', '190037.066000', '190056.956000', '190056.959000', '190056.961000', '190056.964000', '190056.966000', '190056.969000', '190056.972000', '190056.974000', '190056.977000', '190056.983000', '190056.986000', '190056.988000', '190056.991000', '190056.994000', '190056.996000', '190057.000000', '190057.002000', '190057.005000', '190057.008000', '190057.011000', '190057.013000', '190057.016000', '190057.018000', '190057.021000', '190057.024000', '190057.026000', '190057.029000', '190057.032000', '190057.034000', '190057.037000', '190057.040000', '190057.042000', '190057.045000', '190057.048000', '190057.050000', '190057.053000', '190057.055000', '190057.058000', '190057.061000', '190057.063000', '190057.066000', '190057.068000', '190057.071000', '190057.074000', '190116.955000', '190116.958000', '190116.961000', '190116.964000', '190116.966000', '190116.969000', '190116.972000', '190116.974000', '190116.977000', '190116.979000', '190116.982000', '190116.985000', '190116.987000', '190116.990000', '190116.993000', '190116.995000', '190116.998000', '190117.001000', '190117.004000', '190117.007000', '190117.009000', '190117.012000', '190117.014000', '190117.017000', '190117.020000', '190117.022000', '190117.025000', '190117.028000', '190117.030000', '190117.033000', '190117.035000', '190117.038000', '190117.041000', '190117.043000', '190117.046000', '190117.048000', '190117.051000', '190117.054000', '190117.056000', '190117.059000', '190117.062000', '190117.064000', '190117.067000', '190136.955000', '190136.958000', '190136.961000', '190136.963000', '190136.966000', '190136.969000', '190136.972000', '190136.974000', '190136.977000', '190136.979000', '190136.982000', '190136.985000', '190136.987000', '190136.990000', '190136.993000', '190136.995000', '190136.998000', '190137.002000', '190137.004000', '190137.007000', '190137.009000', '190137.012000', '190137.014000', '190137.017000', '190137.020000', '190137.022000', '190137.025000', '190137.028000', '190137.030000', '190137.033000', '190137.036000', '190137.038000', '190137.041000', '190137.043000', '190137.046000', '190137.049000', '190137.051000', '190137.054000', '190137.056000', '190137.059000', '190137.062000', '190137.064000', '190137.067000', '190137.069000', '190156.956000', '190156.958000', '190156.961000', '190156.964000', '190156.966000', '190156.969000', '190156.972000', '190156.974000', '190156.977000', '190156.979000', '190156.982000', '190156.985000', '190156.987000', '190156.990000', '190156.993000', '190156.995000', '190156.998000', '190157.001000', '190157.004000', '190157.007000', '190157.009000', '190157.012000', '190157.015000', '190157.017000', '190157.020000', '190157.022000', '190157.025000', '190157.028000', '190157.030000', '190157.033000', '190157.036000', '190157.038000', '190157.041000', '190157.043000', '190157.046000', '190157.049000', '190157.051000', '190157.054000', '190157.057000', '190157.059000', '190157.062000', '190157.065000', '190157.067000', '190216.956000', '190216.959000', '190216.962000', '190216.964000', '190216.967000', '190216.969000', '190216.972000', '190216.975000', '190216.977000', '190216.980000', '190216.983000', '190216.985000', '190216.988000', '190216.990000', '190216.993000', '190216.996000', '190216.998000', '190217.002000', '190217.004000', '190217.007000', '190217.010000', '190217.012000', '190217.015000', '190217.018000', '190217.020000', '190217.023000', '190217.025000', '190217.028000', '190217.031000', '190217.033000', '190217.036000', '190217.039000', '190217.041000', '190217.044000', '190217.047000', '190217.049000', '190217.052000', '190217.054000', '190217.057000', '190217.060000', '190217.062000', '190217.065000', '190217.068000', '190217.070000', '190236.955000', '190236.958000', '190236.961000', '190236.964000', '190236.966000', '190236.969000', '190236.972000', '190236.974000', '190236.977000', '190236.980000', '190236.982000', '190236.985000', '190236.987000', '190236.990000', '190236.992000', '190236.995000', '190236.998000', '190237.001000', '190237.004000', '190237.006000', '190237.009000', '190237.012000', '190237.014000', '190237.017000', '190237.020000', '190237.022000', '190237.025000', '190237.028000', '190237.030000', '190237.033000', '190237.035000', '190237.038000', '190237.041000', '190237.043000', '190237.046000', '190237.049000', '190237.051000', '190237.054000', '190237.056000', '190237.059000', '190237.062000', '190237.064000', '190237.067000', '190256.956000', '190256.958000', '190256.961000', '190256.964000', '190256.967000', '190256.969000', '190256.972000', '190256.974000', '190256.977000', '190256.979000', '190256.993000', '190256.995000', '190256.998000', '190257.002000', '190257.004000', '190257.007000', '190257.009000', '190257.012000', '190257.015000', '190257.017000', '190257.020000', '190257.023000', '190257.025000', '190257.029000', '190257.032000', '190257.035000', '190257.037000', '190257.040000', '190257.042000', '190257.045000', '190257.048000', '190257.050000', '190257.053000', '190257.055000', '190257.058000', '190257.061000', '190257.063000', '190257.066000', '190257.069000', '190257.071000', '190257.074000', '190257.077000', '190257.079000', '190257.082000', '190316.955000', '190316.958000', '190316.961000', '190316.964000', '190316.966000', '190316.969000', '190316.971000', '190316.974000', '190316.977000', '190316.979000', '190316.982000', '190316.985000', '190316.987000', '190316.990000', '190316.992000', '190316.995000', '190316.998000', '190317.001000', '190317.004000', '190317.006000', '190317.009000', '190317.012000', '190317.014000', '190317.017000', '190317.020000', '190317.022000', '190317.025000', '190317.027000', '190317.030000', '190317.033000', '190317.035000', '190317.038000', '190317.041000', '190317.043000', '190317.046000', '190317.048000', '190317.051000', '190317.054000', '190317.056000', '190317.059000', '190317.061000', '190317.064000', '190317.067000', '190336.881000', '190336.884000', '190336.887000', '190336.889000', '190336.892000', '190336.895000', '190336.897000', '190336.900000', '190336.903000', '190336.906000', '190336.909000', '190336.913000', '190336.919000', '190336.922000', '190336.925000', '190336.929000', '190336.931000', '190336.937000', '190336.940000', '190336.943000', '190336.946000', '190336.949000', '190336.951000', '190336.954000', '190336.957000', '190336.960000', '190336.963000', '190336.966000', '190336.969000', '190336.972000', '190336.975000', '190336.978000', '190336.980000', '190336.983000', '190336.986000', '190336.989000', '190336.992000', '190336.994000', '190336.997000', '190337.001000', '190337.004000', '190337.007000', '190337.011000', '190337.013000'], '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': [6785, 8388, 6773, 7775, 6405, 6502, 8086, 6537, 7278, 6609, 7662, 6577, 7453, 6583, 7262, 6494, 6668, 6534, 6364, 6305, 6856, 6183, 6786, 6416, 6716, 7875, 6682, 7201, 6514, 6282, 6792, 6459, 6712, 6028, 6132, 6454, 7501, 6739, 8023, 6861, 7238, 6785, 6483, 6386, 6129, 6391, 7144, 7318, 7083, 7387, 6806, 6528, 7100, 6474, 7122, 6576, 6673, 6216, 6504, 6930, 6170, 6945, 7553, 6940, 7209, 6976, 6488, 6901, 6223, 6286, 6197, 6511, 6539, 6194, 7136, 7713, 6804, 8019, 6923, 7761, 7195, 6619, 6597, 6587, 6247, 7003, 6293, 6853, 7254, 6838, 7689, 6834, 6803, 7001, 6696, 6933, 5926, 6333, 6616, 7581, 6765, 7607, 6835, 6930, 6872, 6294, 6454, 6663, 6213, 6618, 7620, 6670, 6741, 6956, 6208, 6644, 5866, 6237, 6664, 6740, 6858, 6980, 6744, 7149, 7027, 6767, 6615, 6258, 6212, 6532, 6732, 6076, 6883, 6659, 6694, 7089, 6516, 6257, 6344, 6898, 7951, 6689, 7657, 6840, 6695, 7059, 6116, 6284, 6202, 6378, 6480, 6225, 6927, 6213, 6837, 7379, 6770, 7509, 7025, 6707, 7105, 6239, 6869, 6343, 6988, 6990, 6540, 7097, 7472, 7024, 6421, 6974, 7138, 6909, 7469, 7137, 7119, 7048, 7355, 7064, 7106, 6958, 6476, 6860, 6277, 6616, 7081, 6197, 6824, 7185, 6949, 6781, 6839, 7450, 7100, 7098, 6975, 6500, 6372, 6065, 6535, 6564, 6194, 7011, 7908, 6801, 7844, 6813, 7077, 6961, 6697, 6976, 6073, 6251, 6808, 6228, 6720, 7559, 6801, 6939, 6842, 6100, 6736, 6084, 6736, 5931, 6238, 6953, 6072, 6888, 6152, 7007, 7692, 7064, 6985, 6518, 6434, 6298, 6961, 6073, 6890, 6794, 6727, 7160, 6960, 7198, 6977, 6242, 6631, 6453, 6533, 6214, 6487, 6708, 6284, 6995, 6798, 6878, 7579, 6856, 7113, 6921, 6226, 7177, 6222, 6700, 6792, 6357, 7006, 6271, 7225, 6516, 7255, 7369, 7118, 7066, 7170, 6783, 7334, 6725, 7046, 6290, 6798, 6215, 6508, 7103, 7373, 7087, 7735, 7039, 7080, 7133, 6802, 7115, 6295, 6495, 6857, 6349, 6929, 6303, 6919, 6741, 7061, 7567, 7044, 7507, 7091, 6551, 6765, 6665, 6557, 7013, 6598, 7220, 6517, 7066, 7387, 7185, 7148, 7155, 6488, 7134, 6152, 6440, 7106, 6266, 7132, 6374, 7034, 7583, 7239, 7542, 7230, 6408, 7204, 6700, 7039, 6240, 6252, 6915, 6427, 7037, 6421, 7159, 7362, 6991, 7564, 7302, 7505, 7302, 6810, 7130, 6452, 6582, 7279, 6589, 7021, 8027, 7067, 7773, 7227, 6368, 7343, 6324, 6781, 7081, 6832, 7133, 6803, 7296, 6854, 7182, 6421, 7076, 6092, 6644, 6064, 6754, 7306, 6407, 7058, 7372, 7072, 7456, 7254, 7147, 7587, 6502, 7274, 6553, 7591, 6862, 6550, 6687, 6831, 6275, 7264, 6386, 6906, 7001, 6861, 6928, 6690, 7145, 6643, 7183, 8078, 7239, 7418, 7307, 6208, 7211, 5968, 6809, 7248, 6223, 6950, 6871, 7011, 7173, 7215, 6839, 7304, 6282, 6632, 7005, 6426, 7239, 7506, 7155, 7482, 7115, 6816, 7178, 6318, 7202, 6022, 6263, 6769, 6265, 7387, 8140, 7073, 6816, 6852, 6265, 6845, 7160, 6457, 6979, 7381, 7161, 7144, 6856, 6516, 6711, 7100, 6102, 6996, 6805, 6904, 6250, 7157, 6875, 7041, 6390, 6226, 6996, 6208, 7110, 8547, 7055, 7701, 6989, 6493, 6542, 7204, 6674, 7291, 7586, 6967, 7411, 7152, 6555, 6971, 6097, 7004, 6904, 6251, 7214, 6202, 7132, 7495, 7360, 7169, 7682, 6299, 7536, 6272, 7182, 7351, 6653, 7349, 7299, 7333, 7520, 7300, 7208, 7351, 6223, 7318, 6186, 6857, 7193, 6488, 7224, 6436, 7213, 6524, 7155, 7006, 7185, 7534, 6879, 7218, 7461, 7218, 7409, 6415, 6856, 6964, 6647, 7198, 6599, 7288, 7623, 7302, 7232, 7350, 6200, 6831, 7172, 6606, 7205, 7737, 7289, 6590, 7253, 6408, 7280, 6021, 6939, 6992, 6542, 7017, 7033, 7121, 7077, 7298, 6810, 7160, 6144, 6472, 6056, 6554, 7300, 6305, 6973, 6188, 7144, 6104, 7196, 6118, 6995, 7551, 7043, 7450, 7076, 7249, 7270, 7350, 6737, 7146, 8379, 7284, 8336, 7288, 7587, 7451, 7040, 7428, 6105, 6809, 6060, 6604, 6177, 6542, 7230, 6828, 7134, 7561, 7155, 7048, 7379, 7047, 7377, 6687, 7268, 6703, 7364, 6554, 7050, 7534, 7191, 7447, 7394, 7311, 7428, 7671, 6471, 7202, 6300, 6744, 7296, 6479, 7374, 7365, 7094, 6999, 7373, 6877, 7686, 6334, 7388, 6283, 6873, 6173, 6730, 7325, 7450, 7267, 7951, 7245, 7289, 7601, 6820, 7459, 6308, 6603, 7159, 6466, 7285, 6575, 7257, 7326, 7257, 6561, 7326, 6817, 7596, 6806, 7379, 7158, 7356, 6877, 7286, 7346, 7250, 7189, 9727, 7354, 8335, 7561, 6513, 6965, 7193, 8139, 7273, 7106, 7283, 6246, 7407, 6196, 7027, 7150, 6688, 7236, 6957, 7109, 6774, 7375, 6895, 7467, 6285, 7074, 6185, 7192, 7476, 6698, 7505, 7434, 7486, 7015, 7560, 7125, 7390, 6629, 7530, 6416, 7358, 6070, 6744, 7220, 6838, 7495, 9317, 7318, 7935, 7419, 7441, 7308, 6624, 7125, 7224, 6528, 7080, 6576, 7337, 7510, 7246, 6992, 6834, 7105, 7426, 6278, 7362, 7033, 7450, 7343, 7385, 7593, 7352, 7188, 7368, 6292, 6772, 6908, 6523, 7337, 6701, 7158, 6523, 7283, 7236, 7246, 6849, 7608, 6651, 7282, 6561, 7452, 6222, 6930, 7352, 6533, 7327, 7480, 7148, 7032, 7565, 6564, 7598, 6138, 6992, 6403, 7374, 7567, 7037, 7449, 7450, 7685, 6968, 7780, 6652, 7712, 6276, 6838, 6200, 7175, 7269, 6823, 7419, 7737, 7521, 7255, 7500, 6583, 7648, 6341, 7340, 6298, 7068, 6354, 7135, 7174, 6600, 7277, 8340, 7291, 7614, 7233, 7397, 7384, 6326, 6729, 7130, 6407, 7303, 6926, 7270, 7048, 7537, 6362, 7481, 6363, 7303, 6206, 6770, 6224, 6809, 6839, 6691, 7321, 8171, 7280, 7822, 7281, 7619, 7615, 6919, 7124, 6447, 7003, 6904, 6738, 7101, 6995, 7190, 7593, 7280, 7508, 7373, 7020, 7340, 6731, 7227, 6418, 7053, 7192, 6953, 7310, 7649, 7236, 7517, 7540, 6762, 7528, 6272, 7021, 6236, 7001, 7401], 'WindowCenter': [3770.0, 3775.0, 3741.0, 3748.0, 3726.0, 3726.0, 3745.0, 3713.0, 3723.0, 3712.0, 3733.0, 3723.0, 3722.0, 3722.0, 3722.0, 3713.0, 3723.0, 3711.0, 3710.0, 3712.0, 3723.0, 3701.0, 3722.0, 3711.0, 3711.0, 3733.0, 3711.0, 3722.0, 3712.0, 3711.0, 3722.0, 3711.0, 3723.0, 3712.0, 3701.0, 3713.0, 3721.0, 3712.0, 3732.0, 3711.0, 3720.0, 3710.0, 3711.0, 3700.0, 3699.0, 3700.0, 3721.0, 3721.0, 3721.0, 3719.0, 3709.0, 3709.0, 3720.0, 3709.0, 3722.0, 3711.0, 3712.0, 3701.0, 3711.0, 3723.0, 3701.0, 3721.0, 3722.0, 3721.0, 3721.0, 3721.0, 3710.0, 3721.0, 3700.0, 3712.0, 3702.0, 3711.0, 3712.0, 3713.0, 3723.0, 3733.0, 3723.0, 3733.0, 3722.0, 3720.0, 3721.0, 3710.0, 3709.0, 3711.0, 3710.0, 3721.0, 3698.0, 3711.0, 3721.0, 3710.0, 3720.0, 3710.0, 3710.0, 3710.0, 3710.0, 3720.0, 3699.0, 3711.0, 3711.0, 3720.0, 3709.0, 3720.0, 3710.0, 3709.0, 3708.0, 3699.0, 3699.0, 3710.0, 3699.0, 3709.0, 3720.0, 3708.0, 3708.0, 3708.0, 3697.0, 3709.0, 3686.0, 3699.0, 3710.0, 3709.0, 3710.0, 3708.0, 3710.0, 3709.0, 3710.0, 3709.0, 3711.0, 3710.0, 3700.0, 3700.0, 3710.0, 3700.0, 3722.0, 3722.0, 3723.0, 3723.0, 3712.0, 3712.0, 3711.0, 3723.0, 3731.0, 3711.0, 3720.0, 3711.0, 3710.0, 3721.0, 3699.0, 3710.0, 3699.0, 3699.0, 3709.0, 3700.0, 3721.0, 3700.0, 3711.0, 3721.0, 3710.0, 3721.0, 3722.0, 3711.0, 3721.0, 3700.0, 3711.0, 3711.0, 3721.0, 3721.0, 3711.0, 3720.0, 3721.0, 3711.0, 3699.0, 3721.0, 3709.0, 3721.0, 3721.0, 3722.0, 3710.0, 3720.0, 3721.0, 3721.0, 3720.0, 3721.0, 3711.0, 3709.0, 3711.0, 3709.0, 3721.0, 3700.0, 3710.0, 3720.0, 3709.0, 3709.0, 3708.0, 3719.0, 3719.0, 3710.0, 3720.0, 3710.0, 3700.0, 3699.0, 3701.0, 3709.0, 3699.0, 3709.0, 3720.0, 3710.0, 3719.0, 3697.0, 3708.0, 3709.0, 3708.0, 3708.0, 3699.0, 3699.0, 3709.0, 3698.0, 3709.0, 3719.0, 3709.0, 3708.0, 3709.0, 3699.0, 3708.0, 3698.0, 3709.0, 3699.0, 3699.0, 3720.0, 3698.0, 3721.0, 3699.0, 3721.0, 3721.0, 3710.0, 3710.0, 3700.0, 3699.0, 3698.0, 3709.0, 3698.0, 3710.0, 3709.0, 3708.0, 3709.0, 3709.0, 3710.0, 3720.0, 3710.0, 3710.0, 3710.0, 3711.0, 3700.0, 3710.0, 3711.0, 3711.0, 3722.0, 3710.0, 3711.0, 3721.0, 3711.0, 3721.0, 3721.0, 3699.0, 3720.0, 3699.0, 3710.0, 3711.0, 3711.0, 3722.0, 3711.0, 3722.0, 3710.0, 3721.0, 3720.0, 3723.0, 3721.0, 3722.0, 3710.0, 3722.0, 3711.0, 3722.0, 3712.0, 3712.0, 3700.0, 3712.0, 3723.0, 3721.0, 3721.0, 3721.0, 3721.0, 3710.0, 3710.0, 3709.0, 3710.0, 3699.0, 3700.0, 3711.0, 3711.0, 3721.0, 3710.0, 3722.0, 3710.0, 3721.0, 3721.0, 3721.0, 3722.0, 3711.0, 3711.0, 3710.0, 3710.0, 3700.0, 3711.0, 3709.0, 3721.0, 3699.0, 3722.0, 3719.0, 3721.0, 3721.0, 3721.0, 3711.0, 3721.0, 3701.0, 3711.0, 3721.0, 3710.0, 3722.0, 3710.0, 3721.0, 3721.0, 3722.0, 3720.0, 3722.0, 3700.0, 3722.0, 3711.0, 3721.0, 3712.0, 3711.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3721.0, 3721.0, 3731.0, 3721.0, 3722.0, 3722.0, 3711.0, 3722.0, 3711.0, 3710.0, 3720.0, 3711.0, 3721.0, 3731.0, 3710.0, 3720.0, 3719.0, 3699.0, 3721.0, 3699.0, 3709.0, 3709.0, 3710.0, 3721.0, 3710.0, 3721.0, 3709.0, 3720.0, 3709.0, 3721.0, 3700.0, 3711.0, 3701.0, 3712.0, 3722.0, 3711.0, 3722.0, 3722.0, 3722.0, 3721.0, 3721.0, 3721.0, 3721.0, 3712.0, 3722.0, 3712.0, 3733.0, 3712.0, 3712.0, 3710.0, 3710.0, 3710.0, 3722.0, 3713.0, 3722.0, 3724.0, 3712.0, 3722.0, 3710.0, 3710.0, 3710.0, 3710.0, 3720.0, 3721.0, 3720.0, 3709.0, 3689.0, 3708.0, 3688.0, 3699.0, 3709.0, 3699.0, 3720.0, 3709.0, 3721.0, 3721.0, 3721.0, 3711.0, 3722.0, 3712.0, 3711.0, 3722.0, 3712.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3711.0, 3721.0, 3711.0, 3722.0, 3701.0, 3712.0, 3711.0, 3712.0, 3723.0, 3732.0, 3721.0, 3711.0, 3712.0, 3711.0, 3711.0, 3721.0, 3710.0, 3721.0, 3721.0, 3721.0, 3711.0, 3711.0, 3699.0, 3710.0, 3710.0, 3699.0, 3711.0, 3711.0, 3722.0, 3712.0, 3722.0, 3723.0, 3735.0, 3714.0, 3713.0, 3736.0, 3714.0, 3724.0, 3744.0, 3722.0, 3733.0, 3723.0, 3712.0, 3711.0, 3722.0, 3711.0, 3722.0, 3721.0, 3723.0, 3722.0, 3711.0, 3700.0, 3722.0, 3700.0, 3720.0, 3722.0, 3711.0, 3722.0, 3700.0, 3721.0, 3721.0, 3722.0, 3721.0, 3721.0, 3700.0, 3721.0, 3699.0, 3710.0, 3722.0, 3711.0, 3721.0, 3721.0, 3721.0, 3719.0, 3721.0, 3720.0, 3720.0, 3689.0, 3720.0, 3699.0, 3710.0, 3721.0, 3711.0, 3721.0, 3711.0, 3720.0, 3699.0, 3722.0, 3721.0, 3721.0, 3722.0, 3711.0, 3722.0, 3721.0, 3721.0, 3722.0, 3699.0, 3710.0, 3710.0, 3710.0, 3721.0, 3710.0, 3721.0, 3720.0, 3721.0, 3721.0, 3720.0, 3699.0, 3710.0, 3721.0, 3709.0, 3720.0, 3720.0, 3720.0, 3709.0, 3720.0, 3699.0, 3720.0, 3699.0, 3721.0, 3711.0, 3711.0, 3722.0, 3711.0, 3722.0, 3720.0, 3722.0, 3710.0, 3722.0, 3702.0, 3711.0, 3701.0, 3710.0, 3721.0, 3711.0, 3722.0, 3701.0, 3723.0, 3701.0, 3723.0, 3702.0, 3723.0, 3734.0, 3724.0, 3723.0, 3724.0, 3723.0, 3722.0, 3723.0, 3712.0, 3722.0, 3732.0, 3721.0, 3731.0, 3720.0, 3720.0, 3719.0, 3709.0, 3720.0, 3698.0, 3709.0, 3699.0, 3711.0, 3700.0, 3700.0, 3721.0, 3710.0, 3721.0, 3721.0, 3720.0, 3710.0, 3721.0, 3710.0, 3721.0, 3710.0, 3721.0, 3711.0, 3719.0, 3700.0, 3711.0, 3720.0, 3710.0, 3720.0, 3709.0, 3709.0, 3709.0, 3720.0, 3699.0, 3720.0, 3700.0, 3709.0, 3720.0, 3699.0, 3721.0, 3719.0, 3720.0, 3710.0, 3721.0, 3710.0, 3720.0, 3700.0, 3722.0, 3711.0, 3711.0, 3701.0, 3711.0, 3722.0, 3721.0, 3722.0, 3731.0, 3721.0, 3721.0, 3721.0, 3710.0, 3721.0, 3711.0, 3710.0, 3721.0, 3701.0, 3721.0, 3709.0, 3720.0, 3721.0, 3722.0, 3711.0, 3723.0, 3712.0, 3734.0, 3723.0, 3734.0, 3724.0, 3734.0, 3723.0, 3723.0, 3723.0, 3722.0, 3723.0, 3743.0, 3720.0, 3731.0, 3721.0, 3699.0, 3709.0, 3710.0, 3719.0, 3709.0, 3709.0, 3709.0, 3698.0, 3720.0, 3700.0, 3710.0, 3710.0, 3709.0, 3721.0, 3710.0, 3721.0, 3710.0, 3722.0, 3721.0, 3722.0, 3712.0, 3722.0, 3701.0, 3722.0, 3722.0, 3711.0, 3721.0, 3722.0, 3722.0, 3722.0, 3734.0, 3722.0, 3734.0, 3723.0, 3732.0, 3709.0, 3735.0, 3713.0, 3724.0, 3734.0, 3712.0, 3723.0, 3743.0, 3721.0, 3732.0, 3722.0, 3721.0, 3720.0, 3710.0, 3711.0, 3721.0, 3700.0, 3721.0, 3710.0, 3720.0, 3721.0, 3721.0, 3711.0, 3711.0, 3710.0, 3721.0, 3711.0, 3732.0, 3722.0, 3733.0, 3722.0, 3722.0, 3733.0, 3723.0, 3711.0, 3722.0, 3700.0, 3711.0, 3710.0, 3700.0, 3710.0, 3710.0, 3710.0, 3699.0, 3720.0, 3721.0, 3722.0, 3710.0, 3722.0, 3711.0, 3721.0, 3711.0, 3722.0, 3701.0, 3722.0, 3721.0, 3710.0, 3722.0, 3722.0, 3711.0, 3711.0, 3722.0, 3710.0, 3721.0, 3700.0, 3711.0, 3701.0, 3721.0, 3721.0, 3711.0, 3721.0, 3721.0, 3722.0, 3711.0, 3721.0, 3711.0, 3721.0, 3700.0, 3710.0, 3701.0, 3711.0, 3721.0, 3710.0, 3722.0, 3722.0, 3733.0, 3722.0, 3721.0, 3711.0, 3733.0, 3712.0, 3723.0, 3713.0, 3724.0, 3714.0, 3725.0, 3725.0, 3725.0, 3736.0, 3745.0, 3735.0, 3734.0, 3723.0, 3734.0, 3734.0, 3711.0, 3712.0, 3723.0, 3712.0, 3723.0, 3722.0, 3723.0, 3722.0, 3733.0, 3713.0, 3723.0, 3712.0, 3733.0, 3713.0, 3722.0, 3713.0, 3724.0, 3724.0, 3723.0, 3735.0, 3744.0, 3735.0, 3734.0, 3724.0, 3733.0, 3723.0, 3722.0, 3722.0, 3712.0, 3722.0, 3712.0, 3712.0, 3722.0, 3711.0, 3721.0, 3721.0, 3722.0, 3721.0, 3721.0, 3711.0, 3722.0, 3712.0, 3722.0, 3711.0, 3722.0, 3722.0, 3721.0, 3721.0, 3721.0, 3721.0, 3710.0, 3721.0, 3711.0, 3721.0, 3700.0, 3711.0, 3700.0, 3711.0, 3722.0], 'WindowWidth': [8502.0, 8496.0, 8441.0, 8446.0, 8412.0, 8410.0, 8432.0, 8386.0, 8397.0, 8381.0, 8409.0, 8397.0, 8394.0, 8396.0, 8395.0, 8385.0, 8397.0, 8381.0, 8378.0, 8382.0, 8397.0, 8368.0, 8397.0, 8380.0, 8380.0, 8409.0, 8380.0, 8394.0, 8381.0, 8379.0, 8394.0, 8378.0, 8397.0, 8383.0, 8366.0, 8384.0, 8393.0, 8380.0, 8405.0, 8379.0, 8388.0, 8375.0, 8377.0, 8363.0, 8360.0, 8361.0, 8391.0, 8390.0, 8391.0, 8387.0, 8374.0, 8372.0, 8389.0, 8373.0, 8394.0, 8378.0, 8380.0, 8366.0, 8379.0, 8396.0, 8366.0, 8393.0, 8393.0, 8391.0, 8391.0, 8391.0, 8376.0, 8391.0, 8364.0, 8381.0, 8368.0, 8379.0, 8383.0, 8384.0, 8398.0, 8411.0, 8398.0, 8409.0, 8394.0, 8390.0, 8391.0, 8375.0, 8375.0, 8380.0, 8375.0, 8391.0, 8356.0, 8377.0, 8390.0, 8376.0, 8389.0, 8375.0, 8374.0, 8376.0, 8374.0, 8389.0, 8361.0, 8377.0, 8379.0, 8387.0, 8373.0, 8387.0, 8374.0, 8372.0, 8371.0, 8359.0, 8358.0, 8374.0, 8358.0, 8371.0, 8387.0, 8371.0, 8369.0, 8369.0, 8355.0, 8372.0, 8340.0, 8358.0, 8375.0, 8373.0, 8374.0, 8371.0, 8375.0, 8371.0, 8376.0, 8373.0, 8379.0, 8375.0, 8363.0, 8362.0, 8376.0, 8363.0, 8396.0, 8394.0, 8398.0, 8399.0, 8383.0, 8382.0, 8380.0, 8397.0, 8406.0, 8378.0, 8389.0, 8376.0, 8375.0, 8390.0, 8359.0, 8374.0, 8360.0, 8360.0, 8373.0, 8362.0, 8390.0, 8362.0, 8380.0, 8391.0, 8377.0, 8391.0, 8393.0, 8377.0, 8392.0, 8362.0, 8377.0, 8378.0, 8392.0, 8390.0, 8377.0, 8390.0, 8390.0, 8376.0, 8358.0, 8391.0, 8374.0, 8392.0, 8390.0, 8393.0, 8376.0, 8389.0, 8391.0, 8391.0, 8388.0, 8391.0, 8379.0, 8373.0, 8378.0, 8373.0, 8391.0, 8362.0, 8375.0, 8389.0, 8374.0, 8371.0, 8370.0, 8385.0, 8386.0, 8374.0, 8388.0, 8374.0, 8361.0, 8359.0, 8362.0, 8373.0, 8360.0, 8373.0, 8387.0, 8374.0, 8384.0, 8353.0, 8367.0, 8372.0, 8368.0, 8370.0, 8358.0, 8358.0, 8371.0, 8355.0, 8372.0, 8384.0, 8373.0, 8368.0, 8371.0, 8357.0, 8370.0, 8356.0, 8371.0, 8359.0, 8359.0, 8389.0, 8358.0, 8391.0, 8359.0, 8391.0, 8389.0, 8376.0, 8374.0, 8360.0, 8358.0, 8357.0, 8371.0, 8356.0, 8374.0, 8372.0, 8371.0, 8371.0, 8374.0, 8375.0, 8389.0, 8374.0, 8376.0, 8377.0, 8377.0, 8364.0, 8377.0, 8378.0, 8379.0, 8395.0, 8376.0, 8377.0, 8391.0, 8379.0, 8390.0, 8391.0, 8361.0, 8388.0, 8361.0, 8377.0, 8379.0, 8378.0, 8395.0, 8377.0, 8393.0, 8377.0, 8393.0, 8390.0, 8397.0, 8392.0, 8396.0, 8377.0, 8396.0, 8380.0, 8395.0, 8383.0, 8380.0, 8365.0, 8381.0, 8396.0, 8391.0, 8391.0, 8390.0, 8391.0, 8376.0, 8375.0, 8371.0, 8376.0, 8359.0, 8362.0, 8378.0, 8378.0, 8391.0, 8377.0, 8395.0, 8377.0, 8392.0, 8390.0, 8391.0, 8393.0, 8377.0, 8376.0, 8374.0, 8374.0, 8361.0, 8378.0, 8373.0, 8390.0, 8360.0, 8392.0, 8387.0, 8390.0, 8391.0, 8391.0, 8376.0, 8391.0, 8364.0, 8379.0, 8392.0, 8376.0, 8392.0, 8376.0, 8391.0, 8391.0, 8392.0, 8388.0, 8392.0, 8362.0, 8394.0, 8379.0, 8393.0, 8381.0, 8379.0, 8395.0, 8378.0, 8393.0, 8380.0, 8394.0, 8392.0, 8393.0, 8406.0, 8393.0, 8393.0, 8394.0, 8377.0, 8393.0, 8379.0, 8375.0, 8389.0, 8377.0, 8391.0, 8403.0, 8376.0, 8388.0, 8385.0, 8357.0, 8389.0, 8359.0, 8371.0, 8374.0, 8374.0, 8391.0, 8374.0, 8391.0, 8373.0, 8389.0, 8374.0, 8392.0, 8364.0, 8378.0, 8366.0, 8381.0, 8395.0, 8378.0, 8395.0, 8393.0, 8394.0, 8391.0, 8392.0, 8391.0, 8391.0, 8379.0, 8394.0, 8380.0, 8410.0, 8382.0, 8381.0, 8377.0, 8375.0, 8377.0, 8396.0, 8384.0, 8396.0, 8399.0, 8381.0, 8392.0, 8376.0, 8374.0, 8374.0, 8375.0, 8388.0, 8388.0, 8387.0, 8371.0, 8344.0, 8369.0, 8342.0, 8358.0, 8371.0, 8358.0, 8390.0, 8373.0, 8391.0, 8390.0, 8391.0, 8378.0, 8394.0, 8381.0, 8378.0, 8393.0, 8380.0, 8392.0, 8391.0, 8393.0, 8392.0, 8392.0, 8376.0, 8391.0, 8377.0, 8394.0, 8366.0, 8380.0, 8379.0, 8381.0, 8396.0, 8407.0, 8392.0, 8378.0, 8380.0, 8379.0, 8376.0, 8392.0, 8376.0, 8392.0, 8390.0, 8392.0, 8377.0, 8376.0, 8359.0, 8373.0, 8373.0, 8358.0, 8377.0, 8377.0, 8396.0, 8380.0, 8397.0, 8399.0, 8416.0, 8389.0, 8387.0, 8419.0, 8387.0, 8400.0, 8427.0, 8396.0, 8409.0, 8395.0, 8383.0, 8378.0, 8392.0, 8377.0, 8392.0, 8392.0, 8396.0, 8393.0, 8377.0, 8361.0, 8392.0, 8363.0, 8389.0, 8395.0, 8378.0, 8392.0, 8363.0, 8392.0, 8392.0, 8393.0, 8390.0, 8392.0, 8362.0, 8390.0, 8360.0, 8375.0, 8393.0, 8376.0, 8391.0, 8389.0, 8390.0, 8385.0, 8388.0, 8386.0, 8387.0, 8344.0, 8388.0, 8359.0, 8375.0, 8392.0, 8376.0, 8390.0, 8376.0, 8389.0, 8360.0, 8392.0, 8392.0, 8391.0, 8393.0, 8379.0, 8392.0, 8391.0, 8390.0, 8392.0, 8360.0, 8374.0, 8374.0, 8374.0, 8391.0, 8375.0, 8392.0, 8389.0, 8390.0, 8389.0, 8388.0, 8360.0, 8376.0, 8390.0, 8372.0, 8386.0, 8387.0, 8388.0, 8371.0, 8387.0, 8359.0, 8387.0, 8359.0, 8390.0, 8377.0, 8378.0, 8396.0, 8378.0, 8393.0, 8389.0, 8394.0, 8377.0, 8395.0, 8368.0, 8377.0, 8364.0, 8376.0, 8391.0, 8379.0, 8393.0, 8366.0, 8397.0, 8367.0, 8399.0, 8370.0, 8400.0, 8414.0, 8402.0, 8399.0, 8402.0, 8398.0, 8395.0, 8399.0, 8379.0, 8394.0, 8406.0, 8391.0, 8403.0, 8389.0, 8388.0, 8385.0, 8372.0, 8388.0, 8357.0, 8371.0, 8361.0, 8376.0, 8362.0, 8361.0, 8391.0, 8377.0, 8391.0, 8390.0, 8389.0, 8375.0, 8392.0, 8376.0, 8392.0, 8376.0, 8392.0, 8377.0, 8386.0, 8361.0, 8377.0, 8389.0, 8374.0, 8387.0, 8371.0, 8371.0, 8372.0, 8388.0, 8358.0, 8387.0, 8361.0, 8372.0, 8387.0, 8360.0, 8389.0, 8386.0, 8389.0, 8374.0, 8390.0, 8375.0, 8390.0, 8362.0, 8393.0, 8379.0, 8378.0, 8365.0, 8378.0, 8395.0, 8390.0, 8392.0, 8404.0, 8390.0, 8389.0, 8390.0, 8374.0, 8392.0, 8378.0, 8376.0, 8391.0, 8362.0, 8390.0, 8373.0, 8389.0, 8390.0, 8393.0, 8379.0, 8396.0, 8383.0, 8414.0, 8397.0, 8415.0, 8400.0, 8413.0, 8398.0, 8398.0, 8398.0, 8394.0, 8396.0, 8422.0, 8388.0, 8402.0, 8388.0, 8358.0, 8370.0, 8374.0, 8383.0, 8370.0, 8369.0, 8372.0, 8356.0, 8388.0, 8361.0, 8373.0, 8374.0, 8372.0, 8390.0, 8374.0, 8392.0, 8376.0, 8393.0, 8390.0, 8394.0, 8380.0, 8393.0, 8366.0, 8393.0, 8394.0, 8379.0, 8393.0, 8393.0, 8394.0, 8392.0, 8412.0, 8394.0, 8412.0, 8396.0, 8409.0, 8376.0, 8415.0, 8384.0, 8399.0, 8413.0, 8382.0, 8397.0, 8422.0, 8393.0, 8406.0, 8392.0, 8391.0, 8388.0, 8375.0, 8376.0, 8389.0, 8361.0, 8392.0, 8376.0, 8389.0, 8389.0, 8392.0, 8377.0, 8379.0, 8375.0, 8391.0, 8379.0, 8409.0, 8395.0, 8412.0, 8396.0, 8394.0, 8409.0, 8396.0, 8377.0, 8392.0, 8362.0, 8376.0, 8375.0, 8360.0, 8373.0, 8375.0, 8374.0, 8358.0, 8388.0, 8389.0, 8391.0, 8375.0, 8392.0, 8376.0, 8391.0, 8379.0, 8393.0, 8364.0, 8395.0, 8392.0, 8376.0, 8395.0, 8392.0, 8378.0, 8376.0, 8392.0, 8375.0, 8391.0, 8363.0, 8376.0, 8363.0, 8390.0, 8390.0, 8376.0, 8391.0, 8390.0, 8393.0, 8376.0, 8391.0, 8377.0, 8390.0, 8362.0, 8376.0, 8365.0, 8378.0, 8392.0, 8376.0, 8394.0, 8393.0, 8409.0, 8393.0, 8391.0, 8377.0, 8409.0, 8381.0, 8396.0, 8384.0, 8402.0, 8386.0, 8403.0, 8404.0, 8403.0, 8418.0, 8429.0, 8416.0, 8413.0, 8398.0, 8413.0, 8413.0, 8380.0, 8380.0, 8396.0, 8381.0, 8395.0, 8395.0, 8396.0, 8394.0, 8409.0, 8383.0, 8398.0, 8381.0, 8412.0, 8384.0, 8397.0, 8386.0, 8400.0, 8401.0, 8399.0, 8415.0, 8425.0, 8415.0, 8413.0, 8398.0, 8409.0, 8396.0, 8394.0, 8394.0, 8381.0, 8394.0, 8380.0, 8379.0, 8394.0, 8379.0, 8392.0, 8392.0, 8393.0, 8391.0, 8391.0, 8377.0, 8394.0, 8379.0, 8393.0, 8377.0, 8394.0, 8395.0, 8391.0, 8391.0, 8390.0, 8390.0, 8374.0, 8391.0, 8376.0, 8391.0, 8363.0, 8376.0, 8362.0, 8377.0, 8392.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.0001493879907621247</td></tr>
<tr><td colspan=3>aqi</td><td>0.014673522863741338</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.16596165485547</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1701618521271684</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.990860521456647</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>7112.5269</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06828277794879249</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11547344110854503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4000313817990775</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348580580369112</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5816469384487406</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2698666265793794</td></tr>
<tr><td colspan=3>gcor</td><td>0.00327299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01102377288043499</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02369656227529049</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7551862124624233</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.3711</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.1968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.7322</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>579.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.7625</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9874</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.1223</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2971.5789</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.2305</td></tr>
<tr><td colspan=3>tsnr</td><td>46.19172824313864</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>