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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0075_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0075_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0075_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-social_acq-mb8_run-06_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>4b35e7d81fa36c05eb17a0b666e037c8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:06:49.837500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0812865</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fcdaf1ea-a4ad-45b7-b1a7-f88c7d4c290a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['090649.837500', '090650.297500', '090650.757500', '090651.217500', '090651.677500', '090652.137500', '090652.597500', '090653.057500', '090653.517500', '090653.977500', '090654.437500', '090654.897500', '090655.357500', '090655.817500', '090656.277500', '090656.737500', '090657.197500', '090657.657500', '090658.117500', '090658.577500', '090659.037500', '090659.497500', '090659.957500', '090700.417500', '090700.877500', '090701.337500', '090701.797500', '090702.257500', '090702.717500', '090703.177500', '090703.637500', '090704.097500', '090704.557500', '090705.017500', '090705.477500', '090705.937500', '090706.397500', '090706.857500', '090707.317500', '090707.777500', '090708.237500', '090708.697500', '090709.157500', '090709.617500', '090710.077500', '090710.537500', '090710.997500', '090711.457500', '090711.917500', '090712.377500', '090712.837500', '090713.297500', '090713.757500', '090714.217500', '090714.677500', '090715.137500', '090715.597500', '090716.057500', '090716.517500', '090716.977500', '090717.437500', '090717.897500', '090718.357500', '090718.817500', '090719.277500', '090719.737500', '090720.197500', '090720.657500', '090721.117500', '090721.577500', '090722.037500', '090722.497500', '090722.957500', '090723.417500', '090723.877500', '090724.337500', '090724.797500', '090725.257500', '090725.717500', '090726.177500', '090726.637500', '090727.097500', '090727.557500', '090728.017500', '090728.477500', '090728.937500', '090729.397500', '090729.857500', '090730.317500', '090730.777500', '090731.237500', '090731.697500', '090732.157500', '090732.617500', '090733.077500', '090733.537500', '090733.997500', '090734.457500', '090734.917500', '090735.377500', '090735.837500', '090736.297500', '090736.757500', '090737.217500', '090737.677500', '090738.137500', '090738.597500', '090739.057500', '090739.517500', '090739.977500', '090740.437500', '090740.897500', '090741.357500', '090741.817500', '090742.277500', '090742.737500', '090743.197500', '090743.657500', '090744.117500', '090744.577500', '090745.037500', '090745.497500', '090745.957500', '090746.417500', '090746.877500', '090747.337500', '090747.797500', '090748.257500', '090748.717500', '090749.177500', '090749.637500', '090750.097500', '090750.557500', '090751.017500', '090751.477500', '090751.937500', '090752.397500', '090752.857500', '090753.317500', '090753.777500', '090754.237500', '090754.697500', '090755.157500', '090755.617500', '090756.077500', '090756.537500', '090756.997500', '090757.457500', '090757.917500', '090758.377500', '090758.837500', '090759.297500', '090759.757500', '090800.217500', '090800.677500', '090801.137500', '090801.597500', '090802.057500', '090802.517500', '090802.977500', '090803.437500', '090803.897500', '090804.357500', '090804.817500', '090805.277500', '090805.737500', '090806.197500', '090806.657500', '090807.117500', '090807.577500', '090808.037500', '090808.497500', '090808.957500', '090809.417500', '090809.877500', '090810.337500', '090810.797500', '090811.257500', '090811.717500', '090812.177500', '090812.637500', '090813.097500', '090813.557500', '090814.017500', '090814.477500', '090814.937500', '090815.397500', '090815.857500', '090816.317500', '090816.777500', '090817.237500', '090817.697500', '090818.157500', '090818.617500', '090819.077500', '090819.537500', '090819.997500', '090820.457500', '090820.917500', '090821.377500', '090821.837500', '090822.297500', '090822.757500', '090823.217500', '090823.677500', '090824.137500', '090824.597500', '090825.057500', '090825.517500', '090825.977500', '090826.437500', '090826.897500', '090827.357500', '090827.817500', '090828.277500', '090828.737500', '090829.197500', '090829.657500', '090830.117500', '090830.577500', '090831.037500', '090831.497500', '090831.957500', '090832.417500', '090832.877500', '090833.337500', '090833.797500', '090834.257500', '090834.717500', '090835.177500', '090835.637500', '090836.097500', '090836.557500', '090837.017500', '090837.477500', '090837.937500', '090838.397500', '090838.857500', '090839.317500', '090839.777500', '090840.237500', '090840.697500', '090841.157500', '090841.617500', '090842.077500', '090842.537500', '090842.997500', '090843.457500', '090843.917500', '090844.377500', '090844.837500', '090845.297500', '090845.757500', '090846.217500', '090846.677500', '090847.137500', '090847.597500', '090848.057500', '090848.517500', '090848.977500', '090849.437500', '090849.897500', '090850.357500', '090850.817500', '090851.277500', '090851.737500', '090852.197500', '090852.657500', '090853.117500', '090853.577500', '090854.037500', '090854.497500', '090854.957500', '090855.417500', '090855.877500', '090856.337500', '090856.797500', '090857.257500', '090857.717500', '090858.177500', '090858.637500', '090859.097500', '090859.557500', '090900.017500', '090900.477500', '090900.937500', '090901.397500', '090901.857500', '090902.317500', '090902.777500', '090903.237500', '090903.697500', '090904.157500', '090904.617500', '090905.077500', '090905.537500', '090905.997500', '090906.457500', '090906.917500', '090907.377500', '090907.837500', '090908.297500', '090908.757500', '090909.217500', '090909.677500', '090910.137500', '090910.597500', '090911.057500', '090911.517500', '090911.977500', '090912.437500', '090912.897500', '090913.357500', '090913.817500', '090914.277500', '090914.737500', '090915.197500', '090915.657500', '090916.117500', '090916.577500', '090917.037500', '090917.497500', '090917.957500', '090918.417500', '090918.877500', '090919.337500', '090919.797500', '090920.257500', '090920.717500', '090921.177500', '090921.637500', '090922.097500', '090922.557500', '090923.017500', '090923.477500', '090923.937500', '090924.397500', '090924.857500', '090925.317500', '090925.777500', '090926.237500', '090926.697500', '090927.157500', '090927.617500', '090928.077500', '090928.537500', '090928.997500', '090929.457500', '090929.917500', '090930.377500', '090930.837500', '090931.297500', '090931.757500', '090932.217500', '090932.677500', '090933.137500', '090933.597500', '090934.057500', '090934.517500', '090934.977500', '090935.437500', '090935.897500', '090936.357500', '090936.817500', '090937.277500', '090937.737500', '090938.197500', '090938.657500', '090939.117500', '090939.577500', '090940.037500', '090940.497500', '090940.957500', '090941.417500', '090941.877500', '090942.337500', '090942.797500', '090943.257500', '090943.717500', '090944.177500', '090944.637500', '090945.097500', '090945.557500', '090946.017500', '090946.477500', '090946.937500', '090947.397500', '090947.857500', '090948.317500', '090948.777500', '090949.237500', '090949.697500', '090950.157500', '090950.617500', '090951.077500', '090951.537500', '090951.997500', '090952.457500', '090952.917500', '090953.377500', '090953.837500', '090954.297500', '090954.757500', '090955.217500', '090955.677500', '090956.137500', '090956.597500', '090957.057500', '090957.517500', '090957.977500', '090958.437500', '090958.897500', '090959.357500', '090959.817500', '091000.277500', '091000.737500', '091001.197500', '091001.657500', '091002.117500', '091002.577500', '091003.037500', '091003.497500', '091003.957500', '091004.417500', '091004.877500', '091005.337500', '091005.797500', '091006.257500', '091006.717500', '091007.177500', '091007.637500', '091008.097500', '091008.557500', '091009.017500', '091009.477500', '091009.937500', '091010.397500', '091010.857500', '091011.317500', '091011.777500', '091012.237500', '091012.697500', '091013.157500', '091013.617500', '091014.077500', '091014.537500', '091014.997500', '091015.457500', '091015.917500', '091016.377500', '091016.837500', '091017.297500', '091017.757500', '091018.217500', '091018.677500', '091019.137500', '091019.597500', '091020.057500', '091020.517500', '091020.977500', '091021.437500', '091021.897500', '091022.357500', '091022.817500', '091023.277500', '091023.737500', '091024.197500', '091024.657500', '091025.117500', '091025.577500', '091026.037500', '091026.497500', '091026.957500', '091027.417500', '091027.877500', '091028.337500', '091028.797500', '091029.257500', '091029.717500', '091030.177500', '091030.637500', '091031.097500', '091031.557500', '091032.017500', '091032.477500', '091032.937500', '091033.397500', '091033.857500', '091034.317500', '091034.777500', '091035.237500', '091035.697500', '091036.157500', '091036.617500', '091037.077500', '091037.537500', '091037.997500', '091038.457500', '091038.917500', '091039.377500', '091039.837500', '091040.297500', '091040.757500', '091041.217500', '091041.677500', '091042.137500', '091042.597500', '091043.057500', '091043.517500', '091043.977500', '091044.437500', '091044.897500', '091045.357500', '091045.817500', '091046.277500', '091046.737500', '091047.197500', '091047.657500', '091048.117500', '091048.577500', '091049.037500', '091049.497500', '091049.957500', '091050.417500', '091050.877500', '091051.337500', '091051.797500', '091052.257500', '091052.717500', '091053.177500', '091053.637500', '091054.097500', '091054.557500', '091055.017500', '091055.477500', '091055.937500', '091056.397500', '091056.857500', '091057.317500', '091057.777500', '091058.237500', '091058.697500', '091059.157500', '091059.617500', '091100.077500', '091100.537500', '091100.997500', '091101.457500', '091101.917500', '091102.377500', '091102.837500', '091103.297500', '091103.757500', '091104.217500', '091104.677500', '091105.137500', '091105.597500', '091106.057500', '091106.517500', '091106.977500', '091107.437500', '091107.897500', '091108.357500', '091108.817500', '091109.277500', '091109.737500', '091110.197500', '091110.657500', '091111.117500', '091111.577500', '091112.037500', '091112.497500', '091112.957500', '091113.417500', '091113.877500', '091114.337500', '091114.797500', '091115.257500', '091115.717500', '091116.177500', '091116.637500', '091117.097500', '091117.557500', '091118.017500', '091118.477500', '091118.937500', '091119.397500', '091119.857500', '091120.317500', '091120.777500', '091121.237500', '091121.697500', '091122.157500', '091122.617500', '091123.077500', '091123.537500', '091123.997500', '091124.457500', '091124.917500', '091125.377500', '091125.837500', '091126.297500', '091126.757500', '091127.217500', '091127.677500', '091128.137500', '091128.597500', '091129.057500', '091129.517500', '091129.977500', '091130.437500', '091130.897500', '091131.357500', '091131.817500', '091132.277500', '091132.737500', '091133.197500', '091133.657500', '091134.117500', '091134.577500', '091135.037500', '091135.497500', '091135.957500', '091136.417500', '091136.877500', '091137.337500', '091137.797500', '091138.257500', '091138.717500', '091139.177500', '091139.637500', '091140.097500', '091140.557500', '091141.017500', '091141.477500', '091141.937500', '091142.397500', '091142.857500', '091143.317500', '091143.777500', '091144.237500', '091144.697500', '091145.157500', '091145.617500', '091146.077500', '091146.537500', '091146.997500', '091147.457500', '091147.917500', '091148.377500', '091148.837500', '091149.297500', '091149.757500', '091150.217500', '091150.677500', '091151.137500', '091151.597500', '091152.057500', '091152.517500', '091152.977500', '091153.437500', '091153.897500', '091154.357500', '091154.817500', '091155.277500', '091155.737500', '091156.197500', '091156.657500', '091157.117500', '091157.577500', '091158.037500', '091158.497500', '091158.957500', '091159.417500', '091159.877500', '091200.337500', '091200.797500', '091201.257500', '091201.717500', '091202.177500', '091202.637500', '091203.097500', '091203.557500', '091204.017500', '091204.477500', '091204.937500', '091205.397500', '091205.857500', '091206.317500', '091206.777500', '091207.237500', '091207.697500', '091208.157500', '091208.617500', '091209.077500', '091209.537500', '091209.997500', '091210.457500', '091210.917500', '091211.377500', '091211.837500', '091212.297500', '091212.757500', '091213.217500', '091213.677500', '091214.137500', '091214.597500', '091215.057500', '091215.517500', '091215.977500', '091216.437500', '091216.897500', '091217.357500', '091217.817500', '091218.277500', '091218.737500', '091219.197500', '091219.657500', '091220.117500', '091220.577500', '091221.037500', '091221.497500', '091221.957500', '091222.417500', '091222.877500', '091223.337500', '091223.797500', '091224.257500', '091224.717500', '091225.177500', '091225.637500', '091226.097500', '091226.557500', '091227.017500', '091227.477500', '091227.937500', '091228.397500', '091228.857500', '091229.317500', '091229.777500', '091230.237500', '091230.697500', '091231.157500', '091231.617500', '091232.077500', '091232.537500', '091232.997500', '091233.457500', '091233.917500', '091234.377500', '091234.837500', '091235.297500', '091235.757500', '091236.217500', '091236.677500', '091237.137500', '091237.597500', '091238.057500', '091238.517500', '091238.977500', '091239.437500', '091239.897500', '091240.357500', '091240.817500', '091241.277500', '091241.737500', '091242.197500', '091242.657500', '091243.117500', '091243.577500', '091244.037500', '091244.497500', '091244.957500', '091245.417500', '091245.877500', '091246.337500', '091246.797500', '091247.257500', '091247.717500', '091248.177500', '091248.637500', '091249.097500', '091249.557500', '091250.017500', '091250.477500', '091250.937500', '091251.397500', '091251.857500', '091252.317500', '091252.777500', '091253.237500', '091253.697500', '091254.157500', '091254.617500', '091255.077500', '091255.537500', '091255.997500', '091256.457500', '091256.917500', '091257.377500', '091257.837500', '091258.297500', '091258.757500', '091259.217500', '091259.677500', '091300.137500', '091300.597500', '091301.057500', '091301.517500', '091301.977500', '091302.437500', '091302.897500', '091303.357500', '091303.817500', '091304.277500', '091304.737500', '091305.197500', '091305.657500', '091306.117500', '091306.577500', '091307.037500', '091307.497500', '091307.957500', '091308.417500', '091308.877500', '091309.337500', '091309.797500', '091310.257500', '091310.717500', '091311.177500', '091311.637500', '091312.097500', '091312.557500', '091313.017500', '091313.477500', '091313.937500', '091314.397500', '091314.857500', '091315.317500', '091315.777500', '091316.237500', '091316.697500', '091317.157500', '091317.617500', '091318.077500', '091318.537500', '091318.997500', '091319.457500', '091319.917500', '091320.377500', '091320.837500', '091321.297500', '091321.757500', '091322.217500', '091322.677500', '091323.137500', '091323.597500', '091324.057500', '091324.517500', '091324.977500', '091325.437500', '091325.897500', '091326.357500', '091326.817500', '091327.277500', '091327.737500', '091328.197500', '091328.657500', '091329.117500', '091329.577500', '091330.037500', '091330.497500'], 'ContentTime': ['090718.511000', '090718.514000', '090718.517000', '090718.520000', '090718.522000', '090718.525000', '090718.527000', '090718.530000', '090718.532000', '090718.535000', '090718.538000', '090718.540000', '090718.543000', '090718.561000', '090718.564000', '090718.566000', '090718.569000', '090718.571000', '090718.574000', '090718.576000', '090718.584000', '090718.587000', '090718.590000', '090718.592000', '090718.595000', '090718.597000', '090718.600000', '090718.602000', '090718.605000', '090718.608000', '090718.610000', '090718.613000', '090718.615000', '090718.618000', '090718.620000', '090718.623000', '090718.625000', '090718.628000', '090718.636000', '090718.639000', '090718.642000', '090718.644000', '090718.647000', '090718.649000', '090718.652000', '090718.654000', '090718.657000', '090718.660000', '090718.662000', '090718.665000', '090718.667000', '090718.670000', '090718.672000', '090718.675000', '090718.678000', '090718.680000', '090718.683000', '090718.685000', '090718.688000', '090738.462000', '090738.465000', '090738.468000', '090738.470000', '090738.473000', '090738.475000', '090738.478000', '090738.480000', '090738.483000', '090738.486000', '090738.488000', '090738.491000', '090738.493000', '090738.496000', '090738.498000', '090738.501000', '090738.503000', '090738.506000', '090738.509000', '090738.511000', '090738.514000', '090738.516000', '090738.519000', '090738.521000', '090738.524000', '090738.527000', '090738.529000', '090738.532000', '090738.535000', '090738.537000', '090738.540000', '090738.542000', '090738.545000', '090738.547000', '090738.550000', '090738.552000', '090738.555000', '090738.557000', '090738.560000', '090738.563000', '090738.565000', '090738.568000', '090738.570000', '090738.573000', '090758.463000', '090758.465000', '090758.468000', '090758.471000', '090758.473000', '090758.476000', '090758.478000', '090758.481000', '090758.483000', '090758.486000', '090758.489000', '090758.491000', '090758.494000', '090758.496000', '090758.499000', '090758.501000', '090758.504000', '090758.507000', '090758.509000', '090758.512000', '090758.514000', '090758.517000', '090758.519000', '090758.522000', '090758.524000', '090758.527000', '090758.530000', '090758.532000', '090758.535000', '090758.537000', '090758.540000', '090758.542000', '090758.545000', '090758.547000', '090758.550000', '090758.553000', '090758.555000', '090758.558000', '090758.560000', '090758.563000', '090758.565000', '090758.568000', '090758.571000', '090818.464000', '090818.466000', '090818.469000', '090818.472000', '090818.474000', '090818.477000', '090818.479000', '090818.482000', '090818.484000', '090818.487000', '090818.490000', '090818.493000', '090818.496000', '090818.498000', '090818.501000', '090818.503000', '090818.506000', '090818.509000', '090818.511000', '090818.514000', '090818.516000', '090818.519000', '090818.521000', '090818.524000', '090818.527000', '090818.529000', '090818.532000', '090818.534000', '090818.537000', '090818.539000', '090818.542000', '090818.545000', '090818.547000', '090818.550000', '090818.553000', '090818.555000', '090818.558000', '090818.560000', '090818.563000', '090818.566000', '090818.568000', '090818.571000', '090818.573000', '090838.463000', '090838.466000', '090838.469000', '090838.471000', '090838.474000', '090838.477000', '090838.479000', '090838.482000', '090838.484000', '090838.487000', '090838.489000', '090838.492000', '090838.494000', '090838.497000', '090838.499000', '090838.502000', '090838.505000', '090838.507000', '090838.510000', '090838.513000', '090838.515000', '090838.518000', '090838.520000', '090838.523000', '090838.526000', '090838.528000', '090838.531000', '090838.533000', '090838.536000', '090838.538000', '090838.541000', '090838.544000', '090838.546000', '090838.549000', '090838.551000', '090838.554000', '090838.556000', '090838.571000', '090838.573000', '090838.576000', '090838.578000', '090838.581000', '090838.583000', '090838.586000', '090858.463000', '090858.466000', '090858.469000', '090858.471000', '090858.474000', '090858.476000', '090858.479000', '090858.482000', '090858.484000', '090858.487000', '090858.489000', '090858.492000', '090858.495000', '090858.497000', '090858.500000', '090858.502000', '090858.505000', '090858.508000', '090858.510000', '090858.513000', '090858.515000', '090858.518000', '090858.521000', '090858.523000', '090858.526000', '090858.528000', '090858.531000', '090858.533000', '090858.536000', '090858.539000', '090858.541000', '090858.544000', '090858.546000', '090858.549000', '090858.551000', '090858.554000', '090858.556000', '090858.559000', '090858.562000', '090858.564000', '090858.567000', '090858.569000', '090858.572000', '090858.574000', '090918.464000', '090918.466000', '090918.469000', '090918.472000', '090918.474000', '090918.477000', '090918.479000', '090918.482000', '090918.484000', '090918.487000', '090918.490000', '090918.492000', '090918.495000', '090918.497000', '090918.500000', '090918.502000', '090918.505000', '090918.507000', '090918.510000', '090918.512000', '090918.515000', '090918.518000', '090918.520000', '090918.523000', '090918.525000', '090918.528000', '090918.531000', '090918.533000', '090918.536000', '090918.538000', '090918.541000', '090918.543000', '090918.546000', '090918.549000', '090918.551000', '090918.554000', '090918.556000', '090918.559000', '090918.561000', '090918.564000', '090918.567000', '090918.569000', '090918.572000', '090938.464000', '090938.467000', '090938.470000', '090938.473000', '090938.476000', '090938.479000', '090938.481000', '090938.484000', '090938.486000', '090938.489000', '090938.492000', '090938.494000', '090938.497000', '090938.499000', '090938.502000', '090938.504000', '090938.507000', '090938.510000', '090938.512000', '090938.515000', '090938.517000', '090938.520000', '090938.522000', '090938.525000', '090938.528000', '090938.532000', '090938.535000', '090938.537000', '090938.540000', '090938.542000', '090938.545000', '090938.548000', '090938.550000', '090938.553000', '090938.555000', '090938.558000', '090938.560000', '090938.563000', '090938.566000', '090938.568000', '090938.571000', '090938.573000', '090938.576000', '090958.462000', '090958.465000', '090958.468000', '090958.470000', '090958.473000', '090958.476000', '090958.478000', '090958.481000', '090958.483000', '090958.486000', '090958.488000', '090958.491000', '090958.493000', '090958.496000', '090958.499000', '090958.501000', '090958.504000', '090958.506000', '090958.509000', '090958.512000', '090958.514000', '090958.517000', '090958.519000', '090958.522000', '090958.525000', '090958.527000', '090958.530000', '090958.532000', '090958.535000', '090958.537000', '090958.540000', '090958.543000', '090958.545000', '090958.548000', '090958.551000', '090958.553000', '090958.556000', '090958.558000', '090958.561000', '090958.563000', '090958.566000', '090958.568000', '090958.571000', '090958.573000', '091018.463000', '091018.465000', '091018.468000', '091018.471000', '091018.473000', '091018.476000', '091018.478000', '091018.481000', '091018.484000', '091018.486000', '091018.489000', '091018.491000', '091018.495000', '091018.498000', '091018.501000', '091018.504000', '091018.506000', '091018.509000', '091018.522000', '091018.525000', '091018.527000', '091018.530000', '091018.532000', '091018.535000', '091018.537000', '091018.540000', '091018.543000', '091018.545000', '091018.548000', '091018.550000', '091018.553000', '091018.556000', '091018.558000', '091018.561000', '091018.564000', '091018.566000', '091018.569000', '091018.571000', '091018.574000', '091018.576000', '091018.579000', '091018.582000', '091018.584000', '091038.463000', '091038.466000', '091038.469000', '091038.471000', '091038.474000', '091038.477000', '091038.479000', '091038.482000', '091038.484000', '091038.487000', '091038.489000', '091038.492000', '091038.494000', '091038.497000', '091038.500000', '091038.502000', '091038.505000', '091038.508000', '091038.510000', '091038.513000', '091038.515000', '091038.518000', '091038.521000', '091038.523000', '091038.526000', '091038.528000', '091038.531000', '091038.533000', '091038.536000', '091038.538000', '091038.541000', '091038.544000', '091038.546000', '091038.549000', '091038.551000', '091038.554000', '091038.557000', '091038.559000', '091038.562000', '091038.564000', '091038.567000', '091038.569000', '091038.572000', '091038.575000', '091058.463000', '091058.466000', '091058.469000', '091058.472000', '091058.474000', '091058.477000', '091058.479000', '091058.482000', '091058.485000', '091058.487000', '091058.490000', '091058.492000', '091058.495000', '091058.497000', '091058.500000', '091058.503000', '091058.505000', '091058.508000', '091058.510000', '091058.513000', '091058.516000', '091058.518000', '091058.521000', '091058.523000', '091058.526000', '091058.528000', '091058.532000', '091058.535000', '091058.538000', '091058.540000', '091058.543000', '091058.546000', '091058.548000', '091058.574000', '091058.576000', '091058.579000', '091058.582000', '091058.584000', '091058.587000', '091058.590000', '091058.592000', '091058.595000', '091058.597000', '091118.464000', '091118.467000', '091118.469000', '091118.472000', '091118.474000', '091118.477000', '091118.479000', '091118.482000', '091118.485000', '091118.487000', '091118.490000', '091118.492000', '091118.495000', '091118.498000', '091118.500000', '091118.503000', '091118.505000', '091118.508000', '091118.511000', '091118.513000', '091118.516000', '091118.518000', '091118.521000', '091118.523000', '091118.526000', '091118.529000', '091118.531000', '091118.534000', '091118.536000', '091118.539000', '091118.542000', '091118.544000', '091118.547000', '091118.549000', '091118.552000', '091118.555000', '091118.557000', '091118.560000', '091118.562000', '091118.565000', '091118.568000', '091118.570000', '091118.573000', '091118.575000', '091138.464000', '091138.467000', '091138.469000', '091138.472000', '091138.475000', '091138.477000', '091138.480000', '091138.482000', '091138.485000', '091138.487000', '091138.490000', '091138.493000', '091138.495000', '091138.498000', '091138.500000', '091138.503000', '091138.505000', '091138.508000', '091138.511000', '091138.513000', '091138.516000', '091138.518000', '091138.521000', '091138.523000', '091138.526000', '091138.529000', '091138.531000', '091138.534000', '091138.536000', '091138.539000', '091138.541000', '091138.544000', '091138.546000', '091138.549000', '091138.552000', '091138.554000', '091138.557000', '091138.559000', '091138.562000', '091138.565000', '091138.567000', '091138.570000', '091138.587000', '091158.464000', '091158.467000', '091158.469000', '091158.472000', '091158.474000', '091158.477000', '091158.480000', '091158.482000', '091158.485000', '091158.487000', '091158.490000', '091158.492000', '091158.495000', '091158.497000', '091158.500000', '091158.503000', '091158.505000', '091158.508000', '091158.511000', '091158.513000', '091158.516000', '091158.518000', '091158.521000', '091158.523000', '091158.526000', '091158.529000', '091158.531000', '091158.534000', '091158.536000', '091158.539000', '091158.542000', '091158.544000', '091158.547000', '091158.549000', '091158.552000', '091158.554000', '091158.557000', '091158.560000', '091158.562000', '091158.565000', '091158.567000', '091158.570000', '091158.573000', '091158.575000', '091218.463000', '091218.466000', '091218.468000', '091218.471000', '091218.474000', '091218.476000', '091218.479000', '091218.481000', '091218.484000', '091218.486000', '091218.489000', '091218.492000', '091218.494000', '091218.497000', '091218.499000', '091218.502000', '091218.505000', '091218.507000', '091218.510000', '091218.513000', '091218.515000', '091218.518000', '091218.520000', '091218.523000', '091218.525000', '091218.528000', '091218.531000', '091218.533000', '091218.543000', '091218.546000', '091218.548000', '091218.551000', '091218.553000', '091218.556000', '091218.559000', '091218.561000', '091218.564000', '091218.566000', '091218.569000', '091218.571000', '091218.574000', '091218.577000', '091218.579000', '091238.463000', '091238.465000', '091238.468000', '091238.471000', '091238.473000', '091238.476000', '091238.478000', '091238.481000', '091238.484000', '091238.486000', '091238.489000', '091238.491000', '091238.494000', '091238.497000', '091238.499000', '091238.502000', '091238.504000', '091238.507000', '091238.509000', '091238.512000', '091238.514000', '091238.517000', '091238.520000', '091238.522000', '091238.525000', '091238.527000', '091238.530000', '091238.533000', '091238.535000', '091238.538000', '091238.540000', '091238.543000', '091238.546000', '091238.548000', '091238.551000', '091238.553000', '091238.556000', '091238.558000', '091238.561000', '091238.564000', '091238.566000', '091238.569000', '091238.571000', '091238.574000', '091258.464000', '091258.467000', '091258.469000', '091258.472000', '091258.475000', '091258.477000', '091258.481000', '091258.484000', '091258.487000', '091258.489000', '091258.492000', '091258.495000', '091258.497000', '091258.500000', '091258.502000', '091258.505000', '091258.507000', '091258.510000', '091258.513000', '091258.515000', '091258.518000', '091258.520000', '091258.523000', '091258.525000', '091258.528000', '091258.531000', '091258.533000', '091258.536000', '091258.539000', '091258.541000', '091258.544000', '091258.546000', '091258.549000', '091258.551000', '091258.554000', '091258.557000', '091258.559000', '091258.562000', '091258.564000', '091258.567000', '091258.570000', '091258.572000', '091258.575000', '091318.464000', '091318.467000', '091318.469000', '091318.472000', '091318.474000', '091318.477000', '091318.480000', '091318.482000', '091318.485000', '091318.487000', '091318.499000', '091318.502000', '091318.504000', '091318.507000', '091318.509000', '091318.512000', '091318.514000', '091318.517000', '091318.520000', '091318.522000', '091318.525000', '091318.527000', '091318.530000', '091318.532000', '091318.535000', '091318.538000', '091318.540000', '091318.543000', '091318.546000', '091318.548000', '091318.551000', '091318.553000', '091318.556000', '091318.558000', '091318.561000', '091318.563000', '091318.566000', '091318.569000', '091318.571000', '091318.574000', '091318.576000', '091318.579000', '091318.582000', '091318.584000', '091332.164000', '091332.167000', '091332.169000', '091332.172000', '091332.174000', '091332.177000', '091332.180000', '091332.183000', '091332.186000', '091332.188000', '091332.191000', '091332.194000', '091332.196000', '091332.199000', '091332.201000', '091332.204000', '091332.207000', '091332.209000', '091332.212000', '091332.214000', '091332.217000', '091332.219000', '091332.222000', '091332.225000', '091332.227000', '091332.230000', '091332.232000', '091332.235000', '091332.238000', '091332.240000'], 'InstanceCreationTime': ['090718.511000', '090718.514000', '090718.517000', '090718.520000', '090718.522000', '090718.525000', '090718.527000', '090718.530000', '090718.532000', '090718.535000', '090718.538000', '090718.540000', '090718.543000', '090718.561000', '090718.564000', '090718.566000', '090718.569000', '090718.571000', '090718.574000', '090718.576000', '090718.584000', '090718.587000', '090718.590000', '090718.592000', '090718.595000', '090718.597000', '090718.600000', '090718.602000', '090718.605000', '090718.608000', '090718.610000', '090718.613000', '090718.615000', '090718.618000', '090718.620000', '090718.623000', '090718.625000', '090718.628000', '090718.636000', '090718.639000', '090718.642000', '090718.644000', '090718.647000', '090718.649000', '090718.652000', '090718.654000', '090718.657000', '090718.660000', '090718.662000', '090718.665000', '090718.667000', '090718.670000', '090718.672000', '090718.675000', '090718.678000', '090718.680000', '090718.683000', '090718.685000', '090718.688000', '090738.462000', '090738.465000', '090738.468000', '090738.470000', '090738.473000', '090738.475000', '090738.478000', '090738.480000', '090738.483000', '090738.486000', '090738.488000', '090738.491000', '090738.493000', '090738.496000', '090738.498000', '090738.501000', '090738.503000', '090738.506000', '090738.509000', '090738.511000', '090738.514000', '090738.516000', '090738.519000', '090738.521000', '090738.524000', '090738.527000', '090738.529000', '090738.532000', '090738.535000', '090738.537000', '090738.540000', '090738.542000', '090738.545000', '090738.547000', '090738.550000', '090738.552000', '090738.555000', '090738.557000', '090738.560000', '090738.563000', '090738.565000', '090738.568000', '090738.570000', '090738.573000', '090758.463000', '090758.465000', '090758.468000', '090758.471000', '090758.473000', '090758.476000', '090758.478000', '090758.481000', '090758.483000', '090758.486000', '090758.489000', '090758.491000', '090758.494000', '090758.496000', '090758.499000', '090758.501000', '090758.504000', '090758.507000', '090758.509000', '090758.512000', '090758.514000', '090758.517000', '090758.519000', '090758.522000', '090758.524000', '090758.527000', '090758.530000', '090758.532000', '090758.535000', '090758.537000', '090758.540000', '090758.542000', '090758.545000', '090758.547000', '090758.550000', '090758.553000', '090758.555000', '090758.558000', '090758.560000', '090758.563000', '090758.565000', '090758.568000', '090758.571000', '090818.464000', '090818.466000', '090818.469000', '090818.472000', '090818.474000', '090818.477000', '090818.479000', '090818.482000', '090818.484000', '090818.487000', '090818.490000', '090818.493000', '090818.496000', '090818.498000', '090818.501000', '090818.503000', '090818.506000', '090818.509000', '090818.511000', '090818.514000', '090818.516000', '090818.519000', '090818.521000', '090818.524000', '090818.527000', '090818.529000', '090818.532000', '090818.534000', '090818.537000', '090818.539000', '090818.542000', '090818.545000', '090818.547000', '090818.550000', '090818.553000', '090818.555000', '090818.558000', '090818.560000', '090818.563000', '090818.566000', '090818.568000', '090818.571000', '090818.573000', '090838.463000', '090838.466000', '090838.469000', '090838.471000', '090838.474000', '090838.477000', '090838.479000', '090838.482000', '090838.484000', '090838.487000', '090838.489000', '090838.492000', '090838.494000', '090838.497000', '090838.499000', '090838.502000', '090838.505000', '090838.507000', '090838.510000', '090838.513000', '090838.515000', '090838.518000', '090838.520000', '090838.523000', '090838.526000', '090838.528000', '090838.531000', '090838.533000', '090838.536000', '090838.538000', '090838.541000', '090838.544000', '090838.546000', '090838.549000', '090838.551000', '090838.554000', '090838.556000', '090838.571000', '090838.573000', '090838.576000', '090838.578000', '090838.581000', '090838.583000', '090838.586000', '090858.463000', '090858.466000', '090858.469000', '090858.471000', '090858.474000', '090858.476000', '090858.479000', '090858.482000', '090858.484000', '090858.487000', '090858.489000', '090858.492000', '090858.495000', '090858.497000', '090858.500000', '090858.502000', '090858.505000', '090858.508000', '090858.510000', '090858.513000', '090858.515000', '090858.518000', '090858.521000', '090858.523000', '090858.526000', '090858.528000', '090858.531000', '090858.533000', '090858.536000', '090858.539000', '090858.541000', '090858.544000', '090858.546000', '090858.549000', '090858.551000', '090858.554000', '090858.556000', '090858.559000', '090858.562000', '090858.564000', '090858.567000', '090858.569000', '090858.572000', '090858.574000', '090918.464000', '090918.466000', '090918.469000', '090918.472000', '090918.474000', '090918.477000', '090918.479000', '090918.482000', '090918.484000', '090918.487000', '090918.490000', '090918.492000', '090918.495000', '090918.497000', '090918.500000', '090918.502000', '090918.505000', '090918.507000', '090918.510000', '090918.512000', '090918.515000', '090918.518000', '090918.520000', '090918.523000', '090918.525000', '090918.528000', '090918.531000', '090918.533000', '090918.536000', '090918.538000', '090918.541000', '090918.543000', '090918.546000', '090918.549000', '090918.551000', '090918.554000', '090918.556000', '090918.559000', '090918.561000', '090918.564000', '090918.567000', '090918.569000', '090918.572000', '090938.464000', '090938.467000', '090938.470000', '090938.473000', '090938.476000', '090938.479000', '090938.481000', '090938.484000', '090938.486000', '090938.489000', '090938.492000', '090938.494000', '090938.497000', '090938.499000', '090938.502000', '090938.504000', '090938.507000', '090938.510000', '090938.512000', '090938.515000', '090938.517000', '090938.520000', '090938.522000', '090938.525000', '090938.528000', '090938.532000', '090938.535000', '090938.537000', '090938.540000', '090938.542000', '090938.545000', '090938.548000', '090938.550000', '090938.553000', '090938.555000', '090938.558000', '090938.560000', '090938.563000', '090938.566000', '090938.568000', '090938.571000', '090938.573000', '090938.576000', '090958.462000', '090958.465000', '090958.468000', '090958.470000', '090958.473000', '090958.476000', '090958.478000', '090958.481000', '090958.483000', '090958.486000', '090958.488000', '090958.491000', '090958.493000', '090958.496000', '090958.499000', '090958.501000', '090958.504000', '090958.506000', '090958.509000', '090958.512000', '090958.514000', '090958.517000', '090958.519000', '090958.522000', '090958.525000', '090958.527000', '090958.530000', '090958.532000', '090958.535000', '090958.537000', '090958.540000', '090958.543000', '090958.545000', '090958.548000', '090958.551000', '090958.553000', '090958.556000', '090958.558000', '090958.561000', '090958.563000', '090958.566000', '090958.568000', '090958.571000', '090958.573000', '091018.463000', '091018.465000', '091018.468000', '091018.471000', '091018.473000', '091018.476000', '091018.478000', '091018.481000', '091018.484000', '091018.486000', '091018.489000', '091018.491000', '091018.495000', '091018.498000', '091018.501000', '091018.504000', '091018.506000', '091018.509000', '091018.522000', '091018.525000', '091018.527000', '091018.530000', '091018.532000', '091018.535000', '091018.537000', '091018.540000', '091018.543000', '091018.545000', '091018.548000', '091018.550000', '091018.553000', '091018.556000', '091018.558000', '091018.561000', '091018.564000', '091018.566000', '091018.569000', '091018.571000', '091018.574000', '091018.576000', '091018.579000', '091018.582000', '091018.584000', '091038.463000', '091038.466000', '091038.469000', '091038.471000', '091038.474000', '091038.477000', '091038.479000', '091038.482000', '091038.484000', '091038.487000', '091038.489000', '091038.492000', '091038.494000', '091038.497000', '091038.500000', '091038.502000', '091038.505000', '091038.508000', '091038.510000', '091038.513000', '091038.515000', '091038.518000', '091038.521000', '091038.523000', '091038.526000', '091038.528000', '091038.531000', '091038.533000', '091038.536000', '091038.538000', '091038.541000', '091038.544000', '091038.546000', '091038.549000', '091038.551000', '091038.554000', '091038.557000', '091038.559000', '091038.562000', '091038.564000', '091038.567000', '091038.569000', '091038.572000', '091038.575000', '091058.463000', '091058.466000', '091058.469000', '091058.472000', '091058.474000', '091058.477000', '091058.479000', '091058.482000', '091058.485000', '091058.487000', '091058.490000', '091058.492000', '091058.495000', '091058.497000', '091058.500000', '091058.503000', '091058.505000', '091058.508000', '091058.510000', '091058.513000', '091058.516000', '091058.518000', '091058.521000', '091058.523000', '091058.526000', '091058.528000', '091058.532000', '091058.535000', '091058.538000', '091058.540000', '091058.543000', '091058.546000', '091058.548000', '091058.574000', '091058.576000', '091058.579000', '091058.582000', '091058.584000', '091058.587000', '091058.590000', '091058.592000', '091058.595000', '091058.597000', '091118.464000', '091118.467000', '091118.469000', '091118.472000', '091118.474000', '091118.477000', '091118.479000', '091118.482000', '091118.485000', '091118.487000', '091118.490000', '091118.492000', '091118.495000', '091118.498000', '091118.500000', '091118.503000', '091118.505000', '091118.508000', '091118.511000', '091118.513000', '091118.516000', '091118.518000', '091118.521000', '091118.523000', '091118.526000', '091118.529000', '091118.531000', '091118.534000', '091118.536000', '091118.539000', '091118.542000', '091118.544000', '091118.547000', '091118.549000', '091118.552000', '091118.555000', '091118.557000', '091118.560000', '091118.562000', '091118.565000', '091118.568000', '091118.570000', '091118.573000', '091118.575000', '091138.464000', '091138.467000', '091138.469000', '091138.472000', '091138.475000', '091138.477000', '091138.480000', '091138.482000', '091138.485000', '091138.487000', '091138.490000', '091138.493000', '091138.495000', '091138.498000', '091138.500000', '091138.503000', '091138.505000', '091138.508000', '091138.511000', '091138.513000', '091138.516000', '091138.518000', '091138.521000', '091138.523000', '091138.526000', '091138.529000', '091138.531000', '091138.534000', '091138.536000', '091138.539000', '091138.541000', '091138.544000', '091138.546000', '091138.549000', '091138.552000', '091138.554000', '091138.557000', '091138.559000', '091138.562000', '091138.565000', '091138.567000', '091138.570000', '091138.587000', '091158.464000', '091158.467000', '091158.469000', '091158.472000', '091158.474000', '091158.477000', '091158.480000', '091158.482000', '091158.485000', '091158.487000', '091158.490000', '091158.492000', '091158.495000', '091158.497000', '091158.500000', '091158.503000', '091158.505000', '091158.508000', '091158.511000', '091158.513000', '091158.516000', '091158.518000', '091158.521000', '091158.523000', '091158.526000', '091158.529000', '091158.531000', '091158.534000', '091158.536000', '091158.539000', '091158.542000', '091158.544000', '091158.547000', '091158.549000', '091158.552000', '091158.554000', '091158.557000', '091158.560000', '091158.562000', '091158.565000', '091158.567000', '091158.570000', '091158.573000', '091158.575000', '091218.463000', '091218.466000', '091218.468000', '091218.471000', '091218.474000', '091218.476000', '091218.479000', '091218.481000', '091218.484000', '091218.486000', '091218.489000', '091218.492000', '091218.494000', '091218.497000', '091218.499000', '091218.502000', '091218.505000', '091218.507000', '091218.510000', '091218.513000', '091218.515000', '091218.518000', '091218.520000', '091218.523000', '091218.525000', '091218.528000', '091218.531000', '091218.533000', '091218.543000', '091218.546000', '091218.548000', '091218.551000', '091218.553000', '091218.556000', '091218.559000', '091218.561000', '091218.564000', '091218.566000', '091218.569000', '091218.571000', '091218.574000', '091218.577000', '091218.579000', '091238.463000', '091238.465000', '091238.468000', '091238.471000', '091238.473000', '091238.476000', '091238.478000', '091238.481000', '091238.484000', '091238.486000', '091238.489000', '091238.491000', '091238.494000', '091238.497000', '091238.499000', '091238.502000', '091238.504000', '091238.507000', '091238.509000', '091238.512000', '091238.514000', '091238.517000', '091238.520000', '091238.522000', '091238.525000', '091238.527000', '091238.530000', '091238.533000', '091238.535000', '091238.538000', '091238.540000', '091238.543000', '091238.546000', '091238.548000', '091238.551000', '091238.553000', '091238.556000', '091238.558000', '091238.561000', '091238.564000', '091238.566000', '091238.569000', '091238.571000', '091238.574000', '091258.464000', '091258.467000', '091258.469000', '091258.472000', '091258.475000', '091258.477000', '091258.481000', '091258.484000', '091258.487000', '091258.489000', '091258.492000', '091258.495000', '091258.497000', '091258.500000', '091258.502000', '091258.505000', '091258.507000', '091258.510000', '091258.513000', '091258.515000', '091258.518000', '091258.520000', '091258.523000', '091258.525000', '091258.528000', '091258.531000', '091258.533000', '091258.536000', '091258.539000', '091258.541000', '091258.544000', '091258.546000', '091258.549000', '091258.551000', '091258.554000', '091258.557000', '091258.559000', '091258.562000', '091258.564000', '091258.567000', '091258.570000', '091258.572000', '091258.575000', '091318.464000', '091318.467000', '091318.469000', '091318.472000', '091318.474000', '091318.477000', '091318.480000', '091318.482000', '091318.485000', '091318.487000', '091318.499000', '091318.502000', '091318.504000', '091318.507000', '091318.509000', '091318.512000', '091318.514000', '091318.517000', '091318.520000', '091318.522000', '091318.525000', '091318.527000', '091318.530000', '091318.532000', '091318.535000', '091318.538000', '091318.540000', '091318.543000', '091318.546000', '091318.548000', '091318.551000', '091318.553000', '091318.556000', '091318.558000', '091318.561000', '091318.563000', '091318.566000', '091318.569000', '091318.571000', '091318.574000', '091318.576000', '091318.579000', '091318.582000', '091318.584000', '091332.164000', '091332.167000', '091332.169000', '091332.172000', '091332.174000', '091332.177000', '091332.180000', '091332.183000', '091332.186000', '091332.188000', '091332.191000', '091332.194000', '091332.196000', '091332.199000', '091332.201000', '091332.204000', '091332.207000', '091332.209000', '091332.212000', '091332.214000', '091332.217000', '091332.219000', '091332.222000', '091332.225000', '091332.227000', '091332.230000', '091332.232000', '091332.235000', '091332.238000', '091332.240000'], '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': [7450, 8550, 7460, 8277, 7850, 7485, 7876, 7350, 7396, 7849, 7105, 7939, 7855, 7715, 6784, 7559, 6813, 7379, 6648, 7810, 7532, 7485, 7501, 7761, 7371, 7640, 7695, 7696, 8249, 7945, 7541, 8078, 7169, 8584, 8465, 7932, 7829, 7179, 7767, 7575, 7799, 8514, 7665, 10303, 7817, 8743, 8088, 6952, 7781, 7446, 7302, 7015, 7517, 7349, 7809, 7737, 8751, 7513, 8942, 7311, 9244, 7293, 9601, 7486, 9338, 7075, 7910, 6624, 8030, 7240, 7557, 8520, 7548, 8043, 7198, 9822, 7310, 9117, 7397, 8911, 7685, 8969, 7458, 8587, 7601, 7958, 7730, 8272, 7444, 8235, 7153, 7971, 7395, 8116, 7771, 8697, 7014, 8412, 7134, 8788, 7437, 9244, 7248, 9035, 6900, 9000, 7351, 9005, 7824, 7762, 8077, 8426, 8316, 8277, 8121, 8295, 8044, 7247, 6951, 7226, 7852, 7396, 8908, 8143, 9044, 7088, 6716, 7159, 7086, 6790, 6860, 7435, 6842, 7397, 7089, 8197, 7226, 8608, 7260, 8446, 6864, 8572, 6999, 9367, 7165, 9376, 7139, 9156, 6982, 8973, 7328, 8172, 7259, 8388, 7156, 8037, 7055, 7965, 7282, 8485, 6963, 8659, 6721, 8774, 7011, 9166, 7016, 9566, 6948, 8559, 6866, 9024, 7084, 9388, 8100, 9883, 7587, 7178, 6540, 6922, 8308, 7413, 9005, 7257, 8952, 7122, 7732, 6942, 8041, 6946, 9826, 6900, 9266, 7143, 9308, 7091, 9245, 7558, 8675, 7133, 8786, 7766, 7392, 7914, 7492, 7388, 7785, 6866, 7440, 7406, 7657, 7452, 6975, 6939, 6638, 7382, 6648, 7184, 7258, 7083, 6572, 7396, 6736, 7614, 6960, 7652, 7018, 7464, 7028, 8436, 7206, 7316, 8022, 7265, 7914, 7503, 8768, 8423, 7654, 8425, 6819, 7337, 8817, 7794, 10976, 7294, 9778, 7348, 8961, 6683, 11253, 6665, 10563, 7345, 9162, 7560, 8572, 7157, 8567, 6941, 6528, 7253, 6835, 7270, 6924, 7836, 7717, 8402, 6808, 7525, 7322, 7251, 6708, 7188, 7916, 6854, 9184, 6562, 9486, 7254, 8750, 8796, 9378, 8869, 8161, 7306, 8506, 6738, 9683, 6902, 10430, 7435, 9857, 6688, 9135, 7459, 8156, 6496, 8160, 6719, 8408, 7280, 7543, 6980, 6821, 7164, 7212, 7039, 6886, 7011, 7165, 7458, 7410, 7531, 8235, 7024, 8010, 7204, 8418, 6810, 8826, 6909, 8993, 6887, 8044, 7184, 7855, 7357, 7665, 6974, 7333, 7026, 7736, 6853, 8160, 6846, 8567, 7190, 8963, 7269, 9121, 7227, 8891, 6989, 7551, 7186, 6643, 8827, 7217, 7172, 6880, 7102, 6920, 9304, 7925, 7459, 7205, 7393, 6985, 7621, 7068, 7482, 10134, 7093, 7802, 7106, 7182, 7038, 7110, 7055, 7255, 6752, 7953, 7358, 8372, 7025, 8318, 7198, 7735, 7084, 8198, 7139, 9408, 7149, 9166, 6902, 8693, 7143, 7838, 6927, 7799, 6922, 8134, 6761, 8327, 6915, 8206, 7173, 8067, 6949, 8037, 6965, 7046, 6990, 7053, 7300, 6931, 7676, 7254, 7292, 7744, 6482, 7811, 7693, 7749, 6741, 7450, 6155, 7368, 6873, 7166, 6905, 6754, 7869, 7362, 7283, 7179, 7829, 7339, 7411, 6840, 7583, 7259, 7406, 7311, 7334, 7313, 7402, 7144, 7658, 7097, 7625, 6971, 7402, 6745, 7525, 6645, 7855, 6744, 7563, 7370, 7686, 7536, 7928, 8852, 7830, 9096, 7590, 7878, 7761, 9983, 7674, 11425, 8472, 9905, 7543, 7519, 7668, 7650, 7355, 7841, 7636, 9384, 7247, 7801, 7493, 10595, 7193, 7980, 6959, 6739, 7325, 7782, 6956, 7172, 7566, 6979, 7678, 7113, 8830, 7264, 6798, 6822, 8530, 6679, 9550, 8943, 8665, 6878, 8700, 6750, 9313, 6835, 8965, 7380, 8581, 7214, 7109, 6809, 7184, 6825, 7474, 6823, 7500, 6958, 6867, 6931, 7584, 6870, 8003, 6934, 8639, 6995, 8576, 7001, 8635, 6908, 9013, 7125, 8677, 6681, 8913, 6631, 9474, 6782, 9381, 6773, 8907, 6988, 9093, 6923, 9257, 6976, 8497, 7308, 8921, 7726, 8624, 6841, 8204, 6759, 9572, 6889, 9073, 7835, 8902, 7057, 7415, 7128, 7035, 6804, 7144, 7270, 7640, 6854, 7382, 6502, 6926, 6636, 6987, 6468, 7263, 6523, 6959, 6717, 6748, 7482, 7020, 6816, 6915, 7093, 6919, 7770, 6864, 7746, 6808, 7879, 6292, 8184, 6856, 8132, 7079, 8122, 6683, 8074, 7612, 7958, 9566, 8182, 9529, 7701, 9432, 7356, 9468, 7968, 8966, 8382, 8360, 8351, 8547, 8607, 7560, 8140, 6989, 7991, 7993, 9802, 7486, 7985, 7537, 8272, 10944, 10141, 9550, 7230, 10197, 7711, 9427, 8402, 8721, 8256, 8379, 8489, 7729, 8388, 8021, 8045, 8259, 6909, 7544, 6690, 7999, 9704, 7384, 6482, 9426, 10966, 7151, 9275, 7776, 7053, 7172, 7453, 7291, 7739, 7374, 7746, 7349, 7734, 7482, 7747, 7330, 7517, 7934, 7607, 7962, 7699, 7231, 7359, 12634, 10083, 9102, 6950, 6768, 7671, 7896, 8147, 8841, 9115, 6959, 8738, 8323, 8912, 8696, 11012, 8462, 8784, 9106, 9058, 9234, 11635, 8751, 9066, 8022, 9011, 8168, 9006, 8285, 9459, 8463, 8970, 8060, 8008, 8011, 7377, 8435, 7907, 9714, 9862, 7971, 7444, 8232, 8116, 8308, 8034, 8572, 9009, 8065, 9004, 8661, 8935, 9125, 9301, 9865, 8696, 9898, 8169, 9137, 8651, 9356, 8821, 7790, 7972, 7739, 8272, 7594, 7734, 7051, 7232, 7197, 8740, 8011, 7786, 7818, 6965, 9936, 8050, 6772, 8855, 8030, 6947, 7584, 6961, 7265, 7856, 8867, 7938, 10533, 7822, 6802, 7679, 7218, 8093, 7493, 7564, 7096, 7176, 7116, 7189, 7804, 6932, 7099, 6915, 7591, 6521, 8138, 7035, 8309, 6657, 8951, 6926, 9070, 6724, 9368, 6969, 8695, 7389, 7966, 8813, 8458, 7848, 9910, 7636, 8792, 7991, 10804, 8435, 11684, 7959, 9487, 7579, 9232, 7669, 9768, 8145, 8577, 7681, 7813, 7390, 7290, 7770, 8300, 8453, 8280, 7648, 7417, 7426, 8016, 7586, 9247, 7795, 10320, 8279, 8843, 7424, 9481, 7465, 9447, 8284, 8030, 7203, 6817, 9941, 10594, 7350, 7497, 7341, 7573, 7464, 7677, 8287, 8369, 7021, 8005, 7744, 7360, 8282, 7500, 11407, 7697, 7477, 7926, 7413, 7907, 7181, 7528, 7162, 8420, 7670, 9688, 7280, 9204, 7461, 8128, 7646, 7344, 8027, 6817, 7326, 6694, 6905, 7152], 'WindowCenter': [3626.0, 3640.0, 3616.0, 3615.0, 3613.0, 3594.0, 3601.0, 3589.0, 3588.0, 3600.0, 3588.0, 3611.0, 3599.0, 3599.0, 3576.0, 3600.0, 3577.0, 3601.0, 3588.0, 3601.0, 3600.0, 3601.0, 3600.0, 3600.0, 3589.0, 3600.0, 3599.0, 3590.0, 3599.0, 3599.0, 3598.0, 3598.0, 3587.0, 3610.0, 3597.0, 3599.0, 3599.0, 3587.0, 3599.0, 3600.0, 3600.0, 3608.0, 3598.0, 3617.0, 3586.0, 3607.0, 3599.0, 3588.0, 3599.0, 3599.0, 3599.0, 3589.0, 3589.0, 3602.0, 3612.0, 3613.0, 3623.0, 3613.0, 3623.0, 3613.0, 3623.0, 3602.0, 3624.0, 3601.0, 3622.0, 3589.0, 3600.0, 3588.0, 3598.0, 3587.0, 3599.0, 3608.0, 3598.0, 3596.0, 3587.0, 3606.0, 3586.0, 3606.0, 3587.0, 3607.0, 3598.0, 3600.0, 3598.0, 3608.0, 3598.0, 3598.0, 3599.0, 3597.0, 3589.0, 3597.0, 3588.0, 3597.0, 3598.0, 3598.0, 3589.0, 3608.0, 3588.0, 3597.0, 3588.0, 3608.0, 3598.0, 3608.0, 3587.0, 3606.0, 3576.0, 3607.0, 3586.0, 3607.0, 3586.0, 3585.0, 3595.0, 3595.0, 3595.0, 3596.0, 3597.0, 3594.0, 3596.0, 3585.0, 3575.0, 3597.0, 3597.0, 3598.0, 3609.0, 3589.0, 3595.0, 3573.0, 3573.0, 3574.0, 3574.0, 3575.0, 3574.0, 3584.0, 3575.0, 3585.0, 3587.0, 3608.0, 3598.0, 3599.0, 3599.0, 3608.0, 3580.0, 3608.0, 3600.0, 3610.0, 3601.0, 3611.0, 3591.0, 3621.0, 3601.0, 3612.0, 3600.0, 3610.0, 3601.0, 3610.0, 3601.0, 3610.0, 3592.0, 3604.0, 3613.0, 3612.0, 3603.0, 3612.0, 3602.0, 3622.0, 3602.0, 3615.0, 3591.0, 3620.0, 3589.0, 3611.0, 3590.0, 3621.0, 3601.0, 3609.0, 3600.0, 3619.0, 3600.0, 3588.0, 3578.0, 3599.0, 3609.0, 3588.0, 3609.0, 3588.0, 3607.0, 3586.0, 3585.0, 3585.0, 3596.0, 3586.0, 3606.0, 3574.0, 3605.0, 3585.0, 3606.0, 3587.0, 3599.0, 3599.0, 3607.0, 3588.0, 3609.0, 3612.0, 3598.0, 3609.0, 3598.0, 3600.0, 3599.0, 3589.0, 3599.0, 3600.0, 3611.0, 3612.0, 3600.0, 3590.0, 3589.0, 3600.0, 3588.0, 3601.0, 3589.0, 3601.0, 3589.0, 3601.0, 3589.0, 3612.0, 3602.0, 3612.0, 3600.0, 3601.0, 3591.0, 3622.0, 3600.0, 3601.0, 3611.0, 3601.0, 3610.0, 3600.0, 3621.0, 3609.0, 3601.0, 3610.0, 3590.0, 3589.0, 3621.0, 3599.0, 3630.0, 3587.0, 3618.0, 3586.0, 3607.0, 3575.0, 3617.0, 3567.0, 3616.0, 3585.0, 3605.0, 3585.0, 3594.0, 3586.0, 3606.0, 3586.0, 3575.0, 3597.0, 3586.0, 3599.0, 3599.0, 3611.0, 3626.0, 3623.0, 3592.0, 3611.0, 3613.0, 3601.0, 3602.0, 3601.0, 3602.0, 3591.0, 3621.0, 3589.0, 3620.0, 3599.0, 3608.0, 3610.0, 3619.0, 3620.0, 3597.0, 3586.0, 3595.0, 3564.0, 3604.0, 3574.0, 3604.0, 3584.0, 3593.0, 3572.0, 3592.0, 3574.0, 3574.0, 3563.0, 3594.0, 3574.0, 3594.0, 3585.0, 3584.0, 3586.0, 3575.0, 3587.0, 3586.0, 3579.0, 3586.0, 3598.0, 3588.0, 3600.0, 3600.0, 3611.0, 3610.0, 3601.0, 3610.0, 3601.0, 3610.0, 3590.0, 3621.0, 3589.0, 3609.0, 3579.0, 3598.0, 3579.0, 3609.0, 3599.0, 3598.0, 3588.0, 3598.0, 3588.0, 3598.0, 3589.0, 3601.0, 3579.0, 3620.0, 3589.0, 3620.0, 3600.0, 3620.0, 3600.0, 3609.0, 3588.0, 3598.0, 3589.0, 3578.0, 3609.0, 3598.0, 3600.0, 3599.0, 3588.0, 3600.0, 3620.0, 3611.0, 3590.0, 3587.0, 3587.0, 3586.0, 3597.0, 3586.0, 3587.0, 3618.0, 3586.0, 3586.0, 3586.0, 3585.0, 3585.0, 3585.0, 3586.0, 3587.0, 3577.0, 3597.0, 3598.0, 3608.0, 3600.0, 3609.0, 3600.0, 3598.0, 3600.0, 3609.0, 3600.0, 3619.0, 3600.0, 3620.0, 3578.0, 3598.0, 3587.0, 3597.0, 3587.0, 3597.0, 3588.0, 3598.0, 3588.0, 3608.0, 3588.0, 3608.0, 3600.0, 3609.0, 3589.0, 3611.0, 3604.0, 3591.0, 3591.0, 3589.0, 3612.0, 3588.0, 3600.0, 3599.0, 3600.0, 3599.0, 3590.0, 3600.0, 3600.0, 3591.0, 3590.0, 3599.0, 3568.0, 3587.0, 3589.0, 3588.0, 3589.0, 3589.0, 3599.0, 3601.0, 3600.0, 3590.0, 3591.0, 3600.0, 3600.0, 3589.0, 3611.0, 3601.0, 3601.0, 3601.0, 3601.0, 3600.0, 3600.0, 3601.0, 3591.0, 3592.0, 3600.0, 3600.0, 3600.0, 3590.0, 3611.0, 3595.0, 3624.0, 3604.0, 3614.0, 3614.0, 3613.0, 3614.0, 3613.0, 3635.0, 3613.0, 3624.0, 3612.0, 3611.0, 3601.0, 3621.0, 3600.0, 3632.0, 3599.0, 3619.0, 3587.0, 3586.0, 3586.0, 3576.0, 3577.0, 3597.0, 3586.0, 3607.0, 3586.0, 3597.0, 3586.0, 3616.0, 3574.0, 3584.0, 3565.0, 3552.0, 3585.0, 3596.0, 3599.0, 3588.0, 3610.0, 3601.0, 3613.0, 3589.0, 3610.0, 3599.0, 3588.0, 3588.0, 3609.0, 3589.0, 3621.0, 3620.0, 3608.0, 3576.0, 3595.0, 3575.0, 3605.0, 3576.0, 3607.0, 3586.0, 3595.0, 3585.0, 3574.0, 3575.0, 3585.0, 3588.0, 3587.0, 3579.0, 3589.0, 3600.0, 3588.0, 3601.0, 3612.0, 3592.0, 3603.0, 3603.0, 3614.0, 3603.0, 3622.0, 3603.0, 3623.0, 3603.0, 3612.0, 3602.0, 3621.0, 3582.0, 3612.0, 3591.0, 3621.0, 3589.0, 3619.0, 3588.0, 3608.0, 3588.0, 3608.0, 3587.0, 3607.0, 3586.0, 3596.0, 3598.0, 3610.0, 3599.0, 3607.0, 3588.0, 3586.0, 3587.0, 3618.0, 3578.0, 3622.0, 3599.0, 3608.0, 3587.0, 3586.0, 3586.0, 3585.0, 3586.0, 3585.0, 3585.0, 3584.0, 3574.0, 3584.0, 3563.0, 3576.0, 3564.0, 3564.0, 3562.0, 3582.0, 3562.0, 3572.0, 3574.0, 3574.0, 3585.0, 3575.0, 3575.0, 3586.0, 3588.0, 3586.0, 3609.0, 3587.0, 3610.0, 3589.0, 3601.0, 3580.0, 3623.0, 3591.0, 3624.0, 3613.0, 3624.0, 3603.0, 3624.0, 3612.0, 3624.0, 3634.0, 3636.0, 3624.0, 3603.0, 3633.0, 3613.0, 3622.0, 3624.0, 3624.0, 3624.0, 3610.0, 3612.0, 3621.0, 3622.0, 3611.0, 3623.0, 3602.0, 3613.0, 3602.0, 3633.0, 3600.0, 3610.0, 3599.0, 3610.0, 3619.0, 3620.0, 3596.0, 3586.0, 3616.0, 3596.0, 3595.0, 3595.0, 3595.0, 3595.0, 3594.0, 3606.0, 3584.0, 3596.0, 3595.0, 3597.0, 3598.0, 3599.0, 3599.0, 3588.0, 3610.0, 3610.0, 3599.0, 3588.0, 3620.0, 3617.0, 3586.0, 3596.0, 3597.0, 3575.0, 3576.0, 3588.0, 3600.0, 3609.0, 3611.0, 3610.0, 3600.0, 3601.0, 3590.0, 3610.0, 3611.0, 3590.0, 3611.0, 3599.0, 3610.0, 3587.0, 3598.0, 3590.0, 3641.0, 3610.0, 3607.0, 3585.0, 3586.0, 3609.0, 3611.0, 3612.0, 3621.0, 3632.0, 3590.0, 3622.0, 3611.0, 3622.0, 3621.0, 3621.0, 3610.0, 3620.0, 3609.0, 3620.0, 3620.0, 3630.0, 3606.0, 3593.0, 3572.0, 3592.0, 3593.0, 3604.0, 3607.0, 3616.0, 3607.0, 3606.0, 3598.0, 3596.0, 3609.0, 3586.0, 3608.0, 3608.0, 3619.0, 3616.0, 3595.0, 3575.0, 3606.0, 3607.0, 3599.0, 3609.0, 3610.0, 3632.0, 3611.0, 3633.0, 3612.0, 3622.0, 3623.0, 3621.0, 3632.0, 3621.0, 3609.0, 3598.0, 3619.0, 3608.0, 3608.0, 3597.0, 3599.0, 3596.0, 3585.0, 3584.0, 3584.0, 3584.0, 3584.0, 3585.0, 3574.0, 3595.0, 3595.0, 3585.0, 3585.0, 3576.0, 3604.0, 3594.0, 3562.0, 3605.0, 3596.0, 3586.0, 3609.0, 3599.0, 3600.0, 3610.0, 3620.0, 3598.0, 3629.0, 3575.0, 3575.0, 3596.0, 3575.0, 3595.0, 3575.0, 3583.0, 3573.0, 3563.0, 3584.0, 3584.0, 3596.0, 3584.0, 3575.0, 3585.0, 3597.0, 3566.0, 3610.0, 3588.0, 3611.0, 3578.0, 3621.0, 3599.0, 3633.0, 3602.0, 3633.0, 3601.0, 3634.0, 3614.0, 3625.0, 3647.0, 3625.0, 3625.0, 3624.0, 3613.0, 3622.0, 3623.0, 3643.0, 3623.0, 3643.0, 3601.0, 3619.0, 3610.0, 3619.0, 3611.0, 3620.0, 3601.0, 3608.0, 3599.0, 3597.0, 3588.0, 3597.0, 3600.0, 3609.0, 3621.0, 3610.0, 3611.0, 3590.0, 3599.0, 3609.0, 3599.0, 3619.0, 3599.0, 3618.0, 3608.0, 3606.0, 3586.0, 3605.0, 3587.0, 3617.0, 3597.0, 3595.0, 3575.0, 3564.0, 3616.0, 3603.0, 3562.0, 3571.0, 3573.0, 3573.0, 3584.0, 3595.0, 3595.0, 3595.0, 3585.0, 3596.0, 3586.0, 3597.0, 3598.0, 3586.0, 3627.0, 3584.0, 3574.0, 3594.0, 3574.0, 3595.0, 3584.0, 3595.0, 3584.0, 3594.0, 3595.0, 3605.0, 3584.0, 3594.0, 3585.0, 3594.0, 3586.0, 3586.0, 3608.0, 3579.0, 3600.0, 3587.0, 3599.0, 3588.0], 'WindowWidth': [8211.0, 8227.0, 8187.0, 8174.0, 8177.0, 8140.0, 8154.0, 8127.0, 8131.0, 8150.0, 8131.0, 8166.0, 8147.0, 8149.0, 8115.0, 8150.0, 8116.0, 8153.0, 8135.0, 8154.0, 8153.0, 8155.0, 8151.0, 8154.0, 8127.0, 8152.0, 8150.0, 8130.0, 8148.0, 8149.0, 8145.0, 8144.0, 8127.0, 8163.0, 8143.0, 8149.0, 8148.0, 8130.0, 8150.0, 8150.0, 8151.0, 8159.0, 8146.0, 8167.0, 8126.0, 8153.0, 8149.0, 8133.0, 8151.0, 8148.0, 8150.0, 8136.0, 8127.0, 8158.0, 8173.0, 8176.0, 8188.0, 8177.0, 8187.0, 8177.0, 8188.0, 8161.0, 8189.0, 8156.0, 8184.0, 8137.0, 8151.0, 8134.0, 8147.0, 8130.0, 8147.0, 8159.0, 8145.0, 8139.0, 8128.0, 8152.0, 8127.0, 8152.0, 8130.0, 8155.0, 8145.0, 8143.0, 8147.0, 8157.0, 8147.0, 8145.0, 8149.0, 8143.0, 8127.0, 8143.0, 8134.0, 8142.0, 8146.0, 8144.0, 8127.0, 8158.0, 8132.0, 8143.0, 8133.0, 8158.0, 8147.0, 8157.0, 8129.0, 8153.0, 8105.0, 8153.0, 8128.0, 8156.0, 8126.0, 8122.0, 8136.0, 8134.0, 8136.0, 8138.0, 8141.0, 8132.0, 8138.0, 8123.0, 8104.0, 8144.0, 8143.0, 8147.0, 8161.0, 8125.0, 8134.0, 8104.0, 8104.0, 8106.0, 8106.0, 8110.0, 8108.0, 8122.0, 8113.0, 8126.0, 8131.0, 8158.0, 8148.0, 8140.0, 8149.0, 8161.0, 8117.0, 8160.0, 8153.0, 8157.0, 8156.0, 8158.0, 8134.0, 8183.0, 8157.0, 8163.0, 8155.0, 8167.0, 8156.0, 8167.0, 8156.0, 8168.0, 8138.0, 8155.0, 8177.0, 8166.0, 8163.0, 8164.0, 8159.0, 8184.0, 8161.0, 8170.0, 8135.0, 8178.0, 8139.0, 8168.0, 8140.0, 8181.0, 8157.0, 8160.0, 8150.0, 8174.0, 8152.0, 8136.0, 8121.0, 8151.0, 8162.0, 8132.0, 8160.0, 8130.0, 8155.0, 8125.0, 8122.0, 8125.0, 8139.0, 8127.0, 8151.0, 8108.0, 8147.0, 8123.0, 8151.0, 8129.0, 8138.0, 8148.0, 8155.0, 8132.0, 8163.0, 8172.0, 8146.0, 8163.0, 8147.0, 8153.0, 8149.0, 8138.0, 8151.0, 8155.0, 8168.0, 8172.0, 8155.0, 8131.0, 8136.0, 8154.0, 8135.0, 8155.0, 8130.0, 8156.0, 8137.0, 8155.0, 8139.0, 8173.0, 8160.0, 8173.0, 8155.0, 8156.0, 8133.0, 8185.0, 8154.0, 8157.0, 8169.0, 8156.0, 8165.0, 8151.0, 8181.0, 8163.0, 8156.0, 8167.0, 8141.0, 8131.0, 8183.0, 8151.0, 8192.0, 8130.0, 8171.0, 8126.0, 8155.0, 8109.0, 8167.0, 8094.0, 8166.0, 8122.0, 8149.0, 8124.0, 8133.0, 8126.0, 8154.0, 8128.0, 8111.0, 8143.0, 8129.0, 8149.0, 8152.0, 8170.0, 8200.0, 8190.0, 8146.0, 8170.0, 8175.0, 8157.0, 8160.0, 8159.0, 8152.0, 8143.0, 8182.0, 8138.0, 8176.0, 8149.0, 8160.0, 8165.0, 8174.0, 8178.0, 8142.0, 8127.0, 8136.0, 8085.0, 8146.0, 8106.0, 8145.0, 8119.0, 8121.0, 8101.0, 8127.0, 8098.0, 8097.0, 8092.0, 8132.0, 8108.0, 8133.0, 8125.0, 8122.0, 8126.0, 8112.0, 8131.0, 8127.0, 8114.0, 8129.0, 8148.0, 8133.0, 8153.0, 8153.0, 8169.0, 8166.0, 8156.0, 8167.0, 8156.0, 8166.0, 8142.0, 8180.0, 8130.0, 8163.0, 8114.0, 8145.0, 8116.0, 8162.0, 8148.0, 8145.0, 8133.0, 8146.0, 8134.0, 8148.0, 8138.0, 8145.0, 8117.0, 8179.0, 8130.0, 8177.0, 8152.0, 8178.0, 8154.0, 8160.0, 8134.0, 8144.0, 8128.0, 8110.0, 8161.0, 8147.0, 8152.0, 8150.0, 8135.0, 8154.0, 8178.0, 8167.0, 8128.0, 8131.0, 8128.0, 8128.0, 8141.0, 8128.0, 8129.0, 8172.0, 8126.0, 8125.0, 8125.0, 8124.0, 8125.0, 8126.0, 8129.0, 8130.0, 8110.0, 8144.0, 8148.0, 8160.0, 8152.0, 8163.0, 8153.0, 8148.0, 8152.0, 8161.0, 8152.0, 8176.0, 8152.0, 8177.0, 8112.0, 8137.0, 8131.0, 8142.0, 8131.0, 8144.0, 8134.0, 8145.0, 8134.0, 8158.0, 8135.0, 8160.0, 8152.0, 8164.0, 8138.0, 8169.0, 8162.0, 8138.0, 8141.0, 8136.0, 8171.0, 8133.0, 8152.0, 8148.0, 8152.0, 8149.0, 8138.0, 8151.0, 8154.0, 8134.0, 8138.0, 8147.0, 8105.0, 8127.0, 8133.0, 8134.0, 8135.0, 8136.0, 8148.0, 8154.0, 8151.0, 8138.0, 8129.0, 8150.0, 8151.0, 8136.0, 8170.0, 8156.0, 8155.0, 8153.0, 8154.0, 8153.0, 8152.0, 8155.0, 8132.0, 8135.0, 8151.0, 8153.0, 8150.0, 8141.0, 8168.0, 8145.0, 8191.0, 8165.0, 8178.0, 8178.0, 8175.0, 8177.0, 8168.0, 8207.0, 8176.0, 8190.0, 8171.0, 8168.0, 8154.0, 8181.0, 8152.0, 8197.0, 8148.0, 8174.0, 8127.0, 8126.0, 8127.0, 8103.0, 8108.0, 8141.0, 8127.0, 8153.0, 8125.0, 8141.0, 8128.0, 8164.0, 8106.0, 8119.0, 8089.0, 8064.0, 8122.0, 8141.0, 8151.0, 8133.0, 8167.0, 8155.0, 8176.0, 8135.0, 8164.0, 8149.0, 8135.0, 8135.0, 8163.0, 8138.0, 8180.0, 8179.0, 8158.0, 8114.0, 8135.0, 8111.0, 8150.0, 8114.0, 8153.0, 8128.0, 8135.0, 8124.0, 8107.0, 8112.0, 8125.0, 8133.0, 8129.0, 8116.0, 8127.0, 8152.0, 8136.0, 8157.0, 8172.0, 8140.0, 8154.0, 8162.0, 8167.0, 8163.0, 8185.0, 8164.0, 8189.0, 8163.0, 8163.0, 8158.0, 8183.0, 8124.0, 8163.0, 8143.0, 8180.0, 8137.0, 8175.0, 8132.0, 8157.0, 8133.0, 8159.0, 8131.0, 8154.0, 8128.0, 8139.0, 8146.0, 8157.0, 8152.0, 8154.0, 8133.0, 8118.0, 8132.0, 8172.0, 8112.0, 8188.0, 8150.0, 8161.0, 8132.0, 8128.0, 8128.0, 8124.0, 8126.0, 8125.0, 8122.0, 8120.0, 8107.0, 8120.0, 8085.0, 8105.0, 8086.0, 8085.0, 8089.0, 8115.0, 8089.0, 8103.0, 8108.0, 8110.0, 8125.0, 8102.0, 8113.0, 8129.0, 8134.0, 8131.0, 8166.0, 8134.0, 8168.0, 8138.0, 8149.0, 8121.0, 8191.0, 8139.0, 8194.0, 8177.0, 8193.0, 8164.0, 8194.0, 8173.0, 8192.0, 8205.0, 8212.0, 8184.0, 8155.0, 8201.0, 8177.0, 8177.0, 8192.0, 8184.0, 8191.0, 8168.0, 8164.0, 8182.0, 8186.0, 8171.0, 8189.0, 8161.0, 8169.0, 8151.0, 8201.0, 8155.0, 8169.0, 8143.0, 8167.0, 8168.0, 8170.0, 8131.0, 8127.0, 8165.0, 8139.0, 8129.0, 8138.0, 8136.0, 8136.0, 8133.0, 8153.0, 8121.0, 8140.0, 8139.0, 8145.0, 8140.0, 8150.0, 8150.0, 8137.0, 8165.0, 8156.0, 8149.0, 8135.0, 8179.0, 8169.0, 8126.0, 8131.0, 8142.0, 8104.0, 8109.0, 8128.0, 8153.0, 8166.0, 8171.0, 8169.0, 8156.0, 8147.0, 8133.0, 8166.0, 8171.0, 8133.0, 8171.0, 8152.0, 8165.0, 8124.0, 8149.0, 8131.0, 8210.0, 8155.0, 8156.0, 8125.0, 8128.0, 8166.0, 8170.0, 8166.0, 8185.0, 8200.0, 8132.0, 8186.0, 8163.0, 8185.0, 8182.0, 8174.0, 8165.0, 8181.0, 8156.0, 8180.0, 8178.0, 8192.0, 8154.0, 8130.0, 8093.0, 8128.0, 8132.0, 8146.0, 8155.0, 8167.0, 8159.0, 8155.0, 8146.0, 8140.0, 8162.0, 8121.0, 8161.0, 8160.0, 8177.0, 8167.0, 8136.0, 8101.0, 8155.0, 8157.0, 8144.0, 8166.0, 8160.0, 8201.0, 8171.0, 8204.0, 8165.0, 8188.0, 8189.0, 8176.0, 8201.0, 8182.0, 8156.0, 8137.0, 8176.0, 8159.0, 8152.0, 8134.0, 8150.0, 8139.0, 8123.0, 8113.0, 8120.0, 8121.0, 8122.0, 8123.0, 8107.0, 8138.0, 8136.0, 8116.0, 8117.0, 8106.0, 8145.0, 8132.0, 8081.0, 8151.0, 8142.0, 8130.0, 8164.0, 8151.0, 8154.0, 8167.0, 8180.0, 8147.0, 8189.0, 8103.0, 8113.0, 8141.0, 8102.0, 8136.0, 8101.0, 8118.0, 8105.0, 8082.0, 8121.0, 8122.0, 8140.0, 8122.0, 8104.0, 8124.0, 8143.0, 8094.0, 8168.0, 8128.0, 8163.0, 8112.0, 8183.0, 8151.0, 8201.0, 8158.0, 8202.0, 8160.0, 8208.0, 8182.0, 8199.0, 8228.0, 8196.0, 8196.0, 8184.0, 8178.0, 8185.0, 8189.0, 8215.0, 8189.0, 8213.0, 8147.0, 8175.0, 8165.0, 8176.0, 8169.0, 8171.0, 8147.0, 8160.0, 8149.0, 8144.0, 8126.0, 8145.0, 8145.0, 8165.0, 8185.0, 8167.0, 8170.0, 8131.0, 8152.0, 8162.0, 8150.0, 8175.0, 8149.0, 8172.0, 8160.0, 8153.0, 8127.0, 8142.0, 8121.0, 8168.0, 8136.0, 8138.0, 8102.0, 8085.0, 8165.0, 8144.0, 8079.0, 8097.0, 8094.0, 8098.0, 8122.0, 8139.0, 8137.0, 8139.0, 8125.0, 8142.0, 8119.0, 8146.0, 8138.0, 8121.0, 8183.0, 8121.0, 8098.0, 8134.0, 8099.0, 8136.0, 8122.0, 8137.0, 8123.0, 8134.0, 8138.0, 8149.0, 8122.0, 8124.0, 8123.0, 8135.0, 8119.0, 8119.0, 8162.0, 8116.0, 8155.0, 8130.0, 8150.0, 8133.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.00018707710011507482</td></tr>
<tr><td colspan=3>aqi</td><td>0.0316104583429229</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.63439342395159</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1835062094124424</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857281739631326</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>5727.748</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08246799623981972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3014959723820483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.535122107267109</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4371405782576767</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7557739342972294</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.41245180924642</td></tr>
<tr><td colspan=3>gcor</td><td>0.011436</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017369728535413742</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034387290477752686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.8174693509694353</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>33.4407</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.4921</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310222.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>256.9383</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2863</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>413.4345</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2880.8681</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66322.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.1687</td></tr>
<tr><td colspan=3>tsnr</td><td>36.959204385755584</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>