ds005256-mriqc/sub-0100_ses-03_task-social_acq-mb8_run-01_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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-03/func/sub-0100_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c12df093bf289a8495317255fea2d369</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:05:19.632500</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dae91e5c-589a-41f7-b0c2-b4cd04d7be4c||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': ['090519.632500', '090520.092500', '090520.552500', '090521.012500', '090521.472500', '090521.932500', '090522.392500', '090522.852500', '090523.312500', '090523.772500', '090524.232500', '090524.692500', '090525.152500', '090525.612500', '090526.072500', '090526.532500', '090526.992500', '090527.452500', '090527.912500', '090528.372500', '090528.832500', '090529.292500', '090529.752500', '090530.212500', '090530.672500', '090531.132500', '090531.592500', '090532.052500', '090532.512500', '090532.972500', '090533.432500', '090533.892500', '090534.352500', '090534.812500', '090535.272500', '090535.732500', '090536.192500', '090536.652500', '090537.112500', '090537.572500', '090538.032500', '090538.492500', '090538.952500', '090539.412500', '090539.872500', '090540.332500', '090540.792500', '090541.252500', '090541.712500', '090542.172500', '090542.632500', '090543.092500', '090543.552500', '090544.012500', '090544.472500', '090544.932500', '090545.392500', '090545.852500', '090546.312500', '090546.772500', '090547.232500', '090547.692500', '090548.152500', '090548.612500', '090549.072500', '090549.532500', '090549.992500', '090550.452500', '090550.912500', '090551.372500', '090551.832500', '090552.292500', '090552.752500', '090553.212500', '090553.672500', '090554.132500', '090554.592500', '090555.052500', '090555.512500', '090555.972500', '090556.432500', '090556.892500', '090557.352500', '090557.812500', '090558.272500', '090558.732500', '090559.192500', '090559.652500', '090600.112500', '090600.572500', '090601.032500', '090601.492500', '090601.952500', '090602.412500', '090602.872500', '090603.332500', '090603.792500', '090604.252500', '090604.712500', '090605.172500', '090605.632500', '090606.092500', '090606.552500', '090607.012500', '090607.472500', '090607.932500', '090608.392500', '090608.852500', '090609.312500', '090609.772500', '090610.232500', '090610.692500', '090611.152500', '090611.612500', '090612.072500', '090612.532500', '090612.992500', '090613.452500', '090613.912500', '090614.372500', '090614.832500', '090615.292500', '090615.752500', '090616.212500', '090616.672500', '090617.132500', '090617.592500', '090618.052500', '090618.512500', '090618.972500', '090619.432500', '090619.892500', '090620.352500', '090620.812500', '090621.272500', '090621.732500', '090622.192500', '090622.652500', '090623.112500', '090623.572500', '090624.032500', '090624.492500', '090624.952500', '090625.412500', '090625.872500', '090626.332500', '090626.792500', '090627.252500', '090627.712500', '090628.172500', '090628.632500', '090629.092500', '090629.552500', '090630.012500', '090630.472500', '090630.932500', '090631.392500', '090631.852500', '090632.312500', '090632.772500', '090633.232500', '090633.692500', '090634.152500', '090634.612500', '090635.072500', '090635.532500', '090635.992500', '090636.452500', '090636.912500', '090637.372500', '090637.832500', '090638.292500', '090638.752500', '090639.212500', '090639.672500', '090640.132500', '090640.592500', '090641.052500', '090641.512500', '090641.972500', '090642.432500', '090642.892500', '090643.352500', '090643.812500', '090644.272500', '090644.732500', '090645.192500', '090645.652500', '090646.112500', '090646.572500', '090647.032500', '090647.492500', '090647.952500', '090648.412500', '090648.872500', '090649.332500', '090649.792500', '090650.252500', '090650.712500', '090651.172500', '090651.632500', '090652.092500', '090652.552500', '090653.012500', '090653.472500', '090653.932500', '090654.392500', '090654.852500', '090655.312500', '090655.772500', '090656.232500', '090656.692500', '090657.152500', '090657.612500', '090658.072500', '090658.532500', '090658.992500', '090659.452500', '090659.912500', '090700.372500', '090700.832500', '090701.292500', '090701.752500', '090702.212500', '090702.672500', '090703.132500', '090703.592500', '090704.052500', '090704.512500', '090704.972500', '090705.432500', '090705.892500', '090706.352500', '090706.812500', '090707.272500', '090707.732500', '090708.192500', '090708.652500', '090709.112500', '090709.572500', '090710.032500', '090710.492500', '090710.952500', '090711.412500', '090711.872500', '090712.332500', '090712.792500', '090713.252500', '090713.712500', '090714.172500', '090714.632500', '090715.092500', '090715.552500', '090716.012500', '090716.472500', '090716.932500', '090717.392500', '090717.852500', '090718.312500', '090718.772500', '090719.232500', '090719.692500', '090720.152500', '090720.612500', '090721.072500', '090721.532500', '090721.992500', '090722.452500', '090722.912500', '090723.372500', '090723.832500', '090724.292500', '090724.752500', '090725.212500', '090725.672500', '090726.132500', '090726.592500', '090727.052500', '090727.512500', '090727.972500', '090728.432500', '090728.892500', '090729.352500', '090729.812500', '090730.272500', '090730.732500', '090731.192500', '090731.652500', '090732.112500', '090732.572500', '090733.032500', '090733.492500', '090733.952500', '090734.412500', '090734.872500', '090735.332500', '090735.792500', '090736.252500', '090736.712500', '090737.172500', '090737.632500', '090738.092500', '090738.552500', '090739.012500', '090739.472500', '090739.932500', '090740.392500', '090740.852500', '090741.312500', '090741.772500', '090742.232500', '090742.692500', '090743.152500', '090743.612500', '090744.072500', '090744.532500', '090744.992500', '090745.452500', '090745.912500', '090746.372500', '090746.832500', '090747.292500', '090747.752500', '090748.212500', '090748.672500', '090749.132500', '090749.592500', '090750.052500', '090750.512500', '090750.972500', '090751.432500', '090751.892500', '090752.352500', '090752.812500', '090753.272500', '090753.732500', '090754.192500', '090754.652500', '090755.112500', '090755.572500', '090756.032500', '090756.492500', '090756.952500', '090757.412500', '090757.872500', '090758.332500', '090758.792500', '090759.252500', '090759.712500', '090800.172500', '090800.632500', '090801.092500', '090801.552500', '090802.012500', '090802.472500', '090802.932500', '090803.392500', '090803.852500', '090804.312500', '090804.772500', '090805.232500', '090805.692500', '090806.152500', '090806.612500', '090807.072500', '090807.532500', '090807.992500', '090808.452500', '090808.912500', '090809.372500', '090809.832500', '090810.292500', '090810.752500', '090811.212500', '090811.672500', '090812.132500', '090812.592500', '090813.052500', '090813.512500', '090813.972500', '090814.432500', '090814.892500', '090815.352500', '090815.812500', '090816.272500', '090816.732500', '090817.192500', '090817.652500', '090818.112500', '090818.572500', '090819.032500', '090819.492500', '090819.952500', '090820.412500', '090820.872500', '090821.332500', '090821.792500', '090822.252500', '090822.712500', '090823.172500', '090823.632500', '090824.092500', '090824.552500', '090825.012500', '090825.472500', '090825.932500', '090826.392500', '090826.852500', '090827.312500', '090827.772500', '090828.232500', '090828.692500', '090829.152500', '090829.612500', '090830.072500', '090830.532500', '090830.992500', '090831.452500', '090831.912500', '090832.372500', '090832.832500', '090833.292500', '090833.752500', '090834.212500', '090834.672500', '090835.132500', '090835.592500', '090836.052500', '090836.512500', '090836.972500', '090837.432500', '090837.892500', '090838.352500', '090838.812500', '090839.272500', '090839.732500', '090840.192500', '090840.652500', '090841.112500', '090841.572500', '090842.032500', '090842.492500', '090842.952500', '090843.412500', '090843.872500', '090844.332500', '090844.792500', '090845.252500', '090845.712500', '090846.172500', '090846.632500', '090847.092500', '090847.552500', '090848.012500', '090848.472500', '090848.932500', '090849.392500', '090849.852500', '090850.312500', '090850.772500', '090851.232500', '090851.692500', '090852.152500', '090852.612500', '090853.072500', '090853.532500', '090853.992500', '090854.452500', '090854.912500', '090855.372500', '090855.832500', '090856.292500', '090856.752500', '090857.212500', '090857.672500', '090858.132500', '090858.592500', '090859.052500', '090859.512500', '090859.972500', '090900.432500', '090900.892500', '090901.352500', '090901.812500', '090902.272500', '090902.732500', '090903.192500', '090903.652500', '090904.112500', '090904.572500', '090905.032500', '090905.492500', '090905.952500', '090906.412500', '090906.872500', '090907.332500', '090907.792500', '090908.252500', '090908.712500', '090909.172500', '090909.632500', '090910.092500', '090910.552500', '090911.012500', '090911.472500', '090911.932500', '090912.392500', '090912.852500', '090913.312500', '090913.772500', '090914.232500', '090914.692500', '090915.152500', '090915.612500', '090916.072500', '090916.532500', '090916.992500', '090917.452500', '090917.912500', '090918.372500', '090918.832500', '090919.292500', '090919.752500', '090920.212500', '090920.672500', '090921.132500', '090921.592500', '090922.052500', '090922.512500', '090922.972500', '090923.432500', '090923.892500', '090924.352500', '090924.812500', '090925.272500', '090925.732500', '090926.192500', '090926.652500', '090927.112500', '090927.572500', '090928.032500', '090928.492500', '090928.952500', '090929.412500', '090929.872500', '090930.332500', '090930.792500', '090931.252500', '090931.712500', '090932.172500', '090932.632500', '090933.092500', '090933.552500', '090934.012500', '090934.472500', '090934.932500', '090935.392500', '090935.852500', '090936.312500', '090936.772500', '090937.232500', '090937.692500', '090938.152500', '090938.612500', '090939.072500', '090939.532500', '090939.992500', '090940.452500', '090940.912500', '090941.372500', '090941.832500', '090942.292500', '090942.752500', '090943.212500', '090943.672500', '090944.132500', '090944.592500', '090945.052500', '090945.512500', '090945.972500', '090946.432500', '090946.892500', '090947.352500', '090947.812500', '090948.272500', '090948.732500', '090949.192500', '090949.652500', '090950.112500', '090950.572500', '090951.032500', '090951.492500', '090951.952500', '090952.412500', '090952.872500', '090953.332500', '090953.792500', '090954.252500', '090954.712500', '090955.172500', '090955.632500', '090956.092500', '090956.552500', '090957.012500', '090957.472500', '090957.932500', '090958.392500', '090958.852500', '090959.312500', '090959.772500', '091000.232500', '091000.692500', '091001.152500', '091001.612500', '091002.072500', '091002.532500', '091002.992500', '091003.452500', '091003.912500', '091004.372500', '091004.832500', '091005.292500', '091005.752500', '091006.212500', '091006.672500', '091007.132500', '091007.592500', '091008.052500', '091008.512500', '091008.972500', '091009.432500', '091009.892500', '091010.352500', '091010.812500', '091011.272500', '091011.732500', '091012.192500', '091012.652500', '091013.112500', '091013.572500', '091014.032500', '091014.492500', '091014.952500', '091015.412500', '091015.872500', '091016.332500', '091016.792500', '091017.252500', '091017.712500', '091018.172500', '091018.632500', '091019.092500', '091019.552500', '091020.012500', '091020.472500', '091020.932500', '091021.392500', '091021.852500', '091022.312500', '091022.772500', '091023.232500', '091023.692500', '091024.152500', '091024.612500', '091025.072500', '091025.532500', '091025.992500', '091026.452500', '091026.912500', '091027.372500', '091027.832500', '091028.292500', '091028.752500', '091029.212500', '091029.672500', '091030.132500', '091030.592500', '091031.052500', '091031.512500', '091031.972500', '091032.432500', '091032.892500', '091033.352500', '091033.812500', '091034.272500', '091034.732500', '091035.192500', '091035.652500', '091036.112500', '091036.572500', '091037.032500', '091037.492500', '091037.952500', '091038.412500', '091038.872500', '091039.332500', '091039.792500', '091040.252500', '091040.712500', '091041.172500', '091041.632500', '091042.092500', '091042.552500', '091043.012500', '091043.472500', '091043.932500', '091044.392500', '091044.852500', '091045.312500', '091045.772500', '091046.232500', '091046.692500', '091047.152500', '091047.612500', '091048.072500', '091048.532500', '091048.992500', '091049.452500', '091049.912500', '091050.372500', '091050.832500', '091051.292500', '091051.752500', '091052.212500', '091052.672500', '091053.132500', '091053.592500', '091054.052500', '091054.512500', '091054.972500', '091055.432500', '091055.892500', '091056.352500', '091056.812500', '091057.272500', '091057.732500', '091058.192500', '091058.652500', '091059.112500', '091059.572500', '091100.032500', '091100.492500', '091100.952500', '091101.412500', '091101.872500', '091102.332500', '091102.792500', '091103.252500', '091103.712500', '091104.172500', '091104.632500', '091105.092500', '091105.552500', '091106.012500', '091106.472500', '091106.932500', '091107.392500', '091107.852500', '091108.312500', '091108.772500', '091109.232500', '091109.692500', '091110.152500', '091110.612500', '091111.072500', '091111.532500', '091111.992500', '091112.452500', '091112.912500', '091113.372500', '091113.832500', '091114.292500', '091114.752500', '091115.212500', '091115.672500', '091116.132500', '091116.592500', '091117.052500', '091117.512500', '091117.972500', '091118.432500', '091118.892500', '091119.352500', '091119.812500', '091120.272500', '091120.732500', '091121.192500', '091121.652500', '091122.112500', '091122.572500', '091123.032500', '091123.492500', '091123.952500', '091124.412500', '091124.872500', '091125.332500', '091125.792500', '091126.252500', '091126.712500', '091127.172500', '091127.632500', '091128.092500', '091128.552500', '091129.012500', '091129.472500', '091129.932500', '091130.392500', '091130.852500', '091131.312500', '091131.772500', '091132.232500', '091132.692500', '091133.152500', '091133.612500', '091134.072500', '091134.532500', '091134.992500', '091135.452500', '091135.912500', '091136.372500', '091136.832500', '091137.292500', '091137.752500', '091138.212500', '091138.672500', '091139.132500', '091139.592500', '091140.052500', '091140.512500', '091140.972500', '091141.432500', '091141.892500', '091142.352500', '091142.812500', '091143.272500', '091143.732500', '091144.192500', '091144.652500', '091145.112500', '091145.572500', '091146.032500', '091146.492500', '091146.952500', '091147.412500', '091147.872500', '091148.332500', '091148.792500', '091149.252500', '091149.712500', '091150.172500', '091150.632500', '091151.092500', '091151.552500', '091152.012500', '091152.472500', '091152.932500', '091153.392500', '091153.852500', '091154.312500', '091154.772500', '091155.232500', '091155.692500', '091156.152500', '091156.612500', '091157.072500', '091157.532500', '091157.992500', '091158.452500', '091158.912500', '091159.372500', '091159.832500', '091200.292500'], 'ContentTime': ['090537.633000', '090537.636000', '090537.639000', '090537.642000', '090537.645000', '090537.647000', '090537.650000', '090537.652000', '090537.655000', '090537.658000', '090537.660000', '090537.667000', '090537.669000', '090537.672000', '090537.674000', '090537.677000', '090537.680000', '090537.682000', '090537.685000', '090537.687000', '090537.690000', '090537.692000', '090537.696000', '090537.699000', '090537.706000', '090537.708000', '090537.711000', '090537.714000', '090537.716000', '090537.719000', '090537.721000', '090537.724000', '090537.727000', '090537.729000', '090537.732000', '090537.734000', '090537.737000', '090557.593000', '090557.596000', '090557.599000', '090557.601000', '090557.604000', '090557.607000', '090557.609000', '090557.612000', '090557.614000', '090557.617000', '090557.619000', '090557.622000', '090557.625000', '090557.627000', '090557.630000', '090557.632000', '090557.635000', '090557.637000', '090557.640000', '090557.643000', '090557.645000', '090557.648000', '090557.651000', '090557.654000', '090557.656000', '090557.659000', '090557.661000', '090557.664000', '090557.666000', '090557.669000', '090557.672000', '090557.674000', '090557.677000', '090557.680000', '090557.682000', '090557.685000', '090557.692000', '090557.694000', '090557.697000', '090557.699000', '090557.702000', '090557.705000', '090557.707000', '090557.710000', '090617.595000', '090617.597000', '090617.600000', '090617.603000', '090617.605000', '090617.608000', '090617.610000', '090617.613000', '090617.616000', '090617.618000', '090617.621000', '090617.623000', '090617.626000', '090617.629000', '090617.631000', '090617.634000', '090617.636000', '090617.639000', '090617.641000', '090617.644000', '090617.647000', '090617.649000', '090617.671000', '090617.673000', '090617.676000', '090617.678000', '090617.681000', '090617.684000', '090617.686000', '090617.689000', '090617.691000', '090617.694000', '090617.696000', '090617.699000', '090617.702000', '090617.704000', '090617.707000', '090617.709000', '090617.712000', '090617.714000', '090617.717000', '090617.720000', '090617.722000', '090637.594000', '090637.597000', '090637.600000', '090637.602000', '090637.605000', '090637.607000', '090637.610000', '090637.613000', '090637.615000', '090637.618000', '090637.620000', '090637.623000', '090637.625000', '090637.628000', '090637.630000', '090637.633000', '090637.636000', '090637.638000', '090637.641000', '090637.643000', '090637.646000', '090637.649000', '090637.657000', '090637.660000', '090637.662000', '090637.665000', '090637.668000', '090637.670000', '090637.673000', '090637.675000', '090637.678000', '090637.681000', '090637.683000', '090637.686000', '090637.688000', '090637.691000', '090637.694000', '090637.696000', '090637.699000', '090637.701000', '090637.704000', '090637.707000', '090637.709000', '090637.712000', '090657.595000', '090657.597000', '090657.600000', '090657.603000', '090657.605000', '090657.608000', '090657.610000', '090657.613000', '090657.615000', '090657.618000', '090657.620000', '090657.623000', '090657.626000', '090657.628000', '090657.631000', '090657.633000', '090657.636000', '090657.639000', '090657.641000', '090657.644000', '090657.646000', '090657.649000', '090657.651000', '090657.654000', '090657.656000', '090657.659000', '090657.662000', '090657.664000', '090657.667000', '090657.670000', '090657.672000', '090657.675000', '090657.677000', '090657.680000', '090657.682000', '090657.685000', '090657.688000', '090657.690000', '090657.693000', '090657.695000', '090657.698000', '090657.701000', '090657.703000', '090717.609000', '090717.612000', '090717.614000', '090717.617000', '090717.619000', '090717.622000', '090717.624000', '090717.627000', '090717.630000', '090717.632000', '090717.635000', '090717.637000', '090717.640000', '090717.643000', '090717.645000', '090717.648000', '090717.651000', '090717.653000', '090717.656000', '090717.658000', '090717.661000', '090717.663000', '090717.666000', '090717.669000', '090717.671000', '090717.674000', '090717.676000', '090717.679000', '090717.681000', '090717.684000', '090717.687000', '090717.689000', '090717.692000', '090717.695000', '090717.697000', '090717.700000', '090717.702000', '090717.705000', '090717.708000', '090717.710000', '090717.713000', '090717.715000', '090717.718000', '090717.721000', '090737.594000', '090737.597000', '090737.600000', '090737.602000', '090737.605000', '090737.607000', '090737.610000', '090737.621000', '090737.623000', '090737.626000', '090737.628000', '090737.631000', '090737.634000', '090737.636000', '090737.639000', '090737.641000', '090737.644000', '090737.646000', '090737.649000', '090737.652000', '090737.654000', '090737.657000', '090737.659000', '090737.662000', '090737.664000', '090737.667000', '090737.670000', '090737.672000', '090737.675000', '090737.677000', '090737.680000', '090737.683000', '090737.685000', '090737.688000', '090737.690000', '090737.693000', '090737.695000', '090737.698000', '090737.701000', '090737.703000', '090737.715000', '090737.718000', '090737.727000', '090757.594000', '090757.596000', '090757.599000', '090757.602000', '090757.604000', '090757.607000', '090757.609000', '090757.612000', '090757.615000', '090757.617000', '090757.620000', '090757.623000', '090757.625000', '090757.628000', '090757.630000', '090757.633000', '090757.636000', '090757.638000', '090757.641000', '090757.644000', '090757.646000', '090757.649000', '090757.651000', '090757.654000', '090757.656000', '090757.659000', '090757.661000', '090757.664000', '090757.667000', '090757.669000', '090757.684000', '090757.687000', '090757.689000', '090757.692000', '090757.695000', '090757.697000', '090757.700000', '090757.702000', '090757.705000', '090757.707000', '090757.710000', '090757.713000', '090757.715000', '090757.718000', '090817.594000', '090817.596000', '090817.599000', '090817.602000', '090817.605000', '090817.607000', '090817.610000', '090817.612000', '090817.615000', '090817.618000', '090817.620000', '090817.623000', '090817.625000', '090817.628000', '090817.631000', '090817.633000', '090817.636000', '090817.639000', '090817.641000', '090817.644000', '090817.646000', '090817.649000', '090817.652000', '090817.654000', '090817.657000', '090817.659000', '090817.662000', '090817.665000', '090817.667000', '090817.670000', '090817.672000', '090817.675000', '090817.678000', '090817.680000', '090817.683000', '090817.685000', '090817.688000', '090817.691000', '090817.693000', '090817.696000', '090817.698000', '090817.701000', '090817.703000', '090837.595000', '090837.597000', '090837.600000', '090837.603000', '090837.605000', '090837.608000', '090837.610000', '090837.613000', '090837.615000', '090837.618000', '090837.621000', '090837.623000', '090837.626000', '090837.628000', '090837.631000', '090837.634000', '090837.637000', '090837.639000', '090837.642000', '090837.644000', '090837.647000', '090837.650000', '090837.652000', '090837.655000', '090837.658000', '090837.660000', '090837.663000', '090837.666000', '090837.668000', '090837.671000', '090837.674000', '090837.676000', '090837.679000', '090837.681000', '090837.684000', '090837.687000', '090837.689000', '090837.692000', '090837.695000', '090837.697000', '090837.712000', '090837.715000', '090837.717000', '090837.720000', '090857.595000', '090857.597000', '090857.600000', '090857.602000', '090857.605000', '090857.608000', '090857.610000', '090857.613000', '090857.615000', '090857.618000', '090857.621000', '090857.623000', '090857.626000', '090857.628000', '090857.631000', '090857.633000', '090857.636000', '090857.639000', '090857.641000', '090857.644000', '090857.646000', '090857.649000', '090857.651000', '090857.654000', '090857.657000', '090857.659000', '090857.662000', '090857.664000', '090857.667000', '090857.669000', '090857.672000', '090857.675000', '090857.677000', '090857.680000', '090857.682000', '090857.685000', '090857.688000', '090857.690000', '090857.693000', '090857.696000', '090857.698000', '090857.701000', '090857.703000', '090917.594000', '090917.597000', '090917.600000', '090917.602000', '090917.605000', '090917.608000', '090917.610000', '090917.613000', '090917.615000', '090917.618000', '090917.621000', '090917.623000', '090917.626000', '090917.629000', '090917.631000', '090917.634000', '090917.637000', '090917.639000', '090917.642000', '090917.644000', '090917.647000', '090917.649000', '090917.652000', '090917.655000', '090917.657000', '090917.660000', '090917.662000', '090917.665000', '090917.668000', '090917.670000', '090917.678000', '090917.680000', '090917.683000', '090917.685000', '090917.688000', '090917.691000', '090917.693000', '090917.696000', '090917.699000', '090917.701000', '090917.704000', '090917.706000', '090917.709000', '090917.712000', '090937.594000', '090937.597000', '090937.600000', '090937.602000', '090937.605000', '090937.608000', '090937.610000', '090937.613000', '090937.615000', '090937.624000', '090937.627000', '090937.629000', '090937.632000', '090937.635000', '090937.637000', '090937.640000', '090937.642000', '090937.645000', '090937.655000', '090937.657000', '090937.660000', '090937.663000', '090937.665000', '090937.668000', '090937.670000', '090937.673000', '090937.676000', '090937.678000', '090937.681000', '090937.684000', '090937.686000', '090937.689000', '090937.691000', '090937.694000', '090937.697000', '090937.699000', '090937.702000', '090937.705000', '090937.707000', '090937.710000', '090937.712000', '090937.715000', '090937.717000', '090957.594000', '090957.597000', '090957.600000', '090957.602000', '090957.605000', '090957.608000', '090957.610000', '090957.613000', '090957.615000', '090957.618000', '090957.621000', '090957.623000', '090957.626000', '090957.628000', '090957.631000', '090957.633000', '090957.636000', '090957.639000', '090957.641000', '090957.644000', '090957.646000', '090957.649000', '090957.652000', '090957.662000', '090957.665000', '090957.667000', '090957.670000', '090957.673000', '090957.675000', '090957.678000', '090957.680000', '090957.683000', '090957.686000', '090957.688000', '090957.691000', '090957.693000', '090957.696000', '090957.699000', '090957.701000', '090957.704000', '090957.707000', '090957.709000', '090957.712000', '090957.714000', '091017.593000', '091017.596000', '091017.599000', '091017.602000', '091017.604000', '091017.607000', '091017.616000', '091017.618000', '091017.621000', '091017.623000', '091017.626000', '091017.629000', '091017.631000', '091017.634000', '091017.636000', '091017.639000', '091017.642000', '091017.644000', '091017.647000', '091017.649000', '091017.652000', '091017.655000', '091017.657000', '091017.660000', '091017.663000', '091017.665000', '091017.668000', '091017.670000', '091017.673000', '091017.675000', '091017.678000', '091017.681000', '091017.683000', '091017.686000', '091017.689000', '091017.691000', '091017.694000', '091017.697000', '091017.699000', '091017.702000', '091017.705000', '091017.707000', '091017.710000', '091037.593000', '091037.596000', '091037.599000', '091037.601000', '091037.604000', '091037.607000', '091037.609000', '091037.613000', '091037.615000', '091037.618000', '091037.621000', '091037.623000', '091037.626000', '091037.629000', '091037.631000', '091037.634000', '091037.636000', '091037.639000', '091037.641000', '091037.644000', '091037.647000', '091037.649000', '091037.652000', '091037.655000', '091037.657000', '091037.660000', '091037.662000', '091037.665000', '091037.668000', '091037.670000', '091037.673000', '091037.675000', '091037.678000', '091037.681000', '091037.684000', '091037.687000', '091037.689000', '091037.692000', '091037.695000', '091037.697000', '091037.700000', '091037.703000', '091037.705000', '091037.708000', '091057.594000', '091057.597000', '091057.600000', '091057.603000', '091057.605000', '091057.608000', '091057.610000', '091057.613000', '091057.616000', '091057.618000', '091057.621000', '091057.623000', '091057.626000', '091057.629000', '091057.631000', '091057.634000', '091057.637000', '091057.639000', '091057.642000', '091057.645000', '091057.647000', '091057.650000', '091057.653000', '091057.655000', '091057.665000', '091057.668000', '091057.670000', '091057.673000', '091057.676000', '091057.678000', '091057.681000', '091057.684000', '091057.686000', '091057.689000', '091057.691000', '091057.694000', '091057.697000', '091057.700000', '091057.702000', '091057.705000', '091057.707000', '091057.710000', '091057.713000', '091117.594000', '091117.598000', '091117.600000', '091117.603000', '091117.606000', '091117.609000', '091117.611000', '091117.614000', '091117.617000', '091117.619000', '091117.622000', '091117.624000', '091117.627000', '091117.630000', '091117.632000', '091117.635000', '091117.637000', '091117.640000', '091117.645000', '091117.647000', '091117.650000', '091117.653000', '091117.655000', '091117.658000', '091117.660000', '091117.663000', '091117.665000', '091117.668000', '091117.671000', '091117.673000', '091117.683000', '091117.686000', '091117.689000', '091117.692000', '091117.694000', '091117.697000', '091117.700000', '091117.702000', '091117.705000', '091117.707000', '091117.710000', '091117.713000', '091117.715000', '091137.595000', '091137.608000', '091137.610000', '091137.613000', '091137.616000', '091137.618000', '091137.621000', '091137.624000', '091137.626000', '091137.629000', '091137.631000', '091137.634000', '091137.637000', '091137.639000', '091137.642000', '091137.645000', '091137.647000', '091137.651000', '091137.660000', '091137.662000', '091137.665000', '091137.668000', '091137.670000', '091137.673000', '091137.675000', '091137.678000', '091137.681000', '091137.683000', '091137.686000', '091137.689000', '091137.691000', '091137.694000', '091137.696000', '091137.699000', '091137.702000', '091137.704000', '091137.707000', '091137.710000', '091137.712000', '091137.715000', '091137.718000', '091137.720000', '091137.723000', '091137.726000', '091157.594000', '091157.597000', '091157.600000', '091157.602000', '091157.606000', '091157.608000', '091157.611000', '091157.614000', '091157.617000', '091157.619000', '091157.622000', '091157.625000', '091157.627000', '091157.630000', '091157.633000', '091157.635000', '091157.638000', '091157.640000', '091157.643000', '091157.646000', '091157.648000', '091157.651000', '091157.655000', '091157.657000', '091157.660000', '091157.663000', '091157.665000', '091157.668000', '091157.670000', '091157.673000', '091157.676000', '091157.679000', '091157.681000', '091157.684000', '091157.686000', '091157.689000', '091157.691000', '091157.694000', '091157.697000', '091157.699000', '091157.702000', '091157.705000', '091157.708000', '091201.296000', '091201.299000', '091201.302000', '091201.304000', '091201.307000', '091201.310000', '091201.313000', '091201.315000', '091201.318000'], 'InstanceCreationTime': ['090537.633000', '090537.636000', '090537.639000', '090537.642000', '090537.645000', '090537.647000', '090537.650000', '090537.652000', '090537.655000', '090537.658000', '090537.660000', '090537.667000', '090537.669000', '090537.672000', '090537.674000', '090537.677000', '090537.680000', '090537.682000', '090537.685000', '090537.687000', '090537.690000', '090537.692000', '090537.696000', '090537.699000', '090537.706000', '090537.708000', '090537.711000', '090537.714000', '090537.716000', '090537.719000', '090537.721000', '090537.724000', '090537.727000', '090537.729000', '090537.732000', '090537.734000', '090537.737000', '090557.593000', '090557.596000', '090557.599000', '090557.601000', '090557.604000', '090557.607000', '090557.609000', '090557.612000', '090557.614000', '090557.617000', '090557.619000', '090557.622000', '090557.625000', '090557.627000', '090557.630000', '090557.632000', '090557.635000', '090557.637000', '090557.640000', '090557.643000', '090557.645000', '090557.648000', '090557.651000', '090557.654000', '090557.656000', '090557.659000', '090557.661000', '090557.664000', '090557.666000', '090557.669000', '090557.672000', '090557.674000', '090557.677000', '090557.680000', '090557.682000', '090557.685000', '090557.692000', '090557.694000', '090557.697000', '090557.699000', '090557.702000', '090557.705000', '090557.707000', '090557.710000', '090617.595000', '090617.597000', '090617.600000', '090617.603000', '090617.605000', '090617.608000', '090617.610000', '090617.613000', '090617.616000', '090617.618000', '090617.621000', '090617.623000', '090617.626000', '090617.629000', '090617.631000', '090617.634000', '090617.636000', '090617.639000', '090617.641000', '090617.644000', '090617.647000', '090617.649000', '090617.671000', '090617.673000', '090617.676000', '090617.678000', '090617.681000', '090617.684000', '090617.686000', '090617.689000', '090617.691000', '090617.694000', '090617.696000', '090617.699000', '090617.702000', '090617.704000', '090617.707000', '090617.709000', '090617.712000', '090617.714000', '090617.717000', '090617.720000', '090617.722000', '090637.594000', '090637.597000', '090637.600000', '090637.602000', '090637.605000', '090637.607000', '090637.610000', '090637.613000', '090637.615000', '090637.618000', '090637.620000', '090637.623000', '090637.625000', '090637.628000', '090637.630000', '090637.633000', '090637.636000', '090637.638000', '090637.641000', '090637.643000', '090637.646000', '090637.649000', '090637.657000', '090637.660000', '090637.662000', '090637.665000', '090637.668000', '090637.670000', '090637.673000', '090637.675000', '090637.678000', '090637.681000', '090637.683000', '090637.686000', '090637.688000', '090637.691000', '090637.694000', '090637.696000', '090637.699000', '090637.701000', '090637.704000', '090637.707000', '090637.709000', '090637.712000', '090657.595000', '090657.597000', '090657.600000', '090657.603000', '090657.605000', '090657.608000', '090657.610000', '090657.613000', '090657.615000', '090657.618000', '090657.620000', '090657.623000', '090657.626000', '090657.628000', '090657.631000', '090657.633000', '090657.636000', '090657.639000', '090657.641000', '090657.644000', '090657.646000', '090657.649000', '090657.651000', '090657.654000', '090657.656000', '090657.659000', '090657.662000', '090657.664000', '090657.667000', '090657.670000', '090657.672000', '090657.675000', '090657.677000', '090657.680000', '090657.682000', '090657.685000', '090657.688000', '090657.690000', '090657.693000', '090657.695000', '090657.698000', '090657.701000', '090657.703000', '090717.609000', '090717.612000', '090717.614000', '090717.617000', '090717.619000', '090717.622000', '090717.624000', '090717.627000', '090717.630000', '090717.632000', '090717.635000', '090717.637000', '090717.640000', '090717.643000', '090717.645000', '090717.648000', '090717.651000', '090717.653000', '090717.656000', '090717.658000', '090717.661000', '090717.663000', '090717.666000', '090717.669000', '090717.671000', '090717.674000', '090717.676000', '090717.679000', '090717.681000', '090717.684000', '090717.687000', '090717.689000', '090717.692000', '090717.695000', '090717.697000', '090717.700000', '090717.702000', '090717.705000', '090717.708000', '090717.710000', '090717.713000', '090717.715000', '090717.718000', '090717.721000', '090737.594000', '090737.597000', '090737.600000', '090737.602000', '090737.605000', '090737.607000', '090737.610000', '090737.621000', '090737.623000', '090737.626000', '090737.628000', '090737.631000', '090737.634000', '090737.636000', '090737.639000', '090737.641000', '090737.644000', '090737.646000', '090737.649000', '090737.652000', '090737.654000', '090737.657000', '090737.659000', '090737.662000', '090737.664000', '090737.667000', '090737.670000', '090737.672000', '090737.675000', '090737.677000', '090737.680000', '090737.683000', '090737.685000', '090737.688000', '090737.690000', '090737.693000', '090737.695000', '090737.698000', '090737.701000', '090737.703000', '090737.715000', '090737.718000', '090737.727000', '090757.594000', '090757.596000', '090757.599000', '090757.602000', '090757.604000', '090757.607000', '090757.609000', '090757.612000', '090757.615000', '090757.617000', '090757.620000', '090757.623000', '090757.625000', '090757.628000', '090757.630000', '090757.633000', '090757.636000', '090757.638000', '090757.641000', '090757.644000', '090757.646000', '090757.649000', '090757.651000', '090757.654000', '090757.656000', '090757.659000', '090757.661000', '090757.664000', '090757.667000', '090757.669000', '090757.684000', '090757.687000', '090757.689000', '090757.692000', '090757.695000', '090757.697000', '090757.700000', '090757.702000', '090757.705000', '090757.707000', '090757.710000', '090757.713000', '090757.715000', '090757.718000', '090817.594000', '090817.596000', '090817.599000', '090817.602000', '090817.605000', '090817.607000', '090817.610000', '090817.612000', '090817.615000', '090817.618000', '090817.620000', '090817.623000', '090817.625000', '090817.628000', '090817.631000', '090817.633000', '090817.636000', '090817.639000', '090817.641000', '090817.644000', '090817.646000', '090817.649000', '090817.652000', '090817.654000', '090817.657000', '090817.659000', '090817.662000', '090817.665000', '090817.667000', '090817.670000', '090817.672000', '090817.675000', '090817.678000', '090817.680000', '090817.683000', '090817.685000', '090817.688000', '090817.691000', '090817.693000', '090817.696000', '090817.698000', '090817.701000', '090817.703000', '090837.595000', '090837.597000', '090837.600000', '090837.603000', '090837.605000', '090837.608000', '090837.610000', '090837.613000', '090837.615000', '090837.618000', '090837.621000', '090837.623000', '090837.626000', '090837.628000', '090837.631000', '090837.634000', '090837.637000', '090837.639000', '090837.642000', '090837.644000', '090837.647000', '090837.650000', '090837.652000', '090837.655000', '090837.658000', '090837.660000', '090837.663000', '090837.666000', '090837.668000', '090837.671000', '090837.674000', '090837.676000', '090837.679000', '090837.681000', '090837.684000', '090837.687000', '090837.689000', '090837.692000', '090837.695000', '090837.697000', '090837.712000', '090837.715000', '090837.717000', '090837.720000', '090857.595000', '090857.597000', '090857.600000', '090857.602000', '090857.605000', '090857.608000', '090857.610000', '090857.613000', '090857.615000', '090857.618000', '090857.621000', '090857.623000', '090857.626000', '090857.628000', '090857.631000', '090857.633000', '090857.636000', '090857.639000', '090857.641000', '090857.644000', '090857.646000', '090857.649000', '090857.651000', '090857.654000', '090857.657000', '090857.659000', '090857.662000', '090857.664000', '090857.667000', '090857.669000', '090857.672000', '090857.675000', '090857.677000', '090857.680000', '090857.682000', '090857.685000', '090857.688000', '090857.690000', '090857.693000', '090857.696000', '090857.698000', '090857.701000', '090857.703000', '090917.594000', '090917.597000', '090917.600000', '090917.602000', '090917.605000', '090917.608000', '090917.610000', '090917.613000', '090917.615000', '090917.618000', '090917.621000', '090917.623000', '090917.626000', '090917.629000', '090917.631000', '090917.634000', '090917.637000', '090917.639000', '090917.642000', '090917.644000', '090917.647000', '090917.649000', '090917.652000', '090917.655000', '090917.657000', '090917.660000', '090917.662000', '090917.665000', '090917.668000', '090917.670000', '090917.678000', '090917.680000', '090917.683000', '090917.685000', '090917.688000', '090917.691000', '090917.693000', '090917.696000', '090917.699000', '090917.701000', '090917.704000', '090917.706000', '090917.709000', '090917.712000', '090937.594000', '090937.597000', '090937.600000', '090937.602000', '090937.605000', '090937.608000', '090937.610000', '090937.613000', '090937.615000', '090937.624000', '090937.627000', '090937.629000', '090937.632000', '090937.635000', '090937.637000', '090937.640000', '090937.642000', '090937.645000', '090937.655000', '090937.657000', '090937.660000', '090937.663000', '090937.665000', '090937.668000', '090937.670000', '090937.673000', '090937.676000', '090937.678000', '090937.681000', '090937.684000', '090937.686000', '090937.689000', '090937.691000', '090937.694000', '090937.697000', '090937.699000', '090937.702000', '090937.705000', '090937.707000', '090937.710000', '090937.712000', '090937.715000', '090937.717000', '090957.594000', '090957.597000', '090957.600000', '090957.602000', '090957.605000', '090957.608000', '090957.610000', '090957.613000', '090957.615000', '090957.618000', '090957.621000', '090957.623000', '090957.626000', '090957.628000', '090957.631000', '090957.633000', '090957.636000', '090957.639000', '090957.641000', '090957.644000', '090957.646000', '090957.649000', '090957.652000', '090957.662000', '090957.665000', '090957.667000', '090957.670000', '090957.673000', '090957.675000', '090957.678000', '090957.680000', '090957.683000', '090957.686000', '090957.688000', '090957.691000', '090957.693000', '090957.696000', '090957.699000', '090957.701000', '090957.704000', '090957.707000', '090957.709000', '090957.712000', '090957.714000', '091017.593000', '091017.596000', '091017.599000', '091017.602000', '091017.604000', '091017.607000', '091017.616000', '091017.618000', '091017.621000', '091017.623000', '091017.626000', '091017.629000', '091017.631000', '091017.634000', '091017.636000', '091017.639000', '091017.642000', '091017.644000', '091017.647000', '091017.649000', '091017.652000', '091017.655000', '091017.657000', '091017.660000', '091017.663000', '091017.665000', '091017.668000', '091017.670000', '091017.673000', '091017.675000', '091017.678000', '091017.681000', '091017.683000', '091017.686000', '091017.689000', '091017.691000', '091017.694000', '091017.697000', '091017.699000', '091017.702000', '091017.705000', '091017.707000', '091017.710000', '091037.593000', '091037.596000', '091037.599000', '091037.601000', '091037.604000', '091037.607000', '091037.609000', '091037.613000', '091037.615000', '091037.618000', '091037.621000', '091037.623000', '091037.626000', '091037.629000', '091037.631000', '091037.634000', '091037.636000', '091037.639000', '091037.641000', '091037.644000', '091037.647000', '091037.649000', '091037.652000', '091037.655000', '091037.657000', '091037.660000', '091037.662000', '091037.665000', '091037.668000', '091037.670000', '091037.673000', '091037.675000', '091037.678000', '091037.681000', '091037.684000', '091037.687000', '091037.689000', '091037.692000', '091037.695000', '091037.697000', '091037.700000', '091037.703000', '091037.705000', '091037.708000', '091057.594000', '091057.597000', '091057.600000', '091057.603000', '091057.605000', '091057.608000', '091057.610000', '091057.613000', '091057.616000', '091057.618000', '091057.621000', '091057.623000', '091057.626000', '091057.629000', '091057.631000', '091057.634000', '091057.637000', '091057.639000', '091057.642000', '091057.645000', '091057.647000', '091057.650000', '091057.653000', '091057.655000', '091057.665000', '091057.668000', '091057.670000', '091057.673000', '091057.676000', '091057.678000', '091057.681000', '091057.684000', '091057.686000', '091057.689000', '091057.691000', '091057.694000', '091057.697000', '091057.700000', '091057.702000', '091057.705000', '091057.707000', '091057.710000', '091057.713000', '091117.594000', '091117.598000', '091117.600000', '091117.603000', '091117.606000', '091117.609000', '091117.611000', '091117.614000', '091117.617000', '091117.619000', '091117.622000', '091117.624000', '091117.627000', '091117.630000', '091117.632000', '091117.635000', '091117.637000', '091117.640000', '091117.645000', '091117.647000', '091117.650000', '091117.653000', '091117.655000', '091117.658000', '091117.660000', '091117.663000', '091117.665000', '091117.668000', '091117.671000', '091117.673000', '091117.683000', '091117.686000', '091117.689000', '091117.692000', '091117.694000', '091117.697000', '091117.700000', '091117.702000', '091117.705000', '091117.707000', '091117.710000', '091117.713000', '091117.715000', '091137.595000', '091137.608000', '091137.610000', '091137.613000', '091137.616000', '091137.618000', '091137.621000', '091137.624000', '091137.626000', '091137.629000', '091137.631000', '091137.634000', '091137.637000', '091137.639000', '091137.642000', '091137.645000', '091137.647000', '091137.651000', '091137.660000', '091137.662000', '091137.665000', '091137.668000', '091137.670000', '091137.673000', '091137.675000', '091137.678000', '091137.681000', '091137.683000', '091137.686000', '091137.689000', '091137.691000', '091137.694000', '091137.696000', '091137.699000', '091137.702000', '091137.704000', '091137.707000', '091137.710000', '091137.712000', '091137.715000', '091137.718000', '091137.720000', '091137.723000', '091137.726000', '091157.594000', '091157.597000', '091157.600000', '091157.602000', '091157.606000', '091157.608000', '091157.611000', '091157.614000', '091157.617000', '091157.619000', '091157.622000', '091157.625000', '091157.627000', '091157.630000', '091157.633000', '091157.635000', '091157.638000', '091157.640000', '091157.643000', '091157.646000', '091157.648000', '091157.651000', '091157.655000', '091157.657000', '091157.660000', '091157.663000', '091157.665000', '091157.668000', '091157.670000', '091157.673000', '091157.676000', '091157.679000', '091157.681000', '091157.684000', '091157.686000', '091157.689000', '091157.691000', '091157.694000', '091157.697000', '091157.699000', '091157.702000', '091157.705000', '091157.708000', '091201.296000', '091201.299000', '091201.302000', '091201.304000', '091201.307000', '091201.310000', '091201.313000', '091201.315000', '091201.318000'], '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': [11957, 8265, 9337, 8559, 11850, 8362, 8522, 8758, 8714, 12351, 7828, 8638, 8469, 9305, 8447, 11454, 8538, 8621, 8621, 8701, 10477, 8135, 8709, 8425, 8069, 8080, 9069, 8148, 8609, 8234, 8349, 9519, 7912, 8171, 8730, 8836, 8573, 9036, 10903, 7865, 8809, 8573, 9618, 8685, 13694, 13871, 8669, 8273, 8606, 9759, 8092, 13892, 8365, 8550, 8897, 8843, 8721, 8267, 8787, 8561, 10114, 12014, 15763, 8254, 8602, 8583, 9707, 8369, 12316, 10062, 8326, 8501, 8978, 10069, 8363, 10801, 8126, 7831, 8481, 9044, 9327, 8521, 8223, 8169, 9156, 8287, 10784, 8646, 8040, 9006, 8958, 9919, 13641, 13246, 8023, 9528, 8749, 12584, 13920, 14560, 8773, 8422, 8858, 8302, 11783, 8291, 8452, 8506, 9556, 8027, 14690, 8296, 8519, 8451, 8805, 8695, 10584, 9136, 8142, 8825, 8835, 10403, 12626, 19021, 17721, 13435, 9876, 8089, 8378, 8403, 8383, 7943, 8847, 8542, 7599, 8570, 8781, 9831, 8405, 9827, 9052, 12085, 9493, 9206, 9904, 8189, 12883, 8695, 10670, 8953, 11614, 9251, 15595, 8680, 7857, 9135, 7813, 9313, 8019, 13911, 8158, 7958, 8309, 8818, 8625, 10308, 8746, 8106, 8845, 8346, 8786, 7997, 9160, 8383, 10176, 8757, 10460, 8311, 10445, 8672, 14725, 8856, 10599, 9043, 11898, 13776, 13831, 9638, 7398, 7812, 8257, 10898, 11756, 15288, 8311, 8034, 8299, 9507, 8328, 8242, 7889, 8042, 8315, 8742, 10105, 8164, 9789, 8886, 8339, 8498, 8870, 9300, 7840, 9851, 8374, 14451, 8900, 9846, 8909, 9397, 14193, 15180, 12756, 8510, 9446, 8747, 12305, 13571, 15578, 8903, 8522, 8964, 8128, 10674, 8068, 8097, 8514, 9952, 8136, 10639, 8654, 9462, 8982, 8803, 9145, 8419, 8148, 8068, 9215, 8324, 12000, 10499, 11230, 8809, 8544, 8781, 8726, 8203, 8241, 8100, 8591, 10979, 8245, 8344, 8866, 8244, 9911, 7899, 9000, 8207, 11175, 8596, 14580, 8714, 8964, 8770, 8812, 11905, 11398, 12040, 8076, 8853, 8495, 12139, 12473, 15383, 8838, 8529, 8925, 8437, 10527, 7596, 8358, 8185, 9361, 8402, 10279, 9077, 8174, 8946, 7811, 10897, 8306, 9962, 8992, 10628, 8811, 15688, 11984, 7652, 7705, 8579, 10392, 8720, 15493, 11345, 8186, 9005, 8363, 9406, 8104, 8086, 7745, 8700, 8881, 9800, 8877, 8055, 8007, 8028, 10604, 8710, 9038, 8921, 8102, 9271, 10885, 10581, 8182, 8729, 8481, 14431, 15620, 12776, 8879, 7427, 8066, 8064, 12187, 8283, 8931, 8593, 8250, 8953, 8250, 11239, 7618, 8654, 8719, 11132, 8908, 8910, 9053, 8414, 9207, 8111, 8248, 7994, 11177, 9052, 16503, 11975, 9658, 8897, 8562, 9402, 13394, 12798, 8138, 8018, 8016, 11048, 8314, 10377, 8978, 7990, 8278, 7930, 10854, 8360, 9979, 8868, 8392, 9802, 7438, 9141, 8230, 10315, 9176, 10341, 9004, 7469, 8711, 8381, 15552, 14415, 14176, 8758, 7923, 8893, 8176, 13400, 12433, 14040, 8894, 8774, 8941, 10068, 9037, 7264, 8062, 8319, 11857, 9183, 9474, 8824, 8569, 9092, 9322, 8252, 8036, 9465, 8571, 11203, 8786, 13115, 9201, 7606, 8200, 8253, 10765, 8218, 8527, 8241, 9231, 8664, 10846, 12062, 7701, 8365, 8121, 10601, 8696, 11093, 8728, 8697, 9079, 8034, 13167, 8386, 10238, 8721, 11980, 9577, 14317, 9382, 7235, 8667, 8560, 12364, 12882, 15428, 8693, 8547, 8868, 8466, 9110, 7179, 8443, 7975, 11326, 8254, 8993, 8729, 9822, 8872, 11769, 10466, 7369, 7748, 8200, 10454, 8770, 15627, 11260, 8354, 8954, 8312, 9407, 7901, 8910, 7959, 8684, 8764, 11348, 8669, 7990, 8623, 8011, 10495, 7776, 8780, 8469, 10894, 8540, 15104, 10698, 7559, 8146, 7814, 10976, 9193, 15957, 8618, 7951, 8761, 8102, 10454, 9173, 10692, 7619, 8794, 8675, 8233, 10124, 7679, 9432, 8490, 11360, 8754, 12506, 9316, 8560, 8868, 7800, 14003, 8153, 10042, 8768, 10954, 8594, 7384, 8140, 7748, 12499, 14678, 15699, 8654, 9078, 8635, 8822, 10052, 10017, 8724, 7445, 8562, 8031, 11285, 8318, 10410, 8627, 8480, 9002, 8157, 8855, 7502, 8554, 8408, 11250, 8929, 9993, 8665, 8253, 9337, 15128, 13327, 8910, 8485, 8785, 9186, 9036, 7505, 8313, 8256, 11910, 8960, 7996, 8002, 8268, 11145, 8783, 13390, 9393, 7920, 8116, 8909, 10939, 9055, 7958, 8257, 8032, 9467, 8720, 9627, 8878, 7566, 8922, 8093, 11672, 8467, 8217, 8507, 8367, 14206, 8897, 12495, 8935, 9479, 8520, 13845, 16606, 8434, 8479, 9149, 10698, 8797, 9874, 8528, 8056, 8907, 8022, 9969, 8062, 8927, 8746, 11807, 13281, 14146, 8687, 8105, 8583, 7650, 11864, 8453, 9282, 8542, 8539, 8932, 10204, 9002, 7870, 8118, 7713, 9410, 8115, 11897, 8856, 8839, 8747, 7798, 10748, 10166, 14069, 8197, 9096, 8596, 8418, 10683, 7656, 9657, 8561, 10261, 8824, 15576, 13123, 8259, 8117, 7829, 10464, 8766, 15259, 8859, 9687, 8918, 8069, 11372, 11274, 11091, 8809, 8715, 8572, 10061, 10957, 8435, 8399, 8909, 11424, 8733, 8576, 9198, 7675, 9681, 8761, 14182, 10666, 9479, 8885, 7860, 8897, 8415, 12240, 8374, 8370, 8964, 10510, 8976, 8903, 8955, 7675, 8492, 8248, 11204, 9051, 10048, 8626, 10443, 9028, 12029, 8583, 8431, 8729, 8441, 13074, 9615, 8295, 8580, 9358, 8991, 10885, 9091, 8232, 7833, 8393, 10246, 8047, 8794, 8640, 8392, 8512, 8152, 8749, 8892, 12828, 13436, 7634, 8690, 8531, 11014, 8746, 16635, 13845, 10446, 8800, 8146, 9985, 8122, 8387, 8098, 8951, 8585, 12354, 8795, 10146, 9017, 9527, 9051, 10662, 8507, 8018, 8440, 8143, 9642, 8566, 12461, 8292, 8369, 8296, 10166, 9152, 12074, 8752, 8329, 8590, 8892, 8710, 8215, 8323, 7813, 8530, 8779, 12173, 8916, 9461, 8481, 9651, 8966, 16584, 13805, 8281, 8745, 7632, 8399, 8737, 11993, 8774, 10330, 8655, 8778, 8737, 10431, 8939, 7839, 8349, 8440, 10827, 9833, 13237, 8768, 8981, 8498, 10150, 11232, 7512, 8298, 7919, 9511, 8832, 12384, 8912, 9609, 8603, 8324, 10332, 8203, 8928, 8915, 10945, 8910, 16369, 8940, 9931, 8688, 8543, 9983, 9626, 8433, 8238, 8921, 8709, 9774, 8902, 8261], 'WindowCenter': [4463.0, 4394.0, 4386.0, 4371.0, 4397.0, 4342.0, 4329.0, 4351.0, 4339.0, 4392.0, 4320.0, 4325.0, 4340.0, 4348.0, 4338.0, 4381.0, 4338.0, 4325.0, 4339.0, 4337.0, 4370.0, 4331.0, 4339.0, 4339.0, 4328.0, 4328.0, 4351.0, 4344.0, 4342.0, 4327.0, 4342.0, 4361.0, 4345.0, 4342.0, 4352.0, 4351.0, 4365.0, 4363.0, 4385.0, 4344.0, 4341.0, 4340.0, 4362.0, 4352.0, 4401.0, 4415.0, 4342.0, 4328.0, 4339.0, 4362.0, 4340.0, 4403.0, 4340.0, 4326.0, 4351.0, 4349.0, 4352.0, 4328.0, 4327.0, 4341.0, 4359.0, 4379.0, 4411.0, 4327.0, 4325.0, 4339.0, 4347.0, 4326.0, 4379.0, 4362.0, 4329.0, 4329.0, 4350.0, 4358.0, 4339.0, 4371.0, 4331.0, 4317.0, 4352.0, 4350.0, 4350.0, 4354.0, 4341.0, 4341.0, 4353.0, 4353.0, 4385.0, 4354.0, 4330.0, 4341.0, 4352.0, 4361.0, 4415.0, 4393.0, 4329.0, 4348.0, 4353.0, 4390.0, 4414.0, 4412.0, 4328.0, 4315.0, 4339.0, 4328.0, 4379.0, 4327.0, 4326.0, 4326.0, 4348.0, 4327.0, 4399.0, 4328.0, 4325.0, 4328.0, 4348.0, 4338.0, 4371.0, 4352.0, 4319.0, 4338.0, 4351.0, 4369.0, 4390.0, 4437.0, 4437.0, 4402.0, 4362.0, 4317.0, 4329.0, 4327.0, 4331.0, 4334.0, 4352.0, 4356.0, 4335.0, 4369.0, 4367.0, 4364.0, 4343.0, 4350.0, 4355.0, 4383.0, 4354.0, 4341.0, 4351.0, 4332.0, 4394.0, 4329.0, 4348.0, 4342.0, 4368.0, 4349.0, 4410.0, 4327.0, 4304.0, 4327.0, 4319.0, 4349.0, 4330.0, 4401.0, 4331.0, 4317.0, 4329.0, 4339.0, 4341.0, 4361.0, 4345.0, 4321.0, 4354.0, 4355.0, 4356.0, 4343.0, 4353.0, 4343.0, 4375.0, 4356.0, 4376.0, 4345.0, 4376.0, 4358.0, 4416.0, 4355.0, 4362.0, 4368.0, 4393.0, 4402.0, 4404.0, 4351.0, 4309.0, 4319.0, 4340.0, 4370.0, 4394.0, 4414.0, 4333.0, 4319.0, 4343.0, 4360.0, 4342.0, 4344.0, 4343.0, 4344.0, 4345.0, 4367.0, 4375.0, 4359.0, 4366.0, 4357.0, 4358.0, 4368.0, 4369.0, 4368.0, 4346.0, 4379.0, 4357.0, 4419.0, 4357.0, 4364.0, 4369.0, 4366.0, 4416.0, 4427.0, 4395.0, 4342.0, 4350.0, 4343.0, 4393.0, 4404.0, 4413.0, 4341.0, 4316.0, 4342.0, 4328.0, 4371.0, 4331.0, 4319.0, 4340.0, 4361.0, 4333.0, 4362.0, 4343.0, 4350.0, 4356.0, 4353.0, 4365.0, 4332.0, 4320.0, 4320.0, 4364.0, 4342.0, 4392.0, 4387.0, 4373.0, 4344.0, 4341.0, 4342.0, 4354.0, 4344.0, 4343.0, 4344.0, 4356.0, 4387.0, 4359.0, 4344.0, 4356.0, 4357.0, 4377.0, 4348.0, 4357.0, 4345.0, 4387.0, 4356.0, 4418.0, 4346.0, 4341.0, 4357.0, 4354.0, 4394.0, 4396.0, 4395.0, 4331.0, 4341.0, 4354.0, 4392.0, 4394.0, 4426.0, 4343.0, 4329.0, 4353.0, 4341.0, 4371.0, 4332.0, 4342.0, 4331.0, 4339.0, 4356.0, 4372.0, 4367.0, 4343.0, 4352.0, 4336.0, 4386.0, 4346.0, 4363.0, 4354.0, 4374.0, 4352.0, 4424.0, 4395.0, 4320.0, 4321.0, 4342.0, 4372.0, 4341.0, 4424.0, 4384.0, 4331.0, 4341.0, 4340.0, 4350.0, 4344.0, 4331.0, 4321.0, 4342.0, 4353.0, 4374.0, 4366.0, 4333.0, 4332.0, 4347.0, 4374.0, 4359.0, 4354.0, 4343.0, 4345.0, 4364.0, 4387.0, 4375.0, 4344.0, 4343.0, 4355.0, 4414.0, 4439.0, 4395.0, 4353.0, 4310.0, 4344.0, 4343.0, 4392.0, 4357.0, 4353.0, 4343.0, 4343.0, 4355.0, 4344.0, 4398.0, 4334.0, 4343.0, 4357.0, 4384.0, 4368.0, 4354.0, 4354.0, 4344.0, 4366.0, 4346.0, 4344.0, 4334.0, 4385.0, 4353.0, 4438.0, 4385.0, 4339.0, 4342.0, 4341.0, 4351.0, 4404.0, 4394.0, 4332.0, 4319.0, 4343.0, 4382.0, 4342.0, 4376.0, 4354.0, 4333.0, 4344.0, 4346.0, 4384.0, 4359.0, 4376.0, 4356.0, 4357.0, 4377.0, 4338.0, 4367.0, 4345.0, 4378.0, 4367.0, 4389.0, 4368.0, 4324.0, 4357.0, 4357.0, 4427.0, 4429.0, 4405.0, 4343.0, 4320.0, 4355.0, 4342.0, 4402.0, 4394.0, 4402.0, 4341.0, 4340.0, 4351.0, 4362.0, 4342.0, 4310.0, 4343.0, 4342.0, 4395.0, 4355.0, 4350.0, 4354.0, 4352.0, 4353.0, 4365.0, 4345.0, 4333.0, 4351.0, 4356.0, 4384.0, 4354.0, 4406.0, 4355.0, 4321.0, 4344.0, 4344.0, 4384.0, 4357.0, 4343.0, 4344.0, 4365.0, 4355.0, 4384.0, 4409.0, 4336.0, 4344.0, 4335.0, 4386.0, 4356.0, 4398.0, 4358.0, 4356.0, 4366.0, 4346.0, 4408.0, 4345.0, 4362.0, 4358.0, 4396.0, 4364.0, 4417.0, 4355.0, 4322.0, 4342.0, 4357.0, 4394.0, 4408.0, 4415.0, 4343.0, 4341.0, 4355.0, 4342.0, 4355.0, 4311.0, 4343.0, 4346.0, 4384.0, 4346.0, 4343.0, 4344.0, 4375.0, 4355.0, 4394.0, 4388.0, 4323.0, 4321.0, 4344.0, 4374.0, 4343.0, 4427.0, 4398.0, 4332.0, 4342.0, 4344.0, 4353.0, 4345.0, 4355.0, 4333.0, 4343.0, 4357.0, 4384.0, 4359.0, 4333.0, 4345.0, 4346.0, 4375.0, 4337.0, 4344.0, 4345.0, 4385.0, 4356.0, 4427.0, 4387.0, 4322.0, 4332.0, 4335.0, 4385.0, 4364.0, 4438.0, 4357.0, 4331.0, 4354.0, 4343.0, 4374.0, 4378.0, 4376.0, 4335.0, 4354.0, 4357.0, 4356.0, 4391.0, 4348.0, 4367.0, 4370.0, 4410.0, 4371.0, 4410.0, 4368.0, 4344.0, 4369.0, 4336.0, 4419.0, 4334.0, 4376.0, 4356.0, 4387.0, 4357.0, 4323.0, 4345.0, 4347.0, 4406.0, 4428.0, 4428.0, 4345.0, 4341.0, 4356.0, 4353.0, 4364.0, 4375.0, 4355.0, 4323.0, 4343.0, 4346.0, 4383.0, 4358.0, 4375.0, 4356.0, 4344.0, 4369.0, 4346.0, 4368.0, 4337.0, 4356.0, 4359.0, 4386.0, 4372.0, 4367.0, 4346.0, 4345.0, 4378.0, 4429.0, 4418.0, 4354.0, 4353.0, 4353.0, 4353.0, 4356.0, 4323.0, 4345.0, 4344.0, 4394.0, 4367.0, 4343.0, 4333.0, 4355.0, 4384.0, 4355.0, 4417.0, 4366.0, 4332.0, 4344.0, 4365.0, 4383.0, 4366.0, 4347.0, 4356.0, 4345.0, 4377.0, 4367.0, 4390.0, 4369.0, 4336.0, 4368.0, 4359.0, 4398.0, 4357.0, 4356.0, 4370.0, 4357.0, 4418.0, 4368.0, 4408.0, 4355.0, 4364.0, 4356.0, 4414.0, 4439.0, 4345.0, 4331.0, 4353.0, 4373.0, 4353.0, 4364.0, 4343.0, 4332.0, 4365.0, 4343.0, 4376.0, 4333.0, 4353.0, 4354.0, 4382.0, 4418.0, 4404.0, 4342.0, 4318.0, 4355.0, 4330.0, 4382.0, 4345.0, 4353.0, 4342.0, 4341.0, 4355.0, 4373.0, 4368.0, 4344.0, 4333.0, 4335.0, 4366.0, 4345.0, 4409.0, 4368.0, 4342.0, 4343.0, 4348.0, 4386.0, 4389.0, 4430.0, 4346.0, 4353.0, 4370.0, 4356.0, 4389.0, 4349.0, 4366.0, 4344.0, 4377.0, 4366.0, 4426.0, 4421.0, 4343.0, 4332.0, 4334.0, 4386.0, 4355.0, 4427.0, 4355.0, 4351.0, 4356.0, 4333.0, 4384.0, 4386.0, 4372.0, 4341.0, 4330.0, 4354.0, 4362.0, 4386.0, 4332.0, 4331.0, 4366.0, 4383.0, 4358.0, 4343.0, 4352.0, 4332.0, 4365.0, 4355.0, 4415.0, 4388.0, 4352.0, 4343.0, 4332.0, 4354.0, 4344.0, 4397.0, 4333.0, 4331.0, 4356.0, 4375.0, 4366.0, 4354.0, 4353.0, 4320.0, 4357.0, 4345.0, 4398.0, 4356.0, 4364.0, 4358.0, 4387.0, 4368.0, 4397.0, 4355.0, 4343.0, 4356.0, 4355.0, 4405.0, 4366.0, 4332.0, 4343.0, 4353.0, 4354.0, 4384.0, 4368.0, 4345.0, 4333.0, 4358.0, 4387.0, 4358.0, 4367.0, 4370.0, 4359.0, 4358.0, 4359.0, 4383.0, 4383.0, 4421.0, 4434.0, 4350.0, 4357.0, 4346.0, 4399.0, 4357.0, 4441.0, 4420.0, 4364.0, 4356.0, 4345.0, 4376.0, 4335.0, 4332.0, 4332.0, 4355.0, 4354.0, 4396.0, 4345.0, 4362.0, 4355.0, 4364.0, 4355.0, 4375.0, 4344.0, 4320.0, 4332.0, 4345.0, 4365.0, 4354.0, 4409.0, 4346.0, 4332.0, 4344.0, 4374.0, 4364.0, 4396.0, 4358.0, 4344.0, 4345.0, 4367.0, 4356.0, 4359.0, 4347.0, 4334.0, 4358.0, 4368.0, 4408.0, 4370.0, 4355.0, 4356.0, 4367.0, 4367.0, 4435.0, 4429.0, 4343.0, 4343.0, 4333.0, 4356.0, 4356.0, 4396.0, 4358.0, 4375.0, 4344.0, 4355.0, 4355.0, 4387.0, 4367.0, 4334.0, 4345.0, 4355.0, 4384.0, 4390.0, 4407.0, 4345.0, 4353.0, 4356.0, 4374.0, 4400.0, 4325.0, 4344.0, 4334.0, 4376.0, 4355.0, 4408.0, 4357.0, 4353.0, 4358.0, 4356.0, 4388.0, 4346.0, 4354.0, 4356.0, 4386.0, 4354.0, 4439.0, 4354.0, 4361.0, 4355.0, 4354.0, 4374.0, 4378.0, 4346.0, 4346.0, 4354.0, 4369.0, 4376.0, 4369.0, 4358.0], 'WindowWidth': [9857.0, 9742.0, 9715.0, 9682.0, 9707.0, 9622.0, 9599.0, 9634.0, 9613.0, 9688.0, 9586.0, 9586.0, 9615.0, 9623.0, 9609.0, 9668.0, 9607.0, 9582.0, 9610.0, 9607.0, 9653.0, 9601.0, 9606.0, 9609.0, 9595.0, 9597.0, 9630.0, 9626.0, 9617.0, 9591.0, 9622.0, 9645.0, 9629.0, 9620.0, 9631.0, 9627.0, 9657.0, 9650.0, 9683.0, 9626.0, 9612.0, 9610.0, 9646.0, 9634.0, 9697.0, 9722.0, 9617.0, 9594.0, 9609.0, 9647.0, 9616.0, 9702.0, 9612.0, 9586.0, 9630.0, 9624.0, 9633.0, 9592.0, 9589.0, 9615.0, 9638.0, 9664.0, 9711.0, 9589.0, 9580.0, 9610.0, 9619.0, 9591.0, 9666.0, 9645.0, 9597.0, 9593.0, 9626.0, 9636.0, 9613.0, 9655.0, 9597.0, 9575.0, 9635.0, 9627.0, 9629.0, 9639.0, 9616.0, 9616.0, 9634.0, 9637.0, 9682.0, 9638.0, 9597.0, 9613.0, 9634.0, 9645.0, 9721.0, 9684.0, 9593.0, 9619.0, 9636.0, 9683.0, 9718.0, 9711.0, 9592.0, 9568.0, 9610.0, 9594.0, 9662.0, 9589.0, 9586.0, 9586.0, 9622.0, 9591.0, 9693.0, 9593.0, 9583.0, 9592.0, 9623.0, 9609.0, 9657.0, 9633.0, 9579.0, 9605.0, 9629.0, 9652.0, 9681.0, 9772.0, 9763.0, 9696.0, 9644.0, 9577.0, 9594.0, 9589.0, 9601.0, 9608.0, 9632.0, 9640.0, 9613.0, 9666.0, 9661.0, 9648.0, 9617.0, 9623.0, 9641.0, 9671.0, 9635.0, 9612.0, 9625.0, 9602.0, 9687.0, 9593.0, 9614.0, 9615.0, 9649.0, 9622.0, 9704.0, 9587.0, 9551.0, 9584.0, 9582.0, 9622.0, 9598.0, 9694.0, 9597.0, 9574.0, 9591.0, 9607.0, 9614.0, 9642.0, 9624.0, 9585.0, 9634.0, 9641.0, 9641.0, 9620.0, 9632.0, 9622.0, 9666.0, 9640.0, 9668.0, 9624.0, 9669.0, 9647.0, 9723.0, 9637.0, 9641.0, 9661.0, 9689.0, 9698.0, 9701.0, 9625.0, 9565.0, 9580.0, 9615.0, 9655.0, 9689.0, 9716.0, 9603.0, 9581.0, 9622.0, 9639.0, 9618.0, 9622.0, 9620.0, 9620.0, 9625.0, 9661.0, 9668.0, 9653.0, 9654.0, 9641.0, 9650.0, 9664.0, 9664.0, 9658.0, 9628.0, 9679.0, 9647.0, 9732.0, 9644.0, 9648.0, 9664.0, 9658.0, 9723.0, 9738.0, 9690.0, 9613.0, 9621.0, 9623.0, 9688.0, 9703.0, 9715.0, 9611.0, 9570.0, 9619.0, 9595.0, 9656.0, 9601.0, 9580.0, 9612.0, 9642.0, 9607.0, 9644.0, 9618.0, 9625.0, 9643.0, 9637.0, 9654.0, 9603.0, 9582.0, 9581.0, 9651.0, 9618.0, 9685.0, 9685.0, 9659.0, 9620.0, 9613.0, 9619.0, 9637.0, 9622.0, 9618.0, 9625.0, 9644.0, 9684.0, 9652.0, 9622.0, 9642.0, 9647.0, 9673.0, 9635.0, 9645.0, 9625.0, 9686.0, 9643.0, 9727.0, 9626.0, 9612.0, 9646.0, 9639.0, 9691.0, 9695.0, 9693.0, 9600.0, 9613.0, 9637.0, 9686.0, 9691.0, 9736.0, 9617.0, 9591.0, 9635.0, 9616.0, 9654.0, 9606.0, 9615.0, 9601.0, 9608.0, 9644.0, 9659.0, 9659.0, 9621.0, 9630.0, 9617.0, 9682.0, 9629.0, 9647.0, 9634.0, 9664.0, 9633.0, 9733.0, 9692.0, 9583.0, 9586.0, 9619.0, 9660.0, 9617.0, 9733.0, 9675.0, 9600.0, 9612.0, 9613.0, 9626.0, 9624.0, 9601.0, 9586.0, 9618.0, 9636.0, 9664.0, 9656.0, 9606.0, 9603.0, 9634.0, 9666.0, 9651.0, 9636.0, 9619.0, 9628.0, 9652.0, 9687.0, 9667.0, 9621.0, 9621.0, 9641.0, 9718.0, 9759.0, 9691.0, 9632.0, 9571.0, 9626.0, 9623.0, 9686.0, 9646.0, 9633.0, 9617.0, 9620.0, 9640.0, 9624.0, 9702.0, 9610.0, 9617.0, 9647.0, 9679.0, 9662.0, 9635.0, 9634.0, 9627.0, 9655.0, 9630.0, 9621.0, 9608.0, 9681.0, 9636.0, 9758.0, 9677.0, 9606.0, 9618.0, 9616.0, 9630.0, 9704.0, 9690.0, 9601.0, 9581.0, 9624.0, 9671.0, 9619.0, 9669.0, 9637.0, 9605.0, 9624.0, 9633.0, 9679.0, 9654.0, 9667.0, 9640.0, 9646.0, 9672.0, 9622.0, 9659.0, 9625.0, 9675.0, 9661.0, 9692.0, 9661.0, 9595.0, 9647.0, 9646.0, 9742.0, 9746.0, 9707.0, 9620.0, 9584.0, 9640.0, 9621.0, 9700.0, 9690.0, 9697.0, 9610.0, 9612.0, 9628.0, 9645.0, 9617.0, 9570.0, 9621.0, 9620.0, 9693.0, 9638.0, 9621.0, 9636.0, 9635.0, 9636.0, 9656.0, 9626.0, 9607.0, 9626.0, 9645.0, 9680.0, 9640.0, 9709.0, 9639.0, 9586.0, 9623.0, 9625.0, 9679.0, 9647.0, 9620.0, 9623.0, 9655.0, 9642.0, 9679.0, 9720.0, 9616.0, 9623.0, 9612.0, 9686.0, 9646.0, 9701.0, 9647.0, 9641.0, 9658.0, 9632.0, 9715.0, 9625.0, 9643.0, 9650.0, 9698.0, 9651.0, 9726.0, 9638.0, 9589.0, 9618.0, 9647.0, 9693.0, 9716.0, 9720.0, 9620.0, 9615.0, 9640.0, 9619.0, 9640.0, 9577.0, 9620.0, 9633.0, 9678.0, 9631.0, 9620.0, 9622.0, 9669.0, 9641.0, 9693.0, 9690.0, 9594.0, 9588.0, 9623.0, 9666.0, 9621.0, 9742.0, 9702.0, 9603.0, 9616.0, 9627.0, 9636.0, 9628.0, 9639.0, 9606.0, 9622.0, 9648.0, 9677.0, 9652.0, 9607.0, 9625.0, 9631.0, 9668.0, 9621.0, 9624.0, 9625.0, 9683.0, 9647.0, 9741.0, 9686.0, 9591.0, 9602.0, 9616.0, 9682.0, 9651.0, 9757.0, 9643.0, 9601.0, 9638.0, 9625.0, 9665.0, 9677.0, 9668.0, 9612.0, 9638.0, 9648.0, 9646.0, 9698.0, 9636.0, 9658.0, 9668.0, 9724.0, 9672.0, 9720.0, 9660.0, 9624.0, 9667.0, 9616.0, 9733.0, 9610.0, 9672.0, 9646.0, 9688.0, 9647.0, 9595.0, 9629.0, 9636.0, 9711.0, 9744.0, 9744.0, 9626.0, 9614.0, 9645.0, 9636.0, 9651.0, 9667.0, 9639.0, 9595.0, 9623.0, 9633.0, 9675.0, 9650.0, 9666.0, 9643.0, 9623.0, 9667.0, 9631.0, 9665.0, 9620.0, 9645.0, 9655.0, 9686.0, 9675.0, 9658.0, 9627.0, 9628.0, 9681.0, 9750.0, 9730.0, 9635.0, 9635.0, 9634.0, 9636.0, 9644.0, 9594.0, 9627.0, 9625.0, 9691.0, 9659.0, 9620.0, 9606.0, 9644.0, 9681.0, 9643.0, 9729.0, 9657.0, 9605.0, 9628.0, 9657.0, 9678.0, 9659.0, 9635.0, 9644.0, 9627.0, 9677.0, 9663.0, 9698.0, 9667.0, 9615.0, 9665.0, 9656.0, 9703.0, 9648.0, 9646.0, 9672.0, 9648.0, 9731.0, 9664.0, 9716.0, 9640.0, 9652.0, 9645.0, 9720.0, 9763.0, 9626.0, 9602.0, 9635.0, 9662.0, 9637.0, 9652.0, 9622.0, 9606.0, 9656.0, 9623.0, 9671.0, 9607.0, 9636.0, 9641.0, 9675.0, 9730.0, 9702.0, 9617.0, 9579.0, 9642.0, 9603.0, 9675.0, 9629.0, 9635.0, 9616.0, 9617.0, 9643.0, 9663.0, 9666.0, 9624.0, 9606.0, 9614.0, 9658.0, 9628.0, 9719.0, 9661.0, 9617.0, 9621.0, 9638.0, 9686.0, 9693.0, 9748.0, 9628.0, 9634.0, 9671.0, 9645.0, 9693.0, 9639.0, 9655.0, 9622.0, 9676.0, 9659.0, 9742.0, 9737.0, 9620.0, 9602.0, 9611.0, 9686.0, 9642.0, 9741.0, 9637.0, 9627.0, 9644.0, 9609.0, 9678.0, 9684.0, 9657.0, 9612.0, 9597.0, 9639.0, 9647.0, 9683.0, 9603.0, 9600.0, 9658.0, 9677.0, 9649.0, 9618.0, 9628.0, 9605.0, 9655.0, 9642.0, 9723.0, 9690.0, 9630.0, 9617.0, 9606.0, 9640.0, 9625.0, 9700.0, 9605.0, 9598.0, 9642.0, 9667.0, 9658.0, 9637.0, 9632.0, 9585.0, 9649.0, 9628.0, 9703.0, 9644.0, 9649.0, 9651.0, 9688.0, 9664.0, 9698.0, 9638.0, 9618.0, 9646.0, 9643.0, 9708.0, 9656.0, 9604.0, 9618.0, 9635.0, 9641.0, 9680.0, 9665.0, 9625.0, 9607.0, 9651.0, 9687.0, 9650.0, 9659.0, 9668.0, 9652.0, 9650.0, 9652.0, 9695.0, 9693.0, 9741.0, 9760.0, 9641.0, 9642.0, 9625.0, 9707.0, 9645.0, 9766.0, 9731.0, 9645.0, 9642.0, 9626.0, 9669.0, 9611.0, 9602.0, 9601.0, 9642.0, 9637.0, 9696.0, 9625.0, 9641.0, 9640.0, 9651.0, 9640.0, 9664.0, 9620.0, 9581.0, 9603.0, 9628.0, 9653.0, 9637.0, 9717.0, 9626.0, 9602.0, 9621.0, 9665.0, 9651.0, 9696.0, 9646.0, 9621.0, 9624.0, 9660.0, 9644.0, 9653.0, 9630.0, 9609.0, 9648.0, 9663.0, 9718.0, 9665.0, 9636.0, 9640.0, 9660.0, 9660.0, 9748.0, 9746.0, 9619.0, 9617.0, 9608.0, 9645.0, 9645.0, 9698.0, 9647.0, 9666.0, 9622.0, 9641.0, 9641.0, 9685.0, 9659.0, 9608.0, 9626.0, 9643.0, 9678.0, 9694.0, 9709.0, 9624.0, 9632.0, 9646.0, 9665.0, 9707.0, 9598.0, 9622.0, 9611.0, 9672.0, 9641.0, 9715.0, 9643.0, 9631.0, 9650.0, 9644.0, 9689.0, 9628.0, 9636.0, 9643.0, 9683.0, 9639.0, 9759.0, 9637.0, 9641.0, 9642.0, 9641.0, 9666.0, 9676.0, 9630.0, 9627.0, 9637.0, 9668.0, 9672.0, 9666.0, 9648.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.0011042922899884926</td></tr>
<tr><td colspan=3>aqi</td><td>0.0282417582278481</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.75165083662448</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2290830300921651</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0141837817741939</td></tr>
<tr><td colspan=3>efc</td><td>0.5309</td></tr>
<tr><td colspan=3>fber</td><td>3028.4792</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22246093182644797</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>437</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>50.287686996547755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.329022717981896</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2409816738435606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4596346686304673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.28645181147166</td></tr>
<tr><td colspan=3>gcor</td><td>0.00846672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009456674568355083</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04977605864405632</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.233765512061332</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.7744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.3211</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.0549</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285885.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>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.2136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6761</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.0856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3527.7575</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.2623</td></tr>
<tr><td colspan=3>tsnr</td><td>33.79379306570627</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>