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

616 lines
No EOL
106 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-0073_ses-01_task-social_acq-mb8_run-03_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-0073_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-03_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-0073/ses-01/func/sub-0073_ses-01_task-social_acq-mb8_run-03_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>aa90b095555ad83f7828c4637aec20eb</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:24:47.140000</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.998207, 0.00850271, -0.0592568, 0.00296173, 0.981635, 0.190746]</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-03_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.0955314</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7780, -7279, 622, -95, -313, 77, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e41e516b-58e1-498b-b2d8-5632d3c6c65f||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.678115129470825, 0.007946106605231762, -0.16143402457237244, 113.49669647216797], [-0.022812161594629288, 2.633654832839966, 0.5145638585090637, -95.60697937011719], [-0.158981591463089, -0.5117570757865906, 2.6455931663513184, -36.00532531738281], [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': ['192447.140000', '192447.600000', '192448.060000', '192448.520000', '192448.980000', '192449.440000', '192449.900000', '192450.360000', '192450.820000', '192451.280000', '192451.740000', '192452.200000', '192452.660000', '192453.120000', '192453.580000', '192454.040000', '192454.500000', '192454.960000', '192455.420000', '192455.880000', '192456.340000', '192456.800000', '192457.260000', '192457.720000', '192458.180000', '192458.640000', '192459.100000', '192459.560000', '192500.020000', '192500.480000', '192500.940000', '192501.400000', '192501.860000', '192502.320000', '192502.780000', '192503.240000', '192503.700000', '192504.160000', '192504.620000', '192505.080000', '192505.540000', '192506.000000', '192506.460000', '192506.920000', '192507.380000', '192507.840000', '192508.300000', '192508.760000', '192509.220000', '192509.680000', '192510.140000', '192510.600000', '192511.060000', '192511.520000', '192511.980000', '192512.440000', '192512.900000', '192513.360000', '192513.820000', '192514.280000', '192514.740000', '192515.200000', '192515.660000', '192516.120000', '192516.580000', '192517.040000', '192517.500000', '192517.960000', '192518.420000', '192518.880000', '192519.340000', '192519.800000', '192520.260000', '192520.720000', '192521.180000', '192521.640000', '192522.100000', '192522.560000', '192523.020000', '192523.480000', '192523.940000', '192524.400000', '192524.860000', '192525.320000', '192525.780000', '192526.240000', '192526.700000', '192527.160000', '192527.620000', '192528.080000', '192528.540000', '192529.000000', '192529.460000', '192529.920000', '192530.380000', '192530.840000', '192531.300000', '192531.760000', '192532.220000', '192532.680000', '192533.140000', '192533.600000', '192534.060000', '192534.520000', '192534.980000', '192535.440000', '192535.900000', '192536.360000', '192536.820000', '192537.280000', '192537.740000', '192538.200000', '192538.660000', '192539.120000', '192539.580000', '192540.040000', '192540.500000', '192540.960000', '192541.420000', '192541.880000', '192542.340000', '192542.800000', '192543.260000', '192543.720000', '192544.180000', '192544.640000', '192545.100000', '192545.560000', '192546.020000', '192546.480000', '192546.940000', '192547.400000', '192547.860000', '192548.320000', '192548.780000', '192549.240000', '192549.700000', '192550.160000', '192550.620000', '192551.080000', '192551.540000', '192552.000000', '192552.460000', '192552.920000', '192553.380000', '192553.840000', '192554.300000', '192554.760000', '192555.220000', '192555.680000', '192556.140000', '192556.600000', '192557.060000', '192557.520000', '192557.980000', '192558.440000', '192558.900000', '192559.360000', '192559.820000', '192600.280000', '192600.740000', '192601.200000', '192601.660000', '192602.120000', '192602.580000', '192603.040000', '192603.500000', '192603.960000', '192604.420000', '192604.880000', '192605.340000', '192605.800000', '192606.260000', '192606.720000', '192607.180000', '192607.640000', '192608.100000', '192608.560000', '192609.020000', '192609.480000', '192609.940000', '192610.400000', '192610.860000', '192611.320000', '192611.780000', '192612.240000', '192612.700000', '192613.160000', '192613.620000', '192614.080000', '192614.540000', '192615.000000', '192615.460000', '192615.920000', '192616.380000', '192616.840000', '192617.300000', '192617.760000', '192618.220000', '192618.680000', '192619.140000', '192619.600000', '192620.060000', '192620.520000', '192620.980000', '192621.440000', '192621.900000', '192622.360000', '192622.820000', '192623.280000', '192623.740000', '192624.200000', '192624.660000', '192625.120000', '192625.580000', '192626.040000', '192626.500000', '192626.960000', '192627.420000', '192627.880000', '192628.340000', '192628.800000', '192629.260000', '192629.720000', '192630.180000', '192630.640000', '192631.100000', '192631.560000', '192632.020000', '192632.480000', '192632.940000', '192633.400000', '192633.860000', '192634.320000', '192634.780000', '192635.240000', '192635.700000', '192636.160000', '192636.620000', '192637.080000', '192637.540000', '192638.000000', '192638.460000', '192638.920000', '192639.380000', '192639.840000', '192640.300000', '192640.760000', '192641.220000', '192641.680000', '192642.140000', '192642.600000', '192643.060000', '192643.520000', '192643.980000', '192644.440000', '192644.900000', '192645.360000', '192645.820000', '192646.280000', '192646.740000', '192647.200000', '192647.660000', '192648.120000', '192648.580000', '192649.040000', '192649.500000', '192649.960000', '192650.420000', '192650.880000', '192651.340000', '192651.800000', '192652.260000', '192652.720000', '192653.180000', '192653.640000', '192654.100000', '192654.560000', '192655.020000', '192655.480000', '192655.940000', '192656.400000', '192656.860000', '192657.320000', '192657.780000', '192658.240000', '192658.700000', '192659.160000', '192659.620000', '192700.080000', '192700.540000', '192701.000000', '192701.460000', '192701.920000', '192702.380000', '192702.840000', '192703.300000', '192703.760000', '192704.220000', '192704.680000', '192705.140000', '192705.600000', '192706.060000', '192706.520000', '192706.980000', '192707.440000', '192707.900000', '192708.360000', '192708.820000', '192709.280000', '192709.740000', '192710.200000', '192710.660000', '192711.120000', '192711.580000', '192712.040000', '192712.500000', '192712.960000', '192713.420000', '192713.880000', '192714.340000', '192714.800000', '192715.260000', '192715.720000', '192716.180000', '192716.640000', '192717.100000', '192717.560000', '192718.020000', '192718.480000', '192718.940000', '192719.400000', '192719.860000', '192720.320000', '192720.780000', '192721.240000', '192721.700000', '192722.160000', '192722.620000', '192723.080000', '192723.540000', '192724.000000', '192724.460000', '192724.920000', '192725.380000', '192725.840000', '192726.300000', '192726.760000', '192727.220000', '192727.680000', '192728.140000', '192728.600000', '192729.060000', '192729.520000', '192729.980000', '192730.440000', '192730.900000', '192731.360000', '192731.820000', '192732.280000', '192732.740000', '192733.200000', '192733.660000', '192734.120000', '192734.580000', '192735.040000', '192735.500000', '192735.960000', '192736.420000', '192736.880000', '192737.340000', '192737.800000', '192738.260000', '192738.720000', '192739.180000', '192739.640000', '192740.100000', '192740.560000', '192741.020000', '192741.480000', '192741.940000', '192742.400000', '192742.860000', '192743.320000', '192743.780000', '192744.240000', '192744.700000', '192745.160000', '192745.620000', '192746.080000', '192746.540000', '192747.000000', '192747.460000', '192747.920000', '192748.380000', '192748.840000', '192749.300000', '192749.760000', '192750.220000', '192750.680000', '192751.140000', '192751.600000', '192752.060000', '192752.520000', '192752.980000', '192753.440000', '192753.900000', '192754.360000', '192754.820000', '192755.280000', '192755.740000', '192756.200000', '192756.660000', '192757.120000', '192757.580000', '192758.040000', '192758.500000', '192758.960000', '192759.420000', '192759.880000', '192800.340000', '192800.800000', '192801.260000', '192801.720000', '192802.180000', '192802.640000', '192803.100000', '192803.560000', '192804.020000', '192804.480000', '192804.940000', '192805.400000', '192805.860000', '192806.320000', '192806.780000', '192807.240000', '192807.700000', '192808.160000', '192808.620000', '192809.080000', '192809.540000', '192810.000000', '192810.460000', '192810.920000', '192811.380000', '192811.840000', '192812.300000', '192812.760000', '192813.220000', '192813.680000', '192814.140000', '192814.600000', '192815.060000', '192815.520000', '192815.980000', '192816.440000', '192816.900000', '192817.360000', '192817.820000', '192818.280000', '192818.740000', '192819.200000', '192819.660000', '192820.120000', '192820.580000', '192821.040000', '192821.500000', '192821.960000', '192822.420000', '192822.880000', '192823.340000', '192823.800000', '192824.260000', '192824.720000', '192825.180000', '192825.640000', '192826.100000', '192826.560000', '192827.020000', '192827.480000', '192827.940000', '192828.400000', '192828.860000', '192829.320000', '192829.780000', '192830.240000', '192830.700000', '192831.160000', '192831.620000', '192832.080000', '192832.540000', '192833.000000', '192833.460000', '192833.920000', '192834.380000', '192834.840000', '192835.300000', '192835.760000', '192836.220000', '192836.680000', '192837.140000', '192837.600000', '192838.060000', '192838.520000', '192838.980000', '192839.440000', '192839.900000', '192840.360000', '192840.820000', '192841.280000', '192841.740000', '192842.200000', '192842.660000', '192843.120000', '192843.580000', '192844.040000', '192844.500000', '192844.960000', '192845.420000', '192845.880000', '192846.340000', '192846.800000', '192847.260000', '192847.720000', '192848.180000', '192848.640000', '192849.100000', '192849.560000', '192850.020000', '192850.480000', '192850.940000', '192851.400000', '192851.860000', '192852.320000', '192852.780000', '192853.240000', '192853.700000', '192854.160000', '192854.620000', '192855.080000', '192855.540000', '192856.000000', '192856.460000', '192856.920000', '192857.380000', '192857.840000', '192858.300000', '192858.760000', '192859.220000', '192859.680000', '192900.140000', '192900.600000', '192901.060000', '192901.520000', '192901.980000', '192902.440000', '192902.900000', '192903.360000', '192903.820000', '192904.280000', '192904.740000', '192905.200000', '192905.660000', '192906.120000', '192906.580000', '192907.040000', '192907.500000', '192907.960000', '192908.420000', '192908.880000', '192909.340000', '192909.800000', '192910.260000', '192910.720000', '192911.180000', '192911.640000', '192912.100000', '192912.560000', '192913.020000', '192913.480000', '192913.940000', '192914.400000', '192914.860000', '192915.320000', '192915.780000', '192916.240000', '192916.700000', '192917.160000', '192917.620000', '192918.080000', '192918.540000', '192919.000000', '192919.460000', '192919.920000', '192920.380000', '192920.840000', '192921.300000', '192921.760000', '192922.220000', '192922.680000', '192923.140000', '192923.600000', '192924.060000', '192924.520000', '192924.980000', '192925.440000', '192925.900000', '192926.360000', '192926.820000', '192927.280000', '192927.740000', '192928.200000', '192928.660000', '192929.120000', '192929.580000', '192930.040000', '192930.500000', '192930.960000', '192931.420000', '192931.880000', '192932.340000', '192932.800000', '192933.260000', '192933.720000', '192934.180000', '192934.640000', '192935.100000', '192935.560000', '192936.020000', '192936.480000', '192936.940000', '192937.400000', '192937.860000', '192938.320000', '192938.780000', '192939.240000', '192939.700000', '192940.160000', '192940.620000', '192941.080000', '192941.540000', '192942.000000', '192942.460000', '192942.920000', '192943.380000', '192943.840000', '192944.300000', '192944.760000', '192945.220000', '192945.680000', '192946.140000', '192946.600000', '192947.060000', '192947.520000', '192947.980000', '192948.440000', '192948.900000', '192949.360000', '192949.820000', '192950.280000', '192950.740000', '192951.200000', '192951.660000', '192952.120000', '192952.580000', '192953.040000', '192953.500000', '192953.960000', '192954.420000', '192954.880000', '192955.340000', '192955.800000', '192956.260000', '192956.720000', '192957.180000', '192957.640000', '192958.100000', '192958.560000', '192959.020000', '192959.480000', '192959.940000', '193000.400000', '193000.860000', '193001.320000', '193001.780000', '193002.240000', '193002.700000', '193003.160000', '193003.620000', '193004.080000', '193004.540000', '193005.000000', '193005.460000', '193005.920000', '193006.380000', '193006.840000', '193007.300000', '193007.760000', '193008.220000', '193008.680000', '193009.140000', '193009.600000', '193010.060000', '193010.520000', '193010.980000', '193011.440000', '193011.900000', '193012.360000', '193012.820000', '193013.280000', '193013.740000', '193014.200000', '193014.660000', '193015.120000', '193015.580000', '193016.040000', '193016.500000', '193016.960000', '193017.420000', '193017.880000', '193018.340000', '193018.800000', '193019.260000', '193019.720000', '193020.180000', '193020.640000', '193021.100000', '193021.560000', '193022.020000', '193022.480000', '193022.940000', '193023.400000', '193023.860000', '193024.320000', '193024.780000', '193025.240000', '193025.700000', '193026.160000', '193026.620000', '193027.080000', '193027.540000', '193028.000000', '193028.460000', '193028.920000', '193029.380000', '193029.840000', '193030.300000', '193030.760000', '193031.220000', '193031.680000', '193032.140000', '193032.600000', '193033.060000', '193033.520000', '193033.980000', '193034.440000', '193034.900000', '193035.360000', '193035.820000', '193036.280000', '193036.740000', '193037.200000', '193037.660000', '193038.120000', '193038.580000', '193039.040000', '193039.500000', '193039.960000', '193040.420000', '193040.880000', '193041.340000', '193041.800000', '193042.260000', '193042.720000', '193043.180000', '193043.640000', '193044.100000', '193044.560000', '193045.020000', '193045.480000', '193045.940000', '193046.400000', '193046.860000', '193047.320000', '193047.780000', '193048.240000', '193048.700000', '193049.160000', '193049.620000', '193050.080000', '193050.540000', '193051.000000', '193051.460000', '193051.920000', '193052.380000', '193052.840000', '193053.300000', '193053.760000', '193054.220000', '193054.680000', '193055.140000', '193055.600000', '193056.060000', '193056.520000', '193056.980000', '193057.440000', '193057.900000', '193058.360000', '193058.820000', '193059.280000', '193059.740000', '193100.200000', '193100.660000', '193101.120000', '193101.580000', '193102.040000', '193102.500000', '193102.960000', '193103.420000', '193103.880000', '193104.340000', '193104.800000', '193105.260000', '193105.720000', '193106.180000', '193106.640000', '193107.100000', '193107.560000', '193108.020000', '193108.480000', '193108.940000', '193109.400000', '193109.860000', '193110.320000', '193110.780000', '193111.240000', '193111.700000', '193112.160000', '193112.620000', '193113.080000', '193113.540000', '193114.000000', '193114.460000', '193114.920000', '193115.380000', '193115.840000', '193116.300000', '193116.760000', '193117.220000', '193117.680000', '193118.140000', '193118.600000', '193119.060000', '193119.520000', '193119.980000', '193120.440000', '193120.900000', '193121.360000', '193121.820000', '193122.280000', '193122.740000', '193123.200000', '193123.660000', '193124.120000', '193124.580000', '193125.040000', '193125.500000', '193125.960000', '193126.420000', '193126.880000', '193127.340000', '193127.800000'], 'ContentTime': ['192511.751000', '192511.754000', '192511.757000', '192511.759000', '192511.762000', '192511.765000', '192511.767000', '192511.770000', '192511.772000', '192511.775000', '192511.778000', '192511.780000', '192511.783000', '192511.786000', '192511.788000', '192511.791000', '192511.793000', '192511.802000', '192511.805000', '192511.807000', '192511.810000', '192511.812000', '192511.815000', '192511.818000', '192511.820000', '192511.823000', '192511.826000', '192511.828000', '192511.831000', '192511.834000', '192511.836000', '192511.839000', '192511.841000', '192511.844000', '192511.847000', '192511.849000', '192511.852000', '192511.855000', '192511.857000', '192511.860000', '192511.862000', '192511.865000', '192511.868000', '192511.870000', '192511.880000', '192511.883000', '192511.885000', '192511.888000', '192511.890000', '192511.893000', '192531.705000', '192531.708000', '192531.711000', '192531.714000', '192531.717000', '192531.719000', '192531.722000', '192531.724000', '192531.727000', '192531.730000', '192531.732000', '192531.735000', '192531.738000', '192531.740000', '192531.743000', '192531.746000', '192531.748000', '192531.751000', '192531.754000', '192531.759000', '192531.762000', '192531.764000', '192531.767000', '192531.769000', '192531.772000', '192531.774000', '192531.777000', '192531.780000', '192531.782000', '192531.785000', '192531.788000', '192531.790000', '192531.794000', '192531.798000', '192531.800000', '192531.803000', '192531.806000', '192531.808000', '192531.811000', '192531.813000', '192531.816000', '192531.819000', '192531.821000', '192551.705000', '192551.708000', '192551.711000', '192551.714000', '192551.716000', '192551.719000', '192551.722000', '192551.724000', '192551.727000', '192551.729000', '192551.732000', '192551.735000', '192551.737000', '192551.740000', '192551.742000', '192551.745000', '192551.748000', '192551.750000', '192551.753000', '192551.756000', '192551.758000', '192551.761000', '192551.763000', '192551.766000', '192551.769000', '192551.771000', '192551.774000', '192551.777000', '192551.779000', '192551.782000', '192551.784000', '192551.787000', '192551.790000', '192551.792000', '192551.795000', '192551.806000', '192551.809000', '192551.812000', '192551.814000', '192551.817000', '192551.819000', '192551.822000', '192551.824000', '192551.827000', '192611.704000', '192611.718000', '192611.721000', '192611.723000', '192611.726000', '192611.729000', '192611.731000', '192611.734000', '192611.736000', '192611.739000', '192611.742000', '192611.744000', '192611.747000', '192611.750000', '192611.752000', '192611.755000', '192611.757000', '192611.760000', '192611.763000', '192611.766000', '192611.769000', '192611.772000', '192611.774000', '192611.777000', '192611.780000', '192611.801000', '192611.804000', '192611.807000', '192611.809000', '192611.812000', '192611.814000', '192611.817000', '192611.820000', '192611.822000', '192611.825000', '192611.828000', '192611.830000', '192611.833000', '192611.835000', '192611.838000', '192611.841000', '192611.843000', '192611.846000', '192631.704000', '192631.707000', '192631.710000', '192631.722000', '192631.725000', '192631.727000', '192631.730000', '192631.733000', '192631.735000', '192631.738000', '192631.741000', '192631.743000', '192631.746000', '192631.748000', '192631.751000', '192631.753000', '192631.756000', '192631.759000', '192631.761000', '192631.764000', '192631.766000', '192631.769000', '192631.772000', '192631.777000', '192631.779000', '192631.782000', '192631.785000', '192631.787000', '192631.790000', '192631.792000', '192631.795000', '192631.798000', '192631.800000', '192631.803000', '192631.805000', '192631.808000', '192631.811000', '192631.813000', '192631.816000', '192631.819000', '192631.821000', '192631.824000', '192631.826000', '192631.829000', '192651.705000', '192651.708000', '192651.711000', '192651.714000', '192651.716000', '192651.719000', '192651.722000', '192651.724000', '192651.727000', '192651.730000', '192651.732000', '192651.735000', '192651.737000', '192651.740000', '192651.743000', '192651.745000', '192651.756000', '192651.758000', '192651.761000', '192651.764000', '192651.766000', '192651.769000', '192651.772000', '192651.775000', '192651.777000', '192651.780000', '192651.783000', '192651.787000', '192651.790000', '192651.792000', '192651.795000', '192651.798000', '192651.800000', '192651.803000', '192651.806000', '192651.808000', '192651.811000', '192651.813000', '192651.816000', '192651.819000', '192651.821000', '192651.824000', '192651.827000', '192711.705000', '192711.708000', '192711.711000', '192711.714000', '192711.716000', '192711.719000', '192711.721000', '192711.724000', '192711.727000', '192711.729000', '192711.732000', '192711.734000', '192711.737000', '192711.740000', '192711.742000', '192711.745000', '192711.748000', '192711.750000', '192711.753000', '192711.756000', '192711.758000', '192711.761000', '192711.763000', '192711.766000', '192711.769000', '192711.771000', '192711.774000', '192711.777000', '192711.779000', '192711.782000', '192711.785000', '192711.787000', '192711.790000', '192711.792000', '192711.795000', '192711.798000', '192711.800000', '192711.803000', '192711.806000', '192711.808000', '192711.811000', '192711.814000', '192711.816000', '192711.819000', '192731.706000', '192731.708000', '192731.711000', '192731.714000', '192731.717000', '192731.719000', '192731.722000', '192731.724000', '192731.727000', '192731.730000', '192731.732000', '192731.735000', '192731.737000', '192731.740000', '192731.743000', '192731.746000', '192731.748000', '192731.751000', '192731.753000', '192731.756000', '192731.759000', '192731.761000', '192731.764000', '192731.767000', '192731.769000', '192731.772000', '192731.774000', '192731.777000', '192731.780000', '192731.782000', '192731.785000', '192731.788000', '192731.790000', '192731.793000', '192731.803000', '192731.805000', '192731.808000', '192731.811000', '192731.813000', '192731.816000', '192731.819000', '192731.822000', '192731.824000', '192751.705000', '192751.708000', '192751.711000', '192751.714000', '192751.716000', '192751.719000', '192751.722000', '192751.724000', '192751.727000', '192751.729000', '192751.732000', '192751.735000', '192751.737000', '192751.740000', '192751.743000', '192751.745000', '192751.748000', '192751.751000', '192751.753000', '192751.756000', '192751.759000', '192751.761000', '192751.764000', '192751.766000', '192751.769000', '192751.772000', '192751.774000', '192751.777000', '192751.780000', '192751.782000', '192751.785000', '192751.788000', '192751.790000', '192751.793000', '192751.796000', '192751.798000', '192751.801000', '192751.803000', '192751.806000', '192751.809000', '192751.811000', '192751.814000', '192751.823000', '192751.826000', '192811.706000', '192811.709000', '192811.712000', '192811.714000', '192811.717000', '192811.719000', '192811.722000', '192811.725000', '192811.727000', '192811.730000', '192811.733000', '192811.735000', '192811.738000', '192811.740000', '192811.743000', '192811.746000', '192811.748000', '192811.751000', '192811.754000', '192811.756000', '192811.759000', '192811.761000', '192811.764000', '192811.767000', '192811.769000', '192811.772000', '192811.775000', '192811.777000', '192811.780000', '192811.782000', '192811.785000', '192811.788000', '192811.790000', '192811.793000', '192811.796000', '192811.798000', '192811.801000', '192811.804000', '192811.806000', '192811.809000', '192811.811000', '192811.814000', '192811.817000', '192831.705000', '192831.707000', '192831.710000', '192831.713000', '192831.716000', '192831.718000', '192831.721000', '192831.723000', '192831.726000', '192831.729000', '192831.731000', '192831.734000', '192831.737000', '192831.739000', '192831.742000', '192831.744000', '192831.747000', '192831.750000', '192831.752000', '192831.755000', '192831.758000', '192831.760000', '192831.763000', '192831.765000', '192831.768000', '192831.771000', '192831.773000', '192831.776000', '192831.779000', '192831.781000', '192831.784000', '192831.787000', '192831.789000', '192831.792000', '192831.794000', '192831.797000', '192831.800000', '192831.802000', '192831.805000', '192831.807000', '192831.810000', '192831.813000', '192831.815000', '192831.818000', '192851.705000', '192851.707000', '192851.710000', '192851.713000', '192851.715000', '192851.718000', '192851.721000', '192851.723000', '192851.726000', '192851.729000', '192851.731000', '192851.734000', '192851.737000', '192851.740000', '192851.742000', '192851.745000', '192851.747000', '192851.750000', '192851.753000', '192851.755000', '192851.758000', '192851.767000', '192851.770000', '192851.773000', '192851.775000', '192851.778000', '192851.781000', '192851.783000', '192851.786000', '192851.789000', '192851.791000', '192851.794000', '192851.796000', '192851.799000', '192851.802000', '192851.804000', '192851.807000', '192851.810000', '192851.812000', '192851.815000', '192851.818000', '192851.820000', '192851.823000', '192911.706000', '192911.708000', '192911.711000', '192911.714000', '192911.717000', '192911.720000', '192911.722000', '192911.725000', '192911.727000', '192911.730000', '192911.733000', '192911.736000', '192911.738000', '192911.741000', '192911.744000', '192911.746000', '192911.749000', '192911.752000', '192911.754000', '192911.757000', '192911.759000', '192911.762000', '192911.765000', '192911.767000', '192911.770000', '192911.773000', '192911.775000', '192911.778000', '192911.780000', '192911.783000', '192911.786000', '192911.788000', '192911.791000', '192911.794000', '192911.797000', '192911.799000', '192911.802000', '192911.805000', '192911.807000', '192911.810000', '192911.813000', '192911.815000', '192911.818000', '192911.820000', '192931.706000', '192931.709000', '192931.711000', '192931.714000', '192931.717000', '192931.719000', '192931.722000', '192931.725000', '192931.727000', '192931.741000', '192931.754000', '192931.756000', '192931.759000', '192931.762000', '192931.764000', '192931.767000', '192931.770000', '192931.772000', '192931.775000', '192931.777000', '192931.780000', '192931.783000', '192931.785000', '192931.788000', '192931.791000', '192931.793000', '192931.796000', '192931.799000', '192931.801000', '192931.804000', '192931.806000', '192931.809000', '192931.812000', '192931.814000', '192931.817000', '192931.819000', '192931.822000', '192931.825000', '192931.827000', '192931.830000', '192931.833000', '192931.835000', '192931.838000', '192951.706000', '192951.709000', '192951.711000', '192951.714000', '192951.716000', '192951.719000', '192951.722000', '192951.724000', '192951.727000', '192951.730000', '192951.732000', '192951.735000', '192951.738000', '192951.740000', '192951.743000', '192951.746000', '192951.748000', '192951.751000', '192951.754000', '192951.756000', '192951.759000', '192951.761000', '192951.764000', '192951.766000', '192951.769000', '192951.772000', '192951.774000', '192951.777000', '192951.780000', '192951.782000', '192951.785000', '192951.788000', '192951.790000', '192951.793000', '192951.795000', '192951.798000', '192951.801000', '192951.803000', '192951.806000', '192951.809000', '192951.811000', '192951.814000', '192951.817000', '192951.819000', '193011.705000', '193011.708000', '193011.711000', '193011.714000', '193011.716000', '193011.719000', '193011.722000', '193011.724000', '193011.727000', '193011.730000', '193011.733000', '193011.735000', '193011.738000', '193011.741000', '193011.743000', '193011.746000', '193011.749000', '193011.751000', '193011.754000', '193011.757000', '193011.759000', '193011.762000', '193011.765000', '193011.767000', '193011.770000', '193011.773000', '193011.775000', '193011.778000', '193011.781000', '193011.783000', '193011.786000', '193011.789000', '193011.791000', '193011.794000', '193011.797000', '193011.799000', '193011.802000', '193011.805000', '193011.808000', '193011.810000', '193011.813000', '193011.816000', '193011.824000', '193031.706000', '193031.708000', '193031.711000', '193031.714000', '193031.718000', '193031.720000', '193031.723000', '193031.725000', '193031.728000', '193031.731000', '193031.733000', '193031.736000', '193031.739000', '193031.741000', '193031.744000', '193031.747000', '193031.749000', '193031.752000', '193031.754000', '193031.757000', '193031.760000', '193031.762000', '193031.765000', '193031.768000', '193031.770000', '193031.773000', '193031.776000', '193031.778000', '193031.781000', '193031.784000', '193031.786000', '193031.789000', '193031.791000', '193031.794000', '193031.797000', '193031.799000', '193031.802000', '193031.805000', '193031.807000', '193031.810000', '193031.812000', '193031.815000', '193031.818000', '193031.820000', '193051.705000', '193051.707000', '193051.711000', '193051.714000', '193051.716000', '193051.719000', '193051.722000', '193051.725000', '193051.728000', '193051.730000', '193051.733000', '193051.736000', '193051.739000', '193051.741000', '193051.758000', '193051.760000', '193051.763000', '193051.766000', '193051.768000', '193051.771000', '193051.774000', '193051.776000', '193051.780000', '193051.783000', '193051.786000', '193051.788000', '193051.791000', '193051.793000', '193051.796000', '193051.799000', '193051.801000', '193051.804000', '193051.807000', '193051.809000', '193051.824000', '193051.827000', '193051.829000', '193051.832000', '193051.835000', '193051.837000', '193051.840000', '193051.842000', '193051.845000', '193111.705000', '193111.708000', '193111.710000', '193111.713000', '193111.716000', '193111.718000', '193111.721000', '193111.724000', '193111.726000', '193111.733000', '193111.736000', '193111.739000', '193111.742000', '193111.744000', '193111.747000', '193111.750000', '193111.753000', '193111.756000', '193111.758000', '193111.761000', '193111.764000', '193111.766000', '193111.769000', '193111.772000', '193111.774000', '193111.777000', '193111.779000', '193111.782000', '193111.785000', '193111.787000', '193111.790000', '193111.793000', '193111.795000', '193111.798000', '193111.801000', '193111.803000', '193111.806000', '193111.808000', '193111.811000', '193111.814000', '193111.816000', '193111.819000', '193111.822000', '193111.824000', '193129.674000', '193129.678000', '193129.681000', '193129.683000', '193129.686000', '193129.689000', '193129.692000', '193129.695000', '193129.698000', '193129.701000', '193129.704000', '193129.706000', '193129.709000', '193129.712000', '193129.715000', '193129.718000', '193129.720000', '193129.723000', '193129.727000', '193129.730000', '193129.733000', '193129.736000', '193129.739000', '193129.741000', '193129.744000', '193129.747000', '193129.750000', '193129.753000', '193129.756000', '193129.769000', '193129.772000', '193129.775000', '193129.778000', '193129.781000', '193129.783000', '193129.786000', '193129.789000', '193129.792000', '193129.795000'], 'InstanceCreationTime': ['192511.751000', '192511.754000', '192511.757000', '192511.759000', '192511.762000', '192511.765000', '192511.767000', '192511.770000', '192511.772000', '192511.775000', '192511.778000', '192511.780000', '192511.783000', '192511.786000', '192511.788000', '192511.791000', '192511.793000', '192511.802000', '192511.805000', '192511.807000', '192511.810000', '192511.812000', '192511.815000', '192511.818000', '192511.820000', '192511.823000', '192511.826000', '192511.828000', '192511.831000', '192511.834000', '192511.836000', '192511.839000', '192511.841000', '192511.844000', '192511.847000', '192511.849000', '192511.852000', '192511.855000', '192511.857000', '192511.860000', '192511.862000', '192511.865000', '192511.868000', '192511.870000', '192511.880000', '192511.883000', '192511.885000', '192511.888000', '192511.890000', '192511.893000', '192531.705000', '192531.708000', '192531.711000', '192531.714000', '192531.717000', '192531.719000', '192531.722000', '192531.724000', '192531.727000', '192531.730000', '192531.732000', '192531.735000', '192531.738000', '192531.740000', '192531.743000', '192531.746000', '192531.748000', '192531.751000', '192531.754000', '192531.759000', '192531.762000', '192531.764000', '192531.767000', '192531.769000', '192531.772000', '192531.774000', '192531.777000', '192531.780000', '192531.782000', '192531.785000', '192531.788000', '192531.790000', '192531.794000', '192531.798000', '192531.800000', '192531.803000', '192531.806000', '192531.808000', '192531.811000', '192531.813000', '192531.816000', '192531.819000', '192531.821000', '192551.705000', '192551.708000', '192551.711000', '192551.714000', '192551.716000', '192551.719000', '192551.722000', '192551.724000', '192551.727000', '192551.729000', '192551.732000', '192551.735000', '192551.737000', '192551.740000', '192551.742000', '192551.745000', '192551.748000', '192551.750000', '192551.753000', '192551.756000', '192551.758000', '192551.761000', '192551.763000', '192551.766000', '192551.769000', '192551.771000', '192551.774000', '192551.777000', '192551.779000', '192551.782000', '192551.784000', '192551.787000', '192551.790000', '192551.792000', '192551.795000', '192551.806000', '192551.809000', '192551.812000', '192551.814000', '192551.817000', '192551.819000', '192551.822000', '192551.824000', '192551.827000', '192611.704000', '192611.718000', '192611.721000', '192611.723000', '192611.726000', '192611.729000', '192611.731000', '192611.734000', '192611.736000', '192611.739000', '192611.742000', '192611.744000', '192611.747000', '192611.750000', '192611.752000', '192611.755000', '192611.757000', '192611.760000', '192611.763000', '192611.766000', '192611.769000', '192611.772000', '192611.774000', '192611.777000', '192611.780000', '192611.801000', '192611.804000', '192611.807000', '192611.809000', '192611.812000', '192611.814000', '192611.817000', '192611.820000', '192611.822000', '192611.825000', '192611.828000', '192611.830000', '192611.833000', '192611.835000', '192611.838000', '192611.841000', '192611.843000', '192611.846000', '192631.704000', '192631.707000', '192631.710000', '192631.722000', '192631.725000', '192631.727000', '192631.730000', '192631.733000', '192631.735000', '192631.738000', '192631.741000', '192631.743000', '192631.746000', '192631.748000', '192631.751000', '192631.753000', '192631.756000', '192631.759000', '192631.761000', '192631.764000', '192631.766000', '192631.769000', '192631.772000', '192631.777000', '192631.779000', '192631.782000', '192631.785000', '192631.787000', '192631.790000', '192631.792000', '192631.795000', '192631.798000', '192631.800000', '192631.803000', '192631.805000', '192631.808000', '192631.811000', '192631.813000', '192631.816000', '192631.819000', '192631.821000', '192631.824000', '192631.826000', '192631.829000', '192651.705000', '192651.708000', '192651.711000', '192651.714000', '192651.716000', '192651.719000', '192651.722000', '192651.724000', '192651.727000', '192651.730000', '192651.732000', '192651.735000', '192651.737000', '192651.740000', '192651.743000', '192651.745000', '192651.756000', '192651.758000', '192651.761000', '192651.764000', '192651.766000', '192651.769000', '192651.772000', '192651.775000', '192651.777000', '192651.780000', '192651.783000', '192651.787000', '192651.790000', '192651.792000', '192651.795000', '192651.798000', '192651.800000', '192651.803000', '192651.806000', '192651.808000', '192651.811000', '192651.813000', '192651.816000', '192651.819000', '192651.821000', '192651.824000', '192651.827000', '192711.705000', '192711.708000', '192711.711000', '192711.714000', '192711.716000', '192711.719000', '192711.721000', '192711.724000', '192711.727000', '192711.729000', '192711.732000', '192711.734000', '192711.737000', '192711.740000', '192711.742000', '192711.745000', '192711.748000', '192711.750000', '192711.753000', '192711.756000', '192711.758000', '192711.761000', '192711.763000', '192711.766000', '192711.769000', '192711.771000', '192711.774000', '192711.777000', '192711.779000', '192711.782000', '192711.785000', '192711.787000', '192711.790000', '192711.792000', '192711.795000', '192711.798000', '192711.800000', '192711.803000', '192711.806000', '192711.808000', '192711.811000', '192711.814000', '192711.816000', '192711.819000', '192731.706000', '192731.708000', '192731.711000', '192731.714000', '192731.717000', '192731.719000', '192731.722000', '192731.724000', '192731.727000', '192731.730000', '192731.732000', '192731.735000', '192731.737000', '192731.740000', '192731.743000', '192731.746000', '192731.748000', '192731.751000', '192731.753000', '192731.756000', '192731.759000', '192731.761000', '192731.764000', '192731.767000', '192731.769000', '192731.772000', '192731.774000', '192731.777000', '192731.780000', '192731.782000', '192731.785000', '192731.788000', '192731.790000', '192731.793000', '192731.803000', '192731.805000', '192731.808000', '192731.811000', '192731.813000', '192731.816000', '192731.819000', '192731.822000', '192731.824000', '192751.705000', '192751.708000', '192751.711000', '192751.714000', '192751.716000', '192751.719000', '192751.722000', '192751.724000', '192751.727000', '192751.729000', '192751.732000', '192751.735000', '192751.737000', '192751.740000', '192751.743000', '192751.745000', '192751.748000', '192751.751000', '192751.753000', '192751.756000', '192751.759000', '192751.761000', '192751.764000', '192751.766000', '192751.769000', '192751.772000', '192751.774000', '192751.777000', '192751.780000', '192751.782000', '192751.785000', '192751.788000', '192751.790000', '192751.793000', '192751.796000', '192751.798000', '192751.801000', '192751.803000', '192751.806000', '192751.809000', '192751.811000', '192751.814000', '192751.823000', '192751.826000', '192811.706000', '192811.709000', '192811.712000', '192811.714000', '192811.717000', '192811.719000', '192811.722000', '192811.725000', '192811.727000', '192811.730000', '192811.733000', '192811.735000', '192811.738000', '192811.740000', '192811.743000', '192811.746000', '192811.748000', '192811.751000', '192811.754000', '192811.756000', '192811.759000', '192811.761000', '192811.764000', '192811.767000', '192811.769000', '192811.772000', '192811.775000', '192811.777000', '192811.780000', '192811.782000', '192811.785000', '192811.788000', '192811.790000', '192811.793000', '192811.796000', '192811.798000', '192811.801000', '192811.804000', '192811.806000', '192811.809000', '192811.811000', '192811.814000', '192811.817000', '192831.705000', '192831.707000', '192831.710000', '192831.713000', '192831.716000', '192831.718000', '192831.721000', '192831.723000', '192831.726000', '192831.729000', '192831.731000', '192831.734000', '192831.737000', '192831.739000', '192831.742000', '192831.744000', '192831.747000', '192831.750000', '192831.752000', '192831.755000', '192831.758000', '192831.760000', '192831.763000', '192831.765000', '192831.768000', '192831.771000', '192831.773000', '192831.776000', '192831.779000', '192831.781000', '192831.784000', '192831.787000', '192831.789000', '192831.792000', '192831.794000', '192831.797000', '192831.800000', '192831.802000', '192831.805000', '192831.807000', '192831.810000', '192831.813000', '192831.815000', '192831.818000', '192851.705000', '192851.707000', '192851.710000', '192851.713000', '192851.715000', '192851.718000', '192851.721000', '192851.723000', '192851.726000', '192851.729000', '192851.731000', '192851.734000', '192851.737000', '192851.740000', '192851.742000', '192851.745000', '192851.747000', '192851.750000', '192851.753000', '192851.755000', '192851.758000', '192851.767000', '192851.770000', '192851.773000', '192851.775000', '192851.778000', '192851.781000', '192851.783000', '192851.786000', '192851.789000', '192851.791000', '192851.794000', '192851.796000', '192851.799000', '192851.802000', '192851.804000', '192851.807000', '192851.810000', '192851.812000', '192851.815000', '192851.818000', '192851.820000', '192851.823000', '192911.706000', '192911.708000', '192911.711000', '192911.714000', '192911.717000', '192911.720000', '192911.722000', '192911.725000', '192911.727000', '192911.730000', '192911.733000', '192911.736000', '192911.738000', '192911.741000', '192911.744000', '192911.746000', '192911.749000', '192911.752000', '192911.754000', '192911.757000', '192911.759000', '192911.762000', '192911.765000', '192911.767000', '192911.770000', '192911.773000', '192911.775000', '192911.778000', '192911.780000', '192911.783000', '192911.786000', '192911.788000', '192911.791000', '192911.794000', '192911.797000', '192911.799000', '192911.802000', '192911.805000', '192911.807000', '192911.810000', '192911.813000', '192911.815000', '192911.818000', '192911.820000', '192931.706000', '192931.709000', '192931.711000', '192931.714000', '192931.717000', '192931.719000', '192931.722000', '192931.725000', '192931.727000', '192931.741000', '192931.754000', '192931.756000', '192931.759000', '192931.762000', '192931.764000', '192931.767000', '192931.770000', '192931.772000', '192931.775000', '192931.777000', '192931.780000', '192931.783000', '192931.785000', '192931.788000', '192931.791000', '192931.793000', '192931.796000', '192931.799000', '192931.801000', '192931.804000', '192931.806000', '192931.809000', '192931.812000', '192931.814000', '192931.817000', '192931.819000', '192931.822000', '192931.825000', '192931.827000', '192931.830000', '192931.833000', '192931.835000', '192931.838000', '192951.706000', '192951.709000', '192951.711000', '192951.714000', '192951.716000', '192951.719000', '192951.722000', '192951.724000', '192951.727000', '192951.730000', '192951.732000', '192951.735000', '192951.738000', '192951.740000', '192951.743000', '192951.746000', '192951.748000', '192951.751000', '192951.754000', '192951.756000', '192951.759000', '192951.761000', '192951.764000', '192951.766000', '192951.769000', '192951.772000', '192951.774000', '192951.777000', '192951.780000', '192951.782000', '192951.785000', '192951.788000', '192951.790000', '192951.793000', '192951.795000', '192951.798000', '192951.801000', '192951.803000', '192951.806000', '192951.809000', '192951.811000', '192951.814000', '192951.817000', '192951.819000', '193011.705000', '193011.708000', '193011.711000', '193011.714000', '193011.716000', '193011.719000', '193011.722000', '193011.724000', '193011.727000', '193011.730000', '193011.733000', '193011.735000', '193011.738000', '193011.741000', '193011.743000', '193011.746000', '193011.749000', '193011.751000', '193011.754000', '193011.757000', '193011.759000', '193011.762000', '193011.765000', '193011.767000', '193011.770000', '193011.773000', '193011.775000', '193011.778000', '193011.781000', '193011.783000', '193011.786000', '193011.789000', '193011.791000', '193011.794000', '193011.797000', '193011.799000', '193011.802000', '193011.805000', '193011.808000', '193011.810000', '193011.813000', '193011.816000', '193011.824000', '193031.706000', '193031.708000', '193031.711000', '193031.714000', '193031.718000', '193031.720000', '193031.723000', '193031.725000', '193031.728000', '193031.731000', '193031.733000', '193031.736000', '193031.739000', '193031.741000', '193031.744000', '193031.747000', '193031.749000', '193031.752000', '193031.754000', '193031.757000', '193031.760000', '193031.762000', '193031.765000', '193031.768000', '193031.770000', '193031.773000', '193031.776000', '193031.778000', '193031.781000', '193031.784000', '193031.786000', '193031.789000', '193031.791000', '193031.794000', '193031.797000', '193031.799000', '193031.802000', '193031.805000', '193031.807000', '193031.810000', '193031.812000', '193031.815000', '193031.818000', '193031.820000', '193051.705000', '193051.707000', '193051.711000', '193051.714000', '193051.716000', '193051.719000', '193051.722000', '193051.725000', '193051.728000', '193051.730000', '193051.733000', '193051.736000', '193051.739000', '193051.741000', '193051.758000', '193051.760000', '193051.763000', '193051.766000', '193051.768000', '193051.771000', '193051.774000', '193051.776000', '193051.780000', '193051.783000', '193051.786000', '193051.788000', '193051.791000', '193051.793000', '193051.796000', '193051.799000', '193051.801000', '193051.804000', '193051.807000', '193051.809000', '193051.824000', '193051.827000', '193051.829000', '193051.832000', '193051.835000', '193051.837000', '193051.840000', '193051.842000', '193051.845000', '193111.705000', '193111.708000', '193111.710000', '193111.713000', '193111.716000', '193111.718000', '193111.721000', '193111.724000', '193111.726000', '193111.733000', '193111.736000', '193111.739000', '193111.742000', '193111.744000', '193111.747000', '193111.750000', '193111.753000', '193111.756000', '193111.758000', '193111.761000', '193111.764000', '193111.766000', '193111.769000', '193111.772000', '193111.774000', '193111.777000', '193111.779000', '193111.782000', '193111.785000', '193111.787000', '193111.790000', '193111.793000', '193111.795000', '193111.798000', '193111.801000', '193111.803000', '193111.806000', '193111.808000', '193111.811000', '193111.814000', '193111.816000', '193111.819000', '193111.822000', '193111.824000', '193129.674000', '193129.678000', '193129.681000', '193129.683000', '193129.686000', '193129.689000', '193129.692000', '193129.695000', '193129.698000', '193129.701000', '193129.704000', '193129.706000', '193129.709000', '193129.712000', '193129.715000', '193129.718000', '193129.720000', '193129.723000', '193129.727000', '193129.730000', '193129.733000', '193129.736000', '193129.739000', '193129.741000', '193129.744000', '193129.747000', '193129.750000', '193129.753000', '193129.756000', '193129.769000', '193129.772000', '193129.775000', '193129.778000', '193129.781000', '193129.783000', '193129.786000', '193129.789000', '193129.792000', '193129.795000'], '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': [14466, 9028, 10714, 17842, 8554, 15813, 8996, 12321, 8565, 9126, 8410, 9016, 16135, 8616, 12906, 10063, 11184, 8276, 9286, 13173, 8557, 17322, 8624, 12586, 8084, 11473, 8136, 10600, 8598, 11028, 8147, 11073, 8549, 9835, 8290, 9706, 8359, 9290, 8384, 10068, 8555, 12262, 8812, 13610, 8301, 12772, 8618, 12990, 16029, 12443, 18252, 13438, 14972, 8908, 15782, 8513, 13971, 8465, 13866, 8599, 10957, 7975, 9205, 8476, 8361, 8709, 8137, 10376, 8194, 10946, 8112, 10446, 9897, 8386, 14444, 8144, 11572, 7927, 11415, 8413, 9821, 8023, 8727, 10242, 8735, 15961, 9602, 12879, 9262, 8935, 13357, 8485, 18233, 11625, 13841, 8276, 9314, 8034, 10048, 11842, 8193, 11939, 8105, 8841, 11195, 8974, 17719, 10061, 11152, 18165, 12522, 16155, 11920, 11479, 16133, 8665, 16514, 10167, 11578, 7729, 8964, 7729, 8687, 8225, 8633, 8182, 8353, 8188, 8662, 9165, 8126, 8836, 8768, 13045, 8159, 16022, 12647, 12284, 18415, 10860, 13671, 8010, 9084, 16059, 8279, 14625, 11536, 10462, 7700, 8938, 8154, 8617, 15293, 7990, 10896, 8147, 10010, 14301, 8500, 15016, 10531, 10552, 11215, 8818, 19048, 11885, 15025, 13749, 10235, 10831, 9313, 12216, 9022, 9072, 7732, 8357, 8020, 8638, 13201, 8682, 11646, 9381, 9950, 18372, 12356, 17828, 12006, 12867, 12971, 9553, 19662, 12306, 15465, 12924, 12076, 8072, 7479, 7930, 9649, 8489, 11081, 8993, 10714, 8106, 13338, 10188, 13023, 12752, 10142, 17777, 8506, 14584, 9747, 10805, 15168, 9373, 16074, 8102, 11880, 7635, 8426, 14206, 7476, 11508, 7985, 9169, 10207, 8126, 11317, 8388, 9401, 7334, 8464, 13817, 7599, 11598, 8012, 8356, 15619, 7364, 12406, 7693, 9035, 15388, 8478, 13976, 9409, 9401, 9149, 8197, 12944, 8410, 10347, 7452, 9227, 9203, 8105, 13512, 9424, 9961, 11951, 8671, 12039, 7874, 8217, 10100, 8794, 11091, 7922, 8368, 15424, 7725, 11819, 7752, 8734, 7567, 8542, 8515, 7859, 14772, 8084, 12029, 9660, 8817, 18733, 9386, 14356, 9914, 11676, 8160, 8740, 13053, 7971, 13679, 7659, 10806, 7848, 8580, 15790, 8054, 11904, 8324, 9988, 7648, 8200, 14829, 7739, 12898, 10878, 11035, 10336, 10658, 7921, 7668, 8378, 12983, 8272, 8755, 7995, 9444, 19693, 14966, 15854, 11564, 10259, 19017, 10968, 15540, 12408, 10272, 18747, 13809, 14306, 10382, 10415, 12455, 8724, 8851, 7236, 8177, 9875, 7439, 9038, 7343, 8053, 8112, 8102, 11342, 8383, 9242, 13029, 8503, 15600, 10925, 12725, 8596, 10683, 18615, 10147, 15187, 10283, 9991, 18259, 8048, 11076, 7955, 8591, 15858, 8587, 11867, 8553, 8712, 14546, 7865, 10334, 7967, 8312, 7783, 8146, 13816, 9364, 10537, 8299, 8110, 18222, 10187, 14646, 12021, 9172, 17827, 9413, 14577, 9829, 9170, 15076, 7777, 12333, 8667, 9781, 7281, 8184, 10651, 7674, 9988, 8324, 9004, 7661, 10680, 8375, 10496, 7609, 7183, 8393, 7527, 9389, 14592, 10546, 16239, 10567, 12029, 16243, 10464, 16162, 10031, 11335, 19188, 13980, 14797, 10283, 10245, 11590, 8433, 13498, 7692, 9135, 7588, 7350, 7850, 7574, 8307, 12568, 9832, 10766, 17300, 11266, 14196, 9781, 9842, 16140, 7897, 9545, 7469, 8016, 8783, 7906, 9222, 7658, 8474, 6939, 8022, 9563, 7443, 10792, 7698, 10271, 7938, 7960, 14943, 7922, 12258, 8279, 8471, 15284, 7518, 13286, 9231, 8772, 17206, 9831, 13927, 8121, 12819, 9241, 9246, 12930, 7594, 9479, 7413, 8114, 7260, 8245, 9902, 7872, 10199, 8119, 11105, 8186, 10591, 7704, 10633, 8169, 14265, 9966, 12710, 9951, 12290, 10904, 8983, 18852, 14016, 14679, 11086, 10035, 13288, 8318, 15219, 7943, 11623, 7523, 8952, 10312, 7709, 14561, 9318, 11740, 7494, 8428, 16374, 8355, 14558, 11103, 10609, 7466, 8819, 14295, 7383, 16251, 9921, 11750, 7652, 9634, 8043, 7948, 17313, 7961, 12739, 7985, 10802, 7571, 8066, 17282, 8144, 13251, 9638, 12011, 7830, 8505, 11383, 7727, 13130, 9773, 10208, 7452, 8326, 18788, 9439, 14696, 10019, 9067, 8984, 8945, 7491, 8684, 7835, 9027, 8092, 7210, 9029, 8184, 8538, 8219, 7384, 9785, 17664, 13770, 14624, 10863, 10100, 14427, 8037, 16729, 7764, 12538, 8087, 9138, 10111, 8090, 7270, 8332, 14095, 7758, 11785, 8222, 8768, 15874, 8197, 15324, 8026, 12316, 7942, 8449, 14323, 7999, 13049, 8666, 11001, 9470, 8721, 16319, 8555, 11180, 7463, 8212, 14970, 7591, 10961, 8729, 8981, 7137, 8225, 15159, 7642, 10803, 7787, 8389, 7322, 7699, 9868, 7718, 9947, 8042, 9126, 7564, 7938, 7790, 8598, 7146, 8938, 7511, 9292, 7848, 11416, 9259, 15702, 9791, 12550, 8169, 16837, 12530, 13514, 12330, 9198, 18726, 10614, 14783, 10113, 10480, 16207, 8111, 10458, 7765, 8151, 8242, 7501, 9472, 7892, 8888, 7618, 8097, 12462, 7838, 10665, 8549, 8091, 15468, 7981, 12025, 7746, 9415, 9943, 7976, 13484, 8122, 10482, 7637, 8431, 16814, 8513, 13256, 9080, 8496, 19132, 10822, 15018, 12995, 10573, 17591, 10995, 13066, 8488, 8304, 17571, 7896, 9793, 7345, 8110, 7295, 7899, 8307, 8034, 10575, 8170, 9540, 9467, 11389, 10558, 9144, 8266, 7285, 9537, 8113, 9841, 8166, 12325, 9846, 15770, 17797, 13242, 17662, 10470, 13994, 9343, 8756, 19249, 10922, 15566, 7985, 9237, 9458, 8184, 12556, 8218, 9144, 7564, 8447, 9268, 7628, 9889, 8107, 8341, 7722, 8000, 13293, 8343, 9224, 12985, 7795, 15410, 9548, 10401, 16274, 8823, 13571, 11793, 10503, 7688, 8345, 15837, 8135, 10991, 7835, 8388, 11034, 8190, 9648, 7863, 8871, 7571, 8454, 7383, 8431, 7697, 9116, 7842, 7256, 9615, 7827, 12647, 9036, 13066, 10604, 14582, 10438, 16607, 14409, 11022, 16374, 9475, 14642, 10595, 11025, 8253, 8392, 13413, 7584, 11493, 7452, 9201, 7307, 8723, 7618, 7558, 8606, 7841, 10180, 8174, 9093, 8660, 7930, 8671, 8021, 13257, 8089, 10412, 7468, 8395, 7296, 8087, 13177, 7591, 9759, 7614, 8034, 17210, 9833, 13665, 10220, 11262, 7662, 11406, 7407, 8397, 8129, 8116, 8305, 11522, 8595, 10720, 7302, 9719, 7802, 12454, 8709, 15073, 10464, 14252, 8544, 10110, 17660, 8857, 15345, 10042], 'WindowCenter': [4555.0, 4474.0, 4482.0, 4528.0, 4464.0, 4509.0, 4475.0, 4503.0, 4463.0, 4456.0, 4463.0, 4474.0, 4505.0, 4475.0, 4500.0, 4470.0, 4477.0, 4449.0, 4473.0, 4501.0, 4475.0, 4533.0, 4446.0, 4501.0, 4436.0, 4475.0, 4465.0, 4477.0, 4458.0, 4480.0, 4464.0, 4493.0, 4463.0, 4483.0, 4464.0, 4473.0, 4464.0, 4473.0, 4449.0, 4467.0, 4463.0, 4491.0, 4475.0, 4513.0, 4451.0, 4503.0, 4448.0, 4503.0, 4504.0, 4478.0, 4517.0, 4502.0, 4499.0, 4432.0, 4507.0, 4448.0, 4481.0, 4438.0, 4487.0, 4435.0, 4467.0, 4439.0, 4443.0, 4433.0, 4451.0, 4444.0, 4464.0, 4482.0, 4447.0, 4493.0, 4464.0, 4479.0, 4468.0, 4447.0, 4523.0, 4448.0, 4487.0, 4452.0, 4488.0, 4460.0, 4481.0, 4467.0, 4461.0, 4480.0, 4488.0, 4534.0, 4482.0, 4528.0, 4470.0, 4487.0, 4511.0, 4476.0, 4545.0, 4494.0, 4514.0, 4450.0, 4475.0, 4437.0, 4485.0, 4488.0, 4477.0, 4491.0, 4465.0, 4475.0, 4476.0, 4458.0, 4534.0, 4473.0, 4494.0, 4515.0, 4485.0, 4504.0, 4491.0, 4477.0, 4495.0, 4434.0, 4502.0, 4470.0, 4479.0, 4440.0, 4446.0, 4451.0, 4462.0, 4451.0, 4445.0, 4445.0, 4452.0, 4450.0, 4487.0, 4470.0, 4473.0, 4474.0, 4490.0, 4514.0, 4479.0, 4520.0, 4501.0, 4517.0, 4544.0, 4478.0, 4497.0, 4454.0, 4457.0, 4509.0, 4465.0, 4513.0, 4493.0, 4465.0, 4436.0, 4459.0, 4436.0, 4460.0, 4521.0, 4450.0, 4479.0, 4453.0, 4482.0, 4525.0, 4475.0, 4520.0, 4480.0, 4479.0, 4494.0, 4475.0, 4544.0, 4488.0, 4524.0, 4502.0, 4483.0, 4481.0, 4458.0, 4474.0, 4463.0, 4463.0, 4452.0, 4464.0, 4453.0, 4475.0, 4513.0, 4464.0, 4476.0, 4460.0, 4484.0, 4518.0, 4486.0, 4531.0, 4474.0, 4491.0, 4489.0, 4444.0, 4529.0, 4491.0, 4523.0, 4490.0, 4489.0, 4450.0, 4429.0, 4436.0, 4469.0, 4463.0, 4490.0, 4475.0, 4494.0, 4466.0, 4498.0, 4499.0, 4527.0, 4487.0, 4473.0, 4520.0, 4434.0, 4494.0, 4459.0, 4470.0, 4481.0, 4460.0, 4508.0, 4439.0, 4461.0, 4428.0, 4433.0, 4510.0, 4441.0, 4478.0, 4439.0, 4443.0, 4452.0, 4435.0, 4464.0, 4437.0, 4460.0, 4440.0, 4451.0, 4499.0, 4440.0, 4480.0, 4440.0, 4452.0, 4510.0, 4441.0, 4473.0, 4424.0, 4462.0, 4510.0, 4452.0, 4500.0, 4460.0, 4444.0, 4444.0, 4435.0, 4490.0, 4451.0, 4464.0, 4442.0, 4473.0, 4444.0, 4449.0, 4514.0, 4456.0, 4456.0, 4475.0, 4462.0, 4476.0, 4453.0, 4453.0, 4468.0, 4463.0, 4492.0, 4453.0, 4465.0, 4534.0, 4481.0, 4528.0, 4452.0, 4477.0, 4452.0, 4474.0, 4470.0, 4478.0, 4509.0, 4465.0, 4504.0, 4467.0, 4475.0, 4543.0, 4474.0, 4511.0, 4483.0, 4492.0, 4434.0, 4461.0, 4483.0, 4452.0, 4510.0, 4453.0, 4492.0, 4450.0, 4463.0, 4521.0, 4434.0, 4492.0, 4462.0, 4482.0, 4453.0, 4464.0, 4512.0, 4437.0, 4502.0, 4494.0, 4492.0, 4497.0, 4476.0, 4448.0, 4465.0, 4477.0, 4512.0, 4477.0, 4476.0, 4462.0, 4481.0, 4543.0, 4522.0, 4536.0, 4495.0, 4483.0, 4514.0, 4480.0, 4511.0, 4479.0, 4471.0, 4519.0, 4499.0, 4500.0, 4458.0, 4468.0, 4477.0, 4449.0, 4432.0, 4409.0, 4448.0, 4457.0, 4424.0, 4459.0, 4424.0, 4452.0, 4451.0, 4464.0, 4477.0, 4462.0, 4473.0, 4502.0, 4463.0, 4522.0, 4465.0, 4502.0, 4462.0, 4484.0, 4532.0, 4483.0, 4495.0, 4472.0, 4472.0, 4530.0, 4435.0, 4481.0, 4450.0, 4463.0, 4520.0, 4444.0, 4475.0, 4449.0, 4461.0, 4510.0, 4445.0, 4464.0, 4453.0, 4462.0, 4453.0, 4465.0, 4527.0, 4485.0, 4494.0, 4464.0, 4448.0, 4531.0, 4466.0, 4494.0, 4491.0, 4472.0, 4520.0, 4460.0, 4498.0, 4458.0, 4459.0, 4497.0, 4439.0, 4486.0, 4449.0, 4459.0, 4411.0, 4449.0, 4469.0, 4422.0, 4470.0, 4451.0, 4472.0, 4452.0, 4471.0, 4440.0, 4468.0, 4440.0, 4444.0, 4463.0, 4465.0, 4475.0, 4524.0, 4479.0, 4534.0, 4465.0, 4504.0, 4521.0, 4481.0, 4509.0, 4439.0, 4467.0, 4505.0, 4499.0, 4498.0, 4456.0, 4438.0, 4452.0, 4423.0, 4471.0, 4425.0, 4444.0, 4425.0, 4425.0, 4449.0, 4438.0, 4452.0, 4491.0, 4458.0, 4469.0, 4507.0, 4467.0, 4486.0, 4443.0, 4445.0, 4494.0, 4425.0, 4438.0, 4428.0, 4439.0, 4447.0, 4451.0, 4447.0, 4439.0, 4449.0, 4430.0, 4434.0, 4471.0, 4425.0, 4482.0, 4452.0, 4482.0, 4452.0, 4453.0, 4511.0, 4453.0, 4487.0, 4462.0, 4464.0, 4522.0, 4443.0, 4502.0, 4443.0, 4462.0, 4521.0, 4472.0, 4511.0, 4434.0, 4501.0, 4460.0, 4461.0, 4489.0, 4451.0, 4471.0, 4441.0, 4453.0, 4425.0, 4465.0, 4482.0, 4466.0, 4494.0, 4465.0, 4505.0, 4478.0, 4497.0, 4469.0, 4497.0, 4490.0, 4539.0, 4500.0, 4499.0, 4498.0, 4518.0, 4495.0, 4488.0, 4546.0, 4526.0, 4526.0, 4494.0, 4483.0, 4503.0, 4465.0, 4522.0, 4454.0, 4493.0, 4454.0, 4475.0, 4483.0, 4466.0, 4524.0, 4477.0, 4504.0, 4453.0, 4465.0, 4532.0, 4477.0, 4509.0, 4494.0, 4484.0, 4444.0, 4474.0, 4513.0, 4444.0, 4522.0, 4465.0, 4489.0, 4454.0, 4473.0, 4453.0, 4436.0, 4516.0, 4454.0, 4502.0, 4454.0, 4494.0, 4452.0, 4455.0, 4533.0, 4453.0, 4502.0, 4474.0, 4493.0, 4453.0, 4464.0, 4493.0, 4455.0, 4488.0, 4484.0, 4466.0, 4442.0, 4465.0, 4543.0, 4474.0, 4514.0, 4474.0, 4463.0, 4463.0, 4475.0, 4442.0, 4464.0, 4455.0, 4475.0, 4479.0, 4483.0, 4476.0, 4466.0, 4476.0, 4479.0, 4440.0, 4498.0, 4535.0, 4514.0, 4497.0, 4494.0, 4485.0, 4513.0, 4453.0, 4521.0, 4453.0, 4485.0, 4451.0, 4461.0, 4470.0, 4452.0, 4441.0, 4453.0, 4499.0, 4442.0, 4480.0, 4451.0, 4452.0, 4509.0, 4451.0, 4509.0, 4440.0, 4490.0, 4439.0, 4451.0, 4500.0, 4441.0, 4490.0, 4462.0, 4482.0, 4471.0, 4464.0, 4523.0, 4462.0, 4481.0, 4441.0, 4452.0, 4510.0, 4441.0, 4480.0, 4451.0, 4461.0, 4431.0, 4452.0, 4510.0, 4441.0, 4481.0, 4441.0, 4452.0, 4441.0, 4454.0, 4472.0, 4453.0, 4473.0, 4453.0, 4473.0, 4442.0, 4466.0, 4454.0, 4465.0, 4445.0, 4476.0, 4456.0, 4475.0, 4465.0, 4505.0, 4476.0, 4525.0, 4497.0, 4505.0, 4467.0, 4535.0, 4504.0, 4504.0, 4491.0, 4462.0, 4532.0, 4472.0, 4501.0, 4459.0, 4470.0, 4508.0, 4440.0, 4468.0, 4428.0, 4440.0, 4450.0, 4441.0, 4470.0, 4452.0, 4462.0, 4453.0, 4465.0, 4503.0, 4455.0, 4495.0, 4465.0, 4465.0, 4522.0, 4454.0, 4502.0, 4454.0, 4457.0, 4485.0, 4469.0, 4515.0, 4465.0, 4496.0, 4455.0, 4477.0, 4535.0, 4476.0, 4516.0, 4476.0, 4477.0, 4545.0, 4467.0, 4514.0, 4501.0, 4483.0, 4503.0, 4481.0, 4501.0, 4431.0, 4451.0, 4519.0, 4440.0, 4470.0, 4431.0, 4452.0, 4440.0, 4454.0, 4465.0, 4467.0, 4491.0, 4466.0, 4474.0, 4487.0, 4505.0, 4498.0, 4486.0, 4476.0, 4457.0, 4486.0, 4492.0, 4499.0, 4479.0, 4499.0, 4500.0, 4552.0, 4530.0, 4515.0, 4533.0, 4483.0, 4502.0, 4460.0, 4462.0, 4530.0, 4469.0, 4509.0, 4439.0, 4459.0, 4457.0, 4450.0, 4489.0, 4439.0, 4458.0, 4440.0, 4451.0, 4460.0, 4452.0, 4472.0, 4453.0, 4453.0, 4442.0, 4454.0, 4502.0, 4465.0, 4486.0, 4502.0, 4454.0, 4523.0, 4473.0, 4470.0, 4520.0, 4445.0, 4500.0, 4492.0, 4482.0, 4440.0, 4451.0, 4510.0, 4452.0, 4481.0, 4441.0, 4451.0, 4470.0, 4452.0, 4461.0, 4443.0, 4462.0, 4438.0, 4478.0, 4457.0, 4446.0, 4467.0, 4488.0, 4493.0, 4482.0, 4486.0, 4482.0, 4540.0, 4485.0, 4542.0, 4522.0, 4549.0, 4511.0, 4552.0, 4539.0, 4509.0, 4523.0, 4454.0, 4482.0, 4471.0, 4471.0, 4451.0, 4434.0, 4500.0, 4442.0, 4480.0, 4441.0, 4459.0, 4430.0, 4463.0, 4441.0, 4437.0, 4462.0, 4465.0, 4483.0, 4464.0, 4476.0, 4464.0, 4466.0, 4464.0, 4455.0, 4503.0, 4454.0, 4483.0, 4443.0, 4463.0, 4444.0, 4466.0, 4496.0, 4456.0, 4485.0, 4455.0, 4468.0, 4546.0, 4488.0, 4516.0, 4497.0, 4495.0, 4456.0, 4520.0, 4470.0, 4478.0, 4448.0, 4467.0, 4466.0, 4507.0, 4478.0, 4507.0, 4469.0, 4487.0, 4456.0, 4505.0, 4464.0, 4514.0, 4483.0, 4513.0, 4452.0, 4473.0, 4520.0, 4450.0, 4498.0, 4458.0], 'WindowWidth': [9991.0, 9861.0, 9866.0, 9922.0, 9843.0, 9893.0, 9858.0, 9893.0, 9841.0, 9818.0, 9838.0, 9855.0, 9885.0, 9860.0, 9883.0, 9839.0, 9847.0, 9809.0, 9853.0, 9888.0, 9860.0, 9937.0, 9803.0, 9887.0, 9791.0, 9842.0, 9847.0, 9848.0, 9822.0, 9852.0, 9844.0, 9880.0, 9840.0, 9865.0, 9840.0, 9851.0, 9843.0, 9854.0, 9813.0, 9835.0, 9836.0, 9871.0, 9857.0, 9906.0, 9816.0, 9894.0, 9808.0, 9893.0, 9879.0, 9845.0, 9898.0, 9886.0, 9878.0, 9777.0, 9887.0, 9808.0, 9838.0, 9795.0, 9858.0, 9783.0, 9834.0, 9800.0, 9794.0, 9780.0, 9819.0, 9799.0, 9843.0, 9863.0, 9808.0, 9880.0, 9842.0, 9854.0, 9835.0, 9807.0, 9918.0, 9810.0, 9861.0, 9820.0, 9865.0, 9832.0, 9860.0, 9853.0, 9833.0, 9857.0, 9883.0, 9935.0, 9864.0, 9935.0, 9842.0, 9879.0, 9898.0, 9862.0, 9955.0, 9883.0, 9907.0, 9813.0, 9857.0, 9792.0, 9871.0, 9863.0, 9865.0, 9871.0, 9844.0, 9857.0, 9843.0, 9821.0, 9936.0, 9851.0, 9882.0, 9897.0, 9854.0, 9879.0, 9873.0, 9843.0, 9865.0, 9782.0, 9873.0, 9841.0, 9851.0, 9801.0, 9799.0, 9820.0, 9835.0, 9820.0, 9802.0, 9801.0, 9819.0, 9814.0, 9879.0, 9845.0, 9856.0, 9856.0, 9887.0, 9907.0, 9870.0, 9914.0, 9886.0, 9919.0, 9950.0, 9848.0, 9872.0, 9827.0, 9820.0, 9891.0, 9843.0, 9905.0, 9878.0, 9826.0, 9791.0, 9823.0, 9789.0, 9831.0, 9914.0, 9819.0, 9853.0, 9822.0, 9861.0, 9927.0, 9856.0, 9914.0, 9855.0, 9852.0, 9882.0, 9857.0, 9953.0, 9863.0, 9921.0, 9887.0, 9863.0, 9857.0, 9819.0, 9837.0, 9837.0, 9839.0, 9823.0, 9841.0, 9825.0, 9858.0, 9906.0, 9842.0, 9845.0, 9825.0, 9867.0, 9901.0, 9854.0, 9928.0, 9835.0, 9870.0, 9864.0, 9795.0, 9924.0, 9871.0, 9920.0, 9868.0, 9866.0, 9815.0, 9785.0, 9787.0, 9839.0, 9839.0, 9872.0, 9859.0, 9883.0, 9849.0, 9877.0, 9898.0, 9935.0, 9860.0, 9849.0, 9909.0, 9780.0, 9863.0, 9824.0, 9839.0, 9841.0, 9828.0, 9890.0, 9798.0, 9812.0, 9780.0, 9778.0, 9897.0, 9804.0, 9846.0, 9798.0, 9793.0, 9802.0, 9784.0, 9821.0, 9789.0, 9828.0, 9801.0, 9818.0, 9878.0, 9800.0, 9852.0, 9800.0, 9819.0, 9894.0, 9804.0, 9833.0, 9768.0, 9832.0, 9894.0, 9817.0, 9880.0, 9825.0, 9795.0, 9795.0, 9786.0, 9869.0, 9819.0, 9823.0, 9810.0, 9850.0, 9798.0, 9812.0, 9908.0, 9816.0, 9816.0, 9839.0, 9835.0, 9843.0, 9825.0, 9823.0, 9832.0, 9838.0, 9873.0, 9824.0, 9843.0, 9938.0, 9878.0, 9939.0, 9824.0, 9867.0, 9825.0, 9854.0, 9848.0, 9868.0, 9893.0, 9847.0, 9896.0, 9833.0, 9858.0, 9950.0, 9855.0, 9901.0, 9864.0, 9876.0, 9783.0, 9831.0, 9847.0, 9821.0, 9898.0, 9824.0, 9875.0, 9817.0, 9836.0, 9912.0, 9785.0, 9874.0, 9837.0, 9864.0, 9826.0, 9842.0, 9904.0, 9791.0, 9888.0, 9880.0, 9877.0, 9890.0, 9846.0, 9813.0, 9848.0, 9866.0, 9904.0, 9866.0, 9863.0, 9835.0, 9862.0, 9950.0, 9918.0, 9945.0, 9882.0, 9864.0, 9894.0, 9853.0, 9901.0, 9851.0, 9841.0, 9908.0, 9877.0, 9883.0, 9820.0, 9834.0, 9845.0, 9812.0, 9774.0, 9740.0, 9809.0, 9819.0, 9769.0, 9827.0, 9772.0, 9822.0, 9821.0, 9842.0, 9844.0, 9835.0, 9852.0, 9887.0, 9837.0, 9916.0, 9828.0, 9888.0, 9834.0, 9866.0, 9931.0, 9863.0, 9868.0, 9845.0, 9848.0, 9926.0, 9785.0, 9858.0, 9815.0, 9837.0, 9912.0, 9797.0, 9840.0, 9814.0, 9833.0, 9898.0, 9803.0, 9826.0, 9825.0, 9837.0, 9825.0, 9844.0, 9936.0, 9874.0, 9881.0, 9841.0, 9809.0, 9932.0, 9828.0, 9866.0, 9872.0, 9847.0, 9912.0, 9828.0, 9878.0, 9822.0, 9822.0, 9873.0, 9796.0, 9856.0, 9811.0, 9824.0, 9747.0, 9813.0, 9837.0, 9766.0, 9841.0, 9818.0, 9849.0, 9824.0, 9842.0, 9800.0, 9834.0, 9801.0, 9818.0, 9841.0, 9848.0, 9859.0, 9923.0, 9853.0, 9938.0, 9829.0, 9898.0, 9915.0, 9857.0, 9897.0, 9780.0, 9830.0, 9883.0, 9877.0, 9876.0, 9814.0, 9775.0, 9802.0, 9765.0, 9826.0, 9775.0, 9798.0, 9774.0, 9774.0, 9813.0, 9799.0, 9823.0, 9872.0, 9824.0, 9836.0, 9885.0, 9830.0, 9856.0, 9793.0, 9798.0, 9863.0, 9772.0, 9778.0, 9783.0, 9797.0, 9804.0, 9818.0, 9805.0, 9798.0, 9813.0, 9787.0, 9784.0, 9844.0, 9775.0, 9861.0, 9822.0, 9863.0, 9822.0, 9826.0, 9901.0, 9824.0, 9859.0, 9837.0, 9841.0, 9916.0, 9812.0, 9889.0, 9795.0, 9834.0, 9913.0, 9846.0, 9897.0, 9783.0, 9886.0, 9827.0, 9831.0, 9866.0, 9818.0, 9844.0, 9806.0, 9826.0, 9776.0, 9845.0, 9864.0, 9849.0, 9882.0, 9847.0, 9899.0, 9867.0, 9891.0, 9858.0, 9894.0, 9891.0, 9955.0, 9900.0, 9884.0, 9896.0, 9923.0, 9886.0, 9881.0, 9960.0, 9928.0, 9928.0, 9880.0, 9867.0, 9891.0, 9844.0, 9918.0, 9829.0, 9880.0, 9830.0, 9860.0, 9866.0, 9848.0, 9925.0, 9861.0, 9896.0, 9827.0, 9846.0, 9933.0, 9865.0, 9894.0, 9882.0, 9868.0, 9815.0, 9855.0, 9906.0, 9815.0, 9916.0, 9827.0, 9869.0, 9829.0, 9853.0, 9825.0, 9791.0, 9897.0, 9827.0, 9889.0, 9828.0, 9880.0, 9822.0, 9829.0, 9932.0, 9823.0, 9888.0, 9853.0, 9878.0, 9825.0, 9840.0, 9877.0, 9830.0, 9861.0, 9867.0, 9829.0, 9811.0, 9843.0, 9950.0, 9852.0, 9908.0, 9854.0, 9836.0, 9836.0, 9858.0, 9811.0, 9840.0, 9832.0, 9859.0, 9871.0, 9885.0, 9861.0, 9848.0, 9861.0, 9870.0, 9807.0, 9894.0, 9939.0, 9908.0, 9876.0, 9881.0, 9868.0, 9906.0, 9823.0, 9912.0, 9826.0, 9855.0, 9817.0, 9829.0, 9841.0, 9820.0, 9805.0, 9822.0, 9880.0, 9806.0, 9855.0, 9815.0, 9819.0, 9892.0, 9815.0, 9891.0, 9800.0, 9866.0, 9798.0, 9817.0, 9882.0, 9803.0, 9867.0, 9833.0, 9860.0, 9845.0, 9841.0, 9920.0, 9834.0, 9856.0, 9805.0, 9822.0, 9894.0, 9804.0, 9853.0, 9817.0, 9831.0, 9790.0, 9821.0, 9896.0, 9803.0, 9856.0, 9803.0, 9818.0, 9804.0, 9825.0, 9849.0, 9824.0, 9849.0, 9823.0, 9850.0, 9807.0, 9846.0, 9828.0, 9843.0, 9819.0, 9861.0, 9836.0, 9858.0, 9845.0, 9897.0, 9861.0, 9925.0, 9891.0, 9898.0, 9849.0, 9943.0, 9893.0, 9894.0, 9870.0, 9832.0, 9930.0, 9846.0, 9886.0, 9823.0, 9838.0, 9890.0, 9799.0, 9834.0, 9780.0, 9800.0, 9816.0, 9804.0, 9841.0, 9820.0, 9835.0, 9825.0, 9845.0, 9893.0, 9830.0, 9883.0, 9844.0, 9844.0, 9915.0, 9826.0, 9889.0, 9828.0, 9820.0, 9872.0, 9857.0, 9911.0, 9845.0, 9889.0, 9833.0, 9866.0, 9940.0, 9860.0, 9913.0, 9858.0, 9862.0, 9953.0, 9832.0, 9908.0, 9885.0, 9863.0, 9876.0, 9857.0, 9883.0, 9774.0, 9815.0, 9906.0, 9800.0, 9841.0, 9789.0, 9820.0, 9803.0, 9826.0, 9844.0, 9852.0, 9876.0, 9847.0, 9855.0, 9877.0, 9898.0, 9892.0, 9876.0, 9863.0, 9840.0, 9879.0, 9897.0, 9900.0, 9871.0, 9881.0, 9899.0, 9978.0, 9928.0, 9912.0, 9932.0, 9861.0, 9887.0, 9827.0, 9833.0, 9926.0, 9837.0, 9891.0, 9797.0, 9823.0, 9817.0, 9815.0, 9863.0, 9796.0, 9821.0, 9799.0, 9817.0, 9827.0, 9822.0, 9848.0, 9823.0, 9824.0, 9808.0, 9826.0, 9889.0, 9843.0, 9874.0, 9887.0, 9826.0, 9918.0, 9851.0, 9840.0, 9910.0, 9798.0, 9881.0, 9873.0, 9859.0, 9802.0, 9818.0, 9896.0, 9820.0, 9856.0, 9802.0, 9816.0, 9837.0, 9817.0, 9825.0, 9806.0, 9833.0, 9796.0, 9870.0, 9838.0, 9808.0, 9851.0, 9885.0, 9900.0, 9883.0, 9873.0, 9881.0, 9958.0, 9877.0, 9964.0, 9936.0, 9969.0, 9918.0, 9980.0, 9955.0, 9910.0, 9920.0, 9809.0, 9845.0, 9841.0, 9842.0, 9818.0, 9783.0, 9882.0, 9805.0, 9855.0, 9804.0, 9825.0, 9789.0, 9838.0, 9806.0, 9791.0, 9836.0, 9844.0, 9865.0, 9839.0, 9860.0, 9838.0, 9846.0, 9840.0, 9829.0, 9892.0, 9826.0, 9865.0, 9812.0, 9839.0, 9813.0, 9846.0, 9872.0, 9836.0, 9873.0, 9831.0, 9851.0, 9956.0, 9878.0, 9913.0, 9891.0, 9883.0, 9833.0, 9931.0, 9864.0, 9870.0, 9814.0, 9851.0, 9849.0, 9906.0, 9868.0, 9910.0, 9858.0, 9877.0, 9835.0, 9897.0, 9839.0, 9909.0, 9864.0, 9905.0, 9820.0, 9850.0, 9911.0, 9812.0, 9876.0, 9820.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.001784626006904488</td></tr>
<tr><td colspan=3>aqi</td><td>0.03933494096662831</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.736785939239596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1052132692050685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9380488947465432</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>7102.103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10034177360563297</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.444188722669735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6791859973065293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6068843014833987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.882221658555208</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5484520318809816</td></tr>
<tr><td colspan=3>gcor</td><td>0.00924018</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01176416501402855</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022585613653063774</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.542784709650713</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.3029</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.646</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301045.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.9771</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6072</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.2643</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3627.9472</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1096.87</td></tr>
<tr><td colspan=3>tsnr</td><td>32.686972151044756</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>