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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-01/func/sub-0105_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>de78b0e3ccf48cc162dfe11de47d530a</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>19:01:15.260000</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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.126362</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>[4214, -7778, -7261, 213, -166, -118, -44, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>638b48ed-428b-41d1-a0b3-9cd4a696c554||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['190115.260000', '190115.720000', '190116.180000', '190116.640000', '190117.100000', '190117.560000', '190118.020000', '190118.480000', '190118.940000', '190119.400000', '190119.860000', '190120.320000', '190120.780000', '190121.240000', '190121.700000', '190122.160000', '190122.620000', '190123.080000', '190123.540000', '190124.000000', '190124.460000', '190124.920000', '190125.380000', '190125.840000', '190126.300000', '190126.760000', '190127.220000', '190127.680000', '190128.140000', '190128.600000', '190129.060000', '190129.520000', '190129.980000', '190130.440000', '190130.900000', '190131.360000', '190131.820000', '190132.280000', '190132.740000', '190133.200000', '190133.660000', '190134.120000', '190134.580000', '190135.040000', '190135.500000', '190135.960000', '190136.420000', '190136.880000', '190137.340000', '190137.800000', '190138.260000', '190138.720000', '190139.180000', '190139.640000', '190140.100000', '190140.560000', '190141.020000', '190141.480000', '190141.940000', '190142.400000', '190142.860000', '190143.320000', '190143.780000', '190144.240000', '190144.700000', '190145.160000', '190145.620000', '190146.080000', '190146.540000', '190147.000000', '190147.460000', '190147.920000', '190148.380000', '190148.840000', '190149.300000', '190149.760000', '190150.220000', '190150.680000', '190151.140000', '190151.600000', '190152.060000', '190152.520000', '190152.980000', '190153.440000', '190153.900000', '190154.360000', '190154.820000', '190155.280000', '190155.740000', '190156.200000', '190156.660000', '190157.120000', '190157.580000', '190158.040000', '190158.500000', '190158.960000', '190159.420000', '190159.880000', '190200.340000', '190200.800000', '190201.260000', '190201.720000', '190202.180000', '190202.640000', '190203.100000', '190203.560000', '190204.020000', '190204.480000', '190204.940000', '190205.400000', '190205.860000', '190206.320000', '190206.780000', '190207.240000', '190207.700000', '190208.160000', '190208.620000', '190209.080000', '190209.540000', '190210.000000', '190210.460000', '190210.920000', '190211.380000', '190211.840000', '190212.300000', '190212.760000', '190213.220000', '190213.680000', '190214.140000', '190214.600000', '190215.060000', '190215.520000', '190215.980000', '190216.440000', '190216.900000', '190217.360000', '190217.820000', '190218.280000', '190218.740000', '190219.200000', '190219.660000', '190220.120000', '190220.580000', '190221.040000', '190221.500000', '190221.960000', '190222.420000', '190222.880000', '190223.340000', '190223.800000', '190224.260000', '190224.720000', '190225.180000', '190225.640000', '190226.100000', '190226.560000', '190227.020000', '190227.480000', '190227.940000', '190228.400000', '190228.860000', '190229.320000', '190229.780000', '190230.240000', '190230.700000', '190231.160000', '190231.620000', '190232.080000', '190232.540000', '190233.000000', '190233.460000', '190233.920000', '190234.380000', '190234.840000', '190235.300000', '190235.760000', '190236.220000', '190236.680000', '190237.140000', '190237.600000', '190238.060000', '190238.520000', '190238.980000', '190239.440000', '190239.900000', '190240.360000', '190240.820000', '190241.280000', '190241.740000', '190242.200000', '190242.660000', '190243.120000', '190243.580000', '190244.040000', '190244.500000', '190244.960000', '190245.420000', '190245.880000', '190246.340000', '190246.800000', '190247.260000', '190247.720000', '190248.180000', '190248.640000', '190249.100000', '190249.560000', '190250.020000', '190250.480000', '190250.940000', '190251.400000', '190251.860000', '190252.320000', '190252.780000', '190253.240000', '190253.700000', '190254.160000', '190254.620000', '190255.080000', '190255.540000', '190256.000000', '190256.460000', '190256.920000', '190257.380000', '190257.840000', '190258.300000', '190258.760000', '190259.220000', '190259.680000', '190300.140000', '190300.600000', '190301.060000', '190301.520000', '190301.980000', '190302.440000', '190302.900000', '190303.360000', '190303.820000', '190304.280000', '190304.740000', '190305.200000', '190305.660000', '190306.120000', '190306.580000', '190307.040000', '190307.500000', '190307.960000', '190308.420000', '190308.880000', '190309.340000', '190309.800000', '190310.260000', '190310.720000', '190311.180000', '190311.640000', '190312.100000', '190312.560000', '190313.020000', '190313.480000', '190313.940000', '190314.400000', '190314.860000', '190315.320000', '190315.780000', '190316.240000', '190316.700000', '190317.160000', '190317.620000', '190318.080000', '190318.540000', '190319.000000', '190319.460000', '190319.920000', '190320.380000', '190320.840000', '190321.300000', '190321.760000', '190322.220000', '190322.680000', '190323.140000', '190323.600000', '190324.060000', '190324.520000', '190324.980000', '190325.440000', '190325.900000', '190326.360000', '190326.820000', '190327.280000', '190327.740000', '190328.200000', '190328.660000', '190329.120000', '190329.580000', '190330.040000', '190330.500000', '190330.960000', '190331.420000', '190331.880000', '190332.340000', '190332.800000', '190333.260000', '190333.720000', '190334.180000', '190334.640000', '190335.100000', '190335.560000', '190336.020000', '190336.480000', '190336.940000', '190337.400000', '190337.860000', '190338.320000', '190338.780000', '190339.240000', '190339.700000', '190340.160000', '190340.620000', '190341.080000', '190341.540000', '190342.000000', '190342.460000', '190342.920000', '190343.380000', '190343.840000', '190344.300000', '190344.760000', '190345.220000', '190345.680000', '190346.140000', '190346.600000', '190347.060000', '190347.520000', '190347.980000', '190348.440000', '190348.900000', '190349.360000', '190349.820000', '190350.280000', '190350.740000', '190351.200000', '190351.660000', '190352.120000', '190352.580000', '190353.040000', '190353.500000', '190353.960000', '190354.420000', '190354.880000', '190355.340000', '190355.800000', '190356.260000', '190356.720000', '190357.180000', '190357.640000', '190358.100000', '190358.560000', '190359.020000', '190359.480000', '190359.940000', '190400.400000', '190400.860000', '190401.320000', '190401.780000', '190402.240000', '190402.700000', '190403.160000', '190403.620000', '190404.080000', '190404.540000', '190405.000000', '190405.460000', '190405.920000', '190406.380000', '190406.840000', '190407.300000', '190407.760000', '190408.220000', '190408.680000', '190409.140000', '190409.600000', '190410.060000', '190410.520000', '190410.980000', '190411.440000', '190411.900000', '190412.360000', '190412.820000', '190413.280000', '190413.740000', '190414.200000', '190414.660000', '190415.120000', '190415.580000', '190416.040000', '190416.500000', '190416.960000', '190417.420000', '190417.880000', '190418.340000', '190418.800000', '190419.260000', '190419.720000', '190420.180000', '190420.640000', '190421.100000', '190421.560000', '190422.020000', '190422.480000', '190422.940000', '190423.400000', '190423.860000', '190424.320000', '190424.780000', '190425.240000', '190425.700000', '190426.160000', '190426.620000', '190427.080000', '190427.540000', '190428.000000', '190428.460000', '190428.920000', '190429.380000', '190429.840000', '190430.300000', '190430.760000', '190431.220000', '190431.680000', '190432.140000', '190432.600000', '190433.060000', '190433.520000', '190433.980000', '190434.440000', '190434.900000', '190435.360000', '190435.820000', '190436.280000', '190436.740000', '190437.200000', '190437.660000', '190438.120000', '190438.580000', '190439.040000', '190439.500000', '190439.960000', '190440.420000', '190440.880000', '190441.340000', '190441.800000', '190442.260000', '190442.720000', '190443.180000', '190443.640000', '190444.100000', '190444.560000', '190445.020000', '190445.480000', '190445.940000', '190446.400000', '190446.860000', '190447.320000', '190447.780000', '190448.240000', '190448.700000', '190449.160000', '190449.620000', '190450.080000', '190450.540000', '190451.000000', '190451.460000', '190451.920000', '190452.380000', '190452.840000', '190453.300000', '190453.760000', '190454.220000', '190454.680000', '190455.140000', '190455.600000', '190456.060000', '190456.520000', '190456.980000', '190457.440000', '190457.900000', '190458.360000', '190458.820000', '190459.280000', '190459.740000', '190500.200000', '190500.660000', '190501.120000', '190501.580000', '190502.040000', '190502.500000', '190502.960000', '190503.420000', '190503.880000', '190504.340000', '190504.800000', '190505.260000', '190505.720000', '190506.180000', '190506.640000', '190507.100000', '190507.560000', '190508.020000', '190508.480000', '190508.940000', '190509.400000', '190509.860000', '190510.320000', '190510.780000', '190511.240000', '190511.700000', '190512.160000', '190512.620000', '190513.080000', '190513.540000', '190514.000000', '190514.460000', '190514.920000', '190515.380000', '190515.840000', '190516.300000', '190516.760000', '190517.220000', '190517.680000', '190518.140000', '190518.600000', '190519.060000', '190519.520000', '190519.980000', '190520.440000', '190520.900000', '190521.360000', '190521.820000', '190522.280000', '190522.740000', '190523.200000', '190523.660000', '190524.120000', '190524.580000', '190525.040000', '190525.500000', '190525.960000', '190526.420000', '190526.880000', '190527.340000', '190527.800000', '190528.260000', '190528.720000', '190529.180000', '190529.640000', '190530.100000', '190530.560000', '190531.020000', '190531.480000', '190531.940000', '190532.400000', '190532.860000', '190533.320000', '190533.780000', '190534.240000', '190534.700000', '190535.160000', '190535.620000', '190536.080000', '190536.540000', '190537.000000', '190537.460000', '190537.920000', '190538.380000', '190538.840000', '190539.300000', '190539.760000', '190540.220000', '190540.680000', '190541.140000', '190541.600000', '190542.060000', '190542.520000', '190542.980000', '190543.440000', '190543.900000', '190544.360000', '190544.820000', '190545.280000', '190545.740000', '190546.200000', '190546.660000', '190547.120000', '190547.580000', '190548.040000', '190548.500000', '190548.960000', '190549.420000', '190549.880000', '190550.340000', '190550.800000', '190551.260000', '190551.720000', '190552.180000', '190552.640000', '190553.100000', '190553.560000', '190554.020000', '190554.480000', '190554.940000', '190555.400000', '190555.860000', '190556.320000', '190556.780000', '190557.240000', '190557.700000', '190558.160000', '190558.620000', '190559.080000', '190559.540000', '190600.000000', '190600.460000', '190600.920000', '190601.380000', '190601.840000', '190602.300000', '190602.760000', '190603.220000', '190603.680000', '190604.140000', '190604.600000', '190605.060000', '190605.520000', '190605.980000', '190606.440000', '190606.900000', '190607.360000', '190607.820000', '190608.280000', '190608.740000', '190609.200000', '190609.660000', '190610.120000', '190610.580000', '190611.040000', '190611.500000', '190611.960000', '190612.420000', '190612.880000', '190613.340000', '190613.800000', '190614.260000', '190614.720000', '190615.180000', '190615.640000', '190616.100000', '190616.560000', '190617.020000', '190617.480000', '190617.940000', '190618.400000', '190618.860000', '190619.320000', '190619.780000', '190620.240000', '190620.700000', '190621.160000', '190621.620000', '190622.080000', '190622.540000', '190623.000000', '190623.460000', '190623.920000', '190624.380000', '190624.840000', '190625.300000', '190625.760000', '190626.220000', '190626.680000', '190627.140000', '190627.600000', '190628.060000', '190628.520000', '190628.980000', '190629.440000', '190629.900000', '190630.360000', '190630.820000', '190631.280000', '190631.740000', '190632.200000', '190632.660000', '190633.120000', '190633.580000', '190634.040000', '190634.500000', '190634.960000', '190635.420000', '190635.880000', '190636.340000', '190636.800000', '190637.260000', '190637.720000', '190638.180000', '190638.640000', '190639.100000', '190639.560000', '190640.020000', '190640.480000', '190640.940000', '190641.400000', '190641.860000', '190642.320000', '190642.780000', '190643.240000', '190643.700000', '190644.160000', '190644.620000', '190645.080000', '190645.540000', '190646.000000', '190646.460000', '190646.920000', '190647.380000', '190647.840000', '190648.300000', '190648.760000', '190649.220000', '190649.680000', '190650.140000', '190650.600000', '190651.060000', '190651.520000', '190651.980000', '190652.440000', '190652.900000', '190653.360000', '190653.820000', '190654.280000', '190654.740000', '190655.200000', '190655.660000', '190656.120000', '190656.580000', '190657.040000', '190657.500000', '190657.960000', '190658.420000', '190658.880000', '190659.340000', '190659.800000', '190700.260000', '190700.720000', '190701.180000', '190701.640000', '190702.100000', '190702.560000', '190703.020000', '190703.480000', '190703.940000', '190704.400000', '190704.860000', '190705.320000', '190705.780000', '190706.240000', '190706.700000', '190707.160000', '190707.620000', '190708.080000', '190708.540000', '190709.000000', '190709.460000', '190709.920000', '190710.380000', '190710.840000', '190711.300000', '190711.760000', '190712.220000', '190712.680000', '190713.140000', '190713.600000', '190714.060000', '190714.520000', '190714.980000', '190715.440000', '190715.900000', '190716.360000', '190716.820000', '190717.280000', '190717.740000', '190718.200000', '190718.660000', '190719.120000', '190719.580000', '190720.040000', '190720.500000', '190720.960000', '190721.420000', '190721.880000', '190722.340000', '190722.800000', '190723.260000', '190723.720000', '190724.180000', '190724.640000', '190725.100000', '190725.560000', '190726.020000', '190726.480000', '190726.940000', '190727.400000', '190727.860000', '190728.320000', '190728.780000', '190729.240000', '190729.700000', '190730.160000', '190730.620000', '190731.080000', '190731.540000', '190732.000000', '190732.460000', '190732.920000', '190733.380000', '190733.840000', '190734.300000', '190734.760000', '190735.220000', '190735.680000', '190736.140000', '190736.600000', '190737.060000', '190737.520000', '190737.980000', '190738.440000', '190738.900000', '190739.360000', '190739.820000', '190740.280000', '190740.740000', '190741.200000', '190741.660000', '190742.120000', '190742.580000', '190743.040000', '190743.500000', '190743.960000', '190744.420000', '190744.880000', '190745.340000', '190745.800000', '190746.260000', '190746.720000', '190747.180000', '190747.640000', '190748.100000', '190748.560000', '190749.020000', '190749.480000', '190749.940000', '190750.400000', '190750.860000', '190751.320000', '190751.780000', '190752.240000', '190752.700000', '190753.160000', '190753.620000', '190754.080000', '190754.540000', '190755.000000', '190755.460000', '190755.920000'], 'ContentTime': ['190132.971000', '190132.975000', '190132.977000', '190132.981000', '190132.983000', '190132.986000', '190132.989000', '190132.991000', '190132.994000', '190132.996000', '190133.000000', '190133.003000', '190133.005000', '190133.008000', '190133.010000', '190133.013000', '190133.016000', '190133.024000', '190133.027000', '190133.029000', '190133.032000', '190133.035000', '190133.037000', '190133.040000', '190133.043000', '190133.045000', '190133.048000', '190133.050000', '190133.062000', '190133.064000', '190133.067000', '190133.069000', '190133.072000', '190133.075000', '190133.077000', '190152.942000', '190152.945000', '190152.949000', '190152.951000', '190152.954000', '190152.959000', '190152.961000', '190152.964000', '190152.966000', '190152.969000', '190152.972000', '190152.974000', '190152.977000', '190152.979000', '190152.982000', '190152.985000', '190152.987000', '190152.990000', '190152.992000', '190152.995000', '190152.997000', '190153.001000', '190153.004000', '190153.007000', '190153.009000', '190153.012000', '190153.014000', '190153.017000', '190153.019000', '190153.022000', '190153.025000', '190153.027000', '190153.030000', '190153.032000', '190153.035000', '190153.038000', '190153.040000', '190153.043000', '190153.045000', '190153.048000', '190153.051000', '190153.053000', '190153.056000', '190153.058000', '190212.944000', '190212.946000', '190212.949000', '190212.952000', '190212.954000', '190212.957000', '190212.959000', '190212.962000', '190212.965000', '190212.968000', '190212.971000', '190212.974000', '190212.976000', '190212.979000', '190212.981000', '190212.984000', '190212.986000', '190212.989000', '190212.992000', '190212.994000', '190212.997000', '190212.999000', '190213.002000', '190213.005000', '190213.007000', '190213.010000', '190213.013000', '190213.015000', '190213.018000', '190213.020000', '190213.023000', '190213.026000', '190213.028000', '190213.031000', '190213.034000', '190213.036000', '190213.039000', '190213.041000', '190213.044000', '190213.047000', '190213.049000', '190213.052000', '190213.055000', '190232.944000', '190232.947000', '190232.949000', '190232.952000', '190232.968000', '190232.971000', '190232.974000', '190232.976000', '190232.979000', '190232.982000', '190232.984000', '190232.987000', '190232.989000', '190232.992000', '190232.994000', '190232.997000', '190233.000000', '190233.003000', '190233.006000', '190233.009000', '190233.011000', '190233.014000', '190233.016000', '190233.019000', '190233.022000', '190233.024000', '190233.027000', '190233.029000', '190233.032000', '190233.035000', '190233.037000', '190233.040000', '190233.042000', '190233.045000', '190233.048000', '190233.050000', '190233.053000', '190233.055000', '190233.058000', '190233.061000', '190233.063000', '190233.066000', '190233.069000', '190233.071000', '190252.943000', '190252.946000', '190252.949000', '190252.952000', '190252.954000', '190252.957000', '190252.959000', '190252.962000', '190252.965000', '190252.967000', '190252.972000', '190252.975000', '190252.977000', '190252.980000', '190252.982000', '190252.985000', '190252.988000', '190252.990000', '190252.993000', '190252.995000', '190252.998000', '190253.002000', '190253.004000', '190253.007000', '190253.010000', '190253.012000', '190253.015000', '190253.017000', '190253.020000', '190253.023000', '190253.026000', '190253.029000', '190253.031000', '190253.034000', '190253.036000', '190253.039000', '190253.041000', '190253.044000', '190253.047000', '190253.049000', '190253.052000', '190253.055000', '190253.057000', '190312.943000', '190312.946000', '190312.949000', '190312.951000', '190312.954000', '190312.957000', '190312.959000', '190312.962000', '190312.965000', '190312.967000', '190312.970000', '190312.972000', '190312.975000', '190312.977000', '190312.980000', '190312.983000', '190312.985000', '190312.988000', '190312.991000', '190312.993000', '190312.996000', '190312.998000', '190313.002000', '190313.005000', '190313.007000', '190313.010000', '190313.012000', '190313.015000', '190313.018000', '190313.020000', '190313.023000', '190313.026000', '190313.028000', '190313.031000', '190313.033000', '190313.036000', '190313.039000', '190313.041000', '190313.044000', '190313.046000', '190313.049000', '190313.051000', '190313.054000', '190313.057000', '190332.943000', '190332.946000', '190332.949000', '190332.952000', '190332.954000', '190332.957000', '190332.960000', '190332.962000', '190332.965000', '190332.967000', '190332.970000', '190332.973000', '190332.975000', '190332.978000', '190332.981000', '190332.983000', '190332.986000', '190332.989000', '190332.992000', '190332.994000', '190332.997000', '190333.000000', '190333.003000', '190333.006000', '190333.008000', '190333.011000', '190333.014000', '190333.016000', '190333.019000', '190333.021000', '190333.024000', '190333.027000', '190333.029000', '190333.032000', '190333.034000', '190333.037000', '190333.040000', '190333.042000', '190333.045000', '190333.048000', '190333.050000', '190333.053000', '190333.055000', '190352.943000', '190352.946000', '190352.949000', '190352.952000', '190352.955000', '190352.957000', '190352.960000', '190352.963000', '190352.965000', '190352.968000', '190352.970000', '190352.973000', '190352.976000', '190352.978000', '190352.981000', '190352.984000', '190352.986000', '190352.989000', '190352.991000', '190352.994000', '190352.997000', '190353.000000', '190353.003000', '190353.005000', '190353.008000', '190353.011000', '190353.013000', '190353.016000', '190353.018000', '190353.021000', '190353.024000', '190353.026000', '190353.029000', '190353.031000', '190353.034000', '190353.037000', '190353.039000', '190353.042000', '190353.045000', '190353.047000', '190353.060000', '190353.063000', '190353.065000', '190353.080000', '190412.942000', '190412.945000', '190412.948000', '190412.951000', '190412.953000', '190412.956000', '190412.958000', '190412.961000', '190412.963000', '190412.966000', '190412.969000', '190412.971000', '190412.974000', '190412.976000', '190412.979000', '190412.982000', '190412.984000', '190412.987000', '190412.989000', '190412.992000', '190412.995000', '190412.997000', '190413.001000', '190413.003000', '190413.006000', '190413.009000', '190413.011000', '190413.015000', '190413.018000', '190413.021000', '190413.023000', '190413.026000', '190413.028000', '190413.031000', '190413.033000', '190413.036000', '190413.039000', '190413.041000', '190413.044000', '190413.047000', '190413.049000', '190413.052000', '190413.054000', '190432.944000', '190432.946000', '190432.949000', '190432.952000', '190432.954000', '190432.957000', '190432.960000', '190432.962000', '190432.965000', '190432.967000', '190432.970000', '190432.973000', '190432.975000', '190432.978000', '190432.980000', '190432.983000', '190432.986000', '190432.988000', '190432.991000', '190432.993000', '190432.996000', '190432.998000', '190433.002000', '190433.005000', '190433.007000', '190433.010000', '190433.012000', '190433.015000', '190433.018000', '190433.020000', '190433.023000', '190433.026000', '190433.028000', '190433.031000', '190433.034000', '190433.036000', '190433.039000', '190433.041000', '190433.044000', '190433.047000', '190433.049000', '190433.052000', '190433.055000', '190433.057000', '190452.944000', '190452.946000', '190452.949000', '190452.952000', '190452.955000', '190452.957000', '190452.960000', '190452.962000', '190452.965000', '190452.968000', '190452.970000', '190452.973000', '190452.975000', '190452.978000', '190452.981000', '190452.983000', '190452.986000', '190452.989000', '190452.991000', '190452.994000', '190452.996000', '190453.000000', '190453.002000', '190453.005000', '190453.008000', '190453.010000', '190453.013000', '190453.015000', '190453.018000', '190453.021000', '190453.023000', '190453.026000', '190453.029000', '190453.031000', '190453.034000', '190453.037000', '190453.039000', '190453.042000', '190453.045000', '190453.047000', '190453.050000', '190453.053000', '190453.055000', '190512.943000', '190512.946000', '190512.949000', '190512.952000', '190512.954000', '190512.957000', '190512.959000', '190512.962000', '190512.965000', '190512.967000', '190512.970000', '190512.972000', '190512.975000', '190512.978000', '190512.980000', '190512.983000', '190512.986000', '190512.988000', '190512.991000', '190512.994000', '190512.996000', '190513.000000', '190513.002000', '190513.005000', '190513.008000', '190513.011000', '190513.013000', '190513.016000', '190513.018000', '190513.021000', '190513.024000', '190513.026000', '190513.029000', '190513.031000', '190513.034000', '190513.037000', '190513.039000', '190513.042000', '190513.044000', '190513.047000', '190513.050000', '190513.052000', '190513.055000', '190513.057000', '190532.944000', '190532.946000', '190532.949000', '190532.952000', '190532.954000', '190532.957000', '190532.960000', '190532.963000', '190532.965000', '190532.968000', '190532.970000', '190532.973000', '190532.976000', '190532.978000', '190532.981000', '190532.984000', '190532.986000', '190532.989000', '190532.991000', '190532.994000', '190532.997000', '190533.000000', '190533.003000', '190533.006000', '190533.026000', '190533.029000', '190533.032000', '190533.034000', '190533.037000', '190533.040000', '190533.043000', '190533.045000', '190533.048000', '190533.051000', '190533.053000', '190533.056000', '190533.058000', '190533.061000', '190533.064000', '190533.066000', '190533.069000', '190533.071000', '190533.074000', '190552.943000', '190552.946000', '190552.949000', '190552.951000', '190552.954000', '190552.957000', '190552.959000', '190552.962000', '190552.965000', '190552.967000', '190552.970000', '190552.973000', '190552.975000', '190552.978000', '190552.980000', '190552.983000', '190552.986000', '190552.988000', '190552.991000', '190552.994000', '190552.996000', '190553.000000', '190553.003000', '190553.005000', '190553.008000', '190553.011000', '190553.013000', '190553.016000', '190553.018000', '190553.021000', '190553.024000', '190553.026000', '190553.029000', '190553.031000', '190553.034000', '190553.037000', '190553.039000', '190553.042000', '190553.044000', '190553.047000', '190553.050000', '190553.052000', '190553.055000', '190553.057000', '190612.943000', '190612.946000', '190612.949000', '190612.952000', '190612.954000', '190612.957000', '190612.959000', '190612.962000', '190612.965000', '190612.967000', '190612.970000', '190612.973000', '190612.975000', '190612.978000', '190612.980000', '190612.983000', '190612.985000', '190612.988000', '190612.991000', '190612.993000', '190612.996000', '190613.000000', '190613.002000', '190613.005000', '190613.007000', '190613.010000', '190613.013000', '190613.015000', '190613.018000', '190613.021000', '190613.023000', '190613.026000', '190613.029000', '190613.031000', '190613.034000', '190613.036000', '190613.039000', '190613.042000', '190613.044000', '190613.047000', '190613.050000', '190613.052000', '190613.055000', '190632.942000', '190632.945000', '190632.948000', '190632.951000', '190632.953000', '190632.956000', '190632.959000', '190632.961000', '190632.964000', '190632.967000', '190632.969000', '190632.972000', '190632.975000', '190632.977000', '190632.980000', '190632.982000', '190632.985000', '190632.988000', '190632.990000', '190632.993000', '190632.996000', '190632.998000', '190633.002000', '190633.005000', '190633.007000', '190633.010000', '190633.013000', '190633.016000', '190633.018000', '190633.021000', '190633.023000', '190633.026000', '190633.029000', '190633.031000', '190633.034000', '190633.036000', '190633.039000', '190633.042000', '190633.044000', '190633.047000', '190633.049000', '190633.052000', '190633.055000', '190633.057000', '190652.943000', '190652.946000', '190652.949000', '190652.952000', '190652.954000', '190652.957000', '190652.960000', '190652.962000', '190652.965000', '190652.967000', '190652.970000', '190652.973000', '190652.975000', '190652.978000', '190652.980000', '190652.983000', '190652.985000', '190652.988000', '190652.991000', '190652.993000', '190652.996000', '190653.000000', '190653.002000', '190653.005000', '190653.007000', '190653.010000', '190653.013000', '190653.015000', '190653.018000', '190653.020000', '190653.023000', '190653.025000', '190653.028000', '190653.031000', '190653.033000', '190653.036000', '190653.039000', '190653.041000', '190653.044000', '190653.046000', '190653.049000', '190653.052000', '190653.054000', '190712.943000', '190712.946000', '190712.949000', '190712.951000', '190712.954000', '190712.957000', '190712.959000', '190712.962000', '190712.964000', '190712.967000', '190712.970000', '190712.972000', '190712.975000', '190712.978000', '190712.980000', '190712.983000', '190712.985000', '190712.988000', '190712.991000', '190712.993000', '190712.996000', '190713.000000', '190713.002000', '190713.005000', '190713.008000', '190713.010000', '190713.013000', '190713.016000', '190713.018000', '190713.021000', '190713.023000', '190713.026000', '190713.029000', '190713.031000', '190713.034000', '190713.037000', '190713.039000', '190713.042000', '190713.044000', '190713.047000', '190713.050000', '190713.052000', '190713.055000', '190713.057000', '190732.943000', '190732.946000', '190732.949000', '190732.951000', '190732.954000', '190732.957000', '190732.959000', '190732.962000', '190732.965000', '190732.967000', '190732.970000', '190732.972000', '190732.975000', '190732.978000', '190732.980000', '190732.983000', '190732.985000', '190732.988000', '190732.991000', '190732.993000', '190732.996000', '190732.998000', '190733.002000', '190733.005000', '190733.007000', '190733.010000', '190733.012000', '190733.015000', '190733.018000', '190733.020000', '190733.023000', '190733.025000', '190733.028000', '190733.031000', '190733.033000', '190733.036000', '190733.039000', '190733.041000', '190733.044000', '190733.046000', '190733.049000', '190733.052000', '190733.054000', '190752.943000', '190752.946000', '190752.949000', '190752.952000', '190752.954000', '190752.957000', '190752.960000', '190752.962000', '190752.965000', '190752.968000', '190752.970000', '190752.973000', '190752.975000', '190752.978000', '190752.981000', '190752.983000', '190752.986000', '190752.989000', '190752.991000', '190752.994000', '190752.997000', '190753.000000', '190753.003000', '190753.005000', '190753.008000', '190753.011000', '190753.013000', '190753.016000', '190753.019000', '190753.021000', '190753.024000', '190753.026000', '190753.029000', '190753.032000', '190753.035000', '190753.037000', '190753.040000', '190753.042000', '190753.045000', '190753.048000', '190753.050000', '190753.053000', '190753.055000', '190753.058000', '190757.500000', '190757.504000', '190757.507000', '190757.509000', '190757.512000', '190757.515000', '190757.518000', '190757.520000', '190757.523000', '190757.526000'], 'InstanceCreationTime': ['190132.971000', '190132.975000', '190132.977000', '190132.981000', '190132.983000', '190132.986000', '190132.989000', '190132.991000', '190132.994000', '190132.996000', '190133.000000', '190133.003000', '190133.005000', '190133.008000', '190133.010000', '190133.013000', '190133.016000', '190133.024000', '190133.027000', '190133.029000', '190133.032000', '190133.035000', '190133.037000', '190133.040000', '190133.043000', '190133.045000', '190133.048000', '190133.050000', '190133.062000', '190133.064000', '190133.067000', '190133.069000', '190133.072000', '190133.075000', '190133.077000', '190152.942000', '190152.945000', '190152.949000', '190152.951000', '190152.954000', '190152.959000', '190152.961000', '190152.964000', '190152.966000', '190152.969000', '190152.972000', '190152.974000', '190152.977000', '190152.979000', '190152.982000', '190152.985000', '190152.987000', '190152.990000', '190152.992000', '190152.995000', '190152.997000', '190153.001000', '190153.004000', '190153.007000', '190153.009000', '190153.012000', '190153.014000', '190153.017000', '190153.019000', '190153.022000', '190153.025000', '190153.027000', '190153.030000', '190153.032000', '190153.035000', '190153.038000', '190153.040000', '190153.043000', '190153.045000', '190153.048000', '190153.051000', '190153.053000', '190153.056000', '190153.058000', '190212.944000', '190212.946000', '190212.949000', '190212.952000', '190212.954000', '190212.957000', '190212.959000', '190212.962000', '190212.965000', '190212.968000', '190212.971000', '190212.974000', '190212.976000', '190212.979000', '190212.981000', '190212.984000', '190212.986000', '190212.989000', '190212.992000', '190212.994000', '190212.997000', '190212.999000', '190213.002000', '190213.005000', '190213.007000', '190213.010000', '190213.013000', '190213.015000', '190213.018000', '190213.020000', '190213.023000', '190213.026000', '190213.028000', '190213.031000', '190213.034000', '190213.036000', '190213.039000', '190213.041000', '190213.044000', '190213.047000', '190213.049000', '190213.052000', '190213.055000', '190232.944000', '190232.947000', '190232.949000', '190232.952000', '190232.968000', '190232.971000', '190232.974000', '190232.976000', '190232.979000', '190232.982000', '190232.984000', '190232.987000', '190232.989000', '190232.992000', '190232.994000', '190232.997000', '190233.000000', '190233.003000', '190233.006000', '190233.009000', '190233.011000', '190233.014000', '190233.016000', '190233.019000', '190233.022000', '190233.024000', '190233.027000', '190233.029000', '190233.032000', '190233.035000', '190233.037000', '190233.040000', '190233.042000', '190233.045000', '190233.048000', '190233.050000', '190233.053000', '190233.055000', '190233.058000', '190233.061000', '190233.063000', '190233.066000', '190233.069000', '190233.071000', '190252.943000', '190252.946000', '190252.949000', '190252.952000', '190252.954000', '190252.957000', '190252.959000', '190252.962000', '190252.965000', '190252.967000', '190252.972000', '190252.975000', '190252.977000', '190252.980000', '190252.982000', '190252.985000', '190252.988000', '190252.990000', '190252.993000', '190252.995000', '190252.998000', '190253.002000', '190253.004000', '190253.007000', '190253.010000', '190253.012000', '190253.015000', '190253.017000', '190253.020000', '190253.023000', '190253.026000', '190253.029000', '190253.031000', '190253.034000', '190253.036000', '190253.039000', '190253.041000', '190253.044000', '190253.047000', '190253.049000', '190253.052000', '190253.055000', '190253.057000', '190312.943000', '190312.946000', '190312.949000', '190312.951000', '190312.954000', '190312.957000', '190312.959000', '190312.962000', '190312.965000', '190312.967000', '190312.970000', '190312.972000', '190312.975000', '190312.977000', '190312.980000', '190312.983000', '190312.985000', '190312.988000', '190312.991000', '190312.993000', '190312.996000', '190312.998000', '190313.002000', '190313.005000', '190313.007000', '190313.010000', '190313.012000', '190313.015000', '190313.018000', '190313.020000', '190313.023000', '190313.026000', '190313.028000', '190313.031000', '190313.033000', '190313.036000', '190313.039000', '190313.041000', '190313.044000', '190313.046000', '190313.049000', '190313.051000', '190313.054000', '190313.057000', '190332.943000', '190332.946000', '190332.949000', '190332.952000', '190332.954000', '190332.957000', '190332.960000', '190332.962000', '190332.965000', '190332.967000', '190332.970000', '190332.973000', '190332.975000', '190332.978000', '190332.981000', '190332.983000', '190332.986000', '190332.989000', '190332.992000', '190332.994000', '190332.997000', '190333.000000', '190333.003000', '190333.006000', '190333.008000', '190333.011000', '190333.014000', '190333.016000', '190333.019000', '190333.021000', '190333.024000', '190333.027000', '190333.029000', '190333.032000', '190333.034000', '190333.037000', '190333.040000', '190333.042000', '190333.045000', '190333.048000', '190333.050000', '190333.053000', '190333.055000', '190352.943000', '190352.946000', '190352.949000', '190352.952000', '190352.955000', '190352.957000', '190352.960000', '190352.963000', '190352.965000', '190352.968000', '190352.970000', '190352.973000', '190352.976000', '190352.978000', '190352.981000', '190352.984000', '190352.986000', '190352.989000', '190352.991000', '190352.994000', '190352.997000', '190353.000000', '190353.003000', '190353.005000', '190353.008000', '190353.011000', '190353.013000', '190353.016000', '190353.018000', '190353.021000', '190353.024000', '190353.026000', '190353.029000', '190353.031000', '190353.034000', '190353.037000', '190353.039000', '190353.042000', '190353.045000', '190353.047000', '190353.060000', '190353.063000', '190353.065000', '190353.080000', '190412.942000', '190412.945000', '190412.948000', '190412.951000', '190412.953000', '190412.956000', '190412.958000', '190412.961000', '190412.963000', '190412.966000', '190412.969000', '190412.971000', '190412.974000', '190412.976000', '190412.979000', '190412.982000', '190412.984000', '190412.987000', '190412.989000', '190412.992000', '190412.995000', '190412.997000', '190413.001000', '190413.003000', '190413.006000', '190413.009000', '190413.011000', '190413.015000', '190413.018000', '190413.021000', '190413.023000', '190413.026000', '190413.028000', '190413.031000', '190413.033000', '190413.036000', '190413.039000', '190413.041000', '190413.044000', '190413.047000', '190413.049000', '190413.052000', '190413.054000', '190432.944000', '190432.946000', '190432.949000', '190432.952000', '190432.954000', '190432.957000', '190432.960000', '190432.962000', '190432.965000', '190432.967000', '190432.970000', '190432.973000', '190432.975000', '190432.978000', '190432.980000', '190432.983000', '190432.986000', '190432.988000', '190432.991000', '190432.993000', '190432.996000', '190432.998000', '190433.002000', '190433.005000', '190433.007000', '190433.010000', '190433.012000', '190433.015000', '190433.018000', '190433.020000', '190433.023000', '190433.026000', '190433.028000', '190433.031000', '190433.034000', '190433.036000', '190433.039000', '190433.041000', '190433.044000', '190433.047000', '190433.049000', '190433.052000', '190433.055000', '190433.057000', '190452.944000', '190452.946000', '190452.949000', '190452.952000', '190452.955000', '190452.957000', '190452.960000', '190452.962000', '190452.965000', '190452.968000', '190452.970000', '190452.973000', '190452.975000', '190452.978000', '190452.981000', '190452.983000', '190452.986000', '190452.989000', '190452.991000', '190452.994000', '190452.996000', '190453.000000', '190453.002000', '190453.005000', '190453.008000', '190453.010000', '190453.013000', '190453.015000', '190453.018000', '190453.021000', '190453.023000', '190453.026000', '190453.029000', '190453.031000', '190453.034000', '190453.037000', '190453.039000', '190453.042000', '190453.045000', '190453.047000', '190453.050000', '190453.053000', '190453.055000', '190512.943000', '190512.946000', '190512.949000', '190512.952000', '190512.954000', '190512.957000', '190512.959000', '190512.962000', '190512.965000', '190512.967000', '190512.970000', '190512.972000', '190512.975000', '190512.978000', '190512.980000', '190512.983000', '190512.986000', '190512.988000', '190512.991000', '190512.994000', '190512.996000', '190513.000000', '190513.002000', '190513.005000', '190513.008000', '190513.011000', '190513.013000', '190513.016000', '190513.018000', '190513.021000', '190513.024000', '190513.026000', '190513.029000', '190513.031000', '190513.034000', '190513.037000', '190513.039000', '190513.042000', '190513.044000', '190513.047000', '190513.050000', '190513.052000', '190513.055000', '190513.057000', '190532.944000', '190532.946000', '190532.949000', '190532.952000', '190532.954000', '190532.957000', '190532.960000', '190532.963000', '190532.965000', '190532.968000', '190532.970000', '190532.973000', '190532.976000', '190532.978000', '190532.981000', '190532.984000', '190532.986000', '190532.989000', '190532.991000', '190532.994000', '190532.997000', '190533.000000', '190533.003000', '190533.006000', '190533.026000', '190533.029000', '190533.032000', '190533.034000', '190533.037000', '190533.040000', '190533.043000', '190533.045000', '190533.048000', '190533.051000', '190533.053000', '190533.056000', '190533.058000', '190533.061000', '190533.064000', '190533.066000', '190533.069000', '190533.071000', '190533.074000', '190552.943000', '190552.946000', '190552.949000', '190552.951000', '190552.954000', '190552.957000', '190552.959000', '190552.962000', '190552.965000', '190552.967000', '190552.970000', '190552.973000', '190552.975000', '190552.978000', '190552.980000', '190552.983000', '190552.986000', '190552.988000', '190552.991000', '190552.994000', '190552.996000', '190553.000000', '190553.003000', '190553.005000', '190553.008000', '190553.011000', '190553.013000', '190553.016000', '190553.018000', '190553.021000', '190553.024000', '190553.026000', '190553.029000', '190553.031000', '190553.034000', '190553.037000', '190553.039000', '190553.042000', '190553.044000', '190553.047000', '190553.050000', '190553.052000', '190553.055000', '190553.057000', '190612.943000', '190612.946000', '190612.949000', '190612.952000', '190612.954000', '190612.957000', '190612.959000', '190612.962000', '190612.965000', '190612.967000', '190612.970000', '190612.973000', '190612.975000', '190612.978000', '190612.980000', '190612.983000', '190612.985000', '190612.988000', '190612.991000', '190612.993000', '190612.996000', '190613.000000', '190613.002000', '190613.005000', '190613.007000', '190613.010000', '190613.013000', '190613.015000', '190613.018000', '190613.021000', '190613.023000', '190613.026000', '190613.029000', '190613.031000', '190613.034000', '190613.036000', '190613.039000', '190613.042000', '190613.044000', '190613.047000', '190613.050000', '190613.052000', '190613.055000', '190632.942000', '190632.945000', '190632.948000', '190632.951000', '190632.953000', '190632.956000', '190632.959000', '190632.961000', '190632.964000', '190632.967000', '190632.969000', '190632.972000', '190632.975000', '190632.977000', '190632.980000', '190632.982000', '190632.985000', '190632.988000', '190632.990000', '190632.993000', '190632.996000', '190632.998000', '190633.002000', '190633.005000', '190633.007000', '190633.010000', '190633.013000', '190633.016000', '190633.018000', '190633.021000', '190633.023000', '190633.026000', '190633.029000', '190633.031000', '190633.034000', '190633.036000', '190633.039000', '190633.042000', '190633.044000', '190633.047000', '190633.049000', '190633.052000', '190633.055000', '190633.057000', '190652.943000', '190652.946000', '190652.949000', '190652.952000', '190652.954000', '190652.957000', '190652.960000', '190652.962000', '190652.965000', '190652.967000', '190652.970000', '190652.973000', '190652.975000', '190652.978000', '190652.980000', '190652.983000', '190652.985000', '190652.988000', '190652.991000', '190652.993000', '190652.996000', '190653.000000', '190653.002000', '190653.005000', '190653.007000', '190653.010000', '190653.013000', '190653.015000', '190653.018000', '190653.020000', '190653.023000', '190653.025000', '190653.028000', '190653.031000', '190653.033000', '190653.036000', '190653.039000', '190653.041000', '190653.044000', '190653.046000', '190653.049000', '190653.052000', '190653.054000', '190712.943000', '190712.946000', '190712.949000', '190712.951000', '190712.954000', '190712.957000', '190712.959000', '190712.962000', '190712.964000', '190712.967000', '190712.970000', '190712.972000', '190712.975000', '190712.978000', '190712.980000', '190712.983000', '190712.985000', '190712.988000', '190712.991000', '190712.993000', '190712.996000', '190713.000000', '190713.002000', '190713.005000', '190713.008000', '190713.010000', '190713.013000', '190713.016000', '190713.018000', '190713.021000', '190713.023000', '190713.026000', '190713.029000', '190713.031000', '190713.034000', '190713.037000', '190713.039000', '190713.042000', '190713.044000', '190713.047000', '190713.050000', '190713.052000', '190713.055000', '190713.057000', '190732.943000', '190732.946000', '190732.949000', '190732.951000', '190732.954000', '190732.957000', '190732.959000', '190732.962000', '190732.965000', '190732.967000', '190732.970000', '190732.972000', '190732.975000', '190732.978000', '190732.980000', '190732.983000', '190732.985000', '190732.988000', '190732.991000', '190732.993000', '190732.996000', '190732.998000', '190733.002000', '190733.005000', '190733.007000', '190733.010000', '190733.012000', '190733.015000', '190733.018000', '190733.020000', '190733.023000', '190733.025000', '190733.028000', '190733.031000', '190733.033000', '190733.036000', '190733.039000', '190733.041000', '190733.044000', '190733.046000', '190733.049000', '190733.052000', '190733.054000', '190752.943000', '190752.946000', '190752.949000', '190752.952000', '190752.954000', '190752.957000', '190752.960000', '190752.962000', '190752.965000', '190752.968000', '190752.970000', '190752.973000', '190752.975000', '190752.978000', '190752.981000', '190752.983000', '190752.986000', '190752.989000', '190752.991000', '190752.994000', '190752.997000', '190753.000000', '190753.003000', '190753.005000', '190753.008000', '190753.011000', '190753.013000', '190753.016000', '190753.019000', '190753.021000', '190753.024000', '190753.026000', '190753.029000', '190753.032000', '190753.035000', '190753.037000', '190753.040000', '190753.042000', '190753.045000', '190753.048000', '190753.050000', '190753.053000', '190753.055000', '190753.058000', '190757.500000', '190757.504000', '190757.507000', '190757.509000', '190757.512000', '190757.515000', '190757.518000', '190757.520000', '190757.523000', '190757.526000'], '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': [9956, 15131, 11390, 13286, 11321, 11411, 15114, 10751, 15369, 10091, 14499, 9560, 12508, 8667, 12969, 8697, 16044, 8974, 14312, 9215, 13773, 9475, 14184, 15925, 12925, 19031, 12043, 19506, 11705, 16926, 11076, 16350, 10366, 15178, 9417, 14136, 9169, 13740, 8920, 13949, 9842, 12365, 15368, 10944, 19502, 11205, 18287, 11832, 14079, 9714, 12508, 9863, 15386, 9533, 17133, 10775, 16128, 9852, 14773, 9427, 13556, 17266, 12410, 19928, 12567, 17528, 11436, 14736, 10739, 16132, 10259, 18342, 10447, 16170, 10292, 13661, 9389, 15141, 9471, 16285, 10016, 13577, 17748, 11660, 20670, 13334, 18584, 12089, 15588, 10395, 14319, 9410, 14099, 10795, 12133, 15682, 10525, 15786, 10844, 13842, 10700, 14737, 10393, 15696, 10360, 16987, 11307, 16806, 10107, 14126, 15320, 11150, 20366, 13147, 18778, 11054, 15361, 10610, 14091, 9387, 15811, 9276, 14252, 9410, 13246, 13792, 11408, 19486, 12593, 18772, 11020, 17092, 10116, 14164, 9661, 12419, 16715, 11491, 17720, 10195, 17053, 10887, 16858, 10447, 16851, 9930, 14807, 9150, 13539, 9946, 13037, 16549, 11884, 19023, 10572, 16365, 10666, 14860, 9838, 15115, 9615, 12888, 9718, 11472, 17718, 11092, 17402, 11084, 14649, 9974, 12505, 9897, 13306, 9557, 15154, 9512, 13907, 9617, 12901, 16378, 11482, 20752, 13538, 18058, 11062, 14931, 9741, 13037, 8912, 13873, 11112, 15115, 9720, 12720, 15639, 10771, 19339, 10791, 17782, 10805, 15923, 9460, 12891, 9567, 11748, 18653, 11559, 19275, 10957, 16266, 10124, 14917, 9518, 16108, 10013, 13972, 11138, 12533, 19265, 10807, 17431, 10557, 16132, 9574, 13385, 9115, 12389, 15131, 11876, 19101, 12206, 14204, 9961, 10252, 15166, 10120, 16424, 21687, 13505, 17390, 13806, 15930, 13850, 13351, 17641, 10114, 17621, 16795, 19931, 16708, 18524, 15612, 16435, 16798, 13238, 19161, 11872, 17283, 10820, 16393, 10296, 14744, 9367, 13704, 9197, 12969, 9890, 12770, 8741, 11908, 9586, 11479, 10367, 11984, 10239, 12378, 9991, 12320, 9909, 11837, 8825, 11186, 10143, 10935, 12740, 10569, 14388, 10104, 12107, 9334, 11268, 8755, 11458, 8764, 11375, 10458, 10690, 14964, 10722, 15174, 10531, 13410, 9407, 13017, 9683, 11850, 16959, 11053, 16000, 10835, 14831, 10526, 14757, 9436, 12999, 9329, 12300, 12487, 11208, 20472, 12609, 18129, 11084, 16583, 10154, 15980, 9732, 15043, 13228, 14580, 12657, 13459, 16669, 11282, 19661, 11438, 18495, 11063, 16425, 9967, 14436, 9279, 13493, 11973, 13546, 13326, 12413, 20122, 11187, 16224, 10637, 16007, 9916, 14231, 9175, 13061, 9035, 12331, 9567, 13071, 10150, 11564, 14914, 11032, 17403, 10957, 16850, 10616, 15004, 9641, 15089, 9906, 13749, 19525, 13156, 19946, 11843, 15661, 11087, 15587, 10509, 15971, 10394, 13600, 16403, 10594, 17398, 11101, 16155, 10611, 14530, 9365, 13734, 9298, 12388, 14065, 10650, 20258, 11551, 17014, 10406, 13720, 9755, 12939, 11869, 11372, 19523, 10955, 16197, 11147, 15059, 9501, 14580, 9207, 14425, 8807, 13808, 13233, 12017, 21024, 12787, 18389, 11164, 15599, 9585, 14006, 10814, 13614, 16526, 11100, 19592, 11243, 16463, 11091, 16197, 9831, 14620, 9688, 14033, 17370, 10916, 19043, 11587, 15941, 9637, 13937, 8855, 12922, 10391, 13127, 9964, 12977, 9434, 12397, 13085, 10922, 17769, 12212, 19097, 11158, 16085, 10609, 14655, 10112, 16304, 10741, 17998, 10272, 15262, 9789, 14483, 10638, 14483, 11625, 13582, 10834, 12694, 14660, 11741, 19586, 12543, 19103, 11829, 17802, 10598, 15098, 10588, 15043, 9687, 15786, 9530, 13516, 10535, 12357, 19772, 10855, 15397, 10633, 14640, 9305, 13011, 8894, 12446, 12567, 12510, 17116, 11113, 19652, 10887, 16947, 10832, 16442, 9618, 14645, 10642, 13232, 16741, 11730, 19569, 11572, 14539, 10416, 15669, 10588, 18250, 10962, 18484, 10865, 16868, 9623, 14351, 10150, 13477, 13140, 13204, 12844, 11979, 16558, 11062, 18941, 11100, 17988, 10674, 15656, 10111, 13583, 9365, 13766, 8966, 14091, 9577, 13999, 14913, 11426, 19410, 11155, 17699, 11515, 17169, 10282, 14485, 9854, 14974, 10105, 16664, 9864, 15191, 9612, 13760, 17204, 10391, 19685, 11893, 18031, 10449, 16136, 10502, 15395, 10379, 16556, 10081, 15610, 9153, 14285, 9395, 13669, 11432, 15826, 9277, 15197, 9239, 11922, 10477, 16566, 10142, 19231, 12939, 21229, 15052, 17618, 12555, 20514, 13304, 18496, 14261, 19065, 12326, 16178, 10179, 14723, 11604, 12680, 13931, 11029, 15326, 10667, 12677, 9421, 12018, 9780, 13246, 9558, 13607, 9374, 13493, 9937, 13407, 12543, 12904, 18012, 11079, 17458, 10827, 16287, 10343, 14561, 9872, 14108, 14964, 12675, 18308, 11332, 17781, 11059, 15320, 10556, 15275, 10613, 15970, 9299, 13551, 9983, 12500, 13963, 11562, 19843, 11724, 18311, 10794, 14793, 9999, 13437, 9670, 14596, 8945, 13868, 8759, 13186, 9928, 11692, 17196, 11504, 18403, 9986, 14556, 9951, 14524, 9327, 16618, 9503, 15086, 9253, 13772, 13725, 12152, 20074, 13331, 20057, 11246, 16999, 10690, 15754, 10262, 15698, 10114, 14672, 10279, 13921, 15512, 11135, 19335, 11690, 17371, 10142, 13759, 9416, 13233, 10138, 13883, 12814, 13026, 17688, 10993, 19140, 11445, 17643, 11322, 16825, 10144, 14082, 9123, 13684, 9249, 14170, 9980, 14594, 9170, 13564, 12943, 12380, 19687, 12567, 20303, 11839, 16496, 10983, 14329, 10065, 14801, 10349, 14771, 9003, 13141, 9201, 12993, 11470, 11771, 20608, 11455, 16692, 10355, 14047, 9546, 13513, 10058, 14153, 10772, 13678, 9665, 12706, 9605, 12468, 12970, 11764, 15927, 11850, 17152, 10579, 16486, 10665, 17549, 10687, 17351, 9663, 14381, 12054, 12943, 20615, 12701, 18931, 11778, 15241, 10792, 13990, 9898, 14061, 10247, 13523, 11014, 11359, 17360, 10344, 18204, 11344, 18559, 10825, 16090, 10095, 15736, 10148, 16792, 10769, 18101, 10094, 15795, 9528, 13427, 14430, 11743, 20204, 12393, 16091, 10689, 13670, 9880, 13881, 9774, 14581, 9270, 13832, 8821, 13241, 10332, 12696, 15503, 11827, 18889, 10825, 16381, 10874, 16597, 10799, 17287, 10323, 14798, 9636, 13636, 9299, 13105, 13700, 12502, 17167, 11080, 18917, 10588, 15937, 10799, 17093, 10254, 15867, 9263, 14845, 9262, 14816, 11858, 14184, 12550, 12165, 17190, 11300, 19385, 11995, 18560, 11252, 16552, 10472, 14114, 9594, 14513, 9364, 15485, 8787], 'WindowCenter': [4508.0, 4545.0, 4499.0, 4520.0, 4496.0, 4497.0, 4526.0, 4497.0, 4526.0, 4487.0, 4528.0, 4489.0, 4509.0, 4469.0, 4519.0, 4482.0, 4541.0, 4480.0, 4530.0, 4480.0, 4532.0, 4490.0, 4531.0, 4540.0, 4522.0, 4549.0, 4509.0, 4550.0, 4498.0, 4537.0, 4496.0, 4526.0, 4477.0, 4517.0, 4469.0, 4518.0, 4465.0, 4517.0, 4466.0, 4519.0, 4487.0, 4509.0, 4528.0, 4497.0, 4547.0, 4498.0, 4548.0, 4510.0, 4529.0, 4491.0, 4520.0, 4501.0, 4541.0, 4493.0, 4554.0, 4514.0, 4553.0, 4502.0, 4544.0, 4481.0, 4535.0, 4550.0, 4522.0, 4562.0, 4520.0, 4550.0, 4509.0, 4528.0, 4501.0, 4539.0, 4500.0, 4561.0, 4503.0, 4541.0, 4501.0, 4532.0, 4492.0, 4542.0, 4491.0, 4554.0, 4502.0, 4530.0, 4550.0, 4512.0, 4560.0, 4521.0, 4550.0, 4508.0, 4529.0, 4486.0, 4517.0, 4476.0, 4517.0, 4486.0, 4507.0, 4526.0, 4487.0, 4526.0, 4498.0, 4519.0, 4500.0, 4539.0, 4502.0, 4542.0, 4503.0, 4553.0, 4512.0, 4551.0, 4501.0, 4531.0, 4531.0, 4500.0, 4561.0, 4521.0, 4550.0, 4500.0, 4529.0, 4500.0, 4520.0, 4478.0, 4540.0, 4479.0, 4530.0, 4479.0, 4519.0, 4519.0, 4510.0, 4550.0, 4509.0, 4549.0, 4501.0, 4539.0, 4489.0, 4520.0, 4478.0, 4510.0, 4538.0, 4499.0, 4540.0, 4501.0, 4551.0, 4498.0, 4537.0, 4487.0, 4538.0, 4478.0, 4529.0, 4478.0, 4519.0, 4476.0, 4518.0, 4527.0, 4498.0, 4537.0, 4487.0, 4527.0, 4487.0, 4516.0, 4477.0, 4527.0, 4476.0, 4509.0, 4476.0, 4497.0, 4537.0, 4497.0, 4538.0, 4500.0, 4528.0, 4490.0, 4520.0, 4491.0, 4530.0, 4491.0, 4541.0, 4492.0, 4533.0, 4490.0, 4524.0, 4541.0, 4513.0, 4560.0, 4521.0, 4539.0, 4500.0, 4530.0, 4479.0, 4520.0, 4468.0, 4521.0, 4499.0, 4531.0, 4490.0, 4522.0, 4540.0, 4500.0, 4550.0, 4500.0, 4550.0, 4503.0, 4542.0, 4491.0, 4522.0, 4490.0, 4510.0, 4550.0, 4512.0, 4551.0, 4501.0, 4541.0, 4490.0, 4529.0, 4478.0, 4530.0, 4477.0, 4520.0, 4497.0, 4509.0, 4538.0, 4498.0, 4538.0, 4487.0, 4528.0, 4479.0, 4520.0, 4468.0, 4511.0, 4542.0, 4511.0, 4565.0, 4512.0, 4518.0, 4467.0, 4466.0, 4518.0, 4477.0, 4541.0, 4549.0, 4507.0, 4527.0, 4518.0, 4556.0, 4531.0, 4532.0, 4550.0, 4477.0, 4540.0, 4541.0, 4537.0, 4527.0, 4523.0, 4505.0, 4502.0, 4503.0, 4480.0, 4499.0, 4455.0, 4486.0, 4433.0, 4474.0, 4421.0, 4462.0, 4409.0, 4452.0, 4411.0, 4451.0, 4420.0, 4451.0, 4411.0, 4442.0, 4421.0, 4453.0, 4445.0, 4456.0, 4447.0, 4467.0, 4448.0, 4468.0, 4448.0, 4469.0, 4439.0, 4471.0, 4459.0, 4471.0, 4492.0, 4485.0, 4516.0, 4476.0, 4495.0, 4464.0, 4487.0, 4467.0, 4498.0, 4468.0, 4508.0, 4499.0, 4503.0, 4540.0, 4501.0, 4530.0, 4501.0, 4521.0, 4482.0, 4522.0, 4481.0, 4512.0, 4539.0, 4501.0, 4541.0, 4501.0, 4532.0, 4503.0, 4543.0, 4493.0, 4534.0, 4492.0, 4526.0, 4523.0, 4514.0, 4565.0, 4524.0, 4552.0, 4512.0, 4544.0, 4491.0, 4543.0, 4480.0, 4532.0, 4521.0, 4532.0, 4522.0, 4521.0, 4540.0, 4501.0, 4551.0, 4512.0, 4553.0, 4513.0, 4543.0, 4491.0, 4531.0, 4481.0, 4523.0, 4511.0, 4532.0, 4531.0, 4522.0, 4563.0, 4513.0, 4542.0, 4501.0, 4540.0, 4490.0, 4532.0, 4493.0, 4523.0, 4482.0, 4522.0, 4480.0, 4523.0, 4502.0, 4514.0, 4543.0, 4512.0, 4553.0, 4514.0, 4554.0, 4503.0, 4543.0, 4492.0, 4541.0, 4490.0, 4532.0, 4552.0, 4523.0, 4553.0, 4510.0, 4529.0, 4499.0, 4529.0, 4489.0, 4529.0, 4477.0, 4521.0, 4529.0, 4489.0, 4539.0, 4499.0, 4530.0, 4489.0, 4520.0, 4480.0, 4532.0, 4480.0, 4521.0, 4530.0, 4502.0, 4561.0, 4511.0, 4541.0, 4491.0, 4521.0, 4480.0, 4522.0, 4510.0, 4511.0, 4552.0, 4502.0, 4541.0, 4509.0, 4531.0, 4490.0, 4531.0, 4480.0, 4531.0, 4482.0, 4533.0, 4523.0, 4522.0, 4562.0, 4522.0, 4550.0, 4511.0, 4532.0, 4491.0, 4532.0, 4500.0, 4521.0, 4539.0, 4501.0, 4551.0, 4501.0, 4540.0, 4500.0, 4540.0, 4490.0, 4531.0, 4478.0, 4531.0, 4540.0, 4500.0, 4549.0, 4500.0, 4529.0, 4477.0, 4519.0, 4479.0, 4521.0, 4490.0, 4521.0, 4490.0, 4522.0, 4480.0, 4522.0, 4521.0, 4501.0, 4552.0, 4524.0, 4553.0, 4512.0, 4543.0, 4502.0, 4532.0, 4492.0, 4539.0, 4500.0, 4541.0, 4490.0, 4532.0, 4490.0, 4531.0, 4490.0, 4521.0, 4499.0, 4519.0, 4489.0, 4510.0, 4529.0, 4500.0, 4549.0, 4510.0, 4539.0, 4498.0, 4539.0, 4488.0, 4529.0, 4489.0, 4529.0, 4478.0, 4529.0, 4479.0, 4520.0, 4487.0, 4508.0, 4549.0, 4497.0, 4527.0, 4489.0, 4530.0, 4479.0, 4519.0, 4480.0, 4521.0, 4509.0, 4522.0, 4550.0, 4502.0, 4552.0, 4501.0, 4541.0, 4500.0, 4531.0, 4479.0, 4518.0, 4488.0, 4520.0, 4529.0, 4500.0, 4551.0, 4499.0, 4531.0, 4501.0, 4540.0, 4502.0, 4552.0, 4501.0, 4552.0, 4500.0, 4543.0, 4480.0, 4531.0, 4490.0, 4520.0, 4509.0, 4520.0, 4508.0, 4511.0, 4538.0, 4500.0, 4549.0, 4500.0, 4539.0, 4490.0, 4529.0, 4490.0, 4521.0, 4481.0, 4520.0, 4480.0, 4531.0, 4490.0, 4534.0, 4531.0, 4512.0, 4553.0, 4502.0, 4540.0, 4500.0, 4541.0, 4489.0, 4531.0, 4491.0, 4531.0, 4489.0, 4543.0, 4491.0, 4533.0, 4479.0, 4533.0, 4541.0, 4491.0, 4552.0, 4513.0, 4553.0, 4502.0, 4543.0, 4503.0, 4543.0, 4491.0, 4543.0, 4492.0, 4543.0, 4480.0, 4532.0, 4481.0, 4533.0, 4511.0, 4542.0, 4482.0, 4543.0, 4494.0, 4541.0, 4515.0, 4555.0, 4502.0, 4562.0, 4524.0, 4566.0, 4546.0, 4554.0, 4522.0, 4553.0, 4520.0, 4541.0, 4518.0, 4541.0, 4499.0, 4517.0, 4477.0, 4519.0, 4496.0, 4508.0, 4517.0, 4488.0, 4529.0, 4488.0, 4508.0, 4480.0, 4510.0, 4491.0, 4524.0, 4493.0, 4535.0, 4494.0, 4535.0, 4493.0, 4534.0, 4524.0, 4524.0, 4542.0, 4502.0, 4541.0, 4491.0, 4530.0, 4489.0, 4519.0, 4477.0, 4521.0, 4519.0, 4511.0, 4540.0, 4500.0, 4538.0, 4489.0, 4529.0, 4489.0, 4518.0, 4487.0, 4530.0, 4468.0, 4507.0, 4477.0, 4509.0, 4518.0, 4499.0, 4538.0, 4499.0, 4539.0, 4488.0, 4518.0, 4489.0, 4517.0, 4479.0, 4528.0, 4470.0, 4521.0, 4470.0, 4521.0, 4490.0, 4512.0, 4541.0, 4502.0, 4551.0, 4491.0, 4531.0, 4493.0, 4531.0, 4484.0, 4544.0, 4491.0, 4532.0, 4480.0, 4523.0, 4521.0, 4513.0, 4552.0, 4523.0, 4563.0, 4503.0, 4540.0, 4491.0, 4532.0, 4491.0, 4531.0, 4490.0, 4532.0, 4489.0, 4532.0, 4540.0, 4501.0, 4551.0, 4511.0, 4553.0, 4502.0, 4532.0, 4481.0, 4522.0, 4490.0, 4533.0, 4522.0, 4521.0, 4552.0, 4500.0, 4551.0, 4500.0, 4541.0, 4501.0, 4540.0, 4489.0, 4521.0, 4481.0, 4521.0, 4481.0, 4533.0, 4491.0, 4532.0, 4482.0, 4523.0, 4521.0, 4512.0, 4552.0, 4512.0, 4552.0, 4511.0, 4530.0, 4490.0, 4519.0, 4479.0, 4519.0, 4478.0, 4520.0, 4469.0, 4508.0, 4469.0, 4521.0, 4500.0, 4511.0, 4551.0, 4501.0, 4541.0, 4489.0, 4521.0, 4481.0, 4520.0, 4479.0, 4521.0, 4500.0, 4521.0, 4479.0, 4509.0, 4479.0, 4523.0, 4522.0, 4512.0, 4543.0, 4524.0, 4553.0, 4514.0, 4555.0, 4503.0, 4555.0, 4504.0, 4554.0, 4492.0, 4532.0, 4510.0, 4510.0, 4552.0, 4511.0, 4541.0, 4500.0, 4529.0, 4489.0, 4517.0, 4478.0, 4520.0, 4477.0, 4521.0, 4489.0, 4501.0, 4538.0, 4491.0, 4541.0, 4501.0, 4550.0, 4501.0, 4542.0, 4502.0, 4541.0, 4502.0, 4543.0, 4503.0, 4552.0, 4492.0, 4532.0, 4481.0, 4522.0, 4530.0, 4511.0, 4551.0, 4509.0, 4530.0, 4489.0, 4519.0, 4489.0, 4520.0, 4479.0, 4531.0, 4480.0, 4521.0, 4479.0, 4522.0, 4489.0, 4522.0, 4531.0, 4510.0, 4552.0, 4500.0, 4541.0, 4501.0, 4540.0, 4490.0, 4540.0, 4490.0, 4519.0, 4478.0, 4520.0, 4480.0, 4521.0, 4521.0, 4511.0, 4541.0, 4502.0, 4551.0, 4501.0, 4529.0, 4501.0, 4541.0, 4491.0, 4541.0, 4481.0, 4531.0, 4480.0, 4531.0, 4499.0, 4520.0, 4498.0, 4499.0, 4529.0, 4489.0, 4539.0, 4499.0, 4539.0, 4499.0, 4530.0, 4490.0, 4520.0, 4479.0, 4520.0, 4480.0, 4531.0, 4470.0], 'WindowWidth': [9926.0, 9971.0, 9895.0, 9923.0, 9885.0, 9887.0, 9926.0, 9885.0, 9925.0, 9873.0, 9931.0, 9879.0, 9906.0, 9852.0, 9921.0, 9875.0, 9951.0, 9866.0, 9937.0, 9867.0, 9942.0, 9880.0, 9941.0, 9948.0, 9925.0, 9964.0, 9906.0, 9966.0, 9888.0, 9943.0, 9882.0, 9926.0, 9856.0, 9914.0, 9847.0, 9915.0, 9841.0, 9914.0, 9842.0, 9920.0, 9873.0, 9906.0, 9928.0, 9886.0, 9956.0, 9890.0, 9959.0, 9908.0, 9933.0, 9886.0, 9924.0, 9900.0, 9954.0, 9892.0, 9975.0, 9921.0, 9974.0, 9903.0, 9961.0, 9872.0, 9948.0, 9964.0, 9927.0, 9986.0, 9924.0, 9967.0, 9907.0, 9933.0, 9896.0, 9948.0, 9896.0, 9983.0, 9903.0, 9954.0, 9898.0, 9941.0, 9889.0, 9957.0, 9884.0, 9975.0, 9899.0, 9940.0, 9964.0, 9913.0, 9982.0, 9923.0, 9966.0, 9902.0, 9933.0, 9869.0, 9914.0, 9855.0, 9914.0, 9867.0, 9900.0, 9923.0, 9872.0, 9926.0, 9890.0, 9920.0, 9895.0, 9949.0, 9900.0, 9955.0, 9904.0, 9971.0, 9915.0, 9968.0, 9897.0, 9942.0, 9937.0, 9896.0, 9983.0, 9925.0, 9967.0, 9895.0, 9934.0, 9893.0, 9922.0, 9862.0, 9952.0, 9864.0, 9935.0, 9863.0, 9921.0, 9919.0, 9908.0, 9965.0, 9907.0, 9964.0, 9897.0, 9949.0, 9877.0, 9920.0, 9859.0, 9906.0, 9942.0, 9892.0, 9950.0, 9897.0, 9968.0, 9889.0, 9942.0, 9873.0, 9944.0, 9861.0, 9932.0, 9860.0, 9919.0, 9856.0, 9916.0, 9925.0, 9887.0, 9942.0, 9871.0, 9925.0, 9872.0, 9912.0, 9858.0, 9928.0, 9855.0, 9904.0, 9855.0, 9887.0, 9942.0, 9888.0, 9944.0, 9892.0, 9931.0, 9882.0, 9920.0, 9883.0, 9936.0, 9884.0, 9955.0, 9885.0, 9945.0, 9881.0, 9933.0, 9952.0, 9919.0, 9982.0, 9925.0, 9949.0, 9893.0, 9935.0, 9862.0, 9921.0, 9848.0, 9924.0, 9890.0, 9938.0, 9879.0, 9926.0, 9950.0, 9895.0, 9968.0, 9895.0, 9963.0, 9901.0, 9955.0, 9881.0, 9927.0, 9878.0, 9910.0, 9964.0, 9911.0, 9968.0, 9895.0, 9951.0, 9879.0, 9933.0, 9860.0, 9936.0, 9858.0, 9920.0, 9884.0, 9903.0, 9944.0, 9887.0, 9943.0, 9871.0, 9931.0, 9862.0, 9921.0, 9846.0, 9910.0, 9956.0, 9911.0, 9993.0, 9911.0, 9913.0, 9840.0, 9833.0, 9911.0, 9855.0, 9950.0, 9963.0, 9893.0, 9928.0, 9914.0, 9981.0, 9937.0, 9942.0, 9964.0, 9856.0, 9952.0, 9951.0, 9944.0, 9926.0, 9913.0, 9890.0, 9879.0, 9884.0, 9843.0, 9874.0, 9801.0, 9849.0, 9768.0, 9827.0, 9749.0, 9807.0, 9732.0, 9794.0, 9736.0, 9793.0, 9747.0, 9793.0, 9738.0, 9782.0, 9752.0, 9800.0, 9790.0, 9808.0, 9796.0, 9827.0, 9799.0, 9828.0, 9800.0, 9832.0, 9789.0, 9836.0, 9818.0, 9840.0, 9868.0, 9864.0, 9907.0, 9852.0, 9878.0, 9835.0, 9870.0, 9844.0, 9888.0, 9846.0, 9903.0, 9889.0, 9900.0, 9948.0, 9897.0, 9936.0, 9896.0, 9923.0, 9870.0, 9926.0, 9867.0, 9913.0, 9947.0, 9895.0, 9950.0, 9896.0, 9940.0, 9900.0, 9957.0, 9889.0, 9946.0, 9887.0, 9938.0, 9930.0, 9921.0, 9994.0, 9934.0, 9971.0, 9913.0, 9960.0, 9883.0, 9958.0, 9865.0, 9942.0, 9922.0, 9941.0, 9925.0, 9924.0, 9951.0, 9896.0, 9970.0, 9913.0, 9970.0, 9914.0, 9957.0, 9883.0, 9938.0, 9868.0, 9929.0, 9910.0, 9942.0, 9937.0, 9926.0, 9986.0, 9914.0, 9953.0, 9897.0, 9949.0, 9880.0, 9940.0, 9888.0, 9930.0, 9872.0, 9928.0, 9866.0, 9931.0, 9899.0, 9919.0, 9956.0, 9914.0, 9972.0, 9918.0, 9975.0, 9902.0, 9958.0, 9887.0, 9954.0, 9881.0, 9942.0, 9970.0, 9928.0, 9976.0, 9907.0, 9934.0, 9890.0, 9934.0, 9874.0, 9934.0, 9857.0, 9922.0, 9932.0, 9875.0, 9945.0, 9891.0, 9936.0, 9876.0, 9922.0, 9867.0, 9940.0, 9866.0, 9924.0, 9935.0, 9899.0, 9981.0, 9910.0, 9951.0, 9882.0, 9924.0, 9865.0, 9926.0, 9905.0, 9911.0, 9969.0, 9899.0, 9952.0, 9906.0, 9940.0, 9880.0, 9940.0, 9866.0, 9940.0, 9870.0, 9943.0, 9929.0, 9927.0, 9985.0, 9926.0, 9965.0, 9912.0, 9939.0, 9881.0, 9939.0, 9893.0, 9924.0, 9947.0, 9897.0, 9967.0, 9895.0, 9949.0, 9891.0, 9950.0, 9877.0, 9938.0, 9861.0, 9935.0, 9948.0, 9892.0, 9961.0, 9891.0, 9931.0, 9859.0, 9919.0, 9863.0, 9926.0, 9877.0, 9922.0, 9878.0, 9926.0, 9866.0, 9926.0, 9922.0, 9899.0, 9970.0, 9930.0, 9974.0, 9913.0, 9956.0, 9900.0, 9939.0, 9884.0, 9950.0, 9892.0, 9954.0, 9879.0, 9941.0, 9878.0, 9939.0, 9877.0, 9923.0, 9889.0, 9920.0, 9875.0, 9906.0, 9931.0, 9892.0, 9961.0, 9904.0, 9949.0, 9887.0, 9947.0, 9873.0, 9932.0, 9877.0, 9932.0, 9860.0, 9932.0, 9861.0, 9922.0, 9872.0, 9900.0, 9959.0, 9885.0, 9926.0, 9876.0, 9934.0, 9863.0, 9921.0, 9865.0, 9925.0, 9904.0, 9927.0, 9963.0, 9898.0, 9969.0, 9895.0, 9951.0, 9891.0, 9939.0, 9860.0, 9917.0, 9871.0, 9921.0, 9931.0, 9893.0, 9965.0, 9891.0, 9936.0, 9895.0, 9949.0, 9898.0, 9968.0, 9896.0, 9967.0, 9894.0, 9956.0, 9864.0, 9935.0, 9877.0, 9920.0, 9902.0, 9920.0, 9900.0, 9908.0, 9944.0, 9892.0, 9960.0, 9893.0, 9946.0, 9879.0, 9933.0, 9880.0, 9924.0, 9870.0, 9923.0, 9865.0, 9939.0, 9881.0, 9944.0, 9938.0, 9913.0, 9973.0, 9899.0, 9950.0, 9893.0, 9950.0, 9877.0, 9937.0, 9883.0, 9939.0, 9878.0, 9957.0, 9882.0, 9942.0, 9864.0, 9941.0, 9950.0, 9883.0, 9970.0, 9915.0, 9971.0, 9900.0, 9956.0, 9903.0, 9956.0, 9882.0, 9956.0, 9884.0, 9957.0, 9868.0, 9941.0, 9869.0, 9945.0, 9909.0, 9958.0, 9871.0, 9958.0, 9890.0, 9969.0, 9919.0, 9982.0, 9899.0, 9984.0, 9931.0, 9999.0, 9964.0, 9973.0, 9927.0, 9975.0, 9921.0, 9954.0, 9912.0, 9952.0, 9886.0, 9913.0, 9854.0, 9917.0, 9882.0, 9899.0, 9911.0, 9873.0, 9931.0, 9874.0, 9901.0, 9865.0, 9907.0, 9883.0, 9931.0, 9891.0, 9948.0, 9890.0, 9949.0, 9888.0, 9947.0, 9930.0, 9932.0, 9957.0, 9897.0, 9952.0, 9880.0, 9935.0, 9874.0, 9919.0, 9857.0, 9923.0, 9916.0, 9908.0, 9948.0, 9890.0, 9944.0, 9874.0, 9930.0, 9875.0, 9915.0, 9869.0, 9934.0, 9845.0, 9900.0, 9855.0, 9902.0, 9915.0, 9889.0, 9945.0, 9889.0, 9946.0, 9873.0, 9914.0, 9876.0, 9913.0, 9861.0, 9930.0, 9851.0, 9922.0, 9851.0, 9923.0, 9880.0, 9911.0, 9950.0, 9897.0, 9966.0, 9883.0, 9937.0, 9888.0, 9940.0, 9877.0, 9959.0, 9882.0, 9941.0, 9866.0, 9929.0, 9923.0, 9915.0, 9969.0, 9927.0, 9986.0, 9901.0, 9950.0, 9883.0, 9941.0, 9882.0, 9940.0, 9878.0, 9940.0, 9875.0, 9939.0, 9950.0, 9896.0, 9966.0, 9910.0, 9972.0, 9898.0, 9940.0, 9869.0, 9928.0, 9878.0, 9944.0, 9924.0, 9925.0, 9969.0, 9895.0, 9967.0, 9893.0, 9952.0, 9896.0, 9951.0, 9878.0, 9923.0, 9867.0, 9924.0, 9867.0, 9943.0, 9882.0, 9942.0, 9870.0, 9930.0, 9922.0, 9913.0, 9968.0, 9910.0, 9971.0, 9909.0, 9935.0, 9879.0, 9918.0, 9862.0, 9918.0, 9857.0, 9919.0, 9847.0, 9903.0, 9847.0, 9923.0, 9891.0, 9910.0, 9967.0, 9895.0, 9949.0, 9877.0, 9922.0, 9867.0, 9921.0, 9861.0, 9922.0, 9890.0, 9922.0, 9862.0, 9906.0, 9862.0, 9929.0, 9925.0, 9913.0, 9955.0, 9931.0, 9973.0, 9919.0, 9978.0, 9903.0, 9976.0, 9902.0, 9974.0, 9884.0, 9941.0, 9906.0, 9909.0, 9969.0, 9908.0, 9952.0, 9891.0, 9932.0, 9874.0, 9913.0, 9860.0, 9920.0, 9857.0, 9922.0, 9876.0, 9894.0, 9945.0, 9883.0, 9951.0, 9896.0, 9965.0, 9898.0, 9954.0, 9898.0, 9952.0, 9900.0, 9955.0, 9900.0, 9970.0, 9885.0, 9941.0, 9868.0, 9927.0, 9934.0, 9907.0, 9968.0, 9904.0, 9936.0, 9875.0, 9917.0, 9876.0, 9921.0, 9862.0, 9936.0, 9864.0, 9923.0, 9862.0, 9926.0, 9875.0, 9925.0, 9936.0, 9907.0, 9968.0, 9894.0, 9950.0, 9894.0, 9948.0, 9878.0, 9948.0, 9877.0, 9919.0, 9861.0, 9921.0, 9863.0, 9924.0, 9921.0, 9910.0, 9950.0, 9897.0, 9967.0, 9895.0, 9932.0, 9894.0, 9952.0, 9881.0, 9952.0, 9867.0, 9938.0, 9866.0, 9937.0, 9888.0, 9920.0, 9886.0, 9889.0, 9930.0, 9875.0, 9946.0, 9890.0, 9947.0, 9890.0, 9933.0, 9877.0, 9918.0, 9862.0, 9920.0, 9863.0, 9938.0, 9851.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.0014075086107921929</td></tr>
<tr><td colspan=3>aqi</td><td>0.02031906222732491</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.90010607485051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2984103263103444</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011225686827586</td></tr>
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
<tr><td colspan=3>fber</td><td>4820.0034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07363452767793813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9517795637198623</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.679884222889541</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.600998937987353</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9745722927170335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.464081437964237</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158667</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010231070220470428</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03810387849807739</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.892566933282748</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>20.5593</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3676</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.3716</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292384.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>941.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.1319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6104</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.4958</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3631.4528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.4897</td></tr>
<tr><td colspan=3>tsnr</td><td>40.822870726231486</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>