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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0084_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0084_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6edaeb7e3c7aeaa5c6d42d69191d4682</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>12:40:19.242500</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108179</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</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>282.93</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a22947f-23a2-4b1e-aa18-d1108d9a03af||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['124019.242500', '124019.702500', '124020.162500', '124020.622500', '124021.082500', '124021.542500', '124022.002500', '124022.462500', '124022.922500', '124023.382500', '124023.842500', '124024.302500', '124024.762500', '124025.222500', '124025.682500', '124026.142500', '124026.602500', '124027.062500', '124027.522500', '124027.982500', '124028.442500', '124028.902500', '124029.362500', '124029.822500', '124030.282500', '124030.742500', '124031.202500', '124031.662500', '124032.122500', '124032.582500', '124033.042500', '124033.502500', '124033.962500', '124034.422500', '124034.882500', '124035.342500', '124035.802500', '124036.262500', '124036.722500', '124037.182500', '124037.642500', '124038.102500', '124038.562500', '124039.022500', '124039.482500', '124039.942500', '124040.402500', '124040.862500', '124041.322500', '124041.782500', '124042.242500', '124042.702500', '124043.162500', '124043.622500', '124044.082500', '124044.542500', '124045.002500', '124045.462500', '124045.922500', '124046.382500', '124046.842500', '124047.302500', '124047.762500', '124048.222500', '124048.682500', '124049.142500', '124049.602500', '124050.062500', '124050.522500', '124050.982500', '124051.442500', '124051.902500', '124052.362500', '124052.822500', '124053.282500', '124053.742500', '124054.202500', '124054.662500', '124055.122500', '124055.582500', '124056.042500', '124056.502500', '124056.962500', '124057.422500', '124057.882500', '124058.342500', '124058.802500', '124059.262500', '124059.722500', '124100.182500', '124100.642500', '124101.102500', '124101.562500', '124102.022500', '124102.482500', '124102.942500', '124103.402500', '124103.862500', '124104.322500', '124104.782500', '124105.242500', '124105.702500', '124106.162500', '124106.622500', '124107.082500', '124107.542500', '124108.002500', '124108.462500', '124108.922500', '124109.382500', '124109.842500', '124110.302500', '124110.762500', '124111.222500', '124111.682500', '124112.142500', '124112.602500', '124113.062500', '124113.522500', '124113.982500', '124114.442500', '124114.902500', '124115.362500', '124115.822500', '124116.282500', '124116.742500', '124117.202500', '124117.662500', '124118.122500', '124118.582500', '124119.042500', '124119.502500', '124119.962500', '124120.422500', '124120.882500', '124121.342500', '124121.802500', '124122.262500', '124122.722500', '124123.182500', '124123.642500', '124124.102500', '124124.562500', '124125.022500', '124125.482500', '124125.942500', '124126.402500', '124126.862500', '124127.322500', '124127.782500', '124128.242500', '124128.702500', '124129.162500', '124129.622500', '124130.082500', '124130.542500', '124131.002500', '124131.462500', '124131.922500', '124132.382500', '124132.842500', '124133.302500', '124133.762500', '124134.222500', '124134.682500', '124135.142500', '124135.602500', '124136.062500', '124136.522500', '124136.982500', '124137.442500', '124137.902500', '124138.362500', '124138.822500', '124139.282500', '124139.742500', '124140.202500', '124140.662500', '124141.122500', '124141.582500', '124142.042500', '124142.502500', '124142.962500', '124143.422500', '124143.882500', '124144.342500', '124144.802500', '124145.262500', '124145.722500', '124146.182500', '124146.642500', '124147.102500', '124147.562500', '124148.022500', '124148.482500', '124148.942500', '124149.402500', '124149.862500', '124150.322500', '124150.782500', '124151.242500', '124151.702500', '124152.162500', '124152.622500', '124153.082500', '124153.542500', '124154.002500', '124154.462500', '124154.922500', '124155.382500', '124155.842500', '124156.302500', '124156.762500', '124157.222500', '124157.682500', '124158.142500', '124158.602500', '124159.062500', '124159.522500', '124159.982500', '124200.442500', '124200.902500', '124201.362500', '124201.822500', '124202.282500', '124202.742500', '124203.202500', '124203.662500', '124204.122500', '124204.582500', '124205.042500', '124205.502500', '124205.962500', '124206.422500', '124206.882500', '124207.342500', '124207.802500', '124208.262500', '124208.722500', '124209.182500', '124209.642500', '124210.102500', '124210.562500', '124211.022500', '124211.482500', '124211.942500', '124212.402500', '124212.862500', '124213.322500', '124213.782500', '124214.242500', '124214.702500', '124215.162500', '124215.622500', '124216.082500', '124216.542500', '124217.002500', '124217.462500', '124217.922500', '124218.382500', '124218.842500', '124219.302500', '124219.762500', '124220.222500', '124220.682500', '124221.142500', '124221.602500', '124222.062500', '124222.522500', '124222.982500', '124223.442500', '124223.902500', '124224.362500', '124224.822500', '124225.282500', '124225.742500', '124226.202500', '124226.662500', '124227.122500', '124227.582500', '124228.042500', '124228.502500', '124228.962500', '124229.422500', '124229.882500', '124230.342500', '124230.802500', '124231.262500', '124231.722500', '124232.182500', '124232.642500', '124233.102500', '124233.562500', '124234.022500', '124234.482500', '124234.942500', '124235.402500', '124235.862500', '124236.322500', '124236.782500', '124237.242500', '124237.702500', '124238.162500', '124238.622500', '124239.082500', '124239.542500', '124240.002500', '124240.462500', '124240.922500', '124241.382500', '124241.842500', '124242.302500', '124242.762500', '124243.222500', '124243.682500', '124244.142500', '124244.602500', '124245.062500', '124245.522500', '124245.982500', '124246.442500', '124246.902500', '124247.362500', '124247.822500', '124248.282500', '124248.742500', '124249.202500', '124249.662500', '124250.122500', '124250.582500', '124251.042500', '124251.502500', '124251.962500', '124252.422500', '124252.882500', '124253.342500', '124253.802500', '124254.262500', '124254.722500', '124255.182500', '124255.642500', '124256.102500', '124256.562500', '124257.022500', '124257.482500', '124257.942500', '124258.402500', '124258.862500', '124259.322500', '124259.782500', '124300.242500', '124300.702500', '124301.162500', '124301.622500', '124302.082500', '124302.542500', '124303.002500', '124303.462500', '124303.922500', '124304.382500', '124304.842500', '124305.302500', '124305.762500', '124306.222500', '124306.682500', '124307.142500', '124307.602500', '124308.062500', '124308.522500', '124308.982500', '124309.442500', '124309.902500', '124310.362500', '124310.822500', '124311.282500', '124311.742500', '124312.202500', '124312.662500', '124313.122500', '124313.582500', '124314.042500', '124314.502500', '124314.962500', '124315.422500', '124315.882500', '124316.342500', '124316.802500', '124317.262500', '124317.722500', '124318.182500', '124318.642500', '124319.102500', '124319.562500', '124320.022500', '124320.482500', '124320.942500', '124321.402500', '124321.862500', '124322.322500', '124322.782500', '124323.242500', '124323.702500', '124324.162500', '124324.622500', '124325.082500', '124325.542500', '124326.002500', '124326.462500', '124326.922500', '124327.382500', '124327.842500', '124328.302500', '124328.762500', '124329.222500', '124329.682500', '124330.142500', '124330.602500', '124331.062500', '124331.522500', '124331.982500', '124332.442500', '124332.902500', '124333.362500', '124333.822500', '124334.282500', '124334.742500', '124335.202500', '124335.662500', '124336.122500', '124336.582500', '124337.042500', '124337.502500', '124337.962500', '124338.422500', '124338.882500', '124339.342500', '124339.802500', '124340.262500', '124340.722500', '124341.182500', '124341.642500', '124342.102500', '124342.562500', '124343.022500', '124343.482500', '124343.942500', '124344.402500', '124344.862500', '124345.322500', '124345.782500', '124346.242500', '124346.702500', '124347.162500', '124347.622500', '124348.082500', '124348.542500', '124349.002500', '124349.462500', '124349.922500', '124350.382500', '124350.842500', '124351.302500', '124351.762500', '124352.222500', '124352.682500', '124353.142500', '124353.602500', '124354.062500', '124354.522500', '124354.982500', '124355.442500', '124355.902500', '124356.362500', '124356.822500', '124357.282500', '124357.742500', '124358.202500', '124358.662500', '124359.122500', '124359.582500', '124400.042500', '124400.502500', '124400.962500', '124401.422500', '124401.882500', '124402.342500', '124402.802500', '124403.262500', '124403.722500', '124404.182500', '124404.642500', '124405.102500', '124405.562500', '124406.022500', '124406.482500', '124406.942500', '124407.402500', '124407.862500', '124408.322500', '124408.782500', '124409.242500', '124409.702500', '124410.162500', '124410.622500', '124411.082500', '124411.542500', '124412.002500', '124412.462500', '124412.922500', '124413.382500', '124413.842500', '124414.302500', '124414.762500', '124415.222500', '124415.682500', '124416.142500', '124416.602500', '124417.062500', '124417.522500', '124417.982500', '124418.442500', '124418.902500', '124419.362500', '124419.822500', '124420.282500', '124420.742500', '124421.202500', '124421.662500', '124422.122500', '124422.582500', '124423.042500', '124423.502500', '124423.962500', '124424.422500', '124424.882500', '124425.342500', '124425.802500', '124426.262500', '124426.722500', '124427.182500', '124427.642500', '124428.102500', '124428.562500', '124429.022500', '124429.482500', '124429.942500', '124430.402500', '124430.862500', '124431.322500', '124431.782500', '124432.242500', '124432.702500', '124433.162500', '124433.622500', '124434.082500', '124434.542500', '124435.002500', '124435.462500', '124435.922500', '124436.382500', '124436.842500', '124437.302500', '124437.762500', '124438.222500', '124438.682500', '124439.142500', '124439.602500', '124440.062500', '124440.522500', '124440.982500', '124441.442500', '124441.902500', '124442.362500', '124442.822500', '124443.282500', '124443.742500', '124444.202500', '124444.662500', '124445.122500', '124445.582500', '124446.042500', '124446.502500', '124446.962500', '124447.422500', '124447.882500', '124448.342500', '124448.802500', '124449.262500', '124449.722500', '124450.182500', '124450.642500', '124451.102500', '124451.562500', '124452.022500', '124452.482500', '124452.942500', '124453.402500', '124453.862500', '124454.322500', '124454.782500', '124455.242500', '124455.702500', '124456.162500', '124456.622500', '124457.082500', '124457.542500', '124458.002500', '124458.462500', '124458.922500', '124459.382500', '124459.842500', '124500.302500', '124500.762500', '124501.222500', '124501.682500', '124502.142500', '124502.602500', '124503.062500', '124503.522500', '124503.982500', '124504.442500', '124504.902500', '124505.362500', '124505.822500', '124506.282500', '124506.742500', '124507.202500', '124507.662500', '124508.122500', '124508.582500', '124509.042500', '124509.502500', '124509.962500', '124510.422500', '124510.882500', '124511.342500', '124511.802500', '124512.262500', '124512.722500', '124513.182500', '124513.642500', '124514.102500', '124514.562500', '124515.022500', '124515.482500', '124515.942500', '124516.402500', '124516.862500', '124517.322500', '124517.782500', '124518.242500', '124518.702500', '124519.162500', '124519.622500', '124520.082500', '124520.542500', '124521.002500', '124521.462500', '124521.922500', '124522.382500', '124522.842500', '124523.302500', '124523.762500', '124524.222500', '124524.682500', '124525.142500', '124525.602500', '124526.062500', '124526.522500', '124526.982500', '124527.442500', '124527.902500', '124528.362500', '124528.822500', '124529.282500', '124529.742500', '124530.202500', '124530.662500', '124531.122500', '124531.582500', '124532.042500', '124532.502500', '124532.962500', '124533.422500', '124533.882500', '124534.342500', '124534.802500', '124535.262500', '124535.722500', '124536.182500', '124536.642500', '124537.102500', '124537.562500', '124538.022500', '124538.482500', '124538.942500', '124539.402500', '124539.862500', '124540.322500', '124540.782500', '124541.242500', '124541.702500', '124542.162500', '124542.622500', '124543.082500', '124543.542500', '124544.002500', '124544.462500', '124544.922500', '124545.382500', '124545.842500', '124546.302500', '124546.762500', '124547.222500', '124547.682500', '124548.142500', '124548.602500', '124549.062500', '124549.522500', '124549.982500', '124550.442500', '124550.902500', '124551.362500', '124551.822500', '124552.282500', '124552.742500', '124553.202500', '124553.662500', '124554.122500', '124554.582500', '124555.042500', '124555.502500', '124555.962500', '124556.422500', '124556.882500', '124557.342500', '124557.802500', '124558.262500', '124558.722500', '124559.182500', '124559.642500', '124600.102500', '124600.562500', '124601.022500', '124601.482500', '124601.942500', '124602.402500', '124602.862500', '124603.322500', '124603.782500', '124604.242500', '124604.702500', '124605.162500', '124605.622500', '124606.082500', '124606.542500', '124607.002500', '124607.462500', '124607.922500', '124608.382500', '124608.842500', '124609.302500', '124609.762500', '124610.222500', '124610.682500', '124611.142500', '124611.602500', '124612.062500', '124612.522500', '124612.982500', '124613.442500', '124613.902500', '124614.362500', '124614.822500', '124615.282500', '124615.742500', '124616.202500', '124616.662500', '124617.122500', '124617.582500', '124618.042500', '124618.502500', '124618.962500', '124619.422500', '124619.882500', '124620.342500', '124620.802500', '124621.262500', '124621.722500', '124622.182500', '124622.642500', '124623.102500', '124623.562500', '124624.022500', '124624.482500', '124624.942500', '124625.402500', '124625.862500', '124626.322500', '124626.782500', '124627.242500', '124627.702500', '124628.162500', '124628.622500', '124629.082500', '124629.542500', '124630.002500', '124630.462500', '124630.922500', '124631.382500', '124631.842500', '124632.302500', '124632.762500', '124633.222500', '124633.682500', '124634.142500', '124634.602500', '124635.062500', '124635.522500', '124635.982500', '124636.442500', '124636.902500', '124637.362500', '124637.822500', '124638.282500', '124638.742500', '124639.202500', '124639.662500', '124640.122500', '124640.582500', '124641.042500', '124641.502500', '124641.962500', '124642.422500', '124642.882500', '124643.342500', '124643.802500', '124644.262500', '124644.722500', '124645.182500', '124645.642500', '124646.102500', '124646.562500', '124647.022500', '124647.482500', '124647.942500', '124648.402500', '124648.862500', '124649.322500', '124649.782500', '124650.242500', '124650.702500', '124651.162500', '124651.622500', '124652.082500', '124652.542500', '124653.002500', '124653.462500', '124653.922500', '124654.382500', '124654.842500', '124655.302500', '124655.762500', '124656.222500', '124656.682500', '124657.142500', '124657.602500', '124658.062500', '124658.522500', '124658.982500', '124659.442500', '124659.902500'], 'ContentTime': ['124036.818000', '124036.822000', '124036.825000', '124036.827000', '124036.830000', '124036.832000', '124036.835000', '124036.838000', '124036.840000', '124036.849000', '124036.852000', '124036.855000', '124036.857000', '124036.860000', '124036.863000', '124036.865000', '124036.868000', '124036.870000', '124036.873000', '124036.875000', '124036.878000', '124036.881000', '124036.883000', '124036.886000', '124036.888000', '124036.891000', '124036.893000', '124036.896000', '124036.905000', '124036.908000', '124036.911000', '124036.913000', '124036.916000', '124036.918000', '124036.921000', '124056.791000', '124056.794000', '124056.796000', '124056.799000', '124056.801000', '124056.804000', '124056.807000', '124056.809000', '124056.812000', '124056.814000', '124056.817000', '124056.820000', '124056.822000', '124056.825000', '124056.827000', '124056.830000', '124056.832000', '124056.835000', '124056.837000', '124056.840000', '124056.843000', '124056.845000', '124056.848000', '124056.850000', '124056.853000', '124056.855000', '124056.858000', '124056.861000', '124056.863000', '124056.866000', '124056.868000', '124056.871000', '124056.873000', '124056.876000', '124056.879000', '124056.881000', '124056.884000', '124056.886000', '124056.889000', '124056.891000', '124056.894000', '124056.897000', '124056.899000', '124056.902000', '124116.790000', '124116.793000', '124116.796000', '124116.798000', '124116.801000', '124116.804000', '124116.806000', '124116.809000', '124116.812000', '124116.814000', '124116.817000', '124116.819000', '124116.822000', '124116.828000', '124116.831000', '124116.833000', '124116.836000', '124116.838000', '124116.841000', '124116.844000', '124116.846000', '124116.849000', '124116.851000', '124116.854000', '124116.856000', '124116.859000', '124116.862000', '124116.864000', '124116.867000', '124116.869000', '124116.872000', '124116.874000', '124116.877000', '124116.880000', '124116.882000', '124116.885000', '124116.887000', '124116.890000', '124116.893000', '124116.895000', '124116.898000', '124116.900000', '124116.903000', '124136.791000', '124136.794000', '124136.797000', '124136.799000', '124136.802000', '124136.804000', '124136.807000', '124136.810000', '124136.812000', '124136.815000', '124136.817000', '124136.820000', '124136.823000', '124136.825000', '124136.828000', '124136.830000', '124136.833000', '124136.835000', '124136.838000', '124136.841000', '124136.843000', '124136.846000', '124136.848000', '124136.851000', '124136.859000', '124136.862000', '124136.865000', '124136.867000', '124136.870000', '124136.872000', '124136.875000', '124136.877000', '124136.880000', '124136.883000', '124136.886000', '124136.888000', '124136.891000', '124136.893000', '124136.896000', '124136.898000', '124136.901000', '124136.904000', '124136.906000', '124136.909000', '124156.791000', '124156.794000', '124156.797000', '124156.811000', '124156.814000', '124156.816000', '124156.819000', '124156.822000', '124156.824000', '124156.827000', '124156.829000', '124156.832000', '124156.834000', '124156.837000', '124156.839000', '124156.842000', '124156.844000', '124156.847000', '124156.850000', '124156.852000', '124156.855000', '124156.857000', '124156.860000', '124156.863000', '124156.865000', '124156.868000', '124156.870000', '124156.873000', '124156.875000', '124156.878000', '124156.880000', '124156.883000', '124156.886000', '124156.888000', '124156.891000', '124156.893000', '124156.896000', '124156.898000', '124156.901000', '124156.904000', '124156.906000', '124156.909000', '124156.911000', '124216.792000', '124216.794000', '124216.797000', '124216.800000', '124216.802000', '124216.805000', '124216.807000', '124216.810000', '124216.812000', '124216.815000', '124216.817000', '124216.820000', '124216.822000', '124216.825000', '124216.828000', '124216.830000', '124216.833000', '124216.835000', '124216.838000', '124216.841000', '124216.843000', '124216.846000', '124216.848000', '124216.851000', '124216.853000', '124216.856000', '124216.859000', '124216.861000', '124216.864000', '124216.866000', '124216.869000', '124216.871000', '124216.874000', '124216.877000', '124216.879000', '124216.882000', '124216.885000', '124216.887000', '124216.890000', '124216.893000', '124216.895000', '124216.898000', '124216.900000', '124216.903000', '124236.791000', '124236.794000', '124236.797000', '124236.799000', '124236.802000', '124236.804000', '124236.807000', '124236.809000', '124236.812000', '124236.814000', '124236.817000', '124236.819000', '124236.822000', '124236.825000', '124236.827000', '124236.830000', '124236.832000', '124236.836000', '124236.838000', '124236.841000', '124236.843000', '124236.846000', '124236.849000', '124236.851000', '124236.854000', '124236.856000', '124236.859000', '124236.862000', '124236.864000', '124236.867000', '124236.869000', '124236.872000', '124236.874000', '124236.877000', '124236.879000', '124236.882000', '124236.885000', '124236.887000', '124236.890000', '124236.892000', '124236.895000', '124236.897000', '124236.900000', '124256.791000', '124256.794000', '124256.797000', '124256.799000', '124256.802000', '124256.804000', '124256.807000', '124256.811000', '124256.813000', '124256.816000', '124256.819000', '124256.822000', '124256.824000', '124256.827000', '124256.830000', '124256.832000', '124256.835000', '124256.837000', '124256.840000', '124256.843000', '124256.845000', '124256.848000', '124256.850000', '124256.853000', '124256.855000', '124256.858000', '124256.861000', '124256.863000', '124256.866000', '124256.869000', '124256.871000', '124256.874000', '124256.876000', '124256.879000', '124256.882000', '124256.884000', '124256.887000', '124256.889000', '124256.892000', '124256.894000', '124256.897000', '124256.899000', '124256.902000', '124256.905000', '124316.790000', '124316.793000', '124316.796000', '124316.798000', '124316.801000', '124316.804000', '124316.806000', '124316.809000', '124316.811000', '124316.814000', '124316.817000', '124316.819000', '124316.822000', '124316.824000', '124316.827000', '124316.830000', '124316.832000', '124316.835000', '124316.837000', '124316.840000', '124316.842000', '124316.845000', '124316.848000', '124316.850000', '124316.853000', '124316.855000', '124316.858000', '124316.860000', '124316.863000', '124316.866000', '124316.868000', '124316.871000', '124316.873000', '124316.876000', '124316.878000', '124316.881000', '124316.884000', '124316.886000', '124316.889000', '124316.891000', '124316.894000', '124316.897000', '124316.912000', '124336.791000', '124336.793000', '124336.796000', '124336.799000', '124336.801000', '124336.804000', '124336.806000', '124336.809000', '124336.811000', '124336.814000', '124336.817000', '124336.819000', '124336.822000', '124336.824000', '124336.827000', '124336.829000', '124336.832000', '124336.834000', '124336.837000', '124336.840000', '124336.842000', '124336.845000', '124336.847000', '124336.850000', '124336.852000', '124336.855000', '124336.858000', '124336.860000', '124336.863000', '124336.865000', '124336.868000', '124336.870000', '124336.873000', '124336.876000', '124336.878000', '124336.882000', '124336.884000', '124336.887000', '124336.889000', '124336.892000', '124336.894000', '124336.897000', '124336.900000', '124336.902000', '124356.792000', '124356.794000', '124356.797000', '124356.800000', '124356.802000', '124356.805000', '124356.807000', '124356.810000', '124356.813000', '124356.815000', '124356.818000', '124356.821000', '124356.823000', '124356.826000', '124356.828000', '124356.831000', '124356.834000', '124356.836000', '124356.839000', '124356.841000', '124356.844000', '124356.847000', '124356.849000', '124356.852000', '124356.854000', '124356.857000', '124356.859000', '124356.862000', '124356.865000', '124356.867000', '124356.870000', '124356.872000', '124356.875000', '124356.877000', '124356.880000', '124356.882000', '124356.885000', '124356.888000', '124356.890000', '124356.893000', '124356.896000', '124356.898000', '124356.901000', '124416.791000', '124416.794000', '124416.797000', '124416.800000', '124416.802000', '124416.805000', '124416.807000', '124416.810000', '124416.812000', '124416.815000', '124416.818000', '124416.820000', '124416.823000', '124416.826000', '124416.828000', '124416.831000', '124416.834000', '124416.836000', '124416.839000', '124416.841000', '124416.844000', '124416.846000', '124416.850000', '124416.853000', '124416.856000', '124416.858000', '124416.861000', '124416.863000', '124416.866000', '124416.869000', '124416.872000', '124416.874000', '124416.877000', '124416.879000', '124416.882000', '124416.885000', '124416.887000', '124416.890000', '124416.892000', '124416.895000', '124416.897000', '124416.900000', '124416.903000', '124436.791000', '124436.794000', '124436.797000', '124436.800000', '124436.802000', '124436.805000', '124436.807000', '124436.810000', '124436.812000', '124436.815000', '124436.818000', '124436.820000', '124436.823000', '124436.826000', '124436.828000', '124436.831000', '124436.833000', '124436.836000', '124436.839000', '124436.841000', '124436.844000', '124436.846000', '124436.849000', '124436.852000', '124436.854000', '124436.857000', '124436.859000', '124436.862000', '124436.865000', '124436.867000', '124436.870000', '124436.872000', '124436.875000', '124436.877000', '124436.880000', '124436.887000', '124436.890000', '124436.892000', '124436.895000', '124436.898000', '124436.900000', '124436.903000', '124436.906000', '124436.908000', '124456.791000', '124456.794000', '124456.797000', '124456.799000', '124456.802000', '124456.804000', '124456.807000', '124456.810000', '124456.812000', '124456.815000', '124456.825000', '124456.828000', '124456.830000', '124456.833000', '124456.835000', '124456.838000', '124456.841000', '124456.843000', '124456.846000', '124456.849000', '124456.851000', '124456.854000', '124456.856000', '124456.859000', '124456.862000', '124456.864000', '124456.867000', '124456.869000', '124456.872000', '124456.875000', '124456.877000', '124456.880000', '124456.882000', '124456.885000', '124456.887000', '124456.890000', '124456.892000', '124456.895000', '124456.898000', '124456.900000', '124456.903000', '124456.905000', '124456.908000', '124516.790000', '124516.793000', '124516.796000', '124516.798000', '124516.801000', '124516.804000', '124516.806000', '124516.809000', '124516.811000', '124516.814000', '124516.817000', '124516.819000', '124516.822000', '124516.824000', '124516.827000', '124516.830000', '124516.832000', '124516.835000', '124516.838000', '124516.840000', '124516.843000', '124516.845000', '124516.848000', '124516.851000', '124516.853000', '124516.856000', '124516.858000', '124516.861000', '124516.864000', '124516.866000', '124516.869000', '124516.871000', '124516.874000', '124516.877000', '124516.879000', '124516.882000', '124516.884000', '124516.887000', '124516.890000', '124516.892000', '124516.895000', '124516.897000', '124516.900000', '124516.903000', '124536.791000', '124536.793000', '124536.796000', '124536.798000', '124536.801000', '124536.804000', '124536.806000', '124536.809000', '124536.812000', '124536.814000', '124536.817000', '124536.822000', '124536.824000', '124536.827000', '124536.829000', '124536.832000', '124536.835000', '124536.837000', '124536.840000', '124536.842000', '124536.845000', '124536.847000', '124536.850000', '124536.853000', '124536.855000', '124536.858000', '124536.861000', '124536.863000', '124536.866000', '124536.869000', '124536.871000', '124536.874000', '124536.876000', '124536.879000', '124536.882000', '124536.884000', '124536.887000', '124536.890000', '124536.893000', '124536.896000', '124536.898000', '124536.901000', '124536.903000', '124556.792000', '124556.795000', '124556.797000', '124556.800000', '124556.802000', '124556.805000', '124556.808000', '124556.810000', '124556.813000', '124556.816000', '124556.818000', '124556.821000', '124556.824000', '124556.826000', '124556.829000', '124556.831000', '124556.834000', '124556.837000', '124556.839000', '124556.842000', '124556.845000', '124556.847000', '124556.850000', '124556.853000', '124556.855000', '124556.858000', '124556.861000', '124556.863000', '124556.866000', '124556.869000', '124556.871000', '124556.874000', '124556.876000', '124556.879000', '124556.882000', '124556.884000', '124556.887000', '124556.889000', '124556.892000', '124556.895000', '124556.897000', '124556.900000', '124556.903000', '124556.905000', '124616.792000', '124616.794000', '124616.797000', '124616.800000', '124616.802000', '124616.805000', '124616.808000', '124616.810000', '124616.813000', '124616.816000', '124616.818000', '124616.821000', '124616.823000', '124616.826000', '124616.829000', '124616.831000', '124616.834000', '124616.837000', '124616.839000', '124616.849000', '124616.852000', '124616.854000', '124616.857000', '124616.860000', '124616.862000', '124616.865000', '124616.867000', '124616.870000', '124616.873000', '124616.875000', '124616.878000', '124616.880000', '124616.883000', '124616.886000', '124616.888000', '124616.898000', '124616.901000', '124616.904000', '124616.906000', '124616.909000', '124616.911000', '124616.914000', '124616.916000', '124636.792000', '124636.794000', '124636.797000', '124636.800000', '124636.803000', '124636.806000', '124636.808000', '124636.811000', '124636.814000', '124636.817000', '124636.819000', '124636.822000', '124636.826000', '124636.828000', '124636.831000', '124636.833000', '124636.836000', '124636.839000', '124636.841000', '124636.844000', '124636.847000', '124636.849000', '124636.852000', '124636.854000', '124636.857000', '124636.859000', '124636.862000', '124636.865000', '124636.867000', '124636.870000', '124636.872000', '124636.875000', '124636.878000', '124636.880000', '124636.883000', '124636.885000', '124636.888000', '124636.891000', '124636.893000', '124636.896000', '124636.898000', '124636.901000', '124636.903000', '124636.906000', '124656.792000', '124656.794000', '124656.797000', '124656.800000', '124656.802000', '124656.805000', '124656.808000', '124656.810000', '124656.813000', '124656.815000', '124656.818000', '124656.821000', '124656.823000', '124656.826000', '124656.829000', '124656.831000', '124656.834000', '124656.837000', '124656.839000', '124656.842000', '124656.844000', '124656.847000', '124656.850000', '124656.852000', '124656.855000', '124656.857000', '124656.860000', '124656.862000', '124656.865000', '124656.868000', '124656.871000', '124656.873000', '124656.876000', '124656.878000', '124656.881000', '124656.884000', '124656.886000', '124656.889000', '124656.892000', '124656.894000', '124656.897000', '124656.899000', '124656.902000', '124701.498000', '124701.502000', '124701.504000', '124701.507000', '124701.510000', '124701.512000', '124701.515000', '124701.518000', '124701.520000', '124701.523000', '124701.526000'], 'InstanceCreationTime': ['124036.818000', '124036.822000', '124036.825000', '124036.827000', '124036.830000', '124036.832000', '124036.835000', '124036.838000', '124036.840000', '124036.849000', '124036.852000', '124036.855000', '124036.857000', '124036.860000', '124036.863000', '124036.865000', '124036.868000', '124036.870000', '124036.873000', '124036.875000', '124036.878000', '124036.881000', '124036.883000', '124036.886000', '124036.888000', '124036.891000', '124036.893000', '124036.896000', '124036.905000', '124036.908000', '124036.911000', '124036.913000', '124036.916000', '124036.918000', '124036.921000', '124056.791000', '124056.794000', '124056.796000', '124056.799000', '124056.801000', '124056.804000', '124056.807000', '124056.809000', '124056.812000', '124056.814000', '124056.817000', '124056.820000', '124056.822000', '124056.825000', '124056.827000', '124056.830000', '124056.832000', '124056.835000', '124056.837000', '124056.840000', '124056.843000', '124056.845000', '124056.848000', '124056.850000', '124056.853000', '124056.855000', '124056.858000', '124056.861000', '124056.863000', '124056.866000', '124056.868000', '124056.871000', '124056.873000', '124056.876000', '124056.879000', '124056.881000', '124056.884000', '124056.886000', '124056.889000', '124056.891000', '124056.894000', '124056.897000', '124056.899000', '124056.902000', '124116.790000', '124116.793000', '124116.796000', '124116.798000', '124116.801000', '124116.804000', '124116.806000', '124116.809000', '124116.812000', '124116.814000', '124116.817000', '124116.819000', '124116.822000', '124116.828000', '124116.831000', '124116.833000', '124116.836000', '124116.838000', '124116.841000', '124116.844000', '124116.846000', '124116.849000', '124116.851000', '124116.854000', '124116.856000', '124116.859000', '124116.862000', '124116.864000', '124116.867000', '124116.869000', '124116.872000', '124116.874000', '124116.877000', '124116.880000', '124116.882000', '124116.885000', '124116.887000', '124116.890000', '124116.893000', '124116.895000', '124116.898000', '124116.900000', '124116.903000', '124136.791000', '124136.794000', '124136.797000', '124136.799000', '124136.802000', '124136.804000', '124136.807000', '124136.810000', '124136.812000', '124136.815000', '124136.817000', '124136.820000', '124136.823000', '124136.825000', '124136.828000', '124136.830000', '124136.833000', '124136.835000', '124136.838000', '124136.841000', '124136.843000', '124136.846000', '124136.848000', '124136.851000', '124136.859000', '124136.862000', '124136.865000', '124136.867000', '124136.870000', '124136.872000', '124136.875000', '124136.877000', '124136.880000', '124136.883000', '124136.886000', '124136.888000', '124136.891000', '124136.893000', '124136.896000', '124136.898000', '124136.901000', '124136.904000', '124136.906000', '124136.909000', '124156.791000', '124156.794000', '124156.797000', '124156.811000', '124156.814000', '124156.816000', '124156.819000', '124156.822000', '124156.824000', '124156.827000', '124156.829000', '124156.832000', '124156.834000', '124156.837000', '124156.839000', '124156.842000', '124156.844000', '124156.847000', '124156.850000', '124156.852000', '124156.855000', '124156.857000', '124156.860000', '124156.863000', '124156.865000', '124156.868000', '124156.870000', '124156.873000', '124156.875000', '124156.878000', '124156.880000', '124156.883000', '124156.886000', '124156.888000', '124156.891000', '124156.893000', '124156.896000', '124156.898000', '124156.901000', '124156.904000', '124156.906000', '124156.909000', '124156.911000', '124216.792000', '124216.794000', '124216.797000', '124216.800000', '124216.802000', '124216.805000', '124216.807000', '124216.810000', '124216.812000', '124216.815000', '124216.817000', '124216.820000', '124216.822000', '124216.825000', '124216.828000', '124216.830000', '124216.833000', '124216.835000', '124216.838000', '124216.841000', '124216.843000', '124216.846000', '124216.848000', '124216.851000', '124216.853000', '124216.856000', '124216.859000', '124216.861000', '124216.864000', '124216.866000', '124216.869000', '124216.871000', '124216.874000', '124216.877000', '124216.879000', '124216.882000', '124216.885000', '124216.887000', '124216.890000', '124216.893000', '124216.895000', '124216.898000', '124216.900000', '124216.903000', '124236.791000', '124236.794000', '124236.797000', '124236.799000', '124236.802000', '124236.804000', '124236.807000', '124236.809000', '124236.812000', '124236.814000', '124236.817000', '124236.819000', '124236.822000', '124236.825000', '124236.827000', '124236.830000', '124236.832000', '124236.836000', '124236.838000', '124236.841000', '124236.843000', '124236.846000', '124236.849000', '124236.851000', '124236.854000', '124236.856000', '124236.859000', '124236.862000', '124236.864000', '124236.867000', '124236.869000', '124236.872000', '124236.874000', '124236.877000', '124236.879000', '124236.882000', '124236.885000', '124236.887000', '124236.890000', '124236.892000', '124236.895000', '124236.897000', '124236.900000', '124256.791000', '124256.794000', '124256.797000', '124256.799000', '124256.802000', '124256.804000', '124256.807000', '124256.811000', '124256.813000', '124256.816000', '124256.819000', '124256.822000', '124256.824000', '124256.827000', '124256.830000', '124256.832000', '124256.835000', '124256.837000', '124256.840000', '124256.843000', '124256.845000', '124256.848000', '124256.850000', '124256.853000', '124256.855000', '124256.858000', '124256.861000', '124256.863000', '124256.866000', '124256.869000', '124256.871000', '124256.874000', '124256.876000', '124256.879000', '124256.882000', '124256.884000', '124256.887000', '124256.889000', '124256.892000', '124256.894000', '124256.897000', '124256.899000', '124256.902000', '124256.905000', '124316.790000', '124316.793000', '124316.796000', '124316.798000', '124316.801000', '124316.804000', '124316.806000', '124316.809000', '124316.811000', '124316.814000', '124316.817000', '124316.819000', '124316.822000', '124316.824000', '124316.827000', '124316.830000', '124316.832000', '124316.835000', '124316.837000', '124316.840000', '124316.842000', '124316.845000', '124316.848000', '124316.850000', '124316.853000', '124316.855000', '124316.858000', '124316.860000', '124316.863000', '124316.866000', '124316.868000', '124316.871000', '124316.873000', '124316.876000', '124316.878000', '124316.881000', '124316.884000', '124316.886000', '124316.889000', '124316.891000', '124316.894000', '124316.897000', '124316.912000', '124336.791000', '124336.793000', '124336.796000', '124336.799000', '124336.801000', '124336.804000', '124336.806000', '124336.809000', '124336.811000', '124336.814000', '124336.817000', '124336.819000', '124336.822000', '124336.824000', '124336.827000', '124336.829000', '124336.832000', '124336.834000', '124336.837000', '124336.840000', '124336.842000', '124336.845000', '124336.847000', '124336.850000', '124336.852000', '124336.855000', '124336.858000', '124336.860000', '124336.863000', '124336.865000', '124336.868000', '124336.870000', '124336.873000', '124336.876000', '124336.878000', '124336.882000', '124336.884000', '124336.887000', '124336.889000', '124336.892000', '124336.894000', '124336.897000', '124336.900000', '124336.902000', '124356.792000', '124356.794000', '124356.797000', '124356.800000', '124356.802000', '124356.805000', '124356.807000', '124356.810000', '124356.813000', '124356.815000', '124356.818000', '124356.821000', '124356.823000', '124356.826000', '124356.828000', '124356.831000', '124356.834000', '124356.836000', '124356.839000', '124356.841000', '124356.844000', '124356.847000', '124356.849000', '124356.852000', '124356.854000', '124356.857000', '124356.859000', '124356.862000', '124356.865000', '124356.867000', '124356.870000', '124356.872000', '124356.875000', '124356.877000', '124356.880000', '124356.882000', '124356.885000', '124356.888000', '124356.890000', '124356.893000', '124356.896000', '124356.898000', '124356.901000', '124416.791000', '124416.794000', '124416.797000', '124416.800000', '124416.802000', '124416.805000', '124416.807000', '124416.810000', '124416.812000', '124416.815000', '124416.818000', '124416.820000', '124416.823000', '124416.826000', '124416.828000', '124416.831000', '124416.834000', '124416.836000', '124416.839000', '124416.841000', '124416.844000', '124416.846000', '124416.850000', '124416.853000', '124416.856000', '124416.858000', '124416.861000', '124416.863000', '124416.866000', '124416.869000', '124416.872000', '124416.874000', '124416.877000', '124416.879000', '124416.882000', '124416.885000', '124416.887000', '124416.890000', '124416.892000', '124416.895000', '124416.897000', '124416.900000', '124416.903000', '124436.791000', '124436.794000', '124436.797000', '124436.800000', '124436.802000', '124436.805000', '124436.807000', '124436.810000', '124436.812000', '124436.815000', '124436.818000', '124436.820000', '124436.823000', '124436.826000', '124436.828000', '124436.831000', '124436.833000', '124436.836000', '124436.839000', '124436.841000', '124436.844000', '124436.846000', '124436.849000', '124436.852000', '124436.854000', '124436.857000', '124436.859000', '124436.862000', '124436.865000', '124436.867000', '124436.870000', '124436.872000', '124436.875000', '124436.877000', '124436.880000', '124436.887000', '124436.890000', '124436.892000', '124436.895000', '124436.898000', '124436.900000', '124436.903000', '124436.906000', '124436.908000', '124456.791000', '124456.794000', '124456.797000', '124456.799000', '124456.802000', '124456.804000', '124456.807000', '124456.810000', '124456.812000', '124456.815000', '124456.825000', '124456.828000', '124456.830000', '124456.833000', '124456.835000', '124456.838000', '124456.841000', '124456.843000', '124456.846000', '124456.849000', '124456.851000', '124456.854000', '124456.856000', '124456.859000', '124456.862000', '124456.864000', '124456.867000', '124456.869000', '124456.872000', '124456.875000', '124456.877000', '124456.880000', '124456.882000', '124456.885000', '124456.887000', '124456.890000', '124456.892000', '124456.895000', '124456.898000', '124456.900000', '124456.903000', '124456.905000', '124456.908000', '124516.790000', '124516.793000', '124516.796000', '124516.798000', '124516.801000', '124516.804000', '124516.806000', '124516.809000', '124516.811000', '124516.814000', '124516.817000', '124516.819000', '124516.822000', '124516.824000', '124516.827000', '124516.830000', '124516.832000', '124516.835000', '124516.838000', '124516.840000', '124516.843000', '124516.845000', '124516.848000', '124516.851000', '124516.853000', '124516.856000', '124516.858000', '124516.861000', '124516.864000', '124516.866000', '124516.869000', '124516.871000', '124516.874000', '124516.877000', '124516.879000', '124516.882000', '124516.884000', '124516.887000', '124516.890000', '124516.892000', '124516.895000', '124516.897000', '124516.900000', '124516.903000', '124536.791000', '124536.793000', '124536.796000', '124536.798000', '124536.801000', '124536.804000', '124536.806000', '124536.809000', '124536.812000', '124536.814000', '124536.817000', '124536.822000', '124536.824000', '124536.827000', '124536.829000', '124536.832000', '124536.835000', '124536.837000', '124536.840000', '124536.842000', '124536.845000', '124536.847000', '124536.850000', '124536.853000', '124536.855000', '124536.858000', '124536.861000', '124536.863000', '124536.866000', '124536.869000', '124536.871000', '124536.874000', '124536.876000', '124536.879000', '124536.882000', '124536.884000', '124536.887000', '124536.890000', '124536.893000', '124536.896000', '124536.898000', '124536.901000', '124536.903000', '124556.792000', '124556.795000', '124556.797000', '124556.800000', '124556.802000', '124556.805000', '124556.808000', '124556.810000', '124556.813000', '124556.816000', '124556.818000', '124556.821000', '124556.824000', '124556.826000', '124556.829000', '124556.831000', '124556.834000', '124556.837000', '124556.839000', '124556.842000', '124556.845000', '124556.847000', '124556.850000', '124556.853000', '124556.855000', '124556.858000', '124556.861000', '124556.863000', '124556.866000', '124556.869000', '124556.871000', '124556.874000', '124556.876000', '124556.879000', '124556.882000', '124556.884000', '124556.887000', '124556.889000', '124556.892000', '124556.895000', '124556.897000', '124556.900000', '124556.903000', '124556.905000', '124616.792000', '124616.794000', '124616.797000', '124616.800000', '124616.802000', '124616.805000', '124616.808000', '124616.810000', '124616.813000', '124616.816000', '124616.818000', '124616.821000', '124616.823000', '124616.826000', '124616.829000', '124616.831000', '124616.834000', '124616.837000', '124616.839000', '124616.849000', '124616.852000', '124616.854000', '124616.857000', '124616.860000', '124616.862000', '124616.865000', '124616.867000', '124616.870000', '124616.873000', '124616.875000', '124616.878000', '124616.880000', '124616.883000', '124616.886000', '124616.888000', '124616.898000', '124616.901000', '124616.904000', '124616.906000', '124616.909000', '124616.911000', '124616.914000', '124616.916000', '124636.792000', '124636.794000', '124636.797000', '124636.800000', '124636.803000', '124636.806000', '124636.808000', '124636.811000', '124636.814000', '124636.817000', '124636.819000', '124636.822000', '124636.826000', '124636.828000', '124636.831000', '124636.833000', '124636.836000', '124636.839000', '124636.841000', '124636.844000', '124636.847000', '124636.849000', '124636.852000', '124636.854000', '124636.857000', '124636.859000', '124636.862000', '124636.865000', '124636.867000', '124636.870000', '124636.872000', '124636.875000', '124636.878000', '124636.880000', '124636.883000', '124636.885000', '124636.888000', '124636.891000', '124636.893000', '124636.896000', '124636.898000', '124636.901000', '124636.903000', '124636.906000', '124656.792000', '124656.794000', '124656.797000', '124656.800000', '124656.802000', '124656.805000', '124656.808000', '124656.810000', '124656.813000', '124656.815000', '124656.818000', '124656.821000', '124656.823000', '124656.826000', '124656.829000', '124656.831000', '124656.834000', '124656.837000', '124656.839000', '124656.842000', '124656.844000', '124656.847000', '124656.850000', '124656.852000', '124656.855000', '124656.857000', '124656.860000', '124656.862000', '124656.865000', '124656.868000', '124656.871000', '124656.873000', '124656.876000', '124656.878000', '124656.881000', '124656.884000', '124656.886000', '124656.889000', '124656.892000', '124656.894000', '124656.897000', '124656.899000', '124656.902000', '124701.498000', '124701.502000', '124701.504000', '124701.507000', '124701.510000', '124701.512000', '124701.515000', '124701.518000', '124701.520000', '124701.523000', '124701.526000'], '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': [10127, 8672, 7962, 7802, 8165, 7561, 8241, 9386, 10809, 9116, 8821, 8233, 8060, 8579, 8281, 8367, 8708, 9775, 8820, 10162, 8542, 8267, 8270, 8356, 8059, 8617, 8173, 9588, 9037, 9264, 8315, 8611, 8280, 8686, 8655, 8739, 9555, 8723, 9062, 8357, 8561, 8166, 8653, 8558, 8253, 9384, 9660, 9845, 9058, 8348, 8038, 8520, 8782, 8683, 9132, 8845, 8667, 8325, 9009, 10016, 8918, 11146, 8536, 8984, 8615, 9830, 8456, 8655, 9820, 8545, 9866, 10316, 10180, 8749, 8299, 8373, 8619, 9073, 9701, 10016, 11385, 8551, 8504, 8726, 8780, 11047, 8840, 10037, 8593, 8469, 8480, 8719, 9816, 11031, 9547, 8398, 8595, 9403, 8533, 8647, 8680, 8501, 9213, 8602, 9051, 8453, 9295, 8875, 9593, 8596, 8395, 8243, 8493, 9291, 8683, 9629, 8712, 10424, 9709, 8841, 8442, 8522, 9227, 8702, 8825, 8892, 8824, 10829, 8726, 9715, 12076, 9015, 10161, 8227, 9803, 8589, 8693, 9197, 8777, 10315, 10815, 10796, 13117, 8915, 8329, 8590, 8634, 8707, 8753, 7931, 8992, 11431, 10323, 9407, 9930, 8512, 9854, 8932, 8958, 11355, 8824, 9695, 8749, 9455, 8848, 11000, 8454, 12519, 11405, 8684, 8140, 8542, 8867, 8616, 8724, 10097, 8699, 8318, 8788, 8733, 9173, 8685, 9099, 9125, 8535, 10008, 10064, 10453, 8681, 9693, 8605, 8860, 9080, 9038, 11636, 11298, 11719, 9398, 8658, 8561, 8858, 8805, 8823, 9209, 8626, 9005, 11049, 8964, 10408, 8759, 9776, 8690, 8858, 8273, 9098, 9743, 8684, 10869, 9176, 9177, 10867, 9034, 9160, 8918, 9712, 8988, 10200, 8799, 8915, 11926, 7996, 11766, 8670, 8512, 8734, 8893, 9089, 8795, 9657, 9189, 8973, 9082, 8939, 8656, 9002, 10153, 9537, 10607, 10104, 10570, 9566, 10237, 8777, 8737, 8886, 9313, 8942, 9080, 8665, 9117, 8355, 9363, 8679, 8919, 8873, 8840, 9101, 8738, 9167, 9755, 9165, 9595, 8561, 8824, 9074, 9040, 9907, 8645, 11196, 11035, 11303, 10140, 8898, 8087, 8688, 8593, 8710, 9504, 8286, 10486, 9263, 9385, 8877, 8623, 8896, 8327, 8985, 8370, 8847, 8831, 8781, 10011, 8479, 10568, 8241, 9815, 9284, 8925, 9207, 8530, 9149, 8454, 9024, 9046, 8900, 10266, 9842, 11729, 10501, 8875, 8825, 8672, 10347, 8311, 9343, 10375, 8680, 10886, 8558, 10871, 8302, 8984, 8721, 8744, 10681, 10857, 8919, 8722, 8619, 8980, 8321, 8990, 10039, 8884, 9572, 8495, 11453, 9326, 8554, 8730, 8453, 9110, 8423, 8952, 11090, 8742, 9980, 8497, 9110, 8099, 9314, 8989, 8976, 9486, 9059, 9152, 9622, 11447, 9751, 8751, 8431, 8541, 8274, 8630, 10503, 8612, 8923, 8845, 8995, 10546, 8854, 8869, 9068, 8903, 9415, 8658, 10127, 8428, 8840, 8788, 8767, 9127, 8108, 8842, 8451, 8459, 8849, 8900, 9172, 9077, 9424, 9060, 9434, 8359, 8757, 9395, 8088, 8936, 9126, 9110, 10702, 8613, 9873, 11517, 8917, 9894, 8577, 8884, 8809, 8814, 9435, 8672, 9788, 8697, 9710, 8336, 9153, 8391, 9216, 8227, 8858, 8848, 8832, 10811, 8790, 8991, 8727, 8646, 9235, 8533, 9164, 8734, 8872, 10473, 9719, 9154, 8469, 8913, 8966, 8717, 9874, 8437, 9917, 8561, 9785, 8255, 9133, 8522, 9251, 9528, 8894, 8894, 8695, 9029, 8015, 9071, 9599, 8753, 10533, 11236, 9161, 9758, 8652, 9153, 7854, 9077, 9220, 8584, 10619, 10975, 11017, 9561, 8913, 8860, 8812, 9180, 8791, 10236, 8453, 9267, 11648, 9110, 9775, 8642, 9334, 8781, 9102, 9789, 9213, 10437, 8966, 9927, 8940, 9617, 9118, 9137, 8615, 9873, 8405, 10287, 8319, 9038, 8705, 9301, 9165, 9090, 9270, 9665, 9468, 9614, 9033, 9484, 10538, 10782, 10400, 8585, 8779, 9124, 8659, 10556, 8630, 11549, 8670, 12129, 8507, 12318, 8378, 10362, 8342, 9332, 8364, 9362, 8727, 9393, 11663, 9070, 9155, 8800, 9429, 8496, 9253, 10359, 10416, 9826, 8230, 8776, 9785, 8759, 9246, 10344, 8922, 12039, 8737, 11230, 8087, 11640, 8090, 8984, 7983, 8842, 9260, 8749, 9574, 9870, 10796, 9079, 8785, 9002, 8834, 9351, 10483, 8904, 11976, 8171, 8000, 8643, 8518, 9404, 9982, 8469, 11204, 10282, 7889, 11348, 10896, 8781, 11625, 8643, 8303, 8910, 8443, 8639, 8368, 9832, 8261, 10467, 8173, 9047, 7797, 8723, 8933, 8338, 8751, 8287, 8329, 8829, 8862, 9113, 8763, 8694, 10704, 8685, 8667, 8568, 9005, 8201, 8953, 9633, 8843, 10121, 8673, 11163, 8426, 10679, 8552, 9326, 9362, 9021, 8705, 8772, 9992, 8932, 8811, 9324, 8594, 8989, 8946, 8685, 9640, 11373, 8584, 9189, 8248, 8826, 8652, 8804, 8479, 10472, 10608, 10193, 11850, 8508, 11730, 9575, 8482, 12332, 8464, 12622, 8404, 11617, 8377, 8790, 9030, 8733, 8671, 8619, 9518, 10557, 8561, 8478, 9344, 8451, 8829, 8935, 8738, 8722, 8687, 8725, 9670, 8735, 9041, 9417, 9368, 10214, 8357, 11160, 8973, 8467, 8428, 8413, 9626, 12395, 9191, 12112, 8224, 8350, 8841, 8363, 8420, 8775, 8339, 8443, 8402, 9038, 10158, 8449, 10303, 8077, 8430, 7823, 8389, 8262, 8220, 8245, 9865, 8798, 8243, 7995, 8631, 8411, 8612, 8409, 8293, 8597, 8520, 8591, 8504, 8557, 8551, 8244, 8215, 9204, 9810, 8688, 9940, 8794, 8532, 8733, 8926, 8824, 8971, 8914, 10047, 8828, 10329, 8651, 8712, 8987, 8642, 9033, 9013, 8813, 9671, 8406, 11817, 8958, 8484, 8912, 8619, 8694, 8582, 9089, 8509, 9390, 10564, 8720, 8637, 8585, 8585, 8816, 9394, 8819, 9316, 10125, 9103, 10019, 8525, 8810, 8482, 8733, 9119, 8793, 9933, 8879, 8958, 10028, 8950, 9976, 8236, 9821, 8095, 8941, 9534, 8850, 10224, 9816, 10200, 9163, 8567, 8664, 8912, 9186, 9567, 8896, 10890, 8573, 9966, 11593, 9011, 9360, 8508, 8753, 8637, 8959, 9267, 9023, 9673, 8885, 9874, 9079, 9212, 10340, 8671, 10855, 8917, 8932, 9205, 9208, 9800, 8798, 9419, 11738, 8567, 9910, 8697, 9022, 8663, 8949, 10331, 11361, 9510, 9960, 8337, 8994, 8992, 8729, 8687, 8779, 10275, 11145, 8871, 9502, 8577, 8761, 9137, 8907, 8643, 8639, 9885, 8906, 8976, 9800], 'WindowCenter': [3806.0, 3771.0, 3758.0, 3747.0, 3758.0, 3747.0, 3758.0, 3768.0, 3789.0, 3768.0, 3767.0, 3756.0, 3744.0, 3755.0, 3757.0, 3755.0, 3754.0, 3779.0, 3767.0, 3776.0, 3768.0, 3757.0, 3756.0, 3755.0, 3745.0, 3756.0, 3743.0, 3777.0, 3767.0, 3768.0, 3757.0, 3767.0, 3758.0, 3755.0, 3754.0, 3753.0, 3766.0, 3753.0, 3755.0, 3754.0, 3754.0, 3757.0, 3754.0, 3754.0, 3753.0, 3752.0, 3763.0, 3762.0, 3753.0, 3742.0, 3743.0, 3754.0, 3752.0, 3753.0, 3751.0, 3753.0, 3752.0, 3743.0, 3754.0, 3775.0, 3753.0, 3777.0, 3753.0, 3753.0, 3752.0, 3762.0, 3743.0, 3752.0, 3774.0, 3754.0, 3777.0, 3777.0, 3777.0, 3768.0, 3758.0, 3758.0, 3766.0, 3763.0, 3764.0, 3766.0, 3800.0, 3766.0, 3767.0, 3779.0, 3778.0, 3799.0, 3768.0, 3778.0, 3769.0, 3768.0, 3780.0, 3769.0, 3777.0, 3788.0, 3778.0, 3756.0, 3767.0, 3767.0, 3754.0, 3752.0, 3742.0, 3741.0, 3752.0, 3740.0, 3741.0, 3741.0, 3750.0, 3751.0, 3750.0, 3751.0, 3741.0, 3742.0, 3753.0, 3752.0, 3753.0, 3763.0, 3766.0, 3774.0, 3767.0, 3753.0, 3754.0, 3765.0, 3766.0, 3755.0, 3766.0, 3765.0, 3766.0, 3787.0, 3771.0, 3779.0, 3800.0, 3768.0, 3778.0, 3756.0, 3775.0, 3756.0, 3754.0, 3764.0, 3753.0, 3774.0, 3775.0, 3788.0, 3799.0, 3753.0, 3743.0, 3739.0, 3739.0, 3752.0, 3752.0, 3754.0, 3778.0, 3810.0, 3801.0, 3792.0, 3792.0, 3783.0, 3789.0, 3768.0, 3767.0, 3788.0, 3755.0, 3765.0, 3755.0, 3764.0, 3755.0, 3777.0, 3755.0, 3784.0, 3774.0, 3740.0, 3732.0, 3753.0, 3752.0, 3764.0, 3753.0, 3777.0, 3768.0, 3769.0, 3793.0, 3795.0, 3780.0, 3769.0, 3781.0, 3791.0, 3780.0, 3791.0, 3790.0, 3791.0, 3770.0, 3778.0, 3768.0, 3765.0, 3754.0, 3753.0, 3775.0, 3776.0, 3786.0, 3753.0, 3754.0, 3752.0, 3752.0, 3751.0, 3752.0, 3749.0, 3740.0, 3751.0, 3786.0, 3752.0, 3774.0, 3752.0, 3763.0, 3753.0, 3751.0, 3742.0, 3753.0, 3765.0, 3754.0, 3773.0, 3765.0, 3765.0, 3774.0, 3754.0, 3752.0, 3752.0, 3752.0, 3752.0, 3761.0, 3755.0, 3755.0, 3786.0, 3744.0, 3786.0, 3766.0, 3766.0, 3766.0, 3767.0, 3766.0, 3769.0, 3777.0, 3781.0, 3781.0, 3781.0, 3782.0, 3769.0, 3766.0, 3765.0, 3752.0, 3762.0, 3750.0, 3761.0, 3750.0, 3751.0, 3738.0, 3739.0, 3737.0, 3737.0, 3736.0, 3736.0, 3740.0, 3739.0, 3729.0, 3749.0, 3740.0, 3751.0, 3752.0, 3764.0, 3763.0, 3767.0, 3765.0, 3777.0, 3778.0, 3778.0, 3781.0, 3780.0, 3780.0, 3779.0, 3777.0, 3768.0, 3787.0, 3788.0, 3775.0, 3777.0, 3754.0, 3744.0, 3753.0, 3738.0, 3740.0, 3750.0, 3741.0, 3761.0, 3752.0, 3751.0, 3751.0, 3752.0, 3752.0, 3743.0, 3750.0, 3741.0, 3752.0, 3752.0, 3753.0, 3763.0, 3753.0, 3763.0, 3743.0, 3763.0, 3752.0, 3742.0, 3750.0, 3740.0, 3751.0, 3753.0, 3753.0, 3764.0, 3766.0, 3777.0, 3777.0, 3797.0, 3788.0, 3767.0, 3767.0, 3766.0, 3774.0, 3754.0, 3763.0, 3774.0, 3753.0, 3775.0, 3754.0, 3775.0, 3753.0, 3753.0, 3750.0, 3753.0, 3774.0, 3785.0, 3764.0, 3765.0, 3768.0, 3765.0, 3756.0, 3765.0, 3775.0, 3752.0, 3764.0, 3753.0, 3773.0, 3764.0, 3752.0, 3752.0, 3752.0, 3751.0, 3753.0, 3752.0, 3785.0, 3753.0, 3765.0, 3754.0, 3768.0, 3756.0, 3790.0, 3765.0, 3765.0, 3762.0, 3754.0, 3765.0, 3766.0, 3787.0, 3765.0, 3756.0, 3756.0, 3767.0, 3755.0, 3766.0, 3776.0, 3753.0, 3753.0, 3755.0, 3765.0, 3786.0, 3768.0, 3767.0, 3765.0, 3764.0, 3762.0, 3752.0, 3761.0, 3742.0, 3752.0, 3741.0, 3753.0, 3752.0, 3743.0, 3754.0, 3743.0, 3742.0, 3753.0, 3764.0, 3777.0, 3765.0, 3764.0, 3753.0, 3753.0, 3754.0, 3767.0, 3777.0, 3756.0, 3767.0, 3766.0, 3766.0, 3787.0, 3768.0, 3777.0, 3789.0, 3766.0, 3777.0, 3756.0, 3765.0, 3753.0, 3754.0, 3753.0, 3755.0, 3763.0, 3755.0, 3763.0, 3755.0, 3752.0, 3742.0, 3752.0, 3740.0, 3739.0, 3751.0, 3751.0, 3760.0, 3740.0, 3751.0, 3753.0, 3765.0, 3764.0, 3766.0, 3765.0, 3755.0, 3767.0, 3775.0, 3777.0, 3778.0, 3769.0, 3766.0, 3765.0, 3754.0, 3764.0, 3753.0, 3763.0, 3753.0, 3763.0, 3743.0, 3751.0, 3753.0, 3751.0, 3751.0, 3752.0, 3753.0, 3753.0, 3764.0, 3743.0, 3764.0, 3775.0, 3767.0, 3789.0, 3788.0, 3778.0, 3778.0, 3769.0, 3776.0, 3756.0, 3764.0, 3764.0, 3755.0, 3775.0, 3788.0, 3787.0, 3778.0, 3765.0, 3764.0, 3764.0, 3762.0, 3753.0, 3761.0, 3753.0, 3763.0, 3788.0, 3764.0, 3775.0, 3754.0, 3763.0, 3752.0, 3751.0, 3762.0, 3751.0, 3772.0, 3753.0, 3763.0, 3753.0, 3751.0, 3751.0, 3750.0, 3740.0, 3749.0, 3728.0, 3749.0, 3739.0, 3751.0, 3752.0, 3765.0, 3764.0, 3765.0, 3765.0, 3777.0, 3790.0, 3778.0, 3781.0, 3789.0, 3788.0, 3790.0, 3789.0, 3769.0, 3768.0, 3779.0, 3768.0, 3776.0, 3755.0, 3773.0, 3753.0, 3772.0, 3742.0, 3772.0, 3740.0, 3759.0, 3739.0, 3737.0, 3728.0, 3736.0, 3741.0, 3749.0, 3770.0, 3740.0, 3751.0, 3753.0, 3765.0, 3764.0, 3776.0, 3776.0, 3789.0, 3778.0, 3767.0, 3780.0, 3790.0, 3769.0, 3777.0, 3776.0, 3765.0, 3799.0, 3754.0, 3776.0, 3743.0, 3774.0, 3744.0, 3752.0, 3729.0, 3739.0, 3749.0, 3739.0, 3751.0, 3762.0, 3761.0, 3752.0, 3752.0, 3764.0, 3764.0, 3764.0, 3775.0, 3764.0, 3799.0, 3769.0, 3769.0, 3779.0, 3781.0, 3778.0, 3778.0, 3770.0, 3800.0, 3788.0, 3757.0, 3788.0, 3790.0, 3767.0, 3787.0, 3755.0, 3753.0, 3751.0, 3741.0, 3739.0, 3729.0, 3749.0, 3740.0, 3760.0, 3740.0, 3739.0, 3728.0, 3739.0, 3738.0, 3728.0, 3739.0, 3742.0, 3753.0, 3763.0, 3765.0, 3753.0, 3767.0, 3766.0, 3787.0, 3756.0, 3755.0, 3767.0, 3765.0, 3755.0, 3754.0, 3765.0, 3751.0, 3762.0, 3740.0, 3772.0, 3730.0, 3760.0, 3741.0, 3749.0, 3749.0, 3739.0, 3750.0, 3753.0, 3774.0, 3753.0, 3753.0, 3765.0, 3767.0, 3768.0, 3767.0, 3768.0, 3779.0, 3800.0, 3783.0, 3793.0, 3783.0, 3796.0, 3795.0, 3792.0, 3783.0, 3803.0, 3802.0, 3791.0, 3802.0, 3769.0, 3800.0, 3767.0, 3754.0, 3783.0, 3729.0, 3769.0, 3728.0, 3758.0, 3728.0, 3738.0, 3738.0, 3738.0, 3738.0, 3738.0, 3749.0, 3760.0, 3738.0, 3739.0, 3750.0, 3753.0, 3752.0, 3765.0, 3754.0, 3767.0, 3770.0, 3781.0, 3804.0, 3783.0, 3779.0, 3780.0, 3767.0, 3778.0, 3757.0, 3787.0, 3767.0, 3755.0, 3754.0, 3755.0, 3763.0, 3786.0, 3753.0, 3772.0, 3741.0, 3741.0, 3750.0, 3741.0, 3739.0, 3740.0, 3740.0, 3740.0, 3754.0, 3752.0, 3763.0, 3742.0, 3762.0, 3741.0, 3742.0, 3730.0, 3742.0, 3742.0, 3743.0, 3754.0, 3765.0, 3755.0, 3755.0, 3744.0, 3755.0, 3741.0, 3741.0, 3740.0, 3740.0, 3741.0, 3740.0, 3742.0, 3740.0, 3740.0, 3740.0, 3728.0, 3740.0, 3751.0, 3750.0, 3740.0, 3761.0, 3752.0, 3753.0, 3753.0, 3765.0, 3764.0, 3766.0, 3766.0, 3789.0, 3768.0, 3778.0, 3768.0, 3767.0, 3767.0, 3767.0, 3765.0, 3765.0, 3753.0, 3765.0, 3755.0, 3786.0, 3766.0, 3755.0, 3754.0, 3753.0, 3742.0, 3742.0, 3740.0, 3741.0, 3751.0, 3762.0, 3740.0, 3740.0, 3740.0, 3740.0, 3751.0, 3749.0, 3751.0, 3765.0, 3775.0, 3752.0, 3764.0, 3754.0, 3753.0, 3753.0, 3754.0, 3752.0, 3754.0, 3763.0, 3754.0, 3754.0, 3776.0, 3755.0, 3765.0, 3756.0, 3777.0, 3745.0, 3752.0, 3750.0, 3751.0, 3761.0, 3764.0, 3774.0, 3765.0, 3766.0, 3766.0, 3767.0, 3765.0, 3764.0, 3764.0, 3774.0, 3754.0, 3763.0, 3786.0, 3754.0, 3754.0, 3753.0, 3741.0, 3752.0, 3751.0, 3750.0, 3751.0, 3751.0, 3753.0, 3763.0, 3754.0, 3764.0, 3763.0, 3743.0, 3772.0, 3752.0, 3740.0, 3751.0, 3751.0, 3762.0, 3754.0, 3764.0, 3788.0, 3755.0, 3766.0, 3755.0, 3753.0, 3752.0, 3752.0, 3763.0, 3773.0, 3753.0, 3763.0, 3742.0, 3752.0, 3752.0, 3740.0, 3739.0, 3740.0, 3761.0, 3772.0, 3751.0, 3752.0, 3753.0, 3740.0, 3751.0, 3750.0, 3740.0, 3742.0, 3750.0, 3751.0, 3751.0, 3751.0], 'WindowWidth': [8545.0, 8488.0, 8466.0, 8450.0, 8462.0, 8446.0, 8461.0, 8476.0, 8504.0, 8474.0, 8472.0, 8458.0, 8440.0, 8455.0, 8458.0, 8455.0, 8451.0, 8491.0, 8473.0, 8485.0, 8476.0, 8459.0, 8457.0, 8455.0, 8441.0, 8456.0, 8434.0, 8486.0, 8471.0, 8475.0, 8460.0, 8473.0, 8462.0, 8455.0, 8450.0, 8450.0, 8467.0, 8447.0, 8452.0, 8452.0, 8450.0, 8457.0, 8452.0, 8449.0, 8449.0, 8445.0, 8461.0, 8458.0, 8447.0, 8431.0, 8433.0, 8449.0, 8444.0, 8447.0, 8443.0, 8447.0, 8444.0, 8434.0, 8449.0, 8480.0, 8448.0, 8483.0, 8447.0, 8446.0, 8446.0, 8458.0, 8433.0, 8444.0, 8476.0, 8452.0, 8485.0, 8485.0, 8487.0, 8477.0, 8462.0, 8463.0, 8470.0, 8462.0, 8465.0, 8468.0, 8519.0, 8472.0, 8476.0, 8495.0, 8494.0, 8521.0, 8478.0, 8493.0, 8481.0, 8479.0, 8496.0, 8480.0, 8488.0, 8504.0, 8490.0, 8457.0, 8474.0, 8470.0, 8453.0, 8445.0, 8431.0, 8427.0, 8441.0, 8424.0, 8425.0, 8428.0, 8440.0, 8442.0, 8438.0, 8443.0, 8429.0, 8431.0, 8445.0, 8444.0, 8447.0, 8459.0, 8470.0, 8477.0, 8469.0, 8448.0, 8451.0, 8467.0, 8468.0, 8454.0, 8468.0, 8466.0, 8471.0, 8500.0, 8484.0, 8494.0, 8523.0, 8477.0, 8491.0, 8459.0, 8481.0, 8455.0, 8449.0, 8463.0, 8448.0, 8478.0, 8480.0, 8501.0, 8519.0, 8446.0, 8432.0, 8423.0, 8422.0, 8444.0, 8446.0, 8455.0, 8493.0, 8539.0, 8528.0, 8514.0, 8516.0, 8504.0, 8508.0, 8477.0, 8473.0, 8501.0, 8452.0, 8467.0, 8452.0, 8464.0, 8452.0, 8481.0, 8454.0, 8489.0, 8475.0, 8425.0, 8416.0, 8447.0, 8445.0, 8467.0, 8450.0, 8485.0, 8477.0, 8482.0, 8522.0, 8527.0, 8497.0, 8481.0, 8499.0, 8514.0, 8498.0, 8514.0, 8511.0, 8512.0, 8483.0, 8490.0, 8474.0, 8466.0, 8451.0, 8446.0, 8476.0, 8481.0, 8494.0, 8448.0, 8450.0, 8446.0, 8445.0, 8440.0, 8443.0, 8435.0, 8425.0, 8440.0, 8496.0, 8444.0, 8475.0, 8445.0, 8458.0, 8446.0, 8442.0, 8430.0, 8445.0, 8463.0, 8449.0, 8474.0, 8466.0, 8463.0, 8477.0, 8449.0, 8444.0, 8444.0, 8443.0, 8444.0, 8456.0, 8453.0, 8454.0, 8492.0, 8436.0, 8496.0, 8471.0, 8470.0, 8473.0, 8475.0, 8471.0, 8479.0, 8488.0, 8499.0, 8500.0, 8501.0, 8501.0, 8480.0, 8469.0, 8465.0, 8442.0, 8456.0, 8436.0, 8454.0, 8436.0, 8438.0, 8417.0, 8419.0, 8416.0, 8414.0, 8412.0, 8411.0, 8424.0, 8423.0, 8407.0, 8434.0, 8425.0, 8442.0, 8446.0, 8464.0, 8462.0, 8472.0, 8467.0, 8486.0, 8490.0, 8491.0, 8499.0, 8497.0, 8496.0, 8491.0, 8488.0, 8476.0, 8501.0, 8501.0, 8482.0, 8483.0, 8449.0, 8435.0, 8446.0, 8420.0, 8423.0, 8438.0, 8429.0, 8454.0, 8444.0, 8442.0, 8441.0, 8445.0, 8444.0, 8433.0, 8438.0, 8428.0, 8443.0, 8445.0, 8447.0, 8460.0, 8448.0, 8460.0, 8434.0, 8462.0, 8444.0, 8428.0, 8436.0, 8425.0, 8441.0, 8447.0, 8447.0, 8465.0, 8471.0, 8486.0, 8486.0, 8513.0, 8502.0, 8474.0, 8472.0, 8471.0, 8476.0, 8450.0, 8460.0, 8477.0, 8447.0, 8480.0, 8450.0, 8478.0, 8448.0, 8447.0, 8440.0, 8448.0, 8475.0, 8494.0, 8465.0, 8467.0, 8477.0, 8470.0, 8458.0, 8465.0, 8480.0, 8445.0, 8463.0, 8449.0, 8475.0, 8464.0, 8446.0, 8444.0, 8447.0, 8444.0, 8447.0, 8445.0, 8491.0, 8449.0, 8466.0, 8450.0, 8476.0, 8460.0, 8513.0, 8469.0, 8466.0, 8458.0, 8450.0, 8470.0, 8470.0, 8500.0, 8469.0, 8458.0, 8459.0, 8473.0, 8457.0, 8472.0, 8483.0, 8448.0, 8448.0, 8452.0, 8467.0, 8496.0, 8477.0, 8475.0, 8470.0, 8465.0, 8459.0, 8446.0, 8456.0, 8432.0, 8445.0, 8428.0, 8446.0, 8444.0, 8437.0, 8450.0, 8433.0, 8428.0, 8448.0, 8464.0, 8486.0, 8470.0, 8465.0, 8448.0, 8446.0, 8450.0, 8475.0, 8488.0, 8461.0, 8474.0, 8470.0, 8470.0, 8500.0, 8475.0, 8487.0, 8504.0, 8469.0, 8487.0, 8456.0, 8467.0, 8448.0, 8449.0, 8447.0, 8452.0, 8461.0, 8453.0, 8460.0, 8452.0, 8446.0, 8430.0, 8443.0, 8423.0, 8421.0, 8441.0, 8438.0, 8450.0, 8425.0, 8441.0, 8449.0, 8468.0, 8467.0, 8471.0, 8466.0, 8454.0, 8473.0, 8483.0, 8488.0, 8489.0, 8480.0, 8471.0, 8468.0, 8450.0, 8462.0, 8447.0, 8460.0, 8448.0, 8459.0, 8433.0, 8440.0, 8448.0, 8442.0, 8441.0, 8444.0, 8447.0, 8448.0, 8463.0, 8435.0, 8466.0, 8483.0, 8474.0, 8506.0, 8504.0, 8489.0, 8489.0, 8479.0, 8486.0, 8458.0, 8464.0, 8465.0, 8454.0, 8481.0, 8504.0, 8498.0, 8487.0, 8468.0, 8465.0, 8465.0, 8459.0, 8447.0, 8455.0, 8448.0, 8461.0, 8501.0, 8465.0, 8481.0, 8452.0, 8460.0, 8444.0, 8438.0, 8455.0, 8439.0, 8469.0, 8446.0, 8458.0, 8444.0, 8439.0, 8441.0, 8436.0, 8423.0, 8434.0, 8405.0, 8433.0, 8421.0, 8441.0, 8442.0, 8466.0, 8465.0, 8468.0, 8467.0, 8488.0, 8510.0, 8491.0, 8500.0, 8509.0, 8505.0, 8509.0, 8506.0, 8479.0, 8477.0, 8493.0, 8476.0, 8482.0, 8453.0, 8474.0, 8447.0, 8469.0, 8429.0, 8467.0, 8425.0, 8448.0, 8421.0, 8414.0, 8404.0, 8412.0, 8426.0, 8435.0, 8461.0, 8424.0, 8441.0, 8448.0, 8469.0, 8467.0, 8487.0, 8485.0, 8504.0, 8489.0, 8476.0, 8497.0, 8510.0, 8480.0, 8489.0, 8486.0, 8468.0, 8517.0, 8449.0, 8483.0, 8435.0, 8477.0, 8436.0, 8442.0, 8410.0, 8422.0, 8435.0, 8423.0, 8438.0, 8456.0, 8453.0, 8444.0, 8447.0, 8465.0, 8465.0, 8465.0, 8480.0, 8465.0, 8520.0, 8481.0, 8480.0, 8495.0, 8500.0, 8491.0, 8490.0, 8487.0, 8523.0, 8505.0, 8459.0, 8502.0, 8508.0, 8475.0, 8500.0, 8455.0, 8449.0, 8442.0, 8426.0, 8421.0, 8409.0, 8435.0, 8423.0, 8449.0, 8423.0, 8421.0, 8406.0, 8419.0, 8417.0, 8403.0, 8421.0, 8430.0, 8447.0, 8463.0, 8468.0, 8450.0, 8474.0, 8471.0, 8499.0, 8456.0, 8455.0, 8474.0, 8466.0, 8455.0, 8449.0, 8464.0, 8441.0, 8456.0, 8425.0, 8468.0, 8410.0, 8450.0, 8426.0, 8433.0, 8434.0, 8421.0, 8440.0, 8448.0, 8479.0, 8449.0, 8447.0, 8468.0, 8474.0, 8477.0, 8476.0, 8477.0, 8495.0, 8523.0, 8506.0, 8521.0, 8508.0, 8529.0, 8529.0, 8519.0, 8507.0, 8534.0, 8531.0, 8513.0, 8527.0, 8480.0, 8520.0, 8472.0, 8450.0, 8485.0, 8408.0, 8460.0, 8405.0, 8444.0, 8405.0, 8417.0, 8417.0, 8417.0, 8417.0, 8418.0, 8435.0, 8449.0, 8418.0, 8421.0, 8439.0, 8450.0, 8447.0, 8470.0, 8454.0, 8475.0, 8484.0, 8501.0, 8538.0, 8507.0, 8494.0, 8498.0, 8474.0, 8491.0, 8459.0, 8501.0, 8471.0, 8456.0, 8452.0, 8455.0, 8461.0, 8496.0, 8447.0, 8470.0, 8428.0, 8428.0, 8438.0, 8428.0, 8422.0, 8426.0, 8426.0, 8427.0, 8453.0, 8446.0, 8458.0, 8429.0, 8457.0, 8427.0, 8431.0, 8413.0, 8430.0, 8432.0, 8434.0, 8452.0, 8467.0, 8455.0, 8456.0, 8440.0, 8453.0, 8430.0, 8427.0, 8425.0, 8425.0, 8426.0, 8424.0, 8429.0, 8424.0, 8423.0, 8422.0, 8405.0, 8424.0, 8442.0, 8438.0, 8424.0, 8454.0, 8445.0, 8450.0, 8450.0, 8468.0, 8465.0, 8470.0, 8470.0, 8505.0, 8476.0, 8487.0, 8475.0, 8475.0, 8474.0, 8475.0, 8466.0, 8466.0, 8448.0, 8467.0, 8453.0, 8495.0, 8470.0, 8452.0, 8449.0, 8447.0, 8430.0, 8428.0, 8423.0, 8426.0, 8439.0, 8455.0, 8422.0, 8424.0, 8425.0, 8422.0, 8440.0, 8433.0, 8442.0, 8467.0, 8480.0, 8443.0, 8461.0, 8448.0, 8448.0, 8447.0, 8450.0, 8445.0, 8449.0, 8459.0, 8452.0, 8450.0, 8481.0, 8452.0, 8467.0, 8455.0, 8488.0, 8441.0, 8444.0, 8439.0, 8441.0, 8454.0, 8462.0, 8477.0, 8466.0, 8470.0, 8470.0, 8473.0, 8466.0, 8464.0, 8463.0, 8477.0, 8451.0, 8461.0, 8495.0, 8449.0, 8448.0, 8447.0, 8429.0, 8444.0, 8439.0, 8439.0, 8440.0, 8441.0, 8448.0, 8458.0, 8450.0, 8462.0, 8460.0, 8431.0, 8470.0, 8442.0, 8424.0, 8438.0, 8442.0, 8456.0, 8450.0, 8463.0, 8499.0, 8453.0, 8468.0, 8452.0, 8447.0, 8443.0, 8443.0, 8459.0, 8472.0, 8445.0, 8460.0, 8432.0, 8443.0, 8443.0, 8427.0, 8422.0, 8424.0, 8453.0, 8470.0, 8442.0, 8443.0, 8447.0, 8427.0, 8442.0, 8438.0, 8424.0, 8429.0, 8438.0, 8441.0, 8438.0, 8441.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.0005384959816303101</td></tr>
<tr><td colspan=3>aqi</td><td>0.027250127898966706</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73279349224136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1541131756206895</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9848964590344814</td></tr>
<tr><td colspan=3>efc</td><td>0.469</td></tr>
<tr><td colspan=3>fber</td><td>5494.3052</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13730304178006034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>142</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.303099885189436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5324292397504014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3971842155739473</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.795599842438615</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4045036612386412</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111659</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021164244040846825</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027769915759563446</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.7372811993633284</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>27.0002</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.8794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302751.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>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.0275</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0331</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.6375</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2960.8097</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.9097</td></tr>
<tr><td colspan=3>tsnr</td><td>33.94937325047795</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>