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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0107_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-01/func/sub-0107_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ca10f0f025c1ca1a691470599b431ff1</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:42:24.937500</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.998781, 0.0266646, 0.0415368, -0.0209215, 0.990891, -0.133033]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0804958</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7754, -7287, 400, -125, -192, 45, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c94aba9-496c-4bab-ae5f-9cda9a7b4e6f||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.679656744003296, -0.0561307817697525, 0.12070538103580475, 114.38377380371094], [-0.07153919339179993, 2.658487558364868, -0.3564036786556244, -85.53070831298828], [0.11144020408391953, 0.35691654682159424, 2.6736505031585693, -101.0906982421875], [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': ['094224.937500', '094225.397500', '094225.857500', '094226.317500', '094226.777500', '094227.237500', '094227.697500', '094228.157500', '094228.617500', '094229.077500', '094229.537500', '094229.997500', '094230.457500', '094230.917500', '094231.377500', '094231.837500', '094232.297500', '094232.757500', '094233.217500', '094233.677500', '094234.137500', '094234.597500', '094235.057500', '094235.517500', '094235.977500', '094236.437500', '094236.897500', '094237.357500', '094237.817500', '094238.277500', '094238.737500', '094239.197500', '094239.657500', '094240.117500', '094240.577500', '094241.037500', '094241.497500', '094241.957500', '094242.417500', '094242.877500', '094243.337500', '094243.797500', '094244.257500', '094244.717500', '094245.177500', '094245.637500', '094246.097500', '094246.557500', '094247.017500', '094247.477500', '094247.937500', '094248.397500', '094248.857500', '094249.317500', '094249.777500', '094250.237500', '094250.697500', '094251.157500', '094251.617500', '094252.077500', '094252.537500', '094252.997500', '094253.457500', '094253.917500', '094254.377500', '094254.837500', '094255.297500', '094255.757500', '094256.217500', '094256.677500', '094257.137500', '094257.597500', '094258.057500', '094258.517500', '094258.977500', '094259.437500', '094259.897500', '094300.357500', '094300.817500', '094301.277500', '094301.737500', '094302.197500', '094302.657500', '094303.117500', '094303.577500', '094304.037500', '094304.497500', '094304.957500', '094305.417500', '094305.877500', '094306.337500', '094306.797500', '094307.257500', '094307.717500', '094308.177500', '094308.637500', '094309.097500', '094309.557500', '094310.017500', '094310.477500', '094310.937500', '094311.397500', '094311.857500', '094312.317500', '094312.777500', '094313.237500', '094313.697500', '094314.157500', '094314.617500', '094315.077500', '094315.537500', '094315.997500', '094316.457500', '094316.917500', '094317.377500', '094317.837500', '094318.297500', '094318.757500', '094319.217500', '094319.677500', '094320.137500', '094320.597500', '094321.057500', '094321.517500', '094321.977500', '094322.437500', '094322.897500', '094323.357500', '094323.817500', '094324.277500', '094324.737500', '094325.197500', '094325.657500', '094326.117500', '094326.577500', '094327.037500', '094327.497500', '094327.957500', '094328.417500', '094328.877500', '094329.337500', '094329.797500', '094330.257500', '094330.717500', '094331.177500', '094331.637500', '094332.097500', '094332.557500', '094333.017500', '094333.477500', '094333.937500', '094334.397500', '094334.857500', '094335.317500', '094335.777500', '094336.237500', '094336.697500', '094337.157500', '094337.617500', '094338.077500', '094338.537500', '094338.997500', '094339.457500', '094339.917500', '094340.377500', '094340.837500', '094341.297500', '094341.757500', '094342.217500', '094342.677500', '094343.137500', '094343.597500', '094344.057500', '094344.517500', '094344.977500', '094345.437500', '094345.897500', '094346.357500', '094346.817500', '094347.277500', '094347.737500', '094348.197500', '094348.657500', '094349.117500', '094349.577500', '094350.037500', '094350.497500', '094350.957500', '094351.417500', '094351.877500', '094352.337500', '094352.797500', '094353.257500', '094353.717500', '094354.177500', '094354.637500', '094355.097500', '094355.557500', '094356.017500', '094356.477500', '094356.937500', '094357.397500', '094357.857500', '094358.317500', '094358.777500', '094359.237500', '094359.697500', '094400.157500', '094400.617500', '094401.077500', '094401.537500', '094401.997500', '094402.457500', '094402.917500', '094403.377500', '094403.837500', '094404.297500', '094404.757500', '094405.217500', '094405.677500', '094406.137500', '094406.597500', '094407.057500', '094407.517500', '094407.977500', '094408.437500', '094408.897500', '094409.357500', '094409.817500', '094410.277500', '094410.737500', '094411.197500', '094411.657500', '094412.117500', '094412.577500', '094413.037500', '094413.497500', '094413.957500', '094414.417500', '094414.877500', '094415.337500', '094415.797500', '094416.257500', '094416.717500', '094417.177500', '094417.637500', '094418.097500', '094418.557500', '094419.017500', '094419.477500', '094419.937500', '094420.397500', '094420.857500', '094421.317500', '094421.777500', '094422.237500', '094422.697500', '094423.157500', '094423.617500', '094424.077500', '094424.537500', '094424.997500', '094425.457500', '094425.917500', '094426.377500', '094426.837500', '094427.297500', '094427.757500', '094428.217500', '094428.677500', '094429.137500', '094429.597500', '094430.057500', '094430.517500', '094430.977500', '094431.437500', '094431.897500', '094432.357500', '094432.817500', '094433.277500', '094433.737500', '094434.197500', '094434.657500', '094435.117500', '094435.577500', '094436.037500', '094436.497500', '094436.957500', '094437.417500', '094437.877500', '094438.337500', '094438.797500', '094439.257500', '094439.717500', '094440.177500', '094440.637500', '094441.097500', '094441.557500', '094442.017500', '094442.477500', '094442.937500', '094443.397500', '094443.857500', '094444.317500', '094444.777500', '094445.237500', '094445.697500', '094446.157500', '094446.617500', '094447.077500', '094447.537500', '094447.997500', '094448.457500', '094448.917500', '094449.377500', '094449.837500', '094450.297500', '094450.757500', '094451.217500', '094451.677500', '094452.137500', '094452.597500', '094453.057500', '094453.517500', '094453.977500', '094454.437500', '094454.897500', '094455.357500', '094455.817500', '094456.277500', '094456.737500', '094457.197500', '094457.657500', '094458.117500', '094458.577500', '094459.037500', '094459.497500', '094459.957500', '094500.417500', '094500.877500', '094501.337500', '094501.797500', '094502.257500', '094502.717500', '094503.177500', '094503.637500', '094504.097500', '094504.557500', '094505.017500', '094505.477500', '094505.937500', '094506.397500', '094506.857500', '094507.317500', '094507.777500', '094508.237500', '094508.697500', '094509.157500', '094509.617500', '094510.077500', '094510.537500', '094510.997500', '094511.457500', '094511.917500', '094512.377500', '094512.837500', '094513.297500', '094513.757500', '094514.217500', '094514.677500', '094515.137500', '094515.597500', '094516.057500', '094516.517500', '094516.977500', '094517.437500', '094517.897500', '094518.357500', '094518.817500', '094519.277500', '094519.737500', '094520.197500', '094520.657500', '094521.117500', '094521.577500', '094522.037500', '094522.497500', '094522.957500', '094523.417500', '094523.877500', '094524.337500', '094524.797500', '094525.257500', '094525.717500', '094526.177500', '094526.637500', '094527.097500', '094527.557500', '094528.017500', '094528.477500', '094528.937500', '094529.397500', '094529.857500', '094530.317500', '094530.777500', '094531.237500', '094531.697500', '094532.157500', '094532.617500', '094533.077500', '094533.537500', '094533.997500', '094534.457500', '094534.917500', '094535.377500', '094535.837500', '094536.297500', '094536.757500', '094537.217500', '094537.677500', '094538.137500', '094538.597500', '094539.057500', '094539.517500', '094539.977500', '094540.437500', '094540.897500', '094541.357500', '094541.817500', '094542.277500', '094542.737500', '094543.197500', '094543.657500', '094544.117500', '094544.577500', '094545.037500', '094545.497500', '094545.957500', '094546.417500', '094546.877500', '094547.337500', '094547.797500', '094548.257500', '094548.717500', '094549.177500', '094549.637500', '094550.097500', '094550.557500', '094551.017500', '094551.477500', '094551.937500', '094552.397500', '094552.857500', '094553.317500', '094553.777500', '094554.237500', '094554.697500', '094555.157500', '094555.617500', '094556.077500', '094556.537500', '094556.997500', '094557.457500', '094557.917500', '094558.377500', '094558.837500', '094559.297500', '094559.757500', '094600.217500', '094600.677500', '094601.137500', '094601.597500', '094602.057500', '094602.517500', '094602.977500', '094603.437500', '094603.897500', '094604.357500', '094604.817500', '094605.277500', '094605.737500', '094606.197500', '094606.657500', '094607.117500', '094607.577500', '094608.037500', '094608.497500', '094608.957500', '094609.417500', '094609.877500', '094610.337500', '094610.797500', '094611.257500', '094611.717500', '094612.177500', '094612.637500', '094613.097500', '094613.557500', '094614.017500', '094614.477500', '094614.937500', '094615.397500', '094615.857500', '094616.317500', '094616.777500', '094617.237500', '094617.697500', '094618.157500', '094618.617500', '094619.077500', '094619.537500', '094619.997500', '094620.457500', '094620.917500', '094621.377500', '094621.837500', '094622.297500', '094622.757500', '094623.217500', '094623.677500', '094624.137500', '094624.597500', '094625.057500', '094625.517500', '094625.977500', '094626.437500', '094626.897500', '094627.357500', '094627.817500', '094628.277500', '094628.737500', '094629.197500', '094629.657500', '094630.117500', '094630.577500', '094631.037500', '094631.497500', '094631.957500', '094632.417500', '094632.877500', '094633.337500', '094633.797500', '094634.257500', '094634.717500', '094635.177500', '094635.637500', '094636.097500', '094636.557500', '094637.017500', '094637.477500', '094637.937500', '094638.397500', '094638.857500', '094639.317500', '094639.777500', '094640.237500', '094640.697500', '094641.157500', '094641.617500', '094642.077500', '094642.537500', '094642.997500', '094643.457500', '094643.917500', '094644.377500', '094644.837500', '094645.297500', '094645.757500', '094646.217500', '094646.677500', '094647.137500', '094647.597500', '094648.057500', '094648.517500', '094648.977500', '094649.437500', '094649.897500', '094650.357500', '094650.817500', '094651.277500', '094651.737500', '094652.197500', '094652.657500', '094653.117500', '094653.577500', '094654.037500', '094654.497500', '094654.957500', '094655.417500', '094655.877500', '094656.337500', '094656.797500', '094657.257500', '094657.717500', '094658.177500', '094658.637500', '094659.097500', '094659.557500', '094700.017500', '094700.477500', '094700.937500', '094701.397500', '094701.857500', '094702.317500', '094702.777500', '094703.237500', '094703.697500', '094704.157500', '094704.617500', '094705.077500', '094705.537500', '094705.997500', '094706.457500', '094706.917500', '094707.377500', '094707.837500', '094708.297500', '094708.757500', '094709.217500', '094709.677500', '094710.137500', '094710.597500', '094711.057500', '094711.517500', '094711.977500', '094712.437500', '094712.897500', '094713.357500', '094713.817500', '094714.277500', '094714.737500', '094715.197500', '094715.657500', '094716.117500', '094716.577500', '094717.037500', '094717.497500', '094717.957500', '094718.417500', '094718.877500', '094719.337500', '094719.797500', '094720.257500', '094720.717500', '094721.177500', '094721.637500', '094722.097500', '094722.557500', '094723.017500', '094723.477500', '094723.937500', '094724.397500', '094724.857500', '094725.317500', '094725.777500', '094726.237500', '094726.697500', '094727.157500', '094727.617500', '094728.077500', '094728.537500', '094728.997500', '094729.457500', '094729.917500', '094730.377500', '094730.837500', '094731.297500', '094731.757500', '094732.217500', '094732.677500', '094733.137500', '094733.597500', '094734.057500', '094734.517500', '094734.977500', '094735.437500', '094735.897500', '094736.357500', '094736.817500', '094737.277500', '094737.737500', '094738.197500', '094738.657500', '094739.117500', '094739.577500', '094740.037500', '094740.497500', '094740.957500', '094741.417500', '094741.877500', '094742.337500', '094742.797500', '094743.257500', '094743.717500', '094744.177500', '094744.637500', '094745.097500', '094745.557500', '094746.017500', '094746.477500', '094746.937500', '094747.397500', '094747.857500', '094748.317500', '094748.777500', '094749.237500', '094749.697500', '094750.157500', '094750.617500', '094751.077500', '094751.537500', '094751.997500', '094752.457500', '094752.917500', '094753.377500', '094753.837500', '094754.297500', '094754.757500', '094755.217500', '094755.677500', '094756.137500', '094756.597500', '094757.057500', '094757.517500', '094757.977500', '094758.437500', '094758.897500', '094759.357500', '094759.817500', '094800.277500', '094800.737500', '094801.197500', '094801.657500', '094802.117500', '094802.577500', '094803.037500', '094803.497500', '094803.957500', '094804.417500', '094804.877500', '094805.337500', '094805.797500', '094806.257500', '094806.717500', '094807.177500', '094807.637500', '094808.097500', '094808.557500', '094809.017500', '094809.477500', '094809.937500', '094810.397500', '094810.857500', '094811.317500', '094811.777500', '094812.237500', '094812.697500', '094813.157500', '094813.617500', '094814.077500', '094814.537500', '094814.997500', '094815.457500', '094815.917500', '094816.377500', '094816.837500', '094817.297500', '094817.757500', '094818.217500', '094818.677500', '094819.137500', '094819.597500', '094820.057500', '094820.517500', '094820.977500', '094821.437500', '094821.897500', '094822.357500', '094822.817500', '094823.277500', '094823.737500', '094824.197500', '094824.657500', '094825.117500', '094825.577500', '094826.037500', '094826.497500', '094826.957500', '094827.417500', '094827.877500', '094828.337500', '094828.797500', '094829.257500', '094829.717500', '094830.177500', '094830.637500', '094831.097500', '094831.557500', '094832.017500', '094832.477500', '094832.937500', '094833.397500', '094833.857500', '094834.317500', '094834.777500', '094835.237500', '094835.697500', '094836.157500', '094836.617500', '094837.077500', '094837.537500', '094837.997500', '094838.457500', '094838.917500', '094839.377500', '094839.837500', '094840.297500', '094840.757500', '094841.217500', '094841.677500', '094842.137500', '094842.597500', '094843.057500', '094843.517500', '094843.977500', '094844.437500', '094844.897500', '094845.357500', '094845.817500', '094846.277500', '094846.737500', '094847.197500', '094847.657500', '094848.117500', '094848.577500', '094849.037500', '094849.497500', '094849.957500', '094850.417500', '094850.877500', '094851.337500', '094851.797500', '094852.257500', '094852.717500', '094853.177500', '094853.637500', '094854.097500', '094854.557500', '094855.017500', '094855.477500', '094855.937500', '094856.397500', '094856.857500', '094857.317500', '094857.777500', '094858.237500', '094858.697500', '094859.157500', '094859.617500', '094900.077500', '094900.537500', '094900.997500', '094901.457500', '094901.917500', '094902.377500', '094902.837500', '094903.297500', '094903.757500', '094904.217500', '094904.677500', '094905.137500', '094905.597500'], 'ContentTime': ['094246.002000', '094246.005000', '094246.008000', '094246.011000', '094246.013000', '094246.016000', '094246.019000', '094246.021000', '094246.024000', '094246.026000', '094246.029000', '094246.031000', '094246.034000', '094246.037000', '094246.039000', '094246.042000', '094246.053000', '094246.056000', '094246.058000', '094246.061000', '094246.071000', '094246.073000', '094246.076000', '094246.079000', '094246.081000', '094246.084000', '094246.086000', '094246.089000', '094246.091000', '094246.094000', '094246.096000', '094246.099000', '094246.102000', '094246.104000', '094246.107000', '094246.109000', '094246.112000', '094246.114000', '094246.117000', '094246.119000', '094246.122000', '094246.124000', '094305.963000', '094305.966000', '094305.968000', '094305.971000', '094305.989000', '094305.991000', '094305.994000', '094305.997000', '094306.000000', '094306.003000', '094306.005000', '094306.008000', '094306.010000', '094306.013000', '094306.015000', '094306.024000', '094306.026000', '094306.029000', '094306.032000', '094306.034000', '094306.037000', '094306.039000', '094306.042000', '094306.044000', '094306.047000', '094306.049000', '094306.052000', '094306.055000', '094306.057000', '094306.060000', '094306.062000', '094306.065000', '094306.068000', '094306.070000', '094306.073000', '094306.075000', '094306.078000', '094306.080000', '094306.083000', '094306.085000', '094306.088000', '094306.090000', '094306.093000', '094306.096000', '094325.961000', '094325.964000', '094325.967000', '094325.969000', '094325.972000', '094325.974000', '094325.977000', '094325.980000', '094325.982000', '094325.985000', '094325.988000', '094325.990000', '094325.993000', '094325.995000', '094325.998000', '094326.001000', '094326.004000', '094326.007000', '094326.009000', '094326.012000', '094326.014000', '094326.017000', '094326.019000', '094326.022000', '094326.024000', '094326.027000', '094326.030000', '094326.032000', '094326.036000', '094326.039000', '094326.042000', '094326.044000', '094326.047000', '094326.049000', '094326.052000', '094326.055000', '094326.057000', '094326.060000', '094326.062000', '094326.065000', '094326.068000', '094326.070000', '094326.073000', '094345.961000', '094345.964000', '094345.967000', '094345.969000', '094345.972000', '094345.975000', '094345.977000', '094345.980000', '094345.982000', '094345.985000', '094345.987000', '094345.990000', '094345.993000', '094345.995000', '094345.998000', '094346.001000', '094346.004000', '094346.007000', '094346.009000', '094346.012000', '094346.014000', '094346.017000', '094346.019000', '094346.022000', '094346.025000', '094346.027000', '094346.030000', '094346.032000', '094346.035000', '094346.038000', '094346.040000', '094346.043000', '094346.045000', '094346.048000', '094346.050000', '094346.053000', '094346.055000', '094346.058000', '094346.061000', '094346.063000', '094346.066000', '094346.068000', '094346.071000', '094346.073000', '094405.962000', '094405.964000', '094405.967000', '094405.970000', '094405.972000', '094405.975000', '094405.977000', '094405.980000', '094405.992000', '094405.995000', '094405.997000', '094406.001000', '094406.003000', '094406.006000', '094406.009000', '094406.011000', '094406.014000', '094406.017000', '094406.019000', '094406.022000', '094406.024000', '094406.027000', '094406.029000', '094406.032000', '094406.035000', '094406.038000', '094406.040000', '094406.043000', '094406.045000', '094406.048000', '094406.050000', '094406.053000', '094406.056000', '094406.058000', '094406.061000', '094406.063000', '094406.066000', '094406.068000', '094406.071000', '094406.074000', '094406.076000', '094406.079000', '094406.081000', '094425.962000', '094425.964000', '094425.967000', '094425.969000', '094425.972000', '094425.975000', '094425.977000', '094425.980000', '094425.982000', '094425.985000', '094425.995000', '094425.997000', '094426.001000', '094426.004000', '094426.006000', '094426.009000', '094426.011000', '094426.014000', '094426.016000', '094426.019000', '094426.022000', '094426.024000', '094426.027000', '094426.029000', '094426.032000', '094426.035000', '094426.037000', '094426.040000', '094426.042000', '094426.045000', '094426.047000', '094426.050000', '094426.053000', '094426.055000', '094426.058000', '094426.060000', '094426.063000', '094426.065000', '094426.068000', '094426.071000', '094426.073000', '094426.076000', '094426.078000', '094426.081000', '094445.962000', '094445.965000', '094445.968000', '094445.970000', '094445.973000', '094445.976000', '094445.978000', '094445.981000', '094445.992000', '094445.994000', '094445.997000', '094446.000000', '094446.003000', '094446.005000', '094446.008000', '094446.010000', '094446.013000', '094446.016000', '094446.018000', '094446.021000', '094446.023000', '094446.026000', '094446.028000', '094446.031000', '094446.034000', '094446.036000', '094446.039000', '094446.042000', '094446.044000', '094446.047000', '094446.050000', '094446.052000', '094446.055000', '094446.057000', '094446.060000', '094446.063000', '094446.065000', '094446.068000', '094446.070000', '094446.073000', '094446.076000', '094446.079000', '094446.082000', '094505.963000', '094505.965000', '094505.968000', '094505.971000', '094505.973000', '094505.976000', '094505.978000', '094505.981000', '094505.983000', '094505.986000', '094505.989000', '094505.991000', '094505.994000', '094505.996000', '094506.000000', '094506.002000', '094506.005000', '094506.008000', '094506.010000', '094506.013000', '094506.015000', '094506.018000', '094506.020000', '094506.023000', '094506.026000', '094506.028000', '094506.031000', '094506.033000', '094506.036000', '094506.038000', '094506.041000', '094506.044000', '094506.046000', '094506.049000', '094506.052000', '094506.054000', '094506.057000', '094506.059000', '094506.062000', '094506.065000', '094506.067000', '094506.075000', '094506.077000', '094506.080000', '094525.963000', '094525.965000', '094525.968000', '094525.970000', '094525.973000', '094525.976000', '094525.978000', '094525.981000', '094525.983000', '094525.986000', '094525.988000', '094525.991000', '094525.994000', '094525.996000', '094526.000000', '094526.002000', '094526.005000', '094526.007000', '094526.010000', '094526.013000', '094526.015000', '094526.018000', '094526.021000', '094526.023000', '094526.026000', '094526.028000', '094526.031000', '094526.033000', '094526.037000', '094526.039000', '094526.042000', '094526.045000', '094526.048000', '094526.050000', '094526.053000', '094526.056000', '094526.058000', '094526.061000', '094526.063000', '094526.066000', '094526.068000', '094526.071000', '094526.073000', '094545.961000', '094545.964000', '094545.967000', '094545.969000', '094545.972000', '094545.975000', '094545.977000', '094545.980000', '094545.982000', '094545.985000', '094545.988000', '094545.990000', '094545.993000', '094545.995000', '094545.998000', '094546.001000', '094546.003000', '094546.006000', '094546.008000', '094546.011000', '094546.013000', '094546.016000', '094546.019000', '094546.022000', '094546.024000', '094546.027000', '094546.029000', '094546.032000', '094546.035000', '094546.037000', '094546.040000', '094546.042000', '094546.045000', '094546.048000', '094546.050000', '094546.062000', '094546.065000', '094546.067000', '094546.070000', '094546.072000', '094546.075000', '094546.078000', '094546.080000', '094546.083000', '094605.962000', '094605.964000', '094605.967000', '094605.970000', '094605.972000', '094605.975000', '094605.977000', '094605.980000', '094605.982000', '094605.985000', '094605.988000', '094605.990000', '094605.993000', '094605.995000', '094605.998000', '094606.002000', '094606.004000', '094606.007000', '094606.009000', '094606.013000', '094606.016000', '094606.018000', '094606.021000', '094606.023000', '094606.026000', '094606.028000', '094606.031000', '094606.034000', '094606.036000', '094606.039000', '094606.042000', '094606.044000', '094606.047000', '094606.049000', '094606.052000', '094606.055000', '094606.058000', '094606.061000', '094606.064000', '094606.066000', '094606.069000', '094606.071000', '094606.074000', '094625.961000', '094625.964000', '094625.967000', '094625.969000', '094625.975000', '094625.977000', '094625.980000', '094625.982000', '094625.985000', '094625.988000', '094625.990000', '094625.993000', '094625.995000', '094625.998000', '094626.002000', '094626.004000', '094626.007000', '094626.009000', '094626.012000', '094626.015000', '094626.017000', '094626.020000', '094626.022000', '094626.025000', '094626.027000', '094626.030000', '094626.032000', '094626.035000', '094626.038000', '094626.041000', '094626.043000', '094626.046000', '094626.048000', '094626.051000', '094626.054000', '094626.056000', '094626.059000', '094626.061000', '094626.064000', '094626.067000', '094626.069000', '094626.072000', '094626.074000', '094626.077000', '094645.962000', '094645.964000', '094645.967000', '094645.970000', '094645.972000', '094645.975000', '094645.977000', '094645.980000', '094645.983000', '094645.985000', '094645.988000', '094645.990000', '094645.993000', '094645.995000', '094645.998000', '094646.002000', '094646.004000', '094646.007000', '094646.009000', '094646.012000', '094646.014000', '094646.017000', '094646.020000', '094646.022000', '094646.025000', '094646.028000', '094646.030000', '094646.033000', '094646.035000', '094646.038000', '094646.040000', '094646.043000', '094646.046000', '094646.048000', '094646.051000', '094646.053000', '094646.056000', '094646.059000', '094646.061000', '094646.064000', '094646.067000', '094646.069000', '094646.072000', '094705.962000', '094705.965000', '094705.968000', '094705.971000', '094705.973000', '094705.976000', '094705.979000', '094705.981000', '094705.984000', '094705.986000', '094705.989000', '094705.991000', '094705.994000', '094705.997000', '094706.000000', '094706.003000', '094706.005000', '094706.008000', '094706.011000', '094706.013000', '094706.016000', '094706.018000', '094706.021000', '094706.023000', '094706.026000', '094706.029000', '094706.031000', '094706.034000', '094706.036000', '094706.039000', '094706.042000', '094706.044000', '094706.047000', '094706.049000', '094706.052000', '094706.055000', '094706.057000', '094706.060000', '094706.062000', '094706.065000', '094706.067000', '094706.070000', '094706.073000', '094706.075000', '094725.963000', '094725.966000', '094725.968000', '094725.971000', '094725.974000', '094725.976000', '094725.979000', '094725.981000', '094725.984000', '094725.987000', '094725.989000', '094725.992000', '094725.995000', '094725.997000', '094726.001000', '094726.020000', '094726.023000', '094726.026000', '094726.029000', '094726.031000', '094726.034000', '094726.037000', '094726.039000', '094726.042000', '094726.045000', '094726.048000', '094726.050000', '094726.053000', '094726.056000', '094726.059000', '094726.061000', '094726.064000', '094726.067000', '094726.069000', '094726.072000', '094726.074000', '094726.077000', '094726.080000', '094726.082000', '094726.085000', '094726.088000', '094726.091000', '094726.093000', '094745.963000', '094745.966000', '094745.968000', '094745.971000', '094745.973000', '094745.976000', '094745.979000', '094745.981000', '094745.984000', '094745.986000', '094745.989000', '094745.992000', '094745.994000', '094745.997000', '094746.000000', '094746.003000', '094746.006000', '094746.008000', '094746.011000', '094746.014000', '094746.016000', '094746.031000', '094746.033000', '094746.036000', '094746.039000', '094746.041000', '094746.044000', '094746.046000', '094746.049000', '094746.052000', '094746.054000', '094746.057000', '094746.060000', '094746.062000', '094746.065000', '094746.067000', '094746.070000', '094746.073000', '094746.075000', '094746.078000', '094746.080000', '094746.083000', '094746.086000', '094746.088000', '094805.961000', '094805.964000', '094805.967000', '094805.970000', '094805.972000', '094805.975000', '094805.977000', '094805.980000', '094805.983000', '094805.985000', '094805.988000', '094805.990000', '094805.993000', '094805.995000', '094805.998000', '094806.007000', '094806.010000', '094806.013000', '094806.015000', '094806.018000', '094806.020000', '094806.023000', '094806.025000', '094806.028000', '094806.031000', '094806.033000', '094806.036000', '094806.039000', '094806.041000', '094806.044000', '094806.046000', '094806.049000', '094806.052000', '094806.054000', '094806.057000', '094806.059000', '094806.062000', '094806.065000', '094806.067000', '094806.070000', '094806.072000', '094806.075000', '094806.078000', '094825.961000', '094825.964000', '094825.967000', '094825.970000', '094825.972000', '094825.975000', '094825.977000', '094825.980000', '094825.982000', '094825.985000', '094825.988000', '094825.990000', '094825.993000', '094825.995000', '094825.998000', '094826.001000', '094826.004000', '094826.007000', '094826.009000', '094826.012000', '094826.015000', '094826.017000', '094826.020000', '094826.022000', '094826.025000', '094826.027000', '094826.030000', '094826.033000', '094826.035000', '094826.038000', '094826.040000', '094826.044000', '094826.047000', '094826.050000', '094826.053000', '094826.055000', '094826.058000', '094826.061000', '094826.063000', '094826.066000', '094826.068000', '094826.071000', '094826.074000', '094826.077000', '094845.961000', '094845.964000', '094845.967000', '094845.970000', '094845.972000', '094845.975000', '094845.977000', '094845.980000', '094845.982000', '094845.985000', '094845.988000', '094845.991000', '094845.993000', '094845.996000', '094846.000000', '094846.002000', '094846.005000', '094846.007000', '094846.010000', '094846.012000', '094846.015000', '094846.018000', '094846.020000', '094846.023000', '094846.026000', '094846.028000', '094846.052000', '094846.054000', '094846.057000', '094846.060000', '094846.062000', '094846.065000', '094846.068000', '094846.070000', '094846.073000', '094846.075000', '094846.078000', '094846.080000', '094846.083000', '094846.086000', '094846.088000', '094846.091000', '094846.094000', '094905.961000', '094905.964000', '094905.967000', '094905.969000', '094905.972000', '094905.975000', '094905.977000', '094905.980000', '094905.982000', '094905.985000', '094905.988000', '094906.001000', '094906.004000', '094906.007000', '094906.009000', '094906.012000', '094906.014000', '094906.017000', '094906.020000', '094906.022000', '094906.025000', '094906.027000', '094906.030000', '094906.032000', '094906.035000', '094906.038000', '094906.040000', '094906.043000', '094906.046000', '094906.048000', '094906.051000', '094906.053000', '094906.056000', '094906.058000', '094906.061000', '094906.064000', '094906.066000', '094906.069000', '094906.071000', '094906.074000', '094906.076000', '094906.079000', '094906.082000', '094906.084000', '094907.299000', '094907.302000', '094907.304000'], 'InstanceCreationTime': ['094246.002000', '094246.005000', '094246.008000', '094246.011000', '094246.013000', '094246.016000', '094246.019000', '094246.021000', '094246.024000', '094246.026000', '094246.029000', '094246.031000', '094246.034000', '094246.037000', '094246.039000', '094246.042000', '094246.053000', '094246.056000', '094246.058000', '094246.061000', '094246.071000', '094246.073000', '094246.076000', '094246.079000', '094246.081000', '094246.084000', '094246.086000', '094246.089000', '094246.091000', '094246.094000', '094246.096000', '094246.099000', '094246.102000', '094246.104000', '094246.107000', '094246.109000', '094246.112000', '094246.114000', '094246.117000', '094246.119000', '094246.122000', '094246.124000', '094305.963000', '094305.966000', '094305.968000', '094305.971000', '094305.989000', '094305.991000', '094305.994000', '094305.997000', '094306.000000', '094306.003000', '094306.005000', '094306.008000', '094306.010000', '094306.013000', '094306.015000', '094306.024000', '094306.026000', '094306.029000', '094306.032000', '094306.034000', '094306.037000', '094306.039000', '094306.042000', '094306.044000', '094306.047000', '094306.049000', '094306.052000', '094306.055000', '094306.057000', '094306.060000', '094306.062000', '094306.065000', '094306.068000', '094306.070000', '094306.073000', '094306.075000', '094306.078000', '094306.080000', '094306.083000', '094306.085000', '094306.088000', '094306.090000', '094306.093000', '094306.096000', '094325.961000', '094325.964000', '094325.967000', '094325.969000', '094325.972000', '094325.974000', '094325.977000', '094325.980000', '094325.982000', '094325.985000', '094325.988000', '094325.990000', '094325.993000', '094325.995000', '094325.998000', '094326.001000', '094326.004000', '094326.007000', '094326.009000', '094326.012000', '094326.014000', '094326.017000', '094326.019000', '094326.022000', '094326.024000', '094326.027000', '094326.030000', '094326.032000', '094326.036000', '094326.039000', '094326.042000', '094326.044000', '094326.047000', '094326.049000', '094326.052000', '094326.055000', '094326.057000', '094326.060000', '094326.062000', '094326.065000', '094326.068000', '094326.070000', '094326.073000', '094345.961000', '094345.964000', '094345.967000', '094345.969000', '094345.972000', '094345.975000', '094345.977000', '094345.980000', '094345.982000', '094345.985000', '094345.987000', '094345.990000', '094345.993000', '094345.995000', '094345.998000', '094346.001000', '094346.004000', '094346.007000', '094346.009000', '094346.012000', '094346.014000', '094346.017000', '094346.019000', '094346.022000', '094346.025000', '094346.027000', '094346.030000', '094346.032000', '094346.035000', '094346.038000', '094346.040000', '094346.043000', '094346.045000', '094346.048000', '094346.050000', '094346.053000', '094346.055000', '094346.058000', '094346.061000', '094346.063000', '094346.066000', '094346.068000', '094346.071000', '094346.073000', '094405.962000', '094405.964000', '094405.967000', '094405.970000', '094405.972000', '094405.975000', '094405.977000', '094405.980000', '094405.992000', '094405.995000', '094405.997000', '094406.001000', '094406.003000', '094406.006000', '094406.009000', '094406.011000', '094406.014000', '094406.017000', '094406.019000', '094406.022000', '094406.024000', '094406.027000', '094406.029000', '094406.032000', '094406.035000', '094406.038000', '094406.040000', '094406.043000', '094406.045000', '094406.048000', '094406.050000', '094406.053000', '094406.056000', '094406.058000', '094406.061000', '094406.063000', '094406.066000', '094406.068000', '094406.071000', '094406.074000', '094406.076000', '094406.079000', '094406.081000', '094425.962000', '094425.964000', '094425.967000', '094425.969000', '094425.972000', '094425.975000', '094425.977000', '094425.980000', '094425.982000', '094425.985000', '094425.995000', '094425.997000', '094426.001000', '094426.004000', '094426.006000', '094426.009000', '094426.011000', '094426.014000', '094426.016000', '094426.019000', '094426.022000', '094426.024000', '094426.027000', '094426.029000', '094426.032000', '094426.035000', '094426.037000', '094426.040000', '094426.042000', '094426.045000', '094426.047000', '094426.050000', '094426.053000', '094426.055000', '094426.058000', '094426.060000', '094426.063000', '094426.065000', '094426.068000', '094426.071000', '094426.073000', '094426.076000', '094426.078000', '094426.081000', '094445.962000', '094445.965000', '094445.968000', '094445.970000', '094445.973000', '094445.976000', '094445.978000', '094445.981000', '094445.992000', '094445.994000', '094445.997000', '094446.000000', '094446.003000', '094446.005000', '094446.008000', '094446.010000', '094446.013000', '094446.016000', '094446.018000', '094446.021000', '094446.023000', '094446.026000', '094446.028000', '094446.031000', '094446.034000', '094446.036000', '094446.039000', '094446.042000', '094446.044000', '094446.047000', '094446.050000', '094446.052000', '094446.055000', '094446.057000', '094446.060000', '094446.063000', '094446.065000', '094446.068000', '094446.070000', '094446.073000', '094446.076000', '094446.079000', '094446.082000', '094505.963000', '094505.965000', '094505.968000', '094505.971000', '094505.973000', '094505.976000', '094505.978000', '094505.981000', '094505.983000', '094505.986000', '094505.989000', '094505.991000', '094505.994000', '094505.996000', '094506.000000', '094506.002000', '094506.005000', '094506.008000', '094506.010000', '094506.013000', '094506.015000', '094506.018000', '094506.020000', '094506.023000', '094506.026000', '094506.028000', '094506.031000', '094506.033000', '094506.036000', '094506.038000', '094506.041000', '094506.044000', '094506.046000', '094506.049000', '094506.052000', '094506.054000', '094506.057000', '094506.059000', '094506.062000', '094506.065000', '094506.067000', '094506.075000', '094506.077000', '094506.080000', '094525.963000', '094525.965000', '094525.968000', '094525.970000', '094525.973000', '094525.976000', '094525.978000', '094525.981000', '094525.983000', '094525.986000', '094525.988000', '094525.991000', '094525.994000', '094525.996000', '094526.000000', '094526.002000', '094526.005000', '094526.007000', '094526.010000', '094526.013000', '094526.015000', '094526.018000', '094526.021000', '094526.023000', '094526.026000', '094526.028000', '094526.031000', '094526.033000', '094526.037000', '094526.039000', '094526.042000', '094526.045000', '094526.048000', '094526.050000', '094526.053000', '094526.056000', '094526.058000', '094526.061000', '094526.063000', '094526.066000', '094526.068000', '094526.071000', '094526.073000', '094545.961000', '094545.964000', '094545.967000', '094545.969000', '094545.972000', '094545.975000', '094545.977000', '094545.980000', '094545.982000', '094545.985000', '094545.988000', '094545.990000', '094545.993000', '094545.995000', '094545.998000', '094546.001000', '094546.003000', '094546.006000', '094546.008000', '094546.011000', '094546.013000', '094546.016000', '094546.019000', '094546.022000', '094546.024000', '094546.027000', '094546.029000', '094546.032000', '094546.035000', '094546.037000', '094546.040000', '094546.042000', '094546.045000', '094546.048000', '094546.050000', '094546.062000', '094546.065000', '094546.067000', '094546.070000', '094546.072000', '094546.075000', '094546.078000', '094546.080000', '094546.083000', '094605.962000', '094605.964000', '094605.967000', '094605.970000', '094605.972000', '094605.975000', '094605.977000', '094605.980000', '094605.982000', '094605.985000', '094605.988000', '094605.990000', '094605.993000', '094605.995000', '094605.998000', '094606.002000', '094606.004000', '094606.007000', '094606.009000', '094606.013000', '094606.016000', '094606.018000', '094606.021000', '094606.023000', '094606.026000', '094606.028000', '094606.031000', '094606.034000', '094606.036000', '094606.039000', '094606.042000', '094606.044000', '094606.047000', '094606.049000', '094606.052000', '094606.055000', '094606.058000', '094606.061000', '094606.064000', '094606.066000', '094606.069000', '094606.071000', '094606.074000', '094625.961000', '094625.964000', '094625.967000', '094625.969000', '094625.975000', '094625.977000', '094625.980000', '094625.982000', '094625.985000', '094625.988000', '094625.990000', '094625.993000', '094625.995000', '094625.998000', '094626.002000', '094626.004000', '094626.007000', '094626.009000', '094626.012000', '094626.015000', '094626.017000', '094626.020000', '094626.022000', '094626.025000', '094626.027000', '094626.030000', '094626.032000', '094626.035000', '094626.038000', '094626.041000', '094626.043000', '094626.046000', '094626.048000', '094626.051000', '094626.054000', '094626.056000', '094626.059000', '094626.061000', '094626.064000', '094626.067000', '094626.069000', '094626.072000', '094626.074000', '094626.077000', '094645.962000', '094645.964000', '094645.967000', '094645.970000', '094645.972000', '094645.975000', '094645.977000', '094645.980000', '094645.983000', '094645.985000', '094645.988000', '094645.990000', '094645.993000', '094645.995000', '094645.998000', '094646.002000', '094646.004000', '094646.007000', '094646.009000', '094646.012000', '094646.014000', '094646.017000', '094646.020000', '094646.022000', '094646.025000', '094646.028000', '094646.030000', '094646.033000', '094646.035000', '094646.038000', '094646.040000', '094646.043000', '094646.046000', '094646.048000', '094646.051000', '094646.053000', '094646.056000', '094646.059000', '094646.061000', '094646.064000', '094646.067000', '094646.069000', '094646.072000', '094705.962000', '094705.965000', '094705.968000', '094705.971000', '094705.973000', '094705.976000', '094705.979000', '094705.981000', '094705.984000', '094705.986000', '094705.989000', '094705.991000', '094705.994000', '094705.997000', '094706.000000', '094706.003000', '094706.005000', '094706.008000', '094706.011000', '094706.013000', '094706.016000', '094706.018000', '094706.021000', '094706.023000', '094706.026000', '094706.029000', '094706.031000', '094706.034000', '094706.036000', '094706.039000', '094706.042000', '094706.044000', '094706.047000', '094706.049000', '094706.052000', '094706.055000', '094706.057000', '094706.060000', '094706.062000', '094706.065000', '094706.067000', '094706.070000', '094706.073000', '094706.075000', '094725.963000', '094725.966000', '094725.968000', '094725.971000', '094725.974000', '094725.976000', '094725.979000', '094725.981000', '094725.984000', '094725.987000', '094725.989000', '094725.992000', '094725.995000', '094725.997000', '094726.001000', '094726.020000', '094726.023000', '094726.026000', '094726.029000', '094726.031000', '094726.034000', '094726.037000', '094726.039000', '094726.042000', '094726.045000', '094726.048000', '094726.050000', '094726.053000', '094726.056000', '094726.059000', '094726.061000', '094726.064000', '094726.067000', '094726.069000', '094726.072000', '094726.074000', '094726.077000', '094726.080000', '094726.082000', '094726.085000', '094726.088000', '094726.091000', '094726.093000', '094745.963000', '094745.966000', '094745.968000', '094745.971000', '094745.973000', '094745.976000', '094745.979000', '094745.981000', '094745.984000', '094745.986000', '094745.989000', '094745.992000', '094745.994000', '094745.997000', '094746.000000', '094746.003000', '094746.006000', '094746.008000', '094746.011000', '094746.014000', '094746.016000', '094746.031000', '094746.033000', '094746.036000', '094746.039000', '094746.041000', '094746.044000', '094746.046000', '094746.049000', '094746.052000', '094746.054000', '094746.057000', '094746.060000', '094746.062000', '094746.065000', '094746.067000', '094746.070000', '094746.073000', '094746.075000', '094746.078000', '094746.080000', '094746.083000', '094746.086000', '094746.088000', '094805.961000', '094805.964000', '094805.967000', '094805.970000', '094805.972000', '094805.975000', '094805.977000', '094805.980000', '094805.983000', '094805.985000', '094805.988000', '094805.990000', '094805.993000', '094805.995000', '094805.998000', '094806.007000', '094806.010000', '094806.013000', '094806.015000', '094806.018000', '094806.020000', '094806.023000', '094806.025000', '094806.028000', '094806.031000', '094806.033000', '094806.036000', '094806.039000', '094806.041000', '094806.044000', '094806.046000', '094806.049000', '094806.052000', '094806.054000', '094806.057000', '094806.059000', '094806.062000', '094806.065000', '094806.067000', '094806.070000', '094806.072000', '094806.075000', '094806.078000', '094825.961000', '094825.964000', '094825.967000', '094825.970000', '094825.972000', '094825.975000', '094825.977000', '094825.980000', '094825.982000', '094825.985000', '094825.988000', '094825.990000', '094825.993000', '094825.995000', '094825.998000', '094826.001000', '094826.004000', '094826.007000', '094826.009000', '094826.012000', '094826.015000', '094826.017000', '094826.020000', '094826.022000', '094826.025000', '094826.027000', '094826.030000', '094826.033000', '094826.035000', '094826.038000', '094826.040000', '094826.044000', '094826.047000', '094826.050000', '094826.053000', '094826.055000', '094826.058000', '094826.061000', '094826.063000', '094826.066000', '094826.068000', '094826.071000', '094826.074000', '094826.077000', '094845.961000', '094845.964000', '094845.967000', '094845.970000', '094845.972000', '094845.975000', '094845.977000', '094845.980000', '094845.982000', '094845.985000', '094845.988000', '094845.991000', '094845.993000', '094845.996000', '094846.000000', '094846.002000', '094846.005000', '094846.007000', '094846.010000', '094846.012000', '094846.015000', '094846.018000', '094846.020000', '094846.023000', '094846.026000', '094846.028000', '094846.052000', '094846.054000', '094846.057000', '094846.060000', '094846.062000', '094846.065000', '094846.068000', '094846.070000', '094846.073000', '094846.075000', '094846.078000', '094846.080000', '094846.083000', '094846.086000', '094846.088000', '094846.091000', '094846.094000', '094905.961000', '094905.964000', '094905.967000', '094905.969000', '094905.972000', '094905.975000', '094905.977000', '094905.980000', '094905.982000', '094905.985000', '094905.988000', '094906.001000', '094906.004000', '094906.007000', '094906.009000', '094906.012000', '094906.014000', '094906.017000', '094906.020000', '094906.022000', '094906.025000', '094906.027000', '094906.030000', '094906.032000', '094906.035000', '094906.038000', '094906.040000', '094906.043000', '094906.046000', '094906.048000', '094906.051000', '094906.053000', '094906.056000', '094906.058000', '094906.061000', '094906.064000', '094906.066000', '094906.069000', '094906.071000', '094906.074000', '094906.076000', '094906.079000', '094906.082000', '094906.084000', '094907.299000', '094907.302000', '094907.304000'], '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': [9363, 10346, 9638, 10608, 8810, 9899, 9302, 9110, 11323, 9051, 11924, 9498, 11229, 8614, 13042, 7969, 9821, 8201, 10373, 8289, 10901, 8517, 10363, 8059, 9887, 8142, 10158, 8034, 10584, 8375, 10461, 8328, 9572, 8276, 10592, 8164, 10817, 8494, 10795, 8105, 9858, 8171, 10615, 9588, 10451, 11879, 8763, 10992, 8142, 10339, 8202, 10444, 8107, 9693, 8444, 9137, 8335, 9961, 8139, 9513, 8432, 9000, 9864, 8339, 11450, 8598, 11284, 8030, 10845, 8225, 10889, 8702, 10638, 8354, 10393, 8205, 10546, 8099, 10668, 9124, 10597, 11053, 9086, 11789, 8368, 11402, 8416, 10983, 8370, 10357, 8342, 9789, 8356, 10705, 8300, 10780, 8337, 10195, 8480, 9895, 8121, 10699, 8310, 10655, 8552, 10280, 8117, 10269, 10127, 10876, 12532, 8251, 10371, 8137, 10525, 8280, 10804, 8655, 10016, 8112, 9249, 9486, 9302, 11591, 8293, 11057, 8096, 10570, 9076, 10969, 8568, 9859, 8300, 9991, 8483, 10324, 8675, 10279, 8087, 9136, 8131, 9857, 11269, 9907, 11254, 8666, 10347, 8238, 11316, 8580, 10635, 8267, 11281, 8235, 8986, 11159, 8171, 11220, 8344, 10850, 8238, 10386, 8297, 10524, 8458, 10632, 8338, 11015, 10557, 9103, 11462, 8959, 10534, 8115, 10107, 8535, 9232, 8014, 8849, 9772, 8458, 11035, 8364, 10937, 8224, 10659, 8535, 10750, 8443, 10127, 8489, 9673, 8486, 10743, 8429, 10904, 8553, 10474, 8424, 9945, 12076, 10266, 11755, 9296, 10696, 8798, 12293, 8253, 10749, 8296, 8796, 11788, 9035, 10750, 8409, 9029, 8656, 9029, 7972, 9055, 8437, 8838, 8192, 8646, 10715, 8295, 11149, 8079, 10620, 8177, 10602, 8024, 10636, 8418, 10722, 8198, 9787, 8142, 9981, 11908, 9465, 10795, 8413, 10801, 7898, 9647, 12171, 8932, 11223, 8129, 9671, 8437, 10066, 8197, 10471, 7901, 8908, 9300, 8403, 11091, 8703, 10873, 8242, 9983, 8370, 9693, 8757, 10640, 8295, 10259, 8183, 9014, 9251, 8233, 11702, 8391, 11357, 7939, 10799, 8053, 10896, 8969, 11006, 8593, 10425, 8343, 10871, 8380, 10861, 8150, 11331, 10246, 10521, 12905, 8444, 11903, 8584, 10679, 8384, 10505, 8497, 11042, 8243, 9224, 11491, 8143, 11234, 8469, 10353, 8174, 9797, 8628, 9126, 8443, 8729, 9182, 8473, 11664, 8475, 10897, 8089, 9856, 8273, 10165, 8295, 10098, 8425, 9028, 8055, 8813, 11496, 8976, 11222, 7815, 10632, 7881, 10667, 8592, 10623, 8621, 10589, 8033, 10312, 8298, 10899, 8657, 11003, 8684, 10886, 8195, 10765, 8410, 12565, 10746, 12247, 11402, 10829, 14568, 11745, 13944, 8674, 11274, 8145, 10394, 8038, 10323, 8379, 11026, 7816, 10235, 8345, 9885, 8456, 10698, 8003, 11362, 8525, 10235, 9573, 8793, 11867, 8599, 11076, 7932, 10038, 8230, 9052, 8138, 9641, 8188, 9377, 8275, 9378, 7756, 9664, 7555, 9450, 7957, 8919, 8147, 8501, 9337, 8604, 9909, 8258, 11264, 8057, 10942, 8723, 10877, 8346, 10598, 8022, 10740, 8272, 10872, 8528, 10437, 8487, 10019, 8393, 10640, 8324, 10793, 8408, 10891, 8216, 10707, 7511, 10427, 7725, 9101, 9522, 8306, 11956, 9484, 12018, 8345, 10773, 7904, 10461, 7912, 10790, 8520, 11132, 8143, 10798, 7929, 10964, 8477, 10951, 8531, 10644, 8252, 9855, 8300, 11500, 8116, 11777, 8441, 10782, 7674, 9306, 7673, 10389, 7932, 9584, 8018, 8808, 8513, 8625, 11679, 8747, 11051, 8062, 10078, 8067, 10209, 8013, 10555, 8038, 8777, 8067, 8626, 11623, 8672, 11464, 8159, 10229, 8057, 10135, 8339, 10629, 8320, 10054, 8214, 8803, 7639, 9597, 8848, 9859, 9763, 8516, 11293, 7995, 10717, 8870, 10949, 8445, 10042, 8271, 10203, 7565, 10335, 9162, 9177, 11785, 8437, 11114, 8626, 10826, 8181, 10066, 8290, 10415, 7243, 10448, 7780, 9458, 9133, 8408, 11720, 8695, 11533, 8052, 10741, 7847, 10435, 8195, 10869, 8198, 10612, 7958, 8824, 8300, 8848, 12059, 9333, 11222, 8212, 10405, 7958, 10267, 8144, 10532, 8290, 10443, 8746, 8279, 11139, 8081, 10958, 8258, 10538, 8404, 9523, 8079, 11403, 8357, 10170, 8882, 10670, 8123, 10381, 8029, 10237, 8424, 10729, 8310, 10907, 8454, 9519, 7800, 8811, 10569, 9415, 11528, 8380, 10853, 8170, 10663, 8441, 11101, 8510, 10261, 8153, 10062, 8273, 10530, 8136, 10454, 8168, 9609, 7912, 9808, 7906, 10324, 7640, 9952, 7632, 9648, 7743, 10651, 7991, 10903, 8060, 10350, 14002, 9688, 11705, 9355, 10890, 8389, 11465, 9238, 9673, 13828, 8548, 11401, 9093, 9902, 7572, 10301, 8084, 9113, 8678, 8570, 11338, 8094, 10462, 7652, 9473, 7895, 10014, 7715, 9449, 7830, 8985, 10068, 8173, 10994, 8041, 10088, 7845, 8844, 10385, 8254, 10350, 7883, 10496, 8284, 9678, 7914, 8790, 8138, 9498, 7763, 9431, 7916, 9070, 8018, 8536, 11534, 8807, 11173, 8281, 10720, 8004, 10559, 8053, 10386, 8136, 10411, 10935, 9094, 11827, 8415, 11079, 8813, 10295, 7843, 10004, 8314, 9516, 8025, 9671, 10522, 8596, 10744, 8124, 10300, 8151, 10433, 8226, 10415, 8263, 10054, 7906, 9251, 11015, 9400, 11432, 8822, 10519, 8060, 11155, 8605, 10517, 7546, 9091, 10951, 8017, 11003, 8169, 10737, 8265, 9823, 8099, 9404, 8027, 9442, 7998, 9382, 10936, 8136, 10950, 8380, 10957, 8740, 10334, 7932, 9078, 7880, 10107, 8670, 10145, 8039, 10481, 7709, 10366, 7892, 10224, 8642, 10988, 8025, 11015, 10742, 10433, 14830, 11124, 10785, 8602, 9796, 7478, 10334, 8229, 8204, 11549, 8461, 10652, 7624, 9365, 7685, 8915, 7462, 9516, 7619, 9745, 8382, 8772, 11282, 7958, 9449, 7521, 10591, 8117, 8772, 11163, 8294, 9260, 7609, 9946, 7753, 8636, 11247, 8189, 9498, 7513, 8889, 7351, 9061, 7524, 8727, 7397, 8433, 8017, 8154, 10071, 8009, 10728, 7982, 9976, 7757, 10370, 7774, 9678, 7991, 9662, 7615, 10537, 7971, 10463, 8362, 8931, 8800, 8433, 11705, 9301, 10739, 8059, 10170, 7525, 11348, 8019, 10335, 8020, 9259, 11046, 8088, 10978, 8300, 10521, 7612, 10934, 8303, 9143, 7622, 8595, 9273, 8096, 11268, 8306, 10058, 7860, 9563, 7727, 9715, 7623, 10089, 7624, 10951, 8425, 10157, 7888, 10363, 12876, 9927, 12029, 7669, 10652, 7542, 10282], 'WindowCenter': [4188.0, 4186.0, 4173.0, 4171.0, 4148.0, 4170.0, 4157.0, 4148.0, 4167.0, 4147.0, 4178.0, 4159.0, 4164.0, 4147.0, 4188.0, 4137.0, 4156.0, 4147.0, 4154.0, 4134.0, 4166.0, 4147.0, 4156.0, 4138.0, 4156.0, 4138.0, 4156.0, 4134.0, 4169.0, 4146.0, 4167.0, 4147.0, 4158.0, 4146.0, 4168.0, 4145.0, 4169.0, 4148.0, 4169.0, 4136.0, 4158.0, 4136.0, 4168.0, 4146.0, 4169.0, 4166.0, 4147.0, 4157.0, 4124.0, 4154.0, 4134.0, 4156.0, 4132.0, 4145.0, 4132.0, 4146.0, 4135.0, 4158.0, 4134.0, 4158.0, 4135.0, 4145.0, 4156.0, 4137.0, 4167.0, 4148.0, 4168.0, 4138.0, 4166.0, 4147.0, 4169.0, 4147.0, 4168.0, 4136.0, 4156.0, 4134.0, 4157.0, 4132.0, 4157.0, 4146.0, 4157.0, 4153.0, 4145.0, 4165.0, 4133.0, 4163.0, 4133.0, 4155.0, 4136.0, 4155.0, 4133.0, 4155.0, 4132.0, 4154.0, 4136.0, 4167.0, 4135.0, 4156.0, 4134.0, 4157.0, 4134.0, 4157.0, 4133.0, 4156.0, 4134.0, 4155.0, 4124.0, 4156.0, 4144.0, 4153.0, 4164.0, 4132.0, 4153.0, 4133.0, 4155.0, 4134.0, 4156.0, 4133.0, 4145.0, 4133.0, 4146.0, 4144.0, 4146.0, 4154.0, 4134.0, 4155.0, 4122.0, 4154.0, 4135.0, 4156.0, 4134.0, 4144.0, 4134.0, 4156.0, 4143.0, 4156.0, 4134.0, 4169.0, 4136.0, 4159.0, 4133.0, 4156.0, 4166.0, 4157.0, 4165.0, 4142.0, 4154.0, 4135.0, 4166.0, 4130.0, 4157.0, 4119.0, 4155.0, 4134.0, 4146.0, 4152.0, 4133.0, 4153.0, 4134.0, 4154.0, 4135.0, 4157.0, 4135.0, 4167.0, 4136.0, 4157.0, 4131.0, 4156.0, 4150.0, 4135.0, 4153.0, 4132.0, 4140.0, 4109.0, 4140.0, 4120.0, 4131.0, 4119.0, 4133.0, 4140.0, 4122.0, 4152.0, 4132.0, 4150.0, 4132.0, 4152.0, 4135.0, 4156.0, 4136.0, 4156.0, 4146.0, 4156.0, 4147.0, 4165.0, 4147.0, 4170.0, 4148.0, 4170.0, 4133.0, 4159.0, 4165.0, 4156.0, 4165.0, 4144.0, 4154.0, 4135.0, 4165.0, 4121.0, 4141.0, 4120.0, 4119.0, 4151.0, 4120.0, 4142.0, 4119.0, 4130.0, 4119.0, 4131.0, 4121.0, 4132.0, 4133.0, 4145.0, 4133.0, 4147.0, 4165.0, 4148.0, 4167.0, 4138.0, 4168.0, 4146.0, 4167.0, 4136.0, 4167.0, 4135.0, 4168.0, 4134.0, 4159.0, 4136.0, 4159.0, 4166.0, 4144.0, 4157.0, 4135.0, 4156.0, 4123.0, 4146.0, 4164.0, 4135.0, 4153.0, 4121.0, 4139.0, 4132.0, 4145.0, 4121.0, 4155.0, 4121.0, 4133.0, 4142.0, 4134.0, 4154.0, 4134.0, 4153.0, 4133.0, 4144.0, 4134.0, 4144.0, 4134.0, 4156.0, 4135.0, 4156.0, 4134.0, 4145.0, 4143.0, 4134.0, 4168.0, 4136.0, 4167.0, 4136.0, 4156.0, 4135.0, 4165.0, 4145.0, 4154.0, 4147.0, 4155.0, 4133.0, 4156.0, 4133.0, 4155.0, 4122.0, 4155.0, 4144.0, 4155.0, 4159.0, 4122.0, 4152.0, 4131.0, 4141.0, 4120.0, 4140.0, 4132.0, 4155.0, 4121.0, 4131.0, 4152.0, 4122.0, 4152.0, 4121.0, 4142.0, 4122.0, 4141.0, 4132.0, 4143.0, 4122.0, 4146.0, 4143.0, 4134.0, 4165.0, 4138.0, 4154.0, 4136.0, 4155.0, 4134.0, 4156.0, 4134.0, 4156.0, 4135.0, 4145.0, 4135.0, 4145.0, 4168.0, 4149.0, 4168.0, 4137.0, 4168.0, 4139.0, 4169.0, 4147.0, 4167.0, 4150.0, 4169.0, 4148.0, 4169.0, 4149.0, 4182.0, 4160.0, 4181.0, 4161.0, 4171.0, 4148.0, 4171.0, 4136.0, 4179.0, 4156.0, 4166.0, 4154.0, 4155.0, 4184.0, 4165.0, 4176.0, 4134.0, 4153.0, 4122.0, 4142.0, 4122.0, 4142.0, 4122.0, 4151.0, 4121.0, 4141.0, 4121.0, 4142.0, 4133.0, 4142.0, 4121.0, 4153.0, 4120.0, 4141.0, 4130.0, 4130.0, 4150.0, 4120.0, 4139.0, 4109.0, 4129.0, 4118.0, 4119.0, 4108.0, 4130.0, 4119.0, 4131.0, 4120.0, 4141.0, 4121.0, 4143.0, 4121.0, 4143.0, 4119.0, 4133.0, 4121.0, 4133.0, 4132.0, 4134.0, 4143.0, 4132.0, 4153.0, 4134.0, 4154.0, 4132.0, 4156.0, 4135.0, 4154.0, 4134.0, 4166.0, 4136.0, 4154.0, 4145.0, 4155.0, 4145.0, 4156.0, 4137.0, 4167.0, 4135.0, 4170.0, 4136.0, 4167.0, 4136.0, 4166.0, 4122.0, 4156.0, 4123.0, 4144.0, 4144.0, 4135.0, 4165.0, 4157.0, 4166.0, 4136.0, 4166.0, 4124.0, 4152.0, 4123.0, 4151.0, 4134.0, 4154.0, 4124.0, 4154.0, 4135.0, 4165.0, 4134.0, 4154.0, 4134.0, 4152.0, 4122.0, 4143.0, 4121.0, 4154.0, 4121.0, 4164.0, 4122.0, 4154.0, 4122.0, 4133.0, 4119.0, 4154.0, 4123.0, 4144.0, 4123.0, 4145.0, 4145.0, 4146.0, 4165.0, 4146.0, 4165.0, 4135.0, 4144.0, 4124.0, 4155.0, 4124.0, 4156.0, 4122.0, 4131.0, 4121.0, 4135.0, 4153.0, 4133.0, 4153.0, 4124.0, 4144.0, 4124.0, 4142.0, 4133.0, 4155.0, 4136.0, 4155.0, 4134.0, 4145.0, 4135.0, 4156.0, 4145.0, 4157.0, 4155.0, 4148.0, 4166.0, 4135.0, 4155.0, 4136.0, 4156.0, 4136.0, 4145.0, 4134.0, 4157.0, 4122.0, 4157.0, 4146.0, 4146.0, 4165.0, 4136.0, 4155.0, 4135.0, 4154.0, 4132.0, 4144.0, 4134.0, 4155.0, 4113.0, 4156.0, 4123.0, 4143.0, 4144.0, 4137.0, 4164.0, 4137.0, 4164.0, 4136.0, 4165.0, 4138.0, 4166.0, 4135.0, 4167.0, 4136.0, 4156.0, 4124.0, 4144.0, 4134.0, 4148.0, 4166.0, 4146.0, 4155.0, 4135.0, 4154.0, 4136.0, 4153.0, 4134.0, 4156.0, 4134.0, 4167.0, 4131.0, 4134.0, 4165.0, 4136.0, 4167.0, 4162.0, 4182.0, 4149.0, 4170.0, 4152.0, 4191.0, 4159.0, 4182.0, 4174.0, 4170.0, 4138.0, 4156.0, 4136.0, 4156.0, 4133.0, 4155.0, 4131.0, 4156.0, 4132.0, 4145.0, 4122.0, 4135.0, 4142.0, 4144.0, 4152.0, 4122.0, 4141.0, 4121.0, 4141.0, 4123.0, 4154.0, 4133.0, 4143.0, 4123.0, 4143.0, 4135.0, 4155.0, 4123.0, 4166.0, 4135.0, 4157.0, 4135.0, 4169.0, 4138.0, 4155.0, 4135.0, 4154.0, 4125.0, 4151.0, 4134.0, 4155.0, 4134.0, 4167.0, 4134.0, 4158.0, 4184.0, 4143.0, 4155.0, 4133.0, 4142.0, 4118.0, 4141.0, 4117.0, 4130.0, 4146.0, 4115.0, 4139.0, 4116.0, 4128.0, 4109.0, 4138.0, 4103.0, 4116.0, 4115.0, 4116.0, 4139.0, 4120.0, 4139.0, 4109.0, 4128.0, 4121.0, 4156.0, 4120.0, 4141.0, 4111.0, 4130.0, 4128.0, 4119.0, 4153.0, 4119.0, 4142.0, 4122.0, 4131.0, 4128.0, 4118.0, 4140.0, 4122.0, 4152.0, 4133.0, 4141.0, 4123.0, 4134.0, 4149.0, 4155.0, 4136.0, 4158.0, 4134.0, 4148.0, 4133.0, 4148.0, 4179.0, 4147.0, 4169.0, 4147.0, 4167.0, 4135.0, 4169.0, 4147.0, 4156.0, 4134.0, 4168.0, 4154.0, 4133.0, 4163.0, 4146.0, 4165.0, 4132.0, 4154.0, 4121.0, 4143.0, 4132.0, 4156.0, 4122.0, 4143.0, 4155.0, 4135.0, 4153.0, 4133.0, 4156.0, 4136.0, 4154.0, 4132.0, 4155.0, 4133.0, 4154.0, 4122.0, 4157.0, 4164.0, 4143.0, 4164.0, 4146.0, 4155.0, 4121.0, 4165.0, 4130.0, 4154.0, 4121.0, 4134.0, 4149.0, 4134.0, 4153.0, 4130.0, 4152.0, 4132.0, 4142.0, 4122.0, 4144.0, 4120.0, 4141.0, 4121.0, 4143.0, 4150.0, 4122.0, 4164.0, 4134.0, 4167.0, 4148.0, 4156.0, 4135.0, 4144.0, 4146.0, 4167.0, 4156.0, 4166.0, 4146.0, 4164.0, 4135.0, 4167.0, 4146.0, 4168.0, 4145.0, 4178.0, 4134.0, 4178.0, 4163.0, 4168.0, 4195.0, 4165.0, 4165.0, 4132.0, 4142.0, 4108.0, 4140.0, 4143.0, 4135.0, 4152.0, 4119.0, 4141.0, 4106.0, 4127.0, 4108.0, 4128.0, 4110.0, 4141.0, 4121.0, 4141.0, 4130.0, 4133.0, 4148.0, 4118.0, 4141.0, 4120.0, 4142.0, 4119.0, 4120.0, 4140.0, 4116.0, 4127.0, 4107.0, 4141.0, 4108.0, 4120.0, 4148.0, 4118.0, 4128.0, 4109.0, 4142.0, 4122.0, 4129.0, 4122.0, 4144.0, 4120.0, 4145.0, 4133.0, 4136.0, 4156.0, 4136.0, 4164.0, 4136.0, 4167.0, 4136.0, 4167.0, 4135.0, 4156.0, 4138.0, 4156.0, 4124.0, 4167.0, 4134.0, 4167.0, 4135.0, 4146.0, 4144.0, 4147.0, 4175.0, 4156.0, 4164.0, 4135.0, 4155.0, 4122.0, 4166.0, 4134.0, 4156.0, 4121.0, 4144.0, 4164.0, 4121.0, 4152.0, 4133.0, 4155.0, 4121.0, 4153.0, 4120.0, 4131.0, 4109.0, 4130.0, 4142.0, 4121.0, 4151.0, 4134.0, 4142.0, 4133.0, 4142.0, 4134.0, 4155.0, 4123.0, 4156.0, 4123.0, 4154.0, 4132.0, 4152.0, 4133.0, 4156.0, 4175.0, 4169.0, 4165.0, 4122.0, 4153.0, 4123.0, 4154.0], 'WindowWidth': [9298.0, 9290.0, 9268.0, 9261.0, 9225.0, 9255.0, 9234.0, 9224.0, 9248.0, 9222.0, 9266.0, 9240.0, 9238.0, 9224.0, 9277.0, 9206.0, 9231.0, 9221.0, 9226.0, 9200.0, 9246.0, 9218.0, 9231.0, 9210.0, 9231.0, 9210.0, 9231.0, 9203.0, 9252.0, 9218.0, 9248.0, 9220.0, 9236.0, 9219.0, 9249.0, 9217.0, 9254.0, 9224.0, 9253.0, 9205.0, 9236.0, 9204.0, 9251.0, 9218.0, 9253.0, 9246.0, 9219.0, 9234.0, 9185.0, 9225.0, 9198.0, 9231.0, 9194.0, 9215.0, 9195.0, 9217.0, 9200.0, 9236.0, 9201.0, 9235.0, 9201.0, 9217.0, 9231.0, 9208.0, 9248.0, 9224.0, 9249.0, 9212.0, 9248.0, 9222.0, 9254.0, 9221.0, 9253.0, 9204.0, 9234.0, 9199.0, 9233.0, 9197.0, 9234.0, 9216.0, 9233.0, 9222.0, 9214.0, 9243.0, 9196.0, 9236.0, 9196.0, 9228.0, 9204.0, 9227.0, 9198.0, 9227.0, 9195.0, 9228.0, 9204.0, 9246.0, 9202.0, 9232.0, 9201.0, 9235.0, 9201.0, 9234.0, 9197.0, 9232.0, 9197.0, 9229.0, 9184.0, 9230.0, 9212.0, 9225.0, 9241.0, 9194.0, 9224.0, 9198.0, 9229.0, 9198.0, 9230.0, 9194.0, 9213.0, 9197.0, 9218.0, 9211.0, 9215.0, 9225.0, 9198.0, 9225.0, 9180.0, 9223.0, 9200.0, 9228.0, 9197.0, 9212.0, 9200.0, 9230.0, 9212.0, 9231.0, 9200.0, 9252.0, 9203.0, 9238.0, 9198.0, 9234.0, 9246.0, 9234.0, 9243.0, 9210.0, 9228.0, 9201.0, 9243.0, 9188.0, 9231.0, 9173.0, 9226.0, 9199.0, 9216.0, 9220.0, 9195.0, 9223.0, 9199.0, 9225.0, 9201.0, 9232.0, 9203.0, 9249.0, 9205.0, 9233.0, 9192.0, 9232.0, 9216.0, 9199.0, 9223.0, 9189.0, 9199.0, 9156.0, 9200.0, 9171.0, 9189.0, 9171.0, 9194.0, 9200.0, 9178.0, 9219.0, 9191.0, 9216.0, 9196.0, 9222.0, 9200.0, 9229.0, 9205.0, 9231.0, 9220.0, 9233.0, 9222.0, 9244.0, 9222.0, 9256.0, 9224.0, 9256.0, 9200.0, 9239.0, 9243.0, 9230.0, 9244.0, 9212.0, 9227.0, 9198.0, 9240.0, 9174.0, 9202.0, 9172.0, 9172.0, 9217.0, 9172.0, 9204.0, 9171.0, 9186.0, 9170.0, 9191.0, 9175.0, 9193.0, 9194.0, 9214.0, 9197.0, 9220.0, 9243.0, 9223.0, 9248.0, 9213.0, 9250.0, 9221.0, 9247.0, 9207.0, 9248.0, 9203.0, 9249.0, 9200.0, 9241.0, 9204.0, 9238.0, 9246.0, 9214.0, 9232.0, 9199.0, 9229.0, 9180.0, 9216.0, 9237.0, 9198.0, 9221.0, 9178.0, 9200.0, 9192.0, 9215.0, 9175.0, 9227.0, 9176.0, 9196.0, 9208.0, 9197.0, 9224.0, 9197.0, 9222.0, 9197.0, 9211.0, 9197.0, 9213.0, 9199.0, 9230.0, 9200.0, 9231.0, 9198.0, 9215.0, 9210.0, 9200.0, 9249.0, 9203.0, 9248.0, 9205.0, 9230.0, 9203.0, 9243.0, 9215.0, 9228.0, 9221.0, 9229.0, 9195.0, 9230.0, 9195.0, 9227.0, 9179.0, 9228.0, 9211.0, 9226.0, 9227.0, 9178.0, 9219.0, 9189.0, 9202.0, 9173.0, 9200.0, 9190.0, 9226.0, 9176.0, 9189.0, 9218.0, 9177.0, 9216.0, 9175.0, 9204.0, 9178.0, 9203.0, 9191.0, 9207.0, 9178.0, 9217.0, 9212.0, 9197.0, 9243.0, 9208.0, 9226.0, 9204.0, 9230.0, 9199.0, 9231.0, 9199.0, 9230.0, 9201.0, 9217.0, 9203.0, 9217.0, 9250.0, 9227.0, 9249.0, 9209.0, 9250.0, 9213.0, 9251.0, 9223.0, 9250.0, 9231.0, 9254.0, 9226.0, 9255.0, 9231.0, 9277.0, 9245.0, 9277.0, 9248.0, 9261.0, 9226.0, 9261.0, 9208.0, 9269.0, 9232.0, 9247.0, 9223.0, 9227.0, 9266.0, 9241.0, 9259.0, 9197.0, 9222.0, 9179.0, 9206.0, 9178.0, 9206.0, 9178.0, 9216.0, 9176.0, 9204.0, 9175.0, 9207.0, 9195.0, 9206.0, 9175.0, 9221.0, 9171.0, 9203.0, 9185.0, 9187.0, 9215.0, 9171.0, 9196.0, 9156.0, 9181.0, 9167.0, 9169.0, 9154.0, 9186.0, 9169.0, 9187.0, 9172.0, 9205.0, 9176.0, 9206.0, 9176.0, 9208.0, 9172.0, 9195.0, 9178.0, 9196.0, 9193.0, 9198.0, 9209.0, 9195.0, 9224.0, 9200.0, 9224.0, 9195.0, 9230.0, 9202.0, 9227.0, 9202.0, 9245.0, 9204.0, 9226.0, 9216.0, 9227.0, 9216.0, 9231.0, 9207.0, 9247.0, 9202.0, 9254.0, 9205.0, 9249.0, 9205.0, 9245.0, 9182.0, 9230.0, 9182.0, 9212.0, 9211.0, 9200.0, 9241.0, 9234.0, 9244.0, 9204.0, 9246.0, 9184.0, 9218.0, 9181.0, 9217.0, 9198.0, 9223.0, 9184.0, 9226.0, 9200.0, 9241.0, 9199.0, 9224.0, 9198.0, 9220.0, 9177.0, 9207.0, 9176.0, 9223.0, 9175.0, 9237.0, 9179.0, 9223.0, 9178.0, 9193.0, 9172.0, 9224.0, 9181.0, 9213.0, 9183.0, 9216.0, 9216.0, 9218.0, 9241.0, 9218.0, 9241.0, 9202.0, 9213.0, 9184.0, 9228.0, 9183.0, 9231.0, 9179.0, 9192.0, 9177.0, 9199.0, 9222.0, 9194.0, 9223.0, 9182.0, 9210.0, 9184.0, 9207.0, 9195.0, 9230.0, 9202.0, 9229.0, 9199.0, 9217.0, 9204.0, 9233.0, 9216.0, 9234.0, 9228.0, 9222.0, 9245.0, 9205.0, 9230.0, 9202.0, 9231.0, 9202.0, 9215.0, 9198.0, 9235.0, 9179.0, 9232.0, 9218.0, 9216.0, 9242.0, 9204.0, 9229.0, 9201.0, 9227.0, 9193.0, 9212.0, 9198.0, 9227.0, 9167.0, 9230.0, 9183.0, 9210.0, 9212.0, 9205.0, 9240.0, 9207.0, 9242.0, 9203.0, 9244.0, 9210.0, 9247.0, 9202.0, 9249.0, 9205.0, 9233.0, 9184.0, 9213.0, 9198.0, 9221.0, 9245.0, 9216.0, 9229.0, 9201.0, 9226.0, 9202.0, 9224.0, 9198.0, 9231.0, 9198.0, 9246.0, 9193.0, 9199.0, 9243.0, 9207.0, 9249.0, 9251.0, 9277.0, 9232.0, 9262.0, 9237.0, 9291.0, 9249.0, 9278.0, 9269.0, 9257.0, 9211.0, 9233.0, 9205.0, 9233.0, 9196.0, 9229.0, 9191.0, 9229.0, 9193.0, 9213.0, 9180.0, 9200.0, 9205.0, 9210.0, 9219.0, 9178.0, 9203.0, 9177.0, 9203.0, 9180.0, 9223.0, 9195.0, 9206.0, 9182.0, 9208.0, 9200.0, 9227.0, 9181.0, 9245.0, 9201.0, 9233.0, 9202.0, 9254.0, 9211.0, 9231.0, 9203.0, 9225.0, 9188.0, 9222.0, 9202.0, 9230.0, 9201.0, 9248.0, 9200.0, 9236.0, 9265.0, 9211.0, 9229.0, 9194.0, 9207.0, 9167.0, 9201.0, 9160.0, 9183.0, 9201.0, 9159.0, 9195.0, 9158.0, 9180.0, 9155.0, 9193.0, 9139.0, 9160.0, 9158.0, 9160.0, 9194.0, 9174.0, 9195.0, 9158.0, 9183.0, 9178.0, 9232.0, 9174.0, 9203.0, 9160.0, 9187.0, 9181.0, 9170.0, 9220.0, 9172.0, 9203.0, 9179.0, 9190.0, 9181.0, 9168.0, 9204.0, 9179.0, 9217.0, 9196.0, 9204.0, 9181.0, 9199.0, 9227.0, 9231.0, 9204.0, 9236.0, 9200.0, 9222.0, 9200.0, 9227.0, 9266.0, 9223.0, 9254.0, 9222.0, 9249.0, 9202.0, 9255.0, 9225.0, 9234.0, 9201.0, 9252.0, 9225.0, 9196.0, 9237.0, 9218.0, 9245.0, 9194.0, 9228.0, 9178.0, 9208.0, 9193.0, 9231.0, 9181.0, 9210.0, 9228.0, 9201.0, 9224.0, 9195.0, 9233.0, 9208.0, 9226.0, 9195.0, 9228.0, 9196.0, 9226.0, 9182.0, 9236.0, 9242.0, 9210.0, 9239.0, 9220.0, 9230.0, 9178.0, 9241.0, 9189.0, 9224.0, 9177.0, 9198.0, 9213.0, 9198.0, 9225.0, 9189.0, 9220.0, 9192.0, 9206.0, 9177.0, 9213.0, 9175.0, 9203.0, 9177.0, 9208.0, 9214.0, 9179.0, 9240.0, 9202.0, 9247.0, 9225.0, 9232.0, 9204.0, 9217.0, 9223.0, 9253.0, 9238.0, 9251.0, 9224.0, 9245.0, 9208.0, 9255.0, 9222.0, 9255.0, 9220.0, 9268.0, 9205.0, 9268.0, 9240.0, 9253.0, 9287.0, 9245.0, 9246.0, 9198.0, 9207.0, 9156.0, 9201.0, 9212.0, 9203.0, 9220.0, 9171.0, 9201.0, 9150.0, 9179.0, 9157.0, 9182.0, 9163.0, 9206.0, 9178.0, 9206.0, 9190.0, 9195.0, 9211.0, 9170.0, 9202.0, 9175.0, 9205.0, 9168.0, 9173.0, 9199.0, 9162.0, 9178.0, 9151.0, 9202.0, 9154.0, 9171.0, 9210.0, 9167.0, 9181.0, 9158.0, 9207.0, 9180.0, 9188.0, 9181.0, 9214.0, 9176.0, 9217.0, 9200.0, 9206.0, 9234.0, 9206.0, 9241.0, 9207.0, 9251.0, 9207.0, 9250.0, 9204.0, 9232.0, 9211.0, 9234.0, 9186.0, 9247.0, 9200.0, 9248.0, 9202.0, 9218.0, 9217.0, 9223.0, 9259.0, 9232.0, 9242.0, 9204.0, 9230.0, 9182.0, 9246.0, 9200.0, 9231.0, 9179.0, 9214.0, 9240.0, 9178.0, 9221.0, 9197.0, 9229.0, 9177.0, 9223.0, 9173.0, 9190.0, 9157.0, 9189.0, 9208.0, 9179.0, 9219.0, 9198.0, 9208.0, 9197.0, 9208.0, 9202.0, 9230.0, 9182.0, 9233.0, 9184.0, 9228.0, 9192.0, 9222.0, 9196.0, 9234.0, 9254.0, 9255.0, 9243.0, 9181.0, 9225.0, 9185.0, 9225.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.0007126697353279632</td></tr>
<tr><td colspan=3>aqi</td><td>0.023912408400460296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.07667112145165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3029991359447006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974115007834088</td></tr>
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
<tr><td colspan=3>fber</td><td>5839.6128</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10301584394587596</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.444188722669735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6106896666668526</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5324506668943982</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.870573931560184</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4290444015459767</td></tr>
<tr><td colspan=3>gcor</td><td>0.00829171</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008279453963041306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035010211169719696</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9255789650341506</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>16.6594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3802</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297823.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>1019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.8573</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.7576</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3335.2666</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4360.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.1868</td></tr>
<tr><td colspan=3>tsnr</td><td>39.010986318578944</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>