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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0088_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0088_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d3d7b55384073e1feb23c81366033fe6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:25:37.422500</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.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0856444</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>abc76bd6-86fb-4823-81bf-735d156d2205||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.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['152537.422500', '152537.882500', '152538.342500', '152538.802500', '152539.262500', '152539.722500', '152540.182500', '152540.642500', '152541.102500', '152541.562500', '152542.022500', '152542.482500', '152542.942500', '152543.402500', '152543.862500', '152544.322500', '152544.782500', '152545.242500', '152545.702500', '152546.162500', '152546.622500', '152547.082500', '152547.542500', '152548.002500', '152548.462500', '152548.922500', '152549.382500', '152549.842500', '152550.302500', '152550.762500', '152551.222500', '152551.682500', '152552.142500', '152552.602500', '152553.062500', '152553.522500', '152553.982500', '152554.442500', '152554.902500', '152555.362500', '152555.822500', '152556.282500', '152556.742500', '152557.202500', '152557.662500', '152558.122500', '152558.582500', '152559.042500', '152559.502500', '152559.962500', '152600.422500', '152600.882500', '152601.342500', '152601.802500', '152602.262500', '152602.722500', '152603.182500', '152603.642500', '152604.102500', '152604.562500', '152605.022500', '152605.482500', '152605.942500', '152606.402500', '152606.862500', '152607.322500', '152607.782500', '152608.242500', '152608.702500', '152609.162500', '152609.622500', '152610.082500', '152610.542500', '152611.002500', '152611.462500', '152611.922500', '152612.382500', '152612.842500', '152613.302500', '152613.762500', '152614.222500', '152614.682500', '152615.142500', '152615.602500', '152616.062500', '152616.522500', '152616.982500', '152617.442500', '152617.902500', '152618.362500', '152618.822500', '152619.282500', '152619.742500', '152620.202500', '152620.662500', '152621.122500', '152621.582500', '152622.042500', '152622.502500', '152622.962500', '152623.422500', '152623.882500', '152624.342500', '152624.802500', '152625.262500', '152625.722500', '152626.182500', '152626.642500', '152627.102500', '152627.562500', '152628.022500', '152628.482500', '152628.942500', '152629.402500', '152629.862500', '152630.322500', '152630.782500', '152631.242500', '152631.702500', '152632.162500', '152632.622500', '152633.082500', '152633.542500', '152634.002500', '152634.462500', '152634.922500', '152635.382500', '152635.842500', '152636.302500', '152636.762500', '152637.222500', '152637.682500', '152638.142500', '152638.602500', '152639.062500', '152639.522500', '152639.982500', '152640.442500', '152640.902500', '152641.362500', '152641.822500', '152642.282500', '152642.742500', '152643.202500', '152643.662500', '152644.122500', '152644.582500', '152645.042500', '152645.502500', '152645.962500', '152646.422500', '152646.882500', '152647.342500', '152647.802500', '152648.262500', '152648.722500', '152649.182500', '152649.642500', '152650.102500', '152650.562500', '152651.022500', '152651.482500', '152651.942500', '152652.402500', '152652.862500', '152653.322500', '152653.782500', '152654.242500', '152654.702500', '152655.162500', '152655.622500', '152656.082500', '152656.542500', '152657.002500', '152657.462500', '152657.922500', '152658.382500', '152658.842500', '152659.302500', '152659.762500', '152700.222500', '152700.682500', '152701.142500', '152701.602500', '152702.062500', '152702.522500', '152702.982500', '152703.442500', '152703.902500', '152704.362500', '152704.822500', '152705.282500', '152705.742500', '152706.202500', '152706.662500', '152707.122500', '152707.582500', '152708.042500', '152708.502500', '152708.962500', '152709.422500', '152709.882500', '152710.342500', '152710.802500', '152711.262500', '152711.722500', '152712.182500', '152712.642500', '152713.102500', '152713.562500', '152714.022500', '152714.482500', '152714.942500', '152715.402500', '152715.862500', '152716.322500', '152716.782500', '152717.242500', '152717.702500', '152718.162500', '152718.622500', '152719.082500', '152719.542500', '152720.002500', '152720.462500', '152720.922500', '152721.382500', '152721.842500', '152722.302500', '152722.762500', '152723.222500', '152723.682500', '152724.142500', '152724.602500', '152725.062500', '152725.522500', '152725.982500', '152726.442500', '152726.902500', '152727.362500', '152727.822500', '152728.282500', '152728.742500', '152729.202500', '152729.662500', '152730.122500', '152730.582500', '152731.042500', '152731.502500', '152731.962500', '152732.422500', '152732.882500', '152733.342500', '152733.802500', '152734.262500', '152734.722500', '152735.182500', '152735.642500', '152736.102500', '152736.562500', '152737.022500', '152737.482500', '152737.942500', '152738.402500', '152738.862500', '152739.322500', '152739.782500', '152740.242500', '152740.702500', '152741.162500', '152741.622500', '152742.082500', '152742.542500', '152743.002500', '152743.462500', '152743.922500', '152744.382500', '152744.842500', '152745.302500', '152745.762500', '152746.222500', '152746.682500', '152747.142500', '152747.602500', '152748.062500', '152748.522500', '152748.982500', '152749.442500', '152749.902500', '152750.362500', '152750.822500', '152751.282500', '152751.742500', '152752.202500', '152752.662500', '152753.122500', '152753.582500', '152754.042500', '152754.502500', '152754.962500', '152755.422500', '152755.882500', '152756.342500', '152756.802500', '152757.262500', '152757.722500', '152758.182500', '152758.642500', '152759.102500', '152759.562500', '152800.022500', '152800.482500', '152800.942500', '152801.402500', '152801.862500', '152802.322500', '152802.782500', '152803.242500', '152803.702500', '152804.162500', '152804.622500', '152805.082500', '152805.542500', '152806.002500', '152806.462500', '152806.922500', '152807.382500', '152807.842500', '152808.302500', '152808.762500', '152809.222500', '152809.682500', '152810.142500', '152810.602500', '152811.062500', '152811.522500', '152811.982500', '152812.442500', '152812.902500', '152813.362500', '152813.822500', '152814.282500', '152814.742500', '152815.202500', '152815.662500', '152816.122500', '152816.582500', '152817.042500', '152817.502500', '152817.962500', '152818.422500', '152818.882500', '152819.342500', '152819.802500', '152820.262500', '152820.722500', '152821.182500', '152821.642500', '152822.102500', '152822.562500', '152823.022500', '152823.482500', '152823.942500', '152824.402500', '152824.862500', '152825.322500', '152825.782500', '152826.242500', '152826.702500', '152827.162500', '152827.622500', '152828.082500', '152828.542500', '152829.002500', '152829.462500', '152829.922500', '152830.382500', '152830.842500', '152831.302500', '152831.762500', '152832.222500', '152832.682500', '152833.142500', '152833.602500', '152834.062500', '152834.522500', '152834.982500', '152835.442500', '152835.902500', '152836.362500', '152836.822500', '152837.282500', '152837.742500', '152838.202500', '152838.662500', '152839.122500', '152839.582500', '152840.042500', '152840.502500', '152840.962500', '152841.422500', '152841.882500', '152842.342500', '152842.802500', '152843.262500', '152843.722500', '152844.182500', '152844.642500', '152845.102500', '152845.562500', '152846.022500', '152846.482500', '152846.942500', '152847.402500', '152847.862500', '152848.322500', '152848.782500', '152849.242500', '152849.702500', '152850.162500', '152850.622500', '152851.082500', '152851.542500', '152852.002500', '152852.462500', '152852.922500', '152853.382500', '152853.842500', '152854.302500', '152854.762500', '152855.222500', '152855.682500', '152856.142500', '152856.602500', '152857.062500', '152857.522500', '152857.982500', '152858.442500', '152858.902500', '152859.362500', '152859.822500', '152900.282500', '152900.742500', '152901.202500', '152901.662500', '152902.122500', '152902.582500', '152903.042500', '152903.502500', '152903.962500', '152904.422500', '152904.882500', '152905.342500', '152905.802500', '152906.262500', '152906.722500', '152907.182500', '152907.642500', '152908.102500', '152908.562500', '152909.022500', '152909.482500', '152909.942500', '152910.402500', '152910.862500', '152911.322500', '152911.782500', '152912.242500', '152912.702500', '152913.162500', '152913.622500', '152914.082500', '152914.542500', '152915.002500', '152915.462500', '152915.922500', '152916.382500', '152916.842500', '152917.302500', '152917.762500', '152918.222500', '152918.682500', '152919.142500', '152919.602500', '152920.062500', '152920.522500', '152920.982500', '152921.442500', '152921.902500', '152922.362500', '152922.822500', '152923.282500', '152923.742500', '152924.202500', '152924.662500', '152925.122500', '152925.582500', '152926.042500', '152926.502500', '152926.962500', '152927.422500', '152927.882500', '152928.342500', '152928.802500', '152929.262500', '152929.722500', '152930.182500', '152930.642500', '152931.102500', '152931.562500', '152932.022500', '152932.482500', '152932.942500', '152933.402500', '152933.862500', '152934.322500', '152934.782500', '152935.242500', '152935.702500', '152936.162500', '152936.622500', '152937.082500', '152937.542500', '152938.002500', '152938.462500', '152938.922500', '152939.382500', '152939.842500', '152940.302500', '152940.762500', '152941.222500', '152941.682500', '152942.142500', '152942.602500', '152943.062500', '152943.522500', '152943.982500', '152944.442500', '152944.902500', '152945.362500', '152945.822500', '152946.282500', '152946.742500', '152947.202500', '152947.662500', '152948.122500', '152948.582500', '152949.042500', '152949.502500', '152949.962500', '152950.422500', '152950.882500', '152951.342500', '152951.802500', '152952.262500', '152952.722500', '152953.182500', '152953.642500', '152954.102500', '152954.562500', '152955.022500', '152955.482500', '152955.942500', '152956.402500', '152956.862500', '152957.322500', '152957.782500', '152958.242500', '152958.702500', '152959.162500', '152959.622500', '153000.082500', '153000.542500', '153001.002500', '153001.462500', '153001.922500', '153002.382500', '153002.842500', '153003.302500', '153003.762500', '153004.222500', '153004.682500', '153005.142500', '153005.602500', '153006.062500', '153006.522500', '153006.982500', '153007.442500', '153007.902500', '153008.362500', '153008.822500', '153009.282500', '153009.742500', '153010.202500', '153010.662500', '153011.122500', '153011.582500', '153012.042500', '153012.502500', '153012.962500', '153013.422500', '153013.882500', '153014.342500', '153014.802500', '153015.262500', '153015.722500', '153016.182500', '153016.642500', '153017.102500', '153017.562500', '153018.022500', '153018.482500', '153018.942500', '153019.402500', '153019.862500', '153020.322500', '153020.782500', '153021.242500', '153021.702500', '153022.162500', '153022.622500', '153023.082500', '153023.542500', '153024.002500', '153024.462500', '153024.922500', '153025.382500', '153025.842500', '153026.302500', '153026.762500', '153027.222500', '153027.682500', '153028.142500', '153028.602500', '153029.062500', '153029.522500', '153029.982500', '153030.442500', '153030.902500', '153031.362500', '153031.822500', '153032.282500', '153032.742500', '153033.202500', '153033.662500', '153034.122500', '153034.582500', '153035.042500', '153035.502500', '153035.962500', '153036.422500', '153036.882500', '153037.342500', '153037.802500', '153038.262500', '153038.722500', '153039.182500', '153039.642500', '153040.102500', '153040.562500', '153041.022500', '153041.482500', '153041.942500', '153042.402500', '153042.862500', '153043.322500', '153043.782500', '153044.242500', '153044.702500', '153045.162500', '153045.622500', '153046.082500', '153046.542500', '153047.002500', '153047.462500', '153047.922500', '153048.382500', '153048.842500', '153049.302500', '153049.762500', '153050.222500', '153050.682500', '153051.142500', '153051.602500', '153052.062500', '153052.522500', '153052.982500', '153053.442500', '153053.902500', '153054.362500', '153054.822500', '153055.282500', '153055.742500', '153056.202500', '153056.662500', '153057.122500', '153057.582500', '153058.042500', '153058.502500', '153058.962500', '153059.422500', '153059.882500', '153100.342500', '153100.802500', '153101.262500', '153101.722500', '153102.182500', '153102.642500', '153103.102500', '153103.562500', '153104.022500', '153104.482500', '153104.942500', '153105.402500', '153105.862500', '153106.322500', '153106.782500', '153107.242500', '153107.702500', '153108.162500', '153108.622500', '153109.082500', '153109.542500', '153110.002500', '153110.462500', '153110.922500', '153111.382500', '153111.842500', '153112.302500', '153112.762500', '153113.222500', '153113.682500', '153114.142500', '153114.602500', '153115.062500', '153115.522500', '153115.982500', '153116.442500', '153116.902500', '153117.362500', '153117.822500', '153118.282500', '153118.742500', '153119.202500', '153119.662500', '153120.122500', '153120.582500', '153121.042500', '153121.502500', '153121.962500', '153122.422500', '153122.882500', '153123.342500', '153123.802500', '153124.262500', '153124.722500', '153125.182500', '153125.642500', '153126.102500', '153126.562500', '153127.022500', '153127.482500', '153127.942500', '153128.402500', '153128.862500', '153129.322500', '153129.782500', '153130.242500', '153130.702500', '153131.162500', '153131.622500', '153132.082500', '153132.542500', '153133.002500', '153133.462500', '153133.922500', '153134.382500', '153134.842500', '153135.302500', '153135.762500', '153136.222500', '153136.682500', '153137.142500', '153137.602500', '153138.062500', '153138.522500', '153138.982500', '153139.442500', '153139.902500', '153140.362500', '153140.822500', '153141.282500', '153141.742500', '153142.202500', '153142.662500', '153143.122500', '153143.582500', '153144.042500', '153144.502500', '153144.962500', '153145.422500', '153145.882500', '153146.342500', '153146.802500', '153147.262500', '153147.722500', '153148.182500', '153148.642500', '153149.102500', '153149.562500', '153150.022500', '153150.482500', '153150.942500', '153151.402500', '153151.862500', '153152.322500', '153152.782500', '153153.242500', '153153.702500', '153154.162500', '153154.622500', '153155.082500', '153155.542500', '153156.002500', '153156.462500', '153156.922500', '153157.382500', '153157.842500', '153158.302500', '153158.762500', '153159.222500', '153159.682500', '153200.142500', '153200.602500', '153201.062500', '153201.522500', '153201.982500', '153202.442500', '153202.902500', '153203.362500', '153203.822500', '153204.282500', '153204.742500', '153205.202500', '153205.662500', '153206.122500', '153206.582500', '153207.042500', '153207.502500', '153207.962500', '153208.422500', '153208.882500', '153209.342500', '153209.802500', '153210.262500', '153210.722500', '153211.182500', '153211.642500', '153212.102500', '153212.562500', '153213.022500', '153213.482500', '153213.942500', '153214.402500', '153214.862500', '153215.322500', '153215.782500', '153216.242500', '153216.702500', '153217.162500', '153217.622500', '153218.082500'], 'ContentTime': ['152604.773000', '152604.776000', '152604.778000', '152604.781000', '152604.784000', '152604.786000', '152604.789000', '152604.791000', '152604.794000', '152604.797000', '152604.799000', '152604.802000', '152604.805000', '152604.807000', '152604.810000', '152604.813000', '152604.815000', '152604.818000', '152604.820000', '152604.828000', '152604.831000', '152604.833000', '152604.836000', '152604.838000', '152604.841000', '152604.844000', '152604.846000', '152604.849000', '152604.851000', '152604.854000', '152604.857000', '152604.859000', '152604.862000', '152604.864000', '152604.867000', '152604.869000', '152604.872000', '152604.875000', '152604.877000', '152604.880000', '152604.882000', '152604.885000', '152604.887000', '152604.890000', '152604.893000', '152604.895000', '152604.898000', '152604.900000', '152604.903000', '152604.905000', '152604.908000', '152604.911000', '152604.913000', '152604.916000', '152604.924000', '152604.927000', '152604.929000', '152624.743000', '152624.746000', '152624.749000', '152624.753000', '152624.755000', '152624.758000', '152624.761000', '152624.763000', '152624.766000', '152624.768000', '152624.771000', '152624.773000', '152624.776000', '152624.779000', '152624.781000', '152624.784000', '152624.787000', '152624.789000', '152624.792000', '152624.794000', '152624.797000', '152624.800000', '152624.802000', '152624.805000', '152624.807000', '152624.810000', '152624.812000', '152624.815000', '152624.818000', '152624.820000', '152624.823000', '152624.826000', '152624.828000', '152624.831000', '152624.833000', '152624.836000', '152624.838000', '152624.841000', '152624.843000', '152624.846000', '152624.848000', '152624.851000', '152624.854000', '152624.856000', '152644.743000', '152644.746000', '152644.749000', '152644.752000', '152644.754000', '152644.757000', '152644.759000', '152644.762000', '152644.765000', '152644.773000', '152644.775000', '152644.778000', '152644.781000', '152644.783000', '152644.786000', '152644.788000', '152644.791000', '152644.794000', '152644.796000', '152644.799000', '152644.801000', '152644.804000', '152644.807000', '152644.809000', '152644.812000', '152644.814000', '152644.817000', '152644.820000', '152644.822000', '152644.825000', '152644.827000', '152644.830000', '152644.832000', '152644.835000', '152644.837000', '152644.840000', '152644.843000', '152644.845000', '152644.848000', '152644.850000', '152644.853000', '152644.855000', '152644.858000', '152704.742000', '152704.745000', '152704.748000', '152704.750000', '152704.753000', '152704.757000', '152704.760000', '152704.762000', '152704.765000', '152704.768000', '152704.770000', '152704.793000', '152704.795000', '152704.798000', '152704.801000', '152704.803000', '152704.806000', '152704.808000', '152704.811000', '152704.814000', '152704.816000', '152704.819000', '152704.822000', '152704.824000', '152704.827000', '152704.829000', '152704.832000', '152704.835000', '152704.837000', '152704.840000', '152704.842000', '152704.845000', '152704.847000', '152704.850000', '152704.852000', '152704.855000', '152704.858000', '152704.860000', '152704.863000', '152704.865000', '152704.868000', '152704.871000', '152704.873000', '152704.876000', '152724.742000', '152724.745000', '152724.748000', '152724.750000', '152724.753000', '152724.756000', '152724.758000', '152724.761000', '152724.763000', '152724.766000', '152724.768000', '152724.771000', '152724.774000', '152724.776000', '152724.779000', '152724.781000', '152724.784000', '152724.786000', '152724.789000', '152724.792000', '152724.794000', '152724.797000', '152724.846000', '152724.848000', '152724.851000', '152724.853000', '152724.856000', '152724.859000', '152724.861000', '152724.864000', '152724.866000', '152724.869000', '152724.871000', '152724.874000', '152724.877000', '152724.879000', '152724.882000', '152724.884000', '152724.887000', '152724.890000', '152724.892000', '152724.895000', '152724.897000', '152744.743000', '152744.745000', '152744.748000', '152744.751000', '152744.753000', '152744.756000', '152744.758000', '152744.761000', '152744.764000', '152744.766000', '152744.769000', '152744.771000', '152744.774000', '152744.777000', '152744.779000', '152744.782000', '152744.787000', '152744.790000', '152744.793000', '152744.795000', '152744.798000', '152744.846000', '152744.848000', '152744.851000', '152744.853000', '152744.856000', '152744.859000', '152744.861000', '152744.864000', '152744.866000', '152744.869000', '152744.871000', '152744.874000', '152744.877000', '152744.879000', '152744.882000', '152744.884000', '152744.887000', '152744.890000', '152744.892000', '152744.895000', '152744.897000', '152744.900000', '152744.903000', '152804.742000', '152804.745000', '152804.748000', '152804.750000', '152804.753000', '152804.756000', '152804.758000', '152804.761000', '152804.763000', '152804.766000', '152804.769000', '152804.771000', '152804.774000', '152804.776000', '152804.779000', '152804.782000', '152804.784000', '152804.787000', '152804.789000', '152804.792000', '152804.795000', '152804.797000', '152804.800000', '152804.871000', '152804.873000', '152804.876000', '152804.879000', '152804.881000', '152804.884000', '152804.886000', '152804.889000', '152804.891000', '152804.894000', '152804.897000', '152804.899000', '152804.902000', '152804.904000', '152804.907000', '152804.910000', '152804.912000', '152804.915000', '152804.917000', '152804.920000', '152824.742000', '152824.745000', '152824.748000', '152824.751000', '152824.754000', '152824.757000', '152824.759000', '152824.762000', '152824.765000', '152824.767000', '152824.770000', '152824.772000', '152824.775000', '152824.778000', '152824.780000', '152824.783000', '152824.785000', '152824.788000', '152824.790000', '152824.793000', '152824.797000', '152824.800000', '152824.827000', '152824.829000', '152824.832000', '152824.834000', '152824.837000', '152824.840000', '152824.842000', '152824.845000', '152824.847000', '152824.850000', '152824.852000', '152824.855000', '152824.858000', '152824.860000', '152824.863000', '152824.866000', '152824.868000', '152824.871000', '152824.873000', '152824.876000', '152824.878000', '152844.743000', '152844.746000', '152844.749000', '152844.751000', '152844.754000', '152844.757000', '152844.759000', '152844.782000', '152844.785000', '152844.787000', '152844.790000', '152844.792000', '152844.795000', '152844.797000', '152844.800000', '152844.803000', '152844.805000', '152844.808000', '152844.810000', '152844.813000', '152844.816000', '152844.818000', '152844.821000', '152844.823000', '152844.826000', '152844.829000', '152844.831000', '152844.834000', '152844.836000', '152844.839000', '152844.842000', '152844.844000', '152844.847000', '152844.849000', '152844.852000', '152844.855000', '152844.857000', '152844.860000', '152844.862000', '152844.865000', '152844.867000', '152844.870000', '152844.872000', '152844.875000', '152904.743000', '152904.746000', '152904.749000', '152904.751000', '152904.754000', '152904.757000', '152904.759000', '152904.762000', '152904.764000', '152904.767000', '152904.769000', '152904.772000', '152904.775000', '152904.777000', '152904.780000', '152904.782000', '152904.785000', '152904.788000', '152904.790000', '152904.793000', '152904.795000', '152904.798000', '152904.844000', '152904.846000', '152904.849000', '152904.851000', '152904.854000', '152904.856000', '152904.859000', '152904.862000', '152904.864000', '152904.867000', '152904.869000', '152904.872000', '152904.875000', '152904.877000', '152904.880000', '152904.883000', '152904.885000', '152904.888000', '152904.891000', '152904.893000', '152904.896000', '152924.743000', '152924.746000', '152924.748000', '152924.751000', '152924.753000', '152924.756000', '152924.758000', '152924.761000', '152924.764000', '152924.766000', '152924.769000', '152924.771000', '152924.774000', '152924.776000', '152924.779000', '152924.782000', '152924.784000', '152924.787000', '152924.789000', '152924.792000', '152924.795000', '152924.797000', '152924.800000', '152924.802000', '152924.805000', '152924.808000', '152924.810000', '152924.813000', '152924.815000', '152924.818000', '152924.820000', '152924.823000', '152924.826000', '152924.828000', '152924.831000', '152924.833000', '152924.836000', '152924.839000', '152924.841000', '152924.844000', '152924.847000', '152924.849000', '152924.852000', '152924.854000', '152944.742000', '152944.745000', '152944.748000', '152944.750000', '152944.753000', '152944.756000', '152944.758000', '152944.761000', '152944.763000', '152944.766000', '152944.769000', '152944.771000', '152944.774000', '152944.776000', '152944.779000', '152944.782000', '152944.784000', '152944.787000', '152944.797000', '152944.800000', '152944.875000', '152944.878000', '152944.881000', '152944.883000', '152944.886000', '152944.888000', '152944.891000', '152944.894000', '152944.896000', '152944.899000', '152944.901000', '152944.904000', '152944.907000', '152944.909000', '152944.912000', '152944.915000', '152944.917000', '152944.920000', '152944.922000', '152944.925000', '152944.928000', '152944.930000', '152944.933000', '153004.742000', '153004.745000', '153004.748000', '153004.751000', '153004.753000', '153004.756000', '153004.758000', '153004.761000', '153004.763000', '153004.766000', '153004.769000', '153004.771000', '153004.774000', '153004.776000', '153004.779000', '153004.781000', '153004.784000', '153004.787000', '153004.789000', '153004.792000', '153004.794000', '153004.797000', '153004.800000', '153004.803000', '153004.805000', '153004.808000', '153004.810000', '153004.813000', '153004.815000', '153004.818000', '153004.821000', '153004.823000', '153004.847000', '153004.849000', '153004.852000', '153004.854000', '153004.857000', '153004.859000', '153004.862000', '153004.864000', '153004.867000', '153004.870000', '153004.872000', '153004.875000', '153024.743000', '153024.746000', '153024.748000', '153024.751000', '153024.753000', '153024.756000', '153024.759000', '153024.761000', '153024.764000', '153024.766000', '153024.769000', '153024.772000', '153024.774000', '153024.777000', '153024.779000', '153024.782000', '153024.784000', '153024.787000', '153024.790000', '153024.792000', '153024.795000', '153024.797000', '153024.859000', '153024.862000', '153024.864000', '153024.867000', '153024.870000', '153024.872000', '153024.875000', '153024.877000', '153024.880000', '153024.882000', '153024.885000', '153024.888000', '153024.890000', '153024.893000', '153024.896000', '153024.898000', '153024.901000', '153024.903000', '153024.906000', '153024.908000', '153024.911000', '153044.742000', '153044.745000', '153044.748000', '153044.751000', '153044.753000', '153044.756000', '153044.758000', '153044.761000', '153044.763000', '153044.766000', '153044.769000', '153044.771000', '153044.774000', '153044.777000', '153044.779000', '153044.782000', '153044.784000', '153044.787000', '153044.790000', '153044.792000', '153044.795000', '153044.798000', '153044.800000', '153044.844000', '153044.847000', '153044.850000', '153044.852000', '153044.855000', '153044.858000', '153044.860000', '153044.863000', '153044.865000', '153044.868000', '153044.870000', '153044.873000', '153044.876000', '153044.878000', '153044.881000', '153044.883000', '153044.886000', '153044.888000', '153044.891000', '153044.894000', '153044.896000', '153104.744000', '153104.746000', '153104.749000', '153104.752000', '153104.754000', '153104.757000', '153104.759000', '153104.762000', '153104.765000', '153104.767000', '153104.770000', '153104.772000', '153104.775000', '153104.777000', '153104.780000', '153104.783000', '153104.785000', '153104.788000', '153104.791000', '153104.793000', '153104.796000', '153104.798000', '153104.840000', '153104.842000', '153104.845000', '153104.848000', '153104.850000', '153104.853000', '153104.855000', '153104.858000', '153104.861000', '153104.863000', '153104.866000', '153104.868000', '153104.871000', '153104.874000', '153104.877000', '153104.880000', '153104.882000', '153104.885000', '153104.888000', '153104.890000', '153104.893000', '153124.744000', '153124.747000', '153124.749000', '153124.752000', '153124.754000', '153124.757000', '153124.760000', '153124.762000', '153124.765000', '153124.767000', '153124.770000', '153124.773000', '153124.775000', '153124.778000', '153124.780000', '153124.783000', '153124.786000', '153124.788000', '153124.791000', '153124.793000', '153124.796000', '153124.799000', '153124.862000', '153124.864000', '153124.867000', '153124.869000', '153124.872000', '153124.874000', '153124.877000', '153124.880000', '153124.882000', '153124.885000', '153124.888000', '153124.890000', '153124.893000', '153124.895000', '153124.898000', '153124.900000', '153124.903000', '153124.905000', '153124.908000', '153124.911000', '153124.919000', '153124.922000', '153144.742000', '153144.745000', '153144.748000', '153144.750000', '153144.753000', '153144.756000', '153144.758000', '153144.761000', '153144.764000', '153144.766000', '153144.769000', '153144.771000', '153144.774000', '153144.776000', '153144.779000', '153144.782000', '153144.784000', '153144.787000', '153144.789000', '153144.792000', '153144.794000', '153144.797000', '153144.841000', '153144.843000', '153144.846000', '153144.849000', '153144.851000', '153144.854000', '153144.856000', '153144.859000', '153144.862000', '153144.864000', '153144.867000', '153144.869000', '153144.872000', '153144.874000', '153144.877000', '153144.880000', '153144.882000', '153144.885000', '153144.887000', '153144.890000', '153144.893000', '153204.743000', '153204.745000', '153204.748000', '153204.751000', '153204.753000', '153204.756000', '153204.758000', '153204.761000', '153204.764000', '153204.766000', '153204.769000', '153204.772000', '153204.775000', '153204.777000', '153204.780000', '153204.782000', '153204.785000', '153204.787000', '153204.790000', '153204.793000', '153204.795000', '153204.798000', '153204.843000', '153204.845000', '153204.848000', '153204.851000', '153204.853000', '153204.856000', '153204.858000', '153204.861000', '153204.863000', '153204.866000', '153204.869000', '153204.871000', '153204.874000', '153204.876000', '153204.879000', '153204.882000', '153204.884000', '153204.887000', '153204.889000', '153204.892000', '153204.895000', '153219.344000', '153219.347000', '153219.349000', '153219.352000', '153219.355000', '153219.358000', '153219.361000', '153219.363000', '153219.366000', '153219.369000', '153219.372000', '153219.375000', '153219.378000', '153219.381000', '153219.384000', '153219.386000', '153219.389000', '153219.392000', '153219.394000', '153219.397000', '153219.400000', '153219.402000', '153219.405000', '153219.408000', '153219.410000', '153219.413000', '153219.416000', '153219.419000', '153219.422000', '153219.424000', '153219.427000', '153219.430000', '153219.433000'], 'InstanceCreationTime': ['152604.773000', '152604.776000', '152604.778000', '152604.781000', '152604.784000', '152604.786000', '152604.789000', '152604.791000', '152604.794000', '152604.797000', '152604.799000', '152604.802000', '152604.805000', '152604.807000', '152604.810000', '152604.813000', '152604.815000', '152604.818000', '152604.820000', '152604.828000', '152604.831000', '152604.833000', '152604.836000', '152604.838000', '152604.841000', '152604.844000', '152604.846000', '152604.849000', '152604.851000', '152604.854000', '152604.857000', '152604.859000', '152604.862000', '152604.864000', '152604.867000', '152604.869000', '152604.872000', '152604.875000', '152604.877000', '152604.880000', '152604.882000', '152604.885000', '152604.887000', '152604.890000', '152604.893000', '152604.895000', '152604.898000', '152604.900000', '152604.903000', '152604.905000', '152604.908000', '152604.911000', '152604.913000', '152604.916000', '152604.924000', '152604.927000', '152604.929000', '152624.743000', '152624.746000', '152624.749000', '152624.753000', '152624.755000', '152624.758000', '152624.761000', '152624.763000', '152624.766000', '152624.768000', '152624.771000', '152624.773000', '152624.776000', '152624.779000', '152624.781000', '152624.784000', '152624.787000', '152624.789000', '152624.792000', '152624.794000', '152624.797000', '152624.800000', '152624.802000', '152624.805000', '152624.807000', '152624.810000', '152624.812000', '152624.815000', '152624.818000', '152624.820000', '152624.823000', '152624.826000', '152624.828000', '152624.831000', '152624.833000', '152624.836000', '152624.838000', '152624.841000', '152624.843000', '152624.846000', '152624.848000', '152624.851000', '152624.854000', '152624.856000', '152644.743000', '152644.746000', '152644.749000', '152644.752000', '152644.754000', '152644.757000', '152644.759000', '152644.762000', '152644.765000', '152644.773000', '152644.775000', '152644.778000', '152644.781000', '152644.783000', '152644.786000', '152644.788000', '152644.791000', '152644.794000', '152644.796000', '152644.799000', '152644.801000', '152644.804000', '152644.807000', '152644.809000', '152644.812000', '152644.814000', '152644.817000', '152644.820000', '152644.822000', '152644.825000', '152644.827000', '152644.830000', '152644.832000', '152644.835000', '152644.837000', '152644.840000', '152644.843000', '152644.845000', '152644.848000', '152644.850000', '152644.853000', '152644.855000', '152644.858000', '152704.742000', '152704.745000', '152704.748000', '152704.750000', '152704.753000', '152704.757000', '152704.760000', '152704.762000', '152704.765000', '152704.768000', '152704.770000', '152704.793000', '152704.795000', '152704.798000', '152704.801000', '152704.803000', '152704.806000', '152704.808000', '152704.811000', '152704.814000', '152704.816000', '152704.819000', '152704.822000', '152704.824000', '152704.827000', '152704.829000', '152704.832000', '152704.835000', '152704.837000', '152704.840000', '152704.842000', '152704.845000', '152704.847000', '152704.850000', '152704.852000', '152704.855000', '152704.858000', '152704.860000', '152704.863000', '152704.865000', '152704.868000', '152704.871000', '152704.873000', '152704.876000', '152724.742000', '152724.745000', '152724.748000', '152724.750000', '152724.753000', '152724.756000', '152724.758000', '152724.761000', '152724.763000', '152724.766000', '152724.768000', '152724.771000', '152724.774000', '152724.776000', '152724.779000', '152724.781000', '152724.784000', '152724.786000', '152724.789000', '152724.792000', '152724.794000', '152724.797000', '152724.846000', '152724.848000', '152724.851000', '152724.853000', '152724.856000', '152724.859000', '152724.861000', '152724.864000', '152724.866000', '152724.869000', '152724.871000', '152724.874000', '152724.877000', '152724.879000', '152724.882000', '152724.884000', '152724.887000', '152724.890000', '152724.892000', '152724.895000', '152724.897000', '152744.743000', '152744.745000', '152744.748000', '152744.751000', '152744.753000', '152744.756000', '152744.758000', '152744.761000', '152744.764000', '152744.766000', '152744.769000', '152744.771000', '152744.774000', '152744.777000', '152744.779000', '152744.782000', '152744.787000', '152744.790000', '152744.793000', '152744.795000', '152744.798000', '152744.846000', '152744.848000', '152744.851000', '152744.853000', '152744.856000', '152744.859000', '152744.861000', '152744.864000', '152744.866000', '152744.869000', '152744.871000', '152744.874000', '152744.877000', '152744.879000', '152744.882000', '152744.884000', '152744.887000', '152744.890000', '152744.892000', '152744.895000', '152744.897000', '152744.900000', '152744.903000', '152804.742000', '152804.745000', '152804.748000', '152804.750000', '152804.753000', '152804.756000', '152804.758000', '152804.761000', '152804.763000', '152804.766000', '152804.769000', '152804.771000', '152804.774000', '152804.776000', '152804.779000', '152804.782000', '152804.784000', '152804.787000', '152804.789000', '152804.792000', '152804.795000', '152804.797000', '152804.800000', '152804.871000', '152804.873000', '152804.876000', '152804.879000', '152804.881000', '152804.884000', '152804.886000', '152804.889000', '152804.891000', '152804.894000', '152804.897000', '152804.899000', '152804.902000', '152804.904000', '152804.907000', '152804.910000', '152804.912000', '152804.915000', '152804.917000', '152804.920000', '152824.742000', '152824.745000', '152824.748000', '152824.751000', '152824.754000', '152824.757000', '152824.759000', '152824.762000', '152824.765000', '152824.767000', '152824.770000', '152824.772000', '152824.775000', '152824.778000', '152824.780000', '152824.783000', '152824.785000', '152824.788000', '152824.790000', '152824.793000', '152824.797000', '152824.800000', '152824.827000', '152824.829000', '152824.832000', '152824.834000', '152824.837000', '152824.840000', '152824.842000', '152824.845000', '152824.847000', '152824.850000', '152824.852000', '152824.855000', '152824.858000', '152824.860000', '152824.863000', '152824.866000', '152824.868000', '152824.871000', '152824.873000', '152824.876000', '152824.878000', '152844.743000', '152844.746000', '152844.749000', '152844.751000', '152844.754000', '152844.757000', '152844.759000', '152844.782000', '152844.785000', '152844.787000', '152844.790000', '152844.792000', '152844.795000', '152844.797000', '152844.800000', '152844.803000', '152844.805000', '152844.808000', '152844.810000', '152844.813000', '152844.816000', '152844.818000', '152844.821000', '152844.823000', '152844.826000', '152844.829000', '152844.831000', '152844.834000', '152844.836000', '152844.839000', '152844.842000', '152844.844000', '152844.847000', '152844.849000', '152844.852000', '152844.855000', '152844.857000', '152844.860000', '152844.862000', '152844.865000', '152844.867000', '152844.870000', '152844.872000', '152844.875000', '152904.743000', '152904.746000', '152904.749000', '152904.751000', '152904.754000', '152904.757000', '152904.759000', '152904.762000', '152904.764000', '152904.767000', '152904.769000', '152904.772000', '152904.775000', '152904.777000', '152904.780000', '152904.782000', '152904.785000', '152904.788000', '152904.790000', '152904.793000', '152904.795000', '152904.798000', '152904.844000', '152904.846000', '152904.849000', '152904.851000', '152904.854000', '152904.856000', '152904.859000', '152904.862000', '152904.864000', '152904.867000', '152904.869000', '152904.872000', '152904.875000', '152904.877000', '152904.880000', '152904.883000', '152904.885000', '152904.888000', '152904.891000', '152904.893000', '152904.896000', '152924.743000', '152924.746000', '152924.748000', '152924.751000', '152924.753000', '152924.756000', '152924.758000', '152924.761000', '152924.764000', '152924.766000', '152924.769000', '152924.771000', '152924.774000', '152924.776000', '152924.779000', '152924.782000', '152924.784000', '152924.787000', '152924.789000', '152924.792000', '152924.795000', '152924.797000', '152924.800000', '152924.802000', '152924.805000', '152924.808000', '152924.810000', '152924.813000', '152924.815000', '152924.818000', '152924.820000', '152924.823000', '152924.826000', '152924.828000', '152924.831000', '152924.833000', '152924.836000', '152924.839000', '152924.841000', '152924.844000', '152924.847000', '152924.849000', '152924.852000', '152924.854000', '152944.742000', '152944.745000', '152944.748000', '152944.750000', '152944.753000', '152944.756000', '152944.758000', '152944.761000', '152944.763000', '152944.766000', '152944.769000', '152944.771000', '152944.774000', '152944.776000', '152944.779000', '152944.782000', '152944.784000', '152944.787000', '152944.797000', '152944.800000', '152944.875000', '152944.878000', '152944.881000', '152944.883000', '152944.886000', '152944.888000', '152944.891000', '152944.894000', '152944.896000', '152944.899000', '152944.901000', '152944.904000', '152944.907000', '152944.909000', '152944.912000', '152944.915000', '152944.917000', '152944.920000', '152944.922000', '152944.925000', '152944.928000', '152944.930000', '152944.933000', '153004.742000', '153004.745000', '153004.748000', '153004.751000', '153004.753000', '153004.756000', '153004.758000', '153004.761000', '153004.763000', '153004.766000', '153004.769000', '153004.771000', '153004.774000', '153004.776000', '153004.779000', '153004.781000', '153004.784000', '153004.787000', '153004.789000', '153004.792000', '153004.794000', '153004.797000', '153004.800000', '153004.803000', '153004.805000', '153004.808000', '153004.810000', '153004.813000', '153004.815000', '153004.818000', '153004.821000', '153004.823000', '153004.847000', '153004.849000', '153004.852000', '153004.854000', '153004.857000', '153004.859000', '153004.862000', '153004.864000', '153004.867000', '153004.870000', '153004.872000', '153004.875000', '153024.743000', '153024.746000', '153024.748000', '153024.751000', '153024.753000', '153024.756000', '153024.759000', '153024.761000', '153024.764000', '153024.766000', '153024.769000', '153024.772000', '153024.774000', '153024.777000', '153024.779000', '153024.782000', '153024.784000', '153024.787000', '153024.790000', '153024.792000', '153024.795000', '153024.797000', '153024.859000', '153024.862000', '153024.864000', '153024.867000', '153024.870000', '153024.872000', '153024.875000', '153024.877000', '153024.880000', '153024.882000', '153024.885000', '153024.888000', '153024.890000', '153024.893000', '153024.896000', '153024.898000', '153024.901000', '153024.903000', '153024.906000', '153024.908000', '153024.911000', '153044.742000', '153044.745000', '153044.748000', '153044.751000', '153044.753000', '153044.756000', '153044.758000', '153044.761000', '153044.763000', '153044.766000', '153044.769000', '153044.771000', '153044.774000', '153044.777000', '153044.779000', '153044.782000', '153044.784000', '153044.787000', '153044.790000', '153044.792000', '153044.795000', '153044.798000', '153044.800000', '153044.844000', '153044.847000', '153044.850000', '153044.852000', '153044.855000', '153044.858000', '153044.860000', '153044.863000', '153044.865000', '153044.868000', '153044.870000', '153044.873000', '153044.876000', '153044.878000', '153044.881000', '153044.883000', '153044.886000', '153044.888000', '153044.891000', '153044.894000', '153044.896000', '153104.744000', '153104.746000', '153104.749000', '153104.752000', '153104.754000', '153104.757000', '153104.759000', '153104.762000', '153104.765000', '153104.767000', '153104.770000', '153104.772000', '153104.775000', '153104.777000', '153104.780000', '153104.783000', '153104.785000', '153104.788000', '153104.791000', '153104.793000', '153104.796000', '153104.798000', '153104.840000', '153104.842000', '153104.845000', '153104.848000', '153104.850000', '153104.853000', '153104.855000', '153104.858000', '153104.861000', '153104.863000', '153104.866000', '153104.868000', '153104.871000', '153104.874000', '153104.877000', '153104.880000', '153104.882000', '153104.885000', '153104.888000', '153104.890000', '153104.893000', '153124.744000', '153124.747000', '153124.749000', '153124.752000', '153124.754000', '153124.757000', '153124.760000', '153124.762000', '153124.765000', '153124.767000', '153124.770000', '153124.773000', '153124.775000', '153124.778000', '153124.780000', '153124.783000', '153124.786000', '153124.788000', '153124.791000', '153124.793000', '153124.796000', '153124.799000', '153124.862000', '153124.864000', '153124.867000', '153124.869000', '153124.872000', '153124.874000', '153124.877000', '153124.880000', '153124.882000', '153124.885000', '153124.888000', '153124.890000', '153124.893000', '153124.895000', '153124.898000', '153124.900000', '153124.903000', '153124.905000', '153124.908000', '153124.911000', '153124.919000', '153124.922000', '153144.742000', '153144.745000', '153144.748000', '153144.750000', '153144.753000', '153144.756000', '153144.758000', '153144.761000', '153144.764000', '153144.766000', '153144.769000', '153144.771000', '153144.774000', '153144.776000', '153144.779000', '153144.782000', '153144.784000', '153144.787000', '153144.789000', '153144.792000', '153144.794000', '153144.797000', '153144.841000', '153144.843000', '153144.846000', '153144.849000', '153144.851000', '153144.854000', '153144.856000', '153144.859000', '153144.862000', '153144.864000', '153144.867000', '153144.869000', '153144.872000', '153144.874000', '153144.877000', '153144.880000', '153144.882000', '153144.885000', '153144.887000', '153144.890000', '153144.893000', '153204.743000', '153204.745000', '153204.748000', '153204.751000', '153204.753000', '153204.756000', '153204.758000', '153204.761000', '153204.764000', '153204.766000', '153204.769000', '153204.772000', '153204.775000', '153204.777000', '153204.780000', '153204.782000', '153204.785000', '153204.787000', '153204.790000', '153204.793000', '153204.795000', '153204.798000', '153204.843000', '153204.845000', '153204.848000', '153204.851000', '153204.853000', '153204.856000', '153204.858000', '153204.861000', '153204.863000', '153204.866000', '153204.869000', '153204.871000', '153204.874000', '153204.876000', '153204.879000', '153204.882000', '153204.884000', '153204.887000', '153204.889000', '153204.892000', '153204.895000', '153219.344000', '153219.347000', '153219.349000', '153219.352000', '153219.355000', '153219.358000', '153219.361000', '153219.363000', '153219.366000', '153219.369000', '153219.372000', '153219.375000', '153219.378000', '153219.381000', '153219.384000', '153219.386000', '153219.389000', '153219.392000', '153219.394000', '153219.397000', '153219.400000', '153219.402000', '153219.405000', '153219.408000', '153219.410000', '153219.413000', '153219.416000', '153219.419000', '153219.422000', '153219.424000', '153219.427000', '153219.430000', '153219.433000'], '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': [7566, 8716, 8026, 8198, 9991, 8137, 7836, 11556, 8657, 16416, 11291, 8968, 13878, 9351, 11594, 12380, 10181, 12443, 8347, 7337, 9088, 7517, 9679, 8525, 7058, 11960, 8248, 9123, 11648, 7194, 10874, 8359, 6774, 12684, 8289, 6942, 9936, 7198, 13856, 9546, 7183, 12458, 7715, 8430, 11085, 7737, 14571, 8751, 9714, 9115, 7326, 13738, 7957, 6989, 10803, 8282, 14345, 10030, 6961, 11856, 8274, 9292, 13176, 7665, 11147, 8385, 6818, 13292, 8306, 7190, 11247, 8427, 6987, 9296, 11045, 9903, 13764, 9745, 8030, 14729, 9432, 9288, 8334, 7252, 13409, 9002, 7142, 11965, 7860, 8443, 11223, 8438, 16297, 9569, 7162, 12579, 9346, 15621, 9664, 7646, 12246, 8843, 15470, 9089, 6791, 11474, 8161, 9483, 11605, 7498, 9502, 10143, 8039, 17157, 10348, 6965, 12624, 9363, 11687, 11831, 7314, 10145, 8769, 7172, 12180, 7566, 6848, 11500, 8759, 10456, 12316, 7414, 10617, 9623, 7451, 14346, 8275, 7177, 11893, 9029, 11860, 9639, 6825, 12923, 8653, 12202, 11249, 6984, 13248, 8494, 9161, 13409, 8376, 8563, 9464, 7262, 16423, 10133, 7180, 10952, 7716, 15731, 10532, 6999, 11537, 8040, 7871, 13140, 8779, 7560, 11018, 8397, 6822, 13987, 12562, 8299, 8290, 11097, 8770, 18711, 11118, 7394, 11113, 8574, 8334, 13933, 8640, 8166, 9330, 6896, 15465, 10015, 7476, 11007, 8034, 9393, 13941, 8699, 7513, 11629, 8454, 17660, 12018, 8239, 13666, 8371, 9894, 12949, 8220, 14852, 9060, 7663, 13459, 9609, 11655, 9213, 7000, 12603, 8884, 8780, 11710, 7415, 13836, 9626, 8405, 14248, 8394, 9437, 9600, 7852, 15519, 8707, 8494, 10836, 7742, 14674, 9159, 7073, 11850, 8648, 8936, 13412, 8482, 8578, 11773, 8927, 16768, 9671, 7915, 12579, 9025, 15359, 9613, 6899, 12716, 9148, 13097, 12006, 7339, 13686, 9418, 7850, 13946, 8026, 6839, 9739, 8312, 7606, 11919, 12026, 7911, 11711, 10233, 7571, 17846, 9957, 7064, 12249, 8901, 8116, 14847, 8542, 7359, 12547, 9260, 9826, 11997, 7660, 8397, 11903, 9658, 13561, 10300, 7029, 14918, 10524, 8132, 14200, 8215, 7639, 13416, 9913, 7324, 11808, 8143, 8855, 15997, 10040, 7634, 12472, 8796, 14117, 10747, 6983, 14223, 9490, 7629, 14487, 8906, 8091, 13234, 9443, 16858, 10644, 7089, 12733, 9134, 9402, 11811, 7262, 14084, 9178, 10665, 13392, 7856, 14470, 9092, 8782, 13982, 8293, 11107, 8673, 7945, 14557, 8405, 8367, 8573, 6951, 15537, 9991, 6869, 11306, 7822, 6814, 12329, 9551, 7805, 10487, 8442, 6824, 14679, 10340, 15044, 12010, 7990, 12091, 8249, 16221, 10442, 6961, 10754, 7696, 9017, 10876, 6998, 11901, 8094, 7579, 12143, 8986, 9343, 9798, 6980, 16416, 12007, 13274, 12892, 7710, 14920, 9440, 8735, 14605, 8827, 10607, 9673, 9281, 15899, 9518, 12908, 8356, 7665, 13013, 8619, 12536, 8829, 7997, 13075, 8170, 15595, 8881, 7277, 11580, 7930, 15996, 9092, 7139, 11954, 8622, 16439, 10766, 7689, 12443, 7777, 15718, 10679, 8320, 12116, 7500, 16072, 9828, 7839, 11698, 7348, 13795, 9523, 9852, 11567, 7118, 14171, 9009, 13075, 11286, 6990, 13292, 8250, 9233, 11967, 8139, 8009, 12025, 8189, 6820, 13707, 9965, 7984, 14977, 8742, 10508, 12693, 8797, 17450, 10435, 7380, 12834, 8621, 8881, 14238, 8323, 7868, 11138, 8497, 14261, 9344, 6858, 13069, 9231, 8224, 12890, 8021, 10310, 11031, 8282, 17368, 10384, 7314, 13235, 9219, 9971, 13955, 8804, 9127, 13694, 10113, 13959, 10803, 7351, 15475, 10021, 8600, 12079, 7776, 10575, 10747, 7612, 14697, 8664, 6720, 12126, 9026, 9585, 11738, 7981, 9110, 11860, 8433, 15823, 10308, 7561, 15088, 10769, 11486, 11025, 7193, 16504, 10473, 7161, 12298, 7860, 6995, 11485, 8920, 7597, 12065, 8906, 6919, 14035, 9663, 15404, 8497, 8989, 9331, 8331, 13895, 8093, 9419, 9011, 7475, 15275, 9540, 7984, 11750, 7785, 16699, 11375, 8594, 13676, 8675, 17067, 11732, 14495, 10484, 6940, 13515, 8987, 8981, 11414, 6949, 13893, 9167, 11840, 10514, 6894, 14053, 9100, 11083, 10796, 6975, 14574, 9418, 14863, 10546, 7257, 13452, 8453, 13445, 11124, 7076, 13581, 8624, 10400, 11805, 7082, 13686, 8511, 7904, 13364, 8659, 8467, 11063, 7761, 16543, 11369, 7578, 13150, 8140, 10266, 13105, 7879, 13638, 9165, 8393, 14482, 8738, 8110, 10978, 9089, 11655, 12509, 8356, 16313, 11466, 10154, 16267, 9960, 9534, 10951, 7615, 15836, 9863, 7403, 12800, 8488, 15287, 10582, 7095, 12448, 8401, 9209, 12413, 7772, 12313, 9178, 8258, 15309, 9328, 7948, 11621, 8638, 14907, 10279, 7070, 13234, 8930, 8080, 16826, 11581, 8560, 8921, 10840, 7701, 9311, 10824, 8172, 15356, 10646, 10973, 13202, 11734, 16058, 10863, 12481, 8492, 7131, 12863, 8635, 9656, 12385, 7394, 11563, 8711, 7253, 14395, 9552, 8518, 10991, 7035, 14911, 9821, 8434, 10622, 7053, 14030, 8931, 9597, 12051, 7116, 12799, 7988, 8240, 11455, 7516, 12938, 8630, 7358, 13274, 9405, 8094, 12810, 8631, 16081, 11577, 7780, 15282, 9552, 11923, 11075, 7556, 14945, 9195, 8814, 13955, 9990, 7830, 13021, 8565, 15089, 10660, 7829, 12444, 8324, 10416, 10726, 7042, 13321, 8677, 7353, 13329, 8930, 9304, 11063, 7261, 14943, 10334, 8201, 14442, 9009, 14993, 10190, 7092, 12288, 8745, 6999, 14714, 9349, 6910, 12461, 8865, 6975, 13512, 9361, 13310, 10323, 12352, 7186, 10417, 6593, 13542, 8192, 6789, 12482, 10753, 7976, 15358, 12314, 8680, 16217, 10644, 9543, 12419, 7782, 13927, 8693, 7251, 12437, 7791, 14568, 9446, 6755, 13223, 8926, 14973, 10041, 7117, 12922, 8815, 15009, 10143, 9042, 12298, 7368, 13663, 9249, 7121, 13970, 9288, 8711, 12542, 7445, 15669, 10525, 7621, 13480, 8560, 15155, 10043, 15157, 10639, 9760, 9946, 7073, 12473, 7033, 13633, 9259, 6998, 12140, 7552, 13875, 9637, 7784, 12510, 8090, 14833, 9865, 9292, 10922, 7217, 14234, 9279, 10942, 10640, 6955, 14300, 9334, 8431, 13145, 8760, 9639, 10835, 7068, 15425, 10421, 8101, 12863, 7511, 15432, 10195, 10340, 11301, 7072, 14419, 9749, 7027, 12752, 9380, 6814, 10674, 9260, 7192, 13956, 9980, 6998], 'WindowCenter': [4233.0, 4226.0, 4213.0, 4211.0, 4219.0, 4198.0, 4185.0, 4226.0, 4195.0, 4246.0, 4215.0, 4182.0, 4220.0, 4178.0, 4187.0, 4196.0, 4176.0, 4194.0, 4154.0, 4142.0, 4164.0, 4148.0, 4176.0, 4167.0, 4148.0, 4209.0, 4170.0, 4177.0, 4200.0, 4147.0, 4198.0, 4168.0, 4149.0, 4219.0, 4181.0, 4160.0, 4189.0, 4161.0, 4222.0, 4192.0, 4161.0, 4222.0, 4172.0, 4181.0, 4214.0, 4173.0, 4232.0, 4183.0, 4191.0, 4181.0, 4161.0, 4233.0, 4181.0, 4163.0, 4213.0, 4195.0, 4244.0, 4216.0, 4175.0, 4225.0, 4196.0, 4205.0, 4235.0, 4174.0, 4213.0, 4184.0, 4164.0, 4236.0, 4196.0, 4174.0, 4225.0, 4196.0, 4175.0, 4207.0, 4239.0, 4218.0, 4237.0, 4206.0, 4186.0, 4237.0, 4195.0, 4192.0, 4183.0, 4174.0, 4233.0, 4192.0, 4163.0, 4224.0, 4184.0, 4185.0, 4214.0, 4183.0, 4245.0, 4205.0, 4162.0, 4224.0, 4194.0, 4244.0, 4203.0, 4173.0, 4223.0, 4195.0, 4233.0, 4194.0, 4150.0, 4211.0, 4182.0, 4194.0, 4212.0, 4173.0, 4203.0, 4203.0, 4183.0, 4257.0, 4203.0, 4160.0, 4222.0, 4193.0, 4212.0, 4212.0, 4160.0, 4201.0, 4181.0, 4162.0, 4223.0, 4172.0, 4163.0, 4223.0, 4195.0, 4214.0, 4225.0, 4173.0, 4213.0, 4203.0, 4172.0, 4233.0, 4183.0, 4163.0, 4223.0, 4194.0, 4223.0, 4194.0, 4162.0, 4224.0, 4194.0, 4212.0, 4212.0, 4150.0, 4222.0, 4183.0, 4191.0, 4222.0, 4181.0, 4181.0, 4191.0, 4162.0, 4244.0, 4204.0, 4160.0, 4202.0, 4173.0, 4231.0, 4202.0, 4161.0, 4212.0, 4184.0, 4186.0, 4239.0, 4194.0, 4171.0, 4213.0, 4183.0, 4176.0, 4248.0, 4226.0, 4196.0, 4183.0, 4215.0, 4183.0, 4255.0, 4213.0, 4161.0, 4210.0, 4182.0, 4181.0, 4234.0, 4183.0, 4181.0, 4191.0, 4160.0, 4244.0, 4203.0, 4172.0, 4212.0, 4182.0, 4191.0, 4245.0, 4194.0, 4173.0, 4214.0, 4184.0, 4255.0, 4224.0, 4182.0, 4222.0, 4182.0, 4190.0, 4221.0, 4180.0, 4221.0, 4181.0, 4160.0, 4220.0, 4190.0, 4209.0, 4180.0, 4159.0, 4222.0, 4192.0, 4180.0, 4212.0, 4161.0, 4230.0, 4204.0, 4181.0, 4235.0, 4184.0, 4191.0, 4204.0, 4181.0, 4244.0, 4183.0, 4181.0, 4211.0, 4173.0, 4233.0, 4193.0, 4161.0, 4223.0, 4194.0, 4193.0, 4235.0, 4194.0, 4195.0, 4226.0, 4193.0, 4244.0, 4205.0, 4182.0, 4223.0, 4194.0, 4244.0, 4203.0, 4162.0, 4222.0, 4205.0, 4223.0, 4223.0, 4172.0, 4232.0, 4192.0, 4182.0, 4221.0, 4173.0, 4152.0, 4202.0, 4183.0, 4184.0, 4224.0, 4226.0, 4185.0, 4212.0, 4202.0, 4172.0, 4242.0, 4191.0, 4161.0, 4211.0, 4181.0, 4171.0, 4230.0, 4180.0, 4160.0, 4220.0, 4192.0, 4203.0, 4223.0, 4183.0, 4183.0, 4224.0, 4204.0, 4234.0, 4202.0, 4163.0, 4244.0, 4214.0, 4183.0, 4231.0, 4182.0, 4170.0, 4232.0, 4202.0, 4172.0, 4223.0, 4184.0, 4194.0, 4256.0, 4215.0, 4183.0, 4232.0, 4195.0, 4234.0, 4214.0, 4161.0, 4233.0, 4204.0, 4184.0, 4233.0, 4193.0, 4182.0, 4223.0, 4203.0, 4242.0, 4202.0, 4160.0, 4222.0, 4192.0, 4191.0, 4211.0, 4160.0, 4220.0, 4191.0, 4199.0, 4220.0, 4168.0, 4230.0, 4190.0, 4180.0, 4231.0, 4181.0, 4210.0, 4181.0, 4178.0, 4232.0, 4182.0, 4179.0, 4181.0, 4161.0, 4243.0, 4205.0, 4162.0, 4211.0, 4170.0, 4161.0, 4233.0, 4207.0, 4186.0, 4215.0, 4194.0, 4164.0, 4246.0, 4216.0, 4235.0, 4213.0, 4169.0, 4209.0, 4180.0, 4228.0, 4200.0, 4147.0, 4198.0, 4172.0, 4191.0, 4213.0, 4172.0, 4222.0, 4184.0, 4184.0, 4236.0, 4206.0, 4205.0, 4216.0, 4174.0, 4256.0, 4226.0, 4224.0, 4224.0, 4170.0, 4230.0, 4190.0, 4179.0, 4232.0, 4191.0, 4200.0, 4201.0, 4191.0, 4242.0, 4189.0, 4219.0, 4179.0, 4169.0, 4220.0, 4181.0, 4210.0, 4191.0, 4169.0, 4222.0, 4180.0, 4230.0, 4189.0, 4158.0, 4210.0, 4169.0, 4241.0, 4190.0, 4159.0, 4221.0, 4193.0, 4242.0, 4213.0, 4171.0, 4221.0, 4170.0, 4241.0, 4202.0, 4180.0, 4220.0, 4170.0, 4241.0, 4201.0, 4170.0, 4210.0, 4170.0, 4229.0, 4202.0, 4200.0, 4211.0, 4159.0, 4230.0, 4192.0, 4221.0, 4212.0, 4161.0, 4232.0, 4182.0, 4192.0, 4223.0, 4182.0, 4182.0, 4223.0, 4195.0, 4176.0, 4245.0, 4216.0, 4194.0, 4246.0, 4194.0, 4214.0, 4233.0, 4192.0, 4243.0, 4201.0, 4159.0, 4220.0, 4181.0, 4189.0, 4232.0, 4181.0, 4181.0, 4224.0, 4194.0, 4244.0, 4203.0, 4161.0, 4234.0, 4204.0, 4193.0, 4234.0, 4194.0, 4213.0, 4223.0, 4194.0, 4256.0, 4214.0, 4173.0, 4234.0, 4204.0, 4203.0, 4234.0, 4193.0, 4202.0, 4234.0, 4213.0, 4231.0, 4211.0, 4171.0, 4242.0, 4201.0, 4180.0, 4219.0, 4171.0, 4213.0, 4213.0, 4182.0, 4243.0, 4192.0, 4160.0, 4222.0, 4193.0, 4203.0, 4223.0, 4194.0, 4203.0, 4224.0, 4195.0, 4255.0, 4213.0, 4172.0, 4244.0, 4212.0, 4212.0, 4211.0, 4161.0, 4242.0, 4213.0, 4161.0, 4221.0, 4181.0, 4172.0, 4234.0, 4205.0, 4185.0, 4236.0, 4206.0, 4187.0, 4247.0, 4215.0, 4244.0, 4193.0, 4191.0, 4203.0, 4182.0, 4244.0, 4183.0, 4201.0, 4204.0, 4184.0, 4256.0, 4216.0, 4193.0, 4224.0, 4184.0, 4256.0, 4226.0, 4193.0, 4233.0, 4192.0, 4253.0, 4223.0, 4233.0, 4202.0, 4160.0, 4232.0, 4191.0, 4190.0, 4210.0, 4160.0, 4231.0, 4203.0, 4222.0, 4213.0, 4161.0, 4232.0, 4192.0, 4211.0, 4212.0, 4161.0, 4232.0, 4192.0, 4231.0, 4212.0, 4170.0, 4221.0, 4182.0, 4220.0, 4211.0, 4160.0, 4221.0, 4193.0, 4201.0, 4222.0, 4161.0, 4231.0, 4192.0, 4182.0, 4234.0, 4195.0, 4193.0, 4223.0, 4183.0, 4256.0, 4225.0, 4183.0, 4234.0, 4185.0, 4214.0, 4233.0, 4184.0, 4234.0, 4204.0, 4194.0, 4247.0, 4206.0, 4194.0, 4225.0, 4206.0, 4235.0, 4236.0, 4195.0, 4255.0, 4225.0, 4214.0, 4245.0, 4203.0, 4191.0, 4213.0, 4182.0, 4242.0, 4201.0, 4170.0, 4222.0, 4193.0, 4243.0, 4213.0, 4172.0, 4234.0, 4193.0, 4203.0, 4234.0, 4183.0, 4223.0, 4204.0, 4192.0, 4255.0, 4204.0, 4183.0, 4235.0, 4206.0, 4245.0, 4214.0, 4174.0, 4247.0, 4207.0, 4195.0, 4271.0, 4240.0, 4209.0, 4207.0, 4225.0, 4186.0, 4204.0, 4225.0, 4195.0, 4245.0, 4215.0, 4213.0, 4235.0, 4212.0, 4232.0, 4199.0, 4196.0, 4154.0, 4133.0, 4193.0, 4165.0, 4174.0, 4206.0, 4145.0, 4195.0, 4177.0, 4157.0, 4218.0, 4188.0, 4166.0, 4197.0, 4147.0, 4228.0, 4189.0, 4169.0, 4199.0, 4158.0, 4230.0, 4192.0, 4201.0, 4221.0, 4161.0, 4221.0, 4183.0, 4193.0, 4224.0, 4185.0, 4234.0, 4205.0, 4186.0, 4247.0, 4218.0, 4196.0, 4236.0, 4207.0, 4257.0, 4227.0, 4185.0, 4245.0, 4205.0, 4223.0, 4214.0, 4173.0, 4243.0, 4203.0, 4193.0, 4233.0, 4203.0, 4172.0, 4222.0, 4193.0, 4243.0, 4213.0, 4172.0, 4222.0, 4193.0, 4214.0, 4214.0, 4172.0, 4232.0, 4193.0, 4173.0, 4234.0, 4205.0, 4204.0, 4225.0, 4184.0, 4257.0, 4217.0, 4194.0, 4245.0, 4207.0, 4270.0, 4227.0, 4175.0, 4233.0, 4193.0, 4173.0, 4244.0, 4204.0, 4188.0, 4248.0, 4206.0, 4175.0, 4248.0, 4204.0, 4235.0, 4201.0, 4221.0, 4148.0, 4201.0, 4161.0, 4219.0, 4181.0, 4177.0, 4248.0, 4238.0, 4197.0, 4257.0, 4236.0, 4194.0, 4244.0, 4214.0, 4190.0, 4210.0, 4169.0, 4219.0, 4180.0, 4158.0, 4220.0, 4171.0, 4232.0, 4202.0, 4161.0, 4232.0, 4204.0, 4245.0, 4215.0, 4173.0, 4234.0, 4204.0, 4244.0, 4217.0, 4194.0, 4224.0, 4173.0, 4233.0, 4203.0, 4174.0, 4246.0, 4206.0, 4205.0, 4236.0, 4186.0, 4256.0, 4216.0, 4184.0, 4234.0, 4193.0, 4243.0, 4204.0, 4234.0, 4214.0, 4201.0, 4202.0, 4160.0, 4221.0, 4161.0, 4232.0, 4205.0, 4173.0, 4235.0, 4186.0, 4247.0, 4218.0, 4186.0, 4236.0, 4185.0, 4245.0, 4216.0, 4205.0, 4213.0, 4174.0, 4244.0, 4206.0, 4225.0, 4214.0, 4174.0, 4245.0, 4206.0, 4195.0, 4246.0, 4206.0, 4205.0, 4226.0, 4175.0, 4256.0, 4228.0, 4184.0, 4235.0, 4173.0, 4245.0, 4215.0, 4203.0, 4226.0, 4174.0, 4243.0, 4203.0, 4162.0, 4235.0, 4204.0, 4175.0, 4225.0, 4216.0, 4175.0, 4246.0, 4216.0, 4174.0], 'WindowWidth': [9412.0, 9385.0, 9360.0, 9353.0, 9359.0, 9330.0, 9308.0, 9363.0, 9318.0, 9392.0, 9344.0, 9297.0, 9344.0, 9285.0, 9292.0, 9303.0, 9275.0, 9296.0, 9241.0, 9224.0, 9257.0, 9241.0, 9279.0, 9267.0, 9244.0, 9324.0, 9275.0, 9281.0, 9315.0, 9242.0, 9310.0, 9272.0, 9246.0, 9339.0, 9291.0, 9263.0, 9300.0, 9267.0, 9348.0, 9310.0, 9268.0, 9348.0, 9283.0, 9294.0, 9342.0, 9284.0, 9362.0, 9299.0, 9305.0, 9294.0, 9266.0, 9365.0, 9295.0, 9272.0, 9340.0, 9319.0, 9384.0, 9348.0, 9292.0, 9356.0, 9321.0, 9332.0, 9371.0, 9289.0, 9337.0, 9301.0, 9277.0, 9376.0, 9322.0, 9289.0, 9359.0, 9323.0, 9296.0, 9340.0, 9385.0, 9354.0, 9379.0, 9334.0, 9305.0, 9376.0, 9317.0, 9309.0, 9298.0, 9289.0, 9365.0, 9311.0, 9274.0, 9355.0, 9301.0, 9301.0, 9342.0, 9299.0, 9385.0, 9330.0, 9271.0, 9355.0, 9314.0, 9381.0, 9326.0, 9283.0, 9352.0, 9314.0, 9365.0, 9313.0, 9253.0, 9334.0, 9296.0, 9313.0, 9338.0, 9287.0, 9327.0, 9327.0, 9298.0, 9403.0, 9326.0, 9265.0, 9349.0, 9312.0, 9335.0, 9334.0, 9264.0, 9320.0, 9295.0, 9270.0, 9353.0, 9285.0, 9274.0, 9353.0, 9318.0, 9343.0, 9357.0, 9286.0, 9339.0, 9325.0, 9283.0, 9366.0, 9298.0, 9272.0, 9351.0, 9315.0, 9352.0, 9313.0, 9270.0, 9353.0, 9315.0, 9334.0, 9336.0, 9250.0, 9347.0, 9299.0, 9305.0, 9347.0, 9292.0, 9291.0, 9305.0, 9269.0, 9380.0, 9327.0, 9265.0, 9320.0, 9284.0, 9360.0, 9323.0, 9268.0, 9336.0, 9301.0, 9308.0, 9382.0, 9315.0, 9278.0, 9338.0, 9299.0, 9301.0, 9396.0, 9361.0, 9320.0, 9300.0, 9343.0, 9298.0, 9401.0, 9337.0, 9266.0, 9331.0, 9295.0, 9293.0, 9368.0, 9299.0, 9292.0, 9306.0, 9266.0, 9381.0, 9328.0, 9284.0, 9335.0, 9298.0, 9309.0, 9386.0, 9317.0, 9288.0, 9342.0, 9303.0, 9399.0, 9357.0, 9295.0, 9348.0, 9296.0, 9302.0, 9345.0, 9291.0, 9345.0, 9290.0, 9261.0, 9343.0, 9302.0, 9328.0, 9290.0, 9262.0, 9347.0, 9308.0, 9292.0, 9335.0, 9268.0, 9360.0, 9327.0, 9293.0, 9369.0, 9299.0, 9307.0, 9329.0, 9294.0, 9381.0, 9299.0, 9294.0, 9335.0, 9285.0, 9368.0, 9312.0, 9269.0, 9354.0, 9318.0, 9315.0, 9373.0, 9317.0, 9319.0, 9363.0, 9315.0, 9384.0, 9331.0, 9298.0, 9353.0, 9314.0, 9384.0, 9327.0, 9272.0, 9352.0, 9331.0, 9351.0, 9352.0, 9283.0, 9363.0, 9310.0, 9296.0, 9344.0, 9284.0, 9257.0, 9324.0, 9301.0, 9304.0, 9356.0, 9360.0, 9305.0, 9337.0, 9325.0, 9282.0, 9379.0, 9306.0, 9265.0, 9332.0, 9293.0, 9279.0, 9358.0, 9291.0, 9264.0, 9343.0, 9310.0, 9329.0, 9353.0, 9302.0, 9300.0, 9356.0, 9331.0, 9371.0, 9325.0, 9274.0, 9383.0, 9343.0, 9300.0, 9363.0, 9296.0, 9278.0, 9364.0, 9326.0, 9285.0, 9354.0, 9304.0, 9318.0, 9403.0, 9348.0, 9303.0, 9367.0, 9320.0, 9369.0, 9343.0, 9270.0, 9367.0, 9329.0, 9304.0, 9369.0, 9316.0, 9298.0, 9353.0, 9324.0, 9380.0, 9324.0, 9266.0, 9348.0, 9309.0, 9308.0, 9334.0, 9266.0, 9345.0, 9308.0, 9315.0, 9344.0, 9274.0, 9358.0, 9305.0, 9292.0, 9361.0, 9293.0, 9330.0, 9295.0, 9288.0, 9363.0, 9296.0, 9289.0, 9297.0, 9270.0, 9379.0, 9333.0, 9272.0, 9335.0, 9280.0, 9270.0, 9371.0, 9338.0, 9311.0, 9346.0, 9316.0, 9278.0, 9389.0, 9350.0, 9375.0, 9339.0, 9276.0, 9327.0, 9291.0, 9353.0, 9317.0, 9243.0, 9311.0, 9285.0, 9310.0, 9342.0, 9288.0, 9353.0, 9305.0, 9307.0, 9376.0, 9338.0, 9336.0, 9350.0, 9292.0, 9403.0, 9362.0, 9359.0, 9355.0, 9278.0, 9358.0, 9305.0, 9291.0, 9365.0, 9310.0, 9320.0, 9322.0, 9307.0, 9378.0, 9305.0, 9343.0, 9291.0, 9275.0, 9346.0, 9295.0, 9331.0, 9307.0, 9276.0, 9349.0, 9292.0, 9360.0, 9303.0, 9261.0, 9331.0, 9276.0, 9374.0, 9306.0, 9265.0, 9350.0, 9315.0, 9381.0, 9343.0, 9282.0, 9349.0, 9278.0, 9376.0, 9324.0, 9291.0, 9345.0, 9279.0, 9376.0, 9321.0, 9279.0, 9333.0, 9281.0, 9359.0, 9326.0, 9320.0, 9335.0, 9265.0, 9358.0, 9312.0, 9350.0, 9337.0, 9269.0, 9364.0, 9298.0, 9311.0, 9355.0, 9298.0, 9300.0, 9356.0, 9324.0, 9301.0, 9391.0, 9352.0, 9321.0, 9390.0, 9318.0, 9346.0, 9370.0, 9311.0, 9383.0, 9323.0, 9263.0, 9347.0, 9297.0, 9306.0, 9366.0, 9297.0, 9297.0, 9357.0, 9319.0, 9387.0, 9331.0, 9273.0, 9371.0, 9334.0, 9317.0, 9373.0, 9320.0, 9342.0, 9358.0, 9317.0, 9405.0, 9344.0, 9288.0, 9372.0, 9332.0, 9330.0, 9372.0, 9314.0, 9326.0, 9371.0, 9343.0, 9366.0, 9337.0, 9283.0, 9379.0, 9324.0, 9294.0, 9345.0, 9284.0, 9342.0, 9343.0, 9300.0, 9383.0, 9312.0, 9269.0, 9352.0, 9315.0, 9329.0, 9356.0, 9319.0, 9330.0, 9360.0, 9322.0, 9402.0, 9344.0, 9287.0, 9384.0, 9339.0, 9339.0, 9335.0, 9272.0, 9378.0, 9340.0, 9270.0, 9347.0, 9297.0, 9288.0, 9374.0, 9338.0, 9311.0, 9379.0, 9340.0, 9315.0, 9396.0, 9349.0, 9387.0, 9316.0, 9310.0, 9330.0, 9298.0, 9386.0, 9302.0, 9323.0, 9333.0, 9305.0, 9405.0, 9351.0, 9318.0, 9360.0, 9308.0, 9404.0, 9366.0, 9317.0, 9369.0, 9313.0, 9398.0, 9357.0, 9369.0, 9325.0, 9266.0, 9365.0, 9311.0, 9305.0, 9332.0, 9268.0, 9364.0, 9328.0, 9351.0, 9341.0, 9270.0, 9365.0, 9313.0, 9337.0, 9338.0, 9269.0, 9365.0, 9315.0, 9364.0, 9339.0, 9279.0, 9348.0, 9299.0, 9347.0, 9335.0, 9269.0, 9349.0, 9317.0, 9323.0, 9354.0, 9271.0, 9364.0, 9315.0, 9301.0, 9373.0, 9323.0, 9318.0, 9358.0, 9306.0, 9406.0, 9364.0, 9304.0, 9371.0, 9309.0, 9345.0, 9370.0, 9307.0, 9373.0, 9334.0, 9318.0, 9395.0, 9337.0, 9321.0, 9364.0, 9339.0, 9377.0, 9380.0, 9324.0, 9404.0, 9363.0, 9345.0, 9390.0, 9327.0, 9307.0, 9343.0, 9300.0, 9380.0, 9324.0, 9281.0, 9352.0, 9316.0, 9382.0, 9343.0, 9287.0, 9373.0, 9318.0, 9328.0, 9373.0, 9305.0, 9356.0, 9334.0, 9316.0, 9403.0, 9333.0, 9304.0, 9377.0, 9339.0, 9388.0, 9347.0, 9292.0, 9395.0, 9343.0, 9322.0, 9438.0, 9392.0, 9349.0, 9342.0, 9362.0, 9312.0, 9334.0, 9361.0, 9324.0, 9388.0, 9347.0, 9340.0, 9376.0, 9338.0, 9370.0, 9316.0, 9307.0, 9246.0, 9216.0, 9296.0, 9263.0, 9274.0, 9318.0, 9238.0, 9304.0, 9282.0, 9258.0, 9338.0, 9299.0, 9267.0, 9308.0, 9243.0, 9353.0, 9303.0, 9275.0, 9314.0, 9262.0, 9357.0, 9312.0, 9322.0, 9349.0, 9270.0, 9349.0, 9305.0, 9317.0, 9359.0, 9309.0, 9373.0, 9337.0, 9312.0, 9394.0, 9356.0, 9326.0, 9379.0, 9343.0, 9408.0, 9368.0, 9307.0, 9387.0, 9333.0, 9355.0, 9344.0, 9288.0, 9382.0, 9328.0, 9314.0, 9369.0, 9328.0, 9285.0, 9353.0, 9316.0, 9384.0, 9343.0, 9287.0, 9352.0, 9317.0, 9347.0, 9344.0, 9287.0, 9366.0, 9316.0, 9290.0, 9373.0, 9336.0, 9333.0, 9361.0, 9307.0, 9408.0, 9354.0, 9321.0, 9390.0, 9344.0, 9433.0, 9368.0, 9297.0, 9370.0, 9317.0, 9290.0, 9385.0, 9332.0, 9321.0, 9399.0, 9340.0, 9295.0, 9398.0, 9331.0, 9375.0, 9322.0, 9348.0, 9245.0, 9322.0, 9269.0, 9343.0, 9297.0, 9306.0, 9400.0, 9386.0, 9330.0, 9408.0, 9380.0, 9319.0, 9385.0, 9344.0, 9304.0, 9332.0, 9275.0, 9341.0, 9291.0, 9261.0, 9347.0, 9282.0, 9364.0, 9325.0, 9271.0, 9366.0, 9333.0, 9389.0, 9349.0, 9291.0, 9370.0, 9331.0, 9385.0, 9354.0, 9318.0, 9358.0, 9288.0, 9368.0, 9330.0, 9292.0, 9391.0, 9339.0, 9335.0, 9377.0, 9312.0, 9406.0, 9352.0, 9304.0, 9371.0, 9316.0, 9383.0, 9330.0, 9371.0, 9344.0, 9320.0, 9323.0, 9266.0, 9348.0, 9270.0, 9366.0, 9334.0, 9291.0, 9374.0, 9312.0, 9396.0, 9359.0, 9311.0, 9378.0, 9308.0, 9390.0, 9350.0, 9335.0, 9343.0, 9292.0, 9386.0, 9340.0, 9361.0, 9347.0, 9292.0, 9387.0, 9337.0, 9324.0, 9392.0, 9339.0, 9335.0, 9364.0, 9298.0, 9407.0, 9370.0, 9308.0, 9376.0, 9292.0, 9389.0, 9348.0, 9328.0, 9364.0, 9293.0, 9381.0, 9327.0, 9272.0, 9375.0, 9334.0, 9296.0, 9364.0, 9352.0, 9298.0, 9392.0, 9352.0, 9294.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.0006073938002296211</td></tr>
<tr><td colspan=3>aqi</td><td>0.041793161079219286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.140500908563205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.206143742540229</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9622561192758616</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>5623.9858</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10670996867482489</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7405281285878305</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5245562399957993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.334629398883552</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8065356603597027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.432503660744143</td></tr>
<tr><td colspan=3>gcor</td><td>0.00769823</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011930469423532486</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028614623472094536</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.967502909829061</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>19.0802</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.8748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.371</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.4656</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.3986</td></tr>
<tr><td colspan=3>tsnr</td><td>33.32011248031631</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>