ds005256-mriqc/sub-0037_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 2b3c66583d [DATALAD RUNCMD] Compute MRIQC for sub-0037
=== 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-0037 --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-0037",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:28 +02:00

616 lines
No EOL
106 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-0037_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0037_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-04/func/sub-0037_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dccb77f8ba2ea3e983b988796ed964ec</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:18:8.507500</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.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7282, 517, -81, -262, -6, 57]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>83271ebc-659d-4712-954e-d5a8c60a5c79||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.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [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': ['191808.507500', '191808.967500', '191809.427500', '191809.887500', '191810.347500', '191810.807500', '191811.267500', '191811.727500', '191812.187500', '191812.647500', '191813.107500', '191813.567500', '191814.027500', '191814.487500', '191814.947500', '191815.407500', '191815.867500', '191816.327500', '191816.787500', '191817.247500', '191817.707500', '191818.167500', '191818.627500', '191819.087500', '191819.547500', '191820.007500', '191820.467500', '191820.927500', '191821.387500', '191821.847500', '191822.307500', '191822.767500', '191823.227500', '191823.687500', '191824.147500', '191824.607500', '191825.067500', '191825.527500', '191825.987500', '191826.447500', '191826.907500', '191827.367500', '191827.827500', '191828.287500', '191828.747500', '191829.207500', '191829.667500', '191830.127500', '191830.587500', '191831.047500', '191831.507500', '191831.967500', '191832.427500', '191832.887500', '191833.347500', '191833.807500', '191834.267500', '191834.727500', '191835.187500', '191835.647500', '191836.107500', '191836.567500', '191837.027500', '191837.487500', '191837.947500', '191838.407500', '191838.867500', '191839.327500', '191839.787500', '191840.247500', '191840.707500', '191841.167500', '191841.627500', '191842.087500', '191842.547500', '191843.007500', '191843.467500', '191843.927500', '191844.387500', '191844.847500', '191845.307500', '191845.767500', '191846.227500', '191846.687500', '191847.147500', '191847.607500', '191848.067500', '191848.527500', '191848.987500', '191849.447500', '191849.907500', '191850.367500', '191850.827500', '191851.287500', '191851.747500', '191852.207500', '191852.667500', '191853.127500', '191853.587500', '191854.047500', '191854.507500', '191854.967500', '191855.427500', '191855.887500', '191856.347500', '191856.807500', '191857.267500', '191857.727500', '191858.187500', '191858.647500', '191859.107500', '191859.567500', '191900.027500', '191900.487500', '191900.947500', '191901.407500', '191901.867500', '191902.327500', '191902.787500', '191903.247500', '191903.707500', '191904.167500', '191904.627500', '191905.087500', '191905.547500', '191906.007500', '191906.467500', '191906.927500', '191907.387500', '191907.847500', '191908.307500', '191908.767500', '191909.227500', '191909.687500', '191910.147500', '191910.607500', '191911.067500', '191911.527500', '191911.987500', '191912.447500', '191912.907500', '191913.367500', '191913.827500', '191914.287500', '191914.747500', '191915.207500', '191915.667500', '191916.127500', '191916.587500', '191917.047500', '191917.507500', '191917.967500', '191918.427500', '191918.887500', '191919.347500', '191919.807500', '191920.267500', '191920.727500', '191921.187500', '191921.647500', '191922.107500', '191922.567500', '191923.027500', '191923.487500', '191923.947500', '191924.407500', '191924.867500', '191925.327500', '191925.787500', '191926.247500', '191926.707500', '191927.167500', '191927.627500', '191928.087500', '191928.547500', '191929.007500', '191929.467500', '191929.927500', '191930.387500', '191930.847500', '191931.307500', '191931.767500', '191932.227500', '191932.687500', '191933.147500', '191933.607500', '191934.067500', '191934.527500', '191934.987500', '191935.447500', '191935.907500', '191936.367500', '191936.827500', '191937.287500', '191937.747500', '191938.207500', '191938.667500', '191939.127500', '191939.587500', '191940.047500', '191940.507500', '191940.967500', '191941.427500', '191941.887500', '191942.347500', '191942.807500', '191943.267500', '191943.727500', '191944.187500', '191944.647500', '191945.107500', '191945.567500', '191946.027500', '191946.487500', '191946.947500', '191947.407500', '191947.867500', '191948.327500', '191948.787500', '191949.247500', '191949.707500', '191950.167500', '191950.627500', '191951.087500', '191951.547500', '191952.007500', '191952.467500', '191952.927500', '191953.387500', '191953.847500', '191954.307500', '191954.767500', '191955.227500', '191955.687500', '191956.147500', '191956.607500', '191957.067500', '191957.527500', '191957.987500', '191958.447500', '191958.907500', '191959.367500', '191959.827500', '192000.287500', '192000.747500', '192001.207500', '192001.667500', '192002.127500', '192002.587500', '192003.047500', '192003.507500', '192003.967500', '192004.427500', '192004.887500', '192005.347500', '192005.807500', '192006.267500', '192006.727500', '192007.187500', '192007.647500', '192008.107500', '192008.567500', '192009.027500', '192009.487500', '192009.947500', '192010.407500', '192010.867500', '192011.327500', '192011.787500', '192012.247500', '192012.707500', '192013.167500', '192013.627500', '192014.087500', '192014.547500', '192015.007500', '192015.467500', '192015.927500', '192016.387500', '192016.847500', '192017.307500', '192017.767500', '192018.227500', '192018.687500', '192019.147500', '192019.607500', '192020.067500', '192020.527500', '192020.987500', '192021.447500', '192021.907500', '192022.367500', '192022.827500', '192023.287500', '192023.747500', '192024.207500', '192024.667500', '192025.127500', '192025.587500', '192026.047500', '192026.507500', '192026.967500', '192027.427500', '192027.887500', '192028.347500', '192028.807500', '192029.267500', '192029.727500', '192030.187500', '192030.647500', '192031.107500', '192031.567500', '192032.027500', '192032.487500', '192032.947500', '192033.407500', '192033.867500', '192034.327500', '192034.787500', '192035.247500', '192035.707500', '192036.167500', '192036.627500', '192037.087500', '192037.547500', '192038.007500', '192038.467500', '192038.927500', '192039.387500', '192039.847500', '192040.307500', '192040.767500', '192041.227500', '192041.687500', '192042.147500', '192042.607500', '192043.067500', '192043.527500', '192043.987500', '192044.447500', '192044.907500', '192045.367500', '192045.827500', '192046.287500', '192046.747500', '192047.207500', '192047.667500', '192048.127500', '192048.587500', '192049.047500', '192049.507500', '192049.967500', '192050.427500', '192050.887500', '192051.347500', '192051.807500', '192052.267500', '192052.727500', '192053.187500', '192053.647500', '192054.107500', '192054.567500', '192055.027500', '192055.487500', '192055.947500', '192056.407500', '192056.867500', '192057.327500', '192057.787500', '192058.247500', '192058.707500', '192059.167500', '192059.627500', '192100.087500', '192100.547500', '192101.007500', '192101.467500', '192101.927500', '192102.387500', '192102.847500', '192103.307500', '192103.767500', '192104.227500', '192104.687500', '192105.147500', '192105.607500', '192106.067500', '192106.527500', '192106.987500', '192107.447500', '192107.907500', '192108.367500', '192108.827500', '192109.287500', '192109.747500', '192110.207500', '192110.667500', '192111.127500', '192111.587500', '192112.047500', '192112.507500', '192112.967500', '192113.427500', '192113.887500', '192114.347500', '192114.807500', '192115.267500', '192115.727500', '192116.187500', '192116.647500', '192117.107500', '192117.567500', '192118.027500', '192118.487500', '192118.947500', '192119.407500', '192119.867500', '192120.327500', '192120.787500', '192121.247500', '192121.707500', '192122.167500', '192122.627500', '192123.087500', '192123.547500', '192124.007500', '192124.467500', '192124.927500', '192125.387500', '192125.847500', '192126.307500', '192126.767500', '192127.227500', '192127.687500', '192128.147500', '192128.607500', '192129.067500', '192129.527500', '192129.987500', '192130.447500', '192130.907500', '192131.367500', '192131.827500', '192132.287500', '192132.747500', '192133.207500', '192133.667500', '192134.127500', '192134.587500', '192135.047500', '192135.507500', '192135.967500', '192136.427500', '192136.887500', '192137.347500', '192137.807500', '192138.267500', '192138.727500', '192139.187500', '192139.647500', '192140.107500', '192140.567500', '192141.027500', '192141.487500', '192141.947500', '192142.407500', '192142.867500', '192143.327500', '192143.787500', '192144.247500', '192144.707500', '192145.167500', '192145.627500', '192146.087500', '192146.547500', '192147.007500', '192147.467500', '192147.927500', '192148.387500', '192148.847500', '192149.307500', '192149.767500', '192150.227500', '192150.687500', '192151.147500', '192151.607500', '192152.067500', '192152.527500', '192152.987500', '192153.447500', '192153.907500', '192154.367500', '192154.827500', '192155.287500', '192155.747500', '192156.207500', '192156.667500', '192157.127500', '192157.587500', '192158.047500', '192158.507500', '192158.967500', '192159.427500', '192159.887500', '192200.347500', '192200.807500', '192201.267500', '192201.727500', '192202.187500', '192202.647500', '192203.107500', '192203.567500', '192204.027500', '192204.487500', '192204.947500', '192205.407500', '192205.867500', '192206.327500', '192206.787500', '192207.247500', '192207.707500', '192208.167500', '192208.627500', '192209.087500', '192209.547500', '192210.007500', '192210.467500', '192210.927500', '192211.387500', '192211.847500', '192212.307500', '192212.767500', '192213.227500', '192213.687500', '192214.147500', '192214.607500', '192215.067500', '192215.527500', '192215.987500', '192216.447500', '192216.907500', '192217.367500', '192217.827500', '192218.287500', '192218.747500', '192219.207500', '192219.667500', '192220.127500', '192220.587500', '192221.047500', '192221.507500', '192221.967500', '192222.427500', '192222.887500', '192223.347500', '192223.807500', '192224.267500', '192224.727500', '192225.187500', '192225.647500', '192226.107500', '192226.567500', '192227.027500', '192227.487500', '192227.947500', '192228.407500', '192228.867500', '192229.327500', '192229.787500', '192230.247500', '192230.707500', '192231.167500', '192231.627500', '192232.087500', '192232.547500', '192233.007500', '192233.467500', '192233.927500', '192234.387500', '192234.847500', '192235.307500', '192235.767500', '192236.227500', '192236.687500', '192237.147500', '192237.607500', '192238.067500', '192238.527500', '192238.987500', '192239.447500', '192239.907500', '192240.367500', '192240.827500', '192241.287500', '192241.747500', '192242.207500', '192242.667500', '192243.127500', '192243.587500', '192244.047500', '192244.507500', '192244.967500', '192245.427500', '192245.887500', '192246.347500', '192246.807500', '192247.267500', '192247.727500', '192248.187500', '192248.647500', '192249.107500', '192249.567500', '192250.027500', '192250.487500', '192250.947500', '192251.407500', '192251.867500', '192252.327500', '192252.787500', '192253.247500', '192253.707500', '192254.167500', '192254.627500', '192255.087500', '192255.547500', '192256.007500', '192256.467500', '192256.927500', '192257.387500', '192257.847500', '192258.307500', '192258.767500', '192259.227500', '192259.687500', '192300.147500', '192300.607500', '192301.067500', '192301.527500', '192301.987500', '192302.447500', '192302.907500', '192303.367500', '192303.827500', '192304.287500', '192304.747500', '192305.207500', '192305.667500', '192306.127500', '192306.587500', '192307.047500', '192307.507500', '192307.967500', '192308.427500', '192308.887500', '192309.347500', '192309.807500', '192310.267500', '192310.727500', '192311.187500', '192311.647500', '192312.107500', '192312.567500', '192313.027500', '192313.487500', '192313.947500', '192314.407500', '192314.867500', '192315.327500', '192315.787500', '192316.247500', '192316.707500', '192317.167500', '192317.627500', '192318.087500', '192318.547500', '192319.007500', '192319.467500', '192319.927500', '192320.387500', '192320.847500', '192321.307500', '192321.767500', '192322.227500', '192322.687500', '192323.147500', '192323.607500', '192324.067500', '192324.527500', '192324.987500', '192325.447500', '192325.907500', '192326.367500', '192326.827500', '192327.287500', '192327.747500', '192328.207500', '192328.667500', '192329.127500', '192329.587500', '192330.047500', '192330.507500', '192330.967500', '192331.427500', '192331.887500', '192332.347500', '192332.807500', '192333.267500', '192333.727500', '192334.187500', '192334.647500', '192335.107500', '192335.567500', '192336.027500', '192336.487500', '192336.947500', '192337.407500', '192337.867500', '192338.327500', '192338.787500', '192339.247500', '192339.707500', '192340.167500', '192340.627500', '192341.087500', '192341.547500', '192342.007500', '192342.467500', '192342.927500', '192343.387500', '192343.847500', '192344.307500', '192344.767500', '192345.227500', '192345.687500', '192346.147500', '192346.607500', '192347.067500', '192347.527500', '192347.987500', '192348.447500', '192348.907500', '192349.367500', '192349.827500', '192350.287500', '192350.747500', '192351.207500', '192351.667500', '192352.127500', '192352.587500', '192353.047500', '192353.507500', '192353.967500', '192354.427500', '192354.887500', '192355.347500', '192355.807500', '192356.267500', '192356.727500', '192357.187500', '192357.647500', '192358.107500', '192358.567500', '192359.027500', '192359.487500', '192359.947500', '192400.407500', '192400.867500', '192401.327500', '192401.787500', '192402.247500', '192402.707500', '192403.167500', '192403.627500', '192404.087500', '192404.547500', '192405.007500', '192405.467500', '192405.927500', '192406.387500', '192406.847500', '192407.307500', '192407.767500', '192408.227500', '192408.687500', '192409.147500', '192409.607500', '192410.067500', '192410.527500', '192410.987500', '192411.447500', '192411.907500', '192412.367500', '192412.827500', '192413.287500', '192413.747500', '192414.207500', '192414.667500', '192415.127500', '192415.587500', '192416.047500', '192416.507500', '192416.967500', '192417.427500', '192417.887500', '192418.347500', '192418.807500', '192419.267500', '192419.727500', '192420.187500', '192420.647500', '192421.107500', '192421.567500', '192422.027500', '192422.487500', '192422.947500', '192423.407500', '192423.867500', '192424.327500', '192424.787500', '192425.247500', '192425.707500', '192426.167500', '192426.627500', '192427.087500', '192427.547500', '192428.007500', '192428.467500', '192428.927500', '192429.387500', '192429.847500', '192430.307500', '192430.767500', '192431.227500', '192431.687500', '192432.147500', '192432.607500', '192433.067500', '192433.527500', '192433.987500', '192434.447500', '192434.907500', '192435.367500', '192435.827500', '192436.287500', '192436.747500', '192437.207500', '192437.667500', '192438.127500', '192438.587500', '192439.047500', '192439.507500', '192439.967500', '192440.427500', '192440.887500', '192441.347500', '192441.807500', '192442.267500', '192442.727500', '192443.187500', '192443.647500', '192444.107500', '192444.567500', '192445.027500', '192445.487500', '192445.947500', '192446.407500', '192446.867500', '192447.327500', '192447.787500', '192448.247500', '192448.707500', '192449.167500'], 'ContentTime': ['191829.151000', '191829.154000', '191829.157000', '191829.160000', '191829.162000', '191829.165000', '191829.168000', '191829.171000', '191829.174000', '191829.176000', '191829.179000', '191829.181000', '191829.184000', '191829.187000', '191829.189000', '191829.192000', '191829.194000', '191829.197000', '191829.199000', '191829.202000', '191829.204000', '191829.207000', '191829.210000', '191829.212000', '191829.215000', '191829.217000', '191829.220000', '191829.222000', '191829.225000', '191829.227000', '191829.230000', '191829.232000', '191829.235000', '191829.238000', '191829.240000', '191829.243000', '191829.245000', '191829.248000', '191829.250000', '191829.253000', '191829.255000', '191829.258000', '191829.260000', '191849.122000', '191849.125000', '191849.128000', '191849.130000', '191849.133000', '191849.135000', '191849.138000', '191849.140000', '191849.143000', '191849.145000', '191849.148000', '191849.150000', '191849.153000', '191849.156000', '191849.158000', '191849.161000', '191849.163000', '191849.166000', '191849.168000', '191849.171000', '191849.173000', '191849.176000', '191849.178000', '191849.181000', '191849.183000', '191849.186000', '191849.188000', '191849.191000', '191849.193000', '191849.196000', '191849.199000', '191849.201000', '191849.204000', '191849.206000', '191849.209000', '191849.211000', '191849.214000', '191849.216000', '191849.219000', '191849.221000', '191849.224000', '191849.227000', '191849.229000', '191909.122000', '191909.125000', '191909.134000', '191909.136000', '191909.139000', '191909.141000', '191909.144000', '191909.146000', '191909.149000', '191909.151000', '191909.154000', '191909.156000', '191909.159000', '191909.162000', '191909.164000', '191909.167000', '191909.170000', '191909.172000', '191909.175000', '191909.177000', '191909.180000', '191909.182000', '191909.185000', '191909.187000', '191909.190000', '191909.192000', '191909.195000', '191909.197000', '191909.200000', '191909.203000', '191909.205000', '191909.208000', '191909.210000', '191909.213000', '191909.215000', '191909.218000', '191909.220000', '191909.223000', '191909.225000', '191909.228000', '191909.231000', '191909.233000', '191909.236000', '191909.238000', '191929.122000', '191929.125000', '191929.128000', '191929.130000', '191929.133000', '191929.135000', '191929.138000', '191929.140000', '191929.143000', '191929.145000', '191929.148000', '191929.151000', '191929.153000', '191929.156000', '191929.158000', '191929.161000', '191929.163000', '191929.166000', '191929.168000', '191929.171000', '191929.173000', '191929.176000', '191929.178000', '191929.181000', '191929.184000', '191929.186000', '191929.189000', '191929.191000', '191929.194000', '191929.196000', '191929.199000', '191929.202000', '191929.204000', '191929.207000', '191929.209000', '191929.212000', '191929.214000', '191929.217000', '191929.219000', '191929.222000', '191929.224000', '191929.227000', '191929.230000', '191949.122000', '191949.125000', '191949.128000', '191949.130000', '191949.133000', '191949.135000', '191949.138000', '191949.140000', '191949.143000', '191949.145000', '191949.148000', '191949.151000', '191949.153000', '191949.156000', '191949.158000', '191949.161000', '191949.163000', '191949.166000', '191949.168000', '191949.171000', '191949.173000', '191949.176000', '191949.179000', '191949.181000', '191949.199000', '191949.202000', '191949.204000', '191949.207000', '191949.210000', '191949.212000', '191949.215000', '191949.217000', '191949.220000', '191949.222000', '191949.225000', '191949.227000', '191949.230000', '191949.232000', '191949.235000', '191949.238000', '191949.240000', '191949.243000', '191949.245000', '191949.248000', '192009.122000', '192009.125000', '192009.128000', '192009.130000', '192009.133000', '192009.135000', '192009.138000', '192009.140000', '192009.143000', '192009.145000', '192009.148000', '192009.151000', '192009.153000', '192009.156000', '192009.158000', '192009.161000', '192009.163000', '192009.166000', '192009.168000', '192009.171000', '192009.174000', '192009.176000', '192009.179000', '192009.181000', '192009.184000', '192009.186000', '192009.189000', '192009.191000', '192009.194000', '192009.197000', '192009.199000', '192009.202000', '192009.204000', '192009.207000', '192009.209000', '192009.212000', '192009.214000', '192009.217000', '192009.220000', '192009.222000', '192009.225000', '192009.227000', '192009.230000', '192029.122000', '192029.125000', '192029.128000', '192029.130000', '192029.133000', '192029.135000', '192029.138000', '192029.140000', '192029.144000', '192029.148000', '192029.151000', '192029.153000', '192029.156000', '192029.158000', '192029.161000', '192029.163000', '192029.166000', '192029.169000', '192029.171000', '192029.174000', '192029.176000', '192029.179000', '192029.181000', '192029.184000', '192029.186000', '192029.189000', '192029.192000', '192029.194000', '192029.197000', '192029.200000', '192029.202000', '192029.205000', '192029.208000', '192029.210000', '192029.213000', '192029.215000', '192029.218000', '192029.220000', '192029.223000', '192029.226000', '192029.228000', '192029.231000', '192029.233000', '192029.236000', '192049.122000', '192049.125000', '192049.128000', '192049.130000', '192049.133000', '192049.135000', '192049.138000', '192049.141000', '192049.143000', '192049.146000', '192049.148000', '192049.151000', '192049.153000', '192049.156000', '192049.158000', '192049.161000', '192049.163000', '192049.166000', '192049.168000', '192049.171000', '192049.174000', '192049.176000', '192049.179000', '192049.181000', '192049.184000', '192049.187000', '192049.189000', '192049.192000', '192049.194000', '192049.197000', '192049.199000', '192049.202000', '192049.205000', '192049.207000', '192049.210000', '192049.212000', '192049.215000', '192049.218000', '192049.220000', '192049.223000', '192049.225000', '192049.228000', '192049.230000', '192109.122000', '192109.125000', '192109.128000', '192109.130000', '192109.133000', '192109.136000', '192109.138000', '192109.141000', '192109.143000', '192109.146000', '192109.149000', '192109.151000', '192109.154000', '192109.156000', '192109.159000', '192109.161000', '192109.164000', '192109.167000', '192109.169000', '192109.172000', '192109.174000', '192109.177000', '192109.179000', '192109.182000', '192109.184000', '192109.187000', '192109.190000', '192109.192000', '192109.195000', '192109.197000', '192109.200000', '192109.202000', '192109.205000', '192109.207000', '192109.210000', '192109.213000', '192109.215000', '192109.218000', '192109.220000', '192109.223000', '192109.225000', '192109.228000', '192109.231000', '192129.122000', '192129.125000', '192129.128000', '192129.130000', '192129.133000', '192129.135000', '192129.138000', '192129.141000', '192129.143000', '192129.146000', '192129.148000', '192129.151000', '192129.153000', '192129.156000', '192129.158000', '192129.161000', '192129.164000', '192129.166000', '192129.169000', '192129.171000', '192129.185000', '192129.188000', '192129.190000', '192129.193000', '192129.195000', '192129.198000', '192129.200000', '192129.203000', '192129.206000', '192129.208000', '192129.211000', '192129.213000', '192129.216000', '192129.218000', '192129.221000', '192129.223000', '192129.226000', '192129.229000', '192129.231000', '192129.234000', '192129.236000', '192129.239000', '192129.241000', '192129.244000', '192149.122000', '192149.125000', '192149.128000', '192149.130000', '192149.133000', '192149.136000', '192149.138000', '192149.141000', '192149.143000', '192149.146000', '192149.148000', '192149.151000', '192149.154000', '192149.156000', '192149.159000', '192149.161000', '192149.164000', '192149.167000', '192149.170000', '192149.173000', '192149.176000', '192149.178000', '192149.181000', '192149.183000', '192149.186000', '192149.188000', '192149.191000', '192149.196000', '192149.198000', '192149.201000', '192149.204000', '192149.206000', '192149.209000', '192149.212000', '192149.214000', '192149.217000', '192149.219000', '192149.222000', '192149.224000', '192149.227000', '192149.230000', '192149.232000', '192149.235000', '192209.122000', '192209.125000', '192209.128000', '192209.130000', '192209.133000', '192209.135000', '192209.138000', '192209.141000', '192209.143000', '192209.146000', '192209.148000', '192209.151000', '192209.153000', '192209.156000', '192209.159000', '192209.161000', '192209.164000', '192209.166000', '192209.169000', '192209.172000', '192209.174000', '192209.177000', '192209.180000', '192209.182000', '192209.185000', '192209.187000', '192209.190000', '192209.192000', '192209.195000', '192209.197000', '192209.200000', '192209.203000', '192209.205000', '192209.208000', '192209.210000', '192209.213000', '192209.216000', '192209.218000', '192209.221000', '192209.223000', '192209.226000', '192209.228000', '192209.231000', '192209.234000', '192229.122000', '192229.125000', '192229.128000', '192229.130000', '192229.133000', '192229.135000', '192229.138000', '192229.141000', '192229.143000', '192229.146000', '192229.148000', '192229.151000', '192229.154000', '192229.156000', '192229.159000', '192229.161000', '192229.164000', '192229.167000', '192229.169000', '192229.172000', '192229.174000', '192229.177000', '192229.179000', '192229.182000', '192229.185000', '192229.187000', '192229.190000', '192229.192000', '192229.195000', '192229.197000', '192229.200000', '192229.203000', '192229.205000', '192229.208000', '192229.210000', '192229.213000', '192229.215000', '192229.218000', '192229.221000', '192229.223000', '192229.226000', '192229.228000', '192229.231000', '192249.122000', '192249.125000', '192249.128000', '192249.130000', '192249.133000', '192249.136000', '192249.138000', '192249.141000', '192249.143000', '192249.146000', '192249.149000', '192249.151000', '192249.154000', '192249.156000', '192249.159000', '192249.161000', '192249.164000', '192249.167000', '192249.169000', '192249.172000', '192249.174000', '192249.177000', '192249.180000', '192249.182000', '192249.185000', '192249.187000', '192249.190000', '192249.192000', '192249.195000', '192249.197000', '192249.200000', '192249.203000', '192249.205000', '192249.208000', '192249.210000', '192249.213000', '192249.215000', '192249.218000', '192249.220000', '192249.223000', '192249.226000', '192249.228000', '192249.231000', '192249.233000', '192309.122000', '192309.125000', '192309.128000', '192309.130000', '192309.133000', '192309.135000', '192309.138000', '192309.141000', '192309.143000', '192309.146000', '192309.148000', '192309.151000', '192309.153000', '192309.156000', '192309.158000', '192309.161000', '192309.164000', '192309.166000', '192309.169000', '192309.172000', '192309.174000', '192309.177000', '192309.179000', '192309.182000', '192309.185000', '192309.187000', '192309.190000', '192309.192000', '192309.195000', '192309.197000', '192309.200000', '192309.203000', '192309.205000', '192309.208000', '192309.211000', '192309.213000', '192309.216000', '192309.218000', '192309.221000', '192309.224000', '192309.227000', '192309.230000', '192309.233000', '192329.123000', '192329.125000', '192329.128000', '192329.130000', '192329.133000', '192329.136000', '192329.138000', '192329.141000', '192329.143000', '192329.146000', '192329.149000', '192329.151000', '192329.154000', '192329.156000', '192329.159000', '192329.161000', '192329.164000', '192329.167000', '192329.169000', '192329.172000', '192329.174000', '192329.177000', '192329.187000', '192329.190000', '192329.192000', '192329.195000', '192329.198000', '192329.200000', '192329.203000', '192329.205000', '192329.208000', '192329.211000', '192329.213000', '192329.216000', '192329.218000', '192329.221000', '192329.223000', '192329.226000', '192329.229000', '192329.231000', '192329.234000', '192329.236000', '192329.239000', '192329.242000', '192349.122000', '192349.125000', '192349.128000', '192349.130000', '192349.133000', '192349.135000', '192349.138000', '192349.141000', '192349.143000', '192349.146000', '192349.148000', '192349.151000', '192349.153000', '192349.156000', '192349.159000', '192349.161000', '192349.164000', '192349.168000', '192349.171000', '192349.173000', '192349.176000', '192349.178000', '192349.181000', '192349.183000', '192349.187000', '192349.190000', '192349.193000', '192349.195000', '192349.198000', '192349.201000', '192349.203000', '192349.206000', '192349.208000', '192349.211000', '192349.213000', '192349.216000', '192349.219000', '192349.221000', '192349.224000', '192349.226000', '192349.229000', '192349.231000', '192349.234000', '192409.122000', '192409.125000', '192409.128000', '192409.130000', '192409.133000', '192409.135000', '192409.138000', '192409.141000', '192409.143000', '192409.146000', '192409.148000', '192409.151000', '192409.154000', '192409.156000', '192409.159000', '192409.161000', '192409.164000', '192409.167000', '192409.169000', '192409.172000', '192409.174000', '192409.177000', '192409.180000', '192409.182000', '192409.185000', '192409.188000', '192409.190000', '192409.193000', '192409.195000', '192409.198000', '192409.201000', '192409.203000', '192409.206000', '192409.208000', '192409.211000', '192409.213000', '192409.216000', '192409.219000', '192409.221000', '192409.224000', '192409.226000', '192409.229000', '192409.231000', '192409.234000', '192429.122000', '192429.125000', '192429.128000', '192429.130000', '192429.133000', '192429.135000', '192429.138000', '192429.141000', '192429.143000', '192429.146000', '192429.148000', '192429.151000', '192429.154000', '192429.156000', '192429.159000', '192429.161000', '192429.164000', '192429.166000', '192429.169000', '192429.171000', '192429.174000', '192429.176000', '192429.179000', '192429.182000', '192429.184000', '192429.187000', '192429.190000', '192429.192000', '192429.195000', '192429.197000', '192429.200000', '192429.202000', '192429.205000', '192429.208000', '192429.210000', '192429.213000', '192429.215000', '192429.218000', '192429.220000', '192429.223000', '192429.226000', '192429.228000', '192429.231000', '192449.122000', '192449.125000', '192449.128000', '192449.130000', '192449.133000', '192449.136000', '192449.138000', '192449.141000', '192449.143000', '192449.146000', '192449.148000', '192449.151000', '192449.154000', '192449.156000', '192449.159000', '192449.161000', '192449.164000', '192449.167000', '192449.169000', '192449.172000', '192449.174000', '192449.177000', '192449.179000', '192449.182000', '192449.184000', '192449.187000', '192449.190000', '192449.192000', '192449.195000', '192449.197000', '192449.200000', '192449.203000', '192449.205000', '192449.208000', '192449.210000', '192449.213000', '192449.216000', '192449.218000', '192449.221000', '192449.223000', '192449.226000', '192449.228000', '192449.231000', '192449.234000', '192450.372000', '192450.375000', '192450.378000'], 'InstanceCreationTime': ['191829.151000', '191829.154000', '191829.157000', '191829.160000', '191829.162000', '191829.165000', '191829.168000', '191829.171000', '191829.174000', '191829.176000', '191829.179000', '191829.181000', '191829.184000', '191829.187000', '191829.189000', '191829.192000', '191829.194000', '191829.197000', '191829.199000', '191829.202000', '191829.204000', '191829.207000', '191829.210000', '191829.212000', '191829.215000', '191829.217000', '191829.220000', '191829.222000', '191829.225000', '191829.227000', '191829.230000', '191829.232000', '191829.235000', '191829.238000', '191829.240000', '191829.243000', '191829.245000', '191829.248000', '191829.250000', '191829.253000', '191829.255000', '191829.258000', '191829.260000', '191849.122000', '191849.125000', '191849.128000', '191849.130000', '191849.133000', '191849.135000', '191849.138000', '191849.140000', '191849.143000', '191849.145000', '191849.148000', '191849.150000', '191849.153000', '191849.156000', '191849.158000', '191849.161000', '191849.163000', '191849.166000', '191849.168000', '191849.171000', '191849.173000', '191849.176000', '191849.178000', '191849.181000', '191849.183000', '191849.186000', '191849.188000', '191849.191000', '191849.193000', '191849.196000', '191849.199000', '191849.201000', '191849.204000', '191849.206000', '191849.209000', '191849.211000', '191849.214000', '191849.216000', '191849.219000', '191849.221000', '191849.224000', '191849.227000', '191849.229000', '191909.122000', '191909.125000', '191909.134000', '191909.136000', '191909.139000', '191909.141000', '191909.144000', '191909.146000', '191909.149000', '191909.151000', '191909.154000', '191909.156000', '191909.159000', '191909.162000', '191909.164000', '191909.167000', '191909.170000', '191909.172000', '191909.175000', '191909.177000', '191909.180000', '191909.182000', '191909.185000', '191909.187000', '191909.190000', '191909.192000', '191909.195000', '191909.197000', '191909.200000', '191909.203000', '191909.205000', '191909.208000', '191909.210000', '191909.213000', '191909.215000', '191909.218000', '191909.220000', '191909.223000', '191909.225000', '191909.228000', '191909.231000', '191909.233000', '191909.236000', '191909.238000', '191929.122000', '191929.125000', '191929.128000', '191929.130000', '191929.133000', '191929.135000', '191929.138000', '191929.140000', '191929.143000', '191929.145000', '191929.148000', '191929.151000', '191929.153000', '191929.156000', '191929.158000', '191929.161000', '191929.163000', '191929.166000', '191929.168000', '191929.171000', '191929.173000', '191929.176000', '191929.178000', '191929.181000', '191929.184000', '191929.186000', '191929.189000', '191929.191000', '191929.194000', '191929.196000', '191929.199000', '191929.202000', '191929.204000', '191929.207000', '191929.209000', '191929.212000', '191929.214000', '191929.217000', '191929.219000', '191929.222000', '191929.224000', '191929.227000', '191929.230000', '191949.122000', '191949.125000', '191949.128000', '191949.130000', '191949.133000', '191949.135000', '191949.138000', '191949.140000', '191949.143000', '191949.145000', '191949.148000', '191949.151000', '191949.153000', '191949.156000', '191949.158000', '191949.161000', '191949.163000', '191949.166000', '191949.168000', '191949.171000', '191949.173000', '191949.176000', '191949.179000', '191949.181000', '191949.199000', '191949.202000', '191949.204000', '191949.207000', '191949.210000', '191949.212000', '191949.215000', '191949.217000', '191949.220000', '191949.222000', '191949.225000', '191949.227000', '191949.230000', '191949.232000', '191949.235000', '191949.238000', '191949.240000', '191949.243000', '191949.245000', '191949.248000', '192009.122000', '192009.125000', '192009.128000', '192009.130000', '192009.133000', '192009.135000', '192009.138000', '192009.140000', '192009.143000', '192009.145000', '192009.148000', '192009.151000', '192009.153000', '192009.156000', '192009.158000', '192009.161000', '192009.163000', '192009.166000', '192009.168000', '192009.171000', '192009.174000', '192009.176000', '192009.179000', '192009.181000', '192009.184000', '192009.186000', '192009.189000', '192009.191000', '192009.194000', '192009.197000', '192009.199000', '192009.202000', '192009.204000', '192009.207000', '192009.209000', '192009.212000', '192009.214000', '192009.217000', '192009.220000', '192009.222000', '192009.225000', '192009.227000', '192009.230000', '192029.122000', '192029.125000', '192029.128000', '192029.130000', '192029.133000', '192029.135000', '192029.138000', '192029.140000', '192029.144000', '192029.148000', '192029.151000', '192029.153000', '192029.156000', '192029.158000', '192029.161000', '192029.163000', '192029.166000', '192029.169000', '192029.171000', '192029.174000', '192029.176000', '192029.179000', '192029.181000', '192029.184000', '192029.186000', '192029.189000', '192029.192000', '192029.194000', '192029.197000', '192029.200000', '192029.202000', '192029.205000', '192029.208000', '192029.210000', '192029.213000', '192029.215000', '192029.218000', '192029.220000', '192029.223000', '192029.226000', '192029.228000', '192029.231000', '192029.233000', '192029.236000', '192049.122000', '192049.125000', '192049.128000', '192049.130000', '192049.133000', '192049.135000', '192049.138000', '192049.141000', '192049.143000', '192049.146000', '192049.148000', '192049.151000', '192049.153000', '192049.156000', '192049.158000', '192049.161000', '192049.163000', '192049.166000', '192049.168000', '192049.171000', '192049.174000', '192049.176000', '192049.179000', '192049.181000', '192049.184000', '192049.187000', '192049.189000', '192049.192000', '192049.194000', '192049.197000', '192049.199000', '192049.202000', '192049.205000', '192049.207000', '192049.210000', '192049.212000', '192049.215000', '192049.218000', '192049.220000', '192049.223000', '192049.225000', '192049.228000', '192049.230000', '192109.122000', '192109.125000', '192109.128000', '192109.130000', '192109.133000', '192109.136000', '192109.138000', '192109.141000', '192109.143000', '192109.146000', '192109.149000', '192109.151000', '192109.154000', '192109.156000', '192109.159000', '192109.161000', '192109.164000', '192109.167000', '192109.169000', '192109.172000', '192109.174000', '192109.177000', '192109.179000', '192109.182000', '192109.184000', '192109.187000', '192109.190000', '192109.192000', '192109.195000', '192109.197000', '192109.200000', '192109.202000', '192109.205000', '192109.207000', '192109.210000', '192109.213000', '192109.215000', '192109.218000', '192109.220000', '192109.223000', '192109.225000', '192109.228000', '192109.231000', '192129.122000', '192129.125000', '192129.128000', '192129.130000', '192129.133000', '192129.135000', '192129.138000', '192129.141000', '192129.143000', '192129.146000', '192129.148000', '192129.151000', '192129.153000', '192129.156000', '192129.158000', '192129.161000', '192129.164000', '192129.166000', '192129.169000', '192129.171000', '192129.185000', '192129.188000', '192129.190000', '192129.193000', '192129.195000', '192129.198000', '192129.200000', '192129.203000', '192129.206000', '192129.208000', '192129.211000', '192129.213000', '192129.216000', '192129.218000', '192129.221000', '192129.223000', '192129.226000', '192129.229000', '192129.231000', '192129.234000', '192129.236000', '192129.239000', '192129.241000', '192129.244000', '192149.122000', '192149.125000', '192149.128000', '192149.130000', '192149.133000', '192149.136000', '192149.138000', '192149.141000', '192149.143000', '192149.146000', '192149.148000', '192149.151000', '192149.154000', '192149.156000', '192149.159000', '192149.161000', '192149.164000', '192149.167000', '192149.170000', '192149.173000', '192149.176000', '192149.178000', '192149.181000', '192149.183000', '192149.186000', '192149.188000', '192149.191000', '192149.196000', '192149.198000', '192149.201000', '192149.204000', '192149.206000', '192149.209000', '192149.212000', '192149.214000', '192149.217000', '192149.219000', '192149.222000', '192149.224000', '192149.227000', '192149.230000', '192149.232000', '192149.235000', '192209.122000', '192209.125000', '192209.128000', '192209.130000', '192209.133000', '192209.135000', '192209.138000', '192209.141000', '192209.143000', '192209.146000', '192209.148000', '192209.151000', '192209.153000', '192209.156000', '192209.159000', '192209.161000', '192209.164000', '192209.166000', '192209.169000', '192209.172000', '192209.174000', '192209.177000', '192209.180000', '192209.182000', '192209.185000', '192209.187000', '192209.190000', '192209.192000', '192209.195000', '192209.197000', '192209.200000', '192209.203000', '192209.205000', '192209.208000', '192209.210000', '192209.213000', '192209.216000', '192209.218000', '192209.221000', '192209.223000', '192209.226000', '192209.228000', '192209.231000', '192209.234000', '192229.122000', '192229.125000', '192229.128000', '192229.130000', '192229.133000', '192229.135000', '192229.138000', '192229.141000', '192229.143000', '192229.146000', '192229.148000', '192229.151000', '192229.154000', '192229.156000', '192229.159000', '192229.161000', '192229.164000', '192229.167000', '192229.169000', '192229.172000', '192229.174000', '192229.177000', '192229.179000', '192229.182000', '192229.185000', '192229.187000', '192229.190000', '192229.192000', '192229.195000', '192229.197000', '192229.200000', '192229.203000', '192229.205000', '192229.208000', '192229.210000', '192229.213000', '192229.215000', '192229.218000', '192229.221000', '192229.223000', '192229.226000', '192229.228000', '192229.231000', '192249.122000', '192249.125000', '192249.128000', '192249.130000', '192249.133000', '192249.136000', '192249.138000', '192249.141000', '192249.143000', '192249.146000', '192249.149000', '192249.151000', '192249.154000', '192249.156000', '192249.159000', '192249.161000', '192249.164000', '192249.167000', '192249.169000', '192249.172000', '192249.174000', '192249.177000', '192249.180000', '192249.182000', '192249.185000', '192249.187000', '192249.190000', '192249.192000', '192249.195000', '192249.197000', '192249.200000', '192249.203000', '192249.205000', '192249.208000', '192249.210000', '192249.213000', '192249.215000', '192249.218000', '192249.220000', '192249.223000', '192249.226000', '192249.228000', '192249.231000', '192249.233000', '192309.122000', '192309.125000', '192309.128000', '192309.130000', '192309.133000', '192309.135000', '192309.138000', '192309.141000', '192309.143000', '192309.146000', '192309.148000', '192309.151000', '192309.153000', '192309.156000', '192309.158000', '192309.161000', '192309.164000', '192309.166000', '192309.169000', '192309.172000', '192309.174000', '192309.177000', '192309.179000', '192309.182000', '192309.185000', '192309.187000', '192309.190000', '192309.192000', '192309.195000', '192309.197000', '192309.200000', '192309.203000', '192309.205000', '192309.208000', '192309.211000', '192309.213000', '192309.216000', '192309.218000', '192309.221000', '192309.224000', '192309.227000', '192309.230000', '192309.233000', '192329.123000', '192329.125000', '192329.128000', '192329.130000', '192329.133000', '192329.136000', '192329.138000', '192329.141000', '192329.143000', '192329.146000', '192329.149000', '192329.151000', '192329.154000', '192329.156000', '192329.159000', '192329.161000', '192329.164000', '192329.167000', '192329.169000', '192329.172000', '192329.174000', '192329.177000', '192329.187000', '192329.190000', '192329.192000', '192329.195000', '192329.198000', '192329.200000', '192329.203000', '192329.205000', '192329.208000', '192329.211000', '192329.213000', '192329.216000', '192329.218000', '192329.221000', '192329.223000', '192329.226000', '192329.229000', '192329.231000', '192329.234000', '192329.236000', '192329.239000', '192329.242000', '192349.122000', '192349.125000', '192349.128000', '192349.130000', '192349.133000', '192349.135000', '192349.138000', '192349.141000', '192349.143000', '192349.146000', '192349.148000', '192349.151000', '192349.153000', '192349.156000', '192349.159000', '192349.161000', '192349.164000', '192349.168000', '192349.171000', '192349.173000', '192349.176000', '192349.178000', '192349.181000', '192349.183000', '192349.187000', '192349.190000', '192349.193000', '192349.195000', '192349.198000', '192349.201000', '192349.203000', '192349.206000', '192349.208000', '192349.211000', '192349.213000', '192349.216000', '192349.219000', '192349.221000', '192349.224000', '192349.226000', '192349.229000', '192349.231000', '192349.234000', '192409.122000', '192409.125000', '192409.128000', '192409.130000', '192409.133000', '192409.135000', '192409.138000', '192409.141000', '192409.143000', '192409.146000', '192409.148000', '192409.151000', '192409.154000', '192409.156000', '192409.159000', '192409.161000', '192409.164000', '192409.167000', '192409.169000', '192409.172000', '192409.174000', '192409.177000', '192409.180000', '192409.182000', '192409.185000', '192409.188000', '192409.190000', '192409.193000', '192409.195000', '192409.198000', '192409.201000', '192409.203000', '192409.206000', '192409.208000', '192409.211000', '192409.213000', '192409.216000', '192409.219000', '192409.221000', '192409.224000', '192409.226000', '192409.229000', '192409.231000', '192409.234000', '192429.122000', '192429.125000', '192429.128000', '192429.130000', '192429.133000', '192429.135000', '192429.138000', '192429.141000', '192429.143000', '192429.146000', '192429.148000', '192429.151000', '192429.154000', '192429.156000', '192429.159000', '192429.161000', '192429.164000', '192429.166000', '192429.169000', '192429.171000', '192429.174000', '192429.176000', '192429.179000', '192429.182000', '192429.184000', '192429.187000', '192429.190000', '192429.192000', '192429.195000', '192429.197000', '192429.200000', '192429.202000', '192429.205000', '192429.208000', '192429.210000', '192429.213000', '192429.215000', '192429.218000', '192429.220000', '192429.223000', '192429.226000', '192429.228000', '192429.231000', '192449.122000', '192449.125000', '192449.128000', '192449.130000', '192449.133000', '192449.136000', '192449.138000', '192449.141000', '192449.143000', '192449.146000', '192449.148000', '192449.151000', '192449.154000', '192449.156000', '192449.159000', '192449.161000', '192449.164000', '192449.167000', '192449.169000', '192449.172000', '192449.174000', '192449.177000', '192449.179000', '192449.182000', '192449.184000', '192449.187000', '192449.190000', '192449.192000', '192449.195000', '192449.197000', '192449.200000', '192449.203000', '192449.205000', '192449.208000', '192449.210000', '192449.213000', '192449.216000', '192449.218000', '192449.221000', '192449.223000', '192449.226000', '192449.228000', '192449.231000', '192449.234000', '192450.372000', '192450.375000', '192450.378000'], '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': [9402, 13414, 9713, 9840, 9759, 9627, 15341, 9590, 12155, 9745, 9584, 10920, 9450, 12224, 9606, 9515, 9603, 9515, 13819, 9496, 11594, 9571, 9542, 13849, 10638, 10622, 9487, 9323, 13515, 9662, 11544, 9485, 9341, 9591, 9433, 13059, 9642, 10815, 9286, 9354, 12207, 9501, 10460, 9332, 9320, 9498, 9214, 9250, 9290, 14670, 10149, 11620, 9576, 9175, 13357, 9488, 14056, 9519, 11939, 9456, 10572, 9583, 11086, 9708, 10515, 9774, 10387, 9631, 12174, 9650, 9631, 9500, 9518, 13508, 9985, 12165, 9325, 9618, 9481, 9667, 12832, 9804, 11586, 9275, 9076, 9374, 9297, 13089, 9457, 11349, 9625, 9500, 9377, 9344, 14733, 9577, 11304, 9659, 9888, 11750, 9374, 13676, 9326, 10775, 9552, 10085, 12067, 9764, 13600, 9436, 11568, 9434, 9107, 15191, 10742, 13342, 9739, 11409, 9213, 8970, 9249, 9320, 9777, 9566, 13048, 9923, 9045, 9457, 9258, 8714, 9013, 12277, 13390, 9979, 14113, 9473, 12610, 15117, 11423, 11519, 9307, 8977, 12033, 9411, 10520, 9155, 8443, 9219, 9146, 13027, 9439, 10803, 9424, 9147, 13568, 9535, 12062, 9280, 10451, 9212, 10287, 12175, 9291, 9187, 9360, 12149, 9225, 9409, 14916, 9478, 11977, 9391, 8395, 9495, 10223, 13021, 9701, 13813, 9254, 11283, 11347, 9442, 14246, 10783, 11764, 9392, 9173, 9352, 9393, 13554, 11027, 11268, 9295, 9445, 12690, 9265, 11354, 9251, 9483, 9478, 9445, 9036, 9073, 9059, 9329, 9119, 9814, 11266, 9759, 10274, 12850, 16438, 9943, 13084, 12641, 9438, 9596, 9288, 9464, 9327, 9303, 9756, 9493, 9642, 10083, 9396, 11121, 9134, 11367, 13166, 10500, 13183, 9769, 9977, 8837, 8789, 9805, 9470, 13032, 9558, 10883, 9064, 8530, 9498, 9622, 9580, 9612, 9369, 9165, 11605, 9747, 11994, 9743, 9558, 9567, 9454, 11053, 9417, 10631, 11487, 9851, 13332, 9400, 12117, 9660, 11900, 13148, 10451, 14359, 9283, 11959, 9120, 11273, 9381, 8759, 10691, 9221, 11815, 10176, 9047, 9770, 9811, 9749, 9888, 12500, 15136, 10667, 11744, 11803, 10230, 13542, 9639, 9120, 11091, 9821, 11563, 9803, 9582, 12552, 9856, 11459, 10210, 9488, 9536, 9495, 9455, 11757, 9630, 10010, 9599, 9355, 13467, 9632, 11121, 9299, 9188, 12489, 9920, 9785, 11844, 10032, 11351, 9485, 8836, 9707, 9840, 12140, 9483, 9425, 13548, 10125, 11274, 9630, 9740, 13201, 9487, 9440, 13564, 9897, 11817, 9529, 9616, 12812, 9521, 8720, 9334, 9223, 12246, 9734, 10240, 9963, 10227, 9688, 10031, 10188, 10858, 10140, 11587, 10645, 13737, 14183, 13131, 16019, 10194, 9268, 9205, 9006, 9196, 9101, 8987, 9471, 9514, 11343, 9672, 12438, 9119, 12511, 13305, 10525, 13413, 9708, 11181, 9224, 8574, 10460, 9766, 13454, 9682, 10875, 9470, 8579, 9024, 9573, 13225, 10586, 11025, 9616, 8874, 8978, 9165, 12580, 9627, 10463, 9291, 9041, 9178, 9265, 12526, 9224, 10670, 9581, 11400, 9222, 11809, 9476, 10577, 9285, 10385, 9296, 10565, 13999, 11716, 12519, 11053, 8995, 10873, 9277, 9177, 12895, 9764, 10765, 9433, 9246, 10872, 9458, 9165, 8961, 9281, 9771, 9283, 8791, 9385, 9662, 11280, 9424, 8832, 9028, 9513, 11051, 9558, 9389, 9454, 11561, 11606, 9505, 13531, 9993, 9199, 14439, 9125, 9999, 12786, 9691, 13136, 9287, 9063, 9048, 9106, 10631, 9395, 9284, 13773, 10110, 9921, 9065, 9575, 11694, 9362, 9650, 14474, 10231, 11567, 9320, 8781, 8944, 9540, 12924, 9833, 11003, 9440, 9510, 9226, 9684, 13286, 10215, 10917, 9746, 11556, 13360, 9762, 12587, 9685, 9347, 12130, 9102, 9328, 13797, 10074, 11283, 9705, 9571, 11271, 9614, 9330, 10117, 9871, 9264, 9388, 9396, 11397, 10084, 11584, 9822, 8764, 9406, 10884, 9439, 9706, 9179, 9654, 12991, 10152, 12285, 14259, 12017, 11523, 9125, 9334, 13063, 9954, 11234, 9776, 9560, 9956, 8967, 9415, 9030, 9643, 10432, 9739, 11783, 9834, 12956, 10539, 12348, 9170, 11256, 9134, 12925, 15249, 12215, 11695, 8875, 9236, 13343, 10187, 10673, 9181, 8617, 12556, 9563, 10890, 9297, 8653, 9303, 9462, 12938, 9443, 10352, 9093, 9407, 9229, 9529, 10384, 9355, 11480, 9558, 11751, 9630, 9924, 9259, 8717, 10146, 9616, 14794, 10999, 11988, 9180, 9577, 14356, 10711, 12413, 9536, 9301, 8996, 9595, 12083, 9328, 10917, 10558, 9406, 9790, 9259, 9526, 9570, 9777, 9785, 10282, 9418, 9379, 9347, 10431, 9293, 11712, 10041, 12605, 9973, 9503, 9515, 8989, 9134, 9366, 13803, 10332, 10928, 9104, 9328, 10509, 10035, 10383, 9294, 8861, 9031, 9541, 13216, 10338, 12111, 9890, 9652, 9410, 9360, 13702, 9290, 12176, 9340, 10649, 9230, 11347, 8707, 9764, 8945, 8999, 11655, 10008, 10508, 13609, 10182, 10272, 14219, 12287, 11116, 8850, 8555, 10581, 9178, 11399, 9435, 8696, 9058, 9250, 9475, 8935, 8696, 11195, 9167, 10422, 9027, 8748, 9147, 9407, 12082, 9248, 8533, 10441, 9131, 11109, 9134, 9187, 13369, 9147, 9877, 13481, 9297, 12159, 9223, 9547, 13612, 9008, 10058, 9264, 9553, 12599, 9374, 10592, 9166, 10024, 9566, 10826, 13161, 9715, 13534, 9437, 9312, 13850, 8958, 12205, 9288, 9124, 8732, 9045, 11449, 10153, 9675, 13347, 9205, 8967, 9195, 9678, 13588, 10181, 10430, 8933, 8599, 8858, 9610, 9519, 9293, 12057, 8919, 11463, 14554, 10792, 11728, 9211, 8791, 11532, 9162, 13336, 10975, 11919, 9177, 11758, 9233, 12491, 9487, 12298, 11962, 9183, 14940, 11286, 12286, 9443, 14044, 12630, 9213, 8819, 8859, 8688, 8953, 8560, 8882, 11537, 13309, 10647, 12108, 8743, 9314, 9328, 8590, 9510, 8996, 9080, 8288, 8442, 9184, 12754, 10314, 10603, 8961, 8370, 8686, 9126, 13910, 9810, 11817, 9342, 8655, 8936, 9352, 9933, 8965, 9725, 8944, 9323, 12987, 11330, 12221, 14225, 11214, 11532, 9032, 9375, 13285, 9572, 12865, 9680, 9101, 8995, 9190, 12415, 9632, 10457, 12564, 9153, 11222, 8748, 8439, 9136, 9500, 13305, 10760, 11580, 9250, 10957, 9552, 9206, 9857, 9346, 10015, 12629, 10470, 13922, 11499, 13950, 10618, 11692, 8945, 13347, 13419, 10353, 14322, 9025, 8647, 11300, 9357, 11121, 9234, 8436, 8701, 8909, 12058, 9626], 'WindowCenter': [3910.0, 3925.0, 3881.0, 3878.0, 3865.0, 3866.0, 3917.0, 3864.0, 3895.0, 3864.0, 3864.0, 3885.0, 3865.0, 3895.0, 3875.0, 3864.0, 3864.0, 3864.0, 3906.0, 3863.0, 3885.0, 3862.0, 3863.0, 3894.0, 3873.0, 3872.0, 3863.0, 3863.0, 3893.0, 3862.0, 3884.0, 3863.0, 3863.0, 3862.0, 3863.0, 3893.0, 3861.0, 3873.0, 3862.0, 3863.0, 3882.0, 3864.0, 3872.0, 3864.0, 3863.0, 3876.0, 3865.0, 3864.0, 3865.0, 3916.0, 3876.0, 3885.0, 3865.0, 3865.0, 3905.0, 3864.0, 3905.0, 3864.0, 3884.0, 3865.0, 3885.0, 3876.0, 3885.0, 3876.0, 3886.0, 3877.0, 3875.0, 3875.0, 3897.0, 3875.0, 3865.0, 3875.0, 3875.0, 3894.0, 3864.0, 3885.0, 3863.0, 3874.0, 3864.0, 3863.0, 3893.0, 3863.0, 3885.0, 3864.0, 3862.0, 3864.0, 3863.0, 3893.0, 3875.0, 3885.0, 3877.0, 3876.0, 3864.0, 3865.0, 3917.0, 3876.0, 3897.0, 3877.0, 3877.0, 3895.0, 3866.0, 3906.0, 3877.0, 3886.0, 3877.0, 3886.0, 3896.0, 3876.0, 3907.0, 3866.0, 3886.0, 3866.0, 3865.0, 3915.0, 3875.0, 3896.0, 3865.0, 3884.0, 3865.0, 3853.0, 3864.0, 3861.0, 3874.0, 3864.0, 3907.0, 3875.0, 3866.0, 3875.0, 3876.0, 3865.0, 3865.0, 3897.0, 3908.0, 3876.0, 3907.0, 3862.0, 3896.0, 3904.0, 3873.0, 3872.0, 3851.0, 3851.0, 3869.0, 3848.0, 3859.0, 3861.0, 3840.0, 3863.0, 3863.0, 3892.0, 3863.0, 3871.0, 3863.0, 3864.0, 3893.0, 3864.0, 3893.0, 3865.0, 3884.0, 3864.0, 3874.0, 3895.0, 3864.0, 3865.0, 3876.0, 3895.0, 3862.0, 3863.0, 3904.0, 3864.0, 3897.0, 3875.0, 3853.0, 3874.0, 3875.0, 3907.0, 3876.0, 3906.0, 3865.0, 3886.0, 3884.0, 3863.0, 3905.0, 3873.0, 3882.0, 3864.0, 3862.0, 3850.0, 3850.0, 3893.0, 3871.0, 3872.0, 3850.0, 3863.0, 3895.0, 3862.0, 3871.0, 3849.0, 3860.0, 3860.0, 3861.0, 3851.0, 3852.0, 3863.0, 3862.0, 3863.0, 3875.0, 3887.0, 3875.0, 3887.0, 3912.0, 3963.0, 3850.0, 3900.0, 3898.0, 3852.0, 3849.0, 3848.0, 3849.0, 3850.0, 3863.0, 3863.0, 3875.0, 3876.0, 3886.0, 3878.0, 3886.0, 3865.0, 3885.0, 3893.0, 3872.0, 3882.0, 3863.0, 3860.0, 3852.0, 3839.0, 3858.0, 3860.0, 3881.0, 3861.0, 3871.0, 3851.0, 3848.0, 3862.0, 3862.0, 3863.0, 3864.0, 3863.0, 3865.0, 3896.0, 3875.0, 3886.0, 3864.0, 3864.0, 3863.0, 3875.0, 3884.0, 3864.0, 3884.0, 3885.0, 3875.0, 3906.0, 3865.0, 3884.0, 3864.0, 3884.0, 3895.0, 3875.0, 3905.0, 3863.0, 3883.0, 3863.0, 3872.0, 3851.0, 3840.0, 3872.0, 3862.0, 3883.0, 3874.0, 3864.0, 3874.0, 3875.0, 3875.0, 3876.0, 3897.0, 3907.0, 3874.0, 3883.0, 3882.0, 3874.0, 3892.0, 3863.0, 3864.0, 3882.0, 3861.0, 3881.0, 3861.0, 3861.0, 3880.0, 3873.0, 3883.0, 3861.0, 3863.0, 3874.0, 3863.0, 3861.0, 3881.0, 3861.0, 3860.0, 3861.0, 3862.0, 3893.0, 3862.0, 3883.0, 3862.0, 3862.0, 3880.0, 3860.0, 3860.0, 3882.0, 3861.0, 3882.0, 3873.0, 3862.0, 3861.0, 3872.0, 3882.0, 3862.0, 3862.0, 3892.0, 3872.0, 3883.0, 3862.0, 3863.0, 3893.0, 3862.0, 3862.0, 3889.0, 3860.0, 3880.0, 3849.0, 3860.0, 3879.0, 3860.0, 3839.0, 3849.0, 3849.0, 3878.0, 3861.0, 3872.0, 3862.0, 3873.0, 3874.0, 3874.0, 3886.0, 3886.0, 3885.0, 3896.0, 3887.0, 3910.0, 3907.0, 3883.0, 3951.0, 3877.0, 3851.0, 3849.0, 3838.0, 3861.0, 3862.0, 3864.0, 3874.0, 3877.0, 3897.0, 3877.0, 3908.0, 3866.0, 3894.0, 3893.0, 3860.0, 3880.0, 3850.0, 3869.0, 3850.0, 3839.0, 3858.0, 3858.0, 3878.0, 3860.0, 3869.0, 3859.0, 3849.0, 3848.0, 3860.0, 3890.0, 3871.0, 3870.0, 3861.0, 3850.0, 3849.0, 3849.0, 3879.0, 3847.0, 3859.0, 3849.0, 3849.0, 3849.0, 3850.0, 3880.0, 3861.0, 3870.0, 3861.0, 3881.0, 3862.0, 3881.0, 3863.0, 3872.0, 3863.0, 3872.0, 3864.0, 3884.0, 3904.0, 3884.0, 3894.0, 3871.0, 3850.0, 3871.0, 3849.0, 3849.0, 3879.0, 3860.0, 3870.0, 3849.0, 3861.0, 3870.0, 3860.0, 3859.0, 3850.0, 3862.0, 3860.0, 3862.0, 3851.0, 3860.0, 3861.0, 3882.0, 3863.0, 3863.0, 3862.0, 3874.0, 3884.0, 3876.0, 3876.0, 3876.0, 3899.0, 3895.0, 3874.0, 3907.0, 3874.0, 3864.0, 3905.0, 3864.0, 3873.0, 3892.0, 3860.0, 3892.0, 3850.0, 3850.0, 3850.0, 3851.0, 3870.0, 3848.0, 3849.0, 3892.0, 3860.0, 3858.0, 3848.0, 3860.0, 3879.0, 3848.0, 3849.0, 3890.0, 3858.0, 3870.0, 3861.0, 3849.0, 3849.0, 3861.0, 3891.0, 3872.0, 3870.0, 3861.0, 3861.0, 3860.0, 3862.0, 3904.0, 3872.0, 3883.0, 3874.0, 3885.0, 3892.0, 3861.0, 3882.0, 3861.0, 3861.0, 3881.0, 3850.0, 3850.0, 3890.0, 3859.0, 3870.0, 3860.0, 3860.0, 3881.0, 3861.0, 3861.0, 3871.0, 3871.0, 3861.0, 3863.0, 3862.0, 3883.0, 3873.0, 3883.0, 3874.0, 3863.0, 3876.0, 3885.0, 3875.0, 3874.0, 3875.0, 3877.0, 3906.0, 3874.0, 3896.0, 3904.0, 3895.0, 3883.0, 3851.0, 3850.0, 3880.0, 3859.0, 3871.0, 3860.0, 3861.0, 3872.0, 3851.0, 3865.0, 3862.0, 3875.0, 3872.0, 3876.0, 3884.0, 3875.0, 3894.0, 3886.0, 3897.0, 3865.0, 3884.0, 3863.0, 3895.0, 3904.0, 3881.0, 3881.0, 3850.0, 3850.0, 3890.0, 3858.0, 3869.0, 3860.0, 3849.0, 3879.0, 3859.0, 3868.0, 3859.0, 3848.0, 3849.0, 3861.0, 3891.0, 3861.0, 3872.0, 3861.0, 3861.0, 3850.0, 3861.0, 3872.0, 3862.0, 3881.0, 3862.0, 3883.0, 3874.0, 3873.0, 3864.0, 3853.0, 3872.0, 3874.0, 3915.0, 3885.0, 3884.0, 3862.0, 3863.0, 3901.0, 3870.0, 3882.0, 3861.0, 3850.0, 3850.0, 3861.0, 3879.0, 3848.0, 3870.0, 3858.0, 3848.0, 3858.0, 3849.0, 3847.0, 3858.0, 3859.0, 3860.0, 3860.0, 3861.0, 3862.0, 3863.0, 3872.0, 3863.0, 3884.0, 3863.0, 3894.0, 3873.0, 3864.0, 3862.0, 3852.0, 3861.0, 3863.0, 3893.0, 3873.0, 3873.0, 3850.0, 3851.0, 3870.0, 3861.0, 3871.0, 3862.0, 3863.0, 3865.0, 3874.0, 3892.0, 3873.0, 3882.0, 3873.0, 3861.0, 3864.0, 3864.0, 3903.0, 3862.0, 3882.0, 3862.0, 3873.0, 3864.0, 3885.0, 3867.0, 3887.0, 3877.0, 3878.0, 3910.0, 3888.0, 3900.0, 3909.0, 3873.0, 3874.0, 3893.0, 3882.0, 3872.0, 3851.0, 3851.0, 3860.0, 3848.0, 3870.0, 3849.0, 3838.0, 3849.0, 3862.0, 3848.0, 3849.0, 3839.0, 3869.0, 3850.0, 3870.0, 3862.0, 3852.0, 3849.0, 3850.0, 3881.0, 3851.0, 3851.0, 3872.0, 3862.0, 3872.0, 3850.0, 3861.0, 3892.0, 3861.0, 3873.0, 3892.0, 3861.0, 3882.0, 3850.0, 3861.0, 3893.0, 3851.0, 3860.0, 3861.0, 3861.0, 3893.0, 3862.0, 3872.0, 3864.0, 3872.0, 3875.0, 3887.0, 3895.0, 3864.0, 3907.0, 3864.0, 3864.0, 3892.0, 3853.0, 3883.0, 3862.0, 3862.0, 3852.0, 3863.0, 3884.0, 3861.0, 3862.0, 3893.0, 3862.0, 3862.0, 3863.0, 3875.0, 3905.0, 3874.0, 3872.0, 3864.0, 3851.0, 3851.0, 3874.0, 3875.0, 3876.0, 3895.0, 3866.0, 3897.0, 3906.0, 3874.0, 3883.0, 3863.0, 3852.0, 3881.0, 3860.0, 3893.0, 3873.0, 3883.0, 3863.0, 3893.0, 3863.0, 3893.0, 3863.0, 3896.0, 3884.0, 3865.0, 3906.0, 3884.0, 3883.0, 3832.0, 3955.0, 3912.0, 3852.0, 3851.0, 3850.0, 3851.0, 3852.0, 3852.0, 3853.0, 3884.0, 3893.0, 3860.0, 3871.0, 3839.0, 3836.0, 3848.0, 3837.0, 3849.0, 3839.0, 3851.0, 3841.0, 3839.0, 3851.0, 3881.0, 3860.0, 3861.0, 3851.0, 3840.0, 3839.0, 3850.0, 3889.0, 3861.0, 3881.0, 3862.0, 3852.0, 3864.0, 3863.0, 3875.0, 3867.0, 3877.0, 3877.0, 3879.0, 3910.0, 3886.0, 3886.0, 3906.0, 3885.0, 3883.0, 3852.0, 3853.0, 3879.0, 3851.0, 3881.0, 3850.0, 3850.0, 3851.0, 3861.0, 3879.0, 3849.0, 3860.0, 3880.0, 3848.0, 3869.0, 3839.0, 3837.0, 3847.0, 3849.0, 3892.0, 3872.0, 3870.0, 3851.0, 3870.0, 3862.0, 3862.0, 3873.0, 3863.0, 3889.0, 3908.0, 3890.0, 3920.0, 3901.0, 3918.0, 3886.0, 3897.0, 3865.0, 3896.0, 3893.0, 3862.0, 3893.0, 3850.0, 3840.0, 3868.0, 3848.0, 3869.0, 3850.0, 3839.0, 3851.0, 3862.0, 3881.0, 3861.0], 'WindowWidth': [8767.0, 8776.0, 8709.0, 8699.0, 8678.0, 8677.0, 8747.0, 8672.0, 8712.0, 8672.0, 8671.0, 8700.0, 8672.0, 8713.0, 8688.0, 8674.0, 8671.0, 8671.0, 8731.0, 8670.0, 8700.0, 8666.0, 8667.0, 8710.0, 8682.0, 8678.0, 8668.0, 8668.0, 8708.0, 8666.0, 8697.0, 8670.0, 8667.0, 8665.0, 8668.0, 8709.0, 8665.0, 8682.0, 8665.0, 8669.0, 8693.0, 8670.0, 8679.0, 8671.0, 8668.0, 8689.0, 8673.0, 8673.0, 8675.0, 8744.0, 8689.0, 8699.0, 8673.0, 8672.0, 8727.0, 8670.0, 8726.0, 8671.0, 8697.0, 8672.0, 8700.0, 8691.0, 8700.0, 8691.0, 8704.0, 8694.0, 8687.0, 8689.0, 8722.0, 8689.0, 8674.0, 8689.0, 8688.0, 8712.0, 8670.0, 8702.0, 8667.0, 8684.0, 8671.0, 8669.0, 8708.0, 8666.0, 8700.0, 8670.0, 8666.0, 8672.0, 8670.0, 8710.0, 8687.0, 8700.0, 8693.0, 8690.0, 8673.0, 8674.0, 8747.0, 8690.0, 8720.0, 8694.0, 8693.0, 8715.0, 8675.0, 8731.0, 8694.0, 8704.0, 8694.0, 8704.0, 8717.0, 8690.0, 8733.0, 8678.0, 8703.0, 8677.0, 8675.0, 8741.0, 8686.0, 8716.0, 8673.0, 8697.0, 8673.0, 8656.0, 8671.0, 8664.0, 8683.0, 8670.0, 8731.0, 8687.0, 8679.0, 8688.0, 8691.0, 8675.0, 8674.0, 8722.0, 8735.0, 8691.0, 8734.0, 8666.0, 8716.0, 8723.0, 8678.0, 8677.0, 8648.0, 8647.0, 8668.0, 8640.0, 8655.0, 8663.0, 8634.0, 8668.0, 8666.0, 8704.0, 8667.0, 8675.0, 8669.0, 8672.0, 8707.0, 8670.0, 8709.0, 8675.0, 8698.0, 8671.0, 8684.0, 8714.0, 8670.0, 8673.0, 8690.0, 8713.0, 8664.0, 8666.0, 8725.0, 8670.0, 8716.0, 8690.0, 8656.0, 8683.0, 8687.0, 8733.0, 8688.0, 8730.0, 8674.0, 8704.0, 8697.0, 8668.0, 8727.0, 8680.0, 8690.0, 8671.0, 8664.0, 8647.0, 8646.0, 8706.0, 8676.0, 8677.0, 8646.0, 8666.0, 8714.0, 8665.0, 8673.0, 8643.0, 8658.0, 8658.0, 8661.0, 8649.0, 8651.0, 8668.0, 8667.0, 8670.0, 8686.0, 8706.0, 8690.0, 8707.0, 8752.0, 8850.0, 8649.0, 8738.0, 8723.0, 8649.0, 8641.0, 8634.0, 8639.0, 8643.0, 8667.0, 8667.0, 8687.0, 8690.0, 8705.0, 8697.0, 8704.0, 8675.0, 8699.0, 8706.0, 8676.0, 8692.0, 8664.0, 8658.0, 8650.0, 8629.0, 8654.0, 8657.0, 8687.0, 8659.0, 8672.0, 8649.0, 8641.0, 8662.0, 8663.0, 8665.0, 8669.0, 8667.0, 8673.0, 8716.0, 8685.0, 8701.0, 8669.0, 8667.0, 8668.0, 8686.0, 8697.0, 8670.0, 8698.0, 8697.0, 8684.0, 8727.0, 8673.0, 8695.0, 8667.0, 8695.0, 8710.0, 8684.0, 8727.0, 8665.0, 8692.0, 8665.0, 8676.0, 8645.0, 8630.0, 8675.0, 8662.0, 8694.0, 8681.0, 8669.0, 8682.0, 8686.0, 8685.0, 8691.0, 8721.0, 8732.0, 8683.0, 8692.0, 8690.0, 8679.0, 8705.0, 8668.0, 8670.0, 8692.0, 8661.0, 8689.0, 8662.0, 8661.0, 8686.0, 8679.0, 8694.0, 8659.0, 8667.0, 8684.0, 8668.0, 8661.0, 8686.0, 8659.0, 8657.0, 8660.0, 8664.0, 8706.0, 8662.0, 8692.0, 8665.0, 8663.0, 8686.0, 8657.0, 8659.0, 8689.0, 8660.0, 8690.0, 8681.0, 8665.0, 8661.0, 8677.0, 8689.0, 8664.0, 8665.0, 8704.0, 8678.0, 8695.0, 8663.0, 8665.0, 8707.0, 8664.0, 8663.0, 8697.0, 8656.0, 8686.0, 8642.0, 8657.0, 8681.0, 8656.0, 8627.0, 8640.0, 8639.0, 8678.0, 8661.0, 8676.0, 8664.0, 8681.0, 8683.0, 8683.0, 8702.0, 8704.0, 8701.0, 8718.0, 8706.0, 8745.0, 8733.0, 8703.0, 8832.0, 8695.0, 8649.0, 8639.0, 8622.0, 8659.0, 8665.0, 8673.0, 8684.0, 8692.0, 8720.0, 8694.0, 8735.0, 8678.0, 8712.0, 8705.0, 8656.0, 8683.0, 8641.0, 8667.0, 8644.0, 8627.0, 8653.0, 8650.0, 8679.0, 8656.0, 8667.0, 8658.0, 8643.0, 8640.0, 8657.0, 8698.0, 8674.0, 8670.0, 8660.0, 8646.0, 8642.0, 8641.0, 8680.0, 8637.0, 8654.0, 8639.0, 8640.0, 8643.0, 8645.0, 8684.0, 8660.0, 8671.0, 8661.0, 8690.0, 8664.0, 8688.0, 8666.0, 8677.0, 8668.0, 8679.0, 8671.0, 8699.0, 8724.0, 8696.0, 8711.0, 8675.0, 8647.0, 8673.0, 8643.0, 8642.0, 8682.0, 8655.0, 8669.0, 8643.0, 8662.0, 8671.0, 8658.0, 8657.0, 8645.0, 8663.0, 8660.0, 8666.0, 8648.0, 8659.0, 8663.0, 8691.0, 8667.0, 8668.0, 8665.0, 8683.0, 8699.0, 8689.0, 8690.0, 8691.0, 8724.0, 8714.0, 8684.0, 8734.0, 8684.0, 8669.0, 8726.0, 8669.0, 8682.0, 8702.0, 8657.0, 8705.0, 8646.0, 8646.0, 8647.0, 8648.0, 8673.0, 8640.0, 8642.0, 8702.0, 8658.0, 8654.0, 8641.0, 8658.0, 8681.0, 8638.0, 8641.0, 8697.0, 8653.0, 8669.0, 8662.0, 8643.0, 8642.0, 8660.0, 8702.0, 8676.0, 8672.0, 8662.0, 8662.0, 8659.0, 8663.0, 8722.0, 8680.0, 8693.0, 8685.0, 8700.0, 8704.0, 8660.0, 8693.0, 8659.0, 8659.0, 8688.0, 8646.0, 8643.0, 8697.0, 8655.0, 8673.0, 8659.0, 8659.0, 8688.0, 8660.0, 8660.0, 8673.0, 8675.0, 8663.0, 8668.0, 8667.0, 8694.0, 8681.0, 8694.0, 8684.0, 8670.0, 8691.0, 8702.0, 8687.0, 8686.0, 8689.0, 8692.0, 8732.0, 8684.0, 8715.0, 8726.0, 8711.0, 8694.0, 8647.0, 8644.0, 8684.0, 8654.0, 8676.0, 8659.0, 8659.0, 8677.0, 8647.0, 8673.0, 8664.0, 8686.0, 8679.0, 8687.0, 8695.0, 8687.0, 8712.0, 8701.0, 8717.0, 8674.0, 8697.0, 8667.0, 8715.0, 8724.0, 8690.0, 8686.0, 8645.0, 8644.0, 8697.0, 8652.0, 8669.0, 8660.0, 8642.0, 8682.0, 8655.0, 8666.0, 8657.0, 8641.0, 8644.0, 8661.0, 8701.0, 8661.0, 8677.0, 8663.0, 8661.0, 8645.0, 8662.0, 8679.0, 8666.0, 8688.0, 8664.0, 8695.0, 8683.0, 8679.0, 8671.0, 8654.0, 8679.0, 8682.0, 8742.0, 8698.0, 8696.0, 8667.0, 8667.0, 8714.0, 8671.0, 8690.0, 8659.0, 8643.0, 8645.0, 8659.0, 8681.0, 8638.0, 8670.0, 8652.0, 8638.0, 8653.0, 8639.0, 8635.0, 8652.0, 8654.0, 8659.0, 8657.0, 8662.0, 8664.0, 8668.0, 8679.0, 8667.0, 8696.0, 8666.0, 8710.0, 8679.0, 8667.0, 8664.0, 8651.0, 8662.0, 8666.0, 8708.0, 8679.0, 8678.0, 8644.0, 8646.0, 8670.0, 8661.0, 8672.0, 8666.0, 8667.0, 8673.0, 8685.0, 8705.0, 8678.0, 8690.0, 8678.0, 8662.0, 8672.0, 8669.0, 8719.0, 8662.0, 8689.0, 8665.0, 8680.0, 8669.0, 8699.0, 8679.0, 8707.0, 8693.0, 8695.0, 8742.0, 8710.0, 8726.0, 8741.0, 8680.0, 8680.0, 8707.0, 8691.0, 8676.0, 8649.0, 8646.0, 8657.0, 8640.0, 8671.0, 8641.0, 8625.0, 8643.0, 8662.0, 8640.0, 8641.0, 8628.0, 8667.0, 8643.0, 8671.0, 8664.0, 8649.0, 8643.0, 8645.0, 8686.0, 8647.0, 8646.0, 8675.0, 8665.0, 8677.0, 8644.0, 8661.0, 8704.0, 8663.0, 8680.0, 8702.0, 8661.0, 8692.0, 8646.0, 8660.0, 8706.0, 8647.0, 8658.0, 8660.0, 8661.0, 8706.0, 8663.0, 8679.0, 8669.0, 8678.0, 8684.0, 8703.0, 8711.0, 8671.0, 8732.0, 8669.0, 8668.0, 8705.0, 8651.0, 8694.0, 8664.0, 8663.0, 8652.0, 8668.0, 8697.0, 8661.0, 8664.0, 8706.0, 8665.0, 8666.0, 8668.0, 8685.0, 8728.0, 8683.0, 8676.0, 8669.0, 8650.0, 8650.0, 8682.0, 8685.0, 8689.0, 8715.0, 8676.0, 8718.0, 8728.0, 8681.0, 8694.0, 8667.0, 8651.0, 8688.0, 8659.0, 8707.0, 8681.0, 8692.0, 8668.0, 8709.0, 8667.0, 8707.0, 8666.0, 8714.0, 8694.0, 8670.0, 8728.0, 8695.0, 8694.0, 8605.0, 8843.0, 8751.0, 8653.0, 8647.0, 8644.0, 8648.0, 8651.0, 8649.0, 8652.0, 8697.0, 8707.0, 8657.0, 8672.0, 8628.0, 8620.0, 8637.0, 8622.0, 8642.0, 8626.0, 8649.0, 8634.0, 8629.0, 8647.0, 8687.0, 8657.0, 8657.0, 8647.0, 8630.0, 8627.0, 8641.0, 8695.0, 8659.0, 8684.0, 8661.0, 8652.0, 8671.0, 8667.0, 8685.0, 8678.0, 8692.0, 8693.0, 8697.0, 8742.0, 8702.0, 8701.0, 8729.0, 8696.0, 8692.0, 8651.0, 8651.0, 8679.0, 8643.0, 8688.0, 8643.0, 8643.0, 8647.0, 8660.0, 8681.0, 8640.0, 8657.0, 8682.0, 8637.0, 8666.0, 8628.0, 8624.0, 8635.0, 8638.0, 8700.0, 8674.0, 8669.0, 8645.0, 8671.0, 8661.0, 8664.0, 8678.0, 8664.0, 8713.0, 8738.0, 8713.0, 8755.0, 8730.0, 8749.0, 8703.0, 8719.0, 8673.0, 8716.0, 8707.0, 8662.0, 8707.0, 8643.0, 8631.0, 8664.0, 8636.0, 8667.0, 8645.0, 8629.0, 8651.0, 8665.0, 8687.0, 8661.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.0017971346375143845</td></tr>
<tr><td colspan=3>aqi</td><td>0.026476572036823937</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.01537390240785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.189954729573732</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0019188729838693</td></tr>
<tr><td colspan=3>efc</td><td>0.504</td></tr>
<tr><td colspan=3>fber</td><td>3931.7712</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10633705166841984</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.372842347525892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2811579880624997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2613959460841193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4998817585799924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.082196259523387</td></tr>
<tr><td colspan=3>gcor</td><td>0.00718798</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019947174936532974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028403138741850853</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.131802278065222</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.652</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1443</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.7092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1034.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.3455</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6283</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.8242</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3100.4126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.6404</td></tr>
<tr><td colspan=3>tsnr</td><td>35.77718786150217</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>