ds005256-mriqc/sub-0006_ses-01_task-social_acq-mb8_run-03_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-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-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-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-01/func/sub-0006_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d05890f43bec4170d2c8d3ce05a26cdd</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:26:29.992500</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.997447, 0.024286, 0.0671486, -0.0151468, 0.990946, -0.133405]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0992963</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7675, -7264, 550, 2, 0, -88, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1713a24e-410f-41cf-8606-0cb34ec48b9f||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.6760783195495605, -0.040637675672769547, 0.1884072870016098, 113.90576934814453], [-0.06515747308731079, 2.658635139465332, -0.35652849078178406, -80.09992980957031], [0.1801547259092331, 0.3579164147377014, 2.669717311859131, -76.44572448730469], [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': ['102629.992500', '102630.452500', '102630.912500', '102631.372500', '102631.832500', '102632.292500', '102632.752500', '102633.212500', '102633.672500', '102634.132500', '102634.592500', '102635.052500', '102635.512500', '102635.972500', '102636.432500', '102636.892500', '102637.352500', '102637.812500', '102638.272500', '102638.732500', '102639.192500', '102639.652500', '102640.112500', '102640.572500', '102641.032500', '102641.492500', '102641.952500', '102642.412500', '102642.872500', '102643.332500', '102643.792500', '102644.252500', '102644.712500', '102645.172500', '102645.632500', '102646.092500', '102646.552500', '102647.012500', '102647.472500', '102647.932500', '102648.392500', '102648.852500', '102649.312500', '102649.772500', '102650.232500', '102650.692500', '102651.152500', '102651.612500', '102652.072500', '102652.532500', '102652.992500', '102653.452500', '102653.912500', '102654.372500', '102654.832500', '102655.292500', '102655.752500', '102656.212500', '102656.672500', '102657.132500', '102657.592500', '102658.052500', '102658.512500', '102658.972500', '102659.432500', '102659.892500', '102700.352500', '102700.812500', '102701.272500', '102701.732500', '102702.192500', '102702.652500', '102703.112500', '102703.572500', '102704.032500', '102704.492500', '102704.952500', '102705.412500', '102705.872500', '102706.332500', '102706.792500', '102707.252500', '102707.712500', '102708.172500', '102708.632500', '102709.092500', '102709.552500', '102710.012500', '102710.472500', '102710.932500', '102711.392500', '102711.852500', '102712.312500', '102712.772500', '102713.232500', '102713.692500', '102714.152500', '102714.612500', '102715.072500', '102715.532500', '102715.992500', '102716.452500', '102716.912500', '102717.372500', '102717.832500', '102718.292500', '102718.752500', '102719.212500', '102719.672500', '102720.132500', '102720.592500', '102721.052500', '102721.512500', '102721.972500', '102722.432500', '102722.892500', '102723.352500', '102723.812500', '102724.272500', '102724.732500', '102725.192500', '102725.652500', '102726.112500', '102726.572500', '102727.032500', '102727.492500', '102727.952500', '102728.412500', '102728.872500', '102729.332500', '102729.792500', '102730.252500', '102730.712500', '102731.172500', '102731.632500', '102732.092500', '102732.552500', '102733.012500', '102733.472500', '102733.932500', '102734.392500', '102734.852500', '102735.312500', '102735.772500', '102736.232500', '102736.692500', '102737.152500', '102737.612500', '102738.072500', '102738.532500', '102738.992500', '102739.452500', '102739.912500', '102740.372500', '102740.832500', '102741.292500', '102741.752500', '102742.212500', '102742.672500', '102743.132500', '102743.592500', '102744.052500', '102744.512500', '102744.972500', '102745.432500', '102745.892500', '102746.352500', '102746.812500', '102747.272500', '102747.732500', '102748.192500', '102748.652500', '102749.112500', '102749.572500', '102750.032500', '102750.492500', '102750.952500', '102751.412500', '102751.872500', '102752.332500', '102752.792500', '102753.252500', '102753.712500', '102754.172500', '102754.632500', '102755.092500', '102755.552500', '102756.012500', '102756.472500', '102756.932500', '102757.392500', '102757.852500', '102758.312500', '102758.772500', '102759.232500', '102759.692500', '102800.152500', '102800.612500', '102801.072500', '102801.532500', '102801.992500', '102802.452500', '102802.912500', '102803.372500', '102803.832500', '102804.292500', '102804.752500', '102805.212500', '102805.672500', '102806.132500', '102806.592500', '102807.052500', '102807.512500', '102807.972500', '102808.432500', '102808.892500', '102809.352500', '102809.812500', '102810.272500', '102810.732500', '102811.192500', '102811.652500', '102812.112500', '102812.572500', '102813.032500', '102813.492500', '102813.952500', '102814.412500', '102814.872500', '102815.332500', '102815.792500', '102816.252500', '102816.712500', '102817.172500', '102817.632500', '102818.092500', '102818.552500', '102819.012500', '102819.472500', '102819.932500', '102820.392500', '102820.852500', '102821.312500', '102821.772500', '102822.232500', '102822.692500', '102823.152500', '102823.612500', '102824.072500', '102824.532500', '102824.992500', '102825.452500', '102825.912500', '102826.372500', '102826.832500', '102827.292500', '102827.752500', '102828.212500', '102828.672500', '102829.132500', '102829.592500', '102830.052500', '102830.512500', '102830.972500', '102831.432500', '102831.892500', '102832.352500', '102832.812500', '102833.272500', '102833.732500', '102834.192500', '102834.652500', '102835.112500', '102835.572500', '102836.032500', '102836.492500', '102836.952500', '102837.412500', '102837.872500', '102838.332500', '102838.792500', '102839.252500', '102839.712500', '102840.172500', '102840.632500', '102841.092500', '102841.552500', '102842.012500', '102842.472500', '102842.932500', '102843.392500', '102843.852500', '102844.312500', '102844.772500', '102845.232500', '102845.692500', '102846.152500', '102846.612500', '102847.072500', '102847.532500', '102847.992500', '102848.452500', '102848.912500', '102849.372500', '102849.832500', '102850.292500', '102850.752500', '102851.212500', '102851.672500', '102852.132500', '102852.592500', '102853.052500', '102853.512500', '102853.972500', '102854.432500', '102854.892500', '102855.352500', '102855.812500', '102856.272500', '102856.732500', '102857.192500', '102857.652500', '102858.112500', '102858.572500', '102859.032500', '102859.492500', '102859.952500', '102900.412500', '102900.872500', '102901.332500', '102901.792500', '102902.252500', '102902.712500', '102903.172500', '102903.632500', '102904.092500', '102904.552500', '102905.012500', '102905.472500', '102905.932500', '102906.392500', '102906.852500', '102907.312500', '102907.772500', '102908.232500', '102908.692500', '102909.152500', '102909.612500', '102910.072500', '102910.532500', '102910.992500', '102911.452500', '102911.912500', '102912.372500', '102912.832500', '102913.292500', '102913.752500', '102914.212500', '102914.672500', '102915.132500', '102915.592500', '102916.052500', '102916.512500', '102916.972500', '102917.432500', '102917.892500', '102918.352500', '102918.812500', '102919.272500', '102919.732500', '102920.192500', '102920.652500', '102921.112500', '102921.572500', '102922.032500', '102922.492500', '102922.952500', '102923.412500', '102923.872500', '102924.332500', '102924.792500', '102925.252500', '102925.712500', '102926.172500', '102926.632500', '102927.092500', '102927.552500', '102928.012500', '102928.472500', '102928.932500', '102929.392500', '102929.852500', '102930.312500', '102930.772500', '102931.232500', '102931.692500', '102932.152500', '102932.612500', '102933.072500', '102933.532500', '102933.992500', '102934.452500', '102934.912500', '102935.372500', '102935.832500', '102936.292500', '102936.752500', '102937.212500', '102937.672500', '102938.132500', '102938.592500', '102939.052500', '102939.512500', '102939.972500', '102940.432500', '102940.892500', '102941.352500', '102941.812500', '102942.272500', '102942.732500', '102943.192500', '102943.652500', '102944.112500', '102944.572500', '102945.032500', '102945.492500', '102945.952500', '102946.412500', '102946.872500', '102947.332500', '102947.792500', '102948.252500', '102948.712500', '102949.172500', '102949.632500', '102950.092500', '102950.552500', '102951.012500', '102951.472500', '102951.932500', '102952.392500', '102952.852500', '102953.312500', '102953.772500', '102954.232500', '102954.692500', '102955.152500', '102955.612500', '102956.072500', '102956.532500', '102956.992500', '102957.452500', '102957.912500', '102958.372500', '102958.832500', '102959.292500', '102959.752500', '103000.212500', '103000.672500', '103001.132500', '103001.592500', '103002.052500', '103002.512500', '103002.972500', '103003.432500', '103003.892500', '103004.352500', '103004.812500', '103005.272500', '103005.732500', '103006.192500', '103006.652500', '103007.112500', '103007.572500', '103008.032500', '103008.492500', '103008.952500', '103009.412500', '103009.872500', '103010.332500', '103010.792500', '103011.252500', '103011.712500', '103012.172500', '103012.632500', '103013.092500', '103013.552500', '103014.012500', '103014.472500', '103014.932500', '103015.392500', '103015.852500', '103016.312500', '103016.772500', '103017.232500', '103017.692500', '103018.152500', '103018.612500', '103019.072500', '103019.532500', '103019.992500', '103020.452500', '103020.912500', '103021.372500', '103021.832500', '103022.292500', '103022.752500', '103023.212500', '103023.672500', '103024.132500', '103024.592500', '103025.052500', '103025.512500', '103025.972500', '103026.432500', '103026.892500', '103027.352500', '103027.812500', '103028.272500', '103028.732500', '103029.192500', '103029.652500', '103030.112500', '103030.572500', '103031.032500', '103031.492500', '103031.952500', '103032.412500', '103032.872500', '103033.332500', '103033.792500', '103034.252500', '103034.712500', '103035.172500', '103035.632500', '103036.092500', '103036.552500', '103037.012500', '103037.472500', '103037.932500', '103038.392500', '103038.852500', '103039.312500', '103039.772500', '103040.232500', '103040.692500', '103041.152500', '103041.612500', '103042.072500', '103042.532500', '103042.992500', '103043.452500', '103043.912500', '103044.372500', '103044.832500', '103045.292500', '103045.752500', '103046.212500', '103046.672500', '103047.132500', '103047.592500', '103048.052500', '103048.512500', '103048.972500', '103049.432500', '103049.892500', '103050.352500', '103050.812500', '103051.272500', '103051.732500', '103052.192500', '103052.652500', '103053.112500', '103053.572500', '103054.032500', '103054.492500', '103054.952500', '103055.412500', '103055.872500', '103056.332500', '103056.792500', '103057.252500', '103057.712500', '103058.172500', '103058.632500', '103059.092500', '103059.552500', '103100.012500', '103100.472500', '103100.932500', '103101.392500', '103101.852500', '103102.312500', '103102.772500', '103103.232500', '103103.692500', '103104.152500', '103104.612500', '103105.072500', '103105.532500', '103105.992500', '103106.452500', '103106.912500', '103107.372500', '103107.832500', '103108.292500', '103108.752500', '103109.212500', '103109.672500', '103110.132500', '103110.592500', '103111.052500', '103111.512500', '103111.972500', '103112.432500', '103112.892500', '103113.352500', '103113.812500', '103114.272500', '103114.732500', '103115.192500', '103115.652500', '103116.112500', '103116.572500', '103117.032500', '103117.492500', '103117.952500', '103118.412500', '103118.872500', '103119.332500', '103119.792500', '103120.252500', '103120.712500', '103121.172500', '103121.632500', '103122.092500', '103122.552500', '103123.012500', '103123.472500', '103123.932500', '103124.392500', '103124.852500', '103125.312500', '103125.772500', '103126.232500', '103126.692500', '103127.152500', '103127.612500', '103128.072500', '103128.532500', '103128.992500', '103129.452500', '103129.912500', '103130.372500', '103130.832500', '103131.292500', '103131.752500', '103132.212500', '103132.672500', '103133.132500', '103133.592500', '103134.052500', '103134.512500', '103134.972500', '103135.432500', '103135.892500', '103136.352500', '103136.812500', '103137.272500', '103137.732500', '103138.192500', '103138.652500', '103139.112500', '103139.572500', '103140.032500', '103140.492500', '103140.952500', '103141.412500', '103141.872500', '103142.332500', '103142.792500', '103143.252500', '103143.712500', '103144.172500', '103144.632500', '103145.092500', '103145.552500', '103146.012500', '103146.472500', '103146.932500', '103147.392500', '103147.852500', '103148.312500', '103148.772500', '103149.232500', '103149.692500', '103150.152500', '103150.612500', '103151.072500', '103151.532500', '103151.992500', '103152.452500', '103152.912500', '103153.372500', '103153.832500', '103154.292500', '103154.752500', '103155.212500', '103155.672500', '103156.132500', '103156.592500', '103157.052500', '103157.512500', '103157.972500', '103158.432500', '103158.892500', '103159.352500', '103159.812500', '103200.272500', '103200.732500', '103201.192500', '103201.652500', '103202.112500', '103202.572500', '103203.032500', '103203.492500', '103203.952500', '103204.412500', '103204.872500', '103205.332500', '103205.792500', '103206.252500', '103206.712500', '103207.172500', '103207.632500', '103208.092500', '103208.552500', '103209.012500', '103209.472500', '103209.932500', '103210.392500', '103210.852500', '103211.312500', '103211.772500', '103212.232500', '103212.692500', '103213.152500', '103213.612500', '103214.072500', '103214.532500', '103214.992500', '103215.452500', '103215.912500', '103216.372500', '103216.832500', '103217.292500', '103217.752500', '103218.212500', '103218.672500', '103219.132500', '103219.592500', '103220.052500', '103220.512500', '103220.972500', '103221.432500', '103221.892500', '103222.352500', '103222.812500', '103223.272500', '103223.732500', '103224.192500', '103224.652500', '103225.112500', '103225.572500', '103226.032500', '103226.492500', '103226.952500', '103227.412500', '103227.872500', '103228.332500', '103228.792500', '103229.252500', '103229.712500', '103230.172500', '103230.632500', '103231.092500', '103231.552500', '103232.012500', '103232.472500', '103232.932500', '103233.392500', '103233.852500', '103234.312500', '103234.772500', '103235.232500', '103235.692500', '103236.152500', '103236.612500', '103237.072500', '103237.532500', '103237.992500', '103238.452500', '103238.912500', '103239.372500', '103239.832500', '103240.292500', '103240.752500', '103241.212500', '103241.672500', '103242.132500', '103242.592500', '103243.052500', '103243.512500', '103243.972500', '103244.432500', '103244.892500', '103245.352500', '103245.812500', '103246.272500', '103246.732500', '103247.192500', '103247.652500', '103248.112500', '103248.572500', '103249.032500', '103249.492500', '103249.952500', '103250.412500', '103250.872500', '103251.332500', '103251.792500', '103252.252500', '103252.712500', '103253.172500', '103253.632500', '103254.092500', '103254.552500', '103255.012500', '103255.472500', '103255.932500', '103256.392500', '103256.852500', '103257.312500', '103257.772500', '103258.232500', '103258.692500', '103259.152500', '103259.612500', '103300.072500', '103300.532500', '103300.992500', '103301.452500', '103301.912500', '103302.372500', '103302.832500', '103303.292500', '103303.752500', '103304.212500', '103304.672500', '103305.132500', '103305.592500', '103306.052500', '103306.512500', '103306.972500', '103307.432500', '103307.892500', '103308.352500', '103308.812500', '103309.272500', '103309.732500', '103310.192500', '103310.652500'], 'ContentTime': ['102652.034000', '102652.037000', '102652.040000', '102652.043000', '102652.045000', '102652.048000', '102652.051000', '102652.054000', '102652.057000', '102652.059000', '102652.062000', '102652.065000', '102652.068000', '102652.096000', '102652.098000', '102652.101000', '102652.104000', '102652.107000', '102652.109000', '102652.112000', '102652.115000', '102652.118000', '102652.121000', '102652.123000', '102652.126000', '102652.129000', '102652.132000', '102652.135000', '102652.137000', '102652.140000', '102652.143000', '102652.146000', '102652.148000', '102652.151000', '102652.154000', '102652.157000', '102652.159000', '102652.162000', '102652.165000', '102652.169000', '102652.180000', '102652.183000', '102652.185000', '102652.188000', '102652.191000', '102652.194000', '102652.196000', '102711.997000', '102712.001000', '102712.004000', '102712.006000', '102712.009000', '102712.012000', '102712.015000', '102712.017000', '102712.020000', '102712.031000', '102712.033000', '102712.036000', '102712.039000', '102712.042000', '102712.045000', '102712.048000', '102712.050000', '102712.053000', '102712.056000', '102712.059000', '102712.061000', '102712.064000', '102712.067000', '102712.070000', '102712.073000', '102712.075000', '102712.078000', '102712.081000', '102712.084000', '102712.086000', '102712.089000', '102712.092000', '102712.095000', '102712.098000', '102712.100000', '102712.103000', '102712.106000', '102712.109000', '102712.111000', '102712.114000', '102712.117000', '102712.120000', '102712.133000', '102712.135000', '102731.997000', '102732.001000', '102732.003000', '102732.006000', '102732.009000', '102732.012000', '102732.015000', '102732.017000', '102732.020000', '102732.023000', '102732.026000', '102732.029000', '102732.031000', '102732.034000', '102732.037000', '102732.040000', '102732.042000', '102732.045000', '102732.048000', '102732.051000', '102732.054000', '102732.056000', '102732.059000', '102732.062000', '102732.065000', '102732.067000', '102732.070000', '102732.073000', '102732.076000', '102732.078000', '102732.081000', '102732.084000', '102732.087000', '102732.090000', '102732.093000', '102732.095000', '102732.098000', '102732.101000', '102732.104000', '102732.107000', '102732.109000', '102732.112000', '102732.116000', '102751.997000', '102752.001000', '102752.003000', '102752.006000', '102752.009000', '102752.012000', '102752.015000', '102752.018000', '102752.020000', '102752.023000', '102752.026000', '102752.033000', '102752.035000', '102752.038000', '102752.041000', '102752.044000', '102752.047000', '102752.049000', '102752.052000', '102752.055000', '102752.058000', '102752.061000', '102752.064000', '102752.066000', '102752.069000', '102752.072000', '102752.075000', '102752.077000', '102752.080000', '102752.083000', '102752.086000', '102752.089000', '102752.092000', '102752.094000', '102752.097000', '102752.100000', '102752.103000', '102752.106000', '102752.108000', '102752.111000', '102752.114000', '102752.117000', '102752.119000', '102752.122000', '102811.997000', '102812.001000', '102812.004000', '102812.007000', '102812.009000', '102812.012000', '102812.015000', '102812.024000', '102812.027000', '102812.030000', '102812.032000', '102812.035000', '102812.038000', '102812.041000', '102812.043000', '102812.046000', '102812.049000', '102812.052000', '102812.055000', '102812.057000', '102812.060000', '102812.063000', '102812.066000', '102812.068000', '102812.071000', '102812.074000', '102812.077000', '102812.080000', '102812.082000', '102812.085000', '102812.088000', '102812.091000', '102812.093000', '102812.096000', '102812.099000', '102812.102000', '102812.105000', '102812.107000', '102812.110000', '102812.113000', '102812.116000', '102812.119000', '102812.121000', '102831.997000', '102832.001000', '102832.004000', '102832.006000', '102832.009000', '102832.012000', '102832.015000', '102832.018000', '102832.021000', '102832.023000', '102832.026000', '102832.029000', '102832.032000', '102832.035000', '102832.037000', '102832.040000', '102832.043000', '102832.046000', '102832.049000', '102832.063000', '102832.065000', '102832.068000', '102832.071000', '102832.074000', '102832.076000', '102832.079000', '102832.082000', '102832.085000', '102832.088000', '102832.090000', '102832.093000', '102832.096000', '102832.099000', '102832.102000', '102832.105000', '102832.107000', '102832.110000', '102832.113000', '102832.116000', '102832.119000', '102832.122000', '102832.124000', '102832.135000', '102832.138000', '102851.998000', '102852.001000', '102852.004000', '102852.007000', '102852.009000', '102852.012000', '102852.015000', '102852.018000', '102852.021000', '102852.023000', '102852.026000', '102852.029000', '102852.032000', '102852.034000', '102852.037000', '102852.040000', '102852.043000', '102852.046000', '102852.049000', '102852.051000', '102852.054000', '102852.057000', '102852.060000', '102852.062000', '102852.065000', '102852.068000', '102852.071000', '102852.074000', '102852.076000', '102852.079000', '102852.082000', '102852.085000', '102852.088000', '102852.090000', '102852.093000', '102852.096000', '102852.099000', '102852.101000', '102852.104000', '102852.107000', '102852.110000', '102852.112000', '102852.115000', '102911.998000', '102912.002000', '102912.005000', '102912.007000', '102912.010000', '102912.013000', '102912.016000', '102912.019000', '102912.022000', '102912.024000', '102912.027000', '102912.030000', '102912.033000', '102912.035000', '102912.038000', '102912.041000', '102912.044000', '102912.047000', '102912.050000', '102912.052000', '102912.055000', '102912.058000', '102912.061000', '102912.063000', '102912.066000', '102912.069000', '102912.072000', '102912.074000', '102912.077000', '102912.080000', '102912.083000', '102912.086000', '102912.088000', '102912.091000', '102912.106000', '102912.109000', '102912.112000', '102912.115000', '102912.118000', '102912.120000', '102912.123000', '102912.126000', '102912.129000', '102931.997000', '102932.001000', '102932.004000', '102932.006000', '102932.009000', '102932.012000', '102932.015000', '102932.018000', '102932.020000', '102932.023000', '102932.026000', '102932.029000', '102932.032000', '102932.034000', '102932.037000', '102932.040000', '102932.043000', '102932.046000', '102932.049000', '102932.051000', '102932.054000', '102932.057000', '102932.060000', '102932.063000', '102932.065000', '102932.068000', '102932.071000', '102932.074000', '102932.076000', '102932.079000', '102932.082000', '102932.085000', '102932.088000', '102932.091000', '102932.093000', '102932.096000', '102932.099000', '102932.102000', '102932.104000', '102932.107000', '102932.110000', '102932.113000', '102932.116000', '102932.118000', '102951.997000', '102952.001000', '102952.004000', '102952.007000', '102952.009000', '102952.012000', '102952.015000', '102952.018000', '102952.021000', '102952.023000', '102952.026000', '102952.029000', '102952.032000', '102952.035000', '102952.038000', '102952.041000', '102952.043000', '102952.046000', '102952.049000', '102952.052000', '102952.055000', '102952.058000', '102952.060000', '102952.063000', '102952.066000', '102952.069000', '102952.072000', '102952.075000', '102952.095000', '102952.098000', '102952.101000', '102952.104000', '102952.107000', '102952.110000', '102952.112000', '102952.115000', '102952.118000', '102952.121000', '102952.123000', '102952.126000', '102952.129000', '102952.132000', '102952.135000', '103011.997000', '103012.007000', '103012.010000', '103012.013000', '103012.016000', '103012.019000', '103012.022000', '103012.024000', '103012.027000', '103012.030000', '103012.033000', '103012.036000', '103012.038000', '103012.041000', '103012.044000', '103012.047000', '103012.050000', '103012.053000', '103012.055000', '103012.058000', '103012.061000', '103012.064000', '103012.067000', '103012.069000', '103012.072000', '103012.075000', '103012.078000', '103012.080000', '103012.083000', '103012.086000', '103012.089000', '103012.092000', '103012.095000', '103012.097000', '103012.100000', '103012.103000', '103012.106000', '103012.109000', '103012.111000', '103012.114000', '103012.117000', '103012.120000', '103012.122000', '103012.125000', '103031.997000', '103032.001000', '103032.004000', '103032.007000', '103032.009000', '103032.012000', '103032.015000', '103032.018000', '103032.021000', '103032.023000', '103032.026000', '103032.029000', '103032.032000', '103032.034000', '103032.037000', '103032.040000', '103032.043000', '103032.046000', '103032.049000', '103032.052000', '103032.055000', '103032.057000', '103032.060000', '103032.063000', '103032.066000', '103032.069000', '103032.071000', '103032.074000', '103032.077000', '103032.080000', '103032.083000', '103032.086000', '103032.088000', '103032.091000', '103032.094000', '103032.097000', '103032.100000', '103032.102000', '103032.105000', '103032.109000', '103032.111000', '103032.114000', '103032.117000', '103051.997000', '103052.001000', '103052.004000', '103052.007000', '103052.009000', '103052.012000', '103052.015000', '103052.018000', '103052.021000', '103052.024000', '103052.026000', '103052.029000', '103052.032000', '103052.035000', '103052.038000', '103052.041000', '103052.043000', '103052.046000', '103052.049000', '103052.052000', '103052.055000', '103052.058000', '103052.060000', '103052.063000', '103052.066000', '103052.069000', '103052.071000', '103052.074000', '103052.077000', '103052.080000', '103052.083000', '103052.086000', '103052.088000', '103052.091000', '103052.094000', '103052.097000', '103052.100000', '103052.102000', '103052.105000', '103052.108000', '103052.111000', '103052.114000', '103052.116000', '103052.119000', '103111.998000', '103112.002000', '103112.005000', '103112.007000', '103112.010000', '103112.013000', '103112.016000', '103112.019000', '103112.021000', '103112.024000', '103112.027000', '103112.030000', '103112.033000', '103112.036000', '103112.038000', '103112.041000', '103112.044000', '103112.047000', '103112.050000', '103112.053000', '103112.056000', '103112.059000', '103112.062000', '103112.065000', '103112.067000', '103112.070000', '103112.073000', '103112.076000', '103112.079000', '103112.082000', '103112.084000', '103112.087000', '103112.090000', '103112.093000', '103112.095000', '103112.098000', '103112.101000', '103112.104000', '103112.107000', '103112.109000', '103112.112000', '103112.115000', '103112.118000', '103131.998000', '103132.002000', '103132.005000', '103132.007000', '103132.010000', '103132.013000', '103132.016000', '103132.019000', '103132.021000', '103132.024000', '103132.027000', '103132.030000', '103132.033000', '103132.035000', '103132.038000', '103132.041000', '103132.044000', '103132.047000', '103132.050000', '103132.052000', '103132.055000', '103132.058000', '103132.061000', '103132.064000', '103132.066000', '103132.069000', '103132.086000', '103132.089000', '103132.092000', '103132.094000', '103132.097000', '103132.100000', '103132.103000', '103132.106000', '103132.109000', '103132.111000', '103132.114000', '103132.117000', '103132.120000', '103132.122000', '103132.125000', '103132.128000', '103132.137000', '103132.139000', '103151.997000', '103152.001000', '103152.004000', '103152.007000', '103152.010000', '103152.013000', '103152.016000', '103152.019000', '103152.022000', '103152.025000', '103152.028000', '103152.031000', '103152.034000', '103152.037000', '103152.040000', '103152.043000', '103152.046000', '103152.049000', '103152.052000', '103152.054000', '103152.057000', '103152.060000', '103152.063000', '103152.066000', '103152.069000', '103152.072000', '103152.078000', '103152.082000', '103152.085000', '103152.088000', '103152.091000', '103152.094000', '103152.097000', '103152.100000', '103152.103000', '103152.106000', '103152.109000', '103152.112000', '103152.115000', '103152.118000', '103152.121000', '103152.124000', '103152.127000', '103211.997000', '103212.001000', '103212.004000', '103212.006000', '103212.009000', '103212.012000', '103212.015000', '103212.018000', '103212.020000', '103212.023000', '103212.026000', '103212.029000', '103212.032000', '103212.035000', '103212.038000', '103212.040000', '103212.043000', '103212.046000', '103212.049000', '103212.052000', '103212.054000', '103212.057000', '103212.060000', '103212.063000', '103212.066000', '103212.068000', '103212.071000', '103212.074000', '103212.077000', '103212.080000', '103212.082000', '103212.085000', '103212.088000', '103212.091000', '103212.094000', '103212.097000', '103212.099000', '103212.102000', '103212.105000', '103212.108000', '103212.111000', '103212.113000', '103212.116000', '103212.119000', '103231.997000', '103232.001000', '103232.004000', '103232.006000', '103232.009000', '103232.012000', '103232.015000', '103232.018000', '103232.020000', '103232.023000', '103232.026000', '103232.030000', '103232.033000', '103232.035000', '103232.038000', '103232.041000', '103232.044000', '103232.047000', '103232.050000', '103232.052000', '103232.055000', '103232.058000', '103232.061000', '103232.064000', '103232.066000', '103232.071000', '103232.074000', '103232.076000', '103232.079000', '103232.082000', '103232.085000', '103232.088000', '103232.091000', '103232.095000', '103232.100000', '103232.103000', '103232.105000', '103232.108000', '103232.111000', '103232.114000', '103232.117000', '103232.120000', '103232.122000', '103251.997000', '103252.001000', '103252.004000', '103252.007000', '103252.009000', '103252.012000', '103252.015000', '103252.018000', '103252.020000', '103252.023000', '103252.026000', '103252.029000', '103252.032000', '103252.034000', '103252.037000', '103252.040000', '103252.043000', '103252.046000', '103252.048000', '103252.051000', '103252.054000', '103252.057000', '103252.060000', '103252.063000', '103252.065000', '103252.068000', '103252.071000', '103252.074000', '103252.076000', '103252.079000', '103252.082000', '103252.085000', '103252.087000', '103252.090000', '103252.093000', '103252.096000', '103252.109000', '103252.112000', '103252.115000', '103252.118000', '103252.121000', '103252.124000', '103252.126000', '103252.129000', '103311.244000', '103311.248000', '103311.252000', '103311.255000', '103311.258000', '103311.261000', '103311.264000', '103311.268000', '103311.271000', '103311.274000', '103311.277000', '103311.280000', '103311.282000', '103311.285000', '103311.288000', '103311.291000', '103311.294000', '103311.297000', '103311.299000', '103311.302000', '103311.306000', '103311.309000', '103311.312000', '103311.315000', '103311.318000', '103311.321000', '103311.323000', '103311.326000', '103311.329000', '103311.332000', '103311.335000', '103311.338000', '103311.341000', '103311.343000', '103311.346000', '103311.349000', '103311.352000', '103311.355000', '103311.358000', '103311.361000', '103311.364000', '103311.367000'], 'InstanceCreationTime': ['102652.034000', '102652.037000', '102652.040000', '102652.043000', '102652.045000', '102652.048000', '102652.051000', '102652.054000', '102652.057000', '102652.059000', '102652.062000', '102652.065000', '102652.068000', '102652.096000', '102652.098000', '102652.101000', '102652.104000', '102652.107000', '102652.109000', '102652.112000', '102652.115000', '102652.118000', '102652.121000', '102652.123000', '102652.126000', '102652.129000', '102652.132000', '102652.135000', '102652.137000', '102652.140000', '102652.143000', '102652.146000', '102652.148000', '102652.151000', '102652.154000', '102652.157000', '102652.159000', '102652.162000', '102652.165000', '102652.169000', '102652.180000', '102652.183000', '102652.185000', '102652.188000', '102652.191000', '102652.194000', '102652.196000', '102711.997000', '102712.001000', '102712.004000', '102712.006000', '102712.009000', '102712.012000', '102712.015000', '102712.017000', '102712.020000', '102712.031000', '102712.033000', '102712.036000', '102712.039000', '102712.042000', '102712.045000', '102712.048000', '102712.050000', '102712.053000', '102712.056000', '102712.059000', '102712.061000', '102712.064000', '102712.067000', '102712.070000', '102712.073000', '102712.075000', '102712.078000', '102712.081000', '102712.084000', '102712.086000', '102712.089000', '102712.092000', '102712.095000', '102712.098000', '102712.100000', '102712.103000', '102712.106000', '102712.109000', '102712.111000', '102712.114000', '102712.117000', '102712.120000', '102712.133000', '102712.135000', '102731.997000', '102732.001000', '102732.003000', '102732.006000', '102732.009000', '102732.012000', '102732.015000', '102732.017000', '102732.020000', '102732.023000', '102732.026000', '102732.029000', '102732.031000', '102732.034000', '102732.037000', '102732.040000', '102732.042000', '102732.045000', '102732.048000', '102732.051000', '102732.054000', '102732.056000', '102732.059000', '102732.062000', '102732.065000', '102732.067000', '102732.070000', '102732.073000', '102732.076000', '102732.078000', '102732.081000', '102732.084000', '102732.087000', '102732.090000', '102732.093000', '102732.095000', '102732.098000', '102732.101000', '102732.104000', '102732.107000', '102732.109000', '102732.112000', '102732.116000', '102751.997000', '102752.001000', '102752.003000', '102752.006000', '102752.009000', '102752.012000', '102752.015000', '102752.018000', '102752.020000', '102752.023000', '102752.026000', '102752.033000', '102752.035000', '102752.038000', '102752.041000', '102752.044000', '102752.047000', '102752.049000', '102752.052000', '102752.055000', '102752.058000', '102752.061000', '102752.064000', '102752.066000', '102752.069000', '102752.072000', '102752.075000', '102752.077000', '102752.080000', '102752.083000', '102752.086000', '102752.089000', '102752.092000', '102752.094000', '102752.097000', '102752.100000', '102752.103000', '102752.106000', '102752.108000', '102752.111000', '102752.114000', '102752.117000', '102752.119000', '102752.122000', '102811.997000', '102812.001000', '102812.004000', '102812.007000', '102812.009000', '102812.012000', '102812.015000', '102812.024000', '102812.027000', '102812.030000', '102812.032000', '102812.035000', '102812.038000', '102812.041000', '102812.043000', '102812.046000', '102812.049000', '102812.052000', '102812.055000', '102812.057000', '102812.060000', '102812.063000', '102812.066000', '102812.068000', '102812.071000', '102812.074000', '102812.077000', '102812.080000', '102812.082000', '102812.085000', '102812.088000', '102812.091000', '102812.093000', '102812.096000', '102812.099000', '102812.102000', '102812.105000', '102812.107000', '102812.110000', '102812.113000', '102812.116000', '102812.119000', '102812.121000', '102831.997000', '102832.001000', '102832.004000', '102832.006000', '102832.009000', '102832.012000', '102832.015000', '102832.018000', '102832.021000', '102832.023000', '102832.026000', '102832.029000', '102832.032000', '102832.035000', '102832.037000', '102832.040000', '102832.043000', '102832.046000', '102832.049000', '102832.063000', '102832.065000', '102832.068000', '102832.071000', '102832.074000', '102832.076000', '102832.079000', '102832.082000', '102832.085000', '102832.088000', '102832.090000', '102832.093000', '102832.096000', '102832.099000', '102832.102000', '102832.105000', '102832.107000', '102832.110000', '102832.113000', '102832.116000', '102832.119000', '102832.122000', '102832.124000', '102832.135000', '102832.138000', '102851.998000', '102852.001000', '102852.004000', '102852.007000', '102852.009000', '102852.012000', '102852.015000', '102852.018000', '102852.021000', '102852.023000', '102852.026000', '102852.029000', '102852.032000', '102852.034000', '102852.037000', '102852.040000', '102852.043000', '102852.046000', '102852.049000', '102852.051000', '102852.054000', '102852.057000', '102852.060000', '102852.062000', '102852.065000', '102852.068000', '102852.071000', '102852.074000', '102852.076000', '102852.079000', '102852.082000', '102852.085000', '102852.088000', '102852.090000', '102852.093000', '102852.096000', '102852.099000', '102852.101000', '102852.104000', '102852.107000', '102852.110000', '102852.112000', '102852.115000', '102911.998000', '102912.002000', '102912.005000', '102912.007000', '102912.010000', '102912.013000', '102912.016000', '102912.019000', '102912.022000', '102912.024000', '102912.027000', '102912.030000', '102912.033000', '102912.035000', '102912.038000', '102912.041000', '102912.044000', '102912.047000', '102912.050000', '102912.052000', '102912.055000', '102912.058000', '102912.061000', '102912.063000', '102912.066000', '102912.069000', '102912.072000', '102912.074000', '102912.077000', '102912.080000', '102912.083000', '102912.086000', '102912.088000', '102912.091000', '102912.106000', '102912.109000', '102912.112000', '102912.115000', '102912.118000', '102912.120000', '102912.123000', '102912.126000', '102912.129000', '102931.997000', '102932.001000', '102932.004000', '102932.006000', '102932.009000', '102932.012000', '102932.015000', '102932.018000', '102932.020000', '102932.023000', '102932.026000', '102932.029000', '102932.032000', '102932.034000', '102932.037000', '102932.040000', '102932.043000', '102932.046000', '102932.049000', '102932.051000', '102932.054000', '102932.057000', '102932.060000', '102932.063000', '102932.065000', '102932.068000', '102932.071000', '102932.074000', '102932.076000', '102932.079000', '102932.082000', '102932.085000', '102932.088000', '102932.091000', '102932.093000', '102932.096000', '102932.099000', '102932.102000', '102932.104000', '102932.107000', '102932.110000', '102932.113000', '102932.116000', '102932.118000', '102951.997000', '102952.001000', '102952.004000', '102952.007000', '102952.009000', '102952.012000', '102952.015000', '102952.018000', '102952.021000', '102952.023000', '102952.026000', '102952.029000', '102952.032000', '102952.035000', '102952.038000', '102952.041000', '102952.043000', '102952.046000', '102952.049000', '102952.052000', '102952.055000', '102952.058000', '102952.060000', '102952.063000', '102952.066000', '102952.069000', '102952.072000', '102952.075000', '102952.095000', '102952.098000', '102952.101000', '102952.104000', '102952.107000', '102952.110000', '102952.112000', '102952.115000', '102952.118000', '102952.121000', '102952.123000', '102952.126000', '102952.129000', '102952.132000', '102952.135000', '103011.997000', '103012.007000', '103012.010000', '103012.013000', '103012.016000', '103012.019000', '103012.022000', '103012.024000', '103012.027000', '103012.030000', '103012.033000', '103012.036000', '103012.038000', '103012.041000', '103012.044000', '103012.047000', '103012.050000', '103012.053000', '103012.055000', '103012.058000', '103012.061000', '103012.064000', '103012.067000', '103012.069000', '103012.072000', '103012.075000', '103012.078000', '103012.080000', '103012.083000', '103012.086000', '103012.089000', '103012.092000', '103012.095000', '103012.097000', '103012.100000', '103012.103000', '103012.106000', '103012.109000', '103012.111000', '103012.114000', '103012.117000', '103012.120000', '103012.122000', '103012.125000', '103031.997000', '103032.001000', '103032.004000', '103032.007000', '103032.009000', '103032.012000', '103032.015000', '103032.018000', '103032.021000', '103032.023000', '103032.026000', '103032.029000', '103032.032000', '103032.034000', '103032.037000', '103032.040000', '103032.043000', '103032.046000', '103032.049000', '103032.052000', '103032.055000', '103032.057000', '103032.060000', '103032.063000', '103032.066000', '103032.069000', '103032.071000', '103032.074000', '103032.077000', '103032.080000', '103032.083000', '103032.086000', '103032.088000', '103032.091000', '103032.094000', '103032.097000', '103032.100000', '103032.102000', '103032.105000', '103032.109000', '103032.111000', '103032.114000', '103032.117000', '103051.997000', '103052.001000', '103052.004000', '103052.007000', '103052.009000', '103052.012000', '103052.015000', '103052.018000', '103052.021000', '103052.024000', '103052.026000', '103052.029000', '103052.032000', '103052.035000', '103052.038000', '103052.041000', '103052.043000', '103052.046000', '103052.049000', '103052.052000', '103052.055000', '103052.058000', '103052.060000', '103052.063000', '103052.066000', '103052.069000', '103052.071000', '103052.074000', '103052.077000', '103052.080000', '103052.083000', '103052.086000', '103052.088000', '103052.091000', '103052.094000', '103052.097000', '103052.100000', '103052.102000', '103052.105000', '103052.108000', '103052.111000', '103052.114000', '103052.116000', '103052.119000', '103111.998000', '103112.002000', '103112.005000', '103112.007000', '103112.010000', '103112.013000', '103112.016000', '103112.019000', '103112.021000', '103112.024000', '103112.027000', '103112.030000', '103112.033000', '103112.036000', '103112.038000', '103112.041000', '103112.044000', '103112.047000', '103112.050000', '103112.053000', '103112.056000', '103112.059000', '103112.062000', '103112.065000', '103112.067000', '103112.070000', '103112.073000', '103112.076000', '103112.079000', '103112.082000', '103112.084000', '103112.087000', '103112.090000', '103112.093000', '103112.095000', '103112.098000', '103112.101000', '103112.104000', '103112.107000', '103112.109000', '103112.112000', '103112.115000', '103112.118000', '103131.998000', '103132.002000', '103132.005000', '103132.007000', '103132.010000', '103132.013000', '103132.016000', '103132.019000', '103132.021000', '103132.024000', '103132.027000', '103132.030000', '103132.033000', '103132.035000', '103132.038000', '103132.041000', '103132.044000', '103132.047000', '103132.050000', '103132.052000', '103132.055000', '103132.058000', '103132.061000', '103132.064000', '103132.066000', '103132.069000', '103132.086000', '103132.089000', '103132.092000', '103132.094000', '103132.097000', '103132.100000', '103132.103000', '103132.106000', '103132.109000', '103132.111000', '103132.114000', '103132.117000', '103132.120000', '103132.122000', '103132.125000', '103132.128000', '103132.137000', '103132.139000', '103151.997000', '103152.001000', '103152.004000', '103152.007000', '103152.010000', '103152.013000', '103152.016000', '103152.019000', '103152.022000', '103152.025000', '103152.028000', '103152.031000', '103152.034000', '103152.037000', '103152.040000', '103152.043000', '103152.046000', '103152.049000', '103152.052000', '103152.054000', '103152.057000', '103152.060000', '103152.063000', '103152.066000', '103152.069000', '103152.072000', '103152.078000', '103152.082000', '103152.085000', '103152.088000', '103152.091000', '103152.094000', '103152.097000', '103152.100000', '103152.103000', '103152.106000', '103152.109000', '103152.112000', '103152.115000', '103152.118000', '103152.121000', '103152.124000', '103152.127000', '103211.997000', '103212.001000', '103212.004000', '103212.006000', '103212.009000', '103212.012000', '103212.015000', '103212.018000', '103212.020000', '103212.023000', '103212.026000', '103212.029000', '103212.032000', '103212.035000', '103212.038000', '103212.040000', '103212.043000', '103212.046000', '103212.049000', '103212.052000', '103212.054000', '103212.057000', '103212.060000', '103212.063000', '103212.066000', '103212.068000', '103212.071000', '103212.074000', '103212.077000', '103212.080000', '103212.082000', '103212.085000', '103212.088000', '103212.091000', '103212.094000', '103212.097000', '103212.099000', '103212.102000', '103212.105000', '103212.108000', '103212.111000', '103212.113000', '103212.116000', '103212.119000', '103231.997000', '103232.001000', '103232.004000', '103232.006000', '103232.009000', '103232.012000', '103232.015000', '103232.018000', '103232.020000', '103232.023000', '103232.026000', '103232.030000', '103232.033000', '103232.035000', '103232.038000', '103232.041000', '103232.044000', '103232.047000', '103232.050000', '103232.052000', '103232.055000', '103232.058000', '103232.061000', '103232.064000', '103232.066000', '103232.071000', '103232.074000', '103232.076000', '103232.079000', '103232.082000', '103232.085000', '103232.088000', '103232.091000', '103232.095000', '103232.100000', '103232.103000', '103232.105000', '103232.108000', '103232.111000', '103232.114000', '103232.117000', '103232.120000', '103232.122000', '103251.997000', '103252.001000', '103252.004000', '103252.007000', '103252.009000', '103252.012000', '103252.015000', '103252.018000', '103252.020000', '103252.023000', '103252.026000', '103252.029000', '103252.032000', '103252.034000', '103252.037000', '103252.040000', '103252.043000', '103252.046000', '103252.048000', '103252.051000', '103252.054000', '103252.057000', '103252.060000', '103252.063000', '103252.065000', '103252.068000', '103252.071000', '103252.074000', '103252.076000', '103252.079000', '103252.082000', '103252.085000', '103252.087000', '103252.090000', '103252.093000', '103252.096000', '103252.109000', '103252.112000', '103252.115000', '103252.118000', '103252.121000', '103252.124000', '103252.126000', '103252.129000', '103311.244000', '103311.248000', '103311.252000', '103311.255000', '103311.258000', '103311.261000', '103311.264000', '103311.268000', '103311.271000', '103311.274000', '103311.277000', '103311.280000', '103311.282000', '103311.285000', '103311.288000', '103311.291000', '103311.294000', '103311.297000', '103311.299000', '103311.302000', '103311.306000', '103311.309000', '103311.312000', '103311.315000', '103311.318000', '103311.321000', '103311.323000', '103311.326000', '103311.329000', '103311.332000', '103311.335000', '103311.338000', '103311.341000', '103311.343000', '103311.346000', '103311.349000', '103311.352000', '103311.355000', '103311.358000', '103311.361000', '103311.364000', '103311.367000'], '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': [10504, 8707, 8858, 11897, 10972, 11559, 12204, 10555, 7523, 10667, 7415, 7180, 8696, 6966, 7240, 8409, 7300, 9220, 7040, 6848, 7185, 7092, 6931, 7776, 7077, 7696, 7004, 7174, 11036, 7478, 8008, 7196, 6713, 9215, 6962, 6874, 7172, 6823, 7240, 6896, 7297, 9212, 6868, 7006, 7111, 6895, 8028, 6847, 7485, 7286, 7075, 8335, 6775, 6940, 7349, 6891, 7433, 8050, 7262, 7435, 7102, 7156, 8086, 7140, 7105, 8055, 7110, 7058, 9079, 6901, 7392, 9630, 9841, 12144, 11223, 8051, 9393, 6990, 11309, 8976, 7154, 12014, 9144, 7037, 7902, 6837, 7102, 7605, 7014, 7681, 10015, 8457, 7393, 10318, 6846, 7070, 8904, 6953, 10355, 8398, 7077, 11445, 8151, 8678, 8312, 7263, 11364, 9725, 7380, 6939, 7482, 6778, 7522, 7474, 6769, 9359, 7496, 7141, 9654, 6742, 8506, 7044, 7450, 9320, 6733, 9124, 7545, 6688, 8847, 6868, 6797, 7468, 6773, 6703, 9530, 6711, 6903, 7235, 6849, 10120, 7617, 8940, 7872, 6779, 11746, 9630, 7231, 7815, 6812, 7419, 7727, 8403, 7005, 8413, 7563, 7135, 7040, 8670, 7227, 6885, 11027, 9510, 9859, 12653, 10299, 13749, 11689, 10425, 14429, 11455, 12869, 12178, 9661, 14221, 11443, 9894, 13325, 9937, 7221, 6607, 7410, 7179, 8124, 8436, 7274, 12676, 9071, 7763, 10573, 7208, 9527, 8134, 7021, 9375, 6983, 6841, 10264, 7100, 7017, 10698, 9443, 6997, 7163, 7142, 7008, 7799, 7864, 6915, 7327, 11074, 8122, 7426, 10623, 7614, 9021, 7827, 7571, 9736, 7026, 7108, 9645, 7097, 7033, 7104, 8491, 7113, 7414, 8264, 7197, 9350, 8473, 7288, 10889, 7828, 11330, 9455, 7555, 10918, 8097, 11874, 8228, 7391, 8138, 7499, 10028, 7750, 6957, 7029, 8587, 7152, 6680, 6643, 6680, 6914, 9134, 8305, 7204, 11526, 9582, 11082, 11344, 10166, 12368, 10504, 13173, 10951, 13502, 11320, 10937, 10726, 8166, 11753, 7501, 11499, 6834, 7206, 6817, 7033, 7482, 6695, 7045, 6705, 7584, 6753, 7096, 7502, 8822, 7282, 9493, 7491, 6813, 7024, 7024, 9699, 7085, 6795, 7307, 6929, 6752, 6890, 7698, 7528, 7060, 8032, 8679, 7469, 7474, 7304, 9267, 10128, 7798, 10889, 7847, 11281, 9625, 11060, 11056, 9587, 9722, 7831, 11242, 7762, 7093, 7149, 6844, 6972, 7378, 6767, 6949, 7280, 7219, 6891, 7310, 7509, 7430, 6946, 7280, 9145, 8283, 8175, 9624, 7333, 10264, 7042, 11911, 7244, 8065, 7718, 6877, 8716, 7022, 6997, 7262, 6844, 8143, 6788, 7003, 7427, 6882, 6688, 8502, 7092, 8321, 8727, 7218, 11129, 7768, 12043, 9157, 10103, 8924, 6900, 9609, 7239, 12170, 8053, 8974, 12982, 8887, 6791, 7127, 7346, 6968, 7222, 7261, 10491, 8023, 10005, 7583, 7509, 8236, 7156, 11220, 7152, 12081, 7590, 9134, 7773, 6942, 8266, 7210, 8778, 7409, 6798, 7050, 7212, 7430, 7036, 6873, 7783, 6944, 8041, 7140, 7204, 9519, 7083, 10552, 7276, 6866, 7269, 7924, 12664, 10078, 7606, 7357, 6788, 6789, 7041, 6823, 7489, 8278, 6681, 7196, 7064, 7579, 7294, 9973, 9599, 8273, 9695, 11712, 8676, 9714, 11316, 8340, 11879, 9580, 7090, 9802, 7260, 7461, 9457, 8969, 9121, 7887, 7509, 7451, 7564, 7405, 8107, 7594, 7876, 7821, 7382, 9200, 7613, 7183, 6974, 7647, 7621, 7791, 7183, 7654, 7671, 10008, 7631, 8208, 7559, 7500, 9043, 7804, 8745, 7880, 6971, 10119, 8025, 6958, 7095, 7520, 7103, 7930, 7453, 8266, 7514, 10553, 8195, 8661, 9539, 7450, 10232, 7481, 7858, 7635, 7038, 10567, 7922, 10291, 7997, 7054, 7368, 7524, 9240, 7599, 7054, 8984, 7844, 7591, 7615, 7284, 7256, 7716, 7692, 7743, 7099, 10239, 7714, 7504, 7871, 7258, 9506, 7514, 10275, 9602, 7563, 9348, 7678, 7456, 7988, 7310, 12090, 10012, 7108, 10291, 7769, 7544, 7698, 7216, 9938, 7649, 8303, 10944, 8149, 7018, 7245, 7081, 10228, 8620, 8669, 11905, 9856, 11678, 8043, 7110, 8319, 7042, 6925, 7013, 7258, 8975, 7331, 7129, 6924, 8404, 7245, 8261, 7143, 10776, 9297, 8249, 9851, 8981, 11108, 9657, 7158, 7814, 8125, 7208, 7137, 7204, 8650, 8681, 8126, 7089, 7418, 6705, 6661, 7102, 7458, 7811, 10509, 8350, 9195, 7980, 9725, 8894, 8516, 9510, 8190, 7084, 7339, 8817, 8275, 7375, 7683, 7349, 7826, 7137, 7266, 6972, 7621, 7151, 7271, 7253, 7255, 7178, 6965, 7287, 7217, 6705, 7298, 7960, 7345, 6874, 8715, 7055, 6941, 7730, 7127, 7031, 6938, 9530, 8307, 7797, 7551, 7012, 10129, 7199, 10386, 8215, 7081, 9299, 6946, 10869, 9025, 8530, 8691, 7127, 10706, 7250, 9287, 7223, 7280, 7493, 6942, 9032, 7083, 7010, 7541, 7097, 7001, 7063, 7300, 7445, 7499, 6680, 6592, 6693, 7916, 6860, 7330, 9476, 12006, 11793, 10662, 12872, 10730, 11638, 12065, 10033, 13517, 10431, 12105, 10673, 9677, 9260, 6789, 6691, 6848, 6889, 7333, 6591, 7070, 7032, 7016, 6534, 6645, 7021, 7106, 6740, 6569, 6893, 6510, 6845, 6869, 6871, 6863, 7003, 6709, 6936, 6989, 6810, 7507, 7217, 7404, 7906, 8887, 6853, 6963, 7346, 7309, 7164, 8324, 8937, 8714, 10761, 10321, 9286, 12067, 10776, 11411, 9884, 8587, 7447, 7040, 9895, 9619, 8643, 7114, 6790, 7595, 6500, 6722, 11336, 8087, 6831, 7877, 6449, 8251, 7575, 6576, 6629, 7324, 6687, 6603, 6418, 6894, 6484, 6729, 7020, 7245, 6736, 7002, 8488, 6889, 7184, 7709, 6710, 6868, 6808, 6673, 7158, 7295, 6574, 7680, 7752, 6933, 6661, 6892, 7492, 7476, 6897, 6736, 7495, 6856, 7243, 7107, 7840, 7113, 7024, 8902, 8490, 11025, 8098, 7014, 8699, 7719, 8120, 9106, 7531, 7167, 7092, 6984, 7198, 7004, 7496, 7260, 7073, 7344, 6969, 6962, 7268, 7032, 7453, 7227, 7029, 7465, 7862, 7246, 7227, 7012, 7229, 7062, 7096, 7272, 7092, 7127, 7505, 7130, 7141, 7566, 7054, 7097, 7352, 7094, 7332, 7149, 8751, 7579, 8990, 7355, 7364, 6935, 7449, 7263, 7251, 7195, 8916, 7921, 7266, 7042, 7165, 7364, 7163, 7485, 7476, 6870, 7206, 7088, 6970, 7660, 7164, 6848], 'WindowCenter': [3899.0, 3861.0, 3844.0, 3863.0, 3850.0, 3847.0, 3834.0, 3821.0, 3789.0, 3808.0, 3776.0, 3765.0, 3786.0, 3766.0, 3777.0, 3787.0, 3781.0, 3810.0, 3764.0, 3765.0, 3763.0, 3765.0, 3765.0, 3775.0, 3777.0, 3787.0, 3778.0, 3778.0, 3818.0, 3778.0, 3788.0, 3778.0, 3767.0, 3810.0, 3778.0, 3779.0, 3779.0, 3781.0, 3791.0, 3793.0, 3804.0, 3826.0, 3795.0, 3796.0, 3806.0, 3796.0, 3817.0, 3797.0, 3821.0, 3820.0, 3808.0, 3829.0, 3797.0, 3808.0, 3808.0, 3811.0, 3822.0, 3832.0, 3821.0, 3821.0, 3810.0, 3821.0, 3844.0, 3823.0, 3823.0, 3832.0, 3823.0, 3824.0, 3844.0, 3823.0, 3824.0, 3854.0, 3853.0, 3875.0, 3863.0, 3820.0, 3841.0, 3809.0, 3849.0, 3830.0, 3809.0, 3861.0, 3840.0, 3809.0, 3817.0, 3811.0, 3822.0, 3821.0, 3821.0, 3835.0, 3865.0, 3848.0, 3835.0, 3866.0, 3826.0, 3825.0, 3843.0, 3823.0, 3864.0, 3832.0, 3813.0, 3862.0, 3820.0, 3830.0, 3846.0, 3822.0, 3862.0, 3840.0, 3822.0, 3807.0, 3806.0, 3797.0, 3818.0, 3807.0, 3798.0, 3828.0, 3808.0, 3796.0, 3839.0, 3796.0, 3818.0, 3796.0, 3807.0, 3828.0, 3799.0, 3828.0, 3806.0, 3797.0, 3827.0, 3798.0, 3796.0, 3806.0, 3798.0, 3799.0, 3842.0, 3799.0, 3808.0, 3810.0, 3798.0, 3840.0, 3819.0, 3830.0, 3821.0, 3799.0, 3861.0, 3840.0, 3807.0, 3819.0, 3811.0, 3821.0, 3831.0, 3829.0, 3807.0, 3814.0, 3774.0, 3821.0, 3837.0, 3858.0, 3851.0, 3841.0, 3893.0, 3871.0, 3869.0, 3899.0, 3868.0, 3896.0, 3874.0, 3853.0, 3884.0, 3863.0, 3874.0, 3863.0, 3841.0, 3884.0, 3874.0, 3852.0, 3869.0, 3840.0, 3807.0, 3796.0, 3795.0, 3796.0, 3817.0, 3817.0, 3807.0, 3857.0, 3818.0, 3805.0, 3836.0, 3795.0, 3826.0, 3805.0, 3794.0, 3826.0, 3807.0, 3798.0, 3838.0, 3797.0, 3809.0, 3864.0, 3837.0, 3822.0, 3809.0, 3811.0, 3797.0, 3808.0, 3807.0, 3796.0, 3798.0, 3849.0, 3808.0, 3797.0, 3839.0, 3808.0, 3817.0, 3796.0, 3806.0, 3843.0, 3800.0, 3799.0, 3829.0, 3798.0, 3809.0, 3813.0, 3831.0, 3812.0, 3813.0, 3834.0, 3814.0, 3844.0, 3822.0, 3811.0, 3852.0, 3811.0, 3853.0, 3831.0, 3809.0, 3839.0, 3810.0, 3851.0, 3809.0, 3796.0, 3807.0, 3811.0, 3854.0, 3810.0, 3811.0, 3814.0, 3833.0, 3840.0, 3815.0, 3801.0, 3826.0, 3768.0, 3858.0, 3852.0, 3844.0, 3895.0, 3875.0, 3895.0, 3894.0, 3872.0, 3891.0, 3869.0, 3876.0, 3855.0, 3875.0, 3853.0, 3841.0, 3839.0, 3807.0, 3848.0, 3796.0, 3849.0, 3800.0, 3796.0, 3784.0, 3796.0, 3795.0, 3787.0, 3798.0, 3797.0, 3809.0, 3799.0, 3800.0, 3810.0, 3830.0, 3810.0, 3842.0, 3811.0, 3787.0, 3797.0, 3798.0, 3842.0, 3814.0, 3802.0, 3827.0, 3811.0, 3798.0, 3798.0, 3821.0, 3819.0, 3796.0, 3824.0, 3864.0, 3828.0, 3828.0, 3829.0, 3850.0, 3860.0, 3829.0, 3858.0, 3826.0, 3855.0, 3834.0, 3843.0, 3843.0, 3831.0, 3820.0, 3798.0, 3828.0, 3785.0, 3775.0, 3784.0, 3776.0, 3788.0, 3812.0, 3802.0, 3812.0, 3811.0, 3810.0, 3812.0, 3812.0, 3825.0, 3813.0, 3813.0, 3814.0, 3844.0, 3824.0, 3824.0, 3844.0, 3811.0, 3842.0, 3800.0, 3851.0, 3798.0, 3810.0, 3812.0, 3815.0, 3834.0, 3813.0, 3813.0, 3812.0, 3828.0, 3837.0, 3815.0, 3813.0, 3824.0, 3813.0, 3813.0, 3834.0, 3814.0, 3848.0, 3847.0, 3825.0, 3866.0, 3824.0, 3865.0, 3834.0, 3842.0, 3830.0, 3800.0, 3842.0, 3812.0, 3862.0, 3821.0, 3831.0, 3875.0, 3844.0, 3802.0, 3811.0, 3811.0, 3813.0, 3812.0, 3824.0, 3853.0, 3822.0, 3843.0, 3812.0, 3810.0, 3821.0, 3799.0, 3851.0, 3799.0, 3850.0, 3808.0, 3828.0, 3796.0, 3784.0, 3806.0, 3797.0, 3805.0, 3795.0, 3786.0, 3795.0, 3808.0, 3809.0, 3812.0, 3802.0, 3822.0, 3812.0, 3822.0, 3813.0, 3825.0, 3854.0, 3812.0, 3853.0, 3811.0, 3801.0, 3824.0, 3836.0, 3888.0, 3858.0, 3826.0, 3811.0, 3813.0, 3802.0, 3814.0, 3815.0, 3825.0, 3862.0, 3829.0, 3828.0, 3828.0, 3838.0, 3827.0, 3856.0, 3856.0, 3835.0, 3857.0, 3867.0, 3834.0, 3844.0, 3866.0, 3822.0, 3864.0, 3832.0, 3799.0, 3830.0, 3810.0, 3812.0, 3830.0, 3818.0, 3831.0, 3808.0, 3798.0, 3797.0, 3809.0, 3798.0, 3809.0, 3810.0, 3808.0, 3808.0, 3813.0, 3832.0, 3811.0, 3800.0, 3800.0, 3811.0, 3811.0, 3812.0, 3812.0, 3822.0, 3823.0, 3844.0, 3813.0, 3823.0, 3812.0, 3812.0, 3832.0, 3824.0, 3834.0, 3835.0, 3813.0, 3868.0, 3837.0, 3815.0, 3814.0, 3826.0, 3825.0, 3837.0, 3826.0, 3837.0, 3827.0, 3869.0, 3837.0, 3847.0, 3857.0, 3825.0, 3856.0, 3825.0, 3825.0, 3825.0, 3814.0, 3868.0, 3836.0, 3855.0, 3824.0, 3812.0, 3813.0, 3825.0, 3857.0, 3826.0, 3814.0, 3846.0, 3836.0, 3825.0, 3826.0, 3827.0, 3825.0, 3838.0, 3837.0, 3838.0, 3829.0, 3870.0, 3838.0, 3828.0, 3838.0, 3826.0, 3858.0, 3827.0, 3870.0, 3859.0, 3837.0, 3857.0, 3836.0, 3826.0, 3837.0, 3839.0, 3890.0, 3857.0, 3815.0, 3865.0, 3836.0, 3837.0, 3854.0, 3842.0, 3872.0, 3840.0, 3850.0, 3880.0, 3838.0, 3827.0, 3827.0, 3817.0, 3857.0, 3847.0, 3836.0, 3878.0, 3857.0, 3866.0, 3823.0, 3814.0, 3823.0, 3812.0, 3813.0, 3814.0, 3813.0, 3845.0, 3825.0, 3814.0, 3814.0, 3848.0, 3826.0, 3837.0, 3816.0, 3868.0, 3861.0, 3836.0, 3856.0, 3834.0, 3866.0, 3844.0, 3813.0, 3822.0, 3823.0, 3824.0, 3814.0, 3839.0, 3860.0, 3848.0, 3850.0, 3830.0, 3847.0, 3821.0, 3822.0, 3834.0, 3848.0, 3846.0, 3890.0, 3869.0, 3879.0, 3869.0, 3876.0, 3853.0, 3839.0, 3849.0, 3826.0, 3806.0, 3817.0, 3837.0, 3826.0, 3804.0, 3814.0, 3802.0, 3802.0, 3792.0, 3802.0, 3790.0, 3828.0, 3817.0, 3817.0, 3827.0, 3828.0, 3816.0, 3814.0, 3816.0, 3815.0, 3802.0, 3812.0, 3821.0, 3812.0, 3802.0, 3835.0, 3813.0, 3814.0, 3824.0, 3803.0, 3803.0, 3802.0, 3833.0, 3822.0, 3809.0, 3799.0, 3788.0, 3828.0, 3787.0, 3829.0, 3807.0, 3785.0, 3806.0, 3774.0, 3825.0, 3803.0, 3792.0, 3790.0, 3771.0, 3810.0, 3770.0, 3800.0, 3770.0, 3770.0, 3771.0, 3771.0, 3792.0, 3770.0, 3781.0, 3796.0, 3798.0, 3797.0, 3795.0, 3790.0, 3802.0, 3788.0, 3804.0, 3805.0, 3805.0, 3837.0, 3818.0, 3831.0, 3865.0, 3886.0, 3872.0, 3850.0, 3870.0, 3851.0, 3859.0, 3858.0, 3825.0, 3866.0, 3835.0, 3843.0, 3822.0, 3810.0, 3810.0, 3768.0, 3769.0, 3782.0, 3781.0, 3789.0, 3783.0, 3781.0, 3782.0, 3793.0, 3772.0, 3782.0, 3791.0, 3793.0, 3783.0, 3795.0, 3795.0, 3783.0, 3796.0, 3799.0, 3823.0, 3809.0, 3823.0, 3823.0, 3821.0, 3836.0, 3822.0, 3831.0, 3831.0, 3833.0, 3843.0, 3855.0, 3839.0, 3849.0, 3846.0, 3851.0, 3837.0, 3857.0, 3858.0, 3857.0, 3892.0, 3882.0, 3871.0, 3901.0, 3877.0, 3874.0, 3851.0, 3829.0, 3796.0, 3782.0, 3826.0, 3827.0, 3817.0, 3797.0, 3796.0, 3806.0, 3786.0, 3798.0, 3849.0, 3806.0, 3785.0, 3805.0, 3774.0, 3804.0, 3794.0, 3784.0, 3796.0, 3807.0, 3797.0, 3796.0, 3788.0, 3799.0, 3788.0, 3800.0, 3809.0, 3822.0, 3811.0, 3811.0, 3844.0, 3825.0, 3839.0, 3849.0, 3815.0, 3825.0, 3828.0, 3816.0, 3825.0, 3825.0, 3814.0, 3835.0, 3835.0, 3814.0, 3813.0, 3824.0, 3823.0, 3824.0, 3823.0, 3813.0, 3825.0, 3813.0, 3837.0, 3840.0, 3850.0, 3846.0, 3832.0, 3868.0, 3868.0, 3887.0, 3843.0, 3818.0, 3823.0, 3824.0, 3837.0, 3849.0, 3830.0, 3817.0, 3830.0, 3831.0, 3833.0, 3833.0, 3843.0, 3833.0, 3832.0, 3832.0, 3819.0, 3830.0, 3831.0, 3820.0, 3832.0, 3830.0, 3820.0, 3831.0, 3841.0, 3820.0, 3820.0, 3820.0, 3830.0, 3819.0, 3820.0, 3832.0, 3820.0, 3833.0, 3833.0, 3834.0, 3835.0, 3857.0, 3834.0, 3846.0, 3846.0, 3834.0, 3845.0, 3836.0, 3853.0, 3844.0, 3866.0, 3834.0, 3845.0, 3836.0, 3846.0, 3835.0, 3834.0, 3833.0, 3853.0, 3843.0, 3832.0, 3822.0, 3822.0, 3832.0, 3821.0, 3832.0, 3833.0, 3824.0, 3848.0, 3845.0, 3846.0, 3844.0, 3829.0, 3818.0], 'WindowWidth': [8740.0, 8674.0, 8637.0, 8657.0, 8634.0, 8625.0, 8601.0, 8580.0, 8533.0, 8557.0, 8512.0, 8495.0, 8525.0, 8497.0, 8512.0, 8529.0, 8524.0, 8561.0, 8492.0, 8494.0, 8489.0, 8495.0, 8497.0, 8510.0, 8515.0, 8528.0, 8517.0, 8516.0, 8571.0, 8517.0, 8531.0, 8518.0, 8504.0, 8562.0, 8520.0, 8521.0, 8523.0, 8528.0, 8541.0, 8548.0, 8563.0, 8595.0, 8553.0, 8556.0, 8570.0, 8558.0, 8586.0, 8560.0, 8599.0, 8596.0, 8577.0, 8606.0, 8563.0, 8576.0, 8578.0, 8585.0, 8602.0, 8617.0, 8600.0, 8600.0, 8585.0, 8599.0, 8637.0, 8606.0, 8605.0, 8618.0, 8604.0, 8608.0, 8633.0, 8607.0, 8608.0, 8649.0, 8646.0, 8677.0, 8658.0, 8594.0, 8623.0, 8579.0, 8631.0, 8607.0, 8578.0, 8648.0, 8622.0, 8577.0, 8587.0, 8587.0, 8603.0, 8598.0, 8602.0, 8626.0, 8666.0, 8647.0, 8626.0, 8669.0, 8614.0, 8611.0, 8631.0, 8606.0, 8661.0, 8613.0, 8591.0, 8652.0, 8594.0, 8604.0, 8639.0, 8602.0, 8652.0, 8620.0, 8602.0, 8574.0, 8571.0, 8560.0, 8587.0, 8574.0, 8563.0, 8603.0, 8576.0, 8558.0, 8616.0, 8557.0, 8587.0, 8555.0, 8571.0, 8601.0, 8565.0, 8601.0, 8569.0, 8558.0, 8600.0, 8560.0, 8557.0, 8570.0, 8563.0, 8565.0, 8626.0, 8566.0, 8577.0, 8580.0, 8563.0, 8619.0, 8592.0, 8606.0, 8597.0, 8566.0, 8650.0, 8621.0, 8573.0, 8590.0, 8585.0, 8601.0, 8615.0, 8608.0, 8575.0, 8577.0, 8507.0, 8603.0, 8635.0, 8661.0, 8658.0, 8645.0, 8717.0, 8683.0, 8676.0, 8717.0, 8672.0, 8708.0, 8675.0, 8644.0, 8688.0, 8656.0, 8673.0, 8655.0, 8622.0, 8687.0, 8674.0, 8641.0, 8659.0, 8622.0, 8576.0, 8557.0, 8556.0, 8558.0, 8586.0, 8586.0, 8572.0, 8640.0, 8587.0, 8567.0, 8612.0, 8556.0, 8597.0, 8568.0, 8553.0, 8596.0, 8577.0, 8566.0, 8618.0, 8561.0, 8581.0, 8661.0, 8612.0, 8603.0, 8582.0, 8586.0, 8559.0, 8575.0, 8569.0, 8556.0, 8560.0, 8628.0, 8573.0, 8557.0, 8614.0, 8571.0, 8582.0, 8553.0, 8569.0, 8628.0, 8567.0, 8563.0, 8602.0, 8564.0, 8579.0, 8587.0, 8611.0, 8588.0, 8589.0, 8617.0, 8592.0, 8628.0, 8598.0, 8582.0, 8637.0, 8580.0, 8637.0, 8606.0, 8575.0, 8615.0, 8576.0, 8632.0, 8574.0, 8555.0, 8568.0, 8581.0, 8644.0, 8580.0, 8586.0, 8590.0, 8615.0, 8638.0, 8598.0, 8567.0, 8619.0, 8509.0, 8665.0, 8662.0, 8652.0, 8721.0, 8694.0, 8720.0, 8717.0, 8684.0, 8708.0, 8672.0, 8680.0, 8648.0, 8672.0, 8640.0, 8620.0, 8615.0, 8570.0, 8623.0, 8552.0, 8627.0, 8568.0, 8555.0, 8536.0, 8557.0, 8552.0, 8548.0, 8562.0, 8561.0, 8578.0, 8566.0, 8568.0, 8583.0, 8607.0, 8582.0, 8626.0, 8586.0, 8546.0, 8559.0, 8562.0, 8626.0, 8596.0, 8577.0, 8616.0, 8586.0, 8561.0, 8562.0, 8598.0, 8593.0, 8555.0, 8607.0, 8675.0, 8619.0, 8618.0, 8620.0, 8648.0, 8662.0, 8618.0, 8657.0, 8609.0, 8647.0, 8616.0, 8626.0, 8625.0, 8606.0, 8589.0, 8556.0, 8595.0, 8535.0, 8521.0, 8533.0, 8527.0, 8546.0, 8585.0, 8576.0, 8587.0, 8584.0, 8581.0, 8587.0, 8589.0, 8612.0, 8591.0, 8591.0, 8592.0, 8630.0, 8605.0, 8604.0, 8629.0, 8583.0, 8624.0, 8566.0, 8635.0, 8562.0, 8579.0, 8587.0, 8597.0, 8619.0, 8589.0, 8588.0, 8590.0, 8621.0, 8632.0, 8599.0, 8590.0, 8605.0, 8594.0, 8593.0, 8620.0, 8594.0, 8646.0, 8642.0, 8611.0, 8666.0, 8607.0, 8658.0, 8616.0, 8626.0, 8609.0, 8568.0, 8625.0, 8588.0, 8651.0, 8597.0, 8609.0, 8674.0, 8633.0, 8576.0, 8585.0, 8586.0, 8591.0, 8589.0, 8608.0, 8641.0, 8600.0, 8626.0, 8586.0, 8582.0, 8596.0, 8567.0, 8634.0, 8564.0, 8632.0, 8575.0, 8600.0, 8556.0, 8538.0, 8567.0, 8555.0, 8566.0, 8552.0, 8543.0, 8556.0, 8576.0, 8580.0, 8589.0, 8574.0, 8602.0, 8587.0, 8601.0, 8594.0, 8609.0, 8648.0, 8591.0, 8645.0, 8586.0, 8574.0, 8610.0, 8625.0, 8700.0, 8660.0, 8615.0, 8586.0, 8594.0, 8576.0, 8596.0, 8598.0, 8613.0, 8674.0, 8626.0, 8625.0, 8622.0, 8635.0, 8616.0, 8654.0, 8653.0, 8624.0, 8653.0, 8666.0, 8619.0, 8631.0, 8662.0, 8600.0, 8655.0, 8610.0, 8562.0, 8604.0, 8581.0, 8587.0, 8606.0, 8587.0, 8607.0, 8574.0, 8561.0, 8559.0, 8575.0, 8562.0, 8576.0, 8578.0, 8576.0, 8575.0, 8592.0, 8612.0, 8583.0, 8567.0, 8566.0, 8584.0, 8583.0, 8587.0, 8588.0, 8601.0, 8603.0, 8630.0, 8590.0, 8602.0, 8586.0, 8586.0, 8613.0, 8605.0, 8619.0, 8623.0, 8591.0, 8671.0, 8631.0, 8597.0, 8596.0, 8614.0, 8612.0, 8630.0, 8615.0, 8630.0, 8616.0, 8675.0, 8631.0, 8643.0, 8655.0, 8611.0, 8652.0, 8611.0, 8610.0, 8611.0, 8596.0, 8670.0, 8626.0, 8651.0, 8607.0, 8590.0, 8592.0, 8610.0, 8657.0, 8614.0, 8595.0, 8638.0, 8626.0, 8612.0, 8615.0, 8618.0, 8614.0, 8633.0, 8631.0, 8635.0, 8624.0, 8678.0, 8633.0, 8621.0, 8633.0, 8617.0, 8660.0, 8618.0, 8679.0, 8662.0, 8631.0, 8656.0, 8628.0, 8614.0, 8631.0, 8639.0, 8704.0, 8658.0, 8598.0, 8664.0, 8627.0, 8632.0, 8665.0, 8645.0, 8686.0, 8639.0, 8653.0, 8692.0, 8634.0, 8619.0, 8617.0, 8604.0, 8656.0, 8643.0, 8628.0, 8686.0, 8656.0, 8665.0, 8605.0, 8593.0, 8603.0, 8589.0, 8594.0, 8594.0, 8593.0, 8637.0, 8611.0, 8598.0, 8596.0, 8647.0, 8615.0, 8630.0, 8603.0, 8672.0, 8668.0, 8628.0, 8653.0, 8621.0, 8665.0, 8634.0, 8590.0, 8603.0, 8605.0, 8609.0, 8597.0, 8639.0, 8670.0, 8647.0, 8656.0, 8625.0, 8660.0, 8619.0, 8624.0, 8641.0, 8665.0, 8660.0, 8721.0, 8693.0, 8705.0, 8696.0, 8698.0, 8659.0, 8636.0, 8648.0, 8613.0, 8586.0, 8600.0, 8626.0, 8612.0, 8578.0, 8592.0, 8574.0, 8573.0, 8559.0, 8572.0, 8556.0, 8622.0, 8604.0, 8601.0, 8618.0, 8621.0, 8602.0, 8597.0, 8602.0, 8600.0, 8579.0, 8590.0, 8599.0, 8590.0, 8575.0, 8624.0, 8591.0, 8593.0, 8607.0, 8578.0, 8576.0, 8574.0, 8613.0, 8598.0, 8578.0, 8565.0, 8548.0, 8601.0, 8546.0, 8602.0, 8569.0, 8538.0, 8566.0, 8522.0, 8589.0, 8559.0, 8541.0, 8537.0, 8511.0, 8563.0, 8510.0, 8549.0, 8511.0, 8509.0, 8512.0, 8512.0, 8540.0, 8511.0, 8528.0, 8556.0, 8563.0, 8562.0, 8557.0, 8547.0, 8563.0, 8542.0, 8576.0, 8579.0, 8581.0, 8627.0, 8605.0, 8624.0, 8672.0, 8700.0, 8675.0, 8643.0, 8669.0, 8642.0, 8651.0, 8649.0, 8599.0, 8656.0, 8611.0, 8618.0, 8589.0, 8569.0, 8568.0, 8514.0, 8515.0, 8539.0, 8535.0, 8543.0, 8539.0, 8535.0, 8536.0, 8555.0, 8525.0, 8540.0, 8549.0, 8557.0, 8543.0, 8560.0, 8562.0, 8544.0, 8565.0, 8572.0, 8614.0, 8590.0, 8614.0, 8614.0, 8610.0, 8634.0, 8613.0, 8623.0, 8621.0, 8627.0, 8642.0, 8658.0, 8651.0, 8665.0, 8653.0, 8664.0, 8640.0, 8664.0, 8665.0, 8664.0, 8719.0, 8704.0, 8688.0, 8728.0, 8690.0, 8679.0, 8643.0, 8610.0, 8559.0, 8535.0, 8596.0, 8601.0, 8590.0, 8565.0, 8563.0, 8577.0, 8550.0, 8566.0, 8634.0, 8574.0, 8544.0, 8570.0, 8528.0, 8568.0, 8554.0, 8540.0, 8562.0, 8578.0, 8565.0, 8561.0, 8550.0, 8566.0, 8553.0, 8574.0, 8586.0, 8606.0, 8593.0, 8594.0, 8641.0, 8618.0, 8646.0, 8660.0, 8606.0, 8619.0, 8628.0, 8607.0, 8618.0, 8617.0, 8600.0, 8628.0, 8630.0, 8599.0, 8598.0, 8614.0, 8612.0, 8615.0, 8613.0, 8599.0, 8618.0, 8602.0, 8638.0, 8647.0, 8658.0, 8664.0, 8633.0, 8688.0, 8687.0, 8708.0, 8645.0, 8602.0, 8600.0, 8607.0, 8628.0, 8647.0, 8623.0, 8602.0, 8626.0, 8627.0, 8634.0, 8634.0, 8650.0, 8634.0, 8631.0, 8630.0, 8612.0, 8627.0, 8630.0, 8615.0, 8631.0, 8628.0, 8613.0, 8628.0, 8640.0, 8612.0, 8611.0, 8610.0, 8625.0, 8610.0, 8613.0, 8630.0, 8614.0, 8636.0, 8635.0, 8640.0, 8643.0, 8673.0, 8640.0, 8659.0, 8656.0, 8641.0, 8656.0, 8645.0, 8663.0, 8651.0, 8683.0, 8637.0, 8661.0, 8645.0, 8657.0, 8640.0, 8638.0, 8635.0, 8660.0, 8645.0, 8631.0, 8618.0, 8617.0, 8632.0, 8616.0, 8632.0, 8633.0, 8625.0, 8666.0, 8658.0, 8660.0, 8651.0, 8625.0, 8607.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.014512896551724138</td></tr>
<tr><td colspan=3>aqi</td><td>0.13851961540229885</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.7250673714384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0725498579171455</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0179543773417725</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>2621.1768</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23335311879699216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.137931034482758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.891379291839428</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.663069209234755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.041950200201528</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9691184660819996</td></tr>
<tr><td colspan=3>gcor</td><td>0.00709453</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01731833443045616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0292403232306242</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0303466323771096</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>14.2837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.1827</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.8418</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1056.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.6135</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1328</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.9426</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3035.8767</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.4976</td></tr>
<tr><td colspan=3>tsnr</td><td>16.399195398087613</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>