ds005256-mriqc/sub-0079_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 7cb6b6f26a [DATALAD RUNCMD] Compute MRIQC for sub-0079
=== 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-0079 --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-0079",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:42:06 +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-0079_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0079_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>65d3f1346bee99b58dcd0f1b164e336d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:10:3.582500</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.999927, 0.00939499, -0.00759102, -0.00872622, 0.996446, 0.0837849]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104914</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7778, -7243, 488, 18, -82, 62, 14]</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>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46592527-a36c-49fd-9b60-e73332c56377||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.6827311515808105, -0.023411806672811508, -0.022548237815499306, 115.82984161376953], [-0.0252060666680336, 2.6733908653259277, 0.22602394223213196, -90.91085052490234], [-0.020366156473755836, -0.2247888296842575, 2.6904282569885254, -42.00956344604492], [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': ['131003.582500', '131004.042500', '131004.502500', '131004.962500', '131005.422500', '131005.882500', '131006.342500', '131006.802500', '131007.262500', '131007.722500', '131008.182500', '131008.642500', '131009.102500', '131009.562500', '131010.022500', '131010.482500', '131010.942500', '131011.402500', '131011.862500', '131012.322500', '131012.782500', '131013.242500', '131013.702500', '131014.162500', '131014.622500', '131015.082500', '131015.542500', '131016.002500', '131016.462500', '131016.922500', '131017.382500', '131017.842500', '131018.302500', '131018.762500', '131019.222500', '131019.682500', '131020.142500', '131020.602500', '131021.062500', '131021.522500', '131021.982500', '131022.442500', '131022.902500', '131023.362500', '131023.822500', '131024.282500', '131024.742500', '131025.202500', '131025.662500', '131026.122500', '131026.582500', '131027.042500', '131027.502500', '131027.962500', '131028.422500', '131028.882500', '131029.342500', '131029.802500', '131030.262500', '131030.722500', '131031.182500', '131031.642500', '131032.102500', '131032.562500', '131033.022500', '131033.482500', '131033.942500', '131034.402500', '131034.862500', '131035.322500', '131035.782500', '131036.242500', '131036.702500', '131037.162500', '131037.622500', '131038.082500', '131038.542500', '131039.002500', '131039.462500', '131039.922500', '131040.382500', '131040.842500', '131041.302500', '131041.762500', '131042.222500', '131042.682500', '131043.142500', '131043.602500', '131044.062500', '131044.522500', '131044.982500', '131045.442500', '131045.902500', '131046.362500', '131046.822500', '131047.282500', '131047.742500', '131048.202500', '131048.662500', '131049.122500', '131049.582500', '131050.042500', '131050.502500', '131050.962500', '131051.422500', '131051.882500', '131052.342500', '131052.802500', '131053.262500', '131053.722500', '131054.182500', '131054.642500', '131055.102500', '131055.562500', '131056.022500', '131056.482500', '131056.942500', '131057.402500', '131057.862500', '131058.322500', '131058.782500', '131059.242500', '131059.702500', '131100.162500', '131100.622500', '131101.082500', '131101.542500', '131102.002500', '131102.462500', '131102.922500', '131103.382500', '131103.842500', '131104.302500', '131104.762500', '131105.222500', '131105.682500', '131106.142500', '131106.602500', '131107.062500', '131107.522500', '131107.982500', '131108.442500', '131108.902500', '131109.362500', '131109.822500', '131110.282500', '131110.742500', '131111.202500', '131111.662500', '131112.122500', '131112.582500', '131113.042500', '131113.502500', '131113.962500', '131114.422500', '131114.882500', '131115.342500', '131115.802500', '131116.262500', '131116.722500', '131117.182500', '131117.642500', '131118.102500', '131118.562500', '131119.022500', '131119.482500', '131119.942500', '131120.402500', '131120.862500', '131121.322500', '131121.782500', '131122.242500', '131122.702500', '131123.162500', '131123.622500', '131124.082500', '131124.542500', '131125.002500', '131125.462500', '131125.922500', '131126.382500', '131126.842500', '131127.302500', '131127.762500', '131128.222500', '131128.682500', '131129.142500', '131129.602500', '131130.062500', '131130.522500', '131130.982500', '131131.442500', '131131.902500', '131132.362500', '131132.822500', '131133.282500', '131133.742500', '131134.202500', '131134.662500', '131135.122500', '131135.582500', '131136.042500', '131136.502500', '131136.962500', '131137.422500', '131137.882500', '131138.342500', '131138.802500', '131139.262500', '131139.722500', '131140.182500', '131140.642500', '131141.102500', '131141.562500', '131142.022500', '131142.482500', '131142.942500', '131143.402500', '131143.862500', '131144.322500', '131144.782500', '131145.242500', '131145.702500', '131146.162500', '131146.622500', '131147.082500', '131147.542500', '131148.002500', '131148.462500', '131148.922500', '131149.382500', '131149.842500', '131150.302500', '131150.762500', '131151.222500', '131151.682500', '131152.142500', '131152.602500', '131153.062500', '131153.522500', '131153.982500', '131154.442500', '131154.902500', '131155.362500', '131155.822500', '131156.282500', '131156.742500', '131157.202500', '131157.662500', '131158.122500', '131158.582500', '131159.042500', '131159.502500', '131159.962500', '131200.422500', '131200.882500', '131201.342500', '131201.802500', '131202.262500', '131202.722500', '131203.182500', '131203.642500', '131204.102500', '131204.562500', '131205.022500', '131205.482500', '131205.942500', '131206.402500', '131206.862500', '131207.322500', '131207.782500', '131208.242500', '131208.702500', '131209.162500', '131209.622500', '131210.082500', '131210.542500', '131211.002500', '131211.462500', '131211.922500', '131212.382500', '131212.842500', '131213.302500', '131213.762500', '131214.222500', '131214.682500', '131215.142500', '131215.602500', '131216.062500', '131216.522500', '131216.982500', '131217.442500', '131217.902500', '131218.362500', '131218.822500', '131219.282500', '131219.742500', '131220.202500', '131220.662500', '131221.122500', '131221.582500', '131222.042500', '131222.502500', '131222.962500', '131223.422500', '131223.882500', '131224.342500', '131224.802500', '131225.262500', '131225.722500', '131226.182500', '131226.642500', '131227.102500', '131227.562500', '131228.022500', '131228.482500', '131228.942500', '131229.402500', '131229.862500', '131230.322500', '131230.782500', '131231.242500', '131231.702500', '131232.162500', '131232.622500', '131233.082500', '131233.542500', '131234.002500', '131234.462500', '131234.922500', '131235.382500', '131235.842500', '131236.302500', '131236.762500', '131237.222500', '131237.682500', '131238.142500', '131238.602500', '131239.062500', '131239.522500', '131239.982500', '131240.442500', '131240.902500', '131241.362500', '131241.822500', '131242.282500', '131242.742500', '131243.202500', '131243.662500', '131244.122500', '131244.582500', '131245.042500', '131245.502500', '131245.962500', '131246.422500', '131246.882500', '131247.342500', '131247.802500', '131248.262500', '131248.722500', '131249.182500', '131249.642500', '131250.102500', '131250.562500', '131251.022500', '131251.482500', '131251.942500', '131252.402500', '131252.862500', '131253.322500', '131253.782500', '131254.242500', '131254.702500', '131255.162500', '131255.622500', '131256.082500', '131256.542500', '131257.002500', '131257.462500', '131257.922500', '131258.382500', '131258.842500', '131259.302500', '131259.762500', '131300.222500', '131300.682500', '131301.142500', '131301.602500', '131302.062500', '131302.522500', '131302.982500', '131303.442500', '131303.902500', '131304.362500', '131304.822500', '131305.282500', '131305.742500', '131306.202500', '131306.662500', '131307.122500', '131307.582500', '131308.042500', '131308.502500', '131308.962500', '131309.422500', '131309.882500', '131310.342500', '131310.802500', '131311.262500', '131311.722500', '131312.182500', '131312.642500', '131313.102500', '131313.562500', '131314.022500', '131314.482500', '131314.942500', '131315.402500', '131315.862500', '131316.322500', '131316.782500', '131317.242500', '131317.702500', '131318.162500', '131318.622500', '131319.082500', '131319.542500', '131320.002500', '131320.462500', '131320.922500', '131321.382500', '131321.842500', '131322.302500', '131322.762500', '131323.222500', '131323.682500', '131324.142500', '131324.602500', '131325.062500', '131325.522500', '131325.982500', '131326.442500', '131326.902500', '131327.362500', '131327.822500', '131328.282500', '131328.742500', '131329.202500', '131329.662500', '131330.122500', '131330.582500', '131331.042500', '131331.502500', '131331.962500', '131332.422500', '131332.882500', '131333.342500', '131333.802500', '131334.262500', '131334.722500', '131335.182500', '131335.642500', '131336.102500', '131336.562500', '131337.022500', '131337.482500', '131337.942500', '131338.402500', '131338.862500', '131339.322500', '131339.782500', '131340.242500', '131340.702500', '131341.162500', '131341.622500', '131342.082500', '131342.542500', '131343.002500', '131343.462500', '131343.922500', '131344.382500', '131344.842500', '131345.302500', '131345.762500', '131346.222500', '131346.682500', '131347.142500', '131347.602500', '131348.062500', '131348.522500', '131348.982500', '131349.442500', '131349.902500', '131350.362500', '131350.822500', '131351.282500', '131351.742500', '131352.202500', '131352.662500', '131353.122500', '131353.582500', '131354.042500', '131354.502500', '131354.962500', '131355.422500', '131355.882500', '131356.342500', '131356.802500', '131357.262500', '131357.722500', '131358.182500', '131358.642500', '131359.102500', '131359.562500', '131400.022500', '131400.482500', '131400.942500', '131401.402500', '131401.862500', '131402.322500', '131402.782500', '131403.242500', '131403.702500', '131404.162500', '131404.622500', '131405.082500', '131405.542500', '131406.002500', '131406.462500', '131406.922500', '131407.382500', '131407.842500', '131408.302500', '131408.762500', '131409.222500', '131409.682500', '131410.142500', '131410.602500', '131411.062500', '131411.522500', '131411.982500', '131412.442500', '131412.902500', '131413.362500', '131413.822500', '131414.282500', '131414.742500', '131415.202500', '131415.662500', '131416.122500', '131416.582500', '131417.042500', '131417.502500', '131417.962500', '131418.422500', '131418.882500', '131419.342500', '131419.802500', '131420.262500', '131420.722500', '131421.182500', '131421.642500', '131422.102500', '131422.562500', '131423.022500', '131423.482500', '131423.942500', '131424.402500', '131424.862500', '131425.322500', '131425.782500', '131426.242500', '131426.702500', '131427.162500', '131427.622500', '131428.082500', '131428.542500', '131429.002500', '131429.462500', '131429.922500', '131430.382500', '131430.842500', '131431.302500', '131431.762500', '131432.222500', '131432.682500', '131433.142500', '131433.602500', '131434.062500', '131434.522500', '131434.982500', '131435.442500', '131435.902500', '131436.362500', '131436.822500', '131437.282500', '131437.742500', '131438.202500', '131438.662500', '131439.122500', '131439.582500', '131440.042500', '131440.502500', '131440.962500', '131441.422500', '131441.882500', '131442.342500', '131442.802500', '131443.262500', '131443.722500', '131444.182500', '131444.642500', '131445.102500', '131445.562500', '131446.022500', '131446.482500', '131446.942500', '131447.402500', '131447.862500', '131448.322500', '131448.782500', '131449.242500', '131449.702500', '131450.162500', '131450.622500', '131451.082500', '131451.542500', '131452.002500', '131452.462500', '131452.922500', '131453.382500', '131453.842500', '131454.302500', '131454.762500', '131455.222500', '131455.682500', '131456.142500', '131456.602500', '131457.062500', '131457.522500', '131457.982500', '131458.442500', '131458.902500', '131459.362500', '131459.822500', '131500.282500', '131500.742500', '131501.202500', '131501.662500', '131502.122500', '131502.582500', '131503.042500', '131503.502500', '131503.962500', '131504.422500', '131504.882500', '131505.342500', '131505.802500', '131506.262500', '131506.722500', '131507.182500', '131507.642500', '131508.102500', '131508.562500', '131509.022500', '131509.482500', '131509.942500', '131510.402500', '131510.862500', '131511.322500', '131511.782500', '131512.242500', '131512.702500', '131513.162500', '131513.622500', '131514.082500', '131514.542500', '131515.002500', '131515.462500', '131515.922500', '131516.382500', '131516.842500', '131517.302500', '131517.762500', '131518.222500', '131518.682500', '131519.142500', '131519.602500', '131520.062500', '131520.522500', '131520.982500', '131521.442500', '131521.902500', '131522.362500', '131522.822500', '131523.282500', '131523.742500', '131524.202500', '131524.662500', '131525.122500', '131525.582500', '131526.042500', '131526.502500', '131526.962500', '131527.422500', '131527.882500', '131528.342500', '131528.802500', '131529.262500', '131529.722500', '131530.182500', '131530.642500', '131531.102500', '131531.562500', '131532.022500', '131532.482500', '131532.942500', '131533.402500', '131533.862500', '131534.322500', '131534.782500', '131535.242500', '131535.702500', '131536.162500', '131536.622500', '131537.082500', '131537.542500', '131538.002500', '131538.462500', '131538.922500', '131539.382500', '131539.842500', '131540.302500', '131540.762500', '131541.222500', '131541.682500', '131542.142500', '131542.602500', '131543.062500', '131543.522500', '131543.982500', '131544.442500', '131544.902500', '131545.362500', '131545.822500', '131546.282500', '131546.742500', '131547.202500', '131547.662500', '131548.122500', '131548.582500', '131549.042500', '131549.502500', '131549.962500', '131550.422500', '131550.882500', '131551.342500', '131551.802500', '131552.262500', '131552.722500', '131553.182500', '131553.642500', '131554.102500', '131554.562500', '131555.022500', '131555.482500', '131555.942500', '131556.402500', '131556.862500', '131557.322500', '131557.782500', '131558.242500', '131558.702500', '131559.162500', '131559.622500', '131600.082500', '131600.542500', '131601.002500', '131601.462500', '131601.922500', '131602.382500', '131602.842500', '131603.302500', '131603.762500', '131604.222500', '131604.682500', '131605.142500', '131605.602500', '131606.062500', '131606.522500', '131606.982500', '131607.442500', '131607.902500', '131608.362500', '131608.822500', '131609.282500', '131609.742500', '131610.202500', '131610.662500', '131611.122500', '131611.582500', '131612.042500', '131612.502500', '131612.962500', '131613.422500', '131613.882500', '131614.342500', '131614.802500', '131615.262500', '131615.722500', '131616.182500', '131616.642500', '131617.102500', '131617.562500', '131618.022500', '131618.482500', '131618.942500', '131619.402500', '131619.862500', '131620.322500', '131620.782500', '131621.242500', '131621.702500', '131622.162500', '131622.622500', '131623.082500', '131623.542500', '131624.002500', '131624.462500', '131624.922500', '131625.382500', '131625.842500', '131626.302500', '131626.762500', '131627.222500', '131627.682500', '131628.142500', '131628.602500', '131629.062500', '131629.522500', '131629.982500', '131630.442500', '131630.902500', '131631.362500', '131631.822500', '131632.282500', '131632.742500', '131633.202500', '131633.662500', '131634.122500', '131634.582500', '131635.042500', '131635.502500', '131635.962500', '131636.422500', '131636.882500', '131637.342500', '131637.802500', '131638.262500', '131638.722500', '131639.182500', '131639.642500', '131640.102500', '131640.562500', '131641.022500', '131641.482500', '131641.942500', '131642.402500', '131642.862500', '131643.322500', '131643.782500', '131644.242500'], 'ContentTime': ['131024.786000', '131024.790000', '131024.792000', '131024.795000', '131024.798000', '131024.800000', '131024.803000', '131024.805000', '131024.808000', '131024.811000', '131024.820000', '131024.823000', '131024.825000', '131024.828000', '131024.830000', '131024.833000', '131024.835000', '131024.838000', '131024.840000', '131024.843000', '131024.845000', '131024.848000', '131024.851000', '131024.853000', '131024.856000', '131024.858000', '131024.861000', '131024.863000', '131024.866000', '131024.869000', '131024.871000', '131024.874000', '131024.876000', '131024.879000', '131024.881000', '131024.884000', '131024.886000', '131024.889000', '131024.893000', '131024.896000', '131024.899000', '131024.901000', '131024.904000', '131024.906000', '131044.744000', '131044.747000', '131044.750000', '131044.753000', '131044.755000', '131044.758000', '131044.760000', '131044.763000', '131044.765000', '131044.768000', '131044.770000', '131044.773000', '131044.775000', '131044.778000', '131044.780000', '131044.783000', '131044.785000', '131044.788000', '131044.790000', '131044.793000', '131044.796000', '131044.798000', '131044.801000', '131044.803000', '131044.806000', '131044.808000', '131044.811000', '131044.813000', '131044.816000', '131044.818000', '131044.821000', '131044.824000', '131044.826000', '131044.829000', '131044.831000', '131044.834000', '131044.836000', '131044.839000', '131044.841000', '131044.853000', '131044.855000', '131044.858000', '131044.860000', '131104.744000', '131104.747000', '131104.757000', '131104.759000', '131104.762000', '131104.764000', '131104.767000', '131104.769000', '131104.772000', '131104.774000', '131104.777000', '131104.780000', '131104.782000', '131104.785000', '131104.787000', '131104.790000', '131104.792000', '131104.795000', '131104.797000', '131104.800000', '131104.802000', '131104.805000', '131104.808000', '131104.810000', '131104.813000', '131104.815000', '131104.818000', '131104.821000', '131104.823000', '131104.826000', '131104.828000', '131104.831000', '131104.833000', '131104.836000', '131104.839000', '131104.841000', '131104.849000', '131104.852000', '131104.855000', '131104.857000', '131104.860000', '131104.862000', '131104.865000', '131104.867000', '131124.745000', '131124.747000', '131124.750000', '131124.753000', '131124.755000', '131124.758000', '131124.760000', '131124.763000', '131124.765000', '131124.768000', '131124.770000', '131124.773000', '131124.776000', '131124.778000', '131124.781000', '131124.783000', '131124.786000', '131124.788000', '131124.791000', '131124.793000', '131124.796000', '131124.798000', '131124.801000', '131124.803000', '131124.806000', '131124.809000', '131124.811000', '131124.814000', '131124.816000', '131124.819000', '131124.821000', '131124.824000', '131124.826000', '131124.829000', '131124.832000', '131124.834000', '131124.837000', '131124.839000', '131124.842000', '131124.844000', '131124.847000', '131124.849000', '131124.852000', '131144.746000', '131144.748000', '131144.751000', '131144.754000', '131144.756000', '131144.759000', '131144.761000', '131144.764000', '131144.766000', '131144.777000', '131144.780000', '131144.783000', '131144.785000', '131144.788000', '131144.790000', '131144.793000', '131144.796000', '131144.798000', '131144.801000', '131144.803000', '131144.806000', '131144.808000', '131144.811000', '131144.813000', '131144.816000', '131144.819000', '131144.821000', '131144.824000', '131144.826000', '131144.829000', '131144.831000', '131144.834000', '131144.837000', '131144.839000', '131144.842000', '131144.844000', '131144.847000', '131144.849000', '131144.852000', '131144.855000', '131144.857000', '131144.860000', '131144.871000', '131144.873000', '131204.746000', '131204.748000', '131204.751000', '131204.754000', '131204.756000', '131204.759000', '131204.761000', '131204.764000', '131204.767000', '131204.769000', '131204.772000', '131204.780000', '131204.783000', '131204.785000', '131204.788000', '131204.790000', '131204.793000', '131204.795000', '131204.798000', '131204.800000', '131204.803000', '131204.806000', '131204.808000', '131204.811000', '131204.813000', '131204.816000', '131204.818000', '131204.821000', '131204.823000', '131204.826000', '131204.828000', '131204.831000', '131204.834000', '131204.836000', '131204.839000', '131204.841000', '131204.844000', '131204.846000', '131204.849000', '131204.852000', '131204.854000', '131204.857000', '131204.859000', '131224.745000', '131224.747000', '131224.750000', '131224.753000', '131224.755000', '131224.758000', '131224.760000', '131224.763000', '131224.765000', '131224.768000', '131224.771000', '131224.773000', '131224.776000', '131224.779000', '131224.781000', '131224.784000', '131224.786000', '131224.789000', '131224.791000', '131224.794000', '131224.797000', '131224.799000', '131224.802000', '131224.804000', '131224.807000', '131224.809000', '131224.812000', '131224.815000', '131224.817000', '131224.820000', '131224.822000', '131224.825000', '131224.827000', '131224.830000', '131224.832000', '131224.835000', '131224.838000', '131224.840000', '131224.843000', '131224.846000', '131224.848000', '131224.851000', '131224.853000', '131244.744000', '131244.747000', '131244.750000', '131244.752000', '131244.755000', '131244.757000', '131244.760000', '131244.763000', '131244.765000', '131244.768000', '131244.770000', '131244.773000', '131244.776000', '131244.784000', '131244.786000', '131244.789000', '131244.791000', '131244.794000', '131244.797000', '131244.799000', '131244.802000', '131244.804000', '131244.807000', '131244.809000', '131244.812000', '131244.815000', '131244.817000', '131244.820000', '131244.822000', '131244.825000', '131244.827000', '131244.830000', '131244.832000', '131244.835000', '131244.838000', '131244.840000', '131244.843000', '131244.845000', '131244.848000', '131244.851000', '131244.853000', '131244.856000', '131244.858000', '131244.861000', '131304.744000', '131304.747000', '131304.750000', '131304.752000', '131304.755000', '131304.758000', '131304.760000', '131304.763000', '131304.765000', '131304.768000', '131304.771000', '131304.773000', '131304.776000', '131304.779000', '131304.781000', '131304.784000', '131304.786000', '131304.789000', '131304.792000', '131304.794000', '131304.797000', '131304.799000', '131304.802000', '131304.805000', '131304.807000', '131304.810000', '131304.812000', '131304.815000', '131304.817000', '131304.820000', '131304.822000', '131304.825000', '131304.828000', '131304.830000', '131304.833000', '131304.835000', '131304.838000', '131304.840000', '131304.843000', '131304.846000', '131304.848000', '131304.851000', '131304.853000', '131304.856000', '131324.744000', '131324.747000', '131324.750000', '131324.752000', '131324.755000', '131324.758000', '131324.760000', '131324.763000', '131324.765000', '131324.768000', '131324.771000', '131324.773000', '131324.776000', '131324.778000', '131324.781000', '131324.784000', '131324.786000', '131324.789000', '131324.791000', '131324.794000', '131324.797000', '131324.799000', '131324.802000', '131324.804000', '131324.807000', '131324.809000', '131324.812000', '131324.814000', '131324.817000', '131324.820000', '131324.822000', '131324.825000', '131324.827000', '131324.830000', '131324.832000', '131324.835000', '131324.838000', '131324.840000', '131324.843000', '131324.845000', '131324.848000', '131324.850000', '131324.853000', '131344.745000', '131344.748000', '131344.751000', '131344.753000', '131344.756000', '131344.759000', '131344.761000', '131344.764000', '131344.766000', '131344.769000', '131344.771000', '131344.774000', '131344.777000', '131344.779000', '131344.782000', '131344.784000', '131344.787000', '131344.790000', '131344.792000', '131344.795000', '131344.797000', '131344.800000', '131344.803000', '131344.805000', '131344.808000', '131344.810000', '131344.813000', '131344.815000', '131344.818000', '131344.820000', '131344.823000', '131344.826000', '131344.828000', '131344.831000', '131344.833000', '131344.836000', '131344.838000', '131344.841000', '131344.844000', '131344.846000', '131344.849000', '131344.851000', '131344.854000', '131404.745000', '131404.748000', '131404.751000', '131404.754000', '131404.756000', '131404.759000', '131404.761000', '131404.764000', '131404.766000', '131404.769000', '131404.772000', '131404.774000', '131404.777000', '131404.779000', '131404.782000', '131404.784000', '131404.787000', '131404.790000', '131404.792000', '131404.795000', '131404.797000', '131404.800000', '131404.802000', '131404.805000', '131404.807000', '131404.810000', '131404.813000', '131404.815000', '131404.818000', '131404.820000', '131404.823000', '131404.825000', '131404.828000', '131404.830000', '131404.833000', '131404.836000', '131404.838000', '131404.841000', '131404.843000', '131404.846000', '131404.848000', '131404.851000', '131404.854000', '131404.856000', '131424.745000', '131424.748000', '131424.751000', '131424.753000', '131424.756000', '131424.759000', '131424.762000', '131424.765000', '131424.767000', '131424.770000', '131424.772000', '131424.775000', '131424.778000', '131424.780000', '131424.783000', '131424.786000', '131424.788000', '131424.791000', '131424.793000', '131424.796000', '131424.799000', '131424.801000', '131424.804000', '131424.806000', '131424.809000', '131424.811000', '131424.814000', '131424.817000', '131424.820000', '131424.822000', '131424.825000', '131424.827000', '131424.830000', '131424.832000', '131424.835000', '131424.837000', '131424.840000', '131424.843000', '131424.845000', '131424.848000', '131424.850000', '131424.853000', '131424.855000', '131444.745000', '131444.748000', '131444.750000', '131444.753000', '131444.755000', '131444.758000', '131444.760000', '131444.763000', '131444.765000', '131444.768000', '131444.771000', '131444.773000', '131444.776000', '131444.778000', '131444.781000', '131444.783000', '131444.795000', '131444.798000', '131444.800000', '131444.803000', '131444.806000', '131444.819000', '131444.821000', '131444.824000', '131444.826000', '131444.829000', '131444.832000', '131444.834000', '131444.837000', '131444.839000', '131444.842000', '131444.844000', '131444.847000', '131444.850000', '131444.852000', '131444.855000', '131444.857000', '131444.860000', '131444.862000', '131444.865000', '131444.867000', '131444.870000', '131444.873000', '131444.875000', '131504.745000', '131504.747000', '131504.750000', '131504.752000', '131504.755000', '131504.757000', '131504.760000', '131504.763000', '131504.765000', '131504.768000', '131504.770000', '131504.773000', '131504.775000', '131504.778000', '131504.781000', '131504.783000', '131504.786000', '131504.788000', '131504.791000', '131504.794000', '131504.796000', '131504.799000', '131504.801000', '131504.804000', '131504.806000', '131504.809000', '131504.811000', '131504.814000', '131504.817000', '131504.819000', '131504.822000', '131504.825000', '131504.827000', '131504.830000', '131504.832000', '131504.835000', '131504.837000', '131504.840000', '131504.843000', '131504.845000', '131504.848000', '131504.850000', '131504.853000', '131504.856000', '131524.745000', '131524.748000', '131524.750000', '131524.753000', '131524.755000', '131524.758000', '131524.761000', '131524.764000', '131524.766000', '131524.769000', '131524.771000', '131524.774000', '131524.777000', '131524.779000', '131524.782000', '131524.784000', '131524.787000', '131524.790000', '131524.792000', '131524.795000', '131524.798000', '131524.800000', '131524.803000', '131524.806000', '131524.808000', '131524.811000', '131524.813000', '131524.816000', '131524.819000', '131524.821000', '131524.824000', '131524.826000', '131524.829000', '131524.832000', '131524.834000', '131524.837000', '131524.839000', '131524.842000', '131524.845000', '131524.847000', '131524.850000', '131524.852000', '131524.855000', '131544.744000', '131544.747000', '131544.750000', '131544.752000', '131544.755000', '131544.758000', '131544.760000', '131544.763000', '131544.765000', '131544.768000', '131544.771000', '131544.773000', '131544.776000', '131544.779000', '131544.781000', '131544.784000', '131544.787000', '131544.789000', '131544.792000', '131544.794000', '131544.797000', '131544.800000', '131544.803000', '131544.806000', '131544.808000', '131544.811000', '131544.813000', '131544.816000', '131544.818000', '131544.821000', '131544.823000', '131544.826000', '131544.829000', '131544.831000', '131544.834000', '131544.836000', '131544.839000', '131544.841000', '131544.844000', '131544.847000', '131544.849000', '131544.852000', '131544.855000', '131604.745000', '131604.747000', '131604.750000', '131604.753000', '131604.755000', '131604.758000', '131604.762000', '131604.764000', '131604.767000', '131604.770000', '131604.772000', '131604.775000', '131604.787000', '131604.790000', '131604.792000', '131604.795000', '131604.797000', '131604.800000', '131604.802000', '131604.805000', '131604.807000', '131604.810000', '131604.813000', '131604.815000', '131604.818000', '131604.820000', '131604.823000', '131604.826000', '131604.828000', '131604.831000', '131604.833000', '131604.836000', '131604.838000', '131604.841000', '131604.844000', '131604.846000', '131604.849000', '131604.851000', '131604.854000', '131604.857000', '131604.859000', '131604.862000', '131604.865000', '131604.867000', '131624.745000', '131624.748000', '131624.751000', '131624.753000', '131624.756000', '131624.759000', '131624.761000', '131624.764000', '131624.766000', '131624.769000', '131624.771000', '131624.774000', '131624.777000', '131624.779000', '131624.782000', '131624.784000', '131624.787000', '131624.789000', '131624.792000', '131624.795000', '131624.797000', '131624.800000', '131624.803000', '131624.805000', '131624.808000', '131624.811000', '131624.813000', '131624.816000', '131624.818000', '131624.821000', '131624.823000', '131624.826000', '131624.828000', '131624.831000', '131624.834000', '131624.836000', '131624.848000', '131624.851000', '131624.854000', '131624.856000', '131624.859000', '131624.862000', '131624.864000', '131644.746000', '131644.748000', '131644.751000', '131644.753000', '131644.756000', '131644.759000', '131644.761000', '131644.764000', '131644.766000', '131644.769000', '131644.771000', '131644.774000', '131644.777000', '131644.779000', '131644.782000', '131644.784000', '131644.787000', '131644.789000', '131644.792000', '131644.795000', '131644.797000', '131644.800000', '131644.802000', '131644.805000', '131644.807000', '131644.810000', '131644.813000', '131644.815000', '131644.818000', '131644.820000', '131644.823000', '131644.825000', '131644.828000', '131644.831000', '131644.833000', '131644.836000', '131644.838000', '131644.841000', '131644.844000', '131644.846000', '131644.849000', '131644.851000', '131644.854000', '131644.857000', '131645.481000', '131645.484000'], 'InstanceCreationTime': ['131024.786000', '131024.790000', '131024.792000', '131024.795000', '131024.798000', '131024.800000', '131024.803000', '131024.805000', '131024.808000', '131024.811000', '131024.820000', '131024.823000', '131024.825000', '131024.828000', '131024.830000', '131024.833000', '131024.835000', '131024.838000', '131024.840000', '131024.843000', '131024.845000', '131024.848000', '131024.851000', '131024.853000', '131024.856000', '131024.858000', '131024.861000', '131024.863000', '131024.866000', '131024.869000', '131024.871000', '131024.874000', '131024.876000', '131024.879000', '131024.881000', '131024.884000', '131024.886000', '131024.889000', '131024.893000', '131024.896000', '131024.899000', '131024.901000', '131024.904000', '131024.906000', '131044.744000', '131044.747000', '131044.750000', '131044.753000', '131044.755000', '131044.758000', '131044.760000', '131044.763000', '131044.765000', '131044.768000', '131044.770000', '131044.773000', '131044.775000', '131044.778000', '131044.780000', '131044.783000', '131044.785000', '131044.788000', '131044.790000', '131044.793000', '131044.796000', '131044.798000', '131044.801000', '131044.803000', '131044.806000', '131044.808000', '131044.811000', '131044.813000', '131044.816000', '131044.818000', '131044.821000', '131044.824000', '131044.826000', '131044.829000', '131044.831000', '131044.834000', '131044.836000', '131044.839000', '131044.841000', '131044.853000', '131044.855000', '131044.858000', '131044.860000', '131104.744000', '131104.747000', '131104.757000', '131104.759000', '131104.762000', '131104.764000', '131104.767000', '131104.769000', '131104.772000', '131104.774000', '131104.777000', '131104.780000', '131104.782000', '131104.785000', '131104.787000', '131104.790000', '131104.792000', '131104.795000', '131104.797000', '131104.800000', '131104.802000', '131104.805000', '131104.808000', '131104.810000', '131104.813000', '131104.815000', '131104.818000', '131104.821000', '131104.823000', '131104.826000', '131104.828000', '131104.831000', '131104.833000', '131104.836000', '131104.839000', '131104.841000', '131104.849000', '131104.852000', '131104.855000', '131104.857000', '131104.860000', '131104.862000', '131104.865000', '131104.867000', '131124.745000', '131124.747000', '131124.750000', '131124.753000', '131124.755000', '131124.758000', '131124.760000', '131124.763000', '131124.765000', '131124.768000', '131124.770000', '131124.773000', '131124.776000', '131124.778000', '131124.781000', '131124.783000', '131124.786000', '131124.788000', '131124.791000', '131124.793000', '131124.796000', '131124.798000', '131124.801000', '131124.803000', '131124.806000', '131124.809000', '131124.811000', '131124.814000', '131124.816000', '131124.819000', '131124.821000', '131124.824000', '131124.826000', '131124.829000', '131124.832000', '131124.834000', '131124.837000', '131124.839000', '131124.842000', '131124.844000', '131124.847000', '131124.849000', '131124.852000', '131144.746000', '131144.748000', '131144.751000', '131144.754000', '131144.756000', '131144.759000', '131144.761000', '131144.764000', '131144.766000', '131144.777000', '131144.780000', '131144.783000', '131144.785000', '131144.788000', '131144.790000', '131144.793000', '131144.796000', '131144.798000', '131144.801000', '131144.803000', '131144.806000', '131144.808000', '131144.811000', '131144.813000', '131144.816000', '131144.819000', '131144.821000', '131144.824000', '131144.826000', '131144.829000', '131144.831000', '131144.834000', '131144.837000', '131144.839000', '131144.842000', '131144.844000', '131144.847000', '131144.849000', '131144.852000', '131144.855000', '131144.857000', '131144.860000', '131144.871000', '131144.873000', '131204.746000', '131204.748000', '131204.751000', '131204.754000', '131204.756000', '131204.759000', '131204.761000', '131204.764000', '131204.767000', '131204.769000', '131204.772000', '131204.780000', '131204.783000', '131204.785000', '131204.788000', '131204.790000', '131204.793000', '131204.795000', '131204.798000', '131204.800000', '131204.803000', '131204.806000', '131204.808000', '131204.811000', '131204.813000', '131204.816000', '131204.818000', '131204.821000', '131204.823000', '131204.826000', '131204.828000', '131204.831000', '131204.834000', '131204.836000', '131204.839000', '131204.841000', '131204.844000', '131204.846000', '131204.849000', '131204.852000', '131204.854000', '131204.857000', '131204.859000', '131224.745000', '131224.747000', '131224.750000', '131224.753000', '131224.755000', '131224.758000', '131224.760000', '131224.763000', '131224.765000', '131224.768000', '131224.771000', '131224.773000', '131224.776000', '131224.779000', '131224.781000', '131224.784000', '131224.786000', '131224.789000', '131224.791000', '131224.794000', '131224.797000', '131224.799000', '131224.802000', '131224.804000', '131224.807000', '131224.809000', '131224.812000', '131224.815000', '131224.817000', '131224.820000', '131224.822000', '131224.825000', '131224.827000', '131224.830000', '131224.832000', '131224.835000', '131224.838000', '131224.840000', '131224.843000', '131224.846000', '131224.848000', '131224.851000', '131224.853000', '131244.744000', '131244.747000', '131244.750000', '131244.752000', '131244.755000', '131244.757000', '131244.760000', '131244.763000', '131244.765000', '131244.768000', '131244.770000', '131244.773000', '131244.776000', '131244.784000', '131244.786000', '131244.789000', '131244.791000', '131244.794000', '131244.797000', '131244.799000', '131244.802000', '131244.804000', '131244.807000', '131244.809000', '131244.812000', '131244.815000', '131244.817000', '131244.820000', '131244.822000', '131244.825000', '131244.827000', '131244.830000', '131244.832000', '131244.835000', '131244.838000', '131244.840000', '131244.843000', '131244.845000', '131244.848000', '131244.851000', '131244.853000', '131244.856000', '131244.858000', '131244.861000', '131304.744000', '131304.747000', '131304.750000', '131304.752000', '131304.755000', '131304.758000', '131304.760000', '131304.763000', '131304.765000', '131304.768000', '131304.771000', '131304.773000', '131304.776000', '131304.779000', '131304.781000', '131304.784000', '131304.786000', '131304.789000', '131304.792000', '131304.794000', '131304.797000', '131304.799000', '131304.802000', '131304.805000', '131304.807000', '131304.810000', '131304.812000', '131304.815000', '131304.817000', '131304.820000', '131304.822000', '131304.825000', '131304.828000', '131304.830000', '131304.833000', '131304.835000', '131304.838000', '131304.840000', '131304.843000', '131304.846000', '131304.848000', '131304.851000', '131304.853000', '131304.856000', '131324.744000', '131324.747000', '131324.750000', '131324.752000', '131324.755000', '131324.758000', '131324.760000', '131324.763000', '131324.765000', '131324.768000', '131324.771000', '131324.773000', '131324.776000', '131324.778000', '131324.781000', '131324.784000', '131324.786000', '131324.789000', '131324.791000', '131324.794000', '131324.797000', '131324.799000', '131324.802000', '131324.804000', '131324.807000', '131324.809000', '131324.812000', '131324.814000', '131324.817000', '131324.820000', '131324.822000', '131324.825000', '131324.827000', '131324.830000', '131324.832000', '131324.835000', '131324.838000', '131324.840000', '131324.843000', '131324.845000', '131324.848000', '131324.850000', '131324.853000', '131344.745000', '131344.748000', '131344.751000', '131344.753000', '131344.756000', '131344.759000', '131344.761000', '131344.764000', '131344.766000', '131344.769000', '131344.771000', '131344.774000', '131344.777000', '131344.779000', '131344.782000', '131344.784000', '131344.787000', '131344.790000', '131344.792000', '131344.795000', '131344.797000', '131344.800000', '131344.803000', '131344.805000', '131344.808000', '131344.810000', '131344.813000', '131344.815000', '131344.818000', '131344.820000', '131344.823000', '131344.826000', '131344.828000', '131344.831000', '131344.833000', '131344.836000', '131344.838000', '131344.841000', '131344.844000', '131344.846000', '131344.849000', '131344.851000', '131344.854000', '131404.745000', '131404.748000', '131404.751000', '131404.754000', '131404.756000', '131404.759000', '131404.761000', '131404.764000', '131404.766000', '131404.769000', '131404.772000', '131404.774000', '131404.777000', '131404.779000', '131404.782000', '131404.784000', '131404.787000', '131404.790000', '131404.792000', '131404.795000', '131404.797000', '131404.800000', '131404.802000', '131404.805000', '131404.807000', '131404.810000', '131404.813000', '131404.815000', '131404.818000', '131404.820000', '131404.823000', '131404.825000', '131404.828000', '131404.830000', '131404.833000', '131404.836000', '131404.838000', '131404.841000', '131404.843000', '131404.846000', '131404.848000', '131404.851000', '131404.854000', '131404.856000', '131424.745000', '131424.748000', '131424.751000', '131424.753000', '131424.756000', '131424.759000', '131424.762000', '131424.765000', '131424.767000', '131424.770000', '131424.772000', '131424.775000', '131424.778000', '131424.780000', '131424.783000', '131424.786000', '131424.788000', '131424.791000', '131424.793000', '131424.796000', '131424.799000', '131424.801000', '131424.804000', '131424.806000', '131424.809000', '131424.811000', '131424.814000', '131424.817000', '131424.820000', '131424.822000', '131424.825000', '131424.827000', '131424.830000', '131424.832000', '131424.835000', '131424.837000', '131424.840000', '131424.843000', '131424.845000', '131424.848000', '131424.850000', '131424.853000', '131424.855000', '131444.745000', '131444.748000', '131444.750000', '131444.753000', '131444.755000', '131444.758000', '131444.760000', '131444.763000', '131444.765000', '131444.768000', '131444.771000', '131444.773000', '131444.776000', '131444.778000', '131444.781000', '131444.783000', '131444.795000', '131444.798000', '131444.800000', '131444.803000', '131444.806000', '131444.819000', '131444.821000', '131444.824000', '131444.826000', '131444.829000', '131444.832000', '131444.834000', '131444.837000', '131444.839000', '131444.842000', '131444.844000', '131444.847000', '131444.850000', '131444.852000', '131444.855000', '131444.857000', '131444.860000', '131444.862000', '131444.865000', '131444.867000', '131444.870000', '131444.873000', '131444.875000', '131504.745000', '131504.747000', '131504.750000', '131504.752000', '131504.755000', '131504.757000', '131504.760000', '131504.763000', '131504.765000', '131504.768000', '131504.770000', '131504.773000', '131504.775000', '131504.778000', '131504.781000', '131504.783000', '131504.786000', '131504.788000', '131504.791000', '131504.794000', '131504.796000', '131504.799000', '131504.801000', '131504.804000', '131504.806000', '131504.809000', '131504.811000', '131504.814000', '131504.817000', '131504.819000', '131504.822000', '131504.825000', '131504.827000', '131504.830000', '131504.832000', '131504.835000', '131504.837000', '131504.840000', '131504.843000', '131504.845000', '131504.848000', '131504.850000', '131504.853000', '131504.856000', '131524.745000', '131524.748000', '131524.750000', '131524.753000', '131524.755000', '131524.758000', '131524.761000', '131524.764000', '131524.766000', '131524.769000', '131524.771000', '131524.774000', '131524.777000', '131524.779000', '131524.782000', '131524.784000', '131524.787000', '131524.790000', '131524.792000', '131524.795000', '131524.798000', '131524.800000', '131524.803000', '131524.806000', '131524.808000', '131524.811000', '131524.813000', '131524.816000', '131524.819000', '131524.821000', '131524.824000', '131524.826000', '131524.829000', '131524.832000', '131524.834000', '131524.837000', '131524.839000', '131524.842000', '131524.845000', '131524.847000', '131524.850000', '131524.852000', '131524.855000', '131544.744000', '131544.747000', '131544.750000', '131544.752000', '131544.755000', '131544.758000', '131544.760000', '131544.763000', '131544.765000', '131544.768000', '131544.771000', '131544.773000', '131544.776000', '131544.779000', '131544.781000', '131544.784000', '131544.787000', '131544.789000', '131544.792000', '131544.794000', '131544.797000', '131544.800000', '131544.803000', '131544.806000', '131544.808000', '131544.811000', '131544.813000', '131544.816000', '131544.818000', '131544.821000', '131544.823000', '131544.826000', '131544.829000', '131544.831000', '131544.834000', '131544.836000', '131544.839000', '131544.841000', '131544.844000', '131544.847000', '131544.849000', '131544.852000', '131544.855000', '131604.745000', '131604.747000', '131604.750000', '131604.753000', '131604.755000', '131604.758000', '131604.762000', '131604.764000', '131604.767000', '131604.770000', '131604.772000', '131604.775000', '131604.787000', '131604.790000', '131604.792000', '131604.795000', '131604.797000', '131604.800000', '131604.802000', '131604.805000', '131604.807000', '131604.810000', '131604.813000', '131604.815000', '131604.818000', '131604.820000', '131604.823000', '131604.826000', '131604.828000', '131604.831000', '131604.833000', '131604.836000', '131604.838000', '131604.841000', '131604.844000', '131604.846000', '131604.849000', '131604.851000', '131604.854000', '131604.857000', '131604.859000', '131604.862000', '131604.865000', '131604.867000', '131624.745000', '131624.748000', '131624.751000', '131624.753000', '131624.756000', '131624.759000', '131624.761000', '131624.764000', '131624.766000', '131624.769000', '131624.771000', '131624.774000', '131624.777000', '131624.779000', '131624.782000', '131624.784000', '131624.787000', '131624.789000', '131624.792000', '131624.795000', '131624.797000', '131624.800000', '131624.803000', '131624.805000', '131624.808000', '131624.811000', '131624.813000', '131624.816000', '131624.818000', '131624.821000', '131624.823000', '131624.826000', '131624.828000', '131624.831000', '131624.834000', '131624.836000', '131624.848000', '131624.851000', '131624.854000', '131624.856000', '131624.859000', '131624.862000', '131624.864000', '131644.746000', '131644.748000', '131644.751000', '131644.753000', '131644.756000', '131644.759000', '131644.761000', '131644.764000', '131644.766000', '131644.769000', '131644.771000', '131644.774000', '131644.777000', '131644.779000', '131644.782000', '131644.784000', '131644.787000', '131644.789000', '131644.792000', '131644.795000', '131644.797000', '131644.800000', '131644.802000', '131644.805000', '131644.807000', '131644.810000', '131644.813000', '131644.815000', '131644.818000', '131644.820000', '131644.823000', '131644.825000', '131644.828000', '131644.831000', '131644.833000', '131644.836000', '131644.838000', '131644.841000', '131644.844000', '131644.846000', '131644.849000', '131644.851000', '131644.854000', '131644.857000', '131645.481000', '131645.484000'], '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': [11280, 15032, 9930, 12876, 8770, 12628, 10061, 13989, 8307, 10145, 8066, 9517, 9315, 9840, 14491, 13157, 8659, 9529, 10166, 9021, 17280, 11255, 19287, 12552, 14158, 9194, 16269, 9707, 16642, 10453, 16759, 13225, 9221, 13718, 8881, 17190, 11936, 18034, 14830, 18554, 10845, 11238, 8451, 9255, 8523, 9061, 12790, 13328, 8185, 9989, 7998, 9732, 7943, 11284, 11055, 14760, 8590, 11541, 12526, 9770, 18561, 14630, 19521, 12185, 8663, 10442, 9610, 15074, 11423, 14632, 9672, 16189, 18540, 10116, 13966, 9253, 15120, 14484, 19451, 15269, 16009, 8819, 10502, 11878, 9705, 17624, 10976, 13409, 10289, 8556, 8732, 8381, 9633, 9134, 9761, 12301, 11214, 8062, 16335, 10229, 11455, 9073, 9510, 12608, 17736, 14208, 20748, 13264, 16513, 9872, 14794, 10166, 13317, 9122, 14973, 8511, 12306, 8442, 10172, 8282, 10337, 8557, 14247, 9667, 14006, 8400, 10559, 8676, 9240, 15106, 11220, 16291, 12289, 9280, 9217, 9051, 8755, 17188, 10967, 17270, 12794, 15499, 9280, 13732, 8871, 12245, 11122, 13731, 12716, 15599, 8091, 11514, 8333, 10097, 9809, 11006, 15907, 13707, 8832, 9360, 8347, 9201, 15812, 11721, 17137, 12483, 9266, 8940, 10089, 8857, 15992, 11569, 13445, 10697, 8213, 9212, 14271, 9681, 17403, 12701, 17335, 12375, 14072, 9243, 9673, 8868, 11602, 11364, 12850, 15495, 8117, 13360, 8541, 13166, 9368, 15061, 15970, 17300, 9658, 12862, 8555, 12328, 8434, 15781, 13268, 20145, 10697, 15630, 9273, 13904, 9276, 18126, 12361, 18315, 12956, 11273, 9158, 10736, 9065, 16675, 10610, 16494, 11767, 9852, 9323, 8054, 8567, 8373, 9184, 13563, 13610, 8576, 10447, 8962, 9347, 9514, 8706, 17701, 15122, 11501, 11156, 8151, 11504, 8570, 14588, 10819, 14167, 8363, 9813, 9724, 14513, 8674, 22754, 19806, 10450, 12567, 10188, 15103, 11649, 8388, 13044, 19967, 14316, 18197, 14383, 20971, 12592, 14074, 8852, 9329, 9241, 12679, 9572, 13889, 11342, 8120, 8958, 8239, 9754, 9261, 11121, 11086, 13194, 8025, 10351, 8289, 9174, 11837, 9505, 13631, 12653, 8406, 9229, 8239, 9399, 9724, 9546, 13700, 13789, 8480, 9992, 8195, 12150, 8566, 15376, 13579, 21620, 17309, 14567, 20185, 22711, 15597, 13601, 14829, 13628, 16455, 9790, 8159, 10503, 8871, 8691, 10887, 15169, 12466, 20622, 14987, 18033, 10340, 10451, 8603, 11980, 8903, 15649, 12162, 10364, 9489, 8769, 8960, 8353, 9869, 9054, 16521, 9597, 14541, 8911, 12417, 8740, 9367, 14827, 11329, 14934, 13204, 8383, 9646, 8003, 10831, 8232, 11499, 9216, 13192, 12955, 13427, 8605, 9551, 12893, 9297, 19536, 13145, 17817, 13428, 16889, 9052, 14603, 9279, 12934, 12577, 17223, 18974, 11623, 11049, 9007, 9436, 13338, 8787, 8400, 9115, 8546, 14021, 10554, 9158, 14442, 15394, 12731, 19468, 14787, 20970, 16243, 20984, 14148, 12935, 9617, 8955, 9250, 8864, 15126, 9084, 13744, 8420, 8419, 12177, 11705, 15355, 10487, 9393, 10495, 10439, 15329, 8310, 14067, 9112, 16420, 13617, 16915, 16653, 21409, 17095, 12281, 8767, 9008, 13877, 12421, 13097, 8828, 8756, 9048, 9675, 8936, 16096, 10230, 11016, 11885, 8247, 8424, 12069, 10048, 14423, 13505, 20472, 15411, 16902, 13429, 10615, 13451, 10097, 14582, 9575, 12178, 8960, 12219, 8961, 12046, 10345, 8599, 8431, 8335, 9046, 8200, 9543, 8399, 12645, 11538, 14651, 9280, 13644, 8707, 13642, 9257, 15273, 11607, 17510, 9803, 13691, 9021, 11995, 9936, 9887, 19865, 13412, 18548, 12168, 9150, 8618, 8467, 8108, 9280, 8828, 16011, 11668, 11493, 8723, 8964, 12651, 16611, 14365, 10437, 17459, 11953, 19984, 13016, 13613, 9393, 20136, 12799, 15673, 11266, 18241, 10727, 14887, 9048, 12744, 9067, 12449, 9117, 15177, 9505, 11178, 8946, 15052, 8517, 13276, 8800, 11649, 8938, 12376, 7914, 9712, 8238, 10071, 7956, 11031, 11683, 12144, 8290, 9556, 17870, 11912, 17574, 12674, 17741, 13323, 13153, 8962, 9434, 9175, 14647, 9934, 14251, 10239, 13362, 8235, 9806, 10650, 8743, 17647, 13623, 11802, 9108, 13921, 8506, 16690, 9638, 15226, 11901, 18263, 8990, 15097, 8675, 13010, 9159, 12305, 11210, 13185, 8942, 9277, 7992, 8728, 17313, 8580, 14244, 10482, 14321, 8828, 11723, 8452, 10679, 8304, 11539, 9099, 14769, 8766, 13866, 8689, 11702, 12900, 9869, 18604, 14409, 13808, 9724, 15261, 8838, 15162, 11028, 17197, 10281, 14422, 8875, 10390, 8136, 9368, 13351, 12380, 9250, 8826, 8163, 8815, 8152, 9689, 14112, 14801, 9725, 10111, 8627, 9074, 17689, 10640, 21671, 15332, 17211, 10557, 9024, 8530, 11159, 8533, 15333, 11516, 13837, 11231, 7810, 10417, 8028, 13132, 10959, 18721, 13464, 10921, 9531, 8160, 9737, 16223, 11868, 18893, 16603, 19540, 21695, 19630, 14475, 12069, 11827, 11444, 8948, 9317, 9035, 8503, 9619, 8964, 8487, 11459, 10038, 9919, 16700, 12672, 18117, 14272, 10714, 9693, 8832, 8786, 9779, 9896, 12512, 15017, 8452, 10465, 8449, 11036, 8436, 12294, 8766, 16090, 10051, 16233, 9141, 13332, 10447, 11066, 10888, 8286, 9287, 11106, 9465, 16947, 12066, 15324, 13330, 8050, 10163, 8314, 12657, 8568, 13500, 10790, 12099, 9787, 10415, 8601, 10253, 9870, 10987, 18056, 8910, 14418, 8417, 12783, 8602, 11524, 8563, 13104, 10238, 14761, 7969, 10257, 8517, 11456, 8522, 13365, 11524, 15700, 8570, 14399, 9130, 12237, 14570, 11324, 20554, 15900, 17693, 10647, 9092, 9011, 12496, 8905, 15130, 13181, 9149, 9172, 8244, 9701, 8097, 10512, 11199, 18147, 10061, 15806, 9062, 12332, 15071, 10201, 10530, 8618, 8840, 16284, 12174, 19694, 9012, 17543, 11321, 15341, 9901, 16641, 13887, 19807, 8685, 14348, 8637, 13861, 8929, 14506, 9412, 13389, 10898, 8494, 8572, 8038, 10824, 8553, 15313, 11719, 15524, 8789, 15385, 8998, 14661, 15450, 16937, 20848, 16031, 11355, 10770, 8315, 8128, 8319, 8226, 8648, 13802, 10661, 11240, 17645, 18176, 16355, 19254, 18864, 21748, 16715, 18824, 11785, 13758, 9012, 15244, 12161, 17164, 8676, 10407, 9089, 12395, 9072, 13682, 8751, 13735, 9721, 14909, 9493, 12832, 9003, 11642, 8377, 11135, 8616, 11669, 9376, 13763, 8809, 9779, 8781, 10336, 8876, 12621, 10326, 16195, 10618, 16072, 12841], 'WindowCenter': [4823.0, 4830.0, 4764.0, 4776.0, 4716.0, 4751.0, 4721.0, 4757.0, 4700.0, 4716.0, 4690.0, 4706.0, 4706.0, 4716.0, 4757.0, 4746.0, 4697.0, 4706.0, 4715.0, 4709.0, 4787.0, 4737.0, 4799.0, 4736.0, 4746.0, 4706.0, 4765.0, 4707.0, 4781.0, 4731.0, 4779.0, 4759.0, 4720.0, 4758.0, 4709.0, 4778.0, 4736.0, 4775.0, 4744.0, 4777.0, 4705.0, 4713.0, 4683.0, 4693.0, 4683.0, 4693.0, 4733.0, 4743.0, 4682.0, 4703.0, 4685.0, 4704.0, 4687.0, 4727.0, 4725.0, 4755.0, 4696.0, 4726.0, 4734.0, 4705.0, 4774.0, 4769.0, 4787.0, 4736.0, 4698.0, 4726.0, 4719.0, 4770.0, 4739.0, 4771.0, 4720.0, 4777.0, 4786.0, 4718.0, 4744.0, 4694.0, 4754.0, 4746.0, 4776.0, 4743.0, 4740.0, 4680.0, 4690.0, 4698.0, 4678.0, 4751.0, 4699.0, 4719.0, 4689.0, 4669.0, 4670.0, 4670.0, 4690.0, 4692.0, 4701.0, 4720.0, 4725.0, 4688.0, 4777.0, 4727.0, 4736.0, 4707.0, 4717.0, 4748.0, 4774.0, 4745.0, 4773.0, 4721.0, 4740.0, 4691.0, 4729.0, 4688.0, 4717.0, 4680.0, 4728.0, 4669.0, 4706.0, 4670.0, 4690.0, 4671.0, 4703.0, 4694.0, 4753.0, 4705.0, 4742.0, 4684.0, 4713.0, 4681.0, 4691.0, 4744.0, 4712.0, 4754.0, 4722.0, 4694.0, 4694.0, 4695.0, 4696.0, 4775.0, 4725.0, 4776.0, 4736.0, 4753.0, 4705.0, 4743.0, 4693.0, 4733.0, 4724.0, 4744.0, 4747.0, 4752.0, 4685.0, 4722.0, 4685.0, 4711.0, 4704.0, 4712.0, 4766.0, 4745.0, 4694.0, 4693.0, 4682.0, 4703.0, 4765.0, 4724.0, 4775.0, 4733.0, 4693.0, 4693.0, 4705.0, 4706.0, 4763.0, 4722.0, 4757.0, 4712.0, 4695.0, 4703.0, 4743.0, 4705.0, 4776.0, 4733.0, 4774.0, 4735.0, 4741.0, 4691.0, 4703.0, 4705.0, 4725.0, 4735.0, 4745.0, 4765.0, 4687.0, 4745.0, 4694.0, 4740.0, 4706.0, 4753.0, 4766.0, 4765.0, 4694.0, 4732.0, 4683.0, 4720.0, 4684.0, 4752.0, 4732.0, 4784.0, 4712.0, 4750.0, 4690.0, 4728.0, 4692.0, 4771.0, 4721.0, 4761.0, 4730.0, 4712.0, 4690.0, 4701.0, 4692.0, 4763.0, 4712.0, 4762.0, 4724.0, 4705.0, 4692.0, 4684.0, 4684.0, 4685.0, 4702.0, 4744.0, 4747.0, 4693.0, 4713.0, 4694.0, 4705.0, 4760.0, 4708.0, 4763.0, 4753.0, 4713.0, 4709.0, 4671.0, 4710.0, 4682.0, 4752.0, 4711.0, 4729.0, 4683.0, 4700.0, 4704.0, 4743.0, 4705.0, 4806.0, 4795.0, 4726.0, 4745.0, 4728.0, 4767.0, 4725.0, 4697.0, 4745.0, 4772.0, 4732.0, 4760.0, 4730.0, 4770.0, 4709.0, 4730.0, 4680.0, 4693.0, 4693.0, 4718.0, 4690.0, 4730.0, 4709.0, 4670.0, 4681.0, 4681.0, 4691.0, 4692.0, 4711.0, 4713.0, 4731.0, 4672.0, 4702.0, 4670.0, 4694.0, 4726.0, 4703.0, 4743.0, 4743.0, 4681.0, 4693.0, 4685.0, 4704.0, 4705.0, 4703.0, 4746.0, 4756.0, 4697.0, 4716.0, 4696.0, 4736.0, 4709.0, 4766.0, 4786.0, 4815.0, 4793.0, 4770.0, 4820.0, 4840.0, 4781.0, 4761.0, 4758.0, 4735.0, 4753.0, 4691.0, 4686.0, 4722.0, 4706.0, 4695.0, 4727.0, 4754.0, 4723.0, 4774.0, 4754.0, 4762.0, 4691.0, 4700.0, 4670.0, 4711.0, 4681.0, 4739.0, 4721.0, 4688.0, 4678.0, 4671.0, 4680.0, 4683.0, 4701.0, 4681.0, 4775.0, 4701.0, 4740.0, 4694.0, 4722.0, 4683.0, 4693.0, 4743.0, 4710.0, 4743.0, 4733.0, 4683.0, 4694.0, 4683.0, 4711.0, 4682.0, 4725.0, 4706.0, 4744.0, 4736.0, 4744.0, 4693.0, 4704.0, 4733.0, 4693.0, 4776.0, 4733.0, 4775.0, 4732.0, 4751.0, 4683.0, 4740.0, 4693.0, 4746.0, 4747.0, 4790.0, 4797.0, 4749.0, 4737.0, 4707.0, 4719.0, 4758.0, 4721.0, 4724.0, 4720.0, 4709.0, 4771.0, 4742.0, 4722.0, 4758.0, 4757.0, 4722.0, 4762.0, 4731.0, 4772.0, 4740.0, 4758.0, 4718.0, 4696.0, 4665.0, 4654.0, 4663.0, 4666.0, 4724.0, 4668.0, 4727.0, 4669.0, 4672.0, 4733.0, 4734.0, 4754.0, 4712.0, 4695.0, 4711.0, 4701.0, 4742.0, 4671.0, 4728.0, 4682.0, 4749.0, 4730.0, 4776.0, 4767.0, 4786.0, 4763.0, 4734.0, 4695.0, 4693.0, 4731.0, 4749.0, 4750.0, 4707.0, 4708.0, 4706.0, 4718.0, 4709.0, 4792.0, 4755.0, 4753.0, 4775.0, 4725.0, 4726.0, 4763.0, 4730.0, 4769.0, 4762.0, 4789.0, 4744.0, 4742.0, 4710.0, 4678.0, 4708.0, 4665.0, 4706.0, 4662.0, 4683.0, 4654.0, 4682.0, 4654.0, 4706.0, 4685.0, 4657.0, 4656.0, 4671.0, 4677.0, 4671.0, 4691.0, 4682.0, 4731.0, 4724.0, 4742.0, 4694.0, 4733.0, 4685.0, 4731.0, 4696.0, 4755.0, 4725.0, 4762.0, 4703.0, 4733.0, 4682.0, 4711.0, 4692.0, 4691.0, 4768.0, 4720.0, 4759.0, 4707.0, 4680.0, 4670.0, 4671.0, 4669.0, 4690.0, 4695.0, 4765.0, 4726.0, 4724.0, 4696.0, 4698.0, 4760.0, 4778.0, 4758.0, 4728.0, 4788.0, 4739.0, 4798.0, 4746.0, 4746.0, 4705.0, 4786.0, 4734.0, 4755.0, 4715.0, 4774.0, 4702.0, 4741.0, 4694.0, 4721.0, 4692.0, 4721.0, 4691.0, 4754.0, 4704.0, 4713.0, 4696.0, 4753.0, 4695.0, 4731.0, 4695.0, 4725.0, 4695.0, 4734.0, 4685.0, 4698.0, 4697.0, 4716.0, 4700.0, 4739.0, 4748.0, 4736.0, 4697.0, 4716.0, 4773.0, 4724.0, 4773.0, 4735.0, 4773.0, 4743.0, 4733.0, 4692.0, 4691.0, 4706.0, 4754.0, 4718.0, 4754.0, 4716.0, 4745.0, 4686.0, 4705.0, 4715.0, 4695.0, 4774.0, 4743.0, 4724.0, 4693.0, 4741.0, 4695.0, 4763.0, 4705.0, 4750.0, 4735.0, 4774.0, 4692.0, 4750.0, 4692.0, 4731.0, 4691.0, 4722.0, 4712.0, 4731.0, 4691.0, 4689.0, 4670.0, 4680.0, 4760.0, 4681.0, 4740.0, 4712.0, 4743.0, 4692.0, 4721.0, 4684.0, 4711.0, 4697.0, 4733.0, 4706.0, 4766.0, 4707.0, 4754.0, 4695.0, 4737.0, 4747.0, 4715.0, 4785.0, 4758.0, 4745.0, 4701.0, 4751.0, 4694.0, 4751.0, 4714.0, 4773.0, 4712.0, 4740.0, 4694.0, 4712.0, 4685.0, 4703.0, 4742.0, 4745.0, 4704.0, 4693.0, 4693.0, 4692.0, 4696.0, 4705.0, 4752.0, 4754.0, 4703.0, 4713.0, 4694.0, 4691.0, 4774.0, 4709.0, 4791.0, 4754.0, 4760.0, 4712.0, 4691.0, 4692.0, 4722.0, 4693.0, 4754.0, 4720.0, 4745.0, 4727.0, 4647.0, 4688.0, 4656.0, 4742.0, 4752.0, 4812.0, 4759.0, 4729.0, 4703.0, 4682.0, 4688.0, 4752.0, 4720.0, 4770.0, 4762.0, 4787.0, 4800.0, 4813.0, 4768.0, 4746.0, 4737.0, 4722.0, 4691.0, 4692.0, 4689.0, 4692.0, 4705.0, 4694.0, 4696.0, 4722.0, 4702.0, 4704.0, 4762.0, 4731.0, 4759.0, 4743.0, 4697.0, 4678.0, 4680.0, 4668.0, 4691.0, 4689.0, 4720.0, 4739.0, 4671.0, 4700.0, 4680.0, 4711.0, 4683.0, 4721.0, 4693.0, 4764.0, 4706.0, 4761.0, 4705.0, 4744.0, 4715.0, 4723.0, 4713.0, 4684.0, 4691.0, 4714.0, 4704.0, 4762.0, 4722.0, 4767.0, 4743.0, 4674.0, 4701.0, 4696.0, 4732.0, 4697.0, 4747.0, 4724.0, 4735.0, 4704.0, 4715.0, 4696.0, 4716.0, 4703.0, 4725.0, 4788.0, 4694.0, 4753.0, 4694.0, 4733.0, 4695.0, 4735.0, 4696.0, 4744.0, 4715.0, 4753.0, 4684.0, 4714.0, 4696.0, 4736.0, 4707.0, 4756.0, 4750.0, 4766.0, 4707.0, 4755.0, 4706.0, 4735.0, 4756.0, 4725.0, 4784.0, 4765.0, 4762.0, 4714.0, 4693.0, 4693.0, 4732.0, 4703.0, 4752.0, 4744.0, 4692.0, 4703.0, 4684.0, 4706.0, 4697.0, 4713.0, 4724.0, 4785.0, 4714.0, 4767.0, 4722.0, 4747.0, 4767.0, 4728.0, 4727.0, 4707.0, 4707.0, 4776.0, 4736.0, 4782.0, 4696.0, 4761.0, 4713.0, 4753.0, 4704.0, 4749.0, 4742.0, 4770.0, 4681.0, 4740.0, 4680.0, 4728.0, 4692.0, 4743.0, 4692.0, 4743.0, 4713.0, 4694.0, 4694.0, 4687.0, 4725.0, 4707.0, 4766.0, 4737.0, 4766.0, 4695.0, 4754.0, 4706.0, 4769.0, 4778.0, 4802.0, 4821.0, 4791.0, 4751.0, 4752.0, 4725.0, 4726.0, 4725.0, 4711.0, 4724.0, 4784.0, 4754.0, 4752.0, 4804.0, 4794.0, 4768.0, 4766.0, 4764.0, 4772.0, 4728.0, 4736.0, 4684.0, 4704.0, 4654.0, 4711.0, 4683.0, 4721.0, 4654.0, 4674.0, 4652.0, 4691.0, 4653.0, 4702.0, 4667.0, 4715.0, 4678.0, 4724.0, 4676.0, 4703.0, 4666.0, 4694.0, 4657.0, 4684.0, 4667.0, 4697.0, 4666.0, 4718.0, 4668.0, 4686.0, 4669.0, 4700.0, 4683.0, 4706.0, 4686.0, 4750.0, 4701.0, 4751.0, 4732.0], 'WindowWidth': [10555.0, 10534.0, 10428.0, 10428.0, 10343.0, 10380.0, 10336.0, 10380.0, 10307.0, 10321.0, 10289.0, 10305.0, 10307.0, 10320.0, 10376.0, 10360.0, 10294.0, 10306.0, 10317.0, 10315.0, 10421.0, 10348.0, 10440.0, 10345.0, 10359.0, 10304.0, 10384.0, 10305.0, 10416.0, 10346.0, 10413.0, 10384.0, 10333.0, 10380.0, 10314.0, 10408.0, 10345.0, 10401.0, 10351.0, 10409.0, 10298.0, 10306.0, 10268.0, 10279.0, 10270.0, 10281.0, 10335.0, 10350.0, 10269.0, 10296.0, 10277.0, 10300.0, 10284.0, 10335.0, 10332.0, 10371.0, 10291.0, 10331.0, 10341.0, 10301.0, 10398.0, 10398.0, 10421.0, 10346.0, 10297.0, 10331.0, 10327.0, 10400.0, 10359.0, 10404.0, 10332.0, 10409.0, 10419.0, 10322.0, 10353.0, 10284.0, 10368.0, 10357.0, 10407.0, 10349.0, 10344.0, 10259.0, 10270.0, 10280.0, 10252.0, 10358.0, 10283.0, 10312.0, 10269.0, 10243.0, 10245.0, 10248.0, 10274.0, 10279.0, 10289.0, 10315.0, 10329.0, 10284.0, 10408.0, 10338.0, 10352.0, 10309.0, 10321.0, 10365.0, 10402.0, 10357.0, 10398.0, 10315.0, 10345.0, 10274.0, 10325.0, 10269.0, 10308.0, 10260.0, 10322.0, 10242.0, 10288.0, 10247.0, 10269.0, 10251.0, 10294.0, 10287.0, 10366.0, 10302.0, 10346.0, 10273.0, 10309.0, 10265.0, 10278.0, 10353.0, 10305.0, 10367.0, 10321.0, 10285.0, 10284.0, 10288.0, 10290.0, 10402.0, 10330.0, 10406.0, 10344.0, 10366.0, 10303.0, 10350.0, 10286.0, 10339.0, 10328.0, 10355.0, 10363.0, 10365.0, 10277.0, 10320.0, 10274.0, 10307.0, 10300.0, 10310.0, 10386.0, 10356.0, 10288.0, 10283.0, 10268.0, 10299.0, 10385.0, 10326.0, 10401.0, 10336.0, 10284.0, 10284.0, 10301.0, 10305.0, 10380.0, 10324.0, 10377.0, 10311.0, 10290.0, 10300.0, 10353.0, 10303.0, 10405.0, 10339.0, 10401.0, 10342.0, 10348.0, 10280.0, 10297.0, 10302.0, 10330.0, 10343.0, 10360.0, 10386.0, 10283.0, 10356.0, 10289.0, 10346.0, 10307.0, 10369.0, 10389.0, 10388.0, 10285.0, 10333.0, 10269.0, 10315.0, 10274.0, 10360.0, 10336.0, 10414.0, 10306.0, 10359.0, 10275.0, 10325.0, 10279.0, 10391.0, 10319.0, 10379.0, 10329.0, 10306.0, 10276.0, 10291.0, 10281.0, 10379.0, 10309.0, 10376.0, 10330.0, 10300.0, 10281.0, 10273.0, 10272.0, 10276.0, 10296.0, 10353.0, 10362.0, 10285.0, 10311.0, 10287.0, 10305.0, 10406.0, 10312.0, 10378.0, 10370.0, 10307.0, 10299.0, 10250.0, 10300.0, 10269.0, 10364.0, 10305.0, 10329.0, 10269.0, 10289.0, 10297.0, 10350.0, 10307.0, 10460.0, 10433.0, 10336.0, 10358.0, 10339.0, 10391.0, 10328.0, 10294.0, 10356.0, 10394.0, 10331.0, 10377.0, 10329.0, 10388.0, 10298.0, 10327.0, 10257.0, 10282.0, 10280.0, 10310.0, 10273.0, 10330.0, 10299.0, 10250.0, 10264.0, 10265.0, 10277.0, 10281.0, 10305.0, 10308.0, 10330.0, 10254.0, 10290.0, 10249.0, 10283.0, 10330.0, 10297.0, 10351.0, 10354.0, 10268.0, 10285.0, 10278.0, 10299.0, 10302.0, 10298.0, 10359.0, 10375.0, 10295.0, 10318.0, 10293.0, 10346.0, 10314.0, 10389.0, 10432.0, 10485.0, 10441.0, 10400.0, 10509.0, 10539.0, 10422.0, 10389.0, 10377.0, 10339.0, 10361.0, 10276.0, 10277.0, 10326.0, 10308.0, 10290.0, 10334.0, 10368.0, 10323.0, 10399.0, 10368.0, 10377.0, 10275.0, 10286.0, 10247.0, 10303.0, 10263.0, 10339.0, 10317.0, 10267.0, 10255.0, 10248.0, 10258.0, 10269.0, 10289.0, 10265.0, 10401.0, 10293.0, 10343.0, 10284.0, 10319.0, 10267.0, 10281.0, 10349.0, 10302.0, 10350.0, 10337.0, 10269.0, 10282.0, 10270.0, 10305.0, 10268.0, 10326.0, 10306.0, 10355.0, 10344.0, 10353.0, 10284.0, 10298.0, 10336.0, 10282.0, 10408.0, 10337.0, 10402.0, 10333.0, 10360.0, 10268.0, 10342.0, 10283.0, 10363.0, 10368.0, 10430.0, 10440.0, 10373.0, 10354.0, 10311.0, 10329.0, 10382.0, 10337.0, 10345.0, 10333.0, 10317.0, 10405.0, 10362.0, 10334.0, 10381.0, 10375.0, 10321.0, 10378.0, 10329.0, 10397.0, 10343.0, 10367.0, 10305.0, 10274.0, 10229.0, 10214.0, 10225.0, 10234.0, 10310.0, 10237.0, 10318.0, 10244.0, 10250.0, 10338.0, 10341.0, 10370.0, 10307.0, 10286.0, 10304.0, 10291.0, 10346.0, 10250.0, 10322.0, 10265.0, 10354.0, 10328.0, 10401.0, 10392.0, 10422.0, 10382.0, 10341.0, 10289.0, 10285.0, 10331.0, 10366.0, 10368.0, 10310.0, 10310.0, 10305.0, 10323.0, 10312.0, 10437.0, 10389.0, 10386.0, 10419.0, 10349.0, 10348.0, 10394.0, 10345.0, 10399.0, 10390.0, 10433.0, 10350.0, 10347.0, 10296.0, 10248.0, 10287.0, 10225.0, 10283.0, 10220.0, 10250.0, 10210.0, 10246.0, 10213.0, 10286.0, 10259.0, 10222.0, 10221.0, 10246.0, 10251.0, 10249.0, 10275.0, 10265.0, 10331.0, 10325.0, 10348.0, 10284.0, 10334.0, 10272.0, 10329.0, 10291.0, 10370.0, 10329.0, 10380.0, 10297.0, 10334.0, 10266.0, 10301.0, 10276.0, 10272.0, 10383.0, 10310.0, 10370.0, 10290.0, 10257.0, 10244.0, 10248.0, 10245.0, 10278.0, 10287.0, 10383.0, 10334.0, 10329.0, 10290.0, 10295.0, 10386.0, 10410.0, 10382.0, 10341.0, 10424.0, 10354.0, 10436.0, 10359.0, 10359.0, 10302.0, 10420.0, 10337.0, 10371.0, 10315.0, 10397.0, 10292.0, 10345.0, 10286.0, 10318.0, 10280.0, 10320.0, 10282.0, 10369.0, 10299.0, 10311.0, 10290.0, 10366.0, 10291.0, 10333.0, 10288.0, 10327.0, 10288.0, 10340.0, 10275.0, 10288.0, 10295.0, 10319.0, 10306.0, 10356.0, 10368.0, 10347.0, 10295.0, 10318.0, 10399.0, 10324.0, 10400.0, 10342.0, 10399.0, 10352.0, 10339.0, 10282.0, 10281.0, 10305.0, 10371.0, 10323.0, 10371.0, 10319.0, 10357.0, 10278.0, 10303.0, 10316.0, 10291.0, 10399.0, 10355.0, 10328.0, 10285.0, 10350.0, 10288.0, 10381.0, 10300.0, 10360.0, 10344.0, 10396.0, 10283.0, 10360.0, 10284.0, 10334.0, 10280.0, 10322.0, 10307.0, 10334.0, 10278.0, 10273.0, 10249.0, 10262.0, 10371.0, 10267.0, 10344.0, 10308.0, 10351.0, 10282.0, 10320.0, 10274.0, 10309.0, 10300.0, 10342.0, 10312.0, 10390.0, 10312.0, 10371.0, 10293.0, 10349.0, 10364.0, 10317.0, 10418.0, 10380.0, 10358.0, 10294.0, 10363.0, 10288.0, 10363.0, 10313.0, 10396.0, 10309.0, 10345.0, 10287.0, 10307.0, 10278.0, 10301.0, 10351.0, 10360.0, 10300.0, 10286.0, 10286.0, 10283.0, 10295.0, 10303.0, 10366.0, 10374.0, 10298.0, 10309.0, 10286.0, 10280.0, 10398.0, 10302.0, 10424.0, 10372.0, 10373.0, 10307.0, 10281.0, 10281.0, 10322.0, 10283.0, 10369.0, 10317.0, 10358.0, 10333.0, 10209.0, 10264.0, 10224.0, 10350.0, 10380.0, 10470.0, 10387.0, 10342.0, 10300.0, 10271.0, 10272.0, 10364.0, 10314.0, 10388.0, 10380.0, 10431.0, 10474.0, 10479.0, 10401.0, 10362.0, 10352.0, 10324.0, 10281.0, 10285.0, 10276.0, 10285.0, 10305.0, 10290.0, 10291.0, 10323.0, 10294.0, 10298.0, 10377.0, 10330.0, 10373.0, 10354.0, 10280.0, 10254.0, 10257.0, 10242.0, 10276.0, 10269.0, 10316.0, 10341.0, 10251.0, 10288.0, 10264.0, 10303.0, 10269.0, 10318.0, 10288.0, 10385.0, 10302.0, 10373.0, 10302.0, 10353.0, 10316.0, 10324.0, 10309.0, 10271.0, 10278.0, 10311.0, 10299.0, 10378.0, 10319.0, 10390.0, 10352.0, 10260.0, 10294.0, 10291.0, 10338.0, 10296.0, 10362.0, 10329.0, 10342.0, 10298.0, 10315.0, 10291.0, 10319.0, 10297.0, 10331.0, 10424.0, 10287.0, 10366.0, 10288.0, 10337.0, 10289.0, 10342.0, 10294.0, 10354.0, 10319.0, 10366.0, 10273.0, 10313.0, 10295.0, 10349.0, 10310.0, 10376.0, 10373.0, 10389.0, 10310.0, 10371.0, 10307.0, 10343.0, 10377.0, 10330.0, 10418.0, 10390.0, 10379.0, 10310.0, 10282.0, 10282.0, 10339.0, 10300.0, 10362.0, 10358.0, 10282.0, 10296.0, 10274.0, 10303.0, 10296.0, 10312.0, 10329.0, 10417.0, 10315.0, 10390.0, 10334.0, 10366.0, 10396.0, 10341.0, 10339.0, 10310.0, 10311.0, 10404.0, 10346.0, 10410.0, 10289.0, 10377.0, 10307.0, 10365.0, 10299.0, 10357.0, 10348.0, 10388.0, 10264.0, 10342.0, 10263.0, 10324.0, 10280.0, 10348.0, 10283.0, 10352.0, 10311.0, 10286.0, 10285.0, 10282.0, 10332.0, 10310.0, 10389.0, 10349.0, 10385.0, 10289.0, 10368.0, 10307.0, 10398.0, 10414.0, 10450.0, 10483.0, 10438.0, 10375.0, 10381.0, 10347.0, 10351.0, 10347.0, 10325.0, 10343.0, 10428.0, 10385.0, 10376.0, 10459.0, 10453.0, 10394.0, 10393.0, 10385.0, 10398.0, 10321.0, 10330.0, 10256.0, 10279.0, 10212.0, 10288.0, 10249.0, 10301.0, 10213.0, 10239.0, 10208.0, 10259.0, 10213.0, 10278.0, 10236.0, 10301.0, 10255.0, 10310.0, 10248.0, 10280.0, 10235.0, 10267.0, 10222.0, 10255.0, 10237.0, 10276.0, 10235.0, 10303.0, 10238.0, 10261.0, 10241.0, 10285.0, 10267.0, 10285.0, 10258.0, 10352.0, 10288.0, 10358.0, 10335.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.0012757652474108168</td></tr>
<tr><td colspan=3>aqi</td><td>0.019901987111622554</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.46435365366362</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2035900014631333</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012584146739632</td></tr>
<tr><td colspan=3>efc</td><td>0.5209</td></tr>
<tr><td colspan=3>fber</td><td>3454.4502</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10967416651205988</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.93210586881473</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478697775221963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3356916715854985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7156498443447714</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3847518097356195</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172134</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01638510264456272</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03464644402265549</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.060152946617949</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>14.9724</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.8246</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.7343</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1413.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>502.5296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.832</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.5759</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3897.0415</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.075</td></tr>
<tr><td colspan=3>tsnr</td><td>37.6017899584258</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>