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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_ses-04_task-social_acq-mb8_run-02_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-0040_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-02_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-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-02_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>8925d3524116ee45e58327cdfb073b27</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>08:51:28.957500</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.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</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.252</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-02_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.0770923</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>012c8b7d-32f2-44d3-888f-35ca9a154e5b||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.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['085128.957500', '085129.417500', '085129.877500', '085130.337500', '085130.797500', '085131.257500', '085131.717500', '085132.177500', '085132.637500', '085133.097500', '085133.557500', '085134.017500', '085134.477500', '085134.937500', '085135.397500', '085135.857500', '085136.317500', '085136.777500', '085137.237500', '085137.697500', '085138.157500', '085138.617500', '085139.077500', '085139.537500', '085139.997500', '085140.457500', '085140.917500', '085141.377500', '085141.837500', '085142.297500', '085142.757500', '085143.217500', '085143.677500', '085144.137500', '085144.597500', '085145.057500', '085145.517500', '085145.977500', '085146.437500', '085146.897500', '085147.357500', '085147.817500', '085148.277500', '085148.737500', '085149.197500', '085149.657500', '085150.117500', '085150.577500', '085151.037500', '085151.497500', '085151.957500', '085152.417500', '085152.877500', '085153.337500', '085153.797500', '085154.257500', '085154.717500', '085155.177500', '085155.637500', '085156.097500', '085156.557500', '085157.017500', '085157.477500', '085157.937500', '085158.397500', '085158.857500', '085159.317500', '085159.777500', '085200.237500', '085200.697500', '085201.157500', '085201.617500', '085202.077500', '085202.537500', '085202.997500', '085203.457500', '085203.917500', '085204.377500', '085204.837500', '085205.297500', '085205.757500', '085206.217500', '085206.677500', '085207.137500', '085207.597500', '085208.057500', '085208.517500', '085208.977500', '085209.437500', '085209.897500', '085210.357500', '085210.817500', '085211.277500', '085211.737500', '085212.197500', '085212.657500', '085213.117500', '085213.577500', '085214.037500', '085214.497500', '085214.957500', '085215.417500', '085215.877500', '085216.337500', '085216.797500', '085217.257500', '085217.717500', '085218.177500', '085218.637500', '085219.097500', '085219.557500', '085220.017500', '085220.477500', '085220.937500', '085221.397500', '085221.857500', '085222.317500', '085222.777500', '085223.237500', '085223.697500', '085224.157500', '085224.617500', '085225.077500', '085225.537500', '085225.997500', '085226.457500', '085226.917500', '085227.377500', '085227.837500', '085228.297500', '085228.757500', '085229.217500', '085229.677500', '085230.137500', '085230.597500', '085231.057500', '085231.517500', '085231.977500', '085232.437500', '085232.897500', '085233.357500', '085233.817500', '085234.277500', '085234.737500', '085235.197500', '085235.657500', '085236.117500', '085236.577500', '085237.037500', '085237.497500', '085237.957500', '085238.417500', '085238.877500', '085239.337500', '085239.797500', '085240.257500', '085240.717500', '085241.177500', '085241.637500', '085242.097500', '085242.557500', '085243.017500', '085243.477500', '085243.937500', '085244.397500', '085244.857500', '085245.317500', '085245.777500', '085246.237500', '085246.697500', '085247.157500', '085247.617500', '085248.077500', '085248.537500', '085248.997500', '085249.457500', '085249.917500', '085250.377500', '085250.837500', '085251.297500', '085251.757500', '085252.217500', '085252.677500', '085253.137500', '085253.597500', '085254.057500', '085254.517500', '085254.977500', '085255.437500', '085255.897500', '085256.357500', '085256.817500', '085257.277500', '085257.737500', '085258.197500', '085258.657500', '085259.117500', '085259.577500', '085300.037500', '085300.497500', '085300.957500', '085301.417500', '085301.877500', '085302.337500', '085302.797500', '085303.257500', '085303.717500', '085304.177500', '085304.637500', '085305.097500', '085305.557500', '085306.017500', '085306.477500', '085306.937500', '085307.397500', '085307.857500', '085308.317500', '085308.777500', '085309.237500', '085309.697500', '085310.157500', '085310.617500', '085311.077500', '085311.537500', '085311.997500', '085312.457500', '085312.917500', '085313.377500', '085313.837500', '085314.297500', '085314.757500', '085315.217500', '085315.677500', '085316.137500', '085316.597500', '085317.057500', '085317.517500', '085317.977500', '085318.437500', '085318.897500', '085319.357500', '085319.817500', '085320.277500', '085320.737500', '085321.197500', '085321.657500', '085322.117500', '085322.577500', '085323.037500', '085323.497500', '085323.957500', '085324.417500', '085324.877500', '085325.337500', '085325.797500', '085326.257500', '085326.717500', '085327.177500', '085327.637500', '085328.097500', '085328.557500', '085329.017500', '085329.477500', '085329.937500', '085330.397500', '085330.857500', '085331.317500', '085331.777500', '085332.237500', '085332.697500', '085333.157500', '085333.617500', '085334.077500', '085334.537500', '085334.997500', '085335.457500', '085335.917500', '085336.377500', '085336.837500', '085337.297500', '085337.757500', '085338.217500', '085338.677500', '085339.137500', '085339.597500', '085340.057500', '085340.517500', '085340.977500', '085341.437500', '085341.897500', '085342.357500', '085342.817500', '085343.277500', '085343.737500', '085344.197500', '085344.657500', '085345.117500', '085345.577500', '085346.037500', '085346.497500', '085346.957500', '085347.417500', '085347.877500', '085348.337500', '085348.797500', '085349.257500', '085349.717500', '085350.177500', '085350.637500', '085351.097500', '085351.557500', '085352.017500', '085352.477500', '085352.937500', '085353.397500', '085353.857500', '085354.317500', '085354.777500', '085355.237500', '085355.697500', '085356.157500', '085356.617500', '085357.077500', '085357.537500', '085357.997500', '085358.457500', '085358.917500', '085359.377500', '085359.837500', '085400.297500', '085400.757500', '085401.217500', '085401.677500', '085402.137500', '085402.597500', '085403.057500', '085403.517500', '085403.977500', '085404.437500', '085404.897500', '085405.357500', '085405.817500', '085406.277500', '085406.737500', '085407.197500', '085407.657500', '085408.117500', '085408.577500', '085409.037500', '085409.497500', '085409.957500', '085410.417500', '085410.877500', '085411.337500', '085411.797500', '085412.257500', '085412.717500', '085413.177500', '085413.637500', '085414.097500', '085414.557500', '085415.017500', '085415.477500', '085415.937500', '085416.397500', '085416.857500', '085417.317500', '085417.777500', '085418.237500', '085418.697500', '085419.157500', '085419.617500', '085420.077500', '085420.537500', '085420.997500', '085421.457500', '085421.917500', '085422.377500', '085422.837500', '085423.297500', '085423.757500', '085424.217500', '085424.677500', '085425.137500', '085425.597500', '085426.057500', '085426.517500', '085426.977500', '085427.437500', '085427.897500', '085428.357500', '085428.817500', '085429.277500', '085429.737500', '085430.197500', '085430.657500', '085431.117500', '085431.577500', '085432.037500', '085432.497500', '085432.957500', '085433.417500', '085433.877500', '085434.337500', '085434.797500', '085435.257500', '085435.717500', '085436.177500', '085436.637500', '085437.097500', '085437.557500', '085438.017500', '085438.477500', '085438.937500', '085439.397500', '085439.857500', '085440.317500', '085440.777500', '085441.237500', '085441.697500', '085442.157500', '085442.617500', '085443.077500', '085443.537500', '085443.997500', '085444.457500', '085444.917500', '085445.377500', '085445.837500', '085446.297500', '085446.757500', '085447.217500', '085447.677500', '085448.137500', '085448.597500', '085449.057500', '085449.517500', '085449.977500', '085450.437500', '085450.897500', '085451.357500', '085451.817500', '085452.277500', '085452.737500', '085453.197500', '085453.657500', '085454.117500', '085454.577500', '085455.037500', '085455.497500', '085455.957500', '085456.417500', '085456.877500', '085457.337500', '085457.797500', '085458.257500', '085458.717500', '085459.177500', '085459.637500', '085500.097500', '085500.557500', '085501.017500', '085501.477500', '085501.937500', '085502.397500', '085502.857500', '085503.317500', '085503.777500', '085504.237500', '085504.697500', '085505.157500', '085505.617500', '085506.077500', '085506.537500', '085506.997500', '085507.457500', '085507.917500', '085508.377500', '085508.837500', '085509.297500', '085509.757500', '085510.217500', '085510.677500', '085511.137500', '085511.597500', '085512.057500', '085512.517500', '085512.977500', '085513.437500', '085513.897500', '085514.357500', '085514.817500', '085515.277500', '085515.737500', '085516.197500', '085516.657500', '085517.117500', '085517.577500', '085518.037500', '085518.497500', '085518.957500', '085519.417500', '085519.877500', '085520.337500', '085520.797500', '085521.257500', '085521.717500', '085522.177500', '085522.637500', '085523.097500', '085523.557500', '085524.017500', '085524.477500', '085524.937500', '085525.397500', '085525.857500', '085526.317500', '085526.777500', '085527.237500', '085527.697500', '085528.157500', '085528.617500', '085529.077500', '085529.537500', '085529.997500', '085530.457500', '085530.917500', '085531.377500', '085531.837500', '085532.297500', '085532.757500', '085533.217500', '085533.677500', '085534.137500', '085534.597500', '085535.057500', '085535.517500', '085535.977500', '085536.437500', '085536.897500', '085537.357500', '085537.817500', '085538.277500', '085538.737500', '085539.197500', '085539.657500', '085540.117500', '085540.577500', '085541.037500', '085541.497500', '085541.957500', '085542.417500', '085542.877500', '085543.337500', '085543.797500', '085544.257500', '085544.717500', '085545.177500', '085545.637500', '085546.097500', '085546.557500', '085547.017500', '085547.477500', '085547.937500', '085548.397500', '085548.857500', '085549.317500', '085549.777500', '085550.237500', '085550.697500', '085551.157500', '085551.617500', '085552.077500', '085552.537500', '085552.997500', '085553.457500', '085553.917500', '085554.377500', '085554.837500', '085555.297500', '085555.757500', '085556.217500', '085556.677500', '085557.137500', '085557.597500', '085558.057500', '085558.517500', '085558.977500', '085559.437500', '085559.897500', '085600.357500', '085600.817500', '085601.277500', '085601.737500', '085602.197500', '085602.657500', '085603.117500', '085603.577500', '085604.037500', '085604.497500', '085604.957500', '085605.417500', '085605.877500', '085606.337500', '085606.797500', '085607.257500', '085607.717500', '085608.177500', '085608.637500', '085609.097500', '085609.557500', '085610.017500', '085610.477500', '085610.937500', '085611.397500', '085611.857500', '085612.317500', '085612.777500', '085613.237500', '085613.697500', '085614.157500', '085614.617500', '085615.077500', '085615.537500', '085615.997500', '085616.457500', '085616.917500', '085617.377500', '085617.837500', '085618.297500', '085618.757500', '085619.217500', '085619.677500', '085620.137500', '085620.597500', '085621.057500', '085621.517500', '085621.977500', '085622.437500', '085622.897500', '085623.357500', '085623.817500', '085624.277500', '085624.737500', '085625.197500', '085625.657500', '085626.117500', '085626.577500', '085627.037500', '085627.497500', '085627.957500', '085628.417500', '085628.877500', '085629.337500', '085629.797500', '085630.257500', '085630.717500', '085631.177500', '085631.637500', '085632.097500', '085632.557500', '085633.017500', '085633.477500', '085633.937500', '085634.397500', '085634.857500', '085635.317500', '085635.777500', '085636.237500', '085636.697500', '085637.157500', '085637.617500', '085638.077500', '085638.537500', '085638.997500', '085639.457500', '085639.917500', '085640.377500', '085640.837500', '085641.297500', '085641.757500', '085642.217500', '085642.677500', '085643.137500', '085643.597500', '085644.057500', '085644.517500', '085644.977500', '085645.437500', '085645.897500', '085646.357500', '085646.817500', '085647.277500', '085647.737500', '085648.197500', '085648.657500', '085649.117500', '085649.577500', '085650.037500', '085650.497500', '085650.957500', '085651.417500', '085651.877500', '085652.337500', '085652.797500', '085653.257500', '085653.717500', '085654.177500', '085654.637500', '085655.097500', '085655.557500', '085656.017500', '085656.477500', '085656.937500', '085657.397500', '085657.857500', '085658.317500', '085658.777500', '085659.237500', '085659.697500', '085700.157500', '085700.617500', '085701.077500', '085701.537500', '085701.997500', '085702.457500', '085702.917500', '085703.377500', '085703.837500', '085704.297500', '085704.757500', '085705.217500', '085705.677500', '085706.137500', '085706.597500', '085707.057500', '085707.517500', '085707.977500', '085708.437500', '085708.897500', '085709.357500', '085709.817500', '085710.277500', '085710.737500', '085711.197500', '085711.657500', '085712.117500', '085712.577500', '085713.037500', '085713.497500', '085713.957500', '085714.417500', '085714.877500', '085715.337500', '085715.797500', '085716.257500', '085716.717500', '085717.177500', '085717.637500', '085718.097500', '085718.557500', '085719.017500', '085719.477500', '085719.937500', '085720.397500', '085720.857500', '085721.317500', '085721.777500', '085722.237500', '085722.697500', '085723.157500', '085723.617500', '085724.077500', '085724.537500', '085724.997500', '085725.457500', '085725.917500', '085726.377500', '085726.837500', '085727.297500', '085727.757500', '085728.217500', '085728.677500', '085729.137500', '085729.597500', '085730.057500', '085730.517500', '085730.977500', '085731.437500', '085731.897500', '085732.357500', '085732.817500', '085733.277500', '085733.737500', '085734.197500', '085734.657500', '085735.117500', '085735.577500', '085736.037500', '085736.497500', '085736.957500', '085737.417500', '085737.877500', '085738.337500', '085738.797500', '085739.257500', '085739.717500', '085740.177500', '085740.637500', '085741.097500', '085741.557500', '085742.017500', '085742.477500', '085742.937500', '085743.397500', '085743.857500', '085744.317500', '085744.777500', '085745.237500', '085745.697500', '085746.157500', '085746.617500', '085747.077500', '085747.537500', '085747.997500', '085748.457500', '085748.917500', '085749.377500', '085749.837500', '085750.297500', '085750.757500', '085751.217500', '085751.677500', '085752.137500', '085752.597500', '085753.057500', '085753.517500', '085753.977500', '085754.437500', '085754.897500', '085755.357500', '085755.817500', '085756.277500', '085756.737500', '085757.197500', '085757.657500', '085758.117500', '085758.577500', '085759.037500', '085759.497500', '085759.957500', '085800.417500', '085800.877500', '085801.337500', '085801.797500', '085802.257500', '085802.717500', '085803.177500', '085803.637500', '085804.097500', '085804.557500', '085805.017500', '085805.477500', '085805.937500', '085806.397500', '085806.857500', '085807.317500', '085807.777500', '085808.237500', '085808.697500', '085809.157500', '085809.617500'], 'ContentTime': ['085138.879000', '085138.882000', '085138.885000', '085138.887000', '085138.890000', '085138.892000', '085138.895000', '085138.898000', '085138.901000', '085138.903000', '085138.912000', '085138.914000', '085138.917000', '085138.920000', '085138.922000', '085138.925000', '085138.929000', '085138.932000', '085138.934000', '085138.937000', '085158.854000', '085158.856000', '085158.859000', '085158.862000', '085158.865000', '085158.868000', '085158.871000', '085158.873000', '085158.876000', '085158.878000', '085158.881000', '085158.883000', '085158.887000', '085158.889000', '085158.892000', '085158.894000', '085158.897000', '085158.900000', '085158.902000', '085158.905000', '085158.907000', '085158.910000', '085158.912000', '085158.915000', '085158.924000', '085158.926000', '085158.929000', '085158.931000', '085158.934000', '085158.937000', '085158.939000', '085158.942000', '085158.944000', '085158.947000', '085158.949000', '085158.952000', '085158.955000', '085158.957000', '085158.960000', '085158.962000', '085158.965000', '085158.967000', '085158.970000', '085218.853000', '085218.856000', '085218.859000', '085218.861000', '085218.864000', '085218.867000', '085218.869000', '085218.872000', '085218.875000', '085218.877000', '085218.880000', '085218.882000', '085218.885000', '085218.888000', '085218.890000', '085218.893000', '085218.895000', '085218.898000', '085218.900000', '085218.903000', '085218.905000', '085218.908000', '085218.910000', '085218.913000', '085218.915000', '085218.918000', '085218.920000', '085218.923000', '085218.925000', '085218.928000', '085218.931000', '085218.933000', '085218.936000', '085218.938000', '085218.941000', '085218.943000', '085218.946000', '085218.948000', '085218.951000', '085218.953000', '085218.956000', '085218.958000', '085218.961000', '085218.963000', '085238.853000', '085238.856000', '085238.859000', '085238.861000', '085238.864000', '085238.866000', '085238.869000', '085238.871000', '085238.874000', '085238.876000', '085238.879000', '085238.882000', '085238.884000', '085238.887000', '085238.889000', '085238.892000', '085238.894000', '085238.897000', '085238.899000', '085238.902000', '085238.904000', '085238.907000', '085238.909000', '085238.912000', '085238.915000', '085238.918000', '085238.921000', '085238.924000', '085238.926000', '085238.929000', '085238.931000', '085238.934000', '085238.936000', '085238.939000', '085238.941000', '085238.944000', '085238.946000', '085238.949000', '085238.951000', '085238.954000', '085238.957000', '085238.959000', '085238.962000', '085258.853000', '085258.856000', '085258.859000', '085258.861000', '085258.864000', '085258.866000', '085258.869000', '085258.872000', '085258.874000', '085258.877000', '085258.879000', '085258.882000', '085258.884000', '085258.887000', '085258.889000', '085258.892000', '085258.894000', '085258.897000', '085258.900000', '085258.917000', '085258.919000', '085258.922000', '085258.924000', '085258.927000', '085258.929000', '085258.932000', '085258.934000', '085258.937000', '085258.940000', '085258.942000', '085258.945000', '085258.947000', '085258.950000', '085258.952000', '085258.955000', '085258.957000', '085258.960000', '085258.963000', '085258.965000', '085258.968000', '085258.970000', '085258.973000', '085258.975000', '085258.978000', '085318.853000', '085318.855000', '085318.858000', '085318.861000', '085318.863000', '085318.866000', '085318.868000', '085318.871000', '085318.873000', '085318.876000', '085318.878000', '085318.881000', '085318.884000', '085318.886000', '085318.889000', '085318.892000', '085318.894000', '085318.897000', '085318.900000', '085318.903000', '085318.905000', '085318.908000', '085318.910000', '085318.913000', '085318.915000', '085318.918000', '085318.921000', '085318.923000', '085318.927000', '085318.929000', '085318.932000', '085318.935000', '085318.937000', '085318.940000', '085318.942000', '085318.945000', '085318.947000', '085318.950000', '085318.953000', '085318.955000', '085318.958000', '085318.960000', '085318.963000', '085338.852000', '085338.855000', '085338.858000', '085338.860000', '085338.863000', '085338.865000', '085338.868000', '085338.871000', '085338.873000', '085338.876000', '085338.878000', '085338.881000', '085338.883000', '085338.886000', '085338.888000', '085338.891000', '085338.894000', '085338.896000', '085338.899000', '085338.901000', '085338.904000', '085338.907000', '085338.909000', '085338.912000', '085338.914000', '085338.917000', '085338.919000', '085338.922000', '085338.924000', '085338.927000', '085338.929000', '085338.932000', '085338.935000', '085338.937000', '085338.940000', '085338.942000', '085338.945000', '085338.947000', '085338.950000', '085338.952000', '085338.955000', '085338.957000', '085338.960000', '085338.963000', '085358.853000', '085358.856000', '085358.859000', '085358.861000', '085358.864000', '085358.867000', '085358.869000', '085358.872000', '085358.874000', '085358.877000', '085358.879000', '085358.882000', '085358.884000', '085358.887000', '085358.890000', '085358.892000', '085358.895000', '085358.897000', '085358.900000', '085358.902000', '085358.905000', '085358.907000', '085358.910000', '085358.913000', '085358.915000', '085358.918000', '085358.920000', '085358.923000', '085358.926000', '085358.928000', '085358.931000', '085358.934000', '085358.936000', '085358.939000', '085358.942000', '085358.944000', '085358.947000', '085358.949000', '085358.952000', '085358.954000', '085358.957000', '085358.959000', '085358.962000', '085418.853000', '085418.856000', '085418.859000', '085418.862000', '085418.864000', '085418.867000', '085418.869000', '085418.872000', '085418.874000', '085418.877000', '085418.879000', '085418.882000', '085418.885000', '085418.887000', '085418.890000', '085418.892000', '085418.895000', '085418.897000', '085418.900000', '085418.903000', '085418.905000', '085418.908000', '085418.911000', '085418.913000', '085418.916000', '085418.918000', '085418.921000', '085418.923000', '085418.926000', '085418.929000', '085418.931000', '085418.934000', '085418.936000', '085418.939000', '085418.941000', '085418.944000', '085418.946000', '085418.949000', '085418.952000', '085418.954000', '085418.957000', '085418.959000', '085418.962000', '085418.964000', '085438.854000', '085438.856000', '085438.859000', '085438.862000', '085438.864000', '085438.867000', '085438.869000', '085438.872000', '085438.874000', '085438.877000', '085438.879000', '085438.882000', '085438.885000', '085438.887000', '085438.903000', '085438.906000', '085438.908000', '085438.911000', '085438.913000', '085438.916000', '085438.918000', '085438.921000', '085438.924000', '085438.926000', '085438.929000', '085438.931000', '085438.934000', '085438.936000', '085438.939000', '085438.941000', '085438.944000', '085438.946000', '085438.949000', '085438.952000', '085438.954000', '085438.957000', '085438.959000', '085438.962000', '085438.965000', '085438.968000', '085438.972000', '085438.975000', '085438.977000', '085458.854000', '085458.856000', '085458.859000', '085458.862000', '085458.864000', '085458.867000', '085458.869000', '085458.872000', '085458.874000', '085458.877000', '085458.880000', '085458.882000', '085458.885000', '085458.887000', '085458.890000', '085458.892000', '085458.895000', '085458.898000', '085458.900000', '085458.903000', '085458.905000', '085458.908000', '085458.910000', '085458.913000', '085458.915000', '085458.918000', '085458.921000', '085458.923000', '085458.926000', '085458.928000', '085458.931000', '085458.933000', '085458.936000', '085458.938000', '085458.941000', '085458.944000', '085458.946000', '085458.949000', '085458.951000', '085458.954000', '085458.956000', '085458.959000', '085458.962000', '085458.964000', '085518.854000', '085518.856000', '085518.859000', '085518.861000', '085518.864000', '085518.867000', '085518.869000', '085518.872000', '085518.874000', '085518.877000', '085518.879000', '085518.882000', '085518.884000', '085518.887000', '085518.890000', '085518.892000', '085518.895000', '085518.897000', '085518.900000', '085518.902000', '085518.905000', '085518.907000', '085518.910000', '085518.913000', '085518.915000', '085518.918000', '085518.921000', '085518.923000', '085518.926000', '085518.928000', '085518.931000', '085518.934000', '085518.936000', '085518.939000', '085518.941000', '085518.944000', '085518.946000', '085518.949000', '085518.952000', '085518.954000', '085518.957000', '085518.959000', '085518.963000', '085538.853000', '085538.855000', '085538.858000', '085538.861000', '085538.863000', '085538.866000', '085538.868000', '085538.871000', '085538.873000', '085538.876000', '085538.879000', '085538.881000', '085538.884000', '085538.887000', '085538.889000', '085538.892000', '085538.894000', '085538.897000', '085538.904000', '085538.906000', '085538.909000', '085538.911000', '085538.914000', '085538.917000', '085538.919000', '085538.922000', '085538.924000', '085538.927000', '085538.930000', '085538.932000', '085538.935000', '085538.937000', '085538.940000', '085538.942000', '085538.945000', '085538.948000', '085538.950000', '085538.953000', '085538.955000', '085538.958000', '085538.961000', '085538.963000', '085538.966000', '085538.968000', '085558.853000', '085558.856000', '085558.858000', '085558.861000', '085558.863000', '085558.866000', '085558.868000', '085558.871000', '085558.874000', '085558.876000', '085558.879000', '085558.881000', '085558.884000', '085558.887000', '085558.889000', '085558.892000', '085558.894000', '085558.897000', '085558.899000', '085558.902000', '085558.904000', '085558.907000', '085558.910000', '085558.912000', '085558.915000', '085558.918000', '085558.920000', '085558.923000', '085558.925000', '085558.928000', '085558.930000', '085558.933000', '085558.935000', '085558.938000', '085558.941000', '085558.943000', '085558.946000', '085558.948000', '085558.951000', '085558.969000', '085558.971000', '085558.974000', '085558.977000', '085618.854000', '085618.856000', '085618.859000', '085618.861000', '085618.864000', '085618.867000', '085618.869000', '085618.872000', '085618.874000', '085618.877000', '085618.880000', '085618.882000', '085618.885000', '085618.887000', '085618.890000', '085618.892000', '085618.895000', '085618.897000', '085618.900000', '085618.903000', '085618.905000', '085618.908000', '085618.910000', '085618.913000', '085618.916000', '085618.918000', '085618.921000', '085618.923000', '085618.926000', '085618.928000', '085618.931000', '085618.933000', '085618.936000', '085618.939000', '085618.941000', '085618.944000', '085618.947000', '085618.949000', '085618.952000', '085618.955000', '085618.957000', '085618.960000', '085618.962000', '085618.965000', '085638.854000', '085638.856000', '085638.859000', '085638.862000', '085638.864000', '085638.867000', '085638.869000', '085638.872000', '085638.875000', '085638.877000', '085638.880000', '085638.882000', '085638.885000', '085638.888000', '085638.890000', '085638.893000', '085638.895000', '085638.898000', '085638.901000', '085638.903000', '085638.906000', '085638.908000', '085638.911000', '085638.913000', '085638.916000', '085638.919000', '085638.921000', '085638.924000', '085638.926000', '085638.929000', '085638.931000', '085638.934000', '085638.937000', '085638.939000', '085638.942000', '085638.944000', '085638.947000', '085638.949000', '085638.952000', '085638.955000', '085638.957000', '085638.960000', '085638.962000', '085658.853000', '085658.856000', '085658.859000', '085658.862000', '085658.864000', '085658.867000', '085658.870000', '085658.872000', '085658.875000', '085658.877000', '085658.880000', '085658.882000', '085658.890000', '085658.893000', '085658.896000', '085658.898000', '085658.901000', '085658.903000', '085658.906000', '085658.909000', '085658.911000', '085658.914000', '085658.917000', '085658.919000', '085658.922000', '085658.924000', '085658.927000', '085658.929000', '085658.932000', '085658.935000', '085658.937000', '085658.940000', '085658.942000', '085658.945000', '085658.947000', '085658.950000', '085658.953000', '085658.955000', '085658.958000', '085658.960000', '085658.963000', '085658.966000', '085658.974000', '085658.976000', '085718.854000', '085718.857000', '085718.859000', '085718.862000', '085718.864000', '085718.867000', '085718.869000', '085718.872000', '085718.875000', '085718.877000', '085718.880000', '085718.882000', '085718.885000', '085718.887000', '085718.890000', '085718.893000', '085718.895000', '085718.898000', '085718.900000', '085718.903000', '085718.905000', '085718.908000', '085718.911000', '085718.913000', '085718.916000', '085718.918000', '085718.921000', '085718.923000', '085718.926000', '085718.929000', '085718.931000', '085718.934000', '085718.936000', '085718.939000', '085718.941000', '085718.944000', '085718.947000', '085718.949000', '085718.952000', '085718.955000', '085718.958000', '085718.962000', '085718.964000', '085738.853000', '085738.855000', '085738.858000', '085738.861000', '085738.863000', '085738.866000', '085738.880000', '085738.883000', '085738.886000', '085738.888000', '085738.891000', '085738.893000', '085738.896000', '085738.898000', '085738.901000', '085738.904000', '085738.906000', '085738.909000', '085738.911000', '085738.914000', '085738.916000', '085738.919000', '085738.922000', '085738.924000', '085738.927000', '085738.929000', '085738.932000', '085738.934000', '085738.937000', '085738.940000', '085738.942000', '085738.945000', '085738.947000', '085738.950000', '085738.952000', '085738.955000', '085738.958000', '085738.960000', '085738.963000', '085738.965000', '085738.968000', '085738.970000', '085738.973000', '085738.975000', '085758.853000', '085758.855000', '085758.858000', '085758.860000', '085758.863000', '085758.866000', '085758.868000', '085758.871000', '085758.873000', '085758.876000', '085758.879000', '085758.881000', '085758.884000', '085758.886000', '085758.889000', '085758.891000', '085758.894000', '085758.896000', '085758.899000', '085758.902000', '085758.904000', '085758.907000', '085758.909000', '085758.912000', '085758.914000', '085758.917000', '085758.920000', '085758.922000', '085758.925000', '085758.927000', '085758.930000', '085758.932000', '085758.935000', '085758.937000', '085758.940000', '085758.943000', '085758.945000', '085758.948000', '085758.950000', '085758.953000', '085758.955000', '085758.958000', '085758.961000', '085810.517000', '085810.520000', '085810.522000', '085810.525000', '085810.528000', '085810.531000', '085810.533000', '085810.536000', '085810.539000', '085810.541000', '085810.544000', '085810.547000', '085810.549000', '085810.552000', '085810.555000', '085810.557000', '085810.560000', '085810.562000', '085810.565000', '085810.568000', '085810.570000', '085810.573000', '085810.576000', '085810.578000', '085810.581000', '085810.584000'], 'InstanceCreationTime': ['085138.879000', '085138.882000', '085138.885000', '085138.887000', '085138.890000', '085138.892000', '085138.895000', '085138.898000', '085138.901000', '085138.903000', '085138.912000', '085138.914000', '085138.917000', '085138.920000', '085138.922000', '085138.925000', '085138.929000', '085138.932000', '085138.934000', '085138.937000', '085158.854000', '085158.856000', '085158.859000', '085158.862000', '085158.865000', '085158.868000', '085158.871000', '085158.873000', '085158.876000', '085158.878000', '085158.881000', '085158.883000', '085158.887000', '085158.889000', '085158.892000', '085158.894000', '085158.897000', '085158.900000', '085158.902000', '085158.905000', '085158.907000', '085158.910000', '085158.912000', '085158.915000', '085158.924000', '085158.926000', '085158.929000', '085158.931000', '085158.934000', '085158.937000', '085158.939000', '085158.942000', '085158.944000', '085158.947000', '085158.949000', '085158.952000', '085158.955000', '085158.957000', '085158.960000', '085158.962000', '085158.965000', '085158.967000', '085158.970000', '085218.853000', '085218.856000', '085218.859000', '085218.861000', '085218.864000', '085218.867000', '085218.869000', '085218.872000', '085218.875000', '085218.877000', '085218.880000', '085218.882000', '085218.885000', '085218.888000', '085218.890000', '085218.893000', '085218.895000', '085218.898000', '085218.900000', '085218.903000', '085218.905000', '085218.908000', '085218.910000', '085218.913000', '085218.915000', '085218.918000', '085218.920000', '085218.923000', '085218.925000', '085218.928000', '085218.931000', '085218.933000', '085218.936000', '085218.938000', '085218.941000', '085218.943000', '085218.946000', '085218.948000', '085218.951000', '085218.953000', '085218.956000', '085218.958000', '085218.961000', '085218.963000', '085238.853000', '085238.856000', '085238.859000', '085238.861000', '085238.864000', '085238.866000', '085238.869000', '085238.871000', '085238.874000', '085238.876000', '085238.879000', '085238.882000', '085238.884000', '085238.887000', '085238.889000', '085238.892000', '085238.894000', '085238.897000', '085238.899000', '085238.902000', '085238.904000', '085238.907000', '085238.909000', '085238.912000', '085238.915000', '085238.918000', '085238.921000', '085238.924000', '085238.926000', '085238.929000', '085238.931000', '085238.934000', '085238.936000', '085238.939000', '085238.941000', '085238.944000', '085238.946000', '085238.949000', '085238.951000', '085238.954000', '085238.957000', '085238.959000', '085238.962000', '085258.853000', '085258.856000', '085258.859000', '085258.861000', '085258.864000', '085258.866000', '085258.869000', '085258.872000', '085258.874000', '085258.877000', '085258.879000', '085258.882000', '085258.884000', '085258.887000', '085258.889000', '085258.892000', '085258.894000', '085258.897000', '085258.900000', '085258.917000', '085258.919000', '085258.922000', '085258.924000', '085258.927000', '085258.929000', '085258.932000', '085258.934000', '085258.937000', '085258.940000', '085258.942000', '085258.945000', '085258.947000', '085258.950000', '085258.952000', '085258.955000', '085258.957000', '085258.960000', '085258.963000', '085258.965000', '085258.968000', '085258.970000', '085258.973000', '085258.975000', '085258.978000', '085318.853000', '085318.855000', '085318.858000', '085318.861000', '085318.863000', '085318.866000', '085318.868000', '085318.871000', '085318.873000', '085318.876000', '085318.878000', '085318.881000', '085318.884000', '085318.886000', '085318.889000', '085318.892000', '085318.894000', '085318.897000', '085318.900000', '085318.903000', '085318.905000', '085318.908000', '085318.910000', '085318.913000', '085318.915000', '085318.918000', '085318.921000', '085318.923000', '085318.927000', '085318.929000', '085318.932000', '085318.935000', '085318.937000', '085318.940000', '085318.942000', '085318.945000', '085318.947000', '085318.950000', '085318.953000', '085318.955000', '085318.958000', '085318.960000', '085318.963000', '085338.852000', '085338.855000', '085338.858000', '085338.860000', '085338.863000', '085338.865000', '085338.868000', '085338.871000', '085338.873000', '085338.876000', '085338.878000', '085338.881000', '085338.883000', '085338.886000', '085338.888000', '085338.891000', '085338.894000', '085338.896000', '085338.899000', '085338.901000', '085338.904000', '085338.907000', '085338.909000', '085338.912000', '085338.914000', '085338.917000', '085338.919000', '085338.922000', '085338.924000', '085338.927000', '085338.929000', '085338.932000', '085338.935000', '085338.937000', '085338.940000', '085338.942000', '085338.945000', '085338.947000', '085338.950000', '085338.952000', '085338.955000', '085338.957000', '085338.960000', '085338.963000', '085358.853000', '085358.856000', '085358.859000', '085358.861000', '085358.864000', '085358.867000', '085358.869000', '085358.872000', '085358.874000', '085358.877000', '085358.879000', '085358.882000', '085358.884000', '085358.887000', '085358.890000', '085358.892000', '085358.895000', '085358.897000', '085358.900000', '085358.902000', '085358.905000', '085358.907000', '085358.910000', '085358.913000', '085358.915000', '085358.918000', '085358.920000', '085358.923000', '085358.926000', '085358.928000', '085358.931000', '085358.934000', '085358.936000', '085358.939000', '085358.942000', '085358.944000', '085358.947000', '085358.949000', '085358.952000', '085358.954000', '085358.957000', '085358.959000', '085358.962000', '085418.853000', '085418.856000', '085418.859000', '085418.862000', '085418.864000', '085418.867000', '085418.869000', '085418.872000', '085418.874000', '085418.877000', '085418.879000', '085418.882000', '085418.885000', '085418.887000', '085418.890000', '085418.892000', '085418.895000', '085418.897000', '085418.900000', '085418.903000', '085418.905000', '085418.908000', '085418.911000', '085418.913000', '085418.916000', '085418.918000', '085418.921000', '085418.923000', '085418.926000', '085418.929000', '085418.931000', '085418.934000', '085418.936000', '085418.939000', '085418.941000', '085418.944000', '085418.946000', '085418.949000', '085418.952000', '085418.954000', '085418.957000', '085418.959000', '085418.962000', '085418.964000', '085438.854000', '085438.856000', '085438.859000', '085438.862000', '085438.864000', '085438.867000', '085438.869000', '085438.872000', '085438.874000', '085438.877000', '085438.879000', '085438.882000', '085438.885000', '085438.887000', '085438.903000', '085438.906000', '085438.908000', '085438.911000', '085438.913000', '085438.916000', '085438.918000', '085438.921000', '085438.924000', '085438.926000', '085438.929000', '085438.931000', '085438.934000', '085438.936000', '085438.939000', '085438.941000', '085438.944000', '085438.946000', '085438.949000', '085438.952000', '085438.954000', '085438.957000', '085438.959000', '085438.962000', '085438.965000', '085438.968000', '085438.972000', '085438.975000', '085438.977000', '085458.854000', '085458.856000', '085458.859000', '085458.862000', '085458.864000', '085458.867000', '085458.869000', '085458.872000', '085458.874000', '085458.877000', '085458.880000', '085458.882000', '085458.885000', '085458.887000', '085458.890000', '085458.892000', '085458.895000', '085458.898000', '085458.900000', '085458.903000', '085458.905000', '085458.908000', '085458.910000', '085458.913000', '085458.915000', '085458.918000', '085458.921000', '085458.923000', '085458.926000', '085458.928000', '085458.931000', '085458.933000', '085458.936000', '085458.938000', '085458.941000', '085458.944000', '085458.946000', '085458.949000', '085458.951000', '085458.954000', '085458.956000', '085458.959000', '085458.962000', '085458.964000', '085518.854000', '085518.856000', '085518.859000', '085518.861000', '085518.864000', '085518.867000', '085518.869000', '085518.872000', '085518.874000', '085518.877000', '085518.879000', '085518.882000', '085518.884000', '085518.887000', '085518.890000', '085518.892000', '085518.895000', '085518.897000', '085518.900000', '085518.902000', '085518.905000', '085518.907000', '085518.910000', '085518.913000', '085518.915000', '085518.918000', '085518.921000', '085518.923000', '085518.926000', '085518.928000', '085518.931000', '085518.934000', '085518.936000', '085518.939000', '085518.941000', '085518.944000', '085518.946000', '085518.949000', '085518.952000', '085518.954000', '085518.957000', '085518.959000', '085518.963000', '085538.853000', '085538.855000', '085538.858000', '085538.861000', '085538.863000', '085538.866000', '085538.868000', '085538.871000', '085538.873000', '085538.876000', '085538.879000', '085538.881000', '085538.884000', '085538.887000', '085538.889000', '085538.892000', '085538.894000', '085538.897000', '085538.904000', '085538.906000', '085538.909000', '085538.911000', '085538.914000', '085538.917000', '085538.919000', '085538.922000', '085538.924000', '085538.927000', '085538.930000', '085538.932000', '085538.935000', '085538.937000', '085538.940000', '085538.942000', '085538.945000', '085538.948000', '085538.950000', '085538.953000', '085538.955000', '085538.958000', '085538.961000', '085538.963000', '085538.966000', '085538.968000', '085558.853000', '085558.856000', '085558.858000', '085558.861000', '085558.863000', '085558.866000', '085558.868000', '085558.871000', '085558.874000', '085558.876000', '085558.879000', '085558.881000', '085558.884000', '085558.887000', '085558.889000', '085558.892000', '085558.894000', '085558.897000', '085558.899000', '085558.902000', '085558.904000', '085558.907000', '085558.910000', '085558.912000', '085558.915000', '085558.918000', '085558.920000', '085558.923000', '085558.925000', '085558.928000', '085558.930000', '085558.933000', '085558.935000', '085558.938000', '085558.941000', '085558.943000', '085558.946000', '085558.948000', '085558.951000', '085558.969000', '085558.971000', '085558.974000', '085558.977000', '085618.854000', '085618.856000', '085618.859000', '085618.861000', '085618.864000', '085618.867000', '085618.869000', '085618.872000', '085618.874000', '085618.877000', '085618.880000', '085618.882000', '085618.885000', '085618.887000', '085618.890000', '085618.892000', '085618.895000', '085618.897000', '085618.900000', '085618.903000', '085618.905000', '085618.908000', '085618.910000', '085618.913000', '085618.916000', '085618.918000', '085618.921000', '085618.923000', '085618.926000', '085618.928000', '085618.931000', '085618.933000', '085618.936000', '085618.939000', '085618.941000', '085618.944000', '085618.947000', '085618.949000', '085618.952000', '085618.955000', '085618.957000', '085618.960000', '085618.962000', '085618.965000', '085638.854000', '085638.856000', '085638.859000', '085638.862000', '085638.864000', '085638.867000', '085638.869000', '085638.872000', '085638.875000', '085638.877000', '085638.880000', '085638.882000', '085638.885000', '085638.888000', '085638.890000', '085638.893000', '085638.895000', '085638.898000', '085638.901000', '085638.903000', '085638.906000', '085638.908000', '085638.911000', '085638.913000', '085638.916000', '085638.919000', '085638.921000', '085638.924000', '085638.926000', '085638.929000', '085638.931000', '085638.934000', '085638.937000', '085638.939000', '085638.942000', '085638.944000', '085638.947000', '085638.949000', '085638.952000', '085638.955000', '085638.957000', '085638.960000', '085638.962000', '085658.853000', '085658.856000', '085658.859000', '085658.862000', '085658.864000', '085658.867000', '085658.870000', '085658.872000', '085658.875000', '085658.877000', '085658.880000', '085658.882000', '085658.890000', '085658.893000', '085658.896000', '085658.898000', '085658.901000', '085658.903000', '085658.906000', '085658.909000', '085658.911000', '085658.914000', '085658.917000', '085658.919000', '085658.922000', '085658.924000', '085658.927000', '085658.929000', '085658.932000', '085658.935000', '085658.937000', '085658.940000', '085658.942000', '085658.945000', '085658.947000', '085658.950000', '085658.953000', '085658.955000', '085658.958000', '085658.960000', '085658.963000', '085658.966000', '085658.974000', '085658.976000', '085718.854000', '085718.857000', '085718.859000', '085718.862000', '085718.864000', '085718.867000', '085718.869000', '085718.872000', '085718.875000', '085718.877000', '085718.880000', '085718.882000', '085718.885000', '085718.887000', '085718.890000', '085718.893000', '085718.895000', '085718.898000', '085718.900000', '085718.903000', '085718.905000', '085718.908000', '085718.911000', '085718.913000', '085718.916000', '085718.918000', '085718.921000', '085718.923000', '085718.926000', '085718.929000', '085718.931000', '085718.934000', '085718.936000', '085718.939000', '085718.941000', '085718.944000', '085718.947000', '085718.949000', '085718.952000', '085718.955000', '085718.958000', '085718.962000', '085718.964000', '085738.853000', '085738.855000', '085738.858000', '085738.861000', '085738.863000', '085738.866000', '085738.880000', '085738.883000', '085738.886000', '085738.888000', '085738.891000', '085738.893000', '085738.896000', '085738.898000', '085738.901000', '085738.904000', '085738.906000', '085738.909000', '085738.911000', '085738.914000', '085738.916000', '085738.919000', '085738.922000', '085738.924000', '085738.927000', '085738.929000', '085738.932000', '085738.934000', '085738.937000', '085738.940000', '085738.942000', '085738.945000', '085738.947000', '085738.950000', '085738.952000', '085738.955000', '085738.958000', '085738.960000', '085738.963000', '085738.965000', '085738.968000', '085738.970000', '085738.973000', '085738.975000', '085758.853000', '085758.855000', '085758.858000', '085758.860000', '085758.863000', '085758.866000', '085758.868000', '085758.871000', '085758.873000', '085758.876000', '085758.879000', '085758.881000', '085758.884000', '085758.886000', '085758.889000', '085758.891000', '085758.894000', '085758.896000', '085758.899000', '085758.902000', '085758.904000', '085758.907000', '085758.909000', '085758.912000', '085758.914000', '085758.917000', '085758.920000', '085758.922000', '085758.925000', '085758.927000', '085758.930000', '085758.932000', '085758.935000', '085758.937000', '085758.940000', '085758.943000', '085758.945000', '085758.948000', '085758.950000', '085758.953000', '085758.955000', '085758.958000', '085758.961000', '085810.517000', '085810.520000', '085810.522000', '085810.525000', '085810.528000', '085810.531000', '085810.533000', '085810.536000', '085810.539000', '085810.541000', '085810.544000', '085810.547000', '085810.549000', '085810.552000', '085810.555000', '085810.557000', '085810.560000', '085810.562000', '085810.565000', '085810.568000', '085810.570000', '085810.573000', '085810.576000', '085810.578000', '085810.581000', '085810.584000'], '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': [12596, 9141, 12934, 9452, 13151, 10334, 12479, 9638, 7630, 11746, 8939, 12310, 8487, 11925, 9257, 12360, 9233, 10852, 9357, 8129, 10589, 10863, 10731, 16262, 11617, 8530, 11854, 8775, 12514, 9782, 14238, 10667, 11837, 10884, 8040, 12137, 8209, 13036, 9070, 15289, 9612, 17264, 10238, 14208, 9849, 12931, 10550, 16901, 11025, 11304, 11165, 7945, 12264, 8602, 12952, 8912, 13024, 9163, 14444, 9542, 13278, 9464, 12951, 9497, 12066, 17887, 10694, 12005, 10221, 7648, 10578, 7922, 11603, 8884, 11480, 8796, 12250, 9085, 12621, 9304, 13015, 9946, 14725, 10558, 14212, 9415, 13927, 10255, 17566, 11059, 16575, 10070, 14959, 9885, 13155, 9480, 13215, 9654, 13708, 10230, 11569, 10016, 7683, 11522, 8778, 12755, 9692, 13655, 9415, 15014, 10432, 14274, 9858, 13037, 10346, 12300, 10815, 15018, 11089, 9451, 11079, 8683, 11608, 8829, 12166, 8726, 12985, 10079, 14412, 9916, 14617, 10092, 15105, 10439, 13872, 10669, 8270, 10894, 8083, 12106, 9211, 13167, 11018, 10211, 10572, 7814, 12322, 9609, 14546, 10991, 10245, 12456, 9261, 15693, 10298, 9862, 12189, 9144, 14183, 10973, 15995, 10437, 10713, 11825, 12963, 12491, 11338, 16639, 10543, 17762, 10573, 12078, 10992, 8688, 13563, 10589, 13643, 9924, 8909, 11479, 9600, 11631, 18037, 11277, 9894, 11398, 7896, 12507, 9380, 12697, 9798, 10742, 10546, 9339, 11772, 9087, 13089, 9555, 10064, 10761, 8276, 13223, 10566, 16899, 10679, 15051, 10907, 19174, 12354, 16967, 12598, 15191, 10059, 10233, 10207, 8058, 11700, 9064, 12378, 10600, 12936, 10215, 8624, 10495, 7835, 12337, 9970, 14228, 10742, 9210, 10924, 7670, 11738, 9456, 13699, 11195, 12079, 10815, 8488, 11811, 8578, 13290, 10235, 17177, 11190, 16412, 10326, 14329, 10690, 13574, 11912, 8527, 12027, 9202, 13215, 10544, 11528, 10671, 8833, 11786, 8864, 13299, 9891, 13255, 9947, 10074, 11774, 8812, 13669, 9913, 10490, 10863, 8655, 12378, 9544, 17390, 11322, 10378, 11683, 8240, 14725, 10961, 12945, 12558, 9234, 13712, 11076, 9540, 15095, 10969, 8812, 12506, 8988, 16525, 11824, 15649, 11268, 9068, 12013, 9093, 12802, 9348, 12959, 9485, 17025, 10974, 11245, 10794, 8477, 12632, 9103, 12789, 9156, 12875, 9234, 12974, 10860, 13627, 10052, 8858, 10647, 8767, 11459, 12000, 10979, 8865, 11110, 8125, 11775, 8208, 12090, 8967, 12145, 9958, 12880, 9675, 13235, 9216, 12212, 9446, 10828, 9952, 8523, 10738, 8066, 11382, 8234, 11645, 9396, 13578, 10192, 10941, 10248, 8095, 12930, 9843, 14443, 10857, 15250, 11680, 16906, 13068, 17443, 11085, 15892, 10871, 16745, 11602, 17760, 12939, 14968, 10852, 13114, 10679, 12710, 10888, 13520, 10661, 11610, 10649, 10958, 11702, 7742, 11504, 7942, 11657, 7969, 12197, 8062, 12813, 8452, 12675, 9439, 12854, 9577, 13850, 9724, 12482, 8911, 10035, 9711, 10658, 10323, 11223, 10885, 8089, 11684, 7958, 12467, 9428, 14109, 10643, 15118, 10749, 15198, 9671, 14152, 10155, 15126, 12248, 16576, 12966, 15308, 9763, 12882, 10205, 14784, 11103, 13445, 10739, 8554, 10810, 8646, 10891, 9640, 11617, 8147, 11668, 8211, 11763, 8291, 12160, 8608, 13309, 8425, 13545, 8473, 13191, 8761, 13675, 9416, 15055, 10961, 15138, 9755, 14817, 10808, 15102, 12081, 15935, 12795, 15082, 9187, 13501, 9207, 13145, 9388, 13602, 10688, 10996, 10211, 8389, 10343, 9220, 10570, 12253, 11127, 8756, 11918, 8019, 11617, 8316, 12207, 8523, 13430, 8425, 13559, 8120, 12638, 8447, 13009, 8942, 15202, 10303, 14657, 9033, 13543, 9309, 14018, 10902, 14520, 9375, 13414, 8963, 13195, 9568, 13968, 10796, 14173, 8817, 13426, 9553, 14532, 10919, 15615, 11681, 15999, 9600, 13949, 9812, 14806, 12604, 16320, 9366, 14125, 9122, 13819, 9407, 13847, 10858, 12222, 9280, 9119, 9677, 10195, 10497, 12845, 10641, 13962, 11204, 8944, 10921, 8037, 10955, 8528, 11280, 8618, 12477, 8081, 12913, 8705, 13395, 9580, 15962, 12453, 12687, 10062, 10378, 10730, 15200, 10280, 17367, 10192, 10234, 10049, 7663, 12627, 8515, 11537, 10201, 7757, 13174, 9729, 7775, 12109, 8004, 13624, 9041, 15032, 10890, 16681, 11365, 15275, 9377, 13285, 10243, 16530, 11794, 17604, 12244, 8372, 11179, 7920, 12851, 8374, 14249, 10942, 16102, 9913, 13788, 9449, 17093, 11010, 14871, 11675, 14650, 11278, 13984, 9064, 13648, 9406, 13595, 10327, 14237, 9255, 12828, 9288, 13736, 9591, 14834, 10054, 13519, 9516, 7245, 10881, 7673, 12586, 9002, 11367, 8799, 13067, 9579, 13892, 9433, 12375, 9891, 16695, 12281, 12447, 10334, 7738, 11972, 8403, 12792, 9228, 13478, 8766, 14160, 9339, 13845, 9910, 15584, 11919, 16245, 12453, 14146, 9842, 8286, 11126, 8614, 12305, 9377, 12784, 9018, 14244, 9226, 13923, 9766, 14672, 9823, 15446, 10244, 15003, 9101, 7362, 10025, 7542, 12316, 8809, 12090, 8752, 12606, 8533, 12511, 8743, 14045, 13589, 13053, 9293, 11032, 7782, 11804, 15483, 10626, 14857, 10350, 7645, 10744, 7901, 11494, 9472, 11616, 11920, 11509, 8131, 12277, 8682, 12281, 12167, 12098, 8132, 12271, 8498, 13057, 8290, 13097, 8919, 12849, 8709, 12660, 8940, 12940, 9394, 13364, 9980, 15313, 11068, 15100, 9116, 13465, 9563, 13991, 9280, 14707, 8688, 13180, 7985, 12271, 8378, 11475, 8289, 12257, 8698, 12673, 8987, 13817, 9726, 15316, 12314, 15246, 9429, 12644, 9780, 13293, 10315, 16911, 11999, 12868, 9871, 13713, 9756, 16842, 11421, 14604, 12309, 14177, 9108, 8983, 9415, 8499, 10360, 12590, 10273, 13569, 10426, 7738, 11417, 7962, 12361, 8263, 12288, 11273, 10780, 10671, 10756, 7926, 12636, 8526, 13341, 9004, 13799, 8931, 14565, 10010, 14507, 9065, 14224, 9556, 14191, 11636, 14720, 9676, 13879, 8990, 13297, 9425, 10818, 10364, 7051, 11853, 8522, 8443, 10214, 7044, 12504, 8266, 16535, 10478, 16235, 10785, 10922, 16532, 10405, 18884, 15050, 18123, 15460, 17487, 12791, 16826, 11725, 15177, 10246, 13815, 9579, 12945, 9488, 12860, 10098, 9065, 10578, 7664, 11998, 8757, 11443, 15440, 9796, 14722, 9193, 13235, 8862, 11842, 8709, 11548, 9398, 11098, 9693, 7857, 10693, 7982, 11157, 8783, 10115, 11173, 9979, 7783, 11530, 7793, 11693, 8789, 11544, 13660], 'WindowCenter': [4429.0, 4383.0, 4401.0, 4369.0, 4401.0, 4381.0, 4387.0, 4367.0, 4348.0, 4388.0, 4369.0, 4389.0, 4359.0, 4390.0, 4370.0, 4388.0, 4370.0, 4378.0, 4370.0, 4349.0, 4392.0, 4379.0, 4392.0, 4422.0, 4390.0, 4359.0, 4390.0, 4360.0, 4400.0, 4381.0, 4412.0, 4393.0, 4390.0, 4392.0, 4360.0, 4401.0, 4361.0, 4401.0, 4370.0, 4422.0, 4371.0, 4419.0, 4380.0, 4409.0, 4380.0, 4398.0, 4380.0, 4421.0, 4380.0, 4378.0, 4389.0, 4348.0, 4388.0, 4357.0, 4399.0, 4359.0, 4400.0, 4358.0, 4398.0, 4368.0, 4398.0, 4367.0, 4398.0, 4367.0, 4388.0, 4408.0, 4377.0, 4375.0, 4367.0, 4336.0, 4377.0, 4347.0, 4388.0, 4370.0, 4390.0, 4359.0, 4389.0, 4370.0, 4399.0, 4370.0, 4401.0, 4381.0, 4409.0, 4380.0, 4399.0, 4370.0, 4398.0, 4380.0, 4420.0, 4379.0, 4409.0, 4367.0, 4397.0, 4366.0, 4385.0, 4356.0, 4385.0, 4368.0, 4398.0, 4368.0, 4377.0, 4367.0, 4337.0, 4389.0, 4359.0, 4400.0, 4369.0, 4400.0, 4371.0, 4409.0, 4379.0, 4399.0, 4369.0, 4398.0, 4380.0, 4388.0, 4380.0, 4409.0, 4379.0, 4368.0, 4388.0, 4357.0, 4388.0, 4358.0, 4389.0, 4359.0, 4399.0, 4369.0, 4398.0, 4379.0, 4408.0, 4379.0, 4409.0, 4380.0, 4398.0, 4378.0, 4347.0, 4378.0, 4348.0, 4400.0, 4381.0, 4411.0, 4392.0, 4380.0, 4390.0, 4350.0, 4400.0, 4381.0, 4411.0, 4392.0, 4381.0, 4401.0, 4371.0, 4421.0, 4382.0, 4380.0, 4401.0, 4370.0, 4410.0, 4390.0, 4410.0, 4381.0, 4379.0, 4391.0, 4399.0, 4390.0, 4379.0, 4409.0, 4366.0, 4410.0, 4367.0, 4376.0, 4376.0, 4348.0, 4398.0, 4378.0, 4397.0, 4368.0, 4357.0, 4388.0, 4368.0, 4390.0, 4418.0, 4378.0, 4366.0, 4376.0, 4347.0, 4388.0, 4368.0, 4387.0, 4369.0, 4378.0, 4380.0, 4369.0, 4390.0, 4359.0, 4398.0, 4369.0, 4379.0, 4391.0, 4361.0, 4401.0, 4382.0, 4422.0, 4381.0, 4409.0, 4382.0, 4420.0, 4389.0, 4398.0, 4377.0, 4385.0, 4355.0, 4365.0, 4366.0, 4346.0, 4389.0, 4358.0, 4389.0, 4391.0, 4399.0, 4381.0, 4359.0, 4390.0, 4351.0, 4401.0, 4383.0, 4411.0, 4391.0, 4370.0, 4392.0, 4351.0, 4401.0, 4383.0, 4413.0, 4393.0, 4400.0, 4392.0, 4360.0, 4401.0, 4360.0, 4412.0, 4381.0, 4420.0, 4391.0, 4411.0, 4381.0, 4410.0, 4381.0, 4401.0, 4391.0, 4359.0, 4400.0, 4372.0, 4410.0, 4392.0, 4402.0, 4393.0, 4372.0, 4401.0, 4370.0, 4410.0, 4381.0, 4400.0, 4381.0, 4381.0, 4402.0, 4371.0, 4412.0, 4393.0, 4392.0, 4394.0, 4372.0, 4414.0, 4383.0, 4422.0, 4392.0, 4380.0, 4401.0, 4360.0, 4412.0, 4406.0, 4415.0, 4401.0, 4370.0, 4413.0, 4392.0, 4381.0, 4413.0, 4391.0, 4370.0, 4401.0, 4372.0, 4421.0, 4390.0, 4409.0, 4391.0, 4358.0, 4388.0, 4356.0, 4388.0, 4357.0, 4389.0, 4367.0, 4407.0, 4377.0, 4374.0, 4376.0, 4346.0, 4388.0, 4346.0, 4386.0, 4355.0, 4386.0, 4356.0, 4386.0, 4377.0, 4396.0, 4366.0, 4357.0, 4377.0, 4345.0, 4378.0, 4377.0, 4377.0, 4357.0, 4378.0, 4347.0, 4388.0, 4347.0, 4387.0, 4369.0, 4388.0, 4380.0, 4399.0, 4371.0, 4400.0, 4370.0, 4389.0, 4381.0, 4390.0, 4381.0, 4359.0, 4392.0, 4350.0, 4392.0, 4360.0, 4391.0, 4397.0, 4450.0, 4394.0, 4392.0, 4392.0, 4361.0, 4411.0, 4382.0, 4423.0, 4404.0, 4424.0, 4405.0, 4434.0, 4413.0, 4422.0, 4391.0, 4409.0, 4378.0, 4408.0, 4379.0, 4409.0, 4388.0, 4396.0, 4367.0, 4385.0, 4365.0, 4374.0, 4364.0, 4383.0, 4363.0, 4363.0, 4365.0, 4364.0, 4375.0, 4324.0, 4374.0, 4333.0, 4374.0, 4335.0, 4376.0, 4336.0, 4386.0, 4346.0, 4386.0, 4357.0, 4397.0, 4370.0, 4398.0, 4369.0, 4388.0, 4369.0, 4368.0, 4370.0, 4378.0, 4381.0, 4390.0, 4390.0, 4349.0, 4389.0, 4349.0, 4399.0, 4370.0, 4411.0, 4392.0, 4410.0, 4389.0, 4410.0, 4371.0, 4399.0, 4380.0, 4410.0, 4402.0, 4410.0, 4400.0, 4398.0, 4369.0, 4387.0, 4369.0, 4398.0, 4379.0, 4397.0, 4378.0, 4346.0, 4377.0, 4346.0, 4378.0, 4368.0, 4377.0, 4347.0, 4378.0, 4347.0, 4388.0, 4348.0, 4389.0, 4360.0, 4399.0, 4348.0, 4398.0, 4348.0, 4398.0, 4358.0, 4399.0, 4370.0, 4409.0, 4380.0, 4409.0, 4369.0, 4398.0, 4378.0, 4398.0, 4389.0, 4408.0, 4389.0, 4397.0, 4358.0, 4397.0, 4369.0, 4398.0, 4370.0, 4399.0, 4380.0, 4378.0, 4379.0, 4348.0, 4379.0, 4357.0, 4380.0, 4391.0, 4379.0, 4348.0, 4389.0, 4348.0, 4389.0, 4348.0, 4389.0, 4360.0, 4399.0, 4349.0, 4400.0, 4349.0, 4388.0, 4349.0, 4400.0, 4360.0, 4409.0, 4369.0, 4409.0, 4358.0, 4398.0, 4370.0, 4399.0, 4379.0, 4399.0, 4359.0, 4399.0, 4358.0, 4398.0, 4369.0, 4398.0, 4380.0, 4399.0, 4359.0, 4400.0, 4369.0, 4410.0, 4380.0, 4408.0, 4388.0, 4407.0, 4367.0, 4386.0, 4367.0, 4397.0, 4387.0, 4396.0, 4356.0, 4395.0, 4356.0, 4396.0, 4358.0, 4397.0, 4378.0, 4387.0, 4358.0, 4357.0, 4368.0, 4367.0, 4378.0, 4387.0, 4379.0, 4397.0, 4377.0, 4345.0, 4366.0, 4335.0, 4365.0, 4345.0, 4376.0, 4346.0, 4386.0, 4336.0, 4387.0, 4357.0, 4396.0, 4368.0, 4407.0, 4388.0, 4386.0, 4366.0, 4364.0, 4376.0, 4395.0, 4366.0, 4407.0, 4366.0, 4365.0, 4366.0, 4337.0, 4398.0, 4371.0, 4389.0, 4380.0, 4362.0, 4413.0, 4383.0, 4362.0, 4403.0, 4362.0, 4412.0, 4371.0, 4413.0, 4381.0, 4421.0, 4390.0, 4409.0, 4369.0, 4398.0, 4379.0, 4409.0, 4390.0, 4408.0, 4388.0, 4346.0, 4376.0, 4336.0, 4386.0, 4347.0, 4398.0, 4378.0, 4407.0, 4368.0, 4386.0, 4367.0, 4407.0, 4377.0, 4397.0, 4378.0, 4396.0, 4378.0, 4396.0, 4356.0, 4385.0, 4357.0, 4386.0, 4368.0, 4396.0, 4357.0, 4386.0, 4358.0, 4396.0, 4368.0, 4397.0, 4368.0, 4386.0, 4367.0, 4336.0, 4378.0, 4337.0, 4389.0, 4358.0, 4389.0, 4358.0, 4388.0, 4369.0, 4398.0, 4370.0, 4388.0, 4381.0, 4420.0, 4390.0, 4388.0, 4379.0, 4338.0, 4389.0, 4348.0, 4399.0, 4369.0, 4398.0, 4358.0, 4398.0, 4369.0, 4398.0, 4369.0, 4409.0, 4390.0, 4408.0, 4389.0, 4397.0, 4367.0, 4346.0, 4377.0, 4347.0, 4388.0, 4358.0, 4387.0, 4357.0, 4398.0, 4368.0, 4397.0, 4368.0, 4397.0, 4368.0, 4398.0, 4367.0, 4396.0, 4357.0, 4337.0, 4380.0, 4361.0, 4402.0, 4372.0, 4402.0, 4371.0, 4402.0, 4371.0, 4401.0, 4360.0, 4413.0, 4400.0, 4400.0, 4358.0, 4379.0, 4338.0, 4388.0, 4408.0, 4378.0, 4397.0, 4367.0, 4336.0, 4377.0, 4336.0, 4388.0, 4368.0, 4389.0, 4377.0, 4378.0, 4347.0, 4387.0, 4346.0, 4388.0, 4387.0, 4387.0, 4336.0, 4389.0, 4357.0, 4397.0, 4347.0, 4398.0, 4358.0, 4387.0, 4347.0, 4397.0, 4358.0, 4387.0, 4370.0, 4399.0, 4369.0, 4408.0, 4378.0, 4397.0, 4357.0, 4386.0, 4357.0, 4397.0, 4357.0, 4397.0, 4345.0, 4386.0, 4335.0, 4375.0, 4345.0, 4376.0, 4345.0, 4375.0, 4346.0, 4386.0, 4357.0, 4397.0, 4368.0, 4408.0, 4388.0, 4407.0, 4358.0, 4386.0, 4368.0, 4396.0, 4378.0, 4407.0, 4377.0, 4386.0, 4365.0, 4385.0, 4356.0, 4406.0, 4376.0, 4395.0, 4375.0, 4384.0, 4345.0, 4344.0, 4356.0, 4345.0, 4368.0, 4387.0, 4368.0, 4388.0, 4367.0, 4336.0, 4377.0, 4347.0, 4387.0, 4347.0, 4388.0, 4377.0, 4378.0, 4365.0, 4376.0, 4347.0, 4387.0, 4358.0, 4397.0, 4357.0, 4398.0, 4358.0, 4397.0, 4367.0, 4397.0, 4358.0, 4397.0, 4368.0, 4397.0, 4389.0, 4397.0, 4368.0, 4397.0, 4358.0, 4397.0, 4370.0, 4393.0, 4406.0, 4357.0, 4387.0, 4371.0, 4367.0, 4399.0, 4362.0, 4421.0, 4393.0, 4444.0, 4402.0, 4433.0, 4401.0, 4415.0, 4430.0, 4389.0, 4428.0, 4417.0, 4418.0, 4406.0, 4406.0, 4372.0, 4392.0, 4359.0, 4379.0, 4349.0, 4379.0, 4350.0, 4369.0, 4350.0, 4369.0, 4360.0, 4339.0, 4361.0, 4330.0, 4382.0, 4340.0, 4372.0, 4391.0, 4350.0, 4380.0, 4339.0, 4370.0, 4339.0, 4370.0, 4341.0, 4371.0, 4353.0, 4372.0, 4364.0, 4344.0, 4376.0, 4344.0, 4388.0, 4357.0, 4377.0, 4387.0, 4377.0, 4345.0, 4386.0, 4348.0, 4399.0, 4370.0, 4388.0, 4307.0], 'WindowWidth': [9749.0, 9674.0, 9693.0, 9646.0, 9693.0, 9665.0, 9664.0, 9638.0, 9613.0, 9668.0, 9643.0, 9671.0, 9629.0, 9674.0, 9648.0, 9667.0, 9646.0, 9655.0, 9646.0, 9616.0, 9679.0, 9657.0, 9679.0, 9720.0, 9673.0, 9628.0, 9673.0, 9633.0, 9687.0, 9662.0, 9710.0, 9683.0, 9674.0, 9679.0, 9634.0, 9689.0, 9636.0, 9693.0, 9647.0, 9722.0, 9649.0, 9713.0, 9657.0, 9699.0, 9658.0, 9682.0, 9661.0, 9719.0, 9660.0, 9653.0, 9668.0, 9612.0, 9668.0, 9624.0, 9683.0, 9628.0, 9686.0, 9626.0, 9680.0, 9638.0, 9680.0, 9637.0, 9683.0, 9636.0, 9666.0, 9695.0, 9650.0, 9643.0, 9635.0, 9595.0, 9651.0, 9610.0, 9669.0, 9645.0, 9673.0, 9629.0, 9671.0, 9645.0, 9684.0, 9646.0, 9690.0, 9664.0, 9697.0, 9658.0, 9684.0, 9644.0, 9682.0, 9658.0, 9717.0, 9656.0, 9698.0, 9635.0, 9676.0, 9633.0, 9658.0, 9620.0, 9659.0, 9638.0, 9680.0, 9641.0, 9650.0, 9636.0, 9598.0, 9668.0, 9629.0, 9686.0, 9643.0, 9689.0, 9648.0, 9698.0, 9654.0, 9684.0, 9643.0, 9679.0, 9657.0, 9666.0, 9658.0, 9698.0, 9655.0, 9638.0, 9666.0, 9623.0, 9666.0, 9626.0, 9671.0, 9630.0, 9684.0, 9641.0, 9683.0, 9655.0, 9695.0, 9655.0, 9700.0, 9659.0, 9679.0, 9653.0, 9609.0, 9653.0, 9614.0, 9686.0, 9664.0, 9704.0, 9678.0, 9658.0, 9673.0, 9619.0, 9686.0, 9661.0, 9704.0, 9679.0, 9663.0, 9688.0, 9648.0, 9719.0, 9664.0, 9659.0, 9690.0, 9646.0, 9700.0, 9671.0, 9702.0, 9661.0, 9657.0, 9674.0, 9683.0, 9674.0, 9656.0, 9698.0, 9634.0, 9700.0, 9634.0, 9644.0, 9646.0, 9610.0, 9679.0, 9651.0, 9678.0, 9638.0, 9622.0, 9667.0, 9638.0, 9670.0, 9711.0, 9652.0, 9633.0, 9644.0, 9608.0, 9665.0, 9638.0, 9663.0, 9642.0, 9652.0, 9659.0, 9642.0, 9670.0, 9627.0, 9682.0, 9643.0, 9655.0, 9674.0, 9634.0, 9690.0, 9663.0, 9719.0, 9660.0, 9698.0, 9662.0, 9717.0, 9666.0, 9682.0, 9649.0, 9659.0, 9616.0, 9628.0, 9632.0, 9607.0, 9666.0, 9625.0, 9670.0, 9675.0, 9682.0, 9661.0, 9631.0, 9675.0, 9622.0, 9692.0, 9669.0, 9706.0, 9675.0, 9645.0, 9678.0, 9621.0, 9690.0, 9669.0, 9710.0, 9683.0, 9687.0, 9677.0, 9632.0, 9688.0, 9633.0, 9708.0, 9663.0, 9717.0, 9675.0, 9705.0, 9660.0, 9701.0, 9663.0, 9690.0, 9675.0, 9628.0, 9686.0, 9650.0, 9703.0, 9679.0, 9691.0, 9683.0, 9651.0, 9690.0, 9647.0, 9702.0, 9663.0, 9687.0, 9664.0, 9665.0, 9693.0, 9650.0, 9710.0, 9681.0, 9679.0, 9684.0, 9654.0, 9715.0, 9670.0, 9723.0, 9678.0, 9661.0, 9689.0, 9634.0, 9708.0, 9705.0, 9715.0, 9692.0, 9647.0, 9709.0, 9680.0, 9664.0, 9712.0, 9677.0, 9646.0, 9688.0, 9650.0, 9720.0, 9674.0, 9698.0, 9674.0, 9625.0, 9666.0, 9619.0, 9668.0, 9622.0, 9668.0, 9636.0, 9693.0, 9647.0, 9642.0, 9646.0, 9604.0, 9665.0, 9604.0, 9661.0, 9614.0, 9659.0, 9618.0, 9660.0, 9647.0, 9674.0, 9633.0, 9620.0, 9648.0, 9604.0, 9651.0, 9647.0, 9648.0, 9621.0, 9650.0, 9611.0, 9664.0, 9610.0, 9664.0, 9643.0, 9668.0, 9658.0, 9684.0, 9646.0, 9686.0, 9645.0, 9671.0, 9661.0, 9674.0, 9662.0, 9630.0, 9676.0, 9618.0, 9675.0, 9631.0, 9677.0, 9696.0, 9777.0, 9686.0, 9678.0, 9680.0, 9635.0, 9702.0, 9667.0, 9726.0, 9699.0, 9729.0, 9703.0, 9741.0, 9711.0, 9722.0, 9677.0, 9699.0, 9654.0, 9696.0, 9655.0, 9699.0, 9667.0, 9674.0, 9635.0, 9654.0, 9629.0, 9638.0, 9625.0, 9649.0, 9623.0, 9621.0, 9628.0, 9627.0, 9641.0, 9572.0, 9640.0, 9584.0, 9639.0, 9589.0, 9645.0, 9592.0, 9659.0, 9607.0, 9661.0, 9624.0, 9678.0, 9646.0, 9681.0, 9644.0, 9667.0, 9643.0, 9638.0, 9644.0, 9652.0, 9663.0, 9673.0, 9672.0, 9616.0, 9671.0, 9616.0, 9684.0, 9646.0, 9703.0, 9679.0, 9700.0, 9672.0, 9703.0, 9649.0, 9687.0, 9660.0, 9701.0, 9692.0, 9702.0, 9686.0, 9679.0, 9641.0, 9662.0, 9640.0, 9682.0, 9656.0, 9677.0, 9651.0, 9606.0, 9649.0, 9605.0, 9652.0, 9638.0, 9650.0, 9609.0, 9653.0, 9610.0, 9665.0, 9611.0, 9668.0, 9632.0, 9683.0, 9613.0, 9681.0, 9613.0, 9679.0, 9627.0, 9684.0, 9646.0, 9697.0, 9658.0, 9697.0, 9641.0, 9680.0, 9653.0, 9680.0, 9669.0, 9695.0, 9667.0, 9676.0, 9625.0, 9676.0, 9640.0, 9678.0, 9645.0, 9684.0, 9658.0, 9653.0, 9656.0, 9612.0, 9655.0, 9624.0, 9657.0, 9674.0, 9656.0, 9613.0, 9669.0, 9612.0, 9667.0, 9611.0, 9669.0, 9632.0, 9685.0, 9615.0, 9684.0, 9614.0, 9667.0, 9616.0, 9686.0, 9633.0, 9697.0, 9642.0, 9697.0, 9626.0, 9680.0, 9644.0, 9684.0, 9656.0, 9683.0, 9628.0, 9681.0, 9627.0, 9680.0, 9644.0, 9682.0, 9658.0, 9682.0, 9629.0, 9684.0, 9643.0, 9698.0, 9658.0, 9695.0, 9666.0, 9692.0, 9635.0, 9659.0, 9635.0, 9676.0, 9664.0, 9675.0, 9620.0, 9673.0, 9619.0, 9675.0, 9625.0, 9677.0, 9651.0, 9662.0, 9624.0, 9622.0, 9638.0, 9634.0, 9651.0, 9663.0, 9654.0, 9678.0, 9647.0, 9603.0, 9631.0, 9589.0, 9631.0, 9603.0, 9646.0, 9607.0, 9661.0, 9594.0, 9663.0, 9621.0, 9674.0, 9640.0, 9692.0, 9665.0, 9659.0, 9632.0, 9627.0, 9646.0, 9670.0, 9631.0, 9692.0, 9633.0, 9630.0, 9633.0, 9597.0, 9682.0, 9649.0, 9670.0, 9661.0, 9640.0, 9712.0, 9670.0, 9642.0, 9696.0, 9639.0, 9707.0, 9650.0, 9710.0, 9660.0, 9718.0, 9673.0, 9700.0, 9643.0, 9681.0, 9656.0, 9699.0, 9672.0, 9696.0, 9665.0, 9607.0, 9647.0, 9593.0, 9661.0, 9611.0, 9681.0, 9651.0, 9692.0, 9637.0, 9660.0, 9636.0, 9694.0, 9648.0, 9679.0, 9651.0, 9675.0, 9651.0, 9673.0, 9620.0, 9660.0, 9623.0, 9662.0, 9638.0, 9675.0, 9623.0, 9660.0, 9625.0, 9673.0, 9638.0, 9680.0, 9639.0, 9662.0, 9636.0, 9594.0, 9651.0, 9597.0, 9670.0, 9625.0, 9668.0, 9626.0, 9667.0, 9642.0, 9681.0, 9645.0, 9669.0, 9661.0, 9717.0, 9674.0, 9666.0, 9655.0, 9600.0, 9669.0, 9613.0, 9684.0, 9644.0, 9682.0, 9626.0, 9683.0, 9642.0, 9681.0, 9643.0, 9698.0, 9671.0, 9697.0, 9669.0, 9677.0, 9637.0, 9607.0, 9650.0, 9609.0, 9667.0, 9626.0, 9665.0, 9623.0, 9681.0, 9639.0, 9679.0, 9639.0, 9680.0, 9638.0, 9678.0, 9636.0, 9676.0, 9623.0, 9597.0, 9660.0, 9639.0, 9695.0, 9652.0, 9693.0, 9650.0, 9694.0, 9651.0, 9691.0, 9634.0, 9710.0, 9686.0, 9685.0, 9624.0, 9654.0, 9598.0, 9667.0, 9694.0, 9653.0, 9675.0, 9635.0, 9594.0, 9650.0, 9595.0, 9666.0, 9641.0, 9670.0, 9650.0, 9653.0, 9610.0, 9664.0, 9606.0, 9667.0, 9662.0, 9663.0, 9594.0, 9669.0, 9624.0, 9679.0, 9610.0, 9682.0, 9625.0, 9663.0, 9609.0, 9678.0, 9627.0, 9665.0, 9644.0, 9683.0, 9644.0, 9695.0, 9652.0, 9680.0, 9625.0, 9662.0, 9622.0, 9679.0, 9622.0, 9677.0, 9604.0, 9659.0, 9590.0, 9643.0, 9602.0, 9646.0, 9604.0, 9644.0, 9607.0, 9660.0, 9623.0, 9676.0, 9641.0, 9694.0, 9667.0, 9690.0, 9624.0, 9661.0, 9639.0, 9675.0, 9653.0, 9693.0, 9650.0, 9659.0, 9632.0, 9657.0, 9620.0, 9693.0, 9646.0, 9671.0, 9644.0, 9656.0, 9603.0, 9601.0, 9620.0, 9603.0, 9638.0, 9662.0, 9637.0, 9664.0, 9634.0, 9593.0, 9648.0, 9609.0, 9664.0, 9609.0, 9668.0, 9651.0, 9652.0, 9631.0, 9647.0, 9609.0, 9662.0, 9625.0, 9678.0, 9622.0, 9678.0, 9624.0, 9675.0, 9635.0, 9677.0, 9625.0, 9677.0, 9638.0, 9678.0, 9668.0, 9677.0, 9639.0, 9677.0, 9626.0, 9678.0, 9646.0, 9682.0, 9709.0, 9645.0, 9661.0, 9653.0, 9646.0, 9690.0, 9650.0, 9727.0, 9693.0, 9765.0, 9699.0, 9746.0, 9694.0, 9724.0, 9736.0, 9677.0, 9732.0, 9713.0, 9719.0, 9693.0, 9699.0, 9638.0, 9669.0, 9616.0, 9646.0, 9602.0, 9645.0, 9604.0, 9631.0, 9607.0, 9632.0, 9619.0, 9590.0, 9623.0, 9579.0, 9652.0, 9593.0, 9638.0, 9664.0, 9604.0, 9647.0, 9587.0, 9635.0, 9589.0, 9632.0, 9596.0, 9635.0, 9615.0, 9640.0, 9632.0, 9605.0, 9653.0, 9607.0, 9671.0, 9628.0, 9655.0, 9666.0, 9653.0, 9609.0, 9666.0, 9617.0, 9690.0, 9650.0, 9674.0, 9509.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.019579735935706086</td></tr>
<tr><td colspan=3>aqi</td><td>0.033553695522388065</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.170324492103425</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4048621855057475</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3715841094137933</td></tr>
<tr><td colspan=3>efc</td><td>0.4696</td></tr>
<tr><td colspan=3>fber</td><td>7521.292</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09106297409805239</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0665901262916186</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8119811449456673</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.734826662069379</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0419427456562516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.659174027111371</td></tr>
<tr><td colspan=3>gcor</td><td>0.00732639</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015235205180943012</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027123788371682167</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.83662097237573</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>23.6537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.237</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.9307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297727.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>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.4845</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2321</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.0357</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.0008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.2035</td></tr>
<tr><td colspan=3>tsnr</td><td>32.03847448620945</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>