ds005256-mriqc/sub-0103_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter e6b5544758 [DATALAD RUNCMD] Compute MRIQC for sub-0103
=== 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-0103 --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-0103",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:04 +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-0103_ses-01_task-social_acq-mb8_run-02_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-0103_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-02_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-0103/ses-01/func/sub-0103_ses-01_task-social_acq-mb8_run-02_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>6ef3c78b88d85d77a0801f4365f2a568</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:57:46.107500</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.991259, -0.0467068, 0.123387, 0.0576764, 0.994548, -0.086882]</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.259</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-02_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.0849838</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4266, -7770, -7212, 189, -81, -155, -116, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.904</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3219f90-1f59-458c-8857-954d3598124c||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.659475088119507, 0.15474151074886322, 0.32037174701690674, 93.01963806152344], [0.12531089782714844, 2.6682984828948975, -0.25174540281295776, -87.71002197265625], [0.33103811740875244, 0.23309797048568726, 2.6690797805786133, -88.02088928222656], [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': ['175746.107500', '175746.567500', '175747.027500', '175747.487500', '175747.947500', '175748.407500', '175748.867500', '175749.327500', '175749.787500', '175750.247500', '175750.707500', '175751.167500', '175751.627500', '175752.087500', '175752.547500', '175753.007500', '175753.467500', '175753.927500', '175754.387500', '175754.847500', '175755.307500', '175755.767500', '175756.227500', '175756.687500', '175757.147500', '175757.607500', '175758.067500', '175758.527500', '175758.987500', '175759.447500', '175759.907500', '175800.367500', '175800.827500', '175801.287500', '175801.747500', '175802.207500', '175802.667500', '175803.127500', '175803.587500', '175804.047500', '175804.507500', '175804.967500', '175805.427500', '175805.887500', '175806.347500', '175806.807500', '175807.267500', '175807.727500', '175808.187500', '175808.647500', '175809.107500', '175809.567500', '175810.027500', '175810.487500', '175810.947500', '175811.407500', '175811.867500', '175812.327500', '175812.787500', '175813.247500', '175813.707500', '175814.167500', '175814.627500', '175815.087500', '175815.547500', '175816.007500', '175816.467500', '175816.927500', '175817.387500', '175817.847500', '175818.307500', '175818.767500', '175819.227500', '175819.687500', '175820.147500', '175820.607500', '175821.067500', '175821.527500', '175821.987500', '175822.447500', '175822.907500', '175823.367500', '175823.827500', '175824.287500', '175824.747500', '175825.207500', '175825.667500', '175826.127500', '175826.587500', '175827.047500', '175827.507500', '175827.967500', '175828.427500', '175828.887500', '175829.347500', '175829.807500', '175830.267500', '175830.727500', '175831.187500', '175831.647500', '175832.107500', '175832.567500', '175833.027500', '175833.487500', '175833.947500', '175834.407500', '175834.867500', '175835.327500', '175835.787500', '175836.247500', '175836.707500', '175837.167500', '175837.627500', '175838.087500', '175838.547500', '175839.007500', '175839.467500', '175839.927500', '175840.387500', '175840.847500', '175841.307500', '175841.767500', '175842.227500', '175842.687500', '175843.147500', '175843.607500', '175844.067500', '175844.527500', '175844.987500', '175845.447500', '175845.907500', '175846.367500', '175846.827500', '175847.287500', '175847.747500', '175848.207500', '175848.667500', '175849.127500', '175849.587500', '175850.047500', '175850.507500', '175850.967500', '175851.427500', '175851.887500', '175852.347500', '175852.807500', '175853.267500', '175853.727500', '175854.187500', '175854.647500', '175855.107500', '175855.567500', '175856.027500', '175856.487500', '175856.947500', '175857.407500', '175857.867500', '175858.327500', '175858.787500', '175859.247500', '175859.707500', '175900.167500', '175900.627500', '175901.087500', '175901.547500', '175902.007500', '175902.467500', '175902.927500', '175903.387500', '175903.847500', '175904.307500', '175904.767500', '175905.227500', '175905.687500', '175906.147500', '175906.607500', '175907.067500', '175907.527500', '175907.987500', '175908.447500', '175908.907500', '175909.367500', '175909.827500', '175910.287500', '175910.747500', '175911.207500', '175911.667500', '175912.127500', '175912.587500', '175913.047500', '175913.507500', '175913.967500', '175914.427500', '175914.887500', '175915.347500', '175915.807500', '175916.267500', '175916.727500', '175917.187500', '175917.647500', '175918.107500', '175918.567500', '175919.027500', '175919.487500', '175919.947500', '175920.407500', '175920.867500', '175921.327500', '175921.787500', '175922.247500', '175922.707500', '175923.167500', '175923.627500', '175924.087500', '175924.547500', '175925.007500', '175925.467500', '175925.927500', '175926.387500', '175926.847500', '175927.307500', '175927.767500', '175928.227500', '175928.687500', '175929.147500', '175929.607500', '175930.067500', '175930.527500', '175930.987500', '175931.447500', '175931.907500', '175932.367500', '175932.827500', '175933.287500', '175933.747500', '175934.207500', '175934.667500', '175935.127500', '175935.587500', '175936.047500', '175936.507500', '175936.967500', '175937.427500', '175937.887500', '175938.347500', '175938.807500', '175939.267500', '175939.727500', '175940.187500', '175940.647500', '175941.107500', '175941.567500', '175942.027500', '175942.487500', '175942.947500', '175943.407500', '175943.867500', '175944.327500', '175944.787500', '175945.247500', '175945.707500', '175946.167500', '175946.627500', '175947.087500', '175947.547500', '175948.007500', '175948.467500', '175948.927500', '175949.387500', '175949.847500', '175950.307500', '175950.767500', '175951.227500', '175951.687500', '175952.147500', '175952.607500', '175953.067500', '175953.527500', '175953.987500', '175954.447500', '175954.907500', '175955.367500', '175955.827500', '175956.287500', '175956.747500', '175957.207500', '175957.667500', '175958.127500', '175958.587500', '175959.047500', '175959.507500', '175959.967500', '180000.427500', '180000.887500', '180001.347500', '180001.807500', '180002.267500', '180002.727500', '180003.187500', '180003.647500', '180004.107500', '180004.567500', '180005.027500', '180005.487500', '180005.947500', '180006.407500', '180006.867500', '180007.327500', '180007.787500', '180008.247500', '180008.707500', '180009.167500', '180009.627500', '180010.087500', '180010.547500', '180011.007500', '180011.467500', '180011.927500', '180012.387500', '180012.847500', '180013.307500', '180013.767500', '180014.227500', '180014.687500', '180015.147500', '180015.607500', '180016.067500', '180016.527500', '180016.987500', '180017.447500', '180017.907500', '180018.367500', '180018.827500', '180019.287500', '180019.747500', '180020.207500', '180020.667500', '180021.127500', '180021.587500', '180022.047500', '180022.507500', '180022.967500', '180023.427500', '180023.887500', '180024.347500', '180024.807500', '180025.267500', '180025.727500', '180026.187500', '180026.647500', '180027.107500', '180027.567500', '180028.027500', '180028.487500', '180028.947500', '180029.407500', '180029.867500', '180030.327500', '180030.787500', '180031.247500', '180031.707500', '180032.167500', '180032.627500', '180033.087500', '180033.547500', '180034.007500', '180034.467500', '180034.927500', '180035.387500', '180035.847500', '180036.307500', '180036.767500', '180037.227500', '180037.687500', '180038.147500', '180038.607500', '180039.067500', '180039.527500', '180039.987500', '180040.447500', '180040.907500', '180041.367500', '180041.827500', '180042.287500', '180042.747500', '180043.207500', '180043.667500', '180044.127500', '180044.587500', '180045.047500', '180045.507500', '180045.967500', '180046.427500', '180046.887500', '180047.347500', '180047.807500', '180048.267500', '180048.727500', '180049.187500', '180049.647500', '180050.107500', '180050.567500', '180051.027500', '180051.487500', '180051.947500', '180052.407500', '180052.867500', '180053.327500', '180053.787500', '180054.247500', '180054.707500', '180055.167500', '180055.627500', '180056.087500', '180056.547500', '180057.007500', '180057.467500', '180057.927500', '180058.387500', '180058.847500', '180059.307500', '180059.767500', '180100.227500', '180100.687500', '180101.147500', '180101.607500', '180102.067500', '180102.527500', '180102.987500', '180103.447500', '180103.907500', '180104.367500', '180104.827500', '180105.287500', '180105.747500', '180106.207500', '180106.667500', '180107.127500', '180107.587500', '180108.047500', '180108.507500', '180108.967500', '180109.427500', '180109.887500', '180110.347500', '180110.807500', '180111.267500', '180111.727500', '180112.187500', '180112.647500', '180113.107500', '180113.567500', '180114.027500', '180114.487500', '180114.947500', '180115.407500', '180115.867500', '180116.327500', '180116.787500', '180117.247500', '180117.707500', '180118.167500', '180118.627500', '180119.087500', '180119.547500', '180120.007500', '180120.467500', '180120.927500', '180121.387500', '180121.847500', '180122.307500', '180122.767500', '180123.227500', '180123.687500', '180124.147500', '180124.607500', '180125.067500', '180125.527500', '180125.987500', '180126.447500', '180126.907500', '180127.367500', '180127.827500', '180128.287500', '180128.747500', '180129.207500', '180129.667500', '180130.127500', '180130.587500', '180131.047500', '180131.507500', '180131.967500', '180132.427500', '180132.887500', '180133.347500', '180133.807500', '180134.267500', '180134.727500', '180135.187500', '180135.647500', '180136.107500', '180136.567500', '180137.027500', '180137.487500', '180137.947500', '180138.407500', '180138.867500', '180139.327500', '180139.787500', '180140.247500', '180140.707500', '180141.167500', '180141.627500', '180142.087500', '180142.547500', '180143.007500', '180143.467500', '180143.927500', '180144.387500', '180144.847500', '180145.307500', '180145.767500', '180146.227500', '180146.687500', '180147.147500', '180147.607500', '180148.067500', '180148.527500', '180148.987500', '180149.447500', '180149.907500', '180150.367500', '180150.827500', '180151.287500', '180151.747500', '180152.207500', '180152.667500', '180153.127500', '180153.587500', '180154.047500', '180154.507500', '180154.967500', '180155.427500', '180155.887500', '180156.347500', '180156.807500', '180157.267500', '180157.727500', '180158.187500', '180158.647500', '180159.107500', '180159.567500', '180200.027500', '180200.487500', '180200.947500', '180201.407500', '180201.867500', '180202.327500', '180202.787500', '180203.247500', '180203.707500', '180204.167500', '180204.627500', '180205.087500', '180205.547500', '180206.007500', '180206.467500', '180206.927500', '180207.387500', '180207.847500', '180208.307500', '180208.767500', '180209.227500', '180209.687500', '180210.147500', '180210.607500', '180211.067500', '180211.527500', '180211.987500', '180212.447500', '180212.907500', '180213.367500', '180213.827500', '180214.287500', '180214.747500', '180215.207500', '180215.667500', '180216.127500', '180216.587500', '180217.047500', '180217.507500', '180217.967500', '180218.427500', '180218.887500', '180219.347500', '180219.807500', '180220.267500', '180220.727500', '180221.187500', '180221.647500', '180222.107500', '180222.567500', '180223.027500', '180223.487500', '180223.947500', '180224.407500', '180224.867500', '180225.327500', '180225.787500', '180226.247500', '180226.707500', '180227.167500', '180227.627500', '180228.087500', '180228.547500', '180229.007500', '180229.467500', '180229.927500', '180230.387500', '180230.847500', '180231.307500', '180231.767500', '180232.227500', '180232.687500', '180233.147500', '180233.607500', '180234.067500', '180234.527500', '180234.987500', '180235.447500', '180235.907500', '180236.367500', '180236.827500', '180237.287500', '180237.747500', '180238.207500', '180238.667500', '180239.127500', '180239.587500', '180240.047500', '180240.507500', '180240.967500', '180241.427500', '180241.887500', '180242.347500', '180242.807500', '180243.267500', '180243.727500', '180244.187500', '180244.647500', '180245.107500', '180245.567500', '180246.027500', '180246.487500', '180246.947500', '180247.407500', '180247.867500', '180248.327500', '180248.787500', '180249.247500', '180249.707500', '180250.167500', '180250.627500', '180251.087500', '180251.547500', '180252.007500', '180252.467500', '180252.927500', '180253.387500', '180253.847500', '180254.307500', '180254.767500', '180255.227500', '180255.687500', '180256.147500', '180256.607500', '180257.067500', '180257.527500', '180257.987500', '180258.447500', '180258.907500', '180259.367500', '180259.827500', '180300.287500', '180300.747500', '180301.207500', '180301.667500', '180302.127500', '180302.587500', '180303.047500', '180303.507500', '180303.967500', '180304.427500', '180304.887500', '180305.347500', '180305.807500', '180306.267500', '180306.727500', '180307.187500', '180307.647500', '180308.107500', '180308.567500', '180309.027500', '180309.487500', '180309.947500', '180310.407500', '180310.867500', '180311.327500', '180311.787500', '180312.247500', '180312.707500', '180313.167500', '180313.627500', '180314.087500', '180314.547500', '180315.007500', '180315.467500', '180315.927500', '180316.387500', '180316.847500', '180317.307500', '180317.767500', '180318.227500', '180318.687500', '180319.147500', '180319.607500', '180320.067500', '180320.527500', '180320.987500', '180321.447500', '180321.907500', '180322.367500', '180322.827500', '180323.287500', '180323.747500', '180324.207500', '180324.667500', '180325.127500', '180325.587500', '180326.047500', '180326.507500', '180326.967500', '180327.427500', '180327.887500', '180328.347500', '180328.807500', '180329.267500', '180329.727500', '180330.187500', '180330.647500', '180331.107500', '180331.567500', '180332.027500', '180332.487500', '180332.947500', '180333.407500', '180333.867500', '180334.327500', '180334.787500', '180335.247500', '180335.707500', '180336.167500', '180336.627500', '180337.087500', '180337.547500', '180338.007500', '180338.467500', '180338.927500', '180339.387500', '180339.847500', '180340.307500', '180340.767500', '180341.227500', '180341.687500', '180342.147500', '180342.607500', '180343.067500', '180343.527500', '180343.987500', '180344.447500', '180344.907500', '180345.367500', '180345.827500', '180346.287500', '180346.747500', '180347.207500', '180347.667500', '180348.127500', '180348.587500', '180349.047500', '180349.507500', '180349.967500', '180350.427500', '180350.887500', '180351.347500', '180351.807500', '180352.267500', '180352.727500', '180353.187500', '180353.647500', '180354.107500', '180354.567500', '180355.027500', '180355.487500', '180355.947500', '180356.407500', '180356.867500', '180357.327500', '180357.787500', '180358.247500', '180358.707500', '180359.167500', '180359.627500', '180400.087500', '180400.547500', '180401.007500', '180401.467500', '180401.927500', '180402.387500', '180402.847500', '180403.307500', '180403.767500', '180404.227500', '180404.687500', '180405.147500', '180405.607500', '180406.067500', '180406.527500', '180406.987500', '180407.447500', '180407.907500', '180408.367500', '180408.827500', '180409.287500', '180409.747500', '180410.207500', '180410.667500', '180411.127500', '180411.587500', '180412.047500', '180412.507500', '180412.967500', '180413.427500', '180413.887500', '180414.347500', '180414.807500', '180415.267500', '180415.727500', '180416.187500', '180416.647500', '180417.107500', '180417.567500', '180418.027500', '180418.487500', '180418.947500', '180419.407500', '180419.867500', '180420.327500', '180420.787500', '180421.247500', '180421.707500', '180422.167500', '180422.627500', '180423.087500', '180423.547500', '180424.007500', '180424.467500', '180424.927500', '180425.387500', '180425.847500', '180426.307500', '180426.767500'], 'ContentTime': ['175811.805000', '175811.808000', '175811.811000', '175811.814000', '175811.816000', '175811.819000', '175811.822000', '175811.824000', '175811.827000', '175811.829000', '175811.832000', '175811.835000', '175811.837000', '175811.840000', '175811.843000', '175811.845000', '175811.849000', '175811.851000', '175811.854000', '175811.857000', '175811.859000', '175811.865000', '175811.867000', '175811.870000', '175811.872000', '175811.875000', '175811.877000', '175811.880000', '175811.883000', '175811.885000', '175811.888000', '175811.890000', '175811.893000', '175811.895000', '175811.898000', '175811.901000', '175811.903000', '175811.906000', '175811.908000', '175811.911000', '175811.914000', '175811.916000', '175811.919000', '175811.922000', '175811.924000', '175811.927000', '175811.929000', '175811.932000', '175811.934000', '175811.937000', '175811.939000', '175811.942000', '175811.944000', '175831.770000', '175831.773000', '175831.776000', '175831.779000', '175831.781000', '175831.784000', '175831.786000', '175831.789000', '175831.791000', '175831.794000', '175831.796000', '175831.799000', '175831.801000', '175831.804000', '175831.807000', '175831.809000', '175831.812000', '175831.814000', '175831.817000', '175831.820000', '175831.822000', '175831.825000', '175831.827000', '175831.830000', '175831.833000', '175831.835000', '175831.838000', '175831.840000', '175831.843000', '175831.845000', '175831.848000', '175831.851000', '175831.855000', '175831.858000', '175831.860000', '175831.863000', '175831.865000', '175831.868000', '175831.870000', '175831.873000', '175831.875000', '175831.878000', '175831.881000', '175831.883000', '175851.770000', '175851.773000', '175851.776000', '175851.779000', '175851.781000', '175851.784000', '175851.786000', '175851.789000', '175851.791000', '175851.794000', '175851.796000', '175851.799000', '175851.802000', '175851.804000', '175851.807000', '175851.809000', '175851.812000', '175851.815000', '175851.817000', '175851.820000', '175851.823000', '175851.826000', '175851.829000', '175851.831000', '175851.834000', '175851.836000', '175851.839000', '175851.841000', '175851.844000', '175851.847000', '175851.849000', '175851.852000', '175851.855000', '175851.857000', '175851.860000', '175851.862000', '175851.865000', '175851.867000', '175851.870000', '175851.872000', '175851.881000', '175851.883000', '175851.886000', '175911.771000', '175911.773000', '175911.776000', '175911.779000', '175911.781000', '175911.784000', '175911.786000', '175911.789000', '175911.792000', '175911.794000', '175911.804000', '175911.806000', '175911.809000', '175911.811000', '175911.814000', '175911.817000', '175911.820000', '175911.822000', '175911.825000', '175911.828000', '175911.830000', '175911.833000', '175911.835000', '175911.838000', '175911.840000', '175911.843000', '175911.846000', '175911.848000', '175911.851000', '175911.854000', '175911.856000', '175911.859000', '175911.861000', '175911.864000', '175911.866000', '175911.869000', '175911.872000', '175911.874000', '175911.877000', '175911.879000', '175911.882000', '175911.884000', '175911.887000', '175911.897000', '175931.771000', '175931.774000', '175931.777000', '175931.780000', '175931.782000', '175931.785000', '175931.787000', '175931.790000', '175931.792000', '175931.795000', '175931.798000', '175931.800000', '175931.803000', '175931.806000', '175931.808000', '175931.811000', '175931.813000', '175931.816000', '175931.819000', '175931.821000', '175931.824000', '175931.827000', '175931.830000', '175931.838000', '175931.841000', '175931.843000', '175931.846000', '175931.849000', '175931.851000', '175931.854000', '175931.856000', '175931.859000', '175931.861000', '175931.864000', '175931.867000', '175931.869000', '175931.872000', '175931.874000', '175931.877000', '175931.880000', '175931.882000', '175931.885000', '175931.888000', '175951.771000', '175951.774000', '175951.777000', '175951.780000', '175951.782000', '175951.785000', '175951.787000', '175951.790000', '175951.793000', '175951.795000', '175951.798000', '175951.800000', '175951.803000', '175951.806000', '175951.808000', '175951.811000', '175951.813000', '175951.820000', '175951.822000', '175951.825000', '175951.827000', '175951.830000', '175951.832000', '175951.835000', '175951.838000', '175951.840000', '175951.843000', '175951.845000', '175951.848000', '175951.851000', '175951.853000', '175951.856000', '175951.858000', '175951.861000', '175951.864000', '175951.866000', '175951.869000', '175951.871000', '175951.874000', '175951.877000', '175951.879000', '175951.882000', '175951.884000', '175951.887000', '180011.772000', '180011.775000', '180011.777000', '180011.780000', '180011.782000', '180011.785000', '180011.788000', '180011.790000', '180011.793000', '180011.795000', '180011.798000', '180011.801000', '180011.803000', '180011.806000', '180011.808000', '180011.811000', '180011.814000', '180011.816000', '180011.819000', '180011.821000', '180011.824000', '180011.826000', '180011.829000', '180011.832000', '180011.834000', '180011.837000', '180011.839000', '180011.842000', '180011.845000', '180011.847000', '180011.850000', '180011.853000', '180011.855000', '180011.858000', '180011.860000', '180011.863000', '180011.865000', '180011.868000', '180011.870000', '180011.873000', '180011.876000', '180011.878000', '180011.881000', '180031.772000', '180031.775000', '180031.777000', '180031.780000', '180031.782000', '180031.785000', '180031.788000', '180031.790000', '180031.793000', '180031.795000', '180031.798000', '180031.801000', '180031.803000', '180031.806000', '180031.808000', '180031.811000', '180031.814000', '180031.816000', '180031.819000', '180031.822000', '180031.824000', '180031.827000', '180031.829000', '180031.832000', '180031.835000', '180031.837000', '180031.840000', '180031.842000', '180031.845000', '180031.848000', '180031.850000', '180031.853000', '180031.855000', '180031.858000', '180031.860000', '180031.863000', '180031.866000', '180031.868000', '180031.871000', '180031.873000', '180031.876000', '180031.879000', '180031.881000', '180031.884000', '180051.771000', '180051.774000', '180051.776000', '180051.779000', '180051.781000', '180051.784000', '180051.786000', '180051.789000', '180051.792000', '180051.794000', '180051.797000', '180051.800000', '180051.802000', '180051.805000', '180051.807000', '180051.810000', '180051.813000', '180051.815000', '180051.818000', '180051.820000', '180051.823000', '180051.826000', '180051.828000', '180051.831000', '180051.854000', '180051.856000', '180051.859000', '180051.861000', '180051.864000', '180051.867000', '180051.869000', '180051.872000', '180051.874000', '180051.877000', '180051.879000', '180051.882000', '180051.885000', '180051.887000', '180051.890000', '180051.892000', '180051.895000', '180051.898000', '180051.900000', '180111.770000', '180111.773000', '180111.776000', '180111.779000', '180111.781000', '180111.784000', '180111.786000', '180111.789000', '180111.792000', '180111.794000', '180111.797000', '180111.803000', '180111.806000', '180111.809000', '180111.811000', '180111.814000', '180111.816000', '180111.819000', '180111.822000', '180111.824000', '180111.827000', '180111.830000', '180111.832000', '180111.835000', '180111.838000', '180111.840000', '180111.843000', '180111.846000', '180111.848000', '180111.851000', '180111.853000', '180111.856000', '180111.859000', '180111.861000', '180111.864000', '180111.866000', '180111.869000', '180111.872000', '180111.874000', '180111.877000', '180111.880000', '180111.882000', '180111.885000', '180111.887000', '180131.771000', '180131.773000', '180131.776000', '180131.779000', '180131.781000', '180131.784000', '180131.786000', '180131.789000', '180131.792000', '180131.794000', '180131.797000', '180131.800000', '180131.802000', '180131.805000', '180131.808000', '180131.810000', '180131.813000', '180131.816000', '180131.818000', '180131.821000', '180131.824000', '180131.826000', '180131.829000', '180131.832000', '180131.834000', '180131.837000', '180131.840000', '180131.842000', '180131.845000', '180131.848000', '180131.850000', '180131.853000', '180131.856000', '180131.858000', '180131.861000', '180131.863000', '180131.866000', '180131.869000', '180131.871000', '180131.874000', '180131.877000', '180131.879000', '180131.882000', '180151.771000', '180151.774000', '180151.777000', '180151.780000', '180151.782000', '180151.785000', '180151.788000', '180151.790000', '180151.793000', '180151.795000', '180151.798000', '180151.801000', '180151.803000', '180151.806000', '180151.809000', '180151.811000', '180151.814000', '180151.816000', '180151.819000', '180151.821000', '180151.824000', '180151.827000', '180151.829000', '180151.832000', '180151.835000', '180151.837000', '180151.840000', '180151.842000', '180151.852000', '180151.855000', '180151.857000', '180151.860000', '180151.862000', '180151.865000', '180151.867000', '180151.870000', '180151.873000', '180151.875000', '180151.878000', '180151.881000', '180151.883000', '180151.886000', '180151.888000', '180151.891000', '180211.771000', '180211.774000', '180211.777000', '180211.780000', '180211.782000', '180211.785000', '180211.788000', '180211.790000', '180211.793000', '180211.795000', '180211.798000', '180211.801000', '180211.803000', '180211.806000', '180211.808000', '180211.811000', '180211.814000', '180211.816000', '180211.819000', '180211.821000', '180211.824000', '180211.827000', '180211.829000', '180211.832000', '180211.835000', '180211.837000', '180211.840000', '180211.843000', '180211.845000', '180211.848000', '180211.850000', '180211.853000', '180211.856000', '180211.858000', '180211.861000', '180211.863000', '180211.866000', '180211.869000', '180211.871000', '180211.874000', '180211.876000', '180211.879000', '180211.882000', '180231.772000', '180231.775000', '180231.777000', '180231.780000', '180231.783000', '180231.785000', '180231.788000', '180231.791000', '180231.793000', '180231.796000', '180231.798000', '180231.801000', '180231.803000', '180231.806000', '180231.809000', '180231.811000', '180231.814000', '180231.816000', '180231.819000', '180231.822000', '180231.836000', '180231.838000', '180231.841000', '180231.843000', '180231.846000', '180231.849000', '180231.851000', '180231.854000', '180231.856000', '180231.859000', '180231.861000', '180231.864000', '180231.867000', '180231.869000', '180231.872000', '180231.875000', '180231.877000', '180231.881000', '180231.883000', '180231.886000', '180231.888000', '180231.891000', '180231.894000', '180231.896000', '180251.772000', '180251.774000', '180251.777000', '180251.780000', '180251.783000', '180251.785000', '180251.788000', '180251.791000', '180251.793000', '180251.796000', '180251.798000', '180251.801000', '180251.804000', '180251.806000', '180251.809000', '180251.812000', '180251.815000', '180251.817000', '180251.820000', '180251.823000', '180251.825000', '180251.828000', '180251.831000', '180251.833000', '180251.836000', '180251.839000', '180251.841000', '180251.844000', '180251.846000', '180251.849000', '180251.852000', '180251.854000', '180251.857000', '180251.859000', '180251.862000', '180251.865000', '180251.867000', '180251.870000', '180251.873000', '180251.875000', '180251.878000', '180251.880000', '180251.883000', '180311.771000', '180311.774000', '180311.777000', '180311.780000', '180311.783000', '180311.785000', '180311.788000', '180311.790000', '180311.793000', '180311.796000', '180311.798000', '180311.801000', '180311.803000', '180311.806000', '180311.809000', '180311.811000', '180311.814000', '180311.816000', '180311.819000', '180311.822000', '180311.824000', '180311.827000', '180311.830000', '180311.832000', '180311.835000', '180311.837000', '180311.840000', '180311.843000', '180311.845000', '180311.848000', '180311.850000', '180311.853000', '180311.856000', '180311.858000', '180311.861000', '180311.863000', '180311.866000', '180311.869000', '180311.871000', '180311.874000', '180311.877000', '180311.879000', '180311.882000', '180311.884000', '180331.771000', '180331.774000', '180331.777000', '180331.780000', '180331.782000', '180331.785000', '180331.788000', '180331.790000', '180331.793000', '180331.795000', '180331.798000', '180331.801000', '180331.803000', '180331.806000', '180331.809000', '180331.811000', '180331.814000', '180331.817000', '180331.819000', '180331.822000', '180331.825000', '180331.827000', '180331.830000', '180331.832000', '180331.835000', '180331.838000', '180331.840000', '180331.843000', '180331.845000', '180331.848000', '180331.851000', '180331.853000', '180331.856000', '180331.858000', '180331.861000', '180331.864000', '180331.866000', '180331.869000', '180331.872000', '180331.874000', '180331.877000', '180331.879000', '180331.882000', '180351.770000', '180351.773000', '180351.776000', '180351.779000', '180351.781000', '180351.784000', '180351.786000', '180351.789000', '180351.792000', '180351.794000', '180351.797000', '180351.800000', '180351.802000', '180351.805000', '180351.807000', '180351.810000', '180351.813000', '180351.815000', '180351.818000', '180351.821000', '180351.823000', '180351.826000', '180351.829000', '180351.832000', '180351.834000', '180351.837000', '180351.839000', '180351.842000', '180351.845000', '180351.847000', '180351.851000', '180351.867000', '180351.870000', '180351.872000', '180351.875000', '180351.878000', '180351.880000', '180351.883000', '180351.886000', '180351.888000', '180351.891000', '180351.894000', '180351.896000', '180351.899000', '180411.772000', '180411.775000', '180411.778000', '180411.781000', '180411.783000', '180411.786000', '180411.789000', '180411.791000', '180411.794000', '180411.797000', '180411.799000', '180411.802000', '180411.804000', '180411.807000', '180411.810000', '180411.813000', '180411.815000', '180411.818000', '180411.821000', '180411.823000', '180411.826000', '180411.828000', '180411.831000', '180411.834000', '180411.836000', '180411.839000', '180411.842000', '180411.844000', '180411.847000', '180411.849000', '180411.852000', '180411.855000', '180411.857000', '180411.860000', '180411.862000', '180411.865000', '180411.868000', '180411.870000', '180411.873000', '180411.875000', '180411.878000', '180411.881000', '180411.883000', '180428.083000', '180428.088000', '180428.091000', '180428.094000', '180428.097000', '180428.099000', '180428.103000', '180428.105000', '180428.108000', '180428.111000', '180428.114000', '180428.117000', '180428.119000', '180428.122000', '180428.126000', '180428.129000', '180428.132000', '180428.135000', '180428.138000', '180428.140000', '180428.143000', '180428.146000', '180428.148000', '180428.151000', '180428.154000', '180428.156000', '180428.159000', '180428.162000', '180428.165000', '180428.167000', '180428.170000', '180428.173000', '180428.175000', '180428.178000', '180428.182000', '180428.185000'], 'InstanceCreationTime': ['175811.805000', '175811.808000', '175811.811000', '175811.814000', '175811.816000', '175811.819000', '175811.822000', '175811.824000', '175811.827000', '175811.829000', '175811.832000', '175811.835000', '175811.837000', '175811.840000', '175811.843000', '175811.845000', '175811.849000', '175811.851000', '175811.854000', '175811.857000', '175811.859000', '175811.865000', '175811.867000', '175811.870000', '175811.872000', '175811.875000', '175811.877000', '175811.880000', '175811.883000', '175811.885000', '175811.888000', '175811.890000', '175811.893000', '175811.895000', '175811.898000', '175811.901000', '175811.903000', '175811.906000', '175811.908000', '175811.911000', '175811.914000', '175811.916000', '175811.919000', '175811.922000', '175811.924000', '175811.927000', '175811.929000', '175811.932000', '175811.934000', '175811.937000', '175811.939000', '175811.942000', '175811.944000', '175831.770000', '175831.773000', '175831.776000', '175831.779000', '175831.781000', '175831.784000', '175831.786000', '175831.789000', '175831.791000', '175831.794000', '175831.796000', '175831.799000', '175831.801000', '175831.804000', '175831.807000', '175831.809000', '175831.812000', '175831.814000', '175831.817000', '175831.820000', '175831.822000', '175831.825000', '175831.827000', '175831.830000', '175831.833000', '175831.835000', '175831.838000', '175831.840000', '175831.843000', '175831.845000', '175831.848000', '175831.851000', '175831.855000', '175831.858000', '175831.860000', '175831.863000', '175831.865000', '175831.868000', '175831.870000', '175831.873000', '175831.875000', '175831.878000', '175831.881000', '175831.883000', '175851.770000', '175851.773000', '175851.776000', '175851.779000', '175851.781000', '175851.784000', '175851.786000', '175851.789000', '175851.791000', '175851.794000', '175851.796000', '175851.799000', '175851.802000', '175851.804000', '175851.807000', '175851.809000', '175851.812000', '175851.815000', '175851.817000', '175851.820000', '175851.823000', '175851.826000', '175851.829000', '175851.831000', '175851.834000', '175851.836000', '175851.839000', '175851.841000', '175851.844000', '175851.847000', '175851.849000', '175851.852000', '175851.855000', '175851.857000', '175851.860000', '175851.862000', '175851.865000', '175851.867000', '175851.870000', '175851.872000', '175851.881000', '175851.883000', '175851.886000', '175911.771000', '175911.773000', '175911.776000', '175911.779000', '175911.781000', '175911.784000', '175911.786000', '175911.789000', '175911.792000', '175911.794000', '175911.804000', '175911.806000', '175911.809000', '175911.811000', '175911.814000', '175911.817000', '175911.820000', '175911.822000', '175911.825000', '175911.828000', '175911.830000', '175911.833000', '175911.835000', '175911.838000', '175911.840000', '175911.843000', '175911.846000', '175911.848000', '175911.851000', '175911.854000', '175911.856000', '175911.859000', '175911.861000', '175911.864000', '175911.866000', '175911.869000', '175911.872000', '175911.874000', '175911.877000', '175911.879000', '175911.882000', '175911.884000', '175911.887000', '175911.897000', '175931.771000', '175931.774000', '175931.777000', '175931.780000', '175931.782000', '175931.785000', '175931.787000', '175931.790000', '175931.792000', '175931.795000', '175931.798000', '175931.800000', '175931.803000', '175931.806000', '175931.808000', '175931.811000', '175931.813000', '175931.816000', '175931.819000', '175931.821000', '175931.824000', '175931.827000', '175931.830000', '175931.838000', '175931.841000', '175931.843000', '175931.846000', '175931.849000', '175931.851000', '175931.854000', '175931.856000', '175931.859000', '175931.861000', '175931.864000', '175931.867000', '175931.869000', '175931.872000', '175931.874000', '175931.877000', '175931.880000', '175931.882000', '175931.885000', '175931.888000', '175951.771000', '175951.774000', '175951.777000', '175951.780000', '175951.782000', '175951.785000', '175951.787000', '175951.790000', '175951.793000', '175951.795000', '175951.798000', '175951.800000', '175951.803000', '175951.806000', '175951.808000', '175951.811000', '175951.813000', '175951.820000', '175951.822000', '175951.825000', '175951.827000', '175951.830000', '175951.832000', '175951.835000', '175951.838000', '175951.840000', '175951.843000', '175951.845000', '175951.848000', '175951.851000', '175951.853000', '175951.856000', '175951.858000', '175951.861000', '175951.864000', '175951.866000', '175951.869000', '175951.871000', '175951.874000', '175951.877000', '175951.879000', '175951.882000', '175951.884000', '175951.887000', '180011.772000', '180011.775000', '180011.777000', '180011.780000', '180011.782000', '180011.785000', '180011.788000', '180011.790000', '180011.793000', '180011.795000', '180011.798000', '180011.801000', '180011.803000', '180011.806000', '180011.808000', '180011.811000', '180011.814000', '180011.816000', '180011.819000', '180011.821000', '180011.824000', '180011.826000', '180011.829000', '180011.832000', '180011.834000', '180011.837000', '180011.839000', '180011.842000', '180011.845000', '180011.847000', '180011.850000', '180011.853000', '180011.855000', '180011.858000', '180011.860000', '180011.863000', '180011.865000', '180011.868000', '180011.870000', '180011.873000', '180011.876000', '180011.878000', '180011.881000', '180031.772000', '180031.775000', '180031.777000', '180031.780000', '180031.782000', '180031.785000', '180031.788000', '180031.790000', '180031.793000', '180031.795000', '180031.798000', '180031.801000', '180031.803000', '180031.806000', '180031.808000', '180031.811000', '180031.814000', '180031.816000', '180031.819000', '180031.822000', '180031.824000', '180031.827000', '180031.829000', '180031.832000', '180031.835000', '180031.837000', '180031.840000', '180031.842000', '180031.845000', '180031.848000', '180031.850000', '180031.853000', '180031.855000', '180031.858000', '180031.860000', '180031.863000', '180031.866000', '180031.868000', '180031.871000', '180031.873000', '180031.876000', '180031.879000', '180031.881000', '180031.884000', '180051.771000', '180051.774000', '180051.776000', '180051.779000', '180051.781000', '180051.784000', '180051.786000', '180051.789000', '180051.792000', '180051.794000', '180051.797000', '180051.800000', '180051.802000', '180051.805000', '180051.807000', '180051.810000', '180051.813000', '180051.815000', '180051.818000', '180051.820000', '180051.823000', '180051.826000', '180051.828000', '180051.831000', '180051.854000', '180051.856000', '180051.859000', '180051.861000', '180051.864000', '180051.867000', '180051.869000', '180051.872000', '180051.874000', '180051.877000', '180051.879000', '180051.882000', '180051.885000', '180051.887000', '180051.890000', '180051.892000', '180051.895000', '180051.898000', '180051.900000', '180111.770000', '180111.773000', '180111.776000', '180111.779000', '180111.781000', '180111.784000', '180111.786000', '180111.789000', '180111.792000', '180111.794000', '180111.797000', '180111.803000', '180111.806000', '180111.809000', '180111.811000', '180111.814000', '180111.816000', '180111.819000', '180111.822000', '180111.824000', '180111.827000', '180111.830000', '180111.832000', '180111.835000', '180111.838000', '180111.840000', '180111.843000', '180111.846000', '180111.848000', '180111.851000', '180111.853000', '180111.856000', '180111.859000', '180111.861000', '180111.864000', '180111.866000', '180111.869000', '180111.872000', '180111.874000', '180111.877000', '180111.880000', '180111.882000', '180111.885000', '180111.887000', '180131.771000', '180131.773000', '180131.776000', '180131.779000', '180131.781000', '180131.784000', '180131.786000', '180131.789000', '180131.792000', '180131.794000', '180131.797000', '180131.800000', '180131.802000', '180131.805000', '180131.808000', '180131.810000', '180131.813000', '180131.816000', '180131.818000', '180131.821000', '180131.824000', '180131.826000', '180131.829000', '180131.832000', '180131.834000', '180131.837000', '180131.840000', '180131.842000', '180131.845000', '180131.848000', '180131.850000', '180131.853000', '180131.856000', '180131.858000', '180131.861000', '180131.863000', '180131.866000', '180131.869000', '180131.871000', '180131.874000', '180131.877000', '180131.879000', '180131.882000', '180151.771000', '180151.774000', '180151.777000', '180151.780000', '180151.782000', '180151.785000', '180151.788000', '180151.790000', '180151.793000', '180151.795000', '180151.798000', '180151.801000', '180151.803000', '180151.806000', '180151.809000', '180151.811000', '180151.814000', '180151.816000', '180151.819000', '180151.821000', '180151.824000', '180151.827000', '180151.829000', '180151.832000', '180151.835000', '180151.837000', '180151.840000', '180151.842000', '180151.852000', '180151.855000', '180151.857000', '180151.860000', '180151.862000', '180151.865000', '180151.867000', '180151.870000', '180151.873000', '180151.875000', '180151.878000', '180151.881000', '180151.883000', '180151.886000', '180151.888000', '180151.891000', '180211.771000', '180211.774000', '180211.777000', '180211.780000', '180211.782000', '180211.785000', '180211.788000', '180211.790000', '180211.793000', '180211.795000', '180211.798000', '180211.801000', '180211.803000', '180211.806000', '180211.808000', '180211.811000', '180211.814000', '180211.816000', '180211.819000', '180211.821000', '180211.824000', '180211.827000', '180211.829000', '180211.832000', '180211.835000', '180211.837000', '180211.840000', '180211.843000', '180211.845000', '180211.848000', '180211.850000', '180211.853000', '180211.856000', '180211.858000', '180211.861000', '180211.863000', '180211.866000', '180211.869000', '180211.871000', '180211.874000', '180211.876000', '180211.879000', '180211.882000', '180231.772000', '180231.775000', '180231.777000', '180231.780000', '180231.783000', '180231.785000', '180231.788000', '180231.791000', '180231.793000', '180231.796000', '180231.798000', '180231.801000', '180231.803000', '180231.806000', '180231.809000', '180231.811000', '180231.814000', '180231.816000', '180231.819000', '180231.822000', '180231.836000', '180231.838000', '180231.841000', '180231.843000', '180231.846000', '180231.849000', '180231.851000', '180231.854000', '180231.856000', '180231.859000', '180231.861000', '180231.864000', '180231.867000', '180231.869000', '180231.872000', '180231.875000', '180231.877000', '180231.881000', '180231.883000', '180231.886000', '180231.888000', '180231.891000', '180231.894000', '180231.896000', '180251.772000', '180251.774000', '180251.777000', '180251.780000', '180251.783000', '180251.785000', '180251.788000', '180251.791000', '180251.793000', '180251.796000', '180251.798000', '180251.801000', '180251.804000', '180251.806000', '180251.809000', '180251.812000', '180251.815000', '180251.817000', '180251.820000', '180251.823000', '180251.825000', '180251.828000', '180251.831000', '180251.833000', '180251.836000', '180251.839000', '180251.841000', '180251.844000', '180251.846000', '180251.849000', '180251.852000', '180251.854000', '180251.857000', '180251.859000', '180251.862000', '180251.865000', '180251.867000', '180251.870000', '180251.873000', '180251.875000', '180251.878000', '180251.880000', '180251.883000', '180311.771000', '180311.774000', '180311.777000', '180311.780000', '180311.783000', '180311.785000', '180311.788000', '180311.790000', '180311.793000', '180311.796000', '180311.798000', '180311.801000', '180311.803000', '180311.806000', '180311.809000', '180311.811000', '180311.814000', '180311.816000', '180311.819000', '180311.822000', '180311.824000', '180311.827000', '180311.830000', '180311.832000', '180311.835000', '180311.837000', '180311.840000', '180311.843000', '180311.845000', '180311.848000', '180311.850000', '180311.853000', '180311.856000', '180311.858000', '180311.861000', '180311.863000', '180311.866000', '180311.869000', '180311.871000', '180311.874000', '180311.877000', '180311.879000', '180311.882000', '180311.884000', '180331.771000', '180331.774000', '180331.777000', '180331.780000', '180331.782000', '180331.785000', '180331.788000', '180331.790000', '180331.793000', '180331.795000', '180331.798000', '180331.801000', '180331.803000', '180331.806000', '180331.809000', '180331.811000', '180331.814000', '180331.817000', '180331.819000', '180331.822000', '180331.825000', '180331.827000', '180331.830000', '180331.832000', '180331.835000', '180331.838000', '180331.840000', '180331.843000', '180331.845000', '180331.848000', '180331.851000', '180331.853000', '180331.856000', '180331.858000', '180331.861000', '180331.864000', '180331.866000', '180331.869000', '180331.872000', '180331.874000', '180331.877000', '180331.879000', '180331.882000', '180351.770000', '180351.773000', '180351.776000', '180351.779000', '180351.781000', '180351.784000', '180351.786000', '180351.789000', '180351.792000', '180351.794000', '180351.797000', '180351.800000', '180351.802000', '180351.805000', '180351.807000', '180351.810000', '180351.813000', '180351.815000', '180351.818000', '180351.821000', '180351.823000', '180351.826000', '180351.829000', '180351.832000', '180351.834000', '180351.837000', '180351.839000', '180351.842000', '180351.845000', '180351.847000', '180351.851000', '180351.867000', '180351.870000', '180351.872000', '180351.875000', '180351.878000', '180351.880000', '180351.883000', '180351.886000', '180351.888000', '180351.891000', '180351.894000', '180351.896000', '180351.899000', '180411.772000', '180411.775000', '180411.778000', '180411.781000', '180411.783000', '180411.786000', '180411.789000', '180411.791000', '180411.794000', '180411.797000', '180411.799000', '180411.802000', '180411.804000', '180411.807000', '180411.810000', '180411.813000', '180411.815000', '180411.818000', '180411.821000', '180411.823000', '180411.826000', '180411.828000', '180411.831000', '180411.834000', '180411.836000', '180411.839000', '180411.842000', '180411.844000', '180411.847000', '180411.849000', '180411.852000', '180411.855000', '180411.857000', '180411.860000', '180411.862000', '180411.865000', '180411.868000', '180411.870000', '180411.873000', '180411.875000', '180411.878000', '180411.881000', '180411.883000', '180428.083000', '180428.088000', '180428.091000', '180428.094000', '180428.097000', '180428.099000', '180428.103000', '180428.105000', '180428.108000', '180428.111000', '180428.114000', '180428.117000', '180428.119000', '180428.122000', '180428.126000', '180428.129000', '180428.132000', '180428.135000', '180428.138000', '180428.140000', '180428.143000', '180428.146000', '180428.148000', '180428.151000', '180428.154000', '180428.156000', '180428.159000', '180428.162000', '180428.165000', '180428.167000', '180428.170000', '180428.173000', '180428.175000', '180428.178000', '180428.182000', '180428.185000'], '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': [7252, 10093, 8388, 7459, 9664, 7462, 8033, 6694, 7107, 9414, 8020, 7442, 9611, 7378, 7963, 6775, 7166, 10078, 14046, 8118, 9693, 7834, 9051, 6914, 8747, 11691, 7954, 7740, 9103, 7147, 9652, 12786, 7700, 8505, 12047, 9635, 8088, 6655, 7789, 10817, 8037, 7696, 9259, 15859, 7653, 8607, 13293, 7152, 8154, 10940, 7081, 7896, 9364, 7604, 8203, 10069, 7138, 7923, 9573, 7210, 7366, 9367, 7359, 8649, 10850, 7245, 9349, 11647, 8439, 8116, 6811, 7630, 9536, 11273, 7485, 9410, 11435, 7379, 10216, 6637, 8046, 9789, 12410, 7402, 9132, 6708, 7741, 9533, 7126, 7690, 9272, 6946, 7317, 9240, 7058, 9357, 12468, 8108, 8339, 9434, 7255, 8064, 9418, 7132, 8378, 10667, 7548, 7910, 9353, 7498, 7803, 9188, 6913, 8848, 10322, 7169, 7746, 9437, 7488, 7765, 9226, 7025, 8599, 10267, 7383, 8307, 9815, 7809, 8468, 12038, 7193, 8995, 12056, 8508, 8880, 6509, 7380, 6862, 7220, 9782, 12699, 8669, 8164, 6630, 7371, 9592, 13265, 7341, 9427, 13178, 8466, 8602, 6660, 8229, 10325, 7153, 7453, 9320, 6926, 7778, 10792, 6989, 7808, 10713, 7272, 7625, 9776, 7074, 8019, 10540, 7270, 7626, 9887, 7115, 7562, 9748, 6792, 9277, 12696, 7586, 8361, 10912, 8071, 9033, 7028, 7069, 9336, 12923, 7402, 9433, 7329, 8807, 11958, 7760, 8978, 11236, 8608, 8743, 6504, 8535, 11189, 11494, 7538, 9627, 10504, 7448, 9617, 7185, 8925, 12174, 7340, 7740, 7462, 7403, 9480, 12679, 8908, 8878, 11828, 8738, 8251, 8700, 7129, 8917, 12921, 8267, 9213, 12767, 7606, 9322, 7374, 8584, 11522, 7528, 8410, 10160, 7653, 8418, 10845, 7234, 8888, 11498, 7337, 8325, 9398, 7538, 8250, 7482, 7144, 9559, 10488, 7783, 9486, 9864, 7824, 10183, 7463, 9095, 12220, 7648, 8730, 10653, 8704, 8644, 12826, 7270, 9067, 12426, 8443, 8857, 6511, 7406, 7087, 7136, 9530, 12467, 8037, 8966, 7743, 8682, 12417, 10786, 7422, 8970, 6859, 7594, 9614, 9222, 7371, 9264, 14289, 7392, 9451, 6792, 7726, 9832, 14653, 7344, 9450, 13834, 7582, 8851, 6702, 8646, 10960, 7630, 7776, 9367, 7326, 7498, 7092, 7085, 9534, 12495, 8566, 8553, 10604, 7483, 8336, 11104, 7284, 8063, 9483, 7570, 7754, 9104, 7052, 9087, 11097, 7556, 8176, 7315, 7338, 9541, 13143, 7444, 9722, 12432, 9571, 8473, 11936, 7768, 8840, 11218, 7186, 8099, 6636, 7640, 9043, 7129, 9186, 11906, 8335, 8385, 9747, 7403, 8725, 10699, 7826, 8021, 9302, 15919, 7867, 9095, 7057, 7699, 9568, 7173, 8075, 9494, 7175, 7913, 7135, 7441, 9571, 13562, 7748, 9441, 12748, 8335, 8987, 6872, 8158, 10539, 7239, 8130, 9725, 7352, 7896, 9891, 7585, 9396, 12998, 7604, 8160, 9754, 8199, 8242, 6722, 8403, 10312, 9925, 7530, 9530, 8311, 7392, 9290, 7071, 7744, 9478, 10418, 7470, 9353, 7275, 8851, 11867, 7613, 8715, 11119, 7929, 8218, 6845, 7850, 9638, 12972, 8712, 8910, 11533, 7806, 8090, 6605, 7497, 7078, 6828, 8240, 10733, 12848, 8047, 8795, 10974, 16484, 7672, 8375, 14483, 8715, 8526, 10454, 7670, 8452, 10486, 7353, 8303, 8941, 7162, 7828, 9198, 7504, 7748, 7164, 7719, 9417, 8718, 7815, 9481, 7113, 8417, 8420, 7854, 9885, 7609, 9648, 12383, 9138, 9061, 9080, 7845, 6944, 7644, 7638, 10173, 8584, 11848, 13196, 9570, 8959, 13854, 7859, 9201, 10653, 7807, 9390, 8811, 7913, 9792, 7466, 9155, 9148, 7626, 9792, 7681, 8986, 7514, 9189, 6864, 8827, 11929, 8544, 8358, 6918, 7859, 10580, 15711, 8374, 9791, 12935, 8001, 10408, 7601, 8934, 12258, 7985, 8536, 11550, 7552, 9511, 7477, 8512, 11254, 7900, 8767, 11554, 7878, 9809, 7552, 9376, 11778, 8472, 8760, 11915, 7827, 9395, 7351, 8568, 11994, 7516, 8273, 10106, 8474, 8362, 6807, 8491, 10362, 7006, 8467, 9971, 7118, 8376, 6666, 7628, 9829, 14026, 8012, 10635, 8708, 7772, 8559, 7846, 10028, 11922, 8541, 8847, 11542, 7911, 9250, 6758, 8119, 10043, 6928, 7918, 9595, 7163, 7574, 6547, 7666, 9860, 13221, 7773, 9479, 13251, 7929, 9957, 7717, 9168, 12069, 8225, 8975, 12053, 8338, 8577, 7490, 7924, 9852, 12643, 7951, 10165, 8086, 8059, 9946, 7822, 9711, 12258, 8466, 8922, 11104, 8457, 8202, 6887, 8364, 9872, 7954, 8945, 10795, 8131, 8903, 7655, 9095, 11806, 8250, 8775, 10155, 7372, 7744, 6887, 7677, 9628, 13076, 7808, 9461, 10541, 7884, 9949, 7572, 8854, 11527, 7484, 8340, 10308, 7799, 8344, 6465, 7607, 9453, 12194, 7733, 9038, 12019, 8011, 9563, 6807, 8600, 9792, 6966, 8273, 9750, 7142, 7891, 8536, 7538, 9481, 11961, 7585, 8812, 10030, 7459, 8434, 9684, 7712, 9157, 12061, 7530, 8617, 10359, 7546, 8133, 7445, 7584, 9698, 12978, 7860, 9791, 7111, 8270, 10542, 7340, 8743, 10607, 7590, 8426, 9526, 8150, 9938, 10213, 8015, 10361, 9272, 8155, 10185, 7633, 9535, 12170, 8089, 9080, 10810, 8061, 8674, 6687, 8038, 9932, 7116, 8496, 10403, 7302, 8376, 10120, 7994, 9448, 6655, 8453, 9956, 12580, 8057, 10469, 7361, 8348, 9188, 7892, 9758, 11261, 8693, 8416, 7016, 8055, 10031, 7267, 8208, 10241, 8675, 8272, 10611, 7905, 8862, 11140, 7249, 8470, 9913, 7151, 8473, 9891, 7592, 8851, 10598, 7798, 9248, 11404, 8364, 8500, 6835, 8243, 10188, 7908, 9386, 11202, 8127, 8466, 6996, 7928, 9392, 8117, 10137, 11875, 9363, 8852, 9745, 8159, 8427, 7909, 8077, 9427, 11528, 8967, 8594, 6950, 8223, 10002, 7206, 8294, 9981, 7452, 8251, 10140, 6750, 8224, 10167, 14282, 8079, 9992, 11171, 7897, 8678, 8036, 9334, 8040, 9249, 10701, 8535, 8623, 9677, 8328, 8193, 7288, 8703, 10491, 11963, 8023, 9226, 10789, 8108, 9625, 8244, 8916, 11095, 8108, 8702, 10262, 8299, 8164, 7113, 8416, 9753, 9156, 8234, 10042, 9015, 8439, 10432, 6896, 8462, 9990, 8191, 8023, 10199, 7786, 8938, 6758, 8610, 9703, 7118, 8370, 9915, 7382, 8413, 8957, 7873, 9737, 11795, 7894, 9525, 11321, 7875, 8594, 7642, 9072], 'WindowCenter': [4125.0, 4141.0, 4104.0, 4084.0, 4114.0, 4081.0, 4089.0, 4069.0, 4080.0, 4113.0, 4088.0, 4081.0, 4114.0, 4081.0, 4089.0, 4067.0, 4082.0, 4124.0, 4139.0, 4093.0, 4109.0, 4089.0, 4100.0, 4082.0, 4113.0, 4132.0, 4091.0, 4092.0, 4101.0, 4081.0, 4110.0, 4128.0, 4078.0, 4100.0, 4120.0, 4100.0, 4077.0, 4057.0, 4077.0, 4118.0, 4076.0, 4080.0, 4100.0, 4138.0, 4065.0, 4076.0, 4114.0, 4054.0, 4073.0, 4092.0, 4066.0, 4076.0, 4086.0, 4076.0, 4075.0, 4095.0, 4054.0, 4077.0, 4098.0, 4067.0, 4065.0, 4095.0, 4067.0, 4086.0, 4105.0, 4068.0, 4111.0, 4118.0, 4088.0, 4089.0, 4057.0, 4079.0, 4111.0, 4116.0, 4081.0, 4099.0, 4118.0, 4068.0, 4107.0, 4056.0, 4088.0, 4111.0, 4130.0, 4079.0, 4097.0, 4054.0, 4078.0, 4095.0, 4066.0, 4078.0, 4111.0, 4068.0, 4079.0, 4096.0, 4080.0, 4112.0, 4131.0, 4076.0, 4089.0, 4100.0, 4065.0, 4075.0, 4084.0, 4055.0, 4077.0, 4107.0, 4066.0, 4078.0, 4087.0, 4064.0, 4066.0, 4084.0, 4055.0, 4085.0, 4097.0, 4053.0, 4077.0, 4098.0, 4067.0, 4078.0, 4085.0, 4067.0, 4086.0, 4108.0, 4079.0, 4091.0, 4109.0, 4078.0, 4088.0, 4116.0, 4067.0, 4098.0, 4130.0, 4101.0, 4100.0, 4059.0, 4078.0, 4069.0, 4092.0, 4122.0, 4142.0, 4099.0, 4088.0, 4067.0, 4078.0, 4111.0, 4127.0, 4077.0, 4110.0, 4130.0, 4089.0, 4085.0, 4057.0, 4098.0, 4110.0, 4067.0, 4079.0, 4100.0, 4069.0, 4079.0, 4108.0, 4068.0, 4089.0, 4122.0, 4077.0, 4078.0, 4108.0, 4065.0, 4089.0, 4107.0, 4067.0, 4089.0, 4110.0, 4056.0, 4078.0, 4096.0, 4056.0, 4099.0, 4127.0, 4077.0, 4091.0, 4108.0, 4078.0, 4086.0, 4055.0, 4065.0, 4098.0, 4129.0, 4069.0, 4098.0, 4077.0, 4099.0, 4117.0, 4089.0, 4113.0, 4120.0, 4101.0, 4097.0, 4057.0, 4101.0, 4133.0, 4119.0, 4081.0, 4111.0, 4108.0, 4067.0, 4096.0, 4066.0, 4102.0, 4129.0, 4066.0, 4079.0, 4065.0, 4079.0, 4111.0, 4119.0, 4088.0, 4100.0, 4115.0, 4088.0, 4075.0, 4074.0, 4056.0, 4087.0, 4116.0, 4077.0, 4099.0, 4116.0, 4078.0, 4086.0, 4065.0, 4089.0, 4117.0, 4067.0, 4087.0, 4098.0, 4067.0, 4079.0, 4106.0, 4064.0, 4085.0, 4106.0, 4063.0, 4086.0, 4085.0, 4075.0, 4086.0, 4063.0, 4068.0, 4110.0, 4107.0, 4080.0, 4112.0, 4109.0, 4078.0, 4108.0, 4078.0, 4099.0, 4120.0, 4080.0, 4090.0, 4108.0, 4088.0, 4086.0, 4114.0, 4065.0, 4100.0, 4128.0, 4087.0, 4099.0, 4058.0, 4078.0, 4067.0, 4084.0, 4126.0, 4144.0, 4093.0, 4101.0, 4093.0, 4104.0, 4146.0, 4122.0, 4080.0, 4102.0, 4059.0, 4077.0, 4099.0, 4084.0, 4078.0, 4111.0, 4137.0, 4070.0, 4098.0, 4055.0, 4077.0, 4111.0, 4127.0, 4067.0, 4111.0, 4127.0, 4078.0, 4084.0, 4056.0, 4100.0, 4118.0, 4077.0, 4080.0, 4099.0, 4068.0, 4067.0, 4067.0, 4070.0, 4110.0, 4131.0, 4101.0, 4102.0, 4109.0, 4066.0, 4078.0, 4104.0, 4053.0, 4076.0, 4096.0, 4066.0, 4079.0, 4085.0, 4065.0, 4099.0, 4120.0, 4091.0, 4099.0, 4077.0, 4080.0, 4111.0, 4128.0, 4078.0, 4113.0, 4120.0, 4099.0, 4087.0, 4104.0, 4064.0, 4086.0, 4116.0, 4068.0, 4078.0, 4055.0, 4079.0, 4097.0, 4079.0, 4111.0, 4133.0, 4091.0, 4088.0, 4096.0, 4065.0, 4088.0, 4106.0, 4064.0, 4074.0, 4086.0, 4137.0, 4076.0, 4086.0, 4052.0, 4065.0, 4082.0, 4054.0, 4078.0, 4097.0, 4056.0, 4079.0, 4067.0, 4080.0, 4111.0, 4127.0, 4076.0, 4112.0, 4119.0, 4078.0, 4088.0, 4057.0, 4089.0, 4110.0, 4067.0, 4089.0, 4100.0, 4068.0, 4076.0, 4094.0, 4077.0, 4097.0, 4127.0, 4078.0, 4090.0, 4097.0, 4088.0, 4085.0, 4057.0, 4091.0, 4110.0, 4108.0, 4079.0, 4101.0, 4088.0, 4069.0, 4099.0, 4065.0, 4080.0, 4113.0, 4108.0, 4078.0, 4099.0, 4078.0, 4102.0, 4129.0, 4078.0, 4102.0, 4120.0, 4090.0, 4088.0, 4057.0, 4090.0, 4111.0, 4129.0, 4086.0, 4101.0, 4120.0, 4078.0, 4078.0, 4054.0, 4066.0, 4083.0, 4082.0, 4114.0, 4135.0, 4134.0, 4078.0, 4090.0, 4109.0, 4138.0, 4066.0, 4076.0, 4116.0, 4076.0, 4086.0, 4095.0, 4064.0, 4063.0, 4081.0, 4038.0, 4062.0, 4072.0, 4040.0, 4051.0, 4084.0, 4054.0, 4065.0, 4040.0, 4077.0, 4085.0, 4073.0, 4062.0, 4096.0, 4053.0, 4089.0, 4075.0, 4087.0, 4095.0, 4080.0, 4111.0, 4119.0, 4097.0, 4099.0, 4085.0, 4075.0, 4068.0, 4088.0, 4090.0, 4121.0, 4115.0, 4147.0, 4145.0, 4112.0, 4089.0, 4128.0, 4076.0, 4088.0, 4093.0, 4066.0, 4101.0, 4086.0, 4077.0, 4096.0, 4067.0, 4099.0, 4096.0, 4092.0, 4110.0, 4080.0, 4100.0, 4091.0, 4112.0, 4073.0, 4127.0, 4147.0, 4101.0, 4090.0, 4069.0, 4088.0, 4123.0, 4138.0, 4088.0, 4109.0, 4117.0, 4078.0, 4096.0, 4078.0, 4099.0, 4117.0, 4079.0, 4099.0, 4118.0, 4078.0, 4097.0, 4067.0, 4100.0, 4109.0, 4091.0, 4099.0, 4119.0, 4080.0, 4096.0, 4078.0, 4109.0, 4119.0, 4088.0, 4102.0, 4120.0, 4081.0, 4098.0, 4077.0, 4099.0, 4118.0, 4069.0, 4092.0, 4107.0, 4090.0, 4086.0, 4069.0, 4103.0, 4111.0, 4070.0, 4103.0, 4109.0, 4069.0, 4091.0, 4056.0, 4081.0, 4110.0, 4139.0, 4092.0, 4109.0, 4090.0, 4080.0, 4085.0, 4088.0, 4112.0, 4120.0, 4090.0, 4099.0, 4119.0, 4079.0, 4098.0, 4055.0, 4087.0, 4108.0, 4067.0, 4091.0, 4109.0, 4068.0, 4077.0, 4056.0, 4091.0, 4123.0, 4130.0, 4081.0, 4112.0, 4130.0, 4080.0, 4098.0, 4079.0, 4100.0, 4119.0, 4090.0, 4100.0, 4116.0, 4088.0, 4089.0, 4064.0, 4076.0, 4099.0, 4116.0, 4079.0, 4109.0, 4079.0, 4079.0, 4097.0, 4076.0, 4110.0, 4119.0, 4076.0, 4098.0, 4119.0, 4078.0, 4078.0, 4067.0, 4089.0, 4095.0, 4076.0, 4100.0, 4119.0, 4090.0, 4098.0, 4081.0, 4102.0, 4120.0, 4090.0, 4103.0, 4111.0, 4069.0, 4079.0, 4057.0, 4079.0, 4112.0, 4128.0, 4079.0, 4111.0, 4108.0, 4091.0, 4098.0, 4079.0, 4101.0, 4119.0, 4080.0, 4100.0, 4107.0, 4078.0, 4087.0, 4044.0, 4078.0, 4110.0, 4130.0, 4081.0, 4101.0, 4120.0, 4087.0, 4099.0, 4057.0, 4100.0, 4109.0, 4067.0, 4100.0, 4109.0, 4070.0, 4091.0, 4088.0, 4079.0, 4109.0, 4121.0, 4068.0, 4100.0, 4110.0, 4068.0, 4089.0, 4097.0, 4078.0, 4097.0, 4117.0, 4065.0, 4091.0, 4109.0, 4076.0, 4077.0, 4066.0, 4078.0, 4108.0, 4131.0, 4091.0, 4111.0, 4069.0, 4088.0, 4108.0, 4066.0, 4102.0, 4123.0, 4080.0, 4090.0, 4098.0, 4089.0, 4111.0, 4109.0, 4080.0, 4111.0, 4099.0, 4079.0, 4108.0, 4080.0, 4113.0, 4118.0, 4077.0, 4100.0, 4111.0, 4079.0, 4087.0, 4057.0, 4090.0, 4107.0, 4072.0, 4099.0, 4111.0, 4068.0, 4090.0, 4110.0, 4091.0, 4100.0, 4058.0, 4091.0, 4111.0, 4130.0, 4091.0, 4112.0, 4067.0, 4089.0, 4098.0, 4090.0, 4112.0, 4121.0, 4089.0, 4090.0, 4068.0, 4091.0, 4108.0, 4066.0, 4088.0, 4113.0, 4088.0, 4089.0, 4108.0, 4079.0, 4100.0, 4107.0, 4068.0, 4088.0, 4099.0, 4068.0, 4089.0, 4098.0, 4078.0, 4086.0, 4106.0, 4078.0, 4101.0, 4121.0, 4088.0, 4089.0, 4060.0, 4088.0, 4108.0, 4091.0, 4112.0, 4123.0, 4092.0, 4088.0, 4069.0, 4090.0, 4101.0, 4092.0, 4125.0, 4134.0, 4101.0, 4102.0, 4098.0, 4090.0, 4088.0, 4075.0, 4090.0, 4102.0, 4120.0, 4100.0, 4090.0, 4069.0, 4089.0, 4099.0, 4068.0, 4090.0, 4099.0, 4067.0, 4088.0, 4110.0, 4057.0, 4088.0, 4107.0, 4127.0, 4088.0, 4096.0, 4106.0, 4078.0, 4087.0, 4088.0, 4099.0, 4092.0, 4114.0, 4123.0, 4102.0, 4100.0, 4101.0, 4088.0, 4088.0, 4076.0, 4101.0, 4122.0, 4117.0, 4077.0, 4099.0, 4109.0, 4078.0, 4098.0, 4089.0, 4099.0, 4108.0, 4077.0, 4088.0, 4098.0, 4075.0, 4089.0, 4068.0, 4089.0, 4099.0, 4086.0, 4087.0, 4108.0, 4087.0, 4086.0, 4107.0, 4055.0, 4076.0, 4097.0, 4075.0, 4076.0, 4109.0, 4065.0, 4096.0, 4059.0, 4098.0, 4098.0, 4066.0, 4102.0, 4110.0, 4081.0, 4091.0, 4099.0, 4090.0, 4112.0, 4119.0, 4090.0, 4110.0, 4120.0, 4088.0, 4099.0, 4092.0, 4110.0], 'WindowWidth': [9193.0, 9201.0, 9139.0, 9111.0, 9149.0, 9099.0, 9107.0, 9080.0, 9098.0, 9144.0, 9104.0, 9101.0, 9148.0, 9096.0, 9106.0, 9074.0, 9102.0, 9162.0, 9176.0, 9118.0, 9133.0, 9107.0, 9120.0, 9102.0, 9146.0, 9173.0, 9116.0, 9116.0, 9126.0, 9099.0, 9138.0, 9159.0, 9091.0, 9124.0, 9146.0, 9122.0, 9086.0, 9060.0, 9088.0, 9144.0, 9083.0, 9093.0, 9121.0, 9168.0, 9066.0, 9081.0, 9129.0, 9049.0, 9075.0, 9099.0, 9071.0, 9086.0, 9095.0, 9082.0, 9080.0, 9104.0, 9051.0, 9084.0, 9117.0, 9073.0, 9068.0, 9108.0, 9074.0, 9099.0, 9123.0, 9078.0, 9139.0, 9145.0, 9106.0, 9106.0, 9060.0, 9093.0, 9138.0, 9137.0, 9097.0, 9120.0, 9142.0, 9075.0, 9124.0, 9056.0, 9103.0, 9138.0, 9161.0, 9092.0, 9114.0, 9053.0, 9089.0, 9108.0, 9070.0, 9090.0, 9140.0, 9075.0, 9093.0, 9113.0, 9097.0, 9142.0, 9168.0, 9086.0, 9108.0, 9121.0, 9066.0, 9081.0, 9090.0, 9054.0, 9085.0, 9127.0, 9068.0, 9090.0, 9098.0, 9065.0, 9069.0, 9089.0, 9054.0, 9094.0, 9114.0, 9050.0, 9087.0, 9115.0, 9071.0, 9088.0, 9093.0, 9072.0, 9099.0, 9128.0, 9091.0, 9111.0, 9130.0, 9090.0, 9103.0, 9136.0, 9074.0, 9118.0, 9162.0, 9126.0, 9120.0, 9067.0, 9090.0, 9079.0, 9116.0, 9156.0, 9185.0, 9122.0, 9104.0, 9075.0, 9091.0, 9139.0, 9153.0, 9088.0, 9137.0, 9163.0, 9105.0, 9095.0, 9061.0, 9119.0, 9137.0, 9077.0, 9096.0, 9123.0, 9079.0, 9093.0, 9130.0, 9077.0, 9109.0, 9155.0, 9087.0, 9091.0, 9129.0, 9069.0, 9105.0, 9130.0, 9073.0, 9107.0, 9134.0, 9057.0, 9087.0, 9108.0, 9059.0, 9120.0, 9153.0, 9089.0, 9110.0, 9128.0, 9089.0, 9096.0, 9052.0, 9069.0, 9118.0, 9160.0, 9077.0, 9114.0, 9089.0, 9120.0, 9143.0, 9108.0, 9145.0, 9147.0, 9125.0, 9113.0, 9062.0, 9126.0, 9171.0, 9147.0, 9097.0, 9137.0, 9127.0, 9071.0, 9108.0, 9072.0, 9126.0, 9160.0, 9072.0, 9092.0, 9069.0, 9093.0, 9137.0, 9145.0, 9103.0, 9121.0, 9133.0, 9099.0, 9079.0, 9075.0, 9054.0, 9099.0, 9135.0, 9085.0, 9118.0, 9136.0, 9087.0, 9094.0, 9069.0, 9106.0, 9140.0, 9070.0, 9099.0, 9113.0, 9070.0, 9089.0, 9120.0, 9064.0, 9095.0, 9123.0, 9062.0, 9097.0, 9094.0, 9080.0, 9097.0, 9064.0, 9076.0, 9133.0, 9126.0, 9095.0, 9140.0, 9132.0, 9091.0, 9129.0, 9091.0, 9120.0, 9148.0, 9095.0, 9108.0, 9129.0, 9101.0, 9097.0, 9131.0, 9067.0, 9122.0, 9158.0, 9100.0, 9117.0, 9063.0, 9091.0, 9077.0, 9109.0, 9170.0, 9187.0, 9118.0, 9127.0, 9118.0, 9135.0, 9196.0, 9156.0, 9096.0, 9126.0, 9066.0, 9088.0, 9119.0, 9092.0, 9090.0, 9139.0, 9168.0, 9080.0, 9115.0, 9055.0, 9088.0, 9137.0, 9152.0, 9073.0, 9136.0, 9152.0, 9088.0, 9091.0, 9059.0, 9120.0, 9143.0, 9086.0, 9095.0, 9118.0, 9075.0, 9074.0, 9073.0, 9082.0, 9137.0, 9165.0, 9124.0, 9126.0, 9131.0, 9072.0, 9088.0, 9118.0, 9047.0, 9085.0, 9111.0, 9067.0, 9091.0, 9093.0, 9070.0, 9120.0, 9149.0, 9114.0, 9120.0, 9089.0, 9095.0, 9139.0, 9156.0, 9093.0, 9144.0, 9148.0, 9118.0, 9098.0, 9118.0, 9065.0, 9097.0, 9139.0, 9077.0, 9088.0, 9057.0, 9094.0, 9115.0, 9095.0, 9140.0, 9172.0, 9112.0, 9103.0, 9111.0, 9069.0, 9100.0, 9123.0, 9062.0, 9075.0, 9095.0, 9165.0, 9083.0, 9094.0, 9044.0, 9065.0, 9086.0, 9050.0, 9088.0, 9115.0, 9057.0, 9090.0, 9072.0, 9094.0, 9138.0, 9153.0, 9086.0, 9139.0, 9144.0, 9088.0, 9102.0, 9060.0, 9106.0, 9136.0, 9073.0, 9108.0, 9122.0, 9074.0, 9082.0, 9105.0, 9085.0, 9115.0, 9155.0, 9092.0, 9107.0, 9112.0, 9100.0, 9093.0, 9062.0, 9111.0, 9136.0, 9131.0, 9094.0, 9123.0, 9102.0, 9077.0, 9117.0, 9069.0, 9095.0, 9143.0, 9132.0, 9092.0, 9118.0, 9092.0, 9127.0, 9159.0, 9091.0, 9129.0, 9150.0, 9108.0, 9102.0, 9060.0, 9107.0, 9138.0, 9159.0, 9097.0, 9125.0, 9147.0, 9092.0, 9087.0, 9050.0, 9070.0, 9104.0, 9105.0, 9150.0, 9179.0, 9175.0, 9090.0, 9107.0, 9134.0, 9168.0, 9068.0, 9082.0, 9134.0, 9080.0, 9093.0, 9102.0, 9059.0, 9056.0, 9078.0, 9017.0, 9054.0, 9068.0, 9023.0, 9040.0, 9090.0, 9049.0, 9061.0, 9025.0, 9084.0, 9093.0, 9072.0, 9059.0, 9107.0, 9048.0, 9105.0, 9079.0, 9101.0, 9108.0, 9095.0, 9138.0, 9145.0, 9114.0, 9118.0, 9091.0, 9078.0, 9074.0, 9103.0, 9113.0, 9153.0, 9152.0, 9197.0, 9194.0, 9143.0, 9104.0, 9155.0, 9083.0, 9100.0, 9100.0, 9069.0, 9121.0, 9092.0, 9083.0, 9108.0, 9073.0, 9117.0, 9111.0, 9114.0, 9134.0, 9096.0, 9121.0, 9115.0, 9142.0, 9092.0, 9171.0, 9197.0, 9125.0, 9110.0, 9077.0, 9104.0, 9156.0, 9171.0, 9103.0, 9133.0, 9137.0, 9087.0, 9106.0, 9087.0, 9118.0, 9139.0, 9091.0, 9120.0, 9140.0, 9088.0, 9110.0, 9074.0, 9122.0, 9131.0, 9111.0, 9120.0, 9144.0, 9093.0, 9110.0, 9090.0, 9134.0, 9146.0, 9103.0, 9125.0, 9146.0, 9099.0, 9113.0, 9089.0, 9120.0, 9145.0, 9080.0, 9114.0, 9125.0, 9108.0, 9095.0, 9081.0, 9129.0, 9139.0, 9081.0, 9131.0, 9135.0, 9080.0, 9109.0, 9058.0, 9097.0, 9137.0, 9174.0, 9115.0, 9134.0, 9108.0, 9092.0, 9095.0, 9103.0, 9139.0, 9148.0, 9107.0, 9119.0, 9143.0, 9089.0, 9113.0, 9054.0, 9099.0, 9129.0, 9072.0, 9112.0, 9131.0, 9075.0, 9087.0, 9059.0, 9111.0, 9158.0, 9163.0, 9098.0, 9142.0, 9160.0, 9094.0, 9114.0, 9093.0, 9122.0, 9145.0, 9107.0, 9121.0, 9138.0, 9102.0, 9103.0, 9064.0, 9082.0, 9116.0, 9135.0, 9092.0, 9132.0, 9090.0, 9090.0, 9112.0, 9086.0, 9135.0, 9145.0, 9083.0, 9117.0, 9144.0, 9089.0, 9089.0, 9072.0, 9104.0, 9109.0, 9086.0, 9122.0, 9147.0, 9109.0, 9117.0, 9099.0, 9129.0, 9151.0, 9109.0, 9130.0, 9138.0, 9077.0, 9090.0, 9057.0, 9092.0, 9140.0, 9156.0, 9092.0, 9138.0, 9128.0, 9109.0, 9115.0, 9094.0, 9125.0, 9147.0, 9097.0, 9124.0, 9128.0, 9090.0, 9101.0, 9039.0, 9090.0, 9135.0, 9161.0, 9098.0, 9123.0, 9148.0, 9102.0, 9116.0, 9060.0, 9122.0, 9135.0, 9077.0, 9124.0, 9133.0, 9079.0, 9109.0, 9102.0, 9094.0, 9134.0, 9152.0, 9075.0, 9122.0, 9136.0, 9074.0, 9102.0, 9111.0, 9088.0, 9114.0, 9139.0, 9068.0, 9110.0, 9130.0, 9083.0, 9086.0, 9068.0, 9089.0, 9130.0, 9165.0, 9112.0, 9137.0, 9078.0, 9102.0, 9129.0, 9071.0, 9127.0, 9158.0, 9096.0, 9108.0, 9117.0, 9105.0, 9136.0, 9129.0, 9093.0, 9139.0, 9118.0, 9091.0, 9128.0, 9095.0, 9141.0, 9144.0, 9086.0, 9122.0, 9136.0, 9091.0, 9100.0, 9060.0, 9106.0, 9128.0, 9087.0, 9120.0, 9137.0, 9076.0, 9107.0, 9134.0, 9111.0, 9121.0, 9063.0, 9110.0, 9137.0, 9162.0, 9109.0, 9139.0, 9072.0, 9103.0, 9113.0, 9106.0, 9140.0, 9151.0, 9106.0, 9109.0, 9074.0, 9109.0, 9129.0, 9070.0, 9103.0, 9142.0, 9103.0, 9102.0, 9127.0, 9091.0, 9121.0, 9129.0, 9072.0, 9101.0, 9117.0, 9075.0, 9104.0, 9112.0, 9087.0, 9097.0, 9122.0, 9088.0, 9125.0, 9151.0, 9104.0, 9105.0, 9067.0, 9103.0, 9129.0, 9111.0, 9141.0, 9160.0, 9115.0, 9102.0, 9079.0, 9110.0, 9125.0, 9116.0, 9163.0, 9179.0, 9127.0, 9128.0, 9117.0, 9108.0, 9103.0, 9080.0, 9105.0, 9126.0, 9150.0, 9122.0, 9106.0, 9076.0, 9104.0, 9117.0, 9076.0, 9108.0, 9117.0, 9073.0, 9101.0, 9136.0, 9063.0, 9104.0, 9126.0, 9155.0, 9103.0, 9110.0, 9120.0, 9088.0, 9100.0, 9103.0, 9120.0, 9116.0, 9147.0, 9160.0, 9127.0, 9122.0, 9122.0, 9103.0, 9100.0, 9087.0, 9124.0, 9155.0, 9141.0, 9090.0, 9120.0, 9131.0, 9088.0, 9114.0, 9104.0, 9118.0, 9129.0, 9085.0, 9105.0, 9115.0, 9082.0, 9103.0, 9074.0, 9104.0, 9118.0, 9096.0, 9103.0, 9131.0, 9097.0, 9097.0, 9126.0, 9053.0, 9082.0, 9113.0, 9079.0, 9083.0, 9129.0, 9069.0, 9111.0, 9065.0, 9119.0, 9118.0, 9072.0, 9127.0, 9138.0, 9096.0, 9110.0, 9119.0, 9110.0, 9141.0, 9147.0, 9109.0, 9136.0, 9149.0, 9103.0, 9118.0, 9113.0, 9136.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.00040407577497129736</td></tr>
<tr><td colspan=3>aqi</td><td>0.024460864064293916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.52852147413788</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199124489229886</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9879439424137936</td></tr>
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
<tr><td colspan=3>fber</td><td>4609.9399</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10405102869424121</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.266360505166475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5539878835962746</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5417390303093104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6478246641436676</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.472399956335846</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817927</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015587043948471546</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02573678456246853</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8707872289896885</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.3225</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9514</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4245</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304907.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.2634</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.1752</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3351.6703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.1197</td></tr>
<tr><td colspan=3>tsnr</td><td>40.42609649617225</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>