ds005256-mriqc/sub-0018_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0018_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-03/func/sub-0018_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>23b15ac6dd86befe4a8acaeba6813feb</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:12:15.362500</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.997038, -0.0204747, 0.0741382, 0.0231482, 0.999106, -0.0353839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907035</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 735, -19, -179, -34, 18]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa53273a-de04-4827-99ec-816f386a3e68||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.6749794483184814, 0.06210505589842796, 0.19803814589977264, 105.90564727783203], [0.054932091385126114, 2.680527448654175, -0.0998871773481369, -95.31631469726562], [0.19890747964382172, 0.09493240714073181, 2.6908740997314453, -67.37097930908203], [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': ['101215.362500', '101215.822500', '101216.282500', '101216.742500', '101217.202500', '101217.662500', '101218.122500', '101218.582500', '101219.042500', '101219.502500', '101219.962500', '101220.422500', '101220.882500', '101221.342500', '101221.802500', '101222.262500', '101222.722500', '101223.182500', '101223.642500', '101224.102500', '101224.562500', '101225.022500', '101225.482500', '101225.942500', '101226.402500', '101226.862500', '101227.322500', '101227.782500', '101228.242500', '101228.702500', '101229.162500', '101229.622500', '101230.082500', '101230.542500', '101231.002500', '101231.462500', '101231.922500', '101232.382500', '101232.842500', '101233.302500', '101233.762500', '101234.222500', '101234.682500', '101235.142500', '101235.602500', '101236.062500', '101236.522500', '101236.982500', '101237.442500', '101237.902500', '101238.362500', '101238.822500', '101239.282500', '101239.742500', '101240.202500', '101240.662500', '101241.122500', '101241.582500', '101242.042500', '101242.502500', '101242.962500', '101243.422500', '101243.882500', '101244.342500', '101244.802500', '101245.262500', '101245.722500', '101246.182500', '101246.642500', '101247.102500', '101247.562500', '101248.022500', '101248.482500', '101248.942500', '101249.402500', '101249.862500', '101250.322500', '101250.782500', '101251.242500', '101251.702500', '101252.162500', '101252.622500', '101253.082500', '101253.542500', '101254.002500', '101254.462500', '101254.922500', '101255.382500', '101255.842500', '101256.302500', '101256.762500', '101257.222500', '101257.682500', '101258.142500', '101258.602500', '101259.062500', '101259.522500', '101259.982500', '101300.442500', '101300.902500', '101301.362500', '101301.822500', '101302.282500', '101302.742500', '101303.202500', '101303.662500', '101304.122500', '101304.582500', '101305.042500', '101305.502500', '101305.962500', '101306.422500', '101306.882500', '101307.342500', '101307.802500', '101308.262500', '101308.722500', '101309.182500', '101309.642500', '101310.102500', '101310.562500', '101311.022500', '101311.482500', '101311.942500', '101312.402500', '101312.862500', '101313.322500', '101313.782500', '101314.242500', '101314.702500', '101315.162500', '101315.622500', '101316.082500', '101316.542500', '101317.002500', '101317.462500', '101317.922500', '101318.382500', '101318.842500', '101319.302500', '101319.762500', '101320.222500', '101320.682500', '101321.142500', '101321.602500', '101322.062500', '101322.522500', '101322.982500', '101323.442500', '101323.902500', '101324.362500', '101324.822500', '101325.282500', '101325.742500', '101326.202500', '101326.662500', '101327.122500', '101327.582500', '101328.042500', '101328.502500', '101328.962500', '101329.422500', '101329.882500', '101330.342500', '101330.802500', '101331.262500', '101331.722500', '101332.182500', '101332.642500', '101333.102500', '101333.562500', '101334.022500', '101334.482500', '101334.942500', '101335.402500', '101335.862500', '101336.322500', '101336.782500', '101337.242500', '101337.702500', '101338.162500', '101338.622500', '101339.082500', '101339.542500', '101340.002500', '101340.462500', '101340.922500', '101341.382500', '101341.842500', '101342.302500', '101342.762500', '101343.222500', '101343.682500', '101344.142500', '101344.602500', '101345.062500', '101345.522500', '101345.982500', '101346.442500', '101346.902500', '101347.362500', '101347.822500', '101348.282500', '101348.742500', '101349.202500', '101349.662500', '101350.122500', '101350.582500', '101351.042500', '101351.502500', '101351.962500', '101352.422500', '101352.882500', '101353.342500', '101353.802500', '101354.262500', '101354.722500', '101355.182500', '101355.642500', '101356.102500', '101356.562500', '101357.022500', '101357.482500', '101357.942500', '101358.402500', '101358.862500', '101359.322500', '101359.782500', '101400.242500', '101400.702500', '101401.162500', '101401.622500', '101402.082500', '101402.542500', '101403.002500', '101403.462500', '101403.922500', '101404.382500', '101404.842500', '101405.302500', '101405.762500', '101406.222500', '101406.682500', '101407.142500', '101407.602500', '101408.062500', '101408.522500', '101408.982500', '101409.442500', '101409.902500', '101410.362500', '101410.822500', '101411.282500', '101411.742500', '101412.202500', '101412.662500', '101413.122500', '101413.582500', '101414.042500', '101414.502500', '101414.962500', '101415.422500', '101415.882500', '101416.342500', '101416.802500', '101417.262500', '101417.722500', '101418.182500', '101418.642500', '101419.102500', '101419.562500', '101420.022500', '101420.482500', '101420.942500', '101421.402500', '101421.862500', '101422.322500', '101422.782500', '101423.242500', '101423.702500', '101424.162500', '101424.622500', '101425.082500', '101425.542500', '101426.002500', '101426.462500', '101426.922500', '101427.382500', '101427.842500', '101428.302500', '101428.762500', '101429.222500', '101429.682500', '101430.142500', '101430.602500', '101431.062500', '101431.522500', '101431.982500', '101432.442500', '101432.902500', '101433.362500', '101433.822500', '101434.282500', '101434.742500', '101435.202500', '101435.662500', '101436.122500', '101436.582500', '101437.042500', '101437.502500', '101437.962500', '101438.422500', '101438.882500', '101439.342500', '101439.802500', '101440.262500', '101440.722500', '101441.182500', '101441.642500', '101442.102500', '101442.562500', '101443.022500', '101443.482500', '101443.942500', '101444.402500', '101444.862500', '101445.322500', '101445.782500', '101446.242500', '101446.702500', '101447.162500', '101447.622500', '101448.082500', '101448.542500', '101449.002500', '101449.462500', '101449.922500', '101450.382500', '101450.842500', '101451.302500', '101451.762500', '101452.222500', '101452.682500', '101453.142500', '101453.602500', '101454.062500', '101454.522500', '101454.982500', '101455.442500', '101455.902500', '101456.362500', '101456.822500', '101457.282500', '101457.742500', '101458.202500', '101458.662500', '101459.122500', '101459.582500', '101500.042500', '101500.502500', '101500.962500', '101501.422500', '101501.882500', '101502.342500', '101502.802500', '101503.262500', '101503.722500', '101504.182500', '101504.642500', '101505.102500', '101505.562500', '101506.022500', '101506.482500', '101506.942500', '101507.402500', '101507.862500', '101508.322500', '101508.782500', '101509.242500', '101509.702500', '101510.162500', '101510.622500', '101511.082500', '101511.542500', '101512.002500', '101512.462500', '101512.922500', '101513.382500', '101513.842500', '101514.302500', '101514.762500', '101515.222500', '101515.682500', '101516.142500', '101516.602500', '101517.062500', '101517.522500', '101517.982500', '101518.442500', '101518.902500', '101519.362500', '101519.822500', '101520.282500', '101520.742500', '101521.202500', '101521.662500', '101522.122500', '101522.582500', '101523.042500', '101523.502500', '101523.962500', '101524.422500', '101524.882500', '101525.342500', '101525.802500', '101526.262500', '101526.722500', '101527.182500', '101527.642500', '101528.102500', '101528.562500', '101529.022500', '101529.482500', '101529.942500', '101530.402500', '101530.862500', '101531.322500', '101531.782500', '101532.242500', '101532.702500', '101533.162500', '101533.622500', '101534.082500', '101534.542500', '101535.002500', '101535.462500', '101535.922500', '101536.382500', '101536.842500', '101537.302500', '101537.762500', '101538.222500', '101538.682500', '101539.142500', '101539.602500', '101540.062500', '101540.522500', '101540.982500', '101541.442500', '101541.902500', '101542.362500', '101542.822500', '101543.282500', '101543.742500', '101544.202500', '101544.662500', '101545.122500', '101545.582500', '101546.042500', '101546.502500', '101546.962500', '101547.422500', '101547.882500', '101548.342500', '101548.802500', '101549.262500', '101549.722500', '101550.182500', '101550.642500', '101551.102500', '101551.562500', '101552.022500', '101552.482500', '101552.942500', '101553.402500', '101553.862500', '101554.322500', '101554.782500', '101555.242500', '101555.702500', '101556.162500', '101556.622500', '101557.082500', '101557.542500', '101558.002500', '101558.462500', '101558.922500', '101559.382500', '101559.842500', '101600.302500', '101600.762500', '101601.222500', '101601.682500', '101602.142500', '101602.602500', '101603.062500', '101603.522500', '101603.982500', '101604.442500', '101604.902500', '101605.362500', '101605.822500', '101606.282500', '101606.742500', '101607.202500', '101607.662500', '101608.122500', '101608.582500', '101609.042500', '101609.502500', '101609.962500', '101610.422500', '101610.882500', '101611.342500', '101611.802500', '101612.262500', '101612.722500', '101613.182500', '101613.642500', '101614.102500', '101614.562500', '101615.022500', '101615.482500', '101615.942500', '101616.402500', '101616.862500', '101617.322500', '101617.782500', '101618.242500', '101618.702500', '101619.162500', '101619.622500', '101620.082500', '101620.542500', '101621.002500', '101621.462500', '101621.922500', '101622.382500', '101622.842500', '101623.302500', '101623.762500', '101624.222500', '101624.682500', '101625.142500', '101625.602500', '101626.062500', '101626.522500', '101626.982500', '101627.442500', '101627.902500', '101628.362500', '101628.822500', '101629.282500', '101629.742500', '101630.202500', '101630.662500', '101631.122500', '101631.582500', '101632.042500', '101632.502500', '101632.962500', '101633.422500', '101633.882500', '101634.342500', '101634.802500', '101635.262500', '101635.722500', '101636.182500', '101636.642500', '101637.102500', '101637.562500', '101638.022500', '101638.482500', '101638.942500', '101639.402500', '101639.862500', '101640.322500', '101640.782500', '101641.242500', '101641.702500', '101642.162500', '101642.622500', '101643.082500', '101643.542500', '101644.002500', '101644.462500', '101644.922500', '101645.382500', '101645.842500', '101646.302500', '101646.762500', '101647.222500', '101647.682500', '101648.142500', '101648.602500', '101649.062500', '101649.522500', '101649.982500', '101650.442500', '101650.902500', '101651.362500', '101651.822500', '101652.282500', '101652.742500', '101653.202500', '101653.662500', '101654.122500', '101654.582500', '101655.042500', '101655.502500', '101655.962500', '101656.422500', '101656.882500', '101657.342500', '101657.802500', '101658.262500', '101658.722500', '101659.182500', '101659.642500', '101700.102500', '101700.562500', '101701.022500', '101701.482500', '101701.942500', '101702.402500', '101702.862500', '101703.322500', '101703.782500', '101704.242500', '101704.702500', '101705.162500', '101705.622500', '101706.082500', '101706.542500', '101707.002500', '101707.462500', '101707.922500', '101708.382500', '101708.842500', '101709.302500', '101709.762500', '101710.222500', '101710.682500', '101711.142500', '101711.602500', '101712.062500', '101712.522500', '101712.982500', '101713.442500', '101713.902500', '101714.362500', '101714.822500', '101715.282500', '101715.742500', '101716.202500', '101716.662500', '101717.122500', '101717.582500', '101718.042500', '101718.502500', '101718.962500', '101719.422500', '101719.882500', '101720.342500', '101720.802500', '101721.262500', '101721.722500', '101722.182500', '101722.642500', '101723.102500', '101723.562500', '101724.022500', '101724.482500', '101724.942500', '101725.402500', '101725.862500', '101726.322500', '101726.782500', '101727.242500', '101727.702500', '101728.162500', '101728.622500', '101729.082500', '101729.542500', '101730.002500', '101730.462500', '101730.922500', '101731.382500', '101731.842500', '101732.302500', '101732.762500', '101733.222500', '101733.682500', '101734.142500', '101734.602500', '101735.062500', '101735.522500', '101735.982500', '101736.442500', '101736.902500', '101737.362500', '101737.822500', '101738.282500', '101738.742500', '101739.202500', '101739.662500', '101740.122500', '101740.582500', '101741.042500', '101741.502500', '101741.962500', '101742.422500', '101742.882500', '101743.342500', '101743.802500', '101744.262500', '101744.722500', '101745.182500', '101745.642500', '101746.102500', '101746.562500', '101747.022500', '101747.482500', '101747.942500', '101748.402500', '101748.862500', '101749.322500', '101749.782500', '101750.242500', '101750.702500', '101751.162500', '101751.622500', '101752.082500', '101752.542500', '101753.002500', '101753.462500', '101753.922500', '101754.382500', '101754.842500', '101755.302500', '101755.762500', '101756.222500', '101756.682500', '101757.142500', '101757.602500', '101758.062500', '101758.522500', '101758.982500', '101759.442500', '101759.902500', '101800.362500', '101800.822500', '101801.282500', '101801.742500', '101802.202500', '101802.662500', '101803.122500', '101803.582500', '101804.042500', '101804.502500', '101804.962500', '101805.422500', '101805.882500', '101806.342500', '101806.802500', '101807.262500', '101807.722500', '101808.182500', '101808.642500', '101809.102500', '101809.562500', '101810.022500', '101810.482500', '101810.942500', '101811.402500', '101811.862500', '101812.322500', '101812.782500', '101813.242500', '101813.702500', '101814.162500', '101814.622500', '101815.082500', '101815.542500', '101816.002500', '101816.462500', '101816.922500', '101817.382500', '101817.842500', '101818.302500', '101818.762500', '101819.222500', '101819.682500', '101820.142500', '101820.602500', '101821.062500', '101821.522500', '101821.982500', '101822.442500', '101822.902500', '101823.362500', '101823.822500', '101824.282500', '101824.742500', '101825.202500', '101825.662500', '101826.122500', '101826.582500', '101827.042500', '101827.502500', '101827.962500', '101828.422500', '101828.882500', '101829.342500', '101829.802500', '101830.262500', '101830.722500', '101831.182500', '101831.642500', '101832.102500', '101832.562500', '101833.022500', '101833.482500', '101833.942500', '101834.402500', '101834.862500', '101835.322500', '101835.782500', '101836.242500', '101836.702500', '101837.162500', '101837.622500', '101838.082500', '101838.542500', '101839.002500', '101839.462500', '101839.922500', '101840.382500', '101840.842500', '101841.302500', '101841.762500', '101842.222500', '101842.682500', '101843.142500', '101843.602500', '101844.062500', '101844.522500', '101844.982500', '101845.442500', '101845.902500', '101846.362500', '101846.822500', '101847.282500', '101847.742500', '101848.202500', '101848.662500', '101849.122500', '101849.582500', '101850.042500', '101850.502500', '101850.962500', '101851.422500', '101851.882500', '101852.342500', '101852.802500', '101853.262500', '101853.722500', '101854.182500', '101854.642500', '101855.102500', '101855.562500', '101856.022500'], 'ContentTime': ['101244.015000', '101244.018000', '101244.021000', '101244.024000', '101244.027000', '101244.030000', '101244.033000', '101244.035000', '101244.038000', '101244.041000', '101244.044000', '101244.047000', '101244.049000', '101244.052000', '101244.055000', '101244.058000', '101244.061000', '101244.068000', '101244.071000', '101244.074000', '101244.077000', '101244.080000', '101244.082000', '101244.085000', '101244.088000', '101244.091000', '101244.094000', '101244.097000', '101244.100000', '101244.102000', '101244.105000', '101244.108000', '101244.111000', '101244.114000', '101244.117000', '101244.119000', '101244.122000', '101244.125000', '101244.128000', '101244.131000', '101244.133000', '101244.136000', '101244.139000', '101244.142000', '101244.145000', '101244.148000', '101244.150000', '101244.153000', '101244.156000', '101244.159000', '101244.162000', '101244.165000', '101244.167000', '101244.170000', '101244.173000', '101244.176000', '101244.179000', '101244.182000', '101244.185000', '101244.187000', '101244.190000', '101303.984000', '101303.987000', '101303.990000', '101303.992000', '101303.995000', '101303.998000', '101304.002000', '101304.005000', '101304.008000', '101304.010000', '101304.013000', '101304.016000', '101304.019000', '101304.022000', '101304.025000', '101304.027000', '101304.030000', '101304.033000', '101304.036000', '101304.039000', '101304.041000', '101304.044000', '101304.047000', '101304.050000', '101304.053000', '101304.056000', '101304.058000', '101304.061000', '101304.064000', '101304.067000', '101304.070000', '101304.073000', '101304.075000', '101304.078000', '101304.081000', '101304.084000', '101304.087000', '101304.090000', '101304.092000', '101304.095000', '101304.098000', '101304.101000', '101304.104000', '101323.984000', '101323.987000', '101323.989000', '101323.992000', '101323.995000', '101323.998000', '101324.002000', '101324.005000', '101324.008000', '101324.010000', '101324.013000', '101324.016000', '101324.019000', '101324.022000', '101324.035000', '101324.038000', '101324.041000', '101324.044000', '101324.047000', '101324.050000', '101324.052000', '101324.055000', '101324.058000', '101324.061000', '101324.064000', '101324.067000', '101324.069000', '101324.072000', '101324.075000', '101324.078000', '101324.081000', '101324.084000', '101324.087000', '101324.089000', '101324.092000', '101324.095000', '101324.098000', '101324.101000', '101324.104000', '101324.106000', '101324.109000', '101324.112000', '101324.115000', '101324.118000', '101343.984000', '101343.987000', '101343.990000', '101343.992000', '101343.995000', '101344.002000', '101344.005000', '101344.027000', '101344.029000', '101344.032000', '101344.035000', '101344.038000', '101344.041000', '101344.044000', '101344.046000', '101344.049000', '101344.052000', '101344.055000', '101344.058000', '101344.061000', '101344.063000', '101344.066000', '101344.069000', '101344.072000', '101344.075000', '101344.078000', '101344.081000', '101344.083000', '101344.086000', '101344.089000', '101344.092000', '101344.095000', '101344.098000', '101344.100000', '101344.103000', '101344.106000', '101344.109000', '101344.112000', '101344.115000', '101344.117000', '101344.120000', '101344.123000', '101344.126000', '101403.984000', '101403.987000', '101403.990000', '101403.993000', '101403.996000', '101404.000000', '101404.003000', '101404.006000', '101404.009000', '101404.011000', '101404.014000', '101404.017000', '101404.020000', '101404.023000', '101404.026000', '101404.028000', '101404.031000', '101404.034000', '101404.037000', '101404.040000', '101404.043000', '101404.046000', '101404.049000', '101404.051000', '101404.054000', '101404.057000', '101404.060000', '101404.063000', '101404.066000', '101404.068000', '101404.071000', '101404.074000', '101404.077000', '101404.080000', '101404.083000', '101404.086000', '101404.089000', '101404.091000', '101404.094000', '101404.097000', '101404.100000', '101404.103000', '101404.106000', '101423.985000', '101423.988000', '101423.991000', '101423.994000', '101423.997000', '101423.999000', '101424.002000', '101424.005000', '101424.008000', '101424.011000', '101424.014000', '101424.020000', '101424.022000', '101424.025000', '101424.028000', '101424.031000', '101424.034000', '101424.037000', '101424.039000', '101424.042000', '101424.045000', '101424.048000', '101424.051000', '101424.054000', '101424.057000', '101424.059000', '101424.062000', '101424.065000', '101424.068000', '101424.071000', '101424.074000', '101424.077000', '101424.079000', '101424.082000', '101424.085000', '101424.088000', '101424.091000', '101424.094000', '101424.097000', '101424.100000', '101424.102000', '101424.105000', '101424.108000', '101424.111000', '101443.984000', '101443.987000', '101443.990000', '101443.992000', '101443.995000', '101444.000000', '101444.004000', '101444.007000', '101444.010000', '101444.013000', '101444.016000', '101444.019000', '101444.022000', '101444.025000', '101444.027000', '101444.030000', '101444.033000', '101444.036000', '101444.039000', '101444.042000', '101444.045000', '101444.048000', '101444.050000', '101444.053000', '101444.056000', '101444.059000', '101444.062000', '101444.065000', '101444.067000', '101444.070000', '101444.073000', '101444.076000', '101444.079000', '101444.082000', '101444.085000', '101444.088000', '101444.090000', '101444.093000', '101444.096000', '101444.099000', '101444.102000', '101444.105000', '101444.108000', '101503.984000', '101503.987000', '101503.990000', '101503.993000', '101503.996000', '101503.998000', '101504.002000', '101504.005000', '101504.008000', '101504.011000', '101504.014000', '101504.017000', '101504.019000', '101504.022000', '101504.025000', '101504.028000', '101504.031000', '101504.034000', '101504.037000', '101504.040000', '101504.042000', '101504.045000', '101504.048000', '101504.051000', '101504.054000', '101504.057000', '101504.060000', '101504.063000', '101504.065000', '101504.068000', '101504.071000', '101504.074000', '101504.077000', '101504.080000', '101504.083000', '101504.085000', '101504.088000', '101504.091000', '101504.094000', '101504.097000', '101504.100000', '101504.103000', '101504.105000', '101504.108000', '101523.984000', '101523.987000', '101523.990000', '101524.004000', '101524.007000', '101524.010000', '101524.013000', '101524.016000', '101524.019000', '101524.022000', '101524.025000', '101524.028000', '101524.031000', '101524.034000', '101524.036000', '101524.039000', '101524.042000', '101524.045000', '101524.048000', '101524.051000', '101524.054000', '101524.056000', '101524.059000', '101524.062000', '101524.065000', '101524.068000', '101524.071000', '101524.074000', '101524.077000', '101524.079000', '101524.082000', '101524.085000', '101524.088000', '101524.091000', '101524.094000', '101524.096000', '101524.099000', '101524.102000', '101524.105000', '101524.108000', '101524.111000', '101524.114000', '101524.117000', '101543.984000', '101543.987000', '101543.990000', '101543.993000', '101543.996000', '101543.998000', '101544.002000', '101544.005000', '101544.008000', '101544.011000', '101544.014000', '101544.016000', '101544.019000', '101544.022000', '101544.025000', '101544.028000', '101544.031000', '101544.034000', '101544.036000', '101544.039000', '101544.042000', '101544.045000', '101544.048000', '101544.051000', '101544.053000', '101544.056000', '101544.059000', '101544.062000', '101544.065000', '101544.068000', '101544.071000', '101544.074000', '101544.077000', '101544.079000', '101544.082000', '101544.085000', '101544.088000', '101544.091000', '101544.094000', '101544.096000', '101544.099000', '101544.102000', '101544.105000', '101544.108000', '101603.984000', '101603.987000', '101603.990000', '101603.993000', '101603.995000', '101603.998000', '101604.002000', '101604.005000', '101604.008000', '101604.011000', '101604.014000', '101604.017000', '101604.019000', '101604.022000', '101604.025000', '101604.028000', '101604.031000', '101604.034000', '101604.037000', '101604.040000', '101604.045000', '101604.048000', '101604.051000', '101604.054000', '101604.057000', '101604.060000', '101604.062000', '101604.065000', '101604.068000', '101604.071000', '101604.074000', '101604.077000', '101604.080000', '101604.083000', '101604.086000', '101604.088000', '101604.091000', '101604.094000', '101604.097000', '101604.100000', '101604.103000', '101604.105000', '101604.108000', '101623.984000', '101623.987000', '101623.990000', '101623.993000', '101623.996000', '101624.000000', '101624.002000', '101624.005000', '101624.008000', '101624.011000', '101624.014000', '101624.017000', '101624.019000', '101624.022000', '101624.025000', '101624.028000', '101624.031000', '101624.034000', '101624.037000', '101624.040000', '101624.043000', '101624.045000', '101624.048000', '101624.051000', '101624.054000', '101624.057000', '101624.060000', '101624.062000', '101624.065000', '101624.068000', '101624.071000', '101624.074000', '101624.077000', '101624.080000', '101624.083000', '101624.085000', '101624.088000', '101624.091000', '101624.094000', '101624.097000', '101624.100000', '101624.102000', '101624.105000', '101624.108000', '101643.985000', '101643.988000', '101643.992000', '101643.995000', '101643.998000', '101644.002000', '101644.005000', '101644.007000', '101644.010000', '101644.013000', '101644.016000', '101644.019000', '101644.022000', '101644.025000', '101644.028000', '101644.031000', '101644.033000', '101644.036000', '101644.039000', '101644.042000', '101644.045000', '101644.048000', '101644.051000', '101644.054000', '101644.057000', '101644.060000', '101644.063000', '101644.065000', '101644.077000', '101644.079000', '101644.082000', '101644.085000', '101644.088000', '101644.091000', '101644.094000', '101644.096000', '101644.099000', '101644.102000', '101644.105000', '101644.108000', '101644.111000', '101644.113000', '101644.116000', '101703.984000', '101703.987000', '101703.990000', '101703.993000', '101703.996000', '101703.998000', '101704.002000', '101704.005000', '101704.008000', '101704.011000', '101704.014000', '101704.017000', '101704.019000', '101704.022000', '101704.025000', '101704.028000', '101704.031000', '101704.034000', '101704.037000', '101704.040000', '101704.042000', '101704.045000', '101704.048000', '101704.051000', '101704.054000', '101704.057000', '101704.060000', '101704.062000', '101704.065000', '101704.068000', '101704.071000', '101704.074000', '101704.077000', '101704.080000', '101704.083000', '101704.085000', '101704.088000', '101704.091000', '101704.094000', '101704.097000', '101704.100000', '101704.103000', '101704.105000', '101704.108000', '101723.984000', '101723.987000', '101723.990000', '101723.993000', '101723.995000', '101723.998000', '101724.002000', '101724.005000', '101724.008000', '101724.011000', '101724.013000', '101724.016000', '101724.019000', '101724.022000', '101724.025000', '101724.028000', '101724.031000', '101724.034000', '101724.036000', '101724.039000', '101724.042000', '101724.045000', '101724.048000', '101724.051000', '101724.054000', '101724.056000', '101724.059000', '101724.062000', '101724.065000', '101724.068000', '101724.071000', '101724.074000', '101724.076000', '101724.079000', '101724.082000', '101724.087000', '101724.091000', '101724.094000', '101724.097000', '101724.100000', '101724.103000', '101724.106000', '101724.109000', '101743.984000', '101743.987000', '101743.990000', '101743.993000', '101743.995000', '101743.998000', '101744.002000', '101744.005000', '101744.008000', '101744.011000', '101744.013000', '101744.016000', '101744.019000', '101744.022000', '101744.025000', '101744.028000', '101744.031000', '101744.034000', '101744.037000', '101744.039000', '101744.042000', '101744.045000', '101744.048000', '101744.051000', '101744.054000', '101744.057000', '101744.060000', '101744.062000', '101744.065000', '101744.068000', '101744.071000', '101744.074000', '101744.077000', '101744.080000', '101744.082000', '101744.085000', '101744.088000', '101744.091000', '101744.094000', '101744.097000', '101744.100000', '101744.103000', '101744.105000', '101744.108000', '101803.984000', '101803.987000', '101803.990000', '101803.993000', '101803.995000', '101803.998000', '101804.002000', '101804.005000', '101804.008000', '101804.011000', '101804.014000', '101804.016000', '101804.019000', '101804.022000', '101804.025000', '101804.030000', '101804.033000', '101804.035000', '101804.038000', '101804.041000', '101804.044000', '101804.047000', '101804.050000', '101804.053000', '101804.055000', '101804.058000', '101804.061000', '101804.064000', '101804.067000', '101804.070000', '101804.073000', '101804.076000', '101804.078000', '101804.081000', '101804.085000', '101804.089000', '101804.093000', '101804.096000', '101804.099000', '101804.102000', '101804.105000', '101804.108000', '101804.110000', '101823.984000', '101823.987000', '101823.990000', '101823.993000', '101823.996000', '101823.998000', '101824.002000', '101824.005000', '101824.008000', '101824.011000', '101824.014000', '101824.017000', '101824.020000', '101824.022000', '101824.025000', '101824.028000', '101824.031000', '101824.034000', '101824.037000', '101824.040000', '101824.042000', '101824.045000', '101824.048000', '101824.051000', '101824.054000', '101824.057000', '101824.060000', '101824.063000', '101824.065000', '101824.068000', '101824.071000', '101824.074000', '101824.077000', '101824.080000', '101824.082000', '101824.085000', '101824.088000', '101824.091000', '101824.094000', '101824.097000', '101824.100000', '101824.102000', '101824.105000', '101824.108000', '101843.984000', '101843.987000', '101843.990000', '101843.993000', '101843.996000', '101843.998000', '101844.002000', '101844.005000', '101844.008000', '101844.011000', '101844.014000', '101844.017000', '101844.020000', '101844.022000', '101844.025000', '101844.028000', '101844.031000', '101844.034000', '101844.037000', '101844.040000', '101844.042000', '101844.045000', '101844.048000', '101844.051000', '101844.054000', '101844.057000', '101844.060000', '101844.063000', '101844.065000', '101844.068000', '101844.071000', '101844.074000', '101844.077000', '101844.080000', '101844.083000', '101844.086000', '101844.088000', '101844.091000', '101844.094000', '101844.097000', '101844.100000', '101844.103000', '101844.106000', '101857.051000', '101857.055000', '101857.058000', '101857.061000', '101857.065000', '101857.068000', '101857.071000', '101857.075000', '101857.078000', '101857.082000', '101857.085000', '101857.088000', '101857.091000', '101857.094000', '101857.097000', '101857.099000', '101857.102000', '101857.105000', '101857.108000', '101857.111000', '101857.114000', '101857.117000', '101857.121000', '101857.124000', '101857.126000', '101857.129000', '101857.132000', '101857.135000', '101857.138000'], 'InstanceCreationTime': ['101244.015000', '101244.018000', '101244.021000', '101244.024000', '101244.027000', '101244.030000', '101244.033000', '101244.035000', '101244.038000', '101244.041000', '101244.044000', '101244.047000', '101244.049000', '101244.052000', '101244.055000', '101244.058000', '101244.061000', '101244.068000', '101244.071000', '101244.074000', '101244.077000', '101244.080000', '101244.082000', '101244.085000', '101244.088000', '101244.091000', '101244.094000', '101244.097000', '101244.100000', '101244.102000', '101244.105000', '101244.108000', '101244.111000', '101244.114000', '101244.117000', '101244.119000', '101244.122000', '101244.125000', '101244.128000', '101244.131000', '101244.133000', '101244.136000', '101244.139000', '101244.142000', '101244.145000', '101244.148000', '101244.150000', '101244.153000', '101244.156000', '101244.159000', '101244.162000', '101244.165000', '101244.167000', '101244.170000', '101244.173000', '101244.176000', '101244.179000', '101244.182000', '101244.185000', '101244.187000', '101244.190000', '101303.984000', '101303.987000', '101303.990000', '101303.992000', '101303.995000', '101303.998000', '101304.002000', '101304.005000', '101304.008000', '101304.010000', '101304.013000', '101304.016000', '101304.019000', '101304.022000', '101304.025000', '101304.027000', '101304.030000', '101304.033000', '101304.036000', '101304.039000', '101304.041000', '101304.044000', '101304.047000', '101304.050000', '101304.053000', '101304.056000', '101304.058000', '101304.061000', '101304.064000', '101304.067000', '101304.070000', '101304.073000', '101304.075000', '101304.078000', '101304.081000', '101304.084000', '101304.087000', '101304.090000', '101304.092000', '101304.095000', '101304.098000', '101304.101000', '101304.104000', '101323.984000', '101323.987000', '101323.989000', '101323.992000', '101323.995000', '101323.998000', '101324.002000', '101324.005000', '101324.008000', '101324.010000', '101324.013000', '101324.016000', '101324.019000', '101324.022000', '101324.035000', '101324.038000', '101324.041000', '101324.044000', '101324.047000', '101324.050000', '101324.052000', '101324.055000', '101324.058000', '101324.061000', '101324.064000', '101324.067000', '101324.069000', '101324.072000', '101324.075000', '101324.078000', '101324.081000', '101324.084000', '101324.087000', '101324.089000', '101324.092000', '101324.095000', '101324.098000', '101324.101000', '101324.104000', '101324.106000', '101324.109000', '101324.112000', '101324.115000', '101324.118000', '101343.984000', '101343.987000', '101343.990000', '101343.992000', '101343.995000', '101344.002000', '101344.005000', '101344.027000', '101344.029000', '101344.032000', '101344.035000', '101344.038000', '101344.041000', '101344.044000', '101344.046000', '101344.049000', '101344.052000', '101344.055000', '101344.058000', '101344.061000', '101344.063000', '101344.066000', '101344.069000', '101344.072000', '101344.075000', '101344.078000', '101344.081000', '101344.083000', '101344.086000', '101344.089000', '101344.092000', '101344.095000', '101344.098000', '101344.100000', '101344.103000', '101344.106000', '101344.109000', '101344.112000', '101344.115000', '101344.117000', '101344.120000', '101344.123000', '101344.126000', '101403.984000', '101403.987000', '101403.990000', '101403.993000', '101403.996000', '101404.000000', '101404.003000', '101404.006000', '101404.009000', '101404.011000', '101404.014000', '101404.017000', '101404.020000', '101404.023000', '101404.026000', '101404.028000', '101404.031000', '101404.034000', '101404.037000', '101404.040000', '101404.043000', '101404.046000', '101404.049000', '101404.051000', '101404.054000', '101404.057000', '101404.060000', '101404.063000', '101404.066000', '101404.068000', '101404.071000', '101404.074000', '101404.077000', '101404.080000', '101404.083000', '101404.086000', '101404.089000', '101404.091000', '101404.094000', '101404.097000', '101404.100000', '101404.103000', '101404.106000', '101423.985000', '101423.988000', '101423.991000', '101423.994000', '101423.997000', '101423.999000', '101424.002000', '101424.005000', '101424.008000', '101424.011000', '101424.014000', '101424.020000', '101424.022000', '101424.025000', '101424.028000', '101424.031000', '101424.034000', '101424.037000', '101424.039000', '101424.042000', '101424.045000', '101424.048000', '101424.051000', '101424.054000', '101424.057000', '101424.059000', '101424.062000', '101424.065000', '101424.068000', '101424.071000', '101424.074000', '101424.077000', '101424.079000', '101424.082000', '101424.085000', '101424.088000', '101424.091000', '101424.094000', '101424.097000', '101424.100000', '101424.102000', '101424.105000', '101424.108000', '101424.111000', '101443.984000', '101443.987000', '101443.990000', '101443.992000', '101443.995000', '101444.000000', '101444.004000', '101444.007000', '101444.010000', '101444.013000', '101444.016000', '101444.019000', '101444.022000', '101444.025000', '101444.027000', '101444.030000', '101444.033000', '101444.036000', '101444.039000', '101444.042000', '101444.045000', '101444.048000', '101444.050000', '101444.053000', '101444.056000', '101444.059000', '101444.062000', '101444.065000', '101444.067000', '101444.070000', '101444.073000', '101444.076000', '101444.079000', '101444.082000', '101444.085000', '101444.088000', '101444.090000', '101444.093000', '101444.096000', '101444.099000', '101444.102000', '101444.105000', '101444.108000', '101503.984000', '101503.987000', '101503.990000', '101503.993000', '101503.996000', '101503.998000', '101504.002000', '101504.005000', '101504.008000', '101504.011000', '101504.014000', '101504.017000', '101504.019000', '101504.022000', '101504.025000', '101504.028000', '101504.031000', '101504.034000', '101504.037000', '101504.040000', '101504.042000', '101504.045000', '101504.048000', '101504.051000', '101504.054000', '101504.057000', '101504.060000', '101504.063000', '101504.065000', '101504.068000', '101504.071000', '101504.074000', '101504.077000', '101504.080000', '101504.083000', '101504.085000', '101504.088000', '101504.091000', '101504.094000', '101504.097000', '101504.100000', '101504.103000', '101504.105000', '101504.108000', '101523.984000', '101523.987000', '101523.990000', '101524.004000', '101524.007000', '101524.010000', '101524.013000', '101524.016000', '101524.019000', '101524.022000', '101524.025000', '101524.028000', '101524.031000', '101524.034000', '101524.036000', '101524.039000', '101524.042000', '101524.045000', '101524.048000', '101524.051000', '101524.054000', '101524.056000', '101524.059000', '101524.062000', '101524.065000', '101524.068000', '101524.071000', '101524.074000', '101524.077000', '101524.079000', '101524.082000', '101524.085000', '101524.088000', '101524.091000', '101524.094000', '101524.096000', '101524.099000', '101524.102000', '101524.105000', '101524.108000', '101524.111000', '101524.114000', '101524.117000', '101543.984000', '101543.987000', '101543.990000', '101543.993000', '101543.996000', '101543.998000', '101544.002000', '101544.005000', '101544.008000', '101544.011000', '101544.014000', '101544.016000', '101544.019000', '101544.022000', '101544.025000', '101544.028000', '101544.031000', '101544.034000', '101544.036000', '101544.039000', '101544.042000', '101544.045000', '101544.048000', '101544.051000', '101544.053000', '101544.056000', '101544.059000', '101544.062000', '101544.065000', '101544.068000', '101544.071000', '101544.074000', '101544.077000', '101544.079000', '101544.082000', '101544.085000', '101544.088000', '101544.091000', '101544.094000', '101544.096000', '101544.099000', '101544.102000', '101544.105000', '101544.108000', '101603.984000', '101603.987000', '101603.990000', '101603.993000', '101603.995000', '101603.998000', '101604.002000', '101604.005000', '101604.008000', '101604.011000', '101604.014000', '101604.017000', '101604.019000', '101604.022000', '101604.025000', '101604.028000', '101604.031000', '101604.034000', '101604.037000', '101604.040000', '101604.045000', '101604.048000', '101604.051000', '101604.054000', '101604.057000', '101604.060000', '101604.062000', '101604.065000', '101604.068000', '101604.071000', '101604.074000', '101604.077000', '101604.080000', '101604.083000', '101604.086000', '101604.088000', '101604.091000', '101604.094000', '101604.097000', '101604.100000', '101604.103000', '101604.105000', '101604.108000', '101623.984000', '101623.987000', '101623.990000', '101623.993000', '101623.996000', '101624.000000', '101624.002000', '101624.005000', '101624.008000', '101624.011000', '101624.014000', '101624.017000', '101624.019000', '101624.022000', '101624.025000', '101624.028000', '101624.031000', '101624.034000', '101624.037000', '101624.040000', '101624.043000', '101624.045000', '101624.048000', '101624.051000', '101624.054000', '101624.057000', '101624.060000', '101624.062000', '101624.065000', '101624.068000', '101624.071000', '101624.074000', '101624.077000', '101624.080000', '101624.083000', '101624.085000', '101624.088000', '101624.091000', '101624.094000', '101624.097000', '101624.100000', '101624.102000', '101624.105000', '101624.108000', '101643.985000', '101643.988000', '101643.992000', '101643.995000', '101643.998000', '101644.002000', '101644.005000', '101644.007000', '101644.010000', '101644.013000', '101644.016000', '101644.019000', '101644.022000', '101644.025000', '101644.028000', '101644.031000', '101644.033000', '101644.036000', '101644.039000', '101644.042000', '101644.045000', '101644.048000', '101644.051000', '101644.054000', '101644.057000', '101644.060000', '101644.063000', '101644.065000', '101644.077000', '101644.079000', '101644.082000', '101644.085000', '101644.088000', '101644.091000', '101644.094000', '101644.096000', '101644.099000', '101644.102000', '101644.105000', '101644.108000', '101644.111000', '101644.113000', '101644.116000', '101703.984000', '101703.987000', '101703.990000', '101703.993000', '101703.996000', '101703.998000', '101704.002000', '101704.005000', '101704.008000', '101704.011000', '101704.014000', '101704.017000', '101704.019000', '101704.022000', '101704.025000', '101704.028000', '101704.031000', '101704.034000', '101704.037000', '101704.040000', '101704.042000', '101704.045000', '101704.048000', '101704.051000', '101704.054000', '101704.057000', '101704.060000', '101704.062000', '101704.065000', '101704.068000', '101704.071000', '101704.074000', '101704.077000', '101704.080000', '101704.083000', '101704.085000', '101704.088000', '101704.091000', '101704.094000', '101704.097000', '101704.100000', '101704.103000', '101704.105000', '101704.108000', '101723.984000', '101723.987000', '101723.990000', '101723.993000', '101723.995000', '101723.998000', '101724.002000', '101724.005000', '101724.008000', '101724.011000', '101724.013000', '101724.016000', '101724.019000', '101724.022000', '101724.025000', '101724.028000', '101724.031000', '101724.034000', '101724.036000', '101724.039000', '101724.042000', '101724.045000', '101724.048000', '101724.051000', '101724.054000', '101724.056000', '101724.059000', '101724.062000', '101724.065000', '101724.068000', '101724.071000', '101724.074000', '101724.076000', '101724.079000', '101724.082000', '101724.087000', '101724.091000', '101724.094000', '101724.097000', '101724.100000', '101724.103000', '101724.106000', '101724.109000', '101743.984000', '101743.987000', '101743.990000', '101743.993000', '101743.995000', '101743.998000', '101744.002000', '101744.005000', '101744.008000', '101744.011000', '101744.013000', '101744.016000', '101744.019000', '101744.022000', '101744.025000', '101744.028000', '101744.031000', '101744.034000', '101744.037000', '101744.039000', '101744.042000', '101744.045000', '101744.048000', '101744.051000', '101744.054000', '101744.057000', '101744.060000', '101744.062000', '101744.065000', '101744.068000', '101744.071000', '101744.074000', '101744.077000', '101744.080000', '101744.082000', '101744.085000', '101744.088000', '101744.091000', '101744.094000', '101744.097000', '101744.100000', '101744.103000', '101744.105000', '101744.108000', '101803.984000', '101803.987000', '101803.990000', '101803.993000', '101803.995000', '101803.998000', '101804.002000', '101804.005000', '101804.008000', '101804.011000', '101804.014000', '101804.016000', '101804.019000', '101804.022000', '101804.025000', '101804.030000', '101804.033000', '101804.035000', '101804.038000', '101804.041000', '101804.044000', '101804.047000', '101804.050000', '101804.053000', '101804.055000', '101804.058000', '101804.061000', '101804.064000', '101804.067000', '101804.070000', '101804.073000', '101804.076000', '101804.078000', '101804.081000', '101804.085000', '101804.089000', '101804.093000', '101804.096000', '101804.099000', '101804.102000', '101804.105000', '101804.108000', '101804.110000', '101823.984000', '101823.987000', '101823.990000', '101823.993000', '101823.996000', '101823.998000', '101824.002000', '101824.005000', '101824.008000', '101824.011000', '101824.014000', '101824.017000', '101824.020000', '101824.022000', '101824.025000', '101824.028000', '101824.031000', '101824.034000', '101824.037000', '101824.040000', '101824.042000', '101824.045000', '101824.048000', '101824.051000', '101824.054000', '101824.057000', '101824.060000', '101824.063000', '101824.065000', '101824.068000', '101824.071000', '101824.074000', '101824.077000', '101824.080000', '101824.082000', '101824.085000', '101824.088000', '101824.091000', '101824.094000', '101824.097000', '101824.100000', '101824.102000', '101824.105000', '101824.108000', '101843.984000', '101843.987000', '101843.990000', '101843.993000', '101843.996000', '101843.998000', '101844.002000', '101844.005000', '101844.008000', '101844.011000', '101844.014000', '101844.017000', '101844.020000', '101844.022000', '101844.025000', '101844.028000', '101844.031000', '101844.034000', '101844.037000', '101844.040000', '101844.042000', '101844.045000', '101844.048000', '101844.051000', '101844.054000', '101844.057000', '101844.060000', '101844.063000', '101844.065000', '101844.068000', '101844.071000', '101844.074000', '101844.077000', '101844.080000', '101844.083000', '101844.086000', '101844.088000', '101844.091000', '101844.094000', '101844.097000', '101844.100000', '101844.103000', '101844.106000', '101857.051000', '101857.055000', '101857.058000', '101857.061000', '101857.065000', '101857.068000', '101857.071000', '101857.075000', '101857.078000', '101857.082000', '101857.085000', '101857.088000', '101857.091000', '101857.094000', '101857.097000', '101857.099000', '101857.102000', '101857.105000', '101857.108000', '101857.111000', '101857.114000', '101857.117000', '101857.121000', '101857.124000', '101857.126000', '101857.129000', '101857.132000', '101857.135000', '101857.138000'], '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': [9914, 9934, 7332, 12441, 9213, 8008, 9841, 7588, 13480, 9085, 9670, 9200, 7127, 12611, 9086, 7917, 10689, 7771, 7111, 8354, 7121, 10377, 8252, 7255, 9839, 7980, 9107, 8654, 6951, 10608, 8005, 7256, 9066, 7204, 12078, 8550, 10482, 9635, 7293, 11860, 8144, 7244, 10109, 7564, 11581, 8319, 8970, 8259, 6999, 10293, 7486, 11554, 8300, 8456, 8854, 7189, 11364, 8613, 10600, 8830, 7036, 10201, 7520, 11864, 8661, 11650, 8640, 7196, 8346, 7253, 10569, 7919, 8581, 8524, 7199, 9574, 7179, 11666, 8679, 12125, 8603, 7722, 8446, 7384, 11159, 8220, 11576, 8650, 7248, 9965, 7457, 12954, 9421, 7108, 11505, 7852, 7232, 9785, 7314, 13603, 9690, 8721, 10448, 7364, 13085, 8837, 10571, 9240, 8356, 9983, 7583, 13425, 8884, 7708, 9037, 7124, 11892, 8903, 6847, 10865, 7567, 7104, 8699, 7303, 11649, 8381, 11104, 8574, 8187, 8708, 7236, 13167, 8626, 9358, 8612, 6969, 11217, 8242, 13253, 9128, 7609, 9098, 7082, 10693, 7417, 12168, 8931, 12213, 8059, 7888, 8131, 6843, 8613, 7018, 9655, 6945, 10780, 7875, 10675, 7501, 7536, 7840, 7235, 9818, 7131, 11576, 8299, 11722, 8306, 12329, 9420, 7053, 10083, 7305, 9775, 8753, 6732, 12428, 8988, 6968, 11322, 7725, 7095, 9799, 7175, 12389, 8892, 13662, 9701, 8320, 9783, 7136, 11773, 8463, 13427, 9532, 7512, 9643, 7292, 12386, 8706, 8001, 11399, 8228, 10474, 8149, 6990, 10286, 7405, 11806, 8560, 7010, 9209, 6958, 11297, 8254, 7657, 9212, 6911, 10108, 8081, 7121, 9274, 7200, 11994, 8178, 6903, 9523, 7354, 10321, 8366, 7004, 11361, 8539, 6952, 10546, 7606, 7112, 10343, 7502, 7277, 10344, 7758, 12449, 8740, 11173, 9150, 8707, 10666, 7884, 12323, 9687, 13990, 9462, 7131, 10212, 7561, 9653, 7863, 7011, 9292, 7099, 11217, 7958, 9732, 8090, 8551, 8530, 7691, 8997, 6937, 11110, 8284, 11838, 8195, 7047, 8928, 7100, 8334, 7618, 7024, 9825, 7241, 11206, 7633, 11770, 8100, 11197, 8096, 13101, 10073, 12544, 8509, 10641, 8016, 7576, 8744, 7215, 10713, 7881, 11652, 8217, 7520, 8093, 6869, 10262, 7348, 8735, 8376, 7360, 8868, 7037, 10312, 7238, 11383, 8037, 13512, 10355, 13344, 8764, 11643, 8903, 9118, 8499, 7711, 9803, 7590, 11593, 7808, 10541, 7805, 7939, 7642, 7306, 9144, 7109, 11119, 7903, 9759, 8086, 7373, 8865, 6863, 11814, 8296, 12317, 8211, 8363, 8531, 6917, 10865, 7740, 12395, 8346, 9695, 8705, 7060, 10021, 7933, 13432, 9279, 7065, 9856, 7029, 10642, 7743, 7170, 9131, 7683, 10590, 8373, 6925, 9591, 7421, 11980, 8972, 6676, 11404, 8095, 10178, 8663, 6936, 11692, 8509, 9369, 8311, 6763, 11041, 8283, 7116, 10240, 7518, 9419, 8385, 6856, 10195, 7780, 12752, 8560, 7915, 8682, 7003, 10814, 8082, 11940, 8224, 9189, 7897, 7056, 10863, 8070, 7603, 8260, 7106, 10762, 7721, 8470, 8624, 7120, 10954, 7774, 8617, 8552, 7048, 11592, 7931, 7348, 10061, 8198, 9667, 9064, 6912, 12231, 8359, 11333, 9156, 8979, 10720, 7608, 12660, 8375, 8781, 9043, 6996, 11749, 8244, 7016, 8636, 6800, 11494, 8196, 10736, 9224, 7075, 9889, 7429, 11767, 8279, 10747, 8750, 7431, 9548, 7230, 10812, 7598, 8897, 7787, 7187, 9820, 7395, 11451, 7808, 11073, 8228, 9439, 8983, 6836, 11279, 7458, 8419, 8469, 6906, 12606, 8929, 7142, 10303, 7518, 10026, 8757, 7161, 10077, 7206, 13637, 9175, 8873, 8542, 6788, 11113, 7985, 7164, 10658, 7986, 8651, 7993, 6968, 11607, 8763, 9012, 8622, 7084, 11235, 8232, 8636, 9554, 7646, 10464, 8115, 6832, 10232, 7904, 9996, 9003, 7222, 11311, 7993, 7136, 9525, 7358, 7286, 9149, 7578, 7220, 7962, 7005, 11320, 8118, 7013, 9969, 8186, 11688, 9268, 7019, 11046, 8064, 7237, 10897, 8292, 6993, 11021, 7637, 8373, 9025, 7151, 12900, 8481, 9860, 9637, 7088, 12660, 8291, 8626, 9143, 7701, 11963, 8929, 6758, 10516, 7750, 7080, 9811, 7385, 7014, 8323, 6921, 9001, 7823, 7227, 10591, 7572, 10278, 8147, 7133, 9598, 6842, 12981, 8493, 9978, 8361, 7037, 10483, 7960, 8057, 8912, 7087, 9641, 7604, 6949, 10119, 7917, 6855, 12162, 7770, 7087, 9742, 7161, 10672, 8590, 7890, 9039, 7069, 12124, 8479, 13749, 9553, 12523, 10130, 7841, 11818, 8038, 11689, 8526, 6987, 9435, 7208, 11159, 8270, 6864, 9272, 7170, 9335, 8188, 6743, 9137, 7106, 12003, 8719, 7068, 8715, 7043, 9960, 7526, 7412, 8134, 7028, 11527, 8022, 10228, 8046, 7197, 9894, 7910, 10554, 8343, 6998, 10350, 7481, 7590, 8728, 7086, 12607, 8359, 6847, 10868, 7922, 7169, 8943, 6871, 7085, 10703, 7764, 7155, 10221, 7442, 11462, 8283, 7349, 12561, 8638, 7782, 10043, 7211, 10381, 8147, 6962, 10490, 8379, 8971, 8844, 6980, 10376, 7683, 7018, 9445, 7181, 11877, 7733, 8909, 7965, 7133, 11306, 7964, 11017, 8388, 7178, 10107, 7122, 13351, 9528, 8746, 9255, 6975, 11440, 7699, 8149, 8699, 7130, 11164, 7752, 10216, 8197, 7598, 9476, 8042, 12202, 8708, 6992, 9810, 7008, 8914, 7723, 8492, 8412, 7994, 9305, 7209, 11306, 7911, 10974, 8390, 8315, 8456, 7011, 11071, 8149, 12570, 8048, 7863, 8432, 7088, 10423, 7466, 12390, 9184, 12504, 8251, 8024, 8306, 6809, 10584, 7908, 12327, 8891, 7152, 9078, 6975, 10225, 7149, 9943, 7888, 8188, 7744, 8721, 8118, 7063, 8918, 7193, 9692, 7186, 10871, 7350, 9503, 8287, 6892, 8746, 7007, 10470, 7538, 7833, 8027, 7174, 10887, 7490, 7308, 7599, 7015, 10208, 7195, 7367, 8733, 7202, 10313, 7221, 7667, 8808, 7206, 12620, 8370, 8285, 8642, 6763, 12066, 8732, 13996, 10334, 7747, 11305, 7681, 10042, 8009, 6931, 11187, 7759, 7176, 9736, 7073, 12576, 8166, 7962, 9759, 7340, 13166, 8271, 11531, 8787, 8267, 9332, 7103, 12432, 7899, 7658, 8276, 7026, 10356, 7699, 7317, 8603, 7024, 9592, 7393, 7236, 8292, 7011, 11600, 7992, 12774, 8301, 8211, 8447, 7097, 11116, 8283, 11027, 8382, 7138, 9276, 6839, 8063, 7622, 7208, 9430, 7033, 11843], 'WindowCenter': [4158.0, 4141.0, 4093.0, 4131.0, 4098.0, 4073.0, 4093.0, 4061.0, 4112.0, 4072.0, 4068.0, 4068.0, 4048.0, 4099.0, 4067.0, 4046.0, 4078.0, 4059.0, 4047.0, 4057.0, 4048.0, 4080.0, 4069.0, 4061.0, 4094.0, 4074.0, 4082.0, 4082.0, 4062.0, 4094.0, 4071.0, 4060.0, 4080.0, 4061.0, 4100.0, 4072.0, 4090.0, 4082.0, 4058.0, 4101.0, 4070.0, 4060.0, 4090.0, 4060.0, 4100.0, 4073.0, 4082.0, 4073.0, 4061.0, 4093.0, 4074.0, 4113.0, 4084.0, 4072.0, 4081.0, 4060.0, 4104.0, 4082.0, 4093.0, 4084.0, 4063.0, 4093.0, 4061.0, 4100.0, 4071.0, 4101.0, 4081.0, 4062.0, 4072.0, 4061.0, 4105.0, 4086.0, 4084.0, 4097.0, 4074.0, 4097.0, 4076.0, 4116.0, 4096.0, 4116.0, 4097.0, 4086.0, 4084.0, 4075.0, 4118.0, 4087.0, 4117.0, 4097.0, 4077.0, 4105.0, 4076.0, 4125.0, 4096.0, 4077.0, 4118.0, 4086.0, 4086.0, 4106.0, 4077.0, 4138.0, 4107.0, 4088.0, 4107.0, 4077.0, 4125.0, 4097.0, 4104.0, 4082.0, 4072.0, 4091.0, 4062.0, 4112.0, 4083.0, 4072.0, 4082.0, 4061.0, 4104.0, 4083.0, 4065.0, 4105.0, 4074.0, 4072.0, 4095.0, 4075.0, 4115.0, 4085.0, 4107.0, 4086.0, 4085.0, 4084.0, 4062.0, 4113.0, 4084.0, 4083.0, 4081.0, 4062.0, 4101.0, 4071.0, 4113.0, 4082.0, 4061.0, 4082.0, 4051.0, 4089.0, 4057.0, 4100.0, 4070.0, 4102.0, 4061.0, 4058.0, 4070.0, 4050.0, 4069.0, 4050.0, 4092.0, 4064.0, 4104.0, 4074.0, 4104.0, 4074.0, 4075.0, 4086.0, 4075.0, 4108.0, 4076.0, 4118.0, 4098.0, 4116.0, 4085.0, 4127.0, 4097.0, 4066.0, 4108.0, 4077.0, 4104.0, 4085.0, 4063.0, 4127.0, 4095.0, 4065.0, 4116.0, 4088.0, 4076.0, 4106.0, 4076.0, 4114.0, 4095.0, 4126.0, 4095.0, 4084.0, 4096.0, 4064.0, 4104.0, 4071.0, 4111.0, 4079.0, 4060.0, 4081.0, 4060.0, 4103.0, 4084.0, 4074.0, 4103.0, 4073.0, 4091.0, 4071.0, 4051.0, 4090.0, 4063.0, 4102.0, 4071.0, 4062.0, 4080.0, 4062.0, 4102.0, 4074.0, 4061.0, 4095.0, 4063.0, 4094.0, 4072.0, 4062.0, 4082.0, 4062.0, 4103.0, 4085.0, 4062.0, 4093.0, 4071.0, 4093.0, 4085.0, 4063.0, 4106.0, 4086.0, 4077.0, 4106.0, 4085.0, 4067.0, 4106.0, 4088.0, 4087.0, 4107.0, 4085.0, 4126.0, 4086.0, 4106.0, 4085.0, 4072.0, 4092.0, 4062.0, 4101.0, 4069.0, 4098.0, 4068.0, 4037.0, 4077.0, 4059.0, 4079.0, 4060.0, 4048.0, 4082.0, 4061.0, 4103.0, 4073.0, 4093.0, 4073.0, 4072.0, 4071.0, 4061.0, 4071.0, 4049.0, 4092.0, 4070.0, 4102.0, 4070.0, 4061.0, 4081.0, 4063.0, 4084.0, 4085.0, 4076.0, 4108.0, 4088.0, 4121.0, 4091.0, 4127.0, 4085.0, 4106.0, 4086.0, 4127.0, 4097.0, 4116.0, 4084.0, 4091.0, 4073.0, 4063.0, 4071.0, 4060.0, 4093.0, 4073.0, 4101.0, 4085.0, 4072.0, 4075.0, 4065.0, 4103.0, 4076.0, 4097.0, 4088.0, 4075.0, 4096.0, 4075.0, 4108.0, 4076.0, 4118.0, 4075.0, 4127.0, 4094.0, 4115.0, 4071.0, 4103.0, 4081.0, 4069.0, 4070.0, 4058.0, 4081.0, 4060.0, 4102.0, 4059.0, 4090.0, 4063.0, 4070.0, 4073.0, 4062.0, 4094.0, 4065.0, 4104.0, 4087.0, 4094.0, 4084.0, 4073.0, 4086.0, 4064.0, 4116.0, 4084.0, 4115.0, 4073.0, 4073.0, 4082.0, 4061.0, 4104.0, 4072.0, 4113.0, 4072.0, 4082.0, 4083.0, 4063.0, 4082.0, 4074.0, 4114.0, 4082.0, 4062.0, 4092.0, 4063.0, 4105.0, 4072.0, 4061.0, 4094.0, 4075.0, 4103.0, 4087.0, 4075.0, 4095.0, 4074.0, 4114.0, 4084.0, 4053.0, 4105.0, 4073.0, 4093.0, 4070.0, 4050.0, 4116.0, 4082.0, 4083.0, 4073.0, 4051.0, 4101.0, 4073.0, 4062.0, 4092.0, 4074.0, 4092.0, 4083.0, 4063.0, 4092.0, 4074.0, 4113.0, 4081.0, 4072.0, 4073.0, 4052.0, 4090.0, 4074.0, 4102.0, 4072.0, 4082.0, 4071.0, 4062.0, 4105.0, 4073.0, 4074.0, 4083.0, 4076.0, 4116.0, 4085.0, 4085.0, 4096.0, 4062.0, 4105.0, 4074.0, 4085.0, 4096.0, 4075.0, 4118.0, 4087.0, 4075.0, 4106.0, 4085.0, 4096.0, 4097.0, 4075.0, 4115.0, 4086.0, 4104.0, 4095.0, 4083.0, 4093.0, 4061.0, 4102.0, 4070.0, 4071.0, 4082.0, 4052.0, 4103.0, 4071.0, 4064.0, 4082.0, 4065.0, 4115.0, 4086.0, 4104.0, 4095.0, 4064.0, 4096.0, 4075.0, 4102.0, 4075.0, 4090.0, 4085.0, 4063.0, 4094.0, 4063.0, 4103.0, 4073.0, 4084.0, 4073.0, 4064.0, 4105.0, 4074.0, 4117.0, 4087.0, 4115.0, 4086.0, 4097.0, 4098.0, 4066.0, 4118.0, 4076.0, 4086.0, 4085.0, 4064.0, 4114.0, 4097.0, 4066.0, 4105.0, 4076.0, 4104.0, 4085.0, 4065.0, 4094.0, 4062.0, 4113.0, 4084.0, 4082.0, 4082.0, 4054.0, 4101.0, 4072.0, 4062.0, 4094.0, 4073.0, 4086.0, 4073.0, 4061.0, 4103.0, 4081.0, 4083.0, 4070.0, 4062.0, 4101.0, 4073.0, 4070.0, 4081.0, 4070.0, 4093.0, 4073.0, 4051.0, 4092.0, 4072.0, 4093.0, 4084.0, 4062.0, 4103.0, 4072.0, 4062.0, 4082.0, 4074.0, 4074.0, 4093.0, 4073.0, 4075.0, 4086.0, 4076.0, 4117.0, 4087.0, 4064.0, 4108.0, 4087.0, 4116.0, 4095.0, 4064.0, 4118.0, 4084.0, 4063.0, 4103.0, 4087.0, 4065.0, 4105.0, 4072.0, 4082.0, 4083.0, 4061.0, 4113.0, 4071.0, 4092.0, 4083.0, 4060.0, 4102.0, 4070.0, 4071.0, 4080.0, 4059.0, 4102.0, 4069.0, 4042.0, 4080.0, 4060.0, 4050.0, 4082.0, 4077.0, 4064.0, 4074.0, 4064.0, 4085.0, 4074.0, 4076.0, 4105.0, 4075.0, 4104.0, 4086.0, 4063.0, 4094.0, 4062.0, 4115.0, 4084.0, 4096.0, 4072.0, 4063.0, 4092.0, 4074.0, 4072.0, 4083.0, 4063.0, 4093.0, 4074.0, 4075.0, 4106.0, 4088.0, 4077.0, 4129.0, 4089.0, 4079.0, 4118.0, 4090.0, 4106.0, 4086.0, 4088.0, 4096.0, 4066.0, 4116.0, 4087.0, 4126.0, 4086.0, 4103.0, 4082.0, 4059.0, 4089.0, 4048.0, 4089.0, 4058.0, 4047.0, 4069.0, 4059.0, 4091.0, 4072.0, 4049.0, 4080.0, 4052.0, 4069.0, 4070.0, 4050.0, 4081.0, 4062.0, 4103.0, 4084.0, 4061.0, 4083.0, 4062.0, 4095.0, 4072.0, 4062.0, 4085.0, 4065.0, 4117.0, 4087.0, 4106.0, 4086.0, 4064.0, 4095.0, 4074.0, 4106.0, 4085.0, 4077.0, 4106.0, 4076.0, 4087.0, 4086.0, 4076.0, 4128.0, 4088.0, 4068.0, 4117.0, 4088.0, 4076.0, 4096.0, 4076.0, 4074.0, 4107.0, 4088.0, 4078.0, 4111.0, 4076.0, 4118.0, 4085.0, 4064.0, 4114.0, 4085.0, 4063.0, 4092.0, 4065.0, 4093.0, 4072.0, 4063.0, 4105.0, 4086.0, 4086.0, 4085.0, 4065.0, 4106.0, 4075.0, 4062.0, 4096.0, 4076.0, 4116.0, 4075.0, 4098.0, 4086.0, 4066.0, 4118.0, 4087.0, 4108.0, 4085.0, 4065.0, 4093.0, 4062.0, 4125.0, 4096.0, 4084.0, 4083.0, 4065.0, 4106.0, 4073.0, 4072.0, 4083.0, 4065.0, 4103.0, 4076.0, 4095.0, 4085.0, 4074.0, 4093.0, 4076.0, 4116.0, 4086.0, 4066.0, 4107.0, 4076.0, 4098.0, 4088.0, 4084.0, 4087.0, 4086.0, 4098.0, 4075.0, 4108.0, 4076.0, 4104.0, 4084.0, 4073.0, 4074.0, 4062.0, 4106.0, 4074.0, 4115.0, 4074.0, 4073.0, 4074.0, 4062.0, 4091.0, 4062.0, 4115.0, 4083.0, 4104.0, 4073.0, 4074.0, 4071.0, 4053.0, 4091.0, 4071.0, 4101.0, 4082.0, 4052.0, 4071.0, 4061.0, 4091.0, 4063.0, 4093.0, 4074.0, 4073.0, 4073.0, 4082.0, 4073.0, 4064.0, 4057.0, 4026.0, 4045.0, 4023.0, 4065.0, 4052.0, 4110.0, 4113.0, 4093.0, 4112.0, 4076.0, 4107.0, 4073.0, 4072.0, 4073.0, 4063.0, 4106.0, 4075.0, 4078.0, 4086.0, 4078.0, 4109.0, 4078.0, 4077.0, 4098.0, 4087.0, 4109.0, 4087.0, 4089.0, 4111.0, 4091.0, 4129.0, 4101.0, 4101.0, 4100.0, 4068.0, 4115.0, 4084.0, 4128.0, 4106.0, 4076.0, 4105.0, 4076.0, 4095.0, 4073.0, 4064.0, 4103.0, 4077.0, 4065.0, 4096.0, 4078.0, 4116.0, 4086.0, 4073.0, 4096.0, 4063.0, 4116.0, 4083.0, 4104.0, 4083.0, 4072.0, 4083.0, 4053.0, 4101.0, 4071.0, 4062.0, 4071.0, 4051.0, 4093.0, 4074.0, 4064.0, 4084.0, 4064.0, 4096.0, 4077.0, 4078.0, 4086.0, 4064.0, 4118.0, 4074.0, 4115.0, 4087.0, 4086.0, 4083.0, 4063.0, 4102.0, 4072.0, 4105.0, 4075.0, 4063.0, 4084.0, 4064.0, 4087.0, 4087.0, 4087.0, 4110.0, 4078.0, 4129.0], 'WindowWidth': [9257.0, 9217.0, 9140.0, 9180.0, 9128.0, 9088.0, 9112.0, 9065.0, 9134.0, 9078.0, 9068.0, 9068.0, 9041.0, 9108.0, 9066.0, 9037.0, 9081.0, 9057.0, 9041.0, 9052.0, 9042.0, 9087.0, 9074.0, 9062.0, 9111.0, 9085.0, 9093.0, 9094.0, 9070.0, 9112.0, 9079.0, 9062.0, 9088.0, 9063.0, 9114.0, 9080.0, 9104.0, 9092.0, 9056.0, 9117.0, 9074.0, 9060.0, 9100.0, 9061.0, 9114.0, 9082.0, 9092.0, 9083.0, 9066.0, 9111.0, 9087.0, 9138.0, 9100.0, 9081.0, 9092.0, 9062.0, 9124.0, 9095.0, 9110.0, 9097.0, 9068.0, 9109.0, 9064.0, 9113.0, 9077.0, 9116.0, 9092.0, 9067.0, 9080.0, 9067.0, 9127.0, 9107.0, 9103.0, 9123.0, 9091.0, 9123.0, 9092.0, 9145.0, 9121.0, 9147.0, 9122.0, 9106.0, 9102.0, 9090.0, 9152.0, 9108.0, 9150.0, 9123.0, 9096.0, 9130.0, 9095.0, 9159.0, 9121.0, 9098.0, 9152.0, 9108.0, 9109.0, 9133.0, 9096.0, 9180.0, 9137.0, 9111.0, 9137.0, 9096.0, 9160.0, 9120.0, 9126.0, 9095.0, 9082.0, 9106.0, 9068.0, 9135.0, 9098.0, 9082.0, 9092.0, 9066.0, 9125.0, 9099.0, 9074.0, 9128.0, 9089.0, 9086.0, 9116.0, 9090.0, 9144.0, 9103.0, 9133.0, 9107.0, 9103.0, 9098.0, 9068.0, 9136.0, 9098.0, 9097.0, 9092.0, 9068.0, 9117.0, 9079.0, 9136.0, 9094.0, 9064.0, 9092.0, 9050.0, 9097.0, 9053.0, 9114.0, 9074.0, 9117.0, 9063.0, 9058.0, 9076.0, 9047.0, 9073.0, 9048.0, 9106.0, 9072.0, 9125.0, 9087.0, 9127.0, 9090.0, 9092.0, 9106.0, 9091.0, 9139.0, 9094.0, 9152.0, 9127.0, 9146.0, 9105.0, 9162.0, 9122.0, 9079.0, 9137.0, 9096.0, 9128.0, 9103.0, 9075.0, 9161.0, 9118.0, 9077.0, 9145.0, 9112.0, 9095.0, 9135.0, 9094.0, 9141.0, 9118.0, 9159.0, 9116.0, 9102.0, 9117.0, 9073.0, 9123.0, 9076.0, 9130.0, 9086.0, 9061.0, 9089.0, 9061.0, 9119.0, 9097.0, 9084.0, 9121.0, 9082.0, 9107.0, 9076.0, 9048.0, 9101.0, 9071.0, 9118.0, 9077.0, 9066.0, 9088.0, 9068.0, 9118.0, 9084.0, 9066.0, 9116.0, 9073.0, 9113.0, 9081.0, 9069.0, 9095.0, 9069.0, 9124.0, 9101.0, 9069.0, 9110.0, 9081.0, 9109.0, 9100.0, 9070.0, 9129.0, 9108.0, 9099.0, 9132.0, 9104.0, 9081.0, 9132.0, 9117.0, 9114.0, 9136.0, 9105.0, 9159.0, 9106.0, 9132.0, 9101.0, 9081.0, 9107.0, 9063.0, 9115.0, 9071.0, 9109.0, 9066.0, 9023.0, 9077.0, 9058.0, 9084.0, 9061.0, 9044.0, 9093.0, 9065.0, 9121.0, 9084.0, 9109.0, 9085.0, 9081.0, 9078.0, 9061.0, 9075.0, 9044.0, 9104.0, 9074.0, 9118.0, 9075.0, 9066.0, 9093.0, 9073.0, 9102.0, 9105.0, 9095.0, 9139.0, 9112.0, 9159.0, 9122.0, 9165.0, 9106.0, 9131.0, 9104.0, 9161.0, 9121.0, 9144.0, 9099.0, 9107.0, 9083.0, 9069.0, 9078.0, 9062.0, 9109.0, 9084.0, 9119.0, 9102.0, 9084.0, 9089.0, 9077.0, 9125.0, 9092.0, 9123.0, 9112.0, 9090.0, 9120.0, 9095.0, 9140.0, 9095.0, 9149.0, 9089.0, 9163.0, 9114.0, 9142.0, 9079.0, 9122.0, 9091.0, 9072.0, 9073.0, 9056.0, 9090.0, 9060.0, 9117.0, 9059.0, 9101.0, 9068.0, 9075.0, 9083.0, 9068.0, 9111.0, 9075.0, 9127.0, 9107.0, 9117.0, 9103.0, 9087.0, 9105.0, 9073.0, 9144.0, 9099.0, 9142.0, 9085.0, 9084.0, 9094.0, 9065.0, 9124.0, 9083.0, 9137.0, 9081.0, 9094.0, 9096.0, 9069.0, 9091.0, 9083.0, 9139.0, 9095.0, 9067.0, 9109.0, 9075.0, 9129.0, 9083.0, 9066.0, 9114.0, 9091.0, 9127.0, 9108.0, 9093.0, 9117.0, 9088.0, 9139.0, 9100.0, 9056.0, 9125.0, 9082.0, 9109.0, 9076.0, 9049.0, 9146.0, 9095.0, 9096.0, 9085.0, 9052.0, 9118.0, 9083.0, 9068.0, 9108.0, 9087.0, 9110.0, 9097.0, 9069.0, 9108.0, 9086.0, 9136.0, 9093.0, 9080.0, 9081.0, 9052.0, 9103.0, 9087.0, 9120.0, 9080.0, 9093.0, 9078.0, 9067.0, 9128.0, 9085.0, 9088.0, 9101.0, 9095.0, 9146.0, 9104.0, 9105.0, 9120.0, 9071.0, 9130.0, 9090.0, 9103.0, 9120.0, 9092.0, 9152.0, 9111.0, 9092.0, 9135.0, 9107.0, 9121.0, 9123.0, 9093.0, 9145.0, 9106.0, 9128.0, 9115.0, 9098.0, 9110.0, 9064.0, 9120.0, 9076.0, 9077.0, 9092.0, 9052.0, 9121.0, 9078.0, 9073.0, 9095.0, 9078.0, 9142.0, 9108.0, 9129.0, 9118.0, 9075.0, 9118.0, 9090.0, 9121.0, 9087.0, 9103.0, 9100.0, 9070.0, 9111.0, 9070.0, 9122.0, 9085.0, 9099.0, 9085.0, 9074.0, 9132.0, 9089.0, 9149.0, 9110.0, 9145.0, 9107.0, 9121.0, 9123.0, 9078.0, 9151.0, 9094.0, 9105.0, 9102.0, 9073.0, 9143.0, 9120.0, 9078.0, 9129.0, 9094.0, 9129.0, 9102.0, 9076.0, 9112.0, 9067.0, 9137.0, 9097.0, 9095.0, 9094.0, 9060.0, 9118.0, 9081.0, 9067.0, 9113.0, 9084.0, 9105.0, 9086.0, 9065.0, 9121.0, 9091.0, 9095.0, 9076.0, 9067.0, 9118.0, 9082.0, 9076.0, 9090.0, 9077.0, 9111.0, 9082.0, 9051.0, 9107.0, 9080.0, 9109.0, 9098.0, 9066.0, 9123.0, 9080.0, 9068.0, 9092.0, 9087.0, 9086.0, 9112.0, 9086.0, 9091.0, 9107.0, 9096.0, 9149.0, 9110.0, 9076.0, 9137.0, 9110.0, 9148.0, 9118.0, 9077.0, 9149.0, 9102.0, 9071.0, 9126.0, 9106.0, 9076.0, 9129.0, 9082.0, 9096.0, 9097.0, 9065.0, 9136.0, 9079.0, 9106.0, 9094.0, 9061.0, 9119.0, 9076.0, 9076.0, 9087.0, 9057.0, 9119.0, 9070.0, 9036.0, 9085.0, 9058.0, 9045.0, 9091.0, 9095.0, 9072.0, 9084.0, 9071.0, 9101.0, 9087.0, 9092.0, 9129.0, 9090.0, 9130.0, 9105.0, 9072.0, 9114.0, 9068.0, 9141.0, 9099.0, 9117.0, 9082.0, 9070.0, 9106.0, 9085.0, 9081.0, 9097.0, 9072.0, 9112.0, 9088.0, 9090.0, 9132.0, 9113.0, 9097.0, 9169.0, 9115.0, 9101.0, 9156.0, 9121.0, 9134.0, 9107.0, 9109.0, 9120.0, 9079.0, 9147.0, 9107.0, 9160.0, 9103.0, 9123.0, 9093.0, 9055.0, 9096.0, 9039.0, 9095.0, 9053.0, 9038.0, 9069.0, 9059.0, 9102.0, 9079.0, 9045.0, 9086.0, 9053.0, 9071.0, 9073.0, 9048.0, 9089.0, 9068.0, 9123.0, 9097.0, 9064.0, 9097.0, 9070.0, 9113.0, 9083.0, 9070.0, 9103.0, 9077.0, 9147.0, 9108.0, 9132.0, 9106.0, 9073.0, 9114.0, 9087.0, 9131.0, 9104.0, 9099.0, 9134.0, 9094.0, 9109.0, 9106.0, 9093.0, 9168.0, 9114.0, 9085.0, 9148.0, 9111.0, 9094.0, 9122.0, 9095.0, 9090.0, 9134.0, 9113.0, 9098.0, 9143.0, 9094.0, 9152.0, 9102.0, 9072.0, 9140.0, 9101.0, 9069.0, 9108.0, 9075.0, 9110.0, 9083.0, 9070.0, 9128.0, 9104.0, 9104.0, 9100.0, 9076.0, 9132.0, 9090.0, 9069.0, 9117.0, 9092.0, 9147.0, 9092.0, 9123.0, 9105.0, 9080.0, 9151.0, 9108.0, 9137.0, 9104.0, 9076.0, 9112.0, 9069.0, 9156.0, 9118.0, 9099.0, 9097.0, 9074.0, 9129.0, 9084.0, 9079.0, 9097.0, 9073.0, 9122.0, 9090.0, 9116.0, 9101.0, 9085.0, 9111.0, 9092.0, 9146.0, 9104.0, 9079.0, 9135.0, 9097.0, 9125.0, 9112.0, 9103.0, 9109.0, 9107.0, 9122.0, 9090.0, 9136.0, 9092.0, 9126.0, 9099.0, 9084.0, 9084.0, 9067.0, 9131.0, 9086.0, 9142.0, 9085.0, 9085.0, 9087.0, 9070.0, 9106.0, 9067.0, 9140.0, 9097.0, 9124.0, 9083.0, 9086.0, 9077.0, 9054.0, 9102.0, 9077.0, 9118.0, 9094.0, 9052.0, 9077.0, 9064.0, 9104.0, 9070.0, 9108.0, 9085.0, 9082.0, 9083.0, 9094.0, 9085.0, 9071.0, 9050.0, 9000.0, 9022.0, 8993.0, 9052.0, 9050.0, 9146.0, 9159.0, 9130.0, 9153.0, 9097.0, 9137.0, 9085.0, 9082.0, 9081.0, 9069.0, 9131.0, 9091.0, 9097.0, 9106.0, 9100.0, 9140.0, 9099.0, 9098.0, 9125.0, 9111.0, 9140.0, 9111.0, 9117.0, 9149.0, 9122.0, 9171.0, 9134.0, 9135.0, 9131.0, 9085.0, 9142.0, 9101.0, 9163.0, 9133.0, 9091.0, 9128.0, 9091.0, 9116.0, 9084.0, 9074.0, 9125.0, 9094.0, 9077.0, 9119.0, 9097.0, 9146.0, 9105.0, 9086.0, 9117.0, 9071.0, 9145.0, 9099.0, 9126.0, 9096.0, 9078.0, 9096.0, 9054.0, 9117.0, 9076.0, 9067.0, 9075.0, 9050.0, 9106.0, 9086.0, 9073.0, 9098.0, 9074.0, 9117.0, 9095.0, 9097.0, 9106.0, 9076.0, 9150.0, 9088.0, 9145.0, 9107.0, 9105.0, 9098.0, 9070.0, 9120.0, 9083.0, 9128.0, 9087.0, 9069.0, 9098.0, 9075.0, 9111.0, 9109.0, 9111.0, 9145.0, 9101.0, 9168.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.0005353917050691246</td></tr>
<tr><td colspan=3>aqi</td><td>0.014401306105990785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35536441985007</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.236110728777393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0045139180276808</td></tr>
<tr><td colspan=3>efc</td><td>0.4638</td></tr>
<tr><td colspan=3>fber</td><td>7206.8862</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07490522620731935</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8433179723502304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2547210943340144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.198065856684935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4150937606014957</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.151003665715612</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125182</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004183812998235226</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02875973843038082</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.11849160500564</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>21.3859</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7983</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.0573</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302412.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>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.9658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7816</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.3077</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3333.4911</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.7786</td></tr>
<tr><td colspan=3>tsnr</td><td>45.63202778203413</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>