ds005256-mriqc/sub-0017_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +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-0017_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0017_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-04/func/sub-0017_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2bfd72a528b6c197e297b606ee7878fc</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>12:47:47.342500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100154</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d2f09c2-e01a-4816-95ef-d5f65f5122dc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['124747.342500', '124747.802500', '124748.262500', '124748.722500', '124749.182500', '124749.642500', '124750.102500', '124750.562500', '124751.022500', '124751.482500', '124751.942500', '124752.402500', '124752.862500', '124753.322500', '124753.782500', '124754.242500', '124754.702500', '124755.162500', '124755.622500', '124756.082500', '124756.542500', '124757.002500', '124757.462500', '124757.922500', '124758.382500', '124758.842500', '124759.302500', '124759.762500', '124800.222500', '124800.682500', '124801.142500', '124801.602500', '124802.062500', '124802.522500', '124802.982500', '124803.442500', '124803.902500', '124804.362500', '124804.822500', '124805.282500', '124805.742500', '124806.202500', '124806.662500', '124807.122500', '124807.582500', '124808.042500', '124808.502500', '124808.962500', '124809.422500', '124809.882500', '124810.342500', '124810.802500', '124811.262500', '124811.722500', '124812.182500', '124812.642500', '124813.102500', '124813.562500', '124814.022500', '124814.482500', '124814.942500', '124815.402500', '124815.862500', '124816.322500', '124816.782500', '124817.242500', '124817.702500', '124818.162500', '124818.622500', '124819.082500', '124819.542500', '124820.002500', '124820.462500', '124820.922500', '124821.382500', '124821.842500', '124822.302500', '124822.762500', '124823.222500', '124823.682500', '124824.142500', '124824.602500', '124825.062500', '124825.522500', '124825.982500', '124826.442500', '124826.902500', '124827.362500', '124827.822500', '124828.282500', '124828.742500', '124829.202500', '124829.662500', '124830.122500', '124830.582500', '124831.042500', '124831.502500', '124831.962500', '124832.422500', '124832.882500', '124833.342500', '124833.802500', '124834.262500', '124834.722500', '124835.182500', '124835.642500', '124836.102500', '124836.562500', '124837.022500', '124837.482500', '124837.942500', '124838.402500', '124838.862500', '124839.322500', '124839.782500', '124840.242500', '124840.702500', '124841.162500', '124841.622500', '124842.082500', '124842.542500', '124843.002500', '124843.462500', '124843.922500', '124844.382500', '124844.842500', '124845.302500', '124845.762500', '124846.222500', '124846.682500', '124847.142500', '124847.602500', '124848.062500', '124848.522500', '124848.982500', '124849.442500', '124849.902500', '124850.362500', '124850.822500', '124851.282500', '124851.742500', '124852.202500', '124852.662500', '124853.122500', '124853.582500', '124854.042500', '124854.502500', '124854.962500', '124855.422500', '124855.882500', '124856.342500', '124856.802500', '124857.262500', '124857.722500', '124858.182500', '124858.642500', '124859.102500', '124859.562500', '124900.022500', '124900.482500', '124900.942500', '124901.402500', '124901.862500', '124902.322500', '124902.782500', '124903.242500', '124903.702500', '124904.162500', '124904.622500', '124905.082500', '124905.542500', '124906.002500', '124906.462500', '124906.922500', '124907.382500', '124907.842500', '124908.302500', '124908.762500', '124909.222500', '124909.682500', '124910.142500', '124910.602500', '124911.062500', '124911.522500', '124911.982500', '124912.442500', '124912.902500', '124913.362500', '124913.822500', '124914.282500', '124914.742500', '124915.202500', '124915.662500', '124916.122500', '124916.582500', '124917.042500', '124917.502500', '124917.962500', '124918.422500', '124918.882500', '124919.342500', '124919.802500', '124920.262500', '124920.722500', '124921.182500', '124921.642500', '124922.102500', '124922.562500', '124923.022500', '124923.482500', '124923.942500', '124924.402500', '124924.862500', '124925.322500', '124925.782500', '124926.242500', '124926.702500', '124927.162500', '124927.622500', '124928.082500', '124928.542500', '124929.002500', '124929.462500', '124929.922500', '124930.382500', '124930.842500', '124931.302500', '124931.762500', '124932.222500', '124932.682500', '124933.142500', '124933.602500', '124934.062500', '124934.522500', '124934.982500', '124935.442500', '124935.902500', '124936.362500', '124936.822500', '124937.282500', '124937.742500', '124938.202500', '124938.662500', '124939.122500', '124939.582500', '124940.042500', '124940.502500', '124940.962500', '124941.422500', '124941.882500', '124942.342500', '124942.802500', '124943.262500', '124943.722500', '124944.182500', '124944.642500', '124945.102500', '124945.562500', '124946.022500', '124946.482500', '124946.942500', '124947.402500', '124947.862500', '124948.322500', '124948.782500', '124949.242500', '124949.702500', '124950.162500', '124950.622500', '124951.082500', '124951.542500', '124952.002500', '124952.462500', '124952.922500', '124953.382500', '124953.842500', '124954.302500', '124954.762500', '124955.222500', '124955.682500', '124956.142500', '124956.602500', '124957.062500', '124957.522500', '124957.982500', '124958.442500', '124958.902500', '124959.362500', '124959.822500', '125000.282500', '125000.742500', '125001.202500', '125001.662500', '125002.122500', '125002.582500', '125003.042500', '125003.502500', '125003.962500', '125004.422500', '125004.882500', '125005.342500', '125005.802500', '125006.262500', '125006.722500', '125007.182500', '125007.642500', '125008.102500', '125008.562500', '125009.022500', '125009.482500', '125009.942500', '125010.402500', '125010.862500', '125011.322500', '125011.782500', '125012.242500', '125012.702500', '125013.162500', '125013.622500', '125014.082500', '125014.542500', '125015.002500', '125015.462500', '125015.922500', '125016.382500', '125016.842500', '125017.302500', '125017.762500', '125018.222500', '125018.682500', '125019.142500', '125019.602500', '125020.062500', '125020.522500', '125020.982500', '125021.442500', '125021.902500', '125022.362500', '125022.822500', '125023.282500', '125023.742500', '125024.202500', '125024.662500', '125025.122500', '125025.582500', '125026.042500', '125026.502500', '125026.962500', '125027.422500', '125027.882500', '125028.342500', '125028.802500', '125029.262500', '125029.722500', '125030.182500', '125030.642500', '125031.102500', '125031.562500', '125032.022500', '125032.482500', '125032.942500', '125033.402500', '125033.862500', '125034.322500', '125034.782500', '125035.242500', '125035.702500', '125036.162500', '125036.622500', '125037.082500', '125037.542500', '125038.002500', '125038.462500', '125038.922500', '125039.382500', '125039.842500', '125040.302500', '125040.762500', '125041.222500', '125041.682500', '125042.142500', '125042.602500', '125043.062500', '125043.522500', '125043.982500', '125044.442500', '125044.902500', '125045.362500', '125045.822500', '125046.282500', '125046.742500', '125047.202500', '125047.662500', '125048.122500', '125048.582500', '125049.042500', '125049.502500', '125049.962500', '125050.422500', '125050.882500', '125051.342500', '125051.802500', '125052.262500', '125052.722500', '125053.182500', '125053.642500', '125054.102500', '125054.562500', '125055.022500', '125055.482500', '125055.942500', '125056.402500', '125056.862500', '125057.322500', '125057.782500', '125058.242500', '125058.702500', '125059.162500', '125059.622500', '125100.082500', '125100.542500', '125101.002500', '125101.462500', '125101.922500', '125102.382500', '125102.842500', '125103.302500', '125103.762500', '125104.222500', '125104.682500', '125105.142500', '125105.602500', '125106.062500', '125106.522500', '125106.982500', '125107.442500', '125107.902500', '125108.362500', '125108.822500', '125109.282500', '125109.742500', '125110.202500', '125110.662500', '125111.122500', '125111.582500', '125112.042500', '125112.502500', '125112.962500', '125113.422500', '125113.882500', '125114.342500', '125114.802500', '125115.262500', '125115.722500', '125116.182500', '125116.642500', '125117.102500', '125117.562500', '125118.022500', '125118.482500', '125118.942500', '125119.402500', '125119.862500', '125120.322500', '125120.782500', '125121.242500', '125121.702500', '125122.162500', '125122.622500', '125123.082500', '125123.542500', '125124.002500', '125124.462500', '125124.922500', '125125.382500', '125125.842500', '125126.302500', '125126.762500', '125127.222500', '125127.682500', '125128.142500', '125128.602500', '125129.062500', '125129.522500', '125129.982500', '125130.442500', '125130.902500', '125131.362500', '125131.822500', '125132.282500', '125132.742500', '125133.202500', '125133.662500', '125134.122500', '125134.582500', '125135.042500', '125135.502500', '125135.962500', '125136.422500', '125136.882500', '125137.342500', '125137.802500', '125138.262500', '125138.722500', '125139.182500', '125139.642500', '125140.102500', '125140.562500', '125141.022500', '125141.482500', '125141.942500', '125142.402500', '125142.862500', '125143.322500', '125143.782500', '125144.242500', '125144.702500', '125145.162500', '125145.622500', '125146.082500', '125146.542500', '125147.002500', '125147.462500', '125147.922500', '125148.382500', '125148.842500', '125149.302500', '125149.762500', '125150.222500', '125150.682500', '125151.142500', '125151.602500', '125152.062500', '125152.522500', '125152.982500', '125153.442500', '125153.902500', '125154.362500', '125154.822500', '125155.282500', '125155.742500', '125156.202500', '125156.662500', '125157.122500', '125157.582500', '125158.042500', '125158.502500', '125158.962500', '125159.422500', '125159.882500', '125200.342500', '125200.802500', '125201.262500', '125201.722500', '125202.182500', '125202.642500', '125203.102500', '125203.562500', '125204.022500', '125204.482500', '125204.942500', '125205.402500', '125205.862500', '125206.322500', '125206.782500', '125207.242500', '125207.702500', '125208.162500', '125208.622500', '125209.082500', '125209.542500', '125210.002500', '125210.462500', '125210.922500', '125211.382500', '125211.842500', '125212.302500', '125212.762500', '125213.222500', '125213.682500', '125214.142500', '125214.602500', '125215.062500', '125215.522500', '125215.982500', '125216.442500', '125216.902500', '125217.362500', '125217.822500', '125218.282500', '125218.742500', '125219.202500', '125219.662500', '125220.122500', '125220.582500', '125221.042500', '125221.502500', '125221.962500', '125222.422500', '125222.882500', '125223.342500', '125223.802500', '125224.262500', '125224.722500', '125225.182500', '125225.642500', '125226.102500', '125226.562500', '125227.022500', '125227.482500', '125227.942500', '125228.402500', '125228.862500', '125229.322500', '125229.782500', '125230.242500', '125230.702500', '125231.162500', '125231.622500', '125232.082500', '125232.542500', '125233.002500', '125233.462500', '125233.922500', '125234.382500', '125234.842500', '125235.302500', '125235.762500', '125236.222500', '125236.682500', '125237.142500', '125237.602500', '125238.062500', '125238.522500', '125238.982500', '125239.442500', '125239.902500', '125240.362500', '125240.822500', '125241.282500', '125241.742500', '125242.202500', '125242.662500', '125243.122500', '125243.582500', '125244.042500', '125244.502500', '125244.962500', '125245.422500', '125245.882500', '125246.342500', '125246.802500', '125247.262500', '125247.722500', '125248.182500', '125248.642500', '125249.102500', '125249.562500', '125250.022500', '125250.482500', '125250.942500', '125251.402500', '125251.862500', '125252.322500', '125252.782500', '125253.242500', '125253.702500', '125254.162500', '125254.622500', '125255.082500', '125255.542500', '125256.002500', '125256.462500', '125256.922500', '125257.382500', '125257.842500', '125258.302500', '125258.762500', '125259.222500', '125259.682500', '125300.142500', '125300.602500', '125301.062500', '125301.522500', '125301.982500', '125302.442500', '125302.902500', '125303.362500', '125303.822500', '125304.282500', '125304.742500', '125305.202500', '125305.662500', '125306.122500', '125306.582500', '125307.042500', '125307.502500', '125307.962500', '125308.422500', '125308.882500', '125309.342500', '125309.802500', '125310.262500', '125310.722500', '125311.182500', '125311.642500', '125312.102500', '125312.562500', '125313.022500', '125313.482500', '125313.942500', '125314.402500', '125314.862500', '125315.322500', '125315.782500', '125316.242500', '125316.702500', '125317.162500', '125317.622500', '125318.082500', '125318.542500', '125319.002500', '125319.462500', '125319.922500', '125320.382500', '125320.842500', '125321.302500', '125321.762500', '125322.222500', '125322.682500', '125323.142500', '125323.602500', '125324.062500', '125324.522500', '125324.982500', '125325.442500', '125325.902500', '125326.362500', '125326.822500', '125327.282500', '125327.742500', '125328.202500', '125328.662500', '125329.122500', '125329.582500', '125330.042500', '125330.502500', '125330.962500', '125331.422500', '125331.882500', '125332.342500', '125332.802500', '125333.262500', '125333.722500', '125334.182500', '125334.642500', '125335.102500', '125335.562500', '125336.022500', '125336.482500', '125336.942500', '125337.402500', '125337.862500', '125338.322500', '125338.782500', '125339.242500', '125339.702500', '125340.162500', '125340.622500', '125341.082500', '125341.542500', '125342.002500', '125342.462500', '125342.922500', '125343.382500', '125343.842500', '125344.302500', '125344.762500', '125345.222500', '125345.682500', '125346.142500', '125346.602500', '125347.062500', '125347.522500', '125347.982500', '125348.442500', '125348.902500', '125349.362500', '125349.822500', '125350.282500', '125350.742500', '125351.202500', '125351.662500', '125352.122500', '125352.582500', '125353.042500', '125353.502500', '125353.962500', '125354.422500', '125354.882500', '125355.342500', '125355.802500', '125356.262500', '125356.722500', '125357.182500', '125357.642500', '125358.102500', '125358.562500', '125359.022500', '125359.482500', '125359.942500', '125400.402500', '125400.862500', '125401.322500', '125401.782500', '125402.242500', '125402.702500', '125403.162500', '125403.622500', '125404.082500', '125404.542500', '125405.002500', '125405.462500', '125405.922500', '125406.382500', '125406.842500', '125407.302500', '125407.762500', '125408.222500', '125408.682500', '125409.142500', '125409.602500', '125410.062500', '125410.522500', '125410.982500', '125411.442500', '125411.902500', '125412.362500', '125412.822500', '125413.282500', '125413.742500', '125414.202500', '125414.662500', '125415.122500', '125415.582500', '125416.042500', '125416.502500', '125416.962500', '125417.422500', '125417.882500', '125418.342500', '125418.802500', '125419.262500', '125419.722500', '125420.182500', '125420.642500', '125421.102500', '125421.562500', '125422.022500', '125422.482500', '125422.942500', '125423.402500', '125423.862500', '125424.322500', '125424.782500', '125425.242500', '125425.702500', '125426.162500', '125426.622500', '125427.082500', '125427.542500', '125428.002500'], 'ContentTime': ['124808.275000', '124808.278000', '124808.281000', '124808.284000', '124808.287000', '124808.290000', '124808.293000', '124808.295000', '124808.298000', '124808.301000', '124808.304000', '124808.307000', '124808.310000', '124808.312000', '124808.315000', '124808.318000', '124808.327000', '124808.330000', '124808.333000', '124808.336000', '124808.339000', '124808.342000', '124808.344000', '124808.347000', '124808.350000', '124808.353000', '124808.356000', '124808.359000', '124808.361000', '124808.364000', '124808.367000', '124808.370000', '124808.373000', '124808.375000', '124808.378000', '124808.381000', '124808.384000', '124808.386000', '124808.389000', '124808.392000', '124808.395000', '124808.398000', '124808.401000', '124828.234000', '124828.237000', '124828.240000', '124828.242000', '124828.245000', '124828.248000', '124828.251000', '124828.254000', '124828.257000', '124828.259000', '124828.262000', '124828.265000', '124828.268000', '124828.271000', '124828.273000', '124828.276000', '124828.279000', '124828.282000', '124828.285000', '124828.287000', '124828.290000', '124828.293000', '124828.296000', '124828.299000', '124828.306000', '124828.308000', '124828.318000', '124828.321000', '124828.324000', '124828.327000', '124828.330000', '124828.332000', '124828.335000', '124828.338000', '124828.341000', '124828.344000', '124828.347000', '124828.349000', '124828.352000', '124828.355000', '124828.358000', '124828.361000', '124828.364000', '124828.367000', '124848.234000', '124848.237000', '124848.240000', '124848.243000', '124848.246000', '124848.248000', '124848.251000', '124848.254000', '124848.257000', '124848.260000', '124848.262000', '124848.265000', '124848.268000', '124848.271000', '124848.274000', '124848.277000', '124848.280000', '124848.282000', '124848.285000', '124848.289000', '124848.294000', '124848.297000', '124848.300000', '124848.302000', '124848.305000', '124848.308000', '124848.311000', '124848.314000', '124848.317000', '124848.320000', '124848.322000', '124848.325000', '124848.328000', '124848.331000', '124848.334000', '124848.336000', '124848.339000', '124848.342000', '124848.345000', '124848.348000', '124848.351000', '124848.356000', '124848.359000', '124908.235000', '124908.238000', '124908.241000', '124908.244000', '124908.246000', '124908.249000', '124908.252000', '124908.255000', '124908.258000', '124908.261000', '124908.263000', '124908.266000', '124908.269000', '124908.272000', '124908.274000', '124908.277000', '124908.280000', '124908.283000', '124908.286000', '124908.289000', '124908.291000', '124908.294000', '124908.297000', '124908.300000', '124908.303000', '124908.305000', '124908.308000', '124908.311000', '124908.314000', '124908.317000', '124908.319000', '124908.322000', '124908.325000', '124908.328000', '124908.331000', '124908.334000', '124908.336000', '124908.339000', '124908.342000', '124908.345000', '124908.348000', '124908.350000', '124908.353000', '124908.356000', '124928.235000', '124928.238000', '124928.241000', '124928.244000', '124928.246000', '124928.249000', '124928.252000', '124928.255000', '124928.258000', '124928.261000', '124928.263000', '124928.266000', '124928.269000', '124928.272000', '124928.275000', '124928.278000', '124928.280000', '124928.283000', '124928.286000', '124928.289000', '124928.292000', '124928.296000', '124928.299000', '124928.302000', '124928.305000', '124928.308000', '124928.310000', '124928.313000', '124928.316000', '124928.319000', '124928.322000', '124928.325000', '124928.327000', '124928.330000', '124928.333000', '124928.336000', '124928.339000', '124928.341000', '124928.344000', '124928.347000', '124928.350000', '124928.352000', '124928.355000', '124948.234000', '124948.237000', '124948.240000', '124948.243000', '124948.245000', '124948.248000', '124948.251000', '124948.254000', '124948.257000', '124948.260000', '124948.263000', '124948.265000', '124948.268000', '124948.271000', '124948.274000', '124948.277000', '124948.279000', '124948.282000', '124948.285000', '124948.288000', '124948.291000', '124948.293000', '124948.296000', '124948.299000', '124948.302000', '124948.305000', '124948.308000', '124948.311000', '124948.313000', '124948.316000', '124948.319000', '124948.322000', '124948.325000', '124948.328000', '124948.330000', '124948.333000', '124948.336000', '124948.339000', '124948.342000', '124948.344000', '124948.347000', '124948.350000', '124948.353000', '124948.356000', '125008.234000', '125008.237000', '125008.240000', '125008.243000', '125008.246000', '125008.248000', '125008.251000', '125008.263000', '125008.266000', '125008.269000', '125008.272000', '125008.275000', '125008.278000', '125008.281000', '125008.283000', '125008.286000', '125008.289000', '125008.292000', '125008.295000', '125008.297000', '125008.300000', '125008.303000', '125008.306000', '125008.309000', '125008.312000', '125008.315000', '125008.318000', '125008.321000', '125008.324000', '125008.327000', '125008.329000', '125008.332000', '125008.335000', '125008.338000', '125008.341000', '125008.344000', '125008.346000', '125008.349000', '125008.352000', '125008.355000', '125008.358000', '125008.361000', '125008.363000', '125028.234000', '125028.237000', '125028.240000', '125028.243000', '125028.246000', '125028.249000', '125028.251000', '125028.254000', '125028.257000', '125028.260000', '125028.263000', '125028.266000', '125028.268000', '125028.271000', '125028.274000', '125028.277000', '125028.280000', '125028.283000', '125028.285000', '125028.288000', '125028.291000', '125028.294000', '125028.309000', '125028.312000', '125028.315000', '125028.318000', '125028.320000', '125028.323000', '125028.326000', '125028.329000', '125028.332000', '125028.334000', '125028.337000', '125028.340000', '125028.343000', '125028.346000', '125028.349000', '125028.352000', '125028.354000', '125028.357000', '125028.360000', '125028.363000', '125028.366000', '125028.369000', '125048.234000', '125048.237000', '125048.240000', '125048.243000', '125048.246000', '125048.248000', '125048.251000', '125048.254000', '125048.257000', '125048.260000', '125048.263000', '125048.265000', '125048.268000', '125048.271000', '125048.274000', '125048.277000', '125048.279000', '125048.282000', '125048.285000', '125048.288000', '125048.291000', '125048.294000', '125048.297000', '125048.299000', '125048.302000', '125048.305000', '125048.308000', '125048.311000', '125048.314000', '125048.316000', '125048.319000', '125048.322000', '125048.325000', '125048.328000', '125048.331000', '125048.334000', '125048.336000', '125048.339000', '125048.342000', '125048.345000', '125048.348000', '125048.350000', '125048.353000', '125108.235000', '125108.238000', '125108.241000', '125108.243000', '125108.246000', '125108.249000', '125108.252000', '125108.255000', '125108.258000', '125108.261000', '125108.264000', '125108.266000', '125108.269000', '125108.272000', '125108.275000', '125108.278000', '125108.280000', '125108.283000', '125108.286000', '125108.289000', '125108.292000', '125108.295000', '125108.297000', '125108.300000', '125108.303000', '125108.306000', '125108.309000', '125108.312000', '125108.319000', '125108.322000', '125108.325000', '125108.327000', '125108.330000', '125108.333000', '125108.336000', '125108.339000', '125108.342000', '125108.344000', '125108.347000', '125108.350000', '125108.353000', '125108.356000', '125108.358000', '125108.361000', '125128.235000', '125128.238000', '125128.241000', '125128.244000', '125128.247000', '125128.249000', '125128.252000', '125128.255000', '125128.258000', '125128.261000', '125128.264000', '125128.267000', '125128.269000', '125128.272000', '125128.275000', '125128.278000', '125128.281000', '125128.284000', '125128.287000', '125128.289000', '125128.293000', '125128.296000', '125128.299000', '125128.302000', '125128.305000', '125128.308000', '125128.311000', '125128.314000', '125128.316000', '125128.319000', '125128.322000', '125128.325000', '125128.328000', '125128.331000', '125128.334000', '125128.336000', '125128.339000', '125128.342000', '125128.345000', '125128.348000', '125128.351000', '125128.353000', '125128.356000', '125148.235000', '125148.238000', '125148.241000', '125148.244000', '125148.247000', '125148.249000', '125148.252000', '125148.255000', '125148.258000', '125148.261000', '125148.264000', '125148.267000', '125148.270000', '125148.272000', '125148.275000', '125148.278000', '125148.281000', '125148.284000', '125148.287000', '125148.290000', '125148.292000', '125148.295000', '125148.298000', '125148.301000', '125148.304000', '125148.306000', '125148.309000', '125148.312000', '125148.315000', '125148.318000', '125148.321000', '125148.324000', '125148.326000', '125148.329000', '125148.332000', '125148.335000', '125148.338000', '125148.341000', '125148.343000', '125148.346000', '125148.349000', '125148.352000', '125148.355000', '125148.358000', '125208.234000', '125208.237000', '125208.240000', '125208.243000', '125208.246000', '125208.253000', '125208.256000', '125208.258000', '125208.261000', '125208.264000', '125208.267000', '125208.270000', '125208.273000', '125208.276000', '125208.278000', '125208.281000', '125208.284000', '125208.287000', '125208.290000', '125208.293000', '125208.296000', '125208.298000', '125208.301000', '125208.304000', '125208.307000', '125208.310000', '125208.313000', '125208.315000', '125208.318000', '125208.321000', '125208.324000', '125208.327000', '125208.330000', '125208.333000', '125208.336000', '125208.338000', '125208.341000', '125208.344000', '125208.347000', '125208.350000', '125208.352000', '125208.355000', '125208.358000', '125228.234000', '125228.237000', '125228.240000', '125228.243000', '125228.246000', '125228.249000', '125228.252000', '125228.254000', '125228.257000', '125228.260000', '125228.263000', '125228.266000', '125228.268000', '125228.271000', '125228.274000', '125228.277000', '125228.280000', '125228.283000', '125228.286000', '125228.288000', '125228.291000', '125228.294000', '125228.297000', '125228.300000', '125228.303000', '125228.305000', '125228.308000', '125228.311000', '125228.314000', '125228.317000', '125228.320000', '125228.322000', '125228.325000', '125228.328000', '125228.331000', '125228.334000', '125228.336000', '125228.339000', '125228.342000', '125228.345000', '125228.348000', '125228.351000', '125228.353000', '125228.356000', '125248.234000', '125248.237000', '125248.240000', '125248.243000', '125248.246000', '125248.248000', '125248.251000', '125248.254000', '125248.257000', '125248.260000', '125248.263000', '125248.265000', '125248.268000', '125248.271000', '125248.274000', '125248.277000', '125248.280000', '125248.283000', '125248.285000', '125248.288000', '125248.291000', '125248.294000', '125248.297000', '125248.300000', '125248.303000', '125248.305000', '125248.308000', '125248.311000', '125248.314000', '125248.317000', '125248.320000', '125248.322000', '125248.325000', '125248.329000', '125248.333000', '125248.336000', '125248.339000', '125248.341000', '125248.344000', '125248.347000', '125248.350000', '125248.353000', '125248.356000', '125308.234000', '125308.237000', '125308.240000', '125308.243000', '125308.246000', '125308.249000', '125308.251000', '125308.254000', '125308.257000', '125308.260000', '125308.263000', '125308.266000', '125308.269000', '125308.272000', '125308.281000', '125308.283000', '125308.286000', '125308.289000', '125308.292000', '125308.295000', '125308.298000', '125308.301000', '125308.303000', '125308.306000', '125308.309000', '125308.312000', '125308.315000', '125308.318000', '125308.320000', '125308.323000', '125308.326000', '125308.329000', '125308.332000', '125308.335000', '125308.337000', '125308.340000', '125308.343000', '125308.346000', '125308.349000', '125308.352000', '125308.354000', '125308.357000', '125308.360000', '125308.363000', '125328.235000', '125328.238000', '125328.241000', '125328.244000', '125328.247000', '125328.249000', '125328.252000', '125328.255000', '125328.258000', '125328.261000', '125328.264000', '125328.267000', '125328.269000', '125328.272000', '125328.275000', '125328.278000', '125328.281000', '125328.283000', '125328.286000', '125328.289000', '125328.292000', '125328.295000', '125328.298000', '125328.301000', '125328.303000', '125328.306000', '125328.309000', '125328.312000', '125328.315000', '125328.318000', '125328.320000', '125328.323000', '125328.326000', '125328.329000', '125328.332000', '125328.335000', '125328.338000', '125328.340000', '125328.343000', '125328.346000', '125328.349000', '125328.352000', '125328.355000', '125348.235000', '125348.238000', '125348.241000', '125348.244000', '125348.252000', '125348.255000', '125348.258000', '125348.261000', '125348.263000', '125348.266000', '125348.269000', '125348.272000', '125348.275000', '125348.279000', '125348.282000', '125348.285000', '125348.288000', '125348.291000', '125348.294000', '125348.297000', '125348.300000', '125348.302000', '125348.305000', '125348.308000', '125348.311000', '125348.314000', '125348.317000', '125348.319000', '125348.322000', '125348.325000', '125348.328000', '125348.331000', '125348.334000', '125348.337000', '125348.339000', '125348.342000', '125348.345000', '125348.348000', '125348.351000', '125348.354000', '125348.357000', '125348.360000', '125348.363000', '125348.365000', '125408.235000', '125408.238000', '125408.241000', '125408.244000', '125408.247000', '125408.249000', '125408.252000', '125408.255000', '125408.258000', '125408.261000', '125408.264000', '125408.267000', '125408.269000', '125408.272000', '125408.275000', '125408.278000', '125408.281000', '125408.283000', '125408.286000', '125408.289000', '125408.292000', '125408.295000', '125408.298000', '125408.300000', '125408.303000', '125408.306000', '125408.309000', '125408.312000', '125408.315000', '125408.318000', '125408.320000', '125408.323000', '125408.326000', '125408.329000', '125408.332000', '125408.335000', '125408.337000', '125408.340000', '125408.343000', '125408.346000', '125408.349000', '125408.351000', '125408.354000', '125428.234000', '125428.237000', '125428.240000', '125428.243000', '125428.245000', '125428.248000', '125428.251000', '125428.254000', '125428.257000', '125428.260000', '125428.262000', '125428.265000', '125428.268000', '125428.271000', '125428.274000', '125428.277000', '125428.280000', '125428.282000', '125428.285000', '125428.288000', '125428.291000', '125428.294000', '125428.296000', '125428.299000', '125428.302000', '125428.316000', '125428.319000', '125428.322000', '125428.325000', '125428.327000', '125428.330000', '125428.333000', '125428.337000', '125428.340000', '125428.343000', '125428.346000', '125428.348000', '125428.351000', '125428.354000', '125428.357000', '125428.360000', '125428.363000', '125428.365000', '125428.368000', '125429.206000', '125429.209000'], 'InstanceCreationTime': ['124808.275000', '124808.278000', '124808.281000', '124808.284000', '124808.287000', '124808.290000', '124808.293000', '124808.295000', '124808.298000', '124808.301000', '124808.304000', '124808.307000', '124808.310000', '124808.312000', '124808.315000', '124808.318000', '124808.327000', '124808.330000', '124808.333000', '124808.336000', '124808.339000', '124808.342000', '124808.344000', '124808.347000', '124808.350000', '124808.353000', '124808.356000', '124808.359000', '124808.361000', '124808.364000', '124808.367000', '124808.370000', '124808.373000', '124808.375000', '124808.378000', '124808.381000', '124808.384000', '124808.386000', '124808.389000', '124808.392000', '124808.395000', '124808.398000', '124808.401000', '124828.234000', '124828.237000', '124828.240000', '124828.242000', '124828.245000', '124828.248000', '124828.251000', '124828.254000', '124828.257000', '124828.259000', '124828.262000', '124828.265000', '124828.268000', '124828.271000', '124828.273000', '124828.276000', '124828.279000', '124828.282000', '124828.285000', '124828.287000', '124828.290000', '124828.293000', '124828.296000', '124828.299000', '124828.306000', '124828.308000', '124828.318000', '124828.321000', '124828.324000', '124828.327000', '124828.330000', '124828.332000', '124828.335000', '124828.338000', '124828.341000', '124828.344000', '124828.347000', '124828.349000', '124828.352000', '124828.355000', '124828.358000', '124828.361000', '124828.364000', '124828.367000', '124848.234000', '124848.237000', '124848.240000', '124848.243000', '124848.246000', '124848.248000', '124848.251000', '124848.254000', '124848.257000', '124848.260000', '124848.262000', '124848.265000', '124848.268000', '124848.271000', '124848.274000', '124848.277000', '124848.280000', '124848.282000', '124848.285000', '124848.289000', '124848.294000', '124848.297000', '124848.300000', '124848.302000', '124848.305000', '124848.308000', '124848.311000', '124848.314000', '124848.317000', '124848.320000', '124848.322000', '124848.325000', '124848.328000', '124848.331000', '124848.334000', '124848.336000', '124848.339000', '124848.342000', '124848.345000', '124848.348000', '124848.351000', '124848.356000', '124848.359000', '124908.235000', '124908.238000', '124908.241000', '124908.244000', '124908.246000', '124908.249000', '124908.252000', '124908.255000', '124908.258000', '124908.261000', '124908.263000', '124908.266000', '124908.269000', '124908.272000', '124908.274000', '124908.277000', '124908.280000', '124908.283000', '124908.286000', '124908.289000', '124908.291000', '124908.294000', '124908.297000', '124908.300000', '124908.303000', '124908.305000', '124908.308000', '124908.311000', '124908.314000', '124908.317000', '124908.319000', '124908.322000', '124908.325000', '124908.328000', '124908.331000', '124908.334000', '124908.336000', '124908.339000', '124908.342000', '124908.345000', '124908.348000', '124908.350000', '124908.353000', '124908.356000', '124928.235000', '124928.238000', '124928.241000', '124928.244000', '124928.246000', '124928.249000', '124928.252000', '124928.255000', '124928.258000', '124928.261000', '124928.263000', '124928.266000', '124928.269000', '124928.272000', '124928.275000', '124928.278000', '124928.280000', '124928.283000', '124928.286000', '124928.289000', '124928.292000', '124928.296000', '124928.299000', '124928.302000', '124928.305000', '124928.308000', '124928.310000', '124928.313000', '124928.316000', '124928.319000', '124928.322000', '124928.325000', '124928.327000', '124928.330000', '124928.333000', '124928.336000', '124928.339000', '124928.341000', '124928.344000', '124928.347000', '124928.350000', '124928.352000', '124928.355000', '124948.234000', '124948.237000', '124948.240000', '124948.243000', '124948.245000', '124948.248000', '124948.251000', '124948.254000', '124948.257000', '124948.260000', '124948.263000', '124948.265000', '124948.268000', '124948.271000', '124948.274000', '124948.277000', '124948.279000', '124948.282000', '124948.285000', '124948.288000', '124948.291000', '124948.293000', '124948.296000', '124948.299000', '124948.302000', '124948.305000', '124948.308000', '124948.311000', '124948.313000', '124948.316000', '124948.319000', '124948.322000', '124948.325000', '124948.328000', '124948.330000', '124948.333000', '124948.336000', '124948.339000', '124948.342000', '124948.344000', '124948.347000', '124948.350000', '124948.353000', '124948.356000', '125008.234000', '125008.237000', '125008.240000', '125008.243000', '125008.246000', '125008.248000', '125008.251000', '125008.263000', '125008.266000', '125008.269000', '125008.272000', '125008.275000', '125008.278000', '125008.281000', '125008.283000', '125008.286000', '125008.289000', '125008.292000', '125008.295000', '125008.297000', '125008.300000', '125008.303000', '125008.306000', '125008.309000', '125008.312000', '125008.315000', '125008.318000', '125008.321000', '125008.324000', '125008.327000', '125008.329000', '125008.332000', '125008.335000', '125008.338000', '125008.341000', '125008.344000', '125008.346000', '125008.349000', '125008.352000', '125008.355000', '125008.358000', '125008.361000', '125008.363000', '125028.234000', '125028.237000', '125028.240000', '125028.243000', '125028.246000', '125028.249000', '125028.251000', '125028.254000', '125028.257000', '125028.260000', '125028.263000', '125028.266000', '125028.268000', '125028.271000', '125028.274000', '125028.277000', '125028.280000', '125028.283000', '125028.285000', '125028.288000', '125028.291000', '125028.294000', '125028.309000', '125028.312000', '125028.315000', '125028.318000', '125028.320000', '125028.323000', '125028.326000', '125028.329000', '125028.332000', '125028.334000', '125028.337000', '125028.340000', '125028.343000', '125028.346000', '125028.349000', '125028.352000', '125028.354000', '125028.357000', '125028.360000', '125028.363000', '125028.366000', '125028.369000', '125048.234000', '125048.237000', '125048.240000', '125048.243000', '125048.246000', '125048.248000', '125048.251000', '125048.254000', '125048.257000', '125048.260000', '125048.263000', '125048.265000', '125048.268000', '125048.271000', '125048.274000', '125048.277000', '125048.279000', '125048.282000', '125048.285000', '125048.288000', '125048.291000', '125048.294000', '125048.297000', '125048.299000', '125048.302000', '125048.305000', '125048.308000', '125048.311000', '125048.314000', '125048.316000', '125048.319000', '125048.322000', '125048.325000', '125048.328000', '125048.331000', '125048.334000', '125048.336000', '125048.339000', '125048.342000', '125048.345000', '125048.348000', '125048.350000', '125048.353000', '125108.235000', '125108.238000', '125108.241000', '125108.243000', '125108.246000', '125108.249000', '125108.252000', '125108.255000', '125108.258000', '125108.261000', '125108.264000', '125108.266000', '125108.269000', '125108.272000', '125108.275000', '125108.278000', '125108.280000', '125108.283000', '125108.286000', '125108.289000', '125108.292000', '125108.295000', '125108.297000', '125108.300000', '125108.303000', '125108.306000', '125108.309000', '125108.312000', '125108.319000', '125108.322000', '125108.325000', '125108.327000', '125108.330000', '125108.333000', '125108.336000', '125108.339000', '125108.342000', '125108.344000', '125108.347000', '125108.350000', '125108.353000', '125108.356000', '125108.358000', '125108.361000', '125128.235000', '125128.238000', '125128.241000', '125128.244000', '125128.247000', '125128.249000', '125128.252000', '125128.255000', '125128.258000', '125128.261000', '125128.264000', '125128.267000', '125128.269000', '125128.272000', '125128.275000', '125128.278000', '125128.281000', '125128.284000', '125128.287000', '125128.289000', '125128.293000', '125128.296000', '125128.299000', '125128.302000', '125128.305000', '125128.308000', '125128.311000', '125128.314000', '125128.316000', '125128.319000', '125128.322000', '125128.325000', '125128.328000', '125128.331000', '125128.334000', '125128.336000', '125128.339000', '125128.342000', '125128.345000', '125128.348000', '125128.351000', '125128.353000', '125128.356000', '125148.235000', '125148.238000', '125148.241000', '125148.244000', '125148.247000', '125148.249000', '125148.252000', '125148.255000', '125148.258000', '125148.261000', '125148.264000', '125148.267000', '125148.270000', '125148.272000', '125148.275000', '125148.278000', '125148.281000', '125148.284000', '125148.287000', '125148.290000', '125148.292000', '125148.295000', '125148.298000', '125148.301000', '125148.304000', '125148.306000', '125148.309000', '125148.312000', '125148.315000', '125148.318000', '125148.321000', '125148.324000', '125148.326000', '125148.329000', '125148.332000', '125148.335000', '125148.338000', '125148.341000', '125148.343000', '125148.346000', '125148.349000', '125148.352000', '125148.355000', '125148.358000', '125208.234000', '125208.237000', '125208.240000', '125208.243000', '125208.246000', '125208.253000', '125208.256000', '125208.258000', '125208.261000', '125208.264000', '125208.267000', '125208.270000', '125208.273000', '125208.276000', '125208.278000', '125208.281000', '125208.284000', '125208.287000', '125208.290000', '125208.293000', '125208.296000', '125208.298000', '125208.301000', '125208.304000', '125208.307000', '125208.310000', '125208.313000', '125208.315000', '125208.318000', '125208.321000', '125208.324000', '125208.327000', '125208.330000', '125208.333000', '125208.336000', '125208.338000', '125208.341000', '125208.344000', '125208.347000', '125208.350000', '125208.352000', '125208.355000', '125208.358000', '125228.234000', '125228.237000', '125228.240000', '125228.243000', '125228.246000', '125228.249000', '125228.252000', '125228.254000', '125228.257000', '125228.260000', '125228.263000', '125228.266000', '125228.268000', '125228.271000', '125228.274000', '125228.277000', '125228.280000', '125228.283000', '125228.286000', '125228.288000', '125228.291000', '125228.294000', '125228.297000', '125228.300000', '125228.303000', '125228.305000', '125228.308000', '125228.311000', '125228.314000', '125228.317000', '125228.320000', '125228.322000', '125228.325000', '125228.328000', '125228.331000', '125228.334000', '125228.336000', '125228.339000', '125228.342000', '125228.345000', '125228.348000', '125228.351000', '125228.353000', '125228.356000', '125248.234000', '125248.237000', '125248.240000', '125248.243000', '125248.246000', '125248.248000', '125248.251000', '125248.254000', '125248.257000', '125248.260000', '125248.263000', '125248.265000', '125248.268000', '125248.271000', '125248.274000', '125248.277000', '125248.280000', '125248.283000', '125248.285000', '125248.288000', '125248.291000', '125248.294000', '125248.297000', '125248.300000', '125248.303000', '125248.305000', '125248.308000', '125248.311000', '125248.314000', '125248.317000', '125248.320000', '125248.322000', '125248.325000', '125248.329000', '125248.333000', '125248.336000', '125248.339000', '125248.341000', '125248.344000', '125248.347000', '125248.350000', '125248.353000', '125248.356000', '125308.234000', '125308.237000', '125308.240000', '125308.243000', '125308.246000', '125308.249000', '125308.251000', '125308.254000', '125308.257000', '125308.260000', '125308.263000', '125308.266000', '125308.269000', '125308.272000', '125308.281000', '125308.283000', '125308.286000', '125308.289000', '125308.292000', '125308.295000', '125308.298000', '125308.301000', '125308.303000', '125308.306000', '125308.309000', '125308.312000', '125308.315000', '125308.318000', '125308.320000', '125308.323000', '125308.326000', '125308.329000', '125308.332000', '125308.335000', '125308.337000', '125308.340000', '125308.343000', '125308.346000', '125308.349000', '125308.352000', '125308.354000', '125308.357000', '125308.360000', '125308.363000', '125328.235000', '125328.238000', '125328.241000', '125328.244000', '125328.247000', '125328.249000', '125328.252000', '125328.255000', '125328.258000', '125328.261000', '125328.264000', '125328.267000', '125328.269000', '125328.272000', '125328.275000', '125328.278000', '125328.281000', '125328.283000', '125328.286000', '125328.289000', '125328.292000', '125328.295000', '125328.298000', '125328.301000', '125328.303000', '125328.306000', '125328.309000', '125328.312000', '125328.315000', '125328.318000', '125328.320000', '125328.323000', '125328.326000', '125328.329000', '125328.332000', '125328.335000', '125328.338000', '125328.340000', '125328.343000', '125328.346000', '125328.349000', '125328.352000', '125328.355000', '125348.235000', '125348.238000', '125348.241000', '125348.244000', '125348.252000', '125348.255000', '125348.258000', '125348.261000', '125348.263000', '125348.266000', '125348.269000', '125348.272000', '125348.275000', '125348.279000', '125348.282000', '125348.285000', '125348.288000', '125348.291000', '125348.294000', '125348.297000', '125348.300000', '125348.302000', '125348.305000', '125348.308000', '125348.311000', '125348.314000', '125348.317000', '125348.319000', '125348.322000', '125348.325000', '125348.328000', '125348.331000', '125348.334000', '125348.337000', '125348.339000', '125348.342000', '125348.345000', '125348.348000', '125348.351000', '125348.354000', '125348.357000', '125348.360000', '125348.363000', '125348.365000', '125408.235000', '125408.238000', '125408.241000', '125408.244000', '125408.247000', '125408.249000', '125408.252000', '125408.255000', '125408.258000', '125408.261000', '125408.264000', '125408.267000', '125408.269000', '125408.272000', '125408.275000', '125408.278000', '125408.281000', '125408.283000', '125408.286000', '125408.289000', '125408.292000', '125408.295000', '125408.298000', '125408.300000', '125408.303000', '125408.306000', '125408.309000', '125408.312000', '125408.315000', '125408.318000', '125408.320000', '125408.323000', '125408.326000', '125408.329000', '125408.332000', '125408.335000', '125408.337000', '125408.340000', '125408.343000', '125408.346000', '125408.349000', '125408.351000', '125408.354000', '125428.234000', '125428.237000', '125428.240000', '125428.243000', '125428.245000', '125428.248000', '125428.251000', '125428.254000', '125428.257000', '125428.260000', '125428.262000', '125428.265000', '125428.268000', '125428.271000', '125428.274000', '125428.277000', '125428.280000', '125428.282000', '125428.285000', '125428.288000', '125428.291000', '125428.294000', '125428.296000', '125428.299000', '125428.302000', '125428.316000', '125428.319000', '125428.322000', '125428.325000', '125428.327000', '125428.330000', '125428.333000', '125428.337000', '125428.340000', '125428.343000', '125428.346000', '125428.348000', '125428.351000', '125428.354000', '125428.357000', '125428.360000', '125428.363000', '125428.365000', '125428.368000', '125429.206000', '125429.209000'], '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': [13632, 13197, 10336, 13154, 18017, 9581, 13964, 10197, 14294, 11873, 10809, 14058, 10059, 7945, 9965, 7871, 11559, 8044, 11161, 12306, 10283, 14511, 9293, 12186, 8244, 11760, 7870, 12216, 9464, 12146, 9152, 12659, 9294, 13457, 11725, 9012, 12029, 8050, 13822, 9142, 13252, 11763, 13050, 17418, 10873, 16474, 10165, 15860, 10152, 13706, 9426, 13915, 9108, 12888, 8844, 13241, 8342, 13311, 8603, 13617, 8265, 12472, 8603, 13041, 9004, 11706, 10695, 11540, 14850, 10915, 12972, 10367, 12209, 10228, 13642, 9252, 13638, 8877, 12367, 8181, 12836, 8016, 13647, 8008, 12270, 10645, 10966, 11157, 10764, 15086, 9463, 14339, 8693, 13015, 9131, 12608, 8926, 10641, 7990, 12706, 8727, 12940, 13131, 11307, 12776, 9378, 13229, 8676, 12045, 12868, 10704, 13207, 8846, 12030, 8455, 12200, 8229, 13526, 8435, 12163, 9581, 11901, 11953, 10566, 11163, 10527, 14920, 10036, 13367, 8603, 12136, 8636, 12225, 8780, 12466, 8540, 11922, 9286, 8143, 8277, 11921, 8270, 13259, 11710, 12694, 15105, 9725, 14453, 8969, 13893, 8375, 13499, 9822, 11613, 9858, 9956, 14975, 10382, 14377, 10413, 13328, 8271, 8909, 10678, 7900, 12497, 7980, 13071, 11066, 9974, 13833, 8894, 13042, 7990, 12461, 10006, 10554, 13258, 8951, 13176, 8858, 13227, 8262, 12843, 8068, 12660, 7859, 12529, 8032, 12937, 8246, 13025, 7944, 12992, 8128, 13204, 7907, 12976, 8106, 12904, 8697, 12604, 11441, 10678, 15305, 9459, 13321, 9150, 12879, 8363, 12499, 8080, 12673, 8127, 12189, 7865, 12461, 7884, 12264, 11396, 10618, 13255, 9002, 13211, 8106, 13193, 8368, 11836, 13296, 8892, 13284, 8361, 12729, 7779, 11416, 11030, 9328, 14206, 8936, 12888, 8019, 12023, 9262, 9955, 13613, 8796, 14320, 9029, 13608, 8253, 12958, 8005, 12688, 10186, 10457, 9851, 13377, 8251, 12039, 8047, 14134, 8891, 13693, 10427, 14707, 9991, 14327, 10155, 13705, 10020, 12532, 16365, 10961, 17022, 9610, 15546, 9150, 13330, 9551, 12658, 8371, 10807, 15554, 9144, 14200, 8744, 13141, 8297, 12595, 8710, 9581, 14541, 8569, 13964, 8274, 12962, 7961, 12872, 7883, 11035, 12510, 9689, 13834, 8547, 13134, 8378, 11949, 11891, 9356, 14022, 8644, 12962, 8135, 11567, 12527, 9023, 14385, 8411, 13530, 8127, 12335, 8000, 11294, 8224, 11518, 8155, 11560, 8027, 11657, 7997, 12161, 8927, 12559, 8773, 12866, 9979, 12321, 13003, 11373, 15316, 11289, 15187, 9811, 15137, 9794, 13885, 16187, 11997, 17332, 10929, 13552, 10775, 15284, 11068, 15059, 9684, 14386, 8667, 12396, 12981, 10001, 14345, 9493, 13441, 7865, 12630, 8462, 11332, 8137, 8570, 7826, 12333, 7973, 13706, 9313, 12564, 11680, 9321, 13188, 14854, 9151, 13584, 10914, 10748, 15586, 9973, 13726, 8828, 12655, 14598, 9449, 13720, 8088, 13295, 10536, 9281, 14301, 8910, 13116, 8233, 11516, 8335, 11297, 8141, 7950, 9621, 13357, 8853, 13208, 8449, 12238, 8104, 12267, 9477, 11022, 13738, 9907, 12937, 9594, 12317, 14543, 9824, 14855, 8941, 12790, 8351, 9408, 13559, 8861, 12965, 7882, 11821, 10811, 9031, 13329, 9156, 12559, 8755, 11924, 8898, 12349, 8492, 12193, 9689, 10771, 13214, 8811, 12084, 8265, 11911, 8272, 11764, 9872, 10413, 14323, 10787, 14688, 9584, 12137, 9982, 11221, 10149, 12984, 10532, 13440, 9140, 13155, 10469, 10323, 13196, 8257, 12398, 13635, 8731, 13357, 9030, 12955, 8088, 11965, 9275, 10562, 8676, 10963, 9834, 11118, 9021, 12390, 9999, 11916, 14044, 9841, 14080, 10315, 13448, 10047, 14016, 8786, 13761, 19015, 9964, 15451, 8713, 13974, 10097, 11177, 14929, 9541, 13821, 7893, 13071, 12929, 9322, 13292, 9186, 13269, 8008, 12578, 8093, 12139, 10401, 10760, 13242, 8899, 12912, 8176, 13179, 8153, 12011, 10677, 10715, 8404, 11264, 8089, 11021, 13225, 11096, 13497, 11334, 14141, 9668, 15127, 10967, 12856, 9048, 14221, 11741, 11110, 15092, 9236, 15133, 11667, 12035, 16931, 10104, 14366, 9244, 13330, 8205, 13292, 8826, 12875, 9461, 10790, 13943, 8779, 12938, 10295, 10077, 13271, 9150, 12836, 8162, 12756, 7825, 10959, 13414, 8440, 13498, 9182, 10640, 14916, 8444, 12396, 8018, 11208, 13283, 8479, 12749, 8662, 11567, 7962, 11801, 7991, 10734, 11558, 9318, 12270, 8937, 12236, 9892, 11178, 15082, 11074, 12547, 8300, 12593, 10759, 10777, 13944, 9168, 12885, 8445, 11837, 9838, 9993, 15567, 8459, 13626, 9289, 13150, 8101, 12429, 8529, 12370, 8049, 12104, 10930, 11545, 12798, 9612, 14279, 9720, 13649, 8609, 13014, 9931, 11540, 8898, 10860, 18060, 9788, 13845, 8812, 13377, 8911, 11606, 17768, 9974, 15140, 9340, 12754, 18109, 9994, 14615, 8241, 12854, 11431, 9480, 14149, 8530, 12558, 8115, 11697, 10174, 9373, 13367, 8688, 12404, 7910, 11869, 7876, 10733, 10973, 8860, 12862, 8354, 11714, 8067, 11246, 8059, 10779, 10837, 10409, 13671, 8782, 11952, 8100, 11964, 7832, 13426, 7993, 11174, 12273, 10304, 14273, 11155, 16063, 10592, 13321, 8749, 12612, 11532, 12531, 16473, 10642, 17322, 9279, 15040, 11269, 12367, 19599, 10092, 15043, 8703, 12802, 17788, 9286, 13762, 7962, 12174, 9663, 10335, 15154, 8888, 13959, 8098, 12898, 7844, 10898, 14158, 8339, 13481, 8246, 12006, 9643, 9658, 14602, 8083, 13047, 7950, 13002, 10079, 10094, 14722, 8423, 12915, 8055, 13198, 8710, 10666, 14058, 8484, 13570, 8541, 12344, 9807, 10697, 10734, 9707, 14418, 8486, 13301, 8319, 12151, 11926, 10587, 14554, 8295, 13068, 7891, 12415, 8859, 11774, 11193, 11047, 11917, 10180, 15197, 11415, 13151, 9318, 13453, 8250, 13250, 8475, 13167, 9376, 12985, 8933, 14562, 11872, 11710, 20126, 13224, 17296, 9613, 15112, 8936, 15408, 10589, 12561, 15409, 11275, 18975, 10043, 14742, 9221, 13447, 8094, 13178, 8143, 13516, 8278, 13524, 9535, 11530, 11136, 8044, 13359, 8199, 13491, 13239, 10890, 15059, 10039, 14054, 8187, 12932, 8315, 12204, 11126, 10430, 13394, 9779, 13361, 8855, 13282, 8202, 12841, 8534, 12805, 8643, 11373, 13679, 9859, 14225, 9673, 13405, 8960, 13066, 8224, 13185, 8590, 12736, 7997, 13092, 7904, 13585, 8365, 12946, 10656, 10401, 13501, 8293, 12597, 8212, 11542, 14052, 9003, 13421, 7744, 11823], 'WindowCenter': [4939.0, 4926.0, 4883.0, 4910.0, 4927.0, 4848.0, 4873.0, 4850.0, 4875.0, 4839.0, 4828.0, 4883.0, 4831.0, 4814.0, 4843.0, 4827.0, 4874.0, 4827.0, 4866.0, 4885.0, 4868.0, 4905.0, 4860.0, 4888.0, 4851.0, 4889.0, 4853.0, 4925.0, 4843.0, 4875.0, 4860.0, 4888.0, 4872.0, 4911.0, 4901.0, 4875.0, 4913.0, 4866.0, 4923.0, 4874.0, 4912.0, 4891.0, 4911.0, 4929.0, 4880.0, 4918.0, 4871.0, 4917.0, 4883.0, 4899.0, 4861.0, 4899.0, 4862.0, 4900.0, 4850.0, 4888.0, 4849.0, 4898.0, 4851.0, 4899.0, 4851.0, 4913.0, 4863.0, 4900.0, 4850.0, 4879.0, 4868.0, 4879.0, 4907.0, 4869.0, 4896.0, 4871.0, 4887.0, 4870.0, 4897.0, 4848.0, 4898.0, 4850.0, 4888.0, 4840.0, 4904.0, 4842.0, 4912.0, 4855.0, 4914.0, 4883.0, 4895.0, 4891.0, 4894.0, 4933.0, 4875.0, 4924.0, 4865.0, 4913.0, 4875.0, 4903.0, 4864.0, 4882.0, 4841.0, 4889.0, 4852.0, 4901.0, 4898.0, 4878.0, 4889.0, 4850.0, 4888.0, 4839.0, 4878.0, 4887.0, 4856.0, 4886.0, 4838.0, 4876.0, 4828.0, 4877.0, 4828.0, 4886.0, 4838.0, 4878.0, 4859.0, 4878.0, 4875.0, 4859.0, 4867.0, 4868.0, 4905.0, 4856.0, 4888.0, 4840.0, 4891.0, 4841.0, 4888.0, 4840.0, 4887.0, 4870.0, 4890.0, 4844.0, 4838.0, 4863.0, 4880.0, 4829.0, 4888.0, 4866.0, 4887.0, 4907.0, 4864.0, 4900.0, 4852.0, 4899.0, 4842.0, 4889.0, 4847.0, 4880.0, 4847.0, 4861.0, 4899.0, 4849.0, 4874.0, 4847.0, 4900.0, 4842.0, 4863.0, 4871.0, 4831.0, 4889.0, 4843.0, 4891.0, 4868.0, 4860.0, 4889.0, 4841.0, 4875.0, 4829.0, 4879.0, 4860.0, 4859.0, 4876.0, 4838.0, 4876.0, 4829.0, 4876.0, 4828.0, 4875.0, 4818.0, 4877.0, 4830.0, 4877.0, 4829.0, 4889.0, 4840.0, 4889.0, 4832.0, 4890.0, 4842.0, 4900.0, 4844.0, 4902.0, 4834.0, 4892.0, 4854.0, 4892.0, 4881.0, 4872.0, 4907.0, 4850.0, 4889.0, 4850.0, 4878.0, 4830.0, 4878.0, 4830.0, 4889.0, 4832.0, 4890.0, 4843.0, 4889.0, 4843.0, 4893.0, 4881.0, 4871.0, 4890.0, 4852.0, 4891.0, 4832.0, 4891.0, 4842.0, 4882.0, 4890.0, 4842.0, 4889.0, 4830.0, 4878.0, 4820.0, 4869.0, 4858.0, 4850.0, 4897.0, 4839.0, 4878.0, 4829.0, 4878.0, 4838.0, 4850.0, 4900.0, 4841.0, 4885.0, 4837.0, 4887.0, 4828.0, 4876.0, 4818.0, 4889.0, 4858.0, 4861.0, 4860.0, 4888.0, 4842.0, 4892.0, 4857.0, 4924.0, 4879.0, 4926.0, 4898.0, 4935.0, 4887.0, 4925.0, 4886.0, 4914.0, 4876.0, 4903.0, 4932.0, 4873.0, 4919.0, 4851.0, 4907.0, 4840.0, 4877.0, 4849.0, 4878.0, 4828.0, 4858.0, 4895.0, 4838.0, 4886.0, 4828.0, 4876.0, 4819.0, 4877.0, 4827.0, 4848.0, 4885.0, 4827.0, 4886.0, 4829.0, 4887.0, 4830.0, 4889.0, 4831.0, 4872.0, 4890.0, 4863.0, 4901.0, 4854.0, 4892.0, 4843.0, 4883.0, 4881.0, 4852.0, 4888.0, 4841.0, 4890.0, 4831.0, 4880.0, 4878.0, 4841.0, 4898.0, 4841.0, 4888.0, 4831.0, 4902.0, 4845.0, 4892.0, 4843.0, 4880.0, 4831.0, 4879.0, 4832.0, 4881.0, 4855.0, 4893.0, 4867.0, 4906.0, 4856.0, 4906.0, 4873.0, 4905.0, 4902.0, 4894.0, 4923.0, 4883.0, 4911.0, 4851.0, 4900.0, 4850.0, 4889.0, 4909.0, 4881.0, 4917.0, 4858.0, 4873.0, 4846.0, 4884.0, 4856.0, 4886.0, 4838.0, 4888.0, 4828.0, 4877.0, 4876.0, 4837.0, 4874.0, 4824.0, 4863.0, 4817.0, 4875.0, 4815.0, 4868.0, 4841.0, 4840.0, 4814.0, 4888.0, 4855.0, 4901.0, 4851.0, 4890.0, 4895.0, 4864.0, 4907.0, 4914.0, 4851.0, 4893.0, 4872.0, 4872.0, 4900.0, 4849.0, 4877.0, 4827.0, 4867.0, 4884.0, 4838.0, 4876.0, 4807.0, 4874.0, 4845.0, 4826.0, 4884.0, 4832.0, 4873.0, 4816.0, 4852.0, 4804.0, 4853.0, 4828.0, 4828.0, 4850.0, 4888.0, 4841.0, 4891.0, 4842.0, 4882.0, 4843.0, 4895.0, 4876.0, 4885.0, 4890.0, 4851.0, 4879.0, 4839.0, 4869.0, 4886.0, 4837.0, 4887.0, 4827.0, 4867.0, 4815.0, 4825.0, 4862.0, 4823.0, 4863.0, 4803.0, 4853.0, 4843.0, 4824.0, 4874.0, 4836.0, 4865.0, 4829.0, 4880.0, 4841.0, 4880.0, 4842.0, 4882.0, 4850.0, 4860.0, 4878.0, 4840.0, 4880.0, 4844.0, 4866.0, 4844.0, 4882.0, 4861.0, 4886.0, 4901.0, 4870.0, 4911.0, 4864.0, 4893.0, 4877.0, 4893.0, 4887.0, 4917.0, 4899.0, 4906.0, 4866.0, 4916.0, 4874.0, 4875.0, 4893.0, 4844.0, 4893.0, 4900.0, 4842.0, 4891.0, 4851.0, 4879.0, 4821.0, 4868.0, 4838.0, 4860.0, 4841.0, 4872.0, 4863.0, 4883.0, 4865.0, 4903.0, 4862.0, 4895.0, 4912.0, 4865.0, 4902.0, 4864.0, 4893.0, 4863.0, 4892.0, 4830.0, 4892.0, 4928.0, 4839.0, 4887.0, 4829.0, 4875.0, 4837.0, 4845.0, 4874.0, 4825.0, 4863.0, 4804.0, 4864.0, 4863.0, 4825.0, 4862.0, 4824.0, 4862.0, 4816.0, 4866.0, 4818.0, 4868.0, 4848.0, 4859.0, 4879.0, 4842.0, 4881.0, 4829.0, 4888.0, 4833.0, 4878.0, 4861.0, 4872.0, 4832.0, 4872.0, 4842.0, 4883.0, 4902.0, 4897.0, 4928.0, 4910.0, 4939.0, 4889.0, 4948.0, 4911.0, 4918.0, 4894.0, 4929.0, 4896.0, 4888.0, 4916.0, 4867.0, 4914.0, 4885.0, 4894.0, 4922.0, 4863.0, 4900.0, 4852.0, 4891.0, 4832.0, 4891.0, 4843.0, 4906.0, 4863.0, 4872.0, 4890.0, 4831.0, 4880.0, 4860.0, 4851.0, 4878.0, 4839.0, 4878.0, 4830.0, 4878.0, 4820.0, 4871.0, 4876.0, 4831.0, 4891.0, 4852.0, 4862.0, 4897.0, 4832.0, 4882.0, 4832.0, 4871.0, 4889.0, 4842.0, 4888.0, 4842.0, 4871.0, 4842.0, 4882.0, 4842.0, 4885.0, 4895.0, 4878.0, 4905.0, 4881.0, 4920.0, 4878.0, 4898.0, 4926.0, 4897.0, 4896.0, 4856.0, 4908.0, 4885.0, 4886.0, 4904.0, 4855.0, 4892.0, 4845.0, 4893.0, 4863.0, 4865.0, 4922.0, 4844.0, 4914.0, 4875.0, 4902.0, 4845.0, 4906.0, 4867.0, 4905.0, 4859.0, 4907.0, 4897.0, 4909.0, 4916.0, 4880.0, 4926.0, 4878.0, 4914.0, 4857.0, 4905.0, 4864.0, 4885.0, 4853.0, 4875.0, 4931.0, 4862.0, 4891.0, 4840.0, 4881.0, 4829.0, 4869.0, 4907.0, 4836.0, 4886.0, 4827.0, 4855.0, 4904.0, 4826.0, 4874.0, 4794.0, 4854.0, 4841.0, 4826.0, 4863.0, 4813.0, 4850.0, 4792.0, 4844.0, 4833.0, 4825.0, 4863.0, 4816.0, 4865.0, 4817.0, 4868.0, 4819.0, 4859.0, 4871.0, 4854.0, 4890.0, 4843.0, 4882.0, 4835.0, 4873.0, 4844.0, 4886.0, 4886.0, 4888.0, 4914.0, 4856.0, 4894.0, 4846.0, 4894.0, 4845.0, 4913.0, 4855.0, 4897.0, 4905.0, 4888.0, 4925.0, 4910.0, 4946.0, 4901.0, 4929.0, 4871.0, 4907.0, 4897.0, 4909.0, 4948.0, 4887.0, 4936.0, 4866.0, 4912.0, 4870.0, 4882.0, 4929.0, 4850.0, 4900.0, 4828.0, 4879.0, 4906.0, 4837.0, 4877.0, 4808.0, 4882.0, 4839.0, 4848.0, 4884.0, 4828.0, 4887.0, 4820.0, 4878.0, 4831.0, 4871.0, 4899.0, 4843.0, 4891.0, 4844.0, 4894.0, 4862.0, 4864.0, 4912.0, 4846.0, 4904.0, 4846.0, 4905.0, 4887.0, 4888.0, 4923.0, 4857.0, 4905.0, 4847.0, 4906.0, 4855.0, 4885.0, 4914.0, 4866.0, 4916.0, 4868.0, 4906.0, 4876.0, 4886.0, 4895.0, 4880.0, 4927.0, 4870.0, 4917.0, 4858.0, 4907.0, 4895.0, 4887.0, 4925.0, 4857.0, 4915.0, 4856.0, 4906.0, 4865.0, 4907.0, 4895.0, 4907.0, 4906.0, 4899.0, 4935.0, 4908.0, 4918.0, 4892.0, 4917.0, 4860.0, 4915.0, 4857.0, 4905.0, 4865.0, 4905.0, 4866.0, 4915.0, 4894.0, 4884.0, 4940.0, 4890.0, 4920.0, 4851.0, 4889.0, 4829.0, 4887.0, 4845.0, 4866.0, 4884.0, 4844.0, 4900.0, 4823.0, 4861.0, 4810.0, 4861.0, 4792.0, 4862.0, 4789.0, 4863.0, 4815.0, 4875.0, 4848.0, 4867.0, 4856.0, 4817.0, 4874.0, 4817.0, 4878.0, 4863.0, 4835.0, 4873.0, 4824.0, 4861.0, 4817.0, 4863.0, 4802.0, 4841.0, 4830.0, 4821.0, 4861.0, 4829.0, 4856.0, 4813.0, 4861.0, 4803.0, 4851.0, 4812.0, 4853.0, 4814.0, 4849.0, 4862.0, 4835.0, 4873.0, 4836.0, 4875.0, 4823.0, 4876.0, 4841.0, 4889.0, 4839.0, 4889.0, 4819.0, 4877.0, 4832.0, 4889.0, 4842.0, 4890.0, 4859.0, 4860.0, 4878.0, 4817.0, 4865.0, 4819.0, 4869.0, 4876.0, 4829.0, 4877.0, 4809.0, 4867.0], 'WindowWidth': [10728.0, 10705.0, 10637.0, 10671.0, 10693.0, 10578.0, 10599.0, 10579.0, 10604.0, 10539.0, 10527.0, 10618.0, 10541.0, 10524.0, 10565.0, 10551.0, 10611.0, 10551.0, 10602.0, 10626.0, 10608.0, 10656.0, 10602.0, 10638.0, 10592.0, 10641.0, 10600.0, 10706.0, 10562.0, 10612.0, 10598.0, 10633.0, 10622.0, 10673.0, 10658.0, 10632.0, 10681.0, 10619.0, 10696.0, 10627.0, 10677.0, 10643.0, 10671.0, 10694.0, 10628.0, 10676.0, 10614.0, 10670.0, 10636.0, 10651.0, 10603.0, 10652.0, 10606.0, 10655.0, 10584.0, 10633.0, 10585.0, 10647.0, 10588.0, 10650.0, 10589.0, 10680.0, 10608.0, 10654.0, 10583.0, 10623.0, 10604.0, 10621.0, 10660.0, 10610.0, 10641.0, 10615.0, 10630.0, 10609.0, 10645.0, 10579.0, 10646.0, 10583.0, 10634.0, 10571.0, 10664.0, 10575.0, 10674.0, 10602.0, 10684.0, 10636.0, 10654.0, 10643.0, 10651.0, 10703.0, 10627.0, 10694.0, 10614.0, 10678.0, 10629.0, 10665.0, 10610.0, 10629.0, 10574.0, 10636.0, 10588.0, 10657.0, 10646.0, 10620.0, 10637.0, 10583.0, 10633.0, 10566.0, 10620.0, 10626.0, 10586.0, 10628.0, 10562.0, 10613.0, 10549.0, 10614.0, 10550.0, 10627.0, 10565.0, 10618.0, 10594.0, 10618.0, 10611.0, 10592.0, 10601.0, 10604.0, 10652.0, 10587.0, 10632.0, 10569.0, 10639.0, 10570.0, 10633.0, 10569.0, 10629.0, 10621.0, 10642.0, 10572.0, 10566.0, 10614.0, 10624.0, 10550.0, 10630.0, 10595.0, 10627.0, 10656.0, 10607.0, 10649.0, 10586.0, 10647.0, 10575.0, 10632.0, 10569.0, 10621.0, 10570.0, 10595.0, 10643.0, 10573.0, 10597.0, 10567.0, 10650.0, 10571.0, 10605.0, 10611.0, 10558.0, 10633.0, 10576.0, 10640.0, 10603.0, 10594.0, 10633.0, 10569.0, 10610.0, 10550.0, 10616.0, 10594.0, 10590.0, 10610.0, 10557.0, 10608.0, 10547.0, 10607.0, 10546.0, 10607.0, 10532.0, 10611.0, 10554.0, 10613.0, 10550.0, 10632.0, 10567.0, 10632.0, 10559.0, 10635.0, 10575.0, 10652.0, 10577.0, 10655.0, 10563.0, 10639.0, 10592.0, 10643.0, 10623.0, 10612.0, 10657.0, 10580.0, 10633.0, 10581.0, 10616.0, 10554.0, 10614.0, 10554.0, 10631.0, 10557.0, 10635.0, 10576.0, 10634.0, 10576.0, 10644.0, 10626.0, 10613.0, 10635.0, 10585.0, 10639.0, 10560.0, 10639.0, 10571.0, 10626.0, 10633.0, 10572.0, 10633.0, 10554.0, 10616.0, 10540.0, 10606.0, 10588.0, 10579.0, 10642.0, 10564.0, 10614.0, 10550.0, 10616.0, 10561.0, 10578.0, 10649.0, 10570.0, 10621.0, 10557.0, 10625.0, 10546.0, 10608.0, 10532.0, 10633.0, 10591.0, 10596.0, 10593.0, 10628.0, 10574.0, 10644.0, 10605.0, 10694.0, 10640.0, 10699.0, 10663.0, 10709.0, 10647.0, 10695.0, 10640.0, 10679.0, 10627.0, 10661.0, 10697.0, 10616.0, 10678.0, 10580.0, 10658.0, 10562.0, 10613.0, 10574.0, 10614.0, 10545.0, 10587.0, 10632.0, 10557.0, 10623.0, 10545.0, 10608.0, 10533.0, 10610.0, 10543.0, 10570.0, 10619.0, 10542.0, 10624.0, 10550.0, 10624.0, 10552.0, 10631.0, 10555.0, 10613.0, 10635.0, 10601.0, 10654.0, 10590.0, 10640.0, 10575.0, 10627.0, 10621.0, 10583.0, 10630.0, 10567.0, 10632.0, 10555.0, 10620.0, 10616.0, 10568.0, 10643.0, 10567.0, 10629.0, 10557.0, 10657.0, 10585.0, 10645.0, 10577.0, 10621.0, 10557.0, 10620.0, 10560.0, 10628.0, 10599.0, 10648.0, 10619.0, 10669.0, 10598.0, 10668.0, 10618.0, 10666.0, 10657.0, 10649.0, 10689.0, 10631.0, 10666.0, 10582.0, 10649.0, 10579.0, 10632.0, 10660.0, 10625.0, 10669.0, 10585.0, 10600.0, 10566.0, 10617.0, 10579.0, 10622.0, 10559.0, 10628.0, 10543.0, 10612.0, 10606.0, 10555.0, 10603.0, 10532.0, 10583.0, 10530.0, 10607.0, 10523.0, 10603.0, 10575.0, 10567.0, 10521.0, 10635.0, 10599.0, 10651.0, 10580.0, 10635.0, 10650.0, 10606.0, 10669.0, 10677.0, 10584.0, 10645.0, 10613.0, 10611.0, 10647.0, 10573.0, 10609.0, 10540.0, 10594.0, 10615.0, 10556.0, 10605.0, 10513.0, 10601.0, 10559.0, 10534.0, 10616.0, 10546.0, 10599.0, 10525.0, 10569.0, 10504.0, 10574.0, 10548.0, 10546.0, 10580.0, 10630.0, 10569.0, 10636.0, 10571.0, 10625.0, 10576.0, 10650.0, 10626.0, 10636.0, 10636.0, 10579.0, 10617.0, 10560.0, 10599.0, 10618.0, 10552.0, 10625.0, 10539.0, 10596.0, 10517.0, 10530.0, 10581.0, 10529.0, 10583.0, 10504.0, 10570.0, 10557.0, 10532.0, 10600.0, 10551.0, 10590.0, 10546.0, 10620.0, 10568.0, 10619.0, 10573.0, 10626.0, 10576.0, 10592.0, 10614.0, 10563.0, 10618.0, 10578.0, 10594.0, 10581.0, 10627.0, 10599.0, 10638.0, 10649.0, 10604.0, 10663.0, 10603.0, 10644.0, 10627.0, 10645.0, 10641.0, 10688.0, 10662.0, 10667.0, 10611.0, 10682.0, 10619.0, 10621.0, 10644.0, 10577.0, 10644.0, 10646.0, 10572.0, 10639.0, 10583.0, 10618.0, 10539.0, 10599.0, 10560.0, 10590.0, 10569.0, 10613.0, 10603.0, 10630.0, 10607.0, 10659.0, 10601.0, 10649.0, 10669.0, 10607.0, 10655.0, 10602.0, 10641.0, 10599.0, 10638.0, 10549.0, 10636.0, 10684.0, 10559.0, 10625.0, 10546.0, 10602.0, 10551.0, 10559.0, 10598.0, 10529.0, 10580.0, 10503.0, 10583.0, 10581.0, 10532.0, 10582.0, 10532.0, 10582.0, 10525.0, 10591.0, 10529.0, 10597.0, 10571.0, 10587.0, 10616.0, 10569.0, 10620.0, 10548.0, 10627.0, 10559.0, 10615.0, 10595.0, 10612.0, 10557.0, 10612.0, 10573.0, 10631.0, 10658.0, 10656.0, 10705.0, 10681.0, 10719.0, 10652.0, 10731.0, 10686.0, 10691.0, 10664.0, 10705.0, 10651.0, 10644.0, 10682.0, 10611.0, 10674.0, 10635.0, 10644.0, 10682.0, 10600.0, 10649.0, 10581.0, 10636.0, 10555.0, 10634.0, 10570.0, 10665.0, 10599.0, 10611.0, 10634.0, 10551.0, 10617.0, 10591.0, 10579.0, 10613.0, 10560.0, 10610.0, 10550.0, 10612.0, 10536.0, 10608.0, 10611.0, 10553.0, 10634.0, 10583.0, 10595.0, 10640.0, 10555.0, 10624.0, 10554.0, 10608.0, 10631.0, 10572.0, 10632.0, 10572.0, 10608.0, 10573.0, 10624.0, 10573.0, 10635.0, 10650.0, 10630.0, 10665.0, 10639.0, 10695.0, 10629.0, 10659.0, 10696.0, 10655.0, 10652.0, 10598.0, 10674.0, 10634.0, 10636.0, 10659.0, 10593.0, 10642.0, 10580.0, 10643.0, 10601.0, 10607.0, 10680.0, 10578.0, 10674.0, 10625.0, 10656.0, 10584.0, 10666.0, 10616.0, 10664.0, 10607.0, 10672.0, 10660.0, 10676.0, 10682.0, 10638.0, 10696.0, 10630.0, 10676.0, 10601.0, 10662.0, 10604.0, 10633.0, 10587.0, 10618.0, 10694.0, 10598.0, 10638.0, 10565.0, 10621.0, 10546.0, 10601.0, 10654.0, 10552.0, 10621.0, 10537.0, 10575.0, 10640.0, 10533.0, 10597.0, 10487.0, 10569.0, 10549.0, 10533.0, 10584.0, 10513.0, 10560.0, 10483.0, 10554.0, 10539.0, 10530.0, 10583.0, 10522.0, 10588.0, 10528.0, 10599.0, 10531.0, 10587.0, 10608.0, 10589.0, 10633.0, 10574.0, 10623.0, 10564.0, 10613.0, 10577.0, 10637.0, 10638.0, 10643.0, 10675.0, 10597.0, 10647.0, 10582.0, 10648.0, 10582.0, 10674.0, 10598.0, 10658.0, 10664.0, 10646.0, 10693.0, 10681.0, 10724.0, 10669.0, 10705.0, 10627.0, 10671.0, 10654.0, 10675.0, 10727.0, 10641.0, 10712.0, 10611.0, 10669.0, 10605.0, 10625.0, 10686.0, 10577.0, 10647.0, 10541.0, 10613.0, 10648.0, 10553.0, 10608.0, 10514.0, 10623.0, 10557.0, 10570.0, 10614.0, 10542.0, 10621.0, 10535.0, 10613.0, 10554.0, 10607.0, 10643.0, 10571.0, 10636.0, 10577.0, 10644.0, 10601.0, 10605.0, 10669.0, 10584.0, 10662.0, 10584.0, 10664.0, 10642.0, 10644.0, 10686.0, 10600.0, 10664.0, 10587.0, 10667.0, 10594.0, 10638.0, 10674.0, 10613.0, 10681.0, 10618.0, 10666.0, 10625.0, 10641.0, 10651.0, 10637.0, 10698.0, 10623.0, 10685.0, 10605.0, 10669.0, 10650.0, 10643.0, 10694.0, 10603.0, 10681.0, 10603.0, 10668.0, 10612.0, 10670.0, 10653.0, 10673.0, 10669.0, 10666.0, 10708.0, 10675.0, 10690.0, 10657.0, 10685.0, 10609.0, 10680.0, 10603.0, 10665.0, 10611.0, 10664.0, 10611.0, 10679.0, 10645.0, 10633.0, 10707.0, 10635.0, 10680.0, 10578.0, 10630.0, 10546.0, 10624.0, 10562.0, 10593.0, 10611.0, 10557.0, 10632.0, 10525.0, 10577.0, 10506.0, 10578.0, 10482.0, 10581.0, 10476.0, 10586.0, 10523.0, 10608.0, 10573.0, 10598.0, 10578.0, 10528.0, 10598.0, 10528.0, 10613.0, 10586.0, 10547.0, 10598.0, 10529.0, 10577.0, 10527.0, 10584.0, 10497.0, 10549.0, 10529.0, 10519.0, 10578.0, 10533.0, 10567.0, 10513.0, 10577.0, 10502.0, 10563.0, 10511.0, 10568.0, 10516.0, 10562.0, 10581.0, 10545.0, 10597.0, 10550.0, 10604.0, 10533.0, 10606.0, 10571.0, 10633.0, 10562.0, 10632.0, 10531.0, 10608.0, 10556.0, 10629.0, 10572.0, 10634.0, 10587.0, 10590.0, 10611.0, 10525.0, 10590.0, 10532.0, 10599.0, 10606.0, 10544.0, 10608.0, 10516.0, 10597.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.009267821100917431</td></tr>
<tr><td colspan=3>aqi</td><td>0.031728291284403666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.42324354786452</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3520237029391509</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.137464150918486</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>6667.7866</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.161381723664812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.26605504587156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581614716728034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4548376687448363</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.868113931618835</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.421892549820431</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156498</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009760898537933826</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0392218716442585</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.941592264891114</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>16.0883</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9106</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.305</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1083.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.6385</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3831</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>659.328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4068.4821</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1092.1912</td></tr>
<tr><td colspan=3>tsnr</td><td>33.17995117837563</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>