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

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0073_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0073_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-03/func/sub-0073_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>672718face2deca83b3a84bdcd13a0c4</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:29:31.015000</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.998995, 0.00472661, 0.0445807, -0.0137751, 0.978682, 0.204918]</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.0937563</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7789, -7230, 645, -57, -254, 69, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb471412-cbf3-43a0-887f-b3a4aa4c826a||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.680229425430298, -0.03695761039853096, 0.11518687009811401, 112.1882095336914], [-0.012681144289672375, 2.625732660293579, 0.5543814301490784, -108.82860565185547], [0.1196068674325943, -0.5497810244560242, 2.639960765838623, -32.2681884765625], [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': ['192931.015000', '192931.475000', '192931.935000', '192932.395000', '192932.855000', '192933.315000', '192933.775000', '192934.235000', '192934.695000', '192935.155000', '192935.615000', '192936.075000', '192936.535000', '192936.995000', '192937.455000', '192937.915000', '192938.375000', '192938.835000', '192939.295000', '192939.755000', '192940.215000', '192940.675000', '192941.135000', '192941.595000', '192942.055000', '192942.515000', '192942.975000', '192943.435000', '192943.895000', '192944.355000', '192944.815000', '192945.275000', '192945.735000', '192946.195000', '192946.655000', '192947.115000', '192947.575000', '192948.035000', '192948.495000', '192948.955000', '192949.415000', '192949.875000', '192950.335000', '192950.795000', '192951.255000', '192951.715000', '192952.175000', '192952.635000', '192953.095000', '192953.555000', '192954.015000', '192954.475000', '192954.935000', '192955.395000', '192955.855000', '192956.315000', '192956.775000', '192957.235000', '192957.695000', '192958.155000', '192958.615000', '192959.075000', '192959.535000', '192959.995000', '193000.455000', '193000.915000', '193001.375000', '193001.835000', '193002.295000', '193002.755000', '193003.215000', '193003.675000', '193004.135000', '193004.595000', '193005.055000', '193005.515000', '193005.975000', '193006.435000', '193006.895000', '193007.355000', '193007.815000', '193008.275000', '193008.735000', '193009.195000', '193009.655000', '193010.115000', '193010.575000', '193011.035000', '193011.495000', '193011.955000', '193012.415000', '193012.875000', '193013.335000', '193013.795000', '193014.255000', '193014.715000', '193015.175000', '193015.635000', '193016.095000', '193016.555000', '193017.015000', '193017.475000', '193017.935000', '193018.395000', '193018.855000', '193019.315000', '193019.775000', '193020.235000', '193020.695000', '193021.155000', '193021.615000', '193022.075000', '193022.535000', '193022.995000', '193023.455000', '193023.915000', '193024.375000', '193024.835000', '193025.295000', '193025.755000', '193026.215000', '193026.675000', '193027.135000', '193027.595000', '193028.055000', '193028.515000', '193028.975000', '193029.435000', '193029.895000', '193030.355000', '193030.815000', '193031.275000', '193031.735000', '193032.195000', '193032.655000', '193033.115000', '193033.575000', '193034.035000', '193034.495000', '193034.955000', '193035.415000', '193035.875000', '193036.335000', '193036.795000', '193037.255000', '193037.715000', '193038.175000', '193038.635000', '193039.095000', '193039.555000', '193040.015000', '193040.475000', '193040.935000', '193041.395000', '193041.855000', '193042.315000', '193042.775000', '193043.235000', '193043.695000', '193044.155000', '193044.615000', '193045.075000', '193045.535000', '193045.995000', '193046.455000', '193046.915000', '193047.375000', '193047.835000', '193048.295000', '193048.755000', '193049.215000', '193049.675000', '193050.135000', '193050.595000', '193051.055000', '193051.515000', '193051.975000', '193052.435000', '193052.895000', '193053.355000', '193053.815000', '193054.275000', '193054.735000', '193055.195000', '193055.655000', '193056.115000', '193056.575000', '193057.035000', '193057.495000', '193057.955000', '193058.415000', '193058.875000', '193059.335000', '193059.795000', '193100.255000', '193100.715000', '193101.175000', '193101.635000', '193102.095000', '193102.555000', '193103.015000', '193103.475000', '193103.935000', '193104.395000', '193104.855000', '193105.315000', '193105.775000', '193106.235000', '193106.695000', '193107.155000', '193107.615000', '193108.075000', '193108.535000', '193108.995000', '193109.455000', '193109.915000', '193110.375000', '193110.835000', '193111.295000', '193111.755000', '193112.215000', '193112.675000', '193113.135000', '193113.595000', '193114.055000', '193114.515000', '193114.975000', '193115.435000', '193115.895000', '193116.355000', '193116.815000', '193117.275000', '193117.735000', '193118.195000', '193118.655000', '193119.115000', '193119.575000', '193120.035000', '193120.495000', '193120.955000', '193121.415000', '193121.875000', '193122.335000', '193122.795000', '193123.255000', '193123.715000', '193124.175000', '193124.635000', '193125.095000', '193125.555000', '193126.015000', '193126.475000', '193126.935000', '193127.395000', '193127.855000', '193128.315000', '193128.775000', '193129.235000', '193129.695000', '193130.155000', '193130.615000', '193131.075000', '193131.535000', '193131.995000', '193132.455000', '193132.915000', '193133.375000', '193133.835000', '193134.295000', '193134.755000', '193135.215000', '193135.675000', '193136.135000', '193136.595000', '193137.055000', '193137.515000', '193137.975000', '193138.435000', '193138.895000', '193139.355000', '193139.815000', '193140.275000', '193140.735000', '193141.195000', '193141.655000', '193142.115000', '193142.575000', '193143.035000', '193143.495000', '193143.955000', '193144.415000', '193144.875000', '193145.335000', '193145.795000', '193146.255000', '193146.715000', '193147.175000', '193147.635000', '193148.095000', '193148.555000', '193149.015000', '193149.475000', '193149.935000', '193150.395000', '193150.855000', '193151.315000', '193151.775000', '193152.235000', '193152.695000', '193153.155000', '193153.615000', '193154.075000', '193154.535000', '193154.995000', '193155.455000', '193155.915000', '193156.375000', '193156.835000', '193157.295000', '193157.755000', '193158.215000', '193158.675000', '193159.135000', '193159.595000', '193200.055000', '193200.515000', '193200.975000', '193201.435000', '193201.895000', '193202.355000', '193202.815000', '193203.275000', '193203.735000', '193204.195000', '193204.655000', '193205.115000', '193205.575000', '193206.035000', '193206.495000', '193206.955000', '193207.415000', '193207.875000', '193208.335000', '193208.795000', '193209.255000', '193209.715000', '193210.175000', '193210.635000', '193211.095000', '193211.555000', '193212.015000', '193212.475000', '193212.935000', '193213.395000', '193213.855000', '193214.315000', '193214.775000', '193215.235000', '193215.695000', '193216.155000', '193216.615000', '193217.075000', '193217.535000', '193217.995000', '193218.455000', '193218.915000', '193219.375000', '193219.835000', '193220.295000', '193220.755000', '193221.215000', '193221.675000', '193222.135000', '193222.595000', '193223.055000', '193223.515000', '193223.975000', '193224.435000', '193224.895000', '193225.355000', '193225.815000', '193226.275000', '193226.735000', '193227.195000', '193227.655000', '193228.115000', '193228.575000', '193229.035000', '193229.495000', '193229.955000', '193230.415000', '193230.875000', '193231.335000', '193231.795000', '193232.255000', '193232.715000', '193233.175000', '193233.635000', '193234.095000', '193234.555000', '193235.015000', '193235.475000', '193235.935000', '193236.395000', '193236.855000', '193237.315000', '193237.775000', '193238.235000', '193238.695000', '193239.155000', '193239.615000', '193240.075000', '193240.535000', '193240.995000', '193241.455000', '193241.915000', '193242.375000', '193242.835000', '193243.295000', '193243.755000', '193244.215000', '193244.675000', '193245.135000', '193245.595000', '193246.055000', '193246.515000', '193246.975000', '193247.435000', '193247.895000', '193248.355000', '193248.815000', '193249.275000', '193249.735000', '193250.195000', '193250.655000', '193251.115000', '193251.575000', '193252.035000', '193252.495000', '193252.955000', '193253.415000', '193253.875000', '193254.335000', '193254.795000', '193255.255000', '193255.715000', '193256.175000', '193256.635000', '193257.095000', '193257.555000', '193258.015000', '193258.475000', '193258.935000', '193259.395000', '193259.855000', '193300.315000', '193300.775000', '193301.235000', '193301.695000', '193302.155000', '193302.615000', '193303.075000', '193303.535000', '193303.995000', '193304.455000', '193304.915000', '193305.375000', '193305.835000', '193306.295000', '193306.755000', '193307.215000', '193307.675000', '193308.135000', '193308.595000', '193309.055000', '193309.515000', '193309.975000', '193310.435000', '193310.895000', '193311.355000', '193311.815000', '193312.275000', '193312.735000', '193313.195000', '193313.655000', '193314.115000', '193314.575000', '193315.035000', '193315.495000', '193315.955000', '193316.415000', '193316.875000', '193317.335000', '193317.795000', '193318.255000', '193318.715000', '193319.175000', '193319.635000', '193320.095000', '193320.555000', '193321.015000', '193321.475000', '193321.935000', '193322.395000', '193322.855000', '193323.315000', '193323.775000', '193324.235000', '193324.695000', '193325.155000', '193325.615000', '193326.075000', '193326.535000', '193326.995000', '193327.455000', '193327.915000', '193328.375000', '193328.835000', '193329.295000', '193329.755000', '193330.215000', '193330.675000', '193331.135000', '193331.595000', '193332.055000', '193332.515000', '193332.975000', '193333.435000', '193333.895000', '193334.355000', '193334.815000', '193335.275000', '193335.735000', '193336.195000', '193336.655000', '193337.115000', '193337.575000', '193338.035000', '193338.495000', '193338.955000', '193339.415000', '193339.875000', '193340.335000', '193340.795000', '193341.255000', '193341.715000', '193342.175000', '193342.635000', '193343.095000', '193343.555000', '193344.015000', '193344.475000', '193344.935000', '193345.395000', '193345.855000', '193346.315000', '193346.775000', '193347.235000', '193347.695000', '193348.155000', '193348.615000', '193349.075000', '193349.535000', '193349.995000', '193350.455000', '193350.915000', '193351.375000', '193351.835000', '193352.295000', '193352.755000', '193353.215000', '193353.675000', '193354.135000', '193354.595000', '193355.055000', '193355.515000', '193355.975000', '193356.435000', '193356.895000', '193357.355000', '193357.815000', '193358.275000', '193358.735000', '193359.195000', '193359.655000', '193400.115000', '193400.575000', '193401.035000', '193401.495000', '193401.955000', '193402.415000', '193402.875000', '193403.335000', '193403.795000', '193404.255000', '193404.715000', '193405.175000', '193405.635000', '193406.095000', '193406.555000', '193407.015000', '193407.475000', '193407.935000', '193408.395000', '193408.855000', '193409.315000', '193409.775000', '193410.235000', '193410.695000', '193411.155000', '193411.615000', '193412.075000', '193412.535000', '193412.995000', '193413.455000', '193413.915000', '193414.375000', '193414.835000', '193415.295000', '193415.755000', '193416.215000', '193416.675000', '193417.135000', '193417.595000', '193418.055000', '193418.515000', '193418.975000', '193419.435000', '193419.895000', '193420.355000', '193420.815000', '193421.275000', '193421.735000', '193422.195000', '193422.655000', '193423.115000', '193423.575000', '193424.035000', '193424.495000', '193424.955000', '193425.415000', '193425.875000', '193426.335000', '193426.795000', '193427.255000', '193427.715000', '193428.175000', '193428.635000', '193429.095000', '193429.555000', '193430.015000', '193430.475000', '193430.935000', '193431.395000', '193431.855000', '193432.315000', '193432.775000', '193433.235000', '193433.695000', '193434.155000', '193434.615000', '193435.075000', '193435.535000', '193435.995000', '193436.455000', '193436.915000', '193437.375000', '193437.835000', '193438.295000', '193438.755000', '193439.215000', '193439.675000', '193440.135000', '193440.595000', '193441.055000', '193441.515000', '193441.975000', '193442.435000', '193442.895000', '193443.355000', '193443.815000', '193444.275000', '193444.735000', '193445.195000', '193445.655000', '193446.115000', '193446.575000', '193447.035000', '193447.495000', '193447.955000', '193448.415000', '193448.875000', '193449.335000', '193449.795000', '193450.255000', '193450.715000', '193451.175000', '193451.635000', '193452.095000', '193452.555000', '193453.015000', '193453.475000', '193453.935000', '193454.395000', '193454.855000', '193455.315000', '193455.775000', '193456.235000', '193456.695000', '193457.155000', '193457.615000', '193458.075000', '193458.535000', '193458.995000', '193459.455000', '193459.915000', '193500.375000', '193500.835000', '193501.295000', '193501.755000', '193502.215000', '193502.675000', '193503.135000', '193503.595000', '193504.055000', '193504.515000', '193504.975000', '193505.435000', '193505.895000', '193506.355000', '193506.815000', '193507.275000', '193507.735000', '193508.195000', '193508.655000', '193509.115000', '193509.575000', '193510.035000', '193510.495000', '193510.955000', '193511.415000', '193511.875000', '193512.335000', '193512.795000', '193513.255000', '193513.715000', '193514.175000', '193514.635000', '193515.095000', '193515.555000', '193516.015000', '193516.475000', '193516.935000', '193517.395000', '193517.855000', '193518.315000', '193518.775000', '193519.235000', '193519.695000', '193520.155000', '193520.615000', '193521.075000', '193521.535000', '193521.995000', '193522.455000', '193522.915000', '193523.375000', '193523.835000', '193524.295000', '193524.755000', '193525.215000', '193525.675000', '193526.135000', '193526.595000', '193527.055000', '193527.515000', '193527.975000', '193528.435000', '193528.895000', '193529.355000', '193529.815000', '193530.275000', '193530.735000', '193531.195000', '193531.655000', '193532.115000', '193532.575000', '193533.035000', '193533.495000', '193533.955000', '193534.415000', '193534.875000', '193535.335000', '193535.795000', '193536.255000', '193536.715000', '193537.175000', '193537.635000', '193538.095000', '193538.555000', '193539.015000', '193539.475000', '193539.935000', '193540.395000', '193540.855000', '193541.315000', '193541.775000', '193542.235000', '193542.695000', '193543.155000', '193543.615000', '193544.075000', '193544.535000', '193544.995000', '193545.455000', '193545.915000', '193546.375000', '193546.835000', '193547.295000', '193547.755000', '193548.215000', '193548.675000', '193549.135000', '193549.595000', '193550.055000', '193550.515000', '193550.975000', '193551.435000', '193551.895000', '193552.355000', '193552.815000', '193553.275000', '193553.735000', '193554.195000', '193554.655000', '193555.115000', '193555.575000', '193556.035000', '193556.495000', '193556.955000', '193557.415000', '193557.875000', '193558.335000', '193558.795000', '193559.255000', '193559.715000', '193600.175000', '193600.635000', '193601.095000', '193601.555000', '193602.015000', '193602.475000', '193602.935000', '193603.395000', '193603.855000', '193604.315000', '193604.775000', '193605.235000', '193605.695000', '193606.155000', '193606.615000', '193607.075000', '193607.535000', '193607.995000', '193608.455000', '193608.915000', '193609.375000', '193609.835000', '193610.295000', '193610.755000', '193611.215000', '193611.675000'], 'ContentTime': ['192957.693000', '192957.696000', '192957.699000', '192957.701000', '192957.704000', '192957.707000', '192957.710000', '192957.712000', '192957.715000', '192957.717000', '192957.720000', '192957.723000', '192957.725000', '192957.728000', '192957.731000', '192957.733000', '192957.736000', '192957.739000', '192957.741000', '192957.744000', '192957.747000', '192957.749000', '192957.752000', '192957.754000', '192957.757000', '192957.759000', '192957.762000', '192957.765000', '192957.770000', '192957.773000', '192957.775000', '192957.778000', '192957.781000', '192957.783000', '192957.786000', '192957.788000', '192957.791000', '192957.794000', '192957.803000', '192957.805000', '192957.808000', '192957.810000', '192957.813000', '192957.816000', '192957.818000', '192957.821000', '192957.824000', '192957.826000', '192957.829000', '192957.832000', '192957.834000', '192957.837000', '192957.839000', '192957.842000', '192957.845000', '192957.847000', '193017.657000', '193017.660000', '193017.663000', '193017.665000', '193017.668000', '193017.671000', '193017.673000', '193017.676000', '193017.678000', '193017.681000', '193017.683000', '193017.686000', '193017.688000', '193017.691000', '193017.693000', '193017.696000', '193017.699000', '193017.701000', '193017.704000', '193017.706000', '193017.709000', '193017.711000', '193017.714000', '193017.716000', '193017.719000', '193017.722000', '193017.724000', '193017.727000', '193017.729000', '193017.732000', '193017.735000', '193017.737000', '193017.740000', '193017.742000', '193017.745000', '193017.748000', '193017.750000', '193017.753000', '193017.755000', '193017.758000', '193017.761000', '193017.763000', '193017.766000', '193037.658000', '193037.661000', '193037.664000', '193037.666000', '193037.669000', '193037.672000', '193037.674000', '193037.677000', '193037.679000', '193037.682000', '193037.685000', '193037.687000', '193037.690000', '193037.692000', '193037.695000', '193037.698000', '193037.700000', '193037.703000', '193037.705000', '193037.708000', '193037.710000', '193037.713000', '193037.716000', '193037.718000', '193037.721000', '193037.723000', '193037.726000', '193037.729000', '193037.731000', '193037.734000', '193037.737000', '193037.739000', '193037.743000', '193037.746000', '193037.748000', '193037.751000', '193037.753000', '193037.756000', '193037.759000', '193037.761000', '193037.764000', '193037.766000', '193037.769000', '193057.659000', '193057.661000', '193057.664000', '193057.667000', '193057.669000', '193057.672000', '193057.674000', '193057.677000', '193057.679000', '193057.682000', '193057.685000', '193057.687000', '193057.690000', '193057.700000', '193057.702000', '193057.705000', '193057.708000', '193057.710000', '193057.713000', '193057.715000', '193057.718000', '193057.721000', '193057.723000', '193057.726000', '193057.728000', '193057.731000', '193057.733000', '193057.736000', '193057.739000', '193057.741000', '193057.744000', '193057.746000', '193057.749000', '193057.752000', '193057.754000', '193057.757000', '193057.759000', '193057.762000', '193057.764000', '193057.767000', '193057.770000', '193057.788000', '193057.790000', '193057.793000', '193117.658000', '193117.661000', '193117.664000', '193117.666000', '193117.669000', '193117.672000', '193117.674000', '193117.677000', '193117.679000', '193117.682000', '193117.684000', '193117.687000', '193117.690000', '193117.693000', '193117.696000', '193117.698000', '193117.701000', '193117.704000', '193117.706000', '193117.709000', '193117.711000', '193117.714000', '193117.717000', '193117.719000', '193117.722000', '193117.724000', '193117.727000', '193117.730000', '193117.732000', '193117.735000', '193117.738000', '193117.740000', '193117.743000', '193117.746000', '193117.749000', '193117.751000', '193117.754000', '193117.757000', '193117.759000', '193117.762000', '193117.765000', '193117.767000', '193117.770000', '193117.772000', '193137.658000', '193137.661000', '193137.664000', '193137.667000', '193137.669000', '193137.672000', '193137.674000', '193137.677000', '193137.679000', '193137.683000', '193137.685000', '193137.688000', '193137.690000', '193137.693000', '193137.696000', '193137.698000', '193137.701000', '193137.703000', '193137.706000', '193137.709000', '193137.711000', '193137.714000', '193137.716000', '193137.719000', '193137.722000', '193137.729000', '193137.731000', '193137.734000', '193137.737000', '193137.739000', '193137.742000', '193137.744000', '193137.747000', '193137.749000', '193137.752000', '193137.755000', '193137.757000', '193137.760000', '193137.763000', '193137.765000', '193137.768000', '193137.770000', '193137.773000', '193157.659000', '193157.661000', '193157.664000', '193157.666000', '193157.669000', '193157.672000', '193157.674000', '193157.677000', '193157.679000', '193157.682000', '193157.685000', '193157.687000', '193157.690000', '193157.692000', '193157.695000', '193157.697000', '193157.700000', '193157.703000', '193157.705000', '193157.708000', '193157.710000', '193157.713000', '193157.715000', '193157.718000', '193157.721000', '193157.723000', '193157.726000', '193157.728000', '193157.731000', '193157.734000', '193157.736000', '193157.739000', '193157.741000', '193157.744000', '193157.747000', '193157.749000', '193157.752000', '193157.755000', '193157.757000', '193157.760000', '193157.763000', '193157.765000', '193157.768000', '193157.770000', '193217.658000', '193217.661000', '193217.664000', '193217.667000', '193217.669000', '193217.672000', '193217.674000', '193217.677000', '193217.680000', '193217.682000', '193217.685000', '193217.687000', '193217.690000', '193217.693000', '193217.695000', '193217.698000', '193217.700000', '193217.703000', '193217.706000', '193217.708000', '193217.711000', '193217.713000', '193217.716000', '193217.719000', '193217.721000', '193217.724000', '193217.726000', '193217.729000', '193217.732000', '193217.734000', '193217.737000', '193217.740000', '193217.742000', '193217.745000', '193217.748000', '193217.750000', '193217.753000', '193217.756000', '193217.758000', '193217.761000', '193217.764000', '193217.766000', '193217.769000', '193237.657000', '193237.660000', '193237.663000', '193237.666000', '193237.669000', '193237.672000', '193237.675000', '193237.677000', '193237.680000', '193237.683000', '193237.685000', '193237.688000', '193237.690000', '193237.693000', '193237.696000', '193237.698000', '193237.701000', '193237.704000', '193237.706000', '193237.709000', '193237.711000', '193237.714000', '193237.727000', '193237.731000', '193237.734000', '193237.736000', '193237.739000', '193237.741000', '193237.744000', '193237.747000', '193237.750000', '193237.753000', '193237.755000', '193237.758000', '193237.761000', '193237.763000', '193237.766000', '193237.769000', '193237.771000', '193237.774000', '193237.776000', '193237.779000', '193237.782000', '193257.658000', '193257.661000', '193257.664000', '193257.677000', '193257.680000', '193257.683000', '193257.685000', '193257.688000', '193257.690000', '193257.693000', '193257.696000', '193257.698000', '193257.702000', '193257.704000', '193257.707000', '193257.710000', '193257.712000', '193257.715000', '193257.717000', '193257.720000', '193257.723000', '193257.725000', '193257.728000', '193257.730000', '193257.733000', '193257.736000', '193257.738000', '193257.741000', '193257.744000', '193257.746000', '193257.749000', '193257.752000', '193257.754000', '193257.757000', '193257.760000', '193257.762000', '193257.765000', '193257.768000', '193257.770000', '193257.773000', '193257.775000', '193257.778000', '193257.781000', '193257.783000', '193317.658000', '193317.661000', '193317.664000', '193317.667000', '193317.669000', '193317.672000', '193317.675000', '193317.678000', '193317.680000', '193317.683000', '193317.686000', '193317.689000', '193317.691000', '193317.694000', '193317.697000', '193317.699000', '193317.702000', '193317.704000', '193317.707000', '193317.710000', '193317.712000', '193317.715000', '193317.718000', '193317.720000', '193317.723000', '193317.726000', '193317.728000', '193317.731000', '193317.734000', '193317.736000', '193317.739000', '193317.741000', '193317.744000', '193317.747000', '193317.749000', '193317.752000', '193317.755000', '193317.757000', '193317.760000', '193317.763000', '193317.765000', '193317.768000', '193317.771000', '193337.659000', '193337.661000', '193337.664000', '193337.668000', '193337.670000', '193337.673000', '193337.676000', '193337.678000', '193337.681000', '193337.684000', '193337.686000', '193337.689000', '193337.691000', '193337.694000', '193337.697000', '193337.699000', '193337.702000', '193337.704000', '193337.707000', '193337.710000', '193337.712000', '193337.715000', '193337.718000', '193337.720000', '193337.723000', '193337.725000', '193337.728000', '193337.731000', '193337.733000', '193337.736000', '193337.739000', '193337.741000', '193337.744000', '193337.747000', '193337.749000', '193337.752000', '193337.755000', '193337.757000', '193337.760000', '193337.762000', '193337.765000', '193337.768000', '193337.770000', '193337.773000', '193357.658000', '193357.661000', '193357.664000', '193357.667000', '193357.669000', '193357.672000', '193357.675000', '193357.677000', '193357.680000', '193357.682000', '193357.685000', '193357.688000', '193357.690000', '193357.693000', '193357.695000', '193357.698000', '193357.700000', '193357.703000', '193357.706000', '193357.709000', '193357.712000', '193357.714000', '193357.717000', '193357.720000', '193357.722000', '193357.725000', '193357.727000', '193357.730000', '193357.733000', '193357.735000', '193357.738000', '193357.741000', '193357.743000', '193357.746000', '193357.749000', '193357.751000', '193357.754000', '193357.757000', '193357.759000', '193357.762000', '193357.764000', '193357.767000', '193357.771000', '193417.659000', '193417.662000', '193417.664000', '193417.667000', '193417.679000', '193417.682000', '193417.685000', '193417.687000', '193417.690000', '193417.693000', '193417.695000', '193417.698000', '193417.701000', '193417.703000', '193417.706000', '193417.708000', '193417.711000', '193417.714000', '193417.716000', '193417.719000', '193417.722000', '193417.724000', '193417.727000', '193417.730000', '193417.732000', '193417.735000', '193417.738000', '193417.740000', '193417.743000', '193417.746000', '193417.748000', '193417.751000', '193417.754000', '193417.756000', '193417.759000', '193417.762000', '193417.764000', '193417.767000', '193417.770000', '193417.772000', '193417.775000', '193417.777000', '193417.780000', '193417.783000', '193437.658000', '193437.661000', '193437.664000', '193437.667000', '193437.669000', '193437.672000', '193437.674000', '193437.677000', '193437.680000', '193437.683000', '193437.685000', '193437.688000', '193437.691000', '193437.693000', '193437.696000', '193437.698000', '193437.706000', '193437.708000', '193437.712000', '193437.714000', '193437.717000', '193437.720000', '193437.722000', '193437.725000', '193437.727000', '193437.730000', '193437.733000', '193437.736000', '193437.739000', '193437.742000', '193437.745000', '193437.747000', '193437.750000', '193437.753000', '193437.755000', '193437.758000', '193437.761000', '193437.763000', '193437.766000', '193437.769000', '193437.771000', '193437.774000', '193437.776000', '193457.658000', '193457.660000', '193457.663000', '193457.666000', '193457.668000', '193457.671000', '193457.674000', '193457.676000', '193457.679000', '193457.682000', '193457.684000', '193457.687000', '193457.689000', '193457.692000', '193457.695000', '193457.697000', '193457.700000', '193457.702000', '193457.705000', '193457.708000', '193457.710000', '193457.713000', '193457.715000', '193457.718000', '193457.721000', '193457.723000', '193457.726000', '193457.729000', '193457.731000', '193457.734000', '193457.736000', '193457.739000', '193457.742000', '193457.744000', '193457.747000', '193457.750000', '193457.752000', '193457.755000', '193457.757000', '193457.760000', '193457.763000', '193457.765000', '193457.768000', '193457.771000', '193517.658000', '193517.661000', '193517.664000', '193517.667000', '193517.669000', '193517.672000', '193517.674000', '193517.677000', '193517.680000', '193517.682000', '193517.685000', '193517.688000', '193517.690000', '193517.693000', '193517.695000', '193517.698000', '193517.701000', '193517.703000', '193517.706000', '193517.709000', '193517.711000', '193517.714000', '193517.717000', '193517.719000', '193517.722000', '193517.725000', '193517.727000', '193517.730000', '193517.732000', '193517.735000', '193517.738000', '193517.741000', '193517.743000', '193517.746000', '193517.749000', '193517.752000', '193517.755000', '193517.759000', '193517.763000', '193517.766000', '193517.769000', '193517.771000', '193517.774000', '193537.659000', '193537.661000', '193537.664000', '193537.667000', '193537.670000', '193537.672000', '193537.675000', '193537.677000', '193537.680000', '193537.683000', '193537.685000', '193537.688000', '193537.691000', '193537.693000', '193537.696000', '193537.708000', '193537.711000', '193537.714000', '193537.716000', '193537.719000', '193537.722000', '193537.724000', '193537.727000', '193537.730000', '193537.732000', '193537.735000', '193537.738000', '193537.740000', '193537.743000', '193537.746000', '193537.748000', '193537.751000', '193537.753000', '193537.756000', '193537.759000', '193537.761000', '193537.764000', '193537.767000', '193537.769000', '193537.772000', '193537.775000', '193537.777000', '193537.780000', '193537.783000', '193557.659000', '193557.661000', '193557.664000', '193557.667000', '193557.669000', '193557.672000', '193557.675000', '193557.677000', '193557.680000', '193557.682000', '193557.685000', '193557.688000', '193557.690000', '193557.693000', '193557.696000', '193557.698000', '193557.701000', '193557.703000', '193557.706000', '193557.709000', '193557.711000', '193557.714000', '193557.717000', '193557.719000', '193557.722000', '193557.724000', '193557.727000', '193557.730000', '193557.732000', '193557.735000', '193557.737000', '193557.740000', '193557.743000', '193557.745000', '193557.748000', '193557.750000', '193557.753000', '193557.756000', '193557.758000', '193557.761000', '193557.764000', '193557.766000', '193557.769000', '193612.952000', '193612.955000', '193612.957000', '193612.960000', '193612.963000', '193612.965000', '193612.968000', '193612.971000', '193612.973000', '193612.976000', '193612.978000', '193612.981000', '193612.984000', '193612.986000', '193612.989000', '193612.992000', '193612.994000', '193612.997000', '193613.000000', '193613.002000', '193613.005000', '193613.007000', '193613.010000', '193613.013000', '193613.016000', '193613.019000', '193613.021000', '193613.024000', '193613.027000', '193613.029000', '193613.032000', '193613.035000', '193613.037000', '193613.040000'], 'InstanceCreationTime': ['192957.693000', '192957.696000', '192957.699000', '192957.701000', '192957.704000', '192957.707000', '192957.710000', '192957.712000', '192957.715000', '192957.717000', '192957.720000', '192957.723000', '192957.725000', '192957.728000', '192957.731000', '192957.733000', '192957.736000', '192957.739000', '192957.741000', '192957.744000', '192957.747000', '192957.749000', '192957.752000', '192957.754000', '192957.757000', '192957.759000', '192957.762000', '192957.765000', '192957.770000', '192957.773000', '192957.775000', '192957.778000', '192957.781000', '192957.783000', '192957.786000', '192957.788000', '192957.791000', '192957.794000', '192957.803000', '192957.805000', '192957.808000', '192957.810000', '192957.813000', '192957.816000', '192957.818000', '192957.821000', '192957.824000', '192957.826000', '192957.829000', '192957.832000', '192957.834000', '192957.837000', '192957.839000', '192957.842000', '192957.845000', '192957.847000', '193017.657000', '193017.660000', '193017.663000', '193017.665000', '193017.668000', '193017.671000', '193017.673000', '193017.676000', '193017.678000', '193017.681000', '193017.683000', '193017.686000', '193017.688000', '193017.691000', '193017.693000', '193017.696000', '193017.699000', '193017.701000', '193017.704000', '193017.706000', '193017.709000', '193017.711000', '193017.714000', '193017.716000', '193017.719000', '193017.722000', '193017.724000', '193017.727000', '193017.729000', '193017.732000', '193017.735000', '193017.737000', '193017.740000', '193017.742000', '193017.745000', '193017.748000', '193017.750000', '193017.753000', '193017.755000', '193017.758000', '193017.761000', '193017.763000', '193017.766000', '193037.658000', '193037.661000', '193037.664000', '193037.666000', '193037.669000', '193037.672000', '193037.674000', '193037.677000', '193037.679000', '193037.682000', '193037.685000', '193037.687000', '193037.690000', '193037.692000', '193037.695000', '193037.698000', '193037.700000', '193037.703000', '193037.705000', '193037.708000', '193037.710000', '193037.713000', '193037.716000', '193037.718000', '193037.721000', '193037.723000', '193037.726000', '193037.729000', '193037.731000', '193037.734000', '193037.737000', '193037.739000', '193037.743000', '193037.746000', '193037.748000', '193037.751000', '193037.753000', '193037.756000', '193037.759000', '193037.761000', '193037.764000', '193037.766000', '193037.769000', '193057.659000', '193057.661000', '193057.664000', '193057.667000', '193057.669000', '193057.672000', '193057.674000', '193057.677000', '193057.679000', '193057.682000', '193057.685000', '193057.687000', '193057.690000', '193057.700000', '193057.702000', '193057.705000', '193057.708000', '193057.710000', '193057.713000', '193057.715000', '193057.718000', '193057.721000', '193057.723000', '193057.726000', '193057.728000', '193057.731000', '193057.733000', '193057.736000', '193057.739000', '193057.741000', '193057.744000', '193057.746000', '193057.749000', '193057.752000', '193057.754000', '193057.757000', '193057.759000', '193057.762000', '193057.764000', '193057.767000', '193057.770000', '193057.788000', '193057.790000', '193057.793000', '193117.658000', '193117.661000', '193117.664000', '193117.666000', '193117.669000', '193117.672000', '193117.674000', '193117.677000', '193117.679000', '193117.682000', '193117.684000', '193117.687000', '193117.690000', '193117.693000', '193117.696000', '193117.698000', '193117.701000', '193117.704000', '193117.706000', '193117.709000', '193117.711000', '193117.714000', '193117.717000', '193117.719000', '193117.722000', '193117.724000', '193117.727000', '193117.730000', '193117.732000', '193117.735000', '193117.738000', '193117.740000', '193117.743000', '193117.746000', '193117.749000', '193117.751000', '193117.754000', '193117.757000', '193117.759000', '193117.762000', '193117.765000', '193117.767000', '193117.770000', '193117.772000', '193137.658000', '193137.661000', '193137.664000', '193137.667000', '193137.669000', '193137.672000', '193137.674000', '193137.677000', '193137.679000', '193137.683000', '193137.685000', '193137.688000', '193137.690000', '193137.693000', '193137.696000', '193137.698000', '193137.701000', '193137.703000', '193137.706000', '193137.709000', '193137.711000', '193137.714000', '193137.716000', '193137.719000', '193137.722000', '193137.729000', '193137.731000', '193137.734000', '193137.737000', '193137.739000', '193137.742000', '193137.744000', '193137.747000', '193137.749000', '193137.752000', '193137.755000', '193137.757000', '193137.760000', '193137.763000', '193137.765000', '193137.768000', '193137.770000', '193137.773000', '193157.659000', '193157.661000', '193157.664000', '193157.666000', '193157.669000', '193157.672000', '193157.674000', '193157.677000', '193157.679000', '193157.682000', '193157.685000', '193157.687000', '193157.690000', '193157.692000', '193157.695000', '193157.697000', '193157.700000', '193157.703000', '193157.705000', '193157.708000', '193157.710000', '193157.713000', '193157.715000', '193157.718000', '193157.721000', '193157.723000', '193157.726000', '193157.728000', '193157.731000', '193157.734000', '193157.736000', '193157.739000', '193157.741000', '193157.744000', '193157.747000', '193157.749000', '193157.752000', '193157.755000', '193157.757000', '193157.760000', '193157.763000', '193157.765000', '193157.768000', '193157.770000', '193217.658000', '193217.661000', '193217.664000', '193217.667000', '193217.669000', '193217.672000', '193217.674000', '193217.677000', '193217.680000', '193217.682000', '193217.685000', '193217.687000', '193217.690000', '193217.693000', '193217.695000', '193217.698000', '193217.700000', '193217.703000', '193217.706000', '193217.708000', '193217.711000', '193217.713000', '193217.716000', '193217.719000', '193217.721000', '193217.724000', '193217.726000', '193217.729000', '193217.732000', '193217.734000', '193217.737000', '193217.740000', '193217.742000', '193217.745000', '193217.748000', '193217.750000', '193217.753000', '193217.756000', '193217.758000', '193217.761000', '193217.764000', '193217.766000', '193217.769000', '193237.657000', '193237.660000', '193237.663000', '193237.666000', '193237.669000', '193237.672000', '193237.675000', '193237.677000', '193237.680000', '193237.683000', '193237.685000', '193237.688000', '193237.690000', '193237.693000', '193237.696000', '193237.698000', '193237.701000', '193237.704000', '193237.706000', '193237.709000', '193237.711000', '193237.714000', '193237.727000', '193237.731000', '193237.734000', '193237.736000', '193237.739000', '193237.741000', '193237.744000', '193237.747000', '193237.750000', '193237.753000', '193237.755000', '193237.758000', '193237.761000', '193237.763000', '193237.766000', '193237.769000', '193237.771000', '193237.774000', '193237.776000', '193237.779000', '193237.782000', '193257.658000', '193257.661000', '193257.664000', '193257.677000', '193257.680000', '193257.683000', '193257.685000', '193257.688000', '193257.690000', '193257.693000', '193257.696000', '193257.698000', '193257.702000', '193257.704000', '193257.707000', '193257.710000', '193257.712000', '193257.715000', '193257.717000', '193257.720000', '193257.723000', '193257.725000', '193257.728000', '193257.730000', '193257.733000', '193257.736000', '193257.738000', '193257.741000', '193257.744000', '193257.746000', '193257.749000', '193257.752000', '193257.754000', '193257.757000', '193257.760000', '193257.762000', '193257.765000', '193257.768000', '193257.770000', '193257.773000', '193257.775000', '193257.778000', '193257.781000', '193257.783000', '193317.658000', '193317.661000', '193317.664000', '193317.667000', '193317.669000', '193317.672000', '193317.675000', '193317.678000', '193317.680000', '193317.683000', '193317.686000', '193317.689000', '193317.691000', '193317.694000', '193317.697000', '193317.699000', '193317.702000', '193317.704000', '193317.707000', '193317.710000', '193317.712000', '193317.715000', '193317.718000', '193317.720000', '193317.723000', '193317.726000', '193317.728000', '193317.731000', '193317.734000', '193317.736000', '193317.739000', '193317.741000', '193317.744000', '193317.747000', '193317.749000', '193317.752000', '193317.755000', '193317.757000', '193317.760000', '193317.763000', '193317.765000', '193317.768000', '193317.771000', '193337.659000', '193337.661000', '193337.664000', '193337.668000', '193337.670000', '193337.673000', '193337.676000', '193337.678000', '193337.681000', '193337.684000', '193337.686000', '193337.689000', '193337.691000', '193337.694000', '193337.697000', '193337.699000', '193337.702000', '193337.704000', '193337.707000', '193337.710000', '193337.712000', '193337.715000', '193337.718000', '193337.720000', '193337.723000', '193337.725000', '193337.728000', '193337.731000', '193337.733000', '193337.736000', '193337.739000', '193337.741000', '193337.744000', '193337.747000', '193337.749000', '193337.752000', '193337.755000', '193337.757000', '193337.760000', '193337.762000', '193337.765000', '193337.768000', '193337.770000', '193337.773000', '193357.658000', '193357.661000', '193357.664000', '193357.667000', '193357.669000', '193357.672000', '193357.675000', '193357.677000', '193357.680000', '193357.682000', '193357.685000', '193357.688000', '193357.690000', '193357.693000', '193357.695000', '193357.698000', '193357.700000', '193357.703000', '193357.706000', '193357.709000', '193357.712000', '193357.714000', '193357.717000', '193357.720000', '193357.722000', '193357.725000', '193357.727000', '193357.730000', '193357.733000', '193357.735000', '193357.738000', '193357.741000', '193357.743000', '193357.746000', '193357.749000', '193357.751000', '193357.754000', '193357.757000', '193357.759000', '193357.762000', '193357.764000', '193357.767000', '193357.771000', '193417.659000', '193417.662000', '193417.664000', '193417.667000', '193417.679000', '193417.682000', '193417.685000', '193417.687000', '193417.690000', '193417.693000', '193417.695000', '193417.698000', '193417.701000', '193417.703000', '193417.706000', '193417.708000', '193417.711000', '193417.714000', '193417.716000', '193417.719000', '193417.722000', '193417.724000', '193417.727000', '193417.730000', '193417.732000', '193417.735000', '193417.738000', '193417.740000', '193417.743000', '193417.746000', '193417.748000', '193417.751000', '193417.754000', '193417.756000', '193417.759000', '193417.762000', '193417.764000', '193417.767000', '193417.770000', '193417.772000', '193417.775000', '193417.777000', '193417.780000', '193417.783000', '193437.658000', '193437.661000', '193437.664000', '193437.667000', '193437.669000', '193437.672000', '193437.674000', '193437.677000', '193437.680000', '193437.683000', '193437.685000', '193437.688000', '193437.691000', '193437.693000', '193437.696000', '193437.698000', '193437.706000', '193437.708000', '193437.712000', '193437.714000', '193437.717000', '193437.720000', '193437.722000', '193437.725000', '193437.727000', '193437.730000', '193437.733000', '193437.736000', '193437.739000', '193437.742000', '193437.745000', '193437.747000', '193437.750000', '193437.753000', '193437.755000', '193437.758000', '193437.761000', '193437.763000', '193437.766000', '193437.769000', '193437.771000', '193437.774000', '193437.776000', '193457.658000', '193457.660000', '193457.663000', '193457.666000', '193457.668000', '193457.671000', '193457.674000', '193457.676000', '193457.679000', '193457.682000', '193457.684000', '193457.687000', '193457.689000', '193457.692000', '193457.695000', '193457.697000', '193457.700000', '193457.702000', '193457.705000', '193457.708000', '193457.710000', '193457.713000', '193457.715000', '193457.718000', '193457.721000', '193457.723000', '193457.726000', '193457.729000', '193457.731000', '193457.734000', '193457.736000', '193457.739000', '193457.742000', '193457.744000', '193457.747000', '193457.750000', '193457.752000', '193457.755000', '193457.757000', '193457.760000', '193457.763000', '193457.765000', '193457.768000', '193457.771000', '193517.658000', '193517.661000', '193517.664000', '193517.667000', '193517.669000', '193517.672000', '193517.674000', '193517.677000', '193517.680000', '193517.682000', '193517.685000', '193517.688000', '193517.690000', '193517.693000', '193517.695000', '193517.698000', '193517.701000', '193517.703000', '193517.706000', '193517.709000', '193517.711000', '193517.714000', '193517.717000', '193517.719000', '193517.722000', '193517.725000', '193517.727000', '193517.730000', '193517.732000', '193517.735000', '193517.738000', '193517.741000', '193517.743000', '193517.746000', '193517.749000', '193517.752000', '193517.755000', '193517.759000', '193517.763000', '193517.766000', '193517.769000', '193517.771000', '193517.774000', '193537.659000', '193537.661000', '193537.664000', '193537.667000', '193537.670000', '193537.672000', '193537.675000', '193537.677000', '193537.680000', '193537.683000', '193537.685000', '193537.688000', '193537.691000', '193537.693000', '193537.696000', '193537.708000', '193537.711000', '193537.714000', '193537.716000', '193537.719000', '193537.722000', '193537.724000', '193537.727000', '193537.730000', '193537.732000', '193537.735000', '193537.738000', '193537.740000', '193537.743000', '193537.746000', '193537.748000', '193537.751000', '193537.753000', '193537.756000', '193537.759000', '193537.761000', '193537.764000', '193537.767000', '193537.769000', '193537.772000', '193537.775000', '193537.777000', '193537.780000', '193537.783000', '193557.659000', '193557.661000', '193557.664000', '193557.667000', '193557.669000', '193557.672000', '193557.675000', '193557.677000', '193557.680000', '193557.682000', '193557.685000', '193557.688000', '193557.690000', '193557.693000', '193557.696000', '193557.698000', '193557.701000', '193557.703000', '193557.706000', '193557.709000', '193557.711000', '193557.714000', '193557.717000', '193557.719000', '193557.722000', '193557.724000', '193557.727000', '193557.730000', '193557.732000', '193557.735000', '193557.737000', '193557.740000', '193557.743000', '193557.745000', '193557.748000', '193557.750000', '193557.753000', '193557.756000', '193557.758000', '193557.761000', '193557.764000', '193557.766000', '193557.769000', '193612.952000', '193612.955000', '193612.957000', '193612.960000', '193612.963000', '193612.965000', '193612.968000', '193612.971000', '193612.973000', '193612.976000', '193612.978000', '193612.981000', '193612.984000', '193612.986000', '193612.989000', '193612.992000', '193612.994000', '193612.997000', '193613.000000', '193613.002000', '193613.005000', '193613.007000', '193613.010000', '193613.013000', '193613.016000', '193613.019000', '193613.021000', '193613.024000', '193613.027000', '193613.029000', '193613.032000', '193613.035000', '193613.037000', '193613.040000'], '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': [7782, 9480, 7836, 9469, 13779, 8416, 12804, 9610, 9967, 8102, 9507, 15132, 8278, 12421, 9892, 10121, 8588, 9313, 14894, 8619, 13115, 9972, 11780, 7583, 10123, 8512, 8928, 9455, 9225, 9222, 8395, 17755, 13224, 14726, 12115, 15687, 9311, 10005, 17251, 12503, 18007, 11711, 13850, 8344, 10335, 8121, 8414, 14161, 9292, 11662, 8997, 9025, 17193, 10658, 11342, 14848, 9751, 14821, 10783, 10341, 8711, 8737, 14050, 8352, 9985, 7527, 8432, 11142, 7858, 9993, 7808, 8742, 9486, 7841, 8992, 7310, 9076, 7968, 8977, 7608, 8557, 7896, 8357, 12963, 8254, 11368, 8255, 10400, 8478, 9955, 9123, 9035, 8045, 8309, 12934, 7436, 10890, 8092, 8995, 9095, 7739, 17928, 11440, 14679, 11586, 10048, 18087, 12016, 14794, 9160, 8992, 17812, 8491, 14002, 9573, 9240, 14938, 7886, 12005, 7637, 8724, 9132, 8085, 11803, 8234, 9285, 8293, 7997, 12274, 7699, 9661, 7443, 8223, 11784, 7552, 11385, 7719, 9057, 10639, 7949, 11915, 10228, 10511, 7816, 9101, 7687, 8580, 11419, 7617, 11547, 7383, 11158, 8380, 8820, 16184, 9134, 18377, 8431, 13972, 9151, 9312, 13311, 8441, 17717, 7224, 11496, 8712, 8900, 17042, 8666, 12314, 9640, 9046, 18735, 7621, 13690, 10433, 9734, 17393, 10196, 11346, 10683, 8282, 17098, 7035, 9430, 7150, 8217, 12758, 7515, 9324, 7169, 8810, 7882, 9128, 8257, 8463, 7179, 8697, 10741, 8480, 19208, 12911, 16075, 8035, 13602, 7151, 9736, 7274, 9680, 7285, 9704, 7146, 9444, 7466, 8609, 14021, 9878, 17416, 11519, 14193, 12291, 9789, 19531, 14331, 15788, 11154, 10277, 12795, 7925, 15717, 8647, 9496, 6989, 7397, 6915, 8149, 9230, 7439, 9629, 7466, 7444, 13317, 7026, 11915, 8631, 8519, 19749, 10933, 15595, 10464, 10252, 19276, 7397, 14656, 8933, 8217, 9948, 7848, 10944, 7613, 8477, 7957, 7274, 9470, 7040, 9944, 7517, 8414, 13231, 7687, 10333, 7371, 8829, 9099, 10130, 8180, 8145, 7637, 8203, 10865, 7902, 14460, 7517, 15909, 7154, 10489, 8110, 9454, 8311, 8638, 6992, 9181, 7924, 8982, 9934, 8292, 16111, 8820, 14241, 9623, 9403, 17613, 10297, 16547, 12228, 12003, 8363, 9989, 17903, 7532, 10483, 13326, 8422, 13614, 7110, 10531, 7577, 8219, 18428, 8452, 13210, 8552, 8021, 14003, 7144, 12653, 9112, 8166, 7012, 8126, 16506, 7324, 10802, 8117, 7997, 7457, 8310, 12329, 6993, 10312, 7266, 8359, 7506, 9200, 7852, 8096, 7071, 8294, 14373, 8872, 17274, 12093, 13728, 8215, 8640, 16086, 8026, 15577, 8798, 11196, 7303, 8801, 7403, 8849, 8006, 8453, 9999, 7906, 13924, 8366, 9559, 19048, 11549, 15524, 12108, 10401, 17823, 7889, 14899, 9662, 9329, 16290, 8910, 17159, 7390, 10758, 7947, 8105, 8556, 7355, 7031, 8062, 12688, 7785, 10033, 7776, 8723, 12308, 8246, 15900, 7196, 13069, 8179, 8264, 17743, 8093, 14847, 10927, 9616, 7505, 7781, 10508, 8191, 10075, 7768, 7867, 11444, 7341, 10067, 7857, 8738, 9437, 7779, 14826, 7140, 11447, 7863, 8395, 14080, 7974, 13141, 7103, 9810, 6972, 7927, 18361, 8102, 12095, 8092, 8243, 7866, 7614, 15142, 8144, 10682, 7376, 7700, 14987, 6947, 12901, 9055, 8449, 7709, 8017, 17706, 8391, 10461, 10749, 8561, 13414, 7194, 10002, 7084, 8385, 7141, 7982, 8474, 7323, 11830, 6812, 10006, 10810, 8520, 16349, 10016, 12453, 7940, 8742, 18651, 9499, 14796, 11135, 9844, 9884, 8700, 11619, 7854, 7049, 7970, 7264, 9143, 13024, 10010, 7350, 8084, 14868, 9390, 9840, 10257, 7924, 8271, 7575, 12052, 7739, 9286, 7507, 7669, 7131, 7437, 11205, 8214, 9222, 8694, 7639, 14995, 7145, 11762, 8903, 11333, 10796, 9500, 7822, 7602, 19207, 8437, 15253, 10495, 9259, 7703, 8048, 8427, 7385, 13328, 8002, 9220, 7766, 7404, 10662, 7162, 9546, 7358, 8167, 7130, 7697, 8508, 7402, 10601, 7971, 8679, 14692, 9811, 18185, 11985, 12660, 13606, 8695, 18403, 12911, 12697, 8348, 8520, 7216, 7535, 11008, 7645, 11180, 7351, 10117, 7011, 9122, 7457, 8741, 7449, 7606, 14262, 6905, 11962, 7895, 8604, 16362, 8252, 14425, 9075, 9471, 8174, 8170, 7323, 9002, 7730, 10097, 14774, 9186, 16080, 9247, 8904, 13844, 7881, 13765, 10045, 10277, 6961, 8028, 10188, 7074, 10295, 8761, 9331, 8971, 10289, 7290, 6738, 7675, 9428, 7868, 8911, 15355, 8298, 12766, 14888, 9429, 17302, 10871, 10000, 17530, 13437, 13870, 11168, 10379, 16156, 8984, 14965, 10757, 11246, 9158, 8235, 14204, 8746, 14099, 7657, 10205, 7619, 8720, 7482, 8355, 12786, 7895, 10574, 8312, 9146, 7552, 8501, 8071, 8768, 10405, 8133, 10741, 8553, 8455, 7776, 8542, 11777, 8337, 10283, 8086, 8928, 9318, 8547, 12205, 8013, 11123, 8770, 8978, 15970, 8865, 13730, 8480, 11276, 10339, 9277, 15587, 9057, 12876, 9225, 9868, 16473, 10007, 15134, 12759, 12973, 9729, 9997, 14372, 9900, 16150, 11548, 17271, 9984, 11324, 11317, 10101, 9567, 10123, 9062, 15817, 12443, 12127, 10052, 12674, 10759, 15458, 12788, 13260, 9018, 9647, 11451, 8816, 14682, 8951, 12123, 8376, 8423, 9149, 9184, 8896, 13605, 10034, 11791, 8590, 11503, 10041, 10651, 8924, 9202, 7851, 9259, 11289, 8434, 16557, 10612, 13154, 8410, 12190, 8971, 9236, 12190, 8572, 15437, 9881, 12581, 8227, 10728, 8500, 8650, 13805, 8905, 12773, 9782, 11542, 9677, 10604, 8795, 7538, 8571, 14405, 10732, 14106, 8953, 12752, 9615, 10269, 9691, 8830, 8295, 8963, 17222, 9225, 12704, 9824, 9230, 7985, 8853, 11162, 8139, 11038, 9713, 9440, 8287, 9066, 11296, 8836, 14492, 10675, 11852, 8867, 9402, 17573, 9825, 14866, 11551, 10487, 8599, 10226, 16826, 9367, 12253, 11503, 9929, 9466, 9113, 13172, 8152, 9680, 7620, 8442, 7646, 8541, 10418, 8334, 10925, 8472, 8694, 13720, 8673, 14605, 9641, 10932, 11889, 9390, 16868, 10194, 13068, 8634, 9051, 9491, 8548, 12833, 8482, 10683, 8116, 8820, 10865, 8318, 12524, 10574, 10983, 8284, 9035, 18045, 10768, 14846, 11702, 10469, 8587, 10283, 15011, 9012, 10448, 8644, 9141, 14076, 7692, 10218, 9818, 9025, 12953, 9195, 11088, 8303, 8715, 10384, 8074], 'WindowCenter': [4422.0, 4439.0, 4418.0, 4436.0, 4462.0, 4403.0, 4440.0, 4409.0, 4397.0, 4402.0, 4421.0, 4448.0, 4390.0, 4428.0, 4408.0, 4408.0, 4398.0, 4411.0, 4449.0, 4399.0, 4438.0, 4422.0, 4430.0, 4392.0, 4420.0, 4402.0, 4411.0, 4409.0, 4411.0, 4425.0, 4402.0, 4481.0, 4440.0, 4437.0, 4427.0, 4446.0, 4384.0, 4394.0, 4444.0, 4414.0, 4443.0, 4403.0, 4421.0, 4372.0, 4392.0, 4362.0, 4374.0, 4423.0, 4384.0, 4404.0, 4383.0, 4383.0, 4442.0, 4392.0, 4392.0, 4422.0, 4382.0, 4420.0, 4390.0, 4379.0, 4358.0, 4359.0, 4408.0, 4360.0, 4379.0, 4350.0, 4360.0, 4389.0, 4361.0, 4379.0, 4362.0, 4383.0, 4318.0, 4408.0, 4418.0, 4361.0, 4384.0, 4419.0, 4385.0, 4334.0, 4383.0, 4373.0, 4385.0, 4425.0, 4385.0, 4416.0, 4387.0, 4405.0, 4386.0, 4408.0, 4396.0, 4397.0, 4376.0, 4388.0, 4426.0, 4367.0, 4416.0, 4377.0, 4397.0, 4386.0, 4377.0, 4456.0, 4416.0, 4437.0, 4414.0, 4395.0, 4454.0, 4414.0, 4434.0, 4383.0, 4384.0, 4442.0, 4372.0, 4422.0, 4382.0, 4382.0, 4422.0, 4362.0, 4401.0, 4352.0, 4371.0, 4371.0, 4362.0, 4401.0, 4362.0, 4382.0, 4371.0, 4364.0, 4412.0, 4363.0, 4382.0, 4352.0, 4374.0, 4403.0, 4364.0, 4403.0, 4363.0, 4384.0, 4393.0, 4389.0, 4416.0, 4409.0, 4405.0, 4365.0, 4387.0, 4365.0, 4373.0, 4402.0, 4364.0, 4403.0, 4365.0, 4404.0, 4373.0, 4373.0, 4444.0, 4384.0, 4443.0, 4363.0, 4423.0, 4372.0, 4372.0, 4412.0, 4362.0, 4431.0, 4341.0, 4391.0, 4360.0, 4371.0, 4431.0, 4361.0, 4401.0, 4371.0, 4371.0, 4440.0, 4350.0, 4410.0, 4378.0, 4369.0, 4429.0, 4379.0, 4379.0, 4378.0, 4349.0, 4418.0, 4338.0, 4381.0, 4354.0, 4375.0, 4425.0, 4367.0, 4381.0, 4357.0, 4369.0, 4374.0, 4397.0, 4374.0, 4374.0, 4355.0, 4372.0, 4390.0, 4371.0, 4441.0, 4401.0, 4419.0, 4350.0, 4408.0, 4339.0, 4368.0, 4352.0, 4381.0, 4353.0, 4393.0, 4355.0, 4394.0, 4365.0, 4385.0, 4424.0, 4395.0, 4444.0, 4404.0, 4424.0, 4402.0, 4383.0, 4442.0, 4411.0, 4419.0, 4390.0, 4380.0, 4398.0, 4349.0, 4419.0, 4360.0, 4369.0, 4339.0, 4340.0, 4342.0, 4377.0, 4384.0, 4354.0, 4383.0, 4353.0, 4354.0, 4412.0, 4354.0, 4403.0, 4373.0, 4373.0, 4442.0, 4392.0, 4421.0, 4380.0, 4381.0, 4430.0, 4340.0, 4410.0, 4359.0, 4349.0, 4368.0, 4350.0, 4389.0, 4350.0, 4361.0, 4351.0, 4352.0, 4381.0, 4343.0, 4397.0, 4369.0, 4376.0, 4415.0, 4369.0, 4382.0, 4340.0, 4399.0, 4374.0, 4380.0, 4362.0, 4349.0, 4349.0, 4360.0, 4389.0, 4350.0, 4420.0, 4351.0, 4430.0, 4341.0, 4378.0, 4351.0, 4379.0, 4361.0, 4370.0, 4342.0, 4381.0, 4363.0, 4383.0, 4393.0, 4374.0, 4433.0, 4373.0, 4422.0, 4381.0, 4371.0, 4430.0, 4381.0, 4420.0, 4400.0, 4400.0, 4349.0, 4380.0, 4429.0, 4351.0, 4380.0, 4399.0, 4360.0, 4409.0, 4341.0, 4390.0, 4350.0, 4361.0, 4440.0, 4361.0, 4410.0, 4361.0, 4350.0, 4409.0, 4340.0, 4399.0, 4360.0, 4360.0, 4340.0, 4362.0, 4430.0, 4352.0, 4391.0, 4361.0, 4361.0, 4340.0, 4361.0, 4411.0, 4356.0, 4405.0, 4365.0, 4375.0, 4368.0, 4397.0, 4378.0, 4374.0, 4351.0, 4373.0, 4422.0, 4373.0, 4443.0, 4403.0, 4412.0, 4362.0, 4362.0, 4421.0, 4351.0, 4420.0, 4360.0, 4389.0, 4341.0, 4370.0, 4352.0, 4373.0, 4364.0, 4376.0, 4395.0, 4376.0, 4425.0, 4375.0, 4385.0, 4443.0, 4404.0, 4433.0, 4404.0, 4393.0, 4431.0, 4351.0, 4410.0, 4370.0, 4371.0, 4419.0, 4360.0, 4430.0, 4339.0, 4378.0, 4349.0, 4350.0, 4360.0, 4340.0, 4329.0, 4350.0, 4398.0, 4340.0, 4369.0, 4339.0, 4361.0, 4401.0, 4360.0, 4419.0, 4329.0, 4387.0, 4347.0, 4347.0, 4418.0, 4349.0, 4408.0, 4378.0, 4368.0, 4337.0, 4338.0, 4366.0, 4348.0, 4368.0, 4339.0, 4350.0, 4377.0, 4339.0, 4368.0, 4349.0, 4360.0, 4358.0, 4339.0, 4397.0, 4329.0, 4377.0, 4336.0, 4347.0, 4397.0, 4338.0, 4387.0, 4328.0, 4367.0, 4327.0, 4348.0, 4428.0, 4349.0, 4388.0, 4349.0, 4349.0, 4348.0, 4349.0, 4409.0, 4350.0, 4379.0, 4339.0, 4350.0, 4408.0, 4329.0, 4399.0, 4359.0, 4349.0, 4338.0, 4349.0, 4418.0, 4348.0, 4378.0, 4377.0, 4359.0, 4398.0, 4329.0, 4367.0, 4329.0, 4348.0, 4340.0, 4362.0, 4361.0, 4353.0, 4401.0, 4343.0, 4384.0, 4394.0, 4375.0, 4433.0, 4384.0, 4401.0, 4351.0, 4361.0, 4441.0, 4372.0, 4421.0, 4391.0, 4380.0, 4369.0, 4386.0, 4402.0, 4361.0, 4341.0, 4362.0, 4366.0, 4396.0, 4414.0, 4383.0, 4341.0, 4363.0, 4420.0, 4371.0, 4382.0, 4380.0, 4351.0, 4349.0, 4350.0, 4399.0, 4350.0, 4370.0, 4340.0, 4351.0, 4340.0, 4351.0, 4390.0, 4361.0, 4372.0, 4361.0, 4363.0, 4422.0, 4342.0, 4401.0, 4361.0, 4390.0, 4380.0, 4370.0, 4339.0, 4350.0, 4440.0, 4360.0, 4420.0, 4380.0, 4359.0, 4339.0, 4349.0, 4348.0, 4339.0, 4398.0, 4350.0, 4369.0, 4350.0, 4341.0, 4379.0, 4341.0, 4382.0, 4354.0, 4374.0, 4342.0, 4353.0, 4362.0, 4353.0, 4393.0, 4365.0, 4374.0, 4424.0, 4383.0, 4432.0, 4391.0, 4400.0, 4399.0, 4349.0, 4429.0, 4399.0, 4387.0, 4348.0, 4348.0, 4338.0, 4338.0, 4378.0, 4339.0, 4388.0, 4340.0, 4367.0, 4329.0, 4369.0, 4341.0, 4361.0, 4341.0, 4353.0, 4411.0, 4341.0, 4391.0, 4352.0, 4373.0, 4421.0, 4362.0, 4411.0, 4372.0, 4385.0, 4363.0, 4362.0, 4353.0, 4371.0, 4364.0, 4395.0, 4422.0, 4371.0, 4420.0, 4360.0, 4359.0, 4399.0, 4350.0, 4399.0, 4369.0, 4368.0, 4328.0, 4338.0, 4367.0, 4329.0, 4380.0, 4361.0, 4359.0, 4360.0, 4381.0, 4342.0, 4331.0, 4363.0, 4384.0, 4374.0, 4387.0, 4435.0, 4376.0, 4426.0, 4434.0, 4384.0, 4434.0, 4395.0, 4399.0, 4444.0, 4421.0, 4411.0, 4389.0, 4379.0, 4429.0, 4369.0, 4404.0, 4387.0, 4386.0, 4353.0, 4346.0, 4395.0, 4344.0, 4381.0, 4323.0, 4361.0, 4334.0, 4344.0, 4325.0, 4346.0, 4384.0, 4335.0, 4364.0, 4345.0, 4356.0, 4337.0, 4359.0, 4349.0, 4359.0, 4377.0, 4360.0, 4390.0, 4371.0, 4361.0, 4361.0, 4372.0, 4400.0, 4362.0, 4392.0, 4363.0, 4384.0, 4384.0, 4386.0, 4413.0, 4375.0, 4404.0, 4374.0, 4385.0, 4433.0, 4384.0, 4424.0, 4385.0, 4415.0, 4395.0, 4397.0, 4446.0, 4396.0, 4426.0, 4396.0, 4406.0, 4456.0, 4409.0, 4459.0, 4441.0, 4428.0, 4395.0, 4396.0, 4436.0, 4397.0, 4446.0, 4415.0, 4455.0, 4394.0, 4415.0, 4415.0, 4394.0, 4394.0, 4403.0, 4399.0, 4458.0, 4428.0, 4416.0, 4396.0, 4413.0, 4404.0, 4446.0, 4425.0, 4413.0, 4373.0, 4383.0, 4392.0, 4372.0, 4422.0, 4373.0, 4401.0, 4372.0, 4362.0, 4383.0, 4370.0, 4385.0, 4424.0, 4395.0, 4411.0, 4375.0, 4402.0, 4395.0, 4404.0, 4383.0, 4385.0, 4362.0, 4382.0, 4391.0, 4373.0, 4442.0, 4393.0, 4411.0, 4362.0, 4401.0, 4371.0, 4371.0, 4400.0, 4372.0, 4420.0, 4382.0, 4400.0, 4361.0, 4390.0, 4359.0, 4370.0, 4411.0, 4371.0, 4411.0, 4382.0, 4402.0, 4381.0, 4390.0, 4372.0, 4361.0, 4386.0, 4424.0, 4403.0, 4422.0, 4372.0, 4412.0, 4383.0, 4393.0, 4382.0, 4373.0, 4361.0, 4372.0, 4431.0, 4382.0, 4412.0, 4381.0, 4372.0, 4360.0, 4372.0, 4390.0, 4362.0, 4392.0, 4383.0, 4382.0, 4374.0, 4383.0, 4402.0, 4385.0, 4424.0, 4393.0, 4403.0, 4372.0, 4383.0, 4443.0, 4393.0, 4421.0, 4391.0, 4391.0, 4371.0, 4391.0, 4431.0, 4371.0, 4402.0, 4402.0, 4380.0, 4380.0, 4370.0, 4399.0, 4350.0, 4380.0, 4364.0, 4373.0, 4361.0, 4373.0, 4392.0, 4373.0, 4391.0, 4374.0, 4374.0, 4423.0, 4372.0, 4421.0, 4380.0, 4390.0, 4401.0, 4371.0, 4429.0, 4380.0, 4399.0, 4359.0, 4359.0, 4369.0, 4371.0, 4400.0, 4372.0, 4379.0, 4350.0, 4371.0, 4391.0, 4363.0, 4401.0, 4392.0, 4392.0, 4361.0, 4371.0, 4430.0, 4391.0, 4422.0, 4401.0, 4390.0, 4359.0, 4380.0, 4419.0, 4371.0, 4389.0, 4360.0, 4371.0, 4410.0, 4349.0, 4380.0, 4393.0, 4384.0, 4411.0, 4383.0, 4391.0, 4361.0, 4371.0, 4381.0, 4363.0], 'WindowWidth': [9777.0, 9789.0, 9759.0, 9778.0, 9805.0, 9725.0, 9770.0, 9725.0, 9703.0, 9724.0, 9746.0, 9778.0, 9701.0, 9747.0, 9721.0, 9720.0, 9710.0, 9731.0, 9780.0, 9712.0, 9762.0, 9749.0, 9756.0, 9711.0, 9742.0, 9724.0, 9732.0, 9727.0, 9734.0, 9760.0, 9722.0, 9829.0, 9769.0, 9760.0, 9744.0, 9769.0, 9682.0, 9696.0, 9765.0, 9721.0, 9763.0, 9705.0, 9728.0, 9663.0, 9689.0, 9648.0, 9669.0, 9734.0, 9682.0, 9709.0, 9678.0, 9680.0, 9759.0, 9689.0, 9690.0, 9730.0, 9674.0, 9724.0, 9682.0, 9667.0, 9636.0, 9640.0, 9703.0, 9641.0, 9665.0, 9628.0, 9644.0, 9680.0, 9646.0, 9668.0, 9651.0, 9681.0, 9548.0, 9736.0, 9746.0, 9648.0, 9686.0, 9762.0, 9685.0, 9597.0, 9678.0, 9668.0, 9688.0, 9741.0, 9687.0, 9730.0, 9693.0, 9714.0, 9690.0, 9721.0, 9704.0, 9706.0, 9677.0, 9695.0, 9743.0, 9667.0, 9730.0, 9679.0, 9705.0, 9689.0, 9679.0, 9786.0, 9729.0, 9759.0, 9722.0, 9698.0, 9780.0, 9722.0, 9750.0, 9680.0, 9680.0, 9758.0, 9661.0, 9731.0, 9675.0, 9676.0, 9730.0, 9648.0, 9698.0, 9635.0, 9659.0, 9657.0, 9647.0, 9700.0, 9648.0, 9674.0, 9660.0, 9655.0, 9717.0, 9652.0, 9677.0, 9636.0, 9667.0, 9706.0, 9656.0, 9705.0, 9654.0, 9681.0, 9691.0, 9699.0, 9728.0, 9723.0, 9711.0, 9659.0, 9692.0, 9657.0, 9663.0, 9700.0, 9654.0, 9704.0, 9657.0, 9708.0, 9663.0, 9663.0, 9764.0, 9680.0, 9760.0, 9650.0, 9731.0, 9659.0, 9659.0, 9716.0, 9646.0, 9740.0, 9617.0, 9684.0, 9639.0, 9658.0, 9740.0, 9644.0, 9698.0, 9655.0, 9657.0, 9751.0, 9626.0, 9708.0, 9660.0, 9650.0, 9731.0, 9663.0, 9662.0, 9661.0, 9624.0, 9715.0, 9609.0, 9672.0, 9642.0, 9672.0, 9741.0, 9667.0, 9673.0, 9649.0, 9650.0, 9670.0, 9706.0, 9671.0, 9669.0, 9645.0, 9662.0, 9682.0, 9658.0, 9754.0, 9697.0, 9718.0, 9626.0, 9701.0, 9611.0, 9650.0, 9636.0, 9672.0, 9641.0, 9693.0, 9647.0, 9696.0, 9659.0, 9685.0, 9734.0, 9695.0, 9761.0, 9707.0, 9735.0, 9699.0, 9677.0, 9756.0, 9709.0, 9719.0, 9679.0, 9665.0, 9689.0, 9624.0, 9719.0, 9642.0, 9652.0, 9613.0, 9614.0, 9621.0, 9680.0, 9683.0, 9642.0, 9679.0, 9638.0, 9640.0, 9714.0, 9639.0, 9703.0, 9662.0, 9664.0, 9758.0, 9684.0, 9726.0, 9666.0, 9668.0, 9735.0, 9613.0, 9706.0, 9637.0, 9625.0, 9648.0, 9626.0, 9678.0, 9629.0, 9644.0, 9632.0, 9633.0, 9670.0, 9625.0, 9704.0, 9667.0, 9672.0, 9719.0, 9667.0, 9673.0, 9613.0, 9712.0, 9666.0, 9664.0, 9645.0, 9623.0, 9624.0, 9641.0, 9678.0, 9627.0, 9723.0, 9631.0, 9738.0, 9618.0, 9664.0, 9630.0, 9666.0, 9646.0, 9656.0, 9624.0, 9673.0, 9651.0, 9679.0, 9693.0, 9665.0, 9744.0, 9663.0, 9726.0, 9670.0, 9657.0, 9736.0, 9670.0, 9722.0, 9694.0, 9692.0, 9623.0, 9667.0, 9734.0, 9628.0, 9666.0, 9690.0, 9641.0, 9706.0, 9616.0, 9681.0, 9626.0, 9643.0, 9750.0, 9643.0, 9706.0, 9644.0, 9628.0, 9704.0, 9614.0, 9691.0, 9639.0, 9641.0, 9615.0, 9645.0, 9734.0, 9634.0, 9684.0, 9643.0, 9644.0, 9615.0, 9646.0, 9712.0, 9649.0, 9712.0, 9659.0, 9673.0, 9668.0, 9704.0, 9681.0, 9669.0, 9634.0, 9664.0, 9727.0, 9663.0, 9758.0, 9703.0, 9714.0, 9647.0, 9647.0, 9724.0, 9629.0, 9720.0, 9638.0, 9676.0, 9617.0, 9654.0, 9633.0, 9664.0, 9654.0, 9672.0, 9698.0, 9674.0, 9737.0, 9668.0, 9684.0, 9760.0, 9704.0, 9745.0, 9704.0, 9688.0, 9739.0, 9628.0, 9709.0, 9654.0, 9655.0, 9719.0, 9638.0, 9735.0, 9612.0, 9659.0, 9622.0, 9627.0, 9641.0, 9615.0, 9597.0, 9627.0, 9688.0, 9612.0, 9650.0, 9611.0, 9642.0, 9696.0, 9639.0, 9716.0, 9595.0, 9670.0, 9614.0, 9617.0, 9714.0, 9623.0, 9702.0, 9660.0, 9647.0, 9605.0, 9607.0, 9641.0, 9621.0, 9646.0, 9610.0, 9625.0, 9658.0, 9608.0, 9645.0, 9623.0, 9638.0, 9633.0, 9608.0, 9684.0, 9593.0, 9654.0, 9600.0, 9617.0, 9683.0, 9606.0, 9670.0, 9594.0, 9645.0, 9591.0, 9620.0, 9729.0, 9622.0, 9673.0, 9622.0, 9622.0, 9619.0, 9624.0, 9704.0, 9626.0, 9663.0, 9611.0, 9625.0, 9701.0, 9596.0, 9691.0, 9635.0, 9622.0, 9606.0, 9623.0, 9715.0, 9619.0, 9660.0, 9657.0, 9634.0, 9685.0, 9595.0, 9643.0, 9596.0, 9621.0, 9615.0, 9646.0, 9645.0, 9638.0, 9698.0, 9623.0, 9678.0, 9691.0, 9667.0, 9744.0, 9677.0, 9696.0, 9629.0, 9642.0, 9753.0, 9658.0, 9722.0, 9681.0, 9666.0, 9651.0, 9688.0, 9700.0, 9645.0, 9617.0, 9647.0, 9660.0, 9701.0, 9718.0, 9674.0, 9617.0, 9651.0, 9723.0, 9655.0, 9672.0, 9667.0, 9628.0, 9623.0, 9626.0, 9689.0, 9625.0, 9652.0, 9612.0, 9628.0, 9613.0, 9630.0, 9680.0, 9643.0, 9659.0, 9644.0, 9652.0, 9727.0, 9620.0, 9695.0, 9642.0, 9680.0, 9666.0, 9652.0, 9610.0, 9627.0, 9749.0, 9638.0, 9721.0, 9664.0, 9635.0, 9610.0, 9623.0, 9620.0, 9610.0, 9688.0, 9625.0, 9649.0, 9626.0, 9615.0, 9664.0, 9616.0, 9673.0, 9642.0, 9669.0, 9622.0, 9636.0, 9645.0, 9636.0, 9687.0, 9656.0, 9666.0, 9732.0, 9676.0, 9741.0, 9680.0, 9692.0, 9686.0, 9621.0, 9732.0, 9689.0, 9670.0, 9619.0, 9618.0, 9605.0, 9605.0, 9659.0, 9609.0, 9674.0, 9611.0, 9644.0, 9597.0, 9649.0, 9615.0, 9642.0, 9618.0, 9634.0, 9709.0, 9616.0, 9681.0, 9631.0, 9662.0, 9723.0, 9644.0, 9709.0, 9658.0, 9684.0, 9649.0, 9647.0, 9636.0, 9657.0, 9653.0, 9696.0, 9727.0, 9655.0, 9718.0, 9636.0, 9635.0, 9687.0, 9625.0, 9689.0, 9649.0, 9644.0, 9593.0, 9606.0, 9642.0, 9597.0, 9664.0, 9641.0, 9632.0, 9635.0, 9667.0, 9619.0, 9603.0, 9652.0, 9681.0, 9667.0, 9690.0, 9752.0, 9672.0, 9740.0, 9748.0, 9680.0, 9748.0, 9696.0, 9710.0, 9766.0, 9727.0, 9713.0, 9678.0, 9666.0, 9735.0, 9653.0, 9691.0, 9671.0, 9669.0, 9620.0, 9615.0, 9678.0, 9606.0, 9652.0, 9577.0, 9628.0, 9595.0, 9610.0, 9585.0, 9616.0, 9661.0, 9599.0, 9634.0, 9611.0, 9628.0, 9605.0, 9637.0, 9625.0, 9639.0, 9661.0, 9642.0, 9681.0, 9660.0, 9645.0, 9646.0, 9663.0, 9696.0, 9649.0, 9687.0, 9651.0, 9679.0, 9680.0, 9686.0, 9719.0, 9670.0, 9706.0, 9666.0, 9682.0, 9746.0, 9682.0, 9735.0, 9686.0, 9724.0, 9698.0, 9703.0, 9768.0, 9703.0, 9742.0, 9700.0, 9715.0, 9783.0, 9723.0, 9792.0, 9770.0, 9746.0, 9697.0, 9699.0, 9754.0, 9702.0, 9770.0, 9725.0, 9781.0, 9694.0, 9726.0, 9725.0, 9694.0, 9697.0, 9708.0, 9709.0, 9790.0, 9746.0, 9726.0, 9701.0, 9718.0, 9706.0, 9769.0, 9738.0, 9718.0, 9661.0, 9676.0, 9686.0, 9659.0, 9727.0, 9662.0, 9698.0, 9661.0, 9647.0, 9675.0, 9657.0, 9685.0, 9736.0, 9698.0, 9715.0, 9669.0, 9702.0, 9700.0, 9710.0, 9678.0, 9681.0, 9648.0, 9675.0, 9684.0, 9666.0, 9757.0, 9689.0, 9712.0, 9647.0, 9697.0, 9656.0, 9656.0, 9695.0, 9659.0, 9723.0, 9673.0, 9694.0, 9643.0, 9682.0, 9637.0, 9655.0, 9711.0, 9657.0, 9711.0, 9675.0, 9701.0, 9672.0, 9681.0, 9660.0, 9647.0, 9686.0, 9735.0, 9704.0, 9728.0, 9660.0, 9712.0, 9677.0, 9689.0, 9673.0, 9661.0, 9644.0, 9660.0, 9741.0, 9673.0, 9715.0, 9670.0, 9659.0, 9642.0, 9659.0, 9680.0, 9649.0, 9687.0, 9675.0, 9674.0, 9667.0, 9679.0, 9703.0, 9684.0, 9733.0, 9689.0, 9703.0, 9660.0, 9677.0, 9758.0, 9690.0, 9727.0, 9684.0, 9684.0, 9657.0, 9685.0, 9741.0, 9655.0, 9701.0, 9699.0, 9669.0, 9668.0, 9653.0, 9693.0, 9626.0, 9668.0, 9654.0, 9665.0, 9647.0, 9664.0, 9688.0, 9665.0, 9685.0, 9667.0, 9667.0, 9730.0, 9661.0, 9725.0, 9668.0, 9681.0, 9698.0, 9658.0, 9735.0, 9667.0, 9690.0, 9637.0, 9635.0, 9651.0, 9657.0, 9695.0, 9658.0, 9665.0, 9627.0, 9657.0, 9683.0, 9650.0, 9697.0, 9687.0, 9685.0, 9642.0, 9657.0, 9738.0, 9686.0, 9727.0, 9698.0, 9681.0, 9636.0, 9667.0, 9719.0, 9657.0, 9680.0, 9640.0, 9657.0, 9707.0, 9626.0, 9668.0, 9693.0, 9679.0, 9711.0, 9678.0, 9684.0, 9643.0, 9657.0, 9671.0, 9651.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.008197522935779817</td></tr>
<tr><td colspan=3>aqi</td><td>0.03410694816513761</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.74812565664756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2121700119288177</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1013050541331795</td></tr>
<tr><td colspan=3>efc</td><td>0.465</td></tr>
<tr><td colspan=3>fber</td><td>6614.189</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16528582787936474</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.174311926605505</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579522660591014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.527526939739062</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8232077508713003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.38783329116268</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011801282875239849</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02447422780096531</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6698301130745543</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4096</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8369</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.2713</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9107</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.2558</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3571.5173</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.9183</td></tr>
<tr><td colspan=3>tsnr</td><td>31.4807249843725</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>