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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0087_ses-03_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-0087_ses-03_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-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_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-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_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-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-03_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_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-0087/ses-03/func/sub-0087_ses-03_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>158a743173a38985913f6a7739c5a58d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:57:14.092500</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.999511, -0.0102699, 0.0295187, 0.00593134, 0.989637, 0.14347]</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.122656</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7773, -7219, 515, -17, -44, 50, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>abfa240a-d025-4fde-bc68-b598343fd4a2||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.6816163063049316, 0.0159133393317461, 0.08285287767648697, 110.96694946289062], [0.027553437277674675, 2.655123472213745, 0.3867069184780121, -102.455810546875], [0.07919660210609436, -0.3849194049835205, 2.6708786487579346, -31.893966674804688], [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': ['125714.092500', '125714.552500', '125715.012500', '125715.472500', '125715.932500', '125716.392500', '125716.852500', '125717.312500', '125717.772500', '125718.232500', '125718.692500', '125719.152500', '125719.612500', '125720.072500', '125720.532500', '125720.992500', '125721.452500', '125721.912500', '125722.372500', '125722.832500', '125723.292500', '125723.752500', '125724.212500', '125724.672500', '125725.132500', '125725.592500', '125726.052500', '125726.512500', '125726.972500', '125727.432500', '125727.892500', '125728.352500', '125728.812500', '125729.272500', '125729.732500', '125730.192500', '125730.652500', '125731.112500', '125731.572500', '125732.032500', '125732.492500', '125732.952500', '125733.412500', '125733.872500', '125734.332500', '125734.792500', '125735.252500', '125735.712500', '125736.172500', '125736.632500', '125737.092500', '125737.552500', '125738.012500', '125738.472500', '125738.932500', '125739.392500', '125739.852500', '125740.312500', '125740.772500', '125741.232500', '125741.692500', '125742.152500', '125742.612500', '125743.072500', '125743.532500', '125743.992500', '125744.452500', '125744.912500', '125745.372500', '125745.832500', '125746.292500', '125746.752500', '125747.212500', '125747.672500', '125748.132500', '125748.592500', '125749.052500', '125749.512500', '125749.972500', '125750.432500', '125750.892500', '125751.352500', '125751.812500', '125752.272500', '125752.732500', '125753.192500', '125753.652500', '125754.112500', '125754.572500', '125755.032500', '125755.492500', '125755.952500', '125756.412500', '125756.872500', '125757.332500', '125757.792500', '125758.252500', '125758.712500', '125759.172500', '125759.632500', '125800.092500', '125800.552500', '125801.012500', '125801.472500', '125801.932500', '125802.392500', '125802.852500', '125803.312500', '125803.772500', '125804.232500', '125804.692500', '125805.152500', '125805.612500', '125806.072500', '125806.532500', '125806.992500', '125807.452500', '125807.912500', '125808.372500', '125808.832500', '125809.292500', '125809.752500', '125810.212500', '125810.672500', '125811.132500', '125811.592500', '125812.052500', '125812.512500', '125812.972500', '125813.432500', '125813.892500', '125814.352500', '125814.812500', '125815.272500', '125815.732500', '125816.192500', '125816.652500', '125817.112500', '125817.572500', '125818.032500', '125818.492500', '125818.952500', '125819.412500', '125819.872500', '125820.332500', '125820.792500', '125821.252500', '125821.712500', '125822.172500', '125822.632500', '125823.092500', '125823.552500', '125824.012500', '125824.472500', '125824.932500', '125825.392500', '125825.852500', '125826.312500', '125826.772500', '125827.232500', '125827.692500', '125828.152500', '125828.612500', '125829.072500', '125829.532500', '125829.992500', '125830.452500', '125830.912500', '125831.372500', '125831.832500', '125832.292500', '125832.752500', '125833.212500', '125833.672500', '125834.132500', '125834.592500', '125835.052500', '125835.512500', '125835.972500', '125836.432500', '125836.892500', '125837.352500', '125837.812500', '125838.272500', '125838.732500', '125839.192500', '125839.652500', '125840.112500', '125840.572500', '125841.032500', '125841.492500', '125841.952500', '125842.412500', '125842.872500', '125843.332500', '125843.792500', '125844.252500', '125844.712500', '125845.172500', '125845.632500', '125846.092500', '125846.552500', '125847.012500', '125847.472500', '125847.932500', '125848.392500', '125848.852500', '125849.312500', '125849.772500', '125850.232500', '125850.692500', '125851.152500', '125851.612500', '125852.072500', '125852.532500', '125852.992500', '125853.452500', '125853.912500', '125854.372500', '125854.832500', '125855.292500', '125855.752500', '125856.212500', '125856.672500', '125857.132500', '125857.592500', '125858.052500', '125858.512500', '125858.972500', '125859.432500', '125859.892500', '125900.352500', '125900.812500', '125901.272500', '125901.732500', '125902.192500', '125902.652500', '125903.112500', '125903.572500', '125904.032500', '125904.492500', '125904.952500', '125905.412500', '125905.872500', '125906.332500', '125906.792500', '125907.252500', '125907.712500', '125908.172500', '125908.632500', '125909.092500', '125909.552500', '125910.012500', '125910.472500', '125910.932500', '125911.392500', '125911.852500', '125912.312500', '125912.772500', '125913.232500', '125913.692500', '125914.152500', '125914.612500', '125915.072500', '125915.532500', '125915.992500', '125916.452500', '125916.912500', '125917.372500', '125917.832500', '125918.292500', '125918.752500', '125919.212500', '125919.672500', '125920.132500', '125920.592500', '125921.052500', '125921.512500', '125921.972500', '125922.432500', '125922.892500', '125923.352500', '125923.812500', '125924.272500', '125924.732500', '125925.192500', '125925.652500', '125926.112500', '125926.572500', '125927.032500', '125927.492500', '125927.952500', '125928.412500', '125928.872500', '125929.332500', '125929.792500', '125930.252500', '125930.712500', '125931.172500', '125931.632500', '125932.092500', '125932.552500', '125933.012500', '125933.472500', '125933.932500', '125934.392500', '125934.852500', '125935.312500', '125935.772500', '125936.232500', '125936.692500', '125937.152500', '125937.612500', '125938.072500', '125938.532500', '125938.992500', '125939.452500', '125939.912500', '125940.372500', '125940.832500', '125941.292500', '125941.752500', '125942.212500', '125942.672500', '125943.132500', '125943.592500', '125944.052500', '125944.512500', '125944.972500', '125945.432500', '125945.892500', '125946.352500', '125946.812500', '125947.272500', '125947.732500', '125948.192500', '125948.652500', '125949.112500', '125949.572500', '125950.032500', '125950.492500', '125950.952500', '125951.412500', '125951.872500', '125952.332500', '125952.792500', '125953.252500', '125953.712500', '125954.172500', '125954.632500', '125955.092500', '125955.552500', '125956.012500', '125956.472500', '125956.932500', '125957.392500', '125957.852500', '125958.312500', '125958.772500', '125959.232500', '125959.692500', '130000.152500', '130000.612500', '130001.072500', '130001.532500', '130001.992500', '130002.452500', '130002.912500', '130003.372500', '130003.832500', '130004.292500', '130004.752500', '130005.212500', '130005.672500', '130006.132500', '130006.592500', '130007.052500', '130007.512500', '130007.972500', '130008.432500', '130008.892500', '130009.352500', '130009.812500', '130010.272500', '130010.732500', '130011.192500', '130011.652500', '130012.112500', '130012.572500', '130013.032500', '130013.492500', '130013.952500', '130014.412500', '130014.872500', '130015.332500', '130015.792500', '130016.252500', '130016.712500', '130017.172500', '130017.632500', '130018.092500', '130018.552500', '130019.012500', '130019.472500', '130019.932500', '130020.392500', '130020.852500', '130021.312500', '130021.772500', '130022.232500', '130022.692500', '130023.152500', '130023.612500', '130024.072500', '130024.532500', '130024.992500', '130025.452500', '130025.912500', '130026.372500', '130026.832500', '130027.292500', '130027.752500', '130028.212500', '130028.672500', '130029.132500', '130029.592500', '130030.052500', '130030.512500', '130030.972500', '130031.432500', '130031.892500', '130032.352500', '130032.812500', '130033.272500', '130033.732500', '130034.192500', '130034.652500', '130035.112500', '130035.572500', '130036.032500', '130036.492500', '130036.952500', '130037.412500', '130037.872500', '130038.332500', '130038.792500', '130039.252500', '130039.712500', '130040.172500', '130040.632500', '130041.092500', '130041.552500', '130042.012500', '130042.472500', '130042.932500', '130043.392500', '130043.852500', '130044.312500', '130044.772500', '130045.232500', '130045.692500', '130046.152500', '130046.612500', '130047.072500', '130047.532500', '130047.992500', '130048.452500', '130048.912500', '130049.372500', '130049.832500', '130050.292500', '130050.752500', '130051.212500', '130051.672500', '130052.132500', '130052.592500', '130053.052500', '130053.512500', '130053.972500', '130054.432500', '130054.892500', '130055.352500', '130055.812500', '130056.272500', '130056.732500', '130057.192500', '130057.652500', '130058.112500', '130058.572500', '130059.032500', '130059.492500', '130059.952500', '130100.412500', '130100.872500', '130101.332500', '130101.792500', '130102.252500', '130102.712500', '130103.172500', '130103.632500', '130104.092500', '130104.552500', '130105.012500', '130105.472500', '130105.932500', '130106.392500', '130106.852500', '130107.312500', '130107.772500', '130108.232500', '130108.692500', '130109.152500', '130109.612500', '130110.072500', '130110.532500', '130110.992500', '130111.452500', '130111.912500', '130112.372500', '130112.832500', '130113.292500', '130113.752500', '130114.212500', '130114.672500', '130115.132500', '130115.592500', '130116.052500', '130116.512500', '130116.972500', '130117.432500', '130117.892500', '130118.352500', '130118.812500', '130119.272500', '130119.732500', '130120.192500', '130120.652500', '130121.112500', '130121.572500', '130122.032500', '130122.492500', '130122.952500', '130123.412500', '130123.872500', '130124.332500', '130124.792500', '130125.252500', '130125.712500', '130126.172500', '130126.632500', '130127.092500', '130127.552500', '130128.012500', '130128.472500', '130128.932500', '130129.392500', '130129.852500', '130130.312500', '130130.772500', '130131.232500', '130131.692500', '130132.152500', '130132.612500', '130133.072500', '130133.532500', '130133.992500', '130134.452500', '130134.912500', '130135.372500', '130135.832500', '130136.292500', '130136.752500', '130137.212500', '130137.672500', '130138.132500', '130138.592500', '130139.052500', '130139.512500', '130139.972500', '130140.432500', '130140.892500', '130141.352500', '130141.812500', '130142.272500', '130142.732500', '130143.192500', '130143.652500', '130144.112500', '130144.572500', '130145.032500', '130145.492500', '130145.952500', '130146.412500', '130146.872500', '130147.332500', '130147.792500', '130148.252500', '130148.712500', '130149.172500', '130149.632500', '130150.092500', '130150.552500', '130151.012500', '130151.472500', '130151.932500', '130152.392500', '130152.852500', '130153.312500', '130153.772500', '130154.232500', '130154.692500', '130155.152500', '130155.612500', '130156.072500', '130156.532500', '130156.992500', '130157.452500', '130157.912500', '130158.372500', '130158.832500', '130159.292500', '130159.752500', '130200.212500', '130200.672500', '130201.132500', '130201.592500', '130202.052500', '130202.512500', '130202.972500', '130203.432500', '130203.892500', '130204.352500', '130204.812500', '130205.272500', '130205.732500', '130206.192500', '130206.652500', '130207.112500', '130207.572500', '130208.032500', '130208.492500', '130208.952500', '130209.412500', '130209.872500', '130210.332500', '130210.792500', '130211.252500', '130211.712500', '130212.172500', '130212.632500', '130213.092500', '130213.552500', '130214.012500', '130214.472500', '130214.932500', '130215.392500', '130215.852500', '130216.312500', '130216.772500', '130217.232500', '130217.692500', '130218.152500', '130218.612500', '130219.072500', '130219.532500', '130219.992500', '130220.452500', '130220.912500', '130221.372500', '130221.832500', '130222.292500', '130222.752500', '130223.212500', '130223.672500', '130224.132500', '130224.592500', '130225.052500', '130225.512500', '130225.972500', '130226.432500', '130226.892500', '130227.352500', '130227.812500', '130228.272500', '130228.732500', '130229.192500', '130229.652500', '130230.112500', '130230.572500', '130231.032500', '130231.492500', '130231.952500', '130232.412500', '130232.872500', '130233.332500', '130233.792500', '130234.252500', '130234.712500', '130235.172500', '130235.632500', '130236.092500', '130236.552500', '130237.012500', '130237.472500', '130237.932500', '130238.392500', '130238.852500', '130239.312500', '130239.772500', '130240.232500', '130240.692500', '130241.152500', '130241.612500', '130242.072500', '130242.532500', '130242.992500', '130243.452500', '130243.912500', '130244.372500', '130244.832500', '130245.292500', '130245.752500', '130246.212500', '130246.672500', '130247.132500', '130247.592500', '130248.052500', '130248.512500', '130248.972500', '130249.432500', '130249.892500', '130250.352500', '130250.812500', '130251.272500', '130251.732500', '130252.192500', '130252.652500', '130253.112500', '130253.572500', '130254.032500', '130254.492500', '130254.952500', '130255.412500', '130255.872500', '130256.332500', '130256.792500', '130257.252500', '130257.712500', '130258.172500', '130258.632500', '130259.092500', '130259.552500', '130300.012500', '130300.472500', '130300.932500', '130301.392500', '130301.852500', '130302.312500', '130302.772500', '130303.232500', '130303.692500', '130304.152500', '130304.612500', '130305.072500', '130305.532500', '130305.992500', '130306.452500', '130306.912500', '130307.372500', '130307.832500', '130308.292500', '130308.752500', '130309.212500', '130309.672500', '130310.132500', '130310.592500', '130311.052500', '130311.512500', '130311.972500', '130312.432500', '130312.892500', '130313.352500', '130313.812500', '130314.272500', '130314.732500', '130315.192500', '130315.652500', '130316.112500', '130316.572500', '130317.032500', '130317.492500', '130317.952500', '130318.412500', '130318.872500', '130319.332500', '130319.792500', '130320.252500', '130320.712500', '130321.172500', '130321.632500', '130322.092500', '130322.552500', '130323.012500', '130323.472500', '130323.932500', '130324.392500', '130324.852500', '130325.312500', '130325.772500', '130326.232500', '130326.692500', '130327.152500', '130327.612500', '130328.072500', '130328.532500', '130328.992500', '130329.452500', '130329.912500', '130330.372500', '130330.832500', '130331.292500', '130331.752500', '130332.212500', '130332.672500', '130333.132500', '130333.592500', '130334.052500', '130334.512500', '130334.972500', '130335.432500', '130335.892500', '130336.352500', '130336.812500', '130337.272500', '130337.732500', '130338.192500', '130338.652500', '130339.112500', '130339.572500', '130340.032500', '130340.492500', '130340.952500', '130341.412500', '130341.872500', '130342.332500', '130342.792500', '130343.252500', '130343.712500', '130344.172500', '130344.632500', '130345.092500', '130345.552500', '130346.012500', '130346.472500', '130346.932500', '130347.392500', '130347.852500', '130348.312500', '130348.772500', '130349.232500', '130349.692500', '130350.152500', '130350.612500', '130351.072500', '130351.532500', '130351.992500', '130352.452500', '130352.912500', '130353.372500', '130353.832500', '130354.292500', '130354.752500'], 'ContentTime': ['125727.489000', '125727.493000', '125727.495000', '125727.498000', '125727.501000', '125727.510000', '125727.512000', '125727.515000', '125727.518000', '125727.521000', '125727.524000', '125727.526000', '125727.529000', '125727.573000', '125727.575000', '125727.578000', '125727.580000', '125727.583000', '125727.586000', '125727.588000', '125727.591000', '125727.594000', '125727.596000', '125727.599000', '125727.601000', '125727.604000', '125727.606000', '125747.461000', '125747.464000', '125747.467000', '125747.470000', '125747.478000', '125747.481000', '125747.483000', '125747.486000', '125747.489000', '125747.491000', '125747.494000', '125747.497000', '125747.499000', '125747.502000', '125747.505000', '125747.514000', '125747.516000', '125747.519000', '125747.521000', '125747.524000', '125747.526000', '125747.529000', '125747.531000', '125747.534000', '125747.537000', '125747.539000', '125747.542000', '125747.544000', '125747.547000', '125747.549000', '125747.552000', '125747.555000', '125747.557000', '125747.560000', '125747.562000', '125747.565000', '125747.567000', '125747.570000', '125747.573000', '125747.575000', '125747.578000', '125747.580000', '125747.583000', '125747.590000', '125807.462000', '125807.464000', '125807.467000', '125807.470000', '125807.472000', '125807.475000', '125807.477000', '125807.480000', '125807.482000', '125807.485000', '125807.488000', '125807.490000', '125807.493000', '125807.495000', '125807.498000', '125807.500000', '125807.503000', '125807.506000', '125807.508000', '125807.511000', '125807.513000', '125807.516000', '125807.519000', '125807.522000', '125807.525000', '125807.527000', '125807.530000', '125807.533000', '125807.535000', '125807.538000', '125807.540000', '125807.543000', '125807.546000', '125807.548000', '125807.551000', '125807.553000', '125807.556000', '125807.558000', '125807.561000', '125807.564000', '125807.566000', '125807.569000', '125807.571000', '125827.461000', '125827.464000', '125827.467000', '125827.470000', '125827.472000', '125827.475000', '125827.477000', '125827.480000', '125827.483000', '125827.485000', '125827.488000', '125827.490000', '125827.493000', '125827.496000', '125827.498000', '125827.501000', '125827.503000', '125827.506000', '125827.509000', '125827.511000', '125827.514000', '125827.516000', '125827.519000', '125827.522000', '125827.524000', '125827.527000', '125827.530000', '125827.532000', '125827.535000', '125827.537000', '125827.540000', '125827.543000', '125827.545000', '125827.548000', '125827.551000', '125827.553000', '125827.556000', '125827.558000', '125827.561000', '125827.563000', '125827.566000', '125827.569000', '125827.571000', '125827.574000', '125847.461000', '125847.464000', '125847.467000', '125847.469000', '125847.472000', '125847.475000', '125847.477000', '125847.480000', '125847.482000', '125847.485000', '125847.488000', '125847.490000', '125847.493000', '125847.496000', '125847.500000', '125847.503000', '125847.505000', '125847.508000', '125847.511000', '125847.513000', '125847.516000', '125847.518000', '125847.521000', '125847.524000', '125847.526000', '125847.529000', '125847.532000', '125847.534000', '125847.537000', '125847.539000', '125847.542000', '125847.545000', '125847.547000', '125847.550000', '125847.552000', '125847.555000', '125847.559000', '125847.562000', '125847.565000', '125847.568000', '125847.570000', '125847.573000', '125847.576000', '125907.462000', '125907.464000', '125907.467000', '125907.469000', '125907.472000', '125907.475000', '125907.477000', '125907.480000', '125907.482000', '125907.486000', '125907.488000', '125907.491000', '125907.494000', '125907.496000', '125907.499000', '125907.501000', '125907.504000', '125907.507000', '125907.509000', '125907.512000', '125907.514000', '125907.517000', '125907.520000', '125907.522000', '125907.525000', '125907.546000', '125907.549000', '125907.551000', '125907.554000', '125907.557000', '125907.559000', '125907.562000', '125907.564000', '125907.567000', '125907.570000', '125907.572000', '125907.575000', '125907.577000', '125907.580000', '125907.582000', '125907.585000', '125907.588000', '125907.590000', '125907.593000', '125927.461000', '125927.464000', '125927.467000', '125927.470000', '125927.472000', '125927.475000', '125927.477000', '125927.480000', '125927.483000', '125927.485000', '125927.488000', '125927.491000', '125927.493000', '125927.496000', '125927.498000', '125927.501000', '125927.504000', '125927.506000', '125927.509000', '125927.511000', '125927.514000', '125927.517000', '125927.519000', '125927.522000', '125927.525000', '125927.529000', '125927.531000', '125927.534000', '125927.536000', '125927.539000', '125927.542000', '125927.544000', '125927.547000', '125927.550000', '125927.552000', '125927.555000', '125927.557000', '125927.560000', '125927.563000', '125927.565000', '125927.568000', '125927.570000', '125927.573000', '125947.460000', '125947.463000', '125947.466000', '125947.468000', '125947.471000', '125947.474000', '125947.476000', '125947.479000', '125947.481000', '125947.484000', '125947.487000', '125947.489000', '125947.492000', '125947.494000', '125947.497000', '125947.499000', '125947.502000', '125947.505000', '125947.507000', '125947.510000', '125947.513000', '125947.516000', '125947.518000', '125947.521000', '125947.523000', '125947.526000', '125947.529000', '125947.531000', '125947.534000', '125947.537000', '125947.539000', '125947.542000', '125947.544000', '125947.547000', '125947.550000', '125947.552000', '125947.555000', '125947.558000', '125947.560000', '125947.563000', '125947.566000', '125947.568000', '125947.571000', '125947.573000', '130007.462000', '130007.464000', '130007.467000', '130007.470000', '130007.472000', '130007.475000', '130007.478000', '130007.480000', '130007.483000', '130007.485000', '130007.488000', '130007.490000', '130007.493000', '130007.496000', '130007.498000', '130007.501000', '130007.503000', '130007.506000', '130007.509000', '130007.511000', '130007.514000', '130007.522000', '130007.525000', '130007.528000', '130007.530000', '130007.533000', '130007.535000', '130007.538000', '130007.541000', '130007.543000', '130007.546000', '130007.548000', '130007.551000', '130007.553000', '130007.556000', '130007.559000', '130007.561000', '130007.564000', '130007.567000', '130007.569000', '130007.572000', '130007.575000', '130007.577000', '130027.461000', '130027.464000', '130027.467000', '130027.470000', '130027.472000', '130027.475000', '130027.477000', '130027.480000', '130027.483000', '130027.485000', '130027.488000', '130027.490000', '130027.493000', '130027.496000', '130027.498000', '130027.501000', '130027.504000', '130027.506000', '130027.509000', '130027.511000', '130027.514000', '130027.517000', '130027.519000', '130027.522000', '130027.525000', '130027.527000', '130027.530000', '130027.533000', '130027.535000', '130027.538000', '130027.541000', '130027.543000', '130027.546000', '130027.548000', '130027.551000', '130027.553000', '130027.556000', '130027.559000', '130027.561000', '130027.564000', '130027.566000', '130027.575000', '130027.578000', '130027.581000', '130047.461000', '130047.464000', '130047.467000', '130047.470000', '130047.472000', '130047.485000', '130047.487000', '130047.490000', '130047.493000', '130047.495000', '130047.498000', '130047.500000', '130047.503000', '130047.506000', '130047.508000', '130047.511000', '130047.514000', '130047.516000', '130047.519000', '130047.521000', '130047.524000', '130047.527000', '130047.529000', '130047.532000', '130047.535000', '130047.537000', '130047.540000', '130047.542000', '130047.545000', '130047.548000', '130047.550000', '130047.553000', '130047.555000', '130047.558000', '130047.561000', '130047.563000', '130047.566000', '130047.569000', '130047.571000', '130047.574000', '130047.576000', '130047.579000', '130047.582000', '130107.462000', '130107.464000', '130107.467000', '130107.470000', '130107.472000', '130107.475000', '130107.478000', '130107.480000', '130107.483000', '130107.485000', '130107.488000', '130107.491000', '130107.493000', '130107.496000', '130107.498000', '130107.501000', '130107.504000', '130107.506000', '130107.509000', '130107.512000', '130107.514000', '130107.517000', '130107.519000', '130107.522000', '130107.525000', '130107.527000', '130107.530000', '130107.533000', '130107.535000', '130107.538000', '130107.540000', '130107.543000', '130107.545000', '130107.548000', '130107.551000', '130107.553000', '130107.556000', '130107.558000', '130107.561000', '130107.564000', '130107.566000', '130107.569000', '130107.572000', '130107.574000', '130127.461000', '130127.464000', '130127.467000', '130127.469000', '130127.472000', '130127.475000', '130127.478000', '130127.480000', '130127.483000', '130127.486000', '130127.488000', '130127.491000', '130127.493000', '130127.496000', '130127.499000', '130127.501000', '130127.504000', '130127.507000', '130127.509000', '130127.512000', '130127.514000', '130127.517000', '130127.520000', '130127.522000', '130127.525000', '130127.527000', '130127.530000', '130127.533000', '130127.535000', '130127.538000', '130127.540000', '130127.543000', '130127.546000', '130127.548000', '130127.551000', '130127.553000', '130127.556000', '130127.558000', '130127.561000', '130127.564000', '130127.567000', '130127.569000', '130127.572000', '130147.462000', '130147.465000', '130147.467000', '130147.470000', '130147.472000', '130147.475000', '130147.478000', '130147.480000', '130147.483000', '130147.485000', '130147.488000', '130147.491000', '130147.493000', '130147.496000', '130147.499000', '130147.501000', '130147.504000', '130147.506000', '130147.509000', '130147.512000', '130147.514000', '130147.517000', '130147.520000', '130147.522000', '130147.525000', '130147.528000', '130147.530000', '130147.533000', '130147.536000', '130147.538000', '130147.541000', '130147.544000', '130147.547000', '130147.549000', '130147.552000', '130147.555000', '130147.557000', '130147.560000', '130147.562000', '130147.565000', '130147.567000', '130147.570000', '130147.573000', '130147.575000', '130207.461000', '130207.464000', '130207.466000', '130207.469000', '130207.472000', '130207.474000', '130207.477000', '130207.480000', '130207.482000', '130207.485000', '130207.487000', '130207.490000', '130207.492000', '130207.495000', '130207.498000', '130207.500000', '130207.503000', '130207.505000', '130207.508000', '130207.511000', '130207.513000', '130207.516000', '130207.519000', '130207.521000', '130207.524000', '130207.527000', '130207.529000', '130207.532000', '130207.534000', '130207.537000', '130207.557000', '130207.559000', '130207.562000', '130207.565000', '130207.567000', '130207.570000', '130207.582000', '130207.585000', '130207.587000', '130207.590000', '130207.593000', '130207.595000', '130207.598000', '130227.461000', '130227.464000', '130227.467000', '130227.470000', '130227.473000', '130227.475000', '130227.478000', '130227.480000', '130227.483000', '130227.486000', '130227.488000', '130227.491000', '130227.494000', '130227.496000', '130227.499000', '130227.501000', '130227.510000', '130227.513000', '130227.515000', '130227.518000', '130227.521000', '130227.523000', '130227.526000', '130227.528000', '130227.531000', '130227.534000', '130227.536000', '130227.539000', '130227.541000', '130227.544000', '130227.547000', '130227.549000', '130227.552000', '130227.554000', '130227.557000', '130227.560000', '130227.562000', '130227.565000', '130227.567000', '130227.570000', '130227.573000', '130227.575000', '130227.578000', '130227.580000', '130247.462000', '130247.464000', '130247.467000', '130247.470000', '130247.472000', '130247.475000', '130247.478000', '130247.480000', '130247.483000', '130247.486000', '130247.488000', '130247.491000', '130247.494000', '130247.496000', '130247.499000', '130247.501000', '130247.504000', '130247.507000', '130247.509000', '130247.512000', '130247.515000', '130247.517000', '130247.520000', '130247.522000', '130247.525000', '130247.527000', '130247.530000', '130247.533000', '130247.535000', '130247.538000', '130247.541000', '130247.543000', '130247.546000', '130247.548000', '130247.551000', '130247.554000', '130247.556000', '130247.559000', '130247.561000', '130247.564000', '130247.566000', '130247.569000', '130247.572000', '130307.462000', '130307.464000', '130307.467000', '130307.470000', '130307.472000', '130307.475000', '130307.478000', '130307.480000', '130307.483000', '130307.485000', '130307.488000', '130307.491000', '130307.493000', '130307.496000', '130307.499000', '130307.501000', '130307.504000', '130307.506000', '130307.509000', '130307.512000', '130307.516000', '130307.518000', '130307.521000', '130307.524000', '130307.526000', '130307.529000', '130307.531000', '130307.534000', '130307.537000', '130307.539000', '130307.542000', '130307.545000', '130307.547000', '130307.550000', '130307.552000', '130307.555000', '130307.557000', '130307.560000', '130307.563000', '130307.565000', '130307.568000', '130307.570000', '130307.573000', '130307.576000', '130327.462000', '130327.465000', '130327.467000', '130327.470000', '130327.473000', '130327.475000', '130327.478000', '130327.481000', '130327.483000', '130327.486000', '130327.489000', '130327.491000', '130327.494000', '130327.497000', '130327.499000', '130327.502000', '130327.504000', '130327.507000', '130327.510000', '130327.512000', '130327.515000', '130327.518000', '130327.520000', '130327.523000', '130327.525000', '130327.528000', '130327.531000', '130327.533000', '130327.536000', '130327.539000', '130327.541000', '130327.544000', '130327.546000', '130327.549000', '130327.552000', '130327.554000', '130327.557000', '130327.559000', '130327.562000', '130327.564000', '130327.567000', '130327.570000', '130327.572000', '130347.461000', '130347.464000', '130347.467000', '130347.470000', '130347.472000', '130347.475000', '130347.479000', '130347.482000', '130347.485000', '130347.488000', '130347.490000', '130347.493000', '130347.496000', '130347.498000', '130347.501000', '130347.503000', '130347.506000', '130347.509000', '130347.511000', '130347.514000', '130347.516000', '130347.519000', '130347.522000', '130347.524000', '130347.527000', '130347.529000', '130347.532000', '130347.535000', '130347.538000', '130347.540000', '130347.543000', '130347.545000', '130347.548000', '130347.551000', '130347.553000', '130347.556000', '130347.558000', '130347.561000', '130347.564000', '130347.566000', '130347.569000', '130347.571000', '130347.574000', '130347.577000', '130355.706000', '130355.709000', '130355.712000', '130355.714000', '130355.717000', '130355.720000', '130355.722000', '130355.725000', '130355.727000', '130355.730000', '130355.733000', '130355.735000', '130355.738000', '130355.741000', '130355.743000', '130355.746000', '130355.748000', '130355.751000'], 'InstanceCreationTime': ['125727.489000', '125727.493000', '125727.495000', '125727.498000', '125727.501000', '125727.510000', '125727.512000', '125727.515000', '125727.518000', '125727.521000', '125727.524000', '125727.526000', '125727.529000', '125727.573000', '125727.575000', '125727.578000', '125727.580000', '125727.583000', '125727.586000', '125727.588000', '125727.591000', '125727.594000', '125727.596000', '125727.599000', '125727.601000', '125727.604000', '125727.606000', '125747.461000', '125747.464000', '125747.467000', '125747.470000', '125747.478000', '125747.481000', '125747.483000', '125747.486000', '125747.489000', '125747.491000', '125747.494000', '125747.497000', '125747.499000', '125747.502000', '125747.505000', '125747.514000', '125747.516000', '125747.519000', '125747.521000', '125747.524000', '125747.526000', '125747.529000', '125747.531000', '125747.534000', '125747.537000', '125747.539000', '125747.542000', '125747.544000', '125747.547000', '125747.549000', '125747.552000', '125747.555000', '125747.557000', '125747.560000', '125747.562000', '125747.565000', '125747.567000', '125747.570000', '125747.573000', '125747.575000', '125747.578000', '125747.580000', '125747.583000', '125747.590000', '125807.462000', '125807.464000', '125807.467000', '125807.470000', '125807.472000', '125807.475000', '125807.477000', '125807.480000', '125807.482000', '125807.485000', '125807.488000', '125807.490000', '125807.493000', '125807.495000', '125807.498000', '125807.500000', '125807.503000', '125807.506000', '125807.508000', '125807.511000', '125807.513000', '125807.516000', '125807.519000', '125807.522000', '125807.525000', '125807.527000', '125807.530000', '125807.533000', '125807.535000', '125807.538000', '125807.540000', '125807.543000', '125807.546000', '125807.548000', '125807.551000', '125807.553000', '125807.556000', '125807.558000', '125807.561000', '125807.564000', '125807.566000', '125807.569000', '125807.571000', '125827.461000', '125827.464000', '125827.467000', '125827.470000', '125827.472000', '125827.475000', '125827.477000', '125827.480000', '125827.483000', '125827.485000', '125827.488000', '125827.490000', '125827.493000', '125827.496000', '125827.498000', '125827.501000', '125827.503000', '125827.506000', '125827.509000', '125827.511000', '125827.514000', '125827.516000', '125827.519000', '125827.522000', '125827.524000', '125827.527000', '125827.530000', '125827.532000', '125827.535000', '125827.537000', '125827.540000', '125827.543000', '125827.545000', '125827.548000', '125827.551000', '125827.553000', '125827.556000', '125827.558000', '125827.561000', '125827.563000', '125827.566000', '125827.569000', '125827.571000', '125827.574000', '125847.461000', '125847.464000', '125847.467000', '125847.469000', '125847.472000', '125847.475000', '125847.477000', '125847.480000', '125847.482000', '125847.485000', '125847.488000', '125847.490000', '125847.493000', '125847.496000', '125847.500000', '125847.503000', '125847.505000', '125847.508000', '125847.511000', '125847.513000', '125847.516000', '125847.518000', '125847.521000', '125847.524000', '125847.526000', '125847.529000', '125847.532000', '125847.534000', '125847.537000', '125847.539000', '125847.542000', '125847.545000', '125847.547000', '125847.550000', '125847.552000', '125847.555000', '125847.559000', '125847.562000', '125847.565000', '125847.568000', '125847.570000', '125847.573000', '125847.576000', '125907.462000', '125907.464000', '125907.467000', '125907.469000', '125907.472000', '125907.475000', '125907.477000', '125907.480000', '125907.482000', '125907.486000', '125907.488000', '125907.491000', '125907.494000', '125907.496000', '125907.499000', '125907.501000', '125907.504000', '125907.507000', '125907.509000', '125907.512000', '125907.514000', '125907.517000', '125907.520000', '125907.522000', '125907.525000', '125907.546000', '125907.549000', '125907.551000', '125907.554000', '125907.557000', '125907.559000', '125907.562000', '125907.564000', '125907.567000', '125907.570000', '125907.572000', '125907.575000', '125907.577000', '125907.580000', '125907.582000', '125907.585000', '125907.588000', '125907.590000', '125907.593000', '125927.461000', '125927.464000', '125927.467000', '125927.470000', '125927.472000', '125927.475000', '125927.477000', '125927.480000', '125927.483000', '125927.485000', '125927.488000', '125927.491000', '125927.493000', '125927.496000', '125927.498000', '125927.501000', '125927.504000', '125927.506000', '125927.509000', '125927.511000', '125927.514000', '125927.517000', '125927.519000', '125927.522000', '125927.525000', '125927.529000', '125927.531000', '125927.534000', '125927.536000', '125927.539000', '125927.542000', '125927.544000', '125927.547000', '125927.550000', '125927.552000', '125927.555000', '125927.557000', '125927.560000', '125927.563000', '125927.565000', '125927.568000', '125927.570000', '125927.573000', '125947.460000', '125947.463000', '125947.466000', '125947.468000', '125947.471000', '125947.474000', '125947.476000', '125947.479000', '125947.481000', '125947.484000', '125947.487000', '125947.489000', '125947.492000', '125947.494000', '125947.497000', '125947.499000', '125947.502000', '125947.505000', '125947.507000', '125947.510000', '125947.513000', '125947.516000', '125947.518000', '125947.521000', '125947.523000', '125947.526000', '125947.529000', '125947.531000', '125947.534000', '125947.537000', '125947.539000', '125947.542000', '125947.544000', '125947.547000', '125947.550000', '125947.552000', '125947.555000', '125947.558000', '125947.560000', '125947.563000', '125947.566000', '125947.568000', '125947.571000', '125947.573000', '130007.462000', '130007.464000', '130007.467000', '130007.470000', '130007.472000', '130007.475000', '130007.478000', '130007.480000', '130007.483000', '130007.485000', '130007.488000', '130007.490000', '130007.493000', '130007.496000', '130007.498000', '130007.501000', '130007.503000', '130007.506000', '130007.509000', '130007.511000', '130007.514000', '130007.522000', '130007.525000', '130007.528000', '130007.530000', '130007.533000', '130007.535000', '130007.538000', '130007.541000', '130007.543000', '130007.546000', '130007.548000', '130007.551000', '130007.553000', '130007.556000', '130007.559000', '130007.561000', '130007.564000', '130007.567000', '130007.569000', '130007.572000', '130007.575000', '130007.577000', '130027.461000', '130027.464000', '130027.467000', '130027.470000', '130027.472000', '130027.475000', '130027.477000', '130027.480000', '130027.483000', '130027.485000', '130027.488000', '130027.490000', '130027.493000', '130027.496000', '130027.498000', '130027.501000', '130027.504000', '130027.506000', '130027.509000', '130027.511000', '130027.514000', '130027.517000', '130027.519000', '130027.522000', '130027.525000', '130027.527000', '130027.530000', '130027.533000', '130027.535000', '130027.538000', '130027.541000', '130027.543000', '130027.546000', '130027.548000', '130027.551000', '130027.553000', '130027.556000', '130027.559000', '130027.561000', '130027.564000', '130027.566000', '130027.575000', '130027.578000', '130027.581000', '130047.461000', '130047.464000', '130047.467000', '130047.470000', '130047.472000', '130047.485000', '130047.487000', '130047.490000', '130047.493000', '130047.495000', '130047.498000', '130047.500000', '130047.503000', '130047.506000', '130047.508000', '130047.511000', '130047.514000', '130047.516000', '130047.519000', '130047.521000', '130047.524000', '130047.527000', '130047.529000', '130047.532000', '130047.535000', '130047.537000', '130047.540000', '130047.542000', '130047.545000', '130047.548000', '130047.550000', '130047.553000', '130047.555000', '130047.558000', '130047.561000', '130047.563000', '130047.566000', '130047.569000', '130047.571000', '130047.574000', '130047.576000', '130047.579000', '130047.582000', '130107.462000', '130107.464000', '130107.467000', '130107.470000', '130107.472000', '130107.475000', '130107.478000', '130107.480000', '130107.483000', '130107.485000', '130107.488000', '130107.491000', '130107.493000', '130107.496000', '130107.498000', '130107.501000', '130107.504000', '130107.506000', '130107.509000', '130107.512000', '130107.514000', '130107.517000', '130107.519000', '130107.522000', '130107.525000', '130107.527000', '130107.530000', '130107.533000', '130107.535000', '130107.538000', '130107.540000', '130107.543000', '130107.545000', '130107.548000', '130107.551000', '130107.553000', '130107.556000', '130107.558000', '130107.561000', '130107.564000', '130107.566000', '130107.569000', '130107.572000', '130107.574000', '130127.461000', '130127.464000', '130127.467000', '130127.469000', '130127.472000', '130127.475000', '130127.478000', '130127.480000', '130127.483000', '130127.486000', '130127.488000', '130127.491000', '130127.493000', '130127.496000', '130127.499000', '130127.501000', '130127.504000', '130127.507000', '130127.509000', '130127.512000', '130127.514000', '130127.517000', '130127.520000', '130127.522000', '130127.525000', '130127.527000', '130127.530000', '130127.533000', '130127.535000', '130127.538000', '130127.540000', '130127.543000', '130127.546000', '130127.548000', '130127.551000', '130127.553000', '130127.556000', '130127.558000', '130127.561000', '130127.564000', '130127.567000', '130127.569000', '130127.572000', '130147.462000', '130147.465000', '130147.467000', '130147.470000', '130147.472000', '130147.475000', '130147.478000', '130147.480000', '130147.483000', '130147.485000', '130147.488000', '130147.491000', '130147.493000', '130147.496000', '130147.499000', '130147.501000', '130147.504000', '130147.506000', '130147.509000', '130147.512000', '130147.514000', '130147.517000', '130147.520000', '130147.522000', '130147.525000', '130147.528000', '130147.530000', '130147.533000', '130147.536000', '130147.538000', '130147.541000', '130147.544000', '130147.547000', '130147.549000', '130147.552000', '130147.555000', '130147.557000', '130147.560000', '130147.562000', '130147.565000', '130147.567000', '130147.570000', '130147.573000', '130147.575000', '130207.461000', '130207.464000', '130207.466000', '130207.469000', '130207.472000', '130207.474000', '130207.477000', '130207.480000', '130207.482000', '130207.485000', '130207.487000', '130207.490000', '130207.492000', '130207.495000', '130207.498000', '130207.500000', '130207.503000', '130207.505000', '130207.508000', '130207.511000', '130207.513000', '130207.516000', '130207.519000', '130207.521000', '130207.524000', '130207.527000', '130207.529000', '130207.532000', '130207.534000', '130207.537000', '130207.557000', '130207.559000', '130207.562000', '130207.565000', '130207.567000', '130207.570000', '130207.582000', '130207.585000', '130207.587000', '130207.590000', '130207.593000', '130207.595000', '130207.598000', '130227.461000', '130227.464000', '130227.467000', '130227.470000', '130227.473000', '130227.475000', '130227.478000', '130227.480000', '130227.483000', '130227.486000', '130227.488000', '130227.491000', '130227.494000', '130227.496000', '130227.499000', '130227.501000', '130227.510000', '130227.513000', '130227.515000', '130227.518000', '130227.521000', '130227.523000', '130227.526000', '130227.528000', '130227.531000', '130227.534000', '130227.536000', '130227.539000', '130227.541000', '130227.544000', '130227.547000', '130227.549000', '130227.552000', '130227.554000', '130227.557000', '130227.560000', '130227.562000', '130227.565000', '130227.567000', '130227.570000', '130227.573000', '130227.575000', '130227.578000', '130227.580000', '130247.462000', '130247.464000', '130247.467000', '130247.470000', '130247.472000', '130247.475000', '130247.478000', '130247.480000', '130247.483000', '130247.486000', '130247.488000', '130247.491000', '130247.494000', '130247.496000', '130247.499000', '130247.501000', '130247.504000', '130247.507000', '130247.509000', '130247.512000', '130247.515000', '130247.517000', '130247.520000', '130247.522000', '130247.525000', '130247.527000', '130247.530000', '130247.533000', '130247.535000', '130247.538000', '130247.541000', '130247.543000', '130247.546000', '130247.548000', '130247.551000', '130247.554000', '130247.556000', '130247.559000', '130247.561000', '130247.564000', '130247.566000', '130247.569000', '130247.572000', '130307.462000', '130307.464000', '130307.467000', '130307.470000', '130307.472000', '130307.475000', '130307.478000', '130307.480000', '130307.483000', '130307.485000', '130307.488000', '130307.491000', '130307.493000', '130307.496000', '130307.499000', '130307.501000', '130307.504000', '130307.506000', '130307.509000', '130307.512000', '130307.516000', '130307.518000', '130307.521000', '130307.524000', '130307.526000', '130307.529000', '130307.531000', '130307.534000', '130307.537000', '130307.539000', '130307.542000', '130307.545000', '130307.547000', '130307.550000', '130307.552000', '130307.555000', '130307.557000', '130307.560000', '130307.563000', '130307.565000', '130307.568000', '130307.570000', '130307.573000', '130307.576000', '130327.462000', '130327.465000', '130327.467000', '130327.470000', '130327.473000', '130327.475000', '130327.478000', '130327.481000', '130327.483000', '130327.486000', '130327.489000', '130327.491000', '130327.494000', '130327.497000', '130327.499000', '130327.502000', '130327.504000', '130327.507000', '130327.510000', '130327.512000', '130327.515000', '130327.518000', '130327.520000', '130327.523000', '130327.525000', '130327.528000', '130327.531000', '130327.533000', '130327.536000', '130327.539000', '130327.541000', '130327.544000', '130327.546000', '130327.549000', '130327.552000', '130327.554000', '130327.557000', '130327.559000', '130327.562000', '130327.564000', '130327.567000', '130327.570000', '130327.572000', '130347.461000', '130347.464000', '130347.467000', '130347.470000', '130347.472000', '130347.475000', '130347.479000', '130347.482000', '130347.485000', '130347.488000', '130347.490000', '130347.493000', '130347.496000', '130347.498000', '130347.501000', '130347.503000', '130347.506000', '130347.509000', '130347.511000', '130347.514000', '130347.516000', '130347.519000', '130347.522000', '130347.524000', '130347.527000', '130347.529000', '130347.532000', '130347.535000', '130347.538000', '130347.540000', '130347.543000', '130347.545000', '130347.548000', '130347.551000', '130347.553000', '130347.556000', '130347.558000', '130347.561000', '130347.564000', '130347.566000', '130347.569000', '130347.571000', '130347.574000', '130347.577000', '130355.706000', '130355.709000', '130355.712000', '130355.714000', '130355.717000', '130355.720000', '130355.722000', '130355.725000', '130355.727000', '130355.730000', '130355.733000', '130355.735000', '130355.738000', '130355.741000', '130355.743000', '130355.746000', '130355.748000', '130355.751000'], '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': [11250, 17068, 15404, 15799, 13533, 16075, 15088, 17265, 14150, 18813, 12476, 19891, 15731, 18412, 12820, 10153, 15634, 11070, 19005, 13473, 16592, 12983, 9789, 17245, 11745, 16041, 12619, 9596, 15486, 10291, 16998, 10592, 16474, 11285, 15491, 10954, 15064, 10647, 14469, 10209, 11794, 10708, 8750, 10632, 9374, 11669, 9677, 12234, 10952, 12565, 11247, 13304, 10999, 13335, 11562, 9533, 12140, 11054, 12489, 10195, 15154, 11144, 15473, 12669, 17235, 13283, 20015, 13467, 20868, 14837, 19645, 13447, 20771, 15003, 10532, 16526, 11675, 20012, 16132, 16495, 15824, 14837, 16610, 13234, 16679, 11021, 16325, 10773, 15790, 11939, 13770, 10754, 10171, 11962, 12195, 9941, 11649, 10939, 12035, 10973, 13163, 10863, 13788, 10520, 15138, 11638, 14584, 11584, 13735, 12237, 13925, 12443, 14645, 12350, 15128, 11939, 9210, 12303, 10446, 12314, 10279, 12616, 10841, 12764, 18402, 12822, 18650, 14082, 18142, 11782, 17847, 12955, 17710, 13565, 16747, 13229, 16143, 20035, 12243, 16846, 13194, 16463, 12218, 10952, 12049, 11692, 13003, 13094, 14320, 12906, 16767, 13457, 17851, 12561, 16588, 13484, 12995, 12899, 11911, 14096, 14066, 15002, 13241, 15514, 11336, 15330, 11693, 15199, 11692, 14113, 12858, 13623, 12779, 13282, 12723, 12991, 13604, 13598, 14093, 14707, 13699, 10874, 12758, 12273, 12839, 12534, 13852, 13168, 15145, 14337, 16841, 14284, 13349, 13904, 9910, 13974, 11879, 13205, 12606, 14349, 11164, 15270, 11100, 16097, 12010, 15208, 12337, 12560, 15211, 11291, 17146, 13298, 17339, 12922, 16565, 12605, 15484, 13272, 14704, 13701, 12885, 15141, 12352, 18090, 13416, 10907, 18465, 12043, 16870, 12297, 14848, 12396, 14551, 12773, 12699, 13269, 11295, 13134, 11073, 12930, 12283, 13322, 12614, 13255, 12726, 13348, 13283, 13456, 14400, 14120, 13477, 13547, 13840, 13058, 13823, 10586, 14058, 13226, 13991, 15463, 14459, 15223, 13941, 13542, 14059, 13377, 14129, 14834, 15066, 13071, 10815, 13019, 11679, 17385, 14104, 15300, 13782, 11609, 18659, 13830, 18800, 15731, 17748, 11811, 13329, 11497, 14567, 10786, 14777, 11086, 16371, 20542, 12531, 20517, 14861, 11284, 17226, 13256, 15427, 12466, 11315, 10407, 12259, 11979, 13126, 13107, 10113, 14275, 11385, 10797, 12946, 11868, 8826, 12318, 11813, 14929, 11293, 9921, 10982, 10684, 14798, 11579, 16188, 11029, 9763, 11335, 10716, 15390, 11048, 16611, 12130, 17108, 11451, 10841, 11129, 10829, 14072, 11065, 15344, 11758, 16730, 12376, 16346, 12853, 13899, 13456, 14820, 14341, 12981, 13679, 12568, 13799, 13256, 13678, 13661, 16786, 14619, 12598, 13683, 13048, 14138, 21461, 13806, 15610, 11648, 15450, 12979, 16227, 12842, 16885, 12822, 16990, 13016, 14972, 13760, 13789, 16727, 14064, 16939, 13601, 11923, 13819, 12207, 16151, 12871, 13314, 13582, 11490, 13804, 12661, 14815, 13010, 14143, 13036, 14096, 12539, 13196, 13206, 13336, 12835, 13756, 14100, 13113, 13840, 14062, 13255, 13043, 12366, 9867, 12626, 10290, 12273, 10929, 12380, 12444, 14064, 13252, 14604, 14411, 16582, 14302, 13924, 14420, 13176, 13805, 13659, 13932, 14171, 14434, 14231, 15140, 13972, 14847, 14722, 14968, 16047, 14379, 16966, 14762, 13114, 12461, 11804, 12736, 12305, 12462, 12183, 10746, 18092, 14607, 10689, 17714, 13601, 15519, 17229, 15531, 17503, 15616, 12134, 17681, 14942, 12254, 19545, 13715, 12022, 11944, 12347, 14879, 11661, 13845, 11287, 12726, 11692, 12205, 9670, 11494, 12561, 10772, 13626, 12019, 13665, 12094, 13166, 13387, 12593, 11108, 12437, 12134, 14608, 13256, 14042, 14014, 11079, 13163, 11468, 14464, 12089, 14253, 12684, 15473, 13206, 12486, 13356, 18821, 14658, 18163, 14511, 12501, 13959, 12515, 16747, 12466, 18515, 12485, 19296, 12840, 19259, 13726, 14353, 11689, 13376, 11075, 12978, 10948, 13691, 10872, 12900, 10388, 11258, 11887, 12069, 12066, 10682, 11659, 11971, 12976, 12871, 11977, 12692, 12058, 12787, 12495, 14327, 12285, 14936, 13160, 13456, 15413, 13990, 13823, 14258, 14330, 16274, 14665, 14731, 14034, 11145, 13836, 11571, 13050, 14256, 13083, 13450, 11448, 11654, 13485, 11851, 13997, 11889, 13586, 13047, 10365, 12812, 12788, 13217, 13293, 13194, 12542, 13571, 13598, 13223, 13458, 13409, 13768, 14557, 15149, 15914, 14392, 13367, 11748, 10943, 12060, 13745, 12931, 12694, 13041, 14008, 13348, 14209, 13379, 13209, 12576, 12794, 13420, 12932, 14360, 11884, 21350, 14414, 15383, 17171, 13621, 19264, 13283, 18847, 13151, 16105, 13651, 15752, 13789, 14551, 13338, 13512, 13025, 11989, 13382, 13625, 12958, 9014, 10720, 10833, 12096, 10713, 11446, 9112, 12438, 9526, 12323, 9738, 12180, 10116, 13177, 9381, 13343, 9878, 13171, 9746, 13750, 10305, 12914, 10639, 12628, 11194, 12652, 11166, 12923, 11421, 14015, 10989, 15734, 10397, 14007, 12098, 12013, 12346, 13771, 12205, 12594, 11780, 13732, 11623, 16384, 10887, 14565, 11261, 14853, 11467, 15754, 11802, 15336, 11584, 12934, 11390, 11903, 11432, 10678, 11409, 12247, 14011, 12798, 16312, 13593, 14192, 13555, 11729, 12215, 11000, 12810, 11344, 11059, 11073, 10022, 10277, 12044, 11402, 11152, 15067, 11158, 16838, 11984, 16902, 12981, 18440, 15475, 15101, 11644, 10987, 13949, 10104, 16427, 10209, 12289, 10356, 12072, 14129, 12130, 11444, 13080, 10416, 12664, 10647, 10208, 12161, 10189, 9966, 11686, 12036, 14554, 11237, 12846, 14834, 13827, 16675, 13221, 10637, 18367, 15842, 11122, 17949, 10922, 17965, 11641, 9520, 15427, 10159, 14649, 10522, 10503, 12559, 10328, 9305, 9982, 10912, 14699, 10261, 9658, 10827, 11216, 11088, 10601, 8866, 10973, 10781, 12355, 10730, 13934, 11008, 17200, 10624, 17281, 10562, 15783, 10415, 15061, 10802, 13837, 11091, 9709, 11129, 12113, 12938, 11318, 13632, 11277, 9744, 11252, 10058, 12081, 12953, 12356, 12561, 12865, 10391, 13710, 9649, 12535, 10896, 18946, 14896, 18210, 19666, 16764, 20243, 14659, 11432, 19288, 13787, 11603, 17776, 12883, 18555, 12668, 12972, 12915, 11325, 15791, 12612, 15221, 11629, 11650, 14042, 11168, 11397, 11925, 11162, 14181, 10760, 12696, 11366, 9989, 10931, 10512, 11071, 9488, 12924, 8218, 14024, 8880, 11174, 10206, 8897, 10908, 16756, 11247, 11615, 11517, 8118, 13650, 9169, 16048, 12566, 19268, 13924, 18664, 13793, 12638, 16617, 11087, 18297, 12247, 18350, 13069, 17656], 'WindowCenter': [4580.0, 4606.0, 4582.0, 4579.0, 4580.0, 4600.0, 4578.0, 4576.0, 4540.0, 4562.0, 4519.0, 4561.0, 4539.0, 4549.0, 4516.0, 4498.0, 4536.0, 4495.0, 4546.0, 4525.0, 4546.0, 4515.0, 4474.0, 4534.0, 4504.0, 4534.0, 4515.0, 4475.0, 4536.0, 4486.0, 4536.0, 4497.0, 4535.0, 4496.0, 4525.0, 4496.0, 4525.0, 4498.0, 4527.0, 4511.0, 4518.0, 4499.0, 4481.0, 4511.0, 4492.0, 4522.0, 4502.0, 4533.0, 4535.0, 4546.0, 4537.0, 4557.0, 4538.0, 4558.0, 4546.0, 4517.0, 4547.0, 4538.0, 4546.0, 4540.0, 4569.0, 4539.0, 4568.0, 4547.0, 4566.0, 4557.0, 4598.0, 4556.0, 4587.0, 4554.0, 4573.0, 4531.0, 4570.0, 4541.0, 4509.0, 4549.0, 4508.0, 4570.0, 4551.0, 4551.0, 4550.0, 4526.0, 4536.0, 4503.0, 4533.0, 4483.0, 4523.0, 4481.0, 4522.0, 4502.0, 4512.0, 4495.0, 4486.0, 4515.0, 4519.0, 4499.0, 4520.0, 4522.0, 4533.0, 4523.0, 4543.0, 4521.0, 4540.0, 4522.0, 4565.0, 4533.0, 4550.0, 4522.0, 4539.0, 4532.0, 4540.0, 4545.0, 4565.0, 4546.0, 4566.0, 4546.0, 4516.0, 4547.0, 4538.0, 4547.0, 4528.0, 4546.0, 4525.0, 4546.0, 4575.0, 4543.0, 4576.0, 4555.0, 4574.0, 4532.0, 4563.0, 4545.0, 4576.0, 4542.0, 4552.0, 4519.0, 4538.0, 4546.0, 4507.0, 4536.0, 4508.0, 4509.0, 4494.0, 4495.0, 4516.0, 4518.0, 4527.0, 4528.0, 4537.0, 4517.0, 4535.0, 4527.0, 4533.0, 4515.0, 4535.0, 4527.0, 4514.0, 4515.0, 4493.0, 4513.0, 4511.0, 4511.0, 4499.0, 4511.0, 4480.0, 4509.0, 4478.0, 4510.0, 4478.0, 4498.0, 4489.0, 4498.0, 4499.0, 4500.0, 4501.0, 4501.0, 4524.0, 4528.0, 4550.0, 4548.0, 4551.0, 4521.0, 4531.0, 4520.0, 4529.0, 4531.0, 4542.0, 4543.0, 4555.0, 4566.0, 4566.0, 4555.0, 4545.0, 4545.0, 4501.0, 4555.0, 4535.0, 4544.0, 4537.0, 4556.0, 4528.0, 4564.0, 4537.0, 4552.0, 4533.0, 4553.0, 4520.0, 4529.0, 4540.0, 4511.0, 4549.0, 4530.0, 4545.0, 4505.0, 4522.0, 4503.0, 4523.0, 4538.0, 4524.0, 4524.0, 4502.0, 4535.0, 4516.0, 4544.0, 4514.0, 4493.0, 4534.0, 4504.0, 4522.0, 4502.0, 4511.0, 4502.0, 4513.0, 4502.0, 4501.0, 4512.0, 4481.0, 4511.0, 4492.0, 4514.0, 4505.0, 4525.0, 4515.0, 4515.0, 4527.0, 4527.0, 4528.0, 4539.0, 4555.0, 4541.0, 4541.0, 4530.0, 4541.0, 4529.0, 4556.0, 4526.0, 4566.0, 4542.0, 4564.0, 4564.0, 4552.0, 4553.0, 4542.0, 4543.0, 4554.0, 4568.0, 4567.0, 4568.0, 4566.0, 4547.0, 4526.0, 4543.0, 4525.0, 4566.0, 4556.0, 4565.0, 4543.0, 4521.0, 4560.0, 4528.0, 4560.0, 4539.0, 4563.0, 4540.0, 4618.0, 4537.0, 4523.0, 4468.0, 4466.0, 4429.0, 4423.0, 4462.0, 4447.0, 4502.0, 4483.0, 4451.0, 4492.0, 4471.0, 4481.0, 4476.0, 4522.0, 4456.0, 4504.0, 4481.0, 4502.0, 4445.0, 4416.0, 4482.0, 4478.0, 4469.0, 4488.0, 4491.0, 4462.0, 4504.0, 4517.0, 4537.0, 4509.0, 4485.0, 4497.0, 4498.0, 4537.0, 4507.0, 4549.0, 4510.0, 4487.0, 4508.0, 4498.0, 4537.0, 4508.0, 4547.0, 4520.0, 4561.0, 4511.0, 4498.0, 4508.0, 4497.0, 4525.0, 4496.0, 4539.0, 4519.0, 4549.0, 4529.0, 4537.0, 4517.0, 4527.0, 4540.0, 4539.0, 4541.0, 4529.0, 4539.0, 4530.0, 4540.0, 4528.0, 4529.0, 4539.0, 4565.0, 4566.0, 4547.0, 4541.0, 4542.0, 4553.0, 4582.0, 4529.0, 4549.0, 4520.0, 4537.0, 4516.0, 4534.0, 4514.0, 4534.0, 4515.0, 4543.0, 4526.0, 4536.0, 4525.0, 4512.0, 4531.0, 4511.0, 4534.0, 4525.0, 4490.0, 4512.0, 4503.0, 4522.0, 4503.0, 4526.0, 4514.0, 4504.0, 4514.0, 4499.0, 4511.0, 4499.0, 4499.0, 4500.0, 4511.0, 4503.0, 4512.0, 4501.0, 4511.0, 4514.0, 4514.0, 4524.0, 4528.0, 4529.0, 4538.0, 4529.0, 4529.0, 4519.0, 4488.0, 4519.0, 4498.0, 4519.0, 4498.0, 4519.0, 4531.0, 4542.0, 4532.0, 4542.0, 4543.0, 4550.0, 4542.0, 4540.0, 4541.0, 4529.0, 4529.0, 4530.0, 4541.0, 4541.0, 4551.0, 4539.0, 4550.0, 4539.0, 4539.0, 4538.0, 4539.0, 4548.0, 4552.0, 4577.0, 4544.0, 4521.0, 4498.0, 4485.0, 4507.0, 4509.0, 4521.0, 4536.0, 4514.0, 4538.0, 4506.0, 4475.0, 4538.0, 4529.0, 4540.0, 4537.0, 4524.0, 4521.0, 4511.0, 4493.0, 4533.0, 4513.0, 4494.0, 4534.0, 4515.0, 4490.0, 4480.0, 4489.0, 4510.0, 4490.0, 4499.0, 4492.0, 4512.0, 4515.0, 4513.0, 4475.0, 4519.0, 4530.0, 4507.0, 4528.0, 4506.0, 4525.0, 4509.0, 4531.0, 4530.0, 4532.0, 4499.0, 4520.0, 4522.0, 4542.0, 4532.0, 4539.0, 4553.0, 4510.0, 4531.0, 4521.0, 4555.0, 4536.0, 4557.0, 4547.0, 4568.0, 4544.0, 4522.0, 4533.0, 4552.0, 4529.0, 4539.0, 4515.0, 4494.0, 4502.0, 4493.0, 4523.0, 4492.0, 4532.0, 4491.0, 4521.0, 4478.0, 4517.0, 4486.0, 4485.0, 4465.0, 4474.0, 4454.0, 4474.0, 4468.0, 4497.0, 4468.0, 4487.0, 4471.0, 4478.0, 4477.0, 4487.0, 4489.0, 4467.0, 4480.0, 4480.0, 4490.0, 4488.0, 4489.0, 4490.0, 4491.0, 4513.0, 4503.0, 4510.0, 4503.0, 4510.0, 4501.0, 4501.0, 4510.0, 4499.0, 4499.0, 4499.0, 4513.0, 4523.0, 4512.0, 4510.0, 4522.0, 4503.0, 4523.0, 4501.0, 4513.0, 4521.0, 4512.0, 4528.0, 4493.0, 4469.0, 4503.0, 4496.0, 4515.0, 4522.0, 4531.0, 4520.0, 4487.0, 4509.0, 4506.0, 4519.0, 4519.0, 4519.0, 4510.0, 4520.0, 4518.0, 4519.0, 4518.0, 4520.0, 4533.0, 4542.0, 4542.0, 4543.0, 4532.0, 4521.0, 4512.0, 4488.0, 4508.0, 4530.0, 4518.0, 4530.0, 4529.0, 4528.0, 4527.0, 4553.0, 4550.0, 4542.0, 4517.0, 4517.0, 4529.0, 4517.0, 4525.0, 4509.0, 4555.0, 4514.0, 4522.0, 4535.0, 4503.0, 4533.0, 4500.0, 4530.0, 4487.0, 4507.0, 4497.0, 4496.0, 4487.0, 4484.0, 4486.0, 4484.0, 4486.0, 4476.0, 4500.0, 4498.0, 4501.0, 4449.0, 4478.0, 4467.0, 4379.0, 4386.0, 4546.0, 4489.0, 4515.0, 4486.0, 4502.0, 4484.0, 4504.0, 4497.0, 4514.0, 4477.0, 4513.0, 4487.0, 4515.0, 4486.0, 4526.0, 4495.0, 4512.0, 4495.0, 4502.0, 4495.0, 4514.0, 4507.0, 4518.0, 4510.0, 4539.0, 4512.0, 4551.0, 4502.0, 4541.0, 4520.0, 4521.0, 4519.0, 4527.0, 4517.0, 4516.0, 4518.0, 4525.0, 4506.0, 4535.0, 4496.0, 4524.0, 4494.0, 4523.0, 4505.0, 4533.0, 4504.0, 4522.0, 4493.0, 4501.0, 4493.0, 4491.0, 4492.0, 4480.0, 4491.0, 4492.0, 4536.0, 4515.0, 4535.0, 4538.0, 4506.0, 4534.0, 4513.0, 4516.0, 4492.0, 4514.0, 4505.0, 4492.0, 4505.0, 4497.0, 4508.0, 4516.0, 4518.0, 4507.0, 4539.0, 4511.0, 4547.0, 4508.0, 4536.0, 4513.0, 4545.0, 4525.0, 4525.0, 4492.0, 4466.0, 4495.0, 4468.0, 4505.0, 4457.0, 4489.0, 4470.0, 4502.0, 4511.0, 4502.0, 4491.0, 4512.0, 4483.0, 4503.0, 4485.0, 4478.0, 4482.0, 4459.0, 4461.0, 4493.0, 4519.0, 4536.0, 4506.0, 4515.0, 4523.0, 4499.0, 4508.0, 4486.0, 4470.0, 4498.0, 4498.0, 4456.0, 4505.0, 4496.0, 4529.0, 4476.0, 4443.0, 4490.0, 4441.0, 4479.0, 4453.0, 4464.0, 4486.0, 4480.0, 4460.0, 4484.0, 4480.0, 4483.0, 4496.0, 4472.0, 4479.0, 4492.0, 4503.0, 4495.0, 4474.0, 4506.0, 4504.0, 4526.0, 4506.0, 4536.0, 4507.0, 4557.0, 4508.0, 4556.0, 4507.0, 4543.0, 4496.0, 4535.0, 4506.0, 4535.0, 4519.0, 4510.0, 4531.0, 4541.0, 4539.0, 4532.0, 4552.0, 4520.0, 4498.0, 4528.0, 4520.0, 4538.0, 4539.0, 4552.0, 4554.0, 4565.0, 4537.0, 4563.0, 4476.0, 4613.0, 4545.0, 4492.0, 4482.0, 4519.0, 4534.0, 4535.0, 4546.0, 4525.0, 4505.0, 4556.0, 4523.0, 4492.0, 4531.0, 4500.0, 4532.0, 4500.0, 4499.0, 4499.0, 4481.0, 4520.0, 4490.0, 4509.0, 4493.0, 4494.0, 4513.0, 4493.0, 4494.0, 4518.0, 4508.0, 4526.0, 4508.0, 4514.0, 4506.0, 4484.0, 4507.0, 4511.0, 4520.0, 4500.0, 4528.0, 4469.0, 4539.0, 4481.0, 4510.0, 4500.0, 4479.0, 4511.0, 4576.0, 4537.0, 4523.0, 4523.0, 4469.0, 4540.0, 4505.0, 4562.0, 4531.0, 4559.0, 4539.0, 4559.0, 4529.0, 4503.0, 4535.0, 4495.0, 4543.0, 4503.0, 4532.0, 4513.0, 4532.0], 'WindowWidth': [10056.0, 10081.0, 10041.0, 10032.0, 10043.0, 10070.0, 10032.0, 10023.0, 9960.0, 10000.0, 9928.0, 9995.0, 9957.0, 9971.0, 9919.0, 9898.0, 9944.0, 9887.0, 9962.0, 9931.0, 9961.0, 9916.0, 9859.0, 9938.0, 9898.0, 9940.0, 9915.0, 9862.0, 9944.0, 9876.0, 9944.0, 9892.0, 9943.0, 9890.0, 9927.0, 9891.0, 9928.0, 9898.0, 9935.0, 9922.0, 9924.0, 9902.0, 9882.0, 9922.0, 9898.0, 9939.0, 9912.0, 9954.0, 9962.0, 9978.0, 9969.0, 9995.0, 9972.0, 9996.0, 9979.0, 9941.0, 9980.0, 9969.0, 9976.0, 9977.0, 10012.0, 9972.0, 10008.0, 9979.0, 10004.0, 9996.0, 10057.0, 9997.0, 10043.0, 9990.0, 10015.0, 9950.0, 10004.0, 9962.0, 9917.0, 9970.0, 9912.0, 10006.0, 9978.0, 9978.0, 9974.0, 9932.0, 9947.0, 9894.0, 9938.0, 9868.0, 9921.0, 9861.0, 9920.0, 9893.0, 9906.0, 9889.0, 9877.0, 9919.0, 9930.0, 9903.0, 9933.0, 9937.0, 9955.0, 9941.0, 9968.0, 9936.0, 9961.0, 9939.0, 10004.0, 9955.0, 9973.0, 9937.0, 9956.0, 9949.0, 9959.0, 9976.0, 10002.0, 9978.0, 10006.0, 9977.0, 9937.0, 9979.0, 9971.0, 9983.0, 9956.0, 9977.0, 9946.0, 9975.0, 10018.0, 9970.0, 10021.0, 9987.0, 10018.0, 9950.0, 9998.0, 9973.0, 10022.0, 9963.0, 9982.0, 9927.0, 9954.0, 9964.0, 9906.0, 9948.0, 9907.0, 9891.0, 9880.0, 9886.0, 9920.0, 9926.0, 9940.0, 9943.0, 9952.0, 9923.0, 9945.0, 9935.0, 9940.0, 9918.0, 9941.0, 9936.0, 9914.0, 9915.0, 9882.0, 9908.0, 9902.0, 9903.0, 9883.0, 9901.0, 9855.0, 9896.0, 9850.0, 9898.0, 9851.0, 9880.0, 9867.0, 9880.0, 9881.0, 9885.0, 9889.0, 9890.0, 9927.0, 9938.0, 9975.0, 9969.0, 9978.0, 9934.0, 9946.0, 9930.0, 9942.0, 9946.0, 9962.0, 9966.0, 9986.0, 10004.0, 10003.0, 9987.0, 9974.0, 9971.0, 9904.0, 9985.0, 9957.0, 9968.0, 9961.0, 9992.0, 9953.0, 10000.0, 9964.0, 9980.0, 9956.0, 9985.0, 9930.0, 9941.0, 9958.0, 9921.0, 9974.0, 9945.0, 9960.0, 9901.0, 9920.0, 9897.0, 9923.0, 9957.0, 9927.0, 9927.0, 9893.0, 9947.0, 9918.0, 9956.0, 9912.0, 9882.0, 9940.0, 9896.0, 9920.0, 9893.0, 9904.0, 9890.0, 9910.0, 9892.0, 9890.0, 9906.0, 9861.0, 9903.0, 9878.0, 9910.0, 9899.0, 9930.0, 9915.0, 9917.0, 9934.0, 9936.0, 9937.0, 9954.0, 9987.0, 9962.0, 9962.0, 9943.0, 9961.0, 9940.0, 9990.0, 9952.0, 10006.0, 9968.0, 10001.0, 10000.0, 9979.0, 9980.0, 9963.0, 9965.0, 9985.0, 10010.0, 10007.0, 10009.0, 10005.0, 9977.0, 9947.0, 9967.0, 9942.0, 10006.0, 9989.0, 10003.0, 9968.0, 9932.0, 9992.0, 9939.0, 9999.0, 9956.0, 10000.0, 9976.0, 10115.0, 9962.0, 9921.0, 9836.0, 9811.0, 9759.0, 9727.0, 9801.0, 9789.0, 9881.0, 9849.0, 9800.0, 9860.0, 9828.0, 9843.0, 9844.0, 9936.0, 9811.0, 9896.0, 9858.0, 9886.0, 9775.0, 9738.0, 9841.0, 9851.0, 9839.0, 9863.0, 9873.0, 9837.0, 9898.0, 9923.0, 9947.0, 9911.0, 9874.0, 9892.0, 9898.0, 9948.0, 9908.0, 9970.0, 9917.0, 9880.0, 9910.0, 9894.0, 9948.0, 9909.0, 9960.0, 9927.0, 9989.0, 9918.0, 9895.0, 9910.0, 9892.0, 9930.0, 9890.0, 9954.0, 9929.0, 9971.0, 9941.0, 9949.0, 9919.0, 9937.0, 9958.0, 9956.0, 9962.0, 9944.0, 9955.0, 9944.0, 9959.0, 9937.0, 9940.0, 9954.0, 10003.0, 10006.0, 9981.0, 9961.0, 9964.0, 9987.0, 10033.0, 9944.0, 9973.0, 9931.0, 9950.0, 9919.0, 9941.0, 9912.0, 9941.0, 9916.0, 9953.0, 9935.0, 9950.0, 9931.0, 9907.0, 9933.0, 9901.0, 9943.0, 9929.0, 9874.0, 9908.0, 9894.0, 9922.0, 9895.0, 9937.0, 9913.0, 9900.0, 9913.0, 9881.0, 9900.0, 9881.0, 9882.0, 9884.0, 9903.0, 9892.0, 9906.0, 9888.0, 9902.0, 9910.0, 9909.0, 9927.0, 9939.0, 9939.0, 9952.0, 9941.0, 9938.0, 9928.0, 9884.0, 9926.0, 9898.0, 9926.0, 9894.0, 9924.0, 9945.0, 9963.0, 9949.0, 9963.0, 9963.0, 9972.0, 9959.0, 9955.0, 9959.0, 9939.0, 9938.0, 9944.0, 9960.0, 9961.0, 9974.0, 9956.0, 9970.0, 9956.0, 9955.0, 9951.0, 9953.0, 9965.0, 9979.0, 10022.0, 9967.0, 9930.0, 9889.0, 9867.0, 9902.0, 9912.0, 9932.0, 9961.0, 9923.0, 9944.0, 9898.0, 9855.0, 9951.0, 9943.0, 9957.0, 9951.0, 9924.0, 9917.0, 9905.0, 9879.0, 9937.0, 9908.0, 9882.0, 9942.0, 9913.0, 9871.0, 9856.0, 9864.0, 9897.0, 9873.0, 9881.0, 9884.0, 9912.0, 9921.0, 9915.0, 9863.0, 9929.0, 9945.0, 9908.0, 9935.0, 9900.0, 9928.0, 9910.0, 9945.0, 9939.0, 9946.0, 9895.0, 9925.0, 9936.0, 9961.0, 9946.0, 9957.0, 9979.0, 9915.0, 9945.0, 9929.0, 9985.0, 9958.0, 9990.0, 9976.0, 10007.0, 9966.0, 9932.0, 9948.0, 9984.0, 9938.0, 9963.0, 9910.0, 9883.0, 9889.0, 9877.0, 9921.0, 9876.0, 9933.0, 9872.0, 9920.0, 9850.0, 9909.0, 9856.0, 9854.0, 9825.0, 9836.0, 9810.0, 9839.0, 9840.0, 9876.0, 9838.0, 9863.0, 9846.0, 9852.0, 9847.0, 9863.0, 9872.0, 9837.0, 9858.0, 9856.0, 9870.0, 9865.0, 9868.0, 9870.0, 9875.0, 9911.0, 9895.0, 9896.0, 9894.0, 9899.0, 9887.0, 9886.0, 9897.0, 9879.0, 9880.0, 9881.0, 9907.0, 9921.0, 9904.0, 9897.0, 9921.0, 9901.0, 9927.0, 9892.0, 9911.0, 9918.0, 9910.0, 9939.0, 9882.0, 9833.0, 9890.0, 9884.0, 9911.0, 9932.0, 9944.0, 9926.0, 9874.0, 9904.0, 9898.0, 9920.0, 9919.0, 9922.0, 9908.0, 9923.0, 9917.0, 9921.0, 9917.0, 9924.0, 9949.0, 9961.0, 9956.0, 9963.0, 9942.0, 9928.0, 9918.0, 9875.0, 9904.0, 9939.0, 9922.0, 9942.0, 9946.0, 9938.0, 9939.0, 9984.0, 9977.0, 9968.0, 9924.0, 9923.0, 9945.0, 9921.0, 9929.0, 9913.0, 9976.0, 9914.0, 9918.0, 9947.0, 9892.0, 9942.0, 9884.0, 9930.0, 9861.0, 9890.0, 9872.0, 9871.0, 9858.0, 9852.0, 9855.0, 9852.0, 9859.0, 9843.0, 9882.0, 9880.0, 9888.0, 9814.0, 9852.0, 9836.0, 9661.0, 9680.0, 9988.0, 9894.0, 9916.0, 9881.0, 9895.0, 9874.0, 9900.0, 9895.0, 9915.0, 9869.0, 9913.0, 9882.0, 9917.0, 9878.0, 9932.0, 9889.0, 9910.0, 9889.0, 9896.0, 9890.0, 9914.0, 9907.0, 9923.0, 9915.0, 9954.0, 9923.0, 9976.0, 9910.0, 9961.0, 9931.0, 9933.0, 9925.0, 9932.0, 9921.0, 9920.0, 9924.0, 9932.0, 9907.0, 9947.0, 9892.0, 9928.0, 9888.0, 9925.0, 9902.0, 9939.0, 9902.0, 9925.0, 9883.0, 9890.0, 9883.0, 9876.0, 9880.0, 9861.0, 9877.0, 9877.0, 9949.0, 9916.0, 9949.0, 9956.0, 9896.0, 9950.0, 9916.0, 9926.0, 9885.0, 9917.0, 9906.0, 9882.0, 9906.0, 9897.0, 9917.0, 9924.0, 9929.0, 9912.0, 9961.0, 9921.0, 9970.0, 9913.0, 9951.0, 9911.0, 9963.0, 9932.0, 9932.0, 9881.0, 9835.0, 9873.0, 9838.0, 9885.0, 9824.0, 9871.0, 9848.0, 9893.0, 9907.0, 9895.0, 9879.0, 9909.0, 9870.0, 9891.0, 9870.0, 9865.0, 9862.0, 9826.0, 9834.0, 9882.0, 9930.0, 9952.0, 9910.0, 9919.0, 9927.0, 9886.0, 9899.0, 9864.0, 9845.0, 9883.0, 9879.0, 9820.0, 9884.0, 9895.0, 9929.0, 9847.0, 9798.0, 9857.0, 9791.0, 9841.0, 9811.0, 9828.0, 9861.0, 9861.0, 9837.0, 9875.0, 9860.0, 9850.0, 9895.0, 9855.0, 9859.0, 9882.0, 9900.0, 9894.0, 9863.0, 9909.0, 9905.0, 9935.0, 9909.0, 9950.0, 9912.0, 9979.0, 9916.0, 9978.0, 9912.0, 9957.0, 9896.0, 9946.0, 9909.0, 9948.0, 9933.0, 9927.0, 9954.0, 9966.0, 9962.0, 9955.0, 9981.0, 9934.0, 9904.0, 9947.0, 9939.0, 9960.0, 9966.0, 9988.0, 9992.0, 10010.0, 9975.0, 10001.0, 9863.0, 10105.0, 9990.0, 9855.0, 9847.0, 9908.0, 9947.0, 9948.0, 9967.0, 9935.0, 9908.0, 9985.0, 9926.0, 9880.0, 9938.0, 9890.0, 9940.0, 9888.0, 9886.0, 9885.0, 9861.0, 9914.0, 9874.0, 9898.0, 9880.0, 9883.0, 9909.0, 9883.0, 9886.0, 9926.0, 9911.0, 9934.0, 9910.0, 9914.0, 9905.0, 9872.0, 9909.0, 9921.0, 9933.0, 9905.0, 9940.0, 9859.0, 9952.0, 9875.0, 9914.0, 9899.0, 9869.0, 9917.0, 10019.0, 9969.0, 9939.0, 9939.0, 9859.0, 9959.0, 9920.0, 9997.0, 9947.0, 9987.0, 9956.0, 9986.0, 9941.0, 9896.0, 9946.0, 9889.0, 9954.0, 9896.0, 9939.0, 9911.0, 9937.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.006923908045977011</td></tr>
<tr><td colspan=3>aqi</td><td>0.09140643298850576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.61148478223244</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1360522362485623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005738525201395</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>4982.0947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2900570883244583</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>316</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8365730445723756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.700997935603191</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.100628653347979</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7080925447659574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005136804189532995</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019047271460294724</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.871388283670804</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>31.9768</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3536</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.411</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300186.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.3323</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8954</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.4664</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3671.9011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1010.2253</td></tr>
<tr><td colspan=3>tsnr</td><td>21.462656640505884</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>