ds005256-mriqc/sub-0100_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== 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-0100 --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-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +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-0100_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-03/func/sub-0100_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2aaca1b6bf112bad4c9358d99a4d185b</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:19:37.652500</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.998857, 0.0099587, 0.0467509, -0.000522931, 0.980274, -0.197642]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116302</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7755, -7222, 72, -151, -77, 69, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6fcf4a12-1433-46a8-a03b-0d72b293cbd8||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.6798601150512695, -0.0014029855374246836, 0.1290517896413803, 109.62295532226562], [-0.026718467473983765, 2.6300039291381836, -0.5329564809799194, -74.9377212524414], [0.12542924284934998, 0.530258059501648, 2.6437289714813232, -102.9595718383789], [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': ['091937.652500', '091938.112500', '091938.572500', '091939.032500', '091939.492500', '091939.952500', '091940.412500', '091940.872500', '091941.332500', '091941.792500', '091942.252500', '091942.712500', '091943.172500', '091943.632500', '091944.092500', '091944.552500', '091945.012500', '091945.472500', '091945.932500', '091946.392500', '091946.852500', '091947.312500', '091947.772500', '091948.232500', '091948.692500', '091949.152500', '091949.612500', '091950.072500', '091950.532500', '091950.992500', '091951.452500', '091951.912500', '091952.372500', '091952.832500', '091953.292500', '091953.752500', '091954.212500', '091954.672500', '091955.132500', '091955.592500', '091956.052500', '091956.512500', '091956.972500', '091957.432500', '091957.892500', '091958.352500', '091958.812500', '091959.272500', '091959.732500', '092000.192500', '092000.652500', '092001.112500', '092001.572500', '092002.032500', '092002.492500', '092002.952500', '092003.412500', '092003.872500', '092004.332500', '092004.792500', '092005.252500', '092005.712500', '092006.172500', '092006.632500', '092007.092500', '092007.552500', '092008.012500', '092008.472500', '092008.932500', '092009.392500', '092009.852500', '092010.312500', '092010.772500', '092011.232500', '092011.692500', '092012.152500', '092012.612500', '092013.072500', '092013.532500', '092013.992500', '092014.452500', '092014.912500', '092015.372500', '092015.832500', '092016.292500', '092016.752500', '092017.212500', '092017.672500', '092018.132500', '092018.592500', '092019.052500', '092019.512500', '092019.972500', '092020.432500', '092020.892500', '092021.352500', '092021.812500', '092022.272500', '092022.732500', '092023.192500', '092023.652500', '092024.112500', '092024.572500', '092025.032500', '092025.492500', '092025.952500', '092026.412500', '092026.872500', '092027.332500', '092027.792500', '092028.252500', '092028.712500', '092029.172500', '092029.632500', '092030.092500', '092030.552500', '092031.012500', '092031.472500', '092031.932500', '092032.392500', '092032.852500', '092033.312500', '092033.772500', '092034.232500', '092034.692500', '092035.152500', '092035.612500', '092036.072500', '092036.532500', '092036.992500', '092037.452500', '092037.912500', '092038.372500', '092038.832500', '092039.292500', '092039.752500', '092040.212500', '092040.672500', '092041.132500', '092041.592500', '092042.052500', '092042.512500', '092042.972500', '092043.432500', '092043.892500', '092044.352500', '092044.812500', '092045.272500', '092045.732500', '092046.192500', '092046.652500', '092047.112500', '092047.572500', '092048.032500', '092048.492500', '092048.952500', '092049.412500', '092049.872500', '092050.332500', '092050.792500', '092051.252500', '092051.712500', '092052.172500', '092052.632500', '092053.092500', '092053.552500', '092054.012500', '092054.472500', '092054.932500', '092055.392500', '092055.852500', '092056.312500', '092056.772500', '092057.232500', '092057.692500', '092058.152500', '092058.612500', '092059.072500', '092059.532500', '092059.992500', '092100.452500', '092100.912500', '092101.372500', '092101.832500', '092102.292500', '092102.752500', '092103.212500', '092103.672500', '092104.132500', '092104.592500', '092105.052500', '092105.512500', '092105.972500', '092106.432500', '092106.892500', '092107.352500', '092107.812500', '092108.272500', '092108.732500', '092109.192500', '092109.652500', '092110.112500', '092110.572500', '092111.032500', '092111.492500', '092111.952500', '092112.412500', '092112.872500', '092113.332500', '092113.792500', '092114.252500', '092114.712500', '092115.172500', '092115.632500', '092116.092500', '092116.552500', '092117.012500', '092117.472500', '092117.932500', '092118.392500', '092118.852500', '092119.312500', '092119.772500', '092120.232500', '092120.692500', '092121.152500', '092121.612500', '092122.072500', '092122.532500', '092122.992500', '092123.452500', '092123.912500', '092124.372500', '092124.832500', '092125.292500', '092125.752500', '092126.212500', '092126.672500', '092127.132500', '092127.592500', '092128.052500', '092128.512500', '092128.972500', '092129.432500', '092129.892500', '092130.352500', '092130.812500', '092131.272500', '092131.732500', '092132.192500', '092132.652500', '092133.112500', '092133.572500', '092134.032500', '092134.492500', '092134.952500', '092135.412500', '092135.872500', '092136.332500', '092136.792500', '092137.252500', '092137.712500', '092138.172500', '092138.632500', '092139.092500', '092139.552500', '092140.012500', '092140.472500', '092140.932500', '092141.392500', '092141.852500', '092142.312500', '092142.772500', '092143.232500', '092143.692500', '092144.152500', '092144.612500', '092145.072500', '092145.532500', '092145.992500', '092146.452500', '092146.912500', '092147.372500', '092147.832500', '092148.292500', '092148.752500', '092149.212500', '092149.672500', '092150.132500', '092150.592500', '092151.052500', '092151.512500', '092151.972500', '092152.432500', '092152.892500', '092153.352500', '092153.812500', '092154.272500', '092154.732500', '092155.192500', '092155.652500', '092156.112500', '092156.572500', '092157.032500', '092157.492500', '092157.952500', '092158.412500', '092158.872500', '092159.332500', '092159.792500', '092200.252500', '092200.712500', '092201.172500', '092201.632500', '092202.092500', '092202.552500', '092203.012500', '092203.472500', '092203.932500', '092204.392500', '092204.852500', '092205.312500', '092205.772500', '092206.232500', '092206.692500', '092207.152500', '092207.612500', '092208.072500', '092208.532500', '092208.992500', '092209.452500', '092209.912500', '092210.372500', '092210.832500', '092211.292500', '092211.752500', '092212.212500', '092212.672500', '092213.132500', '092213.592500', '092214.052500', '092214.512500', '092214.972500', '092215.432500', '092215.892500', '092216.352500', '092216.812500', '092217.272500', '092217.732500', '092218.192500', '092218.652500', '092219.112500', '092219.572500', '092220.032500', '092220.492500', '092220.952500', '092221.412500', '092221.872500', '092222.332500', '092222.792500', '092223.252500', '092223.712500', '092224.172500', '092224.632500', '092225.092500', '092225.552500', '092226.012500', '092226.472500', '092226.932500', '092227.392500', '092227.852500', '092228.312500', '092228.772500', '092229.232500', '092229.692500', '092230.152500', '092230.612500', '092231.072500', '092231.532500', '092231.992500', '092232.452500', '092232.912500', '092233.372500', '092233.832500', '092234.292500', '092234.752500', '092235.212500', '092235.672500', '092236.132500', '092236.592500', '092237.052500', '092237.512500', '092237.972500', '092238.432500', '092238.892500', '092239.352500', '092239.812500', '092240.272500', '092240.732500', '092241.192500', '092241.652500', '092242.112500', '092242.572500', '092243.032500', '092243.492500', '092243.952500', '092244.412500', '092244.872500', '092245.332500', '092245.792500', '092246.252500', '092246.712500', '092247.172500', '092247.632500', '092248.092500', '092248.552500', '092249.012500', '092249.472500', '092249.932500', '092250.392500', '092250.852500', '092251.312500', '092251.772500', '092252.232500', '092252.692500', '092253.152500', '092253.612500', '092254.072500', '092254.532500', '092254.992500', '092255.452500', '092255.912500', '092256.372500', '092256.832500', '092257.292500', '092257.752500', '092258.212500', '092258.672500', '092259.132500', '092259.592500', '092300.052500', '092300.512500', '092300.972500', '092301.432500', '092301.892500', '092302.352500', '092302.812500', '092303.272500', '092303.732500', '092304.192500', '092304.652500', '092305.112500', '092305.572500', '092306.032500', '092306.492500', '092306.952500', '092307.412500', '092307.872500', '092308.332500', '092308.792500', '092309.252500', '092309.712500', '092310.172500', '092310.632500', '092311.092500', '092311.552500', '092312.012500', '092312.472500', '092312.932500', '092313.392500', '092313.852500', '092314.312500', '092314.772500', '092315.232500', '092315.692500', '092316.152500', '092316.612500', '092317.072500', '092317.532500', '092317.992500', '092318.452500', '092318.912500', '092319.372500', '092319.832500', '092320.292500', '092320.752500', '092321.212500', '092321.672500', '092322.132500', '092322.592500', '092323.052500', '092323.512500', '092323.972500', '092324.432500', '092324.892500', '092325.352500', '092325.812500', '092326.272500', '092326.732500', '092327.192500', '092327.652500', '092328.112500', '092328.572500', '092329.032500', '092329.492500', '092329.952500', '092330.412500', '092330.872500', '092331.332500', '092331.792500', '092332.252500', '092332.712500', '092333.172500', '092333.632500', '092334.092500', '092334.552500', '092335.012500', '092335.472500', '092335.932500', '092336.392500', '092336.852500', '092337.312500', '092337.772500', '092338.232500', '092338.692500', '092339.152500', '092339.612500', '092340.072500', '092340.532500', '092340.992500', '092341.452500', '092341.912500', '092342.372500', '092342.832500', '092343.292500', '092343.752500', '092344.212500', '092344.672500', '092345.132500', '092345.592500', '092346.052500', '092346.512500', '092346.972500', '092347.432500', '092347.892500', '092348.352500', '092348.812500', '092349.272500', '092349.732500', '092350.192500', '092350.652500', '092351.112500', '092351.572500', '092352.032500', '092352.492500', '092352.952500', '092353.412500', '092353.872500', '092354.332500', '092354.792500', '092355.252500', '092355.712500', '092356.172500', '092356.632500', '092357.092500', '092357.552500', '092358.012500', '092358.472500', '092358.932500', '092359.392500', '092359.852500', '092400.312500', '092400.772500', '092401.232500', '092401.692500', '092402.152500', '092402.612500', '092403.072500', '092403.532500', '092403.992500', '092404.452500', '092404.912500', '092405.372500', '092405.832500', '092406.292500', '092406.752500', '092407.212500', '092407.672500', '092408.132500', '092408.592500', '092409.052500', '092409.512500', '092409.972500', '092410.432500', '092410.892500', '092411.352500', '092411.812500', '092412.272500', '092412.732500', '092413.192500', '092413.652500', '092414.112500', '092414.572500', '092415.032500', '092415.492500', '092415.952500', '092416.412500', '092416.872500', '092417.332500', '092417.792500', '092418.252500', '092418.712500', '092419.172500', '092419.632500', '092420.092500', '092420.552500', '092421.012500', '092421.472500', '092421.932500', '092422.392500', '092422.852500', '092423.312500', '092423.772500', '092424.232500', '092424.692500', '092425.152500', '092425.612500', '092426.072500', '092426.532500', '092426.992500', '092427.452500', '092427.912500', '092428.372500', '092428.832500', '092429.292500', '092429.752500', '092430.212500', '092430.672500', '092431.132500', '092431.592500', '092432.052500', '092432.512500', '092432.972500', '092433.432500', '092433.892500', '092434.352500', '092434.812500', '092435.272500', '092435.732500', '092436.192500', '092436.652500', '092437.112500', '092437.572500', '092438.032500', '092438.492500', '092438.952500', '092439.412500', '092439.872500', '092440.332500', '092440.792500', '092441.252500', '092441.712500', '092442.172500', '092442.632500', '092443.092500', '092443.552500', '092444.012500', '092444.472500', '092444.932500', '092445.392500', '092445.852500', '092446.312500', '092446.772500', '092447.232500', '092447.692500', '092448.152500', '092448.612500', '092449.072500', '092449.532500', '092449.992500', '092450.452500', '092450.912500', '092451.372500', '092451.832500', '092452.292500', '092452.752500', '092453.212500', '092453.672500', '092454.132500', '092454.592500', '092455.052500', '092455.512500', '092455.972500', '092456.432500', '092456.892500', '092457.352500', '092457.812500', '092458.272500', '092458.732500', '092459.192500', '092459.652500', '092500.112500', '092500.572500', '092501.032500', '092501.492500', '092501.952500', '092502.412500', '092502.872500', '092503.332500', '092503.792500', '092504.252500', '092504.712500', '092505.172500', '092505.632500', '092506.092500', '092506.552500', '092507.012500', '092507.472500', '092507.932500', '092508.392500', '092508.852500', '092509.312500', '092509.772500', '092510.232500', '092510.692500', '092511.152500', '092511.612500', '092512.072500', '092512.532500', '092512.992500', '092513.452500', '092513.912500', '092514.372500', '092514.832500', '092515.292500', '092515.752500', '092516.212500', '092516.672500', '092517.132500', '092517.592500', '092518.052500', '092518.512500', '092518.972500', '092519.432500', '092519.892500', '092520.352500', '092520.812500', '092521.272500', '092521.732500', '092522.192500', '092522.652500', '092523.112500', '092523.572500', '092524.032500', '092524.492500', '092524.952500', '092525.412500', '092525.872500', '092526.332500', '092526.792500', '092527.252500', '092527.712500', '092528.172500', '092528.632500', '092529.092500', '092529.552500', '092530.012500', '092530.472500', '092530.932500', '092531.392500', '092531.852500', '092532.312500', '092532.772500', '092533.232500', '092533.692500', '092534.152500', '092534.612500', '092535.072500', '092535.532500', '092535.992500', '092536.452500', '092536.912500', '092537.372500', '092537.832500', '092538.292500', '092538.752500', '092539.212500', '092539.672500', '092540.132500', '092540.592500', '092541.052500', '092541.512500', '092541.972500', '092542.432500', '092542.892500', '092543.352500', '092543.812500', '092544.272500', '092544.732500', '092545.192500', '092545.652500', '092546.112500', '092546.572500', '092547.032500', '092547.492500', '092547.952500', '092548.412500', '092548.872500', '092549.332500', '092549.792500', '092550.252500', '092550.712500', '092551.172500', '092551.632500', '092552.092500', '092552.552500', '092553.012500', '092553.472500', '092553.932500', '092554.392500', '092554.852500', '092555.312500', '092555.772500', '092556.232500', '092556.692500', '092557.152500', '092557.612500', '092558.072500', '092558.532500', '092558.992500', '092559.452500', '092559.912500', '092600.372500', '092600.832500', '092601.292500', '092601.752500', '092602.212500', '092602.672500', '092603.132500', '092603.592500', '092604.052500', '092604.512500', '092604.972500', '092605.432500', '092605.892500', '092606.352500', '092606.812500', '092607.272500', '092607.732500', '092608.192500', '092608.652500', '092609.112500', '092609.572500', '092610.032500', '092610.492500', '092610.952500', '092611.412500', '092611.872500', '092612.332500', '092612.792500', '092613.252500', '092613.712500', '092614.172500', '092614.632500', '092615.092500', '092615.552500', '092616.012500', '092616.472500', '092616.932500', '092617.392500', '092617.852500', '092618.312500'], 'ContentTime': ['091957.546000', '091957.549000', '091957.552000', '091957.555000', '091957.557000', '091957.560000', '091957.562000', '091957.565000', '091957.568000', '091957.571000', '091957.573000', '091957.576000', '091957.579000', '091957.581000', '091957.591000', '091957.593000', '091957.596000', '091957.599000', '091957.601000', '091957.604000', '091957.606000', '091957.609000', '091957.612000', '091957.614000', '091957.617000', '091957.620000', '091957.628000', '091957.631000', '091957.633000', '091957.636000', '091957.638000', '091957.641000', '091957.644000', '091957.647000', '091957.649000', '091957.652000', '091957.654000', '091957.657000', '091957.659000', '091957.662000', '092017.510000', '092017.513000', '092017.516000', '092017.518000', '092017.521000', '092017.523000', '092017.526000', '092017.529000', '092017.531000', '092017.534000', '092017.537000', '092017.539000', '092017.542000', '092017.544000', '092017.547000', '092017.550000', '092017.552000', '092017.555000', '092017.557000', '092017.560000', '092017.563000', '092017.565000', '092017.568000', '092017.570000', '092017.573000', '092017.575000', '092017.578000', '092017.581000', '092017.583000', '092017.614000', '092017.617000', '092017.620000', '092017.623000', '092017.632000', '092017.634000', '092017.637000', '092017.640000', '092017.642000', '092017.645000', '092017.648000', '092017.650000', '092017.653000', '092017.656000', '092017.658000', '092037.509000', '092037.512000', '092037.515000', '092037.517000', '092037.520000', '092037.523000', '092037.525000', '092037.528000', '092037.531000', '092037.533000', '092037.536000', '092037.538000', '092037.541000', '092037.543000', '092037.546000', '092037.549000', '092037.551000', '092037.554000', '092037.556000', '092037.559000', '092037.562000', '092037.564000', '092037.567000', '092037.569000', '092037.572000', '092037.575000', '092037.577000', '092037.580000', '092037.583000', '092037.585000', '092037.588000', '092037.591000', '092037.593000', '092037.596000', '092037.598000', '092037.601000', '092037.604000', '092037.607000', '092037.609000', '092037.612000', '092037.614000', '092037.617000', '092037.620000', '092057.509000', '092057.512000', '092057.515000', '092057.518000', '092057.520000', '092057.523000', '092057.525000', '092057.528000', '092057.531000', '092057.533000', '092057.536000', '092057.538000', '092057.541000', '092057.544000', '092057.546000', '092057.549000', '092057.552000', '092057.554000', '092057.557000', '092057.559000', '092057.562000', '092057.565000', '092057.567000', '092057.570000', '092057.573000', '092057.575000', '092057.578000', '092057.581000', '092057.583000', '092057.586000', '092057.594000', '092057.596000', '092057.599000', '092057.602000', '092057.604000', '092057.607000', '092057.609000', '092057.612000', '092057.615000', '092057.617000', '092057.620000', '092057.623000', '092057.625000', '092057.628000', '092117.509000', '092117.512000', '092117.515000', '092117.518000', '092117.520000', '092117.523000', '092117.525000', '092117.528000', '092117.531000', '092117.533000', '092117.536000', '092117.539000', '092117.541000', '092117.544000', '092117.547000', '092117.549000', '092117.552000', '092117.554000', '092117.557000', '092117.560000', '092117.562000', '092117.565000', '092117.567000', '092117.575000', '092117.577000', '092117.580000', '092117.583000', '092117.585000', '092117.588000', '092117.591000', '092117.593000', '092117.596000', '092117.598000', '092117.601000', '092117.604000', '092117.606000', '092117.609000', '092117.611000', '092117.614000', '092117.617000', '092117.619000', '092117.622000', '092117.624000', '092137.508000', '092137.511000', '092137.514000', '092137.517000', '092137.519000', '092137.522000', '092137.525000', '092137.527000', '092137.530000', '092137.533000', '092137.535000', '092137.538000', '092137.541000', '092137.543000', '092137.546000', '092137.549000', '092137.552000', '092137.554000', '092137.557000', '092137.559000', '092137.562000', '092137.565000', '092137.568000', '092137.570000', '092137.573000', '092137.575000', '092137.578000', '092137.581000', '092137.584000', '092137.586000', '092137.589000', '092137.591000', '092137.594000', '092137.597000', '092137.599000', '092137.602000', '092137.605000', '092137.607000', '092137.610000', '092137.612000', '092137.615000', '092137.618000', '092137.620000', '092157.508000', '092157.511000', '092157.514000', '092157.517000', '092157.519000', '092157.522000', '092157.524000', '092157.527000', '092157.530000', '092157.533000', '092157.535000', '092157.538000', '092157.541000', '092157.543000', '092157.546000', '092157.549000', '092157.551000', '092157.554000', '092157.556000', '092157.559000', '092157.562000', '092157.565000', '092157.567000', '092157.570000', '092157.572000', '092157.586000', '092157.589000', '092157.592000', '092157.594000', '092157.597000', '092157.600000', '092157.602000', '092157.605000', '092157.608000', '092157.610000', '092157.613000', '092157.615000', '092157.618000', '092157.621000', '092157.624000', '092157.626000', '092157.629000', '092157.631000', '092157.634000', '092217.508000', '092217.511000', '092217.514000', '092217.517000', '092217.519000', '092217.522000', '092217.524000', '092217.527000', '092217.530000', '092217.533000', '092217.535000', '092217.538000', '092217.541000', '092217.543000', '092217.546000', '092217.548000', '092217.551000', '092217.554000', '092217.556000', '092217.559000', '092217.562000', '092217.564000', '092217.567000', '092217.570000', '092217.572000', '092217.575000', '092217.577000', '092217.587000', '092217.589000', '092217.592000', '092217.594000', '092217.597000', '092217.600000', '092217.602000', '092217.605000', '092217.608000', '092217.610000', '092217.613000', '092217.615000', '092217.618000', '092217.621000', '092217.623000', '092217.626000', '092217.629000', '092237.510000', '092237.513000', '092237.515000', '092237.518000', '092237.521000', '092237.523000', '092237.526000', '092237.529000', '092237.531000', '092237.534000', '092237.537000', '092237.539000', '092237.542000', '092237.545000', '092237.547000', '092237.550000', '092237.552000', '092237.555000', '092237.558000', '092237.560000', '092237.563000', '092237.566000', '092237.568000', '092237.571000', '092237.574000', '092237.576000', '092237.579000', '092237.582000', '092237.584000', '092237.587000', '092237.590000', '092237.592000', '092237.595000', '092237.598000', '092237.600000', '092237.603000', '092237.606000', '092237.608000', '092237.611000', '092237.614000', '092237.616000', '092237.619000', '092237.622000', '092257.510000', '092257.513000', '092257.516000', '092257.519000', '092257.522000', '092257.524000', '092257.537000', '092257.540000', '092257.543000', '092257.546000', '092257.548000', '092257.551000', '092257.554000', '092257.556000', '092257.559000', '092257.561000', '092257.564000', '092257.567000', '092257.569000', '092257.572000', '092257.575000', '092257.577000', '092257.580000', '092257.583000', '092257.585000', '092257.588000', '092257.591000', '092257.594000', '092257.597000', '092257.600000', '092257.602000', '092257.605000', '092257.608000', '092257.610000', '092257.613000', '092257.616000', '092257.618000', '092257.621000', '092257.624000', '092257.627000', '092257.629000', '092257.632000', '092257.635000', '092317.509000', '092317.513000', '092317.516000', '092317.518000', '092317.521000', '092317.524000', '092317.526000', '092317.529000', '092317.532000', '092317.534000', '092317.540000', '092317.543000', '092317.545000', '092317.548000', '092317.551000', '092317.553000', '092317.556000', '092317.559000', '092317.561000', '092317.564000', '092317.566000', '092317.569000', '092317.572000', '092317.574000', '092317.577000', '092317.580000', '092317.583000', '092317.585000', '092317.588000', '092317.591000', '092317.593000', '092317.596000', '092317.599000', '092317.601000', '092317.604000', '092317.607000', '092317.609000', '092317.612000', '092317.615000', '092317.617000', '092317.620000', '092317.623000', '092317.625000', '092317.628000', '092337.510000', '092337.512000', '092337.515000', '092337.518000', '092337.521000', '092337.523000', '092337.552000', '092337.555000', '092337.557000', '092337.560000', '092337.563000', '092337.565000', '092337.568000', '092337.571000', '092337.573000', '092337.576000', '092337.578000', '092337.581000', '092337.584000', '092337.586000', '092337.589000', '092337.592000', '092337.594000', '092337.597000', '092337.600000', '092337.602000', '092337.605000', '092337.608000', '092337.610000', '092337.613000', '092337.616000', '092337.618000', '092337.621000', '092337.624000', '092337.626000', '092337.629000', '092337.632000', '092337.634000', '092337.637000', '092337.640000', '092337.642000', '092337.645000', '092337.648000', '092357.508000', '092357.511000', '092357.514000', '092357.517000', '092357.519000', '092357.522000', '092357.525000', '092357.527000', '092357.530000', '092357.533000', '092357.535000', '092357.538000', '092357.541000', '092357.543000', '092357.546000', '092357.548000', '092357.551000', '092357.554000', '092357.556000', '092357.559000', '092357.562000', '092357.565000', '092357.567000', '092357.570000', '092357.573000', '092357.575000', '092357.578000', '092357.581000', '092357.583000', '092357.586000', '092357.589000', '092357.591000', '092357.594000', '092357.597000', '092357.599000', '092357.602000', '092357.605000', '092357.607000', '092357.610000', '092357.613000', '092357.615000', '092357.618000', '092357.621000', '092357.623000', '092417.509000', '092417.511000', '092417.514000', '092417.517000', '092417.520000', '092417.522000', '092417.525000', '092417.528000', '092417.530000', '092417.533000', '092417.536000', '092417.539000', '092417.541000', '092417.544000', '092417.546000', '092417.549000', '092417.553000', '092417.556000', '092417.559000', '092417.562000', '092417.566000', '092417.568000', '092417.571000', '092417.573000', '092417.576000', '092417.579000', '092417.582000', '092417.584000', '092417.587000', '092417.590000', '092417.592000', '092417.595000', '092417.598000', '092417.601000', '092417.603000', '092417.606000', '092417.609000', '092417.612000', '092417.614000', '092417.617000', '092417.620000', '092417.622000', '092417.625000', '092437.508000', '092437.511000', '092437.514000', '092437.517000', '092437.519000', '092437.522000', '092437.525000', '092437.528000', '092437.530000', '092437.533000', '092437.535000', '092437.538000', '092437.541000', '092437.543000', '092437.546000', '092437.549000', '092437.551000', '092437.554000', '092437.557000', '092437.559000', '092437.562000', '092437.564000', '092437.567000', '092437.570000', '092437.572000', '092437.575000', '092437.577000', '092437.580000', '092437.582000', '092437.585000', '092437.588000', '092437.599000', '092437.601000', '092437.604000', '092437.607000', '092437.609000', '092437.612000', '092437.615000', '092437.617000', '092437.620000', '092437.623000', '092437.625000', '092437.628000', '092437.631000', '092457.510000', '092457.513000', '092457.515000', '092457.518000', '092457.521000', '092457.523000', '092457.526000', '092457.529000', '092457.531000', '092457.534000', '092457.537000', '092457.539000', '092457.542000', '092457.545000', '092457.547000', '092457.550000', '092457.552000', '092457.555000', '092457.558000', '092457.560000', '092457.563000', '092457.566000', '092457.568000', '092457.571000', '092457.574000', '092457.576000', '092457.579000', '092457.582000', '092457.584000', '092457.587000', '092457.590000', '092457.606000', '092457.608000', '092457.611000', '092457.614000', '092457.616000', '092457.619000', '092457.622000', '092457.624000', '092457.627000', '092457.629000', '092457.632000', '092457.635000', '092517.510000', '092517.513000', '092517.516000', '092517.519000', '092517.522000', '092517.524000', '092517.527000', '092517.530000', '092517.533000', '092517.535000', '092517.538000', '092517.541000', '092517.543000', '092517.546000', '092517.558000', '092517.561000', '092517.563000', '092517.566000', '092517.569000', '092517.571000', '092517.574000', '092517.577000', '092517.579000', '092517.582000', '092517.585000', '092517.587000', '092517.590000', '092517.593000', '092517.595000', '092517.598000', '092517.601000', '092517.604000', '092517.606000', '092517.609000', '092517.611000', '092517.614000', '092517.617000', '092517.619000', '092517.622000', '092517.625000', '092517.627000', '092517.630000', '092517.633000', '092517.635000', '092537.509000', '092537.512000', '092537.515000', '092537.518000', '092537.520000', '092537.523000', '092537.526000', '092537.528000', '092537.531000', '092537.534000', '092537.536000', '092537.539000', '092537.542000', '092537.544000', '092537.547000', '092537.550000', '092537.552000', '092537.555000', '092537.558000', '092537.560000', '092537.563000', '092537.565000', '092537.568000', '092537.571000', '092537.573000', '092537.576000', '092537.579000', '092537.581000', '092537.584000', '092537.587000', '092537.590000', '092537.593000', '092537.596000', '092537.599000', '092537.602000', '092537.606000', '092537.609000', '092537.611000', '092537.614000', '092537.617000', '092537.619000', '092537.623000', '092537.626000', '092557.509000', '092557.513000', '092557.515000', '092557.518000', '092557.521000', '092557.523000', '092557.526000', '092557.528000', '092557.531000', '092557.534000', '092557.536000', '092557.539000', '092557.542000', '092557.548000', '092557.551000', '092557.553000', '092557.556000', '092557.560000', '092557.563000', '092557.565000', '092557.568000', '092557.571000', '092557.573000', '092557.576000', '092557.579000', '092557.581000', '092557.584000', '092557.586000', '092557.589000', '092557.592000', '092557.595000', '092557.597000', '092557.600000', '092557.602000', '092557.605000', '092557.608000', '092557.610000', '092557.613000', '092557.616000', '092557.618000', '092557.621000', '092557.623000', '092557.626000', '092557.629000', '092617.509000', '092617.512000', '092617.514000', '092617.517000', '092617.520000', '092617.522000', '092617.525000', '092617.527000', '092617.530000', '092617.533000', '092617.535000', '092617.538000', '092617.541000', '092617.543000', '092617.546000', '092617.549000', '092617.551000', '092617.554000', '092617.557000', '092617.559000', '092617.562000', '092617.565000', '092617.567000', '092617.570000', '092617.573000', '092617.575000', '092617.578000', '092617.581000', '092617.583000', '092617.595000', '092617.598000', '092617.600000', '092617.603000', '092617.606000', '092617.608000', '092617.611000', '092617.614000', '092617.616000', '092617.619000', '092617.621000', '092617.624000', '092617.627000', '092617.643000', '092619.907000', '092619.910000', '092619.913000', '092619.915000', '092619.919000', '092619.922000'], 'InstanceCreationTime': ['091957.546000', '091957.549000', '091957.552000', '091957.555000', '091957.557000', '091957.560000', '091957.562000', '091957.565000', '091957.568000', '091957.571000', '091957.573000', '091957.576000', '091957.579000', '091957.581000', '091957.591000', '091957.593000', '091957.596000', '091957.599000', '091957.601000', '091957.604000', '091957.606000', '091957.609000', '091957.612000', '091957.614000', '091957.617000', '091957.620000', '091957.628000', '091957.631000', '091957.633000', '091957.636000', '091957.638000', '091957.641000', '091957.644000', '091957.647000', '091957.649000', '091957.652000', '091957.654000', '091957.657000', '091957.659000', '091957.662000', '092017.510000', '092017.513000', '092017.516000', '092017.518000', '092017.521000', '092017.523000', '092017.526000', '092017.529000', '092017.531000', '092017.534000', '092017.537000', '092017.539000', '092017.542000', '092017.544000', '092017.547000', '092017.550000', '092017.552000', '092017.555000', '092017.557000', '092017.560000', '092017.563000', '092017.565000', '092017.568000', '092017.570000', '092017.573000', '092017.575000', '092017.578000', '092017.581000', '092017.583000', '092017.614000', '092017.617000', '092017.620000', '092017.623000', '092017.632000', '092017.634000', '092017.637000', '092017.640000', '092017.642000', '092017.645000', '092017.648000', '092017.650000', '092017.653000', '092017.656000', '092017.658000', '092037.509000', '092037.512000', '092037.515000', '092037.517000', '092037.520000', '092037.523000', '092037.525000', '092037.528000', '092037.531000', '092037.533000', '092037.536000', '092037.538000', '092037.541000', '092037.543000', '092037.546000', '092037.549000', '092037.551000', '092037.554000', '092037.556000', '092037.559000', '092037.562000', '092037.564000', '092037.567000', '092037.569000', '092037.572000', '092037.575000', '092037.577000', '092037.580000', '092037.583000', '092037.585000', '092037.588000', '092037.591000', '092037.593000', '092037.596000', '092037.598000', '092037.601000', '092037.604000', '092037.607000', '092037.609000', '092037.612000', '092037.614000', '092037.617000', '092037.620000', '092057.509000', '092057.512000', '092057.515000', '092057.518000', '092057.520000', '092057.523000', '092057.525000', '092057.528000', '092057.531000', '092057.533000', '092057.536000', '092057.538000', '092057.541000', '092057.544000', '092057.546000', '092057.549000', '092057.552000', '092057.554000', '092057.557000', '092057.559000', '092057.562000', '092057.565000', '092057.567000', '092057.570000', '092057.573000', '092057.575000', '092057.578000', '092057.581000', '092057.583000', '092057.586000', '092057.594000', '092057.596000', '092057.599000', '092057.602000', '092057.604000', '092057.607000', '092057.609000', '092057.612000', '092057.615000', '092057.617000', '092057.620000', '092057.623000', '092057.625000', '092057.628000', '092117.509000', '092117.512000', '092117.515000', '092117.518000', '092117.520000', '092117.523000', '092117.525000', '092117.528000', '092117.531000', '092117.533000', '092117.536000', '092117.539000', '092117.541000', '092117.544000', '092117.547000', '092117.549000', '092117.552000', '092117.554000', '092117.557000', '092117.560000', '092117.562000', '092117.565000', '092117.567000', '092117.575000', '092117.577000', '092117.580000', '092117.583000', '092117.585000', '092117.588000', '092117.591000', '092117.593000', '092117.596000', '092117.598000', '092117.601000', '092117.604000', '092117.606000', '092117.609000', '092117.611000', '092117.614000', '092117.617000', '092117.619000', '092117.622000', '092117.624000', '092137.508000', '092137.511000', '092137.514000', '092137.517000', '092137.519000', '092137.522000', '092137.525000', '092137.527000', '092137.530000', '092137.533000', '092137.535000', '092137.538000', '092137.541000', '092137.543000', '092137.546000', '092137.549000', '092137.552000', '092137.554000', '092137.557000', '092137.559000', '092137.562000', '092137.565000', '092137.568000', '092137.570000', '092137.573000', '092137.575000', '092137.578000', '092137.581000', '092137.584000', '092137.586000', '092137.589000', '092137.591000', '092137.594000', '092137.597000', '092137.599000', '092137.602000', '092137.605000', '092137.607000', '092137.610000', '092137.612000', '092137.615000', '092137.618000', '092137.620000', '092157.508000', '092157.511000', '092157.514000', '092157.517000', '092157.519000', '092157.522000', '092157.524000', '092157.527000', '092157.530000', '092157.533000', '092157.535000', '092157.538000', '092157.541000', '092157.543000', '092157.546000', '092157.549000', '092157.551000', '092157.554000', '092157.556000', '092157.559000', '092157.562000', '092157.565000', '092157.567000', '092157.570000', '092157.572000', '092157.586000', '092157.589000', '092157.592000', '092157.594000', '092157.597000', '092157.600000', '092157.602000', '092157.605000', '092157.608000', '092157.610000', '092157.613000', '092157.615000', '092157.618000', '092157.621000', '092157.624000', '092157.626000', '092157.629000', '092157.631000', '092157.634000', '092217.508000', '092217.511000', '092217.514000', '092217.517000', '092217.519000', '092217.522000', '092217.524000', '092217.527000', '092217.530000', '092217.533000', '092217.535000', '092217.538000', '092217.541000', '092217.543000', '092217.546000', '092217.548000', '092217.551000', '092217.554000', '092217.556000', '092217.559000', '092217.562000', '092217.564000', '092217.567000', '092217.570000', '092217.572000', '092217.575000', '092217.577000', '092217.587000', '092217.589000', '092217.592000', '092217.594000', '092217.597000', '092217.600000', '092217.602000', '092217.605000', '092217.608000', '092217.610000', '092217.613000', '092217.615000', '092217.618000', '092217.621000', '092217.623000', '092217.626000', '092217.629000', '092237.510000', '092237.513000', '092237.515000', '092237.518000', '092237.521000', '092237.523000', '092237.526000', '092237.529000', '092237.531000', '092237.534000', '092237.537000', '092237.539000', '092237.542000', '092237.545000', '092237.547000', '092237.550000', '092237.552000', '092237.555000', '092237.558000', '092237.560000', '092237.563000', '092237.566000', '092237.568000', '092237.571000', '092237.574000', '092237.576000', '092237.579000', '092237.582000', '092237.584000', '092237.587000', '092237.590000', '092237.592000', '092237.595000', '092237.598000', '092237.600000', '092237.603000', '092237.606000', '092237.608000', '092237.611000', '092237.614000', '092237.616000', '092237.619000', '092237.622000', '092257.510000', '092257.513000', '092257.516000', '092257.519000', '092257.522000', '092257.524000', '092257.537000', '092257.540000', '092257.543000', '092257.546000', '092257.548000', '092257.551000', '092257.554000', '092257.556000', '092257.559000', '092257.561000', '092257.564000', '092257.567000', '092257.569000', '092257.572000', '092257.575000', '092257.577000', '092257.580000', '092257.583000', '092257.585000', '092257.588000', '092257.591000', '092257.594000', '092257.597000', '092257.600000', '092257.602000', '092257.605000', '092257.608000', '092257.610000', '092257.613000', '092257.616000', '092257.618000', '092257.621000', '092257.624000', '092257.627000', '092257.629000', '092257.632000', '092257.635000', '092317.509000', '092317.513000', '092317.516000', '092317.518000', '092317.521000', '092317.524000', '092317.526000', '092317.529000', '092317.532000', '092317.534000', '092317.540000', '092317.543000', '092317.545000', '092317.548000', '092317.551000', '092317.553000', '092317.556000', '092317.559000', '092317.561000', '092317.564000', '092317.566000', '092317.569000', '092317.572000', '092317.574000', '092317.577000', '092317.580000', '092317.583000', '092317.585000', '092317.588000', '092317.591000', '092317.593000', '092317.596000', '092317.599000', '092317.601000', '092317.604000', '092317.607000', '092317.609000', '092317.612000', '092317.615000', '092317.617000', '092317.620000', '092317.623000', '092317.625000', '092317.628000', '092337.510000', '092337.512000', '092337.515000', '092337.518000', '092337.521000', '092337.523000', '092337.552000', '092337.555000', '092337.557000', '092337.560000', '092337.563000', '092337.565000', '092337.568000', '092337.571000', '092337.573000', '092337.576000', '092337.578000', '092337.581000', '092337.584000', '092337.586000', '092337.589000', '092337.592000', '092337.594000', '092337.597000', '092337.600000', '092337.602000', '092337.605000', '092337.608000', '092337.610000', '092337.613000', '092337.616000', '092337.618000', '092337.621000', '092337.624000', '092337.626000', '092337.629000', '092337.632000', '092337.634000', '092337.637000', '092337.640000', '092337.642000', '092337.645000', '092337.648000', '092357.508000', '092357.511000', '092357.514000', '092357.517000', '092357.519000', '092357.522000', '092357.525000', '092357.527000', '092357.530000', '092357.533000', '092357.535000', '092357.538000', '092357.541000', '092357.543000', '092357.546000', '092357.548000', '092357.551000', '092357.554000', '092357.556000', '092357.559000', '092357.562000', '092357.565000', '092357.567000', '092357.570000', '092357.573000', '092357.575000', '092357.578000', '092357.581000', '092357.583000', '092357.586000', '092357.589000', '092357.591000', '092357.594000', '092357.597000', '092357.599000', '092357.602000', '092357.605000', '092357.607000', '092357.610000', '092357.613000', '092357.615000', '092357.618000', '092357.621000', '092357.623000', '092417.509000', '092417.511000', '092417.514000', '092417.517000', '092417.520000', '092417.522000', '092417.525000', '092417.528000', '092417.530000', '092417.533000', '092417.536000', '092417.539000', '092417.541000', '092417.544000', '092417.546000', '092417.549000', '092417.553000', '092417.556000', '092417.559000', '092417.562000', '092417.566000', '092417.568000', '092417.571000', '092417.573000', '092417.576000', '092417.579000', '092417.582000', '092417.584000', '092417.587000', '092417.590000', '092417.592000', '092417.595000', '092417.598000', '092417.601000', '092417.603000', '092417.606000', '092417.609000', '092417.612000', '092417.614000', '092417.617000', '092417.620000', '092417.622000', '092417.625000', '092437.508000', '092437.511000', '092437.514000', '092437.517000', '092437.519000', '092437.522000', '092437.525000', '092437.528000', '092437.530000', '092437.533000', '092437.535000', '092437.538000', '092437.541000', '092437.543000', '092437.546000', '092437.549000', '092437.551000', '092437.554000', '092437.557000', '092437.559000', '092437.562000', '092437.564000', '092437.567000', '092437.570000', '092437.572000', '092437.575000', '092437.577000', '092437.580000', '092437.582000', '092437.585000', '092437.588000', '092437.599000', '092437.601000', '092437.604000', '092437.607000', '092437.609000', '092437.612000', '092437.615000', '092437.617000', '092437.620000', '092437.623000', '092437.625000', '092437.628000', '092437.631000', '092457.510000', '092457.513000', '092457.515000', '092457.518000', '092457.521000', '092457.523000', '092457.526000', '092457.529000', '092457.531000', '092457.534000', '092457.537000', '092457.539000', '092457.542000', '092457.545000', '092457.547000', '092457.550000', '092457.552000', '092457.555000', '092457.558000', '092457.560000', '092457.563000', '092457.566000', '092457.568000', '092457.571000', '092457.574000', '092457.576000', '092457.579000', '092457.582000', '092457.584000', '092457.587000', '092457.590000', '092457.606000', '092457.608000', '092457.611000', '092457.614000', '092457.616000', '092457.619000', '092457.622000', '092457.624000', '092457.627000', '092457.629000', '092457.632000', '092457.635000', '092517.510000', '092517.513000', '092517.516000', '092517.519000', '092517.522000', '092517.524000', '092517.527000', '092517.530000', '092517.533000', '092517.535000', '092517.538000', '092517.541000', '092517.543000', '092517.546000', '092517.558000', '092517.561000', '092517.563000', '092517.566000', '092517.569000', '092517.571000', '092517.574000', '092517.577000', '092517.579000', '092517.582000', '092517.585000', '092517.587000', '092517.590000', '092517.593000', '092517.595000', '092517.598000', '092517.601000', '092517.604000', '092517.606000', '092517.609000', '092517.611000', '092517.614000', '092517.617000', '092517.619000', '092517.622000', '092517.625000', '092517.627000', '092517.630000', '092517.633000', '092517.635000', '092537.509000', '092537.512000', '092537.515000', '092537.518000', '092537.520000', '092537.523000', '092537.526000', '092537.528000', '092537.531000', '092537.534000', '092537.536000', '092537.539000', '092537.542000', '092537.544000', '092537.547000', '092537.550000', '092537.552000', '092537.555000', '092537.558000', '092537.560000', '092537.563000', '092537.565000', '092537.568000', '092537.571000', '092537.573000', '092537.576000', '092537.579000', '092537.581000', '092537.584000', '092537.587000', '092537.590000', '092537.593000', '092537.596000', '092537.599000', '092537.602000', '092537.606000', '092537.609000', '092537.611000', '092537.614000', '092537.617000', '092537.619000', '092537.623000', '092537.626000', '092557.509000', '092557.513000', '092557.515000', '092557.518000', '092557.521000', '092557.523000', '092557.526000', '092557.528000', '092557.531000', '092557.534000', '092557.536000', '092557.539000', '092557.542000', '092557.548000', '092557.551000', '092557.553000', '092557.556000', '092557.560000', '092557.563000', '092557.565000', '092557.568000', '092557.571000', '092557.573000', '092557.576000', '092557.579000', '092557.581000', '092557.584000', '092557.586000', '092557.589000', '092557.592000', '092557.595000', '092557.597000', '092557.600000', '092557.602000', '092557.605000', '092557.608000', '092557.610000', '092557.613000', '092557.616000', '092557.618000', '092557.621000', '092557.623000', '092557.626000', '092557.629000', '092617.509000', '092617.512000', '092617.514000', '092617.517000', '092617.520000', '092617.522000', '092617.525000', '092617.527000', '092617.530000', '092617.533000', '092617.535000', '092617.538000', '092617.541000', '092617.543000', '092617.546000', '092617.549000', '092617.551000', '092617.554000', '092617.557000', '092617.559000', '092617.562000', '092617.565000', '092617.567000', '092617.570000', '092617.573000', '092617.575000', '092617.578000', '092617.581000', '092617.583000', '092617.595000', '092617.598000', '092617.600000', '092617.603000', '092617.606000', '092617.608000', '092617.611000', '092617.614000', '092617.616000', '092617.619000', '092617.621000', '092617.624000', '092617.627000', '092617.643000', '092619.907000', '092619.910000', '092619.913000', '092619.915000', '092619.919000', '092619.922000'], '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': [8543, 13247, 15834, 10340, 11723, 8417, 10084, 8425, 9696, 8674, 9464, 8818, 8389, 8865, 8305, 8682, 8525, 10028, 8775, 9469, 8623, 8539, 8941, 8726, 8621, 8548, 9137, 8601, 11250, 8480, 8863, 8263, 8637, 8067, 8363, 12616, 8520, 11228, 8609, 8750, 8355, 8026, 11671, 8271, 9935, 8292, 8610, 8575, 8243, 10982, 8549, 10353, 8489, 8825, 8659, 8563, 8525, 8133, 13063, 12824, 17160, 10823, 10373, 8538, 9294, 8577, 8644, 8475, 7944, 9427, 8287, 10589, 8475, 10898, 8391, 9964, 8613, 14859, 9933, 8060, 8648, 8682, 13544, 14403, 16453, 8679, 8729, 8482, 8201, 9955, 8466, 12172, 8289, 9007, 8414, 8550, 8504, 8373, 8554, 8751, 7953, 8466, 8969, 8484, 8374, 8568, 8351, 9731, 8569, 11418, 8633, 9804, 8567, 8608, 9271, 12689, 15809, 8596, 10213, 8544, 10049, 8671, 10384, 8502, 15321, 12553, 10590, 8718, 8096, 8456, 8333, 9058, 8627, 11028, 8776, 12811, 8122, 9204, 8517, 8859, 8494, 7941, 8320, 8341, 10164, 8749, 13514, 8306, 8717, 8284, 8317, 10296, 8950, 12066, 8609, 9851, 8805, 10036, 8311, 8599, 8465, 8011, 9733, 8565, 11490, 8320, 8994, 8319, 8151, 10155, 8882, 9550, 8155, 9142, 8463, 8419, 10489, 9936, 14011, 8561, 10112, 8143, 8841, 8050, 10430, 9425, 8100, 8217, 8588, 10438, 8276, 9387, 8244, 8830, 8101, 9030, 8318, 8413, 8736, 8361, 12299, 8611, 9565, 8297, 10041, 8758, 16460, 10495, 8995, 8589, 9265, 8600, 8494, 9224, 8755, 8287, 8547, 8488, 9204, 8630, 8740, 8563, 8669, 9209, 8311, 11131, 8975, 11212, 8285, 8528, 8834, 8366, 13841, 9454, 11754, 8597, 9143, 8419, 8409, 9722, 8270, 8366, 9690, 8497, 10689, 7931, 9311, 8360, 9302, 12601, 8085, 10030, 8093, 9577, 8408, 8850, 8546, 8216, 9000, 8335, 8449, 8517, 10308, 8356, 8866, 8255, 8625, 8576, 8284, 9077, 7787, 8847, 8178, 12442, 10593, 12256, 8002, 9362, 8505, 8878, 8433, 9089, 8209, 8001, 8206, 8429, 10514, 9251, 15307, 8803, 10037, 8050, 8346, 8280, 9970, 9562, 7937, 8497, 8048, 10020, 8285, 8800, 7860, 7933, 9389, 8104, 10172, 8074, 9641, 8294, 11565, 11871, 11959, 10191, 8087, 9893, 8091, 9466, 8376, 11380, 8121, 8889, 8309, 8132, 8149, 7894, 8229, 8123, 9647, 8276, 9677, 8093, 8392, 8456, 8185, 9523, 8225, 10312, 8321, 8821, 8164, 9513, 8653, 7807, 8082, 8823, 9677, 8399, 12512, 8654, 7879, 8637, 7946, 10218, 9062, 7929, 8936, 8880, 9274, 8304, 10328, 8007, 8114, 8966, 8441, 13918, 8321, 10591, 8205, 8461, 9968, 11552, 10849, 8227, 9305, 8154, 8852, 12155, 9205, 11276, 8263, 9047, 8241, 8781, 9209, 9695, 15442, 9526, 9697, 7827, 8805, 8106, 8828, 9121, 8676, 8330, 8198, 8750, 8295, 8623, 7839, 8470, 9089, 8418, 13500, 8009, 10076, 8008, 10006, 9202, 14986, 14077, 8228, 9115, 8360, 8814, 8151, 11039, 8046, 8913, 8146, 8175, 8316, 8310, 9212, 8043, 8042, 8093, 8104, 8941, 8770, 9963, 8017, 7971, 8025, 8324, 11977, 8299, 9522, 8147, 8453, 8145, 8687, 12622, 8129, 9863, 8291, 8511, 8909, 8302, 9286, 7930, 8129, 12350, 10942, 14247, 7891, 8503, 8073, 7967, 9407, 8350, 14763, 10765, 8691, 7801, 8452, 8246, 8132, 8615, 8576, 7835, 8112, 8908, 8395, 8475, 8226, 8469, 8047, 8858, 13683, 8393, 9826, 8770, 8853, 8958, 11488, 12986, 8212, 8489, 8155, 8584, 8889, 9496, 9788, 8675, 8821, 8486, 8883, 8425, 8459, 9056, 8302, 8844, 8295, 9788, 8939, 8052, 8322, 7989, 10139, 8648, 13522, 10344, 8526, 7982, 8188, 11899, 10729, 14395, 7800, 8693, 7778, 8330, 8898, 9062, 14348, 8395, 9860, 8081, 8715, 8013, 8335, 8388, 8137, 8147, 8339, 9009, 8124, 8805, 8276, 8042, 8381, 8476, 8782, 8308, 10234, 8441, 12076, 8525, 8137, 9149, 8765, 15698, 9818, 8974, 8229, 8443, 8811, 8706, 11778, 8881, 7918, 8165, 8579, 8470, 9192, 9158, 8645, 8434, 8060, 8658, 9803, 8139, 9637, 8065, 8974, 8467, 8403, 9004, 8618, 10795, 9025, 12762, 8135, 8739, 8099, 9575, 9050, 8697, 8298, 8700, 10052, 9142, 13660, 8554, 9399, 8785, 8819, 8859, 8370, 10202, 8874, 9025, 8398, 9210, 8909, 10961, 9027, 8489, 8314, 8118, 8712, 8577, 11151, 8595, 9107, 8190, 8364, 9906, 10008, 10861, 7991, 8964, 8066, 9497, 8773, 8473, 9104, 8534, 9632, 8299, 9346, 8193, 8740, 8117, 8599, 10762, 8059, 8310, 8091, 9119, 8781, 10503, 8950, 8062, 8356, 8598, 8440, 8549, 10661, 8747, 8534, 8547, 8029, 7732, 8193, 8491, 8376, 10674, 8826, 12581, 9072, 8166, 8418, 8047, 9522, 8737, 11055, 8662, 13112, 10204, 8058, 8186, 8276, 8825, 8649, 9878, 8248, 8174, 8302, 8785, 8174, 8497, 9141, 8760, 10502, 10221, 12768, 8627, 8956, 8331, 9013, 9254, 11347, 11118, 8524, 8758, 8322, 8669, 9230, 8677, 8813, 8105, 8126, 8235, 8648, 8606, 8509, 8253, 9118, 8398, 10148, 8233, 9212, 8392, 8615, 8877, 10217, 12135, 8293, 8767, 8367, 9917, 8956, 11587, 8869, 9085, 8062, 8466, 8502, 8561, 9219, 8261, 8063, 8971, 8238, 8711, 10083, 8759, 9118, 8220, 8898, 8637, 8211, 8673, 8842, 8633, 8397, 12374, 8936, 10715, 8419, 8844, 8567, 11771, 9282, 8670, 8789, 9048, 8934, 8674, 11802, 8342, 9403, 8878, 8618, 9140, 8606, 9179, 8485, 8767, 8927, 10252, 9095, 8955, 8615, 8612, 8390, 8988, 9688, 8772, 8983, 9002, 8706, 8993, 8152, 8623, 8945, 10349, 8670, 11376, 8256, 8552, 8557, 9179, 9649, 8266, 8190, 8922, 8818, 9301, 10917, 9115, 8431, 8263, 8293, 8353, 8560, 10079, 8834, 9814, 8356, 9128, 8778, 8707, 8904, 9708, 8666, 8368, 8511, 8620, 9846, 10777, 14046, 8145, 9787, 8429, 9456, 8861, 8539, 8486, 8575, 8520, 8687, 10348, 8715, 8529, 8599, 9378, 9092, 10214, 9414, 8545, 8356, 8414, 8452, 8957, 8843, 8943, 9501, 8660, 8995, 9027, 8781, 8697, 8627, 8491, 9015, 9464, 9158, 9343, 8482, 9137, 8713, 13042, 12940, 8284, 8935, 9062, 9296, 9307], 'WindowCenter': [4442.0, 4470.0, 4461.0, 4395.0, 4414.0, 4350.0, 4364.0, 4335.0, 4365.0, 4359.0, 4366.0, 4355.0, 4345.0, 4352.0, 4331.0, 4342.0, 4344.0, 4376.0, 4360.0, 4367.0, 4359.0, 4357.0, 4371.0, 4358.0, 4358.0, 4355.0, 4366.0, 4369.0, 4397.0, 4370.0, 4356.0, 4347.0, 4356.0, 4359.0, 4370.0, 4411.0, 4360.0, 4388.0, 4356.0, 4368.0, 4357.0, 4347.0, 4411.0, 4358.0, 4376.0, 4347.0, 4357.0, 4383.0, 4371.0, 4400.0, 4385.0, 4391.0, 4370.0, 4356.0, 4357.0, 4357.0, 4360.0, 4363.0, 4421.0, 4420.0, 4451.0, 4401.0, 4377.0, 4357.0, 4354.0, 4345.0, 4358.0, 4359.0, 4348.0, 4369.0, 4360.0, 4401.0, 4361.0, 4388.0, 4346.0, 4365.0, 4369.0, 4429.0, 4377.0, 4333.0, 4355.0, 4357.0, 4405.0, 4427.0, 4438.0, 4344.0, 4340.0, 4341.0, 4356.0, 4374.0, 4343.0, 4408.0, 4357.0, 4352.0, 4345.0, 4368.0, 4367.0, 4370.0, 4357.0, 4356.0, 4360.0, 4370.0, 4369.0, 4373.0, 4358.0, 4357.0, 4371.0, 4391.0, 4370.0, 4413.0, 4372.0, 4379.0, 4359.0, 4372.0, 4380.0, 4408.0, 4442.0, 4358.0, 4375.0, 4344.0, 4362.0, 4344.0, 4377.0, 4358.0, 4428.0, 4408.0, 4376.0, 4344.0, 4331.0, 4330.0, 4331.0, 4355.0, 4368.0, 4384.0, 4358.0, 4407.0, 4345.0, 4352.0, 4369.0, 4365.0, 4358.0, 4345.0, 4345.0, 4370.0, 4388.0, 4368.0, 4420.0, 4358.0, 4344.0, 4344.0, 4358.0, 4376.0, 4369.0, 4397.0, 4345.0, 4364.0, 4368.0, 4376.0, 4357.0, 4343.0, 4332.0, 4358.0, 4376.0, 4368.0, 4399.0, 4346.0, 4354.0, 4359.0, 4358.0, 4389.0, 4382.0, 4367.0, 4346.0, 4367.0, 4372.0, 4359.0, 4388.0, 4379.0, 4431.0, 4357.0, 4363.0, 4335.0, 4366.0, 4359.0, 4389.0, 4370.0, 4346.0, 4345.0, 4370.0, 4376.0, 4361.0, 4354.0, 4346.0, 4368.0, 4347.0, 4368.0, 4357.0, 4345.0, 4370.0, 4357.0, 4410.0, 4356.0, 4353.0, 4358.0, 4376.0, 4355.0, 4438.0, 4389.0, 4354.0, 4355.0, 4352.0, 4370.0, 4356.0, 4367.0, 4368.0, 4358.0, 4358.0, 4357.0, 4394.0, 4381.0, 4386.0, 4372.0, 4373.0, 4382.0, 4387.0, 4414.0, 4384.0, 4414.0, 4360.0, 4357.0, 4381.0, 4370.0, 4420.0, 4394.0, 4401.0, 4370.0, 4367.0, 4355.0, 4357.0, 4365.0, 4359.0, 4370.0, 4378.0, 4372.0, 4388.0, 4347.0, 4366.0, 4370.0, 4368.0, 4412.0, 4348.0, 4363.0, 4334.0, 4364.0, 4371.0, 4367.0, 4369.0, 4359.0, 4367.0, 4356.0, 4369.0, 4371.0, 4388.0, 4372.0, 4368.0, 4360.0, 4371.0, 4370.0, 4359.0, 4369.0, 4337.0, 4370.0, 4371.0, 4411.0, 4389.0, 4409.0, 4349.0, 4365.0, 4370.0, 4369.0, 4359.0, 4382.0, 4361.0, 4346.0, 4346.0, 4372.0, 4400.0, 4378.0, 4440.0, 4370.0, 4376.0, 4347.0, 4358.0, 4370.0, 4378.0, 4380.0, 4347.0, 4355.0, 4360.0, 4390.0, 4361.0, 4368.0, 4346.0, 4358.0, 4380.0, 4359.0, 4389.0, 4348.0, 4378.0, 4372.0, 4399.0, 4398.0, 4397.0, 4377.0, 4346.0, 4365.0, 4344.0, 4366.0, 4345.0, 4387.0, 4349.0, 4354.0, 4347.0, 4347.0, 4346.0, 4346.0, 4344.0, 4359.0, 4380.0, 4359.0, 4380.0, 4359.0, 4357.0, 4357.0, 4372.0, 4380.0, 4372.0, 4403.0, 4361.0, 4368.0, 4374.0, 4391.0, 4385.0, 4351.0, 4349.0, 4384.0, 4391.0, 4371.0, 4423.0, 4373.0, 4359.0, 4358.0, 4374.0, 4391.0, 4384.0, 4362.0, 4370.0, 4382.0, 4393.0, 4373.0, 4393.0, 4360.0, 4349.0, 4383.0, 4371.0, 4435.0, 4362.0, 4388.0, 4358.0, 4371.0, 4390.0, 4413.0, 4388.0, 4346.0, 4354.0, 4361.0, 4367.0, 4398.0, 4369.0, 4399.0, 4347.0, 4354.0, 4346.0, 4371.0, 4368.0, 4378.0, 4442.0, 4381.0, 4366.0, 4335.0, 4355.0, 4359.0, 4357.0, 4368.0, 4356.0, 4345.0, 4358.0, 4368.0, 4360.0, 4357.0, 4347.0, 4373.0, 4371.0, 4358.0, 4422.0, 4349.0, 4365.0, 4346.0, 4379.0, 4368.0, 4427.0, 4420.0, 4345.0, 4342.0, 4331.0, 4341.0, 4345.0, 4374.0, 4347.0, 4354.0, 4334.0, 4357.0, 4356.0, 4357.0, 4368.0, 4346.0, 4344.0, 4346.0, 4362.0, 4369.0, 4384.0, 4381.0, 4349.0, 4347.0, 4362.0, 4360.0, 4411.0, 4361.0, 4365.0, 4335.0, 4359.0, 4358.0, 4357.0, 4421.0, 4359.0, 4377.0, 4358.0, 4357.0, 4367.0, 4357.0, 4367.0, 4359.0, 4362.0, 4421.0, 4401.0, 4431.0, 4347.0, 4343.0, 4332.0, 4332.0, 4366.0, 4357.0, 4418.0, 4390.0, 4345.0, 4335.0, 4332.0, 4358.0, 4345.0, 4357.0, 4356.0, 4335.0, 4361.0, 4368.0, 4372.0, 4359.0, 4358.0, 4372.0, 4361.0, 4368.0, 4432.0, 4361.0, 4367.0, 4346.0, 4368.0, 4368.0, 4398.0, 4423.0, 4347.0, 4343.0, 4345.0, 4368.0, 4367.0, 4377.0, 4391.0, 4358.0, 4355.0, 4358.0, 4382.0, 4370.0, 4373.0, 4370.0, 4359.0, 4370.0, 4372.0, 4392.0, 4383.0, 4348.0, 4346.0, 4349.0, 4392.0, 4370.0, 4421.0, 4379.0, 4345.0, 4347.0, 4358.0, 4397.0, 4388.0, 4429.0, 4336.0, 4342.0, 4334.0, 4358.0, 4366.0, 4355.0, 4429.0, 4360.0, 4376.0, 4346.0, 4342.0, 4347.0, 4358.0, 4359.0, 4349.0, 4347.0, 4372.0, 4370.0, 4363.0, 4369.0, 4358.0, 4363.0, 4361.0, 4373.0, 4360.0, 4359.0, 4402.0, 4372.0, 4412.0, 4358.0, 4348.0, 4381.0, 4357.0, 4442.0, 4381.0, 4355.0, 4344.0, 4370.0, 4367.0, 4357.0, 4411.0, 4372.0, 4347.0, 4346.0, 4372.0, 4358.0, 4384.0, 4380.0, 4359.0, 4358.0, 4374.0, 4371.0, 4394.0, 4362.0, 4368.0, 4362.0, 4381.0, 4361.0, 4360.0, 4358.0, 4371.0, 4390.0, 4370.0, 4409.0, 4347.0, 4356.0, 4349.0, 4366.0, 4369.0, 4356.0, 4345.0, 4369.0, 4377.0, 4367.0, 4419.0, 4359.0, 4366.0, 4358.0, 4380.0, 4369.0, 4360.0, 4390.0, 4382.0, 4369.0, 4358.0, 4367.0, 4381.0, 4399.0, 4383.0, 4358.0, 4346.0, 4360.0, 4371.0, 4371.0, 4401.0, 4358.0, 4355.0, 4361.0, 4360.0, 4379.0, 4393.0, 4390.0, 4347.0, 4354.0, 4361.0, 4378.0, 4359.0, 4347.0, 4356.0, 4371.0, 4379.0, 4361.0, 4367.0, 4346.0, 4358.0, 4359.0, 4357.0, 4401.0, 4347.0, 4344.0, 4347.0, 4369.0, 4358.0, 4387.0, 4371.0, 4349.0, 4347.0, 4345.0, 4358.0, 4369.0, 4387.0, 4359.0, 4359.0, 4358.0, 4346.0, 4335.0, 4346.0, 4372.0, 4372.0, 4390.0, 4369.0, 4410.0, 4371.0, 4346.0, 4345.0, 4333.0, 4365.0, 4358.0, 4388.0, 4357.0, 4408.0, 4379.0, 4345.0, 4344.0, 4345.0, 4367.0, 4356.0, 4376.0, 4347.0, 4345.0, 4371.0, 4360.0, 4360.0, 4356.0, 4369.0, 4370.0, 4387.0, 4394.0, 4408.0, 4356.0, 4343.0, 4359.0, 4368.0, 4367.0, 4388.0, 4389.0, 4345.0, 4342.0, 4346.0, 4357.0, 4366.0, 4357.0, 4369.0, 4345.0, 4346.0, 4372.0, 4371.0, 4372.0, 4371.0, 4361.0, 4370.0, 4374.0, 4391.0, 4363.0, 4357.0, 4359.0, 4370.0, 4368.0, 4389.0, 4411.0, 4347.0, 4344.0, 4360.0, 4378.0, 4367.0, 4400.0, 4369.0, 4354.0, 4334.0, 4358.0, 4357.0, 4356.0, 4381.0, 4358.0, 4345.0, 4370.0, 4360.0, 4369.0, 4390.0, 4372.0, 4369.0, 4359.0, 4382.0, 4371.0, 4374.0, 4371.0, 4369.0, 4371.0, 4373.0, 4411.0, 4384.0, 4378.0, 4348.0, 4369.0, 4370.0, 4411.0, 4371.0, 4345.0, 4343.0, 4371.0, 4368.0, 4359.0, 4398.0, 4346.0, 4366.0, 4381.0, 4359.0, 4369.0, 4372.0, 4370.0, 4359.0, 4358.0, 4383.0, 4389.0, 4384.0, 4369.0, 4358.0, 4372.0, 4371.0, 4383.0, 4380.0, 4360.0, 4369.0, 4384.0, 4371.0, 4384.0, 4349.0, 4359.0, 4382.0, 4391.0, 4372.0, 4400.0, 4359.0, 4358.0, 4371.0, 4368.0, 4381.0, 4358.0, 4346.0, 4369.0, 4369.0, 4379.0, 4389.0, 4384.0, 4359.0, 4359.0, 4358.0, 4373.0, 4370.0, 4378.0, 4372.0, 4380.0, 4359.0, 4356.0, 4361.0, 4370.0, 4369.0, 4380.0, 4360.0, 4346.0, 4346.0, 4371.0, 4379.0, 4389.0, 4419.0, 4347.0, 4365.0, 4348.0, 4378.0, 4370.0, 4357.0, 4356.0, 4369.0, 4368.0, 4357.0, 4390.0, 4359.0, 4355.0, 4357.0, 4379.0, 4382.0, 4379.0, 4371.0, 4360.0, 4359.0, 4346.0, 4346.0, 4382.0, 4369.0, 4371.0, 4380.0, 4372.0, 4370.0, 4385.0, 4372.0, 4374.0, 4371.0, 4360.0, 4385.0, 4381.0, 4395.0, 4370.0, 4360.0, 4370.0, 4371.0, 4420.0, 4424.0, 4359.0, 4355.0, 4356.0, 4370.0, 4368.0], 'WindowWidth': [9849.0, 9856.0, 9823.0, 9718.0, 9740.0, 9643.0, 9652.0, 9613.0, 9656.0, 9654.0, 9658.0, 9641.0, 9624.0, 9630.0, 9600.0, 9614.0, 9623.0, 9668.0, 9653.0, 9658.0, 9649.0, 9644.0, 9672.0, 9649.0, 9648.0, 9636.0, 9655.0, 9668.0, 9702.0, 9669.0, 9641.0, 9632.0, 9641.0, 9654.0, 9669.0, 9725.0, 9652.0, 9683.0, 9639.0, 9664.0, 9647.0, 9633.0, 9726.0, 9648.0, 9667.0, 9629.0, 9646.0, 9693.0, 9671.0, 9708.0, 9697.0, 9696.0, 9666.0, 9641.0, 9644.0, 9642.0, 9653.0, 9665.0, 9741.0, 9735.0, 9781.0, 9712.0, 9671.0, 9644.0, 9634.0, 9626.0, 9650.0, 9654.0, 9637.0, 9663.0, 9657.0, 9712.0, 9658.0, 9690.0, 9629.0, 9653.0, 9667.0, 9745.0, 9672.0, 9607.0, 9639.0, 9647.0, 9710.0, 9740.0, 9758.0, 9624.0, 9611.0, 9612.0, 9645.0, 9665.0, 9623.0, 9716.0, 9644.0, 9629.0, 9626.0, 9666.0, 9661.0, 9670.0, 9646.0, 9642.0, 9659.0, 9671.0, 9666.0, 9678.0, 9649.0, 9644.0, 9671.0, 9701.0, 9669.0, 9730.0, 9673.0, 9674.0, 9649.0, 9675.0, 9683.0, 9716.0, 9768.0, 9648.0, 9664.0, 9620.0, 9642.0, 9622.0, 9675.0, 9651.0, 9743.0, 9715.0, 9668.0, 9622.0, 9600.0, 9597.0, 9599.0, 9641.0, 9666.0, 9681.0, 9649.0, 9712.0, 9627.0, 9631.0, 9666.0, 9655.0, 9650.0, 9626.0, 9626.0, 9671.0, 9692.0, 9663.0, 9736.0, 9648.0, 9623.0, 9622.0, 9650.0, 9672.0, 9667.0, 9700.0, 9625.0, 9650.0, 9665.0, 9670.0, 9649.0, 9619.0, 9602.0, 9652.0, 9673.0, 9663.0, 9704.0, 9628.0, 9634.0, 9653.0, 9651.0, 9692.0, 9687.0, 9657.0, 9627.0, 9655.0, 9676.0, 9655.0, 9691.0, 9678.0, 9752.0, 9645.0, 9646.0, 9611.0, 9658.0, 9654.0, 9693.0, 9669.0, 9626.0, 9624.0, 9669.0, 9671.0, 9657.0, 9637.0, 9629.0, 9665.0, 9636.0, 9663.0, 9646.0, 9626.0, 9670.0, 9649.0, 9723.0, 9644.0, 9632.0, 9652.0, 9673.0, 9642.0, 9759.0, 9692.0, 9637.0, 9638.0, 9630.0, 9670.0, 9647.0, 9662.0, 9662.0, 9651.0, 9648.0, 9648.0, 9711.0, 9689.0, 9701.0, 9677.0, 9678.0, 9688.0, 9706.0, 9738.0, 9696.0, 9733.0, 9654.0, 9643.0, 9686.0, 9669.0, 9736.0, 9706.0, 9710.0, 9668.0, 9658.0, 9641.0, 9644.0, 9654.0, 9654.0, 9672.0, 9679.0, 9675.0, 9690.0, 9632.0, 9657.0, 9671.0, 9665.0, 9726.0, 9635.0, 9648.0, 9609.0, 9648.0, 9674.0, 9662.0, 9666.0, 9653.0, 9658.0, 9643.0, 9669.0, 9676.0, 9692.0, 9676.0, 9662.0, 9653.0, 9672.0, 9671.0, 9653.0, 9666.0, 9618.0, 9668.0, 9675.0, 9726.0, 9693.0, 9719.0, 9639.0, 9654.0, 9670.0, 9670.0, 9656.0, 9688.0, 9657.0, 9628.0, 9627.0, 9677.0, 9711.0, 9677.0, 9765.0, 9669.0, 9669.0, 9632.0, 9651.0, 9671.0, 9678.0, 9684.0, 9633.0, 9640.0, 9658.0, 9697.0, 9659.0, 9661.0, 9629.0, 9651.0, 9683.0, 9654.0, 9694.0, 9635.0, 9677.0, 9678.0, 9709.0, 9704.0, 9702.0, 9674.0, 9628.0, 9653.0, 9625.0, 9660.0, 9630.0, 9688.0, 9638.0, 9638.0, 9634.0, 9635.0, 9630.0, 9631.0, 9626.0, 9655.0, 9682.0, 9654.0, 9683.0, 9654.0, 9646.0, 9648.0, 9678.0, 9685.0, 9678.0, 9720.0, 9657.0, 9664.0, 9684.0, 9702.0, 9699.0, 9644.0, 9640.0, 9698.0, 9701.0, 9675.0, 9746.0, 9678.0, 9652.0, 9648.0, 9683.0, 9700.0, 9698.0, 9662.0, 9669.0, 9687.0, 9709.0, 9681.0, 9704.0, 9656.0, 9640.0, 9694.0, 9675.0, 9766.0, 9661.0, 9686.0, 9648.0, 9674.0, 9698.0, 9733.0, 9689.0, 9629.0, 9637.0, 9663.0, 9663.0, 9704.0, 9667.0, 9708.0, 9632.0, 9636.0, 9629.0, 9674.0, 9666.0, 9678.0, 9772.0, 9684.0, 9653.0, 9612.0, 9639.0, 9655.0, 9647.0, 9662.0, 9643.0, 9625.0, 9650.0, 9669.0, 9656.0, 9648.0, 9635.0, 9682.0, 9675.0, 9653.0, 9744.0, 9639.0, 9654.0, 9629.0, 9680.0, 9665.0, 9742.0, 9736.0, 9626.0, 9618.0, 9601.0, 9616.0, 9629.0, 9664.0, 9635.0, 9635.0, 9610.0, 9650.0, 9646.0, 9650.0, 9663.0, 9631.0, 9624.0, 9630.0, 9664.0, 9668.0, 9695.0, 9685.0, 9637.0, 9631.0, 9663.0, 9657.0, 9726.0, 9658.0, 9650.0, 9611.0, 9656.0, 9652.0, 9649.0, 9741.0, 9654.0, 9674.0, 9650.0, 9648.0, 9662.0, 9648.0, 9659.0, 9654.0, 9663.0, 9742.0, 9712.0, 9751.0, 9633.0, 9621.0, 9602.0, 9605.0, 9658.0, 9647.0, 9733.0, 9697.0, 9625.0, 9612.0, 9604.0, 9651.0, 9629.0, 9647.0, 9644.0, 9614.0, 9662.0, 9665.0, 9677.0, 9652.0, 9650.0, 9679.0, 9662.0, 9665.0, 9759.0, 9657.0, 9658.0, 9630.0, 9667.0, 9667.0, 9705.0, 9744.0, 9631.0, 9620.0, 9628.0, 9666.0, 9662.0, 9675.0, 9699.0, 9648.0, 9638.0, 9648.0, 9691.0, 9671.0, 9680.0, 9670.0, 9649.0, 9670.0, 9679.0, 9703.0, 9690.0, 9635.0, 9630.0, 9639.0, 9704.0, 9669.0, 9739.0, 9676.0, 9624.0, 9634.0, 9651.0, 9701.0, 9690.0, 9748.0, 9616.0, 9616.0, 9608.0, 9651.0, 9659.0, 9643.0, 9747.0, 9655.0, 9668.0, 9628.0, 9615.0, 9634.0, 9651.0, 9653.0, 9639.0, 9633.0, 9676.0, 9670.0, 9665.0, 9664.0, 9650.0, 9667.0, 9660.0, 9680.0, 9655.0, 9652.0, 9718.0, 9675.0, 9729.0, 9648.0, 9638.0, 9686.0, 9648.0, 9772.0, 9684.0, 9639.0, 9623.0, 9673.0, 9662.0, 9648.0, 9728.0, 9674.0, 9631.0, 9629.0, 9677.0, 9653.0, 9694.0, 9683.0, 9650.0, 9647.0, 9683.0, 9675.0, 9708.0, 9660.0, 9661.0, 9662.0, 9687.0, 9659.0, 9655.0, 9649.0, 9674.0, 9696.0, 9669.0, 9719.0, 9633.0, 9644.0, 9641.0, 9659.0, 9667.0, 9644.0, 9629.0, 9669.0, 9676.0, 9663.0, 9735.0, 9654.0, 9655.0, 9651.0, 9687.0, 9670.0, 9657.0, 9697.0, 9687.0, 9667.0, 9649.0, 9662.0, 9687.0, 9708.0, 9692.0, 9648.0, 9629.0, 9658.0, 9672.0, 9672.0, 9711.0, 9648.0, 9638.0, 9660.0, 9658.0, 9681.0, 9704.0, 9694.0, 9632.0, 9636.0, 9659.0, 9676.0, 9654.0, 9633.0, 9642.0, 9671.0, 9682.0, 9658.0, 9659.0, 9628.0, 9650.0, 9655.0, 9648.0, 9712.0, 9631.0, 9622.0, 9631.0, 9667.0, 9650.0, 9686.0, 9672.0, 9637.0, 9630.0, 9625.0, 9650.0, 9668.0, 9686.0, 9652.0, 9653.0, 9649.0, 9629.0, 9613.0, 9629.0, 9678.0, 9677.0, 9696.0, 9666.0, 9723.0, 9670.0, 9629.0, 9624.0, 9606.0, 9652.0, 9648.0, 9691.0, 9647.0, 9715.0, 9679.0, 9626.0, 9623.0, 9627.0, 9663.0, 9646.0, 9671.0, 9634.0, 9628.0, 9674.0, 9654.0, 9656.0, 9642.0, 9665.0, 9670.0, 9688.0, 9707.0, 9715.0, 9641.0, 9618.0, 9651.0, 9663.0, 9660.0, 9688.0, 9692.0, 9624.0, 9616.0, 9629.0, 9648.0, 9657.0, 9647.0, 9666.0, 9626.0, 9627.0, 9675.0, 9672.0, 9676.0, 9671.0, 9657.0, 9669.0, 9683.0, 9699.0, 9663.0, 9643.0, 9651.0, 9670.0, 9664.0, 9694.0, 9726.0, 9631.0, 9623.0, 9657.0, 9678.0, 9660.0, 9707.0, 9664.0, 9636.0, 9610.0, 9652.0, 9647.0, 9643.0, 9685.0, 9647.0, 9626.0, 9668.0, 9659.0, 9667.0, 9696.0, 9674.0, 9664.0, 9652.0, 9691.0, 9673.0, 9680.0, 9671.0, 9663.0, 9672.0, 9678.0, 9727.0, 9694.0, 9673.0, 9632.0, 9664.0, 9669.0, 9724.0, 9669.0, 9625.0, 9620.0, 9672.0, 9665.0, 9654.0, 9702.0, 9628.0, 9657.0, 9686.0, 9654.0, 9666.0, 9676.0, 9666.0, 9650.0, 9650.0, 9691.0, 9693.0, 9696.0, 9664.0, 9646.0, 9674.0, 9674.0, 9690.0, 9680.0, 9652.0, 9664.0, 9697.0, 9673.0, 9694.0, 9638.0, 9650.0, 9689.0, 9701.0, 9674.0, 9706.0, 9650.0, 9650.0, 9674.0, 9666.0, 9686.0, 9649.0, 9627.0, 9664.0, 9669.0, 9679.0, 9692.0, 9695.0, 9649.0, 9650.0, 9646.0, 9678.0, 9668.0, 9677.0, 9673.0, 9681.0, 9650.0, 9641.0, 9655.0, 9669.0, 9665.0, 9683.0, 9654.0, 9627.0, 9627.0, 9672.0, 9678.0, 9692.0, 9732.0, 9630.0, 9650.0, 9634.0, 9675.0, 9668.0, 9643.0, 9641.0, 9668.0, 9665.0, 9646.0, 9696.0, 9652.0, 9639.0, 9644.0, 9680.0, 9690.0, 9678.0, 9670.0, 9652.0, 9651.0, 9629.0, 9628.0, 9689.0, 9665.0, 9672.0, 9681.0, 9672.0, 9668.0, 9697.0, 9674.0, 9682.0, 9669.0, 9652.0, 9697.0, 9687.0, 9710.0, 9667.0, 9651.0, 9669.0, 9674.0, 9736.0, 9747.0, 9649.0, 9637.0, 9640.0, 9669.0, 9664.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.00038296551724137926</td></tr>
<tr><td colspan=3>aqi</td><td>0.027030164827586207</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.59149417055233</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2045472846835446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9836296001265817</td></tr>
<tr><td colspan=3>efc</td><td>0.5314</td></tr>
<tr><td colspan=3>fber</td><td>2938.2188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19865740800314968</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>359</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>41.264367816091955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.304500326842305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1982522203168555</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.44312657811496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2721221820951008</td></tr>
<tr><td colspan=3>gcor</td><td>0.00969203</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009827382862567902</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048399344086647034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.235099976089509</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>19.6099</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.3403</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.3411</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286258.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1083.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.5266</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6807</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.0073</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.3071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.5346</td></tr>
<tr><td colspan=3>tsnr</td><td>34.7557238858426</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>