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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0100_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a59d3b5d8fcf858ea40c790071253746</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>14:34:29.382500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</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>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c686ba71-d283-4108-ade8-a4c6f64e7b4b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['143429.382500', '143429.842500', '143430.302500', '143430.762500', '143431.222500', '143431.682500', '143432.142500', '143432.602500', '143433.062500', '143433.522500', '143433.982500', '143434.442500', '143434.902500', '143435.362500', '143435.822500', '143436.282500', '143436.742500', '143437.202500', '143437.662500', '143438.122500', '143438.582500', '143439.042500', '143439.502500', '143439.962500', '143440.422500', '143440.882500', '143441.342500', '143441.802500', '143442.262500', '143442.722500', '143443.182500', '143443.642500', '143444.102500', '143444.562500', '143445.022500', '143445.482500', '143445.942500', '143446.402500', '143446.862500', '143447.322500', '143447.782500', '143448.242500', '143448.702500', '143449.162500', '143449.622500', '143450.082500', '143450.542500', '143451.002500', '143451.462500', '143451.922500', '143452.382500', '143452.842500', '143453.302500', '143453.762500', '143454.222500', '143454.682500', '143455.142500', '143455.602500', '143456.062500', '143456.522500', '143456.982500', '143457.442500', '143457.902500', '143458.362500', '143458.822500', '143459.282500', '143459.742500', '143500.202500', '143500.662500', '143501.122500', '143501.582500', '143502.042500', '143502.502500', '143502.962500', '143503.422500', '143503.882500', '143504.342500', '143504.802500', '143505.262500', '143505.722500', '143506.182500', '143506.642500', '143507.102500', '143507.562500', '143508.022500', '143508.482500', '143508.942500', '143509.402500', '143509.862500', '143510.322500', '143510.782500', '143511.242500', '143511.702500', '143512.162500', '143512.622500', '143513.082500', '143513.542500', '143514.002500', '143514.462500', '143514.922500', '143515.382500', '143515.842500', '143516.302500', '143516.762500', '143517.222500', '143517.682500', '143518.142500', '143518.602500', '143519.062500', '143519.522500', '143519.982500', '143520.442500', '143520.902500', '143521.362500', '143521.822500', '143522.282500', '143522.742500', '143523.202500', '143523.662500', '143524.122500', '143524.582500', '143525.042500', '143525.502500', '143525.962500', '143526.422500', '143526.882500', '143527.342500', '143527.802500', '143528.262500', '143528.722500', '143529.182500', '143529.642500', '143530.102500', '143530.562500', '143531.022500', '143531.482500', '143531.942500', '143532.402500', '143532.862500', '143533.322500', '143533.782500', '143534.242500', '143534.702500', '143535.162500', '143535.622500', '143536.082500', '143536.542500', '143537.002500', '143537.462500', '143537.922500', '143538.382500', '143538.842500', '143539.302500', '143539.762500', '143540.222500', '143540.682500', '143541.142500', '143541.602500', '143542.062500', '143542.522500', '143542.982500', '143543.442500', '143543.902500', '143544.362500', '143544.822500', '143545.282500', '143545.742500', '143546.202500', '143546.662500', '143547.122500', '143547.582500', '143548.042500', '143548.502500', '143548.962500', '143549.422500', '143549.882500', '143550.342500', '143550.802500', '143551.262500', '143551.722500', '143552.182500', '143552.642500', '143553.102500', '143553.562500', '143554.022500', '143554.482500', '143554.942500', '143555.402500', '143555.862500', '143556.322500', '143556.782500', '143557.242500', '143557.702500', '143558.162500', '143558.622500', '143559.082500', '143559.542500', '143600.002500', '143600.462500', '143600.922500', '143601.382500', '143601.842500', '143602.302500', '143602.762500', '143603.222500', '143603.682500', '143604.142500', '143604.602500', '143605.062500', '143605.522500', '143605.982500', '143606.442500', '143606.902500', '143607.362500', '143607.822500', '143608.282500', '143608.742500', '143609.202500', '143609.662500', '143610.122500', '143610.582500', '143611.042500', '143611.502500', '143611.962500', '143612.422500', '143612.882500', '143613.342500', '143613.802500', '143614.262500', '143614.722500', '143615.182500', '143615.642500', '143616.102500', '143616.562500', '143617.022500', '143617.482500', '143617.942500', '143618.402500', '143618.862500', '143619.322500', '143619.782500', '143620.242500', '143620.702500', '143621.162500', '143621.622500', '143622.082500', '143622.542500', '143623.002500', '143623.462500', '143623.922500', '143624.382500', '143624.842500', '143625.302500', '143625.762500', '143626.222500', '143626.682500', '143627.142500', '143627.602500', '143628.062500', '143628.522500', '143628.982500', '143629.442500', '143629.902500', '143630.362500', '143630.822500', '143631.282500', '143631.742500', '143632.202500', '143632.662500', '143633.122500', '143633.582500', '143634.042500', '143634.502500', '143634.962500', '143635.422500', '143635.882500', '143636.342500', '143636.802500', '143637.262500', '143637.722500', '143638.182500', '143638.642500', '143639.102500', '143639.562500', '143640.022500', '143640.482500', '143640.942500', '143641.402500', '143641.862500', '143642.322500', '143642.782500', '143643.242500', '143643.702500', '143644.162500', '143644.622500', '143645.082500', '143645.542500', '143646.002500', '143646.462500', '143646.922500', '143647.382500', '143647.842500', '143648.302500', '143648.762500', '143649.222500', '143649.682500', '143650.142500', '143650.602500', '143651.062500', '143651.522500', '143651.982500', '143652.442500', '143652.902500', '143653.362500', '143653.822500', '143654.282500', '143654.742500', '143655.202500', '143655.662500', '143656.122500', '143656.582500', '143657.042500', '143657.502500', '143657.962500', '143658.422500', '143658.882500', '143659.342500', '143659.802500', '143700.262500', '143700.722500', '143701.182500', '143701.642500', '143702.102500', '143702.562500', '143703.022500', '143703.482500', '143703.942500', '143704.402500', '143704.862500', '143705.322500', '143705.782500', '143706.242500', '143706.702500', '143707.162500', '143707.622500', '143708.082500', '143708.542500', '143709.002500', '143709.462500', '143709.922500', '143710.382500', '143710.842500', '143711.302500', '143711.762500', '143712.222500', '143712.682500', '143713.142500', '143713.602500', '143714.062500', '143714.522500', '143714.982500', '143715.442500', '143715.902500', '143716.362500', '143716.822500', '143717.282500', '143717.742500', '143718.202500', '143718.662500', '143719.122500', '143719.582500', '143720.042500', '143720.502500', '143720.962500', '143721.422500', '143721.882500', '143722.342500', '143722.802500', '143723.262500', '143723.722500', '143724.182500', '143724.642500', '143725.102500', '143725.562500', '143726.022500', '143726.482500', '143726.942500', '143727.402500', '143727.862500', '143728.322500', '143728.782500', '143729.242500', '143729.702500', '143730.162500', '143730.622500', '143731.082500', '143731.542500', '143732.002500', '143732.462500', '143732.922500', '143733.382500', '143733.842500', '143734.302500', '143734.762500', '143735.222500', '143735.682500', '143736.142500', '143736.602500', '143737.062500', '143737.522500', '143737.982500', '143738.442500', '143738.902500', '143739.362500', '143739.822500', '143740.282500', '143740.742500', '143741.202500', '143741.662500', '143742.122500', '143742.582500', '143743.042500', '143743.502500', '143743.962500', '143744.422500', '143744.882500', '143745.342500', '143745.802500', '143746.262500', '143746.722500', '143747.182500', '143747.642500', '143748.102500', '143748.562500', '143749.022500', '143749.482500', '143749.942500', '143750.402500', '143750.862500', '143751.322500', '143751.782500', '143752.242500', '143752.702500', '143753.162500', '143753.622500', '143754.082500', '143754.542500', '143755.002500', '143755.462500', '143755.922500', '143756.382500', '143756.842500', '143757.302500', '143757.762500', '143758.222500', '143758.682500', '143759.142500', '143759.602500', '143800.062500', '143800.522500', '143800.982500', '143801.442500', '143801.902500', '143802.362500', '143802.822500', '143803.282500', '143803.742500', '143804.202500', '143804.662500', '143805.122500', '143805.582500', '143806.042500', '143806.502500', '143806.962500', '143807.422500', '143807.882500', '143808.342500', '143808.802500', '143809.262500', '143809.722500', '143810.182500', '143810.642500', '143811.102500', '143811.562500', '143812.022500', '143812.482500', '143812.942500', '143813.402500', '143813.862500', '143814.322500', '143814.782500', '143815.242500', '143815.702500', '143816.162500', '143816.622500', '143817.082500', '143817.542500', '143818.002500', '143818.462500', '143818.922500', '143819.382500', '143819.842500', '143820.302500', '143820.762500', '143821.222500', '143821.682500', '143822.142500', '143822.602500', '143823.062500', '143823.522500', '143823.982500', '143824.442500', '143824.902500', '143825.362500', '143825.822500', '143826.282500', '143826.742500', '143827.202500', '143827.662500', '143828.122500', '143828.582500', '143829.042500', '143829.502500', '143829.962500', '143830.422500', '143830.882500', '143831.342500', '143831.802500', '143832.262500', '143832.722500', '143833.182500', '143833.642500', '143834.102500', '143834.562500', '143835.022500', '143835.482500', '143835.942500', '143836.402500', '143836.862500', '143837.322500', '143837.782500', '143838.242500', '143838.702500', '143839.162500', '143839.622500', '143840.082500', '143840.542500', '143841.002500', '143841.462500', '143841.922500', '143842.382500', '143842.842500', '143843.302500', '143843.762500', '143844.222500', '143844.682500', '143845.142500', '143845.602500', '143846.062500', '143846.522500', '143846.982500', '143847.442500', '143847.902500', '143848.362500', '143848.822500', '143849.282500', '143849.742500', '143850.202500', '143850.662500', '143851.122500', '143851.582500', '143852.042500', '143852.502500', '143852.962500', '143853.422500', '143853.882500', '143854.342500', '143854.802500', '143855.262500', '143855.722500', '143856.182500', '143856.642500', '143857.102500', '143857.562500', '143858.022500', '143858.482500', '143858.942500', '143859.402500', '143859.862500', '143900.322500', '143900.782500', '143901.242500', '143901.702500', '143902.162500', '143902.622500', '143903.082500', '143903.542500', '143904.002500', '143904.462500', '143904.922500', '143905.382500', '143905.842500', '143906.302500', '143906.762500', '143907.222500', '143907.682500', '143908.142500', '143908.602500', '143909.062500', '143909.522500', '143909.982500', '143910.442500', '143910.902500', '143911.362500', '143911.822500', '143912.282500', '143912.742500', '143913.202500', '143913.662500', '143914.122500', '143914.582500', '143915.042500', '143915.502500', '143915.962500', '143916.422500', '143916.882500', '143917.342500', '143917.802500', '143918.262500', '143918.722500', '143919.182500', '143919.642500', '143920.102500', '143920.562500', '143921.022500', '143921.482500', '143921.942500', '143922.402500', '143922.862500', '143923.322500', '143923.782500', '143924.242500', '143924.702500', '143925.162500', '143925.622500', '143926.082500', '143926.542500', '143927.002500', '143927.462500', '143927.922500', '143928.382500', '143928.842500', '143929.302500', '143929.762500', '143930.222500', '143930.682500', '143931.142500', '143931.602500', '143932.062500', '143932.522500', '143932.982500', '143933.442500', '143933.902500', '143934.362500', '143934.822500', '143935.282500', '143935.742500', '143936.202500', '143936.662500', '143937.122500', '143937.582500', '143938.042500', '143938.502500', '143938.962500', '143939.422500', '143939.882500', '143940.342500', '143940.802500', '143941.262500', '143941.722500', '143942.182500', '143942.642500', '143943.102500', '143943.562500', '143944.022500', '143944.482500', '143944.942500', '143945.402500', '143945.862500', '143946.322500', '143946.782500', '143947.242500', '143947.702500', '143948.162500', '143948.622500', '143949.082500', '143949.542500', '143950.002500', '143950.462500', '143950.922500', '143951.382500', '143951.842500', '143952.302500', '143952.762500', '143953.222500', '143953.682500', '143954.142500', '143954.602500', '143955.062500', '143955.522500', '143955.982500', '143956.442500', '143956.902500', '143957.362500', '143957.822500', '143958.282500', '143958.742500', '143959.202500', '143959.662500', '144000.122500', '144000.582500', '144001.042500', '144001.502500', '144001.962500', '144002.422500', '144002.882500', '144003.342500', '144003.802500', '144004.262500', '144004.722500', '144005.182500', '144005.642500', '144006.102500', '144006.562500', '144007.022500', '144007.482500', '144007.942500', '144008.402500', '144008.862500', '144009.322500', '144009.782500', '144010.242500', '144010.702500', '144011.162500', '144011.622500', '144012.082500', '144012.542500', '144013.002500', '144013.462500', '144013.922500', '144014.382500', '144014.842500', '144015.302500', '144015.762500', '144016.222500', '144016.682500', '144017.142500', '144017.602500', '144018.062500', '144018.522500', '144018.982500', '144019.442500', '144019.902500', '144020.362500', '144020.822500', '144021.282500', '144021.742500', '144022.202500', '144022.662500', '144023.122500', '144023.582500', '144024.042500', '144024.502500', '144024.962500', '144025.422500', '144025.882500', '144026.342500', '144026.802500', '144027.262500', '144027.722500', '144028.182500', '144028.642500', '144029.102500', '144029.562500', '144030.022500', '144030.482500', '144030.942500', '144031.402500', '144031.862500', '144032.322500', '144032.782500', '144033.242500', '144033.702500', '144034.162500', '144034.622500', '144035.082500', '144035.542500', '144036.002500', '144036.462500', '144036.922500', '144037.382500', '144037.842500', '144038.302500', '144038.762500', '144039.222500', '144039.682500', '144040.142500', '144040.602500', '144041.062500', '144041.522500', '144041.982500', '144042.442500', '144042.902500', '144043.362500', '144043.822500', '144044.282500', '144044.742500', '144045.202500', '144045.662500', '144046.122500', '144046.582500', '144047.042500', '144047.502500', '144047.962500', '144048.422500', '144048.882500', '144049.342500', '144049.802500', '144050.262500', '144050.722500', '144051.182500', '144051.642500', '144052.102500', '144052.562500', '144053.022500', '144053.482500', '144053.942500', '144054.402500', '144054.862500', '144055.322500', '144055.782500', '144056.242500', '144056.702500', '144057.162500', '144057.622500', '144058.082500', '144058.542500', '144059.002500', '144059.462500', '144059.922500', '144100.382500', '144100.842500', '144101.302500', '144101.762500', '144102.222500', '144102.682500', '144103.142500', '144103.602500', '144104.062500', '144104.522500', '144104.982500', '144105.442500', '144105.902500', '144106.362500', '144106.822500', '144107.282500', '144107.742500', '144108.202500', '144108.662500', '144109.122500', '144109.582500', '144110.042500'], 'ContentTime': ['143440.606000', '143440.610000', '143440.612000', '143440.615000', '143440.618000', '143440.621000', '143440.624000', '143440.626000', '143440.629000', '143440.632000', '143440.634000', '143440.637000', '143440.639000', '143440.642000', '143440.645000', '143440.647000', '143440.650000', '143440.652000', '143440.655000', '143440.658000', '143440.660000', '143440.663000', '143500.566000', '143500.568000', '143500.571000', '143500.574000', '143500.576000', '143500.579000', '143500.581000', '143500.584000', '143500.587000', '143500.589000', '143500.592000', '143500.594000', '143500.597000', '143500.600000', '143500.602000', '143500.605000', '143500.608000', '143500.610000', '143500.613000', '143500.621000', '143500.623000', '143500.626000', '143500.629000', '143500.631000', '143500.634000', '143500.636000', '143500.639000', '143500.642000', '143500.644000', '143500.647000', '143500.656000', '143500.659000', '143500.661000', '143500.664000', '143500.667000', '143500.669000', '143500.672000', '143500.675000', '143500.677000', '143500.680000', '143500.683000', '143500.685000', '143500.688000', '143520.565000', '143520.568000', '143520.571000', '143520.573000', '143520.576000', '143520.579000', '143520.581000', '143520.588000', '143520.591000', '143520.594000', '143520.596000', '143520.599000', '143520.601000', '143520.604000', '143520.607000', '143520.609000', '143520.612000', '143520.615000', '143520.617000', '143520.620000', '143520.622000', '143520.625000', '143520.628000', '143520.630000', '143520.633000', '143520.636000', '143520.638000', '143520.641000', '143520.643000', '143520.646000', '143520.648000', '143520.651000', '143520.654000', '143520.665000', '143520.668000', '143520.676000', '143520.679000', '143520.682000', '143520.684000', '143520.687000', '143520.689000', '143520.692000', '143520.695000', '143520.697000', '143540.566000', '143540.569000', '143540.572000', '143540.575000', '143540.577000', '143540.580000', '143540.583000', '143540.585000', '143540.588000', '143540.591000', '143540.593000', '143540.596000', '143540.599000', '143540.601000', '143540.604000', '143540.606000', '143540.609000', '143540.612000', '143540.614000', '143540.617000', '143540.620000', '143540.622000', '143540.625000', '143540.628000', '143540.630000', '143540.633000', '143540.635000', '143540.638000', '143540.641000', '143540.643000', '143540.646000', '143540.649000', '143540.651000', '143540.654000', '143540.657000', '143540.659000', '143540.662000', '143540.664000', '143540.667000', '143540.670000', '143540.672000', '143540.675000', '143540.678000', '143600.566000', '143600.569000', '143600.572000', '143600.575000', '143600.578000', '143600.580000', '143600.583000', '143600.585000', '143600.588000', '143600.591000', '143600.593000', '143600.596000', '143600.599000', '143600.602000', '143600.604000', '143600.607000', '143600.609000', '143600.612000', '143600.615000', '143600.617000', '143600.620000', '143600.623000', '143600.626000', '143600.628000', '143600.631000', '143600.634000', '143600.636000', '143600.639000', '143600.642000', '143600.645000', '143600.647000', '143600.650000', '143600.653000', '143600.655000', '143600.658000', '143600.660000', '143600.663000', '143600.666000', '143600.668000', '143600.671000', '143600.674000', '143600.676000', '143600.679000', '143620.566000', '143620.569000', '143620.572000', '143620.575000', '143620.577000', '143620.580000', '143620.583000', '143620.585000', '143620.588000', '143620.591000', '143620.593000', '143620.596000', '143620.599000', '143620.601000', '143620.604000', '143620.607000', '143620.609000', '143620.612000', '143620.615000', '143620.617000', '143620.620000', '143620.622000', '143620.625000', '143620.628000', '143620.630000', '143620.633000', '143620.636000', '143620.638000', '143620.641000', '143620.643000', '143620.646000', '143620.649000', '143620.651000', '143620.654000', '143620.657000', '143620.659000', '143620.662000', '143620.665000', '143620.667000', '143620.670000', '143620.672000', '143620.675000', '143620.678000', '143620.680000', '143640.565000', '143640.568000', '143640.571000', '143640.574000', '143640.576000', '143640.579000', '143640.582000', '143640.584000', '143640.587000', '143640.590000', '143640.592000', '143640.595000', '143640.597000', '143640.600000', '143640.603000', '143640.605000', '143640.608000', '143640.611000', '143640.613000', '143640.616000', '143640.618000', '143640.621000', '143640.624000', '143640.627000', '143640.630000', '143640.633000', '143640.635000', '143640.638000', '143640.641000', '143640.643000', '143640.646000', '143640.649000', '143640.651000', '143640.654000', '143640.657000', '143640.659000', '143640.662000', '143640.665000', '143640.667000', '143640.670000', '143640.673000', '143640.675000', '143640.678000', '143700.565000', '143700.568000', '143700.571000', '143700.574000', '143700.577000', '143700.579000', '143700.582000', '143700.585000', '143700.587000', '143700.590000', '143700.592000', '143700.595000', '143700.598000', '143700.600000', '143700.603000', '143700.606000', '143700.608000', '143700.611000', '143700.614000', '143700.616000', '143700.619000', '143700.622000', '143700.624000', '143700.627000', '143700.629000', '143700.632000', '143700.635000', '143700.637000', '143700.640000', '143700.651000', '143700.654000', '143700.657000', '143700.659000', '143700.662000', '143700.665000', '143700.667000', '143700.670000', '143700.672000', '143700.675000', '143700.678000', '143700.680000', '143700.683000', '143700.685000', '143700.688000', '143720.565000', '143720.568000', '143720.571000', '143720.574000', '143720.576000', '143720.579000', '143720.582000', '143720.585000', '143720.587000', '143720.590000', '143720.593000', '143720.595000', '143720.598000', '143720.602000', '143720.605000', '143720.607000', '143720.610000', '143720.612000', '143720.615000', '143720.618000', '143720.620000', '143720.623000', '143720.626000', '143720.628000', '143720.631000', '143720.633000', '143720.636000', '143720.639000', '143720.642000', '143720.644000', '143720.647000', '143720.649000', '143720.652000', '143720.655000', '143720.658000', '143720.660000', '143720.663000', '143720.666000', '143720.668000', '143720.671000', '143720.674000', '143720.676000', '143720.679000', '143740.565000', '143740.569000', '143740.571000', '143740.574000', '143740.576000', '143740.579000', '143740.582000', '143740.585000', '143740.587000', '143740.591000', '143740.593000', '143740.596000', '143740.599000', '143740.602000', '143740.604000', '143740.607000', '143740.610000', '143740.612000', '143740.615000', '143740.618000', '143740.620000', '143740.623000', '143740.625000', '143740.628000', '143740.631000', '143740.633000', '143740.636000', '143740.639000', '143740.641000', '143740.644000', '143740.647000', '143740.649000', '143740.652000', '143740.655000', '143740.657000', '143740.660000', '143740.662000', '143740.665000', '143740.668000', '143740.670000', '143740.673000', '143740.676000', '143740.678000', '143740.681000', '143800.567000', '143800.570000', '143800.572000', '143800.575000', '143800.578000', '143800.580000', '143800.583000', '143800.586000', '143800.588000', '143800.591000', '143800.593000', '143800.596000', '143800.599000', '143800.602000', '143800.605000', '143800.608000', '143800.611000', '143800.614000', '143800.617000', '143800.620000', '143800.622000', '143800.625000', '143800.628000', '143800.630000', '143800.633000', '143800.635000', '143800.638000', '143800.641000', '143800.643000', '143800.646000', '143800.649000', '143800.651000', '143800.654000', '143800.657000', '143800.659000', '143800.662000', '143800.664000', '143800.667000', '143800.670000', '143800.672000', '143800.675000', '143800.677000', '143800.680000', '143820.566000', '143820.569000', '143820.572000', '143820.574000', '143820.577000', '143820.580000', '143820.582000', '143820.585000', '143820.588000', '143820.590000', '143820.593000', '143820.596000', '143820.598000', '143820.601000', '143820.604000', '143820.606000', '143820.609000', '143820.612000', '143820.614000', '143820.617000', '143820.620000', '143820.622000', '143820.625000', '143820.627000', '143820.630000', '143820.633000', '143820.636000', '143820.638000', '143820.641000', '143820.644000', '143820.646000', '143820.649000', '143820.651000', '143820.654000', '143820.657000', '143820.659000', '143820.662000', '143820.665000', '143820.667000', '143820.670000', '143820.673000', '143820.675000', '143820.678000', '143820.680000', '143840.567000', '143840.570000', '143840.572000', '143840.575000', '143840.578000', '143840.580000', '143840.583000', '143840.586000', '143840.588000', '143840.598000', '143840.613000', '143840.616000', '143840.618000', '143840.621000', '143840.624000', '143840.626000', '143840.629000', '143840.632000', '143840.635000', '143840.637000', '143840.642000', '143840.645000', '143840.647000', '143840.650000', '143840.653000', '143840.655000', '143840.658000', '143840.660000', '143840.663000', '143840.666000', '143840.669000', '143840.671000', '143840.674000', '143840.676000', '143840.679000', '143840.682000', '143840.684000', '143840.687000', '143840.690000', '143840.692000', '143840.695000', '143840.698000', '143840.700000', '143900.565000', '143900.568000', '143900.571000', '143900.581000', '143900.584000', '143900.586000', '143900.589000', '143900.592000', '143900.594000', '143900.597000', '143900.600000', '143900.602000', '143900.605000', '143900.608000', '143900.610000', '143900.613000', '143900.616000', '143900.619000', '143900.621000', '143900.624000', '143900.627000', '143900.629000', '143900.632000', '143900.635000', '143900.637000', '143900.640000', '143900.642000', '143900.645000', '143900.648000', '143900.650000', '143900.653000', '143900.656000', '143900.658000', '143900.661000', '143900.663000', '143900.666000', '143900.669000', '143900.671000', '143900.674000', '143900.677000', '143900.679000', '143900.682000', '143900.685000', '143900.687000', '143920.566000', '143920.569000', '143920.571000', '143920.574000', '143920.577000', '143920.579000', '143920.582000', '143920.585000', '143920.587000', '143920.590000', '143920.593000', '143920.595000', '143920.598000', '143920.601000', '143920.603000', '143920.606000', '143920.609000', '143920.611000', '143920.614000', '143920.617000', '143920.619000', '143920.622000', '143920.625000', '143920.627000', '143920.630000', '143920.633000', '143920.635000', '143920.638000', '143920.641000', '143920.644000', '143920.646000', '143920.649000', '143920.652000', '143920.654000', '143920.657000', '143920.660000', '143920.662000', '143920.665000', '143920.668000', '143920.670000', '143920.673000', '143920.676000', '143920.678000', '143940.565000', '143940.568000', '143940.571000', '143940.574000', '143940.577000', '143940.579000', '143940.582000', '143940.585000', '143940.587000', '143940.590000', '143940.593000', '143940.595000', '143940.598000', '143940.601000', '143940.603000', '143940.606000', '143940.608000', '143940.611000', '143940.614000', '143940.616000', '143940.619000', '143940.622000', '143940.625000', '143940.627000', '143940.630000', '143940.632000', '143940.635000', '143940.638000', '143940.640000', '143940.643000', '143940.646000', '143940.648000', '143940.651000', '143940.653000', '143940.656000', '143940.659000', '143940.662000', '143940.664000', '143940.667000', '143940.670000', '143940.672000', '143940.675000', '143940.678000', '143940.680000', '144000.566000', '144000.569000', '144000.571000', '144000.574000', '144000.577000', '144000.579000', '144000.582000', '144000.585000', '144000.587000', '144000.590000', '144000.593000', '144000.595000', '144000.598000', '144000.601000', '144000.603000', '144000.606000', '144000.609000', '144000.611000', '144000.614000', '144000.617000', '144000.619000', '144000.622000', '144000.625000', '144000.627000', '144000.630000', '144000.633000', '144000.635000', '144000.638000', '144000.640000', '144000.643000', '144000.646000', '144000.648000', '144000.651000', '144000.654000', '144000.657000', '144000.670000', '144000.673000', '144000.676000', '144000.678000', '144000.682000', '144000.685000', '144000.687000', '144000.690000', '144020.566000', '144020.570000', '144020.573000', '144020.575000', '144020.578000', '144020.581000', '144020.583000', '144020.586000', '144020.589000', '144020.591000', '144020.594000', '144020.597000', '144020.599000', '144020.602000', '144020.605000', '144020.607000', '144020.610000', '144020.613000', '144020.615000', '144020.619000', '144020.622000', '144020.625000', '144020.628000', '144020.630000', '144020.633000', '144020.636000', '144020.638000', '144020.641000', '144020.643000', '144020.647000', '144020.649000', '144020.652000', '144020.654000', '144020.657000', '144020.660000', '144020.663000', '144020.665000', '144020.668000', '144020.670000', '144020.673000', '144020.676000', '144020.678000', '144020.681000', '144020.684000', '144040.567000', '144040.570000', '144040.572000', '144040.575000', '144040.578000', '144040.580000', '144040.583000', '144040.586000', '144040.588000', '144040.591000', '144040.594000', '144040.597000', '144040.600000', '144040.602000', '144040.605000', '144040.608000', '144040.610000', '144040.613000', '144040.615000', '144040.618000', '144040.621000', '144040.623000', '144040.626000', '144040.629000', '144040.631000', '144040.634000', '144040.636000', '144040.639000', '144040.642000', '144040.644000', '144040.647000', '144040.650000', '144040.652000', '144040.655000', '144040.658000', '144040.660000', '144040.663000', '144040.665000', '144040.668000', '144040.671000', '144040.673000', '144040.676000', '144040.679000', '144100.566000', '144100.569000', '144100.572000', '144100.575000', '144100.578000', '144100.580000', '144100.583000', '144100.586000', '144100.588000', '144100.591000', '144100.594000', '144100.596000', '144100.599000', '144100.601000', '144100.604000', '144100.607000', '144100.609000', '144100.612000', '144100.615000', '144100.617000', '144100.620000', '144100.622000', '144100.625000', '144100.628000', '144100.630000', '144100.633000', '144100.636000', '144100.638000', '144100.641000', '144100.644000', '144100.646000', '144100.649000', '144100.652000', '144100.654000', '144100.657000', '144100.659000', '144100.662000', '144100.665000', '144100.667000', '144100.670000', '144100.673000', '144100.675000', '144100.678000', '144100.681000', '144111.465000', '144111.468000', '144111.470000', '144111.473000', '144111.476000', '144111.478000', '144111.481000', '144111.484000', '144111.486000', '144111.489000', '144111.492000', '144111.494000', '144111.497000', '144111.499000', '144111.502000', '144111.505000', '144111.507000', '144111.510000', '144111.513000', '144111.515000', '144111.518000', '144111.521000', '144111.523000', '144111.526000'], 'InstanceCreationTime': ['143440.606000', '143440.610000', '143440.612000', '143440.615000', '143440.618000', '143440.621000', '143440.624000', '143440.626000', '143440.629000', '143440.632000', '143440.634000', '143440.637000', '143440.639000', '143440.642000', '143440.645000', '143440.647000', '143440.650000', '143440.652000', '143440.655000', '143440.658000', '143440.660000', '143440.663000', '143500.566000', '143500.568000', '143500.571000', '143500.574000', '143500.576000', '143500.579000', '143500.581000', '143500.584000', '143500.587000', '143500.589000', '143500.592000', '143500.594000', '143500.597000', '143500.600000', '143500.602000', '143500.605000', '143500.608000', '143500.610000', '143500.613000', '143500.621000', '143500.623000', '143500.626000', '143500.629000', '143500.631000', '143500.634000', '143500.636000', '143500.639000', '143500.642000', '143500.644000', '143500.647000', '143500.656000', '143500.659000', '143500.661000', '143500.664000', '143500.667000', '143500.669000', '143500.672000', '143500.675000', '143500.677000', '143500.680000', '143500.683000', '143500.685000', '143500.688000', '143520.565000', '143520.568000', '143520.571000', '143520.573000', '143520.576000', '143520.579000', '143520.581000', '143520.588000', '143520.591000', '143520.594000', '143520.596000', '143520.599000', '143520.601000', '143520.604000', '143520.607000', '143520.609000', '143520.612000', '143520.615000', '143520.617000', '143520.620000', '143520.622000', '143520.625000', '143520.628000', '143520.630000', '143520.633000', '143520.636000', '143520.638000', '143520.641000', '143520.643000', '143520.646000', '143520.648000', '143520.651000', '143520.654000', '143520.665000', '143520.668000', '143520.676000', '143520.679000', '143520.682000', '143520.684000', '143520.687000', '143520.689000', '143520.692000', '143520.695000', '143520.697000', '143540.566000', '143540.569000', '143540.572000', '143540.575000', '143540.577000', '143540.580000', '143540.583000', '143540.585000', '143540.588000', '143540.591000', '143540.593000', '143540.596000', '143540.599000', '143540.601000', '143540.604000', '143540.606000', '143540.609000', '143540.612000', '143540.614000', '143540.617000', '143540.620000', '143540.622000', '143540.625000', '143540.628000', '143540.630000', '143540.633000', '143540.635000', '143540.638000', '143540.641000', '143540.643000', '143540.646000', '143540.649000', '143540.651000', '143540.654000', '143540.657000', '143540.659000', '143540.662000', '143540.664000', '143540.667000', '143540.670000', '143540.672000', '143540.675000', '143540.678000', '143600.566000', '143600.569000', '143600.572000', '143600.575000', '143600.578000', '143600.580000', '143600.583000', '143600.585000', '143600.588000', '143600.591000', '143600.593000', '143600.596000', '143600.599000', '143600.602000', '143600.604000', '143600.607000', '143600.609000', '143600.612000', '143600.615000', '143600.617000', '143600.620000', '143600.623000', '143600.626000', '143600.628000', '143600.631000', '143600.634000', '143600.636000', '143600.639000', '143600.642000', '143600.645000', '143600.647000', '143600.650000', '143600.653000', '143600.655000', '143600.658000', '143600.660000', '143600.663000', '143600.666000', '143600.668000', '143600.671000', '143600.674000', '143600.676000', '143600.679000', '143620.566000', '143620.569000', '143620.572000', '143620.575000', '143620.577000', '143620.580000', '143620.583000', '143620.585000', '143620.588000', '143620.591000', '143620.593000', '143620.596000', '143620.599000', '143620.601000', '143620.604000', '143620.607000', '143620.609000', '143620.612000', '143620.615000', '143620.617000', '143620.620000', '143620.622000', '143620.625000', '143620.628000', '143620.630000', '143620.633000', '143620.636000', '143620.638000', '143620.641000', '143620.643000', '143620.646000', '143620.649000', '143620.651000', '143620.654000', '143620.657000', '143620.659000', '143620.662000', '143620.665000', '143620.667000', '143620.670000', '143620.672000', '143620.675000', '143620.678000', '143620.680000', '143640.565000', '143640.568000', '143640.571000', '143640.574000', '143640.576000', '143640.579000', '143640.582000', '143640.584000', '143640.587000', '143640.590000', '143640.592000', '143640.595000', '143640.597000', '143640.600000', '143640.603000', '143640.605000', '143640.608000', '143640.611000', '143640.613000', '143640.616000', '143640.618000', '143640.621000', '143640.624000', '143640.627000', '143640.630000', '143640.633000', '143640.635000', '143640.638000', '143640.641000', '143640.643000', '143640.646000', '143640.649000', '143640.651000', '143640.654000', '143640.657000', '143640.659000', '143640.662000', '143640.665000', '143640.667000', '143640.670000', '143640.673000', '143640.675000', '143640.678000', '143700.565000', '143700.568000', '143700.571000', '143700.574000', '143700.577000', '143700.579000', '143700.582000', '143700.585000', '143700.587000', '143700.590000', '143700.592000', '143700.595000', '143700.598000', '143700.600000', '143700.603000', '143700.606000', '143700.608000', '143700.611000', '143700.614000', '143700.616000', '143700.619000', '143700.622000', '143700.624000', '143700.627000', '143700.629000', '143700.632000', '143700.635000', '143700.637000', '143700.640000', '143700.651000', '143700.654000', '143700.657000', '143700.659000', '143700.662000', '143700.665000', '143700.667000', '143700.670000', '143700.672000', '143700.675000', '143700.678000', '143700.680000', '143700.683000', '143700.685000', '143700.688000', '143720.565000', '143720.568000', '143720.571000', '143720.574000', '143720.576000', '143720.579000', '143720.582000', '143720.585000', '143720.587000', '143720.590000', '143720.593000', '143720.595000', '143720.598000', '143720.602000', '143720.605000', '143720.607000', '143720.610000', '143720.612000', '143720.615000', '143720.618000', '143720.620000', '143720.623000', '143720.626000', '143720.628000', '143720.631000', '143720.633000', '143720.636000', '143720.639000', '143720.642000', '143720.644000', '143720.647000', '143720.649000', '143720.652000', '143720.655000', '143720.658000', '143720.660000', '143720.663000', '143720.666000', '143720.668000', '143720.671000', '143720.674000', '143720.676000', '143720.679000', '143740.565000', '143740.569000', '143740.571000', '143740.574000', '143740.576000', '143740.579000', '143740.582000', '143740.585000', '143740.587000', '143740.591000', '143740.593000', '143740.596000', '143740.599000', '143740.602000', '143740.604000', '143740.607000', '143740.610000', '143740.612000', '143740.615000', '143740.618000', '143740.620000', '143740.623000', '143740.625000', '143740.628000', '143740.631000', '143740.633000', '143740.636000', '143740.639000', '143740.641000', '143740.644000', '143740.647000', '143740.649000', '143740.652000', '143740.655000', '143740.657000', '143740.660000', '143740.662000', '143740.665000', '143740.668000', '143740.670000', '143740.673000', '143740.676000', '143740.678000', '143740.681000', '143800.567000', '143800.570000', '143800.572000', '143800.575000', '143800.578000', '143800.580000', '143800.583000', '143800.586000', '143800.588000', '143800.591000', '143800.593000', '143800.596000', '143800.599000', '143800.602000', '143800.605000', '143800.608000', '143800.611000', '143800.614000', '143800.617000', '143800.620000', '143800.622000', '143800.625000', '143800.628000', '143800.630000', '143800.633000', '143800.635000', '143800.638000', '143800.641000', '143800.643000', '143800.646000', '143800.649000', '143800.651000', '143800.654000', '143800.657000', '143800.659000', '143800.662000', '143800.664000', '143800.667000', '143800.670000', '143800.672000', '143800.675000', '143800.677000', '143800.680000', '143820.566000', '143820.569000', '143820.572000', '143820.574000', '143820.577000', '143820.580000', '143820.582000', '143820.585000', '143820.588000', '143820.590000', '143820.593000', '143820.596000', '143820.598000', '143820.601000', '143820.604000', '143820.606000', '143820.609000', '143820.612000', '143820.614000', '143820.617000', '143820.620000', '143820.622000', '143820.625000', '143820.627000', '143820.630000', '143820.633000', '143820.636000', '143820.638000', '143820.641000', '143820.644000', '143820.646000', '143820.649000', '143820.651000', '143820.654000', '143820.657000', '143820.659000', '143820.662000', '143820.665000', '143820.667000', '143820.670000', '143820.673000', '143820.675000', '143820.678000', '143820.680000', '143840.567000', '143840.570000', '143840.572000', '143840.575000', '143840.578000', '143840.580000', '143840.583000', '143840.586000', '143840.588000', '143840.598000', '143840.613000', '143840.616000', '143840.618000', '143840.621000', '143840.624000', '143840.626000', '143840.629000', '143840.632000', '143840.635000', '143840.637000', '143840.642000', '143840.645000', '143840.647000', '143840.650000', '143840.653000', '143840.655000', '143840.658000', '143840.660000', '143840.663000', '143840.666000', '143840.669000', '143840.671000', '143840.674000', '143840.676000', '143840.679000', '143840.682000', '143840.684000', '143840.687000', '143840.690000', '143840.692000', '143840.695000', '143840.698000', '143840.700000', '143900.565000', '143900.568000', '143900.571000', '143900.581000', '143900.584000', '143900.586000', '143900.589000', '143900.592000', '143900.594000', '143900.597000', '143900.600000', '143900.602000', '143900.605000', '143900.608000', '143900.610000', '143900.613000', '143900.616000', '143900.619000', '143900.621000', '143900.624000', '143900.627000', '143900.629000', '143900.632000', '143900.635000', '143900.637000', '143900.640000', '143900.642000', '143900.645000', '143900.648000', '143900.650000', '143900.653000', '143900.656000', '143900.658000', '143900.661000', '143900.663000', '143900.666000', '143900.669000', '143900.671000', '143900.674000', '143900.677000', '143900.679000', '143900.682000', '143900.685000', '143900.687000', '143920.566000', '143920.569000', '143920.571000', '143920.574000', '143920.577000', '143920.579000', '143920.582000', '143920.585000', '143920.587000', '143920.590000', '143920.593000', '143920.595000', '143920.598000', '143920.601000', '143920.603000', '143920.606000', '143920.609000', '143920.611000', '143920.614000', '143920.617000', '143920.619000', '143920.622000', '143920.625000', '143920.627000', '143920.630000', '143920.633000', '143920.635000', '143920.638000', '143920.641000', '143920.644000', '143920.646000', '143920.649000', '143920.652000', '143920.654000', '143920.657000', '143920.660000', '143920.662000', '143920.665000', '143920.668000', '143920.670000', '143920.673000', '143920.676000', '143920.678000', '143940.565000', '143940.568000', '143940.571000', '143940.574000', '143940.577000', '143940.579000', '143940.582000', '143940.585000', '143940.587000', '143940.590000', '143940.593000', '143940.595000', '143940.598000', '143940.601000', '143940.603000', '143940.606000', '143940.608000', '143940.611000', '143940.614000', '143940.616000', '143940.619000', '143940.622000', '143940.625000', '143940.627000', '143940.630000', '143940.632000', '143940.635000', '143940.638000', '143940.640000', '143940.643000', '143940.646000', '143940.648000', '143940.651000', '143940.653000', '143940.656000', '143940.659000', '143940.662000', '143940.664000', '143940.667000', '143940.670000', '143940.672000', '143940.675000', '143940.678000', '143940.680000', '144000.566000', '144000.569000', '144000.571000', '144000.574000', '144000.577000', '144000.579000', '144000.582000', '144000.585000', '144000.587000', '144000.590000', '144000.593000', '144000.595000', '144000.598000', '144000.601000', '144000.603000', '144000.606000', '144000.609000', '144000.611000', '144000.614000', '144000.617000', '144000.619000', '144000.622000', '144000.625000', '144000.627000', '144000.630000', '144000.633000', '144000.635000', '144000.638000', '144000.640000', '144000.643000', '144000.646000', '144000.648000', '144000.651000', '144000.654000', '144000.657000', '144000.670000', '144000.673000', '144000.676000', '144000.678000', '144000.682000', '144000.685000', '144000.687000', '144000.690000', '144020.566000', '144020.570000', '144020.573000', '144020.575000', '144020.578000', '144020.581000', '144020.583000', '144020.586000', '144020.589000', '144020.591000', '144020.594000', '144020.597000', '144020.599000', '144020.602000', '144020.605000', '144020.607000', '144020.610000', '144020.613000', '144020.615000', '144020.619000', '144020.622000', '144020.625000', '144020.628000', '144020.630000', '144020.633000', '144020.636000', '144020.638000', '144020.641000', '144020.643000', '144020.647000', '144020.649000', '144020.652000', '144020.654000', '144020.657000', '144020.660000', '144020.663000', '144020.665000', '144020.668000', '144020.670000', '144020.673000', '144020.676000', '144020.678000', '144020.681000', '144020.684000', '144040.567000', '144040.570000', '144040.572000', '144040.575000', '144040.578000', '144040.580000', '144040.583000', '144040.586000', '144040.588000', '144040.591000', '144040.594000', '144040.597000', '144040.600000', '144040.602000', '144040.605000', '144040.608000', '144040.610000', '144040.613000', '144040.615000', '144040.618000', '144040.621000', '144040.623000', '144040.626000', '144040.629000', '144040.631000', '144040.634000', '144040.636000', '144040.639000', '144040.642000', '144040.644000', '144040.647000', '144040.650000', '144040.652000', '144040.655000', '144040.658000', '144040.660000', '144040.663000', '144040.665000', '144040.668000', '144040.671000', '144040.673000', '144040.676000', '144040.679000', '144100.566000', '144100.569000', '144100.572000', '144100.575000', '144100.578000', '144100.580000', '144100.583000', '144100.586000', '144100.588000', '144100.591000', '144100.594000', '144100.596000', '144100.599000', '144100.601000', '144100.604000', '144100.607000', '144100.609000', '144100.612000', '144100.615000', '144100.617000', '144100.620000', '144100.622000', '144100.625000', '144100.628000', '144100.630000', '144100.633000', '144100.636000', '144100.638000', '144100.641000', '144100.644000', '144100.646000', '144100.649000', '144100.652000', '144100.654000', '144100.657000', '144100.659000', '144100.662000', '144100.665000', '144100.667000', '144100.670000', '144100.673000', '144100.675000', '144100.678000', '144100.681000', '144111.465000', '144111.468000', '144111.470000', '144111.473000', '144111.476000', '144111.478000', '144111.481000', '144111.484000', '144111.486000', '144111.489000', '144111.492000', '144111.494000', '144111.497000', '144111.499000', '144111.502000', '144111.505000', '144111.507000', '144111.510000', '144111.513000', '144111.515000', '144111.518000', '144111.521000', '144111.523000', '144111.526000'], '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': [9452, 19552, 15679, 9828, 9000, 9689, 12332, 11431, 15008, 10186, 9031, 10793, 8941, 10522, 8441, 8592, 10916, 8928, 9104, 9574, 8738, 11464, 8570, 8160, 10205, 8453, 10861, 9058, 8605, 14127, 8851, 11064, 8900, 8742, 12259, 9336, 12361, 9245, 9046, 11858, 9761, 13386, 8750, 8388, 10384, 9283, 11517, 9838, 8905, 10555, 9398, 9426, 10106, 8795, 11000, 8948, 10232, 9313, 8561, 10880, 9054, 11230, 9665, 8534, 9989, 9100, 11546, 9114, 9172, 13082, 9092, 11872, 9448, 9052, 11879, 9162, 11492, 9305, 8880, 11719, 8987, 9453, 8431, 8765, 11478, 9124, 9604, 9060, 8852, 12629, 9504, 12295, 8878, 8828, 11842, 9579, 13679, 9334, 9075, 12448, 9516, 9907, 13620, 9209, 11817, 9458, 10321, 10280, 9105, 10914, 9237, 12139, 10092, 9012, 10075, 9252, 11582, 9651, 8733, 9796, 9325, 10731, 9540, 9425, 14020, 9229, 9726, 8523, 9489, 12079, 9192, 8582, 8672, 8929, 10836, 9273, 8785, 9647, 9434, 11937, 9273, 11051, 10067, 9301, 11710, 9094, 11748, 10659, 9624, 10874, 9468, 14006, 17385, 9316, 8866, 9457, 9443, 12935, 9510, 9095, 9403, 9195, 11452, 9655, 11513, 9956, 9222, 9619, 9454, 9316, 13485, 9413, 9797, 9120, 8870, 12517, 9402, 9941, 8572, 8961, 12227, 9210, 11170, 8728, 9403, 17885, 10425, 8893, 8975, 9040, 15819, 9800, 8639, 9867, 9794, 9091, 8764, 8220, 9466, 9595, 8221, 8693, 8474, 9024, 9009, 8808, 11266, 8723, 8365, 10212, 9164, 15472, 10730, 8505, 10191, 9244, 13776, 11821, 9149, 11364, 9068, 18630, 13300, 9006, 9605, 9244, 18920, 16028, 10641, 9473, 9102, 9668, 9578, 10557, 14173, 8725, 9450, 8548, 8115, 11353, 8511, 8698, 10663, 9485, 11681, 9375, 8907, 9139, 9582, 9148, 12496, 12612, 13857, 9326, 9119, 11109, 9149, 9990, 9645, 9162, 11044, 9398, 9263, 9221, 9218, 11667, 9320, 8853, 9120, 9566, 11676, 11016, 11998, 8898, 9468, 10528, 9111, 17150, 10675, 8685, 8832, 9091, 10120, 9364, 8779, 8914, 9089, 10497, 9055, 8753, 9811, 9034, 11038, 9402, 9118, 13149, 9258, 8912, 10129, 9147, 16314, 9646, 9043, 11510, 9549, 18638, 14158, 9095, 8967, 9444, 11591, 10642, 14155, 13823, 9202, 9951, 8751, 9725, 12451, 9283, 9768, 8919, 9755, 11695, 9367, 9496, 8757, 9725, 11509, 11744, 16789, 12596, 9149, 9685, 9528, 10357, 9934, 9297, 9593, 9084, 12082, 9606, 8839, 8562, 9156, 11727, 9660, 8782, 8717, 9298, 12076, 9459, 9205, 9084, 10187, 15840, 9284, 10349, 9284, 9603, 12044, 10594, 10645, 9167, 9314, 8609, 9674, 12541, 9222, 9845, 8582, 9428, 10156, 8992, 9250, 8906, 8869, 10713, 9240, 9695, 8824, 9146, 11764, 9157, 16782, 12172, 9206, 11442, 9808, 15408, 16537, 9384, 11133, 9772, 9739, 13278, 9250, 11220, 9306, 9734, 15804, 10058, 10426, 9074, 9458, 11148, 9226, 13749, 9760, 9391, 9663, 9334, 10038, 11040, 11245, 15133, 9081, 8952, 9200, 8818, 8821, 9734, 8646, 9470, 11568, 8738, 8327, 9524, 9147, 16748, 12479, 8995, 9546, 9355, 14224, 13406, 9989, 8811, 9218, 11182, 9250, 10644, 8920, 9153, 10263, 9338, 9119, 10424, 8897, 10930, 9012, 8931, 8899, 8893, 10343, 9026, 12783, 8994, 8871, 9301, 9456, 11270, 9256, 17152, 12023, 9264, 10177, 9217, 9705, 11002, 8604, 10379, 9212, 9183, 10209, 9382, 10526, 8945, 8814, 10432, 9362, 10545, 9061, 9034, 11356, 10997, 13614, 9094, 9469, 11205, 17098, 19147, 14908, 9951, 8965, 9290, 8689, 9344, 9459, 14475, 8958, 9694, 8899, 9424, 12079, 8941, 10589, 8971, 8965, 11098, 8851, 10941, 8985, 8877, 9685, 9214, 11444, 9272, 9294, 10362, 10694, 16627, 12951, 10476, 8805, 9270, 11841, 9507, 16262, 9857, 9080, 10189, 9121, 11520, 9150, 9078, 10669, 9182, 9640, 8586, 9525, 12336, 9365, 18639, 17191, 19113, 18692, 10208, 8945, 9206, 8926, 9155, 9042, 9598, 9123, 8742, 9056, 8334, 8090, 8933, 8745, 8042, 9669, 8565, 11946, 10026, 10596, 11968, 8713, 16332, 14762, 16802, 12275, 8621, 10632, 8508, 11040, 8522, 8938, 10588, 8305, 9327, 8372, 8955, 8982, 9066, 9383, 8914, 10220, 9179, 9533, 9205, 9861, 11382, 8970, 9358, 8544, 9232, 9998, 9383, 10544, 8772, 8474, 9957, 8817, 8576, 9467, 9210, 11998, 9509, 8768, 10529, 8855, 16647, 11769, 8804, 10251, 9040, 17195, 9938, 9518, 9470, 9779, 16827, 12725, 8869, 8742, 9226, 11507, 9010, 14369, 9094, 8691, 9801, 9019, 9130, 9002, 8629, 10083, 8779, 10027, 9266, 8966, 10371, 8777, 12952, 9115, 8859, 10695, 9361, 17882, 13585, 9613, 10114, 9145, 13346, 12554, 8956, 9345, 9447, 11563, 9189, 9687, 8803, 9052, 10542, 9136, 10922, 8777, 8634, 9564, 10126, 11196, 9055, 8728, 9264, 9557, 11370, 9596, 8874, 9396, 8572, 10244, 9483, 8565, 10800, 8628, 9947, 9236, 8974, 14802, 8837, 10330, 8777, 12857, 17058, 12952, 9833, 9127, 9805, 17951, 14518, 13243, 9566, 8403, 9401, 9520, 9100, 9587, 8933, 8283, 10982, 13733, 13743, 15248, 8491, 8656, 11217, 9030, 15002, 16097, 9328, 10384, 8808, 8675, 10063, 8243, 10206, 8244, 8467, 8795, 8926, 10112, 9193, 14140, 10800, 8746, 9182, 9550, 9568, 9300, 9581, 10529, 9171, 10215, 9372, 9705, 9394, 8841, 9848, 9196, 9991, 8749, 8815, 9616, 8935, 10171, 11771, 8710, 10385, 8672, 9286, 10862, 9019, 16138, 10693, 8796, 10643, 9524, 11483, 15600, 9188, 10178, 9595, 9095, 11028, 9458, 10458, 9274, 9038, 9684, 9198, 12522, 9147, 8992, 9554, 9186, 10952, 9676, 9887, 9834, 15513, 17756, 9368, 9703, 8982, 9866, 15466, 15463, 18769, 9422, 8971, 8783, 10072, 11449, 9621, 8446, 8734, 9725, 11792, 9366, 8974, 8949, 9156, 11236, 8458, 9202, 10124, 9227, 16020, 14985, 9516, 10178, 9622, 11455, 10279, 9048, 9681, 9598, 10848, 9418, 8906, 8731, 9476, 10251, 9289, 9053, 9024, 9379, 11690, 9089, 9674, 9879, 8994, 10207, 9429, 9191, 10278, 9172, 10540, 9259, 8778, 8880, 9351, 10005, 9093, 10091, 8489, 9109, 10019, 9269, 15935, 10005, 8998, 9013, 9257, 10428, 9346, 9048, 9995, 8967, 9444], 'WindowCenter': [4916.0, 4991.0, 4935.0, 4849.0, 4823.0, 4834.0, 4861.0, 4855.0, 4869.0, 4818.0, 4805.0, 4823.0, 4793.0, 4824.0, 4794.0, 4797.0, 4823.0, 4806.0, 4817.0, 4832.0, 4811.0, 4848.0, 4822.0, 4823.0, 4842.0, 4802.0, 4851.0, 4833.0, 4823.0, 4892.0, 4821.0, 4837.0, 4808.0, 4820.0, 4857.0, 4819.0, 4858.0, 4818.0, 4822.0, 4858.0, 4841.0, 4869.0, 4795.0, 4796.0, 4827.0, 4816.0, 4845.0, 4830.0, 4807.0, 4822.0, 4815.0, 4815.0, 4825.0, 4811.0, 4836.0, 4822.0, 4839.0, 4820.0, 4809.0, 4838.0, 4832.0, 4848.0, 4827.0, 4810.0, 4815.0, 4809.0, 4833.0, 4820.0, 4816.0, 4870.0, 4822.0, 4845.0, 4816.0, 4805.0, 4858.0, 4822.0, 4836.0, 4829.0, 4817.0, 4859.0, 4824.0, 4817.0, 4800.0, 4821.0, 4859.0, 4835.0, 4830.0, 4823.0, 4831.0, 4870.0, 4846.0, 4862.0, 4807.0, 4820.0, 4859.0, 4827.0, 4878.0, 4819.0, 4810.0, 4846.0, 4831.0, 4827.0, 4877.0, 4818.0, 4836.0, 4817.0, 4826.0, 4826.0, 4808.0, 4824.0, 4818.0, 4853.0, 4839.0, 4806.0, 4817.0, 4831.0, 4848.0, 4827.0, 4810.0, 4817.0, 4809.0, 4834.0, 4826.0, 4818.0, 4879.0, 4820.0, 4816.0, 4807.0, 4829.0, 4854.0, 4831.0, 4809.0, 4797.0, 4817.0, 4850.0, 4832.0, 4824.0, 4831.0, 4821.0, 4858.0, 4828.0, 4850.0, 4827.0, 4807.0, 4849.0, 4817.0, 4860.0, 4826.0, 4819.0, 4838.0, 4826.0, 4875.0, 4897.0, 4808.0, 4793.0, 4814.0, 4826.0, 4856.0, 4831.0, 4808.0, 4806.0, 4821.0, 4846.0, 4814.0, 4846.0, 4816.0, 4806.0, 4816.0, 4827.0, 4818.0, 4869.0, 4821.0, 4815.0, 4806.0, 4819.0, 4855.0, 4820.0, 4806.0, 4809.0, 4808.0, 4848.0, 4807.0, 4835.0, 4808.0, 4814.0, 4895.0, 4825.0, 4796.0, 4806.0, 4848.0, 4933.0, 4802.0, 4792.0, 4815.0, 4829.0, 4809.0, 4795.0, 4795.0, 4814.0, 4811.0, 4808.0, 4807.0, 4810.0, 4817.0, 4819.0, 4832.0, 4863.0, 4821.0, 4810.0, 4853.0, 4841.0, 4898.0, 4853.0, 4809.0, 4826.0, 4830.0, 4876.0, 4859.0, 4818.0, 4846.0, 4820.0, 4904.0, 4867.0, 4794.0, 4802.0, 4814.0, 4901.0, 4872.0, 4811.0, 4800.0, 4791.0, 4800.0, 4801.0, 4824.0, 4863.0, 4798.0, 4803.0, 4793.0, 4784.0, 4831.0, 4807.0, 4818.0, 4837.0, 4830.0, 4857.0, 4816.0, 4809.0, 4804.0, 4814.0, 4830.0, 4856.0, 4869.0, 4869.0, 4804.0, 4793.0, 4836.0, 4817.0, 4815.0, 4803.0, 4793.0, 4834.0, 4805.0, 4807.0, 4805.0, 4819.0, 4835.0, 4809.0, 4796.0, 4804.0, 4829.0, 4846.0, 4838.0, 4835.0, 4795.0, 4804.0, 4825.0, 4803.0, 4883.0, 4828.0, 4782.0, 4791.0, 4806.0, 4822.0, 4815.0, 4806.0, 4805.0, 4806.0, 4836.0, 4818.0, 4821.0, 4831.0, 4821.0, 4837.0, 4830.0, 4821.0, 4870.0, 4818.0, 4819.0, 4852.0, 4832.0, 4898.0, 4818.0, 4808.0, 4849.0, 4830.0, 4907.0, 4868.0, 4798.0, 4795.0, 4817.0, 4836.0, 4823.0, 4866.0, 4852.0, 4793.0, 4802.0, 4806.0, 4812.0, 4857.0, 4809.0, 4806.0, 4808.0, 4817.0, 4848.0, 4822.0, 4817.0, 4806.0, 4831.0, 4847.0, 4845.0, 4898.0, 4855.0, 4804.0, 4804.0, 4817.0, 4825.0, 4829.0, 4820.0, 4819.0, 4820.0, 4844.0, 4829.0, 4806.0, 4793.0, 4817.0, 4844.0, 4820.0, 4796.0, 4807.0, 4819.0, 4843.0, 4818.0, 4803.0, 4818.0, 4826.0, 4884.0, 4806.0, 4813.0, 4817.0, 4813.0, 4841.0, 4826.0, 4823.0, 4805.0, 4789.0, 4792.0, 4799.0, 4842.0, 4817.0, 4813.0, 4791.0, 4814.0, 4824.0, 4817.0, 4818.0, 4810.0, 4807.0, 4837.0, 4832.0, 4821.0, 4818.0, 4821.0, 4859.0, 4829.0, 4909.0, 4859.0, 4806.0, 4835.0, 4827.0, 4884.0, 4898.0, 4808.0, 4827.0, 4827.0, 4815.0, 4856.0, 4805.0, 4822.0, 4818.0, 4815.0, 4871.0, 4826.0, 4813.0, 4795.0, 4803.0, 4837.0, 4805.0, 4866.0, 4816.0, 4804.0, 4804.0, 4807.0, 4813.0, 4821.0, 4831.0, 4870.0, 4803.0, 4806.0, 4801.0, 4796.0, 4804.0, 4815.0, 4808.0, 4830.0, 4852.0, 4812.0, 4796.0, 4830.0, 4820.0, 4895.0, 4849.0, 4796.0, 4804.0, 4807.0, 4865.0, 4866.0, 4805.0, 4793.0, 4795.0, 4822.0, 4804.0, 4826.0, 4791.0, 4791.0, 4811.0, 4805.0, 4792.0, 4827.0, 4793.0, 4823.0, 4809.0, 4806.0, 4808.0, 4796.0, 4825.0, 4818.0, 4856.0, 4806.0, 4793.0, 4791.0, 4815.0, 4834.0, 4802.0, 4884.0, 4846.0, 4795.0, 4801.0, 4803.0, 4812.0, 4835.0, 4797.0, 4815.0, 4806.0, 4817.0, 4826.0, 4819.0, 4826.0, 4808.0, 4808.0, 4837.0, 4822.0, 4825.0, 4806.0, 4818.0, 4847.0, 4842.0, 4854.0, 4796.0, 4817.0, 4835.0, 4871.0, 4893.0, 4874.0, 4802.0, 4789.0, 4803.0, 4793.0, 4805.0, 4815.0, 4865.0, 4797.0, 4793.0, 4805.0, 4805.0, 4847.0, 4807.0, 4814.0, 4808.0, 4807.0, 4832.0, 4805.0, 4824.0, 4793.0, 4805.0, 4817.0, 4817.0, 4846.0, 4808.0, 4819.0, 4827.0, 4836.0, 4888.0, 4856.0, 4813.0, 4791.0, 4803.0, 4833.0, 4814.0, 4886.0, 4817.0, 4792.0, 4825.0, 4803.0, 4833.0, 4793.0, 4794.0, 4813.0, 4807.0, 4804.0, 4794.0, 4818.0, 4855.0, 4817.0, 4905.0, 4898.0, 4905.0, 4908.0, 4824.0, 4803.0, 4803.0, 4792.0, 4803.0, 4794.0, 4805.0, 4805.0, 4795.0, 4805.0, 4798.0, 4796.0, 4807.0, 4808.0, 4785.0, 4835.0, 4812.0, 4849.0, 4819.0, 4828.0, 4836.0, 4811.0, 4887.0, 4864.0, 4871.0, 4809.0, 4754.0, 4787.0, 4768.0, 4797.0, 4795.0, 4792.0, 4811.0, 4772.0, 4778.0, 4771.0, 4792.0, 4802.0, 4794.0, 4803.0, 4796.0, 4802.0, 4806.0, 4818.0, 4804.0, 4813.0, 4837.0, 4795.0, 4805.0, 4792.0, 4815.0, 4814.0, 4819.0, 4828.0, 4809.0, 4797.0, 4830.0, 4822.0, 4813.0, 4819.0, 4821.0, 4861.0, 4834.0, 4812.0, 4838.0, 4824.0, 4899.0, 4865.0, 4811.0, 4827.0, 4820.0, 4899.0, 4822.0, 4806.0, 4816.0, 4826.0, 4884.0, 4847.0, 4793.0, 4781.0, 4805.0, 4833.0, 4793.0, 4863.0, 4805.0, 4799.0, 4812.0, 4807.0, 4802.0, 4816.0, 4809.0, 4826.0, 4820.0, 4826.0, 4819.0, 4821.0, 4827.0, 4821.0, 4869.0, 4813.0, 4806.0, 4839.0, 4819.0, 4906.0, 4856.0, 4803.0, 4801.0, 4806.0, 4842.0, 4844.0, 4795.0, 4794.0, 4805.0, 4832.0, 4804.0, 4803.0, 4791.0, 4794.0, 4823.0, 4804.0, 4823.0, 4784.0, 4794.0, 4816.0, 4823.0, 4834.0, 4806.0, 4795.0, 4802.0, 4826.0, 4842.0, 4828.0, 4819.0, 4819.0, 4807.0, 4825.0, 4826.0, 4809.0, 4838.0, 4811.0, 4817.0, 4820.0, 4820.0, 4877.0, 4808.0, 4826.0, 4809.0, 4856.0, 4897.0, 4846.0, 4802.0, 4817.0, 4825.0, 4893.0, 4866.0, 4854.0, 4817.0, 4799.0, 4809.0, 4805.0, 4795.0, 4803.0, 4809.0, 4799.0, 4837.0, 4866.0, 4880.0, 4874.0, 4782.0, 4781.0, 4822.0, 4797.0, 4865.0, 4877.0, 4793.0, 4802.0, 4808.0, 4783.0, 4802.0, 4769.0, 4812.0, 4784.0, 4783.0, 4782.0, 4796.0, 4826.0, 4804.0, 4852.0, 4823.0, 4781.0, 4791.0, 4791.0, 4791.0, 4804.0, 4802.0, 4813.0, 4794.0, 4803.0, 4803.0, 4800.0, 4804.0, 4793.0, 4801.0, 4805.0, 4813.0, 4799.0, 4809.0, 4816.0, 4819.0, 4825.0, 4849.0, 4798.0, 4828.0, 4798.0, 4807.0, 4836.0, 4808.0, 4887.0, 4827.0, 4796.0, 4825.0, 4816.0, 4834.0, 4886.0, 4808.0, 4813.0, 4804.0, 4808.0, 4835.0, 4818.0, 4814.0, 4795.0, 4791.0, 4821.0, 4808.0, 4831.0, 4792.0, 4807.0, 4813.0, 4808.0, 4811.0, 4804.0, 4816.0, 4811.0, 4871.0, 4884.0, 4795.0, 4789.0, 4793.0, 4799.0, 4846.0, 4863.0, 4881.0, 4793.0, 4768.0, 4780.0, 4799.0, 4821.0, 4803.0, 4770.0, 4792.0, 4813.0, 4844.0, 4806.0, 4794.0, 4807.0, 4816.0, 4848.0, 4799.0, 4805.0, 4838.0, 4818.0, 4886.0, 4889.0, 4816.0, 4815.0, 4815.0, 4835.0, 4814.0, 4806.0, 4805.0, 4805.0, 4823.0, 4806.0, 4805.0, 4795.0, 4816.0, 4812.0, 4818.0, 4806.0, 4806.0, 4817.0, 4845.0, 4805.0, 4816.0, 4815.0, 4795.0, 4814.0, 4803.0, 4806.0, 4826.0, 4805.0, 4824.0, 4807.0, 4797.0, 4806.0, 4805.0, 4815.0, 4806.0, 4827.0, 4795.0, 4795.0, 4826.0, 4804.0, 4884.0, 4816.0, 4795.0, 4791.0, 4817.0, 4824.0, 4817.0, 4809.0, 4816.0, 4797.0, 4817.0], 'WindowWidth': [10764.0, 10836.0, 10736.0, 10598.0, 10553.0, 10569.0, 10599.0, 10591.0, 10600.0, 10524.0, 10509.0, 10529.0, 10486.0, 10531.0, 10489.0, 10495.0, 10528.0, 10513.0, 10528.0, 10551.0, 10521.0, 10569.0, 10543.0, 10546.0, 10566.0, 10509.0, 10583.0, 10564.0, 10544.0, 10638.0, 10534.0, 10549.0, 10514.0, 10540.0, 10584.0, 10534.0, 10581.0, 10528.0, 10543.0, 10590.0, 10570.0, 10597.0, 10493.0, 10495.0, 10544.0, 10529.0, 10564.0, 10549.0, 10509.0, 10525.0, 10522.0, 10525.0, 10537.0, 10524.0, 10553.0, 10545.0, 10560.0, 10536.0, 10516.0, 10555.0, 10559.0, 10576.0, 10545.0, 10520.0, 10521.0, 10513.0, 10544.0, 10538.0, 10527.0, 10604.0, 10537.0, 10560.0, 10523.0, 10510.0, 10584.0, 10535.0, 10549.0, 10548.0, 10532.0, 10587.0, 10544.0, 10528.0, 10507.0, 10543.0, 10589.0, 10566.0, 10549.0, 10542.0, 10555.0, 10607.0, 10579.0, 10591.0, 10510.0, 10538.0, 10591.0, 10543.0, 10612.0, 10529.0, 10518.0, 10561.0, 10553.0, 10541.0, 10610.0, 10527.0, 10548.0, 10524.0, 10537.0, 10538.0, 10514.0, 10529.0, 10531.0, 10576.0, 10561.0, 10510.0, 10524.0, 10554.0, 10575.0, 10543.0, 10519.0, 10523.0, 10514.0, 10549.0, 10543.0, 10530.0, 10615.0, 10534.0, 10520.0, 10512.0, 10547.0, 10575.0, 10554.0, 10517.0, 10496.0, 10527.0, 10577.0, 10555.0, 10546.0, 10549.0, 10534.0, 10586.0, 10548.0, 10579.0, 10540.0, 10510.0, 10574.0, 10528.0, 10588.0, 10536.0, 10527.0, 10559.0, 10543.0, 10605.0, 10635.0, 10510.0, 10488.0, 10518.0, 10542.0, 10581.0, 10554.0, 10512.0, 10508.0, 10537.0, 10568.0, 10521.0, 10567.0, 10523.0, 10507.0, 10522.0, 10544.0, 10531.0, 10601.0, 10532.0, 10516.0, 10509.0, 10535.0, 10576.0, 10534.0, 10503.0, 10518.0, 10515.0, 10569.0, 10511.0, 10546.0, 10520.0, 10524.0, 10633.0, 10533.0, 10492.0, 10511.0, 10590.0, 10716.0, 10496.0, 10484.0, 10520.0, 10544.0, 10516.0, 10491.0, 10493.0, 10524.0, 10512.0, 10519.0, 10515.0, 10520.0, 10528.0, 10537.0, 10556.0, 10600.0, 10537.0, 10523.0, 10589.0, 10570.0, 10643.0, 10581.0, 10515.0, 10535.0, 10552.0, 10608.0, 10588.0, 10526.0, 10563.0, 10536.0, 10646.0, 10593.0, 10487.0, 10500.0, 10522.0, 10637.0, 10596.0, 10508.0, 10492.0, 10479.0, 10497.0, 10496.0, 10532.0, 10584.0, 10496.0, 10497.0, 10489.0, 10474.0, 10537.0, 10511.0, 10535.0, 10559.0, 10551.0, 10583.0, 10525.0, 10515.0, 10501.0, 10517.0, 10551.0, 10583.0, 10601.0, 10596.0, 10502.0, 10485.0, 10552.0, 10525.0, 10516.0, 10498.0, 10482.0, 10547.0, 10506.0, 10508.0, 10505.0, 10529.0, 10548.0, 10513.0, 10492.0, 10504.0, 10547.0, 10566.0, 10556.0, 10543.0, 10487.0, 10502.0, 10536.0, 10502.0, 10611.0, 10537.0, 10466.0, 10479.0, 10508.0, 10527.0, 10519.0, 10511.0, 10504.0, 10506.0, 10550.0, 10532.0, 10538.0, 10549.0, 10534.0, 10553.0, 10550.0, 10539.0, 10599.0, 10526.0, 10534.0, 10583.0, 10556.0, 10637.0, 10528.0, 10512.0, 10576.0, 10551.0, 10655.0, 10597.0, 10496.0, 10486.0, 10524.0, 10551.0, 10528.0, 10590.0, 10562.0, 10480.0, 10495.0, 10509.0, 10514.0, 10579.0, 10511.0, 10503.0, 10513.0, 10527.0, 10569.0, 10538.0, 10522.0, 10511.0, 10551.0, 10570.0, 10562.0, 10638.0, 10574.0, 10501.0, 10501.0, 10526.0, 10534.0, 10545.0, 10530.0, 10526.0, 10534.0, 10560.0, 10546.0, 10505.0, 10486.0, 10530.0, 10557.0, 10533.0, 10495.0, 10512.0, 10533.0, 10557.0, 10525.0, 10500.0, 10533.0, 10539.0, 10615.0, 10506.0, 10512.0, 10526.0, 10519.0, 10551.0, 10534.0, 10525.0, 10501.0, 10475.0, 10487.0, 10489.0, 10554.0, 10523.0, 10512.0, 10480.0, 10519.0, 10534.0, 10529.0, 10526.0, 10517.0, 10511.0, 10555.0, 10553.0, 10533.0, 10527.0, 10535.0, 10590.0, 10548.0, 10657.0, 10584.0, 10507.0, 10543.0, 10541.0, 10616.0, 10637.0, 10512.0, 10532.0, 10539.0, 10521.0, 10579.0, 10504.0, 10523.0, 10530.0, 10521.0, 10593.0, 10537.0, 10511.0, 10487.0, 10501.0, 10553.0, 10506.0, 10589.0, 10519.0, 10499.0, 10498.0, 10511.0, 10513.0, 10522.0, 10536.0, 10588.0, 10501.0, 10508.0, 10494.0, 10491.0, 10502.0, 10519.0, 10513.0, 10550.0, 10578.0, 10524.0, 10494.0, 10548.0, 10533.0, 10632.0, 10567.0, 10489.0, 10499.0, 10509.0, 10586.0, 10590.0, 10501.0, 10481.0, 10484.0, 10525.0, 10502.0, 10532.0, 10479.0, 10476.0, 10504.0, 10503.0, 10483.0, 10535.0, 10484.0, 10527.0, 10516.0, 10507.0, 10513.0, 10490.0, 10536.0, 10531.0, 10577.0, 10506.0, 10485.0, 10478.0, 10519.0, 10545.0, 10498.0, 10610.0, 10557.0, 10486.0, 10489.0, 10501.0, 10514.0, 10545.0, 10492.0, 10513.0, 10505.0, 10527.0, 10539.0, 10531.0, 10533.0, 10508.0, 10514.0, 10554.0, 10537.0, 10530.0, 10505.0, 10531.0, 10568.0, 10563.0, 10569.0, 10491.0, 10528.0, 10548.0, 10589.0, 10624.0, 10599.0, 10492.0, 10473.0, 10496.0, 10486.0, 10506.0, 10518.0, 10588.0, 10492.0, 10480.0, 10506.0, 10503.0, 10563.0, 10508.0, 10511.0, 10513.0, 10512.0, 10539.0, 10507.0, 10530.0, 10486.0, 10504.0, 10525.0, 10525.0, 10564.0, 10510.0, 10533.0, 10543.0, 10550.0, 10623.0, 10574.0, 10509.0, 10476.0, 10500.0, 10542.0, 10520.0, 10617.0, 10520.0, 10483.0, 10532.0, 10498.0, 10541.0, 10484.0, 10491.0, 10513.0, 10512.0, 10501.0, 10491.0, 10530.0, 10576.0, 10525.0, 10646.0, 10642.0, 10653.0, 10663.0, 10532.0, 10501.0, 10499.0, 10487.0, 10501.0, 10489.0, 10503.0, 10501.0, 10490.0, 10506.0, 10499.0, 10496.0, 10510.0, 10511.0, 10477.0, 10563.0, 10523.0, 10569.0, 10529.0, 10537.0, 10545.0, 10520.0, 10624.0, 10582.0, 10585.0, 10492.0, 10415.0, 10462.0, 10440.0, 10477.0, 10490.0, 10482.0, 10505.0, 10452.0, 10453.0, 10449.0, 10486.0, 10502.0, 10487.0, 10498.0, 10490.0, 10492.0, 10509.0, 10527.0, 10505.0, 10511.0, 10549.0, 10489.0, 10500.0, 10481.0, 10520.0, 10518.0, 10530.0, 10539.0, 10512.0, 10494.0, 10546.0, 10537.0, 10527.0, 10526.0, 10534.0, 10591.0, 10554.0, 10523.0, 10552.0, 10545.0, 10641.0, 10598.0, 10516.0, 10536.0, 10533.0, 10638.0, 10534.0, 10505.0, 10524.0, 10537.0, 10613.0, 10560.0, 10480.0, 10463.0, 10508.0, 10543.0, 10487.0, 10579.0, 10505.0, 10498.0, 10511.0, 10512.0, 10498.0, 10524.0, 10514.0, 10533.0, 10535.0, 10537.0, 10532.0, 10533.0, 10540.0, 10538.0, 10600.0, 10526.0, 10508.0, 10560.0, 10532.0, 10650.0, 10575.0, 10493.0, 10487.0, 10506.0, 10551.0, 10557.0, 10488.0, 10483.0, 10501.0, 10539.0, 10502.0, 10496.0, 10477.0, 10483.0, 10529.0, 10502.0, 10522.0, 10469.0, 10486.0, 10522.0, 10529.0, 10542.0, 10506.0, 10490.0, 10496.0, 10540.0, 10555.0, 10545.0, 10530.0, 10528.0, 10510.0, 10536.0, 10538.0, 10518.0, 10554.0, 10518.0, 10522.0, 10532.0, 10531.0, 10606.0, 10510.0, 10533.0, 10517.0, 10577.0, 10637.0, 10558.0, 10496.0, 10525.0, 10534.0, 10625.0, 10588.0, 10571.0, 10524.0, 10500.0, 10512.0, 10500.0, 10484.0, 10496.0, 10510.0, 10502.0, 10551.0, 10587.0, 10609.0, 10593.0, 10465.0, 10461.0, 10521.0, 10495.0, 10583.0, 10600.0, 10483.0, 10490.0, 10509.0, 10468.0, 10488.0, 10443.0, 10508.0, 10472.0, 10468.0, 10466.0, 10492.0, 10537.0, 10501.0, 10561.0, 10523.0, 10461.0, 10473.0, 10472.0, 10477.0, 10502.0, 10494.0, 10511.0, 10480.0, 10491.0, 10498.0, 10492.0, 10499.0, 10481.0, 10490.0, 10504.0, 10512.0, 10497.0, 10509.0, 10523.0, 10530.0, 10533.0, 10570.0, 10495.0, 10537.0, 10496.0, 10510.0, 10551.0, 10513.0, 10618.0, 10535.0, 10489.0, 10531.0, 10522.0, 10540.0, 10618.0, 10509.0, 10510.0, 10497.0, 10511.0, 10547.0, 10526.0, 10514.0, 10485.0, 10478.0, 10533.0, 10508.0, 10532.0, 10480.0, 10512.0, 10515.0, 10511.0, 10504.0, 10502.0, 10523.0, 10508.0, 10589.0, 10608.0, 10486.0, 10470.0, 10482.0, 10488.0, 10548.0, 10577.0, 10597.0, 10479.0, 10437.0, 10460.0, 10486.0, 10518.0, 10495.0, 10444.0, 10481.0, 10513.0, 10556.0, 10503.0, 10485.0, 10510.0, 10522.0, 10570.0, 10500.0, 10503.0, 10556.0, 10531.0, 10617.0, 10624.0, 10519.0, 10515.0, 10519.0, 10545.0, 10515.0, 10507.0, 10503.0, 10502.0, 10529.0, 10508.0, 10503.0, 10488.0, 10518.0, 10511.0, 10526.0, 10506.0, 10506.0, 10523.0, 10564.0, 10507.0, 10520.0, 10517.0, 10486.0, 10516.0, 10501.0, 10507.0, 10533.0, 10501.0, 10527.0, 10510.0, 10496.0, 10509.0, 10500.0, 10520.0, 10507.0, 10536.0, 10489.0, 10489.0, 10537.0, 10505.0, 10612.0, 10521.0, 10488.0, 10478.0, 10524.0, 10533.0, 10523.0, 10514.0, 10517.0, 10492.0, 10525.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.000768481012658228</td></tr>
<tr><td colspan=3>aqi</td><td>0.03983907905638665</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.986118571601374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1764968953917045</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795046309562205</td></tr>
<tr><td colspan=3>efc</td><td>0.5346</td></tr>
<tr><td colspan=3>fber</td><td>2803.6907</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2970320759049367</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>601</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>69.15995397008055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3844408873931955</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.286126400039954</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.513896303700405</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3532999584392273</td></tr>
<tr><td colspan=3>gcor</td><td>0.00714993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007703660521656275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04887733608484268</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.439198948106601</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>21.9475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.1503</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>287.6432</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1285.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>509.8723</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0174</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.5349</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4007.1649</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.2607</td></tr>
<tr><td colspan=3>tsnr</td><td>29.87902106239926</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>