ds005256-mriqc/sub-0026_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 694ceec84a [DATALAD RUNCMD] Compute MRIQC for sub-0026
=== 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-0026 --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-0026",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:53:34 +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-0026_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0026_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-01/func/sub-0026_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>338b8b257df307b876ea3a2dfd9be1ba</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:59:58.697500</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_VE11C_LATEST_20160120</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.997332, 0.0280842, 0.0673761, -0.0351761, 0.993691, 0.106496]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100624</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7734, -7263, 602, 9, -100, 17, 31]</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>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3eba7105-de36-4cec-bc98-dbc46461a793||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675769567489624, -0.09437492489814758, 0.1726924031972885, 111.96189880371094], [-0.07534785568714142, 2.6659996509552, 0.293170303106308, -89.41337585449219], [0.18076510727405548, -0.2857200503349304, 2.6784751415252686, -46.80150604248047], [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': ['095958.697500', '095959.157500', '095959.617500', '100000.077500', '100000.537500', '100000.997500', '100001.457500', '100001.917500', '100002.377500', '100002.837500', '100003.297500', '100003.757500', '100004.217500', '100004.677500', '100005.137500', '100005.597500', '100006.057500', '100006.517500', '100006.977500', '100007.437500', '100007.897500', '100008.357500', '100008.817500', '100009.277500', '100009.737500', '100010.197500', '100010.657500', '100011.117500', '100011.577500', '100012.037500', '100012.497500', '100012.957500', '100013.417500', '100013.877500', '100014.337500', '100014.797500', '100015.257500', '100015.717500', '100016.177500', '100016.637500', '100017.097500', '100017.557500', '100018.017500', '100018.477500', '100018.937500', '100019.397500', '100019.857500', '100020.317500', '100020.777500', '100021.237500', '100021.697500', '100022.157500', '100022.617500', '100023.077500', '100023.537500', '100023.997500', '100024.457500', '100024.917500', '100025.377500', '100025.837500', '100026.297500', '100026.757500', '100027.217500', '100027.677500', '100028.137500', '100028.597500', '100029.057500', '100029.517500', '100029.977500', '100030.437500', '100030.897500', '100031.357500', '100031.817500', '100032.277500', '100032.737500', '100033.197500', '100033.657500', '100034.117500', '100034.577500', '100035.037500', '100035.497500', '100035.957500', '100036.417500', '100036.877500', '100037.337500', '100037.797500', '100038.257500', '100038.717500', '100039.177500', '100039.637500', '100040.097500', '100040.557500', '100041.017500', '100041.477500', '100041.937500', '100042.397500', '100042.857500', '100043.317500', '100043.777500', '100044.237500', '100044.697500', '100045.157500', '100045.617500', '100046.077500', '100046.537500', '100046.997500', '100047.457500', '100047.917500', '100048.377500', '100048.837500', '100049.297500', '100049.757500', '100050.217500', '100050.677500', '100051.137500', '100051.597500', '100052.057500', '100052.517500', '100052.977500', '100053.437500', '100053.897500', '100054.357500', '100054.817500', '100055.277500', '100055.737500', '100056.197500', '100056.657500', '100057.117500', '100057.577500', '100058.037500', '100058.497500', '100058.957500', '100059.417500', '100059.877500', '100100.337500', '100100.797500', '100101.257500', '100101.717500', '100102.177500', '100102.637500', '100103.097500', '100103.557500', '100104.017500', '100104.477500', '100104.937500', '100105.397500', '100105.857500', '100106.317500', '100106.777500', '100107.237500', '100107.697500', '100108.157500', '100108.617500', '100109.077500', '100109.537500', '100109.997500', '100110.457500', '100110.917500', '100111.377500', '100111.837500', '100112.297500', '100112.757500', '100113.217500', '100113.677500', '100114.137500', '100114.597500', '100115.057500', '100115.517500', '100115.977500', '100116.437500', '100116.897500', '100117.357500', '100117.817500', '100118.277500', '100118.737500', '100119.197500', '100119.657500', '100120.117500', '100120.577500', '100121.037500', '100121.497500', '100121.957500', '100122.417500', '100122.877500', '100123.337500', '100123.797500', '100124.257500', '100124.717500', '100125.177500', '100125.637500', '100126.097500', '100126.557500', '100127.017500', '100127.477500', '100127.937500', '100128.397500', '100128.857500', '100129.317500', '100129.777500', '100130.237500', '100130.697500', '100131.157500', '100131.617500', '100132.077500', '100132.537500', '100132.997500', '100133.457500', '100133.917500', '100134.377500', '100134.837500', '100135.297500', '100135.757500', '100136.217500', '100136.677500', '100137.137500', '100137.597500', '100138.057500', '100138.517500', '100138.977500', '100139.437500', '100139.897500', '100140.357500', '100140.817500', '100141.277500', '100141.737500', '100142.197500', '100142.657500', '100143.117500', '100143.577500', '100144.037500', '100144.497500', '100144.957500', '100145.417500', '100145.877500', '100146.337500', '100146.797500', '100147.257500', '100147.717500', '100148.177500', '100148.637500', '100149.097500', '100149.557500', '100150.017500', '100150.477500', '100150.937500', '100151.397500', '100151.857500', '100152.317500', '100152.777500', '100153.237500', '100153.697500', '100154.157500', '100154.617500', '100155.077500', '100155.537500', '100155.997500', '100156.457500', '100156.917500', '100157.377500', '100157.837500', '100158.297500', '100158.757500', '100159.217500', '100159.677500', '100200.137500', '100200.597500', '100201.057500', '100201.517500', '100201.977500', '100202.437500', '100202.897500', '100203.357500', '100203.817500', '100204.277500', '100204.737500', '100205.197500', '100205.657500', '100206.117500', '100206.577500', '100207.037500', '100207.497500', '100207.957500', '100208.417500', '100208.877500', '100209.337500', '100209.797500', '100210.257500', '100210.717500', '100211.177500', '100211.637500', '100212.097500', '100212.557500', '100213.017500', '100213.477500', '100213.937500', '100214.397500', '100214.857500', '100215.317500', '100215.777500', '100216.237500', '100216.697500', '100217.157500', '100217.617500', '100218.077500', '100218.537500', '100218.997500', '100219.457500', '100219.917500', '100220.377500', '100220.837500', '100221.297500', '100221.757500', '100222.217500', '100222.677500', '100223.137500', '100223.597500', '100224.057500', '100224.517500', '100224.977500', '100225.437500', '100225.897500', '100226.357500', '100226.817500', '100227.277500', '100227.737500', '100228.197500', '100228.657500', '100229.117500', '100229.577500', '100230.037500', '100230.497500', '100230.957500', '100231.417500', '100231.877500', '100232.337500', '100232.797500', '100233.257500', '100233.717500', '100234.177500', '100234.637500', '100235.097500', '100235.557500', '100236.017500', '100236.477500', '100236.937500', '100237.397500', '100237.857500', '100238.317500', '100238.777500', '100239.237500', '100239.697500', '100240.157500', '100240.617500', '100241.077500', '100241.537500', '100241.997500', '100242.457500', '100242.917500', '100243.377500', '100243.837500', '100244.297500', '100244.757500', '100245.217500', '100245.677500', '100246.137500', '100246.597500', '100247.057500', '100247.517500', '100247.977500', '100248.437500', '100248.897500', '100249.357500', '100249.817500', '100250.277500', '100250.737500', '100251.197500', '100251.657500', '100252.117500', '100252.577500', '100253.037500', '100253.497500', '100253.957500', '100254.417500', '100254.877500', '100255.337500', '100255.797500', '100256.257500', '100256.717500', '100257.177500', '100257.637500', '100258.097500', '100258.557500', '100259.017500', '100259.477500', '100259.937500', '100300.397500', '100300.857500', '100301.317500', '100301.777500', '100302.237500', '100302.697500', '100303.157500', '100303.617500', '100304.077500', '100304.537500', '100304.997500', '100305.457500', '100305.917500', '100306.377500', '100306.837500', '100307.297500', '100307.757500', '100308.217500', '100308.677500', '100309.137500', '100309.597500', '100310.057500', '100310.517500', '100310.977500', '100311.437500', '100311.897500', '100312.357500', '100312.817500', '100313.277500', '100313.737500', '100314.197500', '100314.657500', '100315.117500', '100315.577500', '100316.037500', '100316.497500', '100316.957500', '100317.417500', '100317.877500', '100318.337500', '100318.797500', '100319.257500', '100319.717500', '100320.177500', '100320.637500', '100321.097500', '100321.557500', '100322.017500', '100322.477500', '100322.937500', '100323.397500', '100323.857500', '100324.317500', '100324.777500', '100325.237500', '100325.697500', '100326.157500', '100326.617500', '100327.077500', '100327.537500', '100327.997500', '100328.457500', '100328.917500', '100329.377500', '100329.837500', '100330.297500', '100330.757500', '100331.217500', '100331.677500', '100332.137500', '100332.597500', '100333.057500', '100333.517500', '100333.977500', '100334.437500', '100334.897500', '100335.357500', '100335.817500', '100336.277500', '100336.737500', '100337.197500', '100337.657500', '100338.117500', '100338.577500', '100339.037500', '100339.497500', '100339.957500', '100340.417500', '100340.877500', '100341.337500', '100341.797500', '100342.257500', '100342.717500', '100343.177500', '100343.637500', '100344.097500', '100344.557500', '100345.017500', '100345.477500', '100345.937500', '100346.397500', '100346.857500', '100347.317500', '100347.777500', '100348.237500', '100348.697500', '100349.157500', '100349.617500', '100350.077500', '100350.537500', '100350.997500', '100351.457500', '100351.917500', '100352.377500', '100352.837500', '100353.297500', '100353.757500', '100354.217500', '100354.677500', '100355.137500', '100355.597500', '100356.057500', '100356.517500', '100356.977500', '100357.437500', '100357.897500', '100358.357500', '100358.817500', '100359.277500', '100359.737500', '100400.197500', '100400.657500', '100401.117500', '100401.577500', '100402.037500', '100402.497500', '100402.957500', '100403.417500', '100403.877500', '100404.337500', '100404.797500', '100405.257500', '100405.717500', '100406.177500', '100406.637500', '100407.097500', '100407.557500', '100408.017500', '100408.477500', '100408.937500', '100409.397500', '100409.857500', '100410.317500', '100410.777500', '100411.237500', '100411.697500', '100412.157500', '100412.617500', '100413.077500', '100413.537500', '100413.997500', '100414.457500', '100414.917500', '100415.377500', '100415.837500', '100416.297500', '100416.757500', '100417.217500', '100417.677500', '100418.137500', '100418.597500', '100419.057500', '100419.517500', '100419.977500', '100420.437500', '100420.897500', '100421.357500', '100421.817500', '100422.277500', '100422.737500', '100423.197500', '100423.657500', '100424.117500', '100424.577500', '100425.037500', '100425.497500', '100425.957500', '100426.417500', '100426.877500', '100427.337500', '100427.797500', '100428.257500', '100428.717500', '100429.177500', '100429.637500', '100430.097500', '100430.557500', '100431.017500', '100431.477500', '100431.937500', '100432.397500', '100432.857500', '100433.317500', '100433.777500', '100434.237500', '100434.697500', '100435.157500', '100435.617500', '100436.077500', '100436.537500', '100436.997500', '100437.457500', '100437.917500', '100438.377500', '100438.837500', '100439.297500', '100439.757500', '100440.217500', '100440.677500', '100441.137500', '100441.597500', '100442.057500', '100442.517500', '100442.977500', '100443.437500', '100443.897500', '100444.357500', '100444.817500', '100445.277500', '100445.737500', '100446.197500', '100446.657500', '100447.117500', '100447.577500', '100448.037500', '100448.497500', '100448.957500', '100449.417500', '100449.877500', '100450.337500', '100450.797500', '100451.257500', '100451.717500', '100452.177500', '100452.637500', '100453.097500', '100453.557500', '100454.017500', '100454.477500', '100454.937500', '100455.397500', '100455.857500', '100456.317500', '100456.777500', '100457.237500', '100457.697500', '100458.157500', '100458.617500', '100459.077500', '100459.537500', '100459.997500', '100500.457500', '100500.917500', '100501.377500', '100501.837500', '100502.297500', '100502.757500', '100503.217500', '100503.677500', '100504.137500', '100504.597500', '100505.057500', '100505.517500', '100505.977500', '100506.437500', '100506.897500', '100507.357500', '100507.817500', '100508.277500', '100508.737500', '100509.197500', '100509.657500', '100510.117500', '100510.577500', '100511.037500', '100511.497500', '100511.957500', '100512.417500', '100512.877500', '100513.337500', '100513.797500', '100514.257500', '100514.717500', '100515.177500', '100515.637500', '100516.097500', '100516.557500', '100517.017500', '100517.477500', '100517.937500', '100518.397500', '100518.857500', '100519.317500', '100519.777500', '100520.237500', '100520.697500', '100521.157500', '100521.617500', '100522.077500', '100522.537500', '100522.997500', '100523.457500', '100523.917500', '100524.377500', '100524.837500', '100525.297500', '100525.757500', '100526.217500', '100526.677500', '100527.137500', '100527.597500', '100528.057500', '100528.517500', '100528.977500', '100529.437500', '100529.897500', '100530.357500', '100530.817500', '100531.277500', '100531.737500', '100532.197500', '100532.657500', '100533.117500', '100533.577500', '100534.037500', '100534.497500', '100534.957500', '100535.417500', '100535.877500', '100536.337500', '100536.797500', '100537.257500', '100537.717500', '100538.177500', '100538.637500', '100539.097500', '100539.557500', '100540.017500', '100540.477500', '100540.937500', '100541.397500', '100541.857500', '100542.317500', '100542.777500', '100543.237500', '100543.697500', '100544.157500', '100544.617500', '100545.077500', '100545.537500', '100545.997500', '100546.457500', '100546.917500', '100547.377500', '100547.837500', '100548.297500', '100548.757500', '100549.217500', '100549.677500', '100550.137500', '100550.597500', '100551.057500', '100551.517500', '100551.977500', '100552.437500', '100552.897500', '100553.357500', '100553.817500', '100554.277500', '100554.737500', '100555.197500', '100555.657500', '100556.117500', '100556.577500', '100557.037500', '100557.497500', '100557.957500', '100558.417500', '100558.877500', '100559.337500', '100559.797500', '100600.257500', '100600.717500', '100601.177500', '100601.637500', '100602.097500', '100602.557500', '100603.017500', '100603.477500', '100603.937500', '100604.397500', '100604.857500', '100605.317500', '100605.777500', '100606.237500', '100606.697500', '100607.157500', '100607.617500', '100608.077500', '100608.537500', '100608.997500', '100609.457500', '100609.917500', '100610.377500', '100610.837500', '100611.297500', '100611.757500', '100612.217500', '100612.677500', '100613.137500', '100613.597500', '100614.057500', '100614.517500', '100614.977500', '100615.437500', '100615.897500', '100616.357500', '100616.817500', '100617.277500', '100617.737500', '100618.197500', '100618.657500', '100619.117500', '100619.577500', '100620.037500', '100620.497500', '100620.957500', '100621.417500', '100621.877500', '100622.337500', '100622.797500', '100623.257500', '100623.717500', '100624.177500', '100624.637500', '100625.097500', '100625.557500', '100626.017500', '100626.477500', '100626.937500', '100627.397500', '100627.857500', '100628.317500', '100628.777500', '100629.237500', '100629.697500', '100630.157500', '100630.617500', '100631.077500', '100631.537500', '100631.997500', '100632.457500', '100632.917500', '100633.377500', '100633.837500', '100634.297500', '100634.757500', '100635.217500', '100635.677500', '100636.137500', '100636.597500', '100637.057500', '100637.517500', '100637.977500', '100638.437500', '100638.897500', '100639.357500'], 'ContentTime': ['100019.988000', '100019.992000', '100019.994000', '100019.997000', '100020.001000', '100020.004000', '100020.007000', '100020.018000', '100020.021000', '100020.024000', '100020.027000', '100020.030000', '100020.033000', '100020.036000', '100020.039000', '100020.041000', '100020.044000', '100020.047000', '100020.050000', '100020.053000', '100020.056000', '100020.059000', '100020.061000', '100020.064000', '100020.067000', '100020.070000', '100020.073000', '100020.076000', '100020.079000', '100020.082000', '100020.084000', '100020.087000', '100020.090000', '100020.093000', '100020.096000', '100020.099000', '100020.102000', '100020.105000', '100020.108000', '100020.111000', '100020.113000', '100020.116000', '100020.119000', '100020.122000', '100039.949000', '100039.952000', '100039.955000', '100039.958000', '100039.961000', '100039.964000', '100039.966000', '100039.969000', '100039.972000', '100039.975000', '100039.978000', '100039.981000', '100039.984000', '100039.987000', '100039.989000', '100039.992000', '100039.995000', '100040.001000', '100040.005000', '100040.008000', '100040.011000', '100040.014000', '100040.017000', '100040.020000', '100040.023000', '100040.026000', '100040.029000', '100040.039000', '100040.042000', '100040.045000', '100040.048000', '100040.051000', '100040.053000', '100040.056000', '100040.059000', '100040.062000', '100040.065000', '100040.068000', '100040.071000', '100040.074000', '100040.077000', '100040.080000', '100040.083000', '100059.948000', '100059.951000', '100059.954000', '100059.957000', '100059.960000', '100059.962000', '100059.965000', '100059.968000', '100059.971000', '100059.974000', '100059.977000', '100059.980000', '100059.983000', '100059.985000', '100059.988000', '100059.991000', '100059.994000', '100059.997000', '100100.001000', '100100.004000', '100100.006000', '100100.009000', '100100.012000', '100100.015000', '100100.018000', '100100.031000', '100100.034000', '100100.037000', '100100.040000', '100100.043000', '100100.045000', '100100.056000', '100100.059000', '100100.062000', '100100.065000', '100100.068000', '100100.070000', '100100.073000', '100100.076000', '100100.079000', '100100.082000', '100100.085000', '100100.088000', '100100.090000', '100119.949000', '100119.954000', '100119.957000', '100119.960000', '100119.963000', '100119.965000', '100119.968000', '100119.971000', '100119.974000', '100119.977000', '100119.980000', '100119.983000', '100119.991000', '100119.994000', '100119.997000', '100120.000000', '100120.003000', '100120.006000', '100120.010000', '100120.013000', '100120.016000', '100120.019000', '100120.022000', '100120.024000', '100120.027000', '100120.030000', '100120.033000', '100120.036000', '100120.039000', '100120.042000', '100120.045000', '100120.047000', '100120.050000', '100120.053000', '100120.056000', '100120.059000', '100120.062000', '100120.065000', '100120.068000', '100120.071000', '100120.073000', '100120.076000', '100120.079000', '100139.949000', '100139.952000', '100139.955000', '100139.958000', '100139.961000', '100139.964000', '100139.967000', '100139.969000', '100139.972000', '100139.975000', '100139.978000', '100139.981000', '100139.984000', '100139.987000', '100139.989000', '100139.992000', '100139.995000', '100139.998000', '100140.002000', '100140.005000', '100140.008000', '100140.011000', '100140.013000', '100140.016000', '100140.019000', '100140.022000', '100140.025000', '100140.028000', '100140.031000', '100140.034000', '100140.037000', '100140.039000', '100140.042000', '100140.045000', '100140.048000', '100140.051000', '100140.054000', '100140.057000', '100140.060000', '100140.062000', '100140.065000', '100140.075000', '100140.078000', '100140.081000', '100159.949000', '100159.952000', '100159.955000', '100159.958000', '100159.961000', '100159.964000', '100159.967000', '100159.969000', '100159.972000', '100159.975000', '100159.978000', '100159.981000', '100159.984000', '100159.987000', '100159.990000', '100159.993000', '100159.995000', '100159.998000', '100200.002000', '100200.005000', '100200.008000', '100200.011000', '100200.014000', '100200.017000', '100200.020000', '100200.023000', '100200.026000', '100200.029000', '100200.031000', '100200.034000', '100200.037000', '100200.040000', '100200.043000', '100200.046000', '100200.049000', '100200.052000', '100200.055000', '100200.058000', '100200.061000', '100200.064000', '100200.067000', '100200.070000', '100200.072000', '100219.949000', '100219.952000', '100219.955000', '100219.958000', '100219.961000', '100219.963000', '100219.966000', '100219.969000', '100219.972000', '100219.975000', '100219.978000', '100219.981000', '100219.984000', '100219.986000', '100219.989000', '100219.992000', '100219.995000', '100219.998000', '100220.002000', '100220.005000', '100220.007000', '100220.010000', '100220.013000', '100220.016000', '100220.019000', '100220.022000', '100220.025000', '100220.028000', '100220.031000', '100220.034000', '100220.037000', '100220.039000', '100220.042000', '100220.045000', '100220.048000', '100220.051000', '100220.054000', '100220.057000', '100220.060000', '100220.062000', '100220.065000', '100220.068000', '100220.071000', '100220.074000', '100239.949000', '100239.952000', '100239.955000', '100239.958000', '100239.961000', '100239.964000', '100239.967000', '100239.970000', '100239.973000', '100239.975000', '100239.978000', '100239.981000', '100239.984000', '100239.987000', '100239.991000', '100239.994000', '100239.997000', '100240.001000', '100240.004000', '100240.007000', '100240.016000', '100240.019000', '100240.022000', '100240.025000', '100240.028000', '100240.031000', '100240.033000', '100240.036000', '100240.039000', '100240.042000', '100240.055000', '100240.058000', '100240.063000', '100240.067000', '100240.070000', '100240.073000', '100240.076000', '100240.079000', '100240.081000', '100240.099000', '100240.102000', '100240.105000', '100240.108000', '100259.949000', '100259.952000', '100259.955000', '100259.958000', '100259.961000', '100259.964000', '100259.967000', '100259.970000', '100259.973000', '100259.976000', '100259.978000', '100259.981000', '100259.984000', '100259.987000', '100259.990000', '100259.993000', '100259.996000', '100300.000000', '100300.003000', '100300.005000', '100300.008000', '100300.011000', '100300.014000', '100300.017000', '100300.020000', '100300.023000', '100300.026000', '100300.029000', '100300.032000', '100300.035000', '100300.037000', '100300.040000', '100300.043000', '100300.046000', '100300.049000', '100300.052000', '100300.055000', '100300.058000', '100300.061000', '100300.063000', '100300.066000', '100300.069000', '100300.072000', '100300.075000', '100319.948000', '100319.951000', '100319.954000', '100319.957000', '100319.960000', '100319.963000', '100319.966000', '100319.968000', '100319.971000', '100319.974000', '100319.977000', '100319.980000', '100319.983000', '100319.986000', '100319.989000', '100319.992000', '100319.994000', '100319.997000', '100320.001000', '100320.004000', '100320.007000', '100320.010000', '100320.013000', '100320.016000', '100320.019000', '100320.031000', '100320.034000', '100320.037000', '100320.040000', '100320.043000', '100320.046000', '100320.048000', '100320.051000', '100320.054000', '100320.057000', '100320.060000', '100320.063000', '100320.068000', '100320.071000', '100320.074000', '100320.077000', '100320.080000', '100320.083000', '100339.949000', '100339.952000', '100339.955000', '100339.958000', '100339.961000', '100339.964000', '100339.967000', '100339.969000', '100339.972000', '100339.975000', '100339.978000', '100339.981000', '100339.984000', '100339.987000', '100339.990000', '100339.993000', '100339.996000', '100339.998000', '100340.001000', '100340.004000', '100340.007000', '100340.010000', '100340.013000', '100340.016000', '100340.019000', '100340.022000', '100340.024000', '100340.027000', '100340.030000', '100340.033000', '100340.036000', '100340.039000', '100340.042000', '100340.045000', '100340.048000', '100340.051000', '100340.054000', '100340.056000', '100340.059000', '100340.062000', '100340.065000', '100340.068000', '100340.071000', '100340.074000', '100359.949000', '100359.952000', '100359.955000', '100359.958000', '100359.961000', '100359.964000', '100359.967000', '100359.970000', '100359.973000', '100359.976000', '100359.979000', '100359.982000', '100359.984000', '100359.987000', '100359.990000', '100400.004000', '100400.007000', '100400.010000', '100400.013000', '100400.015000', '100400.018000', '100400.021000', '100400.024000', '100400.028000', '100400.031000', '100400.034000', '100400.037000', '100400.040000', '100400.043000', '100400.046000', '100400.049000', '100400.052000', '100400.055000', '100400.058000', '100400.061000', '100400.063000', '100400.066000', '100400.069000', '100400.072000', '100400.075000', '100400.078000', '100400.081000', '100400.084000', '100419.949000', '100419.952000', '100419.966000', '100419.969000', '100419.972000', '100419.975000', '100419.978000', '100419.981000', '100419.984000', '100419.987000', '100419.990000', '100419.993000', '100419.996000', '100419.998000', '100420.001000', '100420.004000', '100420.007000', '100420.010000', '100420.013000', '100420.016000', '100420.019000', '100420.022000', '100420.025000', '100420.027000', '100420.030000', '100420.033000', '100420.036000', '100420.039000', '100420.042000', '100420.045000', '100420.048000', '100420.051000', '100420.054000', '100420.056000', '100420.059000', '100420.062000', '100420.065000', '100420.068000', '100420.071000', '100420.074000', '100420.077000', '100420.079000', '100420.082000', '100420.085000', '100439.949000', '100439.952000', '100439.955000', '100439.958000', '100439.961000', '100439.964000', '100439.967000', '100439.969000', '100439.972000', '100439.975000', '100439.978000', '100439.981000', '100439.984000', '100439.987000', '100439.990000', '100439.993000', '100439.995000', '100439.998000', '100440.002000', '100440.005000', '100440.008000', '100440.011000', '100440.014000', '100440.017000', '100440.020000', '100440.023000', '100440.025000', '100440.028000', '100440.031000', '100440.034000', '100440.037000', '100440.040000', '100440.043000', '100440.046000', '100440.049000', '100440.051000', '100440.054000', '100440.057000', '100440.060000', '100440.063000', '100440.066000', '100440.069000', '100440.072000', '100459.949000', '100459.952000', '100459.955000', '100459.958000', '100459.961000', '100459.964000', '100459.967000', '100459.970000', '100459.973000', '100459.976000', '100459.978000', '100459.981000', '100459.984000', '100459.987000', '100459.990000', '100459.993000', '100459.996000', '100500.000000', '100500.003000', '100500.006000', '100500.008000', '100500.011000', '100500.014000', '100500.017000', '100500.020000', '100500.023000', '100500.026000', '100500.028000', '100500.031000', '100500.034000', '100500.037000', '100500.040000', '100500.043000', '100500.046000', '100500.049000', '100500.052000', '100500.055000', '100500.058000', '100500.060000', '100500.063000', '100500.066000', '100500.069000', '100500.072000', '100500.075000', '100519.949000', '100519.952000', '100519.955000', '100519.958000', '100519.961000', '100519.964000', '100519.967000', '100519.970000', '100519.972000', '100519.975000', '100519.978000', '100519.981000', '100519.984000', '100519.987000', '100519.990000', '100519.993000', '100519.996000', '100520.000000', '100520.003000', '100520.006000', '100520.009000', '100520.011000', '100520.014000', '100520.017000', '100520.020000', '100520.023000', '100520.026000', '100520.029000', '100520.032000', '100520.035000', '100520.038000', '100520.041000', '100520.044000', '100520.046000', '100520.049000', '100520.052000', '100520.055000', '100520.058000', '100520.061000', '100520.065000', '100520.068000', '100520.071000', '100520.075000', '100539.948000', '100539.951000', '100539.954000', '100539.957000', '100539.960000', '100539.962000', '100539.965000', '100539.968000', '100539.971000', '100539.974000', '100539.977000', '100539.980000', '100539.983000', '100539.998000', '100540.001000', '100540.004000', '100540.007000', '100540.009000', '100540.012000', '100540.015000', '100540.018000', '100540.021000', '100540.024000', '100540.027000', '100540.029000', '100540.032000', '100540.035000', '100540.038000', '100540.041000', '100540.044000', '100540.047000', '100540.050000', '100540.053000', '100540.056000', '100540.059000', '100540.061000', '100540.064000', '100540.067000', '100540.070000', '100540.073000', '100540.076000', '100540.079000', '100540.082000', '100540.085000', '100559.949000', '100559.952000', '100559.955000', '100559.958000', '100559.961000', '100559.964000', '100559.967000', '100559.970000', '100559.973000', '100559.976000', '100559.979000', '100559.982000', '100559.985000', '100559.988000', '100559.991000', '100559.994000', '100559.996000', '100600.000000', '100600.003000', '100600.006000', '100600.009000', '100600.012000', '100600.015000', '100600.018000', '100600.021000', '100600.024000', '100600.027000', '100600.030000', '100600.032000', '100600.035000', '100600.038000', '100600.041000', '100600.044000', '100600.047000', '100600.050000', '100600.054000', '100600.057000', '100600.060000', '100600.063000', '100600.066000', '100600.069000', '100600.072000', '100600.075000', '100619.949000', '100619.952000', '100619.955000', '100619.958000', '100619.961000', '100619.964000', '100619.966000', '100619.969000', '100619.972000', '100619.975000', '100619.978000', '100619.981000', '100619.984000', '100619.987000', '100619.990000', '100619.993000', '100619.995000', '100619.998000', '100620.002000', '100620.005000', '100620.008000', '100620.011000', '100620.014000', '100620.017000', '100620.020000', '100620.022000', '100620.025000', '100620.028000', '100620.031000', '100620.034000', '100620.037000', '100620.040000', '100620.043000', '100620.045000', '100620.048000', '100620.051000', '100620.054000', '100620.057000', '100620.060000', '100620.063000', '100620.066000', '100620.069000', '100620.072000', '100620.075000', '100639.949000', '100639.952000', '100639.955000', '100639.958000', '100639.961000', '100639.964000', '100639.967000', '100639.970000', '100639.972000', '100639.975000', '100639.978000', '100639.981000', '100639.984000', '100639.987000', '100639.990000', '100639.993000', '100639.996000', '100640.000000', '100640.003000', '100640.006000', '100640.009000', '100640.011000', '100640.014000', '100640.017000', '100640.020000', '100640.023000', '100640.026000', '100640.029000', '100640.032000', '100640.035000', '100640.038000', '100640.041000', '100640.044000', '100640.047000', '100640.050000', '100640.052000', '100640.055000', '100640.058000', '100640.061000', '100640.064000', '100640.067000', '100640.070000', '100640.073000', '100640.696000', '100640.700000'], 'InstanceCreationTime': ['100019.988000', '100019.992000', '100019.994000', '100019.997000', '100020.001000', '100020.004000', '100020.007000', '100020.018000', '100020.021000', '100020.024000', '100020.027000', '100020.030000', '100020.033000', '100020.036000', '100020.039000', '100020.041000', '100020.044000', '100020.047000', '100020.050000', '100020.053000', '100020.056000', '100020.059000', '100020.061000', '100020.064000', '100020.067000', '100020.070000', '100020.073000', '100020.076000', '100020.079000', '100020.082000', '100020.084000', '100020.087000', '100020.090000', '100020.093000', '100020.096000', '100020.099000', '100020.102000', '100020.105000', '100020.108000', '100020.111000', '100020.113000', '100020.116000', '100020.119000', '100020.122000', '100039.949000', '100039.952000', '100039.955000', '100039.958000', '100039.961000', '100039.964000', '100039.966000', '100039.969000', '100039.972000', '100039.975000', '100039.978000', '100039.981000', '100039.984000', '100039.987000', '100039.989000', '100039.992000', '100039.995000', '100040.001000', '100040.005000', '100040.008000', '100040.011000', '100040.014000', '100040.017000', '100040.020000', '100040.023000', '100040.026000', '100040.029000', '100040.039000', '100040.042000', '100040.045000', '100040.048000', '100040.051000', '100040.053000', '100040.056000', '100040.059000', '100040.062000', '100040.065000', '100040.068000', '100040.071000', '100040.074000', '100040.077000', '100040.080000', '100040.083000', '100059.948000', '100059.951000', '100059.954000', '100059.957000', '100059.960000', '100059.962000', '100059.965000', '100059.968000', '100059.971000', '100059.974000', '100059.977000', '100059.980000', '100059.983000', '100059.985000', '100059.988000', '100059.991000', '100059.994000', '100059.997000', '100100.001000', '100100.004000', '100100.006000', '100100.009000', '100100.012000', '100100.015000', '100100.018000', '100100.031000', '100100.034000', '100100.037000', '100100.040000', '100100.043000', '100100.045000', '100100.056000', '100100.059000', '100100.062000', '100100.065000', '100100.068000', '100100.070000', '100100.073000', '100100.076000', '100100.079000', '100100.082000', '100100.085000', '100100.088000', '100100.090000', '100119.949000', '100119.954000', '100119.957000', '100119.960000', '100119.963000', '100119.965000', '100119.968000', '100119.971000', '100119.974000', '100119.977000', '100119.980000', '100119.983000', '100119.991000', '100119.994000', '100119.997000', '100120.000000', '100120.003000', '100120.006000', '100120.010000', '100120.013000', '100120.016000', '100120.019000', '100120.022000', '100120.024000', '100120.027000', '100120.030000', '100120.033000', '100120.036000', '100120.039000', '100120.042000', '100120.045000', '100120.047000', '100120.050000', '100120.053000', '100120.056000', '100120.059000', '100120.062000', '100120.065000', '100120.068000', '100120.071000', '100120.073000', '100120.076000', '100120.079000', '100139.949000', '100139.952000', '100139.955000', '100139.958000', '100139.961000', '100139.964000', '100139.967000', '100139.969000', '100139.972000', '100139.975000', '100139.978000', '100139.981000', '100139.984000', '100139.987000', '100139.989000', '100139.992000', '100139.995000', '100139.998000', '100140.002000', '100140.005000', '100140.008000', '100140.011000', '100140.013000', '100140.016000', '100140.019000', '100140.022000', '100140.025000', '100140.028000', '100140.031000', '100140.034000', '100140.037000', '100140.039000', '100140.042000', '100140.045000', '100140.048000', '100140.051000', '100140.054000', '100140.057000', '100140.060000', '100140.062000', '100140.065000', '100140.075000', '100140.078000', '100140.081000', '100159.949000', '100159.952000', '100159.955000', '100159.958000', '100159.961000', '100159.964000', '100159.967000', '100159.969000', '100159.972000', '100159.975000', '100159.978000', '100159.981000', '100159.984000', '100159.987000', '100159.990000', '100159.993000', '100159.995000', '100159.998000', '100200.002000', '100200.005000', '100200.008000', '100200.011000', '100200.014000', '100200.017000', '100200.020000', '100200.023000', '100200.026000', '100200.029000', '100200.031000', '100200.034000', '100200.037000', '100200.040000', '100200.043000', '100200.046000', '100200.049000', '100200.052000', '100200.055000', '100200.058000', '100200.061000', '100200.064000', '100200.067000', '100200.070000', '100200.072000', '100219.949000', '100219.952000', '100219.955000', '100219.958000', '100219.961000', '100219.963000', '100219.966000', '100219.969000', '100219.972000', '100219.975000', '100219.978000', '100219.981000', '100219.984000', '100219.986000', '100219.989000', '100219.992000', '100219.995000', '100219.998000', '100220.002000', '100220.005000', '100220.007000', '100220.010000', '100220.013000', '100220.016000', '100220.019000', '100220.022000', '100220.025000', '100220.028000', '100220.031000', '100220.034000', '100220.037000', '100220.039000', '100220.042000', '100220.045000', '100220.048000', '100220.051000', '100220.054000', '100220.057000', '100220.060000', '100220.062000', '100220.065000', '100220.068000', '100220.071000', '100220.074000', '100239.949000', '100239.952000', '100239.955000', '100239.958000', '100239.961000', '100239.964000', '100239.967000', '100239.970000', '100239.973000', '100239.975000', '100239.978000', '100239.981000', '100239.984000', '100239.987000', '100239.991000', '100239.994000', '100239.997000', '100240.001000', '100240.004000', '100240.007000', '100240.016000', '100240.019000', '100240.022000', '100240.025000', '100240.028000', '100240.031000', '100240.033000', '100240.036000', '100240.039000', '100240.042000', '100240.055000', '100240.058000', '100240.063000', '100240.067000', '100240.070000', '100240.073000', '100240.076000', '100240.079000', '100240.081000', '100240.099000', '100240.102000', '100240.105000', '100240.108000', '100259.949000', '100259.952000', '100259.955000', '100259.958000', '100259.961000', '100259.964000', '100259.967000', '100259.970000', '100259.973000', '100259.976000', '100259.978000', '100259.981000', '100259.984000', '100259.987000', '100259.990000', '100259.993000', '100259.996000', '100300.000000', '100300.003000', '100300.005000', '100300.008000', '100300.011000', '100300.014000', '100300.017000', '100300.020000', '100300.023000', '100300.026000', '100300.029000', '100300.032000', '100300.035000', '100300.037000', '100300.040000', '100300.043000', '100300.046000', '100300.049000', '100300.052000', '100300.055000', '100300.058000', '100300.061000', '100300.063000', '100300.066000', '100300.069000', '100300.072000', '100300.075000', '100319.948000', '100319.951000', '100319.954000', '100319.957000', '100319.960000', '100319.963000', '100319.966000', '100319.968000', '100319.971000', '100319.974000', '100319.977000', '100319.980000', '100319.983000', '100319.986000', '100319.989000', '100319.992000', '100319.994000', '100319.997000', '100320.001000', '100320.004000', '100320.007000', '100320.010000', '100320.013000', '100320.016000', '100320.019000', '100320.031000', '100320.034000', '100320.037000', '100320.040000', '100320.043000', '100320.046000', '100320.048000', '100320.051000', '100320.054000', '100320.057000', '100320.060000', '100320.063000', '100320.068000', '100320.071000', '100320.074000', '100320.077000', '100320.080000', '100320.083000', '100339.949000', '100339.952000', '100339.955000', '100339.958000', '100339.961000', '100339.964000', '100339.967000', '100339.969000', '100339.972000', '100339.975000', '100339.978000', '100339.981000', '100339.984000', '100339.987000', '100339.990000', '100339.993000', '100339.996000', '100339.998000', '100340.001000', '100340.004000', '100340.007000', '100340.010000', '100340.013000', '100340.016000', '100340.019000', '100340.022000', '100340.024000', '100340.027000', '100340.030000', '100340.033000', '100340.036000', '100340.039000', '100340.042000', '100340.045000', '100340.048000', '100340.051000', '100340.054000', '100340.056000', '100340.059000', '100340.062000', '100340.065000', '100340.068000', '100340.071000', '100340.074000', '100359.949000', '100359.952000', '100359.955000', '100359.958000', '100359.961000', '100359.964000', '100359.967000', '100359.970000', '100359.973000', '100359.976000', '100359.979000', '100359.982000', '100359.984000', '100359.987000', '100359.990000', '100400.004000', '100400.007000', '100400.010000', '100400.013000', '100400.015000', '100400.018000', '100400.021000', '100400.024000', '100400.028000', '100400.031000', '100400.034000', '100400.037000', '100400.040000', '100400.043000', '100400.046000', '100400.049000', '100400.052000', '100400.055000', '100400.058000', '100400.061000', '100400.063000', '100400.066000', '100400.069000', '100400.072000', '100400.075000', '100400.078000', '100400.081000', '100400.084000', '100419.949000', '100419.952000', '100419.966000', '100419.969000', '100419.972000', '100419.975000', '100419.978000', '100419.981000', '100419.984000', '100419.987000', '100419.990000', '100419.993000', '100419.996000', '100419.998000', '100420.001000', '100420.004000', '100420.007000', '100420.010000', '100420.013000', '100420.016000', '100420.019000', '100420.022000', '100420.025000', '100420.027000', '100420.030000', '100420.033000', '100420.036000', '100420.039000', '100420.042000', '100420.045000', '100420.048000', '100420.051000', '100420.054000', '100420.056000', '100420.059000', '100420.062000', '100420.065000', '100420.068000', '100420.071000', '100420.074000', '100420.077000', '100420.079000', '100420.082000', '100420.085000', '100439.949000', '100439.952000', '100439.955000', '100439.958000', '100439.961000', '100439.964000', '100439.967000', '100439.969000', '100439.972000', '100439.975000', '100439.978000', '100439.981000', '100439.984000', '100439.987000', '100439.990000', '100439.993000', '100439.995000', '100439.998000', '100440.002000', '100440.005000', '100440.008000', '100440.011000', '100440.014000', '100440.017000', '100440.020000', '100440.023000', '100440.025000', '100440.028000', '100440.031000', '100440.034000', '100440.037000', '100440.040000', '100440.043000', '100440.046000', '100440.049000', '100440.051000', '100440.054000', '100440.057000', '100440.060000', '100440.063000', '100440.066000', '100440.069000', '100440.072000', '100459.949000', '100459.952000', '100459.955000', '100459.958000', '100459.961000', '100459.964000', '100459.967000', '100459.970000', '100459.973000', '100459.976000', '100459.978000', '100459.981000', '100459.984000', '100459.987000', '100459.990000', '100459.993000', '100459.996000', '100500.000000', '100500.003000', '100500.006000', '100500.008000', '100500.011000', '100500.014000', '100500.017000', '100500.020000', '100500.023000', '100500.026000', '100500.028000', '100500.031000', '100500.034000', '100500.037000', '100500.040000', '100500.043000', '100500.046000', '100500.049000', '100500.052000', '100500.055000', '100500.058000', '100500.060000', '100500.063000', '100500.066000', '100500.069000', '100500.072000', '100500.075000', '100519.949000', '100519.952000', '100519.955000', '100519.958000', '100519.961000', '100519.964000', '100519.967000', '100519.970000', '100519.972000', '100519.975000', '100519.978000', '100519.981000', '100519.984000', '100519.987000', '100519.990000', '100519.993000', '100519.996000', '100520.000000', '100520.003000', '100520.006000', '100520.009000', '100520.011000', '100520.014000', '100520.017000', '100520.020000', '100520.023000', '100520.026000', '100520.029000', '100520.032000', '100520.035000', '100520.038000', '100520.041000', '100520.044000', '100520.046000', '100520.049000', '100520.052000', '100520.055000', '100520.058000', '100520.061000', '100520.065000', '100520.068000', '100520.071000', '100520.075000', '100539.948000', '100539.951000', '100539.954000', '100539.957000', '100539.960000', '100539.962000', '100539.965000', '100539.968000', '100539.971000', '100539.974000', '100539.977000', '100539.980000', '100539.983000', '100539.998000', '100540.001000', '100540.004000', '100540.007000', '100540.009000', '100540.012000', '100540.015000', '100540.018000', '100540.021000', '100540.024000', '100540.027000', '100540.029000', '100540.032000', '100540.035000', '100540.038000', '100540.041000', '100540.044000', '100540.047000', '100540.050000', '100540.053000', '100540.056000', '100540.059000', '100540.061000', '100540.064000', '100540.067000', '100540.070000', '100540.073000', '100540.076000', '100540.079000', '100540.082000', '100540.085000', '100559.949000', '100559.952000', '100559.955000', '100559.958000', '100559.961000', '100559.964000', '100559.967000', '100559.970000', '100559.973000', '100559.976000', '100559.979000', '100559.982000', '100559.985000', '100559.988000', '100559.991000', '100559.994000', '100559.996000', '100600.000000', '100600.003000', '100600.006000', '100600.009000', '100600.012000', '100600.015000', '100600.018000', '100600.021000', '100600.024000', '100600.027000', '100600.030000', '100600.032000', '100600.035000', '100600.038000', '100600.041000', '100600.044000', '100600.047000', '100600.050000', '100600.054000', '100600.057000', '100600.060000', '100600.063000', '100600.066000', '100600.069000', '100600.072000', '100600.075000', '100619.949000', '100619.952000', '100619.955000', '100619.958000', '100619.961000', '100619.964000', '100619.966000', '100619.969000', '100619.972000', '100619.975000', '100619.978000', '100619.981000', '100619.984000', '100619.987000', '100619.990000', '100619.993000', '100619.995000', '100619.998000', '100620.002000', '100620.005000', '100620.008000', '100620.011000', '100620.014000', '100620.017000', '100620.020000', '100620.022000', '100620.025000', '100620.028000', '100620.031000', '100620.034000', '100620.037000', '100620.040000', '100620.043000', '100620.045000', '100620.048000', '100620.051000', '100620.054000', '100620.057000', '100620.060000', '100620.063000', '100620.066000', '100620.069000', '100620.072000', '100620.075000', '100639.949000', '100639.952000', '100639.955000', '100639.958000', '100639.961000', '100639.964000', '100639.967000', '100639.970000', '100639.972000', '100639.975000', '100639.978000', '100639.981000', '100639.984000', '100639.987000', '100639.990000', '100639.993000', '100639.996000', '100640.000000', '100640.003000', '100640.006000', '100640.009000', '100640.011000', '100640.014000', '100640.017000', '100640.020000', '100640.023000', '100640.026000', '100640.029000', '100640.032000', '100640.035000', '100640.038000', '100640.041000', '100640.044000', '100640.047000', '100640.050000', '100640.052000', '100640.055000', '100640.058000', '100640.061000', '100640.064000', '100640.067000', '100640.070000', '100640.073000', '100640.696000', '100640.700000'], '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': [9629, 9379, 9390, 8511, 9071, 9964, 8771, 9613, 8653, 8705, 9893, 8356, 9121, 8441, 8999, 9297, 8787, 10138, 9105, 9587, 8464, 9758, 8720, 9536, 12035, 9541, 14373, 9577, 12439, 15177, 10352, 14227, 10791, 9541, 15451, 9790, 13040, 9270, 9577, 8842, 9642, 8790, 9134, 8948, 8906, 9469, 9215, 9514, 9737, 8826, 9809, 8691, 9873, 9400, 9555, 8462, 9402, 8707, 8918, 10063, 8314, 9318, 11416, 8537, 9036, 9707, 8702, 10418, 9041, 9472, 9458, 9368, 14168, 9715, 13299, 15170, 11023, 14927, 9571, 10053, 12451, 9695, 13070, 9063, 9525, 8658, 9438, 8814, 9675, 8556, 9110, 8365, 8774, 8150, 8662, 9315, 8845, 9509, 9243, 8555, 9852, 8349, 9156, 8678, 8979, 10679, 8835, 10479, 9181, 9922, 8701, 9477, 8651, 9269, 10940, 8749, 11884, 8795, 11415, 8690, 9345, 15035, 9619, 11475, 9080, 9474, 9353, 9416, 9954, 9346, 8297, 9388, 8620, 9439, 8591, 9092, 12011, 14291, 9133, 14782, 10998, 9320, 15114, 9246, 11743, 8907, 9587, 8569, 9319, 10760, 9252, 10607, 8892, 10384, 8858, 11658, 8845, 10024, 8632, 9961, 8897, 9439, 11976, 9310, 9386, 14292, 8913, 9460, 10834, 9115, 11102, 8596, 9585, 8970, 9847, 8753, 9438, 8409, 9109, 10412, 9238, 9564, 9097, 9665, 9316, 10495, 8746, 9511, 15029, 10857, 11838, 14157, 10057, 14896, 9293, 10328, 9348, 9825, 8944, 9159, 11135, 9076, 9831, 9224, 9564, 8623, 8911, 8930, 9064, 11590, 9018, 9462, 8825, 9687, 10893, 8934, 10025, 8852, 9623, 8803, 9323, 9503, 9004, 10269, 9045, 12771, 10219, 13826, 8648, 9879, 8750, 9966, 9099, 9636, 11378, 8877, 10108, 8884, 8960, 12254, 8813, 9975, 9112, 9324, 13949, 9281, 12992, 9437, 13808, 10102, 12222, 8841, 9844, 8588, 9531, 8572, 9238, 11893, 9120, 10412, 9095, 9303, 12163, 8948, 9779, 8978, 9492, 11858, 9220, 11026, 8994, 9507, 9148, 9486, 8639, 9131, 11894, 8853, 10012, 8845, 9228, 11373, 8921, 9788, 9061, 9829, 9233, 9530, 8330, 8977, 10290, 8953, 9499, 9441, 9307, 8857, 9408, 9325, 9250, 10409, 9304, 9629, 9105, 9593, 8708, 9798, 9582, 9588, 9658, 9247, 11909, 9058, 10750, 9385, 9806, 11622, 9433, 13840, 9422, 13615, 9188, 11639, 9231, 9408, 8758, 9066, 11307, 9274, 11388, 8985, 9352, 8847, 9890, 9468, 9212, 8525, 9138, 8333, 8689, 9532, 8805, 9462, 8856, 9421, 8322, 8915, 10962, 8668, 9509, 8343, 9084, 13142, 8790, 10309, 9487, 9316, 11808, 8950, 11861, 8941, 10980, 11179, 9441, 16257, 11153, 11616, 8554, 9484, 14773, 9015, 10714, 9365, 9624, 8635, 9318, 9938, 9166, 10053, 8921, 9390, 8707, 9197, 8591, 9690, 9463, 9844, 10025, 9099, 10851, 8791, 9374, 12561, 8919, 13394, 9676, 15042, 14799, 11874, 10337, 9544, 10337, 9328, 10780, 9410, 10655, 9018, 9452, 10329, 9297, 11097, 9059, 9654, 11885, 9220, 10978, 9567, 9667, 8961, 9207, 12491, 9176, 11077, 8957, 9331, 10856, 9338, 10838, 9463, 9404, 9428, 9277, 9402, 8926, 9107, 9472, 9029, 8781, 9269, 9256, 9135, 9593, 8762, 10144, 8819, 9461, 8657, 9486, 9102, 9398, 8794, 9565, 10521, 8985, 10293, 9086, 10579, 8773, 12880, 11591, 12842, 11570, 9529, 15792, 11932, 14718, 13156, 12660, 13387, 10675, 11249, 9205, 8007, 8980, 9159, 8813, 9162, 9405, 9211, 11307, 8998, 10142, 9039, 8746, 8751, 9196, 11897, 9302, 10929, 9317, 8968, 8401, 9452, 11689, 9372, 10516, 9058, 9328, 9256, 9447, 11674, 9069, 11409, 9290, 10778, 9040, 9200, 8677, 9362, 8342, 9143, 9178, 9110, 10065, 8712, 8815, 9080, 9801, 9090, 9425, 9169, 8727, 7849, 8746, 8034, 9006, 9613, 9023, 11455, 9138, 11171, 10747, 9195, 13917, 9375, 13092, 9141, 12479, 13789, 10406, 15291, 11995, 12344, 9167, 8372, 9080, 9525, 8158, 9305, 11381, 9321, 9746, 8799, 10905, 9036, 11023, 8809, 8815, 8889, 9162, 9179, 9489, 11743, 9432, 10997, 9268, 9210, 9177, 9297, 11859, 9136, 11451, 8727, 12388, 9040, 10074, 9056, 8924, 9397, 9242, 12206, 9363, 11497, 9370, 9207, 10053, 9135, 14008, 9230, 9452, 9339, 9556, 11836, 9404, 11053, 9287, 8485, 9334, 8738, 8549, 9523, 8877, 9291, 10811, 9055, 9376, 9384, 9449, 11543, 9134, 11692, 9187, 9195, 9481, 9493, 8449, 9139, 11908, 9065, 9732, 9248, 9386, 9842, 9436, 10284, 8906, 9157, 9229, 9641, 9212, 9070, 8270, 9545, 11624, 9691, 13682, 9201, 12574, 8989, 9473, 10972, 9112, 14006, 9398, 11769, 9254, 9564, 9107, 9690, 9303, 9258, 8924, 9183, 8492, 9426, 8779, 9401, 12496, 9031, 9646, 10191, 9004, 9814, 8890, 9418, 12928, 9280, 8631, 9018, 9088, 8815, 9690, 9592, 9327, 11704, 9326, 10886, 9250, 9654, 11018, 9493, 13595, 9525, 13546, 10572, 11687, 14027, 9574, 12689, 9967, 10064, 13845, 9480, 9931, 15354, 8944, 9378, 13173, 9180, 9657, 9801, 8988, 9764, 9154, 9342, 9010, 9632, 12467, 9025, 9079, 9647, 9202, 10635, 8959, 9360, 9484, 9576, 9391, 9383, 9441, 9888, 9136, 12133, 8958, 10669, 8749, 8653, 8632, 9475, 8061, 8838, 10453, 8818, 9143, 9759, 9038, 9850, 8675, 9287, 8972, 9860, 9814, 10882, 11608, 9989, 8831, 9232, 12061, 8974, 10845, 9387, 9091, 10812, 9442, 13194, 9589, 11060, 9403, 13053, 9164, 12738, 10426, 11288, 15825, 11318, 13333, 9507, 9458, 12750, 9575, 15283, 11342, 14366, 9533, 8518, 9662, 9416, 9479, 9624, 9432, 11563, 9692, 9314, 12700, 9438, 11084, 9119, 9429, 14330, 9428, 9707, 9265, 9430, 9451, 8944, 9499, 9278, 9219, 9369, 9546, 13333, 14683, 14314, 15071, 11643, 9695, 8663, 9349, 8821, 9196, 9485, 9011, 9196, 8843, 9013, 11059, 8757, 9175, 9196, 9084, 10629, 9590, 13704, 10593, 12806, 9176, 9488, 9349, 9639, 9785, 9454, 13721, 9928, 13179, 9404, 9564, 14535, 9693, 14338, 9296, 11266, 13183, 9332, 14585, 9183, 9497, 8810, 9351, 12052, 9327, 9461, 9530, 9466, 9221, 9417, 8488, 9291, 8528, 9233, 9007, 8905, 9216, 9086, 9160, 9573, 8964, 9784, 8820, 9024, 9269, 9501, 9541, 9517], 'WindowCenter': [4306.0, 4282.0, 4279.0, 4269.0, 4266.0, 4276.0, 4266.0, 4277.0, 4269.0, 4270.0, 4290.0, 4269.0, 4279.0, 4269.0, 4280.0, 4278.0, 4281.0, 4300.0, 4281.0, 4290.0, 4271.0, 4291.0, 4268.0, 4278.0, 4307.0, 4276.0, 4318.0, 4274.0, 4307.0, 4314.0, 4276.0, 4313.0, 4285.0, 4263.0, 4312.0, 4263.0, 4292.0, 4252.0, 4262.0, 4253.0, 4261.0, 4252.0, 4276.0, 4267.0, 4279.0, 4289.0, 4280.0, 4290.0, 4290.0, 4280.0, 4288.0, 4266.0, 4276.0, 4275.0, 4276.0, 4258.0, 4278.0, 4269.0, 4278.0, 4291.0, 4268.0, 4291.0, 4310.0, 4279.0, 4281.0, 4279.0, 4270.0, 4299.0, 4279.0, 4288.0, 4279.0, 4278.0, 4319.0, 4277.0, 4316.0, 4314.0, 4274.0, 4314.0, 4252.0, 4263.0, 4282.0, 4261.0, 4290.0, 4251.0, 4261.0, 4253.0, 4264.0, 4266.0, 4289.0, 4267.0, 4280.0, 4269.0, 4281.0, 4268.0, 4282.0, 4293.0, 4290.0, 4290.0, 4293.0, 4282.0, 4291.0, 4283.0, 4291.0, 4280.0, 4282.0, 4301.0, 4281.0, 4303.0, 4291.0, 4292.0, 4282.0, 4292.0, 4271.0, 4290.0, 4300.0, 4280.0, 4311.0, 4281.0, 4310.0, 4269.0, 4281.0, 4329.0, 4281.0, 4299.0, 4278.0, 4291.0, 4291.0, 4292.0, 4290.0, 4291.0, 4272.0, 4290.0, 4281.0, 4291.0, 4268.0, 4279.0, 4310.0, 4318.0, 4267.0, 4318.0, 4286.0, 4276.0, 4327.0, 4266.0, 4296.0, 4266.0, 4263.0, 4254.0, 4266.0, 4287.0, 4280.0, 4288.0, 4278.0, 4289.0, 4270.0, 4298.0, 4268.0, 4275.0, 4255.0, 4276.0, 4265.0, 4265.0, 4297.0, 4267.0, 4265.0, 4315.0, 4266.0, 4277.0, 4285.0, 4265.0, 4282.0, 4254.0, 4275.0, 4266.0, 4277.0, 4266.0, 4277.0, 4269.0, 4266.0, 4287.0, 4278.0, 4276.0, 4279.0, 4279.0, 4281.0, 4289.0, 4266.0, 4278.0, 4317.0, 4276.0, 4284.0, 4303.0, 4263.0, 4303.0, 4251.0, 4261.0, 4252.0, 4262.0, 4252.0, 4265.0, 4284.0, 4266.0, 4277.0, 4278.0, 4277.0, 4266.0, 4278.0, 4267.0, 4267.0, 4299.0, 4268.0, 4277.0, 4269.0, 4278.0, 4297.0, 4279.0, 4279.0, 4268.0, 4279.0, 4267.0, 4278.0, 4278.0, 4279.0, 4287.0, 4279.0, 4311.0, 4289.0, 4319.0, 4265.0, 4277.0, 4268.0, 4277.0, 4268.0, 4290.0, 4300.0, 4279.0, 4287.0, 4269.0, 4280.0, 4308.0, 4269.0, 4277.0, 4264.0, 4277.0, 4316.0, 4276.0, 4306.0, 4278.0, 4318.0, 4279.0, 4309.0, 4264.0, 4277.0, 4256.0, 4264.0, 4254.0, 4266.0, 4298.0, 4276.0, 4289.0, 4266.0, 4278.0, 4298.0, 4266.0, 4275.0, 4253.0, 4264.0, 4284.0, 4264.0, 4285.0, 4266.0, 4276.0, 4266.0, 4278.0, 4268.0, 4279.0, 4298.0, 4268.0, 4289.0, 4268.0, 4278.0, 4297.0, 4267.0, 4278.0, 4265.0, 4278.0, 4267.0, 4276.0, 4256.0, 4268.0, 4276.0, 4266.0, 4278.0, 4277.0, 4280.0, 4281.0, 4291.0, 4280.0, 4280.0, 4301.0, 4280.0, 4279.0, 4266.0, 4277.0, 4266.0, 4289.0, 4278.0, 4279.0, 4279.0, 4279.0, 4299.0, 4270.0, 4287.0, 4266.0, 4276.0, 4285.0, 4265.0, 4304.0, 4267.0, 4307.0, 4267.0, 4286.0, 4264.0, 4266.0, 4254.0, 4267.0, 4285.0, 4266.0, 4296.0, 4267.0, 4279.0, 4268.0, 4288.0, 4279.0, 4279.0, 4269.0, 4278.0, 4258.0, 4269.0, 4278.0, 4280.0, 4291.0, 4283.0, 4293.0, 4282.0, 4292.0, 4313.0, 4283.0, 4291.0, 4270.0, 4282.0, 4321.0, 4271.0, 4301.0, 4290.0, 4290.0, 4310.0, 4279.0, 4310.0, 4279.0, 4300.0, 4297.0, 4278.0, 4338.0, 4297.0, 4299.0, 4253.0, 4263.0, 4315.0, 4264.0, 4274.0, 4264.0, 4274.0, 4265.0, 4277.0, 4288.0, 4278.0, 4286.0, 4280.0, 4279.0, 4280.0, 4281.0, 4281.0, 4289.0, 4289.0, 4302.0, 4290.0, 4283.0, 4302.0, 4269.0, 4280.0, 4308.0, 4267.0, 4316.0, 4277.0, 4328.0, 4314.0, 4294.0, 4275.0, 4264.0, 4274.0, 4264.0, 4286.0, 4263.0, 4284.0, 4265.0, 4277.0, 4276.0, 4266.0, 4285.0, 4253.0, 4265.0, 4295.0, 4265.0, 4284.0, 4266.0, 4265.0, 4253.0, 4265.0, 4294.0, 4265.0, 4285.0, 4252.0, 4264.0, 4273.0, 4264.0, 4274.0, 4264.0, 4265.0, 4263.0, 4263.0, 4263.0, 4265.0, 4265.0, 4275.0, 4266.0, 4266.0, 4278.0, 4279.0, 4280.0, 4277.0, 4281.0, 4289.0, 4282.0, 4293.0, 4282.0, 4290.0, 4283.0, 4291.0, 4271.0, 4291.0, 4301.0, 4295.0, 4301.0, 4294.0, 4315.0, 4295.0, 4333.0, 4311.0, 4319.0, 4300.0, 4277.0, 4328.0, 4295.0, 4316.0, 4296.0, 4295.0, 4307.0, 4288.0, 4284.0, 4251.0, 4228.0, 4252.0, 4250.0, 4254.0, 4264.0, 4267.0, 4277.0, 4297.0, 4282.0, 4288.0, 4268.0, 4267.0, 4254.0, 4265.0, 4296.0, 4265.0, 4285.0, 4265.0, 4265.0, 4254.0, 4275.0, 4297.0, 4267.0, 4284.0, 4254.0, 4263.0, 4264.0, 4265.0, 4282.0, 4254.0, 4284.0, 4267.0, 4273.0, 4254.0, 4264.0, 4252.0, 4263.0, 4244.0, 4277.0, 4266.0, 4270.0, 4290.0, 4267.0, 4279.0, 4278.0, 4290.0, 4280.0, 4281.0, 4279.0, 4269.0, 4261.0, 4268.0, 4261.0, 4280.0, 4288.0, 4280.0, 4313.0, 4292.0, 4313.0, 4300.0, 4294.0, 4319.0, 4279.0, 4309.0, 4267.0, 4297.0, 4307.0, 4276.0, 4318.0, 4284.0, 4295.0, 4254.0, 4244.0, 4251.0, 4264.0, 4243.0, 4266.0, 4296.0, 4266.0, 4277.0, 4267.0, 4290.0, 4270.0, 4299.0, 4269.0, 4257.0, 4265.0, 4265.0, 4265.0, 4278.0, 4299.0, 4279.0, 4298.0, 4279.0, 4279.0, 4279.0, 4280.0, 4298.0, 4279.0, 4299.0, 4267.0, 4294.0, 4269.0, 4277.0, 4266.0, 4266.0, 4264.0, 4267.0, 4294.0, 4267.0, 4286.0, 4268.0, 4266.0, 4276.0, 4267.0, 4305.0, 4265.0, 4264.0, 4264.0, 4267.0, 4286.0, 4266.0, 4285.0, 4266.0, 4266.0, 4276.0, 4269.0, 4268.0, 4280.0, 4267.0, 4278.0, 4287.0, 4268.0, 4279.0, 4268.0, 4278.0, 4296.0, 4267.0, 4297.0, 4266.0, 4267.0, 4276.0, 4276.0, 4257.0, 4279.0, 4299.0, 4279.0, 4291.0, 4282.0, 4293.0, 4290.0, 4282.0, 4287.0, 4279.0, 4279.0, 4279.0, 4280.0, 4279.0, 4281.0, 4270.0, 4279.0, 4299.0, 4276.0, 4306.0, 4268.0, 4298.0, 4255.0, 4268.0, 4284.0, 4265.0, 4305.0, 4266.0, 4297.0, 4265.0, 4265.0, 4254.0, 4275.0, 4267.0, 4278.0, 4268.0, 4279.0, 4270.0, 4279.0, 4269.0, 4279.0, 4307.0, 4268.0, 4279.0, 4288.0, 4268.0, 4278.0, 4267.0, 4279.0, 4307.0, 4264.0, 4258.0, 4267.0, 4255.0, 4267.0, 4279.0, 4278.0, 4281.0, 4309.0, 4282.0, 4301.0, 4279.0, 4278.0, 4286.0, 4264.0, 4307.0, 4264.0, 4306.0, 4275.0, 4296.0, 4306.0, 4266.0, 4294.0, 4264.0, 4263.0, 4293.0, 4262.0, 4263.0, 4315.0, 4253.0, 4264.0, 4294.0, 4265.0, 4264.0, 4262.0, 4252.0, 4262.0, 4263.0, 4265.0, 4278.0, 4290.0, 4306.0, 4268.0, 4267.0, 4276.0, 4278.0, 4290.0, 4269.0, 4281.0, 4280.0, 4289.0, 4279.0, 4277.0, 4289.0, 4291.0, 4291.0, 4321.0, 4279.0, 4290.0, 4267.0, 4268.0, 4269.0, 4290.0, 4257.0, 4280.0, 4300.0, 4282.0, 4292.0, 4292.0, 4292.0, 4302.0, 4282.0, 4292.0, 4280.0, 4302.0, 4291.0, 4302.0, 4311.0, 4291.0, 4268.0, 4278.0, 4295.0, 4266.0, 4288.0, 4279.0, 4269.0, 4289.0, 4292.0, 4334.0, 4291.0, 4298.0, 4277.0, 4305.0, 4268.0, 4307.0, 4286.0, 4297.0, 4326.0, 4285.0, 4308.0, 4263.0, 4262.0, 4294.0, 4263.0, 4312.0, 4274.0, 4302.0, 4263.0, 4251.0, 4264.0, 4263.0, 4266.0, 4264.0, 4268.0, 4295.0, 4266.0, 4266.0, 4293.0, 4254.0, 4284.0, 4240.0, 4252.0, 4301.0, 4250.0, 4252.0, 4253.0, 4262.0, 4264.0, 4265.0, 4277.0, 4278.0, 4278.0, 4279.0, 4291.0, 4322.0, 4319.0, 4307.0, 4318.0, 4286.0, 4263.0, 4243.0, 4262.0, 4251.0, 4267.0, 4265.0, 4267.0, 4279.0, 4269.0, 4280.0, 4298.0, 4268.0, 4278.0, 4278.0, 4267.0, 4286.0, 4278.0, 4317.0, 4289.0, 4297.0, 4266.0, 4267.0, 4267.0, 4267.0, 4267.0, 4267.0, 4306.0, 4267.0, 4295.0, 4254.0, 4264.0, 4305.0, 4253.0, 4303.0, 4252.0, 4274.0, 4292.0, 4253.0, 4302.0, 4253.0, 4261.0, 4250.0, 4251.0, 4281.0, 4252.0, 4264.0, 4263.0, 4263.0, 4264.0, 4264.0, 4255.0, 4267.0, 4265.0, 4267.0, 4265.0, 4269.0, 4280.0, 4267.0, 4281.0, 4289.0, 4280.0, 4292.0, 4282.0, 4281.0, 4280.0, 4280.0, 4280.0, 4289.0], 'WindowWidth': [9536.0, 9494.0, 9483.0, 9466.0, 9463.0, 9473.0, 9460.0, 9476.0, 9465.0, 9469.0, 9498.0, 9469.0, 9481.0, 9467.0, 9484.0, 9479.0, 9486.0, 9513.0, 9487.0, 9500.0, 9473.0, 9501.0, 9466.0, 9478.0, 9515.0, 9472.0, 9530.0, 9467.0, 9513.0, 9521.0, 9471.0, 9518.0, 9480.0, 9449.0, 9513.0, 9447.0, 9485.0, 9431.0, 9445.0, 9436.0, 9446.0, 9436.0, 9472.0, 9462.0, 9480.0, 9495.0, 9482.0, 9496.0, 9497.0, 9482.0, 9491.0, 9460.0, 9473.0, 9470.0, 9472.0, 9450.0, 9478.0, 9465.0, 9480.0, 9500.0, 9467.0, 9500.0, 9525.0, 9483.0, 9487.0, 9481.0, 9469.0, 9508.0, 9481.0, 9492.0, 9480.0, 9479.0, 9535.0, 9475.0, 9526.0, 9521.0, 9464.0, 9517.0, 9431.0, 9445.0, 9468.0, 9443.0, 9481.0, 9429.0, 9443.0, 9435.0, 9452.0, 9459.0, 9492.0, 9463.0, 9484.0, 9470.0, 9488.0, 9466.0, 9489.0, 9505.0, 9500.0, 9500.0, 9506.0, 9492.0, 9502.0, 9493.0, 9503.0, 9485.0, 9490.0, 9512.0, 9486.0, 9517.0, 9501.0, 9502.0, 9489.0, 9502.0, 9472.0, 9498.0, 9512.0, 9485.0, 9526.0, 9488.0, 9525.0, 9469.0, 9486.0, 9546.0, 9484.0, 9506.0, 9478.0, 9502.0, 9502.0, 9505.0, 9499.0, 9500.0, 9477.0, 9501.0, 9490.0, 9500.0, 9466.0, 9480.0, 9525.0, 9531.0, 9460.0, 9529.0, 9484.0, 9472.0, 9541.0, 9458.0, 9494.0, 9455.0, 9450.0, 9438.0, 9458.0, 9487.0, 9481.0, 9490.0, 9479.0, 9494.0, 9469.0, 9505.0, 9464.0, 9467.0, 9441.0, 9470.0, 9452.0, 9456.0, 9500.0, 9457.0, 9457.0, 9522.0, 9460.0, 9477.0, 9482.0, 9455.0, 9473.0, 9439.0, 9467.0, 9457.0, 9473.0, 9460.0, 9477.0, 9466.0, 9460.0, 9487.0, 9475.0, 9472.0, 9480.0, 9477.0, 9484.0, 9493.0, 9459.0, 9475.0, 9526.0, 9467.0, 9478.0, 9500.0, 9446.0, 9498.0, 9427.0, 9441.0, 9429.0, 9445.0, 9432.0, 9454.0, 9478.0, 9457.0, 9473.0, 9477.0, 9474.0, 9460.0, 9477.0, 9461.0, 9462.0, 9505.0, 9465.0, 9476.0, 9466.0, 9478.0, 9503.0, 9479.0, 9481.0, 9465.0, 9478.0, 9461.0, 9479.0, 9478.0, 9480.0, 9490.0, 9481.0, 9523.0, 9494.0, 9532.0, 9457.0, 9472.0, 9462.0, 9472.0, 9464.0, 9496.0, 9508.0, 9480.0, 9492.0, 9466.0, 9483.0, 9519.0, 9465.0, 9475.0, 9453.0, 9472.0, 9524.0, 9471.0, 9513.0, 9477.0, 9528.0, 9476.0, 9518.0, 9452.0, 9471.0, 9441.0, 9451.0, 9437.0, 9457.0, 9500.0, 9472.0, 9494.0, 9460.0, 9477.0, 9502.0, 9458.0, 9469.0, 9435.0, 9451.0, 9477.0, 9451.0, 9481.0, 9457.0, 9469.0, 9457.0, 9477.0, 9463.0, 9481.0, 9503.0, 9464.0, 9493.0, 9463.0, 9476.0, 9499.0, 9461.0, 9475.0, 9456.0, 9475.0, 9459.0, 9472.0, 9445.0, 9463.0, 9472.0, 9459.0, 9475.0, 9474.0, 9482.0, 9484.0, 9500.0, 9483.0, 9484.0, 9515.0, 9483.0, 9478.0, 9460.0, 9472.0, 9460.0, 9492.0, 9476.0, 9481.0, 9481.0, 9481.0, 9506.0, 9467.0, 9488.0, 9457.0, 9471.0, 9480.0, 9454.0, 9505.0, 9456.0, 9511.0, 9457.0, 9482.0, 9453.0, 9456.0, 9439.0, 9460.0, 9481.0, 9458.0, 9499.0, 9460.0, 9477.0, 9463.0, 9489.0, 9477.0, 9477.0, 9466.0, 9476.0, 9448.0, 9467.0, 9476.0, 9483.0, 9501.0, 9491.0, 9507.0, 9492.0, 9508.0, 9533.0, 9493.0, 9501.0, 9469.0, 9488.0, 9539.0, 9473.0, 9512.0, 9498.0, 9498.0, 9524.0, 9484.0, 9525.0, 9482.0, 9510.0, 9503.0, 9478.0, 9559.0, 9501.0, 9502.0, 9436.0, 9449.0, 9519.0, 9451.0, 9466.0, 9453.0, 9467.0, 9456.0, 9478.0, 9494.0, 9479.0, 9488.0, 9481.0, 9481.0, 9487.0, 9485.0, 9487.0, 9494.0, 9494.0, 9516.0, 9498.0, 9490.0, 9515.0, 9468.0, 9484.0, 9517.0, 9462.0, 9526.0, 9473.0, 9543.0, 9520.0, 9493.0, 9465.0, 9451.0, 9464.0, 9451.0, 9480.0, 9450.0, 9480.0, 9455.0, 9473.0, 9471.0, 9457.0, 9481.0, 9437.0, 9454.0, 9494.0, 9452.0, 9479.0, 9454.0, 9455.0, 9438.0, 9456.0, 9492.0, 9454.0, 9481.0, 9433.0, 9451.0, 9461.0, 9451.0, 9464.0, 9451.0, 9455.0, 9450.0, 9451.0, 9450.0, 9454.0, 9454.0, 9469.0, 9458.0, 9458.0, 9477.0, 9480.0, 9483.0, 9477.0, 9485.0, 9496.0, 9490.0, 9506.0, 9492.0, 9496.0, 9490.0, 9501.0, 9472.0, 9499.0, 9513.0, 9511.0, 9517.0, 9513.0, 9540.0, 9515.0, 9562.0, 9527.0, 9538.0, 9508.0, 9473.0, 9542.0, 9494.0, 9522.0, 9495.0, 9493.0, 9514.0, 9488.0, 9479.0, 9430.0, 9396.0, 9428.0, 9426.0, 9437.0, 9454.0, 9459.0, 9476.0, 9502.0, 9488.0, 9491.0, 9464.0, 9460.0, 9439.0, 9455.0, 9495.0, 9454.0, 9481.0, 9453.0, 9455.0, 9439.0, 9470.0, 9499.0, 9459.0, 9480.0, 9437.0, 9450.0, 9450.0, 9455.0, 9473.0, 9438.0, 9479.0, 9456.0, 9460.0, 9437.0, 9449.0, 9432.0, 9447.0, 9423.0, 9474.0, 9458.0, 9467.0, 9494.0, 9463.0, 9481.0, 9480.0, 9497.0, 9483.0, 9485.0, 9480.0, 9466.0, 9457.0, 9464.0, 9457.0, 9484.0, 9493.0, 9486.0, 9532.0, 9504.0, 9534.0, 9512.0, 9506.0, 9535.0, 9479.0, 9519.0, 9459.0, 9499.0, 9510.0, 9468.0, 9525.0, 9477.0, 9492.0, 9437.0, 9421.0, 9429.0, 9448.0, 9422.0, 9456.0, 9495.0, 9458.0, 9472.0, 9462.0, 9493.0, 9468.0, 9505.0, 9465.0, 9444.0, 9454.0, 9454.0, 9452.0, 9476.0, 9504.0, 9479.0, 9504.0, 9480.0, 9479.0, 9478.0, 9480.0, 9502.0, 9477.0, 9503.0, 9460.0, 9493.0, 9463.0, 9471.0, 9457.0, 9458.0, 9451.0, 9459.0, 9492.0, 9459.0, 9484.0, 9463.0, 9458.0, 9469.0, 9459.0, 9507.0, 9452.0, 9450.0, 9449.0, 9456.0, 9480.0, 9455.0, 9480.0, 9456.0, 9457.0, 9472.0, 9464.0, 9463.0, 9480.0, 9461.0, 9477.0, 9488.0, 9461.0, 9479.0, 9462.0, 9475.0, 9497.0, 9461.0, 9500.0, 9458.0, 9460.0, 9469.0, 9470.0, 9445.0, 9479.0, 9506.0, 9481.0, 9500.0, 9488.0, 9504.0, 9496.0, 9487.0, 9489.0, 9480.0, 9481.0, 9480.0, 9483.0, 9482.0, 9485.0, 9469.0, 9480.0, 9503.0, 9471.0, 9511.0, 9461.0, 9502.0, 9440.0, 9460.0, 9478.0, 9455.0, 9507.0, 9458.0, 9498.0, 9452.0, 9452.0, 9438.0, 9468.0, 9460.0, 9477.0, 9464.0, 9480.0, 9469.0, 9480.0, 9468.0, 9481.0, 9516.0, 9464.0, 9480.0, 9490.0, 9464.0, 9477.0, 9460.0, 9479.0, 9513.0, 9453.0, 9447.0, 9457.0, 9439.0, 9461.0, 9480.0, 9476.0, 9486.0, 9520.0, 9487.0, 9512.0, 9478.0, 9475.0, 9483.0, 9452.0, 9510.0, 9453.0, 9510.0, 9466.0, 9496.0, 9510.0, 9455.0, 9491.0, 9450.0, 9446.0, 9484.0, 9442.0, 9447.0, 9516.0, 9434.0, 9451.0, 9490.0, 9452.0, 9451.0, 9445.0, 9432.0, 9446.0, 9448.0, 9457.0, 9480.0, 9497.0, 9512.0, 9462.0, 9460.0, 9473.0, 9478.0, 9493.0, 9467.0, 9483.0, 9483.0, 9496.0, 9483.0, 9478.0, 9495.0, 9498.0, 9500.0, 9540.0, 9481.0, 9496.0, 9462.0, 9463.0, 9467.0, 9496.0, 9452.0, 9486.0, 9513.0, 9490.0, 9506.0, 9506.0, 9506.0, 9519.0, 9492.0, 9503.0, 9487.0, 9516.0, 9500.0, 9517.0, 9528.0, 9499.0, 9464.0, 9477.0, 9495.0, 9457.0, 9489.0, 9477.0, 9466.0, 9492.0, 9502.0, 9561.0, 9501.0, 9505.0, 9476.0, 9510.0, 9462.0, 9513.0, 9483.0, 9500.0, 9538.0, 9483.0, 9514.0, 9449.0, 9446.0, 9490.0, 9446.0, 9511.0, 9461.0, 9498.0, 9446.0, 9430.0, 9449.0, 9447.0, 9457.0, 9452.0, 9463.0, 9497.0, 9456.0, 9458.0, 9489.0, 9437.0, 9476.0, 9414.0, 9430.0, 9495.0, 9426.0, 9430.0, 9433.0, 9447.0, 9452.0, 9454.0, 9474.0, 9477.0, 9481.0, 9481.0, 9501.0, 9542.0, 9533.0, 9511.0, 9525.0, 9478.0, 9445.0, 9419.0, 9446.0, 9429.0, 9458.0, 9453.0, 9461.0, 9480.0, 9466.0, 9484.0, 9506.0, 9467.0, 9479.0, 9477.0, 9461.0, 9483.0, 9475.0, 9527.0, 9491.0, 9499.0, 9456.0, 9458.0, 9458.0, 9457.0, 9456.0, 9459.0, 9508.0, 9457.0, 9494.0, 9437.0, 9449.0, 9505.0, 9433.0, 9500.0, 9430.0, 9460.0, 9484.0, 9432.0, 9498.0, 9432.0, 9443.0, 9427.0, 9429.0, 9468.0, 9432.0, 9449.0, 9447.0, 9448.0, 9451.0, 9451.0, 9442.0, 9458.0, 9457.0, 9460.0, 9457.0, 9466.0, 9481.0, 9462.0, 9485.0, 9495.0, 9485.0, 9502.0, 9488.0, 9487.0, 9482.0, 9481.0, 9482.0, 9495.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.00029973623853211007</td></tr>
<tr><td colspan=3>aqi</td><td>0.019638741192660552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.47061775218143</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1627496441561436</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9749744165786444</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>6211.8584</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08183994962749597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3761467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.403216057457463</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.256192673480902</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6404073915932367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3130481072982487</td></tr>
<tr><td colspan=3>gcor</td><td>0.00877636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009797073900699615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04695334658026695</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.837447546048038</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.323</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4704</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4767</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297535.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1018.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.1136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9393</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.7045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.2597</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.3294</td></tr>
<tr><td colspan=3>tsnr</td><td>36.41119314136449</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>