ds005256-mriqc/sub-0081_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 24a077a82f [DATALAD RUNCMD] Compute MRIQC for sub-0081
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0081 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0081",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:47 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0081_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0081_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0081_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-03/func/sub-0081_ses-03_task-social_acq-mb8_run-04_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>8d341e67ec253948f60f261a5fe7ccae</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:43:0.617500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998632, -0.0240558, -0.0464212, 0.0285921, 0.994609, 0.0996717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845122</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7715, -7269, 598, -89, 13, 76, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0d13b9d-eca2-402e-9418-0c05bb2861b9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679257392883301, 0.07671049237251282, -0.11818777769804001, 108.94178771972656], [0.06453989446163177, 2.6684646606445312, 0.27232927083969116, -101.42657470703125], [-0.12454459816217422, -0.267412006855011, 2.6836297512054443, -56.01923370361328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['194300.617500', '194301.077500', '194301.537500', '194301.997500', '194302.457500', '194302.917500', '194303.377500', '194303.837500', '194304.297500', '194304.757500', '194305.217500', '194305.677500', '194306.137500', '194306.597500', '194307.057500', '194307.517500', '194307.977500', '194308.437500', '194308.897500', '194309.357500', '194309.817500', '194310.277500', '194310.737500', '194311.197500', '194311.657500', '194312.117500', '194312.577500', '194313.037500', '194313.497500', '194313.957500', '194314.417500', '194314.877500', '194315.337500', '194315.797500', '194316.257500', '194316.717500', '194317.177500', '194317.637500', '194318.097500', '194318.557500', '194319.017500', '194319.477500', '194319.937500', '194320.397500', '194320.857500', '194321.317500', '194321.777500', '194322.237500', '194322.697500', '194323.157500', '194323.617500', '194324.077500', '194324.537500', '194324.997500', '194325.457500', '194325.917500', '194326.377500', '194326.837500', '194327.297500', '194327.757500', '194328.217500', '194328.677500', '194329.137500', '194329.597500', '194330.057500', '194330.517500', '194330.977500', '194331.437500', '194331.897500', '194332.357500', '194332.817500', '194333.277500', '194333.737500', '194334.197500', '194334.657500', '194335.117500', '194335.577500', '194336.037500', '194336.497500', '194336.957500', '194337.417500', '194337.877500', '194338.337500', '194338.797500', '194339.257500', '194339.717500', '194340.177500', '194340.637500', '194341.097500', '194341.557500', '194342.017500', '194342.477500', '194342.937500', '194343.397500', '194343.857500', '194344.317500', '194344.777500', '194345.237500', '194345.697500', '194346.157500', '194346.617500', '194347.077500', '194347.537500', '194347.997500', '194348.457500', '194348.917500', '194349.377500', '194349.837500', '194350.297500', '194350.757500', '194351.217500', '194351.677500', '194352.137500', '194352.597500', '194353.057500', '194353.517500', '194353.977500', '194354.437500', '194354.897500', '194355.357500', '194355.817500', '194356.277500', '194356.737500', '194357.197500', '194357.657500', '194358.117500', '194358.577500', '194359.037500', '194359.497500', '194359.957500', '194400.417500', '194400.877500', '194401.337500', '194401.797500', '194402.257500', '194402.717500', '194403.177500', '194403.637500', '194404.097500', '194404.557500', '194405.017500', '194405.477500', '194405.937500', '194406.397500', '194406.857500', '194407.317500', '194407.777500', '194408.237500', '194408.697500', '194409.157500', '194409.617500', '194410.077500', '194410.537500', '194410.997500', '194411.457500', '194411.917500', '194412.377500', '194412.837500', '194413.297500', '194413.757500', '194414.217500', '194414.677500', '194415.137500', '194415.597500', '194416.057500', '194416.517500', '194416.977500', '194417.437500', '194417.897500', '194418.357500', '194418.817500', '194419.277500', '194419.737500', '194420.197500', '194420.657500', '194421.117500', '194421.577500', '194422.037500', '194422.497500', '194422.957500', '194423.417500', '194423.877500', '194424.337500', '194424.797500', '194425.257500', '194425.717500', '194426.177500', '194426.637500', '194427.097500', '194427.557500', '194428.017500', '194428.477500', '194428.937500', '194429.397500', '194429.857500', '194430.317500', '194430.777500', '194431.237500', '194431.697500', '194432.157500', '194432.617500', '194433.077500', '194433.537500', '194433.997500', '194434.457500', '194434.917500', '194435.377500', '194435.837500', '194436.297500', '194436.757500', '194437.217500', '194437.677500', '194438.137500', '194438.597500', '194439.057500', '194439.517500', '194439.977500', '194440.437500', '194440.897500', '194441.357500', '194441.817500', '194442.277500', '194442.737500', '194443.197500', '194443.657500', '194444.117500', '194444.577500', '194445.037500', '194445.497500', '194445.957500', '194446.417500', '194446.877500', '194447.337500', '194447.797500', '194448.257500', '194448.717500', '194449.177500', '194449.637500', '194450.097500', '194450.557500', '194451.017500', '194451.477500', '194451.937500', '194452.397500', '194452.857500', '194453.317500', '194453.777500', '194454.237500', '194454.697500', '194455.157500', '194455.617500', '194456.077500', '194456.537500', '194456.997500', '194457.457500', '194457.917500', '194458.377500', '194458.837500', '194459.297500', '194459.757500', '194500.217500', '194500.677500', '194501.137500', '194501.597500', '194502.057500', '194502.517500', '194502.977500', '194503.437500', '194503.897500', '194504.357500', '194504.817500', '194505.277500', '194505.737500', '194506.197500', '194506.657500', '194507.117500', '194507.577500', '194508.037500', '194508.497500', '194508.957500', '194509.417500', '194509.877500', '194510.337500', '194510.797500', '194511.257500', '194511.717500', '194512.177500', '194512.637500', '194513.097500', '194513.557500', '194514.017500', '194514.477500', '194514.937500', '194515.397500', '194515.857500', '194516.317500', '194516.777500', '194517.237500', '194517.697500', '194518.157500', '194518.617500', '194519.077500', '194519.537500', '194519.997500', '194520.457500', '194520.917500', '194521.377500', '194521.837500', '194522.297500', '194522.757500', '194523.217500', '194523.677500', '194524.137500', '194524.597500', '194525.057500', '194525.517500', '194525.977500', '194526.437500', '194526.897500', '194527.357500', '194527.817500', '194528.277500', '194528.737500', '194529.197500', '194529.657500', '194530.117500', '194530.577500', '194531.037500', '194531.497500', '194531.957500', '194532.417500', '194532.877500', '194533.337500', '194533.797500', '194534.257500', '194534.717500', '194535.177500', '194535.637500', '194536.097500', '194536.557500', '194537.017500', '194537.477500', '194537.937500', '194538.397500', '194538.857500', '194539.317500', '194539.777500', '194540.237500', '194540.697500', '194541.157500', '194541.617500', '194542.077500', '194542.537500', '194542.997500', '194543.457500', '194543.917500', '194544.377500', '194544.837500', '194545.297500', '194545.757500', '194546.217500', '194546.677500', '194547.137500', '194547.597500', '194548.057500', '194548.517500', '194548.977500', '194549.437500', '194549.897500', '194550.357500', '194550.817500', '194551.277500', '194551.737500', '194552.197500', '194552.657500', '194553.117500', '194553.577500', '194554.037500', '194554.497500', '194554.957500', '194555.417500', '194555.877500', '194556.337500', '194556.797500', '194557.257500', '194557.717500', '194558.177500', '194558.637500', '194559.097500', '194559.557500', '194600.017500', '194600.477500', '194600.937500', '194601.397500', '194601.857500', '194602.317500', '194602.777500', '194603.237500', '194603.697500', '194604.157500', '194604.617500', '194605.077500', '194605.537500', '194605.997500', '194606.457500', '194606.917500', '194607.377500', '194607.837500', '194608.297500', '194608.757500', '194609.217500', '194609.677500', '194610.137500', '194610.597500', '194611.057500', '194611.517500', '194611.977500', '194612.437500', '194612.897500', '194613.357500', '194613.817500', '194614.277500', '194614.737500', '194615.197500', '194615.657500', '194616.117500', '194616.577500', '194617.037500', '194617.497500', '194617.957500', '194618.417500', '194618.877500', '194619.337500', '194619.797500', '194620.257500', '194620.717500', '194621.177500', '194621.637500', '194622.097500', '194622.557500', '194623.017500', '194623.477500', '194623.937500', '194624.397500', '194624.857500', '194625.317500', '194625.777500', '194626.237500', '194626.697500', '194627.157500', '194627.617500', '194628.077500', '194628.537500', '194628.997500', '194629.457500', '194629.917500', '194630.377500', '194630.837500', '194631.297500', '194631.757500', '194632.217500', '194632.677500', '194633.137500', '194633.597500', '194634.057500', '194634.517500', '194634.977500', '194635.437500', '194635.897500', '194636.357500', '194636.817500', '194637.277500', '194637.737500', '194638.197500', '194638.657500', '194639.117500', '194639.577500', '194640.037500', '194640.497500', '194640.957500', '194641.417500', '194641.877500', '194642.337500', '194642.797500', '194643.257500', '194643.717500', '194644.177500', '194644.637500', '194645.097500', '194645.557500', '194646.017500', '194646.477500', '194646.937500', '194647.397500', '194647.857500', '194648.317500', '194648.777500', '194649.237500', '194649.697500', '194650.157500', '194650.617500', '194651.077500', '194651.537500', '194651.997500', '194652.457500', '194652.917500', '194653.377500', '194653.837500', '194654.297500', '194654.757500', '194655.217500', '194655.677500', '194656.137500', '194656.597500', '194657.057500', '194657.517500', '194657.977500', '194658.437500', '194658.897500', '194659.357500', '194659.817500', '194700.277500', '194700.737500', '194701.197500', '194701.657500', '194702.117500', '194702.577500', '194703.037500', '194703.497500', '194703.957500', '194704.417500', '194704.877500', '194705.337500', '194705.797500', '194706.257500', '194706.717500', '194707.177500', '194707.637500', '194708.097500', '194708.557500', '194709.017500', '194709.477500', '194709.937500', '194710.397500', '194710.857500', '194711.317500', '194711.777500', '194712.237500', '194712.697500', '194713.157500', '194713.617500', '194714.077500', '194714.537500', '194714.997500', '194715.457500', '194715.917500', '194716.377500', '194716.837500', '194717.297500', '194717.757500', '194718.217500', '194718.677500', '194719.137500', '194719.597500', '194720.057500', '194720.517500', '194720.977500', '194721.437500', '194721.897500', '194722.357500', '194722.817500', '194723.277500', '194723.737500', '194724.197500', '194724.657500', '194725.117500', '194725.577500', '194726.037500', '194726.497500', '194726.957500', '194727.417500', '194727.877500', '194728.337500', '194728.797500', '194729.257500', '194729.717500', '194730.177500', '194730.637500', '194731.097500', '194731.557500', '194732.017500', '194732.477500', '194732.937500', '194733.397500', '194733.857500', '194734.317500', '194734.777500', '194735.237500', '194735.697500', '194736.157500', '194736.617500', '194737.077500', '194737.537500', '194737.997500', '194738.457500', '194738.917500', '194739.377500', '194739.837500', '194740.297500', '194740.757500', '194741.217500', '194741.677500', '194742.137500', '194742.597500', '194743.057500', '194743.517500', '194743.977500', '194744.437500', '194744.897500', '194745.357500', '194745.817500', '194746.277500', '194746.737500', '194747.197500', '194747.657500', '194748.117500', '194748.577500', '194749.037500', '194749.497500', '194749.957500', '194750.417500', '194750.877500', '194751.337500', '194751.797500', '194752.257500', '194752.717500', '194753.177500', '194753.637500', '194754.097500', '194754.557500', '194755.017500', '194755.477500', '194755.937500', '194756.397500', '194756.857500', '194757.317500', '194757.777500', '194758.237500', '194758.697500', '194759.157500', '194759.617500', '194800.077500', '194800.537500', '194800.997500', '194801.457500', '194801.917500', '194802.377500', '194802.837500', '194803.297500', '194803.757500', '194804.217500', '194804.677500', '194805.137500', '194805.597500', '194806.057500', '194806.517500', '194806.977500', '194807.437500', '194807.897500', '194808.357500', '194808.817500', '194809.277500', '194809.737500', '194810.197500', '194810.657500', '194811.117500', '194811.577500', '194812.037500', '194812.497500', '194812.957500', '194813.417500', '194813.877500', '194814.337500', '194814.797500', '194815.257500', '194815.717500', '194816.177500', '194816.637500', '194817.097500', '194817.557500', '194818.017500', '194818.477500', '194818.937500', '194819.397500', '194819.857500', '194820.317500', '194820.777500', '194821.237500', '194821.697500', '194822.157500', '194822.617500', '194823.077500', '194823.537500', '194823.997500', '194824.457500', '194824.917500', '194825.377500', '194825.837500', '194826.297500', '194826.757500', '194827.217500', '194827.677500', '194828.137500', '194828.597500', '194829.057500', '194829.517500', '194829.977500', '194830.437500', '194830.897500', '194831.357500', '194831.817500', '194832.277500', '194832.737500', '194833.197500', '194833.657500', '194834.117500', '194834.577500', '194835.037500', '194835.497500', '194835.957500', '194836.417500', '194836.877500', '194837.337500', '194837.797500', '194838.257500', '194838.717500', '194839.177500', '194839.637500', '194840.097500', '194840.557500', '194841.017500', '194841.477500', '194841.937500', '194842.397500', '194842.857500', '194843.317500', '194843.777500', '194844.237500', '194844.697500', '194845.157500', '194845.617500', '194846.077500', '194846.537500', '194846.997500', '194847.457500', '194847.917500', '194848.377500', '194848.837500', '194849.297500', '194849.757500', '194850.217500', '194850.677500', '194851.137500', '194851.597500', '194852.057500', '194852.517500', '194852.977500', '194853.437500', '194853.897500', '194854.357500', '194854.817500', '194855.277500', '194855.737500', '194856.197500', '194856.657500', '194857.117500', '194857.577500', '194858.037500', '194858.497500', '194858.957500', '194859.417500', '194859.877500', '194900.337500', '194900.797500', '194901.257500', '194901.717500', '194902.177500', '194902.637500', '194903.097500', '194903.557500', '194904.017500', '194904.477500', '194904.937500', '194905.397500', '194905.857500', '194906.317500', '194906.777500', '194907.237500', '194907.697500', '194908.157500', '194908.617500', '194909.077500', '194909.537500', '194909.997500', '194910.457500', '194910.917500', '194911.377500', '194911.837500', '194912.297500', '194912.757500', '194913.217500', '194913.677500', '194914.137500', '194914.597500', '194915.057500', '194915.517500', '194915.977500', '194916.437500', '194916.897500', '194917.357500', '194917.817500', '194918.277500', '194918.737500', '194919.197500', '194919.657500', '194920.117500', '194920.577500', '194921.037500', '194921.497500', '194921.957500', '194922.417500', '194922.877500', '194923.337500', '194923.797500', '194924.257500', '194924.717500', '194925.177500', '194925.637500', '194926.097500', '194926.557500', '194927.017500', '194927.477500', '194927.937500', '194928.397500', '194928.857500', '194929.317500', '194929.777500', '194930.237500', '194930.697500', '194931.157500', '194931.617500', '194932.077500', '194932.537500', '194932.997500', '194933.457500', '194933.917500', '194934.377500', '194934.837500', '194935.297500', '194935.757500', '194936.217500', '194936.677500', '194937.137500', '194937.597500', '194938.057500', '194938.517500', '194938.977500', '194939.437500', '194939.897500', '194940.357500', '194940.817500', '194941.277500'], 'ContentTime': ['194327.569000', '194327.573000', '194327.575000', '194327.578000', '194327.581000', '194327.583000', '194327.586000', '194327.589000', '194327.591000', '194327.594000', '194327.597000', '194327.599000', '194327.602000', '194327.623000', '194327.626000', '194327.629000', '194327.631000', '194327.634000', '194327.636000', '194327.639000', '194327.642000', '194327.645000', '194327.647000', '194327.650000', '194327.652000', '194327.655000', '194327.658000', '194327.660000', '194327.663000', '194327.680000', '194327.682000', '194327.685000', '194327.687000', '194327.690000', '194327.693000', '194327.695000', '194327.698000', '194327.701000', '194327.703000', '194327.706000', '194327.708000', '194327.711000', '194327.714000', '194327.716000', '194327.719000', '194327.721000', '194327.724000', '194327.727000', '194327.729000', '194327.732000', '194327.734000', '194327.737000', '194327.740000', '194327.742000', '194327.745000', '194327.748000', '194347.524000', '194347.527000', '194347.530000', '194347.532000', '194347.535000', '194347.538000', '194347.540000', '194347.543000', '194347.546000', '194347.548000', '194347.551000', '194347.553000', '194347.556000', '194347.559000', '194347.561000', '194347.564000', '194347.567000', '194347.569000', '194347.572000', '194347.575000', '194347.577000', '194347.580000', '194347.582000', '194347.585000', '194347.588000', '194347.590000', '194347.593000', '194347.595000', '194347.598000', '194347.601000', '194347.603000', '194347.606000', '194347.609000', '194347.611000', '194347.614000', '194347.616000', '194347.619000', '194347.622000', '194347.624000', '194347.627000', '194347.630000', '194347.632000', '194347.635000', '194347.637000', '194407.525000', '194407.527000', '194407.530000', '194407.533000', '194407.535000', '194407.538000', '194407.541000', '194407.549000', '194407.552000', '194407.554000', '194407.557000', '194407.560000', '194407.563000', '194407.565000', '194407.568000', '194407.571000', '194407.573000', '194407.576000', '194407.579000', '194407.581000', '194407.584000', '194407.586000', '194407.589000', '194407.592000', '194407.594000', '194407.597000', '194407.600000', '194407.603000', '194407.605000', '194407.608000', '194407.610000', '194407.613000', '194407.615000', '194407.618000', '194407.621000', '194407.623000', '194407.626000', '194407.629000', '194407.631000', '194407.634000', '194407.636000', '194407.639000', '194407.642000', '194427.524000', '194427.527000', '194427.529000', '194427.539000', '194427.541000', '194427.544000', '194427.546000', '194427.549000', '194427.552000', '194427.554000', '194427.557000', '194427.560000', '194427.562000', '194427.565000', '194427.568000', '194427.570000', '194427.573000', '194427.576000', '194427.578000', '194427.581000', '194427.583000', '194427.586000', '194427.589000', '194427.591000', '194427.594000', '194427.597000', '194427.599000', '194427.602000', '194427.605000', '194427.608000', '194427.610000', '194427.613000', '194427.616000', '194427.618000', '194427.621000', '194427.623000', '194427.626000', '194427.629000', '194427.631000', '194427.634000', '194427.637000', '194427.639000', '194427.642000', '194427.645000', '194447.523000', '194447.527000', '194447.529000', '194447.532000', '194447.535000', '194447.537000', '194447.540000', '194447.542000', '194447.545000', '194447.548000', '194447.551000', '194447.553000', '194447.556000', '194447.558000', '194447.561000', '194447.564000', '194447.566000', '194447.569000', '194447.571000', '194447.574000', '194447.577000', '194447.579000', '194447.582000', '194447.584000', '194447.587000', '194447.590000', '194447.592000', '194447.595000', '194447.598000', '194447.600000', '194447.603000', '194447.606000', '194447.608000', '194447.611000', '194447.613000', '194447.616000', '194447.619000', '194447.621000', '194447.624000', '194447.627000', '194447.629000', '194447.632000', '194447.634000', '194507.524000', '194507.527000', '194507.530000', '194507.533000', '194507.535000', '194507.538000', '194507.541000', '194507.543000', '194507.546000', '194507.548000', '194507.551000', '194507.554000', '194507.556000', '194507.559000', '194507.561000', '194507.564000', '194507.567000', '194507.569000', '194507.572000', '194507.574000', '194507.577000', '194507.580000', '194507.582000', '194507.585000', '194507.588000', '194507.590000', '194507.593000', '194507.596000', '194507.598000', '194507.601000', '194507.604000', '194507.606000', '194507.609000', '194507.611000', '194507.614000', '194507.617000', '194507.619000', '194507.622000', '194507.625000', '194507.627000', '194507.630000', '194507.632000', '194507.635000', '194507.638000', '194527.524000', '194527.526000', '194527.529000', '194527.531000', '194527.534000', '194527.537000', '194527.539000', '194527.542000', '194527.545000', '194527.547000', '194527.550000', '194527.553000', '194527.555000', '194527.558000', '194527.560000', '194527.563000', '194527.565000', '194527.568000', '194527.571000', '194527.573000', '194527.576000', '194527.579000', '194527.581000', '194527.584000', '194527.587000', '194527.589000', '194527.592000', '194527.595000', '194527.597000', '194527.600000', '194527.603000', '194527.605000', '194527.608000', '194527.611000', '194527.613000', '194527.616000', '194527.619000', '194527.621000', '194527.624000', '194527.627000', '194527.629000', '194527.632000', '194527.635000', '194547.525000', '194547.527000', '194547.530000', '194547.533000', '194547.535000', '194547.538000', '194547.540000', '194547.543000', '194547.546000', '194547.548000', '194547.560000', '194547.562000', '194547.568000', '194547.570000', '194547.573000', '194547.575000', '194547.578000', '194547.581000', '194547.583000', '194547.586000', '194547.588000', '194547.591000', '194547.594000', '194547.596000', '194547.599000', '194547.601000', '194547.604000', '194547.607000', '194547.609000', '194547.612000', '194547.614000', '194547.617000', '194547.620000', '194547.622000', '194547.625000', '194547.627000', '194547.630000', '194547.633000', '194547.635000', '194547.638000', '194547.640000', '194547.652000', '194547.655000', '194547.658000', '194607.525000', '194607.527000', '194607.530000', '194607.533000', '194607.535000', '194607.538000', '194607.540000', '194607.543000', '194607.546000', '194607.548000', '194607.551000', '194607.554000', '194607.556000', '194607.559000', '194607.562000', '194607.564000', '194607.567000', '194607.569000', '194607.572000', '194607.575000', '194607.577000', '194607.580000', '194607.582000', '194607.585000', '194607.588000', '194607.590000', '194607.593000', '194607.596000', '194607.598000', '194607.601000', '194607.604000', '194607.606000', '194607.609000', '194607.612000', '194607.614000', '194607.617000', '194607.619000', '194607.622000', '194607.625000', '194607.627000', '194607.630000', '194607.632000', '194607.635000', '194627.524000', '194627.527000', '194627.530000', '194627.533000', '194627.535000', '194627.538000', '194627.540000', '194627.543000', '194627.546000', '194627.548000', '194627.551000', '194627.554000', '194627.556000', '194627.559000', '194627.562000', '194627.565000', '194627.568000', '194627.570000', '194627.573000', '194627.575000', '194627.578000', '194627.581000', '194627.583000', '194627.586000', '194627.589000', '194627.591000', '194627.594000', '194627.596000', '194627.599000', '194627.602000', '194627.604000', '194627.607000', '194627.610000', '194627.612000', '194627.615000', '194627.632000', '194627.635000', '194627.637000', '194627.640000', '194627.642000', '194627.645000', '194627.648000', '194627.650000', '194647.523000', '194647.526000', '194647.529000', '194647.532000', '194647.534000', '194647.537000', '194647.539000', '194647.542000', '194647.545000', '194647.547000', '194647.550000', '194647.552000', '194647.555000', '194647.558000', '194647.560000', '194647.563000', '194647.565000', '194647.568000', '194647.571000', '194647.573000', '194647.576000', '194647.579000', '194647.581000', '194647.584000', '194647.586000', '194647.589000', '194647.592000', '194647.594000', '194647.597000', '194647.599000', '194647.602000', '194647.605000', '194647.607000', '194647.610000', '194647.613000', '194647.615000', '194647.618000', '194647.620000', '194647.623000', '194647.626000', '194647.628000', '194647.631000', '194647.633000', '194647.636000', '194707.523000', '194707.526000', '194707.529000', '194707.533000', '194707.544000', '194707.547000', '194707.550000', '194707.553000', '194707.555000', '194707.558000', '194707.560000', '194707.563000', '194707.565000', '194707.568000', '194707.571000', '194707.573000', '194707.576000', '194707.578000', '194707.581000', '194707.584000', '194707.586000', '194707.589000', '194707.591000', '194707.594000', '194707.597000', '194707.599000', '194707.602000', '194707.605000', '194707.607000', '194707.610000', '194707.612000', '194707.615000', '194707.618000', '194707.620000', '194707.623000', '194707.626000', '194707.628000', '194707.631000', '194707.633000', '194707.636000', '194707.639000', '194707.641000', '194707.644000', '194727.524000', '194727.526000', '194727.529000', '194727.532000', '194727.534000', '194727.537000', '194727.540000', '194727.542000', '194727.545000', '194727.547000', '194727.550000', '194727.553000', '194727.555000', '194727.558000', '194727.560000', '194727.563000', '194727.565000', '194727.568000', '194727.571000', '194727.573000', '194727.576000', '194727.579000', '194727.581000', '194727.584000', '194727.587000', '194727.589000', '194727.592000', '194727.595000', '194727.597000', '194727.600000', '194727.603000', '194727.605000', '194727.608000', '194727.611000', '194727.613000', '194727.616000', '194727.619000', '194727.621000', '194727.624000', '194727.626000', '194727.629000', '194727.632000', '194727.634000', '194727.637000', '194747.524000', '194747.526000', '194747.529000', '194747.533000', '194747.536000', '194747.538000', '194747.541000', '194747.544000', '194747.546000', '194747.549000', '194747.551000', '194747.554000', '194747.557000', '194747.559000', '194747.562000', '194747.564000', '194747.567000', '194747.570000', '194747.572000', '194747.575000', '194747.583000', '194747.586000', '194747.588000', '194747.591000', '194747.594000', '194747.596000', '194747.599000', '194747.602000', '194747.605000', '194747.608000', '194747.610000', '194747.613000', '194747.616000', '194747.618000', '194747.621000', '194747.624000', '194747.626000', '194747.629000', '194747.632000', '194747.634000', '194747.637000', '194747.639000', '194747.642000', '194807.524000', '194807.527000', '194807.539000', '194807.542000', '194807.545000', '194807.547000', '194807.550000', '194807.553000', '194807.555000', '194807.558000', '194807.560000', '194807.563000', '194807.566000', '194807.569000', '194807.571000', '194807.574000', '194807.576000', '194807.579000', '194807.582000', '194807.584000', '194807.587000', '194807.590000', '194807.592000', '194807.595000', '194807.597000', '194807.600000', '194807.603000', '194807.605000', '194807.608000', '194807.611000', '194807.613000', '194807.616000', '194807.619000', '194807.621000', '194807.624000', '194807.626000', '194807.629000', '194807.632000', '194807.634000', '194807.637000', '194807.640000', '194807.642000', '194807.645000', '194807.648000', '194827.525000', '194827.528000', '194827.530000', '194827.533000', '194827.536000', '194827.538000', '194827.541000', '194827.544000', '194827.546000', '194827.549000', '194827.552000', '194827.554000', '194827.557000', '194827.559000', '194827.562000', '194827.565000', '194827.567000', '194827.570000', '194827.573000', '194827.575000', '194827.579000', '194827.582000', '194827.585000', '194827.587000', '194827.590000', '194827.592000', '194827.595000', '194827.598000', '194827.601000', '194827.603000', '194827.606000', '194827.608000', '194827.611000', '194827.614000', '194827.616000', '194827.619000', '194827.622000', '194827.624000', '194827.627000', '194827.630000', '194827.632000', '194827.635000', '194827.637000', '194847.525000', '194847.527000', '194847.531000', '194847.533000', '194847.536000', '194847.538000', '194847.541000', '194847.544000', '194847.546000', '194847.549000', '194847.552000', '194847.554000', '194847.557000', '194847.559000', '194847.562000', '194847.565000', '194847.567000', '194847.570000', '194847.573000', '194847.575000', '194847.578000', '194847.580000', '194847.583000', '194847.586000', '194847.588000', '194847.591000', '194847.594000', '194847.596000', '194847.599000', '194847.602000', '194847.604000', '194847.607000', '194847.610000', '194847.612000', '194847.615000', '194847.617000', '194847.620000', '194847.623000', '194847.625000', '194847.628000', '194847.631000', '194847.633000', '194847.636000', '194847.638000', '194907.524000', '194907.526000', '194907.529000', '194907.532000', '194907.534000', '194907.537000', '194907.539000', '194907.542000', '194907.545000', '194907.549000', '194907.551000', '194907.554000', '194907.557000', '194907.559000', '194907.562000', '194907.565000', '194907.567000', '194907.570000', '194907.573000', '194907.575000', '194907.578000', '194907.581000', '194907.583000', '194907.587000', '194907.589000', '194907.592000', '194907.594000', '194907.597000', '194907.600000', '194907.602000', '194907.605000', '194907.608000', '194907.610000', '194907.613000', '194907.615000', '194907.618000', '194907.621000', '194907.623000', '194907.626000', '194907.628000', '194907.631000', '194907.634000', '194907.636000', '194927.524000', '194927.527000', '194927.529000', '194927.532000', '194927.535000', '194927.537000', '194927.540000', '194927.542000', '194927.545000', '194927.548000', '194927.550000', '194927.553000', '194927.555000', '194927.558000', '194927.561000', '194927.564000', '194927.566000', '194927.569000', '194927.571000', '194927.574000', '194927.577000', '194927.579000', '194927.582000', '194927.585000', '194927.587000', '194927.590000', '194927.593000', '194927.611000', '194927.614000', '194927.616000', '194927.619000', '194927.622000', '194927.624000', '194927.627000', '194927.630000', '194927.632000', '194927.635000', '194927.637000', '194927.640000', '194927.643000', '194927.645000', '194927.648000', '194927.650000', '194927.653000', '194942.528000', '194942.531000', '194942.534000', '194942.537000', '194942.539000', '194942.542000', '194942.545000', '194942.547000', '194942.550000', '194942.553000', '194942.555000', '194942.558000', '194942.561000', '194942.564000', '194942.567000', '194942.570000', '194942.572000', '194942.575000', '194942.578000', '194942.581000', '194942.583000', '194942.586000', '194942.589000', '194942.591000', '194942.594000', '194942.597000', '194942.600000', '194942.603000', '194942.606000', '194942.609000', '194942.612000', '194942.615000', '194942.618000'], 'InstanceCreationTime': ['194327.569000', '194327.573000', '194327.575000', '194327.578000', '194327.581000', '194327.583000', '194327.586000', '194327.589000', '194327.591000', '194327.594000', '194327.597000', '194327.599000', '194327.602000', '194327.623000', '194327.626000', '194327.629000', '194327.631000', '194327.634000', '194327.636000', '194327.639000', '194327.642000', '194327.645000', '194327.647000', '194327.650000', '194327.652000', '194327.655000', '194327.658000', '194327.660000', '194327.663000', '194327.680000', '194327.682000', '194327.685000', '194327.687000', '194327.690000', '194327.693000', '194327.695000', '194327.698000', '194327.701000', '194327.703000', '194327.706000', '194327.708000', '194327.711000', '194327.714000', '194327.716000', '194327.719000', '194327.721000', '194327.724000', '194327.727000', '194327.729000', '194327.732000', '194327.734000', '194327.737000', '194327.740000', '194327.742000', '194327.745000', '194327.748000', '194347.524000', '194347.527000', '194347.530000', '194347.532000', '194347.535000', '194347.538000', '194347.540000', '194347.543000', '194347.546000', '194347.548000', '194347.551000', '194347.553000', '194347.556000', '194347.559000', '194347.561000', '194347.564000', '194347.567000', '194347.569000', '194347.572000', '194347.575000', '194347.577000', '194347.580000', '194347.582000', '194347.585000', '194347.588000', '194347.590000', '194347.593000', '194347.595000', '194347.598000', '194347.601000', '194347.603000', '194347.606000', '194347.609000', '194347.611000', '194347.614000', '194347.616000', '194347.619000', '194347.622000', '194347.624000', '194347.627000', '194347.630000', '194347.632000', '194347.635000', '194347.637000', '194407.525000', '194407.527000', '194407.530000', '194407.533000', '194407.535000', '194407.538000', '194407.541000', '194407.549000', '194407.552000', '194407.554000', '194407.557000', '194407.560000', '194407.563000', '194407.565000', '194407.568000', '194407.571000', '194407.573000', '194407.576000', '194407.579000', '194407.581000', '194407.584000', '194407.586000', '194407.589000', '194407.592000', '194407.594000', '194407.597000', '194407.600000', '194407.603000', '194407.605000', '194407.608000', '194407.610000', '194407.613000', '194407.615000', '194407.618000', '194407.621000', '194407.623000', '194407.626000', '194407.629000', '194407.631000', '194407.634000', '194407.636000', '194407.639000', '194407.642000', '194427.524000', '194427.527000', '194427.529000', '194427.539000', '194427.541000', '194427.544000', '194427.546000', '194427.549000', '194427.552000', '194427.554000', '194427.557000', '194427.560000', '194427.562000', '194427.565000', '194427.568000', '194427.570000', '194427.573000', '194427.576000', '194427.578000', '194427.581000', '194427.583000', '194427.586000', '194427.589000', '194427.591000', '194427.594000', '194427.597000', '194427.599000', '194427.602000', '194427.605000', '194427.608000', '194427.610000', '194427.613000', '194427.616000', '194427.618000', '194427.621000', '194427.623000', '194427.626000', '194427.629000', '194427.631000', '194427.634000', '194427.637000', '194427.639000', '194427.642000', '194427.645000', '194447.523000', '194447.527000', '194447.529000', '194447.532000', '194447.535000', '194447.537000', '194447.540000', '194447.542000', '194447.545000', '194447.548000', '194447.551000', '194447.553000', '194447.556000', '194447.558000', '194447.561000', '194447.564000', '194447.566000', '194447.569000', '194447.571000', '194447.574000', '194447.577000', '194447.579000', '194447.582000', '194447.584000', '194447.587000', '194447.590000', '194447.592000', '194447.595000', '194447.598000', '194447.600000', '194447.603000', '194447.606000', '194447.608000', '194447.611000', '194447.613000', '194447.616000', '194447.619000', '194447.621000', '194447.624000', '194447.627000', '194447.629000', '194447.632000', '194447.634000', '194507.524000', '194507.527000', '194507.530000', '194507.533000', '194507.535000', '194507.538000', '194507.541000', '194507.543000', '194507.546000', '194507.548000', '194507.551000', '194507.554000', '194507.556000', '194507.559000', '194507.561000', '194507.564000', '194507.567000', '194507.569000', '194507.572000', '194507.574000', '194507.577000', '194507.580000', '194507.582000', '194507.585000', '194507.588000', '194507.590000', '194507.593000', '194507.596000', '194507.598000', '194507.601000', '194507.604000', '194507.606000', '194507.609000', '194507.611000', '194507.614000', '194507.617000', '194507.619000', '194507.622000', '194507.625000', '194507.627000', '194507.630000', '194507.632000', '194507.635000', '194507.638000', '194527.524000', '194527.526000', '194527.529000', '194527.531000', '194527.534000', '194527.537000', '194527.539000', '194527.542000', '194527.545000', '194527.547000', '194527.550000', '194527.553000', '194527.555000', '194527.558000', '194527.560000', '194527.563000', '194527.565000', '194527.568000', '194527.571000', '194527.573000', '194527.576000', '194527.579000', '194527.581000', '194527.584000', '194527.587000', '194527.589000', '194527.592000', '194527.595000', '194527.597000', '194527.600000', '194527.603000', '194527.605000', '194527.608000', '194527.611000', '194527.613000', '194527.616000', '194527.619000', '194527.621000', '194527.624000', '194527.627000', '194527.629000', '194527.632000', '194527.635000', '194547.525000', '194547.527000', '194547.530000', '194547.533000', '194547.535000', '194547.538000', '194547.540000', '194547.543000', '194547.546000', '194547.548000', '194547.560000', '194547.562000', '194547.568000', '194547.570000', '194547.573000', '194547.575000', '194547.578000', '194547.581000', '194547.583000', '194547.586000', '194547.588000', '194547.591000', '194547.594000', '194547.596000', '194547.599000', '194547.601000', '194547.604000', '194547.607000', '194547.609000', '194547.612000', '194547.614000', '194547.617000', '194547.620000', '194547.622000', '194547.625000', '194547.627000', '194547.630000', '194547.633000', '194547.635000', '194547.638000', '194547.640000', '194547.652000', '194547.655000', '194547.658000', '194607.525000', '194607.527000', '194607.530000', '194607.533000', '194607.535000', '194607.538000', '194607.540000', '194607.543000', '194607.546000', '194607.548000', '194607.551000', '194607.554000', '194607.556000', '194607.559000', '194607.562000', '194607.564000', '194607.567000', '194607.569000', '194607.572000', '194607.575000', '194607.577000', '194607.580000', '194607.582000', '194607.585000', '194607.588000', '194607.590000', '194607.593000', '194607.596000', '194607.598000', '194607.601000', '194607.604000', '194607.606000', '194607.609000', '194607.612000', '194607.614000', '194607.617000', '194607.619000', '194607.622000', '194607.625000', '194607.627000', '194607.630000', '194607.632000', '194607.635000', '194627.524000', '194627.527000', '194627.530000', '194627.533000', '194627.535000', '194627.538000', '194627.540000', '194627.543000', '194627.546000', '194627.548000', '194627.551000', '194627.554000', '194627.556000', '194627.559000', '194627.562000', '194627.565000', '194627.568000', '194627.570000', '194627.573000', '194627.575000', '194627.578000', '194627.581000', '194627.583000', '194627.586000', '194627.589000', '194627.591000', '194627.594000', '194627.596000', '194627.599000', '194627.602000', '194627.604000', '194627.607000', '194627.610000', '194627.612000', '194627.615000', '194627.632000', '194627.635000', '194627.637000', '194627.640000', '194627.642000', '194627.645000', '194627.648000', '194627.650000', '194647.523000', '194647.526000', '194647.529000', '194647.532000', '194647.534000', '194647.537000', '194647.539000', '194647.542000', '194647.545000', '194647.547000', '194647.550000', '194647.552000', '194647.555000', '194647.558000', '194647.560000', '194647.563000', '194647.565000', '194647.568000', '194647.571000', '194647.573000', '194647.576000', '194647.579000', '194647.581000', '194647.584000', '194647.586000', '194647.589000', '194647.592000', '194647.594000', '194647.597000', '194647.599000', '194647.602000', '194647.605000', '194647.607000', '194647.610000', '194647.613000', '194647.615000', '194647.618000', '194647.620000', '194647.623000', '194647.626000', '194647.628000', '194647.631000', '194647.633000', '194647.636000', '194707.523000', '194707.526000', '194707.529000', '194707.533000', '194707.544000', '194707.547000', '194707.550000', '194707.553000', '194707.555000', '194707.558000', '194707.560000', '194707.563000', '194707.565000', '194707.568000', '194707.571000', '194707.573000', '194707.576000', '194707.578000', '194707.581000', '194707.584000', '194707.586000', '194707.589000', '194707.591000', '194707.594000', '194707.597000', '194707.599000', '194707.602000', '194707.605000', '194707.607000', '194707.610000', '194707.612000', '194707.615000', '194707.618000', '194707.620000', '194707.623000', '194707.626000', '194707.628000', '194707.631000', '194707.633000', '194707.636000', '194707.639000', '194707.641000', '194707.644000', '194727.524000', '194727.526000', '194727.529000', '194727.532000', '194727.534000', '194727.537000', '194727.540000', '194727.542000', '194727.545000', '194727.547000', '194727.550000', '194727.553000', '194727.555000', '194727.558000', '194727.560000', '194727.563000', '194727.565000', '194727.568000', '194727.571000', '194727.573000', '194727.576000', '194727.579000', '194727.581000', '194727.584000', '194727.587000', '194727.589000', '194727.592000', '194727.595000', '194727.597000', '194727.600000', '194727.603000', '194727.605000', '194727.608000', '194727.611000', '194727.613000', '194727.616000', '194727.619000', '194727.621000', '194727.624000', '194727.626000', '194727.629000', '194727.632000', '194727.634000', '194727.637000', '194747.524000', '194747.526000', '194747.529000', '194747.533000', '194747.536000', '194747.538000', '194747.541000', '194747.544000', '194747.546000', '194747.549000', '194747.551000', '194747.554000', '194747.557000', '194747.559000', '194747.562000', '194747.564000', '194747.567000', '194747.570000', '194747.572000', '194747.575000', '194747.583000', '194747.586000', '194747.588000', '194747.591000', '194747.594000', '194747.596000', '194747.599000', '194747.602000', '194747.605000', '194747.608000', '194747.610000', '194747.613000', '194747.616000', '194747.618000', '194747.621000', '194747.624000', '194747.626000', '194747.629000', '194747.632000', '194747.634000', '194747.637000', '194747.639000', '194747.642000', '194807.524000', '194807.527000', '194807.539000', '194807.542000', '194807.545000', '194807.547000', '194807.550000', '194807.553000', '194807.555000', '194807.558000', '194807.560000', '194807.563000', '194807.566000', '194807.569000', '194807.571000', '194807.574000', '194807.576000', '194807.579000', '194807.582000', '194807.584000', '194807.587000', '194807.590000', '194807.592000', '194807.595000', '194807.597000', '194807.600000', '194807.603000', '194807.605000', '194807.608000', '194807.611000', '194807.613000', '194807.616000', '194807.619000', '194807.621000', '194807.624000', '194807.626000', '194807.629000', '194807.632000', '194807.634000', '194807.637000', '194807.640000', '194807.642000', '194807.645000', '194807.648000', '194827.525000', '194827.528000', '194827.530000', '194827.533000', '194827.536000', '194827.538000', '194827.541000', '194827.544000', '194827.546000', '194827.549000', '194827.552000', '194827.554000', '194827.557000', '194827.559000', '194827.562000', '194827.565000', '194827.567000', '194827.570000', '194827.573000', '194827.575000', '194827.579000', '194827.582000', '194827.585000', '194827.587000', '194827.590000', '194827.592000', '194827.595000', '194827.598000', '194827.601000', '194827.603000', '194827.606000', '194827.608000', '194827.611000', '194827.614000', '194827.616000', '194827.619000', '194827.622000', '194827.624000', '194827.627000', '194827.630000', '194827.632000', '194827.635000', '194827.637000', '194847.525000', '194847.527000', '194847.531000', '194847.533000', '194847.536000', '194847.538000', '194847.541000', '194847.544000', '194847.546000', '194847.549000', '194847.552000', '194847.554000', '194847.557000', '194847.559000', '194847.562000', '194847.565000', '194847.567000', '194847.570000', '194847.573000', '194847.575000', '194847.578000', '194847.580000', '194847.583000', '194847.586000', '194847.588000', '194847.591000', '194847.594000', '194847.596000', '194847.599000', '194847.602000', '194847.604000', '194847.607000', '194847.610000', '194847.612000', '194847.615000', '194847.617000', '194847.620000', '194847.623000', '194847.625000', '194847.628000', '194847.631000', '194847.633000', '194847.636000', '194847.638000', '194907.524000', '194907.526000', '194907.529000', '194907.532000', '194907.534000', '194907.537000', '194907.539000', '194907.542000', '194907.545000', '194907.549000', '194907.551000', '194907.554000', '194907.557000', '194907.559000', '194907.562000', '194907.565000', '194907.567000', '194907.570000', '194907.573000', '194907.575000', '194907.578000', '194907.581000', '194907.583000', '194907.587000', '194907.589000', '194907.592000', '194907.594000', '194907.597000', '194907.600000', '194907.602000', '194907.605000', '194907.608000', '194907.610000', '194907.613000', '194907.615000', '194907.618000', '194907.621000', '194907.623000', '194907.626000', '194907.628000', '194907.631000', '194907.634000', '194907.636000', '194927.524000', '194927.527000', '194927.529000', '194927.532000', '194927.535000', '194927.537000', '194927.540000', '194927.542000', '194927.545000', '194927.548000', '194927.550000', '194927.553000', '194927.555000', '194927.558000', '194927.561000', '194927.564000', '194927.566000', '194927.569000', '194927.571000', '194927.574000', '194927.577000', '194927.579000', '194927.582000', '194927.585000', '194927.587000', '194927.590000', '194927.593000', '194927.611000', '194927.614000', '194927.616000', '194927.619000', '194927.622000', '194927.624000', '194927.627000', '194927.630000', '194927.632000', '194927.635000', '194927.637000', '194927.640000', '194927.643000', '194927.645000', '194927.648000', '194927.650000', '194927.653000', '194942.528000', '194942.531000', '194942.534000', '194942.537000', '194942.539000', '194942.542000', '194942.545000', '194942.547000', '194942.550000', '194942.553000', '194942.555000', '194942.558000', '194942.561000', '194942.564000', '194942.567000', '194942.570000', '194942.572000', '194942.575000', '194942.578000', '194942.581000', '194942.583000', '194942.586000', '194942.589000', '194942.591000', '194942.594000', '194942.597000', '194942.600000', '194942.603000', '194942.606000', '194942.609000', '194942.612000', '194942.615000', '194942.618000'], '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': [8571, 10465, 7734, 8621, 12537, 7675, 8808, 12481, 8384, 11520, 7457, 8863, 11155, 8387, 9587, 7425, 8344, 8904, 7202, 8861, 10067, 7561, 9008, 12591, 8531, 12485, 7674, 8978, 6946, 8616, 9098, 7772, 9136, 11754, 7393, 9192, 13614, 8871, 10173, 7823, 8902, 9817, 7717, 8822, 13873, 9318, 14498, 8368, 9044, 6687, 9011, 9328, 7912, 8432, 11598, 7653, 10592, 8480, 7957, 8431, 8214, 11932, 8990, 11257, 9093, 8492, 10467, 8865, 12011, 8211, 8975, 12592, 9131, 8923, 8165, 8120, 14208, 8017, 8691, 7588, 8649, 7581, 8537, 8216, 8471, 11422, 8552, 8950, 8861, 8594, 9785, 7240, 9966, 8358, 7950, 8375, 8860, 8658, 9083, 12718, 8164, 8422, 11342, 8385, 8562, 10675, 7870, 10514, 7733, 8470, 12433, 8148, 9122, 10815, 8552, 9935, 7216, 9055, 11025, 7673, 8948, 12200, 8283, 9107, 8927, 8299, 10178, 7408, 9072, 12010, 8273, 9287, 10112, 8507, 9770, 7120, 8637, 12027, 8030, 9121, 8062, 8356, 9459, 6800, 8273, 11410, 6914, 8367, 7877, 7257, 9846, 8223, 7683, 7573, 7777, 8096, 11427, 11741, 7614, 11471, 7416, 8585, 13136, 7592, 9845, 12058, 7947, 10604, 7288, 8400, 10426, 7051, 8226, 12190, 7726, 10489, 6860, 8041, 7555, 8240, 10875, 8787, 9043, 8585, 9274, 8581, 11500, 8379, 10969, 10872, 8158, 10948, 6975, 8383, 12665, 7755, 8845, 12886, 7825, 10497, 8163, 8217, 11179, 7672, 8477, 8623, 7852, 10401, 6985, 8215, 9908, 8016, 10484, 6833, 8292, 11050, 7311, 9293, 7397, 8357, 12172, 7499, 9178, 9763, 7575, 10720, 7352, 8122, 11920, 7340, 8583, 11430, 7642, 11073, 7857, 7944, 13517, 7921, 9968, 7052, 7999, 10599, 7014, 8068, 13361, 7664, 9200, 7628, 7509, 12673, 8351, 9054, 8557, 9155, 8321, 10564, 13195, 8048, 8819, 12187, 8076, 9413, 11019, 8314, 10652, 7259, 8631, 11317, 8251, 8889, 10999, 8155, 10633, 7336, 8622, 11394, 7824, 8880, 9586, 8015, 9633, 7161, 8536, 11029, 7801, 8789, 9638, 8245, 10317, 7501, 8734, 12197, 7172, 13371, 7905, 6807, 8113, 7545, 8579, 9296, 13069, 8661, 8728, 12532, 8521, 8877, 10053, 8521, 10678, 7462, 8825, 11946, 8323, 8791, 8976, 8622, 10737, 7571, 8626, 11476, 8459, 8715, 7189, 8337, 10987, 8104, 8272, 7461, 7749, 11442, 8252, 8555, 8801, 10004, 8464, 10734, 7942, 8673, 12493, 8489, 9478, 11282, 8655, 10075, 7890, 8623, 9495, 8437, 10012, 7949, 8702, 11294, 8428, 8841, 9442, 8637, 9590, 7207, 8772, 12295, 8410, 9518, 6970, 8513, 9700, 7045, 8597, 12134, 8440, 9825, 6575, 8571, 10249, 7944, 9568, 7145, 8563, 12009, 7832, 8901, 11861, 7931, 10682, 7128, 8249, 11932, 7410, 8421, 11816, 7675, 10738, 7077, 8542, 11639, 7784, 9587, 10593, 7568, 11638, 7090, 8200, 12627, 7807, 8622, 8961, 7713, 10994, 6965, 7911, 11752, 7795, 8784, 7046, 7687, 11414, 7217, 9320, 8157, 8553, 8570, 9703, 11941, 8813, 11308, 8019, 8514, 11776, 8853, 11258, 8975, 8812, 10863, 7506, 10081, 7898, 7486, 7591, 7103, 7710, 8731, 13217, 8598, 8980, 10744, 8779, 9776, 7579, 9066, 12917, 7269, 8726, 8709, 8165, 9371, 7551, 8322, 11114, 7511, 8341, 12099, 8077, 11111, 7131, 8505, 10601, 7509, 8511, 8784, 7899, 11062, 7266, 8509, 12771, 7673, 8608, 14277, 8049, 10763, 8422, 8226, 10373, 7161, 8280, 11904, 7464, 9073, 7515, 7754, 9835, 7002, 8015, 12716, 7485, 9690, 12056, 7888, 10908, 8235, 7797, 10881, 6967, 7891, 12426, 7633, 9948, 6514, 7723, 11294, 7300, 9628, 7795, 7414, 11058, 8298, 9152, 7210, 7898, 7687, 8569, 13018, 7930, 10860, 10133, 7960, 10215, 9002, 7704, 12033, 7632, 9078, 7920, 8813, 7869, 9226, 7877, 8391, 10481, 7197, 8852, 13193, 7866, 9190, 13148, 8209, 12225, 8221, 8723, 14325, 7182, 14006, 8570, 7868, 8814, 8009, 8530, 8233, 13986, 7867, 9076, 10575, 8243, 10086, 7680, 10036, 9704, 8501, 8235, 8012, 8440, 8566, 9841, 8733, 10052, 8753, 8641, 11594, 9024, 10540, 8139, 8984, 10987, 9223, 9828, 7688, 8117, 6994, 7840, 7678, 7470, 6857, 7681, 7393, 8324, 11819, 11990, 7227, 10507, 6925, 7727, 10721, 6717, 7929, 13059, 7128, 9267, 7376, 7679, 9550, 6844, 7930, 12336, 7406, 7902, 13139, 7572, 10025, 7559, 7862, 9679, 6737, 7779, 11498, 7160, 7903, 9248, 7953, 9821, 6724, 7810, 12357, 7641, 9354, 7052, 7762, 11177, 7075, 7712, 12588, 6910, 7710, 12467, 7500, 9149, 7261, 7932, 11190, 7702, 8025, 7470, 8205, 10188, 7783, 11726, 6882, 8060, 11131, 7140, 7897, 13283, 7030, 8012, 11938, 7029, 7708, 11157, 7433, 8706, 6549, 7691, 9199, 6623, 7756, 12244, 7557, 9254, 7378, 7981, 9666, 7099, 7884, 12468, 7450, 8286, 11402, 8032, 9094, 7360, 7858, 11206, 6925, 8056, 12842, 7929, 9161, 9292, 8014, 10766, 6752, 7818, 12343, 7632, 8956, 7579, 7834, 10252, 6735, 7575, 12219, 7402, 10204, 7278, 7828, 11144, 7398, 7798, 10223, 7611, 10948, 6998, 7256, 8570, 8223, 8189, 8372, 8123, 8826, 11600, 7531, 8913, 11919, 8338, 8966, 7807, 8530, 13142, 7923, 10048, 7633, 7160, 7966, 8451, 9440, 8631, 9725, 11145, 8612, 10057, 7470, 8689, 11375, 8471, 9773, 11165, 8710, 10336, 7409, 8781, 11284, 8146, 8790, 12665, 8406, 9798, 8039, 8453, 9571, 7578, 8789, 11714, 8189, 8895, 7365, 8510, 9701, 7420, 8659, 12122, 8367, 9074, 8725, 8452, 10059, 7221, 8635, 11260, 8084, 8782, 11454, 8148, 10104, 7303, 8662, 9530, 8111, 9540, 7404, 8461, 12752, 8131, 10507, 6814, 8334, 10172, 7814, 8814, 12260, 7989, 10607, 6577, 7498, 13353, 7410, 8814, 7711, 8117, 7956, 7893, 11203, 7795, 11942, 7433, 8031, 11316, 8134, 8978, 11780, 8515, 9733, 7681, 8300, 10586, 8404, 9246, 7939, 8476, 10565, 8146, 8531, 9487, 8560, 9482, 7422, 8858, 11176, 8462, 8569, 7530, 8766, 10574, 7720, 8777, 8316, 8460, 9841, 6985, 8746, 11451, 7698, 8794, 12903, 8146, 10747, 7679, 8468, 10107, 6888, 8855, 12527, 8151, 9387, 7376, 8515], 'WindowCenter': [3568.0, 3564.0, 3528.0, 3537.0, 3570.0, 3526.0, 3535.0, 3555.0, 3512.0, 3544.0, 3501.0, 3523.0, 3544.0, 3521.0, 3533.0, 3511.0, 3523.0, 3520.0, 3498.0, 3521.0, 3532.0, 3511.0, 3524.0, 3556.0, 3538.0, 3557.0, 3511.0, 3522.0, 3500.0, 3521.0, 3521.0, 3509.0, 3521.0, 3543.0, 3511.0, 3521.0, 3554.0, 3521.0, 3530.0, 3496.0, 3507.0, 3518.0, 3497.0, 3520.0, 3552.0, 3520.0, 3564.0, 3508.0, 3520.0, 3500.0, 3519.0, 3518.0, 3496.0, 3509.0, 3542.0, 3500.0, 3531.0, 3510.0, 3508.0, 3508.0, 3509.0, 3541.0, 3508.0, 3516.0, 3505.0, 3495.0, 3515.0, 3505.0, 3527.0, 3495.0, 3505.0, 3526.0, 3504.0, 3504.0, 3496.0, 3487.0, 3541.0, 3486.0, 3497.0, 3496.0, 3495.0, 3497.0, 3507.0, 3496.0, 3497.0, 3528.0, 3507.0, 3508.0, 3508.0, 3522.0, 3519.0, 3501.0, 3522.0, 3512.0, 3512.0, 3523.0, 3522.0, 3523.0, 3524.0, 3557.0, 3512.0, 3511.0, 3545.0, 3524.0, 3521.0, 3532.0, 3524.0, 3543.0, 3509.0, 3522.0, 3539.0, 3511.0, 3520.0, 3528.0, 3507.0, 3518.0, 3498.0, 3519.0, 3530.0, 3498.0, 3520.0, 3540.0, 3508.0, 3509.0, 3519.0, 3521.0, 3531.0, 3499.0, 3521.0, 3542.0, 3509.0, 3520.0, 3531.0, 3520.0, 3531.0, 3499.0, 3522.0, 3554.0, 3511.0, 3522.0, 3510.0, 3521.0, 3532.0, 3500.0, 3522.0, 3555.0, 3514.0, 3538.0, 3526.0, 3516.0, 3535.0, 3538.0, 3527.0, 3528.0, 3527.0, 3540.0, 3572.0, 3559.0, 3526.0, 3559.0, 3513.0, 3536.0, 3567.0, 3513.0, 3535.0, 3555.0, 3524.0, 3546.0, 3512.0, 3523.0, 3544.0, 3501.0, 3524.0, 3557.0, 3512.0, 3533.0, 3501.0, 3512.0, 3525.0, 3526.0, 3545.0, 3536.0, 3535.0, 3537.0, 3547.0, 3537.0, 3557.0, 3525.0, 3546.0, 3544.0, 3511.0, 3544.0, 3500.0, 3523.0, 3553.0, 3510.0, 3521.0, 3553.0, 3510.0, 3544.0, 3521.0, 3521.0, 3541.0, 3509.0, 3510.0, 3520.0, 3510.0, 3543.0, 3513.0, 3522.0, 3533.0, 3510.0, 3531.0, 3500.0, 3522.0, 3557.0, 3525.0, 3546.0, 3514.0, 3524.0, 3555.0, 3512.0, 3535.0, 3533.0, 3524.0, 3558.0, 3513.0, 3525.0, 3555.0, 3512.0, 3523.0, 3545.0, 3513.0, 3545.0, 3525.0, 3522.0, 3554.0, 3511.0, 3532.0, 3499.0, 3510.0, 3531.0, 3499.0, 3512.0, 3554.0, 3511.0, 3536.0, 3525.0, 3515.0, 3557.0, 3525.0, 3534.0, 3525.0, 3535.0, 3526.0, 3548.0, 3569.0, 3527.0, 3534.0, 3542.0, 3511.0, 3533.0, 3543.0, 3510.0, 3531.0, 3498.0, 3509.0, 3531.0, 3510.0, 3521.0, 3542.0, 3511.0, 3532.0, 3498.0, 3509.0, 3530.0, 3497.0, 3519.0, 3519.0, 3511.0, 3532.0, 3500.0, 3521.0, 3532.0, 3510.0, 3521.0, 3531.0, 3510.0, 3532.0, 3512.0, 3523.0, 3556.0, 3503.0, 3557.0, 3513.0, 3501.0, 3512.0, 3511.0, 3536.0, 3537.0, 3557.0, 3523.0, 3523.0, 3543.0, 3522.0, 3522.0, 3532.0, 3521.0, 3532.0, 3499.0, 3521.0, 3542.0, 3509.0, 3510.0, 3521.0, 3521.0, 3532.0, 3510.0, 3521.0, 3542.0, 3510.0, 3521.0, 3500.0, 3511.0, 3544.0, 3511.0, 3524.0, 3513.0, 3515.0, 3545.0, 3525.0, 3525.0, 3536.0, 3535.0, 3527.0, 3546.0, 3513.0, 3523.0, 3544.0, 3523.0, 3534.0, 3545.0, 3523.0, 3532.0, 3511.0, 3522.0, 3521.0, 3511.0, 3535.0, 3513.0, 3523.0, 3543.0, 3511.0, 3522.0, 3521.0, 3521.0, 3521.0, 3500.0, 3523.0, 3557.0, 3538.0, 3535.0, 3499.0, 3521.0, 3520.0, 3500.0, 3522.0, 3543.0, 3522.0, 3533.0, 3502.0, 3523.0, 3545.0, 3513.0, 3547.0, 3513.0, 3524.0, 3554.0, 3512.0, 3523.0, 3544.0, 3512.0, 3544.0, 3501.0, 3524.0, 3555.0, 3512.0, 3536.0, 3544.0, 3512.0, 3544.0, 3501.0, 3523.0, 3544.0, 3512.0, 3535.0, 3545.0, 3512.0, 3543.0, 3500.0, 3523.0, 3553.0, 3511.0, 3522.0, 3522.0, 3512.0, 3544.0, 3501.0, 3523.0, 3544.0, 3512.0, 3525.0, 3502.0, 3528.0, 3559.0, 3517.0, 3537.0, 3526.0, 3525.0, 3525.0, 3537.0, 3558.0, 3525.0, 3545.0, 3513.0, 3524.0, 3544.0, 3524.0, 3545.0, 3522.0, 3536.0, 3546.0, 3515.0, 3535.0, 3513.0, 3514.0, 3512.0, 3501.0, 3514.0, 3536.0, 3569.0, 3524.0, 3524.0, 3544.0, 3522.0, 3532.0, 3511.0, 3522.0, 3555.0, 3513.0, 3521.0, 3509.0, 3508.0, 3520.0, 3497.0, 3508.0, 3529.0, 3499.0, 3510.0, 3540.0, 3508.0, 3530.0, 3498.0, 3520.0, 3530.0, 3499.0, 3521.0, 3520.0, 3510.0, 3542.0, 3499.0, 3521.0, 3553.0, 3510.0, 3521.0, 3554.0, 3509.0, 3531.0, 3508.0, 3508.0, 3530.0, 3498.0, 3510.0, 3543.0, 3510.0, 3522.0, 3499.0, 3510.0, 3531.0, 3500.0, 3511.0, 3556.0, 3512.0, 3534.0, 3543.0, 3511.0, 3544.0, 3521.0, 3511.0, 3544.0, 3501.0, 3511.0, 3554.0, 3511.0, 3532.0, 3489.0, 3512.0, 3545.0, 3513.0, 3549.0, 3524.0, 3528.0, 3560.0, 3526.0, 3536.0, 3527.0, 3527.0, 3525.0, 3525.0, 3557.0, 3525.0, 3559.0, 3548.0, 3525.0, 3548.0, 3537.0, 3526.0, 3557.0, 3525.0, 3521.0, 3523.0, 3521.0, 3528.0, 3554.0, 3519.0, 3517.0, 3536.0, 3502.0, 3524.0, 3553.0, 3512.0, 3521.0, 3551.0, 3521.0, 3542.0, 3508.0, 3521.0, 3566.0, 3490.0, 3556.0, 3512.0, 3510.0, 3509.0, 3497.0, 3507.0, 3497.0, 3540.0, 3483.0, 3493.0, 3503.0, 3493.0, 3503.0, 3485.0, 3522.0, 3508.0, 3509.0, 3497.0, 3497.0, 3496.0, 3507.0, 3506.0, 3497.0, 3507.0, 3497.0, 3508.0, 3529.0, 3508.0, 3518.0, 3496.0, 3507.0, 3517.0, 3507.0, 3518.0, 3500.0, 3510.0, 3499.0, 3510.0, 3515.0, 3516.0, 3517.0, 3527.0, 3527.0, 3540.0, 3574.0, 3559.0, 3515.0, 3546.0, 3502.0, 3515.0, 3545.0, 3502.0, 3524.0, 3570.0, 3517.0, 3537.0, 3513.0, 3514.0, 3534.0, 3502.0, 3524.0, 3556.0, 3512.0, 3526.0, 3567.0, 3514.0, 3534.0, 3512.0, 3512.0, 3534.0, 3501.0, 3514.0, 3545.0, 3514.0, 3524.0, 3533.0, 3513.0, 3534.0, 3501.0, 3513.0, 3569.0, 3524.0, 3536.0, 3502.0, 3514.0, 3544.0, 3503.0, 3513.0, 3556.0, 3514.0, 3525.0, 3570.0, 3526.0, 3536.0, 3515.0, 3528.0, 3559.0, 3527.0, 3527.0, 3528.0, 3539.0, 3559.0, 3527.0, 3558.0, 3516.0, 3526.0, 3558.0, 3516.0, 3526.0, 3569.0, 3503.0, 3525.0, 3544.0, 3502.0, 3513.0, 3558.0, 3514.0, 3538.0, 3502.0, 3513.0, 3536.0, 3503.0, 3526.0, 3557.0, 3524.0, 3537.0, 3514.0, 3524.0, 3535.0, 3513.0, 3524.0, 3556.0, 3513.0, 3525.0, 3544.0, 3523.0, 3523.0, 3513.0, 3523.0, 3545.0, 3513.0, 3523.0, 3555.0, 3513.0, 3534.0, 3534.0, 3513.0, 3545.0, 3502.0, 3513.0, 3555.0, 3513.0, 3523.0, 3513.0, 3513.0, 3533.0, 3501.0, 3513.0, 3556.0, 3514.0, 3545.0, 3512.0, 3514.0, 3545.0, 3512.0, 3513.0, 3545.0, 3513.0, 3546.0, 3513.0, 3515.0, 3529.0, 3526.0, 3526.0, 3526.0, 3524.0, 3525.0, 3547.0, 3514.0, 3536.0, 3546.0, 3525.0, 3525.0, 3525.0, 3524.0, 3558.0, 3526.0, 3538.0, 3513.0, 3504.0, 3525.0, 3525.0, 3535.0, 3536.0, 3537.0, 3548.0, 3525.0, 3536.0, 3513.0, 3524.0, 3545.0, 3524.0, 3547.0, 3546.0, 3524.0, 3535.0, 3501.0, 3522.0, 3533.0, 3512.0, 3523.0, 3555.0, 3511.0, 3533.0, 3510.0, 3511.0, 3521.0, 3499.0, 3522.0, 3544.0, 3511.0, 3523.0, 3500.0, 3511.0, 3521.0, 3499.0, 3511.0, 3543.0, 3511.0, 3522.0, 3510.0, 3510.0, 3521.0, 3499.0, 3522.0, 3532.0, 3510.0, 3522.0, 3544.0, 3512.0, 3534.0, 3501.0, 3523.0, 3522.0, 3512.0, 3534.0, 3514.0, 3524.0, 3556.0, 3526.0, 3546.0, 3502.0, 3523.0, 3533.0, 3513.0, 3535.0, 3556.0, 3524.0, 3546.0, 3504.0, 3518.0, 3572.0, 3505.0, 3526.0, 3516.0, 3525.0, 3513.0, 3512.0, 3533.0, 3501.0, 3544.0, 3500.0, 3500.0, 3534.0, 3512.0, 3523.0, 3532.0, 3511.0, 3521.0, 3500.0, 3511.0, 3533.0, 3512.0, 3523.0, 3511.0, 3511.0, 3532.0, 3510.0, 3511.0, 3522.0, 3523.0, 3534.0, 3502.0, 3524.0, 3544.0, 3513.0, 3524.0, 3512.0, 3523.0, 3546.0, 3514.0, 3525.0, 3524.0, 3524.0, 3535.0, 3503.0, 3525.0, 3546.0, 3514.0, 3525.0, 3556.0, 3525.0, 3547.0, 3513.0, 3523.0, 3534.0, 3514.0, 3536.0, 3557.0, 3514.0, 3535.0, 3513.0, 3524.0], 'WindowWidth': [8092.0, 8080.0, 8021.0, 8030.0, 8079.0, 8013.0, 8021.0, 8049.0, 7984.0, 8030.0, 7969.0, 8003.0, 8029.0, 7996.0, 8016.0, 7985.0, 8002.0, 7995.0, 7963.0, 7997.0, 8013.0, 7984.0, 8003.0, 8053.0, 8031.0, 8055.0, 7983.0, 7997.0, 7968.0, 7997.0, 7996.0, 7977.0, 7996.0, 8030.0, 7983.0, 7997.0, 8043.0, 7993.0, 8006.0, 7956.0, 7968.0, 7987.0, 7958.0, 7993.0, 8039.0, 7995.0, 8058.0, 7975.0, 7994.0, 7968.0, 7992.0, 7986.0, 7954.0, 7978.0, 8024.0, 7962.0, 8005.0, 7978.0, 7972.0, 7973.0, 7975.0, 8023.0, 7971.0, 7980.0, 7963.0, 7949.0, 7977.0, 7960.0, 7996.0, 7950.0, 7964.0, 7993.0, 7959.0, 7960.0, 7951.0, 7936.0, 8016.0, 7934.0, 7954.0, 7951.0, 7948.0, 7954.0, 7966.0, 7952.0, 7954.0, 7997.0, 7967.0, 7971.0, 7972.0, 7997.0, 7988.0, 7965.0, 7997.0, 7982.0, 7985.0, 8001.0, 7997.0, 8001.0, 8005.0, 8057.0, 7984.0, 7981.0, 8033.0, 8004.0, 7996.0, 8012.0, 8008.0, 8028.0, 7976.0, 7999.0, 8018.0, 7983.0, 7993.0, 7998.0, 7968.0, 7986.0, 7958.0, 7991.0, 8006.0, 7959.0, 7990.0, 8018.0, 7972.0, 7974.0, 7987.0, 7994.0, 8010.0, 7963.0, 7995.0, 8024.0, 7977.0, 7993.0, 8007.0, 7992.0, 8008.0, 7965.0, 8000.0, 8043.0, 7982.0, 7998.0, 7980.0, 7994.0, 8011.0, 7966.0, 7999.0, 8048.0, 7992.0, 8030.0, 8011.0, 7998.0, 8020.0, 8030.0, 8016.0, 8017.0, 8016.0, 8037.0, 8084.0, 8063.0, 8010.0, 8059.0, 7990.0, 8024.0, 8068.0, 7988.0, 8020.0, 8048.0, 8004.0, 8035.0, 7987.0, 8000.0, 8030.0, 7970.0, 8005.0, 8053.0, 7985.0, 8015.0, 7970.0, 7986.0, 8009.0, 8009.0, 8035.0, 8023.0, 8022.0, 8027.0, 8041.0, 8028.0, 8053.0, 8007.0, 8039.0, 8031.0, 7982.0, 8032.0, 7968.0, 7999.0, 8042.0, 7981.0, 7996.0, 8042.0, 7979.0, 8030.0, 7997.0, 7995.0, 8022.0, 7977.0, 7979.0, 7991.0, 7979.0, 8029.0, 7990.0, 7998.0, 8013.0, 7981.0, 8010.0, 7968.0, 8000.0, 8054.0, 8007.0, 8040.0, 7991.0, 8005.0, 8047.0, 7987.0, 8021.0, 8014.0, 8006.0, 8055.0, 7989.0, 8007.0, 8046.0, 7986.0, 8003.0, 8032.0, 7988.0, 8036.0, 8008.0, 8000.0, 8044.0, 7982.0, 8011.0, 7963.0, 7980.0, 8010.0, 7964.0, 7985.0, 8046.0, 7984.0, 8027.0, 8006.0, 7992.0, 8052.0, 8007.0, 8017.0, 8006.0, 8020.0, 8011.0, 8043.0, 8075.0, 8016.0, 8018.0, 8025.0, 7980.0, 8015.0, 8028.0, 7980.0, 8007.0, 7959.0, 7977.0, 8007.0, 7977.0, 7995.0, 8026.0, 7981.0, 8012.0, 7959.0, 7976.0, 8004.0, 7958.0, 7988.0, 7989.0, 7982.0, 8010.0, 7965.0, 7995.0, 8009.0, 7978.0, 7995.0, 8008.0, 7979.0, 8012.0, 7987.0, 8002.0, 8052.0, 7973.0, 8049.0, 7987.0, 7968.0, 7985.0, 7983.0, 8024.0, 8028.0, 8055.0, 8001.0, 8000.0, 8025.0, 7995.0, 7998.0, 8011.0, 7995.0, 8012.0, 7961.0, 7993.0, 8023.0, 7976.0, 7978.0, 7996.0, 7995.0, 8011.0, 7978.0, 7994.0, 8022.0, 7978.0, 7996.0, 7969.0, 7981.0, 8030.0, 7981.0, 8005.0, 7987.0, 7992.0, 8031.0, 8007.0, 8006.0, 8022.0, 8018.0, 8013.0, 8037.0, 7987.0, 8000.0, 8030.0, 7998.0, 8018.0, 8032.0, 8000.0, 8012.0, 7983.0, 7998.0, 7994.0, 7981.0, 8018.0, 7987.0, 8001.0, 8027.0, 7980.0, 7996.0, 7993.0, 7994.0, 7995.0, 7967.0, 8003.0, 8052.0, 8029.0, 8020.0, 7964.0, 7992.0, 7993.0, 7966.0, 7997.0, 8027.0, 7998.0, 8015.0, 7972.0, 8001.0, 8033.0, 7987.0, 8041.0, 7989.0, 8003.0, 8044.0, 7984.0, 8001.0, 8029.0, 7985.0, 8030.0, 7969.0, 8004.0, 8048.0, 7984.0, 8024.0, 8030.0, 7985.0, 8032.0, 7969.0, 8001.0, 8031.0, 7986.0, 8021.0, 8034.0, 7986.0, 8029.0, 7966.0, 7999.0, 8041.0, 7981.0, 7998.0, 8000.0, 7985.0, 8033.0, 7969.0, 8001.0, 8030.0, 7986.0, 8006.0, 7972.0, 8017.0, 8058.0, 7997.0, 8025.0, 8009.0, 8007.0, 8006.0, 8026.0, 8055.0, 8005.0, 8033.0, 7984.0, 8001.0, 8028.0, 8001.0, 8035.0, 7999.0, 8024.0, 8035.0, 7993.0, 8018.0, 7984.0, 7989.0, 7983.0, 7968.0, 7991.0, 8023.0, 8074.0, 8002.0, 8003.0, 8029.0, 7996.0, 8010.0, 7980.0, 7996.0, 8048.0, 7990.0, 7995.0, 7975.0, 7974.0, 7991.0, 7957.0, 7973.0, 8004.0, 7963.0, 7979.0, 8019.0, 7974.0, 8005.0, 7960.0, 7990.0, 8005.0, 7964.0, 7997.0, 7993.0, 7981.0, 8023.0, 7963.0, 7994.0, 8041.0, 7979.0, 7995.0, 8043.0, 7976.0, 8009.0, 7972.0, 7972.0, 8004.0, 7959.0, 7980.0, 8027.0, 7980.0, 7998.0, 7964.0, 7979.0, 8009.0, 7967.0, 7984.0, 8050.0, 7985.0, 8017.0, 8027.0, 7981.0, 8029.0, 7995.0, 7982.0, 8029.0, 7970.0, 7983.0, 8042.0, 7981.0, 8011.0, 7951.0, 7986.0, 8034.0, 7991.0, 8047.0, 8004.0, 8018.0, 8060.0, 8006.0, 8024.0, 8013.0, 8014.0, 8007.0, 8005.0, 8053.0, 8004.0, 8057.0, 8041.0, 8008.0, 8043.0, 8026.0, 8009.0, 8054.0, 8008.0, 7997.0, 8003.0, 7995.0, 8012.0, 8057.0, 7998.0, 7992.0, 8021.0, 7968.0, 8002.0, 8040.0, 7982.0, 7993.0, 8034.0, 7995.0, 8026.0, 7973.0, 7994.0, 8061.0, 7950.0, 8047.0, 7981.0, 7978.0, 7973.0, 7954.0, 7967.0, 7951.0, 8018.0, 7927.0, 7942.0, 7954.0, 7942.0, 7956.0, 7934.0, 7992.0, 7967.0, 7970.0, 7952.0, 7951.0, 7949.0, 7966.0, 7963.0, 7951.0, 7966.0, 7952.0, 7968.0, 7999.0, 7969.0, 7983.0, 7951.0, 7965.0, 7979.0, 7967.0, 7984.0, 7962.0, 7978.0, 7960.0, 7976.0, 7992.0, 7997.0, 8002.0, 8013.0, 8013.0, 8034.0, 8088.0, 8059.0, 7991.0, 8035.0, 7972.0, 7991.0, 8032.0, 7969.0, 8003.0, 8074.0, 7999.0, 8025.0, 7986.0, 7987.0, 8015.0, 7972.0, 8002.0, 8048.0, 7984.0, 8008.0, 8067.0, 7989.0, 8017.0, 7984.0, 7984.0, 8016.0, 7968.0, 7987.0, 8035.0, 7990.0, 8003.0, 8012.0, 7987.0, 8016.0, 7970.0, 7988.0, 8072.0, 8005.0, 8022.0, 7972.0, 7989.0, 8031.0, 7972.0, 7987.0, 8049.0, 7992.0, 8008.0, 8074.0, 8010.0, 8023.0, 7992.0, 8016.0, 8058.0, 8013.0, 8013.0, 8015.0, 8031.0, 8060.0, 8013.0, 8054.0, 7995.0, 8009.0, 8057.0, 7998.0, 8010.0, 8071.0, 7973.0, 8006.0, 8032.0, 7973.0, 7988.0, 8056.0, 7990.0, 8028.0, 7973.0, 7988.0, 8024.0, 7976.0, 8012.0, 8052.0, 8006.0, 8027.0, 7990.0, 8003.0, 8021.0, 7987.0, 8004.0, 8049.0, 7989.0, 8006.0, 8030.0, 8001.0, 8002.0, 7987.0, 8001.0, 8033.0, 7987.0, 8002.0, 8045.0, 7987.0, 8018.0, 8015.0, 7986.0, 8034.0, 7972.0, 7987.0, 8045.0, 7987.0, 8002.0, 7985.0, 7986.0, 8015.0, 7971.0, 7988.0, 8050.0, 7990.0, 8034.0, 7985.0, 7989.0, 8031.0, 7984.0, 7987.0, 8034.0, 7988.0, 8034.0, 7988.0, 7996.0, 8015.0, 8008.0, 8007.0, 8007.0, 8004.0, 8005.0, 8038.0, 7990.0, 8021.0, 8034.0, 8005.0, 8006.0, 8007.0, 8003.0, 8055.0, 8009.0, 8027.0, 7984.0, 7975.0, 8006.0, 8006.0, 8019.0, 8023.0, 8027.0, 8041.0, 8004.0, 8023.0, 7986.0, 8002.0, 8032.0, 8003.0, 8040.0, 8035.0, 8001.0, 8020.0, 7966.0, 7997.0, 8012.0, 7983.0, 8001.0, 8044.0, 7982.0, 8013.0, 7978.0, 7980.0, 7995.0, 7963.0, 7996.0, 8028.0, 7980.0, 7998.0, 7963.0, 7978.0, 7994.0, 7963.0, 7979.0, 8028.0, 7982.0, 7995.0, 7977.0, 7978.0, 7993.0, 7962.0, 7995.0, 8008.0, 7979.0, 7996.0, 8028.0, 7984.0, 8014.0, 7966.0, 7998.0, 7995.0, 7984.0, 8014.0, 7989.0, 8003.0, 8046.0, 8008.0, 8035.0, 7970.0, 8001.0, 8014.0, 7985.0, 8020.0, 8048.0, 8004.0, 8034.0, 7977.0, 8000.0, 8074.0, 7979.0, 8006.0, 7994.0, 8007.0, 7985.0, 7982.0, 8011.0, 7967.0, 8028.0, 7961.0, 7964.0, 8014.0, 7981.0, 7998.0, 8008.0, 7979.0, 7993.0, 7964.0, 7980.0, 8010.0, 7981.0, 7996.0, 7979.0, 7979.0, 8008.0, 7977.0, 7981.0, 7995.0, 7998.0, 8014.0, 7971.0, 8001.0, 8029.0, 7985.0, 8000.0, 7982.0, 7999.0, 8034.0, 7990.0, 8004.0, 8002.0, 8003.0, 8020.0, 7973.0, 8004.0, 8034.0, 7991.0, 8005.0, 8049.0, 8005.0, 8038.0, 7987.0, 8001.0, 8017.0, 7990.0, 8021.0, 8051.0, 7990.0, 8019.0, 7986.0, 8002.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.005464597701149425</td></tr>
<tr><td colspan=3>aqi</td><td>0.04058730885057471</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.022449761334876</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2317948894131185</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0643312031070193</td></tr>
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
<tr><td colspan=3>fber</td><td>4485.3467</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21215509187580914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.310344827586206</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.799083610904837</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5878081201200285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.207116832627285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.602325879967197</td></tr>
<tr><td colspan=3>gcor</td><td>0.00839495</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00931569840759039</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03047291375696659</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.478545431843763</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>16.8283</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3131</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.6912</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.3271</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5741</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.0384</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2700.9168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.0253</td></tr>
<tr><td colspan=3>tsnr</td><td>30.25829603226157</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>