ds005256-mriqc/sub-0005_ses-01_task-social_acq-mb8_run-03_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-03_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-03_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-03_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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_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-03_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-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_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-03_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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_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-03_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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_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-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-03_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-03_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>9ea0a65fbb2bb6d88ec8d56284bf1316</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:25:1.912500</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-03_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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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>bf58f251-f62b-4ed5-b733-7992f2df7f3a||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': ['152501.912500', '152502.372500', '152502.832500', '152503.292500', '152503.752500', '152504.212500', '152504.672500', '152505.132500', '152505.592500', '152506.052500', '152506.512500', '152506.972500', '152507.432500', '152507.892500', '152508.352500', '152508.812500', '152509.272500', '152509.732500', '152510.192500', '152510.652500', '152511.112500', '152511.572500', '152512.032500', '152512.492500', '152512.952500', '152513.412500', '152513.872500', '152514.332500', '152514.792500', '152515.252500', '152515.712500', '152516.172500', '152516.632500', '152517.092500', '152517.552500', '152518.012500', '152518.472500', '152518.932500', '152519.392500', '152519.852500', '152520.312500', '152520.772500', '152521.232500', '152521.692500', '152522.152500', '152522.612500', '152523.072500', '152523.532500', '152523.992500', '152524.452500', '152524.912500', '152525.372500', '152525.832500', '152526.292500', '152526.752500', '152527.212500', '152527.672500', '152528.132500', '152528.592500', '152529.052500', '152529.512500', '152529.972500', '152530.432500', '152530.892500', '152531.352500', '152531.812500', '152532.272500', '152532.732500', '152533.192500', '152533.652500', '152534.112500', '152534.572500', '152535.032500', '152535.492500', '152535.952500', '152536.412500', '152536.872500', '152537.332500', '152537.792500', '152538.252500', '152538.712500', '152539.172500', '152539.632500', '152540.092500', '152540.552500', '152541.012500', '152541.472500', '152541.932500', '152542.392500', '152542.852500', '152543.312500', '152543.772500', '152544.232500', '152544.692500', '152545.152500', '152545.612500', '152546.072500', '152546.532500', '152546.992500', '152547.452500', '152547.912500', '152548.372500', '152548.832500', '152549.292500', '152549.752500', '152550.212500', '152550.672500', '152551.132500', '152551.592500', '152552.052500', '152552.512500', '152552.972500', '152553.432500', '152553.892500', '152554.352500', '152554.812500', '152555.272500', '152555.732500', '152556.192500', '152556.652500', '152557.112500', '152557.572500', '152558.032500', '152558.492500', '152558.952500', '152559.412500', '152559.872500', '152600.332500', '152600.792500', '152601.252500', '152601.712500', '152602.172500', '152602.632500', '152603.092500', '152603.552500', '152604.012500', '152604.472500', '152604.932500', '152605.392500', '152605.852500', '152606.312500', '152606.772500', '152607.232500', '152607.692500', '152608.152500', '152608.612500', '152609.072500', '152609.532500', '152609.992500', '152610.452500', '152610.912500', '152611.372500', '152611.832500', '152612.292500', '152612.752500', '152613.212500', '152613.672500', '152614.132500', '152614.592500', '152615.052500', '152615.512500', '152615.972500', '152616.432500', '152616.892500', '152617.352500', '152617.812500', '152618.272500', '152618.732500', '152619.192500', '152619.652500', '152620.112500', '152620.572500', '152621.032500', '152621.492500', '152621.952500', '152622.412500', '152622.872500', '152623.332500', '152623.792500', '152624.252500', '152624.712500', '152625.172500', '152625.632500', '152626.092500', '152626.552500', '152627.012500', '152627.472500', '152627.932500', '152628.392500', '152628.852500', '152629.312500', '152629.772500', '152630.232500', '152630.692500', '152631.152500', '152631.612500', '152632.072500', '152632.532500', '152632.992500', '152633.452500', '152633.912500', '152634.372500', '152634.832500', '152635.292500', '152635.752500', '152636.212500', '152636.672500', '152637.132500', '152637.592500', '152638.052500', '152638.512500', '152638.972500', '152639.432500', '152639.892500', '152640.352500', '152640.812500', '152641.272500', '152641.732500', '152642.192500', '152642.652500', '152643.112500', '152643.572500', '152644.032500', '152644.492500', '152644.952500', '152645.412500', '152645.872500', '152646.332500', '152646.792500', '152647.252500', '152647.712500', '152648.172500', '152648.632500', '152649.092500', '152649.552500', '152650.012500', '152650.472500', '152650.932500', '152651.392500', '152651.852500', '152652.312500', '152652.772500', '152653.232500', '152653.692500', '152654.152500', '152654.612500', '152655.072500', '152655.532500', '152655.992500', '152656.452500', '152656.912500', '152657.372500', '152657.832500', '152658.292500', '152658.752500', '152659.212500', '152659.672500', '152700.132500', '152700.592500', '152701.052500', '152701.512500', '152701.972500', '152702.432500', '152702.892500', '152703.352500', '152703.812500', '152704.272500', '152704.732500', '152705.192500', '152705.652500', '152706.112500', '152706.572500', '152707.032500', '152707.492500', '152707.952500', '152708.412500', '152708.872500', '152709.332500', '152709.792500', '152710.252500', '152710.712500', '152711.172500', '152711.632500', '152712.092500', '152712.552500', '152713.012500', '152713.472500', '152713.932500', '152714.392500', '152714.852500', '152715.312500', '152715.772500', '152716.232500', '152716.692500', '152717.152500', '152717.612500', '152718.072500', '152718.532500', '152718.992500', '152719.452500', '152719.912500', '152720.372500', '152720.832500', '152721.292500', '152721.752500', '152722.212500', '152722.672500', '152723.132500', '152723.592500', '152724.052500', '152724.512500', '152724.972500', '152725.432500', '152725.892500', '152726.352500', '152726.812500', '152727.272500', '152727.732500', '152728.192500', '152728.652500', '152729.112500', '152729.572500', '152730.032500', '152730.492500', '152730.952500', '152731.412500', '152731.872500', '152732.332500', '152732.792500', '152733.252500', '152733.712500', '152734.172500', '152734.632500', '152735.092500', '152735.552500', '152736.012500', '152736.472500', '152736.932500', '152737.392500', '152737.852500', '152738.312500', '152738.772500', '152739.232500', '152739.692500', '152740.152500', '152740.612500', '152741.072500', '152741.532500', '152741.992500', '152742.452500', '152742.912500', '152743.372500', '152743.832500', '152744.292500', '152744.752500', '152745.212500', '152745.672500', '152746.132500', '152746.592500', '152747.052500', '152747.512500', '152747.972500', '152748.432500', '152748.892500', '152749.352500', '152749.812500', '152750.272500', '152750.732500', '152751.192500', '152751.652500', '152752.112500', '152752.572500', '152753.032500', '152753.492500', '152753.952500', '152754.412500', '152754.872500', '152755.332500', '152755.792500', '152756.252500', '152756.712500', '152757.172500', '152757.632500', '152758.092500', '152758.552500', '152759.012500', '152759.472500', '152759.932500', '152800.392500', '152800.852500', '152801.312500', '152801.772500', '152802.232500', '152802.692500', '152803.152500', '152803.612500', '152804.072500', '152804.532500', '152804.992500', '152805.452500', '152805.912500', '152806.372500', '152806.832500', '152807.292500', '152807.752500', '152808.212500', '152808.672500', '152809.132500', '152809.592500', '152810.052500', '152810.512500', '152810.972500', '152811.432500', '152811.892500', '152812.352500', '152812.812500', '152813.272500', '152813.732500', '152814.192500', '152814.652500', '152815.112500', '152815.572500', '152816.032500', '152816.492500', '152816.952500', '152817.412500', '152817.872500', '152818.332500', '152818.792500', '152819.252500', '152819.712500', '152820.172500', '152820.632500', '152821.092500', '152821.552500', '152822.012500', '152822.472500', '152822.932500', '152823.392500', '152823.852500', '152824.312500', '152824.772500', '152825.232500', '152825.692500', '152826.152500', '152826.612500', '152827.072500', '152827.532500', '152827.992500', '152828.452500', '152828.912500', '152829.372500', '152829.832500', '152830.292500', '152830.752500', '152831.212500', '152831.672500', '152832.132500', '152832.592500', '152833.052500', '152833.512500', '152833.972500', '152834.432500', '152834.892500', '152835.352500', '152835.812500', '152836.272500', '152836.732500', '152837.192500', '152837.652500', '152838.112500', '152838.572500', '152839.032500', '152839.492500', '152839.952500', '152840.412500', '152840.872500', '152841.332500', '152841.792500', '152842.252500', '152842.712500', '152843.172500', '152843.632500', '152844.092500', '152844.552500', '152845.012500', '152845.472500', '152845.932500', '152846.392500', '152846.852500', '152847.312500', '152847.772500', '152848.232500', '152848.692500', '152849.152500', '152849.612500', '152850.072500', '152850.532500', '152850.992500', '152851.452500', '152851.912500', '152852.372500', '152852.832500', '152853.292500', '152853.752500', '152854.212500', '152854.672500', '152855.132500', '152855.592500', '152856.052500', '152856.512500', '152856.972500', '152857.432500', '152857.892500', '152858.352500', '152858.812500', '152859.272500', '152859.732500', '152900.192500', '152900.652500', '152901.112500', '152901.572500', '152902.032500', '152902.492500', '152902.952500', '152903.412500', '152903.872500', '152904.332500', '152904.792500', '152905.252500', '152905.712500', '152906.172500', '152906.632500', '152907.092500', '152907.552500', '152908.012500', '152908.472500', '152908.932500', '152909.392500', '152909.852500', '152910.312500', '152910.772500', '152911.232500', '152911.692500', '152912.152500', '152912.612500', '152913.072500', '152913.532500', '152913.992500', '152914.452500', '152914.912500', '152915.372500', '152915.832500', '152916.292500', '152916.752500', '152917.212500', '152917.672500', '152918.132500', '152918.592500', '152919.052500', '152919.512500', '152919.972500', '152920.432500', '152920.892500', '152921.352500', '152921.812500', '152922.272500', '152922.732500', '152923.192500', '152923.652500', '152924.112500', '152924.572500', '152925.032500', '152925.492500', '152925.952500', '152926.412500', '152926.872500', '152927.332500', '152927.792500', '152928.252500', '152928.712500', '152929.172500', '152929.632500', '152930.092500', '152930.552500', '152931.012500', '152931.472500', '152931.932500', '152932.392500', '152932.852500', '152933.312500', '152933.772500', '152934.232500', '152934.692500', '152935.152500', '152935.612500', '152936.072500', '152936.532500', '152936.992500', '152937.452500', '152937.912500', '152938.372500', '152938.832500', '152939.292500', '152939.752500', '152940.212500', '152940.672500', '152941.132500', '152941.592500', '152942.052500', '152942.512500', '152942.972500', '152943.432500', '152943.892500', '152944.352500', '152944.812500', '152945.272500', '152945.732500', '152946.192500', '152946.652500', '152947.112500', '152947.572500', '152948.032500', '152948.492500', '152948.952500', '152949.412500', '152949.872500', '152950.332500', '152950.792500', '152951.252500', '152951.712500', '152952.172500', '152952.632500', '152953.092500', '152953.552500', '152954.012500', '152954.472500', '152954.932500', '152955.392500', '152955.852500', '152956.312500', '152956.772500', '152957.232500', '152957.692500', '152958.152500', '152958.612500', '152959.072500', '152959.532500', '152959.992500', '153000.452500', '153000.912500', '153001.372500', '153001.832500', '153002.292500', '153002.752500', '153003.212500', '153003.672500', '153004.132500', '153004.592500', '153005.052500', '153005.512500', '153005.972500', '153006.432500', '153006.892500', '153007.352500', '153007.812500', '153008.272500', '153008.732500', '153009.192500', '153009.652500', '153010.112500', '153010.572500', '153011.032500', '153011.492500', '153011.952500', '153012.412500', '153012.872500', '153013.332500', '153013.792500', '153014.252500', '153014.712500', '153015.172500', '153015.632500', '153016.092500', '153016.552500', '153017.012500', '153017.472500', '153017.932500', '153018.392500', '153018.852500', '153019.312500', '153019.772500', '153020.232500', '153020.692500', '153021.152500', '153021.612500', '153022.072500', '153022.532500', '153022.992500', '153023.452500', '153023.912500', '153024.372500', '153024.832500', '153025.292500', '153025.752500', '153026.212500', '153026.672500', '153027.132500', '153027.592500', '153028.052500', '153028.512500', '153028.972500', '153029.432500', '153029.892500', '153030.352500', '153030.812500', '153031.272500', '153031.732500', '153032.192500', '153032.652500', '153033.112500', '153033.572500', '153034.032500', '153034.492500', '153034.952500', '153035.412500', '153035.872500', '153036.332500', '153036.792500', '153037.252500', '153037.712500', '153038.172500', '153038.632500', '153039.092500', '153039.552500', '153040.012500', '153040.472500', '153040.932500', '153041.392500', '153041.852500', '153042.312500', '153042.772500', '153043.232500', '153043.692500', '153044.152500', '153044.612500', '153045.072500', '153045.532500', '153045.992500', '153046.452500', '153046.912500', '153047.372500', '153047.832500', '153048.292500', '153048.752500', '153049.212500', '153049.672500', '153050.132500', '153050.592500', '153051.052500', '153051.512500', '153051.972500', '153052.432500', '153052.892500', '153053.352500', '153053.812500', '153054.272500', '153054.732500', '153055.192500', '153055.652500', '153056.112500', '153056.572500', '153057.032500', '153057.492500', '153057.952500', '153058.412500', '153058.872500', '153059.332500', '153059.792500', '153100.252500', '153100.712500', '153101.172500', '153101.632500', '153102.092500', '153102.552500', '153103.012500', '153103.472500', '153103.932500', '153104.392500', '153104.852500', '153105.312500', '153105.772500', '153106.232500', '153106.692500', '153107.152500', '153107.612500', '153108.072500', '153108.532500', '153108.992500', '153109.452500', '153109.912500', '153110.372500', '153110.832500', '153111.292500', '153111.752500', '153112.212500', '153112.672500', '153113.132500', '153113.592500', '153114.052500', '153114.512500', '153114.972500', '153115.432500', '153115.892500', '153116.352500', '153116.812500', '153117.272500', '153117.732500', '153118.192500', '153118.652500', '153119.112500', '153119.572500', '153120.032500', '153120.492500', '153120.952500', '153121.412500', '153121.872500', '153122.332500', '153122.792500', '153123.252500', '153123.712500', '153124.172500', '153124.632500', '153125.092500', '153125.552500', '153126.012500', '153126.472500', '153126.932500', '153127.392500', '153127.852500', '153128.312500', '153128.772500', '153129.232500', '153129.692500', '153130.152500', '153130.612500', '153131.072500', '153131.532500', '153131.992500', '153132.452500', '153132.912500', '153133.372500', '153133.832500', '153134.292500', '153134.752500', '153135.212500', '153135.672500', '153136.132500', '153136.592500', '153137.052500', '153137.512500', '153137.972500', '153138.432500', '153138.892500', '153139.352500', '153139.812500', '153140.272500', '153140.732500', '153141.192500', '153141.652500', '153142.112500', '153142.572500'], 'ContentTime': ['152529.115000', '152529.118000', '152529.121000', '152529.124000', '152529.127000', '152529.130000', '152529.132000', '152529.135000', '152529.138000', '152529.141000', '152529.144000', '152529.147000', '152529.149000', '152529.152000', '152529.155000', '152529.158000', '152529.161000', '152529.164000', '152529.167000', '152529.169000', '152529.172000', '152529.175000', '152529.178000', '152529.181000', '152529.184000', '152529.186000', '152529.189000', '152529.195000', '152529.198000', '152529.201000', '152529.204000', '152529.217000', '152529.220000', '152529.223000', '152529.226000', '152529.229000', '152529.231000', '152529.234000', '152529.237000', '152529.240000', '152529.243000', '152529.246000', '152529.248000', '152529.251000', '152529.254000', '152529.257000', '152529.260000', '152529.262000', '152529.265000', '152529.268000', '152529.271000', '152529.279000', '152529.282000', '152529.285000', '152529.288000', '152529.291000', '152549.077000', '152549.080000', '152549.083000', '152549.086000', '152549.089000', '152549.092000', '152549.094000', '152549.097000', '152549.101000', '152549.104000', '152549.107000', '152549.109000', '152549.112000', '152549.115000', '152549.118000', '152549.121000', '152549.124000', '152549.127000', '152549.130000', '152549.133000', '152549.135000', '152549.138000', '152549.141000', '152549.144000', '152549.147000', '152549.149000', '152549.153000', '152549.155000', '152549.158000', '152549.161000', '152549.164000', '152549.167000', '152549.170000', '152549.172000', '152549.175000', '152549.187000', '152549.190000', '152549.193000', '152549.196000', '152549.199000', '152549.202000', '152549.204000', '152549.207000', '152549.210000', '152609.077000', '152609.080000', '152609.083000', '152609.086000', '152609.089000', '152609.091000', '152609.094000', '152609.099000', '152609.107000', '152609.110000', '152609.113000', '152609.115000', '152609.118000', '152609.121000', '152609.124000', '152609.127000', '152609.130000', '152609.133000', '152609.136000', '152609.138000', '152609.141000', '152609.144000', '152609.147000', '152609.150000', '152609.153000', '152609.155000', '152609.158000', '152609.161000', '152609.164000', '152609.167000', '152609.170000', '152609.172000', '152609.175000', '152609.178000', '152609.181000', '152609.184000', '152609.187000', '152609.189000', '152609.192000', '152609.195000', '152609.198000', '152609.201000', '152609.204000', '152629.076000', '152629.083000', '152629.086000', '152629.089000', '152629.091000', '152629.094000', '152629.097000', '152629.100000', '152629.103000', '152629.106000', '152629.108000', '152629.111000', '152629.114000', '152629.117000', '152629.120000', '152629.123000', '152629.131000', '152629.134000', '152629.137000', '152629.140000', '152629.143000', '152629.146000', '152629.148000', '152629.151000', '152629.154000', '152629.157000', '152629.160000', '152629.163000', '152629.166000', '152629.168000', '152629.171000', '152629.174000', '152629.177000', '152629.180000', '152629.183000', '152629.186000', '152629.188000', '152629.191000', '152629.194000', '152629.197000', '152629.200000', '152629.203000', '152629.206000', '152629.208000', '152649.076000', '152649.079000', '152649.082000', '152649.085000', '152649.089000', '152649.091000', '152649.094000', '152649.098000', '152649.106000', '152649.109000', '152649.112000', '152649.124000', '152649.127000', '152649.130000', '152649.133000', '152649.136000', '152649.139000', '152649.142000', '152649.145000', '152649.148000', '152649.150000', '152649.153000', '152649.156000', '152649.159000', '152649.162000', '152649.165000', '152649.167000', '152649.170000', '152649.173000', '152649.176000', '152649.179000', '152649.182000', '152649.185000', '152649.188000', '152649.190000', '152649.193000', '152649.196000', '152649.199000', '152649.202000', '152649.205000', '152649.207000', '152649.210000', '152649.213000', '152709.077000', '152709.080000', '152709.083000', '152709.085000', '152709.089000', '152709.091000', '152709.094000', '152709.097000', '152709.105000', '152709.108000', '152709.111000', '152709.114000', '152709.117000', '152709.119000', '152709.122000', '152709.125000', '152709.128000', '152709.131000', '152709.134000', '152709.137000', '152709.140000', '152709.142000', '152709.145000', '152709.148000', '152709.151000', '152709.154000', '152709.157000', '152709.159000', '152709.162000', '152709.165000', '152709.168000', '152709.171000', '152709.174000', '152709.177000', '152709.179000', '152709.182000', '152709.185000', '152709.188000', '152709.191000', '152709.194000', '152709.197000', '152709.200000', '152709.202000', '152709.205000', '152729.077000', '152729.080000', '152729.083000', '152729.086000', '152729.089000', '152729.091000', '152729.094000', '152729.097000', '152729.100000', '152729.103000', '152729.106000', '152729.109000', '152729.112000', '152729.114000', '152729.117000', '152729.120000', '152729.126000', '152729.130000', '152729.132000', '152729.135000', '152729.138000', '152729.141000', '152729.144000', '152729.147000', '152729.150000', '152729.153000', '152729.155000', '152729.158000', '152729.161000', '152729.164000', '152729.167000', '152729.170000', '152729.173000', '152729.176000', '152729.178000', '152729.181000', '152729.184000', '152729.187000', '152729.190000', '152729.193000', '152729.196000', '152729.198000', '152729.201000', '152749.077000', '152749.080000', '152749.083000', '152749.086000', '152749.089000', '152749.092000', '152749.094000', '152749.097000', '152749.100000', '152749.103000', '152749.106000', '152749.109000', '152749.112000', '152749.114000', '152749.117000', '152749.120000', '152749.123000', '152749.126000', '152749.129000', '152749.132000', '152749.134000', '152749.137000', '152749.140000', '152749.146000', '152749.149000', '152749.152000', '152749.155000', '152749.158000', '152749.161000', '152749.164000', '152749.172000', '152749.175000', '152749.178000', '152749.181000', '152749.184000', '152749.187000', '152749.189000', '152749.192000', '152749.201000', '152749.204000', '152749.207000', '152749.209000', '152749.212000', '152749.215000', '152809.078000', '152809.082000', '152809.084000', '152809.087000', '152809.090000', '152809.093000', '152809.096000', '152809.099000', '152809.102000', '152809.105000', '152809.108000', '152809.110000', '152809.113000', '152809.116000', '152809.119000', '152809.122000', '152809.125000', '152809.128000', '152809.130000', '152809.133000', '152809.136000', '152809.139000', '152809.142000', '152809.145000', '152809.148000', '152809.151000', '152809.154000', '152809.157000', '152809.160000', '152809.163000', '152809.166000', '152809.169000', '152809.171000', '152809.174000', '152809.177000', '152809.187000', '152809.190000', '152809.193000', '152809.196000', '152809.199000', '152809.202000', '152809.204000', '152809.207000', '152829.077000', '152829.080000', '152829.083000', '152829.086000', '152829.089000', '152829.091000', '152829.094000', '152829.097000', '152829.100000', '152829.103000', '152829.106000', '152829.114000', '152829.117000', '152829.120000', '152829.123000', '152829.126000', '152829.128000', '152829.131000', '152829.134000', '152829.137000', '152829.140000', '152829.143000', '152829.146000', '152829.148000', '152829.151000', '152829.154000', '152829.157000', '152829.160000', '152829.163000', '152829.165000', '152829.168000', '152829.171000', '152829.174000', '152829.177000', '152829.180000', '152829.183000', '152829.186000', '152829.189000', '152829.192000', '152829.194000', '152829.197000', '152829.200000', '152829.203000', '152829.206000', '152849.076000', '152849.079000', '152849.082000', '152849.085000', '152849.088000', '152849.091000', '152849.093000', '152849.096000', '152849.099000', '152849.102000', '152849.105000', '152849.108000', '152849.111000', '152849.114000', '152849.116000', '152849.119000', '152849.122000', '152849.125000', '152849.128000', '152849.131000', '152849.134000', '152849.137000', '152849.140000', '152849.142000', '152849.145000', '152849.148000', '152849.151000', '152849.154000', '152849.157000', '152849.160000', '152849.163000', '152849.165000', '152849.168000', '152849.171000', '152849.174000', '152849.177000', '152849.180000', '152849.183000', '152849.186000', '152849.189000', '152849.192000', '152849.195000', '152849.198000', '152909.077000', '152909.080000', '152909.083000', '152909.086000', '152909.089000', '152909.100000', '152909.103000', '152909.106000', '152909.109000', '152909.112000', '152909.115000', '152909.117000', '152909.120000', '152909.123000', '152909.126000', '152909.129000', '152909.132000', '152909.135000', '152909.138000', '152909.140000', '152909.143000', '152909.146000', '152909.149000', '152909.152000', '152909.155000', '152909.158000', '152909.160000', '152909.163000', '152909.166000', '152909.169000', '152909.172000', '152909.175000', '152909.178000', '152909.181000', '152909.183000', '152909.186000', '152909.189000', '152909.192000', '152909.195000', '152909.198000', '152909.200000', '152909.203000', '152909.206000', '152909.209000', '152929.077000', '152929.080000', '152929.083000', '152929.092000', '152929.094000', '152929.097000', '152929.100000', '152929.103000', '152929.106000', '152929.109000', '152929.111000', '152929.114000', '152929.119000', '152929.122000', '152929.125000', '152929.128000', '152929.130000', '152929.133000', '152929.136000', '152929.139000', '152929.142000', '152929.145000', '152929.148000', '152929.151000', '152929.153000', '152929.156000', '152929.159000', '152929.162000', '152929.165000', '152929.168000', '152929.171000', '152929.174000', '152929.177000', '152929.179000', '152929.182000', '152929.185000', '152929.188000', '152929.191000', '152929.194000', '152929.197000', '152929.199000', '152929.202000', '152929.205000', '152949.077000', '152949.080000', '152949.084000', '152949.087000', '152949.090000', '152949.093000', '152949.096000', '152949.099000', '152949.102000', '152949.105000', '152949.108000', '152949.110000', '152949.113000', '152949.116000', '152949.119000', '152949.125000', '152949.128000', '152949.144000', '152949.147000', '152949.149000', '152949.152000', '152949.155000', '152949.158000', '152949.161000', '152949.164000', '152949.167000', '152949.170000', '152949.172000', '152949.176000', '152949.178000', '152949.181000', '152949.184000', '152949.187000', '152949.190000', '152949.193000', '152949.196000', '152949.199000', '152949.201000', '152949.204000', '152949.207000', '152949.210000', '152949.213000', '152949.216000', '152949.218000', '153009.077000', '153009.080000', '153009.083000', '153009.086000', '153009.089000', '153009.091000', '153009.094000', '153009.097000', '153009.100000', '153009.103000', '153009.106000', '153009.109000', '153009.112000', '153009.114000', '153009.117000', '153009.120000', '153009.123000', '153009.126000', '153009.129000', '153009.132000', '153009.135000', '153009.137000', '153009.140000', '153009.143000', '153009.146000', '153009.149000', '153009.152000', '153009.154000', '153009.157000', '153009.160000', '153009.163000', '153009.166000', '153009.169000', '153009.172000', '153009.175000', '153009.178000', '153009.180000', '153009.183000', '153009.186000', '153009.189000', '153009.192000', '153009.195000', '153009.198000', '153029.077000', '153029.080000', '153029.083000', '153029.086000', '153029.089000', '153029.092000', '153029.094000', '153029.097000', '153029.100000', '153029.103000', '153029.106000', '153029.109000', '153029.112000', '153029.114000', '153029.117000', '153029.120000', '153029.123000', '153029.126000', '153029.129000', '153029.132000', '153029.134000', '153029.137000', '153029.140000', '153029.143000', '153029.146000', '153029.149000', '153029.151000', '153029.155000', '153029.157000', '153029.160000', '153029.163000', '153029.166000', '153029.169000', '153029.172000', '153029.175000', '153029.178000', '153029.181000', '153029.183000', '153029.186000', '153029.189000', '153029.192000', '153029.195000', '153029.198000', '153029.201000', '153049.077000', '153049.080000', '153049.083000', '153049.086000', '153049.089000', '153049.092000', '153049.095000', '153049.098000', '153049.101000', '153049.104000', '153049.107000', '153049.109000', '153049.112000', '153049.115000', '153049.118000', '153049.121000', '153049.124000', '153049.127000', '153049.130000', '153049.133000', '153049.135000', '153049.138000', '153049.141000', '153049.144000', '153049.147000', '153049.150000', '153049.153000', '153049.157000', '153049.160000', '153049.163000', '153049.166000', '153049.169000', '153049.172000', '153049.175000', '153049.178000', '153049.180000', '153049.183000', '153049.186000', '153049.189000', '153049.192000', '153049.195000', '153049.198000', '153049.201000', '153109.076000', '153109.079000', '153109.082000', '153109.085000', '153109.088000', '153109.090000', '153109.093000', '153109.096000', '153109.099000', '153109.102000', '153109.105000', '153109.108000', '153109.112000', '153109.115000', '153109.118000', '153109.121000', '153109.124000', '153109.127000', '153109.129000', '153109.132000', '153109.135000', '153109.138000', '153109.141000', '153109.144000', '153109.147000', '153109.149000', '153109.152000', '153109.155000', '153109.169000', '153109.172000', '153109.175000', '153109.177000', '153109.180000', '153109.183000', '153109.186000', '153109.189000', '153109.192000', '153109.195000', '153109.198000', '153109.200000', '153109.203000', '153109.206000', '153109.209000', '153109.212000', '153129.077000', '153129.080000', '153129.083000', '153129.086000', '153129.089000', '153129.092000', '153129.094000', '153129.097000', '153129.100000', '153129.103000', '153129.106000', '153129.108000', '153129.112000', '153129.114000', '153129.117000', '153129.120000', '153129.123000', '153129.126000', '153129.129000', '153129.131000', '153129.134000', '153129.137000', '153129.140000', '153129.143000', '153129.146000', '153129.148000', '153129.151000', '153129.154000', '153129.160000', '153129.163000', '153129.165000', '153129.168000', '153129.171000', '153129.174000', '153129.177000', '153129.180000', '153129.183000', '153129.186000', '153129.188000', '153129.191000', '153129.194000', '153129.197000', '153129.200000', '153144.012000', '153144.016000', '153144.019000', '153144.022000', '153144.025000', '153144.028000', '153144.031000', '153144.034000', '153144.037000', '153144.040000', '153144.044000', '153144.048000', '153144.051000', '153144.054000', '153144.057000', '153144.060000', '153144.063000', '153144.066000', '153144.068000', '153144.071000', '153144.074000', '153144.078000', '153144.081000', '153144.084000', '153144.087000', '153144.090000', '153144.093000', '153144.096000', '153144.098000', '153144.101000', '153144.104000', '153144.107000', '153144.110000'], 'InstanceCreationTime': ['152529.115000', '152529.118000', '152529.121000', '152529.124000', '152529.127000', '152529.130000', '152529.132000', '152529.135000', '152529.138000', '152529.141000', '152529.144000', '152529.147000', '152529.149000', '152529.152000', '152529.155000', '152529.158000', '152529.161000', '152529.164000', '152529.167000', '152529.169000', '152529.172000', '152529.175000', '152529.178000', '152529.181000', '152529.184000', '152529.186000', '152529.189000', '152529.195000', '152529.198000', '152529.201000', '152529.204000', '152529.217000', '152529.220000', '152529.223000', '152529.226000', '152529.229000', '152529.231000', '152529.234000', '152529.237000', '152529.240000', '152529.243000', '152529.246000', '152529.248000', '152529.251000', '152529.254000', '152529.257000', '152529.260000', '152529.262000', '152529.265000', '152529.268000', '152529.271000', '152529.279000', '152529.282000', '152529.285000', '152529.288000', '152529.291000', '152549.077000', '152549.080000', '152549.083000', '152549.086000', '152549.089000', '152549.092000', '152549.094000', '152549.097000', '152549.101000', '152549.104000', '152549.107000', '152549.109000', '152549.112000', '152549.115000', '152549.118000', '152549.121000', '152549.124000', '152549.127000', '152549.130000', '152549.133000', '152549.135000', '152549.138000', '152549.141000', '152549.144000', '152549.147000', '152549.149000', '152549.153000', '152549.155000', '152549.158000', '152549.161000', '152549.164000', '152549.167000', '152549.170000', '152549.172000', '152549.175000', '152549.187000', '152549.190000', '152549.193000', '152549.196000', '152549.199000', '152549.202000', '152549.204000', '152549.207000', '152549.210000', '152609.077000', '152609.080000', '152609.083000', '152609.086000', '152609.089000', '152609.091000', '152609.094000', '152609.099000', '152609.107000', '152609.110000', '152609.113000', '152609.115000', '152609.118000', '152609.121000', '152609.124000', '152609.127000', '152609.130000', '152609.133000', '152609.136000', '152609.138000', '152609.141000', '152609.144000', '152609.147000', '152609.150000', '152609.153000', '152609.155000', '152609.158000', '152609.161000', '152609.164000', '152609.167000', '152609.170000', '152609.172000', '152609.175000', '152609.178000', '152609.181000', '152609.184000', '152609.187000', '152609.189000', '152609.192000', '152609.195000', '152609.198000', '152609.201000', '152609.204000', '152629.076000', '152629.083000', '152629.086000', '152629.089000', '152629.091000', '152629.094000', '152629.097000', '152629.100000', '152629.103000', '152629.106000', '152629.108000', '152629.111000', '152629.114000', '152629.117000', '152629.120000', '152629.123000', '152629.131000', '152629.134000', '152629.137000', '152629.140000', '152629.143000', '152629.146000', '152629.148000', '152629.151000', '152629.154000', '152629.157000', '152629.160000', '152629.163000', '152629.166000', '152629.168000', '152629.171000', '152629.174000', '152629.177000', '152629.180000', '152629.183000', '152629.186000', '152629.188000', '152629.191000', '152629.194000', '152629.197000', '152629.200000', '152629.203000', '152629.206000', '152629.208000', '152649.076000', '152649.079000', '152649.082000', '152649.085000', '152649.089000', '152649.091000', '152649.094000', '152649.098000', '152649.106000', '152649.109000', '152649.112000', '152649.124000', '152649.127000', '152649.130000', '152649.133000', '152649.136000', '152649.139000', '152649.142000', '152649.145000', '152649.148000', '152649.150000', '152649.153000', '152649.156000', '152649.159000', '152649.162000', '152649.165000', '152649.167000', '152649.170000', '152649.173000', '152649.176000', '152649.179000', '152649.182000', '152649.185000', '152649.188000', '152649.190000', '152649.193000', '152649.196000', '152649.199000', '152649.202000', '152649.205000', '152649.207000', '152649.210000', '152649.213000', '152709.077000', '152709.080000', '152709.083000', '152709.085000', '152709.089000', '152709.091000', '152709.094000', '152709.097000', '152709.105000', '152709.108000', '152709.111000', '152709.114000', '152709.117000', '152709.119000', '152709.122000', '152709.125000', '152709.128000', '152709.131000', '152709.134000', '152709.137000', '152709.140000', '152709.142000', '152709.145000', '152709.148000', '152709.151000', '152709.154000', '152709.157000', '152709.159000', '152709.162000', '152709.165000', '152709.168000', '152709.171000', '152709.174000', '152709.177000', '152709.179000', '152709.182000', '152709.185000', '152709.188000', '152709.191000', '152709.194000', '152709.197000', '152709.200000', '152709.202000', '152709.205000', '152729.077000', '152729.080000', '152729.083000', '152729.086000', '152729.089000', '152729.091000', '152729.094000', '152729.097000', '152729.100000', '152729.103000', '152729.106000', '152729.109000', '152729.112000', '152729.114000', '152729.117000', '152729.120000', '152729.126000', '152729.130000', '152729.132000', '152729.135000', '152729.138000', '152729.141000', '152729.144000', '152729.147000', '152729.150000', '152729.153000', '152729.155000', '152729.158000', '152729.161000', '152729.164000', '152729.167000', '152729.170000', '152729.173000', '152729.176000', '152729.178000', '152729.181000', '152729.184000', '152729.187000', '152729.190000', '152729.193000', '152729.196000', '152729.198000', '152729.201000', '152749.077000', '152749.080000', '152749.083000', '152749.086000', '152749.089000', '152749.092000', '152749.094000', '152749.097000', '152749.100000', '152749.103000', '152749.106000', '152749.109000', '152749.112000', '152749.114000', '152749.117000', '152749.120000', '152749.123000', '152749.126000', '152749.129000', '152749.132000', '152749.134000', '152749.137000', '152749.140000', '152749.146000', '152749.149000', '152749.152000', '152749.155000', '152749.158000', '152749.161000', '152749.164000', '152749.172000', '152749.175000', '152749.178000', '152749.181000', '152749.184000', '152749.187000', '152749.189000', '152749.192000', '152749.201000', '152749.204000', '152749.207000', '152749.209000', '152749.212000', '152749.215000', '152809.078000', '152809.082000', '152809.084000', '152809.087000', '152809.090000', '152809.093000', '152809.096000', '152809.099000', '152809.102000', '152809.105000', '152809.108000', '152809.110000', '152809.113000', '152809.116000', '152809.119000', '152809.122000', '152809.125000', '152809.128000', '152809.130000', '152809.133000', '152809.136000', '152809.139000', '152809.142000', '152809.145000', '152809.148000', '152809.151000', '152809.154000', '152809.157000', '152809.160000', '152809.163000', '152809.166000', '152809.169000', '152809.171000', '152809.174000', '152809.177000', '152809.187000', '152809.190000', '152809.193000', '152809.196000', '152809.199000', '152809.202000', '152809.204000', '152809.207000', '152829.077000', '152829.080000', '152829.083000', '152829.086000', '152829.089000', '152829.091000', '152829.094000', '152829.097000', '152829.100000', '152829.103000', '152829.106000', '152829.114000', '152829.117000', '152829.120000', '152829.123000', '152829.126000', '152829.128000', '152829.131000', '152829.134000', '152829.137000', '152829.140000', '152829.143000', '152829.146000', '152829.148000', '152829.151000', '152829.154000', '152829.157000', '152829.160000', '152829.163000', '152829.165000', '152829.168000', '152829.171000', '152829.174000', '152829.177000', '152829.180000', '152829.183000', '152829.186000', '152829.189000', '152829.192000', '152829.194000', '152829.197000', '152829.200000', '152829.203000', '152829.206000', '152849.076000', '152849.079000', '152849.082000', '152849.085000', '152849.088000', '152849.091000', '152849.093000', '152849.096000', '152849.099000', '152849.102000', '152849.105000', '152849.108000', '152849.111000', '152849.114000', '152849.116000', '152849.119000', '152849.122000', '152849.125000', '152849.128000', '152849.131000', '152849.134000', '152849.137000', '152849.140000', '152849.142000', '152849.145000', '152849.148000', '152849.151000', '152849.154000', '152849.157000', '152849.160000', '152849.163000', '152849.165000', '152849.168000', '152849.171000', '152849.174000', '152849.177000', '152849.180000', '152849.183000', '152849.186000', '152849.189000', '152849.192000', '152849.195000', '152849.198000', '152909.077000', '152909.080000', '152909.083000', '152909.086000', '152909.089000', '152909.100000', '152909.103000', '152909.106000', '152909.109000', '152909.112000', '152909.115000', '152909.117000', '152909.120000', '152909.123000', '152909.126000', '152909.129000', '152909.132000', '152909.135000', '152909.138000', '152909.140000', '152909.143000', '152909.146000', '152909.149000', '152909.152000', '152909.155000', '152909.158000', '152909.160000', '152909.163000', '152909.166000', '152909.169000', '152909.172000', '152909.175000', '152909.178000', '152909.181000', '152909.183000', '152909.186000', '152909.189000', '152909.192000', '152909.195000', '152909.198000', '152909.200000', '152909.203000', '152909.206000', '152909.209000', '152929.077000', '152929.080000', '152929.083000', '152929.092000', '152929.094000', '152929.097000', '152929.100000', '152929.103000', '152929.106000', '152929.109000', '152929.111000', '152929.114000', '152929.119000', '152929.122000', '152929.125000', '152929.128000', '152929.130000', '152929.133000', '152929.136000', '152929.139000', '152929.142000', '152929.145000', '152929.148000', '152929.151000', '152929.153000', '152929.156000', '152929.159000', '152929.162000', '152929.165000', '152929.168000', '152929.171000', '152929.174000', '152929.177000', '152929.179000', '152929.182000', '152929.185000', '152929.188000', '152929.191000', '152929.194000', '152929.197000', '152929.199000', '152929.202000', '152929.205000', '152949.077000', '152949.080000', '152949.084000', '152949.087000', '152949.090000', '152949.093000', '152949.096000', '152949.099000', '152949.102000', '152949.105000', '152949.108000', '152949.110000', '152949.113000', '152949.116000', '152949.119000', '152949.125000', '152949.128000', '152949.144000', '152949.147000', '152949.149000', '152949.152000', '152949.155000', '152949.158000', '152949.161000', '152949.164000', '152949.167000', '152949.170000', '152949.172000', '152949.176000', '152949.178000', '152949.181000', '152949.184000', '152949.187000', '152949.190000', '152949.193000', '152949.196000', '152949.199000', '152949.201000', '152949.204000', '152949.207000', '152949.210000', '152949.213000', '152949.216000', '152949.218000', '153009.077000', '153009.080000', '153009.083000', '153009.086000', '153009.089000', '153009.091000', '153009.094000', '153009.097000', '153009.100000', '153009.103000', '153009.106000', '153009.109000', '153009.112000', '153009.114000', '153009.117000', '153009.120000', '153009.123000', '153009.126000', '153009.129000', '153009.132000', '153009.135000', '153009.137000', '153009.140000', '153009.143000', '153009.146000', '153009.149000', '153009.152000', '153009.154000', '153009.157000', '153009.160000', '153009.163000', '153009.166000', '153009.169000', '153009.172000', '153009.175000', '153009.178000', '153009.180000', '153009.183000', '153009.186000', '153009.189000', '153009.192000', '153009.195000', '153009.198000', '153029.077000', '153029.080000', '153029.083000', '153029.086000', '153029.089000', '153029.092000', '153029.094000', '153029.097000', '153029.100000', '153029.103000', '153029.106000', '153029.109000', '153029.112000', '153029.114000', '153029.117000', '153029.120000', '153029.123000', '153029.126000', '153029.129000', '153029.132000', '153029.134000', '153029.137000', '153029.140000', '153029.143000', '153029.146000', '153029.149000', '153029.151000', '153029.155000', '153029.157000', '153029.160000', '153029.163000', '153029.166000', '153029.169000', '153029.172000', '153029.175000', '153029.178000', '153029.181000', '153029.183000', '153029.186000', '153029.189000', '153029.192000', '153029.195000', '153029.198000', '153029.201000', '153049.077000', '153049.080000', '153049.083000', '153049.086000', '153049.089000', '153049.092000', '153049.095000', '153049.098000', '153049.101000', '153049.104000', '153049.107000', '153049.109000', '153049.112000', '153049.115000', '153049.118000', '153049.121000', '153049.124000', '153049.127000', '153049.130000', '153049.133000', '153049.135000', '153049.138000', '153049.141000', '153049.144000', '153049.147000', '153049.150000', '153049.153000', '153049.157000', '153049.160000', '153049.163000', '153049.166000', '153049.169000', '153049.172000', '153049.175000', '153049.178000', '153049.180000', '153049.183000', '153049.186000', '153049.189000', '153049.192000', '153049.195000', '153049.198000', '153049.201000', '153109.076000', '153109.079000', '153109.082000', '153109.085000', '153109.088000', '153109.090000', '153109.093000', '153109.096000', '153109.099000', '153109.102000', '153109.105000', '153109.108000', '153109.112000', '153109.115000', '153109.118000', '153109.121000', '153109.124000', '153109.127000', '153109.129000', '153109.132000', '153109.135000', '153109.138000', '153109.141000', '153109.144000', '153109.147000', '153109.149000', '153109.152000', '153109.155000', '153109.169000', '153109.172000', '153109.175000', '153109.177000', '153109.180000', '153109.183000', '153109.186000', '153109.189000', '153109.192000', '153109.195000', '153109.198000', '153109.200000', '153109.203000', '153109.206000', '153109.209000', '153109.212000', '153129.077000', '153129.080000', '153129.083000', '153129.086000', '153129.089000', '153129.092000', '153129.094000', '153129.097000', '153129.100000', '153129.103000', '153129.106000', '153129.108000', '153129.112000', '153129.114000', '153129.117000', '153129.120000', '153129.123000', '153129.126000', '153129.129000', '153129.131000', '153129.134000', '153129.137000', '153129.140000', '153129.143000', '153129.146000', '153129.148000', '153129.151000', '153129.154000', '153129.160000', '153129.163000', '153129.165000', '153129.168000', '153129.171000', '153129.174000', '153129.177000', '153129.180000', '153129.183000', '153129.186000', '153129.188000', '153129.191000', '153129.194000', '153129.197000', '153129.200000', '153144.012000', '153144.016000', '153144.019000', '153144.022000', '153144.025000', '153144.028000', '153144.031000', '153144.034000', '153144.037000', '153144.040000', '153144.044000', '153144.048000', '153144.051000', '153144.054000', '153144.057000', '153144.060000', '153144.063000', '153144.066000', '153144.068000', '153144.071000', '153144.074000', '153144.078000', '153144.081000', '153144.084000', '153144.087000', '153144.090000', '153144.093000', '153144.096000', '153144.098000', '153144.101000', '153144.104000', '153144.107000', '153144.110000'], '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': [13961, 9010, 12702, 8847, 12381, 8045, 11230, 7786, 9212, 7913, 8502, 8148, 8044, 7840, 7782, 11566, 7650, 9948, 8452, 9373, 8019, 9492, 8719, 9012, 7989, 8747, 7913, 8568, 11239, 7810, 11939, 8074, 11450, 7867, 11602, 8156, 10463, 8199, 9937, 7920, 9155, 8126, 9052, 13527, 8414, 12607, 9372, 11600, 7704, 11171, 8214, 8450, 11177, 8019, 11282, 7637, 10767, 8373, 10111, 7882, 9183, 7735, 9140, 7993, 8979, 11799, 9016, 8442, 8171, 13955, 8998, 12039, 8651, 11055, 7619, 8416, 7735, 7690, 9865, 7928, 12740, 9706, 12532, 8234, 10642, 10753, 8949, 10078, 8442, 8965, 7703, 10937, 7660, 9895, 7642, 9575, 7641, 10124, 8124, 9468, 7842, 9421, 7820, 9214, 9153, 8110, 12889, 7927, 11806, 8136, 10731, 7886, 9756, 8173, 8417, 12061, 8003, 12214, 9596, 10978, 8018, 10813, 7747, 10171, 7870, 9597, 8005, 8331, 7823, 8023, 8418, 7919, 11347, 7820, 9560, 7708, 11118, 7865, 11233, 7715, 11010, 7941, 10747, 7811, 9431, 12317, 8713, 12847, 8529, 11923, 7707, 10754, 7783, 9519, 7881, 8097, 7894, 8143, 7857, 8224, 7905, 8273, 8034, 8300, 13841, 8936, 12613, 10272, 11031, 7729, 11013, 7893, 9488, 8033, 8753, 7791, 8202, 11829, 7705, 10430, 8166, 9700, 7799, 9129, 8039, 8506, 14244, 8014, 11922, 9048, 11454, 7785, 11093, 7997, 10998, 7798, 10421, 7790, 10231, 8152, 9022, 9129, 8848, 7964, 8363, 8005, 8229, 9356, 8020, 7677, 8478, 8013, 9785, 7814, 12779, 13567, 9874, 9309, 8507, 13625, 8370, 12229, 9843, 10808, 7635, 9807, 7675, 8870, 8226, 8539, 7722, 8069, 7888, 7819, 11877, 7806, 10249, 7622, 9458, 7786, 8554, 7768, 7818, 12815, 7869, 11115, 7757, 10793, 7611, 10098, 7913, 9459, 7753, 9472, 7701, 8876, 9459, 8049, 11009, 8090, 8448, 7687, 12805, 7756, 11413, 7831, 10768, 7732, 10784, 7764, 9157, 8142, 9144, 8195, 8681, 9531, 8050, 13311, 9414, 11727, 8104, 12019, 8001, 10291, 8306, 9593, 7934, 8984, 10866, 8164, 13595, 10541, 11600, 7989, 11783, 7845, 10548, 7714, 9148, 7902, 9520, 7836, 8572, 8102, 8446, 7674, 9730, 7853, 8667, 14035, 9638, 11651, 8531, 13232, 9271, 11519, 8047, 10441, 8085, 8874, 7916, 7688, 12021, 7860, 11179, 7610, 9925, 7804, 9448, 7819, 9705, 7847, 9676, 8019, 9631, 7569, 7798, 7658, 7770, 10515, 7860, 10621, 7811, 10248, 8945, 9271, 14100, 9584, 11228, 7855, 10279, 7703, 7950, 7708, 7858, 7919, 8682, 8028, 8208, 8228, 10336, 7918, 10311, 7966, 10037, 8221, 8502, 8152, 13847, 8421, 11475, 8505, 11254, 7782, 11276, 7794, 11017, 8278, 11355, 8162, 11614, 8040, 11506, 7904, 11220, 7592, 9812, 8103, 8766, 13087, 8468, 11355, 7828, 10825, 8160, 9908, 7714, 9073, 7726, 8997, 8053, 7921, 11055, 7711, 10142, 7572, 9686, 7864, 9614, 11314, 8097, 12879, 8648, 11117, 7666, 11057, 7784, 10093, 7838, 9303, 7915, 8899, 7782, 8132, 7905, 8139, 7989, 8188, 9078, 7976, 11397, 7843, 8901, 7773, 13474, 9120, 10600, 8244, 7861, 8182, 7846, 9355, 7702, 11626, 9085, 9680, 10420, 12010, 10485, 16214, 9909, 13106, 9119, 10346, 7955, 8080, 7806, 7777, 7877, 7805, 7653, 7861, 10825, 7728, 10881, 7846, 10550, 7839, 10243, 7905, 9180, 7996, 9268, 7810, 9624, 7931, 9510, 7932, 9373, 11301, 9312, 7890, 8847, 14853, 10176, 12248, 8931, 11358, 7702, 10151, 8094, 8593, 12067, 8354, 11122, 7800, 10515, 7571, 10644, 7763, 10019, 7909, 9878, 7902, 9734, 7750, 9145, 7799, 11228, 7709, 11996, 8122, 11835, 9075, 12000, 9302, 10985, 7756, 9664, 7964, 8985, 7869, 8525, 8213, 8841, 7675, 9243, 7916, 8775, 7904, 9188, 8118, 9201, 13276, 9376, 13272, 9107, 11802, 8923, 10812, 7821, 9309, 7861, 8002, 9261, 7673, 9128, 7782, 10190, 7648, 9647, 7698, 9293, 7916, 9544, 7857, 8490, 7902, 8442, 8373, 7749, 7953, 7982, 7810, 7961, 7859, 9578, 7663, 9035, 8036, 14291, 9051, 11245, 8546, 9611, 8150, 8448, 8075, 8090, 8425, 7890, 9191, 7878, 10132, 7672, 10749, 7593, 9761, 7994, 9216, 7810, 9306, 7771, 9000, 7867, 9044, 7790, 8940, 11966, 8584, 13204, 9105, 12166, 9229, 12255, 7814, 11512, 7670, 10700, 7853, 9433, 8232, 8791, 13320, 8171, 12419, 8433, 10989, 7631, 10808, 7811, 10229, 7858, 9174, 7819, 9181, 7862, 9281, 7863, 9952, 8013, 10301, 7808, 10009, 8740, 9203, 8183, 9375, 7940, 8974, 7898, 8394, 8671, 8360, 7928, 8330, 7883, 10172, 7633, 9116, 9079, 12706, 10772, 9230, 9148, 14199, 10425, 14398, 11549, 11501, 8549, 11325, 7688, 11329, 7951, 10091, 7681, 8479, 7695, 11170, 7796, 11989, 8479, 10707, 7601, 11647, 7978, 11554, 9321, 10919, 7878, 11743, 8031, 11706, 7693, 10896, 7738, 10412, 7736, 10618, 8050, 11092, 7924, 10804, 8167, 11518, 8067, 11503, 8161, 10728, 7794, 9250, 7811, 8575, 13138, 8040, 11570, 8232, 10221, 7761, 10074, 7723, 9860, 7855, 9775, 7835, 10689, 7998, 9567, 7876, 8897, 8019, 8680, 8083, 9054, 14219, 9851, 12904, 9706, 10635, 8617, 13460, 9219, 11797, 8021, 10808, 7755, 10825, 7973, 10023, 8015, 8936, 8097, 8433, 7910, 8496, 9655, 8101, 12331, 8933, 12333, 8165, 12006, 7671, 11887, 8414, 10588, 8256, 9929, 7711, 7741, 7690, 7717, 10686, 8474, 11310, 9162, 14301, 10312, 12435, 8783, 10974, 7895, 9967, 7948, 9831, 8210, 8592, 7920, 7723, 11877, 7941, 10331, 7711, 9292, 7726, 8665, 7820, 7683, 10617, 7838, 9828, 7818, 10705, 7714, 9521, 8137, 8758, 8027, 8402, 11484, 8218, 10263, 8216, 7626, 8590, 8568, 7976, 9198, 8517, 8182, 10124, 7938, 12467, 10187, 9173, 8958, 7728, 12099, 16315, 11912, 12375, 7961, 10561, 8059, 9031, 7786, 8461, 7973, 8933, 7718, 8629, 8950, 8030, 8158, 7722, 12842, 8071, 11424, 8349, 10790, 7803, 10049, 7923, 8546, 8152, 8005, 7880, 7741, 12082, 7779, 11327, 8210, 9750, 8257, 9098, 12486, 7891, 12120, 8562, 11666, 7817, 10587, 7908, 9831, 7774, 8648, 7747, 8920, 7838, 8000, 10154], 'WindowCenter': [4694.0, 4604.0, 4628.0, 4574.0, 4599.0, 4538.0, 4575.0, 4524.0, 4543.0, 4522.0, 4534.0, 4521.0, 4533.0, 4532.0, 4522.0, 4570.0, 4523.0, 4552.0, 4534.0, 4553.0, 4536.0, 4553.0, 4544.0, 4554.0, 4536.0, 4546.0, 4535.0, 4545.0, 4587.0, 4536.0, 4584.0, 4537.0, 4585.0, 4534.0, 4585.0, 4536.0, 4575.0, 4544.0, 4565.0, 4533.0, 4555.0, 4534.0, 4544.0, 4594.0, 4543.0, 4583.0, 4553.0, 4571.0, 4523.0, 4573.0, 4530.0, 4532.0, 4574.0, 4534.0, 4573.0, 4535.0, 4573.0, 4534.0, 4564.0, 4533.0, 4552.0, 4523.0, 4555.0, 4534.0, 4555.0, 4584.0, 4543.0, 4534.0, 4535.0, 4604.0, 4555.0, 4581.0, 4545.0, 4574.0, 4525.0, 4532.0, 4522.0, 4524.0, 4564.0, 4548.0, 4595.0, 4555.0, 4584.0, 4531.0, 4551.0, 4562.0, 4532.0, 4540.0, 4520.0, 4529.0, 4510.0, 4558.0, 4521.0, 4550.0, 4523.0, 4551.0, 4522.0, 4561.0, 4532.0, 4551.0, 4534.0, 4555.0, 4522.0, 4553.0, 4552.0, 4521.0, 4581.0, 4522.0, 4572.0, 4522.0, 4560.0, 4519.0, 4541.0, 4520.0, 4520.0, 4569.0, 4521.0, 4569.0, 4542.0, 4560.0, 4518.0, 4559.0, 4509.0, 4550.0, 4519.0, 4539.0, 4519.0, 4529.0, 4508.0, 4520.0, 4529.0, 4532.0, 4571.0, 4523.0, 4552.0, 4523.0, 4573.0, 4534.0, 4572.0, 4522.0, 4572.0, 4533.0, 4562.0, 4522.0, 4542.0, 4582.0, 4532.0, 4581.0, 4531.0, 4570.0, 4520.0, 4559.0, 4522.0, 4540.0, 4520.0, 4521.0, 4531.0, 4533.0, 4531.0, 4543.0, 4534.0, 4544.0, 4533.0, 4543.0, 4593.0, 4542.0, 4583.0, 4563.0, 4560.0, 4521.0, 4560.0, 4521.0, 4552.0, 4521.0, 4531.0, 4521.0, 4534.0, 4570.0, 4521.0, 4561.0, 4531.0, 4553.0, 4523.0, 4553.0, 4532.0, 4543.0, 4602.0, 4533.0, 4570.0, 4543.0, 4570.0, 4522.0, 4572.0, 4532.0, 4562.0, 4522.0, 4561.0, 4522.0, 4562.0, 4532.0, 4541.0, 4542.0, 4542.0, 4521.0, 4531.0, 4531.0, 4544.0, 4554.0, 4536.0, 4534.0, 4544.0, 4545.0, 4565.0, 4537.0, 4597.0, 4596.0, 4555.0, 4543.0, 4532.0, 4580.0, 4531.0, 4570.0, 4551.0, 4559.0, 4511.0, 4540.0, 4509.0, 4529.0, 4520.0, 4532.0, 4508.0, 4519.0, 4520.0, 4509.0, 4570.0, 4521.0, 4549.0, 4522.0, 4540.0, 4520.0, 4530.0, 4520.0, 4520.0, 4581.0, 4531.0, 4560.0, 4521.0, 4560.0, 4521.0, 4551.0, 4533.0, 4552.0, 4524.0, 4554.0, 4522.0, 4543.0, 4553.0, 4533.0, 4573.0, 4532.0, 4533.0, 4522.0, 4581.0, 4523.0, 4573.0, 4523.0, 4561.0, 4521.0, 4562.0, 4522.0, 4552.0, 4523.0, 4542.0, 4532.0, 4533.0, 4541.0, 4521.0, 4582.0, 4543.0, 4573.0, 4521.0, 4571.0, 4522.0, 4551.0, 4521.0, 4552.0, 4522.0, 4541.0, 4560.0, 4520.0, 4581.0, 4562.0, 4560.0, 4521.0, 4569.0, 4522.0, 4560.0, 4522.0, 4541.0, 4533.0, 4554.0, 4523.0, 4543.0, 4535.0, 4544.0, 4533.0, 4554.0, 4533.0, 4542.0, 4603.0, 4553.0, 4572.0, 4532.0, 4582.0, 4541.0, 4559.0, 4520.0, 4550.0, 4519.0, 4531.0, 4519.0, 4510.0, 4569.0, 4520.0, 4559.0, 4509.0, 4551.0, 4521.0, 4550.0, 4523.0, 4551.0, 4532.0, 4552.0, 4521.0, 4551.0, 4522.0, 4533.0, 4534.0, 4534.0, 4565.0, 4534.0, 4565.0, 4522.0, 4563.0, 4541.0, 4541.0, 4591.0, 4540.0, 4560.0, 4520.0, 4550.0, 4522.0, 4520.0, 4522.0, 4521.0, 4520.0, 4542.0, 4534.0, 4532.0, 4532.0, 4562.0, 4532.0, 4551.0, 4532.0, 4563.0, 4535.0, 4543.0, 4535.0, 4593.0, 4544.0, 4572.0, 4544.0, 4572.0, 4524.0, 4572.0, 4524.0, 4573.0, 4545.0, 4575.0, 4534.0, 4573.0, 4534.0, 4572.0, 4533.0, 4562.0, 4522.0, 4551.0, 4520.0, 4531.0, 4581.0, 4532.0, 4560.0, 4511.0, 4560.0, 4531.0, 4551.0, 4521.0, 4541.0, 4522.0, 4542.0, 4532.0, 4522.0, 4572.0, 4523.0, 4562.0, 4525.0, 4553.0, 4532.0, 4554.0, 4573.0, 4534.0, 4584.0, 4545.0, 4574.0, 4534.0, 4572.0, 4523.0, 4562.0, 4535.0, 4552.0, 4534.0, 4553.0, 4534.0, 4535.0, 4535.0, 4535.0, 4534.0, 4545.0, 4554.0, 4535.0, 4584.0, 4536.0, 4555.0, 4536.0, 4605.0, 4566.0, 4588.0, 4546.0, 4536.0, 4545.0, 4534.0, 4554.0, 4535.0, 4585.0, 4555.0, 4566.0, 4575.0, 4584.0, 4563.0, 4603.0, 4541.0, 4580.0, 4530.0, 4540.0, 4507.0, 4506.0, 4507.0, 4508.0, 4520.0, 4509.0, 4519.0, 4520.0, 4560.0, 4522.0, 4561.0, 4532.0, 4561.0, 4522.0, 4551.0, 4522.0, 4541.0, 4535.0, 4543.0, 4524.0, 4554.0, 4533.0, 4553.0, 4534.0, 4555.0, 4573.0, 4543.0, 4522.0, 4542.0, 4591.0, 4552.0, 4571.0, 4541.0, 4562.0, 4512.0, 4552.0, 4519.0, 4530.0, 4570.0, 4530.0, 4559.0, 4510.0, 4559.0, 4520.0, 4560.0, 4523.0, 4551.0, 4533.0, 4563.0, 4533.0, 4553.0, 4534.0, 4555.0, 4525.0, 4573.0, 4525.0, 4582.0, 4534.0, 4572.0, 4542.0, 4572.0, 4541.0, 4563.0, 4510.0, 4539.0, 4519.0, 4529.0, 4520.0, 4530.0, 4520.0, 4540.0, 4510.0, 4539.0, 4520.0, 4531.0, 4520.0, 4542.0, 4520.0, 4543.0, 4580.0, 4539.0, 4568.0, 4529.0, 4559.0, 4531.0, 4548.0, 4508.0, 4529.0, 4509.0, 4508.0, 4538.0, 4510.0, 4539.0, 4508.0, 4549.0, 4520.0, 4551.0, 4522.0, 4543.0, 4522.0, 4553.0, 4521.0, 4531.0, 4521.0, 4533.0, 4533.0, 4523.0, 4533.0, 4533.0, 4523.0, 4533.0, 4534.0, 4554.0, 4535.0, 4545.0, 4535.0, 4605.0, 4543.0, 4562.0, 4532.0, 4553.0, 4521.0, 4531.0, 4521.0, 4522.0, 4532.0, 4522.0, 4542.0, 4522.0, 4552.0, 4521.0, 4561.0, 4524.0, 4555.0, 4534.0, 4543.0, 4525.0, 4543.0, 4524.0, 4544.0, 4535.0, 4545.0, 4524.0, 4545.0, 4584.0, 4544.0, 4593.0, 4544.0, 4583.0, 4554.0, 4583.0, 4522.0, 4572.0, 4523.0, 4563.0, 4533.0, 4553.0, 4532.0, 4542.0, 4591.0, 4532.0, 4582.0, 4534.0, 4562.0, 4523.0, 4562.0, 4524.0, 4564.0, 4532.0, 4543.0, 4524.0, 4542.0, 4533.0, 4553.0, 4535.0, 4564.0, 4534.0, 4563.0, 4524.0, 4553.0, 4544.0, 4543.0, 4532.0, 4543.0, 4522.0, 4543.0, 4534.0, 4532.0, 4543.0, 4533.0, 4533.0, 4545.0, 4533.0, 4564.0, 4535.0, 4556.0, 4557.0, 4596.0, 4576.0, 4554.0, 4543.0, 4592.0, 4551.0, 4593.0, 4561.0, 4560.0, 4529.0, 4558.0, 4510.0, 4559.0, 4520.0, 4550.0, 4512.0, 4530.0, 4521.0, 4571.0, 4522.0, 4571.0, 4533.0, 4562.0, 4523.0, 4571.0, 4533.0, 4571.0, 4555.0, 4561.0, 4522.0, 4571.0, 4522.0, 4572.0, 4524.0, 4561.0, 4522.0, 4561.0, 4522.0, 4561.0, 4533.0, 4572.0, 4534.0, 4562.0, 4533.0, 4571.0, 4532.0, 4572.0, 4532.0, 4561.0, 4510.0, 4541.0, 4509.0, 4531.0, 4579.0, 4521.0, 4560.0, 4530.0, 4551.0, 4523.0, 4550.0, 4522.0, 4552.0, 4534.0, 4553.0, 4525.0, 4564.0, 4534.0, 4553.0, 4534.0, 4543.0, 4534.0, 4546.0, 4533.0, 4544.0, 4594.0, 4553.0, 4582.0, 4553.0, 4563.0, 4532.0, 4582.0, 4542.0, 4571.0, 4521.0, 4560.0, 4512.0, 4560.0, 4520.0, 4551.0, 4521.0, 4541.0, 4521.0, 4532.0, 4521.0, 4532.0, 4554.0, 4522.0, 4582.0, 4543.0, 4571.0, 4521.0, 4572.0, 4521.0, 4570.0, 4532.0, 4562.0, 4533.0, 4554.0, 4523.0, 4524.0, 4523.0, 4535.0, 4564.0, 4546.0, 4575.0, 4555.0, 4604.0, 4564.0, 4573.0, 4531.0, 4561.0, 4520.0, 4541.0, 4520.0, 4550.0, 4521.0, 4530.0, 4521.0, 4510.0, 4571.0, 4520.0, 4552.0, 4523.0, 4541.0, 4509.0, 4531.0, 4521.0, 4523.0, 4562.0, 4523.0, 4552.0, 4522.0, 4563.0, 4524.0, 4554.0, 4533.0, 4544.0, 4533.0, 4534.0, 4575.0, 4536.0, 4564.0, 4534.0, 4525.0, 4556.0, 4545.0, 4536.0, 4555.0, 4546.0, 4544.0, 4575.0, 4547.0, 4595.0, 4566.0, 4556.0, 4544.0, 4523.0, 4585.0, 4613.0, 4573.0, 4570.0, 4510.0, 4549.0, 4521.0, 4529.0, 4511.0, 4530.0, 4532.0, 4543.0, 4522.0, 4544.0, 4543.0, 4533.0, 4535.0, 4524.0, 4583.0, 4533.0, 4573.0, 4533.0, 4562.0, 4523.0, 4552.0, 4523.0, 4544.0, 4533.0, 4523.0, 4522.0, 4523.0, 4582.0, 4522.0, 4574.0, 4533.0, 4553.0, 4532.0, 4542.0, 4581.0, 4521.0, 4571.0, 4533.0, 4559.0, 4521.0, 4560.0, 4522.0, 4551.0, 4521.0, 4534.0, 4524.0, 4545.0, 4523.0, 4533.0, 4562.0], 'WindowWidth': [10283.0, 10134.0, 10153.0, 10069.0, 10091.0, 10005.0, 10048.0, 9977.0, 10000.0, 9971.0, 9988.0, 9968.0, 9986.0, 9983.0, 9971.0, 10034.0, 9971.0, 10011.0, 9989.0, 10012.0, 9992.0, 10013.0, 10001.0, 10017.0, 9996.0, 10008.0, 9992.0, 10006.0, 10064.0, 9994.0, 10058.0, 9998.0, 10058.0, 9992.0, 10059.0, 9994.0, 10047.0, 10005.0, 10033.0, 9987.0, 10018.0, 9989.0, 10003.0, 10072.0, 10002.0, 10053.0, 10016.0, 10036.0, 9972.0, 10040.0, 9979.0, 9983.0, 10041.0, 9988.0, 10040.0, 9991.0, 10040.0, 9990.0, 10028.0, 9986.0, 10012.0, 9973.0, 10017.0, 9988.0, 10018.0, 10056.0, 10002.0, 9988.0, 9989.0, 10084.0, 10018.0, 10049.0, 10006.0, 10040.0, 9978.0, 9985.0, 9971.0, 9975.0, 10030.0, 10014.0, 10075.0, 10017.0, 10057.0, 9981.0, 10007.0, 10021.0, 9979.0, 9990.0, 9962.0, 9974.0, 9949.0, 10013.0, 9967.0, 10003.0, 9973.0, 10005.0, 9971.0, 10020.0, 9983.0, 10009.0, 9989.0, 10018.0, 9970.0, 10013.0, 10011.0, 9966.0, 10048.0, 9968.0, 10038.0, 9970.0, 10019.0, 9962.0, 9994.0, 9963.0, 9964.0, 10029.0, 9966.0, 10030.0, 9995.0, 10016.0, 9959.0, 10013.0, 9947.0, 10005.0, 9962.0, 9990.0, 9961.0, 9976.0, 9946.0, 9963.0, 9974.0, 9984.0, 10036.0, 9973.0, 10012.0, 9975.0, 10041.0, 9991.0, 10039.0, 9971.0, 10037.0, 9986.0, 10026.0, 9969.0, 9996.0, 10052.0, 9984.0, 10048.0, 9980.0, 10031.0, 9964.0, 10014.0, 9968.0, 9992.0, 9963.0, 9966.0, 9982.0, 9985.0, 9985.0, 10000.0, 9987.0, 10003.0, 9988.0, 10002.0, 10070.0, 10000.0, 10054.0, 10027.0, 10020.0, 9967.0, 10020.0, 9966.0, 10010.0, 9967.0, 9981.0, 9965.0, 9987.0, 10033.0, 9968.0, 10021.0, 9983.0, 10013.0, 9973.0, 10014.0, 9983.0, 10000.0, 10079.0, 9985.0, 10034.0, 10000.0, 10032.0, 9970.0, 10036.0, 9985.0, 10025.0, 9971.0, 10022.0, 9970.0, 10024.0, 9985.0, 9994.0, 9995.0, 9995.0, 9966.0, 9979.0, 9982.0, 10002.0, 10018.0, 9995.0, 9991.0, 10005.0, 10008.0, 10035.0, 10000.0, 10084.0, 10077.0, 10019.0, 9997.0, 9981.0, 10045.0, 9979.0, 10032.0, 10004.0, 10013.0, 9950.0, 9988.0, 9947.0, 9975.0, 9964.0, 9980.0, 9946.0, 9963.0, 9964.0, 9948.0, 10032.0, 9968.0, 10002.0, 9968.0, 9989.0, 9964.0, 9977.0, 9964.0, 9965.0, 10049.0, 9983.0, 10019.0, 9967.0, 10018.0, 9967.0, 10007.0, 9986.0, 10010.0, 9975.0, 10015.0, 9971.0, 9999.0, 10015.0, 9987.0, 10040.0, 9984.0, 9985.0, 9970.0, 10049.0, 9971.0, 10040.0, 9973.0, 10021.0, 9969.0, 10023.0, 9969.0, 10011.0, 9972.0, 9995.0, 9982.0, 9985.0, 9994.0, 9967.0, 10050.0, 9999.0, 10037.0, 9967.0, 10035.0, 9968.0, 10008.0, 9967.0, 10008.0, 9967.0, 9993.0, 10017.0, 9963.0, 10048.0, 10023.0, 10017.0, 9965.0, 10028.0, 9969.0, 10017.0, 9971.0, 9993.0, 9986.0, 10017.0, 9974.0, 10001.0, 9990.0, 10003.0, 9989.0, 10016.0, 9986.0, 9998.0, 10080.0, 10012.0, 10036.0, 9982.0, 10050.0, 9992.0, 10015.0, 9964.0, 10004.0, 9962.0, 9977.0, 9961.0, 9950.0, 10030.0, 9962.0, 10015.0, 9947.0, 10004.0, 9966.0, 10005.0, 9972.0, 10006.0, 9985.0, 10010.0, 9967.0, 10007.0, 9971.0, 9987.0, 9989.0, 9992.0, 10033.0, 9989.0, 10032.0, 9971.0, 10026.0, 9994.0, 9993.0, 10060.0, 9990.0, 10016.0, 9961.0, 10004.0, 9967.0, 9964.0, 9968.0, 9966.0, 9966.0, 9997.0, 9988.0, 9984.0, 9984.0, 10023.0, 9983.0, 10008.0, 9984.0, 10027.0, 9990.0, 9998.0, 9989.0, 10068.0, 10002.0, 10038.0, 10003.0, 10039.0, 9975.0, 10038.0, 9976.0, 10041.0, 10006.0, 10044.0, 9989.0, 10040.0, 9988.0, 10038.0, 9986.0, 10023.0, 9968.0, 10008.0, 9964.0, 9981.0, 10048.0, 9981.0, 10017.0, 9951.0, 10017.0, 9978.0, 10005.0, 9968.0, 9994.0, 9968.0, 9997.0, 9983.0, 9970.0, 10036.0, 9975.0, 10024.0, 9978.0, 10013.0, 9986.0, 10015.0, 10040.0, 9989.0, 10056.0, 10007.0, 10042.0, 9988.0, 10039.0, 9973.0, 10025.0, 9992.0, 10011.0, 9988.0, 10015.0, 9990.0, 9994.0, 9993.0, 9993.0, 9990.0, 10007.0, 10017.0, 9993.0, 10056.0, 9993.0, 10020.0, 9996.0, 10090.0, 10039.0, 10070.0, 10011.0, 9994.0, 10005.0, 9988.0, 10018.0, 9992.0, 10060.0, 10021.0, 10034.0, 10046.0, 10054.0, 10025.0, 10083.0, 9991.0, 10044.0, 9974.0, 9988.0, 9938.0, 9937.0, 9938.0, 9943.0, 9961.0, 9948.0, 9960.0, 9964.0, 10017.0, 9969.0, 10020.0, 9984.0, 10019.0, 9968.0, 10007.0, 9969.0, 9994.0, 9991.0, 9999.0, 9974.0, 10014.0, 9986.0, 10013.0, 9987.0, 10017.0, 10038.0, 9997.0, 9969.0, 9996.0, 10063.0, 10008.0, 10035.0, 9993.0, 10020.0, 9952.0, 10006.0, 9961.0, 9976.0, 10030.0, 9976.0, 10014.0, 9949.0, 10015.0, 9964.0, 10017.0, 9971.0, 10007.0, 9988.0, 10025.0, 9987.0, 10013.0, 9989.0, 10016.0, 9977.0, 10041.0, 9978.0, 10051.0, 9987.0, 10036.0, 9996.0, 10038.0, 9993.0, 10025.0, 9948.0, 9986.0, 9959.0, 9974.0, 9964.0, 9976.0, 9961.0, 9990.0, 9948.0, 9987.0, 9963.0, 9980.0, 9964.0, 9994.0, 9964.0, 9997.0, 10046.0, 9987.0, 10024.0, 9973.0, 10013.0, 9976.0, 9995.0, 9941.0, 9972.0, 9944.0, 9942.0, 9983.0, 9948.0, 9987.0, 9946.0, 10001.0, 9964.0, 10005.0, 9970.0, 9997.0, 9969.0, 10010.0, 9968.0, 9981.0, 9967.0, 9987.0, 9984.0, 9973.0, 9985.0, 9986.0, 9971.0, 9986.0, 9987.0, 10017.0, 9992.0, 10006.0, 9991.0, 10089.0, 9999.0, 10023.0, 9982.0, 10011.0, 9963.0, 9978.0, 9965.0, 9968.0, 9983.0, 9968.0, 9994.0, 9968.0, 10008.0, 9967.0, 10020.0, 9974.0, 10016.0, 9987.0, 9998.0, 9976.0, 9998.0, 9975.0, 10003.0, 9991.0, 10005.0, 9975.0, 10005.0, 10056.0, 10001.0, 10068.0, 10003.0, 10052.0, 10014.0, 10052.0, 9970.0, 10036.0, 9974.0, 10026.0, 9986.0, 10013.0, 9982.0, 9997.0, 10062.0, 9983.0, 10050.0, 9987.0, 10022.0, 9970.0, 10021.0, 9973.0, 10027.0, 9983.0, 9998.0, 9973.0, 9995.0, 9986.0, 10015.0, 9992.0, 10028.0, 9988.0, 10027.0, 9975.0, 10014.0, 10002.0, 9999.0, 9983.0, 9998.0, 9969.0, 9999.0, 9988.0, 9985.0, 10001.0, 9989.0, 9985.0, 10005.0, 9987.0, 10030.0, 9994.0, 10023.0, 10027.0, 10077.0, 10050.0, 10016.0, 9999.0, 10062.0, 10006.0, 10065.0, 10019.0, 10016.0, 9973.0, 10011.0, 9949.0, 10015.0, 9965.0, 10002.0, 9953.0, 9977.0, 9965.0, 10033.0, 9972.0, 10033.0, 9985.0, 10023.0, 9972.0, 10033.0, 9986.0, 10034.0, 10017.0, 10020.0, 9970.0, 10032.0, 9968.0, 10036.0, 9975.0, 10020.0, 9968.0, 10020.0, 9970.0, 10020.0, 9987.0, 10040.0, 9991.0, 10024.0, 9985.0, 10035.0, 9984.0, 10038.0, 9984.0, 10020.0, 9950.0, 9992.0, 9948.0, 9978.0, 10041.0, 9965.0, 10016.0, 9977.0, 10004.0, 9970.0, 10002.0, 9969.0, 10008.0, 9988.0, 10012.0, 9978.0, 10028.0, 9989.0, 10012.0, 9987.0, 10000.0, 9987.0, 10007.0, 9986.0, 10003.0, 10069.0, 10012.0, 10049.0, 10011.0, 10023.0, 9981.0, 10049.0, 9993.0, 10034.0, 9966.0, 10016.0, 9954.0, 10014.0, 9963.0, 10004.0, 9966.0, 9993.0, 9964.0, 9980.0, 9966.0, 9982.0, 10012.0, 9970.0, 10049.0, 9997.0, 10033.0, 9966.0, 10033.0, 9967.0, 10031.0, 9983.0, 10021.0, 9985.0, 10013.0, 9973.0, 9975.0, 9973.0, 9994.0, 10029.0, 10008.0, 10046.0, 10017.0, 10082.0, 10028.0, 10039.0, 9978.0, 10017.0, 9963.0, 9989.0, 9960.0, 10003.0, 9965.0, 9976.0, 9962.0, 9949.0, 10032.0, 9963.0, 10006.0, 9970.0, 9992.0, 9948.0, 9980.0, 9965.0, 9970.0, 10024.0, 9973.0, 10010.0, 9971.0, 10027.0, 9974.0, 10014.0, 9987.0, 10002.0, 9986.0, 9989.0, 10046.0, 9993.0, 10027.0, 9988.0, 9978.0, 10024.0, 10005.0, 9992.0, 10017.0, 10007.0, 10003.0, 10047.0, 10013.0, 10074.0, 10035.0, 10020.0, 10000.0, 9974.0, 10060.0, 10100.0, 10041.0, 10030.0, 9949.0, 9999.0, 9965.0, 9974.0, 9951.0, 9975.0, 9982.0, 9998.0, 9969.0, 10000.0, 10001.0, 9987.0, 9989.0, 9974.0, 10053.0, 9986.0, 10040.0, 9985.0, 10021.0, 9971.0, 10009.0, 9971.0, 10002.0, 9986.0, 9971.0, 9970.0, 9971.0, 10051.0, 9970.0, 10042.0, 9987.0, 10011.0, 9981.0, 9996.0, 10048.0, 9966.0, 10035.0, 9983.0, 10014.0, 9967.0, 10016.0, 9969.0, 10006.0, 9967.0, 9986.0, 9974.0, 10003.0, 9975.0, 9988.0, 10023.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.00025913594470046084</td></tr>
<tr><td colspan=3>aqi</td><td>0.010786324124423966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.04593605630916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2127722510957313</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0019243537139548</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>5654.4917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08217501680429823</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6129032258064515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549878138655874</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5196698490172986</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5645275752205343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5654369917297895</td></tr>
<tr><td colspan=3>gcor</td><td>0.00704713</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008189375512301922</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032041508704423904</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>4.02450740441745</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.7712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6107</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.7756</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294282.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>1061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>457.1526</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.4377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3739.1648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.851</td></tr>
<tr><td colspan=3>tsnr</td><td>49.49339871236589</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>