ds005256-mriqc/sub-0099_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 33e4541bf2 [DATALAD RUNCMD] Compute MRIQC for sub-0099
=== 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-0099 --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-0099",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:40:23 +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-0099_ses-04_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-0099_ses-04_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-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_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-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_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-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-04_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_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-0099/ses-04/func/sub-0099_ses-04_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>993870300566814baf249a706f511e28</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:54:46.970000</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.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</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.259</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.0843498</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8db45ae8-4027-47a2-9410-860c4b6e453a||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.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['135446.970000', '135447.430000', '135447.890000', '135448.350000', '135448.810000', '135449.270000', '135449.730000', '135450.190000', '135450.650000', '135451.110000', '135451.570000', '135452.030000', '135452.490000', '135452.950000', '135453.410000', '135453.870000', '135454.330000', '135454.790000', '135455.250000', '135455.710000', '135456.170000', '135456.630000', '135457.090000', '135457.550000', '135458.010000', '135458.470000', '135458.930000', '135459.390000', '135459.850000', '135500.310000', '135500.770000', '135501.230000', '135501.690000', '135502.150000', '135502.610000', '135503.070000', '135503.530000', '135503.990000', '135504.450000', '135504.910000', '135505.370000', '135505.830000', '135506.290000', '135506.750000', '135507.210000', '135507.670000', '135508.130000', '135508.590000', '135509.050000', '135509.510000', '135509.970000', '135510.430000', '135510.890000', '135511.350000', '135511.810000', '135512.270000', '135512.730000', '135513.190000', '135513.650000', '135514.110000', '135514.570000', '135515.030000', '135515.490000', '135515.950000', '135516.410000', '135516.870000', '135517.330000', '135517.790000', '135518.250000', '135518.710000', '135519.170000', '135519.630000', '135520.090000', '135520.550000', '135521.010000', '135521.470000', '135521.930000', '135522.390000', '135522.850000', '135523.310000', '135523.770000', '135524.230000', '135524.690000', '135525.150000', '135525.610000', '135526.070000', '135526.530000', '135526.990000', '135527.450000', '135527.910000', '135528.370000', '135528.830000', '135529.290000', '135529.750000', '135530.210000', '135530.670000', '135531.130000', '135531.590000', '135532.050000', '135532.510000', '135532.970000', '135533.430000', '135533.890000', '135534.350000', '135534.810000', '135535.270000', '135535.730000', '135536.190000', '135536.650000', '135537.110000', '135537.570000', '135538.030000', '135538.490000', '135538.950000', '135539.410000', '135539.870000', '135540.330000', '135540.790000', '135541.250000', '135541.710000', '135542.170000', '135542.630000', '135543.090000', '135543.550000', '135544.010000', '135544.470000', '135544.930000', '135545.390000', '135545.850000', '135546.310000', '135546.770000', '135547.230000', '135547.690000', '135548.150000', '135548.610000', '135549.070000', '135549.530000', '135549.990000', '135550.450000', '135550.910000', '135551.370000', '135551.830000', '135552.290000', '135552.750000', '135553.210000', '135553.670000', '135554.130000', '135554.590000', '135555.050000', '135555.510000', '135555.970000', '135556.430000', '135556.890000', '135557.350000', '135557.810000', '135558.270000', '135558.730000', '135559.190000', '135559.650000', '135600.110000', '135600.570000', '135601.030000', '135601.490000', '135601.950000', '135602.410000', '135602.870000', '135603.330000', '135603.790000', '135604.250000', '135604.710000', '135605.170000', '135605.630000', '135606.090000', '135606.550000', '135607.010000', '135607.470000', '135607.930000', '135608.390000', '135608.850000', '135609.310000', '135609.770000', '135610.230000', '135610.690000', '135611.150000', '135611.610000', '135612.070000', '135612.530000', '135612.990000', '135613.450000', '135613.910000', '135614.370000', '135614.830000', '135615.290000', '135615.750000', '135616.210000', '135616.670000', '135617.130000', '135617.590000', '135618.050000', '135618.510000', '135618.970000', '135619.430000', '135619.890000', '135620.350000', '135620.810000', '135621.270000', '135621.730000', '135622.190000', '135622.650000', '135623.110000', '135623.570000', '135624.030000', '135624.490000', '135624.950000', '135625.410000', '135625.870000', '135626.330000', '135626.790000', '135627.250000', '135627.710000', '135628.170000', '135628.630000', '135629.090000', '135629.550000', '135630.010000', '135630.470000', '135630.930000', '135631.390000', '135631.850000', '135632.310000', '135632.770000', '135633.230000', '135633.690000', '135634.150000', '135634.610000', '135635.070000', '135635.530000', '135635.990000', '135636.450000', '135636.910000', '135637.370000', '135637.830000', '135638.290000', '135638.750000', '135639.210000', '135639.670000', '135640.130000', '135640.590000', '135641.050000', '135641.510000', '135641.970000', '135642.430000', '135642.890000', '135643.350000', '135643.810000', '135644.270000', '135644.730000', '135645.190000', '135645.650000', '135646.110000', '135646.570000', '135647.030000', '135647.490000', '135647.950000', '135648.410000', '135648.870000', '135649.330000', '135649.790000', '135650.250000', '135650.710000', '135651.170000', '135651.630000', '135652.090000', '135652.550000', '135653.010000', '135653.470000', '135653.930000', '135654.390000', '135654.850000', '135655.310000', '135655.770000', '135656.230000', '135656.690000', '135657.150000', '135657.610000', '135658.070000', '135658.530000', '135658.990000', '135659.450000', '135659.910000', '135700.370000', '135700.830000', '135701.290000', '135701.750000', '135702.210000', '135702.670000', '135703.130000', '135703.590000', '135704.050000', '135704.510000', '135704.970000', '135705.430000', '135705.890000', '135706.350000', '135706.810000', '135707.270000', '135707.730000', '135708.190000', '135708.650000', '135709.110000', '135709.570000', '135710.030000', '135710.490000', '135710.950000', '135711.410000', '135711.870000', '135712.330000', '135712.790000', '135713.250000', '135713.710000', '135714.170000', '135714.630000', '135715.090000', '135715.550000', '135716.010000', '135716.470000', '135716.930000', '135717.390000', '135717.850000', '135718.310000', '135718.770000', '135719.230000', '135719.690000', '135720.150000', '135720.610000', '135721.070000', '135721.530000', '135721.990000', '135722.450000', '135722.910000', '135723.370000', '135723.830000', '135724.290000', '135724.750000', '135725.210000', '135725.670000', '135726.130000', '135726.590000', '135727.050000', '135727.510000', '135727.970000', '135728.430000', '135728.890000', '135729.350000', '135729.810000', '135730.270000', '135730.730000', '135731.190000', '135731.650000', '135732.110000', '135732.570000', '135733.030000', '135733.490000', '135733.950000', '135734.410000', '135734.870000', '135735.330000', '135735.790000', '135736.250000', '135736.710000', '135737.170000', '135737.630000', '135738.090000', '135738.550000', '135739.010000', '135739.470000', '135739.930000', '135740.390000', '135740.850000', '135741.310000', '135741.770000', '135742.230000', '135742.690000', '135743.150000', '135743.610000', '135744.070000', '135744.530000', '135744.990000', '135745.450000', '135745.910000', '135746.370000', '135746.830000', '135747.290000', '135747.750000', '135748.210000', '135748.670000', '135749.130000', '135749.590000', '135750.050000', '135750.510000', '135750.970000', '135751.430000', '135751.890000', '135752.350000', '135752.810000', '135753.270000', '135753.730000', '135754.190000', '135754.650000', '135755.110000', '135755.570000', '135756.030000', '135756.490000', '135756.950000', '135757.410000', '135757.870000', '135758.330000', '135758.790000', '135759.250000', '135759.710000', '135800.170000', '135800.630000', '135801.090000', '135801.550000', '135802.010000', '135802.470000', '135802.930000', '135803.390000', '135803.850000', '135804.310000', '135804.770000', '135805.230000', '135805.690000', '135806.150000', '135806.610000', '135807.070000', '135807.530000', '135807.990000', '135808.450000', '135808.910000', '135809.370000', '135809.830000', '135810.290000', '135810.750000', '135811.210000', '135811.670000', '135812.130000', '135812.590000', '135813.050000', '135813.510000', '135813.970000', '135814.430000', '135814.890000', '135815.350000', '135815.810000', '135816.270000', '135816.730000', '135817.190000', '135817.650000', '135818.110000', '135818.570000', '135819.030000', '135819.490000', '135819.950000', '135820.410000', '135820.870000', '135821.330000', '135821.790000', '135822.250000', '135822.710000', '135823.170000', '135823.630000', '135824.090000', '135824.550000', '135825.010000', '135825.470000', '135825.930000', '135826.390000', '135826.850000', '135827.310000', '135827.770000', '135828.230000', '135828.690000', '135829.150000', '135829.610000', '135830.070000', '135830.530000', '135830.990000', '135831.450000', '135831.910000', '135832.370000', '135832.830000', '135833.290000', '135833.750000', '135834.210000', '135834.670000', '135835.130000', '135835.590000', '135836.050000', '135836.510000', '135836.970000', '135837.430000', '135837.890000', '135838.350000', '135838.810000', '135839.270000', '135839.730000', '135840.190000', '135840.650000', '135841.110000', '135841.570000', '135842.030000', '135842.490000', '135842.950000', '135843.410000', '135843.870000', '135844.330000', '135844.790000', '135845.250000', '135845.710000', '135846.170000', '135846.630000', '135847.090000', '135847.550000', '135848.010000', '135848.470000', '135848.930000', '135849.390000', '135849.850000', '135850.310000', '135850.770000', '135851.230000', '135851.690000', '135852.150000', '135852.610000', '135853.070000', '135853.530000', '135853.990000', '135854.450000', '135854.910000', '135855.370000', '135855.830000', '135856.290000', '135856.750000', '135857.210000', '135857.670000', '135858.130000', '135858.590000', '135859.050000', '135859.510000', '135859.970000', '135900.430000', '135900.890000', '135901.350000', '135901.810000', '135902.270000', '135902.730000', '135903.190000', '135903.650000', '135904.110000', '135904.570000', '135905.030000', '135905.490000', '135905.950000', '135906.410000', '135906.870000', '135907.330000', '135907.790000', '135908.250000', '135908.710000', '135909.170000', '135909.630000', '135910.090000', '135910.550000', '135911.010000', '135911.470000', '135911.930000', '135912.390000', '135912.850000', '135913.310000', '135913.770000', '135914.230000', '135914.690000', '135915.150000', '135915.610000', '135916.070000', '135916.530000', '135916.990000', '135917.450000', '135917.910000', '135918.370000', '135918.830000', '135919.290000', '135919.750000', '135920.210000', '135920.670000', '135921.130000', '135921.590000', '135922.050000', '135922.510000', '135922.970000', '135923.430000', '135923.890000', '135924.350000', '135924.810000', '135925.270000', '135925.730000', '135926.190000', '135926.650000', '135927.110000', '135927.570000', '135928.030000', '135928.490000', '135928.950000', '135929.410000', '135929.870000', '135930.330000', '135930.790000', '135931.250000', '135931.710000', '135932.170000', '135932.630000', '135933.090000', '135933.550000', '135934.010000', '135934.470000', '135934.930000', '135935.390000', '135935.850000', '135936.310000', '135936.770000', '135937.230000', '135937.690000', '135938.150000', '135938.610000', '135939.070000', '135939.530000', '135939.990000', '135940.450000', '135940.910000', '135941.370000', '135941.830000', '135942.290000', '135942.750000', '135943.210000', '135943.670000', '135944.130000', '135944.590000', '135945.050000', '135945.510000', '135945.970000', '135946.430000', '135946.890000', '135947.350000', '135947.810000', '135948.270000', '135948.730000', '135949.190000', '135949.650000', '135950.110000', '135950.570000', '135951.030000', '135951.490000', '135951.950000', '135952.410000', '135952.870000', '135953.330000', '135953.790000', '135954.250000', '135954.710000', '135955.170000', '135955.630000', '135956.090000', '135956.550000', '135957.010000', '135957.470000', '135957.930000', '135958.390000', '135958.850000', '135959.310000', '135959.770000', '140000.230000', '140000.690000', '140001.150000', '140001.610000', '140002.070000', '140002.530000', '140002.990000', '140003.450000', '140003.910000', '140004.370000', '140004.830000', '140005.290000', '140005.750000', '140006.210000', '140006.670000', '140007.130000', '140007.590000', '140008.050000', '140008.510000', '140008.970000', '140009.430000', '140009.890000', '140010.350000', '140010.810000', '140011.270000', '140011.730000', '140012.190000', '140012.650000', '140013.110000', '140013.570000', '140014.030000', '140014.490000', '140014.950000', '140015.410000', '140015.870000', '140016.330000', '140016.790000', '140017.250000', '140017.710000', '140018.170000', '140018.630000', '140019.090000', '140019.550000', '140020.010000', '140020.470000', '140020.930000', '140021.390000', '140021.850000', '140022.310000', '140022.770000', '140023.230000', '140023.690000', '140024.150000', '140024.610000', '140025.070000', '140025.530000', '140025.990000', '140026.450000', '140026.910000', '140027.370000', '140027.830000', '140028.290000', '140028.750000', '140029.210000', '140029.670000', '140030.130000', '140030.590000', '140031.050000', '140031.510000', '140031.970000', '140032.430000', '140032.890000', '140033.350000', '140033.810000', '140034.270000', '140034.730000', '140035.190000', '140035.650000', '140036.110000', '140036.570000', '140037.030000', '140037.490000', '140037.950000', '140038.410000', '140038.870000', '140039.330000', '140039.790000', '140040.250000', '140040.710000', '140041.170000', '140041.630000', '140042.090000', '140042.550000', '140043.010000', '140043.470000', '140043.930000', '140044.390000', '140044.850000', '140045.310000', '140045.770000', '140046.230000', '140046.690000', '140047.150000', '140047.610000', '140048.070000', '140048.530000', '140048.990000', '140049.450000', '140049.910000', '140050.370000', '140050.830000', '140051.290000', '140051.750000', '140052.210000', '140052.670000', '140053.130000', '140053.590000', '140054.050000', '140054.510000', '140054.970000', '140055.430000', '140055.890000', '140056.350000', '140056.810000', '140057.270000', '140057.730000', '140058.190000', '140058.650000', '140059.110000', '140059.570000', '140100.030000', '140100.490000', '140100.950000', '140101.410000', '140101.870000', '140102.330000', '140102.790000', '140103.250000', '140103.710000', '140104.170000', '140104.630000', '140105.090000', '140105.550000', '140106.010000', '140106.470000', '140106.930000', '140107.390000', '140107.850000', '140108.310000', '140108.770000', '140109.230000', '140109.690000', '140110.150000', '140110.610000', '140111.070000', '140111.530000', '140111.990000', '140112.450000', '140112.910000', '140113.370000', '140113.830000', '140114.290000', '140114.750000', '140115.210000', '140115.670000', '140116.130000', '140116.590000', '140117.050000', '140117.510000', '140117.970000', '140118.430000', '140118.890000', '140119.350000', '140119.810000', '140120.270000', '140120.730000', '140121.190000', '140121.650000', '140122.110000', '140122.570000', '140123.030000', '140123.490000', '140123.950000', '140124.410000', '140124.870000', '140125.330000', '140125.790000', '140126.250000', '140126.710000', '140127.170000', '140127.630000'], 'ContentTime': ['135511.724000', '135511.727000', '135511.730000', '135511.732000', '135511.735000', '135511.737000', '135511.740000', '135511.743000', '135511.745000', '135511.748000', '135511.750000', '135511.753000', '135511.756000', '135511.758000', '135511.761000', '135511.763000', '135511.766000', '135511.769000', '135511.771000', '135511.774000', '135511.777000', '135511.780000', '135511.783000', '135511.785000', '135511.788000', '135511.790000', '135511.793000', '135511.796000', '135511.800000', '135511.802000', '135511.805000', '135511.808000', '135511.810000', '135511.813000', '135511.816000', '135511.818000', '135511.821000', '135511.823000', '135511.826000', '135511.829000', '135511.831000', '135511.834000', '135511.836000', '135511.839000', '135511.842000', '135511.844000', '135511.847000', '135511.849000', '135511.852000', '135511.854000', '135511.857000', '135511.860000', '135531.685000', '135531.688000', '135531.691000', '135531.694000', '135531.697000', '135531.699000', '135531.702000', '135531.705000', '135531.708000', '135531.710000', '135531.713000', '135531.715000', '135531.718000', '135531.721000', '135531.723000', '135531.726000', '135531.728000', '135531.731000', '135531.734000', '135531.736000', '135531.739000', '135531.741000', '135531.744000', '135531.747000', '135531.749000', '135531.752000', '135531.754000', '135531.757000', '135531.759000', '135531.762000', '135531.772000', '135531.775000', '135531.778000', '135531.780000', '135531.783000', '135531.786000', '135531.788000', '135531.791000', '135531.793000', '135531.796000', '135531.799000', '135531.801000', '135531.804000', '135551.685000', '135551.688000', '135551.691000', '135551.694000', '135551.697000', '135551.700000', '135551.703000', '135551.706000', '135551.708000', '135551.711000', '135551.713000', '135551.716000', '135551.718000', '135551.721000', '135551.724000', '135551.726000', '135551.729000', '135551.731000', '135551.734000', '135551.737000', '135551.739000', '135551.742000', '135551.744000', '135551.747000', '135551.749000', '135551.752000', '135551.754000', '135551.757000', '135551.760000', '135551.762000', '135551.765000', '135551.768000', '135551.770000', '135551.773000', '135551.779000', '135551.781000', '135551.784000', '135551.786000', '135551.789000', '135551.792000', '135551.794000', '135551.797000', '135551.799000', '135611.687000', '135611.689000', '135611.702000', '135611.705000', '135611.707000', '135611.710000', '135611.713000', '135611.715000', '135611.718000', '135611.720000', '135611.723000', '135611.726000', '135611.728000', '135611.731000', '135611.733000', '135611.736000', '135611.739000', '135611.741000', '135611.744000', '135611.747000', '135611.749000', '135611.752000', '135611.754000', '135611.757000', '135611.760000', '135611.762000', '135611.765000', '135611.768000', '135611.770000', '135611.773000', '135611.775000', '135611.778000', '135611.781000', '135611.783000', '135611.786000', '135611.789000', '135611.791000', '135611.794000', '135611.796000', '135611.799000', '135611.802000', '135611.804000', '135611.807000', '135611.809000', '135631.686000', '135631.690000', '135631.693000', '135631.696000', '135631.699000', '135631.701000', '135631.704000', '135631.707000', '135631.709000', '135631.712000', '135631.714000', '135631.717000', '135631.720000', '135631.722000', '135631.725000', '135631.727000', '135631.730000', '135631.733000', '135631.735000', '135631.738000', '135631.740000', '135631.743000', '135631.745000', '135631.748000', '135631.751000', '135631.753000', '135631.756000', '135631.759000', '135631.762000', '135631.766000', '135631.768000', '135631.771000', '135631.774000', '135631.776000', '135631.779000', '135631.782000', '135631.784000', '135631.787000', '135631.789000', '135631.792000', '135631.794000', '135631.797000', '135631.800000', '135651.686000', '135651.689000', '135651.692000', '135651.695000', '135651.698000', '135651.700000', '135651.703000', '135651.706000', '135651.708000', '135651.711000', '135651.714000', '135651.716000', '135651.719000', '135651.722000', '135651.724000', '135651.727000', '135651.730000', '135651.732000', '135651.735000', '135651.738000', '135651.740000', '135651.743000', '135651.745000', '135651.748000', '135651.751000', '135651.753000', '135651.756000', '135651.758000', '135651.761000', '135651.764000', '135651.766000', '135651.769000', '135651.771000', '135651.774000', '135651.777000', '135651.779000', '135651.782000', '135651.784000', '135651.787000', '135651.790000', '135651.804000', '135651.807000', '135651.810000', '135651.812000', '135711.686000', '135711.689000', '135711.692000', '135711.694000', '135711.697000', '135711.700000', '135711.702000', '135711.705000', '135711.708000', '135711.710000', '135711.713000', '135711.715000', '135711.718000', '135711.721000', '135711.723000', '135711.726000', '135711.728000', '135711.731000', '135711.734000', '135711.737000', '135711.740000', '135711.742000', '135711.745000', '135711.748000', '135711.751000', '135711.753000', '135711.756000', '135711.758000', '135711.761000', '135711.764000', '135711.766000', '135711.769000', '135711.772000', '135711.774000', '135711.777000', '135711.780000', '135711.782000', '135711.785000', '135711.788000', '135711.790000', '135711.793000', '135711.795000', '135711.798000', '135731.687000', '135731.690000', '135731.692000', '135731.695000', '135731.698000', '135731.700000', '135731.703000', '135731.706000', '135731.708000', '135731.711000', '135731.714000', '135731.716000', '135731.719000', '135731.722000', '135731.725000', '135731.727000', '135731.730000', '135731.733000', '135731.736000', '135731.738000', '135731.741000', '135731.743000', '135731.746000', '135731.749000', '135731.751000', '135731.754000', '135731.756000', '135731.759000', '135731.762000', '135731.764000', '135731.767000', '135731.770000', '135731.772000', '135731.775000', '135731.777000', '135731.780000', '135731.783000', '135731.785000', '135731.793000', '135731.796000', '135731.798000', '135731.801000', '135731.816000', '135731.818000', '135751.685000', '135751.688000', '135751.691000', '135751.694000', '135751.696000', '135751.699000', '135751.701000', '135751.704000', '135751.707000', '135751.709000', '135751.712000', '135751.714000', '135751.717000', '135751.720000', '135751.722000', '135751.725000', '135751.728000', '135751.730000', '135751.733000', '135751.736000', '135751.738000', '135751.741000', '135751.743000', '135751.746000', '135751.749000', '135751.751000', '135751.754000', '135751.757000', '135751.759000', '135751.762000', '135751.764000', '135751.767000', '135751.770000', '135751.772000', '135751.775000', '135751.777000', '135751.780000', '135751.782000', '135751.785000', '135751.788000', '135751.790000', '135751.793000', '135751.796000', '135811.686000', '135811.688000', '135811.691000', '135811.694000', '135811.697000', '135811.699000', '135811.702000', '135811.705000', '135811.708000', '135811.710000', '135811.713000', '135811.715000', '135811.718000', '135811.721000', '135811.723000', '135811.726000', '135811.729000', '135811.731000', '135811.734000', '135811.736000', '135811.739000', '135811.742000', '135811.744000', '135811.747000', '135811.750000', '135811.752000', '135811.755000', '135811.758000', '135811.760000', '135811.763000', '135811.765000', '135811.768000', '135811.771000', '135811.773000', '135811.776000', '135811.779000', '135811.781000', '135811.784000', '135811.787000', '135811.789000', '135811.792000', '135811.794000', '135811.797000', '135811.800000', '135831.687000', '135831.689000', '135831.692000', '135831.695000', '135831.697000', '135831.709000', '135831.712000', '135831.714000', '135831.717000', '135831.720000', '135831.723000', '135831.725000', '135831.728000', '135831.730000', '135831.733000', '135831.736000', '135831.738000', '135831.741000', '135831.744000', '135831.746000', '135831.749000', '135831.752000', '135831.755000', '135831.758000', '135831.761000', '135831.764000', '135831.767000', '135831.769000', '135831.772000', '135831.774000', '135831.777000', '135831.780000', '135831.782000', '135831.785000', '135831.787000', '135831.790000', '135831.793000', '135831.795000', '135831.798000', '135831.800000', '135831.803000', '135831.806000', '135831.808000', '135851.687000', '135851.690000', '135851.692000', '135851.696000', '135851.698000', '135851.701000', '135851.703000', '135851.706000', '135851.709000', '135851.711000', '135851.714000', '135851.717000', '135851.719000', '135851.722000', '135851.724000', '135851.727000', '135851.730000', '135851.738000', '135851.741000', '135851.743000', '135851.746000', '135851.748000', '135851.751000', '135851.754000', '135851.756000', '135851.759000', '135851.761000', '135851.764000', '135851.767000', '135851.769000', '135851.772000', '135851.775000', '135851.777000', '135851.780000', '135851.782000', '135851.785000', '135851.788000', '135851.790000', '135851.793000', '135851.796000', '135851.798000', '135851.801000', '135851.803000', '135851.806000', '135911.687000', '135911.690000', '135911.695000', '135911.698000', '135911.700000', '135911.708000', '135911.711000', '135911.714000', '135911.716000', '135911.734000', '135911.736000', '135911.739000', '135911.742000', '135911.744000', '135911.747000', '135911.750000', '135911.752000', '135911.755000', '135911.758000', '135911.760000', '135911.763000', '135911.766000', '135911.777000', '135911.780000', '135911.783000', '135911.786000', '135911.789000', '135911.792000', '135911.794000', '135911.797000', '135911.800000', '135911.802000', '135911.805000', '135911.808000', '135911.810000', '135911.813000', '135911.815000', '135911.818000', '135911.821000', '135911.823000', '135911.826000', '135911.829000', '135911.831000', '135931.686000', '135931.689000', '135931.692000', '135931.695000', '135931.697000', '135931.700000', '135931.702000', '135931.705000', '135931.708000', '135931.710000', '135931.713000', '135931.715000', '135931.718000', '135931.721000', '135931.723000', '135931.726000', '135931.729000', '135931.731000', '135931.734000', '135931.737000', '135931.739000', '135931.742000', '135931.745000', '135931.747000', '135931.750000', '135931.752000', '135931.755000', '135931.758000', '135931.760000', '135931.763000', '135931.766000', '135931.768000', '135931.771000', '135931.773000', '135931.776000', '135931.779000', '135931.781000', '135931.784000', '135931.787000', '135931.789000', '135931.792000', '135931.794000', '135931.797000', '135931.799000', '135951.687000', '135951.690000', '135951.692000', '135951.695000', '135951.698000', '135951.700000', '135951.703000', '135951.705000', '135951.708000', '135951.711000', '135951.713000', '135951.716000', '135951.718000', '135951.721000', '135951.724000', '135951.726000', '135951.729000', '135951.732000', '135951.734000', '135951.737000', '135951.740000', '135951.742000', '135951.745000', '135951.748000', '135951.750000', '135951.753000', '135951.756000', '135951.758000', '135951.761000', '135951.763000', '135951.766000', '135951.769000', '135951.771000', '135951.774000', '135951.776000', '135951.779000', '135951.782000', '135951.784000', '135951.787000', '135951.789000', '135951.792000', '135951.795000', '135951.797000', '140011.686000', '140011.689000', '140011.692000', '140011.695000', '140011.698000', '140011.700000', '140011.703000', '140011.706000', '140011.708000', '140011.711000', '140011.713000', '140011.716000', '140011.719000', '140011.721000', '140011.724000', '140011.727000', '140011.729000', '140011.732000', '140011.735000', '140011.737000', '140011.740000', '140011.743000', '140011.745000', '140011.748000', '140011.751000', '140011.753000', '140011.756000', '140011.759000', '140011.761000', '140011.764000', '140011.767000', '140011.769000', '140011.772000', '140011.775000', '140011.777000', '140011.780000', '140011.782000', '140011.785000', '140011.788000', '140011.790000', '140011.793000', '140011.796000', '140011.798000', '140031.686000', '140031.688000', '140031.691000', '140031.694000', '140031.696000', '140031.699000', '140031.702000', '140031.704000', '140031.707000', '140031.710000', '140031.712000', '140031.715000', '140031.717000', '140031.720000', '140031.723000', '140031.725000', '140031.728000', '140031.731000', '140031.733000', '140031.736000', '140031.739000', '140031.741000', '140031.744000', '140031.747000', '140031.749000', '140031.752000', '140031.755000', '140031.757000', '140031.760000', '140031.762000', '140031.765000', '140031.768000', '140031.770000', '140031.773000', '140031.775000', '140031.778000', '140031.781000', '140031.783000', '140031.786000', '140031.788000', '140031.791000', '140031.794000', '140031.796000', '140031.799000', '140051.686000', '140051.689000', '140051.692000', '140051.695000', '140051.697000', '140051.700000', '140051.703000', '140051.705000', '140051.708000', '140051.711000', '140051.713000', '140051.716000', '140051.718000', '140051.721000', '140051.723000', '140051.726000', '140051.729000', '140051.731000', '140051.734000', '140051.737000', '140051.739000', '140051.742000', '140051.744000', '140051.747000', '140051.750000', '140051.752000', '140051.755000', '140051.766000', '140051.769000', '140051.771000', '140051.774000', '140051.776000', '140051.779000', '140051.782000', '140051.784000', '140051.787000', '140051.789000', '140051.792000', '140051.795000', '140051.797000', '140051.800000', '140051.803000', '140051.805000', '140051.808000', '140111.687000', '140111.689000', '140111.692000', '140111.695000', '140111.697000', '140111.700000', '140111.703000', '140111.705000', '140111.708000', '140111.711000', '140111.713000', '140111.716000', '140111.718000', '140111.721000', '140111.724000', '140111.726000', '140111.729000', '140111.732000', '140111.734000', '140111.737000', '140111.740000', '140111.742000', '140111.745000', '140111.748000', '140111.750000', '140111.753000', '140111.756000', '140111.758000', '140111.761000', '140111.764000', '140111.766000', '140111.769000', '140111.772000', '140111.774000', '140111.777000', '140111.780000', '140111.782000', '140111.785000', '140111.787000', '140111.790000', '140111.793000', '140111.795000', '140111.798000', '140128.874000', '140128.877000', '140128.879000', '140128.882000', '140128.885000', '140128.888000', '140128.890000', '140128.894000', '140128.896000', '140128.899000', '140128.902000', '140128.905000', '140128.907000', '140128.910000', '140128.913000', '140128.916000', '140128.918000', '140128.921000', '140128.924000', '140128.927000', '140128.930000', '140128.933000', '140128.935000', '140128.938000', '140128.941000', '140128.943000', '140128.946000', '140128.949000', '140128.951000', '140128.954000', '140128.957000', '140128.960000', '140128.962000', '140128.965000', '140128.968000', '140128.971000', '140128.974000', '140128.977000'], 'InstanceCreationTime': ['135511.724000', '135511.727000', '135511.730000', '135511.732000', '135511.735000', '135511.737000', '135511.740000', '135511.743000', '135511.745000', '135511.748000', '135511.750000', '135511.753000', '135511.756000', '135511.758000', '135511.761000', '135511.763000', '135511.766000', '135511.769000', '135511.771000', '135511.774000', '135511.777000', '135511.780000', '135511.783000', '135511.785000', '135511.788000', '135511.790000', '135511.793000', '135511.796000', '135511.800000', '135511.802000', '135511.805000', '135511.808000', '135511.810000', '135511.813000', '135511.816000', '135511.818000', '135511.821000', '135511.823000', '135511.826000', '135511.829000', '135511.831000', '135511.834000', '135511.836000', '135511.839000', '135511.842000', '135511.844000', '135511.847000', '135511.849000', '135511.852000', '135511.854000', '135511.857000', '135511.860000', '135531.685000', '135531.688000', '135531.691000', '135531.694000', '135531.697000', '135531.699000', '135531.702000', '135531.705000', '135531.708000', '135531.710000', '135531.713000', '135531.715000', '135531.718000', '135531.721000', '135531.723000', '135531.726000', '135531.728000', '135531.731000', '135531.734000', '135531.736000', '135531.739000', '135531.741000', '135531.744000', '135531.747000', '135531.749000', '135531.752000', '135531.754000', '135531.757000', '135531.759000', '135531.762000', '135531.772000', '135531.775000', '135531.778000', '135531.780000', '135531.783000', '135531.786000', '135531.788000', '135531.791000', '135531.793000', '135531.796000', '135531.799000', '135531.801000', '135531.804000', '135551.685000', '135551.688000', '135551.691000', '135551.694000', '135551.697000', '135551.700000', '135551.703000', '135551.706000', '135551.708000', '135551.711000', '135551.713000', '135551.716000', '135551.718000', '135551.721000', '135551.724000', '135551.726000', '135551.729000', '135551.731000', '135551.734000', '135551.737000', '135551.739000', '135551.742000', '135551.744000', '135551.747000', '135551.749000', '135551.752000', '135551.754000', '135551.757000', '135551.760000', '135551.762000', '135551.765000', '135551.768000', '135551.770000', '135551.773000', '135551.779000', '135551.781000', '135551.784000', '135551.786000', '135551.789000', '135551.792000', '135551.794000', '135551.797000', '135551.799000', '135611.687000', '135611.689000', '135611.702000', '135611.705000', '135611.707000', '135611.710000', '135611.713000', '135611.715000', '135611.718000', '135611.720000', '135611.723000', '135611.726000', '135611.728000', '135611.731000', '135611.733000', '135611.736000', '135611.739000', '135611.741000', '135611.744000', '135611.747000', '135611.749000', '135611.752000', '135611.754000', '135611.757000', '135611.760000', '135611.762000', '135611.765000', '135611.768000', '135611.770000', '135611.773000', '135611.775000', '135611.778000', '135611.781000', '135611.783000', '135611.786000', '135611.789000', '135611.791000', '135611.794000', '135611.796000', '135611.799000', '135611.802000', '135611.804000', '135611.807000', '135611.809000', '135631.686000', '135631.690000', '135631.693000', '135631.696000', '135631.699000', '135631.701000', '135631.704000', '135631.707000', '135631.709000', '135631.712000', '135631.714000', '135631.717000', '135631.720000', '135631.722000', '135631.725000', '135631.727000', '135631.730000', '135631.733000', '135631.735000', '135631.738000', '135631.740000', '135631.743000', '135631.745000', '135631.748000', '135631.751000', '135631.753000', '135631.756000', '135631.759000', '135631.762000', '135631.766000', '135631.768000', '135631.771000', '135631.774000', '135631.776000', '135631.779000', '135631.782000', '135631.784000', '135631.787000', '135631.789000', '135631.792000', '135631.794000', '135631.797000', '135631.800000', '135651.686000', '135651.689000', '135651.692000', '135651.695000', '135651.698000', '135651.700000', '135651.703000', '135651.706000', '135651.708000', '135651.711000', '135651.714000', '135651.716000', '135651.719000', '135651.722000', '135651.724000', '135651.727000', '135651.730000', '135651.732000', '135651.735000', '135651.738000', '135651.740000', '135651.743000', '135651.745000', '135651.748000', '135651.751000', '135651.753000', '135651.756000', '135651.758000', '135651.761000', '135651.764000', '135651.766000', '135651.769000', '135651.771000', '135651.774000', '135651.777000', '135651.779000', '135651.782000', '135651.784000', '135651.787000', '135651.790000', '135651.804000', '135651.807000', '135651.810000', '135651.812000', '135711.686000', '135711.689000', '135711.692000', '135711.694000', '135711.697000', '135711.700000', '135711.702000', '135711.705000', '135711.708000', '135711.710000', '135711.713000', '135711.715000', '135711.718000', '135711.721000', '135711.723000', '135711.726000', '135711.728000', '135711.731000', '135711.734000', '135711.737000', '135711.740000', '135711.742000', '135711.745000', '135711.748000', '135711.751000', '135711.753000', '135711.756000', '135711.758000', '135711.761000', '135711.764000', '135711.766000', '135711.769000', '135711.772000', '135711.774000', '135711.777000', '135711.780000', '135711.782000', '135711.785000', '135711.788000', '135711.790000', '135711.793000', '135711.795000', '135711.798000', '135731.687000', '135731.690000', '135731.692000', '135731.695000', '135731.698000', '135731.700000', '135731.703000', '135731.706000', '135731.708000', '135731.711000', '135731.714000', '135731.716000', '135731.719000', '135731.722000', '135731.725000', '135731.727000', '135731.730000', '135731.733000', '135731.736000', '135731.738000', '135731.741000', '135731.743000', '135731.746000', '135731.749000', '135731.751000', '135731.754000', '135731.756000', '135731.759000', '135731.762000', '135731.764000', '135731.767000', '135731.770000', '135731.772000', '135731.775000', '135731.777000', '135731.780000', '135731.783000', '135731.785000', '135731.793000', '135731.796000', '135731.798000', '135731.801000', '135731.816000', '135731.818000', '135751.685000', '135751.688000', '135751.691000', '135751.694000', '135751.696000', '135751.699000', '135751.701000', '135751.704000', '135751.707000', '135751.709000', '135751.712000', '135751.714000', '135751.717000', '135751.720000', '135751.722000', '135751.725000', '135751.728000', '135751.730000', '135751.733000', '135751.736000', '135751.738000', '135751.741000', '135751.743000', '135751.746000', '135751.749000', '135751.751000', '135751.754000', '135751.757000', '135751.759000', '135751.762000', '135751.764000', '135751.767000', '135751.770000', '135751.772000', '135751.775000', '135751.777000', '135751.780000', '135751.782000', '135751.785000', '135751.788000', '135751.790000', '135751.793000', '135751.796000', '135811.686000', '135811.688000', '135811.691000', '135811.694000', '135811.697000', '135811.699000', '135811.702000', '135811.705000', '135811.708000', '135811.710000', '135811.713000', '135811.715000', '135811.718000', '135811.721000', '135811.723000', '135811.726000', '135811.729000', '135811.731000', '135811.734000', '135811.736000', '135811.739000', '135811.742000', '135811.744000', '135811.747000', '135811.750000', '135811.752000', '135811.755000', '135811.758000', '135811.760000', '135811.763000', '135811.765000', '135811.768000', '135811.771000', '135811.773000', '135811.776000', '135811.779000', '135811.781000', '135811.784000', '135811.787000', '135811.789000', '135811.792000', '135811.794000', '135811.797000', '135811.800000', '135831.687000', '135831.689000', '135831.692000', '135831.695000', '135831.697000', '135831.709000', '135831.712000', '135831.714000', '135831.717000', '135831.720000', '135831.723000', '135831.725000', '135831.728000', '135831.730000', '135831.733000', '135831.736000', '135831.738000', '135831.741000', '135831.744000', '135831.746000', '135831.749000', '135831.752000', '135831.755000', '135831.758000', '135831.761000', '135831.764000', '135831.767000', '135831.769000', '135831.772000', '135831.774000', '135831.777000', '135831.780000', '135831.782000', '135831.785000', '135831.787000', '135831.790000', '135831.793000', '135831.795000', '135831.798000', '135831.800000', '135831.803000', '135831.806000', '135831.808000', '135851.687000', '135851.690000', '135851.692000', '135851.696000', '135851.698000', '135851.701000', '135851.703000', '135851.706000', '135851.709000', '135851.711000', '135851.714000', '135851.717000', '135851.719000', '135851.722000', '135851.724000', '135851.727000', '135851.730000', '135851.738000', '135851.741000', '135851.743000', '135851.746000', '135851.748000', '135851.751000', '135851.754000', '135851.756000', '135851.759000', '135851.761000', '135851.764000', '135851.767000', '135851.769000', '135851.772000', '135851.775000', '135851.777000', '135851.780000', '135851.782000', '135851.785000', '135851.788000', '135851.790000', '135851.793000', '135851.796000', '135851.798000', '135851.801000', '135851.803000', '135851.806000', '135911.687000', '135911.690000', '135911.695000', '135911.698000', '135911.700000', '135911.708000', '135911.711000', '135911.714000', '135911.716000', '135911.734000', '135911.736000', '135911.739000', '135911.742000', '135911.744000', '135911.747000', '135911.750000', '135911.752000', '135911.755000', '135911.758000', '135911.760000', '135911.763000', '135911.766000', '135911.777000', '135911.780000', '135911.783000', '135911.786000', '135911.789000', '135911.792000', '135911.794000', '135911.797000', '135911.800000', '135911.802000', '135911.805000', '135911.808000', '135911.810000', '135911.813000', '135911.815000', '135911.818000', '135911.821000', '135911.823000', '135911.826000', '135911.829000', '135911.831000', '135931.686000', '135931.689000', '135931.692000', '135931.695000', '135931.697000', '135931.700000', '135931.702000', '135931.705000', '135931.708000', '135931.710000', '135931.713000', '135931.715000', '135931.718000', '135931.721000', '135931.723000', '135931.726000', '135931.729000', '135931.731000', '135931.734000', '135931.737000', '135931.739000', '135931.742000', '135931.745000', '135931.747000', '135931.750000', '135931.752000', '135931.755000', '135931.758000', '135931.760000', '135931.763000', '135931.766000', '135931.768000', '135931.771000', '135931.773000', '135931.776000', '135931.779000', '135931.781000', '135931.784000', '135931.787000', '135931.789000', '135931.792000', '135931.794000', '135931.797000', '135931.799000', '135951.687000', '135951.690000', '135951.692000', '135951.695000', '135951.698000', '135951.700000', '135951.703000', '135951.705000', '135951.708000', '135951.711000', '135951.713000', '135951.716000', '135951.718000', '135951.721000', '135951.724000', '135951.726000', '135951.729000', '135951.732000', '135951.734000', '135951.737000', '135951.740000', '135951.742000', '135951.745000', '135951.748000', '135951.750000', '135951.753000', '135951.756000', '135951.758000', '135951.761000', '135951.763000', '135951.766000', '135951.769000', '135951.771000', '135951.774000', '135951.776000', '135951.779000', '135951.782000', '135951.784000', '135951.787000', '135951.789000', '135951.792000', '135951.795000', '135951.797000', '140011.686000', '140011.689000', '140011.692000', '140011.695000', '140011.698000', '140011.700000', '140011.703000', '140011.706000', '140011.708000', '140011.711000', '140011.713000', '140011.716000', '140011.719000', '140011.721000', '140011.724000', '140011.727000', '140011.729000', '140011.732000', '140011.735000', '140011.737000', '140011.740000', '140011.743000', '140011.745000', '140011.748000', '140011.751000', '140011.753000', '140011.756000', '140011.759000', '140011.761000', '140011.764000', '140011.767000', '140011.769000', '140011.772000', '140011.775000', '140011.777000', '140011.780000', '140011.782000', '140011.785000', '140011.788000', '140011.790000', '140011.793000', '140011.796000', '140011.798000', '140031.686000', '140031.688000', '140031.691000', '140031.694000', '140031.696000', '140031.699000', '140031.702000', '140031.704000', '140031.707000', '140031.710000', '140031.712000', '140031.715000', '140031.717000', '140031.720000', '140031.723000', '140031.725000', '140031.728000', '140031.731000', '140031.733000', '140031.736000', '140031.739000', '140031.741000', '140031.744000', '140031.747000', '140031.749000', '140031.752000', '140031.755000', '140031.757000', '140031.760000', '140031.762000', '140031.765000', '140031.768000', '140031.770000', '140031.773000', '140031.775000', '140031.778000', '140031.781000', '140031.783000', '140031.786000', '140031.788000', '140031.791000', '140031.794000', '140031.796000', '140031.799000', '140051.686000', '140051.689000', '140051.692000', '140051.695000', '140051.697000', '140051.700000', '140051.703000', '140051.705000', '140051.708000', '140051.711000', '140051.713000', '140051.716000', '140051.718000', '140051.721000', '140051.723000', '140051.726000', '140051.729000', '140051.731000', '140051.734000', '140051.737000', '140051.739000', '140051.742000', '140051.744000', '140051.747000', '140051.750000', '140051.752000', '140051.755000', '140051.766000', '140051.769000', '140051.771000', '140051.774000', '140051.776000', '140051.779000', '140051.782000', '140051.784000', '140051.787000', '140051.789000', '140051.792000', '140051.795000', '140051.797000', '140051.800000', '140051.803000', '140051.805000', '140051.808000', '140111.687000', '140111.689000', '140111.692000', '140111.695000', '140111.697000', '140111.700000', '140111.703000', '140111.705000', '140111.708000', '140111.711000', '140111.713000', '140111.716000', '140111.718000', '140111.721000', '140111.724000', '140111.726000', '140111.729000', '140111.732000', '140111.734000', '140111.737000', '140111.740000', '140111.742000', '140111.745000', '140111.748000', '140111.750000', '140111.753000', '140111.756000', '140111.758000', '140111.761000', '140111.764000', '140111.766000', '140111.769000', '140111.772000', '140111.774000', '140111.777000', '140111.780000', '140111.782000', '140111.785000', '140111.787000', '140111.790000', '140111.793000', '140111.795000', '140111.798000', '140128.874000', '140128.877000', '140128.879000', '140128.882000', '140128.885000', '140128.888000', '140128.890000', '140128.894000', '140128.896000', '140128.899000', '140128.902000', '140128.905000', '140128.907000', '140128.910000', '140128.913000', '140128.916000', '140128.918000', '140128.921000', '140128.924000', '140128.927000', '140128.930000', '140128.933000', '140128.935000', '140128.938000', '140128.941000', '140128.943000', '140128.946000', '140128.949000', '140128.951000', '140128.954000', '140128.957000', '140128.960000', '140128.962000', '140128.965000', '140128.968000', '140128.971000', '140128.974000', '140128.977000'], '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': [7990, 6812, 7281, 6743, 6750, 8515, 6949, 7117, 8852, 6629, 6540, 8046, 6614, 7039, 9097, 7307, 6431, 7117, 6286, 7480, 7126, 6549, 7541, 7018, 6057, 7015, 7163, 6533, 6529, 8591, 7485, 6130, 8804, 6834, 6428, 7738, 6831, 6554, 9801, 8308, 6632, 6796, 6892, 6720, 8343, 6609, 6018, 9057, 6623, 6667, 6864, 6242, 8095, 6495, 6124, 8545, 6630, 6042, 6854, 6298, 6665, 7030, 6459, 8160, 7788, 6210, 6753, 6770, 6444, 9178, 6778, 7064, 10576, 6637, 6197, 7615, 6124, 8050, 6791, 5886, 8091, 6532, 5829, 7786, 6279, 6832, 8591, 6710, 6626, 6923, 6116, 8197, 6630, 5714, 9566, 6394, 6114, 7129, 6148, 9337, 6674, 5998, 7881, 5960, 6556, 6559, 6494, 8050, 6492, 6017, 7427, 6456, 6628, 7133, 5981, 9399, 6870, 6411, 7214, 6139, 8456, 6392, 6974, 8525, 6160, 6913, 6433, 6066, 7483, 6296, 8424, 6369, 6893, 6602, 6345, 7769, 6236, 6886, 8183, 6105, 6709, 6807, 6694, 8351, 6543, 6419, 7784, 6268, 6284, 6639, 6623, 11118, 7667, 7137, 7118, 6416, 6176, 6648, 6349, 7965, 6245, 6046, 7600, 6398, 6087, 7582, 6142, 9034, 7322, 6445, 9428, 6454, 6524, 7409, 6518, 9130, 6672, 5821, 8143, 6498, 5987, 7413, 6090, 6964, 7420, 6209, 6712, 6987, 6740, 7791, 6382, 7723, 8458, 6630, 8521, 6432, 6810, 6827, 6398, 9690, 6767, 6114, 7293, 6437, 8137, 6043, 6734, 7734, 6510, 7055, 6527, 6061, 8195, 6484, 6421, 8181, 6308, 6144, 7114, 6181, 7779, 6949, 6675, 8359, 6604, 5820, 8014, 6576, 6672, 8892, 7055, 6265, 7332, 6184, 6849, 7293, 7082, 9631, 6630, 5880, 7642, 6098, 7289, 7134, 6814, 8727, 6375, 6185, 7680, 6212, 7266, 8548, 6450, 8033, 6564, 5995, 7511, 5804, 8941, 6641, 9041, 6420, 6802, 6657, 6163, 7985, 6344, 8011, 6324, 5958, 6873, 6137, 6602, 6803, 6584, 6567, 6725, 6822, 8050, 6692, 7148, 8722, 6666, 8765, 6359, 6743, 7324, 5739, 9083, 7220, 6894, 7828, 6398, 6935, 8770, 7560, 7157, 8440, 6812, 6895, 10901, 7797, 6084, 7956, 7254, 6261, 8227, 6647, 7687, 8985, 6520, 5943, 7391, 6325, 6671, 7290, 6238, 6004, 7513, 6228, 6689, 7509, 6456, 10157, 8004, 6273, 9751, 7195, 6554, 8097, 7039, 7267, 9479, 6675, 6777, 7437, 6507, 8572, 6743, 8056, 9155, 6685, 7023, 7442, 6183, 8266, 6922, 7357, 8832, 6701, 6336, 7641, 6511, 8197, 7272, 6159, 7978, 6974, 6308, 7686, 6452, 9480, 7321, 9210, 7537, 6205, 8830, 6750, 9505, 7153, 9018, 7400, 6498, 7470, 6547, 7738, 7322, 6603, 8208, 6340, 7591, 6917, 5935, 7668, 6872, 6006, 7878, 7157, 6032, 8208, 6556, 9646, 7526, 6692, 8614, 6541, 10685, 7296, 10552, 8627, 6583, 11159, 6970, 7624, 7635, 6627, 7879, 6790, 7723, 7183, 6283, 7585, 7309, 6654, 8151, 6833, 6342, 7621, 6736, 6376, 7515, 6567, 9933, 7569, 6457, 8759, 7393, 6293, 7767, 6405, 10771, 7513, 6269, 8494, 7335, 6357, 8024, 6980, 6260, 7893, 6961, 5725, 8065, 7175, 6250, 8798, 6942, 6297, 7745, 6690, 6872, 7270, 6379, 10038, 7601, 6440, 7540, 7239, 6727, 7280, 7538, 6524, 6281, 7232, 6140, 9095, 6923, 6692, 7565, 6289, 10050, 7275, 6225, 7020, 6396, 7723, 7131, 5819, 8149, 6730, 6275, 7871, 6622, 6416, 7612, 6377, 8304, 8126, 6262, 6493, 6981, 6266, 8250, 6673, 6134, 7884, 6612, 7643, 7088, 6435, 8508, 7064, 10825, 7970, 7832, 7224, 5993, 8538, 6517, 11087, 6831, 6374, 7307, 6290, 8486, 6555, 7561, 7160, 5910, 8160, 6168, 7555, 6831, 6045, 8036, 6672, 6876, 6679, 5566, 7967, 6792, 6464, 8074, 6712, 6489, 7354, 6582, 6454, 8162, 7156, 7007, 9641, 7640, 7330, 7383, 7544, 6688, 6988, 7625, 7571, 11305, 8149, 7557, 8246, 7317, 6620, 8082, 7112, 7394, 7713, 6910, 7419, 7501, 7720, 8553, 7178, 6895, 8376, 6802, 7326, 8008, 7160, 8694, 9095, 7021, 7153, 7252, 6629, 6743, 8112, 7099, 6774, 8049, 6891, 6768, 8284, 7040, 10588, 7894, 7468, 8876, 7054, 7368, 7947, 7522, 8614, 6981, 7514, 8181, 6967, 7317, 10013, 7288, 7180, 7792, 6949, 7523, 7783, 7611, 7547, 7051, 7589, 6993, 7335, 8251, 8180, 9638, 8126, 6806, 7662, 8126, 7229, 9104, 8342, 7588, 7578, 7422, 7338, 7824, 7475, 7830, 8971, 7705, 7748, 8339, 7099, 6776, 8101, 7381, 8113, 7756, 7461, 6965, 7320, 7929, 8912, 7640, 7019, 8706, 7312, 6694, 8272, 7269, 6926, 10275, 7332, 6874, 8152, 7200, 7506, 7923, 7670, 11391, 7227, 7010, 8193, 7088, 7355, 8342, 7234, 7459, 7447, 7193, 7230, 7273, 7583, 10062, 7606, 7676, 6946, 7541, 7806, 8724, 7166, 9776, 8536, 7747, 8746, 7249, 6918, 8273, 7391, 11157, 7305, 7606, 8466, 7123, 7405, 7707, 7627, 7388, 7155, 6893, 8076, 7076, 7022, 8094, 7588, 8705, 7012, 7686, 9178, 7207, 7774, 10036, 7433, 6895, 7260, 7144, 7854, 7316, 7864, 8510, 8624, 7636, 7524, 7273, 7106, 9439, 6902, 7313, 7756, 7669, 8914, 7301, 7469, 7293, 6783, 8321, 7454, 9667, 7514, 7008, 8459, 7223, 6651, 7766, 7384, 7367, 7612, 7717, 8152, 7282, 6753, 7973, 7303, 9098, 7609, 7202, 8727, 7322, 6747, 8077, 7666, 9034, 7053, 9565, 7776, 7066, 7908, 7155, 7333, 7468, 7195, 8934, 7697, 7085, 7900, 7325, 7308, 7719, 7669, 9505, 7527, 6809, 7937, 6927, 7720, 7447, 7631, 11704, 7692, 7102, 8508, 7077, 7960, 7711, 7595, 10919, 7447, 6531, 7690, 7300, 8580, 7665, 7730, 8319, 7349, 7102, 8241, 7027, 7614, 7882, 7811, 8787, 7482, 7600, 8550, 7398, 7595, 9182, 7765, 8090, 7554, 7004, 8572, 7205, 7397, 8505, 7436, 7664, 7289, 6792, 8528, 7754, 10399, 7528, 7065, 7261, 7170, 7479, 7358, 7440, 10714, 7409, 6909, 8533, 7178, 6694, 8141, 7275, 9515, 8842, 7522, 7131, 7478, 7481, 9650, 7303, 6993, 11175, 7125, 6801, 8305, 7032, 6863, 8530, 6940, 6851, 7817, 6846, 7646], 'WindowCenter': [3634.0, 3583.0, 3579.0, 3566.0, 3565.0, 3585.0, 3564.0, 3562.0, 3584.0, 3562.0, 3564.0, 3571.0, 3563.0, 3562.0, 3581.0, 3562.0, 3539.0, 3559.0, 3551.0, 3560.0, 3560.0, 3550.0, 3570.0, 3561.0, 3540.0, 3561.0, 3560.0, 3564.0, 3552.0, 3584.0, 3574.0, 3552.0, 3595.0, 3551.0, 3551.0, 3559.0, 3548.0, 3539.0, 3591.0, 3571.0, 3549.0, 3549.0, 3548.0, 3549.0, 3571.0, 3549.0, 3539.0, 3582.0, 3549.0, 3549.0, 3548.0, 3549.0, 3569.0, 3551.0, 3539.0, 3582.0, 3550.0, 3539.0, 3550.0, 3550.0, 3550.0, 3561.0, 3550.0, 3583.0, 3573.0, 3551.0, 3550.0, 3550.0, 3549.0, 3581.0, 3550.0, 3561.0, 3593.0, 3549.0, 3537.0, 3558.0, 3539.0, 3569.0, 3551.0, 3538.0, 3570.0, 3549.0, 3539.0, 3571.0, 3549.0, 3549.0, 3582.0, 3549.0, 3548.0, 3560.0, 3538.0, 3568.0, 3550.0, 3527.0, 3592.0, 3548.0, 3538.0, 3558.0, 3537.0, 3579.0, 3548.0, 3537.0, 3569.0, 3537.0, 3537.0, 3537.0, 3548.0, 3570.0, 3551.0, 3538.0, 3559.0, 3549.0, 3549.0, 3559.0, 3538.0, 3581.0, 3549.0, 3537.0, 3557.0, 3537.0, 3568.0, 3549.0, 3548.0, 3569.0, 3537.0, 3547.0, 3537.0, 3535.0, 3559.0, 3536.0, 3569.0, 3547.0, 3546.0, 3546.0, 3536.0, 3558.0, 3536.0, 3547.0, 3570.0, 3536.0, 3547.0, 3546.0, 3547.0, 3568.0, 3549.0, 3548.0, 3558.0, 3536.0, 3535.0, 3549.0, 3552.0, 3590.0, 3559.0, 3559.0, 3559.0, 3547.0, 3537.0, 3548.0, 3546.0, 3568.0, 3548.0, 3536.0, 3557.0, 3548.0, 3537.0, 3558.0, 3550.0, 3580.0, 3559.0, 3549.0, 3579.0, 3537.0, 3536.0, 3557.0, 3536.0, 3578.0, 3547.0, 3526.0, 3556.0, 3537.0, 3535.0, 3558.0, 3537.0, 3559.0, 3571.0, 3550.0, 3561.0, 3573.0, 3563.0, 3570.0, 3551.0, 3570.0, 3582.0, 3548.0, 3580.0, 3548.0, 3546.0, 3547.0, 3547.0, 3579.0, 3549.0, 3537.0, 3557.0, 3536.0, 3557.0, 3537.0, 3545.0, 3558.0, 3536.0, 3546.0, 3547.0, 3536.0, 3567.0, 3547.0, 3548.0, 3567.0, 3537.0, 3536.0, 3547.0, 3537.0, 3569.0, 3558.0, 3559.0, 3568.0, 3548.0, 3537.0, 3567.0, 3559.0, 3549.0, 3579.0, 3558.0, 3546.0, 3557.0, 3537.0, 3547.0, 3559.0, 3558.0, 3591.0, 3558.0, 3537.0, 3568.0, 3549.0, 3559.0, 3559.0, 3559.0, 3578.0, 3547.0, 3536.0, 3557.0, 3539.0, 3559.0, 3580.0, 3548.0, 3567.0, 3547.0, 3535.0, 3558.0, 3527.0, 3567.0, 3548.0, 3566.0, 3535.0, 3544.0, 3546.0, 3536.0, 3556.0, 3547.0, 3555.0, 3534.0, 3535.0, 3544.0, 3536.0, 3548.0, 3547.0, 3561.0, 3547.0, 3559.0, 3560.0, 3569.0, 3560.0, 3559.0, 3581.0, 3560.0, 3581.0, 3549.0, 3549.0, 3557.0, 3537.0, 3580.0, 3560.0, 3561.0, 3571.0, 3561.0, 3561.0, 3581.0, 3573.0, 3549.0, 3570.0, 3549.0, 3561.0, 3592.0, 3561.0, 3539.0, 3569.0, 3558.0, 3536.0, 3569.0, 3549.0, 3560.0, 3583.0, 3538.0, 3537.0, 3559.0, 3551.0, 3562.0, 3562.0, 3541.0, 3540.0, 3561.0, 3540.0, 3551.0, 3561.0, 3551.0, 3594.0, 3573.0, 3552.0, 3581.0, 3549.0, 3538.0, 3560.0, 3561.0, 3560.0, 3583.0, 3550.0, 3549.0, 3560.0, 3539.0, 3582.0, 3550.0, 3571.0, 3581.0, 3549.0, 3548.0, 3559.0, 3538.0, 3571.0, 3560.0, 3560.0, 3581.0, 3549.0, 3537.0, 3559.0, 3550.0, 3570.0, 3560.0, 3540.0, 3571.0, 3563.0, 3551.0, 3573.0, 3552.0, 3595.0, 3562.0, 3582.0, 3560.0, 3538.0, 3569.0, 3549.0, 3582.0, 3549.0, 3569.0, 3559.0, 3536.0, 3547.0, 3536.0, 3557.0, 3559.0, 3549.0, 3571.0, 3537.0, 3558.0, 3548.0, 3539.0, 3573.0, 3563.0, 3553.0, 3585.0, 3575.0, 3553.0, 3584.0, 3566.0, 3596.0, 3575.0, 3562.0, 3582.0, 3549.0, 3591.0, 3561.0, 3592.0, 3570.0, 3549.0, 3589.0, 3548.0, 3560.0, 3557.0, 3547.0, 3569.0, 3547.0, 3558.0, 3548.0, 3537.0, 3557.0, 3559.0, 3548.0, 3570.0, 3550.0, 3549.0, 3559.0, 3550.0, 3548.0, 3560.0, 3561.0, 3591.0, 3571.0, 3548.0, 3569.0, 3559.0, 3537.0, 3570.0, 3537.0, 3590.0, 3559.0, 3536.0, 3567.0, 3558.0, 3536.0, 3569.0, 3559.0, 3548.0, 3570.0, 3560.0, 3539.0, 3570.0, 3561.0, 3550.0, 3582.0, 3562.0, 3549.0, 3570.0, 3549.0, 3548.0, 3572.0, 3550.0, 3591.0, 3571.0, 3549.0, 3558.0, 3558.0, 3549.0, 3560.0, 3570.0, 3549.0, 3538.0, 3559.0, 3539.0, 3580.0, 3560.0, 3548.0, 3559.0, 3548.0, 3590.0, 3558.0, 3537.0, 3547.0, 3536.0, 3557.0, 3558.0, 3538.0, 3569.0, 3560.0, 3548.0, 3571.0, 3562.0, 3549.0, 3569.0, 3549.0, 3569.0, 3571.0, 3550.0, 3548.0, 3560.0, 3562.0, 3584.0, 3563.0, 3552.0, 3584.0, 3563.0, 3571.0, 3561.0, 3551.0, 3583.0, 3573.0, 3605.0, 3572.0, 3559.0, 3559.0, 3537.0, 3580.0, 3536.0, 3589.0, 3548.0, 3537.0, 3547.0, 3536.0, 3568.0, 3548.0, 3557.0, 3547.0, 3528.0, 3567.0, 3539.0, 3557.0, 3549.0, 3537.0, 3569.0, 3549.0, 3546.0, 3548.0, 3527.0, 3567.0, 3561.0, 3550.0, 3580.0, 3562.0, 3550.0, 3570.0, 3560.0, 3548.0, 3568.0, 3556.0, 3558.0, 3588.0, 3558.0, 3559.0, 3558.0, 3557.0, 3547.0, 3547.0, 3557.0, 3557.0, 3589.0, 3568.0, 3557.0, 3568.0, 3559.0, 3548.0, 3570.0, 3559.0, 3559.0, 3569.0, 3559.0, 3558.0, 3557.0, 3570.0, 3580.0, 3561.0, 3558.0, 3569.0, 3548.0, 3557.0, 3568.0, 3559.0, 3570.0, 3581.0, 3559.0, 3559.0, 3559.0, 3560.0, 3561.0, 3582.0, 3561.0, 3561.0, 3584.0, 3562.0, 3562.0, 3583.0, 3563.0, 3603.0, 3569.0, 3559.0, 3580.0, 3559.0, 3559.0, 3570.0, 3571.0, 3568.0, 3547.0, 3557.0, 3566.0, 3559.0, 3558.0, 3591.0, 3571.0, 3559.0, 3567.0, 3558.0, 3572.0, 3571.0, 3571.0, 3571.0, 3559.0, 3569.0, 3560.0, 3559.0, 3570.0, 3580.0, 3579.0, 3569.0, 3546.0, 3557.0, 3557.0, 3557.0, 3578.0, 3567.0, 3558.0, 3556.0, 3556.0, 3556.0, 3555.0, 3557.0, 3568.0, 3578.0, 3558.0, 3558.0, 3568.0, 3558.0, 3547.0, 3568.0, 3558.0, 3569.0, 3557.0, 3559.0, 3547.0, 3557.0, 3568.0, 3579.0, 3570.0, 3560.0, 3582.0, 3570.0, 3558.0, 3581.0, 3571.0, 3559.0, 3603.0, 3560.0, 3548.0, 3569.0, 3557.0, 3557.0, 3569.0, 3569.0, 3602.0, 3556.0, 3556.0, 3567.0, 3557.0, 3559.0, 3568.0, 3559.0, 3555.0, 3557.0, 3558.0, 3556.0, 3558.0, 3570.0, 3590.0, 3569.0, 3569.0, 3558.0, 3568.0, 3568.0, 3582.0, 3559.0, 3589.0, 3580.0, 3568.0, 3567.0, 3556.0, 3557.0, 3568.0, 3558.0, 3590.0, 3556.0, 3556.0, 3566.0, 3557.0, 3557.0, 3557.0, 3557.0, 3556.0, 3556.0, 3557.0, 3567.0, 3559.0, 3557.0, 3568.0, 3569.0, 3568.0, 3547.0, 3558.0, 3578.0, 3558.0, 3557.0, 3589.0, 3556.0, 3558.0, 3570.0, 3558.0, 3567.0, 3558.0, 3582.0, 3581.0, 3567.0, 3557.0, 3556.0, 3558.0, 3557.0, 3578.0, 3548.0, 3558.0, 3556.0, 3555.0, 3566.0, 3556.0, 3545.0, 3545.0, 3534.0, 3565.0, 3558.0, 3578.0, 3544.0, 3544.0, 3564.0, 3555.0, 3545.0, 3556.0, 3557.0, 3556.0, 3568.0, 3568.0, 3569.0, 3570.0, 3559.0, 3569.0, 3558.0, 3579.0, 3569.0, 3558.0, 3579.0, 3558.0, 3547.0, 3569.0, 3568.0, 3576.0, 3558.0, 3579.0, 3558.0, 3546.0, 3566.0, 3557.0, 3556.0, 3556.0, 3559.0, 3579.0, 3570.0, 3558.0, 3569.0, 3569.0, 3558.0, 3568.0, 3570.0, 3591.0, 3571.0, 3559.0, 3568.0, 3560.0, 3568.0, 3571.0, 3568.0, 3601.0, 3569.0, 3558.0, 3577.0, 3558.0, 3568.0, 3568.0, 3568.0, 3601.0, 3557.0, 3546.0, 3556.0, 3557.0, 3578.0, 3569.0, 3570.0, 3580.0, 3569.0, 3558.0, 3568.0, 3559.0, 3569.0, 3569.0, 3570.0, 3567.0, 3558.0, 3568.0, 3578.0, 3569.0, 3569.0, 3580.0, 3569.0, 3567.0, 3567.0, 3556.0, 3577.0, 3570.0, 3559.0, 3579.0, 3559.0, 3567.0, 3559.0, 3547.0, 3579.0, 3569.0, 3589.0, 3569.0, 3546.0, 3557.0, 3546.0, 3556.0, 3557.0, 3558.0, 3588.0, 3559.0, 3547.0, 3578.0, 3557.0, 3546.0, 3569.0, 3558.0, 3579.0, 3579.0, 3557.0, 3545.0, 3556.0, 3557.0, 3577.0, 3557.0, 3556.0, 3600.0, 3556.0, 3546.0, 3566.0, 3545.0, 3545.0, 3567.0, 3557.0, 3546.0, 3556.0, 3547.0, 3557.0], 'WindowWidth': [8232.0, 8142.0, 8123.0, 8099.0, 8095.0, 8120.0, 8091.0, 8084.0, 8115.0, 8085.0, 8089.0, 8094.0, 8088.0, 8083.0, 8106.0, 8082.0, 8045.0, 8073.0, 8066.0, 8077.0, 8078.0, 8065.0, 8091.0, 8080.0, 8050.0, 8079.0, 8077.0, 8091.0, 8069.0, 8116.0, 8102.0, 8071.0, 8132.0, 8067.0, 8064.0, 8072.0, 8055.0, 8045.0, 8118.0, 8093.0, 8060.0, 8060.0, 8058.0, 8061.0, 8088.0, 8060.0, 8047.0, 8108.0, 8060.0, 8061.0, 8058.0, 8059.0, 8086.0, 8065.0, 8047.0, 8108.0, 8063.0, 8048.0, 8063.0, 8063.0, 8062.0, 8079.0, 8065.0, 8111.0, 8099.0, 8067.0, 8063.0, 8064.0, 8062.0, 8107.0, 8064.0, 8080.0, 8122.0, 8061.0, 8042.0, 8069.0, 8045.0, 8085.0, 8067.0, 8045.0, 8090.0, 8061.0, 8049.0, 8090.0, 8062.0, 8063.0, 8108.0, 8061.0, 8059.0, 8075.0, 8045.0, 8083.0, 8064.0, 8030.0, 8123.0, 8057.0, 8045.0, 8070.0, 8042.0, 8100.0, 8058.0, 8044.0, 8087.0, 8042.0, 8041.0, 8042.0, 8059.0, 8090.0, 8066.0, 8045.0, 8075.0, 8062.0, 8060.0, 8074.0, 8046.0, 8105.0, 8061.0, 8041.0, 8068.0, 8041.0, 8084.0, 8061.0, 8057.0, 8088.0, 8042.0, 8052.0, 8041.0, 8036.0, 8072.0, 8040.0, 8086.0, 8056.0, 8053.0, 8052.0, 8039.0, 8070.0, 8042.0, 8055.0, 8090.0, 8039.0, 8054.0, 8051.0, 8055.0, 8085.0, 8060.0, 8058.0, 8070.0, 8040.0, 8037.0, 8061.0, 8070.0, 8112.0, 8072.0, 8072.0, 8072.0, 8057.0, 8042.0, 8057.0, 8053.0, 8084.0, 8057.0, 8040.0, 8067.0, 8057.0, 8043.0, 8073.0, 8065.0, 8104.0, 8074.0, 8059.0, 8099.0, 8042.0, 8038.0, 8066.0, 8041.0, 8098.0, 8055.0, 8026.0, 8066.0, 8041.0, 8038.0, 8069.0, 8044.0, 8076.0, 8094.0, 8065.0, 8084.0, 8101.0, 8087.0, 8093.0, 8068.0, 8092.0, 8111.0, 8058.0, 8104.0, 8059.0, 8053.0, 8059.0, 8055.0, 8102.0, 8062.0, 8041.0, 8068.0, 8040.0, 8067.0, 8043.0, 8049.0, 8070.0, 8039.0, 8052.0, 8057.0, 8039.0, 8081.0, 8057.0, 8058.0, 8082.0, 8041.0, 8039.0, 8055.0, 8043.0, 8088.0, 8072.0, 8076.0, 8086.0, 8059.0, 8043.0, 8082.0, 8076.0, 8061.0, 8100.0, 8074.0, 8054.0, 8067.0, 8044.0, 8057.0, 8075.0, 8073.0, 8121.0, 8074.0, 8045.0, 8085.0, 8063.0, 8075.0, 8075.0, 8077.0, 8099.0, 8056.0, 8041.0, 8070.0, 8049.0, 8074.0, 8104.0, 8059.0, 8081.0, 8055.0, 8039.0, 8071.0, 8029.0, 8082.0, 8058.0, 8079.0, 8035.0, 8047.0, 8053.0, 8040.0, 8066.0, 8057.0, 8063.0, 8033.0, 8036.0, 8048.0, 8043.0, 8059.0, 8058.0, 8082.0, 8057.0, 8075.0, 8079.0, 8089.0, 8079.0, 8077.0, 8108.0, 8080.0, 8105.0, 8062.0, 8061.0, 8071.0, 8047.0, 8105.0, 8078.0, 8080.0, 8093.0, 8085.0, 8084.0, 8107.0, 8097.0, 8057.0, 8086.0, 8058.0, 8079.0, 8121.0, 8077.0, 8046.0, 8086.0, 8070.0, 8037.0, 8085.0, 8058.0, 8075.0, 8108.0, 8045.0, 8041.0, 8072.0, 8066.0, 8082.0, 8081.0, 8053.0, 8048.0, 8078.0, 8051.0, 8065.0, 8079.0, 8067.0, 8127.0, 8097.0, 8066.0, 8105.0, 8060.0, 8042.0, 8074.0, 8080.0, 8075.0, 8109.0, 8061.0, 8060.0, 8075.0, 8045.0, 8107.0, 8064.0, 8089.0, 8105.0, 8059.0, 8055.0, 8070.0, 8043.0, 8091.0, 8075.0, 8076.0, 8104.0, 8058.0, 8042.0, 8071.0, 8061.0, 8090.0, 8077.0, 8050.0, 8093.0, 8083.0, 8067.0, 8097.0, 8069.0, 8130.0, 8082.0, 8108.0, 8074.0, 8043.0, 8085.0, 8059.0, 8107.0, 8060.0, 8084.0, 8071.0, 8037.0, 8052.0, 8036.0, 8066.0, 8074.0, 8057.0, 8091.0, 8040.0, 8068.0, 8056.0, 8047.0, 8099.0, 8087.0, 8076.0, 8117.0, 8104.0, 8075.0, 8117.0, 8097.0, 8134.0, 8105.0, 8082.0, 8107.0, 8060.0, 8116.0, 8080.0, 8121.0, 8088.0, 8059.0, 8111.0, 8056.0, 8076.0, 8068.0, 8056.0, 8084.0, 8055.0, 8069.0, 8055.0, 8040.0, 8068.0, 8073.0, 8059.0, 8090.0, 8064.0, 8060.0, 8073.0, 8064.0, 8060.0, 8078.0, 8083.0, 8120.0, 8093.0, 8058.0, 8086.0, 8074.0, 8042.0, 8091.0, 8042.0, 8117.0, 8072.0, 8038.0, 8080.0, 8068.0, 8038.0, 8089.0, 8073.0, 8059.0, 8090.0, 8077.0, 8050.0, 8089.0, 8082.0, 8067.0, 8109.0, 8084.0, 8062.0, 8089.0, 8062.0, 8059.0, 8095.0, 8063.0, 8120.0, 8093.0, 8060.0, 8070.0, 8070.0, 8061.0, 8079.0, 8089.0, 8062.0, 8044.0, 8073.0, 8046.0, 8102.0, 8075.0, 8058.0, 8072.0, 8058.0, 8117.0, 8072.0, 8041.0, 8053.0, 8039.0, 8066.0, 8071.0, 8046.0, 8086.0, 8077.0, 8058.0, 8091.0, 8083.0, 8061.0, 8087.0, 8062.0, 8088.0, 8095.0, 8063.0, 8059.0, 8078.0, 8085.0, 8117.0, 8087.0, 8071.0, 8116.0, 8087.0, 8096.0, 8081.0, 8068.0, 8113.0, 8103.0, 8144.0, 8096.0, 8072.0, 8072.0, 8040.0, 8102.0, 8040.0, 8112.0, 8056.0, 8039.0, 8053.0, 8038.0, 8081.0, 8059.0, 8068.0, 8055.0, 8032.0, 8081.0, 8045.0, 8066.0, 8060.0, 8046.0, 8087.0, 8061.0, 8053.0, 8059.0, 8029.0, 8082.0, 8082.0, 8066.0, 8109.0, 8087.0, 8068.0, 8094.0, 8077.0, 8059.0, 8084.0, 8067.0, 8073.0, 8112.0, 8072.0, 8073.0, 8071.0, 8068.0, 8056.0, 8055.0, 8071.0, 8069.0, 8113.0, 8084.0, 8067.0, 8082.0, 8071.0, 8057.0, 8090.0, 8075.0, 8073.0, 8088.0, 8074.0, 8071.0, 8070.0, 8091.0, 8105.0, 8080.0, 8074.0, 8087.0, 8058.0, 8068.0, 8084.0, 8074.0, 8088.0, 8105.0, 8073.0, 8073.0, 8074.0, 8079.0, 8082.0, 8111.0, 8084.0, 8083.0, 8115.0, 8085.0, 8084.0, 8116.0, 8086.0, 8139.0, 8090.0, 8075.0, 8103.0, 8074.0, 8076.0, 8091.0, 8093.0, 8084.0, 8055.0, 8068.0, 8079.0, 8075.0, 8073.0, 8119.0, 8096.0, 8075.0, 8083.0, 8072.0, 8097.0, 8093.0, 8094.0, 8094.0, 8076.0, 8087.0, 8076.0, 8075.0, 8090.0, 8104.0, 8100.0, 8085.0, 8054.0, 8068.0, 8067.0, 8069.0, 8098.0, 8082.0, 8071.0, 8064.0, 8064.0, 8066.0, 8062.0, 8068.0, 8085.0, 8097.0, 8072.0, 8072.0, 8085.0, 8071.0, 8056.0, 8087.0, 8072.0, 8087.0, 8070.0, 8073.0, 8055.0, 8068.0, 8087.0, 8101.0, 8091.0, 8078.0, 8112.0, 8093.0, 8075.0, 8107.0, 8096.0, 8077.0, 8140.0, 8079.0, 8060.0, 8088.0, 8069.0, 8068.0, 8089.0, 8087.0, 8139.0, 8068.0, 8066.0, 8080.0, 8070.0, 8075.0, 8085.0, 8075.0, 8065.0, 8069.0, 8071.0, 8067.0, 8072.0, 8091.0, 8118.0, 8090.0, 8089.0, 8073.0, 8086.0, 8088.0, 8110.0, 8078.0, 8115.0, 8103.0, 8086.0, 8083.0, 8066.0, 8070.0, 8087.0, 8070.0, 8116.0, 8066.0, 8065.0, 8078.0, 8069.0, 8072.0, 8070.0, 8071.0, 8066.0, 8067.0, 8068.0, 8083.0, 8077.0, 8070.0, 8086.0, 8090.0, 8084.0, 8054.0, 8071.0, 8098.0, 8073.0, 8069.0, 8115.0, 8066.0, 8074.0, 8094.0, 8073.0, 8083.0, 8073.0, 8112.0, 8109.0, 8080.0, 8068.0, 8064.0, 8071.0, 8068.0, 8099.0, 8057.0, 8070.0, 8066.0, 8064.0, 8077.0, 8065.0, 8048.0, 8048.0, 8032.0, 8077.0, 8071.0, 8096.0, 8047.0, 8047.0, 8074.0, 8063.0, 8050.0, 8065.0, 8069.0, 8066.0, 8086.0, 8086.0, 8088.0, 8091.0, 8077.0, 8088.0, 8074.0, 8102.0, 8089.0, 8073.0, 8101.0, 8073.0, 8057.0, 8088.0, 8085.0, 8095.0, 8073.0, 8099.0, 8072.0, 8053.0, 8079.0, 8069.0, 8066.0, 8069.0, 8075.0, 8101.0, 8092.0, 8074.0, 8088.0, 8091.0, 8075.0, 8089.0, 8092.0, 8121.0, 8095.0, 8076.0, 8088.0, 8078.0, 8087.0, 8095.0, 8086.0, 8137.0, 8088.0, 8072.0, 8097.0, 8071.0, 8087.0, 8087.0, 8086.0, 8135.0, 8069.0, 8055.0, 8068.0, 8070.0, 8101.0, 8090.0, 8090.0, 8105.0, 8090.0, 8074.0, 8086.0, 8077.0, 8089.0, 8088.0, 8093.0, 8083.0, 8072.0, 8084.0, 8100.0, 8090.0, 8089.0, 8106.0, 8088.0, 8084.0, 8082.0, 8068.0, 8097.0, 8092.0, 8076.0, 8102.0, 8077.0, 8084.0, 8075.0, 8058.0, 8103.0, 8088.0, 8115.0, 8089.0, 8053.0, 8067.0, 8052.0, 8067.0, 8072.0, 8071.0, 8114.0, 8075.0, 8056.0, 8098.0, 8070.0, 8054.0, 8089.0, 8072.0, 8101.0, 8101.0, 8070.0, 8052.0, 8068.0, 8068.0, 8098.0, 8069.0, 8068.0, 8132.0, 8068.0, 8054.0, 8080.0, 8053.0, 8053.0, 8082.0, 8072.0, 8054.0, 8068.0, 8057.0, 8070.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.0007960574712643679</td></tr>
<tr><td colspan=3>aqi</td><td>0.04609073517241379</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.002099088849256</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0799833378596095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9348145081818184</td></tr>
<tr><td colspan=3>efc</td><td>0.4381</td></tr>
<tr><td colspan=3>fber</td><td>7370.4951</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12792651458289503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4576504245085737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299626581536266</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.651935845863832</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.421388846125623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00448027</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015995945781469345</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028911493718624115</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.014601679917965</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>23.0189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.6664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.2625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312899.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.8152</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5194</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.5545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2889.1488</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>757.728</td></tr>
<tr><td colspan=3>tsnr</td><td>32.564456978812814</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>