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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0034_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0034_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-04/func/sub-0034_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>767d60613741c941b656011029848556</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:37:1.822500</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.998007, 0.0631031, 0.001013, -0.0626144, 0.988013, 0.141103]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0884947</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7857, -7356, 453, 90, -325, -186, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c69bd968-718f-47cb-874a-854bb213f8e9||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.6775784492492676, -0.16798987984657288, -0.021338554099202156, 120.30944061279297], [-0.16930092871189117, 2.650766372680664, 0.38038939237594604, -86.44331359863281], [0.0027177943848073483, -0.37856853008270264, 2.672985076904297, -63.95380401611328], [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': ['093701.822500', '093702.282500', '093702.742500', '093703.202500', '093703.662500', '093704.122500', '093704.582500', '093705.042500', '093705.502500', '093705.962500', '093706.422500', '093706.882500', '093707.342500', '093707.802500', '093708.262500', '093708.722500', '093709.182500', '093709.642500', '093710.102500', '093710.562500', '093711.022500', '093711.482500', '093711.942500', '093712.402500', '093712.862500', '093713.322500', '093713.782500', '093714.242500', '093714.702500', '093715.162500', '093715.622500', '093716.082500', '093716.542500', '093717.002500', '093717.462500', '093717.922500', '093718.382500', '093718.842500', '093719.302500', '093719.762500', '093720.222500', '093720.682500', '093721.142500', '093721.602500', '093722.062500', '093722.522500', '093722.982500', '093723.442500', '093723.902500', '093724.362500', '093724.822500', '093725.282500', '093725.742500', '093726.202500', '093726.662500', '093727.122500', '093727.582500', '093728.042500', '093728.502500', '093728.962500', '093729.422500', '093729.882500', '093730.342500', '093730.802500', '093731.262500', '093731.722500', '093732.182500', '093732.642500', '093733.102500', '093733.562500', '093734.022500', '093734.482500', '093734.942500', '093735.402500', '093735.862500', '093736.322500', '093736.782500', '093737.242500', '093737.702500', '093738.162500', '093738.622500', '093739.082500', '093739.542500', '093740.002500', '093740.462500', '093740.922500', '093741.382500', '093741.842500', '093742.302500', '093742.762500', '093743.222500', '093743.682500', '093744.142500', '093744.602500', '093745.062500', '093745.522500', '093745.982500', '093746.442500', '093746.902500', '093747.362500', '093747.822500', '093748.282500', '093748.742500', '093749.202500', '093749.662500', '093750.122500', '093750.582500', '093751.042500', '093751.502500', '093751.962500', '093752.422500', '093752.882500', '093753.342500', '093753.802500', '093754.262500', '093754.722500', '093755.182500', '093755.642500', '093756.102500', '093756.562500', '093757.022500', '093757.482500', '093757.942500', '093758.402500', '093758.862500', '093759.322500', '093759.782500', '093800.242500', '093800.702500', '093801.162500', '093801.622500', '093802.082500', '093802.542500', '093803.002500', '093803.462500', '093803.922500', '093804.382500', '093804.842500', '093805.302500', '093805.762500', '093806.222500', '093806.682500', '093807.142500', '093807.602500', '093808.062500', '093808.522500', '093808.982500', '093809.442500', '093809.902500', '093810.362500', '093810.822500', '093811.282500', '093811.742500', '093812.202500', '093812.662500', '093813.122500', '093813.582500', '093814.042500', '093814.502500', '093814.962500', '093815.422500', '093815.882500', '093816.342500', '093816.802500', '093817.262500', '093817.722500', '093818.182500', '093818.642500', '093819.102500', '093819.562500', '093820.022500', '093820.482500', '093820.942500', '093821.402500', '093821.862500', '093822.322500', '093822.782500', '093823.242500', '093823.702500', '093824.162500', '093824.622500', '093825.082500', '093825.542500', '093826.002500', '093826.462500', '093826.922500', '093827.382500', '093827.842500', '093828.302500', '093828.762500', '093829.222500', '093829.682500', '093830.142500', '093830.602500', '093831.062500', '093831.522500', '093831.982500', '093832.442500', '093832.902500', '093833.362500', '093833.822500', '093834.282500', '093834.742500', '093835.202500', '093835.662500', '093836.122500', '093836.582500', '093837.042500', '093837.502500', '093837.962500', '093838.422500', '093838.882500', '093839.342500', '093839.802500', '093840.262500', '093840.722500', '093841.182500', '093841.642500', '093842.102500', '093842.562500', '093843.022500', '093843.482500', '093843.942500', '093844.402500', '093844.862500', '093845.322500', '093845.782500', '093846.242500', '093846.702500', '093847.162500', '093847.622500', '093848.082500', '093848.542500', '093849.002500', '093849.462500', '093849.922500', '093850.382500', '093850.842500', '093851.302500', '093851.762500', '093852.222500', '093852.682500', '093853.142500', '093853.602500', '093854.062500', '093854.522500', '093854.982500', '093855.442500', '093855.902500', '093856.362500', '093856.822500', '093857.282500', '093857.742500', '093858.202500', '093858.662500', '093859.122500', '093859.582500', '093900.042500', '093900.502500', '093900.962500', '093901.422500', '093901.882500', '093902.342500', '093902.802500', '093903.262500', '093903.722500', '093904.182500', '093904.642500', '093905.102500', '093905.562500', '093906.022500', '093906.482500', '093906.942500', '093907.402500', '093907.862500', '093908.322500', '093908.782500', '093909.242500', '093909.702500', '093910.162500', '093910.622500', '093911.082500', '093911.542500', '093912.002500', '093912.462500', '093912.922500', '093913.382500', '093913.842500', '093914.302500', '093914.762500', '093915.222500', '093915.682500', '093916.142500', '093916.602500', '093917.062500', '093917.522500', '093917.982500', '093918.442500', '093918.902500', '093919.362500', '093919.822500', '093920.282500', '093920.742500', '093921.202500', '093921.662500', '093922.122500', '093922.582500', '093923.042500', '093923.502500', '093923.962500', '093924.422500', '093924.882500', '093925.342500', '093925.802500', '093926.262500', '093926.722500', '093927.182500', '093927.642500', '093928.102500', '093928.562500', '093929.022500', '093929.482500', '093929.942500', '093930.402500', '093930.862500', '093931.322500', '093931.782500', '093932.242500', '093932.702500', '093933.162500', '093933.622500', '093934.082500', '093934.542500', '093935.002500', '093935.462500', '093935.922500', '093936.382500', '093936.842500', '093937.302500', '093937.762500', '093938.222500', '093938.682500', '093939.142500', '093939.602500', '093940.062500', '093940.522500', '093940.982500', '093941.442500', '093941.902500', '093942.362500', '093942.822500', '093943.282500', '093943.742500', '093944.202500', '093944.662500', '093945.122500', '093945.582500', '093946.042500', '093946.502500', '093946.962500', '093947.422500', '093947.882500', '093948.342500', '093948.802500', '093949.262500', '093949.722500', '093950.182500', '093950.642500', '093951.102500', '093951.562500', '093952.022500', '093952.482500', '093952.942500', '093953.402500', '093953.862500', '093954.322500', '093954.782500', '093955.242500', '093955.702500', '093956.162500', '093956.622500', '093957.082500', '093957.542500', '093958.002500', '093958.462500', '093958.922500', '093959.382500', '093959.842500', '094000.302500', '094000.762500', '094001.222500', '094001.682500', '094002.142500', '094002.602500', '094003.062500', '094003.522500', '094003.982500', '094004.442500', '094004.902500', '094005.362500', '094005.822500', '094006.282500', '094006.742500', '094007.202500', '094007.662500', '094008.122500', '094008.582500', '094009.042500', '094009.502500', '094009.962500', '094010.422500', '094010.882500', '094011.342500', '094011.802500', '094012.262500', '094012.722500', '094013.182500', '094013.642500', '094014.102500', '094014.562500', '094015.022500', '094015.482500', '094015.942500', '094016.402500', '094016.862500', '094017.322500', '094017.782500', '094018.242500', '094018.702500', '094019.162500', '094019.622500', '094020.082500', '094020.542500', '094021.002500', '094021.462500', '094021.922500', '094022.382500', '094022.842500', '094023.302500', '094023.762500', '094024.222500', '094024.682500', '094025.142500', '094025.602500', '094026.062500', '094026.522500', '094026.982500', '094027.442500', '094027.902500', '094028.362500', '094028.822500', '094029.282500', '094029.742500', '094030.202500', '094030.662500', '094031.122500', '094031.582500', '094032.042500', '094032.502500', '094032.962500', '094033.422500', '094033.882500', '094034.342500', '094034.802500', '094035.262500', '094035.722500', '094036.182500', '094036.642500', '094037.102500', '094037.562500', '094038.022500', '094038.482500', '094038.942500', '094039.402500', '094039.862500', '094040.322500', '094040.782500', '094041.242500', '094041.702500', '094042.162500', '094042.622500', '094043.082500', '094043.542500', '094044.002500', '094044.462500', '094044.922500', '094045.382500', '094045.842500', '094046.302500', '094046.762500', '094047.222500', '094047.682500', '094048.142500', '094048.602500', '094049.062500', '094049.522500', '094049.982500', '094050.442500', '094050.902500', '094051.362500', '094051.822500', '094052.282500', '094052.742500', '094053.202500', '094053.662500', '094054.122500', '094054.582500', '094055.042500', '094055.502500', '094055.962500', '094056.422500', '094056.882500', '094057.342500', '094057.802500', '094058.262500', '094058.722500', '094059.182500', '094059.642500', '094100.102500', '094100.562500', '094101.022500', '094101.482500', '094101.942500', '094102.402500', '094102.862500', '094103.322500', '094103.782500', '094104.242500', '094104.702500', '094105.162500', '094105.622500', '094106.082500', '094106.542500', '094107.002500', '094107.462500', '094107.922500', '094108.382500', '094108.842500', '094109.302500', '094109.762500', '094110.222500', '094110.682500', '094111.142500', '094111.602500', '094112.062500', '094112.522500', '094112.982500', '094113.442500', '094113.902500', '094114.362500', '094114.822500', '094115.282500', '094115.742500', '094116.202500', '094116.662500', '094117.122500', '094117.582500', '094118.042500', '094118.502500', '094118.962500', '094119.422500', '094119.882500', '094120.342500', '094120.802500', '094121.262500', '094121.722500', '094122.182500', '094122.642500', '094123.102500', '094123.562500', '094124.022500', '094124.482500', '094124.942500', '094125.402500', '094125.862500', '094126.322500', '094126.782500', '094127.242500', '094127.702500', '094128.162500', '094128.622500', '094129.082500', '094129.542500', '094130.002500', '094130.462500', '094130.922500', '094131.382500', '094131.842500', '094132.302500', '094132.762500', '094133.222500', '094133.682500', '094134.142500', '094134.602500', '094135.062500', '094135.522500', '094135.982500', '094136.442500', '094136.902500', '094137.362500', '094137.822500', '094138.282500', '094138.742500', '094139.202500', '094139.662500', '094140.122500', '094140.582500', '094141.042500', '094141.502500', '094141.962500', '094142.422500', '094142.882500', '094143.342500', '094143.802500', '094144.262500', '094144.722500', '094145.182500', '094145.642500', '094146.102500', '094146.562500', '094147.022500', '094147.482500', '094147.942500', '094148.402500', '094148.862500', '094149.322500', '094149.782500', '094150.242500', '094150.702500', '094151.162500', '094151.622500', '094152.082500', '094152.542500', '094153.002500', '094153.462500', '094153.922500', '094154.382500', '094154.842500', '094155.302500', '094155.762500', '094156.222500', '094156.682500', '094157.142500', '094157.602500', '094158.062500', '094158.522500', '094158.982500', '094159.442500', '094159.902500', '094200.362500', '094200.822500', '094201.282500', '094201.742500', '094202.202500', '094202.662500', '094203.122500', '094203.582500', '094204.042500', '094204.502500', '094204.962500', '094205.422500', '094205.882500', '094206.342500', '094206.802500', '094207.262500', '094207.722500', '094208.182500', '094208.642500', '094209.102500', '094209.562500', '094210.022500', '094210.482500', '094210.942500', '094211.402500', '094211.862500', '094212.322500', '094212.782500', '094213.242500', '094213.702500', '094214.162500', '094214.622500', '094215.082500', '094215.542500', '094216.002500', '094216.462500', '094216.922500', '094217.382500', '094217.842500', '094218.302500', '094218.762500', '094219.222500', '094219.682500', '094220.142500', '094220.602500', '094221.062500', '094221.522500', '094221.982500', '094222.442500', '094222.902500', '094223.362500', '094223.822500', '094224.282500', '094224.742500', '094225.202500', '094225.662500', '094226.122500', '094226.582500', '094227.042500', '094227.502500', '094227.962500', '094228.422500', '094228.882500', '094229.342500', '094229.802500', '094230.262500', '094230.722500', '094231.182500', '094231.642500', '094232.102500', '094232.562500', '094233.022500', '094233.482500', '094233.942500', '094234.402500', '094234.862500', '094235.322500', '094235.782500', '094236.242500', '094236.702500', '094237.162500', '094237.622500', '094238.082500', '094238.542500', '094239.002500', '094239.462500', '094239.922500', '094240.382500', '094240.842500', '094241.302500', '094241.762500', '094242.222500', '094242.682500', '094243.142500', '094243.602500', '094244.062500', '094244.522500', '094244.982500', '094245.442500', '094245.902500', '094246.362500', '094246.822500', '094247.282500', '094247.742500', '094248.202500', '094248.662500', '094249.122500', '094249.582500', '094250.042500', '094250.502500', '094250.962500', '094251.422500', '094251.882500', '094252.342500', '094252.802500', '094253.262500', '094253.722500', '094254.182500', '094254.642500', '094255.102500', '094255.562500', '094256.022500', '094256.482500', '094256.942500', '094257.402500', '094257.862500', '094258.322500', '094258.782500', '094259.242500', '094259.702500', '094300.162500', '094300.622500', '094301.082500', '094301.542500', '094302.002500', '094302.462500', '094302.922500', '094303.382500', '094303.842500', '094304.302500', '094304.762500', '094305.222500', '094305.682500', '094306.142500', '094306.602500', '094307.062500', '094307.522500', '094307.982500', '094308.442500', '094308.902500', '094309.362500', '094309.822500', '094310.282500', '094310.742500', '094311.202500', '094311.662500', '094312.122500', '094312.582500', '094313.042500', '094313.502500', '094313.962500', '094314.422500', '094314.882500', '094315.342500', '094315.802500', '094316.262500', '094316.722500', '094317.182500', '094317.642500', '094318.102500', '094318.562500', '094319.022500', '094319.482500', '094319.942500', '094320.402500', '094320.862500', '094321.322500', '094321.782500', '094322.242500', '094322.702500', '094323.162500', '094323.622500', '094324.082500', '094324.542500', '094325.002500', '094325.462500', '094325.922500', '094326.382500', '094326.842500', '094327.302500', '094327.762500', '094328.222500', '094328.682500', '094329.142500', '094329.602500', '094330.062500', '094330.522500', '094330.982500', '094331.442500', '094331.902500', '094332.362500', '094332.822500', '094333.282500', '094333.742500', '094334.202500', '094334.662500', '094335.122500', '094335.582500', '094336.042500', '094336.502500', '094336.962500', '094337.422500', '094337.882500', '094338.342500', '094338.802500', '094339.262500', '094339.722500', '094340.182500', '094340.642500', '094341.102500', '094341.562500', '094342.022500', '094342.482500'], 'ContentTime': ['093715.260000', '093715.263000', '093715.266000', '093715.268000', '093715.271000', '093715.281000', '093715.284000', '093715.286000', '093715.293000', '093715.295000', '093715.298000', '093715.300000', '093715.303000', '093715.306000', '093715.308000', '093715.311000', '093715.314000', '093715.316000', '093715.319000', '093715.321000', '093715.324000', '093715.326000', '093715.329000', '093715.332000', '093715.334000', '093715.337000', '093735.230000', '093735.233000', '093735.236000', '093735.238000', '093735.241000', '093735.244000', '093735.246000', '093735.249000', '093735.251000', '093735.254000', '093735.256000', '093735.259000', '093735.261000', '093735.264000', '093735.266000', '093735.269000', '093735.272000', '093735.274000', '093735.277000', '093735.279000', '093735.282000', '093735.284000', '093735.287000', '093735.289000', '093735.292000', '093735.294000', '093735.297000', '093735.299000', '093735.302000', '093735.305000', '093735.307000', '093735.310000', '093735.312000', '093735.315000', '093735.317000', '093735.320000', '093735.323000', '093735.325000', '093735.333000', '093735.336000', '093735.338000', '093735.341000', '093735.343000', '093735.346000', '093755.231000', '093755.233000', '093755.236000', '093755.239000', '093755.241000', '093755.244000', '093755.246000', '093755.249000', '093755.251000', '093755.258000', '093755.261000', '093755.263000', '093755.266000', '093755.268000', '093755.271000', '093755.274000', '093755.276000', '093755.279000', '093755.282000', '093755.284000', '093755.287000', '093755.289000', '093755.293000', '093755.296000', '093755.299000', '093755.301000', '093755.304000', '093755.306000', '093755.309000', '093755.312000', '093755.314000', '093755.317000', '093755.319000', '093755.322000', '093755.324000', '093755.327000', '093755.329000', '093755.332000', '093755.334000', '093755.337000', '093755.340000', '093755.342000', '093755.345000', '093815.230000', '093815.233000', '093815.236000', '093815.239000', '093815.241000', '093815.244000', '093815.246000', '093815.249000', '093815.251000', '093815.254000', '093815.257000', '093815.259000', '093815.262000', '093815.264000', '093815.267000', '093815.270000', '093815.272000', '093815.275000', '093815.277000', '093815.280000', '093815.283000', '093815.285000', '093815.288000', '093815.290000', '093815.293000', '093815.295000', '093815.298000', '093815.301000', '093815.303000', '093815.306000', '093815.308000', '093815.311000', '093815.314000', '093815.316000', '093815.319000', '093815.321000', '093815.324000', '093815.326000', '093815.329000', '093815.332000', '093815.334000', '093815.337000', '093815.340000', '093815.342000', '093835.231000', '093835.234000', '093835.236000', '093835.239000', '093835.241000', '093835.244000', '093835.247000', '093835.249000', '093835.252000', '093835.254000', '093835.257000', '093835.259000', '093835.262000', '093835.265000', '093835.267000', '093835.270000', '093835.272000', '093835.275000', '093835.278000', '093835.280000', '093835.283000', '093835.285000', '093835.288000', '093835.291000', '093835.293000', '093835.296000', '093835.298000', '093835.301000', '093835.304000', '093835.306000', '093835.309000', '093835.311000', '093835.314000', '093835.317000', '093835.319000', '093835.322000', '093835.325000', '093835.328000', '093835.331000', '093835.334000', '093835.343000', '093835.346000', '093835.348000', '093855.232000', '093855.328000', '093855.330000', '093855.333000', '093855.335000', '093855.338000', '093855.341000', '093855.343000', '093855.346000', '093855.348000', '093855.351000', '093855.353000', '093855.356000', '093855.359000', '093855.361000', '093855.364000', '093855.366000', '093855.369000', '093855.372000', '093855.374000', '093855.377000', '093855.379000', '093855.382000', '093855.384000', '093855.387000', '093855.389000', '093855.392000', '093855.395000', '093855.397000', '093855.400000', '093855.402000', '093855.405000', '093855.407000', '093855.410000', '093855.413000', '093855.415000', '093855.418000', '093855.420000', '093855.423000', '093855.425000', '093855.428000', '093855.431000', '093855.433000', '093855.436000', '093915.231000', '093915.234000', '093915.236000', '093915.239000', '093915.241000', '093915.244000', '093915.247000', '093915.249000', '093915.252000', '093915.254000', '093915.257000', '093915.260000', '093915.262000', '093915.265000', '093915.267000', '093915.270000', '093915.272000', '093915.275000', '093915.277000', '093915.280000', '093915.283000', '093915.285000', '093915.288000', '093915.290000', '093915.293000', '093915.296000', '093915.298000', '093915.301000', '093915.304000', '093915.306000', '093915.309000', '093915.311000', '093915.314000', '093915.316000', '093915.319000', '093915.321000', '093915.324000', '093915.327000', '093915.329000', '093915.332000', '093915.334000', '093915.337000', '093915.340000', '093935.231000', '093935.233000', '093935.236000', '093935.239000', '093935.241000', '093935.244000', '093935.246000', '093935.249000', '093935.251000', '093935.254000', '093935.257000', '093935.259000', '093935.262000', '093935.264000', '093935.267000', '093935.270000', '093935.272000', '093935.275000', '093935.277000', '093935.280000', '093935.282000', '093935.285000', '093935.288000', '093935.290000', '093935.293000', '093935.295000', '093935.298000', '093935.301000', '093935.303000', '093935.306000', '093935.308000', '093935.311000', '093935.313000', '093935.316000', '093935.319000', '093935.321000', '093935.324000', '093935.326000', '093935.329000', '093935.331000', '093935.334000', '093935.337000', '093935.339000', '093935.342000', '093955.231000', '093955.234000', '093955.236000', '093955.239000', '093955.241000', '093955.244000', '093955.246000', '093955.249000', '093955.252000', '093955.254000', '093955.257000', '093955.259000', '093955.262000', '093955.264000', '093955.267000', '093955.270000', '093955.272000', '093955.275000', '093955.277000', '093955.280000', '093955.283000', '093955.285000', '093955.288000', '093955.290000', '093955.293000', '093955.296000', '093955.298000', '093955.301000', '093955.303000', '093955.306000', '093955.308000', '093955.311000', '093955.314000', '093955.316000', '093955.319000', '093955.321000', '093955.324000', '093955.326000', '093955.329000', '093955.332000', '093955.334000', '093955.337000', '093955.339000', '094015.231000', '094015.233000', '094015.236000', '094015.239000', '094015.241000', '094015.244000', '094015.246000', '094015.249000', '094015.251000', '094015.254000', '094015.257000', '094015.259000', '094015.262000', '094015.265000', '094015.267000', '094015.270000', '094015.272000', '094015.275000', '094015.278000', '094015.280000', '094015.283000', '094015.285000', '094015.301000', '094015.303000', '094015.306000', '094015.309000', '094015.311000', '094015.314000', '094015.317000', '094015.319000', '094015.322000', '094015.324000', '094015.327000', '094015.329000', '094015.332000', '094015.334000', '094015.337000', '094015.340000', '094015.342000', '094015.345000', '094015.347000', '094015.350000', '094015.353000', '094015.355000', '094035.231000', '094035.233000', '094035.236000', '094035.239000', '094035.241000', '094035.244000', '094035.249000', '094035.252000', '094035.254000', '094035.257000', '094035.259000', '094035.262000', '094035.265000', '094035.267000', '094035.270000', '094035.273000', '094035.275000', '094035.278000', '094035.280000', '094035.283000', '094035.285000', '094035.288000', '094035.291000', '094035.293000', '094035.296000', '094035.298000', '094035.301000', '094035.303000', '094035.306000', '094035.309000', '094035.311000', '094035.314000', '094035.316000', '094035.319000', '094035.322000', '094035.324000', '094035.327000', '094035.329000', '094035.332000', '094035.335000', '094035.337000', '094035.340000', '094035.342000', '094055.231000', '094055.233000', '094055.236000', '094055.238000', '094055.241000', '094055.244000', '094055.246000', '094055.249000', '094055.251000', '094055.254000', '094055.257000', '094055.259000', '094055.262000', '094055.264000', '094055.267000', '094055.270000', '094055.272000', '094055.275000', '094055.277000', '094055.280000', '094055.283000', '094055.285000', '094055.288000', '094055.290000', '094055.293000', '094055.295000', '094055.298000', '094055.301000', '094055.303000', '094055.306000', '094055.308000', '094055.311000', '094055.313000', '094055.316000', '094055.319000', '094055.321000', '094055.324000', '094055.326000', '094055.329000', '094055.332000', '094055.334000', '094055.337000', '094055.339000', '094055.342000', '094115.232000', '094115.235000', '094115.237000', '094115.240000', '094115.242000', '094115.245000', '094115.248000', '094115.250000', '094115.253000', '094115.255000', '094115.258000', '094115.260000', '094115.263000', '094115.266000', '094115.268000', '094115.271000', '094115.273000', '094115.276000', '094115.279000', '094115.281000', '094115.284000', '094115.286000', '094115.289000', '094115.292000', '094115.294000', '094115.297000', '094115.299000', '094115.302000', '094115.304000', '094115.307000', '094115.309000', '094115.312000', '094115.315000', '094115.317000', '094115.320000', '094115.322000', '094115.325000', '094115.328000', '094115.330000', '094115.333000', '094115.335000', '094115.338000', '094115.340000', '094135.231000', '094135.233000', '094135.236000', '094135.239000', '094135.242000', '094135.245000', '094135.248000', '094135.250000', '094135.253000', '094135.255000', '094135.258000', '094135.261000', '094135.263000', '094135.266000', '094135.268000', '094135.271000', '094135.273000', '094135.276000', '094135.278000', '094135.281000', '094135.284000', '094135.286000', '094135.289000', '094135.291000', '094135.294000', '094135.297000', '094135.299000', '094135.302000', '094135.305000', '094135.307000', '094135.310000', '094135.312000', '094135.315000', '094135.318000', '094135.320000', '094135.323000', '094135.325000', '094135.328000', '094135.331000', '094135.333000', '094135.336000', '094135.338000', '094135.341000', '094155.231000', '094155.233000', '094155.236000', '094155.239000', '094155.253000', '094155.255000', '094155.258000', '094155.261000', '094155.263000', '094155.266000', '094155.268000', '094155.271000', '094155.274000', '094155.276000', '094155.279000', '094155.281000', '094155.284000', '094155.287000', '094155.290000', '094155.292000', '094155.295000', '094155.297000', '094155.300000', '094155.302000', '094155.305000', '094155.308000', '094155.310000', '094155.313000', '094155.315000', '094155.318000', '094155.321000', '094155.323000', '094155.326000', '094155.328000', '094155.331000', '094155.334000', '094155.336000', '094155.339000', '094155.341000', '094155.344000', '094155.347000', '094155.349000', '094155.352000', '094155.354000', '094215.231000', '094215.233000', '094215.236000', '094215.239000', '094215.241000', '094215.244000', '094215.247000', '094215.249000', '094215.252000', '094215.254000', '094215.257000', '094215.259000', '094215.262000', '094215.265000', '094215.267000', '094215.270000', '094215.272000', '094215.275000', '094215.278000', '094215.280000', '094215.283000', '094215.285000', '094215.288000', '094215.291000', '094215.293000', '094215.296000', '094215.298000', '094215.301000', '094215.304000', '094215.306000', '094215.309000', '094215.311000', '094215.314000', '094215.317000', '094215.319000', '094215.322000', '094215.324000', '094215.327000', '094215.329000', '094215.332000', '094215.335000', '094215.337000', '094215.340000', '094215.342000', '094235.231000', '094235.234000', '094235.236000', '094235.239000', '094235.241000', '094235.244000', '094235.247000', '094235.249000', '094235.252000', '094235.254000', '094235.257000', '094235.260000', '094235.262000', '094235.265000', '094235.267000', '094235.270000', '094235.272000', '094235.275000', '094235.280000', '094235.282000', '094235.285000', '094235.287000', '094235.290000', '094235.292000', '094235.295000', '094235.298000', '094235.300000', '094235.303000', '094235.305000', '094235.308000', '094235.311000', '094235.313000', '094235.316000', '094235.318000', '094235.321000', '094235.323000', '094235.326000', '094235.329000', '094235.331000', '094235.334000', '094235.336000', '094235.339000', '094235.341000', '094255.231000', '094255.245000', '094255.247000', '094255.250000', '094255.252000', '094255.255000', '094255.258000', '094255.260000', '094255.263000', '094255.265000', '094255.268000', '094255.270000', '094255.273000', '094255.276000', '094255.279000', '094255.282000', '094255.285000', '094255.287000', '094255.290000', '094255.292000', '094255.295000', '094255.298000', '094255.300000', '094255.303000', '094255.305000', '094255.308000', '094255.311000', '094255.313000', '094255.316000', '094255.319000', '094255.321000', '094255.324000', '094255.326000', '094255.329000', '094255.332000', '094255.334000', '094255.337000', '094255.339000', '094255.342000', '094255.345000', '094255.347000', '094255.350000', '094255.352000', '094315.231000', '094315.233000', '094315.236000', '094315.239000', '094315.241000', '094315.244000', '094315.246000', '094315.249000', '094315.252000', '094315.254000', '094315.257000', '094315.259000', '094315.262000', '094315.264000', '094315.267000', '094315.285000', '094315.288000', '094315.290000', '094315.293000', '094315.295000', '094315.298000', '094315.300000', '094315.303000', '094315.306000', '094315.308000', '094315.311000', '094315.313000', '094315.316000', '094315.319000', '094315.321000', '094315.324000', '094315.327000', '094315.329000', '094315.332000', '094315.334000', '094315.337000', '094315.339000', '094315.342000', '094315.345000', '094315.347000', '094315.350000', '094315.352000', '094315.355000', '094315.357000', '094335.232000', '094335.234000', '094335.237000', '094335.240000', '094335.242000', '094335.245000', '094335.247000', '094335.250000', '094335.253000', '094335.256000', '094335.259000', '094335.262000', '094335.265000', '094335.267000', '094335.270000', '094335.272000', '094335.275000', '094335.278000', '094335.280000', '094335.283000', '094335.285000', '094335.288000', '094335.290000', '094335.293000', '094335.296000', '094335.298000', '094335.301000', '094335.303000', '094335.306000', '094335.309000', '094335.311000', '094335.314000', '094335.316000', '094335.319000', '094335.322000', '094335.324000', '094335.327000', '094335.329000', '094335.332000', '094335.334000', '094335.337000', '094335.340000', '094335.342000', '094343.984000', '094343.987000', '094343.989000', '094343.992000', '094343.995000', '094343.997000', '094344.001000', '094344.003000', '094344.006000', '094344.008000', '094344.011000', '094344.014000', '094344.016000', '094344.019000', '094344.022000', '094344.024000', '094344.027000', '094344.029000', '094344.032000', '094344.035000'], 'InstanceCreationTime': ['093715.260000', '093715.263000', '093715.266000', '093715.268000', '093715.271000', '093715.281000', '093715.284000', '093715.286000', '093715.293000', '093715.295000', '093715.298000', '093715.300000', '093715.303000', '093715.306000', '093715.308000', '093715.311000', '093715.314000', '093715.316000', '093715.319000', '093715.321000', '093715.324000', '093715.326000', '093715.329000', '093715.332000', '093715.334000', '093715.337000', '093735.230000', '093735.233000', '093735.236000', '093735.238000', '093735.241000', '093735.244000', '093735.246000', '093735.249000', '093735.251000', '093735.254000', '093735.256000', '093735.259000', '093735.261000', '093735.264000', '093735.266000', '093735.269000', '093735.272000', '093735.274000', '093735.277000', '093735.279000', '093735.282000', '093735.284000', '093735.287000', '093735.289000', '093735.292000', '093735.294000', '093735.297000', '093735.299000', '093735.302000', '093735.305000', '093735.307000', '093735.310000', '093735.312000', '093735.315000', '093735.317000', '093735.320000', '093735.323000', '093735.325000', '093735.333000', '093735.336000', '093735.338000', '093735.341000', '093735.343000', '093735.346000', '093755.231000', '093755.233000', '093755.236000', '093755.239000', '093755.241000', '093755.244000', '093755.246000', '093755.249000', '093755.251000', '093755.258000', '093755.261000', '093755.263000', '093755.266000', '093755.268000', '093755.271000', '093755.274000', '093755.276000', '093755.279000', '093755.282000', '093755.284000', '093755.287000', '093755.289000', '093755.293000', '093755.296000', '093755.299000', '093755.301000', '093755.304000', '093755.306000', '093755.309000', '093755.312000', '093755.314000', '093755.317000', '093755.319000', '093755.322000', '093755.324000', '093755.327000', '093755.329000', '093755.332000', '093755.334000', '093755.337000', '093755.340000', '093755.342000', '093755.345000', '093815.230000', '093815.233000', '093815.236000', '093815.239000', '093815.241000', '093815.244000', '093815.246000', '093815.249000', '093815.251000', '093815.254000', '093815.257000', '093815.259000', '093815.262000', '093815.264000', '093815.267000', '093815.270000', '093815.272000', '093815.275000', '093815.277000', '093815.280000', '093815.283000', '093815.285000', '093815.288000', '093815.290000', '093815.293000', '093815.295000', '093815.298000', '093815.301000', '093815.303000', '093815.306000', '093815.308000', '093815.311000', '093815.314000', '093815.316000', '093815.319000', '093815.321000', '093815.324000', '093815.326000', '093815.329000', '093815.332000', '093815.334000', '093815.337000', '093815.340000', '093815.342000', '093835.231000', '093835.234000', '093835.236000', '093835.239000', '093835.241000', '093835.244000', '093835.247000', '093835.249000', '093835.252000', '093835.254000', '093835.257000', '093835.259000', '093835.262000', '093835.265000', '093835.267000', '093835.270000', '093835.272000', '093835.275000', '093835.278000', '093835.280000', '093835.283000', '093835.285000', '093835.288000', '093835.291000', '093835.293000', '093835.296000', '093835.298000', '093835.301000', '093835.304000', '093835.306000', '093835.309000', '093835.311000', '093835.314000', '093835.317000', '093835.319000', '093835.322000', '093835.325000', '093835.328000', '093835.331000', '093835.334000', '093835.343000', '093835.346000', '093835.348000', '093855.232000', '093855.328000', '093855.330000', '093855.333000', '093855.335000', '093855.338000', '093855.341000', '093855.343000', '093855.346000', '093855.348000', '093855.351000', '093855.353000', '093855.356000', '093855.359000', '093855.361000', '093855.364000', '093855.366000', '093855.369000', '093855.372000', '093855.374000', '093855.377000', '093855.379000', '093855.382000', '093855.384000', '093855.387000', '093855.389000', '093855.392000', '093855.395000', '093855.397000', '093855.400000', '093855.402000', '093855.405000', '093855.407000', '093855.410000', '093855.413000', '093855.415000', '093855.418000', '093855.420000', '093855.423000', '093855.425000', '093855.428000', '093855.431000', '093855.433000', '093855.436000', '093915.231000', '093915.234000', '093915.236000', '093915.239000', '093915.241000', '093915.244000', '093915.247000', '093915.249000', '093915.252000', '093915.254000', '093915.257000', '093915.260000', '093915.262000', '093915.265000', '093915.267000', '093915.270000', '093915.272000', '093915.275000', '093915.277000', '093915.280000', '093915.283000', '093915.285000', '093915.288000', '093915.290000', '093915.293000', '093915.296000', '093915.298000', '093915.301000', '093915.304000', '093915.306000', '093915.309000', '093915.311000', '093915.314000', '093915.316000', '093915.319000', '093915.321000', '093915.324000', '093915.327000', '093915.329000', '093915.332000', '093915.334000', '093915.337000', '093915.340000', '093935.231000', '093935.233000', '093935.236000', '093935.239000', '093935.241000', '093935.244000', '093935.246000', '093935.249000', '093935.251000', '093935.254000', '093935.257000', '093935.259000', '093935.262000', '093935.264000', '093935.267000', '093935.270000', '093935.272000', '093935.275000', '093935.277000', '093935.280000', '093935.282000', '093935.285000', '093935.288000', '093935.290000', '093935.293000', '093935.295000', '093935.298000', '093935.301000', '093935.303000', '093935.306000', '093935.308000', '093935.311000', '093935.313000', '093935.316000', '093935.319000', '093935.321000', '093935.324000', '093935.326000', '093935.329000', '093935.331000', '093935.334000', '093935.337000', '093935.339000', '093935.342000', '093955.231000', '093955.234000', '093955.236000', '093955.239000', '093955.241000', '093955.244000', '093955.246000', '093955.249000', '093955.252000', '093955.254000', '093955.257000', '093955.259000', '093955.262000', '093955.264000', '093955.267000', '093955.270000', '093955.272000', '093955.275000', '093955.277000', '093955.280000', '093955.283000', '093955.285000', '093955.288000', '093955.290000', '093955.293000', '093955.296000', '093955.298000', '093955.301000', '093955.303000', '093955.306000', '093955.308000', '093955.311000', '093955.314000', '093955.316000', '093955.319000', '093955.321000', '093955.324000', '093955.326000', '093955.329000', '093955.332000', '093955.334000', '093955.337000', '093955.339000', '094015.231000', '094015.233000', '094015.236000', '094015.239000', '094015.241000', '094015.244000', '094015.246000', '094015.249000', '094015.251000', '094015.254000', '094015.257000', '094015.259000', '094015.262000', '094015.265000', '094015.267000', '094015.270000', '094015.272000', '094015.275000', '094015.278000', '094015.280000', '094015.283000', '094015.285000', '094015.301000', '094015.303000', '094015.306000', '094015.309000', '094015.311000', '094015.314000', '094015.317000', '094015.319000', '094015.322000', '094015.324000', '094015.327000', '094015.329000', '094015.332000', '094015.334000', '094015.337000', '094015.340000', '094015.342000', '094015.345000', '094015.347000', '094015.350000', '094015.353000', '094015.355000', '094035.231000', '094035.233000', '094035.236000', '094035.239000', '094035.241000', '094035.244000', '094035.249000', '094035.252000', '094035.254000', '094035.257000', '094035.259000', '094035.262000', '094035.265000', '094035.267000', '094035.270000', '094035.273000', '094035.275000', '094035.278000', '094035.280000', '094035.283000', '094035.285000', '094035.288000', '094035.291000', '094035.293000', '094035.296000', '094035.298000', '094035.301000', '094035.303000', '094035.306000', '094035.309000', '094035.311000', '094035.314000', '094035.316000', '094035.319000', '094035.322000', '094035.324000', '094035.327000', '094035.329000', '094035.332000', '094035.335000', '094035.337000', '094035.340000', '094035.342000', '094055.231000', '094055.233000', '094055.236000', '094055.238000', '094055.241000', '094055.244000', '094055.246000', '094055.249000', '094055.251000', '094055.254000', '094055.257000', '094055.259000', '094055.262000', '094055.264000', '094055.267000', '094055.270000', '094055.272000', '094055.275000', '094055.277000', '094055.280000', '094055.283000', '094055.285000', '094055.288000', '094055.290000', '094055.293000', '094055.295000', '094055.298000', '094055.301000', '094055.303000', '094055.306000', '094055.308000', '094055.311000', '094055.313000', '094055.316000', '094055.319000', '094055.321000', '094055.324000', '094055.326000', '094055.329000', '094055.332000', '094055.334000', '094055.337000', '094055.339000', '094055.342000', '094115.232000', '094115.235000', '094115.237000', '094115.240000', '094115.242000', '094115.245000', '094115.248000', '094115.250000', '094115.253000', '094115.255000', '094115.258000', '094115.260000', '094115.263000', '094115.266000', '094115.268000', '094115.271000', '094115.273000', '094115.276000', '094115.279000', '094115.281000', '094115.284000', '094115.286000', '094115.289000', '094115.292000', '094115.294000', '094115.297000', '094115.299000', '094115.302000', '094115.304000', '094115.307000', '094115.309000', '094115.312000', '094115.315000', '094115.317000', '094115.320000', '094115.322000', '094115.325000', '094115.328000', '094115.330000', '094115.333000', '094115.335000', '094115.338000', '094115.340000', '094135.231000', '094135.233000', '094135.236000', '094135.239000', '094135.242000', '094135.245000', '094135.248000', '094135.250000', '094135.253000', '094135.255000', '094135.258000', '094135.261000', '094135.263000', '094135.266000', '094135.268000', '094135.271000', '094135.273000', '094135.276000', '094135.278000', '094135.281000', '094135.284000', '094135.286000', '094135.289000', '094135.291000', '094135.294000', '094135.297000', '094135.299000', '094135.302000', '094135.305000', '094135.307000', '094135.310000', '094135.312000', '094135.315000', '094135.318000', '094135.320000', '094135.323000', '094135.325000', '094135.328000', '094135.331000', '094135.333000', '094135.336000', '094135.338000', '094135.341000', '094155.231000', '094155.233000', '094155.236000', '094155.239000', '094155.253000', '094155.255000', '094155.258000', '094155.261000', '094155.263000', '094155.266000', '094155.268000', '094155.271000', '094155.274000', '094155.276000', '094155.279000', '094155.281000', '094155.284000', '094155.287000', '094155.290000', '094155.292000', '094155.295000', '094155.297000', '094155.300000', '094155.302000', '094155.305000', '094155.308000', '094155.310000', '094155.313000', '094155.315000', '094155.318000', '094155.321000', '094155.323000', '094155.326000', '094155.328000', '094155.331000', '094155.334000', '094155.336000', '094155.339000', '094155.341000', '094155.344000', '094155.347000', '094155.349000', '094155.352000', '094155.354000', '094215.231000', '094215.233000', '094215.236000', '094215.239000', '094215.241000', '094215.244000', '094215.247000', '094215.249000', '094215.252000', '094215.254000', '094215.257000', '094215.259000', '094215.262000', '094215.265000', '094215.267000', '094215.270000', '094215.272000', '094215.275000', '094215.278000', '094215.280000', '094215.283000', '094215.285000', '094215.288000', '094215.291000', '094215.293000', '094215.296000', '094215.298000', '094215.301000', '094215.304000', '094215.306000', '094215.309000', '094215.311000', '094215.314000', '094215.317000', '094215.319000', '094215.322000', '094215.324000', '094215.327000', '094215.329000', '094215.332000', '094215.335000', '094215.337000', '094215.340000', '094215.342000', '094235.231000', '094235.234000', '094235.236000', '094235.239000', '094235.241000', '094235.244000', '094235.247000', '094235.249000', '094235.252000', '094235.254000', '094235.257000', '094235.260000', '094235.262000', '094235.265000', '094235.267000', '094235.270000', '094235.272000', '094235.275000', '094235.280000', '094235.282000', '094235.285000', '094235.287000', '094235.290000', '094235.292000', '094235.295000', '094235.298000', '094235.300000', '094235.303000', '094235.305000', '094235.308000', '094235.311000', '094235.313000', '094235.316000', '094235.318000', '094235.321000', '094235.323000', '094235.326000', '094235.329000', '094235.331000', '094235.334000', '094235.336000', '094235.339000', '094235.341000', '094255.231000', '094255.245000', '094255.247000', '094255.250000', '094255.252000', '094255.255000', '094255.258000', '094255.260000', '094255.263000', '094255.265000', '094255.268000', '094255.270000', '094255.273000', '094255.276000', '094255.279000', '094255.282000', '094255.285000', '094255.287000', '094255.290000', '094255.292000', '094255.295000', '094255.298000', '094255.300000', '094255.303000', '094255.305000', '094255.308000', '094255.311000', '094255.313000', '094255.316000', '094255.319000', '094255.321000', '094255.324000', '094255.326000', '094255.329000', '094255.332000', '094255.334000', '094255.337000', '094255.339000', '094255.342000', '094255.345000', '094255.347000', '094255.350000', '094255.352000', '094315.231000', '094315.233000', '094315.236000', '094315.239000', '094315.241000', '094315.244000', '094315.246000', '094315.249000', '094315.252000', '094315.254000', '094315.257000', '094315.259000', '094315.262000', '094315.264000', '094315.267000', '094315.285000', '094315.288000', '094315.290000', '094315.293000', '094315.295000', '094315.298000', '094315.300000', '094315.303000', '094315.306000', '094315.308000', '094315.311000', '094315.313000', '094315.316000', '094315.319000', '094315.321000', '094315.324000', '094315.327000', '094315.329000', '094315.332000', '094315.334000', '094315.337000', '094315.339000', '094315.342000', '094315.345000', '094315.347000', '094315.350000', '094315.352000', '094315.355000', '094315.357000', '094335.232000', '094335.234000', '094335.237000', '094335.240000', '094335.242000', '094335.245000', '094335.247000', '094335.250000', '094335.253000', '094335.256000', '094335.259000', '094335.262000', '094335.265000', '094335.267000', '094335.270000', '094335.272000', '094335.275000', '094335.278000', '094335.280000', '094335.283000', '094335.285000', '094335.288000', '094335.290000', '094335.293000', '094335.296000', '094335.298000', '094335.301000', '094335.303000', '094335.306000', '094335.309000', '094335.311000', '094335.314000', '094335.316000', '094335.319000', '094335.322000', '094335.324000', '094335.327000', '094335.329000', '094335.332000', '094335.334000', '094335.337000', '094335.340000', '094335.342000', '094343.984000', '094343.987000', '094343.989000', '094343.992000', '094343.995000', '094343.997000', '094344.001000', '094344.003000', '094344.006000', '094344.008000', '094344.011000', '094344.014000', '094344.016000', '094344.019000', '094344.022000', '094344.024000', '094344.027000', '094344.029000', '094344.032000', '094344.035000'], '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': [11436, 7422, 11124, 7168, 10646, 7040, 8351, 6940, 7650, 6778, 10604, 6542, 7455, 6727, 7203, 9845, 6858, 10538, 6815, 11111, 9335, 9182, 11053, 7090, 10443, 6658, 10546, 7252, 10625, 7555, 11088, 8589, 13950, 13362, 10679, 13939, 6868, 12191, 9686, 9965, 13655, 8355, 13368, 13769, 8594, 11508, 6350, 10908, 10019, 6585, 11635, 6301, 13305, 11901, 7277, 11061, 6432, 9727, 10962, 6902, 11573, 8261, 11853, 12536, 6668, 12009, 8763, 9381, 12814, 8955, 11684, 11971, 6644, 11263, 8162, 6665, 11538, 7088, 13284, 12553, 8493, 10931, 6457, 7534, 10817, 6337, 12265, 11017, 6451, 11271, 6264, 8753, 11558, 6673, 11914, 9665, 8156, 11986, 6440, 8535, 11960, 6418, 12344, 10955, 8898, 11353, 6370, 9689, 6748, 11629, 10271, 7423, 12548, 9883, 9035, 12509, 6428, 10499, 11636, 6463, 10870, 12354, 6789, 11604, 10175, 7505, 11905, 6516, 7896, 11956, 6559, 10186, 11694, 6924, 11922, 9179, 7644, 12590, 6578, 10332, 11502, 6543, 10281, 8464, 6417, 12078, 8353, 8698, 12554, 6661, 13159, 11334, 8944, 12459, 6754, 7264, 12601, 6374, 9766, 13238, 8007, 12209, 7776, 6818, 11954, 6349, 7605, 13359, 8231, 13552, 8999, 7016, 12240, 6264, 11130, 13182, 6806, 13455, 9867, 10384, 13871, 7243, 13103, 12318, 6713, 12904, 8084, 12184, 13293, 7067, 12838, 6935, 6518, 12409, 6296, 12939, 12828, 6785, 11321, 6679, 6281, 11084, 6265, 8209, 12234, 6861, 12235, 6626, 7329, 7033, 9814, 11177, 6701, 11741, 6808, 11519, 9184, 6633, 12563, 9723, 8636, 13559, 9183, 10903, 7088, 6681, 11520, 6425, 11390, 13054, 6565, 12467, 11556, 9252, 12251, 6628, 9392, 11632, 7030, 11971, 9483, 8123, 12457, 6368, 10044, 11482, 6549, 12390, 9729, 8531, 12831, 6528, 10824, 13572, 6241, 13153, 12076, 9543, 10186, 6475, 9066, 6864, 8043, 11800, 6395, 10790, 7066, 8230, 9637, 6294, 9876, 7986, 7957, 10054, 6491, 9159, 7457, 8505, 9855, 6314, 10171, 7505, 9010, 10890, 6391, 9844, 8201, 8266, 10569, 6718, 10489, 6586, 8372, 9848, 6158, 10344, 7435, 8744, 11669, 6776, 10598, 6571, 7448, 9443, 6017, 10951, 7502, 8420, 6606, 7020, 9930, 6061, 10382, 8688, 8160, 12011, 6295, 9665, 7457, 6302, 10472, 7690, 8762, 9234, 6232, 10325, 6696, 8887, 11774, 6840, 11228, 6399, 8259, 9720, 6492, 10528, 8208, 8384, 10056, 6573, 9618, 6782, 7449, 10758, 6492, 9733, 6679, 7982, 6568, 8784, 7996, 7190, 9613, 7571, 11751, 7852, 7402, 12267, 6989, 10019, 13638, 8961, 13497, 6440, 9075, 8058, 6548, 11932, 8842, 12270, 7271, 6639, 6683, 7152, 7476, 7757, 9083, 7340, 12082, 8299, 10471, 13534, 9163, 12012, 7389, 9284, 10776, 6518, 11826, 9287, 8843, 14164, 6501, 10766, 7823, 6812, 11933, 8653, 9572, 9049, 6841, 11114, 6603, 8501, 10976, 6588, 10824, 8599, 6922, 10925, 6596, 8534, 9618, 6627, 11587, 8385, 8277, 11070, 6639, 10201, 6489, 8528, 11723, 7115, 11145, 6596, 8554, 9389, 6916, 11827, 8261, 8477, 12289, 6361, 9998, 7170, 8081, 10903, 7235, 9236, 7387, 7114, 10343, 6542, 9041, 10210, 6730, 11098, 6639, 8762, 8857, 6704, 12024, 8528, 9080, 6845, 6852, 11046, 6580, 10952, 8489, 9094, 12080, 6556, 10092, 7848, 9239, 9732, 6651, 10730, 6540, 11217, 6405, 10591, 12739, 8840, 12167, 8167, 9029, 11980, 6648, 11312, 8317, 9025, 13084, 6987, 10313, 6627, 7306, 11391, 6503, 11026, 8726, 9006, 11791, 6499, 7935, 7557, 6515, 11048, 6425, 7991, 6838, 6944, 11599, 6659, 13003, 8439, 7732, 12768, 6718, 13963, 13053, 9074, 12846, 6484, 9079, 12892, 7091, 13917, 10778, 10850, 13757, 7747, 13374, 8743, 10300, 13835, 8545, 13246, 8287, 7846, 13662, 6425, 14000, 14074, 7875, 13351, 8858, 8008, 13902, 6502, 6849, 9071, 6437, 11551, 7948, 12933, 7428, 7660, 12721, 7052, 14157, 10293, 10381, 12676, 7406, 11034, 6426, 13004, 13074, 7984, 12920, 6879, 8824, 12992, 6947, 14249, 9801, 9703, 10140, 7321, 11342, 6598, 14669, 12566, 9875, 13031, 6735, 11166, 13366, 7407, 14375, 9702, 10420, 14142, 7347, 11719, 12923, 7308, 14477, 10011, 9999, 13845, 7058, 10047, 11916, 6898, 14409, 9352, 11794, 13936, 7271, 12049, 6791, 7445, 13010, 7194, 13685, 11528, 7185, 12422, 6358, 7918, 13303, 7167, 14256, 9870, 8043, 13083, 6493, 7732, 13411, 6728, 14359, 9465, 7448, 12376, 6536, 7829, 13094, 6866, 12720, 6662, 7546, 12902, 7039, 13423, 10938, 8883, 13090, 7037, 8354, 6852, 8161, 13714, 7870, 13517, 8074, 8346, 13491, 7152, 15624, 13868, 11402, 14152, 7351, 14374, 12053, 7756, 13524, 9082, 8132, 6143, 9420, 6834, 10701, 6749, 14474, 14882, 10560, 13271, 7321, 9307, 13732, 7730, 15499, 10705, 10516, 14110, 6881, 8123, 7498, 7283, 13509, 10416, 12180, 6864, 6745, 6496, 10598, 12280, 7177, 13346, 11243, 8459, 13951, 6973, 11205, 12820, 7219, 13436, 8391, 13899, 14242, 7891, 14477, 9542, 10104, 13817, 9385, 13459, 14774, 8046, 12085, 7700, 7474, 13857, 7559, 8337, 13811, 6248, 8047, 6703, 7385, 10000, 9717, 12408, 6626, 14678, 9151, 8109, 13198, 6464, 12766, 13861, 8260, 12815, 6505, 7742, 13020, 6574, 12886, 12369, 7319, 12720, 6539, 7701, 13060, 7216, 14998, 8809, 10049, 13407, 7052, 12442, 7169, 7323, 13453, 7603, 13115, 12787, 7509, 12006, 6352, 9087, 13485, 8125, 12645, 8669, 8081, 13164, 6666, 11956, 13572, 7672, 12908, 6716, 7932, 13304, 6897, 14184, 9685, 10021, 7190, 13249, 11990, 7971, 12257, 7904, 14539, 13924, 10789, 13845, 7719, 12113, 12712, 7299, 9861, 6800, 9477, 14030, 9002, 11590, 7668, 6911, 10577, 6342, 13036, 12011, 7319, 12143, 6794, 8375, 12531, 6951, 13041, 7197, 9044, 13099, 7263, 9074, 6793, 7527, 13046, 6746, 8729, 13449, 7297, 12195, 8722, 7338, 13519, 7055, 10599, 12627, 6843, 12016, 6830, 8079, 13655, 7624, 12548, 7999, 7974, 12962, 6250, 9401, 13476, 8073, 12151, 7523, 7103, 10528, 6449, 10889, 13959, 6917, 13389, 6402, 7934, 13846, 7225, 13675, 9823, 8782, 13364, 6705, 9210, 9162, 7381, 14515], 'WindowCenter': [3976.0, 3924.0, 3960.0, 3898.0, 3937.0, 3895.0, 3915.0, 3894.0, 3917.0, 3898.0, 3960.0, 3898.0, 3922.0, 3910.0, 3933.0, 3954.0, 3912.0, 3962.0, 3911.0, 3975.0, 3954.0, 3956.0, 3988.0, 3934.0, 3989.0, 3927.0, 3978.0, 3923.0, 3962.0, 3934.0, 3964.0, 3956.0, 3998.0, 3986.0, 3965.0, 3985.0, 3910.0, 3974.0, 3941.0, 3967.0, 3984.0, 3931.0, 3984.0, 3972.0, 3942.0, 3960.0, 3898.0, 3960.0, 3949.0, 3897.0, 3959.0, 3888.0, 3971.0, 3961.0, 3920.0, 3962.0, 3899.0, 3952.0, 3951.0, 3909.0, 3961.0, 3930.0, 3962.0, 3972.0, 3910.0, 3973.0, 3940.0, 3942.0, 3971.0, 3929.0, 3960.0, 3959.0, 3897.0, 3961.0, 3928.0, 3910.0, 3976.0, 3909.0, 3981.0, 3970.0, 3942.0, 3962.0, 3898.0, 3919.0, 3963.0, 3899.0, 3973.0, 3960.0, 3900.0, 3961.0, 3901.0, 3942.0, 3961.0, 3900.0, 3962.0, 3950.0, 3930.0, 3974.0, 3898.0, 3942.0, 3973.0, 3900.0, 3974.0, 3963.0, 3953.0, 3963.0, 3899.0, 3951.0, 3898.0, 3973.0, 3951.0, 3920.0, 3975.0, 3950.0, 3941.0, 3972.0, 3899.0, 3951.0, 3950.0, 3888.0, 3951.0, 3960.0, 3897.0, 3964.0, 3951.0, 3921.0, 3972.0, 3900.0, 3930.0, 3961.0, 3887.0, 3950.0, 3960.0, 3909.0, 3961.0, 3940.0, 3931.0, 3973.0, 3910.0, 3962.0, 3961.0, 3913.0, 3962.0, 3941.0, 3902.0, 3976.0, 3934.0, 3946.0, 3972.0, 3912.0, 3973.0, 3960.0, 3940.0, 3972.0, 3912.0, 3933.0, 3973.0, 3898.0, 3952.0, 3973.0, 3931.0, 3976.0, 3921.0, 3910.0, 3975.0, 3901.0, 3920.0, 3974.0, 3930.0, 3984.0, 3943.0, 3921.0, 3974.0, 3900.0, 3964.0, 3971.0, 3901.0, 3975.0, 3951.0, 3955.0, 3982.0, 3920.0, 3973.0, 3971.0, 3897.0, 3970.0, 3918.0, 3970.0, 3970.0, 3909.0, 3971.0, 3910.0, 3899.0, 3971.0, 3897.0, 3973.0, 3970.0, 3909.0, 3962.0, 3908.0, 3899.0, 3977.0, 3899.0, 3943.0, 3962.0, 3911.0, 3961.0, 3909.0, 3920.0, 3910.0, 3964.0, 3961.0, 3910.0, 3973.0, 3911.0, 3975.0, 3951.0, 3913.0, 3988.0, 3951.0, 3941.0, 3974.0, 3941.0, 3965.0, 3921.0, 3910.0, 3961.0, 3887.0, 3963.0, 3969.0, 3899.0, 3973.0, 3963.0, 3951.0, 3961.0, 3897.0, 3940.0, 3958.0, 3907.0, 3961.0, 3950.0, 3932.0, 3971.0, 3899.0, 3952.0, 3960.0, 3898.0, 3974.0, 3953.0, 3943.0, 3973.0, 3900.0, 3977.0, 3975.0, 3893.0, 3983.0, 3943.0, 3923.0, 3917.0, 3864.0, 3948.0, 3904.0, 3937.0, 3966.0, 3892.0, 3941.0, 3886.0, 3922.0, 3943.0, 3879.0, 3955.0, 3938.0, 3937.0, 3957.0, 3893.0, 3943.0, 3911.0, 3921.0, 3932.0, 3880.0, 3954.0, 3912.0, 3949.0, 3956.0, 3893.0, 3945.0, 3922.0, 3922.0, 3943.0, 3892.0, 3954.0, 3902.0, 3923.0, 3943.0, 3882.0, 3944.0, 3912.0, 3935.0, 3966.0, 3904.0, 3957.0, 3903.0, 3914.0, 3944.0, 3883.0, 3968.0, 3916.0, 3937.0, 3905.0, 3917.0, 3956.0, 3883.0, 3958.0, 3934.0, 3936.0, 3967.0, 3893.0, 3947.0, 3913.0, 3891.0, 3956.0, 3925.0, 3937.0, 3958.0, 3895.0, 3970.0, 3917.0, 3948.0, 3977.0, 3916.0, 3968.0, 3904.0, 3935.0, 3945.0, 3894.0, 3968.0, 3935.0, 3937.0, 3972.0, 3929.0, 3971.0, 3914.0, 3926.0, 3966.0, 3903.0, 3955.0, 3916.0, 3937.0, 3916.0, 3960.0, 3937.0, 3928.0, 3959.0, 3926.0, 3980.0, 3936.0, 3924.0, 3966.0, 3902.0, 3957.0, 3975.0, 3946.0, 3976.0, 3902.0, 3947.0, 3923.0, 3905.0, 3967.0, 3959.0, 3980.0, 3938.0, 3916.0, 3928.0, 3928.0, 3925.0, 3936.0, 3947.0, 3926.0, 3978.0, 3936.0, 3957.0, 3977.0, 3945.0, 3965.0, 3912.0, 3933.0, 3952.0, 3890.0, 3965.0, 3932.0, 3933.0, 3973.0, 3891.0, 3955.0, 3922.0, 3902.0, 3964.0, 3932.0, 3944.0, 3930.0, 3901.0, 3962.0, 3901.0, 3932.0, 3952.0, 3901.0, 3964.0, 3945.0, 3913.0, 3953.0, 3900.0, 3933.0, 3941.0, 3902.0, 3966.0, 3932.0, 3933.0, 3966.0, 3913.0, 3955.0, 3902.0, 3946.0, 3976.0, 3925.0, 3968.0, 3914.0, 3947.0, 3956.0, 3930.0, 3992.0, 3936.0, 3936.0, 3967.0, 3908.0, 3972.0, 3929.0, 3938.0, 3969.0, 3927.0, 3957.0, 3927.0, 3926.0, 3956.0, 3890.0, 3946.0, 3956.0, 3916.0, 3978.0, 3916.0, 3946.0, 3944.0, 3903.0, 3976.0, 3934.0, 3945.0, 3914.0, 3915.0, 3977.0, 3914.0, 3967.0, 3947.0, 3946.0, 3978.0, 3905.0, 3968.0, 3935.0, 3957.0, 3959.0, 3928.0, 3978.0, 3905.0, 3967.0, 3902.0, 3967.0, 3976.0, 3945.0, 3977.0, 3935.0, 3946.0, 3965.0, 3902.0, 3964.0, 3931.0, 3943.0, 3976.0, 3914.0, 3956.0, 3914.0, 3925.0, 3965.0, 3903.0, 3967.0, 3945.0, 3945.0, 3978.0, 3905.0, 3946.0, 3899.0, 3891.0, 3982.0, 3906.0, 3936.0, 3890.0, 3902.0, 3953.0, 3890.0, 3975.0, 3924.0, 3926.0, 3978.0, 3905.0, 3978.0, 3965.0, 3948.0, 3978.0, 3893.0, 3933.0, 3963.0, 3902.0, 3977.0, 3954.0, 3955.0, 3975.0, 3923.0, 3965.0, 3921.0, 3942.0, 3963.0, 3922.0, 3965.0, 3921.0, 3922.0, 3963.0, 3879.0, 3974.0, 3963.0, 3922.0, 3964.0, 3920.0, 3923.0, 3976.0, 3891.0, 3891.0, 3932.0, 3891.0, 3964.0, 3923.0, 3963.0, 3912.0, 3923.0, 3962.0, 3912.0, 3975.0, 3942.0, 3944.0, 3965.0, 3913.0, 3954.0, 3891.0, 3965.0, 3963.0, 3923.0, 3964.0, 3902.0, 3944.0, 3963.0, 3915.0, 3977.0, 3944.0, 3945.0, 3953.0, 3924.0, 3966.0, 3903.0, 3988.0, 3976.0, 3956.0, 3977.0, 3904.0, 3966.0, 3976.0, 3913.0, 3976.0, 3943.0, 3954.0, 3975.0, 3913.0, 3965.0, 3961.0, 3911.0, 3975.0, 3941.0, 3944.0, 3974.0, 3901.0, 3942.0, 3965.0, 3902.0, 3975.0, 3932.0, 3964.0, 3974.0, 3912.0, 3964.0, 3900.0, 3910.0, 3962.0, 3901.0, 3976.0, 3964.0, 3912.0, 3964.0, 3892.0, 3924.0, 3974.0, 3912.0, 3987.0, 3944.0, 3934.0, 3977.0, 3903.0, 3924.0, 3973.0, 3902.0, 3987.0, 3944.0, 3924.0, 3976.0, 3893.0, 3925.0, 3975.0, 3903.0, 3977.0, 3914.0, 3937.0, 3991.0, 3927.0, 3989.0, 3966.0, 3945.0, 3976.0, 3914.0, 3937.0, 3904.0, 3936.0, 3978.0, 3936.0, 3989.0, 3936.0, 3947.0, 3977.0, 3914.0, 3988.0, 3976.0, 3966.0, 3977.0, 3924.0, 4000.0, 3966.0, 3924.0, 3977.0, 3945.0, 3935.0, 3893.0, 3944.0, 3915.0, 3966.0, 3902.0, 3987.0, 3988.0, 3956.0, 3977.0, 3913.0, 3945.0, 3973.0, 3911.0, 3974.0, 3941.0, 3954.0, 3973.0, 3901.0, 3921.0, 3898.0, 3911.0, 3975.0, 3954.0, 3977.0, 3915.0, 3903.0, 3903.0, 3967.0, 3965.0, 3901.0, 3974.0, 3954.0, 3934.0, 3975.0, 3914.0, 3967.0, 3975.0, 3913.0, 3974.0, 3921.0, 3975.0, 3974.0, 3922.0, 3976.0, 3942.0, 3942.0, 3964.0, 3931.0, 3962.0, 3961.0, 3908.0, 3951.0, 3897.0, 3897.0, 3960.0, 3909.0, 3921.0, 3962.0, 3890.0, 3920.0, 3888.0, 3910.0, 3941.0, 3943.0, 3964.0, 3903.0, 3976.0, 3933.0, 3923.0, 3962.0, 3890.0, 3963.0, 3963.0, 3922.0, 3965.0, 3891.0, 3912.0, 3963.0, 3900.0, 3964.0, 3963.0, 3912.0, 3965.0, 3891.0, 3923.0, 3964.0, 3912.0, 3974.0, 3932.0, 3955.0, 3975.0, 3913.0, 3976.0, 3901.0, 3913.0, 3975.0, 3923.0, 3976.0, 3976.0, 3914.0, 3965.0, 3891.0, 3945.0, 3976.0, 3924.0, 3977.0, 3934.0, 3933.0, 3975.0, 3902.0, 3965.0, 3964.0, 3923.0, 3966.0, 3903.0, 3936.0, 3974.0, 3902.0, 3977.0, 3955.0, 3956.0, 3915.0, 3977.0, 3965.0, 3924.0, 3966.0, 3925.0, 3987.0, 3975.0, 3955.0, 3977.0, 3924.0, 3966.0, 3964.0, 3912.0, 3942.0, 3889.0, 3931.0, 3963.0, 3931.0, 3967.0, 3911.0, 3913.0, 3954.0, 3905.0, 3975.0, 3964.0, 3913.0, 3965.0, 3901.0, 3934.0, 3964.0, 3912.0, 3976.0, 3902.0, 3933.0, 3975.0, 3912.0, 3934.0, 3901.0, 3913.0, 3975.0, 3902.0, 3934.0, 3973.0, 3912.0, 3965.0, 3932.0, 3912.0, 3975.0, 3900.0, 3955.0, 3964.0, 3902.0, 3964.0, 3901.0, 3923.0, 3974.0, 3912.0, 3965.0, 3921.0, 3923.0, 3964.0, 3890.0, 3944.0, 3974.0, 3923.0, 3965.0, 3923.0, 3913.0, 3953.0, 3891.0, 3966.0, 3986.0, 3915.0, 3988.0, 3904.0, 3935.0, 3975.0, 3913.0, 3988.0, 3956.0, 3945.0, 3976.0, 3903.0, 3944.0, 3944.0, 3940.0, 4000.0], 'WindowWidth': [8879.0, 8804.0, 8844.0, 8757.0, 8805.0, 8746.0, 8773.0, 8745.0, 8781.0, 8759.0, 8841.0, 8758.0, 8795.0, 8778.0, 8813.0, 8840.0, 8782.0, 8848.0, 8778.0, 8869.0, 8840.0, 8846.0, 8895.0, 8817.0, 8898.0, 8812.0, 8877.0, 8799.0, 8849.0, 8811.0, 8854.0, 8849.0, 8908.0, 8888.0, 8858.0, 8884.0, 8779.0, 8868.0, 8816.0, 8862.0, 8884.0, 8806.0, 8880.0, 8861.0, 8819.0, 8843.0, 8758.0, 8840.0, 8823.0, 8752.0, 8837.0, 8742.0, 8856.0, 8845.0, 8791.0, 8849.0, 8762.0, 8833.0, 8829.0, 8770.0, 8844.0, 8801.0, 8848.0, 8861.0, 8777.0, 8864.0, 8815.0, 8818.0, 8859.0, 8797.0, 8843.0, 8839.0, 8756.0, 8844.0, 8796.0, 8778.0, 8875.0, 8775.0, 8874.0, 8858.0, 8823.0, 8849.0, 8760.0, 8787.0, 8854.0, 8761.0, 8861.0, 8841.0, 8763.0, 8847.0, 8767.0, 8822.0, 8846.0, 8762.0, 8846.0, 8829.0, 8805.0, 8867.0, 8760.0, 8822.0, 8865.0, 8763.0, 8866.0, 8852.0, 8839.0, 8851.0, 8763.0, 8831.0, 8759.0, 8862.0, 8831.0, 8790.0, 8873.0, 8829.0, 8819.0, 8860.0, 8759.0, 8828.0, 8825.0, 8742.0, 8827.0, 8839.0, 8753.0, 8850.0, 8827.0, 8789.0, 8861.0, 8763.0, 8801.0, 8841.0, 8740.0, 8827.0, 8839.0, 8772.0, 8847.0, 8815.0, 8806.0, 8864.0, 8777.0, 8848.0, 8843.0, 8785.0, 8849.0, 8818.0, 8771.0, 8872.0, 8811.0, 8831.0, 8860.0, 8780.0, 8864.0, 8841.0, 8813.0, 8862.0, 8780.0, 8812.0, 8865.0, 8758.0, 8833.0, 8862.0, 8803.0, 8869.0, 8792.0, 8778.0, 8869.0, 8764.0, 8789.0, 8865.0, 8803.0, 8880.0, 8824.0, 8794.0, 8867.0, 8765.0, 8852.0, 8858.0, 8765.0, 8868.0, 8831.0, 8840.0, 8875.0, 8791.0, 8862.0, 8857.0, 8755.0, 8854.0, 8781.0, 8855.0, 8856.0, 8775.0, 8861.0, 8777.0, 8762.0, 8858.0, 8754.0, 8862.0, 8857.0, 8775.0, 8847.0, 8772.0, 8761.0, 8873.0, 8761.0, 8823.0, 8845.0, 8777.0, 8842.0, 8775.0, 8790.0, 8776.0, 8852.0, 8845.0, 8777.0, 8864.0, 8782.0, 8871.0, 8833.0, 8784.0, 8897.0, 8830.0, 8816.0, 8866.0, 8818.0, 8856.0, 8794.0, 8779.0, 8848.0, 8742.0, 8847.0, 8851.0, 8760.0, 8866.0, 8850.0, 8832.0, 8843.0, 8756.0, 8814.0, 8835.0, 8767.0, 8846.0, 8828.0, 8810.0, 8859.0, 8762.0, 8833.0, 8841.0, 8759.0, 8870.0, 8837.0, 8824.0, 8865.0, 8762.0, 8877.0, 8868.0, 8753.0, 8888.0, 8808.0, 8780.0, 8759.0, 8693.0, 8833.0, 8769.0, 8818.0, 8854.0, 8748.0, 8810.0, 8729.0, 8786.0, 8818.0, 8726.0, 8837.0, 8819.0, 8815.0, 8843.0, 8754.0, 8818.0, 8771.0, 8784.0, 8798.0, 8730.0, 8835.0, 8775.0, 8836.0, 8840.0, 8752.0, 8823.0, 8787.0, 8787.0, 8815.0, 8748.0, 8833.0, 8763.0, 8792.0, 8818.0, 8737.0, 8820.0, 8774.0, 8811.0, 8853.0, 8767.0, 8841.0, 8766.0, 8782.0, 8819.0, 8740.0, 8857.0, 8786.0, 8817.0, 8771.0, 8789.0, 8840.0, 8740.0, 8845.0, 8809.0, 8813.0, 8857.0, 8754.0, 8827.0, 8778.0, 8748.0, 8841.0, 8796.0, 8815.0, 8848.0, 8762.0, 8866.0, 8793.0, 8833.0, 8871.0, 8789.0, 8860.0, 8771.0, 8811.0, 8824.0, 8756.0, 8860.0, 8814.0, 8817.0, 8875.0, 8813.0, 8873.0, 8784.0, 8802.0, 8857.0, 8768.0, 8841.0, 8790.0, 8819.0, 8792.0, 8855.0, 8820.0, 8811.0, 8853.0, 8803.0, 8879.0, 8816.0, 8798.0, 8854.0, 8765.0, 8842.0, 8864.0, 8827.0, 8870.0, 8766.0, 8832.0, 8793.0, 8772.0, 8858.0, 8851.0, 8882.0, 8824.0, 8793.0, 8811.0, 8808.0, 8799.0, 8817.0, 8831.0, 8803.0, 8876.0, 8815.0, 8843.0, 8871.0, 8824.0, 8852.0, 8776.0, 8804.0, 8828.0, 8745.0, 8851.0, 8802.0, 8806.0, 8859.0, 8747.0, 8837.0, 8792.0, 8763.0, 8848.0, 8800.0, 8820.0, 8799.0, 8762.0, 8844.0, 8761.0, 8803.0, 8829.0, 8761.0, 8851.0, 8827.0, 8781.0, 8832.0, 8759.0, 8805.0, 8812.0, 8764.0, 8854.0, 8805.0, 8809.0, 8854.0, 8783.0, 8839.0, 8767.0, 8829.0, 8871.0, 8800.0, 8861.0, 8788.0, 8833.0, 8843.0, 8816.0, 8901.0, 8812.0, 8815.0, 8856.0, 8780.0, 8872.0, 8812.0, 8824.0, 8864.0, 8809.0, 8846.0, 8807.0, 8804.0, 8839.0, 8748.0, 8829.0, 8842.0, 8789.0, 8874.0, 8790.0, 8829.0, 8823.0, 8767.0, 8868.0, 8809.0, 8828.0, 8786.0, 8789.0, 8873.0, 8785.0, 8858.0, 8832.0, 8831.0, 8877.0, 8776.0, 8859.0, 8813.0, 8845.0, 8849.0, 8811.0, 8875.0, 8776.0, 8858.0, 8768.0, 8860.0, 8870.0, 8826.0, 8873.0, 8813.0, 8829.0, 8852.0, 8765.0, 8848.0, 8800.0, 8821.0, 8871.0, 8785.0, 8843.0, 8786.0, 8800.0, 8853.0, 8769.0, 8860.0, 8826.0, 8829.0, 8876.0, 8776.0, 8832.0, 8749.0, 8746.0, 8883.0, 8773.0, 8812.0, 8742.0, 8762.0, 8827.0, 8742.0, 8863.0, 8792.0, 8798.0, 8869.0, 8770.0, 8870.0, 8849.0, 8831.0, 8871.0, 8751.0, 8803.0, 8842.0, 8761.0, 8868.0, 8833.0, 8835.0, 8863.0, 8792.0, 8849.0, 8784.0, 8813.0, 8844.0, 8786.0, 8847.0, 8784.0, 8786.0, 8843.0, 8727.0, 8857.0, 8841.0, 8785.0, 8846.0, 8781.0, 8791.0, 8866.0, 8747.0, 8743.0, 8796.0, 8746.0, 8846.0, 8792.0, 8845.0, 8775.0, 8791.0, 8843.0, 8775.0, 8864.0, 8813.0, 8817.0, 8848.0, 8778.0, 8831.0, 8746.0, 8847.0, 8843.0, 8789.0, 8846.0, 8763.0, 8819.0, 8844.0, 8786.0, 8869.0, 8820.0, 8822.0, 8829.0, 8795.0, 8854.0, 8766.0, 8885.0, 8867.0, 8839.0, 8869.0, 8769.0, 8854.0, 8865.0, 8779.0, 8868.0, 8819.0, 8834.0, 8864.0, 8778.0, 8849.0, 8841.0, 8774.0, 8864.0, 8813.0, 8819.0, 8860.0, 8760.0, 8816.0, 8850.0, 8763.0, 8865.0, 8802.0, 8847.0, 8861.0, 8775.0, 8847.0, 8758.0, 8771.0, 8842.0, 8762.0, 8866.0, 8847.0, 8777.0, 8848.0, 8751.0, 8794.0, 8860.0, 8777.0, 8883.0, 8819.0, 8809.0, 8871.0, 8767.0, 8793.0, 8857.0, 8764.0, 8883.0, 8821.0, 8796.0, 8868.0, 8753.0, 8798.0, 8862.0, 8766.0, 8871.0, 8786.0, 8817.0, 8896.0, 8808.0, 8890.0, 8853.0, 8826.0, 8867.0, 8785.0, 8816.0, 8769.0, 8813.0, 8873.0, 8814.0, 8889.0, 8815.0, 8830.0, 8872.0, 8781.0, 8885.0, 8868.0, 8854.0, 8871.0, 8797.0, 8908.0, 8854.0, 8795.0, 8871.0, 8826.0, 8811.0, 8755.0, 8825.0, 8787.0, 8856.0, 8766.0, 8884.0, 8888.0, 8841.0, 8870.0, 8781.0, 8822.0, 8859.0, 8773.0, 8862.0, 8812.0, 8835.0, 8858.0, 8758.0, 8785.0, 8751.0, 8772.0, 8863.0, 8835.0, 8872.0, 8786.0, 8769.0, 8769.0, 8857.0, 8851.0, 8761.0, 8861.0, 8832.0, 8808.0, 8865.0, 8783.0, 8858.0, 8864.0, 8777.0, 8862.0, 8787.0, 8863.0, 8861.0, 8789.0, 8865.0, 8814.0, 8815.0, 8848.0, 8796.0, 8841.0, 8838.0, 8764.0, 8823.0, 8746.0, 8748.0, 8836.0, 8768.0, 8787.0, 8840.0, 8744.0, 8782.0, 8736.0, 8768.0, 8811.0, 8819.0, 8848.0, 8766.0, 8868.0, 8803.0, 8789.0, 8842.0, 8742.0, 8843.0, 8845.0, 8788.0, 8849.0, 8747.0, 8774.0, 8842.0, 8756.0, 8846.0, 8843.0, 8776.0, 8849.0, 8749.0, 8792.0, 8847.0, 8775.0, 8861.0, 8801.0, 8836.0, 8864.0, 8778.0, 8865.0, 8761.0, 8778.0, 8865.0, 8790.0, 8867.0, 8868.0, 8781.0, 8851.0, 8748.0, 8822.0, 8866.0, 8795.0, 8870.0, 8809.0, 8806.0, 8864.0, 8762.0, 8848.0, 8846.0, 8791.0, 8854.0, 8768.0, 8816.0, 8861.0, 8762.0, 8870.0, 8838.0, 8843.0, 8785.0, 8870.0, 8850.0, 8796.0, 8853.0, 8797.0, 8885.0, 8864.0, 8837.0, 8868.0, 8793.0, 8849.0, 8846.0, 8773.0, 8812.0, 8737.0, 8795.0, 8844.0, 8798.0, 8857.0, 8773.0, 8780.0, 8832.0, 8773.0, 8864.0, 8845.0, 8778.0, 8849.0, 8763.0, 8809.0, 8845.0, 8777.0, 8866.0, 8762.0, 8805.0, 8863.0, 8776.0, 8807.0, 8761.0, 8777.0, 8864.0, 8762.0, 8806.0, 8859.0, 8775.0, 8849.0, 8801.0, 8774.0, 8862.0, 8758.0, 8834.0, 8845.0, 8762.0, 8848.0, 8759.0, 8790.0, 8861.0, 8775.0, 8850.0, 8786.0, 8790.0, 8847.0, 8745.0, 8818.0, 8861.0, 8793.0, 8850.0, 8791.0, 8778.0, 8831.0, 8748.0, 8853.0, 8883.0, 8787.0, 8886.0, 8772.0, 8814.0, 8866.0, 8781.0, 8889.0, 8842.0, 8825.0, 8867.0, 8768.0, 8823.0, 8825.0, 8832.0, 8910.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.012085561926605506</td></tr>
<tr><td colspan=3>aqi</td><td>0.17490211376146791</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.55835890734787</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.938140987003445</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9088609980597019</td></tr>
<tr><td colspan=3>efc</td><td>0.4781</td></tr>
<tr><td colspan=3>fber</td><td>4476.0269</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19789875924696537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.073394495412844</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6629878656291397</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4779430318303253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.871513204265063</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.63950736079203</td></tr>
<tr><td colspan=3>gcor</td><td>0.00425815</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021698802709579468</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02664431743323803</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.774230810812923</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.9199</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7017</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.027</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301929.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>669.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.4104</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>406.5269</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3199.1383</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1596.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>696.4426</td></tr>
<tr><td colspan=3>tsnr</td><td>17.862830965896137</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>