ds005256-mriqc/sub-0102_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter fada54bd13 [DATALAD RUNCMD] Compute MRIQC for sub-0102
=== 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-0102 --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-0102",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:30 +02:00

616 lines
No EOL
106 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-0102_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ca504c6ce6e99808efd9fa69786954d5</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:17:37.622500</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0991247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f7c09bb3-82ef-4a91-bc09-5174e8fe4760||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['091737.622500', '091738.082500', '091738.542500', '091739.002500', '091739.462500', '091739.922500', '091740.382500', '091740.842500', '091741.302500', '091741.762500', '091742.222500', '091742.682500', '091743.142500', '091743.602500', '091744.062500', '091744.522500', '091744.982500', '091745.442500', '091745.902500', '091746.362500', '091746.822500', '091747.282500', '091747.742500', '091748.202500', '091748.662500', '091749.122500', '091749.582500', '091750.042500', '091750.502500', '091750.962500', '091751.422500', '091751.882500', '091752.342500', '091752.802500', '091753.262500', '091753.722500', '091754.182500', '091754.642500', '091755.102500', '091755.562500', '091756.022500', '091756.482500', '091756.942500', '091757.402500', '091757.862500', '091758.322500', '091758.782500', '091759.242500', '091759.702500', '091800.162500', '091800.622500', '091801.082500', '091801.542500', '091802.002500', '091802.462500', '091802.922500', '091803.382500', '091803.842500', '091804.302500', '091804.762500', '091805.222500', '091805.682500', '091806.142500', '091806.602500', '091807.062500', '091807.522500', '091807.982500', '091808.442500', '091808.902500', '091809.362500', '091809.822500', '091810.282500', '091810.742500', '091811.202500', '091811.662500', '091812.122500', '091812.582500', '091813.042500', '091813.502500', '091813.962500', '091814.422500', '091814.882500', '091815.342500', '091815.802500', '091816.262500', '091816.722500', '091817.182500', '091817.642500', '091818.102500', '091818.562500', '091819.022500', '091819.482500', '091819.942500', '091820.402500', '091820.862500', '091821.322500', '091821.782500', '091822.242500', '091822.702500', '091823.162500', '091823.622500', '091824.082500', '091824.542500', '091825.002500', '091825.462500', '091825.922500', '091826.382500', '091826.842500', '091827.302500', '091827.762500', '091828.222500', '091828.682500', '091829.142500', '091829.602500', '091830.062500', '091830.522500', '091830.982500', '091831.442500', '091831.902500', '091832.362500', '091832.822500', '091833.282500', '091833.742500', '091834.202500', '091834.662500', '091835.122500', '091835.582500', '091836.042500', '091836.502500', '091836.962500', '091837.422500', '091837.882500', '091838.342500', '091838.802500', '091839.262500', '091839.722500', '091840.182500', '091840.642500', '091841.102500', '091841.562500', '091842.022500', '091842.482500', '091842.942500', '091843.402500', '091843.862500', '091844.322500', '091844.782500', '091845.242500', '091845.702500', '091846.162500', '091846.622500', '091847.082500', '091847.542500', '091848.002500', '091848.462500', '091848.922500', '091849.382500', '091849.842500', '091850.302500', '091850.762500', '091851.222500', '091851.682500', '091852.142500', '091852.602500', '091853.062500', '091853.522500', '091853.982500', '091854.442500', '091854.902500', '091855.362500', '091855.822500', '091856.282500', '091856.742500', '091857.202500', '091857.662500', '091858.122500', '091858.582500', '091859.042500', '091859.502500', '091859.962500', '091900.422500', '091900.882500', '091901.342500', '091901.802500', '091902.262500', '091902.722500', '091903.182500', '091903.642500', '091904.102500', '091904.562500', '091905.022500', '091905.482500', '091905.942500', '091906.402500', '091906.862500', '091907.322500', '091907.782500', '091908.242500', '091908.702500', '091909.162500', '091909.622500', '091910.082500', '091910.542500', '091911.002500', '091911.462500', '091911.922500', '091912.382500', '091912.842500', '091913.302500', '091913.762500', '091914.222500', '091914.682500', '091915.142500', '091915.602500', '091916.062500', '091916.522500', '091916.982500', '091917.442500', '091917.902500', '091918.362500', '091918.822500', '091919.282500', '091919.742500', '091920.202500', '091920.662500', '091921.122500', '091921.582500', '091922.042500', '091922.502500', '091922.962500', '091923.422500', '091923.882500', '091924.342500', '091924.802500', '091925.262500', '091925.722500', '091926.182500', '091926.642500', '091927.102500', '091927.562500', '091928.022500', '091928.482500', '091928.942500', '091929.402500', '091929.862500', '091930.322500', '091930.782500', '091931.242500', '091931.702500', '091932.162500', '091932.622500', '091933.082500', '091933.542500', '091934.002500', '091934.462500', '091934.922500', '091935.382500', '091935.842500', '091936.302500', '091936.762500', '091937.222500', '091937.682500', '091938.142500', '091938.602500', '091939.062500', '091939.522500', '091939.982500', '091940.442500', '091940.902500', '091941.362500', '091941.822500', '091942.282500', '091942.742500', '091943.202500', '091943.662500', '091944.122500', '091944.582500', '091945.042500', '091945.502500', '091945.962500', '091946.422500', '091946.882500', '091947.342500', '091947.802500', '091948.262500', '091948.722500', '091949.182500', '091949.642500', '091950.102500', '091950.562500', '091951.022500', '091951.482500', '091951.942500', '091952.402500', '091952.862500', '091953.322500', '091953.782500', '091954.242500', '091954.702500', '091955.162500', '091955.622500', '091956.082500', '091956.542500', '091957.002500', '091957.462500', '091957.922500', '091958.382500', '091958.842500', '091959.302500', '091959.762500', '092000.222500', '092000.682500', '092001.142500', '092001.602500', '092002.062500', '092002.522500', '092002.982500', '092003.442500', '092003.902500', '092004.362500', '092004.822500', '092005.282500', '092005.742500', '092006.202500', '092006.662500', '092007.122500', '092007.582500', '092008.042500', '092008.502500', '092008.962500', '092009.422500', '092009.882500', '092010.342500', '092010.802500', '092011.262500', '092011.722500', '092012.182500', '092012.642500', '092013.102500', '092013.562500', '092014.022500', '092014.482500', '092014.942500', '092015.402500', '092015.862500', '092016.322500', '092016.782500', '092017.242500', '092017.702500', '092018.162500', '092018.622500', '092019.082500', '092019.542500', '092020.002500', '092020.462500', '092020.922500', '092021.382500', '092021.842500', '092022.302500', '092022.762500', '092023.222500', '092023.682500', '092024.142500', '092024.602500', '092025.062500', '092025.522500', '092025.982500', '092026.442500', '092026.902500', '092027.362500', '092027.822500', '092028.282500', '092028.742500', '092029.202500', '092029.662500', '092030.122500', '092030.582500', '092031.042500', '092031.502500', '092031.962500', '092032.422500', '092032.882500', '092033.342500', '092033.802500', '092034.262500', '092034.722500', '092035.182500', '092035.642500', '092036.102500', '092036.562500', '092037.022500', '092037.482500', '092037.942500', '092038.402500', '092038.862500', '092039.322500', '092039.782500', '092040.242500', '092040.702500', '092041.162500', '092041.622500', '092042.082500', '092042.542500', '092043.002500', '092043.462500', '092043.922500', '092044.382500', '092044.842500', '092045.302500', '092045.762500', '092046.222500', '092046.682500', '092047.142500', '092047.602500', '092048.062500', '092048.522500', '092048.982500', '092049.442500', '092049.902500', '092050.362500', '092050.822500', '092051.282500', '092051.742500', '092052.202500', '092052.662500', '092053.122500', '092053.582500', '092054.042500', '092054.502500', '092054.962500', '092055.422500', '092055.882500', '092056.342500', '092056.802500', '092057.262500', '092057.722500', '092058.182500', '092058.642500', '092059.102500', '092059.562500', '092100.022500', '092100.482500', '092100.942500', '092101.402500', '092101.862500', '092102.322500', '092102.782500', '092103.242500', '092103.702500', '092104.162500', '092104.622500', '092105.082500', '092105.542500', '092106.002500', '092106.462500', '092106.922500', '092107.382500', '092107.842500', '092108.302500', '092108.762500', '092109.222500', '092109.682500', '092110.142500', '092110.602500', '092111.062500', '092111.522500', '092111.982500', '092112.442500', '092112.902500', '092113.362500', '092113.822500', '092114.282500', '092114.742500', '092115.202500', '092115.662500', '092116.122500', '092116.582500', '092117.042500', '092117.502500', '092117.962500', '092118.422500', '092118.882500', '092119.342500', '092119.802500', '092120.262500', '092120.722500', '092121.182500', '092121.642500', '092122.102500', '092122.562500', '092123.022500', '092123.482500', '092123.942500', '092124.402500', '092124.862500', '092125.322500', '092125.782500', '092126.242500', '092126.702500', '092127.162500', '092127.622500', '092128.082500', '092128.542500', '092129.002500', '092129.462500', '092129.922500', '092130.382500', '092130.842500', '092131.302500', '092131.762500', '092132.222500', '092132.682500', '092133.142500', '092133.602500', '092134.062500', '092134.522500', '092134.982500', '092135.442500', '092135.902500', '092136.362500', '092136.822500', '092137.282500', '092137.742500', '092138.202500', '092138.662500', '092139.122500', '092139.582500', '092140.042500', '092140.502500', '092140.962500', '092141.422500', '092141.882500', '092142.342500', '092142.802500', '092143.262500', '092143.722500', '092144.182500', '092144.642500', '092145.102500', '092145.562500', '092146.022500', '092146.482500', '092146.942500', '092147.402500', '092147.862500', '092148.322500', '092148.782500', '092149.242500', '092149.702500', '092150.162500', '092150.622500', '092151.082500', '092151.542500', '092152.002500', '092152.462500', '092152.922500', '092153.382500', '092153.842500', '092154.302500', '092154.762500', '092155.222500', '092155.682500', '092156.142500', '092156.602500', '092157.062500', '092157.522500', '092157.982500', '092158.442500', '092158.902500', '092159.362500', '092159.822500', '092200.282500', '092200.742500', '092201.202500', '092201.662500', '092202.122500', '092202.582500', '092203.042500', '092203.502500', '092203.962500', '092204.422500', '092204.882500', '092205.342500', '092205.802500', '092206.262500', '092206.722500', '092207.182500', '092207.642500', '092208.102500', '092208.562500', '092209.022500', '092209.482500', '092209.942500', '092210.402500', '092210.862500', '092211.322500', '092211.782500', '092212.242500', '092212.702500', '092213.162500', '092213.622500', '092214.082500', '092214.542500', '092215.002500', '092215.462500', '092215.922500', '092216.382500', '092216.842500', '092217.302500', '092217.762500', '092218.222500', '092218.682500', '092219.142500', '092219.602500', '092220.062500', '092220.522500', '092220.982500', '092221.442500', '092221.902500', '092222.362500', '092222.822500', '092223.282500', '092223.742500', '092224.202500', '092224.662500', '092225.122500', '092225.582500', '092226.042500', '092226.502500', '092226.962500', '092227.422500', '092227.882500', '092228.342500', '092228.802500', '092229.262500', '092229.722500', '092230.182500', '092230.642500', '092231.102500', '092231.562500', '092232.022500', '092232.482500', '092232.942500', '092233.402500', '092233.862500', '092234.322500', '092234.782500', '092235.242500', '092235.702500', '092236.162500', '092236.622500', '092237.082500', '092237.542500', '092238.002500', '092238.462500', '092238.922500', '092239.382500', '092239.842500', '092240.302500', '092240.762500', '092241.222500', '092241.682500', '092242.142500', '092242.602500', '092243.062500', '092243.522500', '092243.982500', '092244.442500', '092244.902500', '092245.362500', '092245.822500', '092246.282500', '092246.742500', '092247.202500', '092247.662500', '092248.122500', '092248.582500', '092249.042500', '092249.502500', '092249.962500', '092250.422500', '092250.882500', '092251.342500', '092251.802500', '092252.262500', '092252.722500', '092253.182500', '092253.642500', '092254.102500', '092254.562500', '092255.022500', '092255.482500', '092255.942500', '092256.402500', '092256.862500', '092257.322500', '092257.782500', '092258.242500', '092258.702500', '092259.162500', '092259.622500', '092300.082500', '092300.542500', '092301.002500', '092301.462500', '092301.922500', '092302.382500', '092302.842500', '092303.302500', '092303.762500', '092304.222500', '092304.682500', '092305.142500', '092305.602500', '092306.062500', '092306.522500', '092306.982500', '092307.442500', '092307.902500', '092308.362500', '092308.822500', '092309.282500', '092309.742500', '092310.202500', '092310.662500', '092311.122500', '092311.582500', '092312.042500', '092312.502500', '092312.962500', '092313.422500', '092313.882500', '092314.342500', '092314.802500', '092315.262500', '092315.722500', '092316.182500', '092316.642500', '092317.102500', '092317.562500', '092318.022500', '092318.482500', '092318.942500', '092319.402500', '092319.862500', '092320.322500', '092320.782500', '092321.242500', '092321.702500', '092322.162500', '092322.622500', '092323.082500', '092323.542500', '092324.002500', '092324.462500', '092324.922500', '092325.382500', '092325.842500', '092326.302500', '092326.762500', '092327.222500', '092327.682500', '092328.142500', '092328.602500', '092329.062500', '092329.522500', '092329.982500', '092330.442500', '092330.902500', '092331.362500', '092331.822500', '092332.282500', '092332.742500', '092333.202500', '092333.662500', '092334.122500', '092334.582500', '092335.042500', '092335.502500', '092335.962500', '092336.422500', '092336.882500', '092337.342500', '092337.802500', '092338.262500', '092338.722500', '092339.182500', '092339.642500', '092340.102500', '092340.562500', '092341.022500', '092341.482500', '092341.942500', '092342.402500', '092342.862500', '092343.322500', '092343.782500', '092344.242500', '092344.702500', '092345.162500', '092345.622500', '092346.082500', '092346.542500', '092347.002500', '092347.462500', '092347.922500', '092348.382500', '092348.842500', '092349.302500', '092349.762500', '092350.222500', '092350.682500', '092351.142500', '092351.602500', '092352.062500', '092352.522500', '092352.982500', '092353.442500', '092353.902500', '092354.362500', '092354.822500', '092355.282500', '092355.742500', '092356.202500', '092356.662500', '092357.122500', '092357.582500', '092358.042500', '092358.502500', '092358.962500', '092359.422500', '092359.882500', '092400.342500', '092400.802500', '092401.262500', '092401.722500', '092402.182500', '092402.642500', '092403.102500', '092403.562500', '092404.022500', '092404.482500', '092404.942500', '092405.402500', '092405.862500', '092406.322500', '092406.782500', '092407.242500', '092407.702500', '092408.162500', '092408.622500', '092409.082500', '092409.542500', '092410.002500', '092410.462500', '092410.922500', '092411.382500', '092411.842500', '092412.302500', '092412.762500', '092413.222500', '092413.682500', '092414.142500', '092414.602500', '092415.062500', '092415.522500', '092415.982500', '092416.442500', '092416.902500', '092417.362500', '092417.822500', '092418.282500'], 'ContentTime': ['091804.140000', '091804.144000', '091804.151000', '091804.154000', '091804.156000', '091804.159000', '091804.161000', '091804.164000', '091804.167000', '091804.169000', '091804.172000', '091804.174000', '091804.177000', '091804.179000', '091804.182000', '091804.185000', '091804.187000', '091804.190000', '091804.192000', '091804.195000', '091804.198000', '091804.200000', '091804.203000', '091804.208000', '091804.211000', '091804.213000', '091804.216000', '091804.219000', '091804.221000', '091804.224000', '091804.226000', '091804.229000', '091804.232000', '091804.234000', '091804.237000', '091804.239000', '091804.242000', '091804.244000', '091804.247000', '091804.249000', '091804.252000', '091804.266000', '091804.269000', '091804.271000', '091804.274000', '091804.276000', '091804.279000', '091804.282000', '091804.284000', '091804.287000', '091804.289000', '091804.292000', '091804.294000', '091804.297000', '091804.300000', '091804.302000', '091824.099000', '091824.102000', '091824.105000', '091824.108000', '091824.110000', '091824.113000', '091824.115000', '091824.118000', '091824.120000', '091824.123000', '091824.125000', '091824.128000', '091824.131000', '091824.133000', '091824.146000', '091824.149000', '091824.151000', '091824.154000', '091824.156000', '091824.159000', '091824.161000', '091824.164000', '091824.166000', '091824.170000', '091824.173000', '091824.175000', '091824.178000', '091824.180000', '091824.183000', '091824.185000', '091824.188000', '091824.191000', '091824.193000', '091824.196000', '091824.198000', '091824.201000', '091824.204000', '091824.206000', '091824.209000', '091824.211000', '091824.214000', '091824.216000', '091824.219000', '091844.099000', '091844.102000', '091844.105000', '091844.107000', '091844.110000', '091844.112000', '091844.115000', '091844.118000', '091844.120000', '091844.123000', '091844.125000', '091844.128000', '091844.130000', '091844.133000', '091844.136000', '091844.138000', '091844.141000', '091844.144000', '091844.146000', '091844.149000', '091844.151000', '091844.154000', '091844.156000', '091844.159000', '091844.162000', '091844.164000', '091844.167000', '091844.169000', '091844.177000', '091844.180000', '091844.182000', '091844.185000', '091844.188000', '091844.190000', '091844.193000', '091844.196000', '091844.198000', '091844.201000', '091844.203000', '091844.206000', '091844.208000', '091844.211000', '091844.214000', '091844.216000', '091904.098000', '091904.101000', '091904.104000', '091904.106000', '091904.109000', '091904.111000', '091904.114000', '091904.117000', '091904.119000', '091904.122000', '091904.124000', '091904.127000', '091904.130000', '091904.132000', '091904.135000', '091904.138000', '091904.141000', '091904.150000', '091904.153000', '091904.156000', '091904.159000', '091904.161000', '091904.164000', '091904.166000', '091904.169000', '091904.171000', '091904.174000', '091904.177000', '091904.179000', '091904.182000', '091904.184000', '091904.187000', '091904.190000', '091904.192000', '091904.195000', '091904.197000', '091904.200000', '091904.202000', '091904.205000', '091904.207000', '091904.210000', '091904.213000', '091904.215000', '091924.099000', '091924.101000', '091924.104000', '091924.107000', '091924.109000', '091924.112000', '091924.114000', '091924.117000', '091924.119000', '091924.122000', '091924.125000', '091924.127000', '091924.130000', '091924.132000', '091924.135000', '091924.138000', '091924.140000', '091924.143000', '091924.145000', '091924.148000', '091924.150000', '091924.153000', '091924.156000', '091924.158000', '091924.161000', '091924.163000', '091924.166000', '091924.169000', '091924.171000', '091924.174000', '091924.176000', '091924.179000', '091924.181000', '091924.184000', '091924.187000', '091924.189000', '091924.192000', '091924.194000', '091924.197000', '091924.199000', '091924.202000', '091924.205000', '091924.207000', '091924.210000', '091944.099000', '091944.102000', '091944.105000', '091944.107000', '091944.110000', '091944.113000', '091944.115000', '091944.118000', '091944.120000', '091944.123000', '091944.125000', '091944.128000', '091944.131000', '091944.133000', '091944.136000', '091944.138000', '091944.141000', '091944.143000', '091944.146000', '091944.149000', '091944.151000', '091944.154000', '091944.156000', '091944.159000', '091944.173000', '091944.176000', '091944.178000', '091944.181000', '091944.184000', '091944.186000', '091944.189000', '091944.191000', '091944.194000', '091944.197000', '091944.199000', '091944.202000', '091944.204000', '091944.207000', '091944.211000', '091944.214000', '091944.217000', '091944.219000', '091944.222000', '092004.099000', '092004.102000', '092004.105000', '092004.108000', '092004.110000', '092004.113000', '092004.115000', '092004.118000', '092004.120000', '092004.123000', '092004.126000', '092004.128000', '092004.131000', '092004.133000', '092004.136000', '092004.139000', '092004.141000', '092004.144000', '092004.146000', '092004.149000', '092004.152000', '092004.154000', '092004.157000', '092004.159000', '092004.162000', '092004.165000', '092004.167000', '092004.170000', '092004.172000', '092004.175000', '092004.178000', '092004.180000', '092004.183000', '092004.185000', '092004.188000', '092004.218000', '092004.220000', '092004.223000', '092004.225000', '092004.228000', '092004.231000', '092004.244000', '092004.246000', '092004.249000', '092024.099000', '092024.102000', '092024.105000', '092024.108000', '092024.110000', '092024.113000', '092024.115000', '092024.118000', '092024.121000', '092024.123000', '092024.126000', '092024.129000', '092024.131000', '092024.134000', '092024.136000', '092024.139000', '092024.142000', '092024.144000', '092024.147000', '092024.149000', '092024.152000', '092024.155000', '092024.158000', '092024.160000', '092024.163000', '092024.165000', '092024.168000', '092024.171000', '092024.173000', '092024.176000', '092024.179000', '092024.181000', '092024.184000', '092024.187000', '092024.241000', '092024.260000', '092024.263000', '092024.266000', '092024.268000', '092024.271000', '092024.274000', '092024.276000', '092024.279000', '092044.100000', '092044.102000', '092044.105000', '092044.108000', '092044.110000', '092044.113000', '092044.116000', '092044.118000', '092044.121000', '092044.123000', '092044.126000', '092044.129000', '092044.131000', '092044.134000', '092044.136000', '092044.139000', '092044.142000', '092044.144000', '092044.147000', '092044.149000', '092044.152000', '092044.155000', '092044.157000', '092044.160000', '092044.162000', '092044.165000', '092044.168000', '092044.170000', '092044.173000', '092044.175000', '092044.178000', '092044.181000', '092044.183000', '092044.186000', '092044.189000', '092044.247000', '092044.250000', '092044.253000', '092044.255000', '092044.258000', '092044.260000', '092044.263000', '092044.265000', '092044.268000', '092104.100000', '092104.103000', '092104.105000', '092104.108000', '092104.110000', '092104.113000', '092104.116000', '092104.118000', '092104.121000', '092104.123000', '092104.126000', '092104.128000', '092104.131000', '092104.134000', '092104.136000', '092104.139000', '092104.149000', '092104.152000', '092104.154000', '092104.157000', '092104.159000', '092104.162000', '092104.165000', '092104.167000', '092104.170000', '092104.172000', '092104.175000', '092104.178000', '092104.180000', '092104.183000', '092104.186000', '092104.188000', '092104.191000', '092104.193000', '092104.196000', '092104.199000', '092104.201000', '092104.204000', '092104.206000', '092104.209000', '092104.211000', '092104.214000', '092104.217000', '092124.099000', '092124.101000', '092124.104000', '092124.107000', '092124.109000', '092124.112000', '092124.142000', '092124.145000', '092124.147000', '092124.150000', '092124.152000', '092124.155000', '092124.158000', '092124.160000', '092124.163000', '092124.165000', '092124.168000', '092124.170000', '092124.173000', '092124.176000', '092124.179000', '092124.181000', '092124.184000', '092124.186000', '092124.189000', '092124.266000', '092124.269000', '092124.272000', '092124.274000', '092124.277000', '092124.279000', '092124.282000', '092124.284000', '092124.287000', '092124.290000', '092124.292000', '092124.295000', '092124.298000', '092124.300000', '092124.303000', '092124.305000', '092124.308000', '092124.310000', '092124.313000', '092144.099000', '092144.101000', '092144.104000', '092144.107000', '092144.110000', '092144.112000', '092144.115000', '092144.117000', '092144.120000', '092144.123000', '092144.125000', '092144.128000', '092144.130000', '092144.133000', '092144.136000', '092144.138000', '092144.141000', '092144.143000', '092144.146000', '092144.149000', '092144.151000', '092144.154000', '092144.156000', '092144.159000', '092144.162000', '092144.164000', '092144.167000', '092144.169000', '092144.172000', '092144.175000', '092144.177000', '092144.180000', '092144.182000', '092144.185000', '092144.188000', '092144.221000', '092144.224000', '092144.227000', '092144.238000', '092144.240000', '092144.243000', '092144.246000', '092144.248000', '092204.099000', '092204.102000', '092204.105000', '092204.108000', '092204.110000', '092204.113000', '092204.116000', '092204.118000', '092204.121000', '092204.124000', '092204.127000', '092204.130000', '092204.133000', '092204.135000', '092204.138000', '092204.140000', '092204.143000', '092204.146000', '092204.148000', '092204.151000', '092204.154000', '092204.156000', '092204.159000', '092204.161000', '092204.164000', '092204.173000', '092204.175000', '092204.178000', '092204.181000', '092204.183000', '092204.186000', '092204.188000', '092204.254000', '092204.257000', '092204.259000', '092204.262000', '092204.264000', '092204.267000', '092204.270000', '092204.272000', '092204.275000', '092204.277000', '092204.280000', '092224.099000', '092224.102000', '092224.105000', '092224.108000', '092224.110000', '092224.113000', '092224.115000', '092224.118000', '092224.121000', '092224.123000', '092224.126000', '092224.128000', '092224.131000', '092224.133000', '092224.136000', '092224.138000', '092224.141000', '092224.144000', '092224.146000', '092224.149000', '092224.151000', '092224.154000', '092224.157000', '092224.159000', '092224.162000', '092224.164000', '092224.167000', '092224.169000', '092224.172000', '092224.181000', '092224.184000', '092224.186000', '092224.189000', '092224.240000', '092224.242000', '092224.245000', '092224.247000', '092224.250000', '092224.253000', '092224.255000', '092224.258000', '092224.261000', '092224.263000', '092224.266000', '092244.099000', '092244.102000', '092244.105000', '092244.108000', '092244.110000', '092244.113000', '092244.115000', '092244.118000', '092244.121000', '092244.124000', '092244.127000', '092244.129000', '092244.132000', '092244.135000', '092244.138000', '092244.141000', '092244.143000', '092244.146000', '092244.149000', '092244.151000', '092244.154000', '092244.156000', '092244.159000', '092244.162000', '092244.164000', '092244.167000', '092244.169000', '092244.172000', '092244.174000', '092244.177000', '092244.179000', '092244.197000', '092244.231000', '092244.234000', '092244.237000', '092244.239000', '092244.242000', '092244.244000', '092244.247000', '092244.249000', '092244.252000', '092244.255000', '092244.257000', '092304.100000', '092304.103000', '092304.105000', '092304.108000', '092304.111000', '092304.113000', '092304.116000', '092304.118000', '092304.121000', '092304.124000', '092304.126000', '092304.129000', '092304.131000', '092304.134000', '092304.136000', '092304.139000', '092304.142000', '092304.144000', '092304.147000', '092304.149000', '092304.152000', '092304.155000', '092304.158000', '092304.160000', '092304.163000', '092304.165000', '092304.168000', '092304.170000', '092304.173000', '092304.176000', '092304.178000', '092304.181000', '092304.183000', '092304.186000', '092304.189000', '092304.215000', '092304.217000', '092304.220000', '092304.222000', '092304.225000', '092304.227000', '092304.230000', '092304.232000', '092304.235000', '092324.100000', '092324.103000', '092324.105000', '092324.108000', '092324.110000', '092324.113000', '092324.116000', '092324.118000', '092324.121000', '092324.123000', '092324.126000', '092324.129000', '092324.131000', '092324.134000', '092324.136000', '092324.139000', '092324.142000', '092324.144000', '092324.147000', '092324.150000', '092324.152000', '092324.155000', '092324.157000', '092324.160000', '092324.162000', '092324.165000', '092324.168000', '092324.170000', '092324.173000', '092324.175000', '092324.178000', '092324.181000', '092324.183000', '092324.186000', '092324.188000', '092324.252000', '092324.255000', '092324.257000', '092324.262000', '092324.264000', '092324.267000', '092324.269000', '092324.272000', '092324.275000', '092344.099000', '092344.101000', '092344.104000', '092344.107000', '092344.109000', '092344.112000', '092344.114000', '092344.117000', '092344.119000', '092344.122000', '092344.125000', '092344.127000', '092344.130000', '092344.132000', '092344.135000', '092344.138000', '092344.141000', '092344.143000', '092344.146000', '092344.148000', '092344.151000', '092344.154000', '092344.156000', '092344.159000', '092344.161000', '092344.164000', '092344.166000', '092344.169000', '092344.172000', '092344.174000', '092344.177000', '092344.179000', '092344.182000', '092344.185000', '092344.187000', '092344.210000', '092344.213000', '092344.215000', '092344.218000', '092344.221000', '092344.223000', '092344.226000', '092344.228000', '092404.099000', '092404.102000', '092404.104000', '092404.107000', '092404.110000', '092404.112000', '092404.115000', '092404.117000', '092404.120000', '092404.123000', '092404.125000', '092404.128000', '092404.130000', '092404.133000', '092404.135000', '092404.138000', '092404.141000', '092404.143000', '092404.146000', '092404.149000', '092404.152000', '092404.155000', '092404.157000', '092404.160000', '092404.163000', '092404.166000', '092404.168000', '092404.171000', '092404.174000', '092404.177000', '092404.179000', '092404.182000', '092404.184000', '092404.187000', '092404.235000', '092404.238000', '092404.241000', '092404.243000', '092404.246000', '092404.248000', '092404.251000', '092404.253000', '092404.286000', '092419.254000', '092419.257000', '092419.260000', '092419.262000', '092419.265000', '092419.267000', '092419.270000', '092419.273000', '092419.275000', '092419.278000', '092419.281000', '092419.283000', '092419.286000', '092419.289000', '092419.292000', '092419.294000', '092419.297000', '092419.299000', '092419.302000', '092419.311000', '092419.314000', '092419.316000', '092419.319000', '092419.321000', '092419.324000', '092419.327000', '092419.329000', '092419.332000', '092419.335000', '092419.337000', '092419.340000', '092419.342000', '092419.345000', '092419.348000'], 'InstanceCreationTime': ['091804.140000', '091804.144000', '091804.151000', '091804.154000', '091804.156000', '091804.159000', '091804.161000', '091804.164000', '091804.167000', '091804.169000', '091804.172000', '091804.174000', '091804.177000', '091804.179000', '091804.182000', '091804.185000', '091804.187000', '091804.190000', '091804.192000', '091804.195000', '091804.198000', '091804.200000', '091804.203000', '091804.208000', '091804.211000', '091804.213000', '091804.216000', '091804.219000', '091804.221000', '091804.224000', '091804.226000', '091804.229000', '091804.232000', '091804.234000', '091804.237000', '091804.239000', '091804.242000', '091804.244000', '091804.247000', '091804.249000', '091804.252000', '091804.266000', '091804.269000', '091804.271000', '091804.274000', '091804.276000', '091804.279000', '091804.282000', '091804.284000', '091804.287000', '091804.289000', '091804.292000', '091804.294000', '091804.297000', '091804.300000', '091804.302000', '091824.099000', '091824.102000', '091824.105000', '091824.108000', '091824.110000', '091824.113000', '091824.115000', '091824.118000', '091824.120000', '091824.123000', '091824.125000', '091824.128000', '091824.131000', '091824.133000', '091824.146000', '091824.149000', '091824.151000', '091824.154000', '091824.156000', '091824.159000', '091824.161000', '091824.164000', '091824.166000', '091824.170000', '091824.173000', '091824.175000', '091824.178000', '091824.180000', '091824.183000', '091824.185000', '091824.188000', '091824.191000', '091824.193000', '091824.196000', '091824.198000', '091824.201000', '091824.204000', '091824.206000', '091824.209000', '091824.211000', '091824.214000', '091824.216000', '091824.219000', '091844.099000', '091844.102000', '091844.105000', '091844.107000', '091844.110000', '091844.112000', '091844.115000', '091844.118000', '091844.120000', '091844.123000', '091844.125000', '091844.128000', '091844.130000', '091844.133000', '091844.136000', '091844.138000', '091844.141000', '091844.144000', '091844.146000', '091844.149000', '091844.151000', '091844.154000', '091844.156000', '091844.159000', '091844.162000', '091844.164000', '091844.167000', '091844.169000', '091844.177000', '091844.180000', '091844.182000', '091844.185000', '091844.188000', '091844.190000', '091844.193000', '091844.196000', '091844.198000', '091844.201000', '091844.203000', '091844.206000', '091844.208000', '091844.211000', '091844.214000', '091844.216000', '091904.098000', '091904.101000', '091904.104000', '091904.106000', '091904.109000', '091904.111000', '091904.114000', '091904.117000', '091904.119000', '091904.122000', '091904.124000', '091904.127000', '091904.130000', '091904.132000', '091904.135000', '091904.138000', '091904.141000', '091904.150000', '091904.153000', '091904.156000', '091904.159000', '091904.161000', '091904.164000', '091904.166000', '091904.169000', '091904.171000', '091904.174000', '091904.177000', '091904.179000', '091904.182000', '091904.184000', '091904.187000', '091904.190000', '091904.192000', '091904.195000', '091904.197000', '091904.200000', '091904.202000', '091904.205000', '091904.207000', '091904.210000', '091904.213000', '091904.215000', '091924.099000', '091924.101000', '091924.104000', '091924.107000', '091924.109000', '091924.112000', '091924.114000', '091924.117000', '091924.119000', '091924.122000', '091924.125000', '091924.127000', '091924.130000', '091924.132000', '091924.135000', '091924.138000', '091924.140000', '091924.143000', '091924.145000', '091924.148000', '091924.150000', '091924.153000', '091924.156000', '091924.158000', '091924.161000', '091924.163000', '091924.166000', '091924.169000', '091924.171000', '091924.174000', '091924.176000', '091924.179000', '091924.181000', '091924.184000', '091924.187000', '091924.189000', '091924.192000', '091924.194000', '091924.197000', '091924.199000', '091924.202000', '091924.205000', '091924.207000', '091924.210000', '091944.099000', '091944.102000', '091944.105000', '091944.107000', '091944.110000', '091944.113000', '091944.115000', '091944.118000', '091944.120000', '091944.123000', '091944.125000', '091944.128000', '091944.131000', '091944.133000', '091944.136000', '091944.138000', '091944.141000', '091944.143000', '091944.146000', '091944.149000', '091944.151000', '091944.154000', '091944.156000', '091944.159000', '091944.173000', '091944.176000', '091944.178000', '091944.181000', '091944.184000', '091944.186000', '091944.189000', '091944.191000', '091944.194000', '091944.197000', '091944.199000', '091944.202000', '091944.204000', '091944.207000', '091944.211000', '091944.214000', '091944.217000', '091944.219000', '091944.222000', '092004.099000', '092004.102000', '092004.105000', '092004.108000', '092004.110000', '092004.113000', '092004.115000', '092004.118000', '092004.120000', '092004.123000', '092004.126000', '092004.128000', '092004.131000', '092004.133000', '092004.136000', '092004.139000', '092004.141000', '092004.144000', '092004.146000', '092004.149000', '092004.152000', '092004.154000', '092004.157000', '092004.159000', '092004.162000', '092004.165000', '092004.167000', '092004.170000', '092004.172000', '092004.175000', '092004.178000', '092004.180000', '092004.183000', '092004.185000', '092004.188000', '092004.218000', '092004.220000', '092004.223000', '092004.225000', '092004.228000', '092004.231000', '092004.244000', '092004.246000', '092004.249000', '092024.099000', '092024.102000', '092024.105000', '092024.108000', '092024.110000', '092024.113000', '092024.115000', '092024.118000', '092024.121000', '092024.123000', '092024.126000', '092024.129000', '092024.131000', '092024.134000', '092024.136000', '092024.139000', '092024.142000', '092024.144000', '092024.147000', '092024.149000', '092024.152000', '092024.155000', '092024.158000', '092024.160000', '092024.163000', '092024.165000', '092024.168000', '092024.171000', '092024.173000', '092024.176000', '092024.179000', '092024.181000', '092024.184000', '092024.187000', '092024.241000', '092024.260000', '092024.263000', '092024.266000', '092024.268000', '092024.271000', '092024.274000', '092024.276000', '092024.279000', '092044.100000', '092044.102000', '092044.105000', '092044.108000', '092044.110000', '092044.113000', '092044.116000', '092044.118000', '092044.121000', '092044.123000', '092044.126000', '092044.129000', '092044.131000', '092044.134000', '092044.136000', '092044.139000', '092044.142000', '092044.144000', '092044.147000', '092044.149000', '092044.152000', '092044.155000', '092044.157000', '092044.160000', '092044.162000', '092044.165000', '092044.168000', '092044.170000', '092044.173000', '092044.175000', '092044.178000', '092044.181000', '092044.183000', '092044.186000', '092044.189000', '092044.247000', '092044.250000', '092044.253000', '092044.255000', '092044.258000', '092044.260000', '092044.263000', '092044.265000', '092044.268000', '092104.100000', '092104.103000', '092104.105000', '092104.108000', '092104.110000', '092104.113000', '092104.116000', '092104.118000', '092104.121000', '092104.123000', '092104.126000', '092104.128000', '092104.131000', '092104.134000', '092104.136000', '092104.139000', '092104.149000', '092104.152000', '092104.154000', '092104.157000', '092104.159000', '092104.162000', '092104.165000', '092104.167000', '092104.170000', '092104.172000', '092104.175000', '092104.178000', '092104.180000', '092104.183000', '092104.186000', '092104.188000', '092104.191000', '092104.193000', '092104.196000', '092104.199000', '092104.201000', '092104.204000', '092104.206000', '092104.209000', '092104.211000', '092104.214000', '092104.217000', '092124.099000', '092124.101000', '092124.104000', '092124.107000', '092124.109000', '092124.112000', '092124.142000', '092124.145000', '092124.147000', '092124.150000', '092124.152000', '092124.155000', '092124.158000', '092124.160000', '092124.163000', '092124.165000', '092124.168000', '092124.170000', '092124.173000', '092124.176000', '092124.179000', '092124.181000', '092124.184000', '092124.186000', '092124.189000', '092124.266000', '092124.269000', '092124.272000', '092124.274000', '092124.277000', '092124.279000', '092124.282000', '092124.284000', '092124.287000', '092124.290000', '092124.292000', '092124.295000', '092124.298000', '092124.300000', '092124.303000', '092124.305000', '092124.308000', '092124.310000', '092124.313000', '092144.099000', '092144.101000', '092144.104000', '092144.107000', '092144.110000', '092144.112000', '092144.115000', '092144.117000', '092144.120000', '092144.123000', '092144.125000', '092144.128000', '092144.130000', '092144.133000', '092144.136000', '092144.138000', '092144.141000', '092144.143000', '092144.146000', '092144.149000', '092144.151000', '092144.154000', '092144.156000', '092144.159000', '092144.162000', '092144.164000', '092144.167000', '092144.169000', '092144.172000', '092144.175000', '092144.177000', '092144.180000', '092144.182000', '092144.185000', '092144.188000', '092144.221000', '092144.224000', '092144.227000', '092144.238000', '092144.240000', '092144.243000', '092144.246000', '092144.248000', '092204.099000', '092204.102000', '092204.105000', '092204.108000', '092204.110000', '092204.113000', '092204.116000', '092204.118000', '092204.121000', '092204.124000', '092204.127000', '092204.130000', '092204.133000', '092204.135000', '092204.138000', '092204.140000', '092204.143000', '092204.146000', '092204.148000', '092204.151000', '092204.154000', '092204.156000', '092204.159000', '092204.161000', '092204.164000', '092204.173000', '092204.175000', '092204.178000', '092204.181000', '092204.183000', '092204.186000', '092204.188000', '092204.254000', '092204.257000', '092204.259000', '092204.262000', '092204.264000', '092204.267000', '092204.270000', '092204.272000', '092204.275000', '092204.277000', '092204.280000', '092224.099000', '092224.102000', '092224.105000', '092224.108000', '092224.110000', '092224.113000', '092224.115000', '092224.118000', '092224.121000', '092224.123000', '092224.126000', '092224.128000', '092224.131000', '092224.133000', '092224.136000', '092224.138000', '092224.141000', '092224.144000', '092224.146000', '092224.149000', '092224.151000', '092224.154000', '092224.157000', '092224.159000', '092224.162000', '092224.164000', '092224.167000', '092224.169000', '092224.172000', '092224.181000', '092224.184000', '092224.186000', '092224.189000', '092224.240000', '092224.242000', '092224.245000', '092224.247000', '092224.250000', '092224.253000', '092224.255000', '092224.258000', '092224.261000', '092224.263000', '092224.266000', '092244.099000', '092244.102000', '092244.105000', '092244.108000', '092244.110000', '092244.113000', '092244.115000', '092244.118000', '092244.121000', '092244.124000', '092244.127000', '092244.129000', '092244.132000', '092244.135000', '092244.138000', '092244.141000', '092244.143000', '092244.146000', '092244.149000', '092244.151000', '092244.154000', '092244.156000', '092244.159000', '092244.162000', '092244.164000', '092244.167000', '092244.169000', '092244.172000', '092244.174000', '092244.177000', '092244.179000', '092244.197000', '092244.231000', '092244.234000', '092244.237000', '092244.239000', '092244.242000', '092244.244000', '092244.247000', '092244.249000', '092244.252000', '092244.255000', '092244.257000', '092304.100000', '092304.103000', '092304.105000', '092304.108000', '092304.111000', '092304.113000', '092304.116000', '092304.118000', '092304.121000', '092304.124000', '092304.126000', '092304.129000', '092304.131000', '092304.134000', '092304.136000', '092304.139000', '092304.142000', '092304.144000', '092304.147000', '092304.149000', '092304.152000', '092304.155000', '092304.158000', '092304.160000', '092304.163000', '092304.165000', '092304.168000', '092304.170000', '092304.173000', '092304.176000', '092304.178000', '092304.181000', '092304.183000', '092304.186000', '092304.189000', '092304.215000', '092304.217000', '092304.220000', '092304.222000', '092304.225000', '092304.227000', '092304.230000', '092304.232000', '092304.235000', '092324.100000', '092324.103000', '092324.105000', '092324.108000', '092324.110000', '092324.113000', '092324.116000', '092324.118000', '092324.121000', '092324.123000', '092324.126000', '092324.129000', '092324.131000', '092324.134000', '092324.136000', '092324.139000', '092324.142000', '092324.144000', '092324.147000', '092324.150000', '092324.152000', '092324.155000', '092324.157000', '092324.160000', '092324.162000', '092324.165000', '092324.168000', '092324.170000', '092324.173000', '092324.175000', '092324.178000', '092324.181000', '092324.183000', '092324.186000', '092324.188000', '092324.252000', '092324.255000', '092324.257000', '092324.262000', '092324.264000', '092324.267000', '092324.269000', '092324.272000', '092324.275000', '092344.099000', '092344.101000', '092344.104000', '092344.107000', '092344.109000', '092344.112000', '092344.114000', '092344.117000', '092344.119000', '092344.122000', '092344.125000', '092344.127000', '092344.130000', '092344.132000', '092344.135000', '092344.138000', '092344.141000', '092344.143000', '092344.146000', '092344.148000', '092344.151000', '092344.154000', '092344.156000', '092344.159000', '092344.161000', '092344.164000', '092344.166000', '092344.169000', '092344.172000', '092344.174000', '092344.177000', '092344.179000', '092344.182000', '092344.185000', '092344.187000', '092344.210000', '092344.213000', '092344.215000', '092344.218000', '092344.221000', '092344.223000', '092344.226000', '092344.228000', '092404.099000', '092404.102000', '092404.104000', '092404.107000', '092404.110000', '092404.112000', '092404.115000', '092404.117000', '092404.120000', '092404.123000', '092404.125000', '092404.128000', '092404.130000', '092404.133000', '092404.135000', '092404.138000', '092404.141000', '092404.143000', '092404.146000', '092404.149000', '092404.152000', '092404.155000', '092404.157000', '092404.160000', '092404.163000', '092404.166000', '092404.168000', '092404.171000', '092404.174000', '092404.177000', '092404.179000', '092404.182000', '092404.184000', '092404.187000', '092404.235000', '092404.238000', '092404.241000', '092404.243000', '092404.246000', '092404.248000', '092404.251000', '092404.253000', '092404.286000', '092419.254000', '092419.257000', '092419.260000', '092419.262000', '092419.265000', '092419.267000', '092419.270000', '092419.273000', '092419.275000', '092419.278000', '092419.281000', '092419.283000', '092419.286000', '092419.289000', '092419.292000', '092419.294000', '092419.297000', '092419.299000', '092419.302000', '092419.311000', '092419.314000', '092419.316000', '092419.319000', '092419.321000', '092419.324000', '092419.327000', '092419.329000', '092419.332000', '092419.335000', '092419.337000', '092419.340000', '092419.342000', '092419.345000', '092419.348000'], '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': [7395, 6969, 7561, 6908, 7050, 6898, 6579, 6846, 9075, 7182, 8693, 8069, 7709, 7832, 7009, 9569, 6762, 10919, 8392, 12485, 7316, 12135, 7965, 10934, 7807, 7229, 7257, 6694, 7031, 6669, 8706, 6727, 11144, 8290, 12620, 9369, 13149, 8981, 11566, 9198, 7675, 8923, 6983, 11771, 7458, 13830, 14763, 15002, 15900, 6633, 8449, 8025, 6588, 9132, 7798, 7759, 6747, 7292, 10955, 7212, 7208, 7021, 6986, 9167, 6886, 6788, 12388, 13728, 14669, 12600, 11905, 9559, 6755, 7843, 6849, 7560, 7278, 7163, 6770, 6909, 6907, 10243, 7823, 15856, 16162, 15193, 16725, 6842, 8458, 7013, 8928, 7190, 8302, 7252, 8582, 7168, 8153, 7093, 8907, 6932, 9931, 7329, 11055, 7912, 11600, 8582, 12894, 10355, 12943, 9807, 7208, 8530, 6674, 9437, 6988, 11512, 9573, 13505, 16196, 11601, 15108, 6788, 6590, 6917, 7060, 7311, 9509, 7923, 11138, 8724, 11830, 10043, 13688, 11007, 14441, 13282, 10136, 16203, 11389, 15420, 16753, 14449, 7681, 16117, 9880, 7598, 6829, 6619, 9603, 7047, 13673, 10517, 12588, 11634, 6893, 14437, 12672, 14258, 15429, 11378, 16148, 12313, 11133, 17215, 11030, 10844, 8593, 6764, 12026, 7155, 12725, 7276, 10361, 7410, 6861, 9736, 7167, 12984, 7915, 12989, 7170, 6850, 7195, 7369, 7084, 9480, 8099, 11752, 8960, 11841, 8944, 12295, 9903, 13003, 10449, 13719, 12060, 9502, 14048, 7373, 7276, 6762, 8953, 11886, 11701, 9980, 12798, 8862, 6815, 7002, 11187, 9094, 9220, 15178, 9714, 13856, 10477, 16210, 10286, 17054, 9077, 16259, 11399, 15188, 11475, 13083, 14632, 10740, 17206, 12471, 14069, 14683, 11049, 15737, 10086, 16462, 9505, 14786, 11842, 17818, 11677, 9471, 6873, 6829, 6971, 7132, 7695, 7249, 8802, 7188, 8565, 7959, 7838, 11322, 7166, 13424, 9135, 11900, 7077, 11514, 8678, 11823, 9245, 13459, 11313, 16212, 11563, 16400, 12924, 7560, 12707, 10640, 17983, 14707, 8210, 11039, 7126, 8613, 7151, 10253, 7155, 10919, 7665, 12374, 8370, 11787, 9711, 10878, 15526, 12151, 17722, 13627, 18207, 13813, 15298, 12760, 12414, 14555, 7122, 13381, 7062, 12328, 7354, 11787, 7172, 7994, 6502, 6731, 8274, 6769, 7821, 6667, 6612, 6782, 7012, 11733, 9553, 6960, 12770, 8226, 12058, 6584, 6918, 6987, 6844, 6904, 7154, 6883, 6753, 6878, 7167, 10527, 6749, 12338, 10242, 11077, 15248, 6691, 9702, 7461, 8033, 9022, 11125, 12686, 9446, 12667, 12624, 17142, 16348, 18165, 14871, 11635, 10307, 8160, 6681, 11162, 11025, 9357, 9731, 10293, 9222, 8938, 8636, 7038, 9751, 7267, 14410, 10798, 15538, 12105, 14087, 13712, 10939, 16098, 9231, 15207, 8864, 9419, 8082, 6815, 9166, 7253, 9653, 8316, 7010, 7533, 7104, 12128, 10569, 10900, 11040, 6960, 6879, 8970, 7820, 8816, 7910, 10410, 12523, 14522, 13165, 7187, 6739, 6867, 6820, 9404, 8872, 8181, 7816, 13382, 9237, 14363, 10199, 13722, 11460, 7562, 8429, 12080, 17200, 13006, 14749, 15323, 17541, 16020, 12966, 8920, 13636, 9327, 7449, 10505, 7977, 8559, 7193, 6947, 7853, 7527, 6884, 7534, 7245, 8124, 7787, 7039, 11863, 6826, 6703, 6899, 6665, 6762, 6917, 8588, 6911, 8874, 7476, 12844, 13675, 11733, 12838, 6576, 6643, 6763, 6600, 11181, 7113, 11301, 7877, 12419, 10002, 14899, 12147, 17369, 13965, 18040, 13997, 15237, 10295, 17113, 14064, 18416, 17073, 18242, 15562, 16236, 12881, 8119, 14829, 9180, 17599, 13538, 13278, 8943, 7725, 9926, 7793, 10176, 8166, 9498, 8983, 9000, 9402, 10369, 7581, 10131, 8224, 6834, 9116, 9672, 8493, 8815, 8945, 7254, 8039, 7387, 6915, 6974, 7053, 8283, 7426, 6756, 6746, 7100, 7373, 10430, 7184, 6898, 6676, 6841, 8485, 6801, 10875, 6807, 9382, 6793, 7566, 11228, 6995, 13117, 8312, 13131, 8404, 9237, 7150, 11133, 7549, 11313, 8209, 11042, 7400, 12012, 6734, 13706, 8080, 15378, 11374, 16430, 9708, 17801, 17462, 18764, 13403, 16309, 8476, 6956, 9075, 6766, 6601, 6616, 7646, 8484, 6863, 9984, 7187, 9812, 7665, 14016, 9363, 12450, 10333, 10784, 15693, 13783, 16920, 15290, 10128, 15114, 7422, 7528, 8563, 6674, 7008, 7695, 7293, 10646, 7324, 12545, 8094, 6525, 8794, 7702, 12864, 7935, 6814, 6691, 6748, 7159, 6784, 9902, 6729, 10611, 7003, 10461, 10768, 12160, 8630, 10947, 12009, 16606, 16812, 17496, 12831, 13859, 8517, 7241, 10526, 6805, 10369, 7729, 8288, 7135, 6465, 7620, 7449, 10352, 8796, 10477, 9824, 13034, 9084, 8287, 9352, 8037, 16251, 11168, 11344, 8465, 7593, 8614, 6717, 9821, 6917, 8605, 6994, 6855, 7231, 7151, 7185, 6808, 7008, 6817, 7424, 7107, 7605, 6785, 7706, 7128, 7233, 7138, 6911, 7158, 7259, 7073, 7275, 6984, 8832, 7003, 11327, 7306, 11538, 7351, 10877, 7147, 11014, 7369, 12777, 7556, 14557, 8030, 14091, 8192, 15289, 9580, 16518, 10205, 13901, 10218, 6755, 7326, 7071, 8123, 6740, 12223, 8751, 12046, 13313, 11282, 17543, 13297, 14831, 17879, 12937, 16315, 11480, 7928, 15588, 9024, 9518, 13849, 6476, 7452, 7178, 6700, 8771, 6869, 6728, 7315, 6962, 6668, 6845, 6882, 9812, 9593, 14200, 10886, 15285, 10840, 10212, 7602, 7361, 6687, 7157, 7012, 6928, 7034, 7269, 6737, 7150, 8957, 10847, 14393, 9948, 14730, 7892, 15435, 8940, 15917, 9695, 15912, 7313, 10293, 6891, 8036, 6968, 7441, 7126, 7135, 6786, 14012, 15478, 17359, 13309, 14147, 8495, 6752, 8491, 6573, 6397, 8230, 6588, 10706, 8158, 9288, 7732, 7596, 11059, 6899, 8792, 8123, 8892, 16433, 11129, 12748, 11093, 6910, 6919, 6723, 6918, 6515, 6623, 7676, 6297, 6574, 6618, 6524, 9321, 10411, 13630, 16333, 16035, 18528, 13611, 15371, 12229, 7134, 6567, 6629, 6548, 6718, 6383, 6696, 7447, 6716, 8546, 9172, 13540, 14059, 13072, 15450, 8490, 7586, 6958, 13057, 13727, 17408, 12696, 17456, 15191, 13731, 16154, 8298, 6937, 10216, 6734, 12787, 9449, 6939, 12701, 10216, 14170, 9972, 11718, 13369, 12058, 17861, 12791, 16764, 12780, 14413, 14590, 10756, 14493, 8607, 10420, 7507, 6854, 8234, 6850, 10021, 6552, 9958, 6541, 7982, 6646, 6678], 'WindowCenter': [4233.0, 4207.0, 4204.0, 4202.0, 4204.0, 4202.0, 4192.0, 4204.0, 4222.0, 4205.0, 4223.0, 4211.0, 4199.0, 4200.0, 4190.0, 4220.0, 4190.0, 4234.0, 4233.0, 4235.0, 4181.0, 4231.0, 4191.0, 4220.0, 4203.0, 4203.0, 4203.0, 4195.0, 4194.0, 4195.0, 4214.0, 4197.0, 4245.0, 4216.0, 4256.0, 4227.0, 4266.0, 4227.0, 4247.0, 4237.0, 4206.0, 4225.0, 4196.0, 4259.0, 4210.0, 4275.0, 4301.0, 4290.0, 4300.0, 4219.0, 4237.0, 4212.0, 4212.0, 4230.0, 4210.0, 4194.0, 4188.0, 4200.0, 4239.0, 4188.0, 4196.0, 4188.0, 4200.0, 4230.0, 4200.0, 4201.0, 4261.0, 4287.0, 4285.0, 4261.0, 4261.0, 4229.0, 4184.0, 4194.0, 4171.0, 4183.0, 4183.0, 4184.0, 4185.0, 4183.0, 4196.0, 4227.0, 4204.0, 4268.0, 4270.0, 4270.0, 4268.0, 4171.0, 4190.0, 4181.0, 4201.0, 4195.0, 4203.0, 4194.0, 4215.0, 4198.0, 4205.0, 4196.0, 4214.0, 4194.0, 4211.0, 4191.0, 4221.0, 4191.0, 4233.0, 4202.0, 4244.0, 4226.0, 4242.0, 4210.0, 4179.0, 4200.0, 4169.0, 4199.0, 4193.0, 4233.0, 4223.0, 4253.0, 4277.0, 4246.0, 4277.0, 4183.0, 4181.0, 4181.0, 4193.0, 4194.0, 4214.0, 4204.0, 4236.0, 4228.0, 4258.0, 4239.0, 4269.0, 4237.0, 4255.0, 4243.0, 4224.0, 4264.0, 4234.0, 4263.0, 4265.0, 4269.0, 4205.0, 4263.0, 4207.0, 4175.0, 4162.0, 4150.0, 4193.0, 4160.0, 4209.0, 4173.0, 4193.0, 4195.0, 4146.0, 4206.0, 4197.0, 4206.0, 4217.0, 4185.0, 4202.0, 4184.0, 4172.0, 4215.0, 4172.0, 4170.0, 4138.0, 4118.0, 4169.0, 4129.0, 4180.0, 4131.0, 4162.0, 4143.0, 4133.0, 4164.0, 4145.0, 4206.0, 4157.0, 4207.0, 4145.0, 4134.0, 4146.0, 4158.0, 4161.0, 4192.0, 4184.0, 4214.0, 4195.0, 4215.0, 4196.0, 4226.0, 4206.0, 4225.0, 4216.0, 4236.0, 4225.0, 4207.0, 4252.0, 4188.0, 4175.0, 4178.0, 4223.0, 4242.0, 4242.0, 4222.0, 4242.0, 4198.0, 4178.0, 4190.0, 4231.0, 4209.0, 4210.0, 4253.0, 4210.0, 4239.0, 4204.0, 4234.0, 4203.0, 4255.0, 4194.0, 4242.0, 4200.0, 4205.0, 4182.0, 4194.0, 4204.0, 4173.0, 4214.0, 4184.0, 4192.0, 4190.0, 4159.0, 4189.0, 4157.0, 4188.0, 4146.0, 4188.0, 4168.0, 4199.0, 4168.0, 4147.0, 4115.0, 4115.0, 4116.0, 4128.0, 4140.0, 4143.0, 4164.0, 4157.0, 4178.0, 4170.0, 4170.0, 4211.0, 4159.0, 4220.0, 4178.0, 4197.0, 4157.0, 4197.0, 4181.0, 4211.0, 4191.0, 4233.0, 4215.0, 4245.0, 4214.0, 4244.0, 4225.0, 4170.0, 4221.0, 4213.0, 4256.0, 4237.0, 4172.0, 4216.0, 4173.0, 4193.0, 4174.0, 4202.0, 4171.0, 4215.0, 4185.0, 4222.0, 4182.0, 4210.0, 4190.0, 4200.0, 4231.0, 4210.0, 4231.0, 4207.0, 4215.0, 4193.0, 4202.0, 4181.0, 4169.0, 4190.0, 4117.0, 4179.0, 4117.0, 4179.0, 4129.0, 4182.0, 4142.0, 4149.0, 4129.0, 4127.0, 4159.0, 4138.0, 4151.0, 4140.0, 4154.0, 4154.0, 4166.0, 4207.0, 4187.0, 4156.0, 4218.0, 4176.0, 4218.0, 4156.0, 4168.0, 4169.0, 4158.0, 4169.0, 4170.0, 4170.0, 4174.0, 4184.0, 4184.0, 4227.0, 4188.0, 4237.0, 4214.0, 4213.0, 4245.0, 4159.0, 4200.0, 4184.0, 4194.0, 4206.0, 4226.0, 4234.0, 4203.0, 4223.0, 4224.0, 4255.0, 4243.0, 4258.0, 4232.0, 4201.0, 4188.0, 4179.0, 4150.0, 4201.0, 4187.0, 4178.0, 4194.0, 4192.0, 4181.0, 4179.0, 4164.0, 4157.0, 4174.0, 4143.0, 4216.0, 4173.0, 4202.0, 4182.0, 4192.0, 4191.0, 4170.0, 4201.0, 4148.0, 4188.0, 4136.0, 4135.0, 4124.0, 4103.0, 4158.0, 4126.0, 4157.0, 4137.0, 4129.0, 4139.0, 4131.0, 4194.0, 4185.0, 4185.0, 4181.0, 4130.0, 4117.0, 4161.0, 4140.0, 4161.0, 4166.0, 4199.0, 4208.0, 4221.0, 4221.0, 4159.0, 4147.0, 4147.0, 4136.0, 4185.0, 4173.0, 4172.0, 4162.0, 4213.0, 4183.0, 4190.0, 4186.0, 4190.0, 4171.0, 4128.0, 4140.0, 4183.0, 4214.0, 4180.0, 4193.0, 4190.0, 4189.0, 4176.0, 4154.0, 4122.0, 4163.0, 4120.0, 4100.0, 4129.0, 4111.0, 4110.0, 4100.0, 4102.0, 4124.0, 4112.0, 4113.0, 4124.0, 4127.0, 4138.0, 4138.0, 4130.0, 4180.0, 4130.0, 4130.0, 4132.0, 4133.0, 4144.0, 4159.0, 4193.0, 4175.0, 4193.0, 4183.0, 4233.0, 4236.0, 4210.0, 4206.0, 4158.0, 4157.0, 4158.0, 4161.0, 4213.0, 4175.0, 4226.0, 4186.0, 4227.0, 4206.0, 4249.0, 4227.0, 4257.0, 4223.0, 4242.0, 4222.0, 4216.0, 4174.0, 4216.0, 4208.0, 4231.0, 4217.0, 4227.0, 4215.0, 4200.0, 4178.0, 4136.0, 4189.0, 4146.0, 4184.0, 4163.0, 4164.0, 4134.0, 4113.0, 4131.0, 4099.0, 4129.0, 4106.0, 4125.0, 4127.0, 4127.0, 4127.0, 4136.0, 4108.0, 4153.0, 4135.0, 4099.0, 4116.0, 4129.0, 4102.0, 4130.0, 4117.0, 4093.0, 4103.0, 4079.0, 4082.0, 4079.0, 4106.0, 4130.0, 4120.0, 4109.0, 4096.0, 4121.0, 4122.0, 4165.0, 4124.0, 4124.0, 4125.0, 4126.0, 4160.0, 4141.0, 4181.0, 4141.0, 4170.0, 4141.0, 4162.0, 4196.0, 4143.0, 4204.0, 4164.0, 4216.0, 4176.0, 4185.0, 4156.0, 4195.0, 4168.0, 4197.0, 4176.0, 4197.0, 4168.0, 4220.0, 4158.0, 4219.0, 4167.0, 4230.0, 4196.0, 4227.0, 4187.0, 4252.0, 4214.0, 4260.0, 4228.0, 4218.0, 4156.0, 4133.0, 4140.0, 4121.0, 4121.0, 4123.0, 4130.0, 4137.0, 4128.0, 4174.0, 4154.0, 4185.0, 4150.0, 4196.0, 4154.0, 4173.0, 4166.0, 4165.0, 4194.0, 4187.0, 4207.0, 4196.0, 4153.0, 4182.0, 4122.0, 4130.0, 4130.0, 4121.0, 4121.0, 4133.0, 4133.0, 4174.0, 4133.0, 4189.0, 4132.0, 4122.0, 4141.0, 4134.0, 4198.0, 4147.0, 4125.0, 4137.0, 4139.0, 4150.0, 4141.0, 4182.0, 4141.0, 4183.0, 4151.0, 4181.0, 4192.0, 4204.0, 4160.0, 4192.0, 4203.0, 4229.0, 4227.0, 4226.0, 4191.0, 4189.0, 4147.0, 4127.0, 4171.0, 4119.0, 4149.0, 4129.0, 4126.0, 4131.0, 4102.0, 4136.0, 4117.0, 4143.0, 4143.0, 4128.0, 4117.0, 4136.0, 4118.0, 4110.0, 4119.0, 4110.0, 4183.0, 4142.0, 4141.0, 4109.0, 4097.0, 4107.0, 4086.0, 4115.0, 4085.0, 4106.0, 4086.0, 4086.0, 4099.0, 4098.0, 4099.0, 4099.0, 4099.0, 4102.0, 4110.0, 4113.0, 4111.0, 4103.0, 4123.0, 4114.0, 4125.0, 4126.0, 4126.0, 4127.0, 4128.0, 4128.0, 4138.0, 4141.0, 4161.0, 4142.0, 4184.0, 4154.0, 4195.0, 4155.0, 4197.0, 4158.0, 4198.0, 4157.0, 4208.0, 4157.0, 4219.0, 4166.0, 4219.0, 4179.0, 4244.0, 4202.0, 4230.0, 4191.0, 4218.0, 4188.0, 4147.0, 4157.0, 4144.0, 4151.0, 4146.0, 4210.0, 4178.0, 4209.0, 4219.0, 4197.0, 4228.0, 4194.0, 4202.0, 4225.0, 4179.0, 4201.0, 4169.0, 4135.0, 4198.0, 4147.0, 4147.0, 4136.0, 4075.0, 4074.0, 4072.0, 4095.0, 4141.0, 4125.0, 4125.0, 4138.0, 4138.0, 4139.0, 4127.0, 4126.0, 4168.0, 4159.0, 4202.0, 4181.0, 4212.0, 4182.0, 4185.0, 4151.0, 4139.0, 4141.0, 4138.0, 4141.0, 4140.0, 4140.0, 4140.0, 4142.0, 4142.0, 4174.0, 4184.0, 4216.0, 4184.0, 4218.0, 4152.0, 4214.0, 4162.0, 4215.0, 4175.0, 4226.0, 4153.0, 4182.0, 4154.0, 4165.0, 4155.0, 4155.0, 4155.0, 4158.0, 4159.0, 4245.0, 4244.0, 4230.0, 4192.0, 4178.0, 4139.0, 4106.0, 4141.0, 4106.0, 4118.0, 4149.0, 4127.0, 4166.0, 4164.0, 4170.0, 4147.0, 4144.0, 4175.0, 4111.0, 4130.0, 4119.0, 4130.0, 4194.0, 4152.0, 4173.0, 4151.0, 4122.0, 4108.0, 4095.0, 4095.0, 4094.0, 4095.0, 4105.0, 4096.0, 4095.0, 4094.0, 4099.0, 4140.0, 4161.0, 4182.0, 4194.0, 4195.0, 4216.0, 4185.0, 4193.0, 4174.0, 4122.0, 4122.0, 4125.0, 4126.0, 4137.0, 4125.0, 4137.0, 4137.0, 4138.0, 4170.0, 4182.0, 4212.0, 4212.0, 4200.0, 4212.0, 4156.0, 4147.0, 4138.0, 4202.0, 4214.0, 4233.0, 4199.0, 4231.0, 4196.0, 4199.0, 4239.0, 4161.0, 4135.0, 4168.0, 4139.0, 4199.0, 4181.0, 4151.0, 4186.0, 4168.0, 4197.0, 4165.0, 4175.0, 4185.0, 4173.0, 4193.0, 4161.0, 4191.0, 4159.0, 4170.0, 4168.0, 4148.0, 4167.0, 4127.0, 4135.0, 4092.0, 4092.0, 4102.0, 4092.0, 4123.0, 4094.0, 4134.0, 4095.0, 4115.0, 4106.0, 4106.0], 'WindowWidth': [9408.0, 9359.0, 9347.0, 9343.0, 9349.0, 9343.0, 9330.0, 9348.0, 9368.0, 9349.0, 9370.0, 9351.0, 9332.0, 9335.0, 9322.0, 9362.0, 9321.0, 9382.0, 9396.0, 9380.0, 9301.0, 9367.0, 9316.0, 9356.0, 9338.0, 9341.0, 9342.0, 9333.0, 9331.0, 9334.0, 9357.0, 9337.0, 9401.0, 9364.0, 9416.0, 9380.0, 9430.0, 9381.0, 9408.0, 9392.0, 9350.0, 9375.0, 9336.0, 9425.0, 9364.0, 9450.0, 9499.0, 9484.0, 9491.0, 9384.0, 9403.0, 9360.0, 9365.0, 9385.0, 9355.0, 9321.0, 9323.0, 9340.0, 9389.0, 9319.0, 9329.0, 9321.0, 9342.0, 9381.0, 9343.0, 9346.0, 9430.0, 9479.0, 9472.0, 9433.0, 9431.0, 9381.0, 9314.0, 9323.0, 9291.0, 9306.0, 9306.0, 9314.0, 9313.0, 9307.0, 9332.0, 9373.0, 9342.0, 9437.0, 9444.0, 9441.0, 9430.0, 9290.0, 9312.0, 9302.0, 9331.0, 9329.0, 9337.0, 9327.0, 9358.0, 9338.0, 9342.0, 9331.0, 9351.0, 9326.0, 9344.0, 9317.0, 9356.0, 9318.0, 9375.0, 9331.0, 9393.0, 9371.0, 9388.0, 9341.0, 9297.0, 9324.0, 9282.0, 9322.0, 9327.0, 9381.0, 9368.0, 9409.0, 9449.0, 9405.0, 9449.0, 9316.0, 9306.0, 9310.0, 9327.0, 9329.0, 9353.0, 9342.0, 9389.0, 9382.0, 9423.0, 9399.0, 9439.0, 9393.0, 9415.0, 9393.0, 9369.0, 9423.0, 9382.0, 9426.0, 9436.0, 9440.0, 9346.0, 9421.0, 9334.0, 9289.0, 9268.0, 9248.0, 9311.0, 9264.0, 9326.0, 9266.0, 9297.0, 9303.0, 9237.0, 9321.0, 9307.0, 9321.0, 9338.0, 9284.0, 9308.0, 9284.0, 9264.0, 9330.0, 9264.0, 9259.0, 9211.0, 9186.0, 9253.0, 9202.0, 9269.0, 9208.0, 9248.0, 9226.0, 9214.0, 9257.0, 9235.0, 9318.0, 9253.0, 9320.0, 9237.0, 9218.0, 9239.0, 9256.0, 9265.0, 9307.0, 9300.0, 9339.0, 9316.0, 9342.0, 9319.0, 9359.0, 9334.0, 9356.0, 9346.0, 9375.0, 9358.0, 9336.0, 9405.0, 9311.0, 9289.0, 9299.0, 9368.0, 9391.0, 9391.0, 9364.0, 9392.0, 9325.0, 9298.0, 9320.0, 9375.0, 9342.0, 9347.0, 9407.0, 9344.0, 9382.0, 9327.0, 9369.0, 9329.0, 9402.0, 9315.0, 9380.0, 9318.0, 9315.0, 9280.0, 9298.0, 9313.0, 9267.0, 9329.0, 9284.0, 9292.0, 9287.0, 9240.0, 9285.0, 9235.0, 9281.0, 9219.0, 9279.0, 9252.0, 9299.0, 9254.0, 9225.0, 9181.0, 9179.0, 9182.0, 9202.0, 9221.0, 9232.0, 9261.0, 9256.0, 9285.0, 9276.0, 9277.0, 9335.0, 9263.0, 9346.0, 9285.0, 9307.0, 9255.0, 9309.0, 9292.0, 9331.0, 9308.0, 9369.0, 9346.0, 9389.0, 9346.0, 9385.0, 9362.0, 9276.0, 9347.0, 9341.0, 9409.0, 9379.0, 9279.0, 9346.0, 9285.0, 9315.0, 9291.0, 9323.0, 9284.0, 9346.0, 9307.0, 9352.0, 9298.0, 9333.0, 9306.0, 9318.0, 9363.0, 9333.0, 9364.0, 9319.0, 9331.0, 9296.0, 9303.0, 9273.0, 9255.0, 9286.0, 9184.0, 9267.0, 9184.0, 9269.0, 9204.0, 9280.0, 9232.0, 9238.0, 9210.0, 9201.0, 9248.0, 9221.0, 9243.0, 9227.0, 9252.0, 9252.0, 9273.0, 9328.0, 9301.0, 9258.0, 9341.0, 9283.0, 9343.0, 9258.0, 9275.0, 9278.0, 9264.0, 9281.0, 9280.0, 9282.0, 9292.0, 9307.0, 9310.0, 9370.0, 9321.0, 9382.0, 9345.0, 9341.0, 9393.0, 9265.0, 9320.0, 9307.0, 9320.0, 9340.0, 9366.0, 9375.0, 9329.0, 9357.0, 9359.0, 9412.0, 9390.0, 9424.0, 9369.0, 9321.0, 9298.0, 9288.0, 9248.0, 9319.0, 9292.0, 9280.0, 9312.0, 9309.0, 9291.0, 9286.0, 9257.0, 9258.0, 9275.0, 9231.0, 9335.0, 9269.0, 9311.0, 9280.0, 9293.0, 9291.0, 9257.0, 9303.0, 9225.0, 9281.0, 9206.0, 9202.0, 9188.0, 9160.0, 9242.0, 9198.0, 9240.0, 9213.0, 9204.0, 9217.0, 9210.0, 9300.0, 9292.0, 9291.0, 9280.0, 9208.0, 9186.0, 9250.0, 9224.0, 9254.0, 9267.0, 9316.0, 9327.0, 9353.0, 9349.0, 9262.0, 9242.0, 9241.0, 9222.0, 9297.0, 9277.0, 9275.0, 9261.0, 9328.0, 9296.0, 9284.0, 9294.0, 9287.0, 9262.0, 9198.0, 9217.0, 9282.0, 9329.0, 9275.0, 9292.0, 9283.0, 9282.0, 9260.0, 9223.0, 9176.0, 9233.0, 9172.0, 9145.0, 9183.0, 9161.0, 9159.0, 9145.0, 9153.0, 9185.0, 9168.0, 9172.0, 9188.0, 9196.0, 9215.0, 9217.0, 9206.0, 9273.0, 9207.0, 9205.0, 9213.0, 9218.0, 9234.0, 9262.0, 9314.0, 9296.0, 9316.0, 9304.0, 9370.0, 9380.0, 9334.0, 9320.0, 9260.0, 9257.0, 9260.0, 9268.0, 9341.0, 9292.0, 9363.0, 9310.0, 9364.0, 9337.0, 9403.0, 9368.0, 9415.0, 9354.0, 9385.0, 9354.0, 9333.0, 9271.0, 9330.0, 9324.0, 9371.0, 9341.0, 9358.0, 9333.0, 9304.0, 9269.0, 9211.0, 9286.0, 9219.0, 9273.0, 9238.0, 9240.0, 9201.0, 9170.0, 9191.0, 9145.0, 9184.0, 9153.0, 9179.0, 9185.0, 9188.0, 9187.0, 9198.0, 9162.0, 9227.0, 9208.0, 9150.0, 9165.0, 9187.0, 9136.0, 9191.0, 9170.0, 9130.0, 9145.0, 9105.0, 9115.0, 9106.0, 9155.0, 9193.0, 9180.0, 9165.0, 9146.0, 9187.0, 9185.0, 9249.0, 9193.0, 9192.0, 9196.0, 9201.0, 9251.0, 9228.0, 9280.0, 9228.0, 9265.0, 9229.0, 9260.0, 9308.0, 9231.0, 9316.0, 9264.0, 9337.0, 9284.0, 9292.0, 9258.0, 9307.0, 9275.0, 9313.0, 9282.0, 9312.0, 9275.0, 9348.0, 9263.0, 9345.0, 9272.0, 9363.0, 9309.0, 9357.0, 9297.0, 9403.0, 9331.0, 9419.0, 9366.0, 9334.0, 9246.0, 9211.0, 9211.0, 9190.0, 9191.0, 9197.0, 9203.0, 9207.0, 9200.0, 9271.0, 9249.0, 9295.0, 9240.0, 9297.0, 9235.0, 9261.0, 9258.0, 9252.0, 9293.0, 9286.0, 9319.0, 9300.0, 9233.0, 9272.0, 9190.0, 9199.0, 9197.0, 9189.0, 9186.0, 9209.0, 9207.0, 9265.0, 9204.0, 9293.0, 9203.0, 9194.0, 9213.0, 9209.0, 9302.0, 9232.0, 9200.0, 9221.0, 9225.0, 9242.0, 9232.0, 9287.0, 9231.0, 9288.0, 9244.0, 9287.0, 9301.0, 9319.0, 9253.0, 9301.0, 9316.0, 9372.0, 9362.0, 9357.0, 9293.0, 9284.0, 9225.0, 9199.0, 9259.0, 9184.0, 9224.0, 9198.0, 9190.0, 9209.0, 9157.0, 9212.0, 9177.0, 9207.0, 9222.0, 9179.0, 9165.0, 9190.0, 9170.0, 9159.0, 9173.0, 9161.0, 9267.0, 9207.0, 9204.0, 9160.0, 9141.0, 9153.0, 9123.0, 9159.0, 9122.0, 9148.0, 9124.0, 9124.0, 9145.0, 9145.0, 9147.0, 9150.0, 9150.0, 9156.0, 9165.0, 9171.0, 9167.0, 9161.0, 9187.0, 9177.0, 9192.0, 9197.0, 9197.0, 9200.0, 9202.0, 9204.0, 9217.0, 9224.0, 9252.0, 9229.0, 9287.0, 9249.0, 9305.0, 9251.0, 9308.0, 9258.0, 9313.0, 9257.0, 9325.0, 9254.0, 9344.0, 9268.0, 9342.0, 9288.0, 9388.0, 9325.0, 9363.0, 9306.0, 9339.0, 9294.0, 9239.0, 9253.0, 9232.0, 9237.0, 9241.0, 9332.0, 9286.0, 9330.0, 9344.0, 9310.0, 9359.0, 9302.0, 9306.0, 9348.0, 9275.0, 9304.0, 9257.0, 9208.0, 9295.0, 9227.0, 9226.0, 9184.0, 9102.0, 9096.0, 9095.0, 9138.0, 9211.0, 9197.0, 9197.0, 9218.0, 9220.0, 9223.0, 9202.0, 9200.0, 9258.0, 9248.0, 9312.0, 9282.0, 9326.0, 9282.0, 9292.0, 9240.0, 9219.0, 9225.0, 9220.0, 9228.0, 9224.0, 9222.0, 9222.0, 9230.0, 9231.0, 9275.0, 9289.0, 9338.0, 9288.0, 9343.0, 9242.0, 9332.0, 9255.0, 9333.0, 9278.0, 9352.0, 9246.0, 9284.0, 9248.0, 9264.0, 9250.0, 9250.0, 9251.0, 9260.0, 9267.0, 9391.0, 9394.0, 9373.0, 9295.0, 9265.0, 9213.0, 9162.0, 9216.0, 9162.0, 9184.0, 9232.0, 9201.0, 9251.0, 9263.0, 9264.0, 9236.0, 9224.0, 9266.0, 9172.0, 9194.0, 9178.0, 9194.0, 9290.0, 9228.0, 9257.0, 9225.0, 9190.0, 9162.0, 9140.0, 9140.0, 9140.0, 9143.0, 9155.0, 9144.0, 9142.0, 9139.0, 9155.0, 9209.0, 9241.0, 9272.0, 9296.0, 9293.0, 9331.0, 9281.0, 9288.0, 9266.0, 9194.0, 9193.0, 9199.0, 9203.0, 9221.0, 9203.0, 9220.0, 9219.0, 9225.0, 9270.0, 9289.0, 9329.0, 9330.0, 9308.0, 9331.0, 9243.0, 9235.0, 9223.0, 9319.0, 9333.0, 9363.0, 9308.0, 9354.0, 9303.0, 9303.0, 9379.0, 9255.0, 9214.0, 9259.0, 9224.0, 9307.0, 9284.0, 9245.0, 9283.0, 9259.0, 9296.0, 9254.0, 9265.0, 9277.0, 9259.0, 9291.0, 9241.0, 9283.0, 9235.0, 9249.0, 9248.0, 9215.0, 9245.0, 9188.0, 9195.0, 9134.0, 9135.0, 9147.0, 9133.0, 9177.0, 9140.0, 9194.0, 9145.0, 9172.0, 9161.0, 9159.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.00940797018348624</td></tr>
<tr><td colspan=3>aqi</td><td>0.1728233349770642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.23811159002296</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.056426037060851</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917963494718719</td></tr>
<tr><td colspan=3>efc</td><td>0.5112</td></tr>
<tr><td colspan=3>fber</td><td>4244.7666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2897707385840206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>402</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>46.10091743119266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.923684621258978</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6862565723182885</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0072343828473995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.077562908611246</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005454695783555508</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03515465930104256</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.503872595079618</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>12.6578</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2416</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1374</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>981.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.0608</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.3249</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3356.97</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.1026</td></tr>
<tr><td colspan=3>tsnr</td><td>16.18094942753669</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>