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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0092_ses-03_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-0092_ses-03_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-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-03_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-0092/ses-03/func/sub-0092_ses-03_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>c5d0d62a52ccb61c8aa1e3d3cf49ce63</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>08:50:9.590000</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.99931, 0.0021389, -0.0370749, 0.00122086, 0.995908, 0.090362]</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.0793542</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7740, -7291, 688, -52, -139, 23, 83]</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>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49a5cb23-bc90-4b17-a4b8-c1bb9ab6a7b2||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.6810762882232666, 0.003275474300608039, -0.10021442919969559, 112.08827209472656], [-0.005738506093621254, 2.6719489097595215, 0.24393142759799957, -99.90277862548828], [-0.09946919977664948, -0.2424347698688507, 2.6870901584625244, -60.39604949951172], [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': ['085009.590000', '085010.050000', '085010.510000', '085010.970000', '085011.430000', '085011.890000', '085012.350000', '085012.810000', '085013.270000', '085013.730000', '085014.190000', '085014.650000', '085015.110000', '085015.570000', '085016.030000', '085016.490000', '085016.950000', '085017.410000', '085017.870000', '085018.330000', '085018.790000', '085019.250000', '085019.710000', '085020.170000', '085020.630000', '085021.090000', '085021.550000', '085022.010000', '085022.470000', '085022.930000', '085023.390000', '085023.850000', '085024.310000', '085024.770000', '085025.230000', '085025.690000', '085026.150000', '085026.610000', '085027.070000', '085027.530000', '085027.990000', '085028.450000', '085028.910000', '085029.370000', '085029.830000', '085030.290000', '085030.750000', '085031.210000', '085031.670000', '085032.130000', '085032.590000', '085033.050000', '085033.510000', '085033.970000', '085034.430000', '085034.890000', '085035.350000', '085035.810000', '085036.270000', '085036.730000', '085037.190000', '085037.650000', '085038.110000', '085038.570000', '085039.030000', '085039.490000', '085039.950000', '085040.410000', '085040.870000', '085041.330000', '085041.790000', '085042.250000', '085042.710000', '085043.170000', '085043.630000', '085044.090000', '085044.550000', '085045.010000', '085045.470000', '085045.930000', '085046.390000', '085046.850000', '085047.310000', '085047.770000', '085048.230000', '085048.690000', '085049.150000', '085049.610000', '085050.070000', '085050.530000', '085050.990000', '085051.450000', '085051.910000', '085052.370000', '085052.830000', '085053.290000', '085053.750000', '085054.210000', '085054.670000', '085055.130000', '085055.590000', '085056.050000', '085056.510000', '085056.970000', '085057.430000', '085057.890000', '085058.350000', '085058.810000', '085059.270000', '085059.730000', '085100.190000', '085100.650000', '085101.110000', '085101.570000', '085102.030000', '085102.490000', '085102.950000', '085103.410000', '085103.870000', '085104.330000', '085104.790000', '085105.250000', '085105.710000', '085106.170000', '085106.630000', '085107.090000', '085107.550000', '085108.010000', '085108.470000', '085108.930000', '085109.390000', '085109.850000', '085110.310000', '085110.770000', '085111.230000', '085111.690000', '085112.150000', '085112.610000', '085113.070000', '085113.530000', '085113.990000', '085114.450000', '085114.910000', '085115.370000', '085115.830000', '085116.290000', '085116.750000', '085117.210000', '085117.670000', '085118.130000', '085118.590000', '085119.050000', '085119.510000', '085119.970000', '085120.430000', '085120.890000', '085121.350000', '085121.810000', '085122.270000', '085122.730000', '085123.190000', '085123.650000', '085124.110000', '085124.570000', '085125.030000', '085125.490000', '085125.950000', '085126.410000', '085126.870000', '085127.330000', '085127.790000', '085128.250000', '085128.710000', '085129.170000', '085129.630000', '085130.090000', '085130.550000', '085131.010000', '085131.470000', '085131.930000', '085132.390000', '085132.850000', '085133.310000', '085133.770000', '085134.230000', '085134.690000', '085135.150000', '085135.610000', '085136.070000', '085136.530000', '085136.990000', '085137.450000', '085137.910000', '085138.370000', '085138.830000', '085139.290000', '085139.750000', '085140.210000', '085140.670000', '085141.130000', '085141.590000', '085142.050000', '085142.510000', '085142.970000', '085143.430000', '085143.890000', '085144.350000', '085144.810000', '085145.270000', '085145.730000', '085146.190000', '085146.650000', '085147.110000', '085147.570000', '085148.030000', '085148.490000', '085148.950000', '085149.410000', '085149.870000', '085150.330000', '085150.790000', '085151.250000', '085151.710000', '085152.170000', '085152.630000', '085153.090000', '085153.550000', '085154.010000', '085154.470000', '085154.930000', '085155.390000', '085155.850000', '085156.310000', '085156.770000', '085157.230000', '085157.690000', '085158.150000', '085158.610000', '085159.070000', '085159.530000', '085159.990000', '085200.450000', '085200.910000', '085201.370000', '085201.830000', '085202.290000', '085202.750000', '085203.210000', '085203.670000', '085204.130000', '085204.590000', '085205.050000', '085205.510000', '085205.970000', '085206.430000', '085206.890000', '085207.350000', '085207.810000', '085208.270000', '085208.730000', '085209.190000', '085209.650000', '085210.110000', '085210.570000', '085211.030000', '085211.490000', '085211.950000', '085212.410000', '085212.870000', '085213.330000', '085213.790000', '085214.250000', '085214.710000', '085215.170000', '085215.630000', '085216.090000', '085216.550000', '085217.010000', '085217.470000', '085217.930000', '085218.390000', '085218.850000', '085219.310000', '085219.770000', '085220.230000', '085220.690000', '085221.150000', '085221.610000', '085222.070000', '085222.530000', '085222.990000', '085223.450000', '085223.910000', '085224.370000', '085224.830000', '085225.290000', '085225.750000', '085226.210000', '085226.670000', '085227.130000', '085227.590000', '085228.050000', '085228.510000', '085228.970000', '085229.430000', '085229.890000', '085230.350000', '085230.810000', '085231.270000', '085231.730000', '085232.190000', '085232.650000', '085233.110000', '085233.570000', '085234.030000', '085234.490000', '085234.950000', '085235.410000', '085235.870000', '085236.330000', '085236.790000', '085237.250000', '085237.710000', '085238.170000', '085238.630000', '085239.090000', '085239.550000', '085240.010000', '085240.470000', '085240.930000', '085241.390000', '085241.850000', '085242.310000', '085242.770000', '085243.230000', '085243.690000', '085244.150000', '085244.610000', '085245.070000', '085245.530000', '085245.990000', '085246.450000', '085246.910000', '085247.370000', '085247.830000', '085248.290000', '085248.750000', '085249.210000', '085249.670000', '085250.130000', '085250.590000', '085251.050000', '085251.510000', '085251.970000', '085252.430000', '085252.890000', '085253.350000', '085253.810000', '085254.270000', '085254.730000', '085255.190000', '085255.650000', '085256.110000', '085256.570000', '085257.030000', '085257.490000', '085257.950000', '085258.410000', '085258.870000', '085259.330000', '085259.790000', '085300.250000', '085300.710000', '085301.170000', '085301.630000', '085302.090000', '085302.550000', '085303.010000', '085303.470000', '085303.930000', '085304.390000', '085304.850000', '085305.310000', '085305.770000', '085306.230000', '085306.690000', '085307.150000', '085307.610000', '085308.070000', '085308.530000', '085308.990000', '085309.450000', '085309.910000', '085310.370000', '085310.830000', '085311.290000', '085311.750000', '085312.210000', '085312.670000', '085313.130000', '085313.590000', '085314.050000', '085314.510000', '085314.970000', '085315.430000', '085315.890000', '085316.350000', '085316.810000', '085317.270000', '085317.730000', '085318.190000', '085318.650000', '085319.110000', '085319.570000', '085320.030000', '085320.490000', '085320.950000', '085321.410000', '085321.870000', '085322.330000', '085322.790000', '085323.250000', '085323.710000', '085324.170000', '085324.630000', '085325.090000', '085325.550000', '085326.010000', '085326.470000', '085326.930000', '085327.390000', '085327.850000', '085328.310000', '085328.770000', '085329.230000', '085329.690000', '085330.150000', '085330.610000', '085331.070000', '085331.530000', '085331.990000', '085332.450000', '085332.910000', '085333.370000', '085333.830000', '085334.290000', '085334.750000', '085335.210000', '085335.670000', '085336.130000', '085336.590000', '085337.050000', '085337.510000', '085337.970000', '085338.430000', '085338.890000', '085339.350000', '085339.810000', '085340.270000', '085340.730000', '085341.190000', '085341.650000', '085342.110000', '085342.570000', '085343.030000', '085343.490000', '085343.950000', '085344.410000', '085344.870000', '085345.330000', '085345.790000', '085346.250000', '085346.710000', '085347.170000', '085347.630000', '085348.090000', '085348.550000', '085349.010000', '085349.470000', '085349.930000', '085350.390000', '085350.850000', '085351.310000', '085351.770000', '085352.230000', '085352.690000', '085353.150000', '085353.610000', '085354.070000', '085354.530000', '085354.990000', '085355.450000', '085355.910000', '085356.370000', '085356.830000', '085357.290000', '085357.750000', '085358.210000', '085358.670000', '085359.130000', '085359.590000', '085400.050000', '085400.510000', '085400.970000', '085401.430000', '085401.890000', '085402.350000', '085402.810000', '085403.270000', '085403.730000', '085404.190000', '085404.650000', '085405.110000', '085405.570000', '085406.030000', '085406.490000', '085406.950000', '085407.410000', '085407.870000', '085408.330000', '085408.790000', '085409.250000', '085409.710000', '085410.170000', '085410.630000', '085411.090000', '085411.550000', '085412.010000', '085412.470000', '085412.930000', '085413.390000', '085413.850000', '085414.310000', '085414.770000', '085415.230000', '085415.690000', '085416.150000', '085416.610000', '085417.070000', '085417.530000', '085417.990000', '085418.450000', '085418.910000', '085419.370000', '085419.830000', '085420.290000', '085420.750000', '085421.210000', '085421.670000', '085422.130000', '085422.590000', '085423.050000', '085423.510000', '085423.970000', '085424.430000', '085424.890000', '085425.350000', '085425.810000', '085426.270000', '085426.730000', '085427.190000', '085427.650000', '085428.110000', '085428.570000', '085429.030000', '085429.490000', '085429.950000', '085430.410000', '085430.870000', '085431.330000', '085431.790000', '085432.250000', '085432.710000', '085433.170000', '085433.630000', '085434.090000', '085434.550000', '085435.010000', '085435.470000', '085435.930000', '085436.390000', '085436.850000', '085437.310000', '085437.770000', '085438.230000', '085438.690000', '085439.150000', '085439.610000', '085440.070000', '085440.530000', '085440.990000', '085441.450000', '085441.910000', '085442.370000', '085442.830000', '085443.290000', '085443.750000', '085444.210000', '085444.670000', '085445.130000', '085445.590000', '085446.050000', '085446.510000', '085446.970000', '085447.430000', '085447.890000', '085448.350000', '085448.810000', '085449.270000', '085449.730000', '085450.190000', '085450.650000', '085451.110000', '085451.570000', '085452.030000', '085452.490000', '085452.950000', '085453.410000', '085453.870000', '085454.330000', '085454.790000', '085455.250000', '085455.710000', '085456.170000', '085456.630000', '085457.090000', '085457.550000', '085458.010000', '085458.470000', '085458.930000', '085459.390000', '085459.850000', '085500.310000', '085500.770000', '085501.230000', '085501.690000', '085502.150000', '085502.610000', '085503.070000', '085503.530000', '085503.990000', '085504.450000', '085504.910000', '085505.370000', '085505.830000', '085506.290000', '085506.750000', '085507.210000', '085507.670000', '085508.130000', '085508.590000', '085509.050000', '085509.510000', '085509.970000', '085510.430000', '085510.890000', '085511.350000', '085511.810000', '085512.270000', '085512.730000', '085513.190000', '085513.650000', '085514.110000', '085514.570000', '085515.030000', '085515.490000', '085515.950000', '085516.410000', '085516.870000', '085517.330000', '085517.790000', '085518.250000', '085518.710000', '085519.170000', '085519.630000', '085520.090000', '085520.550000', '085521.010000', '085521.470000', '085521.930000', '085522.390000', '085522.850000', '085523.310000', '085523.770000', '085524.230000', '085524.690000', '085525.150000', '085525.610000', '085526.070000', '085526.530000', '085526.990000', '085527.450000', '085527.910000', '085528.370000', '085528.830000', '085529.290000', '085529.750000', '085530.210000', '085530.670000', '085531.130000', '085531.590000', '085532.050000', '085532.510000', '085532.970000', '085533.430000', '085533.890000', '085534.350000', '085534.810000', '085535.270000', '085535.730000', '085536.190000', '085536.650000', '085537.110000', '085537.570000', '085538.030000', '085538.490000', '085538.950000', '085539.410000', '085539.870000', '085540.330000', '085540.790000', '085541.250000', '085541.710000', '085542.170000', '085542.630000', '085543.090000', '085543.550000', '085544.010000', '085544.470000', '085544.930000', '085545.390000', '085545.850000', '085546.310000', '085546.770000', '085547.230000', '085547.690000', '085548.150000', '085548.610000', '085549.070000', '085549.530000', '085549.990000', '085550.450000', '085550.910000', '085551.370000', '085551.830000', '085552.290000', '085552.750000', '085553.210000', '085553.670000', '085554.130000', '085554.590000', '085555.050000', '085555.510000', '085555.970000', '085556.430000', '085556.890000', '085557.350000', '085557.810000', '085558.270000', '085558.730000', '085559.190000', '085559.650000', '085600.110000', '085600.570000', '085601.030000', '085601.490000', '085601.950000', '085602.410000', '085602.870000', '085603.330000', '085603.790000', '085604.250000', '085604.710000', '085605.170000', '085605.630000', '085606.090000', '085606.550000', '085607.010000', '085607.470000', '085607.930000', '085608.390000', '085608.850000', '085609.310000', '085609.770000', '085610.230000', '085610.690000', '085611.150000', '085611.610000', '085612.070000', '085612.530000', '085612.990000', '085613.450000', '085613.910000', '085614.370000', '085614.830000', '085615.290000', '085615.750000', '085616.210000', '085616.670000', '085617.130000', '085617.590000', '085618.050000', '085618.510000', '085618.970000', '085619.430000', '085619.890000', '085620.350000', '085620.810000', '085621.270000', '085621.730000', '085622.190000', '085622.650000', '085623.110000', '085623.570000', '085624.030000', '085624.490000', '085624.950000', '085625.410000', '085625.870000', '085626.330000', '085626.790000', '085627.250000', '085627.710000', '085628.170000', '085628.630000', '085629.090000', '085629.550000', '085630.010000', '085630.470000', '085630.930000', '085631.390000', '085631.850000', '085632.310000', '085632.770000', '085633.230000', '085633.690000', '085634.150000', '085634.610000', '085635.070000', '085635.530000', '085635.990000', '085636.450000', '085636.910000', '085637.370000', '085637.830000', '085638.290000', '085638.750000', '085639.210000', '085639.670000', '085640.130000', '085640.590000', '085641.050000', '085641.510000', '085641.970000', '085642.430000', '085642.890000', '085643.350000', '085643.810000', '085644.270000', '085644.730000', '085645.190000', '085645.650000', '085646.110000', '085646.570000', '085647.030000', '085647.490000', '085647.950000', '085648.410000', '085648.870000', '085649.330000', '085649.790000', '085650.250000'], 'ContentTime': ['085023.814000', '085023.818000', '085023.821000', '085023.824000', '085023.826000', '085023.829000', '085023.831000', '085023.834000', '085023.836000', '085023.839000', '085023.842000', '085023.844000', '085023.847000', '085023.849000', '085023.852000', '085023.854000', '085023.857000', '085023.859000', '085023.862000', '085023.865000', '085023.867000', '085023.870000', '085023.872000', '085023.875000', '085023.877000', '085023.880000', '085023.891000', '085024.295000', '085043.753000', '085043.756000', '085043.759000', '085043.761000', '085043.764000', '085043.766000', '085043.769000', '085043.772000', '085043.774000', '085043.777000', '085043.779000', '085043.782000', '085043.784000', '085043.787000', '085043.790000', '085043.792000', '085043.795000', '085043.797000', '085043.800000', '085043.802000', '085043.813000', '085043.815000', '085043.818000', '085043.820000', '085043.823000', '085043.825000', '085043.828000', '085043.830000', '085043.833000', '085043.836000', '085043.838000', '085043.841000', '085043.843000', '085043.846000', '085043.849000', '085043.851000', '085043.854000', '085043.856000', '085043.859000', '085043.861000', '085043.864000', '085043.919000', '085043.922000', '085043.925000', '085103.753000', '085103.756000', '085103.759000', '085103.761000', '085103.764000', '085103.766000', '085103.769000', '085103.771000', '085103.774000', '085103.776000', '085103.779000', '085103.782000', '085103.784000', '085103.787000', '085103.789000', '085103.801000', '085103.803000', '085103.806000', '085103.809000', '085103.812000', '085103.815000', '085103.818000', '085103.820000', '085103.823000', '085103.825000', '085103.828000', '085103.830000', '085103.833000', '085103.835000', '085103.839000', '085103.841000', '085103.844000', '085103.847000', '085103.849000', '085103.852000', '085103.854000', '085103.857000', '085103.859000', '085103.862000', '085103.864000', '085103.867000', '085103.870000', '085103.872000', '085123.754000', '085123.756000', '085123.759000', '085123.762000', '085123.764000', '085123.767000', '085123.769000', '085123.772000', '085123.774000', '085123.777000', '085123.780000', '085123.782000', '085123.785000', '085123.787000', '085123.790000', '085123.792000', '085123.795000', '085123.797000', '085123.800000', '085123.802000', '085123.805000', '085123.808000', '085123.810000', '085123.813000', '085123.815000', '085123.818000', '085123.821000', '085123.823000', '085123.826000', '085123.828000', '085123.831000', '085123.833000', '085123.836000', '085123.838000', '085123.841000', '085123.844000', '085123.846000', '085123.849000', '085123.851000', '085123.854000', '085123.857000', '085123.859000', '085123.862000', '085123.864000', '085143.754000', '085143.756000', '085143.759000', '085143.761000', '085143.764000', '085143.767000', '085143.769000', '085143.772000', '085143.774000', '085143.777000', '085143.779000', '085143.782000', '085143.784000', '085143.787000', '085143.790000', '085143.792000', '085143.795000', '085143.797000', '085143.800000', '085143.803000', '085143.806000', '085143.809000', '085143.811000', '085143.814000', '085143.817000', '085143.819000', '085143.822000', '085143.824000', '085143.827000', '085143.829000', '085143.832000', '085143.834000', '085143.837000', '085143.839000', '085143.842000', '085143.845000', '085143.847000', '085143.850000', '085143.863000', '085143.866000', '085143.868000', '085143.871000', '085143.873000', '085203.753000', '085203.756000', '085203.759000', '085203.761000', '085203.764000', '085203.766000', '085203.769000', '085203.772000', '085203.774000', '085203.777000', '085203.779000', '085203.782000', '085203.785000', '085203.787000', '085203.790000', '085203.792000', '085203.795000', '085203.797000', '085203.800000', '085203.802000', '085203.805000', '085203.807000', '085203.810000', '085203.812000', '085203.815000', '085203.818000', '085203.820000', '085203.823000', '085203.825000', '085203.828000', '085203.831000', '085203.833000', '085203.836000', '085203.838000', '085203.841000', '085203.843000', '085203.846000', '085203.848000', '085203.851000', '085203.853000', '085203.856000', '085203.858000', '085203.861000', '085203.864000', '085223.753000', '085223.755000', '085223.758000', '085223.761000', '085223.763000', '085223.766000', '085223.768000', '085223.771000', '085223.773000', '085223.776000', '085223.778000', '085223.781000', '085223.784000', '085223.786000', '085223.789000', '085223.791000', '085223.794000', '085223.796000', '085223.799000', '085223.801000', '085223.804000', '085223.807000', '085223.809000', '085223.812000', '085223.814000', '085223.817000', '085223.820000', '085223.822000', '085223.825000', '085223.827000', '085223.830000', '085223.833000', '085223.836000', '085223.839000', '085223.841000', '085223.844000', '085223.846000', '085223.849000', '085223.852000', '085223.854000', '085223.857000', '085223.859000', '085223.862000', '085243.754000', '085243.756000', '085243.759000', '085243.762000', '085243.764000', '085243.767000', '085243.769000', '085243.772000', '085243.774000', '085243.777000', '085243.779000', '085243.782000', '085243.785000', '085243.787000', '085243.790000', '085243.792000', '085243.795000', '085243.797000', '085243.800000', '085243.802000', '085243.805000', '085243.808000', '085243.810000', '085243.813000', '085243.815000', '085243.818000', '085243.821000', '085243.823000', '085243.826000', '085243.828000', '085243.831000', '085243.833000', '085243.836000', '085243.839000', '085243.841000', '085243.844000', '085243.846000', '085243.849000', '085243.851000', '085243.854000', '085243.857000', '085243.859000', '085243.862000', '085243.864000', '085303.754000', '085303.756000', '085303.759000', '085303.762000', '085303.764000', '085303.767000', '085303.769000', '085303.772000', '085303.774000', '085303.777000', '085303.779000', '085303.782000', '085303.785000', '085303.787000', '085303.790000', '085303.792000', '085303.795000', '085303.797000', '085303.800000', '085303.802000', '085303.805000', '085303.808000', '085303.810000', '085303.813000', '085303.815000', '085303.818000', '085303.821000', '085303.823000', '085303.826000', '085303.828000', '085303.831000', '085303.833000', '085303.836000', '085303.838000', '085303.841000', '085303.844000', '085303.846000', '085303.849000', '085303.851000', '085303.854000', '085303.856000', '085303.859000', '085303.862000', '085323.753000', '085323.756000', '085323.759000', '085323.761000', '085323.764000', '085323.766000', '085323.769000', '085323.772000', '085323.774000', '085323.777000', '085323.779000', '085323.782000', '085323.784000', '085323.787000', '085323.789000', '085323.792000', '085323.795000', '085323.797000', '085323.800000', '085323.802000', '085323.805000', '085323.807000', '085323.810000', '085323.813000', '085323.815000', '085323.818000', '085323.820000', '085323.823000', '085323.826000', '085323.828000', '085323.831000', '085323.833000', '085323.836000', '085323.838000', '085323.855000', '085323.857000', '085323.860000', '085323.863000', '085323.865000', '085323.868000', '085323.870000', '085323.873000', '085323.875000', '085323.878000', '085343.754000', '085343.757000', '085343.759000', '085343.762000', '085343.947000', '085343.949000', '085343.952000', '085343.955000', '085343.957000', '085343.960000', '085343.962000', '085343.965000', '085343.967000', '085343.970000', '085343.973000', '085343.975000', '085343.978000', '085343.980000', '085343.983000', '085343.986000', '085343.988000', '085343.991000', '085343.993000', '085343.996000', '085343.998000', '085344.001000', '085344.003000', '085344.006000', '085344.008000', '085344.011000', '085344.014000', '085344.016000', '085344.019000', '085344.021000', '085344.024000', '085344.026000', '085344.029000', '085344.032000', '085344.034000', '085344.037000', '085344.039000', '085344.042000', '085344.045000', '085403.753000', '085403.756000', '085403.759000', '085403.762000', '085403.764000', '085403.767000', '085403.770000', '085403.772000', '085403.775000', '085403.778000', '085403.780000', '085403.783000', '085403.785000', '085403.788000', '085403.790000', '085403.793000', '085403.795000', '085403.798000', '085403.801000', '085403.803000', '085403.806000', '085403.808000', '085403.811000', '085403.814000', '085403.816000', '085403.819000', '085403.821000', '085403.824000', '085403.826000', '085403.829000', '085403.831000', '085403.834000', '085403.837000', '085403.839000', '085403.842000', '085403.844000', '085403.847000', '085403.850000', '085403.852000', '085403.855000', '085403.857000', '085403.860000', '085403.862000', '085403.865000', '085423.753000', '085423.756000', '085423.759000', '085423.761000', '085423.764000', '085423.767000', '085423.769000', '085423.772000', '085423.774000', '085423.777000', '085423.779000', '085423.782000', '085423.784000', '085423.787000', '085423.790000', '085423.792000', '085423.795000', '085423.797000', '085423.800000', '085423.802000', '085423.805000', '085423.808000', '085423.810000', '085423.813000', '085423.815000', '085423.818000', '085423.820000', '085423.823000', '085423.826000', '085423.828000', '085423.831000', '085423.833000', '085423.836000', '085423.838000', '085423.841000', '085423.844000', '085423.846000', '085423.849000', '085423.851000', '085423.854000', '085423.856000', '085423.859000', '085423.862000', '085443.752000', '085443.755000', '085443.758000', '085443.760000', '085443.763000', '085443.766000', '085443.768000', '085443.771000', '085443.773000', '085443.776000', '085443.779000', '085443.781000', '085443.784000', '085443.786000', '085443.789000', '085443.792000', '085443.794000', '085443.797000', '085443.799000', '085443.802000', '085443.804000', '085443.807000', '085443.810000', '085443.812000', '085443.815000', '085443.817000', '085443.820000', '085443.822000', '085443.825000', '085443.828000', '085443.830000', '085443.833000', '085443.835000', '085443.838000', '085443.840000', '085443.843000', '085443.846000', '085443.848000', '085443.851000', '085443.853000', '085443.856000', '085443.858000', '085443.861000', '085443.864000', '085503.754000', '085503.782000', '085503.785000', '085503.787000', '085503.790000', '085503.792000', '085503.795000', '085503.797000', '085503.800000', '085503.802000', '085503.805000', '085503.808000', '085503.810000', '085503.813000', '085503.816000', '085503.818000', '085503.821000', '085503.823000', '085503.826000', '085503.829000', '085503.831000', '085503.834000', '085503.836000', '085503.839000', '085503.841000', '085503.844000', '085503.847000', '085503.849000', '085503.852000', '085503.854000', '085503.857000', '085503.859000', '085503.862000', '085503.865000', '085503.867000', '085503.870000', '085503.872000', '085503.875000', '085503.878000', '085503.880000', '085503.883000', '085503.886000', '085503.889000', '085523.754000', '085523.757000', '085523.759000', '085523.762000', '085523.765000', '085523.767000', '085523.770000', '085523.772000', '085523.775000', '085523.777000', '085523.780000', '085523.782000', '085523.785000', '085523.788000', '085523.790000', '085523.793000', '085523.795000', '085523.798000', '085523.800000', '085523.803000', '085523.806000', '085523.808000', '085523.811000', '085523.813000', '085523.816000', '085523.819000', '085523.821000', '085523.824000', '085523.826000', '085523.829000', '085523.831000', '085523.834000', '085523.837000', '085523.839000', '085523.842000', '085523.844000', '085523.847000', '085523.849000', '085523.852000', '085523.854000', '085523.857000', '085523.860000', '085523.862000', '085523.865000', '085543.754000', '085543.756000', '085543.759000', '085543.762000', '085543.764000', '085543.767000', '085543.769000', '085543.772000', '085543.774000', '085543.777000', '085543.779000', '085543.782000', '085543.785000', '085543.787000', '085543.790000', '085543.792000', '085543.795000', '085543.797000', '085543.800000', '085543.803000', '085543.805000', '085543.808000', '085543.810000', '085543.813000', '085543.815000', '085543.818000', '085543.820000', '085543.823000', '085543.826000', '085543.828000', '085543.831000', '085543.833000', '085543.836000', '085543.838000', '085543.841000', '085543.844000', '085543.846000', '085543.849000', '085543.851000', '085543.854000', '085543.856000', '085543.859000', '085543.861000', '085603.753000', '085603.757000', '085603.761000', '085603.763000', '085603.766000', '085603.769000', '085603.771000', '085603.774000', '085603.776000', '085603.779000', '085603.782000', '085603.784000', '085603.787000', '085603.789000', '085603.792000', '085603.795000', '085603.797000', '085603.800000', '085603.802000', '085603.805000', '085603.807000', '085603.810000', '085603.813000', '085603.816000', '085603.818000', '085603.821000', '085603.823000', '085603.826000', '085603.829000', '085603.831000', '085603.834000', '085603.836000', '085603.839000', '085603.841000', '085603.844000', '085603.846000', '085603.849000', '085603.851000', '085603.854000', '085603.857000', '085603.859000', '085603.862000', '085603.864000', '085603.867000', '085623.753000', '085623.756000', '085623.759000', '085623.761000', '085623.764000', '085623.767000', '085623.769000', '085623.772000', '085623.774000', '085623.777000', '085623.780000', '085623.782000', '085623.785000', '085623.787000', '085623.790000', '085623.792000', '085623.795000', '085623.798000', '085623.800000', '085623.803000', '085623.805000', '085623.808000', '085623.810000', '085623.813000', '085623.816000', '085623.818000', '085623.830000', '085623.832000', '085623.836000', '085623.839000', '085623.841000', '085623.844000', '085623.846000', '085623.849000', '085623.852000', '085623.854000', '085623.857000', '085623.859000', '085623.862000', '085623.864000', '085623.867000', '085623.869000', '085623.872000', '085643.753000', '085643.756000', '085643.759000', '085643.761000', '085643.764000', '085643.766000', '085643.769000', '085643.772000', '085643.774000', '085643.777000', '085643.779000', '085643.782000', '085643.784000', '085643.787000', '085643.790000', '085643.792000', '085643.795000', '085643.798000', '085643.800000', '085643.803000', '085643.805000', '085643.808000', '085643.810000', '085643.813000', '085643.816000', '085643.818000', '085643.821000', '085643.823000', '085643.826000', '085643.829000', '085643.831000', '085643.834000', '085643.836000', '085643.839000', '085643.842000', '085643.844000', '085643.847000', '085643.849000', '085643.852000', '085643.854000', '085643.857000', '085643.860000', '085643.862000', '085643.865000', '085651.585000', '085651.588000', '085651.591000', '085651.593000', '085651.596000', '085651.599000', '085651.601000', '085651.604000', '085651.607000', '085651.609000', '085651.612000', '085651.615000', '085651.618000', '085651.620000', '085651.623000', '085651.625000', '085651.628000'], 'InstanceCreationTime': ['085023.814000', '085023.818000', '085023.821000', '085023.824000', '085023.826000', '085023.829000', '085023.831000', '085023.834000', '085023.836000', '085023.839000', '085023.842000', '085023.844000', '085023.847000', '085023.849000', '085023.852000', '085023.854000', '085023.857000', '085023.859000', '085023.862000', '085023.865000', '085023.867000', '085023.870000', '085023.872000', '085023.875000', '085023.877000', '085023.880000', '085023.891000', '085024.295000', '085043.753000', '085043.756000', '085043.759000', '085043.761000', '085043.764000', '085043.766000', '085043.769000', '085043.772000', '085043.774000', '085043.777000', '085043.779000', '085043.782000', '085043.784000', '085043.787000', '085043.790000', '085043.792000', '085043.795000', '085043.797000', '085043.800000', '085043.802000', '085043.813000', '085043.815000', '085043.818000', '085043.820000', '085043.823000', '085043.825000', '085043.828000', '085043.830000', '085043.833000', '085043.836000', '085043.838000', '085043.841000', '085043.843000', '085043.846000', '085043.849000', '085043.851000', '085043.854000', '085043.856000', '085043.859000', '085043.861000', '085043.864000', '085043.919000', '085043.922000', '085043.925000', '085103.753000', '085103.756000', '085103.759000', '085103.761000', '085103.764000', '085103.766000', '085103.769000', '085103.771000', '085103.774000', '085103.776000', '085103.779000', '085103.782000', '085103.784000', '085103.787000', '085103.789000', '085103.801000', '085103.803000', '085103.806000', '085103.809000', '085103.812000', '085103.815000', '085103.818000', '085103.820000', '085103.823000', '085103.825000', '085103.828000', '085103.830000', '085103.833000', '085103.835000', '085103.839000', '085103.841000', '085103.844000', '085103.847000', '085103.849000', '085103.852000', '085103.854000', '085103.857000', '085103.859000', '085103.862000', '085103.864000', '085103.867000', '085103.870000', '085103.872000', '085123.754000', '085123.756000', '085123.759000', '085123.762000', '085123.764000', '085123.767000', '085123.769000', '085123.772000', '085123.774000', '085123.777000', '085123.780000', '085123.782000', '085123.785000', '085123.787000', '085123.790000', '085123.792000', '085123.795000', '085123.797000', '085123.800000', '085123.802000', '085123.805000', '085123.808000', '085123.810000', '085123.813000', '085123.815000', '085123.818000', '085123.821000', '085123.823000', '085123.826000', '085123.828000', '085123.831000', '085123.833000', '085123.836000', '085123.838000', '085123.841000', '085123.844000', '085123.846000', '085123.849000', '085123.851000', '085123.854000', '085123.857000', '085123.859000', '085123.862000', '085123.864000', '085143.754000', '085143.756000', '085143.759000', '085143.761000', '085143.764000', '085143.767000', '085143.769000', '085143.772000', '085143.774000', '085143.777000', '085143.779000', '085143.782000', '085143.784000', '085143.787000', '085143.790000', '085143.792000', '085143.795000', '085143.797000', '085143.800000', '085143.803000', '085143.806000', '085143.809000', '085143.811000', '085143.814000', '085143.817000', '085143.819000', '085143.822000', '085143.824000', '085143.827000', '085143.829000', '085143.832000', '085143.834000', '085143.837000', '085143.839000', '085143.842000', '085143.845000', '085143.847000', '085143.850000', '085143.863000', '085143.866000', '085143.868000', '085143.871000', '085143.873000', '085203.753000', '085203.756000', '085203.759000', '085203.761000', '085203.764000', '085203.766000', '085203.769000', '085203.772000', '085203.774000', '085203.777000', '085203.779000', '085203.782000', '085203.785000', '085203.787000', '085203.790000', '085203.792000', '085203.795000', '085203.797000', '085203.800000', '085203.802000', '085203.805000', '085203.807000', '085203.810000', '085203.812000', '085203.815000', '085203.818000', '085203.820000', '085203.823000', '085203.825000', '085203.828000', '085203.831000', '085203.833000', '085203.836000', '085203.838000', '085203.841000', '085203.843000', '085203.846000', '085203.848000', '085203.851000', '085203.853000', '085203.856000', '085203.858000', '085203.861000', '085203.864000', '085223.753000', '085223.755000', '085223.758000', '085223.761000', '085223.763000', '085223.766000', '085223.768000', '085223.771000', '085223.773000', '085223.776000', '085223.778000', '085223.781000', '085223.784000', '085223.786000', '085223.789000', '085223.791000', '085223.794000', '085223.796000', '085223.799000', '085223.801000', '085223.804000', '085223.807000', '085223.809000', '085223.812000', '085223.814000', '085223.817000', '085223.820000', '085223.822000', '085223.825000', '085223.827000', '085223.830000', '085223.833000', '085223.836000', '085223.839000', '085223.841000', '085223.844000', '085223.846000', '085223.849000', '085223.852000', '085223.854000', '085223.857000', '085223.859000', '085223.862000', '085243.754000', '085243.756000', '085243.759000', '085243.762000', '085243.764000', '085243.767000', '085243.769000', '085243.772000', '085243.774000', '085243.777000', '085243.779000', '085243.782000', '085243.785000', '085243.787000', '085243.790000', '085243.792000', '085243.795000', '085243.797000', '085243.800000', '085243.802000', '085243.805000', '085243.808000', '085243.810000', '085243.813000', '085243.815000', '085243.818000', '085243.821000', '085243.823000', '085243.826000', '085243.828000', '085243.831000', '085243.833000', '085243.836000', '085243.839000', '085243.841000', '085243.844000', '085243.846000', '085243.849000', '085243.851000', '085243.854000', '085243.857000', '085243.859000', '085243.862000', '085243.864000', '085303.754000', '085303.756000', '085303.759000', '085303.762000', '085303.764000', '085303.767000', '085303.769000', '085303.772000', '085303.774000', '085303.777000', '085303.779000', '085303.782000', '085303.785000', '085303.787000', '085303.790000', '085303.792000', '085303.795000', '085303.797000', '085303.800000', '085303.802000', '085303.805000', '085303.808000', '085303.810000', '085303.813000', '085303.815000', '085303.818000', '085303.821000', '085303.823000', '085303.826000', '085303.828000', '085303.831000', '085303.833000', '085303.836000', '085303.838000', '085303.841000', '085303.844000', '085303.846000', '085303.849000', '085303.851000', '085303.854000', '085303.856000', '085303.859000', '085303.862000', '085323.753000', '085323.756000', '085323.759000', '085323.761000', '085323.764000', '085323.766000', '085323.769000', '085323.772000', '085323.774000', '085323.777000', '085323.779000', '085323.782000', '085323.784000', '085323.787000', '085323.789000', '085323.792000', '085323.795000', '085323.797000', '085323.800000', '085323.802000', '085323.805000', '085323.807000', '085323.810000', '085323.813000', '085323.815000', '085323.818000', '085323.820000', '085323.823000', '085323.826000', '085323.828000', '085323.831000', '085323.833000', '085323.836000', '085323.838000', '085323.855000', '085323.857000', '085323.860000', '085323.863000', '085323.865000', '085323.868000', '085323.870000', '085323.873000', '085323.875000', '085323.878000', '085343.754000', '085343.757000', '085343.759000', '085343.762000', '085343.947000', '085343.949000', '085343.952000', '085343.955000', '085343.957000', '085343.960000', '085343.962000', '085343.965000', '085343.967000', '085343.970000', '085343.973000', '085343.975000', '085343.978000', '085343.980000', '085343.983000', '085343.986000', '085343.988000', '085343.991000', '085343.993000', '085343.996000', '085343.998000', '085344.001000', '085344.003000', '085344.006000', '085344.008000', '085344.011000', '085344.014000', '085344.016000', '085344.019000', '085344.021000', '085344.024000', '085344.026000', '085344.029000', '085344.032000', '085344.034000', '085344.037000', '085344.039000', '085344.042000', '085344.045000', '085403.753000', '085403.756000', '085403.759000', '085403.762000', '085403.764000', '085403.767000', '085403.770000', '085403.772000', '085403.775000', '085403.778000', '085403.780000', '085403.783000', '085403.785000', '085403.788000', '085403.790000', '085403.793000', '085403.795000', '085403.798000', '085403.801000', '085403.803000', '085403.806000', '085403.808000', '085403.811000', '085403.814000', '085403.816000', '085403.819000', '085403.821000', '085403.824000', '085403.826000', '085403.829000', '085403.831000', '085403.834000', '085403.837000', '085403.839000', '085403.842000', '085403.844000', '085403.847000', '085403.850000', '085403.852000', '085403.855000', '085403.857000', '085403.860000', '085403.862000', '085403.865000', '085423.753000', '085423.756000', '085423.759000', '085423.761000', '085423.764000', '085423.767000', '085423.769000', '085423.772000', '085423.774000', '085423.777000', '085423.779000', '085423.782000', '085423.784000', '085423.787000', '085423.790000', '085423.792000', '085423.795000', '085423.797000', '085423.800000', '085423.802000', '085423.805000', '085423.808000', '085423.810000', '085423.813000', '085423.815000', '085423.818000', '085423.820000', '085423.823000', '085423.826000', '085423.828000', '085423.831000', '085423.833000', '085423.836000', '085423.838000', '085423.841000', '085423.844000', '085423.846000', '085423.849000', '085423.851000', '085423.854000', '085423.856000', '085423.859000', '085423.862000', '085443.752000', '085443.755000', '085443.758000', '085443.760000', '085443.763000', '085443.766000', '085443.768000', '085443.771000', '085443.773000', '085443.776000', '085443.779000', '085443.781000', '085443.784000', '085443.786000', '085443.789000', '085443.792000', '085443.794000', '085443.797000', '085443.799000', '085443.802000', '085443.804000', '085443.807000', '085443.810000', '085443.812000', '085443.815000', '085443.817000', '085443.820000', '085443.822000', '085443.825000', '085443.828000', '085443.830000', '085443.833000', '085443.835000', '085443.838000', '085443.840000', '085443.843000', '085443.846000', '085443.848000', '085443.851000', '085443.853000', '085443.856000', '085443.858000', '085443.861000', '085443.864000', '085503.754000', '085503.782000', '085503.785000', '085503.787000', '085503.790000', '085503.792000', '085503.795000', '085503.797000', '085503.800000', '085503.802000', '085503.805000', '085503.808000', '085503.810000', '085503.813000', '085503.816000', '085503.818000', '085503.821000', '085503.823000', '085503.826000', '085503.829000', '085503.831000', '085503.834000', '085503.836000', '085503.839000', '085503.841000', '085503.844000', '085503.847000', '085503.849000', '085503.852000', '085503.854000', '085503.857000', '085503.859000', '085503.862000', '085503.865000', '085503.867000', '085503.870000', '085503.872000', '085503.875000', '085503.878000', '085503.880000', '085503.883000', '085503.886000', '085503.889000', '085523.754000', '085523.757000', '085523.759000', '085523.762000', '085523.765000', '085523.767000', '085523.770000', '085523.772000', '085523.775000', '085523.777000', '085523.780000', '085523.782000', '085523.785000', '085523.788000', '085523.790000', '085523.793000', '085523.795000', '085523.798000', '085523.800000', '085523.803000', '085523.806000', '085523.808000', '085523.811000', '085523.813000', '085523.816000', '085523.819000', '085523.821000', '085523.824000', '085523.826000', '085523.829000', '085523.831000', '085523.834000', '085523.837000', '085523.839000', '085523.842000', '085523.844000', '085523.847000', '085523.849000', '085523.852000', '085523.854000', '085523.857000', '085523.860000', '085523.862000', '085523.865000', '085543.754000', '085543.756000', '085543.759000', '085543.762000', '085543.764000', '085543.767000', '085543.769000', '085543.772000', '085543.774000', '085543.777000', '085543.779000', '085543.782000', '085543.785000', '085543.787000', '085543.790000', '085543.792000', '085543.795000', '085543.797000', '085543.800000', '085543.803000', '085543.805000', '085543.808000', '085543.810000', '085543.813000', '085543.815000', '085543.818000', '085543.820000', '085543.823000', '085543.826000', '085543.828000', '085543.831000', '085543.833000', '085543.836000', '085543.838000', '085543.841000', '085543.844000', '085543.846000', '085543.849000', '085543.851000', '085543.854000', '085543.856000', '085543.859000', '085543.861000', '085603.753000', '085603.757000', '085603.761000', '085603.763000', '085603.766000', '085603.769000', '085603.771000', '085603.774000', '085603.776000', '085603.779000', '085603.782000', '085603.784000', '085603.787000', '085603.789000', '085603.792000', '085603.795000', '085603.797000', '085603.800000', '085603.802000', '085603.805000', '085603.807000', '085603.810000', '085603.813000', '085603.816000', '085603.818000', '085603.821000', '085603.823000', '085603.826000', '085603.829000', '085603.831000', '085603.834000', '085603.836000', '085603.839000', '085603.841000', '085603.844000', '085603.846000', '085603.849000', '085603.851000', '085603.854000', '085603.857000', '085603.859000', '085603.862000', '085603.864000', '085603.867000', '085623.753000', '085623.756000', '085623.759000', '085623.761000', '085623.764000', '085623.767000', '085623.769000', '085623.772000', '085623.774000', '085623.777000', '085623.780000', '085623.782000', '085623.785000', '085623.787000', '085623.790000', '085623.792000', '085623.795000', '085623.798000', '085623.800000', '085623.803000', '085623.805000', '085623.808000', '085623.810000', '085623.813000', '085623.816000', '085623.818000', '085623.830000', '085623.832000', '085623.836000', '085623.839000', '085623.841000', '085623.844000', '085623.846000', '085623.849000', '085623.852000', '085623.854000', '085623.857000', '085623.859000', '085623.862000', '085623.864000', '085623.867000', '085623.869000', '085623.872000', '085643.753000', '085643.756000', '085643.759000', '085643.761000', '085643.764000', '085643.766000', '085643.769000', '085643.772000', '085643.774000', '085643.777000', '085643.779000', '085643.782000', '085643.784000', '085643.787000', '085643.790000', '085643.792000', '085643.795000', '085643.798000', '085643.800000', '085643.803000', '085643.805000', '085643.808000', '085643.810000', '085643.813000', '085643.816000', '085643.818000', '085643.821000', '085643.823000', '085643.826000', '085643.829000', '085643.831000', '085643.834000', '085643.836000', '085643.839000', '085643.842000', '085643.844000', '085643.847000', '085643.849000', '085643.852000', '085643.854000', '085643.857000', '085643.860000', '085643.862000', '085643.865000', '085651.585000', '085651.588000', '085651.591000', '085651.593000', '085651.596000', '085651.599000', '085651.601000', '085651.604000', '085651.607000', '085651.609000', '085651.612000', '085651.615000', '085651.618000', '085651.620000', '085651.623000', '085651.625000', '085651.628000'], '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': [9152, 13078, 9697, 10309, 8793, 9742, 7617, 7887, 9746, 7813, 7718, 9304, 8578, 11479, 9786, 14089, 9043, 13133, 10011, 13092, 12485, 11671, 8504, 8022, 10919, 7662, 15486, 8839, 8259, 7543, 12274, 7698, 13364, 7972, 8386, 7984, 12847, 7791, 9055, 7990, 7201, 8023, 10202, 7901, 10061, 10740, 8765, 11175, 14793, 12965, 14976, 12741, 8766, 8765, 8703, 8495, 14114, 10825, 17065, 9987, 13257, 8665, 15980, 7580, 14748, 9952, 9139, 9742, 8091, 9573, 7779, 11492, 8709, 10003, 7510, 7298, 7391, 7331, 7364, 7299, 10397, 7389, 7144, 9643, 8809, 11530, 7986, 15966, 8208, 15190, 10346, 8495, 9217, 11317, 9831, 15528, 14903, 11311, 10606, 8106, 8337, 10523, 10153, 9292, 14750, 10513, 17908, 13670, 18388, 15333, 18989, 13977, 14210, 17939, 18396, 14275, 12267, 14516, 8961, 12596, 9412, 17098, 12840, 16098, 8771, 14242, 8391, 11166, 7724, 9892, 7915, 9936, 7803, 8780, 8462, 8458, 7517, 7751, 7769, 8138, 9291, 8975, 8521, 7946, 8663, 8370, 8366, 8198, 8234, 7321, 10351, 7776, 11311, 8274, 14734, 11288, 17010, 9608, 16342, 10730, 12391, 18294, 13318, 10498, 9290, 11261, 8176, 15811, 9810, 12809, 11196, 13665, 9057, 11719, 9688, 9957, 18614, 10290, 15719, 12550, 13330, 10923, 9576, 18007, 11080, 11142, 9648, 8802, 11817, 7282, 12164, 9574, 8506, 12434, 7471, 11228, 7294, 10167, 8191, 10411, 11868, 8013, 10041, 7537, 12425, 8546, 9854, 18081, 8451, 11946, 10435, 8542, 16290, 8210, 11238, 10520, 9980, 8252, 11129, 15697, 8885, 16495, 15683, 10371, 13974, 8478, 12857, 7816, 10881, 8119, 12742, 8152, 9690, 8988, 11162, 9528, 13473, 11133, 16958, 12188, 9745, 10445, 14664, 12956, 8001, 12754, 7958, 11697, 9235, 13649, 10762, 11675, 7902, 11212, 7655, 8777, 7694, 8671, 10329, 9842, 7607, 8438, 11113, 8891, 18706, 12805, 14646, 7792, 11701, 7484, 9935, 8867, 8185, 8486, 8752, 7893, 8741, 8563, 10660, 9368, 14752, 10702, 9251, 10759, 9086, 9188, 7279, 13400, 8903, 13497, 20160, 11051, 15578, 13277, 11494, 9485, 11258, 9572, 14017, 12613, 17043, 18304, 15595, 18888, 16749, 12554, 17162, 9361, 11485, 8453, 13190, 7828, 12305, 9265, 11420, 7361, 8471, 15916, 7696, 11408, 9383, 8826, 7071, 7588, 9299, 7707, 9559, 7378, 10733, 16123, 8370, 10412, 7927, 8696, 7308, 8606, 7897, 8235, 9981, 7731, 11476, 7427, 9827, 8037, 9513, 8467, 9338, 8270, 10244, 9319, 9051, 17955, 11162, 11472, 9503, 11864, 8212, 12434, 18262, 14339, 11254, 9193, 10638, 8451, 10238, 9325, 10210, 11233, 9923, 14229, 8627, 19120, 13272, 14157, 12101, 15761, 11080, 12675, 18040, 14367, 17265, 13406, 12254, 9776, 9143, 11175, 8042, 14891, 9717, 10423, 8301, 9387, 8725, 8472, 7447, 9071, 7409, 8123, 8428, 8560, 14148, 9012, 12209, 7839, 12147, 7747, 10676, 8375, 9215, 8218, 9972, 10163, 8121, 8327, 7992, 14597, 7936, 10754, 8753, 8343, 7522, 9408, 9221, 8331, 15277, 8647, 11102, 10160, 10782, 8016, 9784, 9584, 9287, 14426, 9058, 12307, 8482, 16340, 9338, 16910, 12858, 12935, 11398, 14479, 15314, 10757, 18656, 12715, 11924, 17011, 10582, 14521, 7710, 12553, 10348, 8560, 7874, 8105, 7675, 9001, 8888, 8924, 8485, 9057, 9057, 10081, 8049, 11401, 8882, 12152, 14348, 12053, 8810, 11062, 8765, 8368, 16309, 8736, 17639, 11794, 9776, 7958, 9517, 7052, 8374, 8458, 7653, 7503, 8604, 7530, 8332, 7716, 9059, 9069, 10268, 10272, 11303, 9455, 12961, 11167, 9600, 18983, 11638, 11720, 10926, 9258, 8922, 8022, 16667, 8211, 11253, 9923, 10014, 9873, 8565, 10453, 7712, 11031, 8220, 16112, 13521, 9917, 11390, 7962, 9767, 8448, 8709, 9626, 6923, 10221, 10035, 9169, 7799, 10175, 8094, 8697, 19650, 14294, 14669, 8904, 13398, 7074, 10781, 9960, 8767, 9661, 7934, 9982, 7071, 13435, 8412, 10297, 15527, 8515, 10623, 7943, 11268, 7728, 8736, 9524, 13363, 9462, 8540, 9019, 8778, 8937, 17645, 9635, 18135, 13405, 14817, 9715, 10681, 11386, 9090, 18715, 9259, 17116, 18696, 11219, 15447, 13876, 11937, 8861, 12269, 7792, 11404, 7797, 10169, 8807, 9549, 8253, 11008, 7941, 10070, 17436, 12346, 13806, 9991, 16537, 9979, 15156, 11724, 9756, 6844, 7790, 8315, 7358, 14451, 7976, 10156, 8184, 8616, 7070, 7215, 7341, 7214, 12841, 7919, 8990, 6940, 8606, 6981, 8501, 6997, 8151, 6943, 8614, 7156, 9841, 8458, 8973, 9211, 8649, 11851, 8903, 18085, 10817, 16002, 8662, 16937, 18625, 12384, 16014, 10264, 14270, 7584, 11481, 8599, 12330, 20014, 16129, 12392, 7850, 13391, 7424, 11987, 7757, 12374, 8448, 11913, 8696, 7588, 8992, 6873, 12374, 9160, 14529, 8829, 16387, 12577, 19173, 14503, 9872, 9338, 17220, 7853, 13128, 9918, 8781, 7566, 8629, 8540, 7648, 10160, 7474, 7422, 7119, 9811, 7169, 11089, 8581, 8783, 7734, 9499, 7406, 9673, 9376, 8647, 8342, 10106, 18848, 12366, 10154, 17103, 9194, 8197, 10379, 8958, 9000, 8529, 10354, 19252, 10861, 16659, 14162, 12811, 8491, 16121, 7534, 14028, 12233, 10630, 7461, 10745, 7150, 9169, 17934, 11543, 16545, 10722, 15399, 7439, 12023, 9328, 10890, 9419, 10762, 17588, 7741, 16475, 7659, 12659, 9049, 11259, 9987, 11087, 6951, 9262, 8238, 8893, 20308, 14143, 12054, 9975, 9307, 8655, 7126, 11497, 7182, 10066, 7464, 10599, 18445, 10609, 15153, 7803, 10743, 7149, 9076, 7060, 8784, 7524, 8419, 7242, 9123, 6667, 9511, 18718, 8915, 13228, 8461, 12814, 7189, 11872, 7500, 10351, 9294, 10273, 9345, 11878, 7826, 13212, 21101, 11643, 17801, 12378, 11164, 8525, 10558, 7647, 9091, 8584, 8454, 9753, 7453, 19039, 7589, 10038, 8191, 8947, 9350, 7986, 15565, 8401, 10184, 19641, 8146, 11226, 18255, 8977, 11471, 7737, 9887, 9080, 8392, 13283, 8175, 10395, 8210, 9898, 7528, 9680, 7853, 11955, 8645, 13148, 10276, 15207, 12632, 15725, 10303, 13482, 7469, 17181, 13901, 10875, 15215, 10093, 11195, 7319, 13026, 7122, 10204, 7544, 11435, 18260, 14212, 12271, 7631, 9831, 7279, 8923, 7144, 8484, 7555, 7547, 6678, 7566, 10237, 7210, 13836], 'WindowCenter': [4201.0, 4218.0, 4185.0, 4184.0, 4161.0, 4170.0, 4150.0, 4150.0, 4169.0, 4150.0, 4150.0, 4171.0, 4162.0, 4179.0, 4173.0, 4201.0, 4161.0, 4191.0, 4169.0, 4190.0, 4190.0, 4179.0, 4148.0, 4137.0, 4167.0, 4138.0, 4200.0, 4148.0, 4146.0, 4138.0, 4178.0, 4151.0, 4201.0, 4151.0, 4160.0, 4163.0, 4216.0, 4167.0, 4185.0, 4166.0, 4153.0, 4165.0, 4185.0, 4163.0, 4187.0, 4195.0, 4163.0, 4185.0, 4217.0, 4207.0, 4205.0, 4181.0, 4139.0, 4138.0, 4136.0, 4065.0, 4193.0, 4144.0, 4176.0, 4122.0, 4142.0, 4097.0, 4150.0, 4081.0, 4157.0, 4124.0, 4113.0, 4126.0, 4105.0, 4125.0, 4114.0, 4145.0, 4125.0, 4131.0, 4104.0, 4118.0, 4130.0, 4127.0, 4115.0, 4118.0, 4157.0, 4129.0, 4133.0, 4164.0, 4165.0, 4183.0, 4144.0, 4204.0, 4151.0, 4203.0, 4176.0, 4153.0, 4163.0, 4173.0, 4165.0, 4201.0, 4197.0, 4163.0, 4146.0, 4111.0, 4125.0, 4158.0, 4146.0, 4149.0, 4179.0, 4165.0, 4206.0, 4185.0, 4181.0, 4181.0, 4190.0, 4160.0, 4153.0, 4169.0, 4168.0, 4150.0, 4127.0, 4120.0, 4090.0, 4115.0, 4097.0, 4123.0, 4104.0, 4112.0, 4072.0, 4111.0, 4071.0, 4091.0, 4074.0, 4093.0, 4085.0, 4106.0, 4085.0, 4095.0, 4099.0, 4099.0, 4090.0, 4098.0, 4102.0, 4112.0, 4133.0, 4123.0, 4128.0, 4125.0, 4125.0, 4125.0, 4127.0, 4127.0, 4128.0, 4128.0, 4157.0, 4130.0, 4166.0, 4141.0, 4190.0, 4171.0, 4201.0, 4148.0, 4180.0, 4147.0, 4170.0, 4189.0, 4169.0, 4143.0, 4134.0, 4143.0, 4126.0, 4173.0, 4135.0, 4152.0, 4156.0, 4164.0, 4125.0, 4155.0, 4133.0, 4134.0, 4185.0, 4134.0, 4163.0, 4152.0, 4154.0, 4128.0, 4122.0, 4162.0, 4142.0, 4130.0, 4119.0, 4109.0, 4138.0, 4101.0, 4140.0, 4130.0, 4124.0, 4150.0, 4105.0, 4141.0, 4114.0, 4158.0, 4138.0, 4170.0, 4168.0, 4137.0, 4146.0, 4126.0, 4167.0, 4136.0, 4157.0, 4198.0, 4136.0, 4169.0, 4142.0, 4135.0, 4185.0, 4137.0, 4156.0, 4159.0, 4157.0, 4148.0, 4170.0, 4189.0, 4148.0, 4204.0, 4188.0, 4148.0, 4176.0, 4124.0, 4167.0, 4130.0, 4160.0, 4133.0, 4150.0, 4107.0, 4116.0, 4115.0, 4137.0, 4127.0, 4157.0, 4138.0, 4179.0, 4172.0, 4164.0, 4161.0, 4192.0, 4186.0, 4130.0, 4171.0, 4131.0, 4159.0, 4138.0, 4171.0, 4163.0, 4160.0, 4131.0, 4159.0, 4117.0, 4127.0, 4117.0, 4129.0, 4148.0, 4137.0, 4116.0, 4126.0, 4147.0, 4137.0, 4189.0, 4168.0, 4166.0, 4115.0, 4155.0, 4118.0, 4149.0, 4149.0, 4124.0, 4140.0, 4139.0, 4130.0, 4140.0, 4153.0, 4161.0, 4151.0, 4194.0, 4163.0, 4138.0, 4146.0, 4123.0, 4134.0, 4116.0, 4180.0, 4137.0, 4183.0, 4189.0, 4147.0, 4167.0, 4157.0, 4143.0, 4122.0, 4131.0, 4122.0, 4153.0, 4140.0, 4165.0, 4152.0, 4152.0, 4153.0, 4126.0, 4104.0, 4126.0, 4074.0, 4089.0, 4061.0, 4100.0, 4063.0, 4100.0, 4082.0, 4102.0, 4059.0, 4072.0, 4120.0, 4061.0, 4099.0, 4081.0, 4081.0, 4062.0, 4073.0, 4080.0, 4074.0, 4093.0, 4075.0, 4117.0, 4135.0, 4084.0, 4104.0, 4086.0, 4096.0, 4088.0, 4110.0, 4111.0, 4125.0, 4133.0, 4115.0, 4143.0, 4115.0, 4145.0, 4127.0, 4148.0, 4138.0, 4138.0, 4127.0, 4147.0, 4147.0, 4148.0, 4189.0, 4157.0, 4157.0, 4137.0, 4155.0, 4126.0, 4168.0, 4189.0, 4168.0, 4143.0, 4133.0, 4145.0, 4125.0, 4145.0, 4136.0, 4148.0, 4156.0, 4148.0, 4165.0, 4127.0, 4187.0, 4157.0, 4164.0, 4154.0, 4164.0, 4141.0, 4155.0, 4174.0, 4164.0, 4164.0, 4153.0, 4140.0, 4120.0, 4109.0, 4128.0, 4100.0, 4150.0, 4120.0, 4119.0, 4109.0, 4121.0, 4110.0, 4109.0, 4102.0, 4121.0, 4101.0, 4112.0, 4111.0, 4125.0, 4164.0, 4125.0, 4153.0, 4115.0, 4154.0, 4114.0, 4144.0, 4123.0, 4136.0, 4137.0, 4148.0, 4146.0, 4127.0, 4125.0, 4128.0, 4176.0, 4126.0, 4157.0, 4136.0, 4125.0, 4116.0, 4137.0, 4145.0, 4138.0, 4188.0, 4136.0, 4156.0, 4147.0, 4156.0, 4127.0, 4146.0, 4146.0, 4150.0, 4179.0, 4148.0, 4168.0, 4139.0, 4188.0, 4149.0, 4190.0, 4168.0, 4169.0, 4158.0, 4179.0, 4177.0, 4146.0, 4178.0, 4155.0, 4145.0, 4163.0, 4132.0, 4151.0, 4101.0, 4141.0, 4133.0, 4111.0, 4111.0, 4125.0, 4127.0, 4138.0, 4136.0, 4137.0, 4125.0, 4138.0, 4137.0, 4145.0, 4127.0, 4158.0, 4125.0, 4156.0, 4167.0, 4157.0, 4125.0, 4146.0, 4112.0, 4112.0, 4172.0, 4125.0, 4174.0, 4142.0, 4121.0, 4112.0, 4121.0, 4091.0, 4113.0, 4113.0, 4113.0, 4115.0, 4125.0, 4114.0, 4126.0, 4127.0, 4136.0, 4149.0, 4159.0, 4159.0, 4158.0, 4147.0, 4167.0, 4156.0, 4137.0, 4189.0, 4145.0, 4144.0, 4132.0, 4124.0, 4122.0, 4112.0, 4174.0, 4126.0, 4145.0, 4133.0, 4136.0, 4134.0, 4114.0, 4131.0, 4104.0, 4144.0, 4128.0, 4178.0, 4166.0, 4135.0, 4145.0, 4126.0, 4149.0, 4129.0, 4138.0, 4149.0, 4106.0, 4149.0, 4146.0, 4149.0, 4116.0, 4148.0, 4126.0, 4138.0, 4201.0, 4178.0, 4176.0, 4135.0, 4166.0, 4104.0, 4146.0, 4147.0, 4126.0, 4136.0, 4127.0, 4144.0, 4115.0, 4166.0, 4126.0, 4148.0, 4179.0, 4124.0, 4143.0, 4126.0, 4157.0, 4128.0, 4139.0, 4163.0, 4180.0, 4150.0, 4138.0, 4137.0, 4135.0, 4138.0, 4190.0, 4148.0, 4190.0, 4168.0, 4166.0, 4135.0, 4134.0, 4142.0, 4114.0, 4163.0, 4111.0, 4168.0, 4157.0, 4132.0, 4165.0, 4142.0, 4131.0, 4111.0, 4128.0, 4090.0, 4129.0, 4103.0, 4123.0, 4114.0, 4123.0, 4128.0, 4164.0, 4131.0, 4139.0, 4177.0, 4144.0, 4151.0, 4123.0, 4178.0, 4135.0, 4165.0, 4143.0, 4110.0, 4080.0, 4086.0, 4101.0, 4090.0, 4154.0, 4100.0, 4118.0, 4098.0, 4097.0, 4078.0, 4089.0, 4092.0, 4102.0, 4154.0, 4102.0, 4111.0, 4093.0, 4123.0, 4117.0, 4137.0, 4118.0, 4127.0, 4116.0, 4138.0, 4118.0, 4149.0, 4140.0, 4153.0, 4137.0, 4138.0, 4157.0, 4151.0, 4200.0, 4158.0, 4177.0, 4126.0, 4191.0, 4176.0, 4154.0, 4163.0, 4133.0, 4153.0, 4102.0, 4141.0, 4112.0, 4157.0, 4178.0, 4153.0, 4130.0, 4091.0, 4154.0, 4117.0, 4159.0, 4118.0, 4156.0, 4129.0, 4157.0, 4127.0, 4129.0, 4140.0, 4108.0, 4171.0, 4152.0, 4167.0, 4128.0, 4169.0, 4153.0, 4176.0, 4144.0, 4112.0, 4111.0, 4150.0, 4091.0, 4143.0, 4112.0, 4100.0, 4091.0, 4099.0, 4111.0, 4104.0, 4121.0, 4105.0, 4092.0, 4093.0, 4133.0, 4108.0, 4147.0, 4126.0, 4126.0, 4117.0, 4137.0, 4119.0, 4151.0, 4140.0, 4139.0, 4128.0, 4149.0, 4180.0, 4155.0, 4135.0, 4175.0, 4124.0, 4116.0, 4134.0, 4125.0, 4127.0, 4124.0, 4137.0, 4177.0, 4147.0, 4166.0, 4167.0, 4155.0, 4125.0, 4164.0, 4104.0, 4155.0, 4144.0, 4134.0, 4102.0, 4132.0, 4092.0, 4125.0, 4177.0, 4146.0, 4165.0, 4132.0, 4153.0, 4092.0, 4141.0, 4123.0, 4135.0, 4124.0, 4133.0, 4161.0, 4090.0, 4151.0, 4091.0, 4142.0, 4112.0, 4132.0, 4121.0, 4133.0, 4079.0, 4112.0, 4100.0, 4112.0, 4166.0, 4130.0, 4119.0, 4094.0, 4098.0, 4086.0, 4080.0, 4119.0, 4079.0, 4109.0, 4090.0, 4123.0, 4159.0, 4119.0, 4138.0, 4089.0, 4129.0, 4091.0, 4109.0, 4089.0, 4110.0, 4103.0, 4111.0, 4104.0, 4122.0, 4093.0, 4137.0, 4175.0, 4123.0, 4154.0, 4113.0, 4154.0, 4106.0, 4155.0, 4114.0, 4147.0, 4131.0, 4146.0, 4137.0, 4155.0, 4115.0, 4167.0, 4187.0, 4143.0, 4174.0, 4155.0, 4133.0, 4114.0, 4133.0, 4102.0, 4122.0, 4124.0, 4114.0, 4133.0, 4103.0, 4175.0, 4103.0, 4122.0, 4113.0, 4123.0, 4121.0, 4113.0, 4164.0, 4112.0, 4134.0, 4163.0, 4100.0, 4134.0, 4162.0, 4111.0, 4130.0, 4101.0, 4120.0, 4123.0, 4115.0, 4169.0, 4126.0, 4135.0, 4141.0, 4150.0, 4143.0, 4151.0, 4143.0, 4185.0, 4153.0, 4183.0, 4162.0, 4192.0, 4182.0, 4180.0, 4147.0, 4168.0, 4119.0, 4191.0, 4156.0, 4145.0, 4165.0, 4144.0, 4144.0, 4102.0, 4153.0, 4104.0, 4134.0, 4115.0, 4159.0, 4177.0, 4165.0, 4142.0, 4103.0, 4132.0, 4114.0, 4125.0, 4116.0, 4138.0, 4129.0, 4129.0, 4107.0, 4127.0, 4158.0, 4129.0, 4195.0], 'WindowWidth': [9324.0, 9342.0, 9289.0, 9287.0, 9248.0, 9259.0, 9232.0, 9231.0, 9254.0, 9231.0, 9232.0, 9261.0, 9251.0, 9271.0, 9266.0, 9303.0, 9247.0, 9290.0, 9255.0, 9285.0, 9285.0, 9266.0, 9223.0, 9210.0, 9248.0, 9213.0, 9297.0, 9224.0, 9219.0, 9211.0, 9266.0, 9236.0, 9301.0, 9235.0, 9247.0, 9254.0, 9330.0, 9263.0, 9288.0, 9262.0, 9241.0, 9258.0, 9285.0, 9255.0, 9291.0, 9298.0, 9252.0, 9284.0, 9335.0, 9316.0, 9308.0, 9270.0, 9205.0, 9206.0, 9197.0, 9062.0, 9285.0, 9203.0, 9250.0, 9164.0, 9192.0, 9127.0, 9199.0, 9100.0, 9213.0, 9169.0, 9151.0, 9174.0, 9148.0, 9178.0, 9162.0, 9204.0, 9180.0, 9180.0, 9150.0, 9175.0, 9197.0, 9190.0, 9165.0, 9177.0, 9228.0, 9194.0, 9208.0, 9247.0, 9250.0, 9271.0, 9221.0, 9305.0, 9229.0, 9300.0, 9268.0, 9233.0, 9247.0, 9258.0, 9251.0, 9297.0, 9296.0, 9239.0, 9207.0, 9152.0, 9178.0, 9228.0, 9211.0, 9220.0, 9258.0, 9242.0, 9309.0, 9277.0, 9265.0, 9265.0, 9279.0, 9229.0, 9211.0, 9261.0, 9248.0, 9213.0, 9173.0, 9155.0, 9116.0, 9144.0, 9121.0, 9154.0, 9125.0, 9134.0, 9079.0, 9129.0, 9076.0, 9102.0, 9088.0, 9110.0, 9105.0, 9134.0, 9107.0, 9120.0, 9131.0, 9132.0, 9121.0, 9134.0, 9144.0, 9156.0, 9189.0, 9173.0, 9186.0, 9179.0, 9179.0, 9180.0, 9185.0, 9186.0, 9187.0, 9189.0, 9229.0, 9195.0, 9240.0, 9211.0, 9276.0, 9252.0, 9292.0, 9217.0, 9265.0, 9211.0, 9248.0, 9273.0, 9242.0, 9203.0, 9192.0, 9202.0, 9182.0, 9245.0, 9194.0, 9214.0, 9222.0, 9231.0, 9180.0, 9221.0, 9189.0, 9192.0, 9263.0, 9190.0, 9229.0, 9212.0, 9216.0, 9174.0, 9171.0, 9232.0, 9197.0, 9179.0, 9160.0, 9149.0, 9186.0, 9141.0, 9191.0, 9181.0, 9178.0, 9206.0, 9152.0, 9196.0, 9166.0, 9234.0, 9207.0, 9254.0, 9245.0, 9203.0, 9211.0, 9186.0, 9242.0, 9199.0, 9229.0, 9289.0, 9199.0, 9247.0, 9201.0, 9197.0, 9266.0, 9204.0, 9227.0, 9235.0, 9230.0, 9221.0, 9253.0, 9275.0, 9218.0, 9307.0, 9272.0, 9217.0, 9252.0, 9181.0, 9239.0, 9194.0, 9238.0, 9199.0, 9210.0, 9147.0, 9158.0, 9157.0, 9187.0, 9174.0, 9212.0, 9189.0, 9250.0, 9248.0, 9245.0, 9238.0, 9279.0, 9278.0, 9195.0, 9250.0, 9194.0, 9230.0, 9199.0, 9249.0, 9240.0, 9230.0, 9199.0, 9230.0, 9172.0, 9184.0, 9173.0, 9189.0, 9212.0, 9197.0, 9168.0, 9182.0, 9210.0, 9197.0, 9277.0, 9239.0, 9234.0, 9167.0, 9219.0, 9174.0, 9217.0, 9220.0, 9180.0, 9209.0, 9206.0, 9192.0, 9208.0, 9230.0, 9238.0, 9223.0, 9286.0, 9239.0, 9200.0, 9205.0, 9170.0, 9187.0, 9172.0, 9262.0, 9199.0, 9271.0, 9279.0, 9209.0, 9243.0, 9222.0, 9198.0, 9168.0, 9179.0, 9167.0, 9211.0, 9188.0, 9234.0, 9210.0, 9207.0, 9224.0, 9163.0, 9126.0, 9153.0, 9080.0, 9093.0, 9059.0, 9111.0, 9069.0, 9114.0, 9091.0, 9119.0, 9059.0, 9080.0, 9143.0, 9064.0, 9114.0, 9091.0, 9091.0, 9069.0, 9085.0, 9092.0, 9087.0, 9110.0, 9091.0, 9151.0, 9173.0, 9103.0, 9129.0, 9111.0, 9125.0, 9119.0, 9149.0, 9155.0, 9178.0, 9184.0, 9165.0, 9199.0, 9166.0, 9205.0, 9186.0, 9214.0, 9202.0, 9201.0, 9184.0, 9212.0, 9212.0, 9215.0, 9275.0, 9225.0, 9223.0, 9197.0, 9219.0, 9184.0, 9244.0, 9278.0, 9239.0, 9199.0, 9186.0, 9203.0, 9180.0, 9207.0, 9196.0, 9214.0, 9223.0, 9213.0, 9234.0, 9184.0, 9269.0, 9222.0, 9229.0, 9216.0, 9232.0, 9194.0, 9220.0, 9246.0, 9231.0, 9234.0, 9212.0, 9190.0, 9164.0, 9148.0, 9169.0, 9137.0, 9205.0, 9162.0, 9159.0, 9149.0, 9167.0, 9152.0, 9150.0, 9143.0, 9167.0, 9142.0, 9157.0, 9155.0, 9180.0, 9231.0, 9178.0, 9214.0, 9166.0, 9216.0, 9163.0, 9202.0, 9175.0, 9195.0, 9202.0, 9216.0, 9211.0, 9183.0, 9181.0, 9189.0, 9250.0, 9185.0, 9227.0, 9196.0, 9181.0, 9169.0, 9198.0, 9209.0, 9202.0, 9272.0, 9197.0, 9223.0, 9214.0, 9224.0, 9188.0, 9213.0, 9212.0, 9222.0, 9259.0, 9217.0, 9242.0, 9205.0, 9271.0, 9219.0, 9279.0, 9244.0, 9245.0, 9229.0, 9261.0, 9252.0, 9208.0, 9263.0, 9219.0, 9205.0, 9227.0, 9181.0, 9205.0, 9140.0, 9195.0, 9185.0, 9153.0, 9156.0, 9179.0, 9186.0, 9200.0, 9196.0, 9197.0, 9180.0, 9197.0, 9197.0, 9205.0, 9185.0, 9226.0, 9178.0, 9224.0, 9239.0, 9226.0, 9179.0, 9206.0, 9156.0, 9159.0, 9239.0, 9177.0, 9246.0, 9197.0, 9166.0, 9158.0, 9166.0, 9129.0, 9159.0, 9159.0, 9160.0, 9165.0, 9177.0, 9161.0, 9181.0, 9187.0, 9196.0, 9217.0, 9230.0, 9232.0, 9227.0, 9212.0, 9240.0, 9220.0, 9196.0, 9277.0, 9205.0, 9201.0, 9183.0, 9173.0, 9168.0, 9158.0, 9245.0, 9180.0, 9204.0, 9184.0, 9192.0, 9184.0, 9158.0, 9178.0, 9146.0, 9200.0, 9185.0, 9256.0, 9234.0, 9191.0, 9202.0, 9182.0, 9213.0, 9190.0, 9202.0, 9215.0, 9158.0, 9218.0, 9210.0, 9219.0, 9172.0, 9214.0, 9182.0, 9204.0, 9298.0, 9254.0, 9250.0, 9192.0, 9236.0, 9153.0, 9209.0, 9212.0, 9183.0, 9196.0, 9185.0, 9204.0, 9169.0, 9238.0, 9184.0, 9214.0, 9257.0, 9177.0, 9199.0, 9181.0, 9223.0, 9189.0, 9204.0, 9244.0, 9261.0, 9220.0, 9201.0, 9199.0, 9194.0, 9202.0, 9276.0, 9214.0, 9277.0, 9243.0, 9234.0, 9188.0, 9187.0, 9192.0, 9158.0, 9228.0, 9149.0, 9245.0, 9212.0, 9177.0, 9229.0, 9192.0, 9174.0, 9147.0, 9165.0, 9118.0, 9169.0, 9140.0, 9166.0, 9156.0, 9171.0, 9189.0, 9243.0, 9195.0, 9201.0, 9248.0, 9196.0, 9207.0, 9170.0, 9256.0, 9191.0, 9232.0, 9197.0, 9148.0, 9107.0, 9113.0, 9137.0, 9121.0, 9215.0, 9136.0, 9155.0, 9128.0, 9125.0, 9104.0, 9120.0, 9127.0, 9143.0, 9213.0, 9140.0, 9152.0, 9132.0, 9174.0, 9173.0, 9198.0, 9174.0, 9185.0, 9172.0, 9200.0, 9176.0, 9216.0, 9207.0, 9227.0, 9197.0, 9199.0, 9224.0, 9224.0, 9290.0, 9228.0, 9252.0, 9181.0, 9284.0, 9254.0, 9212.0, 9226.0, 9182.0, 9210.0, 9141.0, 9193.0, 9156.0, 9225.0, 9254.0, 9209.0, 9170.0, 9120.0, 9212.0, 9170.0, 9227.0, 9175.0, 9221.0, 9189.0, 9227.0, 9186.0, 9190.0, 9205.0, 9158.0, 9246.0, 9226.0, 9238.0, 9186.0, 9240.0, 9215.0, 9250.0, 9199.0, 9150.0, 9147.0, 9202.0, 9119.0, 9195.0, 9150.0, 9131.0, 9120.0, 9129.0, 9147.0, 9143.0, 9162.0, 9148.0, 9126.0, 9131.0, 9183.0, 9157.0, 9209.0, 9180.0, 9182.0, 9170.0, 9195.0, 9174.0, 9221.0, 9204.0, 9203.0, 9186.0, 9214.0, 9265.0, 9215.0, 9190.0, 9244.0, 9171.0, 9162.0, 9187.0, 9174.0, 9179.0, 9173.0, 9193.0, 9250.0, 9207.0, 9232.0, 9235.0, 9215.0, 9174.0, 9225.0, 9146.0, 9218.0, 9198.0, 9185.0, 9141.0, 9179.0, 9127.0, 9173.0, 9246.0, 9201.0, 9228.0, 9178.0, 9209.0, 9126.0, 9190.0, 9170.0, 9186.0, 9173.0, 9183.0, 9219.0, 9119.0, 9204.0, 9122.0, 9190.0, 9152.0, 9178.0, 9164.0, 9179.0, 9102.0, 9148.0, 9130.0, 9149.0, 9241.0, 9172.0, 9154.0, 9113.0, 9122.0, 9105.0, 9106.0, 9153.0, 9102.0, 9141.0, 9118.0, 9170.0, 9213.0, 9157.0, 9180.0, 9115.0, 9171.0, 9125.0, 9146.0, 9121.0, 9149.0, 9144.0, 9153.0, 9147.0, 9168.0, 9131.0, 9195.0, 9247.0, 9169.0, 9213.0, 9158.0, 9214.0, 9154.0, 9218.0, 9165.0, 9209.0, 9184.0, 9206.0, 9198.0, 9218.0, 9165.0, 9241.0, 9270.0, 9199.0, 9240.0, 9215.0, 9182.0, 9158.0, 9182.0, 9142.0, 9169.0, 9174.0, 9161.0, 9185.0, 9146.0, 9246.0, 9143.0, 9166.0, 9158.0, 9170.0, 9168.0, 9159.0, 9229.0, 9153.0, 9184.0, 9225.0, 9134.0, 9185.0, 9222.0, 9148.0, 9172.0, 9137.0, 9162.0, 9168.0, 9161.0, 9240.0, 9181.0, 9190.0, 9209.0, 9219.0, 9217.0, 9223.0, 9217.0, 9275.0, 9231.0, 9269.0, 9241.0, 9286.0, 9270.0, 9261.0, 9210.0, 9242.0, 9180.0, 9285.0, 9221.0, 9208.0, 9234.0, 9204.0, 9202.0, 9145.0, 9212.0, 9149.0, 9189.0, 9165.0, 9231.0, 9258.0, 9230.0, 9196.0, 9147.0, 9183.0, 9164.0, 9178.0, 9172.0, 9202.0, 9191.0, 9193.0, 9160.0, 9187.0, 9229.0, 9194.0, 9294.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.021486146788990825</td></tr>
<tr><td colspan=3>aqi</td><td>0.0697708133027523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.27743365179103</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.429968855706087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3284378091963243</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>6174.7925</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17447665114474362</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.986238532110093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6623883071195884</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5809872111917422</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9045293852960774</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.501648324870945</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130718</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01841779612004757</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03258367255330086</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.0386255169955785</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7656</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.5923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>750.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.3272</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7054</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.673</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.0501</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.3112</td></tr>
<tr><td colspan=3>tsnr</td><td>24.367410845006816</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>