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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0129_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-01/func/sub-0129_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>30fc3aa2d42297b33b7c85b1c971c2ba</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:58:4.647500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999433, 0.0134801, -0.0308404, -0.0137812, 0.999859, -0.00957185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7754, -7260, 114, -102, -38, 62, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b97debcb-2d45-4adb-a565-0942bd7181ce||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814067363739014, -0.03697394207119942, -0.08290902525186539, 116.07263946533203], [-0.03616608679294586, 2.682549238204956, -0.02697690576314926, -92.38004302978516], [-0.0827425867319107, 0.025680579245090485, 2.698591947555542, -75.21609497070312], [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': ['125804.647500', '125805.107500', '125805.567500', '125806.027500', '125806.487500', '125806.947500', '125807.407500', '125807.867500', '125808.327500', '125808.787500', '125809.247500', '125809.707500', '125810.167500', '125810.627500', '125811.087500', '125811.547500', '125812.007500', '125812.467500', '125812.927500', '125813.387500', '125813.847500', '125814.307500', '125814.767500', '125815.227500', '125815.687500', '125816.147500', '125816.607500', '125817.067500', '125817.527500', '125817.987500', '125818.447500', '125818.907500', '125819.367500', '125819.827500', '125820.287500', '125820.747500', '125821.207500', '125821.667500', '125822.127500', '125822.587500', '125823.047500', '125823.507500', '125823.967500', '125824.427500', '125824.887500', '125825.347500', '125825.807500', '125826.267500', '125826.727500', '125827.187500', '125827.647500', '125828.107500', '125828.567500', '125829.027500', '125829.487500', '125829.947500', '125830.407500', '125830.867500', '125831.327500', '125831.787500', '125832.247500', '125832.707500', '125833.167500', '125833.627500', '125834.087500', '125834.547500', '125835.007500', '125835.467500', '125835.927500', '125836.387500', '125836.847500', '125837.307500', '125837.767500', '125838.227500', '125838.687500', '125839.147500', '125839.607500', '125840.067500', '125840.527500', '125840.987500', '125841.447500', '125841.907500', '125842.367500', '125842.827500', '125843.287500', '125843.747500', '125844.207500', '125844.667500', '125845.127500', '125845.587500', '125846.047500', '125846.507500', '125846.967500', '125847.427500', '125847.887500', '125848.347500', '125848.807500', '125849.267500', '125849.727500', '125850.187500', '125850.647500', '125851.107500', '125851.567500', '125852.027500', '125852.487500', '125852.947500', '125853.407500', '125853.867500', '125854.327500', '125854.787500', '125855.247500', '125855.707500', '125856.167500', '125856.627500', '125857.087500', '125857.547500', '125858.007500', '125858.467500', '125858.927500', '125859.387500', '125859.847500', '125900.307500', '125900.767500', '125901.227500', '125901.687500', '125902.147500', '125902.607500', '125903.067500', '125903.527500', '125903.987500', '125904.447500', '125904.907500', '125905.367500', '125905.827500', '125906.287500', '125906.747500', '125907.207500', '125907.667500', '125908.127500', '125908.587500', '125909.047500', '125909.507500', '125909.967500', '125910.427500', '125910.887500', '125911.347500', '125911.807500', '125912.267500', '125912.727500', '125913.187500', '125913.647500', '125914.107500', '125914.567500', '125915.027500', '125915.487500', '125915.947500', '125916.407500', '125916.867500', '125917.327500', '125917.787500', '125918.247500', '125918.707500', '125919.167500', '125919.627500', '125920.087500', '125920.547500', '125921.007500', '125921.467500', '125921.927500', '125922.387500', '125922.847500', '125923.307500', '125923.767500', '125924.227500', '125924.687500', '125925.147500', '125925.607500', '125926.067500', '125926.527500', '125926.987500', '125927.447500', '125927.907500', '125928.367500', '125928.827500', '125929.287500', '125929.747500', '125930.207500', '125930.667500', '125931.127500', '125931.587500', '125932.047500', '125932.507500', '125932.967500', '125933.427500', '125933.887500', '125934.347500', '125934.807500', '125935.267500', '125935.727500', '125936.187500', '125936.647500', '125937.107500', '125937.567500', '125938.027500', '125938.487500', '125938.947500', '125939.407500', '125939.867500', '125940.327500', '125940.787500', '125941.247500', '125941.707500', '125942.167500', '125942.627500', '125943.087500', '125943.547500', '125944.007500', '125944.467500', '125944.927500', '125945.387500', '125945.847500', '125946.307500', '125946.767500', '125947.227500', '125947.687500', '125948.147500', '125948.607500', '125949.067500', '125949.527500', '125949.987500', '125950.447500', '125950.907500', '125951.367500', '125951.827500', '125952.287500', '125952.747500', '125953.207500', '125953.667500', '125954.127500', '125954.587500', '125955.047500', '125955.507500', '125955.967500', '125956.427500', '125956.887500', '125957.347500', '125957.807500', '125958.267500', '125958.727500', '125959.187500', '125959.647500', '130000.107500', '130000.567500', '130001.027500', '130001.487500', '130001.947500', '130002.407500', '130002.867500', '130003.327500', '130003.787500', '130004.247500', '130004.707500', '130005.167500', '130005.627500', '130006.087500', '130006.547500', '130007.007500', '130007.467500', '130007.927500', '130008.387500', '130008.847500', '130009.307500', '130009.767500', '130010.227500', '130010.687500', '130011.147500', '130011.607500', '130012.067500', '130012.527500', '130012.987500', '130013.447500', '130013.907500', '130014.367500', '130014.827500', '130015.287500', '130015.747500', '130016.207500', '130016.667500', '130017.127500', '130017.587500', '130018.047500', '130018.507500', '130018.967500', '130019.427500', '130019.887500', '130020.347500', '130020.807500', '130021.267500', '130021.727500', '130022.187500', '130022.647500', '130023.107500', '130023.567500', '130024.027500', '130024.487500', '130024.947500', '130025.407500', '130025.867500', '130026.327500', '130026.787500', '130027.247500', '130027.707500', '130028.167500', '130028.627500', '130029.087500', '130029.547500', '130030.007500', '130030.467500', '130030.927500', '130031.387500', '130031.847500', '130032.307500', '130032.767500', '130033.227500', '130033.687500', '130034.147500', '130034.607500', '130035.067500', '130035.527500', '130035.987500', '130036.447500', '130036.907500', '130037.367500', '130037.827500', '130038.287500', '130038.747500', '130039.207500', '130039.667500', '130040.127500', '130040.587500', '130041.047500', '130041.507500', '130041.967500', '130042.427500', '130042.887500', '130043.347500', '130043.807500', '130044.267500', '130044.727500', '130045.187500', '130045.647500', '130046.107500', '130046.567500', '130047.027500', '130047.487500', '130047.947500', '130048.407500', '130048.867500', '130049.327500', '130049.787500', '130050.247500', '130050.707500', '130051.167500', '130051.627500', '130052.087500', '130052.547500', '130053.007500', '130053.467500', '130053.927500', '130054.387500', '130054.847500', '130055.307500', '130055.767500', '130056.227500', '130056.687500', '130057.147500', '130057.607500', '130058.067500', '130058.527500', '130058.987500', '130059.447500', '130059.907500', '130100.367500', '130100.827500', '130101.287500', '130101.747500', '130102.207500', '130102.667500', '130103.127500', '130103.587500', '130104.047500', '130104.507500', '130104.967500', '130105.427500', '130105.887500', '130106.347500', '130106.807500', '130107.267500', '130107.727500', '130108.187500', '130108.647500', '130109.107500', '130109.567500', '130110.027500', '130110.487500', '130110.947500', '130111.407500', '130111.867500', '130112.327500', '130112.787500', '130113.247500', '130113.707500', '130114.167500', '130114.627500', '130115.087500', '130115.547500', '130116.007500', '130116.467500', '130116.927500', '130117.387500', '130117.847500', '130118.307500', '130118.767500', '130119.227500', '130119.687500', '130120.147500', '130120.607500', '130121.067500', '130121.527500', '130121.987500', '130122.447500', '130122.907500', '130123.367500', '130123.827500', '130124.287500', '130124.747500', '130125.207500', '130125.667500', '130126.127500', '130126.587500', '130127.047500', '130127.507500', '130127.967500', '130128.427500', '130128.887500', '130129.347500', '130129.807500', '130130.267500', '130130.727500', '130131.187500', '130131.647500', '130132.107500', '130132.567500', '130133.027500', '130133.487500', '130133.947500', '130134.407500', '130134.867500', '130135.327500', '130135.787500', '130136.247500', '130136.707500', '130137.167500', '130137.627500', '130138.087500', '130138.547500', '130139.007500', '130139.467500', '130139.927500', '130140.387500', '130140.847500', '130141.307500', '130141.767500', '130142.227500', '130142.687500', '130143.147500', '130143.607500', '130144.067500', '130144.527500', '130144.987500', '130145.447500', '130145.907500', '130146.367500', '130146.827500', '130147.287500', '130147.747500', '130148.207500', '130148.667500', '130149.127500', '130149.587500', '130150.047500', '130150.507500', '130150.967500', '130151.427500', '130151.887500', '130152.347500', '130152.807500', '130153.267500', '130153.727500', '130154.187500', '130154.647500', '130155.107500', '130155.567500', '130156.027500', '130156.487500', '130156.947500', '130157.407500', '130157.867500', '130158.327500', '130158.787500', '130159.247500', '130159.707500', '130200.167500', '130200.627500', '130201.087500', '130201.547500', '130202.007500', '130202.467500', '130202.927500', '130203.387500', '130203.847500', '130204.307500', '130204.767500', '130205.227500', '130205.687500', '130206.147500', '130206.607500', '130207.067500', '130207.527500', '130207.987500', '130208.447500', '130208.907500', '130209.367500', '130209.827500', '130210.287500', '130210.747500', '130211.207500', '130211.667500', '130212.127500', '130212.587500', '130213.047500', '130213.507500', '130213.967500', '130214.427500', '130214.887500', '130215.347500', '130215.807500', '130216.267500', '130216.727500', '130217.187500', '130217.647500', '130218.107500', '130218.567500', '130219.027500', '130219.487500', '130219.947500', '130220.407500', '130220.867500', '130221.327500', '130221.787500', '130222.247500', '130222.707500', '130223.167500', '130223.627500', '130224.087500', '130224.547500', '130225.007500', '130225.467500', '130225.927500', '130226.387500', '130226.847500', '130227.307500', '130227.767500', '130228.227500', '130228.687500', '130229.147500', '130229.607500', '130230.067500', '130230.527500', '130230.987500', '130231.447500', '130231.907500', '130232.367500', '130232.827500', '130233.287500', '130233.747500', '130234.207500', '130234.667500', '130235.127500', '130235.587500', '130236.047500', '130236.507500', '130236.967500', '130237.427500', '130237.887500', '130238.347500', '130238.807500', '130239.267500', '130239.727500', '130240.187500', '130240.647500', '130241.107500', '130241.567500', '130242.027500', '130242.487500', '130242.947500', '130243.407500', '130243.867500', '130244.327500', '130244.787500', '130245.247500', '130245.707500', '130246.167500', '130246.627500', '130247.087500', '130247.547500', '130248.007500', '130248.467500', '130248.927500', '130249.387500', '130249.847500', '130250.307500', '130250.767500', '130251.227500', '130251.687500', '130252.147500', '130252.607500', '130253.067500', '130253.527500', '130253.987500', '130254.447500', '130254.907500', '130255.367500', '130255.827500', '130256.287500', '130256.747500', '130257.207500', '130257.667500', '130258.127500', '130258.587500', '130259.047500', '130259.507500', '130259.967500', '130300.427500', '130300.887500', '130301.347500', '130301.807500', '130302.267500', '130302.727500', '130303.187500', '130303.647500', '130304.107500', '130304.567500', '130305.027500', '130305.487500', '130305.947500', '130306.407500', '130306.867500', '130307.327500', '130307.787500', '130308.247500', '130308.707500', '130309.167500', '130309.627500', '130310.087500', '130310.547500', '130311.007500', '130311.467500', '130311.927500', '130312.387500', '130312.847500', '130313.307500', '130313.767500', '130314.227500', '130314.687500', '130315.147500', '130315.607500', '130316.067500', '130316.527500', '130316.987500', '130317.447500', '130317.907500', '130318.367500', '130318.827500', '130319.287500', '130319.747500', '130320.207500', '130320.667500', '130321.127500', '130321.587500', '130322.047500', '130322.507500', '130322.967500', '130323.427500', '130323.887500', '130324.347500', '130324.807500', '130325.267500', '130325.727500', '130326.187500', '130326.647500', '130327.107500', '130327.567500', '130328.027500', '130328.487500', '130328.947500', '130329.407500', '130329.867500', '130330.327500', '130330.787500', '130331.247500', '130331.707500', '130332.167500', '130332.627500', '130333.087500', '130333.547500', '130334.007500', '130334.467500', '130334.927500', '130335.387500', '130335.847500', '130336.307500', '130336.767500', '130337.227500', '130337.687500', '130338.147500', '130338.607500', '130339.067500', '130339.527500', '130339.987500', '130340.447500', '130340.907500', '130341.367500', '130341.827500', '130342.287500', '130342.747500', '130343.207500', '130343.667500', '130344.127500', '130344.587500', '130345.047500', '130345.507500', '130345.967500', '130346.427500', '130346.887500', '130347.347500', '130347.807500', '130348.267500', '130348.727500', '130349.187500', '130349.647500', '130350.107500', '130350.567500', '130351.027500', '130351.487500', '130351.947500', '130352.407500', '130352.867500', '130353.327500', '130353.787500', '130354.247500', '130354.707500', '130355.167500', '130355.627500', '130356.087500', '130356.547500', '130357.007500', '130357.467500', '130357.927500', '130358.387500', '130358.847500', '130359.307500', '130359.767500', '130400.227500', '130400.687500', '130401.147500', '130401.607500', '130402.067500', '130402.527500', '130402.987500', '130403.447500', '130403.907500', '130404.367500', '130404.827500', '130405.287500', '130405.747500', '130406.207500', '130406.667500', '130407.127500', '130407.587500', '130408.047500', '130408.507500', '130408.967500', '130409.427500', '130409.887500', '130410.347500', '130410.807500', '130411.267500', '130411.727500', '130412.187500', '130412.647500', '130413.107500', '130413.567500', '130414.027500', '130414.487500', '130414.947500', '130415.407500', '130415.867500', '130416.327500', '130416.787500', '130417.247500', '130417.707500', '130418.167500', '130418.627500', '130419.087500', '130419.547500', '130420.007500', '130420.467500', '130420.927500', '130421.387500', '130421.847500', '130422.307500', '130422.767500', '130423.227500', '130423.687500', '130424.147500', '130424.607500', '130425.067500', '130425.527500', '130425.987500', '130426.447500', '130426.907500', '130427.367500', '130427.827500', '130428.287500', '130428.747500', '130429.207500', '130429.667500', '130430.127500', '130430.587500', '130431.047500', '130431.507500', '130431.967500', '130432.427500', '130432.887500', '130433.347500', '130433.807500', '130434.267500', '130434.727500', '130435.187500', '130435.647500', '130436.107500', '130436.567500', '130437.027500', '130437.487500', '130437.947500', '130438.407500', '130438.867500', '130439.327500', '130439.787500', '130440.247500', '130440.707500', '130441.167500', '130441.627500', '130442.087500', '130442.547500', '130443.007500', '130443.467500', '130443.927500', '130444.387500', '130444.847500', '130445.307500'], 'ContentTime': ['125823.834000', '125823.837000', '125823.840000', '125823.843000', '125823.845000', '125823.848000', '125823.850000', '125823.853000', '125823.855000', '125823.858000', '125823.860000', '125823.863000', '125823.866000', '125823.868000', '125823.871000', '125823.874000', '125823.883000', '125823.886000', '125823.888000', '125823.891000', '125823.897000', '125823.900000', '125823.902000', '125823.905000', '125823.908000', '125823.910000', '125823.913000', '125823.915000', '125823.918000', '125823.920000', '125823.923000', '125823.926000', '125823.928000', '125823.931000', '125823.934000', '125823.936000', '125823.939000', '125823.941000', '125843.783000', '125843.786000', '125843.789000', '125843.799000', '125843.801000', '125843.804000', '125843.806000', '125843.809000', '125843.811000', '125843.814000', '125843.816000', '125843.819000', '125843.822000', '125843.824000', '125843.827000', '125843.829000', '125843.832000', '125843.835000', '125843.837000', '125843.840000', '125843.842000', '125843.845000', '125843.847000', '125843.850000', '125843.853000', '125843.855000', '125843.858000', '125843.860000', '125843.863000', '125843.865000', '125843.868000', '125843.870000', '125843.873000', '125843.875000', '125843.878000', '125843.880000', '125843.883000', '125843.886000', '125843.888000', '125843.891000', '125843.893000', '125843.896000', '125843.898000', '125843.901000', '125903.783000', '125903.786000', '125903.789000', '125903.791000', '125903.794000', '125903.796000', '125903.799000', '125903.802000', '125903.804000', '125903.807000', '125903.810000', '125903.812000', '125903.815000', '125903.817000', '125903.820000', '125903.822000', '125903.825000', '125903.827000', '125903.830000', '125903.833000', '125903.835000', '125903.838000', '125903.840000', '125903.843000', '125903.845000', '125903.848000', '125903.850000', '125903.853000', '125903.856000', '125903.859000', '125903.862000', '125903.865000', '125903.867000', '125903.870000', '125903.873000', '125903.875000', '125903.878000', '125903.880000', '125903.883000', '125903.885000', '125903.888000', '125903.891000', '125903.893000', '125923.782000', '125923.785000', '125923.788000', '125923.790000', '125923.793000', '125923.796000', '125923.798000', '125923.801000', '125923.804000', '125923.806000', '125923.809000', '125923.811000', '125923.814000', '125923.816000', '125923.819000', '125923.821000', '125923.824000', '125923.826000', '125923.829000', '125923.832000', '125923.834000', '125923.837000', '125923.839000', '125923.842000', '125923.844000', '125923.847000', '125923.849000', '125923.852000', '125923.855000', '125923.857000', '125923.860000', '125923.862000', '125923.865000', '125923.867000', '125923.870000', '125923.872000', '125923.875000', '125923.878000', '125923.880000', '125923.883000', '125923.885000', '125923.888000', '125923.890000', '125923.893000', '125943.783000', '125943.786000', '125943.789000', '125943.791000', '125943.794000', '125943.797000', '125943.799000', '125943.828000', '125943.830000', '125943.833000', '125943.835000', '125943.838000', '125943.841000', '125943.843000', '125943.846000', '125943.848000', '125943.851000', '125943.853000', '125943.856000', '125943.859000', '125943.861000', '125943.864000', '125943.866000', '125943.869000', '125943.871000', '125943.874000', '125943.876000', '125943.879000', '125943.882000', '125943.884000', '125943.887000', '125943.889000', '125943.892000', '125943.895000', '125943.897000', '125943.900000', '125943.902000', '125943.905000', '125943.907000', '125943.910000', '125943.913000', '125943.915000', '125943.918000', '130003.784000', '130003.786000', '130003.789000', '130003.791000', '130003.794000', '130003.797000', '130003.825000', '130003.827000', '130003.830000', '130003.833000', '130003.835000', '130003.838000', '130003.840000', '130003.843000', '130003.845000', '130003.848000', '130003.851000', '130003.853000', '130003.856000', '130003.858000', '130003.861000', '130003.863000', '130003.866000', '130003.869000', '130003.871000', '130003.874000', '130003.876000', '130003.879000', '130003.882000', '130003.884000', '130003.887000', '130003.889000', '130003.892000', '130003.894000', '130003.897000', '130003.900000', '130003.902000', '130003.905000', '130003.907000', '130003.910000', '130003.912000', '130003.915000', '130003.934000', '130003.937000', '130023.783000', '130023.786000', '130023.789000', '130023.791000', '130023.794000', '130023.797000', '130023.847000', '130023.850000', '130023.852000', '130023.855000', '130023.857000', '130023.860000', '130023.863000', '130023.865000', '130023.868000', '130023.870000', '130023.873000', '130023.876000', '130023.878000', '130023.881000', '130023.883000', '130023.886000', '130023.888000', '130023.891000', '130023.894000', '130023.897000', '130023.900000', '130023.903000', '130023.906000', '130023.908000', '130023.911000', '130023.913000', '130023.916000', '130023.918000', '130023.921000', '130023.924000', '130023.926000', '130023.929000', '130023.931000', '130023.934000', '130023.937000', '130023.939000', '130023.942000', '130043.783000', '130043.786000', '130043.789000', '130043.792000', '130043.794000', '130043.797000', '130043.799000', '130043.802000', '130043.805000', '130043.807000', '130043.810000', '130043.813000', '130043.815000', '130043.818000', '130043.820000', '130043.823000', '130043.826000', '130043.828000', '130043.831000', '130043.833000', '130043.836000', '130043.838000', '130043.841000', '130043.844000', '130043.846000', '130043.849000', '130043.851000', '130043.854000', '130043.857000', '130043.859000', '130043.862000', '130043.864000', '130043.867000', '130043.869000', '130043.872000', '130043.875000', '130043.877000', '130043.880000', '130043.882000', '130043.894000', '130043.897000', '130043.899000', '130043.902000', '130043.904000', '130103.783000', '130103.786000', '130103.789000', '130103.792000', '130103.794000', '130103.797000', '130103.847000', '130103.850000', '130103.852000', '130103.855000', '130103.858000', '130103.861000', '130103.864000', '130103.867000', '130103.870000', '130103.872000', '130103.875000', '130103.877000', '130103.880000', '130103.883000', '130103.885000', '130103.888000', '130103.890000', '130103.893000', '130103.895000', '130103.898000', '130103.901000', '130103.903000', '130103.906000', '130103.908000', '130103.911000', '130103.913000', '130103.916000', '130103.919000', '130103.921000', '130103.924000', '130103.926000', '130103.929000', '130103.931000', '130103.934000', '130103.937000', '130103.939000', '130103.942000', '130123.783000', '130123.786000', '130123.789000', '130123.791000', '130123.795000', '130123.797000', '130123.800000', '130123.803000', '130123.805000', '130123.808000', '130123.810000', '130123.813000', '130123.815000', '130123.818000', '130123.821000', '130123.823000', '130123.826000', '130123.828000', '130123.831000', '130123.834000', '130123.836000', '130123.839000', '130123.841000', '130123.844000', '130123.846000', '130123.849000', '130123.852000', '130123.854000', '130123.857000', '130123.859000', '130123.862000', '130123.865000', '130123.867000', '130123.870000', '130123.872000', '130123.875000', '130123.877000', '130123.880000', '130123.883000', '130123.885000', '130123.888000', '130123.890000', '130123.893000', '130123.895000', '130143.783000', '130143.785000', '130143.788000', '130143.791000', '130143.793000', '130143.796000', '130143.799000', '130143.801000', '130143.804000', '130143.807000', '130143.809000', '130143.812000', '130143.814000', '130143.817000', '130143.819000', '130143.822000', '130143.825000', '130143.827000', '130143.830000', '130143.832000', '130143.835000', '130143.838000', '130143.840000', '130143.843000', '130143.846000', '130143.848000', '130143.851000', '130143.853000', '130143.856000', '130143.859000', '130143.861000', '130143.864000', '130143.866000', '130143.869000', '130143.871000', '130143.874000', '130143.876000', '130143.897000', '130143.900000', '130143.903000', '130143.905000', '130143.908000', '130143.911000', '130203.784000', '130203.786000', '130203.789000', '130203.792000', '130203.794000', '130203.797000', '130203.800000', '130203.807000', '130203.809000', '130203.812000', '130203.814000', '130203.817000', '130203.820000', '130203.822000', '130203.825000', '130203.827000', '130203.830000', '130203.833000', '130203.835000', '130203.838000', '130203.841000', '130203.843000', '130203.846000', '130203.848000', '130203.851000', '130203.853000', '130203.856000', '130203.859000', '130203.861000', '130203.864000', '130203.867000', '130203.869000', '130203.872000', '130203.874000', '130203.877000', '130203.880000', '130203.882000', '130203.885000', '130203.887000', '130203.890000', '130203.893000', '130203.895000', '130203.898000', '130203.900000', '130223.784000', '130223.786000', '130223.789000', '130223.792000', '130223.795000', '130223.797000', '130223.867000', '130223.870000', '130223.873000', '130223.875000', '130223.878000', '130223.880000', '130223.883000', '130223.886000', '130223.888000', '130223.891000', '130223.893000', '130223.896000', '130223.899000', '130223.901000', '130223.904000', '130223.907000', '130223.910000', '130223.912000', '130223.915000', '130223.917000', '130223.920000', '130223.922000', '130223.925000', '130223.928000', '130223.930000', '130223.933000', '130223.936000', '130223.938000', '130223.941000', '130223.944000', '130223.946000', '130223.949000', '130223.951000', '130223.954000', '130223.957000', '130223.959000', '130223.962000', '130243.783000', '130243.786000', '130243.789000', '130243.792000', '130243.795000', '130243.797000', '130243.879000', '130243.882000', '130243.884000', '130243.887000', '130243.889000', '130243.892000', '130243.894000', '130243.897000', '130243.899000', '130243.902000', '130243.905000', '130243.907000', '130243.910000', '130243.912000', '130243.915000', '130243.918000', '130243.920000', '130243.923000', '130243.925000', '130243.928000', '130243.931000', '130243.933000', '130243.936000', '130243.938000', '130243.941000', '130243.943000', '130243.946000', '130243.948000', '130243.951000', '130243.958000', '130243.960000', '130243.963000', '130243.965000', '130243.968000', '130243.971000', '130243.973000', '130243.976000', '130243.978000', '130303.784000', '130303.786000', '130303.789000', '130303.792000', '130303.794000', '130303.797000', '130303.800000', '130303.850000', '130303.852000', '130303.855000', '130303.858000', '130303.860000', '130303.863000', '130303.865000', '130303.868000', '130303.870000', '130303.873000', '130303.876000', '130303.878000', '130303.881000', '130303.883000', '130303.886000', '130303.889000', '130303.891000', '130303.894000', '130303.896000', '130303.899000', '130303.902000', '130303.904000', '130303.907000', '130303.909000', '130303.912000', '130303.915000', '130303.917000', '130303.920000', '130303.922000', '130303.925000', '130303.928000', '130303.930000', '130303.933000', '130303.936000', '130303.938000', '130303.941000', '130323.784000', '130323.786000', '130323.789000', '130323.792000', '130323.794000', '130323.803000', '130323.848000', '130323.850000', '130323.853000', '130323.855000', '130323.858000', '130323.861000', '130323.863000', '130323.866000', '130323.868000', '130323.871000', '130323.873000', '130323.876000', '130323.879000', '130323.881000', '130323.884000', '130323.887000', '130323.889000', '130323.892000', '130323.894000', '130323.897000', '130323.899000', '130323.902000', '130323.910000', '130323.912000', '130323.915000', '130323.918000', '130323.920000', '130323.923000', '130323.925000', '130323.928000', '130323.931000', '130323.933000', '130323.936000', '130323.938000', '130323.941000', '130323.944000', '130323.946000', '130323.949000', '130343.783000', '130343.786000', '130343.789000', '130343.792000', '130343.794000', '130343.797000', '130343.830000', '130343.833000', '130343.835000', '130343.838000', '130343.841000', '130343.843000', '130343.846000', '130343.848000', '130343.851000', '130343.853000', '130343.856000', '130343.859000', '130343.861000', '130343.864000', '130343.866000', '130343.869000', '130343.872000', '130343.874000', '130343.877000', '130343.879000', '130343.882000', '130343.885000', '130343.887000', '130343.890000', '130343.892000', '130343.895000', '130343.898000', '130343.900000', '130343.903000', '130343.905000', '130343.908000', '130343.910000', '130343.913000', '130343.916000', '130343.918000', '130343.921000', '130343.923000', '130403.782000', '130403.785000', '130403.788000', '130403.791000', '130403.793000', '130403.796000', '130403.798000', '130403.846000', '130403.849000', '130403.851000', '130403.854000', '130403.858000', '130403.861000', '130403.863000', '130403.866000', '130403.868000', '130403.871000', '130403.874000', '130403.876000', '130403.879000', '130403.882000', '130403.884000', '130403.887000', '130403.889000', '130403.892000', '130403.894000', '130403.897000', '130403.900000', '130403.902000', '130403.905000', '130403.907000', '130403.910000', '130403.912000', '130403.915000', '130403.918000', '130403.920000', '130403.923000', '130403.925000', '130403.928000', '130403.930000', '130403.933000', '130403.951000', '130403.954000', '130403.956000', '130423.784000', '130423.787000', '130423.789000', '130423.792000', '130423.795000', '130423.797000', '130423.847000', '130423.849000', '130423.852000', '130423.855000', '130423.857000', '130423.860000', '130423.862000', '130423.865000', '130423.867000', '130423.870000', '130423.873000', '130423.875000', '130423.878000', '130423.880000', '130423.883000', '130423.886000', '130423.888000', '130423.891000', '130423.893000', '130423.896000', '130423.898000', '130423.901000', '130423.904000', '130423.906000', '130423.909000', '130423.911000', '130423.914000', '130423.917000', '130423.919000', '130423.922000', '130423.924000', '130423.927000', '130423.929000', '130423.932000', '130423.935000', '130423.937000', '130423.940000', '130443.784000', '130443.786000', '130443.789000', '130443.792000', '130443.794000', '130443.797000', '130443.850000', '130443.853000', '130443.855000', '130443.858000', '130443.860000', '130443.863000', '130443.866000', '130443.868000', '130443.871000', '130443.873000', '130443.903000', '130443.906000', '130443.909000', '130443.911000', '130443.914000', '130443.916000', '130443.919000', '130443.922000', '130443.924000', '130443.927000', '130443.929000', '130443.932000', '130443.934000', '130443.937000', '130443.940000', '130443.942000', '130443.945000', '130443.947000', '130443.950000', '130443.953000', '130443.955000', '130443.958000', '130443.960000', '130443.963000', '130443.965000', '130443.968000', '130443.971000', '130446.967000', '130446.970000', '130446.973000', '130446.976000', '130446.978000', '130446.981000', '130446.984000', '130446.987000'], 'InstanceCreationTime': ['125823.834000', '125823.837000', '125823.840000', '125823.843000', '125823.845000', '125823.848000', '125823.850000', '125823.853000', '125823.855000', '125823.858000', '125823.860000', '125823.863000', '125823.866000', '125823.868000', '125823.871000', '125823.874000', '125823.883000', '125823.886000', '125823.888000', '125823.891000', '125823.897000', '125823.900000', '125823.902000', '125823.905000', '125823.908000', '125823.910000', '125823.913000', '125823.915000', '125823.918000', '125823.920000', '125823.923000', '125823.926000', '125823.928000', '125823.931000', '125823.934000', '125823.936000', '125823.939000', '125823.941000', '125843.783000', '125843.786000', '125843.789000', '125843.799000', '125843.801000', '125843.804000', '125843.806000', '125843.809000', '125843.811000', '125843.814000', '125843.816000', '125843.819000', '125843.822000', '125843.824000', '125843.827000', '125843.829000', '125843.832000', '125843.835000', '125843.837000', '125843.840000', '125843.842000', '125843.845000', '125843.847000', '125843.850000', '125843.853000', '125843.855000', '125843.858000', '125843.860000', '125843.863000', '125843.865000', '125843.868000', '125843.870000', '125843.873000', '125843.875000', '125843.878000', '125843.880000', '125843.883000', '125843.886000', '125843.888000', '125843.891000', '125843.893000', '125843.896000', '125843.898000', '125843.901000', '125903.783000', '125903.786000', '125903.789000', '125903.791000', '125903.794000', '125903.796000', '125903.799000', '125903.802000', '125903.804000', '125903.807000', '125903.810000', '125903.812000', '125903.815000', '125903.817000', '125903.820000', '125903.822000', '125903.825000', '125903.827000', '125903.830000', '125903.833000', '125903.835000', '125903.838000', '125903.840000', '125903.843000', '125903.845000', '125903.848000', '125903.850000', '125903.853000', '125903.856000', '125903.859000', '125903.862000', '125903.865000', '125903.867000', '125903.870000', '125903.873000', '125903.875000', '125903.878000', '125903.880000', '125903.883000', '125903.885000', '125903.888000', '125903.891000', '125903.893000', '125923.782000', '125923.785000', '125923.788000', '125923.790000', '125923.793000', '125923.796000', '125923.798000', '125923.801000', '125923.804000', '125923.806000', '125923.809000', '125923.811000', '125923.814000', '125923.816000', '125923.819000', '125923.821000', '125923.824000', '125923.826000', '125923.829000', '125923.832000', '125923.834000', '125923.837000', '125923.839000', '125923.842000', '125923.844000', '125923.847000', '125923.849000', '125923.852000', '125923.855000', '125923.857000', '125923.860000', '125923.862000', '125923.865000', '125923.867000', '125923.870000', '125923.872000', '125923.875000', '125923.878000', '125923.880000', '125923.883000', '125923.885000', '125923.888000', '125923.890000', '125923.893000', '125943.783000', '125943.786000', '125943.789000', '125943.791000', '125943.794000', '125943.797000', '125943.799000', '125943.828000', '125943.830000', '125943.833000', '125943.835000', '125943.838000', '125943.841000', '125943.843000', '125943.846000', '125943.848000', '125943.851000', '125943.853000', '125943.856000', '125943.859000', '125943.861000', '125943.864000', '125943.866000', '125943.869000', '125943.871000', '125943.874000', '125943.876000', '125943.879000', '125943.882000', '125943.884000', '125943.887000', '125943.889000', '125943.892000', '125943.895000', '125943.897000', '125943.900000', '125943.902000', '125943.905000', '125943.907000', '125943.910000', '125943.913000', '125943.915000', '125943.918000', '130003.784000', '130003.786000', '130003.789000', '130003.791000', '130003.794000', '130003.797000', '130003.825000', '130003.827000', '130003.830000', '130003.833000', '130003.835000', '130003.838000', '130003.840000', '130003.843000', '130003.845000', '130003.848000', '130003.851000', '130003.853000', '130003.856000', '130003.858000', '130003.861000', '130003.863000', '130003.866000', '130003.869000', '130003.871000', '130003.874000', '130003.876000', '130003.879000', '130003.882000', '130003.884000', '130003.887000', '130003.889000', '130003.892000', '130003.894000', '130003.897000', '130003.900000', '130003.902000', '130003.905000', '130003.907000', '130003.910000', '130003.912000', '130003.915000', '130003.934000', '130003.937000', '130023.783000', '130023.786000', '130023.789000', '130023.791000', '130023.794000', '130023.797000', '130023.847000', '130023.850000', '130023.852000', '130023.855000', '130023.857000', '130023.860000', '130023.863000', '130023.865000', '130023.868000', '130023.870000', '130023.873000', '130023.876000', '130023.878000', '130023.881000', '130023.883000', '130023.886000', '130023.888000', '130023.891000', '130023.894000', '130023.897000', '130023.900000', '130023.903000', '130023.906000', '130023.908000', '130023.911000', '130023.913000', '130023.916000', '130023.918000', '130023.921000', '130023.924000', '130023.926000', '130023.929000', '130023.931000', '130023.934000', '130023.937000', '130023.939000', '130023.942000', '130043.783000', '130043.786000', '130043.789000', '130043.792000', '130043.794000', '130043.797000', '130043.799000', '130043.802000', '130043.805000', '130043.807000', '130043.810000', '130043.813000', '130043.815000', '130043.818000', '130043.820000', '130043.823000', '130043.826000', '130043.828000', '130043.831000', '130043.833000', '130043.836000', '130043.838000', '130043.841000', '130043.844000', '130043.846000', '130043.849000', '130043.851000', '130043.854000', '130043.857000', '130043.859000', '130043.862000', '130043.864000', '130043.867000', '130043.869000', '130043.872000', '130043.875000', '130043.877000', '130043.880000', '130043.882000', '130043.894000', '130043.897000', '130043.899000', '130043.902000', '130043.904000', '130103.783000', '130103.786000', '130103.789000', '130103.792000', '130103.794000', '130103.797000', '130103.847000', '130103.850000', '130103.852000', '130103.855000', '130103.858000', '130103.861000', '130103.864000', '130103.867000', '130103.870000', '130103.872000', '130103.875000', '130103.877000', '130103.880000', '130103.883000', '130103.885000', '130103.888000', '130103.890000', '130103.893000', '130103.895000', '130103.898000', '130103.901000', '130103.903000', '130103.906000', '130103.908000', '130103.911000', '130103.913000', '130103.916000', '130103.919000', '130103.921000', '130103.924000', '130103.926000', '130103.929000', '130103.931000', '130103.934000', '130103.937000', '130103.939000', '130103.942000', '130123.783000', '130123.786000', '130123.789000', '130123.791000', '130123.795000', '130123.797000', '130123.800000', '130123.803000', '130123.805000', '130123.808000', '130123.810000', '130123.813000', '130123.815000', '130123.818000', '130123.821000', '130123.823000', '130123.826000', '130123.828000', '130123.831000', '130123.834000', '130123.836000', '130123.839000', '130123.841000', '130123.844000', '130123.846000', '130123.849000', '130123.852000', '130123.854000', '130123.857000', '130123.859000', '130123.862000', '130123.865000', '130123.867000', '130123.870000', '130123.872000', '130123.875000', '130123.877000', '130123.880000', '130123.883000', '130123.885000', '130123.888000', '130123.890000', '130123.893000', '130123.895000', '130143.783000', '130143.785000', '130143.788000', '130143.791000', '130143.793000', '130143.796000', '130143.799000', '130143.801000', '130143.804000', '130143.807000', '130143.809000', '130143.812000', '130143.814000', '130143.817000', '130143.819000', '130143.822000', '130143.825000', '130143.827000', '130143.830000', '130143.832000', '130143.835000', '130143.838000', '130143.840000', '130143.843000', '130143.846000', '130143.848000', '130143.851000', '130143.853000', '130143.856000', '130143.859000', '130143.861000', '130143.864000', '130143.866000', '130143.869000', '130143.871000', '130143.874000', '130143.876000', '130143.897000', '130143.900000', '130143.903000', '130143.905000', '130143.908000', '130143.911000', '130203.784000', '130203.786000', '130203.789000', '130203.792000', '130203.794000', '130203.797000', '130203.800000', '130203.807000', '130203.809000', '130203.812000', '130203.814000', '130203.817000', '130203.820000', '130203.822000', '130203.825000', '130203.827000', '130203.830000', '130203.833000', '130203.835000', '130203.838000', '130203.841000', '130203.843000', '130203.846000', '130203.848000', '130203.851000', '130203.853000', '130203.856000', '130203.859000', '130203.861000', '130203.864000', '130203.867000', '130203.869000', '130203.872000', '130203.874000', '130203.877000', '130203.880000', '130203.882000', '130203.885000', '130203.887000', '130203.890000', '130203.893000', '130203.895000', '130203.898000', '130203.900000', '130223.784000', '130223.786000', '130223.789000', '130223.792000', '130223.795000', '130223.797000', '130223.867000', '130223.870000', '130223.873000', '130223.875000', '130223.878000', '130223.880000', '130223.883000', '130223.886000', '130223.888000', '130223.891000', '130223.893000', '130223.896000', '130223.899000', '130223.901000', '130223.904000', '130223.907000', '130223.910000', '130223.912000', '130223.915000', '130223.917000', '130223.920000', '130223.922000', '130223.925000', '130223.928000', '130223.930000', '130223.933000', '130223.936000', '130223.938000', '130223.941000', '130223.944000', '130223.946000', '130223.949000', '130223.951000', '130223.954000', '130223.957000', '130223.959000', '130223.962000', '130243.783000', '130243.786000', '130243.789000', '130243.792000', '130243.795000', '130243.797000', '130243.879000', '130243.882000', '130243.884000', '130243.887000', '130243.889000', '130243.892000', '130243.894000', '130243.897000', '130243.899000', '130243.902000', '130243.905000', '130243.907000', '130243.910000', '130243.912000', '130243.915000', '130243.918000', '130243.920000', '130243.923000', '130243.925000', '130243.928000', '130243.931000', '130243.933000', '130243.936000', '130243.938000', '130243.941000', '130243.943000', '130243.946000', '130243.948000', '130243.951000', '130243.958000', '130243.960000', '130243.963000', '130243.965000', '130243.968000', '130243.971000', '130243.973000', '130243.976000', '130243.978000', '130303.784000', '130303.786000', '130303.789000', '130303.792000', '130303.794000', '130303.797000', '130303.800000', '130303.850000', '130303.852000', '130303.855000', '130303.858000', '130303.860000', '130303.863000', '130303.865000', '130303.868000', '130303.870000', '130303.873000', '130303.876000', '130303.878000', '130303.881000', '130303.883000', '130303.886000', '130303.889000', '130303.891000', '130303.894000', '130303.896000', '130303.899000', '130303.902000', '130303.904000', '130303.907000', '130303.909000', '130303.912000', '130303.915000', '130303.917000', '130303.920000', '130303.922000', '130303.925000', '130303.928000', '130303.930000', '130303.933000', '130303.936000', '130303.938000', '130303.941000', '130323.784000', '130323.786000', '130323.789000', '130323.792000', '130323.794000', '130323.803000', '130323.848000', '130323.850000', '130323.853000', '130323.855000', '130323.858000', '130323.861000', '130323.863000', '130323.866000', '130323.868000', '130323.871000', '130323.873000', '130323.876000', '130323.879000', '130323.881000', '130323.884000', '130323.887000', '130323.889000', '130323.892000', '130323.894000', '130323.897000', '130323.899000', '130323.902000', '130323.910000', '130323.912000', '130323.915000', '130323.918000', '130323.920000', '130323.923000', '130323.925000', '130323.928000', '130323.931000', '130323.933000', '130323.936000', '130323.938000', '130323.941000', '130323.944000', '130323.946000', '130323.949000', '130343.783000', '130343.786000', '130343.789000', '130343.792000', '130343.794000', '130343.797000', '130343.830000', '130343.833000', '130343.835000', '130343.838000', '130343.841000', '130343.843000', '130343.846000', '130343.848000', '130343.851000', '130343.853000', '130343.856000', '130343.859000', '130343.861000', '130343.864000', '130343.866000', '130343.869000', '130343.872000', '130343.874000', '130343.877000', '130343.879000', '130343.882000', '130343.885000', '130343.887000', '130343.890000', '130343.892000', '130343.895000', '130343.898000', '130343.900000', '130343.903000', '130343.905000', '130343.908000', '130343.910000', '130343.913000', '130343.916000', '130343.918000', '130343.921000', '130343.923000', '130403.782000', '130403.785000', '130403.788000', '130403.791000', '130403.793000', '130403.796000', '130403.798000', '130403.846000', '130403.849000', '130403.851000', '130403.854000', '130403.858000', '130403.861000', '130403.863000', '130403.866000', '130403.868000', '130403.871000', '130403.874000', '130403.876000', '130403.879000', '130403.882000', '130403.884000', '130403.887000', '130403.889000', '130403.892000', '130403.894000', '130403.897000', '130403.900000', '130403.902000', '130403.905000', '130403.907000', '130403.910000', '130403.912000', '130403.915000', '130403.918000', '130403.920000', '130403.923000', '130403.925000', '130403.928000', '130403.930000', '130403.933000', '130403.951000', '130403.954000', '130403.956000', '130423.784000', '130423.787000', '130423.789000', '130423.792000', '130423.795000', '130423.797000', '130423.847000', '130423.849000', '130423.852000', '130423.855000', '130423.857000', '130423.860000', '130423.862000', '130423.865000', '130423.867000', '130423.870000', '130423.873000', '130423.875000', '130423.878000', '130423.880000', '130423.883000', '130423.886000', '130423.888000', '130423.891000', '130423.893000', '130423.896000', '130423.898000', '130423.901000', '130423.904000', '130423.906000', '130423.909000', '130423.911000', '130423.914000', '130423.917000', '130423.919000', '130423.922000', '130423.924000', '130423.927000', '130423.929000', '130423.932000', '130423.935000', '130423.937000', '130423.940000', '130443.784000', '130443.786000', '130443.789000', '130443.792000', '130443.794000', '130443.797000', '130443.850000', '130443.853000', '130443.855000', '130443.858000', '130443.860000', '130443.863000', '130443.866000', '130443.868000', '130443.871000', '130443.873000', '130443.903000', '130443.906000', '130443.909000', '130443.911000', '130443.914000', '130443.916000', '130443.919000', '130443.922000', '130443.924000', '130443.927000', '130443.929000', '130443.932000', '130443.934000', '130443.937000', '130443.940000', '130443.942000', '130443.945000', '130443.947000', '130443.950000', '130443.953000', '130443.955000', '130443.958000', '130443.960000', '130443.963000', '130443.965000', '130443.968000', '130443.971000', '130446.967000', '130446.970000', '130446.973000', '130446.976000', '130446.978000', '130446.981000', '130446.984000', '130446.987000'], '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': [13084, 9027, 11052, 8726, 10344, 8873, 10134, 8972, 9995, 8813, 10077, 8741, 10471, 8729, 10407, 8824, 8565, 8550, 8034, 8719, 7987, 10786, 8224, 12280, 8800, 7736, 8060, 8194, 8589, 8409, 10167, 8354, 10839, 8553, 11452, 8746, 10897, 10500, 11239, 9924, 8266, 12719, 7674, 17189, 10506, 17428, 11264, 16960, 13080, 12252, 7819, 8939, 8401, 8839, 8351, 8455, 8670, 8721, 8789, 9990, 8672, 10290, 8904, 11088, 8730, 11389, 8803, 11069, 8654, 8982, 8523, 8625, 8429, 9764, 8543, 11934, 9891, 7910, 9215, 8393, 8526, 8031, 9043, 7755, 8872, 7786, 8492, 9433, 8535, 11374, 8947, 9406, 8950, 12729, 10117, 16948, 10172, 16875, 10160, 17309, 12712, 16998, 11896, 17210, 12910, 11189, 14720, 10046, 14156, 8669, 11074, 8922, 10348, 8634, 9111, 8777, 8841, 9047, 12040, 8687, 11359, 8699, 9668, 8668, 8710, 8624, 8418, 8681, 7731, 8674, 8614, 8494, 9961, 8705, 8601, 8807, 8353, 8601, 7811, 8652, 7842, 10247, 7908, 8879, 7501, 8926, 7577, 8970, 7455, 8192, 8084, 8712, 8681, 9112, 9144, 10370, 9666, 8191, 9025, 7977, 8313, 8506, 7733, 9036, 8488, 17705, 13424, 16646, 13327, 10961, 8952, 8659, 8631, 8495, 8602, 8645, 8846, 8662, 8678, 13039, 8838, 8602, 8869, 8044, 8809, 7663, 8689, 12259, 8615, 12530, 8563, 11616, 8740, 11142, 8557, 11487, 8485, 9702, 8578, 8902, 8793, 7819, 9054, 8021, 9153, 7808, 10101, 8539, 12942, 8682, 9471, 8967, 11632, 9780, 9230, 9124, 7968, 11528, 8291, 12775, 17422, 8944, 14930, 9775, 15383, 9051, 12379, 9024, 11581, 8978, 11935, 8449, 11038, 8578, 13404, 8517, 8512, 8475, 8427, 8342, 10240, 9157, 8932, 13657, 8951, 13208, 8724, 11690, 8687, 11429, 8518, 8753, 8592, 8756, 8611, 9880, 8968, 13262, 9628, 11947, 8362, 8940, 8500, 9867, 8246, 8619, 11304, 8914, 14689, 11773, 8523, 8617, 8468, 8753, 8576, 10890, 8668, 8616, 9069, 9903, 9093, 9476, 9017, 7750, 8995, 7731, 8402, 8337, 10978, 8874, 8153, 8845, 7928, 10629, 11923, 10764, 16042, 12442, 12299, 8717, 11498, 8843, 8740, 11884, 7991, 8769, 8838, 9490, 8951, 11344, 8901, 12670, 9105, 15690, 9443, 11665, 8539, 10028, 8721, 12656, 8999, 13107, 9510, 10817, 8683, 8472, 8759, 8001, 8959, 8725, 8711, 7889, 8306, 8526, 8506, 8570, 10272, 8801, 12169, 8634, 11281, 9011, 11431, 8762, 11401, 9050, 9385, 9637, 8545, 8231, 8694, 11561, 8622, 14319, 10906, 15460, 8968, 12835, 8888, 11984, 8607, 12557, 8142, 9016, 8623, 8776, 9183, 8512, 8143, 8585, 8131, 8769, 8230, 9646, 8510, 11249, 8291, 8623, 8388, 12886, 12502, 9118, 16340, 8910, 13770, 8866, 13516, 8775, 8068, 8589, 8387, 8749, 9073, 8625, 8407, 9598, 13326, 8878, 15039, 8802, 12705, 8648, 14534, 8323, 9019, 7971, 8872, 8007, 8926, 7891, 9851, 8334, 10677, 8095, 8637, 14579, 8734, 13534, 8757, 11389, 8788, 12895, 8714, 12771, 8754, 11719, 9131, 10170, 8728, 8681, 8816, 8080, 12245, 8565, 10960, 8493, 9807, 8717, 15758, 9875, 16180, 9834, 9944, 8100, 8729, 8301, 8666, 9356, 8629, 8972, 8436, 8606, 8079, 8786, 8295, 8652, 9775, 8504, 10332, 8979, 8185, 8487, 11341, 8636, 12948, 8773, 12183, 8736, 15276, 10099, 10428, 13471, 8718, 14682, 8578, 11657, 8726, 8294, 8456, 10630, 8559, 8195, 8416, 15444, 9659, 9443, 13176, 9508, 15777, 8435, 13674, 8827, 10798, 8964, 9965, 8900, 10794, 8738, 10642, 8934, 12316, 8780, 9136, 8736, 8909, 8492, 7902, 8456, 8210, 11217, 11991, 8798, 16432, 9220, 13877, 8519, 9599, 8602, 8339, 8426, 10421, 8320, 9273, 8688, 9717, 9029, 11252, 8691, 11828, 9079, 15165, 8767, 9743, 8563, 10339, 8336, 9101, 8242, 12178, 8051, 8673, 8118, 8624, 11894, 10268, 15055, 9292, 13850, 8562, 13989, 8692, 12526, 10421, 12573, 8526, 8405, 8308, 8360, 8824, 8731, 13186, 10498, 8840, 8494, 8859, 8497, 8924, 8439, 11978, 9993, 9266, 8563, 8151, 8594, 8352, 8604, 8033, 8534, 8330, 8280, 8935, 8198, 8751, 8403, 8702, 9056, 8548, 8347, 8463, 8997, 8620, 8826, 14275, 8785, 14112, 8965, 10001, 8970, 8130, 9091, 8914, 8822, 10056, 8555, 9064, 8352, 8052, 8786, 8278, 8632, 10160, 8646, 15187, 9325, 13022, 8957, 14109, 8986, 12845, 8389, 10863, 8496, 10734, 8521, 8572, 8719, 8726, 8490, 11061, 8797, 9937, 8816, 10967, 8911, 11869, 8847, 13975, 9085, 9132, 8267, 8662, 8062, 9233, 8277, 8181, 8410, 8182, 8753, 10235, 8680, 14599, 8581, 10406, 8419, 11781, 8523, 8652, 8279, 8390, 8371, 11824, 8048, 12525, 10546, 12666, 7894, 8770, 9914, 8465, 13082, 8526, 16124, 8679, 13983, 8596, 8498, 8338, 9744, 8678, 8401, 8245, 8508, 8507, 8381, 8416, 13628, 9016, 10417, 8251, 8950, 8028, 8532, 8487, 8479, 8024, 8639, 8320, 8195, 8639, 9753, 8721, 12263, 9767, 12779, 8591, 9838, 8642, 9406, 8628, 12531, 8504, 13993, 8727, 10264, 8626, 8927, 8508, 8642, 8413, 9000, 10560, 8478, 8985, 8277, 8342, 12276, 8455, 14520, 9285, 12285, 8523, 12741, 8599, 13005, 8591, 12310, 8586, 11293, 8284, 8256, 8349, 8939, 8328, 13880, 8501, 13226, 8537, 11963, 8329, 10600, 8272, 15044, 8544, 12924, 8362, 9810, 8485, 8217, 8243, 8463, 8556, 8122, 8612, 9100, 8734, 8317, 8583, 8419, 8700, 8227, 8539, 8383, 8945, 10974, 10002, 12340, 9837, 8139, 8566, 8448, 8576, 8415, 12439, 8761, 8937, 8256, 8587, 8312, 9208, 8381, 11082, 8262, 16443, 8528, 12486, 8636, 12464, 8575, 12675, 8424, 13174, 8448, 8257, 8709, 8218, 8591, 7860, 12648, 8880, 10429, 8491, 9494, 8465, 11372, 8534, 14317, 9412, 12445, 8493, 12196, 8682, 12556, 8664, 12313, 10480, 11144, 8509, 14791, 8391, 12968, 8794, 11675, 10572, 15379, 13399, 13682, 8228, 13639, 9361, 8444, 9019, 8879, 8839, 9083, 8366, 8633, 7900, 8522, 8758, 8485, 12673, 8598, 12311, 8655, 11698, 8618, 17006, 11324, 16634, 11941, 13460, 12851, 10394, 11750, 9419, 12259, 8826, 14005, 9329, 12063, 9262, 10818], 'WindowCenter': [4103.0, 4037.0, 4054.0, 4021.0, 4029.0, 4018.0, 4027.0, 4017.0, 4016.0, 4016.0, 4016.0, 4006.0, 4025.0, 4005.0, 4025.0, 4006.0, 4006.0, 4007.0, 3995.0, 4006.0, 4008.0, 4050.0, 4021.0, 4061.0, 4018.0, 4010.0, 4022.0, 4022.0, 4018.0, 4007.0, 4025.0, 4006.0, 4025.0, 4006.0, 4037.0, 4008.0, 4037.0, 4038.0, 4037.0, 4028.0, 4007.0, 4059.0, 3997.0, 4090.0, 4038.0, 4079.0, 4037.0, 4080.0, 4047.0, 4035.0, 3983.0, 4004.0, 3993.0, 4004.0, 3993.0, 3993.0, 4004.0, 4003.0, 4005.0, 4015.0, 4006.0, 4025.0, 4016.0, 4035.0, 4005.0, 4037.0, 4006.0, 4035.0, 4005.0, 4004.0, 4006.0, 4005.0, 4008.0, 4029.0, 4032.0, 4062.0, 4030.0, 4009.0, 4029.0, 4033.0, 4033.0, 4022.0, 4019.0, 4009.0, 4019.0, 4008.0, 4020.0, 4030.0, 4032.0, 4052.0, 4032.0, 4043.0, 4032.0, 4062.0, 4041.0, 4083.0, 4041.0, 4083.0, 4029.0, 4082.0, 4049.0, 4069.0, 4036.0, 4066.0, 4034.0, 4022.0, 4044.0, 4000.0, 4042.0, 3990.0, 4021.0, 3990.0, 4010.0, 3990.0, 3990.0, 3991.0, 3990.0, 4002.0, 4032.0, 3992.0, 4023.0, 3992.0, 4002.0, 3993.0, 3991.0, 3992.0, 3992.0, 4005.0, 3982.0, 4004.0, 4004.0, 4018.0, 4028.0, 4007.0, 4018.0, 4018.0, 4021.0, 4018.0, 3997.0, 4006.0, 4007.0, 4029.0, 4007.0, 4018.0, 4000.0, 4018.0, 3997.0, 4019.0, 3999.0, 4019.0, 4021.0, 4031.0, 4032.0, 4031.0, 4043.0, 4053.0, 4043.0, 4021.0, 4033.0, 4025.0, 4036.0, 4036.0, 4023.0, 4033.0, 4032.0, 4095.0, 4063.0, 4093.0, 4060.0, 4040.0, 4021.0, 4008.0, 4008.0, 4007.0, 4007.0, 4006.0, 4017.0, 4006.0, 4007.0, 4059.0, 4018.0, 4019.0, 4019.0, 4008.0, 4019.0, 3999.0, 4020.0, 4050.0, 4020.0, 4062.0, 4021.0, 4052.0, 4021.0, 4051.0, 4022.0, 4050.0, 4021.0, 4029.0, 4022.0, 4033.0, 4034.0, 4013.0, 4033.0, 4023.0, 4034.0, 4013.0, 4055.0, 4034.0, 4075.0, 4034.0, 4043.0, 4035.0, 4064.0, 4045.0, 4033.0, 4034.0, 4023.0, 4053.0, 4021.0, 4063.0, 4093.0, 4020.0, 4073.0, 4043.0, 4083.0, 4020.0, 4061.0, 4019.0, 4049.0, 4020.0, 4050.0, 4021.0, 4054.0, 4022.0, 4072.0, 4022.0, 4031.0, 4021.0, 4009.0, 4009.0, 4040.0, 4019.0, 4021.0, 4060.0, 4020.0, 4060.0, 4020.0, 4051.0, 4019.0, 4050.0, 4020.0, 4008.0, 4019.0, 4019.0, 4020.0, 4030.0, 4021.0, 4062.0, 4031.0, 4050.0, 4010.0, 4019.0, 4018.0, 4028.0, 4007.0, 4008.0, 4039.0, 4021.0, 4071.0, 4050.0, 4019.0, 4020.0, 4008.0, 4018.0, 4021.0, 4051.0, 4022.0, 4032.0, 4032.0, 4040.0, 4031.0, 4031.0, 4034.0, 4012.0, 4034.0, 4012.0, 4020.0, 4023.0, 4065.0, 4034.0, 4024.0, 4044.0, 4024.0, 4055.0, 4053.0, 4053.0, 4084.0, 4064.0, 4051.0, 4022.0, 4051.0, 4019.0, 4019.0, 4051.0, 4010.0, 4019.0, 4030.0, 4029.0, 4021.0, 4051.0, 4020.0, 4060.0, 4020.0, 4083.0, 4030.0, 4051.0, 4019.0, 4029.0, 4018.0, 4048.0, 4020.0, 4048.0, 4029.0, 4039.0, 4018.0, 4008.0, 4018.0, 4009.0, 4020.0, 4020.0, 4021.0, 4012.0, 4021.0, 4034.0, 4032.0, 4033.0, 4042.0, 4033.0, 4063.0, 4034.0, 4053.0, 4034.0, 4052.0, 4032.0, 4051.0, 4034.0, 4044.0, 4045.0, 4036.0, 4034.0, 4034.0, 4063.0, 4021.0, 4085.0, 4053.0, 4083.0, 4032.0, 4061.0, 4020.0, 4051.0, 4019.0, 4060.0, 4008.0, 4019.0, 4018.0, 4020.0, 4029.0, 4020.0, 4011.0, 4019.0, 4010.0, 4021.0, 4020.0, 4031.0, 4020.0, 4053.0, 4021.0, 4021.0, 4021.0, 4062.0, 4060.0, 4020.0, 4081.0, 4021.0, 4073.0, 4031.0, 4072.0, 4031.0, 4020.0, 4032.0, 4021.0, 4036.0, 4033.0, 4033.0, 4035.0, 4046.0, 4073.0, 4031.0, 4083.0, 4020.0, 4062.0, 4021.0, 4083.0, 4020.0, 4031.0, 4011.0, 4031.0, 4009.0, 4030.0, 4011.0, 4043.0, 4022.0, 4053.0, 4023.0, 4033.0, 4083.0, 4021.0, 4072.0, 4034.0, 4053.0, 4034.0, 4072.0, 4022.0, 4072.0, 4022.0, 4063.0, 4033.0, 4042.0, 4032.0, 4032.0, 4031.0, 4022.0, 4075.0, 4033.0, 4052.0, 4023.0, 4041.0, 4022.0, 4082.0, 4031.0, 4094.0, 4041.0, 4030.0, 4009.0, 4019.0, 4009.0, 4019.0, 4021.0, 4019.0, 4020.0, 4009.0, 4020.0, 4008.0, 4020.0, 4020.0, 4032.0, 4042.0, 4033.0, 4067.0, 4048.0, 4034.0, 4047.0, 4079.0, 4045.0, 4073.0, 4023.0, 4062.0, 4021.0, 4083.0, 4041.0, 4042.0, 4072.0, 4032.0, 4082.0, 4020.0, 4050.0, 4019.0, 4021.0, 4022.0, 4041.0, 4032.0, 4020.0, 4020.0, 4081.0, 4029.0, 4029.0, 4059.0, 4029.0, 4082.0, 4008.0, 4059.0, 4020.0, 4038.0, 4019.0, 4028.0, 4030.0, 4050.0, 4033.0, 4041.0, 4032.0, 4075.0, 4034.0, 4032.0, 4033.0, 4044.0, 4035.0, 4024.0, 4034.0, 4034.0, 4064.0, 4063.0, 4022.0, 4094.0, 4045.0, 4073.0, 4023.0, 4042.0, 4021.0, 4020.0, 4021.0, 4055.0, 4024.0, 4043.0, 4034.0, 4042.0, 4034.0, 4053.0, 4022.0, 4065.0, 4035.0, 4084.0, 4033.0, 4043.0, 4034.0, 4042.0, 4021.0, 4032.0, 4022.0, 4076.0, 4023.0, 4034.0, 4024.0, 4033.0, 4063.0, 4054.0, 4086.0, 4034.0, 4073.0, 4022.0, 4071.0, 4021.0, 4061.0, 4041.0, 4062.0, 4020.0, 4009.0, 4009.0, 4008.0, 4007.0, 4009.0, 4062.0, 4039.0, 4018.0, 4019.0, 4018.0, 4008.0, 4018.0, 4008.0, 4051.0, 4040.0, 4019.0, 4019.0, 4009.0, 4019.0, 4008.0, 4019.0, 4009.0, 4019.0, 4021.0, 4010.0, 4033.0, 4020.0, 4021.0, 4009.0, 4021.0, 4032.0, 4033.0, 4022.0, 4023.0, 4032.0, 4022.0, 4021.0, 4072.0, 4009.0, 4071.0, 4022.0, 4030.0, 4020.0, 4009.0, 4031.0, 4019.0, 4020.0, 4030.0, 4021.0, 4034.0, 4022.0, 4023.0, 4023.0, 4023.0, 4022.0, 4043.0, 4025.0, 4085.0, 4034.0, 4063.0, 4033.0, 4073.0, 4021.0, 4062.0, 4022.0, 4053.0, 4023.0, 4052.0, 4033.0, 4021.0, 4022.0, 4022.0, 4034.0, 4066.0, 4035.0, 4044.0, 4035.0, 4054.0, 4035.0, 4065.0, 4035.0, 4089.0, 4034.0, 4033.0, 4023.0, 4022.0, 4012.0, 4045.0, 4024.0, 4022.0, 4023.0, 4022.0, 4033.0, 4043.0, 4036.0, 4084.0, 4033.0, 4053.0, 4022.0, 4063.0, 4033.0, 4033.0, 4023.0, 4022.0, 4023.0, 4064.0, 4011.0, 4063.0, 4053.0, 4064.0, 4011.0, 4022.0, 4042.0, 4020.0, 4062.0, 4021.0, 4083.0, 4020.0, 4071.0, 4021.0, 4020.0, 4021.0, 4031.0, 4022.0, 4010.0, 4020.0, 4020.0, 4020.0, 4009.0, 4010.0, 4072.0, 4032.0, 4041.0, 4021.0, 4032.0, 4010.0, 4022.0, 4020.0, 4021.0, 4024.0, 4032.0, 4034.0, 4024.0, 4035.0, 4043.0, 4033.0, 4064.0, 4045.0, 4064.0, 4024.0, 4042.0, 4023.0, 4031.0, 4021.0, 4062.0, 4022.0, 4085.0, 4022.0, 4043.0, 4023.0, 4021.0, 4022.0, 4021.0, 4022.0, 4034.0, 4055.0, 4034.0, 4034.0, 4024.0, 4024.0, 4063.0, 4022.0, 4085.0, 4034.0, 4064.0, 4022.0, 4062.0, 4022.0, 4073.0, 4022.0, 4066.0, 4023.0, 4053.0, 4023.0, 4022.0, 4023.0, 4031.0, 4023.0, 4085.0, 4022.0, 4073.0, 4021.0, 4050.0, 4009.0, 4040.0, 4010.0, 4083.0, 4021.0, 4059.0, 4008.0, 4028.0, 4008.0, 4008.0, 4008.0, 4020.0, 4019.0, 4008.0, 4020.0, 4018.0, 4020.0, 4021.0, 4021.0, 4022.0, 4021.0, 4021.0, 4021.0, 4021.0, 4032.0, 4055.0, 4042.0, 4064.0, 4043.0, 4012.0, 4021.0, 4022.0, 4020.0, 4021.0, 4063.0, 4033.0, 4046.0, 4023.0, 4034.0, 4034.0, 4044.0, 4023.0, 4053.0, 4024.0, 4097.0, 4034.0, 4074.0, 4034.0, 4063.0, 4033.0, 4074.0, 4023.0, 4075.0, 4023.0, 4022.0, 4033.0, 4023.0, 4033.0, 4024.0, 4074.0, 4034.0, 4054.0, 4034.0, 4043.0, 4025.0, 4064.0, 4036.0, 4085.0, 4047.0, 4063.0, 4035.0, 4063.0, 4032.0, 4062.0, 4033.0, 4063.0, 4054.0, 4052.0, 4022.0, 4083.0, 4021.0, 4062.0, 4009.0, 4050.0, 4042.0, 4096.0, 4062.0, 4072.0, 4021.0, 4088.0, 4045.0, 4035.0, 4033.0, 4020.0, 4020.0, 4020.0, 4021.0, 4020.0, 4010.0, 4034.0, 4021.0, 4021.0, 4061.0, 4020.0, 4050.0, 4019.0, 4050.0, 4008.0, 4081.0, 4038.0, 4069.0, 4038.0, 4047.0, 4036.0, 4014.0, 4034.0, 4003.0, 4033.0, 4003.0, 4045.0, 4004.0, 4022.0, 4003.0, 4023.0], 'WindowWidth': [9112.0, 9010.0, 9025.0, 8977.0, 8983.0, 8967.0, 8976.0, 8962.0, 8960.0, 8960.0, 8959.0, 8946.0, 8969.0, 8943.0, 8970.0, 8946.0, 8945.0, 8948.0, 8930.0, 8947.0, 8953.0, 9012.0, 8975.0, 9026.0, 8965.0, 8962.0, 8981.0, 8980.0, 8966.0, 8948.0, 8970.0, 8945.0, 8970.0, 8946.0, 8987.0, 8951.0, 8988.0, 8993.0, 8991.0, 8980.0, 8948.0, 9022.0, 8939.0, 9064.0, 8992.0, 9050.0, 8990.0, 9051.0, 9001.0, 8984.0, 8911.0, 8940.0, 8922.0, 8937.0, 8924.0, 8923.0, 8942.0, 8938.0, 8944.0, 8956.0, 8946.0, 8969.0, 8961.0, 8984.0, 8945.0, 8987.0, 8945.0, 8983.0, 8943.0, 8942.0, 8947.0, 8944.0, 8951.0, 8983.0, 8993.0, 9031.0, 8985.0, 8957.0, 8984.0, 8997.0, 8997.0, 8982.0, 8969.0, 8957.0, 8969.0, 8954.0, 8971.0, 8986.0, 8992.0, 9016.0, 8994.0, 9009.0, 8992.0, 9029.0, 9001.0, 9060.0, 9000.0, 9062.0, 8982.0, 9060.0, 9006.0, 9037.0, 8983.0, 9025.0, 8977.0, 8959.0, 8990.0, 8928.0, 8984.0, 8913.0, 8955.0, 8914.0, 8940.0, 8914.0, 8915.0, 8917.0, 8914.0, 8934.0, 8973.0, 8920.0, 8963.0, 8921.0, 8934.0, 8924.0, 8919.0, 8922.0, 8921.0, 8942.0, 8908.0, 8940.0, 8940.0, 8967.0, 8981.0, 8951.0, 8965.0, 8969.0, 8974.0, 8965.0, 8936.0, 8947.0, 8948.0, 8982.0, 8951.0, 8965.0, 8946.0, 8968.0, 8937.0, 8969.0, 8944.0, 8971.0, 8975.0, 8991.0, 8994.0, 8988.0, 9007.0, 9021.0, 9008.0, 8976.0, 8997.0, 8988.0, 9004.0, 9005.0, 8983.0, 8994.0, 8990.0, 9083.0, 9030.0, 9075.0, 9024.0, 8997.0, 8973.0, 8953.0, 8953.0, 8946.0, 8949.0, 8945.0, 8962.0, 8945.0, 8951.0, 9020.0, 8965.0, 8968.0, 8969.0, 8954.0, 8969.0, 8942.0, 8972.0, 9011.0, 8971.0, 9029.0, 8973.0, 9018.0, 8974.0, 9015.0, 8978.0, 9011.0, 8973.0, 8983.0, 8979.0, 8995.0, 8996.0, 8968.0, 8994.0, 8982.0, 8994.0, 8968.0, 9025.0, 8995.0, 9053.0, 8999.0, 9007.0, 8998.0, 9035.0, 9014.0, 8993.0, 8996.0, 8983.0, 9020.0, 8975.0, 9033.0, 9074.0, 8970.0, 9044.0, 9008.0, 9059.0, 8973.0, 9028.0, 8970.0, 9009.0, 8971.0, 9011.0, 8974.0, 9025.0, 8978.0, 9042.0, 8979.0, 8991.0, 8978.0, 8956.0, 8955.0, 8999.0, 8969.0, 8974.0, 9025.0, 8971.0, 9023.0, 8971.0, 9014.0, 8970.0, 9011.0, 8971.0, 8953.0, 8970.0, 8968.0, 8972.0, 8984.0, 8973.0, 9030.0, 8987.0, 9012.0, 8958.0, 8967.0, 8966.0, 8980.0, 8949.0, 8952.0, 8995.0, 8973.0, 9041.0, 9011.0, 8970.0, 8970.0, 8953.0, 8966.0, 8975.0, 9016.0, 8977.0, 8991.0, 8991.0, 8999.0, 8988.0, 8987.0, 8997.0, 8965.0, 8996.0, 8967.0, 8974.0, 8982.0, 9040.0, 8997.0, 8988.0, 9014.0, 8985.0, 9025.0, 9020.0, 9019.0, 9063.0, 9036.0, 9015.0, 8977.0, 9015.0, 8971.0, 8969.0, 9015.0, 8960.0, 8970.0, 8987.0, 8984.0, 8974.0, 9015.0, 8972.0, 9024.0, 8973.0, 9060.0, 8987.0, 9013.0, 8969.0, 8981.0, 8967.0, 9006.0, 8969.0, 9006.0, 8983.0, 8995.0, 8968.0, 8955.0, 8968.0, 8956.0, 8973.0, 8971.0, 8976.0, 8965.0, 8976.0, 8998.0, 8994.0, 8996.0, 9005.0, 8995.0, 9037.0, 9000.0, 9022.0, 8998.0, 9019.0, 8992.0, 9015.0, 8998.0, 9012.0, 9013.0, 9004.0, 8999.0, 8999.0, 9037.0, 8977.0, 9067.0, 9022.0, 9060.0, 8991.0, 9028.0, 8972.0, 9014.0, 8968.0, 9024.0, 8953.0, 8970.0, 8967.0, 8971.0, 8983.0, 8971.0, 8962.0, 8971.0, 8960.0, 8974.0, 8971.0, 8989.0, 8973.0, 9021.0, 8975.0, 8975.0, 8976.0, 9032.0, 9025.0, 8973.0, 9055.0, 8973.0, 9050.0, 8990.0, 9046.0, 8991.0, 8974.0, 8992.0, 8976.0, 9005.0, 8997.0, 8997.0, 9001.0, 9017.0, 9049.0, 8989.0, 9062.0, 8971.0, 9031.0, 8975.0, 9062.0, 8973.0, 8989.0, 8962.0, 8988.0, 8957.0, 8986.0, 8962.0, 9009.0, 8979.0, 9020.0, 8983.0, 8996.0, 9061.0, 8976.0, 9043.0, 8998.0, 9021.0, 8997.0, 9045.0, 8979.0, 9045.0, 8979.0, 9036.0, 8995.0, 9004.0, 8993.0, 8991.0, 8990.0, 8978.0, 9055.0, 8994.0, 9020.0, 8982.0, 9002.0, 8977.0, 9059.0, 8988.0, 9078.0, 9001.0, 8985.0, 8957.0, 8969.0, 8955.0, 8968.0, 8973.0, 8969.0, 8972.0, 8956.0, 8972.0, 8955.0, 8974.0, 8973.0, 8993.0, 9007.0, 8998.0, 9050.0, 9026.0, 9000.0, 9022.0, 9067.0, 9018.0, 9048.0, 8980.0, 9034.0, 8975.0, 9062.0, 9003.0, 9006.0, 9044.0, 8992.0, 9059.0, 8975.0, 9012.0, 8971.0, 8976.0, 8979.0, 9002.0, 8992.0, 8974.0, 8974.0, 9056.0, 8982.0, 8982.0, 9022.0, 8982.0, 9057.0, 8953.0, 9023.0, 8971.0, 8992.0, 8970.0, 8979.0, 8985.0, 9013.0, 8996.0, 9003.0, 8991.0, 9052.0, 8998.0, 8990.0, 8995.0, 9014.0, 9003.0, 8988.0, 9000.0, 9000.0, 9039.0, 9033.0, 8979.0, 9078.0, 9015.0, 9048.0, 8982.0, 9005.0, 8976.0, 8973.0, 8977.0, 9027.0, 8984.0, 9009.0, 8999.0, 9007.0, 8998.0, 9021.0, 8979.0, 9040.0, 9003.0, 9064.0, 8998.0, 9009.0, 8998.0, 9007.0, 8978.0, 8993.0, 8979.0, 9060.0, 8984.0, 8999.0, 8984.0, 8995.0, 9035.0, 9025.0, 9071.0, 8996.0, 9047.0, 8978.0, 9041.0, 8974.0, 9030.0, 9002.0, 9032.0, 8973.0, 8956.0, 8955.0, 8954.0, 8951.0, 8955.0, 9032.0, 8996.0, 8967.0, 8969.0, 8966.0, 8953.0, 8965.0, 8955.0, 9013.0, 9001.0, 8970.0, 8970.0, 8957.0, 8969.0, 8954.0, 8969.0, 8955.0, 8971.0, 8977.0, 8957.0, 8993.0, 8974.0, 8976.0, 8955.0, 8975.0, 8993.0, 8994.0, 8978.0, 8979.0, 8992.0, 8976.0, 8974.0, 9043.0, 8955.0, 9040.0, 8976.0, 8983.0, 8972.0, 8955.0, 8987.0, 8970.0, 8973.0, 8984.0, 8977.0, 8998.0, 8979.0, 8983.0, 8981.0, 8982.0, 8980.0, 9008.0, 8985.0, 9066.0, 8997.0, 9032.0, 8993.0, 9047.0, 8976.0, 9029.0, 8977.0, 9021.0, 8981.0, 9018.0, 8996.0, 8975.0, 8978.0, 8979.0, 8999.0, 9044.0, 9001.0, 9011.0, 9000.0, 9022.0, 9000.0, 9042.0, 9001.0, 9079.0, 8996.0, 8994.0, 8982.0, 8979.0, 8964.0, 9014.0, 8984.0, 8980.0, 8983.0, 8978.0, 8995.0, 9008.0, 9003.0, 9063.0, 8993.0, 9021.0, 8979.0, 9034.0, 8995.0, 8993.0, 8981.0, 8980.0, 8982.0, 9036.0, 8962.0, 9034.0, 9022.0, 9037.0, 8961.0, 8978.0, 9003.0, 8973.0, 9031.0, 8975.0, 9062.0, 8972.0, 9042.0, 8976.0, 8972.0, 8976.0, 8989.0, 8978.0, 8958.0, 8973.0, 8972.0, 8973.0, 8956.0, 8958.0, 9044.0, 8993.0, 9002.0, 8974.0, 8990.0, 8960.0, 8976.0, 8973.0, 8976.0, 8983.0, 8992.0, 8999.0, 8984.0, 9002.0, 9010.0, 8996.0, 9039.0, 9014.0, 9035.0, 8982.0, 9003.0, 8979.0, 8987.0, 8974.0, 9030.0, 8978.0, 9066.0, 8978.0, 9008.0, 8982.0, 8976.0, 8979.0, 8976.0, 8981.0, 9001.0, 9028.0, 9000.0, 8997.0, 8985.0, 8983.0, 9036.0, 8980.0, 9069.0, 8998.0, 9036.0, 8979.0, 9033.0, 8979.0, 9049.0, 8979.0, 9044.0, 8981.0, 9021.0, 8982.0, 8977.0, 8979.0, 8990.0, 8983.0, 9067.0, 8978.0, 9047.0, 8975.0, 9011.0, 8955.0, 9000.0, 8959.0, 9061.0, 8973.0, 9022.0, 8954.0, 8978.0, 8951.0, 8953.0, 8955.0, 8973.0, 8969.0, 8952.0, 8972.0, 8968.0, 8975.0, 8978.0, 8976.0, 8978.0, 8976.0, 8977.0, 8976.0, 8976.0, 8992.0, 9024.0, 9004.0, 9036.0, 9007.0, 8963.0, 8976.0, 8980.0, 8974.0, 8977.0, 9035.0, 8996.0, 9017.0, 8983.0, 8996.0, 8999.0, 9010.0, 8981.0, 9021.0, 8985.0, 9088.0, 8998.0, 9052.0, 8998.0, 9034.0, 8995.0, 9053.0, 8982.0, 9056.0, 8981.0, 8980.0, 8995.0, 8981.0, 8995.0, 8985.0, 9052.0, 8999.0, 9025.0, 8998.0, 9009.0, 8987.0, 9038.0, 9005.0, 9067.0, 9020.0, 9036.0, 8998.0, 9033.0, 8993.0, 9030.0, 8993.0, 9033.0, 9026.0, 9018.0, 8978.0, 9062.0, 8976.0, 9030.0, 8955.0, 9012.0, 9004.0, 9084.0, 9033.0, 9044.0, 8976.0, 9076.0, 9015.0, 9001.0, 8996.0, 8972.0, 8972.0, 8970.0, 8974.0, 8973.0, 8958.0, 8997.0, 8975.0, 8976.0, 9027.0, 8971.0, 9012.0, 8968.0, 9010.0, 8953.0, 9056.0, 8991.0, 9035.0, 8989.0, 9001.0, 8983.0, 8952.0, 8978.0, 8935.0, 8974.0, 8935.0, 8992.0, 8935.0, 8959.0, 8935.0, 8961.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.0005118965517241379</td></tr>
<tr><td colspan=3>aqi</td><td>0.01822432436781609</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.09372796784807</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214694663486766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0094899039470653</td></tr>
<tr><td colspan=3>efc</td><td>0.4983</td></tr>
<tr><td colspan=3>fber</td><td>4361.7422</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06187527604833712</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.551115752165428</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3737881252226627</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8975258400085098</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382033291265112</td></tr>
<tr><td colspan=3>gcor</td><td>0.0149523</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02793993428349495</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039066608995199203</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.68058837131029</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>17.8424</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9426</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.0622</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297571.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>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.3017</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9992</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.5953</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3187.1831</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.7595</td></tr>
<tr><td colspan=3>tsnr</td><td>40.03088591247797</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>