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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-01/func/sub-0034_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>8e10418306cee3c46ef16cee4a782498</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:22.732500</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.999791, -0.0158181, 0.0129343, 0.0144843, 0.995139, 0.0974143]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100797</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>[4122, -7775, -7193, 573, -150, -110, 173, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c21d849a-d052-4698-82da-0c109dae8ca3||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.6823668479919434, 0.038860224187374115, 0.03891324624419212, 111.6177749633789], [0.042438872158527374, 2.669883966445923, 0.2624577581882477, -107.19647216796875], [0.03470173478126526, -0.26135534048080444, 2.686931610107422, -39.284481048583984], [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': ['153722.732500', '153723.192500', '153723.652500', '153724.112500', '153724.572500', '153725.032500', '153725.492500', '153725.952500', '153726.412500', '153726.872500', '153727.332500', '153727.792500', '153728.252500', '153728.712500', '153729.172500', '153729.632500', '153730.092500', '153730.552500', '153731.012500', '153731.472500', '153731.932500', '153732.392500', '153732.852500', '153733.312500', '153733.772500', '153734.232500', '153734.692500', '153735.152500', '153735.612500', '153736.072500', '153736.532500', '153736.992500', '153737.452500', '153737.912500', '153738.372500', '153738.832500', '153739.292500', '153739.752500', '153740.212500', '153740.672500', '153741.132500', '153741.592500', '153742.052500', '153742.512500', '153742.972500', '153743.432500', '153743.892500', '153744.352500', '153744.812500', '153745.272500', '153745.732500', '153746.192500', '153746.652500', '153747.112500', '153747.572500', '153748.032500', '153748.492500', '153748.952500', '153749.412500', '153749.872500', '153750.332500', '153750.792500', '153751.252500', '153751.712500', '153752.172500', '153752.632500', '153753.092500', '153753.552500', '153754.012500', '153754.472500', '153754.932500', '153755.392500', '153755.852500', '153756.312500', '153756.772500', '153757.232500', '153757.692500', '153758.152500', '153758.612500', '153759.072500', '153759.532500', '153759.992500', '153800.452500', '153800.912500', '153801.372500', '153801.832500', '153802.292500', '153802.752500', '153803.212500', '153803.672500', '153804.132500', '153804.592500', '153805.052500', '153805.512500', '153805.972500', '153806.432500', '153806.892500', '153807.352500', '153807.812500', '153808.272500', '153808.732500', '153809.192500', '153809.652500', '153810.112500', '153810.572500', '153811.032500', '153811.492500', '153811.952500', '153812.412500', '153812.872500', '153813.332500', '153813.792500', '153814.252500', '153814.712500', '153815.172500', '153815.632500', '153816.092500', '153816.552500', '153817.012500', '153817.472500', '153817.932500', '153818.392500', '153818.852500', '153819.312500', '153819.772500', '153820.232500', '153820.692500', '153821.152500', '153821.612500', '153822.072500', '153822.532500', '153822.992500', '153823.452500', '153823.912500', '153824.372500', '153824.832500', '153825.292500', '153825.752500', '153826.212500', '153826.672500', '153827.132500', '153827.592500', '153828.052500', '153828.512500', '153828.972500', '153829.432500', '153829.892500', '153830.352500', '153830.812500', '153831.272500', '153831.732500', '153832.192500', '153832.652500', '153833.112500', '153833.572500', '153834.032500', '153834.492500', '153834.952500', '153835.412500', '153835.872500', '153836.332500', '153836.792500', '153837.252500', '153837.712500', '153838.172500', '153838.632500', '153839.092500', '153839.552500', '153840.012500', '153840.472500', '153840.932500', '153841.392500', '153841.852500', '153842.312500', '153842.772500', '153843.232500', '153843.692500', '153844.152500', '153844.612500', '153845.072500', '153845.532500', '153845.992500', '153846.452500', '153846.912500', '153847.372500', '153847.832500', '153848.292500', '153848.752500', '153849.212500', '153849.672500', '153850.132500', '153850.592500', '153851.052500', '153851.512500', '153851.972500', '153852.432500', '153852.892500', '153853.352500', '153853.812500', '153854.272500', '153854.732500', '153855.192500', '153855.652500', '153856.112500', '153856.572500', '153857.032500', '153857.492500', '153857.952500', '153858.412500', '153858.872500', '153859.332500', '153859.792500', '153900.252500', '153900.712500', '153901.172500', '153901.632500', '153902.092500', '153902.552500', '153903.012500', '153903.472500', '153903.932500', '153904.392500', '153904.852500', '153905.312500', '153905.772500', '153906.232500', '153906.692500', '153907.152500', '153907.612500', '153908.072500', '153908.532500', '153908.992500', '153909.452500', '153909.912500', '153910.372500', '153910.832500', '153911.292500', '153911.752500', '153912.212500', '153912.672500', '153913.132500', '153913.592500', '153914.052500', '153914.512500', '153914.972500', '153915.432500', '153915.892500', '153916.352500', '153916.812500', '153917.272500', '153917.732500', '153918.192500', '153918.652500', '153919.112500', '153919.572500', '153920.032500', '153920.492500', '153920.952500', '153921.412500', '153921.872500', '153922.332500', '153922.792500', '153923.252500', '153923.712500', '153924.172500', '153924.632500', '153925.092500', '153925.552500', '153926.012500', '153926.472500', '153926.932500', '153927.392500', '153927.852500', '153928.312500', '153928.772500', '153929.232500', '153929.692500', '153930.152500', '153930.612500', '153931.072500', '153931.532500', '153931.992500', '153932.452500', '153932.912500', '153933.372500', '153933.832500', '153934.292500', '153934.752500', '153935.212500', '153935.672500', '153936.132500', '153936.592500', '153937.052500', '153937.512500', '153937.972500', '153938.432500', '153938.892500', '153939.352500', '153939.812500', '153940.272500', '153940.732500', '153941.192500', '153941.652500', '153942.112500', '153942.572500', '153943.032500', '153943.492500', '153943.952500', '153944.412500', '153944.872500', '153945.332500', '153945.792500', '153946.252500', '153946.712500', '153947.172500', '153947.632500', '153948.092500', '153948.552500', '153949.012500', '153949.472500', '153949.932500', '153950.392500', '153950.852500', '153951.312500', '153951.772500', '153952.232500', '153952.692500', '153953.152500', '153953.612500', '153954.072500', '153954.532500', '153954.992500', '153955.452500', '153955.912500', '153956.372500', '153956.832500', '153957.292500', '153957.752500', '153958.212500', '153958.672500', '153959.132500', '153959.592500', '154000.052500', '154000.512500', '154000.972500', '154001.432500', '154001.892500', '154002.352500', '154002.812500', '154003.272500', '154003.732500', '154004.192500', '154004.652500', '154005.112500', '154005.572500', '154006.032500', '154006.492500', '154006.952500', '154007.412500', '154007.872500', '154008.332500', '154008.792500', '154009.252500', '154009.712500', '154010.172500', '154010.632500', '154011.092500', '154011.552500', '154012.012500', '154012.472500', '154012.932500', '154013.392500', '154013.852500', '154014.312500', '154014.772500', '154015.232500', '154015.692500', '154016.152500', '154016.612500', '154017.072500', '154017.532500', '154017.992500', '154018.452500', '154018.912500', '154019.372500', '154019.832500', '154020.292500', '154020.752500', '154021.212500', '154021.672500', '154022.132500', '154022.592500', '154023.052500', '154023.512500', '154023.972500', '154024.432500', '154024.892500', '154025.352500', '154025.812500', '154026.272500', '154026.732500', '154027.192500', '154027.652500', '154028.112500', '154028.572500', '154029.032500', '154029.492500', '154029.952500', '154030.412500', '154030.872500', '154031.332500', '154031.792500', '154032.252500', '154032.712500', '154033.172500', '154033.632500', '154034.092500', '154034.552500', '154035.012500', '154035.472500', '154035.932500', '154036.392500', '154036.852500', '154037.312500', '154037.772500', '154038.232500', '154038.692500', '154039.152500', '154039.612500', '154040.072500', '154040.532500', '154040.992500', '154041.452500', '154041.912500', '154042.372500', '154042.832500', '154043.292500', '154043.752500', '154044.212500', '154044.672500', '154045.132500', '154045.592500', '154046.052500', '154046.512500', '154046.972500', '154047.432500', '154047.892500', '154048.352500', '154048.812500', '154049.272500', '154049.732500', '154050.192500', '154050.652500', '154051.112500', '154051.572500', '154052.032500', '154052.492500', '154052.952500', '154053.412500', '154053.872500', '154054.332500', '154054.792500', '154055.252500', '154055.712500', '154056.172500', '154056.632500', '154057.092500', '154057.552500', '154058.012500', '154058.472500', '154058.932500', '154059.392500', '154059.852500', '154100.312500', '154100.772500', '154101.232500', '154101.692500', '154102.152500', '154102.612500', '154103.072500', '154103.532500', '154103.992500', '154104.452500', '154104.912500', '154105.372500', '154105.832500', '154106.292500', '154106.752500', '154107.212500', '154107.672500', '154108.132500', '154108.592500', '154109.052500', '154109.512500', '154109.972500', '154110.432500', '154110.892500', '154111.352500', '154111.812500', '154112.272500', '154112.732500', '154113.192500', '154113.652500', '154114.112500', '154114.572500', '154115.032500', '154115.492500', '154115.952500', '154116.412500', '154116.872500', '154117.332500', '154117.792500', '154118.252500', '154118.712500', '154119.172500', '154119.632500', '154120.092500', '154120.552500', '154121.012500', '154121.472500', '154121.932500', '154122.392500', '154122.852500', '154123.312500', '154123.772500', '154124.232500', '154124.692500', '154125.152500', '154125.612500', '154126.072500', '154126.532500', '154126.992500', '154127.452500', '154127.912500', '154128.372500', '154128.832500', '154129.292500', '154129.752500', '154130.212500', '154130.672500', '154131.132500', '154131.592500', '154132.052500', '154132.512500', '154132.972500', '154133.432500', '154133.892500', '154134.352500', '154134.812500', '154135.272500', '154135.732500', '154136.192500', '154136.652500', '154137.112500', '154137.572500', '154138.032500', '154138.492500', '154138.952500', '154139.412500', '154139.872500', '154140.332500', '154140.792500', '154141.252500', '154141.712500', '154142.172500', '154142.632500', '154143.092500', '154143.552500', '154144.012500', '154144.472500', '154144.932500', '154145.392500', '154145.852500', '154146.312500', '154146.772500', '154147.232500', '154147.692500', '154148.152500', '154148.612500', '154149.072500', '154149.532500', '154149.992500', '154150.452500', '154150.912500', '154151.372500', '154151.832500', '154152.292500', '154152.752500', '154153.212500', '154153.672500', '154154.132500', '154154.592500', '154155.052500', '154155.512500', '154155.972500', '154156.432500', '154156.892500', '154157.352500', '154157.812500', '154158.272500', '154158.732500', '154159.192500', '154159.652500', '154200.112500', '154200.572500', '154201.032500', '154201.492500', '154201.952500', '154202.412500', '154202.872500', '154203.332500', '154203.792500', '154204.252500', '154204.712500', '154205.172500', '154205.632500', '154206.092500', '154206.552500', '154207.012500', '154207.472500', '154207.932500', '154208.392500', '154208.852500', '154209.312500', '154209.772500', '154210.232500', '154210.692500', '154211.152500', '154211.612500', '154212.072500', '154212.532500', '154212.992500', '154213.452500', '154213.912500', '154214.372500', '154214.832500', '154215.292500', '154215.752500', '154216.212500', '154216.672500', '154217.132500', '154217.592500', '154218.052500', '154218.512500', '154218.972500', '154219.432500', '154219.892500', '154220.352500', '154220.812500', '154221.272500', '154221.732500', '154222.192500', '154222.652500', '154223.112500', '154223.572500', '154224.032500', '154224.492500', '154224.952500', '154225.412500', '154225.872500', '154226.332500', '154226.792500', '154227.252500', '154227.712500', '154228.172500', '154228.632500', '154229.092500', '154229.552500', '154230.012500', '154230.472500', '154230.932500', '154231.392500', '154231.852500', '154232.312500', '154232.772500', '154233.232500', '154233.692500', '154234.152500', '154234.612500', '154235.072500', '154235.532500', '154235.992500', '154236.452500', '154236.912500', '154237.372500', '154237.832500', '154238.292500', '154238.752500', '154239.212500', '154239.672500', '154240.132500', '154240.592500', '154241.052500', '154241.512500', '154241.972500', '154242.432500', '154242.892500', '154243.352500', '154243.812500', '154244.272500', '154244.732500', '154245.192500', '154245.652500', '154246.112500', '154246.572500', '154247.032500', '154247.492500', '154247.952500', '154248.412500', '154248.872500', '154249.332500', '154249.792500', '154250.252500', '154250.712500', '154251.172500', '154251.632500', '154252.092500', '154252.552500', '154253.012500', '154253.472500', '154253.932500', '154254.392500', '154254.852500', '154255.312500', '154255.772500', '154256.232500', '154256.692500', '154257.152500', '154257.612500', '154258.072500', '154258.532500', '154258.992500', '154259.452500', '154259.912500', '154300.372500', '154300.832500', '154301.292500', '154301.752500', '154302.212500', '154302.672500', '154303.132500', '154303.592500', '154304.052500', '154304.512500', '154304.972500', '154305.432500', '154305.892500', '154306.352500', '154306.812500', '154307.272500', '154307.732500', '154308.192500', '154308.652500', '154309.112500', '154309.572500', '154310.032500', '154310.492500', '154310.952500', '154311.412500', '154311.872500', '154312.332500', '154312.792500', '154313.252500', '154313.712500', '154314.172500', '154314.632500', '154315.092500', '154315.552500', '154316.012500', '154316.472500', '154316.932500', '154317.392500', '154317.852500', '154318.312500', '154318.772500', '154319.232500', '154319.692500', '154320.152500', '154320.612500', '154321.072500', '154321.532500', '154321.992500', '154322.452500', '154322.912500', '154323.372500', '154323.832500', '154324.292500', '154324.752500', '154325.212500', '154325.672500', '154326.132500', '154326.592500', '154327.052500', '154327.512500', '154327.972500', '154328.432500', '154328.892500', '154329.352500', '154329.812500', '154330.272500', '154330.732500', '154331.192500', '154331.652500', '154332.112500', '154332.572500', '154333.032500', '154333.492500', '154333.952500', '154334.412500', '154334.872500', '154335.332500', '154335.792500', '154336.252500', '154336.712500', '154337.172500', '154337.632500', '154338.092500', '154338.552500', '154339.012500', '154339.472500', '154339.932500', '154340.392500', '154340.852500', '154341.312500', '154341.772500', '154342.232500', '154342.692500', '154343.152500', '154343.612500', '154344.072500', '154344.532500', '154344.992500', '154345.452500', '154345.912500', '154346.372500', '154346.832500', '154347.292500', '154347.752500', '154348.212500', '154348.672500', '154349.132500', '154349.592500', '154350.052500', '154350.512500', '154350.972500', '154351.432500', '154351.892500', '154352.352500', '154352.812500', '154353.272500', '154353.732500', '154354.192500', '154354.652500', '154355.112500', '154355.572500', '154356.032500', '154356.492500', '154356.952500', '154357.412500', '154357.872500', '154358.332500', '154358.792500', '154359.252500', '154359.712500', '154400.172500', '154400.632500', '154401.092500', '154401.552500', '154402.012500', '154402.472500', '154402.932500', '154403.392500'], 'ContentTime': ['153737.607000', '153737.611000', '153737.613000', '153737.616000', '153737.619000', '153737.622000', '153737.625000', '153737.627000', '153737.646000', '153737.649000', '153737.652000', '153737.654000', '153737.657000', '153737.660000', '153737.663000', '153737.666000', '153737.669000', '153737.671000', '153737.674000', '153737.677000', '153737.680000', '153737.683000', '153737.685000', '153737.695000', '153737.698000', '153737.701000', '153737.704000', '153737.706000', '153737.709000', '153737.712000', '153757.567000', '153757.570000', '153757.572000', '153757.575000', '153757.578000', '153757.581000', '153757.584000', '153757.586000', '153757.589000', '153757.592000', '153757.595000', '153757.598000', '153757.600000', '153757.603000', '153757.606000', '153757.609000', '153757.618000', '153757.626000', '153757.629000', '153757.631000', '153757.634000', '153757.637000', '153757.640000', '153757.643000', '153757.645000', '153757.648000', '153757.651000', '153757.654000', '153757.657000', '153757.660000', '153757.662000', '153757.665000', '153757.668000', '153757.671000', '153757.673000', '153757.676000', '153757.679000', '153757.682000', '153757.684000', '153757.687000', '153757.690000', '153757.693000', '153757.696000', '153757.698000', '153817.567000', '153817.570000', '153817.573000', '153817.575000', '153817.578000', '153817.581000', '153817.589000', '153817.592000', '153817.595000', '153817.598000', '153817.601000', '153817.603000', '153817.606000', '153817.609000', '153817.612000', '153817.614000', '153817.617000', '153817.620000', '153817.623000', '153817.625000', '153817.628000', '153817.631000', '153817.634000', '153817.637000', '153817.639000', '153817.642000', '153817.645000', '153817.648000', '153817.650000', '153817.653000', '153817.656000', '153817.659000', '153817.662000', '153817.664000', '153817.667000', '153817.670000', '153817.673000', '153817.676000', '153817.679000', '153817.681000', '153817.684000', '153817.687000', '153817.690000', '153837.567000', '153837.570000', '153837.573000', '153837.575000', '153837.578000', '153837.581000', '153837.584000', '153837.586000', '153837.589000', '153837.592000', '153837.595000', '153837.598000', '153837.608000', '153837.611000', '153837.613000', '153837.616000', '153837.619000', '153837.622000', '153837.625000', '153837.627000', '153837.630000', '153837.633000', '153837.636000', '153837.639000', '153837.642000', '153837.644000', '153837.647000', '153837.650000', '153837.653000', '153837.656000', '153837.658000', '153837.661000', '153837.664000', '153837.667000', '153837.670000', '153837.672000', '153837.675000', '153837.678000', '153837.694000', '153837.697000', '153837.705000', '153837.708000', '153837.711000', '153837.714000', '153857.567000', '153857.570000', '153857.573000', '153857.575000', '153857.578000', '153857.581000', '153857.584000', '153857.587000', '153857.590000', '153857.592000', '153857.602000', '153857.605000', '153857.607000', '153857.610000', '153857.613000', '153857.616000', '153857.619000', '153857.622000', '153857.624000', '153857.627000', '153857.630000', '153857.633000', '153857.636000', '153857.639000', '153857.641000', '153857.644000', '153857.647000', '153857.650000', '153857.653000', '153857.655000', '153857.658000', '153857.661000', '153857.664000', '153857.667000', '153857.670000', '153857.673000', '153857.675000', '153857.678000', '153857.681000', '153857.684000', '153857.687000', '153857.690000', '153857.692000', '153917.567000', '153917.570000', '153917.573000', '153917.576000', '153917.579000', '153917.581000', '153917.584000', '153917.587000', '153917.590000', '153917.593000', '153917.595000', '153917.598000', '153917.601000', '153917.604000', '153917.607000', '153917.610000', '153917.612000', '153917.615000', '153917.618000', '153917.621000', '153917.624000', '153917.626000', '153917.629000', '153917.632000', '153917.635000', '153917.638000', '153917.640000', '153917.643000', '153917.646000', '153917.649000', '153917.651000', '153917.654000', '153917.657000', '153917.660000', '153917.663000', '153917.665000', '153917.668000', '153917.671000', '153917.674000', '153917.677000', '153917.680000', '153917.682000', '153917.685000', '153937.567000', '153937.570000', '153937.573000', '153937.575000', '153937.578000', '153937.581000', '153937.584000', '153937.587000', '153937.590000', '153937.592000', '153937.595000', '153937.598000', '153937.601000', '153937.604000', '153937.606000', '153937.609000', '153937.612000', '153937.615000', '153937.618000', '153937.620000', '153937.623000', '153937.626000', '153937.629000', '153937.632000', '153937.634000', '153937.637000', '153937.640000', '153937.643000', '153937.646000', '153937.648000', '153937.651000', '153937.654000', '153937.657000', '153937.660000', '153937.662000', '153937.665000', '153937.668000', '153937.671000', '153937.674000', '153937.677000', '153937.679000', '153937.682000', '153937.685000', '153937.688000', '153957.567000', '153957.570000', '153957.573000', '153957.576000', '153957.578000', '153957.582000', '153957.584000', '153957.588000', '153957.593000', '153957.597000', '153957.599000', '153957.602000', '153957.605000', '153957.608000', '153957.611000', '153957.613000', '153957.616000', '153957.619000', '153957.622000', '153957.625000', '153957.627000', '153957.630000', '153957.633000', '153957.636000', '153957.639000', '153957.641000', '153957.644000', '153957.647000', '153957.650000', '153957.653000', '153957.655000', '153957.658000', '153957.661000', '153957.664000', '153957.667000', '153957.669000', '153957.672000', '153957.675000', '153957.678000', '153957.681000', '153957.683000', '153957.686000', '153957.689000', '154017.567000', '154017.570000', '154017.573000', '154017.575000', '154017.578000', '154017.581000', '154017.584000', '154017.587000', '154017.589000', '154017.592000', '154017.595000', '154017.598000', '154017.601000', '154017.603000', '154017.606000', '154017.609000', '154017.612000', '154017.615000', '154017.617000', '154017.637000', '154017.639000', '154017.642000', '154017.645000', '154017.648000', '154017.651000', '154017.653000', '154017.656000', '154017.659000', '154017.662000', '154017.665000', '154017.668000', '154017.670000', '154017.673000', '154017.676000', '154017.679000', '154017.682000', '154017.684000', '154017.687000', '154017.690000', '154017.693000', '154017.696000', '154017.698000', '154017.701000', '154017.704000', '154037.567000', '154037.570000', '154037.573000', '154037.576000', '154037.579000', '154037.581000', '154037.584000', '154037.587000', '154037.590000', '154037.593000', '154037.595000', '154037.598000', '154037.601000', '154037.604000', '154037.607000', '154037.609000', '154037.612000', '154037.615000', '154037.618000', '154037.623000', '154037.626000', '154037.629000', '154037.631000', '154037.634000', '154037.637000', '154037.640000', '154037.643000', '154037.645000', '154037.648000', '154037.651000', '154037.654000', '154037.656000', '154037.659000', '154037.662000', '154037.665000', '154037.668000', '154037.671000', '154037.673000', '154037.676000', '154037.679000', '154037.682000', '154037.685000', '154037.687000', '154057.567000', '154057.570000', '154057.573000', '154057.576000', '154057.578000', '154057.581000', '154057.584000', '154057.587000', '154057.590000', '154057.592000', '154057.595000', '154057.598000', '154057.601000', '154057.604000', '154057.606000', '154057.609000', '154057.612000', '154057.615000', '154057.618000', '154057.620000', '154057.623000', '154057.626000', '154057.629000', '154057.632000', '154057.634000', '154057.637000', '154057.640000', '154057.643000', '154057.646000', '154057.648000', '154057.651000', '154057.654000', '154057.657000', '154057.660000', '154057.662000', '154057.665000', '154057.668000', '154057.671000', '154057.674000', '154057.676000', '154057.679000', '154057.682000', '154057.685000', '154057.688000', '154117.568000', '154117.571000', '154117.574000', '154117.577000', '154117.580000', '154117.582000', '154117.585000', '154117.588000', '154117.591000', '154117.594000', '154117.596000', '154117.599000', '154117.602000', '154117.605000', '154117.608000', '154117.610000', '154117.613000', '154117.616000', '154117.619000', '154117.622000', '154117.625000', '154117.628000', '154117.631000', '154117.634000', '154117.637000', '154117.640000', '154117.643000', '154117.646000', '154117.649000', '154117.651000', '154117.654000', '154117.657000', '154117.660000', '154117.663000', '154117.666000', '154117.668000', '154117.671000', '154117.674000', '154117.677000', '154117.680000', '154117.682000', '154117.685000', '154117.688000', '154137.567000', '154137.570000', '154137.573000', '154137.576000', '154137.578000', '154137.581000', '154137.584000', '154137.587000', '154137.590000', '154137.592000', '154137.595000', '154137.598000', '154137.601000', '154137.604000', '154137.607000', '154137.609000', '154137.612000', '154137.615000', '154137.618000', '154137.621000', '154137.623000', '154137.626000', '154137.629000', '154137.632000', '154137.635000', '154137.637000', '154137.640000', '154137.643000', '154137.646000', '154137.649000', '154137.651000', '154137.654000', '154137.657000', '154137.660000', '154137.663000', '154137.665000', '154137.668000', '154137.671000', '154137.674000', '154137.677000', '154137.679000', '154137.682000', '154137.685000', '154137.688000', '154157.576000', '154157.579000', '154157.582000', '154157.585000', '154157.587000', '154157.590000', '154157.593000', '154157.596000', '154157.599000', '154157.601000', '154157.604000', '154157.607000', '154157.610000', '154157.612000', '154157.615000', '154157.618000', '154157.621000', '154157.624000', '154157.627000', '154157.629000', '154157.632000', '154157.635000', '154157.638000', '154157.641000', '154157.643000', '154157.646000', '154157.649000', '154157.653000', '154157.656000', '154157.659000', '154157.662000', '154157.665000', '154157.668000', '154157.670000', '154157.673000', '154157.676000', '154157.679000', '154157.682000', '154157.684000', '154157.687000', '154157.690000', '154157.693000', '154157.696000', '154217.567000', '154217.570000', '154217.573000', '154217.576000', '154217.578000', '154217.581000', '154217.584000', '154217.587000', '154217.590000', '154217.593000', '154217.596000', '154217.599000', '154217.602000', '154217.604000', '154217.607000', '154217.610000', '154217.613000', '154217.616000', '154217.618000', '154217.621000', '154217.624000', '154217.627000', '154217.630000', '154217.632000', '154217.635000', '154217.638000', '154217.641000', '154217.644000', '154217.647000', '154217.650000', '154217.652000', '154217.655000', '154217.658000', '154217.661000', '154217.664000', '154217.666000', '154217.669000', '154217.672000', '154217.675000', '154217.678000', '154217.680000', '154217.683000', '154217.686000', '154217.689000', '154237.567000', '154237.570000', '154237.573000', '154237.576000', '154237.578000', '154237.581000', '154237.584000', '154237.587000', '154237.590000', '154237.592000', '154237.595000', '154237.598000', '154237.601000', '154237.605000', '154237.608000', '154237.611000', '154237.614000', '154237.617000', '154237.620000', '154237.622000', '154237.625000', '154237.628000', '154237.631000', '154237.634000', '154237.636000', '154237.639000', '154237.642000', '154237.645000', '154237.648000', '154237.651000', '154237.653000', '154237.657000', '154237.665000', '154237.668000', '154237.671000', '154237.674000', '154237.677000', '154237.680000', '154237.683000', '154237.685000', '154237.688000', '154237.691000', '154237.694000', '154257.567000', '154257.570000', '154257.573000', '154257.576000', '154257.579000', '154257.581000', '154257.584000', '154257.587000', '154257.590000', '154257.593000', '154257.596000', '154257.598000', '154257.601000', '154257.604000', '154257.607000', '154257.610000', '154257.613000', '154257.616000', '154257.618000', '154257.621000', '154257.624000', '154257.627000', '154257.630000', '154257.633000', '154257.636000', '154257.638000', '154257.641000', '154257.644000', '154257.647000', '154257.650000', '154257.653000', '154257.655000', '154257.658000', '154257.661000', '154257.664000', '154257.667000', '154257.670000', '154257.672000', '154257.675000', '154257.678000', '154257.681000', '154257.684000', '154257.686000', '154257.689000', '154317.567000', '154317.570000', '154317.573000', '154317.576000', '154317.578000', '154317.581000', '154317.584000', '154317.587000', '154317.590000', '154317.592000', '154317.595000', '154317.598000', '154317.601000', '154317.604000', '154317.607000', '154317.609000', '154317.612000', '154317.615000', '154317.618000', '154317.621000', '154317.623000', '154317.626000', '154317.629000', '154317.632000', '154317.635000', '154317.652000', '154317.662000', '154317.665000', '154317.668000', '154317.671000', '154317.674000', '154317.676000', '154317.679000', '154317.682000', '154317.689000', '154317.692000', '154317.696000', '154317.699000', '154317.701000', '154317.704000', '154317.707000', '154317.710000', '154317.713000', '154337.567000', '154337.570000', '154337.573000', '154337.576000', '154337.578000', '154337.581000', '154337.584000', '154337.587000', '154337.590000', '154337.593000', '154337.595000', '154337.598000', '154337.601000', '154337.604000', '154337.607000', '154337.609000', '154337.612000', '154337.615000', '154337.618000', '154337.620000', '154337.623000', '154337.626000', '154337.629000', '154337.632000', '154337.634000', '154337.637000', '154337.640000', '154337.643000', '154337.646000', '154337.648000', '154337.651000', '154337.654000', '154337.657000', '154337.660000', '154337.662000', '154337.665000', '154337.668000', '154337.671000', '154337.674000', '154337.677000', '154337.680000', '154337.682000', '154337.685000', '154337.688000', '154357.567000', '154357.570000', '154357.573000', '154357.576000', '154357.579000', '154357.581000', '154357.584000', '154357.587000', '154357.590000', '154357.593000', '154357.595000', '154357.598000', '154357.601000', '154357.604000', '154357.607000', '154357.610000', '154357.612000', '154357.615000', '154357.618000', '154357.621000', '154357.624000', '154357.626000', '154357.629000', '154357.632000', '154357.635000', '154357.638000', '154357.641000', '154357.644000', '154357.647000', '154357.650000', '154357.653000', '154357.656000', '154357.658000', '154357.661000', '154357.664000', '154357.667000', '154357.670000', '154357.672000', '154357.675000', '154357.678000', '154357.681000', '154357.684000', '154357.687000', '154404.666000', '154404.670000', '154404.673000', '154404.676000', '154404.679000', '154404.682000', '154404.685000', '154404.689000', '154404.692000', '154404.695000', '154404.699000', '154404.702000', '154404.705000', '154404.708000', '154404.711000', '154404.714000'], 'InstanceCreationTime': ['153737.607000', '153737.611000', '153737.613000', '153737.616000', '153737.619000', '153737.622000', '153737.625000', '153737.627000', '153737.646000', '153737.649000', '153737.652000', '153737.654000', '153737.657000', '153737.660000', '153737.663000', '153737.666000', '153737.669000', '153737.671000', '153737.674000', '153737.677000', '153737.680000', '153737.683000', '153737.685000', '153737.695000', '153737.698000', '153737.701000', '153737.704000', '153737.706000', '153737.709000', '153737.712000', '153757.567000', '153757.570000', '153757.572000', '153757.575000', '153757.578000', '153757.581000', '153757.584000', '153757.586000', '153757.589000', '153757.592000', '153757.595000', '153757.598000', '153757.600000', '153757.603000', '153757.606000', '153757.609000', '153757.618000', '153757.626000', '153757.629000', '153757.631000', '153757.634000', '153757.637000', '153757.640000', '153757.643000', '153757.645000', '153757.648000', '153757.651000', '153757.654000', '153757.657000', '153757.660000', '153757.662000', '153757.665000', '153757.668000', '153757.671000', '153757.673000', '153757.676000', '153757.679000', '153757.682000', '153757.684000', '153757.687000', '153757.690000', '153757.693000', '153757.696000', '153757.698000', '153817.567000', '153817.570000', '153817.573000', '153817.575000', '153817.578000', '153817.581000', '153817.589000', '153817.592000', '153817.595000', '153817.598000', '153817.601000', '153817.603000', '153817.606000', '153817.609000', '153817.612000', '153817.614000', '153817.617000', '153817.620000', '153817.623000', '153817.625000', '153817.628000', '153817.631000', '153817.634000', '153817.637000', '153817.639000', '153817.642000', '153817.645000', '153817.648000', '153817.650000', '153817.653000', '153817.656000', '153817.659000', '153817.662000', '153817.664000', '153817.667000', '153817.670000', '153817.673000', '153817.676000', '153817.679000', '153817.681000', '153817.684000', '153817.687000', '153817.690000', '153837.567000', '153837.570000', '153837.573000', '153837.575000', '153837.578000', '153837.581000', '153837.584000', '153837.586000', '153837.589000', '153837.592000', '153837.595000', '153837.598000', '153837.608000', '153837.611000', '153837.613000', '153837.616000', '153837.619000', '153837.622000', '153837.625000', '153837.627000', '153837.630000', '153837.633000', '153837.636000', '153837.639000', '153837.642000', '153837.644000', '153837.647000', '153837.650000', '153837.653000', '153837.656000', '153837.658000', '153837.661000', '153837.664000', '153837.667000', '153837.670000', '153837.672000', '153837.675000', '153837.678000', '153837.694000', '153837.697000', '153837.705000', '153837.708000', '153837.711000', '153837.714000', '153857.567000', '153857.570000', '153857.573000', '153857.575000', '153857.578000', '153857.581000', '153857.584000', '153857.587000', '153857.590000', '153857.592000', '153857.602000', '153857.605000', '153857.607000', '153857.610000', '153857.613000', '153857.616000', '153857.619000', '153857.622000', '153857.624000', '153857.627000', '153857.630000', '153857.633000', '153857.636000', '153857.639000', '153857.641000', '153857.644000', '153857.647000', '153857.650000', '153857.653000', '153857.655000', '153857.658000', '153857.661000', '153857.664000', '153857.667000', '153857.670000', '153857.673000', '153857.675000', '153857.678000', '153857.681000', '153857.684000', '153857.687000', '153857.690000', '153857.692000', '153917.567000', '153917.570000', '153917.573000', '153917.576000', '153917.579000', '153917.581000', '153917.584000', '153917.587000', '153917.590000', '153917.593000', '153917.595000', '153917.598000', '153917.601000', '153917.604000', '153917.607000', '153917.610000', '153917.612000', '153917.615000', '153917.618000', '153917.621000', '153917.624000', '153917.626000', '153917.629000', '153917.632000', '153917.635000', '153917.638000', '153917.640000', '153917.643000', '153917.646000', '153917.649000', '153917.651000', '153917.654000', '153917.657000', '153917.660000', '153917.663000', '153917.665000', '153917.668000', '153917.671000', '153917.674000', '153917.677000', '153917.680000', '153917.682000', '153917.685000', '153937.567000', '153937.570000', '153937.573000', '153937.575000', '153937.578000', '153937.581000', '153937.584000', '153937.587000', '153937.590000', '153937.592000', '153937.595000', '153937.598000', '153937.601000', '153937.604000', '153937.606000', '153937.609000', '153937.612000', '153937.615000', '153937.618000', '153937.620000', '153937.623000', '153937.626000', '153937.629000', '153937.632000', '153937.634000', '153937.637000', '153937.640000', '153937.643000', '153937.646000', '153937.648000', '153937.651000', '153937.654000', '153937.657000', '153937.660000', '153937.662000', '153937.665000', '153937.668000', '153937.671000', '153937.674000', '153937.677000', '153937.679000', '153937.682000', '153937.685000', '153937.688000', '153957.567000', '153957.570000', '153957.573000', '153957.576000', '153957.578000', '153957.582000', '153957.584000', '153957.588000', '153957.593000', '153957.597000', '153957.599000', '153957.602000', '153957.605000', '153957.608000', '153957.611000', '153957.613000', '153957.616000', '153957.619000', '153957.622000', '153957.625000', '153957.627000', '153957.630000', '153957.633000', '153957.636000', '153957.639000', '153957.641000', '153957.644000', '153957.647000', '153957.650000', '153957.653000', '153957.655000', '153957.658000', '153957.661000', '153957.664000', '153957.667000', '153957.669000', '153957.672000', '153957.675000', '153957.678000', '153957.681000', '153957.683000', '153957.686000', '153957.689000', '154017.567000', '154017.570000', '154017.573000', '154017.575000', '154017.578000', '154017.581000', '154017.584000', '154017.587000', '154017.589000', '154017.592000', '154017.595000', '154017.598000', '154017.601000', '154017.603000', '154017.606000', '154017.609000', '154017.612000', '154017.615000', '154017.617000', '154017.637000', '154017.639000', '154017.642000', '154017.645000', '154017.648000', '154017.651000', '154017.653000', '154017.656000', '154017.659000', '154017.662000', '154017.665000', '154017.668000', '154017.670000', '154017.673000', '154017.676000', '154017.679000', '154017.682000', '154017.684000', '154017.687000', '154017.690000', '154017.693000', '154017.696000', '154017.698000', '154017.701000', '154017.704000', '154037.567000', '154037.570000', '154037.573000', '154037.576000', '154037.579000', '154037.581000', '154037.584000', '154037.587000', '154037.590000', '154037.593000', '154037.595000', '154037.598000', '154037.601000', '154037.604000', '154037.607000', '154037.609000', '154037.612000', '154037.615000', '154037.618000', '154037.623000', '154037.626000', '154037.629000', '154037.631000', '154037.634000', '154037.637000', '154037.640000', '154037.643000', '154037.645000', '154037.648000', '154037.651000', '154037.654000', '154037.656000', '154037.659000', '154037.662000', '154037.665000', '154037.668000', '154037.671000', '154037.673000', '154037.676000', '154037.679000', '154037.682000', '154037.685000', '154037.687000', '154057.567000', '154057.570000', '154057.573000', '154057.576000', '154057.578000', '154057.581000', '154057.584000', '154057.587000', '154057.590000', '154057.592000', '154057.595000', '154057.598000', '154057.601000', '154057.604000', '154057.606000', '154057.609000', '154057.612000', '154057.615000', '154057.618000', '154057.620000', '154057.623000', '154057.626000', '154057.629000', '154057.632000', '154057.634000', '154057.637000', '154057.640000', '154057.643000', '154057.646000', '154057.648000', '154057.651000', '154057.654000', '154057.657000', '154057.660000', '154057.662000', '154057.665000', '154057.668000', '154057.671000', '154057.674000', '154057.676000', '154057.679000', '154057.682000', '154057.685000', '154057.688000', '154117.568000', '154117.571000', '154117.574000', '154117.577000', '154117.580000', '154117.582000', '154117.585000', '154117.588000', '154117.591000', '154117.594000', '154117.596000', '154117.599000', '154117.602000', '154117.605000', '154117.608000', '154117.610000', '154117.613000', '154117.616000', '154117.619000', '154117.622000', '154117.625000', '154117.628000', '154117.631000', '154117.634000', '154117.637000', '154117.640000', '154117.643000', '154117.646000', '154117.649000', '154117.651000', '154117.654000', '154117.657000', '154117.660000', '154117.663000', '154117.666000', '154117.668000', '154117.671000', '154117.674000', '154117.677000', '154117.680000', '154117.682000', '154117.685000', '154117.688000', '154137.567000', '154137.570000', '154137.573000', '154137.576000', '154137.578000', '154137.581000', '154137.584000', '154137.587000', '154137.590000', '154137.592000', '154137.595000', '154137.598000', '154137.601000', '154137.604000', '154137.607000', '154137.609000', '154137.612000', '154137.615000', '154137.618000', '154137.621000', '154137.623000', '154137.626000', '154137.629000', '154137.632000', '154137.635000', '154137.637000', '154137.640000', '154137.643000', '154137.646000', '154137.649000', '154137.651000', '154137.654000', '154137.657000', '154137.660000', '154137.663000', '154137.665000', '154137.668000', '154137.671000', '154137.674000', '154137.677000', '154137.679000', '154137.682000', '154137.685000', '154137.688000', '154157.576000', '154157.579000', '154157.582000', '154157.585000', '154157.587000', '154157.590000', '154157.593000', '154157.596000', '154157.599000', '154157.601000', '154157.604000', '154157.607000', '154157.610000', '154157.612000', '154157.615000', '154157.618000', '154157.621000', '154157.624000', '154157.627000', '154157.629000', '154157.632000', '154157.635000', '154157.638000', '154157.641000', '154157.643000', '154157.646000', '154157.649000', '154157.653000', '154157.656000', '154157.659000', '154157.662000', '154157.665000', '154157.668000', '154157.670000', '154157.673000', '154157.676000', '154157.679000', '154157.682000', '154157.684000', '154157.687000', '154157.690000', '154157.693000', '154157.696000', '154217.567000', '154217.570000', '154217.573000', '154217.576000', '154217.578000', '154217.581000', '154217.584000', '154217.587000', '154217.590000', '154217.593000', '154217.596000', '154217.599000', '154217.602000', '154217.604000', '154217.607000', '154217.610000', '154217.613000', '154217.616000', '154217.618000', '154217.621000', '154217.624000', '154217.627000', '154217.630000', '154217.632000', '154217.635000', '154217.638000', '154217.641000', '154217.644000', '154217.647000', '154217.650000', '154217.652000', '154217.655000', '154217.658000', '154217.661000', '154217.664000', '154217.666000', '154217.669000', '154217.672000', '154217.675000', '154217.678000', '154217.680000', '154217.683000', '154217.686000', '154217.689000', '154237.567000', '154237.570000', '154237.573000', '154237.576000', '154237.578000', '154237.581000', '154237.584000', '154237.587000', '154237.590000', '154237.592000', '154237.595000', '154237.598000', '154237.601000', '154237.605000', '154237.608000', '154237.611000', '154237.614000', '154237.617000', '154237.620000', '154237.622000', '154237.625000', '154237.628000', '154237.631000', '154237.634000', '154237.636000', '154237.639000', '154237.642000', '154237.645000', '154237.648000', '154237.651000', '154237.653000', '154237.657000', '154237.665000', '154237.668000', '154237.671000', '154237.674000', '154237.677000', '154237.680000', '154237.683000', '154237.685000', '154237.688000', '154237.691000', '154237.694000', '154257.567000', '154257.570000', '154257.573000', '154257.576000', '154257.579000', '154257.581000', '154257.584000', '154257.587000', '154257.590000', '154257.593000', '154257.596000', '154257.598000', '154257.601000', '154257.604000', '154257.607000', '154257.610000', '154257.613000', '154257.616000', '154257.618000', '154257.621000', '154257.624000', '154257.627000', '154257.630000', '154257.633000', '154257.636000', '154257.638000', '154257.641000', '154257.644000', '154257.647000', '154257.650000', '154257.653000', '154257.655000', '154257.658000', '154257.661000', '154257.664000', '154257.667000', '154257.670000', '154257.672000', '154257.675000', '154257.678000', '154257.681000', '154257.684000', '154257.686000', '154257.689000', '154317.567000', '154317.570000', '154317.573000', '154317.576000', '154317.578000', '154317.581000', '154317.584000', '154317.587000', '154317.590000', '154317.592000', '154317.595000', '154317.598000', '154317.601000', '154317.604000', '154317.607000', '154317.609000', '154317.612000', '154317.615000', '154317.618000', '154317.621000', '154317.623000', '154317.626000', '154317.629000', '154317.632000', '154317.635000', '154317.652000', '154317.662000', '154317.665000', '154317.668000', '154317.671000', '154317.674000', '154317.676000', '154317.679000', '154317.682000', '154317.689000', '154317.692000', '154317.696000', '154317.699000', '154317.701000', '154317.704000', '154317.707000', '154317.710000', '154317.713000', '154337.567000', '154337.570000', '154337.573000', '154337.576000', '154337.578000', '154337.581000', '154337.584000', '154337.587000', '154337.590000', '154337.593000', '154337.595000', '154337.598000', '154337.601000', '154337.604000', '154337.607000', '154337.609000', '154337.612000', '154337.615000', '154337.618000', '154337.620000', '154337.623000', '154337.626000', '154337.629000', '154337.632000', '154337.634000', '154337.637000', '154337.640000', '154337.643000', '154337.646000', '154337.648000', '154337.651000', '154337.654000', '154337.657000', '154337.660000', '154337.662000', '154337.665000', '154337.668000', '154337.671000', '154337.674000', '154337.677000', '154337.680000', '154337.682000', '154337.685000', '154337.688000', '154357.567000', '154357.570000', '154357.573000', '154357.576000', '154357.579000', '154357.581000', '154357.584000', '154357.587000', '154357.590000', '154357.593000', '154357.595000', '154357.598000', '154357.601000', '154357.604000', '154357.607000', '154357.610000', '154357.612000', '154357.615000', '154357.618000', '154357.621000', '154357.624000', '154357.626000', '154357.629000', '154357.632000', '154357.635000', '154357.638000', '154357.641000', '154357.644000', '154357.647000', '154357.650000', '154357.653000', '154357.656000', '154357.658000', '154357.661000', '154357.664000', '154357.667000', '154357.670000', '154357.672000', '154357.675000', '154357.678000', '154357.681000', '154357.684000', '154357.687000', '154404.666000', '154404.670000', '154404.673000', '154404.676000', '154404.679000', '154404.682000', '154404.685000', '154404.689000', '154404.692000', '154404.695000', '154404.699000', '154404.702000', '154404.705000', '154404.708000', '154404.711000', '154404.714000'], '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': [11097, 8919, 12530, 8903, 14330, 9156, 11507, 8569, 15413, 9017, 9547, 8282, 9731, 8935, 10118, 16302, 8907, 15721, 9746, 19159, 8592, 16138, 8775, 17300, 9891, 10758, 8893, 10187, 8647, 17667, 8907, 9785, 8948, 10323, 19484, 15029, 20478, 9678, 15637, 9083, 15970, 8988, 10831, 8571, 9945, 14252, 9143, 8915, 8955, 8672, 9199, 8179, 11280, 8504, 13236, 9146, 13096, 9764, 15826, 9672, 19265, 14973, 17445, 9244, 14211, 9158, 18649, 9703, 12630, 9176, 9325, 12884, 8969, 17443, 9068, 10050, 8651, 11305, 8714, 9543, 8517, 8931, 9420, 8884, 9033, 9133, 9719, 9358, 19986, 14515, 18541, 8633, 14107, 8419, 17234, 11429, 16310, 9443, 9738, 12675, 9967, 20310, 9694, 18033, 8632, 15146, 8364, 19491, 12245, 12692, 8788, 9527, 13616, 9241, 16411, 13879, 10942, 10216, 9006, 17855, 10579, 13501, 8661, 11568, 8733, 18281, 11369, 16738, 8709, 10386, 8970, 15858, 10127, 13471, 8965, 10137, 10402, 9351, 19228, 9416, 14763, 8744, 9612, 8403, 12458, 8141, 9703, 9118, 9458, 10074, 10181, 10068, 9114, 13014, 9130, 15970, 8390, 19809, 8204, 12961, 7974, 9862, 15358, 9801, 17530, 8569, 12849, 8730, 14511, 8803, 11596, 8731, 8349, 9679, 8409, 13539, 9186, 12845, 9076, 18827, 17391, 17595, 12242, 9651, 10248, 18509, 8674, 16715, 9631, 14411, 8580, 9737, 9289, 9037, 11504, 9001, 11496, 8883, 12482, 8716, 11777, 9607, 10468, 11999, 9448, 13998, 9465, 10833, 9631, 9281, 9684, 19404, 10019, 19826, 11241, 16818, 9006, 10759, 8470, 14637, 16340, 12225, 19695, 8809, 12021, 9104, 10581, 8413, 12932, 8228, 20178, 8419, 8990, 8324, 8165, 12989, 14108, 12235, 19386, 12974, 19850, 16031, 13929, 14859, 9645, 10908, 9545, 11001, 8991, 8450, 9304, 10057, 9354, 13447, 10716, 14888, 15012, 10282, 13245, 9606, 10712, 8985, 15278, 12445, 19929, 12038, 11296, 9144, 10347, 9256, 12345, 9347, 14938, 10441, 13988, 10941, 11073, 9782, 18776, 9813, 15061, 9768, 13895, 10316, 13288, 13167, 13625, 14649, 14802, 13795, 16829, 12293, 15102, 10534, 9235, 10576, 9313, 10660, 9472, 16583, 11679, 10484, 18237, 9696, 12928, 9747, 18364, 8903, 9853, 11017, 9469, 11296, 8995, 16221, 10087, 13866, 9898, 8420, 8902, 12186, 9852, 10391, 9115, 9463, 18103, 11611, 16622, 10522, 11785, 13106, 9936, 19086, 13835, 18627, 12298, 12942, 9322, 10620, 9753, 10332, 10071, 10067, 7772, 11292, 10540, 11506, 9846, 14709, 10838, 18429, 9213, 10815, 9384, 14823, 13025, 10378, 13782, 9644, 17368, 11227, 18146, 9867, 10378, 9201, 12478, 9220, 9100, 9676, 9311, 9064, 12593, 9223, 9700, 9538, 9826, 9186, 14245, 14486, 11222, 19113, 9172, 16204, 10540, 19151, 13647, 13027, 10446, 10156, 13224, 9325, 19912, 9520, 17407, 9015, 10718, 9172, 10302, 8668, 9912, 8302, 9551, 8484, 9704, 18848, 11474, 20893, 9600, 18003, 8918, 12138, 9160, 11446, 9873, 14021, 11116, 19627, 9682, 16129, 9359, 11382, 12698, 13372, 21360, 9442, 12808, 8581, 10333, 8189, 9465, 12993, 8899, 10104, 8668, 10072, 9056, 9604, 8111, 9323, 11720, 9314, 14730, 9365, 10335, 9621, 13725, 9241, 10761, 9606, 20895, 14761, 20060, 9612, 15142, 9258, 12857, 15473, 13994, 21546, 9542, 15589, 9162, 10569, 8604, 11074, 9117, 9566, 8112, 9488, 10391, 8906, 9439, 9253, 8362, 10128, 20344, 14592, 20392, 9552, 16376, 9500, 14970, 12109, 16422, 10135, 10615, 8101, 10221, 10606, 9445, 9604, 10195, 8819, 8838, 9131, 10460, 9464, 13160, 16149, 11057, 11174, 9791, 15076, 10425, 12622, 10640, 16580, 14724, 13128, 10096, 13808, 10445, 17970, 11817, 19170, 8996, 10513, 8602, 11052, 8711, 9898, 9819, 9607, 12209, 8713, 14560, 8655, 9297, 8782, 10166, 9797, 10963, 14488, 9625, 15453, 9671, 16587, 10706, 17045, 9321, 15135, 10168, 9130, 11002, 15401, 10261, 15039, 9369, 12131, 9895, 11432, 15401, 10425, 17725, 10202, 16042, 10692, 16877, 11690, 11447, 14109, 10560, 15797, 10598, 15223, 10543, 16825, 10476, 14398, 10280, 12517, 10085, 12151, 10534, 11591, 10425, 12311, 10629, 14764, 10359, 8863, 10404, 14574, 10317, 17906, 9531, 13878, 9796, 11103, 8695, 10642, 8928, 9878, 10939, 9594, 11286, 9283, 12195, 9626, 12136, 9221, 16013, 9614, 13596, 9591, 13189, 9547, 17337, 10269, 14346, 9550, 13296, 8627, 12150, 9227, 13312, 8927, 16195, 12152, 17772, 11320, 10285, 9915, 10382, 16475, 9884, 18989, 10676, 16278, 10557, 9944, 9363, 11545, 9215, 16373, 9124, 10001, 10140, 9309, 9897, 9676, 15334, 9670, 10672, 10619, 9295, 15013, 9487, 13712, 9710, 17518, 13612, 17704, 9824, 13976, 9830, 14892, 11975, 17263, 10690, 10482, 9011, 9642, 12067, 8855, 14070, 9715, 10413, 10454, 9961, 9920, 12002, 9506, 10170, 9283, 9428, 9129, 9564, 12203, 11246, 11221, 9133, 8355, 10157, 11742, 9710, 17294, 9837, 13367, 10494, 10937, 9682, 12295, 9545, 17926, 14053, 18633, 9931, 12230, 9856, 10912, 8928, 16910, 11768, 12225, 9157, 10266, 9099, 15727, 11195, 12757, 9504, 9833, 11794, 9527, 13793, 9545, 17517, 10593, 17179, 10286, 11499, 9285, 10142, 9780, 10499, 9827, 17719, 11997, 12610, 12038, 10012, 9693, 10289, 10647, 9790, 10343, 8437, 10239, 11511, 9763, 10317, 10187, 14709, 16201, 11704, 11724, 9238, 10416, 9376, 10424, 19756, 15403, 17520, 9687, 14538, 9657, 10551, 9795, 10451, 9243, 12525, 8682, 9503, 8458, 9318, 10656, 9184, 16322, 9915, 14715, 10756, 11208, 9658, 10770, 15973, 13803, 19431, 9494, 14855, 9840, 13884, 9344, 14096, 9740, 9683, 9320, 9608, 9910, 17289, 11577, 16039, 10084, 10420, 9104, 9722, 16014, 11001, 15582, 9757, 11454, 9280, 16514, 10011, 17036, 9518, 12930, 10197, 12062, 9937, 16629, 11551, 12628, 9669, 10039, 9639, 9817, 9581, 9583, 10996, 13974, 8935, 10683, 9402, 9804, 15318, 9393, 16862, 9432, 15514, 9438, 9824, 9402, 9591, 9288, 9448, 9047, 9467, 9124, 9116, 8803, 10486, 9461, 8583, 10316, 12851, 10368, 10507, 9790, 9090, 9846, 9576, 16687, 12557, 11381, 13339, 10423, 19018, 11034, 16981, 9752, 15063, 12208, 18227, 12556, 9050, 8722, 8594, 9102, 15168, 9821, 14996, 10215], 'WindowCenter': [4311.0, 4279.0, 4305.0, 4264.0, 4302.0, 4262.0, 4281.0, 4251.0, 4301.0, 4251.0, 4261.0, 4240.0, 4260.0, 4249.0, 4271.0, 4301.0, 4252.0, 4300.0, 4261.0, 4322.0, 4252.0, 4299.0, 4238.0, 4301.0, 4247.0, 4257.0, 4238.0, 4258.0, 4237.0, 4312.0, 4249.0, 4261.0, 4238.0, 4259.0, 4297.0, 4289.0, 4309.0, 4247.0, 4285.0, 4236.0, 4288.0, 4236.0, 4268.0, 4225.0, 4245.0, 4274.0, 4238.0, 4239.0, 4240.0, 4238.0, 4260.0, 4250.0, 4291.0, 4261.0, 4289.0, 4261.0, 4278.0, 4258.0, 4300.0, 4248.0, 4300.0, 4301.0, 4298.0, 4249.0, 4286.0, 4247.0, 4297.0, 4246.0, 4267.0, 4235.0, 4246.0, 4265.0, 4237.0, 4297.0, 4247.0, 4256.0, 4238.0, 4268.0, 4238.0, 4261.0, 4250.0, 4249.0, 4248.0, 4252.0, 4251.0, 4261.0, 4261.0, 4261.0, 4310.0, 4301.0, 4310.0, 4251.0, 4290.0, 4237.0, 4301.0, 4267.0, 4299.0, 4246.0, 4246.0, 4264.0, 4257.0, 4308.0, 4248.0, 4298.0, 4236.0, 4285.0, 4224.0, 4297.0, 4265.0, 4266.0, 4223.0, 4246.0, 4287.0, 4249.0, 4296.0, 4286.0, 4268.0, 4271.0, 4248.0, 4312.0, 4270.0, 4290.0, 4251.0, 4268.0, 4250.0, 4311.0, 4270.0, 4299.0, 4238.0, 4256.0, 4236.0, 4288.0, 4256.0, 4277.0, 4236.0, 4257.0, 4256.0, 4248.0, 4298.0, 4247.0, 4288.0, 4237.0, 4246.0, 4228.0, 4277.0, 4227.0, 4247.0, 4237.0, 4259.0, 4257.0, 4259.0, 4259.0, 4251.0, 4288.0, 4248.0, 4298.0, 4238.0, 4309.0, 4227.0, 4279.0, 4227.0, 4259.0, 4286.0, 4259.0, 4300.0, 4249.0, 4278.0, 4239.0, 4287.0, 4237.0, 4268.0, 4238.0, 4239.0, 4260.0, 4241.0, 4293.0, 4263.0, 4293.0, 4263.0, 4325.0, 4316.0, 4315.0, 4293.0, 4261.0, 4271.0, 4298.0, 4238.0, 4299.0, 4247.0, 4287.0, 4237.0, 4259.0, 4247.0, 4248.0, 4267.0, 4249.0, 4266.0, 4248.0, 4280.0, 4238.0, 4281.0, 4249.0, 4271.0, 4267.0, 4248.0, 4287.0, 4259.0, 4270.0, 4260.0, 4248.0, 4277.0, 4309.0, 4258.0, 4309.0, 4267.0, 4287.0, 4236.0, 4255.0, 4224.0, 4287.0, 4285.0, 4265.0, 4295.0, 4235.0, 4263.0, 4235.0, 4259.0, 4228.0, 4279.0, 4238.0, 4323.0, 4242.0, 4250.0, 4241.0, 4243.0, 4305.0, 4307.0, 4297.0, 4340.0, 4309.0, 4352.0, 4318.0, 4307.0, 4293.0, 4248.0, 4260.0, 4250.0, 4271.0, 4210.0, 4267.0, 4261.0, 4232.0, 4221.0, 4250.0, 4229.0, 4257.0, 4261.0, 4230.0, 4264.0, 4222.0, 4244.0, 4222.0, 4274.0, 4251.0, 4298.0, 4264.0, 4252.0, 4233.0, 4242.0, 4246.0, 4275.0, 4249.0, 4300.0, 4273.0, 4301.0, 4282.0, 4271.0, 4261.0, 4310.0, 4262.0, 4300.0, 4261.0, 4303.0, 4286.0, 4306.0, 4302.0, 4291.0, 4291.0, 4277.0, 4280.0, 4287.0, 4268.0, 4287.0, 4257.0, 4237.0, 4258.0, 4236.0, 4258.0, 4236.0, 4299.0, 4256.0, 4256.0, 4285.0, 4234.0, 4264.0, 4232.0, 4287.0, 4223.0, 4247.0, 4244.0, 4246.0, 4254.0, 4237.0, 4300.0, 4261.0, 4301.0, 4271.0, 4252.0, 4263.0, 4280.0, 4260.0, 4272.0, 4250.0, 4262.0, 4313.0, 4283.0, 4303.0, 4260.0, 4269.0, 4266.0, 4246.0, 4287.0, 4265.0, 4287.0, 4253.0, 4265.0, 4222.0, 4245.0, 4232.0, 4243.0, 4260.0, 4272.0, 4217.0, 4271.0, 4245.0, 4255.0, 4246.0, 4278.0, 4270.0, 4298.0, 4237.0, 4244.0, 4222.0, 4277.0, 4266.0, 4246.0, 4264.0, 4235.0, 4285.0, 4258.0, 4297.0, 4248.0, 4245.0, 4250.0, 4279.0, 4248.0, 4238.0, 4248.0, 4249.0, 4250.0, 4281.0, 4262.0, 4261.0, 4260.0, 4261.0, 4248.0, 4292.0, 4288.0, 4269.0, 4299.0, 4237.0, 4287.0, 4246.0, 4299.0, 4276.0, 4267.0, 4245.0, 4247.0, 4264.0, 4235.0, 4298.0, 4235.0, 4287.0, 4235.0, 4246.0, 4233.0, 4245.0, 4223.0, 4246.0, 4215.0, 4236.0, 4225.0, 4246.0, 4296.0, 4268.0, 4298.0, 4248.0, 4297.0, 4237.0, 4267.0, 4236.0, 4254.0, 4247.0, 4276.0, 4269.0, 4310.0, 4248.0, 4288.0, 4236.0, 4257.0, 4264.0, 4267.0, 4293.0, 4233.0, 4262.0, 4212.0, 4243.0, 4212.0, 4235.0, 4264.0, 4236.0, 4245.0, 4225.0, 4247.0, 4236.0, 4248.0, 4218.0, 4248.0, 4267.0, 4249.0, 4290.0, 4262.0, 4260.0, 4262.0, 4289.0, 4261.0, 4270.0, 4264.0, 4323.0, 4304.0, 4311.0, 4261.0, 4291.0, 4240.0, 4280.0, 4277.0, 4279.0, 4296.0, 4246.0, 4286.0, 4237.0, 4257.0, 4225.0, 4267.0, 4236.0, 4249.0, 4229.0, 4260.0, 4258.0, 4251.0, 4251.0, 4251.0, 4229.0, 4260.0, 4309.0, 4301.0, 4311.0, 4249.0, 4289.0, 4247.0, 4288.0, 4255.0, 4287.0, 4234.0, 4245.0, 4213.0, 4247.0, 4243.0, 4247.0, 4247.0, 4259.0, 4236.0, 4226.0, 4250.0, 4270.0, 4252.0, 4280.0, 4304.0, 4283.0, 4281.0, 4261.0, 4288.0, 4259.0, 4280.0, 4259.0, 4300.0, 4292.0, 4278.0, 4259.0, 4276.0, 4257.0, 4287.0, 4267.0, 4296.0, 4224.0, 4245.0, 4225.0, 4256.0, 4226.0, 4248.0, 4246.0, 4247.0, 4266.0, 4227.0, 4286.0, 4238.0, 4247.0, 4238.0, 4258.0, 4247.0, 4270.0, 4288.0, 4250.0, 4300.0, 4262.0, 4301.0, 4260.0, 4289.0, 4239.0, 4290.0, 4259.0, 4250.0, 4270.0, 4289.0, 4248.0, 4277.0, 4236.0, 4268.0, 4236.0, 4258.0, 4276.0, 4245.0, 4274.0, 4233.0, 4261.0, 4220.0, 4275.0, 4239.0, 4242.0, 4249.0, 4230.0, 4259.0, 4219.0, 4248.0, 4230.0, 4257.0, 4230.0, 4262.0, 4272.0, 4282.0, 4246.0, 4241.0, 4232.0, 4240.0, 4245.0, 4253.0, 4246.0, 4264.0, 4231.0, 4211.0, 4244.0, 4262.0, 4247.0, 4285.0, 4236.0, 4264.0, 4248.0, 4256.0, 4213.0, 4258.0, 4250.0, 4247.0, 4245.0, 4249.0, 4257.0, 4249.0, 4267.0, 4250.0, 4279.0, 4262.0, 4304.0, 4263.0, 4293.0, 4262.0, 4294.0, 4262.0, 4303.0, 4262.0, 4290.0, 4251.0, 4281.0, 4238.0, 4270.0, 4237.0, 4278.0, 4238.0, 4302.0, 4270.0, 4301.0, 4255.0, 4246.0, 4232.0, 4243.0, 4274.0, 4235.0, 4289.0, 4245.0, 4286.0, 4258.0, 4246.0, 4237.0, 4267.0, 4237.0, 4288.0, 4249.0, 4259.0, 4289.0, 4276.0, 4285.0, 4274.0, 4314.0, 4290.0, 4272.0, 4272.0, 4237.0, 4292.0, 4265.0, 4303.0, 4264.0, 4316.0, 4293.0, 4302.0, 4247.0, 4264.0, 4233.0, 4276.0, 4254.0, 4287.0, 4244.0, 4247.0, 4224.0, 4247.0, 4264.0, 4237.0, 4275.0, 4247.0, 4257.0, 4257.0, 4246.0, 4249.0, 4281.0, 4250.0, 4260.0, 4251.0, 4250.0, 4248.0, 4261.0, 4268.0, 4272.0, 4271.0, 4252.0, 4241.0, 4285.0, 4282.0, 4263.0, 4311.0, 4261.0, 4281.0, 4272.0, 4272.0, 4263.0, 4280.0, 4251.0, 4300.0, 4292.0, 4301.0, 4249.0, 4268.0, 4249.0, 4259.0, 4239.0, 4300.0, 4268.0, 4266.0, 4237.0, 4246.0, 4235.0, 4289.0, 4257.0, 4279.0, 4248.0, 4248.0, 4255.0, 4246.0, 4275.0, 4238.0, 4298.0, 4258.0, 4298.0, 4249.0, 4267.0, 4237.0, 4262.0, 4259.0, 4270.0, 4248.0, 4304.0, 4271.0, 4293.0, 4295.0, 4262.0, 4263.0, 4273.0, 4272.0, 4274.0, 4274.0, 4241.0, 4263.0, 4271.0, 4251.0, 4259.0, 4250.0, 4277.0, 4288.0, 4256.0, 4254.0, 4225.0, 4244.0, 4222.0, 4233.0, 4283.0, 4265.0, 4284.0, 4234.0, 4263.0, 4233.0, 4242.0, 4233.0, 4245.0, 4223.0, 4267.0, 4225.0, 4248.0, 4227.0, 4237.0, 4247.0, 4239.0, 4287.0, 4259.0, 4290.0, 4269.0, 4269.0, 4248.0, 4258.0, 4287.0, 4280.0, 4298.0, 4248.0, 4277.0, 4261.0, 4292.0, 4248.0, 4278.0, 4247.0, 4247.0, 4248.0, 4247.0, 4260.0, 4300.0, 4270.0, 4290.0, 4247.0, 4246.0, 4224.0, 4248.0, 4275.0, 4254.0, 4274.0, 4235.0, 4253.0, 4235.0, 4284.0, 4247.0, 4286.0, 4247.0, 4267.0, 4248.0, 4266.0, 4236.0, 4289.0, 4255.0, 4265.0, 4236.0, 4247.0, 4237.0, 4248.0, 4235.0, 4248.0, 4257.0, 4279.0, 4238.0, 4259.0, 4237.0, 4247.0, 4275.0, 4235.0, 4287.0, 4235.0, 4277.0, 4249.0, 4247.0, 4235.0, 4248.0, 4234.0, 4236.0, 4225.0, 4248.0, 4236.0, 4252.0, 4267.0, 4273.0, 4274.0, 4239.0, 4260.0, 4281.0, 4273.0, 4272.0, 4262.0, 4250.0, 4261.0, 4261.0, 4315.0, 4294.0, 4283.0, 4277.0, 4260.0, 4299.0, 4258.0, 4286.0, 4248.0, 4301.0, 4280.0, 4314.0, 4281.0, 4249.0, 4248.0, 4238.0, 4251.0, 4290.0, 4262.0, 4291.0, 4262.0], 'WindowWidth': [9526.0, 9478.0, 9502.0, 9448.0, 9492.0, 9438.0, 9461.0, 9423.0, 9488.0, 9423.0, 9434.0, 9405.0, 9433.0, 9415.0, 9446.0, 9487.0, 9425.0, 9484.0, 9435.0, 9519.0, 9424.0, 9482.0, 9400.0, 9486.0, 9408.0, 9422.0, 9398.0, 9425.0, 9397.0, 9506.0, 9415.0, 9433.0, 9399.0, 9427.0, 9479.0, 9467.0, 9495.0, 9407.0, 9457.0, 9391.0, 9463.0, 9391.0, 9440.0, 9376.0, 9402.0, 9437.0, 9397.0, 9395.0, 9398.0, 9396.0, 9433.0, 9422.0, 9480.0, 9439.0, 9470.0, 9437.0, 9452.0, 9426.0, 9483.0, 9412.0, 9486.0, 9489.0, 9480.0, 9416.0, 9460.0, 9408.0, 9478.0, 9405.0, 9433.0, 9389.0, 9405.0, 9428.0, 9395.0, 9476.0, 9410.0, 9421.0, 9400.0, 9438.0, 9399.0, 9435.0, 9418.0, 9417.0, 9415.0, 9424.0, 9423.0, 9438.0, 9436.0, 9437.0, 9503.0, 9489.0, 9499.0, 9420.0, 9469.0, 9398.0, 9491.0, 9435.0, 9483.0, 9406.0, 9408.0, 9428.0, 9424.0, 9496.0, 9412.0, 9479.0, 9395.0, 9457.0, 9375.0, 9479.0, 9428.0, 9432.0, 9371.0, 9407.0, 9462.0, 9415.0, 9475.0, 9461.0, 9441.0, 9450.0, 9415.0, 9510.0, 9444.0, 9470.0, 9420.0, 9438.0, 9417.0, 9502.0, 9442.0, 9481.0, 9398.0, 9418.0, 9390.0, 9466.0, 9418.0, 9448.0, 9391.0, 9421.0, 9415.0, 9411.0, 9479.0, 9409.0, 9464.0, 9398.0, 9405.0, 9384.0, 9450.0, 9383.0, 9410.0, 9396.0, 9428.0, 9421.0, 9430.0, 9428.0, 9420.0, 9466.0, 9414.0, 9479.0, 9399.0, 9497.0, 9384.0, 9453.0, 9383.0, 9427.0, 9459.0, 9427.0, 9482.0, 9415.0, 9452.0, 9401.0, 9460.0, 9394.0, 9435.0, 9398.0, 9401.0, 9431.0, 9409.0, 9479.0, 9442.0, 9478.0, 9443.0, 9533.0, 9527.0, 9515.0, 9480.0, 9434.0, 9448.0, 9481.0, 9397.0, 9480.0, 9408.0, 9462.0, 9397.0, 9429.0, 9409.0, 9414.0, 9435.0, 9415.0, 9432.0, 9412.0, 9457.0, 9400.0, 9459.0, 9415.0, 9447.0, 9436.0, 9412.0, 9461.0, 9429.0, 9442.0, 9430.0, 9413.0, 9467.0, 9498.0, 9426.0, 9499.0, 9436.0, 9463.0, 9392.0, 9416.0, 9372.0, 9461.0, 9455.0, 9429.0, 9471.0, 9390.0, 9425.0, 9388.0, 9423.0, 9382.0, 9456.0, 9399.0, 9524.0, 9409.0, 9419.0, 9407.0, 9413.0, 9500.0, 9506.0, 9491.0, 9557.0, 9513.0, 9580.0, 9525.0, 9500.0, 9478.0, 9408.0, 9425.0, 9414.0, 9445.0, 9343.0, 9455.0, 9437.0, 9378.0, 9361.0, 9398.0, 9368.0, 9403.0, 9416.0, 9372.0, 9421.0, 9365.0, 9399.0, 9364.0, 9437.0, 9402.0, 9486.0, 9423.0, 9406.0, 9383.0, 9393.0, 9405.0, 9442.0, 9416.0, 9484.0, 9451.0, 9488.0, 9466.0, 9446.0, 9434.0, 9499.0, 9436.0, 9484.0, 9435.0, 9495.0, 9478.0, 9502.0, 9494.0, 9474.0, 9477.0, 9446.0, 9458.0, 9461.0, 9437.0, 9462.0, 9420.0, 9391.0, 9423.0, 9392.0, 9421.0, 9390.0, 9481.0, 9416.0, 9417.0, 9454.0, 9384.0, 9424.0, 9378.0, 9460.0, 9369.0, 9405.0, 9396.0, 9405.0, 9411.0, 9393.0, 9490.0, 9435.0, 9490.0, 9452.0, 9425.0, 9442.0, 9458.0, 9431.0, 9450.0, 9417.0, 9437.0, 9506.0, 9466.0, 9493.0, 9430.0, 9439.0, 9428.0, 9402.0, 9462.0, 9426.0, 9461.0, 9406.0, 9426.0, 9365.0, 9398.0, 9378.0, 9395.0, 9431.0, 9452.0, 9370.0, 9445.0, 9400.0, 9414.0, 9404.0, 9450.0, 9445.0, 9482.0, 9395.0, 9397.0, 9365.0, 9448.0, 9428.0, 9402.0, 9423.0, 9386.0, 9454.0, 9422.0, 9476.0, 9410.0, 9402.0, 9419.0, 9453.0, 9412.0, 9396.0, 9411.0, 9415.0, 9419.0, 9461.0, 9436.0, 9433.0, 9431.0, 9432.0, 9409.0, 9476.0, 9465.0, 9440.0, 9482.0, 9395.0, 9462.0, 9403.0, 9486.0, 9444.0, 9433.0, 9401.0, 9405.0, 9423.0, 9389.0, 9479.0, 9390.0, 9461.0, 9390.0, 9401.0, 9381.0, 9401.0, 9369.0, 9403.0, 9359.0, 9391.0, 9374.0, 9404.0, 9471.0, 9436.0, 9478.0, 9407.0, 9474.0, 9392.0, 9432.0, 9391.0, 9411.0, 9406.0, 9443.0, 9443.0, 9497.0, 9412.0, 9462.0, 9390.0, 9418.0, 9422.0, 9430.0, 9464.0, 9380.0, 9419.0, 9351.0, 9395.0, 9351.0, 9387.0, 9424.0, 9390.0, 9399.0, 9375.0, 9408.0, 9390.0, 9410.0, 9368.0, 9410.0, 9433.0, 9414.0, 9470.0, 9439.0, 9432.0, 9434.0, 9469.0, 9433.0, 9443.0, 9440.0, 9520.0, 9496.0, 9501.0, 9433.0, 9471.0, 9401.0, 9456.0, 9447.0, 9452.0, 9474.0, 9404.0, 9456.0, 9391.0, 9419.0, 9373.0, 9434.0, 9393.0, 9414.0, 9389.0, 9431.0, 9424.0, 9418.0, 9416.0, 9419.0, 9387.0, 9432.0, 9497.0, 9488.0, 9499.0, 9413.0, 9466.0, 9407.0, 9465.0, 9412.0, 9460.0, 9382.0, 9400.0, 9355.0, 9405.0, 9394.0, 9407.0, 9407.0, 9426.0, 9389.0, 9375.0, 9416.0, 9444.0, 9422.0, 9455.0, 9498.0, 9466.0, 9460.0, 9433.0, 9465.0, 9427.0, 9455.0, 9428.0, 9482.0, 9477.0, 9449.0, 9426.0, 9442.0, 9420.0, 9459.0, 9432.0, 9472.0, 9372.0, 9399.0, 9372.0, 9416.0, 9376.0, 9407.0, 9403.0, 9406.0, 9431.0, 9380.0, 9457.0, 9398.0, 9407.0, 9397.0, 9425.0, 9406.0, 9442.0, 9462.0, 9416.0, 9483.0, 9438.0, 9492.0, 9432.0, 9470.0, 9398.0, 9468.0, 9426.0, 9415.0, 9442.0, 9463.0, 9408.0, 9443.0, 9388.0, 9433.0, 9389.0, 9421.0, 9443.0, 9398.0, 9436.0, 9375.0, 9414.0, 9355.0, 9438.0, 9378.0, 9388.0, 9394.0, 9370.0, 9406.0, 9352.0, 9389.0, 9368.0, 9401.0, 9369.0, 9416.0, 9452.0, 9464.0, 9404.0, 9386.0, 9374.0, 9382.0, 9399.0, 9405.0, 9400.0, 9420.0, 9373.0, 9344.0, 9395.0, 9416.0, 9405.0, 9455.0, 9387.0, 9422.0, 9408.0, 9413.0, 9354.0, 9423.0, 9416.0, 9405.0, 9397.0, 9411.0, 9419.0, 9414.0, 9433.0, 9414.0, 9454.0, 9436.0, 9494.0, 9438.0, 9480.0, 9438.0, 9483.0, 9436.0, 9495.0, 9435.0, 9470.0, 9418.0, 9457.0, 9396.0, 9441.0, 9391.0, 9448.0, 9395.0, 9494.0, 9441.0, 9489.0, 9414.0, 9401.0, 9377.0, 9394.0, 9437.0, 9385.0, 9467.0, 9399.0, 9456.0, 9423.0, 9405.0, 9392.0, 9432.0, 9392.0, 9466.0, 9414.0, 9429.0, 9485.0, 9467.0, 9478.0, 9457.0, 9513.0, 9490.0, 9453.0, 9450.0, 9391.0, 9475.0, 9443.0, 9493.0, 9444.0, 9518.0, 9479.0, 9490.0, 9405.0, 9422.0, 9379.0, 9440.0, 9406.0, 9462.0, 9396.0, 9403.0, 9371.0, 9405.0, 9423.0, 9392.0, 9440.0, 9404.0, 9417.0, 9420.0, 9404.0, 9411.0, 9455.0, 9416.0, 9430.0, 9420.0, 9418.0, 9411.0, 9431.0, 9437.0, 9449.0, 9445.0, 9421.0, 9406.0, 9473.0, 9463.0, 9438.0, 9501.0, 9430.0, 9457.0, 9447.0, 9447.0, 9437.0, 9455.0, 9417.0, 9486.0, 9474.0, 9489.0, 9411.0, 9434.0, 9411.0, 9425.0, 9397.0, 9482.0, 9432.0, 9429.0, 9391.0, 9403.0, 9386.0, 9465.0, 9418.0, 9451.0, 9408.0, 9408.0, 9412.0, 9403.0, 9440.0, 9392.0, 9478.0, 9422.0, 9480.0, 9410.0, 9433.0, 9392.0, 9431.0, 9427.0, 9441.0, 9406.0, 9501.0, 9446.0, 9478.0, 9487.0, 9436.0, 9438.0, 9451.0, 9447.0, 9455.0, 9455.0, 9405.0, 9435.0, 9443.0, 9415.0, 9424.0, 9411.0, 9444.0, 9464.0, 9413.0, 9409.0, 9370.0, 9394.0, 9360.0, 9379.0, 9449.0, 9427.0, 9449.0, 9381.0, 9420.0, 9379.0, 9389.0, 9379.0, 9397.0, 9365.0, 9431.0, 9374.0, 9407.0, 9378.0, 9393.0, 9403.0, 9398.0, 9462.0, 9427.0, 9468.0, 9441.0, 9439.0, 9409.0, 9422.0, 9459.0, 9455.0, 9478.0, 9409.0, 9446.0, 9432.0, 9477.0, 9409.0, 9449.0, 9407.0, 9405.0, 9410.0, 9406.0, 9428.0, 9483.0, 9442.0, 9472.0, 9406.0, 9403.0, 9370.0, 9408.0, 9441.0, 9411.0, 9437.0, 9385.0, 9407.0, 9386.0, 9451.0, 9405.0, 9457.0, 9406.0, 9432.0, 9408.0, 9428.0, 9389.0, 9466.0, 9412.0, 9428.0, 9390.0, 9405.0, 9392.0, 9406.0, 9384.0, 9409.0, 9417.0, 9451.0, 9394.0, 9423.0, 9392.0, 9406.0, 9439.0, 9386.0, 9460.0, 9385.0, 9445.0, 9414.0, 9406.0, 9387.0, 9408.0, 9383.0, 9388.0, 9372.0, 9407.0, 9389.0, 9424.0, 9452.0, 9452.0, 9458.0, 9399.0, 9428.0, 9458.0, 9453.0, 9450.0, 9437.0, 9415.0, 9432.0, 9432.0, 9517.0, 9482.0, 9464.0, 9447.0, 9426.0, 9484.0, 9421.0, 9458.0, 9409.0, 9488.0, 9458.0, 9517.0, 9457.0, 9414.0, 9413.0, 9397.0, 9420.0, 9470.0, 9434.0, 9473.0, 9434.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.0012365097588978185</td></tr>
<tr><td colspan=3>aqi</td><td>0.03166038002296211</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.61784543891956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2598067053448265</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885969472643675</td></tr>
<tr><td colspan=3>efc</td><td>0.4748</td></tr>
<tr><td colspan=3>fber</td><td>5527.9087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13733078410415464</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.106773823191734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3433964908960987</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.210186947305037</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5488581210486685</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2711444043345907</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123245</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019197408109903336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028923742473125458</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.192277809816111</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>33.1404</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.513</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.5789</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.5157</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0846</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.6771</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3479.2084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.0647</td></tr>
<tr><td colspan=3>tsnr</td><td>35.70546620921232</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>