ds005256-mriqc/sub-0074_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 7f5cfdd469 [DATALAD RUNCMD] Compute MRIQC for sub-0074
=== 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-0074 --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-0074",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:41 +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-0074_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0074_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-03/func/sub-0074_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7038a1904f78c4d2580ed4c8180a3bd7</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>19:41:20.982500</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.993898, -0.075553, 0.08037, 0.06828, 0.993627, 0.0896876]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0856565</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7744, -7273, 629, -126, -253, -142, 66]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20423abd-4dea-42d0-8aa6-87474f471044||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.6665544509887695, 0.18319012224674225, 0.23391161859035492, 91.65484619140625], [0.20270316302776337, 2.665827751159668, 0.22586211562156677, -107.57952880859375], [0.2156268209218979, -0.2406252920627594, 2.680349111557007, -77.5068588256836], [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': ['194120.982500', '194121.442500', '194121.902500', '194122.362500', '194122.822500', '194123.282500', '194123.742500', '194124.202500', '194124.662500', '194125.122500', '194125.582500', '194126.042500', '194126.502500', '194126.962500', '194127.422500', '194127.882500', '194128.342500', '194128.802500', '194129.262500', '194129.722500', '194130.182500', '194130.642500', '194131.102500', '194131.562500', '194132.022500', '194132.482500', '194132.942500', '194133.402500', '194133.862500', '194134.322500', '194134.782500', '194135.242500', '194135.702500', '194136.162500', '194136.622500', '194137.082500', '194137.542500', '194138.002500', '194138.462500', '194138.922500', '194139.382500', '194139.842500', '194140.302500', '194140.762500', '194141.222500', '194141.682500', '194142.142500', '194142.602500', '194143.062500', '194143.522500', '194143.982500', '194144.442500', '194144.902500', '194145.362500', '194145.822500', '194146.282500', '194146.742500', '194147.202500', '194147.662500', '194148.122500', '194148.582500', '194149.042500', '194149.502500', '194149.962500', '194150.422500', '194150.882500', '194151.342500', '194151.802500', '194152.262500', '194152.722500', '194153.182500', '194153.642500', '194154.102500', '194154.562500', '194155.022500', '194155.482500', '194155.942500', '194156.402500', '194156.862500', '194157.322500', '194157.782500', '194158.242500', '194158.702500', '194159.162500', '194159.622500', '194200.082500', '194200.542500', '194201.002500', '194201.462500', '194201.922500', '194202.382500', '194202.842500', '194203.302500', '194203.762500', '194204.222500', '194204.682500', '194205.142500', '194205.602500', '194206.062500', '194206.522500', '194206.982500', '194207.442500', '194207.902500', '194208.362500', '194208.822500', '194209.282500', '194209.742500', '194210.202500', '194210.662500', '194211.122500', '194211.582500', '194212.042500', '194212.502500', '194212.962500', '194213.422500', '194213.882500', '194214.342500', '194214.802500', '194215.262500', '194215.722500', '194216.182500', '194216.642500', '194217.102500', '194217.562500', '194218.022500', '194218.482500', '194218.942500', '194219.402500', '194219.862500', '194220.322500', '194220.782500', '194221.242500', '194221.702500', '194222.162500', '194222.622500', '194223.082500', '194223.542500', '194224.002500', '194224.462500', '194224.922500', '194225.382500', '194225.842500', '194226.302500', '194226.762500', '194227.222500', '194227.682500', '194228.142500', '194228.602500', '194229.062500', '194229.522500', '194229.982500', '194230.442500', '194230.902500', '194231.362500', '194231.822500', '194232.282500', '194232.742500', '194233.202500', '194233.662500', '194234.122500', '194234.582500', '194235.042500', '194235.502500', '194235.962500', '194236.422500', '194236.882500', '194237.342500', '194237.802500', '194238.262500', '194238.722500', '194239.182500', '194239.642500', '194240.102500', '194240.562500', '194241.022500', '194241.482500', '194241.942500', '194242.402500', '194242.862500', '194243.322500', '194243.782500', '194244.242500', '194244.702500', '194245.162500', '194245.622500', '194246.082500', '194246.542500', '194247.002500', '194247.462500', '194247.922500', '194248.382500', '194248.842500', '194249.302500', '194249.762500', '194250.222500', '194250.682500', '194251.142500', '194251.602500', '194252.062500', '194252.522500', '194252.982500', '194253.442500', '194253.902500', '194254.362500', '194254.822500', '194255.282500', '194255.742500', '194256.202500', '194256.662500', '194257.122500', '194257.582500', '194258.042500', '194258.502500', '194258.962500', '194259.422500', '194259.882500', '194300.342500', '194300.802500', '194301.262500', '194301.722500', '194302.182500', '194302.642500', '194303.102500', '194303.562500', '194304.022500', '194304.482500', '194304.942500', '194305.402500', '194305.862500', '194306.322500', '194306.782500', '194307.242500', '194307.702500', '194308.162500', '194308.622500', '194309.082500', '194309.542500', '194310.002500', '194310.462500', '194310.922500', '194311.382500', '194311.842500', '194312.302500', '194312.762500', '194313.222500', '194313.682500', '194314.142500', '194314.602500', '194315.062500', '194315.522500', '194315.982500', '194316.442500', '194316.902500', '194317.362500', '194317.822500', '194318.282500', '194318.742500', '194319.202500', '194319.662500', '194320.122500', '194320.582500', '194321.042500', '194321.502500', '194321.962500', '194322.422500', '194322.882500', '194323.342500', '194323.802500', '194324.262500', '194324.722500', '194325.182500', '194325.642500', '194326.102500', '194326.562500', '194327.022500', '194327.482500', '194327.942500', '194328.402500', '194328.862500', '194329.322500', '194329.782500', '194330.242500', '194330.702500', '194331.162500', '194331.622500', '194332.082500', '194332.542500', '194333.002500', '194333.462500', '194333.922500', '194334.382500', '194334.842500', '194335.302500', '194335.762500', '194336.222500', '194336.682500', '194337.142500', '194337.602500', '194338.062500', '194338.522500', '194338.982500', '194339.442500', '194339.902500', '194340.362500', '194340.822500', '194341.282500', '194341.742500', '194342.202500', '194342.662500', '194343.122500', '194343.582500', '194344.042500', '194344.502500', '194344.962500', '194345.422500', '194345.882500', '194346.342500', '194346.802500', '194347.262500', '194347.722500', '194348.182500', '194348.642500', '194349.102500', '194349.562500', '194350.022500', '194350.482500', '194350.942500', '194351.402500', '194351.862500', '194352.322500', '194352.782500', '194353.242500', '194353.702500', '194354.162500', '194354.622500', '194355.082500', '194355.542500', '194356.002500', '194356.462500', '194356.922500', '194357.382500', '194357.842500', '194358.302500', '194358.762500', '194359.222500', '194359.682500', '194400.142500', '194400.602500', '194401.062500', '194401.522500', '194401.982500', '194402.442500', '194402.902500', '194403.362500', '194403.822500', '194404.282500', '194404.742500', '194405.202500', '194405.662500', '194406.122500', '194406.582500', '194407.042500', '194407.502500', '194407.962500', '194408.422500', '194408.882500', '194409.342500', '194409.802500', '194410.262500', '194410.722500', '194411.182500', '194411.642500', '194412.102500', '194412.562500', '194413.022500', '194413.482500', '194413.942500', '194414.402500', '194414.862500', '194415.322500', '194415.782500', '194416.242500', '194416.702500', '194417.162500', '194417.622500', '194418.082500', '194418.542500', '194419.002500', '194419.462500', '194419.922500', '194420.382500', '194420.842500', '194421.302500', '194421.762500', '194422.222500', '194422.682500', '194423.142500', '194423.602500', '194424.062500', '194424.522500', '194424.982500', '194425.442500', '194425.902500', '194426.362500', '194426.822500', '194427.282500', '194427.742500', '194428.202500', '194428.662500', '194429.122500', '194429.582500', '194430.042500', '194430.502500', '194430.962500', '194431.422500', '194431.882500', '194432.342500', '194432.802500', '194433.262500', '194433.722500', '194434.182500', '194434.642500', '194435.102500', '194435.562500', '194436.022500', '194436.482500', '194436.942500', '194437.402500', '194437.862500', '194438.322500', '194438.782500', '194439.242500', '194439.702500', '194440.162500', '194440.622500', '194441.082500', '194441.542500', '194442.002500', '194442.462500', '194442.922500', '194443.382500', '194443.842500', '194444.302500', '194444.762500', '194445.222500', '194445.682500', '194446.142500', '194446.602500', '194447.062500', '194447.522500', '194447.982500', '194448.442500', '194448.902500', '194449.362500', '194449.822500', '194450.282500', '194450.742500', '194451.202500', '194451.662500', '194452.122500', '194452.582500', '194453.042500', '194453.502500', '194453.962500', '194454.422500', '194454.882500', '194455.342500', '194455.802500', '194456.262500', '194456.722500', '194457.182500', '194457.642500', '194458.102500', '194458.562500', '194459.022500', '194459.482500', '194459.942500', '194500.402500', '194500.862500', '194501.322500', '194501.782500', '194502.242500', '194502.702500', '194503.162500', '194503.622500', '194504.082500', '194504.542500', '194505.002500', '194505.462500', '194505.922500', '194506.382500', '194506.842500', '194507.302500', '194507.762500', '194508.222500', '194508.682500', '194509.142500', '194509.602500', '194510.062500', '194510.522500', '194510.982500', '194511.442500', '194511.902500', '194512.362500', '194512.822500', '194513.282500', '194513.742500', '194514.202500', '194514.662500', '194515.122500', '194515.582500', '194516.042500', '194516.502500', '194516.962500', '194517.422500', '194517.882500', '194518.342500', '194518.802500', '194519.262500', '194519.722500', '194520.182500', '194520.642500', '194521.102500', '194521.562500', '194522.022500', '194522.482500', '194522.942500', '194523.402500', '194523.862500', '194524.322500', '194524.782500', '194525.242500', '194525.702500', '194526.162500', '194526.622500', '194527.082500', '194527.542500', '194528.002500', '194528.462500', '194528.922500', '194529.382500', '194529.842500', '194530.302500', '194530.762500', '194531.222500', '194531.682500', '194532.142500', '194532.602500', '194533.062500', '194533.522500', '194533.982500', '194534.442500', '194534.902500', '194535.362500', '194535.822500', '194536.282500', '194536.742500', '194537.202500', '194537.662500', '194538.122500', '194538.582500', '194539.042500', '194539.502500', '194539.962500', '194540.422500', '194540.882500', '194541.342500', '194541.802500', '194542.262500', '194542.722500', '194543.182500', '194543.642500', '194544.102500', '194544.562500', '194545.022500', '194545.482500', '194545.942500', '194546.402500', '194546.862500', '194547.322500', '194547.782500', '194548.242500', '194548.702500', '194549.162500', '194549.622500', '194550.082500', '194550.542500', '194551.002500', '194551.462500', '194551.922500', '194552.382500', '194552.842500', '194553.302500', '194553.762500', '194554.222500', '194554.682500', '194555.142500', '194555.602500', '194556.062500', '194556.522500', '194556.982500', '194557.442500', '194557.902500', '194558.362500', '194558.822500', '194559.282500', '194559.742500', '194600.202500', '194600.662500', '194601.122500', '194601.582500', '194602.042500', '194602.502500', '194602.962500', '194603.422500', '194603.882500', '194604.342500', '194604.802500', '194605.262500', '194605.722500', '194606.182500', '194606.642500', '194607.102500', '194607.562500', '194608.022500', '194608.482500', '194608.942500', '194609.402500', '194609.862500', '194610.322500', '194610.782500', '194611.242500', '194611.702500', '194612.162500', '194612.622500', '194613.082500', '194613.542500', '194614.002500', '194614.462500', '194614.922500', '194615.382500', '194615.842500', '194616.302500', '194616.762500', '194617.222500', '194617.682500', '194618.142500', '194618.602500', '194619.062500', '194619.522500', '194619.982500', '194620.442500', '194620.902500', '194621.362500', '194621.822500', '194622.282500', '194622.742500', '194623.202500', '194623.662500', '194624.122500', '194624.582500', '194625.042500', '194625.502500', '194625.962500', '194626.422500', '194626.882500', '194627.342500', '194627.802500', '194628.262500', '194628.722500', '194629.182500', '194629.642500', '194630.102500', '194630.562500', '194631.022500', '194631.482500', '194631.942500', '194632.402500', '194632.862500', '194633.322500', '194633.782500', '194634.242500', '194634.702500', '194635.162500', '194635.622500', '194636.082500', '194636.542500', '194637.002500', '194637.462500', '194637.922500', '194638.382500', '194638.842500', '194639.302500', '194639.762500', '194640.222500', '194640.682500', '194641.142500', '194641.602500', '194642.062500', '194642.522500', '194642.982500', '194643.442500', '194643.902500', '194644.362500', '194644.822500', '194645.282500', '194645.742500', '194646.202500', '194646.662500', '194647.122500', '194647.582500', '194648.042500', '194648.502500', '194648.962500', '194649.422500', '194649.882500', '194650.342500', '194650.802500', '194651.262500', '194651.722500', '194652.182500', '194652.642500', '194653.102500', '194653.562500', '194654.022500', '194654.482500', '194654.942500', '194655.402500', '194655.862500', '194656.322500', '194656.782500', '194657.242500', '194657.702500', '194658.162500', '194658.622500', '194659.082500', '194659.542500', '194700.002500', '194700.462500', '194700.922500', '194701.382500', '194701.842500', '194702.302500', '194702.762500', '194703.222500', '194703.682500', '194704.142500', '194704.602500', '194705.062500', '194705.522500', '194705.982500', '194706.442500', '194706.902500', '194707.362500', '194707.822500', '194708.282500', '194708.742500', '194709.202500', '194709.662500', '194710.122500', '194710.582500', '194711.042500', '194711.502500', '194711.962500', '194712.422500', '194712.882500', '194713.342500', '194713.802500', '194714.262500', '194714.722500', '194715.182500', '194715.642500', '194716.102500', '194716.562500', '194717.022500', '194717.482500', '194717.942500', '194718.402500', '194718.862500', '194719.322500', '194719.782500', '194720.242500', '194720.702500', '194721.162500', '194721.622500', '194722.082500', '194722.542500', '194723.002500', '194723.462500', '194723.922500', '194724.382500', '194724.842500', '194725.302500', '194725.762500', '194726.222500', '194726.682500', '194727.142500', '194727.602500', '194728.062500', '194728.522500', '194728.982500', '194729.442500', '194729.902500', '194730.362500', '194730.822500', '194731.282500', '194731.742500', '194732.202500', '194732.662500', '194733.122500', '194733.582500', '194734.042500', '194734.502500', '194734.962500', '194735.422500', '194735.882500', '194736.342500', '194736.802500', '194737.262500', '194737.722500', '194738.182500', '194738.642500', '194739.102500', '194739.562500', '194740.022500', '194740.482500', '194740.942500', '194741.402500', '194741.862500', '194742.322500', '194742.782500', '194743.242500', '194743.702500', '194744.162500', '194744.622500', '194745.082500', '194745.542500', '194746.002500', '194746.462500', '194746.922500', '194747.382500', '194747.842500', '194748.302500', '194748.762500', '194749.222500', '194749.682500', '194750.142500', '194750.602500', '194751.062500', '194751.522500', '194751.982500', '194752.442500', '194752.902500', '194753.362500', '194753.822500', '194754.282500', '194754.742500', '194755.202500', '194755.662500', '194756.122500', '194756.582500', '194757.042500', '194757.502500', '194757.962500', '194758.422500', '194758.882500', '194759.342500', '194759.802500', '194800.262500', '194800.722500', '194801.182500', '194801.642500'], 'ContentTime': ['194144.780000', '194144.783000', '194144.786000', '194144.789000', '194144.791000', '194144.794000', '194144.803000', '194144.806000', '194144.808000', '194144.811000', '194144.813000', '194144.816000', '194144.818000', '194144.821000', '194144.824000', '194144.826000', '194144.829000', '194144.831000', '194144.834000', '194144.836000', '194144.839000', '194144.841000', '194144.844000', '194144.847000', '194144.849000', '194144.852000', '194144.854000', '194144.857000', '194144.860000', '194144.868000', '194144.871000', '194144.873000', '194144.876000', '194144.878000', '194144.881000', '194144.884000', '194144.886000', '194144.889000', '194144.891000', '194144.894000', '194144.896000', '194144.899000', '194144.902000', '194144.904000', '194144.907000', '194144.909000', '194144.912000', '194144.914000', '194144.917000', '194144.919000', '194204.744000', '194204.747000', '194204.750000', '194204.752000', '194204.755000', '194204.757000', '194204.760000', '194204.763000', '194204.765000', '194204.768000', '194204.770000', '194204.773000', '194204.775000', '194204.778000', '194204.780000', '194204.783000', '194204.785000', '194204.788000', '194204.791000', '194204.793000', '194204.796000', '194204.798000', '194204.801000', '194204.803000', '194204.806000', '194204.809000', '194204.811000', '194204.814000', '194204.816000', '194204.819000', '194204.822000', '194204.824000', '194204.827000', '194204.830000', '194204.843000', '194204.846000', '194204.856000', '194204.859000', '194204.862000', '194204.864000', '194204.867000', '194204.869000', '194204.872000', '194224.744000', '194224.747000', '194224.750000', '194224.752000', '194224.755000', '194224.758000', '194224.761000', '194224.764000', '194224.766000', '194224.769000', '194224.772000', '194224.774000', '194224.777000', '194224.779000', '194224.782000', '194224.784000', '194224.787000', '194224.789000', '194224.792000', '194224.795000', '194224.797000', '194224.800000', '194224.802000', '194224.805000', '194224.811000', '194224.813000', '194224.816000', '194224.818000', '194224.821000', '194224.823000', '194224.826000', '194224.829000', '194224.831000', '194224.834000', '194224.836000', '194224.839000', '194224.841000', '194224.844000', '194224.846000', '194224.849000', '194224.852000', '194224.854000', '194224.857000', '194244.744000', '194244.747000', '194244.750000', '194244.752000', '194244.755000', '194244.758000', '194244.760000', '194244.763000', '194244.765000', '194244.768000', '194244.771000', '194244.773000', '194244.776000', '194244.778000', '194244.781000', '194244.783000', '194244.786000', '194244.788000', '194244.791000', '194244.793000', '194244.796000', '194244.799000', '194244.801000', '194244.804000', '194244.807000', '194244.809000', '194244.812000', '194244.814000', '194244.817000', '194244.819000', '194244.822000', '194244.824000', '194244.827000', '194244.829000', '194244.832000', '194244.835000', '194244.837000', '194244.840000', '194244.842000', '194244.845000', '194244.847000', '194244.850000', '194244.853000', '194244.855000', '194304.745000', '194304.748000', '194304.751000', '194304.753000', '194304.756000', '194304.759000', '194304.761000', '194304.764000', '194304.767000', '194304.769000', '194304.772000', '194304.775000', '194304.777000', '194304.780000', '194304.783000', '194304.785000', '194304.788000', '194304.791000', '194304.794000', '194304.797000', '194304.799000', '194304.802000', '194304.804000', '194304.807000', '194304.809000', '194304.812000', '194304.815000', '194304.817000', '194304.820000', '194304.822000', '194304.825000', '194304.827000', '194304.830000', '194304.833000', '194304.835000', '194304.838000', '194304.840000', '194304.843000', '194304.846000', '194304.849000', '194304.852000', '194304.854000', '194304.857000', '194324.745000', '194324.748000', '194324.751000', '194324.753000', '194324.756000', '194324.759000', '194324.761000', '194324.764000', '194324.766000', '194324.769000', '194324.772000', '194324.774000', '194324.777000', '194324.779000', '194324.782000', '194324.785000', '194324.787000', '194324.790000', '194324.792000', '194324.795000', '194324.798000', '194324.800000', '194324.803000', '194324.805000', '194324.808000', '194324.810000', '194324.813000', '194324.816000', '194324.818000', '194324.821000', '194324.823000', '194324.826000', '194324.828000', '194324.831000', '194324.834000', '194324.836000', '194324.839000', '194324.841000', '194324.844000', '194324.846000', '194324.849000', '194324.851000', '194324.854000', '194324.857000', '194344.745000', '194344.747000', '194344.750000', '194344.753000', '194344.755000', '194344.758000', '194344.760000', '194344.763000', '194344.765000', '194344.768000', '194344.770000', '194344.773000', '194344.775000', '194344.778000', '194344.781000', '194344.783000', '194344.786000', '194344.788000', '194344.791000', '194344.793000', '194344.796000', '194344.798000', '194344.801000', '194344.804000', '194344.806000', '194344.809000', '194344.811000', '194344.814000', '194344.817000', '194344.819000', '194344.834000', '194344.837000', '194344.839000', '194344.842000', '194344.845000', '194344.847000', '194344.850000', '194344.852000', '194344.855000', '194344.857000', '194344.860000', '194344.862000', '194344.865000', '194404.744000', '194404.747000', '194404.750000', '194404.753000', '194404.755000', '194404.758000', '194404.760000', '194404.763000', '194404.765000', '194404.768000', '194404.771000', '194404.773000', '194404.776000', '194404.778000', '194404.781000', '194404.783000', '194404.786000', '194404.789000', '194404.791000', '194404.794000', '194404.796000', '194404.799000', '194404.801000', '194404.804000', '194404.807000', '194404.809000', '194404.812000', '194404.814000', '194404.817000', '194404.820000', '194404.822000', '194404.825000', '194404.827000', '194404.830000', '194404.832000', '194404.835000', '194404.838000', '194404.840000', '194404.843000', '194404.845000', '194404.848000', '194404.850000', '194404.853000', '194404.855000', '194424.745000', '194424.747000', '194424.750000', '194424.753000', '194424.755000', '194424.758000', '194424.760000', '194424.763000', '194424.765000', '194424.768000', '194424.771000', '194424.773000', '194424.776000', '194424.778000', '194424.781000', '194424.783000', '194424.786000', '194424.788000', '194424.791000', '194424.793000', '194424.796000', '194424.799000', '194424.801000', '194424.804000', '194424.806000', '194424.809000', '194424.811000', '194424.814000', '194424.816000', '194424.819000', '194424.822000', '194424.824000', '194424.827000', '194424.830000', '194424.833000', '194424.836000', '194424.838000', '194424.841000', '194424.844000', '194424.846000', '194424.849000', '194424.851000', '194424.854000', '194444.744000', '194444.747000', '194444.750000', '194444.753000', '194444.755000', '194444.758000', '194444.760000', '194444.763000', '194444.766000', '194444.768000', '194444.771000', '194444.773000', '194444.776000', '194444.779000', '194444.781000', '194444.784000', '194444.786000', '194444.789000', '194444.792000', '194444.794000', '194444.797000', '194444.799000', '194444.802000', '194444.804000', '194444.807000', '194444.810000', '194444.812000', '194444.815000', '194444.817000', '194444.820000', '194444.823000', '194444.825000', '194444.828000', '194444.830000', '194444.833000', '194444.835000', '194444.838000', '194444.840000', '194444.843000', '194444.846000', '194444.848000', '194444.851000', '194444.853000', '194444.856000', '194504.745000', '194504.747000', '194504.750000', '194504.753000', '194504.755000', '194504.758000', '194504.760000', '194504.763000', '194504.766000', '194504.768000', '194504.771000', '194504.773000', '194504.776000', '194504.778000', '194504.781000', '194504.784000', '194504.786000', '194504.789000', '194504.792000', '194504.794000', '194504.797000', '194504.799000', '194504.802000', '194504.804000', '194504.807000', '194504.810000', '194504.812000', '194504.815000', '194504.817000', '194504.820000', '194504.823000', '194504.825000', '194504.828000', '194504.831000', '194504.833000', '194504.836000', '194504.839000', '194504.841000', '194504.844000', '194504.846000', '194504.849000', '194504.851000', '194504.854000', '194524.746000', '194524.749000', '194524.751000', '194524.754000', '194524.756000', '194524.759000', '194524.762000', '194524.764000', '194524.767000', '194524.769000', '194524.772000', '194524.775000', '194524.826000', '194524.828000', '194524.831000', '194524.833000', '194524.836000', '194524.838000', '194524.841000', '194524.843000', '194524.846000', '194524.849000', '194524.851000', '194524.854000', '194524.856000', '194524.859000', '194524.861000', '194524.864000', '194524.867000', '194524.869000', '194524.872000', '194524.874000', '194524.877000', '194524.879000', '194524.882000', '194524.885000', '194524.887000', '194524.890000', '194524.892000', '194524.895000', '194524.898000', '194524.900000', '194524.903000', '194524.905000', '194544.746000', '194544.748000', '194544.751000', '194544.753000', '194544.756000', '194544.759000', '194544.761000', '194544.764000', '194544.766000', '194544.769000', '194544.772000', '194544.774000', '194544.777000', '194544.779000', '194544.782000', '194544.784000', '194544.787000', '194544.790000', '194544.792000', '194544.795000', '194544.797000', '194544.800000', '194544.803000', '194544.805000', '194544.808000', '194544.810000', '194544.813000', '194544.816000', '194544.818000', '194544.821000', '194544.823000', '194544.826000', '194544.828000', '194544.831000', '194544.834000', '194544.836000', '194544.839000', '194544.842000', '194544.844000', '194544.847000', '194544.850000', '194544.852000', '194544.855000', '194604.744000', '194604.747000', '194604.750000', '194604.753000', '194604.755000', '194604.758000', '194604.760000', '194604.763000', '194604.765000', '194604.768000', '194604.771000', '194604.773000', '194604.776000', '194604.779000', '194604.781000', '194604.784000', '194604.786000', '194604.789000', '194604.792000', '194604.794000', '194604.797000', '194604.799000', '194604.802000', '194604.805000', '194604.807000', '194604.810000', '194604.812000', '194604.815000', '194604.818000', '194604.820000', '194604.823000', '194604.825000', '194604.828000', '194604.830000', '194604.833000', '194604.836000', '194604.838000', '194604.841000', '194604.843000', '194604.846000', '194604.848000', '194604.851000', '194604.854000', '194604.856000', '194624.745000', '194624.747000', '194624.750000', '194624.753000', '194624.755000', '194624.758000', '194624.760000', '194624.763000', '194624.766000', '194624.768000', '194624.771000', '194624.773000', '194624.776000', '194624.778000', '194624.781000', '194624.784000', '194624.786000', '194624.789000', '194624.791000', '194624.794000', '194624.797000', '194624.799000', '194624.802000', '194624.804000', '194624.807000', '194624.810000', '194624.812000', '194624.815000', '194624.818000', '194624.820000', '194624.823000', '194624.825000', '194624.828000', '194624.830000', '194624.833000', '194624.836000', '194624.838000', '194624.841000', '194624.843000', '194624.846000', '194624.849000', '194624.851000', '194624.854000', '194644.745000', '194644.748000', '194644.750000', '194644.753000', '194644.755000', '194644.758000', '194644.760000', '194644.763000', '194644.766000', '194644.768000', '194644.771000', '194644.774000', '194644.776000', '194644.779000', '194644.781000', '194644.784000', '194644.787000', '194644.789000', '194644.792000', '194644.795000', '194644.797000', '194644.800000', '194644.802000', '194644.805000', '194644.808000', '194644.810000', '194644.813000', '194644.815000', '194644.818000', '194644.821000', '194644.823000', '194644.826000', '194644.828000', '194644.831000', '194644.834000', '194644.836000', '194644.839000', '194644.854000', '194644.856000', '194644.859000', '194644.861000', '194644.864000', '194644.866000', '194644.869000', '194704.745000', '194704.747000', '194704.750000', '194704.753000', '194704.755000', '194704.758000', '194704.760000', '194704.763000', '194704.766000', '194704.768000', '194704.771000', '194704.773000', '194704.776000', '194704.779000', '194704.781000', '194704.784000', '194704.786000', '194704.789000', '194704.791000', '194704.794000', '194704.797000', '194704.799000', '194704.802000', '194704.805000', '194704.807000', '194704.810000', '194704.812000', '194704.815000', '194704.818000', '194704.820000', '194704.823000', '194704.825000', '194704.828000', '194704.831000', '194704.833000', '194704.836000', '194704.839000', '194704.841000', '194704.844000', '194704.846000', '194704.849000', '194704.852000', '194704.854000', '194724.744000', '194724.747000', '194724.750000', '194724.752000', '194724.755000', '194724.758000', '194724.760000', '194724.763000', '194724.766000', '194724.768000', '194724.771000', '194724.773000', '194724.776000', '194724.778000', '194724.781000', '194724.784000', '194724.786000', '194724.789000', '194724.791000', '194724.794000', '194724.796000', '194724.799000', '194724.802000', '194724.804000', '194724.807000', '194724.809000', '194724.812000', '194724.814000', '194724.817000', '194724.820000', '194724.822000', '194724.825000', '194724.827000', '194724.830000', '194724.832000', '194724.835000', '194724.838000', '194724.840000', '194724.843000', '194724.845000', '194724.848000', '194724.850000', '194724.853000', '194724.855000', '194744.745000', '194744.748000', '194744.751000', '194744.754000', '194744.756000', '194744.759000', '194744.761000', '194744.764000', '194744.767000', '194744.769000', '194744.772000', '194744.774000', '194744.777000', '194744.779000', '194744.782000', '194744.784000', '194744.787000', '194744.790000', '194744.792000', '194744.795000', '194744.797000', '194744.800000', '194744.802000', '194744.805000', '194744.808000', '194744.810000', '194744.813000', '194744.815000', '194744.818000', '194744.820000', '194744.823000', '194744.825000', '194744.828000', '194744.831000', '194744.833000', '194744.836000', '194744.839000', '194744.841000', '194744.844000', '194744.846000', '194744.849000', '194744.851000', '194744.854000', '194802.812000', '194802.815000', '194802.818000', '194802.820000', '194802.823000', '194802.826000', '194802.828000', '194802.831000', '194802.834000', '194802.836000', '194802.839000', '194802.841000', '194802.844000', '194802.846000', '194802.849000', '194802.852000', '194802.854000', '194802.857000', '194802.859000', '194802.862000', '194802.865000', '194802.867000', '194802.870000', '194802.872000', '194802.875000', '194802.878000', '194802.880000', '194802.883000', '194802.885000', '194802.888000', '194802.891000', '194802.893000', '194802.896000', '194802.898000', '194802.901000', '194802.904000', '194802.906000', '194802.909000', '194802.911000', '194802.914000'], 'InstanceCreationTime': ['194144.780000', '194144.783000', '194144.786000', '194144.789000', '194144.791000', '194144.794000', '194144.803000', '194144.806000', '194144.808000', '194144.811000', '194144.813000', '194144.816000', '194144.818000', '194144.821000', '194144.824000', '194144.826000', '194144.829000', '194144.831000', '194144.834000', '194144.836000', '194144.839000', '194144.841000', '194144.844000', '194144.847000', '194144.849000', '194144.852000', '194144.854000', '194144.857000', '194144.860000', '194144.868000', '194144.871000', '194144.873000', '194144.876000', '194144.878000', '194144.881000', '194144.884000', '194144.886000', '194144.889000', '194144.891000', '194144.894000', '194144.896000', '194144.899000', '194144.902000', '194144.904000', '194144.907000', '194144.909000', '194144.912000', '194144.914000', '194144.917000', '194144.919000', '194204.744000', '194204.747000', '194204.750000', '194204.752000', '194204.755000', '194204.757000', '194204.760000', '194204.763000', '194204.765000', '194204.768000', '194204.770000', '194204.773000', '194204.775000', '194204.778000', '194204.780000', '194204.783000', '194204.785000', '194204.788000', '194204.791000', '194204.793000', '194204.796000', '194204.798000', '194204.801000', '194204.803000', '194204.806000', '194204.809000', '194204.811000', '194204.814000', '194204.816000', '194204.819000', '194204.822000', '194204.824000', '194204.827000', '194204.830000', '194204.843000', '194204.846000', '194204.856000', '194204.859000', '194204.862000', '194204.864000', '194204.867000', '194204.869000', '194204.872000', '194224.744000', '194224.747000', '194224.750000', '194224.752000', '194224.755000', '194224.758000', '194224.761000', '194224.764000', '194224.766000', '194224.769000', '194224.772000', '194224.774000', '194224.777000', '194224.779000', '194224.782000', '194224.784000', '194224.787000', '194224.789000', '194224.792000', '194224.795000', '194224.797000', '194224.800000', '194224.802000', '194224.805000', '194224.811000', '194224.813000', '194224.816000', '194224.818000', '194224.821000', '194224.823000', '194224.826000', '194224.829000', '194224.831000', '194224.834000', '194224.836000', '194224.839000', '194224.841000', '194224.844000', '194224.846000', '194224.849000', '194224.852000', '194224.854000', '194224.857000', '194244.744000', '194244.747000', '194244.750000', '194244.752000', '194244.755000', '194244.758000', '194244.760000', '194244.763000', '194244.765000', '194244.768000', '194244.771000', '194244.773000', '194244.776000', '194244.778000', '194244.781000', '194244.783000', '194244.786000', '194244.788000', '194244.791000', '194244.793000', '194244.796000', '194244.799000', '194244.801000', '194244.804000', '194244.807000', '194244.809000', '194244.812000', '194244.814000', '194244.817000', '194244.819000', '194244.822000', '194244.824000', '194244.827000', '194244.829000', '194244.832000', '194244.835000', '194244.837000', '194244.840000', '194244.842000', '194244.845000', '194244.847000', '194244.850000', '194244.853000', '194244.855000', '194304.745000', '194304.748000', '194304.751000', '194304.753000', '194304.756000', '194304.759000', '194304.761000', '194304.764000', '194304.767000', '194304.769000', '194304.772000', '194304.775000', '194304.777000', '194304.780000', '194304.783000', '194304.785000', '194304.788000', '194304.791000', '194304.794000', '194304.797000', '194304.799000', '194304.802000', '194304.804000', '194304.807000', '194304.809000', '194304.812000', '194304.815000', '194304.817000', '194304.820000', '194304.822000', '194304.825000', '194304.827000', '194304.830000', '194304.833000', '194304.835000', '194304.838000', '194304.840000', '194304.843000', '194304.846000', '194304.849000', '194304.852000', '194304.854000', '194304.857000', '194324.745000', '194324.748000', '194324.751000', '194324.753000', '194324.756000', '194324.759000', '194324.761000', '194324.764000', '194324.766000', '194324.769000', '194324.772000', '194324.774000', '194324.777000', '194324.779000', '194324.782000', '194324.785000', '194324.787000', '194324.790000', '194324.792000', '194324.795000', '194324.798000', '194324.800000', '194324.803000', '194324.805000', '194324.808000', '194324.810000', '194324.813000', '194324.816000', '194324.818000', '194324.821000', '194324.823000', '194324.826000', '194324.828000', '194324.831000', '194324.834000', '194324.836000', '194324.839000', '194324.841000', '194324.844000', '194324.846000', '194324.849000', '194324.851000', '194324.854000', '194324.857000', '194344.745000', '194344.747000', '194344.750000', '194344.753000', '194344.755000', '194344.758000', '194344.760000', '194344.763000', '194344.765000', '194344.768000', '194344.770000', '194344.773000', '194344.775000', '194344.778000', '194344.781000', '194344.783000', '194344.786000', '194344.788000', '194344.791000', '194344.793000', '194344.796000', '194344.798000', '194344.801000', '194344.804000', '194344.806000', '194344.809000', '194344.811000', '194344.814000', '194344.817000', '194344.819000', '194344.834000', '194344.837000', '194344.839000', '194344.842000', '194344.845000', '194344.847000', '194344.850000', '194344.852000', '194344.855000', '194344.857000', '194344.860000', '194344.862000', '194344.865000', '194404.744000', '194404.747000', '194404.750000', '194404.753000', '194404.755000', '194404.758000', '194404.760000', '194404.763000', '194404.765000', '194404.768000', '194404.771000', '194404.773000', '194404.776000', '194404.778000', '194404.781000', '194404.783000', '194404.786000', '194404.789000', '194404.791000', '194404.794000', '194404.796000', '194404.799000', '194404.801000', '194404.804000', '194404.807000', '194404.809000', '194404.812000', '194404.814000', '194404.817000', '194404.820000', '194404.822000', '194404.825000', '194404.827000', '194404.830000', '194404.832000', '194404.835000', '194404.838000', '194404.840000', '194404.843000', '194404.845000', '194404.848000', '194404.850000', '194404.853000', '194404.855000', '194424.745000', '194424.747000', '194424.750000', '194424.753000', '194424.755000', '194424.758000', '194424.760000', '194424.763000', '194424.765000', '194424.768000', '194424.771000', '194424.773000', '194424.776000', '194424.778000', '194424.781000', '194424.783000', '194424.786000', '194424.788000', '194424.791000', '194424.793000', '194424.796000', '194424.799000', '194424.801000', '194424.804000', '194424.806000', '194424.809000', '194424.811000', '194424.814000', '194424.816000', '194424.819000', '194424.822000', '194424.824000', '194424.827000', '194424.830000', '194424.833000', '194424.836000', '194424.838000', '194424.841000', '194424.844000', '194424.846000', '194424.849000', '194424.851000', '194424.854000', '194444.744000', '194444.747000', '194444.750000', '194444.753000', '194444.755000', '194444.758000', '194444.760000', '194444.763000', '194444.766000', '194444.768000', '194444.771000', '194444.773000', '194444.776000', '194444.779000', '194444.781000', '194444.784000', '194444.786000', '194444.789000', '194444.792000', '194444.794000', '194444.797000', '194444.799000', '194444.802000', '194444.804000', '194444.807000', '194444.810000', '194444.812000', '194444.815000', '194444.817000', '194444.820000', '194444.823000', '194444.825000', '194444.828000', '194444.830000', '194444.833000', '194444.835000', '194444.838000', '194444.840000', '194444.843000', '194444.846000', '194444.848000', '194444.851000', '194444.853000', '194444.856000', '194504.745000', '194504.747000', '194504.750000', '194504.753000', '194504.755000', '194504.758000', '194504.760000', '194504.763000', '194504.766000', '194504.768000', '194504.771000', '194504.773000', '194504.776000', '194504.778000', '194504.781000', '194504.784000', '194504.786000', '194504.789000', '194504.792000', '194504.794000', '194504.797000', '194504.799000', '194504.802000', '194504.804000', '194504.807000', '194504.810000', '194504.812000', '194504.815000', '194504.817000', '194504.820000', '194504.823000', '194504.825000', '194504.828000', '194504.831000', '194504.833000', '194504.836000', '194504.839000', '194504.841000', '194504.844000', '194504.846000', '194504.849000', '194504.851000', '194504.854000', '194524.746000', '194524.749000', '194524.751000', '194524.754000', '194524.756000', '194524.759000', '194524.762000', '194524.764000', '194524.767000', '194524.769000', '194524.772000', '194524.775000', '194524.826000', '194524.828000', '194524.831000', '194524.833000', '194524.836000', '194524.838000', '194524.841000', '194524.843000', '194524.846000', '194524.849000', '194524.851000', '194524.854000', '194524.856000', '194524.859000', '194524.861000', '194524.864000', '194524.867000', '194524.869000', '194524.872000', '194524.874000', '194524.877000', '194524.879000', '194524.882000', '194524.885000', '194524.887000', '194524.890000', '194524.892000', '194524.895000', '194524.898000', '194524.900000', '194524.903000', '194524.905000', '194544.746000', '194544.748000', '194544.751000', '194544.753000', '194544.756000', '194544.759000', '194544.761000', '194544.764000', '194544.766000', '194544.769000', '194544.772000', '194544.774000', '194544.777000', '194544.779000', '194544.782000', '194544.784000', '194544.787000', '194544.790000', '194544.792000', '194544.795000', '194544.797000', '194544.800000', '194544.803000', '194544.805000', '194544.808000', '194544.810000', '194544.813000', '194544.816000', '194544.818000', '194544.821000', '194544.823000', '194544.826000', '194544.828000', '194544.831000', '194544.834000', '194544.836000', '194544.839000', '194544.842000', '194544.844000', '194544.847000', '194544.850000', '194544.852000', '194544.855000', '194604.744000', '194604.747000', '194604.750000', '194604.753000', '194604.755000', '194604.758000', '194604.760000', '194604.763000', '194604.765000', '194604.768000', '194604.771000', '194604.773000', '194604.776000', '194604.779000', '194604.781000', '194604.784000', '194604.786000', '194604.789000', '194604.792000', '194604.794000', '194604.797000', '194604.799000', '194604.802000', '194604.805000', '194604.807000', '194604.810000', '194604.812000', '194604.815000', '194604.818000', '194604.820000', '194604.823000', '194604.825000', '194604.828000', '194604.830000', '194604.833000', '194604.836000', '194604.838000', '194604.841000', '194604.843000', '194604.846000', '194604.848000', '194604.851000', '194604.854000', '194604.856000', '194624.745000', '194624.747000', '194624.750000', '194624.753000', '194624.755000', '194624.758000', '194624.760000', '194624.763000', '194624.766000', '194624.768000', '194624.771000', '194624.773000', '194624.776000', '194624.778000', '194624.781000', '194624.784000', '194624.786000', '194624.789000', '194624.791000', '194624.794000', '194624.797000', '194624.799000', '194624.802000', '194624.804000', '194624.807000', '194624.810000', '194624.812000', '194624.815000', '194624.818000', '194624.820000', '194624.823000', '194624.825000', '194624.828000', '194624.830000', '194624.833000', '194624.836000', '194624.838000', '194624.841000', '194624.843000', '194624.846000', '194624.849000', '194624.851000', '194624.854000', '194644.745000', '194644.748000', '194644.750000', '194644.753000', '194644.755000', '194644.758000', '194644.760000', '194644.763000', '194644.766000', '194644.768000', '194644.771000', '194644.774000', '194644.776000', '194644.779000', '194644.781000', '194644.784000', '194644.787000', '194644.789000', '194644.792000', '194644.795000', '194644.797000', '194644.800000', '194644.802000', '194644.805000', '194644.808000', '194644.810000', '194644.813000', '194644.815000', '194644.818000', '194644.821000', '194644.823000', '194644.826000', '194644.828000', '194644.831000', '194644.834000', '194644.836000', '194644.839000', '194644.854000', '194644.856000', '194644.859000', '194644.861000', '194644.864000', '194644.866000', '194644.869000', '194704.745000', '194704.747000', '194704.750000', '194704.753000', '194704.755000', '194704.758000', '194704.760000', '194704.763000', '194704.766000', '194704.768000', '194704.771000', '194704.773000', '194704.776000', '194704.779000', '194704.781000', '194704.784000', '194704.786000', '194704.789000', '194704.791000', '194704.794000', '194704.797000', '194704.799000', '194704.802000', '194704.805000', '194704.807000', '194704.810000', '194704.812000', '194704.815000', '194704.818000', '194704.820000', '194704.823000', '194704.825000', '194704.828000', '194704.831000', '194704.833000', '194704.836000', '194704.839000', '194704.841000', '194704.844000', '194704.846000', '194704.849000', '194704.852000', '194704.854000', '194724.744000', '194724.747000', '194724.750000', '194724.752000', '194724.755000', '194724.758000', '194724.760000', '194724.763000', '194724.766000', '194724.768000', '194724.771000', '194724.773000', '194724.776000', '194724.778000', '194724.781000', '194724.784000', '194724.786000', '194724.789000', '194724.791000', '194724.794000', '194724.796000', '194724.799000', '194724.802000', '194724.804000', '194724.807000', '194724.809000', '194724.812000', '194724.814000', '194724.817000', '194724.820000', '194724.822000', '194724.825000', '194724.827000', '194724.830000', '194724.832000', '194724.835000', '194724.838000', '194724.840000', '194724.843000', '194724.845000', '194724.848000', '194724.850000', '194724.853000', '194724.855000', '194744.745000', '194744.748000', '194744.751000', '194744.754000', '194744.756000', '194744.759000', '194744.761000', '194744.764000', '194744.767000', '194744.769000', '194744.772000', '194744.774000', '194744.777000', '194744.779000', '194744.782000', '194744.784000', '194744.787000', '194744.790000', '194744.792000', '194744.795000', '194744.797000', '194744.800000', '194744.802000', '194744.805000', '194744.808000', '194744.810000', '194744.813000', '194744.815000', '194744.818000', '194744.820000', '194744.823000', '194744.825000', '194744.828000', '194744.831000', '194744.833000', '194744.836000', '194744.839000', '194744.841000', '194744.844000', '194744.846000', '194744.849000', '194744.851000', '194744.854000', '194802.812000', '194802.815000', '194802.818000', '194802.820000', '194802.823000', '194802.826000', '194802.828000', '194802.831000', '194802.834000', '194802.836000', '194802.839000', '194802.841000', '194802.844000', '194802.846000', '194802.849000', '194802.852000', '194802.854000', '194802.857000', '194802.859000', '194802.862000', '194802.865000', '194802.867000', '194802.870000', '194802.872000', '194802.875000', '194802.878000', '194802.880000', '194802.883000', '194802.885000', '194802.888000', '194802.891000', '194802.893000', '194802.896000', '194802.898000', '194802.901000', '194802.904000', '194802.906000', '194802.909000', '194802.911000', '194802.914000'], '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': [12888, 8401, 11473, 9900, 12828, 6839, 9193, 7153, 10636, 7000, 9973, 7359, 8095, 7170, 8256, 7056, 9133, 7296, 9058, 7507, 7510, 7151, 7766, 6760, 9970, 6360, 9166, 6388, 8683, 6164, 8566, 6253, 9387, 6711, 7865, 6500, 7872, 6395, 8933, 6326, 8430, 6399, 8248, 6948, 7993, 9616, 6750, 7667, 6639, 10215, 7104, 10670, 7010, 7940, 6633, 6106, 7164, 6694, 7960, 6204, 8390, 6268, 9460, 6527, 11100, 7530, 9787, 6860, 10172, 6873, 11927, 6647, 12179, 7870, 9801, 6735, 9849, 6482, 10389, 6394, 7015, 6526, 7041, 6370, 8904, 6757, 10934, 6792, 8625, 6462, 10778, 6985, 13563, 7028, 11358, 7004, 11320, 6662, 9817, 6289, 9350, 6523, 9322, 6219, 8995, 5960, 8761, 6083, 7458, 6042, 6867, 6214, 7606, 7436, 6501, 6058, 6634, 5956, 6999, 6467, 7671, 6406, 7853, 6180, 7559, 6447, 10319, 6021, 10831, 6433, 9681, 6487, 9490, 6561, 11416, 7360, 11797, 6769, 9276, 7034, 10492, 6944, 8218, 6713, 10558, 6858, 6430, 7531, 6606, 7663, 6564, 9022, 6594, 7290, 6816, 7128, 6394, 7304, 7556, 6714, 6329, 6869, 6455, 6686, 10351, 6391, 11278, 6538, 9218, 6514, 8470, 6332, 9139, 6281, 6386, 6688, 6208, 6492, 6558, 6660, 7356, 6615, 6673, 7059, 6676, 7150, 10793, 7206, 6620, 7252, 6257, 7417, 6450, 7183, 9777, 6807, 6223, 7433, 5952, 7558, 6243, 7437, 6251, 7565, 6122, 8032, 6104, 10434, 6453, 9216, 6050, 8598, 5862, 10252, 6315, 9632, 6063, 8444, 5968, 9484, 6303, 9910, 6591, 7519, 6125, 8369, 6218, 9558, 6601, 8285, 6248, 7455, 6125, 6800, 10593, 6534, 10378, 6352, 9769, 6324, 8397, 6049, 8082, 6240, 9101, 6291, 9077, 6254, 7434, 6487, 6993, 6220, 7524, 7035, 8148, 7867, 8277, 7965, 7453, 8644, 6699, 8333, 6790, 8410, 6349, 9453, 6305, 10089, 6155, 10825, 9316, 10253, 12827, 9065, 12550, 7005, 9888, 6932, 12319, 7101, 10118, 7467, 11197, 7021, 10794, 7064, 9118, 7212, 8539, 6679, 7460, 5961, 7169, 6681, 6985, 6115, 6419, 7053, 6852, 10365, 7275, 8123, 7166, 6913, 6928, 6303, 6221, 6793, 7627, 7076, 7266, 6095, 7949, 6345, 9857, 6294, 10812, 7616, 8604, 6593, 9686, 6695, 11882, 6973, 9319, 6768, 9503, 6608, 10225, 6408, 10351, 6651, 8305, 6696, 9501, 6520, 12239, 6879, 10687, 6800, 10100, 6575, 10122, 6422, 10069, 6553, 10442, 6885, 11410, 6683, 10667, 7747, 10369, 6350, 9495, 6292, 8556, 6214, 8545, 6209, 6931, 6385, 6832, 6029, 6578, 11003, 6667, 6245, 6607, 5997, 6458, 6023, 6866, 8649, 6857, 6469, 6747, 8981, 7228, 11064, 6969, 6529, 6790, 9075, 6661, 13820, 7110, 12028, 7108, 12558, 7084, 10997, 6700, 11008, 8522, 9838, 6592, 8420, 6515, 8875, 6368, 8047, 6563, 7566, 6744, 7171, 6639, 7138, 6752, 7848, 6391, 7030, 6510, 6875, 6223, 6889, 6312, 6843, 6472, 6772, 6262, 6546, 8871, 6228, 6154, 6364, 7907, 6200, 11834, 6924, 8802, 6419, 10678, 6301, 10186, 6612, 9979, 6119, 8349, 6561, 7022, 5885, 6379, 9167, 6334, 7664, 6139, 8956, 6780, 10362, 7840, 7986, 6832, 6676, 7060, 7314, 8328, 6837, 9660, 7451, 9179, 6930, 9216, 6541, 10388, 6517, 8749, 6529, 7356, 6619, 10047, 6730, 11722, 6766, 12943, 8102, 9884, 6655, 10487, 6724, 11784, 6591, 10106, 6555, 9240, 6785, 9170, 6201, 9767, 6400, 9362, 6651, 9208, 6614, 9584, 6795, 9697, 6358, 9513, 6286, 8580, 6263, 8299, 6397, 7930, 6534, 6862, 6369, 6573, 8658, 6531, 6327, 6575, 6096, 6594, 7082, 6503, 9882, 6513, 7934, 6461, 12589, 6379, 10358, 6471, 8630, 6164, 6789, 6413, 6460, 6293, 6518, 6180, 7337, 6285, 7774, 6608, 8344, 6388, 9344, 6834, 8842, 6792, 7033, 6419, 8027, 7748, 8080, 6830, 7074, 6628, 7179, 6287, 7747, 6545, 7208, 6489, 6818, 7395, 6645, 12215, 6577, 12094, 6294, 10341, 6262, 10533, 6968, 7685, 6460, 7761, 6482, 8157, 6383, 6684, 6390, 6655, 6616, 8743, 6551, 10011, 6656, 8602, 6803, 10783, 7182, 12192, 7357, 12582, 6410, 10472, 6438, 9435, 6129, 9880, 6918, 9781, 6437, 9127, 6148, 9364, 7135, 9906, 6189, 9589, 6263, 8429, 5954, 7523, 7723, 6701, 6906, 6711, 6189, 6807, 8565, 7069, 6000, 7261, 6228, 7008, 6871, 7429, 6077, 7596, 6127, 7424, 5987, 7484, 8435, 6944, 6009, 6982, 6820, 6887, 9361, 7263, 7315, 6905, 7403, 6676, 8407, 6803, 9757, 7042, 6067, 6952, 5954, 7166, 7129, 7145, 7014, 7401, 11808, 6342, 12074, 6567, 10751, 7471, 9248, 6175, 8438, 6181, 9029, 6923, 8600, 6183, 8420, 6236, 8841, 6425, 7595, 6696, 8499, 6743, 10534, 7112, 10679, 7194, 8552, 6939, 10010, 7194, 12048, 6918, 9285, 6506, 9866, 6858, 13606, 6662, 12418, 6557, 11382, 6396, 9701, 6553, 10271, 6692, 8400, 6025, 7164, 6066, 6678, 9266, 6306, 10450, 6296, 9671, 6223, 8945, 6328, 8255, 5976, 7910, 6199, 7372, 5883, 7257, 5882, 7217, 6035, 7040, 6042, 7186, 6774, 6869, 6009, 6801, 5788, 6960, 6831, 7051, 5986, 7141, 6119, 7142, 8758, 7391, 7234, 7223, 9221, 6952, 12146, 6537, 13042, 6991, 10922, 6332, 10253, 6408, 10658, 6836, 10944, 6501, 11073, 6580, 10172, 6270, 10080, 6772, 7805, 6357, 8225, 6819, 12105, 6691, 12234, 6623, 11116, 6734, 10831, 6522, 10757, 7791, 10408, 6525, 10193, 6447, 9615, 6497, 10006, 6624, 10091, 6601, 9378, 6180, 9830, 7386, 9188, 6508, 9579, 6239, 9673, 6353, 9363, 6295, 9086, 6467, 10635, 6585, 12821, 7404, 8514, 7073, 6511, 6686, 6416, 7525, 6672, 7956, 6273, 7895, 6359, 8461, 6195, 8347, 6558, 8591, 6336, 8220, 6558, 7183, 6504, 8051, 8748, 7060, 11569, 6784, 11067, 6651, 6353, 6609, 6250, 6796, 9316, 6789, 7073, 6544, 10514, 6452, 12218, 6636, 9843, 6509, 9495, 6618, 9173, 6244, 7633, 6491, 6903, 6421, 6649, 11083, 6419, 11253, 6465, 9075, 6505, 8465, 6495, 8968, 6579, 8485, 6498, 7684, 6601, 7091, 6190, 8042, 6637], 'WindowCenter': [3875.0, 3807.0, 3834.0, 3822.0, 3828.0, 3744.0, 3796.0, 3757.0, 3803.0, 3743.0, 3782.0, 3752.0, 3763.0, 3741.0, 3761.0, 3754.0, 3795.0, 3751.0, 3781.0, 3750.0, 3752.0, 3751.0, 3775.0, 3740.0, 3794.0, 3731.0, 3781.0, 3729.0, 3772.0, 3719.0, 3771.0, 3731.0, 3782.0, 3741.0, 3762.0, 3726.0, 3760.0, 3730.0, 3782.0, 3730.0, 3769.0, 3729.0, 3760.0, 3738.0, 3763.0, 3782.0, 3729.0, 3749.0, 3728.0, 3780.0, 3737.0, 3791.0, 3752.0, 3773.0, 3741.0, 3718.0, 3737.0, 3738.0, 3763.0, 3720.0, 3774.0, 3733.0, 3793.0, 3745.0, 3817.0, 3766.0, 3794.0, 3741.0, 3792.0, 3740.0, 3814.0, 3742.0, 3811.0, 3775.0, 3781.0, 3729.0, 3780.0, 3730.0, 3805.0, 3731.0, 3741.0, 3731.0, 3740.0, 3732.0, 3781.0, 3741.0, 3803.0, 3741.0, 3772.0, 3729.0, 3803.0, 3739.0, 3814.0, 3752.0, 3803.0, 3740.0, 3790.0, 3729.0, 3780.0, 3730.0, 3770.0, 3728.0, 3769.0, 3719.0, 3769.0, 3717.0, 3772.0, 3718.0, 3739.0, 3707.0, 3740.0, 3721.0, 3763.0, 3763.0, 3732.0, 3732.0, 3752.0, 3719.0, 3752.0, 3729.0, 3761.0, 3745.0, 3774.0, 3721.0, 3760.0, 3729.0, 3805.0, 3736.0, 3816.0, 3733.0, 3793.0, 3732.0, 3793.0, 3743.0, 3817.0, 3764.0, 3814.0, 3743.0, 3780.0, 3751.0, 3792.0, 3738.0, 3759.0, 3741.0, 3805.0, 3740.0, 3719.0, 3748.0, 3726.0, 3748.0, 3726.0, 3770.0, 3726.0, 3738.0, 3727.0, 3727.0, 3714.0, 3738.0, 3747.0, 3727.0, 3716.0, 3727.0, 3715.0, 3726.0, 3778.0, 3727.0, 3789.0, 3717.0, 3768.0, 3730.0, 3759.0, 3727.0, 3780.0, 3728.0, 3717.0, 3728.0, 3717.0, 3729.0, 3729.0, 3741.0, 3751.0, 3745.0, 3739.0, 3741.0, 3730.0, 3743.0, 3803.0, 3751.0, 3731.0, 3751.0, 3717.0, 3752.0, 3730.0, 3751.0, 3792.0, 3728.0, 3706.0, 3737.0, 3706.0, 3758.0, 3729.0, 3748.0, 3728.0, 3749.0, 3716.0, 3760.0, 3720.0, 3793.0, 3726.0, 3769.0, 3716.0, 3769.0, 3709.0, 3789.0, 3717.0, 3779.0, 3704.0, 3758.0, 3718.0, 3779.0, 3717.0, 3779.0, 3728.0, 3737.0, 3705.0, 3758.0, 3718.0, 3770.0, 3727.0, 3757.0, 3718.0, 3749.0, 3718.0, 3728.0, 3777.0, 3716.0, 3763.0, 3714.0, 3766.0, 3717.0, 3757.0, 3718.0, 3758.0, 3728.0, 3780.0, 3714.0, 3768.0, 3728.0, 3751.0, 3731.0, 3739.0, 3716.0, 3762.0, 3752.0, 3774.0, 3772.0, 3758.0, 3759.0, 3753.0, 3772.0, 3731.0, 3760.0, 3728.0, 3760.0, 3730.0, 3793.0, 3729.0, 3791.0, 3707.0, 3790.0, 3756.0, 3779.0, 3785.0, 3744.0, 3774.0, 3711.0, 3752.0, 3714.0, 3774.0, 3714.0, 3753.0, 3711.0, 3761.0, 3711.0, 3761.0, 3711.0, 3745.0, 3709.0, 3731.0, 3700.0, 3708.0, 3690.0, 3712.0, 3699.0, 3709.0, 3689.0, 3701.0, 3711.0, 3714.0, 3775.0, 3735.0, 3746.0, 3738.0, 3727.0, 3738.0, 3717.0, 3719.0, 3736.0, 3761.0, 3750.0, 3749.0, 3718.0, 3760.0, 3729.0, 3791.0, 3744.0, 3805.0, 3764.0, 3782.0, 3739.0, 3780.0, 3740.0, 3813.0, 3752.0, 3781.0, 3742.0, 3781.0, 3728.0, 3793.0, 3732.0, 3793.0, 3740.0, 3762.0, 3739.0, 3782.0, 3731.0, 3814.0, 3743.0, 3793.0, 3740.0, 3792.0, 3740.0, 3793.0, 3731.0, 3793.0, 3731.0, 3794.0, 3739.0, 3800.0, 3731.0, 3804.0, 3762.0, 3793.0, 3718.0, 3780.0, 3717.0, 3758.0, 3719.0, 3770.0, 3715.0, 3740.0, 3716.0, 3730.0, 3705.0, 3727.0, 3803.0, 3740.0, 3730.0, 3729.0, 3717.0, 3719.0, 3721.0, 3742.0, 3783.0, 3742.0, 3730.0, 3741.0, 3772.0, 3753.0, 3801.0, 3741.0, 3730.0, 3730.0, 3771.0, 3731.0, 3820.0, 3745.0, 3804.0, 3739.0, 3800.0, 3729.0, 3779.0, 3728.0, 3788.0, 3758.0, 3769.0, 3716.0, 3747.0, 3716.0, 3758.0, 3716.0, 3748.0, 3727.0, 3738.0, 3718.0, 3726.0, 3715.0, 3728.0, 3728.0, 3746.0, 3719.0, 3727.0, 3717.0, 3728.0, 3719.0, 3740.0, 3718.0, 3728.0, 3728.0, 3738.0, 3732.0, 3745.0, 3797.0, 3732.0, 3729.0, 3728.0, 3758.0, 3732.0, 3812.0, 3742.0, 3772.0, 3729.0, 3791.0, 3729.0, 3791.0, 3740.0, 3781.0, 3719.0, 3761.0, 3728.0, 3738.0, 3706.0, 3729.0, 3770.0, 3718.0, 3749.0, 3707.0, 3769.0, 3741.0, 3808.0, 3774.0, 3762.0, 3744.0, 3730.0, 3751.0, 3768.0, 3774.0, 3743.0, 3796.0, 3751.0, 3786.0, 3743.0, 3799.0, 3747.0, 3808.0, 3732.0, 3772.0, 3734.0, 3755.0, 3742.0, 3793.0, 3742.0, 3800.0, 3739.0, 3814.0, 3761.0, 3777.0, 3727.0, 3778.0, 3727.0, 3802.0, 3729.0, 3781.0, 3718.0, 3769.0, 3729.0, 3768.0, 3718.0, 3779.0, 3719.0, 3771.0, 3727.0, 3771.0, 3725.0, 3781.0, 3740.0, 3782.0, 3731.0, 3781.0, 3728.0, 3769.0, 3719.0, 3761.0, 3718.0, 3761.0, 3720.0, 3730.0, 3719.0, 3726.0, 3772.0, 3730.0, 3730.0, 3732.0, 3707.0, 3729.0, 3741.0, 3742.0, 3793.0, 3733.0, 3760.0, 3728.0, 3810.0, 3732.0, 3778.0, 3726.0, 3773.0, 3717.0, 3728.0, 3721.0, 3716.0, 3729.0, 3732.0, 3733.0, 3764.0, 3731.0, 3765.0, 3742.0, 3775.0, 3746.0, 3795.0, 3744.0, 3785.0, 3742.0, 3742.0, 3717.0, 3761.0, 3752.0, 3759.0, 3730.0, 3740.0, 3728.0, 3743.0, 3731.0, 3752.0, 3720.0, 3750.0, 3717.0, 3726.0, 3749.0, 3738.0, 3804.0, 3728.0, 3800.0, 3719.0, 3779.0, 3727.0, 3789.0, 3741.0, 3748.0, 3716.0, 3748.0, 3728.0, 3760.0, 3731.0, 3728.0, 3731.0, 3730.0, 3741.0, 3770.0, 3733.0, 3793.0, 3740.0, 3770.0, 3744.0, 3803.0, 3753.0, 3804.0, 3751.0, 3800.0, 3716.0, 3775.0, 3718.0, 3767.0, 3717.0, 3779.0, 3737.0, 3780.0, 3720.0, 3770.0, 3718.0, 3781.0, 3740.0, 3780.0, 3708.0, 3770.0, 3716.0, 3760.0, 3706.0, 3749.0, 3737.0, 3715.0, 3726.0, 3714.0, 3705.0, 3724.0, 3758.0, 3739.0, 3708.0, 3739.0, 3707.0, 3740.0, 3725.0, 3747.0, 3717.0, 3749.0, 3707.0, 3749.0, 3719.0, 3753.0, 3760.0, 3739.0, 3722.0, 3741.0, 3726.0, 3739.0, 3782.0, 3751.0, 3749.0, 3738.0, 3750.0, 3729.0, 3759.0, 3741.0, 3782.0, 3740.0, 3718.0, 3740.0, 3718.0, 3740.0, 3740.0, 3742.0, 3740.0, 3753.0, 3805.0, 3730.0, 3800.0, 3741.0, 3792.0, 3752.0, 3772.0, 3721.0, 3760.0, 3733.0, 3784.0, 3756.0, 3773.0, 3723.0, 3774.0, 3723.0, 3784.0, 3733.0, 3765.0, 3744.0, 3771.0, 3744.0, 3806.0, 3753.0, 3804.0, 3741.0, 3774.0, 3751.0, 3781.0, 3743.0, 3814.0, 3742.0, 3770.0, 3718.0, 3782.0, 3729.0, 3815.0, 3727.0, 3803.0, 3719.0, 3790.0, 3719.0, 3766.0, 3718.0, 3778.0, 3715.0, 3747.0, 3693.0, 3724.0, 3689.0, 3725.0, 3766.0, 3717.0, 3775.0, 3715.0, 3767.0, 3707.0, 3754.0, 3716.0, 3748.0, 3707.0, 3747.0, 3708.0, 3735.0, 3696.0, 3737.0, 3695.0, 3737.0, 3706.0, 3738.0, 3717.0, 3741.0, 3724.0, 3730.0, 3708.0, 3728.0, 3708.0, 3740.0, 3729.0, 3743.0, 3722.0, 3742.0, 3719.0, 3743.0, 3773.0, 3752.0, 3753.0, 3749.0, 3780.0, 3739.0, 3809.0, 3732.0, 3812.0, 3743.0, 3792.0, 3720.0, 3781.0, 3733.0, 3794.0, 3744.0, 3793.0, 3729.0, 3790.0, 3729.0, 3792.0, 3731.0, 3793.0, 3743.0, 3752.0, 3730.0, 3761.0, 3742.0, 3812.0, 3743.0, 3805.0, 3743.0, 3803.0, 3740.0, 3791.0, 3730.0, 3793.0, 3752.0, 3792.0, 3730.0, 3789.0, 3718.0, 3781.0, 3729.0, 3783.0, 3730.0, 3793.0, 3731.0, 3770.0, 3719.0, 3793.0, 3751.0, 3781.0, 3731.0, 3781.0, 3721.0, 3785.0, 3731.0, 3782.0, 3729.0, 3770.0, 3732.0, 3794.0, 3741.0, 3816.0, 3752.0, 3772.0, 3741.0, 3729.0, 3743.0, 3734.0, 3765.0, 3742.0, 3774.0, 3733.0, 3763.0, 3733.0, 3773.0, 3721.0, 3771.0, 3745.0, 3787.0, 3733.0, 3775.0, 3743.0, 3753.0, 3734.0, 3776.0, 3775.0, 3741.0, 3807.0, 3743.0, 3806.0, 3744.0, 3719.0, 3730.0, 3719.0, 3742.0, 3783.0, 3744.0, 3742.0, 3732.0, 3794.0, 3731.0, 3814.0, 3732.0, 3781.0, 3719.0, 3781.0, 3730.0, 3770.0, 3716.0, 3750.0, 3718.0, 3730.0, 3716.0, 3729.0, 3789.0, 3717.0, 3791.0, 3720.0, 3760.0, 3719.0, 3758.0, 3720.0, 3771.0, 3728.0, 3761.0, 3719.0, 3750.0, 3732.0, 3730.0, 3719.0, 3761.0, 3730.0], 'WindowWidth': [8671.0, 8564.0, 8592.0, 8570.0, 8571.0, 8452.0, 8525.0, 8473.0, 8526.0, 8446.0, 8495.0, 8456.0, 8469.0, 8440.0, 8467.0, 8468.0, 8519.0, 8458.0, 8494.0, 8450.0, 8456.0, 8456.0, 8498.0, 8441.0, 8516.0, 8429.0, 8493.0, 8423.0, 8481.0, 8409.0, 8479.0, 8427.0, 8496.0, 8442.0, 8469.0, 8416.0, 8466.0, 8425.0, 8498.0, 8425.0, 8475.0, 8422.0, 8463.0, 8431.0, 8471.0, 8496.0, 8424.0, 8448.0, 8419.0, 8487.0, 8431.0, 8506.0, 8462.0, 8489.0, 8444.0, 8406.0, 8431.0, 8434.0, 8474.0, 8413.0, 8488.0, 8434.0, 8513.0, 8454.0, 8552.0, 8483.0, 8516.0, 8444.0, 8509.0, 8438.0, 8540.0, 8447.0, 8535.0, 8491.0, 8493.0, 8424.0, 8489.0, 8426.0, 8530.0, 8429.0, 8440.0, 8429.0, 8437.0, 8431.0, 8493.0, 8445.0, 8526.0, 8442.0, 8484.0, 8425.0, 8523.0, 8436.0, 8539.0, 8458.0, 8527.0, 8440.0, 8501.0, 8422.0, 8488.0, 8425.0, 8475.0, 8421.0, 8472.0, 8408.0, 8475.0, 8405.0, 8481.0, 8406.0, 8434.0, 8390.0, 8436.0, 8417.0, 8474.0, 8476.0, 8431.0, 8431.0, 8460.0, 8412.0, 8460.0, 8424.0, 8471.0, 8454.0, 8489.0, 8415.0, 8466.0, 8424.0, 8533.0, 8444.0, 8548.0, 8434.0, 8513.0, 8432.0, 8512.0, 8450.0, 8549.0, 8476.0, 8542.0, 8446.0, 8494.0, 8457.0, 8507.0, 8434.0, 8461.0, 8439.0, 8530.0, 8438.0, 8408.0, 8445.0, 8413.0, 8442.0, 8413.0, 8475.0, 8413.0, 8431.0, 8413.0, 8414.0, 8394.0, 8431.0, 8442.0, 8416.0, 8398.0, 8414.0, 8397.0, 8412.0, 8482.0, 8416.0, 8498.0, 8401.0, 8468.0, 8425.0, 8460.0, 8417.0, 8491.0, 8421.0, 8405.0, 8419.0, 8403.0, 8422.0, 8423.0, 8441.0, 8455.0, 8451.0, 8437.0, 8441.0, 8424.0, 8446.0, 8524.0, 8452.0, 8427.0, 8452.0, 8402.0, 8455.0, 8427.0, 8457.0, 8511.0, 8419.0, 8387.0, 8428.0, 8387.0, 8462.0, 8422.0, 8449.0, 8419.0, 8446.0, 8402.0, 8465.0, 8413.0, 8511.0, 8414.0, 8472.0, 8400.0, 8474.0, 8397.0, 8500.0, 8404.0, 8485.0, 8383.0, 8456.0, 8406.0, 8486.0, 8404.0, 8485.0, 8416.0, 8428.0, 8385.0, 8456.0, 8406.0, 8474.0, 8415.0, 8454.0, 8408.0, 8449.0, 8408.0, 8419.0, 8480.0, 8398.0, 8456.0, 8392.0, 8463.0, 8403.0, 8456.0, 8406.0, 8458.0, 8420.0, 8491.0, 8399.0, 8472.0, 8419.0, 8453.0, 8430.0, 8437.0, 8403.0, 8471.0, 8462.0, 8491.0, 8484.0, 8458.0, 8461.0, 8456.0, 8484.0, 8424.0, 8462.0, 8418.0, 8465.0, 8425.0, 8512.0, 8422.0, 8507.0, 8388.0, 8501.0, 8449.0, 8485.0, 8486.0, 8429.0, 8467.0, 8381.0, 8434.0, 8388.0, 8468.0, 8386.0, 8437.0, 8379.0, 8444.0, 8380.0, 8444.0, 8380.0, 8426.0, 8377.0, 8405.0, 8364.0, 8373.0, 8350.0, 8382.0, 8362.0, 8376.0, 8350.0, 8370.0, 8382.0, 8390.0, 8474.0, 8423.0, 8438.0, 8432.0, 8414.0, 8431.0, 8405.0, 8411.0, 8430.0, 8468.0, 8454.0, 8449.0, 8407.0, 8464.0, 8426.0, 8508.0, 8455.0, 8530.0, 8476.0, 8498.0, 8439.0, 8491.0, 8439.0, 8540.0, 8457.0, 8493.0, 8442.0, 8491.0, 8420.0, 8510.0, 8432.0, 8510.0, 8439.0, 8467.0, 8435.0, 8494.0, 8427.0, 8541.0, 8446.0, 8510.0, 8438.0, 8507.0, 8438.0, 8510.0, 8430.0, 8511.0, 8430.0, 8512.0, 8438.0, 8517.0, 8427.0, 8527.0, 8470.0, 8509.0, 8405.0, 8487.0, 8403.0, 8457.0, 8409.0, 8479.0, 8399.0, 8436.0, 8401.0, 8423.0, 8384.0, 8419.0, 8525.0, 8438.0, 8423.0, 8421.0, 8403.0, 8408.0, 8414.0, 8446.0, 8499.0, 8445.0, 8428.0, 8442.0, 8482.0, 8461.0, 8523.0, 8442.0, 8423.0, 8423.0, 8477.0, 8426.0, 8545.0, 8448.0, 8524.0, 8433.0, 8514.0, 8419.0, 8483.0, 8418.0, 8497.0, 8457.0, 8470.0, 8399.0, 8439.0, 8398.0, 8453.0, 8399.0, 8443.0, 8414.0, 8429.0, 8401.0, 8411.0, 8395.0, 8417.0, 8419.0, 8440.0, 8407.0, 8414.0, 8403.0, 8420.0, 8409.0, 8436.0, 8406.0, 8419.0, 8421.0, 8436.0, 8432.0, 8454.0, 8525.0, 8433.0, 8427.0, 8423.0, 8460.0, 8433.0, 8536.0, 8443.0, 8481.0, 8422.0, 8503.0, 8422.0, 8503.0, 8438.0, 8491.0, 8409.0, 8465.0, 8416.0, 8430.0, 8388.0, 8421.0, 8475.0, 8405.0, 8444.0, 8389.0, 8471.0, 8440.0, 8540.0, 8491.0, 8472.0, 8450.0, 8427.0, 8457.0, 8486.0, 8489.0, 8447.0, 8516.0, 8454.0, 8507.0, 8444.0, 8529.0, 8460.0, 8541.0, 8431.0, 8484.0, 8438.0, 8465.0, 8445.0, 8511.0, 8443.0, 8516.0, 8437.0, 8540.0, 8465.0, 8481.0, 8416.0, 8482.0, 8416.0, 8520.0, 8422.0, 8487.0, 8404.0, 8471.0, 8419.0, 8468.0, 8407.0, 8484.0, 8408.0, 8477.0, 8416.0, 8476.0, 8414.0, 8492.0, 8438.0, 8495.0, 8426.0, 8490.0, 8420.0, 8475.0, 8408.0, 8466.0, 8406.0, 8466.0, 8409.0, 8423.0, 8407.0, 8415.0, 8483.0, 8424.0, 8424.0, 8427.0, 8390.0, 8423.0, 8441.0, 8446.0, 8513.0, 8435.0, 8465.0, 8421.0, 8531.0, 8428.0, 8486.0, 8416.0, 8484.0, 8404.0, 8419.0, 8411.0, 8401.0, 8422.0, 8430.0, 8434.0, 8477.0, 8430.0, 8477.0, 8445.0, 8493.0, 8458.0, 8519.0, 8450.0, 8504.0, 8442.0, 8443.0, 8404.0, 8468.0, 8455.0, 8462.0, 8422.0, 8437.0, 8418.0, 8443.0, 8428.0, 8455.0, 8410.0, 8451.0, 8402.0, 8416.0, 8450.0, 8435.0, 8524.0, 8418.0, 8514.0, 8406.0, 8485.0, 8419.0, 8500.0, 8440.0, 8445.0, 8402.0, 8444.0, 8421.0, 8464.0, 8428.0, 8421.0, 8427.0, 8424.0, 8440.0, 8478.0, 8432.0, 8512.0, 8439.0, 8476.0, 8451.0, 8524.0, 8459.0, 8524.0, 8456.0, 8517.0, 8399.0, 8475.0, 8403.0, 8465.0, 8405.0, 8485.0, 8432.0, 8488.0, 8410.0, 8475.0, 8408.0, 8493.0, 8437.0, 8489.0, 8392.0, 8476.0, 8399.0, 8460.0, 8386.0, 8444.0, 8425.0, 8395.0, 8409.0, 8393.0, 8382.0, 8408.0, 8457.0, 8432.0, 8390.0, 8433.0, 8389.0, 8435.0, 8413.0, 8443.0, 8403.0, 8447.0, 8390.0, 8447.0, 8408.0, 8460.0, 8463.0, 8437.0, 8415.0, 8438.0, 8415.0, 8435.0, 8494.0, 8453.0, 8449.0, 8433.0, 8449.0, 8421.0, 8460.0, 8442.0, 8493.0, 8438.0, 8406.0, 8437.0, 8406.0, 8439.0, 8440.0, 8443.0, 8439.0, 8458.0, 8527.0, 8424.0, 8517.0, 8441.0, 8507.0, 8456.0, 8479.0, 8413.0, 8462.0, 8437.0, 8502.0, 8469.0, 8487.0, 8421.0, 8488.0, 8420.0, 8501.0, 8435.0, 8479.0, 8451.0, 8481.0, 8449.0, 8532.0, 8463.0, 8530.0, 8442.0, 8487.0, 8457.0, 8493.0, 8446.0, 8542.0, 8443.0, 8476.0, 8407.0, 8492.0, 8421.0, 8541.0, 8418.0, 8520.0, 8407.0, 8500.0, 8406.0, 8465.0, 8406.0, 8483.0, 8395.0, 8439.0, 8365.0, 8406.0, 8354.0, 8410.0, 8462.0, 8400.0, 8474.0, 8397.0, 8465.0, 8387.0, 8448.0, 8399.0, 8440.0, 8388.0, 8439.0, 8389.0, 8422.0, 8373.0, 8428.0, 8371.0, 8429.0, 8386.0, 8430.0, 8403.0, 8439.0, 8409.0, 8422.0, 8390.0, 8418.0, 8394.0, 8440.0, 8423.0, 8444.0, 8415.0, 8443.0, 8409.0, 8446.0, 8484.0, 8457.0, 8459.0, 8449.0, 8490.0, 8436.0, 8529.0, 8431.0, 8536.0, 8444.0, 8506.0, 8411.0, 8490.0, 8430.0, 8511.0, 8447.0, 8510.0, 8424.0, 8503.0, 8424.0, 8508.0, 8428.0, 8510.0, 8445.0, 8456.0, 8425.0, 8466.0, 8444.0, 8536.0, 8447.0, 8528.0, 8445.0, 8521.0, 8439.0, 8506.0, 8425.0, 8510.0, 8457.0, 8506.0, 8424.0, 8499.0, 8407.0, 8491.0, 8424.0, 8495.0, 8425.0, 8507.0, 8427.0, 8475.0, 8413.0, 8510.0, 8454.0, 8493.0, 8427.0, 8492.0, 8416.0, 8503.0, 8431.0, 8496.0, 8424.0, 8479.0, 8430.0, 8513.0, 8443.0, 8547.0, 8459.0, 8483.0, 8443.0, 8423.0, 8445.0, 8435.0, 8479.0, 8447.0, 8490.0, 8435.0, 8473.0, 8433.0, 8487.0, 8419.0, 8484.0, 8455.0, 8511.0, 8437.0, 8494.0, 8451.0, 8463.0, 8437.0, 8494.0, 8490.0, 8443.0, 8535.0, 8448.0, 8531.0, 8450.0, 8410.0, 8426.0, 8409.0, 8445.0, 8498.0, 8449.0, 8443.0, 8431.0, 8513.0, 8428.0, 8542.0, 8430.0, 8493.0, 8410.0, 8490.0, 8422.0, 8476.0, 8401.0, 8449.0, 8404.0, 8422.0, 8400.0, 8420.0, 8498.0, 8403.0, 8501.0, 8408.0, 8459.0, 8407.0, 8457.0, 8408.0, 8478.0, 8418.0, 8464.0, 8408.0, 8448.0, 8427.0, 8422.0, 8410.0, 8466.0, 8426.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.003829873271889401</td></tr>
<tr><td colspan=3>aqi</td><td>0.024675499999999996</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.37078905816615</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2407963814763547</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0625423197693185</td></tr>
<tr><td colspan=3>efc</td><td>0.4596</td></tr>
<tr><td colspan=3>fber</td><td>5044.9155</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1256279565270152</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.557603686635945</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3554115573743633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2408437647559394</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5569463026740133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2684446046931375</td></tr>
<tr><td colspan=3>gcor</td><td>0.0081943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016684601083397865</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0421416237950325</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.8655088154903376</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.605</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7815</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.6858</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305805.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>603.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.529</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.2286</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3017.6422</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.963</td></tr>
<tr><td colspan=3>tsnr</td><td>35.20992669300176</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>