ds005256-mriqc/sub-0102_ses-04_task-social_acq-mb8_run-05_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-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-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-05_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-05_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>025f0c009635a297ce21dc3ea792f9f0</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:32:57.505000</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87ab1cd1-89f1-46cc-b6f2-48d071b0a77c||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': ['093257.505000', '093257.965000', '093258.425000', '093258.885000', '093259.345000', '093259.805000', '093300.265000', '093300.725000', '093301.185000', '093301.645000', '093302.105000', '093302.565000', '093303.025000', '093303.485000', '093303.945000', '093304.405000', '093304.865000', '093305.325000', '093305.785000', '093306.245000', '093306.705000', '093307.165000', '093307.625000', '093308.085000', '093308.545000', '093309.005000', '093309.465000', '093309.925000', '093310.385000', '093310.845000', '093311.305000', '093311.765000', '093312.225000', '093312.685000', '093313.145000', '093313.605000', '093314.065000', '093314.525000', '093314.985000', '093315.445000', '093315.905000', '093316.365000', '093316.825000', '093317.285000', '093317.745000', '093318.205000', '093318.665000', '093319.125000', '093319.585000', '093320.045000', '093320.505000', '093320.965000', '093321.425000', '093321.885000', '093322.345000', '093322.805000', '093323.265000', '093323.725000', '093324.185000', '093324.645000', '093325.105000', '093325.565000', '093326.025000', '093326.485000', '093326.945000', '093327.405000', '093327.865000', '093328.325000', '093328.785000', '093329.245000', '093329.705000', '093330.165000', '093330.625000', '093331.085000', '093331.545000', '093332.005000', '093332.465000', '093332.925000', '093333.385000', '093333.845000', '093334.305000', '093334.765000', '093335.225000', '093335.685000', '093336.145000', '093336.605000', '093337.065000', '093337.525000', '093337.985000', '093338.445000', '093338.905000', '093339.365000', '093339.825000', '093340.285000', '093340.745000', '093341.205000', '093341.665000', '093342.125000', '093342.585000', '093343.045000', '093343.505000', '093343.965000', '093344.425000', '093344.885000', '093345.345000', '093345.805000', '093346.265000', '093346.725000', '093347.185000', '093347.645000', '093348.105000', '093348.565000', '093349.025000', '093349.485000', '093349.945000', '093350.405000', '093350.865000', '093351.325000', '093351.785000', '093352.245000', '093352.705000', '093353.165000', '093353.625000', '093354.085000', '093354.545000', '093355.005000', '093355.465000', '093355.925000', '093356.385000', '093356.845000', '093357.305000', '093357.765000', '093358.225000', '093358.685000', '093359.145000', '093359.605000', '093400.065000', '093400.525000', '093400.985000', '093401.445000', '093401.905000', '093402.365000', '093402.825000', '093403.285000', '093403.745000', '093404.205000', '093404.665000', '093405.125000', '093405.585000', '093406.045000', '093406.505000', '093406.965000', '093407.425000', '093407.885000', '093408.345000', '093408.805000', '093409.265000', '093409.725000', '093410.185000', '093410.645000', '093411.105000', '093411.565000', '093412.025000', '093412.485000', '093412.945000', '093413.405000', '093413.865000', '093414.325000', '093414.785000', '093415.245000', '093415.705000', '093416.165000', '093416.625000', '093417.085000', '093417.545000', '093418.005000', '093418.465000', '093418.925000', '093419.385000', '093419.845000', '093420.305000', '093420.765000', '093421.225000', '093421.685000', '093422.145000', '093422.605000', '093423.065000', '093423.525000', '093423.985000', '093424.445000', '093424.905000', '093425.365000', '093425.825000', '093426.285000', '093426.745000', '093427.205000', '093427.665000', '093428.125000', '093428.585000', '093429.045000', '093429.505000', '093429.965000', '093430.425000', '093430.885000', '093431.345000', '093431.805000', '093432.265000', '093432.725000', '093433.185000', '093433.645000', '093434.105000', '093434.565000', '093435.025000', '093435.485000', '093435.945000', '093436.405000', '093436.865000', '093437.325000', '093437.785000', '093438.245000', '093438.705000', '093439.165000', '093439.625000', '093440.085000', '093440.545000', '093441.005000', '093441.465000', '093441.925000', '093442.385000', '093442.845000', '093443.305000', '093443.765000', '093444.225000', '093444.685000', '093445.145000', '093445.605000', '093446.065000', '093446.525000', '093446.985000', '093447.445000', '093447.905000', '093448.365000', '093448.825000', '093449.285000', '093449.745000', '093450.205000', '093450.665000', '093451.125000', '093451.585000', '093452.045000', '093452.505000', '093452.965000', '093453.425000', '093453.885000', '093454.345000', '093454.805000', '093455.265000', '093455.725000', '093456.185000', '093456.645000', '093457.105000', '093457.565000', '093458.025000', '093458.485000', '093458.945000', '093459.405000', '093459.865000', '093500.325000', '093500.785000', '093501.245000', '093501.705000', '093502.165000', '093502.625000', '093503.085000', '093503.545000', '093504.005000', '093504.465000', '093504.925000', '093505.385000', '093505.845000', '093506.305000', '093506.765000', '093507.225000', '093507.685000', '093508.145000', '093508.605000', '093509.065000', '093509.525000', '093509.985000', '093510.445000', '093510.905000', '093511.365000', '093511.825000', '093512.285000', '093512.745000', '093513.205000', '093513.665000', '093514.125000', '093514.585000', '093515.045000', '093515.505000', '093515.965000', '093516.425000', '093516.885000', '093517.345000', '093517.805000', '093518.265000', '093518.725000', '093519.185000', '093519.645000', '093520.105000', '093520.565000', '093521.025000', '093521.485000', '093521.945000', '093522.405000', '093522.865000', '093523.325000', '093523.785000', '093524.245000', '093524.705000', '093525.165000', '093525.625000', '093526.085000', '093526.545000', '093527.005000', '093527.465000', '093527.925000', '093528.385000', '093528.845000', '093529.305000', '093529.765000', '093530.225000', '093530.685000', '093531.145000', '093531.605000', '093532.065000', '093532.525000', '093532.985000', '093533.445000', '093533.905000', '093534.365000', '093534.825000', '093535.285000', '093535.745000', '093536.205000', '093536.665000', '093537.125000', '093537.585000', '093538.045000', '093538.505000', '093538.965000', '093539.425000', '093539.885000', '093540.345000', '093540.805000', '093541.265000', '093541.725000', '093542.185000', '093542.645000', '093543.105000', '093543.565000', '093544.025000', '093544.485000', '093544.945000', '093545.405000', '093545.865000', '093546.325000', '093546.785000', '093547.245000', '093547.705000', '093548.165000', '093548.625000', '093549.085000', '093549.545000', '093550.005000', '093550.465000', '093550.925000', '093551.385000', '093551.845000', '093552.305000', '093552.765000', '093553.225000', '093553.685000', '093554.145000', '093554.605000', '093555.065000', '093555.525000', '093555.985000', '093556.445000', '093556.905000', '093557.365000', '093557.825000', '093558.285000', '093558.745000', '093559.205000', '093559.665000', '093600.125000', '093600.585000', '093601.045000', '093601.505000', '093601.965000', '093602.425000', '093602.885000', '093603.345000', '093603.805000', '093604.265000', '093604.725000', '093605.185000', '093605.645000', '093606.105000', '093606.565000', '093607.025000', '093607.485000', '093607.945000', '093608.405000', '093608.865000', '093609.325000', '093609.785000', '093610.245000', '093610.705000', '093611.165000', '093611.625000', '093612.085000', '093612.545000', '093613.005000', '093613.465000', '093613.925000', '093614.385000', '093614.845000', '093615.305000', '093615.765000', '093616.225000', '093616.685000', '093617.145000', '093617.605000', '093618.065000', '093618.525000', '093618.985000', '093619.445000', '093619.905000', '093620.365000', '093620.825000', '093621.285000', '093621.745000', '093622.205000', '093622.665000', '093623.125000', '093623.585000', '093624.045000', '093624.505000', '093624.965000', '093625.425000', '093625.885000', '093626.345000', '093626.805000', '093627.265000', '093627.725000', '093628.185000', '093628.645000', '093629.105000', '093629.565000', '093630.025000', '093630.485000', '093630.945000', '093631.405000', '093631.865000', '093632.325000', '093632.785000', '093633.245000', '093633.705000', '093634.165000', '093634.625000', '093635.085000', '093635.545000', '093636.005000', '093636.465000', '093636.925000', '093637.385000', '093637.845000', '093638.305000', '093638.765000', '093639.225000', '093639.685000', '093640.145000', '093640.605000', '093641.065000', '093641.525000', '093641.985000', '093642.445000', '093642.905000', '093643.365000', '093643.825000', '093644.285000', '093644.745000', '093645.205000', '093645.665000', '093646.125000', '093646.585000', '093647.045000', '093647.505000', '093647.965000', '093648.425000', '093648.885000', '093649.345000', '093649.805000', '093650.265000', '093650.725000', '093651.185000', '093651.645000', '093652.105000', '093652.565000', '093653.025000', '093653.485000', '093653.945000', '093654.405000', '093654.865000', '093655.325000', '093655.785000', '093656.245000', '093656.705000', '093657.165000', '093657.625000', '093658.085000', '093658.545000', '093659.005000', '093659.465000', '093659.925000', '093700.385000', '093700.845000', '093701.305000', '093701.765000', '093702.225000', '093702.685000', '093703.145000', '093703.605000', '093704.065000', '093704.525000', '093704.985000', '093705.445000', '093705.905000', '093706.365000', '093706.825000', '093707.285000', '093707.745000', '093708.205000', '093708.665000', '093709.125000', '093709.585000', '093710.045000', '093710.505000', '093710.965000', '093711.425000', '093711.885000', '093712.345000', '093712.805000', '093713.265000', '093713.725000', '093714.185000', '093714.645000', '093715.105000', '093715.565000', '093716.025000', '093716.485000', '093716.945000', '093717.405000', '093717.865000', '093718.325000', '093718.785000', '093719.245000', '093719.705000', '093720.165000', '093720.625000', '093721.085000', '093721.545000', '093722.005000', '093722.465000', '093722.925000', '093723.385000', '093723.845000', '093724.305000', '093724.765000', '093725.225000', '093725.685000', '093726.145000', '093726.605000', '093727.065000', '093727.525000', '093727.985000', '093728.445000', '093728.905000', '093729.365000', '093729.825000', '093730.285000', '093730.745000', '093731.205000', '093731.665000', '093732.125000', '093732.585000', '093733.045000', '093733.505000', '093733.965000', '093734.425000', '093734.885000', '093735.345000', '093735.805000', '093736.265000', '093736.725000', '093737.185000', '093737.645000', '093738.105000', '093738.565000', '093739.025000', '093739.485000', '093739.945000', '093740.405000', '093740.865000', '093741.325000', '093741.785000', '093742.245000', '093742.705000', '093743.165000', '093743.625000', '093744.085000', '093744.545000', '093745.005000', '093745.465000', '093745.925000', '093746.385000', '093746.845000', '093747.305000', '093747.765000', '093748.225000', '093748.685000', '093749.145000', '093749.605000', '093750.065000', '093750.525000', '093750.985000', '093751.445000', '093751.905000', '093752.365000', '093752.825000', '093753.285000', '093753.745000', '093754.205000', '093754.665000', '093755.125000', '093755.585000', '093756.045000', '093756.505000', '093756.965000', '093757.425000', '093757.885000', '093758.345000', '093758.805000', '093759.265000', '093759.725000', '093800.185000', '093800.645000', '093801.105000', '093801.565000', '093802.025000', '093802.485000', '093802.945000', '093803.405000', '093803.865000', '093804.325000', '093804.785000', '093805.245000', '093805.705000', '093806.165000', '093806.625000', '093807.085000', '093807.545000', '093808.005000', '093808.465000', '093808.925000', '093809.385000', '093809.845000', '093810.305000', '093810.765000', '093811.225000', '093811.685000', '093812.145000', '093812.605000', '093813.065000', '093813.525000', '093813.985000', '093814.445000', '093814.905000', '093815.365000', '093815.825000', '093816.285000', '093816.745000', '093817.205000', '093817.665000', '093818.125000', '093818.585000', '093819.045000', '093819.505000', '093819.965000', '093820.425000', '093820.885000', '093821.345000', '093821.805000', '093822.265000', '093822.725000', '093823.185000', '093823.645000', '093824.105000', '093824.565000', '093825.025000', '093825.485000', '093825.945000', '093826.405000', '093826.865000', '093827.325000', '093827.785000', '093828.245000', '093828.705000', '093829.165000', '093829.625000', '093830.085000', '093830.545000', '093831.005000', '093831.465000', '093831.925000', '093832.385000', '093832.845000', '093833.305000', '093833.765000', '093834.225000', '093834.685000', '093835.145000', '093835.605000', '093836.065000', '093836.525000', '093836.985000', '093837.445000', '093837.905000', '093838.365000', '093838.825000', '093839.285000', '093839.745000', '093840.205000', '093840.665000', '093841.125000', '093841.585000', '093842.045000', '093842.505000', '093842.965000', '093843.425000', '093843.885000', '093844.345000', '093844.805000', '093845.265000', '093845.725000', '093846.185000', '093846.645000', '093847.105000', '093847.565000', '093848.025000', '093848.485000', '093848.945000', '093849.405000', '093849.865000', '093850.325000', '093850.785000', '093851.245000', '093851.705000', '093852.165000', '093852.625000', '093853.085000', '093853.545000', '093854.005000', '093854.465000', '093854.925000', '093855.385000', '093855.845000', '093856.305000', '093856.765000', '093857.225000', '093857.685000', '093858.145000', '093858.605000', '093859.065000', '093859.525000', '093859.985000', '093900.445000', '093900.905000', '093901.365000', '093901.825000', '093902.285000', '093902.745000', '093903.205000', '093903.665000', '093904.125000', '093904.585000', '093905.045000', '093905.505000', '093905.965000', '093906.425000', '093906.885000', '093907.345000', '093907.805000', '093908.265000', '093908.725000', '093909.185000', '093909.645000', '093910.105000', '093910.565000', '093911.025000', '093911.485000', '093911.945000', '093912.405000', '093912.865000', '093913.325000', '093913.785000', '093914.245000', '093914.705000', '093915.165000', '093915.625000', '093916.085000', '093916.545000', '093917.005000', '093917.465000', '093917.925000', '093918.385000', '093918.845000', '093919.305000', '093919.765000', '093920.225000', '093920.685000', '093921.145000', '093921.605000', '093922.065000', '093922.525000', '093922.985000', '093923.445000', '093923.905000', '093924.365000', '093924.825000', '093925.285000', '093925.745000', '093926.205000', '093926.665000', '093927.125000', '093927.585000', '093928.045000', '093928.505000', '093928.965000', '093929.425000', '093929.885000', '093930.345000', '093930.805000', '093931.265000', '093931.725000', '093932.185000', '093932.645000', '093933.105000', '093933.565000', '093934.025000', '093934.485000', '093934.945000', '093935.405000', '093935.865000', '093936.325000', '093936.785000', '093937.245000', '093937.705000', '093938.165000'], 'ContentTime': ['093324.035000', '093324.039000', '093324.041000', '093324.044000', '093324.046000', '093324.049000', '093324.051000', '093324.054000', '093324.057000', '093324.059000', '093324.062000', '093324.064000', '093324.067000', '093324.078000', '093324.080000', '093324.083000', '093324.086000', '093324.088000', '093324.091000', '093324.093000', '093324.096000', '093324.099000', '093324.101000', '093324.104000', '093324.107000', '093324.109000', '093324.112000', '093324.114000', '093324.117000', '093324.120000', '093324.122000', '093324.125000', '093324.127000', '093324.130000', '093324.132000', '093324.135000', '093324.138000', '093324.140000', '093324.143000', '093324.145000', '093324.148000', '093324.151000', '093324.153000', '093324.156000', '093324.158000', '093324.161000', '093324.163000', '093324.166000', '093324.168000', '093324.172000', '093324.174000', '093324.177000', '093324.179000', '093324.182000', '093344.001000', '093344.004000', '093344.007000', '093344.010000', '093344.012000', '093344.015000', '093344.017000', '093344.020000', '093344.023000', '093344.025000', '093344.028000', '093344.030000', '093344.033000', '093344.035000', '093344.038000', '093344.040000', '093344.043000', '093344.046000', '093344.056000', '093344.059000', '093344.061000', '093344.064000', '093344.066000', '093344.069000', '093344.071000', '093344.074000', '093344.077000', '093344.079000', '093344.082000', '093344.084000', '093344.097000', '093344.099000', '093344.102000', '093344.110000', '093344.113000', '093344.115000', '093344.118000', '093344.120000', '093344.123000', '093344.126000', '093344.128000', '093344.131000', '093344.133000', '093344.136000', '093404.001000', '093404.004000', '093404.007000', '093404.009000', '093404.012000', '093404.015000', '093404.017000', '093404.020000', '093404.022000', '093404.025000', '093404.027000', '093404.030000', '093404.033000', '093404.035000', '093404.038000', '093404.041000', '093404.043000', '093404.046000', '093404.048000', '093404.051000', '093404.054000', '093404.063000', '093404.066000', '093404.068000', '093404.071000', '093404.074000', '093404.076000', '093404.079000', '093404.082000', '093404.084000', '093404.087000', '093404.089000', '093404.092000', '093404.094000', '093404.097000', '093404.100000', '093404.102000', '093404.105000', '093404.107000', '093404.110000', '093404.112000', '093404.115000', '093404.118000', '093424.002000', '093424.004000', '093424.007000', '093424.010000', '093424.012000', '093424.015000', '093424.017000', '093424.020000', '093424.023000', '093424.025000', '093424.028000', '093424.030000', '093424.033000', '093424.036000', '093424.038000', '093424.041000', '093424.044000', '093424.046000', '093424.049000', '093424.051000', '093424.054000', '093424.057000', '093424.059000', '093424.062000', '093424.065000', '093424.067000', '093424.070000', '093424.072000', '093424.075000', '093424.077000', '093424.080000', '093424.083000', '093424.085000', '093424.088000', '093424.090000', '093424.093000', '093424.095000', '093424.098000', '093424.101000', '093424.103000', '093424.106000', '093424.108000', '093424.111000', '093424.114000', '093444.002000', '093444.004000', '093444.007000', '093444.010000', '093444.012000', '093444.015000', '093444.018000', '093444.020000', '093444.023000', '093444.025000', '093444.028000', '093444.031000', '093444.033000', '093444.036000', '093444.039000', '093444.041000', '093444.044000', '093444.046000', '093444.049000', '093444.051000', '093444.054000', '093444.056000', '093444.059000', '093444.062000', '093444.064000', '093444.067000', '093444.069000', '093444.072000', '093444.075000', '093444.077000', '093444.080000', '093444.082000', '093444.085000', '093444.088000', '093444.090000', '093444.093000', '093444.096000', '093444.098000', '093444.101000', '093444.104000', '093444.106000', '093444.109000', '093444.111000', '093504.001000', '093504.003000', '093504.006000', '093504.009000', '093504.011000', '093504.014000', '093504.016000', '093504.019000', '093504.022000', '093504.024000', '093504.027000', '093504.030000', '093504.032000', '093504.035000', '093504.038000', '093504.040000', '093504.043000', '093504.046000', '093504.048000', '093504.051000', '093504.053000', '093504.056000', '093504.058000', '093504.061000', '093504.064000', '093504.066000', '093504.069000', '093504.071000', '093504.074000', '093504.077000', '093504.079000', '093504.082000', '093504.084000', '093504.087000', '093504.095000', '093504.098000', '093504.101000', '093504.103000', '093504.106000', '093504.108000', '093504.111000', '093504.114000', '093504.116000', '093504.119000', '093524.000000', '093524.003000', '093524.006000', '093524.009000', '093524.011000', '093524.014000', '093524.016000', '093524.019000', '093524.021000', '093524.024000', '093524.027000', '093524.029000', '093524.032000', '093524.034000', '093524.037000', '093524.039000', '093524.042000', '093524.045000', '093524.047000', '093524.050000', '093524.052000', '093524.055000', '093524.057000', '093524.060000', '093524.062000', '093524.065000', '093524.068000', '093524.070000', '093524.073000', '093524.075000', '093524.078000', '093524.080000', '093524.083000', '093524.085000', '093524.088000', '093524.091000', '093524.093000', '093524.096000', '093524.098000', '093524.126000', '093524.129000', '093524.131000', '093524.134000', '093544.000000', '093544.003000', '093544.006000', '093544.008000', '093544.011000', '093544.014000', '093544.016000', '093544.019000', '093544.022000', '093544.024000', '093544.027000', '093544.029000', '093544.032000', '093544.035000', '093544.037000', '093544.041000', '093544.043000', '093544.046000', '093544.049000', '093544.051000', '093544.054000', '093544.056000', '093544.059000', '093544.061000', '093544.064000', '093544.067000', '093544.069000', '093544.072000', '093544.075000', '093544.081000', '093544.084000', '093544.086000', '093544.089000', '093544.092000', '093544.094000', '093544.097000', '093544.099000', '093544.102000', '093544.105000', '093544.107000', '093544.110000', '093544.113000', '093544.115000', '093544.118000', '093604.001000', '093604.004000', '093604.007000', '093604.009000', '093604.012000', '093604.015000', '093604.017000', '093604.020000', '093604.022000', '093604.025000', '093604.028000', '093604.030000', '093604.033000', '093604.035000', '093604.038000', '093604.040000', '093604.043000', '093604.046000', '093604.048000', '093604.051000', '093604.053000', '093604.056000', '093604.058000', '093604.061000', '093604.064000', '093604.066000', '093604.069000', '093604.071000', '093604.074000', '093604.076000', '093604.079000', '093604.081000', '093604.084000', '093604.087000', '093604.089000', '093604.092000', '093604.094000', '093604.097000', '093604.100000', '093604.102000', '093604.105000', '093604.107000', '093604.110000', '093624.002000', '093624.004000', '093624.007000', '093624.011000', '093624.013000', '093624.016000', '093624.019000', '093624.021000', '093624.024000', '093624.026000', '093624.029000', '093624.032000', '093624.034000', '093624.037000', '093624.039000', '093624.042000', '093624.045000', '093624.047000', '093624.050000', '093624.052000', '093624.055000', '093624.057000', '093624.060000', '093624.063000', '093624.066000', '093624.068000', '093624.071000', '093624.073000', '093624.076000', '093624.079000', '093624.081000', '093624.084000', '093624.086000', '093624.089000', '093624.091000', '093624.094000', '093624.096000', '093624.099000', '093624.105000', '093624.108000', '093624.111000', '093624.113000', '093624.116000', '093624.118000', '093644.001000', '093644.004000', '093644.007000', '093644.009000', '093644.012000', '093644.015000', '093644.034000', '093644.037000', '093644.040000', '093644.042000', '093644.045000', '093644.047000', '093644.050000', '093644.052000', '093644.055000', '093644.058000', '093644.060000', '093644.063000', '093644.065000', '093644.068000', '093644.070000', '093644.073000', '093644.076000', '093644.078000', '093644.081000', '093644.083000', '093644.086000', '093644.089000', '093644.091000', '093644.094000', '093644.099000', '093644.101000', '093644.104000', '093644.107000', '093644.109000', '093644.112000', '093644.114000', '093644.117000', '093644.120000', '093644.122000', '093644.125000', '093644.127000', '093644.130000', '093704.002000', '093704.004000', '093704.007000', '093704.010000', '093704.012000', '093704.015000', '093704.017000', '093704.020000', '093704.022000', '093704.025000', '093704.028000', '093704.030000', '093704.033000', '093704.035000', '093704.038000', '093704.041000', '093704.043000', '093704.046000', '093704.048000', '093704.051000', '093704.053000', '093704.067000', '093704.070000', '093704.072000', '093704.075000', '093704.077000', '093704.080000', '093704.083000', '093704.085000', '093704.088000', '093704.090000', '093704.093000', '093704.095000', '093704.098000', '093704.101000', '093704.103000', '093704.106000', '093704.109000', '093704.112000', '093704.115000', '093704.117000', '093704.120000', '093704.122000', '093724.001000', '093724.003000', '093724.006000', '093724.009000', '093724.011000', '093724.014000', '093724.016000', '093724.019000', '093724.022000', '093724.024000', '093724.027000', '093724.029000', '093724.032000', '093724.035000', '093724.037000', '093724.040000', '093724.042000', '093724.045000', '093724.047000', '093724.050000', '093724.053000', '093724.055000', '093724.058000', '093724.060000', '093724.063000', '093724.066000', '093724.068000', '093724.071000', '093724.073000', '093724.076000', '093724.078000', '093724.081000', '093724.084000', '093724.086000', '093724.089000', '093724.091000', '093724.094000', '093724.097000', '093724.099000', '093724.102000', '093724.104000', '093724.107000', '093724.110000', '093724.112000', '093744.000000', '093744.003000', '093744.006000', '093744.008000', '093744.011000', '093744.014000', '093744.016000', '093744.019000', '093744.022000', '093744.024000', '093744.027000', '093744.029000', '093744.033000', '093744.036000', '093744.039000', '093744.041000', '093744.044000', '093744.047000', '093744.050000', '093744.052000', '093744.055000', '093744.057000', '093744.060000', '093744.063000', '093744.065000', '093744.068000', '093744.070000', '093744.073000', '093744.075000', '093744.078000', '093744.081000', '093744.083000', '093744.086000', '093744.088000', '093744.091000', '093744.094000', '093744.096000', '093744.099000', '093744.101000', '093744.104000', '093744.107000', '093744.109000', '093744.112000', '093804.000000', '093804.003000', '093804.006000', '093804.009000', '093804.011000', '093804.014000', '093804.016000', '093804.019000', '093804.022000', '093804.024000', '093804.027000', '093804.029000', '093804.032000', '093804.035000', '093804.037000', '093804.040000', '093804.043000', '093804.045000', '093804.048000', '093804.050000', '093804.053000', '093804.056000', '093804.058000', '093804.061000', '093804.063000', '093804.066000', '093804.069000', '093804.071000', '093804.074000', '093804.077000', '093804.079000', '093804.082000', '093804.084000', '093804.087000', '093804.090000', '093804.092000', '093804.095000', '093804.097000', '093804.100000', '093804.102000', '093804.105000', '093804.108000', '093804.110000', '093804.113000', '093824.001000', '093824.004000', '093824.007000', '093824.010000', '093824.012000', '093824.015000', '093824.018000', '093824.020000', '093824.023000', '093824.025000', '093824.028000', '093824.030000', '093824.033000', '093824.036000', '093824.038000', '093824.041000', '093824.043000', '093824.046000', '093824.048000', '093824.051000', '093824.054000', '093824.056000', '093824.059000', '093824.061000', '093824.064000', '093824.066000', '093824.069000', '093824.072000', '093824.074000', '093824.077000', '093824.079000', '093824.082000', '093824.096000', '093824.099000', '093824.101000', '093824.104000', '093824.107000', '093824.109000', '093824.112000', '093824.114000', '093824.117000', '093824.120000', '093824.122000', '093844.001000', '093844.004000', '093844.007000', '093844.010000', '093844.012000', '093844.015000', '093844.018000', '093844.020000', '093844.023000', '093844.025000', '093844.028000', '093844.031000', '093844.033000', '093844.036000', '093844.038000', '093844.042000', '093844.045000', '093844.048000', '093844.050000', '093844.053000', '093844.055000', '093844.058000', '093844.061000', '093844.063000', '093844.066000', '093844.068000', '093844.071000', '093844.077000', '093844.080000', '093844.083000', '093844.085000', '093844.088000', '093844.090000', '093844.093000', '093844.095000', '093844.098000', '093844.101000', '093844.103000', '093844.106000', '093844.108000', '093844.111000', '093844.114000', '093844.116000', '093844.119000', '093904.001000', '093904.004000', '093904.007000', '093904.010000', '093904.012000', '093904.015000', '093904.017000', '093904.020000', '093904.022000', '093904.025000', '093904.027000', '093904.030000', '093904.033000', '093904.035000', '093904.038000', '093904.040000', '093904.043000', '093904.046000', '093904.048000', '093904.051000', '093904.053000', '093904.056000', '093904.058000', '093904.061000', '093904.064000', '093904.067000', '093904.070000', '093904.072000', '093904.075000', '093904.078000', '093904.080000', '093904.083000', '093904.085000', '093904.089000', '093904.091000', '093904.094000', '093904.097000', '093904.099000', '093904.102000', '093904.105000', '093904.107000', '093904.110000', '093904.112000', '093924.002000', '093924.004000', '093924.007000', '093924.010000', '093924.013000', '093924.016000', '093924.018000', '093924.021000', '093924.023000', '093924.026000', '093924.029000', '093924.031000', '093924.034000', '093924.036000', '093924.039000', '093924.042000', '093924.044000', '093924.047000', '093924.049000', '093924.052000', '093924.055000', '093924.057000', '093924.060000', '093924.062000', '093924.065000', '093924.067000', '093924.070000', '093924.073000', '093924.075000', '093924.078000', '093924.080000', '093924.083000', '093924.086000', '093924.088000', '093924.091000', '093924.093000', '093924.096000', '093924.099000', '093924.101000', '093924.104000', '093924.107000', '093924.109000', '093924.112000', '093924.114000', '093939.900000', '093939.903000', '093939.906000', '093939.909000', '093939.911000', '093939.914000', '093939.916000', '093939.919000', '093939.922000', '093939.924000', '093939.927000', '093939.930000', '093939.933000', '093939.936000', '093939.939000', '093939.942000', '093939.944000', '093939.947000', '093939.950000', '093939.953000', '093939.956000', '093939.958000', '093939.961000', '093939.964000', '093939.967000', '093939.969000', '093939.972000', '093939.974000', '093939.977000', '093939.980000', '093939.983000', '093939.985000', '093939.988000', '093939.991000', '093939.993000'], 'InstanceCreationTime': ['093324.035000', '093324.039000', '093324.041000', '093324.044000', '093324.046000', '093324.049000', '093324.051000', '093324.054000', '093324.057000', '093324.059000', '093324.062000', '093324.064000', '093324.067000', '093324.078000', '093324.080000', '093324.083000', '093324.086000', '093324.088000', '093324.091000', '093324.093000', '093324.096000', '093324.099000', '093324.101000', '093324.104000', '093324.107000', '093324.109000', '093324.112000', '093324.114000', '093324.117000', '093324.120000', '093324.122000', '093324.125000', '093324.127000', '093324.130000', '093324.132000', '093324.135000', '093324.138000', '093324.140000', '093324.143000', '093324.145000', '093324.148000', '093324.151000', '093324.153000', '093324.156000', '093324.158000', '093324.161000', '093324.163000', '093324.166000', '093324.168000', '093324.172000', '093324.174000', '093324.177000', '093324.179000', '093324.182000', '093344.001000', '093344.004000', '093344.007000', '093344.010000', '093344.012000', '093344.015000', '093344.017000', '093344.020000', '093344.023000', '093344.025000', '093344.028000', '093344.030000', '093344.033000', '093344.035000', '093344.038000', '093344.040000', '093344.043000', '093344.046000', '093344.056000', '093344.059000', '093344.061000', '093344.064000', '093344.066000', '093344.069000', '093344.071000', '093344.074000', '093344.077000', '093344.079000', '093344.082000', '093344.084000', '093344.097000', '093344.099000', '093344.102000', '093344.110000', '093344.113000', '093344.115000', '093344.118000', '093344.120000', '093344.123000', '093344.126000', '093344.128000', '093344.131000', '093344.133000', '093344.136000', '093404.001000', '093404.004000', '093404.007000', '093404.009000', '093404.012000', '093404.015000', '093404.017000', '093404.020000', '093404.022000', '093404.025000', '093404.027000', '093404.030000', '093404.033000', '093404.035000', '093404.038000', '093404.041000', '093404.043000', '093404.046000', '093404.048000', '093404.051000', '093404.054000', '093404.063000', '093404.066000', '093404.068000', '093404.071000', '093404.074000', '093404.076000', '093404.079000', '093404.082000', '093404.084000', '093404.087000', '093404.089000', '093404.092000', '093404.094000', '093404.097000', '093404.100000', '093404.102000', '093404.105000', '093404.107000', '093404.110000', '093404.112000', '093404.115000', '093404.118000', '093424.002000', '093424.004000', '093424.007000', '093424.010000', '093424.012000', '093424.015000', '093424.017000', '093424.020000', '093424.023000', '093424.025000', '093424.028000', '093424.030000', '093424.033000', '093424.036000', '093424.038000', '093424.041000', '093424.044000', '093424.046000', '093424.049000', '093424.051000', '093424.054000', '093424.057000', '093424.059000', '093424.062000', '093424.065000', '093424.067000', '093424.070000', '093424.072000', '093424.075000', '093424.077000', '093424.080000', '093424.083000', '093424.085000', '093424.088000', '093424.090000', '093424.093000', '093424.095000', '093424.098000', '093424.101000', '093424.103000', '093424.106000', '093424.108000', '093424.111000', '093424.114000', '093444.002000', '093444.004000', '093444.007000', '093444.010000', '093444.012000', '093444.015000', '093444.018000', '093444.020000', '093444.023000', '093444.025000', '093444.028000', '093444.031000', '093444.033000', '093444.036000', '093444.039000', '093444.041000', '093444.044000', '093444.046000', '093444.049000', '093444.051000', '093444.054000', '093444.056000', '093444.059000', '093444.062000', '093444.064000', '093444.067000', '093444.069000', '093444.072000', '093444.075000', '093444.077000', '093444.080000', '093444.082000', '093444.085000', '093444.088000', '093444.090000', '093444.093000', '093444.096000', '093444.098000', '093444.101000', '093444.104000', '093444.106000', '093444.109000', '093444.111000', '093504.001000', '093504.003000', '093504.006000', '093504.009000', '093504.011000', '093504.014000', '093504.016000', '093504.019000', '093504.022000', '093504.024000', '093504.027000', '093504.030000', '093504.032000', '093504.035000', '093504.038000', '093504.040000', '093504.043000', '093504.046000', '093504.048000', '093504.051000', '093504.053000', '093504.056000', '093504.058000', '093504.061000', '093504.064000', '093504.066000', '093504.069000', '093504.071000', '093504.074000', '093504.077000', '093504.079000', '093504.082000', '093504.084000', '093504.087000', '093504.095000', '093504.098000', '093504.101000', '093504.103000', '093504.106000', '093504.108000', '093504.111000', '093504.114000', '093504.116000', '093504.119000', '093524.000000', '093524.003000', '093524.006000', '093524.009000', '093524.011000', '093524.014000', '093524.016000', '093524.019000', '093524.021000', '093524.024000', '093524.027000', '093524.029000', '093524.032000', '093524.034000', '093524.037000', '093524.039000', '093524.042000', '093524.045000', '093524.047000', '093524.050000', '093524.052000', '093524.055000', '093524.057000', '093524.060000', '093524.062000', '093524.065000', '093524.068000', '093524.070000', '093524.073000', '093524.075000', '093524.078000', '093524.080000', '093524.083000', '093524.085000', '093524.088000', '093524.091000', '093524.093000', '093524.096000', '093524.098000', '093524.126000', '093524.129000', '093524.131000', '093524.134000', '093544.000000', '093544.003000', '093544.006000', '093544.008000', '093544.011000', '093544.014000', '093544.016000', '093544.019000', '093544.022000', '093544.024000', '093544.027000', '093544.029000', '093544.032000', '093544.035000', '093544.037000', '093544.041000', '093544.043000', '093544.046000', '093544.049000', '093544.051000', '093544.054000', '093544.056000', '093544.059000', '093544.061000', '093544.064000', '093544.067000', '093544.069000', '093544.072000', '093544.075000', '093544.081000', '093544.084000', '093544.086000', '093544.089000', '093544.092000', '093544.094000', '093544.097000', '093544.099000', '093544.102000', '093544.105000', '093544.107000', '093544.110000', '093544.113000', '093544.115000', '093544.118000', '093604.001000', '093604.004000', '093604.007000', '093604.009000', '093604.012000', '093604.015000', '093604.017000', '093604.020000', '093604.022000', '093604.025000', '093604.028000', '093604.030000', '093604.033000', '093604.035000', '093604.038000', '093604.040000', '093604.043000', '093604.046000', '093604.048000', '093604.051000', '093604.053000', '093604.056000', '093604.058000', '093604.061000', '093604.064000', '093604.066000', '093604.069000', '093604.071000', '093604.074000', '093604.076000', '093604.079000', '093604.081000', '093604.084000', '093604.087000', '093604.089000', '093604.092000', '093604.094000', '093604.097000', '093604.100000', '093604.102000', '093604.105000', '093604.107000', '093604.110000', '093624.002000', '093624.004000', '093624.007000', '093624.011000', '093624.013000', '093624.016000', '093624.019000', '093624.021000', '093624.024000', '093624.026000', '093624.029000', '093624.032000', '093624.034000', '093624.037000', '093624.039000', '093624.042000', '093624.045000', '093624.047000', '093624.050000', '093624.052000', '093624.055000', '093624.057000', '093624.060000', '093624.063000', '093624.066000', '093624.068000', '093624.071000', '093624.073000', '093624.076000', '093624.079000', '093624.081000', '093624.084000', '093624.086000', '093624.089000', '093624.091000', '093624.094000', '093624.096000', '093624.099000', '093624.105000', '093624.108000', '093624.111000', '093624.113000', '093624.116000', '093624.118000', '093644.001000', '093644.004000', '093644.007000', '093644.009000', '093644.012000', '093644.015000', '093644.034000', '093644.037000', '093644.040000', '093644.042000', '093644.045000', '093644.047000', '093644.050000', '093644.052000', '093644.055000', '093644.058000', '093644.060000', '093644.063000', '093644.065000', '093644.068000', '093644.070000', '093644.073000', '093644.076000', '093644.078000', '093644.081000', '093644.083000', '093644.086000', '093644.089000', '093644.091000', '093644.094000', '093644.099000', '093644.101000', '093644.104000', '093644.107000', '093644.109000', '093644.112000', '093644.114000', '093644.117000', '093644.120000', '093644.122000', '093644.125000', '093644.127000', '093644.130000', '093704.002000', '093704.004000', '093704.007000', '093704.010000', '093704.012000', '093704.015000', '093704.017000', '093704.020000', '093704.022000', '093704.025000', '093704.028000', '093704.030000', '093704.033000', '093704.035000', '093704.038000', '093704.041000', '093704.043000', '093704.046000', '093704.048000', '093704.051000', '093704.053000', '093704.067000', '093704.070000', '093704.072000', '093704.075000', '093704.077000', '093704.080000', '093704.083000', '093704.085000', '093704.088000', '093704.090000', '093704.093000', '093704.095000', '093704.098000', '093704.101000', '093704.103000', '093704.106000', '093704.109000', '093704.112000', '093704.115000', '093704.117000', '093704.120000', '093704.122000', '093724.001000', '093724.003000', '093724.006000', '093724.009000', '093724.011000', '093724.014000', '093724.016000', '093724.019000', '093724.022000', '093724.024000', '093724.027000', '093724.029000', '093724.032000', '093724.035000', '093724.037000', '093724.040000', '093724.042000', '093724.045000', '093724.047000', '093724.050000', '093724.053000', '093724.055000', '093724.058000', '093724.060000', '093724.063000', '093724.066000', '093724.068000', '093724.071000', '093724.073000', '093724.076000', '093724.078000', '093724.081000', '093724.084000', '093724.086000', '093724.089000', '093724.091000', '093724.094000', '093724.097000', '093724.099000', '093724.102000', '093724.104000', '093724.107000', '093724.110000', '093724.112000', '093744.000000', '093744.003000', '093744.006000', '093744.008000', '093744.011000', '093744.014000', '093744.016000', '093744.019000', '093744.022000', '093744.024000', '093744.027000', '093744.029000', '093744.033000', '093744.036000', '093744.039000', '093744.041000', '093744.044000', '093744.047000', '093744.050000', '093744.052000', '093744.055000', '093744.057000', '093744.060000', '093744.063000', '093744.065000', '093744.068000', '093744.070000', '093744.073000', '093744.075000', '093744.078000', '093744.081000', '093744.083000', '093744.086000', '093744.088000', '093744.091000', '093744.094000', '093744.096000', '093744.099000', '093744.101000', '093744.104000', '093744.107000', '093744.109000', '093744.112000', '093804.000000', '093804.003000', '093804.006000', '093804.009000', '093804.011000', '093804.014000', '093804.016000', '093804.019000', '093804.022000', '093804.024000', '093804.027000', '093804.029000', '093804.032000', '093804.035000', '093804.037000', '093804.040000', '093804.043000', '093804.045000', '093804.048000', '093804.050000', '093804.053000', '093804.056000', '093804.058000', '093804.061000', '093804.063000', '093804.066000', '093804.069000', '093804.071000', '093804.074000', '093804.077000', '093804.079000', '093804.082000', '093804.084000', '093804.087000', '093804.090000', '093804.092000', '093804.095000', '093804.097000', '093804.100000', '093804.102000', '093804.105000', '093804.108000', '093804.110000', '093804.113000', '093824.001000', '093824.004000', '093824.007000', '093824.010000', '093824.012000', '093824.015000', '093824.018000', '093824.020000', '093824.023000', '093824.025000', '093824.028000', '093824.030000', '093824.033000', '093824.036000', '093824.038000', '093824.041000', '093824.043000', '093824.046000', '093824.048000', '093824.051000', '093824.054000', '093824.056000', '093824.059000', '093824.061000', '093824.064000', '093824.066000', '093824.069000', '093824.072000', '093824.074000', '093824.077000', '093824.079000', '093824.082000', '093824.096000', '093824.099000', '093824.101000', '093824.104000', '093824.107000', '093824.109000', '093824.112000', '093824.114000', '093824.117000', '093824.120000', '093824.122000', '093844.001000', '093844.004000', '093844.007000', '093844.010000', '093844.012000', '093844.015000', '093844.018000', '093844.020000', '093844.023000', '093844.025000', '093844.028000', '093844.031000', '093844.033000', '093844.036000', '093844.038000', '093844.042000', '093844.045000', '093844.048000', '093844.050000', '093844.053000', '093844.055000', '093844.058000', '093844.061000', '093844.063000', '093844.066000', '093844.068000', '093844.071000', '093844.077000', '093844.080000', '093844.083000', '093844.085000', '093844.088000', '093844.090000', '093844.093000', '093844.095000', '093844.098000', '093844.101000', '093844.103000', '093844.106000', '093844.108000', '093844.111000', '093844.114000', '093844.116000', '093844.119000', '093904.001000', '093904.004000', '093904.007000', '093904.010000', '093904.012000', '093904.015000', '093904.017000', '093904.020000', '093904.022000', '093904.025000', '093904.027000', '093904.030000', '093904.033000', '093904.035000', '093904.038000', '093904.040000', '093904.043000', '093904.046000', '093904.048000', '093904.051000', '093904.053000', '093904.056000', '093904.058000', '093904.061000', '093904.064000', '093904.067000', '093904.070000', '093904.072000', '093904.075000', '093904.078000', '093904.080000', '093904.083000', '093904.085000', '093904.089000', '093904.091000', '093904.094000', '093904.097000', '093904.099000', '093904.102000', '093904.105000', '093904.107000', '093904.110000', '093904.112000', '093924.002000', '093924.004000', '093924.007000', '093924.010000', '093924.013000', '093924.016000', '093924.018000', '093924.021000', '093924.023000', '093924.026000', '093924.029000', '093924.031000', '093924.034000', '093924.036000', '093924.039000', '093924.042000', '093924.044000', '093924.047000', '093924.049000', '093924.052000', '093924.055000', '093924.057000', '093924.060000', '093924.062000', '093924.065000', '093924.067000', '093924.070000', '093924.073000', '093924.075000', '093924.078000', '093924.080000', '093924.083000', '093924.086000', '093924.088000', '093924.091000', '093924.093000', '093924.096000', '093924.099000', '093924.101000', '093924.104000', '093924.107000', '093924.109000', '093924.112000', '093924.114000', '093939.900000', '093939.903000', '093939.906000', '093939.909000', '093939.911000', '093939.914000', '093939.916000', '093939.919000', '093939.922000', '093939.924000', '093939.927000', '093939.930000', '093939.933000', '093939.936000', '093939.939000', '093939.942000', '093939.944000', '093939.947000', '093939.950000', '093939.953000', '093939.956000', '093939.958000', '093939.961000', '093939.964000', '093939.967000', '093939.969000', '093939.972000', '093939.974000', '093939.977000', '093939.980000', '093939.983000', '093939.985000', '093939.988000', '093939.991000', '093939.993000'], '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': [13914, 8055, 15898, 12073, 10703, 13917, 8767, 13618, 9194, 14754, 10631, 15340, 10203, 14719, 9401, 13283, 7886, 11758, 8415, 6871, 7591, 6828, 6626, 6645, 8346, 6846, 11739, 7555, 13749, 7169, 11741, 7262, 12204, 7601, 13440, 8945, 9997, 6965, 7426, 6846, 7902, 7146, 9708, 11622, 6864, 9920, 6923, 8559, 6810, 11214, 9062, 13645, 8236, 11971, 6926, 8600, 6859, 12055, 11805, 9270, 14637, 7860, 12382, 7635, 12268, 8293, 13961, 9802, 12427, 7472, 7292, 6851, 10033, 7521, 12846, 9661, 10508, 13354, 6997, 10967, 6966, 9098, 6841, 12208, 8495, 11961, 8526, 7040, 7540, 6979, 9801, 10233, 12408, 12465, 14596, 9987, 13520, 10351, 13025, 11088, 11856, 9471, 9582, 8993, 12415, 7118, 10212, 6797, 7025, 6764, 7001, 7207, 7040, 7578, 6625, 6852, 8938, 6812, 10830, 13916, 11763, 16233, 10329, 13903, 8651, 14687, 9822, 15453, 11340, 14609, 9814, 13504, 8845, 13410, 8535, 11158, 7303, 7256, 6747, 6931, 7022, 6919, 7965, 7051, 9075, 6947, 9476, 6633, 11614, 9374, 6755, 9120, 6865, 10393, 6802, 13071, 13226, 9223, 16119, 8585, 8982, 6688, 10183, 17967, 15520, 16715, 13667, 8851, 7281, 6635, 7172, 6813, 7147, 7388, 12166, 15284, 11703, 17018, 11798, 14179, 16530, 15404, 17866, 14960, 18361, 13615, 18744, 12514, 16761, 10227, 11211, 8288, 7453, 7904, 6956, 8600, 6957, 9129, 7337, 7013, 6890, 6791, 7998, 7190, 9715, 7166, 9024, 6990, 8041, 6952, 8345, 7535, 9018, 9049, 7857, 10200, 7129, 14511, 10443, 12892, 7127, 6891, 7110, 6894, 9553, 6979, 10747, 10585, 7866, 13333, 6866, 11250, 6911, 12533, 7630, 16508, 10410, 11018, 8345, 7738, 8624, 6944, 12500, 10338, 15347, 10571, 11750, 7344, 7279, 6963, 6850, 9629, 11008, 13117, 7860, 11282, 7356, 12752, 8638, 13705, 10554, 16106, 8446, 11410, 7040, 7027, 7443, 6944, 12334, 6811, 12671, 7108, 13586, 7876, 16203, 11277, 15246, 8068, 11682, 6942, 12082, 7493, 12770, 11953, 6787, 7516, 7052, 6505, 7108, 12398, 8376, 12421, 7091, 6874, 6523, 6882, 11170, 6998, 9377, 6939, 7071, 9423, 6849, 7067, 8083, 8160, 17853, 17806, 13597, 14213, 8648, 7044, 10502, 6813, 14644, 11315, 16791, 10417, 12723, 9555, 13317, 11534, 13291, 14978, 9084, 12040, 7544, 10990, 6774, 12260, 6984, 8303, 6823, 6739, 6998, 6585, 9258, 6930, 6658, 12950, 6859, 8269, 6974, 6862, 6888, 12475, 10434, 15190, 14889, 9485, 10280, 7074, 11292, 9199, 15330, 13416, 16896, 9470, 11073, 7072, 11327, 7665, 12964, 11841, 8050, 7107, 6789, 7335, 10656, 14021, 9781, 12253, 7065, 8264, 6711, 10863, 10465, 14688, 7854, 8623, 6829, 8012, 7101, 12193, 6943, 9614, 6692, 6677, 6744, 7017, 7905, 10191, 6955, 6763, 6890, 7300, 11135, 14695, 8059, 7877, 7354, 7609, 13558, 14197, 8413, 9259, 7156, 6905, 7077, 7971, 11913, 13081, 7299, 6772, 6943, 6670, 8900, 11006, 7515, 8171, 6916, 7817, 7192, 14232, 13762, 15508, 8976, 10835, 7056, 12287, 9075, 14108, 18671, 16397, 18328, 12031, 8313, 7255, 6727, 7059, 7267, 7440, 6632, 8248, 14412, 13409, 13058, 11605, 7265, 14744, 7850, 7904, 13503, 14360, 18352, 12402, 15678, 9037, 7578, 11242, 7289, 15679, 10716, 16326, 10430, 14046, 8652, 13116, 7864, 12169, 7127, 12097, 9289, 6807, 6792, 6755, 7087, 6722, 7111, 10118, 7066, 10974, 7183, 7366, 7118, 11021, 6663, 14526, 7039, 13718, 8737, 7020, 7067, 6814, 6939, 6744, 8868, 11659, 15925, 8796, 11733, 7142, 10517, 6620, 13235, 10000, 13848, 8413, 6805, 6626, 6689, 6540, 9644, 13664, 9173, 13046, 7777, 10895, 7947, 14271, 12990, 16766, 8981, 9495, 6772, 9891, 7383, 19011, 12641, 11089, 8941, 8328, 7080, 8180, 7789, 10435, 13861, 6847, 9413, 6555, 9448, 6748, 11614, 10922, 14143, 7337, 8763, 6820, 6754, 13495, 15734, 18584, 12078, 8241, 10996, 7107, 7734, 6734, 8949, 6885, 12314, 8125, 18605, 12165, 12895, 8355, 9864, 8018, 12332, 16258, 15529, 17225, 11936, 11587, 8272, 7769, 6938, 11418, 7190, 15416, 9322, 13275, 9345, 11022, 7489, 10560, 7898, 9788, 6652, 6803, 6744, 6817, 6630, 6650, 9773, 6764, 7437, 7876, 7731, 13202, 10516, 14540, 9454, 17108, 15602, 17114, 18880, 14245, 14499, 8809, 6964, 6668, 6860, 6910, 6661, 8823, 6968, 11085, 7918, 13559, 8923, 13960, 9248, 13476, 9914, 10829, 14240, 7611, 8824, 8539, 11865, 15875, 12040, 9452, 7068, 6601, 9304, 6801, 12461, 6663, 11848, 7760, 16580, 13810, 9547, 10516, 7402, 9321, 7120, 11290, 7196, 7076, 7713, 7413, 11484, 7723, 16092, 14719, 17407, 16912, 11875, 9950, 6989, 6824, 7759, 6731, 6902, 7116, 7280, 7089, 7855, 7067, 13217, 7431, 10704, 9190, 13105, 12153, 13750, 11619, 10433, 9186, 7240, 6899, 7234, 6980, 6912, 6955, 6907, 7050, 13050, 14591, 9624, 8914, 7397, 7129, 7176, 7079, 10908, 8180, 12659, 8757, 15742, 15237, 17622, 10786, 10586, 7348, 7851, 7106, 9546, 7195, 9281, 10459, 11321, 10499, 6886, 6637, 6960, 11558, 8828, 14090, 7107, 10243, 7114, 10579, 6999, 11380, 7163, 12533, 10541, 17346, 10525, 7558, 6897, 6831, 6628, 8454, 7518, 13568, 15125, 9615, 9480, 6923, 6800, 6823, 13152, 11292, 15059, 7989, 9987, 7028, 8534, 6973, 7599, 8703, 6807, 7632, 6523, 15053, 11286, 9801, 7045, 6674, 7568, 7138, 6832, 9878, 7060, 8604, 9800, 15983, 15010, 9287, 7887, 7086, 8849, 16713, 15207, 13740, 9179, 17696, 8436, 14331, 9672, 14098, 8173, 11613, 7342, 8246, 7174, 8930, 6932, 10427, 7020, 9306, 7133, 11983, 8618, 8231, 6863, 9322, 6862, 16130, 11193, 16392, 11332, 15641, 8361, 14581, 8634, 17580, 11129, 10469, 6884, 6768, 7106, 8357, 16073, 9564, 13099, 7726, 11431, 6709, 12916, 10928, 12628, 10920, 6627, 8114, 6575, 12889, 10236, 12318, 12544, 7332, 7833, 6889, 6778, 6761, 6898, 7074, 9471, 14792, 13488, 17534, 18790, 13852, 13565, 17923, 12078, 10899, 17635, 13504, 14040, 18169, 11120, 7933, 11027, 6570, 6616, 9746, 7001, 12038, 8005, 6604, 11698, 7299, 16632, 11890, 6591, 7685], 'WindowCenter': [4295.0, 4217.0, 4275.0, 4242.0, 4219.0, 4239.0, 4185.0, 4225.0, 4194.0, 4236.0, 4205.0, 4235.0, 4194.0, 4223.0, 4181.0, 4212.0, 4161.0, 4201.0, 4170.0, 4149.0, 4160.0, 4150.0, 4150.0, 4151.0, 4171.0, 4152.0, 4202.0, 4163.0, 4213.0, 4162.0, 4202.0, 4162.0, 4202.0, 4163.0, 4213.0, 4183.0, 4192.0, 4151.0, 4160.0, 4151.0, 4172.0, 4163.0, 4183.0, 4204.0, 4152.0, 4193.0, 4163.0, 4183.0, 4153.0, 4203.0, 4185.0, 4227.0, 4187.0, 4217.0, 4165.0, 4177.0, 4167.0, 4216.0, 4216.0, 4186.0, 4228.0, 4173.0, 4215.0, 4175.0, 4215.0, 4186.0, 4227.0, 4197.0, 4216.0, 4164.0, 4164.0, 4153.0, 4194.0, 4164.0, 4214.0, 4184.0, 4196.0, 4217.0, 4154.0, 4206.0, 4153.0, 4173.0, 4153.0, 4205.0, 4185.0, 4216.0, 4186.0, 4166.0, 4175.0, 4165.0, 4196.0, 4196.0, 4218.0, 4217.0, 4228.0, 4185.0, 4216.0, 4184.0, 4204.0, 4192.0, 4193.0, 4171.0, 4171.0, 4171.0, 4203.0, 4149.0, 4181.0, 4153.0, 4152.0, 4153.0, 4165.0, 4190.0, 4182.0, 4190.0, 4181.0, 4181.0, 4201.0, 4181.0, 4224.0, 4244.0, 4234.0, 4253.0, 4199.0, 4229.0, 4188.0, 4227.0, 4196.0, 4228.0, 4206.0, 4225.0, 4184.0, 4214.0, 4173.0, 4201.0, 4161.0, 4179.0, 4149.0, 4148.0, 4140.0, 4151.0, 4153.0, 4166.0, 4175.0, 4165.0, 4185.0, 4166.0, 4196.0, 4169.0, 4219.0, 4199.0, 4167.0, 4198.0, 4169.0, 4209.0, 4179.0, 4230.0, 4232.0, 4200.0, 4252.0, 4200.0, 4211.0, 4189.0, 4221.0, 4280.0, 4255.0, 4238.0, 4214.0, 4184.0, 4164.0, 4165.0, 4163.0, 4133.0, 4173.0, 4176.0, 4216.0, 4224.0, 4191.0, 4223.0, 4192.0, 4213.0, 4226.0, 4214.0, 4225.0, 4200.0, 4211.0, 4187.0, 4195.0, 4162.0, 4167.0, 4126.0, 4123.0, 4101.0, 4092.0, 4100.0, 4091.0, 4112.0, 4094.0, 4124.0, 4104.0, 4105.0, 4107.0, 4109.0, 4129.0, 4122.0, 4154.0, 4135.0, 4155.0, 4138.0, 4146.0, 4149.0, 4160.0, 4151.0, 4172.0, 4173.0, 4161.0, 4182.0, 4154.0, 4240.0, 4199.0, 4219.0, 4163.0, 4153.0, 4152.0, 4166.0, 4197.0, 4169.0, 4210.0, 4207.0, 4179.0, 4228.0, 4169.0, 4209.0, 4165.0, 4219.0, 4182.0, 4252.0, 4211.0, 4213.0, 4188.0, 4176.0, 4187.0, 4168.0, 4218.0, 4210.0, 4240.0, 4208.0, 4219.0, 4178.0, 4166.0, 4168.0, 4169.0, 4200.0, 4218.0, 4232.0, 4191.0, 4219.0, 4180.0, 4220.0, 4191.0, 4228.0, 4211.0, 4242.0, 4188.0, 4210.0, 4169.0, 4167.0, 4179.0, 4180.0, 4230.0, 4168.0, 4229.0, 4179.0, 4228.0, 4190.0, 4251.0, 4223.0, 4238.0, 4180.0, 4208.0, 4166.0, 4217.0, 4177.0, 4219.0, 4218.0, 4154.0, 4165.0, 4165.0, 4156.0, 4166.0, 4217.0, 4187.0, 4216.0, 4166.0, 4169.0, 4182.0, 4196.0, 4231.0, 4182.0, 4212.0, 4192.0, 4194.0, 4213.0, 4184.0, 4193.0, 4204.0, 4203.0, 4279.0, 4281.0, 4244.0, 4243.0, 4201.0, 4179.0, 4209.0, 4180.0, 4241.0, 4221.0, 4250.0, 4208.0, 4217.0, 4185.0, 4214.0, 4196.0, 4212.0, 4215.0, 4158.0, 4191.0, 4149.0, 4179.0, 4140.0, 4190.0, 4155.0, 4173.0, 4152.0, 4151.0, 4151.0, 4152.0, 4185.0, 4165.0, 4167.0, 4229.0, 4167.0, 4189.0, 4179.0, 4168.0, 4178.0, 4231.0, 4210.0, 4241.0, 4242.0, 4198.0, 4197.0, 4167.0, 4207.0, 4187.0, 4239.0, 4227.0, 4239.0, 4185.0, 4205.0, 4164.0, 4206.0, 4176.0, 4217.0, 4207.0, 4174.0, 4153.0, 4152.0, 4163.0, 4195.0, 4227.0, 4195.0, 4204.0, 4152.0, 4173.0, 4153.0, 4195.0, 4194.0, 4225.0, 4162.0, 4172.0, 4153.0, 4172.0, 4165.0, 4216.0, 4163.0, 4183.0, 4154.0, 4153.0, 4154.0, 4165.0, 4174.0, 4195.0, 4165.0, 4165.0, 4165.0, 4176.0, 4207.0, 4240.0, 4176.0, 4176.0, 4165.0, 4176.0, 4227.0, 4228.0, 4175.0, 4184.0, 4164.0, 4154.0, 4163.0, 4176.0, 4217.0, 4243.0, 4176.0, 4167.0, 4165.0, 4165.0, 4185.0, 4207.0, 4175.0, 4176.0, 4165.0, 4176.0, 4167.0, 4239.0, 4240.0, 4251.0, 4202.0, 4219.0, 4180.0, 4218.0, 4186.0, 4240.0, 4254.0, 4242.0, 4254.0, 4222.0, 4190.0, 4181.0, 4168.0, 4166.0, 4179.0, 4177.0, 4169.0, 4202.0, 4254.0, 4245.0, 4232.0, 4221.0, 4178.0, 4241.0, 4177.0, 4176.0, 4217.0, 4227.0, 4241.0, 4207.0, 4226.0, 4172.0, 4150.0, 4180.0, 4137.0, 4210.0, 4165.0, 4207.0, 4167.0, 4184.0, 4146.0, 4185.0, 4144.0, 4173.0, 4133.0, 4176.0, 4155.0, 4126.0, 4126.0, 4125.0, 4139.0, 4137.0, 4149.0, 4180.0, 4151.0, 4193.0, 4151.0, 4152.0, 4152.0, 4194.0, 4154.0, 4224.0, 4154.0, 4226.0, 4185.0, 4163.0, 4165.0, 4154.0, 4166.0, 4166.0, 4186.0, 4219.0, 4250.0, 4186.0, 4217.0, 4168.0, 4209.0, 4168.0, 4230.0, 4210.0, 4239.0, 4189.0, 4168.0, 4182.0, 4179.0, 4169.0, 4212.0, 4243.0, 4211.0, 4231.0, 4193.0, 4220.0, 4190.0, 4240.0, 4231.0, 4251.0, 4199.0, 4198.0, 4168.0, 4197.0, 4177.0, 4261.0, 4218.0, 4208.0, 4187.0, 4176.0, 4165.0, 4175.0, 4175.0, 4207.0, 4230.0, 4154.0, 4196.0, 4157.0, 4196.0, 4167.0, 4218.0, 4221.0, 4242.0, 4179.0, 4200.0, 4170.0, 4169.0, 4240.0, 4251.0, 4263.0, 4222.0, 4190.0, 4210.0, 4180.0, 4178.0, 4169.0, 4199.0, 4178.0, 4220.0, 4190.0, 4261.0, 4222.0, 4229.0, 4188.0, 4196.0, 4174.0, 4215.0, 4237.0, 4237.0, 4236.0, 4204.0, 4191.0, 4159.0, 4148.0, 4149.0, 4190.0, 4150.0, 4212.0, 4171.0, 4200.0, 4170.0, 4179.0, 4148.0, 4177.0, 4159.0, 4179.0, 4140.0, 4150.0, 4151.0, 4152.0, 4152.0, 4165.0, 4195.0, 4166.0, 4176.0, 4177.0, 4177.0, 4229.0, 4196.0, 4225.0, 4198.0, 4250.0, 4241.0, 4251.0, 4252.0, 4230.0, 4225.0, 4174.0, 4152.0, 4152.0, 4153.0, 4151.0, 4150.0, 4172.0, 4152.0, 4192.0, 4174.0, 4213.0, 4185.0, 4214.0, 4173.0, 4200.0, 4184.0, 4192.0, 4213.0, 4163.0, 4172.0, 4185.0, 4217.0, 4237.0, 4206.0, 4182.0, 4150.0, 4140.0, 4169.0, 4141.0, 4204.0, 4155.0, 4206.0, 4176.0, 4238.0, 4228.0, 4128.0, 4051.0, 4111.0, 4146.0, 4179.0, 4235.0, 4125.0, 4125.0, 4137.0, 4151.0, 4190.0, 4205.0, 4291.0, 4276.0, 4261.0, 4182.0, 4159.0, 4206.0, 4173.0, 4150.0, 4160.0, 4140.0, 4152.0, 4151.0, 4164.0, 4163.0, 4161.0, 4150.0, 4202.0, 4148.0, 4179.0, 4168.0, 4188.0, 4190.0, 4187.0, 4166.0, 4152.0, 4140.0, 4119.0, 4120.0, 4145.0, 4134.0, 4133.0, 4148.0, 4149.0, 4151.0, 4202.0, 4213.0, 4171.0, 4160.0, 4152.0, 4152.0, 4154.0, 4153.0, 4195.0, 4175.0, 4206.0, 4174.0, 4228.0, 4228.0, 4237.0, 4193.0, 4181.0, 4153.0, 4162.0, 4152.0, 4183.0, 4154.0, 4183.0, 4196.0, 4203.0, 4193.0, 4151.0, 4154.0, 4164.0, 4205.0, 4187.0, 4228.0, 4165.0, 4198.0, 4169.0, 4208.0, 4167.0, 4217.0, 4168.0, 4229.0, 4209.0, 4251.0, 4210.0, 4177.0, 4167.0, 4169.0, 4169.0, 4187.0, 4178.0, 4229.0, 4243.0, 4197.0, 4196.0, 4165.0, 4157.0, 4166.0, 4229.0, 4209.0, 4237.0, 4176.0, 4196.0, 4167.0, 4187.0, 4177.0, 4178.0, 4187.0, 4168.0, 4178.0, 4169.0, 4240.0, 4220.0, 4211.0, 4180.0, 4181.0, 4204.0, 4193.0, 4182.0, 4222.0, 4182.0, 4214.0, 4223.0, 4265.0, 4256.0, 4201.0, 4192.0, 4168.0, 4201.0, 4250.0, 4240.0, 4228.0, 4185.0, 4237.0, 4174.0, 4228.0, 4183.0, 4214.0, 4162.0, 4190.0, 4162.0, 4172.0, 4167.0, 4183.0, 4165.0, 4205.0, 4166.0, 4196.0, 4179.0, 4231.0, 4199.0, 4188.0, 4169.0, 4199.0, 4169.0, 4252.0, 4221.0, 4252.0, 4220.0, 4239.0, 4187.0, 4238.0, 4188.0, 4251.0, 4207.0, 4196.0, 4164.0, 4166.0, 4167.0, 4187.0, 4250.0, 4196.0, 4228.0, 4178.0, 4218.0, 4167.0, 4230.0, 4211.0, 4229.0, 4209.0, 4169.0, 4203.0, 4168.0, 4201.0, 4181.0, 4191.0, 4248.0, 4180.0, 4148.0, 4151.0, 4153.0, 4137.0, 4177.0, 4193.0, 4209.0, 4252.0, 4255.0, 4266.0, 4278.0, 4243.0, 4240.0, 4259.0, 4215.0, 4201.0, 4218.0, 4192.0, 4191.0, 4202.0, 4147.0, 4114.0, 4132.0, 4079.0, 4089.0, 4121.0, 4092.0, 4143.0, 4113.0, 4092.0, 4144.0, 4114.0, 4176.0, 4142.0, 4090.0, 4100.0], 'WindowWidth': [9491.0, 9372.0, 9445.0, 9394.0, 9356.0, 9385.0, 9303.0, 9358.0, 9313.0, 9376.0, 9327.0, 9374.0, 9311.0, 9353.0, 9291.0, 9334.0, 9264.0, 9317.0, 9272.0, 9245.0, 9260.0, 9246.0, 9249.0, 9251.0, 9277.0, 9253.0, 9319.0, 9268.0, 9334.0, 9267.0, 9317.0, 9266.0, 9319.0, 9268.0, 9335.0, 9294.0, 9304.0, 9249.0, 9260.0, 9250.0, 9280.0, 9268.0, 9295.0, 9324.0, 9254.0, 9307.0, 9270.0, 9296.0, 9257.0, 9324.0, 9301.0, 9360.0, 9307.0, 9346.0, 9273.0, 9290.0, 9281.0, 9344.0, 9344.0, 9302.0, 9365.0, 9283.0, 9341.0, 9287.0, 9342.0, 9304.0, 9361.0, 9318.0, 9343.0, 9271.0, 9271.0, 9255.0, 9309.0, 9269.0, 9338.0, 9297.0, 9313.0, 9347.0, 9256.0, 9329.0, 9253.0, 9279.0, 9254.0, 9325.0, 9300.0, 9343.0, 9301.0, 9275.0, 9288.0, 9272.0, 9316.0, 9314.0, 9348.0, 9346.0, 9363.0, 9297.0, 9342.0, 9293.0, 9323.0, 9302.0, 9304.0, 9270.0, 9271.0, 9273.0, 9318.0, 9242.0, 9285.0, 9251.0, 9250.0, 9255.0, 9273.0, 9317.0, 9306.0, 9316.0, 9305.0, 9303.0, 9329.0, 9306.0, 9365.0, 9395.0, 9378.0, 9405.0, 9324.0, 9364.0, 9305.0, 9362.0, 9315.0, 9362.0, 9327.0, 9353.0, 9293.0, 9334.0, 9278.0, 9315.0, 9257.0, 9279.0, 9238.0, 9237.0, 9230.0, 9246.0, 9254.0, 9276.0, 9285.0, 9272.0, 9298.0, 9273.0, 9316.0, 9283.0, 9350.0, 9323.0, 9278.0, 9322.0, 9285.0, 9339.0, 9300.0, 9367.0, 9374.0, 9327.0, 9401.0, 9328.0, 9350.0, 9319.0, 9361.0, 9466.0, 9417.0, 9379.0, 9336.0, 9296.0, 9273.0, 9275.0, 9271.0, 9215.0, 9289.0, 9294.0, 9342.0, 9350.0, 9299.0, 9350.0, 9304.0, 9334.0, 9362.0, 9336.0, 9364.0, 9315.0, 9336.0, 9288.0, 9302.0, 9242.0, 9248.0, 9184.0, 9174.0, 9143.0, 9129.0, 9140.0, 9129.0, 9159.0, 9139.0, 9179.0, 9155.0, 9157.0, 9162.0, 9168.0, 9195.0, 9192.0, 9235.0, 9213.0, 9241.0, 9223.0, 9233.0, 9240.0, 9255.0, 9243.0, 9273.0, 9278.0, 9260.0, 9287.0, 9253.0, 9379.0, 9320.0, 9349.0, 9265.0, 9251.0, 9250.0, 9273.0, 9316.0, 9283.0, 9339.0, 9332.0, 9294.0, 9362.0, 9281.0, 9333.0, 9275.0, 9349.0, 9303.0, 9400.0, 9341.0, 9344.0, 9307.0, 9289.0, 9303.0, 9279.0, 9348.0, 9337.0, 9383.0, 9334.0, 9348.0, 9293.0, 9276.0, 9280.0, 9283.0, 9325.0, 9349.0, 9370.0, 9314.0, 9351.0, 9299.0, 9352.0, 9312.0, 9365.0, 9341.0, 9387.0, 9307.0, 9338.0, 9283.0, 9278.0, 9295.0, 9299.0, 9365.0, 9282.0, 9364.0, 9298.0, 9364.0, 9314.0, 9401.0, 9359.0, 9378.0, 9297.0, 9333.0, 9275.0, 9344.0, 9292.0, 9350.0, 9346.0, 9257.0, 9272.0, 9271.0, 9261.0, 9276.0, 9346.0, 9304.0, 9342.0, 9276.0, 9285.0, 9309.0, 9333.0, 9374.0, 9308.0, 9349.0, 9322.0, 9330.0, 9352.0, 9314.0, 9325.0, 9339.0, 9339.0, 9451.0, 9461.0, 9397.0, 9390.0, 9329.0, 9297.0, 9337.0, 9302.0, 9387.0, 9356.0, 9397.0, 9332.0, 9345.0, 9297.0, 9334.0, 9310.0, 9331.0, 9338.0, 9251.0, 9297.0, 9238.0, 9279.0, 9230.0, 9296.0, 9256.0, 9277.0, 9248.0, 9246.0, 9247.0, 9252.0, 9298.0, 9274.0, 9278.0, 9364.0, 9282.0, 9311.0, 9299.0, 9283.0, 9296.0, 9368.0, 9341.0, 9384.0, 9389.0, 9320.0, 9319.0, 9276.0, 9331.0, 9303.0, 9377.0, 9359.0, 9381.0, 9298.0, 9325.0, 9269.0, 9327.0, 9288.0, 9343.0, 9330.0, 9282.0, 9253.0, 9252.0, 9269.0, 9313.0, 9358.0, 9310.0, 9323.0, 9251.0, 9279.0, 9254.0, 9312.0, 9309.0, 9354.0, 9264.0, 9276.0, 9253.0, 9279.0, 9273.0, 9341.0, 9267.0, 9294.0, 9256.0, 9254.0, 9258.0, 9274.0, 9285.0, 9314.0, 9273.0, 9274.0, 9273.0, 9290.0, 9331.0, 9380.0, 9289.0, 9287.0, 9273.0, 9289.0, 9359.0, 9362.0, 9285.0, 9296.0, 9269.0, 9255.0, 9268.0, 9288.0, 9343.0, 9394.0, 9291.0, 9279.0, 9274.0, 9273.0, 9302.0, 9332.0, 9288.0, 9288.0, 9274.0, 9290.0, 9280.0, 9380.0, 9381.0, 9399.0, 9332.0, 9349.0, 9304.0, 9347.0, 9304.0, 9381.0, 9420.0, 9392.0, 9411.0, 9358.0, 9311.0, 9305.0, 9283.0, 9277.0, 9294.0, 9291.0, 9286.0, 9335.0, 9409.0, 9397.0, 9372.0, 9358.0, 9294.0, 9385.0, 9290.0, 9286.0, 9342.0, 9356.0, 9384.0, 9330.0, 9353.0, 9275.0, 9240.0, 9278.0, 9219.0, 9321.0, 9254.0, 9316.0, 9258.0, 9279.0, 9228.0, 9280.0, 9226.0, 9262.0, 9210.0, 9270.0, 9240.0, 9202.0, 9202.0, 9202.0, 9224.0, 9221.0, 9240.0, 9282.0, 9246.0, 9304.0, 9247.0, 9249.0, 9250.0, 9307.0, 9254.0, 9349.0, 9255.0, 9354.0, 9298.0, 9269.0, 9273.0, 9258.0, 9274.0, 9273.0, 9303.0, 9348.0, 9395.0, 9302.0, 9343.0, 9279.0, 9333.0, 9282.0, 9366.0, 9341.0, 9380.0, 9310.0, 9285.0, 9310.0, 9301.0, 9285.0, 9347.0, 9391.0, 9343.0, 9371.0, 9324.0, 9354.0, 9314.0, 9383.0, 9372.0, 9399.0, 9322.0, 9320.0, 9280.0, 9319.0, 9292.0, 9416.0, 9351.0, 9333.0, 9304.0, 9287.0, 9273.0, 9284.0, 9286.0, 9330.0, 9364.0, 9257.0, 9314.0, 9264.0, 9314.0, 9279.0, 9347.0, 9356.0, 9388.0, 9298.0, 9331.0, 9288.0, 9284.0, 9383.0, 9401.0, 9426.0, 9361.0, 9313.0, 9341.0, 9300.0, 9295.0, 9285.0, 9323.0, 9297.0, 9354.0, 9314.0, 9416.0, 9358.0, 9365.0, 9307.0, 9315.0, 9282.0, 9337.0, 9376.0, 9375.0, 9379.0, 9323.0, 9300.0, 9254.0, 9238.0, 9242.0, 9296.0, 9243.0, 9330.0, 9271.0, 9310.0, 9268.0, 9280.0, 9238.0, 9276.0, 9253.0, 9279.0, 9231.0, 9245.0, 9249.0, 9251.0, 9251.0, 9274.0, 9312.0, 9277.0, 9289.0, 9291.0, 9291.0, 9363.0, 9314.0, 9356.0, 9320.0, 9399.0, 9388.0, 9409.0, 9416.0, 9373.0, 9354.0, 9281.0, 9249.0, 9250.0, 9253.0, 9247.0, 9245.0, 9274.0, 9251.0, 9303.0, 9281.0, 9335.0, 9298.0, 9334.0, 9277.0, 9312.0, 9291.0, 9300.0, 9332.0, 9264.0, 9275.0, 9297.0, 9344.0, 9378.0, 9328.0, 9289.0, 9242.0, 9228.0, 9265.0, 9232.0, 9321.0, 9257.0, 9328.0, 9286.0, 9374.0, 9360.0, 9185.0, 9027.0, 9167.0, 9220.0, 9301.0, 9384.0, 9195.0, 9195.0, 9215.0, 9240.0, 9296.0, 9348.0, 9480.0, 9455.0, 9426.0, 9282.0, 9238.0, 9338.0, 9289.0, 9251.0, 9258.0, 9230.0, 9249.0, 9247.0, 9269.0, 9268.0, 9259.0, 9243.0, 9314.0, 9237.0, 9278.0, 9263.0, 9289.0, 9292.0, 9284.0, 9253.0, 9230.0, 9209.0, 9182.0, 9186.0, 9231.0, 9213.0, 9209.0, 9239.0, 9240.0, 9246.0, 9316.0, 9330.0, 9269.0, 9253.0, 9245.0, 9247.0, 9252.0, 9252.0, 9310.0, 9282.0, 9323.0, 9281.0, 9360.0, 9360.0, 9372.0, 9304.0, 9286.0, 9248.0, 9261.0, 9248.0, 9292.0, 9252.0, 9293.0, 9312.0, 9318.0, 9305.0, 9247.0, 9252.0, 9269.0, 9324.0, 9302.0, 9357.0, 9273.0, 9318.0, 9283.0, 9332.0, 9279.0, 9345.0, 9282.0, 9365.0, 9338.0, 9398.0, 9338.0, 9290.0, 9277.0, 9282.0, 9283.0, 9303.0, 9293.0, 9364.0, 9388.0, 9317.0, 9316.0, 9273.0, 9263.0, 9276.0, 9363.0, 9335.0, 9374.0, 9289.0, 9315.0, 9279.0, 9306.0, 9294.0, 9293.0, 9305.0, 9280.0, 9295.0, 9285.0, 9382.0, 9358.0, 9344.0, 9304.0, 9307.0, 9342.0, 9327.0, 9308.0, 9361.0, 9309.0, 9353.0, 9364.0, 9422.0, 9414.0, 9328.0, 9317.0, 9279.0, 9328.0, 9398.0, 9385.0, 9360.0, 9297.0, 9374.0, 9280.0, 9358.0, 9294.0, 9335.0, 9261.0, 9298.0, 9264.0, 9275.0, 9275.0, 9294.0, 9274.0, 9325.0, 9278.0, 9316.0, 9299.0, 9369.0, 9326.0, 9310.0, 9284.0, 9323.0, 9286.0, 9399.0, 9356.0, 9401.0, 9353.0, 9378.0, 9303.0, 9376.0, 9307.0, 9397.0, 9330.0, 9313.0, 9270.0, 9274.0, 9277.0, 9305.0, 9394.0, 9316.0, 9359.0, 9293.0, 9346.0, 9279.0, 9367.0, 9341.0, 9363.0, 9337.0, 9285.0, 9338.0, 9282.0, 9314.0, 9284.0, 9296.0, 9408.0, 9301.0, 9233.0, 9247.0, 9251.0, 9222.0, 9294.0, 9326.0, 9341.0, 9406.0, 9418.0, 9442.0, 9465.0, 9402.0, 9389.0, 9422.0, 9346.0, 9321.0, 9349.0, 9299.0, 9291.0, 9304.0, 9217.0, 9167.0, 9188.0, 9113.0, 9128.0, 9171.0, 9134.0, 9204.0, 9164.0, 9137.0, 9207.0, 9168.0, 9255.0, 9201.0, 9129.0, 9142.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.011500483870967741</td></tr>
<tr><td colspan=3>aqi</td><td>0.06496906405529954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29940029437137</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1917305410495966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1044467614648217</td></tr>
<tr><td colspan=3>efc</td><td>0.4977</td></tr>
<tr><td colspan=3>fber</td><td>5104.5728</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15764730066296095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.16589861751152</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473655632780732</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.376967488783224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6713661181278505</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3726332914311214</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194085</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.013609145767986774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04143519699573517</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.453605741233285</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>18.8781</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.9509</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295217.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>941.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.2136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1675</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.9457</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.0537</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.4076</td></tr>
<tr><td colspan=3>tsnr</td><td>25.01205004588701</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>