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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0102_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>31f35c5514800b175e09656576aa8bb2</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>09:40:6.855000</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0991247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>506c8600-7961-48e8-917a-5172f7599738||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['094006.855000', '094007.315000', '094007.775000', '094008.235000', '094008.695000', '094009.155000', '094009.615000', '094010.075000', '094010.535000', '094010.995000', '094011.455000', '094011.915000', '094012.375000', '094012.835000', '094013.295000', '094013.755000', '094014.215000', '094014.675000', '094015.135000', '094015.595000', '094016.055000', '094016.515000', '094016.975000', '094017.435000', '094017.895000', '094018.355000', '094018.815000', '094019.275000', '094019.735000', '094020.195000', '094020.655000', '094021.115000', '094021.575000', '094022.035000', '094022.495000', '094022.955000', '094023.415000', '094023.875000', '094024.335000', '094024.795000', '094025.255000', '094025.715000', '094026.175000', '094026.635000', '094027.095000', '094027.555000', '094028.015000', '094028.475000', '094028.935000', '094029.395000', '094029.855000', '094030.315000', '094030.775000', '094031.235000', '094031.695000', '094032.155000', '094032.615000', '094033.075000', '094033.535000', '094033.995000', '094034.455000', '094034.915000', '094035.375000', '094035.835000', '094036.295000', '094036.755000', '094037.215000', '094037.675000', '094038.135000', '094038.595000', '094039.055000', '094039.515000', '094039.975000', '094040.435000', '094040.895000', '094041.355000', '094041.815000', '094042.275000', '094042.735000', '094043.195000', '094043.655000', '094044.115000', '094044.575000', '094045.035000', '094045.495000', '094045.955000', '094046.415000', '094046.875000', '094047.335000', '094047.795000', '094048.255000', '094048.715000', '094049.175000', '094049.635000', '094050.095000', '094050.555000', '094051.015000', '094051.475000', '094051.935000', '094052.395000', '094052.855000', '094053.315000', '094053.775000', '094054.235000', '094054.695000', '094055.155000', '094055.615000', '094056.075000', '094056.535000', '094056.995000', '094057.455000', '094057.915000', '094058.375000', '094058.835000', '094059.295000', '094059.755000', '094100.215000', '094100.675000', '094101.135000', '094101.595000', '094102.055000', '094102.515000', '094102.975000', '094103.435000', '094103.895000', '094104.355000', '094104.815000', '094105.275000', '094105.735000', '094106.195000', '094106.655000', '094107.115000', '094107.575000', '094108.035000', '094108.495000', '094108.955000', '094109.415000', '094109.875000', '094110.335000', '094110.795000', '094111.255000', '094111.715000', '094112.175000', '094112.635000', '094113.095000', '094113.555000', '094114.015000', '094114.475000', '094114.935000', '094115.395000', '094115.855000', '094116.315000', '094116.775000', '094117.235000', '094117.695000', '094118.155000', '094118.615000', '094119.075000', '094119.535000', '094119.995000', '094120.455000', '094120.915000', '094121.375000', '094121.835000', '094122.295000', '094122.755000', '094123.215000', '094123.675000', '094124.135000', '094124.595000', '094125.055000', '094125.515000', '094125.975000', '094126.435000', '094126.895000', '094127.355000', '094127.815000', '094128.275000', '094128.735000', '094129.195000', '094129.655000', '094130.115000', '094130.575000', '094131.035000', '094131.495000', '094131.955000', '094132.415000', '094132.875000', '094133.335000', '094133.795000', '094134.255000', '094134.715000', '094135.175000', '094135.635000', '094136.095000', '094136.555000', '094137.015000', '094137.475000', '094137.935000', '094138.395000', '094138.855000', '094139.315000', '094139.775000', '094140.235000', '094140.695000', '094141.155000', '094141.615000', '094142.075000', '094142.535000', '094142.995000', '094143.455000', '094143.915000', '094144.375000', '094144.835000', '094145.295000', '094145.755000', '094146.215000', '094146.675000', '094147.135000', '094147.595000', '094148.055000', '094148.515000', '094148.975000', '094149.435000', '094149.895000', '094150.355000', '094150.815000', '094151.275000', '094151.735000', '094152.195000', '094152.655000', '094153.115000', '094153.575000', '094154.035000', '094154.495000', '094154.955000', '094155.415000', '094155.875000', '094156.335000', '094156.795000', '094157.255000', '094157.715000', '094158.175000', '094158.635000', '094159.095000', '094159.555000', '094200.015000', '094200.475000', '094200.935000', '094201.395000', '094201.855000', '094202.315000', '094202.775000', '094203.235000', '094203.695000', '094204.155000', '094204.615000', '094205.075000', '094205.535000', '094205.995000', '094206.455000', '094206.915000', '094207.375000', '094207.835000', '094208.295000', '094208.755000', '094209.215000', '094209.675000', '094210.135000', '094210.595000', '094211.055000', '094211.515000', '094211.975000', '094212.435000', '094212.895000', '094213.355000', '094213.815000', '094214.275000', '094214.735000', '094215.195000', '094215.655000', '094216.115000', '094216.575000', '094217.035000', '094217.495000', '094217.955000', '094218.415000', '094218.875000', '094219.335000', '094219.795000', '094220.255000', '094220.715000', '094221.175000', '094221.635000', '094222.095000', '094222.555000', '094223.015000', '094223.475000', '094223.935000', '094224.395000', '094224.855000', '094225.315000', '094225.775000', '094226.235000', '094226.695000', '094227.155000', '094227.615000', '094228.075000', '094228.535000', '094228.995000', '094229.455000', '094229.915000', '094230.375000', '094230.835000', '094231.295000', '094231.755000', '094232.215000', '094232.675000', '094233.135000', '094233.595000', '094234.055000', '094234.515000', '094234.975000', '094235.435000', '094235.895000', '094236.355000', '094236.815000', '094237.275000', '094237.735000', '094238.195000', '094238.655000', '094239.115000', '094239.575000', '094240.035000', '094240.495000', '094240.955000', '094241.415000', '094241.875000', '094242.335000', '094242.795000', '094243.255000', '094243.715000', '094244.175000', '094244.635000', '094245.095000', '094245.555000', '094246.015000', '094246.475000', '094246.935000', '094247.395000', '094247.855000', '094248.315000', '094248.775000', '094249.235000', '094249.695000', '094250.155000', '094250.615000', '094251.075000', '094251.535000', '094251.995000', '094252.455000', '094252.915000', '094253.375000', '094253.835000', '094254.295000', '094254.755000', '094255.215000', '094255.675000', '094256.135000', '094256.595000', '094257.055000', '094257.515000', '094257.975000', '094258.435000', '094258.895000', '094259.355000', '094259.815000', '094300.275000', '094300.735000', '094301.195000', '094301.655000', '094302.115000', '094302.575000', '094303.035000', '094303.495000', '094303.955000', '094304.415000', '094304.875000', '094305.335000', '094305.795000', '094306.255000', '094306.715000', '094307.175000', '094307.635000', '094308.095000', '094308.555000', '094309.015000', '094309.475000', '094309.935000', '094310.395000', '094310.855000', '094311.315000', '094311.775000', '094312.235000', '094312.695000', '094313.155000', '094313.615000', '094314.075000', '094314.535000', '094314.995000', '094315.455000', '094315.915000', '094316.375000', '094316.835000', '094317.295000', '094317.755000', '094318.215000', '094318.675000', '094319.135000', '094319.595000', '094320.055000', '094320.515000', '094320.975000', '094321.435000', '094321.895000', '094322.355000', '094322.815000', '094323.275000', '094323.735000', '094324.195000', '094324.655000', '094325.115000', '094325.575000', '094326.035000', '094326.495000', '094326.955000', '094327.415000', '094327.875000', '094328.335000', '094328.795000', '094329.255000', '094329.715000', '094330.175000', '094330.635000', '094331.095000', '094331.555000', '094332.015000', '094332.475000', '094332.935000', '094333.395000', '094333.855000', '094334.315000', '094334.775000', '094335.235000', '094335.695000', '094336.155000', '094336.615000', '094337.075000', '094337.535000', '094337.995000', '094338.455000', '094338.915000', '094339.375000', '094339.835000', '094340.295000', '094340.755000', '094341.215000', '094341.675000', '094342.135000', '094342.595000', '094343.055000', '094343.515000', '094343.975000', '094344.435000', '094344.895000', '094345.355000', '094345.815000', '094346.275000', '094346.735000', '094347.195000', '094347.655000', '094348.115000', '094348.575000', '094349.035000', '094349.495000', '094349.955000', '094350.415000', '094350.875000', '094351.335000', '094351.795000', '094352.255000', '094352.715000', '094353.175000', '094353.635000', '094354.095000', '094354.555000', '094355.015000', '094355.475000', '094355.935000', '094356.395000', '094356.855000', '094357.315000', '094357.775000', '094358.235000', '094358.695000', '094359.155000', '094359.615000', '094400.075000', '094400.535000', '094400.995000', '094401.455000', '094401.915000', '094402.375000', '094402.835000', '094403.295000', '094403.755000', '094404.215000', '094404.675000', '094405.135000', '094405.595000', '094406.055000', '094406.515000', '094406.975000', '094407.435000', '094407.895000', '094408.355000', '094408.815000', '094409.275000', '094409.735000', '094410.195000', '094410.655000', '094411.115000', '094411.575000', '094412.035000', '094412.495000', '094412.955000', '094413.415000', '094413.875000', '094414.335000', '094414.795000', '094415.255000', '094415.715000', '094416.175000', '094416.635000', '094417.095000', '094417.555000', '094418.015000', '094418.475000', '094418.935000', '094419.395000', '094419.855000', '094420.315000', '094420.775000', '094421.235000', '094421.695000', '094422.155000', '094422.615000', '094423.075000', '094423.535000', '094423.995000', '094424.455000', '094424.915000', '094425.375000', '094425.835000', '094426.295000', '094426.755000', '094427.215000', '094427.675000', '094428.135000', '094428.595000', '094429.055000', '094429.515000', '094429.975000', '094430.435000', '094430.895000', '094431.355000', '094431.815000', '094432.275000', '094432.735000', '094433.195000', '094433.655000', '094434.115000', '094434.575000', '094435.035000', '094435.495000', '094435.955000', '094436.415000', '094436.875000', '094437.335000', '094437.795000', '094438.255000', '094438.715000', '094439.175000', '094439.635000', '094440.095000', '094440.555000', '094441.015000', '094441.475000', '094441.935000', '094442.395000', '094442.855000', '094443.315000', '094443.775000', '094444.235000', '094444.695000', '094445.155000', '094445.615000', '094446.075000', '094446.535000', '094446.995000', '094447.455000', '094447.915000', '094448.375000', '094448.835000', '094449.295000', '094449.755000', '094450.215000', '094450.675000', '094451.135000', '094451.595000', '094452.055000', '094452.515000', '094452.975000', '094453.435000', '094453.895000', '094454.355000', '094454.815000', '094455.275000', '094455.735000', '094456.195000', '094456.655000', '094457.115000', '094457.575000', '094458.035000', '094458.495000', '094458.955000', '094459.415000', '094459.875000', '094500.335000', '094500.795000', '094501.255000', '094501.715000', '094502.175000', '094502.635000', '094503.095000', '094503.555000', '094504.015000', '094504.475000', '094504.935000', '094505.395000', '094505.855000', '094506.315000', '094506.775000', '094507.235000', '094507.695000', '094508.155000', '094508.615000', '094509.075000', '094509.535000', '094509.995000', '094510.455000', '094510.915000', '094511.375000', '094511.835000', '094512.295000', '094512.755000', '094513.215000', '094513.675000', '094514.135000', '094514.595000', '094515.055000', '094515.515000', '094515.975000', '094516.435000', '094516.895000', '094517.355000', '094517.815000', '094518.275000', '094518.735000', '094519.195000', '094519.655000', '094520.115000', '094520.575000', '094521.035000', '094521.495000', '094521.955000', '094522.415000', '094522.875000', '094523.335000', '094523.795000', '094524.255000', '094524.715000', '094525.175000', '094525.635000', '094526.095000', '094526.555000', '094527.015000', '094527.475000', '094527.935000', '094528.395000', '094528.855000', '094529.315000', '094529.775000', '094530.235000', '094530.695000', '094531.155000', '094531.615000', '094532.075000', '094532.535000', '094532.995000', '094533.455000', '094533.915000', '094534.375000', '094534.835000', '094535.295000', '094535.755000', '094536.215000', '094536.675000', '094537.135000', '094537.595000', '094538.055000', '094538.515000', '094538.975000', '094539.435000', '094539.895000', '094540.355000', '094540.815000', '094541.275000', '094541.735000', '094542.195000', '094542.655000', '094543.115000', '094543.575000', '094544.035000', '094544.495000', '094544.955000', '094545.415000', '094545.875000', '094546.335000', '094546.795000', '094547.255000', '094547.715000', '094548.175000', '094548.635000', '094549.095000', '094549.555000', '094550.015000', '094550.475000', '094550.935000', '094551.395000', '094551.855000', '094552.315000', '094552.775000', '094553.235000', '094553.695000', '094554.155000', '094554.615000', '094555.075000', '094555.535000', '094555.995000', '094556.455000', '094556.915000', '094557.375000', '094557.835000', '094558.295000', '094558.755000', '094559.215000', '094559.675000', '094600.135000', '094600.595000', '094601.055000', '094601.515000', '094601.975000', '094602.435000', '094602.895000', '094603.355000', '094603.815000', '094604.275000', '094604.735000', '094605.195000', '094605.655000', '094606.115000', '094606.575000', '094607.035000', '094607.495000', '094607.955000', '094608.415000', '094608.875000', '094609.335000', '094609.795000', '094610.255000', '094610.715000', '094611.175000', '094611.635000', '094612.095000', '094612.555000', '094613.015000', '094613.475000', '094613.935000', '094614.395000', '094614.855000', '094615.315000', '094615.775000', '094616.235000', '094616.695000', '094617.155000', '094617.615000', '094618.075000', '094618.535000', '094618.995000', '094619.455000', '094619.915000', '094620.375000', '094620.835000', '094621.295000', '094621.755000', '094622.215000', '094622.675000', '094623.135000', '094623.595000', '094624.055000', '094624.515000', '094624.975000', '094625.435000', '094625.895000', '094626.355000', '094626.815000', '094627.275000', '094627.735000', '094628.195000', '094628.655000', '094629.115000', '094629.575000', '094630.035000', '094630.495000', '094630.955000', '094631.415000', '094631.875000', '094632.335000', '094632.795000', '094633.255000', '094633.715000', '094634.175000', '094634.635000', '094635.095000', '094635.555000', '094636.015000', '094636.475000', '094636.935000', '094637.395000', '094637.855000', '094638.315000', '094638.775000', '094639.235000', '094639.695000', '094640.155000', '094640.615000', '094641.075000', '094641.535000', '094641.995000', '094642.455000', '094642.915000', '094643.375000', '094643.835000', '094644.295000', '094644.755000', '094645.215000', '094645.675000', '094646.135000', '094646.595000', '094647.055000', '094647.515000'], 'ContentTime': ['094024.137000', '094024.140000', '094024.143000', '094024.146000', '094024.148000', '094024.151000', '094024.153000', '094024.156000', '094024.158000', '094024.161000', '094024.164000', '094024.166000', '094024.175000', '094024.177000', '094024.180000', '094024.182000', '094024.185000', '094024.187000', '094024.194000', '094024.197000', '094024.199000', '094024.202000', '094024.204000', '094024.207000', '094024.209000', '094024.212000', '094024.214000', '094024.217000', '094024.220000', '094024.222000', '094024.225000', '094024.227000', '094024.230000', '094024.232000', '094024.235000', '094044.099000', '094044.102000', '094044.105000', '094044.107000', '094044.110000', '094044.112000', '094044.115000', '094044.118000', '094044.120000', '094044.123000', '094044.125000', '094044.128000', '094044.130000', '094044.133000', '094044.136000', '094044.138000', '094044.141000', '094044.144000', '094044.147000', '094044.150000', '094044.153000', '094044.155000', '094044.158000', '094044.160000', '094044.163000', '094044.166000', '094044.168000', '094044.171000', '094044.173000', '094044.176000', '094044.178000', '094044.181000', '094044.184000', '094044.186000', '094044.189000', '094044.192000', '094044.194000', '094044.197000', '094044.199000', '094044.202000', '094044.204000', '094044.207000', '094044.209000', '094104.099000', '094104.102000', '094104.105000', '094104.114000', '094104.117000', '094104.119000', '094104.122000', '094104.125000', '094104.127000', '094104.130000', '094104.132000', '094104.135000', '094104.137000', '094104.140000', '094104.142000', '094104.145000', '094104.148000', '094104.150000', '094104.153000', '094104.155000', '094104.158000', '094104.160000', '094104.163000', '094104.166000', '094104.168000', '094104.171000', '094104.173000', '094104.176000', '094104.178000', '094104.181000', '094104.183000', '094104.186000', '094104.189000', '094104.267000', '094104.284000', '094104.287000', '094104.289000', '094104.292000', '094104.295000', '094104.297000', '094104.300000', '094104.302000', '094104.305000', '094104.307000', '094124.099000', '094124.102000', '094124.105000', '094124.108000', '094124.110000', '094124.113000', '094124.115000', '094124.118000', '094124.120000', '094124.123000', '094124.126000', '094124.128000', '094124.131000', '094124.133000', '094124.136000', '094124.139000', '094124.141000', '094124.144000', '094124.146000', '094124.149000', '094124.152000', '094124.154000', '094124.157000', '094124.160000', '094124.163000', '094124.165000', '094124.168000', '094124.170000', '094124.173000', '094124.175000', '094124.178000', '094124.180000', '094124.183000', '094124.186000', '094124.188000', '094124.191000', '094124.194000', '094124.196000', '094124.199000', '094124.201000', '094124.204000', '094124.207000', '094124.210000', '094144.099000', '094144.102000', '094144.105000', '094144.107000', '094144.110000', '094144.113000', '094144.115000', '094144.118000', '094144.120000', '094144.123000', '094144.125000', '094144.128000', '094144.131000', '094144.133000', '094144.136000', '094144.138000', '094144.141000', '094144.143000', '094144.146000', '094144.149000', '094144.151000', '094144.154000', '094144.156000', '094144.159000', '094144.162000', '094144.164000', '094144.167000', '094144.169000', '094144.172000', '094144.174000', '094144.177000', '094144.180000', '094144.182000', '094144.185000', '094144.187000', '094144.222000', '094144.225000', '094144.227000', '094144.230000', '094144.233000', '094144.235000', '094144.238000', '094144.240000', '094144.243000', '094204.098000', '094204.101000', '094204.104000', '094204.107000', '094204.110000', '094204.112000', '094204.115000', '094204.117000', '094204.120000', '094204.123000', '094204.125000', '094204.128000', '094204.130000', '094204.133000', '094204.136000', '094204.138000', '094204.141000', '094204.144000', '094204.146000', '094204.149000', '094204.151000', '094204.154000', '094204.156000', '094204.159000', '094204.161000', '094204.164000', '094204.167000', '094204.169000', '094204.172000', '094204.174000', '094204.177000', '094204.180000', '094204.182000', '094204.185000', '094204.220000', '094204.223000', '094204.226000', '094204.228000', '094204.231000', '094204.233000', '094204.236000', '094204.238000', '094204.241000', '094224.098000', '094224.101000', '094224.104000', '094224.107000', '094224.109000', '094224.112000', '094224.114000', '094224.117000', '094224.120000', '094224.122000', '094224.125000', '094224.127000', '094224.130000', '094224.133000', '094224.135000', '094224.138000', '094224.140000', '094224.143000', '094224.146000', '094224.148000', '094224.151000', '094224.153000', '094224.156000', '094224.158000', '094224.161000', '094224.163000', '094224.166000', '094224.169000', '094224.171000', '094224.174000', '094224.176000', '094224.179000', '094224.182000', '094224.184000', '094224.195000', '094224.197000', '094224.200000', '094224.202000', '094224.205000', '094224.207000', '094224.210000', '094224.213000', '094224.215000', '094224.218000', '094244.099000', '094244.102000', '094244.105000', '094244.108000', '094244.110000', '094244.113000', '094244.115000', '094244.118000', '094244.120000', '094244.123000', '094244.126000', '094244.128000', '094244.131000', '094244.133000', '094244.136000', '094244.139000', '094244.141000', '094244.144000', '094244.146000', '094244.149000', '094244.152000', '094244.154000', '094244.157000', '094244.159000', '094244.162000', '094244.165000', '094244.167000', '094244.170000', '094244.173000', '094244.185000', '094244.188000', '094244.221000', '094244.224000', '094244.226000', '094244.229000', '094244.232000', '094244.234000', '094244.237000', '094244.239000', '094244.242000', '094244.244000', '094244.247000', '094244.255000', '094304.100000', '094304.102000', '094304.105000', '094304.108000', '094304.110000', '094304.113000', '094304.115000', '094304.118000', '094304.120000', '094304.123000', '094304.126000', '094304.128000', '094304.131000', '094304.133000', '094304.136000', '094304.139000', '094304.141000', '094304.144000', '094304.146000', '094304.149000', '094304.152000', '094304.154000', '094304.157000', '094304.159000', '094304.162000', '094304.164000', '094304.167000', '094304.169000', '094304.172000', '094304.175000', '094304.177000', '094304.180000', '094304.182000', '094304.185000', '094304.188000', '094304.218000', '094304.220000', '094304.223000', '094304.225000', '094304.228000', '094304.231000', '094304.233000', '094304.236000', '094304.238000', '094324.099000', '094324.102000', '094324.105000', '094324.108000', '094324.110000', '094324.113000', '094324.115000', '094324.118000', '094324.120000', '094324.123000', '094324.126000', '094324.128000', '094324.131000', '094324.133000', '094324.136000', '094324.138000', '094324.141000', '094324.144000', '094324.146000', '094324.149000', '094324.151000', '094324.154000', '094324.156000', '094324.159000', '094324.162000', '094324.164000', '094324.167000', '094324.169000', '094324.172000', '094324.175000', '094324.177000', '094324.180000', '094324.182000', '094324.185000', '094324.187000', '094324.242000', '094324.245000', '094324.247000', '094324.250000', '094324.253000', '094324.255000', '094324.258000', '094324.260000', '094344.100000', '094344.103000', '094344.105000', '094344.108000', '094344.110000', '094344.113000', '094344.115000', '094344.118000', '094344.121000', '094344.123000', '094344.126000', '094344.128000', '094344.131000', '094344.134000', '094344.136000', '094344.139000', '094344.141000', '094344.144000', '094344.147000', '094344.149000', '094344.152000', '094344.154000', '094344.157000', '094344.159000', '094344.162000', '094344.165000', '094344.167000', '094344.170000', '094344.172000', '094344.175000', '094344.178000', '094344.180000', '094344.183000', '094344.185000', '094344.188000', '094344.236000', '094344.239000', '094344.241000', '094344.244000', '094344.247000', '094344.249000', '094344.252000', '094344.255000', '094344.257000', '094404.099000', '094404.102000', '094404.105000', '094404.108000', '094404.110000', '094404.113000', '094404.115000', '094404.118000', '094404.120000', '094404.123000', '094404.126000', '094404.128000', '094404.131000', '094404.134000', '094404.136000', '094404.139000', '094404.142000', '094404.144000', '094404.147000', '094404.149000', '094404.152000', '094404.154000', '094404.157000', '094404.160000', '094404.162000', '094404.165000', '094404.167000', '094404.170000', '094404.173000', '094404.175000', '094404.178000', '094404.181000', '094404.183000', '094404.186000', '094404.188000', '094404.229000', '094404.232000', '094404.234000', '094404.237000', '094404.241000', '094404.243000', '094404.246000', '094404.249000', '094424.099000', '094424.101000', '094424.104000', '094424.107000', '094424.109000', '094424.112000', '094424.114000', '094424.117000', '094424.120000', '094424.122000', '094424.125000', '094424.136000', '094424.139000', '094424.142000', '094424.144000', '094424.147000', '094424.149000', '094424.152000', '094424.155000', '094424.157000', '094424.160000', '094424.162000', '094424.165000', '094424.168000', '094424.170000', '094424.173000', '094424.175000', '094424.178000', '094424.181000', '094424.183000', '094424.186000', '094424.189000', '094424.233000', '094424.235000', '094424.238000', '094424.240000', '094424.243000', '094424.246000', '094424.248000', '094424.251000', '094424.253000', '094424.256000', '094424.259000', '094424.261000', '094444.099000', '094444.102000', '094444.104000', '094444.107000', '094444.109000', '094444.112000', '094444.115000', '094444.117000', '094444.120000', '094444.122000', '094444.125000', '094444.128000', '094444.130000', '094444.133000', '094444.135000', '094444.138000', '094444.141000', '094444.143000', '094444.146000', '094444.148000', '094444.151000', '094444.157000', '094444.159000', '094444.162000', '094444.165000', '094444.167000', '094444.170000', '094444.172000', '094444.175000', '094444.178000', '094444.180000', '094444.183000', '094444.185000', '094444.188000', '094444.250000', '094444.253000', '094444.256000', '094444.258000', '094444.261000', '094444.264000', '094444.267000', '094444.269000', '094444.272000', '094504.100000', '094504.102000', '094504.105000', '094504.108000', '094504.110000', '094504.113000', '094504.115000', '094504.118000', '094504.121000', '094504.123000', '094504.126000', '094504.128000', '094504.131000', '094504.134000', '094504.136000', '094504.139000', '094504.142000', '094504.144000', '094504.147000', '094504.149000', '094504.152000', '094504.154000', '094504.157000', '094504.160000', '094504.162000', '094504.165000', '094504.168000', '094504.170000', '094504.173000', '094504.176000', '094504.179000', '094504.181000', '094504.184000', '094504.186000', '094504.189000', '094504.240000', '094504.243000', '094504.246000', '094504.248000', '094504.251000', '094504.253000', '094504.256000', '094504.258000', '094504.261000', '094524.099000', '094524.102000', '094524.105000', '094524.108000', '094524.111000', '094524.113000', '094524.116000', '094524.119000', '094524.121000', '094524.124000', '094524.127000', '094524.129000', '094524.132000', '094524.134000', '094524.137000', '094524.139000', '094524.142000', '094524.144000', '094524.147000', '094524.150000', '094524.152000', '094524.155000', '094524.157000', '094524.160000', '094524.163000', '094524.165000', '094524.168000', '094524.170000', '094524.173000', '094524.175000', '094524.178000', '094524.180000', '094524.183000', '094524.186000', '094524.188000', '094524.262000', '094524.265000', '094524.267000', '094524.270000', '094524.272000', '094524.275000', '094524.278000', '094524.282000', '094544.100000', '094544.102000', '094544.105000', '094544.108000', '094544.110000', '094544.113000', '094544.115000', '094544.118000', '094544.120000', '094544.123000', '094544.126000', '094544.128000', '094544.131000', '094544.134000', '094544.136000', '094544.139000', '094544.142000', '094544.144000', '094544.147000', '094544.149000', '094544.152000', '094544.155000', '094544.157000', '094544.160000', '094544.163000', '094544.165000', '094544.170000', '094544.172000', '094544.175000', '094544.177000', '094544.180000', '094544.182000', '094544.185000', '094544.188000', '094544.238000', '094544.240000', '094544.255000', '094544.257000', '094544.260000', '094544.262000', '094544.265000', '094544.268000', '094544.270000', '094544.273000', '094604.100000', '094604.102000', '094604.105000', '094604.108000', '094604.110000', '094604.113000', '094604.115000', '094604.118000', '094604.121000', '094604.123000', '094604.126000', '094604.128000', '094604.131000', '094604.134000', '094604.136000', '094604.139000', '094604.141000', '094604.144000', '094604.147000', '094604.149000', '094604.152000', '094604.154000', '094604.157000', '094604.160000', '094604.162000', '094604.165000', '094604.168000', '094604.170000', '094604.173000', '094604.175000', '094604.178000', '094604.181000', '094604.183000', '094604.186000', '094604.189000', '094604.228000', '094604.231000', '094604.233000', '094604.236000', '094604.238000', '094604.241000', '094604.244000', '094604.246000', '094624.099000', '094624.102000', '094624.105000', '094624.107000', '094624.110000', '094624.113000', '094624.115000', '094624.118000', '094624.121000', '094624.124000', '094624.126000', '094624.129000', '094624.132000', '094624.134000', '094624.137000', '094624.140000', '094624.142000', '094624.145000', '094624.147000', '094624.150000', '094624.153000', '094624.155000', '094624.158000', '094624.160000', '094624.163000', '094624.166000', '094624.168000', '094624.171000', '094624.173000', '094624.176000', '094624.178000', '094624.181000', '094624.183000', '094624.186000', '094624.189000', '094624.254000', '094624.257000', '094624.260000', '094624.262000', '094624.265000', '094624.267000', '094624.270000', '094624.272000', '094624.275000', '094644.099000', '094644.102000', '094644.104000', '094644.107000', '094644.110000', '094644.112000', '094644.115000', '094644.117000', '094644.120000', '094644.123000', '094644.125000', '094644.128000', '094644.130000', '094644.133000', '094644.136000', '094644.138000', '094644.141000', '094644.143000', '094644.146000', '094644.149000', '094644.151000', '094644.154000', '094644.157000', '094644.159000', '094644.162000', '094644.164000', '094644.167000', '094644.170000', '094644.172000', '094644.175000', '094644.178000', '094644.180000', '094644.183000', '094644.186000', '094644.188000', '094644.255000', '094644.258000', '094644.261000', '094644.263000', '094644.266000', '094644.268000', '094644.271000', '094644.273000', '094648.857000', '094648.859000', '094648.862000', '094648.865000', '094648.867000', '094648.870000', '094648.872000', '094648.875000', '094648.878000', '094648.880000', '094648.883000'], 'InstanceCreationTime': ['094024.137000', '094024.140000', '094024.143000', '094024.146000', '094024.148000', '094024.151000', '094024.153000', '094024.156000', '094024.158000', '094024.161000', '094024.164000', '094024.166000', '094024.175000', '094024.177000', '094024.180000', '094024.182000', '094024.185000', '094024.187000', '094024.194000', '094024.197000', '094024.199000', '094024.202000', '094024.204000', '094024.207000', '094024.209000', '094024.212000', '094024.214000', '094024.217000', '094024.220000', '094024.222000', '094024.225000', '094024.227000', '094024.230000', '094024.232000', '094024.235000', '094044.099000', '094044.102000', '094044.105000', '094044.107000', '094044.110000', '094044.112000', '094044.115000', '094044.118000', '094044.120000', '094044.123000', '094044.125000', '094044.128000', '094044.130000', '094044.133000', '094044.136000', '094044.138000', '094044.141000', '094044.144000', '094044.147000', '094044.150000', '094044.153000', '094044.155000', '094044.158000', '094044.160000', '094044.163000', '094044.166000', '094044.168000', '094044.171000', '094044.173000', '094044.176000', '094044.178000', '094044.181000', '094044.184000', '094044.186000', '094044.189000', '094044.192000', '094044.194000', '094044.197000', '094044.199000', '094044.202000', '094044.204000', '094044.207000', '094044.209000', '094104.099000', '094104.102000', '094104.105000', '094104.114000', '094104.117000', '094104.119000', '094104.122000', '094104.125000', '094104.127000', '094104.130000', '094104.132000', '094104.135000', '094104.137000', '094104.140000', '094104.142000', '094104.145000', '094104.148000', '094104.150000', '094104.153000', '094104.155000', '094104.158000', '094104.160000', '094104.163000', '094104.166000', '094104.168000', '094104.171000', '094104.173000', '094104.176000', '094104.178000', '094104.181000', '094104.183000', '094104.186000', '094104.189000', '094104.267000', '094104.284000', '094104.287000', '094104.289000', '094104.292000', '094104.295000', '094104.297000', '094104.300000', '094104.302000', '094104.305000', '094104.307000', '094124.099000', '094124.102000', '094124.105000', '094124.108000', '094124.110000', '094124.113000', '094124.115000', '094124.118000', '094124.120000', '094124.123000', '094124.126000', '094124.128000', '094124.131000', '094124.133000', '094124.136000', '094124.139000', '094124.141000', '094124.144000', '094124.146000', '094124.149000', '094124.152000', '094124.154000', '094124.157000', '094124.160000', '094124.163000', '094124.165000', '094124.168000', '094124.170000', '094124.173000', '094124.175000', '094124.178000', '094124.180000', '094124.183000', '094124.186000', '094124.188000', '094124.191000', '094124.194000', '094124.196000', '094124.199000', '094124.201000', '094124.204000', '094124.207000', '094124.210000', '094144.099000', '094144.102000', '094144.105000', '094144.107000', '094144.110000', '094144.113000', '094144.115000', '094144.118000', '094144.120000', '094144.123000', '094144.125000', '094144.128000', '094144.131000', '094144.133000', '094144.136000', '094144.138000', '094144.141000', '094144.143000', '094144.146000', '094144.149000', '094144.151000', '094144.154000', '094144.156000', '094144.159000', '094144.162000', '094144.164000', '094144.167000', '094144.169000', '094144.172000', '094144.174000', '094144.177000', '094144.180000', '094144.182000', '094144.185000', '094144.187000', '094144.222000', '094144.225000', '094144.227000', '094144.230000', '094144.233000', '094144.235000', '094144.238000', '094144.240000', '094144.243000', '094204.098000', '094204.101000', '094204.104000', '094204.107000', '094204.110000', '094204.112000', '094204.115000', '094204.117000', '094204.120000', '094204.123000', '094204.125000', '094204.128000', '094204.130000', '094204.133000', '094204.136000', '094204.138000', '094204.141000', '094204.144000', '094204.146000', '094204.149000', '094204.151000', '094204.154000', '094204.156000', '094204.159000', '094204.161000', '094204.164000', '094204.167000', '094204.169000', '094204.172000', '094204.174000', '094204.177000', '094204.180000', '094204.182000', '094204.185000', '094204.220000', '094204.223000', '094204.226000', '094204.228000', '094204.231000', '094204.233000', '094204.236000', '094204.238000', '094204.241000', '094224.098000', '094224.101000', '094224.104000', '094224.107000', '094224.109000', '094224.112000', '094224.114000', '094224.117000', '094224.120000', '094224.122000', '094224.125000', '094224.127000', '094224.130000', '094224.133000', '094224.135000', '094224.138000', '094224.140000', '094224.143000', '094224.146000', '094224.148000', '094224.151000', '094224.153000', '094224.156000', '094224.158000', '094224.161000', '094224.163000', '094224.166000', '094224.169000', '094224.171000', '094224.174000', '094224.176000', '094224.179000', '094224.182000', '094224.184000', '094224.195000', '094224.197000', '094224.200000', '094224.202000', '094224.205000', '094224.207000', '094224.210000', '094224.213000', '094224.215000', '094224.218000', '094244.099000', '094244.102000', '094244.105000', '094244.108000', '094244.110000', '094244.113000', '094244.115000', '094244.118000', '094244.120000', '094244.123000', '094244.126000', '094244.128000', '094244.131000', '094244.133000', '094244.136000', '094244.139000', '094244.141000', '094244.144000', '094244.146000', '094244.149000', '094244.152000', '094244.154000', '094244.157000', '094244.159000', '094244.162000', '094244.165000', '094244.167000', '094244.170000', '094244.173000', '094244.185000', '094244.188000', '094244.221000', '094244.224000', '094244.226000', '094244.229000', '094244.232000', '094244.234000', '094244.237000', '094244.239000', '094244.242000', '094244.244000', '094244.247000', '094244.255000', '094304.100000', '094304.102000', '094304.105000', '094304.108000', '094304.110000', '094304.113000', '094304.115000', '094304.118000', '094304.120000', '094304.123000', '094304.126000', '094304.128000', '094304.131000', '094304.133000', '094304.136000', '094304.139000', '094304.141000', '094304.144000', '094304.146000', '094304.149000', '094304.152000', '094304.154000', '094304.157000', '094304.159000', '094304.162000', '094304.164000', '094304.167000', '094304.169000', '094304.172000', '094304.175000', '094304.177000', '094304.180000', '094304.182000', '094304.185000', '094304.188000', '094304.218000', '094304.220000', '094304.223000', '094304.225000', '094304.228000', '094304.231000', '094304.233000', '094304.236000', '094304.238000', '094324.099000', '094324.102000', '094324.105000', '094324.108000', '094324.110000', '094324.113000', '094324.115000', '094324.118000', '094324.120000', '094324.123000', '094324.126000', '094324.128000', '094324.131000', '094324.133000', '094324.136000', '094324.138000', '094324.141000', '094324.144000', '094324.146000', '094324.149000', '094324.151000', '094324.154000', '094324.156000', '094324.159000', '094324.162000', '094324.164000', '094324.167000', '094324.169000', '094324.172000', '094324.175000', '094324.177000', '094324.180000', '094324.182000', '094324.185000', '094324.187000', '094324.242000', '094324.245000', '094324.247000', '094324.250000', '094324.253000', '094324.255000', '094324.258000', '094324.260000', '094344.100000', '094344.103000', '094344.105000', '094344.108000', '094344.110000', '094344.113000', '094344.115000', '094344.118000', '094344.121000', '094344.123000', '094344.126000', '094344.128000', '094344.131000', '094344.134000', '094344.136000', '094344.139000', '094344.141000', '094344.144000', '094344.147000', '094344.149000', '094344.152000', '094344.154000', '094344.157000', '094344.159000', '094344.162000', '094344.165000', '094344.167000', '094344.170000', '094344.172000', '094344.175000', '094344.178000', '094344.180000', '094344.183000', '094344.185000', '094344.188000', '094344.236000', '094344.239000', '094344.241000', '094344.244000', '094344.247000', '094344.249000', '094344.252000', '094344.255000', '094344.257000', '094404.099000', '094404.102000', '094404.105000', '094404.108000', '094404.110000', '094404.113000', '094404.115000', '094404.118000', '094404.120000', '094404.123000', '094404.126000', '094404.128000', '094404.131000', '094404.134000', '094404.136000', '094404.139000', '094404.142000', '094404.144000', '094404.147000', '094404.149000', '094404.152000', '094404.154000', '094404.157000', '094404.160000', '094404.162000', '094404.165000', '094404.167000', '094404.170000', '094404.173000', '094404.175000', '094404.178000', '094404.181000', '094404.183000', '094404.186000', '094404.188000', '094404.229000', '094404.232000', '094404.234000', '094404.237000', '094404.241000', '094404.243000', '094404.246000', '094404.249000', '094424.099000', '094424.101000', '094424.104000', '094424.107000', '094424.109000', '094424.112000', '094424.114000', '094424.117000', '094424.120000', '094424.122000', '094424.125000', '094424.136000', '094424.139000', '094424.142000', '094424.144000', '094424.147000', '094424.149000', '094424.152000', '094424.155000', '094424.157000', '094424.160000', '094424.162000', '094424.165000', '094424.168000', '094424.170000', '094424.173000', '094424.175000', '094424.178000', '094424.181000', '094424.183000', '094424.186000', '094424.189000', '094424.233000', '094424.235000', '094424.238000', '094424.240000', '094424.243000', '094424.246000', '094424.248000', '094424.251000', '094424.253000', '094424.256000', '094424.259000', '094424.261000', '094444.099000', '094444.102000', '094444.104000', '094444.107000', '094444.109000', '094444.112000', '094444.115000', '094444.117000', '094444.120000', '094444.122000', '094444.125000', '094444.128000', '094444.130000', '094444.133000', '094444.135000', '094444.138000', '094444.141000', '094444.143000', '094444.146000', '094444.148000', '094444.151000', '094444.157000', '094444.159000', '094444.162000', '094444.165000', '094444.167000', '094444.170000', '094444.172000', '094444.175000', '094444.178000', '094444.180000', '094444.183000', '094444.185000', '094444.188000', '094444.250000', '094444.253000', '094444.256000', '094444.258000', '094444.261000', '094444.264000', '094444.267000', '094444.269000', '094444.272000', '094504.100000', '094504.102000', '094504.105000', '094504.108000', '094504.110000', '094504.113000', '094504.115000', '094504.118000', '094504.121000', '094504.123000', '094504.126000', '094504.128000', '094504.131000', '094504.134000', '094504.136000', '094504.139000', '094504.142000', '094504.144000', '094504.147000', '094504.149000', '094504.152000', '094504.154000', '094504.157000', '094504.160000', '094504.162000', '094504.165000', '094504.168000', '094504.170000', '094504.173000', '094504.176000', '094504.179000', '094504.181000', '094504.184000', '094504.186000', '094504.189000', '094504.240000', '094504.243000', '094504.246000', '094504.248000', '094504.251000', '094504.253000', '094504.256000', '094504.258000', '094504.261000', '094524.099000', '094524.102000', '094524.105000', '094524.108000', '094524.111000', '094524.113000', '094524.116000', '094524.119000', '094524.121000', '094524.124000', '094524.127000', '094524.129000', '094524.132000', '094524.134000', '094524.137000', '094524.139000', '094524.142000', '094524.144000', '094524.147000', '094524.150000', '094524.152000', '094524.155000', '094524.157000', '094524.160000', '094524.163000', '094524.165000', '094524.168000', '094524.170000', '094524.173000', '094524.175000', '094524.178000', '094524.180000', '094524.183000', '094524.186000', '094524.188000', '094524.262000', '094524.265000', '094524.267000', '094524.270000', '094524.272000', '094524.275000', '094524.278000', '094524.282000', '094544.100000', '094544.102000', '094544.105000', '094544.108000', '094544.110000', '094544.113000', '094544.115000', '094544.118000', '094544.120000', '094544.123000', '094544.126000', '094544.128000', '094544.131000', '094544.134000', '094544.136000', '094544.139000', '094544.142000', '094544.144000', '094544.147000', '094544.149000', '094544.152000', '094544.155000', '094544.157000', '094544.160000', '094544.163000', '094544.165000', '094544.170000', '094544.172000', '094544.175000', '094544.177000', '094544.180000', '094544.182000', '094544.185000', '094544.188000', '094544.238000', '094544.240000', '094544.255000', '094544.257000', '094544.260000', '094544.262000', '094544.265000', '094544.268000', '094544.270000', '094544.273000', '094604.100000', '094604.102000', '094604.105000', '094604.108000', '094604.110000', '094604.113000', '094604.115000', '094604.118000', '094604.121000', '094604.123000', '094604.126000', '094604.128000', '094604.131000', '094604.134000', '094604.136000', '094604.139000', '094604.141000', '094604.144000', '094604.147000', '094604.149000', '094604.152000', '094604.154000', '094604.157000', '094604.160000', '094604.162000', '094604.165000', '094604.168000', '094604.170000', '094604.173000', '094604.175000', '094604.178000', '094604.181000', '094604.183000', '094604.186000', '094604.189000', '094604.228000', '094604.231000', '094604.233000', '094604.236000', '094604.238000', '094604.241000', '094604.244000', '094604.246000', '094624.099000', '094624.102000', '094624.105000', '094624.107000', '094624.110000', '094624.113000', '094624.115000', '094624.118000', '094624.121000', '094624.124000', '094624.126000', '094624.129000', '094624.132000', '094624.134000', '094624.137000', '094624.140000', '094624.142000', '094624.145000', '094624.147000', '094624.150000', '094624.153000', '094624.155000', '094624.158000', '094624.160000', '094624.163000', '094624.166000', '094624.168000', '094624.171000', '094624.173000', '094624.176000', '094624.178000', '094624.181000', '094624.183000', '094624.186000', '094624.189000', '094624.254000', '094624.257000', '094624.260000', '094624.262000', '094624.265000', '094624.267000', '094624.270000', '094624.272000', '094624.275000', '094644.099000', '094644.102000', '094644.104000', '094644.107000', '094644.110000', '094644.112000', '094644.115000', '094644.117000', '094644.120000', '094644.123000', '094644.125000', '094644.128000', '094644.130000', '094644.133000', '094644.136000', '094644.138000', '094644.141000', '094644.143000', '094644.146000', '094644.149000', '094644.151000', '094644.154000', '094644.157000', '094644.159000', '094644.162000', '094644.164000', '094644.167000', '094644.170000', '094644.172000', '094644.175000', '094644.178000', '094644.180000', '094644.183000', '094644.186000', '094644.188000', '094644.255000', '094644.258000', '094644.261000', '094644.263000', '094644.266000', '094644.268000', '094644.271000', '094644.273000', '094648.857000', '094648.859000', '094648.862000', '094648.865000', '094648.867000', '094648.870000', '094648.872000', '094648.875000', '094648.878000', '094648.880000', '094648.883000'], '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': [8270, 15990, 13304, 16233, 10431, 12194, 7978, 11173, 6818, 11222, 7712, 11820, 12039, 10920, 12900, 9428, 14054, 10565, 8366, 10381, 6856, 7808, 6799, 9988, 6778, 8892, 8103, 8388, 7125, 13497, 9198, 13286, 13355, 12161, 13936, 9126, 10482, 7092, 12779, 9214, 14695, 9766, 13885, 9291, 12489, 7638, 10859, 6660, 9097, 6800, 10075, 6892, 11736, 7099, 12439, 6906, 11839, 8221, 10836, 14574, 11086, 16008, 9527, 10850, 6746, 7006, 6959, 6982, 6707, 6760, 10290, 7867, 15990, 9870, 9776, 10616, 8417, 16297, 14575, 17759, 17215, 11306, 12805, 7589, 10758, 6862, 12374, 8154, 17724, 12155, 16304, 10208, 9090, 6663, 7118, 7297, 7028, 13875, 7477, 11032, 6850, 7001, 8511, 8912, 16229, 10441, 9161, 6843, 7051, 6991, 7195, 6929, 7170, 8440, 7038, 11036, 14658, 16235, 13505, 17818, 12547, 12339, 11151, 6882, 11443, 6743, 10642, 6782, 9647, 15189, 13679, 17545, 12387, 11154, 8557, 6855, 13330, 7374, 6842, 12983, 7961, 6743, 7468, 7245, 7658, 8323, 7046, 6660, 9652, 15285, 8367, 10955, 11919, 7333, 11556, 7372, 6743, 15299, 8278, 11360, 6780, 6664, 6629, 6557, 6929, 6837, 8207, 6872, 9452, 7037, 9723, 6900, 8782, 6979, 7524, 6846, 7056, 6720, 7079, 8697, 6785, 10421, 15499, 10606, 13307, 7833, 12815, 7889, 12822, 10372, 13231, 12381, 13262, 16564, 17162, 10333, 11322, 7364, 10564, 7069, 9030, 6751, 9213, 13389, 7258, 11223, 6993, 11498, 7080, 13075, 12897, 17468, 13184, 17056, 10414, 11887, 7725, 13383, 9846, 14882, 12712, 16904, 9484, 11727, 7120, 8835, 7068, 8989, 7118, 12112, 7252, 11014, 7073, 9932, 7065, 11071, 7777, 12355, 7023, 8456, 7096, 9861, 7018, 11097, 10995, 6861, 7473, 6840, 10536, 12968, 15612, 17951, 12431, 7962, 6704, 6964, 6898, 7155, 7633, 14344, 12285, 10869, 11487, 11678, 13570, 12862, 17826, 13229, 17208, 11441, 15901, 9895, 14118, 8920, 7936, 8686, 7090, 9757, 6921, 12768, 7005, 11058, 14445, 15733, 18392, 12112, 8435, 6704, 7181, 7109, 7237, 7145, 8865, 7524, 9616, 10273, 11429, 13165, 8372, 12561, 7745, 12340, 7508, 12559, 7403, 14173, 7135, 7070, 6926, 6851, 8911, 6911, 11102, 8576, 8194, 19107, 15936, 12710, 8728, 6879, 6827, 7151, 8381, 7887, 7912, 7101, 9598, 12410, 19252, 13340, 12146, 8363, 6903, 6880, 6747, 6886, 11489, 7169, 16375, 8791, 16660, 10862, 16417, 8563, 9525, 6877, 6839, 9910, 14060, 21046, 13276, 14223, 15321, 9275, 9002, 6858, 6861, 9804, 11897, 16504, 11718, 8664, 7096, 6788, 8340, 6852, 7037, 14740, 8877, 6815, 15869, 16210, 15730, 13074, 10720, 14796, 9568, 13269, 14617, 9401, 6794, 6735, 6738, 6771, 8080, 7245, 11739, 17631, 12546, 10719, 18268, 12599, 12719, 17875, 12994, 16137, 13976, 9726, 16652, 8818, 11286, 7468, 6519, 9962, 6763, 11050, 7042, 6699, 7011, 6704, 10112, 6575, 6691, 6838, 6609, 9541, 6836, 6938, 7881, 8786, 9953, 9995, 10946, 15668, 10050, 18404, 10925, 13635, 8889, 11699, 7336, 10220, 7173, 8130, 7249, 10153, 7035, 7325, 6618, 6866, 6965, 7162, 10467, 8672, 14787, 11604, 14921, 8681, 13650, 7894, 13469, 8399, 14673, 10381, 13321, 7221, 7318, 6995, 7210, 11668, 7553, 13963, 8773, 13837, 10596, 7376, 8857, 6808, 10564, 7763, 15431, 12690, 9030, 12215, 7168, 10604, 10146, 10964, 16692, 10206, 16642, 10415, 15281, 9982, 12134, 7147, 7226, 6982, 7085, 6777, 7254, 6937, 7019, 9163, 11978, 14624, 8003, 10366, 6870, 8810, 7198, 11588, 9215, 13464, 7271, 10768, 7295, 7798, 9198, 13583, 16747, 11588, 16874, 8984, 6865, 6999, 6996, 6992, 6827, 8180, 13261, 9528, 15479, 8461, 7257, 9311, 7038, 7054, 11315, 6624, 8625, 6906, 7676, 14210, 11066, 12764, 10711, 6856, 7468, 6961, 6619, 9908, 7381, 9512, 16990, 12045, 11601, 15577, 12658, 11685, 16314, 10103, 8822, 9886, 8482, 15786, 10744, 17185, 10087, 13242, 8448, 9026, 7518, 6875, 6708, 6739, 6663, 6608, 7438, 6593, 8065, 6501, 8097, 6702, 8687, 6740, 9789, 6599, 9854, 6491, 10836, 7056, 11421, 7256, 10803, 9035, 8219, 12599, 6924, 12948, 6997, 9088, 7055, 9072, 7020, 9597, 6951, 9942, 6932, 11049, 6845, 11351, 6739, 12316, 7072, 13183, 7417, 13318, 7109, 12560, 6945, 10963, 6811, 8911, 7203, 7309, 7072, 7480, 10399, 6858, 8236, 6686, 8277, 6815, 7501, 6836, 11931, 15329, 10837, 14707, 8188, 12175, 7201, 12940, 8274, 13560, 10720, 14639, 8700, 13505, 8634, 11624, 7807, 16097, 15653, 18727, 11853, 7652, 8145, 6726, 8978, 7259, 7199, 6932, 8468, 10565, 10603, 12882, 12163, 13606, 13314, 16739, 15654, 17146, 11989, 9210, 6920, 7019, 6953, 7054, 10309, 6815, 9114, 6677, 8754, 7787, 8484, 11014, 7434, 12778, 8018, 12852, 7629, 13498, 9013, 12672, 8838, 7097, 6803, 6937, 6927, 7114, 10408, 7977, 15556, 7717, 8298, 7218, 7140, 8920, 7237, 11178, 7308, 11787, 7089, 11843, 7259, 11616, 7089, 11558, 7321, 10863, 7209, 7719, 7026, 7146, 7252, 7049, 7067, 7072, 7129, 6913, 9982, 7130, 9563, 7305, 7229, 7487, 8177, 6851, 12442, 11259, 9689, 10827, 7438, 9637, 7093, 13428, 14137, 19869, 14649, 9996, 13484, 7238, 7598, 7026, 7222, 7371, 7707, 7901, 10692, 14327, 8652, 12993, 8259, 14917, 9769, 17035, 16493, 14496, 17326, 11715, 13832, 7699, 13640, 9018, 16659, 9686, 16368, 11114, 13612, 7274, 10017, 6948, 7450, 6892, 7725, 8959, 7099, 10569, 7173, 11810, 7135, 12712, 7255, 10121, 7200, 8859, 7416, 9717, 7280, 8821, 7086, 7679, 8363, 7080, 7601, 6878, 7046, 7522, 8374, 6898, 6976, 7050, 7303, 8522, 10280, 16632, 14407, 10950, 7212, 7163, 6953, 6831, 6924, 7938, 7208, 10619, 11894, 10732, 15077, 8598, 11173, 7194, 9131, 7597, 13578, 11561, 14796, 15907, 10343, 14234, 7475, 9324, 7048, 8936, 7252, 8425, 7168, 7054, 6988, 7776, 6838, 11511, 8609, 16539, 10749, 10380, 6700, 7100, 8663, 7758, 17431, 14785, 16380, 10976, 6925, 10182, 6872, 6822, 6756, 6958, 7118, 6863, 9979, 8769, 14463, 13229, 16570, 11935, 15403, 9317], 'WindowCenter': [4283.0, 4319.0, 4294.0, 4292.0, 4247.0, 4255.0, 4214.0, 4243.0, 4193.0, 4243.0, 4213.0, 4254.0, 4243.0, 4232.0, 4253.0, 4221.0, 4264.0, 4232.0, 4210.0, 4220.0, 4189.0, 4199.0, 4191.0, 4232.0, 4204.0, 4235.0, 4225.0, 4224.0, 4204.0, 4265.0, 4224.0, 4265.0, 4266.0, 4255.0, 4264.0, 4222.0, 4232.0, 4201.0, 4253.0, 4222.0, 4263.0, 4222.0, 4252.0, 4210.0, 4241.0, 4199.0, 4229.0, 4189.0, 4209.0, 4190.0, 4220.0, 4202.0, 4242.0, 4203.0, 4252.0, 4204.0, 4244.0, 4226.0, 4246.0, 4278.0, 4247.0, 4278.0, 4234.0, 4245.0, 4192.0, 4204.0, 4203.0, 4216.0, 4207.0, 4221.0, 4258.0, 4241.0, 4289.0, 4249.0, 4237.0, 4246.0, 4227.0, 4277.0, 4267.0, 4278.0, 4276.0, 4232.0, 4241.0, 4191.0, 4220.0, 4180.0, 4231.0, 4199.0, 4262.0, 4231.0, 4250.0, 4207.0, 4195.0, 4165.0, 4165.0, 4176.0, 4176.0, 4238.0, 4176.0, 4216.0, 4177.0, 4191.0, 4211.0, 4222.0, 4264.0, 4233.0, 4224.0, 4178.0, 4202.0, 4202.0, 4190.0, 4178.0, 4190.0, 4212.0, 4191.0, 4220.0, 4250.0, 4302.0, 4282.0, 4302.0, 4272.0, 4269.0, 4258.0, 4206.0, 4257.0, 4207.0, 4248.0, 4206.0, 4246.0, 4288.0, 4288.0, 4300.0, 4265.0, 4251.0, 4229.0, 4197.0, 4244.0, 4193.0, 4182.0, 4238.0, 4198.0, 4177.0, 4188.0, 4198.0, 4197.0, 4197.0, 4186.0, 4175.0, 4204.0, 4232.0, 4180.0, 4201.0, 4211.0, 4172.0, 4212.0, 4171.0, 4161.0, 4233.0, 4193.0, 4214.0, 4162.0, 4173.0, 4174.0, 4175.0, 4185.0, 4176.0, 4197.0, 4187.0, 4219.0, 4188.0, 4218.0, 4188.0, 4209.0, 4203.0, 4212.0, 4205.0, 4217.0, 4218.0, 4230.0, 4251.0, 4233.0, 4275.0, 4306.0, 4275.0, 4284.0, 4244.0, 4284.0, 4242.0, 4273.0, 4251.0, 4283.0, 4270.0, 4282.0, 4306.0, 4304.0, 4251.0, 4249.0, 4218.0, 4251.0, 4234.0, 4241.0, 4222.0, 4254.0, 4284.0, 4233.0, 4262.0, 4224.0, 4273.0, 4235.0, 4287.0, 4286.0, 4308.0, 4285.0, 4295.0, 4251.0, 4262.0, 4221.0, 4272.0, 4251.0, 4280.0, 4270.0, 4291.0, 4238.0, 4245.0, 4207.0, 4224.0, 4206.0, 4225.0, 4208.0, 4258.0, 4217.0, 4245.0, 4207.0, 4237.0, 4207.0, 4248.0, 4217.0, 4259.0, 4206.0, 4226.0, 4209.0, 4240.0, 4220.0, 4261.0, 4261.0, 4219.0, 4229.0, 4222.0, 4262.0, 4285.0, 4307.0, 4316.0, 4284.0, 4243.0, 4233.0, 4233.0, 4233.0, 4233.0, 4243.0, 4297.0, 4275.0, 4265.0, 4261.0, 4261.0, 4283.0, 4271.0, 4301.0, 4271.0, 4280.0, 4248.0, 4267.0, 4225.0, 4256.0, 4212.0, 4202.0, 4213.0, 4192.0, 4220.0, 4192.0, 4243.0, 4191.0, 4233.0, 4264.0, 4264.0, 4276.0, 4244.0, 4214.0, 4192.0, 4202.0, 4204.0, 4214.0, 4205.0, 4225.0, 4216.0, 4209.0, 4139.0, 4165.0, 4216.0, 4194.0, 4233.0, 4180.0, 4233.0, 4182.0, 4217.0, 4188.0, 4338.0, 4277.0, 4248.0, 4230.0, 4207.0, 4236.0, 4218.0, 4257.0, 4225.0, 4213.0, 4287.0, 4265.0, 4254.0, 4213.0, 4195.0, 4191.0, 4120.0, 4156.0, 4232.0, 4257.0, 4219.0, 4236.0, 4254.0, 4287.0, 4267.0, 4254.0, 4224.0, 4204.0, 4214.0, 4206.0, 4217.0, 4258.0, 4217.0, 4288.0, 4227.0, 4289.0, 4249.0, 4277.0, 4225.0, 4234.0, 4194.0, 4205.0, 4247.0, 4279.0, 4312.0, 4271.0, 4281.0, 4293.0, 4264.0, 4262.0, 4232.0, 4232.0, 4275.0, 4284.0, 4314.0, 4281.0, 4248.0, 4214.0, 4200.0, 4220.0, 4201.0, 4215.0, 4278.0, 4226.0, 4194.0, 4266.0, 4265.0, 4262.0, 4229.0, 4205.0, 4213.0, 4169.0, 4199.0, 4208.0, 4176.0, 4145.0, 4145.0, 4145.0, 4145.0, 4167.0, 4184.0, 4226.0, 4247.0, 4214.0, 4191.0, 4233.0, 4199.0, 4198.0, 4221.0, 4197.0, 4207.0, 4196.0, 4153.0, 4203.0, 4151.0, 4161.0, 4128.0, 4117.0, 4148.0, 4130.0, 4172.0, 4132.0, 4132.0, 4133.0, 4144.0, 4174.0, 4146.0, 4158.0, 4158.0, 4161.0, 4203.0, 4175.0, 4186.0, 4197.0, 4209.0, 4219.0, 4219.0, 4230.0, 4261.0, 4222.0, 4271.0, 4229.0, 4239.0, 4209.0, 4229.0, 4191.0, 4220.0, 4192.0, 4211.0, 4204.0, 4234.0, 4204.0, 4217.0, 4220.0, 4220.0, 4219.0, 4231.0, 4262.0, 4253.0, 4294.0, 4274.0, 4293.0, 4252.0, 4283.0, 4243.0, 4283.0, 4254.0, 4280.0, 4206.0, 4229.0, 4193.0, 4205.0, 4195.0, 4205.0, 4246.0, 4203.0, 4294.0, 4296.0, 4339.0, 4292.0, 4258.0, 4278.0, 4233.0, 4274.0, 4244.0, 4305.0, 4285.0, 4252.0, 4272.0, 4220.0, 4260.0, 4249.0, 4260.0, 4292.0, 4249.0, 4279.0, 4247.0, 4277.0, 4237.0, 4256.0, 4205.0, 4203.0, 4204.0, 4203.0, 4205.0, 4214.0, 4205.0, 4205.0, 4236.0, 4256.0, 4267.0, 4214.0, 4234.0, 4204.0, 4224.0, 4205.0, 4256.0, 4238.0, 4266.0, 4216.0, 4247.0, 4216.0, 4216.0, 4238.0, 4279.0, 4293.0, 4270.0, 4300.0, 4249.0, 4218.0, 4228.0, 4231.0, 4230.0, 4230.0, 4261.0, 4302.0, 4257.0, 4285.0, 4221.0, 4208.0, 4216.0, 4196.0, 4199.0, 4253.0, 4192.0, 4213.0, 4164.0, 4157.0, 4223.0, 4227.0, 4239.0, 4206.0, 4162.0, 4144.0, 4120.0, 4135.0, 4179.0, 4148.0, 4152.0, 4217.0, 4242.0, 4230.0, 4249.0, 4225.0, 4214.0, 4245.0, 4190.0, 4179.0, 4189.0, 4178.0, 4220.0, 4188.0, 4219.0, 4176.0, 4194.0, 4151.0, 4152.0, 4141.0, 4130.0, 4130.0, 4130.0, 4141.0, 4142.0, 4153.0, 4144.0, 4164.0, 4147.0, 4167.0, 4160.0, 4179.0, 4172.0, 4202.0, 4173.0, 4203.0, 4163.0, 4214.0, 4174.0, 4215.0, 4185.0, 4216.0, 4206.0, 4197.0, 4227.0, 4188.0, 4237.0, 4188.0, 4208.0, 4200.0, 4220.0, 4203.0, 4232.0, 4203.0, 4233.0, 4215.0, 4245.0, 4205.0, 4245.0, 4206.0, 4256.0, 4217.0, 4266.0, 4217.0, 4267.0, 4218.0, 4269.0, 4218.0, 4258.0, 4218.0, 4238.0, 4229.0, 4229.0, 4230.0, 4242.0, 4275.0, 4233.0, 4252.0, 4232.0, 4252.0, 4232.0, 4243.0, 4234.0, 4285.0, 4306.0, 4273.0, 4293.0, 4242.0, 4272.0, 4243.0, 4283.0, 4253.0, 4284.0, 4273.0, 4294.0, 4241.0, 4282.0, 4240.0, 4260.0, 4230.0, 4292.0, 4305.0, 4315.0, 4271.0, 4229.0, 4228.0, 4220.0, 4251.0, 4229.0, 4229.0, 4230.0, 4240.0, 4260.0, 4260.0, 4282.0, 4271.0, 4293.0, 4281.0, 4293.0, 4279.0, 4289.0, 4257.0, 4235.0, 4205.0, 4203.0, 4201.0, 4200.0, 4229.0, 4199.0, 4216.0, 4186.0, 4206.0, 4208.0, 4208.0, 4227.0, 4196.0, 4238.0, 4207.0, 4238.0, 4197.0, 4238.0, 4208.0, 4239.0, 4207.0, 4185.0, 4174.0, 4186.0, 4198.0, 4200.0, 4232.0, 4214.0, 4262.0, 4199.0, 4199.0, 4189.0, 4191.0, 4222.0, 4202.0, 4244.0, 4204.0, 4245.0, 4204.0, 4245.0, 4215.0, 4245.0, 4205.0, 4245.0, 4216.0, 4245.0, 4215.0, 4216.0, 4217.0, 4218.0, 4228.0, 4219.0, 4230.0, 4230.0, 4232.0, 4232.0, 4261.0, 4232.0, 4261.0, 4244.0, 4243.0, 4244.0, 4254.0, 4235.0, 4285.0, 4275.0, 4264.0, 4274.0, 4233.0, 4264.0, 4246.0, 4294.0, 4296.0, 4328.0, 4296.0, 4262.0, 4283.0, 4244.0, 4255.0, 4245.0, 4244.0, 4246.0, 4245.0, 4255.0, 4275.0, 4307.0, 4266.0, 4295.0, 4255.0, 4304.0, 4264.0, 4319.0, 4307.0, 4283.0, 4293.0, 4260.0, 4269.0, 4216.0, 4256.0, 4225.0, 4276.0, 4224.0, 4265.0, 4233.0, 4252.0, 4190.0, 4209.0, 4189.0, 4188.0, 4188.0, 4199.0, 4209.0, 4188.0, 4219.0, 4189.0, 4230.0, 4190.0, 4240.0, 4201.0, 4220.0, 4201.0, 4211.0, 4201.0, 4221.0, 4201.0, 4222.0, 4202.0, 4213.0, 4211.0, 4175.0, 4159.0, 4179.0, 4205.0, 4205.0, 4200.0, 4218.0, 4273.0, 4275.0, 4260.0, 4254.0, 4263.0, 4304.0, 4294.0, 4260.0, 4231.0, 4220.0, 4219.0, 4219.0, 4231.0, 4229.0, 4230.0, 4262.0, 4261.0, 4260.0, 4281.0, 4229.0, 4250.0, 4218.0, 4240.0, 4219.0, 4270.0, 4259.0, 4269.0, 4280.0, 4236.0, 4256.0, 4206.0, 4224.0, 4204.0, 4224.0, 4206.0, 4216.0, 4206.0, 4206.0, 4206.0, 4216.0, 4206.0, 4248.0, 4228.0, 4278.0, 4247.0, 4237.0, 4206.0, 4206.0, 4228.0, 4218.0, 4288.0, 4281.0, 4292.0, 4261.0, 4217.0, 4249.0, 4223.0, 4234.0, 4235.0, 4233.0, 4234.0, 4232.0, 4262.0, 4253.0, 4296.0, 4285.0, 4306.0, 4272.0, 4294.0, 4241.0], 'WindowWidth': [9495.0, 9536.0, 9488.0, 9488.0, 9412.0, 9420.0, 9360.0, 9399.0, 9331.0, 9399.0, 9359.0, 9414.0, 9396.0, 9382.0, 9410.0, 9366.0, 9428.0, 9382.0, 9349.0, 9362.0, 9322.0, 9333.0, 9329.0, 9385.0, 9350.0, 9393.0, 9378.0, 9376.0, 9350.0, 9430.0, 9374.0, 9432.0, 9436.0, 9417.0, 9431.0, 9368.0, 9381.0, 9340.0, 9413.0, 9367.0, 9428.0, 9367.0, 9409.0, 9349.0, 9391.0, 9333.0, 9373.0, 9319.0, 9347.0, 9324.0, 9364.0, 9342.0, 9394.0, 9345.0, 9409.0, 9348.0, 9402.0, 9379.0, 9406.0, 9455.0, 9408.0, 9458.0, 9387.0, 9404.0, 9329.0, 9347.0, 9346.0, 9370.0, 9358.0, 9385.0, 9428.0, 9409.0, 9471.0, 9416.0, 9396.0, 9405.0, 9381.0, 9453.0, 9438.0, 9458.0, 9453.0, 9378.0, 9388.0, 9322.0, 9359.0, 9307.0, 9376.0, 9329.0, 9423.0, 9374.0, 9401.0, 9335.0, 9317.0, 9276.0, 9275.0, 9292.0, 9295.0, 9380.0, 9294.0, 9349.0, 9301.0, 9326.0, 9351.0, 9367.0, 9431.0, 9383.0, 9373.0, 9303.0, 9342.0, 9340.0, 9320.0, 9300.0, 9320.0, 9349.0, 9321.0, 9357.0, 9402.0, 9502.0, 9467.0, 9503.0, 9453.0, 9446.0, 9428.0, 9355.0, 9425.0, 9358.0, 9415.0, 9359.0, 9413.0, 9478.0, 9475.0, 9503.0, 9445.0, 9418.0, 9385.0, 9337.0, 9397.0, 9325.0, 9307.0, 9385.0, 9329.0, 9302.0, 9315.0, 9332.0, 9328.0, 9328.0, 9314.0, 9293.0, 9328.0, 9365.0, 9288.0, 9320.0, 9333.0, 9282.0, 9339.0, 9283.0, 9269.0, 9369.0, 9315.0, 9341.0, 9272.0, 9287.0, 9291.0, 9294.0, 9309.0, 9298.0, 9326.0, 9315.0, 9357.0, 9316.0, 9356.0, 9317.0, 9345.0, 9348.0, 9356.0, 9353.0, 9373.0, 9376.0, 9395.0, 9423.0, 9404.0, 9462.0, 9506.0, 9459.0, 9473.0, 9420.0, 9471.0, 9412.0, 9456.0, 9422.0, 9468.0, 9446.0, 9466.0, 9507.0, 9502.0, 9420.0, 9414.0, 9371.0, 9418.0, 9403.0, 9409.0, 9386.0, 9429.0, 9472.0, 9400.0, 9438.0, 9390.0, 9454.0, 9407.0, 9478.0, 9476.0, 9512.0, 9471.0, 9489.0, 9419.0, 9434.0, 9379.0, 9448.0, 9417.0, 9460.0, 9443.0, 9475.0, 9395.0, 9403.0, 9353.0, 9373.0, 9352.0, 9379.0, 9358.0, 9423.0, 9367.0, 9404.0, 9355.0, 9394.0, 9356.0, 9412.0, 9370.0, 9427.0, 9354.0, 9381.0, 9360.0, 9402.0, 9377.0, 9432.0, 9435.0, 9376.0, 9392.0, 9387.0, 9441.0, 9475.0, 9507.0, 9528.0, 9474.0, 9418.0, 9404.0, 9404.0, 9405.0, 9403.0, 9417.0, 9490.0, 9460.0, 9443.0, 9437.0, 9434.0, 9468.0, 9448.0, 9497.0, 9447.0, 9463.0, 9410.0, 9440.0, 9377.0, 9419.0, 9354.0, 9340.0, 9354.0, 9325.0, 9362.0, 9328.0, 9397.0, 9325.0, 9383.0, 9431.0, 9430.0, 9453.0, 9400.0, 9358.0, 9329.0, 9345.0, 9350.0, 9364.0, 9352.0, 9376.0, 9367.0, 9341.0, 9203.0, 9249.0, 9338.0, 9322.0, 9372.0, 9297.0, 9375.0, 9303.0, 9345.0, 9315.0, 9574.0, 9492.0, 9435.0, 9395.0, 9357.0, 9395.0, 9373.0, 9424.0, 9376.0, 9356.0, 9467.0, 9433.0, 9412.0, 9357.0, 9336.0, 9323.0, 9187.0, 9243.0, 9398.0, 9441.0, 9378.0, 9395.0, 9415.0, 9472.0, 9437.0, 9417.0, 9376.0, 9350.0, 9365.0, 9355.0, 9374.0, 9427.0, 9373.0, 9469.0, 9384.0, 9471.0, 9415.0, 9450.0, 9375.0, 9388.0, 9336.0, 9352.0, 9410.0, 9457.0, 9513.0, 9453.0, 9464.0, 9490.0, 9448.0, 9445.0, 9408.0, 9410.0, 9469.0, 9477.0, 9526.0, 9474.0, 9423.0, 9371.0, 9347.0, 9373.0, 9344.0, 9367.0, 9455.0, 9380.0, 9333.0, 9435.0, 9430.0, 9421.0, 9370.0, 9328.0, 9339.0, 9267.0, 9307.0, 9324.0, 9276.0, 9234.0, 9234.0, 9236.0, 9237.0, 9271.0, 9308.0, 9365.0, 9400.0, 9343.0, 9304.0, 9377.0, 9315.0, 9310.0, 9355.0, 9307.0, 9319.0, 9302.0, 9237.0, 9311.0, 9232.0, 9244.0, 9198.0, 9184.0, 9224.0, 9205.0, 9262.0, 9212.0, 9211.0, 9215.0, 9233.0, 9274.0, 9239.0, 9259.0, 9260.0, 9269.0, 9328.0, 9294.0, 9311.0, 9327.0, 9344.0, 9358.0, 9356.0, 9373.0, 9418.0, 9365.0, 9434.0, 9371.0, 9385.0, 9345.0, 9371.0, 9322.0, 9360.0, 9327.0, 9352.0, 9346.0, 9387.0, 9349.0, 9370.0, 9383.0, 9380.0, 9379.0, 9396.0, 9440.0, 9430.0, 9487.0, 9460.0, 9484.0, 9426.0, 9468.0, 9415.0, 9468.0, 9434.0, 9462.0, 9329.0, 9364.0, 9322.0, 9346.0, 9330.0, 9344.0, 9401.0, 9340.0, 9487.0, 9516.0, 9579.0, 9499.0, 9448.0, 9473.0, 9407.0, 9459.0, 9419.0, 9507.0, 9478.0, 9428.0, 9454.0, 9380.0, 9434.0, 9417.0, 9432.0, 9484.0, 9417.0, 9464.0, 9411.0, 9455.0, 9397.0, 9423.0, 9352.0, 9348.0, 9349.0, 9348.0, 9352.0, 9364.0, 9351.0, 9350.0, 9394.0, 9420.0, 9438.0, 9361.0, 9389.0, 9348.0, 9374.0, 9351.0, 9421.0, 9398.0, 9435.0, 9368.0, 9410.0, 9366.0, 9367.0, 9400.0, 9457.0, 9491.0, 9451.0, 9494.0, 9423.0, 9380.0, 9396.0, 9403.0, 9402.0, 9405.0, 9449.0, 9506.0, 9437.0, 9470.0, 9377.0, 9354.0, 9360.0, 9335.0, 9338.0, 9416.0, 9330.0, 9357.0, 9272.0, 9250.0, 9353.0, 9367.0, 9384.0, 9331.0, 9266.0, 9228.0, 9185.0, 9216.0, 9281.0, 9238.0, 9230.0, 9340.0, 9397.0, 9377.0, 9404.0, 9361.0, 9344.0, 9395.0, 9307.0, 9287.0, 9300.0, 9283.0, 9351.0, 9297.0, 9346.0, 9277.0, 9299.0, 9238.0, 9238.0, 9223.0, 9209.0, 9209.0, 9209.0, 9224.0, 9228.0, 9245.0, 9236.0, 9263.0, 9247.0, 9272.0, 9266.0, 9290.0, 9287.0, 9324.0, 9288.0, 9327.0, 9277.0, 9345.0, 9292.0, 9346.0, 9306.0, 9349.0, 9335.0, 9325.0, 9365.0, 9316.0, 9379.0, 9317.0, 9345.0, 9337.0, 9364.0, 9346.0, 9383.0, 9347.0, 9385.0, 9366.0, 9405.0, 9353.0, 9405.0, 9356.0, 9420.0, 9371.0, 9436.0, 9373.0, 9437.0, 9375.0, 9443.0, 9375.0, 9426.0, 9375.0, 9402.0, 9391.0, 9393.0, 9397.0, 9415.0, 9464.0, 9403.0, 9428.0, 9402.0, 9429.0, 9402.0, 9417.0, 9409.0, 9476.0, 9506.0, 9457.0, 9486.0, 9413.0, 9454.0, 9416.0, 9471.0, 9431.0, 9474.0, 9458.0, 9487.0, 9410.0, 9466.0, 9406.0, 9434.0, 9394.0, 9486.0, 9508.0, 9527.0, 9450.0, 9389.0, 9387.0, 9381.0, 9422.0, 9394.0, 9393.0, 9397.0, 9410.0, 9436.0, 9435.0, 9466.0, 9450.0, 9486.0, 9464.0, 9492.0, 9463.0, 9477.0, 9424.0, 9392.0, 9351.0, 9346.0, 9339.0, 9340.0, 9377.0, 9337.0, 9356.0, 9314.0, 9341.0, 9347.0, 9346.0, 9371.0, 9329.0, 9389.0, 9344.0, 9388.0, 9332.0, 9389.0, 9346.0, 9391.0, 9341.0, 9309.0, 9294.0, 9312.0, 9334.0, 9340.0, 9384.0, 9363.0, 9422.0, 9333.0, 9331.0, 9319.0, 9325.0, 9368.0, 9343.0, 9401.0, 9348.0, 9403.0, 9349.0, 9404.0, 9366.0, 9404.0, 9350.0, 9405.0, 9368.0, 9405.0, 9366.0, 9369.0, 9373.0, 9374.0, 9388.0, 9379.0, 9393.0, 9394.0, 9399.0, 9400.0, 9438.0, 9402.0, 9438.0, 9418.0, 9416.0, 9420.0, 9433.0, 9408.0, 9477.0, 9462.0, 9444.0, 9457.0, 9401.0, 9446.0, 9427.0, 9488.0, 9494.0, 9545.0, 9494.0, 9439.0, 9469.0, 9420.0, 9437.0, 9425.0, 9424.0, 9426.0, 9423.0, 9437.0, 9463.0, 9510.0, 9453.0, 9493.0, 9437.0, 9504.0, 9449.0, 9535.0, 9514.0, 9471.0, 9489.0, 9432.0, 9443.0, 9368.0, 9422.0, 9378.0, 9453.0, 9375.0, 9436.0, 9384.0, 9407.0, 9320.0, 9346.0, 9318.0, 9316.0, 9317.0, 9333.0, 9345.0, 9317.0, 9359.0, 9319.0, 9375.0, 9322.0, 9391.0, 9337.0, 9363.0, 9337.0, 9351.0, 9339.0, 9366.0, 9340.0, 9368.0, 9343.0, 9359.0, 9351.0, 9292.0, 9256.0, 9301.0, 9348.0, 9345.0, 9333.0, 9374.0, 9479.0, 9483.0, 9453.0, 9435.0, 9442.0, 9505.0, 9486.0, 9433.0, 9394.0, 9378.0, 9375.0, 9379.0, 9396.0, 9389.0, 9392.0, 9435.0, 9433.0, 9430.0, 9461.0, 9387.0, 9415.0, 9372.0, 9402.0, 9374.0, 9444.0, 9426.0, 9442.0, 9459.0, 9390.0, 9420.0, 9351.0, 9371.0, 9345.0, 9369.0, 9350.0, 9364.0, 9350.0, 9350.0, 9351.0, 9363.0, 9351.0, 9408.0, 9383.0, 9451.0, 9406.0, 9391.0, 9349.0, 9352.0, 9385.0, 9370.0, 9473.0, 9461.0, 9481.0, 9434.0, 9372.0, 9416.0, 9388.0, 9404.0, 9409.0, 9406.0, 9406.0, 9401.0, 9442.0, 9429.0, 9491.0, 9474.0, 9506.0, 9454.0, 9485.0, 9407.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.015291530494821634</td></tr>
<tr><td colspan=3>aqi</td><td>0.08176013659378596</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.288115690426295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256340271036867</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2044563332027658</td></tr>
<tr><td colspan=3>efc</td><td>0.4948</td></tr>
<tr><td colspan=3>fber</td><td>6336.105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18882851036879214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>209</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.050632911392405</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5792303118033533</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4604546686109163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7673955703837843</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5098406964153592</td></tr>
<tr><td colspan=3>gcor</td><td>0.0248846</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01382194459438324</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039914004504680634</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.515341670368652</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>22.9752</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9364</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.3188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.3707</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2838</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.9901</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.3032</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.8408</td></tr>
<tr><td colspan=3>tsnr</td><td>22.639344974653795</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>