ds005256-mriqc/sub-0031_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter f55c07f2a8 [DATALAD RUNCMD] Compute MRIQC for sub-0031
=== 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-0031 --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-0031",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:43 +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-0031_ses-03_task-social_acq-mb8_run-05_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-0031_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-05_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-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-05_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>723ccc0dc9832b067d6c43728c9b9dc6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:39:56.302500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</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-05_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.100329</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4cde4a76-7d4b-44bb-9531-d8d80e48317d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['153956.302500', '153956.762500', '153957.222500', '153957.682500', '153958.142500', '153958.602500', '153959.062500', '153959.522500', '153959.982500', '154000.442500', '154000.902500', '154001.362500', '154001.822500', '154002.282500', '154002.742500', '154003.202500', '154003.662500', '154004.122500', '154004.582500', '154005.042500', '154005.502500', '154005.962500', '154006.422500', '154006.882500', '154007.342500', '154007.802500', '154008.262500', '154008.722500', '154009.182500', '154009.642500', '154010.102500', '154010.562500', '154011.022500', '154011.482500', '154011.942500', '154012.402500', '154012.862500', '154013.322500', '154013.782500', '154014.242500', '154014.702500', '154015.162500', '154015.622500', '154016.082500', '154016.542500', '154017.002500', '154017.462500', '154017.922500', '154018.382500', '154018.842500', '154019.302500', '154019.762500', '154020.222500', '154020.682500', '154021.142500', '154021.602500', '154022.062500', '154022.522500', '154022.982500', '154023.442500', '154023.902500', '154024.362500', '154024.822500', '154025.282500', '154025.742500', '154026.202500', '154026.662500', '154027.122500', '154027.582500', '154028.042500', '154028.502500', '154028.962500', '154029.422500', '154029.882500', '154030.342500', '154030.802500', '154031.262500', '154031.722500', '154032.182500', '154032.642500', '154033.102500', '154033.562500', '154034.022500', '154034.482500', '154034.942500', '154035.402500', '154035.862500', '154036.322500', '154036.782500', '154037.242500', '154037.702500', '154038.162500', '154038.622500', '154039.082500', '154039.542500', '154040.002500', '154040.462500', '154040.922500', '154041.382500', '154041.842500', '154042.302500', '154042.762500', '154043.222500', '154043.682500', '154044.142500', '154044.602500', '154045.062500', '154045.522500', '154045.982500', '154046.442500', '154046.902500', '154047.362500', '154047.822500', '154048.282500', '154048.742500', '154049.202500', '154049.662500', '154050.122500', '154050.582500', '154051.042500', '154051.502500', '154051.962500', '154052.422500', '154052.882500', '154053.342500', '154053.802500', '154054.262500', '154054.722500', '154055.182500', '154055.642500', '154056.102500', '154056.562500', '154057.022500', '154057.482500', '154057.942500', '154058.402500', '154058.862500', '154059.322500', '154059.782500', '154100.242500', '154100.702500', '154101.162500', '154101.622500', '154102.082500', '154102.542500', '154103.002500', '154103.462500', '154103.922500', '154104.382500', '154104.842500', '154105.302500', '154105.762500', '154106.222500', '154106.682500', '154107.142500', '154107.602500', '154108.062500', '154108.522500', '154108.982500', '154109.442500', '154109.902500', '154110.362500', '154110.822500', '154111.282500', '154111.742500', '154112.202500', '154112.662500', '154113.122500', '154113.582500', '154114.042500', '154114.502500', '154114.962500', '154115.422500', '154115.882500', '154116.342500', '154116.802500', '154117.262500', '154117.722500', '154118.182500', '154118.642500', '154119.102500', '154119.562500', '154120.022500', '154120.482500', '154120.942500', '154121.402500', '154121.862500', '154122.322500', '154122.782500', '154123.242500', '154123.702500', '154124.162500', '154124.622500', '154125.082500', '154125.542500', '154126.002500', '154126.462500', '154126.922500', '154127.382500', '154127.842500', '154128.302500', '154128.762500', '154129.222500', '154129.682500', '154130.142500', '154130.602500', '154131.062500', '154131.522500', '154131.982500', '154132.442500', '154132.902500', '154133.362500', '154133.822500', '154134.282500', '154134.742500', '154135.202500', '154135.662500', '154136.122500', '154136.582500', '154137.042500', '154137.502500', '154137.962500', '154138.422500', '154138.882500', '154139.342500', '154139.802500', '154140.262500', '154140.722500', '154141.182500', '154141.642500', '154142.102500', '154142.562500', '154143.022500', '154143.482500', '154143.942500', '154144.402500', '154144.862500', '154145.322500', '154145.782500', '154146.242500', '154146.702500', '154147.162500', '154147.622500', '154148.082500', '154148.542500', '154149.002500', '154149.462500', '154149.922500', '154150.382500', '154150.842500', '154151.302500', '154151.762500', '154152.222500', '154152.682500', '154153.142500', '154153.602500', '154154.062500', '154154.522500', '154154.982500', '154155.442500', '154155.902500', '154156.362500', '154156.822500', '154157.282500', '154157.742500', '154158.202500', '154158.662500', '154159.122500', '154159.582500', '154200.042500', '154200.502500', '154200.962500', '154201.422500', '154201.882500', '154202.342500', '154202.802500', '154203.262500', '154203.722500', '154204.182500', '154204.642500', '154205.102500', '154205.562500', '154206.022500', '154206.482500', '154206.942500', '154207.402500', '154207.862500', '154208.322500', '154208.782500', '154209.242500', '154209.702500', '154210.162500', '154210.622500', '154211.082500', '154211.542500', '154212.002500', '154212.462500', '154212.922500', '154213.382500', '154213.842500', '154214.302500', '154214.762500', '154215.222500', '154215.682500', '154216.142500', '154216.602500', '154217.062500', '154217.522500', '154217.982500', '154218.442500', '154218.902500', '154219.362500', '154219.822500', '154220.282500', '154220.742500', '154221.202500', '154221.662500', '154222.122500', '154222.582500', '154223.042500', '154223.502500', '154223.962500', '154224.422500', '154224.882500', '154225.342500', '154225.802500', '154226.262500', '154226.722500', '154227.182500', '154227.642500', '154228.102500', '154228.562500', '154229.022500', '154229.482500', '154229.942500', '154230.402500', '154230.862500', '154231.322500', '154231.782500', '154232.242500', '154232.702500', '154233.162500', '154233.622500', '154234.082500', '154234.542500', '154235.002500', '154235.462500', '154235.922500', '154236.382500', '154236.842500', '154237.302500', '154237.762500', '154238.222500', '154238.682500', '154239.142500', '154239.602500', '154240.062500', '154240.522500', '154240.982500', '154241.442500', '154241.902500', '154242.362500', '154242.822500', '154243.282500', '154243.742500', '154244.202500', '154244.662500', '154245.122500', '154245.582500', '154246.042500', '154246.502500', '154246.962500', '154247.422500', '154247.882500', '154248.342500', '154248.802500', '154249.262500', '154249.722500', '154250.182500', '154250.642500', '154251.102500', '154251.562500', '154252.022500', '154252.482500', '154252.942500', '154253.402500', '154253.862500', '154254.322500', '154254.782500', '154255.242500', '154255.702500', '154256.162500', '154256.622500', '154257.082500', '154257.542500', '154258.002500', '154258.462500', '154258.922500', '154259.382500', '154259.842500', '154300.302500', '154300.762500', '154301.222500', '154301.682500', '154302.142500', '154302.602500', '154303.062500', '154303.522500', '154303.982500', '154304.442500', '154304.902500', '154305.362500', '154305.822500', '154306.282500', '154306.742500', '154307.202500', '154307.662500', '154308.122500', '154308.582500', '154309.042500', '154309.502500', '154309.962500', '154310.422500', '154310.882500', '154311.342500', '154311.802500', '154312.262500', '154312.722500', '154313.182500', '154313.642500', '154314.102500', '154314.562500', '154315.022500', '154315.482500', '154315.942500', '154316.402500', '154316.862500', '154317.322500', '154317.782500', '154318.242500', '154318.702500', '154319.162500', '154319.622500', '154320.082500', '154320.542500', '154321.002500', '154321.462500', '154321.922500', '154322.382500', '154322.842500', '154323.302500', '154323.762500', '154324.222500', '154324.682500', '154325.142500', '154325.602500', '154326.062500', '154326.522500', '154326.982500', '154327.442500', '154327.902500', '154328.362500', '154328.822500', '154329.282500', '154329.742500', '154330.202500', '154330.662500', '154331.122500', '154331.582500', '154332.042500', '154332.502500', '154332.962500', '154333.422500', '154333.882500', '154334.342500', '154334.802500', '154335.262500', '154335.722500', '154336.182500', '154336.642500', '154337.102500', '154337.562500', '154338.022500', '154338.482500', '154338.942500', '154339.402500', '154339.862500', '154340.322500', '154340.782500', '154341.242500', '154341.702500', '154342.162500', '154342.622500', '154343.082500', '154343.542500', '154344.002500', '154344.462500', '154344.922500', '154345.382500', '154345.842500', '154346.302500', '154346.762500', '154347.222500', '154347.682500', '154348.142500', '154348.602500', '154349.062500', '154349.522500', '154349.982500', '154350.442500', '154350.902500', '154351.362500', '154351.822500', '154352.282500', '154352.742500', '154353.202500', '154353.662500', '154354.122500', '154354.582500', '154355.042500', '154355.502500', '154355.962500', '154356.422500', '154356.882500', '154357.342500', '154357.802500', '154358.262500', '154358.722500', '154359.182500', '154359.642500', '154400.102500', '154400.562500', '154401.022500', '154401.482500', '154401.942500', '154402.402500', '154402.862500', '154403.322500', '154403.782500', '154404.242500', '154404.702500', '154405.162500', '154405.622500', '154406.082500', '154406.542500', '154407.002500', '154407.462500', '154407.922500', '154408.382500', '154408.842500', '154409.302500', '154409.762500', '154410.222500', '154410.682500', '154411.142500', '154411.602500', '154412.062500', '154412.522500', '154412.982500', '154413.442500', '154413.902500', '154414.362500', '154414.822500', '154415.282500', '154415.742500', '154416.202500', '154416.662500', '154417.122500', '154417.582500', '154418.042500', '154418.502500', '154418.962500', '154419.422500', '154419.882500', '154420.342500', '154420.802500', '154421.262500', '154421.722500', '154422.182500', '154422.642500', '154423.102500', '154423.562500', '154424.022500', '154424.482500', '154424.942500', '154425.402500', '154425.862500', '154426.322500', '154426.782500', '154427.242500', '154427.702500', '154428.162500', '154428.622500', '154429.082500', '154429.542500', '154430.002500', '154430.462500', '154430.922500', '154431.382500', '154431.842500', '154432.302500', '154432.762500', '154433.222500', '154433.682500', '154434.142500', '154434.602500', '154435.062500', '154435.522500', '154435.982500', '154436.442500', '154436.902500', '154437.362500', '154437.822500', '154438.282500', '154438.742500', '154439.202500', '154439.662500', '154440.122500', '154440.582500', '154441.042500', '154441.502500', '154441.962500', '154442.422500', '154442.882500', '154443.342500', '154443.802500', '154444.262500', '154444.722500', '154445.182500', '154445.642500', '154446.102500', '154446.562500', '154447.022500', '154447.482500', '154447.942500', '154448.402500', '154448.862500', '154449.322500', '154449.782500', '154450.242500', '154450.702500', '154451.162500', '154451.622500', '154452.082500', '154452.542500', '154453.002500', '154453.462500', '154453.922500', '154454.382500', '154454.842500', '154455.302500', '154455.762500', '154456.222500', '154456.682500', '154457.142500', '154457.602500', '154458.062500', '154458.522500', '154458.982500', '154459.442500', '154459.902500', '154500.362500', '154500.822500', '154501.282500', '154501.742500', '154502.202500', '154502.662500', '154503.122500', '154503.582500', '154504.042500', '154504.502500', '154504.962500', '154505.422500', '154505.882500', '154506.342500', '154506.802500', '154507.262500', '154507.722500', '154508.182500', '154508.642500', '154509.102500', '154509.562500', '154510.022500', '154510.482500', '154510.942500', '154511.402500', '154511.862500', '154512.322500', '154512.782500', '154513.242500', '154513.702500', '154514.162500', '154514.622500', '154515.082500', '154515.542500', '154516.002500', '154516.462500', '154516.922500', '154517.382500', '154517.842500', '154518.302500', '154518.762500', '154519.222500', '154519.682500', '154520.142500', '154520.602500', '154521.062500', '154521.522500', '154521.982500', '154522.442500', '154522.902500', '154523.362500', '154523.822500', '154524.282500', '154524.742500', '154525.202500', '154525.662500', '154526.122500', '154526.582500', '154527.042500', '154527.502500', '154527.962500', '154528.422500', '154528.882500', '154529.342500', '154529.802500', '154530.262500', '154530.722500', '154531.182500', '154531.642500', '154532.102500', '154532.562500', '154533.022500', '154533.482500', '154533.942500', '154534.402500', '154534.862500', '154535.322500', '154535.782500', '154536.242500', '154536.702500', '154537.162500', '154537.622500', '154538.082500', '154538.542500', '154539.002500', '154539.462500', '154539.922500', '154540.382500', '154540.842500', '154541.302500', '154541.762500', '154542.222500', '154542.682500', '154543.142500', '154543.602500', '154544.062500', '154544.522500', '154544.982500', '154545.442500', '154545.902500', '154546.362500', '154546.822500', '154547.282500', '154547.742500', '154548.202500', '154548.662500', '154549.122500', '154549.582500', '154550.042500', '154550.502500', '154550.962500', '154551.422500', '154551.882500', '154552.342500', '154552.802500', '154553.262500', '154553.722500', '154554.182500', '154554.642500', '154555.102500', '154555.562500', '154556.022500', '154556.482500', '154556.942500', '154557.402500', '154557.862500', '154558.322500', '154558.782500', '154559.242500', '154559.702500', '154600.162500', '154600.622500', '154601.082500', '154601.542500', '154602.002500', '154602.462500', '154602.922500', '154603.382500', '154603.842500', '154604.302500', '154604.762500', '154605.222500', '154605.682500', '154606.142500', '154606.602500', '154607.062500', '154607.522500', '154607.982500', '154608.442500', '154608.902500', '154609.362500', '154609.822500', '154610.282500', '154610.742500', '154611.202500', '154611.662500', '154612.122500', '154612.582500', '154613.042500', '154613.502500', '154613.962500', '154614.422500', '154614.882500', '154615.342500', '154615.802500', '154616.262500', '154616.722500', '154617.182500', '154617.642500', '154618.102500', '154618.562500', '154619.022500', '154619.482500', '154619.942500', '154620.402500', '154620.862500', '154621.322500', '154621.782500', '154622.242500', '154622.702500', '154623.162500', '154623.622500', '154624.082500', '154624.542500', '154625.002500', '154625.462500', '154625.922500', '154626.382500', '154626.842500', '154627.302500', '154627.762500', '154628.222500', '154628.682500', '154629.142500', '154629.602500', '154630.062500', '154630.522500', '154630.982500', '154631.442500', '154631.902500', '154632.362500', '154632.822500', '154633.282500', '154633.742500', '154634.202500', '154634.662500', '154635.122500', '154635.582500', '154636.042500', '154636.502500', '154636.962500'], 'ContentTime': ['154025.705000', '154025.709000', '154025.711000', '154025.714000', '154025.717000', '154025.720000', '154025.723000', '154025.726000', '154025.729000', '154025.732000', '154025.734000', '154025.737000', '154025.740000', '154025.763000', '154025.766000', '154025.769000', '154025.772000', '154025.775000', '154025.778000', '154025.780000', '154025.783000', '154025.786000', '154025.789000', '154025.792000', '154025.795000', '154025.798000', '154025.800000', '154025.803000', '154025.806000', '154025.809000', '154025.812000', '154025.815000', '154025.818000', '154025.821000', '154025.823000', '154025.826000', '154025.837000', '154025.840000', '154025.843000', '154025.846000', '154025.849000', '154025.852000', '154025.855000', '154025.857000', '154025.860000', '154025.863000', '154025.874000', '154025.877000', '154025.880000', '154025.883000', '154025.885000', '154025.888000', '154025.891000', '154025.894000', '154025.897000', '154025.900000', '154025.903000', '154025.905000', '154025.908000', '154025.911000', '154025.914000', '154025.917000', '154025.919000', '154045.671000', '154045.674000', '154045.677000', '154045.680000', '154045.683000', '154045.685000', '154045.694000', '154045.697000', '154045.701000', '154045.704000', '154045.707000', '154045.710000', '154045.713000', '154045.716000', '154045.719000', '154045.721000', '154045.724000', '154045.727000', '154045.730000', '154045.733000', '154045.736000', '154045.738000', '154045.742000', '154045.744000', '154045.747000', '154045.750000', '154045.753000', '154045.759000', '154045.762000', '154045.765000', '154045.768000', '154045.771000', '154045.774000', '154045.777000', '154045.780000', '154045.783000', '154045.786000', '154045.788000', '154045.791000', '154045.794000', '154045.797000', '154045.800000', '154045.803000', '154105.671000', '154105.674000', '154105.677000', '154105.680000', '154105.682000', '154105.685000', '154105.688000', '154105.691000', '154105.694000', '154105.697000', '154105.700000', '154105.703000', '154105.705000', '154105.708000', '154105.711000', '154105.714000', '154105.717000', '154105.720000', '154105.722000', '154105.725000', '154105.728000', '154105.731000', '154105.734000', '154105.737000', '154105.740000', '154105.743000', '154105.746000', '154105.749000', '154105.751000', '154105.754000', '154105.757000', '154105.760000', '154105.763000', '154105.766000', '154105.769000', '154105.772000', '154105.774000', '154105.777000', '154105.780000', '154105.783000', '154105.786000', '154105.789000', '154105.791000', '154105.794000', '154125.671000', '154125.674000', '154125.677000', '154125.680000', '154125.682000', '154125.686000', '154125.688000', '154125.691000', '154125.694000', '154125.697000', '154125.700000', '154125.703000', '154125.705000', '154125.708000', '154125.719000', '154125.722000', '154125.725000', '154125.728000', '154125.731000', '154125.733000', '154125.736000', '154125.739000', '154125.742000', '154125.745000', '154125.748000', '154125.751000', '154125.754000', '154125.756000', '154125.759000', '154125.762000', '154125.765000', '154125.768000', '154125.771000', '154125.774000', '154125.777000', '154125.780000', '154125.783000', '154125.786000', '154125.788000', '154125.791000', '154125.794000', '154125.797000', '154125.800000', '154145.671000', '154145.674000', '154145.683000', '154145.685000', '154145.688000', '154145.691000', '154145.694000', '154145.697000', '154145.700000', '154145.703000', '154145.706000', '154145.708000', '154145.711000', '154145.714000', '154145.723000', '154145.735000', '154145.738000', '154145.741000', '154145.744000', '154145.747000', '154145.749000', '154145.752000', '154145.755000', '154145.758000', '154145.761000', '154145.764000', '154145.767000', '154145.770000', '154145.772000', '154145.775000', '154145.778000', '154145.781000', '154145.784000', '154145.787000', '154145.790000', '154145.793000', '154145.795000', '154145.798000', '154145.801000', '154145.804000', '154145.807000', '154145.810000', '154145.813000', '154145.815000', '154205.670000', '154205.673000', '154205.676000', '154205.690000', '154205.693000', '154205.696000', '154205.698000', '154205.701000', '154205.704000', '154205.707000', '154205.710000', '154205.713000', '154205.716000', '154205.718000', '154205.721000', '154205.724000', '154205.727000', '154205.730000', '154205.733000', '154205.736000', '154205.741000', '154205.743000', '154205.746000', '154205.749000', '154205.752000', '154205.755000', '154205.758000', '154205.761000', '154205.764000', '154205.767000', '154205.769000', '154205.772000', '154205.775000', '154205.778000', '154205.781000', '154205.784000', '154205.787000', '154205.790000', '154205.793000', '154205.795000', '154205.798000', '154205.801000', '154205.804000', '154225.670000', '154225.673000', '154225.676000', '154225.679000', '154225.682000', '154225.685000', '154225.687000', '154225.690000', '154225.693000', '154225.696000', '154225.699000', '154225.702000', '154225.705000', '154225.708000', '154225.710000', '154225.713000', '154225.716000', '154225.719000', '154225.722000', '154225.725000', '154225.728000', '154225.731000', '154225.734000', '154225.736000', '154225.739000', '154225.742000', '154225.745000', '154225.748000', '154225.751000', '154225.754000', '154225.757000', '154225.759000', '154225.762000', '154225.765000', '154225.768000', '154225.771000', '154225.774000', '154225.777000', '154225.780000', '154225.783000', '154225.785000', '154225.788000', '154225.791000', '154225.794000', '154245.670000', '154245.673000', '154245.676000', '154245.679000', '154245.682000', '154245.685000', '154245.687000', '154245.690000', '154245.693000', '154245.696000', '154245.699000', '154245.702000', '154245.705000', '154245.707000', '154245.710000', '154245.713000', '154245.716000', '154245.719000', '154245.722000', '154245.725000', '154245.728000', '154245.730000', '154245.733000', '154245.736000', '154245.739000', '154245.742000', '154245.745000', '154245.748000', '154245.750000', '154245.753000', '154245.756000', '154245.759000', '154245.762000', '154245.765000', '154245.768000', '154245.771000', '154245.774000', '154245.777000', '154245.779000', '154245.782000', '154245.785000', '154245.788000', '154245.791000', '154305.671000', '154305.674000', '154305.677000', '154305.680000', '154305.683000', '154305.685000', '154305.688000', '154305.691000', '154305.694000', '154305.697000', '154305.700000', '154305.703000', '154305.706000', '154305.708000', '154305.711000', '154305.714000', '154305.717000', '154305.720000', '154305.723000', '154305.726000', '154305.729000', '154305.731000', '154305.734000', '154305.737000', '154305.740000', '154305.743000', '154305.746000', '154305.748000', '154305.751000', '154305.754000', '154305.757000', '154305.760000', '154305.763000', '154305.766000', '154305.769000', '154305.771000', '154305.774000', '154305.777000', '154305.780000', '154305.783000', '154305.786000', '154305.789000', '154305.791000', '154305.794000', '154325.671000', '154325.674000', '154325.677000', '154325.680000', '154325.683000', '154325.685000', '154325.688000', '154325.691000', '154325.694000', '154325.697000', '154325.700000', '154325.703000', '154325.705000', '154325.708000', '154325.711000', '154325.714000', '154325.717000', '154325.720000', '154325.723000', '154325.726000', '154325.729000', '154325.731000', '154325.735000', '154325.737000', '154325.740000', '154325.743000', '154325.746000', '154325.749000', '154325.761000', '154325.764000', '154325.767000', '154325.770000', '154325.772000', '154325.777000', '154325.780000', '154325.783000', '154325.786000', '154325.788000', '154325.791000', '154325.794000', '154325.797000', '154325.800000', '154325.803000', '154345.671000', '154345.674000', '154345.677000', '154345.680000', '154345.683000', '154345.685000', '154345.688000', '154345.691000', '154345.694000', '154345.697000', '154345.700000', '154345.703000', '154345.705000', '154345.708000', '154345.711000', '154345.714000', '154345.717000', '154345.720000', '154345.723000', '154345.726000', '154345.729000', '154345.731000', '154345.734000', '154345.737000', '154345.740000', '154345.743000', '154345.746000', '154345.749000', '154345.752000', '154345.755000', '154345.757000', '154345.760000', '154345.763000', '154345.766000', '154345.769000', '154345.772000', '154345.775000', '154345.778000', '154345.780000', '154345.783000', '154345.786000', '154345.789000', '154345.792000', '154345.795000', '154405.671000', '154405.674000', '154405.677000', '154405.680000', '154405.683000', '154405.686000', '154405.688000', '154405.691000', '154405.694000', '154405.697000', '154405.700000', '154405.703000', '154405.706000', '154405.709000', '154405.711000', '154405.714000', '154405.717000', '154405.720000', '154405.723000', '154405.726000', '154405.729000', '154405.732000', '154405.734000', '154405.737000', '154405.740000', '154405.743000', '154405.746000', '154405.749000', '154405.752000', '154405.755000', '154405.758000', '154405.760000', '154405.763000', '154405.766000', '154405.769000', '154405.772000', '154405.775000', '154405.778000', '154405.781000', '154405.783000', '154405.786000', '154405.789000', '154405.792000', '154425.670000', '154425.673000', '154425.676000', '154425.679000', '154425.681000', '154425.684000', '154425.687000', '154425.690000', '154425.693000', '154425.696000', '154425.699000', '154425.702000', '154425.705000', '154425.708000', '154425.711000', '154425.713000', '154425.716000', '154425.719000', '154425.722000', '154425.725000', '154425.728000', '154425.731000', '154425.734000', '154425.737000', '154425.740000', '154425.742000', '154425.745000', '154425.748000', '154425.751000', '154425.754000', '154425.757000', '154425.760000', '154425.762000', '154425.765000', '154425.768000', '154425.771000', '154425.774000', '154425.777000', '154425.780000', '154425.783000', '154425.786000', '154425.789000', '154425.791000', '154425.794000', '154445.670000', '154445.673000', '154445.676000', '154445.679000', '154445.682000', '154445.685000', '154445.687000', '154445.690000', '154445.693000', '154445.696000', '154445.699000', '154445.702000', '154445.705000', '154445.708000', '154445.711000', '154445.713000', '154445.716000', '154445.719000', '154445.722000', '154445.725000', '154445.728000', '154445.731000', '154445.733000', '154445.736000', '154445.739000', '154445.742000', '154445.745000', '154445.748000', '154445.751000', '154445.754000', '154445.757000', '154445.760000', '154445.763000', '154445.765000', '154445.768000', '154445.771000', '154445.774000', '154445.777000', '154445.780000', '154445.783000', '154445.786000', '154445.788000', '154445.791000', '154505.670000', '154505.673000', '154505.676000', '154505.679000', '154505.682000', '154505.685000', '154505.688000', '154505.691000', '154505.693000', '154505.696000', '154505.718000', '154505.720000', '154505.723000', '154505.732000', '154505.735000', '154505.738000', '154505.741000', '154505.744000', '154505.746000', '154505.749000', '154505.752000', '154505.755000', '154505.758000', '154505.761000', '154505.764000', '154505.767000', '154505.770000', '154505.773000', '154505.776000', '154505.779000', '154505.781000', '154505.784000', '154505.787000', '154505.790000', '154505.793000', '154505.796000', '154505.799000', '154505.802000', '154505.804000', '154505.807000', '154505.810000', '154505.813000', '154505.816000', '154505.819000', '154525.671000', '154525.674000', '154525.677000', '154525.680000', '154525.683000', '154525.686000', '154525.688000', '154525.691000', '154525.694000', '154525.697000', '154525.700000', '154525.703000', '154525.706000', '154525.709000', '154525.711000', '154525.714000', '154525.717000', '154525.720000', '154525.723000', '154525.726000', '154525.729000', '154525.731000', '154525.734000', '154525.737000', '154525.740000', '154525.743000', '154525.746000', '154525.749000', '154525.752000', '154525.755000', '154525.757000', '154525.760000', '154525.763000', '154525.766000', '154525.769000', '154525.772000', '154525.775000', '154525.778000', '154525.781000', '154525.784000', '154525.787000', '154525.789000', '154525.792000', '154545.671000', '154545.674000', '154545.677000', '154545.680000', '154545.683000', '154545.686000', '154545.689000', '154545.692000', '154545.695000', '154545.698000', '154545.701000', '154545.704000', '154545.707000', '154545.709000', '154545.712000', '154545.715000', '154545.718000', '154545.721000', '154545.724000', '154545.726000', '154545.729000', '154545.732000', '154545.735000', '154545.738000', '154545.741000', '154545.744000', '154545.747000', '154545.750000', '154545.753000', '154545.755000', '154545.758000', '154545.761000', '154545.764000', '154545.767000', '154545.770000', '154545.773000', '154545.776000', '154545.779000', '154545.781000', '154545.784000', '154545.787000', '154545.790000', '154545.794000', '154605.671000', '154605.674000', '154605.677000', '154605.680000', '154605.683000', '154605.685000', '154605.688000', '154605.691000', '154605.694000', '154605.697000', '154605.700000', '154605.703000', '154605.705000', '154605.708000', '154605.711000', '154605.714000', '154605.717000', '154605.720000', '154605.723000', '154605.726000', '154605.729000', '154605.731000', '154605.734000', '154605.737000', '154605.740000', '154605.743000', '154605.746000', '154605.749000', '154605.752000', '154605.754000', '154605.757000', '154605.766000', '154605.769000', '154605.772000', '154605.775000', '154605.778000', '154605.781000', '154605.784000', '154605.787000', '154605.790000', '154605.792000', '154605.795000', '154605.798000', '154605.801000', '154625.671000', '154625.674000', '154625.677000', '154625.680000', '154625.683000', '154625.686000', '154625.688000', '154625.691000', '154625.694000', '154625.697000', '154625.700000', '154625.703000', '154625.706000', '154625.709000', '154625.712000', '154625.715000', '154625.718000', '154625.721000', '154625.724000', '154625.727000', '154625.748000', '154625.750000', '154625.753000', '154625.756000', '154625.759000', '154625.762000', '154625.765000', '154625.768000', '154625.771000', '154625.774000', '154625.776000', '154625.779000', '154625.782000', '154625.785000', '154625.788000', '154625.791000', '154625.794000', '154625.797000', '154625.800000', '154625.803000', '154625.805000', '154625.808000', '154625.811000', '154637.724000', '154637.728000', '154637.731000', '154637.734000', '154637.750000', '154637.752000', '154637.755000', '154637.758000', '154637.761000', '154637.764000', '154637.768000', '154637.771000', '154637.774000', '154637.777000', '154637.780000', '154637.783000', '154637.785000', '154637.788000', '154637.791000', '154637.794000', '154637.797000', '154637.800000', '154637.803000', '154637.806000', '154637.809000', '154637.811000', '154637.814000'], 'InstanceCreationTime': ['154025.705000', '154025.709000', '154025.711000', '154025.714000', '154025.717000', '154025.720000', '154025.723000', '154025.726000', '154025.729000', '154025.732000', '154025.734000', '154025.737000', '154025.740000', '154025.763000', '154025.766000', '154025.769000', '154025.772000', '154025.775000', '154025.778000', '154025.780000', '154025.783000', '154025.786000', '154025.789000', '154025.792000', '154025.795000', '154025.798000', '154025.800000', '154025.803000', '154025.806000', '154025.809000', '154025.812000', '154025.815000', '154025.818000', '154025.821000', '154025.823000', '154025.826000', '154025.837000', '154025.840000', '154025.843000', '154025.846000', '154025.849000', '154025.852000', '154025.855000', '154025.857000', '154025.860000', '154025.863000', '154025.874000', '154025.877000', '154025.880000', '154025.883000', '154025.885000', '154025.888000', '154025.891000', '154025.894000', '154025.897000', '154025.900000', '154025.903000', '154025.905000', '154025.908000', '154025.911000', '154025.914000', '154025.917000', '154025.919000', '154045.671000', '154045.674000', '154045.677000', '154045.680000', '154045.683000', '154045.685000', '154045.694000', '154045.697000', '154045.701000', '154045.704000', '154045.707000', '154045.710000', '154045.713000', '154045.716000', '154045.719000', '154045.721000', '154045.724000', '154045.727000', '154045.730000', '154045.733000', '154045.736000', '154045.738000', '154045.742000', '154045.744000', '154045.747000', '154045.750000', '154045.753000', '154045.759000', '154045.762000', '154045.765000', '154045.768000', '154045.771000', '154045.774000', '154045.777000', '154045.780000', '154045.783000', '154045.786000', '154045.788000', '154045.791000', '154045.794000', '154045.797000', '154045.800000', '154045.803000', '154105.671000', '154105.674000', '154105.677000', '154105.680000', '154105.682000', '154105.685000', '154105.688000', '154105.691000', '154105.694000', '154105.697000', '154105.700000', '154105.703000', '154105.705000', '154105.708000', '154105.711000', '154105.714000', '154105.717000', '154105.720000', '154105.722000', '154105.725000', '154105.728000', '154105.731000', '154105.734000', '154105.737000', '154105.740000', '154105.743000', '154105.746000', '154105.749000', '154105.751000', '154105.754000', '154105.757000', '154105.760000', '154105.763000', '154105.766000', '154105.769000', '154105.772000', '154105.774000', '154105.777000', '154105.780000', '154105.783000', '154105.786000', '154105.789000', '154105.791000', '154105.794000', '154125.671000', '154125.674000', '154125.677000', '154125.680000', '154125.682000', '154125.686000', '154125.688000', '154125.691000', '154125.694000', '154125.697000', '154125.700000', '154125.703000', '154125.705000', '154125.708000', '154125.719000', '154125.722000', '154125.725000', '154125.728000', '154125.731000', '154125.733000', '154125.736000', '154125.739000', '154125.742000', '154125.745000', '154125.748000', '154125.751000', '154125.754000', '154125.756000', '154125.759000', '154125.762000', '154125.765000', '154125.768000', '154125.771000', '154125.774000', '154125.777000', '154125.780000', '154125.783000', '154125.786000', '154125.788000', '154125.791000', '154125.794000', '154125.797000', '154125.800000', '154145.671000', '154145.674000', '154145.683000', '154145.685000', '154145.688000', '154145.691000', '154145.694000', '154145.697000', '154145.700000', '154145.703000', '154145.706000', '154145.708000', '154145.711000', '154145.714000', '154145.723000', '154145.735000', '154145.738000', '154145.741000', '154145.744000', '154145.747000', '154145.749000', '154145.752000', '154145.755000', '154145.758000', '154145.761000', '154145.764000', '154145.767000', '154145.770000', '154145.772000', '154145.775000', '154145.778000', '154145.781000', '154145.784000', '154145.787000', '154145.790000', '154145.793000', '154145.795000', '154145.798000', '154145.801000', '154145.804000', '154145.807000', '154145.810000', '154145.813000', '154145.815000', '154205.670000', '154205.673000', '154205.676000', '154205.690000', '154205.693000', '154205.696000', '154205.698000', '154205.701000', '154205.704000', '154205.707000', '154205.710000', '154205.713000', '154205.716000', '154205.718000', '154205.721000', '154205.724000', '154205.727000', '154205.730000', '154205.733000', '154205.736000', '154205.741000', '154205.743000', '154205.746000', '154205.749000', '154205.752000', '154205.755000', '154205.758000', '154205.761000', '154205.764000', '154205.767000', '154205.769000', '154205.772000', '154205.775000', '154205.778000', '154205.781000', '154205.784000', '154205.787000', '154205.790000', '154205.793000', '154205.795000', '154205.798000', '154205.801000', '154205.804000', '154225.670000', '154225.673000', '154225.676000', '154225.679000', '154225.682000', '154225.685000', '154225.687000', '154225.690000', '154225.693000', '154225.696000', '154225.699000', '154225.702000', '154225.705000', '154225.708000', '154225.710000', '154225.713000', '154225.716000', '154225.719000', '154225.722000', '154225.725000', '154225.728000', '154225.731000', '154225.734000', '154225.736000', '154225.739000', '154225.742000', '154225.745000', '154225.748000', '154225.751000', '154225.754000', '154225.757000', '154225.759000', '154225.762000', '154225.765000', '154225.768000', '154225.771000', '154225.774000', '154225.777000', '154225.780000', '154225.783000', '154225.785000', '154225.788000', '154225.791000', '154225.794000', '154245.670000', '154245.673000', '154245.676000', '154245.679000', '154245.682000', '154245.685000', '154245.687000', '154245.690000', '154245.693000', '154245.696000', '154245.699000', '154245.702000', '154245.705000', '154245.707000', '154245.710000', '154245.713000', '154245.716000', '154245.719000', '154245.722000', '154245.725000', '154245.728000', '154245.730000', '154245.733000', '154245.736000', '154245.739000', '154245.742000', '154245.745000', '154245.748000', '154245.750000', '154245.753000', '154245.756000', '154245.759000', '154245.762000', '154245.765000', '154245.768000', '154245.771000', '154245.774000', '154245.777000', '154245.779000', '154245.782000', '154245.785000', '154245.788000', '154245.791000', '154305.671000', '154305.674000', '154305.677000', '154305.680000', '154305.683000', '154305.685000', '154305.688000', '154305.691000', '154305.694000', '154305.697000', '154305.700000', '154305.703000', '154305.706000', '154305.708000', '154305.711000', '154305.714000', '154305.717000', '154305.720000', '154305.723000', '154305.726000', '154305.729000', '154305.731000', '154305.734000', '154305.737000', '154305.740000', '154305.743000', '154305.746000', '154305.748000', '154305.751000', '154305.754000', '154305.757000', '154305.760000', '154305.763000', '154305.766000', '154305.769000', '154305.771000', '154305.774000', '154305.777000', '154305.780000', '154305.783000', '154305.786000', '154305.789000', '154305.791000', '154305.794000', '154325.671000', '154325.674000', '154325.677000', '154325.680000', '154325.683000', '154325.685000', '154325.688000', '154325.691000', '154325.694000', '154325.697000', '154325.700000', '154325.703000', '154325.705000', '154325.708000', '154325.711000', '154325.714000', '154325.717000', '154325.720000', '154325.723000', '154325.726000', '154325.729000', '154325.731000', '154325.735000', '154325.737000', '154325.740000', '154325.743000', '154325.746000', '154325.749000', '154325.761000', '154325.764000', '154325.767000', '154325.770000', '154325.772000', '154325.777000', '154325.780000', '154325.783000', '154325.786000', '154325.788000', '154325.791000', '154325.794000', '154325.797000', '154325.800000', '154325.803000', '154345.671000', '154345.674000', '154345.677000', '154345.680000', '154345.683000', '154345.685000', '154345.688000', '154345.691000', '154345.694000', '154345.697000', '154345.700000', '154345.703000', '154345.705000', '154345.708000', '154345.711000', '154345.714000', '154345.717000', '154345.720000', '154345.723000', '154345.726000', '154345.729000', '154345.731000', '154345.734000', '154345.737000', '154345.740000', '154345.743000', '154345.746000', '154345.749000', '154345.752000', '154345.755000', '154345.757000', '154345.760000', '154345.763000', '154345.766000', '154345.769000', '154345.772000', '154345.775000', '154345.778000', '154345.780000', '154345.783000', '154345.786000', '154345.789000', '154345.792000', '154345.795000', '154405.671000', '154405.674000', '154405.677000', '154405.680000', '154405.683000', '154405.686000', '154405.688000', '154405.691000', '154405.694000', '154405.697000', '154405.700000', '154405.703000', '154405.706000', '154405.709000', '154405.711000', '154405.714000', '154405.717000', '154405.720000', '154405.723000', '154405.726000', '154405.729000', '154405.732000', '154405.734000', '154405.737000', '154405.740000', '154405.743000', '154405.746000', '154405.749000', '154405.752000', '154405.755000', '154405.758000', '154405.760000', '154405.763000', '154405.766000', '154405.769000', '154405.772000', '154405.775000', '154405.778000', '154405.781000', '154405.783000', '154405.786000', '154405.789000', '154405.792000', '154425.670000', '154425.673000', '154425.676000', '154425.679000', '154425.681000', '154425.684000', '154425.687000', '154425.690000', '154425.693000', '154425.696000', '154425.699000', '154425.702000', '154425.705000', '154425.708000', '154425.711000', '154425.713000', '154425.716000', '154425.719000', '154425.722000', '154425.725000', '154425.728000', '154425.731000', '154425.734000', '154425.737000', '154425.740000', '154425.742000', '154425.745000', '154425.748000', '154425.751000', '154425.754000', '154425.757000', '154425.760000', '154425.762000', '154425.765000', '154425.768000', '154425.771000', '154425.774000', '154425.777000', '154425.780000', '154425.783000', '154425.786000', '154425.789000', '154425.791000', '154425.794000', '154445.670000', '154445.673000', '154445.676000', '154445.679000', '154445.682000', '154445.685000', '154445.687000', '154445.690000', '154445.693000', '154445.696000', '154445.699000', '154445.702000', '154445.705000', '154445.708000', '154445.711000', '154445.713000', '154445.716000', '154445.719000', '154445.722000', '154445.725000', '154445.728000', '154445.731000', '154445.733000', '154445.736000', '154445.739000', '154445.742000', '154445.745000', '154445.748000', '154445.751000', '154445.754000', '154445.757000', '154445.760000', '154445.763000', '154445.765000', '154445.768000', '154445.771000', '154445.774000', '154445.777000', '154445.780000', '154445.783000', '154445.786000', '154445.788000', '154445.791000', '154505.670000', '154505.673000', '154505.676000', '154505.679000', '154505.682000', '154505.685000', '154505.688000', '154505.691000', '154505.693000', '154505.696000', '154505.718000', '154505.720000', '154505.723000', '154505.732000', '154505.735000', '154505.738000', '154505.741000', '154505.744000', '154505.746000', '154505.749000', '154505.752000', '154505.755000', '154505.758000', '154505.761000', '154505.764000', '154505.767000', '154505.770000', '154505.773000', '154505.776000', '154505.779000', '154505.781000', '154505.784000', '154505.787000', '154505.790000', '154505.793000', '154505.796000', '154505.799000', '154505.802000', '154505.804000', '154505.807000', '154505.810000', '154505.813000', '154505.816000', '154505.819000', '154525.671000', '154525.674000', '154525.677000', '154525.680000', '154525.683000', '154525.686000', '154525.688000', '154525.691000', '154525.694000', '154525.697000', '154525.700000', '154525.703000', '154525.706000', '154525.709000', '154525.711000', '154525.714000', '154525.717000', '154525.720000', '154525.723000', '154525.726000', '154525.729000', '154525.731000', '154525.734000', '154525.737000', '154525.740000', '154525.743000', '154525.746000', '154525.749000', '154525.752000', '154525.755000', '154525.757000', '154525.760000', '154525.763000', '154525.766000', '154525.769000', '154525.772000', '154525.775000', '154525.778000', '154525.781000', '154525.784000', '154525.787000', '154525.789000', '154525.792000', '154545.671000', '154545.674000', '154545.677000', '154545.680000', '154545.683000', '154545.686000', '154545.689000', '154545.692000', '154545.695000', '154545.698000', '154545.701000', '154545.704000', '154545.707000', '154545.709000', '154545.712000', '154545.715000', '154545.718000', '154545.721000', '154545.724000', '154545.726000', '154545.729000', '154545.732000', '154545.735000', '154545.738000', '154545.741000', '154545.744000', '154545.747000', '154545.750000', '154545.753000', '154545.755000', '154545.758000', '154545.761000', '154545.764000', '154545.767000', '154545.770000', '154545.773000', '154545.776000', '154545.779000', '154545.781000', '154545.784000', '154545.787000', '154545.790000', '154545.794000', '154605.671000', '154605.674000', '154605.677000', '154605.680000', '154605.683000', '154605.685000', '154605.688000', '154605.691000', '154605.694000', '154605.697000', '154605.700000', '154605.703000', '154605.705000', '154605.708000', '154605.711000', '154605.714000', '154605.717000', '154605.720000', '154605.723000', '154605.726000', '154605.729000', '154605.731000', '154605.734000', '154605.737000', '154605.740000', '154605.743000', '154605.746000', '154605.749000', '154605.752000', '154605.754000', '154605.757000', '154605.766000', '154605.769000', '154605.772000', '154605.775000', '154605.778000', '154605.781000', '154605.784000', '154605.787000', '154605.790000', '154605.792000', '154605.795000', '154605.798000', '154605.801000', '154625.671000', '154625.674000', '154625.677000', '154625.680000', '154625.683000', '154625.686000', '154625.688000', '154625.691000', '154625.694000', '154625.697000', '154625.700000', '154625.703000', '154625.706000', '154625.709000', '154625.712000', '154625.715000', '154625.718000', '154625.721000', '154625.724000', '154625.727000', '154625.748000', '154625.750000', '154625.753000', '154625.756000', '154625.759000', '154625.762000', '154625.765000', '154625.768000', '154625.771000', '154625.774000', '154625.776000', '154625.779000', '154625.782000', '154625.785000', '154625.788000', '154625.791000', '154625.794000', '154625.797000', '154625.800000', '154625.803000', '154625.805000', '154625.808000', '154625.811000', '154637.724000', '154637.728000', '154637.731000', '154637.734000', '154637.750000', '154637.752000', '154637.755000', '154637.758000', '154637.761000', '154637.764000', '154637.768000', '154637.771000', '154637.774000', '154637.777000', '154637.780000', '154637.783000', '154637.785000', '154637.788000', '154637.791000', '154637.794000', '154637.797000', '154637.800000', '154637.803000', '154637.806000', '154637.809000', '154637.811000', '154637.814000'], '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': [14845, 11297, 19792, 13849, 16526, 14304, 10155, 16339, 10987, 17048, 12352, 20164, 13969, 11233, 13567, 10148, 16717, 12372, 14738, 13933, 9881, 16243, 11373, 12381, 13751, 9763, 17025, 11608, 18869, 12387, 12825, 13504, 9974, 16751, 11465, 17137, 12226, 9863, 14240, 11041, 17114, 12506, 13778, 13703, 9883, 17024, 11726, 12278, 13371, 9426, 16416, 11704, 18322, 12919, 16252, 12896, 10099, 14004, 10733, 16568, 12275, 14023, 13101, 9360, 14026, 10696, 16795, 11992, 18973, 12941, 11787, 12909, 9204, 15594, 11733, 18248, 12885, 11379, 12848, 9906, 16132, 12458, 11058, 13787, 10212, 15382, 11789, 17797, 12762, 16477, 12948, 10774, 13733, 9686, 15332, 10385, 16388, 11708, 17723, 12520, 16037, 12280, 9238, 14572, 11359, 15907, 13510, 9598, 15158, 10898, 17208, 12138, 17529, 13259, 9826, 14029, 10423, 15929, 11829, 16631, 12905, 9610, 13505, 10201, 15679, 11897, 16275, 12972, 9553, 14596, 10709, 17396, 12649, 9889, 14391, 10273, 16665, 12254, 10286, 14165, 10645, 17653, 12097, 12610, 12981, 9382, 15550, 11602, 17840, 12597, 16181, 13143, 10191, 14683, 11026, 16522, 12867, 10548, 14418, 10927, 17231, 12777, 12094, 13403, 9853, 15858, 11696, 17780, 11832, 17743, 13086, 17126, 12888, 11967, 13986, 9558, 15164, 11426, 17317, 12833, 17695, 13480, 9888, 14353, 10871, 17894, 13184, 10470, 13794, 10155, 15929, 12586, 13128, 14347, 9512, 16216, 10157, 15956, 10748, 17491, 12218, 17089, 11820, 16579, 12511, 16432, 13235, 9939, 13924, 10314, 16030, 12149, 15722, 12941, 10127, 13697, 10320, 17236, 12780, 18898, 12912, 17322, 12371, 13401, 13635, 9727, 15195, 11238, 17089, 12494, 12291, 14317, 10464, 17725, 11633, 13037, 12817, 9733, 15260, 11099, 17467, 12277, 15711, 12542, 9793, 15202, 11487, 18071, 11909, 9740, 13571, 10792, 16873, 12088, 11410, 13775, 10703, 17817, 11962, 10890, 13301, 9905, 17016, 12601, 15763, 12988, 9593, 15206, 11069, 16601, 12830, 9936, 14885, 11333, 18416, 12523, 9845, 13390, 10427, 16730, 12616, 10516, 14325, 10021, 17433, 11585, 17610, 11870, 16499, 12633, 14075, 14025, 9642, 14685, 10517, 16461, 12412, 11384, 14115, 9987, 15832, 11738, 11683, 13423, 9660, 15920, 11877, 18475, 13067, 11382, 14592, 10302, 17160, 11797, 15112, 13298, 10046, 15074, 10493, 16208, 11639, 17914, 12834, 10337, 13676, 9842, 14937, 11399, 17259, 12456, 13143, 12888, 9580, 13950, 10573, 16748, 12380, 11323, 13119, 9595, 14570, 11329, 18528, 12580, 12184, 13292, 10086, 16500, 10814, 13152, 12689, 9395, 15282, 11645, 18867, 12087, 10687, 12935, 9382, 16016, 11981, 18750, 12292, 11009, 13354, 9604, 15912, 11459, 18490, 12661, 11145, 13088, 9119, 15747, 12021, 19128, 12538, 12893, 13088, 9586, 15670, 11947, 17664, 12020, 13378, 13142, 9745, 15990, 11477, 16494, 12419, 9623, 14856, 11266, 15265, 13559, 9677, 15819, 11802, 18360, 13185, 16457, 13959, 11627, 13904, 10896, 14291, 10226, 16018, 11186, 16512, 11384, 12182, 13070, 9692, 15975, 10632, 15681, 11707, 9789, 14288, 10703, 17246, 11123, 13908, 12325, 9659, 15604, 11047, 17707, 11723, 12692, 13014, 9813, 16252, 11406, 17205, 12063, 12098, 13329, 9896, 16062, 10836, 17057, 11333, 16287, 12545, 11602, 14173, 9521, 14773, 11064, 16391, 12340, 16811, 13151, 9884, 13463, 10698, 16336, 12429, 11534, 13655, 9744, 14922, 11661, 17978, 13022, 10341, 13746, 9574, 15657, 11850, 18532, 13437, 10321, 14323, 10797, 17474, 13097, 10504, 15147, 10507, 17830, 12388, 10720, 14535, 10777, 17867, 11472, 18637, 12621, 13999, 13586, 9932, 16226, 10863, 17116, 12736, 13131, 13612, 9968, 15456, 10918, 16792, 12297, 10548, 14772, 10817, 14621, 12291, 9129, 15116, 11688, 18544, 13062, 10707, 14122, 9797, 16731, 12022, 18050, 11751, 16888, 12052, 12223, 13760, 10076, 16693, 12497, 9348, 16244, 10845, 12187, 13285, 9201, 16814, 12162, 16103, 12863, 9202, 15124, 11292, 14047, 13601, 9321, 15909, 11296, 16835, 12444, 11103, 15084, 10265, 17245, 11359, 17687, 13126, 11469, 14622, 10178, 17018, 11970, 12238, 14182, 10581, 17166, 11643, 11199, 14275, 10725, 17834, 11968, 9487, 13882, 10716, 17753, 12786, 14767, 12578, 14282, 13450, 13542, 15081, 9758, 15261, 10820, 17077, 12664, 12688, 13933, 9778, 15616, 11705, 17283, 13410, 10139, 15308, 11122, 16904, 11958, 15975, 12892, 9770, 14037, 10579, 16334, 11642, 16156, 12982, 9448, 14103, 10658, 17318, 12735, 10080, 13926, 10396, 15953, 12175, 13656, 13802, 9510, 15788, 10960, 16911, 12166, 16791, 12930, 10376, 14107, 10539, 16539, 12655, 11484, 13993, 9578, 15644, 11795, 12142, 13512, 9719, 16833, 10649, 17398, 12438, 13493, 13161, 10778, 15834, 10516, 16672, 11917, 14289, 13126, 9858, 16080, 10813, 17794, 12383, 12822, 13812, 10024, 16020, 11055, 17037, 12148, 17314, 13400, 10667, 15038, 10854, 16655, 12298, 10958, 14193, 10779, 17585, 12285, 13007, 13189, 11204, 15430, 10234, 16878, 11311, 17002, 12571, 18483, 13746, 10412, 13929, 9870, 16048, 12163, 17252, 13826, 10365, 15095, 11149, 16991, 12959, 13201, 14225, 9044, 15926, 11478, 17426, 12936, 14178, 13528, 9021, 15477, 11359, 17689, 12844, 14876, 13152, 9662, 14947, 11097, 17624, 12755, 16622, 13426, 9931, 14905, 10097, 16935, 12281, 18868, 12906, 12940, 13434, 9715, 15349, 11514, 17628, 12539, 12604, 13235, 9192, 15415, 11949, 18337, 13367, 10547, 13505, 9750, 16197, 12622, 18597, 13553, 10937, 14180, 10504, 17384, 13071, 18146, 13543, 11190, 14893, 10078, 17075, 12871, 18432, 12628, 15281, 13048, 10864, 14748, 10034, 16451, 11649, 17040, 13040, 13341, 13712, 9743, 15853, 11121, 16832, 12979, 16128, 13247, 11063, 15191, 10128, 16815, 12189, 18232, 13804, 14072, 14125, 9735, 16026, 11345, 17841, 13071, 19040, 13609, 12507, 13997, 9203, 15758, 11582, 18143, 13489, 10223, 14638, 10217, 16338, 12551, 18195, 13215, 10918, 14513, 9967, 14924, 10134, 16552, 11300, 17004, 11701, 17498, 12892, 11123, 14773, 10320, 16708, 11960, 15636, 12763, 10441, 14716, 9275, 15338, 9871, 15924, 12963, 15350, 11438, 15226, 12092, 14942, 11508, 15921, 10323, 17281, 11796, 16976, 12590, 18573, 13874, 10199, 14638, 9771, 16617, 12099, 18470, 13543, 17186, 12605, 11186, 13953, 10174, 16621, 12021, 17527, 12516, 13691, 13306, 11001], 'WindowCenter': [4899.0, 4855.0, 4898.0, 4857.0, 4864.0, 4842.0, 4801.0, 4850.0, 4799.0, 4834.0, 4807.0, 4853.0, 4815.0, 4794.0, 4803.0, 4785.0, 4833.0, 4807.0, 4825.0, 4814.0, 4776.0, 4833.0, 4796.0, 4805.0, 4814.0, 4775.0, 4847.0, 4797.0, 4844.0, 4804.0, 4803.0, 4813.0, 4776.0, 4834.0, 4797.0, 4834.0, 4804.0, 4776.0, 4813.0, 4796.0, 4835.0, 4817.0, 4816.0, 4814.0, 4777.0, 4836.0, 4794.0, 4805.0, 4813.0, 4774.0, 4835.0, 4796.0, 4843.0, 4806.0, 4822.0, 4804.0, 4783.0, 4813.0, 4784.0, 4832.0, 4806.0, 4815.0, 4815.0, 4777.0, 4815.0, 4785.0, 4834.0, 4806.0, 4843.0, 4804.0, 4793.0, 4804.0, 4763.0, 4824.0, 4795.0, 4844.0, 4805.0, 4796.0, 4804.0, 4786.0, 4836.0, 4805.0, 4797.0, 4827.0, 4798.0, 4835.0, 4809.0, 4857.0, 4817.0, 4835.0, 4817.0, 4787.0, 4816.0, 4775.0, 4823.0, 4775.0, 4834.0, 4795.0, 4832.0, 4804.0, 4822.0, 4794.0, 4774.0, 4825.0, 4794.0, 4823.0, 4815.0, 4775.0, 4822.0, 4785.0, 4831.0, 4796.0, 4831.0, 4804.0, 4773.0, 4812.0, 4783.0, 4822.0, 4792.0, 4820.0, 4803.0, 4774.0, 4803.0, 4774.0, 4822.0, 4794.0, 4823.0, 4803.0, 4775.0, 4823.0, 4783.0, 4831.0, 4804.0, 4775.0, 4814.0, 4786.0, 4834.0, 4806.0, 4787.0, 4814.0, 4797.0, 4845.0, 4806.0, 4805.0, 4814.0, 4775.0, 4833.0, 4796.0, 4843.0, 4804.0, 4835.0, 4805.0, 4787.0, 4823.0, 4795.0, 4833.0, 4816.0, 4787.0, 4828.0, 4798.0, 4846.0, 4819.0, 4806.0, 4826.0, 4788.0, 4836.0, 4808.0, 4857.0, 4808.0, 4845.0, 4818.0, 4844.0, 4815.0, 4807.0, 4826.0, 4776.0, 4824.0, 4795.0, 4831.0, 4816.0, 4843.0, 4815.0, 4785.0, 4814.0, 4796.0, 4844.0, 4817.0, 4788.0, 4814.0, 4787.0, 4836.0, 4819.0, 4818.0, 4841.0, 4789.0, 4837.0, 4787.0, 4836.0, 4796.0, 4845.0, 4805.0, 4835.0, 4795.0, 4831.0, 4806.0, 4833.0, 4816.0, 4776.0, 4813.0, 4774.0, 4822.0, 4803.0, 4823.0, 4804.0, 4783.0, 4814.0, 4785.0, 4843.0, 4816.0, 4854.0, 4805.0, 4832.0, 4794.0, 4803.0, 4814.0, 4774.0, 4813.0, 4785.0, 4832.0, 4792.0, 4793.0, 4812.0, 4784.0, 4833.0, 4794.0, 4803.0, 4803.0, 4763.0, 4812.0, 4783.0, 4830.0, 4793.0, 4810.0, 4792.0, 4773.0, 4811.0, 4782.0, 4831.0, 4782.0, 4764.0, 4801.0, 4784.0, 4833.0, 4805.0, 4794.0, 4812.0, 4785.0, 4845.0, 4794.0, 4783.0, 4804.0, 4776.0, 4832.0, 4807.0, 4824.0, 4805.0, 4775.0, 4824.0, 4795.0, 4834.0, 4805.0, 4776.0, 4822.0, 4795.0, 4846.0, 4806.0, 4787.0, 4817.0, 4798.0, 4835.0, 4819.0, 4797.0, 4827.0, 4787.0, 4847.0, 4797.0, 4845.0, 4796.0, 4834.0, 4806.0, 4814.0, 4816.0, 4763.0, 4812.0, 4784.0, 4824.0, 4806.0, 4794.0, 4813.0, 4776.0, 4835.0, 4807.0, 4806.0, 4816.0, 4778.0, 4836.0, 4807.0, 4845.0, 4807.0, 4795.0, 4825.0, 4787.0, 4834.0, 4794.0, 4815.0, 4805.0, 4765.0, 4812.0, 4774.0, 4823.0, 4784.0, 4831.0, 4794.0, 4772.0, 4800.0, 4760.0, 4810.0, 4783.0, 4820.0, 4793.0, 4803.0, 4792.0, 4763.0, 4800.0, 4774.0, 4821.0, 4796.0, 4784.0, 4804.0, 4775.0, 4814.0, 4795.0, 4843.0, 4805.0, 4795.0, 4805.0, 4786.0, 4835.0, 4788.0, 4805.0, 4805.0, 4777.0, 4826.0, 4797.0, 4857.0, 4805.0, 4786.0, 4804.0, 4777.0, 4835.0, 4796.0, 4845.0, 4796.0, 4784.0, 4804.0, 4776.0, 4834.0, 4795.0, 4843.0, 4806.0, 4796.0, 4804.0, 4766.0, 4825.0, 4806.0, 4847.0, 4806.0, 4805.0, 4802.0, 4775.0, 4824.0, 4806.0, 4833.0, 4805.0, 4814.0, 4815.0, 4777.0, 4833.0, 4797.0, 4834.0, 4806.0, 4776.0, 4824.0, 4808.0, 4838.0, 4816.0, 4788.0, 4835.0, 4808.0, 4855.0, 4817.0, 4835.0, 4816.0, 4794.0, 4804.0, 4771.0, 4803.0, 4773.0, 4812.0, 4781.0, 4821.0, 4782.0, 4792.0, 4802.0, 4763.0, 4822.0, 4784.0, 4822.0, 4793.0, 4775.0, 4812.0, 4785.0, 4832.0, 4793.0, 4814.0, 4805.0, 4775.0, 4823.0, 4793.0, 4834.0, 4795.0, 4803.0, 4804.0, 4775.0, 4834.0, 4796.0, 4834.0, 4805.0, 4793.0, 4814.0, 4774.0, 4825.0, 4787.0, 4833.0, 4787.0, 4833.0, 4803.0, 4794.0, 4815.0, 4775.0, 4813.0, 4784.0, 4821.0, 4805.0, 4833.0, 4804.0, 4773.0, 4803.0, 4785.0, 4832.0, 4806.0, 4796.0, 4815.0, 4777.0, 4823.0, 4797.0, 4846.0, 4818.0, 4787.0, 4814.0, 4776.0, 4825.0, 4807.0, 4844.0, 4816.0, 4786.0, 4825.0, 4796.0, 4844.0, 4816.0, 4786.0, 4826.0, 4786.0, 4844.0, 4806.0, 4796.0, 4826.0, 4795.0, 4848.0, 4797.0, 4843.0, 4804.0, 4815.0, 4805.0, 4775.0, 4833.0, 4785.0, 4832.0, 4805.0, 4804.0, 4814.0, 4776.0, 4823.0, 4784.0, 4832.0, 4805.0, 4785.0, 4825.0, 4796.0, 4825.0, 4806.0, 4779.0, 4837.0, 4809.0, 4857.0, 4819.0, 4796.0, 4825.0, 4788.0, 4835.0, 4808.0, 4835.0, 4796.0, 4851.0, 4809.0, 4808.0, 4814.0, 4774.0, 4832.0, 4804.0, 4766.0, 4833.0, 4785.0, 4795.0, 4804.0, 4766.0, 4835.0, 4796.0, 4824.0, 4793.0, 4764.0, 4813.0, 4796.0, 4815.0, 4817.0, 4776.0, 4836.0, 4797.0, 4835.0, 4808.0, 4797.0, 4826.0, 4788.0, 4835.0, 4786.0, 4833.0, 4805.0, 4783.0, 4813.0, 4775.0, 4832.0, 4793.0, 4794.0, 4814.0, 4784.0, 4831.0, 4795.0, 4785.0, 4812.0, 4785.0, 4844.0, 4807.0, 4777.0, 4818.0, 4797.0, 4847.0, 4820.0, 4828.0, 4808.0, 4816.0, 4806.0, 4805.0, 4825.0, 4776.0, 4822.0, 4785.0, 4830.0, 4805.0, 4803.0, 4812.0, 4774.0, 4823.0, 4795.0, 4834.0, 4806.0, 4773.0, 4813.0, 4783.0, 4821.0, 4794.0, 4810.0, 4793.0, 4774.0, 4802.0, 4773.0, 4821.0, 4784.0, 4822.0, 4803.0, 4763.0, 4812.0, 4785.0, 4832.0, 4805.0, 4775.0, 4814.0, 4786.0, 4824.0, 4806.0, 4815.0, 4814.0, 4776.0, 4825.0, 4785.0, 4823.0, 4795.0, 4822.0, 4805.0, 4775.0, 4814.0, 4785.0, 4834.0, 4806.0, 4795.0, 4814.0, 4777.0, 4823.0, 4797.0, 4806.0, 4816.0, 4778.0, 4848.0, 4789.0, 4837.0, 4808.0, 4807.0, 4806.0, 4785.0, 4827.0, 4787.0, 4835.0, 4795.0, 4826.0, 4806.0, 4776.0, 4836.0, 4787.0, 4844.0, 4805.0, 4805.0, 4815.0, 4776.0, 4826.0, 4786.0, 4832.0, 4795.0, 4833.0, 4804.0, 4785.0, 4825.0, 4786.0, 4823.0, 4796.0, 4787.0, 4816.0, 4788.0, 4847.0, 4808.0, 4805.0, 4817.0, 4798.0, 4825.0, 4777.0, 4836.0, 4796.0, 4833.0, 4807.0, 4843.0, 4817.0, 4784.0, 4814.0, 4775.0, 4822.0, 4795.0, 4834.0, 4816.0, 4776.0, 4823.0, 4786.0, 4834.0, 4806.0, 4805.0, 4816.0, 4766.0, 4825.0, 4795.0, 4832.0, 4807.0, 4817.0, 4804.0, 4768.0, 4824.0, 4797.0, 4834.0, 4806.0, 4824.0, 4806.0, 4776.0, 4823.0, 4796.0, 4835.0, 4807.0, 4834.0, 4806.0, 4775.0, 4815.0, 4775.0, 4834.0, 4795.0, 4843.0, 4805.0, 4805.0, 4803.0, 4775.0, 4822.0, 4794.0, 4836.0, 4803.0, 4804.0, 4804.0, 4766.0, 4825.0, 4807.0, 4845.0, 4817.0, 4787.0, 4816.0, 4778.0, 4837.0, 4808.0, 4846.0, 4818.0, 4797.0, 4816.0, 4787.0, 4846.0, 4817.0, 4846.0, 4817.0, 4786.0, 4825.0, 4777.0, 4835.0, 4806.0, 4845.0, 4806.0, 4824.0, 4805.0, 4785.0, 4813.0, 4777.0, 4834.0, 4797.0, 4834.0, 4816.0, 4817.0, 4817.0, 4778.0, 4838.0, 4799.0, 4846.0, 4819.0, 4838.0, 4820.0, 4798.0, 4837.0, 4789.0, 4846.0, 4809.0, 4848.0, 4829.0, 4818.0, 4827.0, 4777.0, 4835.0, 4797.0, 4846.0, 4806.0, 4845.0, 4816.0, 4796.0, 4814.0, 4766.0, 4823.0, 4797.0, 4846.0, 4815.0, 4787.0, 4827.0, 4789.0, 4837.0, 4819.0, 4845.0, 4819.0, 4798.0, 4827.0, 4777.0, 4826.0, 4786.0, 4836.0, 4796.0, 4836.0, 4797.0, 4834.0, 4807.0, 4786.0, 4825.0, 4787.0, 4835.0, 4806.0, 4834.0, 4817.0, 4798.0, 4837.0, 4790.0, 4839.0, 4790.0, 4850.0, 4817.0, 4839.0, 4796.0, 4828.0, 4805.0, 4827.0, 4795.0, 4826.0, 4776.0, 4834.0, 4796.0, 4833.0, 4806.0, 4843.0, 4816.0, 4776.0, 4814.0, 4776.0, 4835.0, 4796.0, 4846.0, 4807.0, 4832.0, 4795.0, 4784.0, 4813.0, 4777.0, 4835.0, 4807.0, 4835.0, 4807.0, 4816.0, 4817.0, 4787.0], 'WindowWidth': [10660.0, 10587.0, 10638.0, 10572.0, 10578.0, 10541.0, 10480.0, 10549.0, 10473.0, 10518.0, 10481.0, 10545.0, 10490.0, 10459.0, 10470.0, 10447.0, 10513.0, 10480.0, 10502.0, 10487.0, 10436.0, 10512.0, 10464.0, 10476.0, 10489.0, 10438.0, 10538.0, 10466.0, 10532.0, 10475.0, 10471.0, 10486.0, 10436.0, 10518.0, 10464.0, 10517.0, 10472.0, 10436.0, 10485.0, 10463.0, 10518.0, 10493.0, 10494.0, 10488.0, 10438.0, 10520.0, 10458.0, 10475.0, 10484.0, 10433.0, 10517.0, 10465.0, 10528.0, 10477.0, 10496.0, 10472.0, 10444.0, 10482.0, 10446.0, 10510.0, 10477.0, 10491.0, 10489.0, 10439.0, 10488.0, 10449.0, 10515.0, 10478.0, 10529.0, 10474.0, 10457.0, 10471.0, 10417.0, 10500.0, 10462.0, 10533.0, 10476.0, 10464.0, 10474.0, 10452.0, 10520.0, 10479.0, 10469.0, 10508.0, 10471.0, 10519.0, 10488.0, 10555.0, 10498.0, 10521.0, 10497.0, 10453.0, 10491.0, 10435.0, 10498.0, 10433.0, 10513.0, 10460.0, 10511.0, 10474.0, 10496.0, 10458.0, 10433.0, 10500.0, 10460.0, 10498.0, 10489.0, 10435.0, 10498.0, 10447.0, 10509.0, 10462.0, 10507.0, 10473.0, 10427.0, 10479.0, 10440.0, 10493.0, 10454.0, 10492.0, 10470.0, 10432.0, 10469.0, 10431.0, 10496.0, 10460.0, 10499.0, 10470.0, 10434.0, 10497.0, 10443.0, 10510.0, 10473.0, 10435.0, 10487.0, 10451.0, 10516.0, 10477.0, 10454.0, 10488.0, 10466.0, 10535.0, 10480.0, 10479.0, 10488.0, 10435.0, 10515.0, 10464.0, 10528.0, 10474.0, 10517.0, 10477.0, 10452.0, 10498.0, 10463.0, 10515.0, 10492.0, 10454.0, 10511.0, 10471.0, 10540.0, 10500.0, 10483.0, 10509.0, 10460.0, 10521.0, 10484.0, 10553.0, 10485.0, 10536.0, 10498.0, 10533.0, 10493.0, 10481.0, 10506.0, 10439.0, 10501.0, 10462.0, 10511.0, 10493.0, 10528.0, 10489.0, 10449.0, 10487.0, 10465.0, 10531.0, 10495.0, 10454.0, 10489.0, 10456.0, 10524.0, 10501.0, 10500.0, 10535.0, 10460.0, 10525.0, 10455.0, 10520.0, 10465.0, 10532.0, 10474.0, 10518.0, 10461.0, 10509.0, 10476.0, 10513.0, 10491.0, 10435.0, 10484.0, 10431.0, 10496.0, 10472.0, 10499.0, 10474.0, 10445.0, 10487.0, 10449.0, 10527.0, 10494.0, 10549.0, 10477.0, 10510.0, 10457.0, 10469.0, 10485.0, 10430.0, 10482.0, 10445.0, 10510.0, 10454.0, 10456.0, 10481.0, 10442.0, 10512.0, 10458.0, 10471.0, 10469.0, 10416.0, 10481.0, 10441.0, 10505.0, 10454.0, 10475.0, 10451.0, 10428.0, 10478.0, 10439.0, 10508.0, 10439.0, 10417.0, 10465.0, 10445.0, 10513.0, 10474.0, 10460.0, 10482.0, 10448.0, 10532.0, 10459.0, 10445.0, 10471.0, 10436.0, 10510.0, 10482.0, 10501.0, 10472.0, 10434.0, 10499.0, 10461.0, 10513.0, 10474.0, 10435.0, 10495.0, 10461.0, 10536.0, 10478.0, 10453.0, 10494.0, 10469.0, 10520.0, 10500.0, 10469.0, 10510.0, 10454.0, 10537.0, 10467.0, 10533.0, 10464.0, 10515.0, 10477.0, 10485.0, 10492.0, 10414.0, 10480.0, 10444.0, 10500.0, 10476.0, 10460.0, 10483.0, 10436.0, 10517.0, 10480.0, 10479.0, 10493.0, 10442.0, 10522.0, 10482.0, 10537.0, 10481.0, 10462.0, 10504.0, 10453.0, 10516.0, 10460.0, 10488.0, 10475.0, 10417.0, 10481.0, 10429.0, 10496.0, 10443.0, 10506.0, 10457.0, 10424.0, 10460.0, 10407.0, 10474.0, 10441.0, 10489.0, 10456.0, 10466.0, 10451.0, 10413.0, 10461.0, 10429.0, 10491.0, 10462.0, 10444.0, 10470.0, 10433.0, 10484.0, 10460.0, 10527.0, 10474.0, 10461.0, 10473.0, 10450.0, 10518.0, 10453.0, 10474.0, 10474.0, 10442.0, 10505.0, 10465.0, 10552.0, 10476.0, 10449.0, 10472.0, 10439.0, 10517.0, 10465.0, 10534.0, 10462.0, 10445.0, 10471.0, 10436.0, 10515.0, 10461.0, 10530.0, 10476.0, 10463.0, 10473.0, 10424.0, 10502.0, 10477.0, 10538.0, 10476.0, 10474.0, 10469.0, 10436.0, 10501.0, 10478.0, 10517.0, 10476.0, 10486.0, 10489.0, 10440.0, 10514.0, 10466.0, 10515.0, 10477.0, 10438.0, 10502.0, 10483.0, 10524.0, 10496.0, 10458.0, 10520.0, 10483.0, 10551.0, 10497.0, 10517.0, 10492.0, 10458.0, 10471.0, 10423.0, 10467.0, 10428.0, 10479.0, 10435.0, 10491.0, 10437.0, 10452.0, 10465.0, 10414.0, 10497.0, 10444.0, 10495.0, 10456.0, 10434.0, 10481.0, 10447.0, 10510.0, 10457.0, 10484.0, 10474.0, 10435.0, 10497.0, 10458.0, 10517.0, 10460.0, 10470.0, 10471.0, 10435.0, 10516.0, 10463.0, 10516.0, 10475.0, 10457.0, 10487.0, 10432.0, 10503.0, 10450.0, 10513.0, 10451.0, 10512.0, 10472.0, 10459.0, 10487.0, 10433.0, 10484.0, 10443.0, 10495.0, 10475.0, 10511.0, 10473.0, 10430.0, 10470.0, 10449.0, 10512.0, 10478.0, 10465.0, 10489.0, 10439.0, 10500.0, 10467.0, 10535.0, 10498.0, 10454.0, 10487.0, 10436.0, 10504.0, 10481.0, 10532.0, 10492.0, 10449.0, 10501.0, 10465.0, 10532.0, 10493.0, 10452.0, 10507.0, 10451.0, 10532.0, 10479.0, 10466.0, 10505.0, 10462.0, 10540.0, 10467.0, 10531.0, 10474.0, 10490.0, 10475.0, 10433.0, 10514.0, 10448.0, 10512.0, 10474.0, 10474.0, 10487.0, 10435.0, 10498.0, 10445.0, 10512.0, 10475.0, 10449.0, 10502.0, 10465.0, 10505.0, 10479.0, 10445.0, 10524.0, 10488.0, 10554.0, 10502.0, 10467.0, 10505.0, 10457.0, 10519.0, 10480.0, 10521.0, 10464.0, 10550.0, 10485.0, 10485.0, 10488.0, 10431.0, 10509.0, 10471.0, 10422.0, 10511.0, 10447.0, 10459.0, 10470.0, 10422.0, 10515.0, 10462.0, 10498.0, 10454.0, 10415.0, 10482.0, 10463.0, 10489.0, 10493.0, 10437.0, 10519.0, 10466.0, 10518.0, 10481.0, 10464.0, 10505.0, 10452.0, 10516.0, 10448.0, 10514.0, 10474.0, 10442.0, 10483.0, 10432.0, 10508.0, 10455.0, 10456.0, 10484.0, 10442.0, 10509.0, 10458.0, 10446.0, 10481.0, 10447.0, 10531.0, 10478.0, 10441.0, 10497.0, 10470.0, 10539.0, 10502.0, 10509.0, 10481.0, 10489.0, 10474.0, 10473.0, 10501.0, 10433.0, 10494.0, 10443.0, 10504.0, 10472.0, 10470.0, 10480.0, 10430.0, 10496.0, 10460.0, 10514.0, 10476.0, 10428.0, 10481.0, 10440.0, 10491.0, 10455.0, 10476.0, 10454.0, 10429.0, 10463.0, 10426.0, 10489.0, 10443.0, 10493.0, 10467.0, 10414.0, 10479.0, 10444.0, 10510.0, 10473.0, 10432.0, 10485.0, 10448.0, 10501.0, 10477.0, 10488.0, 10486.0, 10433.0, 10500.0, 10444.0, 10497.0, 10458.0, 10494.0, 10473.0, 10429.0, 10482.0, 10445.0, 10513.0, 10476.0, 10459.0, 10486.0, 10437.0, 10497.0, 10465.0, 10477.0, 10491.0, 10442.0, 10538.0, 10455.0, 10520.0, 10480.0, 10478.0, 10476.0, 10446.0, 10507.0, 10450.0, 10516.0, 10460.0, 10505.0, 10476.0, 10435.0, 10519.0, 10451.0, 10530.0, 10474.0, 10474.0, 10487.0, 10433.0, 10503.0, 10447.0, 10509.0, 10460.0, 10511.0, 10470.0, 10445.0, 10499.0, 10447.0, 10498.0, 10462.0, 10452.0, 10490.0, 10454.0, 10535.0, 10481.0, 10476.0, 10493.0, 10467.0, 10503.0, 10438.0, 10519.0, 10462.0, 10513.0, 10479.0, 10527.0, 10492.0, 10445.0, 10483.0, 10432.0, 10495.0, 10461.0, 10512.0, 10489.0, 10433.0, 10496.0, 10447.0, 10514.0, 10476.0, 10473.0, 10488.0, 10423.0, 10500.0, 10460.0, 10510.0, 10478.0, 10491.0, 10473.0, 10427.0, 10498.0, 10464.0, 10516.0, 10477.0, 10502.0, 10477.0, 10436.0, 10497.0, 10461.0, 10515.0, 10477.0, 10514.0, 10475.0, 10432.0, 10485.0, 10432.0, 10512.0, 10461.0, 10528.0, 10474.0, 10472.0, 10468.0, 10432.0, 10493.0, 10457.0, 10517.0, 10470.0, 10472.0, 10472.0, 10421.0, 10503.0, 10480.0, 10535.0, 10494.0, 10452.0, 10491.0, 10441.0, 10522.0, 10483.0, 10537.0, 10495.0, 10466.0, 10491.0, 10453.0, 10534.0, 10494.0, 10535.0, 10492.0, 10448.0, 10499.0, 10437.0, 10514.0, 10476.0, 10532.0, 10475.0, 10499.0, 10472.0, 10445.0, 10483.0, 10437.0, 10515.0, 10464.0, 10516.0, 10491.0, 10494.0, 10493.0, 10442.0, 10524.0, 10470.0, 10533.0, 10499.0, 10525.0, 10499.0, 10468.0, 10522.0, 10458.0, 10534.0, 10485.0, 10541.0, 10512.0, 10495.0, 10509.0, 10439.0, 10516.0, 10465.0, 10531.0, 10476.0, 10533.0, 10490.0, 10461.0, 10485.0, 10422.0, 10498.0, 10464.0, 10532.0, 10490.0, 10452.0, 10506.0, 10457.0, 10521.0, 10500.0, 10534.0, 10500.0, 10468.0, 10507.0, 10437.0, 10503.0, 10450.0, 10516.0, 10462.0, 10517.0, 10465.0, 10514.0, 10479.0, 10450.0, 10502.0, 10451.0, 10517.0, 10477.0, 10517.0, 10495.0, 10469.0, 10524.0, 10463.0, 10529.0, 10462.0, 10544.0, 10494.0, 10526.0, 10465.0, 10509.0, 10474.0, 10506.0, 10461.0, 10502.0, 10433.0, 10513.0, 10461.0, 10511.0, 10477.0, 10525.0, 10492.0, 10436.0, 10484.0, 10434.0, 10514.0, 10463.0, 10530.0, 10477.0, 10510.0, 10459.0, 10443.0, 10481.0, 10435.0, 10515.0, 10477.0, 10516.0, 10479.0, 10490.0, 10491.0, 10450.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.00027896990740740736</td></tr>
<tr><td colspan=3>aqi</td><td>0.014882213657407406</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.35700354470453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2531762328968707</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999371700695251</td></tr>
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
<tr><td colspan=3>fber</td><td>4021.2952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06168022010350017</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46296296296296297</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3065983524495084</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1998027657344332</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5238108489185698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1961814426955217</td></tr>
<tr><td colspan=3>gcor</td><td>0.00464358</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009994644671678543</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03232160583138466</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>864</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.2573213786850985</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>13.9116</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6022</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.2597</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289326.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1227.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.4656</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3357</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.2428</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3969.2038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.86</td></tr>
<tr><td colspan=3>tsnr</td><td>47.21618191455491</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>