ds005256-mriqc/sub-0089_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter b5a0c31bfa [DATALAD RUNCMD] Compute MRIQC for sub-0089
=== 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-0089 --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-0089",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:30:49 +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-0089_ses-03_task-social_acq-mb8_run-01_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-0089_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-01_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-0089/ses-03/func/sub-0089_ses-03_task-social_acq-mb8_run-01_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>4cffcdb79dfa75d877be64e78889e037</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>13:50:37.782500</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.999811, 0.0066076, 0.0182899, -0.0122156, 0.945189, 0.326294]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0928545</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7805, -7267, 620, -36, -270, 39, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9393b5ca-6023-4156-90fb-030b648bdcb3||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.682419538497925, -0.03277366980910301, 0.04085487127304077, 112.1220474243164], [-0.017727700993418694, 2.5358738899230957, 0.8814308047294617, -115.52774810791016], [0.0490705668926239, -0.8754233121871948, 2.5517466068267822, -30.62375259399414], [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': ['135037.782500', '135038.242500', '135038.702500', '135039.162500', '135039.622500', '135040.082500', '135040.542500', '135041.002500', '135041.462500', '135041.922500', '135042.382500', '135042.842500', '135043.302500', '135043.762500', '135044.222500', '135044.682500', '135045.142500', '135045.602500', '135046.062500', '135046.522500', '135046.982500', '135047.442500', '135047.902500', '135048.362500', '135048.822500', '135049.282500', '135049.742500', '135050.202500', '135050.662500', '135051.122500', '135051.582500', '135052.042500', '135052.502500', '135052.962500', '135053.422500', '135053.882500', '135054.342500', '135054.802500', '135055.262500', '135055.722500', '135056.182500', '135056.642500', '135057.102500', '135057.562500', '135058.022500', '135058.482500', '135058.942500', '135059.402500', '135059.862500', '135100.322500', '135100.782500', '135101.242500', '135101.702500', '135102.162500', '135102.622500', '135103.082500', '135103.542500', '135104.002500', '135104.462500', '135104.922500', '135105.382500', '135105.842500', '135106.302500', '135106.762500', '135107.222500', '135107.682500', '135108.142500', '135108.602500', '135109.062500', '135109.522500', '135109.982500', '135110.442500', '135110.902500', '135111.362500', '135111.822500', '135112.282500', '135112.742500', '135113.202500', '135113.662500', '135114.122500', '135114.582500', '135115.042500', '135115.502500', '135115.962500', '135116.422500', '135116.882500', '135117.342500', '135117.802500', '135118.262500', '135118.722500', '135119.182500', '135119.642500', '135120.102500', '135120.562500', '135121.022500', '135121.482500', '135121.942500', '135122.402500', '135122.862500', '135123.322500', '135123.782500', '135124.242500', '135124.702500', '135125.162500', '135125.622500', '135126.082500', '135126.542500', '135127.002500', '135127.462500', '135127.922500', '135128.382500', '135128.842500', '135129.302500', '135129.762500', '135130.222500', '135130.682500', '135131.142500', '135131.602500', '135132.062500', '135132.522500', '135132.982500', '135133.442500', '135133.902500', '135134.362500', '135134.822500', '135135.282500', '135135.742500', '135136.202500', '135136.662500', '135137.122500', '135137.582500', '135138.042500', '135138.502500', '135138.962500', '135139.422500', '135139.882500', '135140.342500', '135140.802500', '135141.262500', '135141.722500', '135142.182500', '135142.642500', '135143.102500', '135143.562500', '135144.022500', '135144.482500', '135144.942500', '135145.402500', '135145.862500', '135146.322500', '135146.782500', '135147.242500', '135147.702500', '135148.162500', '135148.622500', '135149.082500', '135149.542500', '135150.002500', '135150.462500', '135150.922500', '135151.382500', '135151.842500', '135152.302500', '135152.762500', '135153.222500', '135153.682500', '135154.142500', '135154.602500', '135155.062500', '135155.522500', '135155.982500', '135156.442500', '135156.902500', '135157.362500', '135157.822500', '135158.282500', '135158.742500', '135159.202500', '135159.662500', '135200.122500', '135200.582500', '135201.042500', '135201.502500', '135201.962500', '135202.422500', '135202.882500', '135203.342500', '135203.802500', '135204.262500', '135204.722500', '135205.182500', '135205.642500', '135206.102500', '135206.562500', '135207.022500', '135207.482500', '135207.942500', '135208.402500', '135208.862500', '135209.322500', '135209.782500', '135210.242500', '135210.702500', '135211.162500', '135211.622500', '135212.082500', '135212.542500', '135213.002500', '135213.462500', '135213.922500', '135214.382500', '135214.842500', '135215.302500', '135215.762500', '135216.222500', '135216.682500', '135217.142500', '135217.602500', '135218.062500', '135218.522500', '135218.982500', '135219.442500', '135219.902500', '135220.362500', '135220.822500', '135221.282500', '135221.742500', '135222.202500', '135222.662500', '135223.122500', '135223.582500', '135224.042500', '135224.502500', '135224.962500', '135225.422500', '135225.882500', '135226.342500', '135226.802500', '135227.262500', '135227.722500', '135228.182500', '135228.642500', '135229.102500', '135229.562500', '135230.022500', '135230.482500', '135230.942500', '135231.402500', '135231.862500', '135232.322500', '135232.782500', '135233.242500', '135233.702500', '135234.162500', '135234.622500', '135235.082500', '135235.542500', '135236.002500', '135236.462500', '135236.922500', '135237.382500', '135237.842500', '135238.302500', '135238.762500', '135239.222500', '135239.682500', '135240.142500', '135240.602500', '135241.062500', '135241.522500', '135241.982500', '135242.442500', '135242.902500', '135243.362500', '135243.822500', '135244.282500', '135244.742500', '135245.202500', '135245.662500', '135246.122500', '135246.582500', '135247.042500', '135247.502500', '135247.962500', '135248.422500', '135248.882500', '135249.342500', '135249.802500', '135250.262500', '135250.722500', '135251.182500', '135251.642500', '135252.102500', '135252.562500', '135253.022500', '135253.482500', '135253.942500', '135254.402500', '135254.862500', '135255.322500', '135255.782500', '135256.242500', '135256.702500', '135257.162500', '135257.622500', '135258.082500', '135258.542500', '135259.002500', '135259.462500', '135259.922500', '135300.382500', '135300.842500', '135301.302500', '135301.762500', '135302.222500', '135302.682500', '135303.142500', '135303.602500', '135304.062500', '135304.522500', '135304.982500', '135305.442500', '135305.902500', '135306.362500', '135306.822500', '135307.282500', '135307.742500', '135308.202500', '135308.662500', '135309.122500', '135309.582500', '135310.042500', '135310.502500', '135310.962500', '135311.422500', '135311.882500', '135312.342500', '135312.802500', '135313.262500', '135313.722500', '135314.182500', '135314.642500', '135315.102500', '135315.562500', '135316.022500', '135316.482500', '135316.942500', '135317.402500', '135317.862500', '135318.322500', '135318.782500', '135319.242500', '135319.702500', '135320.162500', '135320.622500', '135321.082500', '135321.542500', '135322.002500', '135322.462500', '135322.922500', '135323.382500', '135323.842500', '135324.302500', '135324.762500', '135325.222500', '135325.682500', '135326.142500', '135326.602500', '135327.062500', '135327.522500', '135327.982500', '135328.442500', '135328.902500', '135329.362500', '135329.822500', '135330.282500', '135330.742500', '135331.202500', '135331.662500', '135332.122500', '135332.582500', '135333.042500', '135333.502500', '135333.962500', '135334.422500', '135334.882500', '135335.342500', '135335.802500', '135336.262500', '135336.722500', '135337.182500', '135337.642500', '135338.102500', '135338.562500', '135339.022500', '135339.482500', '135339.942500', '135340.402500', '135340.862500', '135341.322500', '135341.782500', '135342.242500', '135342.702500', '135343.162500', '135343.622500', '135344.082500', '135344.542500', '135345.002500', '135345.462500', '135345.922500', '135346.382500', '135346.842500', '135347.302500', '135347.762500', '135348.222500', '135348.682500', '135349.142500', '135349.602500', '135350.062500', '135350.522500', '135350.982500', '135351.442500', '135351.902500', '135352.362500', '135352.822500', '135353.282500', '135353.742500', '135354.202500', '135354.662500', '135355.122500', '135355.582500', '135356.042500', '135356.502500', '135356.962500', '135357.422500', '135357.882500', '135358.342500', '135358.802500', '135359.262500', '135359.722500', '135400.182500', '135400.642500', '135401.102500', '135401.562500', '135402.022500', '135402.482500', '135402.942500', '135403.402500', '135403.862500', '135404.322500', '135404.782500', '135405.242500', '135405.702500', '135406.162500', '135406.622500', '135407.082500', '135407.542500', '135408.002500', '135408.462500', '135408.922500', '135409.382500', '135409.842500', '135410.302500', '135410.762500', '135411.222500', '135411.682500', '135412.142500', '135412.602500', '135413.062500', '135413.522500', '135413.982500', '135414.442500', '135414.902500', '135415.362500', '135415.822500', '135416.282500', '135416.742500', '135417.202500', '135417.662500', '135418.122500', '135418.582500', '135419.042500', '135419.502500', '135419.962500', '135420.422500', '135420.882500', '135421.342500', '135421.802500', '135422.262500', '135422.722500', '135423.182500', '135423.642500', '135424.102500', '135424.562500', '135425.022500', '135425.482500', '135425.942500', '135426.402500', '135426.862500', '135427.322500', '135427.782500', '135428.242500', '135428.702500', '135429.162500', '135429.622500', '135430.082500', '135430.542500', '135431.002500', '135431.462500', '135431.922500', '135432.382500', '135432.842500', '135433.302500', '135433.762500', '135434.222500', '135434.682500', '135435.142500', '135435.602500', '135436.062500', '135436.522500', '135436.982500', '135437.442500', '135437.902500', '135438.362500', '135438.822500', '135439.282500', '135439.742500', '135440.202500', '135440.662500', '135441.122500', '135441.582500', '135442.042500', '135442.502500', '135442.962500', '135443.422500', '135443.882500', '135444.342500', '135444.802500', '135445.262500', '135445.722500', '135446.182500', '135446.642500', '135447.102500', '135447.562500', '135448.022500', '135448.482500', '135448.942500', '135449.402500', '135449.862500', '135450.322500', '135450.782500', '135451.242500', '135451.702500', '135452.162500', '135452.622500', '135453.082500', '135453.542500', '135454.002500', '135454.462500', '135454.922500', '135455.382500', '135455.842500', '135456.302500', '135456.762500', '135457.222500', '135457.682500', '135458.142500', '135458.602500', '135459.062500', '135459.522500', '135459.982500', '135500.442500', '135500.902500', '135501.362500', '135501.822500', '135502.282500', '135502.742500', '135503.202500', '135503.662500', '135504.122500', '135504.582500', '135505.042500', '135505.502500', '135505.962500', '135506.422500', '135506.882500', '135507.342500', '135507.802500', '135508.262500', '135508.722500', '135509.182500', '135509.642500', '135510.102500', '135510.562500', '135511.022500', '135511.482500', '135511.942500', '135512.402500', '135512.862500', '135513.322500', '135513.782500', '135514.242500', '135514.702500', '135515.162500', '135515.622500', '135516.082500', '135516.542500', '135517.002500', '135517.462500', '135517.922500', '135518.382500', '135518.842500', '135519.302500', '135519.762500', '135520.222500', '135520.682500', '135521.142500', '135521.602500', '135522.062500', '135522.522500', '135522.982500', '135523.442500', '135523.902500', '135524.362500', '135524.822500', '135525.282500', '135525.742500', '135526.202500', '135526.662500', '135527.122500', '135527.582500', '135528.042500', '135528.502500', '135528.962500', '135529.422500', '135529.882500', '135530.342500', '135530.802500', '135531.262500', '135531.722500', '135532.182500', '135532.642500', '135533.102500', '135533.562500', '135534.022500', '135534.482500', '135534.942500', '135535.402500', '135535.862500', '135536.322500', '135536.782500', '135537.242500', '135537.702500', '135538.162500', '135538.622500', '135539.082500', '135539.542500', '135540.002500', '135540.462500', '135540.922500', '135541.382500', '135541.842500', '135542.302500', '135542.762500', '135543.222500', '135543.682500', '135544.142500', '135544.602500', '135545.062500', '135545.522500', '135545.982500', '135546.442500', '135546.902500', '135547.362500', '135547.822500', '135548.282500', '135548.742500', '135549.202500', '135549.662500', '135550.122500', '135550.582500', '135551.042500', '135551.502500', '135551.962500', '135552.422500', '135552.882500', '135553.342500', '135553.802500', '135554.262500', '135554.722500', '135555.182500', '135555.642500', '135556.102500', '135556.562500', '135557.022500', '135557.482500', '135557.942500', '135558.402500', '135558.862500', '135559.322500', '135559.782500', '135600.242500', '135600.702500', '135601.162500', '135601.622500', '135602.082500', '135602.542500', '135603.002500', '135603.462500', '135603.922500', '135604.382500', '135604.842500', '135605.302500', '135605.762500', '135606.222500', '135606.682500', '135607.142500', '135607.602500', '135608.062500', '135608.522500', '135608.982500', '135609.442500', '135609.902500', '135610.362500', '135610.822500', '135611.282500', '135611.742500', '135612.202500', '135612.662500', '135613.122500', '135613.582500', '135614.042500', '135614.502500', '135614.962500', '135615.422500', '135615.882500', '135616.342500', '135616.802500', '135617.262500', '135617.722500', '135618.182500', '135618.642500', '135619.102500', '135619.562500', '135620.022500', '135620.482500', '135620.942500', '135621.402500', '135621.862500', '135622.322500', '135622.782500', '135623.242500', '135623.702500', '135624.162500', '135624.622500', '135625.082500', '135625.542500', '135626.002500', '135626.462500', '135626.922500', '135627.382500', '135627.842500', '135628.302500', '135628.762500', '135629.222500', '135629.682500', '135630.142500', '135630.602500', '135631.062500', '135631.522500', '135631.982500', '135632.442500', '135632.902500', '135633.362500', '135633.822500', '135634.282500', '135634.742500', '135635.202500', '135635.662500', '135636.122500', '135636.582500', '135637.042500', '135637.502500', '135637.962500', '135638.422500', '135638.882500', '135639.342500', '135639.802500', '135640.262500', '135640.722500', '135641.182500', '135641.642500', '135642.102500', '135642.562500', '135643.022500', '135643.482500', '135643.942500', '135644.402500', '135644.862500', '135645.322500', '135645.782500', '135646.242500', '135646.702500', '135647.162500', '135647.622500', '135648.082500', '135648.542500', '135649.002500', '135649.462500', '135649.922500', '135650.382500', '135650.842500', '135651.302500', '135651.762500', '135652.222500', '135652.682500', '135653.142500', '135653.602500', '135654.062500', '135654.522500', '135654.982500', '135655.442500', '135655.902500', '135656.362500', '135656.822500', '135657.282500', '135657.742500', '135658.202500', '135658.662500', '135659.122500', '135659.582500', '135700.042500', '135700.502500', '135700.962500', '135701.422500', '135701.882500', '135702.342500', '135702.802500', '135703.262500', '135703.722500', '135704.182500', '135704.642500', '135705.102500', '135705.562500', '135706.022500', '135706.482500', '135706.942500', '135707.402500', '135707.862500', '135708.322500', '135708.782500', '135709.242500', '135709.702500', '135710.162500', '135710.622500', '135711.082500', '135711.542500', '135712.002500', '135712.462500', '135712.922500', '135713.382500', '135713.842500', '135714.302500', '135714.762500', '135715.222500', '135715.682500', '135716.142500', '135716.602500', '135717.062500', '135717.522500', '135717.982500', '135718.442500'], 'ContentTime': ['135048.493000', '135048.503000', '135048.506000', '135048.509000', '135048.511000', '135048.514000', '135048.516000', '135048.519000', '135048.521000', '135048.527000', '135048.530000', '135048.533000', '135048.535000', '135048.538000', '135048.541000', '135048.543000', '135048.546000', '135048.548000', '135048.551000', '135048.554000', '135108.447000', '135108.449000', '135108.452000', '135108.455000', '135108.457000', '135108.460000', '135108.462000', '135108.465000', '135108.467000', '135108.470000', '135108.473000', '135108.475000', '135108.478000', '135108.480000', '135108.483000', '135108.485000', '135108.488000', '135108.490000', '135108.493000', '135108.496000', '135108.498000', '135108.501000', '135108.510000', '135108.513000', '135108.515000', '135108.518000', '135108.521000', '135108.523000', '135108.526000', '135108.528000', '135108.531000', '135108.533000', '135108.536000', '135108.538000', '135108.541000', '135108.544000', '135108.546000', '135108.549000', '135108.551000', '135108.554000', '135108.556000', '135108.559000', '135108.562000', '135128.447000', '135128.449000', '135128.452000', '135128.454000', '135128.457000', '135128.459000', '135128.462000', '135128.465000', '135128.467000', '135128.470000', '135128.472000', '135128.475000', '135128.477000', '135128.480000', '135128.483000', '135128.485000', '135128.488000', '135128.490000', '135128.493000', '135128.496000', '135128.498000', '135128.501000', '135128.503000', '135128.506000', '135128.508000', '135128.511000', '135128.514000', '135128.516000', '135128.519000', '135128.521000', '135128.524000', '135128.527000', '135128.529000', '135128.532000', '135128.534000', '135128.537000', '135128.540000', '135128.542000', '135128.545000', '135128.547000', '135128.550000', '135128.552000', '135128.555000', '135128.558000', '135148.446000', '135148.449000', '135148.452000', '135148.459000', '135148.462000', '135148.465000', '135148.467000', '135148.470000', '135148.472000', '135148.475000', '135148.477000', '135148.480000', '135148.483000', '135148.485000', '135148.488000', '135148.490000', '135148.493000', '135148.495000', '135148.498000', '135148.501000', '135148.503000', '135148.506000', '135148.508000', '135148.511000', '135148.514000', '135148.516000', '135148.519000', '135148.521000', '135148.524000', '135148.527000', '135148.529000', '135148.532000', '135148.534000', '135148.537000', '135148.540000', '135148.542000', '135148.545000', '135148.547000', '135148.550000', '135148.553000', '135148.555000', '135148.558000', '135148.560000', '135208.446000', '135208.449000', '135208.452000', '135208.455000', '135208.457000', '135208.460000', '135208.462000', '135208.465000', '135208.468000', '135208.470000', '135208.473000', '135208.475000', '135208.478000', '135208.481000', '135208.483000', '135208.486000', '135208.488000', '135208.491000', '135208.494000', '135208.497000', '135208.499000', '135208.502000', '135208.504000', '135208.507000', '135208.509000', '135208.512000', '135208.515000', '135208.517000', '135208.520000', '135208.522000', '135208.525000', '135208.527000', '135208.530000', '135208.533000', '135208.535000', '135208.538000', '135208.540000', '135208.543000', '135208.545000', '135208.548000', '135208.551000', '135208.553000', '135208.556000', '135208.558000', '135228.445000', '135228.448000', '135228.451000', '135228.453000', '135228.456000', '135228.459000', '135228.461000', '135228.464000', '135228.466000', '135228.469000', '135228.471000', '135228.474000', '135228.477000', '135228.479000', '135228.482000', '135228.484000', '135228.487000', '135228.489000', '135228.492000', '135228.495000', '135228.497000', '135228.500000', '135228.502000', '135228.505000', '135228.508000', '135228.510000', '135228.513000', '135228.516000', '135228.518000', '135228.556000', '135228.558000', '135228.561000', '135228.574000', '135228.576000', '135228.579000', '135228.581000', '135228.584000', '135228.587000', '135228.589000', '135228.592000', '135228.594000', '135228.597000', '135228.599000', '135248.446000', '135248.449000', '135248.452000', '135248.454000', '135248.457000', '135248.460000', '135248.462000', '135248.465000', '135248.467000', '135248.470000', '135248.472000', '135248.475000', '135248.478000', '135248.480000', '135248.483000', '135248.485000', '135248.488000', '135248.491000', '135248.493000', '135248.496000', '135248.498000', '135248.501000', '135248.503000', '135248.506000', '135248.509000', '135248.511000', '135248.514000', '135248.516000', '135248.519000', '135248.521000', '135248.524000', '135248.527000', '135248.529000', '135248.532000', '135248.534000', '135248.537000', '135248.540000', '135248.542000', '135248.545000', '135248.547000', '135248.550000', '135248.552000', '135248.555000', '135248.558000', '135308.446000', '135308.449000', '135308.452000', '135308.454000', '135308.457000', '135308.460000', '135308.462000', '135308.465000', '135308.467000', '135308.470000', '135308.473000', '135308.475000', '135308.478000', '135308.480000', '135308.483000', '135308.485000', '135308.488000', '135308.491000', '135308.493000', '135308.496000', '135308.498000', '135308.501000', '135308.503000', '135308.506000', '135308.509000', '135308.511000', '135308.514000', '135308.516000', '135308.519000', '135308.521000', '135308.524000', '135308.526000', '135308.529000', '135308.532000', '135308.534000', '135308.537000', '135308.539000', '135308.542000', '135308.544000', '135308.547000', '135308.549000', '135308.552000', '135308.555000', '135328.447000', '135328.450000', '135328.452000', '135328.455000', '135328.458000', '135328.460000', '135328.463000', '135328.465000', '135328.468000', '135328.470000', '135328.473000', '135328.476000', '135328.478000', '135328.482000', '135328.485000', '135328.487000', '135328.490000', '135328.493000', '135328.495000', '135328.498000', '135328.500000', '135328.503000', '135328.506000', '135328.508000', '135328.511000', '135328.513000', '135328.516000', '135328.518000', '135328.521000', '135328.524000', '135328.526000', '135328.529000', '135328.531000', '135328.534000', '135328.537000', '135328.539000', '135328.542000', '135328.544000', '135328.547000', '135328.550000', '135328.552000', '135328.555000', '135328.557000', '135348.446000', '135348.449000', '135348.452000', '135348.455000', '135348.457000', '135348.460000', '135348.462000', '135348.465000', '135348.468000', '135348.470000', '135348.473000', '135348.475000', '135348.478000', '135348.480000', '135348.483000', '135348.486000', '135348.488000', '135348.491000', '135348.493000', '135348.496000', '135348.499000', '135348.501000', '135348.504000', '135348.506000', '135348.509000', '135348.512000', '135348.514000', '135348.517000', '135348.519000', '135348.522000', '135348.525000', '135348.527000', '135348.530000', '135348.532000', '135348.535000', '135348.537000', '135348.540000', '135348.543000', '135348.545000', '135348.548000', '135348.550000', '135348.553000', '135348.556000', '135348.558000', '135408.446000', '135408.449000', '135408.452000', '135408.454000', '135408.457000', '135408.460000', '135408.462000', '135408.465000', '135408.468000', '135408.470000', '135408.473000', '135408.475000', '135408.478000', '135408.496000', '135408.499000', '135408.502000', '135408.504000', '135408.507000', '135408.509000', '135408.512000', '135408.515000', '135408.517000', '135408.520000', '135408.522000', '135408.525000', '135408.527000', '135408.530000', '135408.533000', '135408.535000', '135408.538000', '135408.541000', '135408.543000', '135408.546000', '135408.548000', '135408.551000', '135408.554000', '135408.556000', '135408.559000', '135408.561000', '135408.564000', '135408.566000', '135408.569000', '135408.572000', '135428.446000', '135428.449000', '135428.452000', '135428.455000', '135428.457000', '135428.460000', '135428.462000', '135428.465000', '135428.467000', '135428.470000', '135428.473000', '135428.475000', '135428.478000', '135428.480000', '135428.483000', '135428.486000', '135428.488000', '135428.491000', '135428.493000', '135428.496000', '135428.499000', '135428.501000', '135428.504000', '135428.506000', '135428.509000', '135428.511000', '135428.514000', '135428.517000', '135428.519000', '135428.522000', '135428.524000', '135428.527000', '135428.530000', '135428.532000', '135428.535000', '135428.537000', '135428.540000', '135428.542000', '135428.545000', '135428.547000', '135428.550000', '135428.553000', '135428.555000', '135428.558000', '135448.445000', '135448.448000', '135448.451000', '135448.454000', '135448.456000', '135448.459000', '135448.461000', '135448.464000', '135448.466000', '135448.469000', '135448.472000', '135448.474000', '135448.477000', '135448.480000', '135448.482000', '135448.485000', '135448.500000', '135448.502000', '135448.505000', '135448.507000', '135448.510000', '135448.513000', '135448.515000', '135448.518000', '135448.522000', '135448.524000', '135448.527000', '135448.530000', '135448.532000', '135448.535000', '135448.537000', '135448.540000', '135448.543000', '135448.545000', '135448.548000', '135448.550000', '135448.553000', '135448.556000', '135448.558000', '135448.561000', '135448.563000', '135448.566000', '135448.569000', '135508.446000', '135508.449000', '135508.452000', '135508.454000', '135508.457000', '135508.459000', '135508.462000', '135508.465000', '135508.467000', '135508.470000', '135508.472000', '135508.475000', '135508.478000', '135508.480000', '135508.483000', '135508.485000', '135508.488000', '135508.491000', '135508.493000', '135508.496000', '135508.499000', '135508.501000', '135508.504000', '135508.506000', '135508.509000', '135508.511000', '135508.514000', '135508.517000', '135508.519000', '135508.522000', '135508.525000', '135508.527000', '135508.530000', '135508.532000', '135508.535000', '135508.537000', '135508.540000', '135508.543000', '135508.545000', '135508.548000', '135508.550000', '135508.553000', '135508.556000', '135508.558000', '135528.447000', '135528.449000', '135528.452000', '135528.455000', '135528.457000', '135528.460000', '135528.462000', '135528.465000', '135528.467000', '135528.470000', '135528.473000', '135528.475000', '135528.478000', '135528.481000', '135528.483000', '135528.486000', '135528.489000', '135528.491000', '135528.494000', '135528.498000', '135528.501000', '135528.504000', '135528.506000', '135528.509000', '135528.512000', '135528.514000', '135528.517000', '135528.519000', '135528.522000', '135528.525000', '135528.527000', '135528.530000', '135528.532000', '135528.535000', '135528.538000', '135528.540000', '135528.543000', '135528.545000', '135528.562000', '135528.565000', '135528.568000', '135528.570000', '135528.573000', '135548.446000', '135548.449000', '135548.452000', '135548.455000', '135548.457000', '135548.460000', '135548.462000', '135548.465000', '135548.467000', '135548.470000', '135548.473000', '135548.475000', '135548.478000', '135548.481000', '135548.483000', '135548.486000', '135548.489000', '135548.491000', '135548.494000', '135548.496000', '135548.499000', '135548.501000', '135548.504000', '135548.507000', '135548.509000', '135548.512000', '135548.515000', '135548.517000', '135548.520000', '135548.522000', '135548.525000', '135548.527000', '135548.530000', '135548.533000', '135548.535000', '135548.538000', '135548.540000', '135548.543000', '135548.546000', '135548.548000', '135548.551000', '135548.553000', '135548.556000', '135548.559000', '135608.447000', '135608.452000', '135608.455000', '135608.458000', '135608.460000', '135608.463000', '135608.466000', '135608.468000', '135608.471000', '135608.474000', '135608.476000', '135608.479000', '135608.481000', '135608.484000', '135608.487000', '135608.489000', '135608.492000', '135608.494000', '135608.497000', '135608.500000', '135608.502000', '135608.505000', '135608.507000', '135608.510000', '135608.513000', '135608.515000', '135608.518000', '135608.521000', '135608.523000', '135608.526000', '135608.529000', '135608.532000', '135608.534000', '135608.537000', '135608.540000', '135608.542000', '135608.545000', '135608.548000', '135608.550000', '135608.553000', '135608.556000', '135608.558000', '135608.562000', '135628.447000', '135628.449000', '135628.452000', '135628.455000', '135628.457000', '135628.460000', '135628.463000', '135628.465000', '135628.468000', '135628.470000', '135628.473000', '135628.476000', '135628.478000', '135628.481000', '135628.483000', '135628.486000', '135628.488000', '135628.491000', '135628.494000', '135628.496000', '135628.499000', '135628.501000', '135628.504000', '135628.507000', '135628.509000', '135628.512000', '135628.514000', '135628.517000', '135628.520000', '135628.522000', '135628.525000', '135628.527000', '135628.530000', '135628.532000', '135628.535000', '135628.538000', '135628.540000', '135628.543000', '135628.546000', '135628.548000', '135628.551000', '135628.553000', '135628.556000', '135628.558000', '135648.447000', '135648.450000', '135648.452000', '135648.455000', '135648.457000', '135648.460000', '135648.463000', '135648.465000', '135648.468000', '135648.471000', '135648.473000', '135648.476000', '135648.479000', '135648.482000', '135648.484000', '135648.487000', '135648.489000', '135648.492000', '135648.495000', '135648.497000', '135648.500000', '135648.503000', '135648.505000', '135648.508000', '135648.511000', '135648.513000', '135648.516000', '135648.518000', '135648.521000', '135648.524000', '135648.526000', '135648.529000', '135648.532000', '135648.534000', '135648.537000', '135648.540000', '135648.542000', '135648.545000', '135648.549000', '135648.551000', '135648.554000', '135648.557000', '135648.559000', '135708.445000', '135708.448000', '135708.451000', '135708.453000', '135708.456000', '135708.459000', '135708.461000', '135708.464000', '135708.466000', '135708.469000', '135708.471000', '135708.474000', '135708.477000', '135708.479000', '135708.482000', '135708.484000', '135708.487000', '135708.490000', '135708.492000', '135708.495000', '135708.497000', '135708.500000', '135708.503000', '135708.505000', '135708.508000', '135708.510000', '135708.513000', '135708.515000', '135708.518000', '135708.521000', '135708.523000', '135708.526000', '135708.528000', '135708.531000', '135708.534000', '135708.536000', '135708.539000', '135708.542000', '135708.544000', '135708.547000', '135708.549000', '135708.552000', '135708.555000', '135708.557000', '135720.271000', '135720.274000', '135720.276000', '135720.279000', '135720.282000', '135720.285000', '135720.287000', '135720.290000', '135720.293000', '135720.295000', '135720.298000', '135720.301000', '135720.303000', '135720.306000', '135720.309000', '135720.312000', '135720.315000', '135720.318000', '135720.320000', '135720.327000', '135720.330000', '135720.333000', '135720.336000', '135720.338000', '135720.341000', '135720.344000'], 'InstanceCreationTime': ['135048.493000', '135048.503000', '135048.506000', '135048.509000', '135048.511000', '135048.514000', '135048.516000', '135048.519000', '135048.521000', '135048.527000', '135048.530000', '135048.533000', '135048.535000', '135048.538000', '135048.541000', '135048.543000', '135048.546000', '135048.548000', '135048.551000', '135048.554000', '135108.447000', '135108.449000', '135108.452000', '135108.455000', '135108.457000', '135108.460000', '135108.462000', '135108.465000', '135108.467000', '135108.470000', '135108.473000', '135108.475000', '135108.478000', '135108.480000', '135108.483000', '135108.485000', '135108.488000', '135108.490000', '135108.493000', '135108.496000', '135108.498000', '135108.501000', '135108.510000', '135108.513000', '135108.515000', '135108.518000', '135108.521000', '135108.523000', '135108.526000', '135108.528000', '135108.531000', '135108.533000', '135108.536000', '135108.538000', '135108.541000', '135108.544000', '135108.546000', '135108.549000', '135108.551000', '135108.554000', '135108.556000', '135108.559000', '135108.562000', '135128.447000', '135128.449000', '135128.452000', '135128.454000', '135128.457000', '135128.459000', '135128.462000', '135128.465000', '135128.467000', '135128.470000', '135128.472000', '135128.475000', '135128.477000', '135128.480000', '135128.483000', '135128.485000', '135128.488000', '135128.490000', '135128.493000', '135128.496000', '135128.498000', '135128.501000', '135128.503000', '135128.506000', '135128.508000', '135128.511000', '135128.514000', '135128.516000', '135128.519000', '135128.521000', '135128.524000', '135128.527000', '135128.529000', '135128.532000', '135128.534000', '135128.537000', '135128.540000', '135128.542000', '135128.545000', '135128.547000', '135128.550000', '135128.552000', '135128.555000', '135128.558000', '135148.446000', '135148.449000', '135148.452000', '135148.459000', '135148.462000', '135148.465000', '135148.467000', '135148.470000', '135148.472000', '135148.475000', '135148.477000', '135148.480000', '135148.483000', '135148.485000', '135148.488000', '135148.490000', '135148.493000', '135148.495000', '135148.498000', '135148.501000', '135148.503000', '135148.506000', '135148.508000', '135148.511000', '135148.514000', '135148.516000', '135148.519000', '135148.521000', '135148.524000', '135148.527000', '135148.529000', '135148.532000', '135148.534000', '135148.537000', '135148.540000', '135148.542000', '135148.545000', '135148.547000', '135148.550000', '135148.553000', '135148.555000', '135148.558000', '135148.560000', '135208.446000', '135208.449000', '135208.452000', '135208.455000', '135208.457000', '135208.460000', '135208.462000', '135208.465000', '135208.468000', '135208.470000', '135208.473000', '135208.475000', '135208.478000', '135208.481000', '135208.483000', '135208.486000', '135208.488000', '135208.491000', '135208.494000', '135208.497000', '135208.499000', '135208.502000', '135208.504000', '135208.507000', '135208.509000', '135208.512000', '135208.515000', '135208.517000', '135208.520000', '135208.522000', '135208.525000', '135208.527000', '135208.530000', '135208.533000', '135208.535000', '135208.538000', '135208.540000', '135208.543000', '135208.545000', '135208.548000', '135208.551000', '135208.553000', '135208.556000', '135208.558000', '135228.445000', '135228.448000', '135228.451000', '135228.453000', '135228.456000', '135228.459000', '135228.461000', '135228.464000', '135228.466000', '135228.469000', '135228.471000', '135228.474000', '135228.477000', '135228.479000', '135228.482000', '135228.484000', '135228.487000', '135228.489000', '135228.492000', '135228.495000', '135228.497000', '135228.500000', '135228.502000', '135228.505000', '135228.508000', '135228.510000', '135228.513000', '135228.516000', '135228.518000', '135228.556000', '135228.558000', '135228.561000', '135228.574000', '135228.576000', '135228.579000', '135228.581000', '135228.584000', '135228.587000', '135228.589000', '135228.592000', '135228.594000', '135228.597000', '135228.599000', '135248.446000', '135248.449000', '135248.452000', '135248.454000', '135248.457000', '135248.460000', '135248.462000', '135248.465000', '135248.467000', '135248.470000', '135248.472000', '135248.475000', '135248.478000', '135248.480000', '135248.483000', '135248.485000', '135248.488000', '135248.491000', '135248.493000', '135248.496000', '135248.498000', '135248.501000', '135248.503000', '135248.506000', '135248.509000', '135248.511000', '135248.514000', '135248.516000', '135248.519000', '135248.521000', '135248.524000', '135248.527000', '135248.529000', '135248.532000', '135248.534000', '135248.537000', '135248.540000', '135248.542000', '135248.545000', '135248.547000', '135248.550000', '135248.552000', '135248.555000', '135248.558000', '135308.446000', '135308.449000', '135308.452000', '135308.454000', '135308.457000', '135308.460000', '135308.462000', '135308.465000', '135308.467000', '135308.470000', '135308.473000', '135308.475000', '135308.478000', '135308.480000', '135308.483000', '135308.485000', '135308.488000', '135308.491000', '135308.493000', '135308.496000', '135308.498000', '135308.501000', '135308.503000', '135308.506000', '135308.509000', '135308.511000', '135308.514000', '135308.516000', '135308.519000', '135308.521000', '135308.524000', '135308.526000', '135308.529000', '135308.532000', '135308.534000', '135308.537000', '135308.539000', '135308.542000', '135308.544000', '135308.547000', '135308.549000', '135308.552000', '135308.555000', '135328.447000', '135328.450000', '135328.452000', '135328.455000', '135328.458000', '135328.460000', '135328.463000', '135328.465000', '135328.468000', '135328.470000', '135328.473000', '135328.476000', '135328.478000', '135328.482000', '135328.485000', '135328.487000', '135328.490000', '135328.493000', '135328.495000', '135328.498000', '135328.500000', '135328.503000', '135328.506000', '135328.508000', '135328.511000', '135328.513000', '135328.516000', '135328.518000', '135328.521000', '135328.524000', '135328.526000', '135328.529000', '135328.531000', '135328.534000', '135328.537000', '135328.539000', '135328.542000', '135328.544000', '135328.547000', '135328.550000', '135328.552000', '135328.555000', '135328.557000', '135348.446000', '135348.449000', '135348.452000', '135348.455000', '135348.457000', '135348.460000', '135348.462000', '135348.465000', '135348.468000', '135348.470000', '135348.473000', '135348.475000', '135348.478000', '135348.480000', '135348.483000', '135348.486000', '135348.488000', '135348.491000', '135348.493000', '135348.496000', '135348.499000', '135348.501000', '135348.504000', '135348.506000', '135348.509000', '135348.512000', '135348.514000', '135348.517000', '135348.519000', '135348.522000', '135348.525000', '135348.527000', '135348.530000', '135348.532000', '135348.535000', '135348.537000', '135348.540000', '135348.543000', '135348.545000', '135348.548000', '135348.550000', '135348.553000', '135348.556000', '135348.558000', '135408.446000', '135408.449000', '135408.452000', '135408.454000', '135408.457000', '135408.460000', '135408.462000', '135408.465000', '135408.468000', '135408.470000', '135408.473000', '135408.475000', '135408.478000', '135408.496000', '135408.499000', '135408.502000', '135408.504000', '135408.507000', '135408.509000', '135408.512000', '135408.515000', '135408.517000', '135408.520000', '135408.522000', '135408.525000', '135408.527000', '135408.530000', '135408.533000', '135408.535000', '135408.538000', '135408.541000', '135408.543000', '135408.546000', '135408.548000', '135408.551000', '135408.554000', '135408.556000', '135408.559000', '135408.561000', '135408.564000', '135408.566000', '135408.569000', '135408.572000', '135428.446000', '135428.449000', '135428.452000', '135428.455000', '135428.457000', '135428.460000', '135428.462000', '135428.465000', '135428.467000', '135428.470000', '135428.473000', '135428.475000', '135428.478000', '135428.480000', '135428.483000', '135428.486000', '135428.488000', '135428.491000', '135428.493000', '135428.496000', '135428.499000', '135428.501000', '135428.504000', '135428.506000', '135428.509000', '135428.511000', '135428.514000', '135428.517000', '135428.519000', '135428.522000', '135428.524000', '135428.527000', '135428.530000', '135428.532000', '135428.535000', '135428.537000', '135428.540000', '135428.542000', '135428.545000', '135428.547000', '135428.550000', '135428.553000', '135428.555000', '135428.558000', '135448.445000', '135448.448000', '135448.451000', '135448.454000', '135448.456000', '135448.459000', '135448.461000', '135448.464000', '135448.466000', '135448.469000', '135448.472000', '135448.474000', '135448.477000', '135448.480000', '135448.482000', '135448.485000', '135448.500000', '135448.502000', '135448.505000', '135448.507000', '135448.510000', '135448.513000', '135448.515000', '135448.518000', '135448.522000', '135448.524000', '135448.527000', '135448.530000', '135448.532000', '135448.535000', '135448.537000', '135448.540000', '135448.543000', '135448.545000', '135448.548000', '135448.550000', '135448.553000', '135448.556000', '135448.558000', '135448.561000', '135448.563000', '135448.566000', '135448.569000', '135508.446000', '135508.449000', '135508.452000', '135508.454000', '135508.457000', '135508.459000', '135508.462000', '135508.465000', '135508.467000', '135508.470000', '135508.472000', '135508.475000', '135508.478000', '135508.480000', '135508.483000', '135508.485000', '135508.488000', '135508.491000', '135508.493000', '135508.496000', '135508.499000', '135508.501000', '135508.504000', '135508.506000', '135508.509000', '135508.511000', '135508.514000', '135508.517000', '135508.519000', '135508.522000', '135508.525000', '135508.527000', '135508.530000', '135508.532000', '135508.535000', '135508.537000', '135508.540000', '135508.543000', '135508.545000', '135508.548000', '135508.550000', '135508.553000', '135508.556000', '135508.558000', '135528.447000', '135528.449000', '135528.452000', '135528.455000', '135528.457000', '135528.460000', '135528.462000', '135528.465000', '135528.467000', '135528.470000', '135528.473000', '135528.475000', '135528.478000', '135528.481000', '135528.483000', '135528.486000', '135528.489000', '135528.491000', '135528.494000', '135528.498000', '135528.501000', '135528.504000', '135528.506000', '135528.509000', '135528.512000', '135528.514000', '135528.517000', '135528.519000', '135528.522000', '135528.525000', '135528.527000', '135528.530000', '135528.532000', '135528.535000', '135528.538000', '135528.540000', '135528.543000', '135528.545000', '135528.562000', '135528.565000', '135528.568000', '135528.570000', '135528.573000', '135548.446000', '135548.449000', '135548.452000', '135548.455000', '135548.457000', '135548.460000', '135548.462000', '135548.465000', '135548.467000', '135548.470000', '135548.473000', '135548.475000', '135548.478000', '135548.481000', '135548.483000', '135548.486000', '135548.489000', '135548.491000', '135548.494000', '135548.496000', '135548.499000', '135548.501000', '135548.504000', '135548.507000', '135548.509000', '135548.512000', '135548.515000', '135548.517000', '135548.520000', '135548.522000', '135548.525000', '135548.527000', '135548.530000', '135548.533000', '135548.535000', '135548.538000', '135548.540000', '135548.543000', '135548.546000', '135548.548000', '135548.551000', '135548.553000', '135548.556000', '135548.559000', '135608.447000', '135608.452000', '135608.455000', '135608.458000', '135608.460000', '135608.463000', '135608.466000', '135608.468000', '135608.471000', '135608.474000', '135608.476000', '135608.479000', '135608.481000', '135608.484000', '135608.487000', '135608.489000', '135608.492000', '135608.494000', '135608.497000', '135608.500000', '135608.502000', '135608.505000', '135608.507000', '135608.510000', '135608.513000', '135608.515000', '135608.518000', '135608.521000', '135608.523000', '135608.526000', '135608.529000', '135608.532000', '135608.534000', '135608.537000', '135608.540000', '135608.542000', '135608.545000', '135608.548000', '135608.550000', '135608.553000', '135608.556000', '135608.558000', '135608.562000', '135628.447000', '135628.449000', '135628.452000', '135628.455000', '135628.457000', '135628.460000', '135628.463000', '135628.465000', '135628.468000', '135628.470000', '135628.473000', '135628.476000', '135628.478000', '135628.481000', '135628.483000', '135628.486000', '135628.488000', '135628.491000', '135628.494000', '135628.496000', '135628.499000', '135628.501000', '135628.504000', '135628.507000', '135628.509000', '135628.512000', '135628.514000', '135628.517000', '135628.520000', '135628.522000', '135628.525000', '135628.527000', '135628.530000', '135628.532000', '135628.535000', '135628.538000', '135628.540000', '135628.543000', '135628.546000', '135628.548000', '135628.551000', '135628.553000', '135628.556000', '135628.558000', '135648.447000', '135648.450000', '135648.452000', '135648.455000', '135648.457000', '135648.460000', '135648.463000', '135648.465000', '135648.468000', '135648.471000', '135648.473000', '135648.476000', '135648.479000', '135648.482000', '135648.484000', '135648.487000', '135648.489000', '135648.492000', '135648.495000', '135648.497000', '135648.500000', '135648.503000', '135648.505000', '135648.508000', '135648.511000', '135648.513000', '135648.516000', '135648.518000', '135648.521000', '135648.524000', '135648.526000', '135648.529000', '135648.532000', '135648.534000', '135648.537000', '135648.540000', '135648.542000', '135648.545000', '135648.549000', '135648.551000', '135648.554000', '135648.557000', '135648.559000', '135708.445000', '135708.448000', '135708.451000', '135708.453000', '135708.456000', '135708.459000', '135708.461000', '135708.464000', '135708.466000', '135708.469000', '135708.471000', '135708.474000', '135708.477000', '135708.479000', '135708.482000', '135708.484000', '135708.487000', '135708.490000', '135708.492000', '135708.495000', '135708.497000', '135708.500000', '135708.503000', '135708.505000', '135708.508000', '135708.510000', '135708.513000', '135708.515000', '135708.518000', '135708.521000', '135708.523000', '135708.526000', '135708.528000', '135708.531000', '135708.534000', '135708.536000', '135708.539000', '135708.542000', '135708.544000', '135708.547000', '135708.549000', '135708.552000', '135708.555000', '135708.557000', '135720.271000', '135720.274000', '135720.276000', '135720.279000', '135720.282000', '135720.285000', '135720.287000', '135720.290000', '135720.293000', '135720.295000', '135720.298000', '135720.301000', '135720.303000', '135720.306000', '135720.309000', '135720.312000', '135720.315000', '135720.318000', '135720.320000', '135720.327000', '135720.330000', '135720.333000', '135720.336000', '135720.338000', '135720.341000', '135720.344000'], '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': [15947, 7925, 13866, 8514, 11743, 9053, 8426, 13083, 8190, 11813, 8696, 10399, 9033, 10533, 9341, 8182, 11334, 8395, 12108, 8346, 10833, 8668, 10484, 9438, 8441, 14020, 8309, 12953, 8444, 12093, 9053, 9143, 9272, 8218, 12749, 8442, 12050, 8549, 10276, 8664, 9308, 9189, 8746, 8923, 13950, 9529, 9569, 11710, 8065, 13738, 8184, 11949, 8989, 10765, 9128, 8813, 9576, 8090, 13312, 8441, 11529, 8350, 10464, 8660, 10641, 9126, 8572, 10432, 8236, 12922, 8727, 11643, 8745, 10155, 8837, 10785, 8906, 8421, 12990, 8037, 14307, 7830, 11808, 8465, 9860, 8872, 8085, 14724, 8089, 12753, 8451, 11794, 8991, 8251, 12320, 8065, 12528, 8200, 12004, 8632, 8559, 9850, 8057, 13802, 7915, 12176, 8544, 9519, 9278, 8134, 12242, 8089, 11087, 8640, 10629, 9441, 8008, 9956, 8134, 12633, 8368, 10726, 9063, 9059, 9200, 7916, 13355, 8152, 12686, 8587, 11195, 8694, 9672, 9339, 8150, 12925, 8193, 12770, 8320, 11454, 8741, 10423, 9333, 8035, 12643, 8360, 14022, 8227, 12743, 8611, 11135, 9262, 8601, 10207, 7930, 14308, 8147, 12196, 8622, 10957, 8763, 9024, 9451, 8044, 14724, 8138, 12877, 8180, 11413, 9043, 8948, 9892, 8100, 14636, 7947, 12228, 8647, 10645, 9395, 8282, 9354, 7928, 12276, 8623, 11422, 8836, 10701, 9063, 10396, 9309, 9071, 10456, 8090, 14617, 8449, 13542, 8216, 12250, 9100, 10337, 9150, 8710, 11694, 7851, 14396, 8135, 12847, 8612, 11763, 8901, 9980, 9444, 7953, 9461, 8004, 13659, 8247, 11954, 8369, 11653, 8875, 9692, 9166, 7992, 13339, 8235, 13608, 8316, 12668, 8689, 10931, 9089, 8713, 11447, 8324, 14794, 8170, 13180, 8821, 12849, 9087, 9458, 9332, 8335, 12594, 8075, 14346, 8093, 12880, 8661, 12410, 8742, 11050, 8901, 8503, 14016, 7770, 13314, 8008, 12727, 8175, 10342, 8714, 7806, 10515, 7616, 13918, 8097, 11465, 8789, 10091, 9105, 8325, 9332, 7630, 12234, 8069, 11377, 8130, 10846, 8362, 10201, 9034, 7986, 12686, 8337, 14603, 7819, 13163, 8736, 11346, 8553, 9751, 8787, 7775, 13172, 7787, 12913, 8287, 12375, 8221, 11001, 8514, 8630, 11653, 8267, 14678, 7467, 13167, 8170, 12426, 8729, 8901, 11497, 8005, 14752, 7627, 13517, 8104, 11647, 8667, 8149, 8801, 7513, 12244, 7633, 12972, 7675, 12259, 7883, 10843, 8210, 8215, 12654, 7781, 13961, 7656, 12878, 8169, 11510, 8803, 8071, 10729, 7531, 14242, 7594, 11638, 8478, 10172, 8852, 7807, 11100, 7417, 12775, 8154, 10990, 8439, 10113, 8825, 8522, 9175, 7903, 14068, 7659, 12563, 8129, 11689, 8633, 9449, 11586, 9280, 14709, 7591, 13868, 7891, 12578, 8603, 8905, 11878, 7701, 14590, 7510, 12995, 8154, 11282, 8481, 8702, 8790, 7475, 13872, 7996, 12025, 7964, 11735, 8050, 9853, 8555, 8113, 12966, 8065, 14133, 7404, 12943, 8117, 11069, 8744, 7960, 13658, 7660, 13362, 7526, 13072, 8216, 9755, 8624, 7347, 12478, 7604, 12198, 8112, 10572, 8471, 9019, 8840, 7729, 13272, 7575, 12478, 7917, 11412, 8166, 10058, 8509, 8135, 13604, 7633, 13530, 8046, 13059, 7913, 10401, 8583, 7839, 13646, 7820, 13290, 7744, 12734, 8268, 9865, 8495, 7914, 8824, 7720, 12496, 8309, 10990, 8326, 10587, 8263, 9821, 8494, 8395, 12265, 9191, 14633, 7703, 13342, 8263, 12128, 8674, 10150, 10098, 8307, 14861, 7580, 13144, 8352, 12485, 8465, 10278, 8530, 7850, 13491, 7848, 14210, 7403, 12960, 7850, 11466, 8235, 9666, 8462, 7743, 12626, 7465, 13707, 7707, 12839, 7731, 11030, 8376, 7996, 13383, 7407, 13194, 7535, 12096, 8114, 10327, 8599, 8183, 10678, 7923, 14116, 7272, 12135, 8075, 10972, 8398, 8432, 11801, 7723, 14647, 7524, 13120, 8047, 11762, 8177, 8083, 11201, 7385, 13367, 7379, 11933, 8085, 9803, 8469, 7607, 12978, 7330, 12480, 7674, 11304, 8087, 9028, 8627, 7708, 14075, 7185, 13368, 7548, 11696, 8408, 8865, 9045, 7578, 14620, 7552, 12158, 8303, 10865, 8408, 8851, 12404, 7819, 14086, 7739, 12524, 9283, 10795, 8287, 8483, 14685, 7343, 13607, 8586, 12382, 8641, 8957, 11693, 7517, 13618, 7218, 12879, 8134, 10176, 8329, 7643, 14370, 7258, 13229, 7249, 12707, 7975, 9714, 8169, 7870, 12579, 7321, 13168, 7357, 11751, 7928, 10084, 8509, 8271, 11556, 7536, 13800, 7174, 12476, 8158, 10354, 8447, 8056, 14030, 7525, 13341, 7243, 12590, 9272, 9736, 11413, 7856, 14225, 7189, 12604, 7931, 10732, 8226, 8104, 9844, 7723, 11803, 7586, 11231, 8015, 10387, 8131, 9546, 9171, 8207, 14919, 7588, 13428, 9293, 12314, 9063, 10134, 8187, 7744, 13855, 7095, 13187, 7623, 12210, 7950, 10391, 8166, 8313, 10561, 7532, 14564, 7509, 12518, 7632, 11368, 8280, 8874, 10319, 7697, 14237, 7242, 12922, 7942, 11814, 8244, 8882, 9812, 7911, 14652, 7126, 12880, 7745, 10943, 8169, 9000, 9466, 8159, 14535, 7093, 14089, 7186, 12051, 8898, 10036, 8584, 8394, 13193, 7412, 13199, 7212, 11854, 8220, 9929, 8273, 8055, 12420, 8534, 14188, 7207, 13047, 7724, 11630, 8165, 8909, 12977, 7732, 14422, 7072, 12802, 8170, 11166, 8002, 8893, 8097, 8886, 8055, 8465, 7894, 9488, 14455, 7637, 13911, 10257, 10467, 8035, 8305, 14687, 7250, 14312, 7080, 12960, 8221, 8257, 12047, 7454, 12794, 7007, 11261, 7646, 9399, 8515, 8036, 10974, 7390, 11099, 7086, 10446, 8101, 9248, 8108, 8053, 10207, 8294, 13859, 7161, 12849, 7464, 11968, 8194, 9137, 14642, 8299, 14111, 7413, 13091, 10048, 9867, 9151, 7742, 14609, 7189, 12766, 7213, 10958, 7875, 8383, 8529, 7579, 13370, 7147, 11135, 7804, 10829, 7999, 8388, 13150, 7451, 13229, 7842, 12386, 8745, 10215, 8613, 8101, 14872, 7274, 13216, 7853, 11807, 8042, 8302, 8547, 7878, 8300, 10460, 8129, 8268, 13015, 7318, 12961, 7373, 12119, 8283, 8957, 12162, 8499, 14346, 7348, 13016, 7670, 10643, 8008, 8168, 14655, 7389, 14146, 7215, 12082, 8122, 8921, 10080, 7772, 14352, 7255, 12846, 7631, 11061, 7777, 8249, 13852, 7425, 13334, 7177, 12513, 8214, 10152, 8246, 7987, 10289, 7691, 8908, 8850, 14197, 7894, 13007, 9502, 9384, 8519, 7831], 'WindowCenter': [4140.0, 4045.0, 4091.0, 4027.0, 4056.0, 4011.0, 4012.0, 4048.0, 4011.0, 4038.0, 4008.0, 4029.0, 4018.0, 4040.0, 4019.0, 4023.0, 4040.0, 4023.0, 4050.0, 4010.0, 4041.0, 4009.0, 4042.0, 4021.0, 4012.0, 4060.0, 4011.0, 4049.0, 3998.0, 4050.0, 4020.0, 4032.0, 4019.0, 4012.0, 4049.0, 4011.0, 4051.0, 4022.0, 4043.0, 4022.0, 4033.0, 4032.0, 4022.0, 4046.0, 4087.0, 4035.0, 4034.0, 4051.0, 4013.0, 4061.0, 4012.0, 4051.0, 4033.0, 4043.0, 4021.0, 4023.0, 4030.0, 4014.0, 4062.0, 4023.0, 4052.0, 4012.0, 4042.0, 4022.0, 4044.0, 4032.0, 4024.0, 4041.0, 4012.0, 4061.0, 4022.0, 4053.0, 4034.0, 4045.0, 4034.0, 4056.0, 4022.0, 4024.0, 4063.0, 4014.0, 4073.0, 4002.0, 4053.0, 4011.0, 4034.0, 4020.0, 4014.0, 4072.0, 4012.0, 4051.0, 4009.0, 4051.0, 4008.0, 4011.0, 4050.0, 4000.0, 4038.0, 3997.0, 4037.0, 3998.0, 4008.0, 4028.0, 4010.0, 4048.0, 3999.0, 4040.0, 4009.0, 4018.0, 4018.0, 4011.0, 4038.0, 4000.0, 4039.0, 4009.0, 4042.0, 4032.0, 4012.0, 4029.0, 4012.0, 4049.0, 4010.0, 4042.0, 4021.0, 4023.0, 4019.0, 4012.0, 4060.0, 4001.0, 4063.0, 4022.0, 4042.0, 4010.0, 4033.0, 4020.0, 4012.0, 4062.0, 4022.0, 4062.0, 4014.0, 4052.0, 4022.0, 4043.0, 4032.0, 4013.0, 4061.0, 4013.0, 4061.0, 4010.0, 4062.0, 4022.0, 4054.0, 4020.0, 4022.0, 4030.0, 4001.0, 4060.0, 4012.0, 4052.0, 4010.0, 4041.0, 4008.0, 4021.0, 4018.0, 4011.0, 4072.0, 4011.0, 4050.0, 4009.0, 4042.0, 4009.0, 4022.0, 4031.0, 4013.0, 4072.0, 4013.0, 4050.0, 4022.0, 4044.0, 4021.0, 4013.0, 4019.0, 4012.0, 4061.0, 4035.0, 4053.0, 4033.0, 4052.0, 4033.0, 4045.0, 4032.0, 4036.0, 4043.0, 4016.0, 4072.0, 4014.0, 4061.0, 4011.0, 4053.0, 4034.0, 4046.0, 4021.0, 4024.0, 4040.0, 4013.0, 4072.0, 4012.0, 4050.0, 4011.0, 4051.0, 4021.0, 4043.0, 4031.0, 4013.0, 4031.0, 4013.0, 4072.0, 4023.0, 4053.0, 4023.0, 4053.0, 4021.0, 4032.0, 4020.0, 4012.0, 4061.0, 4024.0, 4061.0, 4012.0, 4062.0, 4010.0, 4042.0, 4020.0, 4024.0, 4052.0, 4023.0, 4071.0, 4011.0, 4061.0, 4021.0, 4063.0, 4022.0, 4034.0, 4022.0, 4022.0, 4051.0, 4013.0, 4060.0, 4012.0, 4062.0, 4023.0, 4052.0, 4010.0, 4041.0, 4006.0, 4010.0, 4047.0, 3990.0, 4048.0, 3999.0, 4050.0, 3998.0, 4030.0, 3996.0, 4001.0, 4028.0, 4000.0, 4060.0, 3999.0, 4040.0, 4021.0, 4042.0, 4019.0, 4011.0, 4018.0, 4003.0, 4051.0, 4012.0, 4051.0, 4011.0, 4041.0, 4011.0, 4043.0, 4022.0, 4015.0, 4061.0, 4013.0, 4072.0, 4001.0, 4060.0, 4024.0, 4053.0, 4011.0, 4033.0, 4009.0, 4001.0, 4060.0, 4002.0, 4051.0, 4011.0, 4052.0, 4009.0, 4041.0, 4009.0, 4021.0, 4040.0, 4014.0, 4060.0, 3990.0, 4050.0, 3998.0, 4049.0, 4011.0, 4021.0, 4039.0, 3999.0, 4059.0, 3988.0, 4050.0, 4000.0, 4040.0, 4009.0, 3999.0, 4007.0, 4002.0, 4049.0, 4000.0, 4060.0, 4002.0, 4053.0, 3999.0, 4042.0, 3998.0, 4012.0, 4050.0, 3999.0, 4060.0, 3988.0, 4049.0, 3999.0, 4041.0, 4020.0, 4011.0, 4028.0, 4001.0, 4059.0, 3999.0, 4040.0, 4010.0, 4033.0, 4010.0, 4004.0, 4039.0, 4001.0, 4050.0, 4012.0, 4041.0, 4010.0, 4031.0, 4020.0, 4022.0, 4030.0, 4027.0, 4072.0, 4012.0, 4051.0, 4011.0, 4053.0, 4020.0, 4035.0, 4040.0, 4023.0, 4060.0, 4000.0, 4061.0, 3999.0, 4052.0, 4009.0, 4022.0, 4039.0, 4001.0, 4060.0, 3989.0, 4049.0, 3999.0, 4041.0, 4010.0, 4011.0, 4009.0, 4003.0, 4060.0, 4012.0, 4051.0, 4001.0, 4052.0, 4000.0, 4032.0, 4010.0, 4013.0, 4062.0, 4012.0, 4060.0, 3990.0, 4050.0, 3998.0, 4042.0, 4008.0, 4012.0, 4048.0, 4001.0, 4051.0, 3998.0, 4049.0, 4011.0, 4021.0, 4009.0, 3991.0, 4037.0, 3999.0, 4050.0, 4011.0, 4042.0, 4010.0, 4022.0, 4021.0, 4002.0, 4060.0, 4002.0, 4062.0, 4011.0, 4054.0, 4011.0, 4032.0, 4010.0, 4012.0, 4062.0, 4002.0, 4060.0, 3999.0, 4052.0, 3998.0, 4031.0, 4009.0, 4001.0, 4059.0, 4001.0, 4059.0, 3999.0, 4051.0, 4011.0, 4032.0, 4020.0, 4012.0, 4021.0, 4014.0, 4063.0, 4036.0, 4054.0, 4025.0, 4055.0, 4025.0, 4057.0, 4036.0, 4038.0, 4075.0, 4048.0, 4086.0, 4015.0, 4086.0, 4036.0, 4067.0, 4024.0, 4046.0, 4041.0, 4024.0, 4073.0, 4013.0, 4064.0, 4012.0, 4063.0, 4012.0, 4045.0, 4023.0, 4013.0, 4061.0, 4012.0, 4072.0, 4002.0, 4062.0, 4011.0, 4052.0, 4011.0, 4033.0, 4010.0, 4003.0, 4050.0, 3990.0, 4061.0, 4000.0, 4051.0, 3989.0, 4042.0, 3997.0, 4000.0, 4061.0, 3990.0, 4050.0, 4000.0, 4051.0, 3999.0, 4032.0, 4011.0, 4014.0, 4030.0, 4013.0, 4061.0, 4002.0, 4051.0, 4013.0, 4053.0, 4011.0, 4013.0, 4040.0, 4001.0, 4060.0, 4000.0, 4061.0, 3999.0, 4052.0, 3998.0, 4000.0, 4039.0, 3991.0, 4049.0, 3988.0, 4039.0, 3998.0, 4030.0, 4009.0, 4001.0, 4049.0, 3992.0, 4050.0, 4000.0, 4041.0, 4011.0, 4022.0, 4010.0, 4003.0, 4061.0, 3991.0, 4060.0, 4001.0, 4052.0, 4012.0, 4024.0, 4009.0, 4001.0, 4070.0, 4001.0, 4063.0, 4022.0, 4054.0, 4011.0, 4034.0, 4052.0, 4003.0, 4073.0, 4013.0, 4063.0, 4022.0, 4042.0, 4009.0, 4023.0, 4072.0, 4001.0, 4063.0, 4011.0, 4053.0, 4010.0, 4022.0, 4051.0, 4002.0, 4061.0, 3990.0, 4051.0, 3999.0, 4032.0, 4010.0, 4003.0, 4061.0, 3990.0, 4051.0, 3989.0, 4062.0, 4012.0, 4033.0, 4010.0, 4014.0, 4051.0, 4002.0, 4062.0, 4002.0, 4053.0, 4001.0, 4032.0, 4009.0, 4014.0, 4051.0, 4014.0, 4062.0, 3991.0, 4064.0, 4010.0, 4033.0, 4010.0, 4013.0, 4061.0, 4000.0, 4061.0, 3990.0, 4052.0, 4019.0, 4033.0, 4039.0, 4000.0, 4059.0, 3978.0, 4050.0, 3998.0, 4040.0, 4010.0, 4014.0, 4030.0, 4003.0, 4053.0, 4013.0, 4053.0, 4024.0, 4045.0, 4013.0, 4045.0, 4032.0, 4025.0, 4084.0, 4013.0, 4073.0, 4032.0, 4053.0, 4020.0, 4043.0, 4010.0, 4003.0, 4062.0, 3991.0, 4062.0, 4002.0, 4063.0, 4013.0, 4043.0, 4011.0, 4013.0, 4030.0, 4002.0, 4071.0, 4003.0, 4051.0, 4000.0, 4042.0, 4000.0, 4023.0, 4029.0, 4003.0, 4060.0, 3990.0, 4062.0, 4000.0, 4053.0, 4012.0, 4023.0, 4030.0, 4011.0, 4060.0, 3990.0, 4061.0, 4001.0, 4042.0, 4011.0, 4023.0, 4020.0, 4000.0, 4060.0, 3979.0, 4059.0, 3990.0, 4051.0, 4010.0, 4032.0, 3998.0, 4011.0, 4049.0, 3992.0, 4049.0, 3990.0, 4051.0, 4009.0, 4032.0, 4010.0, 4014.0, 4052.0, 4022.0, 4072.0, 4002.0, 4062.0, 4012.0, 4053.0, 4011.0, 4023.0, 4061.0, 4001.0, 4071.0, 3992.0, 4063.0, 4010.0, 4042.0, 3998.0, 4021.0, 4011.0, 4023.0, 4012.0, 4013.0, 4010.0, 4046.0, 4072.0, 4002.0, 4064.0, 4030.0, 4032.0, 3999.0, 4010.0, 4059.0, 3979.0, 4058.0, 3978.0, 4050.0, 3986.0, 3999.0, 4025.0, 3976.0, 4047.0, 3977.0, 4039.0, 3988.0, 4020.0, 3997.0, 4000.0, 4028.0, 3991.0, 4039.0, 3989.0, 4030.0, 3999.0, 4022.0, 4010.0, 4014.0, 4042.0, 4024.0, 4062.0, 3991.0, 4064.0, 4001.0, 4054.0, 4010.0, 4033.0, 4060.0, 4010.0, 4060.0, 3988.0, 4051.0, 4030.0, 4030.0, 4007.0, 3990.0, 4058.0, 3978.0, 4050.0, 3990.0, 4041.0, 4000.0, 4012.0, 4009.0, 4001.0, 4061.0, 3992.0, 4053.0, 4002.0, 4044.0, 4001.0, 4012.0, 4062.0, 4003.0, 4063.0, 4001.0, 4053.0, 4010.0, 4042.0, 4022.0, 4013.0, 4071.0, 4001.0, 4062.0, 3999.0, 4052.0, 4010.0, 4012.0, 4010.0, 4012.0, 4024.0, 4057.0, 4025.0, 4024.0, 4062.0, 4002.0, 4063.0, 3990.0, 4052.0, 4012.0, 4025.0, 4051.0, 4013.0, 4061.0, 3989.0, 4051.0, 3990.0, 4032.0, 3999.0, 4002.0, 4059.0, 3988.0, 4059.0, 3990.0, 4051.0, 3999.0, 4022.0, 4029.0, 4001.0, 4060.0, 3991.0, 4051.0, 4001.0, 4042.0, 3989.0, 4013.0, 4060.0, 3992.0, 4061.0, 3991.0, 4054.0, 4011.0, 4044.0, 4010.0, 4011.0, 4041.0, 4013.0, 4022.0, 4035.0, 4072.0, 4013.0, 4065.0, 4032.0, 4024.0, 4010.0, 4001.0], 'WindowWidth': [9165.0, 9026.0, 9078.0, 8984.0, 9020.0, 8948.0, 8952.0, 8993.0, 8948.0, 8978.0, 8941.0, 8967.0, 8954.0, 8987.0, 8956.0, 8968.0, 8986.0, 8968.0, 9000.0, 8947.0, 8988.0, 8942.0, 8991.0, 8962.0, 8951.0, 9010.0, 8948.0, 8996.0, 8927.0, 8998.0, 8961.0, 8980.0, 8956.0, 8951.0, 8996.0, 8951.0, 9002.0, 8966.0, 8994.0, 8968.0, 8983.0, 8980.0, 8966.0, 9007.0, 9063.0, 8987.0, 8986.0, 9001.0, 8954.0, 9014.0, 8953.0, 9004.0, 8981.0, 8997.0, 8963.0, 8968.0, 8971.0, 8957.0, 9020.0, 8970.0, 9005.0, 8952.0, 8993.0, 8966.0, 8998.0, 8980.0, 8973.0, 8988.0, 8952.0, 9016.0, 8968.0, 9010.0, 8989.0, 9003.0, 8987.0, 9019.0, 8965.0, 8972.0, 9022.0, 8958.0, 9037.0, 8938.0, 9008.0, 8949.0, 8984.0, 8960.0, 8959.0, 9033.0, 8950.0, 9001.0, 8942.0, 9001.0, 8939.0, 8948.0, 8999.0, 8932.0, 8979.0, 8923.0, 8977.0, 8924.0, 8940.0, 8967.0, 8946.0, 8991.0, 8926.0, 8981.0, 8939.0, 8953.0, 8953.0, 8948.0, 8980.0, 8932.0, 8980.0, 8942.0, 8991.0, 8978.0, 8953.0, 8970.0, 8952.0, 8996.0, 8945.0, 8991.0, 8965.0, 8967.0, 8956.0, 8952.0, 9012.0, 8934.0, 9019.0, 8965.0, 8990.0, 8946.0, 8980.0, 8957.0, 8952.0, 9019.0, 8967.0, 9020.0, 8957.0, 9006.0, 8964.0, 8995.0, 8979.0, 8956.0, 9014.0, 8954.0, 9016.0, 8948.0, 9017.0, 8965.0, 9012.0, 8959.0, 8966.0, 8972.0, 8935.0, 9012.0, 8952.0, 9004.0, 8945.0, 8989.0, 8941.0, 8962.0, 8952.0, 8950.0, 9030.0, 8949.0, 8999.0, 8942.0, 8990.0, 8943.0, 8965.0, 8972.0, 8955.0, 9032.0, 8953.0, 8998.0, 8967.0, 8999.0, 8964.0, 8955.0, 8956.0, 8954.0, 9015.0, 8990.0, 9011.0, 8983.0, 9008.0, 8983.0, 9000.0, 8979.0, 8990.0, 8995.0, 8963.0, 9034.0, 8957.0, 9016.0, 8949.0, 9007.0, 8986.0, 9004.0, 8961.0, 8968.0, 8984.0, 8952.0, 9031.0, 8952.0, 8998.0, 8949.0, 9001.0, 8963.0, 8996.0, 8974.0, 8955.0, 8974.0, 8955.0, 9031.0, 8969.0, 9007.0, 8968.0, 9008.0, 8960.0, 8979.0, 8958.0, 8952.0, 9016.0, 8970.0, 9016.0, 8950.0, 9017.0, 8945.0, 8991.0, 8959.0, 8971.0, 9004.0, 8969.0, 9030.0, 8947.0, 9014.0, 8961.0, 9018.0, 8966.0, 8984.0, 8965.0, 8966.0, 9001.0, 8953.0, 9013.0, 8951.0, 9019.0, 8966.0, 9004.0, 8945.0, 8987.0, 8933.0, 8943.0, 8990.0, 8917.0, 8992.0, 8927.0, 8996.0, 8924.0, 8971.0, 8919.0, 8936.0, 8964.0, 8932.0, 9011.0, 8929.0, 8984.0, 8963.0, 8990.0, 8956.0, 8949.0, 8953.0, 8940.0, 9001.0, 8952.0, 9002.0, 8950.0, 8988.0, 8948.0, 8994.0, 8967.0, 8960.0, 9015.0, 8954.0, 9031.0, 8937.0, 9013.0, 8970.0, 9007.0, 8948.0, 8981.0, 8943.0, 8935.0, 9013.0, 8939.0, 9002.0, 8948.0, 9001.0, 8943.0, 8988.0, 8942.0, 8964.0, 8986.0, 8955.0, 9013.0, 8919.0, 8996.0, 8927.0, 8996.0, 8944.0, 8959.0, 8980.0, 8929.0, 9009.0, 8911.0, 8995.0, 8932.0, 8983.0, 8940.0, 8930.0, 8936.0, 8936.0, 8994.0, 8934.0, 9013.0, 8937.0, 9006.0, 8929.0, 8990.0, 8924.0, 8951.0, 8999.0, 8930.0, 9009.0, 8913.0, 8994.0, 8927.0, 8986.0, 8960.0, 8949.0, 8964.0, 8933.0, 9008.0, 8928.0, 8983.0, 8948.0, 8981.0, 8944.0, 8943.0, 8981.0, 8935.0, 8998.0, 8954.0, 8987.0, 8947.0, 8974.0, 8958.0, 8966.0, 8974.0, 8979.0, 9032.0, 8954.0, 9001.0, 8949.0, 9007.0, 8960.0, 8985.0, 8985.0, 8965.0, 9011.0, 8931.0, 9013.0, 8928.0, 9005.0, 8942.0, 8963.0, 8981.0, 8932.0, 9009.0, 8915.0, 8995.0, 8930.0, 8988.0, 8943.0, 8947.0, 8940.0, 8939.0, 9013.0, 8953.0, 9000.0, 8934.0, 9002.0, 8932.0, 8977.0, 8944.0, 8954.0, 9019.0, 8952.0, 9013.0, 8918.0, 8998.0, 8926.0, 8989.0, 8941.0, 8951.0, 8993.0, 8932.0, 9000.0, 8925.0, 8994.0, 8947.0, 8960.0, 8938.0, 8919.0, 8975.0, 8929.0, 8996.0, 8951.0, 8989.0, 8947.0, 8966.0, 8959.0, 8939.0, 9011.0, 8938.0, 9017.0, 8950.0, 9008.0, 8948.0, 8978.0, 8944.0, 8952.0, 9018.0, 8938.0, 9013.0, 8931.0, 9004.0, 8926.0, 8975.0, 8942.0, 8936.0, 9009.0, 8935.0, 9009.0, 8928.0, 8999.0, 8950.0, 8978.0, 8959.0, 8954.0, 8962.0, 8959.0, 9020.0, 8992.0, 9012.0, 8975.0, 9014.0, 8975.0, 9020.0, 8994.0, 8998.0, 9043.0, 9009.0, 9057.0, 8963.0, 9058.0, 8993.0, 9035.0, 8971.0, 9003.0, 8989.0, 8970.0, 9035.0, 8956.0, 9023.0, 8951.0, 9021.0, 8950.0, 8999.0, 8969.0, 8956.0, 9017.0, 8952.0, 9031.0, 8937.0, 9017.0, 8950.0, 9005.0, 8949.0, 8979.0, 8943.0, 8939.0, 8998.0, 8919.0, 9016.0, 8933.0, 9001.0, 8915.0, 8989.0, 8923.0, 8933.0, 9013.0, 8919.0, 8998.0, 8930.0, 8998.0, 8928.0, 8975.0, 8948.0, 8956.0, 8971.0, 8954.0, 9015.0, 8938.0, 9002.0, 8954.0, 9008.0, 8948.0, 8953.0, 8985.0, 8934.0, 9012.0, 8932.0, 9015.0, 8929.0, 9002.0, 8925.0, 8931.0, 8980.0, 8921.0, 8994.0, 8913.0, 8980.0, 8925.0, 8971.0, 8943.0, 8937.0, 8995.0, 8923.0, 8997.0, 8932.0, 8987.0, 8948.0, 8965.0, 8944.0, 8941.0, 9014.0, 8922.0, 9010.0, 8935.0, 9005.0, 8952.0, 8968.0, 8942.0, 8934.0, 9025.0, 8935.0, 9020.0, 8968.0, 9012.0, 8948.0, 8986.0, 9004.0, 8942.0, 9035.0, 8956.0, 9020.0, 8963.0, 8992.0, 8943.0, 8966.0, 9032.0, 8938.0, 9020.0, 8948.0, 9007.0, 8943.0, 8962.0, 9000.0, 8937.0, 9014.0, 8920.0, 9001.0, 8928.0, 8977.0, 8945.0, 8942.0, 9014.0, 8918.0, 8999.0, 8917.0, 9014.0, 8950.0, 8982.0, 8944.0, 8957.0, 9000.0, 8938.0, 9019.0, 8941.0, 9007.0, 8936.0, 8979.0, 8943.0, 8955.0, 9002.0, 8958.0, 9019.0, 8924.0, 9022.0, 8946.0, 8980.0, 8944.0, 8953.0, 9013.0, 8933.0, 9014.0, 8919.0, 9002.0, 8953.0, 8977.0, 8983.0, 8933.0, 9009.0, 8900.0, 8995.0, 8927.0, 8984.0, 8947.0, 8958.0, 8973.0, 8941.0, 9006.0, 8957.0, 9007.0, 8973.0, 9002.0, 8956.0, 9002.0, 8977.0, 8974.0, 9051.0, 8957.0, 9036.0, 8979.0, 9009.0, 8960.0, 8995.0, 8947.0, 8942.0, 9017.0, 8923.0, 9018.0, 8940.0, 9022.0, 8955.0, 8994.0, 8948.0, 8954.0, 8971.0, 8937.0, 9029.0, 8941.0, 9002.0, 8934.0, 8992.0, 8929.0, 8965.0, 8969.0, 8940.0, 9013.0, 8921.0, 9015.0, 8932.0, 9005.0, 8950.0, 8966.0, 8969.0, 8948.0, 9011.0, 8918.0, 9012.0, 8934.0, 8990.0, 8950.0, 8967.0, 8957.0, 8933.0, 9011.0, 8902.0, 9008.0, 8919.0, 9000.0, 8942.0, 8976.0, 8924.0, 8946.0, 8995.0, 8924.0, 8995.0, 8918.0, 8998.0, 8942.0, 8977.0, 8947.0, 8958.0, 9004.0, 8966.0, 9031.0, 8939.0, 9016.0, 8953.0, 9010.0, 8948.0, 8968.0, 9013.0, 8935.0, 9029.0, 8927.0, 9021.0, 8946.0, 8991.0, 8927.0, 8960.0, 8947.0, 8968.0, 8954.0, 8955.0, 8948.0, 9002.0, 9031.0, 8938.0, 9023.0, 8972.0, 8976.0, 8926.0, 8944.0, 9008.0, 8901.0, 9006.0, 8898.0, 8996.0, 8903.0, 8926.0, 8956.0, 8893.0, 8988.0, 8898.0, 8980.0, 8910.0, 8955.0, 8922.0, 8930.0, 8964.0, 8921.0, 8981.0, 8917.0, 8971.0, 8931.0, 8963.0, 8947.0, 8958.0, 8991.0, 8970.0, 9019.0, 8925.0, 9022.0, 8937.0, 9011.0, 8946.0, 8981.0, 9010.0, 8945.0, 9012.0, 8913.0, 9002.0, 8970.0, 8971.0, 8933.0, 8918.0, 9004.0, 8900.0, 8997.0, 8920.0, 8987.0, 8930.0, 8949.0, 8941.0, 8935.0, 9015.0, 8928.0, 9006.0, 8938.0, 8996.0, 8933.0, 8952.0, 9018.0, 8943.0, 9021.0, 8934.0, 9005.0, 8944.0, 8991.0, 8964.0, 8955.0, 9029.0, 8934.0, 9015.0, 8929.0, 9005.0, 8946.0, 8951.0, 8945.0, 8951.0, 8973.0, 9023.0, 8976.0, 8973.0, 9016.0, 8938.0, 9018.0, 8920.0, 9004.0, 8952.0, 8971.0, 8999.0, 8950.0, 9013.0, 8914.0, 8999.0, 8917.0, 8976.0, 8926.0, 8934.0, 9005.0, 8913.0, 9005.0, 8916.0, 8999.0, 8930.0, 8963.0, 8966.0, 8934.0, 9010.0, 8920.0, 9001.0, 8935.0, 8990.0, 8914.0, 8953.0, 9010.0, 8922.0, 9013.0, 8922.0, 9007.0, 8948.0, 8995.0, 8944.0, 8948.0, 8990.0, 8955.0, 8964.0, 8986.0, 9032.0, 8956.0, 9027.0, 8976.0, 8969.0, 8945.0, 8935.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.0002415632183908046</td></tr>
<tr><td colspan=3>aqi</td><td>0.0202540108045977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.12810143215182</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2797217706559265</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9810303658342925</td></tr>
<tr><td colspan=3>efc</td><td>0.4438</td></tr>
<tr><td colspan=3>fber</td><td>7583.4414</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07257640293462861</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.578784606627996</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.564378484314998</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.83683093236468</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3351444032043105</td></tr>
<tr><td colspan=3>gcor</td><td>0.00656787</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02144174464046955</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01897658221423626</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.3968163813553276</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>37.7258</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8643</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.8202</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.5116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.679</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.9301</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3246.6046</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.1911</td></tr>
<tr><td colspan=3>tsnr</td><td>41.655387077946216</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>