ds005256-mriqc/sub-0130_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3f1617b677 [DATALAD RUNCMD] Compute MRIQC for sub-0130
=== 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-0130 --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-0130",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:25 +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-0130_ses-04_task-social_acq-mb8_run-01_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-0130_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-01_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-0130/ses-04/func/sub-0130_ses-04_task-social_acq-mb8_run-01_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>fe0513970422934425e285d9e0d0a8be</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:47:53.987500</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0890505</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2326de3d-d56a-452d-b5f0-46d94a3e39e6||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['184753.987500', '184754.447500', '184754.907500', '184755.367500', '184755.827500', '184756.287500', '184756.747500', '184757.207500', '184757.667500', '184758.127500', '184758.587500', '184759.047500', '184759.507500', '184759.967500', '184800.427500', '184800.887500', '184801.347500', '184801.807500', '184802.267500', '184802.727500', '184803.187500', '184803.647500', '184804.107500', '184804.567500', '184805.027500', '184805.487500', '184805.947500', '184806.407500', '184806.867500', '184807.327500', '184807.787500', '184808.247500', '184808.707500', '184809.167500', '184809.627500', '184810.087500', '184810.547500', '184811.007500', '184811.467500', '184811.927500', '184812.387500', '184812.847500', '184813.307500', '184813.767500', '184814.227500', '184814.687500', '184815.147500', '184815.607500', '184816.067500', '184816.527500', '184816.987500', '184817.447500', '184817.907500', '184818.367500', '184818.827500', '184819.287500', '184819.747500', '184820.207500', '184820.667500', '184821.127500', '184821.587500', '184822.047500', '184822.507500', '184822.967500', '184823.427500', '184823.887500', '184824.347500', '184824.807500', '184825.267500', '184825.727500', '184826.187500', '184826.647500', '184827.107500', '184827.567500', '184828.027500', '184828.487500', '184828.947500', '184829.407500', '184829.867500', '184830.327500', '184830.787500', '184831.247500', '184831.707500', '184832.167500', '184832.627500', '184833.087500', '184833.547500', '184834.007500', '184834.467500', '184834.927500', '184835.387500', '184835.847500', '184836.307500', '184836.767500', '184837.227500', '184837.687500', '184838.147500', '184838.607500', '184839.067500', '184839.527500', '184839.987500', '184840.447500', '184840.907500', '184841.367500', '184841.827500', '184842.287500', '184842.747500', '184843.207500', '184843.667500', '184844.127500', '184844.587500', '184845.047500', '184845.507500', '184845.967500', '184846.427500', '184846.887500', '184847.347500', '184847.807500', '184848.267500', '184848.727500', '184849.187500', '184849.647500', '184850.107500', '184850.567500', '184851.027500', '184851.487500', '184851.947500', '184852.407500', '184852.867500', '184853.327500', '184853.787500', '184854.247500', '184854.707500', '184855.167500', '184855.627500', '184856.087500', '184856.547500', '184857.007500', '184857.467500', '184857.927500', '184858.387500', '184858.847500', '184859.307500', '184859.767500', '184900.227500', '184900.687500', '184901.147500', '184901.607500', '184902.067500', '184902.527500', '184902.987500', '184903.447500', '184903.907500', '184904.367500', '184904.827500', '184905.287500', '184905.747500', '184906.207500', '184906.667500', '184907.127500', '184907.587500', '184908.047500', '184908.507500', '184908.967500', '184909.427500', '184909.887500', '184910.347500', '184910.807500', '184911.267500', '184911.727500', '184912.187500', '184912.647500', '184913.107500', '184913.567500', '184914.027500', '184914.487500', '184914.947500', '184915.407500', '184915.867500', '184916.327500', '184916.787500', '184917.247500', '184917.707500', '184918.167500', '184918.627500', '184919.087500', '184919.547500', '184920.007500', '184920.467500', '184920.927500', '184921.387500', '184921.847500', '184922.307500', '184922.767500', '184923.227500', '184923.687500', '184924.147500', '184924.607500', '184925.067500', '184925.527500', '184925.987500', '184926.447500', '184926.907500', '184927.367500', '184927.827500', '184928.287500', '184928.747500', '184929.207500', '184929.667500', '184930.127500', '184930.587500', '184931.047500', '184931.507500', '184931.967500', '184932.427500', '184932.887500', '184933.347500', '184933.807500', '184934.267500', '184934.727500', '184935.187500', '184935.647500', '184936.107500', '184936.567500', '184937.027500', '184937.487500', '184937.947500', '184938.407500', '184938.867500', '184939.327500', '184939.787500', '184940.247500', '184940.707500', '184941.167500', '184941.627500', '184942.087500', '184942.547500', '184943.007500', '184943.467500', '184943.927500', '184944.387500', '184944.847500', '184945.307500', '184945.767500', '184946.227500', '184946.687500', '184947.147500', '184947.607500', '184948.067500', '184948.527500', '184948.987500', '184949.447500', '184949.907500', '184950.367500', '184950.827500', '184951.287500', '184951.747500', '184952.207500', '184952.667500', '184953.127500', '184953.587500', '184954.047500', '184954.507500', '184954.967500', '184955.427500', '184955.887500', '184956.347500', '184956.807500', '184957.267500', '184957.727500', '184958.187500', '184958.647500', '184959.107500', '184959.567500', '185000.027500', '185000.487500', '185000.947500', '185001.407500', '185001.867500', '185002.327500', '185002.787500', '185003.247500', '185003.707500', '185004.167500', '185004.627500', '185005.087500', '185005.547500', '185006.007500', '185006.467500', '185006.927500', '185007.387500', '185007.847500', '185008.307500', '185008.767500', '185009.227500', '185009.687500', '185010.147500', '185010.607500', '185011.067500', '185011.527500', '185011.987500', '185012.447500', '185012.907500', '185013.367500', '185013.827500', '185014.287500', '185014.747500', '185015.207500', '185015.667500', '185016.127500', '185016.587500', '185017.047500', '185017.507500', '185017.967500', '185018.427500', '185018.887500', '185019.347500', '185019.807500', '185020.267500', '185020.727500', '185021.187500', '185021.647500', '185022.107500', '185022.567500', '185023.027500', '185023.487500', '185023.947500', '185024.407500', '185024.867500', '185025.327500', '185025.787500', '185026.247500', '185026.707500', '185027.167500', '185027.627500', '185028.087500', '185028.547500', '185029.007500', '185029.467500', '185029.927500', '185030.387500', '185030.847500', '185031.307500', '185031.767500', '185032.227500', '185032.687500', '185033.147500', '185033.607500', '185034.067500', '185034.527500', '185034.987500', '185035.447500', '185035.907500', '185036.367500', '185036.827500', '185037.287500', '185037.747500', '185038.207500', '185038.667500', '185039.127500', '185039.587500', '185040.047500', '185040.507500', '185040.967500', '185041.427500', '185041.887500', '185042.347500', '185042.807500', '185043.267500', '185043.727500', '185044.187500', '185044.647500', '185045.107500', '185045.567500', '185046.027500', '185046.487500', '185046.947500', '185047.407500', '185047.867500', '185048.327500', '185048.787500', '185049.247500', '185049.707500', '185050.167500', '185050.627500', '185051.087500', '185051.547500', '185052.007500', '185052.467500', '185052.927500', '185053.387500', '185053.847500', '185054.307500', '185054.767500', '185055.227500', '185055.687500', '185056.147500', '185056.607500', '185057.067500', '185057.527500', '185057.987500', '185058.447500', '185058.907500', '185059.367500', '185059.827500', '185100.287500', '185100.747500', '185101.207500', '185101.667500', '185102.127500', '185102.587500', '185103.047500', '185103.507500', '185103.967500', '185104.427500', '185104.887500', '185105.347500', '185105.807500', '185106.267500', '185106.727500', '185107.187500', '185107.647500', '185108.107500', '185108.567500', '185109.027500', '185109.487500', '185109.947500', '185110.407500', '185110.867500', '185111.327500', '185111.787500', '185112.247500', '185112.707500', '185113.167500', '185113.627500', '185114.087500', '185114.547500', '185115.007500', '185115.467500', '185115.927500', '185116.387500', '185116.847500', '185117.307500', '185117.767500', '185118.227500', '185118.687500', '185119.147500', '185119.607500', '185120.067500', '185120.527500', '185120.987500', '185121.447500', '185121.907500', '185122.367500', '185122.827500', '185123.287500', '185123.747500', '185124.207500', '185124.667500', '185125.127500', '185125.587500', '185126.047500', '185126.507500', '185126.967500', '185127.427500', '185127.887500', '185128.347500', '185128.807500', '185129.267500', '185129.727500', '185130.187500', '185130.647500', '185131.107500', '185131.567500', '185132.027500', '185132.487500', '185132.947500', '185133.407500', '185133.867500', '185134.327500', '185134.787500', '185135.247500', '185135.707500', '185136.167500', '185136.627500', '185137.087500', '185137.547500', '185138.007500', '185138.467500', '185138.927500', '185139.387500', '185139.847500', '185140.307500', '185140.767500', '185141.227500', '185141.687500', '185142.147500', '185142.607500', '185143.067500', '185143.527500', '185143.987500', '185144.447500', '185144.907500', '185145.367500', '185145.827500', '185146.287500', '185146.747500', '185147.207500', '185147.667500', '185148.127500', '185148.587500', '185149.047500', '185149.507500', '185149.967500', '185150.427500', '185150.887500', '185151.347500', '185151.807500', '185152.267500', '185152.727500', '185153.187500', '185153.647500', '185154.107500', '185154.567500', '185155.027500', '185155.487500', '185155.947500', '185156.407500', '185156.867500', '185157.327500', '185157.787500', '185158.247500', '185158.707500', '185159.167500', '185159.627500', '185200.087500', '185200.547500', '185201.007500', '185201.467500', '185201.927500', '185202.387500', '185202.847500', '185203.307500', '185203.767500', '185204.227500', '185204.687500', '185205.147500', '185205.607500', '185206.067500', '185206.527500', '185206.987500', '185207.447500', '185207.907500', '185208.367500', '185208.827500', '185209.287500', '185209.747500', '185210.207500', '185210.667500', '185211.127500', '185211.587500', '185212.047500', '185212.507500', '185212.967500', '185213.427500', '185213.887500', '185214.347500', '185214.807500', '185215.267500', '185215.727500', '185216.187500', '185216.647500', '185217.107500', '185217.567500', '185218.027500', '185218.487500', '185218.947500', '185219.407500', '185219.867500', '185220.327500', '185220.787500', '185221.247500', '185221.707500', '185222.167500', '185222.627500', '185223.087500', '185223.547500', '185224.007500', '185224.467500', '185224.927500', '185225.387500', '185225.847500', '185226.307500', '185226.767500', '185227.227500', '185227.687500', '185228.147500', '185228.607500', '185229.067500', '185229.527500', '185229.987500', '185230.447500', '185230.907500', '185231.367500', '185231.827500', '185232.287500', '185232.747500', '185233.207500', '185233.667500', '185234.127500', '185234.587500', '185235.047500', '185235.507500', '185235.967500', '185236.427500', '185236.887500', '185237.347500', '185237.807500', '185238.267500', '185238.727500', '185239.187500', '185239.647500', '185240.107500', '185240.567500', '185241.027500', '185241.487500', '185241.947500', '185242.407500', '185242.867500', '185243.327500', '185243.787500', '185244.247500', '185244.707500', '185245.167500', '185245.627500', '185246.087500', '185246.547500', '185247.007500', '185247.467500', '185247.927500', '185248.387500', '185248.847500', '185249.307500', '185249.767500', '185250.227500', '185250.687500', '185251.147500', '185251.607500', '185252.067500', '185252.527500', '185252.987500', '185253.447500', '185253.907500', '185254.367500', '185254.827500', '185255.287500', '185255.747500', '185256.207500', '185256.667500', '185257.127500', '185257.587500', '185258.047500', '185258.507500', '185258.967500', '185259.427500', '185259.887500', '185300.347500', '185300.807500', '185301.267500', '185301.727500', '185302.187500', '185302.647500', '185303.107500', '185303.567500', '185304.027500', '185304.487500', '185304.947500', '185305.407500', '185305.867500', '185306.327500', '185306.787500', '185307.247500', '185307.707500', '185308.167500', '185308.627500', '185309.087500', '185309.547500', '185310.007500', '185310.467500', '185310.927500', '185311.387500', '185311.847500', '185312.307500', '185312.767500', '185313.227500', '185313.687500', '185314.147500', '185314.607500', '185315.067500', '185315.527500', '185315.987500', '185316.447500', '185316.907500', '185317.367500', '185317.827500', '185318.287500', '185318.747500', '185319.207500', '185319.667500', '185320.127500', '185320.587500', '185321.047500', '185321.507500', '185321.967500', '185322.427500', '185322.887500', '185323.347500', '185323.807500', '185324.267500', '185324.727500', '185325.187500', '185325.647500', '185326.107500', '185326.567500', '185327.027500', '185327.487500', '185327.947500', '185328.407500', '185328.867500', '185329.327500', '185329.787500', '185330.247500', '185330.707500', '185331.167500', '185331.627500', '185332.087500', '185332.547500', '185333.007500', '185333.467500', '185333.927500', '185334.387500', '185334.847500', '185335.307500', '185335.767500', '185336.227500', '185336.687500', '185337.147500', '185337.607500', '185338.067500', '185338.527500', '185338.987500', '185339.447500', '185339.907500', '185340.367500', '185340.827500', '185341.287500', '185341.747500', '185342.207500', '185342.667500', '185343.127500', '185343.587500', '185344.047500', '185344.507500', '185344.967500', '185345.427500', '185345.887500', '185346.347500', '185346.807500', '185347.267500', '185347.727500', '185348.187500', '185348.647500', '185349.107500', '185349.567500', '185350.027500', '185350.487500', '185350.947500', '185351.407500', '185351.867500', '185352.327500', '185352.787500', '185353.247500', '185353.707500', '185354.167500', '185354.627500', '185355.087500', '185355.547500', '185356.007500', '185356.467500', '185356.927500', '185357.387500', '185357.847500', '185358.307500', '185358.767500', '185359.227500', '185359.687500', '185400.147500', '185400.607500', '185401.067500', '185401.527500', '185401.987500', '185402.447500', '185402.907500', '185403.367500', '185403.827500', '185404.287500', '185404.747500', '185405.207500', '185405.667500', '185406.127500', '185406.587500', '185407.047500', '185407.507500', '185407.967500', '185408.427500', '185408.887500', '185409.347500', '185409.807500', '185410.267500', '185410.727500', '185411.187500', '185411.647500', '185412.107500', '185412.567500', '185413.027500', '185413.487500', '185413.947500', '185414.407500', '185414.867500', '185415.327500', '185415.787500', '185416.247500', '185416.707500', '185417.167500', '185417.627500', '185418.087500', '185418.547500', '185419.007500', '185419.467500', '185419.927500', '185420.387500', '185420.847500', '185421.307500', '185421.767500', '185422.227500', '185422.687500', '185423.147500', '185423.607500', '185424.067500', '185424.527500', '185424.987500', '185425.447500', '185425.907500', '185426.367500', '185426.827500', '185427.287500', '185427.747500', '185428.207500', '185428.667500', '185429.127500', '185429.587500', '185430.047500', '185430.507500', '185430.967500', '185431.427500', '185431.887500', '185432.347500', '185432.807500', '185433.267500', '185433.727500', '185434.187500', '185434.647500'], 'ContentTime': ['184808.407000', '184808.410000', '184808.412000', '184808.415000', '184808.418000', '184808.421000', '184808.423000', '184808.426000', '184808.428000', '184808.431000', '184808.434000', '184808.436000', '184808.439000', '184808.441000', '184808.444000', '184808.446000', '184808.449000', '184808.451000', '184808.454000', '184808.456000', '184808.459000', '184808.462000', '184808.464000', '184808.467000', '184808.469000', '184808.472000', '184808.474000', '184808.477000', '184808.479000', '184828.348000', '184828.350000', '184828.353000', '184828.356000', '184828.358000', '184828.361000', '184828.363000', '184828.366000', '184828.368000', '184828.371000', '184828.373000', '184828.376000', '184828.379000', '184828.381000', '184828.384000', '184828.386000', '184828.389000', '184828.391000', '184828.394000', '184828.397000', '184828.399000', '184828.402000', '184828.404000', '184828.407000', '184828.409000', '184828.412000', '184828.414000', '184828.417000', '184828.425000', '184828.428000', '184828.430000', '184828.433000', '184828.435000', '184828.438000', '184828.440000', '184828.443000', '184828.446000', '184828.448000', '184828.451000', '184828.453000', '184828.456000', '184828.459000', '184828.461000', '184848.347000', '184848.350000', '184848.353000', '184848.355000', '184848.358000', '184848.361000', '184848.363000', '184848.366000', '184848.368000', '184848.371000', '184848.373000', '184848.376000', '184848.379000', '184848.381000', '184848.384000', '184848.386000', '184848.389000', '184848.391000', '184848.394000', '184848.396000', '184848.429000', '184848.431000', '184848.434000', '184848.436000', '184848.439000', '184848.442000', '184848.444000', '184848.447000', '184848.449000', '184848.452000', '184848.455000', '184848.457000', '184848.460000', '184848.462000', '184848.465000', '184848.467000', '184848.470000', '184848.473000', '184848.475000', '184848.478000', '184848.480000', '184848.483000', '184848.486000', '184848.488000', '184908.348000', '184908.351000', '184908.354000', '184908.356000', '184908.359000', '184908.362000', '184908.364000', '184908.367000', '184908.369000', '184908.372000', '184908.390000', '184908.393000', '184908.396000', '184908.398000', '184908.401000', '184908.403000', '184908.406000', '184908.409000', '184908.411000', '184908.414000', '184908.416000', '184908.419000', '184908.421000', '184908.424000', '184908.427000', '184908.429000', '184908.432000', '184908.434000', '184908.437000', '184908.440000', '184908.442000', '184908.445000', '184908.447000', '184908.450000', '184908.452000', '184908.455000', '184908.458000', '184908.460000', '184908.463000', '184908.465000', '184908.468000', '184908.471000', '184908.473000', '184928.348000', '184928.351000', '184928.354000', '184928.356000', '184928.359000', '184928.362000', '184928.364000', '184928.367000', '184928.369000', '184928.372000', '184928.375000', '184928.377000', '184928.380000', '184928.383000', '184928.385000', '184928.388000', '184928.390000', '184928.393000', '184928.396000', '184928.398000', '184928.401000', '184928.403000', '184928.406000', '184928.408000', '184928.411000', '184928.414000', '184928.416000', '184928.419000', '184928.422000', '184928.424000', '184928.427000', '184928.429000', '184928.432000', '184928.434000', '184928.437000', '184928.440000', '184928.442000', '184928.445000', '184928.447000', '184928.450000', '184928.453000', '184928.455000', '184928.458000', '184948.349000', '184948.351000', '184948.354000', '184948.356000', '184948.359000', '184948.362000', '184948.364000', '184948.367000', '184948.369000', '184948.372000', '184948.375000', '184948.377000', '184948.380000', '184948.382000', '184948.385000', '184948.388000', '184948.390000', '184948.393000', '184948.395000', '184948.398000', '184948.400000', '184948.403000', '184948.406000', '184948.408000', '184948.411000', '184948.413000', '184948.416000', '184948.419000', '184948.421000', '184948.424000', '184948.426000', '184948.429000', '184948.432000', '184948.434000', '184948.437000', '184948.439000', '184948.442000', '184948.445000', '184948.447000', '184948.450000', '184948.452000', '184948.455000', '184948.457000', '184948.460000', '185008.348000', '185008.351000', '185008.354000', '185008.356000', '185008.359000', '185008.361000', '185008.364000', '185008.367000', '185008.369000', '185008.372000', '185008.374000', '185008.377000', '185008.380000', '185008.382000', '185008.385000', '185008.387000', '185008.390000', '185008.393000', '185008.395000', '185008.398000', '185008.400000', '185008.403000', '185008.405000', '185008.408000', '185008.411000', '185008.413000', '185008.416000', '185008.419000', '185008.421000', '185008.424000', '185008.426000', '185008.429000', '185008.432000', '185008.434000', '185008.437000', '185008.439000', '185008.442000', '185008.445000', '185008.447000', '185008.450000', '185008.452000', '185008.455000', '185008.457000', '185008.460000', '185028.347000', '185028.350000', '185028.353000', '185028.355000', '185028.358000', '185028.361000', '185028.363000', '185028.366000', '185028.368000', '185028.371000', '185028.373000', '185028.376000', '185028.379000', '185028.381000', '185028.384000', '185028.386000', '185028.389000', '185028.392000', '185028.394000', '185028.397000', '185028.399000', '185028.402000', '185028.405000', '185028.407000', '185028.410000', '185028.412000', '185028.415000', '185028.418000', '185028.420000', '185028.423000', '185028.426000', '185028.428000', '185028.431000', '185028.433000', '185028.436000', '185028.438000', '185028.441000', '185028.444000', '185028.446000', '185028.449000', '185028.452000', '185028.454000', '185028.457000', '185048.348000', '185048.350000', '185048.353000', '185048.356000', '185048.358000', '185048.361000', '185048.394000', '185048.396000', '185048.399000', '185048.402000', '185048.404000', '185048.407000', '185048.410000', '185048.412000', '185048.415000', '185048.417000', '185048.420000', '185048.422000', '185048.425000', '185048.427000', '185048.430000', '185048.433000', '185048.435000', '185048.438000', '185048.441000', '185048.443000', '185048.446000', '185048.448000', '185048.451000', '185048.454000', '185048.456000', '185048.459000', '185048.461000', '185048.464000', '185048.467000', '185048.469000', '185048.472000', '185048.474000', '185048.477000', '185048.480000', '185048.482000', '185048.485000', '185048.487000', '185048.490000', '185108.347000', '185108.350000', '185108.353000', '185108.355000', '185108.358000', '185108.361000', '185108.363000', '185108.366000', '185108.368000', '185108.371000', '185108.373000', '185108.376000', '185108.379000', '185108.381000', '185108.384000', '185108.386000', '185108.389000', '185108.392000', '185108.394000', '185108.397000', '185108.399000', '185108.402000', '185108.404000', '185108.407000', '185108.410000', '185108.412000', '185108.415000', '185108.418000', '185108.420000', '185108.423000', '185108.425000', '185108.428000', '185108.430000', '185108.433000', '185108.436000', '185108.438000', '185108.441000', '185108.443000', '185108.446000', '185108.449000', '185108.451000', '185108.454000', '185108.456000', '185128.348000', '185128.351000', '185128.354000', '185128.356000', '185128.359000', '185128.362000', '185128.365000', '185128.368000', '185128.370000', '185128.373000', '185128.376000', '185128.378000', '185128.381000', '185128.383000', '185128.386000', '185128.388000', '185128.391000', '185128.394000', '185128.396000', '185128.399000', '185128.401000', '185128.404000', '185128.407000', '185128.409000', '185128.412000', '185128.414000', '185128.417000', '185128.420000', '185128.422000', '185128.425000', '185128.427000', '185128.430000', '185128.433000', '185128.435000', '185128.438000', '185128.440000', '185128.443000', '185128.445000', '185128.448000', '185128.451000', '185128.453000', '185128.456000', '185128.458000', '185128.461000', '185148.348000', '185148.351000', '185148.354000', '185148.357000', '185148.359000', '185148.362000', '185148.364000', '185148.367000', '185148.369000', '185148.372000', '185148.375000', '185148.377000', '185148.380000', '185148.382000', '185148.385000', '185148.387000', '185148.390000', '185148.393000', '185148.395000', '185148.398000', '185148.400000', '185148.403000', '185148.405000', '185148.408000', '185148.411000', '185148.413000', '185148.416000', '185148.418000', '185148.421000', '185148.423000', '185148.426000', '185148.429000', '185148.431000', '185148.434000', '185148.436000', '185148.439000', '185148.441000', '185148.444000', '185148.447000', '185148.449000', '185148.452000', '185148.455000', '185148.457000', '185208.348000', '185208.361000', '185208.363000', '185208.366000', '185208.369000', '185208.371000', '185208.374000', '185208.377000', '185208.379000', '185208.382000', '185208.384000', '185208.387000', '185208.390000', '185208.392000', '185208.395000', '185208.397000', '185208.400000', '185208.402000', '185208.405000', '185208.408000', '185208.410000', '185208.413000', '185208.415000', '185208.418000', '185208.421000', '185208.423000', '185208.426000', '185208.429000', '185208.431000', '185208.434000', '185208.437000', '185208.453000', '185208.455000', '185208.458000', '185208.461000', '185208.463000', '185208.466000', '185208.469000', '185208.471000', '185208.474000', '185208.476000', '185208.479000', '185208.481000', '185208.484000', '185228.349000', '185228.351000', '185228.354000', '185228.357000', '185228.359000', '185228.362000', '185228.365000', '185228.367000', '185228.370000', '185228.372000', '185228.375000', '185228.378000', '185228.380000', '185228.383000', '185228.385000', '185228.388000', '185228.391000', '185228.393000', '185228.396000', '185228.399000', '185228.401000', '185228.404000', '185228.406000', '185228.409000', '185228.411000', '185228.414000', '185228.417000', '185228.419000', '185228.422000', '185228.424000', '185228.427000', '185228.430000', '185228.432000', '185228.435000', '185228.437000', '185228.440000', '185228.442000', '185228.445000', '185228.448000', '185228.450000', '185228.453000', '185228.456000', '185228.458000', '185248.347000', '185248.350000', '185248.353000', '185248.355000', '185248.358000', '185248.361000', '185248.363000', '185248.366000', '185248.368000', '185248.371000', '185248.373000', '185248.376000', '185248.379000', '185248.381000', '185248.384000', '185248.386000', '185248.389000', '185248.392000', '185248.394000', '185248.397000', '185248.399000', '185248.403000', '185248.406000', '185248.408000', '185248.411000', '185248.414000', '185248.416000', '185248.419000', '185248.421000', '185248.424000', '185248.427000', '185248.429000', '185248.432000', '185248.434000', '185248.437000', '185248.440000', '185248.442000', '185248.445000', '185248.447000', '185248.450000', '185248.453000', '185248.455000', '185248.458000', '185248.461000', '185308.348000', '185308.351000', '185308.353000', '185308.356000', '185308.358000', '185308.361000', '185308.363000', '185308.366000', '185308.369000', '185308.371000', '185308.374000', '185308.376000', '185308.379000', '185308.382000', '185308.384000', '185308.387000', '185308.389000', '185308.392000', '185308.395000', '185308.397000', '185308.400000', '185308.402000', '185308.405000', '185308.408000', '185308.410000', '185308.413000', '185308.415000', '185308.418000', '185308.421000', '185308.423000', '185308.426000', '185308.428000', '185308.431000', '185308.434000', '185308.436000', '185308.439000', '185308.441000', '185308.444000', '185308.446000', '185308.449000', '185308.452000', '185308.454000', '185308.457000', '185328.347000', '185328.350000', '185328.353000', '185328.355000', '185328.358000', '185328.361000', '185328.364000', '185328.367000', '185328.370000', '185328.372000', '185328.375000', '185328.378000', '185328.380000', '185328.383000', '185328.385000', '185328.388000', '185328.390000', '185328.393000', '185328.396000', '185328.398000', '185328.401000', '185328.403000', '185328.406000', '185328.409000', '185328.411000', '185328.414000', '185328.416000', '185328.419000', '185328.422000', '185328.424000', '185328.427000', '185328.429000', '185328.432000', '185328.435000', '185328.437000', '185328.440000', '185328.442000', '185328.445000', '185328.448000', '185328.450000', '185328.453000', '185328.455000', '185328.458000', '185348.349000', '185348.351000', '185348.354000', '185348.357000', '185348.359000', '185348.362000', '185348.365000', '185348.367000', '185348.370000', '185348.372000', '185348.375000', '185348.378000', '185348.380000', '185348.383000', '185348.386000', '185348.388000', '185348.391000', '185348.393000', '185348.396000', '185348.399000', '185348.401000', '185348.404000', '185348.406000', '185348.409000', '185348.411000', '185348.414000', '185348.417000', '185348.419000', '185348.422000', '185348.425000', '185348.427000', '185348.430000', '185348.432000', '185348.435000', '185348.438000', '185348.442000', '185348.444000', '185348.447000', '185348.450000', '185348.452000', '185348.455000', '185348.457000', '185348.460000', '185348.463000', '185408.349000', '185408.352000', '185408.354000', '185408.357000', '185408.359000', '185408.362000', '185408.365000', '185408.367000', '185408.370000', '185408.372000', '185408.375000', '185408.378000', '185408.380000', '185408.383000', '185408.386000', '185408.389000', '185408.391000', '185408.394000', '185408.396000', '185408.399000', '185408.402000', '185408.404000', '185408.407000', '185408.409000', '185408.412000', '185408.415000', '185408.417000', '185408.420000', '185408.423000', '185408.425000', '185408.428000', '185408.430000', '185408.433000', '185408.435000', '185408.438000', '185408.441000', '185408.444000', '185408.447000', '185408.449000', '185408.452000', '185408.455000', '185408.457000', '185408.460000', '185428.348000', '185428.351000', '185428.354000', '185428.356000', '185428.359000', '185428.362000', '185428.364000', '185428.367000', '185428.370000', '185428.372000', '185428.375000', '185428.377000', '185428.380000', '185428.382000', '185428.385000', '185428.388000', '185428.390000', '185428.393000', '185428.395000', '185428.398000', '185428.400000', '185428.404000', '185428.406000', '185428.409000', '185428.411000', '185428.414000', '185428.417000', '185428.419000', '185428.422000', '185428.424000', '185428.427000', '185428.429000', '185428.432000', '185428.435000', '185428.437000', '185428.440000', '185428.442000', '185428.445000', '185428.447000', '185428.450000', '185428.453000', '185428.455000', '185428.458000', '185428.460000', '185435.987000', '185435.990000', '185435.992000', '185435.995000', '185435.998000', '185436.001000', '185436.004000', '185436.007000', '185436.009000', '185436.012000', '185436.015000', '185436.018000', '185436.021000', '185436.023000', '185436.026000', '185436.029000', '185436.031000'], 'InstanceCreationTime': ['184808.407000', '184808.410000', '184808.412000', '184808.415000', '184808.418000', '184808.421000', '184808.423000', '184808.426000', '184808.428000', '184808.431000', '184808.434000', '184808.436000', '184808.439000', '184808.441000', '184808.444000', '184808.446000', '184808.449000', '184808.451000', '184808.454000', '184808.456000', '184808.459000', '184808.462000', '184808.464000', '184808.467000', '184808.469000', '184808.472000', '184808.474000', '184808.477000', '184808.479000', '184828.348000', '184828.350000', '184828.353000', '184828.356000', '184828.358000', '184828.361000', '184828.363000', '184828.366000', '184828.368000', '184828.371000', '184828.373000', '184828.376000', '184828.379000', '184828.381000', '184828.384000', '184828.386000', '184828.389000', '184828.391000', '184828.394000', '184828.397000', '184828.399000', '184828.402000', '184828.404000', '184828.407000', '184828.409000', '184828.412000', '184828.414000', '184828.417000', '184828.425000', '184828.428000', '184828.430000', '184828.433000', '184828.435000', '184828.438000', '184828.440000', '184828.443000', '184828.446000', '184828.448000', '184828.451000', '184828.453000', '184828.456000', '184828.459000', '184828.461000', '184848.347000', '184848.350000', '184848.353000', '184848.355000', '184848.358000', '184848.361000', '184848.363000', '184848.366000', '184848.368000', '184848.371000', '184848.373000', '184848.376000', '184848.379000', '184848.381000', '184848.384000', '184848.386000', '184848.389000', '184848.391000', '184848.394000', '184848.396000', '184848.429000', '184848.431000', '184848.434000', '184848.436000', '184848.439000', '184848.442000', '184848.444000', '184848.447000', '184848.449000', '184848.452000', '184848.455000', '184848.457000', '184848.460000', '184848.462000', '184848.465000', '184848.467000', '184848.470000', '184848.473000', '184848.475000', '184848.478000', '184848.480000', '184848.483000', '184848.486000', '184848.488000', '184908.348000', '184908.351000', '184908.354000', '184908.356000', '184908.359000', '184908.362000', '184908.364000', '184908.367000', '184908.369000', '184908.372000', '184908.390000', '184908.393000', '184908.396000', '184908.398000', '184908.401000', '184908.403000', '184908.406000', '184908.409000', '184908.411000', '184908.414000', '184908.416000', '184908.419000', '184908.421000', '184908.424000', '184908.427000', '184908.429000', '184908.432000', '184908.434000', '184908.437000', '184908.440000', '184908.442000', '184908.445000', '184908.447000', '184908.450000', '184908.452000', '184908.455000', '184908.458000', '184908.460000', '184908.463000', '184908.465000', '184908.468000', '184908.471000', '184908.473000', '184928.348000', '184928.351000', '184928.354000', '184928.356000', '184928.359000', '184928.362000', '184928.364000', '184928.367000', '184928.369000', '184928.372000', '184928.375000', '184928.377000', '184928.380000', '184928.383000', '184928.385000', '184928.388000', '184928.390000', '184928.393000', '184928.396000', '184928.398000', '184928.401000', '184928.403000', '184928.406000', '184928.408000', '184928.411000', '184928.414000', '184928.416000', '184928.419000', '184928.422000', '184928.424000', '184928.427000', '184928.429000', '184928.432000', '184928.434000', '184928.437000', '184928.440000', '184928.442000', '184928.445000', '184928.447000', '184928.450000', '184928.453000', '184928.455000', '184928.458000', '184948.349000', '184948.351000', '184948.354000', '184948.356000', '184948.359000', '184948.362000', '184948.364000', '184948.367000', '184948.369000', '184948.372000', '184948.375000', '184948.377000', '184948.380000', '184948.382000', '184948.385000', '184948.388000', '184948.390000', '184948.393000', '184948.395000', '184948.398000', '184948.400000', '184948.403000', '184948.406000', '184948.408000', '184948.411000', '184948.413000', '184948.416000', '184948.419000', '184948.421000', '184948.424000', '184948.426000', '184948.429000', '184948.432000', '184948.434000', '184948.437000', '184948.439000', '184948.442000', '184948.445000', '184948.447000', '184948.450000', '184948.452000', '184948.455000', '184948.457000', '184948.460000', '185008.348000', '185008.351000', '185008.354000', '185008.356000', '185008.359000', '185008.361000', '185008.364000', '185008.367000', '185008.369000', '185008.372000', '185008.374000', '185008.377000', '185008.380000', '185008.382000', '185008.385000', '185008.387000', '185008.390000', '185008.393000', '185008.395000', '185008.398000', '185008.400000', '185008.403000', '185008.405000', '185008.408000', '185008.411000', '185008.413000', '185008.416000', '185008.419000', '185008.421000', '185008.424000', '185008.426000', '185008.429000', '185008.432000', '185008.434000', '185008.437000', '185008.439000', '185008.442000', '185008.445000', '185008.447000', '185008.450000', '185008.452000', '185008.455000', '185008.457000', '185008.460000', '185028.347000', '185028.350000', '185028.353000', '185028.355000', '185028.358000', '185028.361000', '185028.363000', '185028.366000', '185028.368000', '185028.371000', '185028.373000', '185028.376000', '185028.379000', '185028.381000', '185028.384000', '185028.386000', '185028.389000', '185028.392000', '185028.394000', '185028.397000', '185028.399000', '185028.402000', '185028.405000', '185028.407000', '185028.410000', '185028.412000', '185028.415000', '185028.418000', '185028.420000', '185028.423000', '185028.426000', '185028.428000', '185028.431000', '185028.433000', '185028.436000', '185028.438000', '185028.441000', '185028.444000', '185028.446000', '185028.449000', '185028.452000', '185028.454000', '185028.457000', '185048.348000', '185048.350000', '185048.353000', '185048.356000', '185048.358000', '185048.361000', '185048.394000', '185048.396000', '185048.399000', '185048.402000', '185048.404000', '185048.407000', '185048.410000', '185048.412000', '185048.415000', '185048.417000', '185048.420000', '185048.422000', '185048.425000', '185048.427000', '185048.430000', '185048.433000', '185048.435000', '185048.438000', '185048.441000', '185048.443000', '185048.446000', '185048.448000', '185048.451000', '185048.454000', '185048.456000', '185048.459000', '185048.461000', '185048.464000', '185048.467000', '185048.469000', '185048.472000', '185048.474000', '185048.477000', '185048.480000', '185048.482000', '185048.485000', '185048.487000', '185048.490000', '185108.347000', '185108.350000', '185108.353000', '185108.355000', '185108.358000', '185108.361000', '185108.363000', '185108.366000', '185108.368000', '185108.371000', '185108.373000', '185108.376000', '185108.379000', '185108.381000', '185108.384000', '185108.386000', '185108.389000', '185108.392000', '185108.394000', '185108.397000', '185108.399000', '185108.402000', '185108.404000', '185108.407000', '185108.410000', '185108.412000', '185108.415000', '185108.418000', '185108.420000', '185108.423000', '185108.425000', '185108.428000', '185108.430000', '185108.433000', '185108.436000', '185108.438000', '185108.441000', '185108.443000', '185108.446000', '185108.449000', '185108.451000', '185108.454000', '185108.456000', '185128.348000', '185128.351000', '185128.354000', '185128.356000', '185128.359000', '185128.362000', '185128.365000', '185128.368000', '185128.370000', '185128.373000', '185128.376000', '185128.378000', '185128.381000', '185128.383000', '185128.386000', '185128.388000', '185128.391000', '185128.394000', '185128.396000', '185128.399000', '185128.401000', '185128.404000', '185128.407000', '185128.409000', '185128.412000', '185128.414000', '185128.417000', '185128.420000', '185128.422000', '185128.425000', '185128.427000', '185128.430000', '185128.433000', '185128.435000', '185128.438000', '185128.440000', '185128.443000', '185128.445000', '185128.448000', '185128.451000', '185128.453000', '185128.456000', '185128.458000', '185128.461000', '185148.348000', '185148.351000', '185148.354000', '185148.357000', '185148.359000', '185148.362000', '185148.364000', '185148.367000', '185148.369000', '185148.372000', '185148.375000', '185148.377000', '185148.380000', '185148.382000', '185148.385000', '185148.387000', '185148.390000', '185148.393000', '185148.395000', '185148.398000', '185148.400000', '185148.403000', '185148.405000', '185148.408000', '185148.411000', '185148.413000', '185148.416000', '185148.418000', '185148.421000', '185148.423000', '185148.426000', '185148.429000', '185148.431000', '185148.434000', '185148.436000', '185148.439000', '185148.441000', '185148.444000', '185148.447000', '185148.449000', '185148.452000', '185148.455000', '185148.457000', '185208.348000', '185208.361000', '185208.363000', '185208.366000', '185208.369000', '185208.371000', '185208.374000', '185208.377000', '185208.379000', '185208.382000', '185208.384000', '185208.387000', '185208.390000', '185208.392000', '185208.395000', '185208.397000', '185208.400000', '185208.402000', '185208.405000', '185208.408000', '185208.410000', '185208.413000', '185208.415000', '185208.418000', '185208.421000', '185208.423000', '185208.426000', '185208.429000', '185208.431000', '185208.434000', '185208.437000', '185208.453000', '185208.455000', '185208.458000', '185208.461000', '185208.463000', '185208.466000', '185208.469000', '185208.471000', '185208.474000', '185208.476000', '185208.479000', '185208.481000', '185208.484000', '185228.349000', '185228.351000', '185228.354000', '185228.357000', '185228.359000', '185228.362000', '185228.365000', '185228.367000', '185228.370000', '185228.372000', '185228.375000', '185228.378000', '185228.380000', '185228.383000', '185228.385000', '185228.388000', '185228.391000', '185228.393000', '185228.396000', '185228.399000', '185228.401000', '185228.404000', '185228.406000', '185228.409000', '185228.411000', '185228.414000', '185228.417000', '185228.419000', '185228.422000', '185228.424000', '185228.427000', '185228.430000', '185228.432000', '185228.435000', '185228.437000', '185228.440000', '185228.442000', '185228.445000', '185228.448000', '185228.450000', '185228.453000', '185228.456000', '185228.458000', '185248.347000', '185248.350000', '185248.353000', '185248.355000', '185248.358000', '185248.361000', '185248.363000', '185248.366000', '185248.368000', '185248.371000', '185248.373000', '185248.376000', '185248.379000', '185248.381000', '185248.384000', '185248.386000', '185248.389000', '185248.392000', '185248.394000', '185248.397000', '185248.399000', '185248.403000', '185248.406000', '185248.408000', '185248.411000', '185248.414000', '185248.416000', '185248.419000', '185248.421000', '185248.424000', '185248.427000', '185248.429000', '185248.432000', '185248.434000', '185248.437000', '185248.440000', '185248.442000', '185248.445000', '185248.447000', '185248.450000', '185248.453000', '185248.455000', '185248.458000', '185248.461000', '185308.348000', '185308.351000', '185308.353000', '185308.356000', '185308.358000', '185308.361000', '185308.363000', '185308.366000', '185308.369000', '185308.371000', '185308.374000', '185308.376000', '185308.379000', '185308.382000', '185308.384000', '185308.387000', '185308.389000', '185308.392000', '185308.395000', '185308.397000', '185308.400000', '185308.402000', '185308.405000', '185308.408000', '185308.410000', '185308.413000', '185308.415000', '185308.418000', '185308.421000', '185308.423000', '185308.426000', '185308.428000', '185308.431000', '185308.434000', '185308.436000', '185308.439000', '185308.441000', '185308.444000', '185308.446000', '185308.449000', '185308.452000', '185308.454000', '185308.457000', '185328.347000', '185328.350000', '185328.353000', '185328.355000', '185328.358000', '185328.361000', '185328.364000', '185328.367000', '185328.370000', '185328.372000', '185328.375000', '185328.378000', '185328.380000', '185328.383000', '185328.385000', '185328.388000', '185328.390000', '185328.393000', '185328.396000', '185328.398000', '185328.401000', '185328.403000', '185328.406000', '185328.409000', '185328.411000', '185328.414000', '185328.416000', '185328.419000', '185328.422000', '185328.424000', '185328.427000', '185328.429000', '185328.432000', '185328.435000', '185328.437000', '185328.440000', '185328.442000', '185328.445000', '185328.448000', '185328.450000', '185328.453000', '185328.455000', '185328.458000', '185348.349000', '185348.351000', '185348.354000', '185348.357000', '185348.359000', '185348.362000', '185348.365000', '185348.367000', '185348.370000', '185348.372000', '185348.375000', '185348.378000', '185348.380000', '185348.383000', '185348.386000', '185348.388000', '185348.391000', '185348.393000', '185348.396000', '185348.399000', '185348.401000', '185348.404000', '185348.406000', '185348.409000', '185348.411000', '185348.414000', '185348.417000', '185348.419000', '185348.422000', '185348.425000', '185348.427000', '185348.430000', '185348.432000', '185348.435000', '185348.438000', '185348.442000', '185348.444000', '185348.447000', '185348.450000', '185348.452000', '185348.455000', '185348.457000', '185348.460000', '185348.463000', '185408.349000', '185408.352000', '185408.354000', '185408.357000', '185408.359000', '185408.362000', '185408.365000', '185408.367000', '185408.370000', '185408.372000', '185408.375000', '185408.378000', '185408.380000', '185408.383000', '185408.386000', '185408.389000', '185408.391000', '185408.394000', '185408.396000', '185408.399000', '185408.402000', '185408.404000', '185408.407000', '185408.409000', '185408.412000', '185408.415000', '185408.417000', '185408.420000', '185408.423000', '185408.425000', '185408.428000', '185408.430000', '185408.433000', '185408.435000', '185408.438000', '185408.441000', '185408.444000', '185408.447000', '185408.449000', '185408.452000', '185408.455000', '185408.457000', '185408.460000', '185428.348000', '185428.351000', '185428.354000', '185428.356000', '185428.359000', '185428.362000', '185428.364000', '185428.367000', '185428.370000', '185428.372000', '185428.375000', '185428.377000', '185428.380000', '185428.382000', '185428.385000', '185428.388000', '185428.390000', '185428.393000', '185428.395000', '185428.398000', '185428.400000', '185428.404000', '185428.406000', '185428.409000', '185428.411000', '185428.414000', '185428.417000', '185428.419000', '185428.422000', '185428.424000', '185428.427000', '185428.429000', '185428.432000', '185428.435000', '185428.437000', '185428.440000', '185428.442000', '185428.445000', '185428.447000', '185428.450000', '185428.453000', '185428.455000', '185428.458000', '185428.460000', '185435.987000', '185435.990000', '185435.992000', '185435.995000', '185435.998000', '185436.001000', '185436.004000', '185436.007000', '185436.009000', '185436.012000', '185436.015000', '185436.018000', '185436.021000', '185436.023000', '185436.026000', '185436.029000', '185436.031000'], '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': [7352, 13617, 7978, 12601, 6951, 8965, 9560, 8006, 11399, 7557, 10304, 7476, 9175, 6775, 10205, 7538, 9739, 9125, 7773, 10299, 7109, 10474, 7397, 9413, 7072, 9447, 6507, 8756, 8658, 8587, 10720, 7084, 9528, 7123, 8147, 7146, 9273, 6640, 8536, 6665, 8373, 11620, 7592, 10296, 7250, 9092, 7185, 13085, 7609, 11584, 6654, 8868, 8934, 7914, 10992, 7206, 10091, 7304, 8182, 6918, 10916, 7381, 10494, 6803, 8961, 8942, 7929, 10959, 7048, 10603, 7381, 12064, 7043, 8903, 7184, 9007, 11200, 7243, 9618, 7063, 8532, 7393, 12343, 6507, 8355, 8693, 7824, 10732, 6940, 9701, 7235, 8593, 6480, 9323, 7230, 8289, 9610, 7422, 10230, 7099, 8627, 7487, 13595, 7292, 9960, 9045, 7947, 10240, 6973, 9906, 7515, 10581, 6433, 9026, 6776, 8290, 10726, 7201, 10039, 7328, 9557, 6504, 8927, 7043, 8131, 11113, 6941, 9651, 7117, 11308, 7226, 9706, 6619, 8728, 9666, 7139, 10030, 6816, 9002, 6629, 9504, 6541, 8650, 9123, 8981, 11406, 7576, 9228, 6894, 10779, 7568, 8559, 9693, 7277, 10030, 7071, 13677, 7877, 12900, 7024, 8923, 10666, 7092, 9933, 7402, 13675, 6829, 9275, 6778, 8237, 10155, 6780, 9663, 7347, 8489, 6488, 8807, 7030, 8709, 11033, 7008, 9780, 7248, 11466, 7594, 12466, 6717, 8876, 9772, 8067, 10654, 7173, 10207, 7183, 9148, 6669, 9247, 7428, 8384, 10496, 7063, 9222, 7200, 11634, 7353, 9230, 9146, 7622, 9580, 6938, 9648, 7521, 10178, 7186, 8482, 8810, 7370, 10069, 7005, 9045, 7190, 9861, 6665, 8709, 8193, 8871, 11552, 7172, 9445, 6982, 12642, 7479, 11288, 8191, 8565, 10312, 7107, 9793, 7414, 12161, 6934, 8902, 6650, 8377, 12136, 7165, 10710, 7211, 11294, 6866, 8767, 9627, 7891, 11540, 7184, 10632, 7688, 11476, 6450, 12358, 6868, 8478, 8711, 7309, 11590, 7177, 10036, 8012, 7772, 6359, 7998, 6900, 7917, 10358, 6992, 10447, 6585, 9266, 7817, 7738, 6359, 7565, 7039, 7447, 11442, 8721, 11559, 6988, 10171, 6678, 11151, 7180, 12401, 7573, 7268, 11446, 6852, 10438, 8011, 9264, 6385, 7395, 7068, 7367, 11164, 6883, 9951, 7052, 7825, 6450, 8328, 7771, 7851, 11917, 6846, 10798, 7572, 10006, 6657, 8351, 6881, 7028, 10363, 6484, 9544, 7572, 9760, 6809, 7476, 10022, 6988, 11371, 7516, 10338, 6434, 8336, 7755, 7467, 11606, 6916, 10134, 6482, 7889, 7026, 7340, 11909, 6821, 10720, 6628, 8049, 7263, 7620, 10228, 7339, 10878, 6995, 7973, 6184, 8256, 6888, 8099, 11980, 6749, 10589, 7298, 10824, 6901, 10769, 6786, 7355, 11220, 6609, 10816, 7747, 11154, 6747, 7958, 8822, 7035, 11455, 7084, 9886, 6334, 8415, 6997, 7449, 11702, 6967, 10405, 6476, 8590, 6722, 7440, 11932, 7203, 10849, 7603, 9641, 6479, 7685, 11928, 7491, 10907, 6827, 8440, 6402, 8026, 7055, 7121, 11439, 6726, 9183, 7130, 7797, 6297, 8657, 7197, 7729, 7260, 7302, 11439, 7111, 10876, 7317, 10370, 6433, 10442, 8233, 9571, 12093, 6965, 10769, 7627, 10624, 7021, 9472, 7019, 7779, 10313, 6723, 10228, 7470, 9402, 6282, 8300, 6992, 7329, 11359, 6962, 10455, 7184, 8797, 6672, 7758, 9231, 7221, 10575, 6633, 8667, 6478, 8173, 7171, 7837, 11967, 6933, 9191, 7341, 10364, 6831, 9757, 8255, 7048, 10714, 6806, 9530, 6593, 10517, 6798, 7934, 11397, 6842, 10716, 7993, 11982, 6287, 8767, 7603, 7701, 11640, 7187, 10191, 6587, 8265, 6656, 7762, 9459, 8062, 12671, 9003, 13969, 9407, 7634, 6671, 8142, 6836, 8212, 12073, 8895, 11764, 7076, 10636, 7596, 12210, 8509, 13209, 9351, 13789, 8147, 12806, 9165, 9259, 12096, 7467, 11951, 8808, 10306, 7601, 8866, 6560, 7751, 8977, 7263, 11401, 7305, 9643, 7570, 8203, 6487, 7302, 6452, 7249, 9582, 7113, 10537, 7329, 9654, 7268, 8150, 6344, 7199, 6560, 7449, 11125, 6979, 10382, 7221, 8573, 6465, 8357, 6601, 7264, 11971, 6831, 10437, 7352, 9454, 6477, 7142, 9018, 6849, 10214, 6608, 8673, 6274, 7748, 6909, 7224, 10311, 6418, 10015, 6712, 8736, 6928, 7831, 9026, 6982, 11067, 7111, 9785, 6243, 8639, 7054, 7937, 11645, 6756, 10811, 6663, 9608, 6960, 8193, 11941, 7390, 11143, 7279, 9865, 6912, 7852, 10984, 7466, 11271, 6844, 9435, 6400, 9082, 9111, 8899, 11677, 6529, 10449, 6969, 10450, 6521, 9693, 9242, 6807, 10864, 7090, 9635, 6462, 8751, 7015, 7681, 9240, 6910, 11374, 6874, 9892, 7016, 8801, 6770, 8669, 8131, 8359, 11173, 6610, 10827, 7282, 10035, 6506, 8687, 6920, 7961, 11377, 7123, 10886, 6563, 10012, 6266, 10171, 6689, 8332, 9919, 6946, 10806, 6951, 9937, 6537, 9135, 6546, 7625, 10911, 6581, 10977, 7575, 10059, 6462, 8942, 6568, 7394, 12179, 7347, 10985, 6795, 9871, 6424, 8596, 6550, 7076, 10158, 6763, 10046, 7412, 9308, 6538, 8359, 6535, 7568, 11001, 6716, 10836, 7435, 9883, 6309, 8717, 6601, 7448, 11948, 7007, 10986, 7174, 9585, 6301, 9403, 6849, 8307, 9513, 7551, 10902, 6704, 10347, 7997, 9877, 6274, 8095, 6516, 7795, 9632, 7250, 11209, 6691, 9754, 7679, 10294, 6665, 10603, 6640, 7666, 10386, 7009, 11419, 7094, 10628, 7180, 9738, 6307, 7799, 10931, 7471, 10996, 6713, 9883, 6235, 8907, 6631, 7328, 8137, 6849, 9929, 6517, 9485, 7147, 10026, 6517, 7828, 7820, 7402, 11745, 6981, 11084, 7566, 10222, 6527, 8112, 8274, 7307, 11612, 6762, 10358, 6932, 9359, 6480, 9239, 6483, 7610, 9797, 6981, 11363, 7019, 10657, 7097, 8476, 6256, 7946, 6734, 7119, 9601, 6822, 10332, 6866, 9501, 6526, 9118, 6742, 7923, 10291, 6815, 10830, 6983, 10106, 6656, 8923, 6841, 7376, 11955, 7045, 10797, 7048, 8232, 6448, 8202, 8019, 7797, 11882, 6796, 10502, 7099, 8918, 6766, 9945, 6756, 7610, 11383, 6630, 10010, 7310, 10293, 6574, 9223, 6660, 7567, 10989, 6788, 10529, 7366, 12660, 6415, 8149, 9425, 6965, 9739, 6494, 9762, 6398, 10720, 6427, 7488, 8522, 6935, 10383, 6672, 9753, 6493, 10638, 6545, 7884, 9271, 6980, 10931, 6760, 10274, 6545, 7880], 'WindowCenter': [3909.0, 3956.0, 3892.0, 3932.0, 3867.0, 3899.0, 3898.0, 3887.0, 3917.0, 3877.0, 3897.0, 3864.0, 3885.0, 3853.0, 3906.0, 3874.0, 3898.0, 3884.0, 3864.0, 3893.0, 3864.0, 3894.0, 3864.0, 3884.0, 3862.0, 3894.0, 3841.0, 3884.0, 3883.0, 3884.0, 3894.0, 3863.0, 3895.0, 3864.0, 3873.0, 3865.0, 3895.0, 3854.0, 3885.0, 3865.0, 3887.0, 3916.0, 3876.0, 3907.0, 3864.0, 3886.0, 3865.0, 3928.0, 3875.0, 3918.0, 3853.0, 3884.0, 3883.0, 3875.0, 3906.0, 3865.0, 3894.0, 3863.0, 3874.0, 3864.0, 3906.0, 3876.0, 3908.0, 3854.0, 3896.0, 3886.0, 3876.0, 3906.0, 3865.0, 3906.0, 3863.0, 3917.0, 3862.0, 3885.0, 3864.0, 3886.0, 3905.0, 3862.0, 3894.0, 3864.0, 3884.0, 3866.0, 3917.0, 3852.0, 3885.0, 3885.0, 3875.0, 3905.0, 3866.0, 3896.0, 3866.0, 3884.0, 3855.0, 3897.0, 3866.0, 3888.0, 3896.0, 3876.0, 3907.0, 3865.0, 3885.0, 3875.0, 3929.0, 3863.0, 3896.0, 3885.0, 3876.0, 3896.0, 3865.0, 3897.0, 3877.0, 3908.0, 3853.0, 3896.0, 3865.0, 3888.0, 3919.0, 3876.0, 3908.0, 3866.0, 3896.0, 3856.0, 3897.0, 3866.0, 3887.0, 3918.0, 3865.0, 3895.0, 3866.0, 3917.0, 3877.0, 3912.0, 3867.0, 3887.0, 3897.0, 3866.0, 3907.0, 3867.0, 3899.0, 3867.0, 3909.0, 3867.0, 3901.0, 3910.0, 3899.0, 3920.0, 3877.0, 3896.0, 3865.0, 3919.0, 3877.0, 3898.0, 3897.0, 3877.0, 3895.0, 3867.0, 3929.0, 3877.0, 3931.0, 3866.0, 3885.0, 3906.0, 3866.0, 3897.0, 3876.0, 3926.0, 3852.0, 3886.0, 3853.0, 3885.0, 3894.0, 3864.0, 3896.0, 3875.0, 3885.0, 3855.0, 3897.0, 3866.0, 3897.0, 3906.0, 3867.0, 3898.0, 3878.0, 3917.0, 3876.0, 3918.0, 3853.0, 3896.0, 3896.0, 3874.0, 3896.0, 3865.0, 3896.0, 3864.0, 3886.0, 3855.0, 3896.0, 3865.0, 3887.0, 3907.0, 3867.0, 3895.0, 3877.0, 3919.0, 3866.0, 3897.0, 3897.0, 3877.0, 3897.0, 3866.0, 3896.0, 3874.0, 3907.0, 3865.0, 3885.0, 3885.0, 3877.0, 3896.0, 3864.0, 3886.0, 3865.0, 3896.0, 3856.0, 3888.0, 3886.0, 3898.0, 3906.0, 3865.0, 3896.0, 3865.0, 3930.0, 3877.0, 3919.0, 3886.0, 3885.0, 3906.0, 3891.0, 3910.0, 3877.0, 3918.0, 3864.0, 3884.0, 3854.0, 3875.0, 3906.0, 3865.0, 3905.0, 3864.0, 3906.0, 3853.0, 3886.0, 3895.0, 3889.0, 3907.0, 3865.0, 3905.0, 3873.0, 3917.0, 3855.0, 3930.0, 3863.0, 3873.0, 3884.0, 3875.0, 3906.0, 3865.0, 3893.0, 3875.0, 3873.0, 3852.0, 3874.0, 3863.0, 3874.0, 3895.0, 3865.0, 3905.0, 3866.0, 3895.0, 3888.0, 3887.0, 3854.0, 3876.0, 3864.0, 3878.0, 3917.0, 3898.0, 3918.0, 3866.0, 3905.0, 3855.0, 3916.0, 3865.0, 3918.0, 3863.0, 3864.0, 3904.0, 3855.0, 3906.0, 3875.0, 3886.0, 3853.0, 3863.0, 3863.0, 3866.0, 3907.0, 3866.0, 3895.0, 3866.0, 3875.0, 3854.0, 3888.0, 3875.0, 3877.0, 3916.0, 3865.0, 3907.0, 3875.0, 3907.0, 3854.0, 3887.0, 3865.0, 3864.0, 3895.0, 3854.0, 3896.0, 3875.0, 3897.0, 3854.0, 3876.0, 3894.0, 3865.0, 3918.0, 3865.0, 3907.0, 3854.0, 3887.0, 3875.0, 3874.0, 3916.0, 3864.0, 3895.0, 3853.0, 3873.0, 3865.0, 3877.0, 3917.0, 3865.0, 3906.0, 3865.0, 3876.0, 3874.0, 3876.0, 3905.0, 3878.0, 3908.0, 3866.0, 3886.0, 3854.0, 3888.0, 3866.0, 3889.0, 3919.0, 3866.0, 3906.0, 3876.0, 3907.0, 3867.0, 3908.0, 3855.0, 3876.0, 3905.0, 3865.0, 3907.0, 3876.0, 3917.0, 3854.0, 3887.0, 3884.0, 3866.0, 3906.0, 3865.0, 3896.0, 3854.0, 3884.0, 3865.0, 3875.0, 3917.0, 3864.0, 3905.0, 3854.0, 3883.0, 3853.0, 3866.0, 3904.0, 3863.0, 3893.0, 3863.0, 3893.0, 3842.0, 3874.0, 3904.0, 3863.0, 3894.0, 3852.0, 3872.0, 3842.0, 3875.0, 3853.0, 3863.0, 3905.0, 3853.0, 3895.0, 3876.0, 3875.0, 3855.0, 3886.0, 3866.0, 3875.0, 3876.0, 3878.0, 3918.0, 3877.0, 3919.0, 3878.0, 3909.0, 3856.0, 3908.0, 3886.0, 3898.0, 3917.0, 3864.0, 3905.0, 3875.0, 3906.0, 3863.0, 3895.0, 3864.0, 3875.0, 3895.0, 3864.0, 3906.0, 3865.0, 3896.0, 3854.0, 3886.0, 3863.0, 3876.0, 3906.0, 3864.0, 3905.0, 3865.0, 3885.0, 3865.0, 3876.0, 3894.0, 3875.0, 3906.0, 3864.0, 3885.0, 3854.0, 3886.0, 3865.0, 3876.0, 3917.0, 3866.0, 3896.0, 3876.0, 3908.0, 3865.0, 3897.0, 3886.0, 3866.0, 3905.0, 3867.0, 3895.0, 3853.0, 3906.0, 3854.0, 3874.0, 3906.0, 3852.0, 3904.0, 3874.0, 3916.0, 3852.0, 3885.0, 3875.0, 3875.0, 3906.0, 3864.0, 3893.0, 3854.0, 3874.0, 3852.0, 3875.0, 3896.0, 3885.0, 3930.0, 3900.0, 3941.0, 3898.0, 3876.0, 3865.0, 3887.0, 3854.0, 3888.0, 3918.0, 3897.0, 3918.0, 3877.0, 3908.0, 3876.0, 3928.0, 3886.0, 3916.0, 3885.0, 3914.0, 3861.0, 3903.0, 3871.0, 3869.0, 3889.0, 3848.0, 3889.0, 3857.0, 3866.0, 3836.0, 3856.0, 3823.0, 3846.0, 3857.0, 3837.0, 3877.0, 3837.0, 3867.0, 3848.0, 3857.0, 3826.0, 3848.0, 3827.0, 3851.0, 3870.0, 3850.0, 3880.0, 3851.0, 3883.0, 3852.0, 3862.0, 3841.0, 3852.0, 3842.0, 3863.0, 3891.0, 3853.0, 3894.0, 3863.0, 3884.0, 3853.0, 3887.0, 3853.0, 3867.0, 3905.0, 3854.0, 3895.0, 3865.0, 3895.0, 3853.0, 3866.0, 3886.0, 3854.0, 3895.0, 3855.0, 3884.0, 3854.0, 3875.0, 3865.0, 3875.0, 3907.0, 3856.0, 3908.0, 3866.0, 3897.0, 3865.0, 3888.0, 3897.0, 3879.0, 3918.0, 3877.0, 3909.0, 3868.0, 3898.0, 3877.0, 3889.0, 3919.0, 3877.0, 3921.0, 3867.0, 3907.0, 3877.0, 3898.0, 3929.0, 3889.0, 3919.0, 3877.0, 3910.0, 3877.0, 3888.0, 3918.0, 3878.0, 3919.0, 3867.0, 3897.0, 3857.0, 3898.0, 3897.0, 3899.0, 3920.0, 3857.0, 3908.0, 3867.0, 3919.0, 3856.0, 3910.0, 3897.0, 3868.0, 3906.0, 3867.0, 3897.0, 3856.0, 3897.0, 3866.0, 3876.0, 3898.0, 3876.0, 3920.0, 3868.0, 3908.0, 3868.0, 3898.0, 3866.0, 3897.0, 3887.0, 3887.0, 3907.0, 3866.0, 3906.0, 3877.0, 3897.0, 3856.0, 3886.0, 3865.0, 3875.0, 3907.0, 3867.0, 3906.0, 3854.0, 3896.0, 3854.0, 3908.0, 3854.0, 3884.0, 3894.0, 3864.0, 3906.0, 3864.0, 3896.0, 3843.0, 3896.0, 3844.0, 3875.0, 3895.0, 3854.0, 3905.0, 3863.0, 3896.0, 3843.0, 3885.0, 3852.0, 3864.0, 3904.0, 3864.0, 3895.0, 3852.0, 3892.0, 3841.0, 3884.0, 3842.0, 3864.0, 3895.0, 3854.0, 3893.0, 3865.0, 3884.0, 3844.0, 3875.0, 3843.0, 3864.0, 3905.0, 3854.0, 3904.0, 3864.0, 3895.0, 3842.0, 3884.0, 3853.0, 3864.0, 3903.0, 3864.0, 3893.0, 3854.0, 3884.0, 3842.0, 3885.0, 3853.0, 3875.0, 3885.0, 3864.0, 3895.0, 3854.0, 3894.0, 3876.0, 3896.0, 3853.0, 3875.0, 3852.0, 3876.0, 3896.0, 3865.0, 3905.0, 3854.0, 3894.0, 3877.0, 3907.0, 3855.0, 3907.0, 3854.0, 3875.0, 3895.0, 3865.0, 3905.0, 3853.0, 3896.0, 3852.0, 3894.0, 3841.0, 3875.0, 3904.0, 3863.0, 3894.0, 3852.0, 3894.0, 3842.0, 3886.0, 3852.0, 3875.0, 3875.0, 3854.0, 3895.0, 3855.0, 3897.0, 3864.0, 3897.0, 3853.0, 3876.0, 3874.0, 3876.0, 3917.0, 3865.0, 3907.0, 3874.0, 3895.0, 3853.0, 3874.0, 3874.0, 3864.0, 3904.0, 3854.0, 3895.0, 3866.0, 3895.0, 3855.0, 3896.0, 3853.0, 3875.0, 3894.0, 3865.0, 3906.0, 3864.0, 3907.0, 3864.0, 3874.0, 3854.0, 3875.0, 3853.0, 3866.0, 3895.0, 3855.0, 3896.0, 3866.0, 3896.0, 3852.0, 3886.0, 3854.0, 3876.0, 3895.0, 3864.0, 3908.0, 3867.0, 3908.0, 3853.0, 3884.0, 3855.0, 3876.0, 3907.0, 3865.0, 3906.0, 3865.0, 3876.0, 3854.0, 3886.0, 3875.0, 3876.0, 3917.0, 3856.0, 3906.0, 3864.0, 3887.0, 3866.0, 3907.0, 3854.0, 3876.0, 3905.0, 3855.0, 3895.0, 3864.0, 3908.0, 3853.0, 3897.0, 3853.0, 3865.0, 3895.0, 3855.0, 3895.0, 3864.0, 3916.0, 3842.0, 3875.0, 3881.0, 3853.0, 3882.0, 3855.0, 3893.0, 3852.0, 3906.0, 3855.0, 3864.0, 3875.0, 3866.0, 3896.0, 3854.0, 3895.0, 3854.0, 3907.0, 3843.0, 3874.0, 3884.0, 3865.0, 3906.0, 3856.0, 3894.0, 3853.0, 3875.0], 'WindowWidth': [8762.0, 8815.0, 8721.0, 8774.0, 8681.0, 8724.0, 8720.0, 8707.0, 8746.0, 8692.0, 8716.0, 8670.0, 8698.0, 8655.0, 8727.0, 8683.0, 8719.0, 8695.0, 8669.0, 8707.0, 8670.0, 8710.0, 8670.0, 8696.0, 8666.0, 8710.0, 8635.0, 8696.0, 8694.0, 8697.0, 8709.0, 8668.0, 8711.0, 8670.0, 8681.0, 8673.0, 8715.0, 8657.0, 8701.0, 8673.0, 8708.0, 8743.0, 8692.0, 8731.0, 8671.0, 8700.0, 8675.0, 8761.0, 8686.0, 8746.0, 8653.0, 8697.0, 8694.0, 8686.0, 8729.0, 8673.0, 8709.0, 8668.0, 8682.0, 8670.0, 8729.0, 8690.0, 8734.0, 8658.0, 8717.0, 8701.0, 8689.0, 8729.0, 8674.0, 8730.0, 8669.0, 8744.0, 8666.0, 8700.0, 8669.0, 8703.0, 8726.0, 8666.0, 8710.0, 8670.0, 8697.0, 8675.0, 8745.0, 8653.0, 8700.0, 8697.0, 8686.0, 8725.0, 8675.0, 8715.0, 8675.0, 8697.0, 8659.0, 8718.0, 8674.0, 8708.0, 8716.0, 8689.0, 8732.0, 8673.0, 8700.0, 8689.0, 8764.0, 8668.0, 8714.0, 8699.0, 8688.0, 8716.0, 8674.0, 8718.0, 8691.0, 8735.0, 8654.0, 8715.0, 8674.0, 8709.0, 8752.0, 8691.0, 8733.0, 8676.0, 8716.0, 8661.0, 8720.0, 8677.0, 8706.0, 8748.0, 8675.0, 8713.0, 8678.0, 8745.0, 8694.0, 8747.0, 8681.0, 8706.0, 8716.0, 8677.0, 8733.0, 8681.0, 8724.0, 8681.0, 8738.0, 8682.0, 8731.0, 8741.0, 8726.0, 8754.0, 8694.0, 8718.0, 8675.0, 8749.0, 8691.0, 8723.0, 8719.0, 8693.0, 8715.0, 8679.0, 8764.0, 8691.0, 8771.0, 8675.0, 8700.0, 8727.0, 8676.0, 8719.0, 8688.0, 8756.0, 8650.0, 8699.0, 8654.0, 8699.0, 8712.0, 8671.0, 8714.0, 8688.0, 8700.0, 8660.0, 8721.0, 8677.0, 8720.0, 8730.0, 8679.0, 8721.0, 8696.0, 8745.0, 8689.0, 8748.0, 8655.0, 8716.0, 8714.0, 8685.0, 8716.0, 8674.0, 8715.0, 8671.0, 8701.0, 8660.0, 8718.0, 8673.0, 8705.0, 8731.0, 8679.0, 8714.0, 8691.0, 8750.0, 8677.0, 8718.0, 8716.0, 8691.0, 8718.0, 8675.0, 8716.0, 8685.0, 8731.0, 8672.0, 8699.0, 8698.0, 8693.0, 8717.0, 8674.0, 8703.0, 8673.0, 8715.0, 8662.0, 8708.0, 8704.0, 8720.0, 8731.0, 8675.0, 8716.0, 8672.0, 8768.0, 8695.0, 8752.0, 8700.0, 8701.0, 8732.0, 8719.0, 8743.0, 8694.0, 8748.0, 8669.0, 8698.0, 8655.0, 8685.0, 8729.0, 8672.0, 8727.0, 8670.0, 8728.0, 8652.0, 8702.0, 8712.0, 8714.0, 8731.0, 8673.0, 8725.0, 8682.0, 8747.0, 8661.0, 8766.0, 8669.0, 8683.0, 8696.0, 8689.0, 8728.0, 8671.0, 8705.0, 8683.0, 8680.0, 8652.0, 8684.0, 8668.0, 8683.0, 8713.0, 8672.0, 8725.0, 8677.0, 8712.0, 8710.0, 8707.0, 8658.0, 8688.0, 8671.0, 8696.0, 8745.0, 8722.0, 8747.0, 8675.0, 8727.0, 8660.0, 8743.0, 8671.0, 8746.0, 8667.0, 8670.0, 8723.0, 8659.0, 8727.0, 8686.0, 8701.0, 8652.0, 8669.0, 8666.0, 8676.0, 8731.0, 8676.0, 8712.0, 8677.0, 8687.0, 8658.0, 8710.0, 8686.0, 8692.0, 8742.0, 8673.0, 8729.0, 8687.0, 8733.0, 8658.0, 8705.0, 8671.0, 8671.0, 8711.0, 8659.0, 8716.0, 8688.0, 8718.0, 8659.0, 8689.0, 8709.0, 8675.0, 8745.0, 8673.0, 8732.0, 8657.0, 8703.0, 8684.0, 8685.0, 8741.0, 8671.0, 8712.0, 8654.0, 8682.0, 8671.0, 8693.0, 8745.0, 8673.0, 8729.0, 8674.0, 8688.0, 8686.0, 8692.0, 8727.0, 8694.0, 8733.0, 8676.0, 8704.0, 8660.0, 8709.0, 8677.0, 8712.0, 8750.0, 8679.0, 8731.0, 8692.0, 8734.0, 8680.0, 8735.0, 8661.0, 8689.0, 8727.0, 8676.0, 8733.0, 8690.0, 8748.0, 8658.0, 8704.0, 8697.0, 8676.0, 8730.0, 8675.0, 8716.0, 8656.0, 8697.0, 8672.0, 8688.0, 8744.0, 8670.0, 8725.0, 8655.0, 8695.0, 8652.0, 8674.0, 8723.0, 8667.0, 8707.0, 8665.0, 8707.0, 8637.0, 8683.0, 8721.0, 8665.0, 8707.0, 8650.0, 8677.0, 8638.0, 8684.0, 8653.0, 8669.0, 8725.0, 8655.0, 8712.0, 8694.0, 8690.0, 8662.0, 8703.0, 8678.0, 8690.0, 8689.0, 8697.0, 8750.0, 8695.0, 8750.0, 8696.0, 8738.0, 8662.0, 8736.0, 8703.0, 8721.0, 8744.0, 8672.0, 8725.0, 8686.0, 8730.0, 8668.0, 8713.0, 8669.0, 8686.0, 8712.0, 8673.0, 8727.0, 8674.0, 8715.0, 8656.0, 8702.0, 8669.0, 8690.0, 8727.0, 8671.0, 8726.0, 8672.0, 8699.0, 8675.0, 8691.0, 8711.0, 8686.0, 8728.0, 8672.0, 8700.0, 8659.0, 8705.0, 8674.0, 8689.0, 8745.0, 8677.0, 8715.0, 8691.0, 8736.0, 8675.0, 8719.0, 8702.0, 8676.0, 8725.0, 8678.0, 8713.0, 8656.0, 8728.0, 8656.0, 8685.0, 8726.0, 8653.0, 8723.0, 8684.0, 8744.0, 8651.0, 8700.0, 8684.0, 8686.0, 8728.0, 8669.0, 8706.0, 8655.0, 8682.0, 8652.0, 8688.0, 8714.0, 8702.0, 8772.0, 8730.0, 8789.0, 8722.0, 8689.0, 8674.0, 8706.0, 8656.0, 8708.0, 8748.0, 8720.0, 8750.0, 8696.0, 8735.0, 8692.0, 8766.0, 8703.0, 8744.0, 8697.0, 8737.0, 8659.0, 8718.0, 8670.0, 8666.0, 8692.0, 8637.0, 8692.0, 8647.0, 8657.0, 8614.0, 8642.0, 8594.0, 8628.0, 8643.0, 8619.0, 8672.0, 8618.0, 8657.0, 8635.0, 8646.0, 8603.0, 8635.0, 8607.0, 8643.0, 8668.0, 8644.0, 8682.0, 8647.0, 8691.0, 8647.0, 8661.0, 8633.0, 8650.0, 8634.0, 8665.0, 8700.0, 8653.0, 8707.0, 8667.0, 8696.0, 8654.0, 8704.0, 8654.0, 8676.0, 8724.0, 8656.0, 8712.0, 8671.0, 8713.0, 8654.0, 8674.0, 8699.0, 8658.0, 8711.0, 8660.0, 8699.0, 8658.0, 8688.0, 8672.0, 8688.0, 8730.0, 8664.0, 8734.0, 8677.0, 8719.0, 8676.0, 8710.0, 8718.0, 8698.0, 8748.0, 8694.0, 8740.0, 8683.0, 8724.0, 8694.0, 8714.0, 8752.0, 8697.0, 8756.0, 8680.0, 8734.0, 8694.0, 8724.0, 8765.0, 8713.0, 8752.0, 8696.0, 8741.0, 8694.0, 8712.0, 8748.0, 8696.0, 8750.0, 8681.0, 8721.0, 8666.0, 8723.0, 8719.0, 8724.0, 8752.0, 8666.0, 8733.0, 8679.0, 8751.0, 8664.0, 8741.0, 8718.0, 8680.0, 8730.0, 8679.0, 8719.0, 8666.0, 8721.0, 8677.0, 8691.0, 8720.0, 8691.0, 8753.0, 8684.0, 8734.0, 8682.0, 8721.0, 8676.0, 8721.0, 8706.0, 8707.0, 8732.0, 8676.0, 8728.0, 8691.0, 8718.0, 8661.0, 8702.0, 8672.0, 8687.0, 8729.0, 8678.0, 8728.0, 8659.0, 8715.0, 8657.0, 8733.0, 8657.0, 8698.0, 8708.0, 8670.0, 8725.0, 8669.0, 8714.0, 8641.0, 8714.0, 8641.0, 8684.0, 8710.0, 8656.0, 8724.0, 8668.0, 8714.0, 8640.0, 8697.0, 8651.0, 8669.0, 8722.0, 8668.0, 8711.0, 8652.0, 8704.0, 8635.0, 8695.0, 8637.0, 8670.0, 8708.0, 8657.0, 8705.0, 8673.0, 8697.0, 8643.0, 8685.0, 8639.0, 8669.0, 8723.0, 8656.0, 8723.0, 8668.0, 8712.0, 8638.0, 8695.0, 8652.0, 8671.0, 8721.0, 8670.0, 8707.0, 8656.0, 8695.0, 8637.0, 8698.0, 8655.0, 8687.0, 8697.0, 8670.0, 8711.0, 8657.0, 8709.0, 8689.0, 8716.0, 8655.0, 8685.0, 8653.0, 8688.0, 8713.0, 8674.0, 8724.0, 8658.0, 8709.0, 8691.0, 8731.0, 8661.0, 8731.0, 8656.0, 8687.0, 8710.0, 8673.0, 8726.0, 8654.0, 8713.0, 8652.0, 8710.0, 8636.0, 8686.0, 8721.0, 8668.0, 8708.0, 8652.0, 8708.0, 8639.0, 8703.0, 8653.0, 8686.0, 8684.0, 8658.0, 8712.0, 8662.0, 8717.0, 8673.0, 8719.0, 8655.0, 8688.0, 8683.0, 8690.0, 8743.0, 8674.0, 8731.0, 8683.0, 8713.0, 8655.0, 8685.0, 8683.0, 8672.0, 8723.0, 8657.0, 8713.0, 8676.0, 8714.0, 8660.0, 8716.0, 8655.0, 8687.0, 8710.0, 8674.0, 8728.0, 8670.0, 8729.0, 8669.0, 8684.0, 8658.0, 8687.0, 8654.0, 8676.0, 8712.0, 8661.0, 8716.0, 8677.0, 8715.0, 8653.0, 8702.0, 8656.0, 8688.0, 8713.0, 8673.0, 8732.0, 8679.0, 8733.0, 8655.0, 8698.0, 8660.0, 8690.0, 8731.0, 8673.0, 8727.0, 8673.0, 8688.0, 8656.0, 8702.0, 8686.0, 8688.0, 8743.0, 8663.0, 8727.0, 8671.0, 8706.0, 8675.0, 8730.0, 8657.0, 8688.0, 8725.0, 8660.0, 8714.0, 8672.0, 8733.0, 8655.0, 8716.0, 8652.0, 8671.0, 8710.0, 8657.0, 8710.0, 8668.0, 8742.0, 8636.0, 8685.0, 8688.0, 8653.0, 8691.0, 8660.0, 8707.0, 8653.0, 8727.0, 8657.0, 8671.0, 8683.0, 8673.0, 8712.0, 8658.0, 8713.0, 8657.0, 8729.0, 8641.0, 8683.0, 8695.0, 8674.0, 8729.0, 8662.0, 8710.0, 8653.0, 8686.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.0013937903225806451</td></tr>
<tr><td colspan=3>aqi</td><td>0.026478363479262673</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.9832544250634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2080652744175304</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9754875047635522</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>6645.9131</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08615203979345379</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7649769585253456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4753842331325626</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4373269418895975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.643318391523833</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3455073659842567</td></tr>
<tr><td colspan=3>gcor</td><td>0.00698146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01894909329712391</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018684931099414825</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.6565338794695066</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>29.03</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4944</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.1824</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309159.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.1214</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9324</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.5287</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3118.7854</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.2636</td></tr>
<tr><td colspan=3>tsnr</td><td>39.71668604761362</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>