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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_ses-01_task-social_acq-mb8_run-05_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-0089_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-05_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-0089/ses-01/func/sub-0089_ses-01_task-social_acq-mb8_run-05_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>d362a95c3beb023ae633fd2bd34a56f1</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:07:29.002500</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.999559, 0.0265317, 0.0133157, -0.029317, 0.952741, 0.302367]</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-05_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.108959</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7207, 599, -68, -239, 34, 99]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7d60c450-f278-4ffe-8957-a74358032b27||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.6817445755004883, -0.07865540683269501, 0.012593116611242294, 114.111572265625], [-0.07118268311023712, 2.556133508682251, 0.8170852661132812, -113.45447540283203], [0.03572513535618782, -0.8112287521362305, 2.573366165161133, -9.286981582641602], [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': ['180729.002500', '180729.462500', '180729.922500', '180730.382500', '180730.842500', '180731.302500', '180731.762500', '180732.222500', '180732.682500', '180733.142500', '180733.602500', '180734.062500', '180734.522500', '180734.982500', '180735.442500', '180735.902500', '180736.362500', '180736.822500', '180737.282500', '180737.742500', '180738.202500', '180738.662500', '180739.122500', '180739.582500', '180740.042500', '180740.502500', '180740.962500', '180741.422500', '180741.882500', '180742.342500', '180742.802500', '180743.262500', '180743.722500', '180744.182500', '180744.642500', '180745.102500', '180745.562500', '180746.022500', '180746.482500', '180746.942500', '180747.402500', '180747.862500', '180748.322500', '180748.782500', '180749.242500', '180749.702500', '180750.162500', '180750.622500', '180751.082500', '180751.542500', '180752.002500', '180752.462500', '180752.922500', '180753.382500', '180753.842500', '180754.302500', '180754.762500', '180755.222500', '180755.682500', '180756.142500', '180756.602500', '180757.062500', '180757.522500', '180757.982500', '180758.442500', '180758.902500', '180759.362500', '180759.822500', '180800.282500', '180800.742500', '180801.202500', '180801.662500', '180802.122500', '180802.582500', '180803.042500', '180803.502500', '180803.962500', '180804.422500', '180804.882500', '180805.342500', '180805.802500', '180806.262500', '180806.722500', '180807.182500', '180807.642500', '180808.102500', '180808.562500', '180809.022500', '180809.482500', '180809.942500', '180810.402500', '180810.862500', '180811.322500', '180811.782500', '180812.242500', '180812.702500', '180813.162500', '180813.622500', '180814.082500', '180814.542500', '180815.002500', '180815.462500', '180815.922500', '180816.382500', '180816.842500', '180817.302500', '180817.762500', '180818.222500', '180818.682500', '180819.142500', '180819.602500', '180820.062500', '180820.522500', '180820.982500', '180821.442500', '180821.902500', '180822.362500', '180822.822500', '180823.282500', '180823.742500', '180824.202500', '180824.662500', '180825.122500', '180825.582500', '180826.042500', '180826.502500', '180826.962500', '180827.422500', '180827.882500', '180828.342500', '180828.802500', '180829.262500', '180829.722500', '180830.182500', '180830.642500', '180831.102500', '180831.562500', '180832.022500', '180832.482500', '180832.942500', '180833.402500', '180833.862500', '180834.322500', '180834.782500', '180835.242500', '180835.702500', '180836.162500', '180836.622500', '180837.082500', '180837.542500', '180838.002500', '180838.462500', '180838.922500', '180839.382500', '180839.842500', '180840.302500', '180840.762500', '180841.222500', '180841.682500', '180842.142500', '180842.602500', '180843.062500', '180843.522500', '180843.982500', '180844.442500', '180844.902500', '180845.362500', '180845.822500', '180846.282500', '180846.742500', '180847.202500', '180847.662500', '180848.122500', '180848.582500', '180849.042500', '180849.502500', '180849.962500', '180850.422500', '180850.882500', '180851.342500', '180851.802500', '180852.262500', '180852.722500', '180853.182500', '180853.642500', '180854.102500', '180854.562500', '180855.022500', '180855.482500', '180855.942500', '180856.402500', '180856.862500', '180857.322500', '180857.782500', '180858.242500', '180858.702500', '180859.162500', '180859.622500', '180900.082500', '180900.542500', '180901.002500', '180901.462500', '180901.922500', '180902.382500', '180902.842500', '180903.302500', '180903.762500', '180904.222500', '180904.682500', '180905.142500', '180905.602500', '180906.062500', '180906.522500', '180906.982500', '180907.442500', '180907.902500', '180908.362500', '180908.822500', '180909.282500', '180909.742500', '180910.202500', '180910.662500', '180911.122500', '180911.582500', '180912.042500', '180912.502500', '180912.962500', '180913.422500', '180913.882500', '180914.342500', '180914.802500', '180915.262500', '180915.722500', '180916.182500', '180916.642500', '180917.102500', '180917.562500', '180918.022500', '180918.482500', '180918.942500', '180919.402500', '180919.862500', '180920.322500', '180920.782500', '180921.242500', '180921.702500', '180922.162500', '180922.622500', '180923.082500', '180923.542500', '180924.002500', '180924.462500', '180924.922500', '180925.382500', '180925.842500', '180926.302500', '180926.762500', '180927.222500', '180927.682500', '180928.142500', '180928.602500', '180929.062500', '180929.522500', '180929.982500', '180930.442500', '180930.902500', '180931.362500', '180931.822500', '180932.282500', '180932.742500', '180933.202500', '180933.662500', '180934.122500', '180934.582500', '180935.042500', '180935.502500', '180935.962500', '180936.422500', '180936.882500', '180937.342500', '180937.802500', '180938.262500', '180938.722500', '180939.182500', '180939.642500', '180940.102500', '180940.562500', '180941.022500', '180941.482500', '180941.942500', '180942.402500', '180942.862500', '180943.322500', '180943.782500', '180944.242500', '180944.702500', '180945.162500', '180945.622500', '180946.082500', '180946.542500', '180947.002500', '180947.462500', '180947.922500', '180948.382500', '180948.842500', '180949.302500', '180949.762500', '180950.222500', '180950.682500', '180951.142500', '180951.602500', '180952.062500', '180952.522500', '180952.982500', '180953.442500', '180953.902500', '180954.362500', '180954.822500', '180955.282500', '180955.742500', '180956.202500', '180956.662500', '180957.122500', '180957.582500', '180958.042500', '180958.502500', '180958.962500', '180959.422500', '180959.882500', '181000.342500', '181000.802500', '181001.262500', '181001.722500', '181002.182500', '181002.642500', '181003.102500', '181003.562500', '181004.022500', '181004.482500', '181004.942500', '181005.402500', '181005.862500', '181006.322500', '181006.782500', '181007.242500', '181007.702500', '181008.162500', '181008.622500', '181009.082500', '181009.542500', '181010.002500', '181010.462500', '181010.922500', '181011.382500', '181011.842500', '181012.302500', '181012.762500', '181013.222500', '181013.682500', '181014.142500', '181014.602500', '181015.062500', '181015.522500', '181015.982500', '181016.442500', '181016.902500', '181017.362500', '181017.822500', '181018.282500', '181018.742500', '181019.202500', '181019.662500', '181020.122500', '181020.582500', '181021.042500', '181021.502500', '181021.962500', '181022.422500', '181022.882500', '181023.342500', '181023.802500', '181024.262500', '181024.722500', '181025.182500', '181025.642500', '181026.102500', '181026.562500', '181027.022500', '181027.482500', '181027.942500', '181028.402500', '181028.862500', '181029.322500', '181029.782500', '181030.242500', '181030.702500', '181031.162500', '181031.622500', '181032.082500', '181032.542500', '181033.002500', '181033.462500', '181033.922500', '181034.382500', '181034.842500', '181035.302500', '181035.762500', '181036.222500', '181036.682500', '181037.142500', '181037.602500', '181038.062500', '181038.522500', '181038.982500', '181039.442500', '181039.902500', '181040.362500', '181040.822500', '181041.282500', '181041.742500', '181042.202500', '181042.662500', '181043.122500', '181043.582500', '181044.042500', '181044.502500', '181044.962500', '181045.422500', '181045.882500', '181046.342500', '181046.802500', '181047.262500', '181047.722500', '181048.182500', '181048.642500', '181049.102500', '181049.562500', '181050.022500', '181050.482500', '181050.942500', '181051.402500', '181051.862500', '181052.322500', '181052.782500', '181053.242500', '181053.702500', '181054.162500', '181054.622500', '181055.082500', '181055.542500', '181056.002500', '181056.462500', '181056.922500', '181057.382500', '181057.842500', '181058.302500', '181058.762500', '181059.222500', '181059.682500', '181100.142500', '181100.602500', '181101.062500', '181101.522500', '181101.982500', '181102.442500', '181102.902500', '181103.362500', '181103.822500', '181104.282500', '181104.742500', '181105.202500', '181105.662500', '181106.122500', '181106.582500', '181107.042500', '181107.502500', '181107.962500', '181108.422500', '181108.882500', '181109.342500', '181109.802500', '181110.262500', '181110.722500', '181111.182500', '181111.642500', '181112.102500', '181112.562500', '181113.022500', '181113.482500', '181113.942500', '181114.402500', '181114.862500', '181115.322500', '181115.782500', '181116.242500', '181116.702500', '181117.162500', '181117.622500', '181118.082500', '181118.542500', '181119.002500', '181119.462500', '181119.922500', '181120.382500', '181120.842500', '181121.302500', '181121.762500', '181122.222500', '181122.682500', '181123.142500', '181123.602500', '181124.062500', '181124.522500', '181124.982500', '181125.442500', '181125.902500', '181126.362500', '181126.822500', '181127.282500', '181127.742500', '181128.202500', '181128.662500', '181129.122500', '181129.582500', '181130.042500', '181130.502500', '181130.962500', '181131.422500', '181131.882500', '181132.342500', '181132.802500', '181133.262500', '181133.722500', '181134.182500', '181134.642500', '181135.102500', '181135.562500', '181136.022500', '181136.482500', '181136.942500', '181137.402500', '181137.862500', '181138.322500', '181138.782500', '181139.242500', '181139.702500', '181140.162500', '181140.622500', '181141.082500', '181141.542500', '181142.002500', '181142.462500', '181142.922500', '181143.382500', '181143.842500', '181144.302500', '181144.762500', '181145.222500', '181145.682500', '181146.142500', '181146.602500', '181147.062500', '181147.522500', '181147.982500', '181148.442500', '181148.902500', '181149.362500', '181149.822500', '181150.282500', '181150.742500', '181151.202500', '181151.662500', '181152.122500', '181152.582500', '181153.042500', '181153.502500', '181153.962500', '181154.422500', '181154.882500', '181155.342500', '181155.802500', '181156.262500', '181156.722500', '181157.182500', '181157.642500', '181158.102500', '181158.562500', '181159.022500', '181159.482500', '181159.942500', '181200.402500', '181200.862500', '181201.322500', '181201.782500', '181202.242500', '181202.702500', '181203.162500', '181203.622500', '181204.082500', '181204.542500', '181205.002500', '181205.462500', '181205.922500', '181206.382500', '181206.842500', '181207.302500', '181207.762500', '181208.222500', '181208.682500', '181209.142500', '181209.602500', '181210.062500', '181210.522500', '181210.982500', '181211.442500', '181211.902500', '181212.362500', '181212.822500', '181213.282500', '181213.742500', '181214.202500', '181214.662500', '181215.122500', '181215.582500', '181216.042500', '181216.502500', '181216.962500', '181217.422500', '181217.882500', '181218.342500', '181218.802500', '181219.262500', '181219.722500', '181220.182500', '181220.642500', '181221.102500', '181221.562500', '181222.022500', '181222.482500', '181222.942500', '181223.402500', '181223.862500', '181224.322500', '181224.782500', '181225.242500', '181225.702500', '181226.162500', '181226.622500', '181227.082500', '181227.542500', '181228.002500', '181228.462500', '181228.922500', '181229.382500', '181229.842500', '181230.302500', '181230.762500', '181231.222500', '181231.682500', '181232.142500', '181232.602500', '181233.062500', '181233.522500', '181233.982500', '181234.442500', '181234.902500', '181235.362500', '181235.822500', '181236.282500', '181236.742500', '181237.202500', '181237.662500', '181238.122500', '181238.582500', '181239.042500', '181239.502500', '181239.962500', '181240.422500', '181240.882500', '181241.342500', '181241.802500', '181242.262500', '181242.722500', '181243.182500', '181243.642500', '181244.102500', '181244.562500', '181245.022500', '181245.482500', '181245.942500', '181246.402500', '181246.862500', '181247.322500', '181247.782500', '181248.242500', '181248.702500', '181249.162500', '181249.622500', '181250.082500', '181250.542500', '181251.002500', '181251.462500', '181251.922500', '181252.382500', '181252.842500', '181253.302500', '181253.762500', '181254.222500', '181254.682500', '181255.142500', '181255.602500', '181256.062500', '181256.522500', '181256.982500', '181257.442500', '181257.902500', '181258.362500', '181258.822500', '181259.282500', '181259.742500', '181300.202500', '181300.662500', '181301.122500', '181301.582500', '181302.042500', '181302.502500', '181302.962500', '181303.422500', '181303.882500', '181304.342500', '181304.802500', '181305.262500', '181305.722500', '181306.182500', '181306.642500', '181307.102500', '181307.562500', '181308.022500', '181308.482500', '181308.942500', '181309.402500', '181309.862500', '181310.322500', '181310.782500', '181311.242500', '181311.702500', '181312.162500', '181312.622500', '181313.082500', '181313.542500', '181314.002500', '181314.462500', '181314.922500', '181315.382500', '181315.842500', '181316.302500', '181316.762500', '181317.222500', '181317.682500', '181318.142500', '181318.602500', '181319.062500', '181319.522500', '181319.982500', '181320.442500', '181320.902500', '181321.362500', '181321.822500', '181322.282500', '181322.742500', '181323.202500', '181323.662500', '181324.122500', '181324.582500', '181325.042500', '181325.502500', '181325.962500', '181326.422500', '181326.882500', '181327.342500', '181327.802500', '181328.262500', '181328.722500', '181329.182500', '181329.642500', '181330.102500', '181330.562500', '181331.022500', '181331.482500', '181331.942500', '181332.402500', '181332.862500', '181333.322500', '181333.782500', '181334.242500', '181334.702500', '181335.162500', '181335.622500', '181336.082500', '181336.542500', '181337.002500', '181337.462500', '181337.922500', '181338.382500', '181338.842500', '181339.302500', '181339.762500', '181340.222500', '181340.682500', '181341.142500', '181341.602500', '181342.062500', '181342.522500', '181342.982500', '181343.442500', '181343.902500', '181344.362500', '181344.822500', '181345.282500', '181345.742500', '181346.202500', '181346.662500', '181347.122500', '181347.582500', '181348.042500', '181348.502500', '181348.962500', '181349.422500', '181349.882500', '181350.342500', '181350.802500', '181351.262500', '181351.722500', '181352.182500', '181352.642500', '181353.102500', '181353.562500', '181354.022500', '181354.482500', '181354.942500', '181355.402500', '181355.862500', '181356.322500', '181356.782500', '181357.242500', '181357.702500', '181358.162500', '181358.622500', '181359.082500', '181359.542500', '181400.002500', '181400.462500', '181400.922500', '181401.382500', '181401.842500', '181402.302500', '181402.762500', '181403.222500', '181403.682500', '181404.142500', '181404.602500', '181405.062500', '181405.522500', '181405.982500', '181406.442500', '181406.902500', '181407.362500', '181407.822500', '181408.282500', '181408.742500', '181409.202500', '181409.662500'], 'ContentTime': ['180747.474000', '180747.477000', '180747.480000', '180747.483000', '180747.486000', '180747.488000', '180747.491000', '180747.494000', '180747.496000', '180747.499000', '180747.502000', '180747.504000', '180747.507000', '180747.510000', '180747.512000', '180747.515000', '180747.518000', '180747.520000', '180747.523000', '180747.530000', '180747.533000', '180747.535000', '180747.538000', '180747.541000', '180747.543000', '180747.546000', '180747.549000', '180747.558000', '180747.561000', '180747.563000', '180747.566000', '180747.569000', '180747.571000', '180747.574000', '180747.577000', '180747.579000', '180747.582000', '180747.585000', '180747.587000', '180807.437000', '180807.440000', '180807.443000', '180807.446000', '180807.450000', '180807.453000', '180807.456000', '180807.458000', '180807.461000', '180807.464000', '180807.466000', '180807.469000', '180807.471000', '180807.474000', '180807.477000', '180807.479000', '180807.482000', '180807.485000', '180807.487000', '180807.490000', '180807.493000', '180807.495000', '180807.498000', '180807.501000', '180807.504000', '180807.506000', '180807.509000', '180807.511000', '180807.514000', '180807.517000', '180807.519000', '180807.522000', '180807.525000', '180807.528000', '180807.530000', '180807.533000', '180807.536000', '180807.538000', '180807.541000', '180807.543000', '180807.546000', '180807.549000', '180807.551000', '180827.438000', '180827.441000', '180827.443000', '180827.446000', '180827.449000', '180827.452000', '180827.454000', '180827.457000', '180827.460000', '180827.468000', '180827.471000', '180827.474000', '180827.477000', '180827.479000', '180827.482000', '180827.485000', '180827.487000', '180827.490000', '180827.493000', '180827.495000', '180827.498000', '180827.501000', '180827.505000', '180827.508000', '180827.510000', '180827.513000', '180827.516000', '180827.518000', '180827.521000', '180827.524000', '180827.527000', '180827.530000', '180827.533000', '180827.536000', '180827.539000', '180827.542000', '180827.544000', '180827.547000', '180827.550000', '180827.552000', '180827.555000', '180827.557000', '180827.566000', '180847.438000', '180847.441000', '180847.444000', '180847.447000', '180847.450000', '180847.452000', '180847.455000', '180847.457000', '180847.460000', '180847.463000', '180847.465000', '180847.468000', '180847.471000', '180847.474000', '180847.476000', '180847.479000', '180847.482000', '180847.484000', '180847.487000', '180847.489000', '180847.492000', '180847.495000', '180847.497000', '180847.500000', '180847.503000', '180847.506000', '180847.508000', '180847.511000', '180847.514000', '180847.516000', '180847.519000', '180847.522000', '180847.525000', '180847.527000', '180847.530000', '180847.532000', '180847.535000', '180847.538000', '180847.540000', '180847.543000', '180847.546000', '180847.548000', '180847.551000', '180847.554000', '180907.439000', '180907.441000', '180907.444000', '180907.447000', '180907.449000', '180907.452000', '180907.455000', '180907.457000', '180907.460000', '180907.462000', '180907.465000', '180907.468000', '180907.470000', '180907.473000', '180907.475000', '180907.478000', '180907.481000', '180907.483000', '180907.486000', '180907.489000', '180907.492000', '180907.494000', '180907.497000', '180907.499000', '180907.502000', '180907.505000', '180907.507000', '180907.510000', '180907.513000', '180907.516000', '180907.518000', '180907.521000', '180907.524000', '180907.526000', '180907.529000', '180907.532000', '180907.534000', '180907.537000', '180907.540000', '180907.542000', '180907.545000', '180907.548000', '180907.550000', '180907.553000', '180927.438000', '180927.441000', '180927.445000', '180927.448000', '180927.450000', '180927.453000', '180927.456000', '180927.458000', '180927.461000', '180927.463000', '180927.466000', '180927.469000', '180927.471000', '180927.474000', '180927.477000', '180927.480000', '180927.482000', '180927.485000', '180927.488000', '180927.490000', '180927.493000', '180927.496000', '180927.498000', '180927.501000', '180927.504000', '180927.506000', '180927.509000', '180927.541000', '180927.543000', '180927.546000', '180927.549000', '180927.551000', '180927.554000', '180927.556000', '180927.559000', '180927.562000', '180927.564000', '180927.567000', '180927.570000', '180927.572000', '180927.575000', '180927.578000', '180927.580000', '180947.437000', '180947.441000', '180947.443000', '180947.446000', '180947.448000', '180947.451000', '180947.454000', '180947.457000', '180947.459000', '180947.462000', '180947.465000', '180947.467000', '180947.470000', '180947.473000', '180947.475000', '180947.478000', '180947.481000', '180947.483000', '180947.486000', '180947.489000', '180947.492000', '180947.494000', '180947.497000', '180947.500000', '180947.502000', '180947.505000', '180947.509000', '180947.511000', '180947.514000', '180947.517000', '180947.519000', '180947.522000', '180947.525000', '180947.527000', '180947.530000', '180947.533000', '180947.536000', '180947.538000', '180947.541000', '180947.544000', '180947.546000', '180947.549000', '180947.552000', '181007.437000', '181007.440000', '181007.443000', '181007.446000', '181007.448000', '181007.451000', '181007.454000', '181007.456000', '181007.459000', '181007.461000', '181007.464000', '181007.467000', '181007.469000', '181007.472000', '181007.484000', '181007.487000', '181007.490000', '181007.492000', '181007.495000', '181007.497000', '181007.500000', '181007.503000', '181007.506000', '181007.508000', '181007.511000', '181007.513000', '181007.516000', '181007.519000', '181007.522000', '181007.524000', '181007.527000', '181007.530000', '181007.532000', '181007.535000', '181007.538000', '181007.540000', '181007.543000', '181007.545000', '181007.548000', '181007.551000', '181007.554000', '181007.556000', '181007.559000', '181007.562000', '181027.437000', '181027.440000', '181027.443000', '181027.446000', '181027.448000', '181027.451000', '181027.454000', '181027.456000', '181027.459000', '181027.462000', '181027.464000', '181027.467000', '181027.470000', '181027.473000', '181027.475000', '181027.478000', '181027.481000', '181027.483000', '181027.486000', '181027.489000', '181027.491000', '181027.494000', '181027.497000', '181027.499000', '181027.502000', '181027.505000', '181027.507000', '181027.510000', '181027.513000', '181027.515000', '181027.518000', '181027.521000', '181027.523000', '181027.526000', '181027.529000', '181027.531000', '181027.534000', '181027.536000', '181027.539000', '181027.542000', '181027.545000', '181027.547000', '181027.550000', '181047.438000', '181047.442000', '181047.444000', '181047.447000', '181047.450000', '181047.452000', '181047.455000', '181047.458000', '181047.460000', '181047.463000', '181047.466000', '181047.468000', '181047.471000', '181047.474000', '181047.476000', '181047.479000', '181047.482000', '181047.484000', '181047.487000', '181047.490000', '181047.492000', '181047.495000', '181047.498000', '181047.500000', '181047.503000', '181047.506000', '181047.508000', '181047.511000', '181047.514000', '181047.516000', '181047.519000', '181047.521000', '181047.524000', '181047.527000', '181047.530000', '181047.532000', '181047.535000', '181047.537000', '181047.540000', '181047.543000', '181047.545000', '181047.548000', '181047.551000', '181047.553000', '181107.439000', '181107.442000', '181107.444000', '181107.447000', '181107.450000', '181107.452000', '181107.455000', '181107.458000', '181107.460000', '181107.470000', '181107.473000', '181107.483000', '181107.486000', '181107.488000', '181107.491000', '181107.494000', '181107.497000', '181107.499000', '181107.502000', '181107.505000', '181107.507000', '181107.510000', '181107.513000', '181107.515000', '181107.518000', '181107.521000', '181107.523000', '181107.526000', '181107.529000', '181107.532000', '181107.535000', '181107.537000', '181107.540000', '181107.543000', '181107.547000', '181107.550000', '181107.553000', '181107.555000', '181107.558000', '181107.561000', '181107.563000', '181107.566000', '181107.569000', '181127.439000', '181127.442000', '181127.444000', '181127.447000', '181127.450000', '181127.453000', '181127.455000', '181127.458000', '181127.461000', '181127.463000', '181127.466000', '181127.469000', '181127.472000', '181127.474000', '181127.477000', '181127.480000', '181127.482000', '181127.485000', '181127.488000', '181127.490000', '181127.493000', '181127.496000', '181127.498000', '181127.501000', '181127.504000', '181127.506000', '181127.509000', '181127.512000', '181127.514000', '181127.517000', '181127.520000', '181127.523000', '181127.525000', '181127.528000', '181127.531000', '181127.533000', '181127.536000', '181127.539000', '181127.542000', '181127.544000', '181127.547000', '181127.550000', '181127.552000', '181127.555000', '181147.438000', '181147.440000', '181147.443000', '181147.446000', '181147.449000', '181147.451000', '181147.454000', '181147.457000', '181147.460000', '181147.462000', '181147.465000', '181147.468000', '181147.470000', '181147.473000', '181147.476000', '181147.478000', '181147.481000', '181147.484000', '181147.486000', '181147.489000', '181147.492000', '181147.494000', '181147.497000', '181147.500000', '181147.502000', '181147.505000', '181147.508000', '181147.510000', '181147.513000', '181147.515000', '181147.518000', '181147.521000', '181147.523000', '181147.526000', '181147.529000', '181147.532000', '181147.535000', '181147.537000', '181147.541000', '181147.543000', '181147.546000', '181147.549000', '181147.551000', '181207.438000', '181207.441000', '181207.443000', '181207.447000', '181207.449000', '181207.452000', '181207.454000', '181207.458000', '181207.460000', '181207.463000', '181207.465000', '181207.468000', '181207.471000', '181207.474000', '181207.476000', '181207.479000', '181207.482000', '181207.484000', '181207.487000', '181207.490000', '181207.492000', '181207.495000', '181207.497000', '181207.500000', '181207.503000', '181207.506000', '181207.508000', '181207.511000', '181207.514000', '181207.516000', '181207.519000', '181207.521000', '181207.524000', '181207.527000', '181207.529000', '181207.532000', '181207.535000', '181207.537000', '181207.540000', '181207.542000', '181207.545000', '181207.548000', '181207.550000', '181207.553000', '181227.438000', '181227.441000', '181227.443000', '181227.446000', '181227.449000', '181227.452000', '181227.454000', '181227.457000', '181227.459000', '181227.462000', '181227.465000', '181227.467000', '181227.470000', '181227.473000', '181227.475000', '181227.478000', '181227.481000', '181227.483000', '181227.486000', '181227.489000', '181227.491000', '181227.494000', '181227.497000', '181227.499000', '181227.502000', '181227.505000', '181227.508000', '181227.510000', '181227.513000', '181227.516000', '181227.518000', '181227.521000', '181227.525000', '181227.528000', '181227.546000', '181227.549000', '181227.552000', '181227.554000', '181227.557000', '181227.560000', '181227.562000', '181227.565000', '181227.568000', '181247.438000', '181247.441000', '181247.444000', '181247.447000', '181247.449000', '181247.452000', '181247.455000', '181247.458000', '181247.460000', '181247.463000', '181247.466000', '181247.468000', '181247.471000', '181247.474000', '181247.477000', '181247.479000', '181247.482000', '181247.485000', '181247.487000', '181247.490000', '181247.493000', '181247.495000', '181247.498000', '181247.501000', '181247.504000', '181247.506000', '181247.509000', '181247.512000', '181247.514000', '181247.517000', '181247.520000', '181247.523000', '181247.525000', '181247.528000', '181247.531000', '181247.533000', '181247.536000', '181247.539000', '181247.541000', '181247.544000', '181247.547000', '181247.549000', '181247.552000', '181247.555000', '181307.439000', '181307.442000', '181307.445000', '181307.447000', '181307.450000', '181307.453000', '181307.455000', '181307.458000', '181307.461000', '181307.463000', '181307.466000', '181307.469000', '181307.471000', '181307.474000', '181307.477000', '181307.479000', '181307.483000', '181307.485000', '181307.488000', '181307.491000', '181307.494000', '181307.496000', '181307.499000', '181307.501000', '181307.504000', '181307.507000', '181307.509000', '181307.512000', '181307.515000', '181307.517000', '181307.520000', '181307.523000', '181307.526000', '181307.528000', '181307.531000', '181307.534000', '181307.536000', '181307.539000', '181307.542000', '181307.545000', '181307.548000', '181307.550000', '181307.553000', '181327.439000', '181327.442000', '181327.445000', '181327.448000', '181327.451000', '181327.453000', '181327.456000', '181327.459000', '181327.463000', '181327.466000', '181327.469000', '181327.471000', '181327.474000', '181327.477000', '181327.479000', '181327.482000', '181327.484000', '181327.487000', '181327.490000', '181327.493000', '181327.495000', '181327.498000', '181327.501000', '181327.503000', '181327.506000', '181327.509000', '181327.511000', '181327.514000', '181327.516000', '181327.520000', '181327.522000', '181327.525000', '181327.528000', '181327.530000', '181327.533000', '181327.536000', '181327.538000', '181327.541000', '181327.544000', '181327.546000', '181327.549000', '181327.552000', '181327.554000', '181327.557000', '181347.438000', '181347.441000', '181347.444000', '181347.447000', '181347.450000', '181347.452000', '181347.455000', '181347.458000', '181347.460000', '181347.463000', '181347.465000', '181347.468000', '181347.471000', '181347.474000', '181347.476000', '181347.479000', '181347.482000', '181347.484000', '181347.487000', '181347.490000', '181347.492000', '181347.495000', '181347.498000', '181347.501000', '181347.503000', '181347.506000', '181347.508000', '181347.511000', '181347.514000', '181347.516000', '181347.519000', '181347.522000', '181347.525000', '181347.527000', '181347.530000', '181347.533000', '181347.535000', '181347.538000', '181347.541000', '181347.544000', '181347.546000', '181347.549000', '181347.552000', '181407.438000', '181407.441000', '181407.443000', '181407.446000', '181407.449000', '181407.452000', '181407.454000', '181407.457000', '181407.460000', '181407.462000', '181407.465000', '181407.467000', '181407.470000', '181407.473000', '181407.475000', '181407.478000', '181407.481000', '181407.484000', '181407.486000', '181407.489000', '181407.491000', '181407.494000', '181407.497000', '181407.499000', '181407.502000', '181407.505000', '181407.507000', '181407.510000', '181407.513000', '181407.515000', '181407.518000', '181407.521000', '181407.523000', '181407.526000', '181407.529000', '181407.531000', '181407.534000', '181407.537000', '181407.539000', '181407.542000', '181407.545000', '181407.547000', '181407.550000', '181407.553000', '181410.600000', '181410.603000', '181410.606000', '181410.608000', '181410.611000', '181410.614000', '181410.617000'], 'InstanceCreationTime': ['180747.474000', '180747.477000', '180747.480000', '180747.483000', '180747.486000', '180747.488000', '180747.491000', '180747.494000', '180747.496000', '180747.499000', '180747.502000', '180747.504000', '180747.507000', '180747.510000', '180747.512000', '180747.515000', '180747.518000', '180747.520000', '180747.523000', '180747.530000', '180747.533000', '180747.535000', '180747.538000', '180747.541000', '180747.543000', '180747.546000', '180747.549000', '180747.558000', '180747.561000', '180747.563000', '180747.566000', '180747.569000', '180747.571000', '180747.574000', '180747.577000', '180747.579000', '180747.582000', '180747.585000', '180747.587000', '180807.437000', '180807.440000', '180807.443000', '180807.446000', '180807.450000', '180807.453000', '180807.456000', '180807.458000', '180807.461000', '180807.464000', '180807.466000', '180807.469000', '180807.471000', '180807.474000', '180807.477000', '180807.479000', '180807.482000', '180807.485000', '180807.487000', '180807.490000', '180807.493000', '180807.495000', '180807.498000', '180807.501000', '180807.504000', '180807.506000', '180807.509000', '180807.511000', '180807.514000', '180807.517000', '180807.519000', '180807.522000', '180807.525000', '180807.528000', '180807.530000', '180807.533000', '180807.536000', '180807.538000', '180807.541000', '180807.543000', '180807.546000', '180807.549000', '180807.551000', '180827.438000', '180827.441000', '180827.443000', '180827.446000', '180827.449000', '180827.452000', '180827.454000', '180827.457000', '180827.460000', '180827.468000', '180827.471000', '180827.474000', '180827.477000', '180827.479000', '180827.482000', '180827.485000', '180827.487000', '180827.490000', '180827.493000', '180827.495000', '180827.498000', '180827.501000', '180827.505000', '180827.508000', '180827.510000', '180827.513000', '180827.516000', '180827.518000', '180827.521000', '180827.524000', '180827.527000', '180827.530000', '180827.533000', '180827.536000', '180827.539000', '180827.542000', '180827.544000', '180827.547000', '180827.550000', '180827.552000', '180827.555000', '180827.557000', '180827.566000', '180847.438000', '180847.441000', '180847.444000', '180847.447000', '180847.450000', '180847.452000', '180847.455000', '180847.457000', '180847.460000', '180847.463000', '180847.465000', '180847.468000', '180847.471000', '180847.474000', '180847.476000', '180847.479000', '180847.482000', '180847.484000', '180847.487000', '180847.489000', '180847.492000', '180847.495000', '180847.497000', '180847.500000', '180847.503000', '180847.506000', '180847.508000', '180847.511000', '180847.514000', '180847.516000', '180847.519000', '180847.522000', '180847.525000', '180847.527000', '180847.530000', '180847.532000', '180847.535000', '180847.538000', '180847.540000', '180847.543000', '180847.546000', '180847.548000', '180847.551000', '180847.554000', '180907.439000', '180907.441000', '180907.444000', '180907.447000', '180907.449000', '180907.452000', '180907.455000', '180907.457000', '180907.460000', '180907.462000', '180907.465000', '180907.468000', '180907.470000', '180907.473000', '180907.475000', '180907.478000', '180907.481000', '180907.483000', '180907.486000', '180907.489000', '180907.492000', '180907.494000', '180907.497000', '180907.499000', '180907.502000', '180907.505000', '180907.507000', '180907.510000', '180907.513000', '180907.516000', '180907.518000', '180907.521000', '180907.524000', '180907.526000', '180907.529000', '180907.532000', '180907.534000', '180907.537000', '180907.540000', '180907.542000', '180907.545000', '180907.548000', '180907.550000', '180907.553000', '180927.438000', '180927.441000', '180927.445000', '180927.448000', '180927.450000', '180927.453000', '180927.456000', '180927.458000', '180927.461000', '180927.463000', '180927.466000', '180927.469000', '180927.471000', '180927.474000', '180927.477000', '180927.480000', '180927.482000', '180927.485000', '180927.488000', '180927.490000', '180927.493000', '180927.496000', '180927.498000', '180927.501000', '180927.504000', '180927.506000', '180927.509000', '180927.541000', '180927.543000', '180927.546000', '180927.549000', '180927.551000', '180927.554000', '180927.556000', '180927.559000', '180927.562000', '180927.564000', '180927.567000', '180927.570000', '180927.572000', '180927.575000', '180927.578000', '180927.580000', '180947.437000', '180947.441000', '180947.443000', '180947.446000', '180947.448000', '180947.451000', '180947.454000', '180947.457000', '180947.459000', '180947.462000', '180947.465000', '180947.467000', '180947.470000', '180947.473000', '180947.475000', '180947.478000', '180947.481000', '180947.483000', '180947.486000', '180947.489000', '180947.492000', '180947.494000', '180947.497000', '180947.500000', '180947.502000', '180947.505000', '180947.509000', '180947.511000', '180947.514000', '180947.517000', '180947.519000', '180947.522000', '180947.525000', '180947.527000', '180947.530000', '180947.533000', '180947.536000', '180947.538000', '180947.541000', '180947.544000', '180947.546000', '180947.549000', '180947.552000', '181007.437000', '181007.440000', '181007.443000', '181007.446000', '181007.448000', '181007.451000', '181007.454000', '181007.456000', '181007.459000', '181007.461000', '181007.464000', '181007.467000', '181007.469000', '181007.472000', '181007.484000', '181007.487000', '181007.490000', '181007.492000', '181007.495000', '181007.497000', '181007.500000', '181007.503000', '181007.506000', '181007.508000', '181007.511000', '181007.513000', '181007.516000', '181007.519000', '181007.522000', '181007.524000', '181007.527000', '181007.530000', '181007.532000', '181007.535000', '181007.538000', '181007.540000', '181007.543000', '181007.545000', '181007.548000', '181007.551000', '181007.554000', '181007.556000', '181007.559000', '181007.562000', '181027.437000', '181027.440000', '181027.443000', '181027.446000', '181027.448000', '181027.451000', '181027.454000', '181027.456000', '181027.459000', '181027.462000', '181027.464000', '181027.467000', '181027.470000', '181027.473000', '181027.475000', '181027.478000', '181027.481000', '181027.483000', '181027.486000', '181027.489000', '181027.491000', '181027.494000', '181027.497000', '181027.499000', '181027.502000', '181027.505000', '181027.507000', '181027.510000', '181027.513000', '181027.515000', '181027.518000', '181027.521000', '181027.523000', '181027.526000', '181027.529000', '181027.531000', '181027.534000', '181027.536000', '181027.539000', '181027.542000', '181027.545000', '181027.547000', '181027.550000', '181047.438000', '181047.442000', '181047.444000', '181047.447000', '181047.450000', '181047.452000', '181047.455000', '181047.458000', '181047.460000', '181047.463000', '181047.466000', '181047.468000', '181047.471000', '181047.474000', '181047.476000', '181047.479000', '181047.482000', '181047.484000', '181047.487000', '181047.490000', '181047.492000', '181047.495000', '181047.498000', '181047.500000', '181047.503000', '181047.506000', '181047.508000', '181047.511000', '181047.514000', '181047.516000', '181047.519000', '181047.521000', '181047.524000', '181047.527000', '181047.530000', '181047.532000', '181047.535000', '181047.537000', '181047.540000', '181047.543000', '181047.545000', '181047.548000', '181047.551000', '181047.553000', '181107.439000', '181107.442000', '181107.444000', '181107.447000', '181107.450000', '181107.452000', '181107.455000', '181107.458000', '181107.460000', '181107.470000', '181107.473000', '181107.483000', '181107.486000', '181107.488000', '181107.491000', '181107.494000', '181107.497000', '181107.499000', '181107.502000', '181107.505000', '181107.507000', '181107.510000', '181107.513000', '181107.515000', '181107.518000', '181107.521000', '181107.523000', '181107.526000', '181107.529000', '181107.532000', '181107.535000', '181107.537000', '181107.540000', '181107.543000', '181107.547000', '181107.550000', '181107.553000', '181107.555000', '181107.558000', '181107.561000', '181107.563000', '181107.566000', '181107.569000', '181127.439000', '181127.442000', '181127.444000', '181127.447000', '181127.450000', '181127.453000', '181127.455000', '181127.458000', '181127.461000', '181127.463000', '181127.466000', '181127.469000', '181127.472000', '181127.474000', '181127.477000', '181127.480000', '181127.482000', '181127.485000', '181127.488000', '181127.490000', '181127.493000', '181127.496000', '181127.498000', '181127.501000', '181127.504000', '181127.506000', '181127.509000', '181127.512000', '181127.514000', '181127.517000', '181127.520000', '181127.523000', '181127.525000', '181127.528000', '181127.531000', '181127.533000', '181127.536000', '181127.539000', '181127.542000', '181127.544000', '181127.547000', '181127.550000', '181127.552000', '181127.555000', '181147.438000', '181147.440000', '181147.443000', '181147.446000', '181147.449000', '181147.451000', '181147.454000', '181147.457000', '181147.460000', '181147.462000', '181147.465000', '181147.468000', '181147.470000', '181147.473000', '181147.476000', '181147.478000', '181147.481000', '181147.484000', '181147.486000', '181147.489000', '181147.492000', '181147.494000', '181147.497000', '181147.500000', '181147.502000', '181147.505000', '181147.508000', '181147.510000', '181147.513000', '181147.515000', '181147.518000', '181147.521000', '181147.523000', '181147.526000', '181147.529000', '181147.532000', '181147.535000', '181147.537000', '181147.541000', '181147.543000', '181147.546000', '181147.549000', '181147.551000', '181207.438000', '181207.441000', '181207.443000', '181207.447000', '181207.449000', '181207.452000', '181207.454000', '181207.458000', '181207.460000', '181207.463000', '181207.465000', '181207.468000', '181207.471000', '181207.474000', '181207.476000', '181207.479000', '181207.482000', '181207.484000', '181207.487000', '181207.490000', '181207.492000', '181207.495000', '181207.497000', '181207.500000', '181207.503000', '181207.506000', '181207.508000', '181207.511000', '181207.514000', '181207.516000', '181207.519000', '181207.521000', '181207.524000', '181207.527000', '181207.529000', '181207.532000', '181207.535000', '181207.537000', '181207.540000', '181207.542000', '181207.545000', '181207.548000', '181207.550000', '181207.553000', '181227.438000', '181227.441000', '181227.443000', '181227.446000', '181227.449000', '181227.452000', '181227.454000', '181227.457000', '181227.459000', '181227.462000', '181227.465000', '181227.467000', '181227.470000', '181227.473000', '181227.475000', '181227.478000', '181227.481000', '181227.483000', '181227.486000', '181227.489000', '181227.491000', '181227.494000', '181227.497000', '181227.499000', '181227.502000', '181227.505000', '181227.508000', '181227.510000', '181227.513000', '181227.516000', '181227.518000', '181227.521000', '181227.525000', '181227.528000', '181227.546000', '181227.549000', '181227.552000', '181227.554000', '181227.557000', '181227.560000', '181227.562000', '181227.565000', '181227.568000', '181247.438000', '181247.441000', '181247.444000', '181247.447000', '181247.449000', '181247.452000', '181247.455000', '181247.458000', '181247.460000', '181247.463000', '181247.466000', '181247.468000', '181247.471000', '181247.474000', '181247.477000', '181247.479000', '181247.482000', '181247.485000', '181247.487000', '181247.490000', '181247.493000', '181247.495000', '181247.498000', '181247.501000', '181247.504000', '181247.506000', '181247.509000', '181247.512000', '181247.514000', '181247.517000', '181247.520000', '181247.523000', '181247.525000', '181247.528000', '181247.531000', '181247.533000', '181247.536000', '181247.539000', '181247.541000', '181247.544000', '181247.547000', '181247.549000', '181247.552000', '181247.555000', '181307.439000', '181307.442000', '181307.445000', '181307.447000', '181307.450000', '181307.453000', '181307.455000', '181307.458000', '181307.461000', '181307.463000', '181307.466000', '181307.469000', '181307.471000', '181307.474000', '181307.477000', '181307.479000', '181307.483000', '181307.485000', '181307.488000', '181307.491000', '181307.494000', '181307.496000', '181307.499000', '181307.501000', '181307.504000', '181307.507000', '181307.509000', '181307.512000', '181307.515000', '181307.517000', '181307.520000', '181307.523000', '181307.526000', '181307.528000', '181307.531000', '181307.534000', '181307.536000', '181307.539000', '181307.542000', '181307.545000', '181307.548000', '181307.550000', '181307.553000', '181327.439000', '181327.442000', '181327.445000', '181327.448000', '181327.451000', '181327.453000', '181327.456000', '181327.459000', '181327.463000', '181327.466000', '181327.469000', '181327.471000', '181327.474000', '181327.477000', '181327.479000', '181327.482000', '181327.484000', '181327.487000', '181327.490000', '181327.493000', '181327.495000', '181327.498000', '181327.501000', '181327.503000', '181327.506000', '181327.509000', '181327.511000', '181327.514000', '181327.516000', '181327.520000', '181327.522000', '181327.525000', '181327.528000', '181327.530000', '181327.533000', '181327.536000', '181327.538000', '181327.541000', '181327.544000', '181327.546000', '181327.549000', '181327.552000', '181327.554000', '181327.557000', '181347.438000', '181347.441000', '181347.444000', '181347.447000', '181347.450000', '181347.452000', '181347.455000', '181347.458000', '181347.460000', '181347.463000', '181347.465000', '181347.468000', '181347.471000', '181347.474000', '181347.476000', '181347.479000', '181347.482000', '181347.484000', '181347.487000', '181347.490000', '181347.492000', '181347.495000', '181347.498000', '181347.501000', '181347.503000', '181347.506000', '181347.508000', '181347.511000', '181347.514000', '181347.516000', '181347.519000', '181347.522000', '181347.525000', '181347.527000', '181347.530000', '181347.533000', '181347.535000', '181347.538000', '181347.541000', '181347.544000', '181347.546000', '181347.549000', '181347.552000', '181407.438000', '181407.441000', '181407.443000', '181407.446000', '181407.449000', '181407.452000', '181407.454000', '181407.457000', '181407.460000', '181407.462000', '181407.465000', '181407.467000', '181407.470000', '181407.473000', '181407.475000', '181407.478000', '181407.481000', '181407.484000', '181407.486000', '181407.489000', '181407.491000', '181407.494000', '181407.497000', '181407.499000', '181407.502000', '181407.505000', '181407.507000', '181407.510000', '181407.513000', '181407.515000', '181407.518000', '181407.521000', '181407.523000', '181407.526000', '181407.529000', '181407.531000', '181407.534000', '181407.537000', '181407.539000', '181407.542000', '181407.545000', '181407.547000', '181407.550000', '181407.553000', '181410.600000', '181410.603000', '181410.606000', '181410.608000', '181410.611000', '181410.614000', '181410.617000'], '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': [8638, 11152, 8627, 14637, 8615, 12992, 8596, 10875, 8513, 10801, 8576, 9005, 8333, 10627, 9060, 10333, 10385, 9337, 11969, 9162, 11852, 9020, 12391, 8675, 10543, 8608, 10513, 10277, 10012, 13761, 9483, 13396, 8920, 12830, 10231, 12215, 8603, 11579, 8796, 12095, 8716, 11916, 8684, 10978, 8587, 10446, 8600, 9653, 8434, 10435, 9925, 10406, 10787, 9845, 11456, 9083, 11804, 8810, 12173, 9053, 11181, 8747, 11676, 8695, 11357, 8642, 10962, 8557, 10881, 8792, 11926, 8842, 12993, 8742, 10932, 8492, 10568, 8323, 10889, 8308, 11056, 10784, 11015, 11463, 10980, 11201, 10667, 8939, 10571, 9522, 10840, 10312, 10614, 10876, 10066, 12550, 9092, 12909, 8939, 12324, 9696, 11582, 9489, 11269, 9448, 10909, 9626, 11243, 10185, 10694, 9747, 11539, 10006, 9284, 9207, 8509, 9364, 9057, 10033, 8419, 12913, 8241, 11145, 8491, 10243, 8369, 10489, 8513, 9153, 8288, 10250, 9363, 10111, 11143, 9624, 12993, 10042, 11597, 10390, 8940, 10172, 8267, 10119, 8878, 10335, 10154, 9301, 11544, 9271, 11341, 9724, 11420, 8927, 11983, 8914, 11962, 8702, 10640, 8502, 10343, 8383, 10484, 8371, 10792, 8496, 10397, 8429, 10397, 8498, 9942, 8527, 9713, 11146, 9964, 10917, 9915, 11255, 8796, 11574, 8422, 11564, 8550, 11974, 8824, 12497, 8691, 10545, 8423, 10469, 8422, 9927, 9757, 9337, 11668, 8616, 10878, 9087, 9926, 8918, 9836, 9476, 9341, 8486, 10017, 11277, 9582, 11218, 8785, 11348, 9353, 10263, 8571, 9961, 10149, 9638, 12809, 9245, 13724, 8747, 12785, 8596, 12558, 9126, 10038, 8787, 9295, 8533, 9482, 10489, 9009, 11978, 8338, 12265, 8511, 12694, 8343, 12459, 8910, 10054, 8611, 10163, 8518, 11540, 8321, 10276, 8426, 10017, 8527, 10121, 8379, 10028, 8666, 9014, 8431, 9424, 11646, 9103, 13157, 8274, 13145, 8362, 11246, 8646, 10339, 8787, 8951, 9050, 9354, 9540, 8843, 12789, 8404, 10046, 8794, 9804, 9290, 8951, 12856, 9129, 13009, 8762, 12347, 8320, 11258, 8724, 9426, 8218, 9625, 11239, 9258, 12321, 8378, 10928, 8663, 10014, 8664, 9724, 8960, 8860, 9140, 8870, 8756, 9529, 8324, 9367, 11185, 8846, 11294, 8407, 11275, 8996, 8542, 8924, 9593, 11053, 9449, 12876, 8620, 12051, 8377, 10211, 8731, 10072, 9144, 8463, 12312, 9197, 13154, 8285, 12521, 9612, 9429, 10869, 9159, 13165, 8686, 11150, 9426, 9109, 11957, 8672, 12066, 8659, 10208, 8274, 9238, 10929, 8546, 11160, 9104, 9580, 9385, 8670, 10141, 8723, 13213, 8131, 13907, 8597, 9183, 9313, 8687, 9611, 8773, 13644, 8266, 12834, 8263, 11741, 9166, 9977, 9574, 8113, 9563, 8304, 9667, 8082, 11074, 8398, 11918, 8463, 11001, 8090, 11985, 8381, 9938, 8900, 9065, 8430, 8605, 12755, 8297, 12795, 8277, 12906, 8474, 13243, 8196, 12557, 8128, 13359, 8256, 12883, 8701, 9203, 8587, 9361, 8622, 12763, 8555, 10250, 8640, 9277, 8769, 8687, 8715, 8955, 11527, 8434, 12509, 8268, 12240, 8930, 12634, 8340, 12335, 8085, 12380, 8159, 12165, 8480, 12144, 8609, 9410, 8898, 9306, 8681, 8326, 9395, 8992, 11072, 8331, 11721, 8304, 11701, 8442, 12069, 8545, 12440, 8850, 11896, 9807, 11787, 8256, 12712, 8489, 13538, 8290, 12150, 8538, 9349, 8635, 9634, 8445, 13702, 9229, 13521, 8604, 12131, 8250, 12074, 8529, 9354, 8320, 9078, 8782, 8689, 11023, 8280, 12676, 9133, 11609, 9423, 11375, 9537, 9691, 8793, 8930, 8720, 8459, 8801, 8468, 10806, 8706, 11753, 8178, 12375, 8518, 11932, 8290, 11675, 8231, 8975, 8601, 8437, 8473, 8728, 10661, 8677, 11367, 8586, 12529, 8461, 12327, 8828, 11798, 8572, 10007, 8373, 10405, 8810, 10146, 8474, 11147, 8337, 11210, 8387, 11244, 8481, 12464, 8697, 9846, 8543, 8973, 8749, 10381, 8801, 8775, 8786, 8304, 9070, 8605, 9596, 7787, 9034, 8426, 12027, 8073, 12161, 8174, 11874, 8527, 11845, 9004, 8597, 9153, 9025, 9008, 8657, 9000, 7963, 9894, 7852, 10391, 8274, 11113, 8647, 10372, 9306, 7709, 10192, 8111, 9514, 9504, 9289, 8647, 8326, 7842, 9330, 8523, 7944, 11579, 7938, 12459, 7977, 12597, 8028, 12100, 8582, 11386, 10019, 12161, 8425, 11529, 8595, 11816, 8752, 11860, 9044, 7969, 8746, 7989, 9022, 8133, 11279, 8060, 12403, 7690, 12686, 7872, 11933, 7825, 11423, 8470, 11475, 8808, 9452, 8859, 8857, 8860, 8103, 10856, 7828, 12403, 7922, 12560, 9265, 13569, 8887, 13124, 8804, 12523, 9371, 11560, 9236, 7720, 8830, 8792, 9747, 7938, 11098, 8421, 10475, 9288, 9506, 9593, 8462, 10628, 8178, 13958, 8012, 13122, 8045, 11961, 8436, 11556, 8556, 8639, 8722, 8275, 10048, 7716, 12783, 8670, 11913, 9420, 12698, 9951, 11851, 9709, 11602, 8728, 12503, 8557, 12247, 8861, 11786, 8901, 9109, 9518, 8612, 8991, 8356, 12254, 7899, 12638, 7879, 11723, 8259, 11544, 8533, 10102, 8646, 9407, 9970, 8969, 12129, 8274, 13111, 7829, 13229, 8262, 12215, 10244, 9665, 9452, 8520, 8787, 8672, 10510, 7830, 12945, 8730, 10362, 9007, 9304, 9529, 8233, 11665, 8607, 12409, 7915, 11990, 8472, 11727, 9519, 8804, 8939, 8749, 10343, 7938, 11076, 9393, 8663, 9121, 8411, 11846, 9101, 9199, 9219, 8876, 12565, 8246, 13060, 9570, 12333, 9789, 9341, 9821, 8240, 10407, 8149, 13142, 8296, 12705, 8274, 11969, 8141, 11496, 8362, 11801, 9067, 9654, 9114, 8524, 11128, 8298, 10086, 10198, 11470, 10078, 10949, 9377, 8310, 8885, 8777, 10728, 8072, 9386, 8447, 9496, 8991, 10030, 7989, 11129, 9399, 9626, 8885, 8933, 12330, 8844, 12947, 8623, 12537, 10050, 9642, 9661, 9616, 9855, 8261, 9876, 8132, 9529, 8590, 9766, 9429, 8376, 12718, 8094, 12854, 8621, 11847, 10236, 9647, 8622, 8616, 10844, 8357, 8784, 13307, 9100, 14329, 10834, 9676, 10047, 8570, 10814, 8503, 11531, 8004, 11616, 8365, 11016, 8697, 11563, 8692, 10548, 9754, 8658, 8869, 8761, 10598, 8289, 12079, 8130, 12751, 8826, 12167, 8253, 12064, 8506, 12148, 9044, 10208, 9750, 8703, 8954, 8762, 13227, 8374, 12695, 8896, 12148, 10624, 11326, 10288, 9667, 9115, 8951, 10574, 8248, 12983], 'WindowCenter': [4067.0, 4082.0, 4038.0, 4097.0, 4025.0, 4061.0, 4011.0, 4040.0, 4010.0, 4040.0, 4010.0, 4019.0, 4009.0, 4040.0, 4020.0, 4042.0, 4040.0, 4032.0, 4051.0, 4032.0, 4052.0, 4023.0, 4061.0, 4022.0, 4042.0, 4021.0, 4054.0, 4042.0, 4043.0, 4073.0, 4033.0, 4071.0, 4023.0, 4062.0, 4032.0, 4050.0, 4010.0, 4038.0, 4009.0, 4050.0, 4011.0, 4049.0, 4008.0, 4039.0, 4009.0, 4039.0, 4010.0, 4030.0, 4010.0, 4040.0, 4030.0, 4042.0, 4041.0, 4032.0, 4051.0, 4022.0, 4051.0, 4022.0, 4051.0, 4021.0, 4041.0, 4021.0, 4050.0, 4021.0, 4039.0, 4010.0, 4040.0, 4009.0, 4040.0, 4011.0, 4051.0, 4020.0, 4061.0, 4021.0, 4039.0, 4010.0, 4042.0, 4022.0, 4054.0, 4022.0, 4054.0, 4054.0, 4054.0, 4064.0, 4053.0, 4053.0, 4054.0, 4021.0, 4042.0, 4031.0, 4042.0, 4042.0, 4043.0, 4041.0, 4032.0, 4062.0, 4022.0, 4062.0, 4021.0, 4051.0, 4021.0, 4039.0, 4008.0, 4028.0, 4019.0, 4027.0, 4030.0, 4040.0, 4042.0, 4041.0, 4031.0, 4051.0, 4030.0, 4019.0, 4020.0, 4009.0, 4019.0, 4020.0, 4019.0, 3999.0, 4049.0, 3999.0, 4028.0, 4008.0, 4028.0, 4009.0, 4030.0, 4010.0, 4020.0, 4010.0, 4042.0, 4021.0, 4042.0, 4050.0, 4031.0, 4062.0, 4032.0, 4041.0, 4031.0, 4020.0, 4030.0, 4008.0, 4041.0, 4021.0, 4042.0, 4042.0, 4033.0, 4053.0, 4033.0, 4053.0, 4033.0, 4052.0, 4023.0, 4052.0, 4023.0, 4052.0, 4023.0, 4042.0, 4022.0, 4042.0, 4012.0, 4042.0, 4013.0, 4041.0, 4011.0, 4031.0, 4011.0, 4030.0, 4010.0, 4030.0, 4010.0, 4021.0, 4040.0, 4030.0, 4041.0, 4032.0, 4041.0, 4011.0, 4041.0, 4012.0, 4040.0, 4011.0, 4052.0, 4022.0, 4050.0, 4011.0, 4029.0, 4010.0, 4030.0, 4010.0, 4031.0, 4031.0, 4032.0, 4051.0, 4024.0, 4041.0, 4022.0, 4032.0, 4022.0, 4031.0, 4032.0, 4022.0, 4010.0, 4030.0, 4040.0, 4032.0, 4041.0, 4022.0, 4052.0, 4022.0, 4031.0, 4022.0, 4031.0, 4030.0, 4031.0, 4061.0, 4021.0, 4061.0, 4010.0, 4050.0, 4011.0, 4051.0, 4021.0, 4018.0, 4010.0, 4020.0, 4009.0, 4020.0, 4030.0, 4011.0, 4040.0, 3999.0, 4049.0, 4010.0, 4059.0, 4010.0, 4049.0, 4020.0, 4029.0, 4011.0, 4029.0, 4011.0, 4050.0, 4010.0, 4030.0, 4011.0, 4030.0, 4011.0, 4031.0, 4012.0, 4031.0, 4011.0, 4010.0, 4009.0, 4021.0, 4051.0, 4021.0, 4061.0, 4011.0, 4060.0, 4011.0, 4041.0, 4022.0, 4030.0, 4011.0, 4021.0, 4020.0, 4020.0, 4030.0, 4022.0, 4062.0, 4012.0, 4030.0, 4012.0, 4032.0, 4022.0, 4021.0, 4061.0, 4021.0, 4060.0, 4011.0, 4050.0, 4012.0, 4040.0, 4010.0, 4021.0, 4010.0, 4032.0, 4052.0, 4033.0, 4063.0, 4012.0, 4041.0, 4010.0, 4030.0, 4011.0, 4021.0, 4011.0, 4011.0, 4020.0, 4009.0, 4009.0, 4031.0, 4009.0, 4021.0, 4041.0, 4022.0, 4052.0, 4024.0, 4052.0, 4021.0, 4011.0, 4022.0, 4032.0, 4051.0, 4033.0, 4062.0, 4012.0, 4052.0, 4012.0, 4031.0, 4011.0, 4033.0, 4034.0, 4012.0, 4061.0, 4022.0, 4062.0, 4012.0, 4063.0, 4033.0, 4021.0, 4042.0, 4022.0, 4062.0, 4023.0, 4042.0, 4021.0, 4021.0, 4051.0, 4011.0, 4051.0, 4023.0, 4030.0, 4010.0, 4022.0, 4042.0, 4022.0, 4053.0, 4023.0, 4032.0, 4021.0, 4011.0, 4031.0, 4011.0, 4061.0, 4001.0, 4061.0, 4009.0, 4020.0, 4020.0, 4009.0, 4019.0, 4010.0, 4059.0, 3999.0, 4050.0, 4011.0, 4050.0, 4021.0, 4020.0, 4019.0, 3999.0, 4020.0, 3999.0, 4020.0, 3998.0, 4038.0, 3997.0, 4038.0, 3999.0, 4029.0, 3999.0, 4039.0, 3999.0, 4017.0, 4009.0, 4021.0, 4011.0, 4011.0, 4061.0, 4012.0, 4061.0, 4012.0, 4062.0, 4001.0, 4049.0, 3998.0, 4048.0, 4000.0, 4060.0, 4010.0, 4050.0, 4010.0, 4020.0, 4011.0, 4020.0, 4011.0, 4061.0, 4011.0, 4030.0, 4009.0, 4019.0, 4011.0, 4022.0, 4021.0, 4023.0, 4053.0, 4014.0, 4063.0, 4013.0, 4053.0, 4023.0, 4051.0, 4010.0, 4050.0, 4000.0, 4051.0, 4001.0, 4050.0, 4011.0, 4050.0, 4010.0, 4019.0, 4009.0, 4020.0, 4011.0, 4010.0, 4020.0, 4020.0, 4040.0, 4013.0, 4053.0, 4012.0, 4052.0, 4012.0, 4051.0, 4011.0, 4050.0, 4022.0, 4051.0, 4031.0, 4040.0, 3999.0, 4050.0, 4011.0, 4061.0, 4011.0, 4050.0, 4010.0, 4021.0, 4023.0, 4031.0, 4013.0, 4073.0, 4021.0, 4061.0, 4010.0, 4050.0, 4011.0, 4051.0, 4011.0, 4020.0, 4009.0, 4021.0, 4011.0, 4023.0, 4043.0, 4013.0, 4061.0, 4023.0, 4051.0, 4022.0, 4051.0, 4022.0, 4020.0, 4010.0, 4009.0, 4009.0, 3999.0, 4010.0, 3999.0, 4030.0, 4010.0, 4050.0, 4001.0, 4051.0, 4012.0, 4050.0, 4000.0, 4040.0, 4000.0, 4010.0, 4011.0, 4011.0, 4010.0, 4022.0, 4042.0, 4023.0, 4052.0, 4012.0, 4050.0, 4010.0, 4050.0, 4011.0, 4051.0, 4011.0, 4020.0, 3999.0, 4029.0, 4011.0, 4030.0, 4011.0, 4039.0, 4011.0, 4040.0, 4012.0, 4040.0, 4022.0, 4052.0, 4011.0, 4030.0, 4011.0, 4010.0, 4011.0, 4031.0, 4022.0, 4010.0, 4011.0, 4011.0, 4011.0, 4011.0, 4021.0, 4000.0, 4020.0, 4000.0, 4051.0, 4001.0, 4050.0, 4012.0, 4053.0, 4023.0, 4051.0, 4011.0, 4010.0, 4021.0, 4010.0, 4010.0, 4010.0, 4009.0, 3999.0, 4019.0, 3999.0, 4030.0, 4012.0, 4042.0, 4012.0, 4031.0, 4021.0, 3990.0, 4032.0, 3998.0, 4021.0, 4020.0, 4019.0, 3999.0, 3998.0, 3999.0, 4020.0, 4022.0, 4015.0, 4054.0, 4014.0, 4063.0, 4012.0, 4063.0, 4002.0, 4052.0, 4012.0, 4040.0, 4021.0, 4040.0, 4001.0, 4040.0, 4011.0, 4039.0, 4010.0, 4040.0, 4010.0, 3999.0, 4010.0, 4000.0, 4009.0, 4001.0, 4042.0, 4001.0, 4051.0, 3990.0, 4050.0, 4000.0, 4040.0, 3990.0, 4040.0, 4000.0, 4040.0, 4021.0, 4020.0, 4023.0, 4022.0, 4022.0, 4002.0, 4043.0, 4002.0, 4063.0, 4014.0, 4061.0, 4023.0, 4062.0, 4024.0, 4062.0, 4021.0, 4051.0, 4023.0, 4040.0, 4020.0, 3989.0, 4020.0, 4012.0, 4032.0, 4014.0, 4053.0, 4013.0, 4042.0, 4033.0, 4032.0, 4033.0, 4012.0, 4041.0, 4000.0, 4062.0, 4000.0, 4051.0, 4001.0, 4041.0, 4001.0, 4040.0, 4010.0, 4010.0, 4011.0, 4013.0, 4032.0, 4003.0, 4062.0, 4022.0, 4052.0, 4023.0, 4062.0, 4033.0, 4040.0, 4021.0, 4040.0, 4011.0, 4049.0, 4010.0, 4040.0, 4010.0, 4040.0, 4010.0, 4009.0, 4029.0, 4011.0, 4021.0, 4012.0, 4052.0, 4012.0, 4063.0, 4013.0, 4052.0, 4013.0, 4042.0, 4010.0, 4031.0, 4011.0, 4032.0, 4044.0, 4022.0, 4052.0, 4012.0, 4062.0, 4002.0, 4061.0, 4012.0, 4051.0, 4031.0, 4020.0, 4021.0, 4009.0, 4010.0, 4012.0, 4041.0, 4001.0, 4062.0, 4011.0, 4031.0, 4019.0, 4022.0, 4020.0, 3999.0, 4040.0, 4011.0, 4051.0, 4001.0, 4051.0, 4011.0, 4040.0, 4021.0, 4010.0, 4021.0, 4011.0, 4042.0, 4013.0, 4042.0, 4022.0, 4012.0, 4022.0, 4013.0, 4063.0, 4023.0, 4022.0, 4031.0, 4023.0, 4063.0, 4013.0, 4063.0, 4021.0, 4051.0, 4032.0, 4019.0, 4031.0, 4001.0, 4032.0, 3999.0, 4060.0, 4001.0, 4050.0, 3999.0, 4038.0, 3998.0, 4039.0, 3999.0, 4039.0, 4009.0, 4020.0, 4020.0, 4010.0, 4041.0, 4012.0, 4041.0, 4044.0, 4053.0, 4033.0, 4042.0, 4020.0, 3999.0, 4010.0, 4010.0, 4041.0, 4000.0, 4021.0, 3999.0, 4019.0, 4010.0, 4029.0, 4011.0, 4052.0, 4023.0, 4031.0, 4021.0, 4021.0, 4062.0, 4023.0, 4062.0, 4012.0, 4051.0, 4030.0, 4020.0, 4021.0, 4019.0, 4019.0, 3999.0, 4018.0, 4000.0, 4019.0, 4010.0, 4032.0, 4023.0, 4011.0, 4062.0, 4000.0, 4052.0, 4011.0, 4040.0, 4031.0, 4022.0, 4009.0, 4009.0, 4042.0, 4012.0, 4025.0, 4074.0, 4023.0, 4072.0, 4042.0, 4020.0, 4030.0, 4009.0, 4041.0, 4008.0, 4039.0, 3988.0, 4029.0, 3999.0, 4029.0, 4010.0, 4040.0, 4010.0, 4028.0, 4018.0, 4010.0, 4009.0, 4010.0, 4030.0, 4000.0, 4049.0, 3998.0, 4048.0, 4009.0, 4048.0, 4010.0, 4048.0, 4010.0, 4049.0, 4009.0, 4029.0, 4031.0, 4021.0, 4021.0, 4021.0, 4062.0, 4012.0, 4061.0, 4021.0, 4051.0, 4042.0, 4040.0, 4031.0, 4018.0, 4008.0, 4021.0, 4039.0, 4010.0, 4060.0], 'WindowWidth': [9065.0, 9069.0, 9003.0, 9079.0, 8977.0, 9016.0, 8950.0, 8984.0, 8946.0, 8985.0, 8947.0, 8956.0, 8943.0, 8985.0, 8959.0, 8994.0, 8986.0, 8979.0, 9004.0, 8980.0, 9004.0, 8969.0, 9016.0, 8966.0, 8990.0, 8964.0, 9012.0, 8994.0, 8995.0, 9036.0, 8983.0, 9031.0, 8970.0, 9018.0, 8978.0, 8997.0, 8946.0, 8980.0, 8945.0, 8999.0, 8951.0, 8995.0, 8942.0, 8981.0, 8944.0, 8983.0, 8948.0, 8972.0, 8945.0, 8985.0, 8973.0, 8992.0, 8988.0, 8977.0, 9003.0, 8965.0, 9004.0, 8966.0, 9002.0, 8964.0, 8988.0, 8964.0, 8999.0, 8963.0, 8982.0, 8945.0, 8984.0, 8944.0, 8984.0, 8948.0, 9000.0, 8960.0, 9018.0, 8962.0, 8983.0, 8948.0, 8991.0, 8966.0, 9013.0, 8968.0, 9012.0, 9011.0, 9013.0, 9025.0, 9011.0, 9010.0, 9010.0, 8964.0, 8992.0, 8976.0, 8993.0, 8991.0, 8996.0, 8990.0, 8980.0, 9018.0, 8966.0, 9018.0, 8963.0, 9003.0, 8961.0, 8981.0, 8939.0, 8962.0, 8953.0, 8964.0, 8974.0, 8987.0, 8993.0, 8988.0, 8975.0, 9000.0, 8971.0, 8957.0, 8958.0, 8944.0, 8956.0, 8959.0, 8954.0, 8931.0, 8995.0, 8930.0, 8964.0, 8940.0, 8964.0, 8943.0, 8971.0, 8947.0, 8959.0, 8947.0, 8990.0, 8963.0, 8993.0, 9001.0, 8976.0, 9016.0, 8976.0, 8989.0, 8975.0, 8959.0, 8972.0, 8942.0, 8990.0, 8961.0, 8992.0, 8992.0, 8983.0, 9007.0, 8984.0, 9008.0, 8984.0, 9005.0, 8969.0, 9004.0, 8967.0, 9006.0, 8969.0, 8991.0, 8967.0, 8991.0, 8953.0, 8993.0, 8955.0, 8989.0, 8948.0, 8973.0, 8948.0, 8971.0, 8947.0, 8971.0, 8946.0, 8961.0, 8984.0, 8974.0, 8987.0, 8980.0, 8988.0, 8951.0, 8987.0, 8951.0, 8984.0, 8950.0, 9004.0, 8964.0, 8998.0, 8948.0, 8968.0, 8946.0, 8973.0, 8946.0, 8974.0, 8977.0, 8980.0, 9005.0, 8972.0, 8989.0, 8968.0, 8976.0, 8967.0, 8976.0, 8980.0, 8965.0, 8946.0, 8973.0, 8987.0, 8977.0, 8989.0, 8967.0, 9004.0, 8966.0, 8976.0, 8964.0, 8976.0, 8974.0, 8976.0, 9015.0, 8963.0, 9015.0, 8947.0, 8997.0, 8948.0, 9001.0, 8962.0, 8953.0, 8943.0, 8956.0, 8942.0, 8957.0, 8971.0, 8947.0, 8983.0, 8930.0, 8994.0, 8945.0, 9009.0, 8948.0, 8995.0, 8958.0, 8968.0, 8947.0, 8968.0, 8948.0, 8999.0, 8946.0, 8970.0, 8947.0, 8970.0, 8947.0, 8972.0, 8950.0, 8974.0, 8947.0, 8945.0, 8944.0, 8961.0, 9002.0, 8963.0, 9013.0, 8949.0, 9011.0, 8948.0, 8986.0, 8964.0, 8972.0, 8949.0, 8960.0, 8959.0, 8961.0, 8973.0, 8965.0, 9018.0, 8953.0, 8972.0, 8951.0, 8977.0, 8965.0, 8961.0, 9015.0, 8961.0, 9012.0, 8948.0, 9000.0, 8952.0, 8985.0, 8947.0, 8961.0, 8947.0, 8978.0, 9004.0, 8983.0, 9019.0, 8953.0, 8988.0, 8947.0, 8971.0, 8948.0, 8959.0, 8948.0, 8945.0, 8959.0, 8942.0, 8941.0, 8974.0, 8945.0, 8961.0, 8989.0, 8966.0, 9006.0, 8972.0, 9005.0, 8965.0, 8949.0, 8964.0, 8977.0, 9002.0, 8981.0, 9017.0, 8952.0, 9003.0, 8951.0, 8974.0, 8950.0, 8980.0, 8984.0, 8952.0, 9016.0, 8963.0, 9018.0, 8952.0, 9020.0, 8981.0, 8961.0, 8991.0, 8964.0, 9019.0, 8968.0, 8989.0, 8961.0, 8961.0, 9002.0, 8949.0, 9000.0, 8968.0, 8973.0, 8946.0, 8963.0, 8990.0, 8965.0, 9006.0, 8969.0, 8977.0, 8963.0, 8949.0, 8974.0, 8947.0, 9013.0, 8934.0, 9012.0, 8942.0, 8955.0, 8958.0, 8943.0, 8957.0, 8943.0, 9008.0, 8928.0, 8995.0, 8946.0, 8996.0, 8962.0, 8956.0, 8956.0, 8928.0, 8957.0, 8927.0, 8959.0, 8927.0, 8978.0, 8923.0, 8976.0, 8926.0, 8967.0, 8929.0, 8979.0, 8929.0, 8949.0, 8941.0, 8960.0, 8947.0, 8948.0, 9014.0, 8950.0, 9014.0, 8950.0, 9015.0, 8933.0, 8994.0, 8927.0, 8992.0, 8930.0, 9009.0, 8945.0, 8996.0, 8945.0, 8956.0, 8948.0, 8956.0, 8949.0, 9014.0, 8947.0, 8968.0, 8941.0, 8954.0, 8948.0, 8966.0, 8963.0, 8967.0, 9008.0, 8957.0, 9021.0, 8955.0, 9005.0, 8965.0, 9000.0, 8946.0, 8995.0, 8932.0, 8997.0, 8936.0, 8997.0, 8946.0, 8995.0, 8944.0, 8954.0, 8944.0, 8959.0, 8950.0, 8945.0, 8959.0, 8960.0, 8987.0, 8954.0, 9006.0, 8953.0, 9005.0, 8953.0, 8999.0, 8950.0, 8997.0, 8965.0, 9001.0, 8973.0, 8984.0, 8930.0, 8998.0, 8946.0, 9015.0, 8950.0, 8999.0, 8947.0, 8961.0, 8969.0, 8974.0, 8955.0, 9032.0, 8963.0, 9013.0, 8945.0, 8996.0, 8947.0, 8999.0, 8949.0, 8958.0, 8942.0, 8961.0, 8947.0, 8969.0, 8993.0, 8956.0, 9015.0, 8968.0, 9000.0, 8965.0, 9001.0, 8963.0, 8956.0, 8944.0, 8938.0, 8940.0, 8927.0, 8944.0, 8927.0, 8969.0, 8944.0, 8997.0, 8933.0, 9001.0, 8952.0, 8998.0, 8932.0, 8982.0, 8931.0, 8944.0, 8950.0, 8947.0, 8947.0, 8966.0, 8991.0, 8968.0, 9005.0, 8951.0, 8999.0, 8947.0, 8998.0, 8946.0, 9001.0, 8946.0, 8957.0, 8928.0, 8967.0, 8947.0, 8970.0, 8948.0, 8983.0, 8949.0, 8985.0, 8950.0, 8984.0, 8965.0, 9002.0, 8949.0, 8971.0, 8948.0, 8944.0, 8949.0, 8974.0, 8963.0, 8944.0, 8947.0, 8946.0, 8948.0, 8945.0, 8962.0, 8933.0, 8957.0, 8931.0, 9000.0, 8936.0, 8998.0, 8953.0, 9007.0, 8968.0, 8999.0, 8947.0, 8944.0, 8960.0, 8944.0, 8945.0, 8944.0, 8940.0, 8928.0, 8955.0, 8930.0, 8971.0, 8953.0, 8989.0, 8952.0, 8972.0, 8960.0, 8918.0, 8976.0, 8926.0, 8959.0, 8956.0, 8955.0, 8926.0, 8925.0, 8929.0, 8957.0, 8964.0, 8962.0, 9012.0, 8958.0, 9021.0, 8954.0, 9019.0, 8938.0, 9001.0, 8951.0, 8983.0, 8961.0, 8982.0, 8932.0, 8981.0, 8945.0, 8980.0, 8944.0, 8983.0, 8944.0, 8928.0, 8943.0, 8931.0, 8943.0, 8935.0, 8988.0, 8935.0, 8998.0, 8918.0, 8996.0, 8931.0, 8982.0, 8920.0, 8982.0, 8931.0, 8983.0, 8961.0, 8958.0, 8967.0, 8964.0, 8965.0, 8938.0, 8992.0, 8939.0, 9019.0, 8956.0, 9015.0, 8966.0, 9016.0, 8968.0, 9014.0, 8961.0, 9000.0, 8967.0, 8984.0, 8959.0, 8917.0, 8958.0, 8950.0, 8978.0, 8958.0, 9009.0, 8957.0, 8991.0, 8982.0, 8976.0, 8979.0, 8950.0, 8988.0, 8931.0, 9016.0, 8932.0, 8998.0, 8934.0, 8985.0, 8934.0, 8982.0, 8943.0, 8943.0, 8948.0, 8954.0, 8979.0, 8940.0, 9017.0, 8966.0, 9002.0, 8966.0, 9016.0, 8978.0, 8984.0, 8960.0, 8981.0, 8945.0, 8994.0, 8944.0, 8984.0, 8945.0, 8983.0, 8943.0, 8942.0, 8970.0, 8949.0, 8962.0, 8952.0, 9004.0, 8954.0, 9019.0, 8954.0, 9003.0, 8955.0, 8989.0, 8947.0, 8974.0, 8950.0, 8979.0, 8997.0, 8964.0, 9004.0, 8951.0, 9016.0, 8939.0, 9015.0, 8952.0, 9001.0, 8975.0, 8956.0, 8960.0, 8941.0, 8945.0, 8951.0, 8988.0, 8937.0, 9016.0, 8948.0, 8973.0, 8958.0, 8962.0, 8958.0, 8929.0, 8984.0, 8947.0, 8998.0, 8934.0, 8999.0, 8949.0, 8984.0, 8959.0, 8942.0, 8959.0, 8948.0, 8991.0, 8956.0, 8991.0, 8966.0, 8951.0, 8964.0, 8957.0, 9022.0, 8970.0, 8965.0, 8976.0, 8968.0, 9020.0, 8956.0, 9020.0, 8964.0, 9000.0, 8976.0, 8956.0, 8973.0, 8935.0, 8975.0, 8929.0, 9012.0, 8935.0, 8998.0, 8930.0, 8979.0, 8928.0, 8980.0, 8929.0, 8981.0, 8944.0, 8959.0, 8960.0, 8947.0, 8990.0, 8953.0, 8988.0, 8998.0, 9007.0, 8980.0, 8989.0, 8958.0, 8929.0, 8944.0, 8943.0, 8987.0, 8932.0, 8959.0, 8929.0, 8953.0, 8946.0, 8970.0, 8950.0, 9004.0, 8968.0, 8974.0, 8963.0, 8962.0, 9018.0, 8969.0, 9019.0, 8951.0, 9000.0, 8972.0, 8956.0, 8961.0, 8955.0, 8955.0, 8927.0, 8952.0, 8931.0, 8954.0, 8946.0, 8976.0, 8967.0, 8948.0, 9017.0, 8932.0, 9003.0, 8949.0, 8985.0, 8974.0, 8962.0, 8940.0, 8942.0, 8988.0, 8951.0, 8974.0, 9038.0, 8970.0, 9031.0, 8990.0, 8957.0, 8971.0, 8942.0, 8987.0, 8939.0, 8981.0, 8911.0, 8966.0, 8927.0, 8966.0, 8944.0, 8985.0, 8944.0, 8965.0, 8953.0, 8942.0, 8943.0, 8943.0, 8973.0, 8931.0, 8993.0, 8927.0, 8992.0, 8942.0, 8992.0, 8945.0, 8993.0, 8944.0, 8994.0, 8944.0, 8968.0, 8974.0, 8962.0, 8962.0, 8962.0, 9017.0, 8952.0, 9015.0, 8963.0, 9003.0, 8992.0, 8982.0, 8973.0, 8952.0, 8941.0, 8960.0, 8984.0, 8947.0, 9011.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.0002525776754890679</td></tr>
<tr><td colspan=3>aqi</td><td>0.01740897019562716</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.473981953675086</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2325832668778796</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9830152113824889</td></tr>
<tr><td colspan=3>efc</td><td>0.4443</td></tr>
<tr><td colspan=3>fber</td><td>6796.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05628469945950607</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5281875819378863</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.515793485473355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773784115686015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.294985144654289</td></tr>
<tr><td colspan=3>gcor</td><td>0.00374405</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020329855382442474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01971312053501606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.383630487756293</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>38.4213</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.3725</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311537.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>786.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.4338</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5337</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.8802</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.6416</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1033.2018</td></tr>
<tr><td colspan=3>tsnr</td><td>42.87664093542844</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>