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

616 lines
No EOL
107 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-0111_ses-01_task-social_acq-mb8_run-04_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-0111_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-04_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-0111/ses-01/func/sub-0111_ses-01_task-social_acq-mb8_run-04_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>c1ae8309f0fd04174fd5f41d1ab3bcc7</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:29:42.612500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0750248</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7258, 264, -92, 140, 121, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5761c654-c14d-41d2-9dd1-bea5590b71a4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['152942.612500', '152943.072500', '152943.532500', '152943.992500', '152944.452500', '152944.912500', '152945.372500', '152945.832500', '152946.292500', '152946.752500', '152947.212500', '152947.672500', '152948.132500', '152948.592500', '152949.052500', '152949.512500', '152949.972500', '152950.432500', '152950.892500', '152951.352500', '152951.812500', '152952.272500', '152952.732500', '152953.192500', '152953.652500', '152954.112500', '152954.572500', '152955.032500', '152955.492500', '152955.952500', '152956.412500', '152956.872500', '152957.332500', '152957.792500', '152958.252500', '152958.712500', '152959.172500', '152959.632500', '153000.092500', '153000.552500', '153001.012500', '153001.472500', '153001.932500', '153002.392500', '153002.852500', '153003.312500', '153003.772500', '153004.232500', '153004.692500', '153005.152500', '153005.612500', '153006.072500', '153006.532500', '153006.992500', '153007.452500', '153007.912500', '153008.372500', '153008.832500', '153009.292500', '153009.752500', '153010.212500', '153010.672500', '153011.132500', '153011.592500', '153012.052500', '153012.512500', '153012.972500', '153013.432500', '153013.892500', '153014.352500', '153014.812500', '153015.272500', '153015.732500', '153016.192500', '153016.652500', '153017.112500', '153017.572500', '153018.032500', '153018.492500', '153018.952500', '153019.412500', '153019.872500', '153020.332500', '153020.792500', '153021.252500', '153021.712500', '153022.172500', '153022.632500', '153023.092500', '153023.552500', '153024.012500', '153024.472500', '153024.932500', '153025.392500', '153025.852500', '153026.312500', '153026.772500', '153027.232500', '153027.692500', '153028.152500', '153028.612500', '153029.072500', '153029.532500', '153029.992500', '153030.452500', '153030.912500', '153031.372500', '153031.832500', '153032.292500', '153032.752500', '153033.212500', '153033.672500', '153034.132500', '153034.592500', '153035.052500', '153035.512500', '153035.972500', '153036.432500', '153036.892500', '153037.352500', '153037.812500', '153038.272500', '153038.732500', '153039.192500', '153039.652500', '153040.112500', '153040.572500', '153041.032500', '153041.492500', '153041.952500', '153042.412500', '153042.872500', '153043.332500', '153043.792500', '153044.252500', '153044.712500', '153045.172500', '153045.632500', '153046.092500', '153046.552500', '153047.012500', '153047.472500', '153047.932500', '153048.392500', '153048.852500', '153049.312500', '153049.772500', '153050.232500', '153050.692500', '153051.152500', '153051.612500', '153052.072500', '153052.532500', '153052.992500', '153053.452500', '153053.912500', '153054.372500', '153054.832500', '153055.292500', '153055.752500', '153056.212500', '153056.672500', '153057.132500', '153057.592500', '153058.052500', '153058.512500', '153058.972500', '153059.432500', '153059.892500', '153100.352500', '153100.812500', '153101.272500', '153101.732500', '153102.192500', '153102.652500', '153103.112500', '153103.572500', '153104.032500', '153104.492500', '153104.952500', '153105.412500', '153105.872500', '153106.332500', '153106.792500', '153107.252500', '153107.712500', '153108.172500', '153108.632500', '153109.092500', '153109.552500', '153110.012500', '153110.472500', '153110.932500', '153111.392500', '153111.852500', '153112.312500', '153112.772500', '153113.232500', '153113.692500', '153114.152500', '153114.612500', '153115.072500', '153115.532500', '153115.992500', '153116.452500', '153116.912500', '153117.372500', '153117.832500', '153118.292500', '153118.752500', '153119.212500', '153119.672500', '153120.132500', '153120.592500', '153121.052500', '153121.512500', '153121.972500', '153122.432500', '153122.892500', '153123.352500', '153123.812500', '153124.272500', '153124.732500', '153125.192500', '153125.652500', '153126.112500', '153126.572500', '153127.032500', '153127.492500', '153127.952500', '153128.412500', '153128.872500', '153129.332500', '153129.792500', '153130.252500', '153130.712500', '153131.172500', '153131.632500', '153132.092500', '153132.552500', '153133.012500', '153133.472500', '153133.932500', '153134.392500', '153134.852500', '153135.312500', '153135.772500', '153136.232500', '153136.692500', '153137.152500', '153137.612500', '153138.072500', '153138.532500', '153138.992500', '153139.452500', '153139.912500', '153140.372500', '153140.832500', '153141.292500', '153141.752500', '153142.212500', '153142.672500', '153143.132500', '153143.592500', '153144.052500', '153144.512500', '153144.972500', '153145.432500', '153145.892500', '153146.352500', '153146.812500', '153147.272500', '153147.732500', '153148.192500', '153148.652500', '153149.112500', '153149.572500', '153150.032500', '153150.492500', '153150.952500', '153151.412500', '153151.872500', '153152.332500', '153152.792500', '153153.252500', '153153.712500', '153154.172500', '153154.632500', '153155.092500', '153155.552500', '153156.012500', '153156.472500', '153156.932500', '153157.392500', '153157.852500', '153158.312500', '153158.772500', '153159.232500', '153159.692500', '153200.152500', '153200.612500', '153201.072500', '153201.532500', '153201.992500', '153202.452500', '153202.912500', '153203.372500', '153203.832500', '153204.292500', '153204.752500', '153205.212500', '153205.672500', '153206.132500', '153206.592500', '153207.052500', '153207.512500', '153207.972500', '153208.432500', '153208.892500', '153209.352500', '153209.812500', '153210.272500', '153210.732500', '153211.192500', '153211.652500', '153212.112500', '153212.572500', '153213.032500', '153213.492500', '153213.952500', '153214.412500', '153214.872500', '153215.332500', '153215.792500', '153216.252500', '153216.712500', '153217.172500', '153217.632500', '153218.092500', '153218.552500', '153219.012500', '153219.472500', '153219.932500', '153220.392500', '153220.852500', '153221.312500', '153221.772500', '153222.232500', '153222.692500', '153223.152500', '153223.612500', '153224.072500', '153224.532500', '153224.992500', '153225.452500', '153225.912500', '153226.372500', '153226.832500', '153227.292500', '153227.752500', '153228.212500', '153228.672500', '153229.132500', '153229.592500', '153230.052500', '153230.512500', '153230.972500', '153231.432500', '153231.892500', '153232.352500', '153232.812500', '153233.272500', '153233.732500', '153234.192500', '153234.652500', '153235.112500', '153235.572500', '153236.032500', '153236.492500', '153236.952500', '153237.412500', '153237.872500', '153238.332500', '153238.792500', '153239.252500', '153239.712500', '153240.172500', '153240.632500', '153241.092500', '153241.552500', '153242.012500', '153242.472500', '153242.932500', '153243.392500', '153243.852500', '153244.312500', '153244.772500', '153245.232500', '153245.692500', '153246.152500', '153246.612500', '153247.072500', '153247.532500', '153247.992500', '153248.452500', '153248.912500', '153249.372500', '153249.832500', '153250.292500', '153250.752500', '153251.212500', '153251.672500', '153252.132500', '153252.592500', '153253.052500', '153253.512500', '153253.972500', '153254.432500', '153254.892500', '153255.352500', '153255.812500', '153256.272500', '153256.732500', '153257.192500', '153257.652500', '153258.112500', '153258.572500', '153259.032500', '153259.492500', '153259.952500', '153300.412500', '153300.872500', '153301.332500', '153301.792500', '153302.252500', '153302.712500', '153303.172500', '153303.632500', '153304.092500', '153304.552500', '153305.012500', '153305.472500', '153305.932500', '153306.392500', '153306.852500', '153307.312500', '153307.772500', '153308.232500', '153308.692500', '153309.152500', '153309.612500', '153310.072500', '153310.532500', '153310.992500', '153311.452500', '153311.912500', '153312.372500', '153312.832500', '153313.292500', '153313.752500', '153314.212500', '153314.672500', '153315.132500', '153315.592500', '153316.052500', '153316.512500', '153316.972500', '153317.432500', '153317.892500', '153318.352500', '153318.812500', '153319.272500', '153319.732500', '153320.192500', '153320.652500', '153321.112500', '153321.572500', '153322.032500', '153322.492500', '153322.952500', '153323.412500', '153323.872500', '153324.332500', '153324.792500', '153325.252500', '153325.712500', '153326.172500', '153326.632500', '153327.092500', '153327.552500', '153328.012500', '153328.472500', '153328.932500', '153329.392500', '153329.852500', '153330.312500', '153330.772500', '153331.232500', '153331.692500', '153332.152500', '153332.612500', '153333.072500', '153333.532500', '153333.992500', '153334.452500', '153334.912500', '153335.372500', '153335.832500', '153336.292500', '153336.752500', '153337.212500', '153337.672500', '153338.132500', '153338.592500', '153339.052500', '153339.512500', '153339.972500', '153340.432500', '153340.892500', '153341.352500', '153341.812500', '153342.272500', '153342.732500', '153343.192500', '153343.652500', '153344.112500', '153344.572500', '153345.032500', '153345.492500', '153345.952500', '153346.412500', '153346.872500', '153347.332500', '153347.792500', '153348.252500', '153348.712500', '153349.172500', '153349.632500', '153350.092500', '153350.552500', '153351.012500', '153351.472500', '153351.932500', '153352.392500', '153352.852500', '153353.312500', '153353.772500', '153354.232500', '153354.692500', '153355.152500', '153355.612500', '153356.072500', '153356.532500', '153356.992500', '153357.452500', '153357.912500', '153358.372500', '153358.832500', '153359.292500', '153359.752500', '153400.212500', '153400.672500', '153401.132500', '153401.592500', '153402.052500', '153402.512500', '153402.972500', '153403.432500', '153403.892500', '153404.352500', '153404.812500', '153405.272500', '153405.732500', '153406.192500', '153406.652500', '153407.112500', '153407.572500', '153408.032500', '153408.492500', '153408.952500', '153409.412500', '153409.872500', '153410.332500', '153410.792500', '153411.252500', '153411.712500', '153412.172500', '153412.632500', '153413.092500', '153413.552500', '153414.012500', '153414.472500', '153414.932500', '153415.392500', '153415.852500', '153416.312500', '153416.772500', '153417.232500', '153417.692500', '153418.152500', '153418.612500', '153419.072500', '153419.532500', '153419.992500', '153420.452500', '153420.912500', '153421.372500', '153421.832500', '153422.292500', '153422.752500', '153423.212500', '153423.672500', '153424.132500', '153424.592500', '153425.052500', '153425.512500', '153425.972500', '153426.432500', '153426.892500', '153427.352500', '153427.812500', '153428.272500', '153428.732500', '153429.192500', '153429.652500', '153430.112500', '153430.572500', '153431.032500', '153431.492500', '153431.952500', '153432.412500', '153432.872500', '153433.332500', '153433.792500', '153434.252500', '153434.712500', '153435.172500', '153435.632500', '153436.092500', '153436.552500', '153437.012500', '153437.472500', '153437.932500', '153438.392500', '153438.852500', '153439.312500', '153439.772500', '153440.232500', '153440.692500', '153441.152500', '153441.612500', '153442.072500', '153442.532500', '153442.992500', '153443.452500', '153443.912500', '153444.372500', '153444.832500', '153445.292500', '153445.752500', '153446.212500', '153446.672500', '153447.132500', '153447.592500', '153448.052500', '153448.512500', '153448.972500', '153449.432500', '153449.892500', '153450.352500', '153450.812500', '153451.272500', '153451.732500', '153452.192500', '153452.652500', '153453.112500', '153453.572500', '153454.032500', '153454.492500', '153454.952500', '153455.412500', '153455.872500', '153456.332500', '153456.792500', '153457.252500', '153457.712500', '153458.172500', '153458.632500', '153459.092500', '153459.552500', '153500.012500', '153500.472500', '153500.932500', '153501.392500', '153501.852500', '153502.312500', '153502.772500', '153503.232500', '153503.692500', '153504.152500', '153504.612500', '153505.072500', '153505.532500', '153505.992500', '153506.452500', '153506.912500', '153507.372500', '153507.832500', '153508.292500', '153508.752500', '153509.212500', '153509.672500', '153510.132500', '153510.592500', '153511.052500', '153511.512500', '153511.972500', '153512.432500', '153512.892500', '153513.352500', '153513.812500', '153514.272500', '153514.732500', '153515.192500', '153515.652500', '153516.112500', '153516.572500', '153517.032500', '153517.492500', '153517.952500', '153518.412500', '153518.872500', '153519.332500', '153519.792500', '153520.252500', '153520.712500', '153521.172500', '153521.632500', '153522.092500', '153522.552500', '153523.012500', '153523.472500', '153523.932500', '153524.392500', '153524.852500', '153525.312500', '153525.772500', '153526.232500', '153526.692500', '153527.152500', '153527.612500', '153528.072500', '153528.532500', '153528.992500', '153529.452500', '153529.912500', '153530.372500', '153530.832500', '153531.292500', '153531.752500', '153532.212500', '153532.672500', '153533.132500', '153533.592500', '153534.052500', '153534.512500', '153534.972500', '153535.432500', '153535.892500', '153536.352500', '153536.812500', '153537.272500', '153537.732500', '153538.192500', '153538.652500', '153539.112500', '153539.572500', '153540.032500', '153540.492500', '153540.952500', '153541.412500', '153541.872500', '153542.332500', '153542.792500', '153543.252500', '153543.712500', '153544.172500', '153544.632500', '153545.092500', '153545.552500', '153546.012500', '153546.472500', '153546.932500', '153547.392500', '153547.852500', '153548.312500', '153548.772500', '153549.232500', '153549.692500', '153550.152500', '153550.612500', '153551.072500', '153551.532500', '153551.992500', '153552.452500', '153552.912500', '153553.372500', '153553.832500', '153554.292500', '153554.752500', '153555.212500', '153555.672500', '153556.132500', '153556.592500', '153557.052500', '153557.512500', '153557.972500', '153558.432500', '153558.892500', '153559.352500', '153559.812500', '153600.272500', '153600.732500', '153601.192500', '153601.652500', '153602.112500', '153602.572500', '153603.032500', '153603.492500', '153603.952500', '153604.412500', '153604.872500', '153605.332500', '153605.792500', '153606.252500', '153606.712500', '153607.172500', '153607.632500', '153608.092500', '153608.552500', '153609.012500', '153609.472500', '153609.932500', '153610.392500', '153610.852500', '153611.312500', '153611.772500', '153612.232500', '153612.692500', '153613.152500', '153613.612500', '153614.072500', '153614.532500', '153614.992500', '153615.452500', '153615.912500', '153616.372500', '153616.832500', '153617.292500', '153617.752500', '153618.212500', '153618.672500', '153619.132500', '153619.592500', '153620.052500', '153620.512500', '153620.972500', '153621.432500', '153621.892500', '153622.352500', '153622.812500', '153623.272500'], 'ContentTime': ['153009.069000', '153009.072000', '153009.075000', '153009.078000', '153009.080000', '153009.083000', '153009.085000', '153009.088000', '153009.091000', '153009.093000', '153009.096000', '153009.099000', '153009.101000', '153009.104000', '153009.107000', '153009.109000', '153009.112000', '153009.115000', '153009.117000', '153009.120000', '153009.122000', '153009.125000', '153009.128000', '153009.130000', '153009.133000', '153009.135000', '153009.138000', '153009.141000', '153009.144000', '153009.146000', '153009.149000', '153009.152000', '153009.154000', '153009.157000', '153009.159000', '153009.170000', '153009.173000', '153009.176000', '153009.178000', '153009.181000', '153009.183000', '153009.186000', '153009.189000', '153009.191000', '153009.194000', '153009.197000', '153009.199000', '153009.202000', '153009.205000', '153009.207000', '153009.210000', '153009.212000', '153009.215000', '153009.218000', '153029.029000', '153029.031000', '153029.034000', '153029.037000', '153029.039000', '153029.042000', '153029.044000', '153029.047000', '153029.050000', '153029.052000', '153029.055000', '153029.060000', '153029.062000', '153029.065000', '153029.068000', '153029.073000', '153029.075000', '153029.078000', '153029.080000', '153029.083000', '153029.086000', '153029.088000', '153029.091000', '153029.093000', '153029.096000', '153029.099000', '153029.101000', '153029.104000', '153029.107000', '153029.109000', '153029.112000', '153029.115000', '153029.117000', '153029.120000', '153029.122000', '153029.125000', '153029.127000', '153029.130000', '153029.133000', '153029.135000', '153029.138000', '153029.140000', '153029.143000', '153029.145000', '153049.028000', '153049.031000', '153049.034000', '153049.037000', '153049.039000', '153049.042000', '153049.044000', '153049.047000', '153049.050000', '153049.052000', '153049.055000', '153049.057000', '153049.060000', '153049.063000', '153049.065000', '153049.068000', '153049.070000', '153049.073000', '153049.080000', '153049.082000', '153049.091000', '153049.093000', '153049.096000', '153049.099000', '153049.101000', '153049.104000', '153049.107000', '153049.109000', '153049.112000', '153049.114000', '153049.117000', '153049.120000', '153049.122000', '153049.125000', '153049.128000', '153049.130000', '153049.133000', '153049.135000', '153049.138000', '153049.141000', '153049.144000', '153049.146000', '153049.149000', '153109.030000', '153109.032000', '153109.035000', '153109.038000', '153109.040000', '153109.043000', '153109.046000', '153109.048000', '153109.051000', '153109.053000', '153109.056000', '153109.059000', '153109.061000', '153109.064000', '153109.066000', '153109.069000', '153109.072000', '153109.074000', '153109.077000', '153109.080000', '153109.082000', '153109.085000', '153109.087000', '153109.090000', '153109.093000', '153109.095000', '153109.098000', '153109.100000', '153109.103000', '153109.106000', '153109.109000', '153109.111000', '153109.114000', '153109.116000', '153109.119000', '153109.122000', '153109.124000', '153109.127000', '153109.130000', '153109.132000', '153109.135000', '153109.138000', '153109.140000', '153109.143000', '153129.029000', '153129.033000', '153129.035000', '153129.038000', '153129.040000', '153129.043000', '153129.046000', '153129.048000', '153129.051000', '153129.054000', '153129.056000', '153129.059000', '153129.062000', '153129.064000', '153129.067000', '153129.069000', '153129.072000', '153129.075000', '153129.077000', '153129.080000', '153129.082000', '153129.085000', '153129.088000', '153129.090000', '153129.093000', '153129.096000', '153129.098000', '153129.101000', '153129.104000', '153129.106000', '153129.118000', '153129.121000', '153129.123000', '153129.126000', '153129.128000', '153129.131000', '153129.134000', '153129.136000', '153129.139000', '153129.141000', '153129.144000', '153129.147000', '153129.150000', '153149.028000', '153149.035000', '153149.038000', '153149.041000', '153149.043000', '153149.046000', '153149.049000', '153149.052000', '153149.054000', '153149.057000', '153149.059000', '153149.062000', '153149.065000', '153149.067000', '153149.070000', '153149.073000', '153149.075000', '153149.078000', '153149.081000', '153149.083000', '153149.086000', '153149.088000', '153149.091000', '153149.094000', '153149.097000', '153149.099000', '153149.102000', '153149.104000', '153149.107000', '153149.110000', '153149.112000', '153149.115000', '153149.118000', '153149.120000', '153149.123000', '153149.125000', '153149.128000', '153149.131000', '153149.133000', '153149.136000', '153149.138000', '153149.141000', '153149.144000', '153149.146000', '153209.028000', '153209.031000', '153209.034000', '153209.037000', '153209.039000', '153209.042000', '153209.044000', '153209.047000', '153209.050000', '153209.052000', '153209.055000', '153209.058000', '153209.060000', '153209.063000', '153209.066000', '153209.068000', '153209.071000', '153209.074000', '153209.076000', '153209.079000', '153209.081000', '153209.084000', '153209.087000', '153209.089000', '153209.092000', '153209.095000', '153209.097000', '153209.100000', '153209.103000', '153209.105000', '153209.108000', '153209.111000', '153209.113000', '153209.116000', '153209.119000', '153209.121000', '153209.124000', '153209.126000', '153209.129000', '153209.132000', '153209.134000', '153209.137000', '153209.140000', '153229.028000', '153229.032000', '153229.034000', '153229.037000', '153229.040000', '153229.042000', '153229.045000', '153229.047000', '153229.050000', '153229.053000', '153229.056000', '153229.058000', '153229.061000', '153229.064000', '153229.066000', '153229.069000', '153229.071000', '153229.074000', '153229.077000', '153229.079000', '153229.082000', '153229.085000', '153229.087000', '153229.090000', '153229.093000', '153229.095000', '153229.098000', '153229.101000', '153229.103000', '153229.106000', '153229.109000', '153229.111000', '153229.114000', '153229.117000', '153229.119000', '153229.122000', '153229.124000', '153229.127000', '153229.133000', '153229.149000', '153229.151000', '153229.154000', '153229.157000', '153229.159000', '153249.028000', '153249.031000', '153249.034000', '153249.037000', '153249.040000', '153249.042000', '153249.045000', '153249.047000', '153249.050000', '153249.053000', '153249.055000', '153249.058000', '153249.061000', '153249.064000', '153249.066000', '153249.069000', '153249.071000', '153249.074000', '153249.077000', '153249.079000', '153249.082000', '153249.084000', '153249.087000', '153249.090000', '153249.093000', '153249.095000', '153249.106000', '153249.109000', '153249.111000', '153249.114000', '153249.116000', '153249.119000', '153249.122000', '153249.125000', '153249.127000', '153249.130000', '153249.132000', '153249.135000', '153249.138000', '153249.140000', '153249.143000', '153249.145000', '153249.148000', '153309.028000', '153309.031000', '153309.034000', '153309.037000', '153309.040000', '153309.043000', '153309.046000', '153309.048000', '153309.051000', '153309.054000', '153309.056000', '153309.059000', '153309.062000', '153309.064000', '153309.067000', '153309.070000', '153309.072000', '153309.075000', '153309.077000', '153309.080000', '153309.083000', '153309.085000', '153309.088000', '153309.091000', '153309.093000', '153309.096000', '153309.098000', '153309.101000', '153309.104000', '153309.106000', '153309.109000', '153309.111000', '153309.114000', '153309.117000', '153309.119000', '153309.122000', '153309.125000', '153309.127000', '153309.130000', '153309.133000', '153309.135000', '153309.138000', '153309.141000', '153309.143000', '153329.029000', '153329.032000', '153329.035000', '153329.038000', '153329.040000', '153329.043000', '153329.046000', '153329.049000', '153329.051000', '153329.054000', '153329.057000', '153329.059000', '153329.062000', '153329.064000', '153329.067000', '153329.070000', '153329.072000', '153329.075000', '153329.078000', '153329.080000', '153329.083000', '153329.086000', '153329.088000', '153329.091000', '153329.094000', '153329.096000', '153329.099000', '153329.102000', '153329.104000', '153329.107000', '153329.109000', '153329.112000', '153329.115000', '153329.117000', '153329.120000', '153329.123000', '153329.125000', '153329.128000', '153329.131000', '153329.133000', '153329.136000', '153329.138000', '153329.141000', '153349.030000', '153349.033000', '153349.035000', '153349.038000', '153349.040000', '153349.043000', '153349.046000', '153349.048000', '153349.051000', '153349.054000', '153349.056000', '153349.059000', '153349.062000', '153349.064000', '153349.067000', '153349.070000', '153349.072000', '153349.075000', '153349.077000', '153349.080000', '153349.083000', '153349.085000', '153349.088000', '153349.090000', '153349.093000', '153349.096000', '153349.098000', '153349.101000', '153349.103000', '153349.106000', '153349.109000', '153349.112000', '153349.114000', '153349.117000', '153349.119000', '153349.122000', '153349.125000', '153349.127000', '153349.130000', '153349.133000', '153349.135000', '153349.138000', '153349.141000', '153409.029000', '153409.031000', '153409.034000', '153409.037000', '153409.039000', '153409.042000', '153409.045000', '153409.047000', '153409.050000', '153409.053000', '153409.055000', '153409.058000', '153409.061000', '153409.063000', '153409.066000', '153409.068000', '153409.071000', '153409.074000', '153409.076000', '153409.079000', '153409.087000', '153409.089000', '153409.092000', '153409.095000', '153409.097000', '153409.100000', '153409.103000', '153409.105000', '153409.108000', '153409.110000', '153409.113000', '153409.116000', '153409.118000', '153409.121000', '153409.123000', '153409.126000', '153409.129000', '153409.131000', '153409.134000', '153409.137000', '153409.139000', '153409.142000', '153409.144000', '153409.147000', '153429.029000', '153429.032000', '153429.056000', '153429.059000', '153429.061000', '153429.064000', '153429.067000', '153429.069000', '153429.072000', '153429.074000', '153429.078000', '153429.080000', '153429.083000', '153429.086000', '153429.088000', '153429.091000', '153429.094000', '153429.096000', '153429.099000', '153429.101000', '153429.104000', '153429.107000', '153429.109000', '153429.112000', '153429.114000', '153429.117000', '153429.120000', '153429.122000', '153429.125000', '153429.127000', '153429.130000', '153429.133000', '153429.135000', '153429.138000', '153429.141000', '153429.143000', '153429.146000', '153429.149000', '153429.151000', '153429.154000', '153429.156000', '153429.159000', '153429.162000', '153449.029000', '153449.031000', '153449.034000', '153449.037000', '153449.039000', '153449.042000', '153449.045000', '153449.047000', '153449.050000', '153449.053000', '153449.055000', '153449.058000', '153449.061000', '153449.063000', '153449.066000', '153449.068000', '153449.071000', '153449.074000', '153449.076000', '153449.079000', '153449.081000', '153449.084000', '153449.087000', '153449.089000', '153449.092000', '153449.095000', '153449.097000', '153449.100000', '153449.102000', '153449.105000', '153449.108000', '153449.110000', '153449.113000', '153449.116000', '153449.118000', '153449.121000', '153449.123000', '153449.126000', '153449.129000', '153449.131000', '153449.134000', '153449.136000', '153449.139000', '153449.141000', '153509.029000', '153509.032000', '153509.034000', '153509.038000', '153509.041000', '153509.043000', '153509.046000', '153509.049000', '153509.051000', '153509.054000', '153509.079000', '153509.082000', '153509.085000', '153509.087000', '153509.090000', '153509.093000', '153509.095000', '153509.098000', '153509.101000', '153509.103000', '153509.106000', '153509.109000', '153509.111000', '153509.114000', '153509.116000', '153509.119000', '153509.122000', '153509.124000', '153509.127000', '153509.130000', '153509.132000', '153509.135000', '153509.138000', '153509.140000', '153509.143000', '153509.145000', '153509.148000', '153509.151000', '153509.153000', '153509.156000', '153509.158000', '153509.161000', '153509.164000', '153529.028000', '153529.031000', '153529.034000', '153529.037000', '153529.040000', '153529.042000', '153529.045000', '153529.048000', '153529.050000', '153529.053000', '153529.056000', '153529.058000', '153529.061000', '153529.063000', '153529.066000', '153529.069000', '153529.071000', '153529.074000', '153529.077000', '153529.079000', '153529.082000', '153529.084000', '153529.087000', '153529.090000', '153529.092000', '153529.095000', '153529.098000', '153529.100000', '153529.103000', '153529.106000', '153529.108000', '153529.111000', '153529.114000', '153529.116000', '153529.119000', '153529.122000', '153529.124000', '153529.127000', '153529.130000', '153529.132000', '153529.135000', '153529.138000', '153529.140000', '153529.143000', '153549.030000', '153549.033000', '153549.036000', '153549.039000', '153549.043000', '153549.046000', '153549.048000', '153549.051000', '153549.053000', '153549.056000', '153549.059000', '153549.061000', '153549.064000', '153549.067000', '153549.069000', '153549.072000', '153549.074000', '153549.077000', '153549.080000', '153549.082000', '153549.085000', '153549.087000', '153549.090000', '153549.093000', '153549.096000', '153549.099000', '153549.102000', '153549.105000', '153549.107000', '153549.110000', '153549.113000', '153549.116000', '153549.120000', '153549.123000', '153549.126000', '153549.128000', '153549.131000', '153549.134000', '153549.136000', '153549.139000', '153549.142000', '153549.144000', '153549.147000', '153609.029000', '153609.032000', '153609.035000', '153609.038000', '153609.040000', '153609.043000', '153609.046000', '153609.048000', '153609.051000', '153609.053000', '153609.057000', '153609.060000', '153609.083000', '153609.085000', '153609.088000', '153609.091000', '153609.093000', '153609.096000', '153609.099000', '153609.101000', '153609.104000', '153609.106000', '153609.109000', '153609.112000', '153609.114000', '153609.117000', '153609.120000', '153609.122000', '153609.125000', '153609.127000', '153609.130000', '153609.133000', '153609.135000', '153609.138000', '153609.141000', '153609.143000', '153609.146000', '153609.152000', '153609.155000', '153609.158000', '153609.160000', '153609.163000', '153609.166000', '153609.168000', '153624.938000', '153624.941000', '153624.944000', '153624.947000', '153624.950000', '153624.953000', '153624.955000', '153624.958000', '153624.961000', '153624.963000', '153624.966000', '153624.969000', '153624.972000', '153624.974000', '153624.978000', '153624.980000', '153624.983000', '153624.986000', '153624.989000', '153624.992000', '153624.994000', '153624.997000', '153625.001000', '153625.003000', '153625.006000', '153625.009000', '153625.011000', '153625.014000', '153625.017000', '153625.020000', '153625.022000', '153625.025000', '153625.028000', '153625.030000', '153625.033000'], 'InstanceCreationTime': ['153009.069000', '153009.072000', '153009.075000', '153009.078000', '153009.080000', '153009.083000', '153009.085000', '153009.088000', '153009.091000', '153009.093000', '153009.096000', '153009.099000', '153009.101000', '153009.104000', '153009.107000', '153009.109000', '153009.112000', '153009.115000', '153009.117000', '153009.120000', '153009.122000', '153009.125000', '153009.128000', '153009.130000', '153009.133000', '153009.135000', '153009.138000', '153009.141000', '153009.144000', '153009.146000', '153009.149000', '153009.152000', '153009.154000', '153009.157000', '153009.159000', '153009.170000', '153009.173000', '153009.176000', '153009.178000', '153009.181000', '153009.183000', '153009.186000', '153009.189000', '153009.191000', '153009.194000', '153009.197000', '153009.199000', '153009.202000', '153009.205000', '153009.207000', '153009.210000', '153009.212000', '153009.215000', '153009.218000', '153029.029000', '153029.031000', '153029.034000', '153029.037000', '153029.039000', '153029.042000', '153029.044000', '153029.047000', '153029.050000', '153029.052000', '153029.055000', '153029.060000', '153029.062000', '153029.065000', '153029.068000', '153029.073000', '153029.075000', '153029.078000', '153029.080000', '153029.083000', '153029.086000', '153029.088000', '153029.091000', '153029.093000', '153029.096000', '153029.099000', '153029.101000', '153029.104000', '153029.107000', '153029.109000', '153029.112000', '153029.115000', '153029.117000', '153029.120000', '153029.122000', '153029.125000', '153029.127000', '153029.130000', '153029.133000', '153029.135000', '153029.138000', '153029.140000', '153029.143000', '153029.145000', '153049.028000', '153049.031000', '153049.034000', '153049.037000', '153049.039000', '153049.042000', '153049.044000', '153049.047000', '153049.050000', '153049.052000', '153049.055000', '153049.057000', '153049.060000', '153049.063000', '153049.065000', '153049.068000', '153049.070000', '153049.073000', '153049.080000', '153049.082000', '153049.091000', '153049.093000', '153049.096000', '153049.099000', '153049.101000', '153049.104000', '153049.107000', '153049.109000', '153049.112000', '153049.114000', '153049.117000', '153049.120000', '153049.122000', '153049.125000', '153049.128000', '153049.130000', '153049.133000', '153049.135000', '153049.138000', '153049.141000', '153049.144000', '153049.146000', '153049.149000', '153109.030000', '153109.032000', '153109.035000', '153109.038000', '153109.040000', '153109.043000', '153109.046000', '153109.048000', '153109.051000', '153109.053000', '153109.056000', '153109.059000', '153109.061000', '153109.064000', '153109.066000', '153109.069000', '153109.072000', '153109.074000', '153109.077000', '153109.080000', '153109.082000', '153109.085000', '153109.087000', '153109.090000', '153109.093000', '153109.095000', '153109.098000', '153109.100000', '153109.103000', '153109.106000', '153109.109000', '153109.111000', '153109.114000', '153109.116000', '153109.119000', '153109.122000', '153109.124000', '153109.127000', '153109.130000', '153109.132000', '153109.135000', '153109.138000', '153109.140000', '153109.143000', '153129.029000', '153129.033000', '153129.035000', '153129.038000', '153129.040000', '153129.043000', '153129.046000', '153129.048000', '153129.051000', '153129.054000', '153129.056000', '153129.059000', '153129.062000', '153129.064000', '153129.067000', '153129.069000', '153129.072000', '153129.075000', '153129.077000', '153129.080000', '153129.082000', '153129.085000', '153129.088000', '153129.090000', '153129.093000', '153129.096000', '153129.098000', '153129.101000', '153129.104000', '153129.106000', '153129.118000', '153129.121000', '153129.123000', '153129.126000', '153129.128000', '153129.131000', '153129.134000', '153129.136000', '153129.139000', '153129.141000', '153129.144000', '153129.147000', '153129.150000', '153149.028000', '153149.035000', '153149.038000', '153149.041000', '153149.043000', '153149.046000', '153149.049000', '153149.052000', '153149.054000', '153149.057000', '153149.059000', '153149.062000', '153149.065000', '153149.067000', '153149.070000', '153149.073000', '153149.075000', '153149.078000', '153149.081000', '153149.083000', '153149.086000', '153149.088000', '153149.091000', '153149.094000', '153149.097000', '153149.099000', '153149.102000', '153149.104000', '153149.107000', '153149.110000', '153149.112000', '153149.115000', '153149.118000', '153149.120000', '153149.123000', '153149.125000', '153149.128000', '153149.131000', '153149.133000', '153149.136000', '153149.138000', '153149.141000', '153149.144000', '153149.146000', '153209.028000', '153209.031000', '153209.034000', '153209.037000', '153209.039000', '153209.042000', '153209.044000', '153209.047000', '153209.050000', '153209.052000', '153209.055000', '153209.058000', '153209.060000', '153209.063000', '153209.066000', '153209.068000', '153209.071000', '153209.074000', '153209.076000', '153209.079000', '153209.081000', '153209.084000', '153209.087000', '153209.089000', '153209.092000', '153209.095000', '153209.097000', '153209.100000', '153209.103000', '153209.105000', '153209.108000', '153209.111000', '153209.113000', '153209.116000', '153209.119000', '153209.121000', '153209.124000', '153209.126000', '153209.129000', '153209.132000', '153209.134000', '153209.137000', '153209.140000', '153229.028000', '153229.032000', '153229.034000', '153229.037000', '153229.040000', '153229.042000', '153229.045000', '153229.047000', '153229.050000', '153229.053000', '153229.056000', '153229.058000', '153229.061000', '153229.064000', '153229.066000', '153229.069000', '153229.071000', '153229.074000', '153229.077000', '153229.079000', '153229.082000', '153229.085000', '153229.087000', '153229.090000', '153229.093000', '153229.095000', '153229.098000', '153229.101000', '153229.103000', '153229.106000', '153229.109000', '153229.111000', '153229.114000', '153229.117000', '153229.119000', '153229.122000', '153229.124000', '153229.127000', '153229.133000', '153229.149000', '153229.151000', '153229.154000', '153229.157000', '153229.159000', '153249.028000', '153249.031000', '153249.034000', '153249.037000', '153249.040000', '153249.042000', '153249.045000', '153249.047000', '153249.050000', '153249.053000', '153249.055000', '153249.058000', '153249.061000', '153249.064000', '153249.066000', '153249.069000', '153249.071000', '153249.074000', '153249.077000', '153249.079000', '153249.082000', '153249.084000', '153249.087000', '153249.090000', '153249.093000', '153249.095000', '153249.106000', '153249.109000', '153249.111000', '153249.114000', '153249.116000', '153249.119000', '153249.122000', '153249.125000', '153249.127000', '153249.130000', '153249.132000', '153249.135000', '153249.138000', '153249.140000', '153249.143000', '153249.145000', '153249.148000', '153309.028000', '153309.031000', '153309.034000', '153309.037000', '153309.040000', '153309.043000', '153309.046000', '153309.048000', '153309.051000', '153309.054000', '153309.056000', '153309.059000', '153309.062000', '153309.064000', '153309.067000', '153309.070000', '153309.072000', '153309.075000', '153309.077000', '153309.080000', '153309.083000', '153309.085000', '153309.088000', '153309.091000', '153309.093000', '153309.096000', '153309.098000', '153309.101000', '153309.104000', '153309.106000', '153309.109000', '153309.111000', '153309.114000', '153309.117000', '153309.119000', '153309.122000', '153309.125000', '153309.127000', '153309.130000', '153309.133000', '153309.135000', '153309.138000', '153309.141000', '153309.143000', '153329.029000', '153329.032000', '153329.035000', '153329.038000', '153329.040000', '153329.043000', '153329.046000', '153329.049000', '153329.051000', '153329.054000', '153329.057000', '153329.059000', '153329.062000', '153329.064000', '153329.067000', '153329.070000', '153329.072000', '153329.075000', '153329.078000', '153329.080000', '153329.083000', '153329.086000', '153329.088000', '153329.091000', '153329.094000', '153329.096000', '153329.099000', '153329.102000', '153329.104000', '153329.107000', '153329.109000', '153329.112000', '153329.115000', '153329.117000', '153329.120000', '153329.123000', '153329.125000', '153329.128000', '153329.131000', '153329.133000', '153329.136000', '153329.138000', '153329.141000', '153349.030000', '153349.033000', '153349.035000', '153349.038000', '153349.040000', '153349.043000', '153349.046000', '153349.048000', '153349.051000', '153349.054000', '153349.056000', '153349.059000', '153349.062000', '153349.064000', '153349.067000', '153349.070000', '153349.072000', '153349.075000', '153349.077000', '153349.080000', '153349.083000', '153349.085000', '153349.088000', '153349.090000', '153349.093000', '153349.096000', '153349.098000', '153349.101000', '153349.103000', '153349.106000', '153349.109000', '153349.112000', '153349.114000', '153349.117000', '153349.119000', '153349.122000', '153349.125000', '153349.127000', '153349.130000', '153349.133000', '153349.135000', '153349.138000', '153349.141000', '153409.029000', '153409.031000', '153409.034000', '153409.037000', '153409.039000', '153409.042000', '153409.045000', '153409.047000', '153409.050000', '153409.053000', '153409.055000', '153409.058000', '153409.061000', '153409.063000', '153409.066000', '153409.068000', '153409.071000', '153409.074000', '153409.076000', '153409.079000', '153409.087000', '153409.089000', '153409.092000', '153409.095000', '153409.097000', '153409.100000', '153409.103000', '153409.105000', '153409.108000', '153409.110000', '153409.113000', '153409.116000', '153409.118000', '153409.121000', '153409.123000', '153409.126000', '153409.129000', '153409.131000', '153409.134000', '153409.137000', '153409.139000', '153409.142000', '153409.144000', '153409.147000', '153429.029000', '153429.032000', '153429.056000', '153429.059000', '153429.061000', '153429.064000', '153429.067000', '153429.069000', '153429.072000', '153429.074000', '153429.078000', '153429.080000', '153429.083000', '153429.086000', '153429.088000', '153429.091000', '153429.094000', '153429.096000', '153429.099000', '153429.101000', '153429.104000', '153429.107000', '153429.109000', '153429.112000', '153429.114000', '153429.117000', '153429.120000', '153429.122000', '153429.125000', '153429.127000', '153429.130000', '153429.133000', '153429.135000', '153429.138000', '153429.141000', '153429.143000', '153429.146000', '153429.149000', '153429.151000', '153429.154000', '153429.156000', '153429.159000', '153429.162000', '153449.029000', '153449.031000', '153449.034000', '153449.037000', '153449.039000', '153449.042000', '153449.045000', '153449.047000', '153449.050000', '153449.053000', '153449.055000', '153449.058000', '153449.061000', '153449.063000', '153449.066000', '153449.068000', '153449.071000', '153449.074000', '153449.076000', '153449.079000', '153449.081000', '153449.084000', '153449.087000', '153449.089000', '153449.092000', '153449.095000', '153449.097000', '153449.100000', '153449.102000', '153449.105000', '153449.108000', '153449.110000', '153449.113000', '153449.116000', '153449.118000', '153449.121000', '153449.123000', '153449.126000', '153449.129000', '153449.131000', '153449.134000', '153449.136000', '153449.139000', '153449.141000', '153509.029000', '153509.032000', '153509.034000', '153509.038000', '153509.041000', '153509.043000', '153509.046000', '153509.049000', '153509.051000', '153509.054000', '153509.079000', '153509.082000', '153509.085000', '153509.087000', '153509.090000', '153509.093000', '153509.095000', '153509.098000', '153509.101000', '153509.103000', '153509.106000', '153509.109000', '153509.111000', '153509.114000', '153509.116000', '153509.119000', '153509.122000', '153509.124000', '153509.127000', '153509.130000', '153509.132000', '153509.135000', '153509.138000', '153509.140000', '153509.143000', '153509.145000', '153509.148000', '153509.151000', '153509.153000', '153509.156000', '153509.158000', '153509.161000', '153509.164000', '153529.028000', '153529.031000', '153529.034000', '153529.037000', '153529.040000', '153529.042000', '153529.045000', '153529.048000', '153529.050000', '153529.053000', '153529.056000', '153529.058000', '153529.061000', '153529.063000', '153529.066000', '153529.069000', '153529.071000', '153529.074000', '153529.077000', '153529.079000', '153529.082000', '153529.084000', '153529.087000', '153529.090000', '153529.092000', '153529.095000', '153529.098000', '153529.100000', '153529.103000', '153529.106000', '153529.108000', '153529.111000', '153529.114000', '153529.116000', '153529.119000', '153529.122000', '153529.124000', '153529.127000', '153529.130000', '153529.132000', '153529.135000', '153529.138000', '153529.140000', '153529.143000', '153549.030000', '153549.033000', '153549.036000', '153549.039000', '153549.043000', '153549.046000', '153549.048000', '153549.051000', '153549.053000', '153549.056000', '153549.059000', '153549.061000', '153549.064000', '153549.067000', '153549.069000', '153549.072000', '153549.074000', '153549.077000', '153549.080000', '153549.082000', '153549.085000', '153549.087000', '153549.090000', '153549.093000', '153549.096000', '153549.099000', '153549.102000', '153549.105000', '153549.107000', '153549.110000', '153549.113000', '153549.116000', '153549.120000', '153549.123000', '153549.126000', '153549.128000', '153549.131000', '153549.134000', '153549.136000', '153549.139000', '153549.142000', '153549.144000', '153549.147000', '153609.029000', '153609.032000', '153609.035000', '153609.038000', '153609.040000', '153609.043000', '153609.046000', '153609.048000', '153609.051000', '153609.053000', '153609.057000', '153609.060000', '153609.083000', '153609.085000', '153609.088000', '153609.091000', '153609.093000', '153609.096000', '153609.099000', '153609.101000', '153609.104000', '153609.106000', '153609.109000', '153609.112000', '153609.114000', '153609.117000', '153609.120000', '153609.122000', '153609.125000', '153609.127000', '153609.130000', '153609.133000', '153609.135000', '153609.138000', '153609.141000', '153609.143000', '153609.146000', '153609.152000', '153609.155000', '153609.158000', '153609.160000', '153609.163000', '153609.166000', '153609.168000', '153624.938000', '153624.941000', '153624.944000', '153624.947000', '153624.950000', '153624.953000', '153624.955000', '153624.958000', '153624.961000', '153624.963000', '153624.966000', '153624.969000', '153624.972000', '153624.974000', '153624.978000', '153624.980000', '153624.983000', '153624.986000', '153624.989000', '153624.992000', '153624.994000', '153624.997000', '153625.001000', '153625.003000', '153625.006000', '153625.009000', '153625.011000', '153625.014000', '153625.017000', '153625.020000', '153625.022000', '153625.025000', '153625.028000', '153625.030000', '153625.033000'], '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': [9927, 11546, 9416, 10987, 10938, 10622, 11556, 9793, 11133, 9688, 11114, 10188, 11075, 9975, 10897, 9469, 14616, 10512, 11852, 10520, 15492, 10979, 10163, 10003, 9395, 9924, 9587, 10172, 10485, 10635, 11219, 8758, 10022, 9755, 11054, 9925, 12211, 10717, 10805, 10553, 9388, 10402, 10020, 11828, 10414, 12314, 10463, 12319, 10512, 11138, 10800, 9328, 9556, 10182, 10843, 10538, 11517, 10400, 11853, 10923, 10731, 11138, 9698, 10211, 9998, 10077, 10266, 14702, 10643, 9020, 10265, 10540, 9954, 11470, 10112, 10943, 9479, 14106, 10833, 11323, 10829, 15442, 10935, 10522, 12802, 10424, 10854, 10472, 15514, 10696, 9931, 10212, 10438, 11375, 10995, 11342, 10940, 10715, 10952, 10216, 11351, 9378, 11270, 10593, 10782, 9446, 9466, 9197, 9731, 10292, 11630, 9297, 10345, 10337, 14796, 10937, 12691, 10417, 12940, 11045, 14049, 10718, 10614, 11057, 10573, 11184, 11428, 10782, 10575, 9898, 9064, 10365, 10147, 10676, 10921, 9346, 11051, 9082, 10533, 9332, 10424, 10107, 11816, 10643, 12572, 10698, 12713, 10661, 12979, 10241, 12516, 10745, 11434, 11030, 10786, 11187, 9897, 9893, 8987, 9719, 9071, 13028, 9903, 10886, 9882, 11484, 10969, 10014, 11271, 9934, 9727, 8691, 12685, 9580, 11468, 10192, 11048, 11209, 9918, 13303, 9330, 12096, 11644, 13362, 10802, 11140, 11102, 10438, 10866, 10442, 10605, 10182, 10002, 8947, 11748, 10317, 13568, 10945, 9828, 9580, 9815, 10868, 10979, 9389, 10439, 10511, 10393, 10966, 11803, 11046, 11699, 10544, 10850, 10539, 9376, 10467, 10767, 10192, 10811, 10627, 10929, 10240, 10590, 9875, 9648, 9004, 11016, 9918, 10688, 10610, 10637, 10925, 10610, 10999, 10661, 10645, 10443, 10607, 9446, 10692, 9839, 9990, 9784, 10061, 9831, 11912, 10501, 10524, 11002, 9951, 12177, 9489, 13544, 9732, 12143, 9913, 11792, 10463, 11929, 10777, 11534, 10736, 10194, 9476, 9363, 10470, 9767, 11387, 10808, 11570, 10665, 11862, 11350, 10490, 10981, 10307, 11216, 10373, 11114, 10084, 10635, 9933, 10050, 9156, 10630, 10255, 10452, 10616, 12453, 10570, 10358, 10675, 9840, 10679, 9200, 10138, 9745, 10289, 9618, 10563, 10681, 13061, 11131, 10461, 11424, 10323, 11453, 9539, 10341, 9900, 11809, 10776, 13939, 11305, 11337, 11161, 10538, 9721, 8911, 11495, 10176, 11530, 10844, 15515, 11297, 10419, 11066, 10410, 9670, 9128, 11079, 10017, 10218, 10392, 13734, 10817, 11261, 10634, 10799, 10855, 9626, 10940, 9482, 13675, 10018, 14103, 10124, 12318, 9883, 11128, 10337, 13890, 10959, 9362, 9074, 8683, 11240, 9080, 10078, 9657, 11822, 10473, 14566, 11164, 11423, 11363, 15476, 10769, 16114, 10645, 10726, 10774, 9473, 9328, 9997, 12199, 10567, 10299, 9968, 8421, 11296, 10078, 12448, 10888, 10795, 11185, 10804, 10790, 10304, 10568, 9474, 11414, 10042, 10687, 10014, 10683, 10317, 10461, 10589, 11378, 10975, 10362, 11097, 10127, 9387, 9522, 9855, 9587, 11325, 10844, 10160, 10982, 9851, 11337, 9714, 11002, 8934, 13476, 10397, 11398, 10140, 10759, 10531, 11366, 10239, 11233, 10898, 9676, 9812, 9261, 10251, 9510, 10507, 9905, 11303, 10799, 12315, 10798, 10045, 10828, 9805, 10711, 9979, 9500, 9006, 12389, 9667, 10356, 9420, 10690, 9688, 11297, 10493, 13727, 11194, 9817, 11071, 10185, 10735, 9748, 12430, 9304, 10638, 9734, 11090, 9412, 10905, 9891, 11363, 10429, 12424, 10533, 12386, 10624, 10732, 10689, 9373, 10765, 8771, 10174, 9440, 10606, 9793, 13568, 10517, 9391, 9989, 8739, 10825, 9225, 13804, 9329, 10906, 9687, 12253, 10541, 12655, 10772, 10836, 10664, 10469, 10140, 8463, 11290, 9611, 11029, 10546, 12253, 10560, 12489, 10264, 13703, 10908, 10035, 9828, 8927, 10633, 9709, 10837, 9582, 11239, 10344, 12636, 10783, 10491, 9339, 8848, 10100, 9209, 10407, 9840, 14479, 10703, 9805, 11078, 9816, 10129, 8455, 13807, 9659, 12363, 10281, 12036, 10755, 12222, 10681, 14495, 10523, 12629, 10760, 10668, 10936, 9775, 10930, 9161, 10466, 8885, 10585, 9527, 12056, 10510, 9455, 9635, 9120, 9932, 9899, 9418, 10602, 9183, 11623, 10570, 13018, 10344, 13082, 11284, 15344, 10922, 9463, 9984, 9526, 11348, 10657, 10006, 11098, 9350, 12872, 10697, 10425, 11271, 9585, 11285, 10611, 10873, 10842, 11085, 10076, 11386, 9638, 10924, 10142, 10871, 10575, 14730, 10349, 9934, 10866, 9453, 10809, 10612, 9226, 11154, 9313, 10210, 9853, 11699, 11093, 9378, 11083, 10721, 12501, 11172, 13416, 11095, 11897, 11520, 9947, 10307, 10333, 11369, 11129, 10717, 9803, 9397, 11749, 11036, 10573, 9658, 10225, 10995, 11225, 10201, 11109, 9575, 12074, 9725, 11589, 10767, 9151, 10197, 10776, 8998, 9734, 10097, 11441, 10633, 9194, 12806, 12148, 8536, 11603, 10623, 10719, 11334, 12993, 11038, 13160, 10924, 12552, 10972, 12408, 11122, 12964, 11058, 10977, 9692, 10280, 11112, 10906, 9852, 9987, 10640, 10812, 11026, 10494, 11485, 10554, 10206, 9753, 9501, 10951, 10607, 11572, 10937, 12702, 10716, 11089, 10496, 13555, 10629, 9799, 9245, 9774, 10183, 10208, 10576, 10287, 9003, 10697, 10059, 10228, 10815, 9877, 11057, 10034, 10970, 9817, 11689, 10456, 11328, 10935, 10586, 10288, 9613, 10632, 10123, 10392, 10185, 9687, 10907, 10757, 12500, 10834, 13095, 10464, 12749, 10458, 12354, 10792, 11202, 9374, 10027, 10951, 10992, 9455, 10790, 9155, 11132, 10104, 12074, 10678, 10377, 11216, 10130, 11198, 11043, 10737, 11229, 10694, 9612, 10798, 9930, 10148, 9190, 9367, 9862, 9700, 11992, 9775, 11268, 9531, 11359, 10300, 14282, 11189, 10320, 11341, 10507, 11112, 10584, 10561, 9975, 10527, 9851, 11126, 10803, 10446, 9615, 9184, 10416, 10073, 11739, 10475, 14561, 11064, 9740, 10716, 10918, 10832, 11492, 9812, 11406, 9169, 11758, 10301, 13683, 11551, 9346, 10250, 10658, 13793, 11188, 9769, 11813, 10096, 13237, 11336, 10223, 11126, 9953, 11956, 11019, 10525, 10429, 10362, 12763, 11510, 10750, 11392, 15090, 11135, 10400, 11011, 10330, 10045, 10587, 10850, 10954, 12334, 11007, 12307, 11082, 10939, 10765, 10078, 10150, 10103, 10945, 10920, 11607, 10991, 11942, 10612, 12108, 11068, 10311, 10918, 10739, 11271, 9160, 10080, 9301, 10220, 10756, 8582, 9748, 9582, 11578, 10772, 9044, 12506, 9430, 11903], 'WindowCenter': [4728.0, 4723.0, 4689.0, 4697.0, 4697.0, 4685.0, 4706.0, 4684.0, 4696.0, 4674.0, 4694.0, 4683.0, 4694.0, 4672.0, 4683.0, 4672.0, 4712.0, 4671.0, 4680.0, 4669.0, 4698.0, 4669.0, 4668.0, 4670.0, 4660.0, 4671.0, 4674.0, 4684.0, 4684.0, 4682.0, 4694.0, 4662.0, 4684.0, 4674.0, 4694.0, 4687.0, 4705.0, 4686.0, 4683.0, 4684.0, 4673.0, 4681.0, 4672.0, 4692.0, 4682.0, 4691.0, 4682.0, 4691.0, 4682.0, 4679.0, 4670.0, 4659.0, 4659.0, 4669.0, 4669.0, 4669.0, 4680.0, 4670.0, 4679.0, 4671.0, 4668.0, 4680.0, 4659.0, 4669.0, 4669.0, 4671.0, 4672.0, 4700.0, 4671.0, 4660.0, 4670.0, 4681.0, 4670.0, 4692.0, 4670.0, 4683.0, 4672.0, 4701.0, 4670.0, 4669.0, 4670.0, 4698.0, 4669.0, 4668.0, 4690.0, 4669.0, 4680.0, 4681.0, 4709.0, 4670.0, 4657.0, 4658.0, 4669.0, 4667.0, 4669.0, 4667.0, 4669.0, 4657.0, 4669.0, 4658.0, 4669.0, 4648.0, 4666.0, 4656.0, 4654.0, 4646.0, 4657.0, 4659.0, 4673.0, 4683.0, 4693.0, 4673.0, 4683.0, 4684.0, 4712.0, 4692.0, 4702.0, 4684.0, 4691.0, 4681.0, 4688.0, 4670.0, 4657.0, 4669.0, 4656.0, 4668.0, 4665.0, 4668.0, 4667.0, 4657.0, 4647.0, 4657.0, 4668.0, 4668.0, 4680.0, 4660.0, 4682.0, 4661.0, 4683.0, 4674.0, 4683.0, 4672.0, 4681.0, 4672.0, 4680.0, 4671.0, 4678.0, 4670.0, 4688.0, 4659.0, 4677.0, 4668.0, 4666.0, 4668.0, 4667.0, 4679.0, 4658.0, 4670.0, 4649.0, 4661.0, 4661.0, 4701.0, 4670.0, 4669.0, 4660.0, 4668.0, 4671.0, 4659.0, 4680.0, 4659.0, 4671.0, 4652.0, 4702.0, 4662.0, 4682.0, 4673.0, 4681.0, 4683.0, 4672.0, 4703.0, 4674.0, 4693.0, 4694.0, 4701.0, 4682.0, 4669.0, 4681.0, 4668.0, 4670.0, 4657.0, 4669.0, 4658.0, 4658.0, 4647.0, 4665.0, 4656.0, 4675.0, 4666.0, 4656.0, 4658.0, 4669.0, 4681.0, 4683.0, 4672.0, 4682.0, 4684.0, 4682.0, 4695.0, 4691.0, 4682.0, 4680.0, 4671.0, 4668.0, 4657.0, 4647.0, 4657.0, 4667.0, 4656.0, 4668.0, 4656.0, 4668.0, 4657.0, 4669.0, 4657.0, 4658.0, 4647.0, 4656.0, 4656.0, 4655.0, 4667.0, 4656.0, 4669.0, 4657.0, 4669.0, 4668.0, 4670.0, 4658.0, 4669.0, 4647.0, 4658.0, 4646.0, 4657.0, 4658.0, 4660.0, 4671.0, 4679.0, 4681.0, 4670.0, 4682.0, 4671.0, 4692.0, 4661.0, 4701.0, 4673.0, 4689.0, 4660.0, 4680.0, 4670.0, 4678.0, 4669.0, 4668.0, 4681.0, 4670.0, 4661.0, 4660.0, 4671.0, 4672.0, 4681.0, 4683.0, 4683.0, 4685.0, 4692.0, 4684.0, 4670.0, 4672.0, 4669.0, 4670.0, 4658.0, 4669.0, 4657.0, 4670.0, 4657.0, 4658.0, 4647.0, 4668.0, 4658.0, 4657.0, 4668.0, 4689.0, 4683.0, 4671.0, 4682.0, 4671.0, 4683.0, 4661.0, 4672.0, 4661.0, 4672.0, 4673.0, 4682.0, 4682.0, 4691.0, 4682.0, 4670.0, 4682.0, 4670.0, 4681.0, 4672.0, 4672.0, 4671.0, 4680.0, 4672.0, 4690.0, 4681.0, 4669.0, 4670.0, 4669.0, 4661.0, 4650.0, 4679.0, 4669.0, 4679.0, 4669.0, 4698.0, 4670.0, 4657.0, 4670.0, 4669.0, 4659.0, 4648.0, 4670.0, 4658.0, 4658.0, 4670.0, 4688.0, 4671.0, 4680.0, 4682.0, 4669.0, 4671.0, 4659.0, 4671.0, 4658.0, 4689.0, 4658.0, 4688.0, 4657.0, 4678.0, 4658.0, 4666.0, 4658.0, 4687.0, 4669.0, 4658.0, 4661.0, 4650.0, 4682.0, 4662.0, 4673.0, 4673.0, 4681.0, 4673.0, 4701.0, 4682.0, 4669.0, 4680.0, 4697.0, 4670.0, 4698.0, 4670.0, 4667.0, 4668.0, 4647.0, 4648.0, 4659.0, 4678.0, 4672.0, 4672.0, 4672.0, 4651.0, 4682.0, 4672.0, 4691.0, 4682.0, 4668.0, 4681.0, 4670.0, 4682.0, 4669.0, 4670.0, 4649.0, 4669.0, 4658.0, 4657.0, 4657.0, 4657.0, 4657.0, 4657.0, 4659.0, 4666.0, 4668.0, 4656.0, 4668.0, 4656.0, 4648.0, 4660.0, 4670.0, 4661.0, 4669.0, 4681.0, 4670.0, 4682.0, 4660.0, 4682.0, 4661.0, 4683.0, 4661.0, 4690.0, 4659.0, 4678.0, 4659.0, 4668.0, 4669.0, 4679.0, 4671.0, 4668.0, 4670.0, 4658.0, 4659.0, 4659.0, 4670.0, 4672.0, 4671.0, 4671.0, 4669.0, 4670.0, 4677.0, 4670.0, 4658.0, 4682.0, 4659.0, 4670.0, 4658.0, 4658.0, 4648.0, 4679.0, 4658.0, 4659.0, 4660.0, 4669.0, 4660.0, 4668.0, 4670.0, 4688.0, 4670.0, 4658.0, 4670.0, 4659.0, 4681.0, 4659.0, 4680.0, 4649.0, 4670.0, 4659.0, 4680.0, 4661.0, 4680.0, 4660.0, 4668.0, 4669.0, 4677.0, 4668.0, 4677.0, 4670.0, 4669.0, 4670.0, 4648.0, 4670.0, 4649.0, 4670.0, 4671.0, 4681.0, 4684.0, 4702.0, 4683.0, 4662.0, 4673.0, 4651.0, 4682.0, 4660.0, 4702.0, 4662.0, 4670.0, 4659.0, 4679.0, 4659.0, 4677.0, 4669.0, 4668.0, 4672.0, 4669.0, 4660.0, 4639.0, 4669.0, 4659.0, 4669.0, 4670.0, 4679.0, 4670.0, 4680.0, 4671.0, 4688.0, 4670.0, 4658.0, 4659.0, 4648.0, 4669.0, 4659.0, 4669.0, 4661.0, 4670.0, 4670.0, 4678.0, 4670.0, 4658.0, 4650.0, 4649.0, 4670.0, 4663.0, 4683.0, 4674.0, 4702.0, 4684.0, 4661.0, 4682.0, 4660.0, 4671.0, 4652.0, 4701.0, 4660.0, 4680.0, 4660.0, 4678.0, 4669.0, 4677.0, 4659.0, 4689.0, 4671.0, 4678.0, 4669.0, 4657.0, 4669.0, 4657.0, 4669.0, 4649.0, 4670.0, 4650.0, 4669.0, 4660.0, 4679.0, 4672.0, 4660.0, 4672.0, 4673.0, 4674.0, 4686.0, 4673.0, 4685.0, 4675.0, 4694.0, 4685.0, 4704.0, 4685.0, 4703.0, 4683.0, 4701.0, 4682.0, 4660.0, 4661.0, 4661.0, 4680.0, 4683.0, 4671.0, 4683.0, 4673.0, 4692.0, 4683.0, 4670.0, 4682.0, 4659.0, 4671.0, 4658.0, 4670.0, 4668.0, 4669.0, 4657.0, 4667.0, 4647.0, 4657.0, 4657.0, 4667.0, 4669.0, 4698.0, 4660.0, 4658.0, 4669.0, 4659.0, 4669.0, 4670.0, 4649.0, 4681.0, 4661.0, 4673.0, 4674.0, 4682.0, 4683.0, 4661.0, 4682.0, 4672.0, 4680.0, 4671.0, 4690.0, 4672.0, 4669.0, 4669.0, 4648.0, 4658.0, 4658.0, 4667.0, 4669.0, 4657.0, 4659.0, 4650.0, 4679.0, 4669.0, 4657.0, 4648.0, 4658.0, 4657.0, 4669.0, 4658.0, 4669.0, 4648.0, 4679.0, 4659.0, 4668.0, 4669.0, 4648.0, 4659.0, 4669.0, 4650.0, 4661.0, 4672.0, 4693.0, 4685.0, 4675.0, 4704.0, 4694.0, 4663.0, 4682.0, 4672.0, 4670.0, 4682.0, 4689.0, 4670.0, 4678.0, 4659.0, 4677.0, 4658.0, 4666.0, 4667.0, 4664.0, 4655.0, 4654.0, 4634.0, 4632.0, 4641.0, 4642.0, 4632.0, 4643.0, 4655.0, 4654.0, 4654.0, 4645.0, 4654.0, 4656.0, 4645.0, 4645.0, 4634.0, 4654.0, 4644.0, 4653.0, 4654.0, 4663.0, 4643.0, 4643.0, 4644.0, 4663.0, 4645.0, 4644.0, 4645.0, 4646.0, 4656.0, 4658.0, 4668.0, 4671.0, 4650.0, 4671.0, 4671.0, 4670.0, 4682.0, 4660.0, 4682.0, 4659.0, 4672.0, 4661.0, 4669.0, 4659.0, 4668.0, 4669.0, 4658.0, 4670.0, 4672.0, 4672.0, 4673.0, 4671.0, 4673.0, 4663.0, 4682.0, 4683.0, 4692.0, 4672.0, 4691.0, 4661.0, 4680.0, 4659.0, 4667.0, 4657.0, 4655.0, 4636.0, 4647.0, 4657.0, 4669.0, 4659.0, 4681.0, 4663.0, 4684.0, 4684.0, 4693.0, 4674.0, 4671.0, 4683.0, 4660.0, 4682.0, 4669.0, 4672.0, 4669.0, 4660.0, 4648.0, 4668.0, 4659.0, 4659.0, 4661.0, 4662.0, 4673.0, 4675.0, 4695.0, 4687.0, 4696.0, 4677.0, 4684.0, 4674.0, 4701.0, 4683.0, 4660.0, 4672.0, 4659.0, 4682.0, 4660.0, 4670.0, 4659.0, 4660.0, 4660.0, 4669.0, 4671.0, 4670.0, 4662.0, 4661.0, 4672.0, 4672.0, 4693.0, 4684.0, 4702.0, 4682.0, 4660.0, 4670.0, 4671.0, 4669.0, 4681.0, 4660.0, 4682.0, 4661.0, 4682.0, 4671.0, 4690.0, 4682.0, 4661.0, 4672.0, 4683.0, 4703.0, 4695.0, 4673.0, 4694.0, 4673.0, 4702.0, 4683.0, 4671.0, 4683.0, 4685.0, 4693.0, 4683.0, 4671.0, 4671.0, 4671.0, 4691.0, 4683.0, 4671.0, 4683.0, 4700.0, 4671.0, 4658.0, 4659.0, 4657.0, 4647.0, 4657.0, 4656.0, 4658.0, 4667.0, 4659.0, 4667.0, 4671.0, 4669.0, 4669.0, 4647.0, 4658.0, 4658.0, 4658.0, 4669.0, 4668.0, 4669.0, 4679.0, 4671.0, 4678.0, 4670.0, 4647.0, 4659.0, 4656.0, 4668.0, 4648.0, 4671.0, 4662.0, 4671.0, 4683.0, 4663.0, 4674.0, 4686.0, 4706.0, 4699.0, 4676.0, 4707.0, 4675.0, 4695.0], 'WindowWidth': [10342.0, 10323.0, 10268.0, 10274.0, 10274.0, 10254.0, 10286.0, 10253.0, 10272.0, 10237.0, 10265.0, 10248.0, 10266.0, 10230.0, 10247.0, 10230.0, 10284.0, 10226.0, 10236.0, 10222.0, 10258.0, 10220.0, 10218.0, 10224.0, 10212.0, 10229.0, 10238.0, 10251.0, 10252.0, 10246.0, 10266.0, 10219.0, 10250.0, 10237.0, 10263.0, 10258.0, 10279.0, 10257.0, 10246.0, 10251.0, 10233.0, 10243.0, 10231.0, 10256.0, 10243.0, 10253.0, 10245.0, 10256.0, 10245.0, 10234.0, 10225.0, 10207.0, 10209.0, 10220.0, 10220.0, 10221.0, 10237.0, 10227.0, 10234.0, 10228.0, 10218.0, 10237.0, 10207.0, 10222.0, 10223.0, 10227.0, 10231.0, 10267.0, 10227.0, 10210.0, 10224.0, 10243.0, 10224.0, 10257.0, 10224.0, 10247.0, 10232.0, 10268.0, 10223.0, 10220.0, 10222.0, 10258.0, 10222.0, 10219.0, 10250.0, 10222.0, 10238.0, 10243.0, 10275.0, 10222.0, 10202.0, 10203.0, 10219.0, 10214.0, 10222.0, 10215.0, 10219.0, 10199.0, 10219.0, 10205.0, 10220.0, 10192.0, 10212.0, 10197.0, 10193.0, 10184.0, 10201.0, 10209.0, 10236.0, 10250.0, 10263.0, 10234.0, 10247.0, 10252.0, 10286.0, 10261.0, 10272.0, 10250.0, 10255.0, 10240.0, 10244.0, 10223.0, 10199.0, 10219.0, 10197.0, 10218.0, 10208.0, 10218.0, 10214.0, 10204.0, 10188.0, 10202.0, 10219.0, 10220.0, 10239.0, 10211.0, 10244.0, 10216.0, 10248.0, 10236.0, 10245.0, 10230.0, 10241.0, 10230.0, 10237.0, 10225.0, 10232.0, 10222.0, 10245.0, 10208.0, 10227.0, 10217.0, 10213.0, 10219.0, 10213.0, 10235.0, 10205.0, 10224.0, 10193.0, 10212.0, 10215.0, 10269.0, 10224.0, 10222.0, 10210.0, 10218.0, 10226.0, 10207.0, 10239.0, 10207.0, 10228.0, 10203.0, 10272.0, 10216.0, 10242.0, 10232.0, 10242.0, 10247.0, 10231.0, 10275.0, 10238.0, 10263.0, 10265.0, 10269.0, 10243.0, 10221.0, 10240.0, 10217.0, 10222.0, 10200.0, 10220.0, 10202.0, 10204.0, 10187.0, 10209.0, 10198.0, 10222.0, 10213.0, 10197.0, 10205.0, 10225.0, 10244.0, 10247.0, 10231.0, 10245.0, 10251.0, 10246.0, 10267.0, 10254.0, 10242.0, 10238.0, 10226.0, 10215.0, 10201.0, 10185.0, 10199.0, 10215.0, 10196.0, 10217.0, 10197.0, 10217.0, 10201.0, 10219.0, 10202.0, 10205.0, 10186.0, 10197.0, 10197.0, 10196.0, 10214.0, 10198.0, 10219.0, 10199.0, 10220.0, 10219.0, 10225.0, 10203.0, 10219.0, 10187.0, 10202.0, 10185.0, 10200.0, 10205.0, 10210.0, 10228.0, 10236.0, 10241.0, 10224.0, 10245.0, 10225.0, 10256.0, 10211.0, 10268.0, 10233.0, 10250.0, 10208.0, 10235.0, 10222.0, 10230.0, 10220.0, 10217.0, 10241.0, 10226.0, 10214.0, 10211.0, 10226.0, 10229.0, 10240.0, 10248.0, 10245.0, 10253.0, 10258.0, 10248.0, 10223.0, 10228.0, 10218.0, 10223.0, 10201.0, 10220.0, 10200.0, 10222.0, 10201.0, 10204.0, 10185.0, 10215.0, 10202.0, 10200.0, 10217.0, 10248.0, 10247.0, 10229.0, 10244.0, 10226.0, 10246.0, 10214.0, 10229.0, 10214.0, 10231.0, 10232.0, 10243.0, 10244.0, 10253.0, 10244.0, 10222.0, 10242.0, 10222.0, 10241.0, 10231.0, 10232.0, 10228.0, 10237.0, 10228.0, 10249.0, 10238.0, 10218.0, 10224.0, 10220.0, 10213.0, 10196.0, 10233.0, 10219.0, 10232.0, 10220.0, 10257.0, 10221.0, 10200.0, 10223.0, 10220.0, 10207.0, 10188.0, 10222.0, 10205.0, 10205.0, 10223.0, 10245.0, 10228.0, 10239.0, 10244.0, 10222.0, 10225.0, 10206.0, 10225.0, 10204.0, 10247.0, 10202.0, 10245.0, 10201.0, 10230.0, 10205.0, 10211.0, 10202.0, 10242.0, 10219.0, 10206.0, 10213.0, 10199.0, 10243.0, 10218.0, 10232.0, 10234.0, 10241.0, 10231.0, 10266.0, 10241.0, 10221.0, 10236.0, 10255.0, 10221.0, 10257.0, 10222.0, 10214.0, 10215.0, 10186.0, 10190.0, 10207.0, 10231.0, 10229.0, 10230.0, 10232.0, 10199.0, 10243.0, 10230.0, 10252.0, 10243.0, 10219.0, 10240.0, 10221.0, 10243.0, 10221.0, 10223.0, 10190.0, 10220.0, 10201.0, 10201.0, 10199.0, 10199.0, 10199.0, 10201.0, 10205.0, 10212.0, 10215.0, 10195.0, 10215.0, 10197.0, 10189.0, 10211.0, 10225.0, 10212.0, 10221.0, 10240.0, 10222.0, 10243.0, 10210.0, 10241.0, 10212.0, 10245.0, 10214.0, 10251.0, 10207.0, 10230.0, 10205.0, 10216.0, 10220.0, 10235.0, 10226.0, 10216.0, 10221.0, 10202.0, 10208.0, 10208.0, 10224.0, 10229.0, 10225.0, 10225.0, 10220.0, 10223.0, 10229.0, 10222.0, 10204.0, 10242.0, 10208.0, 10222.0, 10202.0, 10203.0, 10189.0, 10235.0, 10203.0, 10207.0, 10210.0, 10219.0, 10207.0, 10217.0, 10222.0, 10244.0, 10224.0, 10203.0, 10224.0, 10207.0, 10240.0, 10206.0, 10237.0, 10193.0, 10222.0, 10207.0, 10236.0, 10215.0, 10239.0, 10208.0, 10218.0, 10219.0, 10227.0, 10217.0, 10229.0, 10225.0, 10220.0, 10222.0, 10190.0, 10224.0, 10195.0, 10223.0, 10227.0, 10242.0, 10250.0, 10271.0, 10248.0, 10216.0, 10234.0, 10200.0, 10243.0, 10210.0, 10271.0, 10216.0, 10223.0, 10205.0, 10231.0, 10207.0, 10228.0, 10219.0, 10217.0, 10228.0, 10220.0, 10209.0, 10178.0, 10220.0, 10207.0, 10221.0, 10224.0, 10233.0, 10224.0, 10235.0, 10226.0, 10245.0, 10222.0, 10201.0, 10205.0, 10189.0, 10219.0, 10206.0, 10221.0, 10213.0, 10222.0, 10223.0, 10232.0, 10222.0, 10204.0, 10195.0, 10194.0, 10223.0, 10219.0, 10247.0, 10238.0, 10270.0, 10248.0, 10213.0, 10244.0, 10210.0, 10228.0, 10204.0, 10267.0, 10210.0, 10235.0, 10208.0, 10230.0, 10219.0, 10228.0, 10207.0, 10246.0, 10225.0, 10229.0, 10220.0, 10200.0, 10220.0, 10201.0, 10221.0, 10194.0, 10225.0, 10197.0, 10221.0, 10211.0, 10235.0, 10229.0, 10212.0, 10231.0, 10235.0, 10238.0, 10257.0, 10235.0, 10253.0, 10239.0, 10264.0, 10253.0, 10275.0, 10252.0, 10274.0, 10247.0, 10268.0, 10241.0, 10210.0, 10212.0, 10213.0, 10239.0, 10246.0, 10229.0, 10247.0, 10235.0, 10256.0, 10246.0, 10225.0, 10241.0, 10206.0, 10225.0, 10204.0, 10223.0, 10217.0, 10217.0, 10199.0, 10212.0, 10187.0, 10198.0, 10201.0, 10212.0, 10221.0, 10260.0, 10209.0, 10202.0, 10219.0, 10206.0, 10219.0, 10223.0, 10194.0, 10239.0, 10214.0, 10231.0, 10234.0, 10243.0, 10244.0, 10213.0, 10242.0, 10227.0, 10236.0, 10225.0, 10251.0, 10228.0, 10219.0, 10219.0, 10187.0, 10201.0, 10202.0, 10213.0, 10219.0, 10200.0, 10208.0, 10196.0, 10232.0, 10218.0, 10200.0, 10188.0, 10201.0, 10200.0, 10218.0, 10201.0, 10219.0, 10190.0, 10232.0, 10207.0, 10218.0, 10217.0, 10188.0, 10205.0, 10221.0, 10196.0, 10212.0, 10231.0, 10260.0, 10252.0, 10238.0, 10278.0, 10264.0, 10220.0, 10243.0, 10230.0, 10224.0, 10242.0, 10247.0, 10220.0, 10228.0, 10204.0, 10226.0, 10202.0, 10210.0, 10213.0, 10204.0, 10192.0, 10190.0, 10161.0, 10153.0, 10166.0, 10168.0, 10156.0, 10171.0, 10192.0, 10188.0, 10190.0, 10178.0, 10191.0, 10196.0, 10181.0, 10179.0, 10162.0, 10189.0, 10177.0, 10186.0, 10190.0, 10199.0, 10173.0, 10171.0, 10177.0, 10199.0, 10180.0, 10176.0, 10181.0, 10181.0, 10195.0, 10202.0, 10218.0, 10226.0, 10197.0, 10225.0, 10227.0, 10222.0, 10243.0, 10210.0, 10241.0, 10207.0, 10228.0, 10210.0, 10220.0, 10204.0, 10216.0, 10219.0, 10202.0, 10221.0, 10229.0, 10230.0, 10232.0, 10226.0, 10232.0, 10217.0, 10242.0, 10246.0, 10254.0, 10228.0, 10250.0, 10209.0, 10234.0, 10204.0, 10213.0, 10199.0, 10192.0, 10170.0, 10185.0, 10200.0, 10221.0, 10208.0, 10241.0, 10220.0, 10249.0, 10249.0, 10258.0, 10233.0, 10227.0, 10245.0, 10209.0, 10240.0, 10219.0, 10227.0, 10218.0, 10208.0, 10188.0, 10216.0, 10207.0, 10206.0, 10213.0, 10216.0, 10233.0, 10238.0, 10266.0, 10260.0, 10270.0, 10244.0, 10247.0, 10234.0, 10267.0, 10245.0, 10207.0, 10226.0, 10204.0, 10241.0, 10206.0, 10222.0, 10203.0, 10207.0, 10206.0, 10218.0, 10226.0, 10221.0, 10214.0, 10211.0, 10228.0, 10228.0, 10257.0, 10248.0, 10269.0, 10243.0, 10209.0, 10222.0, 10226.0, 10219.0, 10238.0, 10210.0, 10243.0, 10213.0, 10243.0, 10226.0, 10251.0, 10241.0, 10212.0, 10230.0, 10245.0, 10273.0, 10266.0, 10234.0, 10262.0, 10233.0, 10269.0, 10246.0, 10227.0, 10248.0, 10252.0, 10258.0, 10244.0, 10223.0, 10225.0, 10226.0, 10252.0, 10245.0, 10225.0, 10245.0, 10263.0, 10224.0, 10203.0, 10204.0, 10197.0, 10186.0, 10199.0, 10196.0, 10202.0, 10211.0, 10204.0, 10213.0, 10223.0, 10218.0, 10219.0, 10186.0, 10201.0, 10202.0, 10201.0, 10218.0, 10215.0, 10220.0, 10234.0, 10225.0, 10231.0, 10221.0, 10185.0, 10205.0, 10196.0, 10216.0, 10190.0, 10224.0, 10215.0, 10228.0, 10247.0, 10220.0, 10237.0, 10258.0, 10285.0, 10279.0, 10242.0, 10286.0, 10239.0, 10264.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.0002233333333333333</td></tr>
<tr><td colspan=3>aqi</td><td>0.020409559540229886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.748914887629475</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213380634741083</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9828363649827385</td></tr>
<tr><td colspan=3>efc</td><td>0.4889</td></tr>
<tr><td colspan=3>fber</td><td>5748.0854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07272401701652918</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5705769627209487</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4975783040894566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8221044781703317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3920481059030583</td></tr>
<tr><td colspan=3>gcor</td><td>0.00910529</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015498495660722256</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033070266246795654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9786029830001923</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>34.3049</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.7284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.974</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5135</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.4267</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3816.2228</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.9177</td></tr>
<tr><td colspan=3>tsnr</td><td>44.02627397188917</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>