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

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0124_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0124_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-01/func/sub-0124_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>02ad18987575d97c40a5107e381f3c8b</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:15:13.432500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995597, -0.0856267, 0.0381367, 0.0811533, 0.991, 0.10646]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0837076</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7769, -7244, 317, -100, -25, -50, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24cf47e1-0883-4cd4-bb6e-821ade9e5654||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671114444732666, 0.2177283763885498, 0.12665516138076782, 98.30856323242188], [0.22973017394542694, 2.6587796211242676, 0.2778204381465912, -107.38504791259766], [0.10231807082891464, -0.2856246829032898, 2.682680368423462, -69.29043579101562], [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': ['181513.432500', '181513.892500', '181514.352500', '181514.812500', '181515.272500', '181515.732500', '181516.192500', '181516.652500', '181517.112500', '181517.572500', '181518.032500', '181518.492500', '181518.952500', '181519.412500', '181519.872500', '181520.332500', '181520.792500', '181521.252500', '181521.712500', '181522.172500', '181522.632500', '181523.092500', '181523.552500', '181524.012500', '181524.472500', '181524.932500', '181525.392500', '181525.852500', '181526.312500', '181526.772500', '181527.232500', '181527.692500', '181528.152500', '181528.612500', '181529.072500', '181529.532500', '181529.992500', '181530.452500', '181530.912500', '181531.372500', '181531.832500', '181532.292500', '181532.752500', '181533.212500', '181533.672500', '181534.132500', '181534.592500', '181535.052500', '181535.512500', '181535.972500', '181536.432500', '181536.892500', '181537.352500', '181537.812500', '181538.272500', '181538.732500', '181539.192500', '181539.652500', '181540.112500', '181540.572500', '181541.032500', '181541.492500', '181541.952500', '181542.412500', '181542.872500', '181543.332500', '181543.792500', '181544.252500', '181544.712500', '181545.172500', '181545.632500', '181546.092500', '181546.552500', '181547.012500', '181547.472500', '181547.932500', '181548.392500', '181548.852500', '181549.312500', '181549.772500', '181550.232500', '181550.692500', '181551.152500', '181551.612500', '181552.072500', '181552.532500', '181552.992500', '181553.452500', '181553.912500', '181554.372500', '181554.832500', '181555.292500', '181555.752500', '181556.212500', '181556.672500', '181557.132500', '181557.592500', '181558.052500', '181558.512500', '181558.972500', '181559.432500', '181559.892500', '181600.352500', '181600.812500', '181601.272500', '181601.732500', '181602.192500', '181602.652500', '181603.112500', '181603.572500', '181604.032500', '181604.492500', '181604.952500', '181605.412500', '181605.872500', '181606.332500', '181606.792500', '181607.252500', '181607.712500', '181608.172500', '181608.632500', '181609.092500', '181609.552500', '181610.012500', '181610.472500', '181610.932500', '181611.392500', '181611.852500', '181612.312500', '181612.772500', '181613.232500', '181613.692500', '181614.152500', '181614.612500', '181615.072500', '181615.532500', '181615.992500', '181616.452500', '181616.912500', '181617.372500', '181617.832500', '181618.292500', '181618.752500', '181619.212500', '181619.672500', '181620.132500', '181620.592500', '181621.052500', '181621.512500', '181621.972500', '181622.432500', '181622.892500', '181623.352500', '181623.812500', '181624.272500', '181624.732500', '181625.192500', '181625.652500', '181626.112500', '181626.572500', '181627.032500', '181627.492500', '181627.952500', '181628.412500', '181628.872500', '181629.332500', '181629.792500', '181630.252500', '181630.712500', '181631.172500', '181631.632500', '181632.092500', '181632.552500', '181633.012500', '181633.472500', '181633.932500', '181634.392500', '181634.852500', '181635.312500', '181635.772500', '181636.232500', '181636.692500', '181637.152500', '181637.612500', '181638.072500', '181638.532500', '181638.992500', '181639.452500', '181639.912500', '181640.372500', '181640.832500', '181641.292500', '181641.752500', '181642.212500', '181642.672500', '181643.132500', '181643.592500', '181644.052500', '181644.512500', '181644.972500', '181645.432500', '181645.892500', '181646.352500', '181646.812500', '181647.272500', '181647.732500', '181648.192500', '181648.652500', '181649.112500', '181649.572500', '181650.032500', '181650.492500', '181650.952500', '181651.412500', '181651.872500', '181652.332500', '181652.792500', '181653.252500', '181653.712500', '181654.172500', '181654.632500', '181655.092500', '181655.552500', '181656.012500', '181656.472500', '181656.932500', '181657.392500', '181657.852500', '181658.312500', '181658.772500', '181659.232500', '181659.692500', '181700.152500', '181700.612500', '181701.072500', '181701.532500', '181701.992500', '181702.452500', '181702.912500', '181703.372500', '181703.832500', '181704.292500', '181704.752500', '181705.212500', '181705.672500', '181706.132500', '181706.592500', '181707.052500', '181707.512500', '181707.972500', '181708.432500', '181708.892500', '181709.352500', '181709.812500', '181710.272500', '181710.732500', '181711.192500', '181711.652500', '181712.112500', '181712.572500', '181713.032500', '181713.492500', '181713.952500', '181714.412500', '181714.872500', '181715.332500', '181715.792500', '181716.252500', '181716.712500', '181717.172500', '181717.632500', '181718.092500', '181718.552500', '181719.012500', '181719.472500', '181719.932500', '181720.392500', '181720.852500', '181721.312500', '181721.772500', '181722.232500', '181722.692500', '181723.152500', '181723.612500', '181724.072500', '181724.532500', '181724.992500', '181725.452500', '181725.912500', '181726.372500', '181726.832500', '181727.292500', '181727.752500', '181728.212500', '181728.672500', '181729.132500', '181729.592500', '181730.052500', '181730.512500', '181730.972500', '181731.432500', '181731.892500', '181732.352500', '181732.812500', '181733.272500', '181733.732500', '181734.192500', '181734.652500', '181735.112500', '181735.572500', '181736.032500', '181736.492500', '181736.952500', '181737.412500', '181737.872500', '181738.332500', '181738.792500', '181739.252500', '181739.712500', '181740.172500', '181740.632500', '181741.092500', '181741.552500', '181742.012500', '181742.472500', '181742.932500', '181743.392500', '181743.852500', '181744.312500', '181744.772500', '181745.232500', '181745.692500', '181746.152500', '181746.612500', '181747.072500', '181747.532500', '181747.992500', '181748.452500', '181748.912500', '181749.372500', '181749.832500', '181750.292500', '181750.752500', '181751.212500', '181751.672500', '181752.132500', '181752.592500', '181753.052500', '181753.512500', '181753.972500', '181754.432500', '181754.892500', '181755.352500', '181755.812500', '181756.272500', '181756.732500', '181757.192500', '181757.652500', '181758.112500', '181758.572500', '181759.032500', '181759.492500', '181759.952500', '181800.412500', '181800.872500', '181801.332500', '181801.792500', '181802.252500', '181802.712500', '181803.172500', '181803.632500', '181804.092500', '181804.552500', '181805.012500', '181805.472500', '181805.932500', '181806.392500', '181806.852500', '181807.312500', '181807.772500', '181808.232500', '181808.692500', '181809.152500', '181809.612500', '181810.072500', '181810.532500', '181810.992500', '181811.452500', '181811.912500', '181812.372500', '181812.832500', '181813.292500', '181813.752500', '181814.212500', '181814.672500', '181815.132500', '181815.592500', '181816.052500', '181816.512500', '181816.972500', '181817.432500', '181817.892500', '181818.352500', '181818.812500', '181819.272500', '181819.732500', '181820.192500', '181820.652500', '181821.112500', '181821.572500', '181822.032500', '181822.492500', '181822.952500', '181823.412500', '181823.872500', '181824.332500', '181824.792500', '181825.252500', '181825.712500', '181826.172500', '181826.632500', '181827.092500', '181827.552500', '181828.012500', '181828.472500', '181828.932500', '181829.392500', '181829.852500', '181830.312500', '181830.772500', '181831.232500', '181831.692500', '181832.152500', '181832.612500', '181833.072500', '181833.532500', '181833.992500', '181834.452500', '181834.912500', '181835.372500', '181835.832500', '181836.292500', '181836.752500', '181837.212500', '181837.672500', '181838.132500', '181838.592500', '181839.052500', '181839.512500', '181839.972500', '181840.432500', '181840.892500', '181841.352500', '181841.812500', '181842.272500', '181842.732500', '181843.192500', '181843.652500', '181844.112500', '181844.572500', '181845.032500', '181845.492500', '181845.952500', '181846.412500', '181846.872500', '181847.332500', '181847.792500', '181848.252500', '181848.712500', '181849.172500', '181849.632500', '181850.092500', '181850.552500', '181851.012500', '181851.472500', '181851.932500', '181852.392500', '181852.852500', '181853.312500', '181853.772500', '181854.232500', '181854.692500', '181855.152500', '181855.612500', '181856.072500', '181856.532500', '181856.992500', '181857.452500', '181857.912500', '181858.372500', '181858.832500', '181859.292500', '181859.752500', '181900.212500', '181900.672500', '181901.132500', '181901.592500', '181902.052500', '181902.512500', '181902.972500', '181903.432500', '181903.892500', '181904.352500', '181904.812500', '181905.272500', '181905.732500', '181906.192500', '181906.652500', '181907.112500', '181907.572500', '181908.032500', '181908.492500', '181908.952500', '181909.412500', '181909.872500', '181910.332500', '181910.792500', '181911.252500', '181911.712500', '181912.172500', '181912.632500', '181913.092500', '181913.552500', '181914.012500', '181914.472500', '181914.932500', '181915.392500', '181915.852500', '181916.312500', '181916.772500', '181917.232500', '181917.692500', '181918.152500', '181918.612500', '181919.072500', '181919.532500', '181919.992500', '181920.452500', '181920.912500', '181921.372500', '181921.832500', '181922.292500', '181922.752500', '181923.212500', '181923.672500', '181924.132500', '181924.592500', '181925.052500', '181925.512500', '181925.972500', '181926.432500', '181926.892500', '181927.352500', '181927.812500', '181928.272500', '181928.732500', '181929.192500', '181929.652500', '181930.112500', '181930.572500', '181931.032500', '181931.492500', '181931.952500', '181932.412500', '181932.872500', '181933.332500', '181933.792500', '181934.252500', '181934.712500', '181935.172500', '181935.632500', '181936.092500', '181936.552500', '181937.012500', '181937.472500', '181937.932500', '181938.392500', '181938.852500', '181939.312500', '181939.772500', '181940.232500', '181940.692500', '181941.152500', '181941.612500', '181942.072500', '181942.532500', '181942.992500', '181943.452500', '181943.912500', '181944.372500', '181944.832500', '181945.292500', '181945.752500', '181946.212500', '181946.672500', '181947.132500', '181947.592500', '181948.052500', '181948.512500', '181948.972500', '181949.432500', '181949.892500', '181950.352500', '181950.812500', '181951.272500', '181951.732500', '181952.192500', '181952.652500', '181953.112500', '181953.572500', '181954.032500', '181954.492500', '181954.952500', '181955.412500', '181955.872500', '181956.332500', '181956.792500', '181957.252500', '181957.712500', '181958.172500', '181958.632500', '181959.092500', '181959.552500', '182000.012500', '182000.472500', '182000.932500', '182001.392500', '182001.852500', '182002.312500', '182002.772500', '182003.232500', '182003.692500', '182004.152500', '182004.612500', '182005.072500', '182005.532500', '182005.992500', '182006.452500', '182006.912500', '182007.372500', '182007.832500', '182008.292500', '182008.752500', '182009.212500', '182009.672500', '182010.132500', '182010.592500', '182011.052500', '182011.512500', '182011.972500', '182012.432500', '182012.892500', '182013.352500', '182013.812500', '182014.272500', '182014.732500', '182015.192500', '182015.652500', '182016.112500', '182016.572500', '182017.032500', '182017.492500', '182017.952500', '182018.412500', '182018.872500', '182019.332500', '182019.792500', '182020.252500', '182020.712500', '182021.172500', '182021.632500', '182022.092500', '182022.552500', '182023.012500', '182023.472500', '182023.932500', '182024.392500', '182024.852500', '182025.312500', '182025.772500', '182026.232500', '182026.692500', '182027.152500', '182027.612500', '182028.072500', '182028.532500', '182028.992500', '182029.452500', '182029.912500', '182030.372500', '182030.832500', '182031.292500', '182031.752500', '182032.212500', '182032.672500', '182033.132500', '182033.592500', '182034.052500', '182034.512500', '182034.972500', '182035.432500', '182035.892500', '182036.352500', '182036.812500', '182037.272500', '182037.732500', '182038.192500', '182038.652500', '182039.112500', '182039.572500', '182040.032500', '182040.492500', '182040.952500', '182041.412500', '182041.872500', '182042.332500', '182042.792500', '182043.252500', '182043.712500', '182044.172500', '182044.632500', '182045.092500', '182045.552500', '182046.012500', '182046.472500', '182046.932500', '182047.392500', '182047.852500', '182048.312500', '182048.772500', '182049.232500', '182049.692500', '182050.152500', '182050.612500', '182051.072500', '182051.532500', '182051.992500', '182052.452500', '182052.912500', '182053.372500', '182053.832500', '182054.292500', '182054.752500', '182055.212500', '182055.672500', '182056.132500', '182056.592500', '182057.052500', '182057.512500', '182057.972500', '182058.432500', '182058.892500', '182059.352500', '182059.812500', '182100.272500', '182100.732500', '182101.192500', '182101.652500', '182102.112500', '182102.572500', '182103.032500', '182103.492500', '182103.952500', '182104.412500', '182104.872500', '182105.332500', '182105.792500', '182106.252500', '182106.712500', '182107.172500', '182107.632500', '182108.092500', '182108.552500', '182109.012500', '182109.472500', '182109.932500', '182110.392500', '182110.852500', '182111.312500', '182111.772500', '182112.232500', '182112.692500', '182113.152500', '182113.612500', '182114.072500', '182114.532500', '182114.992500', '182115.452500', '182115.912500', '182116.372500', '182116.832500', '182117.292500', '182117.752500', '182118.212500', '182118.672500', '182119.132500', '182119.592500', '182120.052500', '182120.512500', '182120.972500', '182121.432500', '182121.892500', '182122.352500', '182122.812500', '182123.272500', '182123.732500', '182124.192500', '182124.652500', '182125.112500', '182125.572500', '182126.032500', '182126.492500', '182126.952500', '182127.412500', '182127.872500', '182128.332500', '182128.792500', '182129.252500', '182129.712500', '182130.172500', '182130.632500', '182131.092500', '182131.552500', '182132.012500', '182132.472500', '182132.932500', '182133.392500', '182133.852500', '182134.312500', '182134.772500', '182135.232500', '182135.692500', '182136.152500', '182136.612500', '182137.072500', '182137.532500', '182137.992500', '182138.452500', '182138.912500', '182139.372500', '182139.832500', '182140.292500', '182140.752500', '182141.212500', '182141.672500', '182142.132500', '182142.592500', '182143.052500', '182143.512500', '182143.972500', '182144.432500', '182144.892500', '182145.352500', '182145.812500', '182146.272500', '182146.732500', '182147.192500', '182147.652500', '182148.112500', '182148.572500', '182149.032500', '182149.492500', '182149.952500', '182150.412500', '182150.872500', '182151.332500', '182151.792500', '182152.252500', '182152.712500', '182153.172500', '182153.632500', '182154.092500'], 'ContentTime': ['181539.720000', '181539.723000', '181539.725000', '181539.728000', '181539.739000', '181539.742000', '181539.744000', '181539.747000', '181539.749000', '181539.752000', '181539.754000', '181539.757000', '181539.759000', '181539.762000', '181539.764000', '181539.767000', '181539.769000', '181539.772000', '181539.774000', '181539.777000', '181539.779000', '181539.782000', '181539.784000', '181539.787000', '181539.790000', '181539.792000', '181539.795000', '181539.797000', '181539.800000', '181539.819000', '181539.822000', '181539.827000', '181539.830000', '181539.833000', '181539.835000', '181539.838000', '181539.840000', '181539.843000', '181539.845000', '181539.848000', '181539.850000', '181539.864000', '181539.867000', '181539.869000', '181539.872000', '181539.874000', '181539.877000', '181539.879000', '181539.882000', '181539.884000', '181539.887000', '181539.889000', '181539.892000', '181539.894000', '181559.690000', '181559.693000', '181559.704000', '181559.707000', '181559.709000', '181559.712000', '181559.714000', '181559.717000', '181559.719000', '181559.722000', '181559.724000', '181559.727000', '181559.729000', '181559.732000', '181559.735000', '181559.737000', '181559.740000', '181559.742000', '181559.745000', '181559.747000', '181559.750000', '181559.753000', '181559.756000', '181559.759000', '181559.761000', '181559.764000', '181559.766000', '181559.769000', '181559.771000', '181559.774000', '181559.776000', '181559.779000', '181559.782000', '181559.784000', '181559.787000', '181559.789000', '181559.792000', '181559.794000', '181559.797000', '181559.799000', '181559.802000', '181559.805000', '181559.807000', '181619.690000', '181619.693000', '181619.696000', '181619.698000', '181619.701000', '181619.703000', '181619.706000', '181619.708000', '181619.711000', '181619.713000', '181619.716000', '181619.719000', '181619.721000', '181619.724000', '181619.726000', '181619.729000', '181619.731000', '181619.734000', '181619.737000', '181619.739000', '181619.742000', '181619.744000', '181619.747000', '181619.749000', '181619.752000', '181619.762000', '181619.765000', '181619.767000', '181619.770000', '181619.773000', '181619.775000', '181619.778000', '181619.780000', '181619.783000', '181619.790000', '181619.792000', '181619.795000', '181619.798000', '181619.800000', '181619.803000', '181619.806000', '181619.808000', '181619.811000', '181619.813000', '181639.690000', '181639.692000', '181639.695000', '181639.698000', '181639.700000', '181639.703000', '181639.705000', '181639.708000', '181639.710000', '181639.713000', '181639.715000', '181639.718000', '181639.720000', '181639.723000', '181639.726000', '181639.728000', '181639.731000', '181639.733000', '181639.736000', '181639.738000', '181639.741000', '181639.743000', '181639.746000', '181639.748000', '181639.751000', '181639.753000', '181639.756000', '181639.759000', '181639.761000', '181639.764000', '181639.766000', '181639.769000', '181639.771000', '181639.774000', '181639.777000', '181639.779000', '181639.782000', '181639.785000', '181639.787000', '181639.790000', '181639.792000', '181639.795000', '181639.798000', '181659.689000', '181659.692000', '181659.695000', '181659.697000', '181659.700000', '181659.702000', '181659.705000', '181659.717000', '181659.719000', '181659.722000', '181659.724000', '181659.727000', '181659.730000', '181659.732000', '181659.735000', '181659.738000', '181659.740000', '181659.743000', '181659.745000', '181659.748000', '181659.750000', '181659.753000', '181659.756000', '181659.758000', '181659.761000', '181659.763000', '181659.766000', '181659.769000', '181659.771000', '181659.774000', '181659.776000', '181659.779000', '181659.781000', '181659.784000', '181659.787000', '181659.789000', '181659.792000', '181659.794000', '181659.797000', '181659.826000', '181659.828000', '181659.831000', '181659.834000', '181659.836000', '181719.689000', '181719.692000', '181719.695000', '181719.697000', '181719.700000', '181719.702000', '181719.705000', '181719.708000', '181719.710000', '181719.713000', '181719.715000', '181719.718000', '181719.721000', '181719.723000', '181719.726000', '181719.728000', '181719.731000', '181719.733000', '181719.736000', '181719.738000', '181719.741000', '181719.744000', '181719.746000', '181719.749000', '181719.751000', '181719.754000', '181719.756000', '181719.759000', '181719.762000', '181719.764000', '181719.767000', '181719.769000', '181719.772000', '181719.774000', '181719.777000', '181719.779000', '181719.782000', '181719.784000', '181719.787000', '181719.789000', '181719.804000', '181719.856000', '181719.859000', '181739.690000', '181739.692000', '181739.695000', '181739.698000', '181739.700000', '181739.703000', '181739.705000', '181739.708000', '181739.710000', '181739.713000', '181739.716000', '181739.719000', '181739.721000', '181739.724000', '181739.726000', '181739.729000', '181739.731000', '181739.734000', '181739.736000', '181739.739000', '181739.742000', '181739.744000', '181739.747000', '181739.749000', '181739.752000', '181739.754000', '181739.757000', '181739.760000', '181739.762000', '181739.765000', '181739.767000', '181739.770000', '181739.772000', '181739.775000', '181739.778000', '181739.780000', '181739.783000', '181739.785000', '181739.788000', '181739.790000', '181739.793000', '181739.796000', '181739.798000', '181739.834000', '181759.690000', '181759.692000', '181759.695000', '181759.697000', '181759.700000', '181759.703000', '181759.705000', '181759.708000', '181759.710000', '181759.713000', '181759.715000', '181759.718000', '181759.721000', '181759.723000', '181759.726000', '181759.728000', '181759.731000', '181759.733000', '181759.736000', '181759.738000', '181759.741000', '181759.744000', '181759.746000', '181759.749000', '181759.751000', '181759.754000', '181759.756000', '181759.759000', '181759.761000', '181759.764000', '181759.767000', '181759.769000', '181759.772000', '181759.774000', '181759.777000', '181759.779000', '181759.782000', '181759.795000', '181759.797000', '181759.800000', '181759.803000', '181759.805000', '181759.808000', '181819.690000', '181819.693000', '181819.696000', '181819.698000', '181819.701000', '181819.703000', '181819.706000', '181819.709000', '181819.711000', '181819.714000', '181819.716000', '181819.719000', '181819.721000', '181819.724000', '181819.727000', '181819.729000', '181819.732000', '181819.734000', '181819.737000', '181819.740000', '181819.742000', '181819.745000', '181819.747000', '181819.750000', '181819.752000', '181819.755000', '181819.758000', '181819.760000', '181819.763000', '181819.765000', '181819.768000', '181819.770000', '181819.773000', '181819.775000', '181819.778000', '181819.781000', '181819.783000', '181819.786000', '181819.788000', '181819.791000', '181819.794000', '181819.796000', '181819.799000', '181819.831000', '181839.690000', '181839.703000', '181839.706000', '181839.708000', '181839.711000', '181839.713000', '181839.716000', '181839.719000', '181839.721000', '181839.724000', '181839.726000', '181839.729000', '181839.732000', '181839.734000', '181839.744000', '181839.747000', '181839.749000', '181839.752000', '181839.754000', '181839.757000', '181839.760000', '181839.762000', '181839.765000', '181839.767000', '181839.770000', '181839.772000', '181839.775000', '181839.777000', '181839.780000', '181839.783000', '181839.785000', '181839.788000', '181839.791000', '181839.793000', '181839.796000', '181839.799000', '181839.838000', '181839.841000', '181839.855000', '181839.857000', '181839.860000', '181839.862000', '181839.865000', '181859.689000', '181859.693000', '181859.695000', '181859.698000', '181859.700000', '181859.703000', '181859.705000', '181859.708000', '181859.711000', '181859.713000', '181859.716000', '181859.718000', '181859.721000', '181859.723000', '181859.726000', '181859.729000', '181859.731000', '181859.734000', '181859.736000', '181859.739000', '181859.741000', '181859.744000', '181859.757000', '181859.759000', '181859.762000', '181859.764000', '181859.767000', '181859.769000', '181859.772000', '181859.775000', '181859.777000', '181859.780000', '181859.782000', '181859.785000', '181859.787000', '181859.790000', '181859.793000', '181859.795000', '181859.798000', '181859.851000', '181859.854000', '181859.856000', '181859.859000', '181859.861000', '181919.689000', '181919.692000', '181919.695000', '181919.697000', '181919.700000', '181919.702000', '181919.705000', '181919.708000', '181919.710000', '181919.713000', '181919.716000', '181919.718000', '181919.721000', '181919.723000', '181919.726000', '181919.728000', '181919.731000', '181919.733000', '181919.736000', '181919.739000', '181919.741000', '181919.744000', '181919.746000', '181919.749000', '181919.751000', '181919.754000', '181919.757000', '181919.759000', '181919.762000', '181919.764000', '181919.767000', '181919.769000', '181919.780000', '181919.782000', '181919.785000', '181919.787000', '181919.790000', '181919.793000', '181919.795000', '181919.798000', '181919.801000', '181919.803000', '181919.806000', '181939.689000', '181939.692000', '181939.695000', '181939.698000', '181939.700000', '181939.703000', '181939.705000', '181939.708000', '181939.711000', '181939.713000', '181939.716000', '181939.718000', '181939.721000', '181939.723000', '181939.726000', '181939.729000', '181939.731000', '181939.734000', '181939.736000', '181939.739000', '181939.742000', '181939.744000', '181939.747000', '181939.749000', '181939.752000', '181939.754000', '181939.757000', '181939.760000', '181939.762000', '181939.765000', '181939.767000', '181939.770000', '181939.772000', '181939.775000', '181939.777000', '181939.780000', '181939.782000', '181939.785000', '181939.788000', '181939.790000', '181939.793000', '181939.795000', '181939.798000', '181939.857000', '181959.690000', '181959.692000', '181959.695000', '181959.698000', '181959.700000', '181959.703000', '181959.705000', '181959.708000', '181959.710000', '181959.713000', '181959.716000', '181959.718000', '181959.721000', '181959.723000', '181959.726000', '181959.729000', '181959.731000', '181959.734000', '181959.736000', '181959.739000', '181959.741000', '181959.744000', '181959.747000', '181959.749000', '181959.752000', '181959.754000', '181959.757000', '181959.759000', '181959.762000', '181959.765000', '181959.767000', '181959.770000', '181959.772000', '181959.775000', '181959.778000', '181959.780000', '181959.783000', '181959.785000', '181959.788000', '181959.790000', '181959.793000', '181959.795000', '181959.798000', '182019.689000', '182019.692000', '182019.695000', '182019.697000', '182019.700000', '182019.702000', '182019.705000', '182019.708000', '182019.710000', '182019.713000', '182019.715000', '182019.718000', '182019.720000', '182019.723000', '182019.725000', '182019.728000', '182019.731000', '182019.733000', '182019.736000', '182019.738000', '182019.741000', '182019.744000', '182019.746000', '182019.749000', '182019.751000', '182019.754000', '182019.756000', '182019.759000', '182019.762000', '182019.764000', '182019.767000', '182019.769000', '182019.772000', '182019.774000', '182019.777000', '182019.780000', '182019.782000', '182019.785000', '182019.787000', '182019.790000', '182019.792000', '182019.795000', '182019.798000', '182019.844000', '182039.690000', '182039.693000', '182039.696000', '182039.698000', '182039.701000', '182039.704000', '182039.706000', '182039.709000', '182039.711000', '182039.714000', '182039.717000', '182039.719000', '182039.722000', '182039.724000', '182039.727000', '182039.729000', '182039.732000', '182039.735000', '182039.737000', '182039.740000', '182039.742000', '182039.745000', '182039.748000', '182039.750000', '182039.753000', '182039.755000', '182039.758000', '182039.761000', '182039.763000', '182039.766000', '182039.768000', '182039.771000', '182039.773000', '182039.776000', '182039.779000', '182039.781000', '182039.784000', '182039.786000', '182039.789000', '182039.791000', '182039.794000', '182039.797000', '182039.799000', '182059.691000', '182059.693000', '182059.696000', '182059.699000', '182059.701000', '182059.704000', '182059.706000', '182059.709000', '182059.711000', '182059.714000', '182059.717000', '182059.719000', '182059.722000', '182059.724000', '182059.727000', '182059.730000', '182059.732000', '182059.735000', '182059.738000', '182059.740000', '182059.743000', '182059.745000', '182059.748000', '182059.751000', '182059.753000', '182059.756000', '182059.758000', '182059.761000', '182059.763000', '182059.766000', '182059.768000', '182059.771000', '182059.774000', '182059.778000', '182059.781000', '182059.783000', '182059.786000', '182059.788000', '182059.791000', '182059.793000', '182059.796000', '182059.799000', '182059.801000', '182059.804000', '182119.689000', '182119.692000', '182119.695000', '182119.698000', '182119.700000', '182119.703000', '182119.705000', '182119.708000', '182119.710000', '182119.713000', '182119.716000', '182119.718000', '182119.721000', '182119.723000', '182119.726000', '182119.729000', '182119.731000', '182119.734000', '182119.736000', '182119.739000', '182119.741000', '182119.744000', '182119.747000', '182119.749000', '182119.752000', '182119.754000', '182119.757000', '182119.759000', '182119.762000', '182119.765000', '182119.767000', '182119.770000', '182119.773000', '182119.775000', '182119.778000', '182119.780000', '182119.783000', '182119.785000', '182119.788000', '182119.791000', '182119.793000', '182119.796000', '182119.798000', '182139.689000', '182139.692000', '182139.695000', '182139.698000', '182139.700000', '182139.703000', '182139.706000', '182139.708000', '182139.711000', '182139.713000', '182139.716000', '182139.719000', '182139.721000', '182139.724000', '182139.727000', '182139.729000', '182139.732000', '182139.734000', '182139.737000', '182139.740000', '182139.742000', '182139.745000', '182139.748000', '182139.750000', '182139.753000', '182139.755000', '182139.758000', '182139.761000', '182139.763000', '182139.766000', '182139.768000', '182139.771000', '182139.774000', '182139.776000', '182139.779000', '182139.781000', '182139.784000', '182139.787000', '182139.789000', '182139.792000', '182139.794000', '182139.797000', '182139.861000', '182139.863000', '182155.743000', '182155.746000', '182155.749000', '182155.752000', '182155.754000', '182155.757000', '182155.759000', '182155.762000', '182155.765000', '182155.767000', '182155.770000', '182155.772000', '182155.775000', '182155.778000', '182155.787000', '182155.789000', '182155.792000', '182155.794000', '182155.797000', '182155.800000', '182155.815000', '182155.818000', '182155.820000', '182155.823000', '182155.825000', '182155.828000', '182155.831000', '182155.833000', '182155.836000', '182155.838000', '182155.841000', '182155.844000', '182155.846000', '182155.849000', '182155.851000'], 'InstanceCreationTime': ['181539.720000', '181539.723000', '181539.725000', '181539.728000', '181539.739000', '181539.742000', '181539.744000', '181539.747000', '181539.749000', '181539.752000', '181539.754000', '181539.757000', '181539.759000', '181539.762000', '181539.764000', '181539.767000', '181539.769000', '181539.772000', '181539.774000', '181539.777000', '181539.779000', '181539.782000', '181539.784000', '181539.787000', '181539.790000', '181539.792000', '181539.795000', '181539.797000', '181539.800000', '181539.819000', '181539.822000', '181539.827000', '181539.830000', '181539.833000', '181539.835000', '181539.838000', '181539.840000', '181539.843000', '181539.845000', '181539.848000', '181539.850000', '181539.864000', '181539.867000', '181539.869000', '181539.872000', '181539.874000', '181539.877000', '181539.879000', '181539.882000', '181539.884000', '181539.887000', '181539.889000', '181539.892000', '181539.894000', '181559.690000', '181559.693000', '181559.704000', '181559.707000', '181559.709000', '181559.712000', '181559.714000', '181559.717000', '181559.719000', '181559.722000', '181559.724000', '181559.727000', '181559.729000', '181559.732000', '181559.735000', '181559.737000', '181559.740000', '181559.742000', '181559.745000', '181559.747000', '181559.750000', '181559.753000', '181559.756000', '181559.759000', '181559.761000', '181559.764000', '181559.766000', '181559.769000', '181559.771000', '181559.774000', '181559.776000', '181559.779000', '181559.782000', '181559.784000', '181559.787000', '181559.789000', '181559.792000', '181559.794000', '181559.797000', '181559.799000', '181559.802000', '181559.805000', '181559.807000', '181619.690000', '181619.693000', '181619.696000', '181619.698000', '181619.701000', '181619.703000', '181619.706000', '181619.708000', '181619.711000', '181619.713000', '181619.716000', '181619.719000', '181619.721000', '181619.724000', '181619.726000', '181619.729000', '181619.731000', '181619.734000', '181619.737000', '181619.739000', '181619.742000', '181619.744000', '181619.747000', '181619.749000', '181619.752000', '181619.762000', '181619.765000', '181619.767000', '181619.770000', '181619.773000', '181619.775000', '181619.778000', '181619.780000', '181619.783000', '181619.790000', '181619.792000', '181619.795000', '181619.798000', '181619.800000', '181619.803000', '181619.806000', '181619.808000', '181619.811000', '181619.813000', '181639.690000', '181639.692000', '181639.695000', '181639.698000', '181639.700000', '181639.703000', '181639.705000', '181639.708000', '181639.710000', '181639.713000', '181639.715000', '181639.718000', '181639.720000', '181639.723000', '181639.726000', '181639.728000', '181639.731000', '181639.733000', '181639.736000', '181639.738000', '181639.741000', '181639.743000', '181639.746000', '181639.748000', '181639.751000', '181639.753000', '181639.756000', '181639.759000', '181639.761000', '181639.764000', '181639.766000', '181639.769000', '181639.771000', '181639.774000', '181639.777000', '181639.779000', '181639.782000', '181639.785000', '181639.787000', '181639.790000', '181639.792000', '181639.795000', '181639.798000', '181659.689000', '181659.692000', '181659.695000', '181659.697000', '181659.700000', '181659.702000', '181659.705000', '181659.717000', '181659.719000', '181659.722000', '181659.724000', '181659.727000', '181659.730000', '181659.732000', '181659.735000', '181659.738000', '181659.740000', '181659.743000', '181659.745000', '181659.748000', '181659.750000', '181659.753000', '181659.756000', '181659.758000', '181659.761000', '181659.763000', '181659.766000', '181659.769000', '181659.771000', '181659.774000', '181659.776000', '181659.779000', '181659.781000', '181659.784000', '181659.787000', '181659.789000', '181659.792000', '181659.794000', '181659.797000', '181659.826000', '181659.828000', '181659.831000', '181659.834000', '181659.836000', '181719.689000', '181719.692000', '181719.695000', '181719.697000', '181719.700000', '181719.702000', '181719.705000', '181719.708000', '181719.710000', '181719.713000', '181719.715000', '181719.718000', '181719.721000', '181719.723000', '181719.726000', '181719.728000', '181719.731000', '181719.733000', '181719.736000', '181719.738000', '181719.741000', '181719.744000', '181719.746000', '181719.749000', '181719.751000', '181719.754000', '181719.756000', '181719.759000', '181719.762000', '181719.764000', '181719.767000', '181719.769000', '181719.772000', '181719.774000', '181719.777000', '181719.779000', '181719.782000', '181719.784000', '181719.787000', '181719.789000', '181719.804000', '181719.856000', '181719.859000', '181739.690000', '181739.692000', '181739.695000', '181739.698000', '181739.700000', '181739.703000', '181739.705000', '181739.708000', '181739.710000', '181739.713000', '181739.716000', '181739.719000', '181739.721000', '181739.724000', '181739.726000', '181739.729000', '181739.731000', '181739.734000', '181739.736000', '181739.739000', '181739.742000', '181739.744000', '181739.747000', '181739.749000', '181739.752000', '181739.754000', '181739.757000', '181739.760000', '181739.762000', '181739.765000', '181739.767000', '181739.770000', '181739.772000', '181739.775000', '181739.778000', '181739.780000', '181739.783000', '181739.785000', '181739.788000', '181739.790000', '181739.793000', '181739.796000', '181739.798000', '181739.834000', '181759.690000', '181759.692000', '181759.695000', '181759.697000', '181759.700000', '181759.703000', '181759.705000', '181759.708000', '181759.710000', '181759.713000', '181759.715000', '181759.718000', '181759.721000', '181759.723000', '181759.726000', '181759.728000', '181759.731000', '181759.733000', '181759.736000', '181759.738000', '181759.741000', '181759.744000', '181759.746000', '181759.749000', '181759.751000', '181759.754000', '181759.756000', '181759.759000', '181759.761000', '181759.764000', '181759.767000', '181759.769000', '181759.772000', '181759.774000', '181759.777000', '181759.779000', '181759.782000', '181759.795000', '181759.797000', '181759.800000', '181759.803000', '181759.805000', '181759.808000', '181819.690000', '181819.693000', '181819.696000', '181819.698000', '181819.701000', '181819.703000', '181819.706000', '181819.709000', '181819.711000', '181819.714000', '181819.716000', '181819.719000', '181819.721000', '181819.724000', '181819.727000', '181819.729000', '181819.732000', '181819.734000', '181819.737000', '181819.740000', '181819.742000', '181819.745000', '181819.747000', '181819.750000', '181819.752000', '181819.755000', '181819.758000', '181819.760000', '181819.763000', '181819.765000', '181819.768000', '181819.770000', '181819.773000', '181819.775000', '181819.778000', '181819.781000', '181819.783000', '181819.786000', '181819.788000', '181819.791000', '181819.794000', '181819.796000', '181819.799000', '181819.831000', '181839.690000', '181839.703000', '181839.706000', '181839.708000', '181839.711000', '181839.713000', '181839.716000', '181839.719000', '181839.721000', '181839.724000', '181839.726000', '181839.729000', '181839.732000', '181839.734000', '181839.744000', '181839.747000', '181839.749000', '181839.752000', '181839.754000', '181839.757000', '181839.760000', '181839.762000', '181839.765000', '181839.767000', '181839.770000', '181839.772000', '181839.775000', '181839.777000', '181839.780000', '181839.783000', '181839.785000', '181839.788000', '181839.791000', '181839.793000', '181839.796000', '181839.799000', '181839.838000', '181839.841000', '181839.855000', '181839.857000', '181839.860000', '181839.862000', '181839.865000', '181859.689000', '181859.693000', '181859.695000', '181859.698000', '181859.700000', '181859.703000', '181859.705000', '181859.708000', '181859.711000', '181859.713000', '181859.716000', '181859.718000', '181859.721000', '181859.723000', '181859.726000', '181859.729000', '181859.731000', '181859.734000', '181859.736000', '181859.739000', '181859.741000', '181859.744000', '181859.757000', '181859.759000', '181859.762000', '181859.764000', '181859.767000', '181859.769000', '181859.772000', '181859.775000', '181859.777000', '181859.780000', '181859.782000', '181859.785000', '181859.787000', '181859.790000', '181859.793000', '181859.795000', '181859.798000', '181859.851000', '181859.854000', '181859.856000', '181859.859000', '181859.861000', '181919.689000', '181919.692000', '181919.695000', '181919.697000', '181919.700000', '181919.702000', '181919.705000', '181919.708000', '181919.710000', '181919.713000', '181919.716000', '181919.718000', '181919.721000', '181919.723000', '181919.726000', '181919.728000', '181919.731000', '181919.733000', '181919.736000', '181919.739000', '181919.741000', '181919.744000', '181919.746000', '181919.749000', '181919.751000', '181919.754000', '181919.757000', '181919.759000', '181919.762000', '181919.764000', '181919.767000', '181919.769000', '181919.780000', '181919.782000', '181919.785000', '181919.787000', '181919.790000', '181919.793000', '181919.795000', '181919.798000', '181919.801000', '181919.803000', '181919.806000', '181939.689000', '181939.692000', '181939.695000', '181939.698000', '181939.700000', '181939.703000', '181939.705000', '181939.708000', '181939.711000', '181939.713000', '181939.716000', '181939.718000', '181939.721000', '181939.723000', '181939.726000', '181939.729000', '181939.731000', '181939.734000', '181939.736000', '181939.739000', '181939.742000', '181939.744000', '181939.747000', '181939.749000', '181939.752000', '181939.754000', '181939.757000', '181939.760000', '181939.762000', '181939.765000', '181939.767000', '181939.770000', '181939.772000', '181939.775000', '181939.777000', '181939.780000', '181939.782000', '181939.785000', '181939.788000', '181939.790000', '181939.793000', '181939.795000', '181939.798000', '181939.857000', '181959.690000', '181959.692000', '181959.695000', '181959.698000', '181959.700000', '181959.703000', '181959.705000', '181959.708000', '181959.710000', '181959.713000', '181959.716000', '181959.718000', '181959.721000', '181959.723000', '181959.726000', '181959.729000', '181959.731000', '181959.734000', '181959.736000', '181959.739000', '181959.741000', '181959.744000', '181959.747000', '181959.749000', '181959.752000', '181959.754000', '181959.757000', '181959.759000', '181959.762000', '181959.765000', '181959.767000', '181959.770000', '181959.772000', '181959.775000', '181959.778000', '181959.780000', '181959.783000', '181959.785000', '181959.788000', '181959.790000', '181959.793000', '181959.795000', '181959.798000', '182019.689000', '182019.692000', '182019.695000', '182019.697000', '182019.700000', '182019.702000', '182019.705000', '182019.708000', '182019.710000', '182019.713000', '182019.715000', '182019.718000', '182019.720000', '182019.723000', '182019.725000', '182019.728000', '182019.731000', '182019.733000', '182019.736000', '182019.738000', '182019.741000', '182019.744000', '182019.746000', '182019.749000', '182019.751000', '182019.754000', '182019.756000', '182019.759000', '182019.762000', '182019.764000', '182019.767000', '182019.769000', '182019.772000', '182019.774000', '182019.777000', '182019.780000', '182019.782000', '182019.785000', '182019.787000', '182019.790000', '182019.792000', '182019.795000', '182019.798000', '182019.844000', '182039.690000', '182039.693000', '182039.696000', '182039.698000', '182039.701000', '182039.704000', '182039.706000', '182039.709000', '182039.711000', '182039.714000', '182039.717000', '182039.719000', '182039.722000', '182039.724000', '182039.727000', '182039.729000', '182039.732000', '182039.735000', '182039.737000', '182039.740000', '182039.742000', '182039.745000', '182039.748000', '182039.750000', '182039.753000', '182039.755000', '182039.758000', '182039.761000', '182039.763000', '182039.766000', '182039.768000', '182039.771000', '182039.773000', '182039.776000', '182039.779000', '182039.781000', '182039.784000', '182039.786000', '182039.789000', '182039.791000', '182039.794000', '182039.797000', '182039.799000', '182059.691000', '182059.693000', '182059.696000', '182059.699000', '182059.701000', '182059.704000', '182059.706000', '182059.709000', '182059.711000', '182059.714000', '182059.717000', '182059.719000', '182059.722000', '182059.724000', '182059.727000', '182059.730000', '182059.732000', '182059.735000', '182059.738000', '182059.740000', '182059.743000', '182059.745000', '182059.748000', '182059.751000', '182059.753000', '182059.756000', '182059.758000', '182059.761000', '182059.763000', '182059.766000', '182059.768000', '182059.771000', '182059.774000', '182059.778000', '182059.781000', '182059.783000', '182059.786000', '182059.788000', '182059.791000', '182059.793000', '182059.796000', '182059.799000', '182059.801000', '182059.804000', '182119.689000', '182119.692000', '182119.695000', '182119.698000', '182119.700000', '182119.703000', '182119.705000', '182119.708000', '182119.710000', '182119.713000', '182119.716000', '182119.718000', '182119.721000', '182119.723000', '182119.726000', '182119.729000', '182119.731000', '182119.734000', '182119.736000', '182119.739000', '182119.741000', '182119.744000', '182119.747000', '182119.749000', '182119.752000', '182119.754000', '182119.757000', '182119.759000', '182119.762000', '182119.765000', '182119.767000', '182119.770000', '182119.773000', '182119.775000', '182119.778000', '182119.780000', '182119.783000', '182119.785000', '182119.788000', '182119.791000', '182119.793000', '182119.796000', '182119.798000', '182139.689000', '182139.692000', '182139.695000', '182139.698000', '182139.700000', '182139.703000', '182139.706000', '182139.708000', '182139.711000', '182139.713000', '182139.716000', '182139.719000', '182139.721000', '182139.724000', '182139.727000', '182139.729000', '182139.732000', '182139.734000', '182139.737000', '182139.740000', '182139.742000', '182139.745000', '182139.748000', '182139.750000', '182139.753000', '182139.755000', '182139.758000', '182139.761000', '182139.763000', '182139.766000', '182139.768000', '182139.771000', '182139.774000', '182139.776000', '182139.779000', '182139.781000', '182139.784000', '182139.787000', '182139.789000', '182139.792000', '182139.794000', '182139.797000', '182139.861000', '182139.863000', '182155.743000', '182155.746000', '182155.749000', '182155.752000', '182155.754000', '182155.757000', '182155.759000', '182155.762000', '182155.765000', '182155.767000', '182155.770000', '182155.772000', '182155.775000', '182155.778000', '182155.787000', '182155.789000', '182155.792000', '182155.794000', '182155.797000', '182155.800000', '182155.815000', '182155.818000', '182155.820000', '182155.823000', '182155.825000', '182155.828000', '182155.831000', '182155.833000', '182155.836000', '182155.838000', '182155.841000', '182155.844000', '182155.846000', '182155.849000', '182155.851000'], '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': [7178, 9169, 6916, 9213, 6831, 8085, 6729, 8706, 6451, 9269, 7028, 9366, 6722, 8904, 6438, 9611, 7441, 9315, 7040, 9059, 11209, 7957, 10696, 8193, 9777, 6510, 9503, 7456, 8138, 10316, 6817, 10432, 7387, 9716, 6739, 9344, 6758, 9440, 7053, 9393, 6859, 8432, 8585, 7738, 10911, 8021, 9922, 6799, 10321, 7388, 10102, 7624, 9727, 6536, 10408, 6221, 10175, 6845, 9457, 6916, 9367, 7758, 7710, 7936, 6893, 10370, 7753, 9910, 7363, 9844, 7086, 9985, 7740, 9625, 7114, 9328, 6586, 9745, 7030, 9922, 6495, 9532, 6694, 10047, 7894, 9045, 6882, 8436, 7879, 8971, 10119, 7775, 9515, 7000, 10222, 7516, 10107, 8063, 9943, 6723, 9889, 7472, 10303, 8147, 9787, 7250, 9805, 6979, 9822, 7017, 10169, 6914, 9426, 6857, 9182, 9192, 7170, 9784, 6579, 9779, 6383, 9226, 6526, 9739, 7110, 9786, 7702, 9690, 6771, 9861, 7283, 10022, 7076, 10082, 7107, 9556, 7672, 9276, 6911, 7622, 6728, 7662, 9366, 7345, 7953, 6967, 9607, 8138, 9964, 7436, 8750, 8175, 7886, 8183, 6928, 9758, 6400, 10207, 7219, 10048, 6510, 9650, 6706, 10248, 8082, 9292, 7000, 8170, 8592, 8060, 10623, 7491, 9744, 6530, 9664, 7191, 9370, 6981, 9102, 6459, 9387, 6589, 9436, 7322, 9349, 7128, 9775, 8366, 7865, 8805, 7306, 10527, 7670, 10348, 8181, 9880, 6697, 9271, 7383, 9408, 7214, 9405, 6509, 9418, 6551, 9752, 6207, 9513, 6707, 9849, 7690, 9199, 7236, 8786, 7577, 9104, 8720, 7757, 8486, 7265, 10351, 8059, 10354, 8190, 10178, 6611, 10083, 7751, 9681, 7349, 9796, 7049, 9644, 7759, 9803, 7281, 9840, 6525, 9440, 6592, 9730, 6582, 9535, 7175, 9278, 7731, 8627, 6980, 7589, 10089, 8134, 10141, 8606, 9986, 6725, 9247, 7412, 9378, 7378, 9010, 6423, 9126, 6522, 9865, 6392, 9536, 6492, 9305, 7104, 9242, 7156, 9331, 7146, 9338, 8632, 8351, 7973, 7465, 8672, 7921, 11348, 8190, 10460, 6935, 10519, 7661, 10434, 8276, 10035, 7281, 9417, 6800, 9898, 6539, 9203, 7079, 8589, 7851, 7978, 9846, 7364, 9857, 6826, 9290, 6647, 9578, 7226, 8794, 7305, 8423, 10374, 7398, 9593, 6458, 9140, 7658, 9577, 7429, 9464, 6382, 9110, 7062, 9163, 6953, 10097, 6592, 10153, 7117, 10522, 7010, 9308, 6861, 8989, 8667, 8252, 8804, 7372, 10653, 7496, 10347, 8126, 9920, 6366, 9644, 6831, 9465, 8035, 7749, 8678, 7082, 9907, 7368, 9349, 7089, 9339, 6718, 9266, 7183, 9497, 6693, 9746, 6791, 9676, 8066, 8093, 9592, 7141, 10835, 7905, 10021, 6678, 9406, 6710, 9651, 7177, 8365, 6956, 7750, 7685, 8544, 10192, 7429, 10372, 6789, 10378, 7763, 9502, 6631, 9197, 6720, 9698, 7232, 11575, 7877, 9714, 6820, 7104, 8742, 10718, 7268, 9632, 7000, 9318, 6751, 9932, 7202, 10322, 8798, 8874, 12228, 9471, 11394, 8910, 10668, 7328, 10297, 6724, 9633, 6245, 9099, 7085, 7438, 8348, 6907, 9457, 6458, 9247, 6812, 9087, 7004, 8914, 7203, 9716, 6508, 9855, 6339, 9404, 6054, 9132, 7277, 9028, 9813, 7750, 10512, 7041, 10369, 6507, 9846, 6976, 9220, 7041, 8874, 7265, 8722, 10417, 7226, 10269, 7369, 9637, 6371, 9284, 7148, 9127, 6885, 9844, 6947, 9854, 6640, 10437, 6803, 10148, 6437, 9953, 7952, 8777, 11574, 7632, 11042, 7810, 10703, 7596, 10256, 6603, 9964, 8751, 8236, 10944, 7252, 10824, 6341, 10486, 7331, 9623, 7151, 10114, 7189, 10497, 7267, 9864, 6431, 9964, 7195, 9831, 7500, 8023, 7150, 8498, 9847, 8012, 10664, 6970, 9941, 6375, 10119, 7697, 10003, 7187, 10171, 7229, 10397, 7969, 10377, 7184, 9875, 6927, 10608, 7091, 10432, 6782, 9622, 6328, 10143, 6646, 9928, 6389, 9614, 6799, 10343, 7812, 9409, 7414, 9439, 7250, 10167, 7891, 8858, 6972, 8051, 7608, 9021, 7084, 8501, 7493, 7834, 7809, 8646, 7837, 8083, 7332, 7936, 7894, 8832, 8228, 7731, 7542, 8126, 7896, 8750, 9557, 7948, 10953, 6905, 10802, 7638, 10067, 7092, 9853, 7277, 10406, 7811, 9835, 7027, 9520, 7787, 9783, 7404, 9938, 6800, 9248, 7134, 9748, 6901, 10308, 6825, 10203, 6314, 9928, 6642, 10142, 6281, 9649, 6618, 9630, 7001, 10194, 6872, 9906, 7004, 10159, 7407, 10617, 6851, 9992, 6361, 10249, 6844, 10049, 6342, 9899, 6353, 9800, 7312, 10005, 6934, 9192, 7426, 10062, 8004, 9688, 6848, 10055, 7330, 10376, 8081, 10072, 7135, 9633, 7204, 10151, 6755, 10362, 6188, 9558, 6441, 9588, 6460, 9956, 6648, 9560, 6628, 9815, 6504, 10134, 6606, 9940, 7520, 9654, 7621, 9410, 8247, 8968, 10042, 8760, 9062, 7633, 10292, 7912, 9753, 8401, 8600, 7655, 7396, 9237, 6651, 9933, 6467, 9451, 6209, 9528, 7214, 9897, 7500, 10370, 6693, 10892, 6586, 10709, 8147, 9520, 7757, 8716, 8635, 7950, 10708, 7654, 9845, 6323, 9189, 6689, 9064, 6603, 9328, 7175, 8923, 6759, 8078, 9573, 6815, 9578, 6702, 9890, 7472, 9960, 7443, 9698, 6727, 10007, 6931, 10071, 7027, 9701, 7197, 9084, 8227, 8610, 9263, 7778, 10854, 6593, 10807, 7634, 10046, 6581, 9761, 6800, 10049, 8251, 8366, 10686, 6823, 10182, 7212, 9626, 6814, 9296, 6450, 9686, 7737, 9101, 7438, 7419, 10683, 7620, 10062, 6680, 9982, 6859, 9939, 7653, 9788, 6400, 9922, 6190, 9638, 6966, 9105, 7611, 8882, 8077, 8875, 10851, 7745, 10818, 6789, 10106, 7646, 10252, 7938, 10048, 6869, 9504, 6743, 10091, 7305, 9249, 7632, 9131, 7364, 9234, 8556, 7860, 7302, 7796, 7494, 8509, 8438, 7851, 7682, 7463, 8873, 8129, 10584, 7530, 10307, 6659, 10798, 8006, 10061, 7002, 9307, 6570, 9936, 6972, 9391, 7115, 9381, 7196, 9715, 8073, 8458, 7288, 8362, 8100, 8567, 9371, 7677, 10704, 7080, 10757, 8297, 9755, 6703, 10061, 6767, 9996, 7576, 8533, 7900, 7429, 10674, 7480, 9334, 6910, 9723, 7176, 9878, 7181, 9329, 6571, 9881, 6847, 9957, 8018, 9854, 7178, 10108, 7242, 10100, 7719, 10262, 6582, 9934, 7201, 10149, 8549, 7828, 10117, 7261, 9954, 7558, 9670, 6739], 'WindowCenter': [3954.0, 3970.0, 3925.0, 3967.0, 3924.0, 3932.0, 3911.0, 3944.0, 3911.0, 3968.0, 3924.0, 3956.0, 3924.0, 3954.0, 3914.0, 3969.0, 3935.0, 3957.0, 3923.0, 3945.0, 3965.0, 3948.0, 3965.0, 3945.0, 3952.0, 3900.0, 3955.0, 3921.0, 3931.0, 3939.0, 3909.0, 3950.0, 3922.0, 3952.0, 3911.0, 3942.0, 3909.0, 3955.0, 3923.0, 3943.0, 3911.0, 3931.0, 3929.0, 3933.0, 3953.0, 3933.0, 3942.0, 3910.0, 3941.0, 3922.0, 3952.0, 3922.0, 3939.0, 3899.0, 3951.0, 3901.0, 3953.0, 3910.0, 3941.0, 3920.0, 3955.0, 3921.0, 3933.0, 3930.0, 3921.0, 3952.0, 3932.0, 3951.0, 3921.0, 3950.0, 3910.0, 3952.0, 3931.0, 3941.0, 3910.0, 3940.0, 3911.0, 3954.0, 3910.0, 3951.0, 3897.0, 3941.0, 3910.0, 3953.0, 3931.0, 3942.0, 3909.0, 3930.0, 3930.0, 3942.0, 3952.0, 3920.0, 3941.0, 3908.0, 3950.0, 3921.0, 3951.0, 3932.0, 3939.0, 3910.0, 3941.0, 3922.0, 3951.0, 3931.0, 3940.0, 3919.0, 3939.0, 3910.0, 3941.0, 3908.0, 3939.0, 3906.0, 3940.0, 3908.0, 3942.0, 3939.0, 3910.0, 3939.0, 3909.0, 3953.0, 3913.0, 3953.0, 3924.0, 3954.0, 3936.0, 3966.0, 3935.0, 3954.0, 3923.0, 3953.0, 3935.0, 3953.0, 3922.0, 3951.0, 3912.0, 3941.0, 3933.0, 3942.0, 3909.0, 3920.0, 3909.0, 3932.0, 3953.0, 3923.0, 3932.0, 3923.0, 3953.0, 3945.0, 3954.0, 3934.0, 3944.0, 3945.0, 3935.0, 3943.0, 3922.0, 3953.0, 3911.0, 3955.0, 3922.0, 3953.0, 3900.0, 3942.0, 3910.0, 3953.0, 3919.0, 3941.0, 3908.0, 3930.0, 3928.0, 3932.0, 3951.0, 3921.0, 3940.0, 3910.0, 3953.0, 3923.0, 3941.0, 3922.0, 3941.0, 3899.0, 3953.0, 3912.0, 3953.0, 3922.0, 3956.0, 3923.0, 3967.0, 3933.0, 3933.0, 3942.0, 3921.0, 3952.0, 3933.0, 3952.0, 3931.0, 3939.0, 3910.0, 3941.0, 3922.0, 3941.0, 3922.0, 3941.0, 3899.0, 3942.0, 3912.0, 3952.0, 3900.0, 3941.0, 3910.0, 3955.0, 3930.0, 3954.0, 3921.0, 3941.0, 3920.0, 3943.0, 3931.0, 3921.0, 3930.0, 3921.0, 3950.0, 3932.0, 3953.0, 3931.0, 3951.0, 3911.0, 3951.0, 3930.0, 3941.0, 3921.0, 3941.0, 3910.0, 3940.0, 3933.0, 3951.0, 3920.0, 3939.0, 3900.0, 3940.0, 3911.0, 3941.0, 3909.0, 3952.0, 3909.0, 3944.0, 3932.0, 3941.0, 3908.0, 3921.0, 3950.0, 3932.0, 3951.0, 3942.0, 3940.0, 3908.0, 3939.0, 3921.0, 3940.0, 3920.0, 3940.0, 3898.0, 3941.0, 3910.0, 3953.0, 3911.0, 3953.0, 3910.0, 3954.0, 3922.0, 3953.0, 3921.0, 3953.0, 3922.0, 3956.0, 3943.0, 3931.0, 3932.0, 3920.0, 3930.0, 3932.0, 3952.0, 3931.0, 3950.0, 3910.0, 3951.0, 3933.0, 3952.0, 3931.0, 3940.0, 3909.0, 3928.0, 3909.0, 3941.0, 3897.0, 3939.0, 3907.0, 3928.0, 3928.0, 3931.0, 3941.0, 3921.0, 3951.0, 3910.0, 3941.0, 3910.0, 3941.0, 3918.0, 3930.0, 3918.0, 3932.0, 3950.0, 3920.0, 3940.0, 3899.0, 3939.0, 3932.0, 3941.0, 3921.0, 3941.0, 3900.0, 3941.0, 3923.0, 3943.0, 3923.0, 3953.0, 3911.0, 3953.0, 3923.0, 3953.0, 3921.0, 3941.0, 3910.0, 3941.0, 3942.0, 3932.0, 3942.0, 3923.0, 3952.0, 3923.0, 3952.0, 3930.0, 3940.0, 3898.0, 3939.0, 3908.0, 3952.0, 3918.0, 3919.0, 3929.0, 3909.0, 3940.0, 3921.0, 3941.0, 3909.0, 3940.0, 3910.0, 3942.0, 3923.0, 3952.0, 3910.0, 3941.0, 3910.0, 3953.0, 3930.0, 3932.0, 3941.0, 3921.0, 3951.0, 3931.0, 3951.0, 3909.0, 3941.0, 3909.0, 3954.0, 3921.0, 3943.0, 3920.0, 3933.0, 3931.0, 3943.0, 3954.0, 3921.0, 3951.0, 3911.0, 3954.0, 3933.0, 3940.0, 3910.0, 3940.0, 3913.0, 3954.0, 3921.0, 3965.0, 3944.0, 3941.0, 3912.0, 3922.0, 3943.0, 3952.0, 3920.0, 3942.0, 3922.0, 3954.0, 3912.0, 3953.0, 3922.0, 3953.0, 3930.0, 3929.0, 3950.0, 3926.0, 3936.0, 3915.0, 3924.0, 3894.0, 3938.0, 3893.0, 3924.0, 3880.0, 3913.0, 3891.0, 3904.0, 3914.0, 3907.0, 3938.0, 3897.0, 3939.0, 3909.0, 3941.0, 3909.0, 3939.0, 3921.0, 3942.0, 3899.0, 3939.0, 3898.0, 3939.0, 3899.0, 3940.0, 3909.0, 3939.0, 3940.0, 3923.0, 3951.0, 3910.0, 3939.0, 3896.0, 3939.0, 3908.0, 3941.0, 3910.0, 3942.0, 3921.0, 3944.0, 3953.0, 3935.0, 3953.0, 3923.0, 3953.0, 3913.0, 3954.0, 3935.0, 3954.0, 3925.0, 3954.0, 3922.0, 3954.0, 3924.0, 3965.0, 3925.0, 3965.0, 3914.0, 3967.0, 3945.0, 3944.0, 3964.0, 3934.0, 3964.0, 3933.0, 3964.0, 3923.0, 3952.0, 3911.0, 3952.0, 3932.0, 3943.0, 3952.0, 3922.0, 3952.0, 3912.0, 3953.0, 3923.0, 3953.0, 3923.0, 3954.0, 3923.0, 3965.0, 3923.0, 3952.0, 3899.0, 3952.0, 3911.0, 3956.0, 3922.0, 3933.0, 3921.0, 3945.0, 3955.0, 3945.0, 3963.0, 3924.0, 3954.0, 3912.0, 3954.0, 3934.0, 3954.0, 3923.0, 3953.0, 3932.0, 3953.0, 3933.0, 3952.0, 3910.0, 3942.0, 3910.0, 3954.0, 3910.0, 3952.0, 3910.0, 3941.0, 3911.0, 3953.0, 3912.0, 3952.0, 3899.0, 3942.0, 3911.0, 3953.0, 3921.0, 3943.0, 3920.0, 3939.0, 3920.0, 3953.0, 3931.0, 3942.0, 3909.0, 3931.0, 3921.0, 3943.0, 3921.0, 3943.0, 3921.0, 3932.0, 3932.0, 3943.0, 3931.0, 3932.0, 3922.0, 3930.0, 3932.0, 3944.0, 3932.0, 3933.0, 3921.0, 3932.0, 3933.0, 3945.0, 3942.0, 3931.0, 3951.0, 3921.0, 3952.0, 3932.0, 3952.0, 3921.0, 3951.0, 3933.0, 3952.0, 3933.0, 3951.0, 3919.0, 3942.0, 3933.0, 3952.0, 3921.0, 3951.0, 3909.0, 3940.0, 3922.0, 3953.0, 3920.0, 3952.0, 3910.0, 3953.0, 3912.0, 3954.0, 3911.0, 3951.0, 3910.0, 3953.0, 3924.0, 3954.0, 3922.0, 3954.0, 3922.0, 3952.0, 3921.0, 3955.0, 3923.0, 3953.0, 3910.0, 3941.0, 3901.0, 3955.0, 3912.0, 3951.0, 3899.0, 3941.0, 3911.0, 3952.0, 3921.0, 3952.0, 3922.0, 3941.0, 3932.0, 3955.0, 3934.0, 3953.0, 3912.0, 3951.0, 3922.0, 3952.0, 3932.0, 3939.0, 3910.0, 3940.0, 3922.0, 3952.0, 3910.0, 3951.0, 3900.0, 3952.0, 3925.0, 3954.0, 3912.0, 3952.0, 3911.0, 3954.0, 3923.0, 3954.0, 3913.0, 3954.0, 3912.0, 3955.0, 3933.0, 3953.0, 3920.0, 3942.0, 3931.0, 3943.0, 3941.0, 3933.0, 3929.0, 3920.0, 3951.0, 3933.0, 3941.0, 3945.0, 3941.0, 3931.0, 3921.0, 3953.0, 3924.0, 3966.0, 3914.0, 3955.0, 3914.0, 3954.0, 3934.0, 3955.0, 3924.0, 3954.0, 3912.0, 3954.0, 3910.0, 3954.0, 3920.0, 3941.0, 3919.0, 3929.0, 3928.0, 3931.0, 3950.0, 3921.0, 3940.0, 3899.0, 3939.0, 3910.0, 3942.0, 3911.0, 3943.0, 3911.0, 3944.0, 3912.0, 3944.0, 3953.0, 3913.0, 3953.0, 3913.0, 3954.0, 3936.0, 3965.0, 3935.0, 3955.0, 3913.0, 3954.0, 3925.0, 3954.0, 3924.0, 3953.0, 3922.0, 3943.0, 3944.0, 3944.0, 3943.0, 3933.0, 3952.0, 3913.0, 3964.0, 3933.0, 3952.0, 3911.0, 3953.0, 3924.0, 3965.0, 3943.0, 3932.0, 3951.0, 3911.0, 3953.0, 3923.0, 3954.0, 3911.0, 3941.0, 3912.0, 3954.0, 3922.0, 3942.0, 3921.0, 3920.0, 3953.0, 3934.0, 3952.0, 3911.0, 3941.0, 3911.0, 3952.0, 3922.0, 3951.0, 3901.0, 3941.0, 3900.0, 3953.0, 3911.0, 3943.0, 3920.0, 3941.0, 3931.0, 3943.0, 3952.0, 3921.0, 3951.0, 3910.0, 3940.0, 3933.0, 3952.0, 3930.0, 3940.0, 3911.0, 3940.0, 3911.0, 3953.0, 3921.0, 3941.0, 3919.0, 3942.0, 3921.0, 3956.0, 3932.0, 3933.0, 3920.0, 3932.0, 3933.0, 3955.0, 3933.0, 3933.0, 3930.0, 3922.0, 3944.0, 3946.0, 3954.0, 3934.0, 3953.0, 3912.0, 3964.0, 3931.0, 3952.0, 3910.0, 3941.0, 3910.0, 3953.0, 3910.0, 3942.0, 3909.0, 3940.0, 3910.0, 3952.0, 3931.0, 3931.0, 3920.0, 3930.0, 3932.0, 3942.0, 3943.0, 3932.0, 3951.0, 3921.0, 3953.0, 3931.0, 3941.0, 3911.0, 3941.0, 3910.0, 3951.0, 3920.0, 3930.0, 3919.0, 3920.0, 3953.0, 3921.0, 3940.0, 3921.0, 3941.0, 3921.0, 3953.0, 3923.0, 3943.0, 3912.0, 3951.0, 3913.0, 3954.0, 3933.0, 3942.0, 3911.0, 3951.0, 3920.0, 3952.0, 3921.0, 3941.0, 3897.0, 3939.0, 3920.0, 3951.0, 3929.0, 3921.0, 3939.0, 3907.0, 3940.0, 3919.0, 3940.0, 3909.0], 'WindowWidth': [8866.0, 8875.0, 8805.0, 8864.0, 8799.0, 8805.0, 8777.0, 8822.0, 8777.0, 8861.0, 8797.0, 8841.0, 8796.0, 8837.0, 8785.0, 8862.0, 8813.0, 8844.0, 8793.0, 8823.0, 8851.0, 8834.0, 8852.0, 8822.0, 8828.0, 8755.0, 8839.0, 8788.0, 8798.0, 8806.0, 8768.0, 8822.0, 8790.0, 8827.0, 8772.0, 8815.0, 8767.0, 8835.0, 8792.0, 8819.0, 8772.0, 8801.0, 8795.0, 8804.0, 8833.0, 8804.0, 8813.0, 8771.0, 8810.0, 8789.0, 8828.0, 8788.0, 8807.0, 8753.0, 8825.0, 8761.0, 8832.0, 8770.0, 8812.0, 8784.0, 8836.0, 8786.0, 8803.0, 8794.0, 8786.0, 8827.0, 8803.0, 8827.0, 8787.0, 8823.0, 8770.0, 8828.0, 8801.0, 8813.0, 8770.0, 8808.0, 8774.0, 8836.0, 8772.0, 8827.0, 8749.0, 8811.0, 8771.0, 8832.0, 8799.0, 8814.0, 8767.0, 8795.0, 8798.0, 8816.0, 8827.0, 8783.0, 8810.0, 8766.0, 8822.0, 8788.0, 8826.0, 8801.0, 8807.0, 8770.0, 8812.0, 8788.0, 8827.0, 8799.0, 8810.0, 8780.0, 8805.0, 8769.0, 8813.0, 8765.0, 8807.0, 8759.0, 8807.0, 8765.0, 8814.0, 8806.0, 8769.0, 8807.0, 8769.0, 8834.0, 8780.0, 8833.0, 8798.0, 8836.0, 8815.0, 8855.0, 8813.0, 8834.0, 8792.0, 8831.0, 8811.0, 8833.0, 8788.0, 8827.0, 8773.0, 8813.0, 8805.0, 8814.0, 8767.0, 8782.0, 8767.0, 8805.0, 8832.0, 8792.0, 8801.0, 8793.0, 8833.0, 8824.0, 8836.0, 8809.0, 8823.0, 8826.0, 8810.0, 8818.0, 8789.0, 8831.0, 8775.0, 8839.0, 8790.0, 8832.0, 8757.0, 8813.0, 8769.0, 8830.0, 8781.0, 8811.0, 8761.0, 8793.0, 8790.0, 8801.0, 8825.0, 8785.0, 8810.0, 8770.0, 8831.0, 8792.0, 8813.0, 8788.0, 8813.0, 8755.0, 8832.0, 8776.0, 8832.0, 8789.0, 8840.0, 8792.0, 8855.0, 8804.0, 8805.0, 8814.0, 8786.0, 8829.0, 8807.0, 8829.0, 8798.0, 8807.0, 8770.0, 8812.0, 8790.0, 8814.0, 8788.0, 8812.0, 8755.0, 8815.0, 8777.0, 8830.0, 8758.0, 8813.0, 8771.0, 8837.0, 8799.0, 8834.0, 8785.0, 8812.0, 8783.0, 8817.0, 8799.0, 8786.0, 8796.0, 8785.0, 8823.0, 8803.0, 8830.0, 8798.0, 8824.0, 8771.0, 8824.0, 8798.0, 8813.0, 8786.0, 8810.0, 8770.0, 8808.0, 8806.0, 8827.0, 8785.0, 8807.0, 8758.0, 8811.0, 8776.0, 8815.0, 8768.0, 8828.0, 8768.0, 8819.0, 8803.0, 8812.0, 8765.0, 8785.0, 8823.0, 8802.0, 8826.0, 8813.0, 8808.0, 8764.0, 8806.0, 8788.0, 8809.0, 8783.0, 8808.0, 8752.0, 8815.0, 8774.0, 8831.0, 8772.0, 8830.0, 8771.0, 8835.0, 8789.0, 8831.0, 8787.0, 8832.0, 8790.0, 8840.0, 8817.0, 8801.0, 8800.0, 8784.0, 8797.0, 8803.0, 8829.0, 8800.0, 8824.0, 8771.0, 8826.0, 8804.0, 8830.0, 8800.0, 8808.0, 8765.0, 8792.0, 8767.0, 8812.0, 8749.0, 8805.0, 8762.0, 8792.0, 8792.0, 8800.0, 8812.0, 8787.0, 8826.0, 8770.0, 8813.0, 8772.0, 8813.0, 8777.0, 8796.0, 8779.0, 8803.0, 8824.0, 8784.0, 8810.0, 8754.0, 8808.0, 8803.0, 8813.0, 8787.0, 8811.0, 8758.0, 8813.0, 8795.0, 8818.0, 8791.0, 8831.0, 8773.0, 8831.0, 8794.0, 8832.0, 8787.0, 8815.0, 8769.0, 8813.0, 8817.0, 8802.0, 8815.0, 8790.0, 8827.0, 8791.0, 8829.0, 8796.0, 8808.0, 8751.0, 8807.0, 8764.0, 8829.0, 8779.0, 8780.0, 8792.0, 8767.0, 8810.0, 8787.0, 8812.0, 8769.0, 8810.0, 8772.0, 8816.0, 8792.0, 8830.0, 8772.0, 8814.0, 8770.0, 8831.0, 8798.0, 8801.0, 8811.0, 8786.0, 8827.0, 8801.0, 8825.0, 8766.0, 8811.0, 8768.0, 8833.0, 8787.0, 8816.0, 8783.0, 8803.0, 8799.0, 8819.0, 8834.0, 8786.0, 8825.0, 8772.0, 8833.0, 8804.0, 8810.0, 8770.0, 8808.0, 8779.0, 8838.0, 8787.0, 8855.0, 8823.0, 8813.0, 8776.0, 8791.0, 8820.0, 8830.0, 8783.0, 8815.0, 8789.0, 8834.0, 8777.0, 8834.0, 8790.0, 8831.0, 8796.0, 8791.0, 8818.0, 8782.0, 8796.0, 8764.0, 8777.0, 8737.0, 8804.0, 8735.0, 8776.0, 8714.0, 8760.0, 8729.0, 8752.0, 8765.0, 8761.0, 8801.0, 8748.0, 8806.0, 8767.0, 8810.0, 8766.0, 8806.0, 8788.0, 8816.0, 8753.0, 8807.0, 8749.0, 8805.0, 8753.0, 8811.0, 8767.0, 8807.0, 8810.0, 8791.0, 8825.0, 8770.0, 8807.0, 8747.0, 8805.0, 8765.0, 8813.0, 8771.0, 8815.0, 8787.0, 8821.0, 8832.0, 8813.0, 8832.0, 8793.0, 8830.0, 8779.0, 8834.0, 8814.0, 8836.0, 8797.0, 8836.0, 8790.0, 8836.0, 8795.0, 8850.0, 8801.0, 8851.0, 8782.0, 8858.0, 8826.0, 8822.0, 8848.0, 8807.0, 8847.0, 8807.0, 8850.0, 8791.0, 8828.0, 8772.0, 8830.0, 8802.0, 8819.0, 8830.0, 8788.0, 8828.0, 8776.0, 8833.0, 8793.0, 8833.0, 8794.0, 8834.0, 8794.0, 8855.0, 8793.0, 8830.0, 8756.0, 8828.0, 8774.0, 8839.0, 8789.0, 8804.0, 8787.0, 8825.0, 8838.0, 8826.0, 8847.0, 8796.0, 8835.0, 8778.0, 8836.0, 8810.0, 8834.0, 8793.0, 8832.0, 8805.0, 8833.0, 8807.0, 8828.0, 8771.0, 8814.0, 8772.0, 8835.0, 8771.0, 8829.0, 8770.0, 8814.0, 8774.0, 8833.0, 8775.0, 8829.0, 8754.0, 8815.0, 8773.0, 8834.0, 8788.0, 8817.0, 8782.0, 8809.0, 8783.0, 8831.0, 8799.0, 8815.0, 8767.0, 8800.0, 8787.0, 8817.0, 8787.0, 8817.0, 8786.0, 8803.0, 8803.0, 8819.0, 8801.0, 8803.0, 8787.0, 8798.0, 8802.0, 8821.0, 8804.0, 8804.0, 8786.0, 8803.0, 8804.0, 8824.0, 8817.0, 8801.0, 8827.0, 8788.0, 8830.0, 8803.0, 8829.0, 8787.0, 8826.0, 8805.0, 8830.0, 8804.0, 8824.0, 8782.0, 8813.0, 8806.0, 8828.0, 8786.0, 8824.0, 8767.0, 8808.0, 8789.0, 8831.0, 8785.0, 8826.0, 8770.0, 8830.0, 8778.0, 8835.0, 8774.0, 8827.0, 8771.0, 8831.0, 8798.0, 8835.0, 8792.0, 8833.0, 8790.0, 8830.0, 8789.0, 8838.0, 8791.0, 8831.0, 8770.0, 8813.0, 8760.0, 8838.0, 8774.0, 8827.0, 8755.0, 8811.0, 8775.0, 8830.0, 8788.0, 8828.0, 8789.0, 8813.0, 8805.0, 8838.0, 8808.0, 8832.0, 8777.0, 8827.0, 8789.0, 8830.0, 8802.0, 8808.0, 8769.0, 8807.0, 8791.0, 8829.0, 8771.0, 8825.0, 8760.0, 8829.0, 8800.0, 8835.0, 8776.0, 8830.0, 8775.0, 8834.0, 8793.0, 8837.0, 8779.0, 8835.0, 8776.0, 8839.0, 8804.0, 8832.0, 8783.0, 8815.0, 8799.0, 8818.0, 8812.0, 8802.0, 8793.0, 8781.0, 8826.0, 8805.0, 8814.0, 8822.0, 8813.0, 8799.0, 8786.0, 8832.0, 8796.0, 8854.0, 8783.0, 8838.0, 8783.0, 8835.0, 8810.0, 8839.0, 8795.0, 8834.0, 8774.0, 8833.0, 8769.0, 8834.0, 8783.0, 8810.0, 8777.0, 8791.0, 8789.0, 8798.0, 8822.0, 8784.0, 8808.0, 8754.0, 8806.0, 8772.0, 8817.0, 8771.0, 8817.0, 8771.0, 8818.0, 8776.0, 8823.0, 8832.0, 8779.0, 8831.0, 8779.0, 8836.0, 8816.0, 8853.0, 8813.0, 8837.0, 8780.0, 8836.0, 8798.0, 8836.0, 8793.0, 8832.0, 8788.0, 8817.0, 8822.0, 8822.0, 8819.0, 8804.0, 8829.0, 8779.0, 8848.0, 8805.0, 8826.0, 8771.0, 8829.0, 8796.0, 8853.0, 8819.0, 8803.0, 8826.0, 8772.0, 8832.0, 8791.0, 8834.0, 8774.0, 8813.0, 8775.0, 8834.0, 8787.0, 8814.0, 8784.0, 8783.0, 8832.0, 8806.0, 8827.0, 8771.0, 8812.0, 8773.0, 8830.0, 8788.0, 8824.0, 8757.0, 8812.0, 8758.0, 8831.0, 8773.0, 8816.0, 8782.0, 8812.0, 8798.0, 8819.0, 8828.0, 8785.0, 8823.0, 8768.0, 8809.0, 8805.0, 8829.0, 8797.0, 8810.0, 8771.0, 8810.0, 8773.0, 8831.0, 8785.0, 8812.0, 8779.0, 8813.0, 8786.0, 8839.0, 8803.0, 8803.0, 8783.0, 8803.0, 8808.0, 8840.0, 8806.0, 8806.0, 8798.0, 8789.0, 8823.0, 8827.0, 8835.0, 8807.0, 8831.0, 8776.0, 8848.0, 8801.0, 8828.0, 8769.0, 8812.0, 8769.0, 8831.0, 8771.0, 8813.0, 8767.0, 8810.0, 8771.0, 8829.0, 8799.0, 8798.0, 8783.0, 8797.0, 8804.0, 8817.0, 8818.0, 8801.0, 8825.0, 8787.0, 8831.0, 8799.0, 8813.0, 8771.0, 8811.0, 8770.0, 8827.0, 8782.0, 8795.0, 8779.0, 8783.0, 8831.0, 8786.0, 8810.0, 8786.0, 8811.0, 8786.0, 8830.0, 8791.0, 8818.0, 8776.0, 8827.0, 8779.0, 8835.0, 8805.0, 8813.0, 8772.0, 8824.0, 8784.0, 8829.0, 8785.0, 8811.0, 8750.0, 8807.0, 8783.0, 8827.0, 8794.0, 8783.0, 8805.0, 8762.0, 8807.0, 8781.0, 8809.0, 8768.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.00032725602755453504</td></tr>
<tr><td colspan=3>aqi</td><td>0.02078557887485649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.22495425880462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2174878446091961</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998187279436782</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>5658.2822</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09012002889418483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4110218140068884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5355564180220327</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.442861941757633</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810259205725472</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353548106582993</td></tr>
<tr><td colspan=3>gcor</td><td>0.00678244</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010804593563079834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0230588186532259</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.898293918407646</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>26.9736</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0948</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.2352</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302133.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.1275</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3184</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.323</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3152.9913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3359.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.6532</td></tr>
<tr><td colspan=3>tsnr</td><td>43.8700609174557</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>