ds005256-mriqc/sub-0115_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_ses-01_task-social_acq-mb8_run-04_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-0115_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-04_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-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-04_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>21c2c12b03ebb8e130ba740f03537e0a</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>18:24:43.962500</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.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.087044</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.023</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9018f6f-a95a-44d2-add9-39e1d7d151d8||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.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['182443.962500', '182444.422500', '182444.882500', '182445.342500', '182445.802500', '182446.262500', '182446.722500', '182447.182500', '182447.642500', '182448.102500', '182448.562500', '182449.022500', '182449.482500', '182449.942500', '182450.402500', '182450.862500', '182451.322500', '182451.782500', '182452.242500', '182452.702500', '182453.162500', '182453.622500', '182454.082500', '182454.542500', '182455.002500', '182455.462500', '182455.922500', '182456.382500', '182456.842500', '182457.302500', '182457.762500', '182458.222500', '182458.682500', '182459.142500', '182459.602500', '182500.062500', '182500.522500', '182500.982500', '182501.442500', '182501.902500', '182502.362500', '182502.822500', '182503.282500', '182503.742500', '182504.202500', '182504.662500', '182505.122500', '182505.582500', '182506.042500', '182506.502500', '182506.962500', '182507.422500', '182507.882500', '182508.342500', '182508.802500', '182509.262500', '182509.722500', '182510.182500', '182510.642500', '182511.102500', '182511.562500', '182512.022500', '182512.482500', '182512.942500', '182513.402500', '182513.862500', '182514.322500', '182514.782500', '182515.242500', '182515.702500', '182516.162500', '182516.622500', '182517.082500', '182517.542500', '182518.002500', '182518.462500', '182518.922500', '182519.382500', '182519.842500', '182520.302500', '182520.762500', '182521.222500', '182521.682500', '182522.142500', '182522.602500', '182523.062500', '182523.522500', '182523.982500', '182524.442500', '182524.902500', '182525.362500', '182525.822500', '182526.282500', '182526.742500', '182527.202500', '182527.662500', '182528.122500', '182528.582500', '182529.042500', '182529.502500', '182529.962500', '182530.422500', '182530.882500', '182531.342500', '182531.802500', '182532.262500', '182532.722500', '182533.182500', '182533.642500', '182534.102500', '182534.562500', '182535.022500', '182535.482500', '182535.942500', '182536.402500', '182536.862500', '182537.322500', '182537.782500', '182538.242500', '182538.702500', '182539.162500', '182539.622500', '182540.082500', '182540.542500', '182541.002500', '182541.462500', '182541.922500', '182542.382500', '182542.842500', '182543.302500', '182543.762500', '182544.222500', '182544.682500', '182545.142500', '182545.602500', '182546.062500', '182546.522500', '182546.982500', '182547.442500', '182547.902500', '182548.362500', '182548.822500', '182549.282500', '182549.742500', '182550.202500', '182550.662500', '182551.122500', '182551.582500', '182552.042500', '182552.502500', '182552.962500', '182553.422500', '182553.882500', '182554.342500', '182554.802500', '182555.262500', '182555.722500', '182556.182500', '182556.642500', '182557.102500', '182557.562500', '182558.022500', '182558.482500', '182558.942500', '182559.402500', '182559.862500', '182600.322500', '182600.782500', '182601.242500', '182601.702500', '182602.162500', '182602.622500', '182603.082500', '182603.542500', '182604.002500', '182604.462500', '182604.922500', '182605.382500', '182605.842500', '182606.302500', '182606.762500', '182607.222500', '182607.682500', '182608.142500', '182608.602500', '182609.062500', '182609.522500', '182609.982500', '182610.442500', '182610.902500', '182611.362500', '182611.822500', '182612.282500', '182612.742500', '182613.202500', '182613.662500', '182614.122500', '182614.582500', '182615.042500', '182615.502500', '182615.962500', '182616.422500', '182616.882500', '182617.342500', '182617.802500', '182618.262500', '182618.722500', '182619.182500', '182619.642500', '182620.102500', '182620.562500', '182621.022500', '182621.482500', '182621.942500', '182622.402500', '182622.862500', '182623.322500', '182623.782500', '182624.242500', '182624.702500', '182625.162500', '182625.622500', '182626.082500', '182626.542500', '182627.002500', '182627.462500', '182627.922500', '182628.382500', '182628.842500', '182629.302500', '182629.762500', '182630.222500', '182630.682500', '182631.142500', '182631.602500', '182632.062500', '182632.522500', '182632.982500', '182633.442500', '182633.902500', '182634.362500', '182634.822500', '182635.282500', '182635.742500', '182636.202500', '182636.662500', '182637.122500', '182637.582500', '182638.042500', '182638.502500', '182638.962500', '182639.422500', '182639.882500', '182640.342500', '182640.802500', '182641.262500', '182641.722500', '182642.182500', '182642.642500', '182643.102500', '182643.562500', '182644.022500', '182644.482500', '182644.942500', '182645.402500', '182645.862500', '182646.322500', '182646.782500', '182647.242500', '182647.702500', '182648.162500', '182648.622500', '182649.082500', '182649.542500', '182650.002500', '182650.462500', '182650.922500', '182651.382500', '182651.842500', '182652.302500', '182652.762500', '182653.222500', '182653.682500', '182654.142500', '182654.602500', '182655.062500', '182655.522500', '182655.982500', '182656.442500', '182656.902500', '182657.362500', '182657.822500', '182658.282500', '182658.742500', '182659.202500', '182659.662500', '182700.122500', '182700.582500', '182701.042500', '182701.502500', '182701.962500', '182702.422500', '182702.882500', '182703.342500', '182703.802500', '182704.262500', '182704.722500', '182705.182500', '182705.642500', '182706.102500', '182706.562500', '182707.022500', '182707.482500', '182707.942500', '182708.402500', '182708.862500', '182709.322500', '182709.782500', '182710.242500', '182710.702500', '182711.162500', '182711.622500', '182712.082500', '182712.542500', '182713.002500', '182713.462500', '182713.922500', '182714.382500', '182714.842500', '182715.302500', '182715.762500', '182716.222500', '182716.682500', '182717.142500', '182717.602500', '182718.062500', '182718.522500', '182718.982500', '182719.442500', '182719.902500', '182720.362500', '182720.822500', '182721.282500', '182721.742500', '182722.202500', '182722.662500', '182723.122500', '182723.582500', '182724.042500', '182724.502500', '182724.962500', '182725.422500', '182725.882500', '182726.342500', '182726.802500', '182727.262500', '182727.722500', '182728.182500', '182728.642500', '182729.102500', '182729.562500', '182730.022500', '182730.482500', '182730.942500', '182731.402500', '182731.862500', '182732.322500', '182732.782500', '182733.242500', '182733.702500', '182734.162500', '182734.622500', '182735.082500', '182735.542500', '182736.002500', '182736.462500', '182736.922500', '182737.382500', '182737.842500', '182738.302500', '182738.762500', '182739.222500', '182739.682500', '182740.142500', '182740.602500', '182741.062500', '182741.522500', '182741.982500', '182742.442500', '182742.902500', '182743.362500', '182743.822500', '182744.282500', '182744.742500', '182745.202500', '182745.662500', '182746.122500', '182746.582500', '182747.042500', '182747.502500', '182747.962500', '182748.422500', '182748.882500', '182749.342500', '182749.802500', '182750.262500', '182750.722500', '182751.182500', '182751.642500', '182752.102500', '182752.562500', '182753.022500', '182753.482500', '182753.942500', '182754.402500', '182754.862500', '182755.322500', '182755.782500', '182756.242500', '182756.702500', '182757.162500', '182757.622500', '182758.082500', '182758.542500', '182759.002500', '182759.462500', '182759.922500', '182800.382500', '182800.842500', '182801.302500', '182801.762500', '182802.222500', '182802.682500', '182803.142500', '182803.602500', '182804.062500', '182804.522500', '182804.982500', '182805.442500', '182805.902500', '182806.362500', '182806.822500', '182807.282500', '182807.742500', '182808.202500', '182808.662500', '182809.122500', '182809.582500', '182810.042500', '182810.502500', '182810.962500', '182811.422500', '182811.882500', '182812.342500', '182812.802500', '182813.262500', '182813.722500', '182814.182500', '182814.642500', '182815.102500', '182815.562500', '182816.022500', '182816.482500', '182816.942500', '182817.402500', '182817.862500', '182818.322500', '182818.782500', '182819.242500', '182819.702500', '182820.162500', '182820.622500', '182821.082500', '182821.542500', '182822.002500', '182822.462500', '182822.922500', '182823.382500', '182823.842500', '182824.302500', '182824.762500', '182825.222500', '182825.682500', '182826.142500', '182826.602500', '182827.062500', '182827.522500', '182827.982500', '182828.442500', '182828.902500', '182829.362500', '182829.822500', '182830.282500', '182830.742500', '182831.202500', '182831.662500', '182832.122500', '182832.582500', '182833.042500', '182833.502500', '182833.962500', '182834.422500', '182834.882500', '182835.342500', '182835.802500', '182836.262500', '182836.722500', '182837.182500', '182837.642500', '182838.102500', '182838.562500', '182839.022500', '182839.482500', '182839.942500', '182840.402500', '182840.862500', '182841.322500', '182841.782500', '182842.242500', '182842.702500', '182843.162500', '182843.622500', '182844.082500', '182844.542500', '182845.002500', '182845.462500', '182845.922500', '182846.382500', '182846.842500', '182847.302500', '182847.762500', '182848.222500', '182848.682500', '182849.142500', '182849.602500', '182850.062500', '182850.522500', '182850.982500', '182851.442500', '182851.902500', '182852.362500', '182852.822500', '182853.282500', '182853.742500', '182854.202500', '182854.662500', '182855.122500', '182855.582500', '182856.042500', '182856.502500', '182856.962500', '182857.422500', '182857.882500', '182858.342500', '182858.802500', '182859.262500', '182859.722500', '182900.182500', '182900.642500', '182901.102500', '182901.562500', '182902.022500', '182902.482500', '182902.942500', '182903.402500', '182903.862500', '182904.322500', '182904.782500', '182905.242500', '182905.702500', '182906.162500', '182906.622500', '182907.082500', '182907.542500', '182908.002500', '182908.462500', '182908.922500', '182909.382500', '182909.842500', '182910.302500', '182910.762500', '182911.222500', '182911.682500', '182912.142500', '182912.602500', '182913.062500', '182913.522500', '182913.982500', '182914.442500', '182914.902500', '182915.362500', '182915.822500', '182916.282500', '182916.742500', '182917.202500', '182917.662500', '182918.122500', '182918.582500', '182919.042500', '182919.502500', '182919.962500', '182920.422500', '182920.882500', '182921.342500', '182921.802500', '182922.262500', '182922.722500', '182923.182500', '182923.642500', '182924.102500', '182924.562500', '182925.022500', '182925.482500', '182925.942500', '182926.402500', '182926.862500', '182927.322500', '182927.782500', '182928.242500', '182928.702500', '182929.162500', '182929.622500', '182930.082500', '182930.542500', '182931.002500', '182931.462500', '182931.922500', '182932.382500', '182932.842500', '182933.302500', '182933.762500', '182934.222500', '182934.682500', '182935.142500', '182935.602500', '182936.062500', '182936.522500', '182936.982500', '182937.442500', '182937.902500', '182938.362500', '182938.822500', '182939.282500', '182939.742500', '182940.202500', '182940.662500', '182941.122500', '182941.582500', '182942.042500', '182942.502500', '182942.962500', '182943.422500', '182943.882500', '182944.342500', '182944.802500', '182945.262500', '182945.722500', '182946.182500', '182946.642500', '182947.102500', '182947.562500', '182948.022500', '182948.482500', '182948.942500', '182949.402500', '182949.862500', '182950.322500', '182950.782500', '182951.242500', '182951.702500', '182952.162500', '182952.622500', '182953.082500', '182953.542500', '182954.002500', '182954.462500', '182954.922500', '182955.382500', '182955.842500', '182956.302500', '182956.762500', '182957.222500', '182957.682500', '182958.142500', '182958.602500', '182959.062500', '182959.522500', '182959.982500', '183000.442500', '183000.902500', '183001.362500', '183001.822500', '183002.282500', '183002.742500', '183003.202500', '183003.662500', '183004.122500', '183004.582500', '183005.042500', '183005.502500', '183005.962500', '183006.422500', '183006.882500', '183007.342500', '183007.802500', '183008.262500', '183008.722500', '183009.182500', '183009.642500', '183010.102500', '183010.562500', '183011.022500', '183011.482500', '183011.942500', '183012.402500', '183012.862500', '183013.322500', '183013.782500', '183014.242500', '183014.702500', '183015.162500', '183015.622500', '183016.082500', '183016.542500', '183017.002500', '183017.462500', '183017.922500', '183018.382500', '183018.842500', '183019.302500', '183019.762500', '183020.222500', '183020.682500', '183021.142500', '183021.602500', '183022.062500', '183022.522500', '183022.982500', '183023.442500', '183023.902500', '183024.362500', '183024.822500', '183025.282500', '183025.742500', '183026.202500', '183026.662500', '183027.122500', '183027.582500', '183028.042500', '183028.502500', '183028.962500', '183029.422500', '183029.882500', '183030.342500', '183030.802500', '183031.262500', '183031.722500', '183032.182500', '183032.642500', '183033.102500', '183033.562500', '183034.022500', '183034.482500', '183034.942500', '183035.402500', '183035.862500', '183036.322500', '183036.782500', '183037.242500', '183037.702500', '183038.162500', '183038.622500', '183039.082500', '183039.542500', '183040.002500', '183040.462500', '183040.922500', '183041.382500', '183041.842500', '183042.302500', '183042.762500', '183043.222500', '183043.682500', '183044.142500', '183044.602500', '183045.062500', '183045.522500', '183045.982500', '183046.442500', '183046.902500', '183047.362500', '183047.822500', '183048.282500', '183048.742500', '183049.202500', '183049.662500', '183050.122500', '183050.582500', '183051.042500', '183051.502500', '183051.962500', '183052.422500', '183052.882500', '183053.342500', '183053.802500', '183054.262500', '183054.722500', '183055.182500', '183055.642500', '183056.102500', '183056.562500', '183057.022500', '183057.482500', '183057.942500', '183058.402500', '183058.862500', '183059.322500', '183059.782500', '183100.242500', '183100.702500', '183101.162500', '183101.622500', '183102.082500', '183102.542500', '183103.002500', '183103.462500', '183103.922500', '183104.382500', '183104.842500', '183105.302500', '183105.762500', '183106.222500', '183106.682500', '183107.142500', '183107.602500', '183108.062500', '183108.522500', '183108.982500', '183109.442500', '183109.902500', '183110.362500', '183110.822500', '183111.282500', '183111.742500', '183112.202500', '183112.662500', '183113.122500', '183113.582500', '183114.042500', '183114.502500', '183114.962500', '183115.422500', '183115.882500', '183116.342500', '183116.802500', '183117.262500', '183117.722500', '183118.182500', '183118.642500', '183119.102500', '183119.562500', '183120.022500', '183120.482500', '183120.942500', '183121.402500', '183121.862500', '183122.322500', '183122.782500', '183123.242500', '183123.702500', '183124.162500', '183124.622500'], 'ContentTime': ['182511.969000', '182511.973000', '182511.975000', '182511.978000', '182511.981000', '182511.983000', '182511.986000', '182511.988000', '182511.991000', '182511.994000', '182511.996000', '182511.999000', '182512.001000', '182512.004000', '182512.007000', '182512.009000', '182512.012000', '182512.014000', '182512.017000', '182512.019000', '182512.022000', '182512.024000', '182512.027000', '182512.029000', '182512.032000', '182512.035000', '182512.037000', '182512.040000', '182512.042000', '182512.045000', '182512.048000', '182512.050000', '182512.053000', '182512.055000', '182512.058000', '182512.060000', '182512.071000', '182512.074000', '182512.076000', '182512.079000', '182512.081000', '182512.084000', '182512.087000', '182512.089000', '182512.092000', '182512.094000', '182512.097000', '182512.099000', '182512.102000', '182512.104000', '182512.107000', '182512.110000', '182512.112000', '182512.115000', '182512.117000', '182512.120000', '182512.123000', '182512.125000', '182531.914000', '182531.917000', '182531.920000', '182531.923000', '182531.925000', '182531.928000', '182531.935000', '182531.938000', '182531.941000', '182531.943000', '182531.946000', '182531.949000', '182531.952000', '182531.955000', '182531.957000', '182531.960000', '182531.963000', '182531.966000', '182531.968000', '182531.971000', '182531.974000', '182531.977000', '182531.979000', '182531.982000', '182531.985000', '182531.988000', '182531.991000', '182531.993000', '182531.996000', '182532.000000', '182532.002000', '182532.005000', '182532.008000', '182532.011000', '182532.013000', '182532.016000', '182532.019000', '182532.021000', '182532.024000', '182532.026000', '182532.029000', '182532.032000', '182532.034000', '182551.915000', '182551.917000', '182551.920000', '182551.924000', '182551.926000', '182551.929000', '182551.932000', '182551.934000', '182551.937000', '182551.939000', '182551.942000', '182551.958000', '182551.961000', '182551.964000', '182551.966000', '182551.969000', '182551.972000', '182551.974000', '182551.977000', '182551.979000', '182551.982000', '182551.985000', '182551.987000', '182551.990000', '182551.992000', '182551.995000', '182551.998000', '182552.001000', '182552.004000', '182552.006000', '182552.009000', '182552.011000', '182552.014000', '182552.016000', '182552.019000', '182552.022000', '182552.024000', '182552.027000', '182552.029000', '182552.032000', '182552.035000', '182552.037000', '182552.040000', '182552.042000', '182611.914000', '182611.917000', '182611.920000', '182611.923000', '182611.925000', '182611.928000', '182611.930000', '182611.933000', '182611.935000', '182611.938000', '182611.941000', '182611.943000', '182611.946000', '182611.948000', '182611.951000', '182611.953000', '182611.956000', '182611.959000', '182611.961000', '182611.964000', '182611.966000', '182611.969000', '182611.972000', '182611.974000', '182611.977000', '182611.979000', '182611.982000', '182611.985000', '182611.987000', '182611.990000', '182611.992000', '182611.995000', '182611.997000', '182612.001000', '182612.004000', '182612.006000', '182612.009000', '182612.011000', '182612.014000', '182612.017000', '182612.019000', '182612.022000', '182612.024000', '182631.915000', '182631.917000', '182631.920000', '182631.923000', '182631.925000', '182631.928000', '182631.931000', '182631.934000', '182631.937000', '182631.940000', '182631.942000', '182631.945000', '182631.948000', '182631.950000', '182631.953000', '182631.957000', '182631.960000', '182631.963000', '182631.965000', '182631.968000', '182631.971000', '182631.973000', '182631.976000', '182631.978000', '182631.981000', '182631.984000', '182631.986000', '182631.989000', '182631.991000', '182631.994000', '182631.997000', '182632.000000', '182632.003000', '182632.005000', '182632.008000', '182632.011000', '182632.013000', '182632.016000', '182632.018000', '182632.021000', '182632.024000', '182632.026000', '182632.029000', '182651.914000', '182651.917000', '182651.920000', '182651.922000', '182651.925000', '182651.928000', '182651.930000', '182651.933000', '182651.935000', '182651.938000', '182651.941000', '182651.943000', '182651.946000', '182651.949000', '182651.951000', '182651.954000', '182651.956000', '182651.959000', '182651.961000', '182651.964000', '182651.967000', '182651.969000', '182651.972000', '182651.975000', '182651.978000', '182651.980000', '182651.983000', '182651.986000', '182651.988000', '182651.991000', '182651.993000', '182651.996000', '182651.998000', '182652.002000', '182652.005000', '182652.007000', '182652.010000', '182652.012000', '182652.015000', '182652.017000', '182652.020000', '182652.023000', '182652.025000', '182652.028000', '182711.914000', '182711.918000', '182711.921000', '182711.924000', '182711.927000', '182711.929000', '182711.932000', '182711.934000', '182711.937000', '182711.940000', '182711.942000', '182711.945000', '182711.947000', '182711.950000', '182711.952000', '182711.955000', '182711.958000', '182711.960000', '182711.963000', '182711.965000', '182711.968000', '182711.970000', '182711.973000', '182711.976000', '182711.978000', '182711.981000', '182711.983000', '182711.986000', '182711.989000', '182711.991000', '182711.994000', '182711.996000', '182712.000000', '182712.002000', '182712.005000', '182712.007000', '182712.010000', '182712.013000', '182712.015000', '182712.018000', '182712.020000', '182712.023000', '182712.026000', '182731.915000', '182731.917000', '182731.920000', '182731.922000', '182731.925000', '182731.928000', '182731.930000', '182731.944000', '182731.947000', '182731.950000', '182731.952000', '182731.955000', '182731.957000', '182731.960000', '182731.963000', '182731.965000', '182731.968000', '182731.970000', '182731.973000', '182731.975000', '182731.978000', '182731.981000', '182731.983000', '182731.986000', '182731.988000', '182731.991000', '182731.993000', '182731.996000', '182731.999000', '182732.008000', '182732.011000', '182732.013000', '182732.016000', '182732.018000', '182732.021000', '182732.023000', '182732.026000', '182732.029000', '182732.031000', '182732.034000', '182732.036000', '182732.039000', '182732.041000', '182732.044000', '182751.915000', '182751.917000', '182751.920000', '182751.923000', '182751.925000', '182751.928000', '182751.931000', '182751.933000', '182751.936000', '182751.938000', '182751.941000', '182751.943000', '182751.946000', '182751.949000', '182751.951000', '182751.954000', '182751.956000', '182751.960000', '182751.963000', '182751.966000', '182751.968000', '182751.971000', '182751.974000', '182751.976000', '182751.979000', '182751.981000', '182751.984000', '182751.987000', '182751.990000', '182751.995000', '182751.998000', '182752.002000', '182752.005000', '182752.008000', '182752.010000', '182752.013000', '182752.016000', '182752.018000', '182752.021000', '182752.023000', '182752.026000', '182752.029000', '182752.031000', '182811.914000', '182811.917000', '182811.920000', '182811.923000', '182811.925000', '182811.928000', '182811.930000', '182811.933000', '182811.936000', '182811.938000', '182811.941000', '182811.943000', '182811.946000', '182811.948000', '182811.951000', '182811.954000', '182811.956000', '182811.959000', '182811.961000', '182811.964000', '182811.967000', '182811.969000', '182811.972000', '182811.974000', '182811.977000', '182811.979000', '182811.982000', '182811.985000', '182811.987000', '182811.990000', '182811.992000', '182811.995000', '182811.997000', '182812.001000', '182812.004000', '182812.006000', '182812.009000', '182812.011000', '182812.014000', '182812.017000', '182812.019000', '182812.022000', '182812.024000', '182812.027000', '182831.915000', '182831.918000', '182831.920000', '182831.923000', '182831.925000', '182831.928000', '182831.931000', '182831.933000', '182831.936000', '182831.938000', '182831.941000', '182831.943000', '182831.946000', '182831.949000', '182831.951000', '182831.954000', '182831.956000', '182831.959000', '182831.962000', '182831.964000', '182831.967000', '182831.970000', '182831.972000', '182831.975000', '182831.977000', '182831.980000', '182831.982000', '182831.985000', '182831.988000', '182831.990000', '182831.993000', '182831.995000', '182831.998000', '182832.002000', '182832.004000', '182832.007000', '182832.010000', '182832.013000', '182832.016000', '182832.018000', '182832.021000', '182832.024000', '182832.026000', '182851.915000', '182851.925000', '182851.927000', '182851.930000', '182851.933000', '182851.935000', '182851.938000', '182851.940000', '182851.943000', '182851.946000', '182851.948000', '182851.951000', '182851.953000', '182851.956000', '182851.959000', '182851.961000', '182851.964000', '182851.966000', '182851.969000', '182851.972000', '182851.974000', '182851.977000', '182851.980000', '182851.982000', '182851.985000', '182851.987000', '182851.990000', '182851.993000', '182851.995000', '182851.998000', '182852.001000', '182852.004000', '182852.016000', '182852.019000', '182852.022000', '182852.024000', '182852.027000', '182852.029000', '182852.032000', '182852.035000', '182852.037000', '182852.040000', '182852.042000', '182852.045000', '182911.915000', '182911.918000', '182911.920000', '182911.923000', '182911.925000', '182911.928000', '182911.931000', '182911.933000', '182911.936000', '182911.938000', '182911.941000', '182911.944000', '182911.946000', '182911.949000', '182911.951000', '182911.954000', '182911.957000', '182911.959000', '182911.963000', '182911.966000', '182911.968000', '182911.971000', '182911.974000', '182911.976000', '182911.979000', '182911.981000', '182911.984000', '182911.986000', '182911.989000', '182911.992000', '182911.994000', '182911.997000', '182912.001000', '182912.003000', '182912.006000', '182912.008000', '182912.011000', '182912.014000', '182912.016000', '182912.019000', '182912.021000', '182912.024000', '182912.026000', '182931.915000', '182931.918000', '182931.920000', '182931.923000', '182931.926000', '182931.928000', '182931.931000', '182931.933000', '182931.936000', '182931.938000', '182931.941000', '182931.944000', '182931.946000', '182931.949000', '182931.951000', '182931.954000', '182931.957000', '182931.959000', '182931.962000', '182931.964000', '182931.967000', '182931.969000', '182931.972000', '182931.975000', '182931.977000', '182931.980000', '182931.982000', '182931.985000', '182931.987000', '182931.990000', '182931.993000', '182931.995000', '182931.998000', '182932.001000', '182932.004000', '182932.007000', '182932.009000', '182932.012000', '182932.015000', '182932.017000', '182932.020000', '182932.022000', '182932.025000', '182932.028000', '182951.914000', '182951.917000', '182951.920000', '182951.923000', '182951.925000', '182951.928000', '182951.930000', '182951.933000', '182951.936000', '182951.938000', '182951.941000', '182951.943000', '182951.946000', '182951.949000', '182951.951000', '182951.954000', '182951.956000', '182951.959000', '182951.962000', '182951.964000', '182951.967000', '182951.969000', '182951.972000', '182951.975000', '182951.977000', '182951.980000', '182951.982000', '182951.985000', '182951.987000', '182951.990000', '182951.993000', '182951.995000', '182951.998000', '182952.001000', '182952.004000', '182952.007000', '182952.010000', '182952.012000', '182952.015000', '182952.018000', '182952.020000', '182952.023000', '182952.026000', '183011.915000', '183011.917000', '183011.920000', '183011.923000', '183011.925000', '183011.928000', '183011.937000', '183011.940000', '183011.942000', '183011.945000', '183011.947000', '183011.950000', '183011.952000', '183011.955000', '183011.958000', '183011.960000', '183011.963000', '183011.966000', '183011.968000', '183011.971000', '183011.973000', '183011.976000', '183011.978000', '183011.981000', '183011.984000', '183011.986000', '183011.989000', '183011.991000', '183011.994000', '183011.997000', '183012.000000', '183012.003000', '183012.005000', '183012.008000', '183012.010000', '183012.013000', '183012.016000', '183012.018000', '183012.021000', '183012.023000', '183012.026000', '183012.028000', '183012.031000', '183012.034000', '183031.915000', '183031.917000', '183031.920000', '183031.923000', '183031.925000', '183031.928000', '183031.930000', '183031.933000', '183031.936000', '183031.938000', '183031.941000', '183031.943000', '183031.946000', '183031.949000', '183031.951000', '183031.954000', '183031.956000', '183031.959000', '183031.962000', '183031.964000', '183031.967000', '183031.969000', '183031.972000', '183031.974000', '183031.977000', '183031.980000', '183031.982000', '183031.985000', '183031.987000', '183031.990000', '183031.993000', '183031.995000', '183031.998000', '183032.001000', '183032.004000', '183032.007000', '183032.009000', '183032.012000', '183032.014000', '183032.017000', '183032.019000', '183032.022000', '183032.025000', '183051.916000', '183051.919000', '183051.922000', '183051.924000', '183051.927000', '183051.930000', '183051.932000', '183051.935000', '183051.937000', '183051.940000', '183051.943000', '183051.945000', '183051.948000', '183051.950000', '183051.953000', '183051.956000', '183051.958000', '183051.961000', '183051.964000', '183051.966000', '183051.969000', '183051.971000', '183051.974000', '183051.976000', '183051.979000', '183051.981000', '183051.984000', '183051.987000', '183051.989000', '183051.992000', '183051.995000', '183051.997000', '183052.001000', '183052.003000', '183052.006000', '183052.008000', '183052.011000', '183052.014000', '183052.016000', '183052.019000', '183052.021000', '183052.024000', '183052.027000', '183052.029000', '183111.915000', '183111.918000', '183111.920000', '183111.923000', '183111.925000', '183111.928000', '183111.930000', '183111.933000', '183111.936000', '183111.938000', '183111.941000', '183111.943000', '183111.946000', '183111.949000', '183111.951000', '183111.954000', '183111.956000', '183111.959000', '183111.962000', '183111.964000', '183111.967000', '183111.969000', '183111.972000', '183111.974000', '183111.977000', '183111.980000', '183111.982000', '183111.985000', '183111.988000', '183111.990000', '183111.993000', '183111.995000', '183111.998000', '183112.001000', '183112.004000', '183112.006000', '183112.009000', '183112.012000', '183112.014000', '183112.017000', '183112.019000', '183112.022000', '183112.024000', '183126.336000', '183126.339000', '183126.342000', '183126.346000', '183126.349000', '183126.351000', '183126.354000', '183126.357000', '183126.359000', '183126.362000', '183126.365000', '183126.367000', '183126.370000', '183126.373000', '183126.375000', '183126.378000', '183126.380000', '183126.383000', '183126.386000', '183126.388000', '183126.391000', '183126.394000', '183126.397000', '183126.400000', '183126.404000', '183126.408000', '183126.411000', '183126.413000', '183126.416000', '183126.419000', '183126.421000', '183126.424000'], 'InstanceCreationTime': ['182511.969000', '182511.973000', '182511.975000', '182511.978000', '182511.981000', '182511.983000', '182511.986000', '182511.988000', '182511.991000', '182511.994000', '182511.996000', '182511.999000', '182512.001000', '182512.004000', '182512.007000', '182512.009000', '182512.012000', '182512.014000', '182512.017000', '182512.019000', '182512.022000', '182512.024000', '182512.027000', '182512.029000', '182512.032000', '182512.035000', '182512.037000', '182512.040000', '182512.042000', '182512.045000', '182512.048000', '182512.050000', '182512.053000', '182512.055000', '182512.058000', '182512.060000', '182512.071000', '182512.074000', '182512.076000', '182512.079000', '182512.081000', '182512.084000', '182512.087000', '182512.089000', '182512.092000', '182512.094000', '182512.097000', '182512.099000', '182512.102000', '182512.104000', '182512.107000', '182512.110000', '182512.112000', '182512.115000', '182512.117000', '182512.120000', '182512.123000', '182512.125000', '182531.914000', '182531.917000', '182531.920000', '182531.923000', '182531.925000', '182531.928000', '182531.935000', '182531.938000', '182531.941000', '182531.943000', '182531.946000', '182531.949000', '182531.952000', '182531.955000', '182531.957000', '182531.960000', '182531.963000', '182531.966000', '182531.968000', '182531.971000', '182531.974000', '182531.977000', '182531.979000', '182531.982000', '182531.985000', '182531.988000', '182531.991000', '182531.993000', '182531.996000', '182532.000000', '182532.002000', '182532.005000', '182532.008000', '182532.011000', '182532.013000', '182532.016000', '182532.019000', '182532.021000', '182532.024000', '182532.026000', '182532.029000', '182532.032000', '182532.034000', '182551.915000', '182551.917000', '182551.920000', '182551.924000', '182551.926000', '182551.929000', '182551.932000', '182551.934000', '182551.937000', '182551.939000', '182551.942000', '182551.958000', '182551.961000', '182551.964000', '182551.966000', '182551.969000', '182551.972000', '182551.974000', '182551.977000', '182551.979000', '182551.982000', '182551.985000', '182551.987000', '182551.990000', '182551.992000', '182551.995000', '182551.998000', '182552.001000', '182552.004000', '182552.006000', '182552.009000', '182552.011000', '182552.014000', '182552.016000', '182552.019000', '182552.022000', '182552.024000', '182552.027000', '182552.029000', '182552.032000', '182552.035000', '182552.037000', '182552.040000', '182552.042000', '182611.914000', '182611.917000', '182611.920000', '182611.923000', '182611.925000', '182611.928000', '182611.930000', '182611.933000', '182611.935000', '182611.938000', '182611.941000', '182611.943000', '182611.946000', '182611.948000', '182611.951000', '182611.953000', '182611.956000', '182611.959000', '182611.961000', '182611.964000', '182611.966000', '182611.969000', '182611.972000', '182611.974000', '182611.977000', '182611.979000', '182611.982000', '182611.985000', '182611.987000', '182611.990000', '182611.992000', '182611.995000', '182611.997000', '182612.001000', '182612.004000', '182612.006000', '182612.009000', '182612.011000', '182612.014000', '182612.017000', '182612.019000', '182612.022000', '182612.024000', '182631.915000', '182631.917000', '182631.920000', '182631.923000', '182631.925000', '182631.928000', '182631.931000', '182631.934000', '182631.937000', '182631.940000', '182631.942000', '182631.945000', '182631.948000', '182631.950000', '182631.953000', '182631.957000', '182631.960000', '182631.963000', '182631.965000', '182631.968000', '182631.971000', '182631.973000', '182631.976000', '182631.978000', '182631.981000', '182631.984000', '182631.986000', '182631.989000', '182631.991000', '182631.994000', '182631.997000', '182632.000000', '182632.003000', '182632.005000', '182632.008000', '182632.011000', '182632.013000', '182632.016000', '182632.018000', '182632.021000', '182632.024000', '182632.026000', '182632.029000', '182651.914000', '182651.917000', '182651.920000', '182651.922000', '182651.925000', '182651.928000', '182651.930000', '182651.933000', '182651.935000', '182651.938000', '182651.941000', '182651.943000', '182651.946000', '182651.949000', '182651.951000', '182651.954000', '182651.956000', '182651.959000', '182651.961000', '182651.964000', '182651.967000', '182651.969000', '182651.972000', '182651.975000', '182651.978000', '182651.980000', '182651.983000', '182651.986000', '182651.988000', '182651.991000', '182651.993000', '182651.996000', '182651.998000', '182652.002000', '182652.005000', '182652.007000', '182652.010000', '182652.012000', '182652.015000', '182652.017000', '182652.020000', '182652.023000', '182652.025000', '182652.028000', '182711.914000', '182711.918000', '182711.921000', '182711.924000', '182711.927000', '182711.929000', '182711.932000', '182711.934000', '182711.937000', '182711.940000', '182711.942000', '182711.945000', '182711.947000', '182711.950000', '182711.952000', '182711.955000', '182711.958000', '182711.960000', '182711.963000', '182711.965000', '182711.968000', '182711.970000', '182711.973000', '182711.976000', '182711.978000', '182711.981000', '182711.983000', '182711.986000', '182711.989000', '182711.991000', '182711.994000', '182711.996000', '182712.000000', '182712.002000', '182712.005000', '182712.007000', '182712.010000', '182712.013000', '182712.015000', '182712.018000', '182712.020000', '182712.023000', '182712.026000', '182731.915000', '182731.917000', '182731.920000', '182731.922000', '182731.925000', '182731.928000', '182731.930000', '182731.944000', '182731.947000', '182731.950000', '182731.952000', '182731.955000', '182731.957000', '182731.960000', '182731.963000', '182731.965000', '182731.968000', '182731.970000', '182731.973000', '182731.975000', '182731.978000', '182731.981000', '182731.983000', '182731.986000', '182731.988000', '182731.991000', '182731.993000', '182731.996000', '182731.999000', '182732.008000', '182732.011000', '182732.013000', '182732.016000', '182732.018000', '182732.021000', '182732.023000', '182732.026000', '182732.029000', '182732.031000', '182732.034000', '182732.036000', '182732.039000', '182732.041000', '182732.044000', '182751.915000', '182751.917000', '182751.920000', '182751.923000', '182751.925000', '182751.928000', '182751.931000', '182751.933000', '182751.936000', '182751.938000', '182751.941000', '182751.943000', '182751.946000', '182751.949000', '182751.951000', '182751.954000', '182751.956000', '182751.960000', '182751.963000', '182751.966000', '182751.968000', '182751.971000', '182751.974000', '182751.976000', '182751.979000', '182751.981000', '182751.984000', '182751.987000', '182751.990000', '182751.995000', '182751.998000', '182752.002000', '182752.005000', '182752.008000', '182752.010000', '182752.013000', '182752.016000', '182752.018000', '182752.021000', '182752.023000', '182752.026000', '182752.029000', '182752.031000', '182811.914000', '182811.917000', '182811.920000', '182811.923000', '182811.925000', '182811.928000', '182811.930000', '182811.933000', '182811.936000', '182811.938000', '182811.941000', '182811.943000', '182811.946000', '182811.948000', '182811.951000', '182811.954000', '182811.956000', '182811.959000', '182811.961000', '182811.964000', '182811.967000', '182811.969000', '182811.972000', '182811.974000', '182811.977000', '182811.979000', '182811.982000', '182811.985000', '182811.987000', '182811.990000', '182811.992000', '182811.995000', '182811.997000', '182812.001000', '182812.004000', '182812.006000', '182812.009000', '182812.011000', '182812.014000', '182812.017000', '182812.019000', '182812.022000', '182812.024000', '182812.027000', '182831.915000', '182831.918000', '182831.920000', '182831.923000', '182831.925000', '182831.928000', '182831.931000', '182831.933000', '182831.936000', '182831.938000', '182831.941000', '182831.943000', '182831.946000', '182831.949000', '182831.951000', '182831.954000', '182831.956000', '182831.959000', '182831.962000', '182831.964000', '182831.967000', '182831.970000', '182831.972000', '182831.975000', '182831.977000', '182831.980000', '182831.982000', '182831.985000', '182831.988000', '182831.990000', '182831.993000', '182831.995000', '182831.998000', '182832.002000', '182832.004000', '182832.007000', '182832.010000', '182832.013000', '182832.016000', '182832.018000', '182832.021000', '182832.024000', '182832.026000', '182851.915000', '182851.925000', '182851.927000', '182851.930000', '182851.933000', '182851.935000', '182851.938000', '182851.940000', '182851.943000', '182851.946000', '182851.948000', '182851.951000', '182851.953000', '182851.956000', '182851.959000', '182851.961000', '182851.964000', '182851.966000', '182851.969000', '182851.972000', '182851.974000', '182851.977000', '182851.980000', '182851.982000', '182851.985000', '182851.987000', '182851.990000', '182851.993000', '182851.995000', '182851.998000', '182852.001000', '182852.004000', '182852.016000', '182852.019000', '182852.022000', '182852.024000', '182852.027000', '182852.029000', '182852.032000', '182852.035000', '182852.037000', '182852.040000', '182852.042000', '182852.045000', '182911.915000', '182911.918000', '182911.920000', '182911.923000', '182911.925000', '182911.928000', '182911.931000', '182911.933000', '182911.936000', '182911.938000', '182911.941000', '182911.944000', '182911.946000', '182911.949000', '182911.951000', '182911.954000', '182911.957000', '182911.959000', '182911.963000', '182911.966000', '182911.968000', '182911.971000', '182911.974000', '182911.976000', '182911.979000', '182911.981000', '182911.984000', '182911.986000', '182911.989000', '182911.992000', '182911.994000', '182911.997000', '182912.001000', '182912.003000', '182912.006000', '182912.008000', '182912.011000', '182912.014000', '182912.016000', '182912.019000', '182912.021000', '182912.024000', '182912.026000', '182931.915000', '182931.918000', '182931.920000', '182931.923000', '182931.926000', '182931.928000', '182931.931000', '182931.933000', '182931.936000', '182931.938000', '182931.941000', '182931.944000', '182931.946000', '182931.949000', '182931.951000', '182931.954000', '182931.957000', '182931.959000', '182931.962000', '182931.964000', '182931.967000', '182931.969000', '182931.972000', '182931.975000', '182931.977000', '182931.980000', '182931.982000', '182931.985000', '182931.987000', '182931.990000', '182931.993000', '182931.995000', '182931.998000', '182932.001000', '182932.004000', '182932.007000', '182932.009000', '182932.012000', '182932.015000', '182932.017000', '182932.020000', '182932.022000', '182932.025000', '182932.028000', '182951.914000', '182951.917000', '182951.920000', '182951.923000', '182951.925000', '182951.928000', '182951.930000', '182951.933000', '182951.936000', '182951.938000', '182951.941000', '182951.943000', '182951.946000', '182951.949000', '182951.951000', '182951.954000', '182951.956000', '182951.959000', '182951.962000', '182951.964000', '182951.967000', '182951.969000', '182951.972000', '182951.975000', '182951.977000', '182951.980000', '182951.982000', '182951.985000', '182951.987000', '182951.990000', '182951.993000', '182951.995000', '182951.998000', '182952.001000', '182952.004000', '182952.007000', '182952.010000', '182952.012000', '182952.015000', '182952.018000', '182952.020000', '182952.023000', '182952.026000', '183011.915000', '183011.917000', '183011.920000', '183011.923000', '183011.925000', '183011.928000', '183011.937000', '183011.940000', '183011.942000', '183011.945000', '183011.947000', '183011.950000', '183011.952000', '183011.955000', '183011.958000', '183011.960000', '183011.963000', '183011.966000', '183011.968000', '183011.971000', '183011.973000', '183011.976000', '183011.978000', '183011.981000', '183011.984000', '183011.986000', '183011.989000', '183011.991000', '183011.994000', '183011.997000', '183012.000000', '183012.003000', '183012.005000', '183012.008000', '183012.010000', '183012.013000', '183012.016000', '183012.018000', '183012.021000', '183012.023000', '183012.026000', '183012.028000', '183012.031000', '183012.034000', '183031.915000', '183031.917000', '183031.920000', '183031.923000', '183031.925000', '183031.928000', '183031.930000', '183031.933000', '183031.936000', '183031.938000', '183031.941000', '183031.943000', '183031.946000', '183031.949000', '183031.951000', '183031.954000', '183031.956000', '183031.959000', '183031.962000', '183031.964000', '183031.967000', '183031.969000', '183031.972000', '183031.974000', '183031.977000', '183031.980000', '183031.982000', '183031.985000', '183031.987000', '183031.990000', '183031.993000', '183031.995000', '183031.998000', '183032.001000', '183032.004000', '183032.007000', '183032.009000', '183032.012000', '183032.014000', '183032.017000', '183032.019000', '183032.022000', '183032.025000', '183051.916000', '183051.919000', '183051.922000', '183051.924000', '183051.927000', '183051.930000', '183051.932000', '183051.935000', '183051.937000', '183051.940000', '183051.943000', '183051.945000', '183051.948000', '183051.950000', '183051.953000', '183051.956000', '183051.958000', '183051.961000', '183051.964000', '183051.966000', '183051.969000', '183051.971000', '183051.974000', '183051.976000', '183051.979000', '183051.981000', '183051.984000', '183051.987000', '183051.989000', '183051.992000', '183051.995000', '183051.997000', '183052.001000', '183052.003000', '183052.006000', '183052.008000', '183052.011000', '183052.014000', '183052.016000', '183052.019000', '183052.021000', '183052.024000', '183052.027000', '183052.029000', '183111.915000', '183111.918000', '183111.920000', '183111.923000', '183111.925000', '183111.928000', '183111.930000', '183111.933000', '183111.936000', '183111.938000', '183111.941000', '183111.943000', '183111.946000', '183111.949000', '183111.951000', '183111.954000', '183111.956000', '183111.959000', '183111.962000', '183111.964000', '183111.967000', '183111.969000', '183111.972000', '183111.974000', '183111.977000', '183111.980000', '183111.982000', '183111.985000', '183111.988000', '183111.990000', '183111.993000', '183111.995000', '183111.998000', '183112.001000', '183112.004000', '183112.006000', '183112.009000', '183112.012000', '183112.014000', '183112.017000', '183112.019000', '183112.022000', '183112.024000', '183126.336000', '183126.339000', '183126.342000', '183126.346000', '183126.349000', '183126.351000', '183126.354000', '183126.357000', '183126.359000', '183126.362000', '183126.365000', '183126.367000', '183126.370000', '183126.373000', '183126.375000', '183126.378000', '183126.380000', '183126.383000', '183126.386000', '183126.388000', '183126.391000', '183126.394000', '183126.397000', '183126.400000', '183126.404000', '183126.408000', '183126.411000', '183126.413000', '183126.416000', '183126.419000', '183126.421000', '183126.424000'], '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': [9753, 8317, 10387, 8311, 7622, 8527, 8774, 8266, 8986, 8355, 6801, 8247, 7803, 8416, 7268, 8390, 7492, 8255, 7426, 9658, 7697, 8255, 7410, 8222, 7442, 8165, 7488, 8496, 7748, 8560, 8698, 8252, 11670, 8439, 11336, 7994, 10210, 7828, 9918, 7819, 8346, 7431, 8377, 7138, 8274, 7597, 8160, 7765, 7857, 9103, 6725, 8338, 9997, 7913, 10131, 9619, 8267, 10841, 8119, 11788, 8835, 11965, 7777, 10019, 7709, 10450, 7954, 8061, 7368, 8452, 7426, 8394, 9345, 8387, 8021, 8436, 8486, 8248, 11808, 7772, 11370, 8096, 10287, 7652, 11131, 7515, 9305, 7618, 8365, 7332, 8182, 8076, 8418, 6652, 8477, 7731, 8156, 10930, 8115, 10078, 7854, 11273, 8452, 8993, 7638, 8331, 6698, 8355, 8509, 8008, 8306, 7220, 7226, 11462, 8081, 12455, 7334, 11569, 9085, 12475, 9956, 12293, 6759, 11446, 6537, 11176, 7353, 9900, 6467, 8535, 6181, 8472, 7240, 7578, 6412, 7848, 7227, 7461, 11796, 7588, 10774, 7381, 9128, 7203, 11921, 7863, 11662, 7052, 11507, 8555, 10501, 8092, 8178, 6655, 11639, 7370, 12792, 9307, 12430, 8177, 10522, 6722, 8310, 6811, 10184, 7464, 7355, 6611, 7654, 6254, 7304, 9952, 7489, 10629, 7176, 10662, 7590, 12575, 8212, 9936, 6834, 9121, 8866, 8576, 10760, 7571, 8908, 7657, 10368, 7518, 12853, 9288, 11074, 6622, 11504, 6464, 11297, 7714, 11110, 6693, 11268, 7491, 11243, 7140, 10572, 6847, 7412, 6638, 7816, 7173, 7950, 7125, 7806, 11208, 8604, 12390, 7355, 11369, 7383, 9712, 9373, 8011, 8450, 8070, 8987, 7915, 12498, 7684, 12322, 7463, 11499, 8129, 9176, 7083, 8390, 6949, 8012, 8132, 7986, 6916, 7955, 6618, 7931, 9686, 7602, 8000, 6329, 8389, 7308, 8163, 8833, 6645, 8238, 11381, 9023, 8950, 9563, 8073, 12264, 7883, 12929, 9963, 12868, 9121, 11621, 7447, 11316, 8776, 11126, 7303, 10596, 7343, 8912, 7762, 10213, 7801, 9423, 8000, 7198, 7842, 8966, 7684, 9853, 7526, 9430, 7426, 10465, 8242, 9999, 7390, 10796, 8874, 9945, 7755, 8165, 7125, 8134, 9424, 8144, 9745, 8231, 9185, 8261, 11994, 8096, 11418, 7828, 10501, 7804, 11831, 7948, 10686, 7191, 9057, 6739, 9749, 6950, 9996, 6488, 7913, 6578, 9721, 7184, 10229, 7240, 6924, 6619, 6999, 9923, 6708, 7549, 9193, 7036, 10978, 7801, 7280, 12931, 8570, 12975, 6611, 11346, 7251, 10620, 9218, 6950, 6473, 7178, 6162, 7399, 7415, 7008, 6372, 6886, 6254, 6804, 6984, 6920, 6470, 7026, 6714, 6894, 11047, 6889, 11844, 6839, 11574, 7791, 13126, 9478, 10309, 6653, 9656, 8317, 9594, 8605, 8506, 6968, 7162, 9932, 7260, 8819, 7624, 8500, 7015, 12919, 8444, 7413, 6603, 7514, 8070, 6726, 7368, 11506, 8200, 9544, 7012, 8289, 11570, 8854, 13156, 7122, 11127, 7438, 11021, 7358, 11758, 7297, 8425, 7629, 6888, 7641, 7988, 7730, 6763, 8069, 6738, 7788, 8822, 7750, 8331, 7676, 9068, 7754, 11714, 8210, 11497, 7477, 11149, 7323, 12163, 9516, 12109, 7086, 10774, 6945, 8335, 9323, 7849, 8803, 7621, 9726, 7014, 8058, 11105, 8229, 8312, 7203, 8211, 8906, 7919, 12881, 8321, 12376, 7604, 11545, 9032, 11160, 9504, 8204, 7123, 8315, 6978, 8118, 7750, 8248, 7113, 7807, 7050, 6901, 8917, 6523, 6883, 6848, 6766, 7485, 9277, 6392, 8530, 6669, 7773, 6382, 10100, 6379, 10913, 6376, 8515, 6397, 10007, 6479, 9238, 6484, 7941, 6502, 10600, 7054, 10234, 6536, 9594, 7147, 9233, 8396, 7053, 6976, 6878, 8529, 6861, 12505, 7252, 10682, 6542, 10034, 6508, 7067, 6740, 6758, 11455, 8900, 6904, 8617, 6644, 10927, 9065, 8265, 7717, 7298, 7128, 7013, 11982, 7081, 10865, 7240, 11229, 6388, 11374, 8917, 12563, 7743, 11616, 9209, 11770, 9273, 11170, 7698, 10812, 7827, 10892, 8302, 10858, 7691, 10516, 7618, 10446, 9223, 8349, 7558, 8717, 7401, 8358, 7376, 8368, 9900, 7601, 9725, 6638, 6205, 8384, 6371, 8889, 6722, 10445, 8031, 11715, 7310, 10596, 7405, 8895, 7356, 10863, 7602, 6665, 7649, 6286, 7596, 7579, 7474, 10177, 7562, 8335, 7543, 9829, 7312, 11711, 9040, 8036, 6810, 7757, 7750, 7525, 11931, 7333, 9408, 7680, 7994, 9931, 7305, 7874, 9856, 9204, 8203, 7656, 7734, 9780, 6993, 9621, 9421, 8056, 6406, 7968, 6844, 7837, 8953, 7907, 6755, 7925, 6362, 7773, 6430, 8131, 6228, 7811, 7312, 7818, 10458, 7655, 10733, 7582, 10786, 8065, 11768, 7676, 10957, 6985, 10232, 9126, 8168, 7785, 8151, 6943, 7975, 8940, 7905, 9985, 8283, 6516, 7955, 7499, 7867, 10088, 7685, 7603, 7896, 9398, 7280, 12090, 7471, 7936, 7467, 8171, 7039, 8170, 9909, 7546, 8141, 11371, 8175, 10372, 7253, 8421, 11160, 8416, 13316, 8057, 8664, 8006, 9890, 8031, 10815, 7962, 7864, 8074, 8473, 7809, 11322, 7604, 10561, 7568, 7837, 7224, 8206, 7317, 8064, 8241, 8032, 10500, 8031, 12646, 7938, 11219, 8104, 7414, 8095, 8777, 7966, 6536, 8090, 7291, 8034, 10054, 7892, 10706, 7945, 11047, 8056, 12055, 9099, 12002, 7536, 10966, 8057, 10698, 8657, 8400, 6257, 8199, 7878, 8148, 10562, 6690, 8728, 6400, 10303, 9915, 14680, 10505, 11985, 6470, 7021, 6705, 8285, 6477, 10126, 7075, 10095, 6887, 9676, 6922, 7780, 7747, 7011, 11886, 8652, 7708, 6785, 7496, 9636, 7806, 12478, 7735, 9649, 6652, 8400, 7733, 9346, 10431, 7609, 7939, 7703, 8581, 7357, 12684, 8434, 12108, 7212, 10112, 7063, 11868, 8846, 10258, 7032, 9046, 6536, 7960, 7335, 7812, 6287, 7885, 6459, 7569, 9923, 7720, 9107, 7441, 8227, 7007, 11364, 7912, 7836, 6232, 7787, 7517, 7492, 11678, 7283, 9983, 6908, 8008, 8489, 7763, 11301, 7692, 9762, 7265, 11491, 9037, 12869, 8119, 9266, 6722, 7794, 9730, 7794, 10532, 7274, 10562, 7494, 12386, 7847, 11478, 7016, 10859, 8425, 10691, 6945, 10359, 7211, 9186, 7496, 8376, 7572, 7889, 7076, 7666, 6198, 7889, 7713, 7537, 7609, 6479, 7835, 10943, 8632, 11586, 8363, 8140, 6387, 7865, 10962, 7683, 10870, 7080, 8225, 6075], 'WindowCenter': [3826.0, 3799.0, 3808.0, 3782.0, 3770.0, 3781.0, 3780.0, 3766.0, 3777.0, 3765.0, 3735.0, 3767.0, 3758.0, 3766.0, 3746.0, 3766.0, 3745.0, 3767.0, 3757.0, 3776.0, 3755.0, 3764.0, 3756.0, 3767.0, 3757.0, 3766.0, 3756.0, 3767.0, 3756.0, 3766.0, 3768.0, 3769.0, 3799.0, 3767.0, 3785.0, 3755.0, 3786.0, 3755.0, 3787.0, 3755.0, 3765.0, 3756.0, 3778.0, 3759.0, 3778.0, 3756.0, 3768.0, 3757.0, 3768.0, 3779.0, 3760.0, 3780.0, 3802.0, 3782.0, 3804.0, 3790.0, 3780.0, 3800.0, 3770.0, 3812.0, 3782.0, 3801.0, 3757.0, 3778.0, 3757.0, 3788.0, 3768.0, 3755.0, 3754.0, 3767.0, 3756.0, 3768.0, 3779.0, 3764.0, 3756.0, 3766.0, 3766.0, 3768.0, 3797.0, 3754.0, 3786.0, 3753.0, 3788.0, 3756.0, 3786.0, 3744.0, 3776.0, 3754.0, 3765.0, 3756.0, 3767.0, 3754.0, 3753.0, 3734.0, 3766.0, 3755.0, 3755.0, 3785.0, 3754.0, 3776.0, 3756.0, 3786.0, 3755.0, 3765.0, 3757.0, 3754.0, 3733.0, 3764.0, 3766.0, 3767.0, 3778.0, 3773.0, 3772.0, 3811.0, 3768.0, 3796.0, 3755.0, 3798.0, 3778.0, 3797.0, 3776.0, 3795.0, 3733.0, 3785.0, 3734.0, 3784.0, 3744.0, 3773.0, 3732.0, 3765.0, 3735.0, 3766.0, 3757.0, 3756.0, 3736.0, 3765.0, 3757.0, 3757.0, 3798.0, 3757.0, 3786.0, 3744.0, 3777.0, 3756.0, 3796.0, 3757.0, 3786.0, 3747.0, 3798.0, 3781.0, 3801.0, 3781.0, 3780.0, 3746.0, 3799.0, 3755.0, 3808.0, 3777.0, 3795.0, 3753.0, 3773.0, 3731.0, 3753.0, 3734.0, 3785.0, 3758.0, 3744.0, 3743.0, 3756.0, 3735.0, 3756.0, 3790.0, 3759.0, 3787.0, 3747.0, 3799.0, 3757.0, 3810.0, 3767.0, 3776.0, 3746.0, 3779.0, 3778.0, 3767.0, 3789.0, 3756.0, 3767.0, 3757.0, 3787.0, 3757.0, 3797.0, 3777.0, 3787.0, 3735.0, 3796.0, 3737.0, 3787.0, 3755.0, 3785.0, 3734.0, 3786.0, 3759.0, 3797.0, 3746.0, 3784.0, 3744.0, 3757.0, 3746.0, 3756.0, 3744.0, 3767.0, 3757.0, 3770.0, 3800.0, 3781.0, 3811.0, 3756.0, 3799.0, 3757.0, 3779.0, 3777.0, 3756.0, 3766.0, 3767.0, 3776.0, 3769.0, 3797.0, 3756.0, 3796.0, 3748.0, 3798.0, 3756.0, 3775.0, 3746.0, 3767.0, 3746.0, 3767.0, 3767.0, 3767.0, 3746.0, 3766.0, 3743.0, 3766.0, 3789.0, 3769.0, 3769.0, 3747.0, 3781.0, 3771.0, 3782.0, 3792.0, 3761.0, 3795.0, 3826.0, 3795.0, 3791.0, 3795.0, 3769.0, 3813.0, 3773.0, 3813.0, 3792.0, 3811.0, 3779.0, 3787.0, 3757.0, 3787.0, 3767.0, 3785.0, 3746.0, 3774.0, 3744.0, 3765.0, 3757.0, 3776.0, 3757.0, 3765.0, 3756.0, 3745.0, 3766.0, 3766.0, 3757.0, 3776.0, 3758.0, 3779.0, 3757.0, 3788.0, 3770.0, 3788.0, 3759.0, 3801.0, 3781.0, 3787.0, 3758.0, 3768.0, 3747.0, 3768.0, 3778.0, 3767.0, 3778.0, 3767.0, 3776.0, 3767.0, 3799.0, 3756.0, 3788.0, 3756.0, 3788.0, 3757.0, 3797.0, 3755.0, 3787.0, 3758.0, 3780.0, 3747.0, 3778.0, 3744.0, 3777.0, 3736.0, 3754.0, 3734.0, 3776.0, 3745.0, 3788.0, 3759.0, 3747.0, 3747.0, 3757.0, 3789.0, 3748.0, 3768.0, 3779.0, 3760.0, 3803.0, 3772.0, 3772.0, 3823.0, 3782.0, 3810.0, 3747.0, 3800.0, 3760.0, 3799.0, 3778.0, 3745.0, 3734.0, 3747.0, 3738.0, 3758.0, 3756.0, 3744.0, 3734.0, 3757.0, 3736.0, 3749.0, 3759.0, 3757.0, 3747.0, 3759.0, 3747.0, 3758.0, 3800.0, 3760.0, 3811.0, 3748.0, 3799.0, 3759.0, 3809.0, 3781.0, 3789.0, 3747.0, 3790.0, 3770.0, 3789.0, 3769.0, 3768.0, 3747.0, 3746.0, 3790.0, 3755.0, 3778.0, 3755.0, 3779.0, 3759.0, 3809.0, 3769.0, 3758.0, 3745.0, 3755.0, 3769.0, 3760.0, 3771.0, 3813.0, 3783.0, 3789.0, 3758.0, 3780.0, 3799.0, 3778.0, 3811.0, 3747.0, 3788.0, 3757.0, 3788.0, 3757.0, 3798.0, 3743.0, 3754.0, 3755.0, 3743.0, 3754.0, 3756.0, 3754.0, 3733.0, 3753.0, 3745.0, 3755.0, 3775.0, 3755.0, 3765.0, 3757.0, 3776.0, 3769.0, 3798.0, 3767.0, 3798.0, 3757.0, 3799.0, 3758.0, 3797.0, 3779.0, 3800.0, 3745.0, 3784.0, 3747.0, 3767.0, 3776.0, 3757.0, 3777.0, 3759.0, 3777.0, 3759.0, 3769.0, 3813.0, 3780.0, 3780.0, 3758.0, 3779.0, 3779.0, 3770.0, 3811.0, 3769.0, 3809.0, 3757.0, 3800.0, 3781.0, 3800.0, 3780.0, 3767.0, 3747.0, 3766.0, 3747.0, 3757.0, 3755.0, 3766.0, 3746.0, 3771.0, 3761.0, 3760.0, 3768.0, 3723.0, 3743.0, 3733.0, 3734.0, 3745.0, 3777.0, 3734.0, 3765.0, 3734.0, 3755.0, 3736.0, 3787.0, 3735.0, 3799.0, 3736.0, 3767.0, 3735.0, 3787.0, 3737.0, 3777.0, 3735.0, 3768.0, 3747.0, 3789.0, 3759.0, 3789.0, 3748.0, 3791.0, 3759.0, 3779.0, 3769.0, 3747.0, 3745.0, 3746.0, 3768.0, 3748.0, 3809.0, 3745.0, 3787.0, 3735.0, 3787.0, 3748.0, 3757.0, 3749.0, 3762.0, 3811.0, 3793.0, 3760.0, 3780.0, 3761.0, 3815.0, 3795.0, 3782.0, 3770.0, 3760.0, 3763.0, 3771.0, 3812.0, 3774.0, 3801.0, 3760.0, 3815.0, 3752.0, 3814.0, 3782.0, 3813.0, 3759.0, 3798.0, 3776.0, 3786.0, 3775.0, 3786.0, 3757.0, 3787.0, 3757.0, 3785.0, 3767.0, 3785.0, 3754.0, 3786.0, 3757.0, 3786.0, 3777.0, 3755.0, 3755.0, 3764.0, 3745.0, 3754.0, 3743.0, 3755.0, 3776.0, 3771.0, 3792.0, 3749.0, 3736.0, 3767.0, 3735.0, 3765.0, 3747.0, 3790.0, 3758.0, 3800.0, 3759.0, 3787.0, 3745.0, 3764.0, 3743.0, 3785.0, 3743.0, 3731.0, 3741.0, 3722.0, 3754.0, 3754.0, 3744.0, 3775.0, 3754.0, 3754.0, 3754.0, 3788.0, 3757.0, 3797.0, 3766.0, 3755.0, 3746.0, 3758.0, 3756.0, 3756.0, 3798.0, 3757.0, 3777.0, 3759.0, 3769.0, 3788.0, 3758.0, 3768.0, 3790.0, 3779.0, 3768.0, 3756.0, 3759.0, 3790.0, 3760.0, 3790.0, 3779.0, 3757.0, 3735.0, 3767.0, 3748.0, 3755.0, 3776.0, 3755.0, 3745.0, 3758.0, 3737.0, 3755.0, 3734.0, 3767.0, 3734.0, 3769.0, 3760.0, 3771.0, 3801.0, 3760.0, 3800.0, 3769.0, 3802.0, 3770.0, 3798.0, 3771.0, 3799.0, 3757.0, 3789.0, 3780.0, 3768.0, 3757.0, 3756.0, 3748.0, 3768.0, 3780.0, 3758.0, 3777.0, 3765.0, 3736.0, 3767.0, 3746.0, 3756.0, 3787.0, 3756.0, 3754.0, 3769.0, 3791.0, 3760.0, 3810.0, 3761.0, 3766.0, 3757.0, 3768.0, 3746.0, 3768.0, 3791.0, 3771.0, 3786.0, 3815.0, 3783.0, 3801.0, 3758.0, 3780.0, 3803.0, 3781.0, 3814.0, 3758.0, 3768.0, 3769.0, 3778.0, 3755.0, 3789.0, 3756.0, 3754.0, 3756.0, 3768.0, 3758.0, 3788.0, 3758.0, 3786.0, 3758.0, 3759.0, 3758.0, 3767.0, 3758.0, 3767.0, 3766.0, 3768.0, 3787.0, 3769.0, 3810.0, 3769.0, 3788.0, 3757.0, 3745.0, 3757.0, 3765.0, 3755.0, 3735.0, 3755.0, 3757.0, 3768.0, 3788.0, 3767.0, 3788.0, 3769.0, 3800.0, 3768.0, 3799.0, 3767.0, 3798.0, 3756.0, 3788.0, 3756.0, 3788.0, 3765.0, 3756.0, 3735.0, 3768.0, 3757.0, 3767.0, 3800.0, 3750.0, 3784.0, 3738.0, 3778.0, 3778.0, 3807.0, 3774.0, 3784.0, 3736.0, 3733.0, 3731.0, 3753.0, 3749.0, 3790.0, 3747.0, 3786.0, 3745.0, 3775.0, 3745.0, 3756.0, 3759.0, 3760.0, 3812.0, 3779.0, 3757.0, 3747.0, 3771.0, 3790.0, 3770.0, 3810.0, 3771.0, 3788.0, 3749.0, 3769.0, 3758.0, 3778.0, 3789.0, 3756.0, 3755.0, 3757.0, 3766.0, 3758.0, 3797.0, 3768.0, 3796.0, 3743.0, 3776.0, 3746.0, 3784.0, 3768.0, 3774.0, 3745.0, 3765.0, 3736.0, 3754.0, 3745.0, 3755.0, 3734.0, 3756.0, 3736.0, 3757.0, 3778.0, 3758.0, 3766.0, 3744.0, 3768.0, 3748.0, 3797.0, 3767.0, 3755.0, 3735.0, 3769.0, 3759.0, 3758.0, 3801.0, 3758.0, 3787.0, 3758.0, 3770.0, 3781.0, 3770.0, 3800.0, 3758.0, 3789.0, 3759.0, 3799.0, 3781.0, 3811.0, 3758.0, 3778.0, 3746.0, 3755.0, 3778.0, 3757.0, 3786.0, 3746.0, 3787.0, 3747.0, 3798.0, 3756.0, 3787.0, 3746.0, 3785.0, 3754.0, 3774.0, 3733.0, 3773.0, 3744.0, 3766.0, 3742.0, 3754.0, 3742.0, 3754.0, 3744.0, 3755.0, 3733.0, 3766.0, 3756.0, 3757.0, 3768.0, 3749.0, 3772.0, 3815.0, 3781.0, 3814.0, 3771.0, 3768.0, 3750.0, 3771.0, 3802.0, 3772.0, 3801.0, 3760.0, 3779.0, 3740.0], 'WindowWidth': [8604.0, 8553.0, 8557.0, 8512.0, 8494.0, 8508.0, 8504.0, 8481.0, 8494.0, 8475.0, 8436.0, 8480.0, 8467.0, 8476.0, 8450.0, 8478.0, 8448.0, 8479.0, 8467.0, 8492.0, 8463.0, 8471.0, 8462.0, 8479.0, 8466.0, 8478.0, 8466.0, 8478.0, 8464.0, 8479.0, 8482.0, 8486.0, 8524.0, 8482.0, 8502.0, 8462.0, 8504.0, 8464.0, 8506.0, 8463.0, 8474.0, 8467.0, 8498.0, 8476.0, 8499.0, 8465.0, 8483.0, 8468.0, 8485.0, 8501.0, 8479.0, 8504.0, 8538.0, 8513.0, 8541.0, 8518.0, 8502.0, 8529.0, 8491.0, 8549.0, 8509.0, 8531.0, 8467.0, 8495.0, 8468.0, 8509.0, 8484.0, 8462.0, 8460.0, 8479.0, 8465.0, 8482.0, 8498.0, 8473.0, 8463.0, 8478.0, 8477.0, 8483.0, 8519.0, 8459.0, 8501.0, 8457.0, 8509.0, 8465.0, 8502.0, 8445.0, 8488.0, 8459.0, 8475.0, 8464.0, 8478.0, 8458.0, 8457.0, 8432.0, 8476.0, 8460.0, 8460.0, 8499.0, 8458.0, 8487.0, 8464.0, 8501.0, 8461.0, 8473.0, 8465.0, 8459.0, 8430.0, 8472.0, 8477.0, 8480.0, 8499.0, 8502.0, 8500.0, 8546.0, 8483.0, 8515.0, 8462.0, 8520.0, 8495.0, 8517.0, 8491.0, 8514.0, 8430.0, 8499.0, 8430.0, 8495.0, 8445.0, 8479.0, 8427.0, 8472.0, 8436.0, 8476.0, 8467.0, 8464.0, 8437.0, 8476.0, 8467.0, 8468.0, 8523.0, 8466.0, 8502.0, 8447.0, 8492.0, 8466.0, 8516.0, 8467.0, 8503.0, 8454.0, 8521.0, 8506.0, 8535.0, 8506.0, 8504.0, 8451.0, 8522.0, 8460.0, 8533.0, 8494.0, 8511.0, 8455.0, 8478.0, 8424.0, 8455.0, 8433.0, 8500.0, 8467.0, 8446.0, 8444.0, 8464.0, 8436.0, 8467.0, 8513.0, 8472.0, 8507.0, 8454.0, 8524.0, 8467.0, 8539.0, 8481.0, 8491.0, 8451.0, 8497.0, 8496.0, 8479.0, 8511.0, 8464.0, 8478.0, 8467.0, 8505.0, 8467.0, 8517.0, 8491.0, 8504.0, 8434.0, 8517.0, 8439.0, 8503.0, 8461.0, 8498.0, 8433.0, 8503.0, 8474.0, 8518.0, 8452.0, 8497.0, 8447.0, 8466.0, 8453.0, 8464.0, 8449.0, 8480.0, 8469.0, 8489.0, 8527.0, 8505.0, 8541.0, 8466.0, 8523.0, 8467.0, 8497.0, 8493.0, 8463.0, 8476.0, 8479.0, 8491.0, 8484.0, 8519.0, 8465.0, 8517.0, 8455.0, 8522.0, 8464.0, 8487.0, 8449.0, 8480.0, 8451.0, 8482.0, 8481.0, 8479.0, 8451.0, 8479.0, 8446.0, 8480.0, 8512.0, 8487.0, 8489.0, 8458.0, 8505.0, 8496.0, 8509.0, 8521.0, 8482.0, 8532.0, 8572.0, 8532.0, 8522.0, 8528.0, 8489.0, 8550.0, 8497.0, 8549.0, 8520.0, 8545.0, 8498.0, 8505.0, 8467.0, 8506.0, 8479.0, 8498.0, 8449.0, 8483.0, 8446.0, 8474.0, 8465.0, 8487.0, 8467.0, 8472.0, 8462.0, 8446.0, 8477.0, 8475.0, 8466.0, 8489.0, 8468.0, 8496.0, 8469.0, 8509.0, 8488.0, 8509.0, 8472.0, 8528.0, 8503.0, 8506.0, 8470.0, 8480.0, 8453.0, 8483.0, 8496.0, 8479.0, 8494.0, 8481.0, 8490.0, 8479.0, 8522.0, 8463.0, 8506.0, 8464.0, 8508.0, 8467.0, 8517.0, 8459.0, 8504.0, 8473.0, 8505.0, 8455.0, 8491.0, 8447.0, 8492.0, 8437.0, 8455.0, 8431.0, 8487.0, 8447.0, 8506.0, 8472.0, 8455.0, 8457.0, 8468.0, 8513.0, 8459.0, 8481.0, 8498.0, 8477.0, 8535.0, 8496.0, 8496.0, 8566.0, 8508.0, 8542.0, 8456.0, 8528.0, 8476.0, 8526.0, 8496.0, 8449.0, 8433.0, 8454.0, 8443.0, 8470.0, 8463.0, 8448.0, 8435.0, 8467.0, 8438.0, 8460.0, 8472.0, 8468.0, 8455.0, 8472.0, 8456.0, 8474.0, 8528.0, 8475.0, 8541.0, 8457.0, 8526.0, 8474.0, 8539.0, 8503.0, 8511.0, 8455.0, 8513.0, 8488.0, 8513.0, 8484.0, 8480.0, 8454.0, 8452.0, 8512.0, 8462.0, 8494.0, 8463.0, 8499.0, 8474.0, 8538.0, 8484.0, 8470.0, 8450.0, 8462.0, 8487.0, 8478.0, 8493.0, 8551.0, 8511.0, 8515.0, 8472.0, 8503.0, 8528.0, 8498.0, 8544.0, 8454.0, 8507.0, 8467.0, 8509.0, 8467.0, 8520.0, 8443.0, 8456.0, 8462.0, 8443.0, 8460.0, 8462.0, 8457.0, 8429.0, 8456.0, 8448.0, 8461.0, 8488.0, 8462.0, 8474.0, 8466.0, 8492.0, 8487.0, 8523.0, 8480.0, 8521.0, 8466.0, 8522.0, 8471.0, 8518.0, 8498.0, 8526.0, 8449.0, 8497.0, 8453.0, 8480.0, 8491.0, 8466.0, 8491.0, 8470.0, 8494.0, 8473.0, 8488.0, 8551.0, 8503.0, 8503.0, 8471.0, 8499.0, 8499.0, 8489.0, 8544.0, 8486.0, 8538.0, 8470.0, 8527.0, 8506.0, 8526.0, 8499.0, 8479.0, 8452.0, 8478.0, 8452.0, 8465.0, 8461.0, 8475.0, 8450.0, 8494.0, 8482.0, 8477.0, 8481.0, 8415.0, 8441.0, 8430.0, 8433.0, 8449.0, 8491.0, 8434.0, 8475.0, 8432.0, 8461.0, 8439.0, 8506.0, 8438.0, 8525.0, 8441.0, 8480.0, 8439.0, 8505.0, 8441.0, 8491.0, 8436.0, 8484.0, 8458.0, 8511.0, 8476.0, 8512.0, 8459.0, 8517.0, 8474.0, 8498.0, 8485.0, 8452.0, 8450.0, 8452.0, 8483.0, 8455.0, 8539.0, 8450.0, 8505.0, 8435.0, 8507.0, 8456.0, 8467.0, 8460.0, 8484.0, 8548.0, 8526.0, 8478.0, 8505.0, 8484.0, 8557.0, 8530.0, 8510.0, 8491.0, 8476.0, 8483.0, 8496.0, 8550.0, 8503.0, 8533.0, 8475.0, 8556.0, 8469.0, 8554.0, 8508.0, 8548.0, 8471.0, 8521.0, 8492.0, 8502.0, 8488.0, 8501.0, 8464.0, 8505.0, 8465.0, 8498.0, 8477.0, 8498.0, 8459.0, 8503.0, 8467.0, 8503.0, 8493.0, 8461.0, 8461.0, 8470.0, 8446.0, 8458.0, 8442.0, 8458.0, 8489.0, 8496.0, 8522.0, 8461.0, 8440.0, 8478.0, 8433.0, 8471.0, 8455.0, 8511.0, 8468.0, 8528.0, 8473.0, 8504.0, 8447.0, 8468.0, 8442.0, 8498.0, 8439.0, 8422.0, 8434.0, 8411.0, 8457.0, 8458.0, 8444.0, 8488.0, 8458.0, 8456.0, 8461.0, 8508.0, 8467.0, 8517.0, 8477.0, 8461.0, 8449.0, 8470.0, 8464.0, 8464.0, 8520.0, 8467.0, 8494.0, 8470.0, 8485.0, 8510.0, 8469.0, 8483.0, 8516.0, 8499.0, 8483.0, 8463.0, 8470.0, 8514.0, 8475.0, 8513.0, 8498.0, 8466.0, 8435.0, 8480.0, 8455.0, 8463.0, 8490.0, 8460.0, 8448.0, 8468.0, 8440.0, 8461.0, 8434.0, 8479.0, 8434.0, 8486.0, 8474.0, 8491.0, 8529.0, 8474.0, 8526.0, 8485.0, 8531.0, 8488.0, 8522.0, 8492.0, 8525.0, 8468.0, 8510.0, 8500.0, 8481.0, 8466.0, 8465.0, 8456.0, 8485.0, 8500.0, 8467.0, 8493.0, 8474.0, 8437.0, 8479.0, 8451.0, 8463.0, 8504.0, 8462.0, 8459.0, 8484.0, 8517.0, 8479.0, 8540.0, 8479.0, 8478.0, 8467.0, 8482.0, 8454.0, 8486.0, 8519.0, 8496.0, 8520.0, 8556.0, 8511.0, 8531.0, 8474.0, 8504.0, 8538.0, 8504.0, 8551.0, 8470.0, 8480.0, 8486.0, 8496.0, 8461.0, 8508.0, 8461.0, 8457.0, 8464.0, 8481.0, 8469.0, 8506.0, 8468.0, 8502.0, 8469.0, 8472.0, 8471.0, 8480.0, 8469.0, 8481.0, 8479.0, 8484.0, 8508.0, 8486.0, 8540.0, 8485.0, 8508.0, 8465.0, 8449.0, 8465.0, 8473.0, 8461.0, 8433.0, 8463.0, 8467.0, 8484.0, 8509.0, 8481.0, 8507.0, 8484.0, 8525.0, 8483.0, 8522.0, 8479.0, 8519.0, 8463.0, 8507.0, 8467.0, 8508.0, 8475.0, 8460.0, 8433.0, 8483.0, 8467.0, 8480.0, 8530.0, 8464.0, 8512.0, 8441.0, 8494.0, 8491.0, 8529.0, 8481.0, 8494.0, 8436.0, 8426.0, 8423.0, 8452.0, 8459.0, 8513.0, 8454.0, 8501.0, 8446.0, 8487.0, 8448.0, 8464.0, 8473.0, 8477.0, 8545.0, 8498.0, 8466.0, 8453.0, 8492.0, 8517.0, 8489.0, 8543.0, 8491.0, 8509.0, 8458.0, 8486.0, 8470.0, 8495.0, 8511.0, 8463.0, 8461.0, 8465.0, 8477.0, 8468.0, 8518.0, 8479.0, 8514.0, 8442.0, 8489.0, 8451.0, 8496.0, 8481.0, 8483.0, 8447.0, 8474.0, 8436.0, 8458.0, 8447.0, 8459.0, 8432.0, 8463.0, 8438.0, 8467.0, 8494.0, 8468.0, 8476.0, 8448.0, 8481.0, 8457.0, 8518.0, 8481.0, 8463.0, 8437.0, 8488.0, 8477.0, 8472.0, 8531.0, 8472.0, 8506.0, 8471.0, 8491.0, 8505.0, 8489.0, 8529.0, 8470.0, 8512.0, 8474.0, 8526.0, 8504.0, 8542.0, 8468.0, 8494.0, 8452.0, 8463.0, 8494.0, 8465.0, 8502.0, 8449.0, 8504.0, 8452.0, 8519.0, 8461.0, 8502.0, 8449.0, 8497.0, 8457.0, 8482.0, 8428.0, 8479.0, 8444.0, 8471.0, 8440.0, 8455.0, 8440.0, 8456.0, 8446.0, 8462.0, 8433.0, 8479.0, 8465.0, 8468.0, 8484.0, 8460.0, 8496.0, 8555.0, 8509.0, 8552.0, 8491.0, 8485.0, 8462.0, 8494.0, 8533.0, 8495.0, 8531.0, 8476.0, 8499.0, 8451.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.003590783410138249</td></tr>
<tr><td colspan=3>aqi</td><td>0.02892734619815668</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.666429781441764</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1693834607958469</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0470885246828143</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>3672.4658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11631757260087394</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.682027649769585</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581794519189602</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.611681301369029</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.713402298943812</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4202999572559647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00496251</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0038154313806444407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018662547692656517</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.805543330684143</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>24.7584</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1895</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.8077</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>740.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.8558</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3766</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.5983</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2931.0853</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.4429</td></tr>
<tr><td colspan=3>tsnr</td><td>32.964402307989076</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>