ds005256-mriqc/sub-0100_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== 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-0100 --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-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +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-0100_ses-03_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-0100_ses-03_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-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_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-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_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-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_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-0100/ses-03/func/sub-0100_ses-03_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>d02e99f046a1afdfcf0f035963705874</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:33:45.112500</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.998857, 0.0099587, 0.0467509, -0.000522931, 0.980274, -0.197642]</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.116302</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7755, -7222, 72, -151, -77, 69, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7864d31d-fd4d-48f4-a03f-f0d898436e65||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.6798601150512695, -0.0014029855374246836, 0.1290517896413803, 109.62295532226562], [-0.026718467473983765, 2.6300039291381836, -0.5329564809799194, -74.9377212524414], [0.12542924284934998, 0.530258059501648, 2.6437289714813232, -102.9595718383789], [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': ['093345.112500', '093345.572500', '093346.032500', '093346.492500', '093346.952500', '093347.412500', '093347.872500', '093348.332500', '093348.792500', '093349.252500', '093349.712500', '093350.172500', '093350.632500', '093351.092500', '093351.552500', '093352.012500', '093352.472500', '093352.932500', '093353.392500', '093353.852500', '093354.312500', '093354.772500', '093355.232500', '093355.692500', '093356.152500', '093356.612500', '093357.072500', '093357.532500', '093357.992500', '093358.452500', '093358.912500', '093359.372500', '093359.832500', '093400.292500', '093400.752500', '093401.212500', '093401.672500', '093402.132500', '093402.592500', '093403.052500', '093403.512500', '093403.972500', '093404.432500', '093404.892500', '093405.352500', '093405.812500', '093406.272500', '093406.732500', '093407.192500', '093407.652500', '093408.112500', '093408.572500', '093409.032500', '093409.492500', '093409.952500', '093410.412500', '093410.872500', '093411.332500', '093411.792500', '093412.252500', '093412.712500', '093413.172500', '093413.632500', '093414.092500', '093414.552500', '093415.012500', '093415.472500', '093415.932500', '093416.392500', '093416.852500', '093417.312500', '093417.772500', '093418.232500', '093418.692500', '093419.152500', '093419.612500', '093420.072500', '093420.532500', '093420.992500', '093421.452500', '093421.912500', '093422.372500', '093422.832500', '093423.292500', '093423.752500', '093424.212500', '093424.672500', '093425.132500', '093425.592500', '093426.052500', '093426.512500', '093426.972500', '093427.432500', '093427.892500', '093428.352500', '093428.812500', '093429.272500', '093429.732500', '093430.192500', '093430.652500', '093431.112500', '093431.572500', '093432.032500', '093432.492500', '093432.952500', '093433.412500', '093433.872500', '093434.332500', '093434.792500', '093435.252500', '093435.712500', '093436.172500', '093436.632500', '093437.092500', '093437.552500', '093438.012500', '093438.472500', '093438.932500', '093439.392500', '093439.852500', '093440.312500', '093440.772500', '093441.232500', '093441.692500', '093442.152500', '093442.612500', '093443.072500', '093443.532500', '093443.992500', '093444.452500', '093444.912500', '093445.372500', '093445.832500', '093446.292500', '093446.752500', '093447.212500', '093447.672500', '093448.132500', '093448.592500', '093449.052500', '093449.512500', '093449.972500', '093450.432500', '093450.892500', '093451.352500', '093451.812500', '093452.272500', '093452.732500', '093453.192500', '093453.652500', '093454.112500', '093454.572500', '093455.032500', '093455.492500', '093455.952500', '093456.412500', '093456.872500', '093457.332500', '093457.792500', '093458.252500', '093458.712500', '093459.172500', '093459.632500', '093500.092500', '093500.552500', '093501.012500', '093501.472500', '093501.932500', '093502.392500', '093502.852500', '093503.312500', '093503.772500', '093504.232500', '093504.692500', '093505.152500', '093505.612500', '093506.072500', '093506.532500', '093506.992500', '093507.452500', '093507.912500', '093508.372500', '093508.832500', '093509.292500', '093509.752500', '093510.212500', '093510.672500', '093511.132500', '093511.592500', '093512.052500', '093512.512500', '093512.972500', '093513.432500', '093513.892500', '093514.352500', '093514.812500', '093515.272500', '093515.732500', '093516.192500', '093516.652500', '093517.112500', '093517.572500', '093518.032500', '093518.492500', '093518.952500', '093519.412500', '093519.872500', '093520.332500', '093520.792500', '093521.252500', '093521.712500', '093522.172500', '093522.632500', '093523.092500', '093523.552500', '093524.012500', '093524.472500', '093524.932500', '093525.392500', '093525.852500', '093526.312500', '093526.772500', '093527.232500', '093527.692500', '093528.152500', '093528.612500', '093529.072500', '093529.532500', '093529.992500', '093530.452500', '093530.912500', '093531.372500', '093531.832500', '093532.292500', '093532.752500', '093533.212500', '093533.672500', '093534.132500', '093534.592500', '093535.052500', '093535.512500', '093535.972500', '093536.432500', '093536.892500', '093537.352500', '093537.812500', '093538.272500', '093538.732500', '093539.192500', '093539.652500', '093540.112500', '093540.572500', '093541.032500', '093541.492500', '093541.952500', '093542.412500', '093542.872500', '093543.332500', '093543.792500', '093544.252500', '093544.712500', '093545.172500', '093545.632500', '093546.092500', '093546.552500', '093547.012500', '093547.472500', '093547.932500', '093548.392500', '093548.852500', '093549.312500', '093549.772500', '093550.232500', '093550.692500', '093551.152500', '093551.612500', '093552.072500', '093552.532500', '093552.992500', '093553.452500', '093553.912500', '093554.372500', '093554.832500', '093555.292500', '093555.752500', '093556.212500', '093556.672500', '093557.132500', '093557.592500', '093558.052500', '093558.512500', '093558.972500', '093559.432500', '093559.892500', '093600.352500', '093600.812500', '093601.272500', '093601.732500', '093602.192500', '093602.652500', '093603.112500', '093603.572500', '093604.032500', '093604.492500', '093604.952500', '093605.412500', '093605.872500', '093606.332500', '093606.792500', '093607.252500', '093607.712500', '093608.172500', '093608.632500', '093609.092500', '093609.552500', '093610.012500', '093610.472500', '093610.932500', '093611.392500', '093611.852500', '093612.312500', '093612.772500', '093613.232500', '093613.692500', '093614.152500', '093614.612500', '093615.072500', '093615.532500', '093615.992500', '093616.452500', '093616.912500', '093617.372500', '093617.832500', '093618.292500', '093618.752500', '093619.212500', '093619.672500', '093620.132500', '093620.592500', '093621.052500', '093621.512500', '093621.972500', '093622.432500', '093622.892500', '093623.352500', '093623.812500', '093624.272500', '093624.732500', '093625.192500', '093625.652500', '093626.112500', '093626.572500', '093627.032500', '093627.492500', '093627.952500', '093628.412500', '093628.872500', '093629.332500', '093629.792500', '093630.252500', '093630.712500', '093631.172500', '093631.632500', '093632.092500', '093632.552500', '093633.012500', '093633.472500', '093633.932500', '093634.392500', '093634.852500', '093635.312500', '093635.772500', '093636.232500', '093636.692500', '093637.152500', '093637.612500', '093638.072500', '093638.532500', '093638.992500', '093639.452500', '093639.912500', '093640.372500', '093640.832500', '093641.292500', '093641.752500', '093642.212500', '093642.672500', '093643.132500', '093643.592500', '093644.052500', '093644.512500', '093644.972500', '093645.432500', '093645.892500', '093646.352500', '093646.812500', '093647.272500', '093647.732500', '093648.192500', '093648.652500', '093649.112500', '093649.572500', '093650.032500', '093650.492500', '093650.952500', '093651.412500', '093651.872500', '093652.332500', '093652.792500', '093653.252500', '093653.712500', '093654.172500', '093654.632500', '093655.092500', '093655.552500', '093656.012500', '093656.472500', '093656.932500', '093657.392500', '093657.852500', '093658.312500', '093658.772500', '093659.232500', '093659.692500', '093700.152500', '093700.612500', '093701.072500', '093701.532500', '093701.992500', '093702.452500', '093702.912500', '093703.372500', '093703.832500', '093704.292500', '093704.752500', '093705.212500', '093705.672500', '093706.132500', '093706.592500', '093707.052500', '093707.512500', '093707.972500', '093708.432500', '093708.892500', '093709.352500', '093709.812500', '093710.272500', '093710.732500', '093711.192500', '093711.652500', '093712.112500', '093712.572500', '093713.032500', '093713.492500', '093713.952500', '093714.412500', '093714.872500', '093715.332500', '093715.792500', '093716.252500', '093716.712500', '093717.172500', '093717.632500', '093718.092500', '093718.552500', '093719.012500', '093719.472500', '093719.932500', '093720.392500', '093720.852500', '093721.312500', '093721.772500', '093722.232500', '093722.692500', '093723.152500', '093723.612500', '093724.072500', '093724.532500', '093724.992500', '093725.452500', '093725.912500', '093726.372500', '093726.832500', '093727.292500', '093727.752500', '093728.212500', '093728.672500', '093729.132500', '093729.592500', '093730.052500', '093730.512500', '093730.972500', '093731.432500', '093731.892500', '093732.352500', '093732.812500', '093733.272500', '093733.732500', '093734.192500', '093734.652500', '093735.112500', '093735.572500', '093736.032500', '093736.492500', '093736.952500', '093737.412500', '093737.872500', '093738.332500', '093738.792500', '093739.252500', '093739.712500', '093740.172500', '093740.632500', '093741.092500', '093741.552500', '093742.012500', '093742.472500', '093742.932500', '093743.392500', '093743.852500', '093744.312500', '093744.772500', '093745.232500', '093745.692500', '093746.152500', '093746.612500', '093747.072500', '093747.532500', '093747.992500', '093748.452500', '093748.912500', '093749.372500', '093749.832500', '093750.292500', '093750.752500', '093751.212500', '093751.672500', '093752.132500', '093752.592500', '093753.052500', '093753.512500', '093753.972500', '093754.432500', '093754.892500', '093755.352500', '093755.812500', '093756.272500', '093756.732500', '093757.192500', '093757.652500', '093758.112500', '093758.572500', '093759.032500', '093759.492500', '093759.952500', '093800.412500', '093800.872500', '093801.332500', '093801.792500', '093802.252500', '093802.712500', '093803.172500', '093803.632500', '093804.092500', '093804.552500', '093805.012500', '093805.472500', '093805.932500', '093806.392500', '093806.852500', '093807.312500', '093807.772500', '093808.232500', '093808.692500', '093809.152500', '093809.612500', '093810.072500', '093810.532500', '093810.992500', '093811.452500', '093811.912500', '093812.372500', '093812.832500', '093813.292500', '093813.752500', '093814.212500', '093814.672500', '093815.132500', '093815.592500', '093816.052500', '093816.512500', '093816.972500', '093817.432500', '093817.892500', '093818.352500', '093818.812500', '093819.272500', '093819.732500', '093820.192500', '093820.652500', '093821.112500', '093821.572500', '093822.032500', '093822.492500', '093822.952500', '093823.412500', '093823.872500', '093824.332500', '093824.792500', '093825.252500', '093825.712500', '093826.172500', '093826.632500', '093827.092500', '093827.552500', '093828.012500', '093828.472500', '093828.932500', '093829.392500', '093829.852500', '093830.312500', '093830.772500', '093831.232500', '093831.692500', '093832.152500', '093832.612500', '093833.072500', '093833.532500', '093833.992500', '093834.452500', '093834.912500', '093835.372500', '093835.832500', '093836.292500', '093836.752500', '093837.212500', '093837.672500', '093838.132500', '093838.592500', '093839.052500', '093839.512500', '093839.972500', '093840.432500', '093840.892500', '093841.352500', '093841.812500', '093842.272500', '093842.732500', '093843.192500', '093843.652500', '093844.112500', '093844.572500', '093845.032500', '093845.492500', '093845.952500', '093846.412500', '093846.872500', '093847.332500', '093847.792500', '093848.252500', '093848.712500', '093849.172500', '093849.632500', '093850.092500', '093850.552500', '093851.012500', '093851.472500', '093851.932500', '093852.392500', '093852.852500', '093853.312500', '093853.772500', '093854.232500', '093854.692500', '093855.152500', '093855.612500', '093856.072500', '093856.532500', '093856.992500', '093857.452500', '093857.912500', '093858.372500', '093858.832500', '093859.292500', '093859.752500', '093900.212500', '093900.672500', '093901.132500', '093901.592500', '093902.052500', '093902.512500', '093902.972500', '093903.432500', '093903.892500', '093904.352500', '093904.812500', '093905.272500', '093905.732500', '093906.192500', '093906.652500', '093907.112500', '093907.572500', '093908.032500', '093908.492500', '093908.952500', '093909.412500', '093909.872500', '093910.332500', '093910.792500', '093911.252500', '093911.712500', '093912.172500', '093912.632500', '093913.092500', '093913.552500', '093914.012500', '093914.472500', '093914.932500', '093915.392500', '093915.852500', '093916.312500', '093916.772500', '093917.232500', '093917.692500', '093918.152500', '093918.612500', '093919.072500', '093919.532500', '093919.992500', '093920.452500', '093920.912500', '093921.372500', '093921.832500', '093922.292500', '093922.752500', '093923.212500', '093923.672500', '093924.132500', '093924.592500', '093925.052500', '093925.512500', '093925.972500', '093926.432500', '093926.892500', '093927.352500', '093927.812500', '093928.272500', '093928.732500', '093929.192500', '093929.652500', '093930.112500', '093930.572500', '093931.032500', '093931.492500', '093931.952500', '093932.412500', '093932.872500', '093933.332500', '093933.792500', '093934.252500', '093934.712500', '093935.172500', '093935.632500', '093936.092500', '093936.552500', '093937.012500', '093937.472500', '093937.932500', '093938.392500', '093938.852500', '093939.312500', '093939.772500', '093940.232500', '093940.692500', '093941.152500', '093941.612500', '093942.072500', '093942.532500', '093942.992500', '093943.452500', '093943.912500', '093944.372500', '093944.832500', '093945.292500', '093945.752500', '093946.212500', '093946.672500', '093947.132500', '093947.592500', '093948.052500', '093948.512500', '093948.972500', '093949.432500', '093949.892500', '093950.352500', '093950.812500', '093951.272500', '093951.732500', '093952.192500', '093952.652500', '093953.112500', '093953.572500', '093954.032500', '093954.492500', '093954.952500', '093955.412500', '093955.872500', '093956.332500', '093956.792500', '093957.252500', '093957.712500', '093958.172500', '093958.632500', '093959.092500', '093959.552500', '094000.012500', '094000.472500', '094000.932500', '094001.392500', '094001.852500', '094002.312500', '094002.772500', '094003.232500', '094003.692500', '094004.152500', '094004.612500', '094005.072500', '094005.532500', '094005.992500', '094006.452500', '094006.912500', '094007.372500', '094007.832500', '094008.292500', '094008.752500', '094009.212500', '094009.672500', '094010.132500', '094010.592500', '094011.052500', '094011.512500', '094011.972500', '094012.432500', '094012.892500', '094013.352500', '094013.812500', '094014.272500', '094014.732500', '094015.192500', '094015.652500', '094016.112500', '094016.572500', '094017.032500', '094017.492500', '094017.952500', '094018.412500', '094018.872500', '094019.332500', '094019.792500', '094020.252500', '094020.712500', '094021.172500', '094021.632500', '094022.092500', '094022.552500', '094023.012500', '094023.472500', '094023.932500', '094024.392500', '094024.852500', '094025.312500', '094025.772500'], 'ContentTime': ['093357.724000', '093357.727000', '093357.730000', '093357.732000', '093357.735000', '093357.744000', '093357.746000', '093357.749000', '093357.752000', '093357.758000', '093357.761000', '093357.763000', '093357.766000', '093357.769000', '093357.771000', '093357.774000', '093357.776000', '093357.779000', '093357.782000', '093357.784000', '093357.787000', '093357.790000', '093357.792000', '093357.795000', '093357.798000', '093417.679000', '093417.682000', '093417.685000', '093417.688000', '093417.690000', '093417.693000', '093417.695000', '093417.698000', '093417.701000', '093417.703000', '093417.706000', '093417.708000', '093417.711000', '093417.721000', '093417.724000', '093417.727000', '093417.729000', '093417.732000', '093417.734000', '093417.737000', '093417.740000', '093417.742000', '093417.745000', '093417.747000', '093417.750000', '093417.753000', '093417.755000', '093417.758000', '093417.761000', '093417.763000', '093417.766000', '093417.774000', '093417.777000', '093417.779000', '093417.782000', '093417.785000', '093417.787000', '093417.790000', '093417.792000', '093417.795000', '093417.797000', '093417.800000', '093417.803000', '093417.805000', '093437.679000', '093437.683000', '093437.685000', '093437.688000', '093437.690000', '093437.693000', '093437.696000', '093437.698000', '093437.701000', '093437.704000', '093437.706000', '093437.709000', '093437.711000', '093437.714000', '093437.717000', '093437.719000', '093437.722000', '093437.725000', '093437.727000', '093437.730000', '093437.732000', '093437.735000', '093437.738000', '093437.740000', '093437.743000', '093437.745000', '093437.748000', '093437.751000', '093437.753000', '093437.756000', '093437.759000', '093437.761000', '093437.764000', '093437.766000', '093437.769000', '093437.772000', '093437.774000', '093437.777000', '093437.779000', '093437.782000', '093437.785000', '093437.787000', '093437.790000', '093457.680000', '093457.682000', '093457.685000', '093457.688000', '093457.691000', '093457.693000', '093457.696000', '093457.699000', '093457.701000', '093457.704000', '093457.707000', '093457.709000', '093457.712000', '093457.714000', '093457.717000', '093457.720000', '093457.722000', '093457.725000', '093457.728000', '093457.730000', '093457.733000', '093457.735000', '093457.738000', '093457.741000', '093457.743000', '093457.746000', '093457.748000', '093457.751000', '093457.754000', '093457.756000', '093457.759000', '093457.761000', '093457.764000', '093457.766000', '093457.769000', '093457.772000', '093457.774000', '093457.777000', '093457.780000', '093457.782000', '093457.785000', '093457.787000', '093457.790000', '093457.816000', '093517.680000', '093517.682000', '093517.685000', '093517.688000', '093517.691000', '093517.693000', '093517.696000', '093517.699000', '093517.701000', '093517.704000', '093517.706000', '093517.709000', '093517.712000', '093517.741000', '093517.743000', '093517.746000', '093517.749000', '093517.751000', '093517.754000', '093517.756000', '093517.759000', '093517.762000', '093517.764000', '093517.767000', '093517.770000', '093517.772000', '093517.775000', '093517.777000', '093517.780000', '093517.783000', '093517.786000', '093517.788000', '093517.791000', '093517.794000', '093517.796000', '093517.799000', '093517.801000', '093517.804000', '093517.806000', '093517.810000', '093517.813000', '093517.816000', '093517.820000', '093537.678000', '093537.681000', '093537.684000', '093537.687000', '093537.689000', '093537.692000', '093537.695000', '093537.697000', '093537.700000', '093537.703000', '093537.705000', '093537.708000', '093537.710000', '093537.713000', '093537.716000', '093537.718000', '093537.721000', '093537.724000', '093537.726000', '093537.729000', '093537.731000', '093537.734000', '093537.737000', '093537.739000', '093537.742000', '093537.745000', '093537.747000', '093537.750000', '093537.753000', '093537.755000', '093537.758000', '093537.760000', '093537.763000', '093537.766000', '093537.768000', '093537.771000', '093537.774000', '093537.776000', '093537.779000', '093537.782000', '093537.784000', '093537.787000', '093537.790000', '093537.792000', '093557.678000', '093557.681000', '093557.684000', '093557.687000', '093557.689000', '093557.692000', '093557.695000', '093557.697000', '093557.700000', '093557.703000', '093557.705000', '093557.708000', '093557.711000', '093557.713000', '093557.716000', '093557.719000', '093557.721000', '093557.724000', '093557.726000', '093557.729000', '093557.732000', '093557.734000', '093557.737000', '093557.740000', '093557.742000', '093557.745000', '093557.747000', '093557.750000', '093557.753000', '093557.755000', '093557.758000', '093557.761000', '093557.763000', '093557.766000', '093557.769000', '093557.771000', '093557.774000', '093557.777000', '093557.779000', '093557.782000', '093557.785000', '093557.787000', '093557.790000', '093617.679000', '093617.682000', '093617.685000', '093617.688000', '093617.691000', '093617.693000', '093617.696000', '093617.698000', '093617.701000', '093617.704000', '093617.706000', '093617.709000', '093617.712000', '093617.714000', '093617.717000', '093617.720000', '093617.723000', '093617.725000', '093617.728000', '093617.730000', '093617.733000', '093617.736000', '093617.738000', '093617.741000', '093617.744000', '093617.746000', '093617.749000', '093617.751000', '093617.754000', '093617.757000', '093617.759000', '093617.762000', '093617.765000', '093617.767000', '093617.770000', '093617.772000', '093617.775000', '093617.778000', '093617.780000', '093617.783000', '093617.786000', '093617.788000', '093617.791000', '093637.679000', '093637.682000', '093637.685000', '093637.688000', '093637.690000', '093637.693000', '093637.696000', '093637.698000', '093637.701000', '093637.703000', '093637.706000', '093637.709000', '093637.711000', '093637.714000', '093637.717000', '093637.719000', '093637.722000', '093637.725000', '093637.727000', '093637.730000', '093637.733000', '093637.735000', '093637.738000', '093637.740000', '093637.743000', '093637.746000', '093637.748000', '093637.751000', '093637.754000', '093637.756000', '093637.759000', '093637.761000', '093637.764000', '093637.767000', '093637.769000', '093637.772000', '093637.775000', '093637.777000', '093637.780000', '093637.796000', '093637.799000', '093637.801000', '093637.804000', '093637.807000', '093657.679000', '093657.682000', '093657.685000', '093657.688000', '093657.690000', '093657.693000', '093657.696000', '093657.698000', '093657.701000', '093657.704000', '093657.706000', '093657.709000', '093657.712000', '093657.714000', '093657.717000', '093657.720000', '093657.722000', '093657.725000', '093657.727000', '093657.730000', '093657.733000', '093657.735000', '093657.738000', '093657.741000', '093657.743000', '093657.746000', '093657.749000', '093657.751000', '093657.754000', '093657.757000', '093657.759000', '093657.762000', '093657.765000', '093657.767000', '093657.770000', '093657.773000', '093657.775000', '093657.778000', '093657.781000', '093657.783000', '093657.786000', '093657.789000', '093657.791000', '093717.680000', '093717.683000', '093717.685000', '093717.688000', '093717.691000', '093717.693000', '093717.696000', '093717.699000', '093717.701000', '093717.704000', '093717.707000', '093717.709000', '093717.712000', '093717.715000', '093717.717000', '093717.720000', '093717.723000', '093717.725000', '093717.728000', '093717.731000', '093717.733000', '093717.736000', '093717.739000', '093717.741000', '093717.744000', '093717.747000', '093717.749000', '093717.752000', '093717.755000', '093717.757000', '093717.760000', '093717.763000', '093717.765000', '093717.768000', '093717.771000', '093717.773000', '093717.776000', '093717.779000', '093717.789000', '093717.791000', '093717.794000', '093717.796000', '093717.799000', '093717.802000', '093737.680000', '093737.683000', '093737.685000', '093737.690000', '093737.693000', '093737.695000', '093737.698000', '093737.701000', '093737.703000', '093737.706000', '093737.708000', '093737.711000', '093737.714000', '093737.716000', '093737.719000', '093737.722000', '093737.724000', '093737.727000', '093737.729000', '093737.732000', '093737.735000', '093737.738000', '093737.740000', '093737.743000', '093737.745000', '093737.748000', '093737.751000', '093737.753000', '093737.756000', '093737.759000', '093737.761000', '093737.764000', '093737.767000', '093737.770000', '093737.772000', '093737.775000', '093737.777000', '093737.780000', '093737.783000', '093737.785000', '093737.788000', '093737.791000', '093737.793000', '093757.679000', '093757.682000', '093757.684000', '093757.695000', '093757.698000', '093757.701000', '093757.703000', '093757.706000', '093757.709000', '093757.712000', '093757.714000', '093757.717000', '093757.719000', '093757.722000', '093757.725000', '093757.727000', '093757.735000', '093757.738000', '093757.741000', '093757.743000', '093757.746000', '093757.749000', '093757.751000', '093757.754000', '093757.757000', '093757.759000', '093757.762000', '093757.764000', '093757.767000', '093757.770000', '093757.772000', '093757.775000', '093757.778000', '093757.781000', '093757.783000', '093757.786000', '093757.789000', '093757.791000', '093757.794000', '093757.797000', '093757.799000', '093757.802000', '093757.804000', '093757.807000', '093817.678000', '093817.681000', '093817.684000', '093817.687000', '093817.689000', '093817.707000', '093817.710000', '093817.713000', '093817.716000', '093817.718000', '093817.721000', '093817.723000', '093817.726000', '093817.729000', '093817.731000', '093817.734000', '093817.737000', '093817.740000', '093817.742000', '093817.745000', '093817.748000', '093817.750000', '093817.753000', '093817.755000', '093817.758000', '093817.761000', '093817.763000', '093817.766000', '093817.769000', '093817.771000', '093817.774000', '093817.777000', '093817.779000', '093817.782000', '093817.785000', '093817.787000', '093817.790000', '093817.793000', '093817.796000', '093817.798000', '093817.801000', '093817.804000', '093817.806000', '093837.680000', '093837.682000', '093837.685000', '093837.688000', '093837.691000', '093837.693000', '093837.696000', '093837.699000', '093837.701000', '093837.704000', '093837.715000', '093837.718000', '093837.721000', '093837.723000', '093837.726000', '093837.728000', '093837.731000', '093837.734000', '093837.736000', '093837.739000', '093837.742000', '093837.744000', '093837.747000', '093837.750000', '093837.752000', '093837.755000', '093837.757000', '093837.760000', '093837.763000', '093837.766000', '093837.768000', '093837.771000', '093837.774000', '093837.776000', '093837.779000', '093837.782000', '093837.784000', '093837.787000', '093837.790000', '093837.792000', '093837.795000', '093837.798000', '093837.800000', '093837.803000', '093857.680000', '093857.683000', '093857.686000', '093857.688000', '093857.691000', '093857.694000', '093857.696000', '093857.699000', '093857.702000', '093857.704000', '093857.707000', '093857.710000', '093857.712000', '093857.716000', '093857.719000', '093857.721000', '093857.724000', '093857.727000', '093857.729000', '093857.732000', '093857.735000', '093857.737000', '093857.740000', '093857.743000', '093857.745000', '093857.748000', '093857.751000', '093857.753000', '093857.765000', '093857.768000', '093857.770000', '093857.773000', '093857.776000', '093857.779000', '093857.781000', '093857.784000', '093857.786000', '093857.789000', '093857.792000', '093857.795000', '093857.797000', '093857.800000', '093857.803000', '093917.680000', '093917.684000', '093917.687000', '093917.689000', '093917.692000', '093917.695000', '093917.697000', '093917.700000', '093917.703000', '093917.705000', '093917.708000', '093917.711000', '093917.713000', '093917.716000', '093917.719000', '093917.721000', '093917.724000', '093917.726000', '093917.729000', '093917.732000', '093917.734000', '093917.737000', '093917.740000', '093917.742000', '093917.745000', '093917.748000', '093917.750000', '093917.753000', '093917.755000', '093917.766000', '093917.768000', '093917.771000', '093917.773000', '093917.776000', '093917.779000', '093917.781000', '093917.784000', '093917.787000', '093917.789000', '093917.792000', '093917.795000', '093917.797000', '093917.800000', '093917.803000', '093937.680000', '093937.682000', '093937.685000', '093937.688000', '093937.691000', '093937.693000', '093937.696000', '093937.705000', '093937.708000', '093937.711000', '093937.713000', '093937.716000', '093937.719000', '093937.721000', '093937.724000', '093937.727000', '093937.729000', '093937.732000', '093937.735000', '093937.737000', '093937.740000', '093937.742000', '093937.745000', '093937.748000', '093937.751000', '093937.753000', '093937.756000', '093937.758000', '093937.761000', '093937.764000', '093937.802000', '093937.805000', '093937.808000', '093937.810000', '093937.813000', '093937.817000', '093937.820000', '093937.822000', '093937.825000', '093937.828000', '093937.830000', '093937.833000', '093937.836000', '093937.838000', '093957.680000', '093957.682000', '093957.685000', '093957.688000', '093957.691000', '093957.694000', '093957.696000', '093957.699000', '093957.702000', '093957.704000', '093957.707000', '093957.710000', '093957.712000', '093957.715000', '093957.717000', '093957.720000', '093957.723000', '093957.725000', '093957.728000', '093957.730000', '093957.733000', '093957.736000', '093957.738000', '093957.741000', '093957.743000', '093957.746000', '093957.749000', '093957.751000', '093957.754000', '093957.757000', '093957.759000', '093957.762000', '093957.765000', '093957.767000', '093957.770000', '093957.773000', '093957.775000', '093957.778000', '093957.781000', '093957.783000', '093957.786000', '093957.788000', '093957.791000', '094017.679000', '094017.682000', '094017.684000', '094017.696000', '094017.698000', '094017.701000', '094017.703000', '094017.706000', '094017.708000', '094017.711000', '094017.714000', '094017.716000', '094017.719000', '094017.721000', '094017.724000', '094017.727000', '094017.729000', '094017.732000', '094017.734000', '094017.737000', '094017.740000', '094017.742000', '094017.745000', '094017.748000', '094017.750000', '094017.753000', '094017.757000', '094017.760000', '094017.763000', '094017.766000', '094017.769000', '094017.771000', '094017.774000', '094017.777000', '094017.780000', '094017.783000', '094017.785000', '094017.788000', '094017.791000', '094017.793000', '094017.796000', '094017.799000', '094017.801000', '094026.965000', '094026.979000', '094026.982000', '094026.986000', '094026.989000', '094027.019000', '094027.023000', '094027.026000', '094027.029000', '094027.032000', '094027.035000', '094027.038000', '094027.041000', '094027.044000', '094027.047000', '094027.049000', '094027.052000', '094027.066000', '094027.083000', '094027.086000', '094027.089000'], 'InstanceCreationTime': ['093357.724000', '093357.727000', '093357.730000', '093357.732000', '093357.735000', '093357.744000', '093357.746000', '093357.749000', '093357.752000', '093357.758000', '093357.761000', '093357.763000', '093357.766000', '093357.769000', '093357.771000', '093357.774000', '093357.776000', '093357.779000', '093357.782000', '093357.784000', '093357.787000', '093357.790000', '093357.792000', '093357.795000', '093357.798000', '093417.679000', '093417.682000', '093417.685000', '093417.688000', '093417.690000', '093417.693000', '093417.695000', '093417.698000', '093417.701000', '093417.703000', '093417.706000', '093417.708000', '093417.711000', '093417.721000', '093417.724000', '093417.727000', '093417.729000', '093417.732000', '093417.734000', '093417.737000', '093417.740000', '093417.742000', '093417.745000', '093417.747000', '093417.750000', '093417.753000', '093417.755000', '093417.758000', '093417.761000', '093417.763000', '093417.766000', '093417.774000', '093417.777000', '093417.779000', '093417.782000', '093417.785000', '093417.787000', '093417.790000', '093417.792000', '093417.795000', '093417.797000', '093417.800000', '093417.803000', '093417.805000', '093437.679000', '093437.683000', '093437.685000', '093437.688000', '093437.690000', '093437.693000', '093437.696000', '093437.698000', '093437.701000', '093437.704000', '093437.706000', '093437.709000', '093437.711000', '093437.714000', '093437.717000', '093437.719000', '093437.722000', '093437.725000', '093437.727000', '093437.730000', '093437.732000', '093437.735000', '093437.738000', '093437.740000', '093437.743000', '093437.745000', '093437.748000', '093437.751000', '093437.753000', '093437.756000', '093437.759000', '093437.761000', '093437.764000', '093437.766000', '093437.769000', '093437.772000', '093437.774000', '093437.777000', '093437.779000', '093437.782000', '093437.785000', '093437.787000', '093437.790000', '093457.680000', '093457.682000', '093457.685000', '093457.688000', '093457.691000', '093457.693000', '093457.696000', '093457.699000', '093457.701000', '093457.704000', '093457.707000', '093457.709000', '093457.712000', '093457.714000', '093457.717000', '093457.720000', '093457.722000', '093457.725000', '093457.728000', '093457.730000', '093457.733000', '093457.735000', '093457.738000', '093457.741000', '093457.743000', '093457.746000', '093457.748000', '093457.751000', '093457.754000', '093457.756000', '093457.759000', '093457.761000', '093457.764000', '093457.766000', '093457.769000', '093457.772000', '093457.774000', '093457.777000', '093457.780000', '093457.782000', '093457.785000', '093457.787000', '093457.790000', '093457.816000', '093517.680000', '093517.682000', '093517.685000', '093517.688000', '093517.691000', '093517.693000', '093517.696000', '093517.699000', '093517.701000', '093517.704000', '093517.706000', '093517.709000', '093517.712000', '093517.741000', '093517.743000', '093517.746000', '093517.749000', '093517.751000', '093517.754000', '093517.756000', '093517.759000', '093517.762000', '093517.764000', '093517.767000', '093517.770000', '093517.772000', '093517.775000', '093517.777000', '093517.780000', '093517.783000', '093517.786000', '093517.788000', '093517.791000', '093517.794000', '093517.796000', '093517.799000', '093517.801000', '093517.804000', '093517.806000', '093517.810000', '093517.813000', '093517.816000', '093517.820000', '093537.678000', '093537.681000', '093537.684000', '093537.687000', '093537.689000', '093537.692000', '093537.695000', '093537.697000', '093537.700000', '093537.703000', '093537.705000', '093537.708000', '093537.710000', '093537.713000', '093537.716000', '093537.718000', '093537.721000', '093537.724000', '093537.726000', '093537.729000', '093537.731000', '093537.734000', '093537.737000', '093537.739000', '093537.742000', '093537.745000', '093537.747000', '093537.750000', '093537.753000', '093537.755000', '093537.758000', '093537.760000', '093537.763000', '093537.766000', '093537.768000', '093537.771000', '093537.774000', '093537.776000', '093537.779000', '093537.782000', '093537.784000', '093537.787000', '093537.790000', '093537.792000', '093557.678000', '093557.681000', '093557.684000', '093557.687000', '093557.689000', '093557.692000', '093557.695000', '093557.697000', '093557.700000', '093557.703000', '093557.705000', '093557.708000', '093557.711000', '093557.713000', '093557.716000', '093557.719000', '093557.721000', '093557.724000', '093557.726000', '093557.729000', '093557.732000', '093557.734000', '093557.737000', '093557.740000', '093557.742000', '093557.745000', '093557.747000', '093557.750000', '093557.753000', '093557.755000', '093557.758000', '093557.761000', '093557.763000', '093557.766000', '093557.769000', '093557.771000', '093557.774000', '093557.777000', '093557.779000', '093557.782000', '093557.785000', '093557.787000', '093557.790000', '093617.679000', '093617.682000', '093617.685000', '093617.688000', '093617.691000', '093617.693000', '093617.696000', '093617.698000', '093617.701000', '093617.704000', '093617.706000', '093617.709000', '093617.712000', '093617.714000', '093617.717000', '093617.720000', '093617.723000', '093617.725000', '093617.728000', '093617.730000', '093617.733000', '093617.736000', '093617.738000', '093617.741000', '093617.744000', '093617.746000', '093617.749000', '093617.751000', '093617.754000', '093617.757000', '093617.759000', '093617.762000', '093617.765000', '093617.767000', '093617.770000', '093617.772000', '093617.775000', '093617.778000', '093617.780000', '093617.783000', '093617.786000', '093617.788000', '093617.791000', '093637.679000', '093637.682000', '093637.685000', '093637.688000', '093637.690000', '093637.693000', '093637.696000', '093637.698000', '093637.701000', '093637.703000', '093637.706000', '093637.709000', '093637.711000', '093637.714000', '093637.717000', '093637.719000', '093637.722000', '093637.725000', '093637.727000', '093637.730000', '093637.733000', '093637.735000', '093637.738000', '093637.740000', '093637.743000', '093637.746000', '093637.748000', '093637.751000', '093637.754000', '093637.756000', '093637.759000', '093637.761000', '093637.764000', '093637.767000', '093637.769000', '093637.772000', '093637.775000', '093637.777000', '093637.780000', '093637.796000', '093637.799000', '093637.801000', '093637.804000', '093637.807000', '093657.679000', '093657.682000', '093657.685000', '093657.688000', '093657.690000', '093657.693000', '093657.696000', '093657.698000', '093657.701000', '093657.704000', '093657.706000', '093657.709000', '093657.712000', '093657.714000', '093657.717000', '093657.720000', '093657.722000', '093657.725000', '093657.727000', '093657.730000', '093657.733000', '093657.735000', '093657.738000', '093657.741000', '093657.743000', '093657.746000', '093657.749000', '093657.751000', '093657.754000', '093657.757000', '093657.759000', '093657.762000', '093657.765000', '093657.767000', '093657.770000', '093657.773000', '093657.775000', '093657.778000', '093657.781000', '093657.783000', '093657.786000', '093657.789000', '093657.791000', '093717.680000', '093717.683000', '093717.685000', '093717.688000', '093717.691000', '093717.693000', '093717.696000', '093717.699000', '093717.701000', '093717.704000', '093717.707000', '093717.709000', '093717.712000', '093717.715000', '093717.717000', '093717.720000', '093717.723000', '093717.725000', '093717.728000', '093717.731000', '093717.733000', '093717.736000', '093717.739000', '093717.741000', '093717.744000', '093717.747000', '093717.749000', '093717.752000', '093717.755000', '093717.757000', '093717.760000', '093717.763000', '093717.765000', '093717.768000', '093717.771000', '093717.773000', '093717.776000', '093717.779000', '093717.789000', '093717.791000', '093717.794000', '093717.796000', '093717.799000', '093717.802000', '093737.680000', '093737.683000', '093737.685000', '093737.690000', '093737.693000', '093737.695000', '093737.698000', '093737.701000', '093737.703000', '093737.706000', '093737.708000', '093737.711000', '093737.714000', '093737.716000', '093737.719000', '093737.722000', '093737.724000', '093737.727000', '093737.729000', '093737.732000', '093737.735000', '093737.738000', '093737.740000', '093737.743000', '093737.745000', '093737.748000', '093737.751000', '093737.753000', '093737.756000', '093737.759000', '093737.761000', '093737.764000', '093737.767000', '093737.770000', '093737.772000', '093737.775000', '093737.777000', '093737.780000', '093737.783000', '093737.785000', '093737.788000', '093737.791000', '093737.793000', '093757.679000', '093757.682000', '093757.684000', '093757.695000', '093757.698000', '093757.701000', '093757.703000', '093757.706000', '093757.709000', '093757.712000', '093757.714000', '093757.717000', '093757.719000', '093757.722000', '093757.725000', '093757.727000', '093757.735000', '093757.738000', '093757.741000', '093757.743000', '093757.746000', '093757.749000', '093757.751000', '093757.754000', '093757.757000', '093757.759000', '093757.762000', '093757.764000', '093757.767000', '093757.770000', '093757.772000', '093757.775000', '093757.778000', '093757.781000', '093757.783000', '093757.786000', '093757.789000', '093757.791000', '093757.794000', '093757.797000', '093757.799000', '093757.802000', '093757.804000', '093757.807000', '093817.678000', '093817.681000', '093817.684000', '093817.687000', '093817.689000', '093817.707000', '093817.710000', '093817.713000', '093817.716000', '093817.718000', '093817.721000', '093817.723000', '093817.726000', '093817.729000', '093817.731000', '093817.734000', '093817.737000', '093817.740000', '093817.742000', '093817.745000', '093817.748000', '093817.750000', '093817.753000', '093817.755000', '093817.758000', '093817.761000', '093817.763000', '093817.766000', '093817.769000', '093817.771000', '093817.774000', '093817.777000', '093817.779000', '093817.782000', '093817.785000', '093817.787000', '093817.790000', '093817.793000', '093817.796000', '093817.798000', '093817.801000', '093817.804000', '093817.806000', '093837.680000', '093837.682000', '093837.685000', '093837.688000', '093837.691000', '093837.693000', '093837.696000', '093837.699000', '093837.701000', '093837.704000', '093837.715000', '093837.718000', '093837.721000', '093837.723000', '093837.726000', '093837.728000', '093837.731000', '093837.734000', '093837.736000', '093837.739000', '093837.742000', '093837.744000', '093837.747000', '093837.750000', '093837.752000', '093837.755000', '093837.757000', '093837.760000', '093837.763000', '093837.766000', '093837.768000', '093837.771000', '093837.774000', '093837.776000', '093837.779000', '093837.782000', '093837.784000', '093837.787000', '093837.790000', '093837.792000', '093837.795000', '093837.798000', '093837.800000', '093837.803000', '093857.680000', '093857.683000', '093857.686000', '093857.688000', '093857.691000', '093857.694000', '093857.696000', '093857.699000', '093857.702000', '093857.704000', '093857.707000', '093857.710000', '093857.712000', '093857.716000', '093857.719000', '093857.721000', '093857.724000', '093857.727000', '093857.729000', '093857.732000', '093857.735000', '093857.737000', '093857.740000', '093857.743000', '093857.745000', '093857.748000', '093857.751000', '093857.753000', '093857.765000', '093857.768000', '093857.770000', '093857.773000', '093857.776000', '093857.779000', '093857.781000', '093857.784000', '093857.786000', '093857.789000', '093857.792000', '093857.795000', '093857.797000', '093857.800000', '093857.803000', '093917.680000', '093917.684000', '093917.687000', '093917.689000', '093917.692000', '093917.695000', '093917.697000', '093917.700000', '093917.703000', '093917.705000', '093917.708000', '093917.711000', '093917.713000', '093917.716000', '093917.719000', '093917.721000', '093917.724000', '093917.726000', '093917.729000', '093917.732000', '093917.734000', '093917.737000', '093917.740000', '093917.742000', '093917.745000', '093917.748000', '093917.750000', '093917.753000', '093917.755000', '093917.766000', '093917.768000', '093917.771000', '093917.773000', '093917.776000', '093917.779000', '093917.781000', '093917.784000', '093917.787000', '093917.789000', '093917.792000', '093917.795000', '093917.797000', '093917.800000', '093917.803000', '093937.680000', '093937.682000', '093937.685000', '093937.688000', '093937.691000', '093937.693000', '093937.696000', '093937.705000', '093937.708000', '093937.711000', '093937.713000', '093937.716000', '093937.719000', '093937.721000', '093937.724000', '093937.727000', '093937.729000', '093937.732000', '093937.735000', '093937.737000', '093937.740000', '093937.742000', '093937.745000', '093937.748000', '093937.751000', '093937.753000', '093937.756000', '093937.758000', '093937.761000', '093937.764000', '093937.802000', '093937.805000', '093937.808000', '093937.810000', '093937.813000', '093937.817000', '093937.820000', '093937.822000', '093937.825000', '093937.828000', '093937.830000', '093937.833000', '093937.836000', '093937.838000', '093957.680000', '093957.682000', '093957.685000', '093957.688000', '093957.691000', '093957.694000', '093957.696000', '093957.699000', '093957.702000', '093957.704000', '093957.707000', '093957.710000', '093957.712000', '093957.715000', '093957.717000', '093957.720000', '093957.723000', '093957.725000', '093957.728000', '093957.730000', '093957.733000', '093957.736000', '093957.738000', '093957.741000', '093957.743000', '093957.746000', '093957.749000', '093957.751000', '093957.754000', '093957.757000', '093957.759000', '093957.762000', '093957.765000', '093957.767000', '093957.770000', '093957.773000', '093957.775000', '093957.778000', '093957.781000', '093957.783000', '093957.786000', '093957.788000', '093957.791000', '094017.679000', '094017.682000', '094017.684000', '094017.696000', '094017.698000', '094017.701000', '094017.703000', '094017.706000', '094017.708000', '094017.711000', '094017.714000', '094017.716000', '094017.719000', '094017.721000', '094017.724000', '094017.727000', '094017.729000', '094017.732000', '094017.734000', '094017.737000', '094017.740000', '094017.742000', '094017.745000', '094017.748000', '094017.750000', '094017.753000', '094017.757000', '094017.760000', '094017.763000', '094017.766000', '094017.769000', '094017.771000', '094017.774000', '094017.777000', '094017.780000', '094017.783000', '094017.785000', '094017.788000', '094017.791000', '094017.793000', '094017.796000', '094017.799000', '094017.801000', '094026.965000', '094026.979000', '094026.982000', '094026.986000', '094026.989000', '094027.019000', '094027.023000', '094027.026000', '094027.029000', '094027.032000', '094027.035000', '094027.038000', '094027.041000', '094027.044000', '094027.047000', '094027.049000', '094027.052000', '094027.066000', '094027.083000', '094027.086000', '094027.089000'], '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': [8014, 8099, 8198, 7926, 11402, 8205, 10403, 8316, 8545, 8464, 10912, 9227, 8431, 10985, 8451, 11182, 11120, 11916, 8597, 8667, 7920, 8551, 8479, 7900, 9539, 8169, 9231, 8109, 8561, 8186, 7791, 8417, 8513, 8957, 8380, 10816, 8369, 10393, 8662, 8637, 8263, 7971, 9568, 9258, 10501, 8641, 7963, 8047, 8295, 8915, 8426, 8204, 8811, 8569, 9662, 8246, 14681, 8474, 10127, 8243, 8160, 9114, 8516, 10252, 8922, 10504, 8345, 8790, 8419, 8388, 8769, 8657, 9109, 8550, 10117, 8200, 9645, 8370, 9715, 8598, 8255, 8388, 8636, 9155, 7747, 15334, 10825, 9786, 8344, 8149, 7818, 8110, 10102, 8850, 9698, 8477, 9864, 8169, 12211, 8058, 9024, 8266, 8219, 8114, 7987, 9163, 8672, 8820, 8495, 7929, 8140, 8507, 8446, 8669, 8610, 8177, 8510, 8613, 10544, 9631, 8483, 9336, 7911, 12473, 9162, 11492, 8274, 8270, 8727, 9162, 14940, 9025, 10311, 8213, 9732, 7913, 9944, 9511, 7983, 8579, 8064, 8917, 7847, 8264, 7958, 7848, 8590, 7892, 10597, 7905, 9172, 8080, 8936, 8427, 8124, 7889, 7847, 7730, 8116, 8577, 7864, 10019, 8208, 8747, 8127, 8942, 8305, 8876, 9467, 7708, 8706, 8181, 8405, 8276, 8587, 9075, 7612, 9090, 7970, 9363, 8110, 12016, 9020, 8530, 10090, 7802, 14897, 11590, 14241, 8396, 9367, 7598, 12678, 10798, 8004, 8985, 7987, 10713, 8430, 8242, 7858, 7625, 9609, 8003, 13787, 8058, 8881, 7827, 7698, 10462, 7949, 10354, 7935, 9081, 7740, 8327, 7771, 8055, 8432, 8621, 9029, 7858, 9754, 8088, 8829, 8209, 8472, 8150, 8129, 7851, 8722, 8730, 7967, 9845, 7788, 12636, 8116, 9251, 7926, 8573, 9951, 8251, 14249, 8293, 9894, 7674, 8321, 9474, 9863, 12207, 7942, 10865, 8084, 9412, 7701, 11898, 8514, 7667, 9469, 7818, 11073, 8690, 9953, 7631, 9146, 7909, 8469, 15407, 8330, 10403, 8642, 9616, 7851, 11405, 7857, 8487, 7860, 8054, 7282, 8019, 10393, 7757, 8814, 8117, 8780, 7804, 9776, 9118, 7915, 8098, 8359, 9304, 7654, 11460, 8016, 9325, 8312, 8959, 7766, 8165, 7630, 8361, 8155, 7500, 8293, 7704, 10828, 7645, 9312, 8197, 8517, 7807, 8557, 10513, 7816, 8926, 8234, 9402, 7684, 11680, 10123, 7698, 8251, 8861, 9793, 7561, 14649, 8231, 10521, 7794, 9280, 7565, 8908, 9212, 7707, 8583, 8416, 10475, 8707, 9421, 8160, 9988, 8245, 9024, 8141, 7996, 8588, 7582, 8540, 7345, 12596, 7759, 7606, 8212, 8489, 8908, 8834, 10813, 7678, 8535, 8254, 7936, 8620, 8082, 8120, 8245, 8179, 11613, 8514, 10094, 8277, 8720, 8922, 13021, 12493, 8309, 10125, 8072, 12897, 8871, 13121, 8815, 8162, 9925, 8078, 10927, 8912, 8999, 8598, 8012, 9182, 8088, 11690, 8677, 9290, 8393, 8123, 9185, 8163, 9204, 7832, 9858, 7916, 10037, 8859, 8181, 8522, 8205, 9205, 8565, 9349, 8397, 8070, 8551, 8508, 10359, 8601, 10041, 8422, 8640, 8478, 7667, 8995, 8603, 8862, 8795, 8783, 8288, 10467, 8496, 9459, 8983, 8181, 7774, 10454, 8508, 9566, 8366, 8482, 8097, 7709, 7997, 8064, 8196, 8354, 8142, 8404, 10646, 7868, 9351, 8289, 8209, 8226, 8568, 9451, 7975, 9593, 8058, 8580, 8895, 9561, 8289, 8396, 8373, 7559, 8466, 8521, 11433, 9406, 9855, 8401, 8492, 11826, 10862, 11984, 8589, 11692, 8600, 14611, 10550, 9520, 8598, 8182, 10969, 8798, 11045, 8085, 8178, 7871, 7980, 9849, 8885, 8949, 8036, 9881, 8285, 9045, 8078, 8032, 8445, 8506, 9599, 8442, 9580, 8065, 8967, 8618, 9705, 8201, 9472, 8406, 7777, 8632, 8004, 8780, 8443, 9204, 8951, 8449, 8667, 8603, 8560, 7739, 8007, 8727, 8543, 8741, 9271, 8094, 7654, 9031, 8624, 13322, 9984, 11021, 8120, 7630, 8707, 8432, 12733, 8056, 9753, 8158, 8757, 10498, 8344, 9695, 8070, 14089, 9339, 8637, 8918, 8007, 8770, 9589, 10229, 8454, 9273, 8232, 8889, 8021, 9539, 8087, 8766, 8547, 9283, 8334, 8064, 8181, 7844, 8034, 8112, 8498, 8199, 8493, 8383, 7622, 8089, 8324, 8827, 8243, 9480, 8249, 7756, 8487, 8932, 11547, 9089, 10074, 8045, 8105, 11042, 8281, 11182, 8450, 10427, 9595, 9072, 11024, 8516, 10750, 8905, 14013, 9925, 9135, 8833, 8168, 12057, 8906, 10283, 8139, 9143, 8195, 10691, 8368, 7697, 8938, 8381, 8550, 8304, 14292, 8117, 9200, 8160, 7984, 8436, 8430, 10180, 8182, 9240, 8160, 8497, 8032, 8192, 9157, 8575, 9085, 8569, 12387, 9229, 9775, 8319, 8950, 8385, 8078, 7980, 7885, 8333, 7989, 8241, 7614, 10435, 8111, 9009, 8166, 8155, 8255, 8292, 9725, 7887, 8971, 8324, 8395, 8451, 7807, 9128, 8039, 8975, 8250, 8614, 8672, 7622, 9452, 8634, 9195, 7988, 15081, 10405, 10060, 8370, 8137, 10749, 12117, 13859, 8367, 10615, 8289, 11873, 11808, 8078, 9608, 8232, 9338, 7882, 11039, 8511, 8894, 8709, 8113, 10398, 8332, 9614, 8025, 8693, 8182, 8562, 8891, 8600, 9531, 8541, 9230, 8234, 8107, 8710, 8567, 9143, 8274, 13195, 8936, 9222, 8423, 7558, 8154, 8327, 9254, 8487, 9091, 8379, 8636, 8189, 8067, 8652, 8178, 9295, 8490, 12880, 8535, 10305, 8203, 9221, 8231, 7655, 8529, 8548, 8804, 8401, 12776, 8422, 9752, 7996, 8370, 8352, 10920, 14487, 8442, 9987, 8157, 8366, 8352, 7944, 9319, 8436, 9041, 8567, 8534, 8430, 7477, 9146, 8611, 9465, 8605, 12013, 8007, 9498, 8140, 10590, 10851, 8223, 9241, 8291, 10257, 8570, 9807, 8365, 7910, 8462, 8848, 11392, 8026, 9340, 8211, 8460, 8525, 8016, 8992, 8423, 8350, 8673, 9568, 8301, 7687, 8254, 8663, 8316, 8717, 9594, 8232, 7401, 8646, 9000, 10647, 8793, 9016, 8441, 7497, 8397, 9328, 9949, 8701, 8954, 8790, 8780, 8450, 10720, 7963, 8703, 8318, 8603, 8252, 8277, 8723, 8877, 8596, 8859, 8566, 8415, 8171, 8415, 8292, 9009, 8549, 9448, 8471, 8105, 8833, 8776, 9670, 8215, 11468, 7942, 9047, 8989, 8348, 14386, 9543, 10838, 8786, 11396, 9361, 9215, 9470, 7905, 9891, 8680, 11542, 8706, 8783, 8285, 7926, 12638, 8407, 9626], 'WindowCenter': [4410.0, 4401.0, 4396.0, 4379.0, 4418.0, 4364.0, 4379.0, 4348.0, 4360.0, 4359.0, 4390.0, 4359.0, 4347.0, 4376.0, 4347.0, 4387.0, 4387.0, 4372.0, 4331.0, 4330.0, 4346.0, 4343.0, 4343.0, 4348.0, 4366.0, 4346.0, 4356.0, 4360.0, 4358.0, 4359.0, 4338.0, 4348.0, 4344.0, 4357.0, 4346.0, 4387.0, 4346.0, 4364.0, 4357.0, 4345.0, 4346.0, 4348.0, 4366.0, 4355.0, 4374.0, 4346.0, 4335.0, 4347.0, 4373.0, 4370.0, 4362.0, 4348.0, 4356.0, 4347.0, 4368.0, 4346.0, 4417.0, 4335.0, 4353.0, 4347.0, 4346.0, 4354.0, 4357.0, 4364.0, 4343.0, 4363.0, 4348.0, 4345.0, 4348.0, 4334.0, 4344.0, 4357.0, 4356.0, 4359.0, 4365.0, 4335.0, 4354.0, 4348.0, 4366.0, 4358.0, 4334.0, 4333.0, 4347.0, 4356.0, 4322.0, 4414.0, 4363.0, 4351.0, 4331.0, 4321.0, 4335.0, 4345.0, 4377.0, 4358.0, 4356.0, 4334.0, 4365.0, 4347.0, 4385.0, 4335.0, 4331.0, 4321.0, 4332.0, 4346.0, 4334.0, 4356.0, 4345.0, 4342.0, 4345.0, 4347.0, 4346.0, 4358.0, 4359.0, 4359.0, 4346.0, 4360.0, 4358.0, 4358.0, 4390.0, 4370.0, 4346.0, 4355.0, 4350.0, 4396.0, 4370.0, 4387.0, 4336.0, 4334.0, 4346.0, 4355.0, 4416.0, 4343.0, 4349.0, 4318.0, 4352.0, 4333.0, 4364.0, 4354.0, 4333.0, 4331.0, 4347.0, 4355.0, 4346.0, 4333.0, 4335.0, 4321.0, 4345.0, 4333.0, 4363.0, 4323.0, 4330.0, 4333.0, 4341.0, 4343.0, 4320.0, 4321.0, 4320.0, 4334.0, 4346.0, 4343.0, 4332.0, 4351.0, 4333.0, 4330.0, 4332.0, 4353.0, 4343.0, 4354.0, 4368.0, 4338.0, 4358.0, 4347.0, 4347.0, 4345.0, 4345.0, 4369.0, 4337.0, 4357.0, 4348.0, 4367.0, 4347.0, 4399.0, 4358.0, 4344.0, 4365.0, 4336.0, 4417.0, 4387.0, 4393.0, 4321.0, 4341.0, 4322.0, 4394.0, 4363.0, 4319.0, 4329.0, 4334.0, 4360.0, 4345.0, 4330.0, 4319.0, 4334.0, 4352.0, 4334.0, 4392.0, 4321.0, 4329.0, 4333.0, 4322.0, 4362.0, 4322.0, 4350.0, 4320.0, 4327.0, 4333.0, 4331.0, 4322.0, 4321.0, 4332.0, 4331.0, 4352.0, 4331.0, 4351.0, 4332.0, 4328.0, 4343.0, 4343.0, 4332.0, 4346.0, 4346.0, 4358.0, 4347.0, 4348.0, 4377.0, 4334.0, 4396.0, 4336.0, 4343.0, 4333.0, 4344.0, 4352.0, 4332.0, 4417.0, 4346.0, 4364.0, 4323.0, 4357.0, 4365.0, 4377.0, 4397.0, 4336.0, 4376.0, 4334.0, 4354.0, 4333.0, 4385.0, 4343.0, 4320.0, 4352.0, 4334.0, 4373.0, 4358.0, 4364.0, 4337.0, 4354.0, 4346.0, 4343.0, 4416.0, 4334.0, 4352.0, 4330.0, 4341.0, 4331.0, 4359.0, 4321.0, 4329.0, 4319.0, 4318.0, 4322.0, 4330.0, 4364.0, 4323.0, 4342.0, 4332.0, 4344.0, 4335.0, 4363.0, 4356.0, 4334.0, 4335.0, 4331.0, 4353.0, 4322.0, 4373.0, 4333.0, 4342.0, 4321.0, 4341.0, 4333.0, 4332.0, 4335.0, 4332.0, 4333.0, 4322.0, 4346.0, 4334.0, 4373.0, 4336.0, 4353.0, 4344.0, 4343.0, 4347.0, 4354.0, 4388.0, 4349.0, 4357.0, 4347.0, 4366.0, 4335.0, 4384.0, 4379.0, 4335.0, 4335.0, 4344.0, 4365.0, 4335.0, 4406.0, 4334.0, 4362.0, 4324.0, 4352.0, 4334.0, 4352.0, 4355.0, 4324.0, 4332.0, 4333.0, 4352.0, 4344.0, 4355.0, 4345.0, 4352.0, 4333.0, 4329.0, 4322.0, 4335.0, 4346.0, 4337.0, 4356.0, 4325.0, 4394.0, 4335.0, 4321.0, 4333.0, 4344.0, 4354.0, 4355.0, 4387.0, 4363.0, 4359.0, 4359.0, 4348.0, 4347.0, 4337.0, 4348.0, 4361.0, 4359.0, 4404.0, 4360.0, 4366.0, 4348.0, 4359.0, 4357.0, 4411.0, 4399.0, 4335.0, 4353.0, 4338.0, 4396.0, 4345.0, 4397.0, 4343.0, 4319.0, 4340.0, 4336.0, 4362.0, 4358.0, 4342.0, 4331.0, 4321.0, 4357.0, 4335.0, 4386.0, 4334.0, 4330.0, 4335.0, 4334.0, 4356.0, 4333.0, 4330.0, 4325.0, 4364.0, 4334.0, 4365.0, 4344.0, 4320.0, 4330.0, 4347.0, 4353.0, 4346.0, 4357.0, 4334.0, 4322.0, 4347.0, 4357.0, 4364.0, 4361.0, 4366.0, 4335.0, 4332.0, 4349.0, 4336.0, 4359.0, 4346.0, 4347.0, 4346.0, 4359.0, 4360.0, 4378.0, 4346.0, 4355.0, 4345.0, 4347.0, 4337.0, 4376.0, 4345.0, 4340.0, 4334.0, 4345.0, 4348.0, 4334.0, 4346.0, 4333.0, 4333.0, 4345.0, 4345.0, 4345.0, 4375.0, 4362.0, 4368.0, 4360.0, 4347.0, 4359.0, 4356.0, 4366.0, 4348.0, 4382.0, 4350.0, 4346.0, 4371.0, 4369.0, 4359.0, 4361.0, 4350.0, 4339.0, 4363.0, 4371.0, 4415.0, 4373.0, 4368.0, 4361.0, 4360.0, 4402.0, 4392.0, 4389.0, 4346.0, 4400.0, 4358.0, 4420.0, 4378.0, 4343.0, 4346.0, 4345.0, 4378.0, 4346.0, 4362.0, 4322.0, 4347.0, 4336.0, 4336.0, 4368.0, 4344.0, 4331.0, 4337.0, 4366.0, 4346.0, 4346.0, 4335.0, 4321.0, 4333.0, 4358.0, 4355.0, 4349.0, 4355.0, 4335.0, 4332.0, 4359.0, 4367.0, 4348.0, 4356.0, 4336.0, 4323.0, 4347.0, 4348.0, 4357.0, 4348.0, 4355.0, 4345.0, 4358.0, 4358.0, 4358.0, 4372.0, 4338.0, 4337.0, 4373.0, 4360.0, 4360.0, 4384.0, 4352.0, 4339.0, 4372.0, 4372.0, 4409.0, 4395.0, 4378.0, 4337.0, 4338.0, 4359.0, 4349.0, 4399.0, 4336.0, 4355.0, 4351.0, 4358.0, 4380.0, 4336.0, 4355.0, 4351.0, 4408.0, 4359.0, 4333.0, 4343.0, 4336.0, 4345.0, 4367.0, 4354.0, 4333.0, 4342.0, 4346.0, 4355.0, 4335.0, 4352.0, 4322.0, 4329.0, 4345.0, 4353.0, 4344.0, 4333.0, 4348.0, 4336.0, 4333.0, 4349.0, 4357.0, 4347.0, 4357.0, 4362.0, 4350.0, 4337.0, 4361.0, 4358.0, 4348.0, 4382.0, 4361.0, 4337.0, 4361.0, 4371.0, 4403.0, 4373.0, 4368.0, 4352.0, 4350.0, 4402.0, 4361.0, 4378.0, 4350.0, 4389.0, 4381.0, 4359.0, 4376.0, 4346.0, 4389.0, 4358.0, 4408.0, 4355.0, 4342.0, 4357.0, 4346.0, 4398.0, 4357.0, 4352.0, 4322.0, 4355.0, 4346.0, 4376.0, 4335.0, 4311.0, 4331.0, 4346.0, 4345.0, 4333.0, 4404.0, 4335.0, 4341.0, 4331.0, 4335.0, 4345.0, 4345.0, 4380.0, 4348.0, 4354.0, 4347.0, 4360.0, 4348.0, 4350.0, 4359.0, 4347.0, 4357.0, 4361.0, 4399.0, 4370.0, 4354.0, 4334.0, 4332.0, 4348.0, 4335.0, 4335.0, 4333.0, 4334.0, 4334.0, 4357.0, 4335.0, 4363.0, 4335.0, 4342.0, 4334.0, 4333.0, 4344.0, 4345.0, 4380.0, 4352.0, 4357.0, 4360.0, 4358.0, 4347.0, 4349.0, 4371.0, 4349.0, 4356.0, 4361.0, 4358.0, 4371.0, 4351.0, 4369.0, 4348.0, 4371.0, 4348.0, 4432.0, 4380.0, 4355.0, 4335.0, 4349.0, 4377.0, 4401.0, 4397.0, 4334.0, 4364.0, 4347.0, 4385.0, 4388.0, 4322.0, 4341.0, 4332.0, 4355.0, 4335.0, 4364.0, 4333.0, 4341.0, 4346.0, 4333.0, 4366.0, 4333.0, 4340.0, 4336.0, 4345.0, 4344.0, 4357.0, 4344.0, 4333.0, 4354.0, 4358.0, 4355.0, 4349.0, 4335.0, 4345.0, 4345.0, 4367.0, 4346.0, 4395.0, 4357.0, 4353.0, 4333.0, 4322.0, 4348.0, 4346.0, 4370.0, 4360.0, 4357.0, 4361.0, 4360.0, 4361.0, 4338.0, 4347.0, 4334.0, 4369.0, 4347.0, 4399.0, 4347.0, 4354.0, 4349.0, 4355.0, 4350.0, 4325.0, 4343.0, 4358.0, 4358.0, 4346.0, 4410.0, 4350.0, 4355.0, 4336.0, 4347.0, 4346.0, 4375.0, 4421.0, 4335.0, 4351.0, 4337.0, 4345.0, 4344.0, 4350.0, 4358.0, 4335.0, 4344.0, 4372.0, 4358.0, 4362.0, 4327.0, 4356.0, 4360.0, 4370.0, 4360.0, 4388.0, 4336.0, 4356.0, 4350.0, 4377.0, 4390.0, 4335.0, 4343.0, 4348.0, 4377.0, 4359.0, 4354.0, 4333.0, 4336.0, 4345.0, 4356.0, 4387.0, 4334.0, 4353.0, 4348.0, 4345.0, 4357.0, 4338.0, 4346.0, 4335.0, 4347.0, 4358.0, 4366.0, 4360.0, 4324.0, 4333.0, 4358.0, 4348.0, 4358.0, 4369.0, 4348.0, 4326.0, 4360.0, 4371.0, 4391.0, 4361.0, 4346.0, 4335.0, 4338.0, 4360.0, 4370.0, 4367.0, 4346.0, 4345.0, 4359.0, 4358.0, 4349.0, 4376.0, 4334.0, 4332.0, 4349.0, 4345.0, 4348.0, 4347.0, 4345.0, 4357.0, 4359.0, 4369.0, 4360.0, 4363.0, 4361.0, 4347.0, 4361.0, 4370.0, 4360.0, 4382.0, 4363.0, 4339.0, 4358.0, 4374.0, 4369.0, 4363.0, 4402.0, 4339.0, 4357.0, 4373.0, 4350.0, 4424.0, 4369.0, 4365.0, 4359.0, 4388.0, 4358.0, 4345.0, 4354.0, 4335.0, 4366.0, 4346.0, 4374.0, 4334.0, 4347.0, 4346.0, 4334.0, 4399.0, 4334.0, 4341.0], 'WindowWidth': [9791.0, 9757.0, 9742.0, 9703.0, 9747.0, 9665.0, 9675.0, 9632.0, 9653.0, 9649.0, 9687.0, 9643.0, 9624.0, 9660.0, 9630.0, 9683.0, 9678.0, 9650.0, 9592.0, 9590.0, 9627.0, 9618.0, 9617.0, 9630.0, 9649.0, 9622.0, 9637.0, 9652.0, 9646.0, 9646.0, 9618.0, 9628.0, 9617.0, 9642.0, 9624.0, 9682.0, 9623.0, 9641.0, 9640.0, 9621.0, 9625.0, 9630.0, 9650.0, 9633.0, 9658.0, 9625.0, 9607.0, 9628.0, 9675.0, 9667.0, 9657.0, 9627.0, 9634.0, 9626.0, 9657.0, 9626.0, 9719.0, 9607.0, 9624.0, 9627.0, 9624.0, 9633.0, 9640.0, 9643.0, 9612.0, 9639.0, 9633.0, 9622.0, 9630.0, 9603.0, 9616.0, 9640.0, 9640.0, 9647.0, 9646.0, 9604.0, 9631.0, 9633.0, 9652.0, 9642.0, 9602.0, 9599.0, 9627.0, 9642.0, 9587.0, 9713.0, 9641.0, 9620.0, 9593.0, 9582.0, 9611.0, 9623.0, 9667.0, 9640.0, 9633.0, 9601.0, 9648.0, 9627.0, 9674.0, 9606.0, 9591.0, 9578.0, 9597.0, 9624.0, 9605.0, 9638.0, 9618.0, 9611.0, 9621.0, 9630.0, 9625.0, 9642.0, 9645.0, 9645.0, 9622.0, 9649.0, 9646.0, 9642.0, 9688.0, 9663.0, 9622.0, 9632.0, 9637.0, 9693.0, 9663.0, 9677.0, 9607.0, 9602.0, 9626.0, 9635.0, 9720.0, 9614.0, 9612.0, 9571.0, 9626.0, 9604.0, 9645.0, 9631.0, 9599.0, 9593.0, 9630.0, 9638.0, 9626.0, 9600.0, 9605.0, 9580.0, 9621.0, 9603.0, 9641.0, 9586.0, 9590.0, 9600.0, 9611.0, 9615.0, 9575.0, 9579.0, 9577.0, 9602.0, 9624.0, 9616.0, 9597.0, 9621.0, 9598.0, 9588.0, 9597.0, 9628.0, 9614.0, 9631.0, 9656.0, 9615.0, 9641.0, 9624.0, 9627.0, 9621.0, 9620.0, 9659.0, 9613.0, 9639.0, 9629.0, 9656.0, 9629.0, 9699.0, 9640.0, 9614.0, 9646.0, 9613.0, 9722.0, 9678.0, 9679.0, 9579.0, 9610.0, 9586.0, 9686.0, 9642.0, 9576.0, 9588.0, 9606.0, 9635.0, 9621.0, 9591.0, 9576.0, 9606.0, 9629.0, 9606.0, 9677.0, 9580.0, 9586.0, 9604.0, 9588.0, 9639.0, 9584.0, 9616.0, 9576.0, 9582.0, 9605.0, 9595.0, 9585.0, 9580.0, 9597.0, 9593.0, 9626.0, 9597.0, 9621.0, 9595.0, 9584.0, 9616.0, 9616.0, 9598.0, 9622.0, 9622.0, 9641.0, 9625.0, 9631.0, 9668.0, 9606.0, 9686.0, 9606.0, 9610.0, 9598.0, 9618.0, 9624.0, 9600.0, 9719.0, 9620.0, 9642.0, 9588.0, 9642.0, 9651.0, 9667.0, 9693.0, 9609.0, 9660.0, 9603.0, 9634.0, 9602.0, 9670.0, 9611.0, 9576.0, 9624.0, 9607.0, 9655.0, 9641.0, 9642.0, 9612.0, 9628.0, 9625.0, 9616.0, 9715.0, 9600.0, 9621.0, 9587.0, 9605.0, 9594.0, 9627.0, 9578.0, 9586.0, 9573.0, 9574.0, 9585.0, 9594.0, 9645.0, 9587.0, 9610.0, 9597.0, 9619.0, 9609.0, 9641.0, 9635.0, 9601.0, 9605.0, 9593.0, 9627.0, 9585.0, 9653.0, 9599.0, 9608.0, 9579.0, 9608.0, 9602.0, 9596.0, 9604.0, 9595.0, 9598.0, 9583.0, 9623.0, 9607.0, 9654.0, 9608.0, 9626.0, 9616.0, 9614.0, 9630.0, 9633.0, 9684.0, 9632.0, 9639.0, 9623.0, 9653.0, 9608.0, 9672.0, 9671.0, 9606.0, 9604.0, 9615.0, 9649.0, 9608.0, 9703.0, 9602.0, 9635.0, 9589.0, 9623.0, 9607.0, 9626.0, 9632.0, 9589.0, 9595.0, 9600.0, 9622.0, 9615.0, 9632.0, 9618.0, 9622.0, 9597.0, 9586.0, 9581.0, 9603.0, 9620.0, 9614.0, 9638.0, 9594.0, 9683.0, 9604.0, 9580.0, 9599.0, 9619.0, 9632.0, 9633.0, 9680.0, 9658.0, 9643.0, 9644.0, 9627.0, 9626.0, 9610.0, 9629.0, 9655.0, 9648.0, 9713.0, 9644.0, 9646.0, 9626.0, 9647.0, 9640.0, 9718.0, 9697.0, 9604.0, 9625.0, 9614.0, 9692.0, 9621.0, 9691.0, 9611.0, 9572.0, 9603.0, 9612.0, 9640.0, 9642.0, 9610.0, 9592.0, 9578.0, 9640.0, 9606.0, 9676.0, 9601.0, 9590.0, 9605.0, 9606.0, 9638.0, 9601.0, 9590.0, 9593.0, 9647.0, 9607.0, 9648.0, 9615.0, 9577.0, 9589.0, 9629.0, 9629.0, 9624.0, 9637.0, 9603.0, 9582.0, 9628.0, 9641.0, 9645.0, 9651.0, 9648.0, 9604.0, 9598.0, 9633.0, 9613.0, 9646.0, 9622.0, 9624.0, 9620.0, 9648.0, 9649.0, 9669.0, 9621.0, 9630.0, 9619.0, 9628.0, 9615.0, 9662.0, 9617.0, 9603.0, 9601.0, 9619.0, 9632.0, 9604.0, 9623.0, 9600.0, 9597.0, 9621.0, 9621.0, 9622.0, 9659.0, 9653.0, 9654.0, 9647.0, 9625.0, 9647.0, 9637.0, 9650.0, 9629.0, 9680.0, 9633.0, 9621.0, 9663.0, 9660.0, 9648.0, 9651.0, 9636.0, 9616.0, 9659.0, 9665.0, 9730.0, 9670.0, 9655.0, 9651.0, 9652.0, 9709.0, 9691.0, 9683.0, 9620.0, 9704.0, 9643.0, 9731.0, 9666.0, 9610.0, 9622.0, 9622.0, 9669.0, 9623.0, 9636.0, 9584.0, 9628.0, 9611.0, 9611.0, 9658.0, 9617.0, 9594.0, 9614.0, 9653.0, 9626.0, 9624.0, 9604.0, 9581.0, 9602.0, 9645.0, 9636.0, 9633.0, 9634.0, 9604.0, 9596.0, 9648.0, 9655.0, 9631.0, 9635.0, 9608.0, 9586.0, 9625.0, 9633.0, 9641.0, 9628.0, 9631.0, 9619.0, 9646.0, 9646.0, 9643.0, 9668.0, 9616.0, 9612.0, 9672.0, 9652.0, 9650.0, 9688.0, 9641.0, 9616.0, 9667.0, 9668.0, 9715.0, 9705.0, 9669.0, 9609.0, 9617.0, 9646.0, 9634.0, 9698.0, 9608.0, 9632.0, 9640.0, 9644.0, 9674.0, 9607.0, 9632.0, 9640.0, 9713.0, 9645.0, 9599.0, 9611.0, 9613.0, 9622.0, 9653.0, 9628.0, 9597.0, 9610.0, 9626.0, 9636.0, 9607.0, 9624.0, 9583.0, 9587.0, 9622.0, 9631.0, 9619.0, 9603.0, 9629.0, 9609.0, 9601.0, 9634.0, 9643.0, 9627.0, 9640.0, 9656.0, 9636.0, 9613.0, 9651.0, 9647.0, 9631.0, 9681.0, 9650.0, 9613.0, 9652.0, 9666.0, 9713.0, 9669.0, 9653.0, 9641.0, 9636.0, 9710.0, 9652.0, 9667.0, 9635.0, 9688.0, 9679.0, 9644.0, 9662.0, 9624.0, 9689.0, 9643.0, 9711.0, 9632.0, 9609.0, 9639.0, 9625.0, 9697.0, 9639.0, 9624.0, 9582.0, 9635.0, 9625.0, 9666.0, 9607.0, 9567.0, 9593.0, 9628.0, 9624.0, 9603.0, 9699.0, 9605.0, 9607.0, 9594.0, 9611.0, 9624.0, 9621.0, 9676.0, 9628.0, 9629.0, 9624.0, 9650.0, 9632.0, 9634.0, 9644.0, 9623.0, 9640.0, 9653.0, 9703.0, 9662.0, 9630.0, 9600.0, 9595.0, 9632.0, 9609.0, 9608.0, 9600.0, 9601.0, 9603.0, 9642.0, 9609.0, 9641.0, 9607.0, 9610.0, 9601.0, 9602.0, 9619.0, 9620.0, 9675.0, 9639.0, 9637.0, 9649.0, 9645.0, 9626.0, 9633.0, 9666.0, 9632.0, 9635.0, 9652.0, 9646.0, 9666.0, 9637.0, 9658.0, 9625.0, 9667.0, 9632.0, 9749.0, 9673.0, 9630.0, 9605.0, 9633.0, 9668.0, 9705.0, 9692.0, 9601.0, 9644.0, 9627.0, 9674.0, 9685.0, 9583.0, 9606.0, 9597.0, 9635.0, 9607.0, 9643.0, 9599.0, 9608.0, 9625.0, 9603.0, 9652.0, 9598.0, 9604.0, 9611.0, 9622.0, 9619.0, 9639.0, 9618.0, 9599.0, 9631.0, 9646.0, 9637.0, 9633.0, 9605.0, 9618.0, 9621.0, 9655.0, 9625.0, 9689.0, 9642.0, 9625.0, 9598.0, 9585.0, 9632.0, 9627.0, 9664.0, 9646.0, 9638.0, 9651.0, 9651.0, 9652.0, 9614.0, 9623.0, 9603.0, 9660.0, 9625.0, 9700.0, 9626.0, 9629.0, 9635.0, 9635.0, 9634.0, 9591.0, 9614.0, 9645.0, 9645.0, 9626.0, 9716.0, 9633.0, 9630.0, 9609.0, 9629.0, 9626.0, 9661.0, 9733.0, 9605.0, 9620.0, 9613.0, 9622.0, 9618.0, 9636.0, 9641.0, 9606.0, 9615.0, 9670.0, 9644.0, 9655.0, 9599.0, 9634.0, 9648.0, 9663.0, 9648.0, 9682.0, 9609.0, 9635.0, 9637.0, 9667.0, 9688.0, 9606.0, 9613.0, 9631.0, 9668.0, 9647.0, 9630.0, 9599.0, 9612.0, 9622.0, 9639.0, 9681.0, 9602.0, 9628.0, 9632.0, 9624.0, 9644.0, 9615.0, 9621.0, 9604.0, 9629.0, 9645.0, 9651.0, 9649.0, 9590.0, 9599.0, 9644.0, 9631.0, 9645.0, 9659.0, 9627.0, 9594.0, 9647.0, 9665.0, 9694.0, 9651.0, 9620.0, 9605.0, 9618.0, 9650.0, 9661.0, 9652.0, 9619.0, 9618.0, 9648.0, 9646.0, 9632.0, 9660.0, 9602.0, 9594.0, 9632.0, 9622.0, 9629.0, 9625.0, 9616.0, 9639.0, 9648.0, 9659.0, 9649.0, 9659.0, 9650.0, 9626.0, 9652.0, 9665.0, 9649.0, 9681.0, 9658.0, 9616.0, 9639.0, 9674.0, 9661.0, 9659.0, 9705.0, 9616.0, 9636.0, 9673.0, 9635.0, 9741.0, 9655.0, 9646.0, 9647.0, 9682.0, 9643.0, 9618.0, 9628.0, 9607.0, 9652.0, 9624.0, 9658.0, 9601.0, 9629.0, 9626.0, 9606.0, 9700.0, 9603.0, 9605.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.0006933794694348326</td></tr>
<tr><td colspan=3>aqi</td><td>0.03215688996539792</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.50670282397234</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1895841720438787</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916558177367201</td></tr>
<tr><td colspan=3>efc</td><td>0.5334</td></tr>
<tr><td colspan=3>fber</td><td>2814.8306</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.26939400894201093</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>531</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>61.24567474048443</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2928170319367913</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1837941297524726</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.427438487579902</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.267218478477999</td></tr>
<tr><td colspan=3>gcor</td><td>0.00988684</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0104219326749444</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04848306253552437</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.30440026747203</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>19.7801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.8995</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.9028</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286491.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.3738</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.6318</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3533.3736</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.3891</td></tr>
<tr><td colspan=3>tsnr</td><td>32.555227968259715</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>