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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0075_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0075_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f31929ded86afcaf29d541c09eacf338</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:51:40.487500</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.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0812865</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a595b35-8386-47eb-9a3e-c6d02a58bdad||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.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [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': ['085140.487500', '085140.947500', '085141.407500', '085141.867500', '085142.327500', '085142.787500', '085143.247500', '085143.707500', '085144.167500', '085144.627500', '085145.087500', '085145.547500', '085146.007500', '085146.467500', '085146.927500', '085147.387500', '085147.847500', '085148.307500', '085148.767500', '085149.227500', '085149.687500', '085150.147500', '085150.607500', '085151.067500', '085151.527500', '085151.987500', '085152.447500', '085152.907500', '085153.367500', '085153.827500', '085154.287500', '085154.747500', '085155.207500', '085155.667500', '085156.127500', '085156.587500', '085157.047500', '085157.507500', '085157.967500', '085158.427500', '085158.887500', '085159.347500', '085159.807500', '085200.267500', '085200.727500', '085201.187500', '085201.647500', '085202.107500', '085202.567500', '085203.027500', '085203.487500', '085203.947500', '085204.407500', '085204.867500', '085205.327500', '085205.787500', '085206.247500', '085206.707500', '085207.167500', '085207.627500', '085208.087500', '085208.547500', '085209.007500', '085209.467500', '085209.927500', '085210.387500', '085210.847500', '085211.307500', '085211.767500', '085212.227500', '085212.687500', '085213.147500', '085213.607500', '085214.067500', '085214.527500', '085214.987500', '085215.447500', '085215.907500', '085216.367500', '085216.827500', '085217.287500', '085217.747500', '085218.207500', '085218.667500', '085219.127500', '085219.587500', '085220.047500', '085220.507500', '085220.967500', '085221.427500', '085221.887500', '085222.347500', '085222.807500', '085223.267500', '085223.727500', '085224.187500', '085224.647500', '085225.107500', '085225.567500', '085226.027500', '085226.487500', '085226.947500', '085227.407500', '085227.867500', '085228.327500', '085228.787500', '085229.247500', '085229.707500', '085230.167500', '085230.627500', '085231.087500', '085231.547500', '085232.007500', '085232.467500', '085232.927500', '085233.387500', '085233.847500', '085234.307500', '085234.767500', '085235.227500', '085235.687500', '085236.147500', '085236.607500', '085237.067500', '085237.527500', '085237.987500', '085238.447500', '085238.907500', '085239.367500', '085239.827500', '085240.287500', '085240.747500', '085241.207500', '085241.667500', '085242.127500', '085242.587500', '085243.047500', '085243.507500', '085243.967500', '085244.427500', '085244.887500', '085245.347500', '085245.807500', '085246.267500', '085246.727500', '085247.187500', '085247.647500', '085248.107500', '085248.567500', '085249.027500', '085249.487500', '085249.947500', '085250.407500', '085250.867500', '085251.327500', '085251.787500', '085252.247500', '085252.707500', '085253.167500', '085253.627500', '085254.087500', '085254.547500', '085255.007500', '085255.467500', '085255.927500', '085256.387500', '085256.847500', '085257.307500', '085257.767500', '085258.227500', '085258.687500', '085259.147500', '085259.607500', '085300.067500', '085300.527500', '085300.987500', '085301.447500', '085301.907500', '085302.367500', '085302.827500', '085303.287500', '085303.747500', '085304.207500', '085304.667500', '085305.127500', '085305.587500', '085306.047500', '085306.507500', '085306.967500', '085307.427500', '085307.887500', '085308.347500', '085308.807500', '085309.267500', '085309.727500', '085310.187500', '085310.647500', '085311.107500', '085311.567500', '085312.027500', '085312.487500', '085312.947500', '085313.407500', '085313.867500', '085314.327500', '085314.787500', '085315.247500', '085315.707500', '085316.167500', '085316.627500', '085317.087500', '085317.547500', '085318.007500', '085318.467500', '085318.927500', '085319.387500', '085319.847500', '085320.307500', '085320.767500', '085321.227500', '085321.687500', '085322.147500', '085322.607500', '085323.067500', '085323.527500', '085323.987500', '085324.447500', '085324.907500', '085325.367500', '085325.827500', '085326.287500', '085326.747500', '085327.207500', '085327.667500', '085328.127500', '085328.587500', '085329.047500', '085329.507500', '085329.967500', '085330.427500', '085330.887500', '085331.347500', '085331.807500', '085332.267500', '085332.727500', '085333.187500', '085333.647500', '085334.107500', '085334.567500', '085335.027500', '085335.487500', '085335.947500', '085336.407500', '085336.867500', '085337.327500', '085337.787500', '085338.247500', '085338.707500', '085339.167500', '085339.627500', '085340.087500', '085340.547500', '085341.007500', '085341.467500', '085341.927500', '085342.387500', '085342.847500', '085343.307500', '085343.767500', '085344.227500', '085344.687500', '085345.147500', '085345.607500', '085346.067500', '085346.527500', '085346.987500', '085347.447500', '085347.907500', '085348.367500', '085348.827500', '085349.287500', '085349.747500', '085350.207500', '085350.667500', '085351.127500', '085351.587500', '085352.047500', '085352.507500', '085352.967500', '085353.427500', '085353.887500', '085354.347500', '085354.807500', '085355.267500', '085355.727500', '085356.187500', '085356.647500', '085357.107500', '085357.567500', '085358.027500', '085358.487500', '085358.947500', '085359.407500', '085359.867500', '085400.327500', '085400.787500', '085401.247500', '085401.707500', '085402.167500', '085402.627500', '085403.087500', '085403.547500', '085404.007500', '085404.467500', '085404.927500', '085405.387500', '085405.847500', '085406.307500', '085406.767500', '085407.227500', '085407.687500', '085408.147500', '085408.607500', '085409.067500', '085409.527500', '085409.987500', '085410.447500', '085410.907500', '085411.367500', '085411.827500', '085412.287500', '085412.747500', '085413.207500', '085413.667500', '085414.127500', '085414.587500', '085415.047500', '085415.507500', '085415.967500', '085416.427500', '085416.887500', '085417.347500', '085417.807500', '085418.267500', '085418.727500', '085419.187500', '085419.647500', '085420.107500', '085420.567500', '085421.027500', '085421.487500', '085421.947500', '085422.407500', '085422.867500', '085423.327500', '085423.787500', '085424.247500', '085424.707500', '085425.167500', '085425.627500', '085426.087500', '085426.547500', '085427.007500', '085427.467500', '085427.927500', '085428.387500', '085428.847500', '085429.307500', '085429.767500', '085430.227500', '085430.687500', '085431.147500', '085431.607500', '085432.067500', '085432.527500', '085432.987500', '085433.447500', '085433.907500', '085434.367500', '085434.827500', '085435.287500', '085435.747500', '085436.207500', '085436.667500', '085437.127500', '085437.587500', '085438.047500', '085438.507500', '085438.967500', '085439.427500', '085439.887500', '085440.347500', '085440.807500', '085441.267500', '085441.727500', '085442.187500', '085442.647500', '085443.107500', '085443.567500', '085444.027500', '085444.487500', '085444.947500', '085445.407500', '085445.867500', '085446.327500', '085446.787500', '085447.247500', '085447.707500', '085448.167500', '085448.627500', '085449.087500', '085449.547500', '085450.007500', '085450.467500', '085450.927500', '085451.387500', '085451.847500', '085452.307500', '085452.767500', '085453.227500', '085453.687500', '085454.147500', '085454.607500', '085455.067500', '085455.527500', '085455.987500', '085456.447500', '085456.907500', '085457.367500', '085457.827500', '085458.287500', '085458.747500', '085459.207500', '085459.667500', '085500.127500', '085500.587500', '085501.047500', '085501.507500', '085501.967500', '085502.427500', '085502.887500', '085503.347500', '085503.807500', '085504.267500', '085504.727500', '085505.187500', '085505.647500', '085506.107500', '085506.567500', '085507.027500', '085507.487500', '085507.947500', '085508.407500', '085508.867500', '085509.327500', '085509.787500', '085510.247500', '085510.707500', '085511.167500', '085511.627500', '085512.087500', '085512.547500', '085513.007500', '085513.467500', '085513.927500', '085514.387500', '085514.847500', '085515.307500', '085515.767500', '085516.227500', '085516.687500', '085517.147500', '085517.607500', '085518.067500', '085518.527500', '085518.987500', '085519.447500', '085519.907500', '085520.367500', '085520.827500', '085521.287500', '085521.747500', '085522.207500', '085522.667500', '085523.127500', '085523.587500', '085524.047500', '085524.507500', '085524.967500', '085525.427500', '085525.887500', '085526.347500', '085526.807500', '085527.267500', '085527.727500', '085528.187500', '085528.647500', '085529.107500', '085529.567500', '085530.027500', '085530.487500', '085530.947500', '085531.407500', '085531.867500', '085532.327500', '085532.787500', '085533.247500', '085533.707500', '085534.167500', '085534.627500', '085535.087500', '085535.547500', '085536.007500', '085536.467500', '085536.927500', '085537.387500', '085537.847500', '085538.307500', '085538.767500', '085539.227500', '085539.687500', '085540.147500', '085540.607500', '085541.067500', '085541.527500', '085541.987500', '085542.447500', '085542.907500', '085543.367500', '085543.827500', '085544.287500', '085544.747500', '085545.207500', '085545.667500', '085546.127500', '085546.587500', '085547.047500', '085547.507500', '085547.967500', '085548.427500', '085548.887500', '085549.347500', '085549.807500', '085550.267500', '085550.727500', '085551.187500', '085551.647500', '085552.107500', '085552.567500', '085553.027500', '085553.487500', '085553.947500', '085554.407500', '085554.867500', '085555.327500', '085555.787500', '085556.247500', '085556.707500', '085557.167500', '085557.627500', '085558.087500', '085558.547500', '085559.007500', '085559.467500', '085559.927500', '085600.387500', '085600.847500', '085601.307500', '085601.767500', '085602.227500', '085602.687500', '085603.147500', '085603.607500', '085604.067500', '085604.527500', '085604.987500', '085605.447500', '085605.907500', '085606.367500', '085606.827500', '085607.287500', '085607.747500', '085608.207500', '085608.667500', '085609.127500', '085609.587500', '085610.047500', '085610.507500', '085610.967500', '085611.427500', '085611.887500', '085612.347500', '085612.807500', '085613.267500', '085613.727500', '085614.187500', '085614.647500', '085615.107500', '085615.567500', '085616.027500', '085616.487500', '085616.947500', '085617.407500', '085617.867500', '085618.327500', '085618.787500', '085619.247500', '085619.707500', '085620.167500', '085620.627500', '085621.087500', '085621.547500', '085622.007500', '085622.467500', '085622.927500', '085623.387500', '085623.847500', '085624.307500', '085624.767500', '085625.227500', '085625.687500', '085626.147500', '085626.607500', '085627.067500', '085627.527500', '085627.987500', '085628.447500', '085628.907500', '085629.367500', '085629.827500', '085630.287500', '085630.747500', '085631.207500', '085631.667500', '085632.127500', '085632.587500', '085633.047500', '085633.507500', '085633.967500', '085634.427500', '085634.887500', '085635.347500', '085635.807500', '085636.267500', '085636.727500', '085637.187500', '085637.647500', '085638.107500', '085638.567500', '085639.027500', '085639.487500', '085639.947500', '085640.407500', '085640.867500', '085641.327500', '085641.787500', '085642.247500', '085642.707500', '085643.167500', '085643.627500', '085644.087500', '085644.547500', '085645.007500', '085645.467500', '085645.927500', '085646.387500', '085646.847500', '085647.307500', '085647.767500', '085648.227500', '085648.687500', '085649.147500', '085649.607500', '085650.067500', '085650.527500', '085650.987500', '085651.447500', '085651.907500', '085652.367500', '085652.827500', '085653.287500', '085653.747500', '085654.207500', '085654.667500', '085655.127500', '085655.587500', '085656.047500', '085656.507500', '085656.967500', '085657.427500', '085657.887500', '085658.347500', '085658.807500', '085659.267500', '085659.727500', '085700.187500', '085700.647500', '085701.107500', '085701.567500', '085702.027500', '085702.487500', '085702.947500', '085703.407500', '085703.867500', '085704.327500', '085704.787500', '085705.247500', '085705.707500', '085706.167500', '085706.627500', '085707.087500', '085707.547500', '085708.007500', '085708.467500', '085708.927500', '085709.387500', '085709.847500', '085710.307500', '085710.767500', '085711.227500', '085711.687500', '085712.147500', '085712.607500', '085713.067500', '085713.527500', '085713.987500', '085714.447500', '085714.907500', '085715.367500', '085715.827500', '085716.287500', '085716.747500', '085717.207500', '085717.667500', '085718.127500', '085718.587500', '085719.047500', '085719.507500', '085719.967500', '085720.427500', '085720.887500', '085721.347500', '085721.807500', '085722.267500', '085722.727500', '085723.187500', '085723.647500', '085724.107500', '085724.567500', '085725.027500', '085725.487500', '085725.947500', '085726.407500', '085726.867500', '085727.327500', '085727.787500', '085728.247500', '085728.707500', '085729.167500', '085729.627500', '085730.087500', '085730.547500', '085731.007500', '085731.467500', '085731.927500', '085732.387500', '085732.847500', '085733.307500', '085733.767500', '085734.227500', '085734.687500', '085735.147500', '085735.607500', '085736.067500', '085736.527500', '085736.987500', '085737.447500', '085737.907500', '085738.367500', '085738.827500', '085739.287500', '085739.747500', '085740.207500', '085740.667500', '085741.127500', '085741.587500', '085742.047500', '085742.507500', '085742.967500', '085743.427500', '085743.887500', '085744.347500', '085744.807500', '085745.267500', '085745.727500', '085746.187500', '085746.647500', '085747.107500', '085747.567500', '085748.027500', '085748.487500', '085748.947500', '085749.407500', '085749.867500', '085750.327500', '085750.787500', '085751.247500', '085751.707500', '085752.167500', '085752.627500', '085753.087500', '085753.547500', '085754.007500', '085754.467500', '085754.927500', '085755.387500', '085755.847500', '085756.307500', '085756.767500', '085757.227500', '085757.687500', '085758.147500', '085758.607500', '085759.067500', '085759.527500', '085759.987500', '085800.447500', '085800.907500', '085801.367500', '085801.827500', '085802.287500', '085802.747500', '085803.207500', '085803.667500', '085804.127500', '085804.587500', '085805.047500', '085805.507500', '085805.967500', '085806.427500', '085806.887500', '085807.347500', '085807.807500', '085808.267500', '085808.727500', '085809.187500', '085809.647500', '085810.107500', '085810.567500', '085811.027500', '085811.487500', '085811.947500', '085812.407500', '085812.867500', '085813.327500', '085813.787500', '085814.247500', '085814.707500', '085815.167500', '085815.627500', '085816.087500', '085816.547500', '085817.007500', '085817.467500', '085817.927500', '085818.387500', '085818.847500', '085819.307500', '085819.767500', '085820.227500', '085820.687500', '085821.147500'], 'ContentTime': ['085158.576000', '085158.579000', '085158.583000', '085158.586000', '085158.589000', '085158.591000', '085158.594000', '085158.596000', '085158.599000', '085158.601000', '085158.604000', '085158.606000', '085158.609000', '085158.612000', '085158.614000', '085158.617000', '085158.619000', '085158.622000', '085158.624000', '085158.627000', '085158.629000', '085158.632000', '085158.635000', '085158.637000', '085158.640000', '085158.642000', '085158.645000', '085158.647000', '085158.650000', '085158.661000', '085158.663000', '085158.666000', '085158.668000', '085158.671000', '085158.673000', '085158.676000', '085218.550000', '085218.552000', '085218.555000', '085218.558000', '085218.560000', '085218.563000', '085218.565000', '085218.568000', '085218.570000', '085218.573000', '085218.576000', '085218.578000', '085218.581000', '085218.583000', '085218.586000', '085218.588000', '085218.591000', '085218.594000', '085218.596000', '085218.599000', '085218.601000', '085218.604000', '085218.608000', '085218.611000', '085218.613000', '085218.616000', '085218.618000', '085218.621000', '085218.623000', '085218.626000', '085218.629000', '085218.631000', '085218.634000', '085218.636000', '085218.639000', '085218.641000', '085218.644000', '085218.647000', '085218.649000', '085218.652000', '085218.654000', '085218.657000', '085218.659000', '085238.549000', '085238.552000', '085238.555000', '085238.557000', '085238.560000', '085238.562000', '085238.565000', '085238.568000', '085238.570000', '085238.573000', '085238.575000', '085238.578000', '085238.580000', '085238.583000', '085238.585000', '085238.588000', '085238.591000', '085238.593000', '085238.596000', '085238.598000', '085238.601000', '085238.604000', '085238.606000', '085238.609000', '085238.611000', '085238.614000', '085238.616000', '085238.619000', '085238.621000', '085238.624000', '085238.627000', '085238.629000', '085238.632000', '085238.634000', '085238.637000', '085238.640000', '085238.642000', '085238.645000', '085238.647000', '085238.650000', '085238.653000', '085238.655000', '085238.658000', '085238.660000', '085258.549000', '085258.552000', '085258.555000', '085258.557000', '085258.560000', '085258.562000', '085258.565000', '085258.567000', '085258.570000', '085258.573000', '085258.575000', '085258.578000', '085258.580000', '085258.583000', '085258.585000', '085258.588000', '085258.591000', '085258.593000', '085258.596000', '085258.599000', '085258.601000', '085258.604000', '085258.606000', '085258.609000', '085258.611000', '085258.614000', '085258.616000', '085258.619000', '085258.622000', '085258.624000', '085258.627000', '085258.629000', '085258.646000', '085258.648000', '085258.651000', '085258.653000', '085258.656000', '085258.658000', '085258.661000', '085258.664000', '085258.666000', '085258.669000', '085258.671000', '085318.549000', '085318.552000', '085318.555000', '085318.557000', '085318.560000', '085318.563000', '085318.565000', '085318.568000', '085318.570000', '085318.573000', '085318.575000', '085318.578000', '085318.580000', '085318.583000', '085318.586000', '085318.588000', '085318.591000', '085318.594000', '085318.596000', '085318.599000', '085318.601000', '085318.604000', '085318.606000', '085318.609000', '085318.612000', '085318.614000', '085318.617000', '085318.619000', '085318.622000', '085318.624000', '085318.627000', '085318.630000', '085318.632000', '085318.635000', '085318.637000', '085318.640000', '085318.642000', '085318.645000', '085318.647000', '085318.650000', '085318.653000', '085318.655000', '085318.658000', '085318.660000', '085338.549000', '085338.552000', '085338.554000', '085338.557000', '085338.559000', '085338.562000', '085338.564000', '085338.567000', '085338.570000', '085338.572000', '085338.575000', '085338.577000', '085338.580000', '085338.582000', '085338.585000', '085338.588000', '085338.590000', '085338.593000', '085338.595000', '085338.598000', '085338.601000', '085338.603000', '085338.606000', '085338.608000', '085338.611000', '085338.613000', '085338.616000', '085338.618000', '085338.621000', '085338.624000', '085338.626000', '085338.629000', '085338.631000', '085338.634000', '085338.637000', '085338.639000', '085338.642000', '085338.644000', '085338.647000', '085338.649000', '085338.652000', '085338.654000', '085338.657000', '085358.548000', '085358.551000', '085358.554000', '085358.556000', '085358.559000', '085358.562000', '085358.564000', '085358.567000', '085358.569000', '085358.572000', '085358.574000', '085358.577000', '085358.579000', '085358.582000', '085358.585000', '085358.587000', '085358.590000', '085358.593000', '085358.595000', '085358.598000', '085358.600000', '085358.603000', '085358.605000', '085358.608000', '085358.611000', '085358.613000', '085358.616000', '085358.618000', '085358.621000', '085358.624000', '085358.626000', '085358.629000', '085358.631000', '085358.634000', '085358.636000', '085358.639000', '085358.642000', '085358.644000', '085358.647000', '085358.649000', '085358.652000', '085358.654000', '085358.657000', '085358.659000', '085418.549000', '085418.552000', '085418.555000', '085418.557000', '085418.560000', '085418.563000', '085418.565000', '085418.568000', '085418.570000', '085418.573000', '085418.575000', '085418.578000', '085418.580000', '085418.583000', '085418.586000', '085418.588000', '085418.591000', '085418.594000', '085418.596000', '085418.599000', '085418.601000', '085418.604000', '085418.606000', '085418.609000', '085418.612000', '085418.614000', '085418.617000', '085418.619000', '085418.622000', '085418.624000', '085418.627000', '085418.629000', '085418.632000', '085418.635000', '085418.637000', '085418.640000', '085418.642000', '085418.645000', '085418.647000', '085418.650000', '085418.653000', '085418.655000', '085418.658000', '085438.549000', '085438.552000', '085438.555000', '085438.557000', '085438.560000', '085438.563000', '085438.565000', '085438.568000', '085438.570000', '085438.574000', '085438.576000', '085438.579000', '085438.581000', '085438.584000', '085438.587000', '085438.589000', '085438.592000', '085438.595000', '085438.597000', '085438.600000', '085438.602000', '085438.605000', '085438.607000', '085438.610000', '085438.613000', '085438.615000', '085438.618000', '085438.620000', '085438.636000', '085438.638000', '085438.641000', '085438.644000', '085438.646000', '085438.649000', '085438.651000', '085438.654000', '085438.656000', '085438.659000', '085438.661000', '085438.664000', '085438.667000', '085438.669000', '085438.672000', '085438.674000', '085458.549000', '085458.552000', '085458.555000', '085458.557000', '085458.560000', '085458.563000', '085458.565000', '085458.568000', '085458.570000', '085458.573000', '085458.576000', '085458.578000', '085458.581000', '085458.583000', '085458.586000', '085458.589000', '085458.591000', '085458.594000', '085458.597000', '085458.599000', '085458.602000', '085458.604000', '085458.607000', '085458.609000', '085458.612000', '085458.614000', '085458.617000', '085458.619000', '085458.622000', '085458.625000', '085458.627000', '085458.630000', '085458.632000', '085458.635000', '085458.638000', '085458.640000', '085458.643000', '085458.645000', '085458.648000', '085458.650000', '085458.653000', '085458.655000', '085458.658000', '085518.550000', '085518.552000', '085518.555000', '085518.558000', '085518.560000', '085518.563000', '085518.565000', '085518.568000', '085518.570000', '085518.573000', '085518.576000', '085518.578000', '085518.581000', '085518.583000', '085518.586000', '085518.589000', '085518.591000', '085518.594000', '085518.596000', '085518.599000', '085518.601000', '085518.604000', '085518.607000', '085518.609000', '085518.612000', '085518.614000', '085518.617000', '085518.619000', '085518.622000', '085518.625000', '085518.627000', '085518.630000', '085518.632000', '085518.635000', '085518.637000', '085518.640000', '085518.643000', '085518.645000', '085518.648000', '085518.650000', '085518.653000', '085518.655000', '085518.658000', '085518.660000', '085538.549000', '085538.552000', '085538.555000', '085538.557000', '085538.560000', '085538.562000', '085538.565000', '085538.568000', '085538.570000', '085538.573000', '085538.576000', '085538.578000', '085538.581000', '085538.583000', '085538.586000', '085538.588000', '085538.591000', '085538.594000', '085538.596000', '085538.599000', '085538.601000', '085538.604000', '085538.607000', '085538.609000', '085538.612000', '085538.614000', '085538.617000', '085538.620000', '085538.622000', '085538.625000', '085538.627000', '085538.630000', '085538.632000', '085538.635000', '085538.638000', '085538.640000', '085538.643000', '085538.645000', '085538.648000', '085538.650000', '085538.653000', '085538.656000', '085538.658000', '085558.548000', '085558.551000', '085558.554000', '085558.558000', '085558.560000', '085558.563000', '085558.566000', '085558.568000', '085558.571000', '085558.573000', '085558.576000', '085558.578000', '085558.581000', '085558.584000', '085558.586000', '085558.589000', '085558.591000', '085558.594000', '085558.597000', '085558.599000', '085558.602000', '085558.604000', '085558.607000', '085558.610000', '085558.612000', '085558.615000', '085558.618000', '085558.620000', '085558.623000', '085558.625000', '085558.628000', '085558.630000', '085558.633000', '085558.636000', '085558.638000', '085558.641000', '085558.643000', '085558.646000', '085558.648000', '085558.651000', '085558.654000', '085558.656000', '085558.659000', '085558.661000', '085618.549000', '085618.552000', '085618.554000', '085618.557000', '085618.559000', '085618.562000', '085618.565000', '085618.567000', '085618.570000', '085618.589000', '085618.592000', '085618.595000', '085618.597000', '085618.600000', '085618.602000', '085618.605000', '085618.608000', '085618.610000', '085618.613000', '085618.615000', '085618.618000', '085618.620000', '085618.623000', '085618.626000', '085618.628000', '085618.631000', '085618.633000', '085618.636000', '085618.638000', '085618.641000', '085618.644000', '085618.646000', '085618.649000', '085618.651000', '085618.654000', '085618.656000', '085618.659000', '085618.662000', '085618.664000', '085618.667000', '085618.669000', '085618.672000', '085618.674000', '085638.550000', '085638.553000', '085638.556000', '085638.559000', '085638.562000', '085638.564000', '085638.567000', '085638.569000', '085638.572000', '085638.575000', '085638.577000', '085638.580000', '085638.582000', '085638.585000', '085638.588000', '085638.590000', '085638.593000', '085638.596000', '085638.598000', '085638.601000', '085638.603000', '085638.606000', '085638.608000', '085638.611000', '085638.614000', '085638.616000', '085638.619000', '085638.621000', '085638.624000', '085638.627000', '085638.629000', '085638.632000', '085638.634000', '085638.637000', '085638.639000', '085638.642000', '085638.645000', '085638.647000', '085638.650000', '085638.652000', '085638.655000', '085638.657000', '085638.660000', '085658.550000', '085658.552000', '085658.555000', '085658.558000', '085658.561000', '085658.564000', '085658.566000', '085658.569000', '085658.572000', '085658.574000', '085658.577000', '085658.579000', '085658.582000', '085658.584000', '085658.587000', '085658.590000', '085658.592000', '085658.595000', '085658.597000', '085658.600000', '085658.602000', '085658.605000', '085658.608000', '085658.610000', '085658.613000', '085658.615000', '085658.618000', '085658.620000', '085658.623000', '085658.626000', '085658.628000', '085658.631000', '085658.633000', '085658.636000', '085658.639000', '085658.641000', '085658.644000', '085658.646000', '085658.649000', '085658.651000', '085658.654000', '085658.657000', '085658.659000', '085658.662000', '085718.550000', '085718.552000', '085718.555000', '085718.558000', '085718.560000', '085718.563000', '085718.566000', '085718.568000', '085718.571000', '085718.574000', '085718.576000', '085718.579000', '085718.581000', '085718.584000', '085718.586000', '085718.589000', '085718.592000', '085718.594000', '085718.599000', '085718.602000', '085718.604000', '085718.607000', '085718.610000', '085718.612000', '085718.615000', '085718.617000', '085718.620000', '085718.622000', '085718.625000', '085718.627000', '085718.630000', '085718.633000', '085718.635000', '085718.638000', '085718.640000', '085718.643000', '085718.645000', '085718.648000', '085718.651000', '085718.653000', '085718.656000', '085718.658000', '085718.661000', '085738.550000', '085738.552000', '085738.555000', '085738.557000', '085738.560000', '085738.563000', '085738.565000', '085738.568000', '085738.570000', '085738.573000', '085738.576000', '085738.578000', '085738.581000', '085738.583000', '085738.586000', '085738.589000', '085738.591000', '085738.594000', '085738.597000', '085738.599000', '085738.626000', '085738.629000', '085738.632000', '085738.634000', '085738.637000', '085738.639000', '085738.642000', '085738.644000', '085738.647000', '085738.649000', '085738.652000', '085738.655000', '085738.657000', '085738.660000', '085738.662000', '085738.665000', '085738.668000', '085738.670000', '085738.673000', '085738.675000', '085738.678000', '085738.680000', '085738.683000', '085738.685000', '085758.549000', '085758.552000', '085758.555000', '085758.558000', '085758.560000', '085758.563000', '085758.567000', '085758.570000', '085758.572000', '085758.575000', '085758.577000', '085758.580000', '085758.583000', '085758.585000', '085758.588000', '085758.591000', '085758.593000', '085758.596000', '085758.598000', '085758.601000', '085758.604000', '085758.606000', '085758.609000', '085758.611000', '085758.621000', '085758.623000', '085758.626000', '085758.628000', '085758.631000', '085758.633000', '085758.636000', '085758.638000', '085758.641000', '085758.644000', '085758.646000', '085758.649000', '085758.652000', '085758.654000', '085758.657000', '085758.660000', '085758.662000', '085758.665000', '085758.667000', '085818.549000', '085818.551000', '085818.554000', '085818.557000', '085818.559000', '085818.562000', '085818.564000', '085818.567000', '085818.570000', '085818.572000', '085818.575000', '085818.577000', '085818.580000', '085818.583000', '085818.585000', '085818.588000', '085818.590000', '085818.593000', '085818.596000', '085818.598000', '085818.601000', '085818.603000', '085818.606000', '085818.609000', '085818.611000', '085818.614000', '085818.616000', '085818.619000', '085818.621000', '085818.624000', '085818.626000', '085818.629000', '085818.632000', '085818.634000', '085818.637000', '085818.639000', '085818.642000', '085818.644000', '085818.647000', '085818.650000', '085818.652000', '085818.655000', '085818.657000', '085818.660000', '085822.918000', '085822.921000', '085822.924000', '085822.926000', '085822.929000', '085822.932000', '085822.935000', '085822.938000', '085822.941000', '085822.944000'], 'InstanceCreationTime': ['085158.576000', '085158.579000', '085158.583000', '085158.586000', '085158.589000', '085158.591000', '085158.594000', '085158.596000', '085158.599000', '085158.601000', '085158.604000', '085158.606000', '085158.609000', '085158.612000', '085158.614000', '085158.617000', '085158.619000', '085158.622000', '085158.624000', '085158.627000', '085158.629000', '085158.632000', '085158.635000', '085158.637000', '085158.640000', '085158.642000', '085158.645000', '085158.647000', '085158.650000', '085158.661000', '085158.663000', '085158.666000', '085158.668000', '085158.671000', '085158.673000', '085158.676000', '085218.550000', '085218.552000', '085218.555000', '085218.558000', '085218.560000', '085218.563000', '085218.565000', '085218.568000', '085218.570000', '085218.573000', '085218.576000', '085218.578000', '085218.581000', '085218.583000', '085218.586000', '085218.588000', '085218.591000', '085218.594000', '085218.596000', '085218.599000', '085218.601000', '085218.604000', '085218.608000', '085218.611000', '085218.613000', '085218.616000', '085218.618000', '085218.621000', '085218.623000', '085218.626000', '085218.629000', '085218.631000', '085218.634000', '085218.636000', '085218.639000', '085218.641000', '085218.644000', '085218.647000', '085218.649000', '085218.652000', '085218.654000', '085218.657000', '085218.659000', '085238.549000', '085238.552000', '085238.555000', '085238.557000', '085238.560000', '085238.562000', '085238.565000', '085238.568000', '085238.570000', '085238.573000', '085238.575000', '085238.578000', '085238.580000', '085238.583000', '085238.585000', '085238.588000', '085238.591000', '085238.593000', '085238.596000', '085238.598000', '085238.601000', '085238.604000', '085238.606000', '085238.609000', '085238.611000', '085238.614000', '085238.616000', '085238.619000', '085238.621000', '085238.624000', '085238.627000', '085238.629000', '085238.632000', '085238.634000', '085238.637000', '085238.640000', '085238.642000', '085238.645000', '085238.647000', '085238.650000', '085238.653000', '085238.655000', '085238.658000', '085238.660000', '085258.549000', '085258.552000', '085258.555000', '085258.557000', '085258.560000', '085258.562000', '085258.565000', '085258.567000', '085258.570000', '085258.573000', '085258.575000', '085258.578000', '085258.580000', '085258.583000', '085258.585000', '085258.588000', '085258.591000', '085258.593000', '085258.596000', '085258.599000', '085258.601000', '085258.604000', '085258.606000', '085258.609000', '085258.611000', '085258.614000', '085258.616000', '085258.619000', '085258.622000', '085258.624000', '085258.627000', '085258.629000', '085258.646000', '085258.648000', '085258.651000', '085258.653000', '085258.656000', '085258.658000', '085258.661000', '085258.664000', '085258.666000', '085258.669000', '085258.671000', '085318.549000', '085318.552000', '085318.555000', '085318.557000', '085318.560000', '085318.563000', '085318.565000', '085318.568000', '085318.570000', '085318.573000', '085318.575000', '085318.578000', '085318.580000', '085318.583000', '085318.586000', '085318.588000', '085318.591000', '085318.594000', '085318.596000', '085318.599000', '085318.601000', '085318.604000', '085318.606000', '085318.609000', '085318.612000', '085318.614000', '085318.617000', '085318.619000', '085318.622000', '085318.624000', '085318.627000', '085318.630000', '085318.632000', '085318.635000', '085318.637000', '085318.640000', '085318.642000', '085318.645000', '085318.647000', '085318.650000', '085318.653000', '085318.655000', '085318.658000', '085318.660000', '085338.549000', '085338.552000', '085338.554000', '085338.557000', '085338.559000', '085338.562000', '085338.564000', '085338.567000', '085338.570000', '085338.572000', '085338.575000', '085338.577000', '085338.580000', '085338.582000', '085338.585000', '085338.588000', '085338.590000', '085338.593000', '085338.595000', '085338.598000', '085338.601000', '085338.603000', '085338.606000', '085338.608000', '085338.611000', '085338.613000', '085338.616000', '085338.618000', '085338.621000', '085338.624000', '085338.626000', '085338.629000', '085338.631000', '085338.634000', '085338.637000', '085338.639000', '085338.642000', '085338.644000', '085338.647000', '085338.649000', '085338.652000', '085338.654000', '085338.657000', '085358.548000', '085358.551000', '085358.554000', '085358.556000', '085358.559000', '085358.562000', '085358.564000', '085358.567000', '085358.569000', '085358.572000', '085358.574000', '085358.577000', '085358.579000', '085358.582000', '085358.585000', '085358.587000', '085358.590000', '085358.593000', '085358.595000', '085358.598000', '085358.600000', '085358.603000', '085358.605000', '085358.608000', '085358.611000', '085358.613000', '085358.616000', '085358.618000', '085358.621000', '085358.624000', '085358.626000', '085358.629000', '085358.631000', '085358.634000', '085358.636000', '085358.639000', '085358.642000', '085358.644000', '085358.647000', '085358.649000', '085358.652000', '085358.654000', '085358.657000', '085358.659000', '085418.549000', '085418.552000', '085418.555000', '085418.557000', '085418.560000', '085418.563000', '085418.565000', '085418.568000', '085418.570000', '085418.573000', '085418.575000', '085418.578000', '085418.580000', '085418.583000', '085418.586000', '085418.588000', '085418.591000', '085418.594000', '085418.596000', '085418.599000', '085418.601000', '085418.604000', '085418.606000', '085418.609000', '085418.612000', '085418.614000', '085418.617000', '085418.619000', '085418.622000', '085418.624000', '085418.627000', '085418.629000', '085418.632000', '085418.635000', '085418.637000', '085418.640000', '085418.642000', '085418.645000', '085418.647000', '085418.650000', '085418.653000', '085418.655000', '085418.658000', '085438.549000', '085438.552000', '085438.555000', '085438.557000', '085438.560000', '085438.563000', '085438.565000', '085438.568000', '085438.570000', '085438.574000', '085438.576000', '085438.579000', '085438.581000', '085438.584000', '085438.587000', '085438.589000', '085438.592000', '085438.595000', '085438.597000', '085438.600000', '085438.602000', '085438.605000', '085438.607000', '085438.610000', '085438.613000', '085438.615000', '085438.618000', '085438.620000', '085438.636000', '085438.638000', '085438.641000', '085438.644000', '085438.646000', '085438.649000', '085438.651000', '085438.654000', '085438.656000', '085438.659000', '085438.661000', '085438.664000', '085438.667000', '085438.669000', '085438.672000', '085438.674000', '085458.549000', '085458.552000', '085458.555000', '085458.557000', '085458.560000', '085458.563000', '085458.565000', '085458.568000', '085458.570000', '085458.573000', '085458.576000', '085458.578000', '085458.581000', '085458.583000', '085458.586000', '085458.589000', '085458.591000', '085458.594000', '085458.597000', '085458.599000', '085458.602000', '085458.604000', '085458.607000', '085458.609000', '085458.612000', '085458.614000', '085458.617000', '085458.619000', '085458.622000', '085458.625000', '085458.627000', '085458.630000', '085458.632000', '085458.635000', '085458.638000', '085458.640000', '085458.643000', '085458.645000', '085458.648000', '085458.650000', '085458.653000', '085458.655000', '085458.658000', '085518.550000', '085518.552000', '085518.555000', '085518.558000', '085518.560000', '085518.563000', '085518.565000', '085518.568000', '085518.570000', '085518.573000', '085518.576000', '085518.578000', '085518.581000', '085518.583000', '085518.586000', '085518.589000', '085518.591000', '085518.594000', '085518.596000', '085518.599000', '085518.601000', '085518.604000', '085518.607000', '085518.609000', '085518.612000', '085518.614000', '085518.617000', '085518.619000', '085518.622000', '085518.625000', '085518.627000', '085518.630000', '085518.632000', '085518.635000', '085518.637000', '085518.640000', '085518.643000', '085518.645000', '085518.648000', '085518.650000', '085518.653000', '085518.655000', '085518.658000', '085518.660000', '085538.549000', '085538.552000', '085538.555000', '085538.557000', '085538.560000', '085538.562000', '085538.565000', '085538.568000', '085538.570000', '085538.573000', '085538.576000', '085538.578000', '085538.581000', '085538.583000', '085538.586000', '085538.588000', '085538.591000', '085538.594000', '085538.596000', '085538.599000', '085538.601000', '085538.604000', '085538.607000', '085538.609000', '085538.612000', '085538.614000', '085538.617000', '085538.620000', '085538.622000', '085538.625000', '085538.627000', '085538.630000', '085538.632000', '085538.635000', '085538.638000', '085538.640000', '085538.643000', '085538.645000', '085538.648000', '085538.650000', '085538.653000', '085538.656000', '085538.658000', '085558.548000', '085558.551000', '085558.554000', '085558.558000', '085558.560000', '085558.563000', '085558.566000', '085558.568000', '085558.571000', '085558.573000', '085558.576000', '085558.578000', '085558.581000', '085558.584000', '085558.586000', '085558.589000', '085558.591000', '085558.594000', '085558.597000', '085558.599000', '085558.602000', '085558.604000', '085558.607000', '085558.610000', '085558.612000', '085558.615000', '085558.618000', '085558.620000', '085558.623000', '085558.625000', '085558.628000', '085558.630000', '085558.633000', '085558.636000', '085558.638000', '085558.641000', '085558.643000', '085558.646000', '085558.648000', '085558.651000', '085558.654000', '085558.656000', '085558.659000', '085558.661000', '085618.549000', '085618.552000', '085618.554000', '085618.557000', '085618.559000', '085618.562000', '085618.565000', '085618.567000', '085618.570000', '085618.589000', '085618.592000', '085618.595000', '085618.597000', '085618.600000', '085618.602000', '085618.605000', '085618.608000', '085618.610000', '085618.613000', '085618.615000', '085618.618000', '085618.620000', '085618.623000', '085618.626000', '085618.628000', '085618.631000', '085618.633000', '085618.636000', '085618.638000', '085618.641000', '085618.644000', '085618.646000', '085618.649000', '085618.651000', '085618.654000', '085618.656000', '085618.659000', '085618.662000', '085618.664000', '085618.667000', '085618.669000', '085618.672000', '085618.674000', '085638.550000', '085638.553000', '085638.556000', '085638.559000', '085638.562000', '085638.564000', '085638.567000', '085638.569000', '085638.572000', '085638.575000', '085638.577000', '085638.580000', '085638.582000', '085638.585000', '085638.588000', '085638.590000', '085638.593000', '085638.596000', '085638.598000', '085638.601000', '085638.603000', '085638.606000', '085638.608000', '085638.611000', '085638.614000', '085638.616000', '085638.619000', '085638.621000', '085638.624000', '085638.627000', '085638.629000', '085638.632000', '085638.634000', '085638.637000', '085638.639000', '085638.642000', '085638.645000', '085638.647000', '085638.650000', '085638.652000', '085638.655000', '085638.657000', '085638.660000', '085658.550000', '085658.552000', '085658.555000', '085658.558000', '085658.561000', '085658.564000', '085658.566000', '085658.569000', '085658.572000', '085658.574000', '085658.577000', '085658.579000', '085658.582000', '085658.584000', '085658.587000', '085658.590000', '085658.592000', '085658.595000', '085658.597000', '085658.600000', '085658.602000', '085658.605000', '085658.608000', '085658.610000', '085658.613000', '085658.615000', '085658.618000', '085658.620000', '085658.623000', '085658.626000', '085658.628000', '085658.631000', '085658.633000', '085658.636000', '085658.639000', '085658.641000', '085658.644000', '085658.646000', '085658.649000', '085658.651000', '085658.654000', '085658.657000', '085658.659000', '085658.662000', '085718.550000', '085718.552000', '085718.555000', '085718.558000', '085718.560000', '085718.563000', '085718.566000', '085718.568000', '085718.571000', '085718.574000', '085718.576000', '085718.579000', '085718.581000', '085718.584000', '085718.586000', '085718.589000', '085718.592000', '085718.594000', '085718.599000', '085718.602000', '085718.604000', '085718.607000', '085718.610000', '085718.612000', '085718.615000', '085718.617000', '085718.620000', '085718.622000', '085718.625000', '085718.627000', '085718.630000', '085718.633000', '085718.635000', '085718.638000', '085718.640000', '085718.643000', '085718.645000', '085718.648000', '085718.651000', '085718.653000', '085718.656000', '085718.658000', '085718.661000', '085738.550000', '085738.552000', '085738.555000', '085738.557000', '085738.560000', '085738.563000', '085738.565000', '085738.568000', '085738.570000', '085738.573000', '085738.576000', '085738.578000', '085738.581000', '085738.583000', '085738.586000', '085738.589000', '085738.591000', '085738.594000', '085738.597000', '085738.599000', '085738.626000', '085738.629000', '085738.632000', '085738.634000', '085738.637000', '085738.639000', '085738.642000', '085738.644000', '085738.647000', '085738.649000', '085738.652000', '085738.655000', '085738.657000', '085738.660000', '085738.662000', '085738.665000', '085738.668000', '085738.670000', '085738.673000', '085738.675000', '085738.678000', '085738.680000', '085738.683000', '085738.685000', '085758.549000', '085758.552000', '085758.555000', '085758.558000', '085758.560000', '085758.563000', '085758.567000', '085758.570000', '085758.572000', '085758.575000', '085758.577000', '085758.580000', '085758.583000', '085758.585000', '085758.588000', '085758.591000', '085758.593000', '085758.596000', '085758.598000', '085758.601000', '085758.604000', '085758.606000', '085758.609000', '085758.611000', '085758.621000', '085758.623000', '085758.626000', '085758.628000', '085758.631000', '085758.633000', '085758.636000', '085758.638000', '085758.641000', '085758.644000', '085758.646000', '085758.649000', '085758.652000', '085758.654000', '085758.657000', '085758.660000', '085758.662000', '085758.665000', '085758.667000', '085818.549000', '085818.551000', '085818.554000', '085818.557000', '085818.559000', '085818.562000', '085818.564000', '085818.567000', '085818.570000', '085818.572000', '085818.575000', '085818.577000', '085818.580000', '085818.583000', '085818.585000', '085818.588000', '085818.590000', '085818.593000', '085818.596000', '085818.598000', '085818.601000', '085818.603000', '085818.606000', '085818.609000', '085818.611000', '085818.614000', '085818.616000', '085818.619000', '085818.621000', '085818.624000', '085818.626000', '085818.629000', '085818.632000', '085818.634000', '085818.637000', '085818.639000', '085818.642000', '085818.644000', '085818.647000', '085818.650000', '085818.652000', '085818.655000', '085818.657000', '085818.660000', '085822.918000', '085822.921000', '085822.924000', '085822.926000', '085822.929000', '085822.932000', '085822.935000', '085822.938000', '085822.941000', '085822.944000'], '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': [7847, 8320, 7785, 8195, 7436, 8313, 7147, 8095, 7285, 8341, 7690, 7887, 7183, 8044, 7279, 8045, 8269, 8230, 7842, 7757, 7487, 7836, 8054, 7521, 8117, 8762, 8063, 7947, 8264, 8003, 8984, 10037, 9336, 8618, 8578, 8746, 7301, 8412, 8755, 8190, 8774, 8781, 8532, 8423, 8577, 8348, 8295, 9263, 8746, 8049, 8281, 7780, 8286, 7863, 8397, 7791, 8284, 7671, 8361, 7467, 8034, 7905, 8366, 7824, 8274, 7938, 8025, 7965, 8324, 8236, 8268, 7439, 7892, 7017, 7580, 7404, 8066, 7440, 7986, 7779, 8076, 8068, 8327, 8014, 8095, 7940, 8286, 7772, 8167, 7875, 8063, 8481, 8118, 7090, 8262, 6997, 8216, 9007, 8210, 8106, 8302, 8349, 8127, 9099, 8260, 8928, 8308, 8518, 8273, 7778, 8079, 8030, 8206, 8461, 8190, 7918, 8313, 7710, 7834, 8243, 7387, 8080, 7715, 7738, 7716, 8480, 8291, 7741, 8133, 8027, 8450, 8477, 8559, 8001, 8214, 8053, 7863, 7734, 8023, 8077, 7777, 8161, 7407, 8037, 7765, 8211, 8325, 8297, 8773, 8203, 8673, 7642, 8483, 6753, 8132, 8598, 8470, 8513, 8909, 8159, 7698, 8118, 8268, 8307, 8233, 8828, 7878, 8571, 8129, 8191, 7778, 7723, 7903, 7822, 8313, 7839, 8063, 7953, 8124, 7283, 8074, 6695, 8867, 6643, 8253, 6753, 8158, 6935, 8234, 7742, 8399, 8307, 8257, 8386, 8407, 7963, 8024, 8650, 8049, 9428, 8575, 8726, 8497, 7428, 9440, 9509, 8932, 8224, 8262, 8270, 8492, 7769, 8100, 8029, 7873, 8178, 8018, 8457, 8306, 8169, 8439, 8448, 8374, 8237, 8654, 8432, 8714, 8013, 8016, 8483, 8430, 7868, 8459, 7484, 8623, 8321, 8424, 8858, 8397, 8126, 8679, 8900, 8883, 10155, 8455, 9099, 8677, 8961, 8422, 8385, 8663, 8328, 8646, 8296, 8327, 7768, 8434, 8112, 8375, 8754, 8828, 8643, 8320, 8513, 7865, 8267, 9170, 8721, 8694, 8418, 8260, 8732, 8457, 8381, 8431, 8995, 8972, 8777, 9271, 8894, 9466, 8822, 8524, 8833, 8166, 9133, 8172, 8838, 8195, 8713, 8750, 8757, 8796, 9061, 8684, 8999, 9074, 8676, 9083, 8677, 8972, 8667, 9101, 8876, 7961, 8470, 7750, 8584, 7961, 8213, 8081, 8346, 8454, 8245, 7776, 8102, 7216, 8422, 7452, 8359, 7490, 8617, 8366, 8784, 7376, 9563, 9875, 8634, 8638, 9030, 8760, 7753, 8648, 9873, 9023, 8742, 9089, 8753, 8835, 8426, 9167, 8164, 8915, 8520, 8860, 9053, 8818, 7617, 8810, 8854, 8365, 8452, 7546, 8876, 8522, 9039, 7923, 9082, 8790, 8906, 10560, 8858, 8936, 8889, 7089, 8778, 7706, 8789, 7808, 8677, 8394, 8844, 9038, 8678, 8277, 9005, 8698, 8951, 8842, 9222, 8507, 8691, 8672, 8694, 7955, 8452, 7068, 8638, 7786, 8552, 6850, 8489, 7166, 8886, 8710, 8147, 9211, 8951, 9243, 9521, 9194, 9026, 9571, 9559, 9036, 9310, 10464, 9165, 8287, 9350, 7954, 8859, 9588, 9173, 8992, 7669, 9276, 9981, 9180, 7273, 9516, 7274, 9369, 7703, 9579, 8141, 9348, 7851, 9534, 8330, 9438, 8850, 9624, 8875, 9574, 8609, 9435, 8750, 9770, 8489, 9648, 8788, 9464, 8615, 9626, 8690, 9589, 8554, 9703, 8759, 9399, 8605, 9475, 9354, 9601, 9617, 9568, 9084, 8271, 8913, 9148, 9277, 8582, 9016, 9325, 8795, 8548, 8844, 8747, 9068, 9257, 8175, 8933, 8403, 8658, 8235, 8888, 8837, 9307, 7186, 9256, 7264, 8960, 8924, 8917, 9045, 8460, 8496, 8011, 9036, 7882, 9649, 7792, 9581, 8484, 9243, 8842, 8723, 9254, 8260, 9444, 8738, 9188, 9751, 9524, 9559, 9588, 8555, 9657, 9347, 8983, 8987, 9083, 9002, 9519, 9210, 9252, 9131, 8540, 9313, 8465, 9349, 7333, 9431, 7607, 9295, 8081, 9259, 7800, 9450, 7871, 9511, 8747, 9218, 8548, 9445, 8134, 9680, 7279, 9411, 7310, 9238, 7170, 9299, 7541, 9189, 7985, 8733, 8251, 9077, 8220, 9141, 8035, 8982, 8089, 8968, 7795, 9363, 7512, 9524, 8376, 9452, 8455, 9336, 9087, 9515, 8021, 9493, 8138, 9120, 7777, 9218, 8054, 9187, 8550, 8962, 8564, 9041, 8755, 9236, 9118, 7973, 8874, 8833, 9034, 9132, 9051, 8591, 8997, 8774, 8911, 8979, 8889, 8562, 8761, 8545, 9061, 8212, 8260, 8668, 8541, 8840, 7669, 8604, 9467, 9047, 9293, 8968, 8262, 8786, 8557, 8843, 8875, 8542, 8526, 8795, 8487, 7812, 8209, 7651, 8194, 8055, 8205, 8862, 8601, 8604, 8689, 8909, 7375, 8779, 8831, 8690, 8850, 8973, 8692, 8928, 8468, 8978, 8645, 8685, 8549, 8789, 8391, 8971, 7804, 8683, 8517, 8837, 9070, 9076, 8024, 8893, 8082, 8459, 7343, 8830, 7674, 9235, 7655, 8788, 7673, 9010, 7668, 9245, 8218, 8717, 7531, 8737, 7388, 9286, 8130, 8916, 8082, 9248, 7759, 7787, 8130, 8451, 8622, 9641, 8715, 6953, 8223, 8816, 8165, 8278, 7270, 8238, 6673, 8358, 7112, 8641, 7692, 8334, 7335, 8706, 7577, 9014, 8727, 8724, 8367, 7130, 8343, 6984, 8183, 8362, 7841, 7798, 7624, 8280, 7581, 8190, 9583, 8530, 8277, 8300, 7155, 8666, 8526, 8348, 7970, 7624, 8377, 6995, 8273, 8294, 8313, 7507, 8751, 8521, 8250, 7626, 8683, 8149, 8558, 7882, 8472, 8657, 8299, 8487, 8470, 7851, 8363, 7573, 8268, 8247, 8062, 7779, 7374, 7780, 7599, 8181, 6943, 8269, 7041, 8115, 6789, 8101, 7605, 8066, 7960, 8101, 7769, 8327, 8050, 8057, 8456, 8567, 7668, 7480, 8078, 6974, 9341, 8057, 8379, 8127, 8607, 8091, 7899, 8175, 8255, 8079, 9334, 8161, 8930, 8368, 8296, 8279, 8180, 8005, 8306, 7448, 8188, 7147, 7982, 7525, 8409, 7139, 8491, 7670, 8330, 8351, 7998, 8454, 8327, 8063, 7501, 7868, 7263, 8282, 7586, 8077, 7668, 8241, 7239, 8521, 7798, 8327, 7368, 7927, 7696, 7506, 8049, 7410, 8390, 9882, 8432, 8696, 8600, 8066, 8432, 8001, 8095, 8172, 8402, 8075, 8225, 8306, 8077, 8162, 8277, 8374, 8017, 8349, 8113, 8499, 8272, 8127, 7824, 8424, 7411, 8061, 7711, 8248, 7700, 8192, 7985, 8326, 7846, 8139, 7659, 8399, 7871, 8480, 7279, 8556, 7439, 8034, 8237, 8432, 8495, 8347], 'WindowCenter': [3640.0, 3641.0, 3618.0, 3620.0, 3602.0, 3613.0, 3590.0, 3612.0, 3601.0, 3614.0, 3602.0, 3613.0, 3602.0, 3625.0, 3614.0, 3626.0, 3626.0, 3627.0, 3620.0, 3626.0, 3608.0, 3622.0, 3625.0, 3616.0, 3614.0, 3619.0, 3613.0, 3613.0, 3613.0, 3613.0, 3623.0, 3617.0, 3621.0, 3609.0, 3610.0, 3610.0, 3600.0, 3612.0, 3611.0, 3613.0, 3611.0, 3611.0, 3598.0, 3598.0, 3598.0, 3597.0, 3597.0, 3607.0, 3596.0, 3585.0, 3585.0, 3584.0, 3595.0, 3584.0, 3595.0, 3586.0, 3596.0, 3585.0, 3596.0, 3586.0, 3597.0, 3597.0, 3598.0, 3598.0, 3598.0, 3599.0, 3598.0, 3599.0, 3611.0, 3611.0, 3611.0, 3595.0, 3612.0, 3600.0, 3613.0, 3603.0, 3625.0, 3611.0, 3613.0, 3602.0, 3612.0, 3612.0, 3612.0, 3612.0, 3601.0, 3600.0, 3610.0, 3595.0, 3612.0, 3600.0, 3600.0, 3609.0, 3599.0, 3588.0, 3610.0, 3588.0, 3605.0, 3609.0, 3599.0, 3598.0, 3593.0, 3598.0, 3599.0, 3608.0, 3598.0, 3595.0, 3592.0, 3596.0, 3596.0, 3585.0, 3586.0, 3585.0, 3584.0, 3584.0, 3583.0, 3584.0, 3595.0, 3585.0, 3584.0, 3595.0, 3584.0, 3585.0, 3585.0, 3586.0, 3586.0, 3608.0, 3598.0, 3598.0, 3598.0, 3598.0, 3609.0, 3599.0, 3609.0, 3599.0, 3609.0, 3599.0, 3598.0, 3599.0, 3598.0, 3599.0, 3598.0, 3598.0, 3587.0, 3598.0, 3598.0, 3602.0, 3610.0, 3599.0, 3609.0, 3599.0, 3604.0, 3599.0, 3611.0, 3590.0, 3613.0, 3623.0, 3613.0, 3612.0, 3611.0, 3595.0, 3599.0, 3599.0, 3598.0, 3597.0, 3597.0, 3597.0, 3598.0, 3597.0, 3586.0, 3596.0, 3586.0, 3584.0, 3596.0, 3585.0, 3596.0, 3586.0, 3598.0, 3597.0, 3598.0, 3587.0, 3599.0, 3589.0, 3611.0, 3589.0, 3611.0, 3589.0, 3611.0, 3589.0, 3612.0, 3613.0, 3624.0, 3606.0, 3613.0, 3611.0, 3602.0, 3611.0, 3612.0, 3623.0, 3614.0, 3616.0, 3611.0, 3605.0, 3611.0, 3599.0, 3623.0, 3610.0, 3597.0, 3598.0, 3610.0, 3611.0, 3611.0, 3600.0, 3599.0, 3600.0, 3598.0, 3610.0, 3611.0, 3611.0, 3612.0, 3611.0, 3611.0, 3611.0, 3612.0, 3611.0, 3612.0, 3606.0, 3611.0, 3600.0, 3612.0, 3606.0, 3612.0, 3607.0, 3613.0, 3595.0, 3623.0, 3599.0, 3613.0, 3622.0, 3613.0, 3601.0, 3603.0, 3611.0, 3622.0, 3621.0, 3611.0, 3611.0, 3610.0, 3597.0, 3598.0, 3597.0, 3598.0, 3597.0, 3597.0, 3597.0, 3597.0, 3586.0, 3598.0, 3597.0, 3598.0, 3609.0, 3610.0, 3610.0, 3598.0, 3604.0, 3599.0, 3610.0, 3609.0, 3610.0, 3609.0, 3599.0, 3598.0, 3610.0, 3592.0, 3598.0, 3599.0, 3610.0, 3608.0, 3609.0, 3608.0, 3609.0, 3607.0, 3610.0, 3598.0, 3597.0, 3596.0, 3608.0, 3596.0, 3608.0, 3596.0, 3597.0, 3596.0, 3596.0, 3596.0, 3596.0, 3586.0, 3607.0, 3587.0, 3596.0, 3595.0, 3596.0, 3594.0, 3595.0, 3594.0, 3595.0, 3584.0, 3584.0, 3585.0, 3595.0, 3585.0, 3596.0, 3596.0, 3592.0, 3598.0, 3593.0, 3599.0, 3610.0, 3600.0, 3611.0, 3601.0, 3623.0, 3603.0, 3624.0, 3613.0, 3624.0, 3602.0, 3634.0, 3623.0, 3624.0, 3612.0, 3623.0, 3612.0, 3602.0, 3612.0, 3622.0, 3622.0, 3610.0, 3611.0, 3610.0, 3612.0, 3598.0, 3610.0, 3598.0, 3609.0, 3609.0, 3610.0, 3610.0, 3602.0, 3598.0, 3597.0, 3609.0, 3610.0, 3611.0, 3600.0, 3622.0, 3611.0, 3623.0, 3600.0, 3622.0, 3611.0, 3612.0, 3619.0, 3597.0, 3596.0, 3608.0, 3575.0, 3609.0, 3589.0, 3610.0, 3598.0, 3610.0, 3599.0, 3611.0, 3611.0, 3612.0, 3603.0, 3612.0, 3610.0, 3611.0, 3601.0, 3621.0, 3610.0, 3611.0, 3598.0, 3605.0, 3598.0, 3610.0, 3581.0, 3612.0, 3613.0, 3622.0, 3591.0, 3623.0, 3590.0, 3623.0, 3613.0, 3603.0, 3622.0, 3612.0, 3625.0, 3612.0, 3612.0, 3613.0, 3623.0, 3625.0, 3626.0, 3624.0, 3620.0, 3609.0, 3586.0, 3608.0, 3585.0, 3609.0, 3609.0, 3610.0, 3609.0, 3588.0, 3610.0, 3609.0, 3609.0, 3588.0, 3622.0, 3588.0, 3623.0, 3602.0, 3624.0, 3613.0, 3625.0, 3614.0, 3636.0, 3614.0, 3626.0, 3616.0, 3637.0, 3624.0, 3627.0, 3614.0, 3624.0, 3613.0, 3615.0, 3611.0, 3624.0, 3612.0, 3623.0, 3601.0, 3623.0, 3611.0, 3622.0, 3611.0, 3623.0, 3611.0, 3613.0, 3599.0, 3621.0, 3610.0, 3611.0, 3609.0, 3610.0, 3611.0, 3599.0, 3608.0, 3608.0, 3609.0, 3598.0, 3607.0, 3607.0, 3609.0, 3593.0, 3609.0, 3598.0, 3610.0, 3608.0, 3598.0, 3608.0, 3597.0, 3598.0, 3598.0, 3598.0, 3598.0, 3607.0, 3576.0, 3609.0, 3589.0, 3611.0, 3611.0, 3623.0, 3623.0, 3612.0, 3612.0, 3613.0, 3619.0, 3613.0, 3634.0, 3603.0, 3635.0, 3613.0, 3624.0, 3613.0, 3613.0, 3611.0, 3600.0, 3621.0, 3610.0, 3598.0, 3610.0, 3609.0, 3607.0, 3608.0, 3596.0, 3595.0, 3595.0, 3584.0, 3594.0, 3577.0, 3583.0, 3593.0, 3593.0, 3581.0, 3593.0, 3582.0, 3594.0, 3582.0, 3595.0, 3573.0, 3595.0, 3573.0, 3606.0, 3585.0, 3608.0, 3584.0, 3609.0, 3578.0, 3609.0, 3597.0, 3609.0, 3597.0, 3608.0, 3586.0, 3607.0, 3576.0, 3608.0, 3587.0, 3609.0, 3575.0, 3609.0, 3587.0, 3609.0, 3598.0, 3599.0, 3599.0, 3610.0, 3598.0, 3610.0, 3593.0, 3610.0, 3599.0, 3610.0, 3599.0, 3610.0, 3587.0, 3610.0, 3598.0, 3609.0, 3599.0, 3611.0, 3609.0, 3610.0, 3586.0, 3609.0, 3586.0, 3609.0, 3587.0, 3608.0, 3586.0, 3606.0, 3596.0, 3596.0, 3596.0, 3595.0, 3596.0, 3596.0, 3597.0, 3586.0, 3597.0, 3596.0, 3599.0, 3609.0, 3610.0, 3609.0, 3610.0, 3610.0, 3611.0, 3621.0, 3623.0, 3613.0, 3613.0, 3613.0, 3623.0, 3612.0, 3614.0, 3626.0, 3624.0, 3637.0, 3613.0, 3625.0, 3625.0, 3613.0, 3610.0, 3609.0, 3598.0, 3610.0, 3611.0, 3611.0, 3610.0, 3611.0, 3612.0, 3612.0, 3622.0, 3597.0, 3613.0, 3614.0, 3614.0, 3613.0, 3614.0, 3617.0, 3614.0, 3610.0, 3613.0, 3623.0, 3601.0, 3612.0, 3605.0, 3612.0, 3611.0, 3611.0, 3610.0, 3611.0, 3599.0, 3610.0, 3610.0, 3611.0, 3610.0, 3611.0, 3600.0, 3611.0, 3588.0, 3611.0, 3599.0, 3609.0, 3598.0, 3609.0, 3582.0, 3609.0, 3587.0, 3599.0, 3588.0, 3610.0, 3588.0, 3606.0, 3599.0, 3612.0, 3599.0, 3611.0, 3599.0, 3622.0, 3599.0, 3610.0, 3589.0, 3611.0, 3587.0, 3622.0, 3600.0, 3624.0, 3605.0, 3624.0, 3602.0, 3602.0, 3613.0, 3601.0, 3612.0, 3621.0, 3614.0, 3589.0, 3610.0, 3610.0, 3609.0, 3609.0, 3600.0, 3599.0, 3577.0, 3610.0, 3588.0, 3624.0, 3601.0, 3613.0, 3600.0, 3612.0, 3601.0, 3622.0, 3611.0, 3606.0, 3612.0, 3603.0, 3625.0, 3604.0, 3627.0, 3626.0, 3615.0, 3609.0, 3613.0, 3625.0, 3614.0, 3626.0, 3635.0, 3624.0, 3613.0, 3613.0, 3592.0, 3606.0, 3612.0, 3612.0, 3591.0, 3602.0, 3612.0, 3590.0, 3613.0, 3612.0, 3614.0, 3601.0, 3623.0, 3623.0, 3613.0, 3601.0, 3613.0, 3600.0, 3611.0, 3599.0, 3600.0, 3599.0, 3598.0, 3598.0, 3588.0, 3585.0, 3597.0, 3585.0, 3588.0, 3597.0, 3586.0, 3586.0, 3587.0, 3587.0, 3599.0, 3611.0, 3589.0, 3610.0, 3589.0, 3591.0, 3578.0, 3600.0, 3599.0, 3601.0, 3599.0, 3600.0, 3599.0, 3610.0, 3599.0, 3600.0, 3599.0, 3611.0, 3599.0, 3582.0, 3588.0, 3587.0, 3608.0, 3598.0, 3599.0, 3598.0, 3609.0, 3598.0, 3598.0, 3598.0, 3597.0, 3598.0, 3596.0, 3596.0, 3594.0, 3585.0, 3583.0, 3583.0, 3573.0, 3572.0, 3582.0, 3571.0, 3573.0, 3556.0, 3583.0, 3572.0, 3595.0, 3573.0, 3595.0, 3584.0, 3597.0, 3597.0, 3599.0, 3597.0, 3599.0, 3598.0, 3599.0, 3600.0, 3600.0, 3612.0, 3602.0, 3613.0, 3602.0, 3624.0, 3602.0, 3624.0, 3613.0, 3625.0, 3603.0, 3613.0, 3602.0, 3602.0, 3613.0, 3602.0, 3612.0, 3622.0, 3611.0, 3610.0, 3611.0, 3599.0, 3600.0, 3599.0, 3598.0, 3586.0, 3597.0, 3597.0, 3598.0, 3597.0, 3597.0, 3598.0, 3598.0, 3600.0, 3598.0, 3599.0, 3598.0, 3611.0, 3611.0, 3612.0, 3589.0, 3614.0, 3601.0, 3614.0, 3614.0, 3624.0, 3613.0, 3626.0, 3609.0, 3614.0, 3614.0, 3613.0, 3603.0, 3613.0, 3614.0, 3613.0, 3601.0, 3613.0, 3601.0, 3613.0, 3611.0, 3612.0, 3611.0, 3610.0], 'WindowWidth': [8234.0, 8229.0, 8191.0, 8185.0, 8159.0, 8174.0, 8140.0, 8172.0, 8156.0, 8175.0, 8157.0, 8176.0, 8158.0, 8192.0, 8178.0, 8198.0, 8197.0, 8200.0, 8185.0, 8198.0, 8167.0, 8190.0, 8196.0, 8185.0, 8176.0, 8181.0, 8174.0, 8174.0, 8172.0, 8173.0, 8186.0, 8171.0, 8178.0, 8158.0, 8163.0, 8163.0, 8150.0, 8168.0, 8167.0, 8172.0, 8166.0, 8165.0, 8144.0, 8141.0, 8141.0, 8139.0, 8139.0, 8153.0, 8137.0, 8120.0, 8118.0, 8116.0, 8133.0, 8116.0, 8135.0, 8124.0, 8137.0, 8122.0, 8138.0, 8123.0, 8141.0, 8140.0, 8144.0, 8144.0, 8144.0, 8146.0, 8145.0, 8146.0, 8166.0, 8167.0, 8166.0, 8140.0, 8169.0, 8152.0, 8175.0, 8160.0, 8193.0, 8174.0, 8174.0, 8158.0, 8171.0, 8170.0, 8169.0, 8171.0, 8153.0, 8151.0, 8164.0, 8139.0, 8170.0, 8152.0, 8150.0, 8160.0, 8148.0, 8130.0, 8162.0, 8132.0, 8153.0, 8160.0, 8147.0, 8142.0, 8133.0, 8144.0, 8146.0, 8155.0, 8142.0, 8135.0, 8128.0, 8135.0, 8137.0, 8121.0, 8122.0, 8121.0, 8117.0, 8115.0, 8114.0, 8118.0, 8133.0, 8119.0, 8118.0, 8133.0, 8119.0, 8121.0, 8120.0, 8126.0, 8127.0, 8158.0, 8143.0, 8144.0, 8144.0, 8145.0, 8161.0, 8146.0, 8161.0, 8147.0, 8160.0, 8146.0, 8145.0, 8147.0, 8145.0, 8147.0, 8142.0, 8143.0, 8128.0, 8145.0, 8145.0, 8145.0, 8162.0, 8148.0, 8160.0, 8146.0, 8148.0, 8147.0, 8168.0, 8139.0, 8174.0, 8187.0, 8175.0, 8169.0, 8166.0, 8139.0, 8147.0, 8145.0, 8144.0, 8140.0, 8141.0, 8139.0, 8141.0, 8140.0, 8124.0, 8135.0, 8125.0, 8119.0, 8138.0, 8120.0, 8139.0, 8124.0, 8146.0, 8140.0, 8145.0, 8129.0, 8148.0, 8135.0, 8165.0, 8135.0, 8166.0, 8135.0, 8168.0, 8137.0, 8172.0, 8172.0, 8190.0, 8158.0, 8174.0, 8167.0, 8148.0, 8165.0, 8172.0, 8187.0, 8176.0, 8167.0, 8167.0, 8153.0, 8167.0, 8147.0, 8183.0, 8152.0, 8135.0, 8143.0, 8164.0, 8167.0, 8167.0, 8150.0, 8148.0, 8149.0, 8146.0, 8163.0, 8166.0, 8168.0, 8170.0, 8165.0, 8167.0, 8167.0, 8169.0, 8167.0, 8168.0, 8155.0, 8166.0, 8149.0, 8169.0, 8156.0, 8171.0, 8159.0, 8171.0, 8141.0, 8185.0, 8140.0, 8172.0, 8184.0, 8171.0, 8153.0, 8151.0, 8167.0, 8182.0, 8179.0, 8167.0, 8165.0, 8160.0, 8140.0, 8144.0, 8141.0, 8144.0, 8141.0, 8141.0, 8141.0, 8141.0, 8125.0, 8142.0, 8140.0, 8145.0, 8161.0, 8162.0, 8161.0, 8144.0, 8150.0, 8146.0, 8164.0, 8161.0, 8162.0, 8160.0, 8147.0, 8145.0, 8162.0, 8131.0, 8145.0, 8146.0, 8162.0, 8155.0, 8159.0, 8155.0, 8161.0, 8155.0, 8162.0, 8143.0, 8132.0, 8136.0, 8156.0, 8137.0, 8154.0, 8136.0, 8141.0, 8138.0, 8138.0, 8138.0, 8138.0, 8115.0, 8152.0, 8116.0, 8137.0, 8134.0, 8135.0, 8131.0, 8134.0, 8131.0, 8133.0, 8119.0, 8118.0, 8119.0, 8135.0, 8121.0, 8138.0, 8138.0, 8131.0, 8145.0, 8134.0, 8149.0, 8164.0, 8150.0, 8169.0, 8154.0, 8188.0, 8163.0, 8190.0, 8172.0, 8189.0, 8157.0, 8201.0, 8185.0, 8188.0, 8171.0, 8186.0, 8170.0, 8155.0, 8169.0, 8180.0, 8180.0, 8161.0, 8166.0, 8163.0, 8168.0, 8144.0, 8161.0, 8142.0, 8158.0, 8158.0, 8162.0, 8161.0, 8144.0, 8143.0, 8135.0, 8159.0, 8163.0, 8165.0, 8152.0, 8183.0, 8165.0, 8185.0, 8150.0, 8182.0, 8168.0, 8169.0, 8173.0, 8140.0, 8136.0, 8155.0, 8110.0, 8160.0, 8126.0, 8163.0, 8144.0, 8163.0, 8146.0, 8157.0, 8165.0, 8168.0, 8148.0, 8168.0, 8161.0, 8164.0, 8144.0, 8180.0, 8164.0, 8167.0, 8143.0, 8152.0, 8144.0, 8164.0, 8116.0, 8169.0, 8174.0, 8185.0, 8142.0, 8184.0, 8135.0, 8184.0, 8168.0, 8156.0, 8181.0, 8168.0, 8187.0, 8166.0, 8165.0, 8169.0, 8182.0, 8189.0, 8195.0, 8185.0, 8174.0, 8156.0, 8122.0, 8153.0, 8120.0, 8156.0, 8156.0, 8160.0, 8157.0, 8129.0, 8161.0, 8155.0, 8157.0, 8127.0, 8178.0, 8130.0, 8183.0, 8152.0, 8186.0, 8172.0, 8190.0, 8172.0, 8205.0, 8174.0, 8191.0, 8169.0, 8209.0, 8187.0, 8195.0, 8170.0, 8186.0, 8168.0, 8165.0, 8164.0, 8184.0, 8165.0, 8181.0, 8148.0, 8181.0, 8162.0, 8179.0, 8162.0, 8183.0, 8162.0, 8167.0, 8145.0, 8176.0, 8158.0, 8161.0, 8155.0, 8160.0, 8161.0, 8142.0, 8154.0, 8154.0, 8159.0, 8140.0, 8153.0, 8153.0, 8157.0, 8132.0, 8159.0, 8143.0, 8160.0, 8155.0, 8140.0, 8155.0, 8137.0, 8141.0, 8140.0, 8141.0, 8140.0, 8152.0, 8110.0, 8158.0, 8133.0, 8165.0, 8166.0, 8182.0, 8183.0, 8168.0, 8169.0, 8172.0, 8176.0, 8171.0, 8200.0, 8159.0, 8202.0, 8171.0, 8188.0, 8170.0, 8169.0, 8165.0, 8148.0, 8177.0, 8160.0, 8134.0, 8161.0, 8157.0, 8152.0, 8152.0, 8134.0, 8130.0, 8130.0, 8116.0, 8128.0, 8098.0, 8111.0, 8122.0, 8123.0, 8105.0, 8125.0, 8109.0, 8127.0, 8108.0, 8131.0, 8100.0, 8133.0, 8100.0, 8149.0, 8119.0, 8155.0, 8117.0, 8157.0, 8107.0, 8157.0, 8139.0, 8157.0, 8138.0, 8156.0, 8122.0, 8153.0, 8108.0, 8155.0, 8125.0, 8158.0, 8109.0, 8156.0, 8125.0, 8157.0, 8142.0, 8146.0, 8144.0, 8160.0, 8142.0, 8160.0, 8132.0, 8160.0, 8146.0, 8161.0, 8145.0, 8160.0, 8126.0, 8159.0, 8142.0, 8159.0, 8144.0, 8165.0, 8157.0, 8160.0, 8123.0, 8158.0, 8123.0, 8157.0, 8125.0, 8154.0, 8120.0, 8149.0, 8134.0, 8135.0, 8133.0, 8133.0, 8136.0, 8136.0, 8137.0, 8121.0, 8138.0, 8136.0, 8136.0, 8159.0, 8161.0, 8159.0, 8160.0, 8161.0, 8166.0, 8178.0, 8186.0, 8171.0, 8172.0, 8169.0, 8183.0, 8170.0, 8175.0, 8195.0, 8189.0, 8211.0, 8174.0, 8191.0, 8189.0, 8172.0, 8162.0, 8158.0, 8142.0, 8163.0, 8164.0, 8166.0, 8162.0, 8164.0, 8168.0, 8168.0, 8184.0, 8145.0, 8171.0, 8174.0, 8176.0, 8173.0, 8174.0, 8173.0, 8174.0, 8165.0, 8170.0, 8183.0, 8152.0, 8167.0, 8152.0, 8167.0, 8165.0, 8164.0, 8161.0, 8163.0, 8145.0, 8162.0, 8161.0, 8164.0, 8162.0, 8162.0, 8147.0, 8165.0, 8130.0, 8165.0, 8146.0, 8160.0, 8140.0, 8156.0, 8115.0, 8157.0, 8125.0, 8147.0, 8129.0, 8161.0, 8130.0, 8153.0, 8146.0, 8167.0, 8147.0, 8165.0, 8147.0, 8180.0, 8146.0, 8162.0, 8131.0, 8163.0, 8129.0, 8180.0, 8151.0, 8187.0, 8154.0, 8188.0, 8156.0, 8156.0, 8170.0, 8152.0, 8169.0, 8178.0, 8173.0, 8136.0, 8162.0, 8163.0, 8161.0, 8161.0, 8150.0, 8146.0, 8115.0, 8162.0, 8131.0, 8188.0, 8156.0, 8172.0, 8150.0, 8171.0, 8153.0, 8183.0, 8167.0, 8158.0, 8170.0, 8160.0, 8193.0, 8166.0, 8201.0, 8195.0, 8180.0, 8168.0, 8175.0, 8193.0, 8177.0, 8195.0, 8206.0, 8189.0, 8172.0, 8172.0, 8144.0, 8159.0, 8170.0, 8171.0, 8133.0, 8155.0, 8171.0, 8140.0, 8174.0, 8171.0, 8175.0, 8157.0, 8186.0, 8186.0, 8173.0, 8155.0, 8171.0, 8150.0, 8166.0, 8147.0, 8148.0, 8148.0, 8144.0, 8141.0, 8119.0, 8122.0, 8139.0, 8122.0, 8120.0, 8140.0, 8125.0, 8125.0, 8127.0, 8129.0, 8146.0, 8166.0, 8136.0, 8165.0, 8135.0, 8132.0, 8117.0, 8149.0, 8146.0, 8154.0, 8146.0, 8150.0, 8148.0, 8164.0, 8148.0, 8150.0, 8148.0, 8166.0, 8148.0, 8119.0, 8123.0, 8126.0, 8155.0, 8142.0, 8147.0, 8144.0, 8159.0, 8144.0, 8143.0, 8144.0, 8142.0, 8143.0, 8136.0, 8137.0, 8130.0, 8120.0, 8113.0, 8114.0, 8091.0, 8097.0, 8108.0, 8093.0, 8093.0, 8072.0, 8116.0, 8100.0, 8134.0, 8102.0, 8135.0, 8118.0, 8141.0, 8140.0, 8146.0, 8142.0, 8146.0, 8145.0, 8147.0, 8151.0, 8150.0, 8171.0, 8157.0, 8175.0, 8158.0, 8189.0, 8158.0, 8191.0, 8173.0, 8192.0, 8161.0, 8174.0, 8158.0, 8159.0, 8172.0, 8156.0, 8171.0, 8181.0, 8167.0, 8162.0, 8166.0, 8146.0, 8148.0, 8146.0, 8144.0, 8117.0, 8140.0, 8139.0, 8141.0, 8140.0, 8139.0, 8143.0, 8143.0, 8149.0, 8143.0, 8147.0, 8145.0, 8165.0, 8166.0, 8172.0, 8130.0, 8175.0, 8156.0, 8177.0, 8177.0, 8191.0, 8175.0, 8196.0, 8166.0, 8178.0, 8175.0, 8174.0, 8159.0, 8174.0, 8174.0, 8172.0, 8154.0, 8171.0, 8153.0, 8172.0, 8166.0, 8170.0, 8165.0, 8165.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.0004360160734787601</td></tr>
<tr><td colspan=3>aqi</td><td>0.030762879678530423</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.157090724229896</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184291839091953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960795631034477</td></tr>
<tr><td colspan=3>efc</td><td>0.4484</td></tr>
<tr><td colspan=3>fber</td><td>5675.5415</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07978225831310805</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1814006888633752</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.528108246563138</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4491871234250104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.742422843706453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.392714772557951</td></tr>
<tr><td colspan=3>gcor</td><td>0.014779</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018105901777744293</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033847466111183167</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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>3.8695061273983105</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.441</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.0125</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.1028</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4305</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>409.9726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2884.8645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.7702</td></tr>
<tr><td colspan=3>tsnr</td><td>37.28075606998755</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>