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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0005_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0005_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-01/func/sub-0005_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3e0eedd3d965bf75977817593fc0a55f</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>15:48:20.585000</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_VE11C_LATEST_20160120</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.999449, 0.0189586, -0.0272404, -0.0200629, 0.998964, -0.0408536]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0795652</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7753, -7253, 481, -78, -10, -75, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8101ad8d-d65c-4089-9907-0470b25cef15||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814489364624023, -0.05382716655731201, -0.07138160616159439, 118.90250396728516], [-0.05086447671055794, 2.6801464557647705, -0.11171967536211014, -88.51456451416016], [-0.07308396697044373, 0.10960733145475388, 2.6967432498931885, -50.972007751464844], [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': ['154820.585000', '154821.045000', '154821.505000', '154821.965000', '154822.425000', '154822.885000', '154823.345000', '154823.805000', '154824.265000', '154824.725000', '154825.185000', '154825.645000', '154826.105000', '154826.565000', '154827.025000', '154827.485000', '154827.945000', '154828.405000', '154828.865000', '154829.325000', '154829.785000', '154830.245000', '154830.705000', '154831.165000', '154831.625000', '154832.085000', '154832.545000', '154833.005000', '154833.465000', '154833.925000', '154834.385000', '154834.845000', '154835.305000', '154835.765000', '154836.225000', '154836.685000', '154837.145000', '154837.605000', '154838.065000', '154838.525000', '154838.985000', '154839.445000', '154839.905000', '154840.365000', '154840.825000', '154841.285000', '154841.745000', '154842.205000', '154842.665000', '154843.125000', '154843.585000', '154844.045000', '154844.505000', '154844.965000', '154845.425000', '154845.885000', '154846.345000', '154846.805000', '154847.265000', '154847.725000', '154848.185000', '154848.645000', '154849.105000', '154849.565000', '154850.025000', '154850.485000', '154850.945000', '154851.405000', '154851.865000', '154852.325000', '154852.785000', '154853.245000', '154853.705000', '154854.165000', '154854.625000', '154855.085000', '154855.545000', '154856.005000', '154856.465000', '154856.925000', '154857.385000', '154857.845000', '154858.305000', '154858.765000', '154859.225000', '154859.685000', '154900.145000', '154900.605000', '154901.065000', '154901.525000', '154901.985000', '154902.445000', '154902.905000', '154903.365000', '154903.825000', '154904.285000', '154904.745000', '154905.205000', '154905.665000', '154906.125000', '154906.585000', '154907.045000', '154907.505000', '154907.965000', '154908.425000', '154908.885000', '154909.345000', '154909.805000', '154910.265000', '154910.725000', '154911.185000', '154911.645000', '154912.105000', '154912.565000', '154913.025000', '154913.485000', '154913.945000', '154914.405000', '154914.865000', '154915.325000', '154915.785000', '154916.245000', '154916.705000', '154917.165000', '154917.625000', '154918.085000', '154918.545000', '154919.005000', '154919.465000', '154919.925000', '154920.385000', '154920.845000', '154921.305000', '154921.765000', '154922.225000', '154922.685000', '154923.145000', '154923.605000', '154924.065000', '154924.525000', '154924.985000', '154925.445000', '154925.905000', '154926.365000', '154926.825000', '154927.285000', '154927.745000', '154928.205000', '154928.665000', '154929.125000', '154929.585000', '154930.045000', '154930.505000', '154930.965000', '154931.425000', '154931.885000', '154932.345000', '154932.805000', '154933.265000', '154933.725000', '154934.185000', '154934.645000', '154935.105000', '154935.565000', '154936.025000', '154936.485000', '154936.945000', '154937.405000', '154937.865000', '154938.325000', '154938.785000', '154939.245000', '154939.705000', '154940.165000', '154940.625000', '154941.085000', '154941.545000', '154942.005000', '154942.465000', '154942.925000', '154943.385000', '154943.845000', '154944.305000', '154944.765000', '154945.225000', '154945.685000', '154946.145000', '154946.605000', '154947.065000', '154947.525000', '154947.985000', '154948.445000', '154948.905000', '154949.365000', '154949.825000', '154950.285000', '154950.745000', '154951.205000', '154951.665000', '154952.125000', '154952.585000', '154953.045000', '154953.505000', '154953.965000', '154954.425000', '154954.885000', '154955.345000', '154955.805000', '154956.265000', '154956.725000', '154957.185000', '154957.645000', '154958.105000', '154958.565000', '154959.025000', '154959.485000', '154959.945000', '155000.405000', '155000.865000', '155001.325000', '155001.785000', '155002.245000', '155002.705000', '155003.165000', '155003.625000', '155004.085000', '155004.545000', '155005.005000', '155005.465000', '155005.925000', '155006.385000', '155006.845000', '155007.305000', '155007.765000', '155008.225000', '155008.685000', '155009.145000', '155009.605000', '155010.065000', '155010.525000', '155010.985000', '155011.445000', '155011.905000', '155012.365000', '155012.825000', '155013.285000', '155013.745000', '155014.205000', '155014.665000', '155015.125000', '155015.585000', '155016.045000', '155016.505000', '155016.965000', '155017.425000', '155017.885000', '155018.345000', '155018.805000', '155019.265000', '155019.725000', '155020.185000', '155020.645000', '155021.105000', '155021.565000', '155022.025000', '155022.485000', '155022.945000', '155023.405000', '155023.865000', '155024.325000', '155024.785000', '155025.245000', '155025.705000', '155026.165000', '155026.625000', '155027.085000', '155027.545000', '155028.005000', '155028.465000', '155028.925000', '155029.385000', '155029.845000', '155030.305000', '155030.765000', '155031.225000', '155031.685000', '155032.145000', '155032.605000', '155033.065000', '155033.525000', '155033.985000', '155034.445000', '155034.905000', '155035.365000', '155035.825000', '155036.285000', '155036.745000', '155037.205000', '155037.665000', '155038.125000', '155038.585000', '155039.045000', '155039.505000', '155039.965000', '155040.425000', '155040.885000', '155041.345000', '155041.805000', '155042.265000', '155042.725000', '155043.185000', '155043.645000', '155044.105000', '155044.565000', '155045.025000', '155045.485000', '155045.945000', '155046.405000', '155046.865000', '155047.325000', '155047.785000', '155048.245000', '155048.705000', '155049.165000', '155049.625000', '155050.085000', '155050.545000', '155051.005000', '155051.465000', '155051.925000', '155052.385000', '155052.845000', '155053.305000', '155053.765000', '155054.225000', '155054.685000', '155055.145000', '155055.605000', '155056.065000', '155056.525000', '155056.985000', '155057.445000', '155057.905000', '155058.365000', '155058.825000', '155059.285000', '155059.745000', '155100.205000', '155100.665000', '155101.125000', '155101.585000', '155102.045000', '155102.505000', '155102.965000', '155103.425000', '155103.885000', '155104.345000', '155104.805000', '155105.265000', '155105.725000', '155106.185000', '155106.645000', '155107.105000', '155107.565000', '155108.025000', '155108.485000', '155108.945000', '155109.405000', '155109.865000', '155110.325000', '155110.785000', '155111.245000', '155111.705000', '155112.165000', '155112.625000', '155113.085000', '155113.545000', '155114.005000', '155114.465000', '155114.925000', '155115.385000', '155115.845000', '155116.305000', '155116.765000', '155117.225000', '155117.685000', '155118.145000', '155118.605000', '155119.065000', '155119.525000', '155119.985000', '155120.445000', '155120.905000', '155121.365000', '155121.825000', '155122.285000', '155122.745000', '155123.205000', '155123.665000', '155124.125000', '155124.585000', '155125.045000', '155125.505000', '155125.965000', '155126.425000', '155126.885000', '155127.345000', '155127.805000', '155128.265000', '155128.725000', '155129.185000', '155129.645000', '155130.105000', '155130.565000', '155131.025000', '155131.485000', '155131.945000', '155132.405000', '155132.865000', '155133.325000', '155133.785000', '155134.245000', '155134.705000', '155135.165000', '155135.625000', '155136.085000', '155136.545000', '155137.005000', '155137.465000', '155137.925000', '155138.385000', '155138.845000', '155139.305000', '155139.765000', '155140.225000', '155140.685000', '155141.145000', '155141.605000', '155142.065000', '155142.525000', '155142.985000', '155143.445000', '155143.905000', '155144.365000', '155144.825000', '155145.285000', '155145.745000', '155146.205000', '155146.665000', '155147.125000', '155147.585000', '155148.045000', '155148.505000', '155148.965000', '155149.425000', '155149.885000', '155150.345000', '155150.805000', '155151.265000', '155151.725000', '155152.185000', '155152.645000', '155153.105000', '155153.565000', '155154.025000', '155154.485000', '155154.945000', '155155.405000', '155155.865000', '155156.325000', '155156.785000', '155157.245000', '155157.705000', '155158.165000', '155158.625000', '155159.085000', '155159.545000', '155200.005000', '155200.465000', '155200.925000', '155201.385000', '155201.845000', '155202.305000', '155202.765000', '155203.225000', '155203.685000', '155204.145000', '155204.605000', '155205.065000', '155205.525000', '155205.985000', '155206.445000', '155206.905000', '155207.365000', '155207.825000', '155208.285000', '155208.745000', '155209.205000', '155209.665000', '155210.125000', '155210.585000', '155211.045000', '155211.505000', '155211.965000', '155212.425000', '155212.885000', '155213.345000', '155213.805000', '155214.265000', '155214.725000', '155215.185000', '155215.645000', '155216.105000', '155216.565000', '155217.025000', '155217.485000', '155217.945000', '155218.405000', '155218.865000', '155219.325000', '155219.785000', '155220.245000', '155220.705000', '155221.165000', '155221.625000', '155222.085000', '155222.545000', '155223.005000', '155223.465000', '155223.925000', '155224.385000', '155224.845000', '155225.305000', '155225.765000', '155226.225000', '155226.685000', '155227.145000', '155227.605000', '155228.065000', '155228.525000', '155228.985000', '155229.445000', '155229.905000', '155230.365000', '155230.825000', '155231.285000', '155231.745000', '155232.205000', '155232.665000', '155233.125000', '155233.585000', '155234.045000', '155234.505000', '155234.965000', '155235.425000', '155235.885000', '155236.345000', '155236.805000', '155237.265000', '155237.725000', '155238.185000', '155238.645000', '155239.105000', '155239.565000', '155240.025000', '155240.485000', '155240.945000', '155241.405000', '155241.865000', '155242.325000', '155242.785000', '155243.245000', '155243.705000', '155244.165000', '155244.625000', '155245.085000', '155245.545000', '155246.005000', '155246.465000', '155246.925000', '155247.385000', '155247.845000', '155248.305000', '155248.765000', '155249.225000', '155249.685000', '155250.145000', '155250.605000', '155251.065000', '155251.525000', '155251.985000', '155252.445000', '155252.905000', '155253.365000', '155253.825000', '155254.285000', '155254.745000', '155255.205000', '155255.665000', '155256.125000', '155256.585000', '155257.045000', '155257.505000', '155257.965000', '155258.425000', '155258.885000', '155259.345000', '155259.805000', '155300.265000', '155300.725000', '155301.185000', '155301.645000', '155302.105000', '155302.565000', '155303.025000', '155303.485000', '155303.945000', '155304.405000', '155304.865000', '155305.325000', '155305.785000', '155306.245000', '155306.705000', '155307.165000', '155307.625000', '155308.085000', '155308.545000', '155309.005000', '155309.465000', '155309.925000', '155310.385000', '155310.845000', '155311.305000', '155311.765000', '155312.225000', '155312.685000', '155313.145000', '155313.605000', '155314.065000', '155314.525000', '155314.985000', '155315.445000', '155315.905000', '155316.365000', '155316.825000', '155317.285000', '155317.745000', '155318.205000', '155318.665000', '155319.125000', '155319.585000', '155320.045000', '155320.505000', '155320.965000', '155321.425000', '155321.885000', '155322.345000', '155322.805000', '155323.265000', '155323.725000', '155324.185000', '155324.645000', '155325.105000', '155325.565000', '155326.025000', '155326.485000', '155326.945000', '155327.405000', '155327.865000', '155328.325000', '155328.785000', '155329.245000', '155329.705000', '155330.165000', '155330.625000', '155331.085000', '155331.545000', '155332.005000', '155332.465000', '155332.925000', '155333.385000', '155333.845000', '155334.305000', '155334.765000', '155335.225000', '155335.685000', '155336.145000', '155336.605000', '155337.065000', '155337.525000', '155337.985000', '155338.445000', '155338.905000', '155339.365000', '155339.825000', '155340.285000', '155340.745000', '155341.205000', '155341.665000', '155342.125000', '155342.585000', '155343.045000', '155343.505000', '155343.965000', '155344.425000', '155344.885000', '155345.345000', '155345.805000', '155346.265000', '155346.725000', '155347.185000', '155347.645000', '155348.105000', '155348.565000', '155349.025000', '155349.485000', '155349.945000', '155350.405000', '155350.865000', '155351.325000', '155351.785000', '155352.245000', '155352.705000', '155353.165000', '155353.625000', '155354.085000', '155354.545000', '155355.005000', '155355.465000', '155355.925000', '155356.385000', '155356.845000', '155357.305000', '155357.765000', '155358.225000', '155358.685000', '155359.145000', '155359.605000', '155400.065000', '155400.525000', '155400.985000', '155401.445000', '155401.905000', '155402.365000', '155402.825000', '155403.285000', '155403.745000', '155404.205000', '155404.665000', '155405.125000', '155405.585000', '155406.045000', '155406.505000', '155406.965000', '155407.425000', '155407.885000', '155408.345000', '155408.805000', '155409.265000', '155409.725000', '155410.185000', '155410.645000', '155411.105000', '155411.565000', '155412.025000', '155412.485000', '155412.945000', '155413.405000', '155413.865000', '155414.325000', '155414.785000', '155415.245000', '155415.705000', '155416.165000', '155416.625000', '155417.085000', '155417.545000', '155418.005000', '155418.465000', '155418.925000', '155419.385000', '155419.845000', '155420.305000', '155420.765000', '155421.225000', '155421.685000', '155422.145000', '155422.605000', '155423.065000', '155423.525000', '155423.985000', '155424.445000', '155424.905000', '155425.365000', '155425.825000', '155426.285000', '155426.745000', '155427.205000', '155427.665000', '155428.125000', '155428.585000', '155429.045000', '155429.505000', '155429.965000', '155430.425000', '155430.885000', '155431.345000', '155431.805000', '155432.265000', '155432.725000', '155433.185000', '155433.645000', '155434.105000', '155434.565000', '155435.025000', '155435.485000', '155435.945000', '155436.405000', '155436.865000', '155437.325000', '155437.785000', '155438.245000', '155438.705000', '155439.165000', '155439.625000', '155440.085000', '155440.545000', '155441.005000', '155441.465000', '155441.925000', '155442.385000', '155442.845000', '155443.305000', '155443.765000', '155444.225000', '155444.685000', '155445.145000', '155445.605000', '155446.065000', '155446.525000', '155446.985000', '155447.445000', '155447.905000', '155448.365000', '155448.825000', '155449.285000', '155449.745000', '155450.205000', '155450.665000', '155451.125000', '155451.585000', '155452.045000', '155452.505000', '155452.965000', '155453.425000', '155453.885000', '155454.345000', '155454.805000', '155455.265000', '155455.725000', '155456.185000', '155456.645000', '155457.105000', '155457.565000', '155458.025000', '155458.485000', '155458.945000', '155459.405000', '155459.865000', '155500.325000', '155500.785000', '155501.245000'], 'ContentTime': ['154849.116000', '154849.119000', '154849.126000', '154849.129000', '154849.132000', '154849.134000', '154849.138000', '154849.140000', '154849.143000', '154849.146000', '154849.149000', '154849.152000', '154849.154000', '154849.157000', '154849.160000', '154849.163000', '154849.166000', '154849.169000', '154849.172000', '154849.174000', '154849.177000', '154849.187000', '154849.190000', '154849.193000', '154849.196000', '154849.199000', '154849.202000', '154849.205000', '154849.207000', '154849.210000', '154849.213000', '154849.216000', '154849.227000', '154849.230000', '154849.233000', '154849.235000', '154849.238000', '154849.241000', '154849.244000', '154849.247000', '154849.250000', '154849.252000', '154849.255000', '154849.258000', '154849.261000', '154849.264000', '154849.267000', '154849.269000', '154849.272000', '154849.275000', '154849.278000', '154849.281000', '154849.284000', '154849.292000', '154849.295000', '154849.298000', '154849.301000', '154849.303000', '154849.306000', '154849.309000', '154909.077000', '154909.080000', '154909.083000', '154909.086000', '154909.089000', '154909.091000', '154909.094000', '154909.101000', '154909.103000', '154909.106000', '154909.109000', '154909.112000', '154909.115000', '154909.124000', '154909.127000', '154909.130000', '154909.132000', '154909.135000', '154909.138000', '154909.141000', '154909.144000', '154909.147000', '154909.149000', '154909.152000', '154909.168000', '154909.171000', '154909.174000', '154909.183000', '154909.186000', '154909.189000', '154909.191000', '154909.194000', '154909.197000', '154909.200000', '154909.203000', '154909.206000', '154909.208000', '154909.211000', '154909.214000', '154909.217000', '154909.220000', '154909.223000', '154909.225000', '154929.077000', '154929.080000', '154929.083000', '154929.085000', '154929.089000', '154929.092000', '154929.109000', '154929.111000', '154929.114000', '154929.117000', '154929.120000', '154929.123000', '154929.126000', '154929.129000', '154929.136000', '154929.139000', '154929.142000', '154929.144000', '154929.147000', '154929.150000', '154929.153000', '154929.156000', '154929.159000', '154929.161000', '154929.164000', '154929.167000', '154929.170000', '154929.173000', '154929.176000', '154929.179000', '154929.181000', '154929.184000', '154929.187000', '154929.190000', '154929.193000', '154929.196000', '154929.199000', '154929.201000', '154929.204000', '154929.207000', '154929.210000', '154929.213000', '154929.216000', '154949.076000', '154949.079000', '154949.082000', '154949.085000', '154949.088000', '154949.090000', '154949.093000', '154949.096000', '154949.099000', '154949.102000', '154949.105000', '154949.108000', '154949.111000', '154949.113000', '154949.116000', '154949.124000', '154949.127000', '154949.129000', '154949.132000', '154949.135000', '154949.138000', '154949.141000', '154949.144000', '154949.147000', '154949.150000', '154949.152000', '154949.155000', '154949.158000', '154949.161000', '154949.164000', '154949.166000', '154949.169000', '154949.172000', '154949.175000', '154949.178000', '154949.181000', '154949.184000', '154949.187000', '154949.189000', '154949.192000', '154949.195000', '154949.198000', '154949.201000', '154949.204000', '155009.077000', '155009.080000', '155009.083000', '155009.086000', '155009.089000', '155009.092000', '155009.095000', '155009.098000', '155009.101000', '155009.104000', '155009.106000', '155009.109000', '155009.112000', '155009.115000', '155009.118000', '155009.121000', '155009.128000', '155009.131000', '155009.134000', '155009.137000', '155009.140000', '155009.143000', '155009.145000', '155009.148000', '155009.151000', '155009.154000', '155009.157000', '155009.160000', '155009.163000', '155009.165000', '155009.168000', '155009.171000', '155009.174000', '155009.177000', '155009.180000', '155009.183000', '155009.186000', '155009.188000', '155009.191000', '155009.194000', '155009.197000', '155009.200000', '155009.203000', '155029.077000', '155029.080000', '155029.083000', '155029.086000', '155029.089000', '155029.091000', '155029.094000', '155029.097000', '155029.100000', '155029.103000', '155029.106000', '155029.109000', '155029.111000', '155029.114000', '155029.117000', '155029.120000', '155029.123000', '155029.126000', '155029.129000', '155029.131000', '155029.134000', '155029.137000', '155029.140000', '155029.143000', '155029.146000', '155029.149000', '155029.151000', '155029.154000', '155029.157000', '155029.160000', '155029.163000', '155029.166000', '155029.169000', '155029.171000', '155029.174000', '155029.177000', '155029.180000', '155029.183000', '155029.186000', '155029.189000', '155029.191000', '155029.194000', '155029.197000', '155029.200000', '155049.077000', '155049.080000', '155049.083000', '155049.086000', '155049.089000', '155049.092000', '155049.095000', '155049.101000', '155049.104000', '155049.107000', '155049.110000', '155049.113000', '155049.116000', '155049.118000', '155049.125000', '155049.128000', '155049.131000', '155049.134000', '155049.137000', '155049.140000', '155049.158000', '155049.161000', '155049.171000', '155049.174000', '155049.177000', '155049.180000', '155049.183000', '155049.185000', '155049.188000', '155049.191000', '155049.194000', '155049.197000', '155049.200000', '155049.203000', '155049.206000', '155049.208000', '155049.211000', '155049.214000', '155049.217000', '155049.220000', '155049.222000', '155049.225000', '155049.228000', '155109.077000', '155109.085000', '155109.088000', '155109.091000', '155109.094000', '155109.097000', '155109.099000', '155109.102000', '155109.105000', '155109.108000', '155109.111000', '155109.114000', '155109.117000', '155109.120000', '155109.122000', '155109.125000', '155109.128000', '155109.131000', '155109.134000', '155109.137000', '155109.140000', '155109.143000', '155109.145000', '155109.148000', '155109.151000', '155109.154000', '155109.157000', '155109.160000', '155109.163000', '155109.166000', '155109.168000', '155109.171000', '155109.174000', '155109.177000', '155109.180000', '155109.183000', '155109.186000', '155109.189000', '155109.191000', '155109.194000', '155109.197000', '155109.200000', '155109.203000', '155109.206000', '155129.077000', '155129.080000', '155129.083000', '155129.086000', '155129.089000', '155129.092000', '155129.094000', '155129.097000', '155129.100000', '155129.103000', '155129.106000', '155129.109000', '155129.112000', '155129.114000', '155129.117000', '155129.120000', '155129.123000', '155129.126000', '155129.129000', '155129.132000', '155129.134000', '155129.137000', '155129.140000', '155129.146000', '155129.149000', '155129.157000', '155129.159000', '155129.162000', '155129.165000', '155129.168000', '155129.171000', '155129.174000', '155129.177000', '155129.180000', '155129.183000', '155129.185000', '155129.188000', '155129.191000', '155129.194000', '155129.197000', '155129.200000', '155129.203000', '155129.205000', '155149.077000', '155149.086000', '155149.088000', '155149.091000', '155149.094000', '155149.097000', '155149.100000', '155149.103000', '155149.106000', '155149.109000', '155149.111000', '155149.114000', '155149.117000', '155149.120000', '155149.123000', '155149.126000', '155149.129000', '155149.131000', '155149.134000', '155149.137000', '155149.140000', '155149.143000', '155149.145000', '155149.148000', '155149.151000', '155149.154000', '155149.157000', '155149.160000', '155149.163000', '155149.165000', '155149.168000', '155149.171000', '155149.233000', '155149.236000', '155149.239000', '155149.242000', '155149.245000', '155149.248000', '155149.250000', '155149.253000', '155149.256000', '155149.259000', '155149.262000', '155149.265000', '155209.076000', '155209.079000', '155209.082000', '155209.085000', '155209.088000', '155209.091000', '155209.099000', '155209.102000', '155209.104000', '155209.107000', '155209.110000', '155209.113000', '155209.116000', '155209.119000', '155209.122000', '155209.125000', '155209.128000', '155209.130000', '155209.133000', '155209.136000', '155209.139000', '155209.144000', '155209.148000', '155209.150000', '155209.153000', '155209.156000', '155209.159000', '155209.162000', '155209.165000', '155209.168000', '155209.171000', '155209.173000', '155209.219000', '155209.221000', '155209.224000', '155209.227000', '155209.230000', '155209.233000', '155209.235000', '155209.238000', '155209.241000', '155209.244000', '155209.247000', '155229.077000', '155229.080000', '155229.092000', '155229.095000', '155229.098000', '155229.101000', '155229.104000', '155229.107000', '155229.109000', '155229.112000', '155229.115000', '155229.118000', '155229.121000', '155229.124000', '155229.142000', '155229.145000', '155229.148000', '155229.151000', '155229.154000', '155229.157000', '155229.160000', '155229.162000', '155229.165000', '155229.168000', '155229.171000', '155229.174000', '155229.216000', '155229.219000', '155229.222000', '155229.225000', '155229.228000', '155229.231000', '155229.234000', '155229.237000', '155229.239000', '155229.242000', '155229.245000', '155229.248000', '155229.251000', '155229.254000', '155229.257000', '155229.260000', '155229.262000', '155229.265000', '155249.077000', '155249.080000', '155249.083000', '155249.086000', '155249.089000', '155249.092000', '155249.094000', '155249.097000', '155249.100000', '155249.103000', '155249.106000', '155249.109000', '155249.111000', '155249.115000', '155249.117000', '155249.120000', '155249.123000', '155249.126000', '155249.129000', '155249.132000', '155249.135000', '155249.138000', '155249.141000', '155249.143000', '155249.146000', '155249.149000', '155249.152000', '155249.155000', '155249.159000', '155249.163000', '155249.166000', '155249.169000', '155249.171000', '155249.174000', '155249.249000', '155249.252000', '155249.255000', '155249.258000', '155249.260000', '155249.263000', '155249.266000', '155249.269000', '155249.272000', '155309.077000', '155309.080000', '155309.083000', '155309.086000', '155309.089000', '155309.092000', '155309.094000', '155309.097000', '155309.100000', '155309.103000', '155309.106000', '155309.109000', '155309.112000', '155309.114000', '155309.118000', '155309.120000', '155309.123000', '155309.126000', '155309.129000', '155309.132000', '155309.135000', '155309.138000', '155309.141000', '155309.143000', '155309.146000', '155309.149000', '155309.152000', '155309.155000', '155309.158000', '155309.161000', '155309.164000', '155309.167000', '155309.169000', '155309.172000', '155309.219000', '155309.221000', '155309.224000', '155309.227000', '155309.230000', '155309.233000', '155309.236000', '155309.239000', '155309.242000', '155309.245000', '155329.077000', '155329.080000', '155329.083000', '155329.086000', '155329.089000', '155329.091000', '155329.094000', '155329.097000', '155329.100000', '155329.103000', '155329.116000', '155329.119000', '155329.122000', '155329.125000', '155329.127000', '155329.130000', '155329.133000', '155329.136000', '155329.139000', '155329.142000', '155329.145000', '155329.147000', '155329.150000', '155329.153000', '155329.156000', '155329.159000', '155329.164000', '155329.168000', '155329.172000', '155329.253000', '155329.256000', '155329.259000', '155329.261000', '155329.264000', '155329.267000', '155329.270000', '155329.273000', '155329.276000', '155329.279000', '155329.282000', '155329.284000', '155329.287000', '155329.290000', '155349.077000', '155349.080000', '155349.083000', '155349.086000', '155349.089000', '155349.092000', '155349.094000', '155349.097000', '155349.100000', '155349.103000', '155349.106000', '155349.109000', '155349.126000', '155349.129000', '155349.133000', '155349.136000', '155349.138000', '155349.141000', '155349.144000', '155349.147000', '155349.150000', '155349.153000', '155349.156000', '155349.159000', '155349.161000', '155349.164000', '155349.167000', '155349.170000', '155349.173000', '155349.232000', '155349.235000', '155349.237000', '155349.240000', '155349.243000', '155349.246000', '155349.249000', '155349.252000', '155349.255000', '155349.257000', '155349.260000', '155349.263000', '155349.266000', '155349.269000', '155349.272000', '155409.077000', '155409.080000', '155409.083000', '155409.086000', '155409.089000', '155409.092000', '155409.094000', '155409.097000', '155409.100000', '155409.103000', '155409.106000', '155409.109000', '155409.112000', '155409.115000', '155409.117000', '155409.120000', '155409.123000', '155409.126000', '155409.129000', '155409.132000', '155409.135000', '155409.137000', '155409.140000', '155409.143000', '155409.148000', '155409.151000', '155409.154000', '155409.157000', '155409.160000', '155409.162000', '155409.165000', '155409.168000', '155409.171000', '155409.213000', '155409.216000', '155409.219000', '155409.222000', '155409.225000', '155409.227000', '155409.230000', '155409.233000', '155409.236000', '155409.239000', '155429.076000', '155429.079000', '155429.082000', '155429.085000', '155429.088000', '155429.090000', '155429.093000', '155429.096000', '155429.099000', '155429.102000', '155429.105000', '155429.108000', '155429.111000', '155429.113000', '155429.116000', '155429.119000', '155429.122000', '155429.125000', '155429.128000', '155429.131000', '155429.134000', '155429.136000', '155429.139000', '155429.142000', '155429.145000', '155429.148000', '155429.151000', '155429.153000', '155429.156000', '155429.159000', '155429.162000', '155429.165000', '155429.168000', '155429.171000', '155429.269000', '155429.272000', '155429.275000', '155429.278000', '155429.280000', '155429.283000', '155429.286000', '155429.289000', '155429.292000', '155429.295000', '155449.077000', '155449.080000', '155449.083000', '155449.086000', '155449.089000', '155449.091000', '155449.095000', '155449.097000', '155449.100000', '155449.103000', '155449.106000', '155449.109000', '155449.112000', '155449.115000', '155449.118000', '155449.120000', '155449.123000', '155449.126000', '155449.129000', '155449.132000', '155449.135000', '155449.137000', '155449.140000', '155449.144000', '155449.148000', '155449.151000', '155449.154000', '155449.156000', '155449.159000', '155449.162000', '155449.165000', '155449.168000', '155449.171000', '155449.174000', '155449.214000', '155449.217000', '155449.220000', '155449.223000', '155449.226000', '155449.229000', '155449.232000', '155449.235000', '155449.237000', '155502.619000', '155502.622000', '155502.625000', '155502.628000', '155502.631000', '155502.634000', '155502.637000', '155502.640000', '155502.643000', '155502.646000', '155502.649000', '155502.652000', '155502.654000', '155502.657000', '155502.660000', '155502.663000', '155502.666000', '155502.669000', '155502.672000', '155502.675000', '155502.678000', '155502.680000', '155502.683000', '155502.686000', '155502.689000', '155502.692000', '155502.695000', '155502.698000', '155502.700000', '155502.703000'], 'InstanceCreationTime': ['154849.116000', '154849.119000', '154849.126000', '154849.129000', '154849.132000', '154849.134000', '154849.138000', '154849.140000', '154849.143000', '154849.146000', '154849.149000', '154849.152000', '154849.154000', '154849.157000', '154849.160000', '154849.163000', '154849.166000', '154849.169000', '154849.172000', '154849.174000', '154849.177000', '154849.187000', '154849.190000', '154849.193000', '154849.196000', '154849.199000', '154849.202000', '154849.205000', '154849.207000', '154849.210000', '154849.213000', '154849.216000', '154849.227000', '154849.230000', '154849.233000', '154849.235000', '154849.238000', '154849.241000', '154849.244000', '154849.247000', '154849.250000', '154849.252000', '154849.255000', '154849.258000', '154849.261000', '154849.264000', '154849.267000', '154849.269000', '154849.272000', '154849.275000', '154849.278000', '154849.281000', '154849.284000', '154849.292000', '154849.295000', '154849.298000', '154849.301000', '154849.303000', '154849.306000', '154849.309000', '154909.077000', '154909.080000', '154909.083000', '154909.086000', '154909.089000', '154909.091000', '154909.094000', '154909.101000', '154909.103000', '154909.106000', '154909.109000', '154909.112000', '154909.115000', '154909.124000', '154909.127000', '154909.130000', '154909.132000', '154909.135000', '154909.138000', '154909.141000', '154909.144000', '154909.147000', '154909.149000', '154909.152000', '154909.168000', '154909.171000', '154909.174000', '154909.183000', '154909.186000', '154909.189000', '154909.191000', '154909.194000', '154909.197000', '154909.200000', '154909.203000', '154909.206000', '154909.208000', '154909.211000', '154909.214000', '154909.217000', '154909.220000', '154909.223000', '154909.225000', '154929.077000', '154929.080000', '154929.083000', '154929.085000', '154929.089000', '154929.092000', '154929.109000', '154929.111000', '154929.114000', '154929.117000', '154929.120000', '154929.123000', '154929.126000', '154929.129000', '154929.136000', '154929.139000', '154929.142000', '154929.144000', '154929.147000', '154929.150000', '154929.153000', '154929.156000', '154929.159000', '154929.161000', '154929.164000', '154929.167000', '154929.170000', '154929.173000', '154929.176000', '154929.179000', '154929.181000', '154929.184000', '154929.187000', '154929.190000', '154929.193000', '154929.196000', '154929.199000', '154929.201000', '154929.204000', '154929.207000', '154929.210000', '154929.213000', '154929.216000', '154949.076000', '154949.079000', '154949.082000', '154949.085000', '154949.088000', '154949.090000', '154949.093000', '154949.096000', '154949.099000', '154949.102000', '154949.105000', '154949.108000', '154949.111000', '154949.113000', '154949.116000', '154949.124000', '154949.127000', '154949.129000', '154949.132000', '154949.135000', '154949.138000', '154949.141000', '154949.144000', '154949.147000', '154949.150000', '154949.152000', '154949.155000', '154949.158000', '154949.161000', '154949.164000', '154949.166000', '154949.169000', '154949.172000', '154949.175000', '154949.178000', '154949.181000', '154949.184000', '154949.187000', '154949.189000', '154949.192000', '154949.195000', '154949.198000', '154949.201000', '154949.204000', '155009.077000', '155009.080000', '155009.083000', '155009.086000', '155009.089000', '155009.092000', '155009.095000', '155009.098000', '155009.101000', '155009.104000', '155009.106000', '155009.109000', '155009.112000', '155009.115000', '155009.118000', '155009.121000', '155009.128000', '155009.131000', '155009.134000', '155009.137000', '155009.140000', '155009.143000', '155009.145000', '155009.148000', '155009.151000', '155009.154000', '155009.157000', '155009.160000', '155009.163000', '155009.165000', '155009.168000', '155009.171000', '155009.174000', '155009.177000', '155009.180000', '155009.183000', '155009.186000', '155009.188000', '155009.191000', '155009.194000', '155009.197000', '155009.200000', '155009.203000', '155029.077000', '155029.080000', '155029.083000', '155029.086000', '155029.089000', '155029.091000', '155029.094000', '155029.097000', '155029.100000', '155029.103000', '155029.106000', '155029.109000', '155029.111000', '155029.114000', '155029.117000', '155029.120000', '155029.123000', '155029.126000', '155029.129000', '155029.131000', '155029.134000', '155029.137000', '155029.140000', '155029.143000', '155029.146000', '155029.149000', '155029.151000', '155029.154000', '155029.157000', '155029.160000', '155029.163000', '155029.166000', '155029.169000', '155029.171000', '155029.174000', '155029.177000', '155029.180000', '155029.183000', '155029.186000', '155029.189000', '155029.191000', '155029.194000', '155029.197000', '155029.200000', '155049.077000', '155049.080000', '155049.083000', '155049.086000', '155049.089000', '155049.092000', '155049.095000', '155049.101000', '155049.104000', '155049.107000', '155049.110000', '155049.113000', '155049.116000', '155049.118000', '155049.125000', '155049.128000', '155049.131000', '155049.134000', '155049.137000', '155049.140000', '155049.158000', '155049.161000', '155049.171000', '155049.174000', '155049.177000', '155049.180000', '155049.183000', '155049.185000', '155049.188000', '155049.191000', '155049.194000', '155049.197000', '155049.200000', '155049.203000', '155049.206000', '155049.208000', '155049.211000', '155049.214000', '155049.217000', '155049.220000', '155049.222000', '155049.225000', '155049.228000', '155109.077000', '155109.085000', '155109.088000', '155109.091000', '155109.094000', '155109.097000', '155109.099000', '155109.102000', '155109.105000', '155109.108000', '155109.111000', '155109.114000', '155109.117000', '155109.120000', '155109.122000', '155109.125000', '155109.128000', '155109.131000', '155109.134000', '155109.137000', '155109.140000', '155109.143000', '155109.145000', '155109.148000', '155109.151000', '155109.154000', '155109.157000', '155109.160000', '155109.163000', '155109.166000', '155109.168000', '155109.171000', '155109.174000', '155109.177000', '155109.180000', '155109.183000', '155109.186000', '155109.189000', '155109.191000', '155109.194000', '155109.197000', '155109.200000', '155109.203000', '155109.206000', '155129.077000', '155129.080000', '155129.083000', '155129.086000', '155129.089000', '155129.092000', '155129.094000', '155129.097000', '155129.100000', '155129.103000', '155129.106000', '155129.109000', '155129.112000', '155129.114000', '155129.117000', '155129.120000', '155129.123000', '155129.126000', '155129.129000', '155129.132000', '155129.134000', '155129.137000', '155129.140000', '155129.146000', '155129.149000', '155129.157000', '155129.159000', '155129.162000', '155129.165000', '155129.168000', '155129.171000', '155129.174000', '155129.177000', '155129.180000', '155129.183000', '155129.185000', '155129.188000', '155129.191000', '155129.194000', '155129.197000', '155129.200000', '155129.203000', '155129.205000', '155149.077000', '155149.086000', '155149.088000', '155149.091000', '155149.094000', '155149.097000', '155149.100000', '155149.103000', '155149.106000', '155149.109000', '155149.111000', '155149.114000', '155149.117000', '155149.120000', '155149.123000', '155149.126000', '155149.129000', '155149.131000', '155149.134000', '155149.137000', '155149.140000', '155149.143000', '155149.145000', '155149.148000', '155149.151000', '155149.154000', '155149.157000', '155149.160000', '155149.163000', '155149.165000', '155149.168000', '155149.171000', '155149.233000', '155149.236000', '155149.239000', '155149.242000', '155149.245000', '155149.248000', '155149.250000', '155149.253000', '155149.256000', '155149.259000', '155149.262000', '155149.265000', '155209.076000', '155209.079000', '155209.082000', '155209.085000', '155209.088000', '155209.091000', '155209.099000', '155209.102000', '155209.104000', '155209.107000', '155209.110000', '155209.113000', '155209.116000', '155209.119000', '155209.122000', '155209.125000', '155209.128000', '155209.130000', '155209.133000', '155209.136000', '155209.139000', '155209.144000', '155209.148000', '155209.150000', '155209.153000', '155209.156000', '155209.159000', '155209.162000', '155209.165000', '155209.168000', '155209.171000', '155209.173000', '155209.219000', '155209.221000', '155209.224000', '155209.227000', '155209.230000', '155209.233000', '155209.235000', '155209.238000', '155209.241000', '155209.244000', '155209.247000', '155229.077000', '155229.080000', '155229.092000', '155229.095000', '155229.098000', '155229.101000', '155229.104000', '155229.107000', '155229.109000', '155229.112000', '155229.115000', '155229.118000', '155229.121000', '155229.124000', '155229.142000', '155229.145000', '155229.148000', '155229.151000', '155229.154000', '155229.157000', '155229.160000', '155229.162000', '155229.165000', '155229.168000', '155229.171000', '155229.174000', '155229.216000', '155229.219000', '155229.222000', '155229.225000', '155229.228000', '155229.231000', '155229.234000', '155229.237000', '155229.239000', '155229.242000', '155229.245000', '155229.248000', '155229.251000', '155229.254000', '155229.257000', '155229.260000', '155229.262000', '155229.265000', '155249.077000', '155249.080000', '155249.083000', '155249.086000', '155249.089000', '155249.092000', '155249.094000', '155249.097000', '155249.100000', '155249.103000', '155249.106000', '155249.109000', '155249.111000', '155249.115000', '155249.117000', '155249.120000', '155249.123000', '155249.126000', '155249.129000', '155249.132000', '155249.135000', '155249.138000', '155249.141000', '155249.143000', '155249.146000', '155249.149000', '155249.152000', '155249.155000', '155249.159000', '155249.163000', '155249.166000', '155249.169000', '155249.171000', '155249.174000', '155249.249000', '155249.252000', '155249.255000', '155249.258000', '155249.260000', '155249.263000', '155249.266000', '155249.269000', '155249.272000', '155309.077000', '155309.080000', '155309.083000', '155309.086000', '155309.089000', '155309.092000', '155309.094000', '155309.097000', '155309.100000', '155309.103000', '155309.106000', '155309.109000', '155309.112000', '155309.114000', '155309.118000', '155309.120000', '155309.123000', '155309.126000', '155309.129000', '155309.132000', '155309.135000', '155309.138000', '155309.141000', '155309.143000', '155309.146000', '155309.149000', '155309.152000', '155309.155000', '155309.158000', '155309.161000', '155309.164000', '155309.167000', '155309.169000', '155309.172000', '155309.219000', '155309.221000', '155309.224000', '155309.227000', '155309.230000', '155309.233000', '155309.236000', '155309.239000', '155309.242000', '155309.245000', '155329.077000', '155329.080000', '155329.083000', '155329.086000', '155329.089000', '155329.091000', '155329.094000', '155329.097000', '155329.100000', '155329.103000', '155329.116000', '155329.119000', '155329.122000', '155329.125000', '155329.127000', '155329.130000', '155329.133000', '155329.136000', '155329.139000', '155329.142000', '155329.145000', '155329.147000', '155329.150000', '155329.153000', '155329.156000', '155329.159000', '155329.164000', '155329.168000', '155329.172000', '155329.253000', '155329.256000', '155329.259000', '155329.261000', '155329.264000', '155329.267000', '155329.270000', '155329.273000', '155329.276000', '155329.279000', '155329.282000', '155329.284000', '155329.287000', '155329.290000', '155349.077000', '155349.080000', '155349.083000', '155349.086000', '155349.089000', '155349.092000', '155349.094000', '155349.097000', '155349.100000', '155349.103000', '155349.106000', '155349.109000', '155349.126000', '155349.129000', '155349.133000', '155349.136000', '155349.138000', '155349.141000', '155349.144000', '155349.147000', '155349.150000', '155349.153000', '155349.156000', '155349.159000', '155349.161000', '155349.164000', '155349.167000', '155349.170000', '155349.173000', '155349.232000', '155349.235000', '155349.237000', '155349.240000', '155349.243000', '155349.246000', '155349.249000', '155349.252000', '155349.255000', '155349.257000', '155349.260000', '155349.263000', '155349.266000', '155349.269000', '155349.272000', '155409.077000', '155409.080000', '155409.083000', '155409.086000', '155409.089000', '155409.092000', '155409.094000', '155409.097000', '155409.100000', '155409.103000', '155409.106000', '155409.109000', '155409.112000', '155409.115000', '155409.117000', '155409.120000', '155409.123000', '155409.126000', '155409.129000', '155409.132000', '155409.135000', '155409.137000', '155409.140000', '155409.143000', '155409.148000', '155409.151000', '155409.154000', '155409.157000', '155409.160000', '155409.162000', '155409.165000', '155409.168000', '155409.171000', '155409.213000', '155409.216000', '155409.219000', '155409.222000', '155409.225000', '155409.227000', '155409.230000', '155409.233000', '155409.236000', '155409.239000', '155429.076000', '155429.079000', '155429.082000', '155429.085000', '155429.088000', '155429.090000', '155429.093000', '155429.096000', '155429.099000', '155429.102000', '155429.105000', '155429.108000', '155429.111000', '155429.113000', '155429.116000', '155429.119000', '155429.122000', '155429.125000', '155429.128000', '155429.131000', '155429.134000', '155429.136000', '155429.139000', '155429.142000', '155429.145000', '155429.148000', '155429.151000', '155429.153000', '155429.156000', '155429.159000', '155429.162000', '155429.165000', '155429.168000', '155429.171000', '155429.269000', '155429.272000', '155429.275000', '155429.278000', '155429.280000', '155429.283000', '155429.286000', '155429.289000', '155429.292000', '155429.295000', '155449.077000', '155449.080000', '155449.083000', '155449.086000', '155449.089000', '155449.091000', '155449.095000', '155449.097000', '155449.100000', '155449.103000', '155449.106000', '155449.109000', '155449.112000', '155449.115000', '155449.118000', '155449.120000', '155449.123000', '155449.126000', '155449.129000', '155449.132000', '155449.135000', '155449.137000', '155449.140000', '155449.144000', '155449.148000', '155449.151000', '155449.154000', '155449.156000', '155449.159000', '155449.162000', '155449.165000', '155449.168000', '155449.171000', '155449.174000', '155449.214000', '155449.217000', '155449.220000', '155449.223000', '155449.226000', '155449.229000', '155449.232000', '155449.235000', '155449.237000', '155502.619000', '155502.622000', '155502.625000', '155502.628000', '155502.631000', '155502.634000', '155502.637000', '155502.640000', '155502.643000', '155502.646000', '155502.649000', '155502.652000', '155502.654000', '155502.657000', '155502.660000', '155502.663000', '155502.666000', '155502.669000', '155502.672000', '155502.675000', '155502.678000', '155502.680000', '155502.683000', '155502.686000', '155502.689000', '155502.692000', '155502.695000', '155502.698000', '155502.700000', '155502.703000'], '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': [14310, 8559, 12826, 8821, 11904, 8028, 10178, 8208, 9528, 7961, 9456, 8100, 8154, 7795, 8542, 7810, 9098, 9570, 8462, 9546, 7988, 10624, 9285, 11305, 8863, 11377, 9614, 8636, 11117, 8523, 10633, 7710, 13635, 9064, 7968, 10548, 8244, 15916, 11956, 9645, 9999, 10805, 9778, 16095, 10794, 13075, 8451, 11222, 7723, 9871, 7625, 7928, 10218, 7880, 9854, 7964, 9545, 7695, 9117, 7785, 9108, 7728, 9545, 7746, 9994, 7683, 10162, 8668, 9941, 10860, 9836, 8713, 10254, 14104, 9195, 12706, 9489, 8275, 10294, 7669, 9838, 8694, 7736, 12187, 17438, 12956, 12859, 8706, 11654, 7890, 11187, 7772, 11509, 8589, 10924, 7786, 11107, 8531, 11608, 7867, 11602, 7887, 11183, 7796, 10629, 8422, 9498, 14776, 9530, 13425, 9644, 11624, 7811, 10516, 7807, 10138, 7851, 8949, 7705, 8464, 9178, 8846, 12995, 9441, 11916, 8293, 11824, 8352, 11184, 8309, 10665, 7805, 10904, 7813, 10392, 7892, 11106, 7769, 11900, 9241, 10763, 11007, 10896, 8238, 10686, 14999, 9610, 14407, 11019, 12228, 8060, 11289, 7872, 10239, 8508, 8840, 8245, 7768, 9288, 7793, 8640, 9272, 13364, 10953, 10667, 10986, 15822, 12508, 15913, 12399, 12454, 9428, 12982, 9308, 12053, 8006, 11886, 7992, 11272, 7759, 9714, 8397, 8342, 11975, 8561, 10767, 7798, 9416, 7747, 10226, 7778, 8296, 8087, 10346, 8160, 11529, 8068, 11259, 9044, 11970, 7821, 11814, 8565, 10509, 11253, 9855, 7994, 9720, 14664, 9565, 14318, 11094, 9574, 8472, 10167, 9329, 9716, 9492, 8535, 9916, 8524, 9691, 10186, 9947, 13590, 9353, 11124, 8254, 12875, 9611, 13068, 10189, 12130, 8667, 10924, 8577, 11244, 8935, 12891, 9208, 8509, 8325, 7690, 9860, 7678, 10837, 8046, 11767, 9992, 15704, 13047, 15551, 11231, 13651, 9948, 12416, 8286, 11725, 7775, 9942, 8365, 8082, 11824, 7795, 10612, 7815, 10023, 7681, 8990, 7573, 7769, 10056, 7710, 10286, 8454, 9901, 7656, 9708, 7709, 10003, 7956, 10095, 7829, 9236, 9864, 9402, 14279, 9830, 12207, 8447, 12160, 8674, 11736, 8766, 11936, 8776, 7949, 8249, 10131, 8667, 13207, 9513, 11490, 8207, 12021, 7899, 11566, 7753, 11323, 7706, 10590, 8610, 9169, 11159, 9323, 9296, 8235, 7695, 8647, 9815, 8867, 11045, 8982, 10489, 8381, 11794, 9533, 14691, 11658, 12878, 9468, 11060, 9698, 11724, 10255, 8466, 9527, 7758, 10548, 8267, 11525, 9693, 7713, 13286, 9448, 16050, 12371, 9509, 11057, 14036, 10013, 16361, 11081, 12942, 7871, 10857, 7653, 9315, 7703, 8611, 7590, 8105, 7605, 8192, 7644, 8506, 7627, 8099, 7870, 8753, 9609, 8799, 12920, 9037, 11559, 8321, 11587, 7952, 11399, 8019, 11853, 8847, 10437, 7680, 10572, 8456, 12541, 9098, 11562, 9083, 11230, 9337, 11798, 9141, 14895, 11546, 11817, 9103, 13403, 9153, 12498, 7837, 11052, 7705, 10310, 7567, 10034, 7714, 10414, 7721, 10247, 8411, 9386, 9196, 9530, 10625, 8928, 11254, 8559, 12840, 8897, 10924, 8978, 9628, 8462, 7732, 10113, 11282, 10473, 14612, 11072, 7769, 9423, 7765, 10517, 7660, 10211, 7603, 9837, 7668, 7695, 9258, 13302, 10768, 11776, 8789, 13252, 9809, 12182, 8963, 10070, 8386, 8869, 7883, 9030, 10232, 8345, 11063, 8816, 7772, 8051, 7747, 9698, 7805, 10435, 7707, 11362, 7715, 11579, 8343, 11792, 7755, 11359, 7857, 13550, 9681, 12677, 9907, 13775, 10719, 17245, 12878, 15231, 11326, 9954, 8553, 7759, 10086, 10865, 9823, 7777, 9936, 7628, 10889, 8448, 7672, 10287, 8792, 12007, 9744, 14446, 10294, 16390, 11073, 12936, 8119, 11473, 7671, 9875, 7685, 9112, 9270, 7826, 11251, 8737, 10257, 7774, 9707, 7668, 9543, 7668, 8798, 9859, 8097, 8033, 7884, 11151, 8245, 11052, 7758, 10686, 7673, 10459, 8386, 9759, 9835, 9245, 11850, 8621, 12866, 8534, 12063, 9044, 11113, 8114, 12328, 8509, 9798, 13136, 9192, 13250, 8517, 12273, 7713, 11122, 8405, 10079, 8747, 8443, 7722, 9022, 10177, 9417, 8719, 9105, 7807, 9196, 7740, 10339, 7757, 11847, 7747, 12670, 7799, 13157, 9933, 12608, 7823, 10629, 8341, 9374, 16077, 9613, 13611, 10096, 11658, 7746, 11204, 7748, 10570, 9123, 11119, 8462, 10770, 8436, 12738, 9299, 13448, 10203, 12157, 8519, 12631, 9666, 12701, 9846, 8488, 9665, 8452, 10020, 10709, 10535, 9715, 9904, 7759, 10184, 7856, 11004, 7843, 11055, 7744, 10972, 8343, 11945, 9420, 11654, 8863, 10887, 9139, 9497, 9401, 7636, 10953, 7877, 7792, 9643, 7869, 14330, 16362, 13598, 13010, 9761, 11939, 8570, 12318, 8640, 11480, 9009, 9675, 7673, 7707, 7789, 7805, 9727, 7703, 8603, 7797, 9509, 10844, 9850, 13392, 10191, 8185, 10121, 15766, 10615, 14344, 11152, 12156, 8352, 12695, 8559, 11899, 7774, 10948, 7770, 10858, 7733, 10773, 7858, 10525, 7783, 11206, 7817, 10954, 10516, 9491, 17013, 11027, 13617, 9193, 12959, 7750, 11525, 7874, 10228, 7645, 8943, 7698, 9160, 7719, 9102, 8175, 9173, 7731, 9045, 10607, 8548, 12442, 8980, 11511, 8167, 10561, 7894, 10447, 7833, 10294, 7797, 9970, 7729, 9941, 7798, 10272, 8664, 11418, 9264, 12290, 8087, 12086, 7833, 11662, 9034, 10246, 7946, 9476, 8182, 10277, 7901, 10705, 7696, 10853, 7793, 11210, 7926, 11401, 8461, 11671, 8650, 12138, 9400, 13339, 9483, 11812, 7775, 11516, 9157, 8622, 9754, 7659, 13022, 8703, 15482, 10281, 14374, 8525, 12880, 8544, 12410, 8952, 11706, 7698, 11185, 8791, 11345, 8999, 10170, 8016, 9422, 8992, 9240, 9434, 7840, 9823, 8167, 10048, 9223, 9761, 12293, 10158, 8040, 9673, 10427, 10147, 15019, 10032, 12522, 9670, 9276, 8587, 7773, 9498, 7674, 10656, 7681, 11259, 7726, 12744, 8951, 12569, 7745, 12410, 7830, 12272, 7842, 13356, 8993, 12798, 10034, 7683, 10651, 8434, 11599, 9880, 9692, 10664, 10428, 12233, 8452, 12448, 8197, 10831, 8363, 10945, 7800, 11215, 7747, 10152, 7784, 7857, 9593, 7771, 10924, 7695, 10637, 10093, 10010, 11397, 9901, 8302, 8877, 10822, 9202, 13961, 9781, 11613, 8381, 12821, 8758, 12027, 9445, 10998, 8661, 8454, 8823, 9319, 10274, 8376, 10613, 8208, 10187, 8124, 11217, 12506], 'WindowCenter': [4675.0, 4575.0, 4609.0, 4554.0, 4580.0, 4516.0, 4544.0, 4514.0, 4532.0, 4513.0, 4533.0, 4503.0, 4513.0, 4504.0, 4523.0, 4514.0, 4536.0, 4546.0, 4527.0, 4546.0, 4528.0, 4556.0, 4547.0, 4567.0, 4536.0, 4567.0, 4546.0, 4537.0, 4567.0, 4525.0, 4555.0, 4515.0, 4586.0, 4536.0, 4514.0, 4557.0, 4526.0, 4595.0, 4578.0, 4534.0, 4533.0, 4543.0, 4533.0, 4582.0, 4542.0, 4562.0, 4502.0, 4541.0, 4502.0, 4531.0, 4501.0, 4501.0, 4530.0, 4502.0, 4532.0, 4514.0, 4533.0, 4505.0, 4524.0, 4516.0, 4525.0, 4518.0, 4547.0, 4517.0, 4546.0, 4517.0, 4547.0, 4527.0, 4547.0, 4556.0, 4546.0, 4525.0, 4546.0, 4586.0, 4548.0, 4578.0, 4549.0, 4527.0, 4557.0, 4517.0, 4557.0, 4525.0, 4516.0, 4577.0, 4607.0, 4576.0, 4563.0, 4513.0, 4541.0, 4502.0, 4541.0, 4503.0, 4552.0, 4525.0, 4542.0, 4514.0, 4553.0, 4524.0, 4553.0, 4514.0, 4553.0, 4513.0, 4552.0, 4503.0, 4542.0, 4512.0, 4532.0, 4573.0, 4533.0, 4561.0, 4533.0, 4552.0, 4501.0, 4529.0, 4502.0, 4531.0, 4512.0, 4523.0, 4503.0, 4524.0, 4533.0, 4534.0, 4574.0, 4545.0, 4564.0, 4524.0, 4563.0, 4524.0, 4554.0, 4525.0, 4544.0, 4515.0, 4553.0, 4515.0, 4545.0, 4526.0, 4555.0, 4516.0, 4566.0, 4535.0, 4555.0, 4554.0, 4554.0, 4513.0, 4544.0, 4583.0, 4532.0, 4572.0, 4543.0, 4550.0, 4501.0, 4540.0, 4512.0, 4543.0, 4537.0, 4524.0, 4524.0, 4514.0, 4534.0, 4527.0, 4536.0, 4548.0, 4588.0, 4567.0, 4557.0, 4555.0, 4584.0, 4564.0, 4584.0, 4564.0, 4551.0, 4521.0, 4560.0, 4520.0, 4549.0, 4498.0, 4539.0, 4499.0, 4539.0, 4489.0, 4519.0, 4499.0, 4499.0, 4539.0, 4510.0, 4539.0, 4500.0, 4521.0, 4501.0, 4542.0, 4514.0, 4525.0, 4525.0, 4555.0, 4526.0, 4566.0, 4526.0, 4554.0, 4537.0, 4565.0, 4515.0, 4565.0, 4523.0, 4544.0, 4553.0, 4533.0, 4502.0, 4532.0, 4572.0, 4532.0, 4571.0, 4541.0, 4531.0, 4511.0, 4531.0, 4522.0, 4532.0, 4533.0, 4512.0, 4533.0, 4522.0, 4533.0, 4543.0, 4533.0, 4571.0, 4524.0, 4552.0, 4512.0, 4561.0, 4532.0, 4561.0, 4532.0, 4550.0, 4511.0, 4541.0, 4511.0, 4541.0, 4522.0, 4561.0, 4533.0, 4523.0, 4512.0, 4514.0, 4544.0, 4503.0, 4553.0, 4515.0, 4564.0, 4545.0, 4595.0, 4563.0, 4582.0, 4540.0, 4559.0, 4519.0, 4549.0, 4499.0, 4539.0, 4477.0, 4517.0, 4497.0, 4487.0, 4536.0, 4488.0, 4527.0, 4490.0, 4518.0, 4489.0, 4509.0, 4500.0, 4500.0, 4530.0, 4502.0, 4541.0, 4514.0, 4533.0, 4514.0, 4533.0, 4515.0, 4545.0, 4515.0, 4545.0, 4514.0, 4535.0, 4544.0, 4534.0, 4585.0, 4546.0, 4564.0, 4514.0, 4564.0, 4524.0, 4563.0, 4537.0, 4577.0, 4548.0, 4525.0, 4525.0, 4553.0, 4534.0, 4574.0, 4546.0, 4566.0, 4525.0, 4564.0, 4515.0, 4563.0, 4513.0, 4554.0, 4503.0, 4542.0, 4522.0, 4522.0, 4552.0, 4522.0, 4533.0, 4511.0, 4502.0, 4524.0, 4543.0, 4533.0, 4552.0, 4535.0, 4540.0, 4513.0, 4577.0, 4576.0, 4614.0, 4579.0, 4574.0, 4533.0, 4552.0, 4532.0, 4565.0, 4546.0, 4523.0, 4533.0, 4512.0, 4544.0, 4523.0, 4551.0, 4530.0, 4502.0, 4571.0, 4533.0, 4582.0, 4551.0, 4531.0, 4539.0, 4559.0, 4518.0, 4568.0, 4538.0, 4546.0, 4486.0, 4525.0, 4486.0, 4505.0, 4489.0, 4508.0, 4488.0, 4498.0, 4500.0, 4509.0, 4502.0, 4522.0, 4514.0, 4515.0, 4514.0, 4525.0, 4544.0, 4524.0, 4574.0, 4537.0, 4554.0, 4514.0, 4554.0, 4515.0, 4553.0, 4515.0, 4565.0, 4537.0, 4555.0, 4516.0, 4556.0, 4525.0, 4575.0, 4537.0, 4566.0, 4536.0, 4565.0, 4535.0, 4566.0, 4536.0, 4595.0, 4566.0, 4564.0, 4535.0, 4573.0, 4533.0, 4562.0, 4505.0, 4553.0, 4502.0, 4532.0, 4502.0, 4533.0, 4514.0, 4543.0, 4514.0, 4544.0, 4513.0, 4533.0, 4534.0, 4535.0, 4544.0, 4523.0, 4553.0, 4525.0, 4575.0, 4539.0, 4555.0, 4534.0, 4534.0, 4524.0, 4515.0, 4545.0, 4555.0, 4555.0, 4585.0, 4554.0, 4502.0, 4533.0, 4503.0, 4554.0, 4503.0, 4540.0, 4501.0, 4541.0, 4512.0, 4514.0, 4545.0, 4585.0, 4556.0, 4566.0, 4525.0, 4574.0, 4545.0, 4565.0, 4524.0, 4544.0, 4513.0, 4535.0, 4528.0, 4551.0, 4585.0, 4552.0, 4567.0, 4536.0, 4514.0, 4513.0, 4515.0, 4545.0, 4527.0, 4567.0, 4527.0, 4565.0, 4517.0, 4566.0, 4526.0, 4566.0, 4514.0, 4554.0, 4526.0, 4584.0, 4547.0, 4587.0, 4556.0, 4584.0, 4543.0, 4592.0, 4563.0, 4581.0, 4540.0, 4529.0, 4510.0, 4500.0, 4540.0, 4542.0, 4531.0, 4502.0, 4531.0, 4502.0, 4540.0, 4511.0, 4503.0, 4543.0, 4524.0, 4564.0, 4533.0, 4574.0, 4532.0, 4582.0, 4540.0, 4550.0, 4501.0, 4539.0, 4489.0, 4518.0, 4489.0, 4509.0, 4520.0, 4501.0, 4540.0, 4522.0, 4530.0, 4501.0, 4531.0, 4503.0, 4532.0, 4514.0, 4526.0, 4545.0, 4515.0, 4514.0, 4516.0, 4554.0, 4525.0, 4555.0, 4516.0, 4556.0, 4516.0, 4555.0, 4526.0, 4546.0, 4547.0, 4537.0, 4566.0, 4525.0, 4574.0, 4536.0, 4565.0, 4537.0, 4566.0, 4527.0, 4577.0, 4526.0, 4546.0, 4576.0, 4535.0, 4574.0, 4525.0, 4565.0, 4503.0, 4552.0, 4524.0, 4544.0, 4524.0, 4523.0, 4514.0, 4534.0, 4545.0, 4534.0, 4536.0, 4535.0, 4517.0, 4545.0, 4517.0, 4558.0, 4516.0, 4576.0, 4517.0, 4575.0, 4515.0, 4576.0, 4545.0, 4565.0, 4503.0, 4542.0, 4512.0, 4532.0, 4582.0, 4533.0, 4572.0, 4543.0, 4551.0, 4502.0, 4551.0, 4502.0, 4542.0, 4534.0, 4553.0, 4524.0, 4554.0, 4525.0, 4574.0, 4535.0, 4573.0, 4545.0, 4563.0, 4525.0, 4564.0, 4544.0, 4573.0, 4543.0, 4523.0, 4532.0, 4511.0, 4542.0, 4543.0, 4543.0, 4533.0, 4543.0, 4503.0, 4542.0, 4513.0, 4553.0, 4513.0, 4554.0, 4513.0, 4552.0, 4524.0, 4563.0, 4546.0, 4554.0, 4533.0, 4552.0, 4521.0, 4530.0, 4532.0, 4501.0, 4551.0, 4514.0, 4515.0, 4544.0, 4525.0, 4587.0, 4596.0, 4575.0, 4563.0, 4531.0, 4551.0, 4522.0, 4565.0, 4539.0, 4569.0, 4553.0, 4545.0, 4515.0, 4513.0, 4512.0, 4525.0, 4545.0, 4516.0, 4536.0, 4515.0, 4546.0, 4555.0, 4545.0, 4574.0, 4543.0, 4513.0, 4542.0, 4582.0, 4542.0, 4572.0, 4552.0, 4551.0, 4511.0, 4560.0, 4521.0, 4550.0, 4502.0, 4540.0, 4501.0, 4541.0, 4502.0, 4541.0, 4512.0, 4542.0, 4501.0, 4551.0, 4501.0, 4541.0, 4540.0, 4530.0, 4591.0, 4541.0, 4559.0, 4520.0, 4558.0, 4488.0, 4537.0, 4498.0, 4526.0, 4483.0, 4504.0, 4484.0, 4506.0, 4486.0, 4507.0, 4499.0, 4520.0, 4500.0, 4522.0, 4541.0, 4511.0, 4563.0, 4534.0, 4552.0, 4542.0, 4586.0, 4540.0, 4554.0, 4514.0, 4541.0, 4502.0, 4531.0, 4502.0, 4543.0, 4514.0, 4554.0, 4525.0, 4554.0, 4535.0, 4563.0, 4513.0, 4552.0, 4503.0, 4553.0, 4523.0, 4542.0, 4501.0, 4530.0, 4511.0, 4541.0, 4512.0, 4542.0, 4502.0, 4551.0, 4514.0, 4553.0, 4526.0, 4563.0, 4525.0, 4563.0, 4524.0, 4563.0, 4534.0, 4573.0, 4546.0, 4563.0, 4515.0, 4564.0, 4535.0, 4523.0, 4533.0, 4514.0, 4574.0, 4525.0, 4584.0, 4543.0, 4572.0, 4511.0, 4560.0, 4522.0, 4550.0, 4521.0, 4551.0, 4501.0, 4551.0, 4524.0, 4551.0, 4523.0, 4542.0, 4514.0, 4535.0, 4536.0, 4545.0, 4546.0, 4525.0, 4545.0, 4525.0, 4545.0, 4535.0, 4546.0, 4575.0, 4555.0, 4515.0, 4545.0, 4555.0, 4544.0, 4585.0, 4545.0, 4565.0, 4533.0, 4535.0, 4523.0, 4514.0, 4546.0, 4516.0, 4557.0, 4516.0, 4566.0, 4516.0, 4577.0, 4536.0, 4576.0, 4515.0, 4564.0, 4515.0, 4566.0, 4515.0, 4574.0, 4536.0, 4562.0, 4532.0, 4513.0, 4555.0, 4525.0, 4565.0, 4544.0, 4534.0, 4543.0, 4544.0, 4564.0, 4512.0, 4562.0, 4511.0, 4529.0, 4500.0, 4540.0, 4501.0, 4541.0, 4501.0, 4541.0, 4502.0, 4514.0, 4544.0, 4513.0, 4554.0, 4514.0, 4554.0, 4544.0, 4544.0, 4553.0, 4532.0, 4512.0, 4520.0, 4543.0, 4533.0, 4573.0, 4543.0, 4553.0, 4514.0, 4562.0, 4523.0, 4563.0, 4544.0, 4554.0, 4523.0, 4524.0, 4534.0, 4546.0, 4555.0, 4526.0, 4555.0, 4525.0, 4545.0, 4526.0, 4566.0, 4575.0], 'WindowWidth': [10245.0, 10084.0, 10114.0, 10027.0, 10055.0, 9958.0, 9992.0, 9951.0, 9971.0, 9948.0, 9973.0, 9933.0, 9948.0, 9938.0, 9961.0, 9951.0, 9983.0, 9997.0, 9972.0, 9997.0, 9976.0, 10011.0, 9999.0, 10027.0, 9985.0, 10026.0, 9999.0, 9988.0, 10029.0, 9967.0, 10006.0, 9953.0, 10051.0, 9983.0, 9951.0, 10010.0, 9969.0, 10063.0, 10043.0, 9975.0, 9970.0, 9983.0, 9970.0, 10040.0, 9982.0, 10010.0, 9927.0, 9977.0, 9927.0, 9965.0, 9925.0, 9925.0, 9963.0, 9928.0, 9971.0, 9950.0, 9973.0, 9937.0, 9962.0, 9954.0, 9965.0, 9962.0, 9997.0, 9958.0, 9997.0, 9959.0, 9997.0, 9973.0, 9998.0, 10010.0, 9995.0, 9967.0, 9995.0, 10049.0, 10002.0, 10043.0, 10004.0, 9971.0, 10012.0, 9959.0, 10012.0, 9968.0, 9955.0, 10042.0, 10087.0, 10036.0, 10012.0, 9944.0, 9981.0, 9929.0, 9979.0, 9933.0, 9996.0, 9966.0, 9984.0, 9951.0, 10000.0, 9963.0, 10000.0, 9952.0, 10001.0, 9947.0, 9999.0, 9933.0, 9984.0, 9942.0, 9968.0, 10028.0, 9973.0, 10009.0, 9971.0, 9995.0, 9926.0, 9962.0, 9929.0, 9967.0, 9944.0, 9960.0, 9933.0, 9963.0, 9975.0, 9977.0, 10034.0, 9994.0, 10018.0, 9963.0, 10017.0, 9964.0, 10005.0, 9968.0, 9991.0, 9952.0, 10001.0, 9956.0, 9993.0, 9970.0, 10009.0, 9959.0, 10026.0, 9982.0, 10007.0, 10006.0, 10006.0, 9948.0, 9990.0, 10044.0, 9972.0, 10028.0, 9987.0, 9994.0, 9928.0, 9980.0, 9945.0, 9988.0, 9985.0, 9961.0, 9962.0, 9949.0, 9980.0, 9973.0, 9986.0, 10005.0, 10058.0, 10027.0, 10014.0, 10007.0, 10046.0, 10016.0, 10045.0, 10016.0, 9996.0, 9954.0, 10007.0, 9950.0, 9987.0, 9920.0, 9976.0, 9921.0, 9974.0, 9906.0, 9946.0, 9920.0, 9919.0, 9974.0, 9939.0, 9976.0, 9924.0, 9954.0, 9930.0, 9986.0, 9950.0, 9967.0, 9969.0, 10010.0, 9971.0, 10024.0, 9972.0, 10005.0, 9986.0, 10021.0, 9955.0, 10021.0, 9961.0, 9989.0, 10002.0, 9973.0, 9930.0, 9970.0, 10027.0, 9971.0, 10024.0, 9981.0, 9967.0, 9940.0, 9966.0, 9956.0, 9973.0, 9973.0, 9943.0, 9973.0, 9956.0, 9972.0, 9987.0, 9973.0, 10026.0, 9961.0, 9998.0, 9944.0, 10009.0, 9969.0, 10010.0, 9971.0, 9992.0, 9940.0, 9982.0, 9940.0, 9982.0, 9958.0, 10009.0, 9973.0, 9960.0, 9945.0, 9949.0, 9991.0, 9936.0, 10003.0, 9953.0, 10020.0, 9995.0, 10062.0, 10014.0, 10040.0, 9978.0, 10002.0, 9946.0, 9989.0, 9919.0, 9973.0, 9886.0, 9941.0, 9914.0, 9899.0, 9967.0, 9904.0, 9955.0, 9909.0, 9944.0, 9906.0, 9933.0, 9923.0, 9925.0, 9965.0, 9930.0, 9982.0, 9949.0, 9973.0, 9949.0, 9974.0, 9952.0, 9993.0, 9954.0, 9992.0, 9950.0, 9979.0, 9990.0, 9977.0, 10048.0, 9996.0, 10017.0, 9950.0, 10017.0, 9964.0, 10016.0, 9986.0, 10044.0, 10007.0, 9967.0, 9968.0, 10004.0, 9978.0, 10033.0, 9998.0, 10022.0, 9968.0, 10019.0, 9953.0, 10017.0, 9949.0, 10004.0, 9932.0, 9985.0, 9957.0, 9956.0, 9999.0, 9957.0, 9972.0, 9942.0, 9931.0, 9962.0, 9988.0, 9975.0, 10001.0, 9983.0, 9980.0, 9946.0, 10042.0, 10055.0, 10107.0, 10049.0, 10034.0, 9976.0, 9999.0, 9973.0, 10022.0, 9996.0, 9962.0, 9975.0, 9948.0, 9990.0, 9962.0, 9995.0, 9966.0, 9931.0, 10024.0, 9976.0, 10042.0, 9996.0, 9967.0, 9975.0, 10001.0, 9943.0, 10014.0, 9972.0, 9979.0, 9899.0, 9949.0, 9898.0, 9922.0, 9905.0, 9930.0, 9904.0, 9920.0, 9925.0, 9936.0, 9932.0, 9959.0, 9950.0, 9954.0, 9951.0, 9966.0, 9993.0, 9964.0, 10033.0, 9984.0, 10004.0, 9951.0, 10004.0, 9952.0, 10002.0, 9955.0, 10019.0, 9987.0, 10008.0, 9956.0, 10012.0, 9970.0, 10035.0, 9987.0, 10026.0, 9982.0, 10022.0, 9980.0, 10022.0, 9984.0, 10063.0, 10024.0, 10019.0, 9979.0, 10029.0, 9974.0, 10013.0, 9938.0, 10001.0, 9932.0, 9970.0, 9932.0, 9973.0, 9950.0, 9989.0, 9950.0, 9990.0, 9948.0, 9974.0, 9976.0, 9979.0, 9992.0, 9961.0, 10003.0, 9967.0, 10037.0, 9992.0, 10005.0, 9978.0, 9977.0, 9965.0, 9955.0, 9993.0, 10006.0, 10008.0, 10047.0, 10002.0, 9931.0, 9973.0, 9934.0, 10005.0, 9933.0, 9979.0, 9928.0, 9983.0, 9946.0, 9950.0, 9996.0, 10050.0, 10011.0, 10024.0, 9969.0, 10034.0, 9995.0, 10021.0, 9963.0, 9990.0, 9949.0, 9980.0, 9980.0, 10015.0, 10069.0, 10019.0, 10031.0, 9988.0, 9954.0, 9951.0, 9956.0, 9997.0, 9975.0, 10028.0, 9977.0, 10024.0, 9959.0, 10027.0, 9971.0, 10026.0, 9953.0, 10006.0, 9971.0, 10049.0, 10004.0, 10057.0, 10012.0, 10048.0, 9989.0, 10058.0, 10017.0, 10037.0, 9978.0, 9964.0, 9939.0, 9927.0, 9980.0, 9984.0, 9970.0, 9932.0, 9970.0, 9932.0, 9980.0, 9939.0, 9932.0, 9990.0, 9965.0, 10017.0, 9974.0, 10031.0, 9970.0, 10040.0, 9977.0, 9989.0, 9923.0, 9972.0, 9905.0, 9940.0, 9905.0, 9932.0, 9950.0, 9926.0, 9976.0, 9954.0, 9964.0, 9927.0, 9967.0, 9933.0, 9970.0, 9948.0, 9967.0, 9991.0, 9953.0, 9951.0, 9954.0, 10005.0, 9967.0, 10007.0, 9957.0, 10008.0, 9954.0, 10007.0, 9968.0, 9996.0, 9998.0, 9985.0, 10022.0, 9965.0, 10033.0, 9983.0, 10022.0, 9987.0, 10023.0, 9972.0, 10041.0, 9969.0, 9996.0, 10037.0, 9980.0, 10032.0, 9965.0, 10018.0, 9933.0, 9998.0, 9965.0, 9990.0, 9962.0, 9960.0, 9948.0, 9978.0, 9994.0, 9978.0, 9983.0, 9980.0, 9959.0, 9995.0, 9961.0, 10017.0, 9959.0, 10038.0, 9961.0, 10036.0, 9955.0, 10040.0, 9995.0, 10021.0, 9933.0, 9985.0, 9943.0, 9971.0, 10041.0, 9973.0, 10025.0, 9987.0, 9995.0, 9930.0, 9995.0, 9933.0, 9986.0, 9979.0, 10002.0, 9963.0, 10005.0, 9967.0, 10032.0, 9981.0, 10030.0, 9993.0, 10015.0, 9966.0, 10019.0, 9993.0, 10031.0, 9991.0, 9961.0, 9973.0, 9944.0, 9986.0, 9989.0, 9989.0, 9977.0, 9987.0, 9934.0, 9985.0, 9948.0, 10002.0, 9948.0, 10002.0, 9947.0, 9999.0, 9966.0, 10017.0, 9999.0, 10004.0, 9974.0, 10000.0, 9954.0, 9966.0, 9969.0, 9929.0, 9997.0, 9952.0, 9955.0, 9991.0, 9969.0, 10057.0, 10070.0, 10035.0, 10016.0, 9968.0, 9998.0, 9960.0, 10022.0, 9994.0, 10036.0, 10020.0, 9994.0, 9958.0, 9950.0, 9946.0, 9971.0, 9998.0, 9959.0, 9986.0, 9956.0, 9998.0, 10009.0, 9996.0, 10032.0, 9989.0, 9946.0, 9985.0, 10041.0, 9985.0, 10028.0, 9997.0, 9995.0, 9942.0, 10008.0, 9956.0, 9992.0, 9931.0, 9981.0, 9929.0, 9982.0, 9930.0, 9982.0, 9947.0, 9986.0, 9929.0, 9997.0, 9929.0, 9982.0, 9979.0, 9964.0, 10052.0, 9981.0, 10005.0, 9951.0, 10002.0, 9908.0, 9971.0, 9919.0, 9954.0, 9890.0, 9920.0, 9894.0, 9926.0, 9899.0, 9929.0, 9921.0, 9952.0, 9925.0, 9958.0, 9982.0, 9943.0, 10016.0, 9978.0, 9999.0, 10007.0, 10075.0, 9999.0, 10008.0, 9951.0, 9982.0, 9931.0, 9969.0, 9933.0, 9988.0, 9952.0, 10006.0, 9968.0, 10004.0, 9980.0, 10014.0, 9948.0, 9999.0, 9935.0, 10004.0, 9961.0, 9986.0, 9929.0, 9966.0, 9941.0, 9983.0, 9944.0, 9984.0, 9932.0, 9997.0, 9951.0, 10004.0, 9970.0, 10016.0, 9967.0, 10019.0, 9965.0, 10019.0, 9981.0, 10030.0, 9998.0, 10015.0, 9954.0, 10017.0, 9981.0, 9962.0, 9976.0, 9950.0, 10033.0, 9966.0, 10047.0, 9987.0, 10025.0, 9940.0, 10007.0, 9957.0, 9993.0, 9954.0, 9994.0, 9929.0, 9996.0, 9964.0, 9997.0, 9961.0, 9986.0, 9949.0, 9980.0, 9984.0, 9996.0, 9997.0, 9967.0, 9996.0, 9967.0, 9995.0, 9981.0, 9997.0, 10036.0, 10008.0, 9953.0, 9994.0, 10007.0, 9992.0, 10050.0, 9994.0, 10020.0, 9975.0, 9980.0, 9962.0, 9951.0, 9998.0, 9958.0, 10015.0, 9959.0, 10024.0, 9959.0, 10042.0, 9985.0, 10039.0, 9953.0, 10018.0, 9955.0, 10023.0, 9956.0, 10033.0, 9983.0, 10013.0, 9971.0, 9948.0, 10007.0, 9969.0, 10020.0, 9991.0, 9979.0, 9989.0, 9992.0, 10016.0, 9943.0, 10011.0, 9939.0, 9961.0, 9924.0, 9978.0, 9926.0, 9981.0, 9928.0, 9982.0, 9931.0, 9952.0, 9990.0, 9949.0, 10003.0, 9950.0, 10003.0, 9991.0, 9990.0, 10002.0, 9971.0, 9944.0, 9953.0, 9985.0, 9973.0, 10030.0, 9989.0, 10000.0, 9949.0, 10011.0, 9960.0, 10014.0, 9992.0, 10004.0, 9962.0, 9965.0, 9979.0, 9997.0, 10009.0, 9969.0, 10008.0, 9967.0, 9994.0, 9972.0, 10024.0, 10033.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.00034131336405529957</td></tr>
<tr><td colspan=3>aqi</td><td>0.014755731808755758</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.77923294029983</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.18862356212226</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885272769896193</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>6065.564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10693708491150886</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.410138248847927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5865957573643423</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5486307574177256</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.618897301196986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5922592134783145</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104092</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009391913190484047</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031880028545856476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9892094992397094</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>25.937</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1366</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.919</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.9338</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5552</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.0102</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3716.8652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.3537</td></tr>
<tr><td colspan=3>tsnr</td><td>42.98665659036487</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>