ds005256-mriqc/sub-0123_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter b4bcf2976c [DATALAD RUNCMD] Compute MRIQC for sub-0123
=== 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-0123 --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-0123",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 13:10:01 +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-0123_ses-01_task-social_acq-mb8_run-05_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-0123_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-05_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-0123/ses-01/func/sub-0123_ses-01_task-social_acq-mb8_run-05_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>845f9ed801081f0a11860473505457d6</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:34:27.512500</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.999968, -0.00474902, 0.00649547, 0.00593397, 0.980447, -0.196692]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0734857</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7732, -7340, 176, -115, 64, -97, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f0c86e01-7058-410e-aa36-62f1fe944206||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.68284010887146, 0.015920398756861687, 0.01467281486839056, 110.75039672851562], [0.012741283513605595, 2.6304686069488525, -0.5311548113822937, -93.39981842041016], [0.017426880076527596, 0.5277098417282104, 2.647198438644409, -121.54998779296875], [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': ['093427.512500', '093427.972500', '093428.432500', '093428.892500', '093429.352500', '093429.812500', '093430.272500', '093430.732500', '093431.192500', '093431.652500', '093432.112500', '093432.572500', '093433.032500', '093433.492500', '093433.952500', '093434.412500', '093434.872500', '093435.332500', '093435.792500', '093436.252500', '093436.712500', '093437.172500', '093437.632500', '093438.092500', '093438.552500', '093439.012500', '093439.472500', '093439.932500', '093440.392500', '093440.852500', '093441.312500', '093441.772500', '093442.232500', '093442.692500', '093443.152500', '093443.612500', '093444.072500', '093444.532500', '093444.992500', '093445.452500', '093445.912500', '093446.372500', '093446.832500', '093447.292500', '093447.752500', '093448.212500', '093448.672500', '093449.132500', '093449.592500', '093450.052500', '093450.512500', '093450.972500', '093451.432500', '093451.892500', '093452.352500', '093452.812500', '093453.272500', '093453.732500', '093454.192500', '093454.652500', '093455.112500', '093455.572500', '093456.032500', '093456.492500', '093456.952500', '093457.412500', '093457.872500', '093458.332500', '093458.792500', '093459.252500', '093459.712500', '093500.172500', '093500.632500', '093501.092500', '093501.552500', '093502.012500', '093502.472500', '093502.932500', '093503.392500', '093503.852500', '093504.312500', '093504.772500', '093505.232500', '093505.692500', '093506.152500', '093506.612500', '093507.072500', '093507.532500', '093507.992500', '093508.452500', '093508.912500', '093509.372500', '093509.832500', '093510.292500', '093510.752500', '093511.212500', '093511.672500', '093512.132500', '093512.592500', '093513.052500', '093513.512500', '093513.972500', '093514.432500', '093514.892500', '093515.352500', '093515.812500', '093516.272500', '093516.732500', '093517.192500', '093517.652500', '093518.112500', '093518.572500', '093519.032500', '093519.492500', '093519.952500', '093520.412500', '093520.872500', '093521.332500', '093521.792500', '093522.252500', '093522.712500', '093523.172500', '093523.632500', '093524.092500', '093524.552500', '093525.012500', '093525.472500', '093525.932500', '093526.392500', '093526.852500', '093527.312500', '093527.772500', '093528.232500', '093528.692500', '093529.152500', '093529.612500', '093530.072500', '093530.532500', '093530.992500', '093531.452500', '093531.912500', '093532.372500', '093532.832500', '093533.292500', '093533.752500', '093534.212500', '093534.672500', '093535.132500', '093535.592500', '093536.052500', '093536.512500', '093536.972500', '093537.432500', '093537.892500', '093538.352500', '093538.812500', '093539.272500', '093539.732500', '093540.192500', '093540.652500', '093541.112500', '093541.572500', '093542.032500', '093542.492500', '093542.952500', '093543.412500', '093543.872500', '093544.332500', '093544.792500', '093545.252500', '093545.712500', '093546.172500', '093546.632500', '093547.092500', '093547.552500', '093548.012500', '093548.472500', '093548.932500', '093549.392500', '093549.852500', '093550.312500', '093550.772500', '093551.232500', '093551.692500', '093552.152500', '093552.612500', '093553.072500', '093553.532500', '093553.992500', '093554.452500', '093554.912500', '093555.372500', '093555.832500', '093556.292500', '093556.752500', '093557.212500', '093557.672500', '093558.132500', '093558.592500', '093559.052500', '093559.512500', '093559.972500', '093600.432500', '093600.892500', '093601.352500', '093601.812500', '093602.272500', '093602.732500', '093603.192500', '093603.652500', '093604.112500', '093604.572500', '093605.032500', '093605.492500', '093605.952500', '093606.412500', '093606.872500', '093607.332500', '093607.792500', '093608.252500', '093608.712500', '093609.172500', '093609.632500', '093610.092500', '093610.552500', '093611.012500', '093611.472500', '093611.932500', '093612.392500', '093612.852500', '093613.312500', '093613.772500', '093614.232500', '093614.692500', '093615.152500', '093615.612500', '093616.072500', '093616.532500', '093616.992500', '093617.452500', '093617.912500', '093618.372500', '093618.832500', '093619.292500', '093619.752500', '093620.212500', '093620.672500', '093621.132500', '093621.592500', '093622.052500', '093622.512500', '093622.972500', '093623.432500', '093623.892500', '093624.352500', '093624.812500', '093625.272500', '093625.732500', '093626.192500', '093626.652500', '093627.112500', '093627.572500', '093628.032500', '093628.492500', '093628.952500', '093629.412500', '093629.872500', '093630.332500', '093630.792500', '093631.252500', '093631.712500', '093632.172500', '093632.632500', '093633.092500', '093633.552500', '093634.012500', '093634.472500', '093634.932500', '093635.392500', '093635.852500', '093636.312500', '093636.772500', '093637.232500', '093637.692500', '093638.152500', '093638.612500', '093639.072500', '093639.532500', '093639.992500', '093640.452500', '093640.912500', '093641.372500', '093641.832500', '093642.292500', '093642.752500', '093643.212500', '093643.672500', '093644.132500', '093644.592500', '093645.052500', '093645.512500', '093645.972500', '093646.432500', '093646.892500', '093647.352500', '093647.812500', '093648.272500', '093648.732500', '093649.192500', '093649.652500', '093650.112500', '093650.572500', '093651.032500', '093651.492500', '093651.952500', '093652.412500', '093652.872500', '093653.332500', '093653.792500', '093654.252500', '093654.712500', '093655.172500', '093655.632500', '093656.092500', '093656.552500', '093657.012500', '093657.472500', '093657.932500', '093658.392500', '093658.852500', '093659.312500', '093659.772500', '093700.232500', '093700.692500', '093701.152500', '093701.612500', '093702.072500', '093702.532500', '093702.992500', '093703.452500', '093703.912500', '093704.372500', '093704.832500', '093705.292500', '093705.752500', '093706.212500', '093706.672500', '093707.132500', '093707.592500', '093708.052500', '093708.512500', '093708.972500', '093709.432500', '093709.892500', '093710.352500', '093710.812500', '093711.272500', '093711.732500', '093712.192500', '093712.652500', '093713.112500', '093713.572500', '093714.032500', '093714.492500', '093714.952500', '093715.412500', '093715.872500', '093716.332500', '093716.792500', '093717.252500', '093717.712500', '093718.172500', '093718.632500', '093719.092500', '093719.552500', '093720.012500', '093720.472500', '093720.932500', '093721.392500', '093721.852500', '093722.312500', '093722.772500', '093723.232500', '093723.692500', '093724.152500', '093724.612500', '093725.072500', '093725.532500', '093725.992500', '093726.452500', '093726.912500', '093727.372500', '093727.832500', '093728.292500', '093728.752500', '093729.212500', '093729.672500', '093730.132500', '093730.592500', '093731.052500', '093731.512500', '093731.972500', '093732.432500', '093732.892500', '093733.352500', '093733.812500', '093734.272500', '093734.732500', '093735.192500', '093735.652500', '093736.112500', '093736.572500', '093737.032500', '093737.492500', '093737.952500', '093738.412500', '093738.872500', '093739.332500', '093739.792500', '093740.252500', '093740.712500', '093741.172500', '093741.632500', '093742.092500', '093742.552500', '093743.012500', '093743.472500', '093743.932500', '093744.392500', '093744.852500', '093745.312500', '093745.772500', '093746.232500', '093746.692500', '093747.152500', '093747.612500', '093748.072500', '093748.532500', '093748.992500', '093749.452500', '093749.912500', '093750.372500', '093750.832500', '093751.292500', '093751.752500', '093752.212500', '093752.672500', '093753.132500', '093753.592500', '093754.052500', '093754.512500', '093754.972500', '093755.432500', '093755.892500', '093756.352500', '093756.812500', '093757.272500', '093757.732500', '093758.192500', '093758.652500', '093759.112500', '093759.572500', '093800.032500', '093800.492500', '093800.952500', '093801.412500', '093801.872500', '093802.332500', '093802.792500', '093803.252500', '093803.712500', '093804.172500', '093804.632500', '093805.092500', '093805.552500', '093806.012500', '093806.472500', '093806.932500', '093807.392500', '093807.852500', '093808.312500', '093808.772500', '093809.232500', '093809.692500', '093810.152500', '093810.612500', '093811.072500', '093811.532500', '093811.992500', '093812.452500', '093812.912500', '093813.372500', '093813.832500', '093814.292500', '093814.752500', '093815.212500', '093815.672500', '093816.132500', '093816.592500', '093817.052500', '093817.512500', '093817.972500', '093818.432500', '093818.892500', '093819.352500', '093819.812500', '093820.272500', '093820.732500', '093821.192500', '093821.652500', '093822.112500', '093822.572500', '093823.032500', '093823.492500', '093823.952500', '093824.412500', '093824.872500', '093825.332500', '093825.792500', '093826.252500', '093826.712500', '093827.172500', '093827.632500', '093828.092500', '093828.552500', '093829.012500', '093829.472500', '093829.932500', '093830.392500', '093830.852500', '093831.312500', '093831.772500', '093832.232500', '093832.692500', '093833.152500', '093833.612500', '093834.072500', '093834.532500', '093834.992500', '093835.452500', '093835.912500', '093836.372500', '093836.832500', '093837.292500', '093837.752500', '093838.212500', '093838.672500', '093839.132500', '093839.592500', '093840.052500', '093840.512500', '093840.972500', '093841.432500', '093841.892500', '093842.352500', '093842.812500', '093843.272500', '093843.732500', '093844.192500', '093844.652500', '093845.112500', '093845.572500', '093846.032500', '093846.492500', '093846.952500', '093847.412500', '093847.872500', '093848.332500', '093848.792500', '093849.252500', '093849.712500', '093850.172500', '093850.632500', '093851.092500', '093851.552500', '093852.012500', '093852.472500', '093852.932500', '093853.392500', '093853.852500', '093854.312500', '093854.772500', '093855.232500', '093855.692500', '093856.152500', '093856.612500', '093857.072500', '093857.532500', '093857.992500', '093858.452500', '093858.912500', '093859.372500', '093859.832500', '093900.292500', '093900.752500', '093901.212500', '093901.672500', '093902.132500', '093902.592500', '093903.052500', '093903.512500', '093903.972500', '093904.432500', '093904.892500', '093905.352500', '093905.812500', '093906.272500', '093906.732500', '093907.192500', '093907.652500', '093908.112500', '093908.572500', '093909.032500', '093909.492500', '093909.952500', '093910.412500', '093910.872500', '093911.332500', '093911.792500', '093912.252500', '093912.712500', '093913.172500', '093913.632500', '093914.092500', '093914.552500', '093915.012500', '093915.472500', '093915.932500', '093916.392500', '093916.852500', '093917.312500', '093917.772500', '093918.232500', '093918.692500', '093919.152500', '093919.612500', '093920.072500', '093920.532500', '093920.992500', '093921.452500', '093921.912500', '093922.372500', '093922.832500', '093923.292500', '093923.752500', '093924.212500', '093924.672500', '093925.132500', '093925.592500', '093926.052500', '093926.512500', '093926.972500', '093927.432500', '093927.892500', '093928.352500', '093928.812500', '093929.272500', '093929.732500', '093930.192500', '093930.652500', '093931.112500', '093931.572500', '093932.032500', '093932.492500', '093932.952500', '093933.412500', '093933.872500', '093934.332500', '093934.792500', '093935.252500', '093935.712500', '093936.172500', '093936.632500', '093937.092500', '093937.552500', '093938.012500', '093938.472500', '093938.932500', '093939.392500', '093939.852500', '093940.312500', '093940.772500', '093941.232500', '093941.692500', '093942.152500', '093942.612500', '093943.072500', '093943.532500', '093943.992500', '093944.452500', '093944.912500', '093945.372500', '093945.832500', '093946.292500', '093946.752500', '093947.212500', '093947.672500', '093948.132500', '093948.592500', '093949.052500', '093949.512500', '093949.972500', '093950.432500', '093950.892500', '093951.352500', '093951.812500', '093952.272500', '093952.732500', '093953.192500', '093953.652500', '093954.112500', '093954.572500', '093955.032500', '093955.492500', '093955.952500', '093956.412500', '093956.872500', '093957.332500', '093957.792500', '093958.252500', '093958.712500', '093959.172500', '093959.632500', '094000.092500', '094000.552500', '094001.012500', '094001.472500', '094001.932500', '094002.392500', '094002.852500', '094003.312500', '094003.772500', '094004.232500', '094004.692500', '094005.152500', '094005.612500', '094006.072500', '094006.532500', '094006.992500', '094007.452500', '094007.912500', '094008.372500', '094008.832500', '094009.292500', '094009.752500', '094010.212500', '094010.672500', '094011.132500', '094011.592500', '094012.052500', '094012.512500', '094012.972500', '094013.432500', '094013.892500', '094014.352500', '094014.812500', '094015.272500', '094015.732500', '094016.192500', '094016.652500', '094017.112500', '094017.572500', '094018.032500', '094018.492500', '094018.952500', '094019.412500', '094019.872500', '094020.332500', '094020.792500', '094021.252500', '094021.712500', '094022.172500', '094022.632500', '094023.092500', '094023.552500', '094024.012500', '094024.472500', '094024.932500', '094025.392500', '094025.852500', '094026.312500', '094026.772500', '094027.232500', '094027.692500', '094028.152500', '094028.612500', '094029.072500', '094029.532500', '094029.992500', '094030.452500', '094030.912500', '094031.372500', '094031.832500', '094032.292500', '094032.752500', '094033.212500', '094033.672500', '094034.132500', '094034.592500', '094035.052500', '094035.512500', '094035.972500', '094036.432500', '094036.892500', '094037.352500', '094037.812500', '094038.272500', '094038.732500', '094039.192500', '094039.652500', '094040.112500', '094040.572500', '094041.032500', '094041.492500', '094041.952500', '094042.412500', '094042.872500', '094043.332500', '094043.792500', '094044.252500', '094044.712500', '094045.172500', '094045.632500', '094046.092500', '094046.552500', '094047.012500', '094047.472500', '094047.932500', '094048.392500', '094048.852500', '094049.312500', '094049.772500', '094050.232500', '094050.692500', '094051.152500', '094051.612500', '094052.072500', '094052.532500', '094052.992500', '094053.452500', '094053.912500', '094054.372500', '094054.832500', '094055.292500', '094055.752500', '094056.212500', '094056.672500', '094057.132500', '094057.592500', '094058.052500', '094058.512500', '094058.972500', '094059.432500', '094059.892500', '094100.352500', '094100.812500', '094101.272500', '094101.732500', '094102.192500', '094102.652500', '094103.112500', '094103.572500', '094104.032500', '094104.492500', '094104.952500', '094105.412500', '094105.872500', '094106.332500', '094106.792500', '094107.252500', '094107.712500', '094108.172500'], 'ContentTime': ['093450.718000', '093450.722000', '093450.724000', '093450.727000', '093450.730000', '093450.732000', '093450.735000', '093450.737000', '093450.740000', '093450.743000', '093450.745000', '093450.748000', '093450.756000', '093450.758000', '093450.761000', '093450.764000', '093450.766000', '093450.769000', '093450.771000', '093450.774000', '093450.776000', '093450.783000', '093450.785000', '093450.788000', '093450.790000', '093450.793000', '093450.796000', '093450.798000', '093450.801000', '093450.803000', '093450.806000', '093450.809000', '093450.811000', '093450.814000', '093450.816000', '093450.819000', '093450.821000', '093450.824000', '093450.826000', '093450.829000', '093450.832000', '093450.834000', '093450.837000', '093450.839000', '093450.842000', '093450.845000', '093450.847000', '093450.850000', '093510.682000', '093510.685000', '093510.688000', '093510.690000', '093510.693000', '093510.695000', '093510.698000', '093510.701000', '093510.703000', '093510.706000', '093510.709000', '093510.711000', '093510.714000', '093510.716000', '093510.719000', '093510.722000', '093510.724000', '093510.727000', '093510.729000', '093510.732000', '093510.734000', '093510.737000', '093510.739000', '093510.742000', '093510.745000', '093510.747000', '093510.750000', '093510.752000', '093510.755000', '093510.769000', '093510.771000', '093510.774000', '093510.776000', '093510.779000', '093510.782000', '093510.784000', '093510.787000', '093510.790000', '093510.792000', '093510.795000', '093510.797000', '093510.800000', '093510.802000', '093510.805000', '093530.682000', '093530.685000', '093530.687000', '093530.690000', '093530.693000', '093530.695000', '093530.729000', '093530.732000', '093530.734000', '093530.737000', '093530.740000', '093530.742000', '093530.745000', '093530.747000', '093530.750000', '093530.752000', '093530.755000', '093530.759000', '093530.761000', '093530.764000', '093530.767000', '093530.769000', '093530.772000', '093530.774000', '093530.777000', '093530.780000', '093530.782000', '093530.785000', '093530.787000', '093530.790000', '093530.792000', '093530.795000', '093530.797000', '093530.800000', '093530.802000', '093530.814000', '093530.816000', '093530.819000', '093530.822000', '093530.824000', '093530.827000', '093530.829000', '093530.832000', '093550.681000', '093550.684000', '093550.687000', '093550.690000', '093550.692000', '093550.706000', '093550.708000', '093550.711000', '093550.714000', '093550.716000', '093550.719000', '093550.721000', '093550.724000', '093550.727000', '093550.729000', '093550.732000', '093550.734000', '093550.737000', '093550.740000', '093550.742000', '093550.745000', '093550.747000', '093550.750000', '093550.753000', '093550.755000', '093550.758000', '093550.760000', '093550.763000', '093550.766000', '093550.768000', '093550.771000', '093550.773000', '093550.776000', '093550.779000', '093550.782000', '093550.784000', '093550.787000', '093550.789000', '093550.792000', '093550.795000', '093550.797000', '093550.800000', '093550.802000', '093550.805000', '093610.682000', '093610.685000', '093610.688000', '093610.691000', '093610.693000', '093610.696000', '093610.699000', '093610.701000', '093610.704000', '093610.706000', '093610.709000', '093610.712000', '093610.714000', '093610.717000', '093610.720000', '093610.722000', '093610.725000', '093610.728000', '093610.730000', '093610.733000', '093610.735000', '093610.738000', '093610.741000', '093610.743000', '093610.746000', '093610.748000', '093610.751000', '093610.753000', '093610.756000', '093610.759000', '093610.761000', '093610.764000', '093610.767000', '093610.769000', '093610.772000', '093610.774000', '093610.777000', '093610.780000', '093610.782000', '093610.785000', '093610.787000', '093610.790000', '093610.792000', '093630.683000', '093630.685000', '093630.688000', '093630.691000', '093630.693000', '093630.696000', '093630.699000', '093630.701000', '093630.704000', '093630.706000', '093630.709000', '093630.711000', '093630.714000', '093630.716000', '093630.719000', '093630.722000', '093630.724000', '093630.727000', '093630.729000', '093630.732000', '093630.735000', '093630.737000', '093630.740000', '093630.742000', '093630.745000', '093630.747000', '093630.750000', '093630.753000', '093630.755000', '093630.758000', '093630.761000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.773000', '093630.776000', '093630.786000', '093630.788000', '093630.791000', '093630.794000', '093630.796000', '093630.799000', '093630.801000', '093650.682000', '093650.685000', '093650.688000', '093650.691000', '093650.693000', '093650.696000', '093650.698000', '093650.701000', '093650.704000', '093650.706000', '093650.709000', '093650.711000', '093650.714000', '093650.717000', '093650.719000', '093650.722000', '093650.724000', '093650.727000', '093650.730000', '093650.732000', '093650.735000', '093650.738000', '093650.740000', '093650.743000', '093650.745000', '093650.748000', '093650.750000', '093650.753000', '093650.756000', '093650.759000', '093650.762000', '093650.765000', '093650.767000', '093650.770000', '093650.773000', '093650.775000', '093650.778000', '093650.780000', '093650.783000', '093650.786000', '093650.788000', '093650.791000', '093650.793000', '093710.683000', '093710.685000', '093710.698000', '093710.700000', '093710.703000', '093710.705000', '093710.708000', '093710.710000', '093710.713000', '093710.716000', '093710.718000', '093710.721000', '093710.723000', '093710.726000', '093710.728000', '093710.731000', '093710.734000', '093710.736000', '093710.739000', '093710.742000', '093710.744000', '093710.747000', '093710.749000', '093710.752000', '093710.754000', '093710.757000', '093710.760000', '093710.762000', '093710.765000', '093710.767000', '093710.770000', '093710.773000', '093710.775000', '093710.778000', '093710.781000', '093710.783000', '093710.794000', '093710.797000', '093710.799000', '093710.802000', '093710.804000', '093710.814000', '093710.816000', '093710.819000', '093730.683000', '093730.686000', '093730.688000', '093730.691000', '093730.693000', '093730.696000', '093730.698000', '093730.701000', '093730.704000', '093730.706000', '093730.709000', '093730.711000', '093730.714000', '093730.716000', '093730.719000', '093730.722000', '093730.725000', '093730.727000', '093730.730000', '093730.733000', '093730.735000', '093730.738000', '093730.740000', '093730.743000', '093730.746000', '093730.748000', '093730.751000', '093730.753000', '093730.756000', '093730.759000', '093730.761000', '093730.764000', '093730.766000', '093730.769000', '093730.771000', '093730.774000', '093730.777000', '093730.779000', '093730.782000', '093730.784000', '093730.787000', '093730.789000', '093730.792000', '093750.681000', '093750.684000', '093750.687000', '093750.690000', '093750.692000', '093750.695000', '093750.697000', '093750.700000', '093750.703000', '093750.705000', '093750.708000', '093750.710000', '093750.713000', '093750.716000', '093750.718000', '093750.721000', '093750.723000', '093750.726000', '093750.729000', '093750.731000', '093750.734000', '093750.736000', '093750.739000', '093750.742000', '093750.744000', '093750.747000', '093750.749000', '093750.752000', '093750.754000', '093750.757000', '093750.760000', '093750.762000', '093750.765000', '093750.768000', '093750.770000', '093750.773000', '093750.776000', '093750.778000', '093750.781000', '093750.783000', '093750.786000', '093750.788000', '093750.791000', '093750.794000', '093810.681000', '093810.684000', '093810.687000', '093810.690000', '093810.692000', '093810.695000', '093810.697000', '093810.700000', '093810.702000', '093810.705000', '093810.708000', '093810.710000', '093810.713000', '093810.715000', '093810.718000', '093810.721000', '093810.723000', '093810.726000', '093810.728000', '093810.731000', '093810.733000', '093810.736000', '093810.738000', '093810.741000', '093810.744000', '093810.746000', '093810.749000', '093810.752000', '093810.754000', '093810.757000', '093810.759000', '093810.762000', '093810.765000', '093810.768000', '093810.771000', '093810.774000', '093810.777000', '093810.779000', '093810.782000', '093810.784000', '093810.787000', '093810.790000', '093810.792000', '093830.683000', '093830.686000', '093830.688000', '093830.691000', '093830.693000', '093830.696000', '093830.699000', '093830.701000', '093830.704000', '093830.706000', '093830.709000', '093830.712000', '093830.714000', '093830.717000', '093830.719000', '093830.722000', '093830.725000', '093830.727000', '093830.730000', '093830.732000', '093830.735000', '093830.738000', '093830.740000', '093830.743000', '093830.745000', '093830.748000', '093830.750000', '093830.764000', '093830.767000', '093830.769000', '093830.772000', '093830.775000', '093830.777000', '093830.780000', '093830.782000', '093830.785000', '093830.787000', '093830.790000', '093830.793000', '093830.795000', '093830.798000', '093830.801000', '093830.803000', '093830.806000', '093850.682000', '093850.685000', '093850.688000', '093850.690000', '093850.693000', '093850.696000', '093850.698000', '093850.701000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.722000', '093850.724000', '093850.727000', '093850.730000', '093850.732000', '093850.735000', '093850.737000', '093850.740000', '093850.743000', '093850.745000', '093850.748000', '093850.750000', '093850.753000', '093850.756000', '093850.758000', '093850.761000', '093850.763000', '093850.766000', '093850.768000', '093850.771000', '093850.774000', '093850.776000', '093850.779000', '093850.781000', '093850.784000', '093850.787000', '093850.789000', '093850.792000', '093910.682000', '093910.685000', '093910.688000', '093910.691000', '093910.693000', '093910.696000', '093910.699000', '093910.701000', '093910.704000', '093910.706000', '093910.709000', '093910.711000', '093910.714000', '093910.717000', '093910.719000', '093910.722000', '093910.724000', '093910.727000', '093910.729000', '093910.732000', '093910.735000', '093910.737000', '093910.740000', '093910.742000', '093910.745000', '093910.748000', '093910.750000', '093910.753000', '093910.755000', '093910.758000', '093910.760000', '093910.763000', '093910.766000', '093910.768000', '093910.771000', '093910.774000', '093910.776000', '093910.779000', '093910.781000', '093910.784000', '093910.787000', '093910.789000', '093910.792000', '093910.794000', '093930.683000', '093930.685000', '093930.688000', '093930.691000', '093930.693000', '093930.696000', '093930.698000', '093930.701000', '093930.704000', '093930.706000', '093930.709000', '093930.711000', '093930.714000', '093930.717000', '093930.719000', '093930.722000', '093930.724000', '093930.727000', '093930.729000', '093930.732000', '093930.735000', '093930.737000', '093930.740000', '093930.742000', '093930.745000', '093930.748000', '093930.750000', '093930.753000', '093930.756000', '093930.758000', '093930.761000', '093930.763000', '093930.766000', '093930.768000', '093930.771000', '093930.774000', '093930.776000', '093930.779000', '093930.781000', '093930.784000', '093930.787000', '093930.789000', '093930.792000', '093950.683000', '093950.685000', '093950.688000', '093950.691000', '093950.693000', '093950.696000', '093950.698000', '093950.701000', '093950.704000', '093950.706000', '093950.709000', '093950.712000', '093950.714000', '093950.717000', '093950.719000', '093950.722000', '093950.724000', '093950.727000', '093950.730000', '093950.732000', '093950.735000', '093950.738000', '093950.740000', '093950.743000', '093950.746000', '093950.748000', '093950.751000', '093950.753000', '093950.756000', '093950.759000', '093950.761000', '093950.764000', '093950.766000', '093950.769000', '093950.772000', '093950.774000', '093950.777000', '093950.779000', '093950.782000', '093950.785000', '093950.787000', '093950.790000', '093950.792000', '093950.795000', '094010.682000', '094010.684000', '094010.687000', '094010.690000', '094010.692000', '094010.695000', '094010.698000', '094010.700000', '094010.710000', '094010.713000', '094010.716000', '094010.718000', '094010.721000', '094010.723000', '094010.726000', '094010.729000', '094010.731000', '094010.734000', '094010.736000', '094010.739000', '094010.742000', '094010.744000', '094010.747000', '094010.749000', '094010.752000', '094010.755000', '094010.757000', '094010.760000', '094010.763000', '094010.765000', '094010.768000', '094010.770000', '094010.773000', '094010.776000', '094010.778000', '094010.781000', '094010.783000', '094010.786000', '094010.789000', '094010.791000', '094010.794000', '094010.796000', '094010.799000', '094030.682000', '094030.684000', '094030.687000', '094030.690000', '094030.692000', '094030.695000', '094030.697000', '094030.700000', '094030.703000', '094030.705000', '094030.708000', '094030.711000', '094030.713000', '094030.716000', '094030.718000', '094030.721000', '094030.723000', '094030.726000', '094030.729000', '094030.731000', '094030.734000', '094030.736000', '094030.739000', '094030.742000', '094030.744000', '094030.747000', '094030.749000', '094030.752000', '094030.755000', '094030.757000', '094030.760000', '094030.763000', '094030.765000', '094030.768000', '094030.770000', '094030.773000', '094030.776000', '094030.778000', '094030.781000', '094030.783000', '094030.786000', '094030.789000', '094030.791000', '094030.794000', '094050.683000', '094050.686000', '094050.688000', '094050.691000', '094050.693000', '094050.696000', '094050.699000', '094050.701000', '094050.704000', '094050.707000', '094050.709000', '094050.712000', '094050.714000', '094050.717000', '094050.719000', '094050.722000', '094050.725000', '094050.727000', '094050.730000', '094050.732000', '094050.735000', '094050.738000', '094050.740000', '094050.743000', '094050.746000', '094050.748000', '094050.751000', '094050.753000', '094050.756000', '094050.759000', '094050.761000', '094050.764000', '094050.766000', '094050.769000', '094050.772000', '094050.774000', '094050.777000', '094050.780000', '094050.782000', '094050.785000', '094050.787000', '094050.790000', '094050.792000', '094109.262000', '094109.265000', '094109.268000', '094109.270000', '094109.273000', '094109.276000', '094109.279000', '094109.281000', '094109.284000', '094109.287000', '094109.290000', '094109.292000', '094109.295000', '094109.298000', '094109.301000', '094109.304000', '094109.307000', '094109.310000', '094109.313000', '094109.316000', '094109.329000', '094109.332000', '094109.335000', '094109.337000', '094109.340000', '094109.343000', '094109.346000', '094109.349000', '094109.352000', '094109.354000', '094109.357000', '094109.360000', '094109.363000', '094109.366000', '094109.369000', '094109.372000', '094109.375000', '094109.378000', '094109.381000', '094109.383000', '094109.386000'], 'InstanceCreationTime': ['093450.718000', '093450.722000', '093450.724000', '093450.727000', '093450.730000', '093450.732000', '093450.735000', '093450.737000', '093450.740000', '093450.743000', '093450.745000', '093450.748000', '093450.756000', '093450.758000', '093450.761000', '093450.764000', '093450.766000', '093450.769000', '093450.771000', '093450.774000', '093450.776000', '093450.783000', '093450.785000', '093450.788000', '093450.790000', '093450.793000', '093450.796000', '093450.798000', '093450.801000', '093450.803000', '093450.806000', '093450.809000', '093450.811000', '093450.814000', '093450.816000', '093450.819000', '093450.821000', '093450.824000', '093450.826000', '093450.829000', '093450.832000', '093450.834000', '093450.837000', '093450.839000', '093450.842000', '093450.845000', '093450.847000', '093450.850000', '093510.682000', '093510.685000', '093510.688000', '093510.690000', '093510.693000', '093510.695000', '093510.698000', '093510.701000', '093510.703000', '093510.706000', '093510.709000', '093510.711000', '093510.714000', '093510.716000', '093510.719000', '093510.722000', '093510.724000', '093510.727000', '093510.729000', '093510.732000', '093510.734000', '093510.737000', '093510.739000', '093510.742000', '093510.745000', '093510.747000', '093510.750000', '093510.752000', '093510.755000', '093510.769000', '093510.771000', '093510.774000', '093510.776000', '093510.779000', '093510.782000', '093510.784000', '093510.787000', '093510.790000', '093510.792000', '093510.795000', '093510.797000', '093510.800000', '093510.802000', '093510.805000', '093530.682000', '093530.685000', '093530.687000', '093530.690000', '093530.693000', '093530.695000', '093530.729000', '093530.732000', '093530.734000', '093530.737000', '093530.740000', '093530.742000', '093530.745000', '093530.747000', '093530.750000', '093530.752000', '093530.755000', '093530.759000', '093530.761000', '093530.764000', '093530.767000', '093530.769000', '093530.772000', '093530.774000', '093530.777000', '093530.780000', '093530.782000', '093530.785000', '093530.787000', '093530.790000', '093530.792000', '093530.795000', '093530.797000', '093530.800000', '093530.802000', '093530.814000', '093530.816000', '093530.819000', '093530.822000', '093530.824000', '093530.827000', '093530.829000', '093530.832000', '093550.681000', '093550.684000', '093550.687000', '093550.690000', '093550.692000', '093550.706000', '093550.708000', '093550.711000', '093550.714000', '093550.716000', '093550.719000', '093550.721000', '093550.724000', '093550.727000', '093550.729000', '093550.732000', '093550.734000', '093550.737000', '093550.740000', '093550.742000', '093550.745000', '093550.747000', '093550.750000', '093550.753000', '093550.755000', '093550.758000', '093550.760000', '093550.763000', '093550.766000', '093550.768000', '093550.771000', '093550.773000', '093550.776000', '093550.779000', '093550.782000', '093550.784000', '093550.787000', '093550.789000', '093550.792000', '093550.795000', '093550.797000', '093550.800000', '093550.802000', '093550.805000', '093610.682000', '093610.685000', '093610.688000', '093610.691000', '093610.693000', '093610.696000', '093610.699000', '093610.701000', '093610.704000', '093610.706000', '093610.709000', '093610.712000', '093610.714000', '093610.717000', '093610.720000', '093610.722000', '093610.725000', '093610.728000', '093610.730000', '093610.733000', '093610.735000', '093610.738000', '093610.741000', '093610.743000', '093610.746000', '093610.748000', '093610.751000', '093610.753000', '093610.756000', '093610.759000', '093610.761000', '093610.764000', '093610.767000', '093610.769000', '093610.772000', '093610.774000', '093610.777000', '093610.780000', '093610.782000', '093610.785000', '093610.787000', '093610.790000', '093610.792000', '093630.683000', '093630.685000', '093630.688000', '093630.691000', '093630.693000', '093630.696000', '093630.699000', '093630.701000', '093630.704000', '093630.706000', '093630.709000', '093630.711000', '093630.714000', '093630.716000', '093630.719000', '093630.722000', '093630.724000', '093630.727000', '093630.729000', '093630.732000', '093630.735000', '093630.737000', '093630.740000', '093630.742000', '093630.745000', '093630.747000', '093630.750000', '093630.753000', '093630.755000', '093630.758000', '093630.761000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.773000', '093630.776000', '093630.786000', '093630.788000', '093630.791000', '093630.794000', '093630.796000', '093630.799000', '093630.801000', '093650.682000', '093650.685000', '093650.688000', '093650.691000', '093650.693000', '093650.696000', '093650.698000', '093650.701000', '093650.704000', '093650.706000', '093650.709000', '093650.711000', '093650.714000', '093650.717000', '093650.719000', '093650.722000', '093650.724000', '093650.727000', '093650.730000', '093650.732000', '093650.735000', '093650.738000', '093650.740000', '093650.743000', '093650.745000', '093650.748000', '093650.750000', '093650.753000', '093650.756000', '093650.759000', '093650.762000', '093650.765000', '093650.767000', '093650.770000', '093650.773000', '093650.775000', '093650.778000', '093650.780000', '093650.783000', '093650.786000', '093650.788000', '093650.791000', '093650.793000', '093710.683000', '093710.685000', '093710.698000', '093710.700000', '093710.703000', '093710.705000', '093710.708000', '093710.710000', '093710.713000', '093710.716000', '093710.718000', '093710.721000', '093710.723000', '093710.726000', '093710.728000', '093710.731000', '093710.734000', '093710.736000', '093710.739000', '093710.742000', '093710.744000', '093710.747000', '093710.749000', '093710.752000', '093710.754000', '093710.757000', '093710.760000', '093710.762000', '093710.765000', '093710.767000', '093710.770000', '093710.773000', '093710.775000', '093710.778000', '093710.781000', '093710.783000', '093710.794000', '093710.797000', '093710.799000', '093710.802000', '093710.804000', '093710.814000', '093710.816000', '093710.819000', '093730.683000', '093730.686000', '093730.688000', '093730.691000', '093730.693000', '093730.696000', '093730.698000', '093730.701000', '093730.704000', '093730.706000', '093730.709000', '093730.711000', '093730.714000', '093730.716000', '093730.719000', '093730.722000', '093730.725000', '093730.727000', '093730.730000', '093730.733000', '093730.735000', '093730.738000', '093730.740000', '093730.743000', '093730.746000', '093730.748000', '093730.751000', '093730.753000', '093730.756000', '093730.759000', '093730.761000', '093730.764000', '093730.766000', '093730.769000', '093730.771000', '093730.774000', '093730.777000', '093730.779000', '093730.782000', '093730.784000', '093730.787000', '093730.789000', '093730.792000', '093750.681000', '093750.684000', '093750.687000', '093750.690000', '093750.692000', '093750.695000', '093750.697000', '093750.700000', '093750.703000', '093750.705000', '093750.708000', '093750.710000', '093750.713000', '093750.716000', '093750.718000', '093750.721000', '093750.723000', '093750.726000', '093750.729000', '093750.731000', '093750.734000', '093750.736000', '093750.739000', '093750.742000', '093750.744000', '093750.747000', '093750.749000', '093750.752000', '093750.754000', '093750.757000', '093750.760000', '093750.762000', '093750.765000', '093750.768000', '093750.770000', '093750.773000', '093750.776000', '093750.778000', '093750.781000', '093750.783000', '093750.786000', '093750.788000', '093750.791000', '093750.794000', '093810.681000', '093810.684000', '093810.687000', '093810.690000', '093810.692000', '093810.695000', '093810.697000', '093810.700000', '093810.702000', '093810.705000', '093810.708000', '093810.710000', '093810.713000', '093810.715000', '093810.718000', '093810.721000', '093810.723000', '093810.726000', '093810.728000', '093810.731000', '093810.733000', '093810.736000', '093810.738000', '093810.741000', '093810.744000', '093810.746000', '093810.749000', '093810.752000', '093810.754000', '093810.757000', '093810.759000', '093810.762000', '093810.765000', '093810.768000', '093810.771000', '093810.774000', '093810.777000', '093810.779000', '093810.782000', '093810.784000', '093810.787000', '093810.790000', '093810.792000', '093830.683000', '093830.686000', '093830.688000', '093830.691000', '093830.693000', '093830.696000', '093830.699000', '093830.701000', '093830.704000', '093830.706000', '093830.709000', '093830.712000', '093830.714000', '093830.717000', '093830.719000', '093830.722000', '093830.725000', '093830.727000', '093830.730000', '093830.732000', '093830.735000', '093830.738000', '093830.740000', '093830.743000', '093830.745000', '093830.748000', '093830.750000', '093830.764000', '093830.767000', '093830.769000', '093830.772000', '093830.775000', '093830.777000', '093830.780000', '093830.782000', '093830.785000', '093830.787000', '093830.790000', '093830.793000', '093830.795000', '093830.798000', '093830.801000', '093830.803000', '093830.806000', '093850.682000', '093850.685000', '093850.688000', '093850.690000', '093850.693000', '093850.696000', '093850.698000', '093850.701000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.722000', '093850.724000', '093850.727000', '093850.730000', '093850.732000', '093850.735000', '093850.737000', '093850.740000', '093850.743000', '093850.745000', '093850.748000', '093850.750000', '093850.753000', '093850.756000', '093850.758000', '093850.761000', '093850.763000', '093850.766000', '093850.768000', '093850.771000', '093850.774000', '093850.776000', '093850.779000', '093850.781000', '093850.784000', '093850.787000', '093850.789000', '093850.792000', '093910.682000', '093910.685000', '093910.688000', '093910.691000', '093910.693000', '093910.696000', '093910.699000', '093910.701000', '093910.704000', '093910.706000', '093910.709000', '093910.711000', '093910.714000', '093910.717000', '093910.719000', '093910.722000', '093910.724000', '093910.727000', '093910.729000', '093910.732000', '093910.735000', '093910.737000', '093910.740000', '093910.742000', '093910.745000', '093910.748000', '093910.750000', '093910.753000', '093910.755000', '093910.758000', '093910.760000', '093910.763000', '093910.766000', '093910.768000', '093910.771000', '093910.774000', '093910.776000', '093910.779000', '093910.781000', '093910.784000', '093910.787000', '093910.789000', '093910.792000', '093910.794000', '093930.683000', '093930.685000', '093930.688000', '093930.691000', '093930.693000', '093930.696000', '093930.698000', '093930.701000', '093930.704000', '093930.706000', '093930.709000', '093930.711000', '093930.714000', '093930.717000', '093930.719000', '093930.722000', '093930.724000', '093930.727000', '093930.729000', '093930.732000', '093930.735000', '093930.737000', '093930.740000', '093930.742000', '093930.745000', '093930.748000', '093930.750000', '093930.753000', '093930.756000', '093930.758000', '093930.761000', '093930.763000', '093930.766000', '093930.768000', '093930.771000', '093930.774000', '093930.776000', '093930.779000', '093930.781000', '093930.784000', '093930.787000', '093930.789000', '093930.792000', '093950.683000', '093950.685000', '093950.688000', '093950.691000', '093950.693000', '093950.696000', '093950.698000', '093950.701000', '093950.704000', '093950.706000', '093950.709000', '093950.712000', '093950.714000', '093950.717000', '093950.719000', '093950.722000', '093950.724000', '093950.727000', '093950.730000', '093950.732000', '093950.735000', '093950.738000', '093950.740000', '093950.743000', '093950.746000', '093950.748000', '093950.751000', '093950.753000', '093950.756000', '093950.759000', '093950.761000', '093950.764000', '093950.766000', '093950.769000', '093950.772000', '093950.774000', '093950.777000', '093950.779000', '093950.782000', '093950.785000', '093950.787000', '093950.790000', '093950.792000', '093950.795000', '094010.682000', '094010.684000', '094010.687000', '094010.690000', '094010.692000', '094010.695000', '094010.698000', '094010.700000', '094010.710000', '094010.713000', '094010.716000', '094010.718000', '094010.721000', '094010.723000', '094010.726000', '094010.729000', '094010.731000', '094010.734000', '094010.736000', '094010.739000', '094010.742000', '094010.744000', '094010.747000', '094010.749000', '094010.752000', '094010.755000', '094010.757000', '094010.760000', '094010.763000', '094010.765000', '094010.768000', '094010.770000', '094010.773000', '094010.776000', '094010.778000', '094010.781000', '094010.783000', '094010.786000', '094010.789000', '094010.791000', '094010.794000', '094010.796000', '094010.799000', '094030.682000', '094030.684000', '094030.687000', '094030.690000', '094030.692000', '094030.695000', '094030.697000', '094030.700000', '094030.703000', '094030.705000', '094030.708000', '094030.711000', '094030.713000', '094030.716000', '094030.718000', '094030.721000', '094030.723000', '094030.726000', '094030.729000', '094030.731000', '094030.734000', '094030.736000', '094030.739000', '094030.742000', '094030.744000', '094030.747000', '094030.749000', '094030.752000', '094030.755000', '094030.757000', '094030.760000', '094030.763000', '094030.765000', '094030.768000', '094030.770000', '094030.773000', '094030.776000', '094030.778000', '094030.781000', '094030.783000', '094030.786000', '094030.789000', '094030.791000', '094030.794000', '094050.683000', '094050.686000', '094050.688000', '094050.691000', '094050.693000', '094050.696000', '094050.699000', '094050.701000', '094050.704000', '094050.707000', '094050.709000', '094050.712000', '094050.714000', '094050.717000', '094050.719000', '094050.722000', '094050.725000', '094050.727000', '094050.730000', '094050.732000', '094050.735000', '094050.738000', '094050.740000', '094050.743000', '094050.746000', '094050.748000', '094050.751000', '094050.753000', '094050.756000', '094050.759000', '094050.761000', '094050.764000', '094050.766000', '094050.769000', '094050.772000', '094050.774000', '094050.777000', '094050.780000', '094050.782000', '094050.785000', '094050.787000', '094050.790000', '094050.792000', '094109.262000', '094109.265000', '094109.268000', '094109.270000', '094109.273000', '094109.276000', '094109.279000', '094109.281000', '094109.284000', '094109.287000', '094109.290000', '094109.292000', '094109.295000', '094109.298000', '094109.301000', '094109.304000', '094109.307000', '094109.310000', '094109.313000', '094109.316000', '094109.329000', '094109.332000', '094109.335000', '094109.337000', '094109.340000', '094109.343000', '094109.346000', '094109.349000', '094109.352000', '094109.354000', '094109.357000', '094109.360000', '094109.363000', '094109.366000', '094109.369000', '094109.372000', '094109.375000', '094109.378000', '094109.381000', '094109.383000', '094109.386000'], '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': [9536, 7523, 7674, 9152, 7302, 7920, 7011, 7648, 6374, 8593, 6809, 8542, 6953, 6325, 8870, 6431, 6513, 6690, 6710, 8386, 6583, 10421, 8038, 8324, 8488, 7142, 7377, 6916, 10460, 6466, 9453, 6642, 6449, 6279, 6544, 8764, 6609, 7189, 6470, 6286, 7293, 6399, 10385, 7207, 8762, 7651, 6878, 7323, 6728, 9632, 6610, 11011, 6860, 10545, 6773, 7349, 7275, 6507, 7394, 6436, 8752, 6431, 9192, 6810, 7896, 6611, 6253, 6740, 6578, 7724, 6452, 8629, 6968, 6473, 7461, 6653, 6791, 6488, 6494, 6600, 6780, 7908, 7035, 9736, 6662, 10101, 8299, 6403, 6801, 6660, 10187, 7376, 7096, 8315, 6851, 11419, 6512, 11997, 6499, 11439, 6972, 11539, 8189, 11035, 6641, 6382, 6789, 6463, 6330, 6492, 8680, 6616, 6448, 6795, 6550, 7577, 6508, 10065, 6756, 11077, 7933, 11022, 7784, 8448, 8436, 7721, 8448, 6812, 7019, 6518, 7003, 6668, 7803, 7273, 9844, 6467, 9753, 6541, 9061, 6695, 9227, 6852, 9943, 6909, 8168, 6863, 7522, 6803, 6437, 6894, 6388, 7584, 6635, 7889, 6874, 6335, 7086, 6508, 8850, 6359, 10066, 6504, 7732, 7017, 7600, 7698, 6923, 10269, 6841, 6818, 6775, 6585, 8448, 7231, 6308, 6695, 6404, 10321, 6506, 12458, 7510, 12028, 7833, 12775, 8143, 12871, 8712, 13001, 9288, 12571, 8703, 9793, 9048, 6571, 9267, 6949, 8360, 7217, 7394, 7045, 6773, 10710, 7114, 11160, 7321, 10507, 7261, 9986, 7108, 8282, 7384, 7403, 7375, 6803, 9074, 7046, 9214, 7178, 6623, 7065, 7117, 8993, 7356, 10704, 7423, 8688, 8021, 7269, 7691, 6663, 12540, 7646, 7387, 8448, 6748, 11863, 7898, 8862, 8373, 6587, 8205, 7315, 10146, 7032, 12395, 6807, 11623, 6752, 7532, 7234, 6911, 9295, 6649, 9078, 6814, 6790, 6880, 6713, 8507, 6962, 10610, 6676, 11919, 8178, 12656, 8162, 9259, 8539, 7095, 8570, 7346, 12483, 6776, 11556, 7733, 8599, 9067, 7616, 10332, 6692, 11828, 6652, 12531, 7423, 12763, 9524, 11291, 8227, 8603, 8232, 6802, 9851, 6485, 9879, 6924, 9411, 7265, 7542, 8087, 6644, 8626, 6765, 9046, 7242, 10519, 6829, 11575, 7209, 11056, 7732, 9289, 9359, 6268, 7641, 6442, 9565, 6552, 11914, 7620, 11175, 7554, 9006, 8552, 8354, 8246, 7571, 9673, 7093, 9927, 6679, 11527, 6760, 12389, 6959, 12171, 6883, 9457, 8636, 6708, 7280, 6488, 7315, 6478, 10612, 6702, 11792, 6853, 8679, 7769, 7508, 8322, 6635, 9573, 6838, 11339, 6988, 10701, 8342, 7502, 7674, 7085, 10198, 6564, 12638, 6944, 12256, 8292, 10625, 9867, 8888, 8893, 7032, 8316, 7897, 11746, 6797, 12985, 6895, 11829, 7245, 9398, 9583, 7525, 7976, 6732, 8138, 7931, 9400, 7603, 11055, 6629, 10953, 6877, 12164, 7458, 9322, 7151, 7662, 7425, 7271, 9962, 6686, 11547, 6519, 12438, 7669, 13015, 9472, 11846, 8486, 9540, 8501, 8229, 8203, 7320, 9889, 6823, 10676, 6630, 12636, 8074, 13143, 7266, 8969, 6935, 6812, 7749, 6935, 11063, 6810, 11825, 6815, 10188, 8979, 7334, 7457, 7236, 9655, 7117, 8752, 7008, 6345, 6709, 6521, 6449, 6868, 6679, 11592, 7267, 8104, 8651, 7125, 12076, 9650, 6873, 8525, 6754, 10774, 7431, 6826, 11448, 7936, 7609, 8346, 7143, 12636, 9721, 12560, 10458, 10621, 10272, 10487, 9351, 10257, 9408, 8218, 9330, 6689, 7832, 7052, 8104, 6963, 10009, 7157, 10722, 8028, 8817, 7512, 7435, 7063, 6840, 8622, 6651, 9638, 7064, 9399, 7187, 7819, 8083, 6798, 11573, 8052, 11339, 8945, 6732, 10618, 7152, 6632, 6757, 7313, 7771, 8588, 9740, 10087, 11479, 9775, 12356, 8106, 13172, 6968, 14188, 7683, 14687, 10264, 14638, 10081, 12419, 10503, 9105, 9556, 6434, 11552, 6967, 12003, 7386, 8020, 7421, 6962, 7248, 6520, 7037, 6445, 7259, 6753, 7438, 6680, 8885, 7272, 7505, 6837, 6373, 6748, 6198, 7886, 6648, 9436, 6855, 11279, 7995, 6479, 8353, 6467, 9718, 7088, 7938, 7041, 6216, 12108, 7100, 7134, 7835, 7150, 13599, 7837, 11701, 9301, 9921, 11045, 7305, 13801, 9605, 10900, 8719, 6543, 8365, 7042, 9270, 6996, 8118, 7085, 6419, 7274, 6498, 9544, 6637, 13262, 6903, 8980, 6674, 6559, 7020, 6494, 9001, 6577, 11590, 6606, 13808, 8465, 12068, 7401, 7204, 6738, 6533, 8700, 6471, 12090, 6714, 13262, 7725, 11055, 8054, 6896, 7606, 6377, 9882, 6781, 13402, 7735, 8458, 7216, 6562, 7687, 6514, 11030, 6682, 12634, 7831, 6411, 6422, 6376, 11015, 6766, 6396, 6695, 6787, 6799, 7309, 6484, 8857, 6728, 13605, 8192, 14408, 10203, 13250, 11063, 9829, 8227, 6551, 7680, 7162, 10699, 7208, 8538, 6904, 6830, 6573, 6478, 7563, 6593, 9510, 6629, 11486, 7689, 9411, 7796, 8028, 7319, 7003, 9041, 6732, 12119, 6924, 12124, 7112, 9456, 9055, 7508, 8981, 6423, 11210, 6643, 12771, 8643, 11693, 10287, 9785, 8654, 7521, 8869, 7955, 12757, 8352, 12464, 8581, 6318, 7818, 6735, 9911, 6832, 11374, 7905, 10569, 9390, 9080, 9846, 6985, 11094, 6571, 12999, 8563, 13360, 9958, 13251, 8548, 11824, 9295, 10845, 9862, 8455, 7812, 6537, 9369, 6936, 10151, 7199, 6296, 7964, 6630, 11952, 7167, 8446, 7560, 7604, 9828, 8607, 12547, 7474, 12519, 6770, 11247, 7070, 10529, 7002, 8894, 7141, 8445, 7892, 6635, 7040, 6578, 7902, 6552, 9701, 6915, 10268, 9203, 6952, 11895, 7243, 6667, 8200, 6450, 7897, 6798, 6923, 6837, 7481, 9989, 8660, 11905, 8627, 12833, 8081, 12764, 8672, 13264, 9415, 12841, 9457, 12164, 9562, 10291, 7681, 8956, 8881, 6324, 10714, 7117, 7976, 8516, 6508, 11355, 6576, 12182, 7254, 13076, 7962, 11456, 8255, 9593, 8602, 6484, 8384, 6516, 8106, 6752, 9308, 6669, 8439, 7197, 8205, 7616, 7502, 8824, 6765, 9636, 6888, 11031, 6899, 12102, 7963, 10122, 9279, 6753, 9104, 6596, 10493, 6997, 10616, 8643, 6631, 9751, 6669, 11337, 6928, 11892, 8670, 8311, 10673, 6737, 12973, 6902, 8872, 7634, 6992, 11713, 7270, 12755, 7594, 8845, 8615, 7220, 12692, 8031, 14099, 9159, 10397, 10165, 7211, 10764, 7478], 'WindowCenter': [3994.0, 3958.0, 3966.0, 4016.0, 3981.0, 3993.0, 3969.0, 3966.0, 3946.0, 3975.0, 3945.0, 3974.0, 3968.0, 3958.0, 3988.0, 3959.0, 3957.0, 3958.0, 3959.0, 3979.0, 3959.0, 3998.0, 3978.0, 3966.0, 3978.0, 3958.0, 3969.0, 3956.0, 3997.0, 3946.0, 3984.0, 3944.0, 3943.0, 3944.0, 3945.0, 3975.0, 3958.0, 3956.0, 3947.0, 3957.0, 3982.0, 3970.0, 3999.0, 3968.0, 3974.0, 3966.0, 3944.0, 3956.0, 3943.0, 3987.0, 3944.0, 3994.0, 3943.0, 3984.0, 3944.0, 3952.0, 3955.0, 3932.0, 3955.0, 3932.0, 3961.0, 3933.0, 3973.0, 3956.0, 3966.0, 3944.0, 3932.0, 3945.0, 3956.0, 3966.0, 3946.0, 3976.0, 3957.0, 3944.0, 3954.0, 3955.0, 3944.0, 3946.0, 3945.0, 3958.0, 3956.0, 3978.0, 3971.0, 4013.0, 3958.0, 3997.0, 3991.0, 3957.0, 3968.0, 3958.0, 3997.0, 3967.0, 3967.0, 3978.0, 3956.0, 3995.0, 3931.0, 3996.0, 3931.0, 3981.0, 3931.0, 3981.0, 3949.0, 3968.0, 3928.0, 3915.0, 3931.0, 3929.0, 3930.0, 3943.0, 3973.0, 3944.0, 3944.0, 3956.0, 3958.0, 3967.0, 3947.0, 3986.0, 3947.0, 3996.0, 3966.0, 3984.0, 3956.0, 3963.0, 3965.0, 3951.0, 3964.0, 3931.0, 3942.0, 3930.0, 3943.0, 3931.0, 3953.0, 3941.0, 3974.0, 3933.0, 3973.0, 3933.0, 3962.0, 3942.0, 3972.0, 3944.0, 3971.0, 3943.0, 3962.0, 3943.0, 3952.0, 3945.0, 3933.0, 3954.0, 3945.0, 3954.0, 3957.0, 3977.0, 3957.0, 3944.0, 3957.0, 3946.0, 3987.0, 3947.0, 3997.0, 3947.0, 3966.0, 3957.0, 3966.0, 3968.0, 3971.0, 3999.0, 3959.0, 3958.0, 3959.0, 3957.0, 3976.0, 3968.0, 3946.0, 3959.0, 3948.0, 4011.0, 3960.0, 4021.0, 3958.0, 4008.0, 3968.0, 4007.0, 3953.0, 3982.0, 3949.0, 3977.0, 3948.0, 3966.0, 3935.0, 3944.0, 3936.0, 3903.0, 3933.0, 3903.0, 3923.0, 3914.0, 3913.0, 3915.0, 3916.0, 3958.0, 3917.0, 3956.0, 3927.0, 3945.0, 3916.0, 3944.0, 3915.0, 3924.0, 3915.0, 3915.0, 3917.0, 3905.0, 3948.0, 3918.0, 3947.0, 3930.0, 3929.0, 3943.0, 3939.0, 3961.0, 3940.0, 3980.0, 3951.0, 3961.0, 3952.0, 3951.0, 3964.0, 3944.0, 4005.0, 3954.0, 3955.0, 3964.0, 3944.0, 3994.0, 3964.0, 3962.0, 3964.0, 3941.0, 3962.0, 3942.0, 3986.0, 3943.0, 3994.0, 3932.0, 3981.0, 3932.0, 3965.0, 3967.0, 3969.0, 3986.0, 3958.0, 3988.0, 3968.0, 3969.0, 3969.0, 3960.0, 3992.0, 3969.0, 4011.0, 3959.0, 4006.0, 3965.0, 4005.0, 3966.0, 3975.0, 3974.0, 3955.0, 3989.0, 3968.0, 4006.0, 3944.0, 3994.0, 3954.0, 3965.0, 3975.0, 3954.0, 3986.0, 3943.0, 3994.0, 3943.0, 3993.0, 3953.0, 4003.0, 3974.0, 3982.0, 3963.0, 3974.0, 3978.0, 3944.0, 3985.0, 3945.0, 3997.0, 3966.0, 3997.0, 3968.0, 3976.0, 3976.0, 3954.0, 3976.0, 3955.0, 3974.0, 3965.0, 3994.0, 3955.0, 4005.0, 3954.0, 3994.0, 3966.0, 3988.0, 3976.0, 3933.0, 3953.0, 3943.0, 3984.0, 3946.0, 4005.0, 3965.0, 3996.0, 3967.0, 3975.0, 3976.0, 3964.0, 3965.0, 3953.0, 3974.0, 3943.0, 3972.0, 3942.0, 3994.0, 3945.0, 3994.0, 3944.0, 4005.0, 3944.0, 3984.0, 3975.0, 3943.0, 3953.0, 3945.0, 3955.0, 3948.0, 3997.0, 3956.0, 4006.0, 3956.0, 3988.0, 3980.0, 3964.0, 3974.0, 3955.0, 3985.0, 3956.0, 4007.0, 3969.0, 4007.0, 3977.0, 3966.0, 3966.0, 3966.0, 3997.0, 3955.0, 4016.0, 3955.0, 4006.0, 3976.0, 3996.0, 3998.0, 3975.0, 3976.0, 3953.0, 3965.0, 3952.0, 3993.0, 3941.0, 4003.0, 3942.0, 3992.0, 3953.0, 3972.0, 3986.0, 3952.0, 3964.0, 3942.0, 3966.0, 3950.0, 3974.0, 3952.0, 3995.0, 3944.0, 3995.0, 3945.0, 4003.0, 3954.0, 3974.0, 3945.0, 3954.0, 3956.0, 3955.0, 3985.0, 3944.0, 3994.0, 3933.0, 3994.0, 3956.0, 4003.0, 3974.0, 3994.0, 3964.0, 3972.0, 3964.0, 3952.0, 3955.0, 3942.0, 3974.0, 3932.0, 3983.0, 3933.0, 3993.0, 3952.0, 4003.0, 3953.0, 3974.0, 3944.0, 3943.0, 3954.0, 3943.0, 3993.0, 3942.0, 3993.0, 3945.0, 3983.0, 3974.0, 3954.0, 3953.0, 3952.0, 3974.0, 3955.0, 3974.0, 3958.0, 3946.0, 3958.0, 3959.0, 3962.0, 3960.0, 3958.0, 4007.0, 3957.0, 3966.0, 3992.0, 3969.0, 4007.0, 3987.0, 3945.0, 3975.0, 3957.0, 3997.0, 3980.0, 3970.0, 4019.0, 3980.0, 3978.0, 3990.0, 3968.0, 4018.0, 3989.0, 4006.0, 3985.0, 3971.0, 3972.0, 3960.0, 3949.0, 3961.0, 3952.0, 3938.0, 3948.0, 3906.0, 3925.0, 3916.0, 3925.0, 3929.0, 3957.0, 3929.0, 3970.0, 3951.0, 3949.0, 3940.0, 3942.0, 3944.0, 3932.0, 3950.0, 3929.0, 3962.0, 3943.0, 3973.0, 3944.0, 3954.0, 3955.0, 3945.0, 3982.0, 3952.0, 3994.0, 3963.0, 3943.0, 3982.0, 3955.0, 3953.0, 3956.0, 3953.0, 3962.0, 3964.0, 3974.0, 3982.0, 3982.0, 3970.0, 3979.0, 3935.0, 3978.0, 3913.0, 3986.0, 3925.0, 3986.0, 3954.0, 3984.0, 3957.0, 3974.0, 3955.0, 3934.0, 3942.0, 3890.0, 3938.0, 3898.0, 3949.0, 3910.0, 3907.0, 3910.0, 3898.0, 3912.0, 3889.0, 3911.0, 3899.0, 3911.0, 3900.0, 3909.0, 3901.0, 3932.0, 3922.0, 3910.0, 3913.0, 3902.0, 3915.0, 3906.0, 3936.0, 3927.0, 3958.0, 3930.0, 3979.0, 3949.0, 3916.0, 3947.0, 3929.0, 3969.0, 3940.0, 3962.0, 3942.0, 3931.0, 4016.0, 3968.0, 3965.0, 3965.0, 3954.0, 4013.0, 3963.0, 4003.0, 3984.0, 3982.0, 3992.0, 3951.0, 4000.0, 3958.0, 3965.0, 3946.0, 3914.0, 3947.0, 3937.0, 3956.0, 3938.0, 3948.0, 3939.0, 3927.0, 3940.0, 3927.0, 3970.0, 3928.0, 3988.0, 3938.0, 3958.0, 3928.0, 3916.0, 3938.0, 3928.0, 3959.0, 3928.0, 3988.0, 3928.0, 3988.0, 3948.0, 3977.0, 3935.0, 3924.0, 3925.0, 3916.0, 3959.0, 3930.0, 4003.0, 3942.0, 4001.0, 3962.0, 3992.0, 3960.0, 3939.0, 3951.0, 3928.0, 3968.0, 3929.0, 4000.0, 3951.0, 3959.0, 3938.0, 3928.0, 3949.0, 3928.0, 3978.0, 3941.0, 3990.0, 3963.0, 3943.0, 3942.0, 3941.0, 3996.0, 3942.0, 3943.0, 3944.0, 3953.0, 3953.0, 3954.0, 3930.0, 3959.0, 3940.0, 4001.0, 3950.0, 4000.0, 3981.0, 4000.0, 3980.0, 3970.0, 3963.0, 3942.0, 3951.0, 3952.0, 3992.0, 3956.0, 3972.0, 3954.0, 3952.0, 3956.0, 3955.0, 3978.0, 3969.0, 3999.0, 3969.0, 4006.0, 3978.0, 3988.0, 3968.0, 3966.0, 3970.0, 3955.0, 3976.0, 3957.0, 4004.0, 3956.0, 4017.0, 3956.0, 3984.0, 3975.0, 3953.0, 3973.0, 3944.0, 3992.0, 3942.0, 4003.0, 3975.0, 3992.0, 3984.0, 3970.0, 3962.0, 3950.0, 3973.0, 3965.0, 4019.0, 3965.0, 4005.0, 3966.0, 3932.0, 3952.0, 3943.0, 3984.0, 3944.0, 3995.0, 3966.0, 3995.0, 3977.0, 3964.0, 3986.0, 3943.0, 3983.0, 3919.0, 3980.0, 3950.0, 3978.0, 3959.0, 3976.0, 3950.0, 3979.0, 3961.0, 3966.0, 3959.0, 3936.0, 3938.0, 3930.0, 3971.0, 3940.0, 3979.0, 3941.0, 3943.0, 3965.0, 3945.0, 4007.0, 3957.0, 3963.0, 3955.0, 3954.0, 3974.0, 3963.0, 3994.0, 3940.0, 3991.0, 3930.0, 3982.0, 3930.0, 3971.0, 3942.0, 3959.0, 3943.0, 3952.0, 3953.0, 3931.0, 3943.0, 3933.0, 3967.0, 3944.0, 3983.0, 3952.0, 3995.0, 3987.0, 3944.0, 3994.0, 3954.0, 3941.0, 3963.0, 3946.0, 3967.0, 3958.0, 3955.0, 3944.0, 3954.0, 3985.0, 3963.0, 3994.0, 3948.0, 3979.0, 3924.0, 3966.0, 3924.0, 3952.0, 3933.0, 3952.0, 3922.0, 3940.0, 3933.0, 3928.0, 3899.0, 3919.0, 3920.0, 3889.0, 3930.0, 3903.0, 3923.0, 3923.0, 3892.0, 3942.0, 3902.0, 3952.0, 3913.0, 3963.0, 3924.0, 3953.0, 3925.0, 3944.0, 3936.0, 3904.0, 3924.0, 3905.0, 3925.0, 3915.0, 3945.0, 3918.0, 3936.0, 3930.0, 3940.0, 3941.0, 3941.0, 3962.0, 3930.0, 3960.0, 3930.0, 3968.0, 3930.0, 3978.0, 3952.0, 3959.0, 3961.0, 3919.0, 3951.0, 3930.0, 3969.0, 3943.0, 3970.0, 3950.0, 3930.0, 3961.0, 3930.0, 3979.0, 3930.0, 3981.0, 3962.0, 3952.0, 3986.0, 3946.0, 4005.0, 3944.0, 3962.0, 3952.0, 3956.0, 3996.0, 3955.0, 4004.0, 3952.0, 3962.0, 3964.0, 3953.0, 3994.0, 3953.0, 4002.0, 3973.0, 3972.0, 3973.0, 3940.0, 3981.0, 3953.0], 'WindowWidth': [8926.0, 8869.0, 8880.0, 8963.0, 8909.0, 8926.0, 8887.0, 8876.0, 8853.0, 8885.0, 8847.0, 8885.0, 8885.0, 8874.0, 8912.0, 8874.0, 8870.0, 8871.0, 8872.0, 8899.0, 8874.0, 8919.0, 8895.0, 8873.0, 8892.0, 8866.0, 8882.0, 8862.0, 8914.0, 8849.0, 8895.0, 8845.0, 8840.0, 8843.0, 8849.0, 8887.0, 8871.0, 8862.0, 8855.0, 8867.0, 8908.0, 8894.0, 8925.0, 8883.0, 8885.0, 8876.0, 8843.0, 8862.0, 8840.0, 8903.0, 8843.0, 8907.0, 8841.0, 8895.0, 8844.0, 8850.0, 8857.0, 8823.0, 8856.0, 8822.0, 8859.0, 8825.0, 8877.0, 8862.0, 8873.0, 8842.0, 8824.0, 8845.0, 8862.0, 8874.0, 8851.0, 8887.0, 8865.0, 8843.0, 8857.0, 8861.0, 8844.0, 8851.0, 8848.0, 8870.0, 8864.0, 8895.0, 8895.0, 8951.0, 8873.0, 8919.0, 8919.0, 8872.0, 8886.0, 8873.0, 8919.0, 8882.0, 8880.0, 8892.0, 8862.0, 8908.0, 8819.0, 8912.0, 8818.0, 8881.0, 8815.0, 8881.0, 8839.0, 8861.0, 8808.0, 8788.0, 8817.0, 8812.0, 8818.0, 8842.0, 8879.0, 8843.0, 8842.0, 8864.0, 8871.0, 8879.0, 8853.0, 8901.0, 8852.0, 8914.0, 8876.0, 8894.0, 8860.0, 8864.0, 8869.0, 8846.0, 8867.0, 8818.0, 8836.0, 8817.0, 8837.0, 8819.0, 8850.0, 8833.0, 8877.0, 8824.0, 8876.0, 8826.0, 8860.0, 8836.0, 8872.0, 8840.0, 8871.0, 8839.0, 8861.0, 8840.0, 8849.0, 8843.0, 8826.0, 8855.0, 8844.0, 8855.0, 8865.0, 8893.0, 8866.0, 8845.0, 8865.0, 8851.0, 8905.0, 8855.0, 8916.0, 8854.0, 8876.0, 8867.0, 8876.0, 8882.0, 8892.0, 8925.0, 8872.0, 8871.0, 8870.0, 8865.0, 8888.0, 8881.0, 8849.0, 8871.0, 8857.0, 8943.0, 8876.0, 8954.0, 8865.0, 8930.0, 8878.0, 8928.0, 8846.0, 8882.0, 8834.0, 8868.0, 8830.0, 8848.0, 8808.0, 8816.0, 8812.0, 8761.0, 8800.0, 8761.0, 8787.0, 8778.0, 8776.0, 8781.0, 8786.0, 8842.0, 8788.0, 8837.0, 8799.0, 8819.0, 8784.0, 8817.0, 8783.0, 8790.0, 8783.0, 8782.0, 8786.0, 8769.0, 8831.0, 8791.0, 8826.0, 8813.0, 8811.0, 8836.0, 8826.0, 8853.0, 8827.0, 8881.0, 8846.0, 8859.0, 8849.0, 8846.0, 8869.0, 8841.0, 8922.0, 8854.0, 8856.0, 8866.0, 8840.0, 8905.0, 8868.0, 8860.0, 8863.0, 8832.0, 8860.0, 8834.0, 8895.0, 8838.0, 8904.0, 8822.0, 8883.0, 8821.0, 8870.0, 8879.0, 8885.0, 8901.0, 8870.0, 8909.0, 8885.0, 8889.0, 8886.0, 8875.0, 8919.0, 8883.0, 8939.0, 8872.0, 8926.0, 8871.0, 8922.0, 8872.0, 8882.0, 8882.0, 8861.0, 8911.0, 8879.0, 8923.0, 8842.0, 8905.0, 8855.0, 8868.0, 8884.0, 8855.0, 8898.0, 8839.0, 8905.0, 8839.0, 8902.0, 8852.0, 8917.0, 8880.0, 8886.0, 8864.0, 8882.0, 8895.0, 8844.0, 8898.0, 8847.0, 8916.0, 8878.0, 8921.0, 8883.0, 8893.0, 8893.0, 8859.0, 8889.0, 8862.0, 8884.0, 8873.0, 8910.0, 8862.0, 8925.0, 8858.0, 8910.0, 8878.0, 8906.0, 8885.0, 8825.0, 8850.0, 8840.0, 8894.0, 8847.0, 8923.0, 8871.0, 8911.0, 8875.0, 8883.0, 8886.0, 8866.0, 8869.0, 8849.0, 8877.0, 8837.0, 8874.0, 8836.0, 8904.0, 8843.0, 8905.0, 8842.0, 8921.0, 8840.0, 8894.0, 8884.0, 8837.0, 8852.0, 8843.0, 8857.0, 8855.0, 8917.0, 8864.0, 8926.0, 8863.0, 8910.0, 8904.0, 8873.0, 8884.0, 8860.0, 8900.0, 8863.0, 8934.0, 8888.0, 8934.0, 8893.0, 8878.0, 8878.0, 8879.0, 8920.0, 8862.0, 8940.0, 8862.0, 8928.0, 8891.0, 8916.0, 8923.0, 8885.0, 8887.0, 8855.0, 8870.0, 8848.0, 8903.0, 8835.0, 8917.0, 8835.0, 8902.0, 8853.0, 8877.0, 8898.0, 8849.0, 8865.0, 8836.0, 8873.0, 8845.0, 8880.0, 8849.0, 8909.0, 8842.0, 8908.0, 8845.0, 8917.0, 8855.0, 8879.0, 8844.0, 8855.0, 8860.0, 8857.0, 8896.0, 8840.0, 8905.0, 8825.0, 8903.0, 8858.0, 8916.0, 8879.0, 8901.0, 8865.0, 8872.0, 8864.0, 8846.0, 8853.0, 8832.0, 8876.0, 8819.0, 8887.0, 8822.0, 8900.0, 8848.0, 8914.0, 8853.0, 8880.0, 8840.0, 8843.0, 8856.0, 8838.0, 8903.0, 8838.0, 8905.0, 8845.0, 8891.0, 8881.0, 8853.0, 8851.0, 8850.0, 8880.0, 8858.0, 8883.0, 8869.0, 8851.0, 8870.0, 8875.0, 8882.0, 8875.0, 8871.0, 8931.0, 8866.0, 8875.0, 8920.0, 8884.0, 8930.0, 8905.0, 8847.0, 8884.0, 8867.0, 8917.0, 8904.0, 8891.0, 8954.0, 8903.0, 8899.0, 8915.0, 8885.0, 8947.0, 8906.0, 8923.0, 8894.0, 8868.0, 8869.0, 8849.0, 8833.0, 8853.0, 8841.0, 8819.0, 8829.0, 8772.0, 8794.0, 8786.0, 8796.0, 8807.0, 8842.0, 8810.0, 8863.0, 8843.0, 8835.0, 8827.0, 8833.0, 8841.0, 8819.0, 8839.0, 8811.0, 8855.0, 8837.0, 8878.0, 8841.0, 8853.0, 8854.0, 8841.0, 8884.0, 8846.0, 8907.0, 8864.0, 8838.0, 8887.0, 8859.0, 8858.0, 8864.0, 8854.0, 8866.0, 8867.0, 8879.0, 8888.0, 8888.0, 8866.0, 8877.0, 8812.0, 8872.0, 8781.0, 8881.0, 8799.0, 8878.0, 8836.0, 8875.0, 8844.0, 8863.0, 8841.0, 8809.0, 8815.0, 8741.0, 8801.0, 8750.0, 8816.0, 8769.0, 8762.0, 8771.0, 8752.0, 8776.0, 8742.0, 8774.0, 8755.0, 8773.0, 8756.0, 8768.0, 8762.0, 8804.0, 8792.0, 8772.0, 8781.0, 8766.0, 8787.0, 8778.0, 8816.0, 8808.0, 8851.0, 8817.0, 8878.0, 8839.0, 8793.0, 8834.0, 8814.0, 8867.0, 8832.0, 8864.0, 8836.0, 8821.0, 8942.0, 8885.0, 8877.0, 8873.0, 8857.0, 8936.0, 8869.0, 8920.0, 8897.0, 8890.0, 8904.0, 8847.0, 8910.0, 8852.0, 8856.0, 8831.0, 8788.0, 8835.0, 8822.0, 8846.0, 8826.0, 8839.0, 8828.0, 8810.0, 8830.0, 8811.0, 8871.0, 8814.0, 8890.0, 8825.0, 8850.0, 8812.0, 8794.0, 8825.0, 8811.0, 8854.0, 8811.0, 8892.0, 8814.0, 8890.0, 8838.0, 8872.0, 8816.0, 8800.0, 8804.0, 8792.0, 8857.0, 8822.0, 8919.0, 8841.0, 8914.0, 8867.0, 8902.0, 8858.0, 8827.0, 8847.0, 8812.0, 8864.0, 8815.0, 8909.0, 8849.0, 8855.0, 8825.0, 8811.0, 8839.0, 8813.0, 8878.0, 8834.0, 8897.0, 8868.0, 8842.0, 8839.0, 8840.0, 8915.0, 8840.0, 8841.0, 8843.0, 8856.0, 8855.0, 8856.0, 8817.0, 8853.0, 8829.0, 8908.0, 8842.0, 8907.0, 8884.0, 8907.0, 8881.0, 8869.0, 8865.0, 8838.0, 8848.0, 8849.0, 8903.0, 8862.0, 8878.0, 8861.0, 8854.0, 8864.0, 8867.0, 8900.0, 8891.0, 8928.0, 8890.0, 8931.0, 8897.0, 8907.0, 8882.0, 8875.0, 8888.0, 8863.0, 8889.0, 8864.0, 8921.0, 8862.0, 8944.0, 8865.0, 8896.0, 8886.0, 8852.0, 8879.0, 8843.0, 8903.0, 8839.0, 8918.0, 8885.0, 8901.0, 8894.0, 8870.0, 8863.0, 8844.0, 8880.0, 8872.0, 8948.0, 8871.0, 8922.0, 8870.0, 8823.0, 8849.0, 8842.0, 8893.0, 8844.0, 8909.0, 8874.0, 8911.0, 8886.0, 8864.0, 8899.0, 8839.0, 8886.0, 8796.0, 8876.0, 8838.0, 8872.0, 8848.0, 8867.0, 8838.0, 8876.0, 8856.0, 8853.0, 8848.0, 8814.0, 8820.0, 8815.0, 8874.0, 8833.0, 8879.0, 8836.0, 8841.0, 8871.0, 8845.0, 8928.0, 8861.0, 8864.0, 8854.0, 8853.0, 8880.0, 8863.0, 8902.0, 8827.0, 8894.0, 8815.0, 8883.0, 8816.0, 8868.0, 8833.0, 8852.0, 8836.0, 8845.0, 8848.0, 8818.0, 8836.0, 8823.0, 8878.0, 8847.0, 8893.0, 8852.0, 8915.0, 8904.0, 8842.0, 8907.0, 8858.0, 8835.0, 8863.0, 8849.0, 8876.0, 8868.0, 8858.0, 8841.0, 8852.0, 8894.0, 8860.0, 8903.0, 8830.0, 8870.0, 8790.0, 8845.0, 8787.0, 8823.0, 8798.0, 8820.0, 8781.0, 8799.0, 8798.0, 8785.0, 8746.0, 8773.0, 8776.0, 8736.0, 8790.0, 8761.0, 8787.0, 8787.0, 8745.0, 8809.0, 8758.0, 8821.0, 8773.0, 8837.0, 8789.0, 8824.0, 8792.0, 8819.0, 8809.0, 8765.0, 8791.0, 8766.0, 8792.0, 8782.0, 8822.0, 8792.0, 8812.0, 8808.0, 8822.0, 8828.0, 8828.0, 8855.0, 8814.0, 8852.0, 8812.0, 8859.0, 8811.0, 8872.0, 8841.0, 8848.0, 8854.0, 8795.0, 8837.0, 8812.0, 8863.0, 8834.0, 8865.0, 8838.0, 8812.0, 8852.0, 8811.0, 8876.0, 8815.0, 8879.0, 8857.0, 8842.0, 8896.0, 8846.0, 8921.0, 8840.0, 8857.0, 8846.0, 8858.0, 8910.0, 8855.0, 8916.0, 8847.0, 8859.0, 8864.0, 8851.0, 8904.0, 8849.0, 8911.0, 8876.0, 8872.0, 8873.0, 8826.0, 8881.0, 8852.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.005530229357798165</td></tr>
<tr><td colspan=3>aqi</td><td>0.08338759162844037</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.40544105205509</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1296562791504003</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0181594281400688</td></tr>
<tr><td colspan=3>efc</td><td>0.4559</td></tr>
<tr><td colspan=3>fber</td><td>6999.0615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18128624779175534</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>195</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.362385321100916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6956385607223923</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5169675763544532</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.918625930414535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.651322175398188</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101516</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020930901169776917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031175756826996803</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.017345042615905</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>23.7832</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.7147</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.6464</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3463</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.6241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3248.3121</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.7741</td></tr>
<tr><td colspan=3>tsnr</td><td>23.774037478957325</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>