ds005256-mriqc/sub-0128_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +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-0128_ses-03_task-social_acq-mb8_run-01_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-0128_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-01_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-0128/ses-03/func/sub-0128_ses-03_task-social_acq-mb8_run-01_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>fd65face67aba0c9c52c799ebd72510b</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:42:56.862500</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.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</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-01_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.0857244</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e038a9b-7cbb-4a74-ad23-c3ae497899ba||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.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['134256.862500', '134257.322500', '134257.782500', '134258.242500', '134258.702500', '134259.162500', '134259.622500', '134300.082500', '134300.542500', '134301.002500', '134301.462500', '134301.922500', '134302.382500', '134302.842500', '134303.302500', '134303.762500', '134304.222500', '134304.682500', '134305.142500', '134305.602500', '134306.062500', '134306.522500', '134306.982500', '134307.442500', '134307.902500', '134308.362500', '134308.822500', '134309.282500', '134309.742500', '134310.202500', '134310.662500', '134311.122500', '134311.582500', '134312.042500', '134312.502500', '134312.962500', '134313.422500', '134313.882500', '134314.342500', '134314.802500', '134315.262500', '134315.722500', '134316.182500', '134316.642500', '134317.102500', '134317.562500', '134318.022500', '134318.482500', '134318.942500', '134319.402500', '134319.862500', '134320.322500', '134320.782500', '134321.242500', '134321.702500', '134322.162500', '134322.622500', '134323.082500', '134323.542500', '134324.002500', '134324.462500', '134324.922500', '134325.382500', '134325.842500', '134326.302500', '134326.762500', '134327.222500', '134327.682500', '134328.142500', '134328.602500', '134329.062500', '134329.522500', '134329.982500', '134330.442500', '134330.902500', '134331.362500', '134331.822500', '134332.282500', '134332.742500', '134333.202500', '134333.662500', '134334.122500', '134334.582500', '134335.042500', '134335.502500', '134335.962500', '134336.422500', '134336.882500', '134337.342500', '134337.802500', '134338.262500', '134338.722500', '134339.182500', '134339.642500', '134340.102500', '134340.562500', '134341.022500', '134341.482500', '134341.942500', '134342.402500', '134342.862500', '134343.322500', '134343.782500', '134344.242500', '134344.702500', '134345.162500', '134345.622500', '134346.082500', '134346.542500', '134347.002500', '134347.462500', '134347.922500', '134348.382500', '134348.842500', '134349.302500', '134349.762500', '134350.222500', '134350.682500', '134351.142500', '134351.602500', '134352.062500', '134352.522500', '134352.982500', '134353.442500', '134353.902500', '134354.362500', '134354.822500', '134355.282500', '134355.742500', '134356.202500', '134356.662500', '134357.122500', '134357.582500', '134358.042500', '134358.502500', '134358.962500', '134359.422500', '134359.882500', '134400.342500', '134400.802500', '134401.262500', '134401.722500', '134402.182500', '134402.642500', '134403.102500', '134403.562500', '134404.022500', '134404.482500', '134404.942500', '134405.402500', '134405.862500', '134406.322500', '134406.782500', '134407.242500', '134407.702500', '134408.162500', '134408.622500', '134409.082500', '134409.542500', '134410.002500', '134410.462500', '134410.922500', '134411.382500', '134411.842500', '134412.302500', '134412.762500', '134413.222500', '134413.682500', '134414.142500', '134414.602500', '134415.062500', '134415.522500', '134415.982500', '134416.442500', '134416.902500', '134417.362500', '134417.822500', '134418.282500', '134418.742500', '134419.202500', '134419.662500', '134420.122500', '134420.582500', '134421.042500', '134421.502500', '134421.962500', '134422.422500', '134422.882500', '134423.342500', '134423.802500', '134424.262500', '134424.722500', '134425.182500', '134425.642500', '134426.102500', '134426.562500', '134427.022500', '134427.482500', '134427.942500', '134428.402500', '134428.862500', '134429.322500', '134429.782500', '134430.242500', '134430.702500', '134431.162500', '134431.622500', '134432.082500', '134432.542500', '134433.002500', '134433.462500', '134433.922500', '134434.382500', '134434.842500', '134435.302500', '134435.762500', '134436.222500', '134436.682500', '134437.142500', '134437.602500', '134438.062500', '134438.522500', '134438.982500', '134439.442500', '134439.902500', '134440.362500', '134440.822500', '134441.282500', '134441.742500', '134442.202500', '134442.662500', '134443.122500', '134443.582500', '134444.042500', '134444.502500', '134444.962500', '134445.422500', '134445.882500', '134446.342500', '134446.802500', '134447.262500', '134447.722500', '134448.182500', '134448.642500', '134449.102500', '134449.562500', '134450.022500', '134450.482500', '134450.942500', '134451.402500', '134451.862500', '134452.322500', '134452.782500', '134453.242500', '134453.702500', '134454.162500', '134454.622500', '134455.082500', '134455.542500', '134456.002500', '134456.462500', '134456.922500', '134457.382500', '134457.842500', '134458.302500', '134458.762500', '134459.222500', '134459.682500', '134500.142500', '134500.602500', '134501.062500', '134501.522500', '134501.982500', '134502.442500', '134502.902500', '134503.362500', '134503.822500', '134504.282500', '134504.742500', '134505.202500', '134505.662500', '134506.122500', '134506.582500', '134507.042500', '134507.502500', '134507.962500', '134508.422500', '134508.882500', '134509.342500', '134509.802500', '134510.262500', '134510.722500', '134511.182500', '134511.642500', '134512.102500', '134512.562500', '134513.022500', '134513.482500', '134513.942500', '134514.402500', '134514.862500', '134515.322500', '134515.782500', '134516.242500', '134516.702500', '134517.162500', '134517.622500', '134518.082500', '134518.542500', '134519.002500', '134519.462500', '134519.922500', '134520.382500', '134520.842500', '134521.302500', '134521.762500', '134522.222500', '134522.682500', '134523.142500', '134523.602500', '134524.062500', '134524.522500', '134524.982500', '134525.442500', '134525.902500', '134526.362500', '134526.822500', '134527.282500', '134527.742500', '134528.202500', '134528.662500', '134529.122500', '134529.582500', '134530.042500', '134530.502500', '134530.962500', '134531.422500', '134531.882500', '134532.342500', '134532.802500', '134533.262500', '134533.722500', '134534.182500', '134534.642500', '134535.102500', '134535.562500', '134536.022500', '134536.482500', '134536.942500', '134537.402500', '134537.862500', '134538.322500', '134538.782500', '134539.242500', '134539.702500', '134540.162500', '134540.622500', '134541.082500', '134541.542500', '134542.002500', '134542.462500', '134542.922500', '134543.382500', '134543.842500', '134544.302500', '134544.762500', '134545.222500', '134545.682500', '134546.142500', '134546.602500', '134547.062500', '134547.522500', '134547.982500', '134548.442500', '134548.902500', '134549.362500', '134549.822500', '134550.282500', '134550.742500', '134551.202500', '134551.662500', '134552.122500', '134552.582500', '134553.042500', '134553.502500', '134553.962500', '134554.422500', '134554.882500', '134555.342500', '134555.802500', '134556.262500', '134556.722500', '134557.182500', '134557.642500', '134558.102500', '134558.562500', '134559.022500', '134559.482500', '134559.942500', '134600.402500', '134600.862500', '134601.322500', '134601.782500', '134602.242500', '134602.702500', '134603.162500', '134603.622500', '134604.082500', '134604.542500', '134605.002500', '134605.462500', '134605.922500', '134606.382500', '134606.842500', '134607.302500', '134607.762500', '134608.222500', '134608.682500', '134609.142500', '134609.602500', '134610.062500', '134610.522500', '134610.982500', '134611.442500', '134611.902500', '134612.362500', '134612.822500', '134613.282500', '134613.742500', '134614.202500', '134614.662500', '134615.122500', '134615.582500', '134616.042500', '134616.502500', '134616.962500', '134617.422500', '134617.882500', '134618.342500', '134618.802500', '134619.262500', '134619.722500', '134620.182500', '134620.642500', '134621.102500', '134621.562500', '134622.022500', '134622.482500', '134622.942500', '134623.402500', '134623.862500', '134624.322500', '134624.782500', '134625.242500', '134625.702500', '134626.162500', '134626.622500', '134627.082500', '134627.542500', '134628.002500', '134628.462500', '134628.922500', '134629.382500', '134629.842500', '134630.302500', '134630.762500', '134631.222500', '134631.682500', '134632.142500', '134632.602500', '134633.062500', '134633.522500', '134633.982500', '134634.442500', '134634.902500', '134635.362500', '134635.822500', '134636.282500', '134636.742500', '134637.202500', '134637.662500', '134638.122500', '134638.582500', '134639.042500', '134639.502500', '134639.962500', '134640.422500', '134640.882500', '134641.342500', '134641.802500', '134642.262500', '134642.722500', '134643.182500', '134643.642500', '134644.102500', '134644.562500', '134645.022500', '134645.482500', '134645.942500', '134646.402500', '134646.862500', '134647.322500', '134647.782500', '134648.242500', '134648.702500', '134649.162500', '134649.622500', '134650.082500', '134650.542500', '134651.002500', '134651.462500', '134651.922500', '134652.382500', '134652.842500', '134653.302500', '134653.762500', '134654.222500', '134654.682500', '134655.142500', '134655.602500', '134656.062500', '134656.522500', '134656.982500', '134657.442500', '134657.902500', '134658.362500', '134658.822500', '134659.282500', '134659.742500', '134700.202500', '134700.662500', '134701.122500', '134701.582500', '134702.042500', '134702.502500', '134702.962500', '134703.422500', '134703.882500', '134704.342500', '134704.802500', '134705.262500', '134705.722500', '134706.182500', '134706.642500', '134707.102500', '134707.562500', '134708.022500', '134708.482500', '134708.942500', '134709.402500', '134709.862500', '134710.322500', '134710.782500', '134711.242500', '134711.702500', '134712.162500', '134712.622500', '134713.082500', '134713.542500', '134714.002500', '134714.462500', '134714.922500', '134715.382500', '134715.842500', '134716.302500', '134716.762500', '134717.222500', '134717.682500', '134718.142500', '134718.602500', '134719.062500', '134719.522500', '134719.982500', '134720.442500', '134720.902500', '134721.362500', '134721.822500', '134722.282500', '134722.742500', '134723.202500', '134723.662500', '134724.122500', '134724.582500', '134725.042500', '134725.502500', '134725.962500', '134726.422500', '134726.882500', '134727.342500', '134727.802500', '134728.262500', '134728.722500', '134729.182500', '134729.642500', '134730.102500', '134730.562500', '134731.022500', '134731.482500', '134731.942500', '134732.402500', '134732.862500', '134733.322500', '134733.782500', '134734.242500', '134734.702500', '134735.162500', '134735.622500', '134736.082500', '134736.542500', '134737.002500', '134737.462500', '134737.922500', '134738.382500', '134738.842500', '134739.302500', '134739.762500', '134740.222500', '134740.682500', '134741.142500', '134741.602500', '134742.062500', '134742.522500', '134742.982500', '134743.442500', '134743.902500', '134744.362500', '134744.822500', '134745.282500', '134745.742500', '134746.202500', '134746.662500', '134747.122500', '134747.582500', '134748.042500', '134748.502500', '134748.962500', '134749.422500', '134749.882500', '134750.342500', '134750.802500', '134751.262500', '134751.722500', '134752.182500', '134752.642500', '134753.102500', '134753.562500', '134754.022500', '134754.482500', '134754.942500', '134755.402500', '134755.862500', '134756.322500', '134756.782500', '134757.242500', '134757.702500', '134758.162500', '134758.622500', '134759.082500', '134759.542500', '134800.002500', '134800.462500', '134800.922500', '134801.382500', '134801.842500', '134802.302500', '134802.762500', '134803.222500', '134803.682500', '134804.142500', '134804.602500', '134805.062500', '134805.522500', '134805.982500', '134806.442500', '134806.902500', '134807.362500', '134807.822500', '134808.282500', '134808.742500', '134809.202500', '134809.662500', '134810.122500', '134810.582500', '134811.042500', '134811.502500', '134811.962500', '134812.422500', '134812.882500', '134813.342500', '134813.802500', '134814.262500', '134814.722500', '134815.182500', '134815.642500', '134816.102500', '134816.562500', '134817.022500', '134817.482500', '134817.942500', '134818.402500', '134818.862500', '134819.322500', '134819.782500', '134820.242500', '134820.702500', '134821.162500', '134821.622500', '134822.082500', '134822.542500', '134823.002500', '134823.462500', '134823.922500', '134824.382500', '134824.842500', '134825.302500', '134825.762500', '134826.222500', '134826.682500', '134827.142500', '134827.602500', '134828.062500', '134828.522500', '134828.982500', '134829.442500', '134829.902500', '134830.362500', '134830.822500', '134831.282500', '134831.742500', '134832.202500', '134832.662500', '134833.122500', '134833.582500', '134834.042500', '134834.502500', '134834.962500', '134835.422500', '134835.882500', '134836.342500', '134836.802500', '134837.262500', '134837.722500', '134838.182500', '134838.642500', '134839.102500', '134839.562500', '134840.022500', '134840.482500', '134840.942500', '134841.402500', '134841.862500', '134842.322500', '134842.782500', '134843.242500', '134843.702500', '134844.162500', '134844.622500', '134845.082500', '134845.542500', '134846.002500', '134846.462500', '134846.922500', '134847.382500', '134847.842500', '134848.302500', '134848.762500', '134849.222500', '134849.682500', '134850.142500', '134850.602500', '134851.062500', '134851.522500', '134851.982500', '134852.442500', '134852.902500', '134853.362500', '134853.822500', '134854.282500', '134854.742500', '134855.202500', '134855.662500', '134856.122500', '134856.582500', '134857.042500', '134857.502500', '134857.962500', '134858.422500', '134858.882500', '134859.342500', '134859.802500', '134900.262500', '134900.722500', '134901.182500', '134901.642500', '134902.102500', '134902.562500', '134903.022500', '134903.482500', '134903.942500', '134904.402500', '134904.862500', '134905.322500', '134905.782500', '134906.242500', '134906.702500', '134907.162500', '134907.622500', '134908.082500', '134908.542500', '134909.002500', '134909.462500', '134909.922500', '134910.382500', '134910.842500', '134911.302500', '134911.762500', '134912.222500', '134912.682500', '134913.142500', '134913.602500', '134914.062500', '134914.522500', '134914.982500', '134915.442500', '134915.902500', '134916.362500', '134916.822500', '134917.282500', '134917.742500', '134918.202500', '134918.662500', '134919.122500', '134919.582500', '134920.042500', '134920.502500', '134920.962500', '134921.422500', '134921.882500', '134922.342500', '134922.802500', '134923.262500', '134923.722500', '134924.182500', '134924.642500', '134925.102500', '134925.562500', '134926.022500', '134926.482500', '134926.942500', '134927.402500', '134927.862500', '134928.322500', '134928.782500', '134929.242500', '134929.702500', '134930.162500', '134930.622500', '134931.082500', '134931.542500', '134932.002500', '134932.462500', '134932.922500', '134933.382500', '134933.842500', '134934.302500', '134934.762500', '134935.222500', '134935.682500', '134936.142500', '134936.602500', '134937.062500', '134937.522500'], 'ContentTime': ['134324.789000', '134324.792000', '134324.794000', '134324.797000', '134324.800000', '134324.802000', '134324.805000', '134324.807000', '134324.810000', '134324.812000', '134324.815000', '134324.818000', '134324.820000', '134324.823000', '134324.825000', '134324.832000', '134324.835000', '134324.837000', '134324.840000', '134324.842000', '134324.845000', '134324.847000', '134324.850000', '134324.853000', '134324.855000', '134324.858000', '134324.860000', '134324.863000', '134324.865000', '134324.868000', '134324.870000', '134324.873000', '134324.875000', '134324.878000', '134324.880000', '134324.883000', '134324.885000', '134324.892000', '134324.895000', '134324.898000', '134324.900000', '134324.903000', '134324.905000', '134324.908000', '134324.910000', '134324.913000', '134324.916000', '134324.918000', '134324.921000', '134324.923000', '134324.926000', '134324.928000', '134324.931000', '134324.933000', '134324.936000', '134324.938000', '134324.941000', '134324.944000', '134344.759000', '134344.762000', '134344.765000', '134344.767000', '134344.770000', '134344.772000', '134344.775000', '134344.777000', '134344.780000', '134344.783000', '134344.785000', '134344.808000', '134344.811000', '134344.813000', '134344.909000', '134344.912000', '134344.914000', '134344.917000', '134344.919000', '134344.922000', '134344.924000', '134344.927000', '134344.929000', '134344.932000', '134344.934000', '134344.937000', '134344.940000', '134344.942000', '134344.945000', '134344.947000', '134344.950000', '134344.952000', '134344.955000', '134344.957000', '134344.960000', '134344.962000', '134344.965000', '134344.967000', '134344.970000', '134344.972000', '134344.975000', '134344.978000', '134344.980000', '134344.983000', '134404.759000', '134404.762000', '134404.765000', '134404.767000', '134404.770000', '134404.772000', '134404.775000', '134404.777000', '134404.780000', '134404.782000', '134404.785000', '134404.787000', '134404.790000', '134404.792000', '134404.795000', '134404.797000', '134404.800000', '134404.803000', '134404.805000', '134404.808000', '134404.810000', '134404.813000', '134404.816000', '134404.818000', '134404.821000', '134404.823000', '134404.826000', '134404.828000', '134404.831000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.845000', '134404.848000', '134404.850000', '134404.853000', '134404.855000', '134404.858000', '134404.860000', '134404.863000', '134404.866000', '134404.868000', '134424.758000', '134424.761000', '134424.764000', '134424.766000', '134424.769000', '134424.771000', '134424.774000', '134424.776000', '134424.779000', '134424.781000', '134424.784000', '134424.786000', '134424.789000', '134424.791000', '134424.794000', '134424.797000', '134424.799000', '134424.802000', '134424.804000', '134424.807000', '134424.809000', '134424.812000', '134424.866000', '134424.868000', '134424.871000', '134424.873000', '134424.876000', '134424.878000', '134424.881000', '134424.884000', '134424.886000', '134424.889000', '134424.891000', '134424.894000', '134424.897000', '134424.899000', '134424.902000', '134424.904000', '134424.907000', '134424.910000', '134424.912000', '134424.915000', '134424.917000', '134424.920000', '134444.758000', '134444.761000', '134444.764000', '134444.766000', '134444.769000', '134444.771000', '134444.774000', '134444.777000', '134444.779000', '134444.782000', '134444.784000', '134444.787000', '134444.789000', '134444.792000', '134444.794000', '134444.797000', '134444.800000', '134444.802000', '134444.805000', '134444.807000', '134444.810000', '134444.812000', '134444.840000', '134444.842000', '134444.845000', '134444.847000', '134444.850000', '134444.852000', '134444.855000', '134444.857000', '134444.860000', '134444.862000', '134444.865000', '134444.868000', '134444.870000', '134444.873000', '134444.875000', '134444.878000', '134444.880000', '134444.883000', '134444.886000', '134444.888000', '134444.891000', '134504.760000', '134504.762000', '134504.765000', '134504.767000', '134504.775000', '134504.778000', '134504.780000', '134504.783000', '134504.785000', '134504.788000', '134504.790000', '134504.793000', '134504.796000', '134504.798000', '134504.801000', '134504.803000', '134504.806000', '134504.808000', '134504.811000', '134504.813000', '134504.843000', '134504.845000', '134504.848000', '134504.850000', '134504.853000', '134504.856000', '134504.858000', '134504.861000', '134504.863000', '134504.866000', '134504.868000', '134504.871000', '134504.873000', '134504.876000', '134504.879000', '134504.881000', '134504.884000', '134504.886000', '134504.889000', '134504.891000', '134504.894000', '134504.897000', '134504.899000', '134504.902000', '134524.759000', '134524.762000', '134524.765000', '134524.767000', '134524.770000', '134524.773000', '134524.787000', '134524.789000', '134524.792000', '134524.795000', '134524.797000', '134524.800000', '134524.802000', '134524.805000', '134524.808000', '134524.810000', '134524.813000', '134524.859000', '134524.861000', '134524.864000', '134524.866000', '134524.869000', '134524.872000', '134524.874000', '134524.877000', '134524.880000', '134524.882000', '134524.885000', '134524.887000', '134524.890000', '134524.893000', '134524.895000', '134524.898000', '134524.900000', '134524.903000', '134524.906000', '134524.909000', '134524.912000', '134524.915000', '134524.917000', '134524.920000', '134524.922000', '134524.925000', '134544.760000', '134544.762000', '134544.765000', '134544.767000', '134544.770000', '134544.773000', '134544.775000', '134544.778000', '134544.780000', '134544.783000', '134544.785000', '134544.788000', '134544.790000', '134544.793000', '134544.796000', '134544.798000', '134544.801000', '134544.803000', '134544.806000', '134544.808000', '134544.811000', '134544.814000', '134544.855000', '134544.857000', '134544.860000', '134544.862000', '134544.865000', '134544.867000', '134544.870000', '134544.872000', '134544.875000', '134544.877000', '134544.880000', '134544.883000', '134544.885000', '134544.888000', '134544.890000', '134544.893000', '134544.895000', '134544.898000', '134544.900000', '134544.903000', '134544.905000', '134544.908000', '134604.760000', '134604.762000', '134604.765000', '134604.768000', '134604.770000', '134604.773000', '134604.775000', '134604.778000', '134604.781000', '134604.783000', '134604.786000', '134604.788000', '134604.791000', '134604.793000', '134604.796000', '134604.798000', '134604.801000', '134604.803000', '134604.806000', '134604.808000', '134604.811000', '134604.814000', '134604.858000', '134604.860000', '134604.863000', '134604.865000', '134604.868000', '134604.870000', '134604.873000', '134604.876000', '134604.878000', '134604.881000', '134604.883000', '134604.886000', '134604.888000', '134604.891000', '134604.894000', '134604.896000', '134604.899000', '134604.902000', '134604.904000', '134604.907000', '134604.909000', '134624.760000', '134624.762000', '134624.765000', '134624.768000', '134624.770000', '134624.773000', '134624.775000', '134624.778000', '134624.780000', '134624.783000', '134624.785000', '134624.788000', '134624.791000', '134624.793000', '134624.796000', '134624.798000', '134624.801000', '134624.803000', '134624.806000', '134624.809000', '134624.811000', '134624.814000', '134624.817000', '134624.819000', '134624.822000', '134624.825000', '134624.827000', '134624.830000', '134624.833000', '134624.835000', '134624.838000', '134624.840000', '134624.843000', '134624.845000', '134624.848000', '134624.851000', '134624.853000', '134624.856000', '134624.858000', '134624.861000', '134624.864000', '134624.866000', '134624.869000', '134624.872000', '134644.758000', '134644.761000', '134644.764000', '134644.767000', '134644.769000', '134644.772000', '134644.774000', '134644.777000', '134644.779000', '134644.782000', '134644.784000', '134644.787000', '134644.789000', '134644.792000', '134644.795000', '134644.797000', '134644.800000', '134644.802000', '134644.805000', '134644.807000', '134644.810000', '134644.812000', '134644.815000', '134644.817000', '134644.820000', '134644.823000', '134644.825000', '134644.828000', '134644.830000', '134644.833000', '134644.835000', '134644.838000', '134644.840000', '134644.843000', '134644.846000', '134644.848000', '134644.851000', '134644.853000', '134644.856000', '134644.858000', '134644.861000', '134644.863000', '134644.866000', '134704.759000', '134704.761000', '134704.764000', '134704.801000', '134704.804000', '134704.806000', '134704.809000', '134704.812000', '134704.814000', '134704.850000', '134704.853000', '134704.855000', '134704.858000', '134704.860000', '134704.863000', '134704.866000', '134704.868000', '134704.871000', '134704.873000', '134704.876000', '134704.878000', '134704.881000', '134704.883000', '134704.886000', '134704.889000', '134704.891000', '134704.894000', '134704.896000', '134704.899000', '134704.901000', '134704.904000', '134704.907000', '134704.909000', '134704.912000', '134704.914000', '134704.917000', '134704.919000', '134704.922000', '134704.924000', '134704.927000', '134704.929000', '134704.932000', '134704.935000', '134704.937000', '134724.759000', '134724.762000', '134724.765000', '134724.767000', '134724.770000', '134724.773000', '134724.775000', '134724.778000', '134724.780000', '134724.783000', '134724.785000', '134724.788000', '134724.790000', '134724.793000', '134724.795000', '134724.798000', '134724.801000', '134724.803000', '134724.806000', '134724.808000', '134724.811000', '134724.813000', '134724.855000', '134724.858000', '134724.860000', '134724.863000', '134724.865000', '134724.868000', '134724.871000', '134724.873000', '134724.876000', '134724.878000', '134724.881000', '134724.883000', '134724.886000', '134724.889000', '134724.891000', '134724.894000', '134724.896000', '134724.899000', '134724.901000', '134724.904000', '134724.906000', '134744.759000', '134744.762000', '134744.765000', '134744.767000', '134744.770000', '134744.773000', '134744.775000', '134744.778000', '134744.780000', '134744.783000', '134744.786000', '134744.788000', '134744.791000', '134744.794000', '134744.797000', '134744.800000', '134744.803000', '134744.805000', '134744.808000', '134744.811000', '134744.813000', '134744.816000', '134744.819000', '134744.821000', '134744.824000', '134744.826000', '134744.829000', '134744.831000', '134744.834000', '134744.837000', '134744.839000', '134744.842000', '134744.844000', '134744.847000', '134744.850000', '134744.852000', '134744.855000', '134744.857000', '134744.860000', '134744.863000', '134744.865000', '134744.868000', '134744.870000', '134804.760000', '134804.762000', '134804.766000', '134804.768000', '134804.771000', '134804.774000', '134804.776000', '134804.779000', '134804.781000', '134804.784000', '134804.786000', '134804.789000', '134804.791000', '134804.794000', '134804.797000', '134804.799000', '134804.802000', '134804.804000', '134804.807000', '134804.809000', '134804.812000', '134804.815000', '134804.817000', '134804.820000', '134804.823000', '134804.825000', '134804.828000', '134804.830000', '134804.833000', '134804.835000', '134804.838000', '134804.840000', '134804.843000', '134804.845000', '134804.848000', '134804.850000', '134804.853000', '134804.856000', '134804.858000', '134804.861000', '134804.863000', '134804.866000', '134804.868000', '134804.871000', '134824.760000', '134824.763000', '134824.765000', '134824.768000', '134824.770000', '134824.773000', '134824.776000', '134824.778000', '134824.781000', '134824.783000', '134824.786000', '134824.788000', '134824.791000', '134824.805000', '134824.808000', '134824.810000', '134824.813000', '134824.892000', '134824.895000', '134824.898000', '134824.900000', '134824.903000', '134824.905000', '134824.908000', '134824.910000', '134824.913000', '134824.916000', '134824.918000', '134824.921000', '134824.924000', '134824.926000', '134824.929000', '134824.931000', '134824.934000', '134824.937000', '134824.939000', '134824.942000', '134824.944000', '134824.947000', '134824.949000', '134824.952000', '134824.955000', '134824.958000', '134844.760000', '134844.762000', '134844.765000', '134844.767000', '134844.770000', '134844.773000', '134844.776000', '134844.778000', '134844.781000', '134844.783000', '134844.786000', '134844.788000', '134844.791000', '134844.793000', '134844.796000', '134844.799000', '134844.801000', '134844.804000', '134844.806000', '134844.809000', '134844.811000', '134844.814000', '134844.864000', '134844.881000', '134844.884000', '134844.886000', '134844.889000', '134844.892000', '134844.894000', '134844.897000', '134844.899000', '134844.902000', '134844.904000', '134844.907000', '134844.909000', '134844.912000', '134844.915000', '134844.917000', '134844.920000', '134844.922000', '134844.925000', '134844.927000', '134844.930000', '134844.932000', '134904.758000', '134904.761000', '134904.764000', '134904.767000', '134904.769000', '134904.772000', '134904.774000', '134904.777000', '134904.779000', '134904.782000', '134904.785000', '134904.787000', '134904.790000', '134904.792000', '134904.795000', '134904.797000', '134904.800000', '134904.803000', '134904.805000', '134904.808000', '134904.811000', '134904.814000', '134904.891000', '134904.894000', '134904.897000', '134904.899000', '134904.902000', '134904.905000', '134904.907000', '134904.910000', '134904.913000', '134904.915000', '134904.918000', '134904.920000', '134904.923000', '134904.926000', '134904.928000', '134904.931000', '134904.933000', '134904.936000', '134904.939000', '134904.941000', '134904.944000', '134924.758000', '134924.761000', '134924.764000', '134924.767000', '134924.769000', '134924.772000', '134924.775000', '134924.777000', '134924.780000', '134924.782000', '134924.785000', '134924.788000', '134924.790000', '134924.793000', '134924.795000', '134924.798000', '134924.801000', '134924.803000', '134924.806000', '134924.809000', '134924.811000', '134924.814000', '134924.868000', '134924.870000', '134924.873000', '134924.875000', '134924.878000', '134924.881000', '134924.883000', '134924.886000', '134924.888000', '134924.891000', '134924.893000', '134924.896000', '134924.899000', '134924.901000', '134924.904000', '134924.906000', '134924.909000', '134924.912000', '134924.914000', '134924.917000', '134924.920000', '134924.922000', '134938.823000', '134938.826000', '134938.829000', '134938.832000', '134938.835000', '134938.838000', '134938.840000', '134938.843000', '134938.846000', '134938.852000', '134938.854000', '134938.857000', '134938.860000', '134938.862000', '134938.865000', '134938.868000', '134938.870000', '134938.873000', '134938.876000', '134938.878000', '134938.881000', '134938.884000', '134938.887000', '134938.890000', '134938.906000', '134938.909000', '134938.912000', '134938.915000', '134938.918000', '134938.921000', '134938.924000'], 'InstanceCreationTime': ['134324.789000', '134324.792000', '134324.794000', '134324.797000', '134324.800000', '134324.802000', '134324.805000', '134324.807000', '134324.810000', '134324.812000', '134324.815000', '134324.818000', '134324.820000', '134324.823000', '134324.825000', '134324.832000', '134324.835000', '134324.837000', '134324.840000', '134324.842000', '134324.845000', '134324.847000', '134324.850000', '134324.853000', '134324.855000', '134324.858000', '134324.860000', '134324.863000', '134324.865000', '134324.868000', '134324.870000', '134324.873000', '134324.875000', '134324.878000', '134324.880000', '134324.883000', '134324.885000', '134324.892000', '134324.895000', '134324.898000', '134324.900000', '134324.903000', '134324.905000', '134324.908000', '134324.910000', '134324.913000', '134324.916000', '134324.918000', '134324.921000', '134324.923000', '134324.926000', '134324.928000', '134324.931000', '134324.933000', '134324.936000', '134324.938000', '134324.941000', '134324.944000', '134344.759000', '134344.762000', '134344.765000', '134344.767000', '134344.770000', '134344.772000', '134344.775000', '134344.777000', '134344.780000', '134344.783000', '134344.785000', '134344.808000', '134344.811000', '134344.813000', '134344.909000', '134344.912000', '134344.914000', '134344.917000', '134344.919000', '134344.922000', '134344.924000', '134344.927000', '134344.929000', '134344.932000', '134344.934000', '134344.937000', '134344.940000', '134344.942000', '134344.945000', '134344.947000', '134344.950000', '134344.952000', '134344.955000', '134344.957000', '134344.960000', '134344.962000', '134344.965000', '134344.967000', '134344.970000', '134344.972000', '134344.975000', '134344.978000', '134344.980000', '134344.983000', '134404.759000', '134404.762000', '134404.765000', '134404.767000', '134404.770000', '134404.772000', '134404.775000', '134404.777000', '134404.780000', '134404.782000', '134404.785000', '134404.787000', '134404.790000', '134404.792000', '134404.795000', '134404.797000', '134404.800000', '134404.803000', '134404.805000', '134404.808000', '134404.810000', '134404.813000', '134404.816000', '134404.818000', '134404.821000', '134404.823000', '134404.826000', '134404.828000', '134404.831000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.845000', '134404.848000', '134404.850000', '134404.853000', '134404.855000', '134404.858000', '134404.860000', '134404.863000', '134404.866000', '134404.868000', '134424.758000', '134424.761000', '134424.764000', '134424.766000', '134424.769000', '134424.771000', '134424.774000', '134424.776000', '134424.779000', '134424.781000', '134424.784000', '134424.786000', '134424.789000', '134424.791000', '134424.794000', '134424.797000', '134424.799000', '134424.802000', '134424.804000', '134424.807000', '134424.809000', '134424.812000', '134424.866000', '134424.868000', '134424.871000', '134424.873000', '134424.876000', '134424.878000', '134424.881000', '134424.884000', '134424.886000', '134424.889000', '134424.891000', '134424.894000', '134424.897000', '134424.899000', '134424.902000', '134424.904000', '134424.907000', '134424.910000', '134424.912000', '134424.915000', '134424.917000', '134424.920000', '134444.758000', '134444.761000', '134444.764000', '134444.766000', '134444.769000', '134444.771000', '134444.774000', '134444.777000', '134444.779000', '134444.782000', '134444.784000', '134444.787000', '134444.789000', '134444.792000', '134444.794000', '134444.797000', '134444.800000', '134444.802000', '134444.805000', '134444.807000', '134444.810000', '134444.812000', '134444.840000', '134444.842000', '134444.845000', '134444.847000', '134444.850000', '134444.852000', '134444.855000', '134444.857000', '134444.860000', '134444.862000', '134444.865000', '134444.868000', '134444.870000', '134444.873000', '134444.875000', '134444.878000', '134444.880000', '134444.883000', '134444.886000', '134444.888000', '134444.891000', '134504.760000', '134504.762000', '134504.765000', '134504.767000', '134504.775000', '134504.778000', '134504.780000', '134504.783000', '134504.785000', '134504.788000', '134504.790000', '134504.793000', '134504.796000', '134504.798000', '134504.801000', '134504.803000', '134504.806000', '134504.808000', '134504.811000', '134504.813000', '134504.843000', '134504.845000', '134504.848000', '134504.850000', '134504.853000', '134504.856000', '134504.858000', '134504.861000', '134504.863000', '134504.866000', '134504.868000', '134504.871000', '134504.873000', '134504.876000', '134504.879000', '134504.881000', '134504.884000', '134504.886000', '134504.889000', '134504.891000', '134504.894000', '134504.897000', '134504.899000', '134504.902000', '134524.759000', '134524.762000', '134524.765000', '134524.767000', '134524.770000', '134524.773000', '134524.787000', '134524.789000', '134524.792000', '134524.795000', '134524.797000', '134524.800000', '134524.802000', '134524.805000', '134524.808000', '134524.810000', '134524.813000', '134524.859000', '134524.861000', '134524.864000', '134524.866000', '134524.869000', '134524.872000', '134524.874000', '134524.877000', '134524.880000', '134524.882000', '134524.885000', '134524.887000', '134524.890000', '134524.893000', '134524.895000', '134524.898000', '134524.900000', '134524.903000', '134524.906000', '134524.909000', '134524.912000', '134524.915000', '134524.917000', '134524.920000', '134524.922000', '134524.925000', '134544.760000', '134544.762000', '134544.765000', '134544.767000', '134544.770000', '134544.773000', '134544.775000', '134544.778000', '134544.780000', '134544.783000', '134544.785000', '134544.788000', '134544.790000', '134544.793000', '134544.796000', '134544.798000', '134544.801000', '134544.803000', '134544.806000', '134544.808000', '134544.811000', '134544.814000', '134544.855000', '134544.857000', '134544.860000', '134544.862000', '134544.865000', '134544.867000', '134544.870000', '134544.872000', '134544.875000', '134544.877000', '134544.880000', '134544.883000', '134544.885000', '134544.888000', '134544.890000', '134544.893000', '134544.895000', '134544.898000', '134544.900000', '134544.903000', '134544.905000', '134544.908000', '134604.760000', '134604.762000', '134604.765000', '134604.768000', '134604.770000', '134604.773000', '134604.775000', '134604.778000', '134604.781000', '134604.783000', '134604.786000', '134604.788000', '134604.791000', '134604.793000', '134604.796000', '134604.798000', '134604.801000', '134604.803000', '134604.806000', '134604.808000', '134604.811000', '134604.814000', '134604.858000', '134604.860000', '134604.863000', '134604.865000', '134604.868000', '134604.870000', '134604.873000', '134604.876000', '134604.878000', '134604.881000', '134604.883000', '134604.886000', '134604.888000', '134604.891000', '134604.894000', '134604.896000', '134604.899000', '134604.902000', '134604.904000', '134604.907000', '134604.909000', '134624.760000', '134624.762000', '134624.765000', '134624.768000', '134624.770000', '134624.773000', '134624.775000', '134624.778000', '134624.780000', '134624.783000', '134624.785000', '134624.788000', '134624.791000', '134624.793000', '134624.796000', '134624.798000', '134624.801000', '134624.803000', '134624.806000', '134624.809000', '134624.811000', '134624.814000', '134624.817000', '134624.819000', '134624.822000', '134624.825000', '134624.827000', '134624.830000', '134624.833000', '134624.835000', '134624.838000', '134624.840000', '134624.843000', '134624.845000', '134624.848000', '134624.851000', '134624.853000', '134624.856000', '134624.858000', '134624.861000', '134624.864000', '134624.866000', '134624.869000', '134624.872000', '134644.758000', '134644.761000', '134644.764000', '134644.767000', '134644.769000', '134644.772000', '134644.774000', '134644.777000', '134644.779000', '134644.782000', '134644.784000', '134644.787000', '134644.789000', '134644.792000', '134644.795000', '134644.797000', '134644.800000', '134644.802000', '134644.805000', '134644.807000', '134644.810000', '134644.812000', '134644.815000', '134644.817000', '134644.820000', '134644.823000', '134644.825000', '134644.828000', '134644.830000', '134644.833000', '134644.835000', '134644.838000', '134644.840000', '134644.843000', '134644.846000', '134644.848000', '134644.851000', '134644.853000', '134644.856000', '134644.858000', '134644.861000', '134644.863000', '134644.866000', '134704.759000', '134704.761000', '134704.764000', '134704.801000', '134704.804000', '134704.806000', '134704.809000', '134704.812000', '134704.814000', '134704.850000', '134704.853000', '134704.855000', '134704.858000', '134704.860000', '134704.863000', '134704.866000', '134704.868000', '134704.871000', '134704.873000', '134704.876000', '134704.878000', '134704.881000', '134704.883000', '134704.886000', '134704.889000', '134704.891000', '134704.894000', '134704.896000', '134704.899000', '134704.901000', '134704.904000', '134704.907000', '134704.909000', '134704.912000', '134704.914000', '134704.917000', '134704.919000', '134704.922000', '134704.924000', '134704.927000', '134704.929000', '134704.932000', '134704.935000', '134704.937000', '134724.759000', '134724.762000', '134724.765000', '134724.767000', '134724.770000', '134724.773000', '134724.775000', '134724.778000', '134724.780000', '134724.783000', '134724.785000', '134724.788000', '134724.790000', '134724.793000', '134724.795000', '134724.798000', '134724.801000', '134724.803000', '134724.806000', '134724.808000', '134724.811000', '134724.813000', '134724.855000', '134724.858000', '134724.860000', '134724.863000', '134724.865000', '134724.868000', '134724.871000', '134724.873000', '134724.876000', '134724.878000', '134724.881000', '134724.883000', '134724.886000', '134724.889000', '134724.891000', '134724.894000', '134724.896000', '134724.899000', '134724.901000', '134724.904000', '134724.906000', '134744.759000', '134744.762000', '134744.765000', '134744.767000', '134744.770000', '134744.773000', '134744.775000', '134744.778000', '134744.780000', '134744.783000', '134744.786000', '134744.788000', '134744.791000', '134744.794000', '134744.797000', '134744.800000', '134744.803000', '134744.805000', '134744.808000', '134744.811000', '134744.813000', '134744.816000', '134744.819000', '134744.821000', '134744.824000', '134744.826000', '134744.829000', '134744.831000', '134744.834000', '134744.837000', '134744.839000', '134744.842000', '134744.844000', '134744.847000', '134744.850000', '134744.852000', '134744.855000', '134744.857000', '134744.860000', '134744.863000', '134744.865000', '134744.868000', '134744.870000', '134804.760000', '134804.762000', '134804.766000', '134804.768000', '134804.771000', '134804.774000', '134804.776000', '134804.779000', '134804.781000', '134804.784000', '134804.786000', '134804.789000', '134804.791000', '134804.794000', '134804.797000', '134804.799000', '134804.802000', '134804.804000', '134804.807000', '134804.809000', '134804.812000', '134804.815000', '134804.817000', '134804.820000', '134804.823000', '134804.825000', '134804.828000', '134804.830000', '134804.833000', '134804.835000', '134804.838000', '134804.840000', '134804.843000', '134804.845000', '134804.848000', '134804.850000', '134804.853000', '134804.856000', '134804.858000', '134804.861000', '134804.863000', '134804.866000', '134804.868000', '134804.871000', '134824.760000', '134824.763000', '134824.765000', '134824.768000', '134824.770000', '134824.773000', '134824.776000', '134824.778000', '134824.781000', '134824.783000', '134824.786000', '134824.788000', '134824.791000', '134824.805000', '134824.808000', '134824.810000', '134824.813000', '134824.892000', '134824.895000', '134824.898000', '134824.900000', '134824.903000', '134824.905000', '134824.908000', '134824.910000', '134824.913000', '134824.916000', '134824.918000', '134824.921000', '134824.924000', '134824.926000', '134824.929000', '134824.931000', '134824.934000', '134824.937000', '134824.939000', '134824.942000', '134824.944000', '134824.947000', '134824.949000', '134824.952000', '134824.955000', '134824.958000', '134844.760000', '134844.762000', '134844.765000', '134844.767000', '134844.770000', '134844.773000', '134844.776000', '134844.778000', '134844.781000', '134844.783000', '134844.786000', '134844.788000', '134844.791000', '134844.793000', '134844.796000', '134844.799000', '134844.801000', '134844.804000', '134844.806000', '134844.809000', '134844.811000', '134844.814000', '134844.864000', '134844.881000', '134844.884000', '134844.886000', '134844.889000', '134844.892000', '134844.894000', '134844.897000', '134844.899000', '134844.902000', '134844.904000', '134844.907000', '134844.909000', '134844.912000', '134844.915000', '134844.917000', '134844.920000', '134844.922000', '134844.925000', '134844.927000', '134844.930000', '134844.932000', '134904.758000', '134904.761000', '134904.764000', '134904.767000', '134904.769000', '134904.772000', '134904.774000', '134904.777000', '134904.779000', '134904.782000', '134904.785000', '134904.787000', '134904.790000', '134904.792000', '134904.795000', '134904.797000', '134904.800000', '134904.803000', '134904.805000', '134904.808000', '134904.811000', '134904.814000', '134904.891000', '134904.894000', '134904.897000', '134904.899000', '134904.902000', '134904.905000', '134904.907000', '134904.910000', '134904.913000', '134904.915000', '134904.918000', '134904.920000', '134904.923000', '134904.926000', '134904.928000', '134904.931000', '134904.933000', '134904.936000', '134904.939000', '134904.941000', '134904.944000', '134924.758000', '134924.761000', '134924.764000', '134924.767000', '134924.769000', '134924.772000', '134924.775000', '134924.777000', '134924.780000', '134924.782000', '134924.785000', '134924.788000', '134924.790000', '134924.793000', '134924.795000', '134924.798000', '134924.801000', '134924.803000', '134924.806000', '134924.809000', '134924.811000', '134924.814000', '134924.868000', '134924.870000', '134924.873000', '134924.875000', '134924.878000', '134924.881000', '134924.883000', '134924.886000', '134924.888000', '134924.891000', '134924.893000', '134924.896000', '134924.899000', '134924.901000', '134924.904000', '134924.906000', '134924.909000', '134924.912000', '134924.914000', '134924.917000', '134924.920000', '134924.922000', '134938.823000', '134938.826000', '134938.829000', '134938.832000', '134938.835000', '134938.838000', '134938.840000', '134938.843000', '134938.846000', '134938.852000', '134938.854000', '134938.857000', '134938.860000', '134938.862000', '134938.865000', '134938.868000', '134938.870000', '134938.873000', '134938.876000', '134938.878000', '134938.881000', '134938.884000', '134938.887000', '134938.890000', '134938.906000', '134938.909000', '134938.912000', '134938.915000', '134938.918000', '134938.921000', '134938.924000'], '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': [8572, 7770, 7244, 7321, 9086, 7808, 7364, 7184, 9273, 7330, 7078, 7303, 8646, 7648, 7363, 7941, 11601, 7250, 7688, 8542, 7585, 7756, 7663, 8503, 7426, 7176, 7100, 7399, 7916, 7516, 7048, 7277, 7440, 8111, 7223, 7568, 7496, 9385, 9827, 7635, 7446, 7295, 7384, 11244, 10358, 8584, 7958, 8643, 13290, 8432, 7293, 7594, 7281, 10432, 8626, 7971, 7606, 7073, 8254, 7569, 7973, 7728, 9076, 7349, 7497, 7219, 9235, 7721, 7141, 11801, 7779, 7521, 7053, 8272, 7576, 7281, 9436, 8568, 7593, 8124, 7519, 8410, 7374, 7980, 7276, 9784, 8964, 7605, 8034, 7042, 9515, 8113, 7624, 7174, 9944, 8095, 7306, 7751, 7043, 8562, 8407, 7583, 7442, 7705, 7387, 8684, 8344, 7188, 7295, 7713, 8353, 12697, 10315, 7917, 7154, 11990, 12451, 8372, 7098, 7069, 8596, 9809, 7343, 7187, 10485, 7969, 7105, 7181, 7403, 8994, 7276, 7892, 9320, 7395, 7161, 8563, 7262, 7280, 7342, 7839, 7382, 10495, 7804, 7476, 7944, 7402, 7153, 8256, 7753, 7564, 7615, 7384, 8525, 7393, 7426, 11049, 7821, 7283, 11777, 7286, 7179, 7429, 8089, 7329, 11308, 8722, 7536, 7641, 7554, 7259, 7296, 8512, 7254, 7361, 7590, 8625, 7251, 7247, 9723, 7889, 7320, 13919, 11316, 7815, 12317, 7190, 7273, 8716, 7423, 12106, 7531, 10207, 7591, 7349, 7288, 7462, 7279, 7449, 8583, 7461, 10828, 7491, 7396, 7583, 7316, 7158, 9101, 7809, 11996, 7833, 7098, 8388, 7223, 7320, 11001, 7809, 12419, 7409, 7223, 7568, 7145, 8852, 7239, 7362, 7280, 7142, 7675, 7592, 7286, 7388, 7694, 7334, 12491, 8871, 12144, 7391, 8561, 7365, 7453, 7266, 7499, 7346, 7947, 8167, 7417, 9811, 7744, 7313, 7402, 7110, 9823, 7573, 12522, 8636, 10592, 7329, 7261, 7414, 7249, 7320, 8456, 7363, 10999, 8192, 13572, 7923, 7486, 7428, 7260, 7157, 8066, 7332, 13843, 9597, 12056, 7448, 8151, 7163, 7161, 7397, 7337, 7442, 7183, 7215, 7233, 7442, 7174, 7900, 7340, 8154, 7627, 7454, 7857, 7642, 7209, 7200, 7366, 9085, 7328, 10251, 9108, 7721, 9220, 7525, 7183, 7805, 7311, 7230, 8353, 7446, 11446, 8871, 12007, 7701, 7292, 7288, 7331, 7582, 7314, 7328, 9029, 7437, 8886, 7288, 10745, 7160, 10130, 8320, 7235, 7763, 7267, 8284, 7216, 7348, 7361, 7170, 7702, 7295, 7164, 7259, 8813, 7796, 8909, 7765, 7369, 8596, 7340, 7424, 8298, 7208, 10248, 8198, 9928, 7560, 7204, 8486, 7268, 13730, 10000, 12924, 7650, 9276, 7276, 7684, 7310, 7336, 7508, 7530, 7423, 9310, 7602, 8543, 7501, 7526, 7086, 7288, 8203, 7246, 9342, 7321, 7996, 7500, 7275, 7415, 7301, 7389, 7373, 7373, 8890, 7849, 7194, 9857, 7753, 12710, 8212, 14021, 8435, 13836, 8617, 9481, 7546, 7461, 7083, 7365, 8819, 7189, 8042, 7204, 7107, 7222, 7748, 7358, 8356, 7205, 7389, 7289, 7279, 7163, 7432, 7295, 8453, 7326, 9371, 7303, 7789, 7487, 7261, 7535, 7319, 11734, 9007, 12971, 7195, 9634, 7435, 7318, 7430, 7347, 8675, 7046, 7515, 9619, 7414, 8191, 9821, 7353, 9988, 7281, 14821, 8032, 12538, 7492, 9545, 7315, 7391, 7269, 7332, 7101, 7750, 7314, 9221, 8526, 10986, 8473, 7239, 7406, 7503, 9269, 7363, 12709, 7833, 10829, 7268, 7252, 7325, 7444, 7660, 7482, 7292, 8073, 7421, 7238, 7461, 7377, 7496, 7392, 9034, 7232, 7605, 7411, 7166, 7419, 7844, 7306, 9846, 7496, 9125, 7157, 7351, 7413, 7513, 7334, 9371, 7575, 9547, 7570, 8734, 7368, 7265, 7626, 7250, 9342, 8033, 14023, 9976, 9076, 7726, 7329, 7127, 7448, 7442, 7144, 7111, 7087, 8077, 7543, 10256, 8426, 10556, 7249, 7109, 7354, 7310, 8302, 6945, 8661, 6975, 7592, 7262, 7006, 7426, 7443, 7354, 9696, 7396, 8743, 7078, 7106, 7322, 7425, 9237, 7430, 10099, 7818, 8948, 7073, 7277, 7404, 7214, 9132, 7283, 7680, 7314, 7925, 7369, 7566, 7226, 7758, 14139, 9261, 13739, 7343, 10722, 7295, 7428, 7162, 7108, 7693, 7577, 9180, 7547, 7799, 7753, 7040, 7502, 7743, 7625, 7768, 7452, 7353, 7503, 7312, 8374, 7577, 7117, 7403, 7141, 9675, 7547, 8823, 7749, 9496, 7568, 9339, 7047, 7086, 7356, 7670, 6851, 7297, 7428, 10948, 8155, 9532, 7333, 7344, 7438, 7345, 7597, 7175, 7591, 9339, 13301, 9246, 13572, 7230, 10205, 7578, 8461, 7793, 8396, 8904, 7627, 7025, 7104, 7344, 7087, 7721, 7677, 7361, 7539, 7014, 7149, 7440, 7240, 7597, 9097, 7807, 9963, 8117, 7856, 7523, 7476, 10142, 7873, 13543, 9557, 14313, 9901, 10604, 7438, 8030, 7161, 7156, 7319, 7427, 7648, 7262, 8332, 7540, 7724, 7580, 8023, 7280, 7010, 7477, 7160, 9231, 7166, 7084, 7312, 7933, 8894, 7032, 7277, 7405, 7768, 6970, 7331, 7267, 7710, 7552, 9163, 7546, 9842, 7388, 7436, 8738, 7556, 10283, 7782, 8321, 7238, 7205, 7388, 7418, 7271, 7378, 7485, 7941, 7260, 7821, 7174, 7285, 7510, 7744, 7174, 7242, 7290, 7281, 8434, 10672, 7837, 11848, 7147, 10208, 7490, 8893, 7394, 7461, 7367, 7314, 7432, 9207, 7271, 9165, 7351, 8546, 7266, 7316, 7245, 7634, 7315, 7408, 7532, 7513, 7271, 13869, 9391, 11378, 7542, 7589, 8885, 7381, 11047, 7395, 9390, 7284, 8723, 7464, 8499, 7373, 7285, 7311, 7464, 7034, 7138, 7584, 7363, 7120, 8995, 8029, 10767, 13298, 9131, 13711, 7507, 9512, 7582, 8084, 7482, 10165, 7375, 9674, 7522, 8436, 7408, 7831, 7376, 10646, 7223, 9260, 7387, 7793, 7179, 7276, 7482, 8444, 7563, 8923, 7352, 8529, 7477, 8506, 7504, 8020, 7480, 8716, 7262, 7959, 7171, 7320, 7188, 7366, 7405, 8062, 13551, 9854, 13334, 7647, 9270, 7497, 9660, 7669, 6834, 7532, 8012, 7310, 7461, 7321, 8025, 15002, 9936, 12676, 7518, 9919, 7716, 7713, 7442, 7558, 7519, 7091, 7612, 7127, 7308, 8146, 7956, 7367, 7054, 8439, 7229, 7286, 9053, 7847, 12335, 8503, 10525, 7152, 8227, 7179, 7723, 7444, 7847, 7426, 7986, 7363, 7459, 6953, 7285, 8680, 7565, 9438], 'WindowCenter': [4278.0, 4254.0, 4244.0, 4239.0, 4249.0, 4238.0, 4229.0, 4217.0, 4247.0, 4227.0, 4225.0, 4226.0, 4236.0, 4235.0, 4226.0, 4224.0, 4256.0, 4225.0, 4226.0, 4234.0, 4226.0, 4223.0, 4223.0, 4235.0, 4225.0, 4225.0, 4226.0, 4226.0, 4248.0, 4240.0, 4240.0, 4238.0, 4238.0, 4249.0, 4240.0, 4239.0, 4240.0, 4260.0, 4270.0, 4239.0, 4240.0, 4238.0, 4238.0, 4266.0, 4258.0, 4235.0, 4237.0, 4236.0, 4275.0, 4234.0, 4226.0, 4237.0, 4224.0, 4256.0, 4235.0, 4226.0, 4223.0, 4212.0, 4234.0, 4226.0, 4236.0, 4225.0, 4244.0, 4226.0, 4225.0, 4224.0, 4235.0, 4223.0, 4203.0, 4254.0, 4223.0, 4225.0, 4214.0, 4233.0, 4235.0, 4225.0, 4245.0, 4248.0, 4226.0, 4237.0, 4226.0, 4247.0, 4238.0, 4238.0, 4238.0, 4258.0, 4248.0, 4237.0, 4237.0, 4227.0, 4247.0, 4237.0, 4226.0, 4227.0, 4258.0, 4237.0, 4228.0, 4237.0, 4239.0, 4261.0, 4248.0, 4239.0, 4239.0, 4239.0, 4240.0, 4259.0, 4262.0, 4240.0, 4242.0, 4251.0, 4251.0, 4292.0, 4271.0, 4251.0, 4230.0, 4278.0, 4280.0, 4238.0, 4227.0, 4229.0, 4236.0, 4245.0, 4226.0, 4217.0, 4257.0, 4236.0, 4227.0, 4228.0, 4226.0, 4248.0, 4226.0, 4224.0, 4245.0, 4226.0, 4213.0, 4234.0, 4225.0, 4226.0, 4225.0, 4225.0, 4225.0, 4256.0, 4225.0, 4222.0, 4236.0, 4226.0, 4229.0, 4248.0, 4237.0, 4238.0, 4239.0, 4227.0, 4249.0, 4238.0, 4228.0, 4268.0, 4239.0, 4229.0, 4280.0, 4230.0, 4230.0, 4238.0, 4239.0, 4229.0, 4268.0, 4247.0, 4239.0, 4226.0, 4238.0, 4239.0, 4239.0, 4248.0, 4239.0, 4241.0, 4239.0, 4249.0, 4240.0, 4241.0, 4259.0, 4240.0, 4229.0, 4277.0, 4269.0, 4228.0, 4266.0, 4216.0, 4225.0, 4234.0, 4226.0, 4255.0, 4224.0, 4242.0, 4212.0, 4212.0, 4224.0, 4224.0, 4227.0, 4227.0, 4249.0, 4227.0, 4257.0, 4217.0, 4224.0, 4227.0, 4226.0, 4216.0, 4248.0, 4226.0, 4254.0, 4225.0, 4216.0, 4234.0, 4225.0, 4214.0, 4257.0, 4215.0, 4253.0, 4212.0, 4213.0, 4224.0, 4214.0, 4235.0, 4226.0, 4223.0, 4225.0, 4215.0, 4225.0, 4226.0, 4237.0, 4238.0, 4239.0, 4241.0, 4277.0, 4247.0, 4266.0, 4215.0, 4234.0, 4215.0, 4225.0, 4226.0, 4239.0, 4239.0, 4252.0, 4249.0, 4240.0, 4258.0, 4240.0, 4229.0, 4229.0, 4230.0, 4259.0, 4228.0, 4267.0, 4235.0, 4243.0, 4213.0, 4215.0, 4225.0, 4228.0, 4227.0, 4236.0, 4226.0, 4255.0, 4237.0, 4266.0, 4225.0, 4216.0, 4215.0, 4227.0, 4214.0, 4226.0, 4213.0, 4264.0, 4233.0, 4243.0, 4201.0, 4208.0, 4200.0, 4201.0, 4212.0, 4200.0, 4213.0, 4190.0, 4202.0, 4200.0, 4209.0, 4213.0, 4222.0, 4226.0, 4223.0, 4236.0, 4227.0, 4237.0, 4228.0, 4226.0, 4229.0, 4227.0, 4237.0, 4226.0, 4248.0, 4236.0, 4224.0, 4234.0, 4216.0, 4216.0, 4226.0, 4226.0, 4227.0, 4238.0, 4229.0, 4267.0, 4238.0, 4255.0, 4213.0, 4213.0, 4213.0, 4217.0, 4224.0, 4227.0, 4215.0, 4235.0, 4215.0, 4234.0, 4217.0, 4245.0, 4215.0, 4232.0, 4224.0, 4213.0, 4210.0, 4214.0, 4221.0, 4213.0, 4200.0, 4203.0, 4201.0, 4210.0, 4201.0, 4202.0, 4214.0, 4233.0, 4224.0, 4233.0, 4226.0, 4225.0, 4245.0, 4237.0, 4238.0, 4250.0, 4228.0, 4258.0, 4237.0, 4245.0, 4227.0, 4216.0, 4237.0, 4216.0, 4266.0, 4234.0, 4254.0, 4213.0, 4221.0, 4203.0, 4211.0, 4212.0, 4214.0, 4223.0, 4237.0, 4226.0, 4249.0, 4226.0, 4225.0, 4214.0, 4212.0, 4215.0, 4225.0, 4235.0, 4213.0, 4234.0, 4201.0, 4210.0, 4202.0, 4200.0, 4212.0, 4214.0, 4226.0, 4227.0, 4228.0, 4248.0, 4239.0, 4217.0, 4247.0, 4227.0, 4265.0, 4223.0, 4263.0, 4224.0, 4253.0, 4222.0, 4219.0, 4211.0, 4211.0, 4214.0, 4213.0, 4233.0, 4203.0, 4223.0, 4215.0, 4213.0, 4214.0, 4224.0, 4212.0, 4224.0, 4213.0, 4213.0, 4212.0, 4214.0, 4212.0, 4226.0, 4226.0, 4234.0, 4225.0, 4244.0, 4215.0, 4223.0, 4225.0, 4228.0, 4237.0, 4229.0, 4266.0, 4238.0, 4265.0, 4215.0, 4234.0, 4216.0, 4225.0, 4227.0, 4226.0, 4236.0, 4216.0, 4228.0, 4246.0, 4228.0, 4237.0, 4248.0, 4216.0, 4245.0, 4216.0, 4275.0, 4213.0, 4240.0, 4201.0, 4220.0, 4201.0, 4202.0, 4214.0, 4216.0, 4215.0, 4226.0, 4227.0, 4234.0, 4237.0, 4244.0, 4226.0, 4204.0, 4214.0, 4214.0, 4235.0, 4212.0, 4263.0, 4212.0, 4229.0, 4202.0, 4199.0, 4211.0, 4212.0, 4225.0, 4213.0, 4214.0, 4223.0, 4226.0, 4214.0, 4215.0, 4225.0, 4225.0, 4227.0, 4248.0, 4216.0, 4225.0, 4214.0, 4215.0, 4226.0, 4235.0, 4238.0, 4256.0, 4226.0, 4236.0, 4216.0, 4214.0, 4227.0, 4226.0, 4228.0, 4247.0, 4227.0, 4246.0, 4227.0, 4237.0, 4228.0, 4226.0, 4239.0, 4229.0, 4248.0, 4238.0, 4279.0, 4234.0, 4224.0, 4202.0, 4214.0, 4202.0, 4202.0, 4215.0, 4201.0, 4215.0, 4215.0, 4224.0, 4225.0, 4244.0, 4224.0, 4241.0, 4213.0, 4203.0, 4214.0, 4203.0, 4223.0, 4191.0, 4213.0, 4190.0, 4199.0, 4202.0, 4199.0, 4213.0, 4212.0, 4226.0, 4243.0, 4214.0, 4221.0, 4215.0, 4216.0, 4226.0, 4227.0, 4247.0, 4227.0, 4257.0, 4227.0, 4234.0, 4216.0, 4214.0, 4216.0, 4215.0, 4247.0, 4214.0, 4225.0, 4225.0, 4225.0, 4227.0, 4239.0, 4227.0, 4240.0, 4278.0, 4237.0, 4264.0, 4214.0, 4241.0, 4203.0, 4211.0, 4214.0, 4214.0, 4216.0, 4224.0, 4234.0, 4213.0, 4211.0, 4212.0, 4202.0, 4213.0, 4212.0, 4224.0, 4213.0, 4215.0, 4214.0, 4214.0, 4214.0, 4224.0, 4224.0, 4204.0, 4214.0, 4205.0, 4235.0, 4215.0, 4234.0, 4226.0, 4244.0, 4224.0, 4233.0, 4202.0, 4202.0, 4211.0, 4212.0, 4203.0, 4215.0, 4227.0, 4255.0, 4226.0, 4243.0, 4213.0, 4212.0, 4224.0, 4227.0, 4238.0, 4240.0, 4250.0, 4262.0, 4279.0, 4248.0, 4265.0, 4216.0, 4244.0, 4225.0, 4224.0, 4212.0, 4223.0, 4221.0, 4213.0, 4200.0, 4200.0, 4212.0, 4214.0, 4224.0, 4226.0, 4214.0, 4224.0, 4212.0, 4214.0, 4214.0, 4226.0, 4227.0, 4247.0, 4226.0, 4258.0, 4239.0, 4225.0, 4214.0, 4215.0, 4244.0, 4223.0, 4264.0, 4232.0, 4262.0, 4231.0, 4228.0, 4201.0, 4210.0, 4202.0, 4200.0, 4201.0, 4199.0, 4200.0, 4198.0, 4210.0, 4201.0, 4208.0, 4210.0, 4210.0, 4211.0, 4200.0, 4201.0, 4201.0, 4229.0, 4200.0, 4200.0, 4212.0, 4225.0, 4236.0, 4203.0, 4213.0, 4200.0, 4212.0, 4201.0, 4211.0, 4213.0, 4224.0, 4224.0, 4243.0, 4226.0, 4245.0, 4214.0, 4215.0, 4236.0, 4238.0, 4257.0, 4214.0, 4224.0, 4213.0, 4213.0, 4214.0, 4215.0, 4212.0, 4213.0, 4214.0, 4225.0, 4212.0, 4214.0, 4214.0, 4213.0, 4213.0, 4212.0, 4213.0, 4213.0, 4225.0, 4214.0, 4237.0, 4243.0, 4213.0, 4240.0, 4213.0, 4232.0, 4214.0, 4221.0, 4213.0, 4210.0, 4212.0, 4211.0, 4215.0, 4232.0, 4214.0, 4232.0, 4214.0, 4233.0, 4227.0, 4213.0, 4215.0, 4224.0, 4225.0, 4226.0, 4236.0, 4226.0, 4229.0, 4277.0, 4235.0, 4254.0, 4211.0, 4213.0, 4219.0, 4201.0, 4240.0, 4202.0, 4220.0, 4212.0, 4222.0, 4200.0, 4220.0, 4212.0, 4211.0, 4213.0, 4214.0, 4216.0, 4225.0, 4237.0, 4237.0, 4228.0, 4259.0, 4240.0, 4271.0, 4276.0, 4235.0, 4262.0, 4203.0, 4231.0, 4214.0, 4211.0, 4214.0, 4242.0, 4214.0, 4233.0, 4214.0, 4210.0, 4213.0, 4212.0, 4213.0, 4243.0, 4212.0, 4231.0, 4212.0, 4212.0, 4213.0, 4212.0, 4225.0, 4233.0, 4226.0, 4233.0, 4214.0, 4222.0, 4225.0, 4233.0, 4213.0, 4224.0, 4226.0, 4233.0, 4214.0, 4223.0, 4214.0, 4213.0, 4214.0, 4225.0, 4227.0, 4240.0, 4276.0, 4247.0, 4263.0, 4214.0, 4232.0, 4213.0, 4232.0, 4212.0, 4189.0, 4212.0, 4210.0, 4201.0, 4212.0, 4200.0, 4212.0, 4260.0, 4230.0, 4238.0, 4198.0, 4217.0, 4199.0, 4197.0, 4199.0, 4198.0, 4199.0, 4188.0, 4200.0, 4202.0, 4201.0, 4210.0, 4211.0, 4212.0, 4202.0, 4222.0, 4215.0, 4214.0, 4233.0, 4224.0, 4264.0, 4223.0, 4244.0, 4200.0, 4210.0, 4188.0, 4198.0, 4197.0, 4197.0, 4200.0, 4210.0, 4211.0, 4201.0, 4213.0, 4225.0, 4246.0, 4225.0, 4244.0], 'WindowWidth': [9474.0, 9431.0, 9413.0, 9398.0, 9409.0, 9394.0, 9380.0, 9361.0, 9401.0, 9373.0, 9371.0, 9371.0, 9384.0, 9384.0, 9372.0, 9364.0, 9410.0, 9368.0, 9371.0, 9379.0, 9367.0, 9364.0, 9361.0, 9380.0, 9369.0, 9369.0, 9373.0, 9374.0, 9407.0, 9400.0, 9399.0, 9393.0, 9392.0, 9407.0, 9396.0, 9396.0, 9399.0, 9427.0, 9438.0, 9396.0, 9397.0, 9392.0, 9391.0, 9427.0, 9415.0, 9381.0, 9386.0, 9382.0, 9434.0, 9378.0, 9369.0, 9387.0, 9365.0, 9410.0, 9379.0, 9367.0, 9361.0, 9346.0, 9379.0, 9371.0, 9384.0, 9368.0, 9393.0, 9370.0, 9368.0, 9364.0, 9380.0, 9362.0, 9333.0, 9405.0, 9361.0, 9367.0, 9352.0, 9378.0, 9384.0, 9368.0, 9394.0, 9401.0, 9371.0, 9388.0, 9370.0, 9402.0, 9391.0, 9391.0, 9390.0, 9419.0, 9404.0, 9389.0, 9389.0, 9373.0, 9401.0, 9388.0, 9372.0, 9372.0, 9415.0, 9386.0, 9377.0, 9390.0, 9394.0, 9426.0, 9406.0, 9396.0, 9397.0, 9395.0, 9396.0, 9424.0, 9431.0, 9401.0, 9403.0, 9413.0, 9413.0, 9470.0, 9440.0, 9413.0, 9385.0, 9446.0, 9450.0, 9391.0, 9374.0, 9376.0, 9383.0, 9395.0, 9369.0, 9360.0, 9412.0, 9384.0, 9374.0, 9377.0, 9373.0, 9402.0, 9369.0, 9365.0, 9394.0, 9369.0, 9346.0, 9378.0, 9366.0, 9370.0, 9367.0, 9369.0, 9365.0, 9409.0, 9367.0, 9360.0, 9383.0, 9373.0, 9380.0, 9406.0, 9391.0, 9393.0, 9393.0, 9374.0, 9407.0, 9392.0, 9377.0, 9432.0, 9393.0, 9378.0, 9450.0, 9383.0, 9382.0, 9392.0, 9393.0, 9379.0, 9430.0, 9400.0, 9390.0, 9369.0, 9389.0, 9393.0, 9392.0, 9405.0, 9394.0, 9399.0, 9394.0, 9409.0, 9397.0, 9398.0, 9422.0, 9397.0, 9379.0, 9443.0, 9432.0, 9374.0, 9424.0, 9355.0, 9367.0, 9379.0, 9369.0, 9406.0, 9363.0, 9382.0, 9343.0, 9344.0, 9363.0, 9367.0, 9374.0, 9373.0, 9408.0, 9375.0, 9413.0, 9357.0, 9363.0, 9371.0, 9371.0, 9358.0, 9402.0, 9370.0, 9404.0, 9366.0, 9354.0, 9377.0, 9368.0, 9349.0, 9412.0, 9352.0, 9400.0, 9343.0, 9342.0, 9361.0, 9349.0, 9378.0, 9370.0, 9362.0, 9366.0, 9353.0, 9368.0, 9369.0, 9389.0, 9391.0, 9393.0, 9400.0, 9443.0, 9398.0, 9423.0, 9353.0, 9375.0, 9353.0, 9370.0, 9372.0, 9396.0, 9396.0, 9417.0, 9407.0, 9398.0, 9418.0, 9395.0, 9377.0, 9378.0, 9381.0, 9418.0, 9376.0, 9428.0, 9378.0, 9384.0, 9347.0, 9351.0, 9368.0, 9376.0, 9373.0, 9385.0, 9371.0, 9409.0, 9384.0, 9421.0, 9365.0, 9353.0, 9353.0, 9371.0, 9351.0, 9369.0, 9347.0, 9418.0, 9370.0, 9382.0, 9323.0, 9331.0, 9324.0, 9324.0, 9342.0, 9322.0, 9345.0, 9307.0, 9326.0, 9322.0, 9335.0, 9346.0, 9359.0, 9370.0, 9363.0, 9384.0, 9374.0, 9388.0, 9374.0, 9370.0, 9376.0, 9370.0, 9383.0, 9368.0, 9403.0, 9379.0, 9362.0, 9374.0, 9352.0, 9354.0, 9370.0, 9373.0, 9375.0, 9389.0, 9379.0, 9430.0, 9387.0, 9404.0, 9346.0, 9345.0, 9346.0, 9356.0, 9364.0, 9370.0, 9351.0, 9377.0, 9352.0, 9375.0, 9355.0, 9390.0, 9352.0, 9368.0, 9359.0, 9343.0, 9338.0, 9347.0, 9353.0, 9345.0, 9324.0, 9329.0, 9323.0, 9336.0, 9328.0, 9328.0, 9350.0, 9373.0, 9365.0, 9372.0, 9366.0, 9366.0, 9395.0, 9388.0, 9390.0, 9409.0, 9378.0, 9418.0, 9385.0, 9393.0, 9371.0, 9355.0, 9384.0, 9356.0, 9423.0, 9374.0, 9400.0, 9343.0, 9352.0, 9330.0, 9337.0, 9342.0, 9349.0, 9362.0, 9388.0, 9372.0, 9406.0, 9368.0, 9365.0, 9348.0, 9344.0, 9353.0, 9365.0, 9382.0, 9346.0, 9374.0, 9323.0, 9335.0, 9326.0, 9322.0, 9342.0, 9350.0, 9367.0, 9373.0, 9377.0, 9403.0, 9392.0, 9358.0, 9398.0, 9371.0, 9418.0, 9359.0, 9411.0, 9359.0, 9396.0, 9352.0, 9345.0, 9337.0, 9339.0, 9348.0, 9346.0, 9374.0, 9331.0, 9357.0, 9349.0, 9344.0, 9349.0, 9363.0, 9345.0, 9361.0, 9345.0, 9347.0, 9341.0, 9346.0, 9343.0, 9369.0, 9369.0, 9377.0, 9367.0, 9390.0, 9352.0, 9360.0, 9367.0, 9376.0, 9387.0, 9380.0, 9424.0, 9388.0, 9418.0, 9351.0, 9374.0, 9353.0, 9367.0, 9372.0, 9369.0, 9382.0, 9356.0, 9374.0, 9396.0, 9376.0, 9385.0, 9399.0, 9356.0, 9390.0, 9354.0, 9432.0, 9343.0, 9375.0, 9323.0, 9347.0, 9326.0, 9328.0, 9348.0, 9355.0, 9355.0, 9371.0, 9374.0, 9379.0, 9384.0, 9388.0, 9365.0, 9332.0, 9346.0, 9348.0, 9377.0, 9344.0, 9413.0, 9339.0, 9359.0, 9326.0, 9321.0, 9341.0, 9345.0, 9366.0, 9345.0, 9351.0, 9359.0, 9369.0, 9347.0, 9351.0, 9366.0, 9366.0, 9373.0, 9402.0, 9354.0, 9365.0, 9347.0, 9352.0, 9370.0, 9380.0, 9390.0, 9413.0, 9369.0, 9382.0, 9352.0, 9348.0, 9371.0, 9367.0, 9375.0, 9400.0, 9372.0, 9395.0, 9371.0, 9385.0, 9376.0, 9370.0, 9390.0, 9379.0, 9404.0, 9389.0, 9445.0, 9375.0, 9359.0, 9327.0, 9346.0, 9326.0, 9328.0, 9348.0, 9327.0, 9352.0, 9350.0, 9363.0, 9366.0, 9390.0, 9363.0, 9380.0, 9345.0, 9331.0, 9348.0, 9329.0, 9357.0, 9310.0, 9340.0, 9306.0, 9319.0, 9329.0, 9322.0, 9348.0, 9345.0, 9368.0, 9387.0, 9350.0, 9355.0, 9351.0, 9355.0, 9369.0, 9374.0, 9399.0, 9374.0, 9413.0, 9371.0, 9375.0, 9354.0, 9350.0, 9356.0, 9351.0, 9398.0, 9349.0, 9365.0, 9366.0, 9366.0, 9372.0, 9393.0, 9374.0, 9396.0, 9442.0, 9384.0, 9416.0, 9346.0, 9379.0, 9330.0, 9339.0, 9349.0, 9350.0, 9353.0, 9363.0, 9376.0, 9345.0, 9338.0, 9341.0, 9327.0, 9346.0, 9343.0, 9365.0, 9346.0, 9352.0, 9348.0, 9349.0, 9350.0, 9363.0, 9363.0, 9333.0, 9348.0, 9333.0, 9376.0, 9350.0, 9377.0, 9368.0, 9392.0, 9363.0, 9374.0, 9328.0, 9329.0, 9340.0, 9342.0, 9333.0, 9352.0, 9376.0, 9407.0, 9369.0, 9387.0, 9349.0, 9347.0, 9366.0, 9375.0, 9392.0, 9398.0, 9411.0, 9431.0, 9445.0, 9400.0, 9418.0, 9352.0, 9388.0, 9364.0, 9362.0, 9345.0, 9360.0, 9352.0, 9345.0, 9322.0, 9323.0, 9341.0, 9348.0, 9364.0, 9371.0, 9350.0, 9363.0, 9343.0, 9349.0, 9350.0, 9371.0, 9373.0, 9399.0, 9372.0, 9417.0, 9392.0, 9367.0, 9350.0, 9352.0, 9391.0, 9361.0, 9415.0, 9369.0, 9411.0, 9365.0, 9357.0, 9324.0, 9335.0, 9329.0, 9323.0, 9326.0, 9319.0, 9324.0, 9316.0, 9334.0, 9325.0, 9332.0, 9339.0, 9336.0, 9341.0, 9322.0, 9326.0, 9324.0, 9362.0, 9325.0, 9325.0, 9345.0, 9365.0, 9382.0, 9332.0, 9348.0, 9325.0, 9343.0, 9327.0, 9343.0, 9348.0, 9364.0, 9365.0, 9389.0, 9368.0, 9391.0, 9350.0, 9353.0, 9384.0, 9392.0, 9415.0, 9349.0, 9363.0, 9345.0, 9345.0, 9347.0, 9350.0, 9344.0, 9346.0, 9349.0, 9365.0, 9343.0, 9348.0, 9351.0, 9347.0, 9348.0, 9345.0, 9349.0, 9347.0, 9367.0, 9350.0, 9385.0, 9386.0, 9346.0, 9379.0, 9347.0, 9369.0, 9347.0, 9355.0, 9346.0, 9339.0, 9344.0, 9340.0, 9355.0, 9371.0, 9349.0, 9371.0, 9349.0, 9374.0, 9374.0, 9349.0, 9354.0, 9364.0, 9367.0, 9368.0, 9385.0, 9370.0, 9379.0, 9440.0, 9379.0, 9401.0, 9340.0, 9344.0, 9347.0, 9327.0, 9376.0, 9329.0, 9349.0, 9343.0, 9356.0, 9326.0, 9349.0, 9344.0, 9342.0, 9348.0, 9351.0, 9357.0, 9370.0, 9389.0, 9390.0, 9378.0, 9423.0, 9397.0, 9442.0, 9436.0, 9380.0, 9411.0, 9331.0, 9366.0, 9349.0, 9342.0, 9351.0, 9386.0, 9350.0, 9375.0, 9348.0, 9339.0, 9347.0, 9343.0, 9346.0, 9388.0, 9343.0, 9367.0, 9342.0, 9342.0, 9347.0, 9345.0, 9371.0, 9377.0, 9370.0, 9373.0, 9351.0, 9359.0, 9366.0, 9375.0, 9350.0, 9363.0, 9370.0, 9377.0, 9350.0, 9358.0, 9350.0, 9347.0, 9351.0, 9370.0, 9375.0, 9398.0, 9437.0, 9398.0, 9415.0, 9351.0, 9370.0, 9346.0, 9369.0, 9342.0, 9308.0, 9341.0, 9338.0, 9327.0, 9344.0, 9325.0, 9344.0, 9405.0, 9362.0, 9370.0, 9317.0, 9340.0, 9319.0, 9313.0, 9319.0, 9318.0, 9323.0, 9304.0, 9322.0, 9329.0, 9327.0, 9339.0, 9339.0, 9345.0, 9329.0, 9358.0, 9352.0, 9349.0, 9374.0, 9365.0, 9418.0, 9360.0, 9388.0, 9324.0, 9335.0, 9304.0, 9318.0, 9316.0, 9313.0, 9324.0, 9337.0, 9342.0, 9325.0, 9347.0, 9369.0, 9400.0, 9370.0, 9392.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.0010464179104477612</td></tr>
<tr><td colspan=3>aqi</td><td>0.01907233582089552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.276376838471265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.226528855448274</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0067037614597714</td></tr>
<tr><td colspan=3>efc</td><td>0.4453</td></tr>
<tr><td colspan=3>fber</td><td>8484.6729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09223402879031944</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7554535017221586</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3996287532543965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3068984904537992</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6449248460309867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2470629232784036</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134233</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01538930181413889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014355365186929703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8228921559686486</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>25.2925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7023</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310967.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>914.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.621</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2171</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.7243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.0901</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.8326</td></tr>
<tr><td colspan=3>tsnr</td><td>43.4544062523637</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>