ds005256-mriqc/sub-0051_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3799592db7 [DATALAD RUNCMD] Compute MRIQC for sub-0051
=== 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-0051 --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-0051",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:03 +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-0051_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0051_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-03/func/sub-0051_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>db79b1d14b0167a57b767f16eca6329c</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>13:14:40.532500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101901</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7804, -7254, 618, -102, -145, 36, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73e4a3ff-981c-45ba-8371-bf8df1ba87db||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803207397460938, -0.11280731111764908, 0.03560922294855118, 116.3833999633789], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -98.19359588623047], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -36.97489547729492], [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': ['131440.532500', '131440.992500', '131441.452500', '131441.912500', '131442.372500', '131442.832500', '131443.292500', '131443.752500', '131444.212500', '131444.672500', '131445.132500', '131445.592500', '131446.052500', '131446.512500', '131446.972500', '131447.432500', '131447.892500', '131448.352500', '131448.812500', '131449.272500', '131449.732500', '131450.192500', '131450.652500', '131451.112500', '131451.572500', '131452.032500', '131452.492500', '131452.952500', '131453.412500', '131453.872500', '131454.332500', '131454.792500', '131455.252500', '131455.712500', '131456.172500', '131456.632500', '131457.092500', '131457.552500', '131458.012500', '131458.472500', '131458.932500', '131459.392500', '131459.852500', '131500.312500', '131500.772500', '131501.232500', '131501.692500', '131502.152500', '131502.612500', '131503.072500', '131503.532500', '131503.992500', '131504.452500', '131504.912500', '131505.372500', '131505.832500', '131506.292500', '131506.752500', '131507.212500', '131507.672500', '131508.132500', '131508.592500', '131509.052500', '131509.512500', '131509.972500', '131510.432500', '131510.892500', '131511.352500', '131511.812500', '131512.272500', '131512.732500', '131513.192500', '131513.652500', '131514.112500', '131514.572500', '131515.032500', '131515.492500', '131515.952500', '131516.412500', '131516.872500', '131517.332500', '131517.792500', '131518.252500', '131518.712500', '131519.172500', '131519.632500', '131520.092500', '131520.552500', '131521.012500', '131521.472500', '131521.932500', '131522.392500', '131522.852500', '131523.312500', '131523.772500', '131524.232500', '131524.692500', '131525.152500', '131525.612500', '131526.072500', '131526.532500', '131526.992500', '131527.452500', '131527.912500', '131528.372500', '131528.832500', '131529.292500', '131529.752500', '131530.212500', '131530.672500', '131531.132500', '131531.592500', '131532.052500', '131532.512500', '131532.972500', '131533.432500', '131533.892500', '131534.352500', '131534.812500', '131535.272500', '131535.732500', '131536.192500', '131536.652500', '131537.112500', '131537.572500', '131538.032500', '131538.492500', '131538.952500', '131539.412500', '131539.872500', '131540.332500', '131540.792500', '131541.252500', '131541.712500', '131542.172500', '131542.632500', '131543.092500', '131543.552500', '131544.012500', '131544.472500', '131544.932500', '131545.392500', '131545.852500', '131546.312500', '131546.772500', '131547.232500', '131547.692500', '131548.152500', '131548.612500', '131549.072500', '131549.532500', '131549.992500', '131550.452500', '131550.912500', '131551.372500', '131551.832500', '131552.292500', '131552.752500', '131553.212500', '131553.672500', '131554.132500', '131554.592500', '131555.052500', '131555.512500', '131555.972500', '131556.432500', '131556.892500', '131557.352500', '131557.812500', '131558.272500', '131558.732500', '131559.192500', '131559.652500', '131600.112500', '131600.572500', '131601.032500', '131601.492500', '131601.952500', '131602.412500', '131602.872500', '131603.332500', '131603.792500', '131604.252500', '131604.712500', '131605.172500', '131605.632500', '131606.092500', '131606.552500', '131607.012500', '131607.472500', '131607.932500', '131608.392500', '131608.852500', '131609.312500', '131609.772500', '131610.232500', '131610.692500', '131611.152500', '131611.612500', '131612.072500', '131612.532500', '131612.992500', '131613.452500', '131613.912500', '131614.372500', '131614.832500', '131615.292500', '131615.752500', '131616.212500', '131616.672500', '131617.132500', '131617.592500', '131618.052500', '131618.512500', '131618.972500', '131619.432500', '131619.892500', '131620.352500', '131620.812500', '131621.272500', '131621.732500', '131622.192500', '131622.652500', '131623.112500', '131623.572500', '131624.032500', '131624.492500', '131624.952500', '131625.412500', '131625.872500', '131626.332500', '131626.792500', '131627.252500', '131627.712500', '131628.172500', '131628.632500', '131629.092500', '131629.552500', '131630.012500', '131630.472500', '131630.932500', '131631.392500', '131631.852500', '131632.312500', '131632.772500', '131633.232500', '131633.692500', '131634.152500', '131634.612500', '131635.072500', '131635.532500', '131635.992500', '131636.452500', '131636.912500', '131637.372500', '131637.832500', '131638.292500', '131638.752500', '131639.212500', '131639.672500', '131640.132500', '131640.592500', '131641.052500', '131641.512500', '131641.972500', '131642.432500', '131642.892500', '131643.352500', '131643.812500', '131644.272500', '131644.732500', '131645.192500', '131645.652500', '131646.112500', '131646.572500', '131647.032500', '131647.492500', '131647.952500', '131648.412500', '131648.872500', '131649.332500', '131649.792500', '131650.252500', '131650.712500', '131651.172500', '131651.632500', '131652.092500', '131652.552500', '131653.012500', '131653.472500', '131653.932500', '131654.392500', '131654.852500', '131655.312500', '131655.772500', '131656.232500', '131656.692500', '131657.152500', '131657.612500', '131658.072500', '131658.532500', '131658.992500', '131659.452500', '131659.912500', '131700.372500', '131700.832500', '131701.292500', '131701.752500', '131702.212500', '131702.672500', '131703.132500', '131703.592500', '131704.052500', '131704.512500', '131704.972500', '131705.432500', '131705.892500', '131706.352500', '131706.812500', '131707.272500', '131707.732500', '131708.192500', '131708.652500', '131709.112500', '131709.572500', '131710.032500', '131710.492500', '131710.952500', '131711.412500', '131711.872500', '131712.332500', '131712.792500', '131713.252500', '131713.712500', '131714.172500', '131714.632500', '131715.092500', '131715.552500', '131716.012500', '131716.472500', '131716.932500', '131717.392500', '131717.852500', '131718.312500', '131718.772500', '131719.232500', '131719.692500', '131720.152500', '131720.612500', '131721.072500', '131721.532500', '131721.992500', '131722.452500', '131722.912500', '131723.372500', '131723.832500', '131724.292500', '131724.752500', '131725.212500', '131725.672500', '131726.132500', '131726.592500', '131727.052500', '131727.512500', '131727.972500', '131728.432500', '131728.892500', '131729.352500', '131729.812500', '131730.272500', '131730.732500', '131731.192500', '131731.652500', '131732.112500', '131732.572500', '131733.032500', '131733.492500', '131733.952500', '131734.412500', '131734.872500', '131735.332500', '131735.792500', '131736.252500', '131736.712500', '131737.172500', '131737.632500', '131738.092500', '131738.552500', '131739.012500', '131739.472500', '131739.932500', '131740.392500', '131740.852500', '131741.312500', '131741.772500', '131742.232500', '131742.692500', '131743.152500', '131743.612500', '131744.072500', '131744.532500', '131744.992500', '131745.452500', '131745.912500', '131746.372500', '131746.832500', '131747.292500', '131747.752500', '131748.212500', '131748.672500', '131749.132500', '131749.592500', '131750.052500', '131750.512500', '131750.972500', '131751.432500', '131751.892500', '131752.352500', '131752.812500', '131753.272500', '131753.732500', '131754.192500', '131754.652500', '131755.112500', '131755.572500', '131756.032500', '131756.492500', '131756.952500', '131757.412500', '131757.872500', '131758.332500', '131758.792500', '131759.252500', '131759.712500', '131800.172500', '131800.632500', '131801.092500', '131801.552500', '131802.012500', '131802.472500', '131802.932500', '131803.392500', '131803.852500', '131804.312500', '131804.772500', '131805.232500', '131805.692500', '131806.152500', '131806.612500', '131807.072500', '131807.532500', '131807.992500', '131808.452500', '131808.912500', '131809.372500', '131809.832500', '131810.292500', '131810.752500', '131811.212500', '131811.672500', '131812.132500', '131812.592500', '131813.052500', '131813.512500', '131813.972500', '131814.432500', '131814.892500', '131815.352500', '131815.812500', '131816.272500', '131816.732500', '131817.192500', '131817.652500', '131818.112500', '131818.572500', '131819.032500', '131819.492500', '131819.952500', '131820.412500', '131820.872500', '131821.332500', '131821.792500', '131822.252500', '131822.712500', '131823.172500', '131823.632500', '131824.092500', '131824.552500', '131825.012500', '131825.472500', '131825.932500', '131826.392500', '131826.852500', '131827.312500', '131827.772500', '131828.232500', '131828.692500', '131829.152500', '131829.612500', '131830.072500', '131830.532500', '131830.992500', '131831.452500', '131831.912500', '131832.372500', '131832.832500', '131833.292500', '131833.752500', '131834.212500', '131834.672500', '131835.132500', '131835.592500', '131836.052500', '131836.512500', '131836.972500', '131837.432500', '131837.892500', '131838.352500', '131838.812500', '131839.272500', '131839.732500', '131840.192500', '131840.652500', '131841.112500', '131841.572500', '131842.032500', '131842.492500', '131842.952500', '131843.412500', '131843.872500', '131844.332500', '131844.792500', '131845.252500', '131845.712500', '131846.172500', '131846.632500', '131847.092500', '131847.552500', '131848.012500', '131848.472500', '131848.932500', '131849.392500', '131849.852500', '131850.312500', '131850.772500', '131851.232500', '131851.692500', '131852.152500', '131852.612500', '131853.072500', '131853.532500', '131853.992500', '131854.452500', '131854.912500', '131855.372500', '131855.832500', '131856.292500', '131856.752500', '131857.212500', '131857.672500', '131858.132500', '131858.592500', '131859.052500', '131859.512500', '131859.972500', '131900.432500', '131900.892500', '131901.352500', '131901.812500', '131902.272500', '131902.732500', '131903.192500', '131903.652500', '131904.112500', '131904.572500', '131905.032500', '131905.492500', '131905.952500', '131906.412500', '131906.872500', '131907.332500', '131907.792500', '131908.252500', '131908.712500', '131909.172500', '131909.632500', '131910.092500', '131910.552500', '131911.012500', '131911.472500', '131911.932500', '131912.392500', '131912.852500', '131913.312500', '131913.772500', '131914.232500', '131914.692500', '131915.152500', '131915.612500', '131916.072500', '131916.532500', '131916.992500', '131917.452500', '131917.912500', '131918.372500', '131918.832500', '131919.292500', '131919.752500', '131920.212500', '131920.672500', '131921.132500', '131921.592500', '131922.052500', '131922.512500', '131922.972500', '131923.432500', '131923.892500', '131924.352500', '131924.812500', '131925.272500', '131925.732500', '131926.192500', '131926.652500', '131927.112500', '131927.572500', '131928.032500', '131928.492500', '131928.952500', '131929.412500', '131929.872500', '131930.332500', '131930.792500', '131931.252500', '131931.712500', '131932.172500', '131932.632500', '131933.092500', '131933.552500', '131934.012500', '131934.472500', '131934.932500', '131935.392500', '131935.852500', '131936.312500', '131936.772500', '131937.232500', '131937.692500', '131938.152500', '131938.612500', '131939.072500', '131939.532500', '131939.992500', '131940.452500', '131940.912500', '131941.372500', '131941.832500', '131942.292500', '131942.752500', '131943.212500', '131943.672500', '131944.132500', '131944.592500', '131945.052500', '131945.512500', '131945.972500', '131946.432500', '131946.892500', '131947.352500', '131947.812500', '131948.272500', '131948.732500', '131949.192500', '131949.652500', '131950.112500', '131950.572500', '131951.032500', '131951.492500', '131951.952500', '131952.412500', '131952.872500', '131953.332500', '131953.792500', '131954.252500', '131954.712500', '131955.172500', '131955.632500', '131956.092500', '131956.552500', '131957.012500', '131957.472500', '131957.932500', '131958.392500', '131958.852500', '131959.312500', '131959.772500', '132000.232500', '132000.692500', '132001.152500', '132001.612500', '132002.072500', '132002.532500', '132002.992500', '132003.452500', '132003.912500', '132004.372500', '132004.832500', '132005.292500', '132005.752500', '132006.212500', '132006.672500', '132007.132500', '132007.592500', '132008.052500', '132008.512500', '132008.972500', '132009.432500', '132009.892500', '132010.352500', '132010.812500', '132011.272500', '132011.732500', '132012.192500', '132012.652500', '132013.112500', '132013.572500', '132014.032500', '132014.492500', '132014.952500', '132015.412500', '132015.872500', '132016.332500', '132016.792500', '132017.252500', '132017.712500', '132018.172500', '132018.632500', '132019.092500', '132019.552500', '132020.012500', '132020.472500', '132020.932500', '132021.392500', '132021.852500', '132022.312500', '132022.772500', '132023.232500', '132023.692500', '132024.152500', '132024.612500', '132025.072500', '132025.532500', '132025.992500', '132026.452500', '132026.912500', '132027.372500', '132027.832500', '132028.292500', '132028.752500', '132029.212500', '132029.672500', '132030.132500', '132030.592500', '132031.052500', '132031.512500', '132031.972500', '132032.432500', '132032.892500', '132033.352500', '132033.812500', '132034.272500', '132034.732500', '132035.192500', '132035.652500', '132036.112500', '132036.572500', '132037.032500', '132037.492500', '132037.952500', '132038.412500', '132038.872500', '132039.332500', '132039.792500', '132040.252500', '132040.712500', '132041.172500', '132041.632500', '132042.092500', '132042.552500', '132043.012500', '132043.472500', '132043.932500', '132044.392500', '132044.852500', '132045.312500', '132045.772500', '132046.232500', '132046.692500', '132047.152500', '132047.612500', '132048.072500', '132048.532500', '132048.992500', '132049.452500', '132049.912500', '132050.372500', '132050.832500', '132051.292500', '132051.752500', '132052.212500', '132052.672500', '132053.132500', '132053.592500', '132054.052500', '132054.512500', '132054.972500', '132055.432500', '132055.892500', '132056.352500', '132056.812500', '132057.272500', '132057.732500', '132058.192500', '132058.652500', '132059.112500', '132059.572500', '132100.032500', '132100.492500', '132100.952500', '132101.412500', '132101.872500', '132102.332500', '132102.792500', '132103.252500', '132103.712500', '132104.172500', '132104.632500', '132105.092500', '132105.552500', '132106.012500', '132106.472500', '132106.932500', '132107.392500', '132107.852500', '132108.312500', '132108.772500', '132109.232500', '132109.692500', '132110.152500', '132110.612500', '132111.072500', '132111.532500', '132111.992500', '132112.452500', '132112.912500', '132113.372500', '132113.832500', '132114.292500', '132114.752500', '132115.212500', '132115.672500', '132116.132500', '132116.592500', '132117.052500', '132117.512500', '132117.972500', '132118.432500', '132118.892500', '132119.352500', '132119.812500', '132120.272500', '132120.732500', '132121.192500'], 'ContentTime': ['131456.838000', '131456.841000', '131456.844000', '131456.847000', '131456.850000', '131456.852000', '131456.855000', '131456.858000', '131456.860000', '131456.863000', '131456.866000', '131456.868000', '131456.871000', '131456.873000', '131456.876000', '131456.879000', '131456.881000', '131456.884000', '131456.886000', '131456.889000', '131456.892000', '131456.894000', '131456.897000', '131456.900000', '131456.902000', '131456.905000', '131456.907000', '131456.910000', '131456.913000', '131456.915000', '131456.918000', '131456.920000', '131516.776000', '131516.779000', '131516.782000', '131516.785000', '131516.787000', '131516.790000', '131516.792000', '131516.795000', '131516.797000', '131516.800000', '131516.803000', '131516.806000', '131516.808000', '131516.811000', '131516.813000', '131516.816000', '131516.818000', '131516.821000', '131516.823000', '131516.826000', '131516.829000', '131516.831000', '131516.834000', '131516.836000', '131516.839000', '131516.842000', '131516.844000', '131516.847000', '131516.849000', '131516.852000', '131516.854000', '131516.857000', '131516.860000', '131516.862000', '131516.865000', '131516.867000', '131516.870000', '131516.884000', '131516.887000', '131516.889000', '131516.892000', '131516.894000', '131516.897000', '131516.900000', '131536.777000', '131536.779000', '131536.782000', '131536.785000', '131536.787000', '131536.790000', '131536.793000', '131536.795000', '131536.798000', '131536.801000', '131536.803000', '131536.806000', '131536.808000', '131536.811000', '131536.813000', '131536.816000', '131536.819000', '131536.822000', '131536.825000', '131536.830000', '131536.833000', '131536.835000', '131536.838000', '131536.846000', '131536.848000', '131536.851000', '131536.853000', '131536.856000', '131536.859000', '131536.862000', '131536.864000', '131536.867000', '131536.869000', '131536.872000', '131536.875000', '131536.877000', '131536.880000', '131536.883000', '131536.885000', '131536.888000', '131536.890000', '131536.893000', '131536.896000', '131556.776000', '131556.779000', '131556.782000', '131556.784000', '131556.787000', '131556.790000', '131556.793000', '131556.795000', '131556.798000', '131556.800000', '131556.803000', '131556.806000', '131556.808000', '131556.811000', '131556.813000', '131556.816000', '131556.818000', '131556.821000', '131556.824000', '131556.826000', '131556.829000', '131556.831000', '131556.834000', '131556.836000', '131556.839000', '131556.842000', '131556.844000', '131556.847000', '131556.849000', '131556.852000', '131556.855000', '131556.857000', '131556.860000', '131556.862000', '131556.865000', '131556.868000', '131556.870000', '131556.873000', '131556.876000', '131556.878000', '131556.881000', '131556.883000', '131556.886000', '131556.889000', '131616.777000', '131616.779000', '131616.782000', '131616.785000', '131616.787000', '131616.790000', '131616.793000', '131616.795000', '131616.798000', '131616.800000', '131616.803000', '131616.806000', '131616.808000', '131616.811000', '131616.813000', '131616.816000', '131616.818000', '131616.821000', '131616.824000', '131616.826000', '131616.829000', '131616.832000', '131616.835000', '131616.837000', '131616.840000', '131616.842000', '131616.845000', '131616.848000', '131616.851000', '131616.853000', '131616.856000', '131616.859000', '131616.862000', '131616.864000', '131616.867000', '131616.870000', '131616.872000', '131616.875000', '131616.877000', '131616.880000', '131616.883000', '131616.885000', '131616.888000', '131636.776000', '131636.779000', '131636.782000', '131636.785000', '131636.787000', '131636.790000', '131636.792000', '131636.795000', '131636.798000', '131636.801000', '131636.803000', '131636.806000', '131636.809000', '131636.811000', '131636.814000', '131636.816000', '131636.819000', '131636.822000', '131636.824000', '131636.827000', '131636.830000', '131636.832000', '131636.835000', '131636.838000', '131636.840000', '131636.843000', '131636.845000', '131636.848000', '131636.851000', '131636.853000', '131636.856000', '131636.858000', '131636.861000', '131636.863000', '131636.866000', '131636.869000', '131636.871000', '131636.874000', '131636.876000', '131636.879000', '131636.881000', '131636.884000', '131636.887000', '131636.889000', '131656.776000', '131656.779000', '131656.782000', '131656.785000', '131656.787000', '131656.790000', '131656.793000', '131656.795000', '131656.798000', '131656.800000', '131656.803000', '131656.806000', '131656.808000', '131656.811000', '131656.813000', '131656.816000', '131656.819000', '131656.821000', '131656.824000', '131656.826000', '131656.829000', '131656.832000', '131656.834000', '131656.837000', '131656.839000', '131656.842000', '131656.845000', '131656.847000', '131656.850000', '131656.852000', '131656.855000', '131656.858000', '131656.860000', '131656.863000', '131656.866000', '131656.870000', '131656.873000', '131656.876000', '131656.878000', '131656.881000', '131656.884000', '131656.887000', '131656.890000', '131716.777000', '131716.779000', '131716.783000', '131716.785000', '131716.788000', '131716.790000', '131716.793000', '131716.796000', '131716.798000', '131716.801000', '131716.804000', '131716.806000', '131716.809000', '131716.811000', '131716.814000', '131716.817000', '131716.819000', '131716.822000', '131716.825000', '131716.827000', '131716.830000', '131716.832000', '131716.835000', '131716.838000', '131716.840000', '131716.843000', '131716.846000', '131716.848000', '131716.851000', '131716.853000', '131716.856000', '131716.859000', '131716.861000', '131716.864000', '131716.867000', '131716.869000', '131716.872000', '131716.874000', '131716.877000', '131716.880000', '131716.882000', '131716.885000', '131716.888000', '131716.890000', '131736.777000', '131736.780000', '131736.782000', '131736.785000', '131736.788000', '131736.790000', '131736.793000', '131736.796000', '131736.799000', '131736.801000', '131736.804000', '131736.808000', '131736.810000', '131736.813000', '131736.816000', '131736.818000', '131736.821000', '131736.824000', '131736.826000', '131736.829000', '131736.831000', '131736.834000', '131736.837000', '131736.839000', '131736.842000', '131736.844000', '131736.847000', '131736.850000', '131736.852000', '131736.855000', '131736.857000', '131736.860000', '131736.863000', '131736.865000', '131736.868000', '131736.871000', '131736.873000', '131736.876000', '131736.878000', '131736.881000', '131736.884000', '131736.886000', '131736.889000', '131756.776000', '131756.780000', '131756.782000', '131756.785000', '131756.787000', '131756.790000', '131756.793000', '131756.795000', '131756.798000', '131756.801000', '131756.803000', '131756.806000', '131756.808000', '131756.811000', '131756.814000', '131756.816000', '131756.819000', '131756.822000', '131756.824000', '131756.827000', '131756.829000', '131756.832000', '131756.835000', '131756.837000', '131756.840000', '131756.842000', '131756.845000', '131756.848000', '131756.850000', '131756.853000', '131756.855000', '131756.858000', '131756.861000', '131756.863000', '131756.866000', '131756.868000', '131756.871000', '131756.874000', '131756.876000', '131756.879000', '131756.881000', '131756.884000', '131756.886000', '131756.889000', '131816.777000', '131816.779000', '131816.782000', '131816.785000', '131816.787000', '131816.790000', '131816.793000', '131816.795000', '131816.798000', '131816.801000', '131816.803000', '131816.806000', '131816.808000', '131816.811000', '131816.814000', '131816.817000', '131816.819000', '131816.822000', '131816.824000', '131816.827000', '131816.829000', '131816.832000', '131816.835000', '131816.837000', '131816.840000', '131816.842000', '131816.845000', '131816.848000', '131816.850000', '131816.853000', '131816.856000', '131816.858000', '131816.861000', '131816.863000', '131816.866000', '131816.869000', '131816.871000', '131816.874000', '131816.877000', '131816.879000', '131816.882000', '131816.885000', '131816.888000', '131836.777000', '131836.780000', '131836.782000', '131836.785000', '131836.788000', '131836.791000', '131836.793000', '131836.796000', '131836.799000', '131836.801000', '131836.804000', '131836.806000', '131836.809000', '131836.812000', '131836.815000', '131836.817000', '131836.820000', '131836.822000', '131836.825000', '131836.827000', '131836.830000', '131836.833000', '131836.835000', '131836.838000', '131836.841000', '131836.843000', '131836.846000', '131836.848000', '131836.851000', '131836.864000', '131836.867000', '131836.870000', '131836.872000', '131836.875000', '131836.878000', '131836.880000', '131836.883000', '131836.885000', '131836.888000', '131836.891000', '131836.893000', '131836.896000', '131836.898000', '131836.901000', '131856.776000', '131856.779000', '131856.782000', '131856.785000', '131856.787000', '131856.790000', '131856.793000', '131856.795000', '131856.798000', '131856.800000', '131856.803000', '131856.806000', '131856.808000', '131856.811000', '131856.814000', '131856.816000', '131856.819000', '131856.821000', '131856.824000', '131856.827000', '131856.829000', '131856.832000', '131856.834000', '131856.837000', '131856.840000', '131856.842000', '131856.845000', '131856.848000', '131856.850000', '131856.853000', '131856.855000', '131856.858000', '131856.861000', '131856.863000', '131856.866000', '131856.868000', '131856.871000', '131856.873000', '131856.876000', '131856.879000', '131856.882000', '131856.884000', '131856.887000', '131916.776000', '131916.779000', '131916.782000', '131916.785000', '131916.787000', '131916.790000', '131916.792000', '131916.795000', '131916.798000', '131916.800000', '131916.803000', '131916.805000', '131916.808000', '131916.811000', '131916.813000', '131916.816000', '131916.819000', '131916.821000', '131916.824000', '131916.826000', '131916.829000', '131916.831000', '131916.834000', '131916.837000', '131916.839000', '131916.842000', '131916.844000', '131916.847000', '131916.850000', '131916.852000', '131916.855000', '131916.858000', '131916.860000', '131916.863000', '131916.865000', '131916.868000', '131916.870000', '131916.873000', '131916.876000', '131916.878000', '131916.881000', '131916.883000', '131916.886000', '131916.889000', '131936.777000', '131936.780000', '131936.782000', '131936.785000', '131936.787000', '131936.790000', '131936.793000', '131936.795000', '131936.798000', '131936.801000', '131936.803000', '131936.806000', '131936.808000', '131936.811000', '131936.814000', '131936.816000', '131936.819000', '131936.822000', '131936.824000', '131936.827000', '131936.829000', '131936.832000', '131936.835000', '131936.837000', '131936.840000', '131936.842000', '131936.845000', '131936.848000', '131936.850000', '131936.853000', '131936.856000', '131936.858000', '131936.861000', '131936.864000', '131936.866000', '131936.869000', '131936.871000', '131936.874000', '131936.877000', '131936.879000', '131936.882000', '131936.884000', '131936.887000', '131956.776000', '131956.779000', '131956.783000', '131956.785000', '131956.788000', '131956.790000', '131956.793000', '131956.796000', '131956.798000', '131956.801000', '131956.804000', '131956.806000', '131956.809000', '131956.811000', '131956.814000', '131956.817000', '131956.819000', '131956.822000', '131956.824000', '131956.827000', '131956.830000', '131956.832000', '131956.835000', '131956.837000', '131956.840000', '131956.843000', '131956.845000', '131956.848000', '131956.850000', '131956.853000', '131956.856000', '131956.858000', '131956.861000', '131956.863000', '131956.866000', '131956.869000', '131956.871000', '131956.874000', '131956.876000', '131956.909000', '131956.912000', '131956.914000', '131956.917000', '131956.920000', '132016.777000', '132016.779000', '132016.782000', '132016.785000', '132016.795000', '132016.797000', '132016.800000', '132016.802000', '132016.805000', '132016.808000', '132016.810000', '132016.813000', '132016.815000', '132016.818000', '132016.821000', '132016.823000', '132016.826000', '132016.828000', '132016.831000', '132016.834000', '132016.836000', '132016.839000', '132016.842000', '132016.844000', '132016.847000', '132016.850000', '132016.852000', '132016.855000', '132016.857000', '132016.860000', '132016.863000', '132016.865000', '132016.868000', '132016.870000', '132016.873000', '132016.876000', '132016.878000', '132016.881000', '132016.884000', '132016.886000', '132016.889000', '132016.891000', '132016.894000', '132036.776000', '132036.779000', '132036.782000', '132036.785000', '132036.787000', '132036.790000', '132036.792000', '132036.795000', '132036.798000', '132036.801000', '132036.803000', '132036.806000', '132036.809000', '132036.811000', '132036.814000', '132036.817000', '132036.819000', '132036.822000', '132036.824000', '132036.827000', '132036.830000', '132036.832000', '132036.835000', '132036.838000', '132036.840000', '132036.843000', '132036.846000', '132036.848000', '132036.851000', '132036.854000', '132036.856000', '132036.859000', '132036.861000', '132036.864000', '132036.867000', '132036.869000', '132036.872000', '132036.875000', '132036.877000', '132036.880000', '132036.882000', '132036.885000', '132036.888000', '132036.890000', '132056.777000', '132056.780000', '132056.782000', '132056.785000', '132056.788000', '132056.791000', '132056.793000', '132056.796000', '132056.799000', '132056.802000', '132056.804000', '132056.807000', '132056.810000', '132056.812000', '132056.815000', '132056.817000', '132056.820000', '132056.823000', '132056.825000', '132056.828000', '132056.831000', '132056.833000', '132056.837000', '132056.840000', '132056.843000', '132056.845000', '132056.848000', '132056.850000', '132056.853000', '132056.855000', '132056.858000', '132056.861000', '132056.863000', '132056.866000', '132056.868000', '132056.871000', '132056.874000', '132056.876000', '132056.879000', '132056.882000', '132056.884000', '132056.887000', '132056.890000', '132116.777000', '132116.780000', '132116.782000', '132116.785000', '132116.788000', '132116.791000', '132116.794000', '132116.797000', '132116.799000', '132116.802000', '132116.804000', '132116.807000', '132116.810000', '132116.813000', '132116.816000', '132116.818000', '132116.821000', '132116.823000', '132116.826000', '132116.828000', '132116.831000', '132116.834000', '132116.837000', '132116.839000', '132116.842000', '132116.844000', '132116.847000', '132116.850000', '132116.852000', '132116.855000', '132116.857000', '132116.860000', '132116.863000', '132116.865000', '132116.868000', '132116.870000', '132116.873000', '132116.876000', '132116.878000', '132116.881000', '132116.883000', '132116.886000', '132116.889000', '132122.686000', '132122.689000', '132122.691000', '132122.694000', '132122.697000', '132122.700000', '132122.702000', '132122.705000', '132122.708000', '132122.710000', '132122.713000', '132122.716000', '132122.718000', '132122.721000'], 'InstanceCreationTime': ['131456.838000', '131456.841000', '131456.844000', '131456.847000', '131456.850000', '131456.852000', '131456.855000', '131456.858000', '131456.860000', '131456.863000', '131456.866000', '131456.868000', '131456.871000', '131456.873000', '131456.876000', '131456.879000', '131456.881000', '131456.884000', '131456.886000', '131456.889000', '131456.892000', '131456.894000', '131456.897000', '131456.900000', '131456.902000', '131456.905000', '131456.907000', '131456.910000', '131456.913000', '131456.915000', '131456.918000', '131456.920000', '131516.776000', '131516.779000', '131516.782000', '131516.785000', '131516.787000', '131516.790000', '131516.792000', '131516.795000', '131516.797000', '131516.800000', '131516.803000', '131516.806000', '131516.808000', '131516.811000', '131516.813000', '131516.816000', '131516.818000', '131516.821000', '131516.823000', '131516.826000', '131516.829000', '131516.831000', '131516.834000', '131516.836000', '131516.839000', '131516.842000', '131516.844000', '131516.847000', '131516.849000', '131516.852000', '131516.854000', '131516.857000', '131516.860000', '131516.862000', '131516.865000', '131516.867000', '131516.870000', '131516.884000', '131516.887000', '131516.889000', '131516.892000', '131516.894000', '131516.897000', '131516.900000', '131536.777000', '131536.779000', '131536.782000', '131536.785000', '131536.787000', '131536.790000', '131536.793000', '131536.795000', '131536.798000', '131536.801000', '131536.803000', '131536.806000', '131536.808000', '131536.811000', '131536.813000', '131536.816000', '131536.819000', '131536.822000', '131536.825000', '131536.830000', '131536.833000', '131536.835000', '131536.838000', '131536.846000', '131536.848000', '131536.851000', '131536.853000', '131536.856000', '131536.859000', '131536.862000', '131536.864000', '131536.867000', '131536.869000', '131536.872000', '131536.875000', '131536.877000', '131536.880000', '131536.883000', '131536.885000', '131536.888000', '131536.890000', '131536.893000', '131536.896000', '131556.776000', '131556.779000', '131556.782000', '131556.784000', '131556.787000', '131556.790000', '131556.793000', '131556.795000', '131556.798000', '131556.800000', '131556.803000', '131556.806000', '131556.808000', '131556.811000', '131556.813000', '131556.816000', '131556.818000', '131556.821000', '131556.824000', '131556.826000', '131556.829000', '131556.831000', '131556.834000', '131556.836000', '131556.839000', '131556.842000', '131556.844000', '131556.847000', '131556.849000', '131556.852000', '131556.855000', '131556.857000', '131556.860000', '131556.862000', '131556.865000', '131556.868000', '131556.870000', '131556.873000', '131556.876000', '131556.878000', '131556.881000', '131556.883000', '131556.886000', '131556.889000', '131616.777000', '131616.779000', '131616.782000', '131616.785000', '131616.787000', '131616.790000', '131616.793000', '131616.795000', '131616.798000', '131616.800000', '131616.803000', '131616.806000', '131616.808000', '131616.811000', '131616.813000', '131616.816000', '131616.818000', '131616.821000', '131616.824000', '131616.826000', '131616.829000', '131616.832000', '131616.835000', '131616.837000', '131616.840000', '131616.842000', '131616.845000', '131616.848000', '131616.851000', '131616.853000', '131616.856000', '131616.859000', '131616.862000', '131616.864000', '131616.867000', '131616.870000', '131616.872000', '131616.875000', '131616.877000', '131616.880000', '131616.883000', '131616.885000', '131616.888000', '131636.776000', '131636.779000', '131636.782000', '131636.785000', '131636.787000', '131636.790000', '131636.792000', '131636.795000', '131636.798000', '131636.801000', '131636.803000', '131636.806000', '131636.809000', '131636.811000', '131636.814000', '131636.816000', '131636.819000', '131636.822000', '131636.824000', '131636.827000', '131636.830000', '131636.832000', '131636.835000', '131636.838000', '131636.840000', '131636.843000', '131636.845000', '131636.848000', '131636.851000', '131636.853000', '131636.856000', '131636.858000', '131636.861000', '131636.863000', '131636.866000', '131636.869000', '131636.871000', '131636.874000', '131636.876000', '131636.879000', '131636.881000', '131636.884000', '131636.887000', '131636.889000', '131656.776000', '131656.779000', '131656.782000', '131656.785000', '131656.787000', '131656.790000', '131656.793000', '131656.795000', '131656.798000', '131656.800000', '131656.803000', '131656.806000', '131656.808000', '131656.811000', '131656.813000', '131656.816000', '131656.819000', '131656.821000', '131656.824000', '131656.826000', '131656.829000', '131656.832000', '131656.834000', '131656.837000', '131656.839000', '131656.842000', '131656.845000', '131656.847000', '131656.850000', '131656.852000', '131656.855000', '131656.858000', '131656.860000', '131656.863000', '131656.866000', '131656.870000', '131656.873000', '131656.876000', '131656.878000', '131656.881000', '131656.884000', '131656.887000', '131656.890000', '131716.777000', '131716.779000', '131716.783000', '131716.785000', '131716.788000', '131716.790000', '131716.793000', '131716.796000', '131716.798000', '131716.801000', '131716.804000', '131716.806000', '131716.809000', '131716.811000', '131716.814000', '131716.817000', '131716.819000', '131716.822000', '131716.825000', '131716.827000', '131716.830000', '131716.832000', '131716.835000', '131716.838000', '131716.840000', '131716.843000', '131716.846000', '131716.848000', '131716.851000', '131716.853000', '131716.856000', '131716.859000', '131716.861000', '131716.864000', '131716.867000', '131716.869000', '131716.872000', '131716.874000', '131716.877000', '131716.880000', '131716.882000', '131716.885000', '131716.888000', '131716.890000', '131736.777000', '131736.780000', '131736.782000', '131736.785000', '131736.788000', '131736.790000', '131736.793000', '131736.796000', '131736.799000', '131736.801000', '131736.804000', '131736.808000', '131736.810000', '131736.813000', '131736.816000', '131736.818000', '131736.821000', '131736.824000', '131736.826000', '131736.829000', '131736.831000', '131736.834000', '131736.837000', '131736.839000', '131736.842000', '131736.844000', '131736.847000', '131736.850000', '131736.852000', '131736.855000', '131736.857000', '131736.860000', '131736.863000', '131736.865000', '131736.868000', '131736.871000', '131736.873000', '131736.876000', '131736.878000', '131736.881000', '131736.884000', '131736.886000', '131736.889000', '131756.776000', '131756.780000', '131756.782000', '131756.785000', '131756.787000', '131756.790000', '131756.793000', '131756.795000', '131756.798000', '131756.801000', '131756.803000', '131756.806000', '131756.808000', '131756.811000', '131756.814000', '131756.816000', '131756.819000', '131756.822000', '131756.824000', '131756.827000', '131756.829000', '131756.832000', '131756.835000', '131756.837000', '131756.840000', '131756.842000', '131756.845000', '131756.848000', '131756.850000', '131756.853000', '131756.855000', '131756.858000', '131756.861000', '131756.863000', '131756.866000', '131756.868000', '131756.871000', '131756.874000', '131756.876000', '131756.879000', '131756.881000', '131756.884000', '131756.886000', '131756.889000', '131816.777000', '131816.779000', '131816.782000', '131816.785000', '131816.787000', '131816.790000', '131816.793000', '131816.795000', '131816.798000', '131816.801000', '131816.803000', '131816.806000', '131816.808000', '131816.811000', '131816.814000', '131816.817000', '131816.819000', '131816.822000', '131816.824000', '131816.827000', '131816.829000', '131816.832000', '131816.835000', '131816.837000', '131816.840000', '131816.842000', '131816.845000', '131816.848000', '131816.850000', '131816.853000', '131816.856000', '131816.858000', '131816.861000', '131816.863000', '131816.866000', '131816.869000', '131816.871000', '131816.874000', '131816.877000', '131816.879000', '131816.882000', '131816.885000', '131816.888000', '131836.777000', '131836.780000', '131836.782000', '131836.785000', '131836.788000', '131836.791000', '131836.793000', '131836.796000', '131836.799000', '131836.801000', '131836.804000', '131836.806000', '131836.809000', '131836.812000', '131836.815000', '131836.817000', '131836.820000', '131836.822000', '131836.825000', '131836.827000', '131836.830000', '131836.833000', '131836.835000', '131836.838000', '131836.841000', '131836.843000', '131836.846000', '131836.848000', '131836.851000', '131836.864000', '131836.867000', '131836.870000', '131836.872000', '131836.875000', '131836.878000', '131836.880000', '131836.883000', '131836.885000', '131836.888000', '131836.891000', '131836.893000', '131836.896000', '131836.898000', '131836.901000', '131856.776000', '131856.779000', '131856.782000', '131856.785000', '131856.787000', '131856.790000', '131856.793000', '131856.795000', '131856.798000', '131856.800000', '131856.803000', '131856.806000', '131856.808000', '131856.811000', '131856.814000', '131856.816000', '131856.819000', '131856.821000', '131856.824000', '131856.827000', '131856.829000', '131856.832000', '131856.834000', '131856.837000', '131856.840000', '131856.842000', '131856.845000', '131856.848000', '131856.850000', '131856.853000', '131856.855000', '131856.858000', '131856.861000', '131856.863000', '131856.866000', '131856.868000', '131856.871000', '131856.873000', '131856.876000', '131856.879000', '131856.882000', '131856.884000', '131856.887000', '131916.776000', '131916.779000', '131916.782000', '131916.785000', '131916.787000', '131916.790000', '131916.792000', '131916.795000', '131916.798000', '131916.800000', '131916.803000', '131916.805000', '131916.808000', '131916.811000', '131916.813000', '131916.816000', '131916.819000', '131916.821000', '131916.824000', '131916.826000', '131916.829000', '131916.831000', '131916.834000', '131916.837000', '131916.839000', '131916.842000', '131916.844000', '131916.847000', '131916.850000', '131916.852000', '131916.855000', '131916.858000', '131916.860000', '131916.863000', '131916.865000', '131916.868000', '131916.870000', '131916.873000', '131916.876000', '131916.878000', '131916.881000', '131916.883000', '131916.886000', '131916.889000', '131936.777000', '131936.780000', '131936.782000', '131936.785000', '131936.787000', '131936.790000', '131936.793000', '131936.795000', '131936.798000', '131936.801000', '131936.803000', '131936.806000', '131936.808000', '131936.811000', '131936.814000', '131936.816000', '131936.819000', '131936.822000', '131936.824000', '131936.827000', '131936.829000', '131936.832000', '131936.835000', '131936.837000', '131936.840000', '131936.842000', '131936.845000', '131936.848000', '131936.850000', '131936.853000', '131936.856000', '131936.858000', '131936.861000', '131936.864000', '131936.866000', '131936.869000', '131936.871000', '131936.874000', '131936.877000', '131936.879000', '131936.882000', '131936.884000', '131936.887000', '131956.776000', '131956.779000', '131956.783000', '131956.785000', '131956.788000', '131956.790000', '131956.793000', '131956.796000', '131956.798000', '131956.801000', '131956.804000', '131956.806000', '131956.809000', '131956.811000', '131956.814000', '131956.817000', '131956.819000', '131956.822000', '131956.824000', '131956.827000', '131956.830000', '131956.832000', '131956.835000', '131956.837000', '131956.840000', '131956.843000', '131956.845000', '131956.848000', '131956.850000', '131956.853000', '131956.856000', '131956.858000', '131956.861000', '131956.863000', '131956.866000', '131956.869000', '131956.871000', '131956.874000', '131956.876000', '131956.909000', '131956.912000', '131956.914000', '131956.917000', '131956.920000', '132016.777000', '132016.779000', '132016.782000', '132016.785000', '132016.795000', '132016.797000', '132016.800000', '132016.802000', '132016.805000', '132016.808000', '132016.810000', '132016.813000', '132016.815000', '132016.818000', '132016.821000', '132016.823000', '132016.826000', '132016.828000', '132016.831000', '132016.834000', '132016.836000', '132016.839000', '132016.842000', '132016.844000', '132016.847000', '132016.850000', '132016.852000', '132016.855000', '132016.857000', '132016.860000', '132016.863000', '132016.865000', '132016.868000', '132016.870000', '132016.873000', '132016.876000', '132016.878000', '132016.881000', '132016.884000', '132016.886000', '132016.889000', '132016.891000', '132016.894000', '132036.776000', '132036.779000', '132036.782000', '132036.785000', '132036.787000', '132036.790000', '132036.792000', '132036.795000', '132036.798000', '132036.801000', '132036.803000', '132036.806000', '132036.809000', '132036.811000', '132036.814000', '132036.817000', '132036.819000', '132036.822000', '132036.824000', '132036.827000', '132036.830000', '132036.832000', '132036.835000', '132036.838000', '132036.840000', '132036.843000', '132036.846000', '132036.848000', '132036.851000', '132036.854000', '132036.856000', '132036.859000', '132036.861000', '132036.864000', '132036.867000', '132036.869000', '132036.872000', '132036.875000', '132036.877000', '132036.880000', '132036.882000', '132036.885000', '132036.888000', '132036.890000', '132056.777000', '132056.780000', '132056.782000', '132056.785000', '132056.788000', '132056.791000', '132056.793000', '132056.796000', '132056.799000', '132056.802000', '132056.804000', '132056.807000', '132056.810000', '132056.812000', '132056.815000', '132056.817000', '132056.820000', '132056.823000', '132056.825000', '132056.828000', '132056.831000', '132056.833000', '132056.837000', '132056.840000', '132056.843000', '132056.845000', '132056.848000', '132056.850000', '132056.853000', '132056.855000', '132056.858000', '132056.861000', '132056.863000', '132056.866000', '132056.868000', '132056.871000', '132056.874000', '132056.876000', '132056.879000', '132056.882000', '132056.884000', '132056.887000', '132056.890000', '132116.777000', '132116.780000', '132116.782000', '132116.785000', '132116.788000', '132116.791000', '132116.794000', '132116.797000', '132116.799000', '132116.802000', '132116.804000', '132116.807000', '132116.810000', '132116.813000', '132116.816000', '132116.818000', '132116.821000', '132116.823000', '132116.826000', '132116.828000', '132116.831000', '132116.834000', '132116.837000', '132116.839000', '132116.842000', '132116.844000', '132116.847000', '132116.850000', '132116.852000', '132116.855000', '132116.857000', '132116.860000', '132116.863000', '132116.865000', '132116.868000', '132116.870000', '132116.873000', '132116.876000', '132116.878000', '132116.881000', '132116.883000', '132116.886000', '132116.889000', '132122.686000', '132122.689000', '132122.691000', '132122.694000', '132122.697000', '132122.700000', '132122.702000', '132122.705000', '132122.708000', '132122.710000', '132122.713000', '132122.716000', '132122.718000', '132122.721000'], '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': [14485, 19703, 15663, 15210, 18585, 15991, 20163, 15772, 19991, 16558, 22691, 16183, 14100, 16850, 13829, 21659, 16647, 13873, 17432, 15039, 18098, 17269, 14048, 19846, 16208, 20253, 16379, 16268, 16606, 13570, 18903, 16719, 21811, 15906, 14708, 17009, 15449, 19578, 15829, 19058, 15549, 14720, 20020, 15925, 16912, 16019, 14946, 19068, 16219, 20188, 16347, 21352, 15706, 14121, 16967, 13010, 20034, 17011, 15165, 16620, 13007, 19918, 17857, 21603, 15897, 12733, 16998, 14432, 15719, 17272, 12914, 19938, 16046, 15097, 18327, 16733, 19019, 15029, 13550, 18871, 16393, 22013, 15573, 14245, 16537, 12481, 19535, 15893, 15976, 15819, 13493, 19862, 16409, 16926, 15425, 13483, 19193, 17236, 18348, 16163, 13179, 19077, 16985, 20389, 16480, 13839, 17967, 19248, 15736, 15715, 16812, 12695, 18081, 15493, 19423, 16949, 14758, 19105, 15196, 19661, 16947, 17499, 17222, 14285, 19652, 16422, 20266, 16228, 20026, 15645, 17926, 16997, 13423, 18476, 15592, 22655, 16771, 13987, 17524, 14662, 18800, 16838, 15739, 17852, 13127, 19544, 16529, 20245, 16519, 18515, 14373, 19717, 15315, 16504, 16542, 13758, 17091, 13993, 17704, 14186, 18053, 13220, 18313, 13669, 18353, 14147, 19034, 13191, 18713, 16412, 19422, 17188, 18296, 15967, 15212, 17725, 15086, 18727, 15854, 19286, 16595, 20229, 16433, 17702, 15231, 14336, 18705, 15770, 21811, 16354, 14837, 17945, 18380, 17167, 13878, 18577, 14034, 20223, 17653, 20711, 15689, 14953, 18630, 14123, 20797, 16626, 15582, 17720, 15354, 19044, 14366, 19362, 15992, 20073, 17125, 15410, 16289, 13392, 19683, 17309, 20669, 16280, 19445, 15923, 15527, 17323, 14149, 18733, 15246, 19212, 16483, 21233, 16231, 14771, 17014, 15001, 18781, 15644, 18635, 13082, 19562, 16559, 21312, 16333, 18596, 16672, 14805, 17755, 21890, 16660, 20555, 15979, 14348, 16655, 13927, 19474, 17214, 19797, 16310, 14668, 19498, 15087, 19206, 13758, 18672, 17269, 21712, 15591, 13613, 17953, 15689, 14339, 15209, 13423, 19680, 15250, 19127, 15719, 19091, 16417, 21831, 16830, 14264, 16962, 13458, 20530, 18188, 17750, 16722, 14022, 19065, 16990, 21924, 16724, 16266, 19943, 15779, 13889, 15845, 21015, 17075, 18052, 14965, 18477, 16335, 19150, 16480, 21082, 15488, 20623, 15100, 13784, 17049, 13208, 24409, 17397, 13361, 15023, 12822, 19612, 20703, 23444, 16166, 12070, 18241, 13877, 15359, 15186, 20689, 13429, 12231, 18609, 15215, 13685, 15677, 12848, 20582, 15584, 16602, 17317, 12127, 18954, 15504, 20410, 15417, 15032, 17756, 14959, 21684, 15667, 14374, 17237, 14059, 19610, 16080, 21546, 16023, 16934, 16239, 13897, 19057, 15739, 18032, 15946, 14280, 19066, 16811, 21489, 15618, 14539, 17775, 14401, 19243, 16696, 19479, 16296, 21095, 16524, 17728, 16894, 13853, 18679, 15601, 21187, 16433, 16179, 17398, 13511, 18857, 15896, 19784, 17053, 21703, 16226, 15166, 15481, 13467, 18457, 17077, 21377, 16118, 13938, 17074, 14004, 20793, 16566, 15133, 15612, 13874, 18940, 16458, 20254, 15977, 19082, 15310, 21995, 15953, 14094, 15717, 13483, 18518, 15717, 20462, 16092, 16602, 15429, 14420, 19628, 15989, 20378, 14485, 13722, 16266, 14144, 19131, 16037, 18775, 15494, 18442, 15823, 20055, 16071, 17026, 14385, 13687, 16060, 15072, 17178, 13361, 18895, 14076, 19143, 16319, 17223, 16212, 13008, 17022, 13655, 19287, 17297, 17042, 15806, 14432, 18048, 14801, 18932, 16490, 21537, 17094, 16110, 16148, 13305, 17072, 12776, 18575, 15451, 20692, 16288, 19540, 15590, 14093, 17213, 13968, 19362, 14649, 19296, 16577, 19383, 16939, 20872, 15922, 15197, 16341, 13945, 19060, 14519, 19750, 16008, 19418, 15887, 18157, 16637, 15394, 17568, 14693, 17276, 14651, 19542, 14738, 21004, 16471, 15006, 16135, 12375, 19858, 16020, 14881, 14688, 12787, 18795, 15533, 20232, 15434, 18311, 14949, 20868, 15188, 13673, 15845, 11619, 17955, 15039, 20435, 15255, 13753, 16971, 13215, 18510, 16134, 20126, 15515, 13347, 16773, 12431, 20663, 16980, 22113, 15445, 13203, 15086, 11968, 18122, 15557, 19551, 16101, 16324, 15329, 14118, 17022, 13988, 18533, 15849, 18996, 15993, 20620, 15408, 15726, 16755, 14238, 18238, 15019, 20779, 15764, 16736, 16667, 13749, 18946, 15528, 17464, 16464, 13426, 19288, 14220, 12990, 18389, 16635, 20788, 15630, 13663, 17651, 14495, 20839, 16409, 14047, 17456, 12744, 19512, 16228, 15298, 17865, 15335, 15607, 15662, 13877, 15657, 16515, 13755, 14598, 16300, 15244, 19272, 16268, 24015, 16799, 20595, 14417, 17257, 13286, 14764, 14392, 13984, 15707, 13815, 16012, 13296, 17625, 13366, 17401, 12264, 18345, 15383, 18484, 14664, 19617, 14846, 19503, 14915, 17000, 15354, 13045, 16275, 13848, 16833, 15631, 12870, 19526, 14914, 13153, 18153, 14483, 19787, 16445, 15322, 15698, 11132, 18732, 14434, 14884, 19406, 16369, 17547, 17463, 15639, 21476, 15202, 12683, 19141, 15652, 14546, 17566, 11804, 19379, 15731, 14542, 16857, 14017, 16891, 14224, 11823, 22403, 16961, 13197, 16718, 14614, 13645, 16133, 13836, 18477, 16542, 15705, 18387, 14542, 11478, 18857, 15352, 15988, 20733, 16518, 14185, 13874, 11523, 19992, 13298, 12574, 17563, 14738, 17637, 14909, 12053, 21830, 16899, 19944, 20921, 14970, 11534, 11493, 14854, 16279, 15985, 14014, 12804, 13793, 18798, 16305, 20099, 20921, 12617, 22365, 13892, 20522, 13015, 14064, 12665, 11422, 15545, 12204, 18350, 14967, 20981, 14986, 14906, 16514, 12790, 18286, 13469, 15178, 15101, 11470, 19402, 14157, 13308, 16060, 11587, 17365, 13517, 14879, 12016, 10367, 19422, 15374, 17048, 14793, 12760, 18830, 15431, 17289, 13735, 10632, 16802, 12923, 14612, 15298, 13520, 15476, 14692, 11430, 20323, 14515, 13217, 19510, 17008, 14863, 18129, 14063, 19243, 15714, 12048, 19814, 14515, 13594, 15697, 12608, 20710, 12643, 12365, 15552, 12328, 19593, 13493, 13890, 14626, 10924, 18700, 14467, 12792, 17324, 12635, 12429, 16108, 14039, 21337, 15717, 14873, 15508, 13558, 18708, 16381, 21652, 15051, 16936, 15522, 14571, 17895, 12351, 18889, 15441, 19026, 15856, 19875, 15511, 14641, 14373, 12343, 16619, 14261, 22787, 15490, 13341, 17030, 13600, 14629, 15521, 11359, 19783, 14578, 13786, 16227, 13698, 18674, 14764, 13673, 17928, 14612, 20431, 14177, 15983, 14375, 13840, 16061, 12065, 18030, 13750, 14997, 13280, 13418, 15742, 11348, 19054, 14508, 18359, 14563, 19712], 'WindowCenter': [4938.0, 4954.0, 4919.0, 4897.0, 4915.0, 4893.0, 4915.0, 4882.0, 4900.0, 4880.0, 4908.0, 4878.0, 4857.0, 4875.0, 4857.0, 4898.0, 4879.0, 4857.0, 4888.0, 4868.0, 4899.0, 4902.0, 4869.0, 4902.0, 4892.0, 4902.0, 4891.0, 4877.0, 4881.0, 4871.0, 4889.0, 4877.0, 4896.0, 4878.0, 4855.0, 4891.0, 4878.0, 4888.0, 4867.0, 4885.0, 4867.0, 4865.0, 4898.0, 4879.0, 4876.0, 4879.0, 4867.0, 4898.0, 4877.0, 4898.0, 4882.0, 4899.0, 4869.0, 4857.0, 4879.0, 4845.0, 4897.0, 4878.0, 4854.0, 4865.0, 4847.0, 4885.0, 4876.0, 4899.0, 4866.0, 4846.0, 4875.0, 4869.0, 4878.0, 4886.0, 4846.0, 4895.0, 4877.0, 4867.0, 4889.0, 4880.0, 4887.0, 4866.0, 4857.0, 4886.0, 4878.0, 4896.0, 4866.0, 4842.0, 4868.0, 4836.0, 4875.0, 4863.0, 4852.0, 4864.0, 4844.0, 4885.0, 4867.0, 4864.0, 4855.0, 4847.0, 4884.0, 4874.0, 4873.0, 4864.0, 4845.0, 4886.0, 4878.0, 4885.0, 4877.0, 4854.0, 4889.0, 4887.0, 4866.0, 4863.0, 4865.0, 4831.0, 4875.0, 4876.0, 4896.0, 4888.0, 4870.0, 4900.0, 4880.0, 4912.0, 4916.0, 4903.0, 4902.0, 4881.0, 4915.0, 4905.0, 4916.0, 4892.0, 4910.0, 4882.0, 4891.0, 4879.0, 4848.0, 4886.0, 4868.0, 4897.0, 4876.0, 4857.0, 4889.0, 4879.0, 4900.0, 4902.0, 4892.0, 4900.0, 4870.0, 4910.0, 4893.0, 4902.0, 4891.0, 4889.0, 4871.0, 4888.0, 4870.0, 4866.0, 4865.0, 4842.0, 4866.0, 4844.0, 4875.0, 4843.0, 4874.0, 4832.0, 4873.0, 4841.0, 4874.0, 4842.0, 4873.0, 4844.0, 4874.0, 4876.0, 4887.0, 4877.0, 4884.0, 4880.0, 4878.0, 4900.0, 4879.0, 4898.0, 4880.0, 4898.0, 4891.0, 4899.0, 4907.0, 4890.0, 4881.0, 4869.0, 4914.0, 4893.0, 4924.0, 4889.0, 4880.0, 4905.0, 4889.0, 4890.0, 4858.0, 4891.0, 4871.0, 4910.0, 4891.0, 4908.0, 4877.0, 4868.0, 4900.0, 4868.0, 4909.0, 4889.0, 4877.0, 4888.0, 4878.0, 4901.0, 4868.0, 4898.0, 4881.0, 4897.0, 4890.0, 4867.0, 4877.0, 4858.0, 4898.0, 4878.0, 4899.0, 4879.0, 4887.0, 4879.0, 4867.0, 4879.0, 4856.0, 4885.0, 4867.0, 4886.0, 4878.0, 4897.0, 4878.0, 4855.0, 4876.0, 4856.0, 4901.0, 4869.0, 4887.0, 4847.0, 4886.0, 4877.0, 4899.0, 4880.0, 4885.0, 4878.0, 4855.0, 4887.0, 4898.0, 4878.0, 4885.0, 4866.0, 4857.0, 4875.0, 4868.0, 4897.0, 4888.0, 4899.0, 4893.0, 4881.0, 4924.0, 4881.0, 4916.0, 4873.0, 4915.0, 4906.0, 4916.0, 4881.0, 4871.0, 4892.0, 4885.0, 4868.0, 4881.0, 4863.0, 4902.0, 4870.0, 4902.0, 4883.0, 4912.0, 4890.0, 4899.0, 4879.0, 4855.0, 4878.0, 4857.0, 4913.0, 4902.0, 4886.0, 4880.0, 4866.0, 4899.0, 4904.0, 4910.0, 4879.0, 4879.0, 4904.0, 4892.0, 4859.0, 4881.0, 4888.0, 4867.0, 4863.0, 4843.0, 4865.0, 4865.0, 4874.0, 4863.0, 4881.0, 4855.0, 4869.0, 4839.0, 4831.0, 4850.0, 4820.0, 4881.0, 4850.0, 4830.0, 4840.0, 4833.0, 4870.0, 4898.0, 4917.0, 4866.0, 4822.0, 4862.0, 4831.0, 4853.0, 4855.0, 4885.0, 4845.0, 4833.0, 4873.0, 4864.0, 4845.0, 4862.0, 4848.0, 4885.0, 4880.0, 4876.0, 4877.0, 4836.0, 4885.0, 4867.0, 4894.0, 4869.0, 4864.0, 4878.0, 4865.0, 4897.0, 4866.0, 4855.0, 4888.0, 4857.0, 4887.0, 4877.0, 4896.0, 4881.0, 4875.0, 4868.0, 4857.0, 4886.0, 4869.0, 4886.0, 4878.0, 4870.0, 4897.0, 4889.0, 4907.0, 4880.0, 4868.0, 4902.0, 4871.0, 4902.0, 4891.0, 4901.0, 4892.0, 4902.0, 4892.0, 4890.0, 4891.0, 4859.0, 4889.0, 4879.0, 4898.0, 4881.0, 4879.0, 4890.0, 4860.0, 4900.0, 4893.0, 4900.0, 4903.0, 4912.0, 4893.0, 4869.0, 4881.0, 4872.0, 4915.0, 4906.0, 4924.0, 4893.0, 4871.0, 4903.0, 4897.0, 4925.0, 4896.0, 4877.0, 4881.0, 4871.0, 4902.0, 4891.0, 4913.0, 4892.0, 4899.0, 4881.0, 4911.0, 4880.0, 4859.0, 4867.0, 4849.0, 4889.0, 4879.0, 4912.0, 4868.0, 4866.0, 4867.0, 4846.0, 4888.0, 4865.0, 4898.0, 4858.0, 4845.0, 4868.0, 4856.0, 4887.0, 4866.0, 4884.0, 4868.0, 4874.0, 4868.0, 4886.0, 4868.0, 4863.0, 4855.0, 4844.0, 4863.0, 4855.0, 4891.0, 4858.0, 4889.0, 4870.0, 4899.0, 4889.0, 4878.0, 4889.0, 4863.0, 4891.0, 4872.0, 4912.0, 4904.0, 4890.0, 4880.0, 4871.0, 4914.0, 4907.0, 4925.0, 4904.0, 4909.0, 4904.0, 4866.0, 4868.0, 4844.0, 4878.0, 4847.0, 4889.0, 4882.0, 4910.0, 4881.0, 4887.0, 4878.0, 4857.0, 4888.0, 4858.0, 4911.0, 4870.0, 4901.0, 4893.0, 4914.0, 4905.0, 4913.0, 4895.0, 4880.0, 4891.0, 4882.0, 4924.0, 4895.0, 4924.0, 4905.0, 4924.0, 4920.0, 4925.0, 4907.0, 4894.0, 4906.0, 4883.0, 4907.0, 4884.0, 4916.0, 4886.0, 4929.0, 4908.0, 4897.0, 4920.0, 4877.0, 4928.0, 4908.0, 4898.0, 4898.0, 4877.0, 4919.0, 4897.0, 4929.0, 4895.0, 4902.0, 4895.0, 4925.0, 4894.0, 4870.0, 4878.0, 4839.0, 4887.0, 4879.0, 4911.0, 4881.0, 4859.0, 4886.0, 4858.0, 4899.0, 4890.0, 4910.0, 4881.0, 4858.0, 4890.0, 4850.0, 4897.0, 4877.0, 4909.0, 4869.0, 4848.0, 4868.0, 4850.0, 4899.0, 4893.0, 4900.0, 4879.0, 4865.0, 4868.0, 4869.0, 4891.0, 4882.0, 4901.0, 4880.0, 4900.0, 4892.0, 4909.0, 4893.0, 4879.0, 4891.0, 4872.0, 4903.0, 4884.0, 4912.0, 4909.0, 4894.0, 4907.0, 4886.0, 4928.0, 4906.0, 4904.0, 4919.0, 4887.0, 4915.0, 4886.0, 4874.0, 4906.0, 4905.0, 4914.0, 4883.0, 4862.0, 4893.0, 4884.0, 4922.0, 4893.0, 4871.0, 4890.0, 4862.0, 4897.0, 4891.0, 4879.0, 4900.0, 4881.0, 4880.0, 4904.0, 4885.0, 4906.0, 4914.0, 4896.0, 4906.0, 4919.0, 4920.0, 4914.0, 4908.0, 4942.0, 4908.0, 4915.0, 4877.0, 4881.0, 4863.0, 4858.0, 4860.0, 4845.0, 4867.0, 4846.0, 4855.0, 4834.0, 4863.0, 4831.0, 4860.0, 4833.0, 4861.0, 4849.0, 4859.0, 4840.0, 4870.0, 4853.0, 4882.0, 4866.0, 4862.0, 4865.0, 4843.0, 4875.0, 4871.0, 4902.0, 4904.0, 4885.0, 4921.0, 4905.0, 4884.0, 4926.0, 4922.0, 4953.0, 4946.0, 4921.0, 4922.0, 4880.0, 4929.0, 4900.0, 4899.0, 4917.0, 4908.0, 4905.0, 4907.0, 4896.0, 4915.0, 4883.0, 4862.0, 4903.0, 4882.0, 4860.0, 4876.0, 4840.0, 4888.0, 4881.0, 4871.0, 4891.0, 4874.0, 4893.0, 4869.0, 4834.0, 4882.0, 4865.0, 4845.0, 4867.0, 4869.0, 4858.0, 4866.0, 4857.0, 4874.0, 4864.0, 4864.0, 4871.0, 4844.0, 4824.0, 4886.0, 4879.0, 4878.0, 4923.0, 4892.0, 4870.0, 4867.0, 4838.0, 4884.0, 4857.0, 4845.0, 4886.0, 4880.0, 4902.0, 4882.0, 4863.0, 4880.0, 4859.0, 4897.0, 4898.0, 4865.0, 4849.0, 4840.0, 4857.0, 4848.0, 4837.0, 4837.0, 4846.0, 4855.0, 4893.0, 4885.0, 4918.0, 4915.0, 4845.0, 4903.0, 4850.0, 4879.0, 4831.0, 4853.0, 4844.0, 4836.0, 4864.0, 4835.0, 4884.0, 4867.0, 4922.0, 4895.0, 4867.0, 4876.0, 4832.0, 4862.0, 4832.0, 4837.0, 4838.0, 4807.0, 4860.0, 4841.0, 4827.0, 4881.0, 4840.0, 4876.0, 4832.0, 4817.0, 4809.0, 4806.0, 4885.0, 4866.0, 4859.0, 4863.0, 4857.0, 4899.0, 4879.0, 4886.0, 4855.0, 4827.0, 4886.0, 4855.0, 4880.0, 4906.0, 4900.0, 4890.0, 4896.0, 4879.0, 4964.0, 4937.0, 4943.0, 4957.0, 4934.0, 4908.0, 4918.0, 4900.0, 4915.0, 4895.0, 4865.0, 4913.0, 4874.0, 4859.0, 4867.0, 4848.0, 4901.0, 4861.0, 4846.0, 4866.0, 4847.0, 4895.0, 4856.0, 4844.0, 4855.0, 4837.0, 4909.0, 4868.0, 4861.0, 4899.0, 4877.0, 4887.0, 4915.0, 4909.0, 4944.0, 4931.0, 4905.0, 4906.0, 4894.0, 4928.0, 4917.0, 4936.0, 4898.0, 4905.0, 4906.0, 4896.0, 4915.0, 4874.0, 4912.0, 4893.0, 4902.0, 4879.0, 4908.0, 4890.0, 4878.0, 4879.0, 4859.0, 4901.0, 4897.0, 4935.0, 4891.0, 4884.0, 4914.0, 4885.0, 4895.0, 4904.0, 4868.0, 4925.0, 4907.0, 4886.0, 4905.0, 4898.0, 4939.0, 4909.0, 4886.0, 4914.0, 4883.0, 4912.0, 4883.0, 4892.0, 4883.0, 4882.0, 4891.0, 4861.0, 4901.0, 4872.0, 4890.0, 4883.0, 4881.0, 4906.0, 4867.0, 4938.0, 4922.0, 4955.0, 4937.0, 4926.0], 'WindowWidth': [10721.0, 10739.0, 10676.0, 10637.0, 10667.0, 10628.0, 10667.0, 10610.0, 10637.0, 10604.0, 10649.0, 10600.0, 10565.0, 10590.0, 10566.0, 10632.0, 10600.0, 10566.0, 10612.0, 10586.0, 10629.0, 10639.0, 10587.0, 10640.0, 10622.0, 10641.0, 10622.0, 10595.0, 10605.0, 10593.0, 10619.0, 10597.0, 10630.0, 10597.0, 10562.0, 10624.0, 10597.0, 10616.0, 10579.0, 10605.0, 10583.0, 10574.0, 10629.0, 10602.0, 10593.0, 10603.0, 10582.0, 10633.0, 10599.0, 10632.0, 10608.0, 10636.0, 10588.0, 10565.0, 10602.0, 10550.0, 10630.0, 10597.0, 10559.0, 10577.0, 10548.0, 10611.0, 10594.0, 10638.0, 10578.0, 10548.0, 10592.0, 10584.0, 10599.0, 10611.0, 10551.0, 10625.0, 10595.0, 10582.0, 10617.0, 10603.0, 10613.0, 10580.0, 10566.0, 10612.0, 10596.0, 10630.0, 10579.0, 10539.0, 10582.0, 10534.0, 10594.0, 10571.0, 10552.0, 10572.0, 10541.0, 10608.0, 10578.0, 10571.0, 10560.0, 10548.0, 10607.0, 10588.0, 10585.0, 10572.0, 10545.0, 10607.0, 10597.0, 10610.0, 10595.0, 10557.0, 10618.0, 10615.0, 10584.0, 10571.0, 10577.0, 10522.0, 10591.0, 10593.0, 10626.0, 10616.0, 10587.0, 10636.0, 10606.0, 10661.0, 10669.0, 10642.0, 10642.0, 10607.0, 10667.0, 10650.0, 10673.0, 10628.0, 10651.0, 10613.0, 10621.0, 10606.0, 10554.0, 10609.0, 10584.0, 10632.0, 10596.0, 10564.0, 10614.0, 10603.0, 10635.0, 10643.0, 10622.0, 10638.0, 10591.0, 10656.0, 10628.0, 10647.0, 10624.0, 10618.0, 10592.0, 10617.0, 10591.0, 10576.0, 10579.0, 10537.0, 10578.0, 10541.0, 10593.0, 10541.0, 10590.0, 10522.0, 10587.0, 10535.0, 10591.0, 10541.0, 10589.0, 10543.0, 10588.0, 10591.0, 10615.0, 10597.0, 10605.0, 10602.0, 10597.0, 10637.0, 10601.0, 10635.0, 10605.0, 10636.0, 10623.0, 10638.0, 10658.0, 10619.0, 10608.0, 10587.0, 10662.0, 10627.0, 10676.0, 10618.0, 10607.0, 10648.0, 10616.0, 10619.0, 10567.0, 10622.0, 10591.0, 10653.0, 10621.0, 10648.0, 10600.0, 10584.0, 10635.0, 10586.0, 10653.0, 10615.0, 10596.0, 10618.0, 10599.0, 10640.0, 10585.0, 10631.0, 10605.0, 10632.0, 10618.0, 10579.0, 10597.0, 10573.0, 10633.0, 10598.0, 10633.0, 10598.0, 10610.0, 10600.0, 10580.0, 10603.0, 10561.0, 10607.0, 10578.0, 10612.0, 10600.0, 10630.0, 10599.0, 10561.0, 10595.0, 10562.0, 10635.0, 10585.0, 10615.0, 10550.0, 10611.0, 10594.0, 10633.0, 10607.0, 10606.0, 10600.0, 10559.0, 10612.0, 10638.0, 10599.0, 10609.0, 10581.0, 10563.0, 10593.0, 10582.0, 10628.0, 10614.0, 10633.0, 10625.0, 10609.0, 10678.0, 10609.0, 10668.0, 10597.0, 10668.0, 10652.0, 10672.0, 10610.0, 10593.0, 10629.0, 10615.0, 10583.0, 10603.0, 10581.0, 10639.0, 10585.0, 10641.0, 10609.0, 10657.0, 10617.0, 10634.0, 10600.0, 10556.0, 10595.0, 10566.0, 10660.0, 10638.0, 10607.0, 10600.0, 10579.0, 10634.0, 10644.0, 10655.0, 10604.0, 10600.0, 10651.0, 10624.0, 10571.0, 10607.0, 10620.0, 10578.0, 10570.0, 10540.0, 10574.0, 10574.0, 10590.0, 10570.0, 10599.0, 10559.0, 10576.0, 10529.0, 10519.0, 10546.0, 10498.0, 10609.0, 10551.0, 10522.0, 10534.0, 10527.0, 10579.0, 10646.0, 10697.0, 10582.0, 10507.0, 10572.0, 10523.0, 10554.0, 10560.0, 10607.0, 10547.0, 10527.0, 10588.0, 10572.0, 10544.0, 10567.0, 10552.0, 10607.0, 10603.0, 10596.0, 10598.0, 10536.0, 10609.0, 10582.0, 10621.0, 10588.0, 10572.0, 10597.0, 10574.0, 10627.0, 10581.0, 10562.0, 10615.0, 10566.0, 10615.0, 10597.0, 10627.0, 10605.0, 10589.0, 10582.0, 10563.0, 10608.0, 10585.0, 10606.0, 10600.0, 10585.0, 10627.0, 10615.0, 10644.0, 10604.0, 10583.0, 10640.0, 10592.0, 10644.0, 10621.0, 10640.0, 10622.0, 10641.0, 10624.0, 10618.0, 10621.0, 10572.0, 10617.0, 10600.0, 10631.0, 10607.0, 10601.0, 10620.0, 10574.0, 10633.0, 10624.0, 10639.0, 10642.0, 10658.0, 10627.0, 10587.0, 10607.0, 10595.0, 10662.0, 10649.0, 10679.0, 10629.0, 10591.0, 10643.0, 10641.0, 10684.0, 10635.0, 10598.0, 10608.0, 10589.0, 10641.0, 10621.0, 10664.0, 10625.0, 10632.0, 10607.0, 10654.0, 10602.0, 10567.0, 10582.0, 10553.0, 10616.0, 10600.0, 10656.0, 10579.0, 10574.0, 10581.0, 10545.0, 10614.0, 10573.0, 10629.0, 10568.0, 10545.0, 10583.0, 10560.0, 10612.0, 10576.0, 10605.0, 10579.0, 10590.0, 10583.0, 10612.0, 10581.0, 10570.0, 10559.0, 10538.0, 10572.0, 10559.0, 10623.0, 10570.0, 10617.0, 10590.0, 10634.0, 10616.0, 10599.0, 10618.0, 10583.0, 10622.0, 10598.0, 10658.0, 10642.0, 10618.0, 10604.0, 10588.0, 10660.0, 10654.0, 10682.0, 10646.0, 10654.0, 10644.0, 10578.0, 10585.0, 10544.0, 10599.0, 10551.0, 10619.0, 10609.0, 10653.0, 10606.0, 10612.0, 10598.0, 10565.0, 10616.0, 10569.0, 10653.0, 10591.0, 10638.0, 10626.0, 10663.0, 10648.0, 10661.0, 10631.0, 10603.0, 10624.0, 10612.0, 10678.0, 10635.0, 10680.0, 10651.0, 10681.0, 10677.0, 10681.0, 10656.0, 10632.0, 10653.0, 10610.0, 10654.0, 10615.0, 10671.0, 10619.0, 10693.0, 10653.0, 10640.0, 10679.0, 10613.0, 10688.0, 10655.0, 10641.0, 10639.0, 10608.0, 10678.0, 10640.0, 10696.0, 10635.0, 10641.0, 10632.0, 10683.0, 10634.0, 10592.0, 10602.0, 10545.0, 10614.0, 10603.0, 10657.0, 10610.0, 10572.0, 10611.0, 10570.0, 10635.0, 10622.0, 10655.0, 10611.0, 10571.0, 10623.0, 10562.0, 10628.0, 10593.0, 10652.0, 10589.0, 10556.0, 10584.0, 10563.0, 10633.0, 10628.0, 10637.0, 10603.0, 10576.0, 10585.0, 10585.0, 10623.0, 10610.0, 10639.0, 10606.0, 10637.0, 10622.0, 10649.0, 10627.0, 10602.0, 10622.0, 10594.0, 10642.0, 10615.0, 10656.0, 10657.0, 10629.0, 10653.0, 10623.0, 10689.0, 10651.0, 10644.0, 10676.0, 10624.0, 10666.0, 10623.0, 10601.0, 10653.0, 10647.0, 10665.0, 10613.0, 10578.0, 10627.0, 10618.0, 10678.0, 10630.0, 10591.0, 10621.0, 10581.0, 10633.0, 10621.0, 10602.0, 10637.0, 10608.0, 10604.0, 10650.0, 10621.0, 10652.0, 10664.0, 10640.0, 10653.0, 10677.0, 10680.0, 10664.0, 10659.0, 10728.0, 10660.0, 10668.0, 10609.0, 10609.0, 10580.0, 10568.0, 10572.0, 10545.0, 10580.0, 10547.0, 10563.0, 10527.0, 10572.0, 10519.0, 10565.0, 10529.0, 10567.0, 10543.0, 10561.0, 10533.0, 10578.0, 10555.0, 10598.0, 10577.0, 10568.0, 10574.0, 10542.0, 10591.0, 10594.0, 10642.0, 10647.0, 10620.0, 10670.0, 10647.0, 10614.0, 10682.0, 10688.0, 10737.0, 10726.0, 10684.0, 10685.0, 10621.0, 10692.0, 10648.0, 10642.0, 10672.0, 10657.0, 10650.0, 10655.0, 10637.0, 10673.0, 10613.0, 10580.0, 10645.0, 10609.0, 10574.0, 10598.0, 10547.0, 10617.0, 10609.0, 10591.0, 10623.0, 10602.0, 10628.0, 10590.0, 10530.0, 10604.0, 10581.0, 10547.0, 10580.0, 10583.0, 10571.0, 10580.0, 10565.0, 10589.0, 10575.0, 10573.0, 10583.0, 10544.0, 10517.0, 10611.0, 10608.0, 10603.0, 10683.0, 10634.0, 10592.0, 10585.0, 10545.0, 10605.0, 10569.0, 10549.0, 10610.0, 10612.0, 10645.0, 10613.0, 10590.0, 10596.0, 10566.0, 10630.0, 10639.0, 10584.0, 10563.0, 10551.0, 10572.0, 10546.0, 10528.0, 10531.0, 10558.0, 10570.0, 10623.0, 10614.0, 10668.0, 10657.0, 10556.0, 10633.0, 10555.0, 10595.0, 10523.0, 10558.0, 10547.0, 10534.0, 10574.0, 10533.0, 10605.0, 10584.0, 10678.0, 10638.0, 10585.0, 10597.0, 10525.0, 10571.0, 10525.0, 10526.0, 10528.0, 10483.0, 10565.0, 10537.0, 10513.0, 10611.0, 10548.0, 10595.0, 10520.0, 10487.0, 10484.0, 10491.0, 10605.0, 10576.0, 10561.0, 10574.0, 10570.0, 10638.0, 10605.0, 10611.0, 10565.0, 10529.0, 10613.0, 10568.0, 10610.0, 10657.0, 10651.0, 10623.0, 10638.0, 10621.0, 10756.0, 10720.0, 10732.0, 10748.0, 10707.0, 10661.0, 10676.0, 10649.0, 10670.0, 10635.0, 10590.0, 10667.0, 10603.0, 10576.0, 10582.0, 10557.0, 10643.0, 10582.0, 10551.0, 10581.0, 10555.0, 10629.0, 10568.0, 10544.0, 10564.0, 10544.0, 10651.0, 10589.0, 10581.0, 10634.0, 10616.0, 10629.0, 10668.0, 10665.0, 10713.0, 10698.0, 10654.0, 10657.0, 10635.0, 10693.0, 10670.0, 10701.0, 10644.0, 10650.0, 10654.0, 10638.0, 10668.0, 10604.0, 10659.0, 10627.0, 10643.0, 10603.0, 10650.0, 10623.0, 10603.0, 10608.0, 10577.0, 10639.0, 10641.0, 10701.0, 10629.0, 10618.0, 10664.0, 10623.0, 10634.0, 10648.0, 10602.0, 10681.0, 10658.0, 10623.0, 10650.0, 10642.0, 10709.0, 10664.0, 10625.0, 10665.0, 10615.0, 10660.0, 10616.0, 10624.0, 10615.0, 10612.0, 10626.0, 10579.0, 10638.0, 10598.0, 10621.0, 10616.0, 10611.0, 10656.0, 10598.0, 10704.0, 10688.0, 10741.0, 10716.0, 10688.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.0031131070195627155</td></tr>
<tr><td colspan=3>aqi</td><td>0.03301694085155351</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.01671919425119</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.276279041324886</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0429799829032254</td></tr>
<tr><td colspan=3>efc</td><td>0.516</td></tr>
<tr><td colspan=3>fber</td><td>3648.1028</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17500841508510268</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>225</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.891829689298042</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.319605141038092</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.193824220422427</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6185245739331457</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.146466628758702</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019484635442495346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03779779002070427</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.241675714649517</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>46.8083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.5451</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>267.0902</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1241.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.6169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2183</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.9018</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4023.7497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.3476</td></tr>
<tr><td colspan=3>tsnr</td><td>34.231014628720004</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>