ds005256-mriqc/sub-0057_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0057 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44:14 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0057_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0057_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0057_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-01_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>0d7ea63075f6b865a8b22f27332747a7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:34:7.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110915</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d8e51f72-a7fd-4903-913f-339c3a24eab4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['093407.385000', '093407.845000', '093408.305000', '093408.765000', '093409.225000', '093409.685000', '093410.145000', '093410.605000', '093411.065000', '093411.525000', '093411.985000', '093412.445000', '093412.905000', '093413.365000', '093413.825000', '093414.285000', '093414.745000', '093415.205000', '093415.665000', '093416.125000', '093416.585000', '093417.045000', '093417.505000', '093417.965000', '093418.425000', '093418.885000', '093419.345000', '093419.805000', '093420.265000', '093420.725000', '093421.185000', '093421.645000', '093422.105000', '093422.565000', '093423.025000', '093423.485000', '093423.945000', '093424.405000', '093424.865000', '093425.325000', '093425.785000', '093426.245000', '093426.705000', '093427.165000', '093427.625000', '093428.085000', '093428.545000', '093429.005000', '093429.465000', '093429.925000', '093430.385000', '093430.845000', '093431.305000', '093431.765000', '093432.225000', '093432.685000', '093433.145000', '093433.605000', '093434.065000', '093434.525000', '093434.985000', '093435.445000', '093435.905000', '093436.365000', '093436.825000', '093437.285000', '093437.745000', '093438.205000', '093438.665000', '093439.125000', '093439.585000', '093440.045000', '093440.505000', '093440.965000', '093441.425000', '093441.885000', '093442.345000', '093442.805000', '093443.265000', '093443.725000', '093444.185000', '093444.645000', '093445.105000', '093445.565000', '093446.025000', '093446.485000', '093446.945000', '093447.405000', '093447.865000', '093448.325000', '093448.785000', '093449.245000', '093449.705000', '093450.165000', '093450.625000', '093451.085000', '093451.545000', '093452.005000', '093452.465000', '093452.925000', '093453.385000', '093453.845000', '093454.305000', '093454.765000', '093455.225000', '093455.685000', '093456.145000', '093456.605000', '093457.065000', '093457.525000', '093457.985000', '093458.445000', '093458.905000', '093459.365000', '093459.825000', '093500.285000', '093500.745000', '093501.205000', '093501.665000', '093502.125000', '093502.585000', '093503.045000', '093503.505000', '093503.965000', '093504.425000', '093504.885000', '093505.345000', '093505.805000', '093506.265000', '093506.725000', '093507.185000', '093507.645000', '093508.105000', '093508.565000', '093509.025000', '093509.485000', '093509.945000', '093510.405000', '093510.865000', '093511.325000', '093511.785000', '093512.245000', '093512.705000', '093513.165000', '093513.625000', '093514.085000', '093514.545000', '093515.005000', '093515.465000', '093515.925000', '093516.385000', '093516.845000', '093517.305000', '093517.765000', '093518.225000', '093518.685000', '093519.145000', '093519.605000', '093520.065000', '093520.525000', '093520.985000', '093521.445000', '093521.905000', '093522.365000', '093522.825000', '093523.285000', '093523.745000', '093524.205000', '093524.665000', '093525.125000', '093525.585000', '093526.045000', '093526.505000', '093526.965000', '093527.425000', '093527.885000', '093528.345000', '093528.805000', '093529.265000', '093529.725000', '093530.185000', '093530.645000', '093531.105000', '093531.565000', '093532.025000', '093532.485000', '093532.945000', '093533.405000', '093533.865000', '093534.325000', '093534.785000', '093535.245000', '093535.705000', '093536.165000', '093536.625000', '093537.085000', '093537.545000', '093538.005000', '093538.465000', '093538.925000', '093539.385000', '093539.845000', '093540.305000', '093540.765000', '093541.225000', '093541.685000', '093542.145000', '093542.605000', '093543.065000', '093543.525000', '093543.985000', '093544.445000', '093544.905000', '093545.365000', '093545.825000', '093546.285000', '093546.745000', '093547.205000', '093547.665000', '093548.125000', '093548.585000', '093549.045000', '093549.505000', '093549.965000', '093550.425000', '093550.885000', '093551.345000', '093551.805000', '093552.265000', '093552.725000', '093553.185000', '093553.645000', '093554.105000', '093554.565000', '093555.025000', '093555.485000', '093555.945000', '093556.405000', '093556.865000', '093557.325000', '093557.785000', '093558.245000', '093558.705000', '093559.165000', '093559.625000', '093600.085000', '093600.545000', '093601.005000', '093601.465000', '093601.925000', '093602.385000', '093602.845000', '093603.305000', '093603.765000', '093604.225000', '093604.685000', '093605.145000', '093605.605000', '093606.065000', '093606.525000', '093606.985000', '093607.445000', '093607.905000', '093608.365000', '093608.825000', '093609.285000', '093609.745000', '093610.205000', '093610.665000', '093611.125000', '093611.585000', '093612.045000', '093612.505000', '093612.965000', '093613.425000', '093613.885000', '093614.345000', '093614.805000', '093615.265000', '093615.725000', '093616.185000', '093616.645000', '093617.105000', '093617.565000', '093618.025000', '093618.485000', '093618.945000', '093619.405000', '093619.865000', '093620.325000', '093620.785000', '093621.245000', '093621.705000', '093622.165000', '093622.625000', '093623.085000', '093623.545000', '093624.005000', '093624.465000', '093624.925000', '093625.385000', '093625.845000', '093626.305000', '093626.765000', '093627.225000', '093627.685000', '093628.145000', '093628.605000', '093629.065000', '093629.525000', '093629.985000', '093630.445000', '093630.905000', '093631.365000', '093631.825000', '093632.285000', '093632.745000', '093633.205000', '093633.665000', '093634.125000', '093634.585000', '093635.045000', '093635.505000', '093635.965000', '093636.425000', '093636.885000', '093637.345000', '093637.805000', '093638.265000', '093638.725000', '093639.185000', '093639.645000', '093640.105000', '093640.565000', '093641.025000', '093641.485000', '093641.945000', '093642.405000', '093642.865000', '093643.325000', '093643.785000', '093644.245000', '093644.705000', '093645.165000', '093645.625000', '093646.085000', '093646.545000', '093647.005000', '093647.465000', '093647.925000', '093648.385000', '093648.845000', '093649.305000', '093649.765000', '093650.225000', '093650.685000', '093651.145000', '093651.605000', '093652.065000', '093652.525000', '093652.985000', '093653.445000', '093653.905000', '093654.365000', '093654.825000', '093655.285000', '093655.745000', '093656.205000', '093656.665000', '093657.125000', '093657.585000', '093658.045000', '093658.505000', '093658.965000', '093659.425000', '093659.885000', '093700.345000', '093700.805000', '093701.265000', '093701.725000', '093702.185000', '093702.645000', '093703.105000', '093703.565000', '093704.025000', '093704.485000', '093704.945000', '093705.405000', '093705.865000', '093706.325000', '093706.785000', '093707.245000', '093707.705000', '093708.165000', '093708.625000', '093709.085000', '093709.545000', '093710.005000', '093710.465000', '093710.925000', '093711.385000', '093711.845000', '093712.305000', '093712.765000', '093713.225000', '093713.685000', '093714.145000', '093714.605000', '093715.065000', '093715.525000', '093715.985000', '093716.445000', '093716.905000', '093717.365000', '093717.825000', '093718.285000', '093718.745000', '093719.205000', '093719.665000', '093720.125000', '093720.585000', '093721.045000', '093721.505000', '093721.965000', '093722.425000', '093722.885000', '093723.345000', '093723.805000', '093724.265000', '093724.725000', '093725.185000', '093725.645000', '093726.105000', '093726.565000', '093727.025000', '093727.485000', '093727.945000', '093728.405000', '093728.865000', '093729.325000', '093729.785000', '093730.245000', '093730.705000', '093731.165000', '093731.625000', '093732.085000', '093732.545000', '093733.005000', '093733.465000', '093733.925000', '093734.385000', '093734.845000', '093735.305000', '093735.765000', '093736.225000', '093736.685000', '093737.145000', '093737.605000', '093738.065000', '093738.525000', '093738.985000', '093739.445000', '093739.905000', '093740.365000', '093740.825000', '093741.285000', '093741.745000', '093742.205000', '093742.665000', '093743.125000', '093743.585000', '093744.045000', '093744.505000', '093744.965000', '093745.425000', '093745.885000', '093746.345000', '093746.805000', '093747.265000', '093747.725000', '093748.185000', '093748.645000', '093749.105000', '093749.565000', '093750.025000', '093750.485000', '093750.945000', '093751.405000', '093751.865000', '093752.325000', '093752.785000', '093753.245000', '093753.705000', '093754.165000', '093754.625000', '093755.085000', '093755.545000', '093756.005000', '093756.465000', '093756.925000', '093757.385000', '093757.845000', '093758.305000', '093758.765000', '093759.225000', '093759.685000', '093800.145000', '093800.605000', '093801.065000', '093801.525000', '093801.985000', '093802.445000', '093802.905000', '093803.365000', '093803.825000', '093804.285000', '093804.745000', '093805.205000', '093805.665000', '093806.125000', '093806.585000', '093807.045000', '093807.505000', '093807.965000', '093808.425000', '093808.885000', '093809.345000', '093809.805000', '093810.265000', '093810.725000', '093811.185000', '093811.645000', '093812.105000', '093812.565000', '093813.025000', '093813.485000', '093813.945000', '093814.405000', '093814.865000', '093815.325000', '093815.785000', '093816.245000', '093816.705000', '093817.165000', '093817.625000', '093818.085000', '093818.545000', '093819.005000', '093819.465000', '093819.925000', '093820.385000', '093820.845000', '093821.305000', '093821.765000', '093822.225000', '093822.685000', '093823.145000', '093823.605000', '093824.065000', '093824.525000', '093824.985000', '093825.445000', '093825.905000', '093826.365000', '093826.825000', '093827.285000', '093827.745000', '093828.205000', '093828.665000', '093829.125000', '093829.585000', '093830.045000', '093830.505000', '093830.965000', '093831.425000', '093831.885000', '093832.345000', '093832.805000', '093833.265000', '093833.725000', '093834.185000', '093834.645000', '093835.105000', '093835.565000', '093836.025000', '093836.485000', '093836.945000', '093837.405000', '093837.865000', '093838.325000', '093838.785000', '093839.245000', '093839.705000', '093840.165000', '093840.625000', '093841.085000', '093841.545000', '093842.005000', '093842.465000', '093842.925000', '093843.385000', '093843.845000', '093844.305000', '093844.765000', '093845.225000', '093845.685000', '093846.145000', '093846.605000', '093847.065000', '093847.525000', '093847.985000', '093848.445000', '093848.905000', '093849.365000', '093849.825000', '093850.285000', '093850.745000', '093851.205000', '093851.665000', '093852.125000', '093852.585000', '093853.045000', '093853.505000', '093853.965000', '093854.425000', '093854.885000', '093855.345000', '093855.805000', '093856.265000', '093856.725000', '093857.185000', '093857.645000', '093858.105000', '093858.565000', '093859.025000', '093859.485000', '093859.945000', '093900.405000', '093900.865000', '093901.325000', '093901.785000', '093902.245000', '093902.705000', '093903.165000', '093903.625000', '093904.085000', '093904.545000', '093905.005000', '093905.465000', '093905.925000', '093906.385000', '093906.845000', '093907.305000', '093907.765000', '093908.225000', '093908.685000', '093909.145000', '093909.605000', '093910.065000', '093910.525000', '093910.985000', '093911.445000', '093911.905000', '093912.365000', '093912.825000', '093913.285000', '093913.745000', '093914.205000', '093914.665000', '093915.125000', '093915.585000', '093916.045000', '093916.505000', '093916.965000', '093917.425000', '093917.885000', '093918.345000', '093918.805000', '093919.265000', '093919.725000', '093920.185000', '093920.645000', '093921.105000', '093921.565000', '093922.025000', '093922.485000', '093922.945000', '093923.405000', '093923.865000', '093924.325000', '093924.785000', '093925.245000', '093925.705000', '093926.165000', '093926.625000', '093927.085000', '093927.545000', '093928.005000', '093928.465000', '093928.925000', '093929.385000', '093929.845000', '093930.305000', '093930.765000', '093931.225000', '093931.685000', '093932.145000', '093932.605000', '093933.065000', '093933.525000', '093933.985000', '093934.445000', '093934.905000', '093935.365000', '093935.825000', '093936.285000', '093936.745000', '093937.205000', '093937.665000', '093938.125000', '093938.585000', '093939.045000', '093939.505000', '093939.965000', '093940.425000', '093940.885000', '093941.345000', '093941.805000', '093942.265000', '093942.725000', '093943.185000', '093943.645000', '093944.105000', '093944.565000', '093945.025000', '093945.485000', '093945.945000', '093946.405000', '093946.865000', '093947.325000', '093947.785000', '093948.245000', '093948.705000', '093949.165000', '093949.625000', '093950.085000', '093950.545000', '093951.005000', '093951.465000', '093951.925000', '093952.385000', '093952.845000', '093953.305000', '093953.765000', '093954.225000', '093954.685000', '093955.145000', '093955.605000', '093956.065000', '093956.525000', '093956.985000', '093957.445000', '093957.905000', '093958.365000', '093958.825000', '093959.285000', '093959.745000', '094000.205000', '094000.665000', '094001.125000', '094001.585000', '094002.045000', '094002.505000', '094002.965000', '094003.425000', '094003.885000', '094004.345000', '094004.805000', '094005.265000', '094005.725000', '094006.185000', '094006.645000', '094007.105000', '094007.565000', '094008.025000', '094008.485000', '094008.945000', '094009.405000', '094009.865000', '094010.325000', '094010.785000', '094011.245000', '094011.705000', '094012.165000', '094012.625000', '094013.085000', '094013.545000', '094014.005000', '094014.465000', '094014.925000', '094015.385000', '094015.845000', '094016.305000', '094016.765000', '094017.225000', '094017.685000', '094018.145000', '094018.605000', '094019.065000', '094019.525000', '094019.985000', '094020.445000', '094020.905000', '094021.365000', '094021.825000', '094022.285000', '094022.745000', '094023.205000', '094023.665000', '094024.125000', '094024.585000', '094025.045000', '094025.505000', '094025.965000', '094026.425000', '094026.885000', '094027.345000', '094027.805000', '094028.265000', '094028.725000', '094029.185000', '094029.645000', '094030.105000', '094030.565000', '094031.025000', '094031.485000', '094031.945000', '094032.405000', '094032.865000', '094033.325000', '094033.785000', '094034.245000', '094034.705000', '094035.165000', '094035.625000', '094036.085000', '094036.545000', '094037.005000', '094037.465000', '094037.925000', '094038.385000', '094038.845000', '094039.305000', '094039.765000', '094040.225000', '094040.685000', '094041.145000', '094041.605000', '094042.065000', '094042.525000', '094042.985000', '094043.445000', '094043.905000', '094044.365000', '094044.825000', '094045.285000', '094045.745000', '094046.205000', '094046.665000', '094047.125000', '094047.585000', '094048.045000'], 'ContentTime': ['093417.987000', '093417.991000', '093417.993000', '093417.996000', '093417.998000', '093418.002000', '093418.005000', '093418.007000', '093418.010000', '093418.012000', '093418.015000', '093418.017000', '093418.020000', '093418.023000', '093418.025000', '093418.028000', '093418.030000', '093418.033000', '093418.035000', '093418.038000', '093437.955000', '093437.958000', '093437.961000', '093437.963000', '093437.966000', '093437.968000', '093437.971000', '093437.973000', '093437.976000', '093437.979000', '093437.981000', '093437.984000', '093437.986000', '093437.989000', '093437.991000', '093437.994000', '093437.996000', '093438.000000', '093438.002000', '093438.005000', '093438.007000', '093438.010000', '093438.013000', '093438.015000', '093438.026000', '093438.029000', '093438.031000', '093438.034000', '093438.037000', '093438.039000', '093438.042000', '093438.044000', '093438.047000', '093438.049000', '093438.052000', '093438.055000', '093438.057000', '093438.060000', '093438.062000', '093438.065000', '093438.067000', '093438.070000', '093438.074000', '093457.954000', '093457.957000', '093457.960000', '093457.962000', '093457.965000', '093457.968000', '093457.970000', '093457.973000', '093457.975000', '093457.978000', '093457.980000', '093457.983000', '093457.985000', '093457.988000', '093457.991000', '093457.993000', '093457.996000', '093457.998000', '093458.002000', '093458.004000', '093458.021000', '093458.023000', '093458.026000', '093458.028000', '093458.031000', '093458.034000', '093458.036000', '093458.039000', '093458.041000', '093458.044000', '093458.046000', '093458.049000', '093458.052000', '093458.054000', '093458.057000', '093458.059000', '093458.062000', '093458.065000', '093458.067000', '093458.070000', '093458.072000', '093458.075000', '093458.077000', '093458.080000', '093517.954000', '093517.957000', '093517.960000', '093517.962000', '093517.965000', '093517.968000', '093517.970000', '093517.973000', '093517.975000', '093517.978000', '093517.980000', '093517.983000', '093517.986000', '093517.988000', '093517.991000', '093517.993000', '093517.996000', '093517.999000', '093518.001000', '093518.004000', '093518.006000', '093518.009000', '093518.012000', '093518.014000', '093518.017000', '093518.019000', '093518.022000', '093518.024000', '093518.027000', '093518.030000', '093518.032000', '093518.035000', '093518.037000', '093518.040000', '093518.042000', '093518.045000', '093518.048000', '093518.051000', '093518.054000', '093518.056000', '093518.059000', '093518.062000', '093518.064000', '093537.955000', '093537.957000', '093537.960000', '093537.963000', '093537.965000', '093537.968000', '093537.970000', '093537.973000', '093537.975000', '093537.978000', '093537.980000', '093537.983000', '093537.986000', '093537.988000', '093537.991000', '093537.993000', '093537.996000', '093537.998000', '093538.002000', '093538.005000', '093538.007000', '093538.010000', '093538.012000', '093538.015000', '093538.017000', '093538.020000', '093538.022000', '093538.025000', '093538.028000', '093538.030000', '093538.033000', '093538.035000', '093538.038000', '093538.041000', '093538.043000', '093538.046000', '093538.048000', '093538.051000', '093538.054000', '093538.056000', '093538.059000', '093538.061000', '093538.064000', '093538.066000', '093557.955000', '093557.957000', '093557.960000', '093557.963000', '093557.965000', '093557.968000', '093557.970000', '093557.973000', '093557.975000', '093557.978000', '093557.980000', '093557.983000', '093557.986000', '093557.988000', '093557.991000', '093557.993000', '093557.996000', '093557.999000', '093558.001000', '093558.004000', '093558.006000', '093558.009000', '093558.012000', '093558.014000', '093558.017000', '093558.019000', '093558.022000', '093558.024000', '093558.027000', '093558.029000', '093558.032000', '093558.035000', '093558.037000', '093558.040000', '093558.043000', '093558.045000', '093558.048000', '093558.050000', '093558.053000', '093558.056000', '093558.058000', '093558.061000', '093558.063000', '093617.956000', '093617.958000', '093617.961000', '093617.964000', '093617.966000', '093617.969000', '093617.971000', '093617.974000', '093617.977000', '093617.979000', '093617.982000', '093617.984000', '093617.987000', '093617.989000', '093617.992000', '093617.995000', '093617.997000', '093618.000000', '093618.003000', '093618.005000', '093618.008000', '093618.010000', '093618.013000', '093618.016000', '093618.018000', '093618.021000', '093618.023000', '093618.026000', '093618.028000', '093618.031000', '093618.033000', '093618.036000', '093618.039000', '093618.041000', '093618.044000', '093618.046000', '093618.049000', '093618.052000', '093618.054000', '093618.057000', '093618.059000', '093618.062000', '093618.064000', '093618.067000', '093637.956000', '093637.958000', '093637.961000', '093637.964000', '093637.966000', '093637.969000', '093637.971000', '093637.974000', '093637.977000', '093637.979000', '093637.982000', '093637.984000', '093637.987000', '093637.989000', '093637.992000', '093637.994000', '093638.008000', '093638.011000', '093638.014000', '093638.016000', '093638.019000', '093638.021000', '093638.024000', '093638.026000', '093638.029000', '093638.031000', '093638.034000', '093638.037000', '093638.039000', '093638.042000', '093638.044000', '093638.047000', '093638.050000', '093638.052000', '093638.055000', '093638.057000', '093638.060000', '093638.062000', '093638.065000', '093638.067000', '093638.070000', '093638.073000', '093638.075000', '093657.956000', '093657.959000', '093657.961000', '093657.964000', '093657.967000', '093657.969000', '093657.972000', '093657.974000', '093657.977000', '093657.979000', '093657.982000', '093657.984000', '093657.987000', '093657.990000', '093657.992000', '093657.995000', '093657.997000', '093658.001000', '093658.003000', '093658.006000', '093658.008000', '093658.011000', '093658.014000', '093658.016000', '093658.019000', '093658.021000', '093658.024000', '093658.026000', '093658.029000', '093658.032000', '093658.034000', '093658.037000', '093658.039000', '093658.042000', '093658.044000', '093658.047000', '093658.049000', '093658.052000', '093658.055000', '093658.057000', '093658.060000', '093658.062000', '093658.065000', '093658.068000', '093717.954000', '093717.957000', '093717.960000', '093717.962000', '093717.965000', '093717.967000', '093717.970000', '093717.973000', '093717.975000', '093717.978000', '093717.980000', '093717.983000', '093717.985000', '093717.988000', '093717.991000', '093717.993000', '093717.996000', '093717.998000', '093718.002000', '093718.004000', '093718.007000', '093718.010000', '093718.012000', '093718.015000', '093718.017000', '093718.020000', '093718.022000', '093718.025000', '093718.027000', '093718.030000', '093718.033000', '093718.035000', '093718.038000', '093718.040000', '093718.043000', '093718.046000', '093718.048000', '093718.051000', '093718.053000', '093718.056000', '093718.058000', '093718.061000', '093718.064000', '093737.954000', '093737.957000', '093737.960000', '093737.962000', '093737.965000', '093737.967000', '093737.970000', '093737.972000', '093737.975000', '093737.978000', '093737.980000', '093737.983000', '093737.985000', '093737.988000', '093737.990000', '093737.993000', '093737.996000', '093737.998000', '093738.002000', '093738.004000', '093738.007000', '093738.009000', '093738.012000', '093738.014000', '093738.017000', '093738.020000', '093738.022000', '093738.025000', '093738.027000', '093738.030000', '093738.033000', '093738.035000', '093738.038000', '093738.040000', '093738.043000', '093738.045000', '093738.048000', '093738.050000', '093738.053000', '093738.056000', '093738.058000', '093738.061000', '093738.064000', '093738.066000', '093757.954000', '093757.957000', '093757.960000', '093757.962000', '093757.965000', '093757.968000', '093757.970000', '093757.973000', '093757.975000', '093757.978000', '093757.981000', '093757.983000', '093757.986000', '093757.988000', '093757.991000', '093757.994000', '093757.996000', '093757.999000', '093758.001000', '093758.004000', '093758.006000', '093758.009000', '093758.012000', '093758.014000', '093758.017000', '093758.019000', '093758.022000', '093758.024000', '093758.027000', '093758.030000', '093758.032000', '093758.035000', '093758.037000', '093758.040000', '093758.043000', '093758.045000', '093758.048000', '093758.050000', '093758.053000', '093758.055000', '093758.058000', '093758.061000', '093758.063000', '093817.955000', '093817.957000', '093817.960000', '093817.962000', '093817.965000', '093817.968000', '093817.970000', '093817.973000', '093817.975000', '093817.978000', '093817.980000', '093817.983000', '093817.985000', '093817.988000', '093817.991000', '093817.993000', '093817.996000', '093817.998000', '093818.001000', '093818.004000', '093818.006000', '093818.009000', '093818.011000', '093818.014000', '093818.016000', '093818.019000', '093818.022000', '093818.024000', '093818.027000', '093818.029000', '093818.032000', '093818.035000', '093818.037000', '093818.040000', '093818.042000', '093818.045000', '093818.047000', '093818.050000', '093818.052000', '093818.055000', '093818.057000', '093818.060000', '093818.063000', '093818.065000', '093837.956000', '093837.959000', '093837.961000', '093837.964000', '093837.966000', '093837.969000', '093837.971000', '093837.974000', '093837.977000', '093837.979000', '093837.982000', '093837.985000', '093837.987000', '093837.990000', '093837.992000', '093837.995000', '093837.997000', '093838.000000', '093838.003000', '093838.005000', '093838.008000', '093838.010000', '093838.013000', '093838.016000', '093838.018000', '093838.021000', '093838.023000', '093838.026000', '093838.028000', '093838.031000', '093838.034000', '093838.036000', '093838.039000', '093838.041000', '093838.044000', '093838.047000', '093838.049000', '093838.052000', '093838.054000', '093838.057000', '093838.060000', '093838.062000', '093838.065000', '093857.956000', '093857.958000', '093857.961000', '093857.963000', '093857.967000', '093857.970000', '093857.972000', '093857.975000', '093857.978000', '093857.980000', '093857.983000', '093857.985000', '093857.988000', '093857.991000', '093857.993000', '093857.996000', '093857.998000', '093858.001000', '093858.004000', '093858.006000', '093858.009000', '093858.011000', '093858.014000', '093858.016000', '093858.019000', '093858.022000', '093858.024000', '093858.027000', '093858.029000', '093858.032000', '093858.034000', '093858.037000', '093858.039000', '093858.042000', '093858.045000', '093858.047000', '093858.050000', '093858.052000', '093858.055000', '093858.057000', '093858.060000', '093858.063000', '093858.065000', '093917.955000', '093917.958000', '093917.961000', '093917.964000', '093917.966000', '093917.969000', '093917.971000', '093917.974000', '093917.977000', '093917.979000', '093917.982000', '093917.984000', '093917.987000', '093917.990000', '093917.992000', '093917.995000', '093917.997000', '093918.000000', '093918.003000', '093918.005000', '093918.008000', '093918.010000', '093918.013000', '093918.015000', '093918.018000', '093918.021000', '093918.023000', '093918.026000', '093918.028000', '093918.031000', '093918.033000', '093918.036000', '093918.039000', '093918.041000', '093918.044000', '093918.046000', '093918.049000', '093918.051000', '093918.054000', '093918.057000', '093918.059000', '093918.062000', '093918.064000', '093918.067000', '093937.955000', '093937.957000', '093937.960000', '093937.962000', '093937.965000', '093937.968000', '093937.970000', '093937.973000', '093937.976000', '093937.979000', '093937.992000', '093937.994000', '093937.997000', '093938.001000', '093938.003000', '093938.006000', '093938.008000', '093938.011000', '093938.013000', '093938.016000', '093938.019000', '093938.021000', '093938.036000', '093938.039000', '093938.042000', '093938.044000', '093938.047000', '093938.050000', '093938.052000', '093938.055000', '093938.058000', '093938.060000', '093938.063000', '093938.065000', '093938.068000', '093938.071000', '093938.073000', '093938.076000', '093938.078000', '093938.081000', '093938.084000', '093938.086000', '093938.089000', '093957.954000', '093957.957000', '093957.960000', '093957.962000', '093957.965000', '093957.968000', '093957.970000', '093957.973000', '093957.976000', '093957.978000', '093957.981000', '093957.983000', '093957.986000', '093957.989000', '093957.991000', '093957.994000', '093957.996000', '093957.999000', '093958.002000', '093958.004000', '093958.007000', '093958.009000', '093958.012000', '093958.014000', '093958.017000', '093958.020000', '093958.022000', '093958.025000', '093958.027000', '093958.030000', '093958.032000', '093958.035000', '093958.037000', '093958.040000', '093958.043000', '093958.045000', '093958.048000', '093958.050000', '093958.053000', '093958.056000', '093958.059000', '093958.061000', '093958.064000', '093958.067000', '094017.955000', '094017.957000', '094017.960000', '094017.963000', '094017.965000', '094017.968000', '094017.970000', '094017.973000', '094017.976000', '094017.978000', '094017.981000', '094017.983000', '094017.986000', '094017.989000', '094017.991000', '094017.994000', '094017.996000', '094018.000000', '094018.002000', '094018.005000', '094018.008000', '094018.011000', '094018.013000', '094018.016000', '094018.019000', '094018.021000', '094018.024000', '094018.026000', '094018.029000', '094018.032000', '094018.035000', '094018.038000', '094018.041000', '094018.043000', '094018.046000', '094018.049000', '094018.051000', '094018.054000', '094018.056000', '094018.059000', '094018.061000', '094018.064000', '094018.066000', '094037.955000', '094037.957000', '094037.960000', '094037.963000', '094037.965000', '094037.968000', '094037.971000', '094037.973000', '094037.976000', '094037.978000', '094037.981000', '094037.983000', '094037.986000', '094037.988000', '094037.991000', '094037.994000', '094037.996000', '094038.000000', '094038.002000', '094038.005000', '094038.007000', '094038.011000', '094038.014000', '094038.016000', '094038.019000', '094038.021000', '094038.024000', '094038.026000', '094038.029000', '094038.031000', '094038.034000', '094038.037000', '094038.039000', '094038.042000', '094038.044000', '094038.047000', '094038.049000', '094038.052000', '094038.055000', '094038.057000', '094038.060000', '094038.062000', '094038.065000', '094038.067000', '094049.682000', '094049.685000', '094049.688000', '094049.690000', '094049.693000', '094049.696000', '094049.698000', '094049.701000', '094049.704000', '094049.707000', '094049.709000', '094049.712000', '094049.715000', '094049.717000', '094049.720000', '094049.723000', '094049.726000', '094049.729000', '094049.731000', '094049.734000', '094049.737000', '094049.740000', '094049.742000', '094049.745000', '094049.748000', '094049.751000'], 'InstanceCreationTime': ['093417.987000', '093417.991000', '093417.993000', '093417.996000', '093417.998000', '093418.002000', '093418.005000', '093418.007000', '093418.010000', '093418.012000', '093418.015000', '093418.017000', '093418.020000', '093418.023000', '093418.025000', '093418.028000', '093418.030000', '093418.033000', '093418.035000', '093418.038000', '093437.955000', '093437.958000', '093437.961000', '093437.963000', '093437.966000', '093437.968000', '093437.971000', '093437.973000', '093437.976000', '093437.979000', '093437.981000', '093437.984000', '093437.986000', '093437.989000', '093437.991000', '093437.994000', '093437.996000', '093438.000000', '093438.002000', '093438.005000', '093438.007000', '093438.010000', '093438.013000', '093438.015000', '093438.026000', '093438.029000', '093438.031000', '093438.034000', '093438.037000', '093438.039000', '093438.042000', '093438.044000', '093438.047000', '093438.049000', '093438.052000', '093438.055000', '093438.057000', '093438.060000', '093438.062000', '093438.065000', '093438.067000', '093438.070000', '093438.074000', '093457.954000', '093457.957000', '093457.960000', '093457.962000', '093457.965000', '093457.968000', '093457.970000', '093457.973000', '093457.975000', '093457.978000', '093457.980000', '093457.983000', '093457.985000', '093457.988000', '093457.991000', '093457.993000', '093457.996000', '093457.998000', '093458.002000', '093458.004000', '093458.021000', '093458.023000', '093458.026000', '093458.028000', '093458.031000', '093458.034000', '093458.036000', '093458.039000', '093458.041000', '093458.044000', '093458.046000', '093458.049000', '093458.052000', '093458.054000', '093458.057000', '093458.059000', '093458.062000', '093458.065000', '093458.067000', '093458.070000', '093458.072000', '093458.075000', '093458.077000', '093458.080000', '093517.954000', '093517.957000', '093517.960000', '093517.962000', '093517.965000', '093517.968000', '093517.970000', '093517.973000', '093517.975000', '093517.978000', '093517.980000', '093517.983000', '093517.986000', '093517.988000', '093517.991000', '093517.993000', '093517.996000', '093517.999000', '093518.001000', '093518.004000', '093518.006000', '093518.009000', '093518.012000', '093518.014000', '093518.017000', '093518.019000', '093518.022000', '093518.024000', '093518.027000', '093518.030000', '093518.032000', '093518.035000', '093518.037000', '093518.040000', '093518.042000', '093518.045000', '093518.048000', '093518.051000', '093518.054000', '093518.056000', '093518.059000', '093518.062000', '093518.064000', '093537.955000', '093537.957000', '093537.960000', '093537.963000', '093537.965000', '093537.968000', '093537.970000', '093537.973000', '093537.975000', '093537.978000', '093537.980000', '093537.983000', '093537.986000', '093537.988000', '093537.991000', '093537.993000', '093537.996000', '093537.998000', '093538.002000', '093538.005000', '093538.007000', '093538.010000', '093538.012000', '093538.015000', '093538.017000', '093538.020000', '093538.022000', '093538.025000', '093538.028000', '093538.030000', '093538.033000', '093538.035000', '093538.038000', '093538.041000', '093538.043000', '093538.046000', '093538.048000', '093538.051000', '093538.054000', '093538.056000', '093538.059000', '093538.061000', '093538.064000', '093538.066000', '093557.955000', '093557.957000', '093557.960000', '093557.963000', '093557.965000', '093557.968000', '093557.970000', '093557.973000', '093557.975000', '093557.978000', '093557.980000', '093557.983000', '093557.986000', '093557.988000', '093557.991000', '093557.993000', '093557.996000', '093557.999000', '093558.001000', '093558.004000', '093558.006000', '093558.009000', '093558.012000', '093558.014000', '093558.017000', '093558.019000', '093558.022000', '093558.024000', '093558.027000', '093558.029000', '093558.032000', '093558.035000', '093558.037000', '093558.040000', '093558.043000', '093558.045000', '093558.048000', '093558.050000', '093558.053000', '093558.056000', '093558.058000', '093558.061000', '093558.063000', '093617.956000', '093617.958000', '093617.961000', '093617.964000', '093617.966000', '093617.969000', '093617.971000', '093617.974000', '093617.977000', '093617.979000', '093617.982000', '093617.984000', '093617.987000', '093617.989000', '093617.992000', '093617.995000', '093617.997000', '093618.000000', '093618.003000', '093618.005000', '093618.008000', '093618.010000', '093618.013000', '093618.016000', '093618.018000', '093618.021000', '093618.023000', '093618.026000', '093618.028000', '093618.031000', '093618.033000', '093618.036000', '093618.039000', '093618.041000', '093618.044000', '093618.046000', '093618.049000', '093618.052000', '093618.054000', '093618.057000', '093618.059000', '093618.062000', '093618.064000', '093618.067000', '093637.956000', '093637.958000', '093637.961000', '093637.964000', '093637.966000', '093637.969000', '093637.971000', '093637.974000', '093637.977000', '093637.979000', '093637.982000', '093637.984000', '093637.987000', '093637.989000', '093637.992000', '093637.994000', '093638.008000', '093638.011000', '093638.014000', '093638.016000', '093638.019000', '093638.021000', '093638.024000', '093638.026000', '093638.029000', '093638.031000', '093638.034000', '093638.037000', '093638.039000', '093638.042000', '093638.044000', '093638.047000', '093638.050000', '093638.052000', '093638.055000', '093638.057000', '093638.060000', '093638.062000', '093638.065000', '093638.067000', '093638.070000', '093638.073000', '093638.075000', '093657.956000', '093657.959000', '093657.961000', '093657.964000', '093657.967000', '093657.969000', '093657.972000', '093657.974000', '093657.977000', '093657.979000', '093657.982000', '093657.984000', '093657.987000', '093657.990000', '093657.992000', '093657.995000', '093657.997000', '093658.001000', '093658.003000', '093658.006000', '093658.008000', '093658.011000', '093658.014000', '093658.016000', '093658.019000', '093658.021000', '093658.024000', '093658.026000', '093658.029000', '093658.032000', '093658.034000', '093658.037000', '093658.039000', '093658.042000', '093658.044000', '093658.047000', '093658.049000', '093658.052000', '093658.055000', '093658.057000', '093658.060000', '093658.062000', '093658.065000', '093658.068000', '093717.954000', '093717.957000', '093717.960000', '093717.962000', '093717.965000', '093717.967000', '093717.970000', '093717.973000', '093717.975000', '093717.978000', '093717.980000', '093717.983000', '093717.985000', '093717.988000', '093717.991000', '093717.993000', '093717.996000', '093717.998000', '093718.002000', '093718.004000', '093718.007000', '093718.010000', '093718.012000', '093718.015000', '093718.017000', '093718.020000', '093718.022000', '093718.025000', '093718.027000', '093718.030000', '093718.033000', '093718.035000', '093718.038000', '093718.040000', '093718.043000', '093718.046000', '093718.048000', '093718.051000', '093718.053000', '093718.056000', '093718.058000', '093718.061000', '093718.064000', '093737.954000', '093737.957000', '093737.960000', '093737.962000', '093737.965000', '093737.967000', '093737.970000', '093737.972000', '093737.975000', '093737.978000', '093737.980000', '093737.983000', '093737.985000', '093737.988000', '093737.990000', '093737.993000', '093737.996000', '093737.998000', '093738.002000', '093738.004000', '093738.007000', '093738.009000', '093738.012000', '093738.014000', '093738.017000', '093738.020000', '093738.022000', '093738.025000', '093738.027000', '093738.030000', '093738.033000', '093738.035000', '093738.038000', '093738.040000', '093738.043000', '093738.045000', '093738.048000', '093738.050000', '093738.053000', '093738.056000', '093738.058000', '093738.061000', '093738.064000', '093738.066000', '093757.954000', '093757.957000', '093757.960000', '093757.962000', '093757.965000', '093757.968000', '093757.970000', '093757.973000', '093757.975000', '093757.978000', '093757.981000', '093757.983000', '093757.986000', '093757.988000', '093757.991000', '093757.994000', '093757.996000', '093757.999000', '093758.001000', '093758.004000', '093758.006000', '093758.009000', '093758.012000', '093758.014000', '093758.017000', '093758.019000', '093758.022000', '093758.024000', '093758.027000', '093758.030000', '093758.032000', '093758.035000', '093758.037000', '093758.040000', '093758.043000', '093758.045000', '093758.048000', '093758.050000', '093758.053000', '093758.055000', '093758.058000', '093758.061000', '093758.063000', '093817.955000', '093817.957000', '093817.960000', '093817.962000', '093817.965000', '093817.968000', '093817.970000', '093817.973000', '093817.975000', '093817.978000', '093817.980000', '093817.983000', '093817.985000', '093817.988000', '093817.991000', '093817.993000', '093817.996000', '093817.998000', '093818.001000', '093818.004000', '093818.006000', '093818.009000', '093818.011000', '093818.014000', '093818.016000', '093818.019000', '093818.022000', '093818.024000', '093818.027000', '093818.029000', '093818.032000', '093818.035000', '093818.037000', '093818.040000', '093818.042000', '093818.045000', '093818.047000', '093818.050000', '093818.052000', '093818.055000', '093818.057000', '093818.060000', '093818.063000', '093818.065000', '093837.956000', '093837.959000', '093837.961000', '093837.964000', '093837.966000', '093837.969000', '093837.971000', '093837.974000', '093837.977000', '093837.979000', '093837.982000', '093837.985000', '093837.987000', '093837.990000', '093837.992000', '093837.995000', '093837.997000', '093838.000000', '093838.003000', '093838.005000', '093838.008000', '093838.010000', '093838.013000', '093838.016000', '093838.018000', '093838.021000', '093838.023000', '093838.026000', '093838.028000', '093838.031000', '093838.034000', '093838.036000', '093838.039000', '093838.041000', '093838.044000', '093838.047000', '093838.049000', '093838.052000', '093838.054000', '093838.057000', '093838.060000', '093838.062000', '093838.065000', '093857.956000', '093857.958000', '093857.961000', '093857.963000', '093857.967000', '093857.970000', '093857.972000', '093857.975000', '093857.978000', '093857.980000', '093857.983000', '093857.985000', '093857.988000', '093857.991000', '093857.993000', '093857.996000', '093857.998000', '093858.001000', '093858.004000', '093858.006000', '093858.009000', '093858.011000', '093858.014000', '093858.016000', '093858.019000', '093858.022000', '093858.024000', '093858.027000', '093858.029000', '093858.032000', '093858.034000', '093858.037000', '093858.039000', '093858.042000', '093858.045000', '093858.047000', '093858.050000', '093858.052000', '093858.055000', '093858.057000', '093858.060000', '093858.063000', '093858.065000', '093917.955000', '093917.958000', '093917.961000', '093917.964000', '093917.966000', '093917.969000', '093917.971000', '093917.974000', '093917.977000', '093917.979000', '093917.982000', '093917.984000', '093917.987000', '093917.990000', '093917.992000', '093917.995000', '093917.997000', '093918.000000', '093918.003000', '093918.005000', '093918.008000', '093918.010000', '093918.013000', '093918.015000', '093918.018000', '093918.021000', '093918.023000', '093918.026000', '093918.028000', '093918.031000', '093918.033000', '093918.036000', '093918.039000', '093918.041000', '093918.044000', '093918.046000', '093918.049000', '093918.051000', '093918.054000', '093918.057000', '093918.059000', '093918.062000', '093918.064000', '093918.067000', '093937.955000', '093937.957000', '093937.960000', '093937.962000', '093937.965000', '093937.968000', '093937.970000', '093937.973000', '093937.976000', '093937.979000', '093937.992000', '093937.994000', '093937.997000', '093938.001000', '093938.003000', '093938.006000', '093938.008000', '093938.011000', '093938.013000', '093938.016000', '093938.019000', '093938.021000', '093938.036000', '093938.039000', '093938.042000', '093938.044000', '093938.047000', '093938.050000', '093938.052000', '093938.055000', '093938.058000', '093938.060000', '093938.063000', '093938.065000', '093938.068000', '093938.071000', '093938.073000', '093938.076000', '093938.078000', '093938.081000', '093938.084000', '093938.086000', '093938.089000', '093957.954000', '093957.957000', '093957.960000', '093957.962000', '093957.965000', '093957.968000', '093957.970000', '093957.973000', '093957.976000', '093957.978000', '093957.981000', '093957.983000', '093957.986000', '093957.989000', '093957.991000', '093957.994000', '093957.996000', '093957.999000', '093958.002000', '093958.004000', '093958.007000', '093958.009000', '093958.012000', '093958.014000', '093958.017000', '093958.020000', '093958.022000', '093958.025000', '093958.027000', '093958.030000', '093958.032000', '093958.035000', '093958.037000', '093958.040000', '093958.043000', '093958.045000', '093958.048000', '093958.050000', '093958.053000', '093958.056000', '093958.059000', '093958.061000', '093958.064000', '093958.067000', '094017.955000', '094017.957000', '094017.960000', '094017.963000', '094017.965000', '094017.968000', '094017.970000', '094017.973000', '094017.976000', '094017.978000', '094017.981000', '094017.983000', '094017.986000', '094017.989000', '094017.991000', '094017.994000', '094017.996000', '094018.000000', '094018.002000', '094018.005000', '094018.008000', '094018.011000', '094018.013000', '094018.016000', '094018.019000', '094018.021000', '094018.024000', '094018.026000', '094018.029000', '094018.032000', '094018.035000', '094018.038000', '094018.041000', '094018.043000', '094018.046000', '094018.049000', '094018.051000', '094018.054000', '094018.056000', '094018.059000', '094018.061000', '094018.064000', '094018.066000', '094037.955000', '094037.957000', '094037.960000', '094037.963000', '094037.965000', '094037.968000', '094037.971000', '094037.973000', '094037.976000', '094037.978000', '094037.981000', '094037.983000', '094037.986000', '094037.988000', '094037.991000', '094037.994000', '094037.996000', '094038.000000', '094038.002000', '094038.005000', '094038.007000', '094038.011000', '094038.014000', '094038.016000', '094038.019000', '094038.021000', '094038.024000', '094038.026000', '094038.029000', '094038.031000', '094038.034000', '094038.037000', '094038.039000', '094038.042000', '094038.044000', '094038.047000', '094038.049000', '094038.052000', '094038.055000', '094038.057000', '094038.060000', '094038.062000', '094038.065000', '094038.067000', '094049.682000', '094049.685000', '094049.688000', '094049.690000', '094049.693000', '094049.696000', '094049.698000', '094049.701000', '094049.704000', '094049.707000', '094049.709000', '094049.712000', '094049.715000', '094049.717000', '094049.720000', '094049.723000', '094049.726000', '094049.729000', '094049.731000', '094049.734000', '094049.737000', '094049.740000', '094049.742000', '094049.745000', '094049.748000', '094049.751000'], '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': [7214, 6491, 7525, 6390, 7628, 6337, 7295, 6487, 7322, 6647, 6952, 7038, 6543, 6582, 6603, 6640, 6518, 6460, 6744, 6697, 7465, 6916, 6640, 6462, 6394, 6733, 6666, 7202, 6920, 7238, 6496, 7295, 6743, 7163, 6512, 6870, 6733, 6903, 6454, 6980, 6784, 6911, 7254, 6884, 6719, 6729, 6363, 6391, 6292, 6422, 6173, 6614, 6288, 6614, 6358, 6658, 6379, 6935, 6485, 6649, 7596, 6289, 7023, 6174, 7766, 8832, 7717, 10633, 8110, 10018, 7025, 8119, 6638, 6717, 6223, 7736, 11140, 7315, 6961, 7158, 6666, 6339, 7716, 8249, 7114, 6530, 6575, 6815, 6186, 7524, 6561, 7229, 6407, 6775, 6823, 6752, 6955, 6255, 7497, 6372, 7261, 6650, 7503, 6638, 7353, 6721, 6180, 6703, 6469, 7570, 6518, 7428, 7207, 7241, 6510, 7256, 6798, 7212, 6747, 6880, 6454, 6574, 6540, 6258, 7668, 9113, 7171, 8273, 6982, 6439, 6363, 6598, 6409, 6429, 6511, 7239, 6784, 7451, 6625, 7403, 8674, 6226, 7665, 6792, 7504, 7739, 6705, 7736, 6170, 7517, 6188, 7424, 6742, 7340, 6685, 6724, 6238, 6616, 6640, 6299, 7490, 6277, 7407, 6329, 7639, 6325, 7503, 8407, 7318, 7107, 6253, 6516, 6433, 7702, 6449, 7402, 6397, 7604, 6314, 7497, 8456, 7375, 8979, 7159, 7515, 6847, 6639, 6249, 7732, 6389, 7498, 9419, 7020, 6715, 6457, 7559, 6386, 7340, 8063, 7281, 6464, 7255, 6795, 7150, 6669, 6091, 7638, 8982, 7428, 6924, 7071, 6901, 6219, 7585, 9047, 7054, 6891, 7041, 7147, 6333, 7538, 6318, 7319, 6449, 7284, 6982, 7054, 7011, 6922, 6948, 6624, 6677, 6864, 6924, 6713, 6880, 6855, 6922, 6400, 7214, 6442, 7339, 6263, 7587, 6256, 7540, 10726, 7448, 8500, 7110, 6749, 7088, 6651, 6397, 7536, 6265, 7332, 6126, 7402, 7417, 7450, 8027, 7229, 6881, 6171, 6693, 6323, 7561, 7915, 7475, 6517, 7019, 6461, 7056, 6792, 6901, 6633, 6702, 7573, 6169, 7455, 6360, 7376, 9458, 7493, 7025, 6470, 7657, 7390, 7356, 6612, 7347, 6802, 6946, 6928, 6404, 7462, 6327, 7053, 6645, 7091, 6750, 6682, 6824, 6297, 7033, 6096, 6939, 6509, 7363, 6527, 7020, 6673, 7166, 6588, 7184, 6993, 6559, 6830, 6152, 7144, 6236, 7418, 7107, 7195, 7530, 7306, 6677, 7116, 6858, 7161, 8890, 6837, 7243, 6758, 6811, 6335, 7484, 11342, 7053, 7436, 6823, 6835, 6378, 6769, 6388, 6837, 6214, 6716, 6372, 7469, 7318, 7272, 8428, 7326, 6597, 6970, 6829, 6147, 7635, 11468, 7201, 8811, 7115, 6571, 6987, 6812, 6330, 7569, 6153, 7321, 7305, 7158, 6655, 7121, 6819, 6993, 7634, 6237, 7180, 7572, 6879, 6955, 6191, 7439, 6016, 7127, 6303, 6996, 6394, 7152, 6624, 6971, 6907, 6565, 6783, 6456, 6923, 6274, 6843, 6278, 6795, 6272, 6845, 6259, 6749, 6270, 7229, 6391, 7204, 6366, 7140, 10557, 6967, 8400, 6530, 6554, 6374, 6799, 6468, 6846, 6264, 6784, 6429, 7364, 6216, 7248, 8410, 7396, 9544, 6945, 7543, 6300, 7488, 11592, 7124, 7354, 6178, 7237, 6150, 7286, 6530, 7178, 6456, 6723, 6757, 6813, 6614, 6770, 6878, 6397, 6906, 6341, 6971, 6266, 6960, 6472, 6928, 6672, 6732, 6549, 6690, 6860, 6672, 6792, 7614, 6839, 8063, 7232, 8903, 7369, 7553, 6809, 7815, 6996, 6660, 7099, 6672, 6709, 6572, 6503, 6384, 6749, 6481, 6547, 6830, 6295, 7089, 6233, 7263, 6355, 7102, 6647, 7109, 6606, 6930, 6491, 7044, 6387, 6934, 6336, 6299, 7656, 7257, 7300, 6235, 7158, 6499, 7181, 6483, 7121, 6443, 7175, 6385, 7023, 6536, 6951, 6258, 6318, 6556, 6206, 6668, 6150, 7377, 9434, 7332, 8440, 6780, 6391, 6705, 6432, 6371, 6335, 6272, 7485, 7509, 7305, 6349, 7030, 7246, 7029, 6868, 6268, 7274, 8523, 7016, 6312, 6958, 6586, 6939, 6968, 6766, 6720, 6170, 6552, 6367, 7401, 6198, 7313, 9667, 6836, 7326, 6224, 7385, 6451, 7041, 6375, 6940, 6563, 6238, 6491, 6258, 7196, 6342, 7211, 6549, 6868, 6452, 6779, 6368, 6488, 6444, 6476, 6585, 6555, 6383, 6509, 6631, 6283, 6645, 6220, 6779, 6198, 7292, 11222, 7213, 8753, 6647, 6296, 6385, 6499, 6400, 7267, 6287, 7024, 6365, 7282, 6133, 7271, 6416, 7145, 8818, 6756, 6352, 6695, 6359, 6373, 7233, 10617, 7092, 7115, 6142, 7399, 6266, 7059, 6542, 6890, 6446, 6382, 6433, 6368, 7096, 6271, 7373, 6666, 7103, 6569, 6507, 6687, 6184, 7023, 6165, 7374, 6476, 7066, 6546, 7100, 6538, 6807, 7504, 9854, 7356, 8259, 6296, 6606, 6499, 7166, 6424, 7276, 6626, 6966, 6272, 6948, 6560, 6993, 6647, 6424, 6328, 6823, 6393, 6605, 6293, 6338, 7092, 7181, 6999, 10492, 6741, 6651, 6293, 7043, 9820, 6902, 6743, 6729, 6027, 6486, 6217, 6609, 7042, 8075, 6902, 6196, 6457, 6262, 6123, 6725, 6553, 6159, 6322, 6189, 6305, 6424, 6339, 6387, 6267, 6434, 6574, 6361, 6456, 6956, 6267, 7028, 8337, 6842, 6708, 6786, 7252, 6729, 6469, 6469, 6457, 6297, 6071, 6429, 6191, 6227, 6196, 6340, 6252, 6520, 6166, 6284, 6134, 6124, 6189, 6349, 6249, 6287, 6258, 6230, 6104, 6367, 6307, 6349, 6546, 6955, 7068, 9109, 6681, 6485, 6670, 6928, 6703, 10385, 6595, 7811, 6675, 7550, 6636, 7268, 6574, 7917, 8421, 6836, 11422, 6857, 8438, 6422, 6824, 6274, 6721, 6591, 6387, 6912, 6127, 6766, 6294, 6790, 6651, 6575, 6379, 6500, 6088, 6330, 6207, 6460, 6266, 6466, 6760, 6297, 6750, 6472, 6648, 6268, 6464, 8147, 6698, 6610, 6582, 6333, 6527, 6303, 6402, 6776, 6381, 6800, 6400, 6589, 6461, 6420, 6555, 6600, 10620, 6661, 8595, 6605, 6605, 6470, 6234, 6395, 6530, 6102, 6644, 6486, 6818, 6639, 6289, 6606, 6515, 6253, 6085, 6276, 6130, 6272, 6155, 6619, 6385, 6826, 7845, 6420, 6539, 6483, 6286, 6452, 6568, 6233, 6789, 10025, 6776, 7449, 6644, 6244, 6399, 6621, 7856, 6770, 6331, 6524, 6228, 6424, 6585, 6549, 6306, 6508, 6249, 6458, 6495, 6647, 6577, 6415, 6263], 'WindowCenter': [3859.0, 3823.0, 3841.0, 3818.0, 3838.0, 3816.0, 3827.0, 3815.0, 3827.0, 3814.0, 3827.0, 3826.0, 3819.0, 3829.0, 3831.0, 3828.0, 3820.0, 3819.0, 3832.0, 3833.0, 3844.0, 3857.0, 3847.0, 3846.0, 3834.0, 3835.0, 3832.0, 3844.0, 3843.0, 3845.0, 3835.0, 3856.0, 3834.0, 3843.0, 3834.0, 3845.0, 3832.0, 3844.0, 3832.0, 3844.0, 3833.0, 3845.0, 3843.0, 3844.0, 3833.0, 3860.0, 3847.0, 3847.0, 3833.0, 3834.0, 3821.0, 3833.0, 3833.0, 3834.0, 3833.0, 3840.0, 3833.0, 3844.0, 3833.0, 3833.0, 3854.0, 3833.0, 3842.0, 3821.0, 3853.0, 3862.0, 3841.0, 3871.0, 3841.0, 3860.0, 3829.0, 3838.0, 3817.0, 3817.0, 3806.0, 3837.0, 3869.0, 3828.0, 3815.0, 3828.0, 3817.0, 3806.0, 3838.0, 3837.0, 3828.0, 3816.0, 3816.0, 3817.0, 3806.0, 3838.0, 3815.0, 3829.0, 3817.0, 3818.0, 3817.0, 3829.0, 3828.0, 3818.0, 3840.0, 3831.0, 3840.0, 3829.0, 3840.0, 3829.0, 3841.0, 3828.0, 3819.0, 3830.0, 3820.0, 3841.0, 3820.0, 3842.0, 3841.0, 3841.0, 3830.0, 3841.0, 3830.0, 3842.0, 3831.0, 3844.0, 3832.0, 3832.0, 3830.0, 3830.0, 3852.0, 3859.0, 3842.0, 3850.0, 3830.0, 3819.0, 3819.0, 3830.0, 3831.0, 3831.0, 3819.0, 3841.0, 3830.0, 3841.0, 3830.0, 3841.0, 3862.0, 3819.0, 3840.0, 3817.0, 3839.0, 3838.0, 3817.0, 3838.0, 3807.0, 3827.0, 3808.0, 3838.0, 3817.0, 3839.0, 3829.0, 3829.0, 3808.0, 3830.0, 3829.0, 3818.0, 3840.0, 3819.0, 3841.0, 3819.0, 3840.0, 3819.0, 3840.0, 3848.0, 3828.0, 3828.0, 3817.0, 3819.0, 3818.0, 3839.0, 3818.0, 3840.0, 3818.0, 3839.0, 3818.0, 3841.0, 3850.0, 3840.0, 3849.0, 3829.0, 3839.0, 3829.0, 3828.0, 3817.0, 3838.0, 3815.0, 3827.0, 3847.0, 3826.0, 3817.0, 3816.0, 3837.0, 3812.0, 3838.0, 3848.0, 3838.0, 3816.0, 3838.0, 3817.0, 3826.0, 3816.0, 3806.0, 3839.0, 3847.0, 3827.0, 3826.0, 3827.0, 3828.0, 3805.0, 3837.0, 3848.0, 3826.0, 3826.0, 3828.0, 3826.0, 3815.0, 3839.0, 3816.0, 3827.0, 3816.0, 3839.0, 3827.0, 3830.0, 3828.0, 3829.0, 3829.0, 3830.0, 3830.0, 3831.0, 3841.0, 3831.0, 3841.0, 3832.0, 3841.0, 3830.0, 3841.0, 3821.0, 3841.0, 3819.0, 3841.0, 3818.0, 3841.0, 3869.0, 3840.0, 3849.0, 3828.0, 3816.0, 3827.0, 3816.0, 3816.0, 3839.0, 3818.0, 3827.0, 3805.0, 3827.0, 3826.0, 3826.0, 3836.0, 3827.0, 3827.0, 3805.0, 3815.0, 3804.0, 3837.0, 3835.0, 3827.0, 3804.0, 3826.0, 3805.0, 3827.0, 3815.0, 3827.0, 3815.0, 3816.0, 3839.0, 3819.0, 3838.0, 3816.0, 3838.0, 3857.0, 3826.0, 3826.0, 3804.0, 3836.0, 3825.0, 3826.0, 3815.0, 3825.0, 3814.0, 3826.0, 3825.0, 3804.0, 3826.0, 3815.0, 3826.0, 3816.0, 3827.0, 3817.0, 3827.0, 3829.0, 3818.0, 3828.0, 3818.0, 3828.0, 3818.0, 3841.0, 3818.0, 3841.0, 3828.0, 3840.0, 3829.0, 3840.0, 3830.0, 3830.0, 3830.0, 3818.0, 3829.0, 3818.0, 3839.0, 3828.0, 3830.0, 3838.0, 3840.0, 3828.0, 3840.0, 3828.0, 3841.0, 3860.0, 3829.0, 3838.0, 3829.0, 3828.0, 3818.0, 3827.0, 3869.0, 3827.0, 3826.0, 3816.0, 3816.0, 3816.0, 3828.0, 3817.0, 3817.0, 3806.0, 3827.0, 3816.0, 3838.0, 3827.0, 3839.0, 3848.0, 3827.0, 3815.0, 3828.0, 3816.0, 3804.0, 3825.0, 3865.0, 3823.0, 3846.0, 3825.0, 3814.0, 3825.0, 3814.0, 3804.0, 3826.0, 3803.0, 3826.0, 3825.0, 3815.0, 3814.0, 3826.0, 3814.0, 3825.0, 3836.0, 3803.0, 3825.0, 3824.0, 3814.0, 3814.0, 3804.0, 3826.0, 3803.0, 3826.0, 3815.0, 3827.0, 3816.0, 3827.0, 3817.0, 3829.0, 3828.0, 3830.0, 3828.0, 3819.0, 3841.0, 3830.0, 3829.0, 3825.0, 3831.0, 3829.0, 3830.0, 3831.0, 3831.0, 3820.0, 3842.0, 3820.0, 3842.0, 3831.0, 3842.0, 3882.0, 3830.0, 3851.0, 3831.0, 3819.0, 3820.0, 3830.0, 3819.0, 3830.0, 3820.0, 3829.0, 3819.0, 3841.0, 3819.0, 3840.0, 3850.0, 3840.0, 3859.0, 3827.0, 3838.0, 3816.0, 3826.0, 3867.0, 3816.0, 3826.0, 3803.0, 3826.0, 3804.0, 3826.0, 3804.0, 3826.0, 3815.0, 3828.0, 3816.0, 3829.0, 3818.0, 3829.0, 3817.0, 3818.0, 3829.0, 3830.0, 3842.0, 3820.0, 3831.0, 3831.0, 3844.0, 3845.0, 3832.0, 3821.0, 3832.0, 3831.0, 3831.0, 3831.0, 3842.0, 3834.0, 3851.0, 3843.0, 3862.0, 3841.0, 3839.0, 3831.0, 3840.0, 3830.0, 3818.0, 3831.0, 3818.0, 3819.0, 3818.0, 3819.0, 3817.0, 3830.0, 3818.0, 3819.0, 3830.0, 3818.0, 3831.0, 3809.0, 3840.0, 3819.0, 3830.0, 3824.0, 3831.0, 3830.0, 3842.0, 3831.0, 3831.0, 3819.0, 3831.0, 3819.0, 3819.0, 3841.0, 3841.0, 3840.0, 3808.0, 3830.0, 3818.0, 3830.0, 3818.0, 3831.0, 3820.0, 3831.0, 3819.0, 3831.0, 3819.0, 3830.0, 3820.0, 3820.0, 3821.0, 3820.0, 3831.0, 3819.0, 3841.0, 3860.0, 3831.0, 3850.0, 3828.0, 3818.0, 3829.0, 3818.0, 3818.0, 3818.0, 3819.0, 3842.0, 3841.0, 3839.0, 3818.0, 3829.0, 3828.0, 3828.0, 3816.0, 3817.0, 3828.0, 3847.0, 3829.0, 3817.0, 3828.0, 3817.0, 3829.0, 3828.0, 3828.0, 3830.0, 3819.0, 3818.0, 3818.0, 3840.0, 3807.0, 3839.0, 3859.0, 3818.0, 3828.0, 3805.0, 3828.0, 3806.0, 3828.0, 3805.0, 3827.0, 3817.0, 3806.0, 3817.0, 3817.0, 3828.0, 3817.0, 3828.0, 3818.0, 3828.0, 3819.0, 3830.0, 3819.0, 3819.0, 3819.0, 3820.0, 3830.0, 3827.0, 3819.0, 3831.0, 3831.0, 3831.0, 3830.0, 3820.0, 3831.0, 3820.0, 3841.0, 3881.0, 3840.0, 3850.0, 3828.0, 3818.0, 3818.0, 3818.0, 3817.0, 3827.0, 3817.0, 3828.0, 3818.0, 3829.0, 3818.0, 3840.0, 3818.0, 3830.0, 3860.0, 3830.0, 3818.0, 3829.0, 3817.0, 3817.0, 3828.0, 3869.0, 3828.0, 3828.0, 3806.0, 3827.0, 3805.0, 3827.0, 3805.0, 3827.0, 3815.0, 3815.0, 3815.0, 3815.0, 3826.0, 3816.0, 3828.0, 3816.0, 3828.0, 3818.0, 3817.0, 3817.0, 3807.0, 3828.0, 3807.0, 3839.0, 3817.0, 3829.0, 3819.0, 3829.0, 3818.0, 3829.0, 3840.0, 3859.0, 3828.0, 3838.0, 3817.0, 3817.0, 3818.0, 3829.0, 3818.0, 3840.0, 3817.0, 3830.0, 3819.0, 3841.0, 3831.0, 3845.0, 3847.0, 3835.0, 3835.0, 3844.0, 3834.0, 3833.0, 3834.0, 3832.0, 3842.0, 3830.0, 3831.0, 3871.0, 3830.0, 3829.0, 3819.0, 3831.0, 3859.0, 3826.0, 3817.0, 3818.0, 3807.0, 3817.0, 3807.0, 3817.0, 3828.0, 3838.0, 3828.0, 3807.0, 3818.0, 3818.0, 3807.0, 3830.0, 3817.0, 3820.0, 3818.0, 3820.0, 3821.0, 3832.0, 3828.0, 3832.0, 3832.0, 3821.0, 3831.0, 3820.0, 3819.0, 3832.0, 3819.0, 3830.0, 3849.0, 3819.0, 3818.0, 3829.0, 3827.0, 3819.0, 3818.0, 3818.0, 3818.0, 3820.0, 3808.0, 3820.0, 3819.0, 3821.0, 3820.0, 3832.0, 3833.0, 3847.0, 3834.0, 3833.0, 3821.0, 3835.0, 3823.0, 3834.0, 3833.0, 3832.0, 3832.0, 3823.0, 3821.0, 3832.0, 3834.0, 3832.0, 3832.0, 3841.0, 3832.0, 3861.0, 3831.0, 3821.0, 3832.0, 3830.0, 3831.0, 3871.0, 3831.0, 3839.0, 3820.0, 3839.0, 3819.0, 3828.0, 3818.0, 3839.0, 3837.0, 3817.0, 3869.0, 3817.0, 3836.0, 3803.0, 3815.0, 3803.0, 3814.0, 3804.0, 3804.0, 3815.0, 3804.0, 3816.0, 3805.0, 3816.0, 3815.0, 3816.0, 3805.0, 3818.0, 3807.0, 3819.0, 3819.0, 3828.0, 3820.0, 3820.0, 3831.0, 3820.0, 3832.0, 3820.0, 3832.0, 3820.0, 3832.0, 3851.0, 3828.0, 3830.0, 3831.0, 3820.0, 3831.0, 3820.0, 3821.0, 3831.0, 3821.0, 3831.0, 3819.0, 3831.0, 3820.0, 3820.0, 3819.0, 3830.0, 3871.0, 3830.0, 3850.0, 3829.0, 3818.0, 3819.0, 3807.0, 3818.0, 3818.0, 3807.0, 3829.0, 3818.0, 3830.0, 3829.0, 3819.0, 3829.0, 3820.0, 3819.0, 3820.0, 3820.0, 3819.0, 3819.0, 3819.0, 3830.0, 3819.0, 3830.0, 3851.0, 3820.0, 3818.0, 3820.0, 3819.0, 3819.0, 3829.0, 3807.0, 3829.0, 3859.0, 3818.0, 3825.0, 3818.0, 3817.0, 3811.0, 3817.0, 3836.0, 3817.0, 3805.0, 3818.0, 3806.0, 3819.0, 3819.0, 3819.0, 3820.0, 3821.0, 3820.0, 3832.0, 3831.0, 3834.0, 3832.0, 3833.0, 3832.0], 'WindowWidth': [8691.0, 8631.0, 8647.0, 8612.0, 8637.0, 8606.0, 8620.0, 8601.0, 8619.0, 8600.0, 8619.0, 8618.0, 8614.0, 8629.0, 8634.0, 8627.0, 8617.0, 8614.0, 8633.0, 8639.0, 8652.0, 8679.0, 8666.0, 8661.0, 8640.0, 8642.0, 8634.0, 8651.0, 8651.0, 8654.0, 8642.0, 8670.0, 8638.0, 8650.0, 8639.0, 8657.0, 8634.0, 8652.0, 8635.0, 8653.0, 8636.0, 8653.0, 8650.0, 8653.0, 8638.0, 8684.0, 8663.0, 8662.0, 8637.0, 8640.0, 8619.0, 8637.0, 8636.0, 8640.0, 8637.0, 8646.0, 8638.0, 8654.0, 8636.0, 8637.0, 8667.0, 8638.0, 8647.0, 8618.0, 8662.0, 8671.0, 8643.0, 8682.0, 8642.0, 8665.0, 8622.0, 8634.0, 8605.0, 8605.0, 8588.0, 8630.0, 8675.0, 8620.0, 8600.0, 8619.0, 8604.0, 8589.0, 8634.0, 8631.0, 8619.0, 8603.0, 8603.0, 8604.0, 8588.0, 8634.0, 8601.0, 8623.0, 8608.0, 8608.0, 8606.0, 8624.0, 8623.0, 8609.0, 8640.0, 8632.0, 8643.0, 8625.0, 8642.0, 8626.0, 8645.0, 8625.0, 8614.0, 8630.0, 8617.0, 8645.0, 8614.0, 8646.0, 8645.0, 8646.0, 8628.0, 8646.0, 8631.0, 8649.0, 8631.0, 8653.0, 8635.0, 8634.0, 8629.0, 8629.0, 8660.0, 8666.0, 8647.0, 8653.0, 8628.0, 8613.0, 8613.0, 8628.0, 8633.0, 8632.0, 8614.0, 8644.0, 8628.0, 8645.0, 8629.0, 8645.0, 8675.0, 8613.0, 8641.0, 8607.0, 8637.0, 8634.0, 8606.0, 8635.0, 8593.0, 8621.0, 8595.0, 8635.0, 8606.0, 8638.0, 8626.0, 8627.0, 8596.0, 8627.0, 8625.0, 8610.0, 8641.0, 8613.0, 8644.0, 8611.0, 8642.0, 8611.0, 8640.0, 8649.0, 8623.0, 8623.0, 8607.0, 8610.0, 8609.0, 8640.0, 8611.0, 8643.0, 8610.0, 8639.0, 8611.0, 8643.0, 8654.0, 8642.0, 8652.0, 8628.0, 8640.0, 8626.0, 8623.0, 8607.0, 8637.0, 8602.0, 8618.0, 8647.0, 8617.0, 8605.0, 8605.0, 8633.0, 8596.0, 8637.0, 8650.0, 8637.0, 8604.0, 8636.0, 8606.0, 8618.0, 8605.0, 8590.0, 8637.0, 8646.0, 8620.0, 8617.0, 8620.0, 8621.0, 8587.0, 8634.0, 8647.0, 8617.0, 8616.0, 8621.0, 8618.0, 8603.0, 8638.0, 8606.0, 8620.0, 8604.0, 8638.0, 8620.0, 8630.0, 8623.0, 8626.0, 8626.0, 8630.0, 8628.0, 8632.0, 8646.0, 8634.0, 8645.0, 8636.0, 8645.0, 8630.0, 8644.0, 8618.0, 8645.0, 8612.0, 8642.0, 8609.0, 8643.0, 8678.0, 8641.0, 8652.0, 8622.0, 8604.0, 8621.0, 8605.0, 8604.0, 8637.0, 8609.0, 8619.0, 8589.0, 8620.0, 8617.0, 8618.0, 8630.0, 8619.0, 8621.0, 8589.0, 8601.0, 8586.0, 8634.0, 8626.0, 8617.0, 8585.0, 8616.0, 8587.0, 8619.0, 8602.0, 8620.0, 8603.0, 8606.0, 8638.0, 8613.0, 8636.0, 8605.0, 8636.0, 8660.0, 8618.0, 8616.0, 8586.0, 8630.0, 8613.0, 8618.0, 8602.0, 8615.0, 8598.0, 8617.0, 8613.0, 8584.0, 8618.0, 8603.0, 8618.0, 8604.0, 8621.0, 8606.0, 8622.0, 8624.0, 8611.0, 8622.0, 8611.0, 8625.0, 8611.0, 8643.0, 8612.0, 8644.0, 8624.0, 8644.0, 8626.0, 8644.0, 8628.0, 8630.0, 8628.0, 8611.0, 8626.0, 8611.0, 8640.0, 8623.0, 8629.0, 8638.0, 8642.0, 8624.0, 8642.0, 8624.0, 8644.0, 8669.0, 8626.0, 8637.0, 8625.0, 8624.0, 8608.0, 8621.0, 8677.0, 8619.0, 8617.0, 8606.0, 8603.0, 8605.0, 8622.0, 8608.0, 8607.0, 8593.0, 8622.0, 8606.0, 8636.0, 8619.0, 8638.0, 8650.0, 8621.0, 8602.0, 8621.0, 8603.0, 8585.0, 8614.0, 8666.0, 8610.0, 8642.0, 8614.0, 8597.0, 8614.0, 8597.0, 8586.0, 8615.0, 8583.0, 8616.0, 8615.0, 8601.0, 8598.0, 8616.0, 8599.0, 8614.0, 8629.0, 8581.0, 8614.0, 8612.0, 8598.0, 8598.0, 8584.0, 8616.0, 8584.0, 8618.0, 8601.0, 8621.0, 8605.0, 8622.0, 8608.0, 8626.0, 8624.0, 8630.0, 8624.0, 8613.0, 8644.0, 8630.0, 8629.0, 8618.0, 8630.0, 8628.0, 8631.0, 8632.0, 8632.0, 8617.0, 8648.0, 8617.0, 8646.0, 8631.0, 8647.0, 8700.0, 8630.0, 8657.0, 8633.0, 8613.0, 8617.0, 8629.0, 8612.0, 8628.0, 8615.0, 8626.0, 8613.0, 8643.0, 8612.0, 8641.0, 8653.0, 8640.0, 8665.0, 8621.0, 8635.0, 8603.0, 8616.0, 8670.0, 8601.0, 8615.0, 8581.0, 8614.0, 8584.0, 8615.0, 8585.0, 8616.0, 8601.0, 8623.0, 8604.0, 8626.0, 8608.0, 8625.0, 8607.0, 8611.0, 8625.0, 8629.0, 8647.0, 8616.0, 8630.0, 8635.0, 8654.0, 8660.0, 8635.0, 8618.0, 8632.0, 8632.0, 8631.0, 8633.0, 8646.0, 8637.0, 8658.0, 8649.0, 8671.0, 8643.0, 8639.0, 8629.0, 8642.0, 8627.0, 8609.0, 8628.0, 8608.0, 8611.0, 8608.0, 8613.0, 8607.0, 8628.0, 8610.0, 8612.0, 8626.0, 8610.0, 8630.0, 8598.0, 8640.0, 8610.0, 8628.0, 8615.0, 8628.0, 8628.0, 8646.0, 8630.0, 8631.0, 8613.0, 8631.0, 8613.0, 8613.0, 8644.0, 8643.0, 8639.0, 8594.0, 8626.0, 8607.0, 8627.0, 8609.0, 8630.0, 8616.0, 8630.0, 8614.0, 8632.0, 8613.0, 8630.0, 8614.0, 8616.0, 8618.0, 8614.0, 8630.0, 8613.0, 8642.0, 8666.0, 8628.0, 8652.0, 8622.0, 8608.0, 8625.0, 8608.0, 8611.0, 8611.0, 8611.0, 8647.0, 8644.0, 8639.0, 8608.0, 8625.0, 8621.0, 8622.0, 8604.0, 8604.0, 8622.0, 8645.0, 8622.0, 8605.0, 8623.0, 8605.0, 8625.0, 8623.0, 8625.0, 8627.0, 8614.0, 8611.0, 8609.0, 8640.0, 8594.0, 8638.0, 8663.0, 8609.0, 8621.0, 8589.0, 8621.0, 8589.0, 8620.0, 8588.0, 8619.0, 8604.0, 8591.0, 8606.0, 8607.0, 8623.0, 8606.0, 8624.0, 8609.0, 8624.0, 8611.0, 8628.0, 8612.0, 8613.0, 8611.0, 8615.0, 8628.0, 8624.0, 8613.0, 8632.0, 8631.0, 8633.0, 8631.0, 8617.0, 8632.0, 8615.0, 8645.0, 8696.0, 8640.0, 8654.0, 8623.0, 8609.0, 8608.0, 8610.0, 8606.0, 8620.0, 8606.0, 8623.0, 8608.0, 8625.0, 8609.0, 8641.0, 8609.0, 8627.0, 8668.0, 8627.0, 8609.0, 8625.0, 8607.0, 8607.0, 8623.0, 8675.0, 8621.0, 8621.0, 8591.0, 8618.0, 8588.0, 8619.0, 8588.0, 8619.0, 8603.0, 8602.0, 8600.0, 8602.0, 8619.0, 8605.0, 8624.0, 8605.0, 8624.0, 8610.0, 8607.0, 8607.0, 8593.0, 8623.0, 8593.0, 8639.0, 8608.0, 8627.0, 8613.0, 8625.0, 8610.0, 8625.0, 8641.0, 8663.0, 8621.0, 8633.0, 8607.0, 8607.0, 8609.0, 8624.0, 8608.0, 8641.0, 8609.0, 8629.0, 8614.0, 8645.0, 8631.0, 8658.0, 8666.0, 8644.0, 8644.0, 8652.0, 8640.0, 8638.0, 8638.0, 8634.0, 8647.0, 8629.0, 8630.0, 8683.0, 8628.0, 8626.0, 8611.0, 8629.0, 8664.0, 8618.0, 8607.0, 8608.0, 8593.0, 8607.0, 8594.0, 8606.0, 8623.0, 8634.0, 8623.0, 8592.0, 8610.0, 8608.0, 8596.0, 8629.0, 8609.0, 8615.0, 8611.0, 8615.0, 8618.0, 8634.0, 8627.0, 8634.0, 8635.0, 8618.0, 8631.0, 8616.0, 8614.0, 8633.0, 8613.0, 8626.0, 8651.0, 8611.0, 8608.0, 8624.0, 8620.0, 8612.0, 8609.0, 8610.0, 8610.0, 8614.0, 8598.0, 8615.0, 8614.0, 8617.0, 8616.0, 8636.0, 8639.0, 8664.0, 8643.0, 8638.0, 8618.0, 8645.0, 8625.0, 8642.0, 8638.0, 8635.0, 8633.0, 8624.0, 8621.0, 8635.0, 8640.0, 8634.0, 8636.0, 8644.0, 8633.0, 8670.0, 8630.0, 8616.0, 8632.0, 8628.0, 8631.0, 8684.0, 8629.0, 8638.0, 8613.0, 8637.0, 8611.0, 8621.0, 8609.0, 8638.0, 8632.0, 8605.0, 8675.0, 8603.0, 8626.0, 8582.0, 8599.0, 8580.0, 8596.0, 8583.0, 8583.0, 8599.0, 8583.0, 8600.0, 8586.0, 8602.0, 8599.0, 8603.0, 8587.0, 8610.0, 8595.0, 8612.0, 8613.0, 8626.0, 8615.0, 8615.0, 8632.0, 8616.0, 8633.0, 8616.0, 8635.0, 8617.0, 8636.0, 8658.0, 8626.0, 8628.0, 8630.0, 8615.0, 8633.0, 8616.0, 8618.0, 8631.0, 8617.0, 8631.0, 8614.0, 8631.0, 8615.0, 8616.0, 8612.0, 8627.0, 8682.0, 8629.0, 8655.0, 8626.0, 8607.0, 8611.0, 8594.0, 8609.0, 8609.0, 8594.0, 8626.0, 8608.0, 8628.0, 8625.0, 8614.0, 8625.0, 8615.0, 8613.0, 8614.0, 8613.0, 8614.0, 8614.0, 8612.0, 8628.0, 8612.0, 8630.0, 8657.0, 8615.0, 8610.0, 8616.0, 8612.0, 8613.0, 8625.0, 8593.0, 8626.0, 8665.0, 8609.0, 8615.0, 8608.0, 8606.0, 8594.0, 8607.0, 8630.0, 8605.0, 8588.0, 8608.0, 8592.0, 8612.0, 8611.0, 8614.0, 8617.0, 8618.0, 8615.0, 8635.0, 8633.0, 8641.0, 8635.0, 8638.0, 8635.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.0004872018348623853</td></tr>
<tr><td colspan=3>aqi</td><td>0.022715765711009174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.448545974890926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1631267183467273</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000201955648679</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>4358.4053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08159946597181272</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9495412844036697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4865060186081016</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.495871213221066</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5664098479029303</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3972369947003083</td></tr>
<tr><td colspan=3>gcor</td><td>0.00680417</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010322271846234798</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023217417299747467</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.080695183780537</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.6853</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.9796</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.0221</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7881</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.2559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3078.4342</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.3015</td></tr>
<tr><td colspan=3>tsnr</td><td>39.78108842478832</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>