ds005256-mriqc/sub-0057_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== 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-0057 --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-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44:14 +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-0057_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0057_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2bdd40a3fc3a4f38d78ba34171b9134d</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>09:41:7.295000</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.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110915</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0481c002-c1b1-4a54-b3ca-7fd48e95745b||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.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [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': ['094107.295000', '094107.755000', '094108.215000', '094108.675000', '094109.135000', '094109.595000', '094110.055000', '094110.515000', '094110.975000', '094111.435000', '094111.895000', '094112.355000', '094112.815000', '094113.275000', '094113.735000', '094114.195000', '094114.655000', '094115.115000', '094115.575000', '094116.035000', '094116.495000', '094116.955000', '094117.415000', '094117.875000', '094118.335000', '094118.795000', '094119.255000', '094119.715000', '094120.175000', '094120.635000', '094121.095000', '094121.555000', '094122.015000', '094122.475000', '094122.935000', '094123.395000', '094123.855000', '094124.315000', '094124.775000', '094125.235000', '094125.695000', '094126.155000', '094126.615000', '094127.075000', '094127.535000', '094127.995000', '094128.455000', '094128.915000', '094129.375000', '094129.835000', '094130.295000', '094130.755000', '094131.215000', '094131.675000', '094132.135000', '094132.595000', '094133.055000', '094133.515000', '094133.975000', '094134.435000', '094134.895000', '094135.355000', '094135.815000', '094136.275000', '094136.735000', '094137.195000', '094137.655000', '094138.115000', '094138.575000', '094139.035000', '094139.495000', '094139.955000', '094140.415000', '094140.875000', '094141.335000', '094141.795000', '094142.255000', '094142.715000', '094143.175000', '094143.635000', '094144.095000', '094144.555000', '094145.015000', '094145.475000', '094145.935000', '094146.395000', '094146.855000', '094147.315000', '094147.775000', '094148.235000', '094148.695000', '094149.155000', '094149.615000', '094150.075000', '094150.535000', '094150.995000', '094151.455000', '094151.915000', '094152.375000', '094152.835000', '094153.295000', '094153.755000', '094154.215000', '094154.675000', '094155.135000', '094155.595000', '094156.055000', '094156.515000', '094156.975000', '094157.435000', '094157.895000', '094158.355000', '094158.815000', '094159.275000', '094159.735000', '094200.195000', '094200.655000', '094201.115000', '094201.575000', '094202.035000', '094202.495000', '094202.955000', '094203.415000', '094203.875000', '094204.335000', '094204.795000', '094205.255000', '094205.715000', '094206.175000', '094206.635000', '094207.095000', '094207.555000', '094208.015000', '094208.475000', '094208.935000', '094209.395000', '094209.855000', '094210.315000', '094210.775000', '094211.235000', '094211.695000', '094212.155000', '094212.615000', '094213.075000', '094213.535000', '094213.995000', '094214.455000', '094214.915000', '094215.375000', '094215.835000', '094216.295000', '094216.755000', '094217.215000', '094217.675000', '094218.135000', '094218.595000', '094219.055000', '094219.515000', '094219.975000', '094220.435000', '094220.895000', '094221.355000', '094221.815000', '094222.275000', '094222.735000', '094223.195000', '094223.655000', '094224.115000', '094224.575000', '094225.035000', '094225.495000', '094225.955000', '094226.415000', '094226.875000', '094227.335000', '094227.795000', '094228.255000', '094228.715000', '094229.175000', '094229.635000', '094230.095000', '094230.555000', '094231.015000', '094231.475000', '094231.935000', '094232.395000', '094232.855000', '094233.315000', '094233.775000', '094234.235000', '094234.695000', '094235.155000', '094235.615000', '094236.075000', '094236.535000', '094236.995000', '094237.455000', '094237.915000', '094238.375000', '094238.835000', '094239.295000', '094239.755000', '094240.215000', '094240.675000', '094241.135000', '094241.595000', '094242.055000', '094242.515000', '094242.975000', '094243.435000', '094243.895000', '094244.355000', '094244.815000', '094245.275000', '094245.735000', '094246.195000', '094246.655000', '094247.115000', '094247.575000', '094248.035000', '094248.495000', '094248.955000', '094249.415000', '094249.875000', '094250.335000', '094250.795000', '094251.255000', '094251.715000', '094252.175000', '094252.635000', '094253.095000', '094253.555000', '094254.015000', '094254.475000', '094254.935000', '094255.395000', '094255.855000', '094256.315000', '094256.775000', '094257.235000', '094257.695000', '094258.155000', '094258.615000', '094259.075000', '094259.535000', '094259.995000', '094300.455000', '094300.915000', '094301.375000', '094301.835000', '094302.295000', '094302.755000', '094303.215000', '094303.675000', '094304.135000', '094304.595000', '094305.055000', '094305.515000', '094305.975000', '094306.435000', '094306.895000', '094307.355000', '094307.815000', '094308.275000', '094308.735000', '094309.195000', '094309.655000', '094310.115000', '094310.575000', '094311.035000', '094311.495000', '094311.955000', '094312.415000', '094312.875000', '094313.335000', '094313.795000', '094314.255000', '094314.715000', '094315.175000', '094315.635000', '094316.095000', '094316.555000', '094317.015000', '094317.475000', '094317.935000', '094318.395000', '094318.855000', '094319.315000', '094319.775000', '094320.235000', '094320.695000', '094321.155000', '094321.615000', '094322.075000', '094322.535000', '094322.995000', '094323.455000', '094323.915000', '094324.375000', '094324.835000', '094325.295000', '094325.755000', '094326.215000', '094326.675000', '094327.135000', '094327.595000', '094328.055000', '094328.515000', '094328.975000', '094329.435000', '094329.895000', '094330.355000', '094330.815000', '094331.275000', '094331.735000', '094332.195000', '094332.655000', '094333.115000', '094333.575000', '094334.035000', '094334.495000', '094334.955000', '094335.415000', '094335.875000', '094336.335000', '094336.795000', '094337.255000', '094337.715000', '094338.175000', '094338.635000', '094339.095000', '094339.555000', '094340.015000', '094340.475000', '094340.935000', '094341.395000', '094341.855000', '094342.315000', '094342.775000', '094343.235000', '094343.695000', '094344.155000', '094344.615000', '094345.075000', '094345.535000', '094345.995000', '094346.455000', '094346.915000', '094347.375000', '094347.835000', '094348.295000', '094348.755000', '094349.215000', '094349.675000', '094350.135000', '094350.595000', '094351.055000', '094351.515000', '094351.975000', '094352.435000', '094352.895000', '094353.355000', '094353.815000', '094354.275000', '094354.735000', '094355.195000', '094355.655000', '094356.115000', '094356.575000', '094357.035000', '094357.495000', '094357.955000', '094358.415000', '094358.875000', '094359.335000', '094359.795000', '094400.255000', '094400.715000', '094401.175000', '094401.635000', '094402.095000', '094402.555000', '094403.015000', '094403.475000', '094403.935000', '094404.395000', '094404.855000', '094405.315000', '094405.775000', '094406.235000', '094406.695000', '094407.155000', '094407.615000', '094408.075000', '094408.535000', '094408.995000', '094409.455000', '094409.915000', '094410.375000', '094410.835000', '094411.295000', '094411.755000', '094412.215000', '094412.675000', '094413.135000', '094413.595000', '094414.055000', '094414.515000', '094414.975000', '094415.435000', '094415.895000', '094416.355000', '094416.815000', '094417.275000', '094417.735000', '094418.195000', '094418.655000', '094419.115000', '094419.575000', '094420.035000', '094420.495000', '094420.955000', '094421.415000', '094421.875000', '094422.335000', '094422.795000', '094423.255000', '094423.715000', '094424.175000', '094424.635000', '094425.095000', '094425.555000', '094426.015000', '094426.475000', '094426.935000', '094427.395000', '094427.855000', '094428.315000', '094428.775000', '094429.235000', '094429.695000', '094430.155000', '094430.615000', '094431.075000', '094431.535000', '094431.995000', '094432.455000', '094432.915000', '094433.375000', '094433.835000', '094434.295000', '094434.755000', '094435.215000', '094435.675000', '094436.135000', '094436.595000', '094437.055000', '094437.515000', '094437.975000', '094438.435000', '094438.895000', '094439.355000', '094439.815000', '094440.275000', '094440.735000', '094441.195000', '094441.655000', '094442.115000', '094442.575000', '094443.035000', '094443.495000', '094443.955000', '094444.415000', '094444.875000', '094445.335000', '094445.795000', '094446.255000', '094446.715000', '094447.175000', '094447.635000', '094448.095000', '094448.555000', '094449.015000', '094449.475000', '094449.935000', '094450.395000', '094450.855000', '094451.315000', '094451.775000', '094452.235000', '094452.695000', '094453.155000', '094453.615000', '094454.075000', '094454.535000', '094454.995000', '094455.455000', '094455.915000', '094456.375000', '094456.835000', '094457.295000', '094457.755000', '094458.215000', '094458.675000', '094459.135000', '094459.595000', '094500.055000', '094500.515000', '094500.975000', '094501.435000', '094501.895000', '094502.355000', '094502.815000', '094503.275000', '094503.735000', '094504.195000', '094504.655000', '094505.115000', '094505.575000', '094506.035000', '094506.495000', '094506.955000', '094507.415000', '094507.875000', '094508.335000', '094508.795000', '094509.255000', '094509.715000', '094510.175000', '094510.635000', '094511.095000', '094511.555000', '094512.015000', '094512.475000', '094512.935000', '094513.395000', '094513.855000', '094514.315000', '094514.775000', '094515.235000', '094515.695000', '094516.155000', '094516.615000', '094517.075000', '094517.535000', '094517.995000', '094518.455000', '094518.915000', '094519.375000', '094519.835000', '094520.295000', '094520.755000', '094521.215000', '094521.675000', '094522.135000', '094522.595000', '094523.055000', '094523.515000', '094523.975000', '094524.435000', '094524.895000', '094525.355000', '094525.815000', '094526.275000', '094526.735000', '094527.195000', '094527.655000', '094528.115000', '094528.575000', '094529.035000', '094529.495000', '094529.955000', '094530.415000', '094530.875000', '094531.335000', '094531.795000', '094532.255000', '094532.715000', '094533.175000', '094533.635000', '094534.095000', '094534.555000', '094535.015000', '094535.475000', '094535.935000', '094536.395000', '094536.855000', '094537.315000', '094537.775000', '094538.235000', '094538.695000', '094539.155000', '094539.615000', '094540.075000', '094540.535000', '094540.995000', '094541.455000', '094541.915000', '094542.375000', '094542.835000', '094543.295000', '094543.755000', '094544.215000', '094544.675000', '094545.135000', '094545.595000', '094546.055000', '094546.515000', '094546.975000', '094547.435000', '094547.895000', '094548.355000', '094548.815000', '094549.275000', '094549.735000', '094550.195000', '094550.655000', '094551.115000', '094551.575000', '094552.035000', '094552.495000', '094552.955000', '094553.415000', '094553.875000', '094554.335000', '094554.795000', '094555.255000', '094555.715000', '094556.175000', '094556.635000', '094557.095000', '094557.555000', '094558.015000', '094558.475000', '094558.935000', '094559.395000', '094559.855000', '094600.315000', '094600.775000', '094601.235000', '094601.695000', '094602.155000', '094602.615000', '094603.075000', '094603.535000', '094603.995000', '094604.455000', '094604.915000', '094605.375000', '094605.835000', '094606.295000', '094606.755000', '094607.215000', '094607.675000', '094608.135000', '094608.595000', '094609.055000', '094609.515000', '094609.975000', '094610.435000', '094610.895000', '094611.355000', '094611.815000', '094612.275000', '094612.735000', '094613.195000', '094613.655000', '094614.115000', '094614.575000', '094615.035000', '094615.495000', '094615.955000', '094616.415000', '094616.875000', '094617.335000', '094617.795000', '094618.255000', '094618.715000', '094619.175000', '094619.635000', '094620.095000', '094620.555000', '094621.015000', '094621.475000', '094621.935000', '094622.395000', '094622.855000', '094623.315000', '094623.775000', '094624.235000', '094624.695000', '094625.155000', '094625.615000', '094626.075000', '094626.535000', '094626.995000', '094627.455000', '094627.915000', '094628.375000', '094628.835000', '094629.295000', '094629.755000', '094630.215000', '094630.675000', '094631.135000', '094631.595000', '094632.055000', '094632.515000', '094632.975000', '094633.435000', '094633.895000', '094634.355000', '094634.815000', '094635.275000', '094635.735000', '094636.195000', '094636.655000', '094637.115000', '094637.575000', '094638.035000', '094638.495000', '094638.955000', '094639.415000', '094639.875000', '094640.335000', '094640.795000', '094641.255000', '094641.715000', '094642.175000', '094642.635000', '094643.095000', '094643.555000', '094644.015000', '094644.475000', '094644.935000', '094645.395000', '094645.855000', '094646.315000', '094646.775000', '094647.235000', '094647.695000', '094648.155000', '094648.615000', '094649.075000', '094649.535000', '094649.995000', '094650.455000', '094650.915000', '094651.375000', '094651.835000', '094652.295000', '094652.755000', '094653.215000', '094653.675000', '094654.135000', '094654.595000', '094655.055000', '094655.515000', '094655.975000', '094656.435000', '094656.895000', '094657.355000', '094657.815000', '094658.275000', '094658.735000', '094659.195000', '094659.655000', '094700.115000', '094700.575000', '094701.035000', '094701.495000', '094701.955000', '094702.415000', '094702.875000', '094703.335000', '094703.795000', '094704.255000', '094704.715000', '094705.175000', '094705.635000', '094706.095000', '094706.555000', '094707.015000', '094707.475000', '094707.935000', '094708.395000', '094708.855000', '094709.315000', '094709.775000', '094710.235000', '094710.695000', '094711.155000', '094711.615000', '094712.075000', '094712.535000', '094712.995000', '094713.455000', '094713.915000', '094714.375000', '094714.835000', '094715.295000', '094715.755000', '094716.215000', '094716.675000', '094717.135000', '094717.595000', '094718.055000', '094718.515000', '094718.975000', '094719.435000', '094719.895000', '094720.355000', '094720.815000', '094721.275000', '094721.735000', '094722.195000', '094722.655000', '094723.115000', '094723.575000', '094724.035000', '094724.495000', '094724.955000', '094725.415000', '094725.875000', '094726.335000', '094726.795000', '094727.255000', '094727.715000', '094728.175000', '094728.635000', '094729.095000', '094729.555000', '094730.015000', '094730.475000', '094730.935000', '094731.395000', '094731.855000', '094732.315000', '094732.775000', '094733.235000', '094733.695000', '094734.155000', '094734.615000', '094735.075000', '094735.535000', '094735.995000', '094736.455000', '094736.915000', '094737.375000', '094737.835000', '094738.295000', '094738.755000', '094739.215000', '094739.675000', '094740.135000', '094740.595000', '094741.055000', '094741.515000', '094741.975000', '094742.435000', '094742.895000', '094743.355000', '094743.815000', '094744.275000', '094744.735000', '094745.195000', '094745.655000', '094746.115000', '094746.575000', '094747.035000', '094747.495000', '094747.955000'], 'ContentTime': ['094117.799000', '094117.808000', '094117.810000', '094117.813000', '094117.815000', '094117.818000', '094117.820000', '094117.828000', '094117.831000', '094117.834000', '094117.836000', '094117.839000', '094117.841000', '094117.844000', '094117.847000', '094117.849000', '094117.852000', '094117.854000', '094117.857000', '094117.860000', '094117.863000', '094137.773000', '094137.776000', '094137.779000', '094137.781000', '094137.784000', '094137.786000', '094137.789000', '094137.791000', '094137.794000', '094137.797000', '094137.799000', '094137.802000', '094137.804000', '094137.807000', '094137.809000', '094137.812000', '094137.818000', '094137.821000', '094137.823000', '094137.826000', '094137.828000', '094137.831000', '094137.833000', '094137.836000', '094137.838000', '094137.841000', '094137.844000', '094137.846000', '094137.849000', '094137.851000', '094137.854000', '094137.856000', '094137.859000', '094137.861000', '094137.864000', '094137.866000', '094137.869000', '094137.872000', '094137.874000', '094137.877000', '094137.879000', '094137.882000', '094137.884000', '094157.772000', '094157.775000', '094157.778000', '094157.780000', '094157.783000', '094157.785000', '094157.788000', '094157.791000', '094157.793000', '094157.796000', '094157.799000', '094157.801000', '094157.804000', '094157.806000', '094157.809000', '094157.811000', '094157.814000', '094157.817000', '094157.819000', '094157.822000', '094157.824000', '094157.827000', '094157.829000', '094157.832000', '094157.834000', '094157.837000', '094157.840000', '094157.842000', '094157.845000', '094157.847000', '094157.850000', '094157.852000', '094157.855000', '094157.857000', '094157.860000', '094157.862000', '094157.865000', '094157.868000', '094157.870000', '094157.873000', '094157.875000', '094157.878000', '094157.880000', '094157.883000', '094217.773000', '094217.775000', '094217.778000', '094217.781000', '094217.787000', '094217.796000', '094217.799000', '094217.801000', '094217.804000', '094217.807000', '094217.809000', '094217.812000', '094217.814000', '094217.817000', '094217.819000', '094217.822000', '094217.824000', '094217.827000', '094217.830000', '094217.832000', '094217.835000', '094217.837000', '094217.840000', '094217.843000', '094217.845000', '094217.848000', '094217.850000', '094217.853000', '094217.855000', '094217.858000', '094217.860000', '094217.863000', '094217.866000', '094217.868000', '094217.871000', '094217.873000', '094217.876000', '094217.878000', '094217.881000', '094217.883000', '094217.886000', '094217.888000', '094217.891000', '094237.772000', '094237.775000', '094237.778000', '094237.780000', '094237.783000', '094237.786000', '094237.788000', '094237.791000', '094237.793000', '094237.796000', '094237.799000', '094237.808000', '094237.811000', '094237.813000', '094237.816000', '094237.819000', '094237.821000', '094237.824000', '094237.826000', '094237.829000', '094237.831000', '094237.834000', '094237.837000', '094237.839000', '094237.842000', '094237.844000', '094237.847000', '094237.850000', '094237.852000', '094237.855000', '094237.857000', '094237.860000', '094237.862000', '094237.865000', '094237.868000', '094237.870000', '094237.873000', '094237.875000', '094237.878000', '094237.881000', '094237.883000', '094237.886000', '094237.888000', '094237.891000', '094257.773000', '094257.775000', '094257.778000', '094257.781000', '094257.783000', '094257.786000', '094257.788000', '094257.791000', '094257.794000', '094257.796000', '094257.799000', '094257.802000', '094257.804000', '094257.807000', '094257.809000', '094257.812000', '094257.815000', '094257.817000', '094257.820000', '094257.822000', '094257.825000', '094257.827000', '094257.830000', '094257.833000', '094257.835000', '094257.838000', '094257.840000', '094257.843000', '094257.845000', '094257.848000', '094257.850000', '094257.853000', '094257.856000', '094257.858000', '094257.861000', '094257.863000', '094257.866000', '094257.868000', '094257.871000', '094257.874000', '094257.876000', '094257.880000', '094257.882000', '094317.774000', '094317.777000', '094317.780000', '094317.783000', '094317.785000', '094317.788000', '094317.791000', '094317.793000', '094317.796000', '094317.798000', '094317.801000', '094317.803000', '094317.806000', '094317.809000', '094317.812000', '094317.814000', '094317.817000', '094317.820000', '094317.822000', '094317.825000', '094317.827000', '094317.830000', '094317.833000', '094317.835000', '094317.838000', '094317.841000', '094317.843000', '094317.846000', '094317.848000', '094317.851000', '094317.854000', '094317.856000', '094317.859000', '094317.861000', '094317.864000', '094317.866000', '094317.869000', '094317.872000', '094317.874000', '094317.877000', '094317.879000', '094317.882000', '094317.884000', '094337.774000', '094337.776000', '094337.779000', '094337.782000', '094337.784000', '094337.787000', '094337.789000', '094337.792000', '094337.795000', '094337.797000', '094337.832000', '094337.835000', '094337.838000', '094337.840000', '094337.843000', '094337.845000', '094337.848000', '094337.850000', '094337.853000', '094337.856000', '094337.858000', '094337.861000', '094337.863000', '094337.866000', '094337.869000', '094337.871000', '094337.874000', '094337.876000', '094337.879000', '094337.882000', '094337.884000', '094337.887000', '094337.889000', '094337.892000', '094337.894000', '094337.897000', '094337.900000', '094337.902000', '094337.905000', '094337.907000', '094337.910000', '094337.912000', '094337.915000', '094337.918000', '094357.799000', '094357.843000', '094357.845000', '094357.848000', '094357.851000', '094357.853000', '094357.856000', '094357.858000', '094357.861000', '094357.863000', '094357.866000', '094357.869000', '094357.871000', '094357.874000', '094357.876000', '094357.879000', '094357.882000', '094357.884000', '094357.887000', '094357.889000', '094357.892000', '094357.894000', '094357.897000', '094357.900000', '094357.902000', '094357.905000', '094357.907000', '094357.910000', '094357.912000', '094357.915000', '094357.918000', '094357.920000', '094357.923000', '094357.925000', '094357.928000', '094357.930000', '094357.933000', '094357.935000', '094357.938000', '094357.941000', '094357.943000', '094357.946000', '094357.948000', '094417.773000', '094417.775000', '094417.778000', '094417.781000', '094417.783000', '094417.786000', '094417.788000', '094417.791000', '094417.794000', '094417.796000', '094417.799000', '094417.802000', '094417.804000', '094417.807000', '094417.809000', '094417.812000', '094417.815000', '094417.817000', '094417.820000', '094417.822000', '094417.825000', '094417.827000', '094417.830000', '094417.832000', '094417.835000', '094417.838000', '094417.840000', '094417.843000', '094417.845000', '094417.848000', '094417.850000', '094417.853000', '094417.855000', '094417.858000', '094417.861000', '094417.863000', '094417.866000', '094417.868000', '094417.871000', '094417.873000', '094417.876000', '094417.879000', '094417.881000', '094417.884000', '094437.773000', '094437.776000', '094437.778000', '094437.781000', '094437.783000', '094437.786000', '094437.789000', '094437.791000', '094437.794000', '094437.797000', '094437.860000', '094437.863000', '094437.866000', '094437.868000', '094437.871000', '094437.874000', '094437.876000', '094437.879000', '094437.881000', '094437.884000', '094437.887000', '094437.889000', '094437.892000', '094437.894000', '094437.897000', '094437.899000', '094437.902000', '094437.905000', '094437.907000', '094437.910000', '094437.912000', '094437.915000', '094437.918000', '094437.920000', '094437.923000', '094437.925000', '094437.928000', '094437.930000', '094437.933000', '094437.936000', '094437.938000', '094437.941000', '094437.943000', '094457.772000', '094457.775000', '094457.778000', '094457.780000', '094457.783000', '094457.786000', '094457.788000', '094457.791000', '094457.793000', '094457.796000', '094457.798000', '094457.852000', '094457.854000', '094457.857000', '094457.859000', '094457.862000', '094457.864000', '094457.867000', '094457.870000', '094457.872000', '094457.875000', '094457.877000', '094457.880000', '094457.882000', '094457.885000', '094457.888000', '094457.890000', '094457.893000', '094457.895000', '094457.898000', '094457.900000', '094457.903000', '094457.906000', '094457.908000', '094457.911000', '094457.913000', '094457.916000', '094457.919000', '094457.921000', '094457.924000', '094457.927000', '094457.929000', '094457.932000', '094457.934000', '094517.773000', '094517.776000', '094517.779000', '094517.781000', '094517.784000', '094517.787000', '094517.789000', '094517.792000', '094517.794000', '094517.797000', '094517.837000', '094517.839000', '094517.842000', '094517.845000', '094517.847000', '094517.850000', '094517.852000', '094517.855000', '094517.858000', '094517.860000', '094517.863000', '094517.865000', '094517.868000', '094517.871000', '094517.873000', '094517.886000', '094517.888000', '094517.891000', '094517.894000', '094517.896000', '094517.899000', '094517.901000', '094517.904000', '094517.907000', '094517.909000', '094517.912000', '094517.915000', '094517.917000', '094517.933000', '094517.936000', '094517.938000', '094517.941000', '094517.944000', '094537.774000', '094537.776000', '094537.779000', '094537.782000', '094537.784000', '094537.787000', '094537.789000', '094537.792000', '094537.794000', '094537.797000', '094537.800000', '094537.802000', '094537.805000', '094537.807000', '094537.810000', '094537.812000', '094537.815000', '094537.818000', '094537.820000', '094537.823000', '094537.825000', '094537.828000', '094537.830000', '094537.833000', '094537.836000', '094537.838000', '094537.841000', '094537.843000', '094537.846000', '094537.849000', '094537.851000', '094537.854000', '094537.856000', '094537.859000', '094537.862000', '094537.864000', '094537.867000', '094537.869000', '094537.872000', '094537.874000', '094537.877000', '094537.880000', '094537.882000', '094537.885000', '094557.774000', '094557.776000', '094557.779000', '094557.781000', '094557.784000', '094557.787000', '094557.789000', '094557.792000', '094557.794000', '094557.797000', '094557.800000', '094557.802000', '094557.805000', '094557.807000', '094557.810000', '094557.812000', '094557.815000', '094557.818000', '094557.820000', '094557.823000', '094557.825000', '094557.828000', '094557.831000', '094557.833000', '094557.836000', '094557.838000', '094557.841000', '094557.843000', '094557.846000', '094557.849000', '094557.851000', '094557.855000', '094557.858000', '094557.860000', '094557.863000', '094557.865000', '094557.868000', '094557.871000', '094557.873000', '094557.876000', '094557.879000', '094557.881000', '094557.884000', '094617.773000', '094617.775000', '094617.778000', '094617.781000', '094617.783000', '094617.786000', '094617.788000', '094617.791000', '094617.793000', '094617.796000', '094617.799000', '094617.883000', '094617.885000', '094617.888000', '094617.891000', '094617.893000', '094617.896000', '094617.898000', '094617.901000', '094617.903000', '094617.906000', '094617.909000', '094617.911000', '094617.914000', '094617.916000', '094617.919000', '094617.921000', '094617.924000', '094617.927000', '094617.929000', '094617.932000', '094617.934000', '094617.937000', '094617.939000', '094617.942000', '094617.945000', '094617.947000', '094617.950000', '094617.952000', '094617.955000', '094617.957000', '094617.960000', '094617.963000', '094617.965000', '094637.773000', '094637.776000', '094637.778000', '094637.781000', '094637.784000', '094637.786000', '094637.789000', '094637.792000', '094637.794000', '094637.797000', '094637.843000', '094637.846000', '094637.848000', '094637.851000', '094637.853000', '094637.856000', '094637.859000', '094637.861000', '094637.864000', '094637.866000', '094637.869000', '094637.872000', '094637.874000', '094637.881000', '094637.883000', '094637.886000', '094637.888000', '094637.891000', '094637.894000', '094637.896000', '094637.899000', '094637.901000', '094637.904000', '094637.906000', '094637.909000', '094637.912000', '094637.914000', '094637.917000', '094637.920000', '094637.922000', '094637.925000', '094637.927000', '094637.930000', '094657.773000', '094657.775000', '094657.778000', '094657.781000', '094657.783000', '094657.786000', '094657.788000', '094657.791000', '094657.794000', '094657.796000', '094657.799000', '094657.856000', '094657.859000', '094657.861000', '094657.864000', '094657.866000', '094657.869000', '094657.871000', '094657.874000', '094657.877000', '094657.879000', '094657.882000', '094657.884000', '094657.887000', '094657.889000', '094657.892000', '094657.895000', '094657.897000', '094657.900000', '094657.902000', '094657.905000', '094657.907000', '094657.910000', '094657.913000', '094657.915000', '094657.918000', '094657.921000', '094657.923000', '094657.926000', '094657.928000', '094657.931000', '094657.933000', '094657.936000', '094657.939000', '094717.773000', '094717.775000', '094717.778000', '094717.781000', '094717.783000', '094717.786000', '094717.788000', '094717.791000', '094717.794000', '094717.796000', '094717.799000', '094717.865000', '094717.867000', '094717.870000', '094717.873000', '094717.875000', '094717.878000', '094717.882000', '094717.884000', '094717.887000', '094717.889000', '094717.892000', '094717.895000', '094717.898000', '094717.900000', '094717.903000', '094717.906000', '094717.908000', '094717.911000', '094717.913000', '094717.916000', '094717.919000', '094717.921000', '094717.924000', '094717.926000', '094717.929000', '094717.932000', '094717.934000', '094717.937000', '094717.940000', '094717.942000', '094717.945000', '094717.948000', '094737.774000', '094737.777000', '094737.779000', '094737.782000', '094737.784000', '094737.787000', '094737.789000', '094737.792000', '094737.795000', '094737.797000', '094737.859000', '094737.862000', '094737.864000', '094737.867000', '094737.870000', '094737.872000', '094737.875000', '094737.877000', '094737.880000', '094737.882000', '094737.885000', '094737.888000', '094737.890000', '094737.893000', '094737.895000', '094737.898000', '094737.900000', '094737.903000', '094737.906000', '094737.908000', '094737.911000', '094737.913000', '094737.916000', '094737.918000', '094737.921000', '094737.924000', '094737.926000', '094737.929000', '094737.931000', '094737.934000', '094737.936000', '094737.939000', '094737.942000', '094737.944000', '094749.119000', '094749.122000', '094749.125000', '094749.128000', '094749.131000', '094749.134000', '094749.137000', '094749.143000', '094749.146000', '094749.149000', '094749.152000', '094749.154000', '094749.157000', '094749.160000', '094749.162000', '094749.165000', '094749.168000', '094749.170000', '094749.173000', '094749.176000', '094749.178000', '094749.181000', '094749.184000', '094749.187000', '094749.189000'], 'InstanceCreationTime': ['094117.799000', '094117.808000', '094117.810000', '094117.813000', '094117.815000', '094117.818000', '094117.820000', '094117.828000', '094117.831000', '094117.834000', '094117.836000', '094117.839000', '094117.841000', '094117.844000', '094117.847000', '094117.849000', '094117.852000', '094117.854000', '094117.857000', '094117.860000', '094117.863000', '094137.773000', '094137.776000', '094137.779000', '094137.781000', '094137.784000', '094137.786000', '094137.789000', '094137.791000', '094137.794000', '094137.797000', '094137.799000', '094137.802000', '094137.804000', '094137.807000', '094137.809000', '094137.812000', '094137.818000', '094137.821000', '094137.823000', '094137.826000', '094137.828000', '094137.831000', '094137.833000', '094137.836000', '094137.838000', '094137.841000', '094137.844000', '094137.846000', '094137.849000', '094137.851000', '094137.854000', '094137.856000', '094137.859000', '094137.861000', '094137.864000', '094137.866000', '094137.869000', '094137.872000', '094137.874000', '094137.877000', '094137.879000', '094137.882000', '094137.884000', '094157.772000', '094157.775000', '094157.778000', '094157.780000', '094157.783000', '094157.785000', '094157.788000', '094157.791000', '094157.793000', '094157.796000', '094157.799000', '094157.801000', '094157.804000', '094157.806000', '094157.809000', '094157.811000', '094157.814000', '094157.817000', '094157.819000', '094157.822000', '094157.824000', '094157.827000', '094157.829000', '094157.832000', '094157.834000', '094157.837000', '094157.840000', '094157.842000', '094157.845000', '094157.847000', '094157.850000', '094157.852000', '094157.855000', '094157.857000', '094157.860000', '094157.862000', '094157.865000', '094157.868000', '094157.870000', '094157.873000', '094157.875000', '094157.878000', '094157.880000', '094157.883000', '094217.773000', '094217.775000', '094217.778000', '094217.781000', '094217.787000', '094217.796000', '094217.799000', '094217.801000', '094217.804000', '094217.807000', '094217.809000', '094217.812000', '094217.814000', '094217.817000', '094217.819000', '094217.822000', '094217.824000', '094217.827000', '094217.830000', '094217.832000', '094217.835000', '094217.837000', '094217.840000', '094217.843000', '094217.845000', '094217.848000', '094217.850000', '094217.853000', '094217.855000', '094217.858000', '094217.860000', '094217.863000', '094217.866000', '094217.868000', '094217.871000', '094217.873000', '094217.876000', '094217.878000', '094217.881000', '094217.883000', '094217.886000', '094217.888000', '094217.891000', '094237.772000', '094237.775000', '094237.778000', '094237.780000', '094237.783000', '094237.786000', '094237.788000', '094237.791000', '094237.793000', '094237.796000', '094237.799000', '094237.808000', '094237.811000', '094237.813000', '094237.816000', '094237.819000', '094237.821000', '094237.824000', '094237.826000', '094237.829000', '094237.831000', '094237.834000', '094237.837000', '094237.839000', '094237.842000', '094237.844000', '094237.847000', '094237.850000', '094237.852000', '094237.855000', '094237.857000', '094237.860000', '094237.862000', '094237.865000', '094237.868000', '094237.870000', '094237.873000', '094237.875000', '094237.878000', '094237.881000', '094237.883000', '094237.886000', '094237.888000', '094237.891000', '094257.773000', '094257.775000', '094257.778000', '094257.781000', '094257.783000', '094257.786000', '094257.788000', '094257.791000', '094257.794000', '094257.796000', '094257.799000', '094257.802000', '094257.804000', '094257.807000', '094257.809000', '094257.812000', '094257.815000', '094257.817000', '094257.820000', '094257.822000', '094257.825000', '094257.827000', '094257.830000', '094257.833000', '094257.835000', '094257.838000', '094257.840000', '094257.843000', '094257.845000', '094257.848000', '094257.850000', '094257.853000', '094257.856000', '094257.858000', '094257.861000', '094257.863000', '094257.866000', '094257.868000', '094257.871000', '094257.874000', '094257.876000', '094257.880000', '094257.882000', '094317.774000', '094317.777000', '094317.780000', '094317.783000', '094317.785000', '094317.788000', '094317.791000', '094317.793000', '094317.796000', '094317.798000', '094317.801000', '094317.803000', '094317.806000', '094317.809000', '094317.812000', '094317.814000', '094317.817000', '094317.820000', '094317.822000', '094317.825000', '094317.827000', '094317.830000', '094317.833000', '094317.835000', '094317.838000', '094317.841000', '094317.843000', '094317.846000', '094317.848000', '094317.851000', '094317.854000', '094317.856000', '094317.859000', '094317.861000', '094317.864000', '094317.866000', '094317.869000', '094317.872000', '094317.874000', '094317.877000', '094317.879000', '094317.882000', '094317.884000', '094337.774000', '094337.776000', '094337.779000', '094337.782000', '094337.784000', '094337.787000', '094337.789000', '094337.792000', '094337.795000', '094337.797000', '094337.832000', '094337.835000', '094337.838000', '094337.840000', '094337.843000', '094337.845000', '094337.848000', '094337.850000', '094337.853000', '094337.856000', '094337.858000', '094337.861000', '094337.863000', '094337.866000', '094337.869000', '094337.871000', '094337.874000', '094337.876000', '094337.879000', '094337.882000', '094337.884000', '094337.887000', '094337.889000', '094337.892000', '094337.894000', '094337.897000', '094337.900000', '094337.902000', '094337.905000', '094337.907000', '094337.910000', '094337.912000', '094337.915000', '094337.918000', '094357.799000', '094357.843000', '094357.845000', '094357.848000', '094357.851000', '094357.853000', '094357.856000', '094357.858000', '094357.861000', '094357.863000', '094357.866000', '094357.869000', '094357.871000', '094357.874000', '094357.876000', '094357.879000', '094357.882000', '094357.884000', '094357.887000', '094357.889000', '094357.892000', '094357.894000', '094357.897000', '094357.900000', '094357.902000', '094357.905000', '094357.907000', '094357.910000', '094357.912000', '094357.915000', '094357.918000', '094357.920000', '094357.923000', '094357.925000', '094357.928000', '094357.930000', '094357.933000', '094357.935000', '094357.938000', '094357.941000', '094357.943000', '094357.946000', '094357.948000', '094417.773000', '094417.775000', '094417.778000', '094417.781000', '094417.783000', '094417.786000', '094417.788000', '094417.791000', '094417.794000', '094417.796000', '094417.799000', '094417.802000', '094417.804000', '094417.807000', '094417.809000', '094417.812000', '094417.815000', '094417.817000', '094417.820000', '094417.822000', '094417.825000', '094417.827000', '094417.830000', '094417.832000', '094417.835000', '094417.838000', '094417.840000', '094417.843000', '094417.845000', '094417.848000', '094417.850000', '094417.853000', '094417.855000', '094417.858000', '094417.861000', '094417.863000', '094417.866000', '094417.868000', '094417.871000', '094417.873000', '094417.876000', '094417.879000', '094417.881000', '094417.884000', '094437.773000', '094437.776000', '094437.778000', '094437.781000', '094437.783000', '094437.786000', '094437.789000', '094437.791000', '094437.794000', '094437.797000', '094437.860000', '094437.863000', '094437.866000', '094437.868000', '094437.871000', '094437.874000', '094437.876000', '094437.879000', '094437.881000', '094437.884000', '094437.887000', '094437.889000', '094437.892000', '094437.894000', '094437.897000', '094437.899000', '094437.902000', '094437.905000', '094437.907000', '094437.910000', '094437.912000', '094437.915000', '094437.918000', '094437.920000', '094437.923000', '094437.925000', '094437.928000', '094437.930000', '094437.933000', '094437.936000', '094437.938000', '094437.941000', '094437.943000', '094457.772000', '094457.775000', '094457.778000', '094457.780000', '094457.783000', '094457.786000', '094457.788000', '094457.791000', '094457.793000', '094457.796000', '094457.798000', '094457.852000', '094457.854000', '094457.857000', '094457.859000', '094457.862000', '094457.864000', '094457.867000', '094457.870000', '094457.872000', '094457.875000', '094457.877000', '094457.880000', '094457.882000', '094457.885000', '094457.888000', '094457.890000', '094457.893000', '094457.895000', '094457.898000', '094457.900000', '094457.903000', '094457.906000', '094457.908000', '094457.911000', '094457.913000', '094457.916000', '094457.919000', '094457.921000', '094457.924000', '094457.927000', '094457.929000', '094457.932000', '094457.934000', '094517.773000', '094517.776000', '094517.779000', '094517.781000', '094517.784000', '094517.787000', '094517.789000', '094517.792000', '094517.794000', '094517.797000', '094517.837000', '094517.839000', '094517.842000', '094517.845000', '094517.847000', '094517.850000', '094517.852000', '094517.855000', '094517.858000', '094517.860000', '094517.863000', '094517.865000', '094517.868000', '094517.871000', '094517.873000', '094517.886000', '094517.888000', '094517.891000', '094517.894000', '094517.896000', '094517.899000', '094517.901000', '094517.904000', '094517.907000', '094517.909000', '094517.912000', '094517.915000', '094517.917000', '094517.933000', '094517.936000', '094517.938000', '094517.941000', '094517.944000', '094537.774000', '094537.776000', '094537.779000', '094537.782000', '094537.784000', '094537.787000', '094537.789000', '094537.792000', '094537.794000', '094537.797000', '094537.800000', '094537.802000', '094537.805000', '094537.807000', '094537.810000', '094537.812000', '094537.815000', '094537.818000', '094537.820000', '094537.823000', '094537.825000', '094537.828000', '094537.830000', '094537.833000', '094537.836000', '094537.838000', '094537.841000', '094537.843000', '094537.846000', '094537.849000', '094537.851000', '094537.854000', '094537.856000', '094537.859000', '094537.862000', '094537.864000', '094537.867000', '094537.869000', '094537.872000', '094537.874000', '094537.877000', '094537.880000', '094537.882000', '094537.885000', '094557.774000', '094557.776000', '094557.779000', '094557.781000', '094557.784000', '094557.787000', '094557.789000', '094557.792000', '094557.794000', '094557.797000', '094557.800000', '094557.802000', '094557.805000', '094557.807000', '094557.810000', '094557.812000', '094557.815000', '094557.818000', '094557.820000', '094557.823000', '094557.825000', '094557.828000', '094557.831000', '094557.833000', '094557.836000', '094557.838000', '094557.841000', '094557.843000', '094557.846000', '094557.849000', '094557.851000', '094557.855000', '094557.858000', '094557.860000', '094557.863000', '094557.865000', '094557.868000', '094557.871000', '094557.873000', '094557.876000', '094557.879000', '094557.881000', '094557.884000', '094617.773000', '094617.775000', '094617.778000', '094617.781000', '094617.783000', '094617.786000', '094617.788000', '094617.791000', '094617.793000', '094617.796000', '094617.799000', '094617.883000', '094617.885000', '094617.888000', '094617.891000', '094617.893000', '094617.896000', '094617.898000', '094617.901000', '094617.903000', '094617.906000', '094617.909000', '094617.911000', '094617.914000', '094617.916000', '094617.919000', '094617.921000', '094617.924000', '094617.927000', '094617.929000', '094617.932000', '094617.934000', '094617.937000', '094617.939000', '094617.942000', '094617.945000', '094617.947000', '094617.950000', '094617.952000', '094617.955000', '094617.957000', '094617.960000', '094617.963000', '094617.965000', '094637.773000', '094637.776000', '094637.778000', '094637.781000', '094637.784000', '094637.786000', '094637.789000', '094637.792000', '094637.794000', '094637.797000', '094637.843000', '094637.846000', '094637.848000', '094637.851000', '094637.853000', '094637.856000', '094637.859000', '094637.861000', '094637.864000', '094637.866000', '094637.869000', '094637.872000', '094637.874000', '094637.881000', '094637.883000', '094637.886000', '094637.888000', '094637.891000', '094637.894000', '094637.896000', '094637.899000', '094637.901000', '094637.904000', '094637.906000', '094637.909000', '094637.912000', '094637.914000', '094637.917000', '094637.920000', '094637.922000', '094637.925000', '094637.927000', '094637.930000', '094657.773000', '094657.775000', '094657.778000', '094657.781000', '094657.783000', '094657.786000', '094657.788000', '094657.791000', '094657.794000', '094657.796000', '094657.799000', '094657.856000', '094657.859000', '094657.861000', '094657.864000', '094657.866000', '094657.869000', '094657.871000', '094657.874000', '094657.877000', '094657.879000', '094657.882000', '094657.884000', '094657.887000', '094657.889000', '094657.892000', '094657.895000', '094657.897000', '094657.900000', '094657.902000', '094657.905000', '094657.907000', '094657.910000', '094657.913000', '094657.915000', '094657.918000', '094657.921000', '094657.923000', '094657.926000', '094657.928000', '094657.931000', '094657.933000', '094657.936000', '094657.939000', '094717.773000', '094717.775000', '094717.778000', '094717.781000', '094717.783000', '094717.786000', '094717.788000', '094717.791000', '094717.794000', '094717.796000', '094717.799000', '094717.865000', '094717.867000', '094717.870000', '094717.873000', '094717.875000', '094717.878000', '094717.882000', '094717.884000', '094717.887000', '094717.889000', '094717.892000', '094717.895000', '094717.898000', '094717.900000', '094717.903000', '094717.906000', '094717.908000', '094717.911000', '094717.913000', '094717.916000', '094717.919000', '094717.921000', '094717.924000', '094717.926000', '094717.929000', '094717.932000', '094717.934000', '094717.937000', '094717.940000', '094717.942000', '094717.945000', '094717.948000', '094737.774000', '094737.777000', '094737.779000', '094737.782000', '094737.784000', '094737.787000', '094737.789000', '094737.792000', '094737.795000', '094737.797000', '094737.859000', '094737.862000', '094737.864000', '094737.867000', '094737.870000', '094737.872000', '094737.875000', '094737.877000', '094737.880000', '094737.882000', '094737.885000', '094737.888000', '094737.890000', '094737.893000', '094737.895000', '094737.898000', '094737.900000', '094737.903000', '094737.906000', '094737.908000', '094737.911000', '094737.913000', '094737.916000', '094737.918000', '094737.921000', '094737.924000', '094737.926000', '094737.929000', '094737.931000', '094737.934000', '094737.936000', '094737.939000', '094737.942000', '094737.944000', '094749.119000', '094749.122000', '094749.125000', '094749.128000', '094749.131000', '094749.134000', '094749.137000', '094749.143000', '094749.146000', '094749.149000', '094749.152000', '094749.154000', '094749.157000', '094749.160000', '094749.162000', '094749.165000', '094749.168000', '094749.170000', '094749.173000', '094749.176000', '094749.178000', '094749.181000', '094749.184000', '094749.187000', '094749.189000'], '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': [8720, 6575, 6902, 10192, 6487, 11736, 6349, 7421, 6194, 6413, 6970, 6317, 7163, 6218, 6487, 6435, 6262, 6331, 6311, 6117, 6251, 6159, 6051, 6289, 6082, 6298, 6658, 6386, 6469, 6184, 6115, 6443, 6588, 6632, 6601, 6425, 6352, 6329, 7000, 6271, 6615, 6210, 6520, 8208, 6341, 7957, 6396, 7009, 6146, 6505, 11242, 6487, 6731, 6318, 6120, 6000, 6170, 6073, 6355, 6125, 6340, 6262, 6248, 6970, 6299, 6159, 6358, 6244, 6308, 6356, 6516, 6329, 6160, 6413, 6156, 6270, 6149, 6569, 6283, 6132, 6460, 6222, 6428, 6179, 6161, 6359, 6111, 6304, 6180, 6423, 7111, 6306, 6606, 6074, 6511, 6134, 6238, 6425, 6262, 7712, 6162, 6967, 6189, 6345, 6191, 6325, 6107, 6336, 7115, 6130, 6868, 6453, 6321, 6224, 6383, 6100, 6217, 6103, 6168, 6409, 6269, 6260, 6449, 6492, 6278, 6325, 6270, 6339, 6187, 6446, 6262, 6156, 6075, 6624, 6254, 6641, 6271, 6242, 6321, 6613, 6356, 7391, 6524, 6844, 6355, 7034, 6313, 6844, 6448, 6554, 6466, 6543, 6343, 6346, 6166, 6368, 7045, 6213, 6158, 6212, 6683, 6509, 6370, 6296, 6424, 6055, 6395, 6298, 6392, 6289, 6326, 6104, 6503, 6356, 6466, 6136, 6399, 6275, 6431, 6302, 6437, 8174, 6523, 10112, 6233, 7722, 6376, 7010, 6332, 6456, 6244, 6629, 6017, 6690, 6190, 6796, 6199, 6819, 9844, 6363, 8008, 6135, 6948, 6356, 6741, 6350, 6640, 6386, 6752, 6118, 6571, 6669, 6204, 6103, 6252, 6311, 6201, 6558, 6151, 6612, 6095, 6715, 6513, 6557, 6277, 6252, 6666, 6045, 6365, 6346, 6492, 6397, 6636, 6206, 6749, 6216, 6553, 6095, 6767, 6945, 6353, 6318, 6491, 6367, 6282, 6612, 6411, 6892, 6393, 6805, 6357, 6685, 6053, 6851, 6715, 6893, 6261, 6857, 7312, 6657, 6707, 6337, 6867, 5998, 6789, 6079, 6309, 6274, 6575, 6552, 6325, 6554, 8918, 6308, 6557, 10073, 6446, 6869, 6302, 6490, 6341, 6518, 9904, 6170, 7254, 6566, 6578, 6298, 6732, 9487, 6567, 6895, 6606, 6518, 6432, 6513, 6452, 6371, 6876, 6559, 6664, 6759, 6725, 6653, 6389, 6821, 6594, 6963, 6737, 7015, 6224, 6753, 6066, 6702, 6196, 6701, 6260, 6688, 6273, 6634, 6300, 6820, 6130, 6731, 6283, 6458, 6334, 6748, 6170, 6872, 6599, 6774, 6247, 6734, 6310, 6583, 6179, 6686, 6278, 6707, 6347, 6680, 6481, 6733, 6384, 6727, 6254, 6873, 8090, 7204, 6299, 6715, 8796, 6826, 9806, 6755, 7354, 6685, 8307, 6624, 7996, 6380, 6828, 6360, 6392, 6518, 6506, 6455, 6566, 6529, 6482, 6321, 6535, 6189, 6712, 6170, 6731, 6250, 6811, 6923, 6484, 6516, 6744, 6639, 6448, 6389, 6242, 6412, 6194, 6637, 6358, 6496, 6673, 6550, 6143, 6614, 6182, 6742, 6346, 6804, 10623, 6429, 7222, 6590, 6770, 6349, 6526, 6432, 6756, 6540, 6526, 6356, 6533, 6571, 6723, 6387, 6809, 6585, 6683, 6468, 6618, 6124, 6737, 6552, 6776, 6171, 6748, 6501, 6515, 6181, 6596, 6396, 6581, 6355, 6507, 7688, 6524, 6553, 6429, 6366, 6264, 6337, 6142, 6437, 6106, 6581, 6690, 6483, 6530, 6413, 6430, 6557, 6296, 6593, 6267, 6606, 6307, 6548, 6343, 6653, 6215, 6652, 6462, 6683, 6296, 6462, 6315, 6628, 6598, 6696, 6397, 6841, 7717, 6527, 6142, 6723, 6242, 6679, 8993, 6528, 8206, 6118, 6586, 6238, 6554, 6478, 6507, 6479, 6629, 6201, 6845, 6424, 6586, 6261, 6731, 6254, 6487, 6290, 6495, 6358, 6527, 6506, 6219, 6742, 6379, 6589, 6445, 6631, 6591, 6598, 6505, 6746, 6240, 6766, 6628, 6761, 6913, 6711, 6286, 6794, 6446, 6726, 8024, 6416, 6562, 6334, 6701, 6510, 6647, 6385, 6634, 6108, 6954, 6462, 6919, 6322, 6754, 6388, 6871, 6455, 6712, 6245, 6691, 6246, 6600, 6109, 6819, 6240, 6816, 6578, 6561, 6160, 6658, 6228, 6951, 6256, 6793, 6187, 6799, 6372, 6702, 9389, 6245, 6449, 6532, 6315, 6491, 6253, 6533, 6311, 6453, 6139, 6862, 6197, 6649, 6561, 6343, 7007, 6510, 6551, 6223, 6705, 6204, 6713, 6526, 6808, 6282, 6859, 6224, 6881, 6061, 6876, 6375, 6919, 9616, 6438, 7247, 6588, 6779, 6426, 6822, 6369, 6986, 6285, 7046, 6333, 6813, 6451, 6795, 7552, 6882, 6524, 6711, 6320, 6842, 6473, 6339, 6293, 6433, 6391, 6511, 6229, 6310, 6066, 6663, 6191, 6685, 6498, 6821, 9607, 6487, 7788, 6552, 7305, 6356, 6963, 6332, 6723, 6311, 6935, 6688, 6616, 6213, 6628, 6220, 6773, 6165, 6828, 6501, 6865, 6133, 6808, 6124, 6919, 6375, 7098, 6104, 6716, 6196, 6699, 6339, 7007, 6239, 6951, 6209, 7008, 6336, 6963, 6286, 6981, 6297, 7036, 6337, 6851, 6809, 6891, 6232, 6771, 9237, 6695, 7961, 6535, 6832, 6378, 6564, 6189, 6726, 6506, 6774, 6385, 6992, 6325, 6759, 6463, 6825, 6513, 6757, 6496, 6786, 6726, 6661, 6295, 6875, 6111, 6994, 6246, 6756, 6266, 6958, 7395, 6489, 6929, 6592, 6767, 6325, 6972, 6555, 6860, 6146, 7056, 9346, 6518, 6443, 6625, 6452, 6673, 7136, 6536, 6981, 6200, 6350, 6509, 6292, 6616, 6652, 6562, 7131, 6312, 7232, 6620, 7707, 6565, 8782, 6601, 6872, 6782, 6974, 6493, 6675, 6385, 6832, 6298, 6783, 6282, 6980, 6342, 6912, 6171, 6863, 6290, 6820, 6095, 6884, 6397, 7063, 7099, 7026, 8065, 6602, 6578, 6733, 6551, 6652, 6627, 6515, 6706, 6506, 6849, 6447, 6778, 6631, 6799, 6028, 6904, 6300, 6887, 6271, 6682, 6526, 6494, 6279, 6561, 6459, 6620, 7057, 6247, 6999, 6422, 6570, 6627, 6754, 6388, 6574, 6340, 7127, 6245, 6901, 6555, 6854, 6399, 6702, 6250, 6931, 6318, 7003, 6317, 7132, 11099, 6489, 7462, 6563, 6648, 6421, 6792, 6190, 6988, 6188, 6615, 6221, 6730, 6245, 6722, 6123, 6611, 6488, 6734, 6430, 6890, 6042, 6891, 6524, 6726, 6527, 6775, 6352, 6731, 6986, 6475, 6779, 6579, 7165, 6564, 7073, 6485, 7261, 6496, 6742, 6522, 6646, 6881, 6939, 6889, 6920, 6274, 7140, 6368, 7009, 6209, 6978, 6229, 6930, 6369], 'WindowCenter': [3900.0, 3852.0, 3850.0, 3877.0, 3823.0, 3883.0, 3809.0, 3827.0, 3807.0, 3809.0, 3817.0, 3806.0, 3817.0, 3796.0, 3805.0, 3804.0, 3806.0, 3803.0, 3806.0, 3795.0, 3806.0, 3806.0, 3806.0, 3818.0, 3809.0, 3820.0, 3818.0, 3822.0, 3821.0, 3823.0, 3821.0, 3833.0, 3833.0, 3835.0, 3834.0, 3834.0, 3833.0, 3835.0, 3833.0, 3834.0, 3833.0, 3822.0, 3822.0, 3852.0, 3822.0, 3840.0, 3821.0, 3833.0, 3809.0, 3821.0, 3872.0, 3820.0, 3819.0, 3821.0, 3808.0, 3810.0, 3809.0, 3811.0, 3821.0, 3808.0, 3820.0, 3819.0, 3822.0, 3830.0, 3820.0, 3809.0, 3820.0, 3821.0, 3818.0, 3821.0, 3819.0, 3821.0, 3820.0, 3820.0, 3821.0, 3819.0, 3821.0, 3816.0, 3821.0, 3811.0, 3821.0, 3810.0, 3821.0, 3821.0, 3821.0, 3828.0, 3823.0, 3823.0, 3823.0, 3833.0, 3833.0, 3822.0, 3820.0, 3810.0, 3821.0, 3810.0, 3817.0, 3820.0, 3821.0, 3840.0, 3809.0, 3830.0, 3810.0, 3819.0, 3821.0, 3821.0, 3810.0, 3821.0, 3830.0, 3810.0, 3820.0, 3822.0, 3820.0, 3810.0, 3821.0, 3809.0, 3810.0, 3809.0, 3809.0, 3821.0, 3822.0, 3821.0, 3821.0, 3821.0, 3821.0, 3820.0, 3821.0, 3821.0, 3811.0, 3822.0, 3822.0, 3825.0, 3822.0, 3845.0, 3836.0, 3830.0, 3834.0, 3834.0, 3835.0, 3835.0, 3836.0, 3857.0, 3837.0, 3834.0, 3835.0, 3844.0, 3830.0, 3832.0, 3824.0, 3823.0, 3823.0, 3820.0, 3822.0, 3821.0, 3811.0, 3822.0, 3831.0, 3811.0, 3810.0, 3810.0, 3819.0, 3821.0, 3819.0, 3822.0, 3821.0, 3823.0, 3820.0, 3823.0, 3822.0, 3822.0, 3823.0, 3822.0, 3824.0, 3823.0, 3823.0, 3822.0, 3822.0, 3824.0, 3823.0, 3822.0, 3834.0, 3853.0, 3822.0, 3874.0, 3823.0, 3842.0, 3823.0, 3832.0, 3822.0, 3820.0, 3822.0, 3831.0, 3811.0, 3833.0, 3810.0, 3832.0, 3810.0, 3831.0, 3861.0, 3818.0, 3839.0, 3809.0, 3820.0, 3808.0, 3819.0, 3808.0, 3815.0, 3820.0, 3820.0, 3809.0, 3820.0, 3818.0, 3810.0, 3809.0, 3821.0, 3819.0, 3810.0, 3818.0, 3811.0, 3820.0, 3807.0, 3821.0, 3820.0, 3821.0, 3819.0, 3821.0, 3821.0, 3822.0, 3821.0, 3822.0, 3820.0, 3821.0, 3831.0, 3811.0, 3820.0, 3820.0, 3834.0, 3822.0, 3832.0, 3831.0, 3822.0, 3820.0, 3821.0, 3820.0, 3821.0, 3821.0, 3822.0, 3831.0, 3821.0, 3821.0, 3821.0, 3820.0, 3809.0, 3821.0, 3820.0, 3830.0, 3808.0, 3820.0, 3828.0, 3819.0, 3818.0, 3820.0, 3819.0, 3824.0, 3821.0, 3822.0, 3820.0, 3821.0, 3820.0, 3820.0, 3819.0, 3821.0, 3852.0, 3820.0, 3821.0, 3860.0, 3820.0, 3818.0, 3819.0, 3818.0, 3806.0, 3806.0, 3846.0, 3795.0, 3817.0, 3804.0, 3805.0, 3805.0, 3817.0, 3846.0, 3806.0, 3815.0, 3804.0, 3792.0, 3806.0, 3805.0, 3806.0, 3806.0, 3817.0, 3807.0, 3817.0, 3817.0, 3818.0, 3817.0, 3820.0, 3819.0, 3819.0, 3830.0, 3831.0, 3832.0, 3810.0, 3832.0, 3822.0, 3831.0, 3821.0, 3831.0, 3822.0, 3833.0, 3823.0, 3833.0, 3833.0, 3834.0, 3824.0, 3833.0, 3834.0, 3833.0, 3834.0, 3833.0, 3824.0, 3834.0, 3834.0, 3834.0, 3821.0, 3833.0, 3821.0, 3833.0, 3822.0, 3833.0, 3822.0, 3833.0, 3821.0, 3833.0, 3833.0, 3833.0, 3823.0, 3834.0, 3821.0, 3835.0, 3856.0, 3844.0, 3821.0, 3832.0, 3851.0, 3834.0, 3874.0, 3820.0, 3829.0, 3820.0, 3839.0, 3820.0, 3841.0, 3820.0, 3819.0, 3820.0, 3818.0, 3819.0, 3818.0, 3820.0, 3818.0, 3818.0, 3819.0, 3819.0, 3820.0, 3809.0, 3830.0, 3809.0, 3820.0, 3820.0, 3821.0, 3832.0, 3823.0, 3821.0, 3821.0, 3819.0, 3819.0, 3819.0, 3821.0, 3809.0, 3810.0, 3819.0, 3809.0, 3808.0, 3818.0, 3820.0, 3809.0, 3820.0, 3804.0, 3820.0, 3808.0, 3820.0, 3870.0, 3819.0, 3828.0, 3820.0, 3817.0, 3819.0, 3807.0, 3820.0, 3818.0, 3819.0, 3808.0, 3820.0, 3819.0, 3819.0, 3820.0, 3821.0, 3821.0, 3831.0, 3830.0, 3821.0, 3830.0, 3822.0, 3833.0, 3821.0, 3832.0, 3811.0, 3832.0, 3821.0, 3821.0, 3811.0, 3833.0, 3821.0, 3829.0, 3822.0, 3823.0, 3843.0, 3823.0, 3822.0, 3822.0, 3820.0, 3822.0, 3821.0, 3811.0, 3821.0, 3811.0, 3820.0, 3832.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3822.0, 3820.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3820.0, 3805.0, 3832.0, 3822.0, 3832.0, 3821.0, 3823.0, 3822.0, 3829.0, 3832.0, 3833.0, 3822.0, 3833.0, 3845.0, 3833.0, 3822.0, 3833.0, 3822.0, 3833.0, 3863.0, 3822.0, 3853.0, 3822.0, 3821.0, 3822.0, 3820.0, 3821.0, 3821.0, 3821.0, 3833.0, 3822.0, 3832.0, 3821.0, 3832.0, 3820.0, 3821.0, 3822.0, 3821.0, 3820.0, 3821.0, 3821.0, 3820.0, 3819.0, 3811.0, 3820.0, 3821.0, 3820.0, 3821.0, 3821.0, 3827.0, 3822.0, 3822.0, 3821.0, 3822.0, 3832.0, 3832.0, 3822.0, 3832.0, 3820.0, 3820.0, 3820.0, 3819.0, 3820.0, 3839.0, 3808.0, 3819.0, 3819.0, 3818.0, 3820.0, 3818.0, 3819.0, 3819.0, 3809.0, 3831.0, 3821.0, 3831.0, 3821.0, 3831.0, 3817.0, 3832.0, 3822.0, 3831.0, 3822.0, 3820.0, 3821.0, 3821.0, 3811.0, 3833.0, 3821.0, 3831.0, 3832.0, 3821.0, 3810.0, 3820.0, 3809.0, 3830.0, 3820.0, 3819.0, 3809.0, 3821.0, 3819.0, 3821.0, 3850.0, 3819.0, 3819.0, 3820.0, 3819.0, 3820.0, 3820.0, 3822.0, 3821.0, 3822.0, 3821.0, 3832.0, 3809.0, 3820.0, 3819.0, 3822.0, 3831.0, 3822.0, 3821.0, 3810.0, 3820.0, 3811.0, 3832.0, 3824.0, 3830.0, 3822.0, 3833.0, 3810.0, 3833.0, 3810.0, 3822.0, 3821.0, 3832.0, 3861.0, 3820.0, 3829.0, 3820.0, 3821.0, 3821.0, 3820.0, 3819.0, 3830.0, 3820.0, 3832.0, 3821.0, 3832.0, 3820.0, 3834.0, 3860.0, 3833.0, 3808.0, 3832.0, 3820.0, 3821.0, 3820.0, 3822.0, 3821.0, 3822.0, 3820.0, 3821.0, 3821.0, 3821.0, 3822.0, 3834.0, 3822.0, 3833.0, 3822.0, 3832.0, 3862.0, 3822.0, 3841.0, 3822.0, 3830.0, 3820.0, 3817.0, 3818.0, 3819.0, 3809.0, 3831.0, 3819.0, 3820.0, 3807.0, 3820.0, 3809.0, 3819.0, 3809.0, 3820.0, 3808.0, 3820.0, 3808.0, 3822.0, 3809.0, 3830.0, 3820.0, 3831.0, 3809.0, 3821.0, 3809.0, 3819.0, 3820.0, 3832.0, 3809.0, 3830.0, 3808.0, 3832.0, 3822.0, 3830.0, 3821.0, 3833.0, 3820.0, 3832.0, 3820.0, 3833.0, 3823.0, 3832.0, 3809.0, 3820.0, 3851.0, 3820.0, 3839.0, 3820.0, 3818.0, 3820.0, 3819.0, 3809.0, 3819.0, 3821.0, 3822.0, 3821.0, 3830.0, 3822.0, 3832.0, 3821.0, 3831.0, 3822.0, 3831.0, 3822.0, 3820.0, 3821.0, 3832.0, 3820.0, 3831.0, 3809.0, 3831.0, 3820.0, 3821.0, 3821.0, 3831.0, 3830.0, 3821.0, 3832.0, 3833.0, 3820.0, 3820.0, 3830.0, 3820.0, 3819.0, 3809.0, 3831.0, 3861.0, 3819.0, 3808.0, 3820.0, 3818.0, 3819.0, 3831.0, 3822.0, 3830.0, 3821.0, 3822.0, 3833.0, 3822.0, 3834.0, 3831.0, 3835.0, 3843.0, 3824.0, 3843.0, 3832.0, 3842.0, 3822.0, 3852.0, 3820.0, 3820.0, 3821.0, 3831.0, 3820.0, 3820.0, 3819.0, 3819.0, 3820.0, 3820.0, 3820.0, 3831.0, 3818.0, 3830.0, 3809.0, 3816.0, 3820.0, 3821.0, 3810.0, 3830.0, 3820.0, 3831.0, 3830.0, 3831.0, 3840.0, 3820.0, 3819.0, 3820.0, 3807.0, 3818.0, 3818.0, 3818.0, 3819.0, 3820.0, 3818.0, 3820.0, 3820.0, 3819.0, 3819.0, 3810.0, 3830.0, 3819.0, 3830.0, 3819.0, 3821.0, 3819.0, 3820.0, 3820.0, 3832.0, 3816.0, 3832.0, 3832.0, 3821.0, 3830.0, 3822.0, 3830.0, 3832.0, 3831.0, 3821.0, 3831.0, 3822.0, 3831.0, 3823.0, 3831.0, 3822.0, 3831.0, 3821.0, 3833.0, 3821.0, 3831.0, 3821.0, 3832.0, 3819.0, 3830.0, 3872.0, 3819.0, 3830.0, 3819.0, 3819.0, 3808.0, 3818.0, 3803.0, 3830.0, 3808.0, 3821.0, 3809.0, 3832.0, 3819.0, 3832.0, 3810.0, 3833.0, 3821.0, 3833.0, 3822.0, 3844.0, 3821.0, 3831.0, 3821.0, 3832.0, 3823.0, 3834.0, 3822.0, 3833.0, 3831.0, 3824.0, 3831.0, 3832.0, 3832.0, 3832.0, 3830.0, 3820.0, 3830.0, 3822.0, 3819.0, 3821.0, 3818.0, 3830.0, 3829.0, 3818.0, 3819.0, 3808.0, 3829.0, 3807.0, 3829.0, 3807.0, 3829.0, 3809.0, 3829.0, 3818.0], 'WindowWidth': [8761.0, 8682.0, 8671.0, 8699.0, 8623.0, 8699.0, 8598.0, 8618.0, 8592.0, 8595.0, 8602.0, 8587.0, 8602.0, 8575.0, 8584.0, 8582.0, 8587.0, 8581.0, 8587.0, 8573.0, 8587.0, 8589.0, 8589.0, 8607.0, 8596.0, 8614.0, 8609.0, 8617.0, 8615.0, 8622.0, 8618.0, 8636.0, 8634.0, 8639.0, 8638.0, 8638.0, 8636.0, 8641.0, 8637.0, 8637.0, 8635.0, 8618.0, 8619.0, 8657.0, 8618.0, 8641.0, 8616.0, 8633.0, 8598.0, 8617.0, 8684.0, 8612.0, 8609.0, 8615.0, 8596.0, 8600.0, 8597.0, 8603.0, 8614.0, 8595.0, 8612.0, 8611.0, 8617.0, 8626.0, 8615.0, 8599.0, 8612.0, 8616.0, 8609.0, 8616.0, 8611.0, 8615.0, 8613.0, 8614.0, 8617.0, 8611.0, 8616.0, 8606.0, 8616.0, 8602.0, 8616.0, 8600.0, 8618.0, 8617.0, 8617.0, 8625.0, 8621.0, 8622.0, 8621.0, 8635.0, 8634.0, 8618.0, 8614.0, 8600.0, 8616.0, 8600.0, 8609.0, 8614.0, 8617.0, 8638.0, 8598.0, 8624.0, 8600.0, 8610.0, 8617.0, 8616.0, 8601.0, 8617.0, 8627.0, 8601.0, 8613.0, 8617.0, 8613.0, 8600.0, 8615.0, 8597.0, 8601.0, 8598.0, 8599.0, 8614.0, 8618.0, 8615.0, 8615.0, 8615.0, 8615.0, 8613.0, 8618.0, 8616.0, 8604.0, 8619.0, 8619.0, 8629.0, 8624.0, 8657.0, 8645.0, 8632.0, 8640.0, 8638.0, 8642.0, 8642.0, 8645.0, 8673.0, 8646.0, 8640.0, 8642.0, 8651.0, 8632.0, 8633.0, 8625.0, 8620.0, 8620.0, 8615.0, 8618.0, 8617.0, 8601.0, 8618.0, 8629.0, 8601.0, 8601.0, 8601.0, 8611.0, 8615.0, 8610.0, 8619.0, 8615.0, 8621.0, 8615.0, 8621.0, 8621.0, 8619.0, 8620.0, 8619.0, 8625.0, 8622.0, 8622.0, 8619.0, 8620.0, 8625.0, 8622.0, 8619.0, 8637.0, 8662.0, 8619.0, 8689.0, 8621.0, 8644.0, 8620.0, 8630.0, 8618.0, 8613.0, 8617.0, 8629.0, 8601.0, 8633.0, 8600.0, 8630.0, 8599.0, 8629.0, 8667.0, 8609.0, 8635.0, 8596.0, 8612.0, 8594.0, 8608.0, 8594.0, 8603.0, 8611.0, 8613.0, 8595.0, 8612.0, 8609.0, 8599.0, 8597.0, 8615.0, 8612.0, 8600.0, 8609.0, 8601.0, 8611.0, 8593.0, 8615.0, 8612.0, 8616.0, 8611.0, 8616.0, 8615.0, 8618.0, 8616.0, 8619.0, 8615.0, 8617.0, 8629.0, 8604.0, 8613.0, 8615.0, 8637.0, 8619.0, 8631.0, 8627.0, 8617.0, 8613.0, 8616.0, 8612.0, 8616.0, 8614.0, 8618.0, 8628.0, 8616.0, 8615.0, 8614.0, 8612.0, 8596.0, 8613.0, 8613.0, 8625.0, 8592.0, 8611.0, 8620.0, 8610.0, 8608.0, 8612.0, 8611.0, 8628.0, 8617.0, 8621.0, 8614.0, 8616.0, 8612.0, 8612.0, 8610.0, 8616.0, 8658.0, 8613.0, 8615.0, 8665.0, 8614.0, 8609.0, 8611.0, 8609.0, 8589.0, 8588.0, 8639.0, 8573.0, 8601.0, 8583.0, 8584.0, 8584.0, 8603.0, 8641.0, 8585.0, 8595.0, 8581.0, 8563.0, 8585.0, 8582.0, 8587.0, 8586.0, 8603.0, 8590.0, 8606.0, 8604.0, 8608.0, 8604.0, 8612.0, 8609.0, 8609.0, 8626.0, 8631.0, 8630.0, 8601.0, 8632.0, 8619.0, 8630.0, 8617.0, 8630.0, 8619.0, 8635.0, 8622.0, 8635.0, 8637.0, 8639.0, 8626.0, 8635.0, 8639.0, 8637.0, 8638.0, 8636.0, 8625.0, 8637.0, 8637.0, 8637.0, 8619.0, 8635.0, 8618.0, 8634.0, 8619.0, 8635.0, 8620.0, 8635.0, 8618.0, 8636.0, 8637.0, 8635.0, 8622.0, 8638.0, 8619.0, 8641.0, 8671.0, 8650.0, 8618.0, 8632.0, 8655.0, 8636.0, 8690.0, 8614.0, 8623.0, 8612.0, 8636.0, 8612.0, 8644.0, 8613.0, 8611.0, 8613.0, 8607.0, 8609.0, 8607.0, 8613.0, 8608.0, 8609.0, 8611.0, 8611.0, 8614.0, 8598.0, 8626.0, 8598.0, 8613.0, 8614.0, 8615.0, 8633.0, 8622.0, 8615.0, 8616.0, 8610.0, 8611.0, 8611.0, 8615.0, 8596.0, 8600.0, 8611.0, 8598.0, 8594.0, 8608.0, 8614.0, 8598.0, 8612.0, 8586.0, 8612.0, 8595.0, 8612.0, 8681.0, 8610.0, 8620.0, 8612.0, 8605.0, 8610.0, 8590.0, 8612.0, 8608.0, 8611.0, 8595.0, 8613.0, 8611.0, 8610.0, 8614.0, 8616.0, 8615.0, 8630.0, 8629.0, 8618.0, 8628.0, 8619.0, 8634.0, 8617.0, 8631.0, 8604.0, 8632.0, 8616.0, 8618.0, 8603.0, 8634.0, 8616.0, 8627.0, 8619.0, 8621.0, 8646.0, 8620.0, 8618.0, 8619.0, 8615.0, 8618.0, 8615.0, 8604.0, 8615.0, 8603.0, 8612.0, 8632.0, 8615.0, 8615.0, 8614.0, 8616.0, 8618.0, 8617.0, 8613.0, 8615.0, 8615.0, 8615.0, 8616.0, 8617.0, 8614.0, 8591.0, 8631.0, 8618.0, 8632.0, 8618.0, 8622.0, 8619.0, 8627.0, 8633.0, 8635.0, 8619.0, 8635.0, 8653.0, 8635.0, 8620.0, 8635.0, 8620.0, 8635.0, 8674.0, 8619.0, 8660.0, 8620.0, 8615.0, 8620.0, 8613.0, 8617.0, 8617.0, 8617.0, 8635.0, 8618.0, 8631.0, 8616.0, 8631.0, 8613.0, 8616.0, 8620.0, 8616.0, 8614.0, 8616.0, 8614.0, 8614.0, 8610.0, 8602.0, 8614.0, 8615.0, 8612.0, 8617.0, 8615.0, 8623.0, 8618.0, 8619.0, 8615.0, 8618.0, 8631.0, 8631.0, 8617.0, 8630.0, 8611.0, 8613.0, 8612.0, 8610.0, 8612.0, 8636.0, 8595.0, 8609.0, 8610.0, 8607.0, 8612.0, 8608.0, 8611.0, 8611.0, 8598.0, 8628.0, 8615.0, 8630.0, 8617.0, 8629.0, 8609.0, 8633.0, 8620.0, 8630.0, 8618.0, 8614.0, 8617.0, 8615.0, 8603.0, 8634.0, 8617.0, 8630.0, 8630.0, 8616.0, 8600.0, 8613.0, 8597.0, 8627.0, 8613.0, 8612.0, 8597.0, 8615.0, 8610.0, 8615.0, 8653.0, 8611.0, 8611.0, 8614.0, 8612.0, 8613.0, 8613.0, 8619.0, 8618.0, 8618.0, 8617.0, 8632.0, 8597.0, 8613.0, 8610.0, 8618.0, 8627.0, 8619.0, 8615.0, 8601.0, 8614.0, 8602.0, 8631.0, 8623.0, 8629.0, 8619.0, 8633.0, 8602.0, 8633.0, 8599.0, 8617.0, 8615.0, 8631.0, 8668.0, 8612.0, 8624.0, 8614.0, 8614.0, 8614.0, 8611.0, 8611.0, 8626.0, 8614.0, 8631.0, 8617.0, 8631.0, 8614.0, 8637.0, 8683.0, 8635.0, 8594.0, 8630.0, 8613.0, 8616.0, 8614.0, 8617.0, 8617.0, 8620.0, 8615.0, 8619.0, 8618.0, 8619.0, 8619.0, 8637.0, 8620.0, 8635.0, 8619.0, 8632.0, 8672.0, 8619.0, 8641.0, 8617.0, 8626.0, 8613.0, 8604.0, 8606.0, 8608.0, 8597.0, 8629.0, 8611.0, 8611.0, 8592.0, 8610.0, 8596.0, 8610.0, 8598.0, 8612.0, 8593.0, 8613.0, 8595.0, 8616.0, 8596.0, 8625.0, 8611.0, 8628.0, 8597.0, 8614.0, 8597.0, 8610.0, 8613.0, 8630.0, 8597.0, 8626.0, 8596.0, 8632.0, 8618.0, 8629.0, 8617.0, 8633.0, 8615.0, 8633.0, 8613.0, 8633.0, 8620.0, 8631.0, 8598.0, 8613.0, 8654.0, 8611.0, 8635.0, 8612.0, 8607.0, 8614.0, 8610.0, 8598.0, 8611.0, 8616.0, 8617.0, 8616.0, 8628.0, 8620.0, 8631.0, 8618.0, 8629.0, 8619.0, 8630.0, 8618.0, 8613.0, 8616.0, 8632.0, 8613.0, 8628.0, 8597.0, 8627.0, 8612.0, 8617.0, 8615.0, 8629.0, 8628.0, 8617.0, 8631.0, 8633.0, 8612.0, 8613.0, 8625.0, 8614.0, 8612.0, 8596.0, 8627.0, 8667.0, 8610.0, 8594.0, 8612.0, 8607.0, 8611.0, 8629.0, 8618.0, 8627.0, 8619.0, 8619.0, 8635.0, 8622.0, 8640.0, 8632.0, 8641.0, 8650.0, 8624.0, 8649.0, 8634.0, 8645.0, 8617.0, 8658.0, 8615.0, 8612.0, 8616.0, 8628.0, 8613.0, 8613.0, 8610.0, 8611.0, 8612.0, 8613.0, 8612.0, 8627.0, 8608.0, 8626.0, 8597.0, 8605.0, 8614.0, 8615.0, 8599.0, 8627.0, 8613.0, 8629.0, 8625.0, 8629.0, 8639.0, 8612.0, 8609.0, 8613.0, 8592.0, 8608.0, 8608.0, 8608.0, 8608.0, 8611.0, 8608.0, 8613.0, 8611.0, 8610.0, 8611.0, 8598.0, 8625.0, 8609.0, 8627.0, 8610.0, 8615.0, 8612.0, 8613.0, 8613.0, 8632.0, 8607.0, 8632.0, 8630.0, 8615.0, 8627.0, 8619.0, 8627.0, 8632.0, 8630.0, 8617.0, 8630.0, 8619.0, 8629.0, 8622.0, 8630.0, 8619.0, 8630.0, 8617.0, 8634.0, 8616.0, 8628.0, 8614.0, 8630.0, 8610.0, 8627.0, 8683.0, 8611.0, 8626.0, 8610.0, 8608.0, 8594.0, 8608.0, 8585.0, 8625.0, 8595.0, 8613.0, 8597.0, 8631.0, 8611.0, 8632.0, 8601.0, 8636.0, 8617.0, 8635.0, 8621.0, 8651.0, 8618.0, 8632.0, 8618.0, 8634.0, 8621.0, 8638.0, 8619.0, 8635.0, 8632.0, 8624.0, 8630.0, 8634.0, 8633.0, 8632.0, 8627.0, 8615.0, 8627.0, 8617.0, 8609.0, 8615.0, 8609.0, 8627.0, 8623.0, 8608.0, 8610.0, 8593.0, 8623.0, 8592.0, 8624.0, 8591.0, 8624.0, 8596.0, 8624.0, 8608.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.0003765786452353616</td></tr>
<tr><td colspan=3>aqi</td><td>0.019488639954075775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.1195861027586</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1593750808965515</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971943631264356</td></tr>
<tr><td colspan=3>efc</td><td>0.4877</td></tr>
<tr><td colspan=3>fber</td><td>4329.3062</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07774250294791575</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.574052812858783</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4800199670936975</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.490761122433809</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.572280302308422</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.377018476538862</td></tr>
<tr><td colspan=3>gcor</td><td>0.00594095</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010691472329199314</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022468384355306625</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.06399449479708</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.3905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3147</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.7494</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7467</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.8467</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3078.0759</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.811</td></tr>
<tr><td colspan=3>tsnr</td><td>41.78884819988161</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>