ds005256-mriqc/sub-0014_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== 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-0014 --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-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0014_ses-01_task-social_acq-mb8_run-02_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-0014_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-02_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-0014/ses-01/func/sub-0014_ses-01_task-social_acq-mb8_run-02_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>ee9e9d9cfb9f08610cd9895a22ce7f70</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:42:43.092500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998249, 0.0134953, 0.0575929, -0.00470418, 0.988655, -0.150128]</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_brain_imaging_center</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-02_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.107149</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7724, -7249, 368, -85, -7, 18, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.462</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>593344aa-3557-4f1c-b05f-f965ff4b8764||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782288551330566, -0.012620976194739342, 0.15920695662498474, 110.52030944824219], [-0.03620697185397148, 2.6524901390075684, -0.4039033055305481, -72.58659362792969], [0.1545175015926361, 0.4027814567089081, 2.6648669242858887, -74.20563507080078], [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': ['154243.092500', '154243.552500', '154244.012500', '154244.472500', '154244.932500', '154245.392500', '154245.852500', '154246.312500', '154246.772500', '154247.232500', '154247.692500', '154248.152500', '154248.612500', '154249.072500', '154249.532500', '154249.992500', '154250.452500', '154250.912500', '154251.372500', '154251.832500', '154252.292500', '154252.752500', '154253.212500', '154253.672500', '154254.132500', '154254.592500', '154255.052500', '154255.512500', '154255.972500', '154256.432500', '154256.892500', '154257.352500', '154257.812500', '154258.272500', '154258.732500', '154259.192500', '154259.652500', '154300.112500', '154300.572500', '154301.032500', '154301.492500', '154301.952500', '154302.412500', '154302.872500', '154303.332500', '154303.792500', '154304.252500', '154304.712500', '154305.172500', '154305.632500', '154306.092500', '154306.552500', '154307.012500', '154307.472500', '154307.932500', '154308.392500', '154308.852500', '154309.312500', '154309.772500', '154310.232500', '154310.692500', '154311.152500', '154311.612500', '154312.072500', '154312.532500', '154312.992500', '154313.452500', '154313.912500', '154314.372500', '154314.832500', '154315.292500', '154315.752500', '154316.212500', '154316.672500', '154317.132500', '154317.592500', '154318.052500', '154318.512500', '154318.972500', '154319.432500', '154319.892500', '154320.352500', '154320.812500', '154321.272500', '154321.732500', '154322.192500', '154322.652500', '154323.112500', '154323.572500', '154324.032500', '154324.492500', '154324.952500', '154325.412500', '154325.872500', '154326.332500', '154326.792500', '154327.252500', '154327.712500', '154328.172500', '154328.632500', '154329.092500', '154329.552500', '154330.012500', '154330.472500', '154330.932500', '154331.392500', '154331.852500', '154332.312500', '154332.772500', '154333.232500', '154333.692500', '154334.152500', '154334.612500', '154335.072500', '154335.532500', '154335.992500', '154336.452500', '154336.912500', '154337.372500', '154337.832500', '154338.292500', '154338.752500', '154339.212500', '154339.672500', '154340.132500', '154340.592500', '154341.052500', '154341.512500', '154341.972500', '154342.432500', '154342.892500', '154343.352500', '154343.812500', '154344.272500', '154344.732500', '154345.192500', '154345.652500', '154346.112500', '154346.572500', '154347.032500', '154347.492500', '154347.952500', '154348.412500', '154348.872500', '154349.332500', '154349.792500', '154350.252500', '154350.712500', '154351.172500', '154351.632500', '154352.092500', '154352.552500', '154353.012500', '154353.472500', '154353.932500', '154354.392500', '154354.852500', '154355.312500', '154355.772500', '154356.232500', '154356.692500', '154357.152500', '154357.612500', '154358.072500', '154358.532500', '154358.992500', '154359.452500', '154359.912500', '154400.372500', '154400.832500', '154401.292500', '154401.752500', '154402.212500', '154402.672500', '154403.132500', '154403.592500', '154404.052500', '154404.512500', '154404.972500', '154405.432500', '154405.892500', '154406.352500', '154406.812500', '154407.272500', '154407.732500', '154408.192500', '154408.652500', '154409.112500', '154409.572500', '154410.032500', '154410.492500', '154410.952500', '154411.412500', '154411.872500', '154412.332500', '154412.792500', '154413.252500', '154413.712500', '154414.172500', '154414.632500', '154415.092500', '154415.552500', '154416.012500', '154416.472500', '154416.932500', '154417.392500', '154417.852500', '154418.312500', '154418.772500', '154419.232500', '154419.692500', '154420.152500', '154420.612500', '154421.072500', '154421.532500', '154421.992500', '154422.452500', '154422.912500', '154423.372500', '154423.832500', '154424.292500', '154424.752500', '154425.212500', '154425.672500', '154426.132500', '154426.592500', '154427.052500', '154427.512500', '154427.972500', '154428.432500', '154428.892500', '154429.352500', '154429.812500', '154430.272500', '154430.732500', '154431.192500', '154431.652500', '154432.112500', '154432.572500', '154433.032500', '154433.492500', '154433.952500', '154434.412500', '154434.872500', '154435.332500', '154435.792500', '154436.252500', '154436.712500', '154437.172500', '154437.632500', '154438.092500', '154438.552500', '154439.012500', '154439.472500', '154439.932500', '154440.392500', '154440.852500', '154441.312500', '154441.772500', '154442.232500', '154442.692500', '154443.152500', '154443.612500', '154444.072500', '154444.532500', '154444.992500', '154445.452500', '154445.912500', '154446.372500', '154446.832500', '154447.292500', '154447.752500', '154448.212500', '154448.672500', '154449.132500', '154449.592500', '154450.052500', '154450.512500', '154450.972500', '154451.432500', '154451.892500', '154452.352500', '154452.812500', '154453.272500', '154453.732500', '154454.192500', '154454.652500', '154455.112500', '154455.572500', '154456.032500', '154456.492500', '154456.952500', '154457.412500', '154457.872500', '154458.332500', '154458.792500', '154459.252500', '154459.712500', '154500.172500', '154500.632500', '154501.092500', '154501.552500', '154502.012500', '154502.472500', '154502.932500', '154503.392500', '154503.852500', '154504.312500', '154504.772500', '154505.232500', '154505.692500', '154506.152500', '154506.612500', '154507.072500', '154507.532500', '154507.992500', '154508.452500', '154508.912500', '154509.372500', '154509.832500', '154510.292500', '154510.752500', '154511.212500', '154511.672500', '154512.132500', '154512.592500', '154513.052500', '154513.512500', '154513.972500', '154514.432500', '154514.892500', '154515.352500', '154515.812500', '154516.272500', '154516.732500', '154517.192500', '154517.652500', '154518.112500', '154518.572500', '154519.032500', '154519.492500', '154519.952500', '154520.412500', '154520.872500', '154521.332500', '154521.792500', '154522.252500', '154522.712500', '154523.172500', '154523.632500', '154524.092500', '154524.552500', '154525.012500', '154525.472500', '154525.932500', '154526.392500', '154526.852500', '154527.312500', '154527.772500', '154528.232500', '154528.692500', '154529.152500', '154529.612500', '154530.072500', '154530.532500', '154530.992500', '154531.452500', '154531.912500', '154532.372500', '154532.832500', '154533.292500', '154533.752500', '154534.212500', '154534.672500', '154535.132500', '154535.592500', '154536.052500', '154536.512500', '154536.972500', '154537.432500', '154537.892500', '154538.352500', '154538.812500', '154539.272500', '154539.732500', '154540.192500', '154540.652500', '154541.112500', '154541.572500', '154542.032500', '154542.492500', '154542.952500', '154543.412500', '154543.872500', '154544.332500', '154544.792500', '154545.252500', '154545.712500', '154546.172500', '154546.632500', '154547.092500', '154547.552500', '154548.012500', '154548.472500', '154548.932500', '154549.392500', '154549.852500', '154550.312500', '154550.772500', '154551.232500', '154551.692500', '154552.152500', '154552.612500', '154553.072500', '154553.532500', '154553.992500', '154554.452500', '154554.912500', '154555.372500', '154555.832500', '154556.292500', '154556.752500', '154557.212500', '154557.672500', '154558.132500', '154558.592500', '154559.052500', '154559.512500', '154559.972500', '154600.432500', '154600.892500', '154601.352500', '154601.812500', '154602.272500', '154602.732500', '154603.192500', '154603.652500', '154604.112500', '154604.572500', '154605.032500', '154605.492500', '154605.952500', '154606.412500', '154606.872500', '154607.332500', '154607.792500', '154608.252500', '154608.712500', '154609.172500', '154609.632500', '154610.092500', '154610.552500', '154611.012500', '154611.472500', '154611.932500', '154612.392500', '154612.852500', '154613.312500', '154613.772500', '154614.232500', '154614.692500', '154615.152500', '154615.612500', '154616.072500', '154616.532500', '154616.992500', '154617.452500', '154617.912500', '154618.372500', '154618.832500', '154619.292500', '154619.752500', '154620.212500', '154620.672500', '154621.132500', '154621.592500', '154622.052500', '154622.512500', '154622.972500', '154623.432500', '154623.892500', '154624.352500', '154624.812500', '154625.272500', '154625.732500', '154626.192500', '154626.652500', '154627.112500', '154627.572500', '154628.032500', '154628.492500', '154628.952500', '154629.412500', '154629.872500', '154630.332500', '154630.792500', '154631.252500', '154631.712500', '154632.172500', '154632.632500', '154633.092500', '154633.552500', '154634.012500', '154634.472500', '154634.932500', '154635.392500', '154635.852500', '154636.312500', '154636.772500', '154637.232500', '154637.692500', '154638.152500', '154638.612500', '154639.072500', '154639.532500', '154639.992500', '154640.452500', '154640.912500', '154641.372500', '154641.832500', '154642.292500', '154642.752500', '154643.212500', '154643.672500', '154644.132500', '154644.592500', '154645.052500', '154645.512500', '154645.972500', '154646.432500', '154646.892500', '154647.352500', '154647.812500', '154648.272500', '154648.732500', '154649.192500', '154649.652500', '154650.112500', '154650.572500', '154651.032500', '154651.492500', '154651.952500', '154652.412500', '154652.872500', '154653.332500', '154653.792500', '154654.252500', '154654.712500', '154655.172500', '154655.632500', '154656.092500', '154656.552500', '154657.012500', '154657.472500', '154657.932500', '154658.392500', '154658.852500', '154659.312500', '154659.772500', '154700.232500', '154700.692500', '154701.152500', '154701.612500', '154702.072500', '154702.532500', '154702.992500', '154703.452500', '154703.912500', '154704.372500', '154704.832500', '154705.292500', '154705.752500', '154706.212500', '154706.672500', '154707.132500', '154707.592500', '154708.052500', '154708.512500', '154708.972500', '154709.432500', '154709.892500', '154710.352500', '154710.812500', '154711.272500', '154711.732500', '154712.192500', '154712.652500', '154713.112500', '154713.572500', '154714.032500', '154714.492500', '154714.952500', '154715.412500', '154715.872500', '154716.332500', '154716.792500', '154717.252500', '154717.712500', '154718.172500', '154718.632500', '154719.092500', '154719.552500', '154720.012500', '154720.472500', '154720.932500', '154721.392500', '154721.852500', '154722.312500', '154722.772500', '154723.232500', '154723.692500', '154724.152500', '154724.612500', '154725.072500', '154725.532500', '154725.992500', '154726.452500', '154726.912500', '154727.372500', '154727.832500', '154728.292500', '154728.752500', '154729.212500', '154729.672500', '154730.132500', '154730.592500', '154731.052500', '154731.512500', '154731.972500', '154732.432500', '154732.892500', '154733.352500', '154733.812500', '154734.272500', '154734.732500', '154735.192500', '154735.652500', '154736.112500', '154736.572500', '154737.032500', '154737.492500', '154737.952500', '154738.412500', '154738.872500', '154739.332500', '154739.792500', '154740.252500', '154740.712500', '154741.172500', '154741.632500', '154742.092500', '154742.552500', '154743.012500', '154743.472500', '154743.932500', '154744.392500', '154744.852500', '154745.312500', '154745.772500', '154746.232500', '154746.692500', '154747.152500', '154747.612500', '154748.072500', '154748.532500', '154748.992500', '154749.452500', '154749.912500', '154750.372500', '154750.832500', '154751.292500', '154751.752500', '154752.212500', '154752.672500', '154753.132500', '154753.592500', '154754.052500', '154754.512500', '154754.972500', '154755.432500', '154755.892500', '154756.352500', '154756.812500', '154757.272500', '154757.732500', '154758.192500', '154758.652500', '154759.112500', '154759.572500', '154800.032500', '154800.492500', '154800.952500', '154801.412500', '154801.872500', '154802.332500', '154802.792500', '154803.252500', '154803.712500', '154804.172500', '154804.632500', '154805.092500', '154805.552500', '154806.012500', '154806.472500', '154806.932500', '154807.392500', '154807.852500', '154808.312500', '154808.772500', '154809.232500', '154809.692500', '154810.152500', '154810.612500', '154811.072500', '154811.532500', '154811.992500', '154812.452500', '154812.912500', '154813.372500', '154813.832500', '154814.292500', '154814.752500', '154815.212500', '154815.672500', '154816.132500', '154816.592500', '154817.052500', '154817.512500', '154817.972500', '154818.432500', '154818.892500', '154819.352500', '154819.812500', '154820.272500', '154820.732500', '154821.192500', '154821.652500', '154822.112500', '154822.572500', '154823.032500', '154823.492500', '154823.952500', '154824.412500', '154824.872500', '154825.332500', '154825.792500', '154826.252500', '154826.712500', '154827.172500', '154827.632500', '154828.092500', '154828.552500', '154829.012500', '154829.472500', '154829.932500', '154830.392500', '154830.852500', '154831.312500', '154831.772500', '154832.232500', '154832.692500', '154833.152500', '154833.612500', '154834.072500', '154834.532500', '154834.992500', '154835.452500', '154835.912500', '154836.372500', '154836.832500', '154837.292500', '154837.752500', '154838.212500', '154838.672500', '154839.132500', '154839.592500', '154840.052500', '154840.512500', '154840.972500', '154841.432500', '154841.892500', '154842.352500', '154842.812500', '154843.272500', '154843.732500', '154844.192500', '154844.652500', '154845.112500', '154845.572500', '154846.032500', '154846.492500', '154846.952500', '154847.412500', '154847.872500', '154848.332500', '154848.792500', '154849.252500', '154849.712500', '154850.172500', '154850.632500', '154851.092500', '154851.552500', '154852.012500', '154852.472500', '154852.932500', '154853.392500', '154853.852500', '154854.312500', '154854.772500', '154855.232500', '154855.692500', '154856.152500', '154856.612500', '154857.072500', '154857.532500', '154857.992500', '154858.452500', '154858.912500', '154859.372500', '154859.832500', '154900.292500', '154900.752500', '154901.212500', '154901.672500', '154902.132500', '154902.592500', '154903.052500', '154903.512500', '154903.972500', '154904.432500', '154904.892500', '154905.352500', '154905.812500', '154906.272500', '154906.732500', '154907.192500', '154907.652500', '154908.112500', '154908.572500', '154909.032500', '154909.492500', '154909.952500', '154910.412500', '154910.872500', '154911.332500', '154911.792500', '154912.252500', '154912.712500', '154913.172500', '154913.632500', '154914.092500', '154914.552500', '154915.012500', '154915.472500', '154915.932500', '154916.392500', '154916.852500', '154917.312500', '154917.772500', '154918.232500', '154918.692500', '154919.152500', '154919.612500', '154920.072500', '154920.532500', '154920.992500', '154921.452500', '154921.912500', '154922.372500', '154922.832500', '154923.292500', '154923.752500'], 'ContentTime': ['154302.966000', '154302.970000', '154302.973000', '154302.976000', '154302.979000', '154302.982000', '154302.985000', '154302.988000', '154302.991000', '154302.994000', '154302.997000', '154303.002000', '154303.005000', '154303.020000', '154303.023000', '154303.025000', '154303.028000', '154303.031000', '154303.034000', '154303.036000', '154303.039000', '154303.042000', '154303.045000', '154303.048000', '154303.051000', '154303.053000', '154303.056000', '154303.060000', '154303.063000', '154303.066000', '154303.070000', '154303.073000', '154303.076000', '154303.079000', '154303.081000', '154303.084000', '154303.087000', '154303.090000', '154303.093000', '154303.096000', '154303.099000', '154303.103000', '154322.924000', '154322.927000', '154322.929000', '154322.932000', '154322.935000', '154322.938000', '154322.940000', '154322.943000', '154322.946000', '154322.949000', '154322.951000', '154322.954000', '154322.957000', '154322.964000', '154322.967000', '154322.970000', '154322.972000', '154322.975000', '154322.978000', '154322.981000', '154322.984000', '154322.986000', '154322.989000', '154322.992000', '154322.995000', '154322.997000', '154323.001000', '154323.004000', '154323.007000', '154323.010000', '154323.012000', '154323.015000', '154323.018000', '154323.021000', '154323.023000', '154323.026000', '154323.029000', '154323.032000', '154323.034000', '154323.037000', '154323.040000', '154323.043000', '154323.046000', '154323.048000', '154342.924000', '154342.927000', '154342.929000', '154342.932000', '154342.935000', '154342.938000', '154342.941000', '154342.943000', '154342.946000', '154342.949000', '154342.952000', '154342.955000', '154342.957000', '154342.960000', '154342.963000', '154342.966000', '154342.969000', '154342.971000', '154342.974000', '154342.977000', '154342.980000', '154342.983000', '154342.986000', '154342.988000', '154342.991000', '154342.994000', '154342.997000', '154343.001000', '154343.003000', '154343.006000', '154343.009000', '154343.012000', '154343.014000', '154343.017000', '154343.020000', '154343.023000', '154343.025000', '154343.028000', '154343.031000', '154343.034000', '154343.036000', '154343.039000', '154343.042000', '154402.924000', '154402.927000', '154402.930000', '154402.932000', '154402.935000', '154402.938000', '154402.941000', '154402.943000', '154402.946000', '154402.949000', '154402.952000', '154402.969000', '154402.972000', '154402.975000', '154402.977000', '154402.980000', '154402.983000', '154402.986000', '154402.989000', '154402.991000', '154402.994000', '154402.997000', '154403.001000', '154403.003000', '154403.006000', '154403.009000', '154403.012000', '154403.015000', '154403.017000', '154403.020000', '154403.023000', '154403.026000', '154403.028000', '154403.031000', '154403.034000', '154403.037000', '154403.040000', '154403.042000', '154403.045000', '154403.048000', '154403.051000', '154403.054000', '154403.056000', '154403.059000', '154422.924000', '154422.927000', '154422.929000', '154422.932000', '154422.935000', '154422.939000', '154422.942000', '154422.945000', '154422.948000', '154422.950000', '154422.961000', '154422.963000', '154422.966000', '154422.969000', '154422.972000', '154422.975000', '154422.977000', '154422.980000', '154422.983000', '154422.986000', '154422.989000', '154422.992000', '154422.995000', '154422.998000', '154423.004000', '154423.007000', '154423.010000', '154423.013000', '154423.016000', '154423.019000', '154423.021000', '154423.024000', '154423.027000', '154423.030000', '154423.032000', '154423.035000', '154423.038000', '154423.041000', '154423.044000', '154423.046000', '154423.049000', '154423.052000', '154423.055000', '154442.924000', '154442.927000', '154442.929000', '154442.932000', '154442.935000', '154442.938000', '154442.941000', '154442.944000', '154442.946000', '154442.949000', '154442.952000', '154442.955000', '154442.958000', '154442.961000', '154442.963000', '154442.966000', '154442.969000', '154442.972000', '154442.975000', '154442.978000', '154442.980000', '154442.983000', '154442.986000', '154442.989000', '154442.991000', '154442.994000', '154442.997000', '154443.001000', '154443.004000', '154443.006000', '154443.009000', '154443.012000', '154443.015000', '154443.018000', '154443.020000', '154443.023000', '154443.026000', '154443.029000', '154443.032000', '154443.035000', '154443.037000', '154443.040000', '154443.046000', '154443.049000', '154502.924000', '154502.927000', '154502.930000', '154502.933000', '154502.935000', '154502.938000', '154502.941000', '154502.944000', '154502.947000', '154502.950000', '154502.952000', '154502.955000', '154502.958000', '154502.961000', '154502.964000', '154502.966000', '154502.969000', '154502.972000', '154502.975000', '154502.978000', '154502.980000', '154502.983000', '154502.986000', '154502.989000', '154502.992000', '154502.995000', '154502.998000', '154503.002000', '154503.004000', '154503.007000', '154503.010000', '154503.013000', '154503.016000', '154503.018000', '154503.021000', '154503.024000', '154503.027000', '154503.033000', '154503.036000', '154503.039000', '154503.042000', '154503.045000', '154503.047000', '154522.925000', '154522.928000', '154522.931000', '154522.933000', '154522.936000', '154522.939000', '154522.942000', '154522.945000', '154522.947000', '154522.950000', '154522.953000', '154522.956000', '154522.959000', '154522.962000', '154522.965000', '154522.967000', '154522.970000', '154522.973000', '154522.976000', '154522.979000', '154522.981000', '154522.984000', '154522.987000', '154522.990000', '154522.993000', '154522.996000', '154522.998000', '154523.002000', '154523.005000', '154523.008000', '154523.011000', '154523.013000', '154523.016000', '154523.019000', '154523.022000', '154523.025000', '154523.028000', '154523.030000', '154523.033000', '154523.036000', '154523.039000', '154523.041000', '154523.044000', '154523.047000', '154542.924000', '154542.927000', '154542.930000', '154542.932000', '154542.935000', '154542.938000', '154542.941000', '154542.944000', '154542.947000', '154542.950000', '154542.952000', '154542.955000', '154542.958000', '154542.961000', '154542.964000', '154542.967000', '154542.970000', '154542.972000', '154542.976000', '154542.979000', '154542.982000', '154542.985000', '154542.988000', '154542.991000', '154542.994000', '154542.997000', '154543.000000', '154543.003000', '154543.006000', '154543.009000', '154543.012000', '154543.015000', '154543.018000', '154543.020000', '154543.023000', '154543.026000', '154543.029000', '154543.032000', '154543.035000', '154543.038000', '154543.041000', '154543.044000', '154543.047000', '154602.924000', '154602.927000', '154602.930000', '154602.933000', '154602.935000', '154602.938000', '154602.941000', '154602.944000', '154602.947000', '154602.950000', '154602.952000', '154602.955000', '154602.958000', '154602.961000', '154602.964000', '154602.966000', '154602.969000', '154602.972000', '154602.975000', '154602.978000', '154602.981000', '154602.983000', '154602.986000', '154602.989000', '154602.992000', '154602.995000', '154602.997000', '154603.001000', '154603.004000', '154603.007000', '154603.010000', '154603.012000', '154603.015000', '154603.018000', '154603.021000', '154603.024000', '154603.026000', '154603.029000', '154603.032000', '154603.035000', '154603.037000', '154603.040000', '154603.043000', '154603.046000', '154622.924000', '154622.927000', '154622.930000', '154622.933000', '154622.935000', '154622.938000', '154622.941000', '154622.944000', '154622.947000', '154622.949000', '154622.952000', '154622.955000', '154622.958000', '154622.961000', '154622.964000', '154622.967000', '154622.969000', '154622.972000', '154622.975000', '154622.978000', '154622.981000', '154622.984000', '154622.986000', '154622.989000', '154622.992000', '154622.995000', '154622.998000', '154623.002000', '154623.004000', '154623.007000', '154623.010000', '154623.013000', '154623.015000', '154623.018000', '154623.021000', '154623.024000', '154623.027000', '154623.029000', '154623.032000', '154623.035000', '154623.038000', '154623.041000', '154623.043000', '154642.924000', '154642.927000', '154642.929000', '154642.932000', '154642.935000', '154642.938000', '154642.941000', '154642.944000', '154642.947000', '154642.950000', '154642.952000', '154642.955000', '154642.958000', '154642.961000', '154642.964000', '154642.966000', '154642.969000', '154642.972000', '154642.975000', '154642.978000', '154642.981000', '154642.984000', '154642.986000', '154642.989000', '154642.992000', '154642.995000', '154642.998000', '154643.001000', '154643.004000', '154643.007000', '154643.010000', '154643.013000', '154643.016000', '154643.018000', '154643.021000', '154643.024000', '154643.027000', '154643.030000', '154643.032000', '154643.035000', '154643.038000', '154643.041000', '154643.044000', '154643.046000', '154702.924000', '154702.927000', '154702.930000', '154702.932000', '154702.935000', '154702.938000', '154702.941000', '154702.944000', '154702.947000', '154702.949000', '154702.952000', '154702.955000', '154702.958000', '154702.961000', '154702.964000', '154702.966000', '154702.969000', '154702.972000', '154702.975000', '154702.978000', '154702.981000', '154702.983000', '154702.986000', '154702.989000', '154702.992000', '154702.995000', '154702.997000', '154703.001000', '154703.004000', '154703.007000', '154703.010000', '154703.030000', '154703.033000', '154703.036000', '154703.039000', '154703.042000', '154703.045000', '154703.047000', '154703.050000', '154703.053000', '154703.056000', '154703.059000', '154703.062000', '154722.924000', '154722.927000', '154722.929000', '154722.932000', '154722.935000', '154722.938000', '154722.941000', '154722.943000', '154722.946000', '154722.949000', '154722.952000', '154722.955000', '154722.957000', '154722.960000', '154722.963000', '154722.966000', '154722.969000', '154722.971000', '154722.974000', '154722.977000', '154722.980000', '154722.983000', '154722.986000', '154722.989000', '154722.992000', '154722.994000', '154722.997000', '154723.001000', '154723.004000', '154723.007000', '154723.010000', '154723.013000', '154723.016000', '154723.018000', '154723.021000', '154723.024000', '154723.027000', '154723.030000', '154723.032000', '154723.035000', '154723.038000', '154723.041000', '154723.044000', '154723.046000', '154742.925000', '154742.928000', '154742.931000', '154742.934000', '154742.936000', '154742.939000', '154742.942000', '154742.945000', '154742.948000', '154742.951000', '154742.954000', '154742.956000', '154742.959000', '154742.962000', '154742.965000', '154742.968000', '154742.971000', '154742.974000', '154742.976000', '154742.979000', '154742.982000', '154742.985000', '154742.988000', '154742.991000', '154742.993000', '154742.996000', '154743.000000', '154743.003000', '154743.006000', '154743.009000', '154743.012000', '154743.015000', '154743.017000', '154743.020000', '154743.023000', '154743.026000', '154743.029000', '154743.032000', '154743.035000', '154743.037000', '154743.040000', '154743.043000', '154743.046000', '154802.924000', '154802.927000', '154802.930000', '154802.932000', '154802.935000', '154802.938000', '154802.941000', '154802.944000', '154802.947000', '154802.949000', '154802.952000', '154802.955000', '154802.958000', '154802.961000', '154802.963000', '154802.966000', '154802.969000', '154802.972000', '154802.975000', '154802.977000', '154802.980000', '154802.983000', '154802.986000', '154802.989000', '154802.991000', '154802.994000', '154802.997000', '154803.001000', '154803.004000', '154803.007000', '154803.010000', '154803.013000', '154803.015000', '154803.018000', '154803.021000', '154803.024000', '154803.027000', '154803.030000', '154803.033000', '154803.035000', '154803.038000', '154803.041000', '154803.044000', '154803.047000', '154822.924000', '154822.927000', '154822.930000', '154822.932000', '154822.935000', '154822.938000', '154822.941000', '154822.944000', '154822.947000', '154822.949000', '154822.952000', '154822.955000', '154822.958000', '154822.961000', '154822.964000', '154822.966000', '154822.969000', '154822.972000', '154822.975000', '154822.978000', '154822.981000', '154822.983000', '154822.986000', '154822.989000', '154822.992000', '154822.995000', '154822.997000', '154823.001000', '154823.004000', '154823.007000', '154823.010000', '154823.013000', '154823.016000', '154823.018000', '154823.021000', '154823.024000', '154823.027000', '154823.030000', '154823.032000', '154823.035000', '154823.038000', '154823.041000', '154823.062000', '154842.924000', '154842.927000', '154842.930000', '154842.932000', '154842.935000', '154842.938000', '154842.941000', '154842.944000', '154842.947000', '154842.950000', '154842.952000', '154842.955000', '154842.958000', '154842.961000', '154842.964000', '154842.967000', '154842.969000', '154842.972000', '154842.975000', '154842.978000', '154842.981000', '154842.984000', '154842.986000', '154842.989000', '154842.992000', '154842.995000', '154842.998000', '154843.001000', '154843.004000', '154843.007000', '154843.010000', '154843.013000', '154843.016000', '154843.019000', '154843.021000', '154843.024000', '154843.027000', '154843.030000', '154843.033000', '154843.036000', '154843.038000', '154843.041000', '154843.044000', '154843.047000', '154902.924000', '154902.927000', '154902.930000', '154902.933000', '154902.935000', '154902.938000', '154902.941000', '154902.944000', '154902.947000', '154902.949000', '154902.952000', '154902.955000', '154902.958000', '154902.961000', '154902.964000', '154902.967000', '154902.970000', '154902.972000', '154902.975000', '154902.978000', '154902.981000', '154902.984000', '154902.986000', '154902.989000', '154902.992000', '154902.995000', '154902.998000', '154903.010000', '154903.013000', '154903.016000', '154903.018000', '154903.021000', '154903.024000', '154903.027000', '154903.030000', '154903.033000', '154903.036000', '154903.038000', '154903.041000', '154903.044000', '154903.047000', '154903.050000', '154903.053000', '154922.924000', '154922.927000', '154922.930000', '154922.932000', '154922.935000', '154922.938000', '154922.941000', '154922.944000', '154922.947000', '154922.949000', '154922.952000', '154922.955000', '154922.958000', '154922.961000', '154922.964000', '154922.966000', '154922.969000', '154922.972000', '154922.975000', '154922.978000', '154922.981000', '154922.983000', '154922.986000', '154922.989000', '154922.992000', '154922.995000', '154922.998000', '154923.002000', '154923.005000', '154923.007000', '154923.010000', '154923.013000', '154923.016000', '154923.019000', '154923.022000', '154923.024000', '154923.027000', '154923.030000', '154923.033000', '154923.036000', '154923.039000', '154923.042000', '154923.044000', '154923.047000', '154924.344000', '154924.347000', '154924.359000'], 'InstanceCreationTime': ['154302.966000', '154302.970000', '154302.973000', '154302.976000', '154302.979000', '154302.982000', '154302.985000', '154302.988000', '154302.991000', '154302.994000', '154302.997000', '154303.002000', '154303.005000', '154303.020000', '154303.023000', '154303.025000', '154303.028000', '154303.031000', '154303.034000', '154303.036000', '154303.039000', '154303.042000', '154303.045000', '154303.048000', '154303.051000', '154303.053000', '154303.056000', '154303.060000', '154303.063000', '154303.066000', '154303.070000', '154303.073000', '154303.076000', '154303.079000', '154303.081000', '154303.084000', '154303.087000', '154303.090000', '154303.093000', '154303.096000', '154303.099000', '154303.103000', '154322.924000', '154322.927000', '154322.929000', '154322.932000', '154322.935000', '154322.938000', '154322.940000', '154322.943000', '154322.946000', '154322.949000', '154322.951000', '154322.954000', '154322.957000', '154322.964000', '154322.967000', '154322.970000', '154322.972000', '154322.975000', '154322.978000', '154322.981000', '154322.984000', '154322.986000', '154322.989000', '154322.992000', '154322.995000', '154322.997000', '154323.001000', '154323.004000', '154323.007000', '154323.010000', '154323.012000', '154323.015000', '154323.018000', '154323.021000', '154323.023000', '154323.026000', '154323.029000', '154323.032000', '154323.034000', '154323.037000', '154323.040000', '154323.043000', '154323.046000', '154323.048000', '154342.924000', '154342.927000', '154342.929000', '154342.932000', '154342.935000', '154342.938000', '154342.941000', '154342.943000', '154342.946000', '154342.949000', '154342.952000', '154342.955000', '154342.957000', '154342.960000', '154342.963000', '154342.966000', '154342.969000', '154342.971000', '154342.974000', '154342.977000', '154342.980000', '154342.983000', '154342.986000', '154342.988000', '154342.991000', '154342.994000', '154342.997000', '154343.001000', '154343.003000', '154343.006000', '154343.009000', '154343.012000', '154343.014000', '154343.017000', '154343.020000', '154343.023000', '154343.025000', '154343.028000', '154343.031000', '154343.034000', '154343.036000', '154343.039000', '154343.042000', '154402.924000', '154402.927000', '154402.930000', '154402.932000', '154402.935000', '154402.938000', '154402.941000', '154402.943000', '154402.946000', '154402.949000', '154402.952000', '154402.969000', '154402.972000', '154402.975000', '154402.977000', '154402.980000', '154402.983000', '154402.986000', '154402.989000', '154402.991000', '154402.994000', '154402.997000', '154403.001000', '154403.003000', '154403.006000', '154403.009000', '154403.012000', '154403.015000', '154403.017000', '154403.020000', '154403.023000', '154403.026000', '154403.028000', '154403.031000', '154403.034000', '154403.037000', '154403.040000', '154403.042000', '154403.045000', '154403.048000', '154403.051000', '154403.054000', '154403.056000', '154403.059000', '154422.924000', '154422.927000', '154422.929000', '154422.932000', '154422.935000', '154422.939000', '154422.942000', '154422.945000', '154422.948000', '154422.950000', '154422.961000', '154422.963000', '154422.966000', '154422.969000', '154422.972000', '154422.975000', '154422.977000', '154422.980000', '154422.983000', '154422.986000', '154422.989000', '154422.992000', '154422.995000', '154422.998000', '154423.004000', '154423.007000', '154423.010000', '154423.013000', '154423.016000', '154423.019000', '154423.021000', '154423.024000', '154423.027000', '154423.030000', '154423.032000', '154423.035000', '154423.038000', '154423.041000', '154423.044000', '154423.046000', '154423.049000', '154423.052000', '154423.055000', '154442.924000', '154442.927000', '154442.929000', '154442.932000', '154442.935000', '154442.938000', '154442.941000', '154442.944000', '154442.946000', '154442.949000', '154442.952000', '154442.955000', '154442.958000', '154442.961000', '154442.963000', '154442.966000', '154442.969000', '154442.972000', '154442.975000', '154442.978000', '154442.980000', '154442.983000', '154442.986000', '154442.989000', '154442.991000', '154442.994000', '154442.997000', '154443.001000', '154443.004000', '154443.006000', '154443.009000', '154443.012000', '154443.015000', '154443.018000', '154443.020000', '154443.023000', '154443.026000', '154443.029000', '154443.032000', '154443.035000', '154443.037000', '154443.040000', '154443.046000', '154443.049000', '154502.924000', '154502.927000', '154502.930000', '154502.933000', '154502.935000', '154502.938000', '154502.941000', '154502.944000', '154502.947000', '154502.950000', '154502.952000', '154502.955000', '154502.958000', '154502.961000', '154502.964000', '154502.966000', '154502.969000', '154502.972000', '154502.975000', '154502.978000', '154502.980000', '154502.983000', '154502.986000', '154502.989000', '154502.992000', '154502.995000', '154502.998000', '154503.002000', '154503.004000', '154503.007000', '154503.010000', '154503.013000', '154503.016000', '154503.018000', '154503.021000', '154503.024000', '154503.027000', '154503.033000', '154503.036000', '154503.039000', '154503.042000', '154503.045000', '154503.047000', '154522.925000', '154522.928000', '154522.931000', '154522.933000', '154522.936000', '154522.939000', '154522.942000', '154522.945000', '154522.947000', '154522.950000', '154522.953000', '154522.956000', '154522.959000', '154522.962000', '154522.965000', '154522.967000', '154522.970000', '154522.973000', '154522.976000', '154522.979000', '154522.981000', '154522.984000', '154522.987000', '154522.990000', '154522.993000', '154522.996000', '154522.998000', '154523.002000', '154523.005000', '154523.008000', '154523.011000', '154523.013000', '154523.016000', '154523.019000', '154523.022000', '154523.025000', '154523.028000', '154523.030000', '154523.033000', '154523.036000', '154523.039000', '154523.041000', '154523.044000', '154523.047000', '154542.924000', '154542.927000', '154542.930000', '154542.932000', '154542.935000', '154542.938000', '154542.941000', '154542.944000', '154542.947000', '154542.950000', '154542.952000', '154542.955000', '154542.958000', '154542.961000', '154542.964000', '154542.967000', '154542.970000', '154542.972000', '154542.976000', '154542.979000', '154542.982000', '154542.985000', '154542.988000', '154542.991000', '154542.994000', '154542.997000', '154543.000000', '154543.003000', '154543.006000', '154543.009000', '154543.012000', '154543.015000', '154543.018000', '154543.020000', '154543.023000', '154543.026000', '154543.029000', '154543.032000', '154543.035000', '154543.038000', '154543.041000', '154543.044000', '154543.047000', '154602.924000', '154602.927000', '154602.930000', '154602.933000', '154602.935000', '154602.938000', '154602.941000', '154602.944000', '154602.947000', '154602.950000', '154602.952000', '154602.955000', '154602.958000', '154602.961000', '154602.964000', '154602.966000', '154602.969000', '154602.972000', '154602.975000', '154602.978000', '154602.981000', '154602.983000', '154602.986000', '154602.989000', '154602.992000', '154602.995000', '154602.997000', '154603.001000', '154603.004000', '154603.007000', '154603.010000', '154603.012000', '154603.015000', '154603.018000', '154603.021000', '154603.024000', '154603.026000', '154603.029000', '154603.032000', '154603.035000', '154603.037000', '154603.040000', '154603.043000', '154603.046000', '154622.924000', '154622.927000', '154622.930000', '154622.933000', '154622.935000', '154622.938000', '154622.941000', '154622.944000', '154622.947000', '154622.949000', '154622.952000', '154622.955000', '154622.958000', '154622.961000', '154622.964000', '154622.967000', '154622.969000', '154622.972000', '154622.975000', '154622.978000', '154622.981000', '154622.984000', '154622.986000', '154622.989000', '154622.992000', '154622.995000', '154622.998000', '154623.002000', '154623.004000', '154623.007000', '154623.010000', '154623.013000', '154623.015000', '154623.018000', '154623.021000', '154623.024000', '154623.027000', '154623.029000', '154623.032000', '154623.035000', '154623.038000', '154623.041000', '154623.043000', '154642.924000', '154642.927000', '154642.929000', '154642.932000', '154642.935000', '154642.938000', '154642.941000', '154642.944000', '154642.947000', '154642.950000', '154642.952000', '154642.955000', '154642.958000', '154642.961000', '154642.964000', '154642.966000', '154642.969000', '154642.972000', '154642.975000', '154642.978000', '154642.981000', '154642.984000', '154642.986000', '154642.989000', '154642.992000', '154642.995000', '154642.998000', '154643.001000', '154643.004000', '154643.007000', '154643.010000', '154643.013000', '154643.016000', '154643.018000', '154643.021000', '154643.024000', '154643.027000', '154643.030000', '154643.032000', '154643.035000', '154643.038000', '154643.041000', '154643.044000', '154643.046000', '154702.924000', '154702.927000', '154702.930000', '154702.932000', '154702.935000', '154702.938000', '154702.941000', '154702.944000', '154702.947000', '154702.949000', '154702.952000', '154702.955000', '154702.958000', '154702.961000', '154702.964000', '154702.966000', '154702.969000', '154702.972000', '154702.975000', '154702.978000', '154702.981000', '154702.983000', '154702.986000', '154702.989000', '154702.992000', '154702.995000', '154702.997000', '154703.001000', '154703.004000', '154703.007000', '154703.010000', '154703.030000', '154703.033000', '154703.036000', '154703.039000', '154703.042000', '154703.045000', '154703.047000', '154703.050000', '154703.053000', '154703.056000', '154703.059000', '154703.062000', '154722.924000', '154722.927000', '154722.929000', '154722.932000', '154722.935000', '154722.938000', '154722.941000', '154722.943000', '154722.946000', '154722.949000', '154722.952000', '154722.955000', '154722.957000', '154722.960000', '154722.963000', '154722.966000', '154722.969000', '154722.971000', '154722.974000', '154722.977000', '154722.980000', '154722.983000', '154722.986000', '154722.989000', '154722.992000', '154722.994000', '154722.997000', '154723.001000', '154723.004000', '154723.007000', '154723.010000', '154723.013000', '154723.016000', '154723.018000', '154723.021000', '154723.024000', '154723.027000', '154723.030000', '154723.032000', '154723.035000', '154723.038000', '154723.041000', '154723.044000', '154723.046000', '154742.925000', '154742.928000', '154742.931000', '154742.934000', '154742.936000', '154742.939000', '154742.942000', '154742.945000', '154742.948000', '154742.951000', '154742.954000', '154742.956000', '154742.959000', '154742.962000', '154742.965000', '154742.968000', '154742.971000', '154742.974000', '154742.976000', '154742.979000', '154742.982000', '154742.985000', '154742.988000', '154742.991000', '154742.993000', '154742.996000', '154743.000000', '154743.003000', '154743.006000', '154743.009000', '154743.012000', '154743.015000', '154743.017000', '154743.020000', '154743.023000', '154743.026000', '154743.029000', '154743.032000', '154743.035000', '154743.037000', '154743.040000', '154743.043000', '154743.046000', '154802.924000', '154802.927000', '154802.930000', '154802.932000', '154802.935000', '154802.938000', '154802.941000', '154802.944000', '154802.947000', '154802.949000', '154802.952000', '154802.955000', '154802.958000', '154802.961000', '154802.963000', '154802.966000', '154802.969000', '154802.972000', '154802.975000', '154802.977000', '154802.980000', '154802.983000', '154802.986000', '154802.989000', '154802.991000', '154802.994000', '154802.997000', '154803.001000', '154803.004000', '154803.007000', '154803.010000', '154803.013000', '154803.015000', '154803.018000', '154803.021000', '154803.024000', '154803.027000', '154803.030000', '154803.033000', '154803.035000', '154803.038000', '154803.041000', '154803.044000', '154803.047000', '154822.924000', '154822.927000', '154822.930000', '154822.932000', '154822.935000', '154822.938000', '154822.941000', '154822.944000', '154822.947000', '154822.949000', '154822.952000', '154822.955000', '154822.958000', '154822.961000', '154822.964000', '154822.966000', '154822.969000', '154822.972000', '154822.975000', '154822.978000', '154822.981000', '154822.983000', '154822.986000', '154822.989000', '154822.992000', '154822.995000', '154822.997000', '154823.001000', '154823.004000', '154823.007000', '154823.010000', '154823.013000', '154823.016000', '154823.018000', '154823.021000', '154823.024000', '154823.027000', '154823.030000', '154823.032000', '154823.035000', '154823.038000', '154823.041000', '154823.062000', '154842.924000', '154842.927000', '154842.930000', '154842.932000', '154842.935000', '154842.938000', '154842.941000', '154842.944000', '154842.947000', '154842.950000', '154842.952000', '154842.955000', '154842.958000', '154842.961000', '154842.964000', '154842.967000', '154842.969000', '154842.972000', '154842.975000', '154842.978000', '154842.981000', '154842.984000', '154842.986000', '154842.989000', '154842.992000', '154842.995000', '154842.998000', '154843.001000', '154843.004000', '154843.007000', '154843.010000', '154843.013000', '154843.016000', '154843.019000', '154843.021000', '154843.024000', '154843.027000', '154843.030000', '154843.033000', '154843.036000', '154843.038000', '154843.041000', '154843.044000', '154843.047000', '154902.924000', '154902.927000', '154902.930000', '154902.933000', '154902.935000', '154902.938000', '154902.941000', '154902.944000', '154902.947000', '154902.949000', '154902.952000', '154902.955000', '154902.958000', '154902.961000', '154902.964000', '154902.967000', '154902.970000', '154902.972000', '154902.975000', '154902.978000', '154902.981000', '154902.984000', '154902.986000', '154902.989000', '154902.992000', '154902.995000', '154902.998000', '154903.010000', '154903.013000', '154903.016000', '154903.018000', '154903.021000', '154903.024000', '154903.027000', '154903.030000', '154903.033000', '154903.036000', '154903.038000', '154903.041000', '154903.044000', '154903.047000', '154903.050000', '154903.053000', '154922.924000', '154922.927000', '154922.930000', '154922.932000', '154922.935000', '154922.938000', '154922.941000', '154922.944000', '154922.947000', '154922.949000', '154922.952000', '154922.955000', '154922.958000', '154922.961000', '154922.964000', '154922.966000', '154922.969000', '154922.972000', '154922.975000', '154922.978000', '154922.981000', '154922.983000', '154922.986000', '154922.989000', '154922.992000', '154922.995000', '154922.998000', '154923.002000', '154923.005000', '154923.007000', '154923.010000', '154923.013000', '154923.016000', '154923.019000', '154923.022000', '154923.024000', '154923.027000', '154923.030000', '154923.033000', '154923.036000', '154923.039000', '154923.042000', '154923.044000', '154923.047000', '154924.344000', '154924.347000', '154924.359000'], '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': [9200, 13245, 10463, 8799, 12999, 10897, 8480, 14958, 10296, 8449, 11237, 9603, 8022, 12217, 10380, 8760, 10794, 8576, 7638, 11219, 10036, 8704, 12024, 8175, 8923, 11173, 8586, 11151, 9619, 8641, 10496, 9216, 8723, 13863, 10003, 8193, 10638, 8329, 8605, 11015, 8720, 8583, 11022, 7881, 8275, 10961, 7992, 8808, 10619, 8224, 8833, 9904, 8398, 13119, 10003, 8867, 10883, 8063, 9370, 10433, 9483, 11942, 8951, 8367, 10779, 8265, 8821, 11039, 8638, 8656, 10337, 7913, 8234, 10984, 8405, 9369, 10644, 7857, 8862, 11264, 8426, 11233, 10529, 8336, 9092, 9737, 9160, 13269, 11310, 8943, 11155, 8579, 8196, 11391, 9445, 8713, 11042, 8169, 9022, 11182, 8988, 11705, 10757, 8297, 11221, 8426, 8558, 11288, 8797, 9203, 9742, 8197, 8921, 9534, 8635, 9932, 9427, 8374, 8869, 8811, 8249, 12900, 10385, 9300, 12737, 8272, 9891, 11150, 9015, 14990, 9450, 7869, 11075, 8649, 8635, 11131, 8033, 8480, 10071, 8388, 10200, 9799, 8746, 8528, 8903, 8891, 9924, 9029, 8495, 10742, 8634, 8092, 11204, 10192, 8719, 10517, 8295, 8125, 10983, 8719, 10037, 10663, 8126, 9315, 10323, 8899, 10025, 10072, 8586, 8767, 8965, 9075, 9947, 9958, 8472, 11656, 9129, 8111, 12630, 11470, 8807, 13982, 8606, 8177, 11400, 8955, 10337, 12034, 8174, 9161, 10872, 8623, 10810, 10469, 8496, 9613, 9827, 9072, 10665, 10876, 8917, 13672, 8858, 8108, 11081, 8656, 8690, 11241, 8203, 7762, 10507, 8468, 9576, 10811, 8196, 9450, 9319, 9122, 11178, 11043, 8889, 12929, 9500, 7661, 11625, 8869, 7995, 11597, 9347, 8766, 12033, 9210, 8052, 10489, 9352, 8350, 10455, 8261, 7561, 10455, 8146, 8294, 11152, 8040, 8472, 10732, 8231, 8816, 11779, 8498, 9815, 9930, 8788, 13160, 11325, 8947, 15107, 8592, 7923, 10778, 8677, 9400, 11079, 8274, 8172, 10860, 8776, 11075, 10482, 8964, 11822, 9343, 8334, 10966, 9059, 9864, 10566, 8090, 8787, 9340, 8753, 13223, 8577, 8103, 10096, 8699, 8973, 9701, 8653, 12520, 8483, 8011, 10793, 8571, 9659, 10706, 8586, 9424, 10035, 8886, 9189, 9800, 8651, 15838, 10887, 8229, 10794, 8591, 8813, 10771, 8802, 12208, 9272, 8728, 11073, 8397, 8680, 10778, 8166, 8457, 9654, 8771, 9693, 10192, 9068, 11929, 9167, 8203, 10561, 8530, 8598, 12438, 8341, 8155, 10116, 8563, 10431, 10080, 8744, 11297, 9002, 8229, 11058, 8604, 11070, 9775, 8844, 10757, 8511, 8125, 10791, 8342, 8412, 9461, 8207, 8825, 9949, 8882, 10995, 8893, 7535, 11190, 8393, 12737, 12784, 9809, 13582, 8264, 9927, 10194, 8138, 15990, 9684, 9294, 9814, 8554, 9707, 9806, 9490, 12104, 9160, 8256, 10182, 8423, 8630, 10565, 9106, 12258, 9360, 8603, 10535, 8478, 7804, 11420, 8649, 8814, 9353, 9034, 8746, 9351, 8287, 11920, 8309, 7631, 9765, 8259, 9171, 9890, 8950, 10351, 8983, 7725, 10162, 8217, 8352, 11335, 8064, 9112, 9021, 7992, 10897, 8875, 8744, 9920, 8001, 8085, 9738, 9040, 9579, 9194, 8268, 8529, 8626, 8732, 9716, 9543, 8173, 11765, 8932, 7809, 11423, 9526, 8561, 13777, 8321, 9481, 10887, 9043, 14738, 11756, 8408, 12915, 8916, 7829, 10867, 8601, 10762, 10209, 8992, 9025, 9232, 8491, 10940, 9887, 8386, 10129, 8460, 7737, 10052, 8329, 8453, 11786, 8539, 7891, 10439, 8553, 11733, 12529, 8964, 15936, 8641, 8773, 12176, 9333, 13455, 9526, 8594, 10893, 8296, 9116, 10627, 8344, 9103, 9182, 8730, 10681, 8432, 8700, 10389, 8215, 8701, 9054, 8093, 10701, 8437, 9429, 9470, 8335, 10689, 9064, 9115, 12749, 9353, 8996, 9777, 7997, 8323, 10816, 8583, 8965, 11089, 7829, 8492, 10646, 8514, 11785, 11945, 9021, 14747, 8863, 8018, 11157, 8601, 11928, 10611, 9280, 9482, 8880, 8372, 10882, 8820, 8656, 10617, 8463, 9176, 9345, 9112, 13312, 10728, 8691, 14254, 8122, 8300, 10247, 8604, 11310, 9870, 8992, 8849, 8562, 8779, 9777, 9429, 9472, 11312, 8889, 8808, 8551, 9530, 8445, 9077, 9702, 8965, 14086, 10747, 9165, 12132, 8678, 16096, 9935, 9755, 15011, 8784, 12409, 9429, 8349, 10958, 8560, 8340, 10128, 8319, 8957, 9448, 9584, 9466, 9095, 8665, 9567, 8593, 8394, 10192, 8598, 8252, 10370, 7916, 8119, 10449, 8460, 9053, 9987, 8327, 8934, 10441, 8659, 10610, 10394, 8868, 10650, 9093, 8302, 12641, 10502, 8615, 16365, 8139, 8488, 11027, 8668, 10770, 10588, 8539, 9682, 9140, 8932, 10779, 9685, 8222, 11743, 8621, 7802, 10536, 8680, 8178, 11057, 7665, 8013, 10544, 8180, 10479, 9984, 8421, 10963, 8744, 7926, 10812, 8520, 8548, 9042, 8187, 8061, 10645, 8577, 7791, 10719, 9492, 8439, 10524, 8367, 8979, 11397, 8733, 8997, 9571, 8909, 11452, 9931, 8568, 11831, 8013, 8179, 10436, 8442, 8779, 10764, 8621, 8633, 9517, 8749, 9154, 9323, 8583, 13772, 8600, 8723, 10727, 8621, 11282, 11463, 8880, 15401, 8311, 9709, 10084, 8773, 10911, 8721, 9652, 10493, 8300, 8198, 8591, 8588, 9300, 8571, 8246, 10555, 7815, 8610, 9953, 8774, 13806, 13110, 10306, 15050, 8647, 13881, 11704, 8221, 13478, 8723, 8437, 14320, 9693, 9011, 9218, 8955, 9370, 9469, 9724, 12352, 8690, 8453, 9989, 8782, 8723, 11181, 8553, 9459, 9122, 9498, 12147, 9347, 8585, 12962, 8671, 8989, 9649, 9472, 9371, 9407, 8624, 9506, 8512, 7780, 9853, 8972, 9625, 9463, 9105, 9063, 8923, 8297, 10433, 9291, 14659, 12233, 8976, 10248, 8591, 8909, 10109, 8999, 8949, 8625, 8391, 9784, 9132, 8308, 9756, 8484, 7785, 9500, 8553, 8987, 10316, 8690, 8562, 9823, 8717, 9013, 9901, 10076, 15177, 9939, 8557, 10763, 8918, 9543, 11690, 9017, 9811, 8986, 9244, 9228, 9256, 9797, 9349, 8927, 8934, 8645, 9192, 8865, 12306, 8967, 8746, 9432, 9299, 11445, 10807, 8450, 15913, 8426, 8092, 9543, 9095, 9937, 9291, 8368, 10379, 8514, 7957, 10130, 8535, 7930, 9041, 9121, 9136, 9394, 9015, 12937, 8792, 8340, 10043, 9235, 9083, 10679, 8760, 9000, 9735, 9603, 11366, 9627, 9191, 10164, 8980, 8364, 9985, 9411, 8128, 9869, 8676, 7482], 'WindowCenter': [3840.0, 3855.0, 3818.0, 3796.0, 3824.0, 3804.0, 3781.0, 3833.0, 3791.0, 3770.0, 3799.0, 3790.0, 3771.0, 3811.0, 3791.0, 3770.0, 3801.0, 3768.0, 3770.0, 3800.0, 3790.0, 3769.0, 3800.0, 3768.0, 3779.0, 3800.0, 3769.0, 3800.0, 3777.0, 3768.0, 3788.0, 3779.0, 3768.0, 3809.0, 3778.0, 3767.0, 3788.0, 3767.0, 3767.0, 3788.0, 3768.0, 3769.0, 3788.0, 3768.0, 3768.0, 3801.0, 3770.0, 3780.0, 3801.0, 3770.0, 3781.0, 3791.0, 3770.0, 3810.0, 3790.0, 3768.0, 3788.0, 3757.0, 3778.0, 3787.0, 3778.0, 3798.0, 3767.0, 3769.0, 3787.0, 3768.0, 3778.0, 3789.0, 3768.0, 3769.0, 3789.0, 3769.0, 3769.0, 3801.0, 3771.0, 3781.0, 3791.0, 3770.0, 3780.0, 3801.0, 3771.0, 3802.0, 3790.0, 3770.0, 3768.0, 3778.0, 3780.0, 3810.0, 3800.0, 3779.0, 3789.0, 3767.0, 3768.0, 3800.0, 3779.0, 3768.0, 3788.0, 3768.0, 3768.0, 3800.0, 3779.0, 3800.0, 3788.0, 3756.0, 3788.0, 3757.0, 3768.0, 3787.0, 3756.0, 3766.0, 3765.0, 3757.0, 3768.0, 3779.0, 3781.0, 3791.0, 3781.0, 3781.0, 3781.0, 3782.0, 3782.0, 3813.0, 3792.0, 3781.0, 3810.0, 3769.0, 3778.0, 3788.0, 3767.0, 3818.0, 3765.0, 3755.0, 3787.0, 3766.0, 3766.0, 3788.0, 3758.0, 3766.0, 3776.0, 3769.0, 3790.0, 3779.0, 3769.0, 3767.0, 3778.0, 3781.0, 3790.0, 3781.0, 3780.0, 3789.0, 3768.0, 3770.0, 3802.0, 3791.0, 3769.0, 3790.0, 3769.0, 3769.0, 3790.0, 3769.0, 3778.0, 3778.0, 3756.0, 3766.0, 3777.0, 3780.0, 3779.0, 3779.0, 3768.0, 3770.0, 3779.0, 3781.0, 3791.0, 3792.0, 3769.0, 3800.0, 3780.0, 3770.0, 3811.0, 3801.0, 3768.0, 3809.0, 3768.0, 3767.0, 3787.0, 3767.0, 3778.0, 3798.0, 3757.0, 3767.0, 3788.0, 3769.0, 3788.0, 3788.0, 3767.0, 3778.0, 3777.0, 3781.0, 3788.0, 3789.0, 3767.0, 3809.0, 3767.0, 3755.0, 3787.0, 3767.0, 3767.0, 3788.0, 3758.0, 3759.0, 3788.0, 3769.0, 3780.0, 3800.0, 3768.0, 3778.0, 3778.0, 3781.0, 3800.0, 3801.0, 3769.0, 3812.0, 3778.0, 3758.0, 3799.0, 3769.0, 3769.0, 3802.0, 3780.0, 3770.0, 3800.0, 3779.0, 3758.0, 3789.0, 3778.0, 3758.0, 3789.0, 3758.0, 3758.0, 3789.0, 3771.0, 3770.0, 3801.0, 3772.0, 3771.0, 3800.0, 3770.0, 3781.0, 3813.0, 3770.0, 3779.0, 3778.0, 3768.0, 3809.0, 3790.0, 3767.0, 3810.0, 3755.0, 3756.0, 3787.0, 3768.0, 3767.0, 3788.0, 3757.0, 3757.0, 3788.0, 3771.0, 3801.0, 3790.0, 3768.0, 3798.0, 3767.0, 3768.0, 3791.0, 3769.0, 3779.0, 3788.0, 3757.0, 3766.0, 3767.0, 3769.0, 3811.0, 3769.0, 3757.0, 3777.0, 3767.0, 3768.0, 3779.0, 3767.0, 3800.0, 3757.0, 3758.0, 3787.0, 3768.0, 3779.0, 3790.0, 3768.0, 3767.0, 3778.0, 3770.0, 3768.0, 3778.0, 3768.0, 3820.0, 3788.0, 3757.0, 3788.0, 3768.0, 3767.0, 3787.0, 3767.0, 3797.0, 3766.0, 3768.0, 3786.0, 3756.0, 3768.0, 3788.0, 3756.0, 3757.0, 3777.0, 3770.0, 3780.0, 3789.0, 3769.0, 3800.0, 3768.0, 3758.0, 3788.0, 3768.0, 3767.0, 3799.0, 3756.0, 3757.0, 3777.0, 3769.0, 3789.0, 3790.0, 3767.0, 3787.0, 3768.0, 3768.0, 3789.0, 3768.0, 3789.0, 3777.0, 3768.0, 3786.0, 3757.0, 3756.0, 3787.0, 3756.0, 3756.0, 3777.0, 3768.0, 3780.0, 3791.0, 3781.0, 3801.0, 3781.0, 3771.0, 3802.0, 3773.0, 3812.0, 3812.0, 3779.0, 3810.0, 3757.0, 3777.0, 3778.0, 3756.0, 3819.0, 3766.0, 3765.0, 3776.0, 3768.0, 3777.0, 3778.0, 3779.0, 3798.0, 3767.0, 3757.0, 3776.0, 3768.0, 3767.0, 3789.0, 3767.0, 3797.0, 3765.0, 3755.0, 3776.0, 3755.0, 3744.0, 3788.0, 3756.0, 3766.0, 3766.0, 3766.0, 3754.0, 3767.0, 3755.0, 3797.0, 3755.0, 3747.0, 3776.0, 3757.0, 3767.0, 3778.0, 3768.0, 3789.0, 3767.0, 3759.0, 3789.0, 3769.0, 3770.0, 3789.0, 3758.0, 3767.0, 3766.0, 3757.0, 3787.0, 3767.0, 3768.0, 3778.0, 3758.0, 3757.0, 3778.0, 3780.0, 3790.0, 3781.0, 3770.0, 3780.0, 3779.0, 3783.0, 3790.0, 3791.0, 3772.0, 3813.0, 3781.0, 3761.0, 3801.0, 3780.0, 3770.0, 3809.0, 3758.0, 3767.0, 3788.0, 3768.0, 3809.0, 3788.0, 3755.0, 3796.0, 3754.0, 3744.0, 3775.0, 3757.0, 3774.0, 3775.0, 3765.0, 3765.0, 3765.0, 3767.0, 3788.0, 3778.0, 3758.0, 3789.0, 3767.0, 3759.0, 3790.0, 3771.0, 3770.0, 3811.0, 3770.0, 3771.0, 3793.0, 3783.0, 3811.0, 3812.0, 3768.0, 3821.0, 3767.0, 3767.0, 3798.0, 3769.0, 3799.0, 3765.0, 3754.0, 3786.0, 3756.0, 3765.0, 3776.0, 3757.0, 3766.0, 3766.0, 3767.0, 3788.0, 3769.0, 3766.0, 3778.0, 3757.0, 3766.0, 3766.0, 3758.0, 3788.0, 3757.0, 3767.0, 3766.0, 3757.0, 3788.0, 3768.0, 3769.0, 3799.0, 3780.0, 3779.0, 3790.0, 3768.0, 3782.0, 3802.0, 3782.0, 3781.0, 3803.0, 3760.0, 3771.0, 3791.0, 3771.0, 3801.0, 3799.0, 3768.0, 3809.0, 3766.0, 3746.0, 3786.0, 3756.0, 3787.0, 3777.0, 3766.0, 3766.0, 3766.0, 3768.0, 3789.0, 3769.0, 3769.0, 3788.0, 3758.0, 3768.0, 3766.0, 3779.0, 3809.0, 3790.0, 3767.0, 3820.0, 3757.0, 3758.0, 3778.0, 3768.0, 3788.0, 3778.0, 3767.0, 3768.0, 3767.0, 3781.0, 3791.0, 3781.0, 3794.0, 3801.0, 3781.0, 3779.0, 3769.0, 3790.0, 3782.0, 3779.0, 3779.0, 3782.0, 3822.0, 3792.0, 3780.0, 3798.0, 3766.0, 3819.0, 3775.0, 3765.0, 3807.0, 3753.0, 3783.0, 3752.0, 3753.0, 3773.0, 3754.0, 3753.0, 3763.0, 3753.0, 3752.0, 3763.0, 3775.0, 3764.0, 3765.0, 3767.0, 3766.0, 3765.0, 3768.0, 3777.0, 3768.0, 3757.0, 3778.0, 3757.0, 3761.0, 3790.0, 3769.0, 3781.0, 3779.0, 3770.0, 3769.0, 3790.0, 3782.0, 3791.0, 3791.0, 3781.0, 3791.0, 3770.0, 3770.0, 3812.0, 3790.0, 3769.0, 3831.0, 3758.0, 3766.0, 3787.0, 3768.0, 3788.0, 3789.0, 3768.0, 3778.0, 3778.0, 3781.0, 3790.0, 3779.0, 3768.0, 3800.0, 3768.0, 3758.0, 3788.0, 3770.0, 3768.0, 3799.0, 3758.0, 3758.0, 3790.0, 3769.0, 3790.0, 3790.0, 3768.0, 3790.0, 3770.0, 3769.0, 3800.0, 3771.0, 3770.0, 3769.0, 3768.0, 3769.0, 3801.0, 3781.0, 3774.0, 3803.0, 3792.0, 3770.0, 3789.0, 3770.0, 3780.0, 3801.0, 3768.0, 3767.0, 3777.0, 3768.0, 3798.0, 3790.0, 3768.0, 3799.0, 3758.0, 3768.0, 3788.0, 3770.0, 3769.0, 3801.0, 3770.0, 3769.0, 3781.0, 3770.0, 3779.0, 3780.0, 3772.0, 3822.0, 3770.0, 3769.0, 3789.0, 3769.0, 3789.0, 3790.0, 3768.0, 3820.0, 3756.0, 3765.0, 3776.0, 3754.0, 3776.0, 3755.0, 3777.0, 3775.0, 3757.0, 3756.0, 3766.0, 3770.0, 3779.0, 3782.0, 3782.0, 3804.0, 3773.0, 3784.0, 3792.0, 3784.0, 3825.0, 3814.0, 3791.0, 3822.0, 3769.0, 3811.0, 3801.0, 3759.0, 3810.0, 3770.0, 3758.0, 3810.0, 3768.0, 3766.0, 3766.0, 3768.0, 3767.0, 3778.0, 3779.0, 3799.0, 3767.0, 3758.0, 3779.0, 3770.0, 3769.0, 3790.0, 3769.0, 3780.0, 3767.0, 3779.0, 3799.0, 3769.0, 3757.0, 3801.0, 3757.0, 3767.0, 3767.0, 3779.0, 3767.0, 3768.0, 3769.0, 3777.0, 3768.0, 3746.0, 3778.0, 3770.0, 3779.0, 3780.0, 3769.0, 3768.0, 3768.0, 3768.0, 3790.0, 3780.0, 3809.0, 3799.0, 3767.0, 3776.0, 3768.0, 3767.0, 3777.0, 3767.0, 3767.0, 3756.0, 3757.0, 3779.0, 3781.0, 3769.0, 3780.0, 3769.0, 3760.0, 3791.0, 3782.0, 3781.0, 3791.0, 3770.0, 3770.0, 3789.0, 3769.0, 3781.0, 3792.0, 3792.0, 3823.0, 3779.0, 3769.0, 3788.0, 3769.0, 3778.0, 3799.0, 3767.0, 3778.0, 3766.0, 3768.0, 3767.0, 3767.0, 3790.0, 3778.0, 3769.0, 3781.0, 3769.0, 3781.0, 3783.0, 3813.0, 3782.0, 3771.0, 3768.0, 3779.0, 3800.0, 3790.0, 3757.0, 3821.0, 3756.0, 3746.0, 3777.0, 3767.0, 3777.0, 3766.0, 3758.0, 3779.0, 3768.0, 3758.0, 3788.0, 3770.0, 3757.0, 3769.0, 3780.0, 3779.0, 3781.0, 3781.0, 3811.0, 3770.0, 3770.0, 3780.0, 3780.0, 3769.0, 3789.0, 3769.0, 3768.0, 3779.0, 3779.0, 3789.0, 3777.0, 3766.0, 3777.0, 3766.0, 3758.0, 3778.0, 3779.0, 3758.0, 3778.0, 3768.0, 3747.0], 'WindowWidth': [8628.0, 8634.0, 8573.0, 8539.0, 8573.0, 8544.0, 8510.0, 8580.0, 8521.0, 8492.0, 8529.0, 8518.0, 8493.0, 8549.0, 8521.0, 8492.0, 8534.0, 8487.0, 8494.0, 8533.0, 8521.0, 8488.0, 8530.0, 8485.0, 8502.0, 8530.0, 8490.0, 8530.0, 8497.0, 8485.0, 8511.0, 8502.0, 8486.0, 8544.0, 8499.0, 8485.0, 8511.0, 8483.0, 8484.0, 8512.0, 8486.0, 8487.0, 8512.0, 8488.0, 8488.0, 8534.0, 8495.0, 8507.0, 8535.0, 8494.0, 8506.0, 8520.0, 8493.0, 8546.0, 8520.0, 8486.0, 8511.0, 8469.0, 8496.0, 8509.0, 8497.0, 8524.0, 8481.0, 8487.0, 8509.0, 8485.0, 8499.0, 8514.0, 8488.0, 8488.0, 8516.0, 8490.0, 8491.0, 8535.0, 8495.0, 8508.0, 8520.0, 8492.0, 8504.0, 8533.0, 8496.0, 8534.0, 8519.0, 8491.0, 8486.0, 8499.0, 8505.0, 8545.0, 8532.0, 8500.0, 8514.0, 8482.0, 8486.0, 8529.0, 8501.0, 8485.0, 8510.0, 8484.0, 8484.0, 8530.0, 8503.0, 8528.0, 8511.0, 8467.0, 8510.0, 8469.0, 8483.0, 8508.0, 8465.0, 8477.0, 8477.0, 8469.0, 8484.0, 8500.0, 8508.0, 8520.0, 8507.0, 8510.0, 8507.0, 8509.0, 8511.0, 8554.0, 8526.0, 8507.0, 8545.0, 8487.0, 8497.0, 8510.0, 8482.0, 8551.0, 8477.0, 8464.0, 8508.0, 8480.0, 8479.0, 8510.0, 8469.0, 8478.0, 8493.0, 8489.0, 8514.0, 8500.0, 8488.0, 8480.0, 8497.0, 8506.0, 8517.0, 8508.0, 8504.0, 8513.0, 8487.0, 8491.0, 8534.0, 8520.0, 8488.0, 8516.0, 8488.0, 8488.0, 8517.0, 8489.0, 8498.0, 8496.0, 8468.0, 8479.0, 8496.0, 8503.0, 8500.0, 8499.0, 8487.0, 8489.0, 8501.0, 8508.0, 8519.0, 8523.0, 8490.0, 8531.0, 8504.0, 8492.0, 8546.0, 8534.0, 8485.0, 8541.0, 8483.0, 8482.0, 8508.0, 8483.0, 8496.0, 8524.0, 8468.0, 8480.0, 8511.0, 8487.0, 8511.0, 8510.0, 8484.0, 8498.0, 8494.0, 8506.0, 8513.0, 8516.0, 8483.0, 8540.0, 8482.0, 8463.0, 8506.0, 8483.0, 8482.0, 8511.0, 8470.0, 8474.0, 8511.0, 8490.0, 8503.0, 8532.0, 8486.0, 8498.0, 8496.0, 8507.0, 8531.0, 8533.0, 8488.0, 8546.0, 8496.0, 8472.0, 8529.0, 8489.0, 8490.0, 8534.0, 8507.0, 8490.0, 8531.0, 8500.0, 8472.0, 8512.0, 8500.0, 8470.0, 8513.0, 8472.0, 8473.0, 8514.0, 8493.0, 8492.0, 8535.0, 8494.0, 8492.0, 8528.0, 8491.0, 8506.0, 8551.0, 8491.0, 8500.0, 8496.0, 8485.0, 8540.0, 8516.0, 8479.0, 8540.0, 8460.0, 8464.0, 8507.0, 8483.0, 8482.0, 8511.0, 8469.0, 8469.0, 8510.0, 8493.0, 8531.0, 8517.0, 8485.0, 8524.0, 8482.0, 8486.0, 8517.0, 8488.0, 8501.0, 8509.0, 8468.0, 8478.0, 8482.0, 8485.0, 8546.0, 8486.0, 8467.0, 8492.0, 8481.0, 8482.0, 8500.0, 8482.0, 8527.0, 8469.0, 8470.0, 8507.0, 8485.0, 8500.0, 8516.0, 8483.0, 8482.0, 8496.0, 8487.0, 8482.0, 8499.0, 8485.0, 8558.0, 8512.0, 8469.0, 8508.0, 8484.0, 8482.0, 8509.0, 8482.0, 8521.0, 8478.0, 8484.0, 8506.0, 8468.0, 8484.0, 8510.0, 8466.0, 8468.0, 8494.0, 8490.0, 8501.0, 8515.0, 8486.0, 8529.0, 8484.0, 8469.0, 8511.0, 8486.0, 8482.0, 8527.0, 8467.0, 8467.0, 8495.0, 8487.0, 8512.0, 8516.0, 8483.0, 8510.0, 8483.0, 8486.0, 8512.0, 8486.0, 8511.0, 8494.0, 8483.0, 8505.0, 8466.0, 8466.0, 8507.0, 8466.0, 8466.0, 8494.0, 8485.0, 8505.0, 8522.0, 8510.0, 8535.0, 8509.0, 8495.0, 8538.0, 8500.0, 8550.0, 8551.0, 8500.0, 8543.0, 8469.0, 8495.0, 8498.0, 8466.0, 8553.0, 8479.0, 8477.0, 8490.0, 8482.0, 8494.0, 8496.0, 8499.0, 8525.0, 8482.0, 8469.0, 8494.0, 8484.0, 8483.0, 8513.0, 8482.0, 8521.0, 8475.0, 8462.0, 8491.0, 8464.0, 8449.0, 8510.0, 8465.0, 8478.0, 8476.0, 8478.0, 8462.0, 8481.0, 8464.0, 8523.0, 8464.0, 8454.0, 8491.0, 8469.0, 8481.0, 8497.0, 8485.0, 8513.0, 8482.0, 8474.0, 8515.0, 8489.0, 8490.0, 8514.0, 8472.0, 8482.0, 8479.0, 8469.0, 8509.0, 8485.0, 8484.0, 8496.0, 8472.0, 8471.0, 8499.0, 8505.0, 8517.0, 8507.0, 8493.0, 8504.0, 8502.0, 8513.0, 8520.0, 8523.0, 8496.0, 8552.0, 8506.0, 8480.0, 8533.0, 8505.0, 8488.0, 8540.0, 8469.0, 8479.0, 8509.0, 8484.0, 8539.0, 8510.0, 8463.0, 8516.0, 8459.0, 8446.0, 8488.0, 8466.0, 8487.0, 8489.0, 8475.0, 8475.0, 8476.0, 8483.0, 8511.0, 8498.0, 8470.0, 8514.0, 8483.0, 8475.0, 8517.0, 8494.0, 8492.0, 8549.0, 8493.0, 8493.0, 8524.0, 8513.0, 8547.0, 8551.0, 8485.0, 8559.0, 8482.0, 8482.0, 8524.0, 8486.0, 8524.0, 8474.0, 8458.0, 8504.0, 8466.0, 8476.0, 8493.0, 8467.0, 8477.0, 8476.0, 8481.0, 8510.0, 8487.0, 8480.0, 8497.0, 8469.0, 8480.0, 8480.0, 8473.0, 8512.0, 8470.0, 8482.0, 8479.0, 8470.0, 8509.0, 8487.0, 8487.0, 8526.0, 8502.0, 8502.0, 8516.0, 8488.0, 8512.0, 8536.0, 8511.0, 8507.0, 8536.0, 8479.0, 8492.0, 8518.0, 8494.0, 8531.0, 8527.0, 8483.0, 8539.0, 8478.0, 8451.0, 8504.0, 8467.0, 8505.0, 8492.0, 8477.0, 8477.0, 8478.0, 8484.0, 8512.0, 8487.0, 8486.0, 8511.0, 8470.0, 8483.0, 8480.0, 8503.0, 8542.0, 8519.0, 8484.0, 8557.0, 8469.0, 8470.0, 8496.0, 8485.0, 8510.0, 8498.0, 8482.0, 8483.0, 8481.0, 8508.0, 8520.0, 8510.0, 8532.0, 8537.0, 8506.0, 8502.0, 8488.0, 8518.0, 8511.0, 8503.0, 8503.0, 8511.0, 8563.0, 8523.0, 8503.0, 8525.0, 8479.0, 8553.0, 8490.0, 8475.0, 8535.0, 8457.0, 8495.0, 8452.0, 8455.0, 8481.0, 8459.0, 8456.0, 8468.0, 8457.0, 8452.0, 8469.0, 8489.0, 8473.0, 8476.0, 8480.0, 8477.0, 8476.0, 8484.0, 8495.0, 8486.0, 8467.0, 8496.0, 8469.0, 8478.0, 8517.0, 8490.0, 8504.0, 8501.0, 8491.0, 8487.0, 8515.0, 8511.0, 8519.0, 8519.0, 8505.0, 8518.0, 8488.0, 8489.0, 8549.0, 8518.0, 8486.0, 8572.0, 8469.0, 8478.0, 8509.0, 8487.0, 8510.0, 8512.0, 8484.0, 8498.0, 8496.0, 8506.0, 8517.0, 8501.0, 8484.0, 8528.0, 8485.0, 8472.0, 8513.0, 8492.0, 8484.0, 8528.0, 8472.0, 8474.0, 8517.0, 8491.0, 8516.0, 8517.0, 8487.0, 8517.0, 8489.0, 8490.0, 8531.0, 8494.0, 8490.0, 8486.0, 8484.0, 8490.0, 8535.0, 8508.0, 8504.0, 8540.0, 8523.0, 8490.0, 8515.0, 8492.0, 8504.0, 8532.0, 8486.0, 8482.0, 8493.0, 8484.0, 8525.0, 8517.0, 8484.0, 8528.0, 8471.0, 8484.0, 8511.0, 8490.0, 8488.0, 8532.0, 8490.0, 8488.0, 8504.0, 8491.0, 8502.0, 8505.0, 8495.0, 8562.0, 8491.0, 8486.0, 8511.0, 8487.0, 8512.0, 8515.0, 8481.0, 8554.0, 8465.0, 8474.0, 8488.0, 8459.0, 8491.0, 8463.0, 8491.0, 8489.0, 8468.0, 8463.0, 8480.0, 8489.0, 8503.0, 8510.0, 8510.0, 8541.0, 8499.0, 8514.0, 8524.0, 8515.0, 8571.0, 8554.0, 8519.0, 8560.0, 8486.0, 8543.0, 8530.0, 8472.0, 8542.0, 8490.0, 8471.0, 8543.0, 8484.0, 8478.0, 8476.0, 8482.0, 8480.0, 8497.0, 8500.0, 8527.0, 8483.0, 8470.0, 8498.0, 8489.0, 8486.0, 8516.0, 8486.0, 8499.0, 8480.0, 8498.0, 8524.0, 8487.0, 8468.0, 8528.0, 8466.0, 8479.0, 8479.0, 8501.0, 8479.0, 8483.0, 8484.0, 8495.0, 8483.0, 8454.0, 8499.0, 8491.0, 8500.0, 8502.0, 8486.0, 8482.0, 8483.0, 8485.0, 8515.0, 8502.0, 8539.0, 8525.0, 8480.0, 8489.0, 8483.0, 8481.0, 8493.0, 8481.0, 8479.0, 8466.0, 8469.0, 8499.0, 8505.0, 8487.0, 8504.0, 8488.0, 8476.0, 8520.0, 8511.0, 8507.0, 8521.0, 8491.0, 8490.0, 8514.0, 8489.0, 8505.0, 8521.0, 8520.0, 8564.0, 8501.0, 8485.0, 8511.0, 8487.0, 8497.0, 8527.0, 8482.0, 8494.0, 8476.0, 8482.0, 8481.0, 8482.0, 8515.0, 8498.0, 8487.0, 8505.0, 8489.0, 8508.0, 8512.0, 8552.0, 8511.0, 8491.0, 8485.0, 8500.0, 8529.0, 8515.0, 8467.0, 8559.0, 8464.0, 8450.0, 8494.0, 8483.0, 8493.0, 8479.0, 8469.0, 8497.0, 8485.0, 8471.0, 8511.0, 8490.0, 8470.0, 8485.0, 8506.0, 8501.0, 8507.0, 8504.0, 8545.0, 8488.0, 8491.0, 8503.0, 8504.0, 8486.0, 8512.0, 8484.0, 8481.0, 8498.0, 8500.0, 8511.0, 8495.0, 8479.0, 8493.0, 8477.0, 8471.0, 8499.0, 8501.0, 8472.0, 8500.0, 8485.0, 8458.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.0002115092165898618</td></tr>
<tr><td colspan=3>aqi</td><td>0.01601516578341014</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.902810396978026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1699512336216848</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001197505282583</td></tr>
<tr><td colspan=3>efc</td><td>0.5067</td></tr>
<tr><td colspan=3>fber</td><td>3044.989</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08368878896143461</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4608294930875576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.580203373339359</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5414110303171302</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7714732066502026</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4277258830507438</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662082</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01197424903512001</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031126823276281357</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6281785365189676</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>20.0704</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.431</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.8415</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297476.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1062.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.77</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7601</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.4078</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2939.5066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.5521</td></tr>
<tr><td colspan=3>tsnr</td><td>39.530484086833894</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>