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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0130_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8e97f859158ef5f71651af13c3ea561e</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:31.982500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0801166</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>053cdb23-aaa1-4e04-b292-d0c82e8fe902||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['095931.982500', '095932.442500', '095932.902500', '095933.362500', '095933.822500', '095934.282500', '095934.742500', '095935.202500', '095935.662500', '095936.122500', '095936.582500', '095937.042500', '095937.502500', '095937.962500', '095938.422500', '095938.882500', '095939.342500', '095939.802500', '095940.262500', '095940.722500', '095941.182500', '095941.642500', '095942.102500', '095942.562500', '095943.022500', '095943.482500', '095943.942500', '095944.402500', '095944.862500', '095945.322500', '095945.782500', '095946.242500', '095946.702500', '095947.162500', '095947.622500', '095948.082500', '095948.542500', '095949.002500', '095949.462500', '095949.922500', '095950.382500', '095950.842500', '095951.302500', '095951.762500', '095952.222500', '095952.682500', '095953.142500', '095953.602500', '095954.062500', '095954.522500', '095954.982500', '095955.442500', '095955.902500', '095956.362500', '095956.822500', '095957.282500', '095957.742500', '095958.202500', '095958.662500', '095959.122500', '095959.582500', '100000.042500', '100000.502500', '100000.962500', '100001.422500', '100001.882500', '100002.342500', '100002.802500', '100003.262500', '100003.722500', '100004.182500', '100004.642500', '100005.102500', '100005.562500', '100006.022500', '100006.482500', '100006.942500', '100007.402500', '100007.862500', '100008.322500', '100008.782500', '100009.242500', '100009.702500', '100010.162500', '100010.622500', '100011.082500', '100011.542500', '100012.002500', '100012.462500', '100012.922500', '100013.382500', '100013.842500', '100014.302500', '100014.762500', '100015.222500', '100015.682500', '100016.142500', '100016.602500', '100017.062500', '100017.522500', '100017.982500', '100018.442500', '100018.902500', '100019.362500', '100019.822500', '100020.282500', '100020.742500', '100021.202500', '100021.662500', '100022.122500', '100022.582500', '100023.042500', '100023.502500', '100023.962500', '100024.422500', '100024.882500', '100025.342500', '100025.802500', '100026.262500', '100026.722500', '100027.182500', '100027.642500', '100028.102500', '100028.562500', '100029.022500', '100029.482500', '100029.942500', '100030.402500', '100030.862500', '100031.322500', '100031.782500', '100032.242500', '100032.702500', '100033.162500', '100033.622500', '100034.082500', '100034.542500', '100035.002500', '100035.462500', '100035.922500', '100036.382500', '100036.842500', '100037.302500', '100037.762500', '100038.222500', '100038.682500', '100039.142500', '100039.602500', '100040.062500', '100040.522500', '100040.982500', '100041.442500', '100041.902500', '100042.362500', '100042.822500', '100043.282500', '100043.742500', '100044.202500', '100044.662500', '100045.122500', '100045.582500', '100046.042500', '100046.502500', '100046.962500', '100047.422500', '100047.882500', '100048.342500', '100048.802500', '100049.262500', '100049.722500', '100050.182500', '100050.642500', '100051.102500', '100051.562500', '100052.022500', '100052.482500', '100052.942500', '100053.402500', '100053.862500', '100054.322500', '100054.782500', '100055.242500', '100055.702500', '100056.162500', '100056.622500', '100057.082500', '100057.542500', '100058.002500', '100058.462500', '100058.922500', '100059.382500', '100059.842500', '100100.302500', '100100.762500', '100101.222500', '100101.682500', '100102.142500', '100102.602500', '100103.062500', '100103.522500', '100103.982500', '100104.442500', '100104.902500', '100105.362500', '100105.822500', '100106.282500', '100106.742500', '100107.202500', '100107.662500', '100108.122500', '100108.582500', '100109.042500', '100109.502500', '100109.962500', '100110.422500', '100110.882500', '100111.342500', '100111.802500', '100112.262500', '100112.722500', '100113.182500', '100113.642500', '100114.102500', '100114.562500', '100115.022500', '100115.482500', '100115.942500', '100116.402500', '100116.862500', '100117.322500', '100117.782500', '100118.242500', '100118.702500', '100119.162500', '100119.622500', '100120.082500', '100120.542500', '100121.002500', '100121.462500', '100121.922500', '100122.382500', '100122.842500', '100123.302500', '100123.762500', '100124.222500', '100124.682500', '100125.142500', '100125.602500', '100126.062500', '100126.522500', '100126.982500', '100127.442500', '100127.902500', '100128.362500', '100128.822500', '100129.282500', '100129.742500', '100130.202500', '100130.662500', '100131.122500', '100131.582500', '100132.042500', '100132.502500', '100132.962500', '100133.422500', '100133.882500', '100134.342500', '100134.802500', '100135.262500', '100135.722500', '100136.182500', '100136.642500', '100137.102500', '100137.562500', '100138.022500', '100138.482500', '100138.942500', '100139.402500', '100139.862500', '100140.322500', '100140.782500', '100141.242500', '100141.702500', '100142.162500', '100142.622500', '100143.082500', '100143.542500', '100144.002500', '100144.462500', '100144.922500', '100145.382500', '100145.842500', '100146.302500', '100146.762500', '100147.222500', '100147.682500', '100148.142500', '100148.602500', '100149.062500', '100149.522500', '100149.982500', '100150.442500', '100150.902500', '100151.362500', '100151.822500', '100152.282500', '100152.742500', '100153.202500', '100153.662500', '100154.122500', '100154.582500', '100155.042500', '100155.502500', '100155.962500', '100156.422500', '100156.882500', '100157.342500', '100157.802500', '100158.262500', '100158.722500', '100159.182500', '100159.642500', '100200.102500', '100200.562500', '100201.022500', '100201.482500', '100201.942500', '100202.402500', '100202.862500', '100203.322500', '100203.782500', '100204.242500', '100204.702500', '100205.162500', '100205.622500', '100206.082500', '100206.542500', '100207.002500', '100207.462500', '100207.922500', '100208.382500', '100208.842500', '100209.302500', '100209.762500', '100210.222500', '100210.682500', '100211.142500', '100211.602500', '100212.062500', '100212.522500', '100212.982500', '100213.442500', '100213.902500', '100214.362500', '100214.822500', '100215.282500', '100215.742500', '100216.202500', '100216.662500', '100217.122500', '100217.582500', '100218.042500', '100218.502500', '100218.962500', '100219.422500', '100219.882500', '100220.342500', '100220.802500', '100221.262500', '100221.722500', '100222.182500', '100222.642500', '100223.102500', '100223.562500', '100224.022500', '100224.482500', '100224.942500', '100225.402500', '100225.862500', '100226.322500', '100226.782500', '100227.242500', '100227.702500', '100228.162500', '100228.622500', '100229.082500', '100229.542500', '100230.002500', '100230.462500', '100230.922500', '100231.382500', '100231.842500', '100232.302500', '100232.762500', '100233.222500', '100233.682500', '100234.142500', '100234.602500', '100235.062500', '100235.522500', '100235.982500', '100236.442500', '100236.902500', '100237.362500', '100237.822500', '100238.282500', '100238.742500', '100239.202500', '100239.662500', '100240.122500', '100240.582500', '100241.042500', '100241.502500', '100241.962500', '100242.422500', '100242.882500', '100243.342500', '100243.802500', '100244.262500', '100244.722500', '100245.182500', '100245.642500', '100246.102500', '100246.562500', '100247.022500', '100247.482500', '100247.942500', '100248.402500', '100248.862500', '100249.322500', '100249.782500', '100250.242500', '100250.702500', '100251.162500', '100251.622500', '100252.082500', '100252.542500', '100253.002500', '100253.462500', '100253.922500', '100254.382500', '100254.842500', '100255.302500', '100255.762500', '100256.222500', '100256.682500', '100257.142500', '100257.602500', '100258.062500', '100258.522500', '100258.982500', '100259.442500', '100259.902500', '100300.362500', '100300.822500', '100301.282500', '100301.742500', '100302.202500', '100302.662500', '100303.122500', '100303.582500', '100304.042500', '100304.502500', '100304.962500', '100305.422500', '100305.882500', '100306.342500', '100306.802500', '100307.262500', '100307.722500', '100308.182500', '100308.642500', '100309.102500', '100309.562500', '100310.022500', '100310.482500', '100310.942500', '100311.402500', '100311.862500', '100312.322500', '100312.782500', '100313.242500', '100313.702500', '100314.162500', '100314.622500', '100315.082500', '100315.542500', '100316.002500', '100316.462500', '100316.922500', '100317.382500', '100317.842500', '100318.302500', '100318.762500', '100319.222500', '100319.682500', '100320.142500', '100320.602500', '100321.062500', '100321.522500', '100321.982500', '100322.442500', '100322.902500', '100323.362500', '100323.822500', '100324.282500', '100324.742500', '100325.202500', '100325.662500', '100326.122500', '100326.582500', '100327.042500', '100327.502500', '100327.962500', '100328.422500', '100328.882500', '100329.342500', '100329.802500', '100330.262500', '100330.722500', '100331.182500', '100331.642500', '100332.102500', '100332.562500', '100333.022500', '100333.482500', '100333.942500', '100334.402500', '100334.862500', '100335.322500', '100335.782500', '100336.242500', '100336.702500', '100337.162500', '100337.622500', '100338.082500', '100338.542500', '100339.002500', '100339.462500', '100339.922500', '100340.382500', '100340.842500', '100341.302500', '100341.762500', '100342.222500', '100342.682500', '100343.142500', '100343.602500', '100344.062500', '100344.522500', '100344.982500', '100345.442500', '100345.902500', '100346.362500', '100346.822500', '100347.282500', '100347.742500', '100348.202500', '100348.662500', '100349.122500', '100349.582500', '100350.042500', '100350.502500', '100350.962500', '100351.422500', '100351.882500', '100352.342500', '100352.802500', '100353.262500', '100353.722500', '100354.182500', '100354.642500', '100355.102500', '100355.562500', '100356.022500', '100356.482500', '100356.942500', '100357.402500', '100357.862500', '100358.322500', '100358.782500', '100359.242500', '100359.702500', '100400.162500', '100400.622500', '100401.082500', '100401.542500', '100402.002500', '100402.462500', '100402.922500', '100403.382500', '100403.842500', '100404.302500', '100404.762500', '100405.222500', '100405.682500', '100406.142500', '100406.602500', '100407.062500', '100407.522500', '100407.982500', '100408.442500', '100408.902500', '100409.362500', '100409.822500', '100410.282500', '100410.742500', '100411.202500', '100411.662500', '100412.122500', '100412.582500', '100413.042500', '100413.502500', '100413.962500', '100414.422500', '100414.882500', '100415.342500', '100415.802500', '100416.262500', '100416.722500', '100417.182500', '100417.642500', '100418.102500', '100418.562500', '100419.022500', '100419.482500', '100419.942500', '100420.402500', '100420.862500', '100421.322500', '100421.782500', '100422.242500', '100422.702500', '100423.162500', '100423.622500', '100424.082500', '100424.542500', '100425.002500', '100425.462500', '100425.922500', '100426.382500', '100426.842500', '100427.302500', '100427.762500', '100428.222500', '100428.682500', '100429.142500', '100429.602500', '100430.062500', '100430.522500', '100430.982500', '100431.442500', '100431.902500', '100432.362500', '100432.822500', '100433.282500', '100433.742500', '100434.202500', '100434.662500', '100435.122500', '100435.582500', '100436.042500', '100436.502500', '100436.962500', '100437.422500', '100437.882500', '100438.342500', '100438.802500', '100439.262500', '100439.722500', '100440.182500', '100440.642500', '100441.102500', '100441.562500', '100442.022500', '100442.482500', '100442.942500', '100443.402500', '100443.862500', '100444.322500', '100444.782500', '100445.242500', '100445.702500', '100446.162500', '100446.622500', '100447.082500', '100447.542500', '100448.002500', '100448.462500', '100448.922500', '100449.382500', '100449.842500', '100450.302500', '100450.762500', '100451.222500', '100451.682500', '100452.142500', '100452.602500', '100453.062500', '100453.522500', '100453.982500', '100454.442500', '100454.902500', '100455.362500', '100455.822500', '100456.282500', '100456.742500', '100457.202500', '100457.662500', '100458.122500', '100458.582500', '100459.042500', '100459.502500', '100459.962500', '100500.422500', '100500.882500', '100501.342500', '100501.802500', '100502.262500', '100502.722500', '100503.182500', '100503.642500', '100504.102500', '100504.562500', '100505.022500', '100505.482500', '100505.942500', '100506.402500', '100506.862500', '100507.322500', '100507.782500', '100508.242500', '100508.702500', '100509.162500', '100509.622500', '100510.082500', '100510.542500', '100511.002500', '100511.462500', '100511.922500', '100512.382500', '100512.842500', '100513.302500', '100513.762500', '100514.222500', '100514.682500', '100515.142500', '100515.602500', '100516.062500', '100516.522500', '100516.982500', '100517.442500', '100517.902500', '100518.362500', '100518.822500', '100519.282500', '100519.742500', '100520.202500', '100520.662500', '100521.122500', '100521.582500', '100522.042500', '100522.502500', '100522.962500', '100523.422500', '100523.882500', '100524.342500', '100524.802500', '100525.262500', '100525.722500', '100526.182500', '100526.642500', '100527.102500', '100527.562500', '100528.022500', '100528.482500', '100528.942500', '100529.402500', '100529.862500', '100530.322500', '100530.782500', '100531.242500', '100531.702500', '100532.162500', '100532.622500', '100533.082500', '100533.542500', '100534.002500', '100534.462500', '100534.922500', '100535.382500', '100535.842500', '100536.302500', '100536.762500', '100537.222500', '100537.682500', '100538.142500', '100538.602500', '100539.062500', '100539.522500', '100539.982500', '100540.442500', '100540.902500', '100541.362500', '100541.822500', '100542.282500', '100542.742500', '100543.202500', '100543.662500', '100544.122500', '100544.582500', '100545.042500', '100545.502500', '100545.962500', '100546.422500', '100546.882500', '100547.342500', '100547.802500', '100548.262500', '100548.722500', '100549.182500', '100549.642500', '100550.102500', '100550.562500', '100551.022500', '100551.482500', '100551.942500', '100552.402500', '100552.862500', '100553.322500', '100553.782500', '100554.242500', '100554.702500', '100555.162500', '100555.622500', '100556.082500', '100556.542500', '100557.002500', '100557.462500', '100557.922500', '100558.382500', '100558.842500', '100559.302500', '100559.762500', '100600.222500', '100600.682500', '100601.142500', '100601.602500', '100602.062500', '100602.522500', '100602.982500', '100603.442500', '100603.902500', '100604.362500', '100604.822500', '100605.282500', '100605.742500', '100606.202500', '100606.662500', '100607.122500', '100607.582500', '100608.042500', '100608.502500', '100608.962500', '100609.422500', '100609.882500', '100610.342500', '100610.802500', '100611.262500', '100611.722500', '100612.182500', '100612.642500'], 'ContentTime': ['100001.544000', '100001.547000', '100001.550000', '100001.553000', '100001.555000', '100001.558000', '100001.561000', '100001.571000', '100001.573000', '100001.576000', '100001.579000', '100001.581000', '100001.584000', '100001.586000', '100001.589000', '100001.592000', '100001.594000', '100001.597000', '100001.599000', '100001.602000', '100001.604000', '100001.607000', '100001.609000', '100001.612000', '100001.615000', '100001.617000', '100001.620000', '100001.645000', '100001.648000', '100001.651000', '100001.653000', '100001.656000', '100001.659000', '100001.661000', '100001.664000', '100001.667000', '100001.669000', '100001.672000', '100001.674000', '100001.677000', '100001.680000', '100001.683000', '100001.685000', '100001.688000', '100001.690000', '100001.693000', '100001.696000', '100001.698000', '100001.701000', '100001.703000', '100001.710000', '100001.713000', '100001.715000', '100001.718000', '100001.721000', '100001.723000', '100001.726000', '100001.728000', '100001.731000', '100001.733000', '100001.736000', '100021.492000', '100021.495000', '100021.498000', '100021.500000', '100021.503000', '100021.505000', '100021.508000', '100021.510000', '100021.513000', '100021.516000', '100021.518000', '100021.521000', '100021.523000', '100021.526000', '100021.528000', '100021.531000', '100021.533000', '100021.536000', '100021.538000', '100021.541000', '100021.544000', '100021.546000', '100021.549000', '100021.551000', '100021.554000', '100021.556000', '100021.559000', '100021.561000', '100021.564000', '100021.566000', '100021.569000', '100021.571000', '100021.574000', '100021.577000', '100021.579000', '100021.582000', '100021.584000', '100021.587000', '100021.589000', '100021.592000', '100021.602000', '100021.604000', '100021.607000', '100021.609000', '100041.492000', '100041.495000', '100041.498000', '100041.500000', '100041.503000', '100041.505000', '100041.508000', '100041.510000', '100041.513000', '100041.516000', '100041.518000', '100041.521000', '100041.523000', '100041.526000', '100041.528000', '100041.531000', '100041.534000', '100041.536000', '100041.539000', '100041.541000', '100041.544000', '100041.547000', '100041.549000', '100041.552000', '100041.554000', '100041.557000', '100041.559000', '100041.562000', '100041.564000', '100041.567000', '100041.570000', '100041.572000', '100041.575000', '100041.577000', '100041.580000', '100041.582000', '100041.585000', '100041.588000', '100041.590000', '100041.593000', '100041.595000', '100041.598000', '100041.600000', '100101.492000', '100101.495000', '100101.498000', '100101.500000', '100101.503000', '100101.505000', '100101.508000', '100101.511000', '100101.513000', '100101.516000', '100101.518000', '100101.521000', '100101.523000', '100101.526000', '100101.528000', '100101.531000', '100101.534000', '100101.536000', '100101.539000', '100101.541000', '100101.544000', '100101.547000', '100101.549000', '100101.552000', '100101.554000', '100101.557000', '100101.559000', '100101.562000', '100101.564000', '100101.567000', '100101.569000', '100101.572000', '100101.574000', '100101.577000', '100101.580000', '100101.582000', '100101.585000', '100101.587000', '100101.590000', '100101.593000', '100101.595000', '100101.598000', '100101.600000', '100101.603000', '100121.493000', '100121.495000', '100121.498000', '100121.500000', '100121.503000', '100121.506000', '100121.508000', '100121.511000', '100121.513000', '100121.516000', '100121.519000', '100121.521000', '100121.524000', '100121.526000', '100121.529000', '100121.531000', '100121.534000', '100121.537000', '100121.539000', '100121.542000', '100121.544000', '100121.547000', '100121.549000', '100121.552000', '100121.554000', '100121.557000', '100121.560000', '100121.562000', '100121.565000', '100121.567000', '100121.570000', '100121.572000', '100121.575000', '100121.578000', '100121.580000', '100121.583000', '100121.585000', '100121.588000', '100121.590000', '100121.593000', '100121.595000', '100121.598000', '100121.601000', '100141.491000', '100141.494000', '100141.497000', '100141.499000', '100141.502000', '100141.525000', '100141.528000', '100141.530000', '100141.533000', '100141.535000', '100141.538000', '100141.541000', '100141.543000', '100141.546000', '100141.548000', '100141.551000', '100141.553000', '100141.556000', '100141.558000', '100141.561000', '100141.563000', '100141.566000', '100141.569000', '100141.571000', '100141.574000', '100141.576000', '100141.579000', '100141.581000', '100141.584000', '100141.586000', '100141.589000', '100141.592000', '100141.594000', '100141.597000', '100141.599000', '100141.602000', '100141.604000', '100141.607000', '100141.609000', '100141.612000', '100141.615000', '100141.617000', '100141.620000', '100141.622000', '100201.492000', '100201.494000', '100201.497000', '100201.500000', '100201.502000', '100201.505000', '100201.507000', '100201.510000', '100201.512000', '100201.515000', '100201.517000', '100201.520000', '100201.523000', '100201.525000', '100201.528000', '100201.530000', '100201.533000', '100201.535000', '100201.538000', '100201.541000', '100201.543000', '100201.546000', '100201.548000', '100201.551000', '100201.553000', '100201.556000', '100201.558000', '100201.561000', '100201.563000', '100201.566000', '100201.568000', '100201.571000', '100201.574000', '100201.576000', '100201.579000', '100201.581000', '100201.584000', '100201.586000', '100201.589000', '100201.592000', '100201.594000', '100201.597000', '100201.599000', '100221.493000', '100221.495000', '100221.498000', '100221.501000', '100221.503000', '100221.506000', '100221.508000', '100221.511000', '100221.513000', '100221.516000', '100221.518000', '100221.521000', '100221.524000', '100221.526000', '100221.529000', '100221.531000', '100221.534000', '100221.537000', '100221.539000', '100221.542000', '100221.544000', '100221.547000', '100221.550000', '100221.552000', '100221.555000', '100221.557000', '100221.560000', '100221.563000', '100221.565000', '100221.590000', '100221.592000', '100221.595000', '100221.598000', '100221.600000', '100221.603000', '100221.605000', '100221.608000', '100221.610000', '100221.613000', '100221.615000', '100221.618000', '100221.621000', '100221.623000', '100221.626000', '100241.492000', '100241.495000', '100241.498000', '100241.500000', '100241.503000', '100241.505000', '100241.508000', '100241.510000', '100241.513000', '100241.516000', '100241.518000', '100241.521000', '100241.523000', '100241.526000', '100241.528000', '100241.531000', '100241.533000', '100241.536000', '100241.539000', '100241.541000', '100241.544000', '100241.546000', '100241.549000', '100241.551000', '100241.554000', '100241.556000', '100241.559000', '100241.561000', '100241.564000', '100241.567000', '100241.569000', '100241.572000', '100241.574000', '100241.577000', '100241.579000', '100241.582000', '100241.584000', '100241.587000', '100241.590000', '100241.592000', '100241.595000', '100241.597000', '100241.600000', '100301.493000', '100301.495000', '100301.498000', '100301.501000', '100301.503000', '100301.506000', '100301.508000', '100301.511000', '100301.513000', '100301.516000', '100301.518000', '100301.521000', '100301.524000', '100301.526000', '100301.529000', '100301.531000', '100301.534000', '100301.536000', '100301.539000', '100301.542000', '100301.544000', '100301.547000', '100301.549000', '100301.552000', '100301.554000', '100301.557000', '100301.559000', '100301.562000', '100301.564000', '100301.567000', '100301.570000', '100301.572000', '100301.575000', '100301.577000', '100301.580000', '100301.582000', '100301.585000', '100301.587000', '100301.590000', '100301.593000', '100301.595000', '100301.598000', '100301.600000', '100301.603000', '100321.492000', '100321.495000', '100321.498000', '100321.500000', '100321.503000', '100321.506000', '100321.508000', '100321.511000', '100321.513000', '100321.516000', '100321.518000', '100321.521000', '100321.523000', '100321.526000', '100321.529000', '100321.531000', '100321.534000', '100321.536000', '100321.539000', '100321.541000', '100321.544000', '100321.546000', '100321.549000', '100321.551000', '100321.554000', '100321.557000', '100321.559000', '100321.562000', '100321.564000', '100321.567000', '100321.570000', '100321.572000', '100321.575000', '100321.577000', '100321.580000', '100321.582000', '100321.585000', '100321.587000', '100321.590000', '100321.593000', '100321.595000', '100321.598000', '100321.600000', '100341.492000', '100341.495000', '100341.498000', '100341.500000', '100341.503000', '100341.506000', '100341.509000', '100341.511000', '100341.514000', '100341.516000', '100341.519000', '100341.521000', '100341.524000', '100341.527000', '100341.529000', '100341.532000', '100341.534000', '100341.537000', '100341.539000', '100341.542000', '100341.544000', '100341.547000', '100341.549000', '100341.552000', '100341.555000', '100341.557000', '100341.560000', '100341.563000', '100341.565000', '100341.568000', '100341.570000', '100341.573000', '100341.575000', '100341.578000', '100341.580000', '100341.583000', '100341.585000', '100341.588000', '100341.591000', '100341.593000', '100341.596000', '100341.598000', '100341.601000', '100341.604000', '100401.492000', '100401.494000', '100401.497000', '100401.499000', '100401.502000', '100401.505000', '100401.507000', '100401.510000', '100401.512000', '100401.515000', '100401.517000', '100401.520000', '100401.522000', '100401.525000', '100401.528000', '100401.530000', '100401.533000', '100401.535000', '100401.538000', '100401.540000', '100401.543000', '100401.545000', '100401.548000', '100401.550000', '100401.553000', '100401.556000', '100401.558000', '100401.561000', '100401.563000', '100401.566000', '100401.568000', '100401.571000', '100401.573000', '100401.576000', '100401.579000', '100401.581000', '100401.584000', '100401.586000', '100401.589000', '100401.591000', '100401.594000', '100401.597000', '100401.599000', '100421.491000', '100421.494000', '100421.497000', '100421.499000', '100421.502000', '100421.504000', '100421.507000', '100421.509000', '100421.512000', '100421.515000', '100421.517000', '100421.520000', '100421.522000', '100421.525000', '100421.527000', '100421.530000', '100421.533000', '100421.535000', '100421.538000', '100421.540000', '100421.543000', '100421.545000', '100421.548000', '100421.551000', '100421.553000', '100421.556000', '100421.558000', '100421.561000', '100421.563000', '100421.566000', '100421.569000', '100421.571000', '100421.574000', '100421.576000', '100421.579000', '100421.582000', '100421.584000', '100421.587000', '100421.589000', '100421.592000', '100421.595000', '100421.598000', '100421.601000', '100441.493000', '100441.495000', '100441.498000', '100441.500000', '100441.503000', '100441.506000', '100441.508000', '100441.511000', '100441.513000', '100441.516000', '100441.518000', '100441.521000', '100441.524000', '100441.526000', '100441.529000', '100441.531000', '100441.534000', '100441.537000', '100441.539000', '100441.542000', '100441.544000', '100441.547000', '100441.549000', '100441.552000', '100441.555000', '100441.557000', '100441.568000', '100441.570000', '100441.573000', '100441.575000', '100441.578000', '100441.581000', '100441.583000', '100441.586000', '100441.588000', '100441.591000', '100441.594000', '100441.596000', '100441.599000', '100441.601000', '100441.604000', '100441.607000', '100441.609000', '100441.612000', '100501.493000', '100501.495000', '100501.498000', '100501.500000', '100501.503000', '100501.506000', '100501.508000', '100501.511000', '100501.513000', '100501.516000', '100501.519000', '100501.521000', '100501.524000', '100501.526000', '100501.529000', '100501.532000', '100501.534000', '100501.537000', '100501.540000', '100501.542000', '100501.545000', '100501.548000', '100501.551000', '100501.554000', '100501.556000', '100501.564000', '100501.567000', '100501.569000', '100501.572000', '100501.574000', '100501.577000', '100501.579000', '100501.582000', '100501.585000', '100501.587000', '100501.590000', '100501.592000', '100501.595000', '100501.598000', '100501.600000', '100501.603000', '100501.606000', '100501.608000', '100521.492000', '100521.495000', '100521.498000', '100521.501000', '100521.503000', '100521.506000', '100521.508000', '100521.511000', '100521.514000', '100521.516000', '100521.519000', '100521.521000', '100521.524000', '100521.526000', '100521.529000', '100521.532000', '100521.534000', '100521.537000', '100521.539000', '100521.542000', '100521.544000', '100521.547000', '100521.550000', '100521.552000', '100521.555000', '100521.557000', '100521.560000', '100521.562000', '100521.565000', '100521.568000', '100521.570000', '100521.573000', '100521.575000', '100521.578000', '100521.580000', '100521.583000', '100521.586000', '100521.588000', '100521.591000', '100521.593000', '100521.596000', '100521.599000', '100521.601000', '100521.604000', '100541.493000', '100541.495000', '100541.498000', '100541.502000', '100541.505000', '100541.507000', '100541.510000', '100541.512000', '100541.515000', '100541.518000', '100541.520000', '100541.523000', '100541.525000', '100541.528000', '100541.530000', '100541.533000', '100541.536000', '100541.538000', '100541.541000', '100541.544000', '100541.547000', '100541.550000', '100541.553000', '100541.556000', '100541.558000', '100541.561000', '100541.563000', '100541.566000', '100541.568000', '100541.571000', '100541.573000', '100541.576000', '100541.579000', '100541.581000', '100541.584000', '100541.586000', '100541.589000', '100541.591000', '100541.594000', '100541.597000', '100541.599000', '100541.602000', '100541.604000', '100601.493000', '100601.495000', '100601.498000', '100601.500000', '100601.503000', '100601.506000', '100601.508000', '100601.511000', '100601.513000', '100601.516000', '100601.518000', '100601.521000', '100601.523000', '100601.526000', '100601.529000', '100601.531000', '100601.534000', '100601.536000', '100601.539000', '100601.541000', '100601.544000', '100601.546000', '100601.549000', '100601.552000', '100601.554000', '100601.557000', '100601.559000', '100601.562000', '100601.564000', '100601.567000', '100601.570000', '100601.572000', '100601.575000', '100601.577000', '100601.580000', '100601.582000', '100601.585000', '100601.601000', '100601.603000', '100601.606000', '100601.608000', '100601.611000', '100601.614000', '100601.616000', '100614.168000', '100614.171000', '100614.174000', '100614.177000', '100614.179000', '100614.182000', '100614.184000', '100614.187000', '100614.191000', '100614.193000', '100614.196000', '100614.199000', '100614.207000', '100614.216000', '100614.219000', '100614.222000', '100614.225000', '100614.228000', '100614.231000', '100614.234000', '100614.237000', '100614.240000', '100614.243000', '100614.245000', '100614.248000', '100614.251000', '100614.254000', '100614.257000'], 'InstanceCreationTime': ['100001.544000', '100001.547000', '100001.550000', '100001.553000', '100001.555000', '100001.558000', '100001.561000', '100001.571000', '100001.573000', '100001.576000', '100001.579000', '100001.581000', '100001.584000', '100001.586000', '100001.589000', '100001.592000', '100001.594000', '100001.597000', '100001.599000', '100001.602000', '100001.604000', '100001.607000', '100001.609000', '100001.612000', '100001.615000', '100001.617000', '100001.620000', '100001.645000', '100001.648000', '100001.651000', '100001.653000', '100001.656000', '100001.659000', '100001.661000', '100001.664000', '100001.667000', '100001.669000', '100001.672000', '100001.674000', '100001.677000', '100001.680000', '100001.683000', '100001.685000', '100001.688000', '100001.690000', '100001.693000', '100001.696000', '100001.698000', '100001.701000', '100001.703000', '100001.710000', '100001.713000', '100001.715000', '100001.718000', '100001.721000', '100001.723000', '100001.726000', '100001.728000', '100001.731000', '100001.733000', '100001.736000', '100021.492000', '100021.495000', '100021.498000', '100021.500000', '100021.503000', '100021.505000', '100021.508000', '100021.510000', '100021.513000', '100021.516000', '100021.518000', '100021.521000', '100021.523000', '100021.526000', '100021.528000', '100021.531000', '100021.533000', '100021.536000', '100021.538000', '100021.541000', '100021.544000', '100021.546000', '100021.549000', '100021.551000', '100021.554000', '100021.556000', '100021.559000', '100021.561000', '100021.564000', '100021.566000', '100021.569000', '100021.571000', '100021.574000', '100021.577000', '100021.579000', '100021.582000', '100021.584000', '100021.587000', '100021.589000', '100021.592000', '100021.602000', '100021.604000', '100021.607000', '100021.609000', '100041.492000', '100041.495000', '100041.498000', '100041.500000', '100041.503000', '100041.505000', '100041.508000', '100041.510000', '100041.513000', '100041.516000', '100041.518000', '100041.521000', '100041.523000', '100041.526000', '100041.528000', '100041.531000', '100041.534000', '100041.536000', '100041.539000', '100041.541000', '100041.544000', '100041.547000', '100041.549000', '100041.552000', '100041.554000', '100041.557000', '100041.559000', '100041.562000', '100041.564000', '100041.567000', '100041.570000', '100041.572000', '100041.575000', '100041.577000', '100041.580000', '100041.582000', '100041.585000', '100041.588000', '100041.590000', '100041.593000', '100041.595000', '100041.598000', '100041.600000', '100101.492000', '100101.495000', '100101.498000', '100101.500000', '100101.503000', '100101.505000', '100101.508000', '100101.511000', '100101.513000', '100101.516000', '100101.518000', '100101.521000', '100101.523000', '100101.526000', '100101.528000', '100101.531000', '100101.534000', '100101.536000', '100101.539000', '100101.541000', '100101.544000', '100101.547000', '100101.549000', '100101.552000', '100101.554000', '100101.557000', '100101.559000', '100101.562000', '100101.564000', '100101.567000', '100101.569000', '100101.572000', '100101.574000', '100101.577000', '100101.580000', '100101.582000', '100101.585000', '100101.587000', '100101.590000', '100101.593000', '100101.595000', '100101.598000', '100101.600000', '100101.603000', '100121.493000', '100121.495000', '100121.498000', '100121.500000', '100121.503000', '100121.506000', '100121.508000', '100121.511000', '100121.513000', '100121.516000', '100121.519000', '100121.521000', '100121.524000', '100121.526000', '100121.529000', '100121.531000', '100121.534000', '100121.537000', '100121.539000', '100121.542000', '100121.544000', '100121.547000', '100121.549000', '100121.552000', '100121.554000', '100121.557000', '100121.560000', '100121.562000', '100121.565000', '100121.567000', '100121.570000', '100121.572000', '100121.575000', '100121.578000', '100121.580000', '100121.583000', '100121.585000', '100121.588000', '100121.590000', '100121.593000', '100121.595000', '100121.598000', '100121.601000', '100141.491000', '100141.494000', '100141.497000', '100141.499000', '100141.502000', '100141.525000', '100141.528000', '100141.530000', '100141.533000', '100141.535000', '100141.538000', '100141.541000', '100141.543000', '100141.546000', '100141.548000', '100141.551000', '100141.553000', '100141.556000', '100141.558000', '100141.561000', '100141.563000', '100141.566000', '100141.569000', '100141.571000', '100141.574000', '100141.576000', '100141.579000', '100141.581000', '100141.584000', '100141.586000', '100141.589000', '100141.592000', '100141.594000', '100141.597000', '100141.599000', '100141.602000', '100141.604000', '100141.607000', '100141.609000', '100141.612000', '100141.615000', '100141.617000', '100141.620000', '100141.622000', '100201.492000', '100201.494000', '100201.497000', '100201.500000', '100201.502000', '100201.505000', '100201.507000', '100201.510000', '100201.512000', '100201.515000', '100201.517000', '100201.520000', '100201.523000', '100201.525000', '100201.528000', '100201.530000', '100201.533000', '100201.535000', '100201.538000', '100201.541000', '100201.543000', '100201.546000', '100201.548000', '100201.551000', '100201.553000', '100201.556000', '100201.558000', '100201.561000', '100201.563000', '100201.566000', '100201.568000', '100201.571000', '100201.574000', '100201.576000', '100201.579000', '100201.581000', '100201.584000', '100201.586000', '100201.589000', '100201.592000', '100201.594000', '100201.597000', '100201.599000', '100221.493000', '100221.495000', '100221.498000', '100221.501000', '100221.503000', '100221.506000', '100221.508000', '100221.511000', '100221.513000', '100221.516000', '100221.518000', '100221.521000', '100221.524000', '100221.526000', '100221.529000', '100221.531000', '100221.534000', '100221.537000', '100221.539000', '100221.542000', '100221.544000', '100221.547000', '100221.550000', '100221.552000', '100221.555000', '100221.557000', '100221.560000', '100221.563000', '100221.565000', '100221.590000', '100221.592000', '100221.595000', '100221.598000', '100221.600000', '100221.603000', '100221.605000', '100221.608000', '100221.610000', '100221.613000', '100221.615000', '100221.618000', '100221.621000', '100221.623000', '100221.626000', '100241.492000', '100241.495000', '100241.498000', '100241.500000', '100241.503000', '100241.505000', '100241.508000', '100241.510000', '100241.513000', '100241.516000', '100241.518000', '100241.521000', '100241.523000', '100241.526000', '100241.528000', '100241.531000', '100241.533000', '100241.536000', '100241.539000', '100241.541000', '100241.544000', '100241.546000', '100241.549000', '100241.551000', '100241.554000', '100241.556000', '100241.559000', '100241.561000', '100241.564000', '100241.567000', '100241.569000', '100241.572000', '100241.574000', '100241.577000', '100241.579000', '100241.582000', '100241.584000', '100241.587000', '100241.590000', '100241.592000', '100241.595000', '100241.597000', '100241.600000', '100301.493000', '100301.495000', '100301.498000', '100301.501000', '100301.503000', '100301.506000', '100301.508000', '100301.511000', '100301.513000', '100301.516000', '100301.518000', '100301.521000', '100301.524000', '100301.526000', '100301.529000', '100301.531000', '100301.534000', '100301.536000', '100301.539000', '100301.542000', '100301.544000', '100301.547000', '100301.549000', '100301.552000', '100301.554000', '100301.557000', '100301.559000', '100301.562000', '100301.564000', '100301.567000', '100301.570000', '100301.572000', '100301.575000', '100301.577000', '100301.580000', '100301.582000', '100301.585000', '100301.587000', '100301.590000', '100301.593000', '100301.595000', '100301.598000', '100301.600000', '100301.603000', '100321.492000', '100321.495000', '100321.498000', '100321.500000', '100321.503000', '100321.506000', '100321.508000', '100321.511000', '100321.513000', '100321.516000', '100321.518000', '100321.521000', '100321.523000', '100321.526000', '100321.529000', '100321.531000', '100321.534000', '100321.536000', '100321.539000', '100321.541000', '100321.544000', '100321.546000', '100321.549000', '100321.551000', '100321.554000', '100321.557000', '100321.559000', '100321.562000', '100321.564000', '100321.567000', '100321.570000', '100321.572000', '100321.575000', '100321.577000', '100321.580000', '100321.582000', '100321.585000', '100321.587000', '100321.590000', '100321.593000', '100321.595000', '100321.598000', '100321.600000', '100341.492000', '100341.495000', '100341.498000', '100341.500000', '100341.503000', '100341.506000', '100341.509000', '100341.511000', '100341.514000', '100341.516000', '100341.519000', '100341.521000', '100341.524000', '100341.527000', '100341.529000', '100341.532000', '100341.534000', '100341.537000', '100341.539000', '100341.542000', '100341.544000', '100341.547000', '100341.549000', '100341.552000', '100341.555000', '100341.557000', '100341.560000', '100341.563000', '100341.565000', '100341.568000', '100341.570000', '100341.573000', '100341.575000', '100341.578000', '100341.580000', '100341.583000', '100341.585000', '100341.588000', '100341.591000', '100341.593000', '100341.596000', '100341.598000', '100341.601000', '100341.604000', '100401.492000', '100401.494000', '100401.497000', '100401.499000', '100401.502000', '100401.505000', '100401.507000', '100401.510000', '100401.512000', '100401.515000', '100401.517000', '100401.520000', '100401.522000', '100401.525000', '100401.528000', '100401.530000', '100401.533000', '100401.535000', '100401.538000', '100401.540000', '100401.543000', '100401.545000', '100401.548000', '100401.550000', '100401.553000', '100401.556000', '100401.558000', '100401.561000', '100401.563000', '100401.566000', '100401.568000', '100401.571000', '100401.573000', '100401.576000', '100401.579000', '100401.581000', '100401.584000', '100401.586000', '100401.589000', '100401.591000', '100401.594000', '100401.597000', '100401.599000', '100421.491000', '100421.494000', '100421.497000', '100421.499000', '100421.502000', '100421.504000', '100421.507000', '100421.509000', '100421.512000', '100421.515000', '100421.517000', '100421.520000', '100421.522000', '100421.525000', '100421.527000', '100421.530000', '100421.533000', '100421.535000', '100421.538000', '100421.540000', '100421.543000', '100421.545000', '100421.548000', '100421.551000', '100421.553000', '100421.556000', '100421.558000', '100421.561000', '100421.563000', '100421.566000', '100421.569000', '100421.571000', '100421.574000', '100421.576000', '100421.579000', '100421.582000', '100421.584000', '100421.587000', '100421.589000', '100421.592000', '100421.595000', '100421.598000', '100421.601000', '100441.493000', '100441.495000', '100441.498000', '100441.500000', '100441.503000', '100441.506000', '100441.508000', '100441.511000', '100441.513000', '100441.516000', '100441.518000', '100441.521000', '100441.524000', '100441.526000', '100441.529000', '100441.531000', '100441.534000', '100441.537000', '100441.539000', '100441.542000', '100441.544000', '100441.547000', '100441.549000', '100441.552000', '100441.555000', '100441.557000', '100441.568000', '100441.570000', '100441.573000', '100441.575000', '100441.578000', '100441.581000', '100441.583000', '100441.586000', '100441.588000', '100441.591000', '100441.594000', '100441.596000', '100441.599000', '100441.601000', '100441.604000', '100441.607000', '100441.609000', '100441.612000', '100501.493000', '100501.495000', '100501.498000', '100501.500000', '100501.503000', '100501.506000', '100501.508000', '100501.511000', '100501.513000', '100501.516000', '100501.519000', '100501.521000', '100501.524000', '100501.526000', '100501.529000', '100501.532000', '100501.534000', '100501.537000', '100501.540000', '100501.542000', '100501.545000', '100501.548000', '100501.551000', '100501.554000', '100501.556000', '100501.564000', '100501.567000', '100501.569000', '100501.572000', '100501.574000', '100501.577000', '100501.579000', '100501.582000', '100501.585000', '100501.587000', '100501.590000', '100501.592000', '100501.595000', '100501.598000', '100501.600000', '100501.603000', '100501.606000', '100501.608000', '100521.492000', '100521.495000', '100521.498000', '100521.501000', '100521.503000', '100521.506000', '100521.508000', '100521.511000', '100521.514000', '100521.516000', '100521.519000', '100521.521000', '100521.524000', '100521.526000', '100521.529000', '100521.532000', '100521.534000', '100521.537000', '100521.539000', '100521.542000', '100521.544000', '100521.547000', '100521.550000', '100521.552000', '100521.555000', '100521.557000', '100521.560000', '100521.562000', '100521.565000', '100521.568000', '100521.570000', '100521.573000', '100521.575000', '100521.578000', '100521.580000', '100521.583000', '100521.586000', '100521.588000', '100521.591000', '100521.593000', '100521.596000', '100521.599000', '100521.601000', '100521.604000', '100541.493000', '100541.495000', '100541.498000', '100541.502000', '100541.505000', '100541.507000', '100541.510000', '100541.512000', '100541.515000', '100541.518000', '100541.520000', '100541.523000', '100541.525000', '100541.528000', '100541.530000', '100541.533000', '100541.536000', '100541.538000', '100541.541000', '100541.544000', '100541.547000', '100541.550000', '100541.553000', '100541.556000', '100541.558000', '100541.561000', '100541.563000', '100541.566000', '100541.568000', '100541.571000', '100541.573000', '100541.576000', '100541.579000', '100541.581000', '100541.584000', '100541.586000', '100541.589000', '100541.591000', '100541.594000', '100541.597000', '100541.599000', '100541.602000', '100541.604000', '100601.493000', '100601.495000', '100601.498000', '100601.500000', '100601.503000', '100601.506000', '100601.508000', '100601.511000', '100601.513000', '100601.516000', '100601.518000', '100601.521000', '100601.523000', '100601.526000', '100601.529000', '100601.531000', '100601.534000', '100601.536000', '100601.539000', '100601.541000', '100601.544000', '100601.546000', '100601.549000', '100601.552000', '100601.554000', '100601.557000', '100601.559000', '100601.562000', '100601.564000', '100601.567000', '100601.570000', '100601.572000', '100601.575000', '100601.577000', '100601.580000', '100601.582000', '100601.585000', '100601.601000', '100601.603000', '100601.606000', '100601.608000', '100601.611000', '100601.614000', '100601.616000', '100614.168000', '100614.171000', '100614.174000', '100614.177000', '100614.179000', '100614.182000', '100614.184000', '100614.187000', '100614.191000', '100614.193000', '100614.196000', '100614.199000', '100614.207000', '100614.216000', '100614.219000', '100614.222000', '100614.225000', '100614.228000', '100614.231000', '100614.234000', '100614.237000', '100614.240000', '100614.243000', '100614.245000', '100614.248000', '100614.251000', '100614.254000', '100614.257000'], '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': [13853, 10616, 12540, 11164, 12308, 9304, 12345, 9088, 9665, 8039, 8961, 10607, 9082, 16295, 12741, 13513, 9199, 12403, 8465, 10600, 9356, 9188, 7801, 8786, 13321, 9199, 12328, 11038, 11584, 7948, 10324, 7967, 9520, 8101, 8701, 6847, 8454, 10061, 8622, 11321, 10204, 12145, 9751, 13531, 10971, 13570, 11254, 14116, 9447, 11907, 8501, 10022, 10846, 9822, 14737, 12612, 14440, 9852, 12585, 8961, 12071, 9037, 9318, 7877, 9162, 13953, 8736, 12216, 9267, 11362, 8552, 9406, 7259, 8651, 11720, 9001, 12329, 8169, 11457, 7800, 10710, 7931, 9507, 7300, 8524, 11694, 8812, 12378, 10905, 12169, 8997, 11004, 8226, 9357, 10996, 9172, 14566, 8534, 13225, 9764, 12326, 9137, 10921, 7822, 9140, 9018, 8923, 14211, 10288, 12375, 8886, 11959, 8398, 11231, 8685, 10185, 7511, 8885, 11203, 8975, 14735, 10461, 12996, 11365, 10948, 8102, 9909, 7770, 9506, 10490, 9457, 7958, 8632, 7231, 8572, 7291, 8438, 6806, 9135, 7865, 10185, 7283, 9631, 9549, 9253, 12043, 10795, 10039, 9466, 11734, 9531, 14294, 11305, 13943, 9023, 12805, 10271, 12428, 10512, 11573, 8136, 9919, 7780, 9131, 10048, 9085, 7336, 8709, 9881, 8974, 11879, 10166, 10325, 8568, 10868, 8939, 11635, 10520, 10895, 9506, 11621, 9984, 13773, 11130, 12894, 9504, 14100, 10848, 14534, 11948, 13969, 9447, 12268, 9919, 12418, 10455, 13564, 8475, 11566, 8603, 9546, 8364, 8998, 8585, 9232, 9964, 8960, 13016, 10271, 12006, 9122, 11846, 9167, 11290, 10095, 11076, 8811, 11335, 9387, 11152, 9663, 11510, 8982, 11255, 8623, 12199, 9204, 13892, 8631, 10593, 8393, 9790, 11250, 10159, 11724, 9816, 13356, 9193, 13468, 10739, 12251, 11346, 11343, 8317, 11084, 8183, 11031, 8756, 10039, 7789, 9141, 8789, 9107, 12550, 9641, 13046, 10930, 11551, 8186, 11543, 8254, 11347, 8601, 11250, 8257, 9821, 8183, 9279, 11048, 9906, 10605, 8866, 14498, 9818, 12330, 11294, 11512, 7811, 10715, 7976, 9584, 8627, 9424, 7706, 9229, 9814, 8983, 11627, 9976, 11424, 8737, 12274, 9697, 11629, 10977, 11976, 9558, 11818, 8577, 11455, 9110, 11542, 8895, 9697, 9032, 9285, 14207, 9942, 14370, 12178, 13602, 8372, 11873, 8210, 9631, 8505, 8953, 10078, 9505, 14428, 9368, 12510, 10878, 11436, 7967, 10327, 8008, 9071, 10312, 9139, 13480, 8934, 12116, 9318, 11381, 8790, 10294, 8086, 8824, 8216, 8529, 13510, 10212, 11534, 8570, 11696, 8283, 11214, 8576, 9209, 7024, 8703, 10021, 8509, 12897, 10857, 12272, 9998, 11138, 8457, 10355, 9401, 9668, 14289, 12442, 14344, 9717, 12029, 8719, 10802, 9584, 9169, 12701, 9725, 12940, 8162, 12145, 7409, 10453, 8184, 8899, 8480, 8690, 12697, 8856, 11890, 10268, 11150, 8124, 10308, 8056, 8804, 10083, 9457, 13011, 9025, 11830, 10211, 12017, 8862, 11881, 8546, 11280, 7960, 10657, 7743, 11932, 8534, 11751, 8055, 11079, 8086, 9821, 8735, 10035, 7651, 9412, 8879, 9511, 11341, 10236, 11555, 8832, 13052, 9132, 13504, 11082, 12057, 8276, 11791, 8862, 11262, 8660, 11642, 8186, 10403, 8044, 9163, 9329, 9080, 12893, 10737, 14412, 9053, 12395, 9281, 11871, 9206, 11764, 8412, 9381, 7477, 8792, 10220, 9387, 13381, 9996, 12261, 8647, 11605, 8834, 11391, 8477, 10792, 7957, 9313, 8660, 8947, 14337, 10220, 13160, 10992, 12376, 8629, 10030, 8402, 8770, 12497, 9789, 12892, 8067, 11821, 7151, 10925, 8189, 10405, 8862, 8748, 6465, 8227, 9896, 8152, 11836, 9524, 11355, 9625, 11060, 7878, 10181, 7994, 9485, 11014, 10271, 14560, 9900, 13268, 11189, 12831, 9648, 13578, 8804, 9467, 10423, 9254, 13553, 10766, 12246, 7466, 11073, 8228, 8777, 8990, 8819, 11584, 10181, 11445, 7233, 10395, 7805, 8770, 9529, 9149, 12725, 9085, 11516, 9333, 11167, 8877, 9375, 8286, 8419, 14310, 8755, 12368, 9816, 10917, 8082, 8939, 7008, 8351, 9908, 9211, 10409, 8811, 12649, 9771, 12012, 10752, 12110, 8818, 11549, 8485, 9861, 12703, 10614, 14461, 9059, 12687, 8445, 11665, 8859, 9300, 7047, 8685, 10617, 8535, 12550, 10173, 11266, 7931, 11065, 7370, 10685, 8018, 10326, 7629, 9507, 7825, 9374, 11236, 10145, 14661, 9725, 13229, 10495, 12401, 10080, 10210, 12391, 9066, 13309, 9240, 12337, 9062, 11030, 8069, 9114, 9473, 8562, 12366, 8980, 11664, 8697, 10841, 8468, 9284, 8327, 8555, 13938, 10479, 11541, 8790, 11096, 8173, 10076, 8509, 8468, 9861, 8544, 12954, 9735, 11936, 9373, 11452, 8531, 9893, 9666, 8930, 11825, 8281, 12220, 9890, 11476, 10095, 11233, 8069, 10903, 7797, 11019, 8490, 10557, 7792, 9432, 7857, 8969, 10599, 10119, 11909, 8799, 13946, 10434, 12804, 10638, 13091, 8957, 10745, 7990, 9384, 9575, 9240, 14492, 10532, 12078, 7806, 11815, 7745, 10024, 9101, 9243, 11908, 9100, 12195, 8622, 11754, 8593, 11007, 7875, 9282, 8964, 8472, 14847, 10872, 12182, 7980, 11538, 8084, 10526, 9090, 9455, 10294, 8772, 14187, 9331, 12732, 11329, 12224, 8264, 11020, 8108, 9915, 8589, 9447, 8463, 8719, 12399, 8845, 12115, 10543, 11958, 9613, 11152, 7993, 9644, 9111, 9261, 9696, 8601, 12671, 8582, 12096, 10082, 11336, 7750, 10367, 7722, 8993, 9379, 8939, 10333, 8914, 12385, 9207, 11705, 9483, 11759, 8495, 10110, 7867, 8959, 10800, 9561, 14833, 10789, 13038, 9250, 11907, 8121, 11590, 9330, 10281, 7592, 9170, 10655, 9168, 13833, 10919, 11707, 9040, 12015, 8027, 10984, 8676, 10459, 8084, 9128, 8599, 8583, 12509, 10032, 12434, 7778, 11697, 10470, 12926, 8039, 11605, 9188, 12875, 9770, 9488, 7392, 9044, 8081, 8555, 14266, 10908, 14334, 8939, 13064, 8918, 12576, 9823, 12123, 8328, 10309, 7720, 9056, 9692, 9016, 14954, 10890, 13757, 9181, 12718, 8314, 11136, 8447, 9205, 6964, 8576, 9593, 8568, 13179, 10547, 11778, 8740, 11904, 8432, 11104, 8649, 9806, 7461, 8794, 12646, 9304, 12991, 11433, 12837, 9662, 12204, 9062, 9590, 9985, 9432, 12350, 9024, 13335, 8944, 12342, 8748, 11089, 8480, 9415, 8457, 8770, 13497, 9666, 12210, 10407, 11620, 8780, 9333, 8560, 8699, 13738, 10129, 11920, 8363, 11207, 7940, 9576, 9625], 'WindowCenter': [3909.0, 3874.0, 3871.0, 3858.0, 3858.0, 3836.0, 3857.0, 3825.0, 3834.0, 3812.0, 3823.0, 3831.0, 3822.0, 3862.0, 3854.0, 3853.0, 3821.0, 3841.0, 3810.0, 3832.0, 3819.0, 3821.0, 3798.0, 3810.0, 3840.0, 3821.0, 3841.0, 3832.0, 3843.0, 3811.0, 3831.0, 3812.0, 3833.0, 3812.0, 3822.0, 3790.0, 3821.0, 3831.0, 3835.0, 3854.0, 3846.0, 3855.0, 3846.0, 3865.0, 3845.0, 3864.0, 3845.0, 3865.0, 3834.0, 3844.0, 3822.0, 3833.0, 3832.0, 3832.0, 3863.0, 3853.0, 3852.0, 3830.0, 3840.0, 3809.0, 3841.0, 3809.0, 3820.0, 3798.0, 3820.0, 3849.0, 3809.0, 3839.0, 3818.0, 3841.0, 3809.0, 3819.0, 3798.0, 3820.0, 3840.0, 3821.0, 3852.0, 3821.0, 3841.0, 3811.0, 3843.0, 3823.0, 3833.0, 3813.0, 3825.0, 3854.0, 3834.0, 3855.0, 3846.0, 3856.0, 3835.0, 3845.0, 3823.0, 3834.0, 3845.0, 3836.0, 3866.0, 3823.0, 3854.0, 3832.0, 3854.0, 3833.0, 3845.0, 3811.0, 3834.0, 3822.0, 3834.0, 3865.0, 3844.0, 3854.0, 3833.0, 3854.0, 3823.0, 3843.0, 3823.0, 3834.0, 3801.0, 3823.0, 3842.0, 3822.0, 3863.0, 3831.0, 3852.0, 3843.0, 3843.0, 3812.0, 3832.0, 3800.0, 3832.0, 3832.0, 3832.0, 3810.0, 3822.0, 3800.0, 3819.0, 3800.0, 3822.0, 3802.0, 3834.0, 3825.0, 3846.0, 3814.0, 3846.0, 3833.0, 3834.0, 3856.0, 3845.0, 3833.0, 3834.0, 3843.0, 3834.0, 3864.0, 3843.0, 3854.0, 3823.0, 3852.0, 3833.0, 3853.0, 3831.0, 3842.0, 3811.0, 3831.0, 3800.0, 3821.0, 3831.0, 3821.0, 3799.0, 3821.0, 3830.0, 3822.0, 3841.0, 3832.0, 3831.0, 3822.0, 3841.0, 3822.0, 3842.0, 3845.0, 3843.0, 3834.0, 3843.0, 3834.0, 3854.0, 3844.0, 3853.0, 3833.0, 3852.0, 3843.0, 3853.0, 3842.0, 3852.0, 3821.0, 3840.0, 3820.0, 3840.0, 3830.0, 3840.0, 3809.0, 3829.0, 3808.0, 3819.0, 3797.0, 3808.0, 3808.0, 3819.0, 3817.0, 3819.0, 3839.0, 3830.0, 3839.0, 3820.0, 3840.0, 3820.0, 3841.0, 3831.0, 3842.0, 3822.0, 3842.0, 3834.0, 3844.0, 3834.0, 3854.0, 3834.0, 3843.0, 3823.0, 3854.0, 3833.0, 3865.0, 3823.0, 3844.0, 3811.0, 3833.0, 3842.0, 3832.0, 3842.0, 3832.0, 3852.0, 3821.0, 3851.0, 3831.0, 3841.0, 3842.0, 3830.0, 3810.0, 3830.0, 3809.0, 3831.0, 3810.0, 3831.0, 3799.0, 3821.0, 3808.0, 3820.0, 3839.0, 3820.0, 3851.0, 3842.0, 3841.0, 3812.0, 3842.0, 3823.0, 3843.0, 3823.0, 3844.0, 3822.0, 3833.0, 3811.0, 3833.0, 3843.0, 3832.0, 3831.0, 3821.0, 3852.0, 3832.0, 3842.0, 3843.0, 3842.0, 3811.0, 3832.0, 3810.0, 3832.0, 3821.0, 3833.0, 3812.0, 3834.0, 3833.0, 3833.0, 3842.0, 3834.0, 3843.0, 3823.0, 3854.0, 3834.0, 3854.0, 3844.0, 3854.0, 3835.0, 3854.0, 3824.0, 3844.0, 3823.0, 3845.0, 3822.0, 3830.0, 3821.0, 3821.0, 3852.0, 3831.0, 3852.0, 3843.0, 3852.0, 3811.0, 3841.0, 3810.0, 3821.0, 3821.0, 3822.0, 3831.0, 3832.0, 3852.0, 3821.0, 3852.0, 3831.0, 3841.0, 3799.0, 3831.0, 3810.0, 3822.0, 3832.0, 3822.0, 3852.0, 3822.0, 3841.0, 3832.0, 3842.0, 3821.0, 3832.0, 3811.0, 3822.0, 3821.0, 3822.0, 3853.0, 3844.0, 3842.0, 3822.0, 3841.0, 3822.0, 3843.0, 3822.0, 3833.0, 3801.0, 3823.0, 3832.0, 3823.0, 3852.0, 3844.0, 3854.0, 3833.0, 3843.0, 3812.0, 3833.0, 3821.0, 3833.0, 3853.0, 3843.0, 3852.0, 3819.0, 3830.0, 3808.0, 3829.0, 3818.0, 3820.0, 3839.0, 3819.0, 3839.0, 3797.0, 3828.0, 3787.0, 3829.0, 3808.0, 3820.0, 3809.0, 3810.0, 3840.0, 3821.0, 3841.0, 3832.0, 3842.0, 3811.0, 3831.0, 3811.0, 3822.0, 3832.0, 3833.0, 3853.0, 3833.0, 3842.0, 3844.0, 3854.0, 3833.0, 3854.0, 3836.0, 3853.0, 3824.0, 3844.0, 3824.0, 3866.0, 3837.0, 3867.0, 3825.0, 3856.0, 3824.0, 3845.0, 3825.0, 3847.0, 3813.0, 3834.0, 3823.0, 3834.0, 3845.0, 3846.0, 3844.0, 3824.0, 3855.0, 3835.0, 3854.0, 3845.0, 3844.0, 3824.0, 3843.0, 3834.0, 3844.0, 3824.0, 3845.0, 3824.0, 3845.0, 3812.0, 3834.0, 3823.0, 3824.0, 3853.0, 3845.0, 3853.0, 3823.0, 3842.0, 3822.0, 3843.0, 3822.0, 3842.0, 3810.0, 3822.0, 3800.0, 3822.0, 3830.0, 3832.0, 3853.0, 3833.0, 3842.0, 3823.0, 3842.0, 3822.0, 3843.0, 3812.0, 3844.0, 3812.0, 3833.0, 3822.0, 3823.0, 3852.0, 3833.0, 3853.0, 3833.0, 3843.0, 3810.0, 3821.0, 3809.0, 3811.0, 3840.0, 3832.0, 3841.0, 3810.0, 3840.0, 3798.0, 3842.0, 3811.0, 3843.0, 3823.0, 3823.0, 3792.0, 3823.0, 3832.0, 3813.0, 3843.0, 3833.0, 3844.0, 3836.0, 3855.0, 3825.0, 3846.0, 3813.0, 3834.0, 3844.0, 3834.0, 3852.0, 3833.0, 3852.0, 3832.0, 3842.0, 3821.0, 3843.0, 3808.0, 3820.0, 3817.0, 3808.0, 3838.0, 3818.0, 3828.0, 3786.0, 3827.0, 3796.0, 3808.0, 3807.0, 3809.0, 3829.0, 3830.0, 3830.0, 3798.0, 3830.0, 3798.0, 3821.0, 3830.0, 3822.0, 3853.0, 3822.0, 3842.0, 3833.0, 3843.0, 3822.0, 3834.0, 3811.0, 3822.0, 3851.0, 3822.0, 3853.0, 3831.0, 3842.0, 3810.0, 3822.0, 3800.0, 3822.0, 3833.0, 3834.0, 3844.0, 3835.0, 3854.0, 3834.0, 3854.0, 3843.0, 3854.0, 3822.0, 3844.0, 3821.0, 3834.0, 3842.0, 3833.0, 3852.0, 3820.0, 3840.0, 3808.0, 3830.0, 3808.0, 3820.0, 3788.0, 3810.0, 3829.0, 3809.0, 3840.0, 3832.0, 3841.0, 3812.0, 3842.0, 3813.0, 3842.0, 3824.0, 3845.0, 3814.0, 3846.0, 3814.0, 3836.0, 3845.0, 3846.0, 3866.0, 3833.0, 3854.0, 3831.0, 3843.0, 3831.0, 3832.0, 3841.0, 3820.0, 3840.0, 3819.0, 3840.0, 3809.0, 3830.0, 3799.0, 3821.0, 3819.0, 3809.0, 3840.0, 3820.0, 3841.0, 3809.0, 3842.0, 3811.0, 3822.0, 3811.0, 3822.0, 3852.0, 3832.0, 3842.0, 3820.0, 3842.0, 3811.0, 3832.0, 3822.0, 3822.0, 3831.0, 3823.0, 3853.0, 3833.0, 3843.0, 3833.0, 3843.0, 3811.0, 3835.0, 3832.0, 3833.0, 3841.0, 3822.0, 3852.0, 3833.0, 3843.0, 3844.0, 3843.0, 3824.0, 3843.0, 3814.0, 3845.0, 3836.0, 3846.0, 3815.0, 3836.0, 3825.0, 3836.0, 3846.0, 3846.0, 3855.0, 3822.0, 3865.0, 3843.0, 3854.0, 3833.0, 3854.0, 3821.0, 3831.0, 3800.0, 3821.0, 3820.0, 3821.0, 3852.0, 3832.0, 3841.0, 3800.0, 3841.0, 3800.0, 3833.0, 3821.0, 3823.0, 3843.0, 3823.0, 3843.0, 3823.0, 3842.0, 3822.0, 3843.0, 3812.0, 3833.0, 3823.0, 3824.0, 3864.0, 3844.0, 3843.0, 3813.0, 3843.0, 3811.0, 3844.0, 3822.0, 3834.0, 3832.0, 3823.0, 3853.0, 3822.0, 3852.0, 3842.0, 3853.0, 3821.0, 3841.0, 3811.0, 3833.0, 3822.0, 3833.0, 3812.0, 3823.0, 3853.0, 3823.0, 3843.0, 3844.0, 3843.0, 3832.0, 3843.0, 3812.0, 3833.0, 3822.0, 3823.0, 3821.0, 3822.0, 3842.0, 3821.0, 3842.0, 3832.0, 3842.0, 3812.0, 3832.0, 3801.0, 3822.0, 3822.0, 3823.0, 3832.0, 3823.0, 3854.0, 3822.0, 3843.0, 3833.0, 3843.0, 3811.0, 3832.0, 3810.0, 3822.0, 3831.0, 3822.0, 3852.0, 3831.0, 3841.0, 3820.0, 3841.0, 3799.0, 3830.0, 3819.0, 3831.0, 3798.0, 3820.0, 3819.0, 3819.0, 3839.0, 3830.0, 3829.0, 3808.0, 3839.0, 3799.0, 3831.0, 3810.0, 3831.0, 3811.0, 3822.0, 3821.0, 3822.0, 3853.0, 3834.0, 3854.0, 3815.0, 3857.0, 3844.0, 3854.0, 3813.0, 3843.0, 3834.0, 3856.0, 3834.0, 3834.0, 3802.0, 3823.0, 3811.0, 3823.0, 3853.0, 3844.0, 3854.0, 3822.0, 3852.0, 3821.0, 3842.0, 3832.0, 3843.0, 3811.0, 3832.0, 3800.0, 3822.0, 3821.0, 3822.0, 3852.0, 3832.0, 3852.0, 3809.0, 3839.0, 3809.0, 3830.0, 3799.0, 3819.0, 3788.0, 3808.0, 3817.0, 3809.0, 3840.0, 3831.0, 3830.0, 3810.0, 3841.0, 3810.0, 3842.0, 3810.0, 3821.0, 3789.0, 3811.0, 3841.0, 3820.0, 3839.0, 3841.0, 3840.0, 3820.0, 3841.0, 3809.0, 3820.0, 3819.0, 3810.0, 3840.0, 3808.0, 3839.0, 3808.0, 3839.0, 3808.0, 3829.0, 3809.0, 3820.0, 3808.0, 3809.0, 3850.0, 3832.0, 3842.0, 3832.0, 3842.0, 3810.0, 3821.0, 3810.0, 3822.0, 3852.0, 3831.0, 3842.0, 3812.0, 3842.0, 3811.0, 3833.0, 3832.0], 'WindowWidth': [8724.0, 8668.0, 8657.0, 8634.0, 8632.0, 8600.0, 8629.0, 8582.0, 8594.0, 8560.0, 8577.0, 8585.0, 8575.0, 8630.0, 8620.0, 8615.0, 8570.0, 8596.0, 8554.0, 8586.0, 8565.0, 8571.0, 8535.0, 8554.0, 8595.0, 8570.0, 8596.0, 8587.0, 8602.0, 8558.0, 8584.0, 8561.0, 8593.0, 8562.0, 8575.0, 8529.0, 8574.0, 8586.0, 8597.0, 8622.0, 8615.0, 8625.0, 8614.0, 8637.0, 8611.0, 8637.0, 8610.0, 8638.0, 8594.0, 8609.0, 8577.0, 8591.0, 8587.0, 8587.0, 8634.0, 8617.0, 8613.0, 8580.0, 8596.0, 8551.0, 8597.0, 8552.0, 8568.0, 8535.0, 8566.0, 8604.0, 8551.0, 8592.0, 8564.0, 8595.0, 8552.0, 8565.0, 8535.0, 8569.0, 8595.0, 8572.0, 8614.0, 8574.0, 8599.0, 8561.0, 8605.0, 8578.0, 8593.0, 8564.0, 8584.0, 8621.0, 8596.0, 8623.0, 8613.0, 8625.0, 8597.0, 8612.0, 8579.0, 8595.0, 8609.0, 8600.0, 8640.0, 8579.0, 8620.0, 8590.0, 8621.0, 8592.0, 8609.0, 8561.0, 8593.0, 8576.0, 8595.0, 8637.0, 8607.0, 8621.0, 8591.0, 8620.0, 8577.0, 8605.0, 8577.0, 8593.0, 8547.0, 8578.0, 8603.0, 8576.0, 8631.0, 8586.0, 8615.0, 8605.0, 8603.0, 8563.0, 8588.0, 8541.0, 8587.0, 8586.0, 8587.0, 8556.0, 8574.0, 8542.0, 8567.0, 8543.0, 8576.0, 8551.0, 8598.0, 8586.0, 8615.0, 8570.0, 8614.0, 8594.0, 8597.0, 8627.0, 8612.0, 8592.0, 8595.0, 8606.0, 8593.0, 8635.0, 8606.0, 8621.0, 8577.0, 8614.0, 8590.0, 8617.0, 8587.0, 8602.0, 8558.0, 8584.0, 8541.0, 8573.0, 8583.0, 8570.0, 8540.0, 8572.0, 8582.0, 8574.0, 8598.0, 8589.0, 8585.0, 8576.0, 8599.0, 8577.0, 8603.0, 8611.0, 8605.0, 8594.0, 8603.0, 8594.0, 8622.0, 8607.0, 8619.0, 8591.0, 8617.0, 8603.0, 8617.0, 8602.0, 8613.0, 8570.0, 8595.0, 8567.0, 8595.0, 8581.0, 8595.0, 8550.0, 8577.0, 8548.0, 8564.0, 8533.0, 8549.0, 8549.0, 8564.0, 8559.0, 8565.0, 8591.0, 8581.0, 8590.0, 8568.0, 8592.0, 8570.0, 8595.0, 8586.0, 8599.0, 8576.0, 8600.0, 8593.0, 8606.0, 8594.0, 8620.0, 8595.0, 8604.0, 8578.0, 8621.0, 8592.0, 8638.0, 8576.0, 8605.0, 8559.0, 8589.0, 8601.0, 8587.0, 8600.0, 8586.0, 8613.0, 8570.0, 8610.0, 8584.0, 8597.0, 8600.0, 8582.0, 8556.0, 8582.0, 8552.0, 8583.0, 8554.0, 8586.0, 8540.0, 8570.0, 8551.0, 8569.0, 8592.0, 8569.0, 8610.0, 8601.0, 8598.0, 8561.0, 8601.0, 8578.0, 8604.0, 8578.0, 8607.0, 8576.0, 8591.0, 8559.0, 8590.0, 8601.0, 8588.0, 8586.0, 8572.0, 8615.0, 8587.0, 8601.0, 8603.0, 8599.0, 8558.0, 8587.0, 8557.0, 8589.0, 8571.0, 8591.0, 8561.0, 8594.0, 8589.0, 8592.0, 8602.0, 8594.0, 8603.0, 8580.0, 8619.0, 8596.0, 8621.0, 8610.0, 8621.0, 8597.0, 8621.0, 8580.0, 8607.0, 8577.0, 8609.0, 8574.0, 8584.0, 8571.0, 8572.0, 8615.0, 8585.0, 8615.0, 8605.0, 8613.0, 8557.0, 8597.0, 8555.0, 8571.0, 8571.0, 8573.0, 8583.0, 8587.0, 8614.0, 8571.0, 8614.0, 8585.0, 8596.0, 8539.0, 8583.0, 8553.0, 8574.0, 8587.0, 8574.0, 8615.0, 8573.0, 8597.0, 8588.0, 8602.0, 8571.0, 8588.0, 8557.0, 8573.0, 8573.0, 8575.0, 8617.0, 8607.0, 8600.0, 8573.0, 8598.0, 8574.0, 8603.0, 8574.0, 8589.0, 8545.0, 8577.0, 8587.0, 8578.0, 8616.0, 8607.0, 8619.0, 8592.0, 8605.0, 8560.0, 8590.0, 8570.0, 8590.0, 8617.0, 8602.0, 8613.0, 8564.0, 8581.0, 8548.0, 8579.0, 8561.0, 8565.0, 8592.0, 8562.0, 8589.0, 8533.0, 8574.0, 8519.0, 8577.0, 8549.0, 8568.0, 8550.0, 8555.0, 8594.0, 8569.0, 8596.0, 8587.0, 8600.0, 8558.0, 8587.0, 8558.0, 8577.0, 8587.0, 8590.0, 8620.0, 8594.0, 8604.0, 8607.0, 8623.0, 8592.0, 8621.0, 8599.0, 8619.0, 8583.0, 8609.0, 8583.0, 8642.0, 8606.0, 8644.0, 8587.0, 8627.0, 8581.0, 8611.0, 8583.0, 8616.0, 8566.0, 8595.0, 8578.0, 8593.0, 8610.0, 8612.0, 8607.0, 8580.0, 8622.0, 8596.0, 8620.0, 8610.0, 8605.0, 8580.0, 8605.0, 8593.0, 8607.0, 8581.0, 8609.0, 8581.0, 8609.0, 8562.0, 8594.0, 8577.0, 8580.0, 8618.0, 8607.0, 8619.0, 8576.0, 8600.0, 8573.0, 8604.0, 8573.0, 8601.0, 8556.0, 8573.0, 8543.0, 8575.0, 8583.0, 8588.0, 8617.0, 8591.0, 8602.0, 8576.0, 8602.0, 8575.0, 8603.0, 8562.0, 8605.0, 8562.0, 8590.0, 8573.0, 8576.0, 8617.0, 8589.0, 8616.0, 8589.0, 8603.0, 8555.0, 8570.0, 8550.0, 8556.0, 8595.0, 8585.0, 8596.0, 8556.0, 8594.0, 8539.0, 8601.0, 8560.0, 8605.0, 8577.0, 8577.0, 8535.0, 8579.0, 8587.0, 8564.0, 8604.0, 8592.0, 8609.0, 8600.0, 8624.0, 8583.0, 8613.0, 8565.0, 8594.0, 8606.0, 8595.0, 8618.0, 8588.0, 8614.0, 8586.0, 8600.0, 8569.0, 8603.0, 8548.0, 8566.0, 8559.0, 8548.0, 8588.0, 8560.0, 8572.0, 8517.0, 8572.0, 8529.0, 8549.0, 8545.0, 8553.0, 8577.0, 8580.0, 8580.0, 8537.0, 8581.0, 8537.0, 8573.0, 8581.0, 8575.0, 8616.0, 8576.0, 8602.0, 8590.0, 8603.0, 8575.0, 8593.0, 8559.0, 8575.0, 8614.0, 8574.0, 8616.0, 8585.0, 8602.0, 8557.0, 8574.0, 8545.0, 8576.0, 8591.0, 8596.0, 8607.0, 8596.0, 8620.0, 8595.0, 8620.0, 8606.0, 8621.0, 8574.0, 8608.0, 8572.0, 8593.0, 8601.0, 8589.0, 8616.0, 8567.0, 8595.0, 8550.0, 8583.0, 8549.0, 8568.0, 8523.0, 8554.0, 8579.0, 8554.0, 8594.0, 8586.0, 8598.0, 8561.0, 8601.0, 8567.0, 8604.0, 8583.0, 8611.0, 8570.0, 8613.0, 8571.0, 8602.0, 8612.0, 8613.0, 8642.0, 8593.0, 8623.0, 8586.0, 8607.0, 8584.0, 8587.0, 8595.0, 8568.0, 8592.0, 8564.0, 8595.0, 8551.0, 8582.0, 8538.0, 8568.0, 8564.0, 8552.0, 8593.0, 8568.0, 8596.0, 8553.0, 8602.0, 8559.0, 8575.0, 8557.0, 8575.0, 8613.0, 8588.0, 8598.0, 8570.0, 8601.0, 8559.0, 8589.0, 8575.0, 8575.0, 8587.0, 8578.0, 8617.0, 8591.0, 8606.0, 8591.0, 8605.0, 8558.0, 8597.0, 8587.0, 8592.0, 8600.0, 8575.0, 8614.0, 8591.0, 8604.0, 8608.0, 8605.0, 8581.0, 8605.0, 8570.0, 8611.0, 8600.0, 8613.0, 8571.0, 8600.0, 8583.0, 8601.0, 8612.0, 8611.0, 8624.0, 8576.0, 8635.0, 8604.0, 8620.0, 8590.0, 8618.0, 8570.0, 8585.0, 8541.0, 8570.0, 8567.0, 8571.0, 8614.0, 8586.0, 8597.0, 8543.0, 8597.0, 8542.0, 8589.0, 8571.0, 8577.0, 8602.0, 8576.0, 8602.0, 8576.0, 8602.0, 8574.0, 8604.0, 8560.0, 8591.0, 8576.0, 8580.0, 8634.0, 8606.0, 8603.0, 8563.0, 8604.0, 8560.0, 8606.0, 8575.0, 8592.0, 8588.0, 8576.0, 8617.0, 8574.0, 8616.0, 8603.0, 8617.0, 8574.0, 8601.0, 8560.0, 8591.0, 8574.0, 8590.0, 8560.0, 8578.0, 8617.0, 8575.0, 8602.0, 8605.0, 8605.0, 8589.0, 8605.0, 8560.0, 8590.0, 8572.0, 8575.0, 8571.0, 8575.0, 8599.0, 8572.0, 8599.0, 8588.0, 8600.0, 8560.0, 8589.0, 8544.0, 8576.0, 8573.0, 8577.0, 8590.0, 8579.0, 8618.0, 8574.0, 8604.0, 8589.0, 8603.0, 8558.0, 8588.0, 8556.0, 8572.0, 8585.0, 8572.0, 8615.0, 8585.0, 8598.0, 8568.0, 8596.0, 8539.0, 8582.0, 8565.0, 8582.0, 8536.0, 8567.0, 8563.0, 8565.0, 8592.0, 8579.0, 8577.0, 8549.0, 8590.0, 8538.0, 8582.0, 8554.0, 8585.0, 8557.0, 8574.0, 8570.0, 8575.0, 8615.0, 8595.0, 8622.0, 8572.0, 8629.0, 8609.0, 8622.0, 8565.0, 8603.0, 8595.0, 8629.0, 8592.0, 8592.0, 8546.0, 8577.0, 8558.0, 8577.0, 8619.0, 8606.0, 8619.0, 8574.0, 8613.0, 8570.0, 8600.0, 8586.0, 8601.0, 8556.0, 8587.0, 8542.0, 8572.0, 8570.0, 8573.0, 8615.0, 8585.0, 8611.0, 8550.0, 8590.0, 8551.0, 8581.0, 8537.0, 8564.0, 8523.0, 8550.0, 8560.0, 8553.0, 8592.0, 8582.0, 8579.0, 8554.0, 8595.0, 8554.0, 8600.0, 8556.0, 8571.0, 8524.0, 8557.0, 8596.0, 8569.0, 8593.0, 8598.0, 8594.0, 8568.0, 8598.0, 8551.0, 8569.0, 8563.0, 8552.0, 8593.0, 8548.0, 8592.0, 8549.0, 8591.0, 8550.0, 8579.0, 8550.0, 8567.0, 8549.0, 8553.0, 8607.0, 8586.0, 8600.0, 8586.0, 8599.0, 8554.0, 8571.0, 8554.0, 8573.0, 8613.0, 8586.0, 8601.0, 8561.0, 8601.0, 8560.0, 8591.0, 8587.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.00023675862068965516</td></tr>
<tr><td colspan=3>aqi</td><td>0.024587705747126435</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29193205665133</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2153471088377457</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9740029160069054</td></tr>
<tr><td colspan=3>efc</td><td>0.4427</td></tr>
<tr><td colspan=3>fber</td><td>6911.4985</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08301196203412436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.486542721066055</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453876032404127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.667989209117453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337762921676584</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723227</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014800263568758965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0228998064994812</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.5606373493253067</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>29.8421</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.494</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309261.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.1741</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.4141</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3032.2036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.1084</td></tr>
<tr><td colspan=3>tsnr</td><td>41.34609657805413</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>