ds005256-mriqc/sub-0024_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 34ca7da863 [DATALAD RUNCMD] Compute MRIQC for sub-0024
=== 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-0024 --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-0024",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:02:13 +02:00

616 lines
No EOL
107 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-0024_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0024_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-04/func/sub-0024_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c4d7fcd24f95f8833b64add1a3c0fac7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:42:58.282500</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_VE11C_LATEST_20160120</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.99863, -0.0420988, 0.0310892, 0.0399346, 0.996938, 0.067229]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838411</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7784, -7264, 601, -50, -349, 103, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29aafc29-31f4-4047-ba31-6fcd961a0b90||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792502403259277, 0.10714151710271835, 0.09132548421621323, 107.06795501708984], [0.11294810473918915, 2.6747119426727295, 0.17791734635829926, -100.92023468017578], [0.08341000974178314, -0.18037042021751404, 2.6925833225250244, -70.30757141113281], [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': ['154258.282500', '154258.742500', '154259.202500', '154259.662500', '154300.122500', '154300.582500', '154301.042500', '154301.502500', '154301.962500', '154302.422500', '154302.882500', '154303.342500', '154303.802500', '154304.262500', '154304.722500', '154305.182500', '154305.642500', '154306.102500', '154306.562500', '154307.022500', '154307.482500', '154307.942500', '154308.402500', '154308.862500', '154309.322500', '154309.782500', '154310.242500', '154310.702500', '154311.162500', '154311.622500', '154312.082500', '154312.542500', '154313.002500', '154313.462500', '154313.922500', '154314.382500', '154314.842500', '154315.302500', '154315.762500', '154316.222500', '154316.682500', '154317.142500', '154317.602500', '154318.062500', '154318.522500', '154318.982500', '154319.442500', '154319.902500', '154320.362500', '154320.822500', '154321.282500', '154321.742500', '154322.202500', '154322.662500', '154323.122500', '154323.582500', '154324.042500', '154324.502500', '154324.962500', '154325.422500', '154325.882500', '154326.342500', '154326.802500', '154327.262500', '154327.722500', '154328.182500', '154328.642500', '154329.102500', '154329.562500', '154330.022500', '154330.482500', '154330.942500', '154331.402500', '154331.862500', '154332.322500', '154332.782500', '154333.242500', '154333.702500', '154334.162500', '154334.622500', '154335.082500', '154335.542500', '154336.002500', '154336.462500', '154336.922500', '154337.382500', '154337.842500', '154338.302500', '154338.762500', '154339.222500', '154339.682500', '154340.142500', '154340.602500', '154341.062500', '154341.522500', '154341.982500', '154342.442500', '154342.902500', '154343.362500', '154343.822500', '154344.282500', '154344.742500', '154345.202500', '154345.662500', '154346.122500', '154346.582500', '154347.042500', '154347.502500', '154347.962500', '154348.422500', '154348.882500', '154349.342500', '154349.802500', '154350.262500', '154350.722500', '154351.182500', '154351.642500', '154352.102500', '154352.562500', '154353.022500', '154353.482500', '154353.942500', '154354.402500', '154354.862500', '154355.322500', '154355.782500', '154356.242500', '154356.702500', '154357.162500', '154357.622500', '154358.082500', '154358.542500', '154359.002500', '154359.462500', '154359.922500', '154400.382500', '154400.842500', '154401.302500', '154401.762500', '154402.222500', '154402.682500', '154403.142500', '154403.602500', '154404.062500', '154404.522500', '154404.982500', '154405.442500', '154405.902500', '154406.362500', '154406.822500', '154407.282500', '154407.742500', '154408.202500', '154408.662500', '154409.122500', '154409.582500', '154410.042500', '154410.502500', '154410.962500', '154411.422500', '154411.882500', '154412.342500', '154412.802500', '154413.262500', '154413.722500', '154414.182500', '154414.642500', '154415.102500', '154415.562500', '154416.022500', '154416.482500', '154416.942500', '154417.402500', '154417.862500', '154418.322500', '154418.782500', '154419.242500', '154419.702500', '154420.162500', '154420.622500', '154421.082500', '154421.542500', '154422.002500', '154422.462500', '154422.922500', '154423.382500', '154423.842500', '154424.302500', '154424.762500', '154425.222500', '154425.682500', '154426.142500', '154426.602500', '154427.062500', '154427.522500', '154427.982500', '154428.442500', '154428.902500', '154429.362500', '154429.822500', '154430.282500', '154430.742500', '154431.202500', '154431.662500', '154432.122500', '154432.582500', '154433.042500', '154433.502500', '154433.962500', '154434.422500', '154434.882500', '154435.342500', '154435.802500', '154436.262500', '154436.722500', '154437.182500', '154437.642500', '154438.102500', '154438.562500', '154439.022500', '154439.482500', '154439.942500', '154440.402500', '154440.862500', '154441.322500', '154441.782500', '154442.242500', '154442.702500', '154443.162500', '154443.622500', '154444.082500', '154444.542500', '154445.002500', '154445.462500', '154445.922500', '154446.382500', '154446.842500', '154447.302500', '154447.762500', '154448.222500', '154448.682500', '154449.142500', '154449.602500', '154450.062500', '154450.522500', '154450.982500', '154451.442500', '154451.902500', '154452.362500', '154452.822500', '154453.282500', '154453.742500', '154454.202500', '154454.662500', '154455.122500', '154455.582500', '154456.042500', '154456.502500', '154456.962500', '154457.422500', '154457.882500', '154458.342500', '154458.802500', '154459.262500', '154459.722500', '154500.182500', '154500.642500', '154501.102500', '154501.562500', '154502.022500', '154502.482500', '154502.942500', '154503.402500', '154503.862500', '154504.322500', '154504.782500', '154505.242500', '154505.702500', '154506.162500', '154506.622500', '154507.082500', '154507.542500', '154508.002500', '154508.462500', '154508.922500', '154509.382500', '154509.842500', '154510.302500', '154510.762500', '154511.222500', '154511.682500', '154512.142500', '154512.602500', '154513.062500', '154513.522500', '154513.982500', '154514.442500', '154514.902500', '154515.362500', '154515.822500', '154516.282500', '154516.742500', '154517.202500', '154517.662500', '154518.122500', '154518.582500', '154519.042500', '154519.502500', '154519.962500', '154520.422500', '154520.882500', '154521.342500', '154521.802500', '154522.262500', '154522.722500', '154523.182500', '154523.642500', '154524.102500', '154524.562500', '154525.022500', '154525.482500', '154525.942500', '154526.402500', '154526.862500', '154527.322500', '154527.782500', '154528.242500', '154528.702500', '154529.162500', '154529.622500', '154530.082500', '154530.542500', '154531.002500', '154531.462500', '154531.922500', '154532.382500', '154532.842500', '154533.302500', '154533.762500', '154534.222500', '154534.682500', '154535.142500', '154535.602500', '154536.062500', '154536.522500', '154536.982500', '154537.442500', '154537.902500', '154538.362500', '154538.822500', '154539.282500', '154539.742500', '154540.202500', '154540.662500', '154541.122500', '154541.582500', '154542.042500', '154542.502500', '154542.962500', '154543.422500', '154543.882500', '154544.342500', '154544.802500', '154545.262500', '154545.722500', '154546.182500', '154546.642500', '154547.102500', '154547.562500', '154548.022500', '154548.482500', '154548.942500', '154549.402500', '154549.862500', '154550.322500', '154550.782500', '154551.242500', '154551.702500', '154552.162500', '154552.622500', '154553.082500', '154553.542500', '154554.002500', '154554.462500', '154554.922500', '154555.382500', '154555.842500', '154556.302500', '154556.762500', '154557.222500', '154557.682500', '154558.142500', '154558.602500', '154559.062500', '154559.522500', '154559.982500', '154600.442500', '154600.902500', '154601.362500', '154601.822500', '154602.282500', '154602.742500', '154603.202500', '154603.662500', '154604.122500', '154604.582500', '154605.042500', '154605.502500', '154605.962500', '154606.422500', '154606.882500', '154607.342500', '154607.802500', '154608.262500', '154608.722500', '154609.182500', '154609.642500', '154610.102500', '154610.562500', '154611.022500', '154611.482500', '154611.942500', '154612.402500', '154612.862500', '154613.322500', '154613.782500', '154614.242500', '154614.702500', '154615.162500', '154615.622500', '154616.082500', '154616.542500', '154617.002500', '154617.462500', '154617.922500', '154618.382500', '154618.842500', '154619.302500', '154619.762500', '154620.222500', '154620.682500', '154621.142500', '154621.602500', '154622.062500', '154622.522500', '154622.982500', '154623.442500', '154623.902500', '154624.362500', '154624.822500', '154625.282500', '154625.742500', '154626.202500', '154626.662500', '154627.122500', '154627.582500', '154628.042500', '154628.502500', '154628.962500', '154629.422500', '154629.882500', '154630.342500', '154630.802500', '154631.262500', '154631.722500', '154632.182500', '154632.642500', '154633.102500', '154633.562500', '154634.022500', '154634.482500', '154634.942500', '154635.402500', '154635.862500', '154636.322500', '154636.782500', '154637.242500', '154637.702500', '154638.162500', '154638.622500', '154639.082500', '154639.542500', '154640.002500', '154640.462500', '154640.922500', '154641.382500', '154641.842500', '154642.302500', '154642.762500', '154643.222500', '154643.682500', '154644.142500', '154644.602500', '154645.062500', '154645.522500', '154645.982500', '154646.442500', '154646.902500', '154647.362500', '154647.822500', '154648.282500', '154648.742500', '154649.202500', '154649.662500', '154650.122500', '154650.582500', '154651.042500', '154651.502500', '154651.962500', '154652.422500', '154652.882500', '154653.342500', '154653.802500', '154654.262500', '154654.722500', '154655.182500', '154655.642500', '154656.102500', '154656.562500', '154657.022500', '154657.482500', '154657.942500', '154658.402500', '154658.862500', '154659.322500', '154659.782500', '154700.242500', '154700.702500', '154701.162500', '154701.622500', '154702.082500', '154702.542500', '154703.002500', '154703.462500', '154703.922500', '154704.382500', '154704.842500', '154705.302500', '154705.762500', '154706.222500', '154706.682500', '154707.142500', '154707.602500', '154708.062500', '154708.522500', '154708.982500', '154709.442500', '154709.902500', '154710.362500', '154710.822500', '154711.282500', '154711.742500', '154712.202500', '154712.662500', '154713.122500', '154713.582500', '154714.042500', '154714.502500', '154714.962500', '154715.422500', '154715.882500', '154716.342500', '154716.802500', '154717.262500', '154717.722500', '154718.182500', '154718.642500', '154719.102500', '154719.562500', '154720.022500', '154720.482500', '154720.942500', '154721.402500', '154721.862500', '154722.322500', '154722.782500', '154723.242500', '154723.702500', '154724.162500', '154724.622500', '154725.082500', '154725.542500', '154726.002500', '154726.462500', '154726.922500', '154727.382500', '154727.842500', '154728.302500', '154728.762500', '154729.222500', '154729.682500', '154730.142500', '154730.602500', '154731.062500', '154731.522500', '154731.982500', '154732.442500', '154732.902500', '154733.362500', '154733.822500', '154734.282500', '154734.742500', '154735.202500', '154735.662500', '154736.122500', '154736.582500', '154737.042500', '154737.502500', '154737.962500', '154738.422500', '154738.882500', '154739.342500', '154739.802500', '154740.262500', '154740.722500', '154741.182500', '154741.642500', '154742.102500', '154742.562500', '154743.022500', '154743.482500', '154743.942500', '154744.402500', '154744.862500', '154745.322500', '154745.782500', '154746.242500', '154746.702500', '154747.162500', '154747.622500', '154748.082500', '154748.542500', '154749.002500', '154749.462500', '154749.922500', '154750.382500', '154750.842500', '154751.302500', '154751.762500', '154752.222500', '154752.682500', '154753.142500', '154753.602500', '154754.062500', '154754.522500', '154754.982500', '154755.442500', '154755.902500', '154756.362500', '154756.822500', '154757.282500', '154757.742500', '154758.202500', '154758.662500', '154759.122500', '154759.582500', '154800.042500', '154800.502500', '154800.962500', '154801.422500', '154801.882500', '154802.342500', '154802.802500', '154803.262500', '154803.722500', '154804.182500', '154804.642500', '154805.102500', '154805.562500', '154806.022500', '154806.482500', '154806.942500', '154807.402500', '154807.862500', '154808.322500', '154808.782500', '154809.242500', '154809.702500', '154810.162500', '154810.622500', '154811.082500', '154811.542500', '154812.002500', '154812.462500', '154812.922500', '154813.382500', '154813.842500', '154814.302500', '154814.762500', '154815.222500', '154815.682500', '154816.142500', '154816.602500', '154817.062500', '154817.522500', '154817.982500', '154818.442500', '154818.902500', '154819.362500', '154819.822500', '154820.282500', '154820.742500', '154821.202500', '154821.662500', '154822.122500', '154822.582500', '154823.042500', '154823.502500', '154823.962500', '154824.422500', '154824.882500', '154825.342500', '154825.802500', '154826.262500', '154826.722500', '154827.182500', '154827.642500', '154828.102500', '154828.562500', '154829.022500', '154829.482500', '154829.942500', '154830.402500', '154830.862500', '154831.322500', '154831.782500', '154832.242500', '154832.702500', '154833.162500', '154833.622500', '154834.082500', '154834.542500', '154835.002500', '154835.462500', '154835.922500', '154836.382500', '154836.842500', '154837.302500', '154837.762500', '154838.222500', '154838.682500', '154839.142500', '154839.602500', '154840.062500', '154840.522500', '154840.982500', '154841.442500', '154841.902500', '154842.362500', '154842.822500', '154843.282500', '154843.742500', '154844.202500', '154844.662500', '154845.122500', '154845.582500', '154846.042500', '154846.502500', '154846.962500', '154847.422500', '154847.882500', '154848.342500', '154848.802500', '154849.262500', '154849.722500', '154850.182500', '154850.642500', '154851.102500', '154851.562500', '154852.022500', '154852.482500', '154852.942500', '154853.402500', '154853.862500', '154854.322500', '154854.782500', '154855.242500', '154855.702500', '154856.162500', '154856.622500', '154857.082500', '154857.542500', '154858.002500', '154858.462500', '154858.922500', '154859.382500', '154859.842500', '154900.302500', '154900.762500', '154901.222500', '154901.682500', '154902.142500', '154902.602500', '154903.062500', '154903.522500', '154903.982500', '154904.442500', '154904.902500', '154905.362500', '154905.822500', '154906.282500', '154906.742500', '154907.202500', '154907.662500', '154908.122500', '154908.582500', '154909.042500', '154909.502500', '154909.962500', '154910.422500', '154910.882500', '154911.342500', '154911.802500', '154912.262500', '154912.722500', '154913.182500', '154913.642500', '154914.102500', '154914.562500', '154915.022500', '154915.482500', '154915.942500', '154916.402500', '154916.862500', '154917.322500', '154917.782500', '154918.242500', '154918.702500', '154919.162500', '154919.622500', '154920.082500', '154920.542500', '154921.002500', '154921.462500', '154921.922500', '154922.382500', '154922.842500', '154923.302500', '154923.762500', '154924.222500', '154924.682500', '154925.142500', '154925.602500', '154926.062500', '154926.522500', '154926.982500', '154927.442500', '154927.902500', '154928.362500', '154928.822500', '154929.282500', '154929.742500', '154930.202500', '154930.662500', '154931.122500', '154931.582500', '154932.042500', '154932.502500', '154932.962500', '154933.422500', '154933.882500', '154934.342500', '154934.802500', '154935.262500', '154935.722500', '154936.182500', '154936.642500', '154937.102500', '154937.562500', '154938.022500', '154938.482500', '154938.942500'], 'ContentTime': ['154320.473000', '154320.476000', '154320.479000', '154320.482000', '154320.485000', '154320.488000', '154320.490000', '154320.493000', '154320.496000', '154320.499000', '154320.502000', '154320.504000', '154320.507000', '154320.510000', '154320.513000', '154320.516000', '154320.518000', '154320.521000', '154320.530000', '154320.533000', '154320.536000', '154320.540000', '154320.543000', '154320.545000', '154320.548000', '154320.551000', '154320.554000', '154320.557000', '154320.560000', '154320.563000', '154320.565000', '154320.568000', '154320.571000', '154320.574000', '154320.577000', '154320.579000', '154320.582000', '154320.585000', '154320.588000', '154320.596000', '154320.598000', '154320.601000', '154320.604000', '154320.607000', '154320.610000', '154320.612000', '154340.440000', '154340.443000', '154340.445000', '154340.448000', '154340.451000', '154340.454000', '154340.456000', '154340.459000', '154340.462000', '154340.465000', '154340.468000', '154340.470000', '154340.473000', '154340.476000', '154340.479000', '154340.481000', '154340.484000', '154340.487000', '154340.490000', '154340.493000', '154340.496000', '154340.498000', '154340.501000', '154340.504000', '154340.507000', '154340.510000', '154340.512000', '154340.515000', '154340.518000', '154340.521000', '154340.524000', '154340.526000', '154340.529000', '154340.532000', '154340.535000', '154340.537000', '154340.540000', '154340.548000', '154340.551000', '154340.554000', '154340.557000', '154340.560000', '154340.563000', '154340.565000', '154400.440000', '154400.443000', '154400.446000', '154400.448000', '154400.451000', '154400.454000', '154400.457000', '154400.459000', '154400.462000', '154400.465000', '154400.468000', '154400.471000', '154400.473000', '154400.476000', '154400.479000', '154400.482000', '154400.485000', '154400.487000', '154400.490000', '154400.493000', '154400.496000', '154400.499000', '154400.501000', '154400.504000', '154400.507000', '154400.510000', '154400.513000', '154400.516000', '154400.518000', '154400.521000', '154400.524000', '154400.527000', '154400.530000', '154400.532000', '154400.535000', '154400.538000', '154400.541000', '154400.550000', '154400.553000', '154400.556000', '154400.559000', '154400.561000', '154400.564000', '154420.440000', '154420.443000', '154420.445000', '154420.448000', '154420.451000', '154420.454000', '154420.457000', '154420.460000', '154420.462000', '154420.469000', '154420.472000', '154420.475000', '154420.478000', '154420.481000', '154420.483000', '154420.486000', '154420.489000', '154420.492000', '154420.495000', '154420.498000', '154420.501000', '154420.503000', '154420.506000', '154420.509000', '154420.512000', '154420.515000', '154420.518000', '154420.520000', '154420.523000', '154420.526000', '154420.529000', '154420.532000', '154420.534000', '154420.537000', '154420.540000', '154420.543000', '154420.546000', '154420.548000', '154420.551000', '154420.554000', '154420.557000', '154420.560000', '154420.563000', '154420.565000', '154440.440000', '154440.443000', '154440.446000', '154440.448000', '154440.451000', '154440.454000', '154440.457000', '154440.460000', '154440.462000', '154440.465000', '154440.468000', '154440.471000', '154440.474000', '154440.477000', '154440.479000', '154440.482000', '154440.485000', '154440.488000', '154440.491000', '154440.494000', '154440.497000', '154440.499000', '154440.502000', '154440.505000', '154440.508000', '154440.511000', '154440.513000', '154440.516000', '154440.519000', '154440.522000', '154440.525000', '154440.527000', '154440.530000', '154440.533000', '154440.536000', '154440.539000', '154440.542000', '154440.544000', '154440.547000', '154440.550000', '154440.559000', '154440.562000', '154440.565000', '154500.441000', '154500.444000', '154500.447000', '154500.449000', '154500.452000', '154500.455000', '154500.458000', '154500.461000', '154500.463000', '154500.466000', '154500.469000', '154500.472000', '154500.475000', '154500.478000', '154500.480000', '154500.483000', '154500.486000', '154500.489000', '154500.492000', '154500.495000', '154500.498000', '154500.501000', '154500.503000', '154500.506000', '154500.509000', '154500.512000', '154500.515000', '154500.518000', '154500.520000', '154500.523000', '154500.526000', '154500.529000', '154500.532000', '154500.534000', '154500.537000', '154500.540000', '154500.543000', '154500.546000', '154500.549000', '154500.551000', '154500.554000', '154500.557000', '154500.560000', '154520.441000', '154520.444000', '154520.447000', '154520.449000', '154520.452000', '154520.455000', '154520.458000', '154520.461000', '154520.464000', '154520.466000', '154520.469000', '154520.472000', '154520.475000', '154520.478000', '154520.481000', '154520.483000', '154520.486000', '154520.489000', '154520.492000', '154520.495000', '154520.497000', '154520.500000', '154520.503000', '154520.506000', '154520.509000', '154520.512000', '154520.514000', '154520.517000', '154520.520000', '154520.523000', '154520.526000', '154520.529000', '154520.531000', '154520.534000', '154520.537000', '154520.540000', '154520.543000', '154520.546000', '154520.549000', '154520.551000', '154520.554000', '154520.557000', '154520.560000', '154520.563000', '154540.440000', '154540.443000', '154540.447000', '154540.451000', '154540.474000', '154540.477000', '154540.480000', '154540.483000', '154540.486000', '154540.489000', '154540.491000', '154540.494000', '154540.497000', '154540.500000', '154540.503000', '154540.505000', '154540.508000', '154540.511000', '154540.514000', '154540.517000', '154540.520000', '154540.523000', '154540.525000', '154540.528000', '154540.531000', '154540.534000', '154540.536000', '154540.539000', '154540.542000', '154540.545000', '154540.548000', '154540.551000', '154540.553000', '154540.556000', '154540.559000', '154540.562000', '154540.565000', '154540.567000', '154540.570000', '154540.573000', '154540.576000', '154540.579000', '154540.581000', '154600.440000', '154600.443000', '154600.446000', '154600.448000', '154600.451000', '154600.454000', '154600.457000', '154600.460000', '154600.462000', '154600.465000', '154600.468000', '154600.471000', '154600.474000', '154600.477000', '154600.479000', '154600.482000', '154600.485000', '154600.488000', '154600.491000', '154600.494000', '154600.497000', '154600.499000', '154600.502000', '154600.505000', '154600.508000', '154600.511000', '154600.513000', '154600.516000', '154600.519000', '154600.522000', '154600.525000', '154600.528000', '154600.545000', '154600.548000', '154600.551000', '154600.554000', '154600.556000', '154600.559000', '154600.562000', '154600.565000', '154600.568000', '154600.571000', '154600.573000', '154600.576000', '154620.440000', '154620.443000', '154620.446000', '154620.448000', '154620.451000', '154620.454000', '154620.457000', '154620.460000', '154620.463000', '154620.466000', '154620.468000', '154620.471000', '154620.474000', '154620.477000', '154620.480000', '154620.483000', '154620.486000', '154620.488000', '154620.491000', '154620.494000', '154620.497000', '154620.500000', '154620.502000', '154620.505000', '154620.508000', '154620.511000', '154620.514000', '154620.517000', '154620.519000', '154620.522000', '154620.525000', '154620.528000', '154620.531000', '154620.534000', '154620.536000', '154620.539000', '154620.542000', '154620.545000', '154620.548000', '154620.550000', '154620.553000', '154620.556000', '154620.559000', '154640.440000', '154640.443000', '154640.446000', '154640.448000', '154640.451000', '154640.454000', '154640.457000', '154640.460000', '154640.462000', '154640.465000', '154640.468000', '154640.471000', '154640.474000', '154640.477000', '154640.479000', '154640.482000', '154640.485000', '154640.488000', '154640.491000', '154640.494000', '154640.496000', '154640.499000', '154640.502000', '154640.505000', '154640.508000', '154640.510000', '154640.513000', '154640.516000', '154640.519000', '154640.522000', '154640.525000', '154640.527000', '154640.530000', '154640.533000', '154640.536000', '154640.539000', '154640.541000', '154640.544000', '154640.547000', '154640.550000', '154640.553000', '154640.555000', '154640.558000', '154640.561000', '154700.440000', '154700.443000', '154700.446000', '154700.449000', '154700.451000', '154700.454000', '154700.457000', '154700.460000', '154700.463000', '154700.466000', '154700.469000', '154700.473000', '154700.476000', '154700.479000', '154700.482000', '154700.485000', '154700.488000', '154700.490000', '154700.493000', '154700.496000', '154700.499000', '154700.501000', '154700.504000', '154700.507000', '154700.510000', '154700.513000', '154700.516000', '154700.518000', '154700.521000', '154700.524000', '154700.527000', '154700.530000', '154700.532000', '154700.535000', '154700.538000', '154700.541000', '154700.544000', '154700.547000', '154700.549000', '154700.552000', '154700.555000', '154700.558000', '154700.561000', '154720.441000', '154720.444000', '154720.447000', '154720.450000', '154720.452000', '154720.455000', '154720.458000', '154720.461000', '154720.464000', '154720.467000', '154720.469000', '154720.472000', '154720.475000', '154720.478000', '154720.481000', '154720.484000', '154720.487000', '154720.490000', '154720.492000', '154720.495000', '154720.498000', '154720.501000', '154720.504000', '154720.506000', '154720.509000', '154720.512000', '154720.515000', '154720.518000', '154720.521000', '154720.523000', '154720.526000', '154720.529000', '154720.532000', '154720.535000', '154720.538000', '154720.540000', '154720.543000', '154720.546000', '154720.549000', '154720.552000', '154720.554000', '154720.557000', '154720.560000', '154720.563000', '154740.441000', '154740.444000', '154740.447000', '154740.449000', '154740.452000', '154740.455000', '154740.458000', '154740.461000', '154740.464000', '154740.466000', '154740.469000', '154740.472000', '154740.475000', '154740.490000', '154740.493000', '154740.496000', '154740.499000', '154740.502000', '154740.504000', '154740.507000', '154740.510000', '154740.513000', '154740.516000', '154740.518000', '154740.521000', '154740.524000', '154740.527000', '154740.530000', '154740.533000', '154740.536000', '154740.539000', '154740.542000', '154740.545000', '154740.547000', '154740.550000', '154740.553000', '154740.556000', '154740.559000', '154740.561000', '154740.564000', '154740.567000', '154740.570000', '154740.573000', '154800.440000', '154800.443000', '154800.446000', '154800.448000', '154800.451000', '154800.454000', '154800.457000', '154800.460000', '154800.462000', '154800.465000', '154800.468000', '154800.471000', '154800.474000', '154800.477000', '154800.479000', '154800.482000', '154800.485000', '154800.488000', '154800.491000', '154800.493000', '154800.496000', '154800.499000', '154800.502000', '154800.505000', '154800.508000', '154800.510000', '154800.513000', '154800.516000', '154800.519000', '154800.522000', '154800.525000', '154800.527000', '154800.530000', '154800.533000', '154800.536000', '154800.539000', '154800.542000', '154800.544000', '154800.547000', '154800.550000', '154800.553000', '154800.556000', '154800.559000', '154800.561000', '154820.440000', '154820.443000', '154820.446000', '154820.448000', '154820.452000', '154820.455000', '154820.458000', '154820.461000', '154820.464000', '154820.467000', '154820.469000', '154820.472000', '154820.475000', '154820.478000', '154820.481000', '154820.484000', '154820.486000', '154820.489000', '154820.492000', '154820.495000', '154820.498000', '154820.501000', '154820.503000', '154820.507000', '154820.512000', '154820.516000', '154820.519000', '154820.522000', '154820.525000', '154820.527000', '154820.530000', '154820.533000', '154820.536000', '154820.539000', '154820.542000', '154820.544000', '154820.547000', '154820.550000', '154820.553000', '154820.556000', '154820.559000', '154820.562000', '154820.564000', '154840.440000', '154840.443000', '154840.446000', '154840.448000', '154840.451000', '154840.454000', '154840.457000', '154840.460000', '154840.463000', '154840.465000', '154840.468000', '154840.471000', '154840.474000', '154840.477000', '154840.480000', '154840.482000', '154840.485000', '154840.488000', '154840.491000', '154840.494000', '154840.497000', '154840.499000', '154840.502000', '154840.505000', '154840.508000', '154840.511000', '154840.514000', '154840.516000', '154840.519000', '154840.522000', '154840.525000', '154840.528000', '154840.531000', '154840.534000', '154840.536000', '154840.539000', '154840.542000', '154840.545000', '154840.550000', '154840.552000', '154840.555000', '154840.558000', '154840.561000', '154840.564000', '154900.440000', '154900.443000', '154900.446000', '154900.448000', '154900.451000', '154900.454000', '154900.457000', '154900.460000', '154900.462000', '154900.465000', '154900.468000', '154900.471000', '154900.474000', '154900.477000', '154900.479000', '154900.482000', '154900.485000', '154900.488000', '154900.491000', '154900.494000', '154900.496000', '154900.499000', '154900.502000', '154900.505000', '154900.523000', '154900.526000', '154900.528000', '154900.531000', '154900.534000', '154900.539000', '154900.543000', '154900.546000', '154900.549000', '154900.552000', '154900.554000', '154900.557000', '154900.560000', '154900.563000', '154900.566000', '154900.569000', '154900.572000', '154900.574000', '154900.577000', '154920.440000', '154920.443000', '154920.446000', '154920.448000', '154920.451000', '154920.454000', '154920.457000', '154920.460000', '154920.462000', '154920.465000', '154920.468000', '154920.471000', '154920.474000', '154920.477000', '154920.480000', '154920.482000', '154920.485000', '154920.488000', '154920.491000', '154920.494000', '154920.496000', '154920.499000', '154920.502000', '154920.505000', '154920.508000', '154920.510000', '154920.513000', '154920.516000', '154920.519000', '154920.522000', '154920.525000', '154920.527000', '154920.530000', '154920.533000', '154920.536000', '154920.539000', '154920.541000', '154920.544000', '154920.547000', '154920.550000', '154920.553000', '154920.556000', '154920.559000', '154920.561000', '154940.146000', '154940.150000', '154940.153000', '154940.156000', '154940.159000', '154940.162000', '154940.165000', '154940.168000', '154940.171000', '154940.174000', '154940.177000', '154940.180000', '154940.182000', '154940.185000', '154940.188000', '154940.191000', '154940.194000', '154940.197000', '154940.200000', '154940.203000', '154940.206000', '154940.209000', '154940.212000', '154940.215000', '154940.218000', '154940.221000', '154940.224000', '154940.227000', '154940.229000', '154940.232000', '154940.235000', '154940.238000', '154940.241000', '154940.243000', '154940.246000', '154940.249000', '154940.252000', '154940.255000', '154940.258000', '154940.260000', '154940.263000', '154940.266000', '154940.269000'], 'InstanceCreationTime': ['154320.473000', '154320.476000', '154320.479000', '154320.482000', '154320.485000', '154320.488000', '154320.490000', '154320.493000', '154320.496000', '154320.499000', '154320.502000', '154320.504000', '154320.507000', '154320.510000', '154320.513000', '154320.516000', '154320.518000', '154320.521000', '154320.530000', '154320.533000', '154320.536000', '154320.540000', '154320.543000', '154320.545000', '154320.548000', '154320.551000', '154320.554000', '154320.557000', '154320.560000', '154320.563000', '154320.565000', '154320.568000', '154320.571000', '154320.574000', '154320.577000', '154320.579000', '154320.582000', '154320.585000', '154320.588000', '154320.596000', '154320.598000', '154320.601000', '154320.604000', '154320.607000', '154320.610000', '154320.612000', '154340.440000', '154340.443000', '154340.445000', '154340.448000', '154340.451000', '154340.454000', '154340.456000', '154340.459000', '154340.462000', '154340.465000', '154340.468000', '154340.470000', '154340.473000', '154340.476000', '154340.479000', '154340.481000', '154340.484000', '154340.487000', '154340.490000', '154340.493000', '154340.496000', '154340.498000', '154340.501000', '154340.504000', '154340.507000', '154340.510000', '154340.512000', '154340.515000', '154340.518000', '154340.521000', '154340.524000', '154340.526000', '154340.529000', '154340.532000', '154340.535000', '154340.537000', '154340.540000', '154340.548000', '154340.551000', '154340.554000', '154340.557000', '154340.560000', '154340.563000', '154340.565000', '154400.440000', '154400.443000', '154400.446000', '154400.448000', '154400.451000', '154400.454000', '154400.457000', '154400.459000', '154400.462000', '154400.465000', '154400.468000', '154400.471000', '154400.473000', '154400.476000', '154400.479000', '154400.482000', '154400.485000', '154400.487000', '154400.490000', '154400.493000', '154400.496000', '154400.499000', '154400.501000', '154400.504000', '154400.507000', '154400.510000', '154400.513000', '154400.516000', '154400.518000', '154400.521000', '154400.524000', '154400.527000', '154400.530000', '154400.532000', '154400.535000', '154400.538000', '154400.541000', '154400.550000', '154400.553000', '154400.556000', '154400.559000', '154400.561000', '154400.564000', '154420.440000', '154420.443000', '154420.445000', '154420.448000', '154420.451000', '154420.454000', '154420.457000', '154420.460000', '154420.462000', '154420.469000', '154420.472000', '154420.475000', '154420.478000', '154420.481000', '154420.483000', '154420.486000', '154420.489000', '154420.492000', '154420.495000', '154420.498000', '154420.501000', '154420.503000', '154420.506000', '154420.509000', '154420.512000', '154420.515000', '154420.518000', '154420.520000', '154420.523000', '154420.526000', '154420.529000', '154420.532000', '154420.534000', '154420.537000', '154420.540000', '154420.543000', '154420.546000', '154420.548000', '154420.551000', '154420.554000', '154420.557000', '154420.560000', '154420.563000', '154420.565000', '154440.440000', '154440.443000', '154440.446000', '154440.448000', '154440.451000', '154440.454000', '154440.457000', '154440.460000', '154440.462000', '154440.465000', '154440.468000', '154440.471000', '154440.474000', '154440.477000', '154440.479000', '154440.482000', '154440.485000', '154440.488000', '154440.491000', '154440.494000', '154440.497000', '154440.499000', '154440.502000', '154440.505000', '154440.508000', '154440.511000', '154440.513000', '154440.516000', '154440.519000', '154440.522000', '154440.525000', '154440.527000', '154440.530000', '154440.533000', '154440.536000', '154440.539000', '154440.542000', '154440.544000', '154440.547000', '154440.550000', '154440.559000', '154440.562000', '154440.565000', '154500.441000', '154500.444000', '154500.447000', '154500.449000', '154500.452000', '154500.455000', '154500.458000', '154500.461000', '154500.463000', '154500.466000', '154500.469000', '154500.472000', '154500.475000', '154500.478000', '154500.480000', '154500.483000', '154500.486000', '154500.489000', '154500.492000', '154500.495000', '154500.498000', '154500.501000', '154500.503000', '154500.506000', '154500.509000', '154500.512000', '154500.515000', '154500.518000', '154500.520000', '154500.523000', '154500.526000', '154500.529000', '154500.532000', '154500.534000', '154500.537000', '154500.540000', '154500.543000', '154500.546000', '154500.549000', '154500.551000', '154500.554000', '154500.557000', '154500.560000', '154520.441000', '154520.444000', '154520.447000', '154520.449000', '154520.452000', '154520.455000', '154520.458000', '154520.461000', '154520.464000', '154520.466000', '154520.469000', '154520.472000', '154520.475000', '154520.478000', '154520.481000', '154520.483000', '154520.486000', '154520.489000', '154520.492000', '154520.495000', '154520.497000', '154520.500000', '154520.503000', '154520.506000', '154520.509000', '154520.512000', '154520.514000', '154520.517000', '154520.520000', '154520.523000', '154520.526000', '154520.529000', '154520.531000', '154520.534000', '154520.537000', '154520.540000', '154520.543000', '154520.546000', '154520.549000', '154520.551000', '154520.554000', '154520.557000', '154520.560000', '154520.563000', '154540.440000', '154540.443000', '154540.447000', '154540.451000', '154540.474000', '154540.477000', '154540.480000', '154540.483000', '154540.486000', '154540.489000', '154540.491000', '154540.494000', '154540.497000', '154540.500000', '154540.503000', '154540.505000', '154540.508000', '154540.511000', '154540.514000', '154540.517000', '154540.520000', '154540.523000', '154540.525000', '154540.528000', '154540.531000', '154540.534000', '154540.536000', '154540.539000', '154540.542000', '154540.545000', '154540.548000', '154540.551000', '154540.553000', '154540.556000', '154540.559000', '154540.562000', '154540.565000', '154540.567000', '154540.570000', '154540.573000', '154540.576000', '154540.579000', '154540.581000', '154600.440000', '154600.443000', '154600.446000', '154600.448000', '154600.451000', '154600.454000', '154600.457000', '154600.460000', '154600.462000', '154600.465000', '154600.468000', '154600.471000', '154600.474000', '154600.477000', '154600.479000', '154600.482000', '154600.485000', '154600.488000', '154600.491000', '154600.494000', '154600.497000', '154600.499000', '154600.502000', '154600.505000', '154600.508000', '154600.511000', '154600.513000', '154600.516000', '154600.519000', '154600.522000', '154600.525000', '154600.528000', '154600.545000', '154600.548000', '154600.551000', '154600.554000', '154600.556000', '154600.559000', '154600.562000', '154600.565000', '154600.568000', '154600.571000', '154600.573000', '154600.576000', '154620.440000', '154620.443000', '154620.446000', '154620.448000', '154620.451000', '154620.454000', '154620.457000', '154620.460000', '154620.463000', '154620.466000', '154620.468000', '154620.471000', '154620.474000', '154620.477000', '154620.480000', '154620.483000', '154620.486000', '154620.488000', '154620.491000', '154620.494000', '154620.497000', '154620.500000', '154620.502000', '154620.505000', '154620.508000', '154620.511000', '154620.514000', '154620.517000', '154620.519000', '154620.522000', '154620.525000', '154620.528000', '154620.531000', '154620.534000', '154620.536000', '154620.539000', '154620.542000', '154620.545000', '154620.548000', '154620.550000', '154620.553000', '154620.556000', '154620.559000', '154640.440000', '154640.443000', '154640.446000', '154640.448000', '154640.451000', '154640.454000', '154640.457000', '154640.460000', '154640.462000', '154640.465000', '154640.468000', '154640.471000', '154640.474000', '154640.477000', '154640.479000', '154640.482000', '154640.485000', '154640.488000', '154640.491000', '154640.494000', '154640.496000', '154640.499000', '154640.502000', '154640.505000', '154640.508000', '154640.510000', '154640.513000', '154640.516000', '154640.519000', '154640.522000', '154640.525000', '154640.527000', '154640.530000', '154640.533000', '154640.536000', '154640.539000', '154640.541000', '154640.544000', '154640.547000', '154640.550000', '154640.553000', '154640.555000', '154640.558000', '154640.561000', '154700.440000', '154700.443000', '154700.446000', '154700.449000', '154700.451000', '154700.454000', '154700.457000', '154700.460000', '154700.463000', '154700.466000', '154700.469000', '154700.473000', '154700.476000', '154700.479000', '154700.482000', '154700.485000', '154700.488000', '154700.490000', '154700.493000', '154700.496000', '154700.499000', '154700.501000', '154700.504000', '154700.507000', '154700.510000', '154700.513000', '154700.516000', '154700.518000', '154700.521000', '154700.524000', '154700.527000', '154700.530000', '154700.532000', '154700.535000', '154700.538000', '154700.541000', '154700.544000', '154700.547000', '154700.549000', '154700.552000', '154700.555000', '154700.558000', '154700.561000', '154720.441000', '154720.444000', '154720.447000', '154720.450000', '154720.452000', '154720.455000', '154720.458000', '154720.461000', '154720.464000', '154720.467000', '154720.469000', '154720.472000', '154720.475000', '154720.478000', '154720.481000', '154720.484000', '154720.487000', '154720.490000', '154720.492000', '154720.495000', '154720.498000', '154720.501000', '154720.504000', '154720.506000', '154720.509000', '154720.512000', '154720.515000', '154720.518000', '154720.521000', '154720.523000', '154720.526000', '154720.529000', '154720.532000', '154720.535000', '154720.538000', '154720.540000', '154720.543000', '154720.546000', '154720.549000', '154720.552000', '154720.554000', '154720.557000', '154720.560000', '154720.563000', '154740.441000', '154740.444000', '154740.447000', '154740.449000', '154740.452000', '154740.455000', '154740.458000', '154740.461000', '154740.464000', '154740.466000', '154740.469000', '154740.472000', '154740.475000', '154740.490000', '154740.493000', '154740.496000', '154740.499000', '154740.502000', '154740.504000', '154740.507000', '154740.510000', '154740.513000', '154740.516000', '154740.518000', '154740.521000', '154740.524000', '154740.527000', '154740.530000', '154740.533000', '154740.536000', '154740.539000', '154740.542000', '154740.545000', '154740.547000', '154740.550000', '154740.553000', '154740.556000', '154740.559000', '154740.561000', '154740.564000', '154740.567000', '154740.570000', '154740.573000', '154800.440000', '154800.443000', '154800.446000', '154800.448000', '154800.451000', '154800.454000', '154800.457000', '154800.460000', '154800.462000', '154800.465000', '154800.468000', '154800.471000', '154800.474000', '154800.477000', '154800.479000', '154800.482000', '154800.485000', '154800.488000', '154800.491000', '154800.493000', '154800.496000', '154800.499000', '154800.502000', '154800.505000', '154800.508000', '154800.510000', '154800.513000', '154800.516000', '154800.519000', '154800.522000', '154800.525000', '154800.527000', '154800.530000', '154800.533000', '154800.536000', '154800.539000', '154800.542000', '154800.544000', '154800.547000', '154800.550000', '154800.553000', '154800.556000', '154800.559000', '154800.561000', '154820.440000', '154820.443000', '154820.446000', '154820.448000', '154820.452000', '154820.455000', '154820.458000', '154820.461000', '154820.464000', '154820.467000', '154820.469000', '154820.472000', '154820.475000', '154820.478000', '154820.481000', '154820.484000', '154820.486000', '154820.489000', '154820.492000', '154820.495000', '154820.498000', '154820.501000', '154820.503000', '154820.507000', '154820.512000', '154820.516000', '154820.519000', '154820.522000', '154820.525000', '154820.527000', '154820.530000', '154820.533000', '154820.536000', '154820.539000', '154820.542000', '154820.544000', '154820.547000', '154820.550000', '154820.553000', '154820.556000', '154820.559000', '154820.562000', '154820.564000', '154840.440000', '154840.443000', '154840.446000', '154840.448000', '154840.451000', '154840.454000', '154840.457000', '154840.460000', '154840.463000', '154840.465000', '154840.468000', '154840.471000', '154840.474000', '154840.477000', '154840.480000', '154840.482000', '154840.485000', '154840.488000', '154840.491000', '154840.494000', '154840.497000', '154840.499000', '154840.502000', '154840.505000', '154840.508000', '154840.511000', '154840.514000', '154840.516000', '154840.519000', '154840.522000', '154840.525000', '154840.528000', '154840.531000', '154840.534000', '154840.536000', '154840.539000', '154840.542000', '154840.545000', '154840.550000', '154840.552000', '154840.555000', '154840.558000', '154840.561000', '154840.564000', '154900.440000', '154900.443000', '154900.446000', '154900.448000', '154900.451000', '154900.454000', '154900.457000', '154900.460000', '154900.462000', '154900.465000', '154900.468000', '154900.471000', '154900.474000', '154900.477000', '154900.479000', '154900.482000', '154900.485000', '154900.488000', '154900.491000', '154900.494000', '154900.496000', '154900.499000', '154900.502000', '154900.505000', '154900.523000', '154900.526000', '154900.528000', '154900.531000', '154900.534000', '154900.539000', '154900.543000', '154900.546000', '154900.549000', '154900.552000', '154900.554000', '154900.557000', '154900.560000', '154900.563000', '154900.566000', '154900.569000', '154900.572000', '154900.574000', '154900.577000', '154920.440000', '154920.443000', '154920.446000', '154920.448000', '154920.451000', '154920.454000', '154920.457000', '154920.460000', '154920.462000', '154920.465000', '154920.468000', '154920.471000', '154920.474000', '154920.477000', '154920.480000', '154920.482000', '154920.485000', '154920.488000', '154920.491000', '154920.494000', '154920.496000', '154920.499000', '154920.502000', '154920.505000', '154920.508000', '154920.510000', '154920.513000', '154920.516000', '154920.519000', '154920.522000', '154920.525000', '154920.527000', '154920.530000', '154920.533000', '154920.536000', '154920.539000', '154920.541000', '154920.544000', '154920.547000', '154920.550000', '154920.553000', '154920.556000', '154920.559000', '154920.561000', '154940.146000', '154940.150000', '154940.153000', '154940.156000', '154940.159000', '154940.162000', '154940.165000', '154940.168000', '154940.171000', '154940.174000', '154940.177000', '154940.180000', '154940.182000', '154940.185000', '154940.188000', '154940.191000', '154940.194000', '154940.197000', '154940.200000', '154940.203000', '154940.206000', '154940.209000', '154940.212000', '154940.215000', '154940.218000', '154940.221000', '154940.224000', '154940.227000', '154940.229000', '154940.232000', '154940.235000', '154940.238000', '154940.241000', '154940.243000', '154940.246000', '154940.249000', '154940.252000', '154940.255000', '154940.258000', '154940.260000', '154940.263000', '154940.266000', '154940.269000'], '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': [11227, 12813, 11146, 11477, 11042, 12133, 10959, 11884, 11522, 10637, 11753, 10621, 11104, 12307, 11040, 10739, 11341, 10923, 11345, 10942, 11977, 10682, 10080, 11170, 9405, 11080, 13181, 10878, 12868, 11078, 11063, 11372, 10757, 11414, 12178, 11326, 11198, 11466, 10986, 11615, 12833, 11214, 12906, 11031, 11317, 11567, 11000, 10904, 13135, 10979, 11011, 11133, 10481, 9889, 11044, 11694, 11028, 12001, 10907, 11083, 11226, 10567, 11284, 10719, 11383, 10125, 10070, 10688, 11006, 11074, 11100, 9695, 11200, 9697, 11086, 12417, 11300, 12433, 11066, 11804, 10875, 12687, 10769, 11033, 11259, 10816, 11362, 11785, 11507, 11457, 11738, 10862, 11711, 10818, 11547, 11601, 11597, 10768, 11753, 10932, 11049, 13262, 11417, 11377, 11739, 10694, 11727, 11143, 11505, 11370, 10388, 11445, 11508, 11256, 12393, 10739, 12534, 11123, 9817, 11394, 11133, 10966, 11875, 11248, 12221, 10990, 10626, 10921, 10772, 11260, 12124, 11599, 10562, 11159, 10002, 11472, 11567, 10175, 9878, 10974, 11804, 10686, 11460, 11728, 11310, 12572, 11367, 11720, 11318, 10485, 11778, 10827, 11358, 12534, 11631, 10569, 11295, 11087, 9762, 11391, 10503, 11347, 11957, 11274, 11384, 11640, 10727, 11239, 10807, 12398, 11132, 11362, 11058, 11164, 11341, 10229, 11073, 10099, 11380, 9812, 11026, 11063, 10996, 11516, 11021, 11272, 11183, 11293, 12955, 11548, 11328, 11713, 10813, 11260, 12090, 10303, 11603, 9769, 11370, 11901, 10374, 11929, 10868, 10039, 11520, 10453, 10803, 12160, 10996, 11186, 11853, 10994, 11436, 10601, 10480, 12045, 11158, 11059, 11609, 11376, 11856, 11058, 11856, 11129, 10395, 12068, 10737, 10503, 10998, 10949, 11160, 9819, 11501, 11650, 11207, 10871, 10922, 12153, 11134, 10302, 11841, 10352, 10913, 10658, 11357, 11468, 11840, 10892, 11560, 12137, 11405, 11582, 11667, 10282, 11651, 11476, 10866, 12329, 11362, 9923, 11854, 10807, 11232, 11725, 11072, 11422, 11683, 10591, 11837, 10865, 11181, 11918, 12036, 10949, 11995, 11031, 10872, 12407, 11016, 10928, 11962, 10943, 10490, 11928, 10903, 11325, 12274, 11375, 10567, 10780, 11095, 11633, 11169, 11237, 9848, 11312, 11509, 11032, 10663, 11695, 9953, 11907, 10924, 11034, 11683, 11166, 10659, 11586, 10448, 11013, 12233, 10576, 13192, 11086, 9715, 11440, 11034, 10992, 12656, 10618, 11938, 11367, 10613, 10919, 10267, 10475, 11673, 10987, 10261, 11658, 10294, 10189, 10998, 10596, 11284, 10856, 10994, 10732, 10843, 10257, 11611, 11066, 12137, 11198, 12473, 11518, 12731, 11594, 12382, 11780, 10982, 11657, 10997, 11811, 11929, 11718, 10648, 11636, 10351, 11577, 10547, 11955, 10843, 11567, 12559, 10976, 11577, 11599, 11025, 12011, 11240, 11553, 11518, 11317, 11592, 11835, 10701, 10576, 11487, 10989, 11530, 10632, 11528, 9765, 11800, 12547, 11429, 12538, 11665, 10018, 11429, 10254, 11276, 11538, 11248, 11437, 11130, 9583, 11096, 13753, 11439, 13485, 11419, 11122, 11315, 10364, 11265, 11355, 11627, 11034, 11765, 11107, 10740, 11215, 11206, 11388, 10364, 11474, 10733, 11169, 11135, 11108, 11188, 11227, 10572, 11522, 12861, 10611, 12394, 10673, 11097, 11334, 10784, 11200, 10588, 10983, 10831, 11488, 11374, 11244, 10782, 10847, 13784, 11381, 12024, 11501, 10736, 11221, 11927, 11343, 10801, 11904, 10846, 11511, 10881, 10153, 11234, 11394, 11506, 10719, 11693, 10319, 11465, 10493, 12235, 10974, 11011, 11357, 11787, 10870, 11360, 11186, 12051, 11552, 11972, 11295, 11104, 11416, 12153, 11485, 11709, 11124, 11731, 12633, 10805, 11297, 10792, 11583, 10128, 11785, 12815, 12031, 12958, 12141, 10486, 12618, 11708, 12757, 11268, 12577, 11544, 13030, 11508, 12891, 11508, 12810, 11759, 11628, 11816, 12547, 11670, 12501, 11282, 11302, 12276, 11585, 11999, 12542, 12316, 11871, 11711, 11624, 11925, 11034, 12273, 11402, 12508, 11637, 12309, 10321, 11247, 11116, 12020, 12978, 11351, 12110, 12138, 11389, 12672, 11240, 11048, 11546, 10751, 11856, 11963, 11188, 11590, 12160, 10874, 11103, 11251, 10302, 11250, 10054, 11678, 10267, 11896, 10937, 11168, 11833, 11003, 10827, 11465, 11079, 12126, 11330, 10051, 11211, 11671, 11634, 10554, 11752, 12922, 10613, 11885, 11446, 11083, 12050, 11037, 10357, 11056, 10357, 11447, 11295, 11674, 11624, 11121, 10981, 11078, 10876, 11967, 11491, 11701, 11125, 10307, 11439, 11275, 11543, 12176, 11655, 12095, 12361, 11950, 11760, 11871, 10924, 11596, 12839, 11229, 11787, 11074, 11269, 11938, 10817, 11714, 12430, 11928, 10883, 12176, 10272, 11555, 11755, 11004, 10067, 11751, 11052, 11703, 11539, 10659, 12368, 11383, 10294, 11737, 10549, 11305, 11435, 11288, 11198, 11101, 10748, 11354, 10347, 10884, 12098, 11348, 10981, 11323, 10508, 11293, 10777, 10320, 11905, 11662, 11036, 10432, 11101, 10194, 10703, 11423, 11061, 10971, 11079, 10939, 10644, 12399, 11001, 11184, 11481, 10330, 11448, 10715, 10133, 11814, 10315, 10355, 10970, 10803, 11400, 10327, 12190, 10540, 10766, 10871, 10760, 11211, 10328, 10922, 10294, 11548, 10620, 10873, 11009, 10060, 10617, 12400, 10324, 11316, 10788, 10393, 11089, 10451, 10806, 10577, 10834, 10899, 9908, 11026, 11578, 10299, 10964, 10615, 10497, 10978, 10853, 11201, 10654, 9630, 11652, 11530, 10856, 10954, 10966, 9714, 10461, 9887, 10746, 9798, 11107, 9772, 10900, 11358, 11920, 10501, 10798, 9681, 10810, 13151, 11522, 12009, 10579, 10616, 11142, 10491, 9725, 10496, 10153, 10479, 10162, 11048, 11360, 10540, 11135, 10455, 10719, 11100, 10544, 10964, 10927, 9796, 10453, 10248, 10581, 9648, 10673, 9974, 10787, 10282, 13731, 11275, 11530, 11363, 10061, 11342, 13390, 11349, 11398, 11278, 11036, 10771, 12794, 10245, 13310, 11714, 13145, 11039, 11496, 10869, 9860, 11140, 13690, 11242, 10530, 10467, 10799, 10477, 11011, 13314, 10562, 11891, 10058, 12769, 10263, 12846, 11043, 9555, 11001, 10338, 10926, 10171, 10469, 9902, 10648, 10588, 10266, 10563, 12353, 10450, 12505, 10837, 10640, 10867, 10058, 11270, 10229, 9889, 10567, 10057, 10853, 10832, 11154, 10251, 10095, 10309, 10106, 10724, 9767, 10923, 10751, 10545, 10327, 10264, 10459, 10883, 10655, 10996, 10863, 9878, 10565, 9546, 10537, 12923, 10244, 11427, 10711, 11096, 11229, 10840, 10558, 10766, 10252, 10693, 10095, 11316, 9856, 10849, 10655, 10616, 13260, 10728, 12676, 10482, 11260], 'WindowCenter': [4807.0, 4800.0, 4763.0, 4762.0, 4762.0, 4759.0, 4737.0, 4745.0, 4746.0, 4725.0, 4744.0, 4736.0, 4734.0, 4744.0, 4734.0, 4733.0, 4732.0, 4735.0, 4733.0, 4735.0, 4731.0, 4724.0, 4723.0, 4733.0, 4713.0, 4737.0, 4755.0, 4734.0, 4744.0, 4733.0, 4733.0, 4734.0, 4733.0, 4734.0, 4743.0, 4735.0, 4734.0, 4744.0, 4733.0, 4746.0, 4744.0, 4734.0, 4744.0, 4734.0, 4732.0, 4733.0, 4733.0, 4722.0, 4741.0, 4720.0, 4721.0, 4720.0, 4721.0, 4710.0, 4721.0, 4717.0, 4720.0, 4718.0, 4721.0, 4720.0, 4721.0, 4720.0, 4722.0, 4720.0, 4720.0, 4722.0, 4712.0, 4722.0, 4734.0, 4732.0, 4745.0, 4725.0, 4747.0, 4726.0, 4749.0, 4756.0, 4747.0, 4742.0, 4736.0, 4744.0, 4735.0, 4743.0, 4732.0, 4722.0, 4732.0, 4723.0, 4733.0, 4733.0, 4733.0, 4732.0, 4731.0, 4721.0, 4741.0, 4734.0, 4733.0, 4733.0, 4730.0, 4731.0, 4732.0, 4733.0, 4732.0, 4744.0, 4734.0, 4732.0, 4733.0, 4722.0, 4744.0, 4735.0, 4732.0, 4736.0, 4721.0, 4735.0, 4732.0, 4734.0, 4743.0, 4733.0, 4743.0, 4734.0, 4722.0, 4734.0, 4732.0, 4734.0, 4733.0, 4732.0, 4743.0, 4732.0, 4724.0, 4734.0, 4732.0, 4735.0, 4742.0, 4734.0, 4733.0, 4735.0, 4724.0, 4744.0, 4734.0, 4737.0, 4727.0, 4734.0, 4746.0, 4736.0, 4759.0, 4748.0, 4747.0, 4746.0, 4746.0, 4743.0, 4736.0, 4722.0, 4745.0, 4733.0, 4735.0, 4743.0, 4733.0, 4723.0, 4720.0, 4733.0, 4713.0, 4733.0, 4721.0, 4732.0, 4729.0, 4721.0, 4731.0, 4732.0, 4721.0, 4721.0, 4721.0, 4729.0, 4731.0, 4730.0, 4734.0, 4722.0, 4733.0, 4721.0, 4732.0, 4722.0, 4730.0, 4722.0, 4733.0, 4734.0, 4745.0, 4746.0, 4744.0, 4747.0, 4746.0, 4745.0, 4755.0, 4744.0, 4735.0, 4733.0, 4735.0, 4732.0, 4743.0, 4722.0, 4733.0, 4713.0, 4733.0, 4733.0, 4723.0, 4733.0, 4734.0, 4711.0, 4732.0, 4722.0, 4733.0, 4732.0, 4733.0, 4721.0, 4731.0, 4721.0, 4732.0, 4723.0, 4722.0, 4743.0, 4730.0, 4732.0, 4731.0, 4732.0, 4731.0, 4733.0, 4731.0, 4732.0, 4710.0, 4730.0, 4721.0, 4721.0, 4722.0, 4721.0, 4731.0, 4710.0, 4723.0, 4720.0, 4732.0, 4722.0, 4723.0, 4733.0, 4734.0, 4723.0, 4744.0, 4721.0, 4735.0, 4735.0, 4747.0, 4745.0, 4745.0, 4735.0, 4747.0, 4743.0, 4735.0, 4734.0, 4745.0, 4724.0, 4745.0, 4734.0, 4734.0, 4744.0, 4734.0, 4721.0, 4744.0, 4733.0, 4733.0, 4733.0, 4734.0, 4732.0, 4733.0, 4722.0, 4734.0, 4723.0, 4731.0, 4732.0, 4732.0, 4721.0, 4744.0, 4724.0, 4722.0, 4744.0, 4723.0, 4722.0, 4732.0, 4733.0, 4723.0, 4734.0, 4733.0, 4732.0, 4741.0, 4733.0, 4734.0, 4734.0, 4733.0, 4734.0, 4733.0, 4733.0, 4709.0, 4733.0, 4733.0, 4723.0, 4721.0, 4732.0, 4711.0, 4734.0, 4732.0, 4733.0, 4733.0, 4733.0, 4722.0, 4733.0, 4723.0, 4734.0, 4740.0, 4724.0, 4752.0, 4734.0, 4722.0, 4744.0, 4733.0, 4732.0, 4742.0, 4722.0, 4732.0, 4732.0, 4722.0, 4733.0, 4722.0, 4723.0, 4732.0, 4723.0, 4721.0, 4731.0, 4723.0, 4711.0, 4721.0, 4709.0, 4720.0, 4708.0, 4720.0, 4719.0, 4720.0, 4709.0, 4730.0, 4729.0, 4742.0, 4729.0, 4751.0, 4742.0, 4753.0, 4743.0, 4753.0, 4745.0, 4734.0, 4745.0, 4735.0, 4746.0, 4745.0, 4746.0, 4735.0, 4746.0, 4725.0, 4745.0, 4724.0, 4744.0, 4723.0, 4734.0, 4741.0, 4723.0, 4732.0, 4731.0, 4722.0, 4742.0, 4732.0, 4732.0, 4744.0, 4744.0, 4745.0, 4756.0, 4749.0, 4735.0, 4747.0, 4735.0, 4748.0, 4735.0, 4747.0, 4726.0, 4747.0, 4745.0, 4746.0, 4744.0, 4744.0, 4724.0, 4745.0, 4724.0, 4735.0, 4735.0, 4736.0, 4735.0, 4735.0, 4713.0, 4734.0, 4742.0, 4732.0, 4741.0, 4731.0, 4719.0, 4720.0, 4710.0, 4721.0, 4721.0, 4727.0, 4721.0, 4732.0, 4720.0, 4719.0, 4722.0, 4720.0, 4731.0, 4724.0, 4733.0, 4732.0, 4734.0, 4721.0, 4733.0, 4732.0, 4731.0, 4721.0, 4733.0, 4740.0, 4721.0, 4731.0, 4721.0, 4720.0, 4731.0, 4721.0, 4733.0, 4723.0, 4733.0, 4734.0, 4744.0, 4733.0, 4735.0, 4723.0, 4735.0, 4742.0, 4732.0, 4732.0, 4732.0, 4721.0, 4722.0, 4720.0, 4720.0, 4717.0, 4719.0, 4717.0, 4720.0, 4721.0, 4711.0, 4720.0, 4718.0, 4720.0, 4710.0, 4731.0, 4711.0, 4730.0, 4723.0, 4731.0, 4732.0, 4722.0, 4732.0, 4734.0, 4732.0, 4732.0, 4743.0, 4745.0, 4745.0, 4746.0, 4746.0, 4747.0, 4748.0, 4758.0, 4747.0, 4756.0, 4747.0, 4745.0, 4757.0, 4734.0, 4736.0, 4733.0, 4744.0, 4724.0, 4747.0, 4758.0, 4747.0, 4744.0, 4745.0, 4724.0, 4745.0, 4732.0, 4742.0, 4724.0, 4734.0, 4733.0, 4741.0, 4721.0, 4743.0, 4732.0, 4730.0, 4732.0, 4733.0, 4744.0, 4733.0, 4732.0, 4743.0, 4722.0, 4720.0, 4731.0, 4731.0, 4732.0, 4741.0, 4732.0, 4730.0, 4732.0, 4731.0, 4731.0, 4720.0, 4731.0, 4731.0, 4732.0, 4732.0, 4732.0, 4723.0, 4732.0, 4733.0, 4745.0, 4757.0, 4747.0, 4758.0, 4758.0, 4750.0, 4757.0, 4749.0, 4737.0, 4747.0, 4736.0, 4734.0, 4736.0, 4733.0, 4733.0, 4732.0, 4722.0, 4720.0, 4723.0, 4710.0, 4722.0, 4711.0, 4731.0, 4710.0, 4730.0, 4720.0, 4722.0, 4732.0, 4723.0, 4723.0, 4733.0, 4732.0, 4743.0, 4735.0, 4724.0, 4733.0, 4733.0, 4733.0, 4721.0, 4735.0, 4744.0, 4724.0, 4732.0, 4733.0, 4722.0, 4731.0, 4724.0, 4724.0, 4734.0, 4712.0, 4733.0, 4720.0, 4732.0, 4732.0, 4733.0, 4722.0, 4733.0, 4721.0, 4733.0, 4733.0, 4744.0, 4735.0, 4723.0, 4733.0, 4733.0, 4734.0, 4745.0, 4744.0, 4756.0, 4756.0, 4746.0, 4746.0, 4746.0, 4736.0, 4747.0, 4757.0, 4737.0, 4736.0, 4734.0, 4733.0, 4745.0, 4733.0, 4734.0, 4743.0, 4742.0, 4733.0, 4744.0, 4724.0, 4733.0, 4746.0, 4760.0, 4724.0, 4743.0, 4731.0, 4732.0, 4731.0, 4722.0, 4731.0, 4730.0, 4709.0, 4729.0, 4707.0, 4720.0, 4719.0, 4720.0, 4718.0, 4720.0, 4717.0, 4731.0, 4720.0, 4722.0, 4732.0, 4722.0, 4722.0, 4730.0, 4720.0, 4721.0, 4721.0, 4711.0, 4729.0, 4719.0, 4719.0, 4709.0, 4731.0, 4710.0, 4721.0, 4731.0, 4732.0, 4720.0, 4721.0, 4718.0, 4721.0, 4754.0, 4748.0, 4743.0, 4743.0, 4723.0, 4734.0, 4747.0, 4734.0, 4744.0, 4721.0, 4720.0, 4708.0, 4719.0, 4716.0, 4709.0, 4718.0, 4708.0, 4707.0, 4708.0, 4707.0, 4718.0, 4707.0, 4718.0, 4709.0, 4729.0, 4718.0, 4718.0, 4721.0, 4710.0, 4721.0, 4730.0, 4710.0, 4719.0, 4719.0, 4709.0, 4717.0, 4721.0, 4720.0, 4720.0, 4718.0, 4721.0, 4710.0, 4733.0, 4733.0, 4724.0, 4733.0, 4733.0, 4732.0, 4733.0, 4734.0, 4734.0, 4734.0, 4723.0, 4744.0, 4745.0, 4735.0, 4746.0, 4747.0, 4737.0, 4751.0, 4751.0, 4748.0, 4739.0, 4749.0, 4735.0, 4748.0, 4747.0, 4747.0, 4735.0, 4746.0, 4724.0, 4736.0, 4755.0, 4734.0, 4746.0, 4735.0, 4722.0, 4733.0, 4723.0, 4714.0, 4724.0, 4721.0, 4723.0, 4721.0, 4730.0, 4731.0, 4733.0, 4731.0, 4723.0, 4730.0, 4732.0, 4734.0, 4734.0, 4736.0, 4726.0, 4733.0, 4735.0, 4735.0, 4724.0, 4735.0, 4735.0, 4746.0, 4736.0, 4766.0, 4758.0, 4758.0, 4758.0, 4748.0, 4759.0, 4768.0, 4746.0, 4746.0, 4734.0, 4736.0, 4732.0, 4756.0, 4734.0, 4754.0, 4745.0, 4755.0, 4745.0, 4743.0, 4746.0, 4722.0, 4733.0, 4742.0, 4721.0, 4711.0, 4720.0, 4719.0, 4720.0, 4720.0, 4726.0, 4708.0, 4717.0, 4697.0, 4716.0, 4694.0, 4715.0, 4715.0, 4696.0, 4716.0, 4704.0, 4706.0, 4706.0, 4703.0, 4696.0, 4695.0, 4705.0, 4693.0, 4706.0, 4716.0, 4707.0, 4715.0, 4706.0, 4703.0, 4707.0, 4695.0, 4716.0, 4707.0, 4694.0, 4706.0, 4698.0, 4708.0, 4707.0, 4718.0, 4707.0, 4710.0, 4709.0, 4707.0, 4720.0, 4709.0, 4721.0, 4731.0, 4734.0, 4733.0, 4731.0, 4733.0, 4734.0, 4732.0, 4732.0, 4737.0, 4725.0, 4735.0, 4724.0, 4733.0, 4754.0, 4725.0, 4742.0, 4734.0, 4744.0, 4744.0, 4734.0, 4735.0, 4734.0, 4735.0, 4747.0, 4734.0, 4745.0, 4725.0, 4734.0, 4734.0, 4734.0, 4754.0, 4735.0, 4742.0, 4733.0, 4733.0], 'WindowWidth': [10494.0, 10468.0, 10406.0, 10399.0, 10396.0, 10386.0, 10353.0, 10362.0, 10363.0, 10331.0, 10359.0, 10352.0, 10344.0, 10359.0, 10342.0, 10342.0, 10336.0, 10345.0, 10343.0, 10345.0, 10337.0, 10331.0, 10327.0, 10343.0, 10313.0, 10350.0, 10376.0, 10343.0, 10357.0, 10343.0, 10339.0, 10343.0, 10342.0, 10341.0, 10355.0, 10345.0, 10342.0, 10357.0, 10341.0, 10363.0, 10358.0, 10345.0, 10357.0, 10343.0, 10336.0, 10342.0, 10340.0, 10323.0, 10349.0, 10318.0, 10321.0, 10315.0, 10321.0, 10303.0, 10319.0, 10310.0, 10316.0, 10312.0, 10318.0, 10317.0, 10321.0, 10319.0, 10321.0, 10318.0, 10317.0, 10321.0, 10310.0, 10324.0, 10342.0, 10340.0, 10360.0, 10333.0, 10367.0, 10337.0, 10374.0, 10377.0, 10365.0, 10356.0, 10349.0, 10358.0, 10346.0, 10355.0, 10340.0, 10323.0, 10338.0, 10326.0, 10340.0, 10340.0, 10342.0, 10336.0, 10335.0, 10321.0, 10349.0, 10343.0, 10339.0, 10341.0, 10335.0, 10336.0, 10337.0, 10342.0, 10339.0, 10359.0, 10343.0, 10339.0, 10339.0, 10326.0, 10357.0, 10347.0, 10338.0, 10346.0, 10322.0, 10344.0, 10340.0, 10344.0, 10355.0, 10342.0, 10354.0, 10344.0, 10325.0, 10343.0, 10339.0, 10345.0, 10341.0, 10340.0, 10354.0, 10340.0, 10328.0, 10343.0, 10338.0, 10346.0, 10353.0, 10344.0, 10341.0, 10346.0, 10329.0, 10359.0, 10345.0, 10352.0, 10337.0, 10344.0, 10362.0, 10349.0, 10385.0, 10370.0, 10366.0, 10365.0, 10363.0, 10357.0, 10348.0, 10324.0, 10359.0, 10342.0, 10343.0, 10353.0, 10338.0, 10326.0, 10319.0, 10341.0, 10311.0, 10339.0, 10321.0, 10336.0, 10330.0, 10320.0, 10334.0, 10338.0, 10322.0, 10322.0, 10321.0, 10330.0, 10335.0, 10330.0, 10342.0, 10325.0, 10339.0, 10321.0, 10337.0, 10323.0, 10333.0, 10326.0, 10343.0, 10343.0, 10362.0, 10365.0, 10360.0, 10366.0, 10364.0, 10362.0, 10378.0, 10359.0, 10347.0, 10341.0, 10346.0, 10337.0, 10358.0, 10325.0, 10340.0, 10310.0, 10339.0, 10342.0, 10328.0, 10340.0, 10342.0, 10308.0, 10338.0, 10323.0, 10341.0, 10339.0, 10341.0, 10321.0, 10335.0, 10320.0, 10335.0, 10327.0, 10322.0, 10354.0, 10332.0, 10338.0, 10332.0, 10338.0, 10338.0, 10339.0, 10335.0, 10337.0, 10303.0, 10332.0, 10322.0, 10320.0, 10324.0, 10321.0, 10334.0, 10304.0, 10321.0, 10316.0, 10336.0, 10322.0, 10326.0, 10341.0, 10342.0, 10326.0, 10357.0, 10325.0, 10348.0, 10346.0, 10366.0, 10361.0, 10360.0, 10347.0, 10365.0, 10356.0, 10346.0, 10343.0, 10359.0, 10329.0, 10359.0, 10344.0, 10344.0, 10358.0, 10344.0, 10323.0, 10355.0, 10342.0, 10343.0, 10342.0, 10343.0, 10338.0, 10339.0, 10322.0, 10342.0, 10327.0, 10336.0, 10337.0, 10337.0, 10322.0, 10357.0, 10329.0, 10323.0, 10357.0, 10325.0, 10324.0, 10337.0, 10339.0, 10326.0, 10346.0, 10340.0, 10339.0, 10350.0, 10340.0, 10343.0, 10344.0, 10338.0, 10344.0, 10338.0, 10338.0, 10305.0, 10338.0, 10339.0, 10326.0, 10322.0, 10338.0, 10308.0, 10342.0, 10339.0, 10341.0, 10340.0, 10341.0, 10325.0, 10340.0, 10326.0, 10344.0, 10348.0, 10330.0, 10367.0, 10344.0, 10324.0, 10357.0, 10341.0, 10340.0, 10355.0, 10327.0, 10340.0, 10339.0, 10323.0, 10341.0, 10324.0, 10325.0, 10336.0, 10324.0, 10320.0, 10334.0, 10326.0, 10305.0, 10321.0, 10300.0, 10316.0, 10299.0, 10316.0, 10314.0, 10318.0, 10302.0, 10331.0, 10331.0, 10352.0, 10336.0, 10364.0, 10355.0, 10372.0, 10359.0, 10370.0, 10362.0, 10345.0, 10362.0, 10348.0, 10363.0, 10360.0, 10365.0, 10348.0, 10364.0, 10333.0, 10361.0, 10328.0, 10355.0, 10327.0, 10342.0, 10352.0, 10327.0, 10338.0, 10336.0, 10325.0, 10351.0, 10339.0, 10340.0, 10358.0, 10358.0, 10361.0, 10377.0, 10374.0, 10347.0, 10367.0, 10347.0, 10370.0, 10346.0, 10367.0, 10336.0, 10364.0, 10363.0, 10363.0, 10357.0, 10359.0, 10330.0, 10360.0, 10331.0, 10347.0, 10346.0, 10351.0, 10344.0, 10345.0, 10314.0, 10343.0, 10351.0, 10337.0, 10347.0, 10334.0, 10316.0, 10317.0, 10304.0, 10319.0, 10320.0, 10325.0, 10319.0, 10333.0, 10319.0, 10314.0, 10325.0, 10318.0, 10337.0, 10329.0, 10341.0, 10337.0, 10342.0, 10323.0, 10340.0, 10337.0, 10336.0, 10321.0, 10338.0, 10346.0, 10321.0, 10335.0, 10321.0, 10319.0, 10335.0, 10321.0, 10339.0, 10326.0, 10342.0, 10342.0, 10357.0, 10342.0, 10345.0, 10328.0, 10345.0, 10352.0, 10338.0, 10336.0, 10335.0, 10321.0, 10323.0, 10317.0, 10317.0, 10311.0, 10312.0, 10312.0, 10316.0, 10319.0, 10304.0, 10318.0, 10313.0, 10316.0, 10302.0, 10334.0, 10306.0, 10331.0, 10326.0, 10333.0, 10337.0, 10323.0, 10339.0, 10341.0, 10340.0, 10338.0, 10356.0, 10362.0, 10360.0, 10364.0, 10366.0, 10367.0, 10371.0, 10382.0, 10368.0, 10378.0, 10366.0, 10361.0, 10383.0, 10345.0, 10351.0, 10341.0, 10357.0, 10331.0, 10364.0, 10384.0, 10367.0, 10359.0, 10360.0, 10329.0, 10360.0, 10336.0, 10351.0, 10327.0, 10341.0, 10339.0, 10346.0, 10318.0, 10352.0, 10337.0, 10330.0, 10336.0, 10338.0, 10357.0, 10339.0, 10336.0, 10353.0, 10325.0, 10318.0, 10338.0, 10333.0, 10336.0, 10346.0, 10336.0, 10335.0, 10336.0, 10334.0, 10334.0, 10317.0, 10333.0, 10333.0, 10335.0, 10337.0, 10337.0, 10326.0, 10337.0, 10339.0, 10359.0, 10380.0, 10367.0, 10385.0, 10384.0, 10373.0, 10382.0, 10371.0, 10353.0, 10365.0, 10347.0, 10343.0, 10349.0, 10338.0, 10339.0, 10335.0, 10322.0, 10316.0, 10324.0, 10303.0, 10320.0, 10305.0, 10333.0, 10303.0, 10331.0, 10320.0, 10323.0, 10336.0, 10325.0, 10324.0, 10339.0, 10336.0, 10354.0, 10346.0, 10328.0, 10341.0, 10336.0, 10338.0, 10319.0, 10342.0, 10356.0, 10328.0, 10337.0, 10339.0, 10323.0, 10335.0, 10329.0, 10327.0, 10341.0, 10309.0, 10339.0, 10318.0, 10334.0, 10336.0, 10340.0, 10324.0, 10338.0, 10322.0, 10340.0, 10340.0, 10356.0, 10345.0, 10326.0, 10342.0, 10339.0, 10343.0, 10359.0, 10360.0, 10377.0, 10378.0, 10365.0, 10364.0, 10365.0, 10350.0, 10367.0, 10379.0, 10352.0, 10349.0, 10344.0, 10340.0, 10359.0, 10341.0, 10345.0, 10355.0, 10354.0, 10339.0, 10356.0, 10332.0, 10341.0, 10366.0, 10392.0, 10332.0, 10356.0, 10334.0, 10336.0, 10335.0, 10323.0, 10336.0, 10332.0, 10301.0, 10327.0, 10297.0, 10316.0, 10316.0, 10319.0, 10314.0, 10319.0, 10311.0, 10336.0, 10320.0, 10323.0, 10337.0, 10324.0, 10323.0, 10332.0, 10316.0, 10321.0, 10320.0, 10306.0, 10331.0, 10315.0, 10316.0, 10301.0, 10334.0, 10304.0, 10321.0, 10332.0, 10336.0, 10317.0, 10318.0, 10313.0, 10320.0, 10377.0, 10370.0, 10357.0, 10358.0, 10330.0, 10344.0, 10371.0, 10345.0, 10360.0, 10320.0, 10320.0, 10298.0, 10312.0, 10308.0, 10301.0, 10312.0, 10300.0, 10296.0, 10298.0, 10295.0, 10311.0, 10296.0, 10312.0, 10301.0, 10330.0, 10315.0, 10314.0, 10319.0, 10304.0, 10320.0, 10331.0, 10304.0, 10315.0, 10316.0, 10301.0, 10310.0, 10320.0, 10316.0, 10319.0, 10314.0, 10322.0, 10304.0, 10341.0, 10342.0, 10330.0, 10343.0, 10343.0, 10340.0, 10344.0, 10343.0, 10345.0, 10346.0, 10330.0, 10361.0, 10362.0, 10348.0, 10365.0, 10369.0, 10353.0, 10379.0, 10380.0, 10372.0, 10358.0, 10371.0, 10350.0, 10371.0, 10367.0, 10368.0, 10348.0, 10363.0, 10330.0, 10351.0, 10375.0, 10346.0, 10361.0, 10345.0, 10325.0, 10340.0, 10328.0, 10316.0, 10330.0, 10322.0, 10328.0, 10322.0, 10333.0, 10337.0, 10341.0, 10338.0, 10329.0, 10336.0, 10340.0, 10344.0, 10345.0, 10350.0, 10335.0, 10343.0, 10346.0, 10348.0, 10331.0, 10347.0, 10348.0, 10365.0, 10351.0, 10395.0, 10386.0, 10388.0, 10388.0, 10373.0, 10389.0, 10398.0, 10365.0, 10365.0, 10345.0, 10352.0, 10340.0, 10379.0, 10345.0, 10374.0, 10364.0, 10379.0, 10363.0, 10357.0, 10364.0, 10325.0, 10340.0, 10351.0, 10319.0, 10306.0, 10316.0, 10316.0, 10317.0, 10317.0, 10322.0, 10296.0, 10308.0, 10279.0, 10308.0, 10274.0, 10305.0, 10304.0, 10280.0, 10308.0, 10289.0, 10292.0, 10294.0, 10285.0, 10279.0, 10274.0, 10290.0, 10272.0, 10293.0, 10307.0, 10295.0, 10306.0, 10294.0, 10284.0, 10294.0, 10276.0, 10307.0, 10298.0, 10276.0, 10295.0, 10283.0, 10297.0, 10295.0, 10311.0, 10297.0, 10303.0, 10301.0, 10298.0, 10318.0, 10302.0, 10321.0, 10336.0, 10346.0, 10342.0, 10341.0, 10343.0, 10347.0, 10342.0, 10342.0, 10354.0, 10335.0, 10348.0, 10331.0, 10344.0, 10372.0, 10334.0, 10355.0, 10345.0, 10360.0, 10359.0, 10346.0, 10347.0, 10348.0, 10348.0, 10368.0, 10345.0, 10362.0, 10333.0, 10346.0, 10345.0, 10345.0, 10374.0, 10349.0, 10354.0, 10342.0, 10341.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.0003061707035755479</td></tr>
<tr><td colspan=3>aqi</td><td>0.017920293310265283</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.36655979739023</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.326652489595844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00154731756351</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>6418.3379</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07809647923038876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8073817762399077</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4289973407659033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3998119427840243</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.587480120127849</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2996999593858374</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104825</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016747569665312767</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025257693603634834</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.063820366828937</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>31.6594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2031</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.0202</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297563.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.7761</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.4544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3925.6542</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.7865</td></tr>
<tr><td colspan=3>tsnr</td><td>47.038804771145806</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>