ds005256-mriqc/sub-0081_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 24a077a82f [DATALAD RUNCMD] Compute MRIQC for sub-0081
=== 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-0081 --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-0081",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:47 +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-0081_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0081_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-03/func/sub-0081_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>907ecbd565b0ff5749488e5ab7f790b1</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>19:20:26.000000</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.998632, -0.0240558, -0.0464212, 0.0285921, 0.994609, 0.0996717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845122</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7715, -7269, 598, -89, 13, 76, 97]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e32f2289-ae54-42e0-b2f0-bf4bacd1ae20||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.679257392883301, 0.07671049237251282, -0.11818777769804001, 108.94178771972656], [0.06453989446163177, 2.6684646606445312, 0.27232927083969116, -101.42657470703125], [-0.12454459816217422, -0.267412006855011, 2.6836297512054443, -56.01923370361328], [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': ['192026.000000', '192026.460000', '192026.920000', '192027.380000', '192027.840000', '192028.300000', '192028.760000', '192029.220000', '192029.680000', '192030.140000', '192030.600000', '192031.060000', '192031.520000', '192031.980000', '192032.440000', '192032.900000', '192033.360000', '192033.820000', '192034.280000', '192034.740000', '192035.200000', '192035.660000', '192036.120000', '192036.580000', '192037.040000', '192037.500000', '192037.960000', '192038.420000', '192038.880000', '192039.340000', '192039.800000', '192040.260000', '192040.720000', '192041.180000', '192041.640000', '192042.100000', '192042.560000', '192043.020000', '192043.480000', '192043.940000', '192044.400000', '192044.860000', '192045.320000', '192045.780000', '192046.240000', '192046.700000', '192047.160000', '192047.620000', '192048.080000', '192048.540000', '192049.000000', '192049.460000', '192049.920000', '192050.380000', '192050.840000', '192051.300000', '192051.760000', '192052.220000', '192052.680000', '192053.140000', '192053.600000', '192054.060000', '192054.520000', '192054.980000', '192055.440000', '192055.900000', '192056.360000', '192056.820000', '192057.280000', '192057.740000', '192058.200000', '192058.660000', '192059.120000', '192059.580000', '192100.040000', '192100.500000', '192100.960000', '192101.420000', '192101.880000', '192102.340000', '192102.800000', '192103.260000', '192103.720000', '192104.180000', '192104.640000', '192105.100000', '192105.560000', '192106.020000', '192106.480000', '192106.940000', '192107.400000', '192107.860000', '192108.320000', '192108.780000', '192109.240000', '192109.700000', '192110.160000', '192110.620000', '192111.080000', '192111.540000', '192112.000000', '192112.460000', '192112.920000', '192113.380000', '192113.840000', '192114.300000', '192114.760000', '192115.220000', '192115.680000', '192116.140000', '192116.600000', '192117.060000', '192117.520000', '192117.980000', '192118.440000', '192118.900000', '192119.360000', '192119.820000', '192120.280000', '192120.740000', '192121.200000', '192121.660000', '192122.120000', '192122.580000', '192123.040000', '192123.500000', '192123.960000', '192124.420000', '192124.880000', '192125.340000', '192125.800000', '192126.260000', '192126.720000', '192127.180000', '192127.640000', '192128.100000', '192128.560000', '192129.020000', '192129.480000', '192129.940000', '192130.400000', '192130.860000', '192131.320000', '192131.780000', '192132.240000', '192132.700000', '192133.160000', '192133.620000', '192134.080000', '192134.540000', '192135.000000', '192135.460000', '192135.920000', '192136.380000', '192136.840000', '192137.300000', '192137.760000', '192138.220000', '192138.680000', '192139.140000', '192139.600000', '192140.060000', '192140.520000', '192140.980000', '192141.440000', '192141.900000', '192142.360000', '192142.820000', '192143.280000', '192143.740000', '192144.200000', '192144.660000', '192145.120000', '192145.580000', '192146.040000', '192146.500000', '192146.960000', '192147.420000', '192147.880000', '192148.340000', '192148.800000', '192149.260000', '192149.720000', '192150.180000', '192150.640000', '192151.100000', '192151.560000', '192152.020000', '192152.480000', '192152.940000', '192153.400000', '192153.860000', '192154.320000', '192154.780000', '192155.240000', '192155.700000', '192156.160000', '192156.620000', '192157.080000', '192157.540000', '192158.000000', '192158.460000', '192158.920000', '192159.380000', '192159.840000', '192200.300000', '192200.760000', '192201.220000', '192201.680000', '192202.140000', '192202.600000', '192203.060000', '192203.520000', '192203.980000', '192204.440000', '192204.900000', '192205.360000', '192205.820000', '192206.280000', '192206.740000', '192207.200000', '192207.660000', '192208.120000', '192208.580000', '192209.040000', '192209.500000', '192209.960000', '192210.420000', '192210.880000', '192211.340000', '192211.800000', '192212.260000', '192212.720000', '192213.180000', '192213.640000', '192214.100000', '192214.560000', '192215.020000', '192215.480000', '192215.940000', '192216.400000', '192216.860000', '192217.320000', '192217.780000', '192218.240000', '192218.700000', '192219.160000', '192219.620000', '192220.080000', '192220.540000', '192221.000000', '192221.460000', '192221.920000', '192222.380000', '192222.840000', '192223.300000', '192223.760000', '192224.220000', '192224.680000', '192225.140000', '192225.600000', '192226.060000', '192226.520000', '192226.980000', '192227.440000', '192227.900000', '192228.360000', '192228.820000', '192229.280000', '192229.740000', '192230.200000', '192230.660000', '192231.120000', '192231.580000', '192232.040000', '192232.500000', '192232.960000', '192233.420000', '192233.880000', '192234.340000', '192234.800000', '192235.260000', '192235.720000', '192236.180000', '192236.640000', '192237.100000', '192237.560000', '192238.020000', '192238.480000', '192238.940000', '192239.400000', '192239.860000', '192240.320000', '192240.780000', '192241.240000', '192241.700000', '192242.160000', '192242.620000', '192243.080000', '192243.540000', '192244.000000', '192244.460000', '192244.920000', '192245.380000', '192245.840000', '192246.300000', '192246.760000', '192247.220000', '192247.680000', '192248.140000', '192248.600000', '192249.060000', '192249.520000', '192249.980000', '192250.440000', '192250.900000', '192251.360000', '192251.820000', '192252.280000', '192252.740000', '192253.200000', '192253.660000', '192254.120000', '192254.580000', '192255.040000', '192255.500000', '192255.960000', '192256.420000', '192256.880000', '192257.340000', '192257.800000', '192258.260000', '192258.720000', '192259.180000', '192259.640000', '192300.100000', '192300.560000', '192301.020000', '192301.480000', '192301.940000', '192302.400000', '192302.860000', '192303.320000', '192303.780000', '192304.240000', '192304.700000', '192305.160000', '192305.620000', '192306.080000', '192306.540000', '192307.000000', '192307.460000', '192307.920000', '192308.380000', '192308.840000', '192309.300000', '192309.760000', '192310.220000', '192310.680000', '192311.140000', '192311.600000', '192312.060000', '192312.520000', '192312.980000', '192313.440000', '192313.900000', '192314.360000', '192314.820000', '192315.280000', '192315.740000', '192316.200000', '192316.660000', '192317.120000', '192317.580000', '192318.040000', '192318.500000', '192318.960000', '192319.420000', '192319.880000', '192320.340000', '192320.800000', '192321.260000', '192321.720000', '192322.180000', '192322.640000', '192323.100000', '192323.560000', '192324.020000', '192324.480000', '192324.940000', '192325.400000', '192325.860000', '192326.320000', '192326.780000', '192327.240000', '192327.700000', '192328.160000', '192328.620000', '192329.080000', '192329.540000', '192330.000000', '192330.460000', '192330.920000', '192331.380000', '192331.840000', '192332.300000', '192332.760000', '192333.220000', '192333.680000', '192334.140000', '192334.600000', '192335.060000', '192335.520000', '192335.980000', '192336.440000', '192336.900000', '192337.360000', '192337.820000', '192338.280000', '192338.740000', '192339.200000', '192339.660000', '192340.120000', '192340.580000', '192341.040000', '192341.500000', '192341.960000', '192342.420000', '192342.880000', '192343.340000', '192343.800000', '192344.260000', '192344.720000', '192345.180000', '192345.640000', '192346.100000', '192346.560000', '192347.020000', '192347.480000', '192347.940000', '192348.400000', '192348.860000', '192349.320000', '192349.780000', '192350.240000', '192350.700000', '192351.160000', '192351.620000', '192352.080000', '192352.540000', '192353.000000', '192353.460000', '192353.920000', '192354.380000', '192354.840000', '192355.300000', '192355.760000', '192356.220000', '192356.680000', '192357.140000', '192357.600000', '192358.060000', '192358.520000', '192358.980000', '192359.440000', '192359.900000', '192400.360000', '192400.820000', '192401.280000', '192401.740000', '192402.200000', '192402.660000', '192403.120000', '192403.580000', '192404.040000', '192404.500000', '192404.960000', '192405.420000', '192405.880000', '192406.340000', '192406.800000', '192407.260000', '192407.720000', '192408.180000', '192408.640000', '192409.100000', '192409.560000', '192410.020000', '192410.480000', '192410.940000', '192411.400000', '192411.860000', '192412.320000', '192412.780000', '192413.240000', '192413.700000', '192414.160000', '192414.620000', '192415.080000', '192415.540000', '192416.000000', '192416.460000', '192416.920000', '192417.380000', '192417.840000', '192418.300000', '192418.760000', '192419.220000', '192419.680000', '192420.140000', '192420.600000', '192421.060000', '192421.520000', '192421.980000', '192422.440000', '192422.900000', '192423.360000', '192423.820000', '192424.280000', '192424.740000', '192425.200000', '192425.660000', '192426.120000', '192426.580000', '192427.040000', '192427.500000', '192427.960000', '192428.420000', '192428.880000', '192429.340000', '192429.800000', '192430.260000', '192430.720000', '192431.180000', '192431.640000', '192432.100000', '192432.560000', '192433.020000', '192433.480000', '192433.940000', '192434.400000', '192434.860000', '192435.320000', '192435.780000', '192436.240000', '192436.700000', '192437.160000', '192437.620000', '192438.080000', '192438.540000', '192439.000000', '192439.460000', '192439.920000', '192440.380000', '192440.840000', '192441.300000', '192441.760000', '192442.220000', '192442.680000', '192443.140000', '192443.600000', '192444.060000', '192444.520000', '192444.980000', '192445.440000', '192445.900000', '192446.360000', '192446.820000', '192447.280000', '192447.740000', '192448.200000', '192448.660000', '192449.120000', '192449.580000', '192450.040000', '192450.500000', '192450.960000', '192451.420000', '192451.880000', '192452.340000', '192452.800000', '192453.260000', '192453.720000', '192454.180000', '192454.640000', '192455.100000', '192455.560000', '192456.020000', '192456.480000', '192456.940000', '192457.400000', '192457.860000', '192458.320000', '192458.780000', '192459.240000', '192459.700000', '192500.160000', '192500.620000', '192501.080000', '192501.540000', '192502.000000', '192502.460000', '192502.920000', '192503.380000', '192503.840000', '192504.300000', '192504.760000', '192505.220000', '192505.680000', '192506.140000', '192506.600000', '192507.060000', '192507.520000', '192507.980000', '192508.440000', '192508.900000', '192509.360000', '192509.820000', '192510.280000', '192510.740000', '192511.200000', '192511.660000', '192512.120000', '192512.580000', '192513.040000', '192513.500000', '192513.960000', '192514.420000', '192514.880000', '192515.340000', '192515.800000', '192516.260000', '192516.720000', '192517.180000', '192517.640000', '192518.100000', '192518.560000', '192519.020000', '192519.480000', '192519.940000', '192520.400000', '192520.860000', '192521.320000', '192521.780000', '192522.240000', '192522.700000', '192523.160000', '192523.620000', '192524.080000', '192524.540000', '192525.000000', '192525.460000', '192525.920000', '192526.380000', '192526.840000', '192527.300000', '192527.760000', '192528.220000', '192528.680000', '192529.140000', '192529.600000', '192530.060000', '192530.520000', '192530.980000', '192531.440000', '192531.900000', '192532.360000', '192532.820000', '192533.280000', '192533.740000', '192534.200000', '192534.660000', '192535.120000', '192535.580000', '192536.040000', '192536.500000', '192536.960000', '192537.420000', '192537.880000', '192538.340000', '192538.800000', '192539.260000', '192539.720000', '192540.180000', '192540.640000', '192541.100000', '192541.560000', '192542.020000', '192542.480000', '192542.940000', '192543.400000', '192543.860000', '192544.320000', '192544.780000', '192545.240000', '192545.700000', '192546.160000', '192546.620000', '192547.080000', '192547.540000', '192548.000000', '192548.460000', '192548.920000', '192549.380000', '192549.840000', '192550.300000', '192550.760000', '192551.220000', '192551.680000', '192552.140000', '192552.600000', '192553.060000', '192553.520000', '192553.980000', '192554.440000', '192554.900000', '192555.360000', '192555.820000', '192556.280000', '192556.740000', '192557.200000', '192557.660000', '192558.120000', '192558.580000', '192559.040000', '192559.500000', '192559.960000', '192600.420000', '192600.880000', '192601.340000', '192601.800000', '192602.260000', '192602.720000', '192603.180000', '192603.640000', '192604.100000', '192604.560000', '192605.020000', '192605.480000', '192605.940000', '192606.400000', '192606.860000', '192607.320000', '192607.780000', '192608.240000', '192608.700000', '192609.160000', '192609.620000', '192610.080000', '192610.540000', '192611.000000', '192611.460000', '192611.920000', '192612.380000', '192612.840000', '192613.300000', '192613.760000', '192614.220000', '192614.680000', '192615.140000', '192615.600000', '192616.060000', '192616.520000', '192616.980000', '192617.440000', '192617.900000', '192618.360000', '192618.820000', '192619.280000', '192619.740000', '192620.200000', '192620.660000', '192621.120000', '192621.580000', '192622.040000', '192622.500000', '192622.960000', '192623.420000', '192623.880000', '192624.340000', '192624.800000', '192625.260000', '192625.720000', '192626.180000', '192626.640000', '192627.100000', '192627.560000', '192628.020000', '192628.480000', '192628.940000', '192629.400000', '192629.860000', '192630.320000', '192630.780000', '192631.240000', '192631.700000', '192632.160000', '192632.620000', '192633.080000', '192633.540000', '192634.000000', '192634.460000', '192634.920000', '192635.380000', '192635.840000', '192636.300000', '192636.760000', '192637.220000', '192637.680000', '192638.140000', '192638.600000', '192639.060000', '192639.520000', '192639.980000', '192640.440000', '192640.900000', '192641.360000', '192641.820000', '192642.280000', '192642.740000', '192643.200000', '192643.660000', '192644.120000', '192644.580000', '192645.040000', '192645.500000', '192645.960000', '192646.420000', '192646.880000', '192647.340000', '192647.800000', '192648.260000', '192648.720000', '192649.180000', '192649.640000', '192650.100000', '192650.560000', '192651.020000', '192651.480000', '192651.940000', '192652.400000', '192652.860000', '192653.320000', '192653.780000', '192654.240000', '192654.700000', '192655.160000', '192655.620000', '192656.080000', '192656.540000', '192657.000000', '192657.460000', '192657.920000', '192658.380000', '192658.840000', '192659.300000', '192659.760000', '192700.220000', '192700.680000', '192701.140000', '192701.600000', '192702.060000', '192702.520000', '192702.980000', '192703.440000', '192703.900000', '192704.360000', '192704.820000', '192705.280000', '192705.740000', '192706.200000', '192706.660000'], 'ContentTime': ['192047.551000', '192047.554000', '192047.557000', '192047.560000', '192047.562000', '192047.565000', '192047.568000', '192047.570000', '192047.573000', '192047.576000', '192047.578000', '192047.581000', '192047.583000', '192047.586000', '192047.594000', '192047.597000', '192047.600000', '192047.602000', '192047.605000', '192047.607000', '192047.610000', '192047.613000', '192047.615000', '192047.618000', '192047.620000', '192047.623000', '192047.626000', '192047.628000', '192047.631000', '192047.634000', '192047.636000', '192047.639000', '192047.641000', '192047.644000', '192047.647000', '192047.649000', '192047.652000', '192047.654000', '192047.659000', '192047.662000', '192047.665000', '192047.667000', '192047.670000', '192047.672000', '192107.525000', '192107.527000', '192107.531000', '192107.533000', '192107.536000', '192107.538000', '192107.541000', '192107.544000', '192107.546000', '192107.549000', '192107.552000', '192107.554000', '192107.557000', '192107.559000', '192107.562000', '192107.565000', '192107.567000', '192107.570000', '192107.573000', '192107.575000', '192107.578000', '192107.580000', '192107.583000', '192107.586000', '192107.588000', '192107.591000', '192107.594000', '192107.596000', '192107.599000', '192107.601000', '192107.604000', '192107.607000', '192107.609000', '192107.612000', '192107.615000', '192107.617000', '192107.620000', '192107.622000', '192107.625000', '192107.627000', '192107.630000', '192107.633000', '192107.635000', '192107.638000', '192127.523000', '192127.526000', '192127.529000', '192127.531000', '192127.534000', '192127.537000', '192127.539000', '192127.542000', '192127.545000', '192127.547000', '192127.550000', '192127.553000', '192127.555000', '192127.558000', '192127.566000', '192127.569000', '192127.571000', '192127.574000', '192127.577000', '192127.579000', '192127.582000', '192127.585000', '192127.587000', '192127.590000', '192127.602000', '192127.604000', '192127.607000', '192127.610000', '192127.612000', '192127.615000', '192127.617000', '192127.620000', '192127.623000', '192127.625000', '192127.628000', '192127.630000', '192127.634000', '192127.637000', '192127.639000', '192127.642000', '192127.645000', '192127.648000', '192127.650000', '192147.523000', '192147.527000', '192147.529000', '192147.532000', '192147.534000', '192147.538000', '192147.540000', '192147.543000', '192147.545000', '192147.548000', '192147.551000', '192147.553000', '192147.556000', '192147.558000', '192147.561000', '192147.564000', '192147.566000', '192147.569000', '192147.571000', '192147.574000', '192147.577000', '192147.579000', '192147.582000', '192147.584000', '192147.587000', '192147.590000', '192147.592000', '192147.595000', '192147.597000', '192147.600000', '192147.603000', '192147.605000', '192147.608000', '192147.611000', '192147.613000', '192147.616000', '192147.618000', '192147.621000', '192147.624000', '192147.626000', '192147.629000', '192147.632000', '192147.634000', '192147.637000', '192207.523000', '192207.526000', '192207.529000', '192207.532000', '192207.534000', '192207.545000', '192207.547000', '192207.550000', '192207.553000', '192207.555000', '192207.558000', '192207.561000', '192207.563000', '192207.566000', '192207.568000', '192207.571000', '192207.574000', '192207.576000', '192207.579000', '192207.582000', '192207.584000', '192207.587000', '192207.590000', '192207.593000', '192207.595000', '192207.598000', '192207.601000', '192207.604000', '192207.607000', '192207.610000', '192207.612000', '192207.615000', '192207.618000', '192207.621000', '192207.623000', '192207.626000', '192207.628000', '192207.631000', '192207.634000', '192207.636000', '192207.639000', '192207.642000', '192207.644000', '192227.523000', '192227.526000', '192227.529000', '192227.532000', '192227.535000', '192227.538000', '192227.540000', '192227.543000', '192227.546000', '192227.549000', '192227.551000', '192227.554000', '192227.557000', '192227.559000', '192227.562000', '192227.565000', '192227.567000', '192227.570000', '192227.573000', '192227.575000', '192227.578000', '192227.580000', '192227.583000', '192227.586000', '192227.589000', '192227.591000', '192227.594000', '192227.596000', '192227.603000', '192227.606000', '192227.609000', '192227.611000', '192227.614000', '192227.617000', '192227.619000', '192227.622000', '192227.624000', '192227.627000', '192227.630000', '192227.632000', '192227.635000', '192227.637000', '192227.640000', '192227.643000', '192247.525000', '192247.527000', '192247.530000', '192247.533000', '192247.535000', '192247.538000', '192247.541000', '192247.543000', '192247.546000', '192247.548000', '192247.551000', '192247.554000', '192247.556000', '192247.559000', '192247.561000', '192247.564000', '192247.567000', '192247.569000', '192247.572000', '192247.574000', '192247.577000', '192247.580000', '192247.582000', '192247.585000', '192247.587000', '192247.590000', '192247.593000', '192247.595000', '192247.598000', '192247.601000', '192247.604000', '192247.607000', '192247.610000', '192247.614000', '192247.617000', '192247.619000', '192247.622000', '192247.625000', '192247.627000', '192247.630000', '192247.633000', '192247.635000', '192247.638000', '192307.524000', '192307.527000', '192307.530000', '192307.533000', '192307.535000', '192307.538000', '192307.540000', '192307.543000', '192307.546000', '192307.548000', '192307.551000', '192307.554000', '192307.556000', '192307.559000', '192307.561000', '192307.564000', '192307.566000', '192307.569000', '192307.572000', '192307.574000', '192307.605000', '192307.607000', '192307.610000', '192307.613000', '192307.615000', '192307.618000', '192307.620000', '192307.623000', '192307.626000', '192307.628000', '192307.631000', '192307.634000', '192307.636000', '192307.639000', '192307.641000', '192307.644000', '192307.647000', '192307.653000', '192307.656000', '192307.659000', '192307.661000', '192307.664000', '192307.666000', '192307.669000', '192327.525000', '192327.528000', '192327.530000', '192327.533000', '192327.535000', '192327.538000', '192327.541000', '192327.543000', '192327.546000', '192327.549000', '192327.551000', '192327.554000', '192327.556000', '192327.559000', '192327.562000', '192327.564000', '192327.567000', '192327.570000', '192327.572000', '192327.575000', '192327.577000', '192327.580000', '192327.583000', '192327.585000', '192327.588000', '192327.591000', '192327.593000', '192327.596000', '192327.598000', '192327.601000', '192327.604000', '192327.606000', '192327.609000', '192327.612000', '192327.614000', '192327.617000', '192327.620000', '192327.622000', '192327.625000', '192327.628000', '192327.631000', '192327.634000', '192327.637000', '192347.523000', '192347.526000', '192347.529000', '192347.532000', '192347.535000', '192347.537000', '192347.540000', '192347.543000', '192347.545000', '192347.548000', '192347.550000', '192347.553000', '192347.556000', '192347.558000', '192347.561000', '192347.563000', '192347.566000', '192347.569000', '192347.571000', '192347.574000', '192347.577000', '192347.579000', '192347.582000', '192347.584000', '192347.587000', '192347.590000', '192347.599000', '192347.601000', '192347.604000', '192347.606000', '192347.609000', '192347.612000', '192347.615000', '192347.617000', '192347.620000', '192347.622000', '192347.625000', '192347.628000', '192347.630000', '192347.633000', '192347.636000', '192347.638000', '192347.641000', '192347.643000', '192407.523000', '192407.526000', '192407.529000', '192407.532000', '192407.534000', '192407.537000', '192407.540000', '192407.542000', '192407.545000', '192407.548000', '192407.550000', '192407.553000', '192407.555000', '192407.558000', '192407.561000', '192407.563000', '192407.566000', '192407.569000', '192407.571000', '192407.574000', '192407.576000', '192407.579000', '192407.582000', '192407.584000', '192407.587000', '192407.589000', '192407.592000', '192407.595000', '192407.597000', '192407.600000', '192407.603000', '192407.605000', '192407.608000', '192407.611000', '192407.613000', '192407.616000', '192407.618000', '192407.621000', '192407.624000', '192407.626000', '192407.629000', '192407.632000', '192407.635000', '192427.523000', '192427.526000', '192427.529000', '192427.532000', '192427.537000', '192427.540000', '192427.542000', '192427.545000', '192427.548000', '192427.551000', '192427.553000', '192427.556000', '192427.558000', '192427.561000', '192427.564000', '192427.566000', '192427.569000', '192427.572000', '192427.574000', '192427.577000', '192427.580000', '192427.582000', '192427.585000', '192427.587000', '192427.590000', '192427.593000', '192427.595000', '192427.598000', '192427.601000', '192427.603000', '192427.606000', '192427.609000', '192427.611000', '192427.614000', '192427.617000', '192427.619000', '192427.622000', '192427.625000', '192427.627000', '192427.630000', '192427.633000', '192427.635000', '192427.638000', '192427.640000', '192447.524000', '192447.539000', '192447.542000', '192447.545000', '192447.547000', '192447.550000', '192447.552000', '192447.555000', '192447.558000', '192447.561000', '192447.563000', '192447.566000', '192447.568000', '192447.571000', '192447.574000', '192447.576000', '192447.579000', '192447.582000', '192447.584000', '192447.587000', '192447.589000', '192447.592000', '192447.595000', '192447.597000', '192447.600000', '192447.603000', '192447.605000', '192447.608000', '192447.611000', '192447.613000', '192447.616000', '192447.619000', '192447.621000', '192447.624000', '192447.626000', '192447.629000', '192447.632000', '192447.634000', '192447.637000', '192447.640000', '192447.642000', '192447.645000', '192447.647000', '192507.525000', '192507.527000', '192507.530000', '192507.533000', '192507.535000', '192507.538000', '192507.541000', '192507.543000', '192507.546000', '192507.549000', '192507.551000', '192507.554000', '192507.557000', '192507.559000', '192507.562000', '192507.565000', '192507.568000', '192507.570000', '192507.573000', '192507.575000', '192507.578000', '192507.581000', '192507.584000', '192507.586000', '192507.589000', '192507.592000', '192507.594000', '192507.597000', '192507.600000', '192507.602000', '192507.605000', '192507.607000', '192507.610000', '192507.613000', '192507.615000', '192507.618000', '192507.621000', '192507.623000', '192507.626000', '192507.629000', '192507.631000', '192507.634000', '192507.637000', '192507.639000', '192527.525000', '192527.528000', '192527.530000', '192527.533000', '192527.536000', '192527.538000', '192527.541000', '192527.544000', '192527.546000', '192527.549000', '192527.552000', '192527.554000', '192527.557000', '192527.560000', '192527.562000', '192527.565000', '192527.568000', '192527.570000', '192527.573000', '192527.583000', '192527.585000', '192527.588000', '192527.591000', '192527.594000', '192527.596000', '192527.599000', '192527.602000', '192527.604000', '192527.607000', '192527.610000', '192527.612000', '192527.615000', '192527.617000', '192527.620000', '192527.623000', '192527.625000', '192527.628000', '192527.631000', '192527.633000', '192527.636000', '192527.638000', '192527.641000', '192527.644000', '192547.525000', '192547.527000', '192547.530000', '192547.533000', '192547.536000', '192547.538000', '192547.541000', '192547.544000', '192547.546000', '192547.549000', '192547.552000', '192547.554000', '192547.557000', '192547.560000', '192547.562000', '192547.565000', '192547.567000', '192547.570000', '192547.573000', '192547.575000', '192547.578000', '192547.581000', '192547.583000', '192547.586000', '192547.588000', '192547.591000', '192547.594000', '192547.596000', '192547.599000', '192547.602000', '192547.604000', '192547.607000', '192547.610000', '192547.613000', '192547.615000', '192547.618000', '192547.620000', '192547.623000', '192547.626000', '192547.628000', '192547.631000', '192547.633000', '192547.636000', '192547.639000', '192607.523000', '192607.526000', '192607.529000', '192607.532000', '192607.534000', '192607.537000', '192607.540000', '192607.542000', '192607.545000', '192607.548000', '192607.550000', '192607.553000', '192607.567000', '192607.569000', '192607.572000', '192607.575000', '192607.577000', '192607.580000', '192607.583000', '192607.585000', '192607.588000', '192607.590000', '192607.593000', '192607.596000', '192607.598000', '192607.601000', '192607.604000', '192607.606000', '192607.609000', '192607.612000', '192607.614000', '192607.617000', '192607.619000', '192607.622000', '192607.625000', '192607.627000', '192607.630000', '192607.633000', '192607.635000', '192607.638000', '192607.641000', '192607.643000', '192607.646000', '192627.524000', '192627.526000', '192627.529000', '192627.532000', '192627.534000', '192627.537000', '192627.540000', '192627.542000', '192627.545000', '192627.548000', '192627.550000', '192627.553000', '192627.556000', '192627.559000', '192627.562000', '192627.564000', '192627.567000', '192627.570000', '192627.572000', '192627.575000', '192627.578000', '192627.580000', '192627.583000', '192627.586000', '192627.588000', '192627.591000', '192627.594000', '192627.597000', '192627.599000', '192627.602000', '192627.605000', '192627.607000', '192627.610000', '192627.613000', '192627.615000', '192627.618000', '192627.621000', '192627.623000', '192627.626000', '192627.629000', '192627.631000', '192627.634000', '192627.637000', '192627.639000', '192647.523000', '192647.526000', '192647.529000', '192647.532000', '192647.535000', '192647.537000', '192647.540000', '192647.544000', '192647.546000', '192647.549000', '192647.552000', '192647.554000', '192647.557000', '192647.560000', '192647.562000', '192647.565000', '192647.568000', '192647.570000', '192647.573000', '192647.575000', '192647.578000', '192647.581000', '192647.583000', '192647.586000', '192647.589000', '192647.591000', '192647.594000', '192647.597000', '192647.599000', '192647.602000', '192647.605000', '192647.607000', '192647.610000', '192647.613000', '192647.615000', '192647.618000', '192647.620000', '192647.623000', '192647.626000', '192647.628000', '192647.631000', '192647.634000', '192647.636000', '192707.524000', '192707.526000', '192707.529000', '192707.532000', '192707.534000', '192707.537000', '192707.540000', '192707.543000', '192707.545000', '192707.548000', '192707.551000', '192707.553000', '192707.556000', '192707.559000', '192707.561000', '192707.564000', '192707.566000', '192707.569000', '192707.572000', '192707.575000', '192707.578000', '192707.581000', '192707.583000', '192707.586000', '192707.589000', '192707.591000', '192707.595000', '192707.598000', '192707.601000', '192707.604000', '192707.606000', '192707.609000', '192707.611000', '192707.615000', '192707.618000', '192707.621000', '192707.623000', '192707.626000', '192707.629000', '192707.632000', '192707.634000', '192707.637000', '192707.640000', '192707.642000', '192707.983000'], 'InstanceCreationTime': ['192047.551000', '192047.554000', '192047.557000', '192047.560000', '192047.562000', '192047.565000', '192047.568000', '192047.570000', '192047.573000', '192047.576000', '192047.578000', '192047.581000', '192047.583000', '192047.586000', '192047.594000', '192047.597000', '192047.600000', '192047.602000', '192047.605000', '192047.607000', '192047.610000', '192047.613000', '192047.615000', '192047.618000', '192047.620000', '192047.623000', '192047.626000', '192047.628000', '192047.631000', '192047.634000', '192047.636000', '192047.639000', '192047.641000', '192047.644000', '192047.647000', '192047.649000', '192047.652000', '192047.654000', '192047.659000', '192047.662000', '192047.665000', '192047.667000', '192047.670000', '192047.672000', '192107.525000', '192107.527000', '192107.531000', '192107.533000', '192107.536000', '192107.538000', '192107.541000', '192107.544000', '192107.546000', '192107.549000', '192107.552000', '192107.554000', '192107.557000', '192107.559000', '192107.562000', '192107.565000', '192107.567000', '192107.570000', '192107.573000', '192107.575000', '192107.578000', '192107.580000', '192107.583000', '192107.586000', '192107.588000', '192107.591000', '192107.594000', '192107.596000', '192107.599000', '192107.601000', '192107.604000', '192107.607000', '192107.609000', '192107.612000', '192107.615000', '192107.617000', '192107.620000', '192107.622000', '192107.625000', '192107.627000', '192107.630000', '192107.633000', '192107.635000', '192107.638000', '192127.523000', '192127.526000', '192127.529000', '192127.531000', '192127.534000', '192127.537000', '192127.539000', '192127.542000', '192127.545000', '192127.547000', '192127.550000', '192127.553000', '192127.555000', '192127.558000', '192127.566000', '192127.569000', '192127.571000', '192127.574000', '192127.577000', '192127.579000', '192127.582000', '192127.585000', '192127.587000', '192127.590000', '192127.602000', '192127.604000', '192127.607000', '192127.610000', '192127.612000', '192127.615000', '192127.617000', '192127.620000', '192127.623000', '192127.625000', '192127.628000', '192127.630000', '192127.634000', '192127.637000', '192127.639000', '192127.642000', '192127.645000', '192127.648000', '192127.650000', '192147.523000', '192147.527000', '192147.529000', '192147.532000', '192147.534000', '192147.538000', '192147.540000', '192147.543000', '192147.545000', '192147.548000', '192147.551000', '192147.553000', '192147.556000', '192147.558000', '192147.561000', '192147.564000', '192147.566000', '192147.569000', '192147.571000', '192147.574000', '192147.577000', '192147.579000', '192147.582000', '192147.584000', '192147.587000', '192147.590000', '192147.592000', '192147.595000', '192147.597000', '192147.600000', '192147.603000', '192147.605000', '192147.608000', '192147.611000', '192147.613000', '192147.616000', '192147.618000', '192147.621000', '192147.624000', '192147.626000', '192147.629000', '192147.632000', '192147.634000', '192147.637000', '192207.523000', '192207.526000', '192207.529000', '192207.532000', '192207.534000', '192207.545000', '192207.547000', '192207.550000', '192207.553000', '192207.555000', '192207.558000', '192207.561000', '192207.563000', '192207.566000', '192207.568000', '192207.571000', '192207.574000', '192207.576000', '192207.579000', '192207.582000', '192207.584000', '192207.587000', '192207.590000', '192207.593000', '192207.595000', '192207.598000', '192207.601000', '192207.604000', '192207.607000', '192207.610000', '192207.612000', '192207.615000', '192207.618000', '192207.621000', '192207.623000', '192207.626000', '192207.628000', '192207.631000', '192207.634000', '192207.636000', '192207.639000', '192207.642000', '192207.644000', '192227.523000', '192227.526000', '192227.529000', '192227.532000', '192227.535000', '192227.538000', '192227.540000', '192227.543000', '192227.546000', '192227.549000', '192227.551000', '192227.554000', '192227.557000', '192227.559000', '192227.562000', '192227.565000', '192227.567000', '192227.570000', '192227.573000', '192227.575000', '192227.578000', '192227.580000', '192227.583000', '192227.586000', '192227.589000', '192227.591000', '192227.594000', '192227.596000', '192227.603000', '192227.606000', '192227.609000', '192227.611000', '192227.614000', '192227.617000', '192227.619000', '192227.622000', '192227.624000', '192227.627000', '192227.630000', '192227.632000', '192227.635000', '192227.637000', '192227.640000', '192227.643000', '192247.525000', '192247.527000', '192247.530000', '192247.533000', '192247.535000', '192247.538000', '192247.541000', '192247.543000', '192247.546000', '192247.548000', '192247.551000', '192247.554000', '192247.556000', '192247.559000', '192247.561000', '192247.564000', '192247.567000', '192247.569000', '192247.572000', '192247.574000', '192247.577000', '192247.580000', '192247.582000', '192247.585000', '192247.587000', '192247.590000', '192247.593000', '192247.595000', '192247.598000', '192247.601000', '192247.604000', '192247.607000', '192247.610000', '192247.614000', '192247.617000', '192247.619000', '192247.622000', '192247.625000', '192247.627000', '192247.630000', '192247.633000', '192247.635000', '192247.638000', '192307.524000', '192307.527000', '192307.530000', '192307.533000', '192307.535000', '192307.538000', '192307.540000', '192307.543000', '192307.546000', '192307.548000', '192307.551000', '192307.554000', '192307.556000', '192307.559000', '192307.561000', '192307.564000', '192307.566000', '192307.569000', '192307.572000', '192307.574000', '192307.605000', '192307.607000', '192307.610000', '192307.613000', '192307.615000', '192307.618000', '192307.620000', '192307.623000', '192307.626000', '192307.628000', '192307.631000', '192307.634000', '192307.636000', '192307.639000', '192307.641000', '192307.644000', '192307.647000', '192307.653000', '192307.656000', '192307.659000', '192307.661000', '192307.664000', '192307.666000', '192307.669000', '192327.525000', '192327.528000', '192327.530000', '192327.533000', '192327.535000', '192327.538000', '192327.541000', '192327.543000', '192327.546000', '192327.549000', '192327.551000', '192327.554000', '192327.556000', '192327.559000', '192327.562000', '192327.564000', '192327.567000', '192327.570000', '192327.572000', '192327.575000', '192327.577000', '192327.580000', '192327.583000', '192327.585000', '192327.588000', '192327.591000', '192327.593000', '192327.596000', '192327.598000', '192327.601000', '192327.604000', '192327.606000', '192327.609000', '192327.612000', '192327.614000', '192327.617000', '192327.620000', '192327.622000', '192327.625000', '192327.628000', '192327.631000', '192327.634000', '192327.637000', '192347.523000', '192347.526000', '192347.529000', '192347.532000', '192347.535000', '192347.537000', '192347.540000', '192347.543000', '192347.545000', '192347.548000', '192347.550000', '192347.553000', '192347.556000', '192347.558000', '192347.561000', '192347.563000', '192347.566000', '192347.569000', '192347.571000', '192347.574000', '192347.577000', '192347.579000', '192347.582000', '192347.584000', '192347.587000', '192347.590000', '192347.599000', '192347.601000', '192347.604000', '192347.606000', '192347.609000', '192347.612000', '192347.615000', '192347.617000', '192347.620000', '192347.622000', '192347.625000', '192347.628000', '192347.630000', '192347.633000', '192347.636000', '192347.638000', '192347.641000', '192347.643000', '192407.523000', '192407.526000', '192407.529000', '192407.532000', '192407.534000', '192407.537000', '192407.540000', '192407.542000', '192407.545000', '192407.548000', '192407.550000', '192407.553000', '192407.555000', '192407.558000', '192407.561000', '192407.563000', '192407.566000', '192407.569000', '192407.571000', '192407.574000', '192407.576000', '192407.579000', '192407.582000', '192407.584000', '192407.587000', '192407.589000', '192407.592000', '192407.595000', '192407.597000', '192407.600000', '192407.603000', '192407.605000', '192407.608000', '192407.611000', '192407.613000', '192407.616000', '192407.618000', '192407.621000', '192407.624000', '192407.626000', '192407.629000', '192407.632000', '192407.635000', '192427.523000', '192427.526000', '192427.529000', '192427.532000', '192427.537000', '192427.540000', '192427.542000', '192427.545000', '192427.548000', '192427.551000', '192427.553000', '192427.556000', '192427.558000', '192427.561000', '192427.564000', '192427.566000', '192427.569000', '192427.572000', '192427.574000', '192427.577000', '192427.580000', '192427.582000', '192427.585000', '192427.587000', '192427.590000', '192427.593000', '192427.595000', '192427.598000', '192427.601000', '192427.603000', '192427.606000', '192427.609000', '192427.611000', '192427.614000', '192427.617000', '192427.619000', '192427.622000', '192427.625000', '192427.627000', '192427.630000', '192427.633000', '192427.635000', '192427.638000', '192427.640000', '192447.524000', '192447.539000', '192447.542000', '192447.545000', '192447.547000', '192447.550000', '192447.552000', '192447.555000', '192447.558000', '192447.561000', '192447.563000', '192447.566000', '192447.568000', '192447.571000', '192447.574000', '192447.576000', '192447.579000', '192447.582000', '192447.584000', '192447.587000', '192447.589000', '192447.592000', '192447.595000', '192447.597000', '192447.600000', '192447.603000', '192447.605000', '192447.608000', '192447.611000', '192447.613000', '192447.616000', '192447.619000', '192447.621000', '192447.624000', '192447.626000', '192447.629000', '192447.632000', '192447.634000', '192447.637000', '192447.640000', '192447.642000', '192447.645000', '192447.647000', '192507.525000', '192507.527000', '192507.530000', '192507.533000', '192507.535000', '192507.538000', '192507.541000', '192507.543000', '192507.546000', '192507.549000', '192507.551000', '192507.554000', '192507.557000', '192507.559000', '192507.562000', '192507.565000', '192507.568000', '192507.570000', '192507.573000', '192507.575000', '192507.578000', '192507.581000', '192507.584000', '192507.586000', '192507.589000', '192507.592000', '192507.594000', '192507.597000', '192507.600000', '192507.602000', '192507.605000', '192507.607000', '192507.610000', '192507.613000', '192507.615000', '192507.618000', '192507.621000', '192507.623000', '192507.626000', '192507.629000', '192507.631000', '192507.634000', '192507.637000', '192507.639000', '192527.525000', '192527.528000', '192527.530000', '192527.533000', '192527.536000', '192527.538000', '192527.541000', '192527.544000', '192527.546000', '192527.549000', '192527.552000', '192527.554000', '192527.557000', '192527.560000', '192527.562000', '192527.565000', '192527.568000', '192527.570000', '192527.573000', '192527.583000', '192527.585000', '192527.588000', '192527.591000', '192527.594000', '192527.596000', '192527.599000', '192527.602000', '192527.604000', '192527.607000', '192527.610000', '192527.612000', '192527.615000', '192527.617000', '192527.620000', '192527.623000', '192527.625000', '192527.628000', '192527.631000', '192527.633000', '192527.636000', '192527.638000', '192527.641000', '192527.644000', '192547.525000', '192547.527000', '192547.530000', '192547.533000', '192547.536000', '192547.538000', '192547.541000', '192547.544000', '192547.546000', '192547.549000', '192547.552000', '192547.554000', '192547.557000', '192547.560000', '192547.562000', '192547.565000', '192547.567000', '192547.570000', '192547.573000', '192547.575000', '192547.578000', '192547.581000', '192547.583000', '192547.586000', '192547.588000', '192547.591000', '192547.594000', '192547.596000', '192547.599000', '192547.602000', '192547.604000', '192547.607000', '192547.610000', '192547.613000', '192547.615000', '192547.618000', '192547.620000', '192547.623000', '192547.626000', '192547.628000', '192547.631000', '192547.633000', '192547.636000', '192547.639000', '192607.523000', '192607.526000', '192607.529000', '192607.532000', '192607.534000', '192607.537000', '192607.540000', '192607.542000', '192607.545000', '192607.548000', '192607.550000', '192607.553000', '192607.567000', '192607.569000', '192607.572000', '192607.575000', '192607.577000', '192607.580000', '192607.583000', '192607.585000', '192607.588000', '192607.590000', '192607.593000', '192607.596000', '192607.598000', '192607.601000', '192607.604000', '192607.606000', '192607.609000', '192607.612000', '192607.614000', '192607.617000', '192607.619000', '192607.622000', '192607.625000', '192607.627000', '192607.630000', '192607.633000', '192607.635000', '192607.638000', '192607.641000', '192607.643000', '192607.646000', '192627.524000', '192627.526000', '192627.529000', '192627.532000', '192627.534000', '192627.537000', '192627.540000', '192627.542000', '192627.545000', '192627.548000', '192627.550000', '192627.553000', '192627.556000', '192627.559000', '192627.562000', '192627.564000', '192627.567000', '192627.570000', '192627.572000', '192627.575000', '192627.578000', '192627.580000', '192627.583000', '192627.586000', '192627.588000', '192627.591000', '192627.594000', '192627.597000', '192627.599000', '192627.602000', '192627.605000', '192627.607000', '192627.610000', '192627.613000', '192627.615000', '192627.618000', '192627.621000', '192627.623000', '192627.626000', '192627.629000', '192627.631000', '192627.634000', '192627.637000', '192627.639000', '192647.523000', '192647.526000', '192647.529000', '192647.532000', '192647.535000', '192647.537000', '192647.540000', '192647.544000', '192647.546000', '192647.549000', '192647.552000', '192647.554000', '192647.557000', '192647.560000', '192647.562000', '192647.565000', '192647.568000', '192647.570000', '192647.573000', '192647.575000', '192647.578000', '192647.581000', '192647.583000', '192647.586000', '192647.589000', '192647.591000', '192647.594000', '192647.597000', '192647.599000', '192647.602000', '192647.605000', '192647.607000', '192647.610000', '192647.613000', '192647.615000', '192647.618000', '192647.620000', '192647.623000', '192647.626000', '192647.628000', '192647.631000', '192647.634000', '192647.636000', '192707.524000', '192707.526000', '192707.529000', '192707.532000', '192707.534000', '192707.537000', '192707.540000', '192707.543000', '192707.545000', '192707.548000', '192707.551000', '192707.553000', '192707.556000', '192707.559000', '192707.561000', '192707.564000', '192707.566000', '192707.569000', '192707.572000', '192707.575000', '192707.578000', '192707.581000', '192707.583000', '192707.586000', '192707.589000', '192707.591000', '192707.595000', '192707.598000', '192707.601000', '192707.604000', '192707.606000', '192707.609000', '192707.611000', '192707.615000', '192707.618000', '192707.621000', '192707.623000', '192707.626000', '192707.629000', '192707.632000', '192707.634000', '192707.637000', '192707.640000', '192707.642000', '192707.983000'], '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': [7134, 8669, 7505, 9892, 7134, 9461, 15158, 6950, 10515, 7211, 7859, 12279, 7156, 12669, 7653, 6743, 6497, 7021, 7010, 8667, 12996, 8027, 11761, 6771, 8358, 12217, 7064, 11520, 8825, 7533, 11043, 6841, 8058, 8767, 7222, 9534, 6716, 7736, 6511, 7232, 8951, 6848, 7457, 10323, 7474, 11367, 6640, 8096, 12260, 7184, 11089, 6500, 7989, 11815, 6938, 7735, 11437, 7208, 11190, 7088, 8905, 10135, 8024, 8328, 7932, 10431, 7515, 13117, 7361, 11088, 11956, 7579, 11343, 7130, 7997, 14635, 7035, 8782, 7365, 7525, 12646, 7759, 12358, 7639, 7177, 7032, 7197, 7457, 8945, 13822, 8058, 11049, 6342, 8304, 11217, 7093, 10876, 6956, 8615, 13881, 7334, 9800, 7830, 8441, 12724, 7335, 9505, 7315, 8476, 10502, 6956, 8363, 10356, 7715, 10980, 7754, 9561, 6600, 8613, 7693, 8607, 7587, 8738, 9290, 8845, 13936, 6735, 8742, 13794, 7069, 11360, 6972, 7761, 7770, 8746, 6564, 7865, 7684, 8529, 7425, 8666, 14287, 8973, 8534, 13780, 7650, 10263, 6954, 8440, 13470, 7224, 11146, 6852, 8756, 13721, 6916, 8482, 7206, 8751, 6528, 8338, 6967, 7299, 7087, 9449, 7044, 8777, 12598, 7095, 11505, 6956, 8250, 11046, 7239, 9748, 6932, 8007, 13708, 7246, 11663, 6961, 8243, 10317, 7336, 10002, 7203, 8433, 7095, 7387, 11757, 8232, 9028, 7600, 9603, 7326, 11401, 7243, 8717, 15787, 7329, 10359, 12050, 7902, 14025, 7313, 9223, 6557, 8049, 11316, 7464, 10291, 7097, 8464, 12361, 7150, 9343, 7795, 7854, 11601, 7439, 8627, 8226, 10629, 8357, 8806, 8061, 8676, 8299, 9046, 7854, 8567, 12323, 8642, 13815, 8115, 8265, 8330, 9150, 8376, 8565, 8901, 8287, 12261, 6776, 8207, 12133, 7715, 11908, 6797, 8242, 9567, 7275, 9802, 6713, 7112, 7066, 8042, 12030, 9022, 10013, 7795, 8070, 7416, 8044, 7932, 8435, 6621, 9501, 7824, 10886, 11525, 8429, 7298, 8216, 8702, 8222, 11736, 7113, 10362, 12614, 7976, 12983, 7458, 8373, 7656, 8021, 8476, 8189, 13246, 8816, 9507, 7887, 8011, 7532, 8160, 7610, 8160, 8222, 9871, 8066, 7922, 12389, 7441, 8466, 8110, 7740, 9459, 7207, 8020, 9723, 7572, 9740, 6796, 7624, 9532, 7890, 12372, 6546, 7763, 7485, 8026, 10528, 8265, 12917, 7933, 15393, 7584, 8029, 6602, 8405, 14384, 8269, 12029, 11665, 8026, 14379, 6771, 8055, 11805, 7230, 11589, 7216, 7867, 13760, 6851, 8554, 8615, 7472, 10373, 7128, 7498, 11221, 7201, 7946, 8615, 7588, 8324, 8112, 11179, 7152, 7088, 7841, 7243, 6798, 8005, 7051, 7760, 7743, 12326, 7174, 6919, 7409, 7635, 15201, 12632, 7985, 10267, 7474, 7985, 12805, 8759, 9704, 8013, 10645, 7898, 11509, 6405, 9522, 6916, 9980, 6492, 9586, 14273, 7736, 12606, 7200, 7723, 7074, 8131, 7699, 8042, 13159, 9339, 11646, 7501, 8760, 10668, 7680, 10695, 6805, 8074, 11861, 7544, 10554, 8311, 9846, 6286, 7503, 7622, 7849, 11483, 7199, 10470, 6384, 8394, 7466, 7645, 11810, 6424, 8057, 8362, 7473, 10939, 6539, 8036, 8880, 7200, 12833, 8109, 9218, 7579, 7145, 7828, 11358, 7403, 8305, 13300, 7996, 11771, 6905, 8487, 12009, 7826, 13087, 7278, 7962, 6908, 12475, 7771, 7916, 7842, 8235, 7600, 10846, 14363, 8306, 11023, 7946, 8877, 7886, 8134, 8215, 10112, 7880, 9419, 13815, 7786, 10927, 6770, 7519, 7237, 8095, 11525, 7620, 8192, 12644, 6872, 10097, 7153, 8149, 7431, 8146, 8078, 7216, 6905, 8562, 7971, 9370, 8568, 13109, 8135, 7813, 8066, 9764, 14671, 8389, 8431, 13909, 7701, 8541, 8183, 7835, 12060, 8345, 9181, 8103, 9054, 8165, 11969, 7889, 11006, 7083, 8536, 14036, 7375, 10493, 9499, 8032, 11551, 7274, 13508, 7687, 7754, 7895, 7057, 7313, 8973, 11810, 7998, 12667, 6541, 8279, 12807, 7238, 10869, 7253, 12475, 7993, 7434, 7220, 6878, 7343, 8443, 12673, 8251, 8114, 7698, 7761, 10440, 6727, 8276, 14143, 7482, 11194, 8305, 7384, 9037, 8495, 12329, 8055, 8222, 8702, 9804, 8373, 10437, 8068, 10041, 12064, 7888, 10272, 7720, 8207, 13050, 8374, 10717, 7331, 8349, 6996, 7813, 11490, 8708, 9065, 7865, 9291, 8269, 10344, 6776, 9782, 7287, 7274, 7862, 12137, 7390, 7074, 7335, 8371, 14578, 8246, 8193, 11522, 7636, 12175, 7150, 8079, 11041, 7456, 11923, 6771, 8330, 6583, 7821, 10142, 6671, 8240, 8469, 7686, 11690, 8236, 10306, 8093, 9015, 8227, 10461, 7748, 10987, 10900, 7835, 11497, 6427, 8359, 15267, 8225, 12423, 6686, 8374, 10820, 7446, 11125, 6855, 8133, 6807, 8078, 9942, 8308, 12006, 7491, 9613, 7615, 9275, 7346, 10735, 13333, 8861, 13333, 6621, 8032, 12903, 7275, 11875, 7576, 7718, 10333, 8766, 12457, 8029, 8876, 7820, 9301, 6728, 7886, 13482, 7625, 8927, 6625, 7610, 10265, 6653, 7929, 13540, 7486, 11354, 6526, 8028, 11582, 7349, 9619, 7364, 7961, 11118, 7159, 9744, 7655, 7896, 7074, 8053, 7279, 8446, 9361, 8096, 12065, 7636, 8214, 12862, 7737, 10321, 10098, 8032, 10733, 7104, 7958, 9421, 7603, 10010, 6514, 7805, 12503, 7096, 8648, 6530, 7272, 8954, 8161, 9906, 6207, 7259, 6926, 7738, 12676, 8939, 10357, 6450, 8035, 11922, 6697, 7979, 15296, 9023, 9616, 6736, 7777, 9943, 6434, 7918, 12577, 6804, 8194, 11775, 7717, 11396, 6662, 8136, 8960, 7469, 9492, 6782, 7930, 12549, 6841, 8276, 8188, 7545, 9598, 7403, 8209, 12287, 6735, 8249, 9510, 7619, 8113, 7350, 11099, 7055, 7518, 7778, 7537, 7929, 8738, 8028, 8346, 13626, 7783, 7402, 13209, 8954, 12006, 7949, 9070, 7752, 10669, 6993, 9426, 6641, 8168, 14139, 7113, 11762, 7421, 8034, 12976, 7167, 9099, 6672, 7993, 13237, 7787, 10813, 6251, 8142, 11700, 7107, 9613, 6216, 9718, 9969, 6843, 6870, 7946, 8132, 7638, 12444, 10707, 7772, 13402, 6518, 7771, 13095, 6937, 9113, 14777, 7834, 10063, 7286, 7145, 9867, 8218, 8618, 7903, 8584, 7842, 9502, 6630, 7809, 13375, 6877, 7899, 12055, 7383, 11661, 6862, 8148, 12412, 8088, 9466, 8200, 9647, 7369, 7941, 8986, 7914, 7264, 6697], 'WindowCenter': [3558.0, 3553.0, 3541.0, 3562.0, 3529.0, 3550.0, 3578.0, 3515.0, 3547.0, 3514.0, 3525.0, 3557.0, 3518.0, 3572.0, 3502.0, 3516.0, 3516.0, 3515.0, 3528.0, 3550.0, 3570.0, 3526.0, 3557.0, 3514.0, 3525.0, 3556.0, 3514.0, 3558.0, 3536.0, 3525.0, 3545.0, 3512.0, 3523.0, 3523.0, 3514.0, 3535.0, 3515.0, 3525.0, 3516.0, 3527.0, 3536.0, 3516.0, 3526.0, 3559.0, 3527.0, 3558.0, 3514.0, 3524.0, 3557.0, 3515.0, 3557.0, 3503.0, 3525.0, 3556.0, 3513.0, 3524.0, 3557.0, 3524.0, 3557.0, 3528.0, 3539.0, 3549.0, 3527.0, 3536.0, 3536.0, 3558.0, 3525.0, 3568.0, 3514.0, 3547.0, 3543.0, 3513.0, 3545.0, 3512.0, 3524.0, 3565.0, 3511.0, 3523.0, 3513.0, 3523.0, 3569.0, 3525.0, 3558.0, 3500.0, 3514.0, 3514.0, 3512.0, 3515.0, 3537.0, 3567.0, 3524.0, 3544.0, 3501.0, 3524.0, 3544.0, 3513.0, 3545.0, 3501.0, 3522.0, 3554.0, 3511.0, 3532.0, 3510.0, 3521.0, 3555.0, 3511.0, 3532.0, 3499.0, 3520.0, 3531.0, 3498.0, 3522.0, 3532.0, 3511.0, 3543.0, 3512.0, 3536.0, 3501.0, 3535.0, 3524.0, 3534.0, 3524.0, 3523.0, 3534.0, 3534.0, 3566.0, 3500.0, 3522.0, 3555.0, 3513.0, 3544.0, 3501.0, 3512.0, 3515.0, 3524.0, 3502.0, 3525.0, 3524.0, 3522.0, 3513.0, 3535.0, 3569.0, 3523.0, 3522.0, 3552.0, 3509.0, 3531.0, 3498.0, 3510.0, 3553.0, 3511.0, 3542.0, 3499.0, 3520.0, 3551.0, 3500.0, 3508.0, 3511.0, 3524.0, 3491.0, 3535.0, 3515.0, 3525.0, 3515.0, 3547.0, 3514.0, 3536.0, 3556.0, 3512.0, 3557.0, 3513.0, 3525.0, 3544.0, 3512.0, 3532.0, 3512.0, 3524.0, 3566.0, 3512.0, 3542.0, 3500.0, 3522.0, 3532.0, 3513.0, 3544.0, 3513.0, 3536.0, 3513.0, 3526.0, 3558.0, 3525.0, 3536.0, 3526.0, 3546.0, 3526.0, 3557.0, 3512.0, 3523.0, 3565.0, 3511.0, 3544.0, 3554.0, 3511.0, 3567.0, 3512.0, 3532.0, 3500.0, 3522.0, 3544.0, 3511.0, 3532.0, 3499.0, 3521.0, 3552.0, 3499.0, 3532.0, 3510.0, 3523.0, 3542.0, 3510.0, 3523.0, 3524.0, 3535.0, 3523.0, 3534.0, 3523.0, 3521.0, 3523.0, 3534.0, 3510.0, 3521.0, 3542.0, 3523.0, 3557.0, 3512.0, 3512.0, 3522.0, 3534.0, 3522.0, 3521.0, 3521.0, 3509.0, 3541.0, 3489.0, 3522.0, 3554.0, 3511.0, 3543.0, 3498.0, 3509.0, 3519.0, 3497.0, 3529.0, 3486.0, 3497.0, 3498.0, 3523.0, 3557.0, 3524.0, 3534.0, 3524.0, 3522.0, 3511.0, 3511.0, 3522.0, 3522.0, 3502.0, 3533.0, 3514.0, 3562.0, 3549.0, 3526.0, 3515.0, 3524.0, 3523.0, 3523.0, 3543.0, 3500.0, 3533.0, 3543.0, 3511.0, 3542.0, 3499.0, 3510.0, 3511.0, 3510.0, 3510.0, 3525.0, 3560.0, 3526.0, 3537.0, 3527.0, 3528.0, 3515.0, 3526.0, 3527.0, 3523.0, 3523.0, 3534.0, 3523.0, 3525.0, 3557.0, 3513.0, 3525.0, 3512.0, 3511.0, 3533.0, 3513.0, 3524.0, 3534.0, 3527.0, 3547.0, 3515.0, 3538.0, 3551.0, 3530.0, 3562.0, 3504.0, 3540.0, 3528.0, 3540.0, 3561.0, 3540.0, 3570.0, 3530.0, 3583.0, 3529.0, 3528.0, 3517.0, 3527.0, 3569.0, 3526.0, 3558.0, 3545.0, 3513.0, 3565.0, 3501.0, 3512.0, 3545.0, 3513.0, 3545.0, 3512.0, 3512.0, 3553.0, 3500.0, 3522.0, 3520.0, 3499.0, 3531.0, 3498.0, 3510.0, 3544.0, 3500.0, 3511.0, 3521.0, 3513.0, 3524.0, 3514.0, 3536.0, 3504.0, 3503.0, 3526.0, 3514.0, 3504.0, 3524.0, 3515.0, 3516.0, 3518.0, 3560.0, 3506.0, 3505.0, 3515.0, 3527.0, 3582.0, 3558.0, 3513.0, 3533.0, 3500.0, 3512.0, 3559.0, 3514.0, 3524.0, 3514.0, 3533.0, 3513.0, 3532.0, 3491.0, 3521.0, 3489.0, 3520.0, 3490.0, 3535.0, 3567.0, 3518.0, 3549.0, 3505.0, 3513.0, 3501.0, 3509.0, 3498.0, 3499.0, 3542.0, 3521.0, 3532.0, 3500.0, 3510.0, 3519.0, 3498.0, 3519.0, 3488.0, 3509.0, 3541.0, 3510.0, 3544.0, 3514.0, 3523.0, 3491.0, 3513.0, 3514.0, 3525.0, 3557.0, 3514.0, 3546.0, 3502.0, 3523.0, 3512.0, 3513.0, 3557.0, 3504.0, 3524.0, 3523.0, 3513.0, 3544.0, 3493.0, 3514.0, 3523.0, 3502.0, 3560.0, 3515.0, 3537.0, 3528.0, 3516.0, 3526.0, 3547.0, 3514.0, 3525.0, 3555.0, 3512.0, 3544.0, 3502.0, 3523.0, 3555.0, 3512.0, 3558.0, 3501.0, 3514.0, 3506.0, 3547.0, 3515.0, 3515.0, 3514.0, 3513.0, 3514.0, 3536.0, 3569.0, 3513.0, 3536.0, 3505.0, 3513.0, 3515.0, 3513.0, 3514.0, 3534.0, 3513.0, 3524.0, 3557.0, 3500.0, 3519.0, 3477.0, 3488.0, 3502.0, 3513.0, 3544.0, 3501.0, 3513.0, 3556.0, 3491.0, 3526.0, 3493.0, 3504.0, 3505.0, 3516.0, 3516.0, 3516.0, 3503.0, 3522.0, 3512.0, 3522.0, 3518.0, 3548.0, 3516.0, 3516.0, 3516.0, 3536.0, 3557.0, 3512.0, 3512.0, 3542.0, 3488.0, 3497.0, 3497.0, 3502.0, 3536.0, 3499.0, 3523.0, 3512.0, 3522.0, 3511.0, 3541.0, 3511.0, 3531.0, 3489.0, 3511.0, 3552.0, 3499.0, 3532.0, 3520.0, 3511.0, 3543.0, 3503.0, 3547.0, 3502.0, 3502.0, 3513.0, 3502.0, 3512.0, 3523.0, 3544.0, 3510.0, 3542.0, 3489.0, 3510.0, 3542.0, 3500.0, 3533.0, 3490.0, 3549.0, 3502.0, 3505.0, 3502.0, 3491.0, 3501.0, 3525.0, 3557.0, 3513.0, 3511.0, 3499.0, 3498.0, 3520.0, 3489.0, 3510.0, 3553.0, 3500.0, 3542.0, 3509.0, 3500.0, 3512.0, 3518.0, 3545.0, 3516.0, 3513.0, 3524.0, 3522.0, 3513.0, 3533.0, 3513.0, 3534.0, 3543.0, 3500.0, 3522.0, 3500.0, 3512.0, 3555.0, 3512.0, 3534.0, 3500.0, 3511.0, 3499.0, 3514.0, 3548.0, 3515.0, 3525.0, 3515.0, 3525.0, 3526.0, 3536.0, 3492.0, 3534.0, 3513.0, 3500.0, 3515.0, 3548.0, 3516.0, 3516.0, 3517.0, 3527.0, 3569.0, 3514.0, 3512.0, 3532.0, 3500.0, 3542.0, 3489.0, 3512.0, 3532.0, 3513.0, 3543.0, 3489.0, 3511.0, 3488.0, 3500.0, 3531.0, 3501.0, 3511.0, 3512.0, 3513.0, 3546.0, 3516.0, 3534.0, 3526.0, 3524.0, 3525.0, 3546.0, 3515.0, 3547.0, 3545.0, 3514.0, 3546.0, 3490.0, 3511.0, 3564.0, 3512.0, 3543.0, 3488.0, 3510.0, 3531.0, 3500.0, 3532.0, 3489.0, 3511.0, 3489.0, 3513.0, 3534.0, 3527.0, 3558.0, 3516.0, 3537.0, 3515.0, 3524.0, 3514.0, 3547.0, 3557.0, 3523.0, 3555.0, 3489.0, 3511.0, 3542.0, 3501.0, 3544.0, 3500.0, 3513.0, 3534.0, 3513.0, 3544.0, 3513.0, 3521.0, 3501.0, 3522.0, 3490.0, 3512.0, 3554.0, 3500.0, 3510.0, 3488.0, 3498.0, 3520.0, 3488.0, 3510.0, 3553.0, 3500.0, 3531.0, 3477.0, 3499.0, 3529.0, 3498.0, 3520.0, 3499.0, 3511.0, 3531.0, 3502.0, 3526.0, 3491.0, 3503.0, 3492.0, 3501.0, 3502.0, 3515.0, 3524.0, 3514.0, 3545.0, 3501.0, 3511.0, 3542.0, 3501.0, 3533.0, 3521.0, 3500.0, 3531.0, 3488.0, 3499.0, 3509.0, 3499.0, 3520.0, 3479.0, 3500.0, 3542.0, 3500.0, 3511.0, 3490.0, 3501.0, 3522.0, 3528.0, 3537.0, 3495.0, 3516.0, 3517.0, 3527.0, 3568.0, 3536.0, 3546.0, 3503.0, 3512.0, 3543.0, 3501.0, 3513.0, 3566.0, 3522.0, 3522.0, 3488.0, 3510.0, 3520.0, 3488.0, 3510.0, 3542.0, 3489.0, 3512.0, 3543.0, 3510.0, 3542.0, 3489.0, 3510.0, 3520.0, 3499.0, 3521.0, 3500.0, 3511.0, 3543.0, 3489.0, 3511.0, 3510.0, 3509.0, 3520.0, 3498.0, 3510.0, 3542.0, 3489.0, 3511.0, 3520.0, 3511.0, 3514.0, 3503.0, 3537.0, 3505.0, 3504.0, 3516.0, 3516.0, 3526.0, 3535.0, 3512.0, 3523.0, 3554.0, 3499.0, 3501.0, 3546.0, 3516.0, 3546.0, 3515.0, 3524.0, 3514.0, 3534.0, 3504.0, 3523.0, 3490.0, 3512.0, 3554.0, 3502.0, 3545.0, 3501.0, 3513.0, 3554.0, 3501.0, 3521.0, 3488.0, 3512.0, 3554.0, 3500.0, 3543.0, 3489.0, 3512.0, 3542.0, 3501.0, 3521.0, 3491.0, 3538.0, 3525.0, 3505.0, 3503.0, 3513.0, 3513.0, 3514.0, 3557.0, 3534.0, 3501.0, 3542.0, 3478.0, 3499.0, 3541.0, 3488.0, 3522.0, 3564.0, 3500.0, 3520.0, 3498.0, 3500.0, 3535.0, 3514.0, 3513.0, 3513.0, 3523.0, 3513.0, 3523.0, 3491.0, 3512.0, 3554.0, 3489.0, 3500.0, 3543.0, 3500.0, 3543.0, 3488.0, 3510.0, 3542.0, 3525.0, 3547.0, 3524.0, 3535.0, 3501.0, 3512.0, 3521.0, 3514.0, 3516.0, 3504.0], 'WindowWidth': [8081.0, 8062.0, 8042.0, 8071.0, 8023.0, 8050.0, 8085.0, 7995.0, 8040.0, 7992.0, 8010.0, 8055.0, 8003.0, 8078.0, 7970.0, 8000.0, 7998.0, 7996.0, 8017.0, 8051.0, 8079.0, 8012.0, 8054.0, 7993.0, 8009.0, 8050.0, 7992.0, 8059.0, 8023.0, 8008.0, 8035.0, 7988.0, 8004.0, 8004.0, 7992.0, 8023.0, 7996.0, 8012.0, 7999.0, 8016.0, 8027.0, 8000.0, 8015.0, 8061.0, 8017.0, 8059.0, 7994.0, 8008.0, 8057.0, 7996.0, 8056.0, 7978.0, 8010.0, 8054.0, 7990.0, 8007.0, 8053.0, 8008.0, 8054.0, 8018.0, 8032.0, 8042.0, 8013.0, 8025.0, 8025.0, 8057.0, 8011.0, 8070.0, 7993.0, 8041.0, 8029.0, 7989.0, 8038.0, 7988.0, 8006.0, 8061.0, 7985.0, 8002.0, 7990.0, 8004.0, 8073.0, 8010.0, 8052.0, 7964.0, 7992.0, 7993.0, 7989.0, 7996.0, 8028.0, 8069.0, 8007.0, 8032.0, 7972.0, 8006.0, 8034.0, 7991.0, 8036.0, 7972.0, 8000.0, 8045.0, 7983.0, 8014.0, 7981.0, 7996.0, 8049.0, 7983.0, 8013.0, 7964.0, 7995.0, 8009.0, 7964.0, 7999.0, 8013.0, 7985.0, 8029.0, 7988.0, 8024.0, 7969.0, 8021.0, 8006.0, 8019.0, 8007.0, 8004.0, 8018.0, 8019.0, 8067.0, 7970.0, 8000.0, 8049.0, 7989.0, 8032.0, 7970.0, 7989.0, 7992.0, 8002.0, 7973.0, 8010.0, 8007.0, 8000.0, 7990.0, 8022.0, 8079.0, 8004.0, 8001.0, 8037.0, 7976.0, 8008.0, 7960.0, 7979.0, 8041.0, 7984.0, 8027.0, 7965.0, 7995.0, 8035.0, 7968.0, 7974.0, 7983.0, 8004.0, 7957.0, 8023.0, 7997.0, 8011.0, 7998.0, 8041.0, 7994.0, 8026.0, 8051.0, 7989.0, 8056.0, 7990.0, 8008.0, 8030.0, 7988.0, 8015.0, 7987.0, 8007.0, 8066.0, 7989.0, 8028.0, 7969.0, 8000.0, 8013.0, 7991.0, 8036.0, 7993.0, 8027.0, 7990.0, 8014.0, 8057.0, 8007.0, 8026.0, 8012.0, 8038.0, 8013.0, 8054.0, 7989.0, 8005.0, 8064.0, 7984.0, 8034.0, 8046.0, 7985.0, 8068.0, 7988.0, 8015.0, 7969.0, 7999.0, 8034.0, 7985.0, 8016.0, 7966.0, 7997.0, 8039.0, 7967.0, 8015.0, 7981.0, 8004.0, 8027.0, 7982.0, 8002.0, 8004.0, 8021.0, 8004.0, 8017.0, 8005.0, 7999.0, 8002.0, 8022.0, 7982.0, 7995.0, 8028.0, 8000.0, 8053.0, 7984.0, 7985.0, 7998.0, 8017.0, 8000.0, 7996.0, 7994.0, 7978.0, 8023.0, 7950.0, 7999.0, 8045.0, 7984.0, 8028.0, 7964.0, 7980.0, 7988.0, 7956.0, 8004.0, 7942.0, 7960.0, 7962.0, 8003.0, 8054.0, 8003.0, 8018.0, 8008.0, 7999.0, 7983.0, 7983.0, 7998.0, 7997.0, 7972.0, 8014.0, 7994.0, 8068.0, 8044.0, 8008.0, 7994.0, 8005.0, 8002.0, 8000.0, 8029.0, 7966.0, 8015.0, 8027.0, 7981.0, 8023.0, 7963.0, 7978.0, 7979.0, 7979.0, 7978.0, 8005.0, 8056.0, 8005.0, 8025.0, 8012.0, 8013.0, 7992.0, 8009.0, 8013.0, 8002.0, 8000.0, 8018.0, 8001.0, 8007.0, 8055.0, 7990.0, 8008.0, 7986.0, 7983.0, 8015.0, 7990.0, 8005.0, 8019.0, 8015.0, 8041.0, 7997.0, 8031.0, 8052.0, 8019.0, 8063.0, 7977.0, 8038.0, 8020.0, 8038.0, 8069.0, 8036.0, 8074.0, 8018.0, 8098.0, 8018.0, 8019.0, 8001.0, 8014.0, 8073.0, 8010.0, 8056.0, 8032.0, 7989.0, 8061.0, 7969.0, 7986.0, 8032.0, 7990.0, 8037.0, 7985.0, 7986.0, 8042.0, 7967.0, 7999.0, 7994.0, 7965.0, 8011.0, 7962.0, 7981.0, 8031.0, 7966.0, 7985.0, 7997.0, 7988.0, 8004.0, 7985.0, 8019.0, 7977.0, 7976.0, 8008.0, 7994.0, 7980.0, 8006.0, 7994.0, 7996.0, 7996.0, 8055.0, 7983.0, 7981.0, 7995.0, 8015.0, 8101.0, 8059.0, 7988.0, 8017.0, 7966.0, 7984.0, 8052.0, 7988.0, 8001.0, 7989.0, 8014.0, 7987.0, 8009.0, 7953.0, 7992.0, 7947.0, 7990.0, 7952.0, 8020.0, 8064.0, 7998.0, 8041.0, 7979.0, 7988.0, 7967.0, 7975.0, 7958.0, 7961.0, 8023.0, 7992.0, 8010.0, 7965.0, 7978.0, 7987.0, 7958.0, 7988.0, 7947.0, 7977.0, 8021.0, 7978.0, 8029.0, 7987.0, 7997.0, 7957.0, 7987.0, 7989.0, 8006.0, 8054.0, 7992.0, 8035.0, 7974.0, 8002.0, 7986.0, 7988.0, 8054.0, 7978.0, 8006.0, 8000.0, 7988.0, 8033.0, 7962.0, 7992.0, 7999.0, 7971.0, 8057.0, 7992.0, 8024.0, 8016.0, 7998.0, 8010.0, 8042.0, 7993.0, 8006.0, 8045.0, 7985.0, 8030.0, 7973.0, 8004.0, 8046.0, 7987.0, 8055.0, 7968.0, 7989.0, 7980.0, 8032.0, 7992.0, 7992.0, 7991.0, 7987.0, 7988.0, 8022.0, 8073.0, 7986.0, 8019.0, 7974.0, 7981.0, 7991.0, 7986.0, 7987.0, 8015.0, 7984.0, 8001.0, 8053.0, 7964.0, 7987.0, 7927.0, 7945.0, 7969.0, 7988.0, 8031.0, 7969.0, 7986.0, 8047.0, 7955.0, 8003.0, 7955.0, 7970.0, 7977.0, 7993.0, 7994.0, 7996.0, 7975.0, 7998.0, 7985.0, 7994.0, 7996.0, 8037.0, 7991.0, 7994.0, 7994.0, 8020.0, 8057.0, 7985.0, 7983.0, 8023.0, 7943.0, 7955.0, 7953.0, 7967.0, 8014.0, 7957.0, 8000.0, 7985.0, 7996.0, 7982.0, 8019.0, 7979.0, 8005.0, 7949.0, 7981.0, 8036.0, 7961.0, 8009.0, 7991.0, 7981.0, 8026.0, 7971.0, 8034.0, 7968.0, 7970.0, 7986.0, 7971.0, 7986.0, 8003.0, 8028.0, 7979.0, 8023.0, 7949.0, 7977.0, 8022.0, 7965.0, 8015.0, 7949.0, 8039.0, 7965.0, 7978.0, 7971.0, 7954.0, 7969.0, 8004.0, 8054.0, 7986.0, 7981.0, 7960.0, 7959.0, 7989.0, 7948.0, 7979.0, 8041.0, 7966.0, 8024.0, 7975.0, 7964.0, 7980.0, 7996.0, 8028.0, 7993.0, 7988.0, 8000.0, 7996.0, 7987.0, 8012.0, 7986.0, 8018.0, 8026.0, 7963.0, 7996.0, 7964.0, 7985.0, 8045.0, 7984.0, 8017.0, 7966.0, 7983.0, 7963.0, 7989.0, 8037.0, 7990.0, 8005.0, 7993.0, 8004.0, 8009.0, 8022.0, 7959.0, 8016.0, 7988.0, 7965.0, 7988.0, 8038.0, 7995.0, 7997.0, 8000.0, 8014.0, 8075.0, 7990.0, 7982.0, 8008.0, 7963.0, 8024.0, 7949.0, 7983.0, 8008.0, 7987.0, 8028.0, 7950.0, 7980.0, 7946.0, 7963.0, 8007.0, 7970.0, 7983.0, 7984.0, 7987.0, 8033.0, 7993.0, 8014.0, 8011.0, 8003.0, 8007.0, 8034.0, 7994.0, 8040.0, 8030.0, 7991.0, 8036.0, 7954.0, 7981.0, 8055.0, 7984.0, 8028.0, 7948.0, 7978.0, 8007.0, 7965.0, 8011.0, 7952.0, 7982.0, 7951.0, 7987.0, 8018.0, 8014.0, 8053.0, 7998.0, 8028.0, 7996.0, 8004.0, 7991.0, 8039.0, 8051.0, 8001.0, 8044.0, 7950.0, 7981.0, 8024.0, 7968.0, 8032.0, 7966.0, 7987.0, 8013.0, 7982.0, 8026.0, 7987.0, 7994.0, 7967.0, 7996.0, 7951.0, 7983.0, 8041.0, 7964.0, 7977.0, 7944.0, 7960.0, 7990.0, 7947.0, 7980.0, 8040.0, 7964.0, 8007.0, 7931.0, 7962.0, 8002.0, 7959.0, 7992.0, 7961.0, 7981.0, 8008.0, 7969.0, 8003.0, 7949.0, 7970.0, 7956.0, 7965.0, 7971.0, 7991.0, 8002.0, 7990.0, 8030.0, 7966.0, 7980.0, 8024.0, 7965.0, 8014.0, 7994.0, 7963.0, 8005.0, 7945.0, 7962.0, 7973.0, 7961.0, 7992.0, 7935.0, 7966.0, 8023.0, 7965.0, 7980.0, 7953.0, 7971.0, 7998.0, 8013.0, 8024.0, 7968.0, 8000.0, 8002.0, 8014.0, 8071.0, 8025.0, 8038.0, 7974.0, 7986.0, 8029.0, 7969.0, 7989.0, 8063.0, 7996.0, 7997.0, 7948.0, 7978.0, 7993.0, 7948.0, 7980.0, 8024.0, 7949.0, 7986.0, 8027.0, 7981.0, 8024.0, 7950.0, 7979.0, 7991.0, 7964.0, 7995.0, 7967.0, 7984.0, 8027.0, 7951.0, 7982.0, 7979.0, 7977.0, 7993.0, 7961.0, 7979.0, 8027.0, 7951.0, 7984.0, 7992.0, 7981.0, 7990.0, 7969.0, 8022.0, 7976.0, 7977.0, 7994.0, 7994.0, 8010.0, 8022.0, 7985.0, 8000.0, 8047.0, 7962.0, 7969.0, 8031.0, 7990.0, 8032.0, 7992.0, 8000.0, 7989.0, 8016.0, 7978.0, 7998.0, 7954.0, 7985.0, 8045.0, 7974.0, 8034.0, 7969.0, 7989.0, 8042.0, 7969.0, 7995.0, 7948.0, 7983.0, 8044.0, 7968.0, 8029.0, 7950.0, 7984.0, 8023.0, 7968.0, 7997.0, 7956.0, 8026.0, 8003.0, 7981.0, 7975.0, 7987.0, 7986.0, 7992.0, 8055.0, 8016.0, 7968.0, 8024.0, 7933.0, 7962.0, 8022.0, 7947.0, 7998.0, 8057.0, 7965.0, 7992.0, 7959.0, 7966.0, 8016.0, 7986.0, 7986.0, 7986.0, 8000.0, 7987.0, 8001.0, 7955.0, 7985.0, 8041.0, 7948.0, 7965.0, 8027.0, 7967.0, 8025.0, 7948.0, 7979.0, 8024.0, 8011.0, 8044.0, 8004.0, 8023.0, 7967.0, 7983.0, 7994.0, 7991.0, 7998.0, 7978.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.005224706559263521</td></tr>
<tr><td colspan=3>aqi</td><td>0.061705105868814725</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.684263967580634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.122021921509216</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050717087903225</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>4592.646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.37653208780689873</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>348</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.04602991944764</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.863931140383027</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6239403010767517</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.287834648884641</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.680018471187689</td></tr>
<tr><td colspan=3>gcor</td><td>0.00639996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009655523113906384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02947481907904148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.526487324020311</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>17.9174</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.2957</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.4507</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2700.0977</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.4167</td></tr>
<tr><td colspan=3>tsnr</td><td>26.578882307279855</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>