ds005256-mriqc/sub-0060_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_ses-04_task-social_acq-mb8_run-03_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-0060_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-03_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-0060/ses-04/func/sub-0060_ses-04_task-social_acq-mb8_run-03_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>83dced5cbd43d277ce134a3f1e55a58c</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>14:46:52.677500</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.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</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-03_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.0953177</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03fbebad-778e-4d56-a03d-08025a2064f5||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.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['144652.677500', '144653.137500', '144653.597500', '144654.057500', '144654.517500', '144654.977500', '144655.437500', '144655.897500', '144656.357500', '144656.817500', '144657.277500', '144657.737500', '144658.197500', '144658.657500', '144659.117500', '144659.577500', '144700.037500', '144700.497500', '144700.957500', '144701.417500', '144701.877500', '144702.337500', '144702.797500', '144703.257500', '144703.717500', '144704.177500', '144704.637500', '144705.097500', '144705.557500', '144706.017500', '144706.477500', '144706.937500', '144707.397500', '144707.857500', '144708.317500', '144708.777500', '144709.237500', '144709.697500', '144710.157500', '144710.617500', '144711.077500', '144711.537500', '144711.997500', '144712.457500', '144712.917500', '144713.377500', '144713.837500', '144714.297500', '144714.757500', '144715.217500', '144715.677500', '144716.137500', '144716.597500', '144717.057500', '144717.517500', '144717.977500', '144718.437500', '144718.897500', '144719.357500', '144719.817500', '144720.277500', '144720.737500', '144721.197500', '144721.657500', '144722.117500', '144722.577500', '144723.037500', '144723.497500', '144723.957500', '144724.417500', '144724.877500', '144725.337500', '144725.797500', '144726.257500', '144726.717500', '144727.177500', '144727.637500', '144728.097500', '144728.557500', '144729.017500', '144729.477500', '144729.937500', '144730.397500', '144730.857500', '144731.317500', '144731.777500', '144732.237500', '144732.697500', '144733.157500', '144733.617500', '144734.077500', '144734.537500', '144734.997500', '144735.457500', '144735.917500', '144736.377500', '144736.837500', '144737.297500', '144737.757500', '144738.217500', '144738.677500', '144739.137500', '144739.597500', '144740.057500', '144740.517500', '144740.977500', '144741.437500', '144741.897500', '144742.357500', '144742.817500', '144743.277500', '144743.737500', '144744.197500', '144744.657500', '144745.117500', '144745.577500', '144746.037500', '144746.497500', '144746.957500', '144747.417500', '144747.877500', '144748.337500', '144748.797500', '144749.257500', '144749.717500', '144750.177500', '144750.637500', '144751.097500', '144751.557500', '144752.017500', '144752.477500', '144752.937500', '144753.397500', '144753.857500', '144754.317500', '144754.777500', '144755.237500', '144755.697500', '144756.157500', '144756.617500', '144757.077500', '144757.537500', '144757.997500', '144758.457500', '144758.917500', '144759.377500', '144759.837500', '144800.297500', '144800.757500', '144801.217500', '144801.677500', '144802.137500', '144802.597500', '144803.057500', '144803.517500', '144803.977500', '144804.437500', '144804.897500', '144805.357500', '144805.817500', '144806.277500', '144806.737500', '144807.197500', '144807.657500', '144808.117500', '144808.577500', '144809.037500', '144809.497500', '144809.957500', '144810.417500', '144810.877500', '144811.337500', '144811.797500', '144812.257500', '144812.717500', '144813.177500', '144813.637500', '144814.097500', '144814.557500', '144815.017500', '144815.477500', '144815.937500', '144816.397500', '144816.857500', '144817.317500', '144817.777500', '144818.237500', '144818.697500', '144819.157500', '144819.617500', '144820.077500', '144820.537500', '144820.997500', '144821.457500', '144821.917500', '144822.377500', '144822.837500', '144823.297500', '144823.757500', '144824.217500', '144824.677500', '144825.137500', '144825.597500', '144826.057500', '144826.517500', '144826.977500', '144827.437500', '144827.897500', '144828.357500', '144828.817500', '144829.277500', '144829.737500', '144830.197500', '144830.657500', '144831.117500', '144831.577500', '144832.037500', '144832.497500', '144832.957500', '144833.417500', '144833.877500', '144834.337500', '144834.797500', '144835.257500', '144835.717500', '144836.177500', '144836.637500', '144837.097500', '144837.557500', '144838.017500', '144838.477500', '144838.937500', '144839.397500', '144839.857500', '144840.317500', '144840.777500', '144841.237500', '144841.697500', '144842.157500', '144842.617500', '144843.077500', '144843.537500', '144843.997500', '144844.457500', '144844.917500', '144845.377500', '144845.837500', '144846.297500', '144846.757500', '144847.217500', '144847.677500', '144848.137500', '144848.597500', '144849.057500', '144849.517500', '144849.977500', '144850.437500', '144850.897500', '144851.357500', '144851.817500', '144852.277500', '144852.737500', '144853.197500', '144853.657500', '144854.117500', '144854.577500', '144855.037500', '144855.497500', '144855.957500', '144856.417500', '144856.877500', '144857.337500', '144857.797500', '144858.257500', '144858.717500', '144859.177500', '144859.637500', '144900.097500', '144900.557500', '144901.017500', '144901.477500', '144901.937500', '144902.397500', '144902.857500', '144903.317500', '144903.777500', '144904.237500', '144904.697500', '144905.157500', '144905.617500', '144906.077500', '144906.537500', '144906.997500', '144907.457500', '144907.917500', '144908.377500', '144908.837500', '144909.297500', '144909.757500', '144910.217500', '144910.677500', '144911.137500', '144911.597500', '144912.057500', '144912.517500', '144912.977500', '144913.437500', '144913.897500', '144914.357500', '144914.817500', '144915.277500', '144915.737500', '144916.197500', '144916.657500', '144917.117500', '144917.577500', '144918.037500', '144918.497500', '144918.957500', '144919.417500', '144919.877500', '144920.337500', '144920.797500', '144921.257500', '144921.717500', '144922.177500', '144922.637500', '144923.097500', '144923.557500', '144924.017500', '144924.477500', '144924.937500', '144925.397500', '144925.857500', '144926.317500', '144926.777500', '144927.237500', '144927.697500', '144928.157500', '144928.617500', '144929.077500', '144929.537500', '144929.997500', '144930.457500', '144930.917500', '144931.377500', '144931.837500', '144932.297500', '144932.757500', '144933.217500', '144933.677500', '144934.137500', '144934.597500', '144935.057500', '144935.517500', '144935.977500', '144936.437500', '144936.897500', '144937.357500', '144937.817500', '144938.277500', '144938.737500', '144939.197500', '144939.657500', '144940.117500', '144940.577500', '144941.037500', '144941.497500', '144941.957500', '144942.417500', '144942.877500', '144943.337500', '144943.797500', '144944.257500', '144944.717500', '144945.177500', '144945.637500', '144946.097500', '144946.557500', '144947.017500', '144947.477500', '144947.937500', '144948.397500', '144948.857500', '144949.317500', '144949.777500', '144950.237500', '144950.697500', '144951.157500', '144951.617500', '144952.077500', '144952.537500', '144952.997500', '144953.457500', '144953.917500', '144954.377500', '144954.837500', '144955.297500', '144955.757500', '144956.217500', '144956.677500', '144957.137500', '144957.597500', '144958.057500', '144958.517500', '144958.977500', '144959.437500', '144959.897500', '145000.357500', '145000.817500', '145001.277500', '145001.737500', '145002.197500', '145002.657500', '145003.117500', '145003.577500', '145004.037500', '145004.497500', '145004.957500', '145005.417500', '145005.877500', '145006.337500', '145006.797500', '145007.257500', '145007.717500', '145008.177500', '145008.637500', '145009.097500', '145009.557500', '145010.017500', '145010.477500', '145010.937500', '145011.397500', '145011.857500', '145012.317500', '145012.777500', '145013.237500', '145013.697500', '145014.157500', '145014.617500', '145015.077500', '145015.537500', '145015.997500', '145016.457500', '145016.917500', '145017.377500', '145017.837500', '145018.297500', '145018.757500', '145019.217500', '145019.677500', '145020.137500', '145020.597500', '145021.057500', '145021.517500', '145021.977500', '145022.437500', '145022.897500', '145023.357500', '145023.817500', '145024.277500', '145024.737500', '145025.197500', '145025.657500', '145026.117500', '145026.577500', '145027.037500', '145027.497500', '145027.957500', '145028.417500', '145028.877500', '145029.337500', '145029.797500', '145030.257500', '145030.717500', '145031.177500', '145031.637500', '145032.097500', '145032.557500', '145033.017500', '145033.477500', '145033.937500', '145034.397500', '145034.857500', '145035.317500', '145035.777500', '145036.237500', '145036.697500', '145037.157500', '145037.617500', '145038.077500', '145038.537500', '145038.997500', '145039.457500', '145039.917500', '145040.377500', '145040.837500', '145041.297500', '145041.757500', '145042.217500', '145042.677500', '145043.137500', '145043.597500', '145044.057500', '145044.517500', '145044.977500', '145045.437500', '145045.897500', '145046.357500', '145046.817500', '145047.277500', '145047.737500', '145048.197500', '145048.657500', '145049.117500', '145049.577500', '145050.037500', '145050.497500', '145050.957500', '145051.417500', '145051.877500', '145052.337500', '145052.797500', '145053.257500', '145053.717500', '145054.177500', '145054.637500', '145055.097500', '145055.557500', '145056.017500', '145056.477500', '145056.937500', '145057.397500', '145057.857500', '145058.317500', '145058.777500', '145059.237500', '145059.697500', '145100.157500', '145100.617500', '145101.077500', '145101.537500', '145101.997500', '145102.457500', '145102.917500', '145103.377500', '145103.837500', '145104.297500', '145104.757500', '145105.217500', '145105.677500', '145106.137500', '145106.597500', '145107.057500', '145107.517500', '145107.977500', '145108.437500', '145108.897500', '145109.357500', '145109.817500', '145110.277500', '145110.737500', '145111.197500', '145111.657500', '145112.117500', '145112.577500', '145113.037500', '145113.497500', '145113.957500', '145114.417500', '145114.877500', '145115.337500', '145115.797500', '145116.257500', '145116.717500', '145117.177500', '145117.637500', '145118.097500', '145118.557500', '145119.017500', '145119.477500', '145119.937500', '145120.397500', '145120.857500', '145121.317500', '145121.777500', '145122.237500', '145122.697500', '145123.157500', '145123.617500', '145124.077500', '145124.537500', '145124.997500', '145125.457500', '145125.917500', '145126.377500', '145126.837500', '145127.297500', '145127.757500', '145128.217500', '145128.677500', '145129.137500', '145129.597500', '145130.057500', '145130.517500', '145130.977500', '145131.437500', '145131.897500', '145132.357500', '145132.817500', '145133.277500', '145133.737500', '145134.197500', '145134.657500', '145135.117500', '145135.577500', '145136.037500', '145136.497500', '145136.957500', '145137.417500', '145137.877500', '145138.337500', '145138.797500', '145139.257500', '145139.717500', '145140.177500', '145140.637500', '145141.097500', '145141.557500', '145142.017500', '145142.477500', '145142.937500', '145143.397500', '145143.857500', '145144.317500', '145144.777500', '145145.237500', '145145.697500', '145146.157500', '145146.617500', '145147.077500', '145147.537500', '145147.997500', '145148.457500', '145148.917500', '145149.377500', '145149.837500', '145150.297500', '145150.757500', '145151.217500', '145151.677500', '145152.137500', '145152.597500', '145153.057500', '145153.517500', '145153.977500', '145154.437500', '145154.897500', '145155.357500', '145155.817500', '145156.277500', '145156.737500', '145157.197500', '145157.657500', '145158.117500', '145158.577500', '145159.037500', '145159.497500', '145159.957500', '145200.417500', '145200.877500', '145201.337500', '145201.797500', '145202.257500', '145202.717500', '145203.177500', '145203.637500', '145204.097500', '145204.557500', '145205.017500', '145205.477500', '145205.937500', '145206.397500', '145206.857500', '145207.317500', '145207.777500', '145208.237500', '145208.697500', '145209.157500', '145209.617500', '145210.077500', '145210.537500', '145210.997500', '145211.457500', '145211.917500', '145212.377500', '145212.837500', '145213.297500', '145213.757500', '145214.217500', '145214.677500', '145215.137500', '145215.597500', '145216.057500', '145216.517500', '145216.977500', '145217.437500', '145217.897500', '145218.357500', '145218.817500', '145219.277500', '145219.737500', '145220.197500', '145220.657500', '145221.117500', '145221.577500', '145222.037500', '145222.497500', '145222.957500', '145223.417500', '145223.877500', '145224.337500', '145224.797500', '145225.257500', '145225.717500', '145226.177500', '145226.637500', '145227.097500', '145227.557500', '145228.017500', '145228.477500', '145228.937500', '145229.397500', '145229.857500', '145230.317500', '145230.777500', '145231.237500', '145231.697500', '145232.157500', '145232.617500', '145233.077500', '145233.537500', '145233.997500', '145234.457500', '145234.917500', '145235.377500', '145235.837500', '145236.297500', '145236.757500', '145237.217500', '145237.677500', '145238.137500', '145238.597500', '145239.057500', '145239.517500', '145239.977500', '145240.437500', '145240.897500', '145241.357500', '145241.817500', '145242.277500', '145242.737500', '145243.197500', '145243.657500', '145244.117500', '145244.577500', '145245.037500', '145245.497500', '145245.957500', '145246.417500', '145246.877500', '145247.337500', '145247.797500', '145248.257500', '145248.717500', '145249.177500', '145249.637500', '145250.097500', '145250.557500', '145251.017500', '145251.477500', '145251.937500', '145252.397500', '145252.857500', '145253.317500', '145253.777500', '145254.237500', '145254.697500', '145255.157500', '145255.617500', '145256.077500', '145256.537500', '145256.997500', '145257.457500', '145257.917500', '145258.377500', '145258.837500', '145259.297500', '145259.757500', '145300.217500', '145300.677500', '145301.137500', '145301.597500', '145302.057500', '145302.517500', '145302.977500', '145303.437500', '145303.897500', '145304.357500', '145304.817500', '145305.277500', '145305.737500', '145306.197500', '145306.657500', '145307.117500', '145307.577500', '145308.037500', '145308.497500', '145308.957500', '145309.417500', '145309.877500', '145310.337500', '145310.797500', '145311.257500', '145311.717500', '145312.177500', '145312.637500', '145313.097500', '145313.557500', '145314.017500', '145314.477500', '145314.937500', '145315.397500', '145315.857500', '145316.317500', '145316.777500', '145317.237500', '145317.697500', '145318.157500', '145318.617500', '145319.077500', '145319.537500', '145319.997500', '145320.457500', '145320.917500', '145321.377500', '145321.837500', '145322.297500', '145322.757500', '145323.217500', '145323.677500', '145324.137500', '145324.597500', '145325.057500', '145325.517500', '145325.977500', '145326.437500', '145326.897500', '145327.357500', '145327.817500', '145328.277500', '145328.737500', '145329.197500', '145329.657500', '145330.117500', '145330.577500', '145331.037500', '145331.497500', '145331.957500', '145332.417500', '145332.877500', '145333.337500'], 'ContentTime': ['144707.640000', '144707.646000', '144707.649000', '144707.652000', '144707.654000', '144707.657000', '144707.660000', '144707.662000', '144707.665000', '144707.667000', '144707.670000', '144707.673000', '144707.675000', '144707.678000', '144707.688000', '144707.692000', '144707.695000', '144707.698000', '144707.701000', '144707.703000', '144707.706000', '144707.717000', '144707.719000', '144707.722000', '144707.724000', '144707.727000', '144707.730000', '144707.732000', '144707.735000', '144727.610000', '144727.613000', '144727.616000', '144727.619000', '144727.622000', '144727.624000', '144727.627000', '144727.629000', '144727.632000', '144727.635000', '144727.637000', '144727.640000', '144727.642000', '144727.645000', '144727.648000', '144727.650000', '144727.653000', '144727.656000', '144727.658000', '144727.661000', '144727.663000', '144727.666000', '144727.673000', '144727.676000', '144727.678000', '144727.681000', '144727.683000', '144727.686000', '144727.689000', '144727.691000', '144727.694000', '144727.696000', '144727.699000', '144727.701000', '144727.704000', '144727.707000', '144727.709000', '144727.712000', '144727.714000', '144727.717000', '144727.720000', '144727.722000', '144727.725000', '144727.728000', '144747.613000', '144747.616000', '144747.618000', '144747.621000', '144747.623000', '144747.626000', '144747.628000', '144747.631000', '144747.634000', '144747.636000', '144747.639000', '144747.642000', '144747.644000', '144747.647000', '144747.649000', '144747.658000', '144747.661000', '144747.663000', '144747.666000', '144747.669000', '144747.671000', '144747.674000', '144747.677000', '144747.679000', '144747.682000', '144747.703000', '144747.706000', '144747.708000', '144747.711000', '144747.713000', '144747.716000', '144747.719000', '144747.721000', '144747.724000', '144747.727000', '144747.729000', '144747.732000', '144747.734000', '144747.737000', '144747.740000', '144747.742000', '144747.745000', '144747.747000', '144807.609000', '144807.612000', '144807.615000', '144807.617000', '144807.620000', '144807.623000', '144807.625000', '144807.628000', '144807.630000', '144807.633000', '144807.636000', '144807.638000', '144807.641000', '144807.643000', '144807.646000', '144807.648000', '144807.651000', '144807.654000', '144807.656000', '144807.659000', '144807.661000', '144807.664000', '144807.666000', '144807.669000', '144807.672000', '144807.674000', '144807.677000', '144807.680000', '144807.682000', '144807.685000', '144807.687000', '144807.691000', '144807.693000', '144807.696000', '144807.698000', '144807.701000', '144807.704000', '144807.706000', '144807.709000', '144807.712000', '144807.714000', '144807.717000', '144807.719000', '144807.722000', '144827.609000', '144827.612000', '144827.615000', '144827.617000', '144827.620000', '144827.623000', '144827.625000', '144827.628000', '144827.630000', '144827.633000', '144827.636000', '144827.638000', '144827.641000', '144827.644000', '144827.646000', '144827.649000', '144827.652000', '144827.654000', '144827.657000', '144827.659000', '144827.663000', '144827.666000', '144827.669000', '144827.671000', '144827.674000', '144827.677000', '144827.679000', '144827.682000', '144827.685000', '144827.687000', '144827.690000', '144827.692000', '144827.695000', '144827.698000', '144827.700000', '144827.703000', '144827.705000', '144827.708000', '144827.711000', '144827.713000', '144827.716000', '144827.719000', '144827.721000', '144847.609000', '144847.612000', '144847.615000', '144847.617000', '144847.620000', '144847.623000', '144847.625000', '144847.628000', '144847.631000', '144847.633000', '144847.636000', '144847.638000', '144847.641000', '144847.644000', '144847.646000', '144847.649000', '144847.652000', '144847.654000', '144847.657000', '144847.659000', '144847.662000', '144847.664000', '144847.667000', '144847.670000', '144847.672000', '144847.675000', '144847.678000', '144847.680000', '144847.683000', '144847.685000', '144847.688000', '144847.691000', '144847.693000', '144847.696000', '144847.699000', '144847.701000', '144847.704000', '144847.706000', '144847.709000', '144847.712000', '144847.714000', '144847.717000', '144847.720000', '144847.722000', '144907.610000', '144907.612000', '144907.615000', '144907.618000', '144907.620000', '144907.623000', '144907.626000', '144907.628000', '144907.631000', '144907.633000', '144907.636000', '144907.639000', '144907.641000', '144907.644000', '144907.646000', '144907.649000', '144907.652000', '144907.654000', '144907.657000', '144907.659000', '144907.662000', '144907.665000', '144907.667000', '144907.670000', '144907.672000', '144907.675000', '144907.678000', '144907.680000', '144907.683000', '144907.686000', '144907.688000', '144907.691000', '144907.693000', '144907.696000', '144907.699000', '144907.701000', '144907.704000', '144907.706000', '144907.709000', '144907.712000', '144907.714000', '144907.717000', '144907.719000', '144927.610000', '144927.613000', '144927.616000', '144927.619000', '144927.621000', '144927.624000', '144927.626000', '144927.629000', '144927.632000', '144927.634000', '144927.637000', '144927.640000', '144927.642000', '144927.645000', '144927.648000', '144927.650000', '144927.653000', '144927.655000', '144927.658000', '144927.661000', '144927.663000', '144927.666000', '144927.669000', '144927.671000', '144927.674000', '144927.676000', '144927.679000', '144927.682000', '144927.684000', '144927.687000', '144927.689000', '144927.692000', '144927.695000', '144927.697000', '144927.700000', '144927.711000', '144927.713000', '144927.716000', '144927.718000', '144927.721000', '144927.724000', '144927.726000', '144927.729000', '144927.731000', '144947.611000', '144947.614000', '144947.616000', '144947.619000', '144947.621000', '144947.624000', '144947.627000', '144947.629000', '144947.632000', '144947.634000', '144947.637000', '144947.640000', '144947.642000', '144947.645000', '144947.648000', '144947.650000', '144947.653000', '144947.656000', '144947.658000', '144947.661000', '144947.663000', '144947.666000', '144947.669000', '144947.671000', '144947.674000', '144947.676000', '144947.679000', '144947.682000', '144947.684000', '144947.687000', '144947.689000', '144947.692000', '144947.695000', '144947.697000', '144947.700000', '144947.702000', '144947.705000', '144947.708000', '144947.710000', '144947.713000', '144947.715000', '144947.718000', '144947.721000', '145007.610000', '145007.613000', '145007.616000', '145007.618000', '145007.621000', '145007.624000', '145007.626000', '145007.629000', '145007.632000', '145007.634000', '145007.637000', '145007.639000', '145007.642000', '145007.645000', '145007.647000', '145007.650000', '145007.653000', '145007.655000', '145007.658000', '145007.660000', '145007.663000', '145007.666000', '145007.668000', '145007.671000', '145007.673000', '145007.676000', '145007.679000', '145007.681000', '145007.684000', '145007.686000', '145007.689000', '145007.692000', '145007.694000', '145007.697000', '145007.699000', '145007.702000', '145007.705000', '145007.707000', '145007.710000', '145007.713000', '145007.715000', '145007.718000', '145007.720000', '145007.723000', '145027.609000', '145027.612000', '145027.615000', '145027.618000', '145027.620000', '145027.623000', '145027.625000', '145027.628000', '145027.631000', '145027.633000', '145027.636000', '145027.639000', '145027.641000', '145027.644000', '145027.647000', '145027.649000', '145027.652000', '145027.654000', '145027.657000', '145027.660000', '145027.662000', '145027.665000', '145027.668000', '145027.670000', '145027.673000', '145027.675000', '145027.678000', '145027.681000', '145027.683000', '145027.686000', '145027.688000', '145027.691000', '145027.694000', '145027.696000', '145027.699000', '145027.702000', '145027.704000', '145027.707000', '145027.709000', '145027.712000', '145027.715000', '145027.717000', '145027.720000', '145047.610000', '145047.612000', '145047.615000', '145047.618000', '145047.620000', '145047.623000', '145047.626000', '145047.628000', '145047.631000', '145047.633000', '145047.636000', '145047.639000', '145047.641000', '145047.644000', '145047.647000', '145047.649000', '145047.652000', '145047.655000', '145047.657000', '145047.660000', '145047.663000', '145047.665000', '145047.668000', '145047.670000', '145047.673000', '145047.676000', '145047.678000', '145047.681000', '145047.684000', '145047.686000', '145047.689000', '145047.692000', '145047.694000', '145047.697000', '145047.700000', '145047.702000', '145047.705000', '145047.707000', '145047.710000', '145047.713000', '145047.715000', '145047.718000', '145047.720000', '145047.723000', '145107.609000', '145107.612000', '145107.625000', '145107.628000', '145107.630000', '145107.633000', '145107.635000', '145107.638000', '145107.641000', '145107.643000', '145107.646000', '145107.648000', '145107.651000', '145107.653000', '145107.656000', '145107.659000', '145107.661000', '145107.664000', '145107.667000', '145107.669000', '145107.672000', '145107.674000', '145107.677000', '145107.680000', '145107.682000', '145107.685000', '145107.687000', '145107.690000', '145107.693000', '145107.695000', '145107.698000', '145107.701000', '145107.703000', '145107.706000', '145107.708000', '145107.711000', '145107.714000', '145107.716000', '145107.719000', '145107.721000', '145107.724000', '145107.727000', '145107.729000', '145127.609000', '145127.612000', '145127.615000', '145127.618000', '145127.620000', '145127.623000', '145127.625000', '145127.628000', '145127.631000', '145127.633000', '145127.636000', '145127.639000', '145127.641000', '145127.644000', '145127.647000', '145127.649000', '145127.652000', '145127.654000', '145127.657000', '145127.660000', '145127.662000', '145127.665000', '145127.668000', '145127.670000', '145127.673000', '145127.675000', '145127.678000', '145127.681000', '145127.683000', '145127.686000', '145127.688000', '145127.691000', '145127.694000', '145127.696000', '145127.699000', '145127.702000', '145127.704000', '145127.707000', '145127.709000', '145127.712000', '145127.714000', '145127.717000', '145127.720000', '145127.722000', '145147.611000', '145147.613000', '145147.616000', '145147.619000', '145147.621000', '145147.624000', '145147.626000', '145147.629000', '145147.632000', '145147.634000', '145147.637000', '145147.640000', '145147.642000', '145147.645000', '145147.647000', '145147.650000', '145147.653000', '145147.655000', '145147.658000', '145147.661000', '145147.663000', '145147.666000', '145147.669000', '145147.671000', '145147.674000', '145147.684000', '145147.686000', '145147.689000', '145147.692000', '145147.695000', '145147.697000', '145147.700000', '145147.703000', '145147.705000', '145147.708000', '145147.710000', '145147.713000', '145147.716000', '145147.718000', '145147.721000', '145147.724000', '145147.726000', '145147.729000', '145207.611000', '145207.614000', '145207.617000', '145207.619000', '145207.622000', '145207.625000', '145207.627000', '145207.630000', '145207.633000', '145207.635000', '145207.638000', '145207.641000', '145207.643000', '145207.646000', '145207.649000', '145207.651000', '145207.654000', '145207.657000', '145207.659000', '145207.662000', '145207.664000', '145207.667000', '145207.670000', '145207.672000', '145207.675000', '145207.678000', '145207.680000', '145207.683000', '145207.686000', '145207.688000', '145207.691000', '145207.694000', '145207.696000', '145207.702000', '145207.705000', '145207.707000', '145207.710000', '145207.713000', '145207.716000', '145207.718000', '145207.721000', '145207.724000', '145207.726000', '145207.729000', '145227.611000', '145227.613000', '145227.616000', '145227.619000', '145227.621000', '145227.624000', '145227.627000', '145227.629000', '145227.632000', '145227.635000', '145227.637000', '145227.640000', '145227.643000', '145227.645000', '145227.648000', '145227.650000', '145227.653000', '145227.656000', '145227.658000', '145227.661000', '145227.664000', '145227.666000', '145227.669000', '145227.672000', '145227.674000', '145227.677000', '145227.680000', '145227.691000', '145227.693000', '145227.696000', '145227.699000', '145227.701000', '145227.704000', '145227.706000', '145227.709000', '145227.712000', '145227.714000', '145227.717000', '145227.720000', '145227.722000', '145227.725000', '145227.728000', '145227.730000', '145247.610000', '145247.612000', '145247.615000', '145247.618000', '145247.620000', '145247.623000', '145247.626000', '145247.628000', '145247.631000', '145247.634000', '145247.636000', '145247.639000', '145247.642000', '145247.644000', '145247.647000', '145247.650000', '145247.652000', '145247.657000', '145247.659000', '145247.662000', '145247.665000', '145247.667000', '145247.670000', '145247.673000', '145247.675000', '145247.678000', '145247.681000', '145247.683000', '145247.686000', '145247.688000', '145247.691000', '145247.694000', '145247.696000', '145247.699000', '145247.701000', '145247.704000', '145247.707000', '145247.709000', '145247.712000', '145247.715000', '145247.717000', '145247.720000', '145247.723000', '145247.726000', '145307.610000', '145307.613000', '145307.616000', '145307.618000', '145307.621000', '145307.623000', '145307.626000', '145307.629000', '145307.631000', '145307.634000', '145307.637000', '145307.639000', '145307.642000', '145307.644000', '145307.647000', '145307.650000', '145307.652000', '145307.655000', '145307.658000', '145307.660000', '145307.663000', '145307.665000', '145307.668000', '145307.671000', '145307.673000', '145307.676000', '145307.679000', '145307.681000', '145307.684000', '145307.686000', '145307.689000', '145307.692000', '145307.694000', '145307.697000', '145307.700000', '145307.702000', '145307.705000', '145307.708000', '145307.710000', '145307.713000', '145307.716000', '145307.718000', '145307.721000', '145327.609000', '145327.612000', '145327.615000', '145327.618000', '145327.621000', '145327.624000', '145327.626000', '145327.629000', '145327.632000', '145327.634000', '145327.637000', '145327.640000', '145327.642000', '145327.645000', '145327.647000', '145327.650000', '145327.653000', '145327.656000', '145327.659000', '145327.662000', '145327.664000', '145327.667000', '145327.670000', '145327.672000', '145327.675000', '145327.678000', '145327.680000', '145327.683000', '145327.686000', '145327.688000', '145327.691000', '145327.694000', '145327.697000', '145327.699000', '145327.702000', '145327.705000', '145327.707000', '145327.710000', '145327.712000', '145327.715000', '145327.718000', '145327.721000', '145327.723000', '145334.959000', '145334.962000', '145334.965000', '145334.968000', '145334.970000', '145334.973000', '145334.976000', '145334.979000', '145334.981000', '145334.984000', '145334.987000', '145334.990000', '145334.993000', '145334.996000', '145334.998000', '145335.002000', '145335.005000'], 'InstanceCreationTime': ['144707.640000', '144707.646000', '144707.649000', '144707.652000', '144707.654000', '144707.657000', '144707.660000', '144707.662000', '144707.665000', '144707.667000', '144707.670000', '144707.673000', '144707.675000', '144707.678000', '144707.688000', '144707.692000', '144707.695000', '144707.698000', '144707.701000', '144707.703000', '144707.706000', '144707.717000', '144707.719000', '144707.722000', '144707.724000', '144707.727000', '144707.730000', '144707.732000', '144707.735000', '144727.610000', '144727.613000', '144727.616000', '144727.619000', '144727.622000', '144727.624000', '144727.627000', '144727.629000', '144727.632000', '144727.635000', '144727.637000', '144727.640000', '144727.642000', '144727.645000', '144727.648000', '144727.650000', '144727.653000', '144727.656000', '144727.658000', '144727.661000', '144727.663000', '144727.666000', '144727.673000', '144727.676000', '144727.678000', '144727.681000', '144727.683000', '144727.686000', '144727.689000', '144727.691000', '144727.694000', '144727.696000', '144727.699000', '144727.701000', '144727.704000', '144727.707000', '144727.709000', '144727.712000', '144727.714000', '144727.717000', '144727.720000', '144727.722000', '144727.725000', '144727.728000', '144747.613000', '144747.616000', '144747.618000', '144747.621000', '144747.623000', '144747.626000', '144747.628000', '144747.631000', '144747.634000', '144747.636000', '144747.639000', '144747.642000', '144747.644000', '144747.647000', '144747.649000', '144747.658000', '144747.661000', '144747.663000', '144747.666000', '144747.669000', '144747.671000', '144747.674000', '144747.677000', '144747.679000', '144747.682000', '144747.703000', '144747.706000', '144747.708000', '144747.711000', '144747.713000', '144747.716000', '144747.719000', '144747.721000', '144747.724000', '144747.727000', '144747.729000', '144747.732000', '144747.734000', '144747.737000', '144747.740000', '144747.742000', '144747.745000', '144747.747000', '144807.609000', '144807.612000', '144807.615000', '144807.617000', '144807.620000', '144807.623000', '144807.625000', '144807.628000', '144807.630000', '144807.633000', '144807.636000', '144807.638000', '144807.641000', '144807.643000', '144807.646000', '144807.648000', '144807.651000', '144807.654000', '144807.656000', '144807.659000', '144807.661000', '144807.664000', '144807.666000', '144807.669000', '144807.672000', '144807.674000', '144807.677000', '144807.680000', '144807.682000', '144807.685000', '144807.687000', '144807.691000', '144807.693000', '144807.696000', '144807.698000', '144807.701000', '144807.704000', '144807.706000', '144807.709000', '144807.712000', '144807.714000', '144807.717000', '144807.719000', '144807.722000', '144827.609000', '144827.612000', '144827.615000', '144827.617000', '144827.620000', '144827.623000', '144827.625000', '144827.628000', '144827.630000', '144827.633000', '144827.636000', '144827.638000', '144827.641000', '144827.644000', '144827.646000', '144827.649000', '144827.652000', '144827.654000', '144827.657000', '144827.659000', '144827.663000', '144827.666000', '144827.669000', '144827.671000', '144827.674000', '144827.677000', '144827.679000', '144827.682000', '144827.685000', '144827.687000', '144827.690000', '144827.692000', '144827.695000', '144827.698000', '144827.700000', '144827.703000', '144827.705000', '144827.708000', '144827.711000', '144827.713000', '144827.716000', '144827.719000', '144827.721000', '144847.609000', '144847.612000', '144847.615000', '144847.617000', '144847.620000', '144847.623000', '144847.625000', '144847.628000', '144847.631000', '144847.633000', '144847.636000', '144847.638000', '144847.641000', '144847.644000', '144847.646000', '144847.649000', '144847.652000', '144847.654000', '144847.657000', '144847.659000', '144847.662000', '144847.664000', '144847.667000', '144847.670000', '144847.672000', '144847.675000', '144847.678000', '144847.680000', '144847.683000', '144847.685000', '144847.688000', '144847.691000', '144847.693000', '144847.696000', '144847.699000', '144847.701000', '144847.704000', '144847.706000', '144847.709000', '144847.712000', '144847.714000', '144847.717000', '144847.720000', '144847.722000', '144907.610000', '144907.612000', '144907.615000', '144907.618000', '144907.620000', '144907.623000', '144907.626000', '144907.628000', '144907.631000', '144907.633000', '144907.636000', '144907.639000', '144907.641000', '144907.644000', '144907.646000', '144907.649000', '144907.652000', '144907.654000', '144907.657000', '144907.659000', '144907.662000', '144907.665000', '144907.667000', '144907.670000', '144907.672000', '144907.675000', '144907.678000', '144907.680000', '144907.683000', '144907.686000', '144907.688000', '144907.691000', '144907.693000', '144907.696000', '144907.699000', '144907.701000', '144907.704000', '144907.706000', '144907.709000', '144907.712000', '144907.714000', '144907.717000', '144907.719000', '144927.610000', '144927.613000', '144927.616000', '144927.619000', '144927.621000', '144927.624000', '144927.626000', '144927.629000', '144927.632000', '144927.634000', '144927.637000', '144927.640000', '144927.642000', '144927.645000', '144927.648000', '144927.650000', '144927.653000', '144927.655000', '144927.658000', '144927.661000', '144927.663000', '144927.666000', '144927.669000', '144927.671000', '144927.674000', '144927.676000', '144927.679000', '144927.682000', '144927.684000', '144927.687000', '144927.689000', '144927.692000', '144927.695000', '144927.697000', '144927.700000', '144927.711000', '144927.713000', '144927.716000', '144927.718000', '144927.721000', '144927.724000', '144927.726000', '144927.729000', '144927.731000', '144947.611000', '144947.614000', '144947.616000', '144947.619000', '144947.621000', '144947.624000', '144947.627000', '144947.629000', '144947.632000', '144947.634000', '144947.637000', '144947.640000', '144947.642000', '144947.645000', '144947.648000', '144947.650000', '144947.653000', '144947.656000', '144947.658000', '144947.661000', '144947.663000', '144947.666000', '144947.669000', '144947.671000', '144947.674000', '144947.676000', '144947.679000', '144947.682000', '144947.684000', '144947.687000', '144947.689000', '144947.692000', '144947.695000', '144947.697000', '144947.700000', '144947.702000', '144947.705000', '144947.708000', '144947.710000', '144947.713000', '144947.715000', '144947.718000', '144947.721000', '145007.610000', '145007.613000', '145007.616000', '145007.618000', '145007.621000', '145007.624000', '145007.626000', '145007.629000', '145007.632000', '145007.634000', '145007.637000', '145007.639000', '145007.642000', '145007.645000', '145007.647000', '145007.650000', '145007.653000', '145007.655000', '145007.658000', '145007.660000', '145007.663000', '145007.666000', '145007.668000', '145007.671000', '145007.673000', '145007.676000', '145007.679000', '145007.681000', '145007.684000', '145007.686000', '145007.689000', '145007.692000', '145007.694000', '145007.697000', '145007.699000', '145007.702000', '145007.705000', '145007.707000', '145007.710000', '145007.713000', '145007.715000', '145007.718000', '145007.720000', '145007.723000', '145027.609000', '145027.612000', '145027.615000', '145027.618000', '145027.620000', '145027.623000', '145027.625000', '145027.628000', '145027.631000', '145027.633000', '145027.636000', '145027.639000', '145027.641000', '145027.644000', '145027.647000', '145027.649000', '145027.652000', '145027.654000', '145027.657000', '145027.660000', '145027.662000', '145027.665000', '145027.668000', '145027.670000', '145027.673000', '145027.675000', '145027.678000', '145027.681000', '145027.683000', '145027.686000', '145027.688000', '145027.691000', '145027.694000', '145027.696000', '145027.699000', '145027.702000', '145027.704000', '145027.707000', '145027.709000', '145027.712000', '145027.715000', '145027.717000', '145027.720000', '145047.610000', '145047.612000', '145047.615000', '145047.618000', '145047.620000', '145047.623000', '145047.626000', '145047.628000', '145047.631000', '145047.633000', '145047.636000', '145047.639000', '145047.641000', '145047.644000', '145047.647000', '145047.649000', '145047.652000', '145047.655000', '145047.657000', '145047.660000', '145047.663000', '145047.665000', '145047.668000', '145047.670000', '145047.673000', '145047.676000', '145047.678000', '145047.681000', '145047.684000', '145047.686000', '145047.689000', '145047.692000', '145047.694000', '145047.697000', '145047.700000', '145047.702000', '145047.705000', '145047.707000', '145047.710000', '145047.713000', '145047.715000', '145047.718000', '145047.720000', '145047.723000', '145107.609000', '145107.612000', '145107.625000', '145107.628000', '145107.630000', '145107.633000', '145107.635000', '145107.638000', '145107.641000', '145107.643000', '145107.646000', '145107.648000', '145107.651000', '145107.653000', '145107.656000', '145107.659000', '145107.661000', '145107.664000', '145107.667000', '145107.669000', '145107.672000', '145107.674000', '145107.677000', '145107.680000', '145107.682000', '145107.685000', '145107.687000', '145107.690000', '145107.693000', '145107.695000', '145107.698000', '145107.701000', '145107.703000', '145107.706000', '145107.708000', '145107.711000', '145107.714000', '145107.716000', '145107.719000', '145107.721000', '145107.724000', '145107.727000', '145107.729000', '145127.609000', '145127.612000', '145127.615000', '145127.618000', '145127.620000', '145127.623000', '145127.625000', '145127.628000', '145127.631000', '145127.633000', '145127.636000', '145127.639000', '145127.641000', '145127.644000', '145127.647000', '145127.649000', '145127.652000', '145127.654000', '145127.657000', '145127.660000', '145127.662000', '145127.665000', '145127.668000', '145127.670000', '145127.673000', '145127.675000', '145127.678000', '145127.681000', '145127.683000', '145127.686000', '145127.688000', '145127.691000', '145127.694000', '145127.696000', '145127.699000', '145127.702000', '145127.704000', '145127.707000', '145127.709000', '145127.712000', '145127.714000', '145127.717000', '145127.720000', '145127.722000', '145147.611000', '145147.613000', '145147.616000', '145147.619000', '145147.621000', '145147.624000', '145147.626000', '145147.629000', '145147.632000', '145147.634000', '145147.637000', '145147.640000', '145147.642000', '145147.645000', '145147.647000', '145147.650000', '145147.653000', '145147.655000', '145147.658000', '145147.661000', '145147.663000', '145147.666000', '145147.669000', '145147.671000', '145147.674000', '145147.684000', '145147.686000', '145147.689000', '145147.692000', '145147.695000', '145147.697000', '145147.700000', '145147.703000', '145147.705000', '145147.708000', '145147.710000', '145147.713000', '145147.716000', '145147.718000', '145147.721000', '145147.724000', '145147.726000', '145147.729000', '145207.611000', '145207.614000', '145207.617000', '145207.619000', '145207.622000', '145207.625000', '145207.627000', '145207.630000', '145207.633000', '145207.635000', '145207.638000', '145207.641000', '145207.643000', '145207.646000', '145207.649000', '145207.651000', '145207.654000', '145207.657000', '145207.659000', '145207.662000', '145207.664000', '145207.667000', '145207.670000', '145207.672000', '145207.675000', '145207.678000', '145207.680000', '145207.683000', '145207.686000', '145207.688000', '145207.691000', '145207.694000', '145207.696000', '145207.702000', '145207.705000', '145207.707000', '145207.710000', '145207.713000', '145207.716000', '145207.718000', '145207.721000', '145207.724000', '145207.726000', '145207.729000', '145227.611000', '145227.613000', '145227.616000', '145227.619000', '145227.621000', '145227.624000', '145227.627000', '145227.629000', '145227.632000', '145227.635000', '145227.637000', '145227.640000', '145227.643000', '145227.645000', '145227.648000', '145227.650000', '145227.653000', '145227.656000', '145227.658000', '145227.661000', '145227.664000', '145227.666000', '145227.669000', '145227.672000', '145227.674000', '145227.677000', '145227.680000', '145227.691000', '145227.693000', '145227.696000', '145227.699000', '145227.701000', '145227.704000', '145227.706000', '145227.709000', '145227.712000', '145227.714000', '145227.717000', '145227.720000', '145227.722000', '145227.725000', '145227.728000', '145227.730000', '145247.610000', '145247.612000', '145247.615000', '145247.618000', '145247.620000', '145247.623000', '145247.626000', '145247.628000', '145247.631000', '145247.634000', '145247.636000', '145247.639000', '145247.642000', '145247.644000', '145247.647000', '145247.650000', '145247.652000', '145247.657000', '145247.659000', '145247.662000', '145247.665000', '145247.667000', '145247.670000', '145247.673000', '145247.675000', '145247.678000', '145247.681000', '145247.683000', '145247.686000', '145247.688000', '145247.691000', '145247.694000', '145247.696000', '145247.699000', '145247.701000', '145247.704000', '145247.707000', '145247.709000', '145247.712000', '145247.715000', '145247.717000', '145247.720000', '145247.723000', '145247.726000', '145307.610000', '145307.613000', '145307.616000', '145307.618000', '145307.621000', '145307.623000', '145307.626000', '145307.629000', '145307.631000', '145307.634000', '145307.637000', '145307.639000', '145307.642000', '145307.644000', '145307.647000', '145307.650000', '145307.652000', '145307.655000', '145307.658000', '145307.660000', '145307.663000', '145307.665000', '145307.668000', '145307.671000', '145307.673000', '145307.676000', '145307.679000', '145307.681000', '145307.684000', '145307.686000', '145307.689000', '145307.692000', '145307.694000', '145307.697000', '145307.700000', '145307.702000', '145307.705000', '145307.708000', '145307.710000', '145307.713000', '145307.716000', '145307.718000', '145307.721000', '145327.609000', '145327.612000', '145327.615000', '145327.618000', '145327.621000', '145327.624000', '145327.626000', '145327.629000', '145327.632000', '145327.634000', '145327.637000', '145327.640000', '145327.642000', '145327.645000', '145327.647000', '145327.650000', '145327.653000', '145327.656000', '145327.659000', '145327.662000', '145327.664000', '145327.667000', '145327.670000', '145327.672000', '145327.675000', '145327.678000', '145327.680000', '145327.683000', '145327.686000', '145327.688000', '145327.691000', '145327.694000', '145327.697000', '145327.699000', '145327.702000', '145327.705000', '145327.707000', '145327.710000', '145327.712000', '145327.715000', '145327.718000', '145327.721000', '145327.723000', '145334.959000', '145334.962000', '145334.965000', '145334.968000', '145334.970000', '145334.973000', '145334.976000', '145334.979000', '145334.981000', '145334.984000', '145334.987000', '145334.990000', '145334.993000', '145334.996000', '145334.998000', '145335.002000', '145335.005000'], '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': [8945, 10281, 8902, 9468, 9619, 8995, 9032, 9893, 8727, 8880, 12001, 8661, 8932, 10154, 8631, 8823, 11983, 8651, 8666, 11179, 8587, 8743, 12506, 9068, 8208, 10377, 8715, 8433, 9846, 8562, 8244, 12032, 8542, 9205, 8232, 8608, 9006, 8423, 8726, 8344, 8280, 8789, 8529, 8411, 9031, 8593, 8164, 12069, 8621, 8540, 9522, 8565, 8377, 9245, 8630, 8423, 10224, 8684, 8177, 10312, 8754, 9190, 8702, 8577, 8909, 8648, 8611, 8555, 8054, 9148, 8442, 8711, 9857, 8383, 8355, 10776, 8626, 8152, 10420, 8702, 8470, 10423, 8719, 9167, 8710, 8709, 9015, 9603, 8874, 8386, 8099, 8713, 8315, 7902, 10493, 8182, 8595, 10085, 8563, 8021, 10228, 8424, 8415, 10098, 8601, 8100, 10203, 8557, 8071, 10238, 8554, 8989, 9043, 8585, 9116, 9891, 8606, 8741, 8176, 8532, 8487, 8356, 8826, 8488, 8057, 8727, 8336, 8195, 8719, 8813, 9632, 8710, 9124, 9118, 8758, 9018, 9256, 8582, 8418, 8581, 8881, 8488, 8706, 10107, 8482, 8283, 8992, 8816, 9066, 9410, 8736, 9097, 10872, 8736, 8878, 9252, 8839, 8990, 10985, 8817, 8871, 9057, 8900, 9304, 9180, 8527, 8880, 9025, 9087, 8174, 8925, 10169, 8692, 8896, 11112, 9862, 8689, 8797, 10098, 8741, 7970, 10297, 8594, 8723, 11448, 8733, 8926, 10147, 8619, 8922, 8677, 8661, 8392, 8740, 9561, 8614, 8080, 11068, 8730, 7930, 10197, 8590, 7989, 10184, 8665, 8227, 9130, 8567, 8984, 9401, 8666, 8854, 9484, 8716, 8854, 8827, 8765, 8998, 9657, 8587, 8826, 8302, 8774, 8754, 8401, 9222, 8552, 8638, 9980, 8719, 8057, 10047, 8736, 8926, 8796, 8807, 8961, 9076, 8736, 9092, 9073, 8730, 8750, 9919, 8855, 9129, 8623, 8852, 9214, 8281, 8825, 8458, 8981, 10138, 8989, 8743, 10059, 8829, 8647, 9957, 8514, 8551, 9502, 8568, 8537, 10321, 8460, 8457, 10225, 8396, 8492, 9883, 8612, 8308, 10346, 8650, 8293, 10053, 8482, 7856, 9952, 8563, 8593, 8929, 8704, 8925, 8774, 8709, 8887, 8375, 8783, 8928, 8495, 8855, 8604, 8318, 8806, 8553, 8134, 8902, 8485, 8167, 8825, 8605, 8411, 8899, 8453, 8456, 9076, 8451, 9009, 9345, 8558, 8282, 10210, 8681, 8937, 8935, 8823, 9352, 9330, 8923, 8704, 8375, 8891, 8589, 8419, 9105, 8511, 8842, 9191, 8783, 8644, 10612, 8538, 8763, 9194, 8603, 8657, 10075, 8746, 8412, 10109, 8789, 8025, 9894, 8927, 8953, 9232, 8881, 9019, 9400, 8914, 8854, 8455, 8817, 9063, 8607, 8844, 8595, 8806, 10340, 8856, 8671, 9528, 8899, 8125, 9947, 8721, 8402, 10883, 8525, 8326, 9425, 8674, 8483, 11049, 8515, 7886, 10220, 8523, 8468, 9789, 8648, 8992, 9944, 8740, 8714, 9098, 8838, 8544, 7850, 8879, 8416, 8125, 8877, 8424, 8518, 9829, 8615, 8286, 10138, 8698, 9068, 9509, 8754, 8825, 8600, 9097, 8438, 8609, 10159, 8758, 8189, 10125, 8853, 7986, 9540, 8707, 9249, 9067, 8880, 8401, 8861, 9999, 8682, 7975, 10047, 8735, 8920, 10190, 8677, 8754, 10327, 8658, 8806, 10464, 8784, 8883, 10691, 8885, 9105, 9821, 8974, 8360, 8245, 10067, 8691, 7880, 10158, 8586, 8675, 9383, 8584, 8598, 9462, 8727, 8576, 10139, 8717, 8523, 9371, 8810, 8504, 10145, 8915, 7778, 10011, 8596, 8033, 9723, 8512, 8118, 9382, 8888, 8727, 7933, 8784, 8387, 8625, 9038, 8257, 8369, 9787, 8578, 8353, 9851, 8394, 8523, 9490, 8433, 8019, 9792, 8661, 8977, 9210, 8706, 8920, 10536, 8701, 8641, 9854, 8713, 8407, 10381, 8580, 8163, 9907, 8683, 8658, 9333, 8695, 8027, 9973, 8633, 7723, 9877, 8571, 7879, 9873, 8694, 7689, 9812, 8562, 8350, 9207, 8759, 8663, 8973, 8836, 8753, 9333, 8904, 8657, 7976, 9037, 8278, 8581, 9454, 8472, 8298, 10048, 8489, 7916, 10029, 8509, 7994, 9879, 8769, 8452, 10190, 8647, 8265, 9731, 8754, 7959, 10110, 8715, 7657, 9931, 8728, 8029, 9554, 8731, 8601, 9358, 8792, 8915, 9593, 8760, 8428, 8190, 8829, 8387, 8461, 9694, 8442, 8086, 9890, 8670, 8381, 9403, 8810, 8961, 8754, 8743, 8787, 8604, 8914, 8503, 8155, 8956, 8822, 8392, 8895, 8634, 8163, 8804, 8792, 8330, 8932, 8652, 8317, 8814, 8483, 8188, 9046, 8468, 8566, 9277, 8479, 8699, 9353, 8508, 8335, 11034, 8641, 8692, 9601, 8736, 8689, 10585, 8768, 8656, 10864, 8627, 8577, 9995, 8606, 8667, 10521, 8562, 8531, 9224, 8649, 8697, 9904, 8815, 8500, 8616, 8742, 8639, 8043, 8955, 8255, 7840, 8873, 8590, 8168, 8698, 8513, 8691, 8565, 8909, 8778, 8696, 8686, 8062, 8680, 8519, 7810, 8656, 8306, 7838, 8669, 8184, 7768, 9915, 8433, 7895, 12084, 10254, 8170, 8477, 9037, 8025, 9479, 8231, 9267, 8668, 8214, 10340, 8572, 8543, 12076, 9145, 10409, 11263, 8878, 12728, 10287, 8602, 12943, 9451, 8382, 10602, 8774, 8552, 9119, 8632, 8658, 9124, 8554, 8551, 8959, 8415, 8204, 8956, 8325, 8161, 8997, 8392, 8318, 8906, 8533, 7781, 8847, 8741, 7915, 8870, 8437, 8128, 8754, 8478, 8139, 8935, 8226, 8187, 8867, 8360, 8260, 9014, 8317, 8492, 9030, 8432, 8615, 9488, 8351, 8414, 9873, 8512, 8256, 9591, 8544, 8219, 9628, 8325, 8405, 9537, 8468, 8304, 9916, 8500, 8942, 9190, 8574, 9039, 10076, 8574, 8913, 10074, 8793, 8761, 11887, 9159, 8822, 11884, 9239, 8572, 12434, 10079, 8687, 10727, 8741, 8699, 10452, 8748, 8807, 8788, 8823, 8838, 7888, 8860, 8449, 8298, 8821, 8774, 8657, 9241, 8440, 8667, 9255, 8544, 8773, 9476, 8894, 8791, 8871, 8585, 9062, 8910, 8735, 9069, 8170, 8815, 8895, 8660, 9376, 8937, 9063, 10384, 8921, 9096, 10050, 8951, 8902, 11109, 8665, 9067, 9458, 9070, 8888, 10596, 8769, 8994, 9485, 8800, 8960, 10143, 8672, 8649, 8986, 9035, 8886, 9421, 8714, 8987, 9266, 8882, 9280, 10693, 8730, 8957, 11182, 8867, 9033, 9375, 9043, 9237, 8614, 8734, 9647, 8533, 8631, 9418, 8743, 8884, 8874, 9059, 9210, 9010, 9362, 10395, 8876, 9149, 9451, 9196, 9174, 9446, 8977, 9010], 'WindowCenter': [3943.0, 3939.0, 3927.0, 3924.0, 3923.0, 3912.0, 3900.0, 3910.0, 3899.0, 3898.0, 3919.0, 3887.0, 3886.0, 3895.0, 3884.0, 3883.0, 3904.0, 3874.0, 3872.0, 3893.0, 3871.0, 3872.0, 3902.0, 3872.0, 3871.0, 3880.0, 3871.0, 3860.0, 3881.0, 3872.0, 3860.0, 3891.0, 3871.0, 3871.0, 3870.0, 3871.0, 3871.0, 3871.0, 3872.0, 3872.0, 3872.0, 3871.0, 3872.0, 3872.0, 3871.0, 3873.0, 3870.0, 3903.0, 3872.0, 3871.0, 3881.0, 3870.0, 3871.0, 3870.0, 3871.0, 3860.0, 3881.0, 3871.0, 3871.0, 3891.0, 3872.0, 3881.0, 3870.0, 3871.0, 3882.0, 3871.0, 3872.0, 3873.0, 3872.0, 3882.0, 3873.0, 3872.0, 3893.0, 3873.0, 3872.0, 3905.0, 3873.0, 3873.0, 3893.0, 3883.0, 3872.0, 3893.0, 3883.0, 3884.0, 3881.0, 3884.0, 3884.0, 3884.0, 3884.0, 3872.0, 3872.0, 3872.0, 3872.0, 3860.0, 3893.0, 3871.0, 3871.0, 3881.0, 3871.0, 3860.0, 3892.0, 3872.0, 3871.0, 3882.0, 3872.0, 3861.0, 3892.0, 3871.0, 3861.0, 3893.0, 3871.0, 3881.0, 3882.0, 3883.0, 3883.0, 3893.0, 3883.0, 3883.0, 3872.0, 3872.0, 3883.0, 3872.0, 3883.0, 3884.0, 3872.0, 3872.0, 3873.0, 3872.0, 3871.0, 3883.0, 3883.0, 3872.0, 3883.0, 3882.0, 3872.0, 3883.0, 3883.0, 3882.0, 3873.0, 3873.0, 3882.0, 3884.0, 3882.0, 3893.0, 3884.0, 3873.0, 3884.0, 3884.0, 3884.0, 3883.0, 3884.0, 3883.0, 3905.0, 3873.0, 3883.0, 3882.0, 3883.0, 3883.0, 3892.0, 3882.0, 3883.0, 3883.0, 3882.0, 3882.0, 3884.0, 3884.0, 3884.0, 3885.0, 3884.0, 3884.0, 3894.0, 3906.0, 3897.0, 3896.0, 3906.0, 3896.0, 3884.0, 3883.0, 3894.0, 3874.0, 3873.0, 3895.0, 3883.0, 3884.0, 3903.0, 3871.0, 3882.0, 3893.0, 3872.0, 3883.0, 3872.0, 3872.0, 3873.0, 3872.0, 3882.0, 3873.0, 3871.0, 3902.0, 3871.0, 3861.0, 3891.0, 3871.0, 3861.0, 3892.0, 3872.0, 3870.0, 3880.0, 3871.0, 3881.0, 3882.0, 3871.0, 3882.0, 3882.0, 3870.0, 3872.0, 3870.0, 3871.0, 3882.0, 3881.0, 3872.0, 3883.0, 3870.0, 3871.0, 3872.0, 3873.0, 3883.0, 3873.0, 3882.0, 3894.0, 3884.0, 3874.0, 3895.0, 3885.0, 3883.0, 3883.0, 3884.0, 3885.0, 3884.0, 3884.0, 3884.0, 3884.0, 3883.0, 3883.0, 3895.0, 3885.0, 3895.0, 3884.0, 3885.0, 3896.0, 3885.0, 3896.0, 3884.0, 3885.0, 3896.0, 3885.0, 3885.0, 3894.0, 3884.0, 3884.0, 3894.0, 3885.0, 3873.0, 3882.0, 3873.0, 3873.0, 3893.0, 3872.0, 3872.0, 3881.0, 3872.0, 3871.0, 3880.0, 3870.0, 3859.0, 3881.0, 3870.0, 3859.0, 3881.0, 3871.0, 3860.0, 3881.0, 3870.0, 3871.0, 3871.0, 3871.0, 3882.0, 3871.0, 3873.0, 3883.0, 3871.0, 3873.0, 3883.0, 3884.0, 3884.0, 3884.0, 3874.0, 3883.0, 3884.0, 3874.0, 3883.0, 3874.0, 3872.0, 3883.0, 3872.0, 3873.0, 3884.0, 3872.0, 3873.0, 3884.0, 3873.0, 3883.0, 3894.0, 3884.0, 3874.0, 3894.0, 3885.0, 3884.0, 3895.0, 3885.0, 3895.0, 3895.0, 3885.0, 3884.0, 3873.0, 3886.0, 3885.0, 3875.0, 3885.0, 3885.0, 3884.0, 3885.0, 3885.0, 3873.0, 3893.0, 3873.0, 3873.0, 3883.0, 3884.0, 3884.0, 3894.0, 3883.0, 3872.0, 3894.0, 3885.0, 3873.0, 3894.0, 3884.0, 3883.0, 3883.0, 3884.0, 3885.0, 3885.0, 3884.0, 3883.0, 3873.0, 3884.0, 3896.0, 3884.0, 3884.0, 3884.0, 3885.0, 3895.0, 3884.0, 3884.0, 3895.0, 3884.0, 3873.0, 3895.0, 3885.0, 3873.0, 3895.0, 3873.0, 3872.0, 3883.0, 3872.0, 3872.0, 3893.0, 3873.0, 3860.0, 3881.0, 3871.0, 3871.0, 3882.0, 3872.0, 3871.0, 3881.0, 3871.0, 3871.0, 3870.0, 3871.0, 3870.0, 3859.0, 3871.0, 3872.0, 3860.0, 3871.0, 3872.0, 3871.0, 3881.0, 3872.0, 3873.0, 3894.0, 3872.0, 3883.0, 3882.0, 3873.0, 3884.0, 3872.0, 3884.0, 3873.0, 3884.0, 3893.0, 3874.0, 3874.0, 3895.0, 3885.0, 3875.0, 3895.0, 3885.0, 3895.0, 3885.0, 3885.0, 3885.0, 3885.0, 3896.0, 3886.0, 3885.0, 3895.0, 3885.0, 3884.0, 3895.0, 3874.0, 3873.0, 3894.0, 3874.0, 3884.0, 3893.0, 3873.0, 3883.0, 3895.0, 3884.0, 3873.0, 3882.0, 3872.0, 3872.0, 3872.0, 3883.0, 3873.0, 3873.0, 3894.0, 3872.0, 3872.0, 3881.0, 3872.0, 3871.0, 3883.0, 3873.0, 3871.0, 3882.0, 3872.0, 3871.0, 3871.0, 3871.0, 3871.0, 3893.0, 3872.0, 3861.0, 3882.0, 3870.0, 3860.0, 3880.0, 3872.0, 3871.0, 3882.0, 3872.0, 3872.0, 3860.0, 3871.0, 3874.0, 3884.0, 3885.0, 3874.0, 3873.0, 3895.0, 3885.0, 3873.0, 3895.0, 3875.0, 3886.0, 3896.0, 3874.0, 3875.0, 3894.0, 3886.0, 3885.0, 3896.0, 3886.0, 3886.0, 3895.0, 3885.0, 3873.0, 3894.0, 3873.0, 3872.0, 3894.0, 3873.0, 3871.0, 3882.0, 3872.0, 3871.0, 3871.0, 3871.0, 3862.0, 3881.0, 3872.0, 3861.0, 3882.0, 3872.0, 3861.0, 3881.0, 3872.0, 3862.0, 3882.0, 3874.0, 3875.0, 3885.0, 3884.0, 3884.0, 3884.0, 3884.0, 3886.0, 3884.0, 3884.0, 3884.0, 3873.0, 3883.0, 3875.0, 3885.0, 3895.0, 3886.0, 3885.0, 3895.0, 3886.0, 3875.0, 3894.0, 3885.0, 3874.0, 3896.0, 3886.0, 3885.0, 3896.0, 3885.0, 3873.0, 3883.0, 3885.0, 3874.0, 3894.0, 3873.0, 3861.0, 3883.0, 3872.0, 3861.0, 3882.0, 3871.0, 3870.0, 3883.0, 3873.0, 3871.0, 3882.0, 3872.0, 3872.0, 3873.0, 3884.0, 3874.0, 3874.0, 3895.0, 3873.0, 3874.0, 3896.0, 3885.0, 3887.0, 3896.0, 3887.0, 3887.0, 3885.0, 3887.0, 3888.0, 3888.0, 3899.0, 3887.0, 3875.0, 3885.0, 3898.0, 3887.0, 3897.0, 3887.0, 3887.0, 3886.0, 3886.0, 3889.0, 3898.0, 3886.0, 3886.0, 3898.0, 3886.0, 3887.0, 3887.0, 3887.0, 3886.0, 3886.0, 3876.0, 3886.0, 3897.0, 3886.0, 3875.0, 3906.0, 3884.0, 3885.0, 3884.0, 3885.0, 3885.0, 3896.0, 3874.0, 3874.0, 3893.0, 3873.0, 3873.0, 3884.0, 3871.0, 3872.0, 3892.0, 3871.0, 3871.0, 3882.0, 3885.0, 3873.0, 3883.0, 3873.0, 3873.0, 3871.0, 3872.0, 3885.0, 3863.0, 3873.0, 3873.0, 3861.0, 3872.0, 3884.0, 3873.0, 3874.0, 3885.0, 3874.0, 3885.0, 3885.0, 3884.0, 3885.0, 3885.0, 3874.0, 3885.0, 3887.0, 3876.0, 3887.0, 3888.0, 3876.0, 3887.0, 3889.0, 3877.0, 3898.0, 3877.0, 3876.0, 3918.0, 3896.0, 3876.0, 3874.0, 3884.0, 3863.0, 3883.0, 3872.0, 3872.0, 3873.0, 3863.0, 3893.0, 3886.0, 3873.0, 3902.0, 3870.0, 3879.0, 3880.0, 3858.0, 3889.0, 3868.0, 3845.0, 3876.0, 3869.0, 3857.0, 3865.0, 3844.0, 3843.0, 3843.0, 3844.0, 3843.0, 3854.0, 3845.0, 3844.0, 3855.0, 3845.0, 3845.0, 3858.0, 3858.0, 3857.0, 3858.0, 3858.0, 3859.0, 3869.0, 3871.0, 3860.0, 3872.0, 3873.0, 3861.0, 3871.0, 3873.0, 3862.0, 3874.0, 3886.0, 3874.0, 3884.0, 3875.0, 3873.0, 3885.0, 3887.0, 3885.0, 3885.0, 3889.0, 3886.0, 3885.0, 3887.0, 3886.0, 3897.0, 3886.0, 3886.0, 3907.0, 3888.0, 3888.0, 3899.0, 3888.0, 3887.0, 3899.0, 3889.0, 3888.0, 3899.0, 3887.0, 3888.0, 3898.0, 3887.0, 3899.0, 3910.0, 3900.0, 3898.0, 3910.0, 3888.0, 3897.0, 3909.0, 3899.0, 3887.0, 3906.0, 3886.0, 3885.0, 3906.0, 3887.0, 3874.0, 3905.0, 3883.0, 3871.0, 3892.0, 3874.0, 3872.0, 3892.0, 3873.0, 3872.0, 3872.0, 3873.0, 3884.0, 3862.0, 3884.0, 3875.0, 3874.0, 3883.0, 3886.0, 3886.0, 3884.0, 3874.0, 3873.0, 3884.0, 3885.0, 3886.0, 3895.0, 3886.0, 3886.0, 3886.0, 3885.0, 3898.0, 3899.0, 3886.0, 3886.0, 3886.0, 3886.0, 3897.0, 3887.0, 3899.0, 3887.0, 3887.0, 3896.0, 3885.0, 3885.0, 3895.0, 3886.0, 3885.0, 3906.0, 3875.0, 3883.0, 3895.0, 3886.0, 3884.0, 3895.0, 3874.0, 3883.0, 3883.0, 3885.0, 3883.0, 3894.0, 3872.0, 3872.0, 3872.0, 3886.0, 3885.0, 3884.0, 3873.0, 3873.0, 3883.0, 3874.0, 3884.0, 3896.0, 3874.0, 3872.0, 3894.0, 3872.0, 3883.0, 3884.0, 3872.0, 3882.0, 3872.0, 3873.0, 3894.0, 3884.0, 3885.0, 3884.0, 3873.0, 3883.0, 3884.0, 3883.0, 3886.0, 3884.0, 3883.0, 3894.0, 3873.0, 3882.0, 3884.0, 3885.0, 3884.0, 3883.0, 3884.0, 3884.0], 'WindowWidth': [8817.0, 8801.0, 8779.0, 8767.0, 8764.0, 8747.0, 8726.0, 8739.0, 8724.0, 8718.0, 8747.0, 8702.0, 8698.0, 8710.0, 8693.0, 8690.0, 8718.0, 8680.0, 8671.0, 8702.0, 8670.0, 8671.0, 8713.0, 8673.0, 8670.0, 8681.0, 8669.0, 8651.0, 8683.0, 8671.0, 8652.0, 8697.0, 8669.0, 8667.0, 8667.0, 8668.0, 8670.0, 8671.0, 8675.0, 8674.0, 8674.0, 8671.0, 8672.0, 8672.0, 8671.0, 8674.0, 8667.0, 8716.0, 8673.0, 8668.0, 8683.0, 8668.0, 8669.0, 8666.0, 8668.0, 8653.0, 8682.0, 8668.0, 8669.0, 8697.0, 8672.0, 8682.0, 8668.0, 8670.0, 8686.0, 8672.0, 8673.0, 8675.0, 8674.0, 8686.0, 8675.0, 8675.0, 8703.0, 8678.0, 8674.0, 8722.0, 8677.0, 8677.0, 8704.0, 8690.0, 8675.0, 8705.0, 8689.0, 8691.0, 8686.0, 8692.0, 8692.0, 8692.0, 8692.0, 8675.0, 8673.0, 8673.0, 8672.0, 8656.0, 8701.0, 8670.0, 8668.0, 8682.0, 8670.0, 8655.0, 8700.0, 8673.0, 8672.0, 8686.0, 8672.0, 8657.0, 8699.0, 8671.0, 8657.0, 8702.0, 8670.0, 8685.0, 8688.0, 8690.0, 8689.0, 8705.0, 8691.0, 8689.0, 8675.0, 8675.0, 8691.0, 8673.0, 8691.0, 8691.0, 8674.0, 8673.0, 8676.0, 8673.0, 8673.0, 8690.0, 8690.0, 8673.0, 8689.0, 8686.0, 8675.0, 8690.0, 8689.0, 8688.0, 8677.0, 8675.0, 8687.0, 8692.0, 8688.0, 8705.0, 8693.0, 8678.0, 8693.0, 8693.0, 8693.0, 8692.0, 8694.0, 8690.0, 8722.0, 8678.0, 8691.0, 8688.0, 8690.0, 8690.0, 8703.0, 8689.0, 8689.0, 8690.0, 8688.0, 8689.0, 8693.0, 8693.0, 8694.0, 8697.0, 8695.0, 8696.0, 8709.0, 8727.0, 8716.0, 8712.0, 8726.0, 8712.0, 8693.0, 8690.0, 8705.0, 8678.0, 8676.0, 8709.0, 8691.0, 8693.0, 8717.0, 8672.0, 8687.0, 8703.0, 8674.0, 8689.0, 8674.0, 8675.0, 8676.0, 8674.0, 8688.0, 8677.0, 8672.0, 8715.0, 8671.0, 8657.0, 8698.0, 8671.0, 8656.0, 8700.0, 8674.0, 8668.0, 8682.0, 8671.0, 8682.0, 8688.0, 8671.0, 8686.0, 8687.0, 8669.0, 8671.0, 8669.0, 8670.0, 8687.0, 8685.0, 8672.0, 8688.0, 8670.0, 8671.0, 8675.0, 8676.0, 8689.0, 8676.0, 8689.0, 8707.0, 8695.0, 8679.0, 8708.0, 8694.0, 8690.0, 8691.0, 8693.0, 8696.0, 8695.0, 8693.0, 8694.0, 8695.0, 8692.0, 8691.0, 8709.0, 8695.0, 8708.0, 8694.0, 8695.0, 8713.0, 8698.0, 8712.0, 8695.0, 8697.0, 8713.0, 8697.0, 8698.0, 8709.0, 8695.0, 8695.0, 8708.0, 8697.0, 8676.0, 8688.0, 8676.0, 8677.0, 8702.0, 8673.0, 8672.0, 8683.0, 8672.0, 8668.0, 8681.0, 8667.0, 8652.0, 8682.0, 8667.0, 8651.0, 8683.0, 8670.0, 8652.0, 8683.0, 8666.0, 8668.0, 8669.0, 8670.0, 8687.0, 8670.0, 8676.0, 8688.0, 8673.0, 8676.0, 8691.0, 8693.0, 8693.0, 8692.0, 8679.0, 8691.0, 8693.0, 8681.0, 8692.0, 8679.0, 8675.0, 8689.0, 8675.0, 8676.0, 8692.0, 8676.0, 8677.0, 8691.0, 8678.0, 8691.0, 8707.0, 8693.0, 8680.0, 8707.0, 8694.0, 8694.0, 8710.0, 8697.0, 8710.0, 8709.0, 8695.0, 8693.0, 8679.0, 8699.0, 8697.0, 8681.0, 8697.0, 8696.0, 8693.0, 8696.0, 8696.0, 8677.0, 8705.0, 8677.0, 8676.0, 8692.0, 8693.0, 8690.0, 8707.0, 8689.0, 8673.0, 8705.0, 8696.0, 8677.0, 8708.0, 8694.0, 8689.0, 8690.0, 8693.0, 8695.0, 8696.0, 8694.0, 8691.0, 8677.0, 8693.0, 8711.0, 8694.0, 8694.0, 8693.0, 8694.0, 8710.0, 8692.0, 8692.0, 8709.0, 8693.0, 8676.0, 8709.0, 8695.0, 8676.0, 8708.0, 8677.0, 8672.0, 8689.0, 8673.0, 8673.0, 8703.0, 8675.0, 8653.0, 8682.0, 8668.0, 8670.0, 8686.0, 8671.0, 8668.0, 8682.0, 8668.0, 8669.0, 8669.0, 8668.0, 8667.0, 8651.0, 8668.0, 8672.0, 8656.0, 8670.0, 8674.0, 8669.0, 8683.0, 8674.0, 8677.0, 8704.0, 8674.0, 8689.0, 8686.0, 8675.0, 8692.0, 8674.0, 8691.0, 8676.0, 8690.0, 8701.0, 8679.0, 8679.0, 8709.0, 8696.0, 8682.0, 8708.0, 8694.0, 8709.0, 8697.0, 8697.0, 8695.0, 8695.0, 8711.0, 8699.0, 8698.0, 8711.0, 8697.0, 8693.0, 8708.0, 8678.0, 8676.0, 8706.0, 8679.0, 8690.0, 8702.0, 8674.0, 8690.0, 8709.0, 8690.0, 8674.0, 8687.0, 8673.0, 8672.0, 8672.0, 8689.0, 8675.0, 8674.0, 8704.0, 8673.0, 8672.0, 8684.0, 8672.0, 8671.0, 8688.0, 8676.0, 8670.0, 8686.0, 8672.0, 8667.0, 8669.0, 8669.0, 8668.0, 8701.0, 8672.0, 8654.0, 8684.0, 8667.0, 8652.0, 8680.0, 8672.0, 8671.0, 8687.0, 8673.0, 8673.0, 8654.0, 8670.0, 8678.0, 8692.0, 8697.0, 8681.0, 8678.0, 8709.0, 8695.0, 8678.0, 8708.0, 8682.0, 8697.0, 8711.0, 8681.0, 8682.0, 8706.0, 8696.0, 8694.0, 8712.0, 8699.0, 8696.0, 8709.0, 8694.0, 8676.0, 8703.0, 8676.0, 8674.0, 8704.0, 8675.0, 8670.0, 8684.0, 8670.0, 8669.0, 8669.0, 8671.0, 8659.0, 8683.0, 8672.0, 8656.0, 8684.0, 8672.0, 8657.0, 8683.0, 8674.0, 8660.0, 8685.0, 8677.0, 8682.0, 8694.0, 8693.0, 8691.0, 8693.0, 8692.0, 8698.0, 8693.0, 8691.0, 8691.0, 8677.0, 8689.0, 8681.0, 8695.0, 8708.0, 8699.0, 8696.0, 8708.0, 8698.0, 8680.0, 8706.0, 8695.0, 8679.0, 8711.0, 8700.0, 8696.0, 8712.0, 8695.0, 8675.0, 8691.0, 8695.0, 8677.0, 8705.0, 8675.0, 8655.0, 8687.0, 8672.0, 8658.0, 8685.0, 8670.0, 8667.0, 8688.0, 8673.0, 8670.0, 8685.0, 8672.0, 8673.0, 8676.0, 8692.0, 8679.0, 8679.0, 8708.0, 8678.0, 8680.0, 8710.0, 8698.0, 8701.0, 8712.0, 8700.0, 8700.0, 8697.0, 8701.0, 8706.0, 8706.0, 8721.0, 8701.0, 8685.0, 8698.0, 8716.0, 8702.0, 8714.0, 8701.0, 8701.0, 8698.0, 8700.0, 8708.0, 8716.0, 8700.0, 8698.0, 8716.0, 8699.0, 8701.0, 8699.0, 8699.0, 8696.0, 8697.0, 8683.0, 8697.0, 8714.0, 8698.0, 8682.0, 8727.0, 8693.0, 8693.0, 8692.0, 8695.0, 8695.0, 8710.0, 8680.0, 8677.0, 8702.0, 8673.0, 8673.0, 8691.0, 8671.0, 8671.0, 8698.0, 8669.0, 8669.0, 8687.0, 8694.0, 8675.0, 8687.0, 8674.0, 8673.0, 8670.0, 8671.0, 8695.0, 8662.0, 8675.0, 8674.0, 8656.0, 8673.0, 8691.0, 8675.0, 8677.0, 8695.0, 8680.0, 8694.0, 8696.0, 8693.0, 8695.0, 8695.0, 8680.0, 8696.0, 8703.0, 8689.0, 8702.0, 8704.0, 8685.0, 8701.0, 8707.0, 8688.0, 8716.0, 8687.0, 8683.0, 8743.0, 8711.0, 8682.0, 8679.0, 8691.0, 8661.0, 8687.0, 8672.0, 8670.0, 8674.0, 8660.0, 8701.0, 8697.0, 8675.0, 8711.0, 8666.0, 8675.0, 8677.0, 8643.0, 8686.0, 8656.0, 8623.0, 8667.0, 8661.0, 8644.0, 8648.0, 8617.0, 8613.0, 8615.0, 8616.0, 8615.0, 8632.0, 8621.0, 8620.0, 8636.0, 8625.0, 8622.0, 8644.0, 8646.0, 8642.0, 8644.0, 8646.0, 8648.0, 8663.0, 8669.0, 8653.0, 8671.0, 8673.0, 8656.0, 8669.0, 8674.0, 8658.0, 8678.0, 8698.0, 8678.0, 8692.0, 8682.0, 8677.0, 8695.0, 8702.0, 8695.0, 8696.0, 8709.0, 8699.0, 8696.0, 8703.0, 8698.0, 8714.0, 8698.0, 8697.0, 8728.0, 8703.0, 8704.0, 8720.0, 8703.0, 8702.0, 8721.0, 8710.0, 8705.0, 8719.0, 8702.0, 8704.0, 8717.0, 8703.0, 8720.0, 8739.0, 8723.0, 8719.0, 8737.0, 8705.0, 8714.0, 8734.0, 8720.0, 8699.0, 8726.0, 8697.0, 8694.0, 8725.0, 8700.0, 8678.0, 8720.0, 8686.0, 8667.0, 8699.0, 8679.0, 8671.0, 8699.0, 8673.0, 8670.0, 8672.0, 8674.0, 8692.0, 8659.0, 8690.0, 8679.0, 8678.0, 8689.0, 8696.0, 8696.0, 8692.0, 8679.0, 8676.0, 8691.0, 8695.0, 8697.0, 8708.0, 8698.0, 8698.0, 8697.0, 8695.0, 8716.0, 8719.0, 8699.0, 8699.0, 8699.0, 8698.0, 8713.0, 8702.0, 8722.0, 8701.0, 8698.0, 8712.0, 8694.0, 8693.0, 8709.0, 8696.0, 8693.0, 8724.0, 8679.0, 8689.0, 8708.0, 8698.0, 8691.0, 8708.0, 8679.0, 8688.0, 8689.0, 8694.0, 8686.0, 8703.0, 8673.0, 8671.0, 8672.0, 8696.0, 8693.0, 8691.0, 8676.0, 8674.0, 8687.0, 8677.0, 8692.0, 8712.0, 8678.0, 8672.0, 8703.0, 8672.0, 8689.0, 8690.0, 8673.0, 8685.0, 8672.0, 8675.0, 8704.0, 8691.0, 8694.0, 8691.0, 8676.0, 8687.0, 8690.0, 8687.0, 8697.0, 8689.0, 8687.0, 8704.0, 8673.0, 8685.0, 8693.0, 8692.0, 8691.0, 8688.0, 8690.0, 8689.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.0005788683602771363</td></tr>
<tr><td colspan=3>aqi</td><td>0.023142084642032334</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.19523379818495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1587201749595377</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9842392723121387</td></tr>
<tr><td colspan=3>efc</td><td>0.4507</td></tr>
<tr><td colspan=3>fber</td><td>6285.5361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.057818316885899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438254464011816</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.351782307565504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6585107547979825</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30447032967196</td></tr>
<tr><td colspan=3>gcor</td><td>0.00900905</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01950332149863243</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0180060938000679</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.8346379305799076</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>34.4795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9184</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.7559</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309452.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.5857</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1638</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.8718</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3139.3215</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.5661</td></tr>
<tr><td colspan=3>tsnr</td><td>41.07671994564589</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>