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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_ses-03_task-social_acq-mb8_run-03_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-0065_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-03_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-0065/ses-03/func/sub-0065_ses-03_task-social_acq-mb8_run-03_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>3fe63a9a7441caa2e08436b4ac2df519</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>11:15:34.447500</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.999729, -0.0132208, 0.0191457, 0.0129127, 0.999786, 0.0161323]</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-03_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.0969841</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7239, 643, -1, -548, 399, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>efd056b0-65ac-4b16-8921-de7bbce6f20e||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.6822006702423096, 0.03464370593428612, 0.052258171141147614, 108.09440612792969], [0.03547056019306183, 2.682353973388672, 0.042878009378910065, -90.33792877197266], [0.051366470754146576, -0.04328187182545662, 2.6991536617279053, -57.19270706176758], [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': ['111534.447500', '111534.907500', '111535.367500', '111535.827500', '111536.287500', '111536.747500', '111537.207500', '111537.667500', '111538.127500', '111538.587500', '111539.047500', '111539.507500', '111539.967500', '111540.427500', '111540.887500', '111541.347500', '111541.807500', '111542.267500', '111542.727500', '111543.187500', '111543.647500', '111544.107500', '111544.567500', '111545.027500', '111545.487500', '111545.947500', '111546.407500', '111546.867500', '111547.327500', '111547.787500', '111548.247500', '111548.707500', '111549.167500', '111549.627500', '111550.087500', '111550.547500', '111551.007500', '111551.467500', '111551.927500', '111552.387500', '111552.847500', '111553.307500', '111553.767500', '111554.227500', '111554.687500', '111555.147500', '111555.607500', '111556.067500', '111556.527500', '111556.987500', '111557.447500', '111557.907500', '111558.367500', '111558.827500', '111559.287500', '111559.747500', '111600.207500', '111600.667500', '111601.127500', '111601.587500', '111602.047500', '111602.507500', '111602.967500', '111603.427500', '111603.887500', '111604.347500', '111604.807500', '111605.267500', '111605.727500', '111606.187500', '111606.647500', '111607.107500', '111607.567500', '111608.027500', '111608.487500', '111608.947500', '111609.407500', '111609.867500', '111610.327500', '111610.787500', '111611.247500', '111611.707500', '111612.167500', '111612.627500', '111613.087500', '111613.547500', '111614.007500', '111614.467500', '111614.927500', '111615.387500', '111615.847500', '111616.307500', '111616.767500', '111617.227500', '111617.687500', '111618.147500', '111618.607500', '111619.067500', '111619.527500', '111619.987500', '111620.447500', '111620.907500', '111621.367500', '111621.827500', '111622.287500', '111622.747500', '111623.207500', '111623.667500', '111624.127500', '111624.587500', '111625.047500', '111625.507500', '111625.967500', '111626.427500', '111626.887500', '111627.347500', '111627.807500', '111628.267500', '111628.727500', '111629.187500', '111629.647500', '111630.107500', '111630.567500', '111631.027500', '111631.487500', '111631.947500', '111632.407500', '111632.867500', '111633.327500', '111633.787500', '111634.247500', '111634.707500', '111635.167500', '111635.627500', '111636.087500', '111636.547500', '111637.007500', '111637.467500', '111637.927500', '111638.387500', '111638.847500', '111639.307500', '111639.767500', '111640.227500', '111640.687500', '111641.147500', '111641.607500', '111642.067500', '111642.527500', '111642.987500', '111643.447500', '111643.907500', '111644.367500', '111644.827500', '111645.287500', '111645.747500', '111646.207500', '111646.667500', '111647.127500', '111647.587500', '111648.047500', '111648.507500', '111648.967500', '111649.427500', '111649.887500', '111650.347500', '111650.807500', '111651.267500', '111651.727500', '111652.187500', '111652.647500', '111653.107500', '111653.567500', '111654.027500', '111654.487500', '111654.947500', '111655.407500', '111655.867500', '111656.327500', '111656.787500', '111657.247500', '111657.707500', '111658.167500', '111658.627500', '111659.087500', '111659.547500', '111700.007500', '111700.467500', '111700.927500', '111701.387500', '111701.847500', '111702.307500', '111702.767500', '111703.227500', '111703.687500', '111704.147500', '111704.607500', '111705.067500', '111705.527500', '111705.987500', '111706.447500', '111706.907500', '111707.367500', '111707.827500', '111708.287500', '111708.747500', '111709.207500', '111709.667500', '111710.127500', '111710.587500', '111711.047500', '111711.507500', '111711.967500', '111712.427500', '111712.887500', '111713.347500', '111713.807500', '111714.267500', '111714.727500', '111715.187500', '111715.647500', '111716.107500', '111716.567500', '111717.027500', '111717.487500', '111717.947500', '111718.407500', '111718.867500', '111719.327500', '111719.787500', '111720.247500', '111720.707500', '111721.167500', '111721.627500', '111722.087500', '111722.547500', '111723.007500', '111723.467500', '111723.927500', '111724.387500', '111724.847500', '111725.307500', '111725.767500', '111726.227500', '111726.687500', '111727.147500', '111727.607500', '111728.067500', '111728.527500', '111728.987500', '111729.447500', '111729.907500', '111730.367500', '111730.827500', '111731.287500', '111731.747500', '111732.207500', '111732.667500', '111733.127500', '111733.587500', '111734.047500', '111734.507500', '111734.967500', '111735.427500', '111735.887500', '111736.347500', '111736.807500', '111737.267500', '111737.727500', '111738.187500', '111738.647500', '111739.107500', '111739.567500', '111740.027500', '111740.487500', '111740.947500', '111741.407500', '111741.867500', '111742.327500', '111742.787500', '111743.247500', '111743.707500', '111744.167500', '111744.627500', '111745.087500', '111745.547500', '111746.007500', '111746.467500', '111746.927500', '111747.387500', '111747.847500', '111748.307500', '111748.767500', '111749.227500', '111749.687500', '111750.147500', '111750.607500', '111751.067500', '111751.527500', '111751.987500', '111752.447500', '111752.907500', '111753.367500', '111753.827500', '111754.287500', '111754.747500', '111755.207500', '111755.667500', '111756.127500', '111756.587500', '111757.047500', '111757.507500', '111757.967500', '111758.427500', '111758.887500', '111759.347500', '111759.807500', '111800.267500', '111800.727500', '111801.187500', '111801.647500', '111802.107500', '111802.567500', '111803.027500', '111803.487500', '111803.947500', '111804.407500', '111804.867500', '111805.327500', '111805.787500', '111806.247500', '111806.707500', '111807.167500', '111807.627500', '111808.087500', '111808.547500', '111809.007500', '111809.467500', '111809.927500', '111810.387500', '111810.847500', '111811.307500', '111811.767500', '111812.227500', '111812.687500', '111813.147500', '111813.607500', '111814.067500', '111814.527500', '111814.987500', '111815.447500', '111815.907500', '111816.367500', '111816.827500', '111817.287500', '111817.747500', '111818.207500', '111818.667500', '111819.127500', '111819.587500', '111820.047500', '111820.507500', '111820.967500', '111821.427500', '111821.887500', '111822.347500', '111822.807500', '111823.267500', '111823.727500', '111824.187500', '111824.647500', '111825.107500', '111825.567500', '111826.027500', '111826.487500', '111826.947500', '111827.407500', '111827.867500', '111828.327500', '111828.787500', '111829.247500', '111829.707500', '111830.167500', '111830.627500', '111831.087500', '111831.547500', '111832.007500', '111832.467500', '111832.927500', '111833.387500', '111833.847500', '111834.307500', '111834.767500', '111835.227500', '111835.687500', '111836.147500', '111836.607500', '111837.067500', '111837.527500', '111837.987500', '111838.447500', '111838.907500', '111839.367500', '111839.827500', '111840.287500', '111840.747500', '111841.207500', '111841.667500', '111842.127500', '111842.587500', '111843.047500', '111843.507500', '111843.967500', '111844.427500', '111844.887500', '111845.347500', '111845.807500', '111846.267500', '111846.727500', '111847.187500', '111847.647500', '111848.107500', '111848.567500', '111849.027500', '111849.487500', '111849.947500', '111850.407500', '111850.867500', '111851.327500', '111851.787500', '111852.247500', '111852.707500', '111853.167500', '111853.627500', '111854.087500', '111854.547500', '111855.007500', '111855.467500', '111855.927500', '111856.387500', '111856.847500', '111857.307500', '111857.767500', '111858.227500', '111858.687500', '111859.147500', '111859.607500', '111900.067500', '111900.527500', '111900.987500', '111901.447500', '111901.907500', '111902.367500', '111902.827500', '111903.287500', '111903.747500', '111904.207500', '111904.667500', '111905.127500', '111905.587500', '111906.047500', '111906.507500', '111906.967500', '111907.427500', '111907.887500', '111908.347500', '111908.807500', '111909.267500', '111909.727500', '111910.187500', '111910.647500', '111911.107500', '111911.567500', '111912.027500', '111912.487500', '111912.947500', '111913.407500', '111913.867500', '111914.327500', '111914.787500', '111915.247500', '111915.707500', '111916.167500', '111916.627500', '111917.087500', '111917.547500', '111918.007500', '111918.467500', '111918.927500', '111919.387500', '111919.847500', '111920.307500', '111920.767500', '111921.227500', '111921.687500', '111922.147500', '111922.607500', '111923.067500', '111923.527500', '111923.987500', '111924.447500', '111924.907500', '111925.367500', '111925.827500', '111926.287500', '111926.747500', '111927.207500', '111927.667500', '111928.127500', '111928.587500', '111929.047500', '111929.507500', '111929.967500', '111930.427500', '111930.887500', '111931.347500', '111931.807500', '111932.267500', '111932.727500', '111933.187500', '111933.647500', '111934.107500', '111934.567500', '111935.027500', '111935.487500', '111935.947500', '111936.407500', '111936.867500', '111937.327500', '111937.787500', '111938.247500', '111938.707500', '111939.167500', '111939.627500', '111940.087500', '111940.547500', '111941.007500', '111941.467500', '111941.927500', '111942.387500', '111942.847500', '111943.307500', '111943.767500', '111944.227500', '111944.687500', '111945.147500', '111945.607500', '111946.067500', '111946.527500', '111946.987500', '111947.447500', '111947.907500', '111948.367500', '111948.827500', '111949.287500', '111949.747500', '111950.207500', '111950.667500', '111951.127500', '111951.587500', '111952.047500', '111952.507500', '111952.967500', '111953.427500', '111953.887500', '111954.347500', '111954.807500', '111955.267500', '111955.727500', '111956.187500', '111956.647500', '111957.107500', '111957.567500', '111958.027500', '111958.487500', '111958.947500', '111959.407500', '111959.867500', '112000.327500', '112000.787500', '112001.247500', '112001.707500', '112002.167500', '112002.627500', '112003.087500', '112003.547500', '112004.007500', '112004.467500', '112004.927500', '112005.387500', '112005.847500', '112006.307500', '112006.767500', '112007.227500', '112007.687500', '112008.147500', '112008.607500', '112009.067500', '112009.527500', '112009.987500', '112010.447500', '112010.907500', '112011.367500', '112011.827500', '112012.287500', '112012.747500', '112013.207500', '112013.667500', '112014.127500', '112014.587500', '112015.047500', '112015.507500', '112015.967500', '112016.427500', '112016.887500', '112017.347500', '112017.807500', '112018.267500', '112018.727500', '112019.187500', '112019.647500', '112020.107500', '112020.567500', '112021.027500', '112021.487500', '112021.947500', '112022.407500', '112022.867500', '112023.327500', '112023.787500', '112024.247500', '112024.707500', '112025.167500', '112025.627500', '112026.087500', '112026.547500', '112027.007500', '112027.467500', '112027.927500', '112028.387500', '112028.847500', '112029.307500', '112029.767500', '112030.227500', '112030.687500', '112031.147500', '112031.607500', '112032.067500', '112032.527500', '112032.987500', '112033.447500', '112033.907500', '112034.367500', '112034.827500', '112035.287500', '112035.747500', '112036.207500', '112036.667500', '112037.127500', '112037.587500', '112038.047500', '112038.507500', '112038.967500', '112039.427500', '112039.887500', '112040.347500', '112040.807500', '112041.267500', '112041.727500', '112042.187500', '112042.647500', '112043.107500', '112043.567500', '112044.027500', '112044.487500', '112044.947500', '112045.407500', '112045.867500', '112046.327500', '112046.787500', '112047.247500', '112047.707500', '112048.167500', '112048.627500', '112049.087500', '112049.547500', '112050.007500', '112050.467500', '112050.927500', '112051.387500', '112051.847500', '112052.307500', '112052.767500', '112053.227500', '112053.687500', '112054.147500', '112054.607500', '112055.067500', '112055.527500', '112055.987500', '112056.447500', '112056.907500', '112057.367500', '112057.827500', '112058.287500', '112058.747500', '112059.207500', '112059.667500', '112100.127500', '112100.587500', '112101.047500', '112101.507500', '112101.967500', '112102.427500', '112102.887500', '112103.347500', '112103.807500', '112104.267500', '112104.727500', '112105.187500', '112105.647500', '112106.107500', '112106.567500', '112107.027500', '112107.487500', '112107.947500', '112108.407500', '112108.867500', '112109.327500', '112109.787500', '112110.247500', '112110.707500', '112111.167500', '112111.627500', '112112.087500', '112112.547500', '112113.007500', '112113.467500', '112113.927500', '112114.387500', '112114.847500', '112115.307500', '112115.767500', '112116.227500', '112116.687500', '112117.147500', '112117.607500', '112118.067500', '112118.527500', '112118.987500', '112119.447500', '112119.907500', '112120.367500', '112120.827500', '112121.287500', '112121.747500', '112122.207500', '112122.667500', '112123.127500', '112123.587500', '112124.047500', '112124.507500', '112124.967500', '112125.427500', '112125.887500', '112126.347500', '112126.807500', '112127.267500', '112127.727500', '112128.187500', '112128.647500', '112129.107500', '112129.567500', '112130.027500', '112130.487500', '112130.947500', '112131.407500', '112131.867500', '112132.327500', '112132.787500', '112133.247500', '112133.707500', '112134.167500', '112134.627500', '112135.087500', '112135.547500', '112136.007500', '112136.467500', '112136.927500', '112137.387500', '112137.847500', '112138.307500', '112138.767500', '112139.227500', '112139.687500', '112140.147500', '112140.607500', '112141.067500', '112141.527500', '112141.987500', '112142.447500', '112142.907500', '112143.367500', '112143.827500', '112144.287500', '112144.747500', '112145.207500', '112145.667500', '112146.127500', '112146.587500', '112147.047500', '112147.507500', '112147.967500', '112148.427500', '112148.887500', '112149.347500', '112149.807500', '112150.267500', '112150.727500', '112151.187500', '112151.647500', '112152.107500', '112152.567500', '112153.027500', '112153.487500', '112153.947500', '112154.407500', '112154.867500', '112155.327500', '112155.787500', '112156.247500', '112156.707500', '112157.167500', '112157.627500', '112158.087500', '112158.547500', '112159.007500', '112159.467500', '112159.927500', '112200.387500', '112200.847500', '112201.307500', '112201.767500', '112202.227500', '112202.687500', '112203.147500', '112203.607500', '112204.067500', '112204.527500', '112204.987500', '112205.447500', '112205.907500', '112206.367500', '112206.827500', '112207.287500', '112207.747500', '112208.207500', '112208.667500', '112209.127500', '112209.587500', '112210.047500', '112210.507500', '112210.967500', '112211.427500', '112211.887500', '112212.347500', '112212.807500', '112213.267500', '112213.727500', '112214.187500', '112214.647500', '112215.107500'], 'ContentTime': ['111549.476000', '111549.480000', '111549.482000', '111549.485000', '111549.488000', '111549.490000', '111549.493000', '111549.495000', '111549.498000', '111549.500000', '111549.503000', '111549.505000', '111549.508000', '111549.511000', '111549.513000', '111549.516000', '111549.519000', '111549.521000', '111549.524000', '111549.526000', '111549.529000', '111549.531000', '111549.534000', '111549.537000', '111549.547000', '111549.550000', '111549.552000', '111549.555000', '111549.558000', '111549.560000', '111609.440000', '111609.444000', '111609.447000', '111609.449000', '111609.452000', '111609.454000', '111609.457000', '111609.460000', '111609.466000', '111609.468000', '111609.471000', '111609.474000', '111609.476000', '111609.479000', '111609.481000', '111609.484000', '111609.487000', '111609.489000', '111609.492000', '111609.494000', '111609.497000', '111609.500000', '111609.503000', '111609.505000', '111609.508000', '111609.510000', '111609.513000', '111609.515000', '111609.518000', '111609.521000', '111609.523000', '111609.526000', '111609.528000', '111609.531000', '111609.534000', '111609.536000', '111609.539000', '111609.541000', '111609.544000', '111609.546000', '111609.549000', '111609.551000', '111609.554000', '111609.557000', '111629.441000', '111629.443000', '111629.446000', '111629.448000', '111629.451000', '111629.454000', '111629.456000', '111629.459000', '111629.461000', '111629.464000', '111629.466000', '111629.469000', '111629.471000', '111629.474000', '111629.477000', '111629.479000', '111629.482000', '111629.484000', '111629.487000', '111629.489000', '111629.492000', '111629.494000', '111629.497000', '111629.500000', '111629.502000', '111629.505000', '111629.507000', '111629.537000', '111629.540000', '111629.542000', '111629.545000', '111629.547000', '111629.550000', '111629.552000', '111629.555000', '111629.558000', '111629.560000', '111629.563000', '111629.565000', '111629.568000', '111629.570000', '111629.573000', '111629.575000', '111649.440000', '111649.443000', '111649.446000', '111649.448000', '111649.451000', '111649.453000', '111649.456000', '111649.458000', '111649.461000', '111649.464000', '111649.466000', '111649.469000', '111649.472000', '111649.475000', '111649.477000', '111649.480000', '111649.483000', '111649.486000', '111649.488000', '111649.491000', '111649.493000', '111649.496000', '111649.498000', '111649.501000', '111649.504000', '111649.506000', '111649.509000', '111649.512000', '111649.514000', '111649.517000', '111649.519000', '111649.522000', '111649.525000', '111649.527000', '111649.530000', '111649.532000', '111649.535000', '111649.537000', '111649.540000', '111649.543000', '111649.545000', '111649.548000', '111649.550000', '111709.439000', '111709.442000', '111709.445000', '111709.447000', '111709.450000', '111709.453000', '111709.455000', '111709.458000', '111709.460000', '111709.463000', '111709.466000', '111709.468000', '111709.471000', '111709.473000', '111709.476000', '111709.478000', '111709.481000', '111709.484000', '111709.486000', '111709.489000', '111709.491000', '111709.494000', '111709.496000', '111709.509000', '111709.511000', '111709.514000', '111709.516000', '111709.519000', '111709.522000', '111709.524000', '111709.527000', '111709.529000', '111709.532000', '111709.534000', '111709.537000', '111709.540000', '111709.542000', '111709.545000', '111709.548000', '111709.550000', '111709.553000', '111709.555000', '111709.558000', '111709.561000', '111729.441000', '111729.444000', '111729.446000', '111729.449000', '111729.451000', '111729.454000', '111729.456000', '111729.459000', '111729.462000', '111729.464000', '111729.467000', '111729.469000', '111729.472000', '111729.475000', '111729.477000', '111729.480000', '111729.483000', '111729.486000', '111729.488000', '111729.491000', '111729.494000', '111729.496000', '111729.499000', '111729.501000', '111729.504000', '111729.506000', '111729.509000', '111729.512000', '111729.514000', '111729.517000', '111729.519000', '111729.522000', '111729.525000', '111729.527000', '111729.530000', '111729.533000', '111729.535000', '111729.538000', '111729.541000', '111729.543000', '111729.546000', '111729.548000', '111729.551000', '111749.441000', '111749.443000', '111749.446000', '111749.449000', '111749.451000', '111749.454000', '111749.456000', '111749.459000', '111749.462000', '111749.464000', '111749.467000', '111749.469000', '111749.472000', '111749.475000', '111749.477000', '111749.480000', '111749.482000', '111749.485000', '111749.487000', '111749.490000', '111749.493000', '111749.495000', '111749.498000', '111749.500000', '111749.503000', '111749.506000', '111749.508000', '111749.511000', '111749.513000', '111749.516000', '111749.519000', '111749.521000', '111749.524000', '111749.526000', '111749.529000', '111749.532000', '111749.534000', '111749.537000', '111749.540000', '111749.542000', '111749.545000', '111749.547000', '111749.550000', '111749.552000', '111809.441000', '111809.443000', '111809.446000', '111809.449000', '111809.451000', '111809.454000', '111809.456000', '111809.459000', '111809.462000', '111809.464000', '111809.467000', '111809.469000', '111809.472000', '111809.474000', '111809.477000', '111809.480000', '111809.482000', '111809.485000', '111809.487000', '111809.490000', '111809.492000', '111809.495000', '111809.498000', '111809.500000', '111809.503000', '111809.505000', '111809.508000', '111809.510000', '111809.513000', '111809.516000', '111809.519000', '111809.521000', '111809.524000', '111809.527000', '111809.530000', '111809.532000', '111809.535000', '111809.538000', '111809.540000', '111809.543000', '111809.546000', '111809.549000', '111809.552000', '111829.440000', '111829.443000', '111829.446000', '111829.448000', '111829.451000', '111829.453000', '111829.456000', '111829.459000', '111829.461000', '111829.464000', '111829.467000', '111829.469000', '111829.472000', '111829.474000', '111829.477000', '111829.479000', '111829.482000', '111829.485000', '111829.487000', '111829.490000', '111829.492000', '111829.495000', '111829.498000', '111829.500000', '111829.503000', '111829.505000', '111829.508000', '111829.510000', '111829.513000', '111829.515000', '111829.518000', '111829.521000', '111829.523000', '111829.526000', '111829.529000', '111829.531000', '111829.534000', '111829.537000', '111829.539000', '111829.542000', '111829.544000', '111829.547000', '111829.549000', '111829.552000', '111849.440000', '111849.443000', '111849.446000', '111849.448000', '111849.461000', '111849.463000', '111849.466000', '111849.469000', '111849.471000', '111849.474000', '111849.476000', '111849.479000', '111849.482000', '111849.484000', '111849.487000', '111849.489000', '111849.492000', '111849.495000', '111849.498000', '111849.501000', '111849.504000', '111849.506000', '111849.509000', '111849.511000', '111849.514000', '111849.517000', '111849.519000', '111849.522000', '111849.525000', '111849.528000', '111849.531000', '111849.533000', '111849.536000', '111849.539000', '111849.541000', '111849.544000', '111849.546000', '111849.549000', '111849.551000', '111849.554000', '111849.557000', '111849.559000', '111849.562000', '111909.440000', '111909.443000', '111909.446000', '111909.449000', '111909.451000', '111909.454000', '111909.456000', '111909.459000', '111909.462000', '111909.464000', '111909.467000', '111909.469000', '111909.472000', '111909.474000', '111909.477000', '111909.480000', '111909.482000', '111909.491000', '111909.494000', '111909.496000', '111909.499000', '111909.502000', '111909.504000', '111909.507000', '111909.509000', '111909.512000', '111909.514000', '111909.517000', '111909.520000', '111909.522000', '111909.525000', '111909.528000', '111909.530000', '111909.533000', '111909.535000', '111909.538000', '111909.541000', '111909.543000', '111909.546000', '111909.548000', '111909.551000', '111909.553000', '111909.556000', '111909.558000', '111929.439000', '111929.442000', '111929.445000', '111929.448000', '111929.450000', '111929.453000', '111929.455000', '111929.458000', '111929.461000', '111929.463000', '111929.466000', '111929.468000', '111929.471000', '111929.473000', '111929.476000', '111929.479000', '111929.481000', '111929.484000', '111929.487000', '111929.489000', '111929.492000', '111929.494000', '111929.497000', '111929.499000', '111929.502000', '111929.505000', '111929.507000', '111929.510000', '111929.512000', '111929.515000', '111929.518000', '111929.520000', '111929.523000', '111929.526000', '111929.528000', '111929.531000', '111929.534000', '111929.536000', '111929.539000', '111929.542000', '111929.544000', '111929.547000', '111929.549000', '111949.441000', '111949.444000', '111949.446000', '111949.449000', '111949.451000', '111949.454000', '111949.456000', '111949.459000', '111949.462000', '111949.464000', '111949.467000', '111949.469000', '111949.472000', '111949.475000', '111949.477000', '111949.480000', '111949.482000', '111949.485000', '111949.487000', '111949.490000', '111949.493000', '111949.495000', '111949.498000', '111949.500000', '111949.503000', '111949.506000', '111949.508000', '111949.511000', '111949.513000', '111949.516000', '111949.518000', '111949.521000', '111949.524000', '111949.526000', '111949.529000', '111949.531000', '111949.534000', '111949.536000', '111949.539000', '111949.542000', '111949.544000', '111949.547000', '111949.549000', '111949.552000', '112009.441000', '112009.443000', '112009.446000', '112009.449000', '112009.451000', '112009.454000', '112009.456000', '112009.459000', '112009.462000', '112009.464000', '112009.467000', '112009.469000', '112009.472000', '112009.474000', '112009.477000', '112009.480000', '112009.482000', '112009.485000', '112009.488000', '112009.490000', '112009.493000', '112009.495000', '112009.498000', '112009.500000', '112009.503000', '112009.506000', '112009.508000', '112009.511000', '112009.514000', '112009.533000', '112009.536000', '112009.539000', '112009.541000', '112009.544000', '112009.547000', '112009.550000', '112009.552000', '112009.555000', '112009.558000', '112009.560000', '112009.565000', '112009.568000', '112009.570000', '112029.440000', '112029.443000', '112029.446000', '112029.449000', '112029.451000', '112029.454000', '112029.456000', '112029.459000', '112029.461000', '112029.464000', '112029.467000', '112029.469000', '112029.472000', '112029.474000', '112029.477000', '112029.480000', '112029.482000', '112029.485000', '112029.487000', '112029.490000', '112029.492000', '112029.495000', '112029.498000', '112029.500000', '112029.503000', '112029.505000', '112029.508000', '112029.510000', '112029.513000', '112029.516000', '112029.518000', '112029.521000', '112029.523000', '112029.526000', '112029.529000', '112029.532000', '112029.535000', '112029.538000', '112029.540000', '112029.543000', '112029.545000', '112029.548000', '112029.551000', '112029.553000', '112049.441000', '112049.443000', '112049.446000', '112049.449000', '112049.451000', '112049.454000', '112049.456000', '112049.459000', '112049.461000', '112049.464000', '112049.467000', '112049.469000', '112049.472000', '112049.475000', '112049.477000', '112049.480000', '112049.482000', '112049.485000', '112049.488000', '112049.490000', '112049.493000', '112049.495000', '112049.498000', '112049.501000', '112049.503000', '112049.506000', '112049.508000', '112049.511000', '112049.514000', '112049.516000', '112049.519000', '112049.522000', '112049.524000', '112049.527000', '112049.529000', '112049.532000', '112049.534000', '112049.537000', '112049.540000', '112049.542000', '112049.545000', '112049.547000', '112049.551000', '112109.440000', '112109.443000', '112109.446000', '112109.449000', '112109.451000', '112109.454000', '112109.456000', '112109.459000', '112109.461000', '112109.464000', '112109.467000', '112109.469000', '112109.472000', '112109.474000', '112109.477000', '112109.479000', '112109.482000', '112109.485000', '112109.487000', '112109.490000', '112109.492000', '112109.495000', '112109.498000', '112109.500000', '112109.503000', '112109.505000', '112109.508000', '112109.511000', '112109.513000', '112109.516000', '112109.518000', '112109.521000', '112109.523000', '112109.526000', '112109.529000', '112109.531000', '112109.534000', '112109.536000', '112109.539000', '112109.542000', '112109.544000', '112109.547000', '112109.549000', '112109.552000', '112129.441000', '112129.444000', '112129.446000', '112129.449000', '112129.451000', '112129.454000', '112129.456000', '112129.459000', '112129.462000', '112129.464000', '112129.467000', '112129.469000', '112129.472000', '112129.475000', '112129.477000', '112129.480000', '112129.482000', '112129.485000', '112129.487000', '112129.490000', '112129.493000', '112129.495000', '112129.498000', '112129.500000', '112129.503000', '112129.506000', '112129.508000', '112129.511000', '112129.513000', '112129.516000', '112129.519000', '112129.521000', '112129.524000', '112129.526000', '112129.529000', '112129.532000', '112129.534000', '112129.537000', '112129.539000', '112129.542000', '112129.545000', '112129.547000', '112129.550000', '112149.441000', '112149.444000', '112149.446000', '112149.449000', '112149.452000', '112149.454000', '112149.457000', '112149.459000', '112149.462000', '112149.464000', '112149.467000', '112149.470000', '112149.472000', '112149.475000', '112149.478000', '112149.480000', '112149.483000', '112149.485000', '112149.488000', '112149.490000', '112149.493000', '112149.496000', '112149.498000', '112149.501000', '112149.503000', '112149.506000', '112149.509000', '112149.511000', '112149.514000', '112149.517000', '112149.519000', '112149.522000', '112149.524000', '112149.527000', '112149.529000', '112149.532000', '112149.534000', '112149.537000', '112149.540000', '112149.542000', '112149.545000', '112149.547000', '112149.550000', '112149.553000', '112209.441000', '112209.443000', '112209.446000', '112209.449000', '112209.451000', '112209.454000', '112209.456000', '112209.459000', '112209.462000', '112209.464000', '112209.467000', '112209.469000', '112209.472000', '112209.475000', '112209.477000', '112209.480000', '112209.482000', '112209.485000', '112209.487000', '112209.490000', '112209.493000', '112209.495000', '112209.498000', '112209.500000', '112209.503000', '112209.506000', '112209.508000', '112209.511000', '112209.513000', '112209.516000', '112209.519000', '112209.521000', '112209.524000', '112209.526000', '112209.529000', '112209.532000', '112209.534000', '112209.537000', '112209.540000', '112209.542000', '112209.545000', '112209.547000', '112209.550000', '112216.458000', '112216.461000', '112216.464000', '112216.467000', '112216.470000', '112216.472000', '112216.475000', '112216.478000', '112216.480000', '112216.483000', '112216.486000', '112216.489000', '112216.492000', '112216.495000', '112216.498000', '112216.501000'], 'InstanceCreationTime': ['111549.476000', '111549.480000', '111549.482000', '111549.485000', '111549.488000', '111549.490000', '111549.493000', '111549.495000', '111549.498000', '111549.500000', '111549.503000', '111549.505000', '111549.508000', '111549.511000', '111549.513000', '111549.516000', '111549.519000', '111549.521000', '111549.524000', '111549.526000', '111549.529000', '111549.531000', '111549.534000', '111549.537000', '111549.547000', '111549.550000', '111549.552000', '111549.555000', '111549.558000', '111549.560000', '111609.440000', '111609.444000', '111609.447000', '111609.449000', '111609.452000', '111609.454000', '111609.457000', '111609.460000', '111609.466000', '111609.468000', '111609.471000', '111609.474000', '111609.476000', '111609.479000', '111609.481000', '111609.484000', '111609.487000', '111609.489000', '111609.492000', '111609.494000', '111609.497000', '111609.500000', '111609.503000', '111609.505000', '111609.508000', '111609.510000', '111609.513000', '111609.515000', '111609.518000', '111609.521000', '111609.523000', '111609.526000', '111609.528000', '111609.531000', '111609.534000', '111609.536000', '111609.539000', '111609.541000', '111609.544000', '111609.546000', '111609.549000', '111609.551000', '111609.554000', '111609.557000', '111629.441000', '111629.443000', '111629.446000', '111629.448000', '111629.451000', '111629.454000', '111629.456000', '111629.459000', '111629.461000', '111629.464000', '111629.466000', '111629.469000', '111629.471000', '111629.474000', '111629.477000', '111629.479000', '111629.482000', '111629.484000', '111629.487000', '111629.489000', '111629.492000', '111629.494000', '111629.497000', '111629.500000', '111629.502000', '111629.505000', '111629.507000', '111629.537000', '111629.540000', '111629.542000', '111629.545000', '111629.547000', '111629.550000', '111629.552000', '111629.555000', '111629.558000', '111629.560000', '111629.563000', '111629.565000', '111629.568000', '111629.570000', '111629.573000', '111629.575000', '111649.440000', '111649.443000', '111649.446000', '111649.448000', '111649.451000', '111649.453000', '111649.456000', '111649.458000', '111649.461000', '111649.464000', '111649.466000', '111649.469000', '111649.472000', '111649.475000', '111649.477000', '111649.480000', '111649.483000', '111649.486000', '111649.488000', '111649.491000', '111649.493000', '111649.496000', '111649.498000', '111649.501000', '111649.504000', '111649.506000', '111649.509000', '111649.512000', '111649.514000', '111649.517000', '111649.519000', '111649.522000', '111649.525000', '111649.527000', '111649.530000', '111649.532000', '111649.535000', '111649.537000', '111649.540000', '111649.543000', '111649.545000', '111649.548000', '111649.550000', '111709.439000', '111709.442000', '111709.445000', '111709.447000', '111709.450000', '111709.453000', '111709.455000', '111709.458000', '111709.460000', '111709.463000', '111709.466000', '111709.468000', '111709.471000', '111709.473000', '111709.476000', '111709.478000', '111709.481000', '111709.484000', '111709.486000', '111709.489000', '111709.491000', '111709.494000', '111709.496000', '111709.509000', '111709.511000', '111709.514000', '111709.516000', '111709.519000', '111709.522000', '111709.524000', '111709.527000', '111709.529000', '111709.532000', '111709.534000', '111709.537000', '111709.540000', '111709.542000', '111709.545000', '111709.548000', '111709.550000', '111709.553000', '111709.555000', '111709.558000', '111709.561000', '111729.441000', '111729.444000', '111729.446000', '111729.449000', '111729.451000', '111729.454000', '111729.456000', '111729.459000', '111729.462000', '111729.464000', '111729.467000', '111729.469000', '111729.472000', '111729.475000', '111729.477000', '111729.480000', '111729.483000', '111729.486000', '111729.488000', '111729.491000', '111729.494000', '111729.496000', '111729.499000', '111729.501000', '111729.504000', '111729.506000', '111729.509000', '111729.512000', '111729.514000', '111729.517000', '111729.519000', '111729.522000', '111729.525000', '111729.527000', '111729.530000', '111729.533000', '111729.535000', '111729.538000', '111729.541000', '111729.543000', '111729.546000', '111729.548000', '111729.551000', '111749.441000', '111749.443000', '111749.446000', '111749.449000', '111749.451000', '111749.454000', '111749.456000', '111749.459000', '111749.462000', '111749.464000', '111749.467000', '111749.469000', '111749.472000', '111749.475000', '111749.477000', '111749.480000', '111749.482000', '111749.485000', '111749.487000', '111749.490000', '111749.493000', '111749.495000', '111749.498000', '111749.500000', '111749.503000', '111749.506000', '111749.508000', '111749.511000', '111749.513000', '111749.516000', '111749.519000', '111749.521000', '111749.524000', '111749.526000', '111749.529000', '111749.532000', '111749.534000', '111749.537000', '111749.540000', '111749.542000', '111749.545000', '111749.547000', '111749.550000', '111749.552000', '111809.441000', '111809.443000', '111809.446000', '111809.449000', '111809.451000', '111809.454000', '111809.456000', '111809.459000', '111809.462000', '111809.464000', '111809.467000', '111809.469000', '111809.472000', '111809.474000', '111809.477000', '111809.480000', '111809.482000', '111809.485000', '111809.487000', '111809.490000', '111809.492000', '111809.495000', '111809.498000', '111809.500000', '111809.503000', '111809.505000', '111809.508000', '111809.510000', '111809.513000', '111809.516000', '111809.519000', '111809.521000', '111809.524000', '111809.527000', '111809.530000', '111809.532000', '111809.535000', '111809.538000', '111809.540000', '111809.543000', '111809.546000', '111809.549000', '111809.552000', '111829.440000', '111829.443000', '111829.446000', '111829.448000', '111829.451000', '111829.453000', '111829.456000', '111829.459000', '111829.461000', '111829.464000', '111829.467000', '111829.469000', '111829.472000', '111829.474000', '111829.477000', '111829.479000', '111829.482000', '111829.485000', '111829.487000', '111829.490000', '111829.492000', '111829.495000', '111829.498000', '111829.500000', '111829.503000', '111829.505000', '111829.508000', '111829.510000', '111829.513000', '111829.515000', '111829.518000', '111829.521000', '111829.523000', '111829.526000', '111829.529000', '111829.531000', '111829.534000', '111829.537000', '111829.539000', '111829.542000', '111829.544000', '111829.547000', '111829.549000', '111829.552000', '111849.440000', '111849.443000', '111849.446000', '111849.448000', '111849.461000', '111849.463000', '111849.466000', '111849.469000', '111849.471000', '111849.474000', '111849.476000', '111849.479000', '111849.482000', '111849.484000', '111849.487000', '111849.489000', '111849.492000', '111849.495000', '111849.498000', '111849.501000', '111849.504000', '111849.506000', '111849.509000', '111849.511000', '111849.514000', '111849.517000', '111849.519000', '111849.522000', '111849.525000', '111849.528000', '111849.531000', '111849.533000', '111849.536000', '111849.539000', '111849.541000', '111849.544000', '111849.546000', '111849.549000', '111849.551000', '111849.554000', '111849.557000', '111849.559000', '111849.562000', '111909.440000', '111909.443000', '111909.446000', '111909.449000', '111909.451000', '111909.454000', '111909.456000', '111909.459000', '111909.462000', '111909.464000', '111909.467000', '111909.469000', '111909.472000', '111909.474000', '111909.477000', '111909.480000', '111909.482000', '111909.491000', '111909.494000', '111909.496000', '111909.499000', '111909.502000', '111909.504000', '111909.507000', '111909.509000', '111909.512000', '111909.514000', '111909.517000', '111909.520000', '111909.522000', '111909.525000', '111909.528000', '111909.530000', '111909.533000', '111909.535000', '111909.538000', '111909.541000', '111909.543000', '111909.546000', '111909.548000', '111909.551000', '111909.553000', '111909.556000', '111909.558000', '111929.439000', '111929.442000', '111929.445000', '111929.448000', '111929.450000', '111929.453000', '111929.455000', '111929.458000', '111929.461000', '111929.463000', '111929.466000', '111929.468000', '111929.471000', '111929.473000', '111929.476000', '111929.479000', '111929.481000', '111929.484000', '111929.487000', '111929.489000', '111929.492000', '111929.494000', '111929.497000', '111929.499000', '111929.502000', '111929.505000', '111929.507000', '111929.510000', '111929.512000', '111929.515000', '111929.518000', '111929.520000', '111929.523000', '111929.526000', '111929.528000', '111929.531000', '111929.534000', '111929.536000', '111929.539000', '111929.542000', '111929.544000', '111929.547000', '111929.549000', '111949.441000', '111949.444000', '111949.446000', '111949.449000', '111949.451000', '111949.454000', '111949.456000', '111949.459000', '111949.462000', '111949.464000', '111949.467000', '111949.469000', '111949.472000', '111949.475000', '111949.477000', '111949.480000', '111949.482000', '111949.485000', '111949.487000', '111949.490000', '111949.493000', '111949.495000', '111949.498000', '111949.500000', '111949.503000', '111949.506000', '111949.508000', '111949.511000', '111949.513000', '111949.516000', '111949.518000', '111949.521000', '111949.524000', '111949.526000', '111949.529000', '111949.531000', '111949.534000', '111949.536000', '111949.539000', '111949.542000', '111949.544000', '111949.547000', '111949.549000', '111949.552000', '112009.441000', '112009.443000', '112009.446000', '112009.449000', '112009.451000', '112009.454000', '112009.456000', '112009.459000', '112009.462000', '112009.464000', '112009.467000', '112009.469000', '112009.472000', '112009.474000', '112009.477000', '112009.480000', '112009.482000', '112009.485000', '112009.488000', '112009.490000', '112009.493000', '112009.495000', '112009.498000', '112009.500000', '112009.503000', '112009.506000', '112009.508000', '112009.511000', '112009.514000', '112009.533000', '112009.536000', '112009.539000', '112009.541000', '112009.544000', '112009.547000', '112009.550000', '112009.552000', '112009.555000', '112009.558000', '112009.560000', '112009.565000', '112009.568000', '112009.570000', '112029.440000', '112029.443000', '112029.446000', '112029.449000', '112029.451000', '112029.454000', '112029.456000', '112029.459000', '112029.461000', '112029.464000', '112029.467000', '112029.469000', '112029.472000', '112029.474000', '112029.477000', '112029.480000', '112029.482000', '112029.485000', '112029.487000', '112029.490000', '112029.492000', '112029.495000', '112029.498000', '112029.500000', '112029.503000', '112029.505000', '112029.508000', '112029.510000', '112029.513000', '112029.516000', '112029.518000', '112029.521000', '112029.523000', '112029.526000', '112029.529000', '112029.532000', '112029.535000', '112029.538000', '112029.540000', '112029.543000', '112029.545000', '112029.548000', '112029.551000', '112029.553000', '112049.441000', '112049.443000', '112049.446000', '112049.449000', '112049.451000', '112049.454000', '112049.456000', '112049.459000', '112049.461000', '112049.464000', '112049.467000', '112049.469000', '112049.472000', '112049.475000', '112049.477000', '112049.480000', '112049.482000', '112049.485000', '112049.488000', '112049.490000', '112049.493000', '112049.495000', '112049.498000', '112049.501000', '112049.503000', '112049.506000', '112049.508000', '112049.511000', '112049.514000', '112049.516000', '112049.519000', '112049.522000', '112049.524000', '112049.527000', '112049.529000', '112049.532000', '112049.534000', '112049.537000', '112049.540000', '112049.542000', '112049.545000', '112049.547000', '112049.551000', '112109.440000', '112109.443000', '112109.446000', '112109.449000', '112109.451000', '112109.454000', '112109.456000', '112109.459000', '112109.461000', '112109.464000', '112109.467000', '112109.469000', '112109.472000', '112109.474000', '112109.477000', '112109.479000', '112109.482000', '112109.485000', '112109.487000', '112109.490000', '112109.492000', '112109.495000', '112109.498000', '112109.500000', '112109.503000', '112109.505000', '112109.508000', '112109.511000', '112109.513000', '112109.516000', '112109.518000', '112109.521000', '112109.523000', '112109.526000', '112109.529000', '112109.531000', '112109.534000', '112109.536000', '112109.539000', '112109.542000', '112109.544000', '112109.547000', '112109.549000', '112109.552000', '112129.441000', '112129.444000', '112129.446000', '112129.449000', '112129.451000', '112129.454000', '112129.456000', '112129.459000', '112129.462000', '112129.464000', '112129.467000', '112129.469000', '112129.472000', '112129.475000', '112129.477000', '112129.480000', '112129.482000', '112129.485000', '112129.487000', '112129.490000', '112129.493000', '112129.495000', '112129.498000', '112129.500000', '112129.503000', '112129.506000', '112129.508000', '112129.511000', '112129.513000', '112129.516000', '112129.519000', '112129.521000', '112129.524000', '112129.526000', '112129.529000', '112129.532000', '112129.534000', '112129.537000', '112129.539000', '112129.542000', '112129.545000', '112129.547000', '112129.550000', '112149.441000', '112149.444000', '112149.446000', '112149.449000', '112149.452000', '112149.454000', '112149.457000', '112149.459000', '112149.462000', '112149.464000', '112149.467000', '112149.470000', '112149.472000', '112149.475000', '112149.478000', '112149.480000', '112149.483000', '112149.485000', '112149.488000', '112149.490000', '112149.493000', '112149.496000', '112149.498000', '112149.501000', '112149.503000', '112149.506000', '112149.509000', '112149.511000', '112149.514000', '112149.517000', '112149.519000', '112149.522000', '112149.524000', '112149.527000', '112149.529000', '112149.532000', '112149.534000', '112149.537000', '112149.540000', '112149.542000', '112149.545000', '112149.547000', '112149.550000', '112149.553000', '112209.441000', '112209.443000', '112209.446000', '112209.449000', '112209.451000', '112209.454000', '112209.456000', '112209.459000', '112209.462000', '112209.464000', '112209.467000', '112209.469000', '112209.472000', '112209.475000', '112209.477000', '112209.480000', '112209.482000', '112209.485000', '112209.487000', '112209.490000', '112209.493000', '112209.495000', '112209.498000', '112209.500000', '112209.503000', '112209.506000', '112209.508000', '112209.511000', '112209.513000', '112209.516000', '112209.519000', '112209.521000', '112209.524000', '112209.526000', '112209.529000', '112209.532000', '112209.534000', '112209.537000', '112209.540000', '112209.542000', '112209.545000', '112209.547000', '112209.550000', '112216.458000', '112216.461000', '112216.464000', '112216.467000', '112216.470000', '112216.472000', '112216.475000', '112216.478000', '112216.480000', '112216.483000', '112216.486000', '112216.489000', '112216.492000', '112216.495000', '112216.498000', '112216.501000'], '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': [7443, 6918, 8079, 7057, 7712, 7281, 7807, 8368, 7499, 8411, 6861, 8083, 7334, 8421, 7764, 8015, 7936, 7690, 8489, 7694, 7222, 8086, 7802, 8362, 7450, 7233, 8235, 7647, 8362, 7463, 8259, 8133, 6540, 8266, 6858, 7696, 7794, 6793, 8417, 6975, 7551, 7970, 7202, 8310, 7339, 7961, 8042, 7422, 8179, 7665, 7793, 7702, 6848, 8270, 6388, 7923, 6839, 7694, 6370, 7574, 6778, 7572, 6681, 6477, 6649, 6604, 6932, 7539, 6576, 7026, 6750, 6889, 6863, 6481, 6642, 6388, 6929, 6444, 6653, 6879, 6369, 7153, 6352, 7360, 6953, 7174, 6915, 7378, 7012, 7726, 6396, 6966, 6629, 6849, 6560, 6495, 7259, 6387, 6674, 7020, 6895, 6671, 6791, 6481, 6567, 6543, 6647, 6534, 6811, 6991, 6693, 6523, 7087, 6471, 7068, 6260, 7118, 6344, 7248, 6469, 6857, 6456, 7084, 6751, 6236, 6735, 6353, 6842, 6621, 6713, 7015, 7439, 7173, 7537, 6895, 6424, 6988, 6694, 6697, 6700, 7032, 6685, 6856, 6842, 6573, 6443, 6334, 6576, 6515, 6680, 6591, 6704, 6289, 6414, 6592, 6894, 6807, 6586, 6546, 6731, 6147, 7003, 6504, 6447, 6836, 6420, 6811, 6883, 6481, 6572, 7022, 6532, 6583, 6448, 6664, 6641, 6651, 6557, 6985, 6365, 6837, 6876, 6487, 6697, 6762, 6823, 6472, 6708, 6389, 6377, 6876, 6537, 6705, 6613, 6551, 6948, 6784, 6720, 6782, 6467, 7024, 6415, 6805, 6534, 6916, 6550, 7276, 6694, 7212, 6529, 8910, 6681, 8162, 7036, 7162, 7731, 6315, 7434, 6700, 6990, 6587, 7055, 7039, 6991, 6540, 7394, 6596, 6823, 7023, 6624, 6769, 6657, 6687, 6800, 6795, 6472, 6848, 6680, 6923, 6568, 6473, 6479, 6702, 7628, 6697, 6534, 6756, 6670, 7011, 6915, 6571, 6440, 7549, 6689, 7287, 6930, 7247, 6918, 7046, 7384, 6682, 7648, 6440, 6786, 6800, 7676, 6461, 7203, 6565, 7085, 6563, 6824, 6732, 6873, 7170, 6486, 6836, 6242, 6762, 6496, 6910, 7034, 6378, 6693, 6416, 6583, 6339, 6582, 6554, 6421, 6998, 6603, 6562, 6801, 6713, 6814, 6414, 6761, 6414, 6535, 6600, 6525, 6414, 6619, 6606, 6608, 6695, 6481, 7080, 6626, 6688, 6592, 6351, 6477, 6733, 6698, 6811, 6660, 6764, 6878, 6494, 6809, 6604, 6795, 6691, 6769, 6657, 6513, 6581, 6609, 6601, 6801, 6459, 6929, 6730, 6739, 6838, 6489, 6696, 6808, 6449, 6541, 6481, 6375, 6405, 6761, 6850, 6268, 6573, 6523, 6539, 6546, 6721, 6766, 6472, 6659, 6310, 6710, 6440, 6295, 6892, 6449, 6690, 6440, 6404, 6751, 6520, 6627, 6931, 6828, 6689, 6626, 6472, 6634, 6932, 6468, 6529, 6787, 6987, 6601, 6559, 6587, 6780, 6120, 6615, 6613, 6482, 6744, 6617, 6499, 7267, 6750, 6488, 6389, 6914, 6511, 6916, 6668, 6793, 6563, 6808, 6356, 7018, 6297, 6426, 6714, 6468, 6531, 6620, 6971, 6594, 6870, 6679, 6585, 6725, 6509, 6776, 6310, 6775, 6647, 6567, 6500, 6900, 6334, 6750, 6541, 6464, 6593, 6476, 6806, 6523, 6463, 6835, 6713, 6542, 6413, 6519, 6618, 6479, 6683, 6782, 6497, 6578, 6662, 6829, 6431, 6428, 6618, 6560, 6557, 6561, 6616, 6788, 6512, 6537, 6578, 6446, 6605, 6568, 6471, 6520, 6835, 6766, 6828, 6469, 6563, 6664, 6519, 6598, 6744, 6738, 6843, 6889, 6527, 6728, 6655, 6443, 6583, 6711, 6685, 6778, 6740, 7025, 6291, 6825, 6312, 7130, 6912, 7012, 6901, 6682, 6902, 6783, 6767, 6573, 6471, 6702, 6710, 6950, 6333, 6553, 6609, 6377, 6563, 6393, 6399, 6650, 6754, 6563, 6475, 6392, 6542, 6542, 6910, 6827, 6522, 6372, 6469, 6609, 6686, 6615, 6485, 6485, 6789, 6420, 6757, 6816, 6911, 6850, 6509, 6708, 7058, 6576, 6744, 6817, 6681, 6466, 6526, 6646, 6838, 6465, 6901, 6803, 6821, 6626, 6838, 6552, 6776, 6807, 6594, 6586, 6409, 6634, 6588, 6459, 6579, 6883, 6612, 6645, 6687, 6757, 6555, 6617, 6601, 6573, 6882, 6508, 6411, 6855, 6812, 6679, 7249, 6795, 6926, 6688, 6735, 6930, 6720, 6825, 6852, 7016, 6687, 6635, 6671, 6769, 6749, 6578, 6743, 6412, 6797, 6361, 7089, 6752, 6915, 6706, 6515, 6498, 7063, 6690, 7225, 6779, 6793, 6576, 6628, 7046, 6596, 6726, 6647, 6842, 6838, 6479, 7283, 6858, 6678, 6893, 6488, 7448, 7935, 6639, 8693, 6412, 6885, 6285, 6725, 6696, 7076, 7318, 7654, 6882, 6436, 7301, 6711, 7428, 6767, 6759, 7265, 7022, 6932, 6591, 6969, 6996, 6846, 6828, 6750, 6686, 6800, 6755, 6791, 6699, 7120, 6511, 6969, 6938, 6604, 7077, 6667, 7256, 6719, 6699, 7403, 6567, 7655, 6660, 7238, 6353, 7666, 6481, 7697, 6880, 7718, 7721, 7507, 7698, 6694, 7437, 7615, 6741, 7202, 6767, 7023, 6985, 6716, 7382, 6558, 6746, 6718, 6716, 7073, 6559, 6395, 6652, 6767, 7086, 7116, 6797, 6597, 6740, 7394, 7362, 6990, 7650, 6468, 7108, 6346, 7613, 6551, 6991, 7159, 6542, 7354, 6813, 7367, 7636, 6634, 7043, 6597, 7303, 7395, 6705, 7223, 6479, 7656, 7159, 6536, 7520, 7054, 6837, 7043, 6357, 7561, 6732, 7146, 7222, 6771, 7223, 6590, 7192, 7427, 6656, 7597, 6656, 7626, 7240, 6765, 7560, 6630, 6825, 7222, 6916, 7377, 7026, 6539, 7179, 6696, 7260, 7033, 6726, 7152, 6599, 7177, 7268, 6649, 7203, 6645, 7195, 6766, 6521, 7143, 6435, 7160, 6500, 7483, 7134, 7046, 7206, 6797, 7622, 7359, 6680, 7677, 6643, 7297, 7232, 6709, 7686, 6813, 7770, 7376, 6895, 7338, 6576, 7906, 6724, 7139, 7522, 7134, 7399, 6522, 7350, 7467, 6869, 7101, 6824, 7390, 6798, 6711, 7237, 6463, 7178, 6598, 7352, 7563, 6624, 7127, 6674, 6986, 6999, 6788, 7190, 6727, 7047, 7052, 6961, 7008, 6489, 6822, 6990, 6474, 6964, 6493, 6835, 6887, 6477, 7039, 7170, 6576, 7196, 6508, 7408, 6868, 7208, 6593, 7184, 6602, 7914, 6615, 7568, 6797, 7011, 6661, 6621, 6688, 6576, 6858, 6565, 7053, 6901, 7071, 6802, 6815, 7169, 7213, 6779, 6608, 6856, 6572, 7071, 6572, 6858, 6746, 6850, 6563], 'WindowCenter': [4078.0, 4050.0, 4057.0, 4038.0, 4042.0, 4036.0, 4027.0, 4040.0, 4027.0, 4056.0, 4018.0, 4038.0, 4026.0, 4038.0, 4029.0, 4026.0, 4036.0, 4024.0, 4035.0, 4014.0, 4013.0, 4024.0, 4014.0, 4023.0, 4012.0, 4003.0, 4024.0, 4014.0, 4033.0, 4013.0, 4022.0, 4024.0, 4008.0, 4036.0, 4004.0, 4024.0, 4028.0, 4011.0, 4036.0, 4021.0, 4023.0, 4032.0, 4014.0, 4023.0, 4013.0, 4024.0, 4024.0, 4016.0, 4024.0, 4024.0, 4015.0, 4029.0, 4019.0, 4062.0, 4017.0, 4039.0, 4029.0, 4042.0, 4024.0, 4043.0, 4032.0, 4054.0, 4045.0, 4033.0, 4044.0, 4043.0, 4043.0, 4039.0, 4018.0, 4017.0, 4008.0, 4015.0, 4007.0, 4006.0, 4004.0, 4006.0, 4027.0, 4005.0, 4004.0, 4005.0, 3999.0, 4014.0, 3995.0, 4014.0, 4016.0, 4013.0, 4015.0, 4015.0, 4016.0, 4014.0, 3995.0, 4001.0, 4002.0, 4004.0, 4009.0, 4006.0, 4012.0, 4002.0, 4014.0, 4026.0, 4028.0, 4015.0, 4019.0, 4020.0, 4037.0, 4021.0, 4030.0, 4020.0, 4032.0, 4036.0, 4028.0, 4016.0, 4030.0, 4026.0, 4036.0, 4014.0, 4030.0, 4025.0, 4044.0, 4025.0, 4022.0, 4008.0, 4019.0, 4035.0, 4026.0, 4035.0, 4029.0, 4038.0, 4033.0, 4022.0, 4017.0, 4019.0, 4023.0, 4030.0, 4011.0, 3994.0, 4002.0, 4006.0, 4002.0, 4000.0, 3998.0, 4000.0, 4009.0, 4004.0, 4009.0, 4004.0, 4022.0, 4016.0, 4006.0, 4013.0, 4023.0, 4003.0, 4011.0, 4010.0, 4006.0, 4009.0, 4006.0, 4005.0, 4010.0, 4014.0, 3998.0, 4022.0, 4005.0, 4006.0, 4028.0, 4025.0, 4034.0, 4050.0, 4018.0, 4018.0, 4026.0, 4009.0, 4021.0, 4010.0, 4023.0, 4023.0, 4024.0, 4010.0, 4023.0, 4005.0, 4019.0, 4019.0, 4007.0, 4025.0, 4024.0, 4020.0, 4014.0, 4021.0, 4019.0, 4010.0, 4011.0, 4002.0, 4007.0, 4023.0, 4004.0, 4020.0, 4010.0, 4008.0, 4011.0, 4005.0, 4016.0, 4004.0, 4017.0, 4006.0, 4029.0, 4032.0, 4053.0, 4033.0, 4058.0, 4030.0, 4078.0, 4026.0, 4056.0, 4039.0, 4037.0, 4054.0, 4034.0, 4041.0, 4017.0, 4020.0, 4016.0, 4016.0, 4019.0, 4021.0, 4017.0, 4026.0, 4017.0, 4024.0, 4016.0, 4005.0, 4021.0, 4008.0, 4006.0, 4005.0, 4017.0, 4005.0, 4020.0, 4014.0, 4032.0, 4033.0, 4021.0, 4033.0, 4043.0, 4045.0, 4021.0, 4023.0, 4030.0, 4029.0, 4028.0, 4038.0, 4021.0, 4022.0, 4047.0, 4018.0, 4035.0, 4020.0, 4023.0, 4004.0, 3995.0, 4005.0, 3990.0, 4012.0, 3997.0, 3991.0, 3988.0, 4000.0, 3976.0, 4002.0, 3994.0, 3996.0, 3988.0, 3985.0, 3993.0, 3988.0, 4002.0, 3997.0, 3995.0, 3989.0, 3987.0, 3993.0, 3986.0, 4005.0, 3994.0, 3992.0, 4004.0, 4008.0, 4006.0, 4004.0, 4006.0, 4000.0, 4011.0, 4001.0, 4000.0, 4009.0, 4002.0, 4016.0, 4003.0, 4003.0, 4001.0, 4001.0, 4014.0, 4004.0, 4009.0, 4014.0, 4015.0, 4017.0, 4017.0, 4016.0, 4029.0, 4028.0, 4027.0, 4018.0, 4017.0, 4018.0, 4018.0, 4030.0, 4029.0, 4030.0, 4031.0, 4029.0, 4009.0, 4011.0, 4016.0, 4019.0, 4034.0, 4033.0, 4022.0, 4025.0, 4021.0, 4027.0, 4023.0, 4009.0, 4008.0, 4016.0, 4009.0, 4005.0, 4001.0, 3994.0, 3991.0, 3990.0, 3978.0, 3979.0, 4003.0, 4010.0, 4002.0, 4000.0, 4007.0, 3995.0, 4004.0, 3992.0, 3988.0, 3990.0, 3998.0, 4000.0, 3989.0, 3989.0, 3994.0, 4006.0, 3991.0, 3987.0, 3999.0, 3996.0, 4003.0, 3991.0, 3990.0, 4001.0, 3990.0, 4005.0, 4013.0, 4001.0, 4014.0, 4007.0, 4015.0, 4015.0, 4027.0, 4023.0, 4019.0, 4023.0, 4029.0, 4022.0, 4005.0, 4017.0, 4017.0, 4009.0, 4046.0, 4026.0, 4008.0, 4022.0, 4011.0, 4012.0, 4017.0, 4008.0, 4011.0, 4020.0, 4028.0, 4005.0, 4014.0, 4004.0, 4003.0, 4003.0, 4001.0, 3996.0, 4013.0, 3991.0, 3992.0, 4003.0, 3994.0, 4005.0, 4005.0, 4015.0, 4004.0, 4003.0, 4009.0, 3990.0, 3990.0, 3985.0, 3988.0, 3979.0, 3992.0, 3990.0, 3989.0, 4003.0, 4014.0, 4008.0, 4014.0, 4015.0, 4023.0, 4014.0, 4007.0, 4015.0, 4015.0, 4015.0, 4016.0, 4017.0, 4016.0, 4016.0, 4016.0, 4017.0, 4015.0, 4017.0, 4016.0, 4016.0, 4029.0, 4016.0, 4028.0, 4017.0, 4018.0, 4030.0, 4027.0, 4020.0, 4017.0, 4022.0, 4019.0, 4006.0, 4018.0, 4017.0, 4025.0, 4016.0, 4003.0, 4004.0, 4005.0, 4017.0, 4021.0, 4030.0, 4009.0, 4017.0, 4015.0, 4012.0, 4018.0, 4024.0, 4014.0, 4014.0, 4014.0, 4015.0, 4001.0, 4002.0, 4002.0, 4000.0, 4012.0, 4000.0, 4003.0, 4001.0, 4016.0, 4001.0, 4014.0, 4004.0, 4017.0, 4014.0, 4013.0, 4013.0, 4014.0, 4013.0, 4011.0, 4000.0, 4001.0, 3989.0, 4001.0, 4006.0, 4011.0, 4001.0, 4008.0, 4014.0, 4009.0, 4014.0, 4004.0, 4014.0, 4015.0, 4017.0, 4026.0, 4017.0, 4017.0, 4015.0, 4029.0, 4027.0, 4027.0, 4017.0, 4016.0, 4018.0, 4016.0, 4017.0, 4019.0, 4012.0, 4005.0, 4017.0, 4007.0, 4035.0, 4022.0, 4028.0, 4019.0, 4026.0, 4030.0, 4015.0, 4002.0, 4003.0, 4000.0, 4008.0, 3989.0, 3988.0, 4013.0, 4014.0, 4001.0, 3999.0, 3999.0, 4001.0, 4002.0, 4001.0, 3990.0, 4003.0, 4001.0, 3998.0, 4001.0, 3990.0, 4000.0, 4000.0, 3991.0, 4000.0, 3999.0, 3998.0, 4000.0, 4000.0, 4002.0, 3988.0, 4000.0, 4000.0, 4012.0, 4015.0, 4019.0, 4017.0, 4030.0, 4028.0, 4028.0, 4036.0, 4015.0, 4014.0, 4004.0, 4014.0, 4025.0, 4026.0, 4028.0, 4014.0, 4015.0, 4003.0, 4004.0, 4016.0, 4004.0, 4005.0, 4008.0, 4007.0, 4012.0, 4007.0, 4010.0, 4021.0, 4020.0, 4018.0, 3998.0, 3994.0, 3994.0, 4003.0, 3991.0, 4001.0, 4003.0, 4003.0, 4003.0, 4003.0, 4002.0, 4003.0, 3992.0, 3992.0, 3994.0, 3992.0, 3991.0, 3999.0, 3993.0, 3991.0, 4003.0, 3991.0, 4012.0, 4026.0, 3998.0, 4036.0, 4011.0, 4017.0, 4017.0, 4022.0, 4031.0, 4043.0, 4031.0, 4040.0, 4032.0, 4009.0, 4028.0, 4018.0, 4027.0, 4007.0, 4016.0, 4027.0, 4016.0, 4016.0, 4017.0, 4016.0, 4027.0, 4017.0, 4017.0, 4019.0, 4031.0, 4033.0, 4019.0, 4033.0, 4019.0, 4030.0, 4021.0, 4030.0, 4043.0, 4017.0, 4029.0, 4020.0, 4031.0, 4020.0, 4022.0, 4028.0, 4018.0, 4028.0, 4007.0, 4029.0, 4007.0, 4040.0, 4009.0, 4040.0, 4031.0, 4028.0, 4030.0, 4019.0, 4029.0, 4019.0, 4019.0, 4040.0, 4018.0, 4013.0, 4006.0, 4007.0, 4003.0, 4003.0, 4002.0, 3991.0, 4000.0, 4003.0, 4005.0, 4001.0, 3994.0, 3992.0, 4008.0, 4002.0, 4002.0, 4015.0, 4004.0, 4020.0, 4017.0, 4013.0, 4027.0, 4015.0, 4024.0, 4003.0, 4016.0, 4005.0, 4038.0, 4016.0, 4014.0, 4028.0, 4007.0, 4027.0, 4015.0, 4014.0, 4026.0, 4006.0, 4016.0, 4004.0, 4013.0, 4014.0, 4001.0, 4013.0, 3991.0, 4023.0, 4014.0, 3993.0, 4013.0, 4003.0, 3989.0, 4001.0, 3997.0, 4012.0, 4002.0, 4000.0, 4014.0, 4002.0, 4015.0, 4004.0, 4003.0, 4015.0, 4002.0, 4027.0, 4017.0, 4025.0, 4026.0, 4013.0, 4025.0, 4015.0, 4003.0, 4024.0, 4014.0, 4013.0, 4015.0, 4004.0, 4015.0, 4005.0, 4015.0, 4015.0, 4004.0, 4020.0, 4014.0, 4014.0, 4026.0, 4004.0, 4026.0, 4005.0, 4018.0, 4015.0, 4007.0, 4029.0, 4007.0, 4031.0, 4017.0, 4025.0, 4029.0, 4015.0, 4027.0, 4016.0, 4027.0, 4026.0, 4004.0, 4024.0, 4005.0, 4013.0, 4025.0, 4003.0, 4025.0, 4014.0, 4025.0, 4027.0, 4012.0, 4026.0, 4016.0, 4037.0, 4016.0, 4013.0, 4026.0, 4014.0, 4025.0, 4017.0, 4025.0, 4027.0, 4007.0, 4015.0, 4015.0, 4029.0, 4019.0, 4015.0, 4026.0, 4005.0, 4026.0, 4016.0, 4024.0, 4039.0, 4018.0, 4028.0, 4017.0, 4018.0, 4030.0, 4005.0, 4016.0, 4016.0, 4018.0, 4016.0, 4016.0, 4015.0, 4007.0, 4004.0, 4014.0, 4005.0, 4015.0, 4007.0, 4003.0, 4013.0, 4005.0, 4015.0, 4015.0, 4020.0, 4017.0, 4008.0, 4029.0, 4008.0, 4030.0, 4018.0, 4033.0, 4021.0, 4054.0, 4031.0, 4039.0, 4030.0, 4027.0, 4028.0, 4040.0, 4032.0, 4013.0, 4013.0, 4016.0, 4013.0, 4013.0, 4027.0, 4015.0, 4027.0, 4025.0, 4023.0, 4003.0, 4003.0, 4001.0, 3988.0, 4002.0, 4003.0, 3998.0, 4001.0, 3999.0, 4000.0], 'WindowWidth': [9106.0, 9052.0, 9051.0, 9023.0, 9020.0, 9014.0, 8992.0, 9012.0, 8991.0, 9038.0, 8982.0, 9009.0, 8989.0, 9006.0, 8994.0, 8986.0, 9002.0, 8983.0, 8996.0, 8969.0, 8964.0, 8980.0, 8966.0, 8978.0, 8963.0, 8948.0, 8978.0, 8966.0, 8992.0, 8966.0, 8975.0, 8983.0, 8964.0, 9000.0, 8957.0, 8983.0, 8991.0, 8969.0, 8999.0, 8985.0, 8979.0, 9000.0, 8967.0, 8979.0, 8964.0, 8979.0, 8980.0, 8970.0, 8981.0, 8982.0, 8968.0, 8993.0, 8985.0, 9049.0, 8983.0, 9012.0, 9000.0, 9020.0, 8998.0, 9022.0, 9009.0, 9039.0, 9031.0, 9013.0, 9031.0, 9030.0, 9023.0, 9010.0, 8980.0, 8975.0, 8965.0, 8972.0, 8960.0, 8960.0, 8952.0, 8964.0, 8992.0, 8959.0, 8955.0, 8957.0, 8951.0, 8968.0, 8945.0, 8967.0, 8973.0, 8965.0, 8972.0, 8971.0, 8974.0, 8967.0, 8942.0, 8948.0, 8946.0, 8954.0, 8965.0, 8960.0, 8964.0, 8954.0, 8973.0, 8993.0, 8997.0, 8977.0, 8987.0, 8990.0, 9019.0, 8993.0, 9005.0, 8988.0, 9008.0, 9017.0, 9000.0, 8980.0, 9002.0, 9002.0, 9015.0, 8975.0, 9002.0, 9000.0, 9026.0, 8999.0, 8992.0, 8966.0, 8984.0, 9013.0, 9005.0, 9017.0, 9010.0, 9022.0, 9009.0, 8990.0, 8979.0, 8978.0, 8988.0, 8994.0, 8968.0, 8941.0, 8948.0, 8959.0, 8949.0, 8945.0, 8938.0, 8943.0, 8966.0, 8955.0, 8966.0, 8961.0, 8992.0, 8978.0, 8963.0, 8969.0, 8992.0, 8954.0, 8974.0, 8968.0, 8958.0, 8966.0, 8958.0, 8960.0, 8970.0, 8971.0, 8952.0, 8986.0, 8958.0, 8962.0, 8997.0, 9001.0, 9014.0, 9039.0, 8981.0, 8982.0, 8990.0, 8969.0, 8987.0, 8968.0, 8989.0, 8992.0, 8995.0, 8971.0, 8991.0, 8960.0, 8984.0, 8986.0, 8965.0, 8998.0, 8992.0, 8985.0, 8980.0, 8986.0, 8984.0, 8969.0, 8971.0, 8954.0, 8962.0, 8990.0, 8956.0, 8984.0, 8969.0, 8963.0, 8971.0, 8958.0, 8973.0, 8956.0, 8977.0, 8966.0, 8997.0, 9009.0, 9040.0, 9013.0, 9056.0, 9009.0, 9074.0, 9000.0, 9040.0, 9023.0, 9017.0, 9039.0, 9014.0, 9018.0, 8978.0, 8984.0, 8977.0, 8975.0, 8979.0, 8987.0, 8980.0, 8989.0, 8980.0, 8992.0, 8973.0, 8958.0, 8987.0, 8966.0, 8961.0, 8958.0, 8979.0, 8958.0, 8983.0, 8977.0, 9008.0, 9011.0, 8993.0, 9015.0, 9028.0, 9025.0, 8990.0, 8995.0, 9000.0, 9002.0, 8997.0, 9020.0, 8990.0, 8993.0, 9030.0, 8980.0, 9007.0, 8982.0, 8987.0, 8954.0, 8938.0, 8953.0, 8927.0, 8959.0, 8946.0, 8933.0, 8925.0, 8941.0, 8905.0, 8943.0, 8936.0, 8933.0, 8924.0, 8917.0, 8936.0, 8922.0, 8949.0, 8944.0, 8940.0, 8925.0, 8920.0, 8933.0, 8917.0, 8953.0, 8938.0, 8934.0, 8955.0, 8966.0, 8962.0, 8957.0, 8961.0, 8947.0, 8961.0, 8948.0, 8946.0, 8967.0, 8954.0, 8976.0, 8953.0, 8955.0, 8951.0, 8951.0, 8971.0, 8959.0, 8970.0, 8972.0, 8976.0, 8980.0, 8983.0, 8978.0, 8999.0, 8999.0, 8994.0, 8984.0, 8983.0, 8983.0, 8983.0, 9005.0, 9001.0, 9006.0, 9007.0, 9001.0, 8970.0, 8971.0, 8973.0, 8983.0, 9012.0, 9010.0, 8993.0, 9002.0, 8990.0, 9000.0, 8991.0, 8966.0, 8965.0, 8972.0, 8968.0, 8959.0, 8947.0, 8941.0, 8930.0, 8927.0, 8909.0, 8911.0, 8956.0, 8970.0, 8953.0, 8945.0, 8962.0, 8943.0, 8953.0, 8937.0, 8927.0, 8933.0, 8941.0, 8945.0, 8930.0, 8927.0, 8939.0, 8960.0, 8936.0, 8925.0, 8943.0, 8944.0, 8952.0, 8935.0, 8931.0, 8949.0, 8932.0, 8956.0, 8967.0, 8951.0, 8972.0, 8965.0, 8977.0, 8975.0, 8995.0, 8996.0, 8988.0, 8993.0, 8997.0, 8986.0, 8959.0, 8977.0, 8979.0, 8972.0, 9035.0, 9001.0, 8968.0, 8989.0, 8972.0, 8974.0, 8976.0, 8965.0, 8976.0, 8986.0, 8994.0, 8958.0, 8971.0, 8953.0, 8952.0, 8951.0, 8947.0, 8945.0, 8968.0, 8932.0, 8935.0, 8949.0, 8940.0, 8959.0, 8956.0, 8970.0, 8955.0, 8953.0, 8964.0, 8929.0, 8930.0, 8925.0, 8924.0, 8911.0, 8931.0, 8929.0, 8928.0, 8952.0, 8968.0, 8969.0, 8974.0, 8976.0, 8993.0, 8972.0, 8966.0, 8974.0, 8977.0, 8976.0, 8979.0, 8980.0, 8979.0, 8978.0, 8980.0, 8981.0, 8976.0, 8980.0, 8978.0, 8980.0, 9001.0, 8981.0, 9000.0, 8983.0, 8984.0, 9002.0, 9003.0, 8989.0, 8981.0, 8992.0, 8985.0, 8964.0, 8984.0, 8979.0, 8997.0, 8976.0, 8954.0, 8956.0, 8962.0, 8978.0, 8991.0, 9002.0, 8968.0, 8979.0, 8974.0, 8974.0, 8983.0, 8993.0, 8970.0, 8973.0, 8973.0, 8977.0, 8950.0, 8951.0, 8953.0, 8944.0, 8966.0, 8945.0, 8954.0, 8949.0, 8973.0, 8950.0, 8972.0, 8959.0, 8979.0, 8972.0, 8966.0, 8969.0, 8971.0, 8966.0, 8964.0, 8947.0, 8950.0, 8928.0, 8949.0, 8960.0, 8963.0, 8950.0, 8966.0, 8971.0, 8967.0, 8971.0, 8961.0, 8974.0, 8975.0, 8980.0, 8992.0, 8980.0, 8983.0, 8976.0, 9004.0, 8994.0, 8996.0, 8982.0, 8978.0, 8986.0, 8978.0, 8978.0, 8981.0, 8973.0, 8958.0, 8978.0, 8967.0, 9013.0, 8991.0, 8993.0, 8987.0, 9002.0, 9002.0, 8973.0, 8949.0, 8952.0, 8944.0, 8960.0, 8929.0, 8926.0, 8968.0, 8975.0, 8949.0, 8944.0, 8943.0, 8948.0, 8952.0, 8949.0, 8931.0, 8952.0, 8947.0, 8943.0, 8950.0, 8932.0, 8945.0, 8946.0, 8933.0, 8946.0, 8943.0, 8942.0, 8945.0, 8944.0, 8951.0, 8929.0, 8947.0, 8945.0, 8968.0, 8973.0, 8989.0, 8981.0, 9006.0, 8996.0, 8999.0, 9008.0, 8973.0, 8971.0, 8955.0, 8970.0, 8990.0, 8994.0, 8999.0, 8974.0, 8970.0, 8954.0, 8954.0, 8974.0, 8954.0, 8954.0, 8961.0, 8958.0, 8973.0, 8958.0, 8968.0, 8985.0, 8983.0, 8977.0, 8948.0, 8941.0, 8941.0, 8949.0, 8931.0, 8944.0, 8948.0, 8950.0, 8951.0, 8949.0, 8948.0, 8949.0, 8933.0, 8932.0, 8936.0, 8933.0, 8931.0, 8938.0, 8935.0, 8929.0, 8949.0, 8932.0, 8962.0, 8984.0, 8946.0, 8998.0, 8970.0, 8976.0, 8979.0, 8990.0, 9005.0, 9025.0, 9003.0, 9012.0, 9004.0, 8968.0, 8992.0, 8980.0, 8991.0, 8962.0, 8974.0, 8992.0, 8974.0, 8974.0, 8978.0, 8972.0, 8991.0, 8977.0, 8978.0, 8984.0, 9004.0, 9008.0, 8986.0, 9011.0, 8986.0, 9002.0, 8988.0, 9003.0, 9023.0, 8980.0, 8996.0, 8985.0, 9001.0, 8987.0, 8986.0, 8992.0, 8978.0, 8991.0, 8963.0, 8995.0, 8963.0, 9013.0, 8971.0, 9012.0, 9001.0, 8990.0, 8996.0, 8978.0, 8990.0, 8981.0, 8981.0, 9010.0, 8982.0, 8968.0, 8958.0, 8956.0, 8947.0, 8948.0, 8946.0, 8934.0, 8945.0, 8951.0, 8956.0, 8945.0, 8939.0, 8935.0, 8964.0, 8949.0, 8950.0, 8973.0, 8958.0, 8986.0, 8980.0, 8968.0, 8991.0, 8971.0, 8980.0, 8953.0, 8976.0, 8959.0, 9011.0, 8978.0, 8971.0, 8995.0, 8962.0, 8991.0, 8972.0, 8969.0, 8989.0, 8960.0, 8973.0, 8955.0, 8965.0, 8969.0, 8948.0, 8963.0, 8935.0, 8979.0, 8969.0, 8938.0, 8962.0, 8952.0, 8927.0, 8947.0, 8945.0, 8963.0, 8949.0, 8945.0, 8968.0, 8948.0, 8970.0, 8957.0, 8952.0, 8970.0, 8951.0, 8989.0, 8978.0, 8985.0, 8989.0, 8968.0, 8984.0, 8973.0, 8953.0, 8984.0, 8968.0, 8968.0, 8971.0, 8954.0, 8972.0, 8958.0, 8972.0, 8972.0, 8957.0, 8984.0, 8970.0, 8970.0, 8989.0, 8956.0, 8988.0, 8959.0, 8981.0, 8975.0, 8965.0, 8997.0, 8965.0, 9003.0, 8982.0, 8988.0, 8997.0, 8974.0, 8991.0, 8976.0, 8989.0, 8990.0, 8956.0, 8983.0, 8959.0, 8968.0, 8987.0, 8955.0, 8984.0, 8970.0, 8985.0, 8990.0, 8967.0, 8988.0, 8974.0, 9004.0, 8975.0, 8968.0, 8989.0, 8971.0, 8986.0, 8979.0, 8987.0, 8992.0, 8962.0, 8975.0, 8974.0, 8997.0, 8983.0, 8974.0, 8988.0, 8960.0, 8991.0, 8975.0, 8984.0, 9010.0, 8979.0, 8995.0, 8979.0, 8980.0, 8998.0, 8959.0, 8977.0, 8976.0, 8979.0, 8977.0, 8974.0, 8975.0, 8964.0, 8955.0, 8969.0, 8957.0, 8974.0, 8964.0, 8954.0, 8970.0, 8958.0, 8971.0, 8973.0, 8983.0, 8979.0, 8965.0, 8994.0, 8966.0, 8997.0, 8983.0, 9008.0, 8989.0, 9037.0, 9004.0, 9009.0, 9001.0, 8997.0, 9002.0, 9020.0, 9007.0, 8969.0, 8972.0, 8976.0, 8971.0, 8969.0, 8997.0, 8976.0, 8996.0, 8990.0, 8982.0, 8955.0, 8950.0, 8946.0, 8926.0, 8948.0, 8949.0, 8939.0, 8949.0, 8943.0, 8948.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.005129159953970081</td></tr>
<tr><td colspan=3>aqi</td><td>0.07727989896432681</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13395682122118</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.087194523398619</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9654883067972352</td></tr>
<tr><td colspan=3>efc</td><td>0.4552</td></tr>
<tr><td colspan=3>fber</td><td>6597.6416</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10398390981880574</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.444188722669735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5881433856915486</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4139196697203977</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8277475689448806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.522762918409367</td></tr>
<tr><td colspan=3>gcor</td><td>0.0065296</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014840503223240376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026071593165397644</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>3.9423035492529896</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>27.1873</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3421</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305616.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.3372</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.1923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3266.1281</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.6679</td></tr>
<tr><td colspan=3>tsnr</td><td>24.086907672230154</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>