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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0057_ses-01_task-social_acq-mb8_run-03_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-0057_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-03_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-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-03_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>53430a00289cf2342d63d648ec0e0f43</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:50:26.405000</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.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</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-03_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.110915</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a407bceb-00b8-40b5-bb20-2c7f27f6664b||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.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [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': ['095026.405000', '095026.865000', '095027.325000', '095027.785000', '095028.245000', '095028.705000', '095029.165000', '095029.625000', '095030.085000', '095030.545000', '095031.005000', '095031.465000', '095031.925000', '095032.385000', '095032.845000', '095033.305000', '095033.765000', '095034.225000', '095034.685000', '095035.145000', '095035.605000', '095036.065000', '095036.525000', '095036.985000', '095037.445000', '095037.905000', '095038.365000', '095038.825000', '095039.285000', '095039.745000', '095040.205000', '095040.665000', '095041.125000', '095041.585000', '095042.045000', '095042.505000', '095042.965000', '095043.425000', '095043.885000', '095044.345000', '095044.805000', '095045.265000', '095045.725000', '095046.185000', '095046.645000', '095047.105000', '095047.565000', '095048.025000', '095048.485000', '095048.945000', '095049.405000', '095049.865000', '095050.325000', '095050.785000', '095051.245000', '095051.705000', '095052.165000', '095052.625000', '095053.085000', '095053.545000', '095054.005000', '095054.465000', '095054.925000', '095055.385000', '095055.845000', '095056.305000', '095056.765000', '095057.225000', '095057.685000', '095058.145000', '095058.605000', '095059.065000', '095059.525000', '095059.985000', '095100.445000', '095100.905000', '095101.365000', '095101.825000', '095102.285000', '095102.745000', '095103.205000', '095103.665000', '095104.125000', '095104.585000', '095105.045000', '095105.505000', '095105.965000', '095106.425000', '095106.885000', '095107.345000', '095107.805000', '095108.265000', '095108.725000', '095109.185000', '095109.645000', '095110.105000', '095110.565000', '095111.025000', '095111.485000', '095111.945000', '095112.405000', '095112.865000', '095113.325000', '095113.785000', '095114.245000', '095114.705000', '095115.165000', '095115.625000', '095116.085000', '095116.545000', '095117.005000', '095117.465000', '095117.925000', '095118.385000', '095118.845000', '095119.305000', '095119.765000', '095120.225000', '095120.685000', '095121.145000', '095121.605000', '095122.065000', '095122.525000', '095122.985000', '095123.445000', '095123.905000', '095124.365000', '095124.825000', '095125.285000', '095125.745000', '095126.205000', '095126.665000', '095127.125000', '095127.585000', '095128.045000', '095128.505000', '095128.965000', '095129.425000', '095129.885000', '095130.345000', '095130.805000', '095131.265000', '095131.725000', '095132.185000', '095132.645000', '095133.105000', '095133.565000', '095134.025000', '095134.485000', '095134.945000', '095135.405000', '095135.865000', '095136.325000', '095136.785000', '095137.245000', '095137.705000', '095138.165000', '095138.625000', '095139.085000', '095139.545000', '095140.005000', '095140.465000', '095140.925000', '095141.385000', '095141.845000', '095142.305000', '095142.765000', '095143.225000', '095143.685000', '095144.145000', '095144.605000', '095145.065000', '095145.525000', '095145.985000', '095146.445000', '095146.905000', '095147.365000', '095147.825000', '095148.285000', '095148.745000', '095149.205000', '095149.665000', '095150.125000', '095150.585000', '095151.045000', '095151.505000', '095151.965000', '095152.425000', '095152.885000', '095153.345000', '095153.805000', '095154.265000', '095154.725000', '095155.185000', '095155.645000', '095156.105000', '095156.565000', '095157.025000', '095157.485000', '095157.945000', '095158.405000', '095158.865000', '095159.325000', '095159.785000', '095200.245000', '095200.705000', '095201.165000', '095201.625000', '095202.085000', '095202.545000', '095203.005000', '095203.465000', '095203.925000', '095204.385000', '095204.845000', '095205.305000', '095205.765000', '095206.225000', '095206.685000', '095207.145000', '095207.605000', '095208.065000', '095208.525000', '095208.985000', '095209.445000', '095209.905000', '095210.365000', '095210.825000', '095211.285000', '095211.745000', '095212.205000', '095212.665000', '095213.125000', '095213.585000', '095214.045000', '095214.505000', '095214.965000', '095215.425000', '095215.885000', '095216.345000', '095216.805000', '095217.265000', '095217.725000', '095218.185000', '095218.645000', '095219.105000', '095219.565000', '095220.025000', '095220.485000', '095220.945000', '095221.405000', '095221.865000', '095222.325000', '095222.785000', '095223.245000', '095223.705000', '095224.165000', '095224.625000', '095225.085000', '095225.545000', '095226.005000', '095226.465000', '095226.925000', '095227.385000', '095227.845000', '095228.305000', '095228.765000', '095229.225000', '095229.685000', '095230.145000', '095230.605000', '095231.065000', '095231.525000', '095231.985000', '095232.445000', '095232.905000', '095233.365000', '095233.825000', '095234.285000', '095234.745000', '095235.205000', '095235.665000', '095236.125000', '095236.585000', '095237.045000', '095237.505000', '095237.965000', '095238.425000', '095238.885000', '095239.345000', '095239.805000', '095240.265000', '095240.725000', '095241.185000', '095241.645000', '095242.105000', '095242.565000', '095243.025000', '095243.485000', '095243.945000', '095244.405000', '095244.865000', '095245.325000', '095245.785000', '095246.245000', '095246.705000', '095247.165000', '095247.625000', '095248.085000', '095248.545000', '095249.005000', '095249.465000', '095249.925000', '095250.385000', '095250.845000', '095251.305000', '095251.765000', '095252.225000', '095252.685000', '095253.145000', '095253.605000', '095254.065000', '095254.525000', '095254.985000', '095255.445000', '095255.905000', '095256.365000', '095256.825000', '095257.285000', '095257.745000', '095258.205000', '095258.665000', '095259.125000', '095259.585000', '095300.045000', '095300.505000', '095300.965000', '095301.425000', '095301.885000', '095302.345000', '095302.805000', '095303.265000', '095303.725000', '095304.185000', '095304.645000', '095305.105000', '095305.565000', '095306.025000', '095306.485000', '095306.945000', '095307.405000', '095307.865000', '095308.325000', '095308.785000', '095309.245000', '095309.705000', '095310.165000', '095310.625000', '095311.085000', '095311.545000', '095312.005000', '095312.465000', '095312.925000', '095313.385000', '095313.845000', '095314.305000', '095314.765000', '095315.225000', '095315.685000', '095316.145000', '095316.605000', '095317.065000', '095317.525000', '095317.985000', '095318.445000', '095318.905000', '095319.365000', '095319.825000', '095320.285000', '095320.745000', '095321.205000', '095321.665000', '095322.125000', '095322.585000', '095323.045000', '095323.505000', '095323.965000', '095324.425000', '095324.885000', '095325.345000', '095325.805000', '095326.265000', '095326.725000', '095327.185000', '095327.645000', '095328.105000', '095328.565000', '095329.025000', '095329.485000', '095329.945000', '095330.405000', '095330.865000', '095331.325000', '095331.785000', '095332.245000', '095332.705000', '095333.165000', '095333.625000', '095334.085000', '095334.545000', '095335.005000', '095335.465000', '095335.925000', '095336.385000', '095336.845000', '095337.305000', '095337.765000', '095338.225000', '095338.685000', '095339.145000', '095339.605000', '095340.065000', '095340.525000', '095340.985000', '095341.445000', '095341.905000', '095342.365000', '095342.825000', '095343.285000', '095343.745000', '095344.205000', '095344.665000', '095345.125000', '095345.585000', '095346.045000', '095346.505000', '095346.965000', '095347.425000', '095347.885000', '095348.345000', '095348.805000', '095349.265000', '095349.725000', '095350.185000', '095350.645000', '095351.105000', '095351.565000', '095352.025000', '095352.485000', '095352.945000', '095353.405000', '095353.865000', '095354.325000', '095354.785000', '095355.245000', '095355.705000', '095356.165000', '095356.625000', '095357.085000', '095357.545000', '095358.005000', '095358.465000', '095358.925000', '095359.385000', '095359.845000', '095400.305000', '095400.765000', '095401.225000', '095401.685000', '095402.145000', '095402.605000', '095403.065000', '095403.525000', '095403.985000', '095404.445000', '095404.905000', '095405.365000', '095405.825000', '095406.285000', '095406.745000', '095407.205000', '095407.665000', '095408.125000', '095408.585000', '095409.045000', '095409.505000', '095409.965000', '095410.425000', '095410.885000', '095411.345000', '095411.805000', '095412.265000', '095412.725000', '095413.185000', '095413.645000', '095414.105000', '095414.565000', '095415.025000', '095415.485000', '095415.945000', '095416.405000', '095416.865000', '095417.325000', '095417.785000', '095418.245000', '095418.705000', '095419.165000', '095419.625000', '095420.085000', '095420.545000', '095421.005000', '095421.465000', '095421.925000', '095422.385000', '095422.845000', '095423.305000', '095423.765000', '095424.225000', '095424.685000', '095425.145000', '095425.605000', '095426.065000', '095426.525000', '095426.985000', '095427.445000', '095427.905000', '095428.365000', '095428.825000', '095429.285000', '095429.745000', '095430.205000', '095430.665000', '095431.125000', '095431.585000', '095432.045000', '095432.505000', '095432.965000', '095433.425000', '095433.885000', '095434.345000', '095434.805000', '095435.265000', '095435.725000', '095436.185000', '095436.645000', '095437.105000', '095437.565000', '095438.025000', '095438.485000', '095438.945000', '095439.405000', '095439.865000', '095440.325000', '095440.785000', '095441.245000', '095441.705000', '095442.165000', '095442.625000', '095443.085000', '095443.545000', '095444.005000', '095444.465000', '095444.925000', '095445.385000', '095445.845000', '095446.305000', '095446.765000', '095447.225000', '095447.685000', '095448.145000', '095448.605000', '095449.065000', '095449.525000', '095449.985000', '095450.445000', '095450.905000', '095451.365000', '095451.825000', '095452.285000', '095452.745000', '095453.205000', '095453.665000', '095454.125000', '095454.585000', '095455.045000', '095455.505000', '095455.965000', '095456.425000', '095456.885000', '095457.345000', '095457.805000', '095458.265000', '095458.725000', '095459.185000', '095459.645000', '095500.105000', '095500.565000', '095501.025000', '095501.485000', '095501.945000', '095502.405000', '095502.865000', '095503.325000', '095503.785000', '095504.245000', '095504.705000', '095505.165000', '095505.625000', '095506.085000', '095506.545000', '095507.005000', '095507.465000', '095507.925000', '095508.385000', '095508.845000', '095509.305000', '095509.765000', '095510.225000', '095510.685000', '095511.145000', '095511.605000', '095512.065000', '095512.525000', '095512.985000', '095513.445000', '095513.905000', '095514.365000', '095514.825000', '095515.285000', '095515.745000', '095516.205000', '095516.665000', '095517.125000', '095517.585000', '095518.045000', '095518.505000', '095518.965000', '095519.425000', '095519.885000', '095520.345000', '095520.805000', '095521.265000', '095521.725000', '095522.185000', '095522.645000', '095523.105000', '095523.565000', '095524.025000', '095524.485000', '095524.945000', '095525.405000', '095525.865000', '095526.325000', '095526.785000', '095527.245000', '095527.705000', '095528.165000', '095528.625000', '095529.085000', '095529.545000', '095530.005000', '095530.465000', '095530.925000', '095531.385000', '095531.845000', '095532.305000', '095532.765000', '095533.225000', '095533.685000', '095534.145000', '095534.605000', '095535.065000', '095535.525000', '095535.985000', '095536.445000', '095536.905000', '095537.365000', '095537.825000', '095538.285000', '095538.745000', '095539.205000', '095539.665000', '095540.125000', '095540.585000', '095541.045000', '095541.505000', '095541.965000', '095542.425000', '095542.885000', '095543.345000', '095543.805000', '095544.265000', '095544.725000', '095545.185000', '095545.645000', '095546.105000', '095546.565000', '095547.025000', '095547.485000', '095547.945000', '095548.405000', '095548.865000', '095549.325000', '095549.785000', '095550.245000', '095550.705000', '095551.165000', '095551.625000', '095552.085000', '095552.545000', '095553.005000', '095553.465000', '095553.925000', '095554.385000', '095554.845000', '095555.305000', '095555.765000', '095556.225000', '095556.685000', '095557.145000', '095557.605000', '095558.065000', '095558.525000', '095558.985000', '095559.445000', '095559.905000', '095600.365000', '095600.825000', '095601.285000', '095601.745000', '095602.205000', '095602.665000', '095603.125000', '095603.585000', '095604.045000', '095604.505000', '095604.965000', '095605.425000', '095605.885000', '095606.345000', '095606.805000', '095607.265000', '095607.725000', '095608.185000', '095608.645000', '095609.105000', '095609.565000', '095610.025000', '095610.485000', '095610.945000', '095611.405000', '095611.865000', '095612.325000', '095612.785000', '095613.245000', '095613.705000', '095614.165000', '095614.625000', '095615.085000', '095615.545000', '095616.005000', '095616.465000', '095616.925000', '095617.385000', '095617.845000', '095618.305000', '095618.765000', '095619.225000', '095619.685000', '095620.145000', '095620.605000', '095621.065000', '095621.525000', '095621.985000', '095622.445000', '095622.905000', '095623.365000', '095623.825000', '095624.285000', '095624.745000', '095625.205000', '095625.665000', '095626.125000', '095626.585000', '095627.045000', '095627.505000', '095627.965000', '095628.425000', '095628.885000', '095629.345000', '095629.805000', '095630.265000', '095630.725000', '095631.185000', '095631.645000', '095632.105000', '095632.565000', '095633.025000', '095633.485000', '095633.945000', '095634.405000', '095634.865000', '095635.325000', '095635.785000', '095636.245000', '095636.705000', '095637.165000', '095637.625000', '095638.085000', '095638.545000', '095639.005000', '095639.465000', '095639.925000', '095640.385000', '095640.845000', '095641.305000', '095641.765000', '095642.225000', '095642.685000', '095643.145000', '095643.605000', '095644.065000', '095644.525000', '095644.985000', '095645.445000', '095645.905000', '095646.365000', '095646.825000', '095647.285000', '095647.745000', '095648.205000', '095648.665000', '095649.125000', '095649.585000', '095650.045000', '095650.505000', '095650.965000', '095651.425000', '095651.885000', '095652.345000', '095652.805000', '095653.265000', '095653.725000', '095654.185000', '095654.645000', '095655.105000', '095655.565000', '095656.025000', '095656.485000', '095656.945000', '095657.405000', '095657.865000', '095658.325000', '095658.785000', '095659.245000', '095659.705000', '095700.165000', '095700.625000', '095701.085000', '095701.545000', '095702.005000', '095702.465000', '095702.925000', '095703.385000', '095703.845000', '095704.305000', '095704.765000', '095705.225000', '095705.685000', '095706.145000', '095706.605000', '095707.065000'], 'ContentTime': ['095037.900000', '095037.906000', '095037.909000', '095037.911000', '095037.914000', '095037.916000', '095037.919000', '095037.922000', '095037.924000', '095037.927000', '095037.929000', '095037.932000', '095037.939000', '095037.941000', '095037.944000', '095037.947000', '095037.949000', '095037.952000', '095037.954000', '095037.957000', '095037.959000', '095037.962000', '095057.870000', '095057.872000', '095057.875000', '095057.878000', '095057.880000', '095057.883000', '095057.885000', '095057.888000', '095057.890000', '095057.893000', '095057.896000', '095057.898000', '095057.901000', '095057.903000', '095057.909000', '095057.912000', '095057.914000', '095057.917000', '095057.920000', '095057.922000', '095057.925000', '095057.927000', '095057.930000', '095057.932000', '095057.935000', '095057.937000', '095057.940000', '095057.943000', '095057.946000', '095057.949000', '095057.956000', '095057.959000', '095057.961000', '095057.964000', '095057.967000', '095057.969000', '095057.972000', '095057.974000', '095057.977000', '095057.979000', '095057.982000', '095057.984000', '095057.987000', '095117.869000', '095117.872000', '095117.874000', '095117.877000', '095117.880000', '095117.882000', '095117.885000', '095117.887000', '095117.890000', '095117.892000', '095117.895000', '095117.897000', '095117.900000', '095117.903000', '095117.905000', '095117.908000', '095117.910000', '095117.913000', '095117.916000', '095117.918000', '095117.921000', '095117.923000', '095117.926000', '095117.928000', '095117.931000', '095117.933000', '095117.936000', '095117.938000', '095117.941000', '095117.943000', '095117.946000', '095117.948000', '095117.951000', '095117.954000', '095117.956000', '095117.959000', '095117.961000', '095117.964000', '095117.966000', '095117.969000', '095117.972000', '095117.974000', '095117.977000', '095117.979000', '095137.870000', '095137.872000', '095137.875000', '095137.877000', '095137.880000', '095137.882000', '095137.885000', '095137.888000', '095137.890000', '095137.893000', '095137.895000', '095137.898000', '095137.900000', '095137.903000', '095137.905000', '095137.908000', '095137.910000', '095137.913000', '095137.916000', '095137.918000', '095137.921000', '095137.923000', '095137.926000', '095137.928000', '095137.931000', '095137.933000', '095137.936000', '095137.939000', '095137.941000', '095137.944000', '095137.946000', '095137.949000', '095137.951000', '095137.954000', '095137.956000', '095137.959000', '095137.962000', '095137.964000', '095137.967000', '095137.969000', '095137.972000', '095137.974000', '095137.977000', '095157.869000', '095157.872000', '095157.875000', '095157.877000', '095157.880000', '095157.882000', '095157.885000', '095157.887000', '095157.890000', '095157.892000', '095157.895000', '095157.898000', '095157.900000', '095157.903000', '095157.905000', '095157.908000', '095157.910000', '095157.913000', '095157.915000', '095157.918000', '095157.920000', '095157.923000', '095157.926000', '095157.928000', '095157.931000', '095157.933000', '095157.936000', '095157.938000', '095157.941000', '095157.944000', '095157.946000', '095157.949000', '095157.951000', '095157.954000', '095157.956000', '095157.959000', '095157.962000', '095157.964000', '095157.967000', '095157.969000', '095157.972000', '095157.974000', '095157.977000', '095157.979000', '095217.870000', '095217.873000', '095217.876000', '095217.878000', '095217.881000', '095217.884000', '095217.886000', '095217.889000', '095217.891000', '095217.894000', '095217.896000', '095217.899000', '095217.902000', '095217.904000', '095217.907000', '095217.909000', '095217.912000', '095217.915000', '095217.917000', '095217.920000', '095217.922000', '095217.925000', '095217.927000', '095217.930000', '095217.932000', '095217.935000', '095217.937000', '095217.940000', '095217.943000', '095217.945000', '095217.948000', '095217.950000', '095217.953000', '095217.955000', '095217.958000', '095217.961000', '095217.963000', '095217.966000', '095217.975000', '095217.978000', '095217.980000', '095217.983000', '095217.986000', '095237.870000', '095237.873000', '095237.876000', '095237.878000', '095237.881000', '095237.883000', '095237.886000', '095237.888000', '095237.891000', '095237.894000', '095237.896000', '095237.899000', '095237.901000', '095237.904000', '095237.907000', '095237.909000', '095237.912000', '095237.914000', '095237.917000', '095237.919000', '095237.922000', '095237.925000', '095237.927000', '095237.930000', '095237.932000', '095237.935000', '095237.937000', '095237.940000', '095237.942000', '095237.945000', '095237.948000', '095237.950000', '095237.953000', '095237.955000', '095237.958000', '095237.960000', '095237.963000', '095237.965000', '095237.968000', '095237.971000', '095237.973000', '095237.976000', '095237.978000', '095237.981000', '095257.871000', '095257.873000', '095257.876000', '095257.879000', '095257.881000', '095257.884000', '095257.886000', '095257.889000', '095257.891000', '095257.894000', '095257.897000', '095257.899000', '095257.902000', '095257.904000', '095257.907000', '095257.910000', '095257.912000', '095257.915000', '095257.917000', '095257.920000', '095257.922000', '095257.925000', '095257.927000', '095257.930000', '095257.933000', '095257.935000', '095257.938000', '095257.940000', '095257.943000', '095257.945000', '095257.948000', '095257.951000', '095257.953000', '095257.956000', '095257.958000', '095257.961000', '095257.963000', '095257.966000', '095257.968000', '095257.971000', '095257.974000', '095257.976000', '095257.979000', '095317.870000', '095317.872000', '095317.875000', '095317.878000', '095317.880000', '095317.883000', '095317.885000', '095317.888000', '095317.890000', '095317.893000', '095317.895000', '095317.898000', '095317.901000', '095317.903000', '095317.906000', '095317.908000', '095317.911000', '095317.914000', '095317.916000', '095317.919000', '095317.921000', '095317.924000', '095317.926000', '095317.929000', '095317.932000', '095317.934000', '095317.937000', '095317.961000', '095317.964000', '095317.966000', '095317.969000', '095317.971000', '095317.974000', '095317.976000', '095317.979000', '095317.981000', '095317.984000', '095317.987000', '095317.989000', '095317.992000', '095317.994000', '095317.997000', '095318.001000', '095318.003000', '095337.870000', '095337.873000', '095337.875000', '095337.878000', '095337.880000', '095337.883000', '095337.885000', '095337.888000', '095337.890000', '095337.893000', '095337.896000', '095337.898000', '095337.901000', '095337.903000', '095337.906000', '095337.909000', '095337.911000', '095337.914000', '095337.916000', '095337.919000', '095337.921000', '095337.924000', '095337.926000', '095337.929000', '095337.932000', '095337.934000', '095337.937000', '095337.939000', '095337.942000', '095337.944000', '095337.947000', '095337.950000', '095337.952000', '095337.955000', '095337.957000', '095337.960000', '095337.963000', '095337.965000', '095337.968000', '095337.970000', '095337.973000', '095337.975000', '095337.978000', '095357.869000', '095357.872000', '095357.875000', '095357.877000', '095357.880000', '095357.882000', '095357.885000', '095357.887000', '095357.890000', '095357.893000', '095357.895000', '095357.898000', '095357.900000', '095357.903000', '095357.905000', '095357.908000', '095357.911000', '095357.913000', '095357.916000', '095357.918000', '095357.921000', '095357.923000', '095357.926000', '095357.929000', '095357.931000', '095357.934000', '095357.936000', '095357.939000', '095357.941000', '095357.944000', '095357.947000', '095357.949000', '095357.952000', '095357.954000', '095357.957000', '095357.960000', '095357.962000', '095357.965000', '095357.967000', '095357.970000', '095357.972000', '095357.975000', '095357.977000', '095357.980000', '095417.870000', '095417.872000', '095417.875000', '095417.877000', '095417.880000', '095417.883000', '095417.885000', '095417.888000', '095417.890000', '095417.893000', '095417.895000', '095417.898000', '095417.901000', '095417.903000', '095417.906000', '095417.908000', '095417.911000', '095417.913000', '095417.916000', '095417.919000', '095417.921000', '095417.924000', '095417.926000', '095417.929000', '095417.931000', '095417.934000', '095417.937000', '095417.939000', '095417.942000', '095417.944000', '095417.947000', '095417.949000', '095417.952000', '095417.955000', '095417.957000', '095417.960000', '095417.962000', '095417.965000', '095417.967000', '095417.970000', '095417.973000', '095417.975000', '095417.978000', '095437.870000', '095437.873000', '095437.876000', '095437.878000', '095437.881000', '095437.884000', '095437.886000', '095437.889000', '095437.891000', '095437.894000', '095437.897000', '095437.899000', '095437.902000', '095437.904000', '095437.907000', '095437.910000', '095437.912000', '095437.915000', '095437.917000', '095437.920000', '095437.922000', '095437.925000', '095437.928000', '095437.930000', '095437.933000', '095437.935000', '095437.938000', '095437.940000', '095437.943000', '095437.946000', '095437.948000', '095437.951000', '095437.953000', '095437.956000', '095437.958000', '095437.961000', '095437.964000', '095437.966000', '095437.969000', '095437.971000', '095437.974000', '095437.976000', '095437.979000', '095437.982000', '095457.871000', '095457.873000', '095457.876000', '095457.878000', '095457.881000', '095457.884000', '095457.886000', '095457.889000', '095457.900000', '095457.902000', '095457.905000', '095457.907000', '095457.910000', '095457.912000', '095457.915000', '095457.918000', '095457.920000', '095457.923000', '095457.925000', '095457.928000', '095457.931000', '095457.933000', '095457.936000', '095457.938000', '095457.941000', '095457.944000', '095457.946000', '095457.949000', '095457.951000', '095457.954000', '095457.956000', '095457.959000', '095457.961000', '095457.964000', '095457.967000', '095457.969000', '095457.972000', '095457.974000', '095457.977000', '095457.980000', '095457.982000', '095457.985000', '095457.987000', '095517.870000', '095517.873000', '095517.876000', '095517.879000', '095517.881000', '095517.884000', '095517.886000', '095517.889000', '095517.892000', '095517.894000', '095517.897000', '095517.899000', '095517.902000', '095517.905000', '095517.907000', '095517.910000', '095517.912000', '095517.915000', '095517.918000', '095517.920000', '095517.923000', '095517.925000', '095517.928000', '095517.931000', '095517.933000', '095517.936000', '095517.938000', '095517.941000', '095517.943000', '095517.946000', '095517.948000', '095517.951000', '095517.954000', '095517.956000', '095517.959000', '095517.961000', '095517.964000', '095517.966000', '095517.969000', '095517.972000', '095517.974000', '095517.977000', '095517.979000', '095517.982000', '095537.870000', '095537.873000', '095537.875000', '095537.878000', '095537.880000', '095537.883000', '095537.885000', '095537.888000', '095537.891000', '095537.893000', '095537.896000', '095537.898000', '095537.901000', '095537.904000', '095537.906000', '095537.909000', '095537.911000', '095537.914000', '095537.916000', '095537.919000', '095537.922000', '095537.924000', '095537.927000', '095537.929000', '095537.932000', '095537.934000', '095537.937000', '095537.940000', '095537.942000', '095537.945000', '095537.947000', '095537.950000', '095537.952000', '095537.955000', '095537.957000', '095537.960000', '095537.963000', '095537.965000', '095537.968000', '095537.970000', '095537.973000', '095537.976000', '095537.978000', '095557.870000', '095557.873000', '095557.875000', '095557.878000', '095557.880000', '095557.883000', '095557.886000', '095557.888000', '095557.891000', '095557.893000', '095557.896000', '095557.899000', '095557.901000', '095557.904000', '095557.906000', '095557.909000', '095557.912000', '095557.914000', '095557.917000', '095557.919000', '095557.922000', '095557.925000', '095557.927000', '095557.930000', '095557.932000', '095557.935000', '095557.938000', '095557.940000', '095557.943000', '095557.946000', '095557.948000', '095557.951000', '095557.953000', '095557.956000', '095557.959000', '095557.961000', '095557.964000', '095557.966000', '095557.969000', '095557.971000', '095557.974000', '095557.977000', '095557.979000', '095617.870000', '095617.872000', '095617.875000', '095617.878000', '095617.880000', '095617.883000', '095617.885000', '095617.888000', '095617.890000', '095617.893000', '095617.896000', '095617.898000', '095617.901000', '095617.903000', '095617.906000', '095617.908000', '095617.911000', '095617.914000', '095617.916000', '095617.919000', '095617.921000', '095617.924000', '095617.926000', '095617.929000', '095617.932000', '095617.934000', '095617.937000', '095617.939000', '095617.942000', '095617.944000', '095617.947000', '095617.950000', '095617.952000', '095617.955000', '095617.965000', '095617.968000', '095617.971000', '095617.973000', '095617.976000', '095617.978000', '095617.981000', '095617.984000', '095617.986000', '095617.989000', '095637.869000', '095637.872000', '095637.875000', '095637.879000', '095637.882000', '095637.884000', '095637.887000', '095637.889000', '095637.892000', '095637.895000', '095637.897000', '095637.900000', '095637.902000', '095637.905000', '095637.908000', '095637.910000', '095637.913000', '095637.915000', '095637.918000', '095637.920000', '095637.923000', '095637.926000', '095637.928000', '095637.931000', '095637.933000', '095637.936000', '095637.939000', '095637.941000', '095637.944000', '095637.946000', '095637.949000', '095637.951000', '095637.954000', '095637.956000', '095637.959000', '095637.962000', '095637.964000', '095637.967000', '095637.969000', '095637.972000', '095637.974000', '095637.977000', '095637.980000', '095657.871000', '095657.874000', '095657.876000', '095657.879000', '095657.881000', '095657.884000', '095657.887000', '095657.889000', '095657.892000', '095657.894000', '095657.897000', '095657.899000', '095657.902000', '095657.905000', '095657.907000', '095657.910000', '095657.912000', '095657.915000', '095657.917000', '095657.920000', '095657.923000', '095657.925000', '095657.928000', '095657.930000', '095657.933000', '095657.935000', '095657.938000', '095657.941000', '095657.943000', '095657.946000', '095657.948000', '095657.951000', '095657.953000', '095657.956000', '095657.959000', '095657.961000', '095657.964000', '095657.966000', '095657.969000', '095657.971000', '095657.974000', '095657.976000', '095657.979000', '095657.982000', '095708.680000', '095708.683000', '095708.686000', '095708.689000', '095708.691000', '095708.694000', '095708.697000', '095708.699000', '095708.702000', '095708.704000', '095708.707000', '095708.710000', '095708.712000', '095708.715000', '095708.717000', '095708.720000', '095708.723000', '095708.725000', '095708.728000', '095708.731000', '095708.734000', '095708.740000', '095708.743000', '095708.746000'], 'InstanceCreationTime': ['095037.900000', '095037.906000', '095037.909000', '095037.911000', '095037.914000', '095037.916000', '095037.919000', '095037.922000', '095037.924000', '095037.927000', '095037.929000', '095037.932000', '095037.939000', '095037.941000', '095037.944000', '095037.947000', '095037.949000', '095037.952000', '095037.954000', '095037.957000', '095037.959000', '095037.962000', '095057.870000', '095057.872000', '095057.875000', '095057.878000', '095057.880000', '095057.883000', '095057.885000', '095057.888000', '095057.890000', '095057.893000', '095057.896000', '095057.898000', '095057.901000', '095057.903000', '095057.909000', '095057.912000', '095057.914000', '095057.917000', '095057.920000', '095057.922000', '095057.925000', '095057.927000', '095057.930000', '095057.932000', '095057.935000', '095057.937000', '095057.940000', '095057.943000', '095057.946000', '095057.949000', '095057.956000', '095057.959000', '095057.961000', '095057.964000', '095057.967000', '095057.969000', '095057.972000', '095057.974000', '095057.977000', '095057.979000', '095057.982000', '095057.984000', '095057.987000', '095117.869000', '095117.872000', '095117.874000', '095117.877000', '095117.880000', '095117.882000', '095117.885000', '095117.887000', '095117.890000', '095117.892000', '095117.895000', '095117.897000', '095117.900000', '095117.903000', '095117.905000', '095117.908000', '095117.910000', '095117.913000', '095117.916000', '095117.918000', '095117.921000', '095117.923000', '095117.926000', '095117.928000', '095117.931000', '095117.933000', '095117.936000', '095117.938000', '095117.941000', '095117.943000', '095117.946000', '095117.948000', '095117.951000', '095117.954000', '095117.956000', '095117.959000', '095117.961000', '095117.964000', '095117.966000', '095117.969000', '095117.972000', '095117.974000', '095117.977000', '095117.979000', '095137.870000', '095137.872000', '095137.875000', '095137.877000', '095137.880000', '095137.882000', '095137.885000', '095137.888000', '095137.890000', '095137.893000', '095137.895000', '095137.898000', '095137.900000', '095137.903000', '095137.905000', '095137.908000', '095137.910000', '095137.913000', '095137.916000', '095137.918000', '095137.921000', '095137.923000', '095137.926000', '095137.928000', '095137.931000', '095137.933000', '095137.936000', '095137.939000', '095137.941000', '095137.944000', '095137.946000', '095137.949000', '095137.951000', '095137.954000', '095137.956000', '095137.959000', '095137.962000', '095137.964000', '095137.967000', '095137.969000', '095137.972000', '095137.974000', '095137.977000', '095157.869000', '095157.872000', '095157.875000', '095157.877000', '095157.880000', '095157.882000', '095157.885000', '095157.887000', '095157.890000', '095157.892000', '095157.895000', '095157.898000', '095157.900000', '095157.903000', '095157.905000', '095157.908000', '095157.910000', '095157.913000', '095157.915000', '095157.918000', '095157.920000', '095157.923000', '095157.926000', '095157.928000', '095157.931000', '095157.933000', '095157.936000', '095157.938000', '095157.941000', '095157.944000', '095157.946000', '095157.949000', '095157.951000', '095157.954000', '095157.956000', '095157.959000', '095157.962000', '095157.964000', '095157.967000', '095157.969000', '095157.972000', '095157.974000', '095157.977000', '095157.979000', '095217.870000', '095217.873000', '095217.876000', '095217.878000', '095217.881000', '095217.884000', '095217.886000', '095217.889000', '095217.891000', '095217.894000', '095217.896000', '095217.899000', '095217.902000', '095217.904000', '095217.907000', '095217.909000', '095217.912000', '095217.915000', '095217.917000', '095217.920000', '095217.922000', '095217.925000', '095217.927000', '095217.930000', '095217.932000', '095217.935000', '095217.937000', '095217.940000', '095217.943000', '095217.945000', '095217.948000', '095217.950000', '095217.953000', '095217.955000', '095217.958000', '095217.961000', '095217.963000', '095217.966000', '095217.975000', '095217.978000', '095217.980000', '095217.983000', '095217.986000', '095237.870000', '095237.873000', '095237.876000', '095237.878000', '095237.881000', '095237.883000', '095237.886000', '095237.888000', '095237.891000', '095237.894000', '095237.896000', '095237.899000', '095237.901000', '095237.904000', '095237.907000', '095237.909000', '095237.912000', '095237.914000', '095237.917000', '095237.919000', '095237.922000', '095237.925000', '095237.927000', '095237.930000', '095237.932000', '095237.935000', '095237.937000', '095237.940000', '095237.942000', '095237.945000', '095237.948000', '095237.950000', '095237.953000', '095237.955000', '095237.958000', '095237.960000', '095237.963000', '095237.965000', '095237.968000', '095237.971000', '095237.973000', '095237.976000', '095237.978000', '095237.981000', '095257.871000', '095257.873000', '095257.876000', '095257.879000', '095257.881000', '095257.884000', '095257.886000', '095257.889000', '095257.891000', '095257.894000', '095257.897000', '095257.899000', '095257.902000', '095257.904000', '095257.907000', '095257.910000', '095257.912000', '095257.915000', '095257.917000', '095257.920000', '095257.922000', '095257.925000', '095257.927000', '095257.930000', '095257.933000', '095257.935000', '095257.938000', '095257.940000', '095257.943000', '095257.945000', '095257.948000', '095257.951000', '095257.953000', '095257.956000', '095257.958000', '095257.961000', '095257.963000', '095257.966000', '095257.968000', '095257.971000', '095257.974000', '095257.976000', '095257.979000', '095317.870000', '095317.872000', '095317.875000', '095317.878000', '095317.880000', '095317.883000', '095317.885000', '095317.888000', '095317.890000', '095317.893000', '095317.895000', '095317.898000', '095317.901000', '095317.903000', '095317.906000', '095317.908000', '095317.911000', '095317.914000', '095317.916000', '095317.919000', '095317.921000', '095317.924000', '095317.926000', '095317.929000', '095317.932000', '095317.934000', '095317.937000', '095317.961000', '095317.964000', '095317.966000', '095317.969000', '095317.971000', '095317.974000', '095317.976000', '095317.979000', '095317.981000', '095317.984000', '095317.987000', '095317.989000', '095317.992000', '095317.994000', '095317.997000', '095318.001000', '095318.003000', '095337.870000', '095337.873000', '095337.875000', '095337.878000', '095337.880000', '095337.883000', '095337.885000', '095337.888000', '095337.890000', '095337.893000', '095337.896000', '095337.898000', '095337.901000', '095337.903000', '095337.906000', '095337.909000', '095337.911000', '095337.914000', '095337.916000', '095337.919000', '095337.921000', '095337.924000', '095337.926000', '095337.929000', '095337.932000', '095337.934000', '095337.937000', '095337.939000', '095337.942000', '095337.944000', '095337.947000', '095337.950000', '095337.952000', '095337.955000', '095337.957000', '095337.960000', '095337.963000', '095337.965000', '095337.968000', '095337.970000', '095337.973000', '095337.975000', '095337.978000', '095357.869000', '095357.872000', '095357.875000', '095357.877000', '095357.880000', '095357.882000', '095357.885000', '095357.887000', '095357.890000', '095357.893000', '095357.895000', '095357.898000', '095357.900000', '095357.903000', '095357.905000', '095357.908000', '095357.911000', '095357.913000', '095357.916000', '095357.918000', '095357.921000', '095357.923000', '095357.926000', '095357.929000', '095357.931000', '095357.934000', '095357.936000', '095357.939000', '095357.941000', '095357.944000', '095357.947000', '095357.949000', '095357.952000', '095357.954000', '095357.957000', '095357.960000', '095357.962000', '095357.965000', '095357.967000', '095357.970000', '095357.972000', '095357.975000', '095357.977000', '095357.980000', '095417.870000', '095417.872000', '095417.875000', '095417.877000', '095417.880000', '095417.883000', '095417.885000', '095417.888000', '095417.890000', '095417.893000', '095417.895000', '095417.898000', '095417.901000', '095417.903000', '095417.906000', '095417.908000', '095417.911000', '095417.913000', '095417.916000', '095417.919000', '095417.921000', '095417.924000', '095417.926000', '095417.929000', '095417.931000', '095417.934000', '095417.937000', '095417.939000', '095417.942000', '095417.944000', '095417.947000', '095417.949000', '095417.952000', '095417.955000', '095417.957000', '095417.960000', '095417.962000', '095417.965000', '095417.967000', '095417.970000', '095417.973000', '095417.975000', '095417.978000', '095437.870000', '095437.873000', '095437.876000', '095437.878000', '095437.881000', '095437.884000', '095437.886000', '095437.889000', '095437.891000', '095437.894000', '095437.897000', '095437.899000', '095437.902000', '095437.904000', '095437.907000', '095437.910000', '095437.912000', '095437.915000', '095437.917000', '095437.920000', '095437.922000', '095437.925000', '095437.928000', '095437.930000', '095437.933000', '095437.935000', '095437.938000', '095437.940000', '095437.943000', '095437.946000', '095437.948000', '095437.951000', '095437.953000', '095437.956000', '095437.958000', '095437.961000', '095437.964000', '095437.966000', '095437.969000', '095437.971000', '095437.974000', '095437.976000', '095437.979000', '095437.982000', '095457.871000', '095457.873000', '095457.876000', '095457.878000', '095457.881000', '095457.884000', '095457.886000', '095457.889000', '095457.900000', '095457.902000', '095457.905000', '095457.907000', '095457.910000', '095457.912000', '095457.915000', '095457.918000', '095457.920000', '095457.923000', '095457.925000', '095457.928000', '095457.931000', '095457.933000', '095457.936000', '095457.938000', '095457.941000', '095457.944000', '095457.946000', '095457.949000', '095457.951000', '095457.954000', '095457.956000', '095457.959000', '095457.961000', '095457.964000', '095457.967000', '095457.969000', '095457.972000', '095457.974000', '095457.977000', '095457.980000', '095457.982000', '095457.985000', '095457.987000', '095517.870000', '095517.873000', '095517.876000', '095517.879000', '095517.881000', '095517.884000', '095517.886000', '095517.889000', '095517.892000', '095517.894000', '095517.897000', '095517.899000', '095517.902000', '095517.905000', '095517.907000', '095517.910000', '095517.912000', '095517.915000', '095517.918000', '095517.920000', '095517.923000', '095517.925000', '095517.928000', '095517.931000', '095517.933000', '095517.936000', '095517.938000', '095517.941000', '095517.943000', '095517.946000', '095517.948000', '095517.951000', '095517.954000', '095517.956000', '095517.959000', '095517.961000', '095517.964000', '095517.966000', '095517.969000', '095517.972000', '095517.974000', '095517.977000', '095517.979000', '095517.982000', '095537.870000', '095537.873000', '095537.875000', '095537.878000', '095537.880000', '095537.883000', '095537.885000', '095537.888000', '095537.891000', '095537.893000', '095537.896000', '095537.898000', '095537.901000', '095537.904000', '095537.906000', '095537.909000', '095537.911000', '095537.914000', '095537.916000', '095537.919000', '095537.922000', '095537.924000', '095537.927000', '095537.929000', '095537.932000', '095537.934000', '095537.937000', '095537.940000', '095537.942000', '095537.945000', '095537.947000', '095537.950000', '095537.952000', '095537.955000', '095537.957000', '095537.960000', '095537.963000', '095537.965000', '095537.968000', '095537.970000', '095537.973000', '095537.976000', '095537.978000', '095557.870000', '095557.873000', '095557.875000', '095557.878000', '095557.880000', '095557.883000', '095557.886000', '095557.888000', '095557.891000', '095557.893000', '095557.896000', '095557.899000', '095557.901000', '095557.904000', '095557.906000', '095557.909000', '095557.912000', '095557.914000', '095557.917000', '095557.919000', '095557.922000', '095557.925000', '095557.927000', '095557.930000', '095557.932000', '095557.935000', '095557.938000', '095557.940000', '095557.943000', '095557.946000', '095557.948000', '095557.951000', '095557.953000', '095557.956000', '095557.959000', '095557.961000', '095557.964000', '095557.966000', '095557.969000', '095557.971000', '095557.974000', '095557.977000', '095557.979000', '095617.870000', '095617.872000', '095617.875000', '095617.878000', '095617.880000', '095617.883000', '095617.885000', '095617.888000', '095617.890000', '095617.893000', '095617.896000', '095617.898000', '095617.901000', '095617.903000', '095617.906000', '095617.908000', '095617.911000', '095617.914000', '095617.916000', '095617.919000', '095617.921000', '095617.924000', '095617.926000', '095617.929000', '095617.932000', '095617.934000', '095617.937000', '095617.939000', '095617.942000', '095617.944000', '095617.947000', '095617.950000', '095617.952000', '095617.955000', '095617.965000', '095617.968000', '095617.971000', '095617.973000', '095617.976000', '095617.978000', '095617.981000', '095617.984000', '095617.986000', '095617.989000', '095637.869000', '095637.872000', '095637.875000', '095637.879000', '095637.882000', '095637.884000', '095637.887000', '095637.889000', '095637.892000', '095637.895000', '095637.897000', '095637.900000', '095637.902000', '095637.905000', '095637.908000', '095637.910000', '095637.913000', '095637.915000', '095637.918000', '095637.920000', '095637.923000', '095637.926000', '095637.928000', '095637.931000', '095637.933000', '095637.936000', '095637.939000', '095637.941000', '095637.944000', '095637.946000', '095637.949000', '095637.951000', '095637.954000', '095637.956000', '095637.959000', '095637.962000', '095637.964000', '095637.967000', '095637.969000', '095637.972000', '095637.974000', '095637.977000', '095637.980000', '095657.871000', '095657.874000', '095657.876000', '095657.879000', '095657.881000', '095657.884000', '095657.887000', '095657.889000', '095657.892000', '095657.894000', '095657.897000', '095657.899000', '095657.902000', '095657.905000', '095657.907000', '095657.910000', '095657.912000', '095657.915000', '095657.917000', '095657.920000', '095657.923000', '095657.925000', '095657.928000', '095657.930000', '095657.933000', '095657.935000', '095657.938000', '095657.941000', '095657.943000', '095657.946000', '095657.948000', '095657.951000', '095657.953000', '095657.956000', '095657.959000', '095657.961000', '095657.964000', '095657.966000', '095657.969000', '095657.971000', '095657.974000', '095657.976000', '095657.979000', '095657.982000', '095708.680000', '095708.683000', '095708.686000', '095708.689000', '095708.691000', '095708.694000', '095708.697000', '095708.699000', '095708.702000', '095708.704000', '095708.707000', '095708.710000', '095708.712000', '095708.715000', '095708.717000', '095708.720000', '095708.723000', '095708.725000', '095708.728000', '095708.731000', '095708.734000', '095708.740000', '095708.743000', '095708.746000'], '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': [7382, 6524, 7202, 6770, 6269, 6798, 6269, 6630, 6397, 6757, 6627, 6907, 6693, 6826, 6218, 7103, 6286, 7237, 6284, 7055, 6352, 7310, 6424, 7409, 6534, 7264, 6740, 6169, 6854, 6338, 6631, 6535, 6725, 6208, 6909, 6185, 6974, 6686, 7185, 6604, 6988, 7831, 6858, 9392, 6984, 7636, 6823, 8193, 6898, 7845, 6891, 7244, 6965, 7031, 6803, 6275, 6867, 6289, 6948, 6254, 6790, 6467, 6574, 6544, 6088, 6613, 6365, 6336, 5936, 6896, 6158, 6866, 6251, 6846, 6326, 7160, 6425, 6274, 6569, 6127, 6591, 6523, 6877, 6191, 6107, 6370, 6567, 6689, 6640, 6786, 8110, 6951, 6411, 7091, 6387, 7091, 6162, 6204, 6643, 6124, 6332, 7399, 6526, 8000, 6473, 7267, 6161, 6943, 9374, 7424, 6486, 6960, 9962, 6926, 8956, 6988, 7539, 6834, 6210, 6676, 6397, 7041, 6044, 6899, 6139, 7110, 6252, 7147, 6286, 6321, 6527, 6364, 6599, 6511, 6383, 6616, 6801, 6594, 6895, 7334, 6898, 6947, 6985, 6884, 6823, 6740, 6916, 6104, 7034, 6318, 6945, 6447, 7081, 6462, 6966, 6441, 6956, 6367, 7194, 6283, 6435, 6331, 6802, 6324, 6942, 7635, 7078, 6374, 6820, 6351, 6946, 6458, 6956, 9716, 6815, 8054, 6683, 7434, 6865, 6808, 6767, 6177, 6658, 6169, 6504, 6059, 6684, 5996, 6678, 6414, 6760, 6233, 6521, 6327, 6824, 6147, 6791, 6263, 6489, 6265, 6308, 6087, 6202, 6269, 6299, 6288, 6438, 6152, 6576, 6290, 6097, 6456, 6391, 6489, 6351, 6635, 6227, 6535, 6426, 6526, 7263, 6728, 6309, 6616, 6790, 6646, 9283, 6760, 6312, 6543, 6085, 6634, 6457, 6665, 6304, 6425, 6189, 6332, 8877, 6376, 7183, 6439, 5998, 6401, 6313, 6340, 6140, 6230, 6179, 6016, 6361, 6021, 6213, 6246, 6392, 6687, 6453, 6162, 6349, 6008, 6416, 6132, 6345, 6270, 6242, 6173, 6184, 6182, 6324, 6184, 6032, 6240, 6084, 6385, 6229, 6429, 6299, 6323, 6284, 6362, 6259, 7161, 6310, 7549, 6281, 6393, 6301, 6100, 8495, 6134, 10477, 6653, 10712, 7418, 10555, 6597, 7846, 6370, 6387, 6228, 6119, 6144, 5991, 6545, 6098, 6471, 6180, 6121, 5935, 5912, 6218, 6067, 6574, 6285, 5995, 6106, 6160, 6135, 6126, 6123, 6302, 6199, 6352, 6173, 6323, 6225, 6446, 6165, 6075, 6338, 6482, 6245, 6029, 6789, 6274, 6201, 6291, 6108, 6256, 7038, 6015, 8234, 6322, 8951, 6363, 7082, 6082, 6156, 7230, 6154, 9918, 6862, 10777, 7861, 10641, 6526, 10676, 7275, 8631, 6155, 6162, 6148, 6005, 6058, 5971, 6403, 6159, 6699, 6063, 6628, 6037, 6090, 6246, 6180, 6236, 5899, 6494, 6083, 6357, 6433, 6140, 6006, 6226, 6323, 6145, 6240, 6168, 6150, 6272, 6301, 6424, 6102, 6178, 6213, 6383, 6537, 6329, 6458, 6094, 6115, 6656, 6251, 8270, 6351, 8916, 6618, 7218, 6278, 6229, 6124, 6354, 8518, 6488, 8978, 6274, 8931, 6311, 9868, 6147, 9876, 6358, 8371, 6227, 7856, 6343, 8599, 6191, 6774, 6130, 6165, 6308, 6130, 6162, 6185, 6348, 6278, 6163, 6387, 6037, 6406, 6271, 6291, 6066, 6178, 6473, 6015, 6360, 5977, 6264, 6199, 6454, 6116, 6458, 6187, 6152, 6204, 6057, 6055, 6310, 6307, 6256, 6114, 6358, 6115, 6031, 6271, 6314, 6185, 6749, 6218, 6277, 6036, 6236, 7405, 6111, 9707, 6701, 6297, 6308, 6265, 8087, 6121, 8774, 6205, 7721, 6377, 7462, 6188, 6298, 6396, 6155, 6227, 6250, 6584, 6228, 6290, 6131, 6021, 6101, 6010, 6578, 6125, 8282, 6100, 8938, 6215, 9939, 6771, 10045, 6550, 10082, 6487, 7195, 6138, 5950, 6244, 6091, 6564, 5960, 6357, 6414, 6208, 6232, 6169, 5940, 6138, 6104, 6258, 6028, 6201, 6244, 6441, 6372, 6137, 6311, 6246, 6288, 6487, 6204, 6215, 6284, 6055, 6198, 6413, 6454, 7175, 6483, 8955, 6425, 6650, 6542, 6371, 6306, 8751, 9009, 6246, 9481, 6043, 9025, 8276, 9834, 6149, 7058, 6236, 6206, 6407, 6192, 6095, 6358, 6192, 6502, 6290, 6385, 6190, 6373, 6307, 6216, 6431, 6295, 6231, 6493, 6237, 6026, 6410, 6368, 6247, 6213, 6281, 6254, 6139, 6379, 6269, 6439, 6272, 6403, 6165, 6372, 6114, 6061, 6333, 6450, 6944, 6488, 8379, 6391, 6220, 6236, 6365, 6244, 6374, 7628, 6154, 8607, 6229, 8339, 6356, 6507, 6396, 6055, 6903, 6223, 7168, 6281, 6191, 7394, 6412, 10422, 7550, 6322, 6406, 6384, 6731, 6429, 7402, 6122, 7101, 6129, 7014, 6220, 7002, 6290, 7511, 6407, 6501, 6252, 6273, 6291, 6478, 6330, 6543, 6326, 6150, 6361, 6248, 6277, 6039, 6221, 6069, 6333, 6306, 6533, 6206, 6438, 6523, 6346, 6414, 6302, 6207, 6094, 6714, 6495, 7140, 6305, 8161, 6340, 8314, 6126, 7958, 6295, 7137, 6353, 8908, 6188, 7867, 6302, 6844, 6533, 9084, 6556, 6370, 6248, 6381, 6223, 6085, 6849, 6034, 7411, 6160, 6910, 6381, 6768, 6138, 7009, 6233, 6644, 6273, 6586, 6102, 6356, 6287, 6015, 6227, 6278, 6452, 6086, 6187, 6270, 6305, 6182, 6348, 6200, 6448, 6384, 6300, 6152, 6240, 6357, 6065, 6211, 6188, 6528, 6287, 8168, 6297, 8245, 6216, 8289, 6429, 7510, 6147, 6940, 6431, 6879, 6484, 5976, 6176, 6623, 6143, 6126, 6393, 6227, 6479, 6064, 6492, 6114, 6384, 6350, 7143, 6257, 5950, 6012, 6042, 6575, 6447, 6884, 6354, 6541, 6258, 6199, 6438, 6160, 7195, 6243, 8795, 6292, 8165, 6274, 10040, 6778, 7767, 6343, 6750, 6397, 8357, 6424, 6190, 6546, 6199, 6428, 6377, 6486, 6176, 6737, 6053, 6509, 6303, 6502, 6156, 6979, 6310, 6618, 6330, 6454, 6160, 6474, 6133, 8022, 6794, 6019, 6593, 6399, 6912, 6102, 6183, 6515, 6020, 6784, 6425, 6397, 7197, 10073, 6435, 11378, 8293, 11701, 7045, 6653, 6373, 6241, 6253, 6402, 6002, 6412, 6110, 6402, 6082, 6431, 6248, 6463, 6171, 6233, 6237, 6237, 6259, 6346, 6286, 6582, 6274, 6287, 6616, 6216, 6696, 6406, 6641, 6147, 6593, 6108, 6523, 6212, 6671, 6164, 6522, 6043, 6336, 6237, 6023, 6426, 6170, 6693, 6023, 6672, 6188], 'WindowCenter': [3862.0, 3835.0, 3843.0, 3828.0, 3818.0, 3816.0, 3805.0, 3815.0, 3801.0, 3815.0, 3815.0, 3826.0, 3814.0, 3815.0, 3803.0, 3824.0, 3803.0, 3825.0, 3803.0, 3815.0, 3803.0, 3827.0, 3816.0, 3838.0, 3815.0, 3826.0, 3816.0, 3818.0, 3829.0, 3831.0, 3843.0, 3831.0, 3830.0, 3814.0, 3829.0, 3807.0, 3828.0, 3817.0, 3828.0, 3816.0, 3828.0, 3835.0, 3817.0, 3846.0, 3826.0, 3825.0, 3811.0, 3834.0, 3815.0, 3824.0, 3814.0, 3814.0, 3815.0, 3813.0, 3818.0, 3805.0, 3815.0, 3803.0, 3815.0, 3803.0, 3812.0, 3805.0, 3815.0, 3803.0, 3805.0, 3815.0, 3802.0, 3803.0, 3790.0, 3825.0, 3804.0, 3831.0, 3817.0, 3826.0, 3818.0, 3842.0, 3833.0, 3831.0, 3829.0, 3818.0, 3833.0, 3833.0, 3832.0, 3819.0, 3819.0, 3820.0, 3846.0, 3846.0, 3831.0, 3831.0, 3838.0, 3832.0, 3819.0, 3826.0, 3817.0, 3829.0, 3824.0, 3836.0, 3832.0, 3821.0, 3818.0, 3829.0, 3817.0, 3839.0, 3817.0, 3826.0, 3806.0, 3815.0, 3846.0, 3815.0, 3804.0, 3814.0, 3846.0, 3814.0, 3832.0, 3813.0, 3811.0, 3801.0, 3791.0, 3802.0, 3788.0, 3800.0, 3788.0, 3813.0, 3791.0, 3815.0, 3804.0, 3814.0, 3817.0, 3816.0, 3819.0, 3819.0, 3819.0, 3817.0, 3817.0, 3818.0, 3829.0, 3817.0, 3827.0, 3829.0, 3827.0, 3828.0, 3829.0, 3827.0, 3817.0, 3817.0, 3827.0, 3806.0, 3830.0, 3819.0, 3827.0, 3803.0, 3827.0, 3805.0, 3827.0, 3815.0, 3826.0, 3816.0, 3827.0, 3805.0, 3805.0, 3804.0, 3815.0, 3804.0, 3816.0, 3823.0, 3811.0, 3803.0, 3801.0, 3803.0, 3813.0, 3801.0, 3809.0, 3843.0, 3802.0, 3821.0, 3802.0, 3810.0, 3802.0, 3801.0, 3801.0, 3792.0, 3799.0, 3790.0, 3791.0, 3790.0, 3802.0, 3792.0, 3814.0, 3802.0, 3814.0, 3803.0, 3815.0, 3803.0, 3816.0, 3804.0, 3817.0, 3816.0, 3817.0, 3817.0, 3817.0, 3807.0, 3805.0, 3818.0, 3818.0, 3814.0, 3818.0, 3819.0, 3819.0, 3818.0, 3808.0, 3818.0, 3817.0, 3818.0, 3818.0, 3819.0, 3808.0, 3820.0, 3817.0, 3817.0, 3828.0, 3818.0, 3817.0, 3818.0, 3816.0, 3817.0, 3847.0, 3817.0, 3805.0, 3803.0, 3806.0, 3815.0, 3804.0, 3802.0, 3804.0, 3804.0, 3792.0, 3795.0, 3829.0, 3786.0, 3801.0, 3794.0, 3779.0, 3792.0, 3793.0, 3794.0, 3793.0, 3795.0, 3793.0, 3794.0, 3805.0, 3794.0, 3795.0, 3805.0, 3803.0, 3803.0, 3806.0, 3806.0, 3818.0, 3808.0, 3819.0, 3806.0, 3819.0, 3818.0, 3819.0, 3821.0, 3836.0, 3833.0, 3834.0, 3821.0, 3836.0, 3830.0, 3820.0, 3832.0, 3823.0, 3835.0, 3847.0, 3836.0, 3834.0, 3832.0, 3832.0, 3831.0, 3822.0, 3842.0, 3819.0, 3819.0, 3822.0, 3810.0, 3851.0, 3807.0, 3859.0, 3817.0, 3857.0, 3815.0, 3858.0, 3809.0, 3823.0, 3795.0, 3790.0, 3796.0, 3795.0, 3794.0, 3796.0, 3806.0, 3795.0, 3793.0, 3797.0, 3796.0, 3796.0, 3785.0, 3796.0, 3808.0, 3817.0, 3794.0, 3794.0, 3795.0, 3796.0, 3808.0, 3809.0, 3807.0, 3809.0, 3808.0, 3819.0, 3825.0, 3822.0, 3809.0, 3821.0, 3810.0, 3810.0, 3822.0, 3820.0, 3821.0, 3823.0, 3846.0, 3821.0, 3811.0, 3821.0, 3810.0, 3835.0, 3848.0, 3822.0, 3841.0, 3820.0, 3851.0, 3821.0, 3818.0, 3809.0, 3807.0, 3828.0, 3803.0, 3848.0, 3805.0, 3855.0, 3824.0, 3846.0, 3804.0, 3845.0, 3815.0, 3824.0, 3780.0, 3781.0, 3781.0, 3776.0, 3776.0, 3781.0, 3792.0, 3783.0, 3792.0, 3783.0, 3791.0, 3784.0, 3782.0, 3793.0, 3782.0, 3793.0, 3784.0, 3806.0, 3795.0, 3804.0, 3792.0, 3791.0, 3794.0, 3802.0, 3807.0, 3810.0, 3820.0, 3818.0, 3821.0, 3819.0, 3817.0, 3818.0, 3807.0, 3808.0, 3809.0, 3821.0, 3816.0, 3821.0, 3821.0, 3810.0, 3810.0, 3818.0, 3820.0, 3839.0, 3820.0, 3868.0, 3849.0, 3845.0, 3833.0, 3809.0, 3809.0, 3808.0, 3836.0, 3807.0, 3838.0, 3808.0, 3838.0, 3804.0, 3847.0, 3794.0, 3847.0, 3805.0, 3820.0, 3795.0, 3809.0, 3794.0, 3820.0, 3777.0, 3793.0, 3783.0, 3782.0, 3794.0, 3778.0, 3775.0, 3780.0, 3790.0, 3792.0, 3787.0, 3792.0, 3792.0, 3802.0, 3790.0, 3805.0, 3792.0, 3793.0, 3804.0, 3796.0, 3806.0, 3807.0, 3806.0, 3806.0, 3806.0, 3807.0, 3806.0, 3807.0, 3807.0, 3807.0, 3806.0, 3802.0, 3819.0, 3819.0, 3819.0, 3805.0, 3817.0, 3805.0, 3809.0, 3818.0, 3819.0, 3804.0, 3818.0, 3807.0, 3819.0, 3807.0, 3808.0, 3827.0, 3808.0, 3849.0, 3819.0, 3807.0, 3806.0, 3805.0, 3827.0, 3796.0, 3834.0, 3795.0, 3824.0, 3806.0, 3814.0, 3807.0, 3834.0, 3833.0, 3807.0, 3806.0, 3806.0, 3814.0, 3808.0, 3806.0, 3806.0, 3795.0, 3796.0, 3796.0, 3805.0, 3797.0, 3827.0, 3798.0, 3835.0, 3795.0, 3847.0, 3806.0, 3835.0, 3795.0, 3834.0, 3794.0, 3792.0, 3780.0, 3781.0, 3792.0, 3781.0, 3804.0, 3776.0, 3790.0, 3791.0, 3779.0, 3792.0, 3792.0, 3794.0, 3791.0, 3795.0, 3806.0, 3796.0, 3794.0, 3802.0, 3819.0, 3820.0, 3822.0, 3836.0, 3833.0, 3824.0, 3821.0, 3804.0, 3808.0, 3815.0, 3808.0, 3808.0, 3820.0, 3819.0, 3829.0, 3836.0, 3864.0, 3821.0, 3832.0, 3819.0, 3806.0, 3805.0, 3838.0, 3848.0, 3806.0, 3848.0, 3795.0, 3836.0, 3823.0, 3835.0, 3781.0, 3802.0, 3780.0, 3779.0, 3787.0, 3781.0, 3780.0, 3792.0, 3781.0, 3790.0, 3790.0, 3791.0, 3780.0, 3791.0, 3789.0, 3780.0, 3791.0, 3789.0, 3780.0, 3790.0, 3780.0, 3778.0, 3775.0, 3776.0, 3778.0, 3778.0, 3790.0, 3791.0, 3792.0, 3793.0, 3806.0, 3805.0, 3807.0, 3804.0, 3806.0, 3806.0, 3805.0, 3805.0, 3808.0, 3807.0, 3816.0, 3808.0, 3838.0, 3819.0, 3804.0, 3808.0, 3804.0, 3806.0, 3807.0, 3827.0, 3805.0, 3839.0, 3807.0, 3838.0, 3818.0, 3832.0, 3849.0, 3822.0, 3830.0, 3810.0, 3817.0, 3808.0, 3805.0, 3816.0, 3806.0, 3857.0, 3828.0, 3805.0, 3804.0, 3804.0, 3804.0, 3791.0, 3814.0, 3789.0, 3803.0, 3794.0, 3804.0, 3794.0, 3803.0, 3805.0, 3809.0, 3794.0, 3794.0, 3802.0, 3791.0, 3794.0, 3793.0, 3791.0, 3793.0, 3794.0, 3790.0, 3805.0, 3803.0, 3791.0, 3791.0, 3792.0, 3793.0, 3804.0, 3807.0, 3806.0, 3812.0, 3822.0, 3821.0, 3809.0, 3820.0, 3819.0, 3808.0, 3807.0, 3820.0, 3809.0, 3818.0, 3808.0, 3839.0, 3808.0, 3839.0, 3807.0, 3825.0, 3809.0, 3804.0, 3806.0, 3835.0, 3794.0, 3824.0, 3805.0, 3804.0, 3804.0, 3835.0, 3803.0, 3793.0, 3803.0, 3794.0, 3793.0, 3793.0, 3804.0, 3790.0, 3813.0, 3793.0, 3802.0, 3793.0, 3801.0, 3793.0, 3802.0, 3791.0, 3802.0, 3794.0, 3803.0, 3793.0, 3791.0, 3791.0, 3792.0, 3788.0, 3793.0, 3804.0, 3806.0, 3808.0, 3809.0, 3808.0, 3808.0, 3805.0, 3807.0, 3806.0, 3807.0, 3806.0, 3804.0, 3806.0, 3806.0, 3796.0, 3795.0, 3794.0, 3806.0, 3806.0, 3825.0, 3793.0, 3824.0, 3794.0, 3820.0, 3792.0, 3801.0, 3779.0, 3800.0, 3790.0, 3792.0, 3792.0, 3777.0, 3773.0, 3789.0, 3780.0, 3792.0, 3804.0, 3806.0, 3804.0, 3794.0, 3819.0, 3808.0, 3807.0, 3820.0, 3817.0, 3818.0, 3807.0, 3809.0, 3809.0, 3820.0, 3821.0, 3830.0, 3807.0, 3809.0, 3805.0, 3808.0, 3809.0, 3808.0, 3815.0, 3807.0, 3838.0, 3809.0, 3837.0, 3808.0, 3847.0, 3806.0, 3824.0, 3806.0, 3804.0, 3794.0, 3824.0, 3803.0, 3793.0, 3804.0, 3793.0, 3792.0, 3793.0, 3793.0, 3794.0, 3801.0, 3793.0, 3793.0, 3794.0, 3791.0, 3787.0, 3803.0, 3803.0, 3804.0, 3805.0, 3792.0, 3793.0, 3822.0, 3807.0, 3827.0, 3812.0, 3796.0, 3799.0, 3794.0, 3802.0, 3794.0, 3795.0, 3807.0, 3793.0, 3806.0, 3806.0, 3802.0, 3804.0, 3848.0, 3788.0, 3844.0, 3810.0, 3841.0, 3789.0, 3777.0, 3776.0, 3776.0, 3774.0, 3770.0, 3765.0, 3764.0, 3763.0, 3766.0, 3764.0, 3764.0, 3764.0, 3764.0, 3765.0, 3764.0, 3762.0, 3762.0, 3773.0, 3774.0, 3777.0, 3785.0, 3790.0, 3778.0, 3790.0, 3778.0, 3788.0, 3791.0, 3790.0, 3779.0, 3801.0, 3782.0, 3792.0, 3793.0, 3803.0, 3794.0, 3805.0, 3795.0, 3807.0, 3797.0, 3795.0, 3807.0, 3804.0, 3819.0, 3809.0, 3818.0, 3808.0], 'WindowWidth': [8699.0, 8650.0, 8653.0, 8627.0, 8610.0, 8605.0, 8587.0, 8599.0, 8578.0, 8600.0, 8599.0, 8615.0, 8597.0, 8599.0, 8582.0, 8610.0, 8582.0, 8613.0, 8580.0, 8598.0, 8582.0, 8617.0, 8604.0, 8636.0, 8602.0, 8616.0, 8603.0, 8611.0, 8625.0, 8634.0, 8652.0, 8632.0, 8628.0, 8602.0, 8623.0, 8592.0, 8621.0, 8604.0, 8620.0, 8603.0, 8620.0, 8627.0, 8605.0, 8640.0, 8614.0, 8610.0, 8589.0, 8622.0, 8597.0, 8608.0, 8595.0, 8593.0, 8596.0, 8593.0, 8602.0, 8583.0, 8597.0, 8577.0, 8596.0, 8578.0, 8590.0, 8581.0, 8595.0, 8580.0, 8584.0, 8596.0, 8579.0, 8575.0, 8558.0, 8613.0, 8582.0, 8633.0, 8607.0, 8618.0, 8609.0, 8646.0, 8637.0, 8632.0, 8624.0, 8608.0, 8634.0, 8638.0, 8633.0, 8609.0, 8612.0, 8616.0, 8659.0, 8658.0, 8630.0, 8630.0, 8636.0, 8630.0, 8611.0, 8618.0, 8606.0, 8625.0, 8625.0, 8646.0, 8633.0, 8615.0, 8609.0, 8624.0, 8604.0, 8635.0, 8604.0, 8615.0, 8587.0, 8597.0, 8639.0, 8597.0, 8579.0, 8592.0, 8636.0, 8591.0, 8614.0, 8588.0, 8585.0, 8572.0, 8557.0, 8573.0, 8550.0, 8569.0, 8552.0, 8591.0, 8561.0, 8597.0, 8581.0, 8598.0, 8605.0, 8602.0, 8610.0, 8611.0, 8611.0, 8605.0, 8605.0, 8606.0, 8624.0, 8606.0, 8619.0, 8622.0, 8618.0, 8619.0, 8622.0, 8617.0, 8604.0, 8604.0, 8617.0, 8589.0, 8626.0, 8613.0, 8616.0, 8581.0, 8616.0, 8586.0, 8618.0, 8600.0, 8615.0, 8601.0, 8617.0, 8586.0, 8586.0, 8583.0, 8599.0, 8582.0, 8599.0, 8605.0, 8588.0, 8577.0, 8574.0, 8576.0, 8592.0, 8573.0, 8582.0, 8631.0, 8575.0, 8599.0, 8575.0, 8584.0, 8574.0, 8571.0, 8572.0, 8559.0, 8568.0, 8556.0, 8559.0, 8558.0, 8576.0, 8563.0, 8595.0, 8577.0, 8595.0, 8580.0, 8601.0, 8582.0, 8602.0, 8583.0, 8605.0, 8603.0, 8607.0, 8606.0, 8606.0, 8592.0, 8589.0, 8609.0, 8609.0, 8601.0, 8609.0, 8611.0, 8609.0, 8609.0, 8596.0, 8610.0, 8605.0, 8608.0, 8606.0, 8609.0, 8595.0, 8612.0, 8604.0, 8605.0, 8620.0, 8608.0, 8605.0, 8607.0, 8602.0, 8603.0, 8642.0, 8601.0, 8583.0, 8581.0, 8585.0, 8597.0, 8580.0, 8578.0, 8580.0, 8581.0, 8562.0, 8568.0, 8607.0, 8547.0, 8570.0, 8561.0, 8539.0, 8559.0, 8562.0, 8564.0, 8561.0, 8566.0, 8563.0, 8565.0, 8582.0, 8566.0, 8568.0, 8581.0, 8580.0, 8580.0, 8587.0, 8587.0, 8605.0, 8592.0, 8609.0, 8589.0, 8608.0, 8606.0, 8608.0, 8616.0, 8650.0, 8639.0, 8641.0, 8618.0, 8646.0, 8629.0, 8613.0, 8635.0, 8625.0, 8644.0, 8661.0, 8644.0, 8639.0, 8635.0, 8633.0, 8628.0, 8617.0, 8643.0, 8612.0, 8611.0, 8617.0, 8598.0, 8653.0, 8588.0, 8659.0, 8601.0, 8652.0, 8594.0, 8653.0, 8591.0, 8602.0, 8568.0, 8557.0, 8570.0, 8567.0, 8566.0, 8568.0, 8583.0, 8569.0, 8564.0, 8572.0, 8568.0, 8569.0, 8555.0, 8569.0, 8589.0, 8600.0, 8563.0, 8564.0, 8568.0, 8572.0, 8591.0, 8593.0, 8588.0, 8593.0, 8593.0, 8610.0, 8628.0, 8617.0, 8597.0, 8613.0, 8597.0, 8596.0, 8615.0, 8612.0, 8614.0, 8621.0, 8656.0, 8613.0, 8600.0, 8613.0, 8598.0, 8641.0, 8661.0, 8620.0, 8638.0, 8612.0, 8655.0, 8613.0, 8605.0, 8595.0, 8588.0, 8617.0, 8579.0, 8642.0, 8582.0, 8648.0, 8607.0, 8636.0, 8579.0, 8631.0, 8590.0, 8602.0, 8542.0, 8542.0, 8541.0, 8531.0, 8532.0, 8542.0, 8558.0, 8546.0, 8558.0, 8545.0, 8552.0, 8546.0, 8541.0, 8559.0, 8545.0, 8561.0, 8550.0, 8584.0, 8567.0, 8579.0, 8561.0, 8558.0, 8565.0, 8577.0, 8587.0, 8599.0, 8612.0, 8608.0, 8616.0, 8611.0, 8606.0, 8604.0, 8591.0, 8593.0, 8594.0, 8613.0, 8603.0, 8613.0, 8614.0, 8599.0, 8597.0, 8606.0, 8611.0, 8635.0, 8609.0, 8687.0, 8665.0, 8653.0, 8635.0, 8595.0, 8594.0, 8589.0, 8626.0, 8587.0, 8630.0, 8589.0, 8628.0, 8581.0, 8637.0, 8566.0, 8636.0, 8581.0, 8595.0, 8566.0, 8578.0, 8563.0, 8592.0, 8535.0, 8558.0, 8547.0, 8544.0, 8563.0, 8533.0, 8529.0, 8538.0, 8554.0, 8558.0, 8550.0, 8560.0, 8560.0, 8575.0, 8556.0, 8582.0, 8562.0, 8564.0, 8579.0, 8572.0, 8585.0, 8586.0, 8585.0, 8585.0, 8584.0, 8588.0, 8586.0, 8587.0, 8588.0, 8587.0, 8587.0, 8580.0, 8607.0, 8609.0, 8607.0, 8584.0, 8603.0, 8586.0, 8597.0, 8610.0, 8610.0, 8585.0, 8605.0, 8591.0, 8608.0, 8590.0, 8593.0, 8616.0, 8591.0, 8647.0, 8606.0, 8588.0, 8585.0, 8582.0, 8612.0, 8571.0, 8620.0, 8568.0, 8607.0, 8585.0, 8592.0, 8588.0, 8640.0, 8636.0, 8592.0, 8586.0, 8585.0, 8595.0, 8590.0, 8586.0, 8585.0, 8570.0, 8571.0, 8572.0, 8584.0, 8574.0, 8613.0, 8575.0, 8622.0, 8568.0, 8638.0, 8580.0, 8615.0, 8562.0, 8613.0, 8560.0, 8555.0, 8539.0, 8539.0, 8555.0, 8541.0, 8579.0, 8529.0, 8550.0, 8556.0, 8538.0, 8559.0, 8559.0, 8565.0, 8560.0, 8570.0, 8583.0, 8571.0, 8568.0, 8576.0, 8609.0, 8611.0, 8621.0, 8644.0, 8636.0, 8622.0, 8613.0, 8587.0, 8593.0, 8603.0, 8594.0, 8590.0, 8612.0, 8608.0, 8621.0, 8643.0, 8675.0, 8614.0, 8631.0, 8610.0, 8587.0, 8584.0, 8629.0, 8642.0, 8583.0, 8640.0, 8566.0, 8621.0, 8601.0, 8618.0, 8542.0, 8570.0, 8541.0, 8537.0, 8547.0, 8541.0, 8538.0, 8556.0, 8541.0, 8552.0, 8552.0, 8553.0, 8538.0, 8553.0, 8551.0, 8539.0, 8554.0, 8552.0, 8540.0, 8554.0, 8541.0, 8535.0, 8526.0, 8530.0, 8534.0, 8535.0, 8555.0, 8556.0, 8559.0, 8561.0, 8584.0, 8583.0, 8589.0, 8583.0, 8588.0, 8586.0, 8584.0, 8586.0, 8591.0, 8589.0, 8599.0, 8592.0, 8630.0, 8607.0, 8583.0, 8590.0, 8582.0, 8585.0, 8587.0, 8614.0, 8586.0, 8633.0, 8589.0, 8631.0, 8607.0, 8634.0, 8670.0, 8620.0, 8625.0, 8597.0, 8603.0, 8590.0, 8584.0, 8598.0, 8585.0, 8652.0, 8615.0, 8580.0, 8579.0, 8578.0, 8577.0, 8558.0, 8590.0, 8553.0, 8575.0, 8563.0, 8576.0, 8563.0, 8574.0, 8579.0, 8579.0, 8564.0, 8563.0, 8575.0, 8558.0, 8562.0, 8559.0, 8556.0, 8560.0, 8563.0, 8556.0, 8581.0, 8575.0, 8554.0, 8556.0, 8559.0, 8564.0, 8580.0, 8588.0, 8586.0, 8602.0, 8616.0, 8613.0, 8595.0, 8610.0, 8610.0, 8592.0, 8589.0, 8611.0, 8593.0, 8603.0, 8590.0, 8632.0, 8591.0, 8631.0, 8588.0, 8608.0, 8592.0, 8577.0, 8582.0, 8617.0, 8564.0, 8602.0, 8582.0, 8578.0, 8578.0, 8620.0, 8576.0, 8562.0, 8575.0, 8564.0, 8561.0, 8560.0, 8576.0, 8555.0, 8589.0, 8562.0, 8573.0, 8562.0, 8569.0, 8561.0, 8572.0, 8557.0, 8571.0, 8564.0, 8574.0, 8561.0, 8556.0, 8558.0, 8558.0, 8553.0, 8564.0, 8580.0, 8588.0, 8590.0, 8594.0, 8591.0, 8590.0, 8585.0, 8592.0, 8587.0, 8588.0, 8584.0, 8584.0, 8585.0, 8586.0, 8573.0, 8570.0, 8567.0, 8584.0, 8582.0, 8606.0, 8563.0, 8605.0, 8562.0, 8594.0, 8558.0, 8570.0, 8536.0, 8566.0, 8551.0, 8556.0, 8560.0, 8530.0, 8526.0, 8549.0, 8540.0, 8558.0, 8579.0, 8585.0, 8580.0, 8567.0, 8606.0, 8594.0, 8590.0, 8612.0, 8602.0, 8606.0, 8588.0, 8594.0, 8594.0, 8608.0, 8613.0, 8622.0, 8591.0, 8593.0, 8586.0, 8592.0, 8593.0, 8589.0, 8597.0, 8587.0, 8630.0, 8592.0, 8627.0, 8588.0, 8640.0, 8586.0, 8607.0, 8585.0, 8579.0, 8564.0, 8605.0, 8577.0, 8562.0, 8577.0, 8563.0, 8560.0, 8562.0, 8562.0, 8564.0, 8572.0, 8562.0, 8562.0, 8564.0, 8557.0, 8550.0, 8575.0, 8577.0, 8578.0, 8580.0, 8559.0, 8565.0, 8619.0, 8591.0, 8614.0, 8590.0, 8571.0, 8567.0, 8563.0, 8572.0, 8563.0, 8570.0, 8586.0, 8564.0, 8582.0, 8582.0, 8575.0, 8578.0, 8638.0, 8549.0, 8628.0, 8576.0, 8618.0, 8547.0, 8527.0, 8526.0, 8524.0, 8521.0, 8514.0, 8510.0, 8508.0, 8504.0, 8512.0, 8507.0, 8505.0, 8505.0, 8505.0, 8510.0, 8506.0, 8501.0, 8501.0, 8519.0, 8521.0, 8530.0, 8539.0, 8551.0, 8534.0, 8553.0, 8534.0, 8549.0, 8555.0, 8553.0, 8539.0, 8569.0, 8545.0, 8559.0, 8562.0, 8574.0, 8566.0, 8580.0, 8570.0, 8586.0, 8575.0, 8569.0, 8588.0, 8582.0, 8606.0, 8593.0, 8606.0, 8592.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.0007099540229885057</td></tr>
<tr><td colspan=3>aqi</td><td>0.025555142298850576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.710146005063244</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1397451661910225</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9929082083083998</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>4211.7632</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1015838640677713</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.35632183908046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502733996921528</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5019503948943087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5970331199000873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.409218475970189</td></tr>
<tr><td colspan=3>gcor</td><td>0.0256334</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010375681333243847</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021709665656089783</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.071202901152698</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>21.8464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4037</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.4762</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.4208</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7337</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.5621</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3062.1513</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.951</td></tr>
<tr><td colspan=3>tsnr</td><td>37.314897153934</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>