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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-03_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-0053_ses-03_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-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_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-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_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-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_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-0053/ses-03/func/sub-0053_ses-03_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>5c3762bfe0174d0e46c0618c53242f58</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>17:00:14.532500</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_VE11E_LATEST_20181129</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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.0812003</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31b485fd-283e-477f-97be-4f1f72bf3ea3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['170014.532500', '170014.992500', '170015.452500', '170015.912500', '170016.372500', '170016.832500', '170017.292500', '170017.752500', '170018.212500', '170018.672500', '170019.132500', '170019.592500', '170020.052500', '170020.512500', '170020.972500', '170021.432500', '170021.892500', '170022.352500', '170022.812500', '170023.272500', '170023.732500', '170024.192500', '170024.652500', '170025.112500', '170025.572500', '170026.032500', '170026.492500', '170026.952500', '170027.412500', '170027.872500', '170028.332500', '170028.792500', '170029.252500', '170029.712500', '170030.172500', '170030.632500', '170031.092500', '170031.552500', '170032.012500', '170032.472500', '170032.932500', '170033.392500', '170033.852500', '170034.312500', '170034.772500', '170035.232500', '170035.692500', '170036.152500', '170036.612500', '170037.072500', '170037.532500', '170037.992500', '170038.452500', '170038.912500', '170039.372500', '170039.832500', '170040.292500', '170040.752500', '170041.212500', '170041.672500', '170042.132500', '170042.592500', '170043.052500', '170043.512500', '170043.972500', '170044.432500', '170044.892500', '170045.352500', '170045.812500', '170046.272500', '170046.732500', '170047.192500', '170047.652500', '170048.112500', '170048.572500', '170049.032500', '170049.492500', '170049.952500', '170050.412500', '170050.872500', '170051.332500', '170051.792500', '170052.252500', '170052.712500', '170053.172500', '170053.632500', '170054.092500', '170054.552500', '170055.012500', '170055.472500', '170055.932500', '170056.392500', '170056.852500', '170057.312500', '170057.772500', '170058.232500', '170058.692500', '170059.152500', '170059.612500', '170100.072500', '170100.532500', '170100.992500', '170101.452500', '170101.912500', '170102.372500', '170102.832500', '170103.292500', '170103.752500', '170104.212500', '170104.672500', '170105.132500', '170105.592500', '170106.052500', '170106.512500', '170106.972500', '170107.432500', '170107.892500', '170108.352500', '170108.812500', '170109.272500', '170109.732500', '170110.192500', '170110.652500', '170111.112500', '170111.572500', '170112.032500', '170112.492500', '170112.952500', '170113.412500', '170113.872500', '170114.332500', '170114.792500', '170115.252500', '170115.712500', '170116.172500', '170116.632500', '170117.092500', '170117.552500', '170118.012500', '170118.472500', '170118.932500', '170119.392500', '170119.852500', '170120.312500', '170120.772500', '170121.232500', '170121.692500', '170122.152500', '170122.612500', '170123.072500', '170123.532500', '170123.992500', '170124.452500', '170124.912500', '170125.372500', '170125.832500', '170126.292500', '170126.752500', '170127.212500', '170127.672500', '170128.132500', '170128.592500', '170129.052500', '170129.512500', '170129.972500', '170130.432500', '170130.892500', '170131.352500', '170131.812500', '170132.272500', '170132.732500', '170133.192500', '170133.652500', '170134.112500', '170134.572500', '170135.032500', '170135.492500', '170135.952500', '170136.412500', '170136.872500', '170137.332500', '170137.792500', '170138.252500', '170138.712500', '170139.172500', '170139.632500', '170140.092500', '170140.552500', '170141.012500', '170141.472500', '170141.932500', '170142.392500', '170142.852500', '170143.312500', '170143.772500', '170144.232500', '170144.692500', '170145.152500', '170145.612500', '170146.072500', '170146.532500', '170146.992500', '170147.452500', '170147.912500', '170148.372500', '170148.832500', '170149.292500', '170149.752500', '170150.212500', '170150.672500', '170151.132500', '170151.592500', '170152.052500', '170152.512500', '170152.972500', '170153.432500', '170153.892500', '170154.352500', '170154.812500', '170155.272500', '170155.732500', '170156.192500', '170156.652500', '170157.112500', '170157.572500', '170158.032500', '170158.492500', '170158.952500', '170159.412500', '170159.872500', '170200.332500', '170200.792500', '170201.252500', '170201.712500', '170202.172500', '170202.632500', '170203.092500', '170203.552500', '170204.012500', '170204.472500', '170204.932500', '170205.392500', '170205.852500', '170206.312500', '170206.772500', '170207.232500', '170207.692500', '170208.152500', '170208.612500', '170209.072500', '170209.532500', '170209.992500', '170210.452500', '170210.912500', '170211.372500', '170211.832500', '170212.292500', '170212.752500', '170213.212500', '170213.672500', '170214.132500', '170214.592500', '170215.052500', '170215.512500', '170215.972500', '170216.432500', '170216.892500', '170217.352500', '170217.812500', '170218.272500', '170218.732500', '170219.192500', '170219.652500', '170220.112500', '170220.572500', '170221.032500', '170221.492500', '170221.952500', '170222.412500', '170222.872500', '170223.332500', '170223.792500', '170224.252500', '170224.712500', '170225.172500', '170225.632500', '170226.092500', '170226.552500', '170227.012500', '170227.472500', '170227.932500', '170228.392500', '170228.852500', '170229.312500', '170229.772500', '170230.232500', '170230.692500', '170231.152500', '170231.612500', '170232.072500', '170232.532500', '170232.992500', '170233.452500', '170233.912500', '170234.372500', '170234.832500', '170235.292500', '170235.752500', '170236.212500', '170236.672500', '170237.132500', '170237.592500', '170238.052500', '170238.512500', '170238.972500', '170239.432500', '170239.892500', '170240.352500', '170240.812500', '170241.272500', '170241.732500', '170242.192500', '170242.652500', '170243.112500', '170243.572500', '170244.032500', '170244.492500', '170244.952500', '170245.412500', '170245.872500', '170246.332500', '170246.792500', '170247.252500', '170247.712500', '170248.172500', '170248.632500', '170249.092500', '170249.552500', '170250.012500', '170250.472500', '170250.932500', '170251.392500', '170251.852500', '170252.312500', '170252.772500', '170253.232500', '170253.692500', '170254.152500', '170254.612500', '170255.072500', '170255.532500', '170255.992500', '170256.452500', '170256.912500', '170257.372500', '170257.832500', '170258.292500', '170258.752500', '170259.212500', '170259.672500', '170300.132500', '170300.592500', '170301.052500', '170301.512500', '170301.972500', '170302.432500', '170302.892500', '170303.352500', '170303.812500', '170304.272500', '170304.732500', '170305.192500', '170305.652500', '170306.112500', '170306.572500', '170307.032500', '170307.492500', '170307.952500', '170308.412500', '170308.872500', '170309.332500', '170309.792500', '170310.252500', '170310.712500', '170311.172500', '170311.632500', '170312.092500', '170312.552500', '170313.012500', '170313.472500', '170313.932500', '170314.392500', '170314.852500', '170315.312500', '170315.772500', '170316.232500', '170316.692500', '170317.152500', '170317.612500', '170318.072500', '170318.532500', '170318.992500', '170319.452500', '170319.912500', '170320.372500', '170320.832500', '170321.292500', '170321.752500', '170322.212500', '170322.672500', '170323.132500', '170323.592500', '170324.052500', '170324.512500', '170324.972500', '170325.432500', '170325.892500', '170326.352500', '170326.812500', '170327.272500', '170327.732500', '170328.192500', '170328.652500', '170329.112500', '170329.572500', '170330.032500', '170330.492500', '170330.952500', '170331.412500', '170331.872500', '170332.332500', '170332.792500', '170333.252500', '170333.712500', '170334.172500', '170334.632500', '170335.092500', '170335.552500', '170336.012500', '170336.472500', '170336.932500', '170337.392500', '170337.852500', '170338.312500', '170338.772500', '170339.232500', '170339.692500', '170340.152500', '170340.612500', '170341.072500', '170341.532500', '170341.992500', '170342.452500', '170342.912500', '170343.372500', '170343.832500', '170344.292500', '170344.752500', '170345.212500', '170345.672500', '170346.132500', '170346.592500', '170347.052500', '170347.512500', '170347.972500', '170348.432500', '170348.892500', '170349.352500', '170349.812500', '170350.272500', '170350.732500', '170351.192500', '170351.652500', '170352.112500', '170352.572500', '170353.032500', '170353.492500', '170353.952500', '170354.412500', '170354.872500', '170355.332500', '170355.792500', '170356.252500', '170356.712500', '170357.172500', '170357.632500', '170358.092500', '170358.552500', '170359.012500', '170359.472500', '170359.932500', '170400.392500', '170400.852500', '170401.312500', '170401.772500', '170402.232500', '170402.692500', '170403.152500', '170403.612500', '170404.072500', '170404.532500', '170404.992500', '170405.452500', '170405.912500', '170406.372500', '170406.832500', '170407.292500', '170407.752500', '170408.212500', '170408.672500', '170409.132500', '170409.592500', '170410.052500', '170410.512500', '170410.972500', '170411.432500', '170411.892500', '170412.352500', '170412.812500', '170413.272500', '170413.732500', '170414.192500', '170414.652500', '170415.112500', '170415.572500', '170416.032500', '170416.492500', '170416.952500', '170417.412500', '170417.872500', '170418.332500', '170418.792500', '170419.252500', '170419.712500', '170420.172500', '170420.632500', '170421.092500', '170421.552500', '170422.012500', '170422.472500', '170422.932500', '170423.392500', '170423.852500', '170424.312500', '170424.772500', '170425.232500', '170425.692500', '170426.152500', '170426.612500', '170427.072500', '170427.532500', '170427.992500', '170428.452500', '170428.912500', '170429.372500', '170429.832500', '170430.292500', '170430.752500', '170431.212500', '170431.672500', '170432.132500', '170432.592500', '170433.052500', '170433.512500', '170433.972500', '170434.432500', '170434.892500', '170435.352500', '170435.812500', '170436.272500', '170436.732500', '170437.192500', '170437.652500', '170438.112500', '170438.572500', '170439.032500', '170439.492500', '170439.952500', '170440.412500', '170440.872500', '170441.332500', '170441.792500', '170442.252500', '170442.712500', '170443.172500', '170443.632500', '170444.092500', '170444.552500', '170445.012500', '170445.472500', '170445.932500', '170446.392500', '170446.852500', '170447.312500', '170447.772500', '170448.232500', '170448.692500', '170449.152500', '170449.612500', '170450.072500', '170450.532500', '170450.992500', '170451.452500', '170451.912500', '170452.372500', '170452.832500', '170453.292500', '170453.752500', '170454.212500', '170454.672500', '170455.132500', '170455.592500', '170456.052500', '170456.512500', '170456.972500', '170457.432500', '170457.892500', '170458.352500', '170458.812500', '170459.272500', '170459.732500', '170500.192500', '170500.652500', '170501.112500', '170501.572500', '170502.032500', '170502.492500', '170502.952500', '170503.412500', '170503.872500', '170504.332500', '170504.792500', '170505.252500', '170505.712500', '170506.172500', '170506.632500', '170507.092500', '170507.552500', '170508.012500', '170508.472500', '170508.932500', '170509.392500', '170509.852500', '170510.312500', '170510.772500', '170511.232500', '170511.692500', '170512.152500', '170512.612500', '170513.072500', '170513.532500', '170513.992500', '170514.452500', '170514.912500', '170515.372500', '170515.832500', '170516.292500', '170516.752500', '170517.212500', '170517.672500', '170518.132500', '170518.592500', '170519.052500', '170519.512500', '170519.972500', '170520.432500', '170520.892500', '170521.352500', '170521.812500', '170522.272500', '170522.732500', '170523.192500', '170523.652500', '170524.112500', '170524.572500', '170525.032500', '170525.492500', '170525.952500', '170526.412500', '170526.872500', '170527.332500', '170527.792500', '170528.252500', '170528.712500', '170529.172500', '170529.632500', '170530.092500', '170530.552500', '170531.012500', '170531.472500', '170531.932500', '170532.392500', '170532.852500', '170533.312500', '170533.772500', '170534.232500', '170534.692500', '170535.152500', '170535.612500', '170536.072500', '170536.532500', '170536.992500', '170537.452500', '170537.912500', '170538.372500', '170538.832500', '170539.292500', '170539.752500', '170540.212500', '170540.672500', '170541.132500', '170541.592500', '170542.052500', '170542.512500', '170542.972500', '170543.432500', '170543.892500', '170544.352500', '170544.812500', '170545.272500', '170545.732500', '170546.192500', '170546.652500', '170547.112500', '170547.572500', '170548.032500', '170548.492500', '170548.952500', '170549.412500', '170549.872500', '170550.332500', '170550.792500', '170551.252500', '170551.712500', '170552.172500', '170552.632500', '170553.092500', '170553.552500', '170554.012500', '170554.472500', '170554.932500', '170555.392500', '170555.852500', '170556.312500', '170556.772500', '170557.232500', '170557.692500', '170558.152500', '170558.612500', '170559.072500', '170559.532500', '170559.992500', '170600.452500', '170600.912500', '170601.372500', '170601.832500', '170602.292500', '170602.752500', '170603.212500', '170603.672500', '170604.132500', '170604.592500', '170605.052500', '170605.512500', '170605.972500', '170606.432500', '170606.892500', '170607.352500', '170607.812500', '170608.272500', '170608.732500', '170609.192500', '170609.652500', '170610.112500', '170610.572500', '170611.032500', '170611.492500', '170611.952500', '170612.412500', '170612.872500', '170613.332500', '170613.792500', '170614.252500', '170614.712500', '170615.172500', '170615.632500', '170616.092500', '170616.552500', '170617.012500', '170617.472500', '170617.932500', '170618.392500', '170618.852500', '170619.312500', '170619.772500', '170620.232500', '170620.692500', '170621.152500', '170621.612500', '170622.072500', '170622.532500', '170622.992500', '170623.452500', '170623.912500', '170624.372500', '170624.832500', '170625.292500', '170625.752500', '170626.212500', '170626.672500', '170627.132500', '170627.592500', '170628.052500', '170628.512500', '170628.972500', '170629.432500', '170629.892500', '170630.352500', '170630.812500', '170631.272500', '170631.732500', '170632.192500', '170632.652500', '170633.112500', '170633.572500', '170634.032500', '170634.492500', '170634.952500', '170635.412500', '170635.872500', '170636.332500', '170636.792500', '170637.252500', '170637.712500', '170638.172500', '170638.632500', '170639.092500', '170639.552500', '170640.012500', '170640.472500', '170640.932500', '170641.392500', '170641.852500', '170642.312500', '170642.772500', '170643.232500', '170643.692500', '170644.152500', '170644.612500', '170645.072500', '170645.532500', '170645.992500', '170646.452500', '170646.912500', '170647.372500', '170647.832500', '170648.292500', '170648.752500', '170649.212500', '170649.672500', '170650.132500', '170650.592500', '170651.052500', '170651.512500', '170651.972500', '170652.432500', '170652.892500', '170653.352500', '170653.812500', '170654.272500', '170654.732500', '170655.192500'], 'ContentTime': ['170037.992000', '170037.995000', '170037.998000', '170038.002000', '170038.004000', '170038.007000', '170038.010000', '170038.012000', '170038.015000', '170038.017000', '170038.020000', '170038.022000', '170038.025000', '170038.027000', '170038.030000', '170038.033000', '170038.035000', '170038.038000', '170038.040000', '170038.043000', '170038.046000', '170038.048000', '170038.051000', '170038.053000', '170038.056000', '170038.058000', '170038.061000', '170038.063000', '170038.066000', '170038.069000', '170038.071000', '170038.074000', '170038.076000', '170038.079000', '170038.081000', '170038.084000', '170038.086000', '170038.089000', '170038.091000', '170038.094000', '170038.097000', '170038.099000', '170038.102000', '170038.104000', '170038.107000', '170038.109000', '170038.112000', '170038.114000', '170057.956000', '170057.958000', '170057.961000', '170057.963000', '170057.966000', '170057.969000', '170057.971000', '170057.974000', '170057.976000', '170057.979000', '170057.981000', '170057.984000', '170057.987000', '170057.989000', '170057.992000', '170057.995000', '170057.997000', '170058.001000', '170058.003000', '170058.006000', '170058.009000', '170058.011000', '170058.014000', '170058.016000', '170058.019000', '170058.021000', '170058.024000', '170058.026000', '170058.029000', '170058.031000', '170058.034000', '170058.037000', '170058.039000', '170058.042000', '170058.046000', '170058.049000', '170058.094000', '170058.097000', '170058.099000', '170058.102000', '170058.104000', '170058.107000', '170058.109000', '170058.112000', '170117.955000', '170117.958000', '170117.961000', '170117.963000', '170117.966000', '170117.968000', '170117.971000', '170117.973000', '170117.976000', '170117.978000', '170117.987000', '170117.990000', '170117.993000', '170117.995000', '170117.998000', '170118.000000', '170118.003000', '170118.006000', '170118.008000', '170118.011000', '170118.013000', '170118.016000', '170118.018000', '170118.021000', '170118.023000', '170118.026000', '170118.028000', '170118.031000', '170118.034000', '170118.036000', '170118.039000', '170118.041000', '170118.044000', '170118.046000', '170118.049000', '170118.051000', '170118.054000', '170118.056000', '170118.059000', '170118.062000', '170118.064000', '170118.067000', '170118.069000', '170137.955000', '170137.958000', '170137.961000', '170137.963000', '170137.966000', '170137.968000', '170137.971000', '170137.974000', '170137.976000', '170137.979000', '170137.981000', '170137.984000', '170137.986000', '170137.989000', '170137.992000', '170137.995000', '170138.009000', '170138.012000', '170138.014000', '170138.017000', '170138.019000', '170138.022000', '170138.025000', '170138.027000', '170138.030000', '170138.032000', '170138.035000', '170138.038000', '170138.040000', '170138.043000', '170138.045000', '170138.048000', '170138.050000', '170138.053000', '170138.056000', '170138.058000', '170138.061000', '170138.063000', '170138.066000', '170138.069000', '170138.071000', '170138.074000', '170138.076000', '170157.954000', '170157.957000', '170157.960000', '170157.962000', '170157.965000', '170157.968000', '170157.970000', '170157.973000', '170157.975000', '170157.978000', '170157.980000', '170157.983000', '170157.985000', '170157.988000', '170157.990000', '170157.993000', '170157.995000', '170157.998000', '170158.001000', '170158.003000', '170158.006000', '170158.008000', '170158.011000', '170158.013000', '170158.016000', '170158.018000', '170158.021000', '170158.023000', '170158.026000', '170158.028000', '170158.031000', '170158.034000', '170158.036000', '170158.039000', '170158.041000', '170158.044000', '170158.046000', '170158.049000', '170158.051000', '170158.054000', '170158.057000', '170158.059000', '170158.062000', '170158.064000', '170217.954000', '170217.957000', '170217.960000', '170217.962000', '170217.965000', '170217.968000', '170217.970000', '170217.973000', '170217.976000', '170217.979000', '170217.982000', '170217.985000', '170217.987000', '170217.990000', '170217.993000', '170217.995000', '170217.998000', '170218.002000', '170218.004000', '170218.007000', '170218.009000', '170218.012000', '170218.015000', '170218.017000', '170218.020000', '170218.022000', '170218.025000', '170218.027000', '170218.030000', '170218.033000', '170218.035000', '170218.038000', '170218.041000', '170218.043000', '170218.046000', '170218.048000', '170218.051000', '170218.053000', '170218.056000', '170218.059000', '170218.061000', '170218.064000', '170218.066000', '170237.954000', '170237.957000', '170237.960000', '170237.962000', '170237.965000', '170237.968000', '170237.970000', '170237.973000', '170237.975000', '170237.978000', '170237.980000', '170237.983000', '170237.985000', '170237.988000', '170237.990000', '170237.993000', '170237.996000', '170237.998000', '170238.002000', '170238.004000', '170238.007000', '170238.009000', '170238.012000', '170238.015000', '170238.017000', '170238.020000', '170238.022000', '170238.025000', '170238.027000', '170238.030000', '170238.032000', '170238.035000', '170238.038000', '170238.040000', '170238.043000', '170238.045000', '170238.048000', '170238.050000', '170238.053000', '170238.055000', '170238.058000', '170238.061000', '170238.063000', '170238.066000', '170257.954000', '170257.957000', '170258.020000', '170258.022000', '170258.025000', '170258.028000', '170258.030000', '170258.033000', '170258.035000', '170258.038000', '170258.041000', '170258.043000', '170258.046000', '170258.048000', '170258.051000', '170258.054000', '170258.056000', '170258.059000', '170258.061000', '170258.064000', '170258.067000', '170258.069000', '170258.072000', '170258.074000', '170258.077000', '170258.079000', '170258.089000', '170258.092000', '170258.095000', '170258.097000', '170258.100000', '170258.102000', '170258.105000', '170258.107000', '170258.110000', '170258.113000', '170258.115000', '170258.118000', '170258.120000', '170258.123000', '170258.125000', '170258.128000', '170258.130000', '170317.955000', '170317.958000', '170317.961000', '170317.963000', '170317.966000', '170317.969000', '170317.971000', '170317.974000', '170317.976000', '170317.979000', '170317.982000', '170317.984000', '170317.987000', '170317.989000', '170317.992000', '170317.995000', '170317.997000', '170318.000000', '170318.002000', '170318.005000', '170318.007000', '170318.010000', '170318.013000', '170318.015000', '170318.018000', '170318.020000', '170318.023000', '170318.025000', '170318.028000', '170318.030000', '170318.033000', '170318.036000', '170318.038000', '170318.041000', '170318.043000', '170318.046000', '170318.048000', '170318.051000', '170318.054000', '170318.056000', '170318.059000', '170318.061000', '170318.064000', '170318.066000', '170337.956000', '170337.958000', '170337.961000', '170337.964000', '170337.966000', '170337.969000', '170337.971000', '170337.974000', '170337.976000', '170337.979000', '170337.982000', '170337.984000', '170337.987000', '170337.990000', '170337.993000', '170337.996000', '170337.998000', '170338.002000', '170338.004000', '170338.007000', '170338.010000', '170338.012000', '170338.015000', '170338.019000', '170338.022000', '170338.024000', '170338.027000', '170338.029000', '170338.032000', '170338.035000', '170338.037000', '170338.040000', '170338.042000', '170338.045000', '170338.048000', '170338.050000', '170338.053000', '170338.055000', '170338.058000', '170338.061000', '170338.063000', '170338.066000', '170338.068000', '170357.955000', '170357.958000', '170357.961000', '170357.963000', '170357.966000', '170357.969000', '170357.971000', '170357.974000', '170357.976000', '170357.979000', '170357.982000', '170357.984000', '170357.987000', '170357.989000', '170357.992000', '170357.995000', '170357.997000', '170358.001000', '170358.003000', '170358.006000', '170358.008000', '170358.011000', '170358.014000', '170358.016000', '170358.019000', '170358.021000', '170358.024000', '170358.027000', '170358.029000', '170358.032000', '170358.034000', '170358.037000', '170358.039000', '170358.042000', '170358.045000', '170358.047000', '170358.050000', '170358.052000', '170358.055000', '170358.057000', '170358.060000', '170358.062000', '170358.065000', '170358.068000', '170417.955000', '170417.957000', '170417.960000', '170417.962000', '170417.965000', '170417.968000', '170417.970000', '170417.973000', '170417.975000', '170417.978000', '170417.980000', '170417.983000', '170417.986000', '170417.988000', '170417.991000', '170417.993000', '170417.996000', '170417.999000', '170418.001000', '170418.012000', '170418.014000', '170418.017000', '170418.020000', '170418.022000', '170418.025000', '170418.028000', '170418.031000', '170418.041000', '170418.044000', '170418.046000', '170418.049000', '170418.051000', '170418.054000', '170418.057000', '170418.059000', '170418.062000', '170418.064000', '170418.067000', '170418.069000', '170418.072000', '170418.074000', '170418.077000', '170418.080000', '170437.955000', '170437.957000', '170437.960000', '170437.962000', '170437.965000', '170437.967000', '170437.970000', '170437.973000', '170437.975000', '170437.978000', '170437.980000', '170437.983000', '170437.985000', '170437.988000', '170437.990000', '170437.993000', '170437.996000', '170437.998000', '170438.001000', '170438.003000', '170438.006000', '170438.008000', '170438.011000', '170438.014000', '170438.016000', '170438.019000', '170438.021000', '170438.024000', '170438.027000', '170438.029000', '170438.032000', '170438.034000', '170438.037000', '170438.039000', '170438.042000', '170438.045000', '170438.047000', '170438.050000', '170438.052000', '170438.055000', '170438.057000', '170438.060000', '170438.063000', '170438.065000', '170457.954000', '170457.957000', '170457.960000', '170457.962000', '170457.965000', '170457.968000', '170457.970000', '170457.973000', '170457.975000', '170457.978000', '170457.980000', '170457.983000', '170457.986000', '170457.988000', '170457.991000', '170457.993000', '170457.996000', '170458.000000', '170458.002000', '170458.005000', '170458.007000', '170458.010000', '170458.012000', '170458.015000', '170458.018000', '170458.020000', '170458.023000', '170458.025000', '170458.028000', '170458.030000', '170458.033000', '170458.036000', '170458.038000', '170458.041000', '170458.043000', '170458.046000', '170458.049000', '170458.051000', '170458.054000', '170458.059000', '170458.062000', '170458.064000', '170458.067000', '170517.955000', '170517.958000', '170517.961000', '170517.963000', '170517.966000', '170517.969000', '170517.971000', '170517.974000', '170517.976000', '170517.979000', '170517.982000', '170517.984000', '170517.987000', '170517.989000', '170517.992000', '170517.994000', '170517.997000', '170518.000000', '170518.002000', '170518.005000', '170518.007000', '170518.010000', '170518.012000', '170518.015000', '170518.017000', '170518.020000', '170518.023000', '170518.025000', '170518.028000', '170518.030000', '170518.033000', '170518.036000', '170518.038000', '170518.041000', '170518.043000', '170518.046000', '170518.048000', '170518.051000', '170518.053000', '170518.056000', '170518.059000', '170518.061000', '170518.064000', '170518.066000', '170537.955000', '170537.958000', '170537.961000', '170537.963000', '170537.966000', '170537.969000', '170537.971000', '170537.974000', '170537.976000', '170537.979000', '170537.982000', '170537.984000', '170537.987000', '170537.990000', '170537.992000', '170537.995000', '170537.997000', '170538.000000', '170538.002000', '170538.005000', '170538.008000', '170538.010000', '170538.013000', '170538.015000', '170538.018000', '170538.021000', '170538.023000', '170538.026000', '170538.028000', '170538.038000', '170538.041000', '170538.043000', '170538.046000', '170538.048000', '170538.051000', '170538.054000', '170538.056000', '170538.059000', '170538.061000', '170538.064000', '170538.067000', '170538.069000', '170538.072000', '170557.955000', '170557.958000', '170557.961000', '170557.963000', '170557.966000', '170557.969000', '170557.971000', '170557.974000', '170557.976000', '170558.005000', '170558.008000', '170558.010000', '170558.013000', '170558.015000', '170558.018000', '170558.020000', '170558.023000', '170558.026000', '170558.028000', '170558.031000', '170558.033000', '170558.036000', '170558.038000', '170558.041000', '170558.044000', '170558.046000', '170558.049000', '170558.051000', '170558.054000', '170558.056000', '170558.059000', '170558.061000', '170558.064000', '170558.067000', '170558.069000', '170558.072000', '170558.074000', '170558.077000', '170558.079000', '170558.082000', '170558.084000', '170558.087000', '170558.090000', '170558.092000', '170617.954000', '170617.957000', '170617.960000', '170617.963000', '170617.965000', '170617.968000', '170617.970000', '170617.973000', '170617.976000', '170617.978000', '170617.981000', '170617.983000', '170617.986000', '170617.989000', '170617.991000', '170617.994000', '170617.996000', '170617.999000', '170618.001000', '170618.005000', '170618.008000', '170618.011000', '170618.013000', '170618.016000', '170618.019000', '170618.021000', '170618.024000', '170618.026000', '170618.029000', '170618.031000', '170618.034000', '170618.037000', '170618.039000', '170618.042000', '170618.044000', '170618.047000', '170618.049000', '170618.052000', '170618.055000', '170618.057000', '170618.060000', '170618.062000', '170618.065000', '170637.954000', '170637.957000', '170637.960000', '170637.962000', '170637.965000', '170637.967000', '170637.970000', '170637.973000', '170637.975000', '170637.978000', '170637.980000', '170637.983000', '170637.985000', '170637.988000', '170637.991000', '170637.993000', '170637.996000', '170637.998000', '170638.002000', '170638.004000', '170638.007000', '170638.010000', '170638.012000', '170638.015000', '170638.017000', '170638.020000', '170638.022000', '170638.025000', '170638.027000', '170638.030000', '170638.033000', '170638.035000', '170638.038000', '170638.040000', '170638.043000', '170638.045000', '170638.048000', '170638.051000', '170638.053000', '170638.056000', '170638.058000', '170638.061000', '170638.063000', '170638.066000', '170656.684000', '170656.687000', '170656.690000', '170656.692000', '170656.695000', '170656.698000', '170656.701000', '170656.704000', '170656.706000', '170656.709000', '170656.712000', '170656.714000', '170656.718000', '170656.722000', '170656.725000', '170656.728000', '170656.735000', '170656.739000', '170656.742000', '170656.745000', '170656.748000', '170656.751000', '170656.754000', '170656.757000', '170656.760000', '170656.762000', '170656.765000', '170656.768000', '170656.770000', '170656.773000', '170656.776000', '170656.778000', '170656.781000', '170656.787000', '170656.791000', '170656.794000', '170656.797000', '170656.800000', '170656.803000', '170656.810000', '170656.818000'], 'InstanceCreationTime': ['170037.992000', '170037.995000', '170037.998000', '170038.002000', '170038.004000', '170038.007000', '170038.010000', '170038.012000', '170038.015000', '170038.017000', '170038.020000', '170038.022000', '170038.025000', '170038.027000', '170038.030000', '170038.033000', '170038.035000', '170038.038000', '170038.040000', '170038.043000', '170038.046000', '170038.048000', '170038.051000', '170038.053000', '170038.056000', '170038.058000', '170038.061000', '170038.063000', '170038.066000', '170038.069000', '170038.071000', '170038.074000', '170038.076000', '170038.079000', '170038.081000', '170038.084000', '170038.086000', '170038.089000', '170038.091000', '170038.094000', '170038.097000', '170038.099000', '170038.102000', '170038.104000', '170038.107000', '170038.109000', '170038.112000', '170038.114000', '170057.956000', '170057.958000', '170057.961000', '170057.963000', '170057.966000', '170057.969000', '170057.971000', '170057.974000', '170057.976000', '170057.979000', '170057.981000', '170057.984000', '170057.987000', '170057.989000', '170057.992000', '170057.995000', '170057.997000', '170058.001000', '170058.003000', '170058.006000', '170058.009000', '170058.011000', '170058.014000', '170058.016000', '170058.019000', '170058.021000', '170058.024000', '170058.026000', '170058.029000', '170058.031000', '170058.034000', '170058.037000', '170058.039000', '170058.042000', '170058.046000', '170058.049000', '170058.094000', '170058.097000', '170058.099000', '170058.102000', '170058.104000', '170058.107000', '170058.109000', '170058.112000', '170117.955000', '170117.958000', '170117.961000', '170117.963000', '170117.966000', '170117.968000', '170117.971000', '170117.973000', '170117.976000', '170117.978000', '170117.987000', '170117.990000', '170117.993000', '170117.995000', '170117.998000', '170118.000000', '170118.003000', '170118.006000', '170118.008000', '170118.011000', '170118.013000', '170118.016000', '170118.018000', '170118.021000', '170118.023000', '170118.026000', '170118.028000', '170118.031000', '170118.034000', '170118.036000', '170118.039000', '170118.041000', '170118.044000', '170118.046000', '170118.049000', '170118.051000', '170118.054000', '170118.056000', '170118.059000', '170118.062000', '170118.064000', '170118.067000', '170118.069000', '170137.955000', '170137.958000', '170137.961000', '170137.963000', '170137.966000', '170137.968000', '170137.971000', '170137.974000', '170137.976000', '170137.979000', '170137.981000', '170137.984000', '170137.986000', '170137.989000', '170137.992000', '170137.995000', '170138.009000', '170138.012000', '170138.014000', '170138.017000', '170138.019000', '170138.022000', '170138.025000', '170138.027000', '170138.030000', '170138.032000', '170138.035000', '170138.038000', '170138.040000', '170138.043000', '170138.045000', '170138.048000', '170138.050000', '170138.053000', '170138.056000', '170138.058000', '170138.061000', '170138.063000', '170138.066000', '170138.069000', '170138.071000', '170138.074000', '170138.076000', '170157.954000', '170157.957000', '170157.960000', '170157.962000', '170157.965000', '170157.968000', '170157.970000', '170157.973000', '170157.975000', '170157.978000', '170157.980000', '170157.983000', '170157.985000', '170157.988000', '170157.990000', '170157.993000', '170157.995000', '170157.998000', '170158.001000', '170158.003000', '170158.006000', '170158.008000', '170158.011000', '170158.013000', '170158.016000', '170158.018000', '170158.021000', '170158.023000', '170158.026000', '170158.028000', '170158.031000', '170158.034000', '170158.036000', '170158.039000', '170158.041000', '170158.044000', '170158.046000', '170158.049000', '170158.051000', '170158.054000', '170158.057000', '170158.059000', '170158.062000', '170158.064000', '170217.954000', '170217.957000', '170217.960000', '170217.962000', '170217.965000', '170217.968000', '170217.970000', '170217.973000', '170217.976000', '170217.979000', '170217.982000', '170217.985000', '170217.987000', '170217.990000', '170217.993000', '170217.995000', '170217.998000', '170218.002000', '170218.004000', '170218.007000', '170218.009000', '170218.012000', '170218.015000', '170218.017000', '170218.020000', '170218.022000', '170218.025000', '170218.027000', '170218.030000', '170218.033000', '170218.035000', '170218.038000', '170218.041000', '170218.043000', '170218.046000', '170218.048000', '170218.051000', '170218.053000', '170218.056000', '170218.059000', '170218.061000', '170218.064000', '170218.066000', '170237.954000', '170237.957000', '170237.960000', '170237.962000', '170237.965000', '170237.968000', '170237.970000', '170237.973000', '170237.975000', '170237.978000', '170237.980000', '170237.983000', '170237.985000', '170237.988000', '170237.990000', '170237.993000', '170237.996000', '170237.998000', '170238.002000', '170238.004000', '170238.007000', '170238.009000', '170238.012000', '170238.015000', '170238.017000', '170238.020000', '170238.022000', '170238.025000', '170238.027000', '170238.030000', '170238.032000', '170238.035000', '170238.038000', '170238.040000', '170238.043000', '170238.045000', '170238.048000', '170238.050000', '170238.053000', '170238.055000', '170238.058000', '170238.061000', '170238.063000', '170238.066000', '170257.954000', '170257.957000', '170258.020000', '170258.022000', '170258.025000', '170258.028000', '170258.030000', '170258.033000', '170258.035000', '170258.038000', '170258.041000', '170258.043000', '170258.046000', '170258.048000', '170258.051000', '170258.054000', '170258.056000', '170258.059000', '170258.061000', '170258.064000', '170258.067000', '170258.069000', '170258.072000', '170258.074000', '170258.077000', '170258.079000', '170258.089000', '170258.092000', '170258.095000', '170258.097000', '170258.100000', '170258.102000', '170258.105000', '170258.107000', '170258.110000', '170258.113000', '170258.115000', '170258.118000', '170258.120000', '170258.123000', '170258.125000', '170258.128000', '170258.130000', '170317.955000', '170317.958000', '170317.961000', '170317.963000', '170317.966000', '170317.969000', '170317.971000', '170317.974000', '170317.976000', '170317.979000', '170317.982000', '170317.984000', '170317.987000', '170317.989000', '170317.992000', '170317.995000', '170317.997000', '170318.000000', '170318.002000', '170318.005000', '170318.007000', '170318.010000', '170318.013000', '170318.015000', '170318.018000', '170318.020000', '170318.023000', '170318.025000', '170318.028000', '170318.030000', '170318.033000', '170318.036000', '170318.038000', '170318.041000', '170318.043000', '170318.046000', '170318.048000', '170318.051000', '170318.054000', '170318.056000', '170318.059000', '170318.061000', '170318.064000', '170318.066000', '170337.956000', '170337.958000', '170337.961000', '170337.964000', '170337.966000', '170337.969000', '170337.971000', '170337.974000', '170337.976000', '170337.979000', '170337.982000', '170337.984000', '170337.987000', '170337.990000', '170337.993000', '170337.996000', '170337.998000', '170338.002000', '170338.004000', '170338.007000', '170338.010000', '170338.012000', '170338.015000', '170338.019000', '170338.022000', '170338.024000', '170338.027000', '170338.029000', '170338.032000', '170338.035000', '170338.037000', '170338.040000', '170338.042000', '170338.045000', '170338.048000', '170338.050000', '170338.053000', '170338.055000', '170338.058000', '170338.061000', '170338.063000', '170338.066000', '170338.068000', '170357.955000', '170357.958000', '170357.961000', '170357.963000', '170357.966000', '170357.969000', '170357.971000', '170357.974000', '170357.976000', '170357.979000', '170357.982000', '170357.984000', '170357.987000', '170357.989000', '170357.992000', '170357.995000', '170357.997000', '170358.001000', '170358.003000', '170358.006000', '170358.008000', '170358.011000', '170358.014000', '170358.016000', '170358.019000', '170358.021000', '170358.024000', '170358.027000', '170358.029000', '170358.032000', '170358.034000', '170358.037000', '170358.039000', '170358.042000', '170358.045000', '170358.047000', '170358.050000', '170358.052000', '170358.055000', '170358.057000', '170358.060000', '170358.062000', '170358.065000', '170358.068000', '170417.955000', '170417.957000', '170417.960000', '170417.962000', '170417.965000', '170417.968000', '170417.970000', '170417.973000', '170417.975000', '170417.978000', '170417.980000', '170417.983000', '170417.986000', '170417.988000', '170417.991000', '170417.993000', '170417.996000', '170417.999000', '170418.001000', '170418.012000', '170418.014000', '170418.017000', '170418.020000', '170418.022000', '170418.025000', '170418.028000', '170418.031000', '170418.041000', '170418.044000', '170418.046000', '170418.049000', '170418.051000', '170418.054000', '170418.057000', '170418.059000', '170418.062000', '170418.064000', '170418.067000', '170418.069000', '170418.072000', '170418.074000', '170418.077000', '170418.080000', '170437.955000', '170437.957000', '170437.960000', '170437.962000', '170437.965000', '170437.967000', '170437.970000', '170437.973000', '170437.975000', '170437.978000', '170437.980000', '170437.983000', '170437.985000', '170437.988000', '170437.990000', '170437.993000', '170437.996000', '170437.998000', '170438.001000', '170438.003000', '170438.006000', '170438.008000', '170438.011000', '170438.014000', '170438.016000', '170438.019000', '170438.021000', '170438.024000', '170438.027000', '170438.029000', '170438.032000', '170438.034000', '170438.037000', '170438.039000', '170438.042000', '170438.045000', '170438.047000', '170438.050000', '170438.052000', '170438.055000', '170438.057000', '170438.060000', '170438.063000', '170438.065000', '170457.954000', '170457.957000', '170457.960000', '170457.962000', '170457.965000', '170457.968000', '170457.970000', '170457.973000', '170457.975000', '170457.978000', '170457.980000', '170457.983000', '170457.986000', '170457.988000', '170457.991000', '170457.993000', '170457.996000', '170458.000000', '170458.002000', '170458.005000', '170458.007000', '170458.010000', '170458.012000', '170458.015000', '170458.018000', '170458.020000', '170458.023000', '170458.025000', '170458.028000', '170458.030000', '170458.033000', '170458.036000', '170458.038000', '170458.041000', '170458.043000', '170458.046000', '170458.049000', '170458.051000', '170458.054000', '170458.059000', '170458.062000', '170458.064000', '170458.067000', '170517.955000', '170517.958000', '170517.961000', '170517.963000', '170517.966000', '170517.969000', '170517.971000', '170517.974000', '170517.976000', '170517.979000', '170517.982000', '170517.984000', '170517.987000', '170517.989000', '170517.992000', '170517.994000', '170517.997000', '170518.000000', '170518.002000', '170518.005000', '170518.007000', '170518.010000', '170518.012000', '170518.015000', '170518.017000', '170518.020000', '170518.023000', '170518.025000', '170518.028000', '170518.030000', '170518.033000', '170518.036000', '170518.038000', '170518.041000', '170518.043000', '170518.046000', '170518.048000', '170518.051000', '170518.053000', '170518.056000', '170518.059000', '170518.061000', '170518.064000', '170518.066000', '170537.955000', '170537.958000', '170537.961000', '170537.963000', '170537.966000', '170537.969000', '170537.971000', '170537.974000', '170537.976000', '170537.979000', '170537.982000', '170537.984000', '170537.987000', '170537.990000', '170537.992000', '170537.995000', '170537.997000', '170538.000000', '170538.002000', '170538.005000', '170538.008000', '170538.010000', '170538.013000', '170538.015000', '170538.018000', '170538.021000', '170538.023000', '170538.026000', '170538.028000', '170538.038000', '170538.041000', '170538.043000', '170538.046000', '170538.048000', '170538.051000', '170538.054000', '170538.056000', '170538.059000', '170538.061000', '170538.064000', '170538.067000', '170538.069000', '170538.072000', '170557.955000', '170557.958000', '170557.961000', '170557.963000', '170557.966000', '170557.969000', '170557.971000', '170557.974000', '170557.976000', '170558.005000', '170558.008000', '170558.010000', '170558.013000', '170558.015000', '170558.018000', '170558.020000', '170558.023000', '170558.026000', '170558.028000', '170558.031000', '170558.033000', '170558.036000', '170558.038000', '170558.041000', '170558.044000', '170558.046000', '170558.049000', '170558.051000', '170558.054000', '170558.056000', '170558.059000', '170558.061000', '170558.064000', '170558.067000', '170558.069000', '170558.072000', '170558.074000', '170558.077000', '170558.079000', '170558.082000', '170558.084000', '170558.087000', '170558.090000', '170558.092000', '170617.954000', '170617.957000', '170617.960000', '170617.963000', '170617.965000', '170617.968000', '170617.970000', '170617.973000', '170617.976000', '170617.978000', '170617.981000', '170617.983000', '170617.986000', '170617.989000', '170617.991000', '170617.994000', '170617.996000', '170617.999000', '170618.001000', '170618.005000', '170618.008000', '170618.011000', '170618.013000', '170618.016000', '170618.019000', '170618.021000', '170618.024000', '170618.026000', '170618.029000', '170618.031000', '170618.034000', '170618.037000', '170618.039000', '170618.042000', '170618.044000', '170618.047000', '170618.049000', '170618.052000', '170618.055000', '170618.057000', '170618.060000', '170618.062000', '170618.065000', '170637.954000', '170637.957000', '170637.960000', '170637.962000', '170637.965000', '170637.967000', '170637.970000', '170637.973000', '170637.975000', '170637.978000', '170637.980000', '170637.983000', '170637.985000', '170637.988000', '170637.991000', '170637.993000', '170637.996000', '170637.998000', '170638.002000', '170638.004000', '170638.007000', '170638.010000', '170638.012000', '170638.015000', '170638.017000', '170638.020000', '170638.022000', '170638.025000', '170638.027000', '170638.030000', '170638.033000', '170638.035000', '170638.038000', '170638.040000', '170638.043000', '170638.045000', '170638.048000', '170638.051000', '170638.053000', '170638.056000', '170638.058000', '170638.061000', '170638.063000', '170638.066000', '170656.684000', '170656.687000', '170656.690000', '170656.692000', '170656.695000', '170656.698000', '170656.701000', '170656.704000', '170656.706000', '170656.709000', '170656.712000', '170656.714000', '170656.718000', '170656.722000', '170656.725000', '170656.728000', '170656.735000', '170656.739000', '170656.742000', '170656.745000', '170656.748000', '170656.751000', '170656.754000', '170656.757000', '170656.760000', '170656.762000', '170656.765000', '170656.768000', '170656.770000', '170656.773000', '170656.776000', '170656.778000', '170656.781000', '170656.787000', '170656.791000', '170656.794000', '170656.797000', '170656.800000', '170656.803000', '170656.810000', '170656.818000'], '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': [7603, 10046, 7910, 8772, 7439, 7603, 10225, 7985, 8277, 7843, 7366, 8882, 7565, 8458, 7141, 7735, 8613, 7891, 9707, 7592, 7410, 7118, 7673, 9479, 7858, 7621, 7658, 7426, 8691, 7560, 8190, 7075, 7918, 9802, 7588, 7663, 7004, 7594, 8860, 7648, 7826, 7260, 7655, 7984, 7653, 7402, 7089, 7974, 9102, 7352, 7801, 8725, 7791, 7645, 7553, 7335, 8079, 7066, 7878, 7192, 8145, 9823, 7803, 7559, 10576, 8127, 7783, 7583, 7902, 9618, 8263, 8118, 7243, 7866, 8228, 7853, 8700, 7154, 8093, 8623, 7816, 9208, 7661, 7743, 7085, 7841, 9379, 7911, 7880, 7623, 7819, 9857, 7788, 7908, 7497, 8061, 9789, 7321, 7788, 7165, 7800, 9606, 7354, 7833, 8723, 7798, 9174, 7289, 7515, 8287, 7703, 8122, 7125, 7984, 7674, 7860, 8270, 7992, 7622, 7603, 7909, 8672, 8080, 9551, 8115, 7880, 7795, 7736, 9815, 8029, 8141, 7905, 7708, 8990, 7802, 8679, 7272, 7427, 7619, 7872, 8067, 8045, 8512, 7062, 7320, 7126, 7871, 9350, 7925, 7939, 7470, 7751, 8567, 8054, 7509, 7406, 7614, 9219, 7158, 7673, 8849, 7803, 8417, 7641, 7730, 8480, 7460, 7513, 7024, 7873, 8414, 7615, 7560, 7505, 7627, 8016, 7695, 7687, 7465, 7769, 8501, 7775, 8351, 6958, 7756, 8350, 7808, 8874, 6804, 7803, 8723, 7639, 8988, 7146, 7809, 8595, 7781, 8139, 7000, 7898, 8946, 7884, 8604, 7328, 7592, 8294, 7772, 8099, 6993, 8058, 7170, 8026, 9429, 7657, 7739, 6708, 8024, 9433, 7942, 7933, 7503, 7925, 8249, 7568, 8087, 6900, 7885, 8618, 7538, 7744, 7090, 7865, 9162, 7697, 8181, 7002, 8018, 8776, 7998, 9289, 8076, 7846, 7322, 7802, 9073, 7908, 7847, 7759, 7915, 7228, 8145, 8877, 7606, 7999, 7362, 8122, 9385, 8146, 7925, 7268, 7755, 8443, 8097, 8498, 7841, 7916, 8858, 7867, 9012, 7345, 7886, 8418, 7918, 9634, 7976, 7827, 7142, 7695, 9775, 8145, 7797, 7408, 8044, 9658, 7781, 7414, 7602, 7750, 9594, 6963, 7946, 8605, 8098, 9481, 7434, 7621, 8591, 7684, 8599, 7022, 8090, 7940, 8257, 9502, 8042, 7889, 7601, 7918, 9311, 8030, 8255, 7748, 7612, 9374, 7974, 8096, 7858, 7798, 8942, 7859, 7761, 7392, 7831, 9434, 8299, 8007, 7835, 7977, 8795, 7924, 8153, 7579, 7935, 8657, 8121, 8046, 7835, 7934, 8318, 7945, 7682, 7452, 8024, 9590, 7948, 7759, 7668, 7833, 9967, 7778, 7719, 7241, 7831, 9138, 7806, 7740, 7438, 8028, 8985, 7499, 7856, 7334, 7857, 9451, 7749, 8146, 7431, 8067, 9500, 7841, 8029, 7384, 7907, 8994, 7630, 8206, 7946, 7989, 8943, 7657, 8542, 7566, 7847, 9485, 7852, 8049, 7770, 8131, 9614, 7673, 8098, 6840, 8029, 8799, 7396, 8149, 7828, 7943, 8759, 7634, 7886, 7080, 7454, 8852, 7751, 8808, 6746, 7772, 7968, 7483, 8086, 8239, 7830, 8165, 7897, 6986, 7885, 9704, 7481, 7980, 8131, 7898, 8153, 8133, 7332, 7952, 8320, 8202, 9588, 6980, 7896, 9265, 8219, 8895, 8220, 7578, 9400, 8064, 7901, 8411, 8109, 8339, 8478, 7367, 7954, 7924, 8333, 9970, 7024, 7948, 8052, 8139, 8719, 8217, 9546, 8491, 8295, 7921, 7634, 7434, 7776, 8170, 7898, 7796, 8107, 8325, 7777, 7830, 8257, 7026, 8156, 8011, 8047, 8086, 7976, 8014, 8361, 7486, 8141, 9617, 7988, 7936, 7538, 8090, 7299, 7793, 8051, 6820, 8355, 8206, 7971, 8229, 6795, 8134, 8313, 7876, 8129, 6454, 8043, 8944, 8087, 8536, 6798, 7950, 8274, 7683, 8080, 6672, 8239, 7438, 7552, 8246, 6910, 8156, 6934, 7767, 8032, 7434, 7834, 6565, 7843, 8618, 6901, 8143, 8842, 7806, 8164, 6902, 8047, 8375, 7677, 8283, 6652, 7810, 8515, 7536, 8016, 6455, 8044, 8174, 7681, 8321, 6565, 8014, 8204, 7581, 8237, 6505, 8197, 8364, 7862, 8740, 6598, 8220, 8388, 7920, 8226, 6882, 8159, 6868, 7763, 8626, 6998, 7843, 7279, 8178, 7976, 7868, 8310, 8691, 8218, 8701, 8302, 8349, 9378, 8336, 8729, 8409, 8382, 8225, 8223, 8031, 7690, 8300, 7309, 7907, 7409, 8014, 6965, 8285, 6794, 8278, 8665, 8423, 8212, 8090, 8223, 8622, 8265, 7766, 8224, 7860, 8224, 8311, 8623, 7118, 8025, 7303, 7989, 8049, 8079, 7526, 8257, 8794, 7886, 8073, 7956, 8078, 9043, 8151, 8234, 7871, 8422, 8979, 6924, 8270, 7278, 8017, 7415, 7914, 8283, 6967, 8297, 8324, 8221, 7359, 8269, 8531, 8301, 8324, 7351, 8240, 9202, 7299, 8158, 7627, 8287, 7447, 8163, 8099, 6898, 8163, 7799, 8043, 7760, 8217, 8129, 7842, 8171, 7124, 8237, 7412, 7996, 8219, 8209, 8130, 7668, 8301, 8176, 8070, 8230, 7981, 8208, 8035, 7660, 8026, 7043, 7944, 7965, 8171, 8268, 7000, 8326, 6791, 8261, 8596, 8126, 8346, 7529, 8547, 8679, 7908, 8109, 8160, 8140, 8065, 8244, 8284, 6825, 8291, 8133, 8157, 8207, 7073, 8358, 7719, 8189, 8401, 8516, 8173, 8101, 8427, 8206, 8413, 8247, 7415, 8469, 8940, 8341, 7983, 7626, 8092, 8545, 8120, 8155, 7189, 8505, 8016, 7859, 8066, 7008, 8117, 7510, 8055, 8323, 8347, 7914, 7784, 7894, 7924, 7100, 8062, 7598, 7746, 8204, 6867, 8138, 7077, 7994, 7999, 7559, 8040, 7714, 8405, 7875, 8405, 8345, 7948, 8291, 7854, 8581, 8382, 8166, 8225, 6872, 8261, 7866, 8006, 9033, 7938, 8344, 8564, 8142, 7204, 8335, 8144, 8275, 8320, 7368, 8238, 7419, 8374, 8889, 8350, 8269, 8309, 8419, 8379, 8136, 8178, 8144, 8199, 7871, 8260, 7721, 8304, 8387, 8336, 8502, 7706, 8218, 8619, 8176, 8363, 8485, 8513, 8393, 8038, 8343, 7766, 8231, 8301, 8233, 8315, 6642, 8143, 6676, 8040, 7719, 8077, 8369, 6963, 8477, 8370, 8231, 8311, 6706, 8279, 7753, 7900, 8220, 7498, 8364, 7304, 8440, 7818, 8251, 8471, 7287, 8542, 7156, 8334, 8157, 8249, 8613, 7124, 8386, 7129, 8398, 9106, 8330, 8234, 8203, 8380, 8074, 8264, 8320, 7615, 8380, 8398, 8234, 7513, 8015, 7707, 7804, 8355, 7903, 8377, 8496, 8336, 8639, 7754], 'WindowCenter': [3793.0, 3817.0, 3763.0, 3770.0, 3737.0, 3749.0, 3776.0, 3746.0, 3753.0, 3735.0, 3743.0, 3755.0, 3733.0, 3743.0, 3717.0, 3735.0, 3762.0, 3745.0, 3772.0, 3734.0, 3741.0, 3730.0, 3746.0, 3766.0, 3741.0, 3742.0, 3733.0, 3735.0, 3762.0, 3746.0, 3752.0, 3725.0, 3747.0, 3766.0, 3742.0, 3735.0, 3731.0, 3734.0, 3755.0, 3735.0, 3735.0, 3742.0, 3746.0, 3752.0, 3745.0, 3737.0, 3725.0, 3753.0, 3756.0, 3734.0, 3745.0, 3764.0, 3752.0, 3747.0, 3755.0, 3747.0, 3766.0, 3739.0, 3767.0, 3745.0, 3767.0, 3783.0, 3747.0, 3736.0, 3784.0, 3733.0, 3739.0, 3735.0, 3741.0, 3754.0, 3752.0, 3733.0, 3735.0, 3745.0, 3750.0, 3733.0, 3750.0, 3722.0, 3746.0, 3762.0, 3734.0, 3756.0, 3735.0, 3735.0, 3730.0, 3750.0, 3766.0, 3746.0, 3753.0, 3743.0, 3747.0, 3784.0, 3742.0, 3746.0, 3722.0, 3745.0, 3772.0, 3723.0, 3741.0, 3730.0, 3739.0, 3759.0, 3729.0, 3733.0, 3743.0, 3741.0, 3755.0, 3723.0, 3735.0, 3750.0, 3733.0, 3743.0, 3731.0, 3745.0, 3741.0, 3746.0, 3756.0, 3746.0, 3734.0, 3742.0, 3753.0, 3764.0, 3755.0, 3775.0, 3747.0, 3746.0, 3734.0, 3746.0, 3773.0, 3746.0, 3751.0, 3733.0, 3734.0, 3754.0, 3733.0, 3751.0, 3723.0, 3722.0, 3732.0, 3744.0, 3739.0, 3745.0, 3762.0, 3725.0, 3735.0, 3731.0, 3744.0, 3761.0, 3749.0, 3753.0, 3733.0, 3740.0, 3756.0, 3753.0, 3735.0, 3723.0, 3732.0, 3753.0, 3722.0, 3735.0, 3760.0, 3734.0, 3749.0, 3734.0, 3740.0, 3749.0, 3722.0, 3740.0, 3723.0, 3745.0, 3751.0, 3751.0, 3754.0, 3737.0, 3747.0, 3747.0, 3746.0, 3746.0, 3736.0, 3754.0, 3770.0, 3744.0, 3765.0, 3736.0, 3752.0, 3752.0, 3743.0, 3755.0, 3724.0, 3748.0, 3755.0, 3736.0, 3756.0, 3735.0, 3746.0, 3762.0, 3735.0, 3746.0, 3731.0, 3746.0, 3757.0, 3746.0, 3764.0, 3736.0, 3747.0, 3756.0, 3743.0, 3746.0, 3731.0, 3753.0, 3733.0, 3755.0, 3768.0, 3748.0, 3747.0, 3725.0, 3755.0, 3774.0, 3742.0, 3746.0, 3735.0, 3754.0, 3746.0, 3735.0, 3753.0, 3725.0, 3754.0, 3759.0, 3747.0, 3746.0, 3745.0, 3758.0, 3775.0, 3753.0, 3756.0, 3736.0, 3749.0, 3757.0, 3748.0, 3769.0, 3748.0, 3747.0, 3735.0, 3735.0, 3763.0, 3767.0, 3745.0, 3746.0, 3747.0, 3736.0, 3766.0, 3767.0, 3754.0, 3747.0, 3736.0, 3760.0, 3775.0, 3767.0, 3767.0, 3745.0, 3749.0, 3765.0, 3748.0, 3757.0, 3743.0, 3755.0, 3758.0, 3747.0, 3755.0, 3741.0, 3752.0, 3744.0, 3746.0, 3766.0, 3745.0, 3752.0, 3723.0, 3743.0, 3785.0, 3745.0, 3734.0, 3742.0, 3745.0, 3773.0, 3735.0, 3741.0, 3734.0, 3734.0, 3759.0, 3722.0, 3740.0, 3749.0, 3732.0, 3759.0, 3728.0, 3731.0, 3741.0, 3740.0, 3744.0, 3723.0, 3744.0, 3739.0, 3744.0, 3773.0, 3743.0, 3750.0, 3731.0, 3742.0, 3755.0, 3734.0, 3752.0, 3741.0, 3743.0, 3756.0, 3733.0, 3734.0, 3732.0, 3740.0, 3749.0, 3732.0, 3728.0, 3722.0, 3733.0, 3752.0, 3751.0, 3733.0, 3733.0, 3752.0, 3743.0, 3743.0, 3752.0, 3735.0, 3745.0, 3743.0, 3751.0, 3744.0, 3734.0, 3746.0, 3744.0, 3752.0, 3733.0, 3722.0, 3743.0, 3754.0, 3750.0, 3734.0, 3741.0, 3738.0, 3764.0, 3741.0, 3733.0, 3730.0, 3742.0, 3760.0, 3740.0, 3733.0, 3730.0, 3745.0, 3761.0, 3742.0, 3744.0, 3734.0, 3745.0, 3764.0, 3735.0, 3754.0, 3743.0, 3745.0, 3765.0, 3745.0, 3753.0, 3734.0, 3745.0, 3761.0, 3735.0, 3756.0, 3746.0, 3755.0, 3756.0, 3736.0, 3756.0, 3735.0, 3746.0, 3765.0, 3745.0, 3753.0, 3741.0, 3734.0, 3765.0, 3741.0, 3741.0, 3712.0, 3752.0, 3755.0, 3730.0, 3745.0, 3735.0, 3754.0, 3764.0, 3747.0, 3755.0, 3744.0, 3747.0, 3769.0, 3760.0, 3770.0, 3741.0, 3761.0, 3768.0, 3751.0, 3774.0, 3773.0, 3751.0, 3761.0, 3755.0, 3726.0, 3746.0, 3768.0, 3736.0, 3753.0, 3746.0, 3754.0, 3747.0, 3758.0, 3737.0, 3758.0, 3756.0, 3764.0, 3766.0, 3730.0, 3734.0, 3761.0, 3732.0, 3751.0, 3739.0, 3722.0, 3747.0, 3720.0, 3738.0, 3730.0, 3719.0, 3729.0, 3742.0, 3735.0, 3735.0, 3733.0, 3745.0, 3751.0, 3709.0, 3727.0, 3717.0, 3732.0, 3736.0, 3735.0, 3744.0, 3734.0, 3716.0, 3725.0, 3717.0, 3715.0, 3725.0, 3729.0, 3739.0, 3719.0, 3730.0, 3730.0, 3733.0, 3739.0, 3750.0, 3724.0, 3751.0, 3743.0, 3751.0, 3744.0, 3732.0, 3733.0, 3744.0, 3722.0, 3745.0, 3765.0, 3730.0, 3745.0, 3741.0, 3745.0, 3741.0, 3734.0, 3741.0, 3724.0, 3758.0, 3764.0, 3758.0, 3765.0, 3726.0, 3767.0, 3757.0, 3747.0, 3764.0, 3722.0, 3759.0, 3768.0, 3758.0, 3757.0, 3725.0, 3747.0, 3745.0, 3743.0, 3747.0, 3725.0, 3759.0, 3757.0, 3760.0, 3770.0, 3738.0, 3760.0, 3738.0, 3761.0, 3761.0, 3762.0, 3762.0, 3739.0, 3761.0, 3778.0, 3747.0, 3761.0, 3770.0, 3749.0, 3771.0, 3749.0, 3760.0, 3757.0, 3748.0, 3759.0, 3733.0, 3757.0, 3769.0, 3759.0, 3758.0, 3727.0, 3759.0, 3766.0, 3749.0, 3769.0, 3739.0, 3761.0, 3759.0, 3749.0, 3760.0, 3729.0, 3771.0, 3759.0, 3760.0, 3777.0, 3723.0, 3759.0, 3758.0, 3759.0, 3759.0, 3738.0, 3759.0, 3746.0, 3761.0, 3769.0, 3746.0, 3766.0, 3748.0, 3778.0, 3760.0, 3761.0, 3773.0, 3771.0, 3769.0, 3769.0, 3760.0, 3758.0, 3767.0, 3747.0, 3757.0, 3744.0, 3753.0, 3752.0, 3751.0, 3744.0, 3733.0, 3765.0, 3750.0, 3757.0, 3721.0, 3745.0, 3723.0, 3744.0, 3731.0, 3757.0, 3755.0, 3765.0, 3759.0, 3746.0, 3757.0, 3756.0, 3745.0, 3742.0, 3739.0, 3752.0, 3731.0, 3743.0, 3751.0, 3723.0, 3732.0, 3732.0, 3742.0, 3743.0, 3744.0, 3740.0, 3745.0, 3755.0, 3741.0, 3744.0, 3752.0, 3744.0, 3753.0, 3731.0, 3750.0, 3730.0, 3743.0, 3742.0, 3711.0, 3741.0, 3728.0, 3731.0, 3722.0, 3729.0, 3742.0, 3722.0, 3745.0, 3745.0, 3764.0, 3743.0, 3758.0, 3764.0, 3756.0, 3764.0, 3734.0, 3756.0, 3775.0, 3734.0, 3745.0, 3734.0, 3751.0, 3728.0, 3741.0, 3729.0, 3729.0, 3757.0, 3734.0, 3742.0, 3734.0, 3756.0, 3744.0, 3744.0, 3755.0, 3735.0, 3757.0, 3735.0, 3759.0, 3758.0, 3757.0, 3755.0, 3742.0, 3744.0, 3743.0, 3733.0, 3745.0, 3740.0, 3743.0, 3743.0, 3732.0, 3742.0, 3722.0, 3752.0, 3746.0, 3756.0, 3757.0, 3737.0, 3766.0, 3726.0, 3757.0, 3756.0, 3747.0, 3758.0, 3754.0, 3758.0, 3765.0, 3745.0, 3753.0, 3745.0, 3745.0, 3744.0, 3746.0, 3745.0, 3725.0, 3756.0, 3746.0, 3747.0, 3756.0, 3724.0, 3764.0, 3745.0, 3756.0, 3764.0, 3756.0, 3754.0, 3766.0, 3759.0, 3757.0, 3757.0, 3756.0, 3735.0, 3758.0, 3756.0, 3742.0, 3742.0, 3741.0, 3746.0, 3755.0, 3745.0, 3746.0, 3724.0, 3758.0, 3745.0, 3744.0, 3753.0, 3735.0, 3746.0, 3735.0, 3754.0, 3766.0, 3756.0, 3747.0, 3746.0, 3746.0, 3744.0, 3736.0, 3747.0, 3734.0, 3746.0, 3757.0, 3725.0, 3746.0, 3733.0, 3747.0, 3746.0, 3746.0, 3758.0, 3747.0, 3759.0, 3757.0, 3759.0, 3759.0, 3759.0, 3766.0, 3747.0, 3769.0, 3757.0, 3754.0, 3766.0, 3734.0, 3758.0, 3745.0, 3745.0, 3756.0, 3745.0, 3753.0, 3763.0, 3746.0, 3735.0, 3746.0, 3745.0, 3757.0, 3757.0, 3736.0, 3766.0, 3736.0, 3766.0, 3768.0, 3743.0, 3745.0, 3744.0, 3757.0, 3745.0, 3757.0, 3765.0, 3746.0, 3743.0, 3746.0, 3757.0, 3754.0, 3765.0, 3758.0, 3757.0, 3757.0, 3735.0, 3766.0, 3763.0, 3753.0, 3745.0, 3753.0, 3764.0, 3745.0, 3745.0, 3751.0, 3730.0, 3744.0, 3751.0, 3744.0, 3744.0, 3713.0, 3746.0, 3713.0, 3752.0, 3733.0, 3744.0, 3753.0, 3725.0, 3756.0, 3747.0, 3765.0, 3764.0, 3725.0, 3757.0, 3735.0, 3746.0, 3754.0, 3736.0, 3758.0, 3745.0, 3760.0, 3761.0, 3773.0, 3771.0, 3747.0, 3757.0, 3750.0, 3778.0, 3759.0, 3761.0, 3757.0, 3724.0, 3757.0, 3724.0, 3746.0, 3763.0, 3756.0, 3746.0, 3744.0, 3746.0, 3744.0, 3745.0, 3744.0, 3734.0, 3756.0, 3745.0, 3757.0, 3735.0, 3754.0, 3754.0, 3746.0, 3757.0, 3747.0, 3758.0, 3757.0, 3758.0, 3759.0, 3743.0], 'WindowWidth': [8543.0, 8567.0, 8479.0, 8482.0, 8432.0, 8448.0, 8480.0, 8439.0, 8453.0, 8420.0, 8439.0, 8449.0, 8417.0, 8430.0, 8392.0, 8423.0, 8463.0, 8436.0, 8475.0, 8420.0, 8436.0, 8421.0, 8441.0, 8464.0, 8433.0, 8435.0, 8416.0, 8423.0, 8464.0, 8438.0, 8451.0, 8409.0, 8442.0, 8464.0, 8438.0, 8422.0, 8421.0, 8421.0, 8447.0, 8421.0, 8424.0, 8435.0, 8439.0, 8450.0, 8437.0, 8430.0, 8410.0, 8453.0, 8451.0, 8421.0, 8438.0, 8467.0, 8452.0, 8442.0, 8461.0, 8447.0, 8478.0, 8436.0, 8478.0, 8447.0, 8481.0, 8501.0, 8443.0, 8426.0, 8494.0, 8416.0, 8427.0, 8421.0, 8433.0, 8444.0, 8447.0, 8416.0, 8422.0, 8436.0, 8444.0, 8415.0, 8445.0, 8401.0, 8440.0, 8462.0, 8420.0, 8450.0, 8421.0, 8421.0, 8418.0, 8445.0, 8465.0, 8437.0, 8453.0, 8438.0, 8442.0, 8496.0, 8437.0, 8438.0, 8401.0, 8435.0, 8477.0, 8403.0, 8433.0, 8417.0, 8429.0, 8453.0, 8414.0, 8417.0, 8430.0, 8435.0, 8446.0, 8403.0, 8422.0, 8443.0, 8415.0, 8429.0, 8421.0, 8435.0, 8435.0, 8439.0, 8452.0, 8439.0, 8421.0, 8438.0, 8454.0, 8468.0, 8459.0, 8485.0, 8443.0, 8441.0, 8420.0, 8440.0, 8478.0, 8438.0, 8447.0, 8417.0, 8421.0, 8446.0, 8416.0, 8446.0, 8402.0, 8400.0, 8413.0, 8432.0, 8428.0, 8438.0, 8465.0, 8412.0, 8424.0, 8421.0, 8432.0, 8458.0, 8443.0, 8452.0, 8418.0, 8432.0, 8450.0, 8452.0, 8423.0, 8405.0, 8415.0, 8442.0, 8401.0, 8420.0, 8458.0, 8418.0, 8442.0, 8417.0, 8430.0, 8442.0, 8400.0, 8430.0, 8404.0, 8436.0, 8449.0, 8449.0, 8456.0, 8429.0, 8441.0, 8441.0, 8439.0, 8439.0, 8425.0, 8457.0, 8479.0, 8437.0, 8472.0, 8428.0, 8453.0, 8450.0, 8438.0, 8450.0, 8408.0, 8444.0, 8450.0, 8425.0, 8451.0, 8424.0, 8439.0, 8464.0, 8422.0, 8440.0, 8422.0, 8440.0, 8454.0, 8437.0, 8470.0, 8426.0, 8444.0, 8451.0, 8439.0, 8439.0, 8423.0, 8455.0, 8427.0, 8460.0, 8473.0, 8444.0, 8442.0, 8410.0, 8459.0, 8482.0, 8432.0, 8440.0, 8422.0, 8456.0, 8440.0, 8423.0, 8453.0, 8408.0, 8458.0, 8460.0, 8441.0, 8439.0, 8447.0, 8460.0, 8484.0, 8454.0, 8454.0, 8426.0, 8447.0, 8455.0, 8443.0, 8473.0, 8444.0, 8442.0, 8423.0, 8424.0, 8464.0, 8478.0, 8438.0, 8440.0, 8442.0, 8427.0, 8475.0, 8470.0, 8457.0, 8443.0, 8428.0, 8463.0, 8488.0, 8478.0, 8480.0, 8439.0, 8449.0, 8471.0, 8443.0, 8457.0, 8433.0, 8458.0, 8457.0, 8442.0, 8449.0, 8434.0, 8450.0, 8434.0, 8439.0, 8464.0, 8436.0, 8452.0, 8405.0, 8439.0, 8496.0, 8437.0, 8420.0, 8436.0, 8435.0, 8477.0, 8422.0, 8433.0, 8417.0, 8418.0, 8454.0, 8400.0, 8430.0, 8441.0, 8413.0, 8455.0, 8411.0, 8410.0, 8421.0, 8430.0, 8431.0, 8405.0, 8431.0, 8427.0, 8433.0, 8479.0, 8432.0, 8444.0, 8412.0, 8431.0, 8449.0, 8418.0, 8448.0, 8434.0, 8439.0, 8451.0, 8416.0, 8418.0, 8412.0, 8430.0, 8440.0, 8414.0, 8405.0, 8401.0, 8417.0, 8440.0, 8446.0, 8419.0, 8416.0, 8449.0, 8430.0, 8430.0, 8450.0, 8422.0, 8434.0, 8429.0, 8446.0, 8434.0, 8418.0, 8436.0, 8433.0, 8450.0, 8418.0, 8401.0, 8431.0, 8444.0, 8445.0, 8421.0, 8433.0, 8428.0, 8456.0, 8432.0, 8416.0, 8419.0, 8436.0, 8457.0, 8430.0, 8418.0, 8416.0, 8435.0, 8461.0, 8438.0, 8433.0, 8419.0, 8434.0, 8459.0, 8422.0, 8457.0, 8438.0, 8436.0, 8461.0, 8436.0, 8451.0, 8419.0, 8435.0, 8459.0, 8423.0, 8452.0, 8438.0, 8457.0, 8453.0, 8425.0, 8453.0, 8422.0, 8438.0, 8462.0, 8434.0, 8453.0, 8432.0, 8418.0, 8461.0, 8433.0, 8433.0, 8387.0, 8447.0, 8449.0, 8412.0, 8436.0, 8422.0, 8455.0, 8470.0, 8444.0, 8459.0, 8442.0, 8444.0, 8478.0, 8467.0, 8479.0, 8442.0, 8472.0, 8483.0, 8457.0, 8494.0, 8491.0, 8455.0, 8468.0, 8458.0, 8413.0, 8440.0, 8470.0, 8425.0, 8453.0, 8438.0, 8455.0, 8444.0, 8458.0, 8429.0, 8458.0, 8453.0, 8469.0, 8465.0, 8417.0, 8417.0, 8456.0, 8410.0, 8443.0, 8426.0, 8397.0, 8431.0, 8389.0, 8423.0, 8404.0, 8387.0, 8402.0, 8425.0, 8423.0, 8421.0, 8416.0, 8437.0, 8433.0, 8381.0, 8406.0, 8381.0, 8416.0, 8418.0, 8414.0, 8421.0, 8410.0, 8380.0, 8400.0, 8385.0, 8382.0, 8403.0, 8404.0, 8427.0, 8392.0, 8408.0, 8406.0, 8416.0, 8428.0, 8443.0, 8409.0, 8450.0, 8431.0, 8447.0, 8435.0, 8413.0, 8415.0, 8432.0, 8400.0, 8437.0, 8460.0, 8410.0, 8432.0, 8433.0, 8436.0, 8432.0, 8419.0, 8428.0, 8407.0, 8457.0, 8469.0, 8459.0, 8473.0, 8416.0, 8480.0, 8457.0, 8442.0, 8469.0, 8414.0, 8462.0, 8471.0, 8458.0, 8457.0, 8413.0, 8443.0, 8436.0, 8434.0, 8443.0, 8413.0, 8462.0, 8465.0, 8465.0, 8479.0, 8434.0, 8467.0, 8436.0, 8468.0, 8468.0, 8473.0, 8472.0, 8438.0, 8468.0, 8497.0, 8448.0, 8469.0, 8478.0, 8450.0, 8481.0, 8451.0, 8467.0, 8458.0, 8447.0, 8462.0, 8423.0, 8465.0, 8477.0, 8464.0, 8461.0, 8418.0, 8465.0, 8477.0, 8448.0, 8477.0, 8437.0, 8469.0, 8462.0, 8450.0, 8466.0, 8422.0, 8481.0, 8461.0, 8464.0, 8492.0, 8409.0, 8463.0, 8458.0, 8460.0, 8461.0, 8433.0, 8463.0, 8449.0, 8467.0, 8474.0, 8452.0, 8475.0, 8448.0, 8496.0, 8468.0, 8470.0, 8487.0, 8483.0, 8480.0, 8479.0, 8465.0, 8462.0, 8468.0, 8439.0, 8454.0, 8432.0, 8452.0, 8450.0, 8445.0, 8435.0, 8415.0, 8470.0, 8455.0, 8456.0, 8400.0, 8436.0, 8407.0, 8434.0, 8422.0, 8455.0, 8451.0, 8473.0, 8461.0, 8439.0, 8454.0, 8455.0, 8438.0, 8436.0, 8422.0, 8449.0, 8411.0, 8430.0, 8447.0, 8402.0, 8413.0, 8417.0, 8429.0, 8431.0, 8433.0, 8432.0, 8436.0, 8450.0, 8428.0, 8434.0, 8449.0, 8433.0, 8443.0, 8410.0, 8443.0, 8407.0, 8428.0, 8427.0, 8384.0, 8424.0, 8412.0, 8411.0, 8399.0, 8407.0, 8426.0, 8402.0, 8436.0, 8436.0, 8470.0, 8442.0, 8458.0, 8471.0, 8451.0, 8469.0, 8419.0, 8453.0, 8485.0, 8420.0, 8437.0, 8421.0, 8448.0, 8413.0, 8426.0, 8408.0, 8415.0, 8458.0, 8421.0, 8429.0, 8422.0, 8452.0, 8435.0, 8436.0, 8450.0, 8426.0, 8455.0, 8426.0, 8464.0, 8461.0, 8457.0, 8460.0, 8438.0, 8434.0, 8432.0, 8417.0, 8435.0, 8431.0, 8431.0, 8429.0, 8415.0, 8429.0, 8401.0, 8452.0, 8440.0, 8453.0, 8455.0, 8432.0, 8475.0, 8415.0, 8457.0, 8454.0, 8442.0, 8459.0, 8456.0, 8458.0, 8473.0, 8438.0, 8454.0, 8435.0, 8436.0, 8434.0, 8440.0, 8437.0, 8409.0, 8454.0, 8440.0, 8442.0, 8452.0, 8408.0, 8468.0, 8438.0, 8454.0, 8470.0, 8453.0, 8451.0, 8475.0, 8460.0, 8456.0, 8454.0, 8454.0, 8424.0, 8458.0, 8453.0, 8431.0, 8429.0, 8433.0, 8439.0, 8449.0, 8436.0, 8439.0, 8408.0, 8456.0, 8437.0, 8436.0, 8456.0, 8426.0, 8440.0, 8425.0, 8456.0, 8474.0, 8453.0, 8443.0, 8440.0, 8440.0, 8438.0, 8426.0, 8442.0, 8421.0, 8440.0, 8457.0, 8411.0, 8440.0, 8422.0, 8443.0, 8440.0, 8442.0, 8459.0, 8445.0, 8461.0, 8458.0, 8464.0, 8463.0, 8462.0, 8475.0, 8441.0, 8476.0, 8457.0, 8449.0, 8474.0, 8429.0, 8456.0, 8435.0, 8436.0, 8451.0, 8436.0, 8450.0, 8465.0, 8440.0, 8423.0, 8438.0, 8437.0, 8455.0, 8455.0, 8427.0, 8475.0, 8428.0, 8475.0, 8470.0, 8433.0, 8438.0, 8434.0, 8455.0, 8437.0, 8458.0, 8470.0, 8439.0, 8432.0, 8438.0, 8455.0, 8455.0, 8470.0, 8457.0, 8456.0, 8456.0, 8424.0, 8473.0, 8467.0, 8453.0, 8438.0, 8450.0, 8467.0, 8437.0, 8435.0, 8447.0, 8410.0, 8434.0, 8446.0, 8431.0, 8431.0, 8390.0, 8437.0, 8392.0, 8450.0, 8417.0, 8434.0, 8452.0, 8409.0, 8454.0, 8441.0, 8471.0, 8470.0, 8410.0, 8456.0, 8424.0, 8440.0, 8455.0, 8426.0, 8459.0, 8445.0, 8465.0, 8472.0, 8489.0, 8484.0, 8443.0, 8456.0, 8457.0, 8498.0, 8466.0, 8468.0, 8455.0, 8408.0, 8454.0, 8407.0, 8437.0, 8467.0, 8453.0, 8438.0, 8434.0, 8439.0, 8434.0, 8436.0, 8434.0, 8422.0, 8453.0, 8436.0, 8456.0, 8425.0, 8457.0, 8458.0, 8441.0, 8456.0, 8442.0, 8461.0, 8457.0, 8457.0, 8461.0, 8435.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.00022796082949308756</td></tr>
<tr><td colspan=3>aqi</td><td>0.020406937788018435</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.26264904793535</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.132475647589388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9699297274509808</td></tr>
<tr><td colspan=3>efc</td><td>0.477</td></tr>
<tr><td colspan=3>fber</td><td>4041.6577</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08431119835577414</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.2626728110599075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.570035848247929</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557676848111141</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7641714795515617</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3882592170810835</td></tr>
<tr><td colspan=3>gcor</td><td>0.00916723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024408958852291107</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023311026394367218</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.626188328322879</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>28.2171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8607</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.7545</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>300294.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>701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.4766</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.4969</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2938.8446</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.1958</td></tr>
<tr><td colspan=3>tsnr</td><td>36.428354572854005</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>