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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0095_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-04/func/sub-0095_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>963e602a56347030fd50cc26eb4888a6</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>17:59:12.912500</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969096</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85aedcb8-0c8a-4e54-b322-944383d6c8ab||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['175912.912500', '175913.372500', '175913.832500', '175914.292500', '175914.752500', '175915.212500', '175915.672500', '175916.132500', '175916.592500', '175917.052500', '175917.512500', '175917.972500', '175918.432500', '175918.892500', '175919.352500', '175919.812500', '175920.272500', '175920.732500', '175921.192500', '175921.652500', '175922.112500', '175922.572500', '175923.032500', '175923.492500', '175923.952500', '175924.412500', '175924.872500', '175925.332500', '175925.792500', '175926.252500', '175926.712500', '175927.172500', '175927.632500', '175928.092500', '175928.552500', '175929.012500', '175929.472500', '175929.932500', '175930.392500', '175930.852500', '175931.312500', '175931.772500', '175932.232500', '175932.692500', '175933.152500', '175933.612500', '175934.072500', '175934.532500', '175934.992500', '175935.452500', '175935.912500', '175936.372500', '175936.832500', '175937.292500', '175937.752500', '175938.212500', '175938.672500', '175939.132500', '175939.592500', '175940.052500', '175940.512500', '175940.972500', '175941.432500', '175941.892500', '175942.352500', '175942.812500', '175943.272500', '175943.732500', '175944.192500', '175944.652500', '175945.112500', '175945.572500', '175946.032500', '175946.492500', '175946.952500', '175947.412500', '175947.872500', '175948.332500', '175948.792500', '175949.252500', '175949.712500', '175950.172500', '175950.632500', '175951.092500', '175951.552500', '175952.012500', '175952.472500', '175952.932500', '175953.392500', '175953.852500', '175954.312500', '175954.772500', '175955.232500', '175955.692500', '175956.152500', '175956.612500', '175957.072500', '175957.532500', '175957.992500', '175958.452500', '175958.912500', '175959.372500', '175959.832500', '180000.292500', '180000.752500', '180001.212500', '180001.672500', '180002.132500', '180002.592500', '180003.052500', '180003.512500', '180003.972500', '180004.432500', '180004.892500', '180005.352500', '180005.812500', '180006.272500', '180006.732500', '180007.192500', '180007.652500', '180008.112500', '180008.572500', '180009.032500', '180009.492500', '180009.952500', '180010.412500', '180010.872500', '180011.332500', '180011.792500', '180012.252500', '180012.712500', '180013.172500', '180013.632500', '180014.092500', '180014.552500', '180015.012500', '180015.472500', '180015.932500', '180016.392500', '180016.852500', '180017.312500', '180017.772500', '180018.232500', '180018.692500', '180019.152500', '180019.612500', '180020.072500', '180020.532500', '180020.992500', '180021.452500', '180021.912500', '180022.372500', '180022.832500', '180023.292500', '180023.752500', '180024.212500', '180024.672500', '180025.132500', '180025.592500', '180026.052500', '180026.512500', '180026.972500', '180027.432500', '180027.892500', '180028.352500', '180028.812500', '180029.272500', '180029.732500', '180030.192500', '180030.652500', '180031.112500', '180031.572500', '180032.032500', '180032.492500', '180032.952500', '180033.412500', '180033.872500', '180034.332500', '180034.792500', '180035.252500', '180035.712500', '180036.172500', '180036.632500', '180037.092500', '180037.552500', '180038.012500', '180038.472500', '180038.932500', '180039.392500', '180039.852500', '180040.312500', '180040.772500', '180041.232500', '180041.692500', '180042.152500', '180042.612500', '180043.072500', '180043.532500', '180043.992500', '180044.452500', '180044.912500', '180045.372500', '180045.832500', '180046.292500', '180046.752500', '180047.212500', '180047.672500', '180048.132500', '180048.592500', '180049.052500', '180049.512500', '180049.972500', '180050.432500', '180050.892500', '180051.352500', '180051.812500', '180052.272500', '180052.732500', '180053.192500', '180053.652500', '180054.112500', '180054.572500', '180055.032500', '180055.492500', '180055.952500', '180056.412500', '180056.872500', '180057.332500', '180057.792500', '180058.252500', '180058.712500', '180059.172500', '180059.632500', '180100.092500', '180100.552500', '180101.012500', '180101.472500', '180101.932500', '180102.392500', '180102.852500', '180103.312500', '180103.772500', '180104.232500', '180104.692500', '180105.152500', '180105.612500', '180106.072500', '180106.532500', '180106.992500', '180107.452500', '180107.912500', '180108.372500', '180108.832500', '180109.292500', '180109.752500', '180110.212500', '180110.672500', '180111.132500', '180111.592500', '180112.052500', '180112.512500', '180112.972500', '180113.432500', '180113.892500', '180114.352500', '180114.812500', '180115.272500', '180115.732500', '180116.192500', '180116.652500', '180117.112500', '180117.572500', '180118.032500', '180118.492500', '180118.952500', '180119.412500', '180119.872500', '180120.332500', '180120.792500', '180121.252500', '180121.712500', '180122.172500', '180122.632500', '180123.092500', '180123.552500', '180124.012500', '180124.472500', '180124.932500', '180125.392500', '180125.852500', '180126.312500', '180126.772500', '180127.232500', '180127.692500', '180128.152500', '180128.612500', '180129.072500', '180129.532500', '180129.992500', '180130.452500', '180130.912500', '180131.372500', '180131.832500', '180132.292500', '180132.752500', '180133.212500', '180133.672500', '180134.132500', '180134.592500', '180135.052500', '180135.512500', '180135.972500', '180136.432500', '180136.892500', '180137.352500', '180137.812500', '180138.272500', '180138.732500', '180139.192500', '180139.652500', '180140.112500', '180140.572500', '180141.032500', '180141.492500', '180141.952500', '180142.412500', '180142.872500', '180143.332500', '180143.792500', '180144.252500', '180144.712500', '180145.172500', '180145.632500', '180146.092500', '180146.552500', '180147.012500', '180147.472500', '180147.932500', '180148.392500', '180148.852500', '180149.312500', '180149.772500', '180150.232500', '180150.692500', '180151.152500', '180151.612500', '180152.072500', '180152.532500', '180152.992500', '180153.452500', '180153.912500', '180154.372500', '180154.832500', '180155.292500', '180155.752500', '180156.212500', '180156.672500', '180157.132500', '180157.592500', '180158.052500', '180158.512500', '180158.972500', '180159.432500', '180159.892500', '180200.352500', '180200.812500', '180201.272500', '180201.732500', '180202.192500', '180202.652500', '180203.112500', '180203.572500', '180204.032500', '180204.492500', '180204.952500', '180205.412500', '180205.872500', '180206.332500', '180206.792500', '180207.252500', '180207.712500', '180208.172500', '180208.632500', '180209.092500', '180209.552500', '180210.012500', '180210.472500', '180210.932500', '180211.392500', '180211.852500', '180212.312500', '180212.772500', '180213.232500', '180213.692500', '180214.152500', '180214.612500', '180215.072500', '180215.532500', '180215.992500', '180216.452500', '180216.912500', '180217.372500', '180217.832500', '180218.292500', '180218.752500', '180219.212500', '180219.672500', '180220.132500', '180220.592500', '180221.052500', '180221.512500', '180221.972500', '180222.432500', '180222.892500', '180223.352500', '180223.812500', '180224.272500', '180224.732500', '180225.192500', '180225.652500', '180226.112500', '180226.572500', '180227.032500', '180227.492500', '180227.952500', '180228.412500', '180228.872500', '180229.332500', '180229.792500', '180230.252500', '180230.712500', '180231.172500', '180231.632500', '180232.092500', '180232.552500', '180233.012500', '180233.472500', '180233.932500', '180234.392500', '180234.852500', '180235.312500', '180235.772500', '180236.232500', '180236.692500', '180237.152500', '180237.612500', '180238.072500', '180238.532500', '180238.992500', '180239.452500', '180239.912500', '180240.372500', '180240.832500', '180241.292500', '180241.752500', '180242.212500', '180242.672500', '180243.132500', '180243.592500', '180244.052500', '180244.512500', '180244.972500', '180245.432500', '180245.892500', '180246.352500', '180246.812500', '180247.272500', '180247.732500', '180248.192500', '180248.652500', '180249.112500', '180249.572500', '180250.032500', '180250.492500', '180250.952500', '180251.412500', '180251.872500', '180252.332500', '180252.792500', '180253.252500', '180253.712500', '180254.172500', '180254.632500', '180255.092500', '180255.552500', '180256.012500', '180256.472500', '180256.932500', '180257.392500', '180257.852500', '180258.312500', '180258.772500', '180259.232500', '180259.692500', '180300.152500', '180300.612500', '180301.072500', '180301.532500', '180301.992500', '180302.452500', '180302.912500', '180303.372500', '180303.832500', '180304.292500', '180304.752500', '180305.212500', '180305.672500', '180306.132500', '180306.592500', '180307.052500', '180307.512500', '180307.972500', '180308.432500', '180308.892500', '180309.352500', '180309.812500', '180310.272500', '180310.732500', '180311.192500', '180311.652500', '180312.112500', '180312.572500', '180313.032500', '180313.492500', '180313.952500', '180314.412500', '180314.872500', '180315.332500', '180315.792500', '180316.252500', '180316.712500', '180317.172500', '180317.632500', '180318.092500', '180318.552500', '180319.012500', '180319.472500', '180319.932500', '180320.392500', '180320.852500', '180321.312500', '180321.772500', '180322.232500', '180322.692500', '180323.152500', '180323.612500', '180324.072500', '180324.532500', '180324.992500', '180325.452500', '180325.912500', '180326.372500', '180326.832500', '180327.292500', '180327.752500', '180328.212500', '180328.672500', '180329.132500', '180329.592500', '180330.052500', '180330.512500', '180330.972500', '180331.432500', '180331.892500', '180332.352500', '180332.812500', '180333.272500', '180333.732500', '180334.192500', '180334.652500', '180335.112500', '180335.572500', '180336.032500', '180336.492500', '180336.952500', '180337.412500', '180337.872500', '180338.332500', '180338.792500', '180339.252500', '180339.712500', '180340.172500', '180340.632500', '180341.092500', '180341.552500', '180342.012500', '180342.472500', '180342.932500', '180343.392500', '180343.852500', '180344.312500', '180344.772500', '180345.232500', '180345.692500', '180346.152500', '180346.612500', '180347.072500', '180347.532500', '180347.992500', '180348.452500', '180348.912500', '180349.372500', '180349.832500', '180350.292500', '180350.752500', '180351.212500', '180351.672500', '180352.132500', '180352.592500', '180353.052500', '180353.512500', '180353.972500', '180354.432500', '180354.892500', '180355.352500', '180355.812500', '180356.272500', '180356.732500', '180357.192500', '180357.652500', '180358.112500', '180358.572500', '180359.032500', '180359.492500', '180359.952500', '180400.412500', '180400.872500', '180401.332500', '180401.792500', '180402.252500', '180402.712500', '180403.172500', '180403.632500', '180404.092500', '180404.552500', '180405.012500', '180405.472500', '180405.932500', '180406.392500', '180406.852500', '180407.312500', '180407.772500', '180408.232500', '180408.692500', '180409.152500', '180409.612500', '180410.072500', '180410.532500', '180410.992500', '180411.452500', '180411.912500', '180412.372500', '180412.832500', '180413.292500', '180413.752500', '180414.212500', '180414.672500', '180415.132500', '180415.592500', '180416.052500', '180416.512500', '180416.972500', '180417.432500', '180417.892500', '180418.352500', '180418.812500', '180419.272500', '180419.732500', '180420.192500', '180420.652500', '180421.112500', '180421.572500', '180422.032500', '180422.492500', '180422.952500', '180423.412500', '180423.872500', '180424.332500', '180424.792500', '180425.252500', '180425.712500', '180426.172500', '180426.632500', '180427.092500', '180427.552500', '180428.012500', '180428.472500', '180428.932500', '180429.392500', '180429.852500', '180430.312500', '180430.772500', '180431.232500', '180431.692500', '180432.152500', '180432.612500', '180433.072500', '180433.532500', '180433.992500', '180434.452500', '180434.912500', '180435.372500', '180435.832500', '180436.292500', '180436.752500', '180437.212500', '180437.672500', '180438.132500', '180438.592500', '180439.052500', '180439.512500', '180439.972500', '180440.432500', '180440.892500', '180441.352500', '180441.812500', '180442.272500', '180442.732500', '180443.192500', '180443.652500', '180444.112500', '180444.572500', '180445.032500', '180445.492500', '180445.952500', '180446.412500', '180446.872500', '180447.332500', '180447.792500', '180448.252500', '180448.712500', '180449.172500', '180449.632500', '180450.092500', '180450.552500', '180451.012500', '180451.472500', '180451.932500', '180452.392500', '180452.852500', '180453.312500', '180453.772500', '180454.232500', '180454.692500', '180455.152500', '180455.612500', '180456.072500', '180456.532500', '180456.992500', '180457.452500', '180457.912500', '180458.372500', '180458.832500', '180459.292500', '180459.752500', '180500.212500', '180500.672500', '180501.132500', '180501.592500', '180502.052500', '180502.512500', '180502.972500', '180503.432500', '180503.892500', '180504.352500', '180504.812500', '180505.272500', '180505.732500', '180506.192500', '180506.652500', '180507.112500', '180507.572500', '180508.032500', '180508.492500', '180508.952500', '180509.412500', '180509.872500', '180510.332500', '180510.792500', '180511.252500', '180511.712500', '180512.172500', '180512.632500', '180513.092500', '180513.552500', '180514.012500', '180514.472500', '180514.932500', '180515.392500', '180515.852500', '180516.312500', '180516.772500', '180517.232500', '180517.692500', '180518.152500', '180518.612500', '180519.072500', '180519.532500', '180519.992500', '180520.452500', '180520.912500', '180521.372500', '180521.832500', '180522.292500', '180522.752500', '180523.212500', '180523.672500', '180524.132500', '180524.592500', '180525.052500', '180525.512500', '180525.972500', '180526.432500', '180526.892500', '180527.352500', '180527.812500', '180528.272500', '180528.732500', '180529.192500', '180529.652500', '180530.112500', '180530.572500', '180531.032500', '180531.492500', '180531.952500', '180532.412500', '180532.872500', '180533.332500', '180533.792500', '180534.252500', '180534.712500', '180535.172500', '180535.632500', '180536.092500', '180536.552500', '180537.012500', '180537.472500', '180537.932500', '180538.392500', '180538.852500', '180539.312500', '180539.772500', '180540.232500', '180540.692500', '180541.152500', '180541.612500', '180542.072500', '180542.532500', '180542.992500', '180543.452500', '180543.912500', '180544.372500', '180544.832500', '180545.292500', '180545.752500', '180546.212500', '180546.672500', '180547.132500', '180547.592500', '180548.052500', '180548.512500', '180548.972500', '180549.432500', '180549.892500', '180550.352500', '180550.812500', '180551.272500', '180551.732500', '180552.192500', '180552.652500', '180553.112500', '180553.572500'], 'ContentTime': ['175928.603000', '175928.606000', '175928.609000', '175928.611000', '175928.614000', '175928.617000', '175928.619000', '175928.622000', '175928.625000', '175928.627000', '175928.630000', '175928.632000', '175928.635000', '175928.638000', '175928.640000', '175928.643000', '175928.655000', '175928.657000', '175928.660000', '175928.663000', '175928.665000', '175928.668000', '175928.671000', '175928.674000', '175928.676000', '175928.679000', '175928.681000', '175928.684000', '175928.687000', '175928.689000', '175928.692000', '175928.695000', '175948.561000', '175948.563000', '175948.566000', '175948.569000', '175948.572000', '175948.574000', '175948.577000', '175948.579000', '175948.582000', '175948.585000', '175948.587000', '175948.590000', '175948.593000', '175948.595000', '175948.598000', '175948.601000', '175948.603000', '175948.606000', '175948.609000', '175948.611000', '175948.614000', '175948.617000', '175948.619000', '175948.622000', '175948.625000', '175948.627000', '175948.630000', '175948.633000', '175948.635000', '175948.638000', '175948.640000', '175948.643000', '175948.646000', '175948.648000', '175948.656000', '175948.658000', '175948.661000', '175948.664000', '175948.666000', '175948.669000', '175948.672000', '175948.674000', '175948.677000', '175948.680000', '180008.562000', '180008.564000', '180008.567000', '180008.570000', '180008.572000', '180008.575000', '180008.578000', '180008.580000', '180008.583000', '180008.586000', '180008.588000', '180008.591000', '180008.593000', '180008.605000', '180008.608000', '180008.610000', '180008.613000', '180008.616000', '180008.618000', '180008.621000', '180008.624000', '180008.639000', '180008.662000', '180008.666000', '180008.669000', '180008.671000', '180008.674000', '180008.677000', '180008.679000', '180008.682000', '180008.684000', '180008.687000', '180008.690000', '180008.692000', '180008.695000', '180008.697000', '180008.700000', '180008.703000', '180008.705000', '180008.708000', '180008.711000', '180008.713000', '180008.716000', '180028.560000', '180028.563000', '180028.566000', '180028.569000', '180028.572000', '180028.574000', '180028.577000', '180028.580000', '180028.582000', '180028.585000', '180028.587000', '180028.590000', '180028.593000', '180028.595000', '180028.598000', '180028.601000', '180028.603000', '180028.606000', '180028.609000', '180028.611000', '180028.614000', '180028.617000', '180028.619000', '180028.622000', '180028.624000', '180028.627000', '180028.630000', '180028.633000', '180028.635000', '180028.638000', '180028.641000', '180028.643000', '180028.646000', '180028.648000', '180028.651000', '180028.654000', '180028.656000', '180028.659000', '180028.662000', '180028.664000', '180028.667000', '180028.669000', '180028.672000', '180028.675000', '180048.560000', '180048.563000', '180048.566000', '180048.568000', '180048.571000', '180048.574000', '180048.577000', '180048.579000', '180048.582000', '180048.585000', '180048.587000', '180048.590000', '180048.592000', '180048.595000', '180048.598000', '180048.600000', '180048.603000', '180048.606000', '180048.608000', '180048.611000', '180048.613000', '180048.616000', '180048.619000', '180048.621000', '180048.624000', '180048.627000', '180048.629000', '180048.632000', '180048.635000', '180048.637000', '180048.640000', '180048.642000', '180048.645000', '180048.648000', '180048.650000', '180048.653000', '180048.656000', '180048.659000', '180048.662000', '180048.664000', '180048.667000', '180048.670000', '180048.672000', '180108.561000', '180108.564000', '180108.567000', '180108.569000', '180108.572000', '180108.575000', '180108.577000', '180108.580000', '180108.583000', '180108.585000', '180108.588000', '180108.591000', '180108.593000', '180108.596000', '180108.599000', '180108.602000', '180108.605000', '180108.607000', '180108.610000', '180108.613000', '180108.615000', '180108.618000', '180108.620000', '180108.623000', '180108.626000', '180108.628000', '180108.631000', '180108.633000', '180108.636000', '180108.639000', '180108.641000', '180108.644000', '180108.647000', '180108.649000', '180108.652000', '180108.654000', '180108.657000', '180108.660000', '180108.662000', '180108.665000', '180108.667000', '180108.670000', '180108.673000', '180108.675000', '180128.561000', '180128.563000', '180128.566000', '180128.569000', '180128.572000', '180128.574000', '180128.577000', '180128.580000', '180128.582000', '180128.585000', '180128.588000', '180128.590000', '180128.593000', '180128.596000', '180128.598000', '180128.601000', '180128.604000', '180128.606000', '180128.609000', '180128.612000', '180128.614000', '180128.617000', '180128.620000', '180128.622000', '180128.625000', '180128.628000', '180128.630000', '180128.633000', '180128.636000', '180128.639000', '180128.642000', '180128.645000', '180128.647000', '180128.650000', '180128.653000', '180128.655000', '180128.658000', '180128.661000', '180128.663000', '180128.666000', '180128.669000', '180128.671000', '180128.674000', '180148.560000', '180148.563000', '180148.566000', '180148.569000', '180148.571000', '180148.574000', '180148.576000', '180148.579000', '180148.582000', '180148.584000', '180148.587000', '180148.590000', '180148.592000', '180148.595000', '180148.597000', '180148.600000', '180148.603000', '180148.605000', '180148.633000', '180148.636000', '180148.639000', '180148.641000', '180148.644000', '180148.647000', '180148.649000', '180148.652000', '180148.655000', '180148.657000', '180148.660000', '180148.663000', '180148.665000', '180148.668000', '180148.671000', '180148.673000', '180148.676000', '180148.679000', '180148.682000', '180148.684000', '180148.687000', '180148.689000', '180148.692000', '180148.695000', '180148.697000', '180148.700000', '180208.560000', '180208.563000', '180208.566000', '180208.569000', '180208.572000', '180208.574000', '180208.577000', '180208.580000', '180208.582000', '180208.585000', '180208.588000', '180208.590000', '180208.593000', '180208.595000', '180208.598000', '180208.601000', '180208.604000', '180208.606000', '180208.609000', '180208.611000', '180208.614000', '180208.617000', '180208.619000', '180208.622000', '180208.624000', '180208.627000', '180208.630000', '180208.632000', '180208.635000', '180208.638000', '180208.640000', '180208.643000', '180208.646000', '180208.649000', '180208.651000', '180208.654000', '180208.657000', '180208.659000', '180208.662000', '180208.665000', '180208.667000', '180208.670000', '180208.672000', '180228.561000', '180228.564000', '180228.567000', '180228.570000', '180228.572000', '180228.575000', '180228.578000', '180228.581000', '180228.583000', '180228.586000', '180228.588000', '180228.591000', '180228.594000', '180228.596000', '180228.599000', '180228.602000', '180228.605000', '180228.607000', '180228.610000', '180228.613000', '180228.615000', '180228.618000', '180228.620000', '180228.623000', '180228.626000', '180228.628000', '180228.631000', '180228.634000', '180228.636000', '180228.639000', '180228.641000', '180228.644000', '180228.647000', '180228.649000', '180228.652000', '180228.654000', '180228.657000', '180228.660000', '180228.662000', '180228.665000', '180228.668000', '180228.670000', '180228.673000', '180228.675000', '180248.560000', '180248.563000', '180248.566000', '180248.569000', '180248.571000', '180248.574000', '180248.577000', '180248.579000', '180248.582000', '180248.585000', '180248.587000', '180248.590000', '180248.592000', '180248.595000', '180248.597000', '180248.600000', '180248.603000', '180248.606000', '180248.608000', '180248.611000', '180248.613000', '180248.616000', '180248.619000', '180248.621000', '180248.624000', '180248.626000', '180248.629000', '180248.632000', '180248.634000', '180248.637000', '180248.640000', '180248.642000', '180248.645000', '180248.648000', '180248.650000', '180248.653000', '180248.655000', '180248.658000', '180248.661000', '180248.663000', '180248.666000', '180248.669000', '180248.671000', '180308.561000', '180308.564000', '180308.566000', '180308.569000', '180308.571000', '180308.574000', '180308.577000', '180308.579000', '180308.582000', '180308.585000', '180308.587000', '180308.590000', '180308.593000', '180308.595000', '180308.598000', '180308.601000', '180308.603000', '180308.606000', '180308.609000', '180308.611000', '180308.614000', '180308.616000', '180308.619000', '180308.622000', '180308.624000', '180308.627000', '180308.630000', '180308.632000', '180308.635000', '180308.638000', '180308.640000', '180308.643000', '180308.646000', '180308.648000', '180308.651000', '180308.653000', '180308.656000', '180308.659000', '180308.661000', '180308.664000', '180308.667000', '180308.669000', '180308.672000', '180308.689000', '180328.560000', '180328.563000', '180328.566000', '180328.568000', '180328.571000', '180328.574000', '180328.577000', '180328.579000', '180328.582000', '180328.585000', '180328.587000', '180328.590000', '180328.593000', '180328.595000', '180328.598000', '180328.601000', '180328.603000', '180328.606000', '180328.609000', '180328.611000', '180328.614000', '180328.616000', '180328.619000', '180328.622000', '180328.625000', '180328.627000', '180328.630000', '180328.632000', '180328.635000', '180328.638000', '180328.640000', '180328.643000', '180328.646000', '180328.648000', '180328.651000', '180328.654000', '180328.656000', '180328.659000', '180328.662000', '180328.664000', '180328.667000', '180328.669000', '180328.672000', '180348.560000', '180348.564000', '180348.566000', '180348.569000', '180348.571000', '180348.574000', '180348.577000', '180348.579000', '180348.582000', '180348.585000', '180348.587000', '180348.590000', '180348.593000', '180348.595000', '180348.598000', '180348.601000', '180348.604000', '180348.606000', '180348.609000', '180348.612000', '180348.614000', '180348.617000', '180348.619000', '180348.622000', '180348.625000', '180348.627000', '180348.630000', '180348.633000', '180348.635000', '180348.638000', '180348.641000', '180348.643000', '180348.646000', '180348.649000', '180348.651000', '180348.654000', '180348.657000', '180348.659000', '180348.662000', '180348.665000', '180348.667000', '180348.670000', '180348.673000', '180348.675000', '180408.561000', '180408.563000', '180408.566000', '180408.569000', '180408.571000', '180408.574000', '180408.577000', '180408.579000', '180408.582000', '180408.584000', '180408.587000', '180408.590000', '180408.592000', '180408.595000', '180408.598000', '180408.600000', '180408.603000', '180408.606000', '180408.608000', '180408.611000', '180408.614000', '180408.616000', '180408.619000', '180408.622000', '180408.624000', '180408.627000', '180408.630000', '180408.632000', '180408.635000', '180408.638000', '180408.640000', '180408.643000', '180408.646000', '180408.648000', '180408.651000', '180408.654000', '180408.656000', '180408.659000', '180408.661000', '180408.664000', '180408.667000', '180408.670000', '180408.672000', '180428.560000', '180428.563000', '180428.566000', '180428.569000', '180428.571000', '180428.574000', '180428.577000', '180428.579000', '180428.582000', '180428.585000', '180428.587000', '180428.590000', '180428.593000', '180428.595000', '180428.598000', '180428.600000', '180428.603000', '180428.606000', '180428.608000', '180428.611000', '180428.614000', '180428.616000', '180428.619000', '180428.622000', '180428.624000', '180428.627000', '180428.630000', '180428.632000', '180428.635000', '180428.638000', '180428.640000', '180428.643000', '180428.646000', '180428.648000', '180428.651000', '180428.654000', '180428.656000', '180428.659000', '180428.662000', '180428.664000', '180428.667000', '180428.670000', '180428.672000', '180428.675000', '180448.561000', '180448.564000', '180448.567000', '180448.570000', '180448.572000', '180448.575000', '180448.578000', '180448.580000', '180448.583000', '180448.621000', '180448.624000', '180448.627000', '180448.629000', '180448.632000', '180448.634000', '180448.637000', '180448.640000', '180448.642000', '180448.645000', '180448.648000', '180448.650000', '180448.653000', '180448.656000', '180448.658000', '180448.661000', '180448.663000', '180448.666000', '180448.669000', '180448.672000', '180448.674000', '180448.677000', '180448.680000', '180448.682000', '180448.685000', '180448.688000', '180448.690000', '180448.693000', '180448.696000', '180448.698000', '180448.701000', '180448.704000', '180448.706000', '180448.709000', '180508.560000', '180508.563000', '180508.566000', '180508.569000', '180508.571000', '180508.574000', '180508.577000', '180508.579000', '180508.583000', '180508.586000', '180508.589000', '180508.591000', '180508.594000', '180508.597000', '180508.599000', '180508.602000', '180508.605000', '180508.607000', '180508.610000', '180508.613000', '180508.615000', '180508.618000', '180508.621000', '180508.623000', '180508.626000', '180508.629000', '180508.631000', '180508.634000', '180508.637000', '180508.640000', '180508.642000', '180508.645000', '180508.648000', '180508.650000', '180508.653000', '180508.656000', '180508.658000', '180508.661000', '180508.664000', '180508.668000', '180508.670000', '180508.673000', '180508.676000', '180508.678000', '180528.560000', '180528.563000', '180528.566000', '180528.569000', '180528.571000', '180528.574000', '180528.577000', '180528.579000', '180528.582000', '180528.585000', '180528.587000', '180528.590000', '180528.592000', '180528.595000', '180528.598000', '180528.600000', '180528.603000', '180528.606000', '180528.609000', '180528.611000', '180528.614000', '180528.616000', '180528.619000', '180528.622000', '180528.624000', '180528.627000', '180528.630000', '180528.632000', '180528.635000', '180528.638000', '180528.640000', '180528.643000', '180528.645000', '180528.648000', '180528.651000', '180528.653000', '180528.656000', '180528.659000', '180528.661000', '180528.664000', '180528.667000', '180528.669000', '180528.672000', '180548.560000', '180548.563000', '180548.566000', '180548.569000', '180548.571000', '180548.574000', '180548.576000', '180548.579000', '180548.582000', '180548.584000', '180548.587000', '180548.589000', '180548.592000', '180548.595000', '180548.597000', '180548.600000', '180548.603000', '180548.605000', '180548.608000', '180548.610000', '180548.613000', '180548.616000', '180548.618000', '180548.621000', '180548.624000', '180548.626000', '180548.629000', '180548.632000', '180548.634000', '180548.637000', '180548.639000', '180548.642000', '180548.645000', '180548.647000', '180548.650000', '180548.653000', '180548.655000', '180548.658000', '180548.661000', '180548.663000', '180548.666000', '180548.668000', '180548.671000', '180548.674000', '180554.522000', '180554.525000', '180554.528000', '180554.531000', '180554.533000', '180554.536000', '180554.541000', '180554.544000', '180554.547000', '180554.550000', '180554.553000', '180554.557000', '180554.562000'], 'InstanceCreationTime': ['175928.603000', '175928.606000', '175928.609000', '175928.611000', '175928.614000', '175928.617000', '175928.619000', '175928.622000', '175928.625000', '175928.627000', '175928.630000', '175928.632000', '175928.635000', '175928.638000', '175928.640000', '175928.643000', '175928.655000', '175928.657000', '175928.660000', '175928.663000', '175928.665000', '175928.668000', '175928.671000', '175928.674000', '175928.676000', '175928.679000', '175928.681000', '175928.684000', '175928.687000', '175928.689000', '175928.692000', '175928.695000', '175948.561000', '175948.563000', '175948.566000', '175948.569000', '175948.572000', '175948.574000', '175948.577000', '175948.579000', '175948.582000', '175948.585000', '175948.587000', '175948.590000', '175948.593000', '175948.595000', '175948.598000', '175948.601000', '175948.603000', '175948.606000', '175948.609000', '175948.611000', '175948.614000', '175948.617000', '175948.619000', '175948.622000', '175948.625000', '175948.627000', '175948.630000', '175948.633000', '175948.635000', '175948.638000', '175948.640000', '175948.643000', '175948.646000', '175948.648000', '175948.656000', '175948.658000', '175948.661000', '175948.664000', '175948.666000', '175948.669000', '175948.672000', '175948.674000', '175948.677000', '175948.680000', '180008.562000', '180008.564000', '180008.567000', '180008.570000', '180008.572000', '180008.575000', '180008.578000', '180008.580000', '180008.583000', '180008.586000', '180008.588000', '180008.591000', '180008.593000', '180008.605000', '180008.608000', '180008.610000', '180008.613000', '180008.616000', '180008.618000', '180008.621000', '180008.624000', '180008.639000', '180008.662000', '180008.666000', '180008.669000', '180008.671000', '180008.674000', '180008.677000', '180008.679000', '180008.682000', '180008.684000', '180008.687000', '180008.690000', '180008.692000', '180008.695000', '180008.697000', '180008.700000', '180008.703000', '180008.705000', '180008.708000', '180008.711000', '180008.713000', '180008.716000', '180028.560000', '180028.563000', '180028.566000', '180028.569000', '180028.572000', '180028.574000', '180028.577000', '180028.580000', '180028.582000', '180028.585000', '180028.587000', '180028.590000', '180028.593000', '180028.595000', '180028.598000', '180028.601000', '180028.603000', '180028.606000', '180028.609000', '180028.611000', '180028.614000', '180028.617000', '180028.619000', '180028.622000', '180028.624000', '180028.627000', '180028.630000', '180028.633000', '180028.635000', '180028.638000', '180028.641000', '180028.643000', '180028.646000', '180028.648000', '180028.651000', '180028.654000', '180028.656000', '180028.659000', '180028.662000', '180028.664000', '180028.667000', '180028.669000', '180028.672000', '180028.675000', '180048.560000', '180048.563000', '180048.566000', '180048.568000', '180048.571000', '180048.574000', '180048.577000', '180048.579000', '180048.582000', '180048.585000', '180048.587000', '180048.590000', '180048.592000', '180048.595000', '180048.598000', '180048.600000', '180048.603000', '180048.606000', '180048.608000', '180048.611000', '180048.613000', '180048.616000', '180048.619000', '180048.621000', '180048.624000', '180048.627000', '180048.629000', '180048.632000', '180048.635000', '180048.637000', '180048.640000', '180048.642000', '180048.645000', '180048.648000', '180048.650000', '180048.653000', '180048.656000', '180048.659000', '180048.662000', '180048.664000', '180048.667000', '180048.670000', '180048.672000', '180108.561000', '180108.564000', '180108.567000', '180108.569000', '180108.572000', '180108.575000', '180108.577000', '180108.580000', '180108.583000', '180108.585000', '180108.588000', '180108.591000', '180108.593000', '180108.596000', '180108.599000', '180108.602000', '180108.605000', '180108.607000', '180108.610000', '180108.613000', '180108.615000', '180108.618000', '180108.620000', '180108.623000', '180108.626000', '180108.628000', '180108.631000', '180108.633000', '180108.636000', '180108.639000', '180108.641000', '180108.644000', '180108.647000', '180108.649000', '180108.652000', '180108.654000', '180108.657000', '180108.660000', '180108.662000', '180108.665000', '180108.667000', '180108.670000', '180108.673000', '180108.675000', '180128.561000', '180128.563000', '180128.566000', '180128.569000', '180128.572000', '180128.574000', '180128.577000', '180128.580000', '180128.582000', '180128.585000', '180128.588000', '180128.590000', '180128.593000', '180128.596000', '180128.598000', '180128.601000', '180128.604000', '180128.606000', '180128.609000', '180128.612000', '180128.614000', '180128.617000', '180128.620000', '180128.622000', '180128.625000', '180128.628000', '180128.630000', '180128.633000', '180128.636000', '180128.639000', '180128.642000', '180128.645000', '180128.647000', '180128.650000', '180128.653000', '180128.655000', '180128.658000', '180128.661000', '180128.663000', '180128.666000', '180128.669000', '180128.671000', '180128.674000', '180148.560000', '180148.563000', '180148.566000', '180148.569000', '180148.571000', '180148.574000', '180148.576000', '180148.579000', '180148.582000', '180148.584000', '180148.587000', '180148.590000', '180148.592000', '180148.595000', '180148.597000', '180148.600000', '180148.603000', '180148.605000', '180148.633000', '180148.636000', '180148.639000', '180148.641000', '180148.644000', '180148.647000', '180148.649000', '180148.652000', '180148.655000', '180148.657000', '180148.660000', '180148.663000', '180148.665000', '180148.668000', '180148.671000', '180148.673000', '180148.676000', '180148.679000', '180148.682000', '180148.684000', '180148.687000', '180148.689000', '180148.692000', '180148.695000', '180148.697000', '180148.700000', '180208.560000', '180208.563000', '180208.566000', '180208.569000', '180208.572000', '180208.574000', '180208.577000', '180208.580000', '180208.582000', '180208.585000', '180208.588000', '180208.590000', '180208.593000', '180208.595000', '180208.598000', '180208.601000', '180208.604000', '180208.606000', '180208.609000', '180208.611000', '180208.614000', '180208.617000', '180208.619000', '180208.622000', '180208.624000', '180208.627000', '180208.630000', '180208.632000', '180208.635000', '180208.638000', '180208.640000', '180208.643000', '180208.646000', '180208.649000', '180208.651000', '180208.654000', '180208.657000', '180208.659000', '180208.662000', '180208.665000', '180208.667000', '180208.670000', '180208.672000', '180228.561000', '180228.564000', '180228.567000', '180228.570000', '180228.572000', '180228.575000', '180228.578000', '180228.581000', '180228.583000', '180228.586000', '180228.588000', '180228.591000', '180228.594000', '180228.596000', '180228.599000', '180228.602000', '180228.605000', '180228.607000', '180228.610000', '180228.613000', '180228.615000', '180228.618000', '180228.620000', '180228.623000', '180228.626000', '180228.628000', '180228.631000', '180228.634000', '180228.636000', '180228.639000', '180228.641000', '180228.644000', '180228.647000', '180228.649000', '180228.652000', '180228.654000', '180228.657000', '180228.660000', '180228.662000', '180228.665000', '180228.668000', '180228.670000', '180228.673000', '180228.675000', '180248.560000', '180248.563000', '180248.566000', '180248.569000', '180248.571000', '180248.574000', '180248.577000', '180248.579000', '180248.582000', '180248.585000', '180248.587000', '180248.590000', '180248.592000', '180248.595000', '180248.597000', '180248.600000', '180248.603000', '180248.606000', '180248.608000', '180248.611000', '180248.613000', '180248.616000', '180248.619000', '180248.621000', '180248.624000', '180248.626000', '180248.629000', '180248.632000', '180248.634000', '180248.637000', '180248.640000', '180248.642000', '180248.645000', '180248.648000', '180248.650000', '180248.653000', '180248.655000', '180248.658000', '180248.661000', '180248.663000', '180248.666000', '180248.669000', '180248.671000', '180308.561000', '180308.564000', '180308.566000', '180308.569000', '180308.571000', '180308.574000', '180308.577000', '180308.579000', '180308.582000', '180308.585000', '180308.587000', '180308.590000', '180308.593000', '180308.595000', '180308.598000', '180308.601000', '180308.603000', '180308.606000', '180308.609000', '180308.611000', '180308.614000', '180308.616000', '180308.619000', '180308.622000', '180308.624000', '180308.627000', '180308.630000', '180308.632000', '180308.635000', '180308.638000', '180308.640000', '180308.643000', '180308.646000', '180308.648000', '180308.651000', '180308.653000', '180308.656000', '180308.659000', '180308.661000', '180308.664000', '180308.667000', '180308.669000', '180308.672000', '180308.689000', '180328.560000', '180328.563000', '180328.566000', '180328.568000', '180328.571000', '180328.574000', '180328.577000', '180328.579000', '180328.582000', '180328.585000', '180328.587000', '180328.590000', '180328.593000', '180328.595000', '180328.598000', '180328.601000', '180328.603000', '180328.606000', '180328.609000', '180328.611000', '180328.614000', '180328.616000', '180328.619000', '180328.622000', '180328.625000', '180328.627000', '180328.630000', '180328.632000', '180328.635000', '180328.638000', '180328.640000', '180328.643000', '180328.646000', '180328.648000', '180328.651000', '180328.654000', '180328.656000', '180328.659000', '180328.662000', '180328.664000', '180328.667000', '180328.669000', '180328.672000', '180348.560000', '180348.564000', '180348.566000', '180348.569000', '180348.571000', '180348.574000', '180348.577000', '180348.579000', '180348.582000', '180348.585000', '180348.587000', '180348.590000', '180348.593000', '180348.595000', '180348.598000', '180348.601000', '180348.604000', '180348.606000', '180348.609000', '180348.612000', '180348.614000', '180348.617000', '180348.619000', '180348.622000', '180348.625000', '180348.627000', '180348.630000', '180348.633000', '180348.635000', '180348.638000', '180348.641000', '180348.643000', '180348.646000', '180348.649000', '180348.651000', '180348.654000', '180348.657000', '180348.659000', '180348.662000', '180348.665000', '180348.667000', '180348.670000', '180348.673000', '180348.675000', '180408.561000', '180408.563000', '180408.566000', '180408.569000', '180408.571000', '180408.574000', '180408.577000', '180408.579000', '180408.582000', '180408.584000', '180408.587000', '180408.590000', '180408.592000', '180408.595000', '180408.598000', '180408.600000', '180408.603000', '180408.606000', '180408.608000', '180408.611000', '180408.614000', '180408.616000', '180408.619000', '180408.622000', '180408.624000', '180408.627000', '180408.630000', '180408.632000', '180408.635000', '180408.638000', '180408.640000', '180408.643000', '180408.646000', '180408.648000', '180408.651000', '180408.654000', '180408.656000', '180408.659000', '180408.661000', '180408.664000', '180408.667000', '180408.670000', '180408.672000', '180428.560000', '180428.563000', '180428.566000', '180428.569000', '180428.571000', '180428.574000', '180428.577000', '180428.579000', '180428.582000', '180428.585000', '180428.587000', '180428.590000', '180428.593000', '180428.595000', '180428.598000', '180428.600000', '180428.603000', '180428.606000', '180428.608000', '180428.611000', '180428.614000', '180428.616000', '180428.619000', '180428.622000', '180428.624000', '180428.627000', '180428.630000', '180428.632000', '180428.635000', '180428.638000', '180428.640000', '180428.643000', '180428.646000', '180428.648000', '180428.651000', '180428.654000', '180428.656000', '180428.659000', '180428.662000', '180428.664000', '180428.667000', '180428.670000', '180428.672000', '180428.675000', '180448.561000', '180448.564000', '180448.567000', '180448.570000', '180448.572000', '180448.575000', '180448.578000', '180448.580000', '180448.583000', '180448.621000', '180448.624000', '180448.627000', '180448.629000', '180448.632000', '180448.634000', '180448.637000', '180448.640000', '180448.642000', '180448.645000', '180448.648000', '180448.650000', '180448.653000', '180448.656000', '180448.658000', '180448.661000', '180448.663000', '180448.666000', '180448.669000', '180448.672000', '180448.674000', '180448.677000', '180448.680000', '180448.682000', '180448.685000', '180448.688000', '180448.690000', '180448.693000', '180448.696000', '180448.698000', '180448.701000', '180448.704000', '180448.706000', '180448.709000', '180508.560000', '180508.563000', '180508.566000', '180508.569000', '180508.571000', '180508.574000', '180508.577000', '180508.579000', '180508.583000', '180508.586000', '180508.589000', '180508.591000', '180508.594000', '180508.597000', '180508.599000', '180508.602000', '180508.605000', '180508.607000', '180508.610000', '180508.613000', '180508.615000', '180508.618000', '180508.621000', '180508.623000', '180508.626000', '180508.629000', '180508.631000', '180508.634000', '180508.637000', '180508.640000', '180508.642000', '180508.645000', '180508.648000', '180508.650000', '180508.653000', '180508.656000', '180508.658000', '180508.661000', '180508.664000', '180508.668000', '180508.670000', '180508.673000', '180508.676000', '180508.678000', '180528.560000', '180528.563000', '180528.566000', '180528.569000', '180528.571000', '180528.574000', '180528.577000', '180528.579000', '180528.582000', '180528.585000', '180528.587000', '180528.590000', '180528.592000', '180528.595000', '180528.598000', '180528.600000', '180528.603000', '180528.606000', '180528.609000', '180528.611000', '180528.614000', '180528.616000', '180528.619000', '180528.622000', '180528.624000', '180528.627000', '180528.630000', '180528.632000', '180528.635000', '180528.638000', '180528.640000', '180528.643000', '180528.645000', '180528.648000', '180528.651000', '180528.653000', '180528.656000', '180528.659000', '180528.661000', '180528.664000', '180528.667000', '180528.669000', '180528.672000', '180548.560000', '180548.563000', '180548.566000', '180548.569000', '180548.571000', '180548.574000', '180548.576000', '180548.579000', '180548.582000', '180548.584000', '180548.587000', '180548.589000', '180548.592000', '180548.595000', '180548.597000', '180548.600000', '180548.603000', '180548.605000', '180548.608000', '180548.610000', '180548.613000', '180548.616000', '180548.618000', '180548.621000', '180548.624000', '180548.626000', '180548.629000', '180548.632000', '180548.634000', '180548.637000', '180548.639000', '180548.642000', '180548.645000', '180548.647000', '180548.650000', '180548.653000', '180548.655000', '180548.658000', '180548.661000', '180548.663000', '180548.666000', '180548.668000', '180548.671000', '180548.674000', '180554.522000', '180554.525000', '180554.528000', '180554.531000', '180554.533000', '180554.536000', '180554.541000', '180554.544000', '180554.547000', '180554.550000', '180554.553000', '180554.557000', '180554.562000'], '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': [9470, 12279, 7160, 7502, 15029, 10992, 7527, 9959, 10268, 8354, 6884, 9223, 7150, 11433, 11135, 6626, 6202, 11783, 8237, 6022, 10602, 9249, 6402, 10163, 7082, 6603, 7149, 8834, 6421, 6125, 9324, 12059, 11411, 8066, 6755, 15283, 11999, 9874, 8706, 13121, 8729, 7508, 8336, 13843, 10368, 6873, 6194, 10615, 11824, 8254, 6492, 5650, 9632, 14036, 9070, 6427, 6477, 13375, 9218, 6012, 7202, 12323, 9690, 6292, 5808, 10926, 8587, 8587, 6660, 10456, 7784, 8412, 15825, 11812, 7791, 6330, 12996, 11029, 8477, 6506, 8915, 6913, 7855, 13615, 8806, 6137, 7890, 12029, 9634, 7256, 5870, 6182, 8798, 7775, 6011, 12773, 9350, 6641, 9749, 6939, 5778, 10232, 12914, 12976, 8433, 9804, 14218, 10607, 9831, 12433, 16831, 11362, 6837, 6276, 8869, 12035, 8931, 6133, 6075, 7155, 8259, 6680, 5820, 5924, 11704, 10694, 8557, 6714, 5959, 6376, 9390, 7874, 7504, 11593, 6936, 5800, 10363, 8826, 5898, 5515, 8038, 6686, 6752, 10289, 7297, 5885, 5970, 11780, 8864, 6221, 10253, 9458, 8270, 11459, 11232, 7240, 7020, 12766, 10334, 6189, 9108, 8787, 7891, 9343, 9327, 6243, 6216, 5877, 8647, 6328, 10114, 13656, 10760, 8778, 7991, 14633, 12499, 9363, 7543, 14510, 10490, 8813, 11612, 16927, 11085, 6177, 5802, 10709, 9092, 7410, 7032, 11005, 9103, 6224, 7280, 11057, 9087, 6283, 6937, 12769, 9288, 7082, 6274, 11944, 8518, 6273, 6347, 13788, 8367, 7374, 17533, 12764, 11962, 10032, 5996, 6478, 7914, 6404, 6036, 10387, 6460, 5892, 6077, 9324, 7670, 6937, 10894, 10251, 6738, 6024, 10953, 8530, 6823, 6189, 9018, 6357, 6140, 12364, 8953, 6144, 6239, 9241, 9274, 7287, 9871, 6651, 6041, 11318, 8781, 7602, 8755, 9374, 6324, 6650, 6189, 10964, 8066, 12470, 7224, 5767, 9312, 7815, 6445, 12553, 12367, 9990, 15114, 12546, 9669, 8847, 15331, 11349, 8006, 8741, 13298, 6761, 5897, 5606, 6893, 8574, 6372, 5925, 5875, 5794, 7819, 9161, 6673, 6430, 10447, 5615, 5831, 8464, 12072, 8925, 7260, 6895, 13257, 11356, 8413, 5777, 8014, 8311, 6874, 7357, 11004, 6445, 5663, 5633, 9638, 8980, 6356, 9668, 7635, 6214, 9196, 12228, 9809, 8073, 10806, 9828, 7035, 7724, 15172, 9833, 8081, 11346, 8353, 6709, 10002, 9613, 7531, 7640, 13651, 8870, 16888, 8817, 5599, 9461, 5932, 5488, 8991, 6656, 5677, 11377, 9496, 7891, 6734, 11188, 6839, 5728, 10317, 7345, 7093, 11689, 8085, 5860, 9712, 6739, 6349, 11628, 8134, 5903, 9391, 6517, 7326, 11400, 7325, 5641, 9570, 7837, 8323, 11447, 7381, 5780, 9857, 7006, 8167, 12265, 8587, 6535, 10368, 6805, 9495, 10195, 6623, 10646, 10311, 7460, 11196, 10952, 6997, 8389, 11565, 7722, 7818, 12442, 8778, 6661, 9629, 9476, 6886, 5864, 10616, 8561, 6753, 7868, 12716, 8821, 8324, 8330, 5717, 5485, 9859, 8958, 7596, 12426, 7553, 5608, 11587, 7630, 7221, 13636, 7691, 5935, 5489, 5450, 7944, 10270, 13463, 9044, 5933, 5926, 9028, 8930, 9177, 8506, 11234, 6988, 5538, 11599, 10158, 7599, 6960, 7936, 6036, 5709, 10979, 9962, 8854, 12238, 8200, 6358, 12107, 9643, 7686, 15149, 10418, 8188, 8443, 11972, 7798, 8197, 12144, 10558, 6978, 6455, 11291, 7252, 5767, 5664, 6122, 9812, 8711, 7736, 7806, 16054, 12234, 8070, 14102, 6743, 6327, 9967, 7545, 6921, 10443, 10492, 6565, 6176, 10406, 8247, 7922, 11380, 7005, 5723, 9559, 6995, 6236, 6135, 8026, 6224, 7237, 12277, 8304, 6178, 9721, 8303, 7137, 12429, 10122, 6808, 5791, 10445, 8264, 7899, 10426, 6337, 6644, 12584, 8216, 5977, 8802, 8101, 6235, 12560, 11123, 8336, 7516, 10587, 6274, 8652, 8958, 5613, 12725, 9526, 6327, 8836, 11472, 7630, 8260, 13439, 9510, 6473, 8255, 9739, 5985, 5678, 7568, 8008, 6218, 6365, 13600, 10515, 9586, 13656, 8188, 6349, 9615, 8050, 7610, 12806, 9828, 6536, 5773, 9840, 6646, 7025, 10177, 6082, 5536, 6052, 7566, 7522, 11659, 9189, 6515, 6266, 5450, 9040, 8991, 7960, 10157, 10508, 6601, 5898, 9835, 7293, 7319, 11697, 8398, 6333, 5832, 10402, 9427, 7483, 11022, 6546, 5788, 11927, 9667, 6204, 6259, 8632, 7401, 11081, 11877, 7912, 6464, 5859, 9986, 7793, 12016, 7675, 10236, 5918, 5724, 10593, 8777, 8379, 14884, 10448, 9548, 14701, 11514, 7579, 5974, 8659, 6479, 5732, 5934, 8514, 13268, 9641, 9561, 8845, 15634, 10282, 6949, 11098, 6897, 6090, 13322, 8606, 5808, 6504, 8700, 5760, 6377, 10117, 8192, 6552, 8316, 7205, 5963, 5809, 9269, 7931, 6410, 10130, 6142, 5524, 10045, 8997, 6749, 6081, 8303, 5760, 9154, 10422, 6599, 6351, 8894, 6520, 8298, 10183, 7702, 9869, 12318, 9841, 9221, 12843, 8675, 8995, 10976, 6850, 7707, 10000, 5764, 5692, 7140, 7646, 5878, 5568, 8271, 12124, 9609, 9865, 10431, 7369, 12192, 7793, 6138, 5791, 5697, 5787, 5547, 7533, 10959, 10453, 10416, 7153, 6277, 5936, 8782, 6398, 5971, 9847, 11620, 7461, 5521, 11218, 7412, 7604, 12729, 7326, 5759, 7369, 9171, 7040, 6514, 9775, 6506, 7366, 8161, 6389, 9777, 11104, 7774, 5753, 10557, 6599, 6736, 12301, 8365, 5871, 9562, 6525, 10889, 9913, 8059, 12589, 9703, 5996, 11814, 6366, 11046, 6747, 8649, 7659, 5535, 8318, 9873, 6405, 6811, 12122, 8141, 7994, 12334, 7654, 11563, 9814, 6869, 11887, 9275, 8150, 12496, 9100, 15742, 7676, 5726, 7820, 5688, 7837, 11079, 7013, 5731, 10075, 6127, 9539, 10511, 6709, 7820, 7108, 5524, 10469, 8096, 6090, 9464, 5953, 10906, 9072, 6597, 10286, 6079, 5606, 10277, 6955, 5836, 8315, 6312, 8822, 10365, 6162, 7456, 9180, 8360, 12761, 7572, 5672, 10135, 9740, 8315, 10706, 6771, 6940, 12333, 8077, 6303, 10033, 6640, 10730, 10940, 8660, 12758, 11357, 6099, 12353, 8257, 12923, 6688, 5705, 10420, 6561, 5739, 9476, 9059, 8090, 15481, 11807, 9031, 13011, 10684, 7355, 9587, 11518, 5990, 5897, 7342, 5982, 5731, 5341, 11698, 8945, 8313, 14529, 10343, 10378, 11894, 5784, 5753, 11757, 10082, 9057], 'WindowCenter': [3657.0, 3655.0, 3599.0, 3598.0, 3661.0, 3639.0, 3607.0, 3616.0, 3614.0, 3605.0, 3583.0, 3604.0, 3582.0, 3626.0, 3624.0, 3583.0, 3560.0, 3636.0, 3604.0, 3573.0, 3625.0, 3617.0, 3574.0, 3626.0, 3595.0, 3585.0, 3597.0, 3618.0, 3587.0, 3576.0, 3628.0, 3650.0, 3641.0, 3608.0, 3588.0, 3650.0, 3638.0, 3617.0, 3605.0, 3635.0, 3592.0, 3582.0, 3593.0, 3635.0, 3612.0, 3582.0, 3573.0, 3623.0, 3625.0, 3592.0, 3571.0, 3559.0, 3615.0, 3647.0, 3616.0, 3571.0, 3572.0, 3649.0, 3614.0, 3574.0, 3593.0, 3636.0, 3627.0, 3586.0, 3576.0, 3637.0, 3617.0, 3617.0, 3586.0, 3628.0, 3594.0, 3606.0, 3649.0, 3625.0, 3594.0, 3572.0, 3623.0, 3625.0, 3603.0, 3571.0, 3602.0, 3583.0, 3594.0, 3638.0, 3604.0, 3562.0, 3603.0, 3636.0, 3626.0, 3594.0, 3573.0, 3573.0, 3615.0, 3605.0, 3574.0, 3636.0, 3603.0, 3572.0, 3603.0, 3582.0, 3550.0, 3613.0, 3623.0, 3622.0, 3578.0, 3587.0, 3608.0, 3586.0, 3586.0, 3608.0, 3630.0, 3608.0, 3557.0, 3556.0, 3587.0, 3608.0, 3586.0, 3543.0, 3545.0, 3567.0, 3589.0, 3566.0, 3547.0, 3558.0, 3622.0, 3611.0, 3599.0, 3571.0, 3559.0, 3569.0, 3600.0, 3590.0, 3580.0, 3623.0, 3581.0, 3561.0, 3613.0, 3602.0, 3560.0, 3551.0, 3603.0, 3583.0, 3583.0, 3626.0, 3605.0, 3577.0, 3586.0, 3651.0, 3631.0, 3588.0, 3639.0, 3628.0, 3618.0, 3638.0, 3639.0, 3597.0, 3596.0, 3637.0, 3627.0, 3575.0, 3617.0, 3616.0, 3606.0, 3615.0, 3617.0, 3583.0, 3585.0, 3574.0, 3628.0, 3587.0, 3639.0, 3662.0, 3641.0, 3630.0, 3621.0, 3660.0, 3639.0, 3617.0, 3593.0, 3638.0, 3626.0, 3615.0, 3635.0, 3647.0, 3625.0, 3571.0, 3561.0, 3623.0, 3615.0, 3594.0, 3582.0, 3623.0, 3616.0, 3572.0, 3594.0, 3636.0, 3628.0, 3584.0, 3596.0, 3637.0, 3613.0, 3581.0, 3571.0, 3623.0, 3601.0, 3570.0, 3570.0, 3632.0, 3590.0, 3579.0, 3633.0, 3622.0, 3609.0, 3597.0, 3543.0, 3554.0, 3575.0, 3555.0, 3558.0, 3612.0, 3570.0, 3560.0, 3559.0, 3601.0, 3590.0, 3580.0, 3622.0, 3613.0, 3584.0, 3574.0, 3625.0, 3603.0, 3581.0, 3571.0, 3603.0, 3571.0, 3572.0, 3635.0, 3616.0, 3576.0, 3573.0, 3615.0, 3615.0, 3595.0, 3627.0, 3585.0, 3572.0, 3638.0, 3616.0, 3606.0, 3615.0, 3614.0, 3582.0, 3582.0, 3572.0, 3626.0, 3593.0, 3637.0, 3582.0, 3561.0, 3613.0, 3606.0, 3572.0, 3625.0, 3624.0, 3600.0, 3608.0, 3596.0, 3573.0, 3572.0, 3605.0, 3594.0, 3561.0, 3571.0, 3604.0, 3542.0, 3531.0, 3531.0, 3554.0, 3574.0, 3541.0, 3543.0, 3533.0, 3534.0, 3576.0, 3597.0, 3568.0, 3556.0, 3609.0, 3545.0, 3545.0, 3590.0, 3622.0, 3599.0, 3580.0, 3570.0, 3622.0, 3623.0, 3591.0, 3561.0, 3593.0, 3604.0, 3568.0, 3581.0, 3626.0, 3570.0, 3564.0, 3562.0, 3613.0, 3615.0, 3572.0, 3616.0, 3594.0, 3574.0, 3617.0, 3637.0, 3625.0, 3605.0, 3627.0, 3614.0, 3581.0, 3592.0, 3645.0, 3614.0, 3592.0, 3623.0, 3590.0, 3569.0, 3612.0, 3601.0, 3591.0, 3590.0, 3633.0, 3600.0, 3632.0, 3587.0, 3533.0, 3597.0, 3559.0, 3546.0, 3598.0, 3569.0, 3559.0, 3622.0, 3611.0, 3591.0, 3581.0, 3625.0, 3581.0, 3560.0, 3612.0, 3579.0, 3579.0, 3624.0, 3593.0, 3561.0, 3614.0, 3582.0, 3572.0, 3623.0, 3603.0, 3560.0, 3615.0, 3574.0, 3593.0, 3639.0, 3597.0, 3561.0, 3626.0, 3605.0, 3604.0, 3636.0, 3594.0, 3576.0, 3629.0, 3595.0, 3603.0, 3637.0, 3604.0, 3571.0, 3613.0, 3582.0, 3612.0, 3613.0, 3582.0, 3623.0, 3627.0, 3592.0, 3625.0, 3624.0, 3581.0, 3603.0, 3624.0, 3593.0, 3592.0, 3634.0, 3604.0, 3580.0, 3612.0, 3612.0, 3581.0, 3561.0, 3623.0, 3601.0, 3580.0, 3591.0, 3635.0, 3602.0, 3591.0, 3590.0, 3547.0, 3549.0, 3611.0, 3601.0, 3593.0, 3621.0, 3589.0, 3548.0, 3620.0, 3577.0, 3578.0, 3635.0, 3592.0, 3571.0, 3560.0, 3560.0, 3606.0, 3626.0, 3647.0, 3616.0, 3574.0, 3576.0, 3616.0, 3614.0, 3627.0, 3618.0, 3640.0, 3598.0, 3564.0, 3637.0, 3627.0, 3608.0, 3598.0, 3618.0, 3585.0, 3574.0, 3637.0, 3641.0, 3626.0, 3651.0, 3617.0, 3586.0, 3638.0, 3615.0, 3593.0, 3646.0, 3624.0, 3604.0, 3603.0, 3634.0, 3591.0, 3602.0, 3622.0, 3608.0, 3578.0, 3569.0, 3620.0, 3578.0, 3545.0, 3546.0, 3557.0, 3608.0, 3599.0, 3590.0, 3590.0, 3633.0, 3620.0, 3575.0, 3629.0, 3565.0, 3557.0, 3610.0, 3576.0, 3567.0, 3610.0, 3609.0, 3567.0, 3555.0, 3607.0, 3588.0, 3586.0, 3609.0, 3578.0, 3558.0, 3599.0, 3581.0, 3571.0, 3573.0, 3600.0, 3572.0, 3594.0, 3637.0, 3616.0, 3574.0, 3625.0, 3605.0, 3594.0, 3636.0, 3626.0, 3583.0, 3563.0, 3624.0, 3604.0, 3603.0, 3625.0, 3570.0, 3581.0, 3637.0, 3602.0, 3587.0, 3616.0, 3605.0, 3575.0, 3647.0, 3637.0, 3602.0, 3594.0, 3622.0, 3572.0, 3602.0, 3598.0, 3549.0, 3622.0, 3611.0, 3571.0, 3614.0, 3634.0, 3592.0, 3603.0, 3633.0, 3610.0, 3568.0, 3587.0, 3597.0, 3555.0, 3545.0, 3588.0, 3588.0, 3557.0, 3567.0, 3630.0, 3609.0, 3597.0, 3618.0, 3586.0, 3553.0, 3597.0, 3577.0, 3573.0, 3619.0, 3597.0, 3554.0, 3545.0, 3595.0, 3552.0, 3564.0, 3598.0, 3555.0, 3545.0, 3555.0, 3588.0, 3602.0, 3634.0, 3611.0, 3570.0, 3569.0, 3550.0, 3601.0, 3613.0, 3603.0, 3624.0, 3624.0, 3582.0, 3561.0, 3614.0, 3580.0, 3591.0, 3634.0, 3601.0, 3581.0, 3562.0, 3625.0, 3615.0, 3592.0, 3623.0, 3570.0, 3559.0, 3635.0, 3613.0, 3573.0, 3582.0, 3601.0, 3593.0, 3637.0, 3637.0, 3604.0, 3586.0, 3572.0, 3625.0, 3590.0, 3618.0, 3575.0, 3597.0, 3545.0, 3544.0, 3609.0, 3602.0, 3600.0, 3644.0, 3610.0, 3596.0, 3615.0, 3593.0, 3561.0, 3530.0, 3572.0, 3540.0, 3530.0, 3542.0, 3587.0, 3617.0, 3594.0, 3582.0, 3569.0, 3614.0, 3581.0, 3548.0, 3591.0, 3550.0, 3539.0, 3604.0, 3572.0, 3530.0, 3551.0, 3570.0, 3529.0, 3551.0, 3593.0, 3584.0, 3554.0, 3588.0, 3587.0, 3556.0, 3555.0, 3597.0, 3587.0, 3566.0, 3608.0, 3556.0, 3558.0, 3623.0, 3612.0, 3593.0, 3582.0, 3613.0, 3571.0, 3611.0, 3626.0, 3581.0, 3580.0, 3611.0, 3580.0, 3601.0, 3623.0, 3592.0, 3611.0, 3633.0, 3624.0, 3612.0, 3632.0, 3600.0, 3599.0, 3620.0, 3567.0, 3588.0, 3608.0, 3556.0, 3557.0, 3577.0, 3587.0, 3557.0, 3559.0, 3601.0, 3632.0, 3611.0, 3609.0, 3608.0, 3577.0, 3618.0, 3588.0, 3568.0, 3556.0, 3555.0, 3542.0, 3532.0, 3588.0, 3623.0, 3623.0, 3624.0, 3593.0, 3569.0, 3570.0, 3615.0, 3582.0, 3570.0, 3623.0, 3635.0, 3591.0, 3561.0, 3634.0, 3592.0, 3602.0, 3633.0, 3590.0, 3559.0, 3590.0, 3623.0, 3594.0, 3582.0, 3625.0, 3582.0, 3593.0, 3601.0, 3571.0, 3624.0, 3634.0, 3603.0, 3574.0, 3636.0, 3581.0, 3580.0, 3633.0, 3602.0, 3559.0, 3610.0, 3569.0, 3622.0, 3623.0, 3602.0, 3634.0, 3624.0, 3570.0, 3632.0, 3569.0, 3619.0, 3566.0, 3598.0, 3587.0, 3546.0, 3600.0, 3622.0, 3581.0, 3592.0, 3645.0, 3604.0, 3602.0, 3632.0, 3589.0, 3620.0, 3612.0, 3578.0, 3620.0, 3610.0, 3589.0, 3620.0, 3597.0, 3628.0, 3575.0, 3542.0, 3572.0, 3543.0, 3575.0, 3619.0, 3576.0, 3554.0, 3607.0, 3554.0, 3596.0, 3605.0, 3565.0, 3574.0, 3575.0, 3544.0, 3608.0, 3586.0, 3556.0, 3608.0, 3567.0, 3608.0, 3598.0, 3567.0, 3610.0, 3567.0, 3557.0, 3621.0, 3592.0, 3558.0, 3601.0, 3582.0, 3625.0, 3634.0, 3582.0, 3602.0, 3624.0, 3614.0, 3644.0, 3602.0, 3573.0, 3623.0, 3623.0, 3614.0, 3623.0, 3591.0, 3591.0, 3646.0, 3615.0, 3593.0, 3624.0, 3593.0, 3635.0, 3635.0, 3612.0, 3633.0, 3634.0, 3570.0, 3632.0, 3599.0, 3619.0, 3564.0, 3542.0, 3608.0, 3579.0, 3557.0, 3609.0, 3599.0, 3599.0, 3631.0, 3619.0, 3598.0, 3618.0, 3607.0, 3575.0, 3596.0, 3607.0, 3555.0, 3543.0, 3574.0, 3554.0, 3543.0, 3532.0, 3619.0, 3596.0, 3585.0, 3629.0, 3607.0, 3596.0, 3606.0, 3542.0, 3541.0, 3607.0, 3607.0, 3597.0], 'WindowWidth': [8250.0, 8243.0, 8157.0, 8155.0, 8242.0, 8208.0, 8163.0, 8171.0, 8169.0, 8157.0, 8126.0, 8152.0, 8121.0, 8183.0, 8179.0, 8125.0, 8091.0, 8200.0, 8155.0, 8112.0, 8182.0, 8174.0, 8115.0, 8186.0, 8143.0, 8132.0, 8151.0, 8180.0, 8135.0, 8121.0, 8193.0, 8226.0, 8214.0, 8168.0, 8138.0, 8226.0, 8204.0, 8174.0, 8155.0, 8195.0, 8133.0, 8121.0, 8135.0, 8195.0, 8160.0, 8125.0, 8112.0, 8178.0, 8183.0, 8135.0, 8106.0, 8088.0, 8169.0, 8218.0, 8173.0, 8109.0, 8110.0, 8221.0, 8168.0, 8116.0, 8138.0, 8201.0, 8189.0, 8134.0, 8121.0, 8202.0, 8176.0, 8178.0, 8135.0, 8190.0, 8141.0, 8158.0, 8222.0, 8183.0, 8139.0, 8107.0, 8178.0, 8183.0, 8149.0, 8106.0, 8148.0, 8124.0, 8139.0, 8206.0, 8152.0, 8096.0, 8152.0, 8201.0, 8189.0, 8142.0, 8113.0, 8116.0, 8174.0, 8159.0, 8116.0, 8202.0, 8153.0, 8106.0, 8149.0, 8121.0, 8077.0, 8163.0, 8177.0, 8174.0, 8108.0, 8116.0, 8146.0, 8112.0, 8113.0, 8145.0, 8181.0, 8146.0, 8079.0, 8077.0, 8120.0, 8149.0, 8116.0, 8057.0, 8062.0, 8094.0, 8126.0, 8093.0, 8068.0, 8085.0, 8173.0, 8157.0, 8140.0, 8107.0, 8089.0, 8101.0, 8140.0, 8128.0, 8114.0, 8176.0, 8119.0, 8093.0, 8163.0, 8147.0, 8091.0, 8082.0, 8151.0, 8125.0, 8127.0, 8187.0, 8159.0, 8124.0, 8137.0, 8229.0, 8202.0, 8141.0, 8209.0, 8193.0, 8180.0, 8206.0, 8206.0, 8149.0, 8145.0, 8204.0, 8189.0, 8118.0, 8175.0, 8175.0, 8160.0, 8170.0, 8176.0, 8127.0, 8133.0, 8118.0, 8194.0, 8137.0, 8209.0, 8245.0, 8214.0, 8200.0, 8192.0, 8241.0, 8210.0, 8176.0, 8138.0, 8204.0, 8185.0, 8170.0, 8198.0, 8218.0, 8183.0, 8108.0, 8095.0, 8178.0, 8170.0, 8139.0, 8121.0, 8180.0, 8174.0, 8114.0, 8143.0, 8203.0, 8197.0, 8133.0, 8147.0, 8203.0, 8165.0, 8121.0, 8108.0, 8177.0, 8146.0, 8105.0, 8101.0, 8187.0, 8129.0, 8112.0, 8193.0, 8175.0, 8149.0, 8131.0, 8057.0, 8070.0, 8099.0, 8077.0, 8086.0, 8162.0, 8103.0, 8091.0, 8088.0, 8146.0, 8129.0, 8117.0, 8174.0, 8165.0, 8127.0, 8115.0, 8185.0, 8152.0, 8121.0, 8107.0, 8152.0, 8108.0, 8111.0, 8199.0, 8173.0, 8121.0, 8114.0, 8170.0, 8171.0, 8144.0, 8189.0, 8130.0, 8113.0, 8207.0, 8174.0, 8161.0, 8170.0, 8169.0, 8124.0, 8127.0, 8112.0, 8188.0, 8138.0, 8200.0, 8121.0, 8092.0, 8164.0, 8162.0, 8111.0, 8184.0, 8179.0, 8140.0, 8150.0, 8128.0, 8092.0, 8089.0, 8138.0, 8120.0, 8073.0, 8086.0, 8135.0, 8049.0, 8035.0, 8036.0, 8068.0, 8095.0, 8049.0, 8055.0, 8042.0, 8044.0, 8104.0, 8132.0, 8097.0, 8076.0, 8150.0, 8062.0, 8065.0, 8129.0, 8175.0, 8138.0, 8113.0, 8099.0, 8173.0, 8176.0, 8131.0, 8092.0, 8136.0, 8154.0, 8099.0, 8117.0, 8184.0, 8105.0, 8101.0, 8098.0, 8165.0, 8169.0, 8110.0, 8172.0, 8141.0, 8117.0, 8175.0, 8203.0, 8185.0, 8156.0, 8187.0, 8168.0, 8120.0, 8134.0, 8210.0, 8165.0, 8135.0, 8176.0, 8128.0, 8101.0, 8159.0, 8143.0, 8129.0, 8127.0, 8192.0, 8142.0, 8187.0, 8117.0, 8042.0, 8131.0, 8085.0, 8067.0, 8136.0, 8098.0, 8086.0, 8172.0, 8157.0, 8132.0, 8118.0, 8182.0, 8119.0, 8089.0, 8159.0, 8113.0, 8114.0, 8179.0, 8138.0, 8097.0, 8168.0, 8124.0, 8110.0, 8178.0, 8150.0, 8092.0, 8168.0, 8116.0, 8139.0, 8208.0, 8149.0, 8097.0, 8187.0, 8157.0, 8155.0, 8201.0, 8143.0, 8121.0, 8193.0, 8144.0, 8151.0, 8202.0, 8155.0, 8108.0, 8166.0, 8122.0, 8162.0, 8162.0, 8122.0, 8178.0, 8187.0, 8136.0, 8182.0, 8182.0, 8121.0, 8149.0, 8180.0, 8136.0, 8134.0, 8195.0, 8153.0, 8118.0, 8162.0, 8163.0, 8119.0, 8093.0, 8176.0, 8145.0, 8116.0, 8130.0, 8196.0, 8150.0, 8129.0, 8129.0, 8070.0, 8074.0, 8159.0, 8146.0, 8135.0, 8173.0, 8126.0, 8073.0, 8167.0, 8107.0, 8110.0, 8195.0, 8134.0, 8109.0, 8095.0, 8095.0, 8161.0, 8189.0, 8214.0, 8171.0, 8117.0, 8122.0, 8174.0, 8170.0, 8190.0, 8178.0, 8210.0, 8151.0, 8102.0, 8202.0, 8189.0, 8167.0, 8153.0, 8180.0, 8134.0, 8117.0, 8205.0, 8216.0, 8188.0, 8228.0, 8177.0, 8134.0, 8203.0, 8170.0, 8137.0, 8213.0, 8181.0, 8154.0, 8152.0, 8194.0, 8132.0, 8147.0, 8174.0, 8150.0, 8111.0, 8104.0, 8170.0, 8112.0, 8066.0, 8067.0, 8084.0, 8153.0, 8143.0, 8130.0, 8133.0, 8191.0, 8167.0, 8103.0, 8179.0, 8088.0, 8081.0, 8156.0, 8107.0, 8094.0, 8154.0, 8152.0, 8095.0, 8078.0, 8148.0, 8124.0, 8117.0, 8153.0, 8111.0, 8085.0, 8141.0, 8119.0, 8108.0, 8112.0, 8148.0, 8113.0, 8142.0, 8204.0, 8175.0, 8117.0, 8186.0, 8158.0, 8142.0, 8200.0, 8186.0, 8127.0, 8100.0, 8182.0, 8155.0, 8153.0, 8183.0, 8106.0, 8121.0, 8204.0, 8152.0, 8139.0, 8175.0, 8158.0, 8118.0, 8217.0, 8204.0, 8151.0, 8143.0, 8177.0, 8111.0, 8148.0, 8138.0, 8072.0, 8173.0, 8157.0, 8108.0, 8169.0, 8195.0, 8136.0, 8151.0, 8192.0, 8154.0, 8099.0, 8124.0, 8134.0, 8079.0, 8065.0, 8124.0, 8124.0, 8083.0, 8099.0, 8186.0, 8155.0, 8135.0, 8166.0, 8118.0, 8071.0, 8133.0, 8105.0, 8098.0, 8165.0, 8134.0, 8075.0, 8063.0, 8128.0, 8068.0, 8087.0, 8135.0, 8077.0, 8068.0, 8079.0, 8128.0, 8152.0, 8196.0, 8160.0, 8105.0, 8104.0, 8079.0, 8148.0, 8165.0, 8152.0, 8182.0, 8183.0, 8124.0, 8096.0, 8167.0, 8117.0, 8134.0, 8195.0, 8148.0, 8124.0, 8098.0, 8184.0, 8172.0, 8139.0, 8180.0, 8107.0, 8092.0, 8198.0, 8167.0, 8114.0, 8124.0, 8149.0, 8140.0, 8205.0, 8203.0, 8156.0, 8137.0, 8113.0, 8187.0, 8132.0, 8167.0, 8103.0, 8134.0, 8063.0, 8064.0, 8157.0, 8150.0, 8145.0, 8208.0, 8158.0, 8131.0, 8155.0, 8119.0, 8074.0, 8033.0, 8092.0, 8048.0, 8037.0, 8057.0, 8122.0, 8161.0, 8127.0, 8106.0, 8084.0, 8150.0, 8101.0, 8055.0, 8115.0, 8061.0, 8045.0, 8138.0, 8093.0, 8035.0, 8064.0, 8087.0, 8034.0, 8063.0, 8123.0, 8114.0, 8075.0, 8123.0, 8125.0, 8082.0, 8079.0, 8135.0, 8122.0, 8094.0, 8154.0, 8084.0, 8089.0, 8180.0, 8167.0, 8144.0, 8128.0, 8169.0, 8113.0, 8163.0, 8188.0, 8122.0, 8119.0, 8160.0, 8121.0, 8150.0, 8180.0, 8137.0, 8161.0, 8194.0, 8182.0, 8165.0, 8193.0, 8146.0, 8141.0, 8172.0, 8098.0, 8126.0, 8152.0, 8083.0, 8084.0, 8111.0, 8124.0, 8085.0, 8093.0, 8148.0, 8192.0, 8162.0, 8153.0, 8151.0, 8110.0, 8164.0, 8126.0, 8103.0, 8084.0, 8079.0, 8059.0, 8043.0, 8127.0, 8182.0, 8181.0, 8183.0, 8138.0, 8104.0, 8107.0, 8171.0, 8125.0, 8108.0, 8180.0, 8199.0, 8138.0, 8099.0, 8196.0, 8137.0, 8151.0, 8195.0, 8135.0, 8094.0, 8135.0, 8182.0, 8145.0, 8127.0, 8186.0, 8127.0, 8139.0, 8148.0, 8108.0, 8181.0, 8197.0, 8154.0, 8121.0, 8202.0, 8124.0, 8121.0, 8195.0, 8150.0, 8092.0, 8159.0, 8105.0, 8177.0, 8179.0, 8152.0, 8197.0, 8182.0, 8109.0, 8193.0, 8104.0, 8168.0, 8095.0, 8137.0, 8122.0, 8072.0, 8146.0, 8180.0, 8127.0, 8142.0, 8214.0, 8157.0, 8152.0, 8191.0, 8130.0, 8169.0, 8162.0, 8115.0, 8170.0, 8158.0, 8128.0, 8171.0, 8136.0, 8177.0, 8101.0, 8054.0, 8096.0, 8059.0, 8103.0, 8167.0, 8108.0, 8078.0, 8149.0, 8074.0, 8129.0, 8144.0, 8090.0, 8102.0, 8105.0, 8064.0, 8151.0, 8123.0, 8083.0, 8153.0, 8098.0, 8151.0, 8138.0, 8097.0, 8157.0, 8100.0, 8086.0, 8175.0, 8139.0, 8091.0, 8149.0, 8126.0, 8185.0, 8198.0, 8129.0, 8154.0, 8184.0, 8170.0, 8213.0, 8153.0, 8115.0, 8181.0, 8181.0, 8171.0, 8182.0, 8137.0, 8138.0, 8216.0, 8176.0, 8146.0, 8187.0, 8144.0, 8199.0, 8201.0, 8166.0, 8195.0, 8198.0, 8110.0, 8192.0, 8142.0, 8167.0, 8087.0, 8056.0, 8151.0, 8117.0, 8085.0, 8157.0, 8143.0, 8142.0, 8187.0, 8168.0, 8137.0, 8165.0, 8149.0, 8104.0, 8131.0, 8146.0, 8077.0, 8060.0, 8101.0, 8075.0, 8062.0, 8045.0, 8165.0, 8133.0, 8117.0, 8180.0, 8149.0, 8130.0, 8146.0, 8056.0, 8053.0, 8148.0, 8152.0, 8138.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.0005691159586681975</td></tr>
<tr><td colspan=3>aqi</td><td>0.049623722617680825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.546869628954006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.117701538057471</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9481945303908037</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>5975.2656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13772396334292167</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.336394948335247</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.697618215816353</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6792306633948906</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.908953657917867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5046703261363006</td></tr>
<tr><td colspan=3>gcor</td><td>0.00910349</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008620024658739567</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0200508926063776</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7654631263950384</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>24.1799</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.1083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.4691</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301987.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>567.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>255.4241</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0606</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.5313</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2788.7188</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>787.9456</td></tr>
<tr><td colspan=3>tsnr</td><td>28.47632648050785</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>