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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-04_task-social_acq-mb8_run-05_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-0006_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-05_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-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-05_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>76af7757a1c0cadab15d909332c33ec6</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>10:43:57.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0970193</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</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>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7fb36573-1c07-4932-a447-7dd45352573a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['104357.297500', '104357.757500', '104358.217500', '104358.677500', '104359.137500', '104359.597500', '104400.057500', '104400.517500', '104400.977500', '104401.437500', '104401.897500', '104402.357500', '104402.817500', '104403.277500', '104403.737500', '104404.197500', '104404.657500', '104405.117500', '104405.577500', '104406.037500', '104406.497500', '104406.957500', '104407.417500', '104407.877500', '104408.337500', '104408.797500', '104409.257500', '104409.717500', '104410.177500', '104410.637500', '104411.097500', '104411.557500', '104412.017500', '104412.477500', '104412.937500', '104413.397500', '104413.857500', '104414.317500', '104414.777500', '104415.237500', '104415.697500', '104416.157500', '104416.617500', '104417.077500', '104417.537500', '104417.997500', '104418.457500', '104418.917500', '104419.377500', '104419.837500', '104420.297500', '104420.757500', '104421.217500', '104421.677500', '104422.137500', '104422.597500', '104423.057500', '104423.517500', '104423.977500', '104424.437500', '104424.897500', '104425.357500', '104425.817500', '104426.277500', '104426.737500', '104427.197500', '104427.657500', '104428.117500', '104428.577500', '104429.037500', '104429.497500', '104429.957500', '104430.417500', '104430.877500', '104431.337500', '104431.797500', '104432.257500', '104432.717500', '104433.177500', '104433.637500', '104434.097500', '104434.557500', '104435.017500', '104435.477500', '104435.937500', '104436.397500', '104436.857500', '104437.317500', '104437.777500', '104438.237500', '104438.697500', '104439.157500', '104439.617500', '104440.077500', '104440.537500', '104440.997500', '104441.457500', '104441.917500', '104442.377500', '104442.837500', '104443.297500', '104443.757500', '104444.217500', '104444.677500', '104445.137500', '104445.597500', '104446.057500', '104446.517500', '104446.977500', '104447.437500', '104447.897500', '104448.357500', '104448.817500', '104449.277500', '104449.737500', '104450.197500', '104450.657500', '104451.117500', '104451.577500', '104452.037500', '104452.497500', '104452.957500', '104453.417500', '104453.877500', '104454.337500', '104454.797500', '104455.257500', '104455.717500', '104456.177500', '104456.637500', '104457.097500', '104457.557500', '104458.017500', '104458.477500', '104458.937500', '104459.397500', '104459.857500', '104500.317500', '104500.777500', '104501.237500', '104501.697500', '104502.157500', '104502.617500', '104503.077500', '104503.537500', '104503.997500', '104504.457500', '104504.917500', '104505.377500', '104505.837500', '104506.297500', '104506.757500', '104507.217500', '104507.677500', '104508.137500', '104508.597500', '104509.057500', '104509.517500', '104509.977500', '104510.437500', '104510.897500', '104511.357500', '104511.817500', '104512.277500', '104512.737500', '104513.197500', '104513.657500', '104514.117500', '104514.577500', '104515.037500', '104515.497500', '104515.957500', '104516.417500', '104516.877500', '104517.337500', '104517.797500', '104518.257500', '104518.717500', '104519.177500', '104519.637500', '104520.097500', '104520.557500', '104521.017500', '104521.477500', '104521.937500', '104522.397500', '104522.857500', '104523.317500', '104523.777500', '104524.237500', '104524.697500', '104525.157500', '104525.617500', '104526.077500', '104526.537500', '104526.997500', '104527.457500', '104527.917500', '104528.377500', '104528.837500', '104529.297500', '104529.757500', '104530.217500', '104530.677500', '104531.137500', '104531.597500', '104532.057500', '104532.517500', '104532.977500', '104533.437500', '104533.897500', '104534.357500', '104534.817500', '104535.277500', '104535.737500', '104536.197500', '104536.657500', '104537.117500', '104537.577500', '104538.037500', '104538.497500', '104538.957500', '104539.417500', '104539.877500', '104540.337500', '104540.797500', '104541.257500', '104541.717500', '104542.177500', '104542.637500', '104543.097500', '104543.557500', '104544.017500', '104544.477500', '104544.937500', '104545.397500', '104545.857500', '104546.317500', '104546.777500', '104547.237500', '104547.697500', '104548.157500', '104548.617500', '104549.077500', '104549.537500', '104549.997500', '104550.457500', '104550.917500', '104551.377500', '104551.837500', '104552.297500', '104552.757500', '104553.217500', '104553.677500', '104554.137500', '104554.597500', '104555.057500', '104555.517500', '104555.977500', '104556.437500', '104556.897500', '104557.357500', '104557.817500', '104558.277500', '104558.737500', '104559.197500', '104559.657500', '104600.117500', '104600.577500', '104601.037500', '104601.497500', '104601.957500', '104602.417500', '104602.877500', '104603.337500', '104603.797500', '104604.257500', '104604.717500', '104605.177500', '104605.637500', '104606.097500', '104606.557500', '104607.017500', '104607.477500', '104607.937500', '104608.397500', '104608.857500', '104609.317500', '104609.777500', '104610.237500', '104610.697500', '104611.157500', '104611.617500', '104612.077500', '104612.537500', '104612.997500', '104613.457500', '104613.917500', '104614.377500', '104614.837500', '104615.297500', '104615.757500', '104616.217500', '104616.677500', '104617.137500', '104617.597500', '104618.057500', '104618.517500', '104618.977500', '104619.437500', '104619.897500', '104620.357500', '104620.817500', '104621.277500', '104621.737500', '104622.197500', '104622.657500', '104623.117500', '104623.577500', '104624.037500', '104624.497500', '104624.957500', '104625.417500', '104625.877500', '104626.337500', '104626.797500', '104627.257500', '104627.717500', '104628.177500', '104628.637500', '104629.097500', '104629.557500', '104630.017500', '104630.477500', '104630.937500', '104631.397500', '104631.857500', '104632.317500', '104632.777500', '104633.237500', '104633.697500', '104634.157500', '104634.617500', '104635.077500', '104635.537500', '104635.997500', '104636.457500', '104636.917500', '104637.377500', '104637.837500', '104638.297500', '104638.757500', '104639.217500', '104639.677500', '104640.137500', '104640.597500', '104641.057500', '104641.517500', '104641.977500', '104642.437500', '104642.897500', '104643.357500', '104643.817500', '104644.277500', '104644.737500', '104645.197500', '104645.657500', '104646.117500', '104646.577500', '104647.037500', '104647.497500', '104647.957500', '104648.417500', '104648.877500', '104649.337500', '104649.797500', '104650.257500', '104650.717500', '104651.177500', '104651.637500', '104652.097500', '104652.557500', '104653.017500', '104653.477500', '104653.937500', '104654.397500', '104654.857500', '104655.317500', '104655.777500', '104656.237500', '104656.697500', '104657.157500', '104657.617500', '104658.077500', '104658.537500', '104658.997500', '104659.457500', '104659.917500', '104700.377500', '104700.837500', '104701.297500', '104701.757500', '104702.217500', '104702.677500', '104703.137500', '104703.597500', '104704.057500', '104704.517500', '104704.977500', '104705.437500', '104705.897500', '104706.357500', '104706.817500', '104707.277500', '104707.737500', '104708.197500', '104708.657500', '104709.117500', '104709.577500', '104710.037500', '104710.497500', '104710.957500', '104711.417500', '104711.877500', '104712.337500', '104712.797500', '104713.257500', '104713.717500', '104714.177500', '104714.637500', '104715.097500', '104715.557500', '104716.017500', '104716.477500', '104716.937500', '104717.397500', '104717.857500', '104718.317500', '104718.777500', '104719.237500', '104719.697500', '104720.157500', '104720.617500', '104721.077500', '104721.537500', '104721.997500', '104722.457500', '104722.917500', '104723.377500', '104723.837500', '104724.297500', '104724.757500', '104725.217500', '104725.677500', '104726.137500', '104726.597500', '104727.057500', '104727.517500', '104727.977500', '104728.437500', '104728.897500', '104729.357500', '104729.817500', '104730.277500', '104730.737500', '104731.197500', '104731.657500', '104732.117500', '104732.577500', '104733.037500', '104733.497500', '104733.957500', '104734.417500', '104734.877500', '104735.337500', '104735.797500', '104736.257500', '104736.717500', '104737.177500', '104737.637500', '104738.097500', '104738.557500', '104739.017500', '104739.477500', '104739.937500', '104740.397500', '104740.857500', '104741.317500', '104741.777500', '104742.237500', '104742.697500', '104743.157500', '104743.617500', '104744.077500', '104744.537500', '104744.997500', '104745.457500', '104745.917500', '104746.377500', '104746.837500', '104747.297500', '104747.757500', '104748.217500', '104748.677500', '104749.137500', '104749.597500', '104750.057500', '104750.517500', '104750.977500', '104751.437500', '104751.897500', '104752.357500', '104752.817500', '104753.277500', '104753.737500', '104754.197500', '104754.657500', '104755.117500', '104755.577500', '104756.037500', '104756.497500', '104756.957500', '104757.417500', '104757.877500', '104758.337500', '104758.797500', '104759.257500', '104759.717500', '104800.177500', '104800.637500', '104801.097500', '104801.557500', '104802.017500', '104802.477500', '104802.937500', '104803.397500', '104803.857500', '104804.317500', '104804.777500', '104805.237500', '104805.697500', '104806.157500', '104806.617500', '104807.077500', '104807.537500', '104807.997500', '104808.457500', '104808.917500', '104809.377500', '104809.837500', '104810.297500', '104810.757500', '104811.217500', '104811.677500', '104812.137500', '104812.597500', '104813.057500', '104813.517500', '104813.977500', '104814.437500', '104814.897500', '104815.357500', '104815.817500', '104816.277500', '104816.737500', '104817.197500', '104817.657500', '104818.117500', '104818.577500', '104819.037500', '104819.497500', '104819.957500', '104820.417500', '104820.877500', '104821.337500', '104821.797500', '104822.257500', '104822.717500', '104823.177500', '104823.637500', '104824.097500', '104824.557500', '104825.017500', '104825.477500', '104825.937500', '104826.397500', '104826.857500', '104827.317500', '104827.777500', '104828.237500', '104828.697500', '104829.157500', '104829.617500', '104830.077500', '104830.537500', '104830.997500', '104831.457500', '104831.917500', '104832.377500', '104832.837500', '104833.297500', '104833.757500', '104834.217500', '104834.677500', '104835.137500', '104835.597500', '104836.057500', '104836.517500', '104836.977500', '104837.437500', '104837.897500', '104838.357500', '104838.817500', '104839.277500', '104839.737500', '104840.197500', '104840.657500', '104841.117500', '104841.577500', '104842.037500', '104842.497500', '104842.957500', '104843.417500', '104843.877500', '104844.337500', '104844.797500', '104845.257500', '104845.717500', '104846.177500', '104846.637500', '104847.097500', '104847.557500', '104848.017500', '104848.477500', '104848.937500', '104849.397500', '104849.857500', '104850.317500', '104850.777500', '104851.237500', '104851.697500', '104852.157500', '104852.617500', '104853.077500', '104853.537500', '104853.997500', '104854.457500', '104854.917500', '104855.377500', '104855.837500', '104856.297500', '104856.757500', '104857.217500', '104857.677500', '104858.137500', '104858.597500', '104859.057500', '104859.517500', '104859.977500', '104900.437500', '104900.897500', '104901.357500', '104901.817500', '104902.277500', '104902.737500', '104903.197500', '104903.657500', '104904.117500', '104904.577500', '104905.037500', '104905.497500', '104905.957500', '104906.417500', '104906.877500', '104907.337500', '104907.797500', '104908.257500', '104908.717500', '104909.177500', '104909.637500', '104910.097500', '104910.557500', '104911.017500', '104911.477500', '104911.937500', '104912.397500', '104912.857500', '104913.317500', '104913.777500', '104914.237500', '104914.697500', '104915.157500', '104915.617500', '104916.077500', '104916.537500', '104916.997500', '104917.457500', '104917.917500', '104918.377500', '104918.837500', '104919.297500', '104919.757500', '104920.217500', '104920.677500', '104921.137500', '104921.597500', '104922.057500', '104922.517500', '104922.977500', '104923.437500', '104923.897500', '104924.357500', '104924.817500', '104925.277500', '104925.737500', '104926.197500', '104926.657500', '104927.117500', '104927.577500', '104928.037500', '104928.497500', '104928.957500', '104929.417500', '104929.877500', '104930.337500', '104930.797500', '104931.257500', '104931.717500', '104932.177500', '104932.637500', '104933.097500', '104933.557500', '104934.017500', '104934.477500', '104934.937500', '104935.397500', '104935.857500', '104936.317500', '104936.777500', '104937.237500', '104937.697500', '104938.157500', '104938.617500', '104939.077500', '104939.537500', '104939.997500', '104940.457500', '104940.917500', '104941.377500', '104941.837500', '104942.297500', '104942.757500', '104943.217500', '104943.677500', '104944.137500', '104944.597500', '104945.057500', '104945.517500', '104945.977500', '104946.437500', '104946.897500', '104947.357500', '104947.817500', '104948.277500', '104948.737500', '104949.197500', '104949.657500', '104950.117500', '104950.577500', '104951.037500', '104951.497500', '104951.957500', '104952.417500', '104952.877500', '104953.337500', '104953.797500', '104954.257500', '104954.717500', '104955.177500', '104955.637500', '104956.097500', '104956.557500', '104957.017500', '104957.477500', '104957.937500', '104958.397500', '104958.857500', '104959.317500', '104959.777500', '105000.237500', '105000.697500', '105001.157500', '105001.617500', '105002.077500', '105002.537500', '105002.997500', '105003.457500', '105003.917500', '105004.377500', '105004.837500', '105005.297500', '105005.757500', '105006.217500', '105006.677500', '105007.137500', '105007.597500', '105008.057500', '105008.517500', '105008.977500', '105009.437500', '105009.897500', '105010.357500', '105010.817500', '105011.277500', '105011.737500', '105012.197500', '105012.657500', '105013.117500', '105013.577500', '105014.037500', '105014.497500', '105014.957500', '105015.417500', '105015.877500', '105016.337500', '105016.797500', '105017.257500', '105017.717500', '105018.177500', '105018.637500', '105019.097500', '105019.557500', '105020.017500', '105020.477500', '105020.937500', '105021.397500', '105021.857500', '105022.317500', '105022.777500', '105023.237500', '105023.697500', '105024.157500', '105024.617500', '105025.077500', '105025.537500', '105025.997500', '105026.457500', '105026.917500', '105027.377500', '105027.837500', '105028.297500', '105028.757500', '105029.217500', '105029.677500', '105030.137500', '105030.597500', '105031.057500', '105031.517500', '105031.977500', '105032.437500', '105032.897500', '105033.357500', '105033.817500', '105034.277500', '105034.737500', '105035.197500', '105035.657500', '105036.117500', '105036.577500', '105037.037500', '105037.497500', '105037.957500'], 'ContentTime': ['104413.467000', '104413.471000', '104413.474000', '104413.477000', '104413.480000', '104413.483000', '104413.486000', '104413.489000', '104413.492000', '104413.494000', '104413.503000', '104413.506000', '104413.509000', '104413.512000', '104413.515000', '104413.518000', '104413.521000', '104413.524000', '104413.527000', '104413.530000', '104413.533000', '104413.536000', '104413.539000', '104413.541000', '104413.544000', '104413.547000', '104413.550000', '104413.553000', '104413.556000', '104413.559000', '104413.562000', '104413.568000', '104413.571000', '104433.438000', '104433.441000', '104433.444000', '104433.447000', '104433.450000', '104433.453000', '104433.456000', '104433.459000', '104433.463000', '104433.466000', '104433.469000', '104433.472000', '104433.475000', '104433.478000', '104433.481000', '104433.484000', '104433.487000', '104433.490000', '104433.493000', '104433.496000', '104433.499000', '104433.507000', '104433.510000', '104433.513000', '104433.516000', '104433.519000', '104433.522000', '104433.525000', '104433.528000', '104433.531000', '104433.534000', '104433.538000', '104433.541000', '104433.544000', '104433.547000', '104433.550000', '104433.553000', '104433.556000', '104433.559000', '104433.562000', '104433.565000', '104433.567000', '104433.571000', '104453.437000', '104453.440000', '104453.443000', '104453.446000', '104453.449000', '104453.452000', '104453.455000', '104453.464000', '104453.467000', '104453.470000', '104453.473000', '104453.476000', '104453.479000', '104453.482000', '104453.485000', '104453.494000', '104453.497000', '104453.500000', '104453.503000', '104453.506000', '104453.508000', '104453.511000', '104453.514000', '104453.517000', '104453.520000', '104453.523000', '104453.526000', '104453.529000', '104453.532000', '104453.535000', '104453.538000', '104453.541000', '104453.544000', '104453.547000', '104453.550000', '104453.553000', '104453.556000', '104453.559000', '104453.562000', '104453.565000', '104453.568000', '104453.571000', '104453.574000', '104453.577000', '104513.437000', '104513.440000', '104513.443000', '104513.446000', '104513.449000', '104513.452000', '104513.455000', '104513.458000', '104513.461000', '104513.464000', '104513.466000', '104513.470000', '104513.472000', '104513.475000', '104513.478000', '104513.481000', '104513.484000', '104513.487000', '104513.490000', '104513.493000', '104513.496000', '104513.499000', '104513.502000', '104513.505000', '104513.508000', '104513.511000', '104513.514000', '104513.517000', '104513.520000', '104513.523000', '104513.525000', '104513.528000', '104513.531000', '104513.534000', '104513.537000', '104513.540000', '104513.543000', '104513.549000', '104513.552000', '104513.555000', '104513.558000', '104513.561000', '104513.564000', '104533.438000', '104533.441000', '104533.444000', '104533.447000', '104533.450000', '104533.453000', '104533.456000', '104533.459000', '104533.461000', '104533.464000', '104533.467000', '104533.470000', '104533.473000', '104533.476000', '104533.479000', '104533.482000', '104533.485000', '104533.488000', '104533.491000', '104533.493000', '104533.496000', '104533.499000', '104533.502000', '104533.505000', '104533.508000', '104533.511000', '104533.514000', '104533.517000', '104533.520000', '104533.522000', '104533.525000', '104533.528000', '104533.531000', '104533.534000', '104533.537000', '104533.540000', '104533.543000', '104533.546000', '104533.549000', '104533.552000', '104533.554000', '104533.557000', '104533.560000', '104533.563000', '104553.438000', '104553.441000', '104553.444000', '104553.447000', '104553.450000', '104553.453000', '104553.456000', '104553.459000', '104553.462000', '104553.465000', '104553.467000', '104553.470000', '104553.473000', '104553.476000', '104553.479000', '104553.482000', '104553.485000', '104553.488000', '104553.491000', '104553.494000', '104553.497000', '104553.501000', '104553.504000', '104553.507000', '104553.510000', '104553.513000', '104553.516000', '104553.518000', '104553.521000', '104553.524000', '104553.527000', '104553.530000', '104553.533000', '104553.536000', '104553.539000', '104553.542000', '104553.545000', '104553.547000', '104553.550000', '104553.553000', '104553.556000', '104553.559000', '104553.564000', '104613.438000', '104613.441000', '104613.444000', '104613.447000', '104613.450000', '104613.453000', '104613.456000', '104613.459000', '104613.462000', '104613.465000', '104613.468000', '104613.471000', '104613.473000', '104613.476000', '104613.479000', '104613.482000', '104613.485000', '104613.488000', '104613.491000', '104613.498000', '104613.501000', '104613.504000', '104613.507000', '104613.510000', '104613.513000', '104613.516000', '104613.519000', '104613.522000', '104613.525000', '104613.528000', '104613.531000', '104613.534000', '104613.537000', '104613.540000', '104613.543000', '104613.546000', '104613.548000', '104613.551000', '104613.554000', '104613.557000', '104613.560000', '104613.563000', '104613.566000', '104613.569000', '104633.438000', '104633.441000', '104633.444000', '104633.463000', '104633.466000', '104633.468000', '104633.471000', '104633.474000', '104633.477000', '104633.480000', '104633.483000', '104633.486000', '104633.489000', '104633.492000', '104633.495000', '104633.497000', '104633.500000', '104633.504000', '104633.506000', '104633.509000', '104633.512000', '104633.515000', '104633.518000', '104633.521000', '104633.524000', '104633.527000', '104633.530000', '104633.533000', '104633.536000', '104633.539000', '104633.542000', '104633.545000', '104633.548000', '104633.550000', '104633.553000', '104633.556000', '104633.559000', '104633.562000', '104633.565000', '104633.568000', '104633.571000', '104633.574000', '104633.577000', '104653.438000', '104653.441000', '104653.444000', '104653.447000', '104653.450000', '104653.453000', '104653.456000', '104653.459000', '104653.461000', '104653.464000', '104653.467000', '104653.470000', '104653.473000', '104653.476000', '104653.479000', '104653.482000', '104653.485000', '104653.488000', '104653.491000', '104653.494000', '104653.497000', '104653.499000', '104653.502000', '104653.505000', '104653.508000', '104653.511000', '104653.514000', '104653.517000', '104653.520000', '104653.523000', '104653.526000', '104653.529000', '104653.532000', '104653.535000', '104653.538000', '104653.541000', '104653.543000', '104653.546000', '104653.549000', '104653.552000', '104653.555000', '104653.558000', '104653.561000', '104653.564000', '104713.437000', '104713.440000', '104713.443000', '104713.446000', '104713.449000', '104713.452000', '104713.455000', '104713.458000', '104713.461000', '104713.464000', '104713.467000', '104713.469000', '104713.472000', '104713.475000', '104713.478000', '104713.481000', '104713.484000', '104713.487000', '104713.490000', '104713.493000', '104713.496000', '104713.499000', '104713.502000', '104713.505000', '104713.507000', '104713.510000', '104713.513000', '104713.516000', '104713.519000', '104713.522000', '104713.525000', '104713.528000', '104713.531000', '104713.534000', '104713.538000', '104713.542000', '104713.544000', '104713.547000', '104713.550000', '104713.553000', '104713.556000', '104713.559000', '104713.562000', '104733.437000', '104733.440000', '104733.443000', '104733.446000', '104733.449000', '104733.452000', '104733.455000', '104733.458000', '104733.461000', '104733.464000', '104733.467000', '104733.470000', '104733.472000', '104733.475000', '104733.478000', '104733.481000', '104733.484000', '104733.487000', '104733.490000', '104733.493000', '104733.496000', '104733.499000', '104733.502000', '104733.505000', '104733.508000', '104733.511000', '104733.513000', '104733.516000', '104733.519000', '104733.522000', '104733.525000', '104733.528000', '104733.531000', '104733.534000', '104733.537000', '104733.540000', '104733.543000', '104733.546000', '104733.549000', '104733.552000', '104733.554000', '104733.565000', '104733.568000', '104733.571000', '104753.438000', '104753.441000', '104753.444000', '104753.447000', '104753.450000', '104753.453000', '104753.456000', '104753.459000', '104753.462000', '104753.465000', '104753.468000', '104753.471000', '104753.474000', '104753.477000', '104753.479000', '104753.482000', '104753.485000', '104753.488000', '104753.491000', '104753.494000', '104753.497000', '104753.500000', '104753.503000', '104753.506000', '104753.509000', '104753.512000', '104753.515000', '104753.518000', '104753.529000', '104753.532000', '104753.535000', '104753.539000', '104753.542000', '104753.544000', '104753.547000', '104753.550000', '104753.553000', '104753.556000', '104753.559000', '104753.562000', '104753.565000', '104753.568000', '104753.571000', '104813.439000', '104813.442000', '104813.445000', '104813.456000', '104813.459000', '104813.462000', '104813.465000', '104813.468000', '104813.471000', '104813.474000', '104813.477000', '104813.479000', '104813.482000', '104813.485000', '104813.488000', '104813.491000', '104813.494000', '104813.497000', '104813.500000', '104813.503000', '104813.506000', '104813.509000', '104813.512000', '104813.515000', '104813.518000', '104813.521000', '104813.523000', '104813.526000', '104813.529000', '104813.532000', '104813.535000', '104813.538000', '104813.541000', '104813.544000', '104813.547000', '104813.550000', '104813.553000', '104813.555000', '104813.558000', '104813.561000', '104813.564000', '104813.567000', '104813.570000', '104833.438000', '104833.441000', '104833.444000', '104833.447000', '104833.450000', '104833.453000', '104833.456000', '104833.459000', '104833.461000', '104833.464000', '104833.467000', '104833.470000', '104833.473000', '104833.476000', '104833.479000', '104833.482000', '104833.485000', '104833.488000', '104833.491000', '104833.494000', '104833.497000', '104833.499000', '104833.502000', '104833.505000', '104833.508000', '104833.511000', '104833.514000', '104833.517000', '104833.520000', '104833.523000', '104833.526000', '104833.529000', '104833.531000', '104833.534000', '104833.537000', '104833.540000', '104833.543000', '104833.546000', '104833.549000', '104833.552000', '104833.555000', '104833.558000', '104833.561000', '104833.564000', '104853.438000', '104853.441000', '104853.444000', '104853.447000', '104853.450000', '104853.453000', '104853.456000', '104853.459000', '104853.462000', '104853.464000', '104853.467000', '104853.470000', '104853.473000', '104853.476000', '104853.479000', '104853.482000', '104853.485000', '104853.488000', '104853.491000', '104853.494000', '104853.497000', '104853.500000', '104853.503000', '104853.506000', '104853.509000', '104853.512000', '104853.515000', '104853.518000', '104853.521000', '104853.524000', '104853.527000', '104853.530000', '104853.533000', '104853.536000', '104853.539000', '104853.542000', '104853.545000', '104853.548000', '104853.551000', '104853.554000', '104853.557000', '104853.560000', '104853.562000', '104853.565000', '104913.438000', '104913.441000', '104913.444000', '104913.447000', '104913.450000', '104913.453000', '104913.456000', '104913.459000', '104913.462000', '104913.465000', '104913.468000', '104913.471000', '104913.473000', '104913.476000', '104913.479000', '104913.482000', '104913.485000', '104913.488000', '104913.491000', '104913.494000', '104913.497000', '104913.500000', '104913.503000', '104913.506000', '104913.509000', '104913.512000', '104913.514000', '104913.517000', '104913.520000', '104913.523000', '104913.526000', '104913.529000', '104913.532000', '104913.535000', '104913.538000', '104913.541000', '104913.544000', '104913.547000', '104913.550000', '104913.553000', '104913.556000', '104913.559000', '104913.562000', '104933.437000', '104933.440000', '104933.443000', '104933.446000', '104933.449000', '104933.452000', '104933.455000', '104933.458000', '104933.461000', '104933.464000', '104933.467000', '104933.470000', '104933.473000', '104933.475000', '104933.478000', '104933.483000', '104933.488000', '104933.491000', '104933.494000', '104933.497000', '104933.499000', '104933.502000', '104933.505000', '104933.508000', '104933.511000', '104933.514000', '104933.517000', '104933.520000', '104933.523000', '104933.526000', '104933.529000', '104933.532000', '104933.534000', '104933.537000', '104933.540000', '104933.543000', '104933.546000', '104933.549000', '104933.552000', '104933.555000', '104933.558000', '104933.561000', '104933.564000', '104953.437000', '104953.440000', '104953.443000', '104953.446000', '104953.449000', '104953.452000', '104953.455000', '104953.458000', '104953.460000', '104953.463000', '104953.466000', '104953.469000', '104953.472000', '104953.475000', '104953.478000', '104953.481000', '104953.484000', '104953.487000', '104953.490000', '104953.494000', '104953.497000', '104953.500000', '104953.503000', '104953.506000', '104953.509000', '104953.512000', '104953.515000', '104953.518000', '104953.521000', '104953.524000', '104953.527000', '104953.530000', '104953.533000', '104953.536000', '104953.538000', '104953.541000', '104953.544000', '104953.547000', '104953.550000', '104953.553000', '104953.556000', '104953.559000', '104953.562000', '104953.565000', '105013.438000', '105013.441000', '105013.444000', '105013.447000', '105013.450000', '105013.453000', '105013.456000', '105013.461000', '105013.465000', '105013.468000', '105013.471000', '105013.474000', '105013.477000', '105013.480000', '105013.483000', '105013.486000', '105013.489000', '105013.492000', '105013.495000', '105013.498000', '105013.501000', '105013.504000', '105013.507000', '105013.509000', '105013.512000', '105013.515000', '105013.518000', '105013.521000', '105013.524000', '105013.527000', '105013.530000', '105013.533000', '105013.536000', '105013.539000', '105013.541000', '105013.544000', '105013.547000', '105013.550000', '105013.553000', '105013.556000', '105013.559000', '105013.562000', '105013.565000', '105033.438000', '105033.441000', '105033.444000', '105033.447000', '105033.450000', '105033.453000', '105033.456000', '105033.459000', '105033.462000', '105033.465000', '105033.468000', '105033.470000', '105033.473000', '105033.476000', '105033.479000', '105033.482000', '105033.485000', '105033.488000', '105033.491000', '105033.494000', '105033.497000', '105033.500000', '105033.503000', '105033.506000', '105033.509000', '105033.512000', '105033.515000', '105033.518000', '105033.520000', '105033.523000', '105033.526000', '105033.529000', '105033.532000', '105033.535000', '105033.538000', '105033.541000', '105033.544000', '105033.547000', '105033.550000', '105033.553000', '105033.556000', '105033.559000', '105033.562000', '105033.564000', '105039.272000', '105039.276000', '105039.280000', '105039.283000', '105039.286000', '105039.289000', '105039.293000', '105039.296000', '105039.299000', '105039.302000', '105039.305000', '105039.308000', '105039.311000'], 'InstanceCreationTime': ['104413.467000', '104413.471000', '104413.474000', '104413.477000', '104413.480000', '104413.483000', '104413.486000', '104413.489000', '104413.492000', '104413.494000', '104413.503000', '104413.506000', '104413.509000', '104413.512000', '104413.515000', '104413.518000', '104413.521000', '104413.524000', '104413.527000', '104413.530000', '104413.533000', '104413.536000', '104413.539000', '104413.541000', '104413.544000', '104413.547000', '104413.550000', '104413.553000', '104413.556000', '104413.559000', '104413.562000', '104413.568000', '104413.571000', '104433.438000', '104433.441000', '104433.444000', '104433.447000', '104433.450000', '104433.453000', '104433.456000', '104433.459000', '104433.463000', '104433.466000', '104433.469000', '104433.472000', '104433.475000', '104433.478000', '104433.481000', '104433.484000', '104433.487000', '104433.490000', '104433.493000', '104433.496000', '104433.499000', '104433.507000', '104433.510000', '104433.513000', '104433.516000', '104433.519000', '104433.522000', '104433.525000', '104433.528000', '104433.531000', '104433.534000', '104433.538000', '104433.541000', '104433.544000', '104433.547000', '104433.550000', '104433.553000', '104433.556000', '104433.559000', '104433.562000', '104433.565000', '104433.567000', '104433.571000', '104453.437000', '104453.440000', '104453.443000', '104453.446000', '104453.449000', '104453.452000', '104453.455000', '104453.464000', '104453.467000', '104453.470000', '104453.473000', '104453.476000', '104453.479000', '104453.482000', '104453.485000', '104453.494000', '104453.497000', '104453.500000', '104453.503000', '104453.506000', '104453.508000', '104453.511000', '104453.514000', '104453.517000', '104453.520000', '104453.523000', '104453.526000', '104453.529000', '104453.532000', '104453.535000', '104453.538000', '104453.541000', '104453.544000', '104453.547000', '104453.550000', '104453.553000', '104453.556000', '104453.559000', '104453.562000', '104453.565000', '104453.568000', '104453.571000', '104453.574000', '104453.577000', '104513.437000', '104513.440000', '104513.443000', '104513.446000', '104513.449000', '104513.452000', '104513.455000', '104513.458000', '104513.461000', '104513.464000', '104513.466000', '104513.470000', '104513.472000', '104513.475000', '104513.478000', '104513.481000', '104513.484000', '104513.487000', '104513.490000', '104513.493000', '104513.496000', '104513.499000', '104513.502000', '104513.505000', '104513.508000', '104513.511000', '104513.514000', '104513.517000', '104513.520000', '104513.523000', '104513.525000', '104513.528000', '104513.531000', '104513.534000', '104513.537000', '104513.540000', '104513.543000', '104513.549000', '104513.552000', '104513.555000', '104513.558000', '104513.561000', '104513.564000', '104533.438000', '104533.441000', '104533.444000', '104533.447000', '104533.450000', '104533.453000', '104533.456000', '104533.459000', '104533.461000', '104533.464000', '104533.467000', '104533.470000', '104533.473000', '104533.476000', '104533.479000', '104533.482000', '104533.485000', '104533.488000', '104533.491000', '104533.493000', '104533.496000', '104533.499000', '104533.502000', '104533.505000', '104533.508000', '104533.511000', '104533.514000', '104533.517000', '104533.520000', '104533.522000', '104533.525000', '104533.528000', '104533.531000', '104533.534000', '104533.537000', '104533.540000', '104533.543000', '104533.546000', '104533.549000', '104533.552000', '104533.554000', '104533.557000', '104533.560000', '104533.563000', '104553.438000', '104553.441000', '104553.444000', '104553.447000', '104553.450000', '104553.453000', '104553.456000', '104553.459000', '104553.462000', '104553.465000', '104553.467000', '104553.470000', '104553.473000', '104553.476000', '104553.479000', '104553.482000', '104553.485000', '104553.488000', '104553.491000', '104553.494000', '104553.497000', '104553.501000', '104553.504000', '104553.507000', '104553.510000', '104553.513000', '104553.516000', '104553.518000', '104553.521000', '104553.524000', '104553.527000', '104553.530000', '104553.533000', '104553.536000', '104553.539000', '104553.542000', '104553.545000', '104553.547000', '104553.550000', '104553.553000', '104553.556000', '104553.559000', '104553.564000', '104613.438000', '104613.441000', '104613.444000', '104613.447000', '104613.450000', '104613.453000', '104613.456000', '104613.459000', '104613.462000', '104613.465000', '104613.468000', '104613.471000', '104613.473000', '104613.476000', '104613.479000', '104613.482000', '104613.485000', '104613.488000', '104613.491000', '104613.498000', '104613.501000', '104613.504000', '104613.507000', '104613.510000', '104613.513000', '104613.516000', '104613.519000', '104613.522000', '104613.525000', '104613.528000', '104613.531000', '104613.534000', '104613.537000', '104613.540000', '104613.543000', '104613.546000', '104613.548000', '104613.551000', '104613.554000', '104613.557000', '104613.560000', '104613.563000', '104613.566000', '104613.569000', '104633.438000', '104633.441000', '104633.444000', '104633.463000', '104633.466000', '104633.468000', '104633.471000', '104633.474000', '104633.477000', '104633.480000', '104633.483000', '104633.486000', '104633.489000', '104633.492000', '104633.495000', '104633.497000', '104633.500000', '104633.504000', '104633.506000', '104633.509000', '104633.512000', '104633.515000', '104633.518000', '104633.521000', '104633.524000', '104633.527000', '104633.530000', '104633.533000', '104633.536000', '104633.539000', '104633.542000', '104633.545000', '104633.548000', '104633.550000', '104633.553000', '104633.556000', '104633.559000', '104633.562000', '104633.565000', '104633.568000', '104633.571000', '104633.574000', '104633.577000', '104653.438000', '104653.441000', '104653.444000', '104653.447000', '104653.450000', '104653.453000', '104653.456000', '104653.459000', '104653.461000', '104653.464000', '104653.467000', '104653.470000', '104653.473000', '104653.476000', '104653.479000', '104653.482000', '104653.485000', '104653.488000', '104653.491000', '104653.494000', '104653.497000', '104653.499000', '104653.502000', '104653.505000', '104653.508000', '104653.511000', '104653.514000', '104653.517000', '104653.520000', '104653.523000', '104653.526000', '104653.529000', '104653.532000', '104653.535000', '104653.538000', '104653.541000', '104653.543000', '104653.546000', '104653.549000', '104653.552000', '104653.555000', '104653.558000', '104653.561000', '104653.564000', '104713.437000', '104713.440000', '104713.443000', '104713.446000', '104713.449000', '104713.452000', '104713.455000', '104713.458000', '104713.461000', '104713.464000', '104713.467000', '104713.469000', '104713.472000', '104713.475000', '104713.478000', '104713.481000', '104713.484000', '104713.487000', '104713.490000', '104713.493000', '104713.496000', '104713.499000', '104713.502000', '104713.505000', '104713.507000', '104713.510000', '104713.513000', '104713.516000', '104713.519000', '104713.522000', '104713.525000', '104713.528000', '104713.531000', '104713.534000', '104713.538000', '104713.542000', '104713.544000', '104713.547000', '104713.550000', '104713.553000', '104713.556000', '104713.559000', '104713.562000', '104733.437000', '104733.440000', '104733.443000', '104733.446000', '104733.449000', '104733.452000', '104733.455000', '104733.458000', '104733.461000', '104733.464000', '104733.467000', '104733.470000', '104733.472000', '104733.475000', '104733.478000', '104733.481000', '104733.484000', '104733.487000', '104733.490000', '104733.493000', '104733.496000', '104733.499000', '104733.502000', '104733.505000', '104733.508000', '104733.511000', '104733.513000', '104733.516000', '104733.519000', '104733.522000', '104733.525000', '104733.528000', '104733.531000', '104733.534000', '104733.537000', '104733.540000', '104733.543000', '104733.546000', '104733.549000', '104733.552000', '104733.554000', '104733.565000', '104733.568000', '104733.571000', '104753.438000', '104753.441000', '104753.444000', '104753.447000', '104753.450000', '104753.453000', '104753.456000', '104753.459000', '104753.462000', '104753.465000', '104753.468000', '104753.471000', '104753.474000', '104753.477000', '104753.479000', '104753.482000', '104753.485000', '104753.488000', '104753.491000', '104753.494000', '104753.497000', '104753.500000', '104753.503000', '104753.506000', '104753.509000', '104753.512000', '104753.515000', '104753.518000', '104753.529000', '104753.532000', '104753.535000', '104753.539000', '104753.542000', '104753.544000', '104753.547000', '104753.550000', '104753.553000', '104753.556000', '104753.559000', '104753.562000', '104753.565000', '104753.568000', '104753.571000', '104813.439000', '104813.442000', '104813.445000', '104813.456000', '104813.459000', '104813.462000', '104813.465000', '104813.468000', '104813.471000', '104813.474000', '104813.477000', '104813.479000', '104813.482000', '104813.485000', '104813.488000', '104813.491000', '104813.494000', '104813.497000', '104813.500000', '104813.503000', '104813.506000', '104813.509000', '104813.512000', '104813.515000', '104813.518000', '104813.521000', '104813.523000', '104813.526000', '104813.529000', '104813.532000', '104813.535000', '104813.538000', '104813.541000', '104813.544000', '104813.547000', '104813.550000', '104813.553000', '104813.555000', '104813.558000', '104813.561000', '104813.564000', '104813.567000', '104813.570000', '104833.438000', '104833.441000', '104833.444000', '104833.447000', '104833.450000', '104833.453000', '104833.456000', '104833.459000', '104833.461000', '104833.464000', '104833.467000', '104833.470000', '104833.473000', '104833.476000', '104833.479000', '104833.482000', '104833.485000', '104833.488000', '104833.491000', '104833.494000', '104833.497000', '104833.499000', '104833.502000', '104833.505000', '104833.508000', '104833.511000', '104833.514000', '104833.517000', '104833.520000', '104833.523000', '104833.526000', '104833.529000', '104833.531000', '104833.534000', '104833.537000', '104833.540000', '104833.543000', '104833.546000', '104833.549000', '104833.552000', '104833.555000', '104833.558000', '104833.561000', '104833.564000', '104853.438000', '104853.441000', '104853.444000', '104853.447000', '104853.450000', '104853.453000', '104853.456000', '104853.459000', '104853.462000', '104853.464000', '104853.467000', '104853.470000', '104853.473000', '104853.476000', '104853.479000', '104853.482000', '104853.485000', '104853.488000', '104853.491000', '104853.494000', '104853.497000', '104853.500000', '104853.503000', '104853.506000', '104853.509000', '104853.512000', '104853.515000', '104853.518000', '104853.521000', '104853.524000', '104853.527000', '104853.530000', '104853.533000', '104853.536000', '104853.539000', '104853.542000', '104853.545000', '104853.548000', '104853.551000', '104853.554000', '104853.557000', '104853.560000', '104853.562000', '104853.565000', '104913.438000', '104913.441000', '104913.444000', '104913.447000', '104913.450000', '104913.453000', '104913.456000', '104913.459000', '104913.462000', '104913.465000', '104913.468000', '104913.471000', '104913.473000', '104913.476000', '104913.479000', '104913.482000', '104913.485000', '104913.488000', '104913.491000', '104913.494000', '104913.497000', '104913.500000', '104913.503000', '104913.506000', '104913.509000', '104913.512000', '104913.514000', '104913.517000', '104913.520000', '104913.523000', '104913.526000', '104913.529000', '104913.532000', '104913.535000', '104913.538000', '104913.541000', '104913.544000', '104913.547000', '104913.550000', '104913.553000', '104913.556000', '104913.559000', '104913.562000', '104933.437000', '104933.440000', '104933.443000', '104933.446000', '104933.449000', '104933.452000', '104933.455000', '104933.458000', '104933.461000', '104933.464000', '104933.467000', '104933.470000', '104933.473000', '104933.475000', '104933.478000', '104933.483000', '104933.488000', '104933.491000', '104933.494000', '104933.497000', '104933.499000', '104933.502000', '104933.505000', '104933.508000', '104933.511000', '104933.514000', '104933.517000', '104933.520000', '104933.523000', '104933.526000', '104933.529000', '104933.532000', '104933.534000', '104933.537000', '104933.540000', '104933.543000', '104933.546000', '104933.549000', '104933.552000', '104933.555000', '104933.558000', '104933.561000', '104933.564000', '104953.437000', '104953.440000', '104953.443000', '104953.446000', '104953.449000', '104953.452000', '104953.455000', '104953.458000', '104953.460000', '104953.463000', '104953.466000', '104953.469000', '104953.472000', '104953.475000', '104953.478000', '104953.481000', '104953.484000', '104953.487000', '104953.490000', '104953.494000', '104953.497000', '104953.500000', '104953.503000', '104953.506000', '104953.509000', '104953.512000', '104953.515000', '104953.518000', '104953.521000', '104953.524000', '104953.527000', '104953.530000', '104953.533000', '104953.536000', '104953.538000', '104953.541000', '104953.544000', '104953.547000', '104953.550000', '104953.553000', '104953.556000', '104953.559000', '104953.562000', '104953.565000', '105013.438000', '105013.441000', '105013.444000', '105013.447000', '105013.450000', '105013.453000', '105013.456000', '105013.461000', '105013.465000', '105013.468000', '105013.471000', '105013.474000', '105013.477000', '105013.480000', '105013.483000', '105013.486000', '105013.489000', '105013.492000', '105013.495000', '105013.498000', '105013.501000', '105013.504000', '105013.507000', '105013.509000', '105013.512000', '105013.515000', '105013.518000', '105013.521000', '105013.524000', '105013.527000', '105013.530000', '105013.533000', '105013.536000', '105013.539000', '105013.541000', '105013.544000', '105013.547000', '105013.550000', '105013.553000', '105013.556000', '105013.559000', '105013.562000', '105013.565000', '105033.438000', '105033.441000', '105033.444000', '105033.447000', '105033.450000', '105033.453000', '105033.456000', '105033.459000', '105033.462000', '105033.465000', '105033.468000', '105033.470000', '105033.473000', '105033.476000', '105033.479000', '105033.482000', '105033.485000', '105033.488000', '105033.491000', '105033.494000', '105033.497000', '105033.500000', '105033.503000', '105033.506000', '105033.509000', '105033.512000', '105033.515000', '105033.518000', '105033.520000', '105033.523000', '105033.526000', '105033.529000', '105033.532000', '105033.535000', '105033.538000', '105033.541000', '105033.544000', '105033.547000', '105033.550000', '105033.553000', '105033.556000', '105033.559000', '105033.562000', '105033.564000', '105039.272000', '105039.276000', '105039.280000', '105039.283000', '105039.286000', '105039.289000', '105039.293000', '105039.296000', '105039.299000', '105039.302000', '105039.305000', '105039.308000', '105039.311000'], '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': [12601, 10060, 12511, 10166, 11939, 8611, 10483, 7939, 8723, 7535, 8085, 7454, 8491, 6645, 9276, 7251, 9223, 7677, 8979, 7956, 8854, 7895, 7568, 7205, 6703, 7618, 7149, 7980, 7567, 6810, 8496, 7382, 6598, 9204, 7504, 8603, 8437, 7025, 11812, 8960, 10542, 9722, 10178, 14033, 12602, 14882, 12518, 10631, 14377, 11125, 15096, 11341, 12748, 13110, 9538, 12778, 10519, 10864, 9137, 7743, 12002, 9379, 7315, 8961, 9250, 9530, 9876, 8499, 7408, 11815, 10338, 8307, 7791, 10155, 8510, 8230, 11288, 12031, 10443, 9495, 13047, 9984, 8048, 12551, 10231, 7582, 12091, 8345, 7063, 9381, 7856, 7160, 8654, 7504, 6812, 7428, 7422, 7185, 6955, 7216, 6823, 7365, 7095, 7802, 6612, 7408, 8230, 10197, 9068, 13272, 10187, 11944, 11967, 13048, 11966, 16957, 12493, 15245, 12236, 13384, 13450, 10130, 14322, 10974, 12108, 8667, 8998, 7152, 7876, 7361, 7321, 7932, 10689, 7327, 9951, 7396, 8253, 7466, 8826, 7851, 8413, 7963, 8463, 7827, 8068, 7529, 8024, 7290, 7882, 7445, 6758, 7681, 7026, 7942, 7408, 7823, 7589, 9850, 8294, 9789, 8232, 9382, 7291, 8623, 6760, 8846, 7331, 9597, 7806, 7620, 7863, 6937, 8840, 8176, 6925, 8232, 7513, 6809, 8015, 7361, 6690, 8634, 7278, 9963, 10817, 8926, 13019, 9814, 12905, 11252, 13199, 10037, 12887, 8990, 12126, 8805, 11980, 9067, 8919, 7953, 7207, 7066, 7181, 7162, 6954, 7805, 7378, 7427, 8865, 7976, 11036, 8114, 10244, 9639, 9103, 13029, 9516, 10832, 10868, 10007, 12582, 10857, 13317, 10152, 12417, 9922, 12251, 9537, 11439, 8456, 11241, 8235, 9999, 7665, 8199, 7409, 8640, 7837, 6805, 7295, 6831, 8389, 7415, 7284, 7227, 6789, 7751, 7714, 7457, 11609, 8317, 9903, 7612, 8154, 6675, 8595, 6860, 8371, 6628, 7897, 6503, 7910, 7042, 7651, 6314, 7957, 7083, 8603, 7552, 7599, 7065, 6654, 7339, 6915, 7390, 10668, 7613, 10132, 8007, 10124, 8540, 9835, 8175, 8047, 7457, 6502, 8782, 7399, 6684, 8196, 6400, 9350, 6805, 9249, 13100, 10013, 13084, 10314, 9946, 10394, 8092, 11631, 8407, 8507, 9016, 7877, 11663, 9331, 11214, 8676, 9953, 9900, 14583, 11381, 15210, 12473, 14163, 11328, 12344, 9461, 11023, 9027, 10148, 7989, 9378, 7449, 9444, 7110, 9692, 6905, 9099, 6781, 8572, 6709, 8301, 6705, 8403, 6647, 8708, 7131, 8239, 7439, 6717, 8748, 7258, 7227, 7640, 6956, 9376, 10473, 10603, 14093, 11696, 15359, 12219, 14018, 11746, 13674, 11232, 14602, 11276, 12781, 10573, 12981, 9928, 9772, 8028, 8740, 9290, 8444, 9439, 10785, 8316, 12138, 8031, 10428, 8391, 9835, 8122, 9135, 6784, 8929, 7140, 8864, 7765, 6873, 7787, 7082, 7340, 7297, 6696, 8368, 6763, 10247, 8113, 11385, 9536, 11847, 11965, 10209, 14796, 10796, 13034, 10438, 11430, 8213, 9356, 8117, 8472, 8145, 7830, 6545, 8277, 6813, 8894, 7087, 6714, 7729, 6704, 8960, 7526, 9026, 7606, 9424, 7873, 9308, 8192, 12007, 9242, 14274, 11284, 13905, 11562, 11613, 10110, 13040, 10342, 14324, 10542, 13996, 10926, 12580, 9752, 11243, 8145, 8978, 7592, 8180, 10915, 7739, 6780, 8920, 6769, 9157, 7431, 6808, 7761, 6669, 8357, 6612, 8612, 9646, 8380, 10867, 8365, 12724, 9038, 10579, 8399, 9114, 8011, 7062, 8491, 7035, 9470, 7137, 9771, 6857, 8997, 8062, 8370, 7880, 8527, 7126, 10258, 7465, 10561, 7883, 8419, 7911, 7251, 9391, 7272, 10646, 8026, 11194, 8219, 10543, 8429, 8801, 8184, 7115, 10749, 8171, 11048, 8313, 8927, 9051, 9348, 10259, 10811, 11285, 10805, 10593, 11115, 8775, 11433, 8361, 10342, 8079, 7883, 7882, 6945, 8811, 7325, 6919, 7550, 6931, 8709, 7087, 9774, 7458, 10617, 7576, 10725, 8055, 10727, 8288, 9994, 7357, 9253, 8145, 8926, 7359, 9656, 7230, 9776, 7518, 7188, 7893, 6569, 8045, 6623, 8712, 6830, 9407, 8168, 8826, 13133, 9572, 12438, 10235, 11521, 8562, 10489, 7528, 10270, 7060, 10559, 6855, 10149, 6813, 9779, 7688, 9763, 8108, 10099, 7862, 7004, 8327, 7024, 9849, 8138, 6407, 9078, 6916, 11377, 7783, 12021, 10397, 12538, 10525, 10055, 11687, 11578, 12995, 11854, 14942, 11994, 15143, 11076, 11899, 9504, 9486, 11706, 10314, 14318, 10935, 9491, 9986, 8061, 12362, 10253, 13600, 10569, 9323, 10143, 7973, 11639, 8499, 11393, 10684, 8539, 11524, 7788, 9786, 7757, 7035, 9670, 8200, 10646, 8618, 7259, 9282, 7719, 10305, 7898, 7154, 8824, 7319, 7081, 6983, 7342, 7669, 8230, 7499, 7721, 7572, 9419, 8137, 7756, 7690, 11100, 10234, 10401, 10727, 13450, 11827, 12495, 13879, 11624, 13126, 12384, 10084, 14043, 10540, 9887, 11526, 9140, 9465, 8000, 7371, 8460, 7702, 8046, 7870, 7145, 8181, 7412, 8728, 6996, 8495, 7069, 8453, 6940, 8269, 7263, 8090, 7550, 6730, 7784, 6874, 8576, 6928, 8647, 6778, 7850, 6808, 7607, 6867, 8297, 6903, 8941, 7503, 6845, 7673, 6828, 8750, 6500, 8526, 7183, 8559, 10293, 9372, 9657, 8407, 9506, 8508, 9796, 8317, 8616, 8554, 7929, 9437, 7040, 10263, 7000, 9375, 7603, 9814, 7898, 7574, 8119, 6739, 9230, 7026, 9531, 7797, 7064, 9447, 7798, 8045, 8574, 6962, 10941, 8060, 11681, 9076, 11216, 9996, 9106, 11287, 8541, 12570, 8527, 10533, 8488, 8752, 7654, 8539, 7447, 6696, 7636, 7097, 8272, 6812, 8369, 7697, 7703, 11940, 8890, 10928, 8729, 10169, 8048, 8702, 12894, 8735, 11710, 8547, 10207, 8261, 7398, 7896, 6711, 8350, 7234, 9734, 7450, 11004, 8653, 13560, 11036, 13413, 10150, 12438, 9480, 11250, 9571, 10532, 8649, 11731, 7912, 11674, 7775, 11265, 8529, 9947, 7999, 7438, 9334, 7951, 11365, 7679, 10399, 8014, 8909, 8235, 7471, 9675, 7379, 10126, 7828, 8500, 8802, 7536, 11461, 7730, 6966, 8118, 7065, 9325, 7692, 9647, 8174, 6938, 8335, 7123, 9100, 6882, 9621, 7309, 9560, 7358, 9662, 7842, 10101, 7446, 9912, 7527, 9041, 7425, 8509, 7353, 7243, 7368, 7081, 6983, 7442, 6768, 7741, 7193, 8777, 7482, 10066, 7983, 11686, 8803, 13640, 11016, 13589, 10708], 'WindowCenter': [4084.0, 4047.0, 4055.0, 4019.0, 4029.0, 3996.0, 4017.0, 3982.0, 3993.0, 3971.0, 3981.0, 3970.0, 3980.0, 3958.0, 3989.0, 3969.0, 3989.0, 3970.0, 3992.0, 3983.0, 4005.0, 3997.0, 3982.0, 3984.0, 3986.0, 3996.0, 3996.0, 4007.0, 3995.0, 3986.0, 4017.0, 3997.0, 3999.0, 4029.0, 4010.0, 4020.0, 4009.0, 4000.0, 4050.0, 4020.0, 4044.0, 4046.0, 4032.0, 4061.0, 4040.0, 4060.0, 4038.0, 4015.0, 4047.0, 4026.0, 4046.0, 4016.0, 4024.0, 4024.0, 3991.0, 4011.0, 4000.0, 4002.0, 3990.0, 3969.0, 4010.0, 3978.0, 3957.0, 3991.0, 4005.0, 4014.0, 4014.0, 3991.0, 3968.0, 4021.0, 3998.0, 3977.0, 3967.0, 3997.0, 3975.0, 3977.0, 4000.0, 4008.0, 3987.0, 3975.0, 3995.0, 3975.0, 3953.0, 3993.0, 3971.0, 3939.0, 3981.0, 3949.0, 3928.0, 3958.0, 3950.0, 3941.0, 3961.0, 3953.0, 3945.0, 3954.0, 3967.0, 3983.0, 3984.0, 3997.0, 3999.0, 3997.0, 3983.0, 3980.0, 3970.0, 3983.0, 3994.0, 4030.0, 4008.0, 4037.0, 4005.0, 4014.0, 4025.0, 4024.0, 4014.0, 4045.0, 4010.0, 4022.0, 3996.0, 3997.0, 3985.0, 3964.0, 3991.0, 3957.0, 3956.0, 3938.0, 3935.0, 3914.0, 3924.0, 3925.0, 3926.0, 3937.0, 3956.0, 3926.0, 3945.0, 3927.0, 3936.0, 3927.0, 3948.0, 3940.0, 3938.0, 3951.0, 3950.0, 3941.0, 3940.0, 3942.0, 3951.0, 3942.0, 3952.0, 3955.0, 3957.0, 3968.0, 3960.0, 3980.0, 3982.0, 3980.0, 3984.0, 4003.0, 3982.0, 4003.0, 3981.0, 3991.0, 3971.0, 3979.0, 3956.0, 3978.0, 3968.0, 3990.0, 3982.0, 3984.0, 3994.0, 3985.0, 4005.0, 4020.0, 3999.0, 4020.0, 3996.0, 3984.0, 3993.0, 3995.0, 3985.0, 4004.0, 3999.0, 4028.0, 4038.0, 4017.0, 4052.0, 4017.0, 4036.0, 4014.0, 4034.0, 4001.0, 4021.0, 3990.0, 4010.0, 3990.0, 4010.0, 3978.0, 3990.0, 3990.0, 3966.0, 3967.0, 3957.0, 3967.0, 3967.0, 3981.0, 3982.0, 3982.0, 4005.0, 3996.0, 4039.0, 4010.0, 4018.0, 4004.0, 3991.0, 4010.0, 3991.0, 4001.0, 4001.0, 3987.0, 3999.0, 3989.0, 3998.0, 3976.0, 3984.0, 3962.0, 3970.0, 3950.0, 3970.0, 3939.0, 3957.0, 3937.0, 3959.0, 3927.0, 3936.0, 3927.0, 3948.0, 3939.0, 3929.0, 3940.0, 3943.0, 3964.0, 3956.0, 3967.0, 3969.0, 3959.0, 3981.0, 3983.0, 3972.0, 4011.0, 3979.0, 3986.0, 3956.0, 3966.0, 3946.0, 3977.0, 3946.0, 3966.0, 3944.0, 3966.0, 3946.0, 3980.0, 3971.0, 3970.0, 3959.0, 3979.0, 3970.0, 3991.0, 3983.0, 3984.0, 3984.0, 3974.0, 3986.0, 3985.0, 3986.0, 4014.0, 3985.0, 4014.0, 3995.0, 4003.0, 3993.0, 4003.0, 3994.0, 3994.0, 3982.0, 3973.0, 4005.0, 3996.0, 3986.0, 4005.0, 3987.0, 4021.0, 3989.0, 4021.0, 4049.0, 4028.0, 4049.0, 4028.0, 4018.0, 4029.0, 3995.0, 4027.0, 4006.0, 4006.0, 4017.0, 4008.0, 4039.0, 4018.0, 4040.0, 4009.0, 4018.0, 4019.0, 4048.0, 4027.0, 4047.0, 4026.0, 4034.0, 4004.0, 4010.0, 3990.0, 3999.0, 3979.0, 3990.0, 3968.0, 3978.0, 3957.0, 3978.0, 3958.0, 3989.0, 3957.0, 3979.0, 3958.0, 3979.0, 3958.0, 3978.0, 3947.0, 3979.0, 3958.0, 3979.0, 3971.0, 3992.0, 3983.0, 3984.0, 4008.0, 3998.0, 3999.0, 4011.0, 4000.0, 4032.0, 4031.0, 4032.0, 4051.0, 4039.0, 4048.0, 4029.0, 4037.0, 4027.0, 4036.0, 4015.0, 4035.0, 4015.0, 4024.0, 4004.0, 4023.0, 3992.0, 3992.0, 3971.0, 3979.0, 3991.0, 3979.0, 3992.0, 4000.0, 3980.0, 4010.0, 3968.0, 3988.0, 3968.0, 3988.0, 3966.0, 3978.0, 3947.0, 3978.0, 3959.0, 3977.0, 3968.0, 3959.0, 3980.0, 3983.0, 3984.0, 3995.0, 3986.0, 4008.0, 3988.0, 4029.0, 3998.0, 4029.0, 4017.0, 4029.0, 4027.0, 4005.0, 4037.0, 4015.0, 4024.0, 4003.0, 4012.0, 3981.0, 3989.0, 3982.0, 3983.0, 3969.0, 3968.0, 3948.0, 3979.0, 3957.0, 3990.0, 3971.0, 3973.0, 3994.0, 3987.0, 4019.0, 4011.0, 4021.0, 4011.0, 4030.0, 4011.0, 4020.0, 4010.0, 4038.0, 4020.0, 4060.0, 4030.0, 4048.0, 4028.0, 4026.0, 4015.0, 4035.0, 4004.0, 4034.0, 4003.0, 4022.0, 4001.0, 4011.0, 3979.0, 3998.0, 3956.0, 3966.0, 3954.0, 3966.0, 3985.0, 3954.0, 3945.0, 3965.0, 3945.0, 3978.0, 3958.0, 3957.0, 3970.0, 3960.0, 3983.0, 3972.0, 3994.0, 4004.0, 3983.0, 4003.0, 3983.0, 4023.0, 3992.0, 4001.0, 3981.0, 3992.0, 3983.0, 3972.0, 3992.0, 3984.0, 4005.0, 3974.0, 4017.0, 3976.0, 4006.0, 3983.0, 3995.0, 3994.0, 3995.0, 3973.0, 4004.0, 3983.0, 4014.0, 3996.0, 3994.0, 3996.0, 3985.0, 4007.0, 3985.0, 4016.0, 3984.0, 4014.0, 3994.0, 4014.0, 3993.0, 3994.0, 3993.0, 3973.0, 4014.0, 3985.0, 4014.0, 3984.0, 3993.0, 3993.0, 3993.0, 4003.0, 4002.0, 4001.0, 4000.0, 3990.0, 3988.0, 3967.0, 3987.0, 3965.0, 3976.0, 3956.0, 3965.0, 3967.0, 3956.0, 3977.0, 3968.0, 3970.0, 3982.0, 3972.0, 3994.0, 3986.0, 4017.0, 3985.0, 4016.0, 3986.0, 4016.0, 3995.0, 4016.0, 3994.0, 4005.0, 3973.0, 4005.0, 3983.0, 3994.0, 3972.0, 4002.0, 3972.0, 4004.0, 3985.0, 3984.0, 3997.0, 3986.0, 4010.0, 3988.0, 4009.0, 3989.0, 4022.0, 4008.0, 4009.0, 4050.0, 4019.0, 4039.0, 4018.0, 4028.0, 3995.0, 4017.0, 3985.0, 4004.0, 3973.0, 4014.0, 3974.0, 4016.0, 3975.0, 4005.0, 3985.0, 4016.0, 3998.0, 4017.0, 3999.0, 3988.0, 4010.0, 3999.0, 4029.0, 4010.0, 3989.0, 4022.0, 4003.0, 4053.0, 4012.0, 4053.0, 4032.0, 4051.0, 4031.0, 4019.0, 4042.0, 4028.0, 4041.0, 4028.0, 4049.0, 4028.0, 4049.0, 4027.0, 4025.0, 4006.0, 4006.0, 4026.0, 4004.0, 4036.0, 4014.0, 3992.0, 4004.0, 3982.0, 4013.0, 4003.0, 4023.0, 4002.0, 3979.0, 3989.0, 3970.0, 3999.0, 3980.0, 3999.0, 3990.0, 3967.0, 3998.0, 3957.0, 3977.0, 3957.0, 3947.0, 3976.0, 3969.0, 3987.0, 3968.0, 3957.0, 3978.0, 3958.0, 3988.0, 3970.0, 3972.0, 3991.0, 3984.0, 3972.0, 3982.0, 3982.0, 3983.0, 4004.0, 4009.0, 4007.0, 3995.0, 4015.0, 4007.0, 3997.0, 3994.0, 4026.0, 4014.0, 4014.0, 4015.0, 4025.0, 4025.0, 4024.0, 4021.0, 4001.0, 3997.0, 3997.0, 3976.0, 3995.0, 3976.0, 3962.0, 3971.0, 3961.0, 3962.0, 3940.0, 3941.0, 3950.0, 3942.0, 3953.0, 3953.0, 3942.0, 3952.0, 3943.0, 3952.0, 3932.0, 3950.0, 3931.0, 3951.0, 3930.0, 3950.0, 3942.0, 3952.0, 3954.0, 3943.0, 3955.0, 3957.0, 3979.0, 3971.0, 3992.0, 3959.0, 3979.0, 3958.0, 3967.0, 3960.0, 3979.0, 3969.0, 3990.0, 3971.0, 3972.0, 3996.0, 3986.0, 4006.0, 3975.0, 4008.0, 3985.0, 4006.0, 4018.0, 4006.0, 4003.0, 3982.0, 3993.0, 3993.0, 4004.0, 3982.0, 3993.0, 3992.0, 3982.0, 3994.0, 3973.0, 4002.0, 3972.0, 3992.0, 3984.0, 4004.0, 3996.0, 3985.0, 3996.0, 3975.0, 4006.0, 3987.0, 4018.0, 4010.0, 4013.0, 4032.0, 4011.0, 4008.0, 4009.0, 3988.0, 4040.0, 4010.0, 4044.0, 4010.0, 4029.0, 4006.0, 3996.0, 4016.0, 3994.0, 4023.0, 3982.0, 4001.0, 3980.0, 3980.0, 3983.0, 3991.0, 3972.0, 3972.0, 3985.0, 3985.0, 3997.0, 3977.0, 4009.0, 3998.0, 3998.0, 4028.0, 4007.0, 4017.0, 3997.0, 4016.0, 3984.0, 3995.0, 4027.0, 3995.0, 4016.0, 3995.0, 4015.0, 3994.0, 3984.0, 3994.0, 3975.0, 3996.0, 3998.0, 4018.0, 3999.0, 4030.0, 4011.0, 4050.0, 4030.0, 4040.0, 4018.0, 4027.0, 4008.0, 4030.0, 4006.0, 4002.0, 3981.0, 4011.0, 3970.0, 3999.0, 3970.0, 4001.0, 3981.0, 3990.0, 3969.0, 3970.0, 3980.0, 3969.0, 3999.0, 3968.0, 3987.0, 3968.0, 3978.0, 3967.0, 3956.0, 3976.0, 3956.0, 3987.0, 3958.0, 3968.0, 3967.0, 3958.0, 3999.0, 3957.0, 3947.0, 3967.0, 3957.0, 3978.0, 3970.0, 3988.0, 3969.0, 3958.0, 3968.0, 3946.0, 3977.0, 3946.0, 3978.0, 3957.0, 3977.0, 3958.0, 3977.0, 3967.0, 3976.0, 3959.0, 3987.0, 3957.0, 3966.0, 3959.0, 3981.0, 3970.0, 3971.0, 3971.0, 3971.0, 3973.0, 3985.0, 3987.0, 3999.0, 4002.0, 4021.0, 4013.0, 4033.0, 4013.0, 4053.0, 4024.0, 4052.0, 4032.0, 4039.0, 4019.0], 'WindowWidth': [9088.0, 9021.0, 9025.0, 8967.0, 8979.0, 8927.0, 8956.0, 8903.0, 8917.0, 8887.0, 8898.0, 8884.0, 8896.0, 8866.0, 8907.0, 8882.0, 8907.0, 8884.0, 8915.0, 8906.0, 8940.0, 8932.0, 8906.0, 8911.0, 8917.0, 8931.0, 8933.0, 8946.0, 8928.0, 8918.0, 8962.0, 8935.0, 8940.0, 8982.0, 8959.0, 8970.0, 8955.0, 8943.0, 9010.0, 8970.0, 9012.0, 9017.0, 8988.0, 9028.0, 8996.0, 9023.0, 8989.0, 8952.0, 9000.0, 8970.0, 9001.0, 8956.0, 8963.0, 8962.0, 8913.0, 8940.0, 8923.0, 8929.0, 8911.0, 8880.0, 8936.0, 8890.0, 8861.0, 8915.0, 8942.0, 8955.0, 8957.0, 8920.0, 8882.0, 8956.0, 8920.0, 8891.0, 8877.0, 8916.0, 8884.0, 8889.0, 8922.0, 8930.0, 8901.0, 8879.0, 8908.0, 8878.0, 8844.0, 8901.0, 8868.0, 8822.0, 8882.0, 8836.0, 8807.0, 8846.0, 8838.0, 8831.0, 8857.0, 8851.0, 8843.0, 8853.0, 8877.0, 8910.0, 8914.0, 8936.0, 8943.0, 8936.0, 8912.0, 8900.0, 8889.0, 8907.0, 8924.0, 8979.0, 8946.0, 8983.0, 8937.0, 8948.0, 8965.0, 8962.0, 8949.0, 8995.0, 8936.0, 8955.0, 8909.0, 8913.0, 8890.0, 8857.0, 8893.0, 8839.0, 8837.0, 8813.0, 8807.0, 8778.0, 8792.0, 8797.0, 8798.0, 8816.0, 8839.0, 8798.0, 8821.0, 8800.0, 8811.0, 8804.0, 8832.0, 8822.0, 8820.0, 8840.0, 8837.0, 8825.0, 8824.0, 8829.0, 8839.0, 8832.0, 8847.0, 8855.0, 8861.0, 8877.0, 8869.0, 8896.0, 8902.0, 8900.0, 8911.0, 8931.0, 8903.0, 8930.0, 8897.0, 8911.0, 8883.0, 8892.0, 8859.0, 8891.0, 8878.0, 8908.0, 8902.0, 8909.0, 8923.0, 8914.0, 8940.0, 8970.0, 8945.0, 8969.0, 8933.0, 8913.0, 8925.0, 8931.0, 8917.0, 8944.0, 8944.0, 8980.0, 8993.0, 8962.0, 9018.0, 8960.0, 8989.0, 8953.0, 8980.0, 8929.0, 8958.0, 8910.0, 8938.0, 8913.0, 8939.0, 8893.0, 8915.0, 8917.0, 8876.0, 8878.0, 8863.0, 8880.0, 8880.0, 8903.0, 8908.0, 8910.0, 8944.0, 8933.0, 8998.0, 8961.0, 8964.0, 8935.0, 8913.0, 8937.0, 8910.0, 8924.0, 8924.0, 8899.0, 8921.0, 8903.0, 8918.0, 8880.0, 8890.0, 8856.0, 8865.0, 8837.0, 8861.0, 8820.0, 8842.0, 8814.0, 8847.0, 8803.0, 8813.0, 8805.0, 8832.0, 8821.0, 8809.0, 8826.0, 8836.0, 8864.0, 8860.0, 8876.0, 8880.0, 8868.0, 8901.0, 8905.0, 8889.0, 8940.0, 8894.0, 8900.0, 8858.0, 8870.0, 8843.0, 8887.0, 8845.0, 8870.0, 8841.0, 8871.0, 8845.0, 8896.0, 8885.0, 8882.0, 8867.0, 8892.0, 8885.0, 8913.0, 8908.0, 8910.0, 8910.0, 8899.0, 8916.0, 8912.0, 8915.0, 8950.0, 8912.0, 8949.0, 8924.0, 8932.0, 8919.0, 8933.0, 8922.0, 8923.0, 8907.0, 8896.0, 8939.0, 8930.0, 8919.0, 8944.0, 8923.0, 8970.0, 8927.0, 8970.0, 9006.0, 8976.0, 9006.0, 8975.0, 8961.0, 8978.0, 8927.0, 8973.0, 8943.0, 8944.0, 8961.0, 8949.0, 8993.0, 8963.0, 8994.0, 8952.0, 8962.0, 8964.0, 9005.0, 8973.0, 9002.0, 8966.0, 8976.0, 8932.0, 8937.0, 8908.0, 8919.0, 8893.0, 8907.0, 8876.0, 8889.0, 8861.0, 8889.0, 8864.0, 8904.0, 8862.0, 8892.0, 8864.0, 8892.0, 8864.0, 8890.0, 8849.0, 8891.0, 8865.0, 8893.0, 8888.0, 8918.0, 8909.0, 8913.0, 8948.0, 8938.0, 8942.0, 8960.0, 8943.0, 8987.0, 8984.0, 8986.0, 9009.0, 8992.0, 9005.0, 8974.0, 8985.0, 8969.0, 8982.0, 8952.0, 8980.0, 8950.0, 8961.0, 8933.0, 8959.0, 8914.0, 8914.0, 8884.0, 8894.0, 8910.0, 8892.0, 8913.0, 8922.0, 8893.0, 8936.0, 8875.0, 8903.0, 8876.0, 8902.0, 8871.0, 8887.0, 8846.0, 8888.0, 8867.0, 8889.0, 8879.0, 8869.0, 8899.0, 8907.0, 8911.0, 8929.0, 8919.0, 8950.0, 8923.0, 8980.0, 8936.0, 8979.0, 8957.0, 8977.0, 8969.0, 8938.0, 8983.0, 8949.0, 8962.0, 8930.0, 8941.0, 8896.0, 8907.0, 8900.0, 8902.0, 8880.0, 8876.0, 8851.0, 8891.0, 8864.0, 8911.0, 8889.0, 8896.0, 8927.0, 8922.0, 8967.0, 8961.0, 8972.0, 8960.0, 8985.0, 8960.0, 8969.0, 8954.0, 8992.0, 8968.0, 9022.0, 8980.0, 9004.0, 8974.0, 8970.0, 8954.0, 8981.0, 8936.0, 8977.0, 8932.0, 8958.0, 8926.0, 8937.0, 8891.0, 8916.0, 8855.0, 8869.0, 8851.0, 8867.0, 8894.0, 8851.0, 8840.0, 8867.0, 8840.0, 8886.0, 8862.0, 8864.0, 8884.0, 8871.0, 8904.0, 8890.0, 8922.0, 8936.0, 8905.0, 8930.0, 8902.0, 8957.0, 8913.0, 8926.0, 8900.0, 8916.0, 8904.0, 8890.0, 8917.0, 8910.0, 8938.0, 8897.0, 8955.0, 8903.0, 8939.0, 8907.0, 8924.0, 8924.0, 8925.0, 8895.0, 8936.0, 8908.0, 8950.0, 8928.0, 8923.0, 8929.0, 8914.0, 8944.0, 8912.0, 8955.0, 8909.0, 8950.0, 8923.0, 8950.0, 8920.0, 8923.0, 8921.0, 8892.0, 8948.0, 8909.0, 8948.0, 8906.0, 8920.0, 8919.0, 8918.0, 8932.0, 8929.0, 8926.0, 8921.0, 8907.0, 8900.0, 8870.0, 8897.0, 8865.0, 8883.0, 8855.0, 8868.0, 8871.0, 8858.0, 8887.0, 8878.0, 8883.0, 8901.0, 8891.0, 8922.0, 8914.0, 8956.0, 8913.0, 8954.0, 8915.0, 8953.0, 8926.0, 8954.0, 8923.0, 8938.0, 8892.0, 8937.0, 8905.0, 8919.0, 8888.0, 8929.0, 8889.0, 8934.0, 8910.0, 8912.0, 8932.0, 8918.0, 8953.0, 8924.0, 8951.0, 8924.0, 8971.0, 8949.0, 8951.0, 9008.0, 8963.0, 8990.0, 8959.0, 8974.0, 8925.0, 8954.0, 8910.0, 8935.0, 8892.0, 8947.0, 8895.0, 8952.0, 8899.0, 8937.0, 8912.0, 8955.0, 8935.0, 8958.0, 8937.0, 8924.0, 8954.0, 8940.0, 8978.0, 8954.0, 8929.0, 8974.0, 8950.0, 9017.0, 8963.0, 9016.0, 8988.0, 9012.0, 8983.0, 8966.0, 9000.0, 8976.0, 8997.0, 8975.0, 9005.0, 8974.0, 9004.0, 8971.0, 8965.0, 8940.0, 8939.0, 8968.0, 8935.0, 8982.0, 8948.0, 8916.0, 8933.0, 8901.0, 8946.0, 8930.0, 8959.0, 8927.0, 8893.0, 8906.0, 8880.0, 8920.0, 8895.0, 8919.0, 8906.0, 8871.0, 8914.0, 8858.0, 8886.0, 8856.0, 8845.0, 8885.0, 8876.0, 8899.0, 8873.0, 8858.0, 8886.0, 8862.0, 8902.0, 8881.0, 8887.0, 8912.0, 8908.0, 8893.0, 8911.0, 8909.0, 8909.0, 8943.0, 8959.0, 8952.0, 8930.0, 8956.0, 8952.0, 8936.0, 8927.0, 8973.0, 8952.0, 8949.0, 8952.0, 8966.0, 8968.0, 8964.0, 8955.0, 8924.0, 8915.0, 8915.0, 8881.0, 8908.0, 8880.0, 8855.0, 8867.0, 8853.0, 8854.0, 8823.0, 8826.0, 8840.0, 8831.0, 8846.0, 8847.0, 8831.0, 8845.0, 8831.0, 8845.0, 8816.0, 8840.0, 8814.0, 8841.0, 8812.0, 8839.0, 8831.0, 8845.0, 8849.0, 8836.0, 8855.0, 8860.0, 8892.0, 8885.0, 8914.0, 8866.0, 8892.0, 8863.0, 8877.0, 8871.0, 8895.0, 8882.0, 8908.0, 8887.0, 8891.0, 8928.0, 8917.0, 8943.0, 8900.0, 8947.0, 8913.0, 8942.0, 8960.0, 8938.0, 8931.0, 8903.0, 8917.0, 8918.0, 8934.0, 8903.0, 8918.0, 8915.0, 8902.0, 8920.0, 8890.0, 8930.0, 8889.0, 8916.0, 8907.0, 8935.0, 8927.0, 8913.0, 8930.0, 8902.0, 8942.0, 8920.0, 8964.0, 8955.0, 8969.0, 8988.0, 8958.0, 8949.0, 8948.0, 8921.0, 8995.0, 8954.0, 9007.0, 8952.0, 8978.0, 8941.0, 8927.0, 8955.0, 8921.0, 8959.0, 8898.0, 8924.0, 8894.0, 8897.0, 8904.0, 8913.0, 8889.0, 8891.0, 8913.0, 8913.0, 8930.0, 8906.0, 8950.0, 8933.0, 8933.0, 8974.0, 8944.0, 8957.0, 8928.0, 8955.0, 8908.0, 8923.0, 8968.0, 8923.0, 8952.0, 8923.0, 8951.0, 8923.0, 8908.0, 8922.0, 8900.0, 8929.0, 8937.0, 8964.0, 8941.0, 8982.0, 8956.0, 9007.0, 8978.0, 8992.0, 8958.0, 8974.0, 8946.0, 8982.0, 8941.0, 8930.0, 8897.0, 8938.0, 8881.0, 8920.0, 8882.0, 8925.0, 8899.0, 8908.0, 8879.0, 8883.0, 8894.0, 8879.0, 8919.0, 8875.0, 8900.0, 8874.0, 8887.0, 8872.0, 8856.0, 8883.0, 8857.0, 8898.0, 8861.0, 8876.0, 8873.0, 8860.0, 8917.0, 8858.0, 8844.0, 8873.0, 8859.0, 8889.0, 8881.0, 8904.0, 8877.0, 8860.0, 8874.0, 8842.0, 8885.0, 8843.0, 8887.0, 8859.0, 8887.0, 8863.0, 8885.0, 8872.0, 8883.0, 8864.0, 8898.0, 8859.0, 8869.0, 8864.0, 8897.0, 8883.0, 8883.0, 8884.0, 8887.0, 8893.0, 8913.0, 8920.0, 8939.0, 8949.0, 8973.0, 8965.0, 8990.0, 8963.0, 9018.0, 8978.0, 9015.0, 8983.0, 8993.0, 8961.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.007234902411021814</td></tr>
<tr><td colspan=3>aqi</td><td>0.0365583282433984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.517675193666655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2539098218275868</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.062810231436782</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>5091.9673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09928605650053177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.988518943742823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5722012938585146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.505987031161704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7760391156322517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.434577734781588</td></tr>
<tr><td colspan=3>gcor</td><td>0.0225352</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00017539554391987622</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03773871436715126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8448788702275967</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>12.4765</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.6424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297499.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.4955</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3068</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.2064</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3168.2454</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.5434</td></tr>
<tr><td colspan=3>tsnr</td><td>31.67779565928504</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>