ds005256-mriqc/sub-0126_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter ef4804b8a1 [DATALAD RUNCMD] Compute MRIQC for sub-0126
=== 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-0126 --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-0126",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:42:43 +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-0126_ses-01_task-social_acq-mb8_run-02_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-0126_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-02_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-0126/ses-01/func/sub-0126_ses-01_task-social_acq-mb8_run-02_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>3f851a08181403c4657b41f8bad7ca96</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:22:16.642500</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.998815, 0.0352021, 0.0336033, -0.0355776, 0.99931, 0.0106416]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.105239</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7807, -7223, 0, -118, -141, -44, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>289.95</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33094e62-d17b-49ec-a172-8255fa0cd5e2||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.6797478199005127, -0.09545208513736725, 0.08965486288070679, 118.63660430908203], [-0.09444472938776016, 2.6810762882232666, 0.03192627429962158, -78.93059539794922], [0.09015516936779022, -0.02855071611702442, 2.698322296142578, -78.11164855957031], [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': ['192216.642500', '192217.102500', '192217.562500', '192218.022500', '192218.482500', '192218.942500', '192219.402500', '192219.862500', '192220.322500', '192220.782500', '192221.242500', '192221.702500', '192222.162500', '192222.622500', '192223.082500', '192223.542500', '192224.002500', '192224.462500', '192224.922500', '192225.382500', '192225.842500', '192226.302500', '192226.762500', '192227.222500', '192227.682500', '192228.142500', '192228.602500', '192229.062500', '192229.522500', '192229.982500', '192230.442500', '192230.902500', '192231.362500', '192231.822500', '192232.282500', '192232.742500', '192233.202500', '192233.662500', '192234.122500', '192234.582500', '192235.042500', '192235.502500', '192235.962500', '192236.422500', '192236.882500', '192237.342500', '192237.802500', '192238.262500', '192238.722500', '192239.182500', '192239.642500', '192240.102500', '192240.562500', '192241.022500', '192241.482500', '192241.942500', '192242.402500', '192242.862500', '192243.322500', '192243.782500', '192244.242500', '192244.702500', '192245.162500', '192245.622500', '192246.082500', '192246.542500', '192247.002500', '192247.462500', '192247.922500', '192248.382500', '192248.842500', '192249.302500', '192249.762500', '192250.222500', '192250.682500', '192251.142500', '192251.602500', '192252.062500', '192252.522500', '192252.982500', '192253.442500', '192253.902500', '192254.362500', '192254.822500', '192255.282500', '192255.742500', '192256.202500', '192256.662500', '192257.122500', '192257.582500', '192258.042500', '192258.502500', '192258.962500', '192259.422500', '192259.882500', '192300.342500', '192300.802500', '192301.262500', '192301.722500', '192302.182500', '192302.642500', '192303.102500', '192303.562500', '192304.022500', '192304.482500', '192304.942500', '192305.402500', '192305.862500', '192306.322500', '192306.782500', '192307.242500', '192307.702500', '192308.162500', '192308.622500', '192309.082500', '192309.542500', '192310.002500', '192310.462500', '192310.922500', '192311.382500', '192311.842500', '192312.302500', '192312.762500', '192313.222500', '192313.682500', '192314.142500', '192314.602500', '192315.062500', '192315.522500', '192315.982500', '192316.442500', '192316.902500', '192317.362500', '192317.822500', '192318.282500', '192318.742500', '192319.202500', '192319.662500', '192320.122500', '192320.582500', '192321.042500', '192321.502500', '192321.962500', '192322.422500', '192322.882500', '192323.342500', '192323.802500', '192324.262500', '192324.722500', '192325.182500', '192325.642500', '192326.102500', '192326.562500', '192327.022500', '192327.482500', '192327.942500', '192328.402500', '192328.862500', '192329.322500', '192329.782500', '192330.242500', '192330.702500', '192331.162500', '192331.622500', '192332.082500', '192332.542500', '192333.002500', '192333.462500', '192333.922500', '192334.382500', '192334.842500', '192335.302500', '192335.762500', '192336.222500', '192336.682500', '192337.142500', '192337.602500', '192338.062500', '192338.522500', '192338.982500', '192339.442500', '192339.902500', '192340.362500', '192340.822500', '192341.282500', '192341.742500', '192342.202500', '192342.662500', '192343.122500', '192343.582500', '192344.042500', '192344.502500', '192344.962500', '192345.422500', '192345.882500', '192346.342500', '192346.802500', '192347.262500', '192347.722500', '192348.182500', '192348.642500', '192349.102500', '192349.562500', '192350.022500', '192350.482500', '192350.942500', '192351.402500', '192351.862500', '192352.322500', '192352.782500', '192353.242500', '192353.702500', '192354.162500', '192354.622500', '192355.082500', '192355.542500', '192356.002500', '192356.462500', '192356.922500', '192357.382500', '192357.842500', '192358.302500', '192358.762500', '192359.222500', '192359.682500', '192400.142500', '192400.602500', '192401.062500', '192401.522500', '192401.982500', '192402.442500', '192402.902500', '192403.362500', '192403.822500', '192404.282500', '192404.742500', '192405.202500', '192405.662500', '192406.122500', '192406.582500', '192407.042500', '192407.502500', '192407.962500', '192408.422500', '192408.882500', '192409.342500', '192409.802500', '192410.262500', '192410.722500', '192411.182500', '192411.642500', '192412.102500', '192412.562500', '192413.022500', '192413.482500', '192413.942500', '192414.402500', '192414.862500', '192415.322500', '192415.782500', '192416.242500', '192416.702500', '192417.162500', '192417.622500', '192418.082500', '192418.542500', '192419.002500', '192419.462500', '192419.922500', '192420.382500', '192420.842500', '192421.302500', '192421.762500', '192422.222500', '192422.682500', '192423.142500', '192423.602500', '192424.062500', '192424.522500', '192424.982500', '192425.442500', '192425.902500', '192426.362500', '192426.822500', '192427.282500', '192427.742500', '192428.202500', '192428.662500', '192429.122500', '192429.582500', '192430.042500', '192430.502500', '192430.962500', '192431.422500', '192431.882500', '192432.342500', '192432.802500', '192433.262500', '192433.722500', '192434.182500', '192434.642500', '192435.102500', '192435.562500', '192436.022500', '192436.482500', '192436.942500', '192437.402500', '192437.862500', '192438.322500', '192438.782500', '192439.242500', '192439.702500', '192440.162500', '192440.622500', '192441.082500', '192441.542500', '192442.002500', '192442.462500', '192442.922500', '192443.382500', '192443.842500', '192444.302500', '192444.762500', '192445.222500', '192445.682500', '192446.142500', '192446.602500', '192447.062500', '192447.522500', '192447.982500', '192448.442500', '192448.902500', '192449.362500', '192449.822500', '192450.282500', '192450.742500', '192451.202500', '192451.662500', '192452.122500', '192452.582500', '192453.042500', '192453.502500', '192453.962500', '192454.422500', '192454.882500', '192455.342500', '192455.802500', '192456.262500', '192456.722500', '192457.182500', '192457.642500', '192458.102500', '192458.562500', '192459.022500', '192459.482500', '192459.942500', '192500.402500', '192500.862500', '192501.322500', '192501.782500', '192502.242500', '192502.702500', '192503.162500', '192503.622500', '192504.082500', '192504.542500', '192505.002500', '192505.462500', '192505.922500', '192506.382500', '192506.842500', '192507.302500', '192507.762500', '192508.222500', '192508.682500', '192509.142500', '192509.602500', '192510.062500', '192510.522500', '192510.982500', '192511.442500', '192511.902500', '192512.362500', '192512.822500', '192513.282500', '192513.742500', '192514.202500', '192514.662500', '192515.122500', '192515.582500', '192516.042500', '192516.502500', '192516.962500', '192517.422500', '192517.882500', '192518.342500', '192518.802500', '192519.262500', '192519.722500', '192520.182500', '192520.642500', '192521.102500', '192521.562500', '192522.022500', '192522.482500', '192522.942500', '192523.402500', '192523.862500', '192524.322500', '192524.782500', '192525.242500', '192525.702500', '192526.162500', '192526.622500', '192527.082500', '192527.542500', '192528.002500', '192528.462500', '192528.922500', '192529.382500', '192529.842500', '192530.302500', '192530.762500', '192531.222500', '192531.682500', '192532.142500', '192532.602500', '192533.062500', '192533.522500', '192533.982500', '192534.442500', '192534.902500', '192535.362500', '192535.822500', '192536.282500', '192536.742500', '192537.202500', '192537.662500', '192538.122500', '192538.582500', '192539.042500', '192539.502500', '192539.962500', '192540.422500', '192540.882500', '192541.342500', '192541.802500', '192542.262500', '192542.722500', '192543.182500', '192543.642500', '192544.102500', '192544.562500', '192545.022500', '192545.482500', '192545.942500', '192546.402500', '192546.862500', '192547.322500', '192547.782500', '192548.242500', '192548.702500', '192549.162500', '192549.622500', '192550.082500', '192550.542500', '192551.002500', '192551.462500', '192551.922500', '192552.382500', '192552.842500', '192553.302500', '192553.762500', '192554.222500', '192554.682500', '192555.142500', '192555.602500', '192556.062500', '192556.522500', '192556.982500', '192557.442500', '192557.902500', '192558.362500', '192558.822500', '192559.282500', '192559.742500', '192600.202500', '192600.662500', '192601.122500', '192601.582500', '192602.042500', '192602.502500', '192602.962500', '192603.422500', '192603.882500', '192604.342500', '192604.802500', '192605.262500', '192605.722500', '192606.182500', '192606.642500', '192607.102500', '192607.562500', '192608.022500', '192608.482500', '192608.942500', '192609.402500', '192609.862500', '192610.322500', '192610.782500', '192611.242500', '192611.702500', '192612.162500', '192612.622500', '192613.082500', '192613.542500', '192614.002500', '192614.462500', '192614.922500', '192615.382500', '192615.842500', '192616.302500', '192616.762500', '192617.222500', '192617.682500', '192618.142500', '192618.602500', '192619.062500', '192619.522500', '192619.982500', '192620.442500', '192620.902500', '192621.362500', '192621.822500', '192622.282500', '192622.742500', '192623.202500', '192623.662500', '192624.122500', '192624.582500', '192625.042500', '192625.502500', '192625.962500', '192626.422500', '192626.882500', '192627.342500', '192627.802500', '192628.262500', '192628.722500', '192629.182500', '192629.642500', '192630.102500', '192630.562500', '192631.022500', '192631.482500', '192631.942500', '192632.402500', '192632.862500', '192633.322500', '192633.782500', '192634.242500', '192634.702500', '192635.162500', '192635.622500', '192636.082500', '192636.542500', '192637.002500', '192637.462500', '192637.922500', '192638.382500', '192638.842500', '192639.302500', '192639.762500', '192640.222500', '192640.682500', '192641.142500', '192641.602500', '192642.062500', '192642.522500', '192642.982500', '192643.442500', '192643.902500', '192644.362500', '192644.822500', '192645.282500', '192645.742500', '192646.202500', '192646.662500', '192647.122500', '192647.582500', '192648.042500', '192648.502500', '192648.962500', '192649.422500', '192649.882500', '192650.342500', '192650.802500', '192651.262500', '192651.722500', '192652.182500', '192652.642500', '192653.102500', '192653.562500', '192654.022500', '192654.482500', '192654.942500', '192655.402500', '192655.862500', '192656.322500', '192656.782500', '192657.242500', '192657.702500', '192658.162500', '192658.622500', '192659.082500', '192659.542500', '192700.002500', '192700.462500', '192700.922500', '192701.382500', '192701.842500', '192702.302500', '192702.762500', '192703.222500', '192703.682500', '192704.142500', '192704.602500', '192705.062500', '192705.522500', '192705.982500', '192706.442500', '192706.902500', '192707.362500', '192707.822500', '192708.282500', '192708.742500', '192709.202500', '192709.662500', '192710.122500', '192710.582500', '192711.042500', '192711.502500', '192711.962500', '192712.422500', '192712.882500', '192713.342500', '192713.802500', '192714.262500', '192714.722500', '192715.182500', '192715.642500', '192716.102500', '192716.562500', '192717.022500', '192717.482500', '192717.942500', '192718.402500', '192718.862500', '192719.322500', '192719.782500', '192720.242500', '192720.702500', '192721.162500', '192721.622500', '192722.082500', '192722.542500', '192723.002500', '192723.462500', '192723.922500', '192724.382500', '192724.842500', '192725.302500', '192725.762500', '192726.222500', '192726.682500', '192727.142500', '192727.602500', '192728.062500', '192728.522500', '192728.982500', '192729.442500', '192729.902500', '192730.362500', '192730.822500', '192731.282500', '192731.742500', '192732.202500', '192732.662500', '192733.122500', '192733.582500', '192734.042500', '192734.502500', '192734.962500', '192735.422500', '192735.882500', '192736.342500', '192736.802500', '192737.262500', '192737.722500', '192738.182500', '192738.642500', '192739.102500', '192739.562500', '192740.022500', '192740.482500', '192740.942500', '192741.402500', '192741.862500', '192742.322500', '192742.782500', '192743.242500', '192743.702500', '192744.162500', '192744.622500', '192745.082500', '192745.542500', '192746.002500', '192746.462500', '192746.922500', '192747.382500', '192747.842500', '192748.302500', '192748.762500', '192749.222500', '192749.682500', '192750.142500', '192750.602500', '192751.062500', '192751.522500', '192751.982500', '192752.442500', '192752.902500', '192753.362500', '192753.822500', '192754.282500', '192754.742500', '192755.202500', '192755.662500', '192756.122500', '192756.582500', '192757.042500', '192757.502500', '192757.962500', '192758.422500', '192758.882500', '192759.342500', '192759.802500', '192800.262500', '192800.722500', '192801.182500', '192801.642500', '192802.102500', '192802.562500', '192803.022500', '192803.482500', '192803.942500', '192804.402500', '192804.862500', '192805.322500', '192805.782500', '192806.242500', '192806.702500', '192807.162500', '192807.622500', '192808.082500', '192808.542500', '192809.002500', '192809.462500', '192809.922500', '192810.382500', '192810.842500', '192811.302500', '192811.762500', '192812.222500', '192812.682500', '192813.142500', '192813.602500', '192814.062500', '192814.522500', '192814.982500', '192815.442500', '192815.902500', '192816.362500', '192816.822500', '192817.282500', '192817.742500', '192818.202500', '192818.662500', '192819.122500', '192819.582500', '192820.042500', '192820.502500', '192820.962500', '192821.422500', '192821.882500', '192822.342500', '192822.802500', '192823.262500', '192823.722500', '192824.182500', '192824.642500', '192825.102500', '192825.562500', '192826.022500', '192826.482500', '192826.942500', '192827.402500', '192827.862500', '192828.322500', '192828.782500', '192829.242500', '192829.702500', '192830.162500', '192830.622500', '192831.082500', '192831.542500', '192832.002500', '192832.462500', '192832.922500', '192833.382500', '192833.842500', '192834.302500', '192834.762500', '192835.222500', '192835.682500', '192836.142500', '192836.602500', '192837.062500', '192837.522500', '192837.982500', '192838.442500', '192838.902500', '192839.362500', '192839.822500', '192840.282500', '192840.742500', '192841.202500', '192841.662500', '192842.122500', '192842.582500', '192843.042500', '192843.502500', '192843.962500', '192844.422500', '192844.882500', '192845.342500', '192845.802500', '192846.262500', '192846.722500', '192847.182500', '192847.642500', '192848.102500', '192848.562500', '192849.022500', '192849.482500', '192849.942500', '192850.402500', '192850.862500', '192851.322500', '192851.782500', '192852.242500', '192852.702500', '192853.162500', '192853.622500', '192854.082500', '192854.542500', '192855.002500', '192855.462500', '192855.922500', '192856.382500', '192856.842500', '192857.302500'], 'ContentTime': ['192242.691000', '192242.695000', '192242.697000', '192242.700000', '192242.702000', '192242.705000', '192242.708000', '192242.710000', '192242.713000', '192242.715000', '192242.718000', '192242.721000', '192242.723000', '192242.726000', '192242.729000', '192242.737000', '192242.740000', '192242.742000', '192242.745000', '192242.748000', '192242.750000', '192242.753000', '192242.755000', '192242.758000', '192242.760000', '192242.773000', '192242.775000', '192242.778000', '192242.780000', '192242.783000', '192242.785000', '192242.788000', '192242.790000', '192242.793000', '192242.796000', '192242.798000', '192242.801000', '192242.803000', '192242.806000', '192242.808000', '192242.811000', '192242.814000', '192242.816000', '192242.819000', '192242.822000', '192242.824000', '192242.827000', '192242.829000', '192242.832000', '192242.834000', '192242.837000', '192242.840000', '192242.842000', '192242.845000', '192302.624000', '192302.627000', '192302.629000', '192302.632000', '192302.634000', '192302.637000', '192302.640000', '192302.642000', '192302.645000', '192302.647000', '192302.650000', '192302.652000', '192302.655000', '192302.660000', '192302.662000', '192302.665000', '192302.667000', '192302.670000', '192302.673000', '192302.675000', '192302.678000', '192302.680000', '192302.683000', '192302.685000', '192302.688000', '192302.691000', '192302.693000', '192302.696000', '192302.698000', '192302.701000', '192302.704000', '192302.706000', '192302.709000', '192302.711000', '192302.714000', '192302.716000', '192302.719000', '192302.722000', '192302.724000', '192302.727000', '192302.729000', '192302.732000', '192302.734000', '192322.624000', '192322.626000', '192322.629000', '192322.631000', '192322.634000', '192322.637000', '192322.639000', '192322.642000', '192322.644000', '192322.647000', '192322.650000', '192322.652000', '192322.655000', '192322.657000', '192322.660000', '192322.662000', '192322.665000', '192322.667000', '192322.670000', '192322.673000', '192322.680000', '192322.682000', '192322.685000', '192322.687000', '192322.690000', '192322.693000', '192322.695000', '192322.698000', '192322.700000', '192322.703000', '192322.706000', '192322.708000', '192322.711000', '192322.713000', '192322.716000', '192322.718000', '192322.729000', '192322.732000', '192322.734000', '192322.737000', '192322.739000', '192322.742000', '192322.744000', '192322.747000', '192342.624000', '192342.626000', '192342.640000', '192342.643000', '192342.645000', '192342.648000', '192342.650000', '192342.653000', '192342.655000', '192342.658000', '192342.660000', '192342.663000', '192342.666000', '192342.668000', '192342.671000', '192342.673000', '192342.676000', '192342.679000', '192342.681000', '192342.684000', '192342.686000', '192342.689000', '192342.691000', '192342.694000', '192342.697000', '192342.699000', '192342.702000', '192342.704000', '192342.707000', '192342.710000', '192342.712000', '192342.715000', '192342.717000', '192342.720000', '192342.723000', '192342.725000', '192342.728000', '192342.730000', '192342.733000', '192342.735000', '192342.738000', '192342.741000', '192342.743000', '192402.622000', '192402.625000', '192402.628000', '192402.630000', '192402.633000', '192402.635000', '192402.638000', '192402.641000', '192402.644000', '192402.647000', '192402.650000', '192402.652000', '192402.655000', '192402.657000', '192402.660000', '192402.663000', '192402.665000', '192402.668000', '192402.671000', '192402.673000', '192402.676000', '192402.678000', '192402.681000', '192402.684000', '192402.686000', '192402.689000', '192402.692000', '192402.694000', '192402.697000', '192402.700000', '192402.702000', '192402.705000', '192402.707000', '192402.710000', '192402.712000', '192402.715000', '192402.729000', '192402.731000', '192402.734000', '192402.736000', '192402.739000', '192402.742000', '192402.744000', '192422.623000', '192422.626000', '192422.629000', '192422.634000', '192422.637000', '192422.640000', '192422.642000', '192422.645000', '192422.647000', '192422.650000', '192422.652000', '192422.655000', '192422.658000', '192422.660000', '192422.663000', '192422.665000', '192422.668000', '192422.670000', '192422.673000', '192422.676000', '192422.678000', '192422.681000', '192422.683000', '192422.686000', '192422.688000', '192422.691000', '192422.693000', '192422.696000', '192422.699000', '192422.701000', '192422.704000', '192422.706000', '192422.709000', '192422.711000', '192422.714000', '192422.716000', '192422.719000', '192422.722000', '192422.724000', '192422.727000', '192422.729000', '192422.732000', '192422.735000', '192422.737000', '192442.624000', '192442.626000', '192442.629000', '192442.631000', '192442.634000', '192442.637000', '192442.639000', '192442.642000', '192442.644000', '192442.647000', '192442.650000', '192442.653000', '192442.655000', '192442.658000', '192442.661000', '192442.663000', '192442.666000', '192442.669000', '192442.671000', '192442.674000', '192442.676000', '192442.679000', '192442.681000', '192442.684000', '192442.687000', '192442.689000', '192442.692000', '192442.695000', '192442.697000', '192442.700000', '192442.702000', '192442.705000', '192442.707000', '192442.710000', '192442.713000', '192442.715000', '192442.718000', '192442.720000', '192442.723000', '192442.725000', '192442.728000', '192442.731000', '192442.733000', '192502.623000', '192502.626000', '192502.629000', '192502.631000', '192502.634000', '192502.637000', '192502.639000', '192502.642000', '192502.644000', '192502.647000', '192502.649000', '192502.652000', '192502.655000', '192502.657000', '192502.660000', '192502.662000', '192502.665000', '192502.667000', '192502.670000', '192502.672000', '192502.675000', '192502.678000', '192502.680000', '192502.683000', '192502.685000', '192502.688000', '192502.690000', '192502.693000', '192502.699000', '192502.702000', '192502.705000', '192502.707000', '192502.710000', '192502.712000', '192502.715000', '192502.717000', '192502.720000', '192502.722000', '192502.725000', '192502.728000', '192502.730000', '192502.733000', '192502.735000', '192502.738000', '192522.623000', '192522.626000', '192522.629000', '192522.632000', '192522.634000', '192522.637000', '192522.639000', '192522.649000', '192522.652000', '192522.654000', '192522.657000', '192522.660000', '192522.662000', '192522.665000', '192522.668000', '192522.670000', '192522.673000', '192522.675000', '192522.678000', '192522.680000', '192522.684000', '192522.687000', '192522.690000', '192522.692000', '192522.695000', '192522.698000', '192522.700000', '192522.703000', '192522.705000', '192522.708000', '192522.711000', '192522.713000', '192522.716000', '192522.718000', '192522.721000', '192522.723000', '192522.726000', '192522.729000', '192522.744000', '192522.746000', '192522.749000', '192522.752000', '192522.754000', '192542.623000', '192542.626000', '192542.629000', '192542.632000', '192542.634000', '192542.637000', '192542.639000', '192542.642000', '192542.644000', '192542.653000', '192542.655000', '192542.658000', '192542.661000', '192542.663000', '192542.666000', '192542.669000', '192542.671000', '192542.674000', '192542.676000', '192542.679000', '192542.681000', '192542.684000', '192542.686000', '192542.689000', '192542.692000', '192542.694000', '192542.697000', '192542.700000', '192542.702000', '192542.705000', '192542.707000', '192542.710000', '192542.713000', '192542.715000', '192542.718000', '192542.721000', '192542.723000', '192542.726000', '192542.728000', '192542.731000', '192542.734000', '192542.736000', '192542.739000', '192542.741000', '192602.624000', '192602.626000', '192602.629000', '192602.632000', '192602.634000', '192602.637000', '192602.639000', '192602.642000', '192602.645000', '192602.647000', '192602.650000', '192602.652000', '192602.655000', '192602.657000', '192602.660000', '192602.663000', '192602.665000', '192602.668000', '192602.671000', '192602.673000', '192602.676000', '192602.678000', '192602.681000', '192602.683000', '192602.686000', '192602.689000', '192602.691000', '192602.694000', '192602.696000', '192602.699000', '192602.702000', '192602.704000', '192602.707000', '192602.709000', '192602.712000', '192602.714000', '192602.718000', '192602.721000', '192602.724000', '192602.726000', '192602.729000', '192602.732000', '192602.734000', '192622.622000', '192622.625000', '192622.628000', '192622.663000', '192622.666000', '192622.669000', '192622.671000', '192622.674000', '192622.676000', '192622.679000', '192622.681000', '192622.684000', '192622.687000', '192622.689000', '192622.692000', '192622.694000', '192622.697000', '192622.700000', '192622.702000', '192622.705000', '192622.707000', '192622.710000', '192622.713000', '192622.715000', '192622.718000', '192622.720000', '192622.723000', '192622.725000', '192622.728000', '192622.731000', '192622.733000', '192622.736000', '192622.738000', '192622.741000', '192622.743000', '192622.746000', '192622.749000', '192622.751000', '192622.754000', '192622.756000', '192622.759000', '192622.761000', '192622.764000', '192622.767000', '192642.624000', '192642.626000', '192642.629000', '192642.632000', '192642.634000', '192642.637000', '192642.640000', '192642.642000', '192642.645000', '192642.647000', '192642.650000', '192642.653000', '192642.655000', '192642.658000', '192642.660000', '192642.663000', '192642.665000', '192642.668000', '192642.671000', '192642.673000', '192642.676000', '192642.679000', '192642.681000', '192642.684000', '192642.686000', '192642.689000', '192642.705000', '192642.708000', '192642.710000', '192642.713000', '192642.716000', '192642.718000', '192642.721000', '192642.724000', '192642.729000', '192642.732000', '192642.735000', '192642.738000', '192642.740000', '192642.743000', '192642.746000', '192642.748000', '192642.751000', '192702.623000', '192702.626000', '192702.629000', '192702.632000', '192702.634000', '192702.637000', '192702.639000', '192702.642000', '192702.644000', '192702.647000', '192702.650000', '192702.652000', '192702.655000', '192702.657000', '192702.660000', '192702.662000', '192702.665000', '192702.667000', '192702.670000', '192702.673000', '192702.675000', '192702.678000', '192702.680000', '192702.683000', '192702.685000', '192702.688000', '192702.691000', '192702.693000', '192702.696000', '192702.699000', '192702.701000', '192702.704000', '192702.706000', '192702.709000', '192702.730000', '192702.732000', '192702.735000', '192702.737000', '192702.740000', '192702.743000', '192702.745000', '192702.748000', '192702.751000', '192702.753000', '192722.624000', '192722.627000', '192722.629000', '192722.632000', '192722.634000', '192722.637000', '192722.640000', '192722.642000', '192722.645000', '192722.647000', '192722.650000', '192722.652000', '192722.655000', '192722.658000', '192722.660000', '192722.663000', '192722.665000', '192722.668000', '192722.671000', '192722.673000', '192722.676000', '192722.678000', '192722.681000', '192722.683000', '192722.686000', '192722.689000', '192722.691000', '192722.694000', '192722.696000', '192722.699000', '192722.702000', '192722.704000', '192722.707000', '192722.709000', '192722.712000', '192722.715000', '192722.717000', '192722.720000', '192722.722000', '192722.725000', '192722.727000', '192722.730000', '192722.732000', '192742.623000', '192742.626000', '192742.629000', '192742.631000', '192742.634000', '192742.637000', '192742.639000', '192742.642000', '192742.644000', '192742.647000', '192742.650000', '192742.652000', '192742.655000', '192742.658000', '192742.660000', '192742.663000', '192742.666000', '192742.677000', '192742.680000', '192742.682000', '192742.685000', '192742.688000', '192742.690000', '192742.693000', '192742.695000', '192742.698000', '192742.701000', '192742.703000', '192742.706000', '192742.708000', '192742.711000', '192742.714000', '192742.716000', '192742.719000', '192742.721000', '192742.724000', '192742.727000', '192742.729000', '192742.732000', '192742.734000', '192742.737000', '192742.739000', '192742.742000', '192742.745000', '192802.623000', '192802.626000', '192802.629000', '192802.632000', '192802.634000', '192802.637000', '192802.639000', '192802.642000', '192802.645000', '192802.647000', '192802.650000', '192802.652000', '192802.655000', '192802.657000', '192802.660000', '192802.663000', '192802.665000', '192802.668000', '192802.671000', '192802.673000', '192802.676000', '192802.679000', '192802.681000', '192802.684000', '192802.686000', '192802.689000', '192802.692000', '192802.694000', '192802.697000', '192802.699000', '192802.702000', '192802.705000', '192802.707000', '192802.710000', '192802.712000', '192802.715000', '192802.718000', '192802.720000', '192802.723000', '192802.725000', '192802.728000', '192802.730000', '192802.733000', '192822.624000', '192822.626000', '192822.629000', '192822.632000', '192822.634000', '192822.637000', '192822.639000', '192822.642000', '192822.645000', '192822.647000', '192822.650000', '192822.652000', '192822.655000', '192822.658000', '192822.661000', '192822.663000', '192822.666000', '192822.669000', '192822.671000', '192822.674000', '192822.676000', '192822.679000', '192822.681000', '192822.684000', '192822.687000', '192822.689000', '192822.692000', '192822.695000', '192822.697000', '192822.700000', '192822.704000', '192822.716000', '192822.719000', '192822.721000', '192822.724000', '192822.727000', '192822.729000', '192822.732000', '192822.734000', '192822.737000', '192822.739000', '192822.742000', '192822.752000', '192822.754000', '192842.624000', '192842.626000', '192842.629000', '192842.632000', '192842.634000', '192842.637000', '192842.639000', '192842.642000', '192842.645000', '192842.647000', '192842.650000', '192842.653000', '192842.655000', '192842.658000', '192842.661000', '192842.663000', '192842.666000', '192842.668000', '192842.671000', '192842.674000', '192842.676000', '192842.679000', '192842.681000', '192842.684000', '192842.686000', '192842.689000', '192842.692000', '192842.694000', '192842.697000', '192842.699000', '192842.702000', '192842.705000', '192842.707000', '192842.710000', '192842.712000', '192842.715000', '192842.718000', '192842.720000', '192842.723000', '192842.725000', '192842.728000', '192842.731000', '192842.733000', '192858.855000', '192858.858000', '192858.861000', '192858.864000', '192858.866000', '192858.869000', '192858.872000', '192858.875000', '192858.877000', '192858.880000', '192858.883000', '192858.886000', '192858.889000', '192858.892000', '192858.895000', '192858.898000', '192858.900000', '192858.903000', '192858.906000', '192858.912000', '192858.915000', '192858.917000', '192858.920000', '192858.923000', '192858.927000', '192858.930000', '192858.933000', '192858.936000', '192858.939000', '192858.942000', '192858.944000', '192858.948000', '192858.952000', '192858.956000', '192858.960000', '192858.963000'], 'InstanceCreationTime': ['192242.691000', '192242.695000', '192242.697000', '192242.700000', '192242.702000', '192242.705000', '192242.708000', '192242.710000', '192242.713000', '192242.715000', '192242.718000', '192242.721000', '192242.723000', '192242.726000', '192242.729000', '192242.737000', '192242.740000', '192242.742000', '192242.745000', '192242.748000', '192242.750000', '192242.753000', '192242.755000', '192242.758000', '192242.760000', '192242.773000', '192242.775000', '192242.778000', '192242.780000', '192242.783000', '192242.785000', '192242.788000', '192242.790000', '192242.793000', '192242.796000', '192242.798000', '192242.801000', '192242.803000', '192242.806000', '192242.808000', '192242.811000', '192242.814000', '192242.816000', '192242.819000', '192242.822000', '192242.824000', '192242.827000', '192242.829000', '192242.832000', '192242.834000', '192242.837000', '192242.840000', '192242.842000', '192242.845000', '192302.624000', '192302.627000', '192302.629000', '192302.632000', '192302.634000', '192302.637000', '192302.640000', '192302.642000', '192302.645000', '192302.647000', '192302.650000', '192302.652000', '192302.655000', '192302.660000', '192302.662000', '192302.665000', '192302.667000', '192302.670000', '192302.673000', '192302.675000', '192302.678000', '192302.680000', '192302.683000', '192302.685000', '192302.688000', '192302.691000', '192302.693000', '192302.696000', '192302.698000', '192302.701000', '192302.704000', '192302.706000', '192302.709000', '192302.711000', '192302.714000', '192302.716000', '192302.719000', '192302.722000', '192302.724000', '192302.727000', '192302.729000', '192302.732000', '192302.734000', '192322.624000', '192322.626000', '192322.629000', '192322.631000', '192322.634000', '192322.637000', '192322.639000', '192322.642000', '192322.644000', '192322.647000', '192322.650000', '192322.652000', '192322.655000', '192322.657000', '192322.660000', '192322.662000', '192322.665000', '192322.667000', '192322.670000', '192322.673000', '192322.680000', '192322.682000', '192322.685000', '192322.687000', '192322.690000', '192322.693000', '192322.695000', '192322.698000', '192322.700000', '192322.703000', '192322.706000', '192322.708000', '192322.711000', '192322.713000', '192322.716000', '192322.718000', '192322.729000', '192322.732000', '192322.734000', '192322.737000', '192322.739000', '192322.742000', '192322.744000', '192322.747000', '192342.624000', '192342.626000', '192342.640000', '192342.643000', '192342.645000', '192342.648000', '192342.650000', '192342.653000', '192342.655000', '192342.658000', '192342.660000', '192342.663000', '192342.666000', '192342.668000', '192342.671000', '192342.673000', '192342.676000', '192342.679000', '192342.681000', '192342.684000', '192342.686000', '192342.689000', '192342.691000', '192342.694000', '192342.697000', '192342.699000', '192342.702000', '192342.704000', '192342.707000', '192342.710000', '192342.712000', '192342.715000', '192342.717000', '192342.720000', '192342.723000', '192342.725000', '192342.728000', '192342.730000', '192342.733000', '192342.735000', '192342.738000', '192342.741000', '192342.743000', '192402.622000', '192402.625000', '192402.628000', '192402.630000', '192402.633000', '192402.635000', '192402.638000', '192402.641000', '192402.644000', '192402.647000', '192402.650000', '192402.652000', '192402.655000', '192402.657000', '192402.660000', '192402.663000', '192402.665000', '192402.668000', '192402.671000', '192402.673000', '192402.676000', '192402.678000', '192402.681000', '192402.684000', '192402.686000', '192402.689000', '192402.692000', '192402.694000', '192402.697000', '192402.700000', '192402.702000', '192402.705000', '192402.707000', '192402.710000', '192402.712000', '192402.715000', '192402.729000', '192402.731000', '192402.734000', '192402.736000', '192402.739000', '192402.742000', '192402.744000', '192422.623000', '192422.626000', '192422.629000', '192422.634000', '192422.637000', '192422.640000', '192422.642000', '192422.645000', '192422.647000', '192422.650000', '192422.652000', '192422.655000', '192422.658000', '192422.660000', '192422.663000', '192422.665000', '192422.668000', '192422.670000', '192422.673000', '192422.676000', '192422.678000', '192422.681000', '192422.683000', '192422.686000', '192422.688000', '192422.691000', '192422.693000', '192422.696000', '192422.699000', '192422.701000', '192422.704000', '192422.706000', '192422.709000', '192422.711000', '192422.714000', '192422.716000', '192422.719000', '192422.722000', '192422.724000', '192422.727000', '192422.729000', '192422.732000', '192422.735000', '192422.737000', '192442.624000', '192442.626000', '192442.629000', '192442.631000', '192442.634000', '192442.637000', '192442.639000', '192442.642000', '192442.644000', '192442.647000', '192442.650000', '192442.653000', '192442.655000', '192442.658000', '192442.661000', '192442.663000', '192442.666000', '192442.669000', '192442.671000', '192442.674000', '192442.676000', '192442.679000', '192442.681000', '192442.684000', '192442.687000', '192442.689000', '192442.692000', '192442.695000', '192442.697000', '192442.700000', '192442.702000', '192442.705000', '192442.707000', '192442.710000', '192442.713000', '192442.715000', '192442.718000', '192442.720000', '192442.723000', '192442.725000', '192442.728000', '192442.731000', '192442.733000', '192502.623000', '192502.626000', '192502.629000', '192502.631000', '192502.634000', '192502.637000', '192502.639000', '192502.642000', '192502.644000', '192502.647000', '192502.649000', '192502.652000', '192502.655000', '192502.657000', '192502.660000', '192502.662000', '192502.665000', '192502.667000', '192502.670000', '192502.672000', '192502.675000', '192502.678000', '192502.680000', '192502.683000', '192502.685000', '192502.688000', '192502.690000', '192502.693000', '192502.699000', '192502.702000', '192502.705000', '192502.707000', '192502.710000', '192502.712000', '192502.715000', '192502.717000', '192502.720000', '192502.722000', '192502.725000', '192502.728000', '192502.730000', '192502.733000', '192502.735000', '192502.738000', '192522.623000', '192522.626000', '192522.629000', '192522.632000', '192522.634000', '192522.637000', '192522.639000', '192522.649000', '192522.652000', '192522.654000', '192522.657000', '192522.660000', '192522.662000', '192522.665000', '192522.668000', '192522.670000', '192522.673000', '192522.675000', '192522.678000', '192522.680000', '192522.684000', '192522.687000', '192522.690000', '192522.692000', '192522.695000', '192522.698000', '192522.700000', '192522.703000', '192522.705000', '192522.708000', '192522.711000', '192522.713000', '192522.716000', '192522.718000', '192522.721000', '192522.723000', '192522.726000', '192522.729000', '192522.744000', '192522.746000', '192522.749000', '192522.752000', '192522.754000', '192542.623000', '192542.626000', '192542.629000', '192542.632000', '192542.634000', '192542.637000', '192542.639000', '192542.642000', '192542.644000', '192542.653000', '192542.655000', '192542.658000', '192542.661000', '192542.663000', '192542.666000', '192542.669000', '192542.671000', '192542.674000', '192542.676000', '192542.679000', '192542.681000', '192542.684000', '192542.686000', '192542.689000', '192542.692000', '192542.694000', '192542.697000', '192542.700000', '192542.702000', '192542.705000', '192542.707000', '192542.710000', '192542.713000', '192542.715000', '192542.718000', '192542.721000', '192542.723000', '192542.726000', '192542.728000', '192542.731000', '192542.734000', '192542.736000', '192542.739000', '192542.741000', '192602.624000', '192602.626000', '192602.629000', '192602.632000', '192602.634000', '192602.637000', '192602.639000', '192602.642000', '192602.645000', '192602.647000', '192602.650000', '192602.652000', '192602.655000', '192602.657000', '192602.660000', '192602.663000', '192602.665000', '192602.668000', '192602.671000', '192602.673000', '192602.676000', '192602.678000', '192602.681000', '192602.683000', '192602.686000', '192602.689000', '192602.691000', '192602.694000', '192602.696000', '192602.699000', '192602.702000', '192602.704000', '192602.707000', '192602.709000', '192602.712000', '192602.714000', '192602.718000', '192602.721000', '192602.724000', '192602.726000', '192602.729000', '192602.732000', '192602.734000', '192622.622000', '192622.625000', '192622.628000', '192622.663000', '192622.666000', '192622.669000', '192622.671000', '192622.674000', '192622.676000', '192622.679000', '192622.681000', '192622.684000', '192622.687000', '192622.689000', '192622.692000', '192622.694000', '192622.697000', '192622.700000', '192622.702000', '192622.705000', '192622.707000', '192622.710000', '192622.713000', '192622.715000', '192622.718000', '192622.720000', '192622.723000', '192622.725000', '192622.728000', '192622.731000', '192622.733000', '192622.736000', '192622.738000', '192622.741000', '192622.743000', '192622.746000', '192622.749000', '192622.751000', '192622.754000', '192622.756000', '192622.759000', '192622.761000', '192622.764000', '192622.767000', '192642.624000', '192642.626000', '192642.629000', '192642.632000', '192642.634000', '192642.637000', '192642.640000', '192642.642000', '192642.645000', '192642.647000', '192642.650000', '192642.653000', '192642.655000', '192642.658000', '192642.660000', '192642.663000', '192642.665000', '192642.668000', '192642.671000', '192642.673000', '192642.676000', '192642.679000', '192642.681000', '192642.684000', '192642.686000', '192642.689000', '192642.705000', '192642.708000', '192642.710000', '192642.713000', '192642.716000', '192642.718000', '192642.721000', '192642.724000', '192642.729000', '192642.732000', '192642.735000', '192642.738000', '192642.740000', '192642.743000', '192642.746000', '192642.748000', '192642.751000', '192702.623000', '192702.626000', '192702.629000', '192702.632000', '192702.634000', '192702.637000', '192702.639000', '192702.642000', '192702.644000', '192702.647000', '192702.650000', '192702.652000', '192702.655000', '192702.657000', '192702.660000', '192702.662000', '192702.665000', '192702.667000', '192702.670000', '192702.673000', '192702.675000', '192702.678000', '192702.680000', '192702.683000', '192702.685000', '192702.688000', '192702.691000', '192702.693000', '192702.696000', '192702.699000', '192702.701000', '192702.704000', '192702.706000', '192702.709000', '192702.730000', '192702.732000', '192702.735000', '192702.737000', '192702.740000', '192702.743000', '192702.745000', '192702.748000', '192702.751000', '192702.753000', '192722.624000', '192722.627000', '192722.629000', '192722.632000', '192722.634000', '192722.637000', '192722.640000', '192722.642000', '192722.645000', '192722.647000', '192722.650000', '192722.652000', '192722.655000', '192722.658000', '192722.660000', '192722.663000', '192722.665000', '192722.668000', '192722.671000', '192722.673000', '192722.676000', '192722.678000', '192722.681000', '192722.683000', '192722.686000', '192722.689000', '192722.691000', '192722.694000', '192722.696000', '192722.699000', '192722.702000', '192722.704000', '192722.707000', '192722.709000', '192722.712000', '192722.715000', '192722.717000', '192722.720000', '192722.722000', '192722.725000', '192722.727000', '192722.730000', '192722.732000', '192742.623000', '192742.626000', '192742.629000', '192742.631000', '192742.634000', '192742.637000', '192742.639000', '192742.642000', '192742.644000', '192742.647000', '192742.650000', '192742.652000', '192742.655000', '192742.658000', '192742.660000', '192742.663000', '192742.666000', '192742.677000', '192742.680000', '192742.682000', '192742.685000', '192742.688000', '192742.690000', '192742.693000', '192742.695000', '192742.698000', '192742.701000', '192742.703000', '192742.706000', '192742.708000', '192742.711000', '192742.714000', '192742.716000', '192742.719000', '192742.721000', '192742.724000', '192742.727000', '192742.729000', '192742.732000', '192742.734000', '192742.737000', '192742.739000', '192742.742000', '192742.745000', '192802.623000', '192802.626000', '192802.629000', '192802.632000', '192802.634000', '192802.637000', '192802.639000', '192802.642000', '192802.645000', '192802.647000', '192802.650000', '192802.652000', '192802.655000', '192802.657000', '192802.660000', '192802.663000', '192802.665000', '192802.668000', '192802.671000', '192802.673000', '192802.676000', '192802.679000', '192802.681000', '192802.684000', '192802.686000', '192802.689000', '192802.692000', '192802.694000', '192802.697000', '192802.699000', '192802.702000', '192802.705000', '192802.707000', '192802.710000', '192802.712000', '192802.715000', '192802.718000', '192802.720000', '192802.723000', '192802.725000', '192802.728000', '192802.730000', '192802.733000', '192822.624000', '192822.626000', '192822.629000', '192822.632000', '192822.634000', '192822.637000', '192822.639000', '192822.642000', '192822.645000', '192822.647000', '192822.650000', '192822.652000', '192822.655000', '192822.658000', '192822.661000', '192822.663000', '192822.666000', '192822.669000', '192822.671000', '192822.674000', '192822.676000', '192822.679000', '192822.681000', '192822.684000', '192822.687000', '192822.689000', '192822.692000', '192822.695000', '192822.697000', '192822.700000', '192822.704000', '192822.716000', '192822.719000', '192822.721000', '192822.724000', '192822.727000', '192822.729000', '192822.732000', '192822.734000', '192822.737000', '192822.739000', '192822.742000', '192822.752000', '192822.754000', '192842.624000', '192842.626000', '192842.629000', '192842.632000', '192842.634000', '192842.637000', '192842.639000', '192842.642000', '192842.645000', '192842.647000', '192842.650000', '192842.653000', '192842.655000', '192842.658000', '192842.661000', '192842.663000', '192842.666000', '192842.668000', '192842.671000', '192842.674000', '192842.676000', '192842.679000', '192842.681000', '192842.684000', '192842.686000', '192842.689000', '192842.692000', '192842.694000', '192842.697000', '192842.699000', '192842.702000', '192842.705000', '192842.707000', '192842.710000', '192842.712000', '192842.715000', '192842.718000', '192842.720000', '192842.723000', '192842.725000', '192842.728000', '192842.731000', '192842.733000', '192858.855000', '192858.858000', '192858.861000', '192858.864000', '192858.866000', '192858.869000', '192858.872000', '192858.875000', '192858.877000', '192858.880000', '192858.883000', '192858.886000', '192858.889000', '192858.892000', '192858.895000', '192858.898000', '192858.900000', '192858.903000', '192858.906000', '192858.912000', '192858.915000', '192858.917000', '192858.920000', '192858.923000', '192858.927000', '192858.930000', '192858.933000', '192858.936000', '192858.939000', '192858.942000', '192858.944000', '192858.948000', '192858.952000', '192858.956000', '192858.960000', '192858.963000'], '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': [11218, 8552, 6811, 8002, 8469, 7819, 9040, 10225, 8756, 8890, 11432, 8189, 8495, 8882, 7986, 11665, 10114, 7346, 6491, 8180, 7153, 8378, 8307, 7453, 8245, 7949, 7257, 7530, 9805, 8614, 7207, 8633, 7270, 12398, 11204, 7947, 7794, 7508, 6711, 8548, 9952, 9700, 14250, 8578, 9616, 8310, 7326, 12700, 8415, 11534, 8936, 10737, 8582, 8911, 8704, 6648, 7395, 6509, 7933, 6644, 8812, 7711, 6974, 6866, 6526, 8445, 6717, 8911, 6950, 8029, 7231, 6820, 9046, 7194, 11844, 9593, 7279, 9979, 6802, 14004, 10826, 9272, 7891, 7668, 8381, 8835, 15091, 12590, 8472, 8925, 7007, 11829, 8649, 12785, 8987, 7199, 9721, 6954, 13319, 10082, 12473, 9844, 7071, 9969, 7065, 11532, 8110, 10625, 8227, 6916, 8993, 7497, 7284, 8715, 7783, 7822, 6817, 9081, 7472, 8741, 7661, 8803, 7866, 10763, 7072, 7591, 7483, 7422, 7948, 8721, 8368, 6982, 6739, 6915, 8184, 8222, 8152, 8025, 6952, 8286, 7016, 10458, 7836, 11431, 8762, 7397, 9260, 7282, 11242, 9587, 13478, 7571, 10087, 8629, 9204, 10790, 8546, 13644, 7718, 10244, 8998, 9287, 10876, 7187, 9351, 8061, 6917, 8485, 7355, 8583, 8389, 6423, 7324, 7466, 7085, 7547, 8860, 7019, 9411, 8716, 7333, 7581, 8799, 7736, 10830, 9470, 7072, 7501, 8021, 7109, 13338, 8493, 7621, 8330, 7369, 12940, 7363, 12558, 9743, 8688, 7613, 6987, 7885, 6926, 8210, 6928, 12038, 6843, 7613, 6617, 8112, 7277, 7912, 7144, 7706, 6710, 6895, 7608, 7310, 9157, 7124, 7089, 7009, 11872, 8667, 12035, 10326, 11062, 7722, 14450, 9136, 10749, 9454, 7327, 8034, 7168, 10581, 7764, 7019, 8068, 7039, 7026, 7897, 7640, 13552, 11446, 8804, 12479, 7481, 13848, 10081, 10913, 9585, 7199, 10168, 7517, 8598, 8471, 7339, 11831, 7597, 7031, 8084, 6983, 10985, 7599, 10280, 7410, 7087, 7539, 7120, 8191, 7076, 7320, 7287, 6715, 7445, 6965, 8309, 8182, 6913, 9939, 8255, 9962, 8613, 7562, 7706, 7062, 10979, 8373, 12572, 8828, 9440, 8859, 7876, 10348, 8874, 12433, 7589, 11047, 8644, 11000, 9550, 10560, 10078, 7064, 9064, 7274, 7751, 8586, 7621, 8598, 7626, 7078, 9738, 9102, 9923, 11674, 7289, 12467, 8127, 8604, 8754, 7382, 12529, 8841, 8183, 8397, 7207, 8137, 7919, 7194, 11403, 7382, 9683, 7580, 7816, 10949, 8322, 9257, 7871, 7136, 8910, 7596, 12243, 7936, 8550, 8989, 7677, 8712, 7447, 10149, 8953, 12973, 6783, 9586, 6945, 8423, 6958, 8950, 7206, 8352, 7403, 7466, 7812, 6754, 9801, 7131, 6791, 7810, 7336, 11350, 8730, 9135, 10343, 6819, 10503, 8126, 12840, 8646, 10696, 7264, 8371, 9134, 9536, 9588, 7202, 8653, 7557, 7964, 9182, 7161, 12553, 8523, 9198, 7523, 7351, 9956, 8872, 7667, 9533, 7536, 8581, 9719, 7909, 12823, 10685, 8947, 8341, 7122, 8576, 7746, 11268, 9017, 7512, 8597, 7089, 9043, 7565, 12098, 8005, 11737, 7233, 8948, 6811, 8156, 6767, 8214, 7127, 7763, 6941, 7706, 7333, 8438, 6891, 9048, 7879, 9574, 6768, 8468, 7146, 8376, 7337, 9060, 6973, 7574, 6933, 7555, 8291, 7367, 7737, 7456, 7381, 13310, 10100, 10915, 8102, 7469, 8476, 8747, 14482, 10686, 9099, 9333, 7058, 12258, 9499, 9733, 8323, 7137, 11961, 8925, 11853, 9510, 7170, 9520, 7609, 10781, 9071, 7791, 10884, 7932, 7808, 8402, 8576, 9564, 7696, 12715, 7684, 10846, 7417, 9400, 7027, 9471, 6897, 8819, 6977, 7972, 7090, 8255, 6925, 7841, 7515, 6707, 8437, 8631, 9246, 7103, 8857, 6930, 8713, 8033, 10333, 8278, 7930, 6905, 8201, 6861, 9078, 7907, 10030, 7992, 7274, 11558, 9554, 9937, 11792, 7695, 12680, 7332, 11596, 8735, 12786, 8091, 8549, 8922, 7727, 9178, 7585, 8790, 7842, 8149, 7846, 6992, 10533, 7911, 9925, 6969, 7466, 7220, 7711, 7393, 10348, 8523, 7107, 12600, 8922, 9386, 10691, 7629, 13253, 7351, 10060, 6885, 9429, 6785, 8174, 6606, 8433, 6988, 7638, 6961, 8293, 6819, 7144, 6727, 8209, 8187, 7083, 7543, 8258, 9194, 7460, 8327, 7477, 12833, 8744, 14002, 9685, 13526, 9481, 12124, 6851, 8762, 7219, 9363, 7326, 11402, 7594, 9046, 8991, 8704, 9141, 7360, 10819, 6937, 9799, 7806, 11482, 8531, 8546, 8952, 8362, 10446, 10638, 11086, 7460, 10384, 7604, 10076, 7692, 10849, 8726, 11784, 7681, 9775, 6795, 8565, 6521, 6973, 6570, 7819, 6964, 7982, 6994, 8815, 8892, 7528, 7462, 7308, 9466, 10947, 8411, 8707, 6887, 8316, 8253, 7791, 7710, 8937, 9764, 8232, 12544, 8902, 13176, 10699, 14859, 10563, 11722, 8958, 10291, 7917, 9351, 7216, 6537, 9874, 7964, 10360, 7875, 9749, 8467, 9141, 8994, 7721, 11487, 8091, 9248, 9645, 10893, 9835, 6835, 9863, 8087, 11105, 8536, 10095, 8412, 7164, 9239, 7906, 11022, 8620, 9884, 8659, 7993, 7802, 7661, 10645, 8143, 12904, 9173, 10228, 7800, 11059, 7948, 9772, 7817, 9474, 6353, 7805, 7111, 7741, 7325, 8401, 7841, 9373, 8105, 6829, 7814, 7636, 8459, 6940, 9715, 6871, 8960, 8283, 9641, 6965, 11582, 7848, 11002, 8801, 10204, 9364, 8136, 9255, 7648, 10242, 9137, 9918, 9740, 7049, 12362, 7836, 11367, 8802, 7932, 8377, 7100, 8284, 7851, 7616, 12291, 7581, 9736, 9528, 9944, 10726, 7768, 10083, 7699, 7425, 8580, 7483, 12139, 7631, 7661, 8871, 10075, 8824, 7427, 12699, 7532, 10403, 7636, 9848, 8023, 8231, 7610, 6421, 7763, 7222, 7589, 6753, 6547, 7175, 7453, 9116, 8203, 11235, 8712, 8044, 9278, 9078, 8834, 6591, 10438, 7022, 8809, 7685, 11518, 7947, 8230, 8458, 7413, 9146, 7378, 11662, 8519, 7948, 10061, 8614, 11031, 10621, 14038, 11381, 9114, 7380, 7488, 11928, 8896, 9993, 8679, 7295, 9265, 9216, 9708, 11682, 7718, 7290, 9856, 9408, 12255, 9413, 8246, 8117, 7604, 8313, 7776, 8190, 8391, 7369, 6452, 9113, 10200, 7742, 7272, 10482, 7970, 8821, 8869, 7836, 8565, 7298, 9993, 9711, 10370, 6730, 8324, 6759, 7296, 6793, 8945, 7753, 6969, 7688, 7145, 8589, 7721, 11422, 8958, 11316], 'WindowCenter': [3912.0, 3866.0, 3820.0, 3839.0, 3850.0, 3838.0, 3848.0, 3868.0, 3847.0, 3848.0, 3878.0, 3848.0, 3847.0, 3847.0, 3836.0, 3879.0, 3868.0, 3826.0, 3805.0, 3848.0, 3828.0, 3849.0, 3850.0, 3840.0, 3849.0, 3849.0, 3841.0, 3839.0, 3870.0, 3861.0, 3839.0, 3849.0, 3826.0, 3879.0, 3883.0, 3839.0, 3839.0, 3827.0, 3817.0, 3847.0, 3870.0, 3859.0, 3891.0, 3847.0, 3857.0, 3837.0, 3826.0, 3878.0, 3837.0, 3866.0, 3847.0, 3853.0, 3833.0, 3844.0, 3834.0, 3814.0, 3824.0, 3805.0, 3835.0, 3817.0, 3847.0, 3839.0, 3829.0, 3818.0, 3819.0, 3849.0, 3829.0, 3891.0, 3857.0, 3864.0, 3853.0, 3829.0, 3873.0, 3842.0, 3893.0, 3872.0, 3841.0, 3871.0, 3818.0, 3891.0, 3882.0, 3860.0, 3839.0, 3838.0, 3848.0, 3848.0, 3904.0, 3892.0, 3848.0, 3848.0, 3815.0, 3878.0, 3847.0, 3890.0, 3847.0, 3816.0, 3857.0, 3826.0, 3890.0, 3855.0, 3878.0, 3856.0, 3813.0, 3844.0, 3801.0, 3864.0, 3821.0, 3853.0, 3832.0, 3812.0, 3843.0, 3812.0, 3812.0, 3834.0, 3822.0, 3823.0, 3815.0, 3845.0, 3825.0, 3844.0, 3824.0, 3844.0, 3835.0, 3855.0, 3813.0, 3825.0, 3814.0, 3812.0, 3823.0, 3834.0, 3834.0, 3815.0, 3815.0, 3827.0, 3847.0, 3849.0, 3849.0, 3849.0, 3829.0, 3849.0, 3830.0, 3881.0, 3838.0, 3881.0, 3848.0, 3826.0, 3856.0, 3826.0, 3867.0, 3858.0, 3889.0, 3826.0, 3856.0, 3845.0, 3845.0, 3867.0, 3837.0, 3889.0, 3825.0, 3855.0, 3844.0, 3844.0, 3865.0, 3815.0, 3846.0, 3835.0, 3814.0, 3845.0, 3824.0, 3847.0, 3848.0, 3806.0, 3824.0, 3826.0, 3826.0, 3838.0, 3847.0, 3815.0, 3857.0, 3847.0, 3826.0, 3836.0, 3847.0, 3826.0, 3868.0, 3857.0, 3816.0, 3815.0, 3835.0, 3826.0, 3888.0, 3847.0, 3826.0, 3836.0, 3826.0, 3877.0, 3814.0, 3866.0, 3844.0, 3834.0, 3823.0, 3814.0, 3823.0, 3814.0, 3833.0, 3814.0, 3877.0, 3815.0, 3836.0, 3828.0, 3837.0, 3827.0, 3836.0, 3829.0, 3840.0, 3831.0, 3841.0, 3852.0, 3841.0, 3874.0, 3843.0, 3830.0, 3830.0, 3893.0, 3862.0, 3894.0, 3872.0, 3882.0, 3828.0, 3891.0, 3847.0, 3867.0, 3857.0, 3826.0, 3837.0, 3827.0, 3869.0, 3841.0, 3829.0, 3838.0, 3829.0, 3829.0, 3838.0, 3840.0, 3905.0, 3883.0, 3859.0, 3891.0, 3827.0, 3890.0, 3858.0, 3869.0, 3848.0, 3817.0, 3857.0, 3825.0, 3834.0, 3834.0, 3824.0, 3866.0, 3824.0, 3814.0, 3834.0, 3814.0, 3854.0, 3826.0, 3858.0, 3815.0, 3815.0, 3824.0, 3814.0, 3833.0, 3815.0, 3841.0, 3842.0, 3817.0, 3839.0, 3829.0, 3851.0, 3852.0, 3842.0, 3871.0, 3850.0, 3874.0, 3863.0, 3841.0, 3839.0, 3827.0, 3869.0, 3851.0, 3893.0, 3860.0, 3859.0, 3847.0, 3835.0, 3869.0, 3860.0, 3880.0, 3838.0, 3868.0, 3848.0, 3869.0, 3856.0, 3856.0, 3858.0, 3814.0, 3845.0, 3814.0, 3823.0, 3835.0, 3838.0, 3847.0, 3826.0, 3815.0, 3845.0, 3845.0, 3856.0, 3867.0, 3825.0, 3877.0, 3824.0, 3834.0, 3833.0, 3813.0, 3866.0, 3833.0, 3834.0, 3822.0, 3823.0, 3835.0, 3823.0, 3815.0, 3867.0, 3824.0, 3845.0, 3824.0, 3836.0, 3866.0, 3839.0, 3846.0, 3837.0, 3815.0, 3834.0, 3825.0, 3864.0, 3825.0, 3836.0, 3846.0, 3824.0, 3835.0, 3825.0, 3856.0, 3845.0, 3877.0, 3803.0, 3855.0, 3815.0, 3836.0, 3828.0, 3846.0, 3827.0, 3848.0, 3851.0, 3839.0, 3837.0, 3829.0, 3871.0, 3841.0, 3819.0, 3838.0, 3840.0, 3880.0, 3863.0, 3860.0, 3871.0, 3817.0, 3869.0, 3837.0, 3880.0, 3847.0, 3867.0, 3825.0, 3834.0, 3845.0, 3844.0, 3858.0, 3824.0, 3847.0, 3825.0, 3824.0, 3845.0, 3814.0, 3880.0, 3846.0, 3857.0, 3825.0, 3826.0, 3856.0, 3848.0, 3826.0, 3857.0, 3837.0, 3846.0, 3857.0, 3837.0, 3878.0, 3857.0, 3846.0, 3835.0, 3814.0, 3834.0, 3824.0, 3866.0, 3846.0, 3814.0, 3835.0, 3814.0, 3833.0, 3824.0, 3865.0, 3824.0, 3877.0, 3813.0, 3833.0, 3800.0, 3833.0, 3815.0, 3835.0, 3827.0, 3837.0, 3827.0, 3836.0, 3840.0, 3851.0, 3830.0, 3860.0, 3851.0, 3870.0, 3830.0, 3850.0, 3831.0, 3851.0, 3842.0, 3862.0, 3830.0, 3838.0, 3830.0, 3840.0, 3851.0, 3841.0, 3854.0, 3840.0, 3841.0, 3905.0, 3873.0, 3882.0, 3839.0, 3828.0, 3849.0, 3864.0, 3905.0, 3871.0, 3859.0, 3858.0, 3816.0, 3893.0, 3859.0, 3858.0, 3837.0, 3816.0, 3866.0, 3847.0, 3869.0, 3856.0, 3816.0, 3845.0, 3824.0, 3854.0, 3844.0, 3824.0, 3855.0, 3835.0, 3824.0, 3833.0, 3832.0, 3843.0, 3812.0, 3866.0, 3812.0, 3853.0, 3812.0, 3831.0, 3800.0, 3842.0, 3802.0, 3833.0, 3813.0, 3822.0, 3826.0, 3836.0, 3815.0, 3837.0, 3826.0, 3818.0, 3861.0, 3861.0, 3861.0, 3828.0, 3859.0, 3817.0, 3846.0, 3835.0, 3857.0, 3835.0, 3825.0, 3815.0, 3836.0, 3815.0, 3845.0, 3837.0, 3858.0, 3837.0, 3828.0, 3877.0, 3859.0, 3859.0, 3880.0, 3838.0, 3879.0, 3825.0, 3867.0, 3835.0, 3876.0, 3823.0, 3834.0, 3844.0, 3823.0, 3845.0, 3827.0, 3847.0, 3836.0, 3847.0, 3834.0, 3815.0, 3868.0, 3837.0, 3869.0, 3817.0, 3829.0, 3826.0, 3838.0, 3838.0, 3869.0, 3848.0, 3827.0, 3878.0, 3846.0, 3845.0, 3858.0, 3825.0, 3878.0, 3825.0, 3844.0, 3813.0, 3843.0, 3802.0, 3822.0, 3803.0, 3835.0, 3826.0, 3825.0, 3826.0, 3848.0, 3830.0, 3829.0, 3831.0, 3862.0, 3861.0, 3842.0, 3852.0, 3850.0, 3860.0, 3829.0, 3850.0, 3840.0, 3893.0, 3861.0, 3891.0, 3857.0, 3891.0, 3858.0, 3879.0, 3804.0, 3834.0, 3814.0, 3844.0, 3826.0, 3867.0, 3825.0, 3845.0, 3846.0, 3834.0, 3858.0, 3827.0, 3867.0, 3815.0, 3856.0, 3825.0, 3867.0, 3835.0, 3834.0, 3845.0, 3822.0, 3854.0, 3853.0, 3866.0, 3812.0, 3854.0, 3823.0, 3842.0, 3811.0, 3851.0, 3833.0, 3864.0, 3812.0, 3844.0, 3802.0, 3832.0, 3791.0, 3812.0, 3803.0, 3824.0, 3826.0, 3838.0, 3829.0, 3862.0, 3874.0, 3852.0, 3841.0, 3841.0, 3884.0, 3882.0, 3837.0, 3847.0, 3828.0, 3850.0, 3852.0, 3840.0, 3853.0, 3873.0, 3873.0, 3850.0, 3893.0, 3862.0, 3894.0, 3883.0, 3903.0, 3871.0, 3880.0, 3847.0, 3856.0, 3837.0, 3845.0, 3826.0, 3804.0, 3857.0, 3836.0, 3868.0, 3838.0, 3858.0, 3848.0, 3859.0, 3859.0, 3836.0, 3880.0, 3838.0, 3858.0, 3859.0, 3868.0, 3856.0, 3816.0, 3857.0, 3835.0, 3867.0, 3847.0, 3858.0, 3835.0, 3814.0, 3844.0, 3823.0, 3866.0, 3835.0, 3856.0, 3834.0, 3834.0, 3822.0, 3823.0, 3854.0, 3824.0, 3877.0, 3844.0, 3853.0, 3812.0, 3852.0, 3810.0, 3843.0, 3811.0, 3841.0, 3789.0, 3821.0, 3813.0, 3823.0, 3824.0, 3847.0, 3848.0, 3858.0, 3837.0, 3815.0, 3838.0, 3839.0, 3849.0, 3828.0, 3859.0, 3816.0, 3847.0, 3836.0, 3856.0, 3827.0, 3879.0, 3837.0, 3868.0, 3858.0, 3868.0, 3859.0, 3837.0, 3858.0, 3837.0, 3868.0, 3858.0, 3859.0, 3858.0, 3829.0, 3879.0, 3824.0, 3867.0, 3858.0, 3836.0, 3847.0, 3814.0, 3834.0, 3836.0, 3836.0, 3878.0, 3826.0, 3855.0, 3855.0, 3857.0, 3855.0, 3823.0, 3853.0, 3823.0, 3811.0, 3832.0, 3813.0, 3877.0, 3823.0, 3823.0, 3843.0, 3855.0, 3843.0, 3813.0, 3876.0, 3823.0, 3854.0, 3822.0, 3854.0, 3834.0, 3835.0, 3825.0, 3804.0, 3824.0, 3825.0, 3837.0, 3819.0, 3819.0, 3840.0, 3839.0, 3872.0, 3862.0, 3882.0, 3849.0, 3838.0, 3857.0, 3847.0, 3859.0, 3816.0, 3868.0, 3826.0, 3844.0, 3824.0, 3866.0, 3836.0, 3835.0, 3834.0, 3824.0, 3858.0, 3827.0, 3878.0, 3847.0, 3836.0, 3856.0, 3834.0, 3865.0, 3856.0, 3891.0, 3867.0, 3846.0, 3824.0, 3824.0, 3865.0, 3859.0, 3855.0, 3834.0, 3825.0, 3844.0, 3844.0, 3855.0, 3876.0, 3823.0, 3812.0, 3842.0, 3843.0, 3864.0, 3845.0, 3834.0, 3822.0, 3822.0, 3820.0, 3812.0, 3820.0, 3832.0, 3812.0, 3790.0, 3843.0, 3854.0, 3822.0, 3812.0, 3853.0, 3824.0, 3832.0, 3843.0, 3822.0, 3832.0, 3811.0, 3853.0, 3841.0, 3853.0, 3801.0, 3832.0, 3802.0, 3811.0, 3815.0, 3845.0, 3836.0, 3825.0, 3838.0, 3829.0, 3848.0, 3838.0, 3879.0, 3860.0, 3868.0], 'WindowWidth': [8758.0, 8682.0, 8611.0, 8634.0, 8646.0, 8629.0, 8642.0, 8669.0, 8639.0, 8641.0, 8682.0, 8643.0, 8639.0, 8639.0, 8622.0, 8683.0, 8669.0, 8611.0, 8583.0, 8644.0, 8617.0, 8645.0, 8648.0, 8637.0, 8646.0, 8645.0, 8639.0, 8633.0, 8677.0, 8665.0, 8633.0, 8646.0, 8612.0, 8686.0, 8698.0, 8632.0, 8632.0, 8613.0, 8602.0, 8640.0, 8676.0, 8657.0, 8706.0, 8637.0, 8652.0, 8623.0, 8609.0, 8685.0, 8625.0, 8664.0, 8637.0, 8641.0, 8613.0, 8630.0, 8617.0, 8591.0, 8605.0, 8583.0, 8622.0, 8602.0, 8640.0, 8635.0, 8621.0, 8605.0, 8611.0, 8649.0, 8622.0, 8725.0, 8670.0, 8678.0, 8660.0, 8620.0, 8685.0, 8644.0, 8712.0, 8680.0, 8638.0, 8676.0, 8604.0, 8705.0, 8694.0, 8661.0, 8633.0, 8629.0, 8643.0, 8641.0, 8732.0, 8707.0, 8643.0, 8643.0, 8596.0, 8680.0, 8639.0, 8703.0, 8639.0, 8597.0, 8652.0, 8612.0, 8701.0, 8649.0, 8683.0, 8648.0, 8588.0, 8628.0, 8569.0, 8655.0, 8596.0, 8641.0, 8610.0, 8586.0, 8627.0, 8588.0, 8585.0, 8617.0, 8599.0, 8602.0, 8595.0, 8633.0, 8608.0, 8630.0, 8606.0, 8631.0, 8620.0, 8647.0, 8589.0, 8604.0, 8589.0, 8584.0, 8600.0, 8619.0, 8619.0, 8595.0, 8594.0, 8614.0, 8643.0, 8646.0, 8646.0, 8647.0, 8622.0, 8647.0, 8623.0, 8691.0, 8632.0, 8690.0, 8644.0, 8612.0, 8650.0, 8612.0, 8666.0, 8656.0, 8702.0, 8610.0, 8649.0, 8632.0, 8634.0, 8665.0, 8624.0, 8701.0, 8607.0, 8646.0, 8629.0, 8629.0, 8660.0, 8596.0, 8635.0, 8621.0, 8592.0, 8633.0, 8604.0, 8639.0, 8642.0, 8583.0, 8606.0, 8610.0, 8612.0, 8632.0, 8639.0, 8596.0, 8653.0, 8638.0, 8611.0, 8625.0, 8639.0, 8611.0, 8669.0, 8650.0, 8597.0, 8594.0, 8620.0, 8611.0, 8694.0, 8640.0, 8608.0, 8622.0, 8611.0, 8678.0, 8593.0, 8663.0, 8633.0, 8616.0, 8602.0, 8591.0, 8601.0, 8591.0, 8615.0, 8590.0, 8677.0, 8594.0, 8623.0, 8622.0, 8626.0, 8614.0, 8623.0, 8621.0, 8636.0, 8627.0, 8641.0, 8657.0, 8641.0, 8690.0, 8644.0, 8623.0, 8622.0, 8713.0, 8670.0, 8714.0, 8682.0, 8693.0, 8617.0, 8707.0, 8638.0, 8665.0, 8651.0, 8610.0, 8624.0, 8615.0, 8672.0, 8639.0, 8619.0, 8628.0, 8620.0, 8619.0, 8629.0, 8634.0, 8731.0, 8697.0, 8659.0, 8705.0, 8613.0, 8704.0, 8657.0, 8670.0, 8640.0, 8600.0, 8652.0, 8605.0, 8615.0, 8617.0, 8603.0, 8662.0, 8603.0, 8591.0, 8617.0, 8590.0, 8642.0, 8609.0, 8654.0, 8593.0, 8594.0, 8601.0, 8588.0, 8613.0, 8593.0, 8640.0, 8641.0, 8601.0, 8634.0, 8621.0, 8653.0, 8654.0, 8641.0, 8679.0, 8648.0, 8687.0, 8671.0, 8637.0, 8631.0, 8612.0, 8672.0, 8650.0, 8709.0, 8660.0, 8658.0, 8638.0, 8619.0, 8672.0, 8661.0, 8689.0, 8627.0, 8668.0, 8641.0, 8671.0, 8649.0, 8648.0, 8657.0, 8589.0, 8630.0, 8590.0, 8601.0, 8618.0, 8630.0, 8639.0, 8608.0, 8593.0, 8630.0, 8631.0, 8645.0, 8663.0, 8607.0, 8677.0, 8603.0, 8613.0, 8613.0, 8585.0, 8663.0, 8612.0, 8614.0, 8597.0, 8601.0, 8619.0, 8601.0, 8595.0, 8663.0, 8603.0, 8632.0, 8603.0, 8622.0, 8661.0, 8630.0, 8635.0, 8622.0, 8593.0, 8616.0, 8604.0, 8657.0, 8606.0, 8620.0, 8635.0, 8604.0, 8617.0, 8608.0, 8648.0, 8632.0, 8678.0, 8575.0, 8645.0, 8593.0, 8622.0, 8616.0, 8636.0, 8612.0, 8643.0, 8654.0, 8633.0, 8627.0, 8619.0, 8678.0, 8640.0, 8605.0, 8631.0, 8636.0, 8690.0, 8672.0, 8662.0, 8677.0, 8600.0, 8671.0, 8625.0, 8692.0, 8638.0, 8667.0, 8607.0, 8617.0, 8633.0, 8630.0, 8655.0, 8605.0, 8638.0, 8608.0, 8603.0, 8633.0, 8591.0, 8688.0, 8636.0, 8649.0, 8607.0, 8610.0, 8649.0, 8641.0, 8609.0, 8652.0, 8626.0, 8636.0, 8649.0, 8623.0, 8684.0, 8652.0, 8634.0, 8619.0, 8588.0, 8614.0, 8603.0, 8660.0, 8636.0, 8590.0, 8618.0, 8589.0, 8613.0, 8601.0, 8658.0, 8602.0, 8679.0, 8586.0, 8612.0, 8566.0, 8613.0, 8594.0, 8619.0, 8613.0, 8627.0, 8615.0, 8625.0, 8637.0, 8651.0, 8625.0, 8662.0, 8652.0, 8674.0, 8624.0, 8650.0, 8624.0, 8652.0, 8645.0, 8667.0, 8622.0, 8629.0, 8622.0, 8634.0, 8652.0, 8639.0, 8660.0, 8637.0, 8640.0, 8732.0, 8684.0, 8695.0, 8633.0, 8615.0, 8644.0, 8673.0, 8732.0, 8678.0, 8657.0, 8653.0, 8595.0, 8713.0, 8660.0, 8656.0, 8625.0, 8594.0, 8663.0, 8637.0, 8671.0, 8648.0, 8595.0, 8631.0, 8602.0, 8642.0, 8630.0, 8603.0, 8646.0, 8618.0, 8603.0, 8613.0, 8610.0, 8624.0, 8583.0, 8661.0, 8584.0, 8639.0, 8584.0, 8606.0, 8565.0, 8622.0, 8570.0, 8611.0, 8588.0, 8598.0, 8611.0, 8622.0, 8595.0, 8625.0, 8613.0, 8603.0, 8665.0, 8667.0, 8667.0, 8617.0, 8656.0, 8599.0, 8637.0, 8620.0, 8650.0, 8618.0, 8604.0, 8595.0, 8622.0, 8594.0, 8632.0, 8627.0, 8654.0, 8627.0, 8616.0, 8679.0, 8658.0, 8656.0, 8689.0, 8628.0, 8686.0, 8607.0, 8666.0, 8620.0, 8676.0, 8600.0, 8617.0, 8629.0, 8602.0, 8632.0, 8611.0, 8637.0, 8620.0, 8641.0, 8620.0, 8593.0, 8669.0, 8627.0, 8670.0, 8599.0, 8618.0, 8612.0, 8630.0, 8630.0, 8673.0, 8641.0, 8614.0, 8683.0, 8635.0, 8631.0, 8656.0, 8607.0, 8681.0, 8604.0, 8630.0, 8586.0, 8625.0, 8569.0, 8595.0, 8575.0, 8619.0, 8611.0, 8606.0, 8613.0, 8643.0, 8625.0, 8619.0, 8628.0, 8668.0, 8665.0, 8643.0, 8656.0, 8647.0, 8661.0, 8619.0, 8646.0, 8633.0, 8711.0, 8664.0, 8706.0, 8652.0, 8709.0, 8655.0, 8684.0, 8578.0, 8615.0, 8588.0, 8629.0, 8608.0, 8666.0, 8607.0, 8633.0, 8634.0, 8617.0, 8657.0, 8611.0, 8666.0, 8592.0, 8647.0, 8607.0, 8667.0, 8620.0, 8618.0, 8630.0, 8598.0, 8642.0, 8639.0, 8661.0, 8583.0, 8641.0, 8598.0, 8623.0, 8581.0, 8634.0, 8612.0, 8655.0, 8583.0, 8628.0, 8574.0, 8609.0, 8554.0, 8582.0, 8573.0, 8602.0, 8613.0, 8630.0, 8621.0, 8668.0, 8687.0, 8655.0, 8640.0, 8638.0, 8703.0, 8695.0, 8625.0, 8638.0, 8615.0, 8645.0, 8651.0, 8635.0, 8657.0, 8685.0, 8685.0, 8649.0, 8710.0, 8668.0, 8714.0, 8696.0, 8726.0, 8677.0, 8686.0, 8637.0, 8648.0, 8625.0, 8633.0, 8609.0, 8579.0, 8650.0, 8622.0, 8668.0, 8630.0, 8655.0, 8642.0, 8658.0, 8660.0, 8624.0, 8686.0, 8629.0, 8653.0, 8656.0, 8666.0, 8650.0, 8596.0, 8650.0, 8620.0, 8666.0, 8637.0, 8655.0, 8620.0, 8591.0, 8629.0, 8600.0, 8662.0, 8619.0, 8648.0, 8616.0, 8616.0, 8596.0, 8600.0, 8642.0, 8603.0, 8680.0, 8629.0, 8639.0, 8583.0, 8634.0, 8577.0, 8623.0, 8581.0, 8618.0, 8549.0, 8593.0, 8588.0, 8601.0, 8606.0, 8639.0, 8645.0, 8654.0, 8625.0, 8595.0, 8628.0, 8632.0, 8646.0, 8616.0, 8657.0, 8598.0, 8637.0, 8623.0, 8648.0, 8613.0, 8683.0, 8626.0, 8667.0, 8656.0, 8667.0, 8658.0, 8626.0, 8655.0, 8626.0, 8669.0, 8655.0, 8658.0, 8656.0, 8618.0, 8685.0, 8603.0, 8665.0, 8657.0, 8625.0, 8642.0, 8592.0, 8617.0, 8623.0, 8624.0, 8683.0, 8608.0, 8646.0, 8646.0, 8651.0, 8645.0, 8599.0, 8640.0, 8600.0, 8583.0, 8611.0, 8586.0, 8677.0, 8601.0, 8601.0, 8626.0, 8644.0, 8625.0, 8588.0, 8675.0, 8602.0, 8643.0, 8599.0, 8641.0, 8616.0, 8619.0, 8607.0, 8579.0, 8604.0, 8607.0, 8626.0, 8606.0, 8607.0, 8637.0, 8635.0, 8682.0, 8668.0, 8694.0, 8648.0, 8627.0, 8651.0, 8639.0, 8659.0, 8595.0, 8668.0, 8611.0, 8630.0, 8603.0, 8658.0, 8622.0, 8618.0, 8618.0, 8606.0, 8655.0, 8616.0, 8683.0, 8639.0, 8624.0, 8648.0, 8616.0, 8661.0, 8649.0, 8707.0, 8666.0, 8637.0, 8602.0, 8603.0, 8661.0, 8659.0, 8646.0, 8616.0, 8608.0, 8630.0, 8630.0, 8646.0, 8677.0, 8602.0, 8586.0, 8621.0, 8626.0, 8656.0, 8634.0, 8615.0, 8596.0, 8596.0, 8590.0, 8583.0, 8590.0, 8611.0, 8584.0, 8554.0, 8626.0, 8641.0, 8595.0, 8586.0, 8637.0, 8604.0, 8612.0, 8625.0, 8597.0, 8608.0, 8583.0, 8637.0, 8621.0, 8640.0, 8570.0, 8611.0, 8573.0, 8583.0, 8595.0, 8632.0, 8622.0, 8608.0, 8631.0, 8620.0, 8642.0, 8628.0, 8686.0, 8663.0, 8669.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.0003509655172413793</td></tr>
<tr><td colspan=3>aqi</td><td>0.0290813559770115</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.73612051144991</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.185937342059839</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808533320713452</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>3764.731</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13654896737027294</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.160919540229884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568149644999709</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5721088477670553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8171993873781873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315140699853885</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0026315937284380198</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020561739802360535</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.685178876436021</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8539</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.9786</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.5862</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3026.6021</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.3928</td></tr>
<tr><td colspan=3>tsnr</td><td>33.15226377372164</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>