ds005256-mriqc/sub-0047_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter c1a5647656 [DATALAD RUNCMD] Compute MRIQC for sub-0047
=== 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-0047 --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-0047",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 05:29: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-0047_ses-01_task-social_acq-mb8_run-06_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-0047_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-06_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-0047/ses-01/func/sub-0047_ses-01_task-social_acq-mb8_run-06_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>01acd2eefa08a7b3515f25997a28ce49</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>18:12:4.885000</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.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0903396</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7254, 623, -9, -193, 40, 95]</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>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>103de24f-d965-4238-8061-9e65935acf73||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.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['181204.885000', '181205.345000', '181205.805000', '181206.265000', '181206.725000', '181207.185000', '181207.645000', '181208.105000', '181208.565000', '181209.025000', '181209.485000', '181209.945000', '181210.405000', '181210.865000', '181211.325000', '181211.785000', '181212.245000', '181212.705000', '181213.165000', '181213.625000', '181214.085000', '181214.545000', '181215.005000', '181215.465000', '181215.925000', '181216.385000', '181216.845000', '181217.305000', '181217.765000', '181218.225000', '181218.685000', '181219.145000', '181219.605000', '181220.065000', '181220.525000', '181220.985000', '181221.445000', '181221.905000', '181222.365000', '181222.825000', '181223.285000', '181223.745000', '181224.205000', '181224.665000', '181225.125000', '181225.585000', '181226.045000', '181226.505000', '181226.965000', '181227.425000', '181227.885000', '181228.345000', '181228.805000', '181229.265000', '181229.725000', '181230.185000', '181230.645000', '181231.105000', '181231.565000', '181232.025000', '181232.485000', '181232.945000', '181233.405000', '181233.865000', '181234.325000', '181234.785000', '181235.245000', '181235.705000', '181236.165000', '181236.625000', '181237.085000', '181237.545000', '181238.005000', '181238.465000', '181238.925000', '181239.385000', '181239.845000', '181240.305000', '181240.765000', '181241.225000', '181241.685000', '181242.145000', '181242.605000', '181243.065000', '181243.525000', '181243.985000', '181244.445000', '181244.905000', '181245.365000', '181245.825000', '181246.285000', '181246.745000', '181247.205000', '181247.665000', '181248.125000', '181248.585000', '181249.045000', '181249.505000', '181249.965000', '181250.425000', '181250.885000', '181251.345000', '181251.805000', '181252.265000', '181252.725000', '181253.185000', '181253.645000', '181254.105000', '181254.565000', '181255.025000', '181255.485000', '181255.945000', '181256.405000', '181256.865000', '181257.325000', '181257.785000', '181258.245000', '181258.705000', '181259.165000', '181259.625000', '181300.085000', '181300.545000', '181301.005000', '181301.465000', '181301.925000', '181302.385000', '181302.845000', '181303.305000', '181303.765000', '181304.225000', '181304.685000', '181305.145000', '181305.605000', '181306.065000', '181306.525000', '181306.985000', '181307.445000', '181307.905000', '181308.365000', '181308.825000', '181309.285000', '181309.745000', '181310.205000', '181310.665000', '181311.125000', '181311.585000', '181312.045000', '181312.505000', '181312.965000', '181313.425000', '181313.885000', '181314.345000', '181314.805000', '181315.265000', '181315.725000', '181316.185000', '181316.645000', '181317.105000', '181317.565000', '181318.025000', '181318.485000', '181318.945000', '181319.405000', '181319.865000', '181320.325000', '181320.785000', '181321.245000', '181321.705000', '181322.165000', '181322.625000', '181323.085000', '181323.545000', '181324.005000', '181324.465000', '181324.925000', '181325.385000', '181325.845000', '181326.305000', '181326.765000', '181327.225000', '181327.685000', '181328.145000', '181328.605000', '181329.065000', '181329.525000', '181329.985000', '181330.445000', '181330.905000', '181331.365000', '181331.825000', '181332.285000', '181332.745000', '181333.205000', '181333.665000', '181334.125000', '181334.585000', '181335.045000', '181335.505000', '181335.965000', '181336.425000', '181336.885000', '181337.345000', '181337.805000', '181338.265000', '181338.725000', '181339.185000', '181339.645000', '181340.105000', '181340.565000', '181341.025000', '181341.485000', '181341.945000', '181342.405000', '181342.865000', '181343.325000', '181343.785000', '181344.245000', '181344.705000', '181345.165000', '181345.625000', '181346.085000', '181346.545000', '181347.005000', '181347.465000', '181347.925000', '181348.385000', '181348.845000', '181349.305000', '181349.765000', '181350.225000', '181350.685000', '181351.145000', '181351.605000', '181352.065000', '181352.525000', '181352.985000', '181353.445000', '181353.905000', '181354.365000', '181354.825000', '181355.285000', '181355.745000', '181356.205000', '181356.665000', '181357.125000', '181357.585000', '181358.045000', '181358.505000', '181358.965000', '181359.425000', '181359.885000', '181400.345000', '181400.805000', '181401.265000', '181401.725000', '181402.185000', '181402.645000', '181403.105000', '181403.565000', '181404.025000', '181404.485000', '181404.945000', '181405.405000', '181405.865000', '181406.325000', '181406.785000', '181407.245000', '181407.705000', '181408.165000', '181408.625000', '181409.085000', '181409.545000', '181410.005000', '181410.465000', '181410.925000', '181411.385000', '181411.845000', '181412.305000', '181412.765000', '181413.225000', '181413.685000', '181414.145000', '181414.605000', '181415.065000', '181415.525000', '181415.985000', '181416.445000', '181416.905000', '181417.365000', '181417.825000', '181418.285000', '181418.745000', '181419.205000', '181419.665000', '181420.125000', '181420.585000', '181421.045000', '181421.505000', '181421.965000', '181422.425000', '181422.885000', '181423.345000', '181423.805000', '181424.265000', '181424.725000', '181425.185000', '181425.645000', '181426.105000', '181426.565000', '181427.025000', '181427.485000', '181427.945000', '181428.405000', '181428.865000', '181429.325000', '181429.785000', '181430.245000', '181430.705000', '181431.165000', '181431.625000', '181432.085000', '181432.545000', '181433.005000', '181433.465000', '181433.925000', '181434.385000', '181434.845000', '181435.305000', '181435.765000', '181436.225000', '181436.685000', '181437.145000', '181437.605000', '181438.065000', '181438.525000', '181438.985000', '181439.445000', '181439.905000', '181440.365000', '181440.825000', '181441.285000', '181441.745000', '181442.205000', '181442.665000', '181443.125000', '181443.585000', '181444.045000', '181444.505000', '181444.965000', '181445.425000', '181445.885000', '181446.345000', '181446.805000', '181447.265000', '181447.725000', '181448.185000', '181448.645000', '181449.105000', '181449.565000', '181450.025000', '181450.485000', '181450.945000', '181451.405000', '181451.865000', '181452.325000', '181452.785000', '181453.245000', '181453.705000', '181454.165000', '181454.625000', '181455.085000', '181455.545000', '181456.005000', '181456.465000', '181456.925000', '181457.385000', '181457.845000', '181458.305000', '181458.765000', '181459.225000', '181459.685000', '181500.145000', '181500.605000', '181501.065000', '181501.525000', '181501.985000', '181502.445000', '181502.905000', '181503.365000', '181503.825000', '181504.285000', '181504.745000', '181505.205000', '181505.665000', '181506.125000', '181506.585000', '181507.045000', '181507.505000', '181507.965000', '181508.425000', '181508.885000', '181509.345000', '181509.805000', '181510.265000', '181510.725000', '181511.185000', '181511.645000', '181512.105000', '181512.565000', '181513.025000', '181513.485000', '181513.945000', '181514.405000', '181514.865000', '181515.325000', '181515.785000', '181516.245000', '181516.705000', '181517.165000', '181517.625000', '181518.085000', '181518.545000', '181519.005000', '181519.465000', '181519.925000', '181520.385000', '181520.845000', '181521.305000', '181521.765000', '181522.225000', '181522.685000', '181523.145000', '181523.605000', '181524.065000', '181524.525000', '181524.985000', '181525.445000', '181525.905000', '181526.365000', '181526.825000', '181527.285000', '181527.745000', '181528.205000', '181528.665000', '181529.125000', '181529.585000', '181530.045000', '181530.505000', '181530.965000', '181531.425000', '181531.885000', '181532.345000', '181532.805000', '181533.265000', '181533.725000', '181534.185000', '181534.645000', '181535.105000', '181535.565000', '181536.025000', '181536.485000', '181536.945000', '181537.405000', '181537.865000', '181538.325000', '181538.785000', '181539.245000', '181539.705000', '181540.165000', '181540.625000', '181541.085000', '181541.545000', '181542.005000', '181542.465000', '181542.925000', '181543.385000', '181543.845000', '181544.305000', '181544.765000', '181545.225000', '181545.685000', '181546.145000', '181546.605000', '181547.065000', '181547.525000', '181547.985000', '181548.445000', '181548.905000', '181549.365000', '181549.825000', '181550.285000', '181550.745000', '181551.205000', '181551.665000', '181552.125000', '181552.585000', '181553.045000', '181553.505000', '181553.965000', '181554.425000', '181554.885000', '181555.345000', '181555.805000', '181556.265000', '181556.725000', '181557.185000', '181557.645000', '181558.105000', '181558.565000', '181559.025000', '181559.485000', '181559.945000', '181600.405000', '181600.865000', '181601.325000', '181601.785000', '181602.245000', '181602.705000', '181603.165000', '181603.625000', '181604.085000', '181604.545000', '181605.005000', '181605.465000', '181605.925000', '181606.385000', '181606.845000', '181607.305000', '181607.765000', '181608.225000', '181608.685000', '181609.145000', '181609.605000', '181610.065000', '181610.525000', '181610.985000', '181611.445000', '181611.905000', '181612.365000', '181612.825000', '181613.285000', '181613.745000', '181614.205000', '181614.665000', '181615.125000', '181615.585000', '181616.045000', '181616.505000', '181616.965000', '181617.425000', '181617.885000', '181618.345000', '181618.805000', '181619.265000', '181619.725000', '181620.185000', '181620.645000', '181621.105000', '181621.565000', '181622.025000', '181622.485000', '181622.945000', '181623.405000', '181623.865000', '181624.325000', '181624.785000', '181625.245000', '181625.705000', '181626.165000', '181626.625000', '181627.085000', '181627.545000', '181628.005000', '181628.465000', '181628.925000', '181629.385000', '181629.845000', '181630.305000', '181630.765000', '181631.225000', '181631.685000', '181632.145000', '181632.605000', '181633.065000', '181633.525000', '181633.985000', '181634.445000', '181634.905000', '181635.365000', '181635.825000', '181636.285000', '181636.745000', '181637.205000', '181637.665000', '181638.125000', '181638.585000', '181639.045000', '181639.505000', '181639.965000', '181640.425000', '181640.885000', '181641.345000', '181641.805000', '181642.265000', '181642.725000', '181643.185000', '181643.645000', '181644.105000', '181644.565000', '181645.025000', '181645.485000', '181645.945000', '181646.405000', '181646.865000', '181647.325000', '181647.785000', '181648.245000', '181648.705000', '181649.165000', '181649.625000', '181650.085000', '181650.545000', '181651.005000', '181651.465000', '181651.925000', '181652.385000', '181652.845000', '181653.305000', '181653.765000', '181654.225000', '181654.685000', '181655.145000', '181655.605000', '181656.065000', '181656.525000', '181656.985000', '181657.445000', '181657.905000', '181658.365000', '181658.825000', '181659.285000', '181659.745000', '181700.205000', '181700.665000', '181701.125000', '181701.585000', '181702.045000', '181702.505000', '181702.965000', '181703.425000', '181703.885000', '181704.345000', '181704.805000', '181705.265000', '181705.725000', '181706.185000', '181706.645000', '181707.105000', '181707.565000', '181708.025000', '181708.485000', '181708.945000', '181709.405000', '181709.865000', '181710.325000', '181710.785000', '181711.245000', '181711.705000', '181712.165000', '181712.625000', '181713.085000', '181713.545000', '181714.005000', '181714.465000', '181714.925000', '181715.385000', '181715.845000', '181716.305000', '181716.765000', '181717.225000', '181717.685000', '181718.145000', '181718.605000', '181719.065000', '181719.525000', '181719.985000', '181720.445000', '181720.905000', '181721.365000', '181721.825000', '181722.285000', '181722.745000', '181723.205000', '181723.665000', '181724.125000', '181724.585000', '181725.045000', '181725.505000', '181725.965000', '181726.425000', '181726.885000', '181727.345000', '181727.805000', '181728.265000', '181728.725000', '181729.185000', '181729.645000', '181730.105000', '181730.565000', '181731.025000', '181731.485000', '181731.945000', '181732.405000', '181732.865000', '181733.325000', '181733.785000', '181734.245000', '181734.705000', '181735.165000', '181735.625000', '181736.085000', '181736.545000', '181737.005000', '181737.465000', '181737.925000', '181738.385000', '181738.845000', '181739.305000', '181739.765000', '181740.225000', '181740.685000', '181741.145000', '181741.605000', '181742.065000', '181742.525000', '181742.985000', '181743.445000', '181743.905000', '181744.365000', '181744.825000', '181745.285000', '181745.745000', '181746.205000', '181746.665000', '181747.125000', '181747.585000', '181748.045000', '181748.505000', '181748.965000', '181749.425000', '181749.885000', '181750.345000', '181750.805000', '181751.265000', '181751.725000', '181752.185000', '181752.645000', '181753.105000', '181753.565000', '181754.025000', '181754.485000', '181754.945000', '181755.405000', '181755.865000', '181756.325000', '181756.785000', '181757.245000', '181757.705000', '181758.165000', '181758.625000', '181759.085000', '181759.545000', '181800.005000', '181800.465000', '181800.925000', '181801.385000', '181801.845000', '181802.305000', '181802.765000', '181803.225000', '181803.685000', '181804.145000', '181804.605000', '181805.065000', '181805.525000', '181805.985000', '181806.445000', '181806.905000', '181807.365000', '181807.825000', '181808.285000', '181808.745000', '181809.205000', '181809.665000', '181810.125000', '181810.585000', '181811.045000', '181811.505000', '181811.965000', '181812.425000', '181812.885000', '181813.345000', '181813.805000', '181814.265000', '181814.725000', '181815.185000', '181815.645000', '181816.105000', '181816.565000', '181817.025000', '181817.485000', '181817.945000', '181818.405000', '181818.865000', '181819.325000', '181819.785000', '181820.245000', '181820.705000', '181821.165000', '181821.625000', '181822.085000', '181822.545000', '181823.005000', '181823.465000', '181823.925000', '181824.385000', '181824.845000', '181825.305000', '181825.765000', '181826.225000', '181826.685000', '181827.145000', '181827.605000', '181828.065000', '181828.525000', '181828.985000', '181829.445000', '181829.905000', '181830.365000', '181830.825000', '181831.285000', '181831.745000', '181832.205000', '181832.665000', '181833.125000', '181833.585000', '181834.045000', '181834.505000', '181834.965000', '181835.425000', '181835.885000', '181836.345000', '181836.805000', '181837.265000', '181837.725000', '181838.185000', '181838.645000', '181839.105000', '181839.565000', '181840.025000', '181840.485000', '181840.945000', '181841.405000', '181841.865000', '181842.325000', '181842.785000', '181843.245000', '181843.705000', '181844.165000', '181844.625000', '181845.085000', '181845.545000'], 'ContentTime': ['181230.624000', '181230.627000', '181230.629000', '181230.632000', '181230.634000', '181230.637000', '181230.640000', '181230.642000', '181230.645000', '181230.647000', '181230.650000', '181230.652000', '181230.655000', '181230.658000', '181230.660000', '181230.663000', '181230.665000', '181230.668000', '181230.671000', '181230.673000', '181230.676000', '181230.679000', '181230.687000', '181230.690000', '181230.692000', '181230.695000', '181230.698000', '181230.700000', '181230.703000', '181230.705000', '181230.708000', '181230.710000', '181230.713000', '181230.715000', '181230.718000', '181230.720000', '181230.723000', '181230.725000', '181230.728000', '181230.731000', '181230.733000', '181230.736000', '181230.738000', '181230.741000', '181230.743000', '181230.746000', '181230.749000', '181230.751000', '181230.754000', '181230.756000', '181230.759000', '181230.761000', '181230.764000', '181230.767000', '181250.595000', '181250.597000', '181250.600000', '181250.603000', '181250.605000', '181250.608000', '181250.610000', '181250.613000', '181250.615000', '181250.618000', '181250.620000', '181250.623000', '181250.625000', '181250.628000', '181250.631000', '181250.633000', '181250.636000', '181250.638000', '181250.641000', '181250.643000', '181250.646000', '181250.648000', '181250.651000', '181250.654000', '181250.656000', '181250.659000', '181250.661000', '181250.664000', '181250.666000', '181250.672000', '181250.675000', '181250.677000', '181250.680000', '181250.682000', '181250.685000', '181250.687000', '181250.690000', '181250.692000', '181250.695000', '181250.698000', '181250.700000', '181250.703000', '181250.705000', '181250.708000', '181310.594000', '181310.597000', '181310.600000', '181310.603000', '181310.605000', '181310.608000', '181310.610000', '181310.613000', '181310.616000', '181310.618000', '181310.621000', '181310.623000', '181310.626000', '181310.628000', '181310.631000', '181310.633000', '181310.636000', '181310.638000', '181310.641000', '181310.644000', '181310.646000', '181310.649000', '181310.651000', '181310.654000', '181310.659000', '181310.662000', '181310.664000', '181310.667000', '181310.669000', '181310.672000', '181310.674000', '181310.677000', '181310.680000', '181310.682000', '181310.685000', '181310.687000', '181310.690000', '181310.692000', '181310.695000', '181310.697000', '181310.700000', '181310.703000', '181310.705000', '181330.596000', '181330.598000', '181330.601000', '181330.604000', '181330.606000', '181330.609000', '181330.611000', '181330.614000', '181330.616000', '181330.619000', '181330.621000', '181330.624000', '181330.627000', '181330.629000', '181330.632000', '181330.634000', '181330.637000', '181330.639000', '181330.642000', '181330.644000', '181330.647000', '181330.649000', '181330.652000', '181330.655000', '181330.657000', '181330.660000', '181330.662000', '181330.665000', '181330.667000', '181330.670000', '181330.672000', '181330.675000', '181330.678000', '181330.680000', '181330.683000', '181330.685000', '181330.688000', '181330.690000', '181330.693000', '181330.695000', '181330.698000', '181330.701000', '181330.704000', '181330.706000', '181350.595000', '181350.598000', '181350.601000', '181350.604000', '181350.606000', '181350.609000', '181350.611000', '181350.614000', '181350.616000', '181350.619000', '181350.622000', '181350.624000', '181350.627000', '181350.629000', '181350.632000', '181350.634000', '181350.637000', '181350.640000', '181350.642000', '181350.645000', '181350.647000', '181350.650000', '181350.652000', '181350.655000', '181350.657000', '181350.660000', '181350.663000', '181350.665000', '181350.668000', '181350.670000', '181350.673000', '181350.675000', '181350.678000', '181350.681000', '181350.683000', '181350.686000', '181350.688000', '181350.691000', '181350.693000', '181350.696000', '181350.698000', '181350.716000', '181350.718000', '181410.595000', '181410.597000', '181410.600000', '181410.603000', '181410.605000', '181410.608000', '181410.610000', '181410.613000', '181410.616000', '181410.618000', '181410.621000', '181410.623000', '181410.626000', '181410.628000', '181410.631000', '181410.634000', '181410.636000', '181410.639000', '181410.641000', '181410.644000', '181410.646000', '181410.649000', '181410.652000', '181410.654000', '181410.657000', '181410.659000', '181410.662000', '181410.664000', '181410.667000', '181410.670000', '181410.672000', '181410.675000', '181410.677000', '181410.680000', '181410.682000', '181410.685000', '181410.687000', '181410.690000', '181410.693000', '181410.695000', '181410.698000', '181410.700000', '181410.703000', '181410.706000', '181430.594000', '181430.597000', '181430.600000', '181430.602000', '181430.605000', '181430.608000', '181430.610000', '181430.613000', '181430.615000', '181430.618000', '181430.621000', '181430.623000', '181430.626000', '181430.628000', '181430.631000', '181430.633000', '181430.636000', '181430.638000', '181430.641000', '181430.644000', '181430.646000', '181430.649000', '181430.651000', '181430.654000', '181430.656000', '181430.659000', '181430.662000', '181430.664000', '181430.667000', '181430.669000', '181430.672000', '181430.674000', '181430.677000', '181430.679000', '181430.682000', '181430.685000', '181430.687000', '181430.690000', '181430.692000', '181430.695000', '181430.697000', '181430.700000', '181430.703000', '181450.594000', '181450.597000', '181450.600000', '181450.602000', '181450.605000', '181450.608000', '181450.610000', '181450.613000', '181450.615000', '181450.618000', '181450.620000', '181450.623000', '181450.626000', '181450.628000', '181450.631000', '181450.633000', '181450.636000', '181450.638000', '181450.641000', '181450.643000', '181450.646000', '181450.649000', '181450.651000', '181450.654000', '181450.656000', '181450.659000', '181450.661000', '181450.664000', '181450.666000', '181450.669000', '181450.672000', '181450.674000', '181450.677000', '181450.679000', '181450.682000', '181450.684000', '181450.687000', '181450.690000', '181450.692000', '181450.695000', '181450.697000', '181450.700000', '181450.703000', '181450.705000', '181510.595000', '181510.597000', '181510.600000', '181510.603000', '181510.605000', '181510.608000', '181510.611000', '181510.613000', '181510.616000', '181510.619000', '181510.621000', '181510.624000', '181510.626000', '181510.629000', '181510.632000', '181510.634000', '181510.637000', '181510.639000', '181510.642000', '181510.644000', '181510.647000', '181510.650000', '181510.652000', '181510.655000', '181510.657000', '181510.660000', '181510.662000', '181510.665000', '181510.668000', '181510.670000', '181510.673000', '181510.675000', '181510.678000', '181510.680000', '181510.683000', '181510.686000', '181510.688000', '181510.691000', '181510.693000', '181510.696000', '181510.699000', '181510.701000', '181510.704000', '181530.595000', '181530.597000', '181530.600000', '181530.603000', '181530.605000', '181530.608000', '181530.610000', '181530.613000', '181530.616000', '181530.618000', '181530.621000', '181530.624000', '181530.626000', '181530.629000', '181530.631000', '181530.634000', '181530.636000', '181530.639000', '181530.642000', '181530.644000', '181530.647000', '181530.649000', '181530.652000', '181530.667000', '181530.670000', '181530.672000', '181530.675000', '181530.677000', '181530.685000', '181530.688000', '181530.690000', '181530.693000', '181530.695000', '181530.698000', '181530.701000', '181530.703000', '181530.706000', '181530.708000', '181530.711000', '181530.714000', '181530.716000', '181530.719000', '181530.721000', '181530.724000', '181550.596000', '181550.598000', '181550.601000', '181550.604000', '181550.606000', '181550.609000', '181550.611000', '181550.614000', '181550.617000', '181550.619000', '181550.622000', '181550.624000', '181550.627000', '181550.629000', '181550.632000', '181550.635000', '181550.637000', '181550.640000', '181550.642000', '181550.645000', '181550.647000', '181550.650000', '181550.653000', '181550.655000', '181550.658000', '181550.660000', '181550.663000', '181550.665000', '181550.668000', '181550.671000', '181550.673000', '181550.676000', '181550.678000', '181550.681000', '181550.684000', '181550.686000', '181550.689000', '181550.691000', '181550.694000', '181550.696000', '181550.699000', '181550.702000', '181550.704000', '181610.596000', '181610.598000', '181610.601000', '181610.604000', '181610.606000', '181610.609000', '181610.611000', '181610.614000', '181610.616000', '181610.619000', '181610.622000', '181610.624000', '181610.627000', '181610.629000', '181610.632000', '181610.635000', '181610.637000', '181610.640000', '181610.642000', '181610.645000', '181610.648000', '181610.650000', '181610.653000', '181610.656000', '181610.658000', '181610.661000', '181610.663000', '181610.666000', '181610.668000', '181610.671000', '181610.673000', '181610.676000', '181610.679000', '181610.681000', '181610.684000', '181610.686000', '181610.689000', '181610.692000', '181610.694000', '181610.697000', '181610.699000', '181610.702000', '181610.704000', '181610.707000', '181630.595000', '181630.597000', '181630.600000', '181630.603000', '181630.605000', '181630.608000', '181630.611000', '181630.613000', '181630.616000', '181630.618000', '181630.621000', '181630.623000', '181630.626000', '181630.629000', '181630.631000', '181630.634000', '181630.636000', '181630.639000', '181630.641000', '181630.644000', '181630.646000', '181630.649000', '181630.652000', '181630.654000', '181630.657000', '181630.659000', '181630.662000', '181630.664000', '181630.667000', '181630.670000', '181630.672000', '181630.675000', '181630.677000', '181630.680000', '181630.683000', '181630.685000', '181630.688000', '181630.690000', '181630.693000', '181630.695000', '181630.698000', '181630.700000', '181630.703000', '181650.594000', '181650.597000', '181650.600000', '181650.603000', '181650.605000', '181650.609000', '181650.611000', '181650.614000', '181650.616000', '181650.619000', '181650.622000', '181650.624000', '181650.627000', '181650.629000', '181650.632000', '181650.634000', '181650.637000', '181650.640000', '181650.642000', '181650.645000', '181650.647000', '181650.650000', '181650.653000', '181650.655000', '181650.658000', '181650.661000', '181650.663000', '181650.666000', '181650.668000', '181650.671000', '181650.674000', '181650.676000', '181650.679000', '181650.681000', '181650.684000', '181650.687000', '181650.689000', '181650.692000', '181650.694000', '181650.697000', '181650.700000', '181650.702000', '181650.705000', '181710.594000', '181710.597000', '181710.600000', '181710.602000', '181710.643000', '181710.645000', '181710.648000', '181710.650000', '181710.653000', '181710.656000', '181710.658000', '181710.661000', '181710.663000', '181710.666000', '181710.669000', '181710.671000', '181710.674000', '181710.676000', '181710.679000', '181710.682000', '181710.684000', '181710.687000', '181710.689000', '181710.692000', '181710.694000', '181710.697000', '181710.700000', '181710.702000', '181710.705000', '181710.707000', '181710.710000', '181710.713000', '181710.715000', '181710.718000', '181710.721000', '181710.723000', '181710.726000', '181710.728000', '181710.731000', '181710.734000', '181710.736000', '181710.739000', '181710.741000', '181710.744000', '181730.595000', '181730.597000', '181730.600000', '181730.603000', '181730.605000', '181730.608000', '181730.610000', '181730.613000', '181730.616000', '181730.618000', '181730.621000', '181730.624000', '181730.627000', '181730.629000', '181730.632000', '181730.640000', '181730.643000', '181730.645000', '181730.648000', '181730.651000', '181730.653000', '181730.656000', '181730.658000', '181730.661000', '181730.663000', '181730.666000', '181730.669000', '181730.671000', '181730.674000', '181730.676000', '181730.679000', '181730.682000', '181730.684000', '181730.687000', '181730.689000', '181730.692000', '181730.694000', '181730.697000', '181730.700000', '181730.702000', '181730.705000', '181730.707000', '181730.710000', '181750.595000', '181750.598000', '181750.600000', '181750.603000', '181750.606000', '181750.608000', '181750.611000', '181750.613000', '181750.616000', '181750.619000', '181750.621000', '181750.624000', '181750.626000', '181750.629000', '181750.631000', '181750.634000', '181750.637000', '181750.639000', '181750.642000', '181750.644000', '181750.647000', '181750.649000', '181750.652000', '181750.655000', '181750.657000', '181750.660000', '181750.662000', '181750.665000', '181750.668000', '181750.670000', '181750.673000', '181750.675000', '181750.678000', '181750.682000', '181750.685000', '181750.687000', '181750.690000', '181750.692000', '181750.695000', '181750.698000', '181750.700000', '181750.703000', '181750.705000', '181750.708000', '181810.596000', '181810.598000', '181810.601000', '181810.604000', '181810.606000', '181810.609000', '181810.612000', '181810.615000', '181810.618000', '181810.621000', '181810.623000', '181810.626000', '181810.628000', '181810.631000', '181810.633000', '181810.636000', '181810.639000', '181810.641000', '181810.644000', '181810.647000', '181810.650000', '181810.653000', '181810.655000', '181810.658000', '181810.660000', '181810.663000', '181810.666000', '181810.668000', '181810.671000', '181810.673000', '181810.676000', '181810.679000', '181810.681000', '181810.684000', '181810.686000', '181810.689000', '181810.691000', '181810.694000', '181810.697000', '181810.699000', '181810.702000', '181810.705000', '181810.707000', '181830.595000', '181830.597000', '181830.600000', '181830.603000', '181830.605000', '181830.608000', '181830.610000', '181830.613000', '181830.615000', '181830.618000', '181830.621000', '181830.623000', '181830.626000', '181830.628000', '181830.631000', '181830.644000', '181830.647000', '181830.649000', '181830.652000', '181830.654000', '181830.657000', '181830.659000', '181830.662000', '181830.665000', '181830.667000', '181830.670000', '181830.672000', '181830.675000', '181830.677000', '181830.680000', '181830.683000', '181830.685000', '181830.688000', '181830.690000', '181830.693000', '181830.695000', '181830.698000', '181830.701000', '181830.703000', '181830.706000', '181830.708000', '181830.711000', '181830.713000', '181830.716000', '181846.481000', '181846.484000', '181846.486000', '181846.489000', '181846.491000', '181846.494000', '181846.497000', '181846.499000', '181846.502000', '181846.504000', '181846.507000', '181846.509000', '181846.512000', '181846.515000', '181846.517000', '181846.520000', '181846.522000', '181846.525000', '181846.528000', '181846.530000', '181846.533000', '181846.535000', '181846.538000', '181846.540000', '181846.543000', '181846.546000', '181846.548000', '181846.554000', '181846.557000', '181846.559000', '181846.562000', '181846.564000', '181846.567000', '181846.569000', '181846.572000'], 'InstanceCreationTime': ['181230.624000', '181230.627000', '181230.629000', '181230.632000', '181230.634000', '181230.637000', '181230.640000', '181230.642000', '181230.645000', '181230.647000', '181230.650000', '181230.652000', '181230.655000', '181230.658000', '181230.660000', '181230.663000', '181230.665000', '181230.668000', '181230.671000', '181230.673000', '181230.676000', '181230.679000', '181230.687000', '181230.690000', '181230.692000', '181230.695000', '181230.698000', '181230.700000', '181230.703000', '181230.705000', '181230.708000', '181230.710000', '181230.713000', '181230.715000', '181230.718000', '181230.720000', '181230.723000', '181230.725000', '181230.728000', '181230.731000', '181230.733000', '181230.736000', '181230.738000', '181230.741000', '181230.743000', '181230.746000', '181230.749000', '181230.751000', '181230.754000', '181230.756000', '181230.759000', '181230.761000', '181230.764000', '181230.767000', '181250.595000', '181250.597000', '181250.600000', '181250.603000', '181250.605000', '181250.608000', '181250.610000', '181250.613000', '181250.615000', '181250.618000', '181250.620000', '181250.623000', '181250.625000', '181250.628000', '181250.631000', '181250.633000', '181250.636000', '181250.638000', '181250.641000', '181250.643000', '181250.646000', '181250.648000', '181250.651000', '181250.654000', '181250.656000', '181250.659000', '181250.661000', '181250.664000', '181250.666000', '181250.672000', '181250.675000', '181250.677000', '181250.680000', '181250.682000', '181250.685000', '181250.687000', '181250.690000', '181250.692000', '181250.695000', '181250.698000', '181250.700000', '181250.703000', '181250.705000', '181250.708000', '181310.594000', '181310.597000', '181310.600000', '181310.603000', '181310.605000', '181310.608000', '181310.610000', '181310.613000', '181310.616000', '181310.618000', '181310.621000', '181310.623000', '181310.626000', '181310.628000', '181310.631000', '181310.633000', '181310.636000', '181310.638000', '181310.641000', '181310.644000', '181310.646000', '181310.649000', '181310.651000', '181310.654000', '181310.659000', '181310.662000', '181310.664000', '181310.667000', '181310.669000', '181310.672000', '181310.674000', '181310.677000', '181310.680000', '181310.682000', '181310.685000', '181310.687000', '181310.690000', '181310.692000', '181310.695000', '181310.697000', '181310.700000', '181310.703000', '181310.705000', '181330.596000', '181330.598000', '181330.601000', '181330.604000', '181330.606000', '181330.609000', '181330.611000', '181330.614000', '181330.616000', '181330.619000', '181330.621000', '181330.624000', '181330.627000', '181330.629000', '181330.632000', '181330.634000', '181330.637000', '181330.639000', '181330.642000', '181330.644000', '181330.647000', '181330.649000', '181330.652000', '181330.655000', '181330.657000', '181330.660000', '181330.662000', '181330.665000', '181330.667000', '181330.670000', '181330.672000', '181330.675000', '181330.678000', '181330.680000', '181330.683000', '181330.685000', '181330.688000', '181330.690000', '181330.693000', '181330.695000', '181330.698000', '181330.701000', '181330.704000', '181330.706000', '181350.595000', '181350.598000', '181350.601000', '181350.604000', '181350.606000', '181350.609000', '181350.611000', '181350.614000', '181350.616000', '181350.619000', '181350.622000', '181350.624000', '181350.627000', '181350.629000', '181350.632000', '181350.634000', '181350.637000', '181350.640000', '181350.642000', '181350.645000', '181350.647000', '181350.650000', '181350.652000', '181350.655000', '181350.657000', '181350.660000', '181350.663000', '181350.665000', '181350.668000', '181350.670000', '181350.673000', '181350.675000', '181350.678000', '181350.681000', '181350.683000', '181350.686000', '181350.688000', '181350.691000', '181350.693000', '181350.696000', '181350.698000', '181350.716000', '181350.718000', '181410.595000', '181410.597000', '181410.600000', '181410.603000', '181410.605000', '181410.608000', '181410.610000', '181410.613000', '181410.616000', '181410.618000', '181410.621000', '181410.623000', '181410.626000', '181410.628000', '181410.631000', '181410.634000', '181410.636000', '181410.639000', '181410.641000', '181410.644000', '181410.646000', '181410.649000', '181410.652000', '181410.654000', '181410.657000', '181410.659000', '181410.662000', '181410.664000', '181410.667000', '181410.670000', '181410.672000', '181410.675000', '181410.677000', '181410.680000', '181410.682000', '181410.685000', '181410.687000', '181410.690000', '181410.693000', '181410.695000', '181410.698000', '181410.700000', '181410.703000', '181410.706000', '181430.594000', '181430.597000', '181430.600000', '181430.602000', '181430.605000', '181430.608000', '181430.610000', '181430.613000', '181430.615000', '181430.618000', '181430.621000', '181430.623000', '181430.626000', '181430.628000', '181430.631000', '181430.633000', '181430.636000', '181430.638000', '181430.641000', '181430.644000', '181430.646000', '181430.649000', '181430.651000', '181430.654000', '181430.656000', '181430.659000', '181430.662000', '181430.664000', '181430.667000', '181430.669000', '181430.672000', '181430.674000', '181430.677000', '181430.679000', '181430.682000', '181430.685000', '181430.687000', '181430.690000', '181430.692000', '181430.695000', '181430.697000', '181430.700000', '181430.703000', '181450.594000', '181450.597000', '181450.600000', '181450.602000', '181450.605000', '181450.608000', '181450.610000', '181450.613000', '181450.615000', '181450.618000', '181450.620000', '181450.623000', '181450.626000', '181450.628000', '181450.631000', '181450.633000', '181450.636000', '181450.638000', '181450.641000', '181450.643000', '181450.646000', '181450.649000', '181450.651000', '181450.654000', '181450.656000', '181450.659000', '181450.661000', '181450.664000', '181450.666000', '181450.669000', '181450.672000', '181450.674000', '181450.677000', '181450.679000', '181450.682000', '181450.684000', '181450.687000', '181450.690000', '181450.692000', '181450.695000', '181450.697000', '181450.700000', '181450.703000', '181450.705000', '181510.595000', '181510.597000', '181510.600000', '181510.603000', '181510.605000', '181510.608000', '181510.611000', '181510.613000', '181510.616000', '181510.619000', '181510.621000', '181510.624000', '181510.626000', '181510.629000', '181510.632000', '181510.634000', '181510.637000', '181510.639000', '181510.642000', '181510.644000', '181510.647000', '181510.650000', '181510.652000', '181510.655000', '181510.657000', '181510.660000', '181510.662000', '181510.665000', '181510.668000', '181510.670000', '181510.673000', '181510.675000', '181510.678000', '181510.680000', '181510.683000', '181510.686000', '181510.688000', '181510.691000', '181510.693000', '181510.696000', '181510.699000', '181510.701000', '181510.704000', '181530.595000', '181530.597000', '181530.600000', '181530.603000', '181530.605000', '181530.608000', '181530.610000', '181530.613000', '181530.616000', '181530.618000', '181530.621000', '181530.624000', '181530.626000', '181530.629000', '181530.631000', '181530.634000', '181530.636000', '181530.639000', '181530.642000', '181530.644000', '181530.647000', '181530.649000', '181530.652000', '181530.667000', '181530.670000', '181530.672000', '181530.675000', '181530.677000', '181530.685000', '181530.688000', '181530.690000', '181530.693000', '181530.695000', '181530.698000', '181530.701000', '181530.703000', '181530.706000', '181530.708000', '181530.711000', '181530.714000', '181530.716000', '181530.719000', '181530.721000', '181530.724000', '181550.596000', '181550.598000', '181550.601000', '181550.604000', '181550.606000', '181550.609000', '181550.611000', '181550.614000', '181550.617000', '181550.619000', '181550.622000', '181550.624000', '181550.627000', '181550.629000', '181550.632000', '181550.635000', '181550.637000', '181550.640000', '181550.642000', '181550.645000', '181550.647000', '181550.650000', '181550.653000', '181550.655000', '181550.658000', '181550.660000', '181550.663000', '181550.665000', '181550.668000', '181550.671000', '181550.673000', '181550.676000', '181550.678000', '181550.681000', '181550.684000', '181550.686000', '181550.689000', '181550.691000', '181550.694000', '181550.696000', '181550.699000', '181550.702000', '181550.704000', '181610.596000', '181610.598000', '181610.601000', '181610.604000', '181610.606000', '181610.609000', '181610.611000', '181610.614000', '181610.616000', '181610.619000', '181610.622000', '181610.624000', '181610.627000', '181610.629000', '181610.632000', '181610.635000', '181610.637000', '181610.640000', '181610.642000', '181610.645000', '181610.648000', '181610.650000', '181610.653000', '181610.656000', '181610.658000', '181610.661000', '181610.663000', '181610.666000', '181610.668000', '181610.671000', '181610.673000', '181610.676000', '181610.679000', '181610.681000', '181610.684000', '181610.686000', '181610.689000', '181610.692000', '181610.694000', '181610.697000', '181610.699000', '181610.702000', '181610.704000', '181610.707000', '181630.595000', '181630.597000', '181630.600000', '181630.603000', '181630.605000', '181630.608000', '181630.611000', '181630.613000', '181630.616000', '181630.618000', '181630.621000', '181630.623000', '181630.626000', '181630.629000', '181630.631000', '181630.634000', '181630.636000', '181630.639000', '181630.641000', '181630.644000', '181630.646000', '181630.649000', '181630.652000', '181630.654000', '181630.657000', '181630.659000', '181630.662000', '181630.664000', '181630.667000', '181630.670000', '181630.672000', '181630.675000', '181630.677000', '181630.680000', '181630.683000', '181630.685000', '181630.688000', '181630.690000', '181630.693000', '181630.695000', '181630.698000', '181630.700000', '181630.703000', '181650.594000', '181650.597000', '181650.600000', '181650.603000', '181650.605000', '181650.609000', '181650.611000', '181650.614000', '181650.616000', '181650.619000', '181650.622000', '181650.624000', '181650.627000', '181650.629000', '181650.632000', '181650.634000', '181650.637000', '181650.640000', '181650.642000', '181650.645000', '181650.647000', '181650.650000', '181650.653000', '181650.655000', '181650.658000', '181650.661000', '181650.663000', '181650.666000', '181650.668000', '181650.671000', '181650.674000', '181650.676000', '181650.679000', '181650.681000', '181650.684000', '181650.687000', '181650.689000', '181650.692000', '181650.694000', '181650.697000', '181650.700000', '181650.702000', '181650.705000', '181710.594000', '181710.597000', '181710.600000', '181710.602000', '181710.643000', '181710.645000', '181710.648000', '181710.650000', '181710.653000', '181710.656000', '181710.658000', '181710.661000', '181710.663000', '181710.666000', '181710.669000', '181710.671000', '181710.674000', '181710.676000', '181710.679000', '181710.682000', '181710.684000', '181710.687000', '181710.689000', '181710.692000', '181710.694000', '181710.697000', '181710.700000', '181710.702000', '181710.705000', '181710.707000', '181710.710000', '181710.713000', '181710.715000', '181710.718000', '181710.721000', '181710.723000', '181710.726000', '181710.728000', '181710.731000', '181710.734000', '181710.736000', '181710.739000', '181710.741000', '181710.744000', '181730.595000', '181730.597000', '181730.600000', '181730.603000', '181730.605000', '181730.608000', '181730.610000', '181730.613000', '181730.616000', '181730.618000', '181730.621000', '181730.624000', '181730.627000', '181730.629000', '181730.632000', '181730.640000', '181730.643000', '181730.645000', '181730.648000', '181730.651000', '181730.653000', '181730.656000', '181730.658000', '181730.661000', '181730.663000', '181730.666000', '181730.669000', '181730.671000', '181730.674000', '181730.676000', '181730.679000', '181730.682000', '181730.684000', '181730.687000', '181730.689000', '181730.692000', '181730.694000', '181730.697000', '181730.700000', '181730.702000', '181730.705000', '181730.707000', '181730.710000', '181750.595000', '181750.598000', '181750.600000', '181750.603000', '181750.606000', '181750.608000', '181750.611000', '181750.613000', '181750.616000', '181750.619000', '181750.621000', '181750.624000', '181750.626000', '181750.629000', '181750.631000', '181750.634000', '181750.637000', '181750.639000', '181750.642000', '181750.644000', '181750.647000', '181750.649000', '181750.652000', '181750.655000', '181750.657000', '181750.660000', '181750.662000', '181750.665000', '181750.668000', '181750.670000', '181750.673000', '181750.675000', '181750.678000', '181750.682000', '181750.685000', '181750.687000', '181750.690000', '181750.692000', '181750.695000', '181750.698000', '181750.700000', '181750.703000', '181750.705000', '181750.708000', '181810.596000', '181810.598000', '181810.601000', '181810.604000', '181810.606000', '181810.609000', '181810.612000', '181810.615000', '181810.618000', '181810.621000', '181810.623000', '181810.626000', '181810.628000', '181810.631000', '181810.633000', '181810.636000', '181810.639000', '181810.641000', '181810.644000', '181810.647000', '181810.650000', '181810.653000', '181810.655000', '181810.658000', '181810.660000', '181810.663000', '181810.666000', '181810.668000', '181810.671000', '181810.673000', '181810.676000', '181810.679000', '181810.681000', '181810.684000', '181810.686000', '181810.689000', '181810.691000', '181810.694000', '181810.697000', '181810.699000', '181810.702000', '181810.705000', '181810.707000', '181830.595000', '181830.597000', '181830.600000', '181830.603000', '181830.605000', '181830.608000', '181830.610000', '181830.613000', '181830.615000', '181830.618000', '181830.621000', '181830.623000', '181830.626000', '181830.628000', '181830.631000', '181830.644000', '181830.647000', '181830.649000', '181830.652000', '181830.654000', '181830.657000', '181830.659000', '181830.662000', '181830.665000', '181830.667000', '181830.670000', '181830.672000', '181830.675000', '181830.677000', '181830.680000', '181830.683000', '181830.685000', '181830.688000', '181830.690000', '181830.693000', '181830.695000', '181830.698000', '181830.701000', '181830.703000', '181830.706000', '181830.708000', '181830.711000', '181830.713000', '181830.716000', '181846.481000', '181846.484000', '181846.486000', '181846.489000', '181846.491000', '181846.494000', '181846.497000', '181846.499000', '181846.502000', '181846.504000', '181846.507000', '181846.509000', '181846.512000', '181846.515000', '181846.517000', '181846.520000', '181846.522000', '181846.525000', '181846.528000', '181846.530000', '181846.533000', '181846.535000', '181846.538000', '181846.540000', '181846.543000', '181846.546000', '181846.548000', '181846.554000', '181846.557000', '181846.559000', '181846.562000', '181846.564000', '181846.567000', '181846.569000', '181846.572000'], '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': [15970, 9431, 15189, 9863, 9180, 11180, 8629, 11835, 9787, 12791, 9755, 9164, 11925, 9229, 12991, 9581, 13327, 10240, 9363, 13162, 9510, 14169, 9749, 9027, 10552, 9255, 12694, 9281, 13662, 10038, 9412, 11115, 8752, 11931, 9904, 9092, 12459, 8957, 12642, 11889, 9270, 13461, 10216, 9124, 11140, 8775, 14706, 12097, 9765, 12509, 9901, 14635, 12274, 9236, 15477, 9182, 9242, 11154, 9455, 14482, 10790, 9466, 11933, 10069, 15077, 10928, 9191, 11107, 9480, 8732, 12149, 10062, 13738, 11455, 9527, 13535, 10603, 13371, 10735, 9012, 13900, 9774, 12556, 11246, 8968, 13835, 11184, 9659, 11110, 8915, 12357, 9609, 8879, 11530, 8950, 13859, 11867, 8733, 11084, 13109, 10854, 8843, 13101, 10816, 12639, 13462, 9623, 15309, 9528, 15598, 10290, 15857, 11573, 13893, 10187, 8899, 10763, 9087, 12832, 9953, 9088, 10418, 9120, 12856, 10885, 9213, 11370, 8901, 13131, 10750, 12478, 10194, 9810, 11792, 9387, 13925, 9527, 13856, 9769, 9215, 12444, 9438, 12838, 10493, 8939, 12353, 9255, 13729, 10637, 11237, 10402, 9252, 13283, 9684, 13710, 9481, 9747, 9938, 9352, 12660, 9266, 11863, 9086, 12857, 9865, 11607, 11175, 8840, 10092, 8828, 8687, 10404, 9159, 11714, 9403, 13440, 11249, 13953, 9877, 11172, 11105, 9492, 13721, 8977, 12510, 8989, 13938, 10168, 9243, 10667, 8799, 11910, 9941, 9498, 11617, 8968, 11897, 10018, 12454, 11285, 9294, 12130, 9396, 12953, 11009, 9110, 12022, 9758, 14030, 12272, 9306, 11970, 9797, 14181, 12421, 9180, 11436, 9331, 12315, 12004, 9040, 11334, 9600, 9018, 13039, 9826, 10014, 11218, 8936, 13117, 11299, 9314, 11248, 8906, 13928, 11262, 9399, 11360, 9061, 13759, 10934, 14915, 10681, 9211, 10818, 9739, 12593, 10815, 8996, 10472, 9762, 9072, 11684, 8978, 9259, 10909, 9181, 12454, 9102, 13959, 10781, 13257, 12459, 9035, 12684, 10040, 8987, 14242, 9415, 11814, 11308, 9334, 14233, 10592, 9411, 11677, 8721, 14485, 10941, 11146, 11780, 9052, 12590, 9880, 12466, 11621, 9078, 12634, 10190, 9130, 10677, 9697, 9942, 11573, 8978, 12703, 10474, 9461, 11664, 9393, 13527, 10158, 11061, 11316, 9706, 12453, 9631, 12072, 9531, 11801, 9670, 10923, 10413, 8923, 10647, 9303, 8785, 10699, 8978, 11830, 9743, 9508, 11166, 9181, 14166, 11100, 9733, 11405, 8877, 14522, 11018, 10911, 12482, 9584, 13315, 10818, 9283, 13798, 10362, 11236, 11450, 9053, 14141, 10673, 10601, 11711, 9358, 15711, 11544, 9738, 11024, 9311, 14944, 11000, 9382, 10728, 9193, 13873, 11316, 9119, 11306, 8980, 9134, 11074, 9094, 11467, 11669, 9027, 12884, 10642, 9761, 11273, 9099, 13953, 10841, 16010, 10319, 11333, 10380, 9416, 12251, 9219, 8655, 10972, 8755, 9003, 11997, 11574, 8799, 11664, 11328, 8930, 14334, 11576, 9919, 12068, 9320, 15382, 11475, 9568, 11326, 9642, 13420, 11178, 9738, 13246, 9895, 13174, 10035, 9347, 12683, 9956, 13793, 9792, 9335, 11899, 9164, 12912, 9417, 8756, 11559, 9034, 11955, 9989, 8999, 10297, 9373, 11531, 11547, 8967, 10840, 9625, 9481, 11711, 8950, 13580, 9615, 9015, 11617, 9053, 13989, 10238, 15142, 10832, 15336, 12545, 9407, 11554, 9129, 10877, 9445, 10713, 11321, 9047, 10722, 9786, 8898, 11295, 9192, 12322, 10876, 11231, 11642, 9039, 11482, 10081, 12416, 12263, 9116, 11591, 9619, 12731, 12122, 8763, 10742, 9248, 10777, 11650, 9110, 13031, 9870, 11804, 11551, 9141, 13286, 9780, 12713, 10688, 9694, 11612, 9454, 13054, 12350, 9534, 10908, 9748, 9432, 12248, 9748, 10302, 11084, 9365, 13161, 10239, 9544, 10620, 9616, 14151, 10954, 9672, 10820, 9660, 12833, 9620, 13720, 9642, 8716, 11114, 9135, 11558, 9505, 8852, 11215, 9149, 11982, 9652, 10637, 10858, 9132, 11868, 9625, 8863, 10877, 9383, 12578, 10352, 9387, 11768, 10069, 13884, 10458, 9912, 11720, 10017, 14541, 10703, 10478, 11270, 9821, 11378, 11446, 9148, 12775, 11357, 9928, 12433, 9567, 9050, 11702, 10189, 12697, 11677, 8999, 13229, 10496, 9359, 11101, 9039, 12549, 10718, 11263, 12087, 9530, 12164, 10688, 9427, 10936, 10253, 11401, 11292, 9374, 13777, 12357, 9261, 11407, 10383, 9396, 12879, 10060, 15378, 10613, 10612, 14231, 11474, 9852, 14881, 12262, 9572, 8965, 10890, 9875, 11854, 12356, 10235, 14190, 11071, 10295, 12578, 10168, 13260, 10647, 9696, 12503, 10152, 9411, 9808, 9468, 11148, 11690, 9662, 12419, 10240, 13162, 11420, 10245, 12749, 10479, 12708, 10655, 10406, 12808, 10728, 13174, 10707, 10345, 12956, 10805, 13871, 10470, 9512, 11168, 10111, 12167, 9866, 9891, 10858, 10503, 12672, 10146, 12971, 10062, 9357, 10808, 9511, 10809, 10178, 9699, 11595, 10008, 13072, 10185, 9355, 11795, 10224, 13113, 10525, 14688, 11472, 12143, 10500, 10383, 10790, 9912, 13343, 10305, 10045, 10319, 10201, 14059, 11354, 10421, 11045, 9479, 11582, 10486, 11501, 9925, 9674, 11990, 10005, 9314, 11438, 9028, 13095, 10417, 9878, 10841, 10070, 12795, 12022, 9894, 12965, 10005, 11220, 11976, 10187, 14057, 10914, 15411, 11890, 10542, 11119, 10500, 12557, 12205, 10283, 12414, 9890, 9367, 11435, 10707, 13639, 10081, 9156, 10574, 9566, 12782, 9773, 9570, 11869, 9289, 12794, 10532, 9958, 10262, 9533, 10154, 11355, 10504, 13081, 10448, 10079, 12685, 9979, 13805, 9768, 14864, 11369, 14826, 10257, 10329, 11361, 9872, 9422, 13505, 9362, 10156, 11631, 11869, 9654, 10677, 11633, 10352, 11654, 12463, 10567, 15062, 11490, 14526, 11688, 10830, 12990, 9943, 10384, 11322, 10172, 13051, 10025, 9678, 10204, 10292, 12097, 10194, 12544, 10807, 13084, 10915, 10470, 10581, 10133, 9597, 11166, 9741, 12471, 10036, 11370, 10418, 10801, 13808, 10448, 14334, 10568, 12594, 10984, 10460, 12232, 10769, 14409, 11359, 10556, 12690, 10231, 9227, 11479, 9916, 13579, 10826, 13316, 11105, 10598, 12841, 11069, 12962, 11780, 10078, 12919, 10260, 10193, 11042, 10799, 13471, 10517, 10235, 11836, 9853, 13897, 10095, 10748, 11035, 10421, 12953, 10449, 9561, 11511, 9944, 13251, 11186, 13267, 10308, 10046, 11746, 10234, 13107, 9878, 9877, 10655, 10863, 12448, 10960, 10023, 12831, 10052, 9501, 11042, 9922, 14497, 11366, 10460, 11429, 10718, 15285, 11011], 'WindowCenter': [4843.0, 4757.0, 4802.0, 4753.0, 4741.0, 4760.0, 4727.0, 4768.0, 4738.0, 4765.0, 4739.0, 4726.0, 4758.0, 4727.0, 4765.0, 4726.0, 4764.0, 4736.0, 4727.0, 4768.0, 4737.0, 4766.0, 4727.0, 4718.0, 4750.0, 4727.0, 4765.0, 4738.0, 4776.0, 4738.0, 4728.0, 4759.0, 4729.0, 4768.0, 4750.0, 4738.0, 4769.0, 4729.0, 4768.0, 4760.0, 4740.0, 4777.0, 4748.0, 4729.0, 4759.0, 4729.0, 4779.0, 4758.0, 4737.0, 4756.0, 4737.0, 4778.0, 4760.0, 4725.0, 4776.0, 4714.0, 4713.0, 4745.0, 4725.0, 4766.0, 4746.0, 4725.0, 4745.0, 4729.0, 4764.0, 4734.0, 4715.0, 4744.0, 4735.0, 4717.0, 4758.0, 4737.0, 4765.0, 4758.0, 4736.0, 4765.0, 4737.0, 4765.0, 4747.0, 4725.0, 4765.0, 4735.0, 4753.0, 4745.0, 4728.0, 4775.0, 4747.0, 4726.0, 4746.0, 4715.0, 4765.0, 4736.0, 4728.0, 4757.0, 4727.0, 4777.0, 4757.0, 4730.0, 4771.0, 4780.0, 4758.0, 4729.0, 4777.0, 4748.0, 4767.0, 4768.0, 4736.0, 4775.0, 4726.0, 4773.0, 4736.0, 4774.0, 4746.0, 4751.0, 4722.0, 4703.0, 4733.0, 4726.0, 4752.0, 4733.0, 4723.0, 4745.0, 4738.0, 4766.0, 4758.0, 4726.0, 4756.0, 4728.0, 4766.0, 4747.0, 4755.0, 4736.0, 4725.0, 4757.0, 4725.0, 4768.0, 4726.0, 4761.0, 4733.0, 4727.0, 4754.0, 4725.0, 4756.0, 4744.0, 4724.0, 4755.0, 4739.0, 4765.0, 4745.0, 4743.0, 4744.0, 4727.0, 4764.0, 4726.0, 4766.0, 4725.0, 4725.0, 4737.0, 4727.0, 4766.0, 4724.0, 4745.0, 4717.0, 4755.0, 4737.0, 4744.0, 4745.0, 4725.0, 4748.0, 4740.0, 4728.0, 4748.0, 4738.0, 4767.0, 4739.0, 4778.0, 4759.0, 4775.0, 4741.0, 4747.0, 4749.0, 4726.0, 4767.0, 4716.0, 4752.0, 4717.0, 4765.0, 4736.0, 4724.0, 4733.0, 4717.0, 4754.0, 4739.0, 4736.0, 4757.0, 4728.0, 4755.0, 4738.0, 4766.0, 4749.0, 4727.0, 4768.0, 4737.0, 4765.0, 4746.0, 4725.0, 4756.0, 4738.0, 4765.0, 4756.0, 4725.0, 4756.0, 4737.0, 4772.0, 4756.0, 4723.0, 4746.0, 4728.0, 4753.0, 4755.0, 4726.0, 4745.0, 4736.0, 4727.0, 4766.0, 4736.0, 4736.0, 4747.0, 4737.0, 4765.0, 4758.0, 4728.0, 4747.0, 4726.0, 4775.0, 4748.0, 4727.0, 4754.0, 4726.0, 4765.0, 4746.0, 4775.0, 4736.0, 4715.0, 4734.0, 4727.0, 4753.0, 4745.0, 4725.0, 4745.0, 4747.0, 4728.0, 4758.0, 4729.0, 4739.0, 4759.0, 4737.0, 4769.0, 4730.0, 4776.0, 4757.0, 4767.0, 4768.0, 4726.0, 4767.0, 4738.0, 4726.0, 4778.0, 4727.0, 4753.0, 4745.0, 4737.0, 4775.0, 4747.0, 4726.0, 4746.0, 4727.0, 4774.0, 4747.0, 4743.0, 4745.0, 4725.0, 4752.0, 4724.0, 4755.0, 4746.0, 4727.0, 4755.0, 4736.0, 4724.0, 4735.0, 4737.0, 4735.0, 4754.0, 4726.0, 4766.0, 4747.0, 4726.0, 4748.0, 4725.0, 4765.0, 4737.0, 4744.0, 4746.0, 4723.0, 4754.0, 4714.0, 4743.0, 4714.0, 4744.0, 4723.0, 4734.0, 4734.0, 4728.0, 4747.0, 4737.0, 4727.0, 4747.0, 4739.0, 4769.0, 4748.0, 4740.0, 4761.0, 4738.0, 4780.0, 4761.0, 4737.0, 4758.0, 4727.0, 4778.0, 4760.0, 4746.0, 4768.0, 4737.0, 4765.0, 4746.0, 4737.0, 4775.0, 4746.0, 4744.0, 4757.0, 4726.0, 4768.0, 4747.0, 4735.0, 4757.0, 4727.0, 4775.0, 4746.0, 4723.0, 4745.0, 4726.0, 4775.0, 4736.0, 4714.0, 4734.0, 4725.0, 4766.0, 4746.0, 4716.0, 4746.0, 4717.0, 4726.0, 4748.0, 4727.0, 4746.0, 4758.0, 4728.0, 4766.0, 4747.0, 4735.0, 4748.0, 4727.0, 4767.0, 4748.0, 4775.0, 4734.0, 4733.0, 4736.0, 4727.0, 4744.0, 4726.0, 4714.0, 4745.0, 4717.0, 4728.0, 4769.0, 4770.0, 4728.0, 4758.0, 4756.0, 4729.0, 4779.0, 4759.0, 4737.0, 4756.0, 4727.0, 4775.0, 4747.0, 4726.0, 4747.0, 4727.0, 4754.0, 4745.0, 4726.0, 4765.0, 4725.0, 4752.0, 4726.0, 4726.0, 4766.0, 4735.0, 4763.0, 4727.0, 4723.0, 4755.0, 4726.0, 4756.0, 4724.0, 4714.0, 4745.0, 4727.0, 4757.0, 4736.0, 4727.0, 4736.0, 4726.0, 4755.0, 4758.0, 4726.0, 4747.0, 4740.0, 4737.0, 4760.0, 4729.0, 4776.0, 4737.0, 4728.0, 4756.0, 4728.0, 4766.0, 4738.0, 4776.0, 4746.0, 4773.0, 4757.0, 4714.0, 4736.0, 4715.0, 4736.0, 4726.0, 4733.0, 4745.0, 4724.0, 4747.0, 4736.0, 4726.0, 4757.0, 4728.0, 4767.0, 4759.0, 4747.0, 4758.0, 4716.0, 4747.0, 4749.0, 4755.0, 4758.0, 4716.0, 4745.0, 4727.0, 4756.0, 4753.0, 4714.0, 4735.0, 4726.0, 4746.0, 4745.0, 4715.0, 4765.0, 4736.0, 4754.0, 4747.0, 4725.0, 4753.0, 4726.0, 4755.0, 4733.0, 4715.0, 4746.0, 4726.0, 4753.0, 4755.0, 4725.0, 4746.0, 4736.0, 4727.0, 4754.0, 4726.0, 4733.0, 4745.0, 4727.0, 4764.0, 4737.0, 4727.0, 4745.0, 4736.0, 4764.0, 4746.0, 4725.0, 4736.0, 4725.0, 4756.0, 4714.0, 4753.0, 4713.0, 4705.0, 4735.0, 4713.0, 4743.0, 4726.0, 4715.0, 4746.0, 4726.0, 4745.0, 4724.0, 4735.0, 4747.0, 4725.0, 4756.0, 4726.0, 4726.0, 4747.0, 4738.0, 4756.0, 4738.0, 4726.0, 4756.0, 4736.0, 4764.0, 4737.0, 4726.0, 4744.0, 4726.0, 4763.0, 4735.0, 4733.0, 4746.0, 4735.0, 4744.0, 4745.0, 4727.0, 4766.0, 4747.0, 4727.0, 4757.0, 4728.0, 4727.0, 4756.0, 4735.0, 4756.0, 4745.0, 4714.0, 4765.0, 4736.0, 4724.0, 4747.0, 4717.0, 4755.0, 4735.0, 4744.0, 4744.0, 4725.0, 4745.0, 4736.0, 4714.0, 4733.0, 4723.0, 4744.0, 4736.0, 4726.0, 4764.0, 4755.0, 4724.0, 4745.0, 4738.0, 4726.0, 4758.0, 4725.0, 4774.0, 4725.0, 4733.0, 4766.0, 4743.0, 4735.0, 4775.0, 4756.0, 4724.0, 4715.0, 4744.0, 4737.0, 4745.0, 4755.0, 4725.0, 4763.0, 4745.0, 4724.0, 4744.0, 4725.0, 4752.0, 4734.0, 4725.0, 4753.0, 4734.0, 4724.0, 4725.0, 4728.0, 4748.0, 4759.0, 4729.0, 4757.0, 4737.0, 4766.0, 4748.0, 4726.0, 4755.0, 4723.0, 4752.0, 4735.0, 4733.0, 4754.0, 4733.0, 4752.0, 4735.0, 4724.0, 4756.0, 4734.0, 4753.0, 4735.0, 4724.0, 4734.0, 4724.0, 4744.0, 4725.0, 4725.0, 4737.0, 4735.0, 4746.0, 4723.0, 4753.0, 4725.0, 4712.0, 4723.0, 4715.0, 4735.0, 4737.0, 4726.0, 4746.0, 4737.0, 4756.0, 4737.0, 4727.0, 4747.0, 4724.0, 4755.0, 4735.0, 4764.0, 4744.0, 4742.0, 4723.0, 4712.0, 4724.0, 4723.0, 4752.0, 4725.0, 4726.0, 4726.0, 4736.0, 4766.0, 4746.0, 4733.0, 4734.0, 4724.0, 4743.0, 4735.0, 4745.0, 4725.0, 4725.0, 4754.0, 4737.0, 4726.0, 4744.0, 4727.0, 4764.0, 4735.0, 4727.0, 4734.0, 4736.0, 4755.0, 4745.0, 4725.0, 4755.0, 4728.0, 4736.0, 4745.0, 4723.0, 4752.0, 4724.0, 4765.0, 4736.0, 4722.0, 4733.0, 4723.0, 4744.0, 4745.0, 4725.0, 4745.0, 4725.0, 4712.0, 4747.0, 4733.0, 4754.0, 4724.0, 4714.0, 4736.0, 4726.0, 4755.0, 4725.0, 4714.0, 4743.0, 4728.0, 4753.0, 4736.0, 4724.0, 4736.0, 4738.0, 4735.0, 4747.0, 4747.0, 4768.0, 4738.0, 4725.0, 4756.0, 4724.0, 4752.0, 4726.0, 4764.0, 4733.0, 4762.0, 4722.0, 4723.0, 4743.0, 4723.0, 4712.0, 4753.0, 4724.0, 4736.0, 4757.0, 4755.0, 4739.0, 4737.0, 4745.0, 4737.0, 4747.0, 4756.0, 4736.0, 4764.0, 4736.0, 4763.0, 4744.0, 4724.0, 4743.0, 4713.0, 4723.0, 4734.0, 4723.0, 4753.0, 4724.0, 4712.0, 4726.0, 4723.0, 4745.0, 4725.0, 4743.0, 4735.0, 4754.0, 4735.0, 4724.0, 4722.0, 4725.0, 4725.0, 4747.0, 4728.0, 4754.0, 4738.0, 4744.0, 4737.0, 4745.0, 4765.0, 4737.0, 4763.0, 4735.0, 4754.0, 4737.0, 4734.0, 4745.0, 4736.0, 4763.0, 4744.0, 4736.0, 4755.0, 4735.0, 4726.0, 4746.0, 4736.0, 4764.0, 4735.0, 4754.0, 4747.0, 4735.0, 4753.0, 4735.0, 4754.0, 4746.0, 4723.0, 4756.0, 4734.0, 4737.0, 4745.0, 4745.0, 4766.0, 4735.0, 4725.0, 4744.0, 4736.0, 4764.0, 4735.0, 4733.0, 4735.0, 4734.0, 4755.0, 4735.0, 4724.0, 4744.0, 4736.0, 4755.0, 4744.0, 4754.0, 4736.0, 4725.0, 4746.0, 4735.0, 4754.0, 4725.0, 4726.0, 4736.0, 4745.0, 4755.0, 4738.0, 4738.0, 4755.0, 4736.0, 4726.0, 4736.0, 4735.0, 4765.0, 4746.0, 4734.0, 4734.0, 4736.0, 4774.0, 4750.0], 'WindowWidth': [10532.0, 10399.0, 10451.0, 10384.0, 10363.0, 10384.0, 10337.0, 10393.0, 10354.0, 10385.0, 10356.0, 10333.0, 10376.0, 10337.0, 10384.0, 10334.0, 10382.0, 10348.0, 10337.0, 10392.0, 10348.0, 10388.0, 10334.0, 10322.0, 10369.0, 10336.0, 10386.0, 10350.0, 10402.0, 10354.0, 10338.0, 10382.0, 10340.0, 10394.0, 10372.0, 10354.0, 10397.0, 10342.0, 10392.0, 10384.0, 10358.0, 10405.0, 10367.0, 10339.0, 10381.0, 10343.0, 10410.0, 10379.0, 10347.0, 10372.0, 10347.0, 10404.0, 10382.0, 10329.0, 10401.0, 10313.0, 10311.0, 10356.0, 10330.0, 10387.0, 10358.0, 10327.0, 10356.0, 10336.0, 10379.0, 10338.0, 10313.0, 10353.0, 10346.0, 10321.0, 10377.0, 10347.0, 10384.0, 10378.0, 10345.0, 10384.0, 10345.0, 10381.0, 10359.0, 10329.0, 10384.0, 10343.0, 10363.0, 10355.0, 10338.0, 10399.0, 10362.0, 10329.0, 10357.0, 10314.0, 10386.0, 10349.0, 10338.0, 10376.0, 10335.0, 10403.0, 10377.0, 10346.0, 10404.0, 10415.0, 10382.0, 10341.0, 10405.0, 10366.0, 10390.0, 10394.0, 10345.0, 10398.0, 10331.0, 10391.0, 10344.0, 10395.0, 10359.0, 10358.0, 10321.0, 10294.0, 10336.0, 10332.0, 10364.0, 10340.0, 10326.0, 10356.0, 10351.0, 10390.0, 10380.0, 10333.0, 10374.0, 10337.0, 10388.0, 10364.0, 10369.0, 10345.0, 10328.0, 10374.0, 10330.0, 10389.0, 10330.0, 10373.0, 10338.0, 10333.0, 10368.0, 10331.0, 10372.0, 10356.0, 10329.0, 10372.0, 10353.0, 10386.0, 10357.0, 10351.0, 10353.0, 10334.0, 10381.0, 10332.0, 10385.0, 10330.0, 10329.0, 10348.0, 10334.0, 10386.0, 10328.0, 10356.0, 10318.0, 10369.0, 10348.0, 10353.0, 10355.0, 10331.0, 10364.0, 10358.0, 10338.0, 10368.0, 10353.0, 10392.0, 10359.0, 10410.0, 10384.0, 10399.0, 10358.0, 10362.0, 10367.0, 10331.0, 10389.0, 10317.0, 10363.0, 10319.0, 10384.0, 10346.0, 10327.0, 10338.0, 10320.0, 10369.0, 10354.0, 10346.0, 10375.0, 10338.0, 10374.0, 10354.0, 10386.0, 10367.0, 10334.0, 10392.0, 10350.0, 10384.0, 10360.0, 10331.0, 10373.0, 10352.0, 10383.0, 10373.0, 10329.0, 10373.0, 10351.0, 10390.0, 10374.0, 10325.0, 10356.0, 10337.0, 10366.0, 10371.0, 10330.0, 10356.0, 10348.0, 10335.0, 10388.0, 10347.0, 10346.0, 10361.0, 10350.0, 10387.0, 10379.0, 10336.0, 10362.0, 10335.0, 10400.0, 10364.0, 10333.0, 10370.0, 10332.0, 10384.0, 10360.0, 10396.0, 10343.0, 10313.0, 10339.0, 10334.0, 10365.0, 10356.0, 10328.0, 10357.0, 10365.0, 10339.0, 10380.0, 10342.0, 10354.0, 10384.0, 10353.0, 10396.0, 10345.0, 10402.0, 10380.0, 10388.0, 10392.0, 10332.0, 10389.0, 10352.0, 10333.0, 10405.0, 10334.0, 10365.0, 10357.0, 10349.0, 10399.0, 10362.0, 10331.0, 10359.0, 10336.0, 10396.0, 10362.0, 10350.0, 10354.0, 10329.0, 10362.0, 10326.0, 10366.0, 10358.0, 10333.0, 10369.0, 10344.0, 10326.0, 10343.0, 10350.0, 10343.0, 10369.0, 10332.0, 10386.0, 10364.0, 10332.0, 10363.0, 10328.0, 10382.0, 10348.0, 10355.0, 10359.0, 10323.0, 10366.0, 10310.0, 10350.0, 10310.0, 10351.0, 10323.0, 10337.0, 10340.0, 10339.0, 10361.0, 10351.0, 10336.0, 10364.0, 10357.0, 10397.0, 10369.0, 10357.0, 10387.0, 10355.0, 10412.0, 10388.0, 10347.0, 10378.0, 10335.0, 10407.0, 10383.0, 10359.0, 10391.0, 10348.0, 10383.0, 10360.0, 10350.0, 10400.0, 10362.0, 10355.0, 10376.0, 10332.0, 10390.0, 10361.0, 10342.0, 10374.0, 10334.0, 10397.0, 10358.0, 10323.0, 10354.0, 10333.0, 10396.0, 10345.0, 10311.0, 10337.0, 10328.0, 10384.0, 10358.0, 10315.0, 10356.0, 10319.0, 10333.0, 10364.0, 10335.0, 10359.0, 10376.0, 10339.0, 10388.0, 10363.0, 10343.0, 10363.0, 10332.0, 10389.0, 10362.0, 10395.0, 10340.0, 10334.0, 10342.0, 10331.0, 10353.0, 10330.0, 10311.0, 10355.0, 10322.0, 10338.0, 10396.0, 10398.0, 10341.0, 10379.0, 10375.0, 10342.0, 10408.0, 10382.0, 10348.0, 10372.0, 10332.0, 10399.0, 10361.0, 10329.0, 10359.0, 10330.0, 10367.0, 10355.0, 10330.0, 10383.0, 10327.0, 10360.0, 10329.0, 10332.0, 10385.0, 10342.0, 10378.0, 10332.0, 10325.0, 10369.0, 10331.0, 10370.0, 10326.0, 10312.0, 10357.0, 10334.0, 10372.0, 10344.0, 10333.0, 10345.0, 10335.0, 10371.0, 10377.0, 10332.0, 10361.0, 10357.0, 10350.0, 10382.0, 10339.0, 10401.0, 10349.0, 10340.0, 10376.0, 10338.0, 10387.0, 10350.0, 10398.0, 10360.0, 10393.0, 10375.0, 10311.0, 10341.0, 10311.0, 10344.0, 10333.0, 10336.0, 10355.0, 10328.0, 10362.0, 10349.0, 10333.0, 10376.0, 10337.0, 10391.0, 10382.0, 10362.0, 10377.0, 10317.0, 10360.0, 10367.0, 10369.0, 10377.0, 10316.0, 10355.0, 10333.0, 10371.0, 10365.0, 10312.0, 10343.0, 10332.0, 10358.0, 10356.0, 10315.0, 10383.0, 10345.0, 10369.0, 10361.0, 10328.0, 10363.0, 10331.0, 10369.0, 10338.0, 10310.0, 10355.0, 10330.0, 10364.0, 10368.0, 10326.0, 10357.0, 10345.0, 10334.0, 10368.0, 10330.0, 10337.0, 10356.0, 10335.0, 10380.0, 10348.0, 10332.0, 10357.0, 10348.0, 10383.0, 10360.0, 10327.0, 10342.0, 10328.0, 10371.0, 10311.0, 10363.0, 10307.0, 10300.0, 10339.0, 10310.0, 10350.0, 10330.0, 10313.0, 10358.0, 10330.0, 10355.0, 10327.0, 10340.0, 10359.0, 10329.0, 10371.0, 10331.0, 10331.0, 10362.0, 10351.0, 10373.0, 10350.0, 10333.0, 10373.0, 10344.0, 10379.0, 10346.0, 10329.0, 10353.0, 10330.0, 10379.0, 10342.0, 10337.0, 10358.0, 10341.0, 10350.0, 10354.0, 10331.0, 10386.0, 10361.0, 10332.0, 10373.0, 10334.0, 10334.0, 10372.0, 10344.0, 10369.0, 10354.0, 10314.0, 10384.0, 10346.0, 10325.0, 10359.0, 10318.0, 10369.0, 10343.0, 10350.0, 10352.0, 10325.0, 10353.0, 10344.0, 10309.0, 10336.0, 10323.0, 10350.0, 10342.0, 10331.0, 10380.0, 10369.0, 10325.0, 10354.0, 10349.0, 10332.0, 10376.0, 10328.0, 10394.0, 10323.0, 10333.0, 10382.0, 10351.0, 10344.0, 10397.0, 10371.0, 10325.0, 10313.0, 10353.0, 10347.0, 10353.0, 10367.0, 10325.0, 10376.0, 10353.0, 10324.0, 10350.0, 10323.0, 10359.0, 10337.0, 10327.0, 10362.0, 10338.0, 10325.0, 10327.0, 10335.0, 10362.0, 10378.0, 10335.0, 10370.0, 10346.0, 10383.0, 10362.0, 10328.0, 10366.0, 10319.0, 10361.0, 10342.0, 10334.0, 10365.0, 10335.0, 10359.0, 10339.0, 10323.0, 10368.0, 10336.0, 10361.0, 10339.0, 10323.0, 10337.0, 10321.0, 10350.0, 10326.0, 10327.0, 10343.0, 10337.0, 10352.0, 10320.0, 10362.0, 10326.0, 10303.0, 10320.0, 10310.0, 10340.0, 10345.0, 10329.0, 10357.0, 10344.0, 10370.0, 10345.0, 10331.0, 10359.0, 10324.0, 10367.0, 10340.0, 10377.0, 10351.0, 10343.0, 10319.0, 10300.0, 10320.0, 10320.0, 10357.0, 10323.0, 10326.0, 10328.0, 10344.0, 10383.0, 10356.0, 10335.0, 10336.0, 10325.0, 10348.0, 10341.0, 10352.0, 10326.0, 10328.0, 10367.0, 10347.0, 10330.0, 10351.0, 10334.0, 10381.0, 10342.0, 10331.0, 10339.0, 10344.0, 10369.0, 10355.0, 10327.0, 10367.0, 10333.0, 10342.0, 10353.0, 10322.0, 10359.0, 10322.0, 10377.0, 10340.0, 10314.0, 10332.0, 10319.0, 10351.0, 10352.0, 10325.0, 10350.0, 10324.0, 10307.0, 10357.0, 10334.0, 10364.0, 10323.0, 10310.0, 10342.0, 10326.0, 10366.0, 10326.0, 10309.0, 10350.0, 10334.0, 10364.0, 10344.0, 10326.0, 10345.0, 10351.0, 10342.0, 10360.0, 10360.0, 10389.0, 10348.0, 10326.0, 10371.0, 10322.0, 10360.0, 10329.0, 10377.0, 10335.0, 10371.0, 10317.0, 10321.0, 10350.0, 10321.0, 10304.0, 10360.0, 10325.0, 10343.0, 10374.0, 10371.0, 10351.0, 10347.0, 10356.0, 10345.0, 10360.0, 10372.0, 10340.0, 10379.0, 10341.0, 10374.0, 10350.0, 10321.0, 10346.0, 10305.0, 10318.0, 10336.0, 10321.0, 10361.0, 10324.0, 10305.0, 10328.0, 10322.0, 10352.0, 10324.0, 10345.0, 10336.0, 10363.0, 10338.0, 10321.0, 10319.0, 10326.0, 10327.0, 10359.0, 10333.0, 10365.0, 10349.0, 10353.0, 10347.0, 10354.0, 10382.0, 10343.0, 10374.0, 10339.0, 10365.0, 10344.0, 10337.0, 10352.0, 10341.0, 10377.0, 10353.0, 10340.0, 10366.0, 10341.0, 10328.0, 10357.0, 10343.0, 10380.0, 10342.0, 10364.0, 10358.0, 10339.0, 10361.0, 10337.0, 10362.0, 10355.0, 10322.0, 10369.0, 10337.0, 10343.0, 10355.0, 10356.0, 10381.0, 10342.0, 10327.0, 10353.0, 10343.0, 10379.0, 10339.0, 10334.0, 10339.0, 10339.0, 10366.0, 10340.0, 10323.0, 10350.0, 10343.0, 10368.0, 10352.0, 10364.0, 10342.0, 10327.0, 10356.0, 10341.0, 10364.0, 10326.0, 10328.0, 10343.0, 10354.0, 10367.0, 10346.0, 10347.0, 10368.0, 10344.0, 10328.0, 10342.0, 10340.0, 10381.0, 10356.0, 10336.0, 10338.0, 10341.0, 10391.0, 10371.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.0002657011494252874</td></tr>
<tr><td colspan=3>aqi</td><td>0.017014373379310343</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.062906407963204</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1618515835788257</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.980209460149597</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>6719.999</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08066925622872269</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.350948666684108</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.280945491072567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6164820285272983</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1554184804524583</td></tr>
<tr><td colspan=3>gcor</td><td>0.00480821</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02056952379643917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03498325124382973</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8931015711210017</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>30.7621</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4576</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.3107</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301651.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1047.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.8335</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.348</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.1427</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3936.2265</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1068.0359</td></tr>
<tr><td colspan=3>tsnr</td><td>42.821516532450914</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>