ds005256-mriqc/sub-0015_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter caa4bfa36a [DATALAD RUNCMD] Compute MRIQC for sub-0015
=== 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-0015 --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-0015",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:48:05 +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-0015_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0015_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0015/ses-01/func/sub-0015_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9339024e75272ee7eab40147b9d4f1dd</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>15:37:41.842500</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.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105804</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7781, -7174, 565, -33, -216, -86, 73]</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>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1cd4ce3b-b600-49a5-98fe-2618a0a81727||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.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['153741.842500', '153742.302500', '153742.762500', '153743.222500', '153743.682500', '153744.142500', '153744.602500', '153745.062500', '153745.522500', '153745.982500', '153746.442500', '153746.902500', '153747.362500', '153747.822500', '153748.282500', '153748.742500', '153749.202500', '153749.662500', '153750.122500', '153750.582500', '153751.042500', '153751.502500', '153751.962500', '153752.422500', '153752.882500', '153753.342500', '153753.802500', '153754.262500', '153754.722500', '153755.182500', '153755.642500', '153756.102500', '153756.562500', '153757.022500', '153757.482500', '153757.942500', '153758.402500', '153758.862500', '153759.322500', '153759.782500', '153800.242500', '153800.702500', '153801.162500', '153801.622500', '153802.082500', '153802.542500', '153803.002500', '153803.462500', '153803.922500', '153804.382500', '153804.842500', '153805.302500', '153805.762500', '153806.222500', '153806.682500', '153807.142500', '153807.602500', '153808.062500', '153808.522500', '153808.982500', '153809.442500', '153809.902500', '153810.362500', '153810.822500', '153811.282500', '153811.742500', '153812.202500', '153812.662500', '153813.122500', '153813.582500', '153814.042500', '153814.502500', '153814.962500', '153815.422500', '153815.882500', '153816.342500', '153816.802500', '153817.262500', '153817.722500', '153818.182500', '153818.642500', '153819.102500', '153819.562500', '153820.022500', '153820.482500', '153820.942500', '153821.402500', '153821.862500', '153822.322500', '153822.782500', '153823.242500', '153823.702500', '153824.162500', '153824.622500', '153825.082500', '153825.542500', '153826.002500', '153826.462500', '153826.922500', '153827.382500', '153827.842500', '153828.302500', '153828.762500', '153829.222500', '153829.682500', '153830.142500', '153830.602500', '153831.062500', '153831.522500', '153831.982500', '153832.442500', '153832.902500', '153833.362500', '153833.822500', '153834.282500', '153834.742500', '153835.202500', '153835.662500', '153836.122500', '153836.582500', '153837.042500', '153837.502500', '153837.962500', '153838.422500', '153838.882500', '153839.342500', '153839.802500', '153840.262500', '153840.722500', '153841.182500', '153841.642500', '153842.102500', '153842.562500', '153843.022500', '153843.482500', '153843.942500', '153844.402500', '153844.862500', '153845.322500', '153845.782500', '153846.242500', '153846.702500', '153847.162500', '153847.622500', '153848.082500', '153848.542500', '153849.002500', '153849.462500', '153849.922500', '153850.382500', '153850.842500', '153851.302500', '153851.762500', '153852.222500', '153852.682500', '153853.142500', '153853.602500', '153854.062500', '153854.522500', '153854.982500', '153855.442500', '153855.902500', '153856.362500', '153856.822500', '153857.282500', '153857.742500', '153858.202500', '153858.662500', '153859.122500', '153859.582500', '153900.042500', '153900.502500', '153900.962500', '153901.422500', '153901.882500', '153902.342500', '153902.802500', '153903.262500', '153903.722500', '153904.182500', '153904.642500', '153905.102500', '153905.562500', '153906.022500', '153906.482500', '153906.942500', '153907.402500', '153907.862500', '153908.322500', '153908.782500', '153909.242500', '153909.702500', '153910.162500', '153910.622500', '153911.082500', '153911.542500', '153912.002500', '153912.462500', '153912.922500', '153913.382500', '153913.842500', '153914.302500', '153914.762500', '153915.222500', '153915.682500', '153916.142500', '153916.602500', '153917.062500', '153917.522500', '153917.982500', '153918.442500', '153918.902500', '153919.362500', '153919.822500', '153920.282500', '153920.742500', '153921.202500', '153921.662500', '153922.122500', '153922.582500', '153923.042500', '153923.502500', '153923.962500', '153924.422500', '153924.882500', '153925.342500', '153925.802500', '153926.262500', '153926.722500', '153927.182500', '153927.642500', '153928.102500', '153928.562500', '153929.022500', '153929.482500', '153929.942500', '153930.402500', '153930.862500', '153931.322500', '153931.782500', '153932.242500', '153932.702500', '153933.162500', '153933.622500', '153934.082500', '153934.542500', '153935.002500', '153935.462500', '153935.922500', '153936.382500', '153936.842500', '153937.302500', '153937.762500', '153938.222500', '153938.682500', '153939.142500', '153939.602500', '153940.062500', '153940.522500', '153940.982500', '153941.442500', '153941.902500', '153942.362500', '153942.822500', '153943.282500', '153943.742500', '153944.202500', '153944.662500', '153945.122500', '153945.582500', '153946.042500', '153946.502500', '153946.962500', '153947.422500', '153947.882500', '153948.342500', '153948.802500', '153949.262500', '153949.722500', '153950.182500', '153950.642500', '153951.102500', '153951.562500', '153952.022500', '153952.482500', '153952.942500', '153953.402500', '153953.862500', '153954.322500', '153954.782500', '153955.242500', '153955.702500', '153956.162500', '153956.622500', '153957.082500', '153957.542500', '153958.002500', '153958.462500', '153958.922500', '153959.382500', '153959.842500', '154000.302500', '154000.762500', '154001.222500', '154001.682500', '154002.142500', '154002.602500', '154003.062500', '154003.522500', '154003.982500', '154004.442500', '154004.902500', '154005.362500', '154005.822500', '154006.282500', '154006.742500', '154007.202500', '154007.662500', '154008.122500', '154008.582500', '154009.042500', '154009.502500', '154009.962500', '154010.422500', '154010.882500', '154011.342500', '154011.802500', '154012.262500', '154012.722500', '154013.182500', '154013.642500', '154014.102500', '154014.562500', '154015.022500', '154015.482500', '154015.942500', '154016.402500', '154016.862500', '154017.322500', '154017.782500', '154018.242500', '154018.702500', '154019.162500', '154019.622500', '154020.082500', '154020.542500', '154021.002500', '154021.462500', '154021.922500', '154022.382500', '154022.842500', '154023.302500', '154023.762500', '154024.222500', '154024.682500', '154025.142500', '154025.602500', '154026.062500', '154026.522500', '154026.982500', '154027.442500', '154027.902500', '154028.362500', '154028.822500', '154029.282500', '154029.742500', '154030.202500', '154030.662500', '154031.122500', '154031.582500', '154032.042500', '154032.502500', '154032.962500', '154033.422500', '154033.882500', '154034.342500', '154034.802500', '154035.262500', '154035.722500', '154036.182500', '154036.642500', '154037.102500', '154037.562500', '154038.022500', '154038.482500', '154038.942500', '154039.402500', '154039.862500', '154040.322500', '154040.782500', '154041.242500', '154041.702500', '154042.162500', '154042.622500', '154043.082500', '154043.542500', '154044.002500', '154044.462500', '154044.922500', '154045.382500', '154045.842500', '154046.302500', '154046.762500', '154047.222500', '154047.682500', '154048.142500', '154048.602500', '154049.062500', '154049.522500', '154049.982500', '154050.442500', '154050.902500', '154051.362500', '154051.822500', '154052.282500', '154052.742500', '154053.202500', '154053.662500', '154054.122500', '154054.582500', '154055.042500', '154055.502500', '154055.962500', '154056.422500', '154056.882500', '154057.342500', '154057.802500', '154058.262500', '154058.722500', '154059.182500', '154059.642500', '154100.102500', '154100.562500', '154101.022500', '154101.482500', '154101.942500', '154102.402500', '154102.862500', '154103.322500', '154103.782500', '154104.242500', '154104.702500', '154105.162500', '154105.622500', '154106.082500', '154106.542500', '154107.002500', '154107.462500', '154107.922500', '154108.382500', '154108.842500', '154109.302500', '154109.762500', '154110.222500', '154110.682500', '154111.142500', '154111.602500', '154112.062500', '154112.522500', '154112.982500', '154113.442500', '154113.902500', '154114.362500', '154114.822500', '154115.282500', '154115.742500', '154116.202500', '154116.662500', '154117.122500', '154117.582500', '154118.042500', '154118.502500', '154118.962500', '154119.422500', '154119.882500', '154120.342500', '154120.802500', '154121.262500', '154121.722500', '154122.182500', '154122.642500', '154123.102500', '154123.562500', '154124.022500', '154124.482500', '154124.942500', '154125.402500', '154125.862500', '154126.322500', '154126.782500', '154127.242500', '154127.702500', '154128.162500', '154128.622500', '154129.082500', '154129.542500', '154130.002500', '154130.462500', '154130.922500', '154131.382500', '154131.842500', '154132.302500', '154132.762500', '154133.222500', '154133.682500', '154134.142500', '154134.602500', '154135.062500', '154135.522500', '154135.982500', '154136.442500', '154136.902500', '154137.362500', '154137.822500', '154138.282500', '154138.742500', '154139.202500', '154139.662500', '154140.122500', '154140.582500', '154141.042500', '154141.502500', '154141.962500', '154142.422500', '154142.882500', '154143.342500', '154143.802500', '154144.262500', '154144.722500', '154145.182500', '154145.642500', '154146.102500', '154146.562500', '154147.022500', '154147.482500', '154147.942500', '154148.402500', '154148.862500', '154149.322500', '154149.782500', '154150.242500', '154150.702500', '154151.162500', '154151.622500', '154152.082500', '154152.542500', '154153.002500', '154153.462500', '154153.922500', '154154.382500', '154154.842500', '154155.302500', '154155.762500', '154156.222500', '154156.682500', '154157.142500', '154157.602500', '154158.062500', '154158.522500', '154158.982500', '154159.442500', '154159.902500', '154200.362500', '154200.822500', '154201.282500', '154201.742500', '154202.202500', '154202.662500', '154203.122500', '154203.582500', '154204.042500', '154204.502500', '154204.962500', '154205.422500', '154205.882500', '154206.342500', '154206.802500', '154207.262500', '154207.722500', '154208.182500', '154208.642500', '154209.102500', '154209.562500', '154210.022500', '154210.482500', '154210.942500', '154211.402500', '154211.862500', '154212.322500', '154212.782500', '154213.242500', '154213.702500', '154214.162500', '154214.622500', '154215.082500', '154215.542500', '154216.002500', '154216.462500', '154216.922500', '154217.382500', '154217.842500', '154218.302500', '154218.762500', '154219.222500', '154219.682500', '154220.142500', '154220.602500', '154221.062500', '154221.522500', '154221.982500', '154222.442500', '154222.902500', '154223.362500', '154223.822500', '154224.282500', '154224.742500', '154225.202500', '154225.662500', '154226.122500', '154226.582500', '154227.042500', '154227.502500', '154227.962500', '154228.422500', '154228.882500', '154229.342500', '154229.802500', '154230.262500', '154230.722500', '154231.182500', '154231.642500', '154232.102500', '154232.562500', '154233.022500', '154233.482500', '154233.942500', '154234.402500', '154234.862500', '154235.322500', '154235.782500', '154236.242500', '154236.702500', '154237.162500', '154237.622500', '154238.082500', '154238.542500', '154239.002500', '154239.462500', '154239.922500', '154240.382500', '154240.842500', '154241.302500', '154241.762500', '154242.222500', '154242.682500', '154243.142500', '154243.602500', '154244.062500', '154244.522500', '154244.982500', '154245.442500', '154245.902500', '154246.362500', '154246.822500', '154247.282500', '154247.742500', '154248.202500', '154248.662500', '154249.122500', '154249.582500', '154250.042500', '154250.502500', '154250.962500', '154251.422500', '154251.882500', '154252.342500', '154252.802500', '154253.262500', '154253.722500', '154254.182500', '154254.642500', '154255.102500', '154255.562500', '154256.022500', '154256.482500', '154256.942500', '154257.402500', '154257.862500', '154258.322500', '154258.782500', '154259.242500', '154259.702500', '154300.162500', '154300.622500', '154301.082500', '154301.542500', '154302.002500', '154302.462500', '154302.922500', '154303.382500', '154303.842500', '154304.302500', '154304.762500', '154305.222500', '154305.682500', '154306.142500', '154306.602500', '154307.062500', '154307.522500', '154307.982500', '154308.442500', '154308.902500', '154309.362500', '154309.822500', '154310.282500', '154310.742500', '154311.202500', '154311.662500', '154312.122500', '154312.582500', '154313.042500', '154313.502500', '154313.962500', '154314.422500', '154314.882500', '154315.342500', '154315.802500', '154316.262500', '154316.722500', '154317.182500', '154317.642500', '154318.102500', '154318.562500', '154319.022500', '154319.482500', '154319.942500', '154320.402500', '154320.862500', '154321.322500', '154321.782500', '154322.242500', '154322.702500', '154323.162500', '154323.622500', '154324.082500', '154324.542500', '154325.002500', '154325.462500', '154325.922500', '154326.382500', '154326.842500', '154327.302500', '154327.762500', '154328.222500', '154328.682500', '154329.142500', '154329.602500', '154330.062500', '154330.522500', '154330.982500', '154331.442500', '154331.902500', '154332.362500', '154332.822500', '154333.282500', '154333.742500', '154334.202500', '154334.662500', '154335.122500', '154335.582500', '154336.042500', '154336.502500', '154336.962500', '154337.422500', '154337.882500', '154338.342500', '154338.802500', '154339.262500', '154339.722500', '154340.182500', '154340.642500', '154341.102500', '154341.562500', '154342.022500', '154342.482500', '154342.942500', '154343.402500', '154343.862500', '154344.322500', '154344.782500', '154345.242500', '154345.702500', '154346.162500', '154346.622500', '154347.082500', '154347.542500', '154348.002500', '154348.462500', '154348.922500', '154349.382500', '154349.842500', '154350.302500', '154350.762500', '154351.222500', '154351.682500', '154352.142500', '154352.602500', '154353.062500', '154353.522500', '154353.982500', '154354.442500', '154354.902500', '154355.362500', '154355.822500', '154356.282500', '154356.742500', '154357.202500', '154357.662500', '154358.122500', '154358.582500', '154359.042500', '154359.502500', '154359.962500', '154400.422500', '154400.882500', '154401.342500', '154401.802500', '154402.262500', '154402.722500', '154403.182500', '154403.642500', '154404.102500', '154404.562500', '154405.022500', '154405.482500', '154405.942500', '154406.402500', '154406.862500', '154407.322500', '154407.782500', '154408.242500', '154408.702500', '154409.162500', '154409.622500', '154410.082500', '154410.542500', '154411.002500', '154411.462500', '154411.922500', '154412.382500', '154412.842500', '154413.302500', '154413.762500', '154414.222500', '154414.682500', '154415.142500', '154415.602500', '154416.062500', '154416.522500', '154416.982500', '154417.442500', '154417.902500', '154418.362500', '154418.822500', '154419.282500', '154419.742500', '154420.202500', '154420.662500', '154421.122500', '154421.582500', '154422.042500', '154422.502500'], 'ContentTime': ['153753.761000', '153753.767000', '153753.782000', '153753.785000', '153753.788000', '153753.791000', '153753.794000', '153753.798000', '153753.801000', '153753.806000', '153753.809000', '153753.812000', '153753.819000', '153753.822000', '153753.826000', '153753.829000', '153753.832000', '153753.836000', '153753.839000', '153753.842000', '153753.845000', '153753.848000', '153753.851000', '153753.854000', '153753.857000', '153813.712000', '153813.719000', '153813.722000', '153813.725000', '153813.727000', '153813.730000', '153813.733000', '153813.736000', '153813.739000', '153813.741000', '153813.744000', '153813.747000', '153813.750000', '153813.752000', '153813.755000', '153813.758000', '153813.761000', '153813.764000', '153813.767000', '153813.770000', '153813.778000', '153813.781000', '153813.783000', '153813.786000', '153813.789000', '153813.792000', '153813.795000', '153813.797000', '153813.800000', '153813.803000', '153813.806000', '153813.809000', '153813.811000', '153813.814000', '153813.817000', '153813.820000', '153813.823000', '153813.825000', '153813.828000', '153813.831000', '153813.834000', '153813.837000', '153813.839000', '153813.842000', '153833.711000', '153833.714000', '153833.717000', '153833.719000', '153833.722000', '153833.725000', '153833.728000', '153833.731000', '153833.734000', '153833.737000', '153833.739000', '153833.742000', '153833.745000', '153833.748000', '153833.751000', '153833.754000', '153833.757000', '153833.759000', '153833.762000', '153833.765000', '153833.768000', '153833.771000', '153833.774000', '153833.777000', '153833.780000', '153833.782000', '153833.785000', '153833.788000', '153833.791000', '153833.794000', '153833.797000', '153833.799000', '153833.802000', '153833.812000', '153833.815000', '153833.818000', '153833.821000', '153833.824000', '153833.827000', '153833.829000', '153833.834000', '153833.837000', '153833.840000', '153853.711000', '153853.714000', '153853.716000', '153853.719000', '153853.722000', '153853.725000', '153853.728000', '153853.731000', '153853.734000', '153853.736000', '153853.739000', '153853.742000', '153853.745000', '153853.748000', '153853.761000', '153853.764000', '153853.767000', '153853.769000', '153853.772000', '153853.775000', '153853.778000', '153853.781000', '153853.784000', '153853.787000', '153853.789000', '153853.792000', '153853.795000', '153853.798000', '153853.801000', '153853.804000', '153853.807000', '153853.809000', '153853.812000', '153853.815000', '153853.818000', '153853.821000', '153853.824000', '153853.826000', '153853.829000', '153853.832000', '153853.835000', '153853.838000', '153853.841000', '153853.844000', '153913.711000', '153913.714000', '153913.717000', '153913.719000', '153913.722000', '153913.725000', '153913.728000', '153913.731000', '153913.734000', '153913.736000', '153913.739000', '153913.742000', '153913.745000', '153913.748000', '153913.751000', '153913.753000', '153913.756000', '153913.759000', '153913.762000', '153913.765000', '153913.768000', '153913.771000', '153913.773000', '153913.776000', '153913.779000', '153913.782000', '153913.785000', '153913.788000', '153913.791000', '153913.793000', '153913.796000', '153913.799000', '153913.802000', '153913.805000', '153913.808000', '153913.810000', '153913.813000', '153913.816000', '153913.819000', '153913.822000', '153913.824000', '153913.827000', '153913.830000', '153933.711000', '153933.714000', '153933.717000', '153933.720000', '153933.722000', '153933.725000', '153933.728000', '153933.731000', '153933.734000', '153933.737000', '153933.743000', '153933.746000', '153933.749000', '153933.752000', '153933.755000', '153933.758000', '153933.761000', '153933.763000', '153933.766000', '153933.769000', '153933.772000', '153933.775000', '153933.778000', '153933.780000', '153933.783000', '153933.786000', '153933.789000', '153933.792000', '153933.795000', '153933.798000', '153933.800000', '153933.803000', '153933.806000', '153933.809000', '153933.812000', '153933.815000', '153933.817000', '153933.820000', '153933.823000', '153933.826000', '153933.829000', '153933.832000', '153933.835000', '153953.711000', '153953.714000', '153953.717000', '153953.720000', '153953.722000', '153953.725000', '153953.728000', '153953.731000', '153953.734000', '153953.736000', '153953.739000', '153953.742000', '153953.745000', '153953.748000', '153953.751000', '153953.754000', '153953.756000', '153953.759000', '153953.762000', '153953.765000', '153953.768000', '153953.771000', '153953.773000', '153953.776000', '153953.779000', '153953.782000', '153953.785000', '153953.788000', '153953.790000', '153953.793000', '153953.796000', '153953.799000', '153953.802000', '153953.804000', '153953.807000', '153953.810000', '153953.813000', '153953.816000', '153953.819000', '153953.821000', '153953.824000', '153953.827000', '153953.830000', '153953.833000', '154013.711000', '154013.714000', '154013.717000', '154013.720000', '154013.722000', '154013.727000', '154013.730000', '154013.733000', '154013.736000', '154013.739000', '154013.741000', '154013.744000', '154013.747000', '154013.750000', '154013.753000', '154013.756000', '154013.759000', '154013.761000', '154013.764000', '154013.767000', '154013.770000', '154013.773000', '154013.776000', '154013.778000', '154013.781000', '154013.784000', '154013.787000', '154013.790000', '154013.793000', '154013.796000', '154013.798000', '154013.801000', '154013.804000', '154013.807000', '154013.810000', '154013.812000', '154013.815000', '154013.818000', '154013.821000', '154013.824000', '154013.827000', '154013.830000', '154013.832000', '154033.712000', '154033.715000', '154033.718000', '154033.721000', '154033.723000', '154033.726000', '154033.729000', '154033.732000', '154033.735000', '154033.738000', '154033.751000', '154033.754000', '154033.757000', '154033.760000', '154033.763000', '154033.766000', '154033.769000', '154033.771000', '154033.774000', '154033.777000', '154033.780000', '154033.783000', '154033.786000', '154033.789000', '154033.791000', '154033.794000', '154033.797000', '154033.800000', '154033.803000', '154033.806000', '154033.808000', '154033.811000', '154033.814000', '154033.817000', '154033.820000', '154033.823000', '154033.825000', '154033.828000', '154033.831000', '154033.834000', '154033.837000', '154033.840000', '154033.843000', '154033.845000', '154053.711000', '154053.714000', '154053.717000', '154053.720000', '154053.722000', '154053.726000', '154053.728000', '154053.731000', '154053.734000', '154053.737000', '154053.743000', '154053.747000', '154053.750000', '154053.752000', '154053.755000', '154053.758000', '154053.761000', '154053.764000', '154053.767000', '154053.770000', '154053.772000', '154053.775000', '154053.778000', '154053.781000', '154053.784000', '154053.787000', '154053.790000', '154053.792000', '154053.795000', '154053.798000', '154053.801000', '154053.804000', '154053.807000', '154053.810000', '154053.813000', '154053.815000', '154053.818000', '154053.821000', '154053.824000', '154053.827000', '154053.830000', '154053.833000', '154053.836000', '154113.711000', '154113.714000', '154113.717000', '154113.720000', '154113.722000', '154113.725000', '154113.728000', '154113.731000', '154113.734000', '154113.739000', '154113.741000', '154113.744000', '154113.747000', '154113.750000', '154113.753000', '154113.756000', '154113.758000', '154113.761000', '154113.764000', '154113.767000', '154113.770000', '154113.773000', '154113.775000', '154113.778000', '154113.781000', '154113.784000', '154113.787000', '154113.790000', '154113.793000', '154113.796000', '154113.798000', '154113.801000', '154113.804000', '154113.807000', '154113.810000', '154113.813000', '154113.815000', '154113.818000', '154113.821000', '154113.824000', '154113.827000', '154113.830000', '154113.833000', '154113.835000', '154133.711000', '154133.714000', '154133.717000', '154133.720000', '154133.723000', '154133.725000', '154133.728000', '154133.731000', '154133.734000', '154133.737000', '154133.740000', '154133.743000', '154133.747000', '154133.752000', '154133.755000', '154133.758000', '154133.761000', '154133.764000', '154133.767000', '154133.769000', '154133.772000', '154133.775000', '154133.778000', '154133.781000', '154133.784000', '154133.787000', '154133.790000', '154133.793000', '154133.796000', '154133.798000', '154133.801000', '154133.804000', '154133.807000', '154133.810000', '154133.813000', '154133.815000', '154133.818000', '154133.821000', '154133.824000', '154133.827000', '154133.830000', '154133.833000', '154133.835000', '154153.711000', '154153.714000', '154153.717000', '154153.720000', '154153.722000', '154153.725000', '154153.728000', '154153.731000', '154153.734000', '154153.737000', '154153.740000', '154153.742000', '154153.745000', '154153.748000', '154153.751000', '154153.754000', '154153.757000', '154153.760000', '154153.763000', '154153.765000', '154153.768000', '154153.771000', '154153.774000', '154153.777000', '154153.780000', '154153.783000', '154153.785000', '154153.788000', '154153.791000', '154153.794000', '154153.797000', '154153.800000', '154153.802000', '154153.805000', '154153.808000', '154153.824000', '154153.827000', '154153.829000', '154153.832000', '154153.835000', '154153.838000', '154153.841000', '154153.844000', '154153.847000', '154213.711000', '154213.714000', '154213.717000', '154213.720000', '154213.723000', '154213.726000', '154213.728000', '154213.731000', '154213.734000', '154213.737000', '154213.740000', '154213.743000', '154213.745000', '154213.748000', '154213.751000', '154213.754000', '154213.757000', '154213.760000', '154213.765000', '154213.769000', '154213.772000', '154213.775000', '154213.778000', '154213.781000', '154213.784000', '154213.787000', '154213.789000', '154213.792000', '154213.795000', '154213.798000', '154213.801000', '154213.804000', '154213.807000', '154213.809000', '154213.812000', '154213.815000', '154213.818000', '154213.821000', '154213.824000', '154213.827000', '154213.829000', '154213.832000', '154213.835000', '154233.711000', '154233.714000', '154233.717000', '154233.720000', '154233.722000', '154233.725000', '154233.728000', '154233.731000', '154233.734000', '154233.737000', '154233.740000', '154233.743000', '154233.745000', '154233.748000', '154233.751000', '154233.754000', '154233.757000', '154233.760000', '154233.763000', '154233.766000', '154233.769000', '154233.771000', '154233.774000', '154233.777000', '154233.780000', '154233.783000', '154233.786000', '154233.788000', '154233.791000', '154233.794000', '154233.797000', '154233.800000', '154233.803000', '154233.806000', '154233.808000', '154233.811000', '154233.814000', '154233.817000', '154233.820000', '154233.823000', '154233.826000', '154233.828000', '154233.831000', '154233.834000', '154253.712000', '154253.715000', '154253.718000', '154253.721000', '154253.724000', '154253.727000', '154253.730000', '154253.732000', '154253.735000', '154253.738000', '154253.741000', '154253.744000', '154253.747000', '154253.750000', '154253.752000', '154253.755000', '154253.758000', '154253.761000', '154253.764000', '154253.767000', '154253.770000', '154253.773000', '154253.776000', '154253.779000', '154253.781000', '154253.784000', '154253.787000', '154253.790000', '154253.793000', '154253.796000', '154253.799000', '154253.801000', '154253.805000', '154253.809000', '154253.812000', '154253.815000', '154253.818000', '154253.821000', '154253.824000', '154253.827000', '154253.830000', '154253.832000', '154253.835000', '154313.711000', '154313.714000', '154313.717000', '154313.720000', '154313.723000', '154313.725000', '154313.728000', '154313.731000', '154313.734000', '154313.737000', '154313.740000', '154313.742000', '154313.745000', '154313.748000', '154313.751000', '154313.754000', '154313.757000', '154313.760000', '154313.763000', '154313.765000', '154313.768000', '154313.771000', '154313.774000', '154313.777000', '154313.780000', '154313.782000', '154313.785000', '154313.788000', '154313.791000', '154313.794000', '154313.797000', '154313.800000', '154313.803000', '154313.805000', '154313.808000', '154313.811000', '154313.814000', '154313.817000', '154313.820000', '154313.823000', '154313.826000', '154313.828000', '154313.835000', '154313.838000', '154333.711000', '154333.714000', '154333.733000', '154333.736000', '154333.738000', '154333.741000', '154333.744000', '154333.748000', '154333.751000', '154333.754000', '154333.757000', '154333.760000', '154333.763000', '154333.766000', '154333.768000', '154333.771000', '154333.774000', '154333.777000', '154333.780000', '154333.783000', '154333.786000', '154333.789000', '154333.791000', '154333.794000', '154333.797000', '154333.800000', '154333.803000', '154333.806000', '154333.809000', '154333.812000', '154333.815000', '154333.819000', '154333.822000', '154333.825000', '154333.828000', '154333.831000', '154333.834000', '154333.837000', '154333.839000', '154333.842000', '154333.847000', '154333.849000', '154333.852000', '154353.711000', '154353.714000', '154353.717000', '154353.720000', '154353.723000', '154353.726000', '154353.728000', '154353.731000', '154353.734000', '154353.737000', '154353.740000', '154353.743000', '154353.745000', '154353.748000', '154353.751000', '154353.754000', '154353.757000', '154353.760000', '154353.763000', '154353.766000', '154353.768000', '154353.771000', '154353.774000', '154353.777000', '154353.780000', '154353.783000', '154353.786000', '154353.788000', '154353.791000', '154353.794000', '154353.797000', '154353.800000', '154353.803000', '154353.806000', '154353.809000', '154353.812000', '154353.814000', '154353.817000', '154353.820000', '154353.823000', '154353.826000', '154353.829000', '154353.832000', '154353.834000', '154413.711000', '154413.714000', '154413.717000', '154413.720000', '154413.723000', '154413.725000', '154413.728000', '154413.731000', '154413.734000', '154413.737000', '154413.740000', '154413.743000', '154413.745000', '154413.748000', '154413.751000', '154413.754000', '154413.757000', '154413.760000', '154413.763000', '154413.766000', '154413.769000', '154413.771000', '154413.774000', '154413.777000', '154413.780000', '154413.783000', '154413.786000', '154413.788000', '154413.791000', '154413.794000', '154413.797000', '154413.800000', '154413.803000', '154413.806000', '154413.809000', '154413.811000', '154413.814000', '154413.817000', '154413.820000', '154413.823000', '154413.826000', '154413.829000', '154413.832000', '154423.084000', '154423.087000', '154423.090000', '154423.094000', '154423.097000', '154423.100000', '154423.103000', '154423.106000', '154423.109000', '154423.112000', '154423.115000', '154423.118000', '154423.121000', '154423.124000', '154423.127000', '154423.130000', '154423.133000', '154423.136000', '154423.139000', '154423.142000', '154423.145000'], 'InstanceCreationTime': ['153753.761000', '153753.767000', '153753.782000', '153753.785000', '153753.788000', '153753.791000', '153753.794000', '153753.798000', '153753.801000', '153753.806000', '153753.809000', '153753.812000', '153753.819000', '153753.822000', '153753.826000', '153753.829000', '153753.832000', '153753.836000', '153753.839000', '153753.842000', '153753.845000', '153753.848000', '153753.851000', '153753.854000', '153753.857000', '153813.712000', '153813.719000', '153813.722000', '153813.725000', '153813.727000', '153813.730000', '153813.733000', '153813.736000', '153813.739000', '153813.741000', '153813.744000', '153813.747000', '153813.750000', '153813.752000', '153813.755000', '153813.758000', '153813.761000', '153813.764000', '153813.767000', '153813.770000', '153813.778000', '153813.781000', '153813.783000', '153813.786000', '153813.789000', '153813.792000', '153813.795000', '153813.797000', '153813.800000', '153813.803000', '153813.806000', '153813.809000', '153813.811000', '153813.814000', '153813.817000', '153813.820000', '153813.823000', '153813.825000', '153813.828000', '153813.831000', '153813.834000', '153813.837000', '153813.839000', '153813.842000', '153833.711000', '153833.714000', '153833.717000', '153833.719000', '153833.722000', '153833.725000', '153833.728000', '153833.731000', '153833.734000', '153833.737000', '153833.739000', '153833.742000', '153833.745000', '153833.748000', '153833.751000', '153833.754000', '153833.757000', '153833.759000', '153833.762000', '153833.765000', '153833.768000', '153833.771000', '153833.774000', '153833.777000', '153833.780000', '153833.782000', '153833.785000', '153833.788000', '153833.791000', '153833.794000', '153833.797000', '153833.799000', '153833.802000', '153833.812000', '153833.815000', '153833.818000', '153833.821000', '153833.824000', '153833.827000', '153833.829000', '153833.834000', '153833.837000', '153833.840000', '153853.711000', '153853.714000', '153853.716000', '153853.719000', '153853.722000', '153853.725000', '153853.728000', '153853.731000', '153853.734000', '153853.736000', '153853.739000', '153853.742000', '153853.745000', '153853.748000', '153853.761000', '153853.764000', '153853.767000', '153853.769000', '153853.772000', '153853.775000', '153853.778000', '153853.781000', '153853.784000', '153853.787000', '153853.789000', '153853.792000', '153853.795000', '153853.798000', '153853.801000', '153853.804000', '153853.807000', '153853.809000', '153853.812000', '153853.815000', '153853.818000', '153853.821000', '153853.824000', '153853.826000', '153853.829000', '153853.832000', '153853.835000', '153853.838000', '153853.841000', '153853.844000', '153913.711000', '153913.714000', '153913.717000', '153913.719000', '153913.722000', '153913.725000', '153913.728000', '153913.731000', '153913.734000', '153913.736000', '153913.739000', '153913.742000', '153913.745000', '153913.748000', '153913.751000', '153913.753000', '153913.756000', '153913.759000', '153913.762000', '153913.765000', '153913.768000', '153913.771000', '153913.773000', '153913.776000', '153913.779000', '153913.782000', '153913.785000', '153913.788000', '153913.791000', '153913.793000', '153913.796000', '153913.799000', '153913.802000', '153913.805000', '153913.808000', '153913.810000', '153913.813000', '153913.816000', '153913.819000', '153913.822000', '153913.824000', '153913.827000', '153913.830000', '153933.711000', '153933.714000', '153933.717000', '153933.720000', '153933.722000', '153933.725000', '153933.728000', '153933.731000', '153933.734000', '153933.737000', '153933.743000', '153933.746000', '153933.749000', '153933.752000', '153933.755000', '153933.758000', '153933.761000', '153933.763000', '153933.766000', '153933.769000', '153933.772000', '153933.775000', '153933.778000', '153933.780000', '153933.783000', '153933.786000', '153933.789000', '153933.792000', '153933.795000', '153933.798000', '153933.800000', '153933.803000', '153933.806000', '153933.809000', '153933.812000', '153933.815000', '153933.817000', '153933.820000', '153933.823000', '153933.826000', '153933.829000', '153933.832000', '153933.835000', '153953.711000', '153953.714000', '153953.717000', '153953.720000', '153953.722000', '153953.725000', '153953.728000', '153953.731000', '153953.734000', '153953.736000', '153953.739000', '153953.742000', '153953.745000', '153953.748000', '153953.751000', '153953.754000', '153953.756000', '153953.759000', '153953.762000', '153953.765000', '153953.768000', '153953.771000', '153953.773000', '153953.776000', '153953.779000', '153953.782000', '153953.785000', '153953.788000', '153953.790000', '153953.793000', '153953.796000', '153953.799000', '153953.802000', '153953.804000', '153953.807000', '153953.810000', '153953.813000', '153953.816000', '153953.819000', '153953.821000', '153953.824000', '153953.827000', '153953.830000', '153953.833000', '154013.711000', '154013.714000', '154013.717000', '154013.720000', '154013.722000', '154013.727000', '154013.730000', '154013.733000', '154013.736000', '154013.739000', '154013.741000', '154013.744000', '154013.747000', '154013.750000', '154013.753000', '154013.756000', '154013.759000', '154013.761000', '154013.764000', '154013.767000', '154013.770000', '154013.773000', '154013.776000', '154013.778000', '154013.781000', '154013.784000', '154013.787000', '154013.790000', '154013.793000', '154013.796000', '154013.798000', '154013.801000', '154013.804000', '154013.807000', '154013.810000', '154013.812000', '154013.815000', '154013.818000', '154013.821000', '154013.824000', '154013.827000', '154013.830000', '154013.832000', '154033.712000', '154033.715000', '154033.718000', '154033.721000', '154033.723000', '154033.726000', '154033.729000', '154033.732000', '154033.735000', '154033.738000', '154033.751000', '154033.754000', '154033.757000', '154033.760000', '154033.763000', '154033.766000', '154033.769000', '154033.771000', '154033.774000', '154033.777000', '154033.780000', '154033.783000', '154033.786000', '154033.789000', '154033.791000', '154033.794000', '154033.797000', '154033.800000', '154033.803000', '154033.806000', '154033.808000', '154033.811000', '154033.814000', '154033.817000', '154033.820000', '154033.823000', '154033.825000', '154033.828000', '154033.831000', '154033.834000', '154033.837000', '154033.840000', '154033.843000', '154033.845000', '154053.711000', '154053.714000', '154053.717000', '154053.720000', '154053.722000', '154053.726000', '154053.728000', '154053.731000', '154053.734000', '154053.737000', '154053.743000', '154053.747000', '154053.750000', '154053.752000', '154053.755000', '154053.758000', '154053.761000', '154053.764000', '154053.767000', '154053.770000', '154053.772000', '154053.775000', '154053.778000', '154053.781000', '154053.784000', '154053.787000', '154053.790000', '154053.792000', '154053.795000', '154053.798000', '154053.801000', '154053.804000', '154053.807000', '154053.810000', '154053.813000', '154053.815000', '154053.818000', '154053.821000', '154053.824000', '154053.827000', '154053.830000', '154053.833000', '154053.836000', '154113.711000', '154113.714000', '154113.717000', '154113.720000', '154113.722000', '154113.725000', '154113.728000', '154113.731000', '154113.734000', '154113.739000', '154113.741000', '154113.744000', '154113.747000', '154113.750000', '154113.753000', '154113.756000', '154113.758000', '154113.761000', '154113.764000', '154113.767000', '154113.770000', '154113.773000', '154113.775000', '154113.778000', '154113.781000', '154113.784000', '154113.787000', '154113.790000', '154113.793000', '154113.796000', '154113.798000', '154113.801000', '154113.804000', '154113.807000', '154113.810000', '154113.813000', '154113.815000', '154113.818000', '154113.821000', '154113.824000', '154113.827000', '154113.830000', '154113.833000', '154113.835000', '154133.711000', '154133.714000', '154133.717000', '154133.720000', '154133.723000', '154133.725000', '154133.728000', '154133.731000', '154133.734000', '154133.737000', '154133.740000', '154133.743000', '154133.747000', '154133.752000', '154133.755000', '154133.758000', '154133.761000', '154133.764000', '154133.767000', '154133.769000', '154133.772000', '154133.775000', '154133.778000', '154133.781000', '154133.784000', '154133.787000', '154133.790000', '154133.793000', '154133.796000', '154133.798000', '154133.801000', '154133.804000', '154133.807000', '154133.810000', '154133.813000', '154133.815000', '154133.818000', '154133.821000', '154133.824000', '154133.827000', '154133.830000', '154133.833000', '154133.835000', '154153.711000', '154153.714000', '154153.717000', '154153.720000', '154153.722000', '154153.725000', '154153.728000', '154153.731000', '154153.734000', '154153.737000', '154153.740000', '154153.742000', '154153.745000', '154153.748000', '154153.751000', '154153.754000', '154153.757000', '154153.760000', '154153.763000', '154153.765000', '154153.768000', '154153.771000', '154153.774000', '154153.777000', '154153.780000', '154153.783000', '154153.785000', '154153.788000', '154153.791000', '154153.794000', '154153.797000', '154153.800000', '154153.802000', '154153.805000', '154153.808000', '154153.824000', '154153.827000', '154153.829000', '154153.832000', '154153.835000', '154153.838000', '154153.841000', '154153.844000', '154153.847000', '154213.711000', '154213.714000', '154213.717000', '154213.720000', '154213.723000', '154213.726000', '154213.728000', '154213.731000', '154213.734000', '154213.737000', '154213.740000', '154213.743000', '154213.745000', '154213.748000', '154213.751000', '154213.754000', '154213.757000', '154213.760000', '154213.765000', '154213.769000', '154213.772000', '154213.775000', '154213.778000', '154213.781000', '154213.784000', '154213.787000', '154213.789000', '154213.792000', '154213.795000', '154213.798000', '154213.801000', '154213.804000', '154213.807000', '154213.809000', '154213.812000', '154213.815000', '154213.818000', '154213.821000', '154213.824000', '154213.827000', '154213.829000', '154213.832000', '154213.835000', '154233.711000', '154233.714000', '154233.717000', '154233.720000', '154233.722000', '154233.725000', '154233.728000', '154233.731000', '154233.734000', '154233.737000', '154233.740000', '154233.743000', '154233.745000', '154233.748000', '154233.751000', '154233.754000', '154233.757000', '154233.760000', '154233.763000', '154233.766000', '154233.769000', '154233.771000', '154233.774000', '154233.777000', '154233.780000', '154233.783000', '154233.786000', '154233.788000', '154233.791000', '154233.794000', '154233.797000', '154233.800000', '154233.803000', '154233.806000', '154233.808000', '154233.811000', '154233.814000', '154233.817000', '154233.820000', '154233.823000', '154233.826000', '154233.828000', '154233.831000', '154233.834000', '154253.712000', '154253.715000', '154253.718000', '154253.721000', '154253.724000', '154253.727000', '154253.730000', '154253.732000', '154253.735000', '154253.738000', '154253.741000', '154253.744000', '154253.747000', '154253.750000', '154253.752000', '154253.755000', '154253.758000', '154253.761000', '154253.764000', '154253.767000', '154253.770000', '154253.773000', '154253.776000', '154253.779000', '154253.781000', '154253.784000', '154253.787000', '154253.790000', '154253.793000', '154253.796000', '154253.799000', '154253.801000', '154253.805000', '154253.809000', '154253.812000', '154253.815000', '154253.818000', '154253.821000', '154253.824000', '154253.827000', '154253.830000', '154253.832000', '154253.835000', '154313.711000', '154313.714000', '154313.717000', '154313.720000', '154313.723000', '154313.725000', '154313.728000', '154313.731000', '154313.734000', '154313.737000', '154313.740000', '154313.742000', '154313.745000', '154313.748000', '154313.751000', '154313.754000', '154313.757000', '154313.760000', '154313.763000', '154313.765000', '154313.768000', '154313.771000', '154313.774000', '154313.777000', '154313.780000', '154313.782000', '154313.785000', '154313.788000', '154313.791000', '154313.794000', '154313.797000', '154313.800000', '154313.803000', '154313.805000', '154313.808000', '154313.811000', '154313.814000', '154313.817000', '154313.820000', '154313.823000', '154313.826000', '154313.828000', '154313.835000', '154313.838000', '154333.711000', '154333.714000', '154333.733000', '154333.736000', '154333.738000', '154333.741000', '154333.744000', '154333.748000', '154333.751000', '154333.754000', '154333.757000', '154333.760000', '154333.763000', '154333.766000', '154333.768000', '154333.771000', '154333.774000', '154333.777000', '154333.780000', '154333.783000', '154333.786000', '154333.789000', '154333.791000', '154333.794000', '154333.797000', '154333.800000', '154333.803000', '154333.806000', '154333.809000', '154333.812000', '154333.815000', '154333.819000', '154333.822000', '154333.825000', '154333.828000', '154333.831000', '154333.834000', '154333.837000', '154333.839000', '154333.842000', '154333.847000', '154333.849000', '154333.852000', '154353.711000', '154353.714000', '154353.717000', '154353.720000', '154353.723000', '154353.726000', '154353.728000', '154353.731000', '154353.734000', '154353.737000', '154353.740000', '154353.743000', '154353.745000', '154353.748000', '154353.751000', '154353.754000', '154353.757000', '154353.760000', '154353.763000', '154353.766000', '154353.768000', '154353.771000', '154353.774000', '154353.777000', '154353.780000', '154353.783000', '154353.786000', '154353.788000', '154353.791000', '154353.794000', '154353.797000', '154353.800000', '154353.803000', '154353.806000', '154353.809000', '154353.812000', '154353.814000', '154353.817000', '154353.820000', '154353.823000', '154353.826000', '154353.829000', '154353.832000', '154353.834000', '154413.711000', '154413.714000', '154413.717000', '154413.720000', '154413.723000', '154413.725000', '154413.728000', '154413.731000', '154413.734000', '154413.737000', '154413.740000', '154413.743000', '154413.745000', '154413.748000', '154413.751000', '154413.754000', '154413.757000', '154413.760000', '154413.763000', '154413.766000', '154413.769000', '154413.771000', '154413.774000', '154413.777000', '154413.780000', '154413.783000', '154413.786000', '154413.788000', '154413.791000', '154413.794000', '154413.797000', '154413.800000', '154413.803000', '154413.806000', '154413.809000', '154413.811000', '154413.814000', '154413.817000', '154413.820000', '154413.823000', '154413.826000', '154413.829000', '154413.832000', '154423.084000', '154423.087000', '154423.090000', '154423.094000', '154423.097000', '154423.100000', '154423.103000', '154423.106000', '154423.109000', '154423.112000', '154423.115000', '154423.118000', '154423.121000', '154423.124000', '154423.127000', '154423.130000', '154423.133000', '154423.136000', '154423.139000', '154423.142000', '154423.145000'], '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': [5650, 8516, 6947, 5575, 6000, 8304, 8872, 5757, 7285, 7457, 7950, 5704, 8304, 8467, 6530, 6201, 5313, 10056, 7711, 7893, 5350, 8660, 8778, 8201, 5693, 8838, 7880, 7241, 6036, 9420, 6083, 5122, 6227, 7919, 6101, 5143, 4997, 5212, 5120, 5220, 4920, 6421, 5462, 5003, 5244, 7458, 6342, 5438, 10117, 8905, 7195, 7765, 10833, 7861, 7145, 11622, 8281, 6381, 10658, 7469, 6066, 10679, 7868, 5783, 9195, 6038, 4943, 9078, 7024, 4831, 6699, 5316, 5110, 7706, 6587, 5311, 7427, 5325, 4881, 8570, 6897, 5100, 8296, 5609, 5052, 9003, 6690, 5459, 8727, 6741, 5250, 9229, 6916, 5478, 8784, 6854, 4929, 8691, 6931, 5182, 8397, 7202, 5303, 10332, 7674, 5086, 8806, 6201, 5069, 8440, 6648, 5145, 8219, 7263, 5724, 10954, 7430, 6444, 8661, 6278, 10476, 7862, 6279, 8697, 5334, 7761, 5976, 5108, 9065, 5375, 5020, 6902, 6082, 5000, 8012, 5429, 5122, 7787, 6339, 5320, 8271, 5707, 5933, 8304, 5910, 8934, 7380, 5101, 9406, 7539, 5689, 10148, 7670, 4952, 9146, 7155, 4994, 10720, 7378, 5496, 8486, 6940, 6225, 7542, 9912, 7090, 5780, 8191, 5855, 6090, 9439, 6453, 5088, 7911, 6606, 4951, 8637, 6688, 5073, 7971, 8358, 5428, 7883, 7417, 5822, 8458, 8053, 6074, 10762, 8241, 6362, 7988, 6732, 5344, 6694, 7385, 5803, 5642, 9191, 6627, 5137, 8651, 7453, 5747, 9087, 7140, 5336, 8411, 6402, 5329, 7462, 5303, 5138, 5371, 5486, 5007, 6617, 5558, 5150, 6585, 5381, 5130, 6480, 7402, 6986, 5002, 10553, 8107, 6577, 7126, 9832, 7285, 7120, 11622, 7903, 5898, 10307, 7548, 5803, 10637, 7778, 6164, 9073, 6760, 5112, 9592, 7111, 5832, 8041, 6307, 4936, 8203, 6391, 5293, 5679, 6306, 5192, 7498, 6965, 5878, 7382, 6246, 4941, 7013, 7548, 6504, 5016, 7436, 5804, 5822, 8633, 6819, 7067, 6968, 5918, 7986, 6926, 6074, 6381, 6447, 5291, 6609, 8131, 6267, 4944, 7440, 5317, 5221, 8326, 6788, 5068, 8016, 6679, 5354, 8888, 7225, 5055, 8652, 7312, 6008, 8902, 6928, 5469, 7390, 5650, 7803, 6526, 5410, 8676, 6409, 6993, 7217, 5719, 7858, 4967, 4898, 5182, 5193, 6248, 5334, 5481, 5524, 5179, 4999, 6728, 6012, 5057, 7781, 6738, 5530, 8663, 6718, 5718, 10333, 7470, 5782, 6671, 7203, 5849, 6396, 8839, 8018, 6624, 6899, 8901, 8251, 7754, 11199, 7708, 6877, 10686, 8268, 7830, 9259, 9888, 8240, 8410, 10514, 6052, 5585, 5297, 5826, 5292, 5264, 8547, 6145, 5062, 5411, 5251, 5018, 7468, 6117, 5556, 8165, 6304, 5188, 8363, 7385, 6611, 5467, 8938, 7018, 6049, 8728, 6842, 5256, 5226, 8402, 6989, 5089, 5915, 5505, 5558, 5067, 6004, 6868, 5996, 5471, 6046, 8044, 6332, 6805, 6160, 8792, 7026, 6174, 7748, 6979, 5375, 5159, 8618, 6825, 5357, 4931, 7519, 5419, 5090, 7806, 6755, 5669, 6819, 8327, 7055, 8639, 7848, 5960, 7019, 7684, 5690, 5054, 6809, 5445, 5446, 5034, 6119, 6491, 6814, 5382, 7106, 9302, 8433, 7160, 9336, 8133, 7402, 6727, 8602, 8704, 7476, 7460, 9065, 7913, 6882, 9022, 7809, 6622, 9400, 7399, 5965, 8228, 6258, 5069, 8166, 6818, 5810, 7340, 6521, 5312, 5478, 7665, 6078, 5733, 7826, 6470, 5154, 7971, 6911, 5601, 9372, 7812, 5226, 7375, 7937, 6046, 8062, 8059, 5627, 6048, 8703, 5132, 5081, 5329, 5384, 5282, 5522, 6931, 5189, 5430, 8561, 7043, 5205, 8964, 7044, 5941, 8212, 8710, 5705, 5254, 6049, 7274, 5126, 5252, 6165, 5187, 5038, 5332, 8114, 5411, 5258, 7752, 6937, 5266, 5305, 9108, 6138, 5825, 8047, 5773, 5547, 5307, 5709, 8046, 6577, 7215, 10993, 8062, 7678, 10572, 8589, 7114, 5841, 9387, 8454, 6990, 6227, 11212, 8542, 8980, 8820, 7371, 10613, 8396, 6729, 10173, 6371, 5642, 9395, 6455, 9241, 6181, 5492, 9550, 5416, 5634, 9535, 5739, 5454, 5179, 5422, 6088, 5518, 5512, 5633, 4932, 5527, 5774, 6079, 6470, 5505, 7246, 5817, 5353, 5202, 6484, 5373, 5518, 7842, 5092, 5236, 6958, 5325, 5403, 7075, 5412, 5513, 5126, 8348, 5086, 5335, 8751, 6736, 6008, 5429, 10488, 8895, 7890, 10578, 8993, 7696, 8139, 7628, 5666, 6980, 10194, 7294, 5271, 8825, 5497, 5361, 10137, 7156, 5348, 8900, 5296, 5218, 10212, 6657, 5153, 8126, 5192, 5072, 9257, 5713, 5153, 8413, 5279, 5180, 8859, 5495, 5397, 5127, 6314, 5254, 5342, 8135, 8244, 6880, 5584, 9277, 9294, 9889, 12781, 8836, 9372, 10156, 11752, 7307, 6567, 6239, 7368, 5703, 5648, 7433, 7557, 5681, 7014, 9797, 5852, 6809, 5779, 5825, 9469, 6006, 11277, 5667, 5547, 5436, 5951, 5207, 5445, 5936, 5420, 5218, 6012, 5248, 5258, 5796, 6836, 5531, 5392, 8079, 5975, 5398, 5529, 5630, 10081, 5391, 5575, 5254, 5256, 5781, 8208, 5372, 5566, 5066, 5724, 5320, 5483, 5013, 5214, 5362, 7815, 5421, 5363, 5032, 5335, 5773, 5190, 5379, 5491, 5089, 7451, 5127, 5254, 5239, 5323, 5510, 6355, 7133, 5376, 5735, 9115, 6690, 5528, 6973, 10998, 11071, 13161, 12828, 11844, 12076, 10330, 7892, 7195, 7007, 6706, 5937, 5927, 8206, 8711, 6400, 12589, 11957, 8645, 11333, 9991, 5631, 8546, 5400, 5225, 5256, 5424, 10210, 5643, 10005, 5302, 5208, 5070, 5376, 5203, 5226, 5086, 5295, 7303, 5090, 5617, 9866, 6060, 5712, 10464, 6646, 12023, 8496, 5789, 11481, 6379, 6250, 5283, 5098, 5708, 5597, 5238, 5470, 5140, 5374, 5205, 5255, 5778, 6617, 11132, 7726, 7834, 12377, 9873, 6132, 6471, 11556, 7724, 5402, 6916, 11620, 6972, 5628, 12083, 9223, 6648, 11699, 8847, 5400, 11024, 5456, 7912, 10454, 5454, 9469, 8531, 5627, 6856, 8401, 5715, 5600, 9942, 5593, 5649, 6131, 5644, 5396, 8594, 5612, 5342, 8076, 5375, 5436, 8824, 5411, 5521, 5118, 5457, 5445, 5053, 6640, 5341, 5168, 8508, 5350, 5436, 8865, 5932, 5808, 9308, 7551, 5428, 5001, 5286, 5153, 5037, 5454, 5539, 5446, 5442, 6296, 8567], 'WindowCenter': [3394.0, 3413.0, 3400.0, 3368.0, 3377.0, 3398.0, 3409.0, 3367.0, 3400.0, 3398.0, 3384.0, 3363.0, 3409.0, 3397.0, 3376.0, 3350.0, 3307.0, 3362.0, 3421.0, 3398.0, 3352.0, 3382.0, 3382.0, 3381.0, 3337.0, 3379.0, 3352.0, 3371.0, 3348.0, 3378.0, 3333.0, 3324.0, 3345.0, 3366.0, 3361.0, 3340.0, 3307.0, 3332.0, 3333.0, 3333.0, 3324.0, 3367.0, 3348.0, 3351.0, 3351.0, 3395.0, 3383.0, 3362.0, 3404.0, 3392.0, 3369.0, 3379.0, 3389.0, 3367.0, 3355.0, 3387.0, 3366.0, 3343.0, 3385.0, 3353.0, 3341.0, 3373.0, 3362.0, 3332.0, 3376.0, 3344.0, 3323.0, 3375.0, 3365.0, 3323.0, 3367.0, 3346.0, 3348.0, 3380.0, 3368.0, 3348.0, 3381.0, 3347.0, 3337.0, 3391.0, 3380.0, 3348.0, 3391.0, 3360.0, 3349.0, 3392.0, 3382.0, 3361.0, 3392.0, 3371.0, 3349.0, 3402.0, 3382.0, 3362.0, 3392.0, 3371.0, 3338.0, 3392.0, 3382.0, 3350.0, 3392.0, 3382.0, 3350.0, 3402.0, 3392.0, 3351.0, 3403.0, 3371.0, 3350.0, 3393.0, 3383.0, 3352.0, 3393.0, 3382.0, 3360.0, 3403.0, 3382.0, 3370.0, 3392.0, 3369.0, 3400.0, 3380.0, 3357.0, 3379.0, 3346.0, 3378.0, 3357.0, 3337.0, 3389.0, 3348.0, 3349.0, 3381.0, 3370.0, 3350.0, 3393.0, 3361.0, 3350.0, 3393.0, 3372.0, 3361.0, 3404.0, 3372.0, 3371.0, 3392.0, 3360.0, 3392.0, 3381.0, 3349.0, 3391.0, 3382.0, 3360.0, 3404.0, 3393.0, 3340.0, 3403.0, 3385.0, 3352.0, 3415.0, 3383.0, 3362.0, 3405.0, 3382.0, 3373.0, 3393.0, 3404.0, 3382.0, 3360.0, 3391.0, 3358.0, 3359.0, 3402.0, 3371.0, 3351.0, 3392.0, 3381.0, 3350.0, 3404.0, 3396.0, 3364.0, 3396.0, 3397.0, 3353.0, 3383.0, 3383.0, 3361.0, 3393.0, 3382.0, 3360.0, 3392.0, 3381.0, 3359.0, 3368.0, 3358.0, 3337.0, 3358.0, 3371.0, 3361.0, 3361.0, 3405.0, 3372.0, 3351.0, 3393.0, 3382.0, 3362.0, 3393.0, 3381.0, 3349.0, 3378.0, 3372.0, 3336.0, 3369.0, 3349.0, 3349.0, 3349.0, 3349.0, 3351.0, 3395.0, 3364.0, 3364.0, 3386.0, 3364.0, 3353.0, 3387.0, 3397.0, 3397.0, 3365.0, 3417.0, 3396.0, 3383.0, 3384.0, 3404.0, 3370.0, 3370.0, 3402.0, 3380.0, 3348.0, 3389.0, 3368.0, 3345.0, 3390.0, 3369.0, 3347.0, 3379.0, 3357.0, 3336.0, 3389.0, 3357.0, 3346.0, 3380.0, 3358.0, 3326.0, 3379.0, 3358.0, 3348.0, 3348.0, 3359.0, 3337.0, 3370.0, 3371.0, 3360.0, 3380.0, 3358.0, 3338.0, 3369.0, 3381.0, 3370.0, 3337.0, 3380.0, 3358.0, 3347.0, 3390.0, 3369.0, 3368.0, 3369.0, 3360.0, 3379.0, 3368.0, 3358.0, 3358.0, 3357.0, 3348.0, 3369.0, 3378.0, 3369.0, 3337.0, 3380.0, 3348.0, 3338.0, 3390.0, 3369.0, 3348.0, 3392.0, 3370.0, 3349.0, 3392.0, 3381.0, 3348.0, 3391.0, 3380.0, 3358.0, 3390.0, 3369.0, 3347.0, 3368.0, 3347.0, 3378.0, 3357.0, 3346.0, 3388.0, 3356.0, 3365.0, 3366.0, 3345.0, 3378.0, 3335.0, 3334.0, 3335.0, 3336.0, 3368.0, 3361.0, 3362.0, 3362.0, 3351.0, 3363.0, 3384.0, 3386.0, 3364.0, 3395.0, 3384.0, 3362.0, 3406.0, 3383.0, 3373.0, 3431.0, 3395.0, 3374.0, 3383.0, 3394.0, 3362.0, 3372.0, 3391.0, 3381.0, 3369.0, 3369.0, 3390.0, 3379.0, 3367.0, 3390.0, 3369.0, 3357.0, 3376.0, 3352.0, 3340.0, 3349.0, 3349.0, 3349.0, 3323.0, 3351.0, 3222.0, 3264.0, 3290.0, 3302.0, 3305.0, 3306.0, 3363.0, 3329.0, 3307.0, 3318.0, 3319.0, 3321.0, 3353.0, 3331.0, 3332.0, 3365.0, 3342.0, 3321.0, 3365.0, 3354.0, 3342.0, 3321.0, 3376.0, 3353.0, 3343.0, 3375.0, 3353.0, 3322.0, 3323.0, 3365.0, 3354.0, 3322.0, 3332.0, 3334.0, 3348.0, 3339.0, 3359.0, 3358.0, 3359.0, 3350.0, 3360.0, 3381.0, 3371.0, 3372.0, 3360.0, 3391.0, 3370.0, 3360.0, 3381.0, 3370.0, 3348.0, 3336.0, 3379.0, 3369.0, 3348.0, 3338.0, 3382.0, 3362.0, 3350.0, 3382.0, 3382.0, 3361.0, 3371.0, 3393.0, 3383.0, 3392.0, 3381.0, 3372.0, 3370.0, 3368.0, 3348.0, 3349.0, 3383.0, 3350.0, 3350.0, 3352.0, 3374.0, 3373.0, 3373.0, 3354.0, 3384.0, 3405.0, 3394.0, 3372.0, 3394.0, 3383.0, 3372.0, 3359.0, 3380.0, 3380.0, 3369.0, 3368.0, 3378.0, 3367.0, 3356.0, 3365.0, 3353.0, 3344.0, 3363.0, 3341.0, 3331.0, 3351.0, 3330.0, 3309.0, 3364.0, 3343.0, 3332.0, 3354.0, 3343.0, 3333.0, 3334.0, 3367.0, 3345.0, 3346.0, 3367.0, 3357.0, 3335.0, 3379.0, 3367.0, 3345.0, 3388.0, 3366.0, 3323.0, 3365.0, 3364.0, 3344.0, 3365.0, 3364.0, 3333.0, 3358.0, 3377.0, 3323.0, 3298.0, 3340.0, 3307.0, 3305.0, 3348.0, 3365.0, 3334.0, 3334.0, 3389.0, 3369.0, 3336.0, 3389.0, 3368.0, 3357.0, 3390.0, 3389.0, 3345.0, 3333.0, 3355.0, 3366.0, 3335.0, 3336.0, 3357.0, 3335.0, 3335.0, 3347.0, 3389.0, 3346.0, 3335.0, 3391.0, 3380.0, 3348.0, 3347.0, 3400.0, 3370.0, 3358.0, 3378.0, 3345.0, 3347.0, 3348.0, 3345.0, 3377.0, 3358.0, 3369.0, 3401.0, 3379.0, 3380.0, 3399.0, 3389.0, 3367.0, 3344.0, 3387.0, 3378.0, 3366.0, 3344.0, 3385.0, 3363.0, 3374.0, 3362.0, 3352.0, 3373.0, 3360.0, 3340.0, 3371.0, 3338.0, 3316.0, 3359.0, 3339.0, 3372.0, 3327.0, 3316.0, 3369.0, 3316.0, 3328.0, 3371.0, 3328.0, 3329.0, 3319.0, 3330.0, 3342.0, 3332.0, 3331.0, 3342.0, 3321.0, 3331.0, 3343.0, 3353.0, 3354.0, 3344.0, 3376.0, 3356.0, 3345.0, 3334.0, 3366.0, 3344.0, 3344.0, 3388.0, 3346.0, 3336.0, 3378.0, 3346.0, 3346.0, 3379.0, 3347.0, 3348.0, 3346.0, 3389.0, 3335.0, 3346.0, 3389.0, 3367.0, 3357.0, 3347.0, 3415.0, 3421.0, 3395.0, 3402.0, 3390.0, 3368.0, 3379.0, 3378.0, 3345.0, 3367.0, 3388.0, 3365.0, 3334.0, 3401.0, 3346.0, 3346.0, 3399.0, 3368.0, 3344.0, 3386.0, 3333.0, 3334.0, 3386.0, 3366.0, 3334.0, 3378.0, 3335.0, 3335.0, 3388.0, 3345.0, 3335.0, 3389.0, 3335.0, 3347.0, 3402.0, 3357.0, 3344.0, 3334.0, 3395.0, 3358.0, 3346.0, 3389.0, 3388.0, 3365.0, 3331.0, 3369.0, 3361.0, 3384.0, 3392.0, 3343.0, 3356.0, 3367.0, 3380.0, 3347.0, 3336.0, 3325.0, 3347.0, 3326.0, 3327.0, 3348.0, 3347.0, 3325.0, 3334.0, 3367.0, 3326.0, 3335.0, 3314.0, 3325.0, 3368.0, 3336.0, 3379.0, 3325.0, 3314.0, 3314.0, 3337.0, 3316.0, 3329.0, 3351.0, 3329.0, 3330.0, 3351.0, 3329.0, 3330.0, 3352.0, 3363.0, 3342.0, 3342.0, 3385.0, 3353.0, 3341.0, 3341.0, 3353.0, 3395.0, 3343.0, 3342.0, 3331.0, 3332.0, 3354.0, 3386.0, 3343.0, 3343.0, 3343.0, 3355.0, 3355.0, 3356.0, 3346.0, 3346.0, 3357.0, 3386.0, 3345.0, 3355.0, 3344.0, 3357.0, 3357.0, 3345.0, 3356.0, 3356.0, 3345.0, 3388.0, 3345.0, 3357.0, 3358.0, 3370.0, 3371.0, 3381.0, 3392.0, 3360.0, 3358.0, 3400.0, 3378.0, 3344.0, 3296.0, 3399.0, 3383.0, 3406.0, 3396.0, 3394.0, 3394.0, 3369.0, 3348.0, 3336.0, 3347.0, 3337.0, 3326.0, 3338.0, 3371.0, 3356.0, 3294.0, 3307.0, 3456.0, 3402.0, 3287.0, 3387.0, 3315.0, 3357.0, 3315.0, 3303.0, 3304.0, 3315.0, 3368.0, 3326.0, 3367.0, 3314.0, 3303.0, 3304.0, 3317.0, 3306.0, 3318.0, 3331.0, 3343.0, 3376.0, 3345.0, 3355.0, 3397.0, 3355.0, 3355.0, 3397.0, 3365.0, 3395.0, 3373.0, 3340.0, 3395.0, 3351.0, 3351.0, 3341.0, 3332.0, 3354.0, 3344.0, 3346.0, 3345.0, 3334.0, 3346.0, 3361.0, 3323.0, 3309.0, 3325.0, 3413.0, 3391.0, 3379.0, 3385.0, 3402.0, 3359.0, 3357.0, 3399.0, 3377.0, 3345.0, 3365.0, 3411.0, 3368.0, 3345.0, 3397.0, 3386.0, 3365.0, 3396.0, 3373.0, 3330.0, 3395.0, 3332.0, 3373.0, 3384.0, 3330.0, 3383.0, 3372.0, 3341.0, 3351.0, 3374.0, 3343.0, 3342.0, 3396.0, 3343.0, 3342.0, 3353.0, 3354.0, 3343.0, 3386.0, 3354.0, 3344.0, 3387.0, 3345.0, 3345.0, 3398.0, 3356.0, 3357.0, 3347.0, 3358.0, 3359.0, 3361.0, 3380.0, 3358.0, 3348.0, 3412.0, 3360.0, 3370.0, 3412.0, 3369.0, 3370.0, 3412.0, 3401.0, 3357.0, 3358.0, 3359.0, 3358.0, 3359.0, 3370.0, 3371.0, 3371.0, 3371.0, 3340.0, 3419.0], 'WindowWidth': [7752.0, 7771.0, 7749.0, 7704.0, 7715.0, 7742.0, 7758.0, 7702.0, 7748.0, 7743.0, 7716.0, 7689.0, 7760.0, 7739.0, 7708.0, 7662.0, 7580.0, 7663.0, 7801.0, 7741.0, 7672.0, 7709.0, 7706.0, 7705.0, 7642.0, 7697.0, 7650.0, 7697.0, 7662.0, 7699.0, 7629.0, 7620.0, 7648.0, 7677.0, 7681.0, 7654.0, 7586.0, 7633.0, 7636.0, 7633.0, 7624.0, 7687.0, 7663.0, 7673.0, 7675.0, 7738.0, 7721.0, 7690.0, 7746.0, 7726.0, 7693.0, 7702.0, 7716.0, 7683.0, 7665.0, 7711.0, 7679.0, 7646.0, 7702.0, 7659.0, 7639.0, 7685.0, 7668.0, 7630.0, 7692.0, 7648.0, 7620.0, 7689.0, 7679.0, 7622.0, 7683.0, 7656.0, 7663.0, 7706.0, 7688.0, 7662.0, 7709.0, 7661.0, 7649.0, 7723.0, 7708.0, 7664.0, 7724.0, 7681.0, 7668.0, 7725.0, 7715.0, 7687.0, 7727.0, 7698.0, 7667.0, 7739.0, 7714.0, 7688.0, 7727.0, 7697.0, 7653.0, 7726.0, 7714.0, 7670.0, 7727.0, 7715.0, 7668.0, 7740.0, 7727.0, 7673.0, 7744.0, 7698.0, 7669.0, 7730.0, 7719.0, 7676.0, 7730.0, 7715.0, 7684.0, 7744.0, 7713.0, 7695.0, 7725.0, 7690.0, 7732.0, 7706.0, 7671.0, 7702.0, 7657.0, 7699.0, 7670.0, 7646.0, 7718.0, 7663.0, 7666.0, 7709.0, 7696.0, 7671.0, 7731.0, 7686.0, 7672.0, 7730.0, 7703.0, 7688.0, 7746.0, 7704.0, 7699.0, 7726.0, 7684.0, 7727.0, 7712.0, 7668.0, 7723.0, 7712.0, 7681.0, 7744.0, 7730.0, 7657.0, 7742.0, 7722.0, 7676.0, 7762.0, 7718.0, 7688.0, 7748.0, 7715.0, 7704.0, 7731.0, 7744.0, 7714.0, 7682.0, 7723.0, 7677.0, 7678.0, 7740.0, 7699.0, 7673.0, 7728.0, 7713.0, 7671.0, 7745.0, 7741.0, 7698.0, 7740.0, 7741.0, 7675.0, 7713.0, 7715.0, 7686.0, 7728.0, 7712.0, 7680.0, 7724.0, 7708.0, 7676.0, 7685.0, 7671.0, 7643.0, 7672.0, 7694.0, 7683.0, 7685.0, 7746.0, 7701.0, 7672.0, 7726.0, 7712.0, 7687.0, 7729.0, 7713.0, 7666.0, 7701.0, 7699.0, 7642.0, 7689.0, 7667.0, 7666.0, 7667.0, 7667.0, 7672.0, 7740.0, 7697.0, 7697.0, 7726.0, 7695.0, 7678.0, 7726.0, 7742.0, 7743.0, 7700.0, 7767.0, 7736.0, 7717.0, 7718.0, 7744.0, 7694.0, 7693.0, 7737.0, 7705.0, 7659.0, 7715.0, 7684.0, 7653.0, 7715.0, 7687.0, 7656.0, 7701.0, 7671.0, 7643.0, 7714.0, 7671.0, 7656.0, 7707.0, 7674.0, 7630.0, 7701.0, 7675.0, 7662.0, 7662.0, 7676.0, 7648.0, 7692.0, 7696.0, 7681.0, 7706.0, 7675.0, 7650.0, 7690.0, 7707.0, 7696.0, 7649.0, 7707.0, 7677.0, 7659.0, 7720.0, 7692.0, 7689.0, 7690.0, 7679.0, 7702.0, 7687.0, 7676.0, 7676.0, 7671.0, 7663.0, 7689.0, 7701.0, 7692.0, 7647.0, 7707.0, 7662.0, 7650.0, 7721.0, 7692.0, 7663.0, 7726.0, 7696.0, 7668.0, 7727.0, 7711.0, 7663.0, 7723.0, 7707.0, 7674.0, 7721.0, 7691.0, 7661.0, 7689.0, 7659.0, 7701.0, 7673.0, 7658.0, 7715.0, 7671.0, 7680.0, 7682.0, 7652.0, 7698.0, 7642.0, 7639.0, 7640.0, 7644.0, 7689.0, 7686.0, 7692.0, 7690.0, 7675.0, 7693.0, 7721.0, 7727.0, 7696.0, 7735.0, 7722.0, 7692.0, 7752.0, 7719.0, 7705.0, 7796.0, 7739.0, 7711.0, 7719.0, 7734.0, 7690.0, 7703.0, 7723.0, 7709.0, 7689.0, 7691.0, 7722.0, 7702.0, 7683.0, 7717.0, 7688.0, 7670.0, 7695.0, 7652.0, 7633.0, 7642.0, 7641.0, 7644.0, 7593.0, 7664.0, 7418.0, 7501.0, 7549.0, 7568.0, 7578.0, 7582.0, 7669.0, 7621.0, 7587.0, 7604.0, 7608.0, 7614.0, 7657.0, 7625.0, 7627.0, 7675.0, 7641.0, 7612.0, 7675.0, 7661.0, 7643.0, 7612.0, 7691.0, 7659.0, 7646.0, 7689.0, 7659.0, 7616.0, 7620.0, 7677.0, 7659.0, 7617.0, 7630.0, 7635.0, 7661.0, 7653.0, 7677.0, 7674.0, 7677.0, 7667.0, 7679.0, 7710.0, 7697.0, 7699.0, 7681.0, 7722.0, 7692.0, 7681.0, 7709.0, 7692.0, 7660.0, 7641.0, 7703.0, 7689.0, 7663.0, 7652.0, 7714.0, 7687.0, 7670.0, 7712.0, 7713.0, 7686.0, 7698.0, 7728.0, 7714.0, 7723.0, 7709.0, 7701.0, 7694.0, 7688.0, 7663.0, 7668.0, 7718.0, 7672.0, 7671.0, 7676.0, 7709.0, 7705.0, 7700.0, 7679.0, 7719.0, 7748.0, 7730.0, 7698.0, 7730.0, 7715.0, 7698.0, 7676.0, 7703.0, 7704.0, 7688.0, 7683.0, 7697.0, 7680.0, 7663.0, 7673.0, 7655.0, 7645.0, 7667.0, 7636.0, 7623.0, 7649.0, 7621.0, 7594.0, 7671.0, 7646.0, 7629.0, 7659.0, 7643.0, 7631.0, 7635.0, 7683.0, 7653.0, 7653.0, 7683.0, 7671.0, 7641.0, 7701.0, 7682.0, 7650.0, 7713.0, 7680.0, 7619.0, 7675.0, 7674.0, 7649.0, 7676.0, 7674.0, 7631.0, 7673.0, 7697.0, 7619.0, 7574.0, 7653.0, 7582.0, 7579.0, 7661.0, 7679.0, 7638.0, 7636.0, 7716.0, 7693.0, 7645.0, 7717.0, 7687.0, 7672.0, 7721.0, 7718.0, 7653.0, 7635.0, 7666.0, 7684.0, 7643.0, 7644.0, 7673.0, 7642.0, 7644.0, 7660.0, 7718.0, 7660.0, 7644.0, 7725.0, 7709.0, 7665.0, 7663.0, 7738.0, 7698.0, 7680.0, 7702.0, 7653.0, 7662.0, 7662.0, 7653.0, 7696.0, 7673.0, 7687.0, 7734.0, 7704.0, 7703.0, 7728.0, 7715.0, 7683.0, 7650.0, 7709.0, 7698.0, 7680.0, 7647.0, 7699.0, 7667.0, 7683.0, 7666.0, 7652.0, 7683.0, 7661.0, 7633.0, 7676.0, 7628.0, 7597.0, 7655.0, 7631.0, 7681.0, 7615.0, 7600.0, 7672.0, 7598.0, 7615.0, 7678.0, 7619.0, 7622.0, 7610.0, 7625.0, 7645.0, 7630.0, 7630.0, 7646.0, 7616.0, 7630.0, 7649.0, 7662.0, 7663.0, 7650.0, 7695.0, 7672.0, 7656.0, 7639.0, 7684.0, 7653.0, 7653.0, 7715.0, 7660.0, 7646.0, 7704.0, 7660.0, 7659.0, 7705.0, 7662.0, 7663.0, 7660.0, 7719.0, 7643.0, 7660.0, 7719.0, 7687.0, 7675.0, 7663.0, 7763.0, 7790.0, 7736.0, 7739.0, 7718.0, 7685.0, 7703.0, 7699.0, 7653.0, 7684.0, 7711.0, 7679.0, 7639.0, 7737.0, 7657.0, 7656.0, 7730.0, 7687.0, 7651.0, 7708.0, 7636.0, 7637.0, 7708.0, 7681.0, 7638.0, 7701.0, 7641.0, 7640.0, 7712.0, 7652.0, 7641.0, 7718.0, 7643.0, 7663.0, 7743.0, 7678.0, 7653.0, 7642.0, 7744.0, 7685.0, 7660.0, 7721.0, 7718.0, 7682.0, 7633.0, 7674.0, 7668.0, 7702.0, 7709.0, 7627.0, 7650.0, 7670.0, 7689.0, 7638.0, 7621.0, 7610.0, 7642.0, 7612.0, 7617.0, 7645.0, 7639.0, 7612.0, 7618.0, 7666.0, 7613.0, 7623.0, 7594.0, 7608.0, 7668.0, 7626.0, 7687.0, 7610.0, 7595.0, 7596.0, 7630.0, 7602.0, 7626.0, 7659.0, 7626.0, 7629.0, 7659.0, 7627.0, 7630.0, 7661.0, 7676.0, 7650.0, 7649.0, 7708.0, 7665.0, 7647.0, 7647.0, 7664.0, 7722.0, 7651.0, 7649.0, 7631.0, 7636.0, 7668.0, 7711.0, 7651.0, 7654.0, 7654.0, 7673.0, 7675.0, 7678.0, 7664.0, 7663.0, 7677.0, 7714.0, 7658.0, 7672.0, 7656.0, 7678.0, 7676.0, 7661.0, 7675.0, 7674.0, 7657.0, 7720.0, 7661.0, 7680.0, 7687.0, 7705.0, 7704.0, 7718.0, 7731.0, 7686.0, 7680.0, 7737.0, 7705.0, 7656.0, 7549.0, 7737.0, 7700.0, 7736.0, 7723.0, 7716.0, 7713.0, 7672.0, 7641.0, 7622.0, 7639.0, 7625.0, 7613.0, 7633.0, 7680.0, 7651.0, 7558.0, 7585.0, 7861.0, 7751.0, 7515.0, 7712.0, 7594.0, 7651.0, 7593.0, 7575.0, 7577.0, 7593.0, 7667.0, 7611.0, 7662.0, 7590.0, 7576.0, 7578.0, 7600.0, 7585.0, 7605.0, 7631.0, 7651.0, 7697.0, 7656.0, 7670.0, 7728.0, 7668.0, 7670.0, 7728.0, 7682.0, 7720.0, 7689.0, 7641.0, 7719.0, 7657.0, 7656.0, 7644.0, 7637.0, 7668.0, 7656.0, 7660.0, 7659.0, 7643.0, 7661.0, 7692.0, 7622.0, 7593.0, 7607.0, 7758.0, 7725.0, 7706.0, 7700.0, 7744.0, 7680.0, 7671.0, 7729.0, 7700.0, 7654.0, 7679.0, 7752.0, 7690.0, 7655.0, 7722.0, 7706.0, 7680.0, 7721.0, 7686.0, 7627.0, 7718.0, 7633.0, 7687.0, 7702.0, 7628.0, 7699.0, 7684.0, 7641.0, 7656.0, 7690.0, 7649.0, 7647.0, 7722.0, 7648.0, 7648.0, 7664.0, 7665.0, 7650.0, 7709.0, 7666.0, 7653.0, 7713.0, 7657.0, 7659.0, 7731.0, 7674.0, 7678.0, 7665.0, 7680.0, 7683.0, 7688.0, 7713.0, 7681.0, 7667.0, 7758.0, 7687.0, 7702.0, 7758.0, 7698.0, 7699.0, 7756.0, 7742.0, 7679.0, 7682.0, 7688.0, 7684.0, 7688.0, 7703.0, 7707.0, 7708.0, 7708.0, 7640.0, 7783.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.01396006880733945</td></tr>
<tr><td colspan=3>aqi</td><td>0.15920180642201837</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.0453544730655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9618726864179107</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9616855900574058</td></tr>
<tr><td colspan=3>efc</td><td>0.4137</td></tr>
<tr><td colspan=3>fber</td><td>8596.625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4432731581329639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>385</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>44.15137614678899</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.228526837560221</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.0340595640260193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4649061901174716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1866147585371727</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113202</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004845174495130777</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036224961280822754</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.266568372567594</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>32.9624</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>20.7853</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>92.0078</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>30.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>316744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>195.9431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>435.5986</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2619.7987</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>59800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>648.9939</td></tr>
<tr><td colspan=3>tsnr</td><td>15.514868755883072</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>