ds005256-mriqc/sub-0091_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00:37 +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-0091_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0091_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-01/func/sub-0091_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ac9b412c64be5086b23b4853c1a8cf2a</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>21:35:6.992500</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.999706, 0.0201503, 0.0134922, -0.0157047, 0.961902, -0.272942]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11903</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>23</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7679, -7291, 548, -78, -162, -93, 64]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.136</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a16334a-ac98-4057-b93c-9d2d9d5516c4||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.682137966156006, -0.042134467512369156, 0.0498906709253788, 112.83476257324219], [-0.05406179279088974, 2.580713987350464, -0.7361533045768738, -68.29856872558594], [0.03619856387376785, 0.7322821617126465, 2.597227096557617, -118.1077880859375], [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': ['213506.992500', '213507.452500', '213507.912500', '213508.372500', '213508.832500', '213509.292500', '213509.752500', '213510.212500', '213510.672500', '213511.132500', '213511.592500', '213512.052500', '213512.512500', '213512.972500', '213513.432500', '213513.892500', '213514.352500', '213514.812500', '213515.272500', '213515.732500', '213516.192500', '213516.652500', '213517.112500', '213517.572500', '213518.032500', '213518.492500', '213518.952500', '213519.412500', '213519.872500', '213520.332500', '213520.792500', '213521.252500', '213521.712500', '213522.172500', '213522.632500', '213523.092500', '213523.552500', '213524.012500', '213524.472500', '213524.932500', '213525.392500', '213525.852500', '213526.312500', '213526.772500', '213527.232500', '213527.692500', '213528.152500', '213528.612500', '213529.072500', '213529.532500', '213529.992500', '213530.452500', '213530.912500', '213531.372500', '213531.832500', '213532.292500', '213532.752500', '213533.212500', '213533.672500', '213534.132500', '213534.592500', '213535.052500', '213535.512500', '213535.972500', '213536.432500', '213536.892500', '213537.352500', '213537.812500', '213538.272500', '213538.732500', '213539.192500', '213539.652500', '213540.112500', '213540.572500', '213541.032500', '213541.492500', '213541.952500', '213542.412500', '213542.872500', '213543.332500', '213543.792500', '213544.252500', '213544.712500', '213545.172500', '213545.632500', '213546.092500', '213546.552500', '213547.012500', '213547.472500', '213547.932500', '213548.392500', '213548.852500', '213549.312500', '213549.772500', '213550.232500', '213550.692500', '213551.152500', '213551.612500', '213552.072500', '213552.532500', '213552.992500', '213553.452500', '213553.912500', '213554.372500', '213554.832500', '213555.292500', '213555.752500', '213556.212500', '213556.672500', '213557.132500', '213557.592500', '213558.052500', '213558.512500', '213558.972500', '213559.432500', '213559.892500', '213600.352500', '213600.812500', '213601.272500', '213601.732500', '213602.192500', '213602.652500', '213603.112500', '213603.572500', '213604.032500', '213604.492500', '213604.952500', '213605.412500', '213605.872500', '213606.332500', '213606.792500', '213607.252500', '213607.712500', '213608.172500', '213608.632500', '213609.092500', '213609.552500', '213610.012500', '213610.472500', '213610.932500', '213611.392500', '213611.852500', '213612.312500', '213612.772500', '213613.232500', '213613.692500', '213614.152500', '213614.612500', '213615.072500', '213615.532500', '213615.992500', '213616.452500', '213616.912500', '213617.372500', '213617.832500', '213618.292500', '213618.752500', '213619.212500', '213619.672500', '213620.132500', '213620.592500', '213621.052500', '213621.512500', '213621.972500', '213622.432500', '213622.892500', '213623.352500', '213623.812500', '213624.272500', '213624.732500', '213625.192500', '213625.652500', '213626.112500', '213626.572500', '213627.032500', '213627.492500', '213627.952500', '213628.412500', '213628.872500', '213629.332500', '213629.792500', '213630.252500', '213630.712500', '213631.172500', '213631.632500', '213632.092500', '213632.552500', '213633.012500', '213633.472500', '213633.932500', '213634.392500', '213634.852500', '213635.312500', '213635.772500', '213636.232500', '213636.692500', '213637.152500', '213637.612500', '213638.072500', '213638.532500', '213638.992500', '213639.452500', '213639.912500', '213640.372500', '213640.832500', '213641.292500', '213641.752500', '213642.212500', '213642.672500', '213643.132500', '213643.592500', '213644.052500', '213644.512500', '213644.972500', '213645.432500', '213645.892500', '213646.352500', '213646.812500', '213647.272500', '213647.732500', '213648.192500', '213648.652500', '213649.112500', '213649.572500', '213650.032500', '213650.492500', '213650.952500', '213651.412500', '213651.872500', '213652.332500', '213652.792500', '213653.252500', '213653.712500', '213654.172500', '213654.632500', '213655.092500', '213655.552500', '213656.012500', '213656.472500', '213656.932500', '213657.392500', '213657.852500', '213658.312500', '213658.772500', '213659.232500', '213659.692500', '213700.152500', '213700.612500', '213701.072500', '213701.532500', '213701.992500', '213702.452500', '213702.912500', '213703.372500', '213703.832500', '213704.292500', '213704.752500', '213705.212500', '213705.672500', '213706.132500', '213706.592500', '213707.052500', '213707.512500', '213707.972500', '213708.432500', '213708.892500', '213709.352500', '213709.812500', '213710.272500', '213710.732500', '213711.192500', '213711.652500', '213712.112500', '213712.572500', '213713.032500', '213713.492500', '213713.952500', '213714.412500', '213714.872500', '213715.332500', '213715.792500', '213716.252500', '213716.712500', '213717.172500', '213717.632500', '213718.092500', '213718.552500', '213719.012500', '213719.472500', '213719.932500', '213720.392500', '213720.852500', '213721.312500', '213721.772500', '213722.232500', '213722.692500', '213723.152500', '213723.612500', '213724.072500', '213724.532500', '213724.992500', '213725.452500', '213725.912500', '213726.372500', '213726.832500', '213727.292500', '213727.752500', '213728.212500', '213728.672500', '213729.132500', '213729.592500', '213730.052500', '213730.512500', '213730.972500', '213731.432500', '213731.892500', '213732.352500', '213732.812500', '213733.272500', '213733.732500', '213734.192500', '213734.652500', '213735.112500', '213735.572500', '213736.032500', '213736.492500', '213736.952500', '213737.412500', '213737.872500', '213738.332500', '213738.792500', '213739.252500', '213739.712500', '213740.172500', '213740.632500', '213741.092500', '213741.552500', '213742.012500', '213742.472500', '213742.932500', '213743.392500', '213743.852500', '213744.312500', '213744.772500', '213745.232500', '213745.692500', '213746.152500', '213746.612500', '213747.072500', '213747.532500', '213747.992500', '213748.452500', '213748.912500', '213749.372500', '213749.832500', '213750.292500', '213750.752500', '213751.212500', '213751.672500', '213752.132500', '213752.592500', '213753.052500', '213753.512500', '213753.972500', '213754.432500', '213754.892500', '213755.352500', '213755.812500', '213756.272500', '213756.732500', '213757.192500', '213757.652500', '213758.112500', '213758.572500', '213759.032500', '213759.492500', '213759.952500', '213800.412500', '213800.872500', '213801.332500', '213801.792500', '213802.252500', '213802.712500', '213803.172500', '213803.632500', '213804.092500', '213804.552500', '213805.012500', '213805.472500', '213805.932500', '213806.392500', '213806.852500', '213807.312500', '213807.772500', '213808.232500', '213808.692500', '213809.152500', '213809.612500', '213810.072500', '213810.532500', '213810.992500', '213811.452500', '213811.912500', '213812.372500', '213812.832500', '213813.292500', '213813.752500', '213814.212500', '213814.672500', '213815.132500', '213815.592500', '213816.052500', '213816.512500', '213816.972500', '213817.432500', '213817.892500', '213818.352500', '213818.812500', '213819.272500', '213819.732500', '213820.192500', '213820.652500', '213821.112500', '213821.572500', '213822.032500', '213822.492500', '213822.952500', '213823.412500', '213823.872500', '213824.332500', '213824.792500', '213825.252500', '213825.712500', '213826.172500', '213826.632500', '213827.092500', '213827.552500', '213828.012500', '213828.472500', '213828.932500', '213829.392500', '213829.852500', '213830.312500', '213830.772500', '213831.232500', '213831.692500', '213832.152500', '213832.612500', '213833.072500', '213833.532500', '213833.992500', '213834.452500', '213834.912500', '213835.372500', '213835.832500', '213836.292500', '213836.752500', '213837.212500', '213837.672500', '213838.132500', '213838.592500', '213839.052500', '213839.512500', '213839.972500', '213840.432500', '213840.892500', '213841.352500', '213841.812500', '213842.272500', '213842.732500', '213843.192500', '213843.652500', '213844.112500', '213844.572500', '213845.032500', '213845.492500', '213845.952500', '213846.412500', '213846.872500', '213847.332500', '213847.792500', '213848.252500', '213848.712500', '213849.172500', '213849.632500', '213850.092500', '213850.552500', '213851.012500', '213851.472500', '213851.932500', '213852.392500', '213852.852500', '213853.312500', '213853.772500', '213854.232500', '213854.692500', '213855.152500', '213855.612500', '213856.072500', '213856.532500', '213856.992500', '213857.452500', '213857.912500', '213858.372500', '213858.832500', '213859.292500', '213859.752500', '213900.212500', '213900.672500', '213901.132500', '213901.592500', '213902.052500', '213902.512500', '213902.972500', '213903.432500', '213903.892500', '213904.352500', '213904.812500', '213905.272500', '213905.732500', '213906.192500', '213906.652500', '213907.112500', '213907.572500', '213908.032500', '213908.492500', '213908.952500', '213909.412500', '213909.872500', '213910.332500', '213910.792500', '213911.252500', '213911.712500', '213912.172500', '213912.632500', '213913.092500', '213913.552500', '213914.012500', '213914.472500', '213914.932500', '213915.392500', '213915.852500', '213916.312500', '213916.772500', '213917.232500', '213917.692500', '213918.152500', '213918.612500', '213919.072500', '213919.532500', '213919.992500', '213920.452500', '213920.912500', '213921.372500', '213921.832500', '213922.292500', '213922.752500', '213923.212500', '213923.672500', '213924.132500', '213924.592500', '213925.052500', '213925.512500', '213925.972500', '213926.432500', '213926.892500', '213927.352500', '213927.812500', '213928.272500', '213928.732500', '213929.192500', '213929.652500', '213930.112500', '213930.572500', '213931.032500', '213931.492500', '213931.952500', '213932.412500', '213932.872500', '213933.332500', '213933.792500', '213934.252500', '213934.712500', '213935.172500', '213935.632500', '213936.092500', '213936.552500', '213937.012500', '213937.472500', '213937.932500', '213938.392500', '213938.852500', '213939.312500', '213939.772500', '213940.232500', '213940.692500', '213941.152500', '213941.612500', '213942.072500', '213942.532500', '213942.992500', '213943.452500', '213943.912500', '213944.372500', '213944.832500', '213945.292500', '213945.752500', '213946.212500', '213946.672500', '213947.132500', '213947.592500', '213948.052500', '213948.512500', '213948.972500', '213949.432500', '213949.892500', '213950.352500', '213950.812500', '213951.272500', '213951.732500', '213952.192500', '213952.652500', '213953.112500', '213953.572500', '213954.032500', '213954.492500', '213954.952500', '213955.412500', '213955.872500', '213956.332500', '213956.792500', '213957.252500', '213957.712500', '213958.172500', '213958.632500', '213959.092500', '213959.552500', '214000.012500', '214000.472500', '214000.932500', '214001.392500', '214001.852500', '214002.312500', '214002.772500', '214003.232500', '214003.692500', '214004.152500', '214004.612500', '214005.072500', '214005.532500', '214005.992500', '214006.452500', '214006.912500', '214007.372500', '214007.832500', '214008.292500', '214008.752500', '214009.212500', '214009.672500', '214010.132500', '214010.592500', '214011.052500', '214011.512500', '214011.972500', '214012.432500', '214012.892500', '214013.352500', '214013.812500', '214014.272500', '214014.732500', '214015.192500', '214015.652500', '214016.112500', '214016.572500', '214017.032500', '214017.492500', '214017.952500', '214018.412500', '214018.872500', '214019.332500', '214019.792500', '214020.252500', '214020.712500', '214021.172500', '214021.632500', '214022.092500', '214022.552500', '214023.012500', '214023.472500', '214023.932500', '214024.392500', '214024.852500', '214025.312500', '214025.772500', '214026.232500', '214026.692500', '214027.152500', '214027.612500', '214028.072500', '214028.532500', '214028.992500', '214029.452500', '214029.912500', '214030.372500', '214030.832500', '214031.292500', '214031.752500', '214032.212500', '214032.672500', '214033.132500', '214033.592500', '214034.052500', '214034.512500', '214034.972500', '214035.432500', '214035.892500', '214036.352500', '214036.812500', '214037.272500', '214037.732500', '214038.192500', '214038.652500', '214039.112500', '214039.572500', '214040.032500', '214040.492500', '214040.952500', '214041.412500', '214041.872500', '214042.332500', '214042.792500', '214043.252500', '214043.712500', '214044.172500', '214044.632500', '214045.092500', '214045.552500', '214046.012500', '214046.472500', '214046.932500', '214047.392500', '214047.852500', '214048.312500', '214048.772500', '214049.232500', '214049.692500', '214050.152500', '214050.612500', '214051.072500', '214051.532500', '214051.992500', '214052.452500', '214052.912500', '214053.372500', '214053.832500', '214054.292500', '214054.752500', '214055.212500', '214055.672500', '214056.132500', '214056.592500', '214057.052500', '214057.512500', '214057.972500', '214058.432500', '214058.892500', '214059.352500', '214059.812500', '214100.272500', '214100.732500', '214101.192500', '214101.652500', '214102.112500', '214102.572500', '214103.032500', '214103.492500', '214103.952500', '214104.412500', '214104.872500', '214105.332500', '214105.792500', '214106.252500', '214106.712500', '214107.172500', '214107.632500', '214108.092500', '214108.552500', '214109.012500', '214109.472500', '214109.932500', '214110.392500', '214110.852500', '214111.312500', '214111.772500', '214112.232500', '214112.692500', '214113.152500', '214113.612500', '214114.072500', '214114.532500', '214114.992500', '214115.452500', '214115.912500', '214116.372500', '214116.832500', '214117.292500', '214117.752500', '214118.212500', '214118.672500', '214119.132500', '214119.592500', '214120.052500', '214120.512500', '214120.972500', '214121.432500', '214121.892500', '214122.352500', '214122.812500', '214123.272500', '214123.732500', '214124.192500', '214124.652500', '214125.112500', '214125.572500', '214126.032500', '214126.492500', '214126.952500', '214127.412500', '214127.872500', '214128.332500', '214128.792500', '214129.252500', '214129.712500', '214130.172500', '214130.632500', '214131.092500', '214131.552500', '214132.012500', '214132.472500', '214132.932500', '214133.392500', '214133.852500', '214134.312500', '214134.772500', '214135.232500', '214135.692500', '214136.152500', '214136.612500', '214137.072500', '214137.532500', '214137.992500', '214138.452500', '214138.912500', '214139.372500', '214139.832500', '214140.292500', '214140.752500', '214141.212500', '214141.672500', '214142.132500', '214142.592500', '214143.052500', '214143.512500', '214143.972500', '214144.432500', '214144.892500', '214145.352500', '214145.812500', '214146.272500', '214146.732500', '214147.192500', '214147.652500'], 'ContentTime': ['213531.840000', '213531.843000', '213531.846000', '213531.848000', '213531.851000', '213531.853000', '213531.856000', '213531.859000', '213531.861000', '213531.864000', '213531.867000', '213531.869000', '213531.872000', '213531.874000', '213531.877000', '213531.880000', '213531.882000', '213531.885000', '213531.888000', '213531.890000', '213531.893000', '213531.895000', '213531.898000', '213531.901000', '213531.903000', '213531.906000', '213531.909000', '213531.911000', '213531.914000', '213531.916000', '213531.919000', '213531.922000', '213531.924000', '213531.932000', '213531.935000', '213531.938000', '213531.940000', '213531.943000', '213531.945000', '213531.948000', '213531.951000', '213531.953000', '213531.956000', '213531.958000', '213531.961000', '213531.964000', '213531.966000', '213531.969000', '213531.971000', '213531.974000', '213531.977000', '213551.785000', '213551.787000', '213551.790000', '213551.793000', '213551.796000', '213551.798000', '213551.886000', '213551.889000', '213551.892000', '213551.894000', '213551.897000', '213551.900000', '213551.902000', '213551.905000', '213551.907000', '213551.910000', '213551.913000', '213551.915000', '213551.918000', '213551.921000', '213551.923000', '213551.926000', '213551.928000', '213551.931000', '213551.934000', '213551.936000', '213551.939000', '213551.941000', '213551.944000', '213551.947000', '213551.949000', '213551.955000', '213551.958000', '213551.960000', '213551.963000', '213551.966000', '213551.968000', '213551.971000', '213551.974000', '213551.976000', '213551.979000', '213551.981000', '213551.984000', '213611.785000', '213611.788000', '213611.790000', '213611.793000', '213611.796000', '213611.799000', '213611.801000', '213611.804000', '213611.806000', '213611.809000', '213611.812000', '213611.814000', '213611.817000', '213611.819000', '213611.822000', '213611.825000', '213611.827000', '213611.830000', '213611.855000', '213611.857000', '213611.860000', '213611.863000', '213611.871000', '213611.874000', '213611.876000', '213611.879000', '213611.882000', '213611.884000', '213611.887000', '213611.890000', '213611.892000', '213611.895000', '213611.897000', '213611.900000', '213611.903000', '213611.905000', '213611.908000', '213611.911000', '213611.913000', '213611.916000', '213611.918000', '213611.921000', '213611.924000', '213611.926000', '213631.784000', '213631.786000', '213631.789000', '213631.792000', '213631.795000', '213631.797000', '213631.800000', '213631.803000', '213631.805000', '213631.808000', '213631.810000', '213631.817000', '213631.820000', '213631.822000', '213631.825000', '213631.828000', '213631.830000', '213631.833000', '213631.836000', '213631.838000', '213631.841000', '213631.844000', '213631.846000', '213631.849000', '213631.851000', '213631.854000', '213631.857000', '213631.859000', '213631.862000', '213631.865000', '213631.867000', '213631.876000', '213631.878000', '213631.881000', '213631.883000', '213631.886000', '213631.889000', '213631.891000', '213631.894000', '213631.897000', '213631.899000', '213631.902000', '213631.905000', '213651.783000', '213651.786000', '213651.789000', '213651.791000', '213651.794000', '213651.797000', '213651.799000', '213651.802000', '213651.805000', '213651.807000', '213651.810000', '213651.812000', '213651.815000', '213651.818000', '213651.821000', '213651.823000', '213651.826000', '213651.829000', '213651.831000', '213651.834000', '213651.837000', '213651.839000', '213651.842000', '213651.844000', '213651.847000', '213651.850000', '213651.852000', '213651.855000', '213651.857000', '213651.860000', '213651.863000', '213651.865000', '213651.868000', '213651.871000', '213651.873000', '213651.876000', '213651.880000', '213651.882000', '213651.885000', '213651.887000', '213651.890000', '213651.893000', '213651.895000', '213651.898000', '213711.785000', '213711.788000', '213711.790000', '213711.793000', '213711.796000', '213711.798000', '213711.801000', '213711.804000', '213711.806000', '213711.809000', '213711.812000', '213711.814000', '213711.817000', '213711.819000', '213711.822000', '213711.825000', '213711.828000', '213711.830000', '213711.833000', '213711.836000', '213711.838000', '213711.841000', '213711.844000', '213711.846000', '213711.855000', '213711.858000', '213711.860000', '213711.863000', '213711.865000', '213711.868000', '213711.871000', '213711.874000', '213711.877000', '213711.879000', '213711.882000', '213711.885000', '213711.888000', '213711.890000', '213711.893000', '213711.895000', '213711.898000', '213711.901000', '213711.903000', '213731.785000', '213731.787000', '213731.790000', '213731.793000', '213731.796000', '213731.799000', '213731.833000', '213731.836000', '213731.838000', '213731.841000', '213731.844000', '213731.846000', '213731.849000', '213731.851000', '213731.854000', '213731.857000', '213731.859000', '213731.862000', '213731.865000', '213731.867000', '213731.870000', '213731.873000', '213731.875000', '213731.878000', '213731.881000', '213731.883000', '213731.886000', '213731.889000', '213731.891000', '213731.894000', '213731.897000', '213731.899000', '213731.902000', '213731.905000', '213731.907000', '213731.910000', '213731.912000', '213731.915000', '213731.918000', '213731.920000', '213731.923000', '213731.926000', '213731.928000', '213731.931000', '213751.785000', '213751.788000', '213751.791000', '213751.793000', '213751.796000', '213751.799000', '213751.801000', '213751.804000', '213751.806000', '213751.809000', '213751.812000', '213751.814000', '213751.817000', '213751.829000', '213751.831000', '213751.834000', '213751.837000', '213751.839000', '213751.842000', '213751.845000', '213751.847000', '213751.850000', '213751.853000', '213751.855000', '213751.858000', '213751.861000', '213751.863000', '213751.866000', '213751.869000', '213751.871000', '213751.874000', '213751.877000', '213751.879000', '213751.882000', '213751.884000', '213751.887000', '213751.890000', '213751.892000', '213751.895000', '213751.897000', '213751.900000', '213751.903000', '213751.906000', '213811.784000', '213811.787000', '213811.790000', '213811.793000', '213811.795000', '213811.798000', '213811.801000', '213811.804000', '213811.806000', '213811.809000', '213811.812000', '213811.814000', '213811.817000', '213811.819000', '213811.822000', '213811.825000', '213811.827000', '213811.830000', '213811.833000', '213811.835000', '213811.838000', '213811.841000', '213811.843000', '213811.846000', '213811.848000', '213811.851000', '213811.854000', '213811.856000', '213811.859000', '213811.862000', '213811.864000', '213811.867000', '213811.870000', '213811.872000', '213811.875000', '213811.877000', '213811.880000', '213811.883000', '213811.885000', '213811.888000', '213811.891000', '213811.893000', '213811.896000', '213811.899000', '213831.785000', '213831.787000', '213831.790000', '213831.793000', '213831.796000', '213831.798000', '213831.846000', '213831.849000', '213831.851000', '213831.854000', '213831.856000', '213831.859000', '213831.862000', '213831.864000', '213831.867000', '213831.870000', '213831.872000', '213831.875000', '213831.877000', '213831.880000', '213831.883000', '213831.885000', '213831.888000', '213831.891000', '213831.893000', '213831.896000', '213831.899000', '213831.901000', '213831.904000', '213831.907000', '213831.909000', '213831.912000', '213831.914000', '213831.917000', '213831.920000', '213831.922000', '213831.925000', '213831.928000', '213831.930000', '213831.933000', '213831.936000', '213831.939000', '213831.942000', '213851.783000', '213851.786000', '213851.789000', '213851.792000', '213851.794000', '213851.797000', '213851.800000', '213851.802000', '213851.805000', '213851.808000', '213851.810000', '213851.813000', '213851.815000', '213851.818000', '213851.821000', '213851.823000', '213851.826000', '213851.829000', '213851.832000', '213851.835000', '213851.837000', '213851.840000', '213851.843000', '213851.845000', '213851.848000', '213851.851000', '213851.854000', '213851.856000', '213851.859000', '213851.861000', '213851.864000', '213851.867000', '213851.869000', '213851.872000', '213851.875000', '213851.877000', '213851.880000', '213851.882000', '213851.885000', '213851.888000', '213851.890000', '213851.893000', '213851.896000', '213851.898000', '213911.783000', '213911.786000', '213911.789000', '213911.792000', '213911.794000', '213911.797000', '213911.818000', '213911.821000', '213911.823000', '213911.826000', '213911.829000', '213911.831000', '213911.834000', '213911.837000', '213911.839000', '213911.842000', '213911.845000', '213911.847000', '213911.850000', '213911.852000', '213911.855000', '213911.858000', '213911.860000', '213911.863000', '213911.866000', '213911.868000', '213911.871000', '213911.874000', '213911.876000', '213911.879000', '213911.882000', '213911.884000', '213911.887000', '213911.896000', '213911.898000', '213911.901000', '213911.903000', '213911.906000', '213911.917000', '213911.920000', '213911.923000', '213911.925000', '213911.928000', '213931.785000', '213931.787000', '213931.790000', '213931.793000', '213931.795000', '213931.798000', '213931.824000', '213931.826000', '213931.829000', '213931.832000', '213931.834000', '213931.837000', '213931.840000', '213931.842000', '213931.845000', '213931.847000', '213931.850000', '213931.853000', '213931.855000', '213931.858000', '213931.861000', '213931.863000', '213931.866000', '213931.869000', '213931.871000', '213931.874000', '213931.876000', '213931.879000', '213931.882000', '213931.885000', '213931.887000', '213931.890000', '213931.892000', '213931.895000', '213931.898000', '213931.900000', '213931.903000', '213931.906000', '213931.908000', '213931.911000', '213931.914000', '213931.916000', '213931.919000', '213931.921000', '213951.784000', '213951.787000', '213951.790000', '213951.793000', '213951.795000', '213951.798000', '213951.830000', '213951.833000', '213951.835000', '213951.838000', '213951.841000', '213951.843000', '213951.846000', '213951.848000', '213951.851000', '213951.854000', '213951.856000', '213951.859000', '213951.862000', '213951.864000', '213951.867000', '213951.870000', '213951.872000', '213951.875000', '213951.877000', '213951.880000', '213951.883000', '213951.886000', '213951.888000', '213951.891000', '213951.894000', '213951.896000', '213951.899000', '213951.902000', '213951.904000', '213951.907000', '213951.910000', '213951.912000', '213951.915000', '213951.918000', '213951.920000', '213951.923000', '213951.925000', '214011.784000', '214011.789000', '214011.792000', '214011.794000', '214011.797000', '214011.865000', '214011.867000', '214011.870000', '214011.873000', '214011.875000', '214011.878000', '214011.881000', '214011.883000', '214011.886000', '214011.888000', '214011.891000', '214011.894000', '214011.896000', '214011.899000', '214011.902000', '214011.904000', '214011.907000', '214011.910000', '214011.912000', '214011.915000', '214011.918000', '214011.920000', '214011.923000', '214011.926000', '214011.928000', '214011.931000', '214011.934000', '214011.936000', '214011.939000', '214011.941000', '214011.944000', '214011.947000', '214011.949000', '214011.952000', '214011.955000', '214011.957000', '214011.960000', '214011.963000', '214011.965000', '214031.785000', '214031.788000', '214031.791000', '214031.793000', '214031.796000', '214031.799000', '214031.840000', '214031.843000', '214031.846000', '214031.848000', '214031.851000', '214031.853000', '214031.856000', '214031.859000', '214031.861000', '214031.864000', '214031.866000', '214031.869000', '214031.872000', '214031.874000', '214031.877000', '214031.880000', '214031.882000', '214031.885000', '214031.888000', '214031.890000', '214031.893000', '214031.896000', '214031.898000', '214031.901000', '214031.904000', '214031.906000', '214031.909000', '214031.912000', '214031.914000', '214031.917000', '214031.919000', '214031.922000', '214031.925000', '214031.927000', '214031.930000', '214031.933000', '214031.935000', '214051.784000', '214051.787000', '214051.790000', '214051.793000', '214051.796000', '214051.799000', '214051.817000', '214051.820000', '214051.822000', '214051.825000', '214051.828000', '214051.830000', '214051.833000', '214051.836000', '214051.838000', '214051.841000', '214051.844000', '214051.846000', '214051.849000', '214051.852000', '214051.854000', '214051.857000', '214051.860000', '214051.862000', '214051.865000', '214051.868000', '214051.870000', '214051.873000', '214051.876000', '214051.878000', '214051.881000', '214051.884000', '214051.886000', '214051.890000', '214051.893000', '214051.896000', '214051.899000', '214051.901000', '214051.904000', '214051.907000', '214051.909000', '214051.912000', '214051.915000', '214111.784000', '214111.787000', '214111.790000', '214111.792000', '214111.795000', '214111.859000', '214111.862000', '214111.864000', '214111.867000', '214111.870000', '214111.872000', '214111.875000', '214111.877000', '214111.880000', '214111.883000', '214111.885000', '214111.888000', '214111.890000', '214111.893000', '214111.896000', '214111.898000', '214111.901000', '214111.904000', '214111.906000', '214111.909000', '214111.912000', '214111.914000', '214111.917000', '214111.919000', '214111.922000', '214111.925000', '214111.927000', '214111.930000', '214111.933000', '214111.935000', '214111.938000', '214111.941000', '214111.943000', '214111.946000', '214111.949000', '214111.951000', '214111.954000', '214111.957000', '214111.959000', '214131.784000', '214131.787000', '214131.791000', '214131.793000', '214131.796000', '214131.799000', '214131.854000', '214131.857000', '214131.860000', '214131.863000', '214131.865000', '214131.868000', '214131.870000', '214131.873000', '214131.876000', '214131.878000', '214131.881000', '214131.883000', '214131.886000', '214131.889000', '214131.891000', '214131.894000', '214131.897000', '214131.899000', '214131.902000', '214131.905000', '214131.907000', '214131.910000', '214131.912000', '214131.915000', '214131.918000', '214131.921000', '214131.923000', '214131.926000', '214131.928000', '214131.931000', '214131.934000', '214131.936000', '214131.939000', '214131.942000', '214131.944000', '214131.947000', '214131.950000', '214149.282000', '214149.285000', '214149.288000', '214149.290000', '214149.293000', '214149.295000', '214149.298000', '214149.301000', '214149.303000', '214149.306000', '214149.309000', '214149.311000', '214149.314000', '214149.318000', '214149.320000', '214149.323000', '214149.326000', '214149.328000', '214149.331000', '214149.334000', '214149.336000', '214149.339000', '214149.341000', '214149.344000', '214149.347000', '214149.349000', '214149.352000', '214149.355000', '214149.357000', '214149.360000', '214149.363000', '214149.365000', '214149.368000', '214149.370000', '214149.373000', '214149.376000', '214149.378000', '214149.381000', '214149.384000'], 'InstanceCreationTime': ['213531.840000', '213531.843000', '213531.846000', '213531.848000', '213531.851000', '213531.853000', '213531.856000', '213531.859000', '213531.861000', '213531.864000', '213531.867000', '213531.869000', '213531.872000', '213531.874000', '213531.877000', '213531.880000', '213531.882000', '213531.885000', '213531.888000', '213531.890000', '213531.893000', '213531.895000', '213531.898000', '213531.901000', '213531.903000', '213531.906000', '213531.909000', '213531.911000', '213531.914000', '213531.916000', '213531.919000', '213531.922000', '213531.924000', '213531.932000', '213531.935000', '213531.938000', '213531.940000', '213531.943000', '213531.945000', '213531.948000', '213531.951000', '213531.953000', '213531.956000', '213531.958000', '213531.961000', '213531.964000', '213531.966000', '213531.969000', '213531.971000', '213531.974000', '213531.977000', '213551.785000', '213551.787000', '213551.790000', '213551.793000', '213551.796000', '213551.798000', '213551.886000', '213551.889000', '213551.892000', '213551.894000', '213551.897000', '213551.900000', '213551.902000', '213551.905000', '213551.907000', '213551.910000', '213551.913000', '213551.915000', '213551.918000', '213551.921000', '213551.923000', '213551.926000', '213551.928000', '213551.931000', '213551.934000', '213551.936000', '213551.939000', '213551.941000', '213551.944000', '213551.947000', '213551.949000', '213551.955000', '213551.958000', '213551.960000', '213551.963000', '213551.966000', '213551.968000', '213551.971000', '213551.974000', '213551.976000', '213551.979000', '213551.981000', '213551.984000', '213611.785000', '213611.788000', '213611.790000', '213611.793000', '213611.796000', '213611.799000', '213611.801000', '213611.804000', '213611.806000', '213611.809000', '213611.812000', '213611.814000', '213611.817000', '213611.819000', '213611.822000', '213611.825000', '213611.827000', '213611.830000', '213611.855000', '213611.857000', '213611.860000', '213611.863000', '213611.871000', '213611.874000', '213611.876000', '213611.879000', '213611.882000', '213611.884000', '213611.887000', '213611.890000', '213611.892000', '213611.895000', '213611.897000', '213611.900000', '213611.903000', '213611.905000', '213611.908000', '213611.911000', '213611.913000', '213611.916000', '213611.918000', '213611.921000', '213611.924000', '213611.926000', '213631.784000', '213631.786000', '213631.789000', '213631.792000', '213631.795000', '213631.797000', '213631.800000', '213631.803000', '213631.805000', '213631.808000', '213631.810000', '213631.817000', '213631.820000', '213631.822000', '213631.825000', '213631.828000', '213631.830000', '213631.833000', '213631.836000', '213631.838000', '213631.841000', '213631.844000', '213631.846000', '213631.849000', '213631.851000', '213631.854000', '213631.857000', '213631.859000', '213631.862000', '213631.865000', '213631.867000', '213631.876000', '213631.878000', '213631.881000', '213631.883000', '213631.886000', '213631.889000', '213631.891000', '213631.894000', '213631.897000', '213631.899000', '213631.902000', '213631.905000', '213651.783000', '213651.786000', '213651.789000', '213651.791000', '213651.794000', '213651.797000', '213651.799000', '213651.802000', '213651.805000', '213651.807000', '213651.810000', '213651.812000', '213651.815000', '213651.818000', '213651.821000', '213651.823000', '213651.826000', '213651.829000', '213651.831000', '213651.834000', '213651.837000', '213651.839000', '213651.842000', '213651.844000', '213651.847000', '213651.850000', '213651.852000', '213651.855000', '213651.857000', '213651.860000', '213651.863000', '213651.865000', '213651.868000', '213651.871000', '213651.873000', '213651.876000', '213651.880000', '213651.882000', '213651.885000', '213651.887000', '213651.890000', '213651.893000', '213651.895000', '213651.898000', '213711.785000', '213711.788000', '213711.790000', '213711.793000', '213711.796000', '213711.798000', '213711.801000', '213711.804000', '213711.806000', '213711.809000', '213711.812000', '213711.814000', '213711.817000', '213711.819000', '213711.822000', '213711.825000', '213711.828000', '213711.830000', '213711.833000', '213711.836000', '213711.838000', '213711.841000', '213711.844000', '213711.846000', '213711.855000', '213711.858000', '213711.860000', '213711.863000', '213711.865000', '213711.868000', '213711.871000', '213711.874000', '213711.877000', '213711.879000', '213711.882000', '213711.885000', '213711.888000', '213711.890000', '213711.893000', '213711.895000', '213711.898000', '213711.901000', '213711.903000', '213731.785000', '213731.787000', '213731.790000', '213731.793000', '213731.796000', '213731.799000', '213731.833000', '213731.836000', '213731.838000', '213731.841000', '213731.844000', '213731.846000', '213731.849000', '213731.851000', '213731.854000', '213731.857000', '213731.859000', '213731.862000', '213731.865000', '213731.867000', '213731.870000', '213731.873000', '213731.875000', '213731.878000', '213731.881000', '213731.883000', '213731.886000', '213731.889000', '213731.891000', '213731.894000', '213731.897000', '213731.899000', '213731.902000', '213731.905000', '213731.907000', '213731.910000', '213731.912000', '213731.915000', '213731.918000', '213731.920000', '213731.923000', '213731.926000', '213731.928000', '213731.931000', '213751.785000', '213751.788000', '213751.791000', '213751.793000', '213751.796000', '213751.799000', '213751.801000', '213751.804000', '213751.806000', '213751.809000', '213751.812000', '213751.814000', '213751.817000', '213751.829000', '213751.831000', '213751.834000', '213751.837000', '213751.839000', '213751.842000', '213751.845000', '213751.847000', '213751.850000', '213751.853000', '213751.855000', '213751.858000', '213751.861000', '213751.863000', '213751.866000', '213751.869000', '213751.871000', '213751.874000', '213751.877000', '213751.879000', '213751.882000', '213751.884000', '213751.887000', '213751.890000', '213751.892000', '213751.895000', '213751.897000', '213751.900000', '213751.903000', '213751.906000', '213811.784000', '213811.787000', '213811.790000', '213811.793000', '213811.795000', '213811.798000', '213811.801000', '213811.804000', '213811.806000', '213811.809000', '213811.812000', '213811.814000', '213811.817000', '213811.819000', '213811.822000', '213811.825000', '213811.827000', '213811.830000', '213811.833000', '213811.835000', '213811.838000', '213811.841000', '213811.843000', '213811.846000', '213811.848000', '213811.851000', '213811.854000', '213811.856000', '213811.859000', '213811.862000', '213811.864000', '213811.867000', '213811.870000', '213811.872000', '213811.875000', '213811.877000', '213811.880000', '213811.883000', '213811.885000', '213811.888000', '213811.891000', '213811.893000', '213811.896000', '213811.899000', '213831.785000', '213831.787000', '213831.790000', '213831.793000', '213831.796000', '213831.798000', '213831.846000', '213831.849000', '213831.851000', '213831.854000', '213831.856000', '213831.859000', '213831.862000', '213831.864000', '213831.867000', '213831.870000', '213831.872000', '213831.875000', '213831.877000', '213831.880000', '213831.883000', '213831.885000', '213831.888000', '213831.891000', '213831.893000', '213831.896000', '213831.899000', '213831.901000', '213831.904000', '213831.907000', '213831.909000', '213831.912000', '213831.914000', '213831.917000', '213831.920000', '213831.922000', '213831.925000', '213831.928000', '213831.930000', '213831.933000', '213831.936000', '213831.939000', '213831.942000', '213851.783000', '213851.786000', '213851.789000', '213851.792000', '213851.794000', '213851.797000', '213851.800000', '213851.802000', '213851.805000', '213851.808000', '213851.810000', '213851.813000', '213851.815000', '213851.818000', '213851.821000', '213851.823000', '213851.826000', '213851.829000', '213851.832000', '213851.835000', '213851.837000', '213851.840000', '213851.843000', '213851.845000', '213851.848000', '213851.851000', '213851.854000', '213851.856000', '213851.859000', '213851.861000', '213851.864000', '213851.867000', '213851.869000', '213851.872000', '213851.875000', '213851.877000', '213851.880000', '213851.882000', '213851.885000', '213851.888000', '213851.890000', '213851.893000', '213851.896000', '213851.898000', '213911.783000', '213911.786000', '213911.789000', '213911.792000', '213911.794000', '213911.797000', '213911.818000', '213911.821000', '213911.823000', '213911.826000', '213911.829000', '213911.831000', '213911.834000', '213911.837000', '213911.839000', '213911.842000', '213911.845000', '213911.847000', '213911.850000', '213911.852000', '213911.855000', '213911.858000', '213911.860000', '213911.863000', '213911.866000', '213911.868000', '213911.871000', '213911.874000', '213911.876000', '213911.879000', '213911.882000', '213911.884000', '213911.887000', '213911.896000', '213911.898000', '213911.901000', '213911.903000', '213911.906000', '213911.917000', '213911.920000', '213911.923000', '213911.925000', '213911.928000', '213931.785000', '213931.787000', '213931.790000', '213931.793000', '213931.795000', '213931.798000', '213931.824000', '213931.826000', '213931.829000', '213931.832000', '213931.834000', '213931.837000', '213931.840000', '213931.842000', '213931.845000', '213931.847000', '213931.850000', '213931.853000', '213931.855000', '213931.858000', '213931.861000', '213931.863000', '213931.866000', '213931.869000', '213931.871000', '213931.874000', '213931.876000', '213931.879000', '213931.882000', '213931.885000', '213931.887000', '213931.890000', '213931.892000', '213931.895000', '213931.898000', '213931.900000', '213931.903000', '213931.906000', '213931.908000', '213931.911000', '213931.914000', '213931.916000', '213931.919000', '213931.921000', '213951.784000', '213951.787000', '213951.790000', '213951.793000', '213951.795000', '213951.798000', '213951.830000', '213951.833000', '213951.835000', '213951.838000', '213951.841000', '213951.843000', '213951.846000', '213951.848000', '213951.851000', '213951.854000', '213951.856000', '213951.859000', '213951.862000', '213951.864000', '213951.867000', '213951.870000', '213951.872000', '213951.875000', '213951.877000', '213951.880000', '213951.883000', '213951.886000', '213951.888000', '213951.891000', '213951.894000', '213951.896000', '213951.899000', '213951.902000', '213951.904000', '213951.907000', '213951.910000', '213951.912000', '213951.915000', '213951.918000', '213951.920000', '213951.923000', '213951.925000', '214011.784000', '214011.789000', '214011.792000', '214011.794000', '214011.797000', '214011.865000', '214011.867000', '214011.870000', '214011.873000', '214011.875000', '214011.878000', '214011.881000', '214011.883000', '214011.886000', '214011.888000', '214011.891000', '214011.894000', '214011.896000', '214011.899000', '214011.902000', '214011.904000', '214011.907000', '214011.910000', '214011.912000', '214011.915000', '214011.918000', '214011.920000', '214011.923000', '214011.926000', '214011.928000', '214011.931000', '214011.934000', '214011.936000', '214011.939000', '214011.941000', '214011.944000', '214011.947000', '214011.949000', '214011.952000', '214011.955000', '214011.957000', '214011.960000', '214011.963000', '214011.965000', '214031.785000', '214031.788000', '214031.791000', '214031.793000', '214031.796000', '214031.799000', '214031.840000', '214031.843000', '214031.846000', '214031.848000', '214031.851000', '214031.853000', '214031.856000', '214031.859000', '214031.861000', '214031.864000', '214031.866000', '214031.869000', '214031.872000', '214031.874000', '214031.877000', '214031.880000', '214031.882000', '214031.885000', '214031.888000', '214031.890000', '214031.893000', '214031.896000', '214031.898000', '214031.901000', '214031.904000', '214031.906000', '214031.909000', '214031.912000', '214031.914000', '214031.917000', '214031.919000', '214031.922000', '214031.925000', '214031.927000', '214031.930000', '214031.933000', '214031.935000', '214051.784000', '214051.787000', '214051.790000', '214051.793000', '214051.796000', '214051.799000', '214051.817000', '214051.820000', '214051.822000', '214051.825000', '214051.828000', '214051.830000', '214051.833000', '214051.836000', '214051.838000', '214051.841000', '214051.844000', '214051.846000', '214051.849000', '214051.852000', '214051.854000', '214051.857000', '214051.860000', '214051.862000', '214051.865000', '214051.868000', '214051.870000', '214051.873000', '214051.876000', '214051.878000', '214051.881000', '214051.884000', '214051.886000', '214051.890000', '214051.893000', '214051.896000', '214051.899000', '214051.901000', '214051.904000', '214051.907000', '214051.909000', '214051.912000', '214051.915000', '214111.784000', '214111.787000', '214111.790000', '214111.792000', '214111.795000', '214111.859000', '214111.862000', '214111.864000', '214111.867000', '214111.870000', '214111.872000', '214111.875000', '214111.877000', '214111.880000', '214111.883000', '214111.885000', '214111.888000', '214111.890000', '214111.893000', '214111.896000', '214111.898000', '214111.901000', '214111.904000', '214111.906000', '214111.909000', '214111.912000', '214111.914000', '214111.917000', '214111.919000', '214111.922000', '214111.925000', '214111.927000', '214111.930000', '214111.933000', '214111.935000', '214111.938000', '214111.941000', '214111.943000', '214111.946000', '214111.949000', '214111.951000', '214111.954000', '214111.957000', '214111.959000', '214131.784000', '214131.787000', '214131.791000', '214131.793000', '214131.796000', '214131.799000', '214131.854000', '214131.857000', '214131.860000', '214131.863000', '214131.865000', '214131.868000', '214131.870000', '214131.873000', '214131.876000', '214131.878000', '214131.881000', '214131.883000', '214131.886000', '214131.889000', '214131.891000', '214131.894000', '214131.897000', '214131.899000', '214131.902000', '214131.905000', '214131.907000', '214131.910000', '214131.912000', '214131.915000', '214131.918000', '214131.921000', '214131.923000', '214131.926000', '214131.928000', '214131.931000', '214131.934000', '214131.936000', '214131.939000', '214131.942000', '214131.944000', '214131.947000', '214131.950000', '214149.282000', '214149.285000', '214149.288000', '214149.290000', '214149.293000', '214149.295000', '214149.298000', '214149.301000', '214149.303000', '214149.306000', '214149.309000', '214149.311000', '214149.314000', '214149.318000', '214149.320000', '214149.323000', '214149.326000', '214149.328000', '214149.331000', '214149.334000', '214149.336000', '214149.339000', '214149.341000', '214149.344000', '214149.347000', '214149.349000', '214149.352000', '214149.355000', '214149.357000', '214149.360000', '214149.363000', '214149.365000', '214149.368000', '214149.370000', '214149.373000', '214149.376000', '214149.378000', '214149.381000', '214149.384000'], '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': [12090, 8127, 12638, 9849, 11666, 10300, 8238, 11150, 7187, 11656, 8316, 12051, 9535, 9239, 9657, 9662, 10765, 7068, 11886, 6997, 6893, 8293, 7457, 10059, 9358, 8132, 11130, 9604, 9006, 9896, 7292, 11971, 8313, 9803, 10821, 7606, 11661, 7680, 11031, 9125, 9471, 10674, 8355, 10468, 6920, 10654, 7217, 10608, 7038, 11107, 7758, 7146, 8744, 7548, 9620, 7468, 10424, 7350, 11208, 7058, 11376, 9657, 10878, 10143, 8290, 9916, 6920, 10994, 7678, 12047, 7473, 11768, 8464, 9850, 10917, 8319, 11107, 7106, 11626, 7023, 12115, 10459, 11049, 10641, 8128, 9862, 8139, 10168, 7187, 11457, 8060, 10086, 8889, 8390, 10496, 8457, 10843, 7345, 12030, 7765, 11193, 10834, 10876, 10765, 7405, 10016, 7328, 10912, 7358, 12002, 10005, 10995, 9369, 7555, 9640, 7273, 10326, 6964, 8937, 7412, 7438, 8345, 7204, 10060, 6984, 11314, 7948, 9589, 8412, 7469, 9533, 8069, 11109, 7953, 11601, 7485, 11327, 8851, 12157, 10602, 11504, 9457, 10778, 10536, 9858, 11107, 7770, 11366, 7605, 11043, 7439, 10968, 8374, 7349, 8920, 7510, 9303, 6856, 10453, 8148, 11654, 7528, 12025, 8140, 11010, 9013, 11417, 10501, 7516, 9900, 7653, 9831, 7002, 10219, 7043, 11046, 7475, 10370, 7710, 10837, 9070, 8920, 8926, 8600, 9273, 8375, 10640, 9138, 11662, 8966, 7371, 8972, 6844, 10246, 7853, 10783, 8695, 8615, 9784, 6722, 11435, 9328, 11600, 8602, 11729, 8679, 10490, 10179, 8875, 10390, 7626, 11425, 8144, 11324, 10044, 10628, 10412, 8166, 9643, 8284, 10676, 7813, 10923, 9319, 7951, 9276, 7985, 10384, 8203, 12308, 8180, 12117, 8679, 10987, 8264, 9816, 10616, 8417, 10505, 7585, 10614, 8367, 10926, 9747, 8173, 9064, 7824, 9337, 7978, 10239, 8042, 10271, 8967, 8238, 8884, 6894, 10140, 7642, 10934, 8203, 11870, 8761, 10063, 9266, 9426, 10957, 7839, 10600, 8035, 10430, 8078, 16132, 12705, 9366, 8115, 7044, 8691, 6931, 11108, 8327, 11419, 9634, 7359, 11496, 8678, 12349, 8620, 7315, 9414, 6924, 10643, 8064, 7461, 8586, 8229, 9662, 7939, 9544, 9801, 7349, 10383, 8257, 11040, 8264, 10904, 10618, 8217, 9579, 7564, 10947, 7979, 11127, 8291, 11024, 8826, 11780, 8725, 11754, 10891, 7914, 9688, 7930, 9826, 7933, 10275, 9872, 9511, 9127, 7874, 9643, 7519, 10261, 8020, 11201, 8380, 8168, 8579, 8239, 9122, 7245, 10555, 8992, 11562, 7746, 11411, 8184, 10734, 8004, 9543, 9168, 8088, 9221, 8517, 9421, 8267, 10331, 9670, 9450, 8795, 8462, 9271, 7014, 10567, 7885, 11294, 8172, 10392, 8171, 7566, 8707, 7006, 9686, 7857, 9389, 7797, 8242, 8172, 7184, 10269, 7797, 10713, 8120, 10983, 8458, 10970, 10509, 11160, 10424, 8595, 9925, 8396, 10165, 7155, 10681, 7555, 11183, 7604, 11061, 8080, 10805, 8835, 8308, 9181, 6965, 10055, 7440, 9980, 7659, 10343, 8362, 7932, 9188, 7052, 10218, 8537, 11657, 8010, 11722, 8771, 11577, 8819, 12031, 10629, 8710, 9216, 8281, 9208, 7419, 10629, 7823, 11487, 8032, 8604, 8032, 7730, 8709, 7086, 10483, 7166, 10379, 8046, 10540, 7991, 10886, 8399, 11093, 8234, 7213, 8363, 7147, 8638, 7942, 8752, 8247, 8403, 7248, 9180, 9503, 7567, 9738, 8027, 10051, 8279, 11680, 8609, 11721, 7418, 11565, 7897, 11637, 8684, 12060, 8739, 11376, 8351, 7461, 8515, 7023, 9297, 7648, 9782, 7819, 9491, 7728, 8544, 8664, 8356, 10039, 7633, 10175, 7391, 10227, 8031, 10943, 8604, 12062, 7660, 10793, 8021, 10644, 8500, 10439, 9149, 9494, 9330, 8034, 9418, 8099, 9095, 7641, 9557, 7301, 9230, 8295, 9407, 7681, 10030, 8038, 9630, 9323, 7549, 9947, 7261, 9466, 7092, 10371, 7370, 10142, 7521, 10024, 7453, 10374, 7678, 10189, 8329, 7595, 9140, 8027, 9677, 7303, 10753, 8262, 10887, 8600, 10513, 10409, 11954, 10122, 12954, 10908, 9820, 9470, 7967, 12045, 6538, 11409, 7073, 9391, 7001, 7619, 7768, 6982, 8880, 6403, 8308, 6472, 7087, 7852, 6716, 8954, 6520, 9673, 7215, 8636, 9372, 7834, 10287, 7612, 11484, 7325, 10848, 7671, 11024, 9093, 12637, 13507, 18186, 10947, 8091, 7985, 8091, 10699, 9740, 8541, 8279, 7974, 9356, 8043, 9244, 9906, 7947, 8733, 8216, 7248, 9224, 7943, 7482, 8392, 7628, 9339, 8833, 8246, 10572, 8649, 7764, 10411, 8163, 11921, 8704, 7616, 9220, 7697, 9683, 7673, 6528, 7507, 7950, 9075, 7284, 9273, 8300, 8354, 8915, 8149, 9705, 8666, 10109, 9038, 10154, 8776, 10451, 8413, 12141, 9086, 10481, 8917, 9445, 10083, 8383, 10475, 8320, 11528, 7690, 10033, 7670, 9663, 8011, 9212, 8154, 8387, 8112, 7770, 8303, 7744, 8758, 6817, 9360, 8233, 10688, 8172, 9682, 8612, 9892, 8529, 9623, 8561, 8657, 8522, 8157, 8774, 8327, 9815, 7937, 11205, 8083, 10072, 8325, 9898, 8639, 10964, 8864, 9943, 9207, 7920, 8253, 7885, 9676, 6821, 10901, 7827, 10275, 8192, 9519, 8422, 8414, 8618, 7689, 9908, 7384, 10310, 7265, 10681, 7853, 10464, 8300, 11150, 9161, 9013, 8215, 7903, 8745, 8153, 8239, 8074, 9705, 7058, 9225, 8387, 9474, 8075, 10212, 8078, 9162, 7028, 7993, 7923, 7180, 8771, 7425, 9849, 7868, 10042, 8129, 10803, 7866, 8878, 8467, 7373, 9742, 7731, 9808, 8265, 10084, 8304, 12053, 9302, 10968, 8298, 9315, 9449, 8663, 10072, 8450, 10624, 7870, 10815, 8004, 9910, 8025, 8418, 9657, 7043, 9656, 7902, 10665, 7933, 8997, 9483, 8537, 9570, 7662, 10163, 7973, 10584, 8076, 10844, 9669, 11035, 8164, 9219, 8645, 7220, 8565, 7692, 9239, 8687, 9348, 8179, 9258, 7871, 7586, 8221, 7691, 8886, 8112, 10106, 8155, 10371, 8178, 9592, 9759, 7954, 9249, 7303, 9726, 7934, 10918, 9745, 9949, 8656, 8286, 9035, 7787, 9961, 7956, 11840, 8472, 11102, 8609, 10084, 8503, 9442, 10295, 8690, 10336, 7804, 9842, 7867, 9797, 7947, 10742, 8358, 7744, 8511, 8191, 8915, 7043, 8874, 7843, 10306, 8456, 9626, 8288, 9918, 8118, 10113, 9649, 8497, 7968, 7910, 8048, 7210, 10050, 9112, 11913, 9626, 10138, 8073, 10968, 7582, 9918, 7905], 'WindowCenter': [4187.0, 4127.0, 4155.0, 4132.0, 4128.0, 4116.0, 4093.0, 4113.0, 4072.0, 4124.0, 4093.0, 4124.0, 4105.0, 4092.0, 4103.0, 4102.0, 4111.0, 4069.0, 4109.0, 4057.0, 4070.0, 4106.0, 4098.0, 4128.0, 4119.0, 4096.0, 4126.0, 4115.0, 4106.0, 4130.0, 4098.0, 4136.0, 4108.0, 4113.0, 4141.0, 4099.0, 4142.0, 4099.0, 4127.0, 4119.0, 4117.0, 4129.0, 4107.0, 4116.0, 4073.0, 4114.0, 4097.0, 4129.0, 4087.0, 4128.0, 4096.0, 4087.0, 4120.0, 4111.0, 4131.0, 4101.0, 4131.0, 4098.0, 4139.0, 4102.0, 4141.0, 4131.0, 4140.0, 4132.0, 4109.0, 4131.0, 4088.0, 4128.0, 4100.0, 4140.0, 4101.0, 4137.0, 4110.0, 4129.0, 4129.0, 4107.0, 4128.0, 4085.0, 4127.0, 4086.0, 4129.0, 4118.0, 4129.0, 4128.0, 4095.0, 4115.0, 4098.0, 4128.0, 4087.0, 4140.0, 4097.0, 4116.0, 4108.0, 4110.0, 4129.0, 4097.0, 4128.0, 4086.0, 4126.0, 4087.0, 4128.0, 4128.0, 4117.0, 4114.0, 4072.0, 4102.0, 4069.0, 4113.0, 4083.0, 4124.0, 4103.0, 4112.0, 4091.0, 4069.0, 4102.0, 4085.0, 4115.0, 4086.0, 4106.0, 4085.0, 4084.0, 4095.0, 4099.0, 4118.0, 4087.0, 4127.0, 4098.0, 4117.0, 4097.0, 4099.0, 4119.0, 4097.0, 4130.0, 4098.0, 4129.0, 4087.0, 4143.0, 4122.0, 4139.0, 4131.0, 4128.0, 4107.0, 4114.0, 4125.0, 4116.0, 4128.0, 4085.0, 4127.0, 4085.0, 4125.0, 4100.0, 4129.0, 4108.0, 4087.0, 4107.0, 4086.0, 4118.0, 4091.0, 4131.0, 4098.0, 4127.0, 4098.0, 4138.0, 4098.0, 4129.0, 4121.0, 4128.0, 4117.0, 4085.0, 4116.0, 4083.0, 4117.0, 4089.0, 4116.0, 4086.0, 4141.0, 4086.0, 4116.0, 4098.0, 4128.0, 4136.0, 4110.0, 4110.0, 4098.0, 4110.0, 4113.0, 4134.0, 4121.0, 4143.0, 4109.0, 4087.0, 4108.0, 4092.0, 4132.0, 4113.0, 4145.0, 4113.0, 4110.0, 4132.0, 4094.0, 4142.0, 4122.0, 4137.0, 4109.0, 4127.0, 4111.0, 4132.0, 4119.0, 4111.0, 4120.0, 4088.0, 4129.0, 4099.0, 4131.0, 4120.0, 4118.0, 4117.0, 4096.0, 4106.0, 4109.0, 4131.0, 4099.0, 4128.0, 4110.0, 4098.0, 4109.0, 4087.0, 4121.0, 4098.0, 4129.0, 4099.0, 4128.0, 4108.0, 4116.0, 4110.0, 4118.0, 4119.0, 4098.0, 4117.0, 4084.0, 4113.0, 4100.0, 4116.0, 4106.0, 4096.0, 4096.0, 4085.0, 4106.0, 4111.0, 4131.0, 4099.0, 4118.0, 4109.0, 4098.0, 4108.0, 4088.0, 4131.0, 4099.0, 4118.0, 4098.0, 4127.0, 4097.0, 4117.0, 4108.0, 4107.0, 4130.0, 4087.0, 4132.0, 4097.0, 4130.0, 4085.0, 4185.0, 4064.0, 4137.0, 4054.0, 4075.0, 4097.0, 4089.0, 4132.0, 4112.0, 4128.0, 4118.0, 4073.0, 4114.0, 4097.0, 4125.0, 4095.0, 4072.0, 4108.0, 4087.0, 4116.0, 4098.0, 4088.0, 4110.0, 4098.0, 4118.0, 4101.0, 4118.0, 4119.0, 4089.0, 4133.0, 4100.0, 4131.0, 4099.0, 4117.0, 4118.0, 4096.0, 4120.0, 4099.0, 4118.0, 4085.0, 4118.0, 4098.0, 4131.0, 4112.0, 4141.0, 4113.0, 4129.0, 4117.0, 4083.0, 4095.0, 4084.0, 4106.0, 4098.0, 4119.0, 4120.0, 4121.0, 4109.0, 4097.0, 4108.0, 4090.0, 4120.0, 4100.0, 4126.0, 4099.0, 4096.0, 4098.0, 4096.0, 4122.0, 4086.0, 4121.0, 4107.0, 4116.0, 4086.0, 4128.0, 4099.0, 4119.0, 4101.0, 4119.0, 4110.0, 4100.0, 4121.0, 4110.0, 4109.0, 4112.0, 4131.0, 4124.0, 4123.0, 4112.0, 4099.0, 4123.0, 4092.0, 4120.0, 4101.0, 4144.0, 4099.0, 4118.0, 4111.0, 4101.0, 4110.0, 4078.0, 4120.0, 4101.0, 4109.0, 4100.0, 4112.0, 4115.0, 4092.0, 4133.0, 4116.0, 4134.0, 4103.0, 4131.0, 4116.0, 4147.0, 4134.0, 4130.0, 4132.0, 4110.0, 4121.0, 4097.0, 4121.0, 4090.0, 4120.0, 4089.0, 4129.0, 4088.0, 4128.0, 4100.0, 4130.0, 4108.0, 4099.0, 4120.0, 4089.0, 4119.0, 4103.0, 4120.0, 4100.0, 4121.0, 4100.0, 4100.0, 4110.0, 4092.0, 4122.0, 4111.0, 4130.0, 4101.0, 4131.0, 4098.0, 4130.0, 4108.0, 4128.0, 4118.0, 4098.0, 4108.0, 4096.0, 4109.0, 4087.0, 4117.0, 4086.0, 4125.0, 4099.0, 4098.0, 4098.0, 4099.0, 4097.0, 4077.0, 4119.0, 4089.0, 4132.0, 4100.0, 4132.0, 4100.0, 4118.0, 4097.0, 4128.0, 4101.0, 4090.0, 4112.0, 4092.0, 4110.0, 4102.0, 4111.0, 4112.0, 4113.0, 4103.0, 4122.0, 4135.0, 4104.0, 4136.0, 4102.0, 4135.0, 4112.0, 4132.0, 4110.0, 4143.0, 4090.0, 4128.0, 4099.0, 4130.0, 4097.0, 4127.0, 4096.0, 4128.0, 4086.0, 4087.0, 4107.0, 4075.0, 4108.0, 4098.0, 4120.0, 4102.0, 4120.0, 4102.0, 4111.0, 4110.0, 4094.0, 4123.0, 4101.0, 4122.0, 4089.0, 4132.0, 4102.0, 4131.0, 4097.0, 4129.0, 4088.0, 4117.0, 4088.0, 4120.0, 4110.0, 4118.0, 4108.0, 4108.0, 4109.0, 4099.0, 4111.0, 4098.0, 4122.0, 4100.0, 4120.0, 4090.0, 4110.0, 4110.0, 4123.0, 4114.0, 4132.0, 4102.0, 4122.0, 4123.0, 4102.0, 4134.0, 4090.0, 4123.0, 4091.0, 4121.0, 4089.0, 4131.0, 4113.0, 4132.0, 4103.0, 4134.0, 4103.0, 4132.0, 4113.0, 4113.0, 4125.0, 4115.0, 4134.0, 4104.0, 4134.0, 4114.0, 4133.0, 4115.0, 4133.0, 4135.0, 4142.0, 4120.0, 4129.0, 4132.0, 4106.0, 4114.0, 4082.0, 4122.0, 4057.0, 4108.0, 4070.0, 4088.0, 4071.0, 4082.0, 4111.0, 4098.0, 4119.0, 4076.0, 4092.0, 4075.0, 4085.0, 4094.0, 4073.0, 4092.0, 4063.0, 4131.0, 4100.0, 4111.0, 4121.0, 4088.0, 4117.0, 4086.0, 4131.0, 4087.0, 4116.0, 4086.0, 4116.0, 4095.0, 4102.0, 4149.0, 4148.0, 4092.0, 4071.0, 4069.0, 4057.0, 4104.0, 4107.0, 4098.0, 4083.0, 4083.0, 4092.0, 4083.0, 4080.0, 4092.0, 4085.0, 4110.0, 4098.0, 4089.0, 4106.0, 4083.0, 4062.0, 4084.0, 4086.0, 4122.0, 4111.0, 4101.0, 4132.0, 4108.0, 4098.0, 4117.0, 4096.0, 4127.0, 4096.0, 4072.0, 4104.0, 4100.0, 4120.0, 4102.0, 4081.0, 4085.0, 4093.0, 4106.0, 4103.0, 4122.0, 4113.0, 4113.0, 4124.0, 4102.0, 4122.0, 4112.0, 4133.0, 4112.0, 4132.0, 4113.0, 4133.0, 4113.0, 4146.0, 4124.0, 4133.0, 4114.0, 4111.0, 4122.0, 4100.0, 4120.0, 4088.0, 4131.0, 4088.0, 4108.0, 4088.0, 4109.0, 4100.0, 4110.0, 4100.0, 4100.0, 4102.0, 4101.0, 4112.0, 4102.0, 4113.0, 4093.0, 4123.0, 4101.0, 4122.0, 4102.0, 4121.0, 4112.0, 4120.0, 4126.0, 4122.0, 4112.0, 4100.0, 4111.0, 4101.0, 4112.0, 4101.0, 4124.0, 4102.0, 4132.0, 4102.0, 4122.0, 4101.0, 4120.0, 4112.0, 4132.0, 4110.0, 4109.0, 4109.0, 4098.0, 4101.0, 4099.0, 4122.0, 4081.0, 4131.0, 4090.0, 4121.0, 4101.0, 4121.0, 4101.0, 4112.0, 4112.0, 4089.0, 4121.0, 4088.0, 4121.0, 4089.0, 4118.0, 4099.0, 4131.0, 4099.0, 4118.0, 4109.0, 4097.0, 4098.0, 4088.0, 4099.0, 4100.0, 4098.0, 4088.0, 4110.0, 4079.0, 4111.0, 4102.0, 4123.0, 4102.0, 4121.0, 4114.0, 4123.0, 4091.0, 4099.0, 4098.0, 4075.0, 4097.0, 4076.0, 4120.0, 4100.0, 4132.0, 4112.0, 4130.0, 4114.0, 4121.0, 4112.0, 4103.0, 4134.0, 4104.0, 4135.0, 4114.0, 4135.0, 4102.0, 4142.0, 4110.0, 4142.0, 4111.0, 4109.0, 4122.0, 4111.0, 4120.0, 4097.0, 4120.0, 4100.0, 4131.0, 4099.0, 4120.0, 4100.0, 4096.0, 4109.0, 4077.0, 4120.0, 4099.0, 4119.0, 4112.0, 4111.0, 4120.0, 4097.0, 4109.0, 4100.0, 4133.0, 4099.0, 4119.0, 4099.0, 4118.0, 4106.0, 4116.0, 4100.0, 4107.0, 4098.0, 4088.0, 4097.0, 4085.0, 4108.0, 4109.0, 4109.0, 4100.0, 4122.0, 4112.0, 4099.0, 4110.0, 4100.0, 4123.0, 4113.0, 4132.0, 4112.0, 4134.0, 4112.0, 4122.0, 4122.0, 4101.0, 4111.0, 4089.0, 4122.0, 4101.0, 4120.0, 4124.0, 4121.0, 4110.0, 4112.0, 4111.0, 4101.0, 4121.0, 4099.0, 4142.0, 4101.0, 4132.0, 4111.0, 4131.0, 4113.0, 4108.0, 4119.0, 4099.0, 4121.0, 4089.0, 4119.0, 4097.0, 4121.0, 4098.0, 4118.0, 4097.0, 4088.0, 4110.0, 4111.0, 4111.0, 4104.0, 4111.0, 4101.0, 4134.0, 4114.0, 4124.0, 4115.0, 4136.0, 4116.0, 4122.0, 4122.0, 4113.0, 4099.0, 4097.0, 4085.0, 4073.0, 4106.0, 4097.0, 4142.0, 4123.0, 4122.0, 4101.0, 4130.0, 4099.0, 4107.0, 4087.0], 'WindowWidth': [9278.0, 9182.0, 9213.0, 9174.0, 9161.0, 9141.0, 9106.0, 9134.0, 9078.0, 9148.0, 9106.0, 9147.0, 9125.0, 9101.0, 9118.0, 9117.0, 9127.0, 9071.0, 9119.0, 9047.0, 9070.0, 9129.0, 9123.0, 9163.0, 9150.0, 9114.0, 9154.0, 9139.0, 9129.0, 9167.0, 9123.0, 9169.0, 9135.0, 9138.0, 9185.0, 9123.0, 9183.0, 9122.0, 9160.0, 9151.0, 9145.0, 9164.0, 9133.0, 9143.0, 9081.0, 9138.0, 9120.0, 9167.0, 9107.0, 9161.0, 9118.0, 9105.0, 9157.0, 9147.0, 9172.0, 9132.0, 9170.0, 9124.0, 9179.0, 9137.0, 9184.0, 9169.0, 9182.0, 9174.0, 9137.0, 9169.0, 9110.0, 9163.0, 9126.0, 9181.0, 9129.0, 9173.0, 9143.0, 9164.0, 9164.0, 9132.0, 9162.0, 9100.0, 9156.0, 9102.0, 9161.0, 9146.0, 9163.0, 9161.0, 9113.0, 9139.0, 9122.0, 9163.0, 9107.0, 9180.0, 9119.0, 9143.0, 9136.0, 9141.0, 9163.0, 9117.0, 9162.0, 9103.0, 9154.0, 9104.0, 9163.0, 9159.0, 9142.0, 9138.0, 9075.0, 9117.0, 9068.0, 9133.0, 9097.0, 9149.0, 9120.0, 9127.0, 9100.0, 9068.0, 9118.0, 9099.0, 9136.0, 9105.0, 9130.0, 9099.0, 9097.0, 9115.0, 9126.0, 9149.0, 9104.0, 9159.0, 9120.0, 9144.0, 9117.0, 9125.0, 9153.0, 9119.0, 9165.0, 9121.0, 9163.0, 9105.0, 9188.0, 9159.0, 9179.0, 9169.0, 9158.0, 9129.0, 9135.0, 9157.0, 9140.0, 9160.0, 9100.0, 9157.0, 9098.0, 9153.0, 9126.0, 9163.0, 9133.0, 9104.0, 9132.0, 9100.0, 9149.0, 9117.0, 9169.0, 9120.0, 9159.0, 9121.0, 9173.0, 9118.0, 9164.0, 9154.0, 9157.0, 9142.0, 9100.0, 9139.0, 9092.0, 9145.0, 9110.0, 9142.0, 9103.0, 9180.0, 9105.0, 9141.0, 9122.0, 9163.0, 9186.0, 9138.0, 9134.0, 9115.0, 9138.0, 9148.0, 9177.0, 9154.0, 9188.0, 9136.0, 9104.0, 9132.0, 9120.0, 9172.0, 9148.0, 9190.0, 9146.0, 9136.0, 9170.0, 9122.0, 9187.0, 9159.0, 9177.0, 9135.0, 9156.0, 9143.0, 9169.0, 9148.0, 9139.0, 9153.0, 9105.0, 9160.0, 9123.0, 9169.0, 9150.0, 9143.0, 9143.0, 9111.0, 9125.0, 9135.0, 9168.0, 9121.0, 9160.0, 9138.0, 9117.0, 9134.0, 9102.0, 9154.0, 9120.0, 9163.0, 9121.0, 9160.0, 9133.0, 9138.0, 9137.0, 9145.0, 9148.0, 9119.0, 9142.0, 9093.0, 9135.0, 9122.0, 9141.0, 9127.0, 9112.0, 9113.0, 9098.0, 9127.0, 9142.0, 9168.0, 9122.0, 9145.0, 9136.0, 9119.0, 9131.0, 9107.0, 9169.0, 9121.0, 9148.0, 9119.0, 9155.0, 9116.0, 9143.0, 9132.0, 9127.0, 9167.0, 9104.0, 9169.0, 9116.0, 9164.0, 9091.0, 9265.0, 9039.0, 9187.0, 9034.0, 9085.0, 9113.0, 9107.0, 9170.0, 9142.0, 9156.0, 9144.0, 9075.0, 9133.0, 9116.0, 9149.0, 9108.0, 9075.0, 9130.0, 9102.0, 9139.0, 9120.0, 9105.0, 9136.0, 9118.0, 9146.0, 9127.0, 9145.0, 9146.0, 9107.0, 9171.0, 9123.0, 9168.0, 9123.0, 9142.0, 9145.0, 9112.0, 9153.0, 9124.0, 9144.0, 9096.0, 9142.0, 9118.0, 9167.0, 9141.0, 9180.0, 9145.0, 9162.0, 9141.0, 9089.0, 9105.0, 9093.0, 9126.0, 9118.0, 9148.0, 9151.0, 9151.0, 9133.0, 9115.0, 9130.0, 9111.0, 9151.0, 9121.0, 9158.0, 9119.0, 9111.0, 9115.0, 9112.0, 9155.0, 9105.0, 9153.0, 9128.0, 9138.0, 9098.0, 9156.0, 9121.0, 9145.0, 9126.0, 9148.0, 9138.0, 9124.0, 9154.0, 9137.0, 9137.0, 9144.0, 9167.0, 9160.0, 9159.0, 9142.0, 9120.0, 9158.0, 9116.0, 9150.0, 9125.0, 9187.0, 9121.0, 9143.0, 9139.0, 9129.0, 9137.0, 9090.0, 9150.0, 9125.0, 9136.0, 9125.0, 9141.0, 9154.0, 9119.0, 9174.0, 9154.0, 9176.0, 9131.0, 9167.0, 9152.0, 9197.0, 9174.0, 9163.0, 9168.0, 9137.0, 9154.0, 9114.0, 9153.0, 9109.0, 9151.0, 9106.0, 9160.0, 9103.0, 9158.0, 9122.0, 9163.0, 9131.0, 9119.0, 9152.0, 9107.0, 9148.0, 9135.0, 9150.0, 9123.0, 9152.0, 9123.0, 9121.0, 9137.0, 9116.0, 9157.0, 9136.0, 9165.0, 9124.0, 9166.0, 9118.0, 9164.0, 9132.0, 9155.0, 9144.0, 9116.0, 9130.0, 9111.0, 9133.0, 9101.0, 9141.0, 9097.0, 9148.0, 9121.0, 9117.0, 9119.0, 9121.0, 9117.0, 9087.0, 9148.0, 9109.0, 9169.0, 9122.0, 9168.0, 9123.0, 9144.0, 9114.0, 9157.0, 9124.0, 9106.0, 9141.0, 9113.0, 9136.0, 9127.0, 9140.0, 9144.0, 9147.0, 9135.0, 9157.0, 9179.0, 9135.0, 9181.0, 9128.0, 9178.0, 9140.0, 9169.0, 9134.0, 9186.0, 9108.0, 9158.0, 9121.0, 9161.0, 9113.0, 9156.0, 9111.0, 9155.0, 9097.0, 9102.0, 9128.0, 9082.0, 9131.0, 9118.0, 9152.0, 9130.0, 9149.0, 9133.0, 9139.0, 9136.0, 9112.0, 9158.0, 9127.0, 9156.0, 9106.0, 9170.0, 9129.0, 9166.0, 9114.0, 9161.0, 9103.0, 9140.0, 9103.0, 9150.0, 9137.0, 9143.0, 9131.0, 9129.0, 9135.0, 9120.0, 9138.0, 9119.0, 9156.0, 9123.0, 9152.0, 9109.0, 9137.0, 9137.0, 9157.0, 9149.0, 9169.0, 9129.0, 9153.0, 9157.0, 9127.0, 9175.0, 9111.0, 9158.0, 9112.0, 9153.0, 9109.0, 9166.0, 9148.0, 9170.0, 9135.0, 9176.0, 9132.0, 9168.0, 9147.0, 9147.0, 9164.0, 9152.0, 9177.0, 9133.0, 9174.0, 9149.0, 9172.0, 9149.0, 9169.0, 9177.0, 9183.0, 9151.0, 9159.0, 9168.0, 9127.0, 9141.0, 9094.0, 9144.0, 9051.0, 9115.0, 9071.0, 9094.0, 9078.0, 9092.0, 9146.0, 9125.0, 9150.0, 9090.0, 9106.0, 9088.0, 9099.0, 9111.0, 9079.0, 9104.0, 9066.0, 9171.0, 9125.0, 9142.0, 9157.0, 9104.0, 9142.0, 9099.0, 9166.0, 9101.0, 9141.0, 9098.0, 9140.0, 9108.0, 9110.0, 9201.0, 9189.0, 9099.0, 9067.0, 9062.0, 9041.0, 9115.0, 9123.0, 9115.0, 9090.0, 9090.0, 9100.0, 9089.0, 9076.0, 9098.0, 9098.0, 9139.0, 9119.0, 9110.0, 9127.0, 9090.0, 9057.0, 9090.0, 9098.0, 9157.0, 9141.0, 9128.0, 9171.0, 9134.0, 9123.0, 9146.0, 9117.0, 9157.0, 9112.0, 9075.0, 9122.0, 9123.0, 9155.0, 9132.0, 9101.0, 9101.0, 9107.0, 9129.0, 9137.0, 9158.0, 9144.0, 9146.0, 9160.0, 9128.0, 9157.0, 9144.0, 9173.0, 9143.0, 9171.0, 9147.0, 9176.0, 9145.0, 9195.0, 9163.0, 9171.0, 9146.0, 9137.0, 9152.0, 9120.0, 9148.0, 9100.0, 9164.0, 9102.0, 9131.0, 9103.0, 9134.0, 9123.0, 9137.0, 9122.0, 9122.0, 9127.0, 9126.0, 9143.0, 9127.0, 9145.0, 9121.0, 9159.0, 9126.0, 9155.0, 9127.0, 9153.0, 9142.0, 9151.0, 9166.0, 9157.0, 9140.0, 9123.0, 9140.0, 9126.0, 9142.0, 9128.0, 9161.0, 9129.0, 9169.0, 9129.0, 9155.0, 9127.0, 9150.0, 9142.0, 9170.0, 9135.0, 9134.0, 9134.0, 9119.0, 9127.0, 9120.0, 9156.0, 9100.0, 9166.0, 9111.0, 9153.0, 9128.0, 9154.0, 9126.0, 9144.0, 9142.0, 9106.0, 9154.0, 9105.0, 9154.0, 9107.0, 9145.0, 9121.0, 9167.0, 9120.0, 9144.0, 9131.0, 9115.0, 9117.0, 9105.0, 9121.0, 9123.0, 9120.0, 9103.0, 9138.0, 9095.0, 9142.0, 9129.0, 9160.0, 9131.0, 9152.0, 9150.0, 9162.0, 9117.0, 9120.0, 9117.0, 9083.0, 9114.0, 9084.0, 9150.0, 9124.0, 9172.0, 9144.0, 9165.0, 9149.0, 9155.0, 9144.0, 9134.0, 9179.0, 9138.0, 9180.0, 9149.0, 9179.0, 9129.0, 9184.0, 9137.0, 9186.0, 9141.0, 9133.0, 9156.0, 9139.0, 9149.0, 9116.0, 9152.0, 9125.0, 9169.0, 9123.0, 9151.0, 9124.0, 9115.0, 9134.0, 9091.0, 9150.0, 9123.0, 9148.0, 9146.0, 9141.0, 9150.0, 9116.0, 9135.0, 9124.0, 9173.0, 9122.0, 9149.0, 9123.0, 9146.0, 9127.0, 9139.0, 9124.0, 9129.0, 9117.0, 9104.0, 9114.0, 9096.0, 9131.0, 9134.0, 9134.0, 9122.0, 9157.0, 9142.0, 9121.0, 9138.0, 9124.0, 9159.0, 9147.0, 9171.0, 9145.0, 9178.0, 9143.0, 9154.0, 9155.0, 9126.0, 9138.0, 9105.0, 9158.0, 9127.0, 9150.0, 9164.0, 9152.0, 9138.0, 9143.0, 9140.0, 9129.0, 9153.0, 9121.0, 9184.0, 9127.0, 9171.0, 9139.0, 9168.0, 9147.0, 9133.0, 9147.0, 9118.0, 9153.0, 9107.0, 9148.0, 9116.0, 9152.0, 9118.0, 9145.0, 9116.0, 9103.0, 9138.0, 9140.0, 9139.0, 9135.0, 9141.0, 9127.0, 9176.0, 9149.0, 9162.0, 9150.0, 9182.0, 9153.0, 9156.0, 9154.0, 9148.0, 9119.0, 9117.0, 9096.0, 9076.0, 9125.0, 9114.0, 9184.0, 9156.0, 9155.0, 9124.0, 9162.0, 9121.0, 9127.0, 9100.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.005612954022988505</td></tr>
<tr><td colspan=3>aqi</td><td>0.04404474057471265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.86590354940161</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.223693424936709</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0637570744764098</td></tr>
<tr><td colspan=3>efc</td><td>0.5453</td></tr>
<tr><td colspan=3>fber</td><td>2575.3713</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19792619213643592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.44827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.36852032745527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.311155035806861</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.573413393190498</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2209925533684527</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723273</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013832362368702888</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.060882214456796646</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>4.679402130186209</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>19.8528</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.6973</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.1424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1084.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.7597</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.9716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3277.1384</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>721.4558</td></tr>
<tr><td colspan=3>tsnr</td><td>29.82712162192911</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>