ds005256-mriqc/sub-0099_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 33e4541bf2 [DATALAD RUNCMD] Compute MRIQC for sub-0099
=== 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-0099 --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-0099",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:40:23 +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-0099_ses-01_task-social_acq-mb8_run-02_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-0099_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-02_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-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-02_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>8b88a4f762a9888767298a3e347c50e1</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:17:55.467500</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.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.083105</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>be887a4f-08d8-4a4a-a674-77377eff4a54||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.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [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': ['091755.467500', '091755.927500', '091756.387500', '091756.847500', '091757.307500', '091757.767500', '091758.227500', '091758.687500', '091759.147500', '091759.607500', '091800.067500', '091800.527500', '091800.987500', '091801.447500', '091801.907500', '091802.367500', '091802.827500', '091803.287500', '091803.747500', '091804.207500', '091804.667500', '091805.127500', '091805.587500', '091806.047500', '091806.507500', '091806.967500', '091807.427500', '091807.887500', '091808.347500', '091808.807500', '091809.267500', '091809.727500', '091810.187500', '091810.647500', '091811.107500', '091811.567500', '091812.027500', '091812.487500', '091812.947500', '091813.407500', '091813.867500', '091814.327500', '091814.787500', '091815.247500', '091815.707500', '091816.167500', '091816.627500', '091817.087500', '091817.547500', '091818.007500', '091818.467500', '091818.927500', '091819.387500', '091819.847500', '091820.307500', '091820.767500', '091821.227500', '091821.687500', '091822.147500', '091822.607500', '091823.067500', '091823.527500', '091823.987500', '091824.447500', '091824.907500', '091825.367500', '091825.827500', '091826.287500', '091826.747500', '091827.207500', '091827.667500', '091828.127500', '091828.587500', '091829.047500', '091829.507500', '091829.967500', '091830.427500', '091830.887500', '091831.347500', '091831.807500', '091832.267500', '091832.727500', '091833.187500', '091833.647500', '091834.107500', '091834.567500', '091835.027500', '091835.487500', '091835.947500', '091836.407500', '091836.867500', '091837.327500', '091837.787500', '091838.247500', '091838.707500', '091839.167500', '091839.627500', '091840.087500', '091840.547500', '091841.007500', '091841.467500', '091841.927500', '091842.387500', '091842.847500', '091843.307500', '091843.767500', '091844.227500', '091844.687500', '091845.147500', '091845.607500', '091846.067500', '091846.527500', '091846.987500', '091847.447500', '091847.907500', '091848.367500', '091848.827500', '091849.287500', '091849.747500', '091850.207500', '091850.667500', '091851.127500', '091851.587500', '091852.047500', '091852.507500', '091852.967500', '091853.427500', '091853.887500', '091854.347500', '091854.807500', '091855.267500', '091855.727500', '091856.187500', '091856.647500', '091857.107500', '091857.567500', '091858.027500', '091858.487500', '091858.947500', '091859.407500', '091859.867500', '091900.327500', '091900.787500', '091901.247500', '091901.707500', '091902.167500', '091902.627500', '091903.087500', '091903.547500', '091904.007500', '091904.467500', '091904.927500', '091905.387500', '091905.847500', '091906.307500', '091906.767500', '091907.227500', '091907.687500', '091908.147500', '091908.607500', '091909.067500', '091909.527500', '091909.987500', '091910.447500', '091910.907500', '091911.367500', '091911.827500', '091912.287500', '091912.747500', '091913.207500', '091913.667500', '091914.127500', '091914.587500', '091915.047500', '091915.507500', '091915.967500', '091916.427500', '091916.887500', '091917.347500', '091917.807500', '091918.267500', '091918.727500', '091919.187500', '091919.647500', '091920.107500', '091920.567500', '091921.027500', '091921.487500', '091921.947500', '091922.407500', '091922.867500', '091923.327500', '091923.787500', '091924.247500', '091924.707500', '091925.167500', '091925.627500', '091926.087500', '091926.547500', '091927.007500', '091927.467500', '091927.927500', '091928.387500', '091928.847500', '091929.307500', '091929.767500', '091930.227500', '091930.687500', '091931.147500', '091931.607500', '091932.067500', '091932.527500', '091932.987500', '091933.447500', '091933.907500', '091934.367500', '091934.827500', '091935.287500', '091935.747500', '091936.207500', '091936.667500', '091937.127500', '091937.587500', '091938.047500', '091938.507500', '091938.967500', '091939.427500', '091939.887500', '091940.347500', '091940.807500', '091941.267500', '091941.727500', '091942.187500', '091942.647500', '091943.107500', '091943.567500', '091944.027500', '091944.487500', '091944.947500', '091945.407500', '091945.867500', '091946.327500', '091946.787500', '091947.247500', '091947.707500', '091948.167500', '091948.627500', '091949.087500', '091949.547500', '091950.007500', '091950.467500', '091950.927500', '091951.387500', '091951.847500', '091952.307500', '091952.767500', '091953.227500', '091953.687500', '091954.147500', '091954.607500', '091955.067500', '091955.527500', '091955.987500', '091956.447500', '091956.907500', '091957.367500', '091957.827500', '091958.287500', '091958.747500', '091959.207500', '091959.667500', '092000.127500', '092000.587500', '092001.047500', '092001.507500', '092001.967500', '092002.427500', '092002.887500', '092003.347500', '092003.807500', '092004.267500', '092004.727500', '092005.187500', '092005.647500', '092006.107500', '092006.567500', '092007.027500', '092007.487500', '092007.947500', '092008.407500', '092008.867500', '092009.327500', '092009.787500', '092010.247500', '092010.707500', '092011.167500', '092011.627500', '092012.087500', '092012.547500', '092013.007500', '092013.467500', '092013.927500', '092014.387500', '092014.847500', '092015.307500', '092015.767500', '092016.227500', '092016.687500', '092017.147500', '092017.607500', '092018.067500', '092018.527500', '092018.987500', '092019.447500', '092019.907500', '092020.367500', '092020.827500', '092021.287500', '092021.747500', '092022.207500', '092022.667500', '092023.127500', '092023.587500', '092024.047500', '092024.507500', '092024.967500', '092025.427500', '092025.887500', '092026.347500', '092026.807500', '092027.267500', '092027.727500', '092028.187500', '092028.647500', '092029.107500', '092029.567500', '092030.027500', '092030.487500', '092030.947500', '092031.407500', '092031.867500', '092032.327500', '092032.787500', '092033.247500', '092033.707500', '092034.167500', '092034.627500', '092035.087500', '092035.547500', '092036.007500', '092036.467500', '092036.927500', '092037.387500', '092037.847500', '092038.307500', '092038.767500', '092039.227500', '092039.687500', '092040.147500', '092040.607500', '092041.067500', '092041.527500', '092041.987500', '092042.447500', '092042.907500', '092043.367500', '092043.827500', '092044.287500', '092044.747500', '092045.207500', '092045.667500', '092046.127500', '092046.587500', '092047.047500', '092047.507500', '092047.967500', '092048.427500', '092048.887500', '092049.347500', '092049.807500', '092050.267500', '092050.727500', '092051.187500', '092051.647500', '092052.107500', '092052.567500', '092053.027500', '092053.487500', '092053.947500', '092054.407500', '092054.867500', '092055.327500', '092055.787500', '092056.247500', '092056.707500', '092057.167500', '092057.627500', '092058.087500', '092058.547500', '092059.007500', '092059.467500', '092059.927500', '092100.387500', '092100.847500', '092101.307500', '092101.767500', '092102.227500', '092102.687500', '092103.147500', '092103.607500', '092104.067500', '092104.527500', '092104.987500', '092105.447500', '092105.907500', '092106.367500', '092106.827500', '092107.287500', '092107.747500', '092108.207500', '092108.667500', '092109.127500', '092109.587500', '092110.047500', '092110.507500', '092110.967500', '092111.427500', '092111.887500', '092112.347500', '092112.807500', '092113.267500', '092113.727500', '092114.187500', '092114.647500', '092115.107500', '092115.567500', '092116.027500', '092116.487500', '092116.947500', '092117.407500', '092117.867500', '092118.327500', '092118.787500', '092119.247500', '092119.707500', '092120.167500', '092120.627500', '092121.087500', '092121.547500', '092122.007500', '092122.467500', '092122.927500', '092123.387500', '092123.847500', '092124.307500', '092124.767500', '092125.227500', '092125.687500', '092126.147500', '092126.607500', '092127.067500', '092127.527500', '092127.987500', '092128.447500', '092128.907500', '092129.367500', '092129.827500', '092130.287500', '092130.747500', '092131.207500', '092131.667500', '092132.127500', '092132.587500', '092133.047500', '092133.507500', '092133.967500', '092134.427500', '092134.887500', '092135.347500', '092135.807500', '092136.267500', '092136.727500', '092137.187500', '092137.647500', '092138.107500', '092138.567500', '092139.027500', '092139.487500', '092139.947500', '092140.407500', '092140.867500', '092141.327500', '092141.787500', '092142.247500', '092142.707500', '092143.167500', '092143.627500', '092144.087500', '092144.547500', '092145.007500', '092145.467500', '092145.927500', '092146.387500', '092146.847500', '092147.307500', '092147.767500', '092148.227500', '092148.687500', '092149.147500', '092149.607500', '092150.067500', '092150.527500', '092150.987500', '092151.447500', '092151.907500', '092152.367500', '092152.827500', '092153.287500', '092153.747500', '092154.207500', '092154.667500', '092155.127500', '092155.587500', '092156.047500', '092156.507500', '092156.967500', '092157.427500', '092157.887500', '092158.347500', '092158.807500', '092159.267500', '092159.727500', '092200.187500', '092200.647500', '092201.107500', '092201.567500', '092202.027500', '092202.487500', '092202.947500', '092203.407500', '092203.867500', '092204.327500', '092204.787500', '092205.247500', '092205.707500', '092206.167500', '092206.627500', '092207.087500', '092207.547500', '092208.007500', '092208.467500', '092208.927500', '092209.387500', '092209.847500', '092210.307500', '092210.767500', '092211.227500', '092211.687500', '092212.147500', '092212.607500', '092213.067500', '092213.527500', '092213.987500', '092214.447500', '092214.907500', '092215.367500', '092215.827500', '092216.287500', '092216.747500', '092217.207500', '092217.667500', '092218.127500', '092218.587500', '092219.047500', '092219.507500', '092219.967500', '092220.427500', '092220.887500', '092221.347500', '092221.807500', '092222.267500', '092222.727500', '092223.187500', '092223.647500', '092224.107500', '092224.567500', '092225.027500', '092225.487500', '092225.947500', '092226.407500', '092226.867500', '092227.327500', '092227.787500', '092228.247500', '092228.707500', '092229.167500', '092229.627500', '092230.087500', '092230.547500', '092231.007500', '092231.467500', '092231.927500', '092232.387500', '092232.847500', '092233.307500', '092233.767500', '092234.227500', '092234.687500', '092235.147500', '092235.607500', '092236.067500', '092236.527500', '092236.987500', '092237.447500', '092237.907500', '092238.367500', '092238.827500', '092239.287500', '092239.747500', '092240.207500', '092240.667500', '092241.127500', '092241.587500', '092242.047500', '092242.507500', '092242.967500', '092243.427500', '092243.887500', '092244.347500', '092244.807500', '092245.267500', '092245.727500', '092246.187500', '092246.647500', '092247.107500', '092247.567500', '092248.027500', '092248.487500', '092248.947500', '092249.407500', '092249.867500', '092250.327500', '092250.787500', '092251.247500', '092251.707500', '092252.167500', '092252.627500', '092253.087500', '092253.547500', '092254.007500', '092254.467500', '092254.927500', '092255.387500', '092255.847500', '092256.307500', '092256.767500', '092257.227500', '092257.687500', '092258.147500', '092258.607500', '092259.067500', '092259.527500', '092259.987500', '092300.447500', '092300.907500', '092301.367500', '092301.827500', '092302.287500', '092302.747500', '092303.207500', '092303.667500', '092304.127500', '092304.587500', '092305.047500', '092305.507500', '092305.967500', '092306.427500', '092306.887500', '092307.347500', '092307.807500', '092308.267500', '092308.727500', '092309.187500', '092309.647500', '092310.107500', '092310.567500', '092311.027500', '092311.487500', '092311.947500', '092312.407500', '092312.867500', '092313.327500', '092313.787500', '092314.247500', '092314.707500', '092315.167500', '092315.627500', '092316.087500', '092316.547500', '092317.007500', '092317.467500', '092317.927500', '092318.387500', '092318.847500', '092319.307500', '092319.767500', '092320.227500', '092320.687500', '092321.147500', '092321.607500', '092322.067500', '092322.527500', '092322.987500', '092323.447500', '092323.907500', '092324.367500', '092324.827500', '092325.287500', '092325.747500', '092326.207500', '092326.667500', '092327.127500', '092327.587500', '092328.047500', '092328.507500', '092328.967500', '092329.427500', '092329.887500', '092330.347500', '092330.807500', '092331.267500', '092331.727500', '092332.187500', '092332.647500', '092333.107500', '092333.567500', '092334.027500', '092334.487500', '092334.947500', '092335.407500', '092335.867500', '092336.327500', '092336.787500', '092337.247500', '092337.707500', '092338.167500', '092338.627500', '092339.087500', '092339.547500', '092340.007500', '092340.467500', '092340.927500', '092341.387500', '092341.847500', '092342.307500', '092342.767500', '092343.227500', '092343.687500', '092344.147500', '092344.607500', '092345.067500', '092345.527500', '092345.987500', '092346.447500', '092346.907500', '092347.367500', '092347.827500', '092348.287500', '092348.747500', '092349.207500', '092349.667500', '092350.127500', '092350.587500', '092351.047500', '092351.507500', '092351.967500', '092352.427500', '092352.887500', '092353.347500', '092353.807500', '092354.267500', '092354.727500', '092355.187500', '092355.647500', '092356.107500', '092356.567500', '092357.027500', '092357.487500', '092357.947500', '092358.407500', '092358.867500', '092359.327500', '092359.787500', '092400.247500', '092400.707500', '092401.167500', '092401.627500', '092402.087500', '092402.547500', '092403.007500', '092403.467500', '092403.927500', '092404.387500', '092404.847500', '092405.307500', '092405.767500', '092406.227500', '092406.687500', '092407.147500', '092407.607500', '092408.067500', '092408.527500', '092408.987500', '092409.447500', '092409.907500', '092410.367500', '092410.827500', '092411.287500', '092411.747500', '092412.207500', '092412.667500', '092413.127500', '092413.587500', '092414.047500', '092414.507500', '092414.967500', '092415.427500', '092415.887500', '092416.347500', '092416.807500', '092417.267500', '092417.727500', '092418.187500', '092418.647500', '092419.107500', '092419.567500', '092420.027500', '092420.487500', '092420.947500', '092421.407500', '092421.867500', '092422.327500', '092422.787500', '092423.247500', '092423.707500', '092424.167500', '092424.627500', '092425.087500', '092425.547500', '092426.007500', '092426.467500', '092426.927500', '092427.387500', '092427.847500', '092428.307500', '092428.767500', '092429.227500', '092429.687500', '092430.147500', '092430.607500', '092431.067500', '092431.527500', '092431.987500', '092432.447500', '092432.907500', '092433.367500', '092433.827500', '092434.287500', '092434.747500', '092435.207500', '092435.667500', '092436.127500'], 'ContentTime': ['091818.698000', '091818.701000', '091818.714000', '091818.717000', '091818.719000', '091818.722000', '091818.724000', '091818.727000', '091818.730000', '091818.732000', '091818.735000', '091818.738000', '091818.740000', '091818.743000', '091818.745000', '091818.748000', '091818.750000', '091818.753000', '091818.756000', '091818.758000', '091818.761000', '091818.764000', '091818.767000', '091818.769000', '091818.772000', '091818.774000', '091818.777000', '091818.780000', '091818.782000', '091818.785000', '091818.787000', '091818.790000', '091818.792000', '091818.795000', '091818.801000', '091818.804000', '091818.806000', '091818.809000', '091818.812000', '091818.814000', '091818.817000', '091818.851000', '091818.854000', '091818.857000', '091818.859000', '091818.862000', '091818.864000', '091838.642000', '091838.648000', '091838.651000', '091838.653000', '091838.656000', '091838.658000', '091838.661000', '091838.664000', '091838.666000', '091838.669000', '091838.671000', '091838.674000', '091838.677000', '091838.679000', '091838.682000', '091838.684000', '091838.687000', '091838.690000', '091838.692000', '091838.695000', '091838.697000', '091838.700000', '091838.706000', '091838.709000', '091838.711000', '091838.714000', '091838.716000', '091838.719000', '091838.721000', '091838.724000', '091838.727000', '091838.729000', '091838.732000', '091838.734000', '091838.737000', '091838.739000', '091838.742000', '091838.745000', '091838.747000', '091838.750000', '091838.753000', '091838.755000', '091838.758000', '091838.760000', '091858.643000', '091858.645000', '091858.648000', '091858.651000', '091858.653000', '091858.656000', '091858.658000', '091858.661000', '091858.663000', '091858.666000', '091858.669000', '091858.671000', '091858.674000', '091858.676000', '091858.679000', '091858.681000', '091858.684000', '091858.687000', '091858.690000', '091858.692000', '091858.712000', '091858.715000', '091858.717000', '091858.720000', '091858.722000', '091858.725000', '091858.728000', '091858.730000', '091858.733000', '091858.735000', '091858.738000', '091858.740000', '091858.743000', '091858.746000', '091858.748000', '091858.751000', '091858.753000', '091858.756000', '091858.759000', '091858.761000', '091858.764000', '091858.766000', '091858.769000', '091918.642000', '091918.645000', '091918.648000', '091918.650000', '091918.653000', '091918.655000', '091918.658000', '091918.661000', '091918.663000', '091918.666000', '091918.668000', '091918.671000', '091918.673000', '091918.676000', '091918.678000', '091918.681000', '091918.684000', '091918.686000', '091918.689000', '091918.691000', '091918.694000', '091918.697000', '091918.699000', '091918.702000', '091918.704000', '091918.707000', '091918.709000', '091918.712000', '091918.715000', '091918.717000', '091918.720000', '091918.722000', '091918.725000', '091918.728000', '091918.730000', '091918.733000', '091918.735000', '091918.738000', '091918.740000', '091918.743000', '091918.746000', '091918.748000', '091918.751000', '091918.754000', '091938.644000', '091938.646000', '091938.649000', '091938.652000', '091938.654000', '091938.657000', '091938.659000', '091938.662000', '091938.665000', '091938.667000', '091938.670000', '091938.672000', '091938.675000', '091938.677000', '091938.680000', '091938.683000', '091938.685000', '091938.688000', '091938.691000', '091938.694000', '091938.696000', '091938.699000', '091938.701000', '091938.704000', '091938.707000', '091938.709000', '091938.712000', '091938.714000', '091938.717000', '091938.719000', '091938.722000', '091938.725000', '091938.727000', '091938.730000', '091938.732000', '091938.735000', '091938.738000', '091938.740000', '091938.743000', '091938.745000', '091938.748000', '091938.751000', '091938.754000', '091958.643000', '091958.646000', '091958.649000', '091958.651000', '091958.654000', '091958.657000', '091958.659000', '091958.662000', '091958.664000', '091958.667000', '091958.670000', '091958.672000', '091958.675000', '091958.677000', '091958.680000', '091958.682000', '091958.685000', '091958.688000', '091958.690000', '091958.693000', '091958.699000', '091958.702000', '091958.704000', '091958.707000', '091958.709000', '091958.712000', '091958.714000', '091958.717000', '091958.720000', '091958.722000', '091958.725000', '091958.728000', '091958.730000', '091958.746000', '091958.748000', '091958.751000', '091958.753000', '091958.756000', '091958.758000', '091958.761000', '091958.764000', '091958.766000', '091958.769000', '091958.771000', '092018.643000', '092018.646000', '092018.649000', '092018.652000', '092018.654000', '092018.657000', '092018.659000', '092018.662000', '092018.665000', '092018.667000', '092018.670000', '092018.672000', '092018.675000', '092018.677000', '092018.680000', '092018.683000', '092018.685000', '092018.688000', '092018.690000', '092018.693000', '092018.695000', '092018.698000', '092018.701000', '092018.703000', '092018.706000', '092018.708000', '092018.711000', '092018.714000', '092018.716000', '092018.719000', '092018.722000', '092018.724000', '092018.727000', '092018.729000', '092018.732000', '092018.735000', '092018.737000', '092018.740000', '092018.742000', '092018.745000', '092018.748000', '092018.750000', '092018.753000', '092038.644000', '092038.647000', '092038.649000', '092038.652000', '092038.654000', '092038.657000', '092038.660000', '092038.662000', '092038.665000', '092038.667000', '092038.670000', '092038.672000', '092038.675000', '092038.678000', '092038.680000', '092038.683000', '092038.685000', '092038.692000', '092038.695000', '092038.697000', '092038.700000', '092038.702000', '092038.705000', '092038.707000', '092038.710000', '092038.713000', '092038.715000', '092038.718000', '092038.720000', '092038.723000', '092038.725000', '092038.728000', '092038.731000', '092038.733000', '092038.736000', '092038.738000', '092038.741000', '092038.743000', '092038.746000', '092038.749000', '092038.751000', '092038.754000', '092038.756000', '092038.759000', '092058.642000', '092058.645000', '092058.648000', '092058.651000', '092058.653000', '092058.656000', '092058.658000', '092058.661000', '092058.663000', '092058.666000', '092058.669000', '092058.671000', '092058.674000', '092058.676000', '092058.679000', '092058.681000', '092058.684000', '092058.687000', '092058.689000', '092058.692000', '092058.694000', '092058.697000', '092058.699000', '092058.702000', '092058.705000', '092058.707000', '092058.710000', '092058.712000', '092058.715000', '092058.717000', '092058.720000', '092058.723000', '092058.725000', '092058.728000', '092058.731000', '092058.734000', '092058.736000', '092058.739000', '092058.741000', '092058.744000', '092058.747000', '092058.749000', '092058.752000', '092118.642000', '092118.645000', '092118.648000', '092118.651000', '092118.653000', '092118.656000', '092118.658000', '092118.661000', '092118.663000', '092118.666000', '092118.668000', '092118.671000', '092118.674000', '092118.676000', '092118.679000', '092118.682000', '092118.684000', '092118.687000', '092118.689000', '092118.692000', '092118.694000', '092118.697000', '092118.700000', '092118.702000', '092118.705000', '092118.707000', '092118.710000', '092118.713000', '092118.715000', '092118.718000', '092118.720000', '092118.723000', '092118.726000', '092118.728000', '092118.731000', '092118.738000', '092118.741000', '092118.743000', '092118.746000', '092118.749000', '092118.751000', '092118.754000', '092118.756000', '092118.759000', '092138.643000', '092138.645000', '092138.648000', '092138.651000', '092138.653000', '092138.656000', '092138.658000', '092138.661000', '092138.663000', '092138.666000', '092138.669000', '092138.671000', '092138.674000', '092138.677000', '092138.738000', '092138.741000', '092138.744000', '092138.746000', '092138.749000', '092138.751000', '092138.754000', '092138.757000', '092138.759000', '092138.762000', '092138.764000', '092138.767000', '092138.770000', '092138.772000', '092138.775000', '092138.778000', '092138.780000', '092138.783000', '092138.786000', '092138.788000', '092138.791000', '092138.793000', '092138.796000', '092138.799000', '092138.843000', '092138.845000', '092138.848000', '092138.851000', '092138.853000', '092158.644000', '092158.646000', '092158.649000', '092158.652000', '092158.654000', '092158.657000', '092158.660000', '092158.662000', '092158.665000', '092158.667000', '092158.670000', '092158.673000', '092158.675000', '092158.678000', '092158.680000', '092158.683000', '092158.686000', '092158.688000', '092158.691000', '092158.693000', '092158.696000', '092158.698000', '092158.701000', '092158.704000', '092158.706000', '092158.709000', '092158.712000', '092158.714000', '092158.717000', '092158.719000', '092158.722000', '092158.724000', '092158.727000', '092158.730000', '092158.732000', '092158.735000', '092158.737000', '092158.740000', '092158.743000', '092158.745000', '092158.748000', '092158.750000', '092158.753000', '092158.756000', '092218.644000', '092218.646000', '092218.649000', '092218.652000', '092218.654000', '092218.657000', '092218.659000', '092218.662000', '092218.665000', '092218.667000', '092218.670000', '092218.672000', '092218.675000', '092218.678000', '092218.680000', '092218.683000', '092218.685000', '092218.688000', '092218.691000', '092218.693000', '092218.696000', '092218.698000', '092218.701000', '092218.704000', '092218.706000', '092218.709000', '092218.712000', '092218.714000', '092218.717000', '092218.719000', '092218.722000', '092218.725000', '092218.727000', '092218.730000', '092218.732000', '092218.735000', '092218.738000', '092218.740000', '092218.743000', '092218.745000', '092218.748000', '092218.751000', '092218.753000', '092238.643000', '092238.646000', '092238.649000', '092238.652000', '092238.654000', '092238.657000', '092238.659000', '092238.662000', '092238.664000', '092238.667000', '092238.670000', '092238.672000', '092238.675000', '092238.677000', '092238.680000', '092238.683000', '092238.685000', '092238.688000', '092238.690000', '092238.693000', '092238.695000', '092238.698000', '092238.701000', '092238.703000', '092238.706000', '092238.708000', '092238.711000', '092238.714000', '092238.716000', '092238.719000', '092238.721000', '092238.724000', '092238.726000', '092238.729000', '092238.732000', '092238.734000', '092238.737000', '092238.739000', '092238.742000', '092238.744000', '092238.747000', '092238.750000', '092238.752000', '092238.755000', '092258.643000', '092258.646000', '092258.649000', '092258.651000', '092258.654000', '092258.657000', '092258.659000', '092258.662000', '092258.664000', '092258.667000', '092258.670000', '092258.672000', '092258.675000', '092258.678000', '092258.680000', '092258.683000', '092258.685000', '092258.688000', '092258.691000', '092258.693000', '092258.696000', '092258.698000', '092258.701000', '092258.704000', '092258.706000', '092258.709000', '092258.712000', '092258.714000', '092258.717000', '092258.720000', '092258.722000', '092258.725000', '092258.727000', '092258.730000', '092258.732000', '092258.735000', '092258.738000', '092258.740000', '092258.743000', '092258.753000', '092258.755000', '092258.758000', '092258.761000', '092318.643000', '092318.646000', '092318.648000', '092318.651000', '092318.653000', '092318.656000', '092318.658000', '092318.661000', '092318.664000', '092318.666000', '092318.669000', '092318.671000', '092318.674000', '092318.677000', '092318.679000', '092318.682000', '092318.686000', '092318.688000', '092318.691000', '092318.694000', '092318.696000', '092318.699000', '092318.702000', '092318.704000', '092318.707000', '092318.710000', '092318.712000', '092318.715000', '092318.718000', '092318.720000', '092318.723000', '092318.725000', '092318.728000', '092318.730000', '092318.733000', '092318.736000', '092318.738000', '092318.741000', '092318.743000', '092318.746000', '092318.749000', '092318.751000', '092318.754000', '092318.756000', '092338.643000', '092338.645000', '092338.648000', '092338.651000', '092338.653000', '092338.656000', '092338.658000', '092338.661000', '092338.663000', '092338.666000', '092338.669000', '092338.671000', '092338.674000', '092338.677000', '092338.679000', '092338.682000', '092338.684000', '092338.687000', '092338.690000', '092338.692000', '092338.695000', '092338.697000', '092338.700000', '092338.703000', '092338.705000', '092338.708000', '092338.711000', '092338.713000', '092338.716000', '092338.719000', '092338.721000', '092338.724000', '092338.727000', '092338.729000', '092338.732000', '092338.734000', '092338.737000', '092338.740000', '092338.742000', '092338.745000', '092338.747000', '092338.750000', '092338.752000', '092358.643000', '092358.645000', '092358.648000', '092358.651000', '092358.653000', '092358.656000', '092358.658000', '092358.661000', '092358.664000', '092358.666000', '092358.669000', '092358.671000', '092358.674000', '092358.677000', '092358.679000', '092358.682000', '092358.684000', '092358.687000', '092358.690000', '092358.692000', '092358.695000', '092358.698000', '092358.700000', '092358.703000', '092358.706000', '092358.708000', '092358.711000', '092358.714000', '092358.716000', '092358.719000', '092358.722000', '092358.724000', '092358.727000', '092358.729000', '092358.732000', '092358.734000', '092358.737000', '092358.740000', '092358.744000', '092358.746000', '092358.749000', '092358.751000', '092358.754000', '092358.756000', '092418.644000', '092418.647000', '092418.649000', '092418.652000', '092418.654000', '092418.657000', '092418.660000', '092418.662000', '092418.665000', '092418.667000', '092418.670000', '092418.672000', '092418.675000', '092418.678000', '092418.680000', '092418.683000', '092418.685000', '092418.688000', '092418.690000', '092418.693000', '092418.696000', '092418.698000', '092418.701000', '092418.703000', '092418.706000', '092418.709000', '092418.711000', '092418.714000', '092418.717000', '092418.719000', '092418.722000', '092418.724000', '092418.727000', '092418.730000', '092418.732000', '092418.735000', '092418.737000', '092418.740000', '092418.743000', '092418.745000', '092418.748000', '092418.750000', '092418.753000', '092437.702000', '092437.705000', '092437.708000', '092437.710000', '092437.713000', '092437.716000', '092437.718000', '092437.723000', '092437.725000', '092437.728000', '092437.731000', '092437.734000', '092437.737000', '092437.740000', '092437.743000', '092437.746000', '092437.749000', '092437.751000', '092437.754000', '092437.757000', '092437.760000', '092437.763000', '092437.765000', '092437.768000', '092437.771000', '092437.773000', '092437.776000', '092437.779000', '092437.782000', '092437.784000', '092437.787000', '092437.790000', '092437.793000', '092437.797000', '092437.802000', '092437.823000', '092437.826000', '092437.829000', '092437.832000', '092437.835000', '092437.838000', '092437.841000'], 'InstanceCreationTime': ['091818.698000', '091818.701000', '091818.714000', '091818.717000', '091818.719000', '091818.722000', '091818.724000', '091818.727000', '091818.730000', '091818.732000', '091818.735000', '091818.738000', '091818.740000', '091818.743000', '091818.745000', '091818.748000', '091818.750000', '091818.753000', '091818.756000', '091818.758000', '091818.761000', '091818.764000', '091818.767000', '091818.769000', '091818.772000', '091818.774000', '091818.777000', '091818.780000', '091818.782000', '091818.785000', '091818.787000', '091818.790000', '091818.792000', '091818.795000', '091818.801000', '091818.804000', '091818.806000', '091818.809000', '091818.812000', '091818.814000', '091818.817000', '091818.851000', '091818.854000', '091818.857000', '091818.859000', '091818.862000', '091818.864000', '091838.642000', '091838.648000', '091838.651000', '091838.653000', '091838.656000', '091838.658000', '091838.661000', '091838.664000', '091838.666000', '091838.669000', '091838.671000', '091838.674000', '091838.677000', '091838.679000', '091838.682000', '091838.684000', '091838.687000', '091838.690000', '091838.692000', '091838.695000', '091838.697000', '091838.700000', '091838.706000', '091838.709000', '091838.711000', '091838.714000', '091838.716000', '091838.719000', '091838.721000', '091838.724000', '091838.727000', '091838.729000', '091838.732000', '091838.734000', '091838.737000', '091838.739000', '091838.742000', '091838.745000', '091838.747000', '091838.750000', '091838.753000', '091838.755000', '091838.758000', '091838.760000', '091858.643000', '091858.645000', '091858.648000', '091858.651000', '091858.653000', '091858.656000', '091858.658000', '091858.661000', '091858.663000', '091858.666000', '091858.669000', '091858.671000', '091858.674000', '091858.676000', '091858.679000', '091858.681000', '091858.684000', '091858.687000', '091858.690000', '091858.692000', '091858.712000', '091858.715000', '091858.717000', '091858.720000', '091858.722000', '091858.725000', '091858.728000', '091858.730000', '091858.733000', '091858.735000', '091858.738000', '091858.740000', '091858.743000', '091858.746000', '091858.748000', '091858.751000', '091858.753000', '091858.756000', '091858.759000', '091858.761000', '091858.764000', '091858.766000', '091858.769000', '091918.642000', '091918.645000', '091918.648000', '091918.650000', '091918.653000', '091918.655000', '091918.658000', '091918.661000', '091918.663000', '091918.666000', '091918.668000', '091918.671000', '091918.673000', '091918.676000', '091918.678000', '091918.681000', '091918.684000', '091918.686000', '091918.689000', '091918.691000', '091918.694000', '091918.697000', '091918.699000', '091918.702000', '091918.704000', '091918.707000', '091918.709000', '091918.712000', '091918.715000', '091918.717000', '091918.720000', '091918.722000', '091918.725000', '091918.728000', '091918.730000', '091918.733000', '091918.735000', '091918.738000', '091918.740000', '091918.743000', '091918.746000', '091918.748000', '091918.751000', '091918.754000', '091938.644000', '091938.646000', '091938.649000', '091938.652000', '091938.654000', '091938.657000', '091938.659000', '091938.662000', '091938.665000', '091938.667000', '091938.670000', '091938.672000', '091938.675000', '091938.677000', '091938.680000', '091938.683000', '091938.685000', '091938.688000', '091938.691000', '091938.694000', '091938.696000', '091938.699000', '091938.701000', '091938.704000', '091938.707000', '091938.709000', '091938.712000', '091938.714000', '091938.717000', '091938.719000', '091938.722000', '091938.725000', '091938.727000', '091938.730000', '091938.732000', '091938.735000', '091938.738000', '091938.740000', '091938.743000', '091938.745000', '091938.748000', '091938.751000', '091938.754000', '091958.643000', '091958.646000', '091958.649000', '091958.651000', '091958.654000', '091958.657000', '091958.659000', '091958.662000', '091958.664000', '091958.667000', '091958.670000', '091958.672000', '091958.675000', '091958.677000', '091958.680000', '091958.682000', '091958.685000', '091958.688000', '091958.690000', '091958.693000', '091958.699000', '091958.702000', '091958.704000', '091958.707000', '091958.709000', '091958.712000', '091958.714000', '091958.717000', '091958.720000', '091958.722000', '091958.725000', '091958.728000', '091958.730000', '091958.746000', '091958.748000', '091958.751000', '091958.753000', '091958.756000', '091958.758000', '091958.761000', '091958.764000', '091958.766000', '091958.769000', '091958.771000', '092018.643000', '092018.646000', '092018.649000', '092018.652000', '092018.654000', '092018.657000', '092018.659000', '092018.662000', '092018.665000', '092018.667000', '092018.670000', '092018.672000', '092018.675000', '092018.677000', '092018.680000', '092018.683000', '092018.685000', '092018.688000', '092018.690000', '092018.693000', '092018.695000', '092018.698000', '092018.701000', '092018.703000', '092018.706000', '092018.708000', '092018.711000', '092018.714000', '092018.716000', '092018.719000', '092018.722000', '092018.724000', '092018.727000', '092018.729000', '092018.732000', '092018.735000', '092018.737000', '092018.740000', '092018.742000', '092018.745000', '092018.748000', '092018.750000', '092018.753000', '092038.644000', '092038.647000', '092038.649000', '092038.652000', '092038.654000', '092038.657000', '092038.660000', '092038.662000', '092038.665000', '092038.667000', '092038.670000', '092038.672000', '092038.675000', '092038.678000', '092038.680000', '092038.683000', '092038.685000', '092038.692000', '092038.695000', '092038.697000', '092038.700000', '092038.702000', '092038.705000', '092038.707000', '092038.710000', '092038.713000', '092038.715000', '092038.718000', '092038.720000', '092038.723000', '092038.725000', '092038.728000', '092038.731000', '092038.733000', '092038.736000', '092038.738000', '092038.741000', '092038.743000', '092038.746000', '092038.749000', '092038.751000', '092038.754000', '092038.756000', '092038.759000', '092058.642000', '092058.645000', '092058.648000', '092058.651000', '092058.653000', '092058.656000', '092058.658000', '092058.661000', '092058.663000', '092058.666000', '092058.669000', '092058.671000', '092058.674000', '092058.676000', '092058.679000', '092058.681000', '092058.684000', '092058.687000', '092058.689000', '092058.692000', '092058.694000', '092058.697000', '092058.699000', '092058.702000', '092058.705000', '092058.707000', '092058.710000', '092058.712000', '092058.715000', '092058.717000', '092058.720000', '092058.723000', '092058.725000', '092058.728000', '092058.731000', '092058.734000', '092058.736000', '092058.739000', '092058.741000', '092058.744000', '092058.747000', '092058.749000', '092058.752000', '092118.642000', '092118.645000', '092118.648000', '092118.651000', '092118.653000', '092118.656000', '092118.658000', '092118.661000', '092118.663000', '092118.666000', '092118.668000', '092118.671000', '092118.674000', '092118.676000', '092118.679000', '092118.682000', '092118.684000', '092118.687000', '092118.689000', '092118.692000', '092118.694000', '092118.697000', '092118.700000', '092118.702000', '092118.705000', '092118.707000', '092118.710000', '092118.713000', '092118.715000', '092118.718000', '092118.720000', '092118.723000', '092118.726000', '092118.728000', '092118.731000', '092118.738000', '092118.741000', '092118.743000', '092118.746000', '092118.749000', '092118.751000', '092118.754000', '092118.756000', '092118.759000', '092138.643000', '092138.645000', '092138.648000', '092138.651000', '092138.653000', '092138.656000', '092138.658000', '092138.661000', '092138.663000', '092138.666000', '092138.669000', '092138.671000', '092138.674000', '092138.677000', '092138.738000', '092138.741000', '092138.744000', '092138.746000', '092138.749000', '092138.751000', '092138.754000', '092138.757000', '092138.759000', '092138.762000', '092138.764000', '092138.767000', '092138.770000', '092138.772000', '092138.775000', '092138.778000', '092138.780000', '092138.783000', '092138.786000', '092138.788000', '092138.791000', '092138.793000', '092138.796000', '092138.799000', '092138.843000', '092138.845000', '092138.848000', '092138.851000', '092138.853000', '092158.644000', '092158.646000', '092158.649000', '092158.652000', '092158.654000', '092158.657000', '092158.660000', '092158.662000', '092158.665000', '092158.667000', '092158.670000', '092158.673000', '092158.675000', '092158.678000', '092158.680000', '092158.683000', '092158.686000', '092158.688000', '092158.691000', '092158.693000', '092158.696000', '092158.698000', '092158.701000', '092158.704000', '092158.706000', '092158.709000', '092158.712000', '092158.714000', '092158.717000', '092158.719000', '092158.722000', '092158.724000', '092158.727000', '092158.730000', '092158.732000', '092158.735000', '092158.737000', '092158.740000', '092158.743000', '092158.745000', '092158.748000', '092158.750000', '092158.753000', '092158.756000', '092218.644000', '092218.646000', '092218.649000', '092218.652000', '092218.654000', '092218.657000', '092218.659000', '092218.662000', '092218.665000', '092218.667000', '092218.670000', '092218.672000', '092218.675000', '092218.678000', '092218.680000', '092218.683000', '092218.685000', '092218.688000', '092218.691000', '092218.693000', '092218.696000', '092218.698000', '092218.701000', '092218.704000', '092218.706000', '092218.709000', '092218.712000', '092218.714000', '092218.717000', '092218.719000', '092218.722000', '092218.725000', '092218.727000', '092218.730000', '092218.732000', '092218.735000', '092218.738000', '092218.740000', '092218.743000', '092218.745000', '092218.748000', '092218.751000', '092218.753000', '092238.643000', '092238.646000', '092238.649000', '092238.652000', '092238.654000', '092238.657000', '092238.659000', '092238.662000', '092238.664000', '092238.667000', '092238.670000', '092238.672000', '092238.675000', '092238.677000', '092238.680000', '092238.683000', '092238.685000', '092238.688000', '092238.690000', '092238.693000', '092238.695000', '092238.698000', '092238.701000', '092238.703000', '092238.706000', '092238.708000', '092238.711000', '092238.714000', '092238.716000', '092238.719000', '092238.721000', '092238.724000', '092238.726000', '092238.729000', '092238.732000', '092238.734000', '092238.737000', '092238.739000', '092238.742000', '092238.744000', '092238.747000', '092238.750000', '092238.752000', '092238.755000', '092258.643000', '092258.646000', '092258.649000', '092258.651000', '092258.654000', '092258.657000', '092258.659000', '092258.662000', '092258.664000', '092258.667000', '092258.670000', '092258.672000', '092258.675000', '092258.678000', '092258.680000', '092258.683000', '092258.685000', '092258.688000', '092258.691000', '092258.693000', '092258.696000', '092258.698000', '092258.701000', '092258.704000', '092258.706000', '092258.709000', '092258.712000', '092258.714000', '092258.717000', '092258.720000', '092258.722000', '092258.725000', '092258.727000', '092258.730000', '092258.732000', '092258.735000', '092258.738000', '092258.740000', '092258.743000', '092258.753000', '092258.755000', '092258.758000', '092258.761000', '092318.643000', '092318.646000', '092318.648000', '092318.651000', '092318.653000', '092318.656000', '092318.658000', '092318.661000', '092318.664000', '092318.666000', '092318.669000', '092318.671000', '092318.674000', '092318.677000', '092318.679000', '092318.682000', '092318.686000', '092318.688000', '092318.691000', '092318.694000', '092318.696000', '092318.699000', '092318.702000', '092318.704000', '092318.707000', '092318.710000', '092318.712000', '092318.715000', '092318.718000', '092318.720000', '092318.723000', '092318.725000', '092318.728000', '092318.730000', '092318.733000', '092318.736000', '092318.738000', '092318.741000', '092318.743000', '092318.746000', '092318.749000', '092318.751000', '092318.754000', '092318.756000', '092338.643000', '092338.645000', '092338.648000', '092338.651000', '092338.653000', '092338.656000', '092338.658000', '092338.661000', '092338.663000', '092338.666000', '092338.669000', '092338.671000', '092338.674000', '092338.677000', '092338.679000', '092338.682000', '092338.684000', '092338.687000', '092338.690000', '092338.692000', '092338.695000', '092338.697000', '092338.700000', '092338.703000', '092338.705000', '092338.708000', '092338.711000', '092338.713000', '092338.716000', '092338.719000', '092338.721000', '092338.724000', '092338.727000', '092338.729000', '092338.732000', '092338.734000', '092338.737000', '092338.740000', '092338.742000', '092338.745000', '092338.747000', '092338.750000', '092338.752000', '092358.643000', '092358.645000', '092358.648000', '092358.651000', '092358.653000', '092358.656000', '092358.658000', '092358.661000', '092358.664000', '092358.666000', '092358.669000', '092358.671000', '092358.674000', '092358.677000', '092358.679000', '092358.682000', '092358.684000', '092358.687000', '092358.690000', '092358.692000', '092358.695000', '092358.698000', '092358.700000', '092358.703000', '092358.706000', '092358.708000', '092358.711000', '092358.714000', '092358.716000', '092358.719000', '092358.722000', '092358.724000', '092358.727000', '092358.729000', '092358.732000', '092358.734000', '092358.737000', '092358.740000', '092358.744000', '092358.746000', '092358.749000', '092358.751000', '092358.754000', '092358.756000', '092418.644000', '092418.647000', '092418.649000', '092418.652000', '092418.654000', '092418.657000', '092418.660000', '092418.662000', '092418.665000', '092418.667000', '092418.670000', '092418.672000', '092418.675000', '092418.678000', '092418.680000', '092418.683000', '092418.685000', '092418.688000', '092418.690000', '092418.693000', '092418.696000', '092418.698000', '092418.701000', '092418.703000', '092418.706000', '092418.709000', '092418.711000', '092418.714000', '092418.717000', '092418.719000', '092418.722000', '092418.724000', '092418.727000', '092418.730000', '092418.732000', '092418.735000', '092418.737000', '092418.740000', '092418.743000', '092418.745000', '092418.748000', '092418.750000', '092418.753000', '092437.702000', '092437.705000', '092437.708000', '092437.710000', '092437.713000', '092437.716000', '092437.718000', '092437.723000', '092437.725000', '092437.728000', '092437.731000', '092437.734000', '092437.737000', '092437.740000', '092437.743000', '092437.746000', '092437.749000', '092437.751000', '092437.754000', '092437.757000', '092437.760000', '092437.763000', '092437.765000', '092437.768000', '092437.771000', '092437.773000', '092437.776000', '092437.779000', '092437.782000', '092437.784000', '092437.787000', '092437.790000', '092437.793000', '092437.797000', '092437.802000', '092437.823000', '092437.826000', '092437.829000', '092437.832000', '092437.835000', '092437.838000', '092437.841000'], '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': [8167, 8520, 10780, 13581, 8352, 7314, 7094, 6720, 7479, 9876, 8309, 7586, 7454, 7826, 7076, 7884, 11815, 10338, 7380, 7169, 7667, 8097, 8907, 12260, 7933, 7632, 7084, 6838, 7583, 9585, 8442, 6817, 7418, 8197, 7159, 8978, 10493, 8862, 6700, 7787, 8007, 8838, 10005, 8060, 7500, 6807, 7536, 7628, 10718, 10885, 8102, 7294, 6979, 7288, 7899, 11293, 9009, 8164, 7133, 6896, 7715, 7857, 9791, 8469, 7467, 7797, 7152, 7629, 10778, 7762, 8380, 9104, 6982, 7463, 7283, 8319, 7716, 8944, 10263, 7137, 7565, 8502, 8319, 8069, 12125, 8741, 7768, 7748, 7158, 7928, 9617, 8331, 7652, 7242, 7508, 7450, 7751, 7925, 10522, 11365, 7481, 7578, 7118, 7375, 8558, 9410, 8725, 8125, 7002, 7568, 7363, 7122, 7853, 12196, 10450, 7768, 9092, 7736, 7935, 9259, 8295, 10436, 7821, 7618, 7012, 7057, 8072, 9280, 8137, 7519, 7171, 6894, 6962, 8242, 6551, 7480, 9225, 12008, 9105, 8065, 9212, 6895, 8107, 12421, 10993, 7971, 7788, 7064, 7638, 8199, 10876, 9140, 7689, 8099, 6660, 7882, 10126, 7579, 8377, 8488, 7001, 8062, 9046, 7530, 7998, 11001, 7651, 8278, 7920, 7005, 7937, 8540, 8375, 8814, 9504, 8388, 7149, 7705, 8028, 7280, 9252, 9981, 8281, 7031, 7341, 7348, 7554, 7450, 7438, 8347, 10311, 7111, 7568, 8377, 6885, 7383, 8044, 7947, 7362, 8546, 12906, 10351, 8005, 7592, 8326, 7267, 8982, 12782, 9524, 7189, 7556, 6487, 7117, 9567, 8696, 7738, 7115, 6644, 6943, 7708, 10069, 9655, 7756, 9354, 8126, 7736, 9136, 10645, 10771, 11948, 7060, 7732, 7629, 7321, 8513, 11791, 7974, 8193, 7439, 8192, 8420, 10133, 8758, 8175, 8450, 7071, 8445, 8179, 7531, 8319, 8710, 7168, 7743, 8430, 6940, 9787, 11670, 7659, 7281, 6777, 7511, 10463, 8208, 7571, 7405, 6803, 7109, 7191, 8034, 7180, 7065, 11189, 9280, 7405, 8699, 7331, 7113, 10619, 10596, 7556, 11978, 7036, 7086, 7294, 6934, 8206, 9820, 7049, 7215, 6900, 6894, 7791, 10393, 8561, 7888, 8416, 7141, 7715, 10386, 9134, 10236, 8586, 7569, 7829, 6880, 7829, 11045, 9364, 7941, 7980, 6936, 7786, 8354, 7372, 7725, 10502, 9880, 7085, 7475, 7293, 7441, 9368, 11586, 8027, 7467, 7792, 6781, 7694, 11672, 9063, 8083, 9204, 6846, 7609, 10635, 8323, 7706, 12271, 6892, 7805, 8203, 8090, 7928, 12446, 8405, 7316, 8067, 6687, 6953, 8120, 7562, 8121, 7792, 12947, 9843, 7656, 8385, 7374, 7165, 11168, 10818, 9636, 10439, 7296, 7390, 7437, 6627, 8009, 11745, 9022, 7836, 9012, 7428, 8135, 9191, 8525, 7945, 7292, 7883, 7818, 7076, 8076, 10428, 10006, 7800, 8080, 8172, 7702, 10540, 9372, 8567, 9012, 7205, 8457, 8841, 7562, 8554, 12374, 7604, 7870, 7516, 7409, 8002, 10213, 9190, 7770, 7619, 7905, 8114, 7234, 7774, 11428, 9854, 8396, 8616, 6985, 7972, 9236, 7959, 9573, 9751, 7541, 7797, 6790, 7878, 10219, 9686, 7680, 7893, 6889, 7853, 10555, 11052, 8469, 8497, 7115, 8235, 9612, 7485, 8240, 11788, 8092, 7578, 7016, 8182, 8885, 8484, 8131, 10227, 7770, 7987, 7652, 7617, 9543, 10648, 9042, 7779, 6952, 7696, 8664, 7071, 8002, 9893, 7062, 8251, 10185, 9659, 7121, 7533, 8957, 7012, 8119, 10847, 8354, 7725, 9219, 7432, 7821, 13271, 9919, 8058, 9313, 7312, 8194, 10193, 8937, 7843, 7221, 7854, 7761, 7073, 8213, 11064, 9043, 8095, 8919, 6929, 8590, 11887, 9472, 8176, 8441, 7494, 8066, 7645, 8192, 13351, 9819, 7964, 7619, 7960, 7732, 7961, 8560, 11968, 7643, 8034, 9857, 8072, 8272, 12186, 9190, 7975, 8349, 7119, 8451, 7985, 8056, 12444, 8292, 7984, 7016, 7281, 8100, 9933, 8241, 8152, 7605, 7264, 8204, 8518, 8482, 11220, 8782, 8082, 8896, 7447, 9157, 10271, 8638, 8093, 6879, 7985, 10263, 8433, 8299, 12511, 7645, 7854, 7386, 7435, 10504, 10263, 8071, 11607, 7158, 7948, 7291, 8107, 11789, 9357, 8085, 8092, 7898, 7832, 7144, 8069, 10019, 7401, 8010, 10017, 8026, 8271, 11743, 9291, 7772, 7988, 7627, 8031, 7736, 8422, 13313, 9047, 7850, 9459, 6571, 7043, 9059, 7667, 7393, 8723, 10683, 8896, 7904, 8956, 6562, 7581, 11551, 10149, 9326, 10517, 7166, 7990, 8728, 7053, 8501, 12228, 9803, 8072, 8977, 6962, 8094, 9627, 7600, 8061, 9678, 6947, 7923, 8852, 7204, 7873, 11862, 10705, 7429, 7923, 8830, 7061, 7709, 10380, 10655, 10143, 10923, 7958, 7702, 8252, 7068, 8148, 12300, 9571, 7913, 7158, 7871, 8431, 9344, 8253, 8156, 7625, 8021, 8187, 8695, 7721, 10433, 10748, 7778, 8074, 7248, 8061, 11589, 8203, 8560, 12768, 7707, 8171, 7429, 7783, 8411, 8847, 8619, 9673, 7244, 7894, 9808, 7803, 8353, 9985, 8972, 8399, 7485, 7907, 7803, 7136, 8123, 11788, 10447, 8249, 8730, 7451, 8006, 7860, 8146, 12457, 9732, 7975, 7676, 8449, 8181, 8029, 9959, 8335, 8200, 7553, 8018, 8093, 7479, 8124, 11146, 9556, 8386, 8828, 6943, 8108, 9944, 8143, 10294, 12511, 7725, 7614, 6705, 8226, 12087, 9536, 8468, 8511, 7939, 8475, 7758, 7847, 11123, 9666, 8481, 9189, 8124, 8481, 8779, 8142, 13279, 10344, 8153, 7624, 7837, 9059, 8573, 8146, 11798, 8154, 7975, 6985, 7731, 9749, 8107, 8466, 11828, 9219, 7709, 7070, 7702, 8503, 7895, 10020, 10247, 8031, 8532, 6710, 8414, 8146, 7834, 9006, 10910, 7898, 8407, 6874, 8026, 9869, 8243, 9832, 11557, 7751, 7794, 6725, 7200, 8151, 7228, 7543, 8473, 11781, 10665, 8255, 9598, 6771, 7887, 9391, 7597, 10453, 11072, 7994, 7592, 6569, 7757, 9745, 7808, 8093, 11378, 7953, 8283, 7352, 7935, 11403, 8487, 10094, 11497, 7832, 7902, 7014, 8023, 10735, 10209, 8331, 8592, 7100, 7977, 9897, 7791, 10878, 12771, 8906, 8157, 7271, 8017, 8803, 7653, 9905, 9573, 7913, 8933, 7845, 7706, 8671, 8194, 11018, 8298, 8211, 10200, 7747, 7911, 8417, 8361, 13023, 8299, 7959, 7438, 7923, 10308, 7822, 9581, 12215, 7844, 8691, 8269, 8049, 7865, 7623, 11265], 'WindowCenter': [3719.0, 3714.0, 3721.0, 3742.0, 3684.0, 3662.0, 3649.0, 3651.0, 3661.0, 3692.0, 3669.0, 3659.0, 3659.0, 3659.0, 3659.0, 3670.0, 3714.0, 3691.0, 3660.0, 3647.0, 3659.0, 3670.0, 3679.0, 3713.0, 3669.0, 3659.0, 3648.0, 3648.0, 3671.0, 3692.0, 3670.0, 3649.0, 3659.0, 3670.0, 3660.0, 3681.0, 3704.0, 3680.0, 3649.0, 3659.0, 3669.0, 3680.0, 3693.0, 3671.0, 3660.0, 3647.0, 3658.0, 3669.0, 3690.0, 3703.0, 3670.0, 3658.0, 3647.0, 3658.0, 3669.0, 3700.0, 3680.0, 3669.0, 3660.0, 3658.0, 3669.0, 3668.0, 3689.0, 3670.0, 3658.0, 3658.0, 3648.0, 3658.0, 3700.0, 3659.0, 3670.0, 3680.0, 3646.0, 3657.0, 3657.0, 3669.0, 3657.0, 3679.0, 3690.0, 3647.0, 3657.0, 3667.0, 3667.0, 3658.0, 3699.0, 3669.0, 3658.0, 3655.0, 3646.0, 3657.0, 3678.0, 3670.0, 3671.0, 3657.0, 3659.0, 3657.0, 3657.0, 3670.0, 3691.0, 3715.0, 3660.0, 3670.0, 3660.0, 3659.0, 3668.0, 3678.0, 3681.0, 3668.0, 3648.0, 3660.0, 3656.0, 3647.0, 3668.0, 3700.0, 3689.0, 3659.0, 3667.0, 3657.0, 3656.0, 3678.0, 3668.0, 3689.0, 3657.0, 3657.0, 3646.0, 3658.0, 3668.0, 3678.0, 3670.0, 3660.0, 3659.0, 3674.0, 3672.0, 3683.0, 3650.0, 3671.0, 3692.0, 3713.0, 3682.0, 3671.0, 3681.0, 3649.0, 3671.0, 3712.0, 3702.0, 3668.0, 3658.0, 3646.0, 3658.0, 3667.0, 3689.0, 3680.0, 3657.0, 3657.0, 3647.0, 3670.0, 3689.0, 3657.0, 3668.0, 3668.0, 3647.0, 3669.0, 3679.0, 3670.0, 3671.0, 3703.0, 3670.0, 3670.0, 3669.0, 3648.0, 3667.0, 3669.0, 3668.0, 3680.0, 3692.0, 3668.0, 3649.0, 3658.0, 3657.0, 3658.0, 3677.0, 3676.0, 3680.0, 3647.0, 3658.0, 3659.0, 3658.0, 3658.0, 3658.0, 3670.0, 3692.0, 3660.0, 3672.0, 3681.0, 3674.0, 3672.0, 3684.0, 3683.0, 3672.0, 3682.0, 3725.0, 3704.0, 3672.0, 3658.0, 3657.0, 3646.0, 3667.0, 3701.0, 3681.0, 3649.0, 3659.0, 3638.0, 3647.0, 3679.0, 3669.0, 3671.0, 3648.0, 3647.0, 3650.0, 3671.0, 3703.0, 3694.0, 3673.0, 3693.0, 3673.0, 3671.0, 3694.0, 3691.0, 3702.0, 3702.0, 3648.0, 3658.0, 3658.0, 3661.0, 3680.0, 3701.0, 3659.0, 3669.0, 3658.0, 3669.0, 3669.0, 3690.0, 3680.0, 3682.0, 3668.0, 3660.0, 3668.0, 3681.0, 3670.0, 3682.0, 3680.0, 3660.0, 3658.0, 3668.0, 3661.0, 3691.0, 3701.0, 3658.0, 3647.0, 3636.0, 3647.0, 3677.0, 3668.0, 3660.0, 3657.0, 3647.0, 3662.0, 3660.0, 3669.0, 3649.0, 3650.0, 3701.0, 3679.0, 3660.0, 3670.0, 3659.0, 3649.0, 3690.0, 3691.0, 3661.0, 3701.0, 3647.0, 3649.0, 3646.0, 3646.0, 3669.0, 3691.0, 3661.0, 3659.0, 3660.0, 3663.0, 3672.0, 3703.0, 3684.0, 3672.0, 3681.0, 3662.0, 3670.0, 3703.0, 3681.0, 3690.0, 3669.0, 3661.0, 3659.0, 3659.0, 3659.0, 3700.0, 3680.0, 3669.0, 3668.0, 3647.0, 3659.0, 3680.0, 3658.0, 3659.0, 3691.0, 3691.0, 3648.0, 3658.0, 3660.0, 3661.0, 3679.0, 3713.0, 3672.0, 3659.0, 3659.0, 3648.0, 3659.0, 3700.0, 3681.0, 3670.0, 3692.0, 3649.0, 3659.0, 3689.0, 3669.0, 3660.0, 3702.0, 3648.0, 3659.0, 3668.0, 3658.0, 3658.0, 3712.0, 3669.0, 3660.0, 3670.0, 3650.0, 3660.0, 3670.0, 3658.0, 3669.0, 3659.0, 3712.0, 3690.0, 3660.0, 3670.0, 3657.0, 3647.0, 3688.0, 3689.0, 3680.0, 3689.0, 3647.0, 3647.0, 3645.0, 3636.0, 3657.0, 3699.0, 3680.0, 3659.0, 3681.0, 3660.0, 3670.0, 3680.0, 3681.0, 3672.0, 3659.0, 3672.0, 3672.0, 3649.0, 3671.0, 3703.0, 3692.0, 3671.0, 3682.0, 3681.0, 3672.0, 3691.0, 3679.0, 3681.0, 3680.0, 3646.0, 3670.0, 3679.0, 3659.0, 3669.0, 3712.0, 3660.0, 3670.0, 3659.0, 3659.0, 3669.0, 3690.0, 3681.0, 3659.0, 3658.0, 3668.0, 3657.0, 3657.0, 3658.0, 3700.0, 3693.0, 3671.0, 3669.0, 3647.0, 3669.0, 3680.0, 3671.0, 3681.0, 3679.0, 3658.0, 3658.0, 3636.0, 3669.0, 3692.0, 3691.0, 3672.0, 3671.0, 3659.0, 3671.0, 3701.0, 3702.0, 3671.0, 3670.0, 3648.0, 3669.0, 3679.0, 3660.0, 3669.0, 3701.0, 3658.0, 3658.0, 3647.0, 3667.0, 3679.0, 3679.0, 3670.0, 3691.0, 3659.0, 3669.0, 3658.0, 3658.0, 3679.0, 3690.0, 3682.0, 3659.0, 3658.0, 3670.0, 3681.0, 3660.0, 3670.0, 3689.0, 3659.0, 3680.0, 3703.0, 3692.0, 3660.0, 3671.0, 3681.0, 3660.0, 3671.0, 3703.0, 3669.0, 3671.0, 3681.0, 3660.0, 3671.0, 3714.0, 3693.0, 3671.0, 3679.0, 3659.0, 3669.0, 3690.0, 3681.0, 3670.0, 3659.0, 3671.0, 3669.0, 3660.0, 3682.0, 3714.0, 3682.0, 3672.0, 3681.0, 3649.0, 3681.0, 3702.0, 3693.0, 3670.0, 3669.0, 3659.0, 3658.0, 3658.0, 3668.0, 3711.0, 3691.0, 3669.0, 3657.0, 3669.0, 3670.0, 3671.0, 3681.0, 3712.0, 3669.0, 3670.0, 3690.0, 3669.0, 3669.0, 3713.0, 3682.0, 3669.0, 3668.0, 3647.0, 3656.0, 3657.0, 3669.0, 3700.0, 3667.0, 3657.0, 3646.0, 3657.0, 3668.0, 3690.0, 3682.0, 3670.0, 3670.0, 3660.0, 3670.0, 3679.0, 3680.0, 3702.0, 3680.0, 3670.0, 3680.0, 3660.0, 3679.0, 3690.0, 3683.0, 3669.0, 3648.0, 3670.0, 3689.0, 3670.0, 3670.0, 3713.0, 3661.0, 3670.0, 3658.0, 3659.0, 3690.0, 3690.0, 3671.0, 3700.0, 3648.0, 3668.0, 3658.0, 3668.0, 3700.0, 3680.0, 3658.0, 3669.0, 3669.0, 3656.0, 3647.0, 3669.0, 3690.0, 3659.0, 3670.0, 3689.0, 3670.0, 3670.0, 3701.0, 3692.0, 3659.0, 3656.0, 3658.0, 3657.0, 3658.0, 3668.0, 3710.0, 3679.0, 3668.0, 3678.0, 3647.0, 3660.0, 3680.0, 3669.0, 3659.0, 3669.0, 3690.0, 3682.0, 3670.0, 3681.0, 3648.0, 3659.0, 3701.0, 3691.0, 3680.0, 3690.0, 3648.0, 3668.0, 3668.0, 3648.0, 3668.0, 3701.0, 3693.0, 3671.0, 3679.0, 3661.0, 3683.0, 3705.0, 3685.0, 3684.0, 3692.0, 3661.0, 3672.0, 3691.0, 3660.0, 3670.0, 3727.0, 3717.0, 3660.0, 3671.0, 3682.0, 3660.0, 3669.0, 3691.0, 3703.0, 3692.0, 3689.0, 3656.0, 3658.0, 3667.0, 3646.0, 3668.0, 3700.0, 3691.0, 3668.0, 3646.0, 3669.0, 3680.0, 3690.0, 3681.0, 3672.0, 3669.0, 3670.0, 3670.0, 3669.0, 3671.0, 3691.0, 3702.0, 3660.0, 3669.0, 3658.0, 3658.0, 3698.0, 3669.0, 3669.0, 3712.0, 3659.0, 3667.0, 3647.0, 3657.0, 3668.0, 3679.0, 3669.0, 3678.0, 3658.0, 3669.0, 3688.0, 3658.0, 3669.0, 3689.0, 3680.0, 3669.0, 3659.0, 3669.0, 3658.0, 3647.0, 3670.0, 3701.0, 3702.0, 3670.0, 3668.0, 3658.0, 3658.0, 3657.0, 3669.0, 3701.0, 3680.0, 3656.0, 3656.0, 3668.0, 3666.0, 3669.0, 3688.0, 3668.0, 3668.0, 3656.0, 3668.0, 3667.0, 3658.0, 3668.0, 3701.0, 3690.0, 3680.0, 3682.0, 3648.0, 3669.0, 3689.0, 3669.0, 3689.0, 3712.0, 3658.0, 3657.0, 3636.0, 3668.0, 3698.0, 3679.0, 3668.0, 3667.0, 3668.0, 3667.0, 3657.0, 3670.0, 3699.0, 3691.0, 3669.0, 3679.0, 3669.0, 3668.0, 3666.0, 3668.0, 3710.0, 3691.0, 3657.0, 3656.0, 3658.0, 3666.0, 3667.0, 3657.0, 3700.0, 3671.0, 3668.0, 3647.0, 3658.0, 3677.0, 3668.0, 3668.0, 3700.0, 3680.0, 3658.0, 3647.0, 3658.0, 3666.0, 3656.0, 3676.0, 3688.0, 3668.0, 3667.0, 3646.0, 3667.0, 3655.0, 3669.0, 3679.0, 3699.0, 3670.0, 3670.0, 3648.0, 3669.0, 3688.0, 3669.0, 3689.0, 3700.0, 3659.0, 3656.0, 3647.0, 3659.0, 3670.0, 3669.0, 3670.0, 3679.0, 3712.0, 3702.0, 3668.0, 3678.0, 3646.0, 3657.0, 3666.0, 3657.0, 3687.0, 3700.0, 3659.0, 3655.0, 3645.0, 3657.0, 3677.0, 3669.0, 3669.0, 3701.0, 3669.0, 3670.0, 3658.0, 3669.0, 3700.0, 3681.0, 3690.0, 3700.0, 3659.0, 3668.0, 3647.0, 3670.0, 3701.0, 3702.0, 3681.0, 3680.0, 3659.0, 3669.0, 3688.0, 3658.0, 3689.0, 3710.0, 3679.0, 3666.0, 3645.0, 3667.0, 3677.0, 3658.0, 3688.0, 3688.0, 3669.0, 3678.0, 3668.0, 3657.0, 3667.0, 3667.0, 3700.0, 3669.0, 3681.0, 3689.0, 3670.0, 3667.0, 3668.0, 3668.0, 3710.0, 3668.0, 3667.0, 3657.0, 3658.0, 3676.0, 3658.0, 3676.0, 3701.0, 3657.0, 3666.0, 3668.0, 3667.0, 3667.0, 3658.0, 3699.0], 'WindowWidth': [8402.0, 8382.0, 8381.0, 8409.0, 8317.0, 8284.0, 8261.0, 8266.0, 8278.0, 8321.0, 8286.0, 8272.0, 8272.0, 8271.0, 8274.0, 8290.0, 8355.0, 8316.0, 8274.0, 8253.0, 8270.0, 8287.0, 8298.0, 8350.0, 8283.0, 8272.0, 8257.0, 8258.0, 8291.0, 8321.0, 8287.0, 8258.0, 8272.0, 8287.0, 8275.0, 8305.0, 8339.0, 8302.0, 8258.0, 8273.0, 8286.0, 8301.0, 8323.0, 8289.0, 8275.0, 8255.0, 8270.0, 8286.0, 8316.0, 8336.0, 8289.0, 8268.0, 8253.0, 8269.0, 8287.0, 8328.0, 8301.0, 8286.0, 8275.0, 8270.0, 8284.0, 8282.0, 8312.0, 8289.0, 8269.0, 8268.0, 8256.0, 8269.0, 8328.0, 8271.0, 8289.0, 8301.0, 8251.0, 8268.0, 8266.0, 8285.0, 8268.0, 8300.0, 8314.0, 8252.0, 8265.0, 8279.0, 8281.0, 8267.0, 8326.0, 8286.0, 8267.0, 8259.0, 8251.0, 8266.0, 8295.0, 8289.0, 8292.0, 8266.0, 8270.0, 8266.0, 8268.0, 8288.0, 8318.0, 8355.0, 8276.0, 8289.0, 8274.0, 8272.0, 8283.0, 8296.0, 8306.0, 8283.0, 8256.0, 8274.0, 8263.0, 8254.0, 8283.0, 8330.0, 8312.0, 8270.0, 8279.0, 8266.0, 8264.0, 8295.0, 8281.0, 8311.0, 8264.0, 8267.0, 8250.0, 8270.0, 8281.0, 8295.0, 8292.0, 8276.0, 8273.0, 8302.0, 8295.0, 8312.0, 8263.0, 8294.0, 8322.0, 8352.0, 8308.0, 8291.0, 8303.0, 8258.0, 8290.0, 8347.0, 8333.0, 8283.0, 8268.0, 8250.0, 8268.0, 8281.0, 8310.0, 8302.0, 8264.0, 8265.0, 8253.0, 8288.0, 8311.0, 8266.0, 8282.0, 8281.0, 8254.0, 8286.0, 8300.0, 8289.0, 8293.0, 8337.0, 8287.0, 8288.0, 8284.0, 8255.0, 8281.0, 8282.0, 8282.0, 8299.0, 8318.0, 8282.0, 8258.0, 8270.0, 8266.0, 8269.0, 8292.0, 8290.0, 8302.0, 8254.0, 8266.0, 8271.0, 8267.0, 8269.0, 8270.0, 8287.0, 8320.0, 8276.0, 8294.0, 8307.0, 8303.0, 8296.0, 8315.0, 8311.0, 8296.0, 8309.0, 8370.0, 8340.0, 8293.0, 8266.0, 8261.0, 8247.0, 8276.0, 8328.0, 8303.0, 8256.0, 8269.0, 8242.0, 8253.0, 8298.0, 8284.0, 8292.0, 8256.0, 8253.0, 8261.0, 8291.0, 8337.0, 8328.0, 8297.0, 8323.0, 8298.0, 8290.0, 8325.0, 8318.0, 8333.0, 8333.0, 8254.0, 8266.0, 8267.0, 8279.0, 8301.0, 8329.0, 8270.0, 8284.0, 8268.0, 8285.0, 8285.0, 8314.0, 8303.0, 8306.0, 8282.0, 8275.0, 8283.0, 8305.0, 8290.0, 8307.0, 8300.0, 8275.0, 8268.0, 8281.0, 8277.0, 8316.0, 8331.0, 8268.0, 8252.0, 8235.0, 8250.0, 8289.0, 8281.0, 8275.0, 8265.0, 8255.0, 8283.0, 8275.0, 8284.0, 8256.0, 8259.0, 8330.0, 8299.0, 8274.0, 8285.0, 8269.0, 8258.0, 8313.0, 8315.0, 8276.0, 8328.0, 8252.0, 8257.0, 8248.0, 8251.0, 8282.0, 8316.0, 8277.0, 8272.0, 8275.0, 8284.0, 8296.0, 8338.0, 8314.0, 8295.0, 8305.0, 8281.0, 8289.0, 8337.0, 8304.0, 8313.0, 8284.0, 8278.0, 8272.0, 8271.0, 8272.0, 8328.0, 8301.0, 8286.0, 8283.0, 8252.0, 8272.0, 8301.0, 8269.0, 8270.0, 8317.0, 8318.0, 8257.0, 8271.0, 8274.0, 8279.0, 8298.0, 8349.0, 8294.0, 8272.0, 8271.0, 8257.0, 8271.0, 8329.0, 8305.0, 8289.0, 8320.0, 8258.0, 8271.0, 8310.0, 8285.0, 8274.0, 8333.0, 8255.0, 8270.0, 8281.0, 8267.0, 8269.0, 8346.0, 8284.0, 8274.0, 8288.0, 8264.0, 8276.0, 8288.0, 8269.0, 8286.0, 8271.0, 8347.0, 8313.0, 8274.0, 8286.0, 8266.0, 8250.0, 8306.0, 8310.0, 8299.0, 8309.0, 8250.0, 8253.0, 8246.0, 8236.0, 8265.0, 8323.0, 8298.0, 8271.0, 8305.0, 8277.0, 8290.0, 8302.0, 8304.0, 8294.0, 8271.0, 8293.0, 8295.0, 8260.0, 8292.0, 8336.0, 8320.0, 8291.0, 8309.0, 8305.0, 8293.0, 8318.0, 8298.0, 8303.0, 8298.0, 8251.0, 8287.0, 8296.0, 8272.0, 8284.0, 8348.0, 8275.0, 8286.0, 8271.0, 8273.0, 8285.0, 8313.0, 8305.0, 8271.0, 8267.0, 8284.0, 8267.0, 8266.0, 8269.0, 8327.0, 8322.0, 8289.0, 8284.0, 8254.0, 8283.0, 8300.0, 8291.0, 8302.0, 8297.0, 8269.0, 8268.0, 8238.0, 8286.0, 8319.0, 8319.0, 8293.0, 8292.0, 8272.0, 8292.0, 8331.0, 8333.0, 8290.0, 8286.0, 8256.0, 8285.0, 8297.0, 8274.0, 8285.0, 8328.0, 8267.0, 8269.0, 8255.0, 8281.0, 8300.0, 8299.0, 8290.0, 8318.0, 8271.0, 8285.0, 8268.0, 8271.0, 8297.0, 8315.0, 8308.0, 8271.0, 8270.0, 8291.0, 8305.0, 8276.0, 8289.0, 8311.0, 8273.0, 8302.0, 8337.0, 8320.0, 8278.0, 8293.0, 8304.0, 8278.0, 8291.0, 8338.0, 8286.0, 8292.0, 8303.0, 8277.0, 8292.0, 8352.0, 8321.0, 8290.0, 8299.0, 8270.0, 8284.0, 8315.0, 8306.0, 8289.0, 8270.0, 8290.0, 8287.0, 8278.0, 8309.0, 8354.0, 8307.0, 8296.0, 8304.0, 8259.0, 8303.0, 8332.0, 8323.0, 8287.0, 8285.0, 8271.0, 8268.0, 8269.0, 8281.0, 8342.0, 8315.0, 8283.0, 8268.0, 8286.0, 8289.0, 8291.0, 8304.0, 8350.0, 8287.0, 8288.0, 8314.0, 8286.0, 8286.0, 8349.0, 8307.0, 8283.0, 8280.0, 8253.0, 8262.0, 8267.0, 8284.0, 8327.0, 8278.0, 8266.0, 8248.0, 8267.0, 8283.0, 8314.0, 8308.0, 8288.0, 8289.0, 8277.0, 8287.0, 8298.0, 8303.0, 8336.0, 8302.0, 8290.0, 8302.0, 8275.0, 8298.0, 8315.0, 8309.0, 8286.0, 8259.0, 8290.0, 8312.0, 8289.0, 8289.0, 8351.0, 8278.0, 8287.0, 8269.0, 8271.0, 8315.0, 8314.0, 8290.0, 8327.0, 8256.0, 8282.0, 8268.0, 8285.0, 8325.0, 8301.0, 8267.0, 8286.0, 8286.0, 8265.0, 8254.0, 8287.0, 8317.0, 8273.0, 8290.0, 8314.0, 8288.0, 8289.0, 8330.0, 8322.0, 8271.0, 8262.0, 8268.0, 8265.0, 8268.0, 8282.0, 8343.0, 8299.0, 8283.0, 8296.0, 8256.0, 8276.0, 8301.0, 8287.0, 8274.0, 8285.0, 8315.0, 8308.0, 8288.0, 8302.0, 8256.0, 8270.0, 8329.0, 8315.0, 8302.0, 8314.0, 8256.0, 8284.0, 8281.0, 8256.0, 8282.0, 8331.0, 8322.0, 8290.0, 8300.0, 8282.0, 8312.0, 8345.0, 8319.0, 8317.0, 8323.0, 8278.0, 8295.0, 8319.0, 8275.0, 8291.0, 8379.0, 8365.0, 8276.0, 8290.0, 8306.0, 8277.0, 8285.0, 8319.0, 8335.0, 8320.0, 8309.0, 8262.0, 8268.0, 8278.0, 8252.0, 8283.0, 8326.0, 8318.0, 8281.0, 8249.0, 8284.0, 8303.0, 8317.0, 8307.0, 8292.0, 8286.0, 8287.0, 8286.0, 8285.0, 8293.0, 8317.0, 8332.0, 8274.0, 8283.0, 8269.0, 8269.0, 8321.0, 8286.0, 8284.0, 8346.0, 8271.0, 8279.0, 8250.0, 8266.0, 8282.0, 8298.0, 8287.0, 8297.0, 8268.0, 8285.0, 8309.0, 8268.0, 8284.0, 8310.0, 8303.0, 8286.0, 8269.0, 8286.0, 8268.0, 8254.0, 8288.0, 8331.0, 8333.0, 8288.0, 8283.0, 8269.0, 8268.0, 8265.0, 8285.0, 8329.0, 8300.0, 8263.0, 8264.0, 8282.0, 8276.0, 8285.0, 8310.0, 8282.0, 8281.0, 8263.0, 8283.0, 8279.0, 8270.0, 8285.0, 8330.0, 8315.0, 8303.0, 8308.0, 8257.0, 8285.0, 8310.0, 8285.0, 8311.0, 8346.0, 8269.0, 8266.0, 8236.0, 8281.0, 8324.0, 8298.0, 8283.0, 8279.0, 8283.0, 8279.0, 8265.0, 8287.0, 8325.0, 8317.0, 8286.0, 8299.0, 8285.0, 8282.0, 8278.0, 8284.0, 8341.0, 8317.0, 8265.0, 8263.0, 8268.0, 8276.0, 8278.0, 8266.0, 8327.0, 8291.0, 8283.0, 8254.0, 8270.0, 8293.0, 8284.0, 8283.0, 8326.0, 8303.0, 8269.0, 8255.0, 8268.0, 8275.0, 8263.0, 8290.0, 8309.0, 8283.0, 8280.0, 8251.0, 8280.0, 8262.0, 8286.0, 8300.0, 8325.0, 8288.0, 8288.0, 8256.0, 8286.0, 8309.0, 8287.0, 8311.0, 8327.0, 8271.0, 8267.0, 8254.0, 8274.0, 8290.0, 8286.0, 8291.0, 8302.0, 8347.0, 8334.0, 8283.0, 8295.0, 8251.0, 8266.0, 8274.0, 8264.0, 8305.0, 8327.0, 8270.0, 8260.0, 8248.0, 8266.0, 8293.0, 8285.0, 8285.0, 8331.0, 8286.0, 8287.0, 8268.0, 8286.0, 8327.0, 8306.0, 8314.0, 8328.0, 8271.0, 8281.0, 8253.0, 8288.0, 8331.0, 8333.0, 8304.0, 8301.0, 8272.0, 8286.0, 8309.0, 8270.0, 8312.0, 8343.0, 8297.0, 8278.0, 8249.0, 8278.0, 8293.0, 8271.0, 8309.0, 8308.0, 8285.0, 8296.0, 8282.0, 8267.0, 8278.0, 8279.0, 8327.0, 8284.0, 8305.0, 8312.0, 8289.0, 8280.0, 8281.0, 8282.0, 8343.0, 8281.0, 8278.0, 8265.0, 8268.0, 8290.0, 8270.0, 8291.0, 8330.0, 8267.0, 8277.0, 8281.0, 8280.0, 8282.0, 8270.0, 8326.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.0008188696655132641</td></tr>
<tr><td colspan=3>aqi</td><td>0.02294362064590542</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.82881897092381</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1466714209930724</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9985778555773688</td></tr>
<tr><td colspan=3>efc</td><td>0.437</td></tr>
<tr><td colspan=3>fber</td><td>7766.8657</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13187208061234904</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>134</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.455594002306805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3479430116601043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2366282194019003</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.552656211867206</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2545446037112065</td></tr>
<tr><td colspan=3>gcor</td><td>0.0039847</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018383855000138283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022093063220381737</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.9310166544239173</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.3704</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.0634</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.6535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>675.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.5808</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3229</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.4749</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2995.9498</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.2955</td></tr>
<tr><td colspan=3>tsnr</td><td>39.591861934633926</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>