ds005256-mriqc/sub-0075_ses-03_task-social_acq-mb8_run-01_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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0075_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>849215e934d5472f01addb93ab6dfc0d</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:43:29.327500</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f65be92-75e2-47b0-9510-cc57c3d2910c||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': ['084329.327500', '084329.787500', '084330.247500', '084330.707500', '084331.167500', '084331.627500', '084332.087500', '084332.547500', '084333.007500', '084333.467500', '084333.927500', '084334.387500', '084334.847500', '084335.307500', '084335.767500', '084336.227500', '084336.687500', '084337.147500', '084337.607500', '084338.067500', '084338.527500', '084338.987500', '084339.447500', '084339.907500', '084340.367500', '084340.827500', '084341.287500', '084341.747500', '084342.207500', '084342.667500', '084343.127500', '084343.587500', '084344.047500', '084344.507500', '084344.967500', '084345.427500', '084345.887500', '084346.347500', '084346.807500', '084347.267500', '084347.727500', '084348.187500', '084348.647500', '084349.107500', '084349.567500', '084350.027500', '084350.487500', '084350.947500', '084351.407500', '084351.867500', '084352.327500', '084352.787500', '084353.247500', '084353.707500', '084354.167500', '084354.627500', '084355.087500', '084355.547500', '084356.007500', '084356.467500', '084356.927500', '084357.387500', '084357.847500', '084358.307500', '084358.767500', '084359.227500', '084359.687500', '084400.147500', '084400.607500', '084401.067500', '084401.527500', '084401.987500', '084402.447500', '084402.907500', '084403.367500', '084403.827500', '084404.287500', '084404.747500', '084405.207500', '084405.667500', '084406.127500', '084406.587500', '084407.047500', '084407.507500', '084407.967500', '084408.427500', '084408.887500', '084409.347500', '084409.807500', '084410.267500', '084410.727500', '084411.187500', '084411.647500', '084412.107500', '084412.567500', '084413.027500', '084413.487500', '084413.947500', '084414.407500', '084414.867500', '084415.327500', '084415.787500', '084416.247500', '084416.707500', '084417.167500', '084417.627500', '084418.087500', '084418.547500', '084419.007500', '084419.467500', '084419.927500', '084420.387500', '084420.847500', '084421.307500', '084421.767500', '084422.227500', '084422.687500', '084423.147500', '084423.607500', '084424.067500', '084424.527500', '084424.987500', '084425.447500', '084425.907500', '084426.367500', '084426.827500', '084427.287500', '084427.747500', '084428.207500', '084428.667500', '084429.127500', '084429.587500', '084430.047500', '084430.507500', '084430.967500', '084431.427500', '084431.887500', '084432.347500', '084432.807500', '084433.267500', '084433.727500', '084434.187500', '084434.647500', '084435.107500', '084435.567500', '084436.027500', '084436.487500', '084436.947500', '084437.407500', '084437.867500', '084438.327500', '084438.787500', '084439.247500', '084439.707500', '084440.167500', '084440.627500', '084441.087500', '084441.547500', '084442.007500', '084442.467500', '084442.927500', '084443.387500', '084443.847500', '084444.307500', '084444.767500', '084445.227500', '084445.687500', '084446.147500', '084446.607500', '084447.067500', '084447.527500', '084447.987500', '084448.447500', '084448.907500', '084449.367500', '084449.827500', '084450.287500', '084450.747500', '084451.207500', '084451.667500', '084452.127500', '084452.587500', '084453.047500', '084453.507500', '084453.967500', '084454.427500', '084454.887500', '084455.347500', '084455.807500', '084456.267500', '084456.727500', '084457.187500', '084457.647500', '084458.107500', '084458.567500', '084459.027500', '084459.487500', '084459.947500', '084500.407500', '084500.867500', '084501.327500', '084501.787500', '084502.247500', '084502.707500', '084503.167500', '084503.627500', '084504.087500', '084504.547500', '084505.007500', '084505.467500', '084505.927500', '084506.387500', '084506.847500', '084507.307500', '084507.767500', '084508.227500', '084508.687500', '084509.147500', '084509.607500', '084510.067500', '084510.527500', '084510.987500', '084511.447500', '084511.907500', '084512.367500', '084512.827500', '084513.287500', '084513.747500', '084514.207500', '084514.667500', '084515.127500', '084515.587500', '084516.047500', '084516.507500', '084516.967500', '084517.427500', '084517.887500', '084518.347500', '084518.807500', '084519.267500', '084519.727500', '084520.187500', '084520.647500', '084521.107500', '084521.567500', '084522.027500', '084522.487500', '084522.947500', '084523.407500', '084523.867500', '084524.327500', '084524.787500', '084525.247500', '084525.707500', '084526.167500', '084526.627500', '084527.087500', '084527.547500', '084528.007500', '084528.467500', '084528.927500', '084529.387500', '084529.847500', '084530.307500', '084530.767500', '084531.227500', '084531.687500', '084532.147500', '084532.607500', '084533.067500', '084533.527500', '084533.987500', '084534.447500', '084534.907500', '084535.367500', '084535.827500', '084536.287500', '084536.747500', '084537.207500', '084537.667500', '084538.127500', '084538.587500', '084539.047500', '084539.507500', '084539.967500', '084540.427500', '084540.887500', '084541.347500', '084541.807500', '084542.267500', '084542.727500', '084543.187500', '084543.647500', '084544.107500', '084544.567500', '084545.027500', '084545.487500', '084545.947500', '084546.407500', '084546.867500', '084547.327500', '084547.787500', '084548.247500', '084548.707500', '084549.167500', '084549.627500', '084550.087500', '084550.547500', '084551.007500', '084551.467500', '084551.927500', '084552.387500', '084552.847500', '084553.307500', '084553.767500', '084554.227500', '084554.687500', '084555.147500', '084555.607500', '084556.067500', '084556.527500', '084556.987500', '084557.447500', '084557.907500', '084558.367500', '084558.827500', '084559.287500', '084559.747500', '084600.207500', '084600.667500', '084601.127500', '084601.587500', '084602.047500', '084602.507500', '084602.967500', '084603.427500', '084603.887500', '084604.347500', '084604.807500', '084605.267500', '084605.727500', '084606.187500', '084606.647500', '084607.107500', '084607.567500', '084608.027500', '084608.487500', '084608.947500', '084609.407500', '084609.867500', '084610.327500', '084610.787500', '084611.247500', '084611.707500', '084612.167500', '084612.627500', '084613.087500', '084613.547500', '084614.007500', '084614.467500', '084614.927500', '084615.387500', '084615.847500', '084616.307500', '084616.767500', '084617.227500', '084617.687500', '084618.147500', '084618.607500', '084619.067500', '084619.527500', '084619.987500', '084620.447500', '084620.907500', '084621.367500', '084621.827500', '084622.287500', '084622.747500', '084623.207500', '084623.667500', '084624.127500', '084624.587500', '084625.047500', '084625.507500', '084625.967500', '084626.427500', '084626.887500', '084627.347500', '084627.807500', '084628.267500', '084628.727500', '084629.187500', '084629.647500', '084630.107500', '084630.567500', '084631.027500', '084631.487500', '084631.947500', '084632.407500', '084632.867500', '084633.327500', '084633.787500', '084634.247500', '084634.707500', '084635.167500', '084635.627500', '084636.087500', '084636.547500', '084637.007500', '084637.467500', '084637.927500', '084638.387500', '084638.847500', '084639.307500', '084639.767500', '084640.227500', '084640.687500', '084641.147500', '084641.607500', '084642.067500', '084642.527500', '084642.987500', '084643.447500', '084643.907500', '084644.367500', '084644.827500', '084645.287500', '084645.747500', '084646.207500', '084646.667500', '084647.127500', '084647.587500', '084648.047500', '084648.507500', '084648.967500', '084649.427500', '084649.887500', '084650.347500', '084650.807500', '084651.267500', '084651.727500', '084652.187500', '084652.647500', '084653.107500', '084653.567500', '084654.027500', '084654.487500', '084654.947500', '084655.407500', '084655.867500', '084656.327500', '084656.787500', '084657.247500', '084657.707500', '084658.167500', '084658.627500', '084659.087500', '084659.547500', '084700.007500', '084700.467500', '084700.927500', '084701.387500', '084701.847500', '084702.307500', '084702.767500', '084703.227500', '084703.687500', '084704.147500', '084704.607500', '084705.067500', '084705.527500', '084705.987500', '084706.447500', '084706.907500', '084707.367500', '084707.827500', '084708.287500', '084708.747500', '084709.207500', '084709.667500', '084710.127500', '084710.587500', '084711.047500', '084711.507500', '084711.967500', '084712.427500', '084712.887500', '084713.347500', '084713.807500', '084714.267500', '084714.727500', '084715.187500', '084715.647500', '084716.107500', '084716.567500', '084717.027500', '084717.487500', '084717.947500', '084718.407500', '084718.867500', '084719.327500', '084719.787500', '084720.247500', '084720.707500', '084721.167500', '084721.627500', '084722.087500', '084722.547500', '084723.007500', '084723.467500', '084723.927500', '084724.387500', '084724.847500', '084725.307500', '084725.767500', '084726.227500', '084726.687500', '084727.147500', '084727.607500', '084728.067500', '084728.527500', '084728.987500', '084729.447500', '084729.907500', '084730.367500', '084730.827500', '084731.287500', '084731.747500', '084732.207500', '084732.667500', '084733.127500', '084733.587500', '084734.047500', '084734.507500', '084734.967500', '084735.427500', '084735.887500', '084736.347500', '084736.807500', '084737.267500', '084737.727500', '084738.187500', '084738.647500', '084739.107500', '084739.567500', '084740.027500', '084740.487500', '084740.947500', '084741.407500', '084741.867500', '084742.327500', '084742.787500', '084743.247500', '084743.707500', '084744.167500', '084744.627500', '084745.087500', '084745.547500', '084746.007500', '084746.467500', '084746.927500', '084747.387500', '084747.847500', '084748.307500', '084748.767500', '084749.227500', '084749.687500', '084750.147500', '084750.607500', '084751.067500', '084751.527500', '084751.987500', '084752.447500', '084752.907500', '084753.367500', '084753.827500', '084754.287500', '084754.747500', '084755.207500', '084755.667500', '084756.127500', '084756.587500', '084757.047500', '084757.507500', '084757.967500', '084758.427500', '084758.887500', '084759.347500', '084759.807500', '084800.267500', '084800.727500', '084801.187500', '084801.647500', '084802.107500', '084802.567500', '084803.027500', '084803.487500', '084803.947500', '084804.407500', '084804.867500', '084805.327500', '084805.787500', '084806.247500', '084806.707500', '084807.167500', '084807.627500', '084808.087500', '084808.547500', '084809.007500', '084809.467500', '084809.927500', '084810.387500', '084810.847500', '084811.307500', '084811.767500', '084812.227500', '084812.687500', '084813.147500', '084813.607500', '084814.067500', '084814.527500', '084814.987500', '084815.447500', '084815.907500', '084816.367500', '084816.827500', '084817.287500', '084817.747500', '084818.207500', '084818.667500', '084819.127500', '084819.587500', '084820.047500', '084820.507500', '084820.967500', '084821.427500', '084821.887500', '084822.347500', '084822.807500', '084823.267500', '084823.727500', '084824.187500', '084824.647500', '084825.107500', '084825.567500', '084826.027500', '084826.487500', '084826.947500', '084827.407500', '084827.867500', '084828.327500', '084828.787500', '084829.247500', '084829.707500', '084830.167500', '084830.627500', '084831.087500', '084831.547500', '084832.007500', '084832.467500', '084832.927500', '084833.387500', '084833.847500', '084834.307500', '084834.767500', '084835.227500', '084835.687500', '084836.147500', '084836.607500', '084837.067500', '084837.527500', '084837.987500', '084838.447500', '084838.907500', '084839.367500', '084839.827500', '084840.287500', '084840.747500', '084841.207500', '084841.667500', '084842.127500', '084842.587500', '084843.047500', '084843.507500', '084843.967500', '084844.427500', '084844.887500', '084845.347500', '084845.807500', '084846.267500', '084846.727500', '084847.187500', '084847.647500', '084848.107500', '084848.567500', '084849.027500', '084849.487500', '084849.947500', '084850.407500', '084850.867500', '084851.327500', '084851.787500', '084852.247500', '084852.707500', '084853.167500', '084853.627500', '084854.087500', '084854.547500', '084855.007500', '084855.467500', '084855.927500', '084856.387500', '084856.847500', '084857.307500', '084857.767500', '084858.227500', '084858.687500', '084859.147500', '084859.607500', '084900.067500', '084900.527500', '084900.987500', '084901.447500', '084901.907500', '084902.367500', '084902.827500', '084903.287500', '084903.747500', '084904.207500', '084904.667500', '084905.127500', '084905.587500', '084906.047500', '084906.507500', '084906.967500', '084907.427500', '084907.887500', '084908.347500', '084908.807500', '084909.267500', '084909.727500', '084910.187500', '084910.647500', '084911.107500', '084911.567500', '084912.027500', '084912.487500', '084912.947500', '084913.407500', '084913.867500', '084914.327500', '084914.787500', '084915.247500', '084915.707500', '084916.167500', '084916.627500', '084917.087500', '084917.547500', '084918.007500', '084918.467500', '084918.927500', '084919.387500', '084919.847500', '084920.307500', '084920.767500', '084921.227500', '084921.687500', '084922.147500', '084922.607500', '084923.067500', '084923.527500', '084923.987500', '084924.447500', '084924.907500', '084925.367500', '084925.827500', '084926.287500', '084926.747500', '084927.207500', '084927.667500', '084928.127500', '084928.587500', '084929.047500', '084929.507500', '084929.967500', '084930.427500', '084930.887500', '084931.347500', '084931.807500', '084932.267500', '084932.727500', '084933.187500', '084933.647500', '084934.107500', '084934.567500', '084935.027500', '084935.487500', '084935.947500', '084936.407500', '084936.867500', '084937.327500', '084937.787500', '084938.247500', '084938.707500', '084939.167500', '084939.627500', '084940.087500', '084940.547500', '084941.007500', '084941.467500', '084941.927500', '084942.387500', '084942.847500', '084943.307500', '084943.767500', '084944.227500', '084944.687500', '084945.147500', '084945.607500', '084946.067500', '084946.527500', '084946.987500', '084947.447500', '084947.907500', '084948.367500', '084948.827500', '084949.287500', '084949.747500', '084950.207500', '084950.667500', '084951.127500', '084951.587500', '084952.047500', '084952.507500', '084952.967500', '084953.427500', '084953.887500', '084954.347500', '084954.807500', '084955.267500', '084955.727500', '084956.187500', '084956.647500', '084957.107500', '084957.567500', '084958.027500', '084958.487500', '084958.947500', '084959.407500', '084959.867500', '085000.327500', '085000.787500', '085001.247500', '085001.707500', '085002.167500', '085002.627500', '085003.087500', '085003.547500', '085004.007500', '085004.467500', '085004.927500', '085005.387500', '085005.847500', '085006.307500', '085006.767500', '085007.227500', '085007.687500', '085008.147500', '085008.607500', '085009.067500', '085009.527500', '085009.987500'], 'ContentTime': ['084358.491000', '084358.494000', '084358.497000', '084358.499000', '084358.502000', '084358.505000', '084358.507000', '084358.510000', '084358.512000', '084358.515000', '084358.517000', '084358.520000', '084358.523000', '084358.525000', '084358.534000', '084358.537000', '084358.539000', '084358.542000', '084358.544000', '084358.547000', '084358.549000', '084358.552000', '084358.554000', '084358.557000', '084358.560000', '084358.562000', '084358.565000', '084358.567000', '084358.570000', '084358.572000', '084358.575000', '084358.578000', '084358.580000', '084358.583000', '084358.585000', '084358.588000', '084358.591000', '084358.593000', '084358.596000', '084358.598000', '084358.601000', '084358.603000', '084358.606000', '084358.608000', '084358.611000', '084358.614000', '084358.616000', '084358.619000', '084358.621000', '084358.624000', '084358.626000', '084358.629000', '084358.631000', '084358.634000', '084358.636000', '084358.639000', '084358.642000', '084358.644000', '084358.647000', '084358.649000', '084358.652000', '084418.462000', '084418.465000', '084418.468000', '084418.471000', '084418.473000', '084418.476000', '084418.478000', '084418.481000', '084418.483000', '084418.486000', '084418.489000', '084418.491000', '084418.494000', '084418.496000', '084418.499000', '084418.501000', '084418.504000', '084418.506000', '084418.509000', '084418.513000', '084418.516000', '084418.518000', '084418.527000', '084418.530000', '084418.532000', '084418.535000', '084418.537000', '084418.540000', '084418.543000', '084418.545000', '084418.548000', '084418.550000', '084418.553000', '084418.555000', '084418.558000', '084418.561000', '084418.563000', '084418.566000', '084418.568000', '084418.571000', '084418.573000', '084418.576000', '084418.579000', '084438.462000', '084438.465000', '084438.468000', '084438.470000', '084438.473000', '084438.476000', '084438.478000', '084438.481000', '084438.490000', '084438.493000', '084438.496000', '084438.498000', '084438.501000', '084438.503000', '084438.506000', '084438.508000', '084438.511000', '084438.514000', '084438.516000', '084438.519000', '084438.521000', '084438.524000', '084438.526000', '084438.529000', '084438.532000', '084438.540000', '084438.543000', '084438.545000', '084438.548000', '084438.551000', '084438.553000', '084438.556000', '084438.558000', '084438.561000', '084438.564000', '084438.566000', '084438.569000', '084438.571000', '084438.574000', '084438.576000', '084438.579000', '084438.582000', '084438.584000', '084438.587000', '084458.462000', '084458.465000', '084458.468000', '084458.471000', '084458.473000', '084458.476000', '084458.478000', '084458.481000', '084458.484000', '084458.486000', '084458.489000', '084458.492000', '084458.494000', '084458.497000', '084458.499000', '084458.502000', '084458.505000', '084458.507000', '084458.510000', '084458.513000', '084458.515000', '084458.518000', '084458.521000', '084458.523000', '084458.526000', '084458.536000', '084458.538000', '084458.541000', '084458.544000', '084458.546000', '084458.549000', '084458.551000', '084458.554000', '084458.557000', '084458.559000', '084458.562000', '084458.565000', '084458.567000', '084458.570000', '084458.573000', '084458.575000', '084458.578000', '084458.582000', '084518.464000', '084518.466000', '084518.469000', '084518.471000', '084518.474000', '084518.476000', '084518.479000', '084518.482000', '084518.484000', '084518.487000', '084518.489000', '084518.492000', '084518.494000', '084518.497000', '084518.499000', '084518.502000', '084518.504000', '084518.507000', '084518.510000', '084518.512000', '084518.515000', '084518.517000', '084518.520000', '084518.522000', '084518.525000', '084518.528000', '084518.530000', '084518.533000', '084518.535000', '084518.538000', '084518.540000', '084518.543000', '084518.546000', '084518.548000', '084518.551000', '084518.553000', '084518.556000', '084518.559000', '084518.561000', '084518.564000', '084518.566000', '084518.569000', '084518.571000', '084518.574000', '084538.464000', '084538.466000', '084538.469000', '084538.472000', '084538.474000', '084538.477000', '084538.479000', '084538.482000', '084538.485000', '084538.487000', '084538.490000', '084538.492000', '084538.495000', '084538.497000', '084538.500000', '084538.503000', '084538.505000', '084538.508000', '084538.510000', '084538.513000', '084538.516000', '084538.518000', '084538.521000', '084538.523000', '084538.526000', '084538.528000', '084538.531000', '084538.534000', '084538.536000', '084538.539000', '084538.541000', '084538.544000', '084538.547000', '084538.549000', '084538.552000', '084538.555000', '084538.557000', '084538.560000', '084538.562000', '084538.565000', '084538.567000', '084538.570000', '084538.573000', '084558.463000', '084558.466000', '084558.469000', '084558.471000', '084558.474000', '084558.477000', '084558.479000', '084558.482000', '084558.484000', '084558.487000', '084558.490000', '084558.492000', '084558.495000', '084558.497000', '084558.500000', '084558.502000', '084558.505000', '084558.508000', '084558.510000', '084558.513000', '084558.515000', '084558.518000', '084558.520000', '084558.523000', '084558.526000', '084558.528000', '084558.531000', '084558.533000', '084558.536000', '084558.538000', '084558.541000', '084558.544000', '084558.546000', '084558.549000', '084558.551000', '084558.554000', '084558.557000', '084558.559000', '084558.562000', '084558.564000', '084558.567000', '084558.570000', '084558.572000', '084558.575000', '084618.464000', '084618.466000', '084618.469000', '084618.482000', '084618.485000', '084618.487000', '084618.490000', '084618.493000', '084618.495000', '084618.498000', '084618.500000', '084618.503000', '084618.506000', '084618.508000', '084618.511000', '084618.513000', '084618.516000', '084618.519000', '084618.521000', '084618.524000', '084618.527000', '084618.529000', '084618.532000', '084618.534000', '084618.537000', '084618.539000', '084618.542000', '084618.545000', '084618.547000', '084618.550000', '084618.552000', '084618.555000', '084618.558000', '084618.560000', '084618.563000', '084618.565000', '084618.568000', '084618.571000', '084618.573000', '084618.576000', '084618.578000', '084618.581000', '084618.583000', '084638.462000', '084638.465000', '084638.468000', '084638.471000', '084638.473000', '084638.476000', '084638.478000', '084638.481000', '084638.483000', '084638.486000', '084638.489000', '084638.491000', '084638.494000', '084638.496000', '084638.499000', '084638.501000', '084638.504000', '084638.507000', '084638.509000', '084638.512000', '084638.514000', '084638.517000', '084638.519000', '084638.522000', '084638.524000', '084638.527000', '084638.530000', '084638.532000', '084638.535000', '084638.538000', '084638.540000', '084638.543000', '084638.545000', '084638.548000', '084638.550000', '084638.553000', '084638.556000', '084638.558000', '084638.561000', '084638.563000', '084638.566000', '084638.569000', '084638.571000', '084638.574000', '084658.462000', '084658.465000', '084658.468000', '084658.471000', '084658.473000', '084658.476000', '084658.479000', '084658.481000', '084658.484000', '084658.486000', '084658.489000', '084658.491000', '084658.494000', '084658.497000', '084658.499000', '084658.502000', '084658.504000', '084658.507000', '084658.510000', '084658.512000', '084658.515000', '084658.517000', '084658.520000', '084658.522000', '084658.525000', '084658.528000', '084658.530000', '084658.533000', '084658.535000', '084658.538000', '084658.541000', '084658.543000', '084658.546000', '084658.548000', '084658.551000', '084658.554000', '084658.556000', '084658.559000', '084658.561000', '084658.564000', '084658.566000', '084658.569000', '084658.572000', '084718.462000', '084718.465000', '084718.468000', '084718.471000', '084718.473000', '084718.476000', '084718.479000', '084718.481000', '084718.484000', '084718.486000', '084718.489000', '084718.492000', '084718.494000', '084718.497000', '084718.499000', '084718.502000', '084718.505000', '084718.507000', '084718.510000', '084718.512000', '084718.515000', '084718.517000', '084718.520000', '084718.523000', '084718.525000', '084718.528000', '084718.530000', '084718.533000', '084718.535000', '084718.538000', '084718.541000', '084718.543000', '084718.546000', '084718.548000', '084718.551000', '084718.554000', '084718.556000', '084718.559000', '084718.561000', '084718.564000', '084718.566000', '084718.569000', '084718.572000', '084718.574000', '084738.463000', '084738.466000', '084738.469000', '084738.472000', '084738.474000', '084738.477000', '084738.479000', '084738.482000', '084738.484000', '084738.487000', '084738.490000', '084738.492000', '084738.495000', '084738.497000', '084738.500000', '084738.502000', '084738.505000', '084738.508000', '084738.510000', '084738.513000', '084738.516000', '084738.518000', '084738.521000', '084738.523000', '084738.526000', '084738.528000', '084738.531000', '084738.534000', '084738.549000', '084738.552000', '084738.554000', '084738.557000', '084738.560000', '084738.562000', '084738.565000', '084738.567000', '084738.570000', '084738.572000', '084738.575000', '084738.578000', '084738.580000', '084738.583000', '084738.585000', '084758.463000', '084758.466000', '084758.469000', '084758.471000', '084758.474000', '084758.476000', '084758.479000', '084758.482000', '084758.484000', '084758.487000', '084758.489000', '084758.492000', '084758.495000', '084758.497000', '084758.500000', '084758.502000', '084758.505000', '084758.507000', '084758.510000', '084758.513000', '084758.515000', '084758.518000', '084758.520000', '084758.523000', '084758.525000', '084758.528000', '084758.531000', '084758.533000', '084758.536000', '084758.539000', '084758.541000', '084758.544000', '084758.546000', '084758.549000', '084758.551000', '084758.554000', '084758.556000', '084758.559000', '084758.562000', '084758.564000', '084758.567000', '084758.569000', '084758.572000', '084758.574000', '084818.464000', '084818.466000', '084818.469000', '084818.472000', '084818.474000', '084818.477000', '084818.479000', '084818.482000', '084818.484000', '084818.487000', '084818.490000', '084818.492000', '084818.495000', '084818.498000', '084818.500000', '084818.503000', '084818.505000', '084818.508000', '084818.510000', '084818.513000', '084818.516000', '084818.518000', '084818.521000', '084818.523000', '084818.526000', '084818.528000', '084818.531000', '084818.534000', '084818.536000', '084818.539000', '084818.542000', '084818.544000', '084818.547000', '084818.549000', '084818.552000', '084818.554000', '084818.557000', '084818.559000', '084818.562000', '084818.565000', '084818.567000', '084818.570000', '084818.573000', '084838.464000', '084838.467000', '084838.469000', '084838.472000', '084838.474000', '084838.477000', '084838.480000', '084838.482000', '084838.485000', '084838.487000', '084838.490000', '084838.492000', '084838.495000', '084838.498000', '084838.500000', '084838.503000', '084838.505000', '084838.508000', '084838.510000', '084838.513000', '084838.516000', '084838.518000', '084838.521000', '084838.524000', '084838.526000', '084838.529000', '084838.532000', '084838.534000', '084838.537000', '084838.539000', '084838.542000', '084838.544000', '084838.547000', '084838.550000', '084838.552000', '084838.555000', '084838.557000', '084838.560000', '084838.562000', '084838.565000', '084838.568000', '084838.570000', '084838.573000', '084838.575000', '084858.462000', '084858.465000', '084858.468000', '084858.470000', '084858.473000', '084858.476000', '084858.478000', '084858.481000', '084858.483000', '084858.486000', '084858.489000', '084858.491000', '084858.494000', '084858.496000', '084858.499000', '084858.502000', '084858.504000', '084858.507000', '084858.509000', '084858.512000', '084858.514000', '084858.517000', '084858.519000', '084858.522000', '084858.525000', '084858.527000', '084858.530000', '084858.533000', '084858.535000', '084858.538000', '084858.540000', '084858.543000', '084858.545000', '084858.548000', '084858.550000', '084858.553000', '084858.556000', '084858.558000', '084858.561000', '084858.563000', '084858.566000', '084858.569000', '084858.571000', '084918.463000', '084918.465000', '084918.468000', '084918.470000', '084918.473000', '084918.476000', '084918.478000', '084918.481000', '084918.483000', '084918.486000', '084918.489000', '084918.491000', '084918.494000', '084918.496000', '084918.499000', '084918.502000', '084918.504000', '084918.507000', '084918.509000', '084918.512000', '084918.514000', '084918.517000', '084918.520000', '084918.522000', '084918.525000', '084918.527000', '084918.530000', '084918.533000', '084918.535000', '084918.538000', '084918.540000', '084918.543000', '084918.546000', '084918.548000', '084918.551000', '084918.553000', '084918.556000', '084918.558000', '084918.561000', '084918.564000', '084918.566000', '084918.569000', '084918.571000', '084918.574000', '084938.462000', '084938.465000', '084938.468000', '084938.471000', '084938.473000', '084938.476000', '084938.478000', '084938.481000', '084938.483000', '084938.486000', '084938.489000', '084938.491000', '084938.494000', '084938.496000', '084938.499000', '084938.501000', '084938.504000', '084938.507000', '084938.509000', '084938.512000', '084938.514000', '084938.517000', '084938.520000', '084938.522000', '084938.525000', '084938.527000', '084938.530000', '084938.533000', '084938.535000', '084938.538000', '084938.540000', '084938.543000', '084938.545000', '084938.548000', '084938.550000', '084938.553000', '084938.556000', '084938.558000', '084938.561000', '084938.564000', '084938.566000', '084938.570000', '084938.572000', '084958.464000', '084958.467000', '084958.469000', '084958.472000', '084958.475000', '084958.477000', '084958.480000', '084958.482000', '084958.485000', '084958.487000', '084958.490000', '084958.493000', '084958.495000', '084958.498000', '084958.501000', '084958.504000', '084958.507000', '084958.510000', '084958.512000', '084958.515000', '084958.517000', '084958.520000', '084958.522000', '084958.525000', '084958.528000', '084958.530000', '084958.533000', '084958.535000', '084958.538000', '084958.540000', '084958.543000', '084958.545000', '084958.548000', '084958.551000', '084958.553000', '084958.556000', '084958.559000', '084958.561000', '084958.564000', '084958.567000', '084958.569000', '084958.572000', '084958.574000', '085011.325000', '085011.328000', '085011.330000', '085011.333000', '085011.336000', '085011.338000', '085011.341000', '085011.344000', '085011.347000', '085011.350000', '085011.352000', '085011.355000', '085011.358000', '085011.361000', '085011.364000', '085011.367000', '085011.370000', '085011.377000', '085011.381000', '085011.384000', '085011.389000', '085011.393000', '085011.396000', '085011.399000', '085011.401000', '085011.404000', '085011.407000', '085011.410000', '085011.412000'], 'InstanceCreationTime': ['084358.491000', '084358.494000', '084358.497000', '084358.499000', '084358.502000', '084358.505000', '084358.507000', '084358.510000', '084358.512000', '084358.515000', '084358.517000', '084358.520000', '084358.523000', '084358.525000', '084358.534000', '084358.537000', '084358.539000', '084358.542000', '084358.544000', '084358.547000', '084358.549000', '084358.552000', '084358.554000', '084358.557000', '084358.560000', '084358.562000', '084358.565000', '084358.567000', '084358.570000', '084358.572000', '084358.575000', '084358.578000', '084358.580000', '084358.583000', '084358.585000', '084358.588000', '084358.591000', '084358.593000', '084358.596000', '084358.598000', '084358.601000', '084358.603000', '084358.606000', '084358.608000', '084358.611000', '084358.614000', '084358.616000', '084358.619000', '084358.621000', '084358.624000', '084358.626000', '084358.629000', '084358.631000', '084358.634000', '084358.636000', '084358.639000', '084358.642000', '084358.644000', '084358.647000', '084358.649000', '084358.652000', '084418.462000', '084418.465000', '084418.468000', '084418.471000', '084418.473000', '084418.476000', '084418.478000', '084418.481000', '084418.483000', '084418.486000', '084418.489000', '084418.491000', '084418.494000', '084418.496000', '084418.499000', '084418.501000', '084418.504000', '084418.506000', '084418.509000', '084418.513000', '084418.516000', '084418.518000', '084418.527000', '084418.530000', '084418.532000', '084418.535000', '084418.537000', '084418.540000', '084418.543000', '084418.545000', '084418.548000', '084418.550000', '084418.553000', '084418.555000', '084418.558000', '084418.561000', '084418.563000', '084418.566000', '084418.568000', '084418.571000', '084418.573000', '084418.576000', '084418.579000', '084438.462000', '084438.465000', '084438.468000', '084438.470000', '084438.473000', '084438.476000', '084438.478000', '084438.481000', '084438.490000', '084438.493000', '084438.496000', '084438.498000', '084438.501000', '084438.503000', '084438.506000', '084438.508000', '084438.511000', '084438.514000', '084438.516000', '084438.519000', '084438.521000', '084438.524000', '084438.526000', '084438.529000', '084438.532000', '084438.540000', '084438.543000', '084438.545000', '084438.548000', '084438.551000', '084438.553000', '084438.556000', '084438.558000', '084438.561000', '084438.564000', '084438.566000', '084438.569000', '084438.571000', '084438.574000', '084438.576000', '084438.579000', '084438.582000', '084438.584000', '084438.587000', '084458.462000', '084458.465000', '084458.468000', '084458.471000', '084458.473000', '084458.476000', '084458.478000', '084458.481000', '084458.484000', '084458.486000', '084458.489000', '084458.492000', '084458.494000', '084458.497000', '084458.499000', '084458.502000', '084458.505000', '084458.507000', '084458.510000', '084458.513000', '084458.515000', '084458.518000', '084458.521000', '084458.523000', '084458.526000', '084458.536000', '084458.538000', '084458.541000', '084458.544000', '084458.546000', '084458.549000', '084458.551000', '084458.554000', '084458.557000', '084458.559000', '084458.562000', '084458.565000', '084458.567000', '084458.570000', '084458.573000', '084458.575000', '084458.578000', '084458.582000', '084518.464000', '084518.466000', '084518.469000', '084518.471000', '084518.474000', '084518.476000', '084518.479000', '084518.482000', '084518.484000', '084518.487000', '084518.489000', '084518.492000', '084518.494000', '084518.497000', '084518.499000', '084518.502000', '084518.504000', '084518.507000', '084518.510000', '084518.512000', '084518.515000', '084518.517000', '084518.520000', '084518.522000', '084518.525000', '084518.528000', '084518.530000', '084518.533000', '084518.535000', '084518.538000', '084518.540000', '084518.543000', '084518.546000', '084518.548000', '084518.551000', '084518.553000', '084518.556000', '084518.559000', '084518.561000', '084518.564000', '084518.566000', '084518.569000', '084518.571000', '084518.574000', '084538.464000', '084538.466000', '084538.469000', '084538.472000', '084538.474000', '084538.477000', '084538.479000', '084538.482000', '084538.485000', '084538.487000', '084538.490000', '084538.492000', '084538.495000', '084538.497000', '084538.500000', '084538.503000', '084538.505000', '084538.508000', '084538.510000', '084538.513000', '084538.516000', '084538.518000', '084538.521000', '084538.523000', '084538.526000', '084538.528000', '084538.531000', '084538.534000', '084538.536000', '084538.539000', '084538.541000', '084538.544000', '084538.547000', '084538.549000', '084538.552000', '084538.555000', '084538.557000', '084538.560000', '084538.562000', '084538.565000', '084538.567000', '084538.570000', '084538.573000', '084558.463000', '084558.466000', '084558.469000', '084558.471000', '084558.474000', '084558.477000', '084558.479000', '084558.482000', '084558.484000', '084558.487000', '084558.490000', '084558.492000', '084558.495000', '084558.497000', '084558.500000', '084558.502000', '084558.505000', '084558.508000', '084558.510000', '084558.513000', '084558.515000', '084558.518000', '084558.520000', '084558.523000', '084558.526000', '084558.528000', '084558.531000', '084558.533000', '084558.536000', '084558.538000', '084558.541000', '084558.544000', '084558.546000', '084558.549000', '084558.551000', '084558.554000', '084558.557000', '084558.559000', '084558.562000', '084558.564000', '084558.567000', '084558.570000', '084558.572000', '084558.575000', '084618.464000', '084618.466000', '084618.469000', '084618.482000', '084618.485000', '084618.487000', '084618.490000', '084618.493000', '084618.495000', '084618.498000', '084618.500000', '084618.503000', '084618.506000', '084618.508000', '084618.511000', '084618.513000', '084618.516000', '084618.519000', '084618.521000', '084618.524000', '084618.527000', '084618.529000', '084618.532000', '084618.534000', '084618.537000', '084618.539000', '084618.542000', '084618.545000', '084618.547000', '084618.550000', '084618.552000', '084618.555000', '084618.558000', '084618.560000', '084618.563000', '084618.565000', '084618.568000', '084618.571000', '084618.573000', '084618.576000', '084618.578000', '084618.581000', '084618.583000', '084638.462000', '084638.465000', '084638.468000', '084638.471000', '084638.473000', '084638.476000', '084638.478000', '084638.481000', '084638.483000', '084638.486000', '084638.489000', '084638.491000', '084638.494000', '084638.496000', '084638.499000', '084638.501000', '084638.504000', '084638.507000', '084638.509000', '084638.512000', '084638.514000', '084638.517000', '084638.519000', '084638.522000', '084638.524000', '084638.527000', '084638.530000', '084638.532000', '084638.535000', '084638.538000', '084638.540000', '084638.543000', '084638.545000', '084638.548000', '084638.550000', '084638.553000', '084638.556000', '084638.558000', '084638.561000', '084638.563000', '084638.566000', '084638.569000', '084638.571000', '084638.574000', '084658.462000', '084658.465000', '084658.468000', '084658.471000', '084658.473000', '084658.476000', '084658.479000', '084658.481000', '084658.484000', '084658.486000', '084658.489000', '084658.491000', '084658.494000', '084658.497000', '084658.499000', '084658.502000', '084658.504000', '084658.507000', '084658.510000', '084658.512000', '084658.515000', '084658.517000', '084658.520000', '084658.522000', '084658.525000', '084658.528000', '084658.530000', '084658.533000', '084658.535000', '084658.538000', '084658.541000', '084658.543000', '084658.546000', '084658.548000', '084658.551000', '084658.554000', '084658.556000', '084658.559000', '084658.561000', '084658.564000', '084658.566000', '084658.569000', '084658.572000', '084718.462000', '084718.465000', '084718.468000', '084718.471000', '084718.473000', '084718.476000', '084718.479000', '084718.481000', '084718.484000', '084718.486000', '084718.489000', '084718.492000', '084718.494000', '084718.497000', '084718.499000', '084718.502000', '084718.505000', '084718.507000', '084718.510000', '084718.512000', '084718.515000', '084718.517000', '084718.520000', '084718.523000', '084718.525000', '084718.528000', '084718.530000', '084718.533000', '084718.535000', '084718.538000', '084718.541000', '084718.543000', '084718.546000', '084718.548000', '084718.551000', '084718.554000', '084718.556000', '084718.559000', '084718.561000', '084718.564000', '084718.566000', '084718.569000', '084718.572000', '084718.574000', '084738.463000', '084738.466000', '084738.469000', '084738.472000', '084738.474000', '084738.477000', '084738.479000', '084738.482000', '084738.484000', '084738.487000', '084738.490000', '084738.492000', '084738.495000', '084738.497000', '084738.500000', '084738.502000', '084738.505000', '084738.508000', '084738.510000', '084738.513000', '084738.516000', '084738.518000', '084738.521000', '084738.523000', '084738.526000', '084738.528000', '084738.531000', '084738.534000', '084738.549000', '084738.552000', '084738.554000', '084738.557000', '084738.560000', '084738.562000', '084738.565000', '084738.567000', '084738.570000', '084738.572000', '084738.575000', '084738.578000', '084738.580000', '084738.583000', '084738.585000', '084758.463000', '084758.466000', '084758.469000', '084758.471000', '084758.474000', '084758.476000', '084758.479000', '084758.482000', '084758.484000', '084758.487000', '084758.489000', '084758.492000', '084758.495000', '084758.497000', '084758.500000', '084758.502000', '084758.505000', '084758.507000', '084758.510000', '084758.513000', '084758.515000', '084758.518000', '084758.520000', '084758.523000', '084758.525000', '084758.528000', '084758.531000', '084758.533000', '084758.536000', '084758.539000', '084758.541000', '084758.544000', '084758.546000', '084758.549000', '084758.551000', '084758.554000', '084758.556000', '084758.559000', '084758.562000', '084758.564000', '084758.567000', '084758.569000', '084758.572000', '084758.574000', '084818.464000', '084818.466000', '084818.469000', '084818.472000', '084818.474000', '084818.477000', '084818.479000', '084818.482000', '084818.484000', '084818.487000', '084818.490000', '084818.492000', '084818.495000', '084818.498000', '084818.500000', '084818.503000', '084818.505000', '084818.508000', '084818.510000', '084818.513000', '084818.516000', '084818.518000', '084818.521000', '084818.523000', '084818.526000', '084818.528000', '084818.531000', '084818.534000', '084818.536000', '084818.539000', '084818.542000', '084818.544000', '084818.547000', '084818.549000', '084818.552000', '084818.554000', '084818.557000', '084818.559000', '084818.562000', '084818.565000', '084818.567000', '084818.570000', '084818.573000', '084838.464000', '084838.467000', '084838.469000', '084838.472000', '084838.474000', '084838.477000', '084838.480000', '084838.482000', '084838.485000', '084838.487000', '084838.490000', '084838.492000', '084838.495000', '084838.498000', '084838.500000', '084838.503000', '084838.505000', '084838.508000', '084838.510000', '084838.513000', '084838.516000', '084838.518000', '084838.521000', '084838.524000', '084838.526000', '084838.529000', '084838.532000', '084838.534000', '084838.537000', '084838.539000', '084838.542000', '084838.544000', '084838.547000', '084838.550000', '084838.552000', '084838.555000', '084838.557000', '084838.560000', '084838.562000', '084838.565000', '084838.568000', '084838.570000', '084838.573000', '084838.575000', '084858.462000', '084858.465000', '084858.468000', '084858.470000', '084858.473000', '084858.476000', '084858.478000', '084858.481000', '084858.483000', '084858.486000', '084858.489000', '084858.491000', '084858.494000', '084858.496000', '084858.499000', '084858.502000', '084858.504000', '084858.507000', '084858.509000', '084858.512000', '084858.514000', '084858.517000', '084858.519000', '084858.522000', '084858.525000', '084858.527000', '084858.530000', '084858.533000', '084858.535000', '084858.538000', '084858.540000', '084858.543000', '084858.545000', '084858.548000', '084858.550000', '084858.553000', '084858.556000', '084858.558000', '084858.561000', '084858.563000', '084858.566000', '084858.569000', '084858.571000', '084918.463000', '084918.465000', '084918.468000', '084918.470000', '084918.473000', '084918.476000', '084918.478000', '084918.481000', '084918.483000', '084918.486000', '084918.489000', '084918.491000', '084918.494000', '084918.496000', '084918.499000', '084918.502000', '084918.504000', '084918.507000', '084918.509000', '084918.512000', '084918.514000', '084918.517000', '084918.520000', '084918.522000', '084918.525000', '084918.527000', '084918.530000', '084918.533000', '084918.535000', '084918.538000', '084918.540000', '084918.543000', '084918.546000', '084918.548000', '084918.551000', '084918.553000', '084918.556000', '084918.558000', '084918.561000', '084918.564000', '084918.566000', '084918.569000', '084918.571000', '084918.574000', '084938.462000', '084938.465000', '084938.468000', '084938.471000', '084938.473000', '084938.476000', '084938.478000', '084938.481000', '084938.483000', '084938.486000', '084938.489000', '084938.491000', '084938.494000', '084938.496000', '084938.499000', '084938.501000', '084938.504000', '084938.507000', '084938.509000', '084938.512000', '084938.514000', '084938.517000', '084938.520000', '084938.522000', '084938.525000', '084938.527000', '084938.530000', '084938.533000', '084938.535000', '084938.538000', '084938.540000', '084938.543000', '084938.545000', '084938.548000', '084938.550000', '084938.553000', '084938.556000', '084938.558000', '084938.561000', '084938.564000', '084938.566000', '084938.570000', '084938.572000', '084958.464000', '084958.467000', '084958.469000', '084958.472000', '084958.475000', '084958.477000', '084958.480000', '084958.482000', '084958.485000', '084958.487000', '084958.490000', '084958.493000', '084958.495000', '084958.498000', '084958.501000', '084958.504000', '084958.507000', '084958.510000', '084958.512000', '084958.515000', '084958.517000', '084958.520000', '084958.522000', '084958.525000', '084958.528000', '084958.530000', '084958.533000', '084958.535000', '084958.538000', '084958.540000', '084958.543000', '084958.545000', '084958.548000', '084958.551000', '084958.553000', '084958.556000', '084958.559000', '084958.561000', '084958.564000', '084958.567000', '084958.569000', '084958.572000', '084958.574000', '085011.325000', '085011.328000', '085011.330000', '085011.333000', '085011.336000', '085011.338000', '085011.341000', '085011.344000', '085011.347000', '085011.350000', '085011.352000', '085011.355000', '085011.358000', '085011.361000', '085011.364000', '085011.367000', '085011.370000', '085011.377000', '085011.381000', '085011.384000', '085011.389000', '085011.393000', '085011.396000', '085011.399000', '085011.401000', '085011.404000', '085011.407000', '085011.410000', '085011.412000'], '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': [9964, 7960, 7359, 7215, 7718, 7768, 7535, 7372, 7635, 7325, 7276, 7443, 7314, 7444, 7662, 7664, 8087, 7869, 7529, 7978, 7698, 8055, 7860, 7918, 7422, 8137, 7828, 8127, 7474, 7378, 6866, 7601, 9342, 8945, 6845, 8289, 7377, 8175, 7396, 8954, 8068, 7831, 7947, 10558, 7533, 8462, 7133, 7878, 7017, 7895, 7610, 8321, 7211, 8056, 7219, 7979, 7027, 8259, 7666, 8322, 7075, 7824, 6951, 7943, 7597, 8097, 9548, 8114, 9077, 7967, 9565, 8568, 8909, 8180, 8854, 8016, 9551, 8282, 8914, 8317, 8482, 7983, 9443, 8110, 9592, 8323, 8538, 8393, 9718, 7534, 9517, 7483, 9405, 8071, 9693, 7380, 9401, 7940, 9280, 7855, 9174, 7866, 9246, 8017, 9171, 7734, 10048, 7524, 9329, 7462, 9168, 7782, 8746, 7918, 9831, 7376, 8028, 8156, 7977, 7796, 8743, 7493, 7730, 7245, 7598, 7341, 7938, 7521, 7931, 6856, 8049, 7164, 8218, 7425, 8262, 7013, 8094, 7170, 8299, 7556, 8170, 8263, 10736, 8083, 7600, 7571, 8677, 7268, 11384, 9226, 11017, 7843, 8481, 7839, 7934, 7493, 7563, 7537, 7441, 7317, 7635, 7766, 7644, 7481, 7304, 7200, 7579, 7782, 7777, 7557, 7350, 7579, 8148, 7785, 7743, 8882, 7505, 9383, 8796, 8807, 7353, 7115, 9976, 8191, 7975, 7674, 8433, 7514, 10387, 8086, 10744, 7210, 9001, 7586, 10217, 8121, 9868, 7440, 8978, 7776, 9617, 8272, 7511, 7470, 7401, 7484, 8068, 6844, 7743, 7219, 8374, 7271, 8518, 7798, 8887, 7624, 9385, 8076, 8562, 7965, 8563, 7763, 8672, 9107, 7895, 8234, 7351, 7661, 7230, 7597, 7724, 7699, 7486, 7535, 7439, 7970, 8335, 8273, 7469, 7658, 7347, 7288, 7569, 7756, 7782, 10198, 7121, 8029, 7230, 8102, 7601, 10317, 7190, 10452, 6914, 9540, 6892, 9961, 8164, 9358, 7343, 9729, 7985, 9649, 7836, 9040, 7769, 8535, 7222, 8505, 7531, 7378, 7850, 8194, 7202, 8368, 7068, 8597, 7451, 8351, 7861, 8912, 7946, 8689, 7729, 9148, 8111, 9676, 8803, 9718, 7286, 9702, 7069, 9664, 7398, 9249, 7026, 9289, 7227, 9976, 8277, 9449, 8257, 9139, 7341, 10080, 7866, 7088, 7997, 7629, 7666, 8033, 7418, 8074, 7408, 7795, 8417, 7502, 7930, 7270, 7793, 8150, 8533, 8326, 8321, 7255, 7582, 7512, 7607, 7474, 8102, 7239, 7319, 7218, 7314, 7553, 7796, 7741, 7039, 7515, 7848, 7779, 7920, 7642, 7002, 7140, 7214, 7359, 8146, 7529, 7440, 7338, 7307, 7440, 7549, 7617, 8404, 7390, 7553, 7348, 7683, 7290, 8148, 7432, 7902, 7104, 7170, 7871, 7734, 7676, 7842, 7280, 7717, 8537, 7546, 9106, 8155, 9648, 8042, 10418, 7095, 9804, 7097, 8380, 7653, 9958, 7988, 7516, 7695, 8475, 8268, 8182, 7006, 7741, 7960, 7345, 8504, 8208, 7941, 7020, 7926, 7093, 10752, 7351, 9558, 7924, 10064, 7072, 7917, 7453, 7442, 7387, 7257, 7630, 6672, 7586, 6968, 7689, 8277, 7490, 9311, 7366, 8963, 7757, 9404, 7750, 9735, 7322, 9398, 7529, 8804, 7736, 8818, 7336, 8787, 7172, 9092, 8137, 8063, 7364, 8832, 7218, 8667, 7628, 8394, 7515, 7629, 7740, 7740, 7820, 7907, 7992, 7605, 10984, 7318, 9353, 7134, 9253, 7678, 10673, 7211, 9801, 6971, 9215, 7273, 9266, 7488, 9892, 7415, 9226, 7227, 9380, 7554, 9082, 7204, 8787, 7057, 9284, 7139, 10031, 7422, 9436, 7238, 9470, 7655, 9834, 7428, 8305, 7681, 8700, 7580, 8419, 7306, 8758, 7567, 8720, 7625, 9209, 7212, 9112, 7069, 9867, 7533, 9627, 8511, 10425, 7250, 9740, 7702, 9614, 7557, 9837, 7115, 9105, 7045, 9539, 7397, 9037, 7347, 8271, 7812, 7470, 8264, 8477, 8291, 8150, 6962, 7629, 8753, 8072, 8921, 7946, 8499, 7223, 7642, 7203, 8096, 7531, 8727, 11712, 8405, 8341, 7765, 7256, 8203, 7140, 7761, 6944, 7334, 8092, 7343, 7942, 7599, 10064, 7368, 9687, 7377, 9935, 7560, 9445, 7814, 8835, 7828, 7357, 7999, 7111, 7976, 6947, 7261, 6897, 7419, 7272, 8395, 8020, 8107, 7436, 7314, 7216, 7022, 9017, 6997, 10432, 7040, 10316, 7275, 9715, 7531, 9556, 7811, 8175, 8443, 8392, 8940, 8855, 8445, 8748, 9300, 10804, 8105, 9645, 7914, 8467, 7410, 8049, 9384, 7971, 8605, 8098, 8625, 8113, 7891, 8304, 8169, 7851, 8021, 8351, 7920, 8153, 7778, 8209, 7508, 7752, 7635, 7773, 7918, 8027, 7190, 7835, 6559, 7651, 6580, 8140, 8360, 7966, 9874, 7653, 9611, 7820, 9485, 8559, 9603, 7500, 9493, 7598, 9879, 7640, 9536, 8107, 9479, 7400, 9104, 7972, 9741, 8047, 8574, 8461, 7224, 7889, 7618, 7893, 7884, 8055, 8188, 7850, 7372, 7809, 8609, 7634, 8468, 7604, 7854, 8661, 8092, 8734, 8710, 9974, 8504, 7867, 7891, 8737, 8433, 8178, 8296, 7945, 8313, 8133, 8576, 8507, 8504, 7137, 8109, 6952, 8390, 8737, 8200, 8661, 7806, 8922, 7549, 8786, 8150, 8634, 7757, 8459, 7365, 8932, 7833, 8032, 7721, 8342, 7217, 7775, 7418, 7833, 8557, 8328, 8330, 7963, 8204, 8084, 8460, 8069, 8761, 8339, 8390, 8357, 8748, 8625, 8439, 8210, 7219, 7699, 7458, 8860, 7654, 7266, 7114, 7854, 7776, 8710, 8673, 8373, 8207, 8792, 7766, 9010, 9906, 8596, 8097, 8412, 8857, 8193, 8607, 8941, 8273, 8803, 8496, 8802, 8785, 9010, 8290, 8740, 8363, 8593, 8737, 8944, 8746, 8505, 8479, 7549, 7598, 7958, 8548, 7896, 8154, 7796, 7767, 7679, 7781, 8040, 8418, 7682, 7470, 7689, 7785, 8940, 8455, 8779, 8225, 8597, 8266, 9390, 8177, 9513, 8036, 11084, 7908, 9418, 9077, 8537, 8826, 8923, 8196, 8285, 8714, 8448, 8095, 7957, 10870, 8041, 9166, 7671, 7942, 7492, 8421, 8686, 8791, 8202, 9196, 7756, 8530, 8405, 7388, 8285, 8595, 8313, 9064, 8134, 7538, 8258, 8255, 8270, 8367, 10307, 8228, 9678, 7923, 9634, 8264, 9515, 7945, 8773, 7916, 9645, 8296, 9492, 8210, 9124, 8118, 9075, 8317, 8106, 8532, 8234, 7778, 7867, 7717, 8110, 8209, 8322, 8480, 8130, 9046, 8101, 9806, 8635, 9501, 9039, 8877, 8748, 8082, 8504], 'WindowCenter': [3651.0, 3614.0, 3602.0, 3589.0, 3599.0, 3586.0, 3598.0, 3587.0, 3597.0, 3587.0, 3598.0, 3587.0, 3598.0, 3598.0, 3599.0, 3598.0, 3587.0, 3598.0, 3598.0, 3598.0, 3598.0, 3608.0, 3598.0, 3610.0, 3598.0, 3609.0, 3599.0, 3611.0, 3600.0, 3600.0, 3591.0, 3612.0, 3633.0, 3634.0, 3601.0, 3623.0, 3613.0, 3624.0, 3613.0, 3624.0, 3612.0, 3611.0, 3611.0, 3633.0, 3601.0, 3610.0, 3588.0, 3598.0, 3587.0, 3599.0, 3598.0, 3610.0, 3598.0, 3610.0, 3598.0, 3610.0, 3600.0, 3606.0, 3601.0, 3612.0, 3590.0, 3612.0, 3589.0, 3612.0, 3611.0, 3612.0, 3621.0, 3612.0, 3622.0, 3612.0, 3621.0, 3616.0, 3621.0, 3612.0, 3620.0, 3612.0, 3621.0, 3612.0, 3621.0, 3612.0, 3610.0, 3612.0, 3632.0, 3613.0, 3633.0, 3623.0, 3611.0, 3623.0, 3621.0, 3612.0, 3621.0, 3600.0, 3620.0, 3610.0, 3619.0, 3600.0, 3620.0, 3601.0, 3619.0, 3611.0, 3620.0, 3610.0, 3619.0, 3610.0, 3620.0, 3600.0, 3619.0, 3599.0, 3619.0, 3599.0, 3619.0, 3601.0, 3598.0, 3601.0, 3619.0, 3599.0, 3587.0, 3609.0, 3598.0, 3599.0, 3609.0, 3587.0, 3586.0, 3587.0, 3597.0, 3587.0, 3598.0, 3597.0, 3597.0, 3575.0, 3599.0, 3588.0, 3610.0, 3599.0, 3611.0, 3589.0, 3611.0, 3589.0, 3623.0, 3612.0, 3624.0, 3611.0, 3644.0, 3612.0, 3612.0, 3613.0, 3623.0, 3602.0, 3643.0, 3622.0, 3619.0, 3598.0, 3596.0, 3599.0, 3598.0, 3588.0, 3587.0, 3598.0, 3588.0, 3599.0, 3600.0, 3599.0, 3600.0, 3600.0, 3600.0, 3614.0, 3613.0, 3613.0, 3601.0, 3612.0, 3602.0, 3612.0, 3613.0, 3613.0, 3614.0, 3624.0, 3613.0, 3623.0, 3624.0, 3622.0, 3602.0, 3590.0, 3633.0, 3612.0, 3612.0, 3601.0, 3611.0, 3601.0, 3632.0, 3600.0, 3619.0, 3588.0, 3607.0, 3597.0, 3620.0, 3599.0, 3618.0, 3587.0, 3606.0, 3587.0, 3606.0, 3596.0, 3586.0, 3599.0, 3587.0, 3599.0, 3609.0, 3590.0, 3611.0, 3615.0, 3623.0, 3614.0, 3624.0, 3615.0, 3636.0, 3615.0, 3635.0, 3626.0, 3624.0, 3627.0, 3625.0, 3615.0, 3623.0, 3624.0, 3613.0, 3613.0, 3601.0, 3601.0, 3601.0, 3611.0, 3613.0, 3613.0, 3599.0, 3600.0, 3599.0, 3600.0, 3610.0, 3610.0, 3588.0, 3598.0, 3587.0, 3587.0, 3598.0, 3598.0, 3598.0, 3618.0, 3587.0, 3597.0, 3587.0, 3597.0, 3598.0, 3618.0, 3587.0, 3617.0, 3587.0, 3607.0, 3587.0, 3617.0, 3598.0, 3606.0, 3587.0, 3607.0, 3599.0, 3607.0, 3586.0, 3596.0, 3586.0, 3596.0, 3586.0, 3596.0, 3598.0, 3586.0, 3598.0, 3598.0, 3598.0, 3598.0, 3600.0, 3608.0, 3600.0, 3609.0, 3611.0, 3609.0, 3611.0, 3610.0, 3601.0, 3620.0, 3612.0, 3621.0, 3622.0, 3620.0, 3599.0, 3619.0, 3588.0, 3608.0, 3589.0, 3607.0, 3588.0, 3608.0, 3587.0, 3603.0, 3609.0, 3619.0, 3609.0, 3620.0, 3599.0, 3618.0, 3609.0, 3587.0, 3599.0, 3598.0, 3600.0, 3611.0, 3601.0, 3613.0, 3613.0, 3614.0, 3612.0, 3603.0, 3612.0, 3601.0, 3600.0, 3612.0, 3611.0, 3611.0, 3599.0, 3588.0, 3598.0, 3588.0, 3597.0, 3588.0, 3598.0, 3587.0, 3577.0, 3599.0, 3588.0, 3600.0, 3600.0, 3612.0, 3601.0, 3601.0, 3611.0, 3612.0, 3612.0, 3612.0, 3590.0, 3601.0, 3601.0, 3591.0, 3611.0, 3611.0, 3601.0, 3601.0, 3600.0, 3600.0, 3599.0, 3601.0, 3606.0, 3600.0, 3599.0, 3600.0, 3598.0, 3599.0, 3599.0, 3600.0, 3599.0, 3589.0, 3588.0, 3599.0, 3599.0, 3599.0, 3600.0, 3600.0, 3601.0, 3611.0, 3612.0, 3621.0, 3601.0, 3621.0, 3612.0, 3632.0, 3589.0, 3619.0, 3588.0, 3609.0, 3599.0, 3619.0, 3599.0, 3587.0, 3598.0, 3609.0, 3610.0, 3609.0, 3589.0, 3612.0, 3611.0, 3602.0, 3611.0, 3611.0, 3597.0, 3587.0, 3596.0, 3586.0, 3618.0, 3586.0, 3606.0, 3585.0, 3605.0, 3574.0, 3584.0, 3586.0, 3585.0, 3586.0, 3580.0, 3597.0, 3576.0, 3598.0, 3588.0, 3601.0, 3611.0, 3601.0, 3618.0, 3602.0, 3622.0, 3613.0, 3622.0, 3612.0, 3621.0, 3602.0, 3621.0, 3612.0, 3621.0, 3602.0, 3621.0, 3601.0, 3610.0, 3600.0, 3610.0, 3611.0, 3610.0, 3600.0, 3610.0, 3600.0, 3610.0, 3600.0, 3610.0, 3600.0, 3601.0, 3600.0, 3600.0, 3600.0, 3607.0, 3612.0, 3601.0, 3632.0, 3591.0, 3620.0, 3589.0, 3609.0, 3599.0, 3619.0, 3582.0, 3619.0, 3587.0, 3606.0, 3586.0, 3606.0, 3586.0, 3606.0, 3586.0, 3606.0, 3585.0, 3606.0, 3597.0, 3607.0, 3587.0, 3595.0, 3588.0, 3607.0, 3588.0, 3618.0, 3587.0, 3608.0, 3588.0, 3607.0, 3598.0, 3618.0, 3588.0, 3598.0, 3599.0, 3609.0, 3600.0, 3610.0, 3601.0, 3609.0, 3611.0, 3611.0, 3613.0, 3622.0, 3602.0, 3622.0, 3602.0, 3631.0, 3612.0, 3622.0, 3618.0, 3630.0, 3601.0, 3615.0, 3600.0, 3615.0, 3601.0, 3615.0, 3585.0, 3608.0, 3589.0, 3620.0, 3600.0, 3610.0, 3600.0, 3609.0, 3600.0, 3588.0, 3611.0, 3610.0, 3601.0, 3612.0, 3602.0, 3614.0, 3623.0, 3609.0, 3622.0, 3613.0, 3611.0, 3595.0, 3600.0, 3600.0, 3600.0, 3601.0, 3611.0, 3631.0, 3597.0, 3596.0, 3586.0, 3586.0, 3609.0, 3588.0, 3600.0, 3600.0, 3601.0, 3612.0, 3613.0, 3612.0, 3613.0, 3633.0, 3602.0, 3622.0, 3601.0, 3621.0, 3601.0, 3621.0, 3595.0, 3609.0, 3599.0, 3588.0, 3598.0, 3588.0, 3599.0, 3588.0, 3588.0, 3588.0, 3593.0, 3600.0, 3613.0, 3626.0, 3625.0, 3615.0, 3615.0, 3613.0, 3603.0, 3622.0, 3602.0, 3629.0, 3602.0, 3634.0, 3601.0, 3623.0, 3601.0, 3621.0, 3598.0, 3597.0, 3596.0, 3596.0, 3595.0, 3597.0, 3596.0, 3595.0, 3595.0, 3606.0, 3585.0, 3594.0, 3583.0, 3582.0, 3572.0, 3582.0, 3594.0, 3570.0, 3579.0, 3570.0, 3581.0, 3571.0, 3582.0, 3582.0, 3582.0, 3582.0, 3583.0, 3595.0, 3596.0, 3597.0, 3598.0, 3598.0, 3588.0, 3600.0, 3600.0, 3601.0, 3612.0, 3613.0, 3602.0, 3614.0, 3593.0, 3615.0, 3604.0, 3627.0, 3626.0, 3627.0, 3636.0, 3616.0, 3631.0, 3616.0, 3636.0, 3620.0, 3624.0, 3604.0, 3623.0, 3597.0, 3622.0, 3602.0, 3622.0, 3592.0, 3609.0, 3599.0, 3610.0, 3613.0, 3622.0, 3612.0, 3611.0, 3612.0, 3591.0, 3613.0, 3600.0, 3612.0, 3610.0, 3612.0, 3610.0, 3613.0, 3600.0, 3613.0, 3610.0, 3602.0, 3611.0, 3602.0, 3600.0, 3612.0, 3612.0, 3602.0, 3623.0, 3634.0, 3624.0, 3613.0, 3614.0, 3624.0, 3613.0, 3613.0, 3612.0, 3612.0, 3611.0, 3613.0, 3623.0, 3624.0, 3612.0, 3591.0, 3613.0, 3600.0, 3623.0, 3623.0, 3625.0, 3624.0, 3614.0, 3623.0, 3613.0, 3623.0, 3614.0, 3623.0, 3614.0, 3612.0, 3602.0, 3622.0, 3614.0, 3600.0, 3614.0, 3612.0, 3602.0, 3602.0, 3602.0, 3612.0, 3624.0, 3612.0, 3613.0, 3613.0, 3611.0, 3612.0, 3612.0, 3612.0, 3624.0, 3611.0, 3611.0, 3611.0, 3611.0, 3611.0, 3611.0, 3611.0, 3600.0, 3599.0, 3601.0, 3611.0, 3600.0, 3600.0, 3590.0, 3611.0, 3601.0, 3611.0, 3612.0, 3612.0, 3612.0, 3622.0, 3600.0, 3623.0, 3633.0, 3623.0, 3612.0, 3613.0, 3623.0, 3613.0, 3612.0, 3611.0, 3599.0, 3609.0, 3609.0, 3605.0, 3598.0, 3609.0, 3597.0, 3597.0, 3596.0, 3597.0, 3597.0, 3607.0, 3598.0, 3598.0, 3597.0, 3599.0, 3599.0, 3612.0, 3610.0, 3611.0, 3600.0, 3600.0, 3600.0, 3613.0, 3601.0, 3614.0, 3624.0, 3614.0, 3603.0, 3615.0, 3614.0, 3636.0, 3626.0, 3626.0, 3625.0, 3625.0, 3624.0, 3630.0, 3625.0, 3635.0, 3615.0, 3634.0, 3612.0, 3622.0, 3623.0, 3612.0, 3637.0, 3624.0, 3625.0, 3613.0, 3612.0, 3611.0, 3612.0, 3612.0, 3633.0, 3599.0, 3607.0, 3599.0, 3597.0, 3587.0, 3598.0, 3609.0, 3609.0, 3598.0, 3610.0, 3599.0, 3611.0, 3612.0, 3614.0, 3613.0, 3623.0, 3625.0, 3624.0, 3613.0, 3602.0, 3612.0, 3606.0, 3610.0, 3611.0, 3621.0, 3611.0, 3615.0, 3600.0, 3620.0, 3600.0, 3609.0, 3600.0, 3610.0, 3612.0, 3620.0, 3611.0, 3615.0, 3612.0, 3620.0, 3612.0, 3611.0, 3613.0, 3612.0, 3625.0, 3613.0, 3614.0, 3612.0, 3602.0, 3613.0, 3625.0, 3625.0, 3625.0, 3614.0, 3625.0, 3614.0, 3635.0, 3624.0, 3623.0, 3611.0, 3610.0, 3610.0, 3599.0, 3609.0], 'WindowWidth': [8245.0, 8180.0, 8159.0, 8136.0, 8149.0, 8128.0, 8146.0, 8129.0, 8144.0, 8130.0, 8146.0, 8131.0, 8146.0, 8147.0, 8149.0, 8147.0, 8123.0, 8147.0, 8144.0, 8147.0, 8147.0, 8161.0, 8146.0, 8164.0, 8148.0, 8162.0, 8150.0, 8167.0, 8152.0, 8153.0, 8142.0, 8172.0, 8201.0, 8205.0, 8158.0, 8190.0, 8175.0, 8190.0, 8175.0, 8190.0, 8172.0, 8169.0, 8169.0, 8199.0, 8156.0, 8165.0, 8132.0, 8146.0, 8130.0, 8147.0, 8146.0, 8163.0, 8145.0, 8163.0, 8147.0, 8166.0, 8152.0, 8159.0, 8155.0, 8172.0, 8140.0, 8170.0, 8137.0, 8171.0, 8170.0, 8172.0, 8181.0, 8169.0, 8181.0, 8172.0, 8182.0, 8173.0, 8182.0, 8170.0, 8178.0, 8171.0, 8182.0, 8172.0, 8182.0, 8171.0, 8166.0, 8172.0, 8196.0, 8175.0, 8202.0, 8187.0, 8168.0, 8187.0, 8182.0, 8170.0, 8180.0, 8153.0, 8177.0, 8165.0, 8174.0, 8152.0, 8176.0, 8145.0, 8176.0, 8167.0, 8176.0, 8165.0, 8175.0, 8164.0, 8177.0, 8151.0, 8174.0, 8149.0, 8175.0, 8150.0, 8176.0, 8154.0, 8139.0, 8153.0, 8174.0, 8148.0, 8122.0, 8163.0, 8146.0, 8148.0, 8160.0, 8128.0, 8126.0, 8128.0, 8142.0, 8130.0, 8145.0, 8143.0, 8143.0, 8112.0, 8148.0, 8133.0, 8164.0, 8147.0, 8167.0, 8136.0, 8169.0, 8135.0, 8187.0, 8173.0, 8190.0, 8168.0, 8215.0, 8171.0, 8171.0, 8173.0, 8187.0, 8160.0, 8213.0, 8181.0, 8174.0, 8142.0, 8138.0, 8146.0, 8146.0, 8133.0, 8127.0, 8145.0, 8133.0, 8149.0, 8151.0, 8151.0, 8150.0, 8151.0, 8152.0, 8178.0, 8174.0, 8174.0, 8156.0, 8172.0, 8158.0, 8173.0, 8175.0, 8175.0, 8177.0, 8190.0, 8176.0, 8188.0, 8191.0, 8185.0, 8160.0, 8139.0, 8200.0, 8170.0, 8171.0, 8155.0, 8168.0, 8155.0, 8195.0, 8151.0, 8173.0, 8131.0, 8154.0, 8142.0, 8178.0, 8148.0, 8170.0, 8128.0, 8151.0, 8128.0, 8151.0, 8140.0, 8125.0, 8147.0, 8129.0, 8149.0, 8162.0, 8141.0, 8168.0, 8179.0, 8189.0, 8179.0, 8190.0, 8183.0, 8209.0, 8183.0, 8206.0, 8197.0, 8192.0, 8200.0, 8196.0, 8182.0, 8188.0, 8192.0, 8175.0, 8174.0, 8154.0, 8156.0, 8153.0, 8169.0, 8175.0, 8174.0, 8150.0, 8151.0, 8149.0, 8151.0, 8164.0, 8165.0, 8130.0, 8144.0, 8129.0, 8127.0, 8143.0, 8145.0, 8145.0, 8169.0, 8129.0, 8141.0, 8129.0, 8141.0, 8144.0, 8170.0, 8130.0, 8168.0, 8129.0, 8153.0, 8129.0, 8169.0, 8144.0, 8152.0, 8128.0, 8153.0, 8149.0, 8153.0, 8125.0, 8137.0, 8127.0, 8137.0, 8127.0, 8138.0, 8144.0, 8126.0, 8145.0, 8144.0, 8147.0, 8144.0, 8152.0, 8159.0, 8152.0, 8163.0, 8169.0, 8162.0, 8168.0, 8165.0, 8156.0, 8179.0, 8169.0, 8180.0, 8184.0, 8175.0, 8149.0, 8173.0, 8132.0, 8159.0, 8135.0, 8156.0, 8132.0, 8156.0, 8128.0, 8146.0, 8161.0, 8173.0, 8162.0, 8178.0, 8150.0, 8171.0, 8162.0, 8129.0, 8147.0, 8145.0, 8154.0, 8167.0, 8154.0, 8174.0, 8175.0, 8179.0, 8171.0, 8161.0, 8172.0, 8157.0, 8152.0, 8170.0, 8167.0, 8166.0, 8146.0, 8132.0, 8143.0, 8131.0, 8143.0, 8132.0, 8143.0, 8129.0, 8106.0, 8147.0, 8131.0, 8152.0, 8153.0, 8170.0, 8154.0, 8156.0, 8167.0, 8173.0, 8171.0, 8172.0, 8139.0, 8155.0, 8155.0, 8135.0, 8168.0, 8170.0, 8154.0, 8155.0, 8151.0, 8153.0, 8149.0, 8154.0, 8158.0, 8152.0, 8147.0, 8150.0, 8145.0, 8150.0, 8148.0, 8150.0, 8147.0, 8134.0, 8132.0, 8150.0, 8147.0, 8150.0, 8151.0, 8153.0, 8154.0, 8167.0, 8171.0, 8180.0, 8149.0, 8180.0, 8171.0, 8197.0, 8137.0, 8174.0, 8132.0, 8161.0, 8149.0, 8171.0, 8147.0, 8129.0, 8145.0, 8159.0, 8162.0, 8162.0, 8138.0, 8171.0, 8168.0, 8159.0, 8167.0, 8166.0, 8143.0, 8128.0, 8138.0, 8126.0, 8170.0, 8125.0, 8150.0, 8121.0, 8146.0, 8107.0, 8120.0, 8125.0, 8121.0, 8126.0, 8111.0, 8143.0, 8113.0, 8148.0, 8134.0, 8155.0, 8167.0, 8156.0, 8175.0, 8159.0, 8185.0, 8175.0, 8184.0, 8174.0, 8182.0, 8157.0, 8181.0, 8171.0, 8182.0, 8160.0, 8181.0, 8156.0, 8164.0, 8153.0, 8165.0, 8169.0, 8166.0, 8153.0, 8163.0, 8151.0, 8165.0, 8153.0, 8166.0, 8152.0, 8154.0, 8154.0, 8153.0, 8153.0, 8160.0, 8171.0, 8157.0, 8196.0, 8133.0, 8179.0, 8137.0, 8161.0, 8149.0, 8174.0, 8120.0, 8173.0, 8129.0, 8152.0, 8125.0, 8150.0, 8126.0, 8151.0, 8124.0, 8150.0, 8124.0, 8149.0, 8142.0, 8154.0, 8129.0, 8138.0, 8131.0, 8156.0, 8132.0, 8172.0, 8131.0, 8157.0, 8133.0, 8156.0, 8146.0, 8170.0, 8132.0, 8144.0, 8149.0, 8160.0, 8150.0, 8163.0, 8155.0, 8162.0, 8169.0, 8169.0, 8174.0, 8183.0, 8158.0, 8184.0, 8159.0, 8194.0, 8173.0, 8184.0, 8176.0, 8192.0, 8154.0, 8167.0, 8152.0, 8167.0, 8156.0, 8165.0, 8127.0, 8159.0, 8137.0, 8176.0, 8153.0, 8163.0, 8152.0, 8162.0, 8151.0, 8134.0, 8166.0, 8164.0, 8146.0, 8171.0, 8160.0, 8179.0, 8189.0, 8167.0, 8183.0, 8173.0, 8167.0, 8142.0, 8151.0, 8151.0, 8151.0, 8154.0, 8167.0, 8195.0, 8139.0, 8136.0, 8126.0, 8127.0, 8162.0, 8134.0, 8152.0, 8152.0, 8157.0, 8172.0, 8176.0, 8173.0, 8177.0, 8201.0, 8159.0, 8183.0, 8156.0, 8180.0, 8154.0, 8181.0, 8140.0, 8160.0, 8147.0, 8132.0, 8144.0, 8133.0, 8147.0, 8133.0, 8132.0, 8134.0, 8135.0, 8155.0, 8173.0, 8198.0, 8193.0, 8185.0, 8183.0, 8177.0, 8163.0, 8186.0, 8161.0, 8192.0, 8161.0, 8205.0, 8156.0, 8187.0, 8155.0, 8180.0, 8146.0, 8140.0, 8137.0, 8136.0, 8134.0, 8140.0, 8138.0, 8132.0, 8131.0, 8148.0, 8120.0, 8131.0, 8116.0, 8112.0, 8098.0, 8110.0, 8128.0, 8091.0, 8101.0, 8092.0, 8107.0, 8094.0, 8112.0, 8110.0, 8109.0, 8111.0, 8113.0, 8135.0, 8137.0, 8140.0, 8144.0, 8143.0, 8133.0, 8150.0, 8150.0, 8155.0, 8172.0, 8172.0, 8159.0, 8176.0, 8148.0, 8180.0, 8166.0, 8200.0, 8197.0, 8201.0, 8209.0, 8184.0, 8197.0, 8184.0, 8207.0, 8184.0, 8189.0, 8163.0, 8184.0, 8148.0, 8181.0, 8156.0, 8183.0, 8134.0, 8159.0, 8149.0, 8164.0, 8173.0, 8181.0, 8169.0, 8166.0, 8171.0, 8134.0, 8174.0, 8151.0, 8171.0, 8166.0, 8172.0, 8166.0, 8173.0, 8151.0, 8174.0, 8167.0, 8157.0, 8168.0, 8158.0, 8151.0, 8172.0, 8170.0, 8149.0, 8186.0, 8202.0, 8190.0, 8174.0, 8178.0, 8191.0, 8175.0, 8173.0, 8171.0, 8170.0, 8168.0, 8175.0, 8186.0, 8189.0, 8171.0, 8140.0, 8172.0, 8153.0, 8188.0, 8188.0, 8192.0, 8191.0, 8179.0, 8187.0, 8176.0, 8187.0, 8178.0, 8187.0, 8177.0, 8171.0, 8160.0, 8184.0, 8176.0, 8146.0, 8178.0, 8171.0, 8159.0, 8158.0, 8158.0, 8172.0, 8188.0, 8171.0, 8172.0, 8172.0, 8168.0, 8171.0, 8172.0, 8172.0, 8192.0, 8167.0, 8165.0, 8167.0, 8168.0, 8169.0, 8166.0, 8165.0, 8151.0, 8148.0, 8154.0, 8167.0, 8153.0, 8149.0, 8140.0, 8168.0, 8156.0, 8167.0, 8169.0, 8170.0, 8169.0, 8183.0, 8149.0, 8185.0, 8200.0, 8188.0, 8171.0, 8173.0, 8187.0, 8172.0, 8168.0, 8166.0, 8148.0, 8158.0, 8158.0, 8150.0, 8145.0, 8160.0, 8140.0, 8141.0, 8139.0, 8142.0, 8142.0, 8155.0, 8142.0, 8143.0, 8142.0, 8146.0, 8148.0, 8171.0, 8163.0, 8168.0, 8151.0, 8153.0, 8152.0, 8174.0, 8154.0, 8177.0, 8189.0, 8177.0, 8162.0, 8180.0, 8177.0, 8211.0, 8196.0, 8197.0, 8193.0, 8194.0, 8192.0, 8196.0, 8196.0, 8206.0, 8179.0, 8201.0, 8170.0, 8183.0, 8185.0, 8172.0, 8213.0, 8188.0, 8191.0, 8173.0, 8170.0, 8167.0, 8171.0, 8169.0, 8201.0, 8147.0, 8155.0, 8145.0, 8142.0, 8129.0, 8144.0, 8159.0, 8161.0, 8145.0, 8161.0, 8145.0, 8168.0, 8171.0, 8177.0, 8174.0, 8188.0, 8192.0, 8189.0, 8175.0, 8155.0, 8170.0, 8157.0, 8166.0, 8167.0, 8179.0, 8166.0, 8164.0, 8150.0, 8174.0, 8150.0, 8160.0, 8150.0, 8161.0, 8169.0, 8177.0, 8166.0, 8164.0, 8168.0, 8178.0, 8169.0, 8165.0, 8172.0, 8169.0, 8191.0, 8173.0, 8177.0, 8172.0, 8151.0, 8174.0, 8194.0, 8193.0, 8194.0, 8176.0, 8191.0, 8176.0, 8206.0, 8189.0, 8187.0, 8165.0, 8165.0, 8162.0, 8146.0, 8160.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.00035920780711825483</td></tr>
<tr><td colspan=3>aqi</td><td>0.028039988748564868</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.24501568591955</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1899894364597698</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997370324275861</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>5787.2046</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07997099724624125</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.722158438576349</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5235596832669756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4294064875329813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7450207527354236</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3962518095325223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125517</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017817595973610878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03364912047982216</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.8375229720963446</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.974</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5007</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.9852</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>310237.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>604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.09</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3863</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>412.107</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.1876</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.722</td></tr>
<tr><td colspan=3>tsnr</td><td>38.87239374965429</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>