ds005256-mriqc/sub-0090_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 6b5854070c [DATALAD RUNCMD] Compute MRIQC for sub-0090
=== 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-0090 --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-0090",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:52 +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-0090_ses-03_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-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-03_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-0090/ses-03/func/sub-0090_ses-03_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>bfc78a172cedfe9c28715190bfbce0ad</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:04:50.762500</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.999731, 0.00598351, 0.0224018, -0.00593262, 0.99998, -0.00233768]</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.0910527</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7707, -7262, 589, 17, -111, -127, -1]</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>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>abc3f972-e79b-4ed4-95bc-3c9e18b95956||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.6822056770324707, -0.01591677777469158, 0.06052127853035927, 110.47282409667969], [-0.016053322702646255, 2.6828722953796387, -0.005951198283582926, -92.42729949951172], [0.060102272778749466, 0.006271816790103912, 2.699315071105957, -79.33183288574219], [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': ['180450.762500', '180451.222500', '180451.682500', '180452.142500', '180452.602500', '180453.062500', '180453.522500', '180453.982500', '180454.442500', '180454.902500', '180455.362500', '180455.822500', '180456.282500', '180456.742500', '180457.202500', '180457.662500', '180458.122500', '180458.582500', '180459.042500', '180459.502500', '180459.962500', '180500.422500', '180500.882500', '180501.342500', '180501.802500', '180502.262500', '180502.722500', '180503.182500', '180503.642500', '180504.102500', '180504.562500', '180505.022500', '180505.482500', '180505.942500', '180506.402500', '180506.862500', '180507.322500', '180507.782500', '180508.242500', '180508.702500', '180509.162500', '180509.622500', '180510.082500', '180510.542500', '180511.002500', '180511.462500', '180511.922500', '180512.382500', '180512.842500', '180513.302500', '180513.762500', '180514.222500', '180514.682500', '180515.142500', '180515.602500', '180516.062500', '180516.522500', '180516.982500', '180517.442500', '180517.902500', '180518.362500', '180518.822500', '180519.282500', '180519.742500', '180520.202500', '180520.662500', '180521.122500', '180521.582500', '180522.042500', '180522.502500', '180522.962500', '180523.422500', '180523.882500', '180524.342500', '180524.802500', '180525.262500', '180525.722500', '180526.182500', '180526.642500', '180527.102500', '180527.562500', '180528.022500', '180528.482500', '180528.942500', '180529.402500', '180529.862500', '180530.322500', '180530.782500', '180531.242500', '180531.702500', '180532.162500', '180532.622500', '180533.082500', '180533.542500', '180534.002500', '180534.462500', '180534.922500', '180535.382500', '180535.842500', '180536.302500', '180536.762500', '180537.222500', '180537.682500', '180538.142500', '180538.602500', '180539.062500', '180539.522500', '180539.982500', '180540.442500', '180540.902500', '180541.362500', '180541.822500', '180542.282500', '180542.742500', '180543.202500', '180543.662500', '180544.122500', '180544.582500', '180545.042500', '180545.502500', '180545.962500', '180546.422500', '180546.882500', '180547.342500', '180547.802500', '180548.262500', '180548.722500', '180549.182500', '180549.642500', '180550.102500', '180550.562500', '180551.022500', '180551.482500', '180551.942500', '180552.402500', '180552.862500', '180553.322500', '180553.782500', '180554.242500', '180554.702500', '180555.162500', '180555.622500', '180556.082500', '180556.542500', '180557.002500', '180557.462500', '180557.922500', '180558.382500', '180558.842500', '180559.302500', '180559.762500', '180600.222500', '180600.682500', '180601.142500', '180601.602500', '180602.062500', '180602.522500', '180602.982500', '180603.442500', '180603.902500', '180604.362500', '180604.822500', '180605.282500', '180605.742500', '180606.202500', '180606.662500', '180607.122500', '180607.582500', '180608.042500', '180608.502500', '180608.962500', '180609.422500', '180609.882500', '180610.342500', '180610.802500', '180611.262500', '180611.722500', '180612.182500', '180612.642500', '180613.102500', '180613.562500', '180614.022500', '180614.482500', '180614.942500', '180615.402500', '180615.862500', '180616.322500', '180616.782500', '180617.242500', '180617.702500', '180618.162500', '180618.622500', '180619.082500', '180619.542500', '180620.002500', '180620.462500', '180620.922500', '180621.382500', '180621.842500', '180622.302500', '180622.762500', '180623.222500', '180623.682500', '180624.142500', '180624.602500', '180625.062500', '180625.522500', '180625.982500', '180626.442500', '180626.902500', '180627.362500', '180627.822500', '180628.282500', '180628.742500', '180629.202500', '180629.662500', '180630.122500', '180630.582500', '180631.042500', '180631.502500', '180631.962500', '180632.422500', '180632.882500', '180633.342500', '180633.802500', '180634.262500', '180634.722500', '180635.182500', '180635.642500', '180636.102500', '180636.562500', '180637.022500', '180637.482500', '180637.942500', '180638.402500', '180638.862500', '180639.322500', '180639.782500', '180640.242500', '180640.702500', '180641.162500', '180641.622500', '180642.082500', '180642.542500', '180643.002500', '180643.462500', '180643.922500', '180644.382500', '180644.842500', '180645.302500', '180645.762500', '180646.222500', '180646.682500', '180647.142500', '180647.602500', '180648.062500', '180648.522500', '180648.982500', '180649.442500', '180649.902500', '180650.362500', '180650.822500', '180651.282500', '180651.742500', '180652.202500', '180652.662500', '180653.122500', '180653.582500', '180654.042500', '180654.502500', '180654.962500', '180655.422500', '180655.882500', '180656.342500', '180656.802500', '180657.262500', '180657.722500', '180658.182500', '180658.642500', '180659.102500', '180659.562500', '180700.022500', '180700.482500', '180700.942500', '180701.402500', '180701.862500', '180702.322500', '180702.782500', '180703.242500', '180703.702500', '180704.162500', '180704.622500', '180705.082500', '180705.542500', '180706.002500', '180706.462500', '180706.922500', '180707.382500', '180707.842500', '180708.302500', '180708.762500', '180709.222500', '180709.682500', '180710.142500', '180710.602500', '180711.062500', '180711.522500', '180711.982500', '180712.442500', '180712.902500', '180713.362500', '180713.822500', '180714.282500', '180714.742500', '180715.202500', '180715.662500', '180716.122500', '180716.582500', '180717.042500', '180717.502500', '180717.962500', '180718.422500', '180718.882500', '180719.342500', '180719.802500', '180720.262500', '180720.722500', '180721.182500', '180721.642500', '180722.102500', '180722.562500', '180723.022500', '180723.482500', '180723.942500', '180724.402500', '180724.862500', '180725.322500', '180725.782500', '180726.242500', '180726.702500', '180727.162500', '180727.622500', '180728.082500', '180728.542500', '180729.002500', '180729.462500', '180729.922500', '180730.382500', '180730.842500', '180731.302500', '180731.762500', '180732.222500', '180732.682500', '180733.142500', '180733.602500', '180734.062500', '180734.522500', '180734.982500', '180735.442500', '180735.902500', '180736.362500', '180736.822500', '180737.282500', '180737.742500', '180738.202500', '180738.662500', '180739.122500', '180739.582500', '180740.042500', '180740.502500', '180740.962500', '180741.422500', '180741.882500', '180742.342500', '180742.802500', '180743.262500', '180743.722500', '180744.182500', '180744.642500', '180745.102500', '180745.562500', '180746.022500', '180746.482500', '180746.942500', '180747.402500', '180747.862500', '180748.322500', '180748.782500', '180749.242500', '180749.702500', '180750.162500', '180750.622500', '180751.082500', '180751.542500', '180752.002500', '180752.462500', '180752.922500', '180753.382500', '180753.842500', '180754.302500', '180754.762500', '180755.222500', '180755.682500', '180756.142500', '180756.602500', '180757.062500', '180757.522500', '180757.982500', '180758.442500', '180758.902500', '180759.362500', '180759.822500', '180800.282500', '180800.742500', '180801.202500', '180801.662500', '180802.122500', '180802.582500', '180803.042500', '180803.502500', '180803.962500', '180804.422500', '180804.882500', '180805.342500', '180805.802500', '180806.262500', '180806.722500', '180807.182500', '180807.642500', '180808.102500', '180808.562500', '180809.022500', '180809.482500', '180809.942500', '180810.402500', '180810.862500', '180811.322500', '180811.782500', '180812.242500', '180812.702500', '180813.162500', '180813.622500', '180814.082500', '180814.542500', '180815.002500', '180815.462500', '180815.922500', '180816.382500', '180816.842500', '180817.302500', '180817.762500', '180818.222500', '180818.682500', '180819.142500', '180819.602500', '180820.062500', '180820.522500', '180820.982500', '180821.442500', '180821.902500', '180822.362500', '180822.822500', '180823.282500', '180823.742500', '180824.202500', '180824.662500', '180825.122500', '180825.582500', '180826.042500', '180826.502500', '180826.962500', '180827.422500', '180827.882500', '180828.342500', '180828.802500', '180829.262500', '180829.722500', '180830.182500', '180830.642500', '180831.102500', '180831.562500', '180832.022500', '180832.482500', '180832.942500', '180833.402500', '180833.862500', '180834.322500', '180834.782500', '180835.242500', '180835.702500', '180836.162500', '180836.622500', '180837.082500', '180837.542500', '180838.002500', '180838.462500', '180838.922500', '180839.382500', '180839.842500', '180840.302500', '180840.762500', '180841.222500', '180841.682500', '180842.142500', '180842.602500', '180843.062500', '180843.522500', '180843.982500', '180844.442500', '180844.902500', '180845.362500', '180845.822500', '180846.282500', '180846.742500', '180847.202500', '180847.662500', '180848.122500', '180848.582500', '180849.042500', '180849.502500', '180849.962500', '180850.422500', '180850.882500', '180851.342500', '180851.802500', '180852.262500', '180852.722500', '180853.182500', '180853.642500', '180854.102500', '180854.562500', '180855.022500', '180855.482500', '180855.942500', '180856.402500', '180856.862500', '180857.322500', '180857.782500', '180858.242500', '180858.702500', '180859.162500', '180859.622500', '180900.082500', '180900.542500', '180901.002500', '180901.462500', '180901.922500', '180902.382500', '180902.842500', '180903.302500', '180903.762500', '180904.222500', '180904.682500', '180905.142500', '180905.602500', '180906.062500', '180906.522500', '180906.982500', '180907.442500', '180907.902500', '180908.362500', '180908.822500', '180909.282500', '180909.742500', '180910.202500', '180910.662500', '180911.122500', '180911.582500', '180912.042500', '180912.502500', '180912.962500', '180913.422500', '180913.882500', '180914.342500', '180914.802500', '180915.262500', '180915.722500', '180916.182500', '180916.642500', '180917.102500', '180917.562500', '180918.022500', '180918.482500', '180918.942500', '180919.402500', '180919.862500', '180920.322500', '180920.782500', '180921.242500', '180921.702500', '180922.162500', '180922.622500', '180923.082500', '180923.542500', '180924.002500', '180924.462500', '180924.922500', '180925.382500', '180925.842500', '180926.302500', '180926.762500', '180927.222500', '180927.682500', '180928.142500', '180928.602500', '180929.062500', '180929.522500', '180929.982500', '180930.442500', '180930.902500', '180931.362500', '180931.822500', '180932.282500', '180932.742500', '180933.202500', '180933.662500', '180934.122500', '180934.582500', '180935.042500', '180935.502500', '180935.962500', '180936.422500', '180936.882500', '180937.342500', '180937.802500', '180938.262500', '180938.722500', '180939.182500', '180939.642500', '180940.102500', '180940.562500', '180941.022500', '180941.482500', '180941.942500', '180942.402500', '180942.862500', '180943.322500', '180943.782500', '180944.242500', '180944.702500', '180945.162500', '180945.622500', '180946.082500', '180946.542500', '180947.002500', '180947.462500', '180947.922500', '180948.382500', '180948.842500', '180949.302500', '180949.762500', '180950.222500', '180950.682500', '180951.142500', '180951.602500', '180952.062500', '180952.522500', '180952.982500', '180953.442500', '180953.902500', '180954.362500', '180954.822500', '180955.282500', '180955.742500', '180956.202500', '180956.662500', '180957.122500', '180957.582500', '180958.042500', '180958.502500', '180958.962500', '180959.422500', '180959.882500', '181000.342500', '181000.802500', '181001.262500', '181001.722500', '181002.182500', '181002.642500', '181003.102500', '181003.562500', '181004.022500', '181004.482500', '181004.942500', '181005.402500', '181005.862500', '181006.322500', '181006.782500', '181007.242500', '181007.702500', '181008.162500', '181008.622500', '181009.082500', '181009.542500', '181010.002500', '181010.462500', '181010.922500', '181011.382500', '181011.842500', '181012.302500', '181012.762500', '181013.222500', '181013.682500', '181014.142500', '181014.602500', '181015.062500', '181015.522500', '181015.982500', '181016.442500', '181016.902500', '181017.362500', '181017.822500', '181018.282500', '181018.742500', '181019.202500', '181019.662500', '181020.122500', '181020.582500', '181021.042500', '181021.502500', '181021.962500', '181022.422500', '181022.882500', '181023.342500', '181023.802500', '181024.262500', '181024.722500', '181025.182500', '181025.642500', '181026.102500', '181026.562500', '181027.022500', '181027.482500', '181027.942500', '181028.402500', '181028.862500', '181029.322500', '181029.782500', '181030.242500', '181030.702500', '181031.162500', '181031.622500', '181032.082500', '181032.542500', '181033.002500', '181033.462500', '181033.922500', '181034.382500', '181034.842500', '181035.302500', '181035.762500', '181036.222500', '181036.682500', '181037.142500', '181037.602500', '181038.062500', '181038.522500', '181038.982500', '181039.442500', '181039.902500', '181040.362500', '181040.822500', '181041.282500', '181041.742500', '181042.202500', '181042.662500', '181043.122500', '181043.582500', '181044.042500', '181044.502500', '181044.962500', '181045.422500', '181045.882500', '181046.342500', '181046.802500', '181047.262500', '181047.722500', '181048.182500', '181048.642500', '181049.102500', '181049.562500', '181050.022500', '181050.482500', '181050.942500', '181051.402500', '181051.862500', '181052.322500', '181052.782500', '181053.242500', '181053.702500', '181054.162500', '181054.622500', '181055.082500', '181055.542500', '181056.002500', '181056.462500', '181056.922500', '181057.382500', '181057.842500', '181058.302500', '181058.762500', '181059.222500', '181059.682500', '181100.142500', '181100.602500', '181101.062500', '181101.522500', '181101.982500', '181102.442500', '181102.902500', '181103.362500', '181103.822500', '181104.282500', '181104.742500', '181105.202500', '181105.662500', '181106.122500', '181106.582500', '181107.042500', '181107.502500', '181107.962500', '181108.422500', '181108.882500', '181109.342500', '181109.802500', '181110.262500', '181110.722500', '181111.182500', '181111.642500', '181112.102500', '181112.562500', '181113.022500', '181113.482500', '181113.942500', '181114.402500', '181114.862500', '181115.322500', '181115.782500', '181116.242500', '181116.702500', '181117.162500', '181117.622500', '181118.082500', '181118.542500', '181119.002500', '181119.462500', '181119.922500', '181120.382500', '181120.842500', '181121.302500', '181121.762500', '181122.222500', '181122.682500', '181123.142500', '181123.602500', '181124.062500', '181124.522500', '181124.982500', '181125.442500', '181125.902500', '181126.362500', '181126.822500', '181127.282500', '181127.742500', '181128.202500', '181128.662500', '181129.122500', '181129.582500', '181130.042500', '181130.502500', '181130.962500', '181131.422500'], 'ContentTime': ['180508.396000', '180508.399000', '180508.402000', '180508.405000', '180508.407000', '180508.410000', '180508.413000', '180508.415000', '180508.418000', '180508.420000', '180508.423000', '180508.425000', '180508.428000', '180508.431000', '180508.433000', '180508.436000', '180508.453000', '180508.456000', '180508.458000', '180508.461000', '180508.463000', '180508.466000', '180508.480000', '180508.482000', '180508.485000', '180508.487000', '180508.490000', '180508.492000', '180508.495000', '180508.498000', '180508.500000', '180508.503000', '180508.505000', '180508.508000', '180508.511000', '180508.513000', '180528.360000', '180528.363000', '180528.366000', '180528.368000', '180528.371000', '180528.374000', '180528.376000', '180528.379000', '180528.381000', '180528.384000', '180528.386000', '180528.389000', '180528.391000', '180528.394000', '180528.396000', '180528.399000', '180528.401000', '180528.404000', '180528.407000', '180528.409000', '180528.412000', '180528.414000', '180528.417000', '180528.419000', '180528.422000', '180528.424000', '180528.427000', '180528.430000', '180528.432000', '180528.435000', '180528.437000', '180528.440000', '180528.442000', '180528.445000', '180528.448000', '180528.450000', '180528.453000', '180528.455000', '180528.458000', '180528.461000', '180528.463000', '180528.466000', '180528.468000', '180528.471000', '180548.360000', '180548.363000', '180548.366000', '180548.368000', '180548.371000', '180548.373000', '180548.376000', '180548.379000', '180548.381000', '180548.384000', '180548.386000', '180548.390000', '180548.392000', '180548.395000', '180548.397000', '180548.403000', '180548.406000', '180548.408000', '180548.411000', '180548.413000', '180548.416000', '180548.418000', '180548.421000', '180548.424000', '180548.426000', '180548.429000', '180548.431000', '180548.434000', '180548.436000', '180548.439000', '180548.442000', '180548.444000', '180548.447000', '180548.450000', '180548.452000', '180548.455000', '180548.457000', '180548.460000', '180548.463000', '180548.465000', '180548.468000', '180548.470000', '180548.473000', '180548.475000', '180608.360000', '180608.363000', '180608.366000', '180608.368000', '180608.371000', '180608.374000', '180608.376000', '180608.379000', '180608.381000', '180608.384000', '180608.386000', '180608.389000', '180608.391000', '180608.394000', '180608.397000', '180608.399000', '180608.402000', '180608.404000', '180608.407000', '180608.410000', '180608.412000', '180608.415000', '180608.417000', '180608.420000', '180608.423000', '180608.425000', '180608.428000', '180608.430000', '180608.433000', '180608.435000', '180608.438000', '180608.441000', '180608.443000', '180608.446000', '180608.449000', '180608.451000', '180608.454000', '180608.456000', '180608.459000', '180608.462000', '180608.464000', '180608.467000', '180608.469000', '180628.361000', '180628.364000', '180628.366000', '180628.369000', '180628.372000', '180628.374000', '180628.377000', '180628.379000', '180628.382000', '180628.385000', '180628.387000', '180628.390000', '180628.393000', '180628.395000', '180628.398000', '180628.400000', '180628.403000', '180628.405000', '180628.408000', '180628.411000', '180628.413000', '180628.416000', '180628.418000', '180628.421000', '180628.423000', '180628.426000', '180628.429000', '180628.431000', '180628.434000', '180628.436000', '180628.474000', '180628.476000', '180628.479000', '180628.482000', '180628.484000', '180628.487000', '180628.489000', '180628.492000', '180628.494000', '180628.497000', '180628.500000', '180628.502000', '180628.505000', '180648.360000', '180648.363000', '180648.366000', '180648.369000', '180648.371000', '180648.374000', '180648.376000', '180648.379000', '180648.382000', '180648.384000', '180648.387000', '180648.389000', '180648.392000', '180648.395000', '180648.397000', '180648.400000', '180648.402000', '180648.405000', '180648.408000', '180648.410000', '180648.413000', '180648.415000', '180648.418000', '180648.421000', '180648.423000', '180648.426000', '180648.429000', '180648.431000', '180648.434000', '180648.436000', '180648.439000', '180648.442000', '180648.444000', '180648.447000', '180648.449000', '180648.452000', '180648.455000', '180648.457000', '180648.460000', '180648.462000', '180648.465000', '180648.473000', '180648.476000', '180648.478000', '180708.361000', '180708.363000', '180708.366000', '180708.368000', '180708.371000', '180708.374000', '180708.376000', '180708.379000', '180708.381000', '180708.384000', '180708.386000', '180708.389000', '180708.392000', '180708.394000', '180708.397000', '180708.400000', '180708.403000', '180708.406000', '180708.409000', '180708.412000', '180708.415000', '180708.417000', '180708.420000', '180708.422000', '180708.425000', '180708.429000', '180708.431000', '180708.434000', '180708.437000', '180708.440000', '180708.442000', '180708.445000', '180708.447000', '180708.450000', '180708.452000', '180708.455000', '180708.458000', '180708.460000', '180708.463000', '180708.465000', '180708.468000', '180708.471000', '180708.473000', '180728.359000', '180728.362000', '180728.365000', '180728.368000', '180728.370000', '180728.373000', '180728.375000', '180728.378000', '180728.381000', '180728.383000', '180728.386000', '180728.388000', '180728.391000', '180728.394000', '180728.396000', '180728.399000', '180728.402000', '180728.404000', '180728.407000', '180728.409000', '180728.412000', '180728.414000', '180728.417000', '180728.420000', '180728.422000', '180728.425000', '180728.427000', '180728.430000', '180728.432000', '180728.435000', '180728.438000', '180728.440000', '180728.443000', '180728.445000', '180728.448000', '180728.451000', '180728.453000', '180728.456000', '180728.458000', '180728.461000', '180728.463000', '180728.466000', '180728.469000', '180728.471000', '180748.360000', '180748.363000', '180748.366000', '180748.369000', '180748.371000', '180748.374000', '180748.376000', '180748.379000', '180748.381000', '180748.384000', '180748.387000', '180748.389000', '180748.392000', '180748.394000', '180748.397000', '180748.399000', '180748.402000', '180748.405000', '180748.408000', '180748.411000', '180748.414000', '180748.417000', '180748.420000', '180748.422000', '180748.425000', '180748.428000', '180748.430000', '180748.433000', '180748.435000', '180748.438000', '180748.441000', '180748.443000', '180748.446000', '180748.448000', '180748.451000', '180748.453000', '180748.456000', '180748.459000', '180748.461000', '180748.464000', '180748.466000', '180748.469000', '180748.472000', '180808.361000', '180808.364000', '180808.366000', '180808.369000', '180808.371000', '180808.374000', '180808.376000', '180808.379000', '180808.382000', '180808.384000', '180808.387000', '180808.389000', '180808.411000', '180808.414000', '180808.417000', '180808.419000', '180808.422000', '180808.424000', '180808.427000', '180808.429000', '180808.432000', '180808.435000', '180808.437000', '180808.440000', '180808.442000', '180808.445000', '180808.448000', '180808.451000', '180808.453000', '180808.456000', '180808.458000', '180808.461000', '180808.464000', '180808.466000', '180808.469000', '180808.471000', '180808.474000', '180808.477000', '180808.479000', '180808.482000', '180808.484000', '180808.487000', '180808.490000', '180808.492000', '180828.361000', '180828.363000', '180828.366000', '180828.369000', '180828.371000', '180828.374000', '180828.376000', '180828.379000', '180828.382000', '180828.384000', '180828.387000', '180828.389000', '180828.392000', '180828.395000', '180828.397000', '180828.400000', '180828.402000', '180828.405000', '180828.408000', '180828.410000', '180828.413000', '180828.416000', '180828.419000', '180828.422000', '180828.425000', '180828.428000', '180828.431000', '180828.434000', '180828.436000', '180828.439000', '180828.441000', '180828.444000', '180828.447000', '180828.449000', '180828.452000', '180828.455000', '180828.457000', '180828.460000', '180828.462000', '180828.465000', '180828.468000', '180828.471000', '180828.474000', '180848.360000', '180848.363000', '180848.366000', '180848.369000', '180848.371000', '180848.374000', '180848.376000', '180848.379000', '180848.382000', '180848.384000', '180848.387000', '180848.389000', '180848.392000', '180848.394000', '180848.397000', '180848.400000', '180848.402000', '180848.405000', '180848.407000', '180848.410000', '180848.412000', '180848.415000', '180848.418000', '180848.420000', '180848.423000', '180848.425000', '180848.428000', '180848.431000', '180848.433000', '180848.436000', '180848.438000', '180848.441000', '180848.444000', '180848.446000', '180848.449000', '180848.452000', '180848.454000', '180848.457000', '180848.459000', '180848.462000', '180848.465000', '180848.467000', '180848.470000', '180848.472000', '180908.360000', '180908.363000', '180908.366000', '180908.368000', '180908.371000', '180908.374000', '180908.376000', '180908.379000', '180908.381000', '180908.384000', '180908.387000', '180908.389000', '180908.392000', '180908.394000', '180908.397000', '180908.400000', '180908.402000', '180908.405000', '180908.407000', '180908.410000', '180908.412000', '180908.415000', '180908.418000', '180908.420000', '180908.423000', '180908.425000', '180908.428000', '180908.431000', '180908.433000', '180908.436000', '180908.440000', '180908.443000', '180908.445000', '180908.448000', '180908.451000', '180908.454000', '180908.456000', '180908.459000', '180908.461000', '180908.464000', '180908.467000', '180908.469000', '180908.472000', '180928.361000', '180928.363000', '180928.366000', '180928.369000', '180928.371000', '180928.374000', '180928.376000', '180928.379000', '180928.381000', '180928.384000', '180928.387000', '180928.389000', '180928.392000', '180928.394000', '180928.397000', '180928.400000', '180928.402000', '180928.405000', '180928.407000', '180928.410000', '180928.413000', '180928.415000', '180928.418000', '180928.421000', '180928.423000', '180928.426000', '180928.428000', '180928.431000', '180928.434000', '180928.436000', '180928.439000', '180928.442000', '180928.444000', '180928.447000', '180928.449000', '180928.452000', '180928.454000', '180928.470000', '180928.473000', '180928.475000', '180928.478000', '180928.481000', '180928.483000', '180928.486000', '180948.359000', '180948.362000', '180948.365000', '180948.368000', '180948.370000', '180948.373000', '180948.375000', '180948.378000', '180948.381000', '180948.383000', '180948.386000', '180948.389000', '180948.391000', '180948.394000', '180948.396000', '180948.399000', '180948.401000', '180948.404000', '180948.407000', '180948.409000', '180948.412000', '180948.415000', '180948.417000', '180948.420000', '180948.422000', '180948.425000', '180948.428000', '180948.430000', '180948.433000', '180948.435000', '180948.438000', '180948.441000', '180948.443000', '180948.446000', '180948.449000', '180948.451000', '180948.454000', '180948.456000', '180948.459000', '180948.462000', '180948.464000', '180948.467000', '180948.469000', '181008.360000', '181008.363000', '181008.366000', '181008.369000', '181008.371000', '181008.374000', '181008.376000', '181008.379000', '181008.382000', '181008.384000', '181008.387000', '181008.389000', '181008.392000', '181008.394000', '181008.397000', '181008.400000', '181008.402000', '181008.405000', '181008.407000', '181008.410000', '181008.413000', '181008.415000', '181008.418000', '181008.420000', '181008.423000', '181008.425000', '181008.428000', '181008.431000', '181008.433000', '181008.436000', '181008.438000', '181008.441000', '181008.444000', '181008.446000', '181008.449000', '181008.452000', '181008.454000', '181008.457000', '181008.459000', '181008.462000', '181008.465000', '181008.467000', '181008.470000', '181008.472000', '181028.361000', '181028.363000', '181028.366000', '181028.369000', '181028.371000', '181028.374000', '181028.377000', '181028.379000', '181028.382000', '181028.384000', '181028.387000', '181028.390000', '181028.392000', '181028.395000', '181028.397000', '181028.400000', '181028.403000', '181028.405000', '181028.408000', '181028.411000', '181028.413000', '181028.416000', '181028.419000', '181028.422000', '181028.425000', '181028.428000', '181028.430000', '181028.433000', '181028.436000', '181028.438000', '181028.441000', '181028.443000', '181028.446000', '181028.449000', '181028.451000', '181028.454000', '181028.456000', '181028.459000', '181028.462000', '181028.464000', '181028.467000', '181028.469000', '181028.472000', '181048.360000', '181048.363000', '181048.366000', '181048.369000', '181048.371000', '181048.374000', '181048.377000', '181048.379000', '181048.382000', '181048.385000', '181048.388000', '181048.391000', '181048.394000', '181048.397000', '181048.400000', '181048.402000', '181048.405000', '181048.408000', '181048.410000', '181048.413000', '181048.415000', '181048.418000', '181048.421000', '181048.423000', '181048.426000', '181048.429000', '181048.431000', '181048.434000', '181048.436000', '181048.439000', '181048.442000', '181048.444000', '181048.447000', '181048.449000', '181048.452000', '181048.455000', '181048.457000', '181048.460000', '181048.462000', '181048.465000', '181048.468000', '181048.470000', '181048.473000', '181108.361000', '181108.364000', '181108.366000', '181108.369000', '181108.372000', '181108.382000', '181108.385000', '181108.388000', '181108.390000', '181108.393000', '181108.395000', '181108.398000', '181108.401000', '181108.403000', '181108.406000', '181108.408000', '181108.411000', '181108.413000', '181108.416000', '181108.419000', '181108.421000', '181108.424000', '181108.427000', '181108.429000', '181108.432000', '181108.434000', '181108.437000', '181108.439000', '181108.442000', '181108.445000', '181108.447000', '181108.450000', '181108.453000', '181108.455000', '181108.458000', '181108.460000', '181108.463000', '181108.465000', '181108.468000', '181108.471000', '181108.473000', '181108.476000', '181108.478000', '181108.481000', '181128.360000', '181128.363000', '181128.366000', '181128.369000', '181128.371000', '181128.374000', '181128.376000', '181128.379000', '181128.382000', '181128.384000', '181128.387000', '181128.389000', '181128.392000', '181128.395000', '181128.397000', '181128.400000', '181128.402000', '181128.405000', '181128.408000', '181128.410000', '181128.413000', '181128.415000', '181128.418000', '181128.421000', '181128.423000', '181128.426000', '181128.428000', '181128.431000', '181128.433000', '181128.436000', '181128.439000', '181128.441000', '181128.444000', '181128.446000', '181128.449000', '181128.452000', '181128.454000', '181128.457000', '181128.459000', '181128.462000', '181128.464000', '181128.467000', '181128.470000', '181128.472000', '181132.435000', '181132.438000', '181132.441000', '181132.443000', '181132.446000', '181132.449000', '181132.452000', '181132.454000', '181132.457000'], 'InstanceCreationTime': ['180508.396000', '180508.399000', '180508.402000', '180508.405000', '180508.407000', '180508.410000', '180508.413000', '180508.415000', '180508.418000', '180508.420000', '180508.423000', '180508.425000', '180508.428000', '180508.431000', '180508.433000', '180508.436000', '180508.453000', '180508.456000', '180508.458000', '180508.461000', '180508.463000', '180508.466000', '180508.480000', '180508.482000', '180508.485000', '180508.487000', '180508.490000', '180508.492000', '180508.495000', '180508.498000', '180508.500000', '180508.503000', '180508.505000', '180508.508000', '180508.511000', '180508.513000', '180528.360000', '180528.363000', '180528.366000', '180528.368000', '180528.371000', '180528.374000', '180528.376000', '180528.379000', '180528.381000', '180528.384000', '180528.386000', '180528.389000', '180528.391000', '180528.394000', '180528.396000', '180528.399000', '180528.401000', '180528.404000', '180528.407000', '180528.409000', '180528.412000', '180528.414000', '180528.417000', '180528.419000', '180528.422000', '180528.424000', '180528.427000', '180528.430000', '180528.432000', '180528.435000', '180528.437000', '180528.440000', '180528.442000', '180528.445000', '180528.448000', '180528.450000', '180528.453000', '180528.455000', '180528.458000', '180528.461000', '180528.463000', '180528.466000', '180528.468000', '180528.471000', '180548.360000', '180548.363000', '180548.366000', '180548.368000', '180548.371000', '180548.373000', '180548.376000', '180548.379000', '180548.381000', '180548.384000', '180548.386000', '180548.390000', '180548.392000', '180548.395000', '180548.397000', '180548.403000', '180548.406000', '180548.408000', '180548.411000', '180548.413000', '180548.416000', '180548.418000', '180548.421000', '180548.424000', '180548.426000', '180548.429000', '180548.431000', '180548.434000', '180548.436000', '180548.439000', '180548.442000', '180548.444000', '180548.447000', '180548.450000', '180548.452000', '180548.455000', '180548.457000', '180548.460000', '180548.463000', '180548.465000', '180548.468000', '180548.470000', '180548.473000', '180548.475000', '180608.360000', '180608.363000', '180608.366000', '180608.368000', '180608.371000', '180608.374000', '180608.376000', '180608.379000', '180608.381000', '180608.384000', '180608.386000', '180608.389000', '180608.391000', '180608.394000', '180608.397000', '180608.399000', '180608.402000', '180608.404000', '180608.407000', '180608.410000', '180608.412000', '180608.415000', '180608.417000', '180608.420000', '180608.423000', '180608.425000', '180608.428000', '180608.430000', '180608.433000', '180608.435000', '180608.438000', '180608.441000', '180608.443000', '180608.446000', '180608.449000', '180608.451000', '180608.454000', '180608.456000', '180608.459000', '180608.462000', '180608.464000', '180608.467000', '180608.469000', '180628.361000', '180628.364000', '180628.366000', '180628.369000', '180628.372000', '180628.374000', '180628.377000', '180628.379000', '180628.382000', '180628.385000', '180628.387000', '180628.390000', '180628.393000', '180628.395000', '180628.398000', '180628.400000', '180628.403000', '180628.405000', '180628.408000', '180628.411000', '180628.413000', '180628.416000', '180628.418000', '180628.421000', '180628.423000', '180628.426000', '180628.429000', '180628.431000', '180628.434000', '180628.436000', '180628.474000', '180628.476000', '180628.479000', '180628.482000', '180628.484000', '180628.487000', '180628.489000', '180628.492000', '180628.494000', '180628.497000', '180628.500000', '180628.502000', '180628.505000', '180648.360000', '180648.363000', '180648.366000', '180648.369000', '180648.371000', '180648.374000', '180648.376000', '180648.379000', '180648.382000', '180648.384000', '180648.387000', '180648.389000', '180648.392000', '180648.395000', '180648.397000', '180648.400000', '180648.402000', '180648.405000', '180648.408000', '180648.410000', '180648.413000', '180648.415000', '180648.418000', '180648.421000', '180648.423000', '180648.426000', '180648.429000', '180648.431000', '180648.434000', '180648.436000', '180648.439000', '180648.442000', '180648.444000', '180648.447000', '180648.449000', '180648.452000', '180648.455000', '180648.457000', '180648.460000', '180648.462000', '180648.465000', '180648.473000', '180648.476000', '180648.478000', '180708.361000', '180708.363000', '180708.366000', '180708.368000', '180708.371000', '180708.374000', '180708.376000', '180708.379000', '180708.381000', '180708.384000', '180708.386000', '180708.389000', '180708.392000', '180708.394000', '180708.397000', '180708.400000', '180708.403000', '180708.406000', '180708.409000', '180708.412000', '180708.415000', '180708.417000', '180708.420000', '180708.422000', '180708.425000', '180708.429000', '180708.431000', '180708.434000', '180708.437000', '180708.440000', '180708.442000', '180708.445000', '180708.447000', '180708.450000', '180708.452000', '180708.455000', '180708.458000', '180708.460000', '180708.463000', '180708.465000', '180708.468000', '180708.471000', '180708.473000', '180728.359000', '180728.362000', '180728.365000', '180728.368000', '180728.370000', '180728.373000', '180728.375000', '180728.378000', '180728.381000', '180728.383000', '180728.386000', '180728.388000', '180728.391000', '180728.394000', '180728.396000', '180728.399000', '180728.402000', '180728.404000', '180728.407000', '180728.409000', '180728.412000', '180728.414000', '180728.417000', '180728.420000', '180728.422000', '180728.425000', '180728.427000', '180728.430000', '180728.432000', '180728.435000', '180728.438000', '180728.440000', '180728.443000', '180728.445000', '180728.448000', '180728.451000', '180728.453000', '180728.456000', '180728.458000', '180728.461000', '180728.463000', '180728.466000', '180728.469000', '180728.471000', '180748.360000', '180748.363000', '180748.366000', '180748.369000', '180748.371000', '180748.374000', '180748.376000', '180748.379000', '180748.381000', '180748.384000', '180748.387000', '180748.389000', '180748.392000', '180748.394000', '180748.397000', '180748.399000', '180748.402000', '180748.405000', '180748.408000', '180748.411000', '180748.414000', '180748.417000', '180748.420000', '180748.422000', '180748.425000', '180748.428000', '180748.430000', '180748.433000', '180748.435000', '180748.438000', '180748.441000', '180748.443000', '180748.446000', '180748.448000', '180748.451000', '180748.453000', '180748.456000', '180748.459000', '180748.461000', '180748.464000', '180748.466000', '180748.469000', '180748.472000', '180808.361000', '180808.364000', '180808.366000', '180808.369000', '180808.371000', '180808.374000', '180808.376000', '180808.379000', '180808.382000', '180808.384000', '180808.387000', '180808.389000', '180808.411000', '180808.414000', '180808.417000', '180808.419000', '180808.422000', '180808.424000', '180808.427000', '180808.429000', '180808.432000', '180808.435000', '180808.437000', '180808.440000', '180808.442000', '180808.445000', '180808.448000', '180808.451000', '180808.453000', '180808.456000', '180808.458000', '180808.461000', '180808.464000', '180808.466000', '180808.469000', '180808.471000', '180808.474000', '180808.477000', '180808.479000', '180808.482000', '180808.484000', '180808.487000', '180808.490000', '180808.492000', '180828.361000', '180828.363000', '180828.366000', '180828.369000', '180828.371000', '180828.374000', '180828.376000', '180828.379000', '180828.382000', '180828.384000', '180828.387000', '180828.389000', '180828.392000', '180828.395000', '180828.397000', '180828.400000', '180828.402000', '180828.405000', '180828.408000', '180828.410000', '180828.413000', '180828.416000', '180828.419000', '180828.422000', '180828.425000', '180828.428000', '180828.431000', '180828.434000', '180828.436000', '180828.439000', '180828.441000', '180828.444000', '180828.447000', '180828.449000', '180828.452000', '180828.455000', '180828.457000', '180828.460000', '180828.462000', '180828.465000', '180828.468000', '180828.471000', '180828.474000', '180848.360000', '180848.363000', '180848.366000', '180848.369000', '180848.371000', '180848.374000', '180848.376000', '180848.379000', '180848.382000', '180848.384000', '180848.387000', '180848.389000', '180848.392000', '180848.394000', '180848.397000', '180848.400000', '180848.402000', '180848.405000', '180848.407000', '180848.410000', '180848.412000', '180848.415000', '180848.418000', '180848.420000', '180848.423000', '180848.425000', '180848.428000', '180848.431000', '180848.433000', '180848.436000', '180848.438000', '180848.441000', '180848.444000', '180848.446000', '180848.449000', '180848.452000', '180848.454000', '180848.457000', '180848.459000', '180848.462000', '180848.465000', '180848.467000', '180848.470000', '180848.472000', '180908.360000', '180908.363000', '180908.366000', '180908.368000', '180908.371000', '180908.374000', '180908.376000', '180908.379000', '180908.381000', '180908.384000', '180908.387000', '180908.389000', '180908.392000', '180908.394000', '180908.397000', '180908.400000', '180908.402000', '180908.405000', '180908.407000', '180908.410000', '180908.412000', '180908.415000', '180908.418000', '180908.420000', '180908.423000', '180908.425000', '180908.428000', '180908.431000', '180908.433000', '180908.436000', '180908.440000', '180908.443000', '180908.445000', '180908.448000', '180908.451000', '180908.454000', '180908.456000', '180908.459000', '180908.461000', '180908.464000', '180908.467000', '180908.469000', '180908.472000', '180928.361000', '180928.363000', '180928.366000', '180928.369000', '180928.371000', '180928.374000', '180928.376000', '180928.379000', '180928.381000', '180928.384000', '180928.387000', '180928.389000', '180928.392000', '180928.394000', '180928.397000', '180928.400000', '180928.402000', '180928.405000', '180928.407000', '180928.410000', '180928.413000', '180928.415000', '180928.418000', '180928.421000', '180928.423000', '180928.426000', '180928.428000', '180928.431000', '180928.434000', '180928.436000', '180928.439000', '180928.442000', '180928.444000', '180928.447000', '180928.449000', '180928.452000', '180928.454000', '180928.470000', '180928.473000', '180928.475000', '180928.478000', '180928.481000', '180928.483000', '180928.486000', '180948.359000', '180948.362000', '180948.365000', '180948.368000', '180948.370000', '180948.373000', '180948.375000', '180948.378000', '180948.381000', '180948.383000', '180948.386000', '180948.389000', '180948.391000', '180948.394000', '180948.396000', '180948.399000', '180948.401000', '180948.404000', '180948.407000', '180948.409000', '180948.412000', '180948.415000', '180948.417000', '180948.420000', '180948.422000', '180948.425000', '180948.428000', '180948.430000', '180948.433000', '180948.435000', '180948.438000', '180948.441000', '180948.443000', '180948.446000', '180948.449000', '180948.451000', '180948.454000', '180948.456000', '180948.459000', '180948.462000', '180948.464000', '180948.467000', '180948.469000', '181008.360000', '181008.363000', '181008.366000', '181008.369000', '181008.371000', '181008.374000', '181008.376000', '181008.379000', '181008.382000', '181008.384000', '181008.387000', '181008.389000', '181008.392000', '181008.394000', '181008.397000', '181008.400000', '181008.402000', '181008.405000', '181008.407000', '181008.410000', '181008.413000', '181008.415000', '181008.418000', '181008.420000', '181008.423000', '181008.425000', '181008.428000', '181008.431000', '181008.433000', '181008.436000', '181008.438000', '181008.441000', '181008.444000', '181008.446000', '181008.449000', '181008.452000', '181008.454000', '181008.457000', '181008.459000', '181008.462000', '181008.465000', '181008.467000', '181008.470000', '181008.472000', '181028.361000', '181028.363000', '181028.366000', '181028.369000', '181028.371000', '181028.374000', '181028.377000', '181028.379000', '181028.382000', '181028.384000', '181028.387000', '181028.390000', '181028.392000', '181028.395000', '181028.397000', '181028.400000', '181028.403000', '181028.405000', '181028.408000', '181028.411000', '181028.413000', '181028.416000', '181028.419000', '181028.422000', '181028.425000', '181028.428000', '181028.430000', '181028.433000', '181028.436000', '181028.438000', '181028.441000', '181028.443000', '181028.446000', '181028.449000', '181028.451000', '181028.454000', '181028.456000', '181028.459000', '181028.462000', '181028.464000', '181028.467000', '181028.469000', '181028.472000', '181048.360000', '181048.363000', '181048.366000', '181048.369000', '181048.371000', '181048.374000', '181048.377000', '181048.379000', '181048.382000', '181048.385000', '181048.388000', '181048.391000', '181048.394000', '181048.397000', '181048.400000', '181048.402000', '181048.405000', '181048.408000', '181048.410000', '181048.413000', '181048.415000', '181048.418000', '181048.421000', '181048.423000', '181048.426000', '181048.429000', '181048.431000', '181048.434000', '181048.436000', '181048.439000', '181048.442000', '181048.444000', '181048.447000', '181048.449000', '181048.452000', '181048.455000', '181048.457000', '181048.460000', '181048.462000', '181048.465000', '181048.468000', '181048.470000', '181048.473000', '181108.361000', '181108.364000', '181108.366000', '181108.369000', '181108.372000', '181108.382000', '181108.385000', '181108.388000', '181108.390000', '181108.393000', '181108.395000', '181108.398000', '181108.401000', '181108.403000', '181108.406000', '181108.408000', '181108.411000', '181108.413000', '181108.416000', '181108.419000', '181108.421000', '181108.424000', '181108.427000', '181108.429000', '181108.432000', '181108.434000', '181108.437000', '181108.439000', '181108.442000', '181108.445000', '181108.447000', '181108.450000', '181108.453000', '181108.455000', '181108.458000', '181108.460000', '181108.463000', '181108.465000', '181108.468000', '181108.471000', '181108.473000', '181108.476000', '181108.478000', '181108.481000', '181128.360000', '181128.363000', '181128.366000', '181128.369000', '181128.371000', '181128.374000', '181128.376000', '181128.379000', '181128.382000', '181128.384000', '181128.387000', '181128.389000', '181128.392000', '181128.395000', '181128.397000', '181128.400000', '181128.402000', '181128.405000', '181128.408000', '181128.410000', '181128.413000', '181128.415000', '181128.418000', '181128.421000', '181128.423000', '181128.426000', '181128.428000', '181128.431000', '181128.433000', '181128.436000', '181128.439000', '181128.441000', '181128.444000', '181128.446000', '181128.449000', '181128.452000', '181128.454000', '181128.457000', '181128.459000', '181128.462000', '181128.464000', '181128.467000', '181128.470000', '181128.472000', '181132.435000', '181132.438000', '181132.441000', '181132.443000', '181132.446000', '181132.449000', '181132.452000', '181132.454000', '181132.457000'], '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': [18447, 13227, 11165, 16403, 12655, 12374, 13584, 9715, 15745, 12826, 9275, 14870, 11845, 9277, 14198, 11898, 10054, 14833, 12314, 11221, 13113, 10349, 14680, 12312, 9188, 15302, 12107, 14283, 12838, 9092, 15409, 12535, 10260, 15086, 11759, 12305, 12989, 9906, 15524, 12555, 11209, 14801, 10790, 14946, 12242, 10830, 13974, 10178, 15768, 11743, 15627, 12723, 14880, 11967, 10297, 13420, 9006, 14743, 11625, 14886, 12397, 10989, 12487, 9156, 14701, 11155, 15624, 12547, 12050, 12055, 9026, 13733, 10495, 15738, 12405, 10412, 12033, 8943, 15095, 12323, 15325, 12085, 8659, 14104, 10854, 15173, 12019, 10603, 14119, 10329, 15252, 12556, 10979, 14345, 11295, 15693, 12595, 9871, 14802, 12080, 16225, 12833, 9437, 14682, 11273, 15480, 12630, 9637, 15202, 11886, 9049, 14231, 11939, 9775, 15266, 12457, 9759, 14603, 12250, 9439, 15298, 12880, 9191, 13107, 10000, 14836, 12027, 10078, 13886, 10555, 15055, 12123, 10239, 14532, 11181, 15105, 11948, 9175, 14795, 11328, 16371, 12527, 9250, 13945, 9956, 15752, 12590, 15304, 13249, 9567, 14924, 11482, 14070, 12035, 9392, 14821, 10679, 14884, 12024, 11007, 13500, 9916, 15537, 12015, 11837, 12787, 9893, 15471, 12038, 13440, 12312, 9400, 15341, 12050, 11437, 12631, 9175, 15105, 12287, 10102, 14286, 10520, 14718, 11855, 9733, 15749, 12415, 9616, 13684, 11017, 15553, 12355, 9115, 14872, 11990, 12457, 14219, 10704, 16112, 12890, 10032, 15679, 12901, 10964, 15652, 11535, 15906, 13208, 15012, 12152, 12077, 13556, 9717, 14799, 9823, 15265, 11426, 15066, 12532, 10138, 13865, 10206, 16147, 12905, 9770, 14424, 11237, 10737, 14040, 12744, 11631, 9783, 13859, 11374, 9071, 15094, 12302, 16099, 12914, 9401, 14064, 10964, 15343, 12372, 11088, 13301, 9383, 14847, 11912, 12204, 13297, 8907, 15042, 11976, 13146, 13397, 9392, 15383, 12001, 13255, 12601, 9956, 15245, 11703, 11066, 13190, 9917, 15809, 12541, 9306, 13502, 10707, 14855, 12171, 9800, 15336, 11827, 14563, 12736, 9273, 14491, 9905, 15299, 11787, 15493, 12461, 9914, 12995, 9134, 15127, 11595, 15531, 12164, 9947, 15203, 12118, 12392, 14110, 9981, 15623, 12780, 10664, 14937, 10845, 15374, 12401, 14688, 11794, 12198, 12758, 9181, 15199, 11901, 16116, 12381, 9559, 13752, 12154, 10797, 14866, 12961, 9369, 15426, 12112, 14280, 12695, 9470, 14475, 11248, 9979, 13489, 10359, 15848, 12472, 9684, 13088, 9755, 15560, 12159, 9049, 13737, 10603, 14842, 12373, 9872, 15902, 12375, 12074, 15099, 11245, 15161, 12321, 15167, 12355, 13537, 12815, 10129, 14803, 10768, 15186, 12245, 9288, 14562, 10304, 15399, 12746, 15044, 12469, 9630, 14638, 10652, 14417, 11883, 14710, 12218, 11207, 14668, 9882, 15301, 12542, 11581, 13550, 9160, 14479, 10163, 15103, 11147, 14119, 11912, 14572, 11769, 12370, 12598, 8759, 14270, 10109, 15181, 12080, 11183, 12841, 9176, 15157, 12194, 11751, 13079, 9122, 14701, 11740, 11196, 13794, 10004, 14945, 12231, 9175, 15480, 10785, 12560, 13156, 11511, 12808, 15029, 11909, 14685, 13777, 9833, 14637, 12494, 15847, 12059, 10936, 12061, 9060, 14187, 10505, 15588, 12600, 14800, 12167, 9034, 14024, 10775, 15196, 12241, 12329, 13521, 9247, 15297, 12001, 13516, 12317, 12773, 14078, 11371, 9008, 13192, 9960, 14840, 11953, 13869, 13752, 9660, 14695, 12019, 12380, 13310, 9653, 15220, 11860, 11067, 13417, 9316, 15760, 12895, 14054, 13457, 9207, 15182, 12111, 15292, 13523, 9918, 14981, 11926, 12374, 13164, 10320, 15969, 12343, 15240, 12020, 9108, 13903, 9774, 16403, 12392, 14945, 12681, 11599, 13434, 8928, 15151, 11868, 15467, 12643, 10871, 14874, 9991, 15834, 12588, 14015, 12728, 9964, 16100, 12082, 14194, 12184, 9849, 15931, 12426, 14776, 12462, 9956, 15814, 12168, 15295, 12302, 9492, 16118, 12209, 14724, 11937, 9287, 15396, 12216, 15725, 12637, 12028, 14680, 10325, 15468, 12862, 12084, 13968, 10374, 16388, 12756, 12174, 12755, 8802, 16078, 12712, 15038, 13125, 9723, 14938, 11341, 15481, 12820, 10287, 15447, 11786, 15571, 12914, 14600, 12700, 9729, 14934, 10069, 16272, 13168, 15046, 12962, 9151, 14890, 10607, 16009, 13042, 14204, 12878, 8737, 14365, 12261, 11529, 14318, 12267, 9595, 13965, 11414, 9386, 15237, 12200, 16907, 14120, 9688, 15485, 12552, 12416, 14139, 10686, 15571, 12692, 10208, 16087, 12357, 9949, 14973, 11738, 16002, 13080, 14439, 14483, 9937, 16094, 12984, 15034, 13008, 9410, 15153, 11541, 15523, 12756, 11304, 14855, 10164, 15842, 12798, 14361, 12731, 9912, 15534, 11344, 15556, 12580, 13009, 13665, 9984, 15624, 12181, 9847, 15749, 12178, 15298, 12728, 9246, 15996, 12109, 15586, 12753, 11528, 13848, 10257, 16288, 12742, 9406, 14732, 10471, 16839, 13051, 9717, 15289, 12000, 13489, 13831, 10233, 15817, 12277, 10154, 15436, 11994, 15522, 12138, 9388, 15533, 11989, 14613, 13234, 9134, 15693, 12777, 10438, 15990, 12469, 10835, 14786, 11305, 16361, 13196, 10040, 15135, 11146, 15697, 12656, 12276, 14699, 10085, 16169, 13080, 13499, 14225, 9301, 16439, 12804, 15406, 12508, 10654, 15685, 11829, 15456, 12458, 9244, 15890, 11863, 16713, 13217, 9432, 15536, 12740, 11781, 15742, 11719, 15479, 12861, 10960, 15339, 12362, 15684, 13379, 9274, 16285, 12630, 11002, 15435, 11584, 15186, 13354, 9979, 15770, 12792, 9717, 15274, 11225, 14732, 13205, 10787, 13727, 14232, 11126, 12535, 13730, 10802, 16581, 13159, 9240, 15469, 11866, 15841, 12877, 13393, 14447, 9729, 15258, 12256, 15042, 12287, 11268, 14701, 11312, 15237, 12223, 9564, 14656, 10261, 16510, 13328, 15789, 12362, 8868, 14805, 9970, 16273, 11836, 15751, 12971, 14040, 12788, 8948, 15621, 10433, 16215, 13260, 10323, 14210, 9800, 16472, 13263, 11487, 14224, 9589, 17051, 13163, 14235, 13320, 9347, 16316, 12904, 16491, 12538, 9266, 15013, 10262, 16212, 13028, 13684, 12412, 9391, 16182, 12950, 12879, 12880, 9181, 16751, 13087, 13088, 13726, 9208, 16552, 13062, 14854, 13362, 9270, 16183, 12654, 16370, 12802, 8975, 15321, 11649, 15906, 12318, 9530, 14564, 9991, 16562, 13251, 10817, 13755, 9536, 16375, 12870, 16468, 12951, 9052, 15169, 9923, 16671, 12853, 15629, 12550, 11241, 14462, 9408, 15859, 11835, 15671, 12604, 10384, 14638, 11147, 15863, 12360, 10314, 14835], 'WindowCenter': [4544.0, 4485.0, 4459.0, 4476.0, 4453.0, 4439.0, 4449.0, 4419.0, 4471.0, 4448.0, 4418.0, 4459.0, 4439.0, 4419.0, 4460.0, 4452.0, 4441.0, 4483.0, 4465.0, 4455.0, 4475.0, 4456.0, 4485.0, 4476.0, 4447.0, 4498.0, 4479.0, 4499.0, 4479.0, 4449.0, 4500.0, 4492.0, 4473.0, 4514.0, 4493.0, 4494.0, 4503.0, 4473.0, 4525.0, 4504.0, 4495.0, 4515.0, 4486.0, 4517.0, 4506.0, 4495.0, 4515.0, 4486.0, 4525.0, 4496.0, 4514.0, 4505.0, 4515.0, 4493.0, 4472.0, 4503.0, 4462.0, 4502.0, 4482.0, 4513.0, 4491.0, 4484.0, 4491.0, 4461.0, 4503.0, 4486.0, 4514.0, 4496.0, 4493.0, 4492.0, 4466.0, 4506.0, 4486.0, 4516.0, 4506.0, 4486.0, 4495.0, 4488.0, 4526.0, 4509.0, 4528.0, 4510.0, 4474.0, 4528.0, 4512.0, 4527.0, 4518.0, 4502.0, 4528.0, 4498.0, 4529.0, 4522.0, 4498.0, 4527.0, 4509.0, 4529.0, 4508.0, 4489.0, 4528.0, 4508.0, 4529.0, 4507.0, 4476.0, 4516.0, 4487.0, 4514.0, 4493.0, 4463.0, 4516.0, 4495.0, 4464.0, 4516.0, 4496.0, 4488.0, 4529.0, 4506.0, 4488.0, 4518.0, 4508.0, 4476.0, 4527.0, 4507.0, 4477.0, 4506.0, 4485.0, 4515.0, 4508.0, 4486.0, 4516.0, 4497.0, 4527.0, 4507.0, 4486.0, 4520.0, 4498.0, 4530.0, 4497.0, 4475.0, 4517.0, 4499.0, 4528.0, 4507.0, 4476.0, 4507.0, 4475.0, 4515.0, 4497.0, 4517.0, 4507.0, 4474.0, 4515.0, 4494.0, 4506.0, 4494.0, 4462.0, 4516.0, 4483.0, 4515.0, 4495.0, 4485.0, 4501.0, 4474.0, 4514.0, 4495.0, 4493.0, 4495.0, 4473.0, 4515.0, 4496.0, 4506.0, 4497.0, 4476.0, 4515.0, 4494.0, 4496.0, 4505.0, 4475.0, 4526.0, 4507.0, 4488.0, 4519.0, 4498.0, 4529.0, 4508.0, 4489.0, 4529.0, 4519.0, 4488.0, 4517.0, 4500.0, 4538.0, 4521.0, 4490.0, 4529.0, 4521.0, 4521.0, 4528.0, 4499.0, 4541.0, 4519.0, 4489.0, 4543.0, 4520.0, 4508.0, 4536.0, 4508.0, 4541.0, 4519.0, 4529.0, 4509.0, 4497.0, 4508.0, 4475.0, 4517.0, 4474.0, 4512.0, 4483.0, 4503.0, 4493.0, 4473.0, 4491.0, 4473.0, 4514.0, 4494.0, 4471.0, 4503.0, 4481.0, 4486.0, 4516.0, 4504.0, 4497.0, 4486.0, 4519.0, 4498.0, 4476.0, 4527.0, 4506.0, 4526.0, 4508.0, 4478.0, 4515.0, 4497.0, 4518.0, 4506.0, 4496.0, 4505.0, 4476.0, 4514.0, 4496.0, 4495.0, 4505.0, 4477.0, 4515.0, 4497.0, 4509.0, 4509.0, 4474.0, 4516.0, 4493.0, 4505.0, 4494.0, 4474.0, 4518.0, 4497.0, 4496.0, 4508.0, 4475.0, 4528.0, 4507.0, 4477.0, 4508.0, 4487.0, 4515.0, 4497.0, 4474.0, 4529.0, 4498.0, 4519.0, 4507.0, 4476.0, 4516.0, 4477.0, 4515.0, 4495.0, 4514.0, 4494.0, 4475.0, 4495.0, 4466.0, 4514.0, 4483.0, 4515.0, 4494.0, 4475.0, 4513.0, 4496.0, 4496.0, 4508.0, 4477.0, 4526.0, 4506.0, 4487.0, 4517.0, 4488.0, 4516.0, 4496.0, 4515.0, 4496.0, 4493.0, 4495.0, 4464.0, 4512.0, 4494.0, 4515.0, 4496.0, 4475.0, 4505.0, 4495.0, 4486.0, 4516.0, 4506.0, 4464.0, 4516.0, 4494.0, 4505.0, 4495.0, 4474.0, 4507.0, 4495.0, 4484.0, 4505.0, 4485.0, 4525.0, 4508.0, 4486.0, 4506.0, 4488.0, 4528.0, 4510.0, 4477.0, 4517.0, 4498.0, 4530.0, 4519.0, 4490.0, 4540.0, 4521.0, 4520.0, 4529.0, 4508.0, 4531.0, 4508.0, 4530.0, 4511.0, 4508.0, 4508.0, 4487.0, 4518.0, 4484.0, 4517.0, 4495.0, 4474.0, 4513.0, 4474.0, 4514.0, 4493.0, 4514.0, 4495.0, 4465.0, 4502.0, 4475.0, 4505.0, 4485.0, 4504.0, 4481.0, 4485.0, 4504.0, 4474.0, 4503.0, 4494.0, 4485.0, 4506.0, 4464.0, 4504.0, 4471.0, 4504.0, 4486.0, 4503.0, 4485.0, 4504.0, 4493.0, 4493.0, 4493.0, 4453.0, 4503.0, 4474.0, 4512.0, 4495.0, 4483.0, 4494.0, 4473.0, 4516.0, 4507.0, 4497.0, 4506.0, 4474.0, 4518.0, 4506.0, 4499.0, 4519.0, 4488.0, 4527.0, 4508.0, 4491.0, 4540.0, 4512.0, 4520.0, 4516.0, 4511.0, 4524.0, 4540.0, 4522.0, 4532.0, 4528.0, 4505.0, 4544.0, 4521.0, 4529.0, 4506.0, 4501.0, 4497.0, 4468.0, 4519.0, 4489.0, 4529.0, 4508.0, 4519.0, 4497.0, 4478.0, 4517.0, 4486.0, 4516.0, 4497.0, 4496.0, 4506.0, 4462.0, 4515.0, 4494.0, 4505.0, 4509.0, 4496.0, 4506.0, 4485.0, 4463.0, 4501.0, 4475.0, 4517.0, 4507.0, 4518.0, 4516.0, 4490.0, 4516.0, 4507.0, 4508.0, 4518.0, 4488.0, 4529.0, 4510.0, 4500.0, 4519.0, 4487.0, 4530.0, 4520.0, 4519.0, 4520.0, 4480.0, 4529.0, 4509.0, 4528.0, 4518.0, 4489.0, 4529.0, 4508.0, 4508.0, 4510.0, 4489.0, 4528.0, 4510.0, 4529.0, 4509.0, 4478.0, 4518.0, 4485.0, 4528.0, 4505.0, 4517.0, 4506.0, 4498.0, 4505.0, 4466.0, 4516.0, 4497.0, 4528.0, 4509.0, 4487.0, 4517.0, 4478.0, 4516.0, 4495.0, 4505.0, 4508.0, 4477.0, 4529.0, 4496.0, 4503.0, 4494.0, 4475.0, 4524.0, 4496.0, 4515.0, 4495.0, 4474.0, 4525.0, 4496.0, 4517.0, 4497.0, 4477.0, 4516.0, 4496.0, 4515.0, 4496.0, 4478.0, 4518.0, 4497.0, 4527.0, 4506.0, 4495.0, 4517.0, 4485.0, 4516.0, 4508.0, 4495.0, 4515.0, 4488.0, 4527.0, 4507.0, 4496.0, 4504.0, 4464.0, 4524.0, 4506.0, 4518.0, 4509.0, 4477.0, 4518.0, 4488.0, 4516.0, 4497.0, 4475.0, 4517.0, 4497.0, 4514.0, 4495.0, 4504.0, 4495.0, 4464.0, 4500.0, 4461.0, 4503.0, 4480.0, 4489.0, 4480.0, 4450.0, 4490.0, 4458.0, 4499.0, 4481.0, 4490.0, 4479.0, 4440.0, 4489.0, 4480.0, 4480.0, 4502.0, 4495.0, 4475.0, 4505.0, 4493.0, 4476.0, 4516.0, 4508.0, 4538.0, 4519.0, 4477.0, 4528.0, 4510.0, 4510.0, 4520.0, 4501.0, 4526.0, 4519.0, 4486.0, 4537.0, 4513.0, 4490.0, 4530.0, 4513.0, 4541.0, 4520.0, 4519.0, 4518.0, 4486.0, 4529.0, 4509.0, 4517.0, 4504.0, 4477.0, 4516.0, 4498.0, 4523.0, 4509.0, 4497.0, 4516.0, 4488.0, 4527.0, 4507.0, 4517.0, 4504.0, 4476.0, 4517.0, 4487.0, 4515.0, 4508.0, 4508.0, 4506.0, 4475.0, 4528.0, 4495.0, 4487.0, 4529.0, 4509.0, 4528.0, 4508.0, 4478.0, 4526.0, 4511.0, 4529.0, 4508.0, 4498.0, 4516.0, 4488.0, 4523.0, 4507.0, 4479.0, 4519.0, 4495.0, 4540.0, 4518.0, 4479.0, 4529.0, 4507.0, 4518.0, 4518.0, 4490.0, 4529.0, 4509.0, 4489.0, 4529.0, 4499.0, 4530.0, 4505.0, 4479.0, 4529.0, 4496.0, 4519.0, 4508.0, 4474.0, 4529.0, 4507.0, 4487.0, 4529.0, 4510.0, 4486.0, 4517.0, 4497.0, 4528.0, 4506.0, 4488.0, 4518.0, 4496.0, 4515.0, 4505.0, 4498.0, 4516.0, 4473.0, 4527.0, 4503.0, 4507.0, 4502.0, 4463.0, 4514.0, 4496.0, 4515.0, 4496.0, 4484.0, 4515.0, 4493.0, 4514.0, 4496.0, 4464.0, 4515.0, 4497.0, 4525.0, 4506.0, 4476.0, 4516.0, 4507.0, 4496.0, 4529.0, 4497.0, 4515.0, 4508.0, 4488.0, 4518.0, 4506.0, 4526.0, 4507.0, 4477.0, 4527.0, 4509.0, 4499.0, 4526.0, 4499.0, 4530.0, 4515.0, 4487.0, 4531.0, 4509.0, 4479.0, 4519.0, 4498.0, 4518.0, 4505.0, 4497.0, 4518.0, 4519.0, 4497.0, 4508.0, 4518.0, 4497.0, 4528.0, 4509.0, 4477.0, 4526.0, 4495.0, 4528.0, 4505.0, 4507.0, 4517.0, 4472.0, 4516.0, 4495.0, 4517.0, 4495.0, 4495.0, 4518.0, 4487.0, 4517.0, 4497.0, 4477.0, 4515.0, 4489.0, 4527.0, 4519.0, 4526.0, 4506.0, 4467.0, 4515.0, 4476.0, 4528.0, 4494.0, 4515.0, 4505.0, 4507.0, 4494.0, 4464.0, 4514.0, 4484.0, 4516.0, 4505.0, 4473.0, 4507.0, 4475.0, 4527.0, 4506.0, 4499.0, 4516.0, 4478.0, 4524.0, 4505.0, 4518.0, 4506.0, 4478.0, 4529.0, 4511.0, 4540.0, 4508.0, 4477.0, 4530.0, 4487.0, 4529.0, 4509.0, 4506.0, 4493.0, 4478.0, 4526.0, 4508.0, 4509.0, 4508.0, 4478.0, 4539.0, 4509.0, 4517.0, 4519.0, 4478.0, 4527.0, 4508.0, 4516.0, 4507.0, 4477.0, 4525.0, 4503.0, 4526.0, 4508.0, 4465.0, 4525.0, 4496.0, 4527.0, 4498.0, 4478.0, 4517.0, 4489.0, 4527.0, 4507.0, 4484.0, 4507.0, 4477.0, 4527.0, 4506.0, 4526.0, 4508.0, 4466.0, 4516.0, 4478.0, 4527.0, 4507.0, 4512.0, 4493.0, 4482.0, 4506.0, 4465.0, 4510.0, 4496.0, 4516.0, 4496.0, 4473.0, 4503.0, 4484.0, 4515.0, 4504.0, 4475.0, 4516.0], 'WindowWidth': [9980.0, 9878.0, 9828.0, 9849.0, 9806.0, 9781.0, 9794.0, 9753.0, 9826.0, 9793.0, 9751.0, 9810.0, 9782.0, 9755.0, 9812.0, 9803.0, 9791.0, 9850.0, 9826.0, 9813.0, 9840.0, 9817.0, 9858.0, 9846.0, 9808.0, 9879.0, 9854.0, 9880.0, 9852.0, 9813.0, 9883.0, 9876.0, 9853.0, 9907.0, 9878.0, 9881.0, 9892.0, 9851.0, 9925.0, 9897.0, 9884.0, 9912.0, 9873.0, 9917.0, 9900.0, 9884.0, 9911.0, 9871.0, 9925.0, 9885.0, 9910.0, 9897.0, 9911.0, 9878.0, 9849.0, 9890.0, 9834.0, 9888.0, 9861.0, 9905.0, 9874.0, 9867.0, 9873.0, 9834.0, 9891.0, 9871.0, 9907.0, 9884.0, 9880.0, 9876.0, 9844.0, 9898.0, 9874.0, 9913.0, 9899.0, 9873.0, 9883.0, 9883.0, 9932.0, 9909.0, 9937.0, 9909.0, 9859.0, 9934.0, 9918.0, 9935.0, 9922.0, 9902.0, 9936.0, 9895.0, 9939.0, 9928.0, 9895.0, 9933.0, 9908.0, 9938.0, 9908.0, 9880.0, 9933.0, 9906.0, 9938.0, 9904.0, 9858.0, 9913.0, 9872.0, 9911.0, 9878.0, 9837.0, 9909.0, 9883.0, 9839.0, 9914.0, 9888.0, 9878.0, 9936.0, 9901.0, 9881.0, 9920.0, 9908.0, 9860.0, 9931.0, 9906.0, 9861.0, 9900.0, 9870.0, 9911.0, 9904.0, 9875.0, 9914.0, 9889.0, 9929.0, 9902.0, 9875.0, 9923.0, 9893.0, 9937.0, 9889.0, 9859.0, 9917.0, 9892.0, 9933.0, 9901.0, 9858.0, 9899.0, 9855.0, 9911.0, 9886.0, 9913.0, 9898.0, 9852.0, 9910.0, 9879.0, 9897.0, 9878.0, 9835.0, 9910.0, 9865.0, 9911.0, 9882.0, 9868.0, 9887.0, 9853.0, 9908.0, 9882.0, 9878.0, 9882.0, 9851.0, 9910.0, 9887.0, 9900.0, 9886.0, 9858.0, 9911.0, 9882.0, 9885.0, 9896.0, 9856.0, 9928.0, 9903.0, 9879.0, 9922.0, 9892.0, 9935.0, 9904.0, 9882.0, 9937.0, 9922.0, 9880.0, 9918.0, 9899.0, 9953.0, 9929.0, 9886.0, 9938.0, 9927.0, 9928.0, 9935.0, 9896.0, 9958.0, 9925.0, 9883.0, 9961.0, 9927.0, 9910.0, 9947.0, 9909.0, 9957.0, 9922.0, 9938.0, 9905.0, 9886.0, 9900.0, 9854.0, 9912.0, 9851.0, 9903.0, 9864.0, 9891.0, 9876.0, 9847.0, 9872.0, 9850.0, 9906.0, 9878.0, 9845.0, 9889.0, 9857.0, 9871.0, 9914.0, 9896.0, 9888.0, 9873.0, 9919.0, 9891.0, 9859.0, 9930.0, 9902.0, 9932.0, 9905.0, 9863.0, 9911.0, 9889.0, 9918.0, 9901.0, 9886.0, 9897.0, 9857.0, 9909.0, 9887.0, 9884.0, 9898.0, 9861.0, 9913.0, 9890.0, 9907.0, 9907.0, 9856.0, 9914.0, 9881.0, 9898.0, 9882.0, 9855.0, 9919.0, 9887.0, 9887.0, 9902.0, 9856.0, 9932.0, 9902.0, 9861.0, 9903.0, 9873.0, 9911.0, 9887.0, 9855.0, 9933.0, 9889.0, 9921.0, 9901.0, 9859.0, 9913.0, 9858.0, 9908.0, 9882.0, 9909.0, 9882.0, 9855.0, 9881.0, 9842.0, 9905.0, 9864.0, 9907.0, 9878.0, 9853.0, 9906.0, 9884.0, 9883.0, 9901.0, 9859.0, 9927.0, 9900.0, 9874.0, 9915.0, 9874.0, 9912.0, 9884.0, 9909.0, 9883.0, 9878.0, 9880.0, 9837.0, 9905.0, 9878.0, 9912.0, 9886.0, 9853.0, 9896.0, 9882.0, 9872.0, 9912.0, 9897.0, 9841.0, 9911.0, 9881.0, 9896.0, 9882.0, 9852.0, 9898.0, 9884.0, 9867.0, 9897.0, 9872.0, 9925.0, 9904.0, 9874.0, 9901.0, 9880.0, 9934.0, 9910.0, 9865.0, 9918.0, 9894.0, 9941.0, 9924.0, 9885.0, 9954.0, 9929.0, 9927.0, 9938.0, 9908.0, 9940.0, 9908.0, 9937.0, 9909.0, 9904.0, 9904.0, 9872.0, 9918.0, 9868.0, 9917.0, 9883.0, 9852.0, 9904.0, 9852.0, 9906.0, 9879.0, 9910.0, 9882.0, 9840.0, 9891.0, 9853.0, 9892.0, 9865.0, 9889.0, 9859.0, 9864.0, 9891.0, 9850.0, 9891.0, 9879.0, 9867.0, 9894.0, 9838.0, 9891.0, 9844.0, 9891.0, 9866.0, 9887.0, 9868.0, 9893.0, 9877.0, 9876.0, 9876.0, 9822.0, 9889.0, 9851.0, 9903.0, 9880.0, 9864.0, 9878.0, 9852.0, 9913.0, 9903.0, 9888.0, 9900.0, 9855.0, 9919.0, 9901.0, 9894.0, 9920.0, 9878.0, 9931.0, 9907.0, 9885.0, 9954.0, 9917.0, 9927.0, 9920.0, 9917.0, 9935.0, 9955.0, 9930.0, 9946.0, 9937.0, 9910.0, 9970.0, 9930.0, 9942.0, 9902.0, 9897.0, 9888.0, 9848.0, 9918.0, 9877.0, 9932.0, 9904.0, 9922.0, 9888.0, 9861.0, 9914.0, 9870.0, 9911.0, 9885.0, 9883.0, 9896.0, 9835.0, 9908.0, 9881.0, 9896.0, 9908.0, 9886.0, 9896.0, 9866.0, 9835.0, 9887.0, 9855.0, 9914.0, 9903.0, 9919.0, 9914.0, 9881.0, 9915.0, 9902.0, 9905.0, 9917.0, 9878.0, 9936.0, 9909.0, 9896.0, 9921.0, 9878.0, 9938.0, 9925.0, 9922.0, 9922.0, 9868.0, 9935.0, 9908.0, 9933.0, 9919.0, 9879.0, 9935.0, 9905.0, 9906.0, 9907.0, 9879.0, 9933.0, 9909.0, 9937.0, 9906.0, 9863.0, 9915.0, 9870.0, 9931.0, 9898.0, 9917.0, 9901.0, 9890.0, 9897.0, 9845.0, 9912.0, 9888.0, 9931.0, 9905.0, 9874.0, 9914.0, 9862.0, 9912.0, 9883.0, 9897.0, 9901.0, 9858.0, 9931.0, 9885.0, 9894.0, 9880.0, 9855.0, 9923.0, 9885.0, 9911.0, 9881.0, 9853.0, 9925.0, 9885.0, 9912.0, 9885.0, 9858.0, 9911.0, 9886.0, 9912.0, 9886.0, 9860.0, 9914.0, 9887.0, 9928.0, 9898.0, 9882.0, 9912.0, 9867.0, 9913.0, 9900.0, 9880.0, 9910.0, 9878.0, 9933.0, 9902.0, 9884.0, 9891.0, 9837.0, 9919.0, 9898.0, 9919.0, 9905.0, 9859.0, 9916.0, 9875.0, 9913.0, 9884.0, 9854.0, 9913.0, 9883.0, 9907.0, 9881.0, 9892.0, 9877.0, 9834.0, 9881.0, 9827.0, 9885.0, 9851.0, 9867.0, 9851.0, 9810.0, 9864.0, 9819.0, 9876.0, 9853.0, 9866.0, 9848.0, 9797.0, 9863.0, 9855.0, 9856.0, 9889.0, 9881.0, 9853.0, 9893.0, 9877.0, 9857.0, 9912.0, 9903.0, 9947.0, 9919.0, 9862.0, 9932.0, 9912.0, 9911.0, 9923.0, 9897.0, 9929.0, 9920.0, 9875.0, 9948.0, 9916.0, 9884.0, 9938.0, 9916.0, 9954.0, 9924.0, 9920.0, 9917.0, 9873.0, 9932.0, 9904.0, 9919.0, 9895.0, 9859.0, 9912.0, 9889.0, 9920.0, 9904.0, 9887.0, 9912.0, 9874.0, 9927.0, 9900.0, 9914.0, 9894.0, 9857.0, 9915.0, 9872.0, 9910.0, 9902.0, 9904.0, 9900.0, 9857.0, 9930.0, 9883.0, 9875.0, 9934.0, 9907.0, 9935.0, 9904.0, 9864.0, 9929.0, 9910.0, 9934.0, 9904.0, 9889.0, 9912.0, 9876.0, 9924.0, 9903.0, 9867.0, 9920.0, 9885.0, 9950.0, 9920.0, 9866.0, 9932.0, 9903.0, 9919.0, 9919.0, 9881.0, 9937.0, 9907.0, 9880.0, 9934.0, 9891.0, 9936.0, 9898.0, 9865.0, 9933.0, 9885.0, 9920.0, 9903.0, 9856.0, 9933.0, 9904.0, 9876.0, 9933.0, 9907.0, 9872.0, 9914.0, 9888.0, 9934.0, 9901.0, 9876.0, 9916.0, 9885.0, 9911.0, 9896.0, 9888.0, 9912.0, 9852.0, 9928.0, 9893.0, 9898.0, 9887.0, 9836.0, 9905.0, 9882.0, 9906.0, 9881.0, 9865.0, 9908.0, 9878.0, 9909.0, 9883.0, 9838.0, 9908.0, 9887.0, 9926.0, 9898.0, 9857.0, 9912.0, 9901.0, 9886.0, 9932.0, 9886.0, 9911.0, 9901.0, 9874.0, 9916.0, 9898.0, 9928.0, 9900.0, 9859.0, 9930.0, 9908.0, 9893.0, 9929.0, 9892.0, 9937.0, 9911.0, 9876.0, 9938.0, 9906.0, 9865.0, 9916.0, 9889.0, 9920.0, 9897.0, 9889.0, 9920.0, 9920.0, 9888.0, 9905.0, 9915.0, 9888.0, 9932.0, 9905.0, 9861.0, 9926.0, 9884.0, 9930.0, 9898.0, 9900.0, 9912.0, 9850.0, 9911.0, 9881.0, 9912.0, 9883.0, 9884.0, 9917.0, 9871.0, 9915.0, 9888.0, 9860.0, 9910.0, 9877.0, 9929.0, 9919.0, 9928.0, 9899.0, 9846.0, 9909.0, 9856.0, 9930.0, 9880.0, 9910.0, 9895.0, 9899.0, 9878.0, 9837.0, 9904.0, 9865.0, 9910.0, 9894.0, 9851.0, 9897.0, 9856.0, 9927.0, 9900.0, 9891.0, 9913.0, 9862.0, 9922.0, 9899.0, 9918.0, 9900.0, 9862.0, 9932.0, 9909.0, 9950.0, 9903.0, 9861.0, 9934.0, 9875.0, 9935.0, 9907.0, 9901.0, 9879.0, 9862.0, 9927.0, 9903.0, 9906.0, 9903.0, 9863.0, 9948.0, 9907.0, 9917.0, 9917.0, 9861.0, 9928.0, 9905.0, 9915.0, 9900.0, 9861.0, 9925.0, 9894.0, 9929.0, 9901.0, 9841.0, 9923.0, 9886.0, 9928.0, 9889.0, 9863.0, 9913.0, 9877.0, 9929.0, 9901.0, 9868.0, 9899.0, 9859.0, 9927.0, 9900.0, 9927.0, 9900.0, 9844.0, 9910.0, 9859.0, 9926.0, 9899.0, 9904.0, 9878.0, 9861.0, 9896.0, 9839.0, 9898.0, 9883.0, 9909.0, 9881.0, 9848.0, 9888.0, 9864.0, 9908.0, 9894.0, 9855.0, 9910.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.0009444724770642202</td></tr>
<tr><td colspan=3>aqi</td><td>0.028815878096330273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.511178127347854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2026253239265219</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9766885878874861</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>5278.5757</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08162495319233122</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7201834862385321</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2940863965219966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1298903128558213</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.554665211819308</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1977036648908603</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107554</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02177208848297596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04136059060692787</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.385761748050947</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9001</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3855</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.7493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.551</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.7232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3654.5855</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.875</td></tr>
<tr><td colspan=3>tsnr</td><td>37.84554256894626</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>