ds005256-mriqc/sub-0016_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter aba5ac81ab [DATALAD RUNCMD] Compute MRIQC for sub-0016
=== 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-0016 --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-0016",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:54 +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-0016_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0016_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-04/func/sub-0016_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1355ba61ab9f46be441773268976403b</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>13:12:49.872500</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_VE11C_LATEST_20160120</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.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0934135</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>996c4e78-c313-4862-816f-5aa781c163b3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [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': ['131249.872500', '131250.332500', '131250.792500', '131251.252500', '131251.712500', '131252.172500', '131252.632500', '131253.092500', '131253.552500', '131254.012500', '131254.472500', '131254.932500', '131255.392500', '131255.852500', '131256.312500', '131256.772500', '131257.232500', '131257.692500', '131258.152500', '131258.612500', '131259.072500', '131259.532500', '131259.992500', '131300.452500', '131300.912500', '131301.372500', '131301.832500', '131302.292500', '131302.752500', '131303.212500', '131303.672500', '131304.132500', '131304.592500', '131305.052500', '131305.512500', '131305.972500', '131306.432500', '131306.892500', '131307.352500', '131307.812500', '131308.272500', '131308.732500', '131309.192500', '131309.652500', '131310.112500', '131310.572500', '131311.032500', '131311.492500', '131311.952500', '131312.412500', '131312.872500', '131313.332500', '131313.792500', '131314.252500', '131314.712500', '131315.172500', '131315.632500', '131316.092500', '131316.552500', '131317.012500', '131317.472500', '131317.932500', '131318.392500', '131318.852500', '131319.312500', '131319.772500', '131320.232500', '131320.692500', '131321.152500', '131321.612500', '131322.072500', '131322.532500', '131322.992500', '131323.452500', '131323.912500', '131324.372500', '131324.832500', '131325.292500', '131325.752500', '131326.212500', '131326.672500', '131327.132500', '131327.592500', '131328.052500', '131328.512500', '131328.972500', '131329.432500', '131329.892500', '131330.352500', '131330.812500', '131331.272500', '131331.732500', '131332.192500', '131332.652500', '131333.112500', '131333.572500', '131334.032500', '131334.492500', '131334.952500', '131335.412500', '131335.872500', '131336.332500', '131336.792500', '131337.252500', '131337.712500', '131338.172500', '131338.632500', '131339.092500', '131339.552500', '131340.012500', '131340.472500', '131340.932500', '131341.392500', '131341.852500', '131342.312500', '131342.772500', '131343.232500', '131343.692500', '131344.152500', '131344.612500', '131345.072500', '131345.532500', '131345.992500', '131346.452500', '131346.912500', '131347.372500', '131347.832500', '131348.292500', '131348.752500', '131349.212500', '131349.672500', '131350.132500', '131350.592500', '131351.052500', '131351.512500', '131351.972500', '131352.432500', '131352.892500', '131353.352500', '131353.812500', '131354.272500', '131354.732500', '131355.192500', '131355.652500', '131356.112500', '131356.572500', '131357.032500', '131357.492500', '131357.952500', '131358.412500', '131358.872500', '131359.332500', '131359.792500', '131400.252500', '131400.712500', '131401.172500', '131401.632500', '131402.092500', '131402.552500', '131403.012500', '131403.472500', '131403.932500', '131404.392500', '131404.852500', '131405.312500', '131405.772500', '131406.232500', '131406.692500', '131407.152500', '131407.612500', '131408.072500', '131408.532500', '131408.992500', '131409.452500', '131409.912500', '131410.372500', '131410.832500', '131411.292500', '131411.752500', '131412.212500', '131412.672500', '131413.132500', '131413.592500', '131414.052500', '131414.512500', '131414.972500', '131415.432500', '131415.892500', '131416.352500', '131416.812500', '131417.272500', '131417.732500', '131418.192500', '131418.652500', '131419.112500', '131419.572500', '131420.032500', '131420.492500', '131420.952500', '131421.412500', '131421.872500', '131422.332500', '131422.792500', '131423.252500', '131423.712500', '131424.172500', '131424.632500', '131425.092500', '131425.552500', '131426.012500', '131426.472500', '131426.932500', '131427.392500', '131427.852500', '131428.312500', '131428.772500', '131429.232500', '131429.692500', '131430.152500', '131430.612500', '131431.072500', '131431.532500', '131431.992500', '131432.452500', '131432.912500', '131433.372500', '131433.832500', '131434.292500', '131434.752500', '131435.212500', '131435.672500', '131436.132500', '131436.592500', '131437.052500', '131437.512500', '131437.972500', '131438.432500', '131438.892500', '131439.352500', '131439.812500', '131440.272500', '131440.732500', '131441.192500', '131441.652500', '131442.112500', '131442.572500', '131443.032500', '131443.492500', '131443.952500', '131444.412500', '131444.872500', '131445.332500', '131445.792500', '131446.252500', '131446.712500', '131447.172500', '131447.632500', '131448.092500', '131448.552500', '131449.012500', '131449.472500', '131449.932500', '131450.392500', '131450.852500', '131451.312500', '131451.772500', '131452.232500', '131452.692500', '131453.152500', '131453.612500', '131454.072500', '131454.532500', '131454.992500', '131455.452500', '131455.912500', '131456.372500', '131456.832500', '131457.292500', '131457.752500', '131458.212500', '131458.672500', '131459.132500', '131459.592500', '131500.052500', '131500.512500', '131500.972500', '131501.432500', '131501.892500', '131502.352500', '131502.812500', '131503.272500', '131503.732500', '131504.192500', '131504.652500', '131505.112500', '131505.572500', '131506.032500', '131506.492500', '131506.952500', '131507.412500', '131507.872500', '131508.332500', '131508.792500', '131509.252500', '131509.712500', '131510.172500', '131510.632500', '131511.092500', '131511.552500', '131512.012500', '131512.472500', '131512.932500', '131513.392500', '131513.852500', '131514.312500', '131514.772500', '131515.232500', '131515.692500', '131516.152500', '131516.612500', '131517.072500', '131517.532500', '131517.992500', '131518.452500', '131518.912500', '131519.372500', '131519.832500', '131520.292500', '131520.752500', '131521.212500', '131521.672500', '131522.132500', '131522.592500', '131523.052500', '131523.512500', '131523.972500', '131524.432500', '131524.892500', '131525.352500', '131525.812500', '131526.272500', '131526.732500', '131527.192500', '131527.652500', '131528.112500', '131528.572500', '131529.032500', '131529.492500', '131529.952500', '131530.412500', '131530.872500', '131531.332500', '131531.792500', '131532.252500', '131532.712500', '131533.172500', '131533.632500', '131534.092500', '131534.552500', '131535.012500', '131535.472500', '131535.932500', '131536.392500', '131536.852500', '131537.312500', '131537.772500', '131538.232500', '131538.692500', '131539.152500', '131539.612500', '131540.072500', '131540.532500', '131540.992500', '131541.452500', '131541.912500', '131542.372500', '131542.832500', '131543.292500', '131543.752500', '131544.212500', '131544.672500', '131545.132500', '131545.592500', '131546.052500', '131546.512500', '131546.972500', '131547.432500', '131547.892500', '131548.352500', '131548.812500', '131549.272500', '131549.732500', '131550.192500', '131550.652500', '131551.112500', '131551.572500', '131552.032500', '131552.492500', '131552.952500', '131553.412500', '131553.872500', '131554.332500', '131554.792500', '131555.252500', '131555.712500', '131556.172500', '131556.632500', '131557.092500', '131557.552500', '131558.012500', '131558.472500', '131558.932500', '131559.392500', '131559.852500', '131600.312500', '131600.772500', '131601.232500', '131601.692500', '131602.152500', '131602.612500', '131603.072500', '131603.532500', '131603.992500', '131604.452500', '131604.912500', '131605.372500', '131605.832500', '131606.292500', '131606.752500', '131607.212500', '131607.672500', '131608.132500', '131608.592500', '131609.052500', '131609.512500', '131609.972500', '131610.432500', '131610.892500', '131611.352500', '131611.812500', '131612.272500', '131612.732500', '131613.192500', '131613.652500', '131614.112500', '131614.572500', '131615.032500', '131615.492500', '131615.952500', '131616.412500', '131616.872500', '131617.332500', '131617.792500', '131618.252500', '131618.712500', '131619.172500', '131619.632500', '131620.092500', '131620.552500', '131621.012500', '131621.472500', '131621.932500', '131622.392500', '131622.852500', '131623.312500', '131623.772500', '131624.232500', '131624.692500', '131625.152500', '131625.612500', '131626.072500', '131626.532500', '131626.992500', '131627.452500', '131627.912500', '131628.372500', '131628.832500', '131629.292500', '131629.752500', '131630.212500', '131630.672500', '131631.132500', '131631.592500', '131632.052500', '131632.512500', '131632.972500', '131633.432500', '131633.892500', '131634.352500', '131634.812500', '131635.272500', '131635.732500', '131636.192500', '131636.652500', '131637.112500', '131637.572500', '131638.032500', '131638.492500', '131638.952500', '131639.412500', '131639.872500', '131640.332500', '131640.792500', '131641.252500', '131641.712500', '131642.172500', '131642.632500', '131643.092500', '131643.552500', '131644.012500', '131644.472500', '131644.932500', '131645.392500', '131645.852500', '131646.312500', '131646.772500', '131647.232500', '131647.692500', '131648.152500', '131648.612500', '131649.072500', '131649.532500', '131649.992500', '131650.452500', '131650.912500', '131651.372500', '131651.832500', '131652.292500', '131652.752500', '131653.212500', '131653.672500', '131654.132500', '131654.592500', '131655.052500', '131655.512500', '131655.972500', '131656.432500', '131656.892500', '131657.352500', '131657.812500', '131658.272500', '131658.732500', '131659.192500', '131659.652500', '131700.112500', '131700.572500', '131701.032500', '131701.492500', '131701.952500', '131702.412500', '131702.872500', '131703.332500', '131703.792500', '131704.252500', '131704.712500', '131705.172500', '131705.632500', '131706.092500', '131706.552500', '131707.012500', '131707.472500', '131707.932500', '131708.392500', '131708.852500', '131709.312500', '131709.772500', '131710.232500', '131710.692500', '131711.152500', '131711.612500', '131712.072500', '131712.532500', '131712.992500', '131713.452500', '131713.912500', '131714.372500', '131714.832500', '131715.292500', '131715.752500', '131716.212500', '131716.672500', '131717.132500', '131717.592500', '131718.052500', '131718.512500', '131718.972500', '131719.432500', '131719.892500', '131720.352500', '131720.812500', '131721.272500', '131721.732500', '131722.192500', '131722.652500', '131723.112500', '131723.572500', '131724.032500', '131724.492500', '131724.952500', '131725.412500', '131725.872500', '131726.332500', '131726.792500', '131727.252500', '131727.712500', '131728.172500', '131728.632500', '131729.092500', '131729.552500', '131730.012500', '131730.472500', '131730.932500', '131731.392500', '131731.852500', '131732.312500', '131732.772500', '131733.232500', '131733.692500', '131734.152500', '131734.612500', '131735.072500', '131735.532500', '131735.992500', '131736.452500', '131736.912500', '131737.372500', '131737.832500', '131738.292500', '131738.752500', '131739.212500', '131739.672500', '131740.132500', '131740.592500', '131741.052500', '131741.512500', '131741.972500', '131742.432500', '131742.892500', '131743.352500', '131743.812500', '131744.272500', '131744.732500', '131745.192500', '131745.652500', '131746.112500', '131746.572500', '131747.032500', '131747.492500', '131747.952500', '131748.412500', '131748.872500', '131749.332500', '131749.792500', '131750.252500', '131750.712500', '131751.172500', '131751.632500', '131752.092500', '131752.552500', '131753.012500', '131753.472500', '131753.932500', '131754.392500', '131754.852500', '131755.312500', '131755.772500', '131756.232500', '131756.692500', '131757.152500', '131757.612500', '131758.072500', '131758.532500', '131758.992500', '131759.452500', '131759.912500', '131800.372500', '131800.832500', '131801.292500', '131801.752500', '131802.212500', '131802.672500', '131803.132500', '131803.592500', '131804.052500', '131804.512500', '131804.972500', '131805.432500', '131805.892500', '131806.352500', '131806.812500', '131807.272500', '131807.732500', '131808.192500', '131808.652500', '131809.112500', '131809.572500', '131810.032500', '131810.492500', '131810.952500', '131811.412500', '131811.872500', '131812.332500', '131812.792500', '131813.252500', '131813.712500', '131814.172500', '131814.632500', '131815.092500', '131815.552500', '131816.012500', '131816.472500', '131816.932500', '131817.392500', '131817.852500', '131818.312500', '131818.772500', '131819.232500', '131819.692500', '131820.152500', '131820.612500', '131821.072500', '131821.532500', '131821.992500', '131822.452500', '131822.912500', '131823.372500', '131823.832500', '131824.292500', '131824.752500', '131825.212500', '131825.672500', '131826.132500', '131826.592500', '131827.052500', '131827.512500', '131827.972500', '131828.432500', '131828.892500', '131829.352500', '131829.812500', '131830.272500', '131830.732500', '131831.192500', '131831.652500', '131832.112500', '131832.572500', '131833.032500', '131833.492500', '131833.952500', '131834.412500', '131834.872500', '131835.332500', '131835.792500', '131836.252500', '131836.712500', '131837.172500', '131837.632500', '131838.092500', '131838.552500', '131839.012500', '131839.472500', '131839.932500', '131840.392500', '131840.852500', '131841.312500', '131841.772500', '131842.232500', '131842.692500', '131843.152500', '131843.612500', '131844.072500', '131844.532500', '131844.992500', '131845.452500', '131845.912500', '131846.372500', '131846.832500', '131847.292500', '131847.752500', '131848.212500', '131848.672500', '131849.132500', '131849.592500', '131850.052500', '131850.512500', '131850.972500', '131851.432500', '131851.892500', '131852.352500', '131852.812500', '131853.272500', '131853.732500', '131854.192500', '131854.652500', '131855.112500', '131855.572500', '131856.032500', '131856.492500', '131856.952500', '131857.412500', '131857.872500', '131858.332500', '131858.792500', '131859.252500', '131859.712500', '131900.172500', '131900.632500', '131901.092500', '131901.552500', '131902.012500', '131902.472500', '131902.932500', '131903.392500', '131903.852500', '131904.312500', '131904.772500', '131905.232500', '131905.692500', '131906.152500', '131906.612500', '131907.072500', '131907.532500', '131907.992500', '131908.452500', '131908.912500', '131909.372500', '131909.832500', '131910.292500', '131910.752500', '131911.212500', '131911.672500', '131912.132500', '131912.592500', '131913.052500', '131913.512500', '131913.972500', '131914.432500', '131914.892500', '131915.352500', '131915.812500', '131916.272500', '131916.732500', '131917.192500', '131917.652500', '131918.112500', '131918.572500', '131919.032500', '131919.492500', '131919.952500', '131920.412500', '131920.872500', '131921.332500', '131921.792500', '131922.252500', '131922.712500', '131923.172500', '131923.632500', '131924.092500', '131924.552500', '131925.012500', '131925.472500', '131925.932500', '131926.392500', '131926.852500', '131927.312500', '131927.772500', '131928.232500', '131928.692500', '131929.152500', '131929.612500', '131930.072500', '131930.532500'], 'ContentTime': ['131305.603000', '131305.607000', '131305.610000', '131305.613000', '131305.616000', '131305.619000', '131305.622000', '131305.625000', '131305.628000', '131305.631000', '131305.637000', '131305.640000', '131305.643000', '131305.646000', '131305.649000', '131305.676000', '131305.679000', '131305.682000', '131305.685000', '131305.693000', '131305.696000', '131305.699000', '131305.702000', '131305.705000', '131305.708000', '131305.717000', '131305.719000', '131305.723000', '131305.726000', '131305.729000', '131305.732000', '131325.574000', '131325.577000', '131325.580000', '131325.583000', '131325.586000', '131325.588000', '131325.591000', '131325.594000', '131325.597000', '131325.600000', '131325.603000', '131325.606000', '131325.609000', '131325.611000', '131325.614000', '131325.617000', '131325.620000', '131325.623000', '131325.626000', '131325.628000', '131325.631000', '131325.634000', '131325.637000', '131325.640000', '131325.657000', '131325.660000', '131325.669000', '131325.672000', '131325.675000', '131325.678000', '131325.680000', '131325.683000', '131325.686000', '131325.689000', '131325.692000', '131325.695000', '131325.697000', '131325.700000', '131325.703000', '131325.706000', '131325.709000', '131325.712000', '131325.715000', '131325.717000', '131345.574000', '131345.578000', '131345.581000', '131345.584000', '131345.587000', '131345.590000', '131345.593000', '131345.596000', '131345.599000', '131345.602000', '131345.605000', '131345.608000', '131345.621000', '131345.624000', '131345.627000', '131345.630000', '131345.633000', '131345.636000', '131345.639000', '131345.642000', '131345.645000', '131345.648000', '131345.651000', '131345.654000', '131345.657000', '131345.659000', '131345.662000', '131345.665000', '131345.668000', '131345.671000', '131345.674000', '131345.676000', '131345.679000', '131345.682000', '131345.685000', '131345.688000', '131345.691000', '131345.694000', '131345.697000', '131345.700000', '131345.702000', '131345.705000', '131345.708000', '131405.574000', '131405.577000', '131405.580000', '131405.583000', '131405.586000', '131405.589000', '131405.591000', '131405.594000', '131405.597000', '131405.600000', '131405.603000', '131405.606000', '131405.609000', '131405.612000', '131405.615000', '131405.617000', '131405.620000', '131405.623000', '131405.626000', '131405.629000', '131405.632000', '131405.635000', '131405.638000', '131405.641000', '131405.644000', '131405.647000', '131405.649000', '131405.652000', '131405.655000', '131405.658000', '131405.661000', '131405.664000', '131405.667000', '131405.670000', '131405.672000', '131405.675000', '131405.678000', '131405.681000', '131405.684000', '131405.687000', '131405.690000', '131405.693000', '131405.696000', '131405.698000', '131425.573000', '131425.576000', '131425.579000', '131425.582000', '131425.585000', '131425.588000', '131425.590000', '131425.593000', '131425.596000', '131425.599000', '131425.602000', '131425.605000', '131425.608000', '131425.611000', '131425.614000', '131425.616000', '131425.619000', '131425.622000', '131425.625000', '131425.628000', '131425.631000', '131425.634000', '131425.637000', '131425.640000', '131425.643000', '131425.645000', '131425.648000', '131425.651000', '131425.654000', '131425.657000', '131425.662000', '131425.665000', '131425.668000', '131425.671000', '131425.674000', '131425.677000', '131425.680000', '131425.683000', '131425.686000', '131425.689000', '131425.691000', '131425.694000', '131425.697000', '131445.573000', '131445.576000', '131445.579000', '131445.582000', '131445.585000', '131445.587000', '131445.590000', '131445.593000', '131445.596000', '131445.599000', '131445.602000', '131445.605000', '131445.608000', '131445.610000', '131445.613000', '131445.616000', '131445.619000', '131445.622000', '131445.625000', '131445.628000', '131445.631000', '131445.634000', '131445.637000', '131445.640000', '131445.642000', '131445.645000', '131445.648000', '131445.651000', '131445.654000', '131445.657000', '131445.660000', '131445.663000', '131445.666000', '131445.669000', '131445.671000', '131445.674000', '131445.677000', '131445.680000', '131445.683000', '131445.686000', '131445.689000', '131445.692000', '131445.695000', '131445.697000', '131505.573000', '131505.576000', '131505.579000', '131505.582000', '131505.585000', '131505.588000', '131505.591000', '131505.593000', '131505.596000', '131505.599000', '131505.602000', '131505.605000', '131505.608000', '131505.611000', '131505.615000', '131505.618000', '131505.621000', '131505.624000', '131505.627000', '131505.646000', '131505.649000', '131505.652000', '131505.655000', '131505.658000', '131505.661000', '131505.664000', '131505.666000', '131505.670000', '131505.673000', '131505.676000', '131505.679000', '131505.682000', '131505.685000', '131505.688000', '131505.691000', '131505.693000', '131505.696000', '131505.699000', '131505.702000', '131505.705000', '131505.708000', '131505.711000', '131505.714000', '131525.574000', '131525.577000', '131525.580000', '131525.583000', '131525.586000', '131525.589000', '131525.592000', '131525.594000', '131525.597000', '131525.600000', '131525.603000', '131525.606000', '131525.609000', '131525.612000', '131525.615000', '131525.618000', '131525.621000', '131525.624000', '131525.627000', '131525.630000', '131525.633000', '131525.635000', '131525.638000', '131525.641000', '131525.644000', '131525.647000', '131525.650000', '131525.653000', '131525.656000', '131525.659000', '131525.662000', '131525.665000', '131525.667000', '131525.670000', '131525.673000', '131525.676000', '131525.679000', '131525.682000', '131525.685000', '131525.688000', '131525.691000', '131525.694000', '131525.697000', '131525.700000', '131545.574000', '131545.577000', '131545.580000', '131545.583000', '131545.586000', '131545.589000', '131545.591000', '131545.594000', '131545.597000', '131545.600000', '131545.603000', '131545.606000', '131545.609000', '131545.612000', '131545.615000', '131545.618000', '131545.621000', '131545.624000', '131545.626000', '131545.629000', '131545.632000', '131545.635000', '131545.638000', '131545.641000', '131545.644000', '131545.647000', '131545.650000', '131545.653000', '131545.655000', '131545.658000', '131545.661000', '131545.664000', '131545.667000', '131545.670000', '131545.673000', '131545.676000', '131545.679000', '131545.681000', '131545.684000', '131545.687000', '131545.690000', '131545.693000', '131545.696000', '131605.574000', '131605.577000', '131605.580000', '131605.583000', '131605.586000', '131605.589000', '131605.592000', '131605.595000', '131605.598000', '131605.601000', '131605.604000', '131605.607000', '131605.610000', '131605.613000', '131605.616000', '131605.619000', '131605.622000', '131605.625000', '131605.628000', '131605.630000', '131605.633000', '131605.636000', '131605.639000', '131605.642000', '131605.645000', '131605.648000', '131605.651000', '131605.654000', '131605.657000', '131605.659000', '131605.662000', '131605.665000', '131605.668000', '131605.671000', '131605.674000', '131605.677000', '131605.680000', '131605.683000', '131605.686000', '131605.688000', '131605.691000', '131605.694000', '131605.697000', '131605.700000', '131625.574000', '131625.577000', '131625.580000', '131625.583000', '131625.586000', '131625.589000', '131625.592000', '131625.595000', '131625.597000', '131625.600000', '131625.603000', '131625.606000', '131625.609000', '131625.612000', '131625.615000', '131625.618000', '131625.621000', '131625.624000', '131625.627000', '131625.629000', '131625.632000', '131625.635000', '131625.638000', '131625.641000', '131625.644000', '131625.647000', '131625.650000', '131625.654000', '131625.657000', '131625.660000', '131625.663000', '131625.666000', '131625.669000', '131625.672000', '131625.674000', '131625.677000', '131625.680000', '131625.683000', '131625.686000', '131625.689000', '131625.692000', '131625.695000', '131625.698000', '131645.573000', '131645.591000', '131645.594000', '131645.597000', '131645.600000', '131645.603000', '131645.606000', '131645.608000', '131645.611000', '131645.614000', '131645.618000', '131645.621000', '131645.624000', '131645.627000', '131645.630000', '131645.633000', '131645.636000', '131645.639000', '131645.641000', '131645.644000', '131645.647000', '131645.650000', '131645.653000', '131645.656000', '131645.659000', '131645.662000', '131645.665000', '131645.668000', '131645.671000', '131645.673000', '131645.676000', '131645.679000', '131645.682000', '131645.685000', '131645.688000', '131645.691000', '131645.694000', '131645.697000', '131645.700000', '131645.702000', '131645.705000', '131645.708000', '131645.711000', '131645.714000', '131705.573000', '131705.576000', '131705.579000', '131705.582000', '131705.585000', '131705.588000', '131705.591000', '131705.594000', '131705.596000', '131705.599000', '131705.602000', '131705.605000', '131705.608000', '131705.611000', '131705.614000', '131705.617000', '131705.620000', '131705.623000', '131705.626000', '131705.628000', '131705.631000', '131705.634000', '131705.637000', '131705.640000', '131705.643000', '131705.646000', '131705.649000', '131705.651000', '131705.655000', '131705.657000', '131705.660000', '131705.663000', '131705.666000', '131705.669000', '131705.672000', '131705.675000', '131705.678000', '131705.681000', '131705.683000', '131705.686000', '131705.689000', '131705.692000', '131705.695000', '131725.573000', '131725.576000', '131725.579000', '131725.582000', '131725.585000', '131725.588000', '131725.591000', '131725.594000', '131725.596000', '131725.599000', '131725.602000', '131725.605000', '131725.608000', '131725.611000', '131725.614000', '131725.617000', '131725.620000', '131725.623000', '131725.625000', '131725.628000', '131725.631000', '131725.634000', '131725.637000', '131725.640000', '131725.643000', '131725.646000', '131725.649000', '131725.652000', '131725.655000', '131725.657000', '131725.660000', '131725.663000', '131725.666000', '131725.669000', '131725.672000', '131725.675000', '131725.678000', '131725.681000', '131725.683000', '131725.686000', '131725.689000', '131725.692000', '131725.695000', '131725.698000', '131745.574000', '131745.577000', '131745.580000', '131745.583000', '131745.586000', '131745.589000', '131745.592000', '131745.594000', '131745.597000', '131745.600000', '131745.603000', '131745.606000', '131745.609000', '131745.612000', '131745.615000', '131745.618000', '131745.621000', '131745.623000', '131745.626000', '131745.629000', '131745.632000', '131745.635000', '131745.638000', '131745.641000', '131745.644000', '131745.647000', '131745.650000', '131745.653000', '131745.655000', '131745.658000', '131745.661000', '131745.664000', '131745.667000', '131745.670000', '131745.673000', '131745.676000', '131745.679000', '131745.682000', '131745.684000', '131745.687000', '131745.691000', '131745.695000', '131745.698000', '131805.574000', '131805.577000', '131805.580000', '131805.583000', '131805.586000', '131805.589000', '131805.591000', '131805.594000', '131805.597000', '131805.600000', '131805.603000', '131805.606000', '131805.609000', '131805.612000', '131805.615000', '131805.618000', '131805.620000', '131805.623000', '131805.626000', '131805.629000', '131805.632000', '131805.635000', '131805.638000', '131805.641000', '131805.644000', '131805.647000', '131805.663000', '131805.666000', '131805.669000', '131805.672000', '131805.674000', '131805.677000', '131805.680000', '131805.683000', '131805.686000', '131805.689000', '131805.692000', '131805.695000', '131805.698000', '131805.701000', '131805.704000', '131805.706000', '131805.709000', '131805.712000', '131825.574000', '131825.577000', '131825.580000', '131825.583000', '131825.586000', '131825.589000', '131825.592000', '131825.595000', '131825.597000', '131825.600000', '131825.603000', '131825.606000', '131825.609000', '131825.612000', '131825.615000', '131825.618000', '131825.621000', '131825.623000', '131825.626000', '131825.629000', '131825.632000', '131825.635000', '131825.638000', '131825.641000', '131825.644000', '131825.647000', '131825.650000', '131825.652000', '131825.655000', '131825.658000', '131825.661000', '131825.664000', '131825.667000', '131825.670000', '131825.673000', '131825.676000', '131825.679000', '131825.681000', '131825.684000', '131825.687000', '131825.690000', '131825.693000', '131825.696000', '131845.574000', '131845.577000', '131845.580000', '131845.583000', '131845.586000', '131845.589000', '131845.592000', '131845.594000', '131845.597000', '131845.600000', '131845.603000', '131845.606000', '131845.609000', '131845.612000', '131845.615000', '131845.618000', '131845.621000', '131845.624000', '131845.626000', '131845.629000', '131845.632000', '131845.635000', '131845.638000', '131845.641000', '131845.644000', '131845.647000', '131845.650000', '131845.653000', '131845.656000', '131845.658000', '131845.661000', '131845.664000', '131845.667000', '131845.670000', '131845.673000', '131845.676000', '131845.679000', '131845.682000', '131845.684000', '131845.687000', '131845.690000', '131845.693000', '131845.696000', '131845.699000', '131905.573000', '131905.576000', '131905.579000', '131905.582000', '131905.585000', '131905.588000', '131905.591000', '131905.594000', '131905.596000', '131905.600000', '131905.602000', '131905.605000', '131905.608000', '131905.611000', '131905.614000', '131905.617000', '131905.620000', '131905.623000', '131905.626000', '131905.628000', '131905.631000', '131905.634000', '131905.637000', '131905.640000', '131905.643000', '131905.646000', '131905.649000', '131905.652000', '131905.655000', '131905.658000', '131905.660000', '131905.663000', '131905.666000', '131905.669000', '131905.672000', '131905.675000', '131905.678000', '131905.681000', '131905.684000', '131905.687000', '131905.689000', '131905.692000', '131905.695000', '131925.573000', '131925.577000', '131925.580000', '131925.583000', '131925.586000', '131925.589000', '131925.592000', '131925.595000', '131925.598000', '131925.601000', '131925.604000', '131925.607000', '131925.610000', '131925.612000', '131925.615000', '131925.618000', '131925.621000', '131925.624000', '131925.627000', '131925.630000', '131925.633000', '131925.636000', '131925.638000', '131925.641000', '131925.644000', '131925.647000', '131925.650000', '131925.653000', '131925.656000', '131925.659000', '131925.662000', '131925.665000', '131925.668000', '131925.670000', '131925.673000', '131925.676000', '131925.679000', '131925.693000', '131925.696000', '131925.699000', '131925.702000', '131925.705000', '131925.708000', '131932.063000', '131932.067000', '131932.071000', '131932.074000', '131932.077000', '131932.080000', '131932.083000', '131932.086000', '131932.089000', '131932.093000', '131932.097000', '131932.101000', '131932.104000', '131932.107000', '131932.109000'], 'InstanceCreationTime': ['131305.603000', '131305.607000', '131305.610000', '131305.613000', '131305.616000', '131305.619000', '131305.622000', '131305.625000', '131305.628000', '131305.631000', '131305.637000', '131305.640000', '131305.643000', '131305.646000', '131305.649000', '131305.676000', '131305.679000', '131305.682000', '131305.685000', '131305.693000', '131305.696000', '131305.699000', '131305.702000', '131305.705000', '131305.708000', '131305.717000', '131305.719000', '131305.723000', '131305.726000', '131305.729000', '131305.732000', '131325.574000', '131325.577000', '131325.580000', '131325.583000', '131325.586000', '131325.588000', '131325.591000', '131325.594000', '131325.597000', '131325.600000', '131325.603000', '131325.606000', '131325.609000', '131325.611000', '131325.614000', '131325.617000', '131325.620000', '131325.623000', '131325.626000', '131325.628000', '131325.631000', '131325.634000', '131325.637000', '131325.640000', '131325.657000', '131325.660000', '131325.669000', '131325.672000', '131325.675000', '131325.678000', '131325.680000', '131325.683000', '131325.686000', '131325.689000', '131325.692000', '131325.695000', '131325.697000', '131325.700000', '131325.703000', '131325.706000', '131325.709000', '131325.712000', '131325.715000', '131325.717000', '131345.574000', '131345.578000', '131345.581000', '131345.584000', '131345.587000', '131345.590000', '131345.593000', '131345.596000', '131345.599000', '131345.602000', '131345.605000', '131345.608000', '131345.621000', '131345.624000', '131345.627000', '131345.630000', '131345.633000', '131345.636000', '131345.639000', '131345.642000', '131345.645000', '131345.648000', '131345.651000', '131345.654000', '131345.657000', '131345.659000', '131345.662000', '131345.665000', '131345.668000', '131345.671000', '131345.674000', '131345.676000', '131345.679000', '131345.682000', '131345.685000', '131345.688000', '131345.691000', '131345.694000', '131345.697000', '131345.700000', '131345.702000', '131345.705000', '131345.708000', '131405.574000', '131405.577000', '131405.580000', '131405.583000', '131405.586000', '131405.589000', '131405.591000', '131405.594000', '131405.597000', '131405.600000', '131405.603000', '131405.606000', '131405.609000', '131405.612000', '131405.615000', '131405.617000', '131405.620000', '131405.623000', '131405.626000', '131405.629000', '131405.632000', '131405.635000', '131405.638000', '131405.641000', '131405.644000', '131405.647000', '131405.649000', '131405.652000', '131405.655000', '131405.658000', '131405.661000', '131405.664000', '131405.667000', '131405.670000', '131405.672000', '131405.675000', '131405.678000', '131405.681000', '131405.684000', '131405.687000', '131405.690000', '131405.693000', '131405.696000', '131405.698000', '131425.573000', '131425.576000', '131425.579000', '131425.582000', '131425.585000', '131425.588000', '131425.590000', '131425.593000', '131425.596000', '131425.599000', '131425.602000', '131425.605000', '131425.608000', '131425.611000', '131425.614000', '131425.616000', '131425.619000', '131425.622000', '131425.625000', '131425.628000', '131425.631000', '131425.634000', '131425.637000', '131425.640000', '131425.643000', '131425.645000', '131425.648000', '131425.651000', '131425.654000', '131425.657000', '131425.662000', '131425.665000', '131425.668000', '131425.671000', '131425.674000', '131425.677000', '131425.680000', '131425.683000', '131425.686000', '131425.689000', '131425.691000', '131425.694000', '131425.697000', '131445.573000', '131445.576000', '131445.579000', '131445.582000', '131445.585000', '131445.587000', '131445.590000', '131445.593000', '131445.596000', '131445.599000', '131445.602000', '131445.605000', '131445.608000', '131445.610000', '131445.613000', '131445.616000', '131445.619000', '131445.622000', '131445.625000', '131445.628000', '131445.631000', '131445.634000', '131445.637000', '131445.640000', '131445.642000', '131445.645000', '131445.648000', '131445.651000', '131445.654000', '131445.657000', '131445.660000', '131445.663000', '131445.666000', '131445.669000', '131445.671000', '131445.674000', '131445.677000', '131445.680000', '131445.683000', '131445.686000', '131445.689000', '131445.692000', '131445.695000', '131445.697000', '131505.573000', '131505.576000', '131505.579000', '131505.582000', '131505.585000', '131505.588000', '131505.591000', '131505.593000', '131505.596000', '131505.599000', '131505.602000', '131505.605000', '131505.608000', '131505.611000', '131505.615000', '131505.618000', '131505.621000', '131505.624000', '131505.627000', '131505.646000', '131505.649000', '131505.652000', '131505.655000', '131505.658000', '131505.661000', '131505.664000', '131505.666000', '131505.670000', '131505.673000', '131505.676000', '131505.679000', '131505.682000', '131505.685000', '131505.688000', '131505.691000', '131505.693000', '131505.696000', '131505.699000', '131505.702000', '131505.705000', '131505.708000', '131505.711000', '131505.714000', '131525.574000', '131525.577000', '131525.580000', '131525.583000', '131525.586000', '131525.589000', '131525.592000', '131525.594000', '131525.597000', '131525.600000', '131525.603000', '131525.606000', '131525.609000', '131525.612000', '131525.615000', '131525.618000', '131525.621000', '131525.624000', '131525.627000', '131525.630000', '131525.633000', '131525.635000', '131525.638000', '131525.641000', '131525.644000', '131525.647000', '131525.650000', '131525.653000', '131525.656000', '131525.659000', '131525.662000', '131525.665000', '131525.667000', '131525.670000', '131525.673000', '131525.676000', '131525.679000', '131525.682000', '131525.685000', '131525.688000', '131525.691000', '131525.694000', '131525.697000', '131525.700000', '131545.574000', '131545.577000', '131545.580000', '131545.583000', '131545.586000', '131545.589000', '131545.591000', '131545.594000', '131545.597000', '131545.600000', '131545.603000', '131545.606000', '131545.609000', '131545.612000', '131545.615000', '131545.618000', '131545.621000', '131545.624000', '131545.626000', '131545.629000', '131545.632000', '131545.635000', '131545.638000', '131545.641000', '131545.644000', '131545.647000', '131545.650000', '131545.653000', '131545.655000', '131545.658000', '131545.661000', '131545.664000', '131545.667000', '131545.670000', '131545.673000', '131545.676000', '131545.679000', '131545.681000', '131545.684000', '131545.687000', '131545.690000', '131545.693000', '131545.696000', '131605.574000', '131605.577000', '131605.580000', '131605.583000', '131605.586000', '131605.589000', '131605.592000', '131605.595000', '131605.598000', '131605.601000', '131605.604000', '131605.607000', '131605.610000', '131605.613000', '131605.616000', '131605.619000', '131605.622000', '131605.625000', '131605.628000', '131605.630000', '131605.633000', '131605.636000', '131605.639000', '131605.642000', '131605.645000', '131605.648000', '131605.651000', '131605.654000', '131605.657000', '131605.659000', '131605.662000', '131605.665000', '131605.668000', '131605.671000', '131605.674000', '131605.677000', '131605.680000', '131605.683000', '131605.686000', '131605.688000', '131605.691000', '131605.694000', '131605.697000', '131605.700000', '131625.574000', '131625.577000', '131625.580000', '131625.583000', '131625.586000', '131625.589000', '131625.592000', '131625.595000', '131625.597000', '131625.600000', '131625.603000', '131625.606000', '131625.609000', '131625.612000', '131625.615000', '131625.618000', '131625.621000', '131625.624000', '131625.627000', '131625.629000', '131625.632000', '131625.635000', '131625.638000', '131625.641000', '131625.644000', '131625.647000', '131625.650000', '131625.654000', '131625.657000', '131625.660000', '131625.663000', '131625.666000', '131625.669000', '131625.672000', '131625.674000', '131625.677000', '131625.680000', '131625.683000', '131625.686000', '131625.689000', '131625.692000', '131625.695000', '131625.698000', '131645.573000', '131645.591000', '131645.594000', '131645.597000', '131645.600000', '131645.603000', '131645.606000', '131645.608000', '131645.611000', '131645.614000', '131645.618000', '131645.621000', '131645.624000', '131645.627000', '131645.630000', '131645.633000', '131645.636000', '131645.639000', '131645.641000', '131645.644000', '131645.647000', '131645.650000', '131645.653000', '131645.656000', '131645.659000', '131645.662000', '131645.665000', '131645.668000', '131645.671000', '131645.673000', '131645.676000', '131645.679000', '131645.682000', '131645.685000', '131645.688000', '131645.691000', '131645.694000', '131645.697000', '131645.700000', '131645.702000', '131645.705000', '131645.708000', '131645.711000', '131645.714000', '131705.573000', '131705.576000', '131705.579000', '131705.582000', '131705.585000', '131705.588000', '131705.591000', '131705.594000', '131705.596000', '131705.599000', '131705.602000', '131705.605000', '131705.608000', '131705.611000', '131705.614000', '131705.617000', '131705.620000', '131705.623000', '131705.626000', '131705.628000', '131705.631000', '131705.634000', '131705.637000', '131705.640000', '131705.643000', '131705.646000', '131705.649000', '131705.651000', '131705.655000', '131705.657000', '131705.660000', '131705.663000', '131705.666000', '131705.669000', '131705.672000', '131705.675000', '131705.678000', '131705.681000', '131705.683000', '131705.686000', '131705.689000', '131705.692000', '131705.695000', '131725.573000', '131725.576000', '131725.579000', '131725.582000', '131725.585000', '131725.588000', '131725.591000', '131725.594000', '131725.596000', '131725.599000', '131725.602000', '131725.605000', '131725.608000', '131725.611000', '131725.614000', '131725.617000', '131725.620000', '131725.623000', '131725.625000', '131725.628000', '131725.631000', '131725.634000', '131725.637000', '131725.640000', '131725.643000', '131725.646000', '131725.649000', '131725.652000', '131725.655000', '131725.657000', '131725.660000', '131725.663000', '131725.666000', '131725.669000', '131725.672000', '131725.675000', '131725.678000', '131725.681000', '131725.683000', '131725.686000', '131725.689000', '131725.692000', '131725.695000', '131725.698000', '131745.574000', '131745.577000', '131745.580000', '131745.583000', '131745.586000', '131745.589000', '131745.592000', '131745.594000', '131745.597000', '131745.600000', '131745.603000', '131745.606000', '131745.609000', '131745.612000', '131745.615000', '131745.618000', '131745.621000', '131745.623000', '131745.626000', '131745.629000', '131745.632000', '131745.635000', '131745.638000', '131745.641000', '131745.644000', '131745.647000', '131745.650000', '131745.653000', '131745.655000', '131745.658000', '131745.661000', '131745.664000', '131745.667000', '131745.670000', '131745.673000', '131745.676000', '131745.679000', '131745.682000', '131745.684000', '131745.687000', '131745.691000', '131745.695000', '131745.698000', '131805.574000', '131805.577000', '131805.580000', '131805.583000', '131805.586000', '131805.589000', '131805.591000', '131805.594000', '131805.597000', '131805.600000', '131805.603000', '131805.606000', '131805.609000', '131805.612000', '131805.615000', '131805.618000', '131805.620000', '131805.623000', '131805.626000', '131805.629000', '131805.632000', '131805.635000', '131805.638000', '131805.641000', '131805.644000', '131805.647000', '131805.663000', '131805.666000', '131805.669000', '131805.672000', '131805.674000', '131805.677000', '131805.680000', '131805.683000', '131805.686000', '131805.689000', '131805.692000', '131805.695000', '131805.698000', '131805.701000', '131805.704000', '131805.706000', '131805.709000', '131805.712000', '131825.574000', '131825.577000', '131825.580000', '131825.583000', '131825.586000', '131825.589000', '131825.592000', '131825.595000', '131825.597000', '131825.600000', '131825.603000', '131825.606000', '131825.609000', '131825.612000', '131825.615000', '131825.618000', '131825.621000', '131825.623000', '131825.626000', '131825.629000', '131825.632000', '131825.635000', '131825.638000', '131825.641000', '131825.644000', '131825.647000', '131825.650000', '131825.652000', '131825.655000', '131825.658000', '131825.661000', '131825.664000', '131825.667000', '131825.670000', '131825.673000', '131825.676000', '131825.679000', '131825.681000', '131825.684000', '131825.687000', '131825.690000', '131825.693000', '131825.696000', '131845.574000', '131845.577000', '131845.580000', '131845.583000', '131845.586000', '131845.589000', '131845.592000', '131845.594000', '131845.597000', '131845.600000', '131845.603000', '131845.606000', '131845.609000', '131845.612000', '131845.615000', '131845.618000', '131845.621000', '131845.624000', '131845.626000', '131845.629000', '131845.632000', '131845.635000', '131845.638000', '131845.641000', '131845.644000', '131845.647000', '131845.650000', '131845.653000', '131845.656000', '131845.658000', '131845.661000', '131845.664000', '131845.667000', '131845.670000', '131845.673000', '131845.676000', '131845.679000', '131845.682000', '131845.684000', '131845.687000', '131845.690000', '131845.693000', '131845.696000', '131845.699000', '131905.573000', '131905.576000', '131905.579000', '131905.582000', '131905.585000', '131905.588000', '131905.591000', '131905.594000', '131905.596000', '131905.600000', '131905.602000', '131905.605000', '131905.608000', '131905.611000', '131905.614000', '131905.617000', '131905.620000', '131905.623000', '131905.626000', '131905.628000', '131905.631000', '131905.634000', '131905.637000', '131905.640000', '131905.643000', '131905.646000', '131905.649000', '131905.652000', '131905.655000', '131905.658000', '131905.660000', '131905.663000', '131905.666000', '131905.669000', '131905.672000', '131905.675000', '131905.678000', '131905.681000', '131905.684000', '131905.687000', '131905.689000', '131905.692000', '131905.695000', '131925.573000', '131925.577000', '131925.580000', '131925.583000', '131925.586000', '131925.589000', '131925.592000', '131925.595000', '131925.598000', '131925.601000', '131925.604000', '131925.607000', '131925.610000', '131925.612000', '131925.615000', '131925.618000', '131925.621000', '131925.624000', '131925.627000', '131925.630000', '131925.633000', '131925.636000', '131925.638000', '131925.641000', '131925.644000', '131925.647000', '131925.650000', '131925.653000', '131925.656000', '131925.659000', '131925.662000', '131925.665000', '131925.668000', '131925.670000', '131925.673000', '131925.676000', '131925.679000', '131925.693000', '131925.696000', '131925.699000', '131925.702000', '131925.705000', '131925.708000', '131932.063000', '131932.067000', '131932.071000', '131932.074000', '131932.077000', '131932.080000', '131932.083000', '131932.086000', '131932.089000', '131932.093000', '131932.097000', '131932.101000', '131932.104000', '131932.107000', '131932.109000'], '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': [10396, 7171, 10745, 7112, 10057, 6787, 10104, 6941, 9575, 7252, 9557, 7926, 8138, 7394, 7552, 7579, 8142, 7408, 8521, 6536, 8339, 6980, 8197, 7882, 7414, 11285, 7387, 11326, 7280, 10302, 7359, 10898, 7272, 8938, 7251, 10018, 7138, 9519, 7148, 9618, 6854, 9040, 6890, 7890, 8462, 7470, 7490, 7179, 8851, 7148, 9982, 7198, 10886, 7271, 10367, 7147, 9491, 6956, 8925, 6817, 8495, 6865, 7992, 7028, 8025, 6961, 7422, 7586, 7363, 10083, 7277, 10795, 7242, 10232, 7211, 9997, 7411, 10085, 7170, 9556, 7365, 9528, 7098, 9488, 6616, 8403, 6982, 7718, 7122, 7526, 6987, 7853, 7468, 8046, 7423, 7745, 7470, 7277, 10641, 7170, 10297, 7263, 9709, 7092, 9357, 7049, 9294, 6934, 9796, 7141, 9566, 7124, 9518, 7175, 9717, 6725, 9168, 6758, 8797, 7511, 9257, 7294, 8207, 7198, 7637, 7121, 7907, 6982, 7638, 7330, 7363, 11614, 7378, 10868, 7381, 10067, 7251, 9415, 7088, 9020, 6793, 8572, 7210, 7672, 7769, 7506, 7618, 7304, 10581, 7578, 11200, 7515, 10985, 7356, 10437, 7229, 10599, 7281, 9925, 7174, 9547, 6750, 8347, 6899, 7487, 7360, 7660, 9945, 7383, 10671, 7588, 9737, 7295, 11359, 7482, 10488, 7271, 9809, 6783, 9097, 7175, 8998, 7044, 8668, 6832, 8325, 6833, 8040, 7317, 7324, 7357, 7521, 9475, 7516, 10476, 7377, 8705, 7037, 7555, 7323, 7747, 7564, 8262, 7283, 11778, 7332, 10744, 7284, 10088, 7175, 9923, 7429, 9831, 7043, 8512, 6956, 7839, 7273, 7447, 7719, 7378, 9799, 7302, 11593, 7250, 10539, 7051, 9841, 7016, 9289, 7089, 9293, 7026, 8956, 6825, 8163, 6705, 7529, 7507, 7393, 11011, 7549, 11847, 7419, 11205, 7584, 10052, 7147, 9869, 6949, 8970, 6929, 8086, 6821, 7390, 7777, 7407, 10163, 7431, 11224, 7505, 11344, 7473, 10120, 7167, 9809, 7146, 9553, 6907, 8403, 7448, 7276, 9955, 7488, 11678, 7879, 12146, 7958, 11744, 7354, 11450, 7306, 9979, 7048, 7568, 7544, 7392, 10743, 7356, 11545, 7485, 11085, 7292, 9932, 7402, 9378, 8675, 7969, 10578, 7593, 10931, 7628, 11002, 7489, 11331, 7355, 11798, 7297, 12617, 7514, 9768, 7214, 9436, 7055, 7691, 7102, 7770, 6887, 7525, 6815, 7821, 6990, 7317, 6954, 7640, 6669, 8102, 7260, 8791, 7285, 9029, 7092, 9058, 6939, 8972, 6953, 8402, 7169, 7901, 6970, 8114, 6968, 7464, 7059, 7551, 8202, 7508, 10344, 7485, 10384, 7319, 10219, 7392, 9732, 7305, 8572, 7391, 10104, 7533, 9984, 7031, 9573, 7571, 7799, 10893, 7366, 11603, 7531, 10403, 7090, 9429, 7087, 9715, 7068, 7760, 7162, 7651, 7402, 8828, 7357, 10453, 7283, 9982, 6892, 9186, 8643, 7601, 12962, 7385, 10833, 7219, 10876, 7093, 11028, 7263, 7675, 7155, 7654, 7194, 10827, 7330, 10398, 7152, 9873, 7063, 12012, 8817, 11799, 7221, 7592, 7396, 6933, 13187, 8032, 12303, 8361, 11734, 7345, 10810, 7228, 9480, 7288, 9901, 7347, 10485, 7329, 11547, 7390, 8061, 7702, 6753, 7593, 6666, 8294, 7000, 8164, 7070, 7928, 7103, 7731, 6909, 7790, 6797, 7523, 6701, 8215, 7263, 10176, 7267, 9680, 7408, 10534, 7621, 10348, 7391, 9875, 7204, 9292, 6964, 8678, 6781, 8323, 6802, 7850, 6905, 8271, 7214, 10376, 7373, 11291, 7486, 10408, 7043, 9333, 7016, 8028, 7178, 7436, 7424, 7380, 7613, 7329, 7754, 7465, 7633, 7484, 7649, 7493, 7949, 7214, 7458, 7386, 10061, 7388, 11885, 7506, 11267, 7577, 12566, 7429, 10859, 7402, 11080, 7580, 10401, 7450, 10139, 7341, 9999, 7363, 9256, 7244, 8869, 7397, 9112, 6903, 9062, 7017, 7900, 6858, 7915, 7196, 7655, 7072, 7712, 7348, 8439, 7280, 9391, 7130, 9423, 8082, 9705, 9195, 7652, 11822, 7629, 11870, 7586, 11366, 7416, 11204, 7622, 11839, 7673, 10307, 7462, 9989, 7492, 9147, 7277, 9316, 7082, 9610, 7198, 9027, 6990, 7811, 7103, 7472, 7255, 7625, 7332, 7511, 7569, 7315, 7301, 7422, 9296, 7398, 12281, 7683, 11076, 7286, 10552, 7328, 10771, 7497, 10229, 7292, 9201, 7007, 8601, 7411, 7773, 9362, 7370, 11535, 7490, 12008, 7510, 11276, 7567, 7812, 7546, 7331, 7454, 9733, 7584, 11196, 7621, 10189, 7321, 9252, 6904, 8206, 7101, 7635, 10564, 7632, 11128, 7625, 12938, 7525, 10507, 7463, 9716, 7246, 9271, 7167, 8036, 7226, 7543, 7216, 7947, 7388, 8206, 7320, 8107, 7386, 7575, 7642, 7536, 9754, 7401, 12296, 7440, 11657, 7656, 11367, 7619, 12049, 7742, 11572, 7622, 11381, 7703, 10072, 7526, 9361, 6981, 8176, 7106, 8031, 7019, 7498, 6917, 7897, 7048, 8404, 7480, 8738, 7542, 8823, 7098, 8489, 7249, 7995, 7084, 7823, 8049, 7293, 8880, 7447, 9580, 7555, 9115, 7494, 7481, 7582, 8712, 7451, 10220, 7346, 11712, 7613, 9990, 7532, 10357, 7395, 11193, 7573, 9491, 7418, 10688, 7708, 9968, 7578, 9915, 7418, 9421, 7256, 9332, 7139, 9157, 7081, 9710, 7288, 10395, 8936, 7877, 12832, 7470, 11804, 7502, 9871, 7431, 8948, 7346, 10937, 7446, 7704, 7518, 10021, 7286, 8458, 7513, 7420, 10157, 7345, 10061, 7248, 9837, 7055, 9669, 7142, 9005, 9395, 8113, 11919, 7782, 13091, 7484, 12181, 7774, 12058, 7776, 12265, 7704, 11271, 7461, 10420, 7507, 10292, 7267, 8392, 7095, 7622, 8238, 7302, 12375, 7583, 11188, 7418, 10090, 7332, 9395, 7382, 9450, 7470, 9689, 7418, 9810, 7475, 9314, 7086, 8854, 7185, 7659, 8865, 7363, 10541, 7266, 11383, 7270, 10947, 7396, 10622, 7401, 11805, 7299, 10605, 7334, 10160, 7200, 9690, 6990, 8894, 6967, 8198, 6992, 8357, 7334, 8935, 7239, 10016, 7568, 9896, 7426, 9468, 7056, 9209, 6924, 8057, 6987, 7484, 7393, 7562, 7085, 7838, 7201, 7372, 6840, 7803, 7091, 8855, 7109, 8989, 7017, 7838, 7390, 7515, 8152, 7462, 9899, 7563, 9725, 7368, 8799, 7532, 11419, 7433, 10606, 7475, 9869, 7332, 9726, 7185, 8898, 7037, 8601, 7205, 8200, 7111, 8801, 7100, 7802, 11932, 7412, 11246, 7544, 10092, 7250, 9121, 6919, 7807, 6840, 8427, 7275, 8657, 7024, 9168], 'WindowCenter': [4050.0, 3996.0, 4032.0, 3968.0, 4006.0, 3953.0, 3991.0, 3940.0, 3980.0, 3949.0, 3969.0, 3947.0, 3947.0, 3949.0, 3959.0, 3948.0, 3945.0, 3935.0, 3956.0, 3926.0, 3957.0, 3935.0, 3958.0, 3946.0, 3947.0, 3986.0, 3948.0, 4001.0, 3948.0, 3978.0, 3946.0, 3976.0, 3935.0, 3956.0, 3949.0, 3991.0, 3948.0, 3978.0, 3949.0, 3978.0, 3938.0, 3969.0, 3951.0, 3972.0, 3969.0, 3947.0, 3935.0, 3950.0, 3967.0, 3949.0, 3977.0, 3949.0, 3989.0, 3949.0, 4002.0, 3962.0, 3991.0, 3949.0, 3968.0, 3936.0, 3956.0, 3936.0, 3956.0, 3937.0, 3959.0, 3937.0, 3949.0, 3947.0, 3949.0, 3989.0, 3949.0, 3989.0, 3948.0, 3991.0, 3960.0, 3990.0, 3947.0, 3977.0, 3937.0, 3978.0, 3949.0, 3980.0, 3948.0, 3978.0, 3936.0, 3969.0, 3961.0, 3961.0, 3962.0, 3960.0, 3948.0, 3958.0, 3960.0, 3970.0, 3959.0, 3960.0, 3948.0, 3960.0, 3989.0, 3951.0, 3990.0, 3962.0, 3992.0, 3963.0, 3981.0, 3950.0, 3979.0, 3950.0, 3991.0, 3962.0, 3992.0, 3963.0, 3994.0, 3963.0, 3993.0, 3951.0, 3981.0, 3952.0, 3995.0, 3964.0, 3980.0, 3948.0, 3959.0, 3937.0, 3959.0, 3937.0, 3959.0, 3949.0, 3960.0, 3948.0, 3950.0, 4000.0, 3948.0, 3989.0, 3949.0, 3979.0, 3948.0, 3968.0, 3937.0, 3966.0, 3936.0, 3967.0, 3946.0, 3957.0, 3946.0, 3948.0, 3958.0, 3949.0, 4002.0, 3971.0, 4001.0, 3959.0, 3989.0, 3947.0, 3976.0, 3947.0, 3988.0, 3950.0, 3979.0, 3939.0, 3978.0, 3939.0, 3969.0, 3940.0, 3950.0, 3950.0, 3972.0, 3991.0, 3949.0, 3978.0, 3947.0, 3977.0, 3962.0, 3989.0, 3949.0, 3990.0, 3948.0, 3992.0, 3951.0, 3982.0, 3950.0, 3968.0, 3947.0, 3967.0, 3938.0, 3968.0, 3938.0, 3973.0, 3949.0, 3951.0, 3947.0, 3960.0, 3991.0, 3961.0, 4002.0, 3961.0, 3981.0, 3951.0, 3958.0, 3962.0, 3960.0, 3974.0, 3983.0, 3963.0, 4012.0, 3961.0, 4001.0, 3961.0, 4003.0, 3952.0, 3991.0, 3948.0, 3977.0, 3935.0, 3954.0, 3923.0, 3946.0, 3934.0, 3949.0, 3944.0, 3937.0, 3964.0, 3945.0, 3986.0, 3948.0, 3989.0, 3936.0, 3976.0, 3935.0, 3965.0, 3935.0, 3965.0, 3936.0, 3966.0, 3927.0, 3958.0, 3925.0, 3947.0, 3946.0, 3948.0, 4000.0, 3959.0, 4000.0, 3949.0, 3986.0, 3946.0, 3975.0, 3937.0, 3977.0, 3949.0, 3978.0, 3948.0, 3960.0, 3939.0, 3961.0, 3973.0, 3974.0, 4004.0, 3962.0, 3999.0, 3950.0, 3988.0, 3949.0, 3990.0, 3951.0, 3990.0, 3950.0, 3980.0, 3948.0, 3971.0, 3948.0, 3962.0, 3993.0, 3961.0, 4001.0, 3959.0, 3998.0, 3958.0, 3987.0, 3948.0, 3986.0, 3935.0, 3966.0, 3923.0, 3947.0, 3944.0, 3948.0, 4000.0, 3960.0, 3999.0, 3948.0, 3989.0, 3947.0, 3966.0, 3934.0, 3954.0, 3941.0, 3932.0, 3963.0, 3931.0, 3974.0, 3944.0, 3974.0, 3932.0, 3973.0, 3921.0, 3970.0, 3921.0, 3972.0, 3922.0, 3952.0, 3931.0, 3953.0, 3922.0, 3932.0, 3922.0, 3945.0, 3934.0, 3945.0, 3937.0, 3959.0, 3948.0, 3947.0, 3938.0, 3959.0, 3939.0, 3959.0, 3950.0, 3970.0, 3960.0, 3979.0, 3949.0, 3983.0, 3951.0, 3981.0, 3952.0, 3959.0, 3938.0, 3947.0, 3936.0, 3957.0, 3936.0, 3949.0, 3936.0, 3959.0, 3958.0, 3962.0, 3989.0, 3959.0, 4003.0, 3973.0, 4003.0, 3961.0, 3990.0, 3961.0, 3980.0, 3963.0, 3992.0, 3961.0, 3993.0, 3950.0, 3981.0, 3948.0, 3960.0, 3988.0, 3947.0, 3988.0, 3960.0, 3990.0, 3950.0, 3980.0, 3950.0, 3980.0, 3949.0, 3959.0, 3961.0, 3961.0, 3963.0, 3982.0, 3975.0, 4003.0, 3964.0, 3994.0, 3951.0, 3994.0, 3971.0, 3974.0, 4012.0, 3962.0, 4003.0, 3951.0, 3989.0, 3938.0, 3986.0, 3947.0, 3958.0, 3949.0, 3958.0, 3951.0, 3989.0, 3963.0, 3990.0, 3951.0, 3991.0, 3963.0, 4027.0, 3969.0, 4001.0, 3961.0, 3961.0, 3949.0, 3949.0, 3998.0, 3947.0, 3986.0, 3946.0, 3974.0, 3935.0, 3974.0, 3934.0, 3963.0, 3935.0, 3965.0, 3935.0, 3976.0, 3936.0, 4000.0, 3949.0, 3958.0, 3946.0, 3925.0, 3934.0, 3924.0, 3946.0, 3924.0, 3946.0, 3923.0, 3946.0, 3923.0, 3946.0, 3925.0, 3945.0, 3926.0, 3959.0, 3939.0, 3959.0, 3950.0, 3989.0, 3947.0, 3979.0, 3949.0, 3977.0, 3948.0, 3977.0, 3948.0, 3977.0, 3948.0, 3968.0, 3936.0, 3957.0, 3926.0, 3957.0, 3939.0, 3971.0, 3950.0, 3970.0, 3949.0, 3989.0, 3948.0, 3988.0, 3949.0, 3988.0, 3938.0, 3979.0, 3938.0, 3960.0, 3964.0, 3962.0, 3950.0, 3960.0, 3960.0, 3962.0, 3972.0, 3962.0, 3963.0, 3960.0, 3959.0, 3962.0, 3972.0, 3963.0, 3961.0, 3962.0, 3990.0, 3962.0, 4015.0, 3963.0, 4003.0, 3961.0, 4012.0, 3960.0, 3989.0, 3961.0, 4001.0, 3962.0, 3992.0, 3962.0, 4006.0, 3974.0, 3994.0, 3963.0, 3979.0, 3948.0, 3967.0, 3950.0, 3981.0, 3950.0, 3970.0, 3938.0, 3960.0, 3940.0, 3973.0, 3964.0, 3972.0, 3962.0, 3961.0, 3962.0, 3971.0, 3963.0, 3993.0, 3951.0, 3982.0, 3960.0, 3981.0, 3980.0, 3962.0, 4001.0, 3949.0, 3987.0, 3946.0, 3975.0, 3937.0, 3987.0, 3947.0, 3988.0, 3947.0, 3978.0, 3948.0, 3990.0, 3961.0, 3981.0, 3948.0, 3979.0, 3949.0, 3992.0, 3949.0, 3969.0, 3949.0, 3961.0, 3964.0, 3963.0, 3963.0, 3960.0, 3948.0, 3948.0, 3958.0, 3961.0, 3950.0, 3960.0, 3981.0, 3962.0, 4014.0, 3961.0, 4004.0, 3962.0, 4003.0, 3950.0, 3988.0, 3946.0, 3978.0, 3948.0, 3978.0, 3937.0, 3969.0, 3948.0, 3959.0, 3967.0, 3947.0, 3987.0, 3947.0, 4000.0, 3960.0, 3990.0, 3958.0, 3946.0, 3958.0, 3948.0, 3961.0, 3980.0, 3960.0, 3991.0, 3960.0, 3990.0, 3948.0, 3980.0, 3949.0, 3973.0, 3952.0, 3960.0, 3989.0, 3948.0, 3986.0, 3948.0, 3998.0, 3958.0, 3989.0, 3950.0, 3979.0, 3948.0, 3979.0, 3949.0, 3972.0, 3962.0, 3960.0, 3949.0, 3959.0, 3946.0, 3968.0, 3947.0, 3970.0, 3948.0, 3961.0, 3959.0, 3961.0, 3979.0, 3963.0, 4011.0, 3951.0, 4002.0, 3972.0, 4001.0, 3959.0, 3998.0, 3948.0, 3988.0, 3946.0, 3987.0, 3947.0, 3976.0, 3946.0, 3967.0, 3935.0, 3969.0, 3937.0, 3957.0, 3951.0, 3959.0, 3949.0, 3958.0, 3936.0, 3956.0, 3949.0, 3969.0, 3959.0, 3980.0, 3939.0, 3969.0, 3947.0, 3959.0, 3936.0, 3949.0, 3946.0, 3949.0, 3970.0, 3949.0, 3979.0, 3960.0, 3967.0, 3947.0, 3946.0, 3959.0, 3967.0, 3948.0, 3978.0, 3963.0, 4001.0, 3962.0, 4003.0, 3973.0, 4004.0, 3962.0, 4000.0, 3959.0, 3980.0, 3962.0, 3992.0, 3972.0, 3992.0, 3973.0, 3992.0, 3961.0, 3980.0, 3950.0, 3979.0, 3950.0, 3981.0, 3951.0, 3979.0, 3948.0, 3980.0, 3968.0, 3958.0, 3998.0, 3935.0, 3987.0, 3949.0, 3990.0, 3950.0, 3966.0, 3937.0, 3988.0, 3961.0, 3958.0, 3961.0, 3990.0, 3935.0, 3956.0, 3935.0, 3949.0, 3978.0, 3950.0, 3989.0, 3961.0, 3990.0, 3949.0, 3979.0, 3936.0, 3968.0, 3965.0, 3947.0, 3975.0, 3947.0, 4009.0, 3947.0, 3985.0, 3934.0, 3986.0, 3934.0, 3985.0, 3945.0, 3976.0, 3948.0, 3977.0, 3935.0, 3964.0, 3933.0, 3942.0, 3922.0, 3934.0, 3942.0, 3933.0, 3984.0, 3945.0, 3986.0, 3935.0, 3977.0, 3946.0, 3966.0, 3934.0, 3963.0, 3945.0, 3976.0, 3948.0, 3978.0, 3948.0, 3979.0, 3937.0, 3969.0, 3936.0, 3960.0, 3967.0, 3949.0, 3989.0, 3950.0, 3988.0, 3947.0, 3976.0, 3946.0, 3977.0, 3947.0, 3987.0, 3949.0, 3978.0, 3947.0, 3977.0, 3948.0, 3978.0, 3937.0, 3980.0, 3952.0, 3971.0, 3963.0, 3973.0, 3961.0, 3970.0, 3949.0, 3980.0, 3959.0, 3979.0, 3948.0, 3979.0, 3938.0, 3968.0, 3938.0, 3957.0, 3936.0, 3947.0, 3948.0, 3961.0, 3951.0, 3961.0, 3960.0, 3948.0, 3939.0, 3958.0, 3949.0, 3982.0, 3950.0, 3981.0, 3949.0, 3962.0, 3960.0, 3962.0, 3974.0, 3963.0, 3991.0, 3960.0, 3979.0, 3949.0, 3968.0, 3959.0, 4000.0, 3960.0, 3989.0, 3961.0, 3980.0, 3950.0, 3991.0, 3963.0, 3981.0, 3951.0, 3971.0, 3950.0, 3958.0, 3938.0, 3968.0, 3937.0, 3948.0, 4000.0, 3949.0, 3988.0, 3947.0, 3978.0, 3947.0, 3978.0, 3952.0, 3962.0, 3950.0, 3970.0, 3949.0, 3970.0, 3950.0, 3981.0], 'WindowWidth': [9030.0, 8947.0, 8984.0, 8893.0, 8936.0, 8859.0, 8905.0, 8835.0, 8888.0, 8842.0, 8870.0, 8837.0, 8838.0, 8844.0, 8858.0, 8842.0, 8833.0, 8820.0, 8849.0, 8809.0, 8852.0, 8818.0, 8852.0, 8833.0, 8838.0, 8886.0, 8843.0, 8917.0, 8842.0, 8879.0, 8835.0, 8873.0, 8817.0, 8845.0, 8846.0, 8901.0, 8842.0, 8879.0, 8842.0, 8882.0, 8828.0, 8870.0, 8851.0, 8880.0, 8870.0, 8839.0, 8819.0, 8847.0, 8863.0, 8844.0, 8877.0, 8845.0, 8896.0, 8844.0, 8920.0, 8869.0, 8905.0, 8848.0, 8867.0, 8822.0, 8847.0, 8821.0, 8849.0, 8824.0, 8858.0, 8825.0, 8846.0, 8839.0, 8845.0, 8896.0, 8845.0, 8896.0, 8842.0, 8902.0, 8862.0, 8901.0, 8840.0, 8876.0, 8826.0, 8878.0, 8846.0, 8886.0, 8842.0, 8879.0, 8824.0, 8870.0, 8868.0, 8864.0, 8868.0, 8860.0, 8844.0, 8855.0, 8860.0, 8875.0, 8859.0, 8863.0, 8842.0, 8862.0, 8897.0, 8849.0, 8899.0, 8867.0, 8908.0, 8871.0, 8891.0, 8849.0, 8885.0, 8849.0, 8902.0, 8868.0, 8907.0, 8872.0, 8911.0, 8871.0, 8909.0, 8851.0, 8891.0, 8857.0, 8917.0, 8871.0, 8887.0, 8842.0, 8856.0, 8824.0, 8856.0, 8826.0, 8858.0, 8843.0, 8860.0, 8841.0, 8847.0, 8911.0, 8842.0, 8897.0, 8843.0, 8883.0, 8842.0, 8866.0, 8823.0, 8860.0, 8823.0, 8866.0, 8836.0, 8853.0, 8836.0, 8841.0, 8852.0, 8844.0, 8919.0, 8880.0, 8917.0, 8861.0, 8897.0, 8839.0, 8873.0, 8841.0, 8894.0, 8848.0, 8882.0, 8830.0, 8881.0, 8830.0, 8871.0, 8832.0, 8848.0, 8847.0, 8881.0, 8904.0, 8845.0, 8879.0, 8839.0, 8878.0, 8866.0, 8897.0, 8844.0, 8898.0, 8843.0, 8905.0, 8854.0, 8893.0, 8848.0, 8866.0, 8839.0, 8864.0, 8828.0, 8867.0, 8829.0, 8883.0, 8845.0, 8849.0, 8841.0, 8862.0, 8905.0, 8864.0, 8920.0, 8866.0, 8890.0, 8850.0, 8856.0, 8867.0, 8863.0, 8887.0, 8899.0, 8871.0, 8933.0, 8865.0, 8917.0, 8865.0, 8923.0, 8856.0, 8902.0, 8840.0, 8876.0, 8817.0, 8842.0, 8798.0, 8833.0, 8814.0, 8843.0, 8827.0, 8822.0, 8853.0, 8830.0, 8885.0, 8840.0, 8897.0, 8824.0, 8873.0, 8817.0, 8855.0, 8818.0, 8858.0, 8821.0, 8861.0, 8811.0, 8854.0, 8807.0, 8839.0, 8834.0, 8843.0, 8915.0, 8858.0, 8911.0, 8843.0, 8886.0, 8834.0, 8871.0, 8825.0, 8877.0, 8846.0, 8880.0, 8842.0, 8860.0, 8831.0, 8865.0, 8884.0, 8889.0, 8924.0, 8869.0, 8910.0, 8846.0, 8893.0, 8846.0, 8899.0, 8849.0, 8899.0, 8847.0, 8886.0, 8842.0, 8876.0, 8843.0, 8870.0, 8909.0, 8865.0, 8916.0, 8857.0, 8904.0, 8855.0, 8890.0, 8840.0, 8887.0, 8817.0, 8859.0, 8799.0, 8835.0, 8828.0, 8844.0, 8914.0, 8860.0, 8911.0, 8841.0, 8896.0, 8837.0, 8861.0, 8813.0, 8840.0, 8819.0, 8807.0, 8847.0, 8804.0, 8866.0, 8829.0, 8868.0, 8810.0, 8863.0, 8790.0, 8852.0, 8791.0, 8859.0, 8793.0, 8834.0, 8806.0, 8836.0, 8795.0, 8810.0, 8797.0, 8831.0, 8816.0, 8831.0, 8825.0, 8859.0, 8843.0, 8837.0, 8827.0, 8858.0, 8830.0, 8856.0, 8846.0, 8872.0, 8860.0, 8884.0, 8846.0, 8895.0, 8854.0, 8892.0, 8854.0, 8857.0, 8826.0, 8836.0, 8821.0, 8849.0, 8822.0, 8843.0, 8822.0, 8857.0, 8853.0, 8867.0, 8897.0, 8859.0, 8924.0, 8887.0, 8923.0, 8866.0, 8899.0, 8865.0, 8889.0, 8869.0, 8907.0, 8866.0, 8907.0, 8848.0, 8890.0, 8840.0, 8860.0, 8892.0, 8839.0, 8892.0, 8858.0, 8899.0, 8850.0, 8887.0, 8848.0, 8888.0, 8846.0, 8859.0, 8866.0, 8865.0, 8872.0, 8894.0, 8889.0, 8925.0, 8872.0, 8913.0, 8851.0, 8911.0, 8876.0, 8888.0, 8933.0, 8869.0, 8921.0, 8849.0, 8897.0, 8826.0, 8886.0, 8838.0, 8853.0, 8846.0, 8855.0, 8851.0, 8898.0, 8872.0, 8902.0, 8850.0, 8904.0, 8869.0, 8965.0, 8868.0, 8914.0, 8864.0, 8864.0, 8845.0, 8843.0, 8905.0, 8836.0, 8886.0, 8830.0, 8866.0, 8818.0, 8865.0, 8814.0, 8850.0, 8816.0, 8856.0, 8818.0, 8872.0, 8821.0, 8911.0, 8844.0, 8853.0, 8835.0, 8804.0, 8815.0, 8800.0, 8831.0, 8800.0, 8831.0, 8798.0, 8831.0, 8799.0, 8832.0, 8803.0, 8830.0, 8807.0, 8856.0, 8832.0, 8856.0, 8849.0, 8896.0, 8839.0, 8881.0, 8843.0, 8878.0, 8840.0, 8877.0, 8839.0, 8877.0, 8838.0, 8864.0, 8822.0, 8849.0, 8808.0, 8850.0, 8834.0, 8878.0, 8849.0, 8872.0, 8845.0, 8896.0, 8842.0, 8893.0, 8844.0, 8893.0, 8826.0, 8882.0, 8827.0, 8860.0, 8874.0, 8868.0, 8847.0, 8861.0, 8860.0, 8869.0, 8882.0, 8869.0, 8868.0, 8862.0, 8857.0, 8867.0, 8881.0, 8871.0, 8863.0, 8868.0, 8900.0, 8867.0, 8942.0, 8872.0, 8920.0, 8863.0, 8931.0, 8860.0, 8896.0, 8863.0, 8914.0, 8866.0, 8904.0, 8865.0, 8930.0, 8888.0, 8911.0, 8869.0, 8884.0, 8841.0, 8864.0, 8845.0, 8889.0, 8846.0, 8872.0, 8828.0, 8861.0, 8832.0, 8885.0, 8874.0, 8881.0, 8868.0, 8862.0, 8865.0, 8877.0, 8872.0, 8908.0, 8849.0, 8893.0, 8858.0, 8888.0, 8885.0, 8866.0, 8916.0, 8843.0, 8888.0, 8832.0, 8867.0, 8823.0, 8888.0, 8837.0, 8891.0, 8839.0, 8880.0, 8839.0, 8900.0, 8867.0, 8889.0, 8841.0, 8881.0, 8844.0, 8905.0, 8845.0, 8869.0, 8843.0, 8862.0, 8874.0, 8871.0, 8869.0, 8863.0, 8841.0, 8842.0, 8854.0, 8863.0, 8846.0, 8863.0, 8887.0, 8866.0, 8938.0, 8863.0, 8926.0, 8868.0, 8921.0, 8846.0, 8892.0, 8836.0, 8880.0, 8841.0, 8880.0, 8825.0, 8870.0, 8838.0, 8856.0, 8863.0, 8838.0, 8889.0, 8837.0, 8915.0, 8862.0, 8898.0, 8853.0, 8834.0, 8854.0, 8841.0, 8864.0, 8887.0, 8862.0, 8901.0, 8859.0, 8899.0, 8842.0, 8885.0, 8845.0, 8881.0, 8855.0, 8862.0, 8895.0, 8840.0, 8886.0, 8839.0, 8907.0, 8853.0, 8896.0, 8846.0, 8881.0, 8841.0, 8882.0, 8843.0, 8881.0, 8868.0, 8860.0, 8844.0, 8856.0, 8836.0, 8867.0, 8837.0, 8874.0, 8842.0, 8863.0, 8857.0, 8864.0, 8884.0, 8871.0, 8931.0, 8850.0, 8922.0, 8881.0, 8917.0, 8856.0, 8907.0, 8840.0, 8891.0, 8835.0, 8890.0, 8836.0, 8874.0, 8833.0, 8862.0, 8819.0, 8871.0, 8824.0, 8850.0, 8850.0, 8859.0, 8844.0, 8854.0, 8824.0, 8848.0, 8843.0, 8870.0, 8858.0, 8886.0, 8830.0, 8869.0, 8838.0, 8857.0, 8822.0, 8842.0, 8835.0, 8842.0, 8872.0, 8846.0, 8885.0, 8858.0, 8863.0, 8837.0, 8835.0, 8858.0, 8865.0, 8843.0, 8879.0, 8871.0, 8917.0, 8865.0, 8923.0, 8885.0, 8926.0, 8866.0, 8911.0, 8859.0, 8885.0, 8867.0, 8904.0, 8880.0, 8906.0, 8883.0, 8906.0, 8864.0, 8885.0, 8847.0, 8882.0, 8846.0, 8890.0, 8852.0, 8884.0, 8840.0, 8885.0, 8863.0, 8853.0, 8903.0, 8819.0, 8889.0, 8844.0, 8899.0, 8848.0, 8861.0, 8822.0, 8891.0, 8864.0, 8853.0, 8864.0, 8898.0, 8818.0, 8846.0, 8817.0, 8843.0, 8880.0, 8847.0, 8897.0, 8862.0, 8898.0, 8844.0, 8883.0, 8819.0, 8867.0, 8857.0, 8835.0, 8869.0, 8836.0, 8924.0, 8837.0, 8882.0, 8813.0, 8883.0, 8812.0, 8881.0, 8833.0, 8871.0, 8839.0, 8877.0, 8818.0, 8853.0, 8811.0, 8822.0, 8793.0, 8812.0, 8820.0, 8810.0, 8877.0, 8831.0, 8887.0, 8816.0, 8875.0, 8836.0, 8858.0, 8816.0, 8850.0, 8831.0, 8873.0, 8839.0, 8878.0, 8840.0, 8880.0, 8824.0, 8869.0, 8821.0, 8860.0, 8864.0, 8843.0, 8898.0, 8846.0, 8892.0, 8838.0, 8872.0, 8836.0, 8874.0, 8838.0, 8890.0, 8841.0, 8880.0, 8837.0, 8877.0, 8840.0, 8879.0, 8825.0, 8886.0, 8854.0, 8877.0, 8872.0, 8881.0, 8866.0, 8874.0, 8845.0, 8884.0, 8857.0, 8882.0, 8842.0, 8881.0, 8828.0, 8867.0, 8825.0, 8852.0, 8822.0, 8839.0, 8841.0, 8866.0, 8853.0, 8864.0, 8861.0, 8840.0, 8829.0, 8855.0, 8847.0, 8891.0, 8850.0, 8891.0, 8846.0, 8866.0, 8862.0, 8867.0, 8886.0, 8872.0, 8903.0, 8861.0, 8881.0, 8844.0, 8867.0, 8859.0, 8911.0, 8859.0, 8898.0, 8862.0, 8886.0, 8847.0, 8903.0, 8870.0, 8891.0, 8851.0, 8877.0, 8849.0, 8854.0, 8826.0, 8868.0, 8823.0, 8842.0, 8913.0, 8844.0, 8892.0, 8837.0, 8878.0, 8838.0, 8881.0, 8854.0, 8867.0, 8850.0, 8871.0, 8844.0, 8873.0, 8849.0, 8889.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.0008411635944700461</td></tr>
<tr><td colspan=3>aqi</td><td>0.01892283870967742</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.760109304013795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2141837886851203</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969085732064586</td></tr>
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
<tr><td colspan=3>fber</td><td>5065.4785</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08625160369365908</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.80184331797235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.594035202354482</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5728878477484827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8107400238958267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3984777354191364</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011851135641336441</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016653193160891533</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.7317941851597074</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>34.572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7964</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.6639</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.4367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0622</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.9383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3195.1084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.3515</td></tr>
<tr><td colspan=3>tsnr</td><td>43.23782060830854</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>