ds005256-mriqc/sub-0086_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_ses-01_task-social_acq-mb8_run-03_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-0086_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-03_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-0086/ses-01/func/sub-0086_ses-01_task-social_acq-mb8_run-03_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>3523fbbdd4b57d16e0a86c232be11a9b</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:20:45.017500</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</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-03_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.0912094</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d91695b-b1b9-4299-851e-610f07549a81||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['092045.017500', '092045.477500', '092045.937500', '092046.397500', '092046.857500', '092047.317500', '092047.777500', '092048.237500', '092048.697500', '092049.157500', '092049.617500', '092050.077500', '092050.537500', '092050.997500', '092051.457500', '092051.917500', '092052.377500', '092052.837500', '092053.297500', '092053.757500', '092054.217500', '092054.677500', '092055.137500', '092055.597500', '092056.057500', '092056.517500', '092056.977500', '092057.437500', '092057.897500', '092058.357500', '092058.817500', '092059.277500', '092059.737500', '092100.197500', '092100.657500', '092101.117500', '092101.577500', '092102.037500', '092102.497500', '092102.957500', '092103.417500', '092103.877500', '092104.337500', '092104.797500', '092105.257500', '092105.717500', '092106.177500', '092106.637500', '092107.097500', '092107.557500', '092108.017500', '092108.477500', '092108.937500', '092109.397500', '092109.857500', '092110.317500', '092110.777500', '092111.237500', '092111.697500', '092112.157500', '092112.617500', '092113.077500', '092113.537500', '092113.997500', '092114.457500', '092114.917500', '092115.377500', '092115.837500', '092116.297500', '092116.757500', '092117.217500', '092117.677500', '092118.137500', '092118.597500', '092119.057500', '092119.517500', '092119.977500', '092120.437500', '092120.897500', '092121.357500', '092121.817500', '092122.277500', '092122.737500', '092123.197500', '092123.657500', '092124.117500', '092124.577500', '092125.037500', '092125.497500', '092125.957500', '092126.417500', '092126.877500', '092127.337500', '092127.797500', '092128.257500', '092128.717500', '092129.177500', '092129.637500', '092130.097500', '092130.557500', '092131.017500', '092131.477500', '092131.937500', '092132.397500', '092132.857500', '092133.317500', '092133.777500', '092134.237500', '092134.697500', '092135.157500', '092135.617500', '092136.077500', '092136.537500', '092136.997500', '092137.457500', '092137.917500', '092138.377500', '092138.837500', '092139.297500', '092139.757500', '092140.217500', '092140.677500', '092141.137500', '092141.597500', '092142.057500', '092142.517500', '092142.977500', '092143.437500', '092143.897500', '092144.357500', '092144.817500', '092145.277500', '092145.737500', '092146.197500', '092146.657500', '092147.117500', '092147.577500', '092148.037500', '092148.497500', '092148.957500', '092149.417500', '092149.877500', '092150.337500', '092150.797500', '092151.257500', '092151.717500', '092152.177500', '092152.637500', '092153.097500', '092153.557500', '092154.017500', '092154.477500', '092154.937500', '092155.397500', '092155.857500', '092156.317500', '092156.777500', '092157.237500', '092157.697500', '092158.157500', '092158.617500', '092159.077500', '092159.537500', '092159.997500', '092200.457500', '092200.917500', '092201.377500', '092201.837500', '092202.297500', '092202.757500', '092203.217500', '092203.677500', '092204.137500', '092204.597500', '092205.057500', '092205.517500', '092205.977500', '092206.437500', '092206.897500', '092207.357500', '092207.817500', '092208.277500', '092208.737500', '092209.197500', '092209.657500', '092210.117500', '092210.577500', '092211.037500', '092211.497500', '092211.957500', '092212.417500', '092212.877500', '092213.337500', '092213.797500', '092214.257500', '092214.717500', '092215.177500', '092215.637500', '092216.097500', '092216.557500', '092217.017500', '092217.477500', '092217.937500', '092218.397500', '092218.857500', '092219.317500', '092219.777500', '092220.237500', '092220.697500', '092221.157500', '092221.617500', '092222.077500', '092222.537500', '092222.997500', '092223.457500', '092223.917500', '092224.377500', '092224.837500', '092225.297500', '092225.757500', '092226.217500', '092226.677500', '092227.137500', '092227.597500', '092228.057500', '092228.517500', '092228.977500', '092229.437500', '092229.897500', '092230.357500', '092230.817500', '092231.277500', '092231.737500', '092232.197500', '092232.657500', '092233.117500', '092233.577500', '092234.037500', '092234.497500', '092234.957500', '092235.417500', '092235.877500', '092236.337500', '092236.797500', '092237.257500', '092237.717500', '092238.177500', '092238.637500', '092239.097500', '092239.557500', '092240.017500', '092240.477500', '092240.937500', '092241.397500', '092241.857500', '092242.317500', '092242.777500', '092243.237500', '092243.697500', '092244.157500', '092244.617500', '092245.077500', '092245.537500', '092245.997500', '092246.457500', '092246.917500', '092247.377500', '092247.837500', '092248.297500', '092248.757500', '092249.217500', '092249.677500', '092250.137500', '092250.597500', '092251.057500', '092251.517500', '092251.977500', '092252.437500', '092252.897500', '092253.357500', '092253.817500', '092254.277500', '092254.737500', '092255.197500', '092255.657500', '092256.117500', '092256.577500', '092257.037500', '092257.497500', '092257.957500', '092258.417500', '092258.877500', '092259.337500', '092259.797500', '092300.257500', '092300.717500', '092301.177500', '092301.637500', '092302.097500', '092302.557500', '092303.017500', '092303.477500', '092303.937500', '092304.397500', '092304.857500', '092305.317500', '092305.777500', '092306.237500', '092306.697500', '092307.157500', '092307.617500', '092308.077500', '092308.537500', '092308.997500', '092309.457500', '092309.917500', '092310.377500', '092310.837500', '092311.297500', '092311.757500', '092312.217500', '092312.677500', '092313.137500', '092313.597500', '092314.057500', '092314.517500', '092314.977500', '092315.437500', '092315.897500', '092316.357500', '092316.817500', '092317.277500', '092317.737500', '092318.197500', '092318.657500', '092319.117500', '092319.577500', '092320.037500', '092320.497500', '092320.957500', '092321.417500', '092321.877500', '092322.337500', '092322.797500', '092323.257500', '092323.717500', '092324.177500', '092324.637500', '092325.097500', '092325.557500', '092326.017500', '092326.477500', '092326.937500', '092327.397500', '092327.857500', '092328.317500', '092328.777500', '092329.237500', '092329.697500', '092330.157500', '092330.617500', '092331.077500', '092331.537500', '092331.997500', '092332.457500', '092332.917500', '092333.377500', '092333.837500', '092334.297500', '092334.757500', '092335.217500', '092335.677500', '092336.137500', '092336.597500', '092337.057500', '092337.517500', '092337.977500', '092338.437500', '092338.897500', '092339.357500', '092339.817500', '092340.277500', '092340.737500', '092341.197500', '092341.657500', '092342.117500', '092342.577500', '092343.037500', '092343.497500', '092343.957500', '092344.417500', '092344.877500', '092345.337500', '092345.797500', '092346.257500', '092346.717500', '092347.177500', '092347.637500', '092348.097500', '092348.557500', '092349.017500', '092349.477500', '092349.937500', '092350.397500', '092350.857500', '092351.317500', '092351.777500', '092352.237500', '092352.697500', '092353.157500', '092353.617500', '092354.077500', '092354.537500', '092354.997500', '092355.457500', '092355.917500', '092356.377500', '092356.837500', '092357.297500', '092357.757500', '092358.217500', '092358.677500', '092359.137500', '092359.597500', '092400.057500', '092400.517500', '092400.977500', '092401.437500', '092401.897500', '092402.357500', '092402.817500', '092403.277500', '092403.737500', '092404.197500', '092404.657500', '092405.117500', '092405.577500', '092406.037500', '092406.497500', '092406.957500', '092407.417500', '092407.877500', '092408.337500', '092408.797500', '092409.257500', '092409.717500', '092410.177500', '092410.637500', '092411.097500', '092411.557500', '092412.017500', '092412.477500', '092412.937500', '092413.397500', '092413.857500', '092414.317500', '092414.777500', '092415.237500', '092415.697500', '092416.157500', '092416.617500', '092417.077500', '092417.537500', '092417.997500', '092418.457500', '092418.917500', '092419.377500', '092419.837500', '092420.297500', '092420.757500', '092421.217500', '092421.677500', '092422.137500', '092422.597500', '092423.057500', '092423.517500', '092423.977500', '092424.437500', '092424.897500', '092425.357500', '092425.817500', '092426.277500', '092426.737500', '092427.197500', '092427.657500', '092428.117500', '092428.577500', '092429.037500', '092429.497500', '092429.957500', '092430.417500', '092430.877500', '092431.337500', '092431.797500', '092432.257500', '092432.717500', '092433.177500', '092433.637500', '092434.097500', '092434.557500', '092435.017500', '092435.477500', '092435.937500', '092436.397500', '092436.857500', '092437.317500', '092437.777500', '092438.237500', '092438.697500', '092439.157500', '092439.617500', '092440.077500', '092440.537500', '092440.997500', '092441.457500', '092441.917500', '092442.377500', '092442.837500', '092443.297500', '092443.757500', '092444.217500', '092444.677500', '092445.137500', '092445.597500', '092446.057500', '092446.517500', '092446.977500', '092447.437500', '092447.897500', '092448.357500', '092448.817500', '092449.277500', '092449.737500', '092450.197500', '092450.657500', '092451.117500', '092451.577500', '092452.037500', '092452.497500', '092452.957500', '092453.417500', '092453.877500', '092454.337500', '092454.797500', '092455.257500', '092455.717500', '092456.177500', '092456.637500', '092457.097500', '092457.557500', '092458.017500', '092458.477500', '092458.937500', '092459.397500', '092459.857500', '092500.317500', '092500.777500', '092501.237500', '092501.697500', '092502.157500', '092502.617500', '092503.077500', '092503.537500', '092503.997500', '092504.457500', '092504.917500', '092505.377500', '092505.837500', '092506.297500', '092506.757500', '092507.217500', '092507.677500', '092508.137500', '092508.597500', '092509.057500', '092509.517500', '092509.977500', '092510.437500', '092510.897500', '092511.357500', '092511.817500', '092512.277500', '092512.737500', '092513.197500', '092513.657500', '092514.117500', '092514.577500', '092515.037500', '092515.497500', '092515.957500', '092516.417500', '092516.877500', '092517.337500', '092517.797500', '092518.257500', '092518.717500', '092519.177500', '092519.637500', '092520.097500', '092520.557500', '092521.017500', '092521.477500', '092521.937500', '092522.397500', '092522.857500', '092523.317500', '092523.777500', '092524.237500', '092524.697500', '092525.157500', '092525.617500', '092526.077500', '092526.537500', '092526.997500', '092527.457500', '092527.917500', '092528.377500', '092528.837500', '092529.297500', '092529.757500', '092530.217500', '092530.677500', '092531.137500', '092531.597500', '092532.057500', '092532.517500', '092532.977500', '092533.437500', '092533.897500', '092534.357500', '092534.817500', '092535.277500', '092535.737500', '092536.197500', '092536.657500', '092537.117500', '092537.577500', '092538.037500', '092538.497500', '092538.957500', '092539.417500', '092539.877500', '092540.337500', '092540.797500', '092541.257500', '092541.717500', '092542.177500', '092542.637500', '092543.097500', '092543.557500', '092544.017500', '092544.477500', '092544.937500', '092545.397500', '092545.857500', '092546.317500', '092546.777500', '092547.237500', '092547.697500', '092548.157500', '092548.617500', '092549.077500', '092549.537500', '092549.997500', '092550.457500', '092550.917500', '092551.377500', '092551.837500', '092552.297500', '092552.757500', '092553.217500', '092553.677500', '092554.137500', '092554.597500', '092555.057500', '092555.517500', '092555.977500', '092556.437500', '092556.897500', '092557.357500', '092557.817500', '092558.277500', '092558.737500', '092559.197500', '092559.657500', '092600.117500', '092600.577500', '092601.037500', '092601.497500', '092601.957500', '092602.417500', '092602.877500', '092603.337500', '092603.797500', '092604.257500', '092604.717500', '092605.177500', '092605.637500', '092606.097500', '092606.557500', '092607.017500', '092607.477500', '092607.937500', '092608.397500', '092608.857500', '092609.317500', '092609.777500', '092610.237500', '092610.697500', '092611.157500', '092611.617500', '092612.077500', '092612.537500', '092612.997500', '092613.457500', '092613.917500', '092614.377500', '092614.837500', '092615.297500', '092615.757500', '092616.217500', '092616.677500', '092617.137500', '092617.597500', '092618.057500', '092618.517500', '092618.977500', '092619.437500', '092619.897500', '092620.357500', '092620.817500', '092621.277500', '092621.737500', '092622.197500', '092622.657500', '092623.117500', '092623.577500', '092624.037500', '092624.497500', '092624.957500', '092625.417500', '092625.877500', '092626.337500', '092626.797500', '092627.257500', '092627.717500', '092628.177500', '092628.637500', '092629.097500', '092629.557500', '092630.017500', '092630.477500', '092630.937500', '092631.397500', '092631.857500', '092632.317500', '092632.777500', '092633.237500', '092633.697500', '092634.157500', '092634.617500', '092635.077500', '092635.537500', '092635.997500', '092636.457500', '092636.917500', '092637.377500', '092637.837500', '092638.297500', '092638.757500', '092639.217500', '092639.677500', '092640.137500', '092640.597500', '092641.057500', '092641.517500', '092641.977500', '092642.437500', '092642.897500', '092643.357500', '092643.817500', '092644.277500', '092644.737500', '092645.197500', '092645.657500', '092646.117500', '092646.577500', '092647.037500', '092647.497500', '092647.957500', '092648.417500', '092648.877500', '092649.337500', '092649.797500', '092650.257500', '092650.717500', '092651.177500', '092651.637500', '092652.097500', '092652.557500', '092653.017500', '092653.477500', '092653.937500', '092654.397500', '092654.857500', '092655.317500', '092655.777500', '092656.237500', '092656.697500', '092657.157500', '092657.617500', '092658.077500', '092658.537500', '092658.997500', '092659.457500', '092659.917500', '092700.377500', '092700.837500', '092701.297500', '092701.757500', '092702.217500', '092702.677500', '092703.137500', '092703.597500', '092704.057500', '092704.517500', '092704.977500', '092705.437500', '092705.897500', '092706.357500', '092706.817500', '092707.277500', '092707.737500', '092708.197500', '092708.657500', '092709.117500', '092709.577500', '092710.037500', '092710.497500', '092710.957500', '092711.417500', '092711.877500', '092712.337500', '092712.797500', '092713.257500', '092713.717500', '092714.177500', '092714.637500', '092715.097500', '092715.557500', '092716.017500', '092716.477500', '092716.937500', '092717.397500', '092717.857500', '092718.317500', '092718.777500', '092719.237500', '092719.697500', '092720.157500', '092720.617500', '092721.077500', '092721.537500', '092721.997500', '092722.457500', '092722.917500', '092723.377500', '092723.837500', '092724.297500', '092724.757500', '092725.217500', '092725.677500'], 'ContentTime': ['092107.554000', '092107.557000', '092107.560000', '092107.562000', '092107.565000', '092107.572000', '092107.574000', '092107.577000', '092107.580000', '092107.582000', '092107.585000', '092107.587000', '092107.590000', '092107.593000', '092107.595000', '092107.598000', '092107.600000', '092107.603000', '092107.606000', '092107.608000', '092107.611000', '092107.614000', '092107.616000', '092107.619000', '092107.621000', '092107.624000', '092107.627000', '092107.629000', '092107.632000', '092107.635000', '092107.637000', '092107.640000', '092107.642000', '092107.645000', '092107.648000', '092107.650000', '092107.656000', '092107.659000', '092107.662000', '092107.664000', '092107.667000', '092107.670000', '092107.672000', '092107.675000', '092107.677000', '092107.680000', '092107.682000', '092127.523000', '092127.526000', '092127.529000', '092127.531000', '092127.534000', '092127.536000', '092127.539000', '092127.542000', '092127.544000', '092127.547000', '092127.549000', '092127.552000', '092127.554000', '092127.557000', '092127.560000', '092127.562000', '092127.565000', '092127.568000', '092127.570000', '092127.573000', '092127.575000', '092127.578000', '092127.581000', '092127.583000', '092127.586000', '092127.588000', '092127.591000', '092127.593000', '092127.596000', '092127.599000', '092127.601000', '092127.604000', '092127.606000', '092127.609000', '092127.612000', '092127.614000', '092127.617000', '092127.620000', '092127.622000', '092127.625000', '092127.627000', '092127.630000', '092127.632000', '092127.635000', '092147.523000', '092147.526000', '092147.529000', '092147.531000', '092147.534000', '092147.537000', '092147.539000', '092147.542000', '092147.545000', '092147.547000', '092147.550000', '092147.552000', '092147.555000', '092147.558000', '092147.560000', '092147.563000', '092147.565000', '092147.568000', '092147.571000', '092147.573000', '092147.581000', '092147.584000', '092147.586000', '092147.589000', '092147.591000', '092147.594000', '092147.597000', '092147.599000', '092147.602000', '092147.605000', '092147.607000', '092147.610000', '092147.612000', '092147.615000', '092147.618000', '092147.620000', '092147.623000', '092147.626000', '092147.628000', '092147.631000', '092147.633000', '092147.636000', '092147.639000', '092207.524000', '092207.526000', '092207.529000', '092207.531000', '092207.534000', '092207.537000', '092207.539000', '092207.542000', '092207.545000', '092207.547000', '092207.550000', '092207.552000', '092207.556000', '092207.559000', '092207.562000', '092207.564000', '092207.567000', '092207.569000', '092207.572000', '092207.575000', '092207.577000', '092207.580000', '092207.583000', '092207.585000', '092207.588000', '092207.591000', '092207.593000', '092207.596000', '092207.598000', '092207.601000', '092207.604000', '092207.606000', '092207.612000', '092207.615000', '092207.617000', '092207.620000', '092207.623000', '092207.625000', '092207.628000', '092207.631000', '092207.633000', '092207.636000', '092207.638000', '092207.641000', '092227.523000', '092227.526000', '092227.529000', '092227.531000', '092227.535000', '092227.547000', '092227.550000', '092227.553000', '092227.555000', '092227.558000', '092227.560000', '092227.563000', '092227.565000', '092227.568000', '092227.571000', '092227.573000', '092227.576000', '092227.579000', '092227.581000', '092227.584000', '092227.586000', '092227.589000', '092227.592000', '092227.594000', '092227.597000', '092227.599000', '092227.602000', '092227.605000', '092227.607000', '092227.610000', '092227.612000', '092227.615000', '092227.618000', '092227.620000', '092227.623000', '092227.626000', '092227.628000', '092227.631000', '092227.642000', '092227.645000', '092227.647000', '092227.650000', '092227.653000', '092247.525000', '092247.528000', '092247.530000', '092247.533000', '092247.536000', '092247.538000', '092247.541000', '092247.543000', '092247.546000', '092247.548000', '092247.551000', '092247.554000', '092247.556000', '092247.559000', '092247.561000', '092247.564000', '092247.567000', '092247.569000', '092247.572000', '092247.575000', '092247.585000', '092247.587000', '092247.590000', '092247.593000', '092247.595000', '092247.598000', '092247.600000', '092247.603000', '092247.606000', '092247.608000', '092247.611000', '092247.613000', '092247.616000', '092247.619000', '092247.630000', '092247.632000', '092247.635000', '092247.637000', '092247.640000', '092247.643000', '092247.645000', '092247.648000', '092247.650000', '092307.524000', '092307.527000', '092307.530000', '092307.533000', '092307.536000', '092307.539000', '092307.541000', '092307.544000', '092307.547000', '092307.549000', '092307.552000', '092307.554000', '092307.557000', '092307.560000', '092307.562000', '092307.565000', '092307.567000', '092307.570000', '092307.573000', '092307.576000', '092307.578000', '092307.581000', '092307.583000', '092307.586000', '092307.589000', '092307.591000', '092307.594000', '092307.596000', '092307.599000', '092307.602000', '092307.604000', '092307.607000', '092307.609000', '092307.612000', '092307.615000', '092307.617000', '092307.620000', '092307.622000', '092307.625000', '092307.628000', '092307.630000', '092307.633000', '092307.636000', '092307.638000', '092327.525000', '092327.528000', '092327.532000', '092327.535000', '092327.538000', '092327.541000', '092327.544000', '092327.546000', '092327.549000', '092327.552000', '092327.554000', '092327.557000', '092327.560000', '092327.562000', '092327.565000', '092327.568000', '092327.570000', '092327.573000', '092327.575000', '092327.578000', '092327.581000', '092327.583000', '092327.586000', '092327.588000', '092327.591000', '092327.594000', '092327.597000', '092327.600000', '092327.603000', '092327.606000', '092327.608000', '092327.611000', '092327.613000', '092327.622000', '092327.625000', '092327.628000', '092327.630000', '092327.633000', '092327.635000', '092327.638000', '092327.641000', '092327.643000', '092327.646000', '092347.523000', '092347.526000', '092347.529000', '092347.532000', '092347.535000', '092347.537000', '092347.540000', '092347.543000', '092347.545000', '092347.548000', '092347.551000', '092347.554000', '092347.556000', '092347.559000', '092347.562000', '092347.565000', '092347.567000', '092347.570000', '092347.573000', '092347.576000', '092347.578000', '092347.581000', '092347.584000', '092347.587000', '092347.589000', '092347.592000', '092347.594000', '092347.597000', '092347.600000', '092347.602000', '092347.605000', '092347.620000', '092347.623000', '092347.625000', '092347.628000', '092347.630000', '092347.633000', '092347.636000', '092347.638000', '092347.641000', '092347.644000', '092347.646000', '092347.649000', '092347.652000', '092407.523000', '092407.526000', '092407.529000', '092407.532000', '092407.534000', '092407.537000', '092407.539000', '092407.542000', '092407.545000', '092407.547000', '092407.550000', '092407.553000', '092407.555000', '092407.558000', '092407.560000', '092407.563000', '092407.566000', '092407.568000', '092407.571000', '092407.573000', '092407.576000', '092407.579000', '092407.581000', '092407.584000', '092407.586000', '092407.589000', '092407.592000', '092407.595000', '092407.598000', '092407.601000', '092407.604000', '092407.606000', '092407.609000', '092407.612000', '092407.614000', '092407.617000', '092407.619000', '092407.622000', '092407.624000', '092407.632000', '092407.635000', '092407.637000', '092407.640000', '092427.524000', '092427.527000', '092427.529000', '092427.532000', '092427.534000', '092427.537000', '092427.540000', '092427.542000', '092427.545000', '092427.548000', '092427.550000', '092427.553000', '092427.555000', '092427.558000', '092427.561000', '092427.563000', '092427.566000', '092427.568000', '092427.571000', '092427.574000', '092427.576000', '092427.579000', '092427.581000', '092427.584000', '092427.587000', '092427.589000', '092427.592000', '092427.594000', '092427.597000', '092427.600000', '092427.602000', '092427.605000', '092427.608000', '092427.610000', '092427.613000', '092427.616000', '092427.618000', '092427.621000', '092427.623000', '092427.626000', '092427.628000', '092427.631000', '092427.634000', '092427.636000', '092447.524000', '092447.526000', '092447.529000', '092447.532000', '092447.534000', '092447.537000', '092447.540000', '092447.542000', '092447.545000', '092447.547000', '092447.550000', '092447.553000', '092447.555000', '092447.558000', '092447.560000', '092447.563000', '092447.566000', '092447.568000', '092447.571000', '092447.574000', '092447.577000', '092447.580000', '092447.583000', '092447.586000', '092447.588000', '092447.591000', '092447.593000', '092447.596000', '092447.599000', '092447.601000', '092447.604000', '092447.607000', '092447.609000', '092447.612000', '092447.615000', '092447.617000', '092447.620000', '092447.622000', '092447.625000', '092447.628000', '092447.630000', '092447.633000', '092447.637000', '092507.524000', '092507.527000', '092507.530000', '092507.532000', '092507.535000', '092507.538000', '092507.540000', '092507.543000', '092507.545000', '092507.548000', '092507.551000', '092507.553000', '092507.556000', '092507.558000', '092507.561000', '092507.564000', '092507.566000', '092507.569000', '092507.571000', '092507.574000', '092507.577000', '092507.579000', '092507.582000', '092507.584000', '092507.587000', '092507.590000', '092507.592000', '092507.595000', '092507.597000', '092507.600000', '092507.603000', '092507.605000', '092507.608000', '092507.611000', '092507.613000', '092507.616000', '092507.619000', '092507.621000', '092507.624000', '092507.626000', '092507.629000', '092507.632000', '092507.634000', '092507.637000', '092527.525000', '092527.528000', '092527.530000', '092527.533000', '092527.535000', '092527.538000', '092527.541000', '092527.543000', '092527.546000', '092527.548000', '092527.551000', '092527.553000', '092527.572000', '092527.575000', '092527.578000', '092527.580000', '092527.583000', '092527.585000', '092527.588000', '092527.590000', '092527.593000', '092527.596000', '092527.598000', '092527.601000', '092527.604000', '092527.606000', '092527.609000', '092527.612000', '092527.615000', '092527.618000', '092527.621000', '092527.624000', '092527.626000', '092527.629000', '092527.631000', '092527.634000', '092527.637000', '092527.639000', '092527.642000', '092527.644000', '092527.647000', '092527.650000', '092527.652000', '092547.525000', '092547.527000', '092547.530000', '092547.533000', '092547.535000', '092547.538000', '092547.541000', '092547.543000', '092547.546000', '092547.548000', '092547.551000', '092547.554000', '092547.556000', '092547.559000', '092547.562000', '092547.564000', '092547.567000', '092547.569000', '092547.572000', '092547.575000', '092547.577000', '092547.580000', '092547.582000', '092547.585000', '092547.588000', '092547.590000', '092547.593000', '092547.595000', '092547.598000', '092547.601000', '092547.603000', '092547.606000', '092547.609000', '092547.611000', '092547.614000', '092547.616000', '092547.619000', '092547.622000', '092547.624000', '092547.627000', '092547.630000', '092547.632000', '092547.635000', '092547.638000', '092607.524000', '092607.526000', '092607.529000', '092607.532000', '092607.534000', '092607.537000', '092607.540000', '092607.542000', '092607.545000', '092607.547000', '092607.550000', '092607.553000', '092607.555000', '092607.558000', '092607.561000', '092607.563000', '092607.566000', '092607.568000', '092607.571000', '092607.574000', '092607.576000', '092607.579000', '092607.582000', '092607.584000', '092607.587000', '092607.589000', '092607.592000', '092607.595000', '092607.597000', '092607.600000', '092607.603000', '092607.605000', '092607.608000', '092607.610000', '092607.614000', '092607.617000', '092607.620000', '092607.623000', '092607.625000', '092607.628000', '092607.630000', '092607.633000', '092607.636000', '092627.524000', '092627.526000', '092627.529000', '092627.532000', '092627.534000', '092627.537000', '092627.539000', '092627.542000', '092627.545000', '092627.547000', '092627.550000', '092627.552000', '092627.555000', '092627.558000', '092627.560000', '092627.563000', '092627.566000', '092627.568000', '092627.571000', '092627.573000', '092627.576000', '092627.579000', '092627.581000', '092627.584000', '092627.587000', '092627.589000', '092627.592000', '092627.594000', '092627.597000', '092627.600000', '092627.602000', '092627.605000', '092627.608000', '092627.610000', '092627.613000', '092627.616000', '092627.618000', '092627.621000', '092627.623000', '092627.626000', '092627.629000', '092627.631000', '092627.634000', '092627.637000', '092647.523000', '092647.526000', '092647.529000', '092647.532000', '092647.534000', '092647.537000', '092647.539000', '092647.542000', '092647.545000', '092647.547000', '092647.550000', '092647.553000', '092647.555000', '092647.558000', '092647.561000', '092647.563000', '092647.566000', '092647.568000', '092647.571000', '092647.574000', '092647.576000', '092647.579000', '092647.582000', '092647.600000', '092647.603000', '092647.607000', '092647.610000', '092647.612000', '092647.615000', '092647.617000', '092647.620000', '092647.623000', '092647.625000', '092647.628000', '092647.630000', '092647.633000', '092647.636000', '092647.638000', '092647.641000', '092647.644000', '092647.646000', '092647.649000', '092647.652000', '092707.524000', '092707.527000', '092707.529000', '092707.532000', '092707.535000', '092707.537000', '092707.540000', '092707.542000', '092707.545000', '092707.548000', '092707.550000', '092707.553000', '092707.555000', '092707.558000', '092707.561000', '092707.563000', '092707.566000', '092707.576000', '092707.578000', '092707.581000', '092707.584000', '092707.586000', '092707.589000', '092707.592000', '092707.594000', '092707.597000', '092707.599000', '092707.602000', '092707.605000', '092707.607000', '092707.610000', '092707.612000', '092707.615000', '092707.618000', '092707.620000', '092707.623000', '092707.626000', '092707.628000', '092707.631000', '092707.633000', '092707.636000', '092707.639000', '092707.641000', '092707.644000', '092726.750000', '092726.754000', '092726.757000', '092726.759000', '092726.762000', '092726.765000', '092726.768000', '092726.771000', '092726.774000', '092726.776000', '092726.779000', '092726.782000', '092726.785000', '092726.787000', '092726.790000', '092726.793000', '092726.795000', '092726.798000', '092726.819000', '092726.840000', '092726.843000', '092726.846000', '092726.849000', '092726.852000', '092726.854000', '092726.857000', '092726.860000', '092726.863000', '092726.866000', '092726.869000', '092726.873000', '092726.876000', '092726.879000', '092726.883000', '092726.886000', '092726.890000', '092726.894000', '092726.897000', '092726.900000', '092726.903000', '092726.905000', '092726.908000'], 'InstanceCreationTime': ['092107.554000', '092107.557000', '092107.560000', '092107.562000', '092107.565000', '092107.572000', '092107.574000', '092107.577000', '092107.580000', '092107.582000', '092107.585000', '092107.587000', '092107.590000', '092107.593000', '092107.595000', '092107.598000', '092107.600000', '092107.603000', '092107.606000', '092107.608000', '092107.611000', '092107.614000', '092107.616000', '092107.619000', '092107.621000', '092107.624000', '092107.627000', '092107.629000', '092107.632000', '092107.635000', '092107.637000', '092107.640000', '092107.642000', '092107.645000', '092107.648000', '092107.650000', '092107.656000', '092107.659000', '092107.662000', '092107.664000', '092107.667000', '092107.670000', '092107.672000', '092107.675000', '092107.677000', '092107.680000', '092107.682000', '092127.523000', '092127.526000', '092127.529000', '092127.531000', '092127.534000', '092127.536000', '092127.539000', '092127.542000', '092127.544000', '092127.547000', '092127.549000', '092127.552000', '092127.554000', '092127.557000', '092127.560000', '092127.562000', '092127.565000', '092127.568000', '092127.570000', '092127.573000', '092127.575000', '092127.578000', '092127.581000', '092127.583000', '092127.586000', '092127.588000', '092127.591000', '092127.593000', '092127.596000', '092127.599000', '092127.601000', '092127.604000', '092127.606000', '092127.609000', '092127.612000', '092127.614000', '092127.617000', '092127.620000', '092127.622000', '092127.625000', '092127.627000', '092127.630000', '092127.632000', '092127.635000', '092147.523000', '092147.526000', '092147.529000', '092147.531000', '092147.534000', '092147.537000', '092147.539000', '092147.542000', '092147.545000', '092147.547000', '092147.550000', '092147.552000', '092147.555000', '092147.558000', '092147.560000', '092147.563000', '092147.565000', '092147.568000', '092147.571000', '092147.573000', '092147.581000', '092147.584000', '092147.586000', '092147.589000', '092147.591000', '092147.594000', '092147.597000', '092147.599000', '092147.602000', '092147.605000', '092147.607000', '092147.610000', '092147.612000', '092147.615000', '092147.618000', '092147.620000', '092147.623000', '092147.626000', '092147.628000', '092147.631000', '092147.633000', '092147.636000', '092147.639000', '092207.524000', '092207.526000', '092207.529000', '092207.531000', '092207.534000', '092207.537000', '092207.539000', '092207.542000', '092207.545000', '092207.547000', '092207.550000', '092207.552000', '092207.556000', '092207.559000', '092207.562000', '092207.564000', '092207.567000', '092207.569000', '092207.572000', '092207.575000', '092207.577000', '092207.580000', '092207.583000', '092207.585000', '092207.588000', '092207.591000', '092207.593000', '092207.596000', '092207.598000', '092207.601000', '092207.604000', '092207.606000', '092207.612000', '092207.615000', '092207.617000', '092207.620000', '092207.623000', '092207.625000', '092207.628000', '092207.631000', '092207.633000', '092207.636000', '092207.638000', '092207.641000', '092227.523000', '092227.526000', '092227.529000', '092227.531000', '092227.535000', '092227.547000', '092227.550000', '092227.553000', '092227.555000', '092227.558000', '092227.560000', '092227.563000', '092227.565000', '092227.568000', '092227.571000', '092227.573000', '092227.576000', '092227.579000', '092227.581000', '092227.584000', '092227.586000', '092227.589000', '092227.592000', '092227.594000', '092227.597000', '092227.599000', '092227.602000', '092227.605000', '092227.607000', '092227.610000', '092227.612000', '092227.615000', '092227.618000', '092227.620000', '092227.623000', '092227.626000', '092227.628000', '092227.631000', '092227.642000', '092227.645000', '092227.647000', '092227.650000', '092227.653000', '092247.525000', '092247.528000', '092247.530000', '092247.533000', '092247.536000', '092247.538000', '092247.541000', '092247.543000', '092247.546000', '092247.548000', '092247.551000', '092247.554000', '092247.556000', '092247.559000', '092247.561000', '092247.564000', '092247.567000', '092247.569000', '092247.572000', '092247.575000', '092247.585000', '092247.587000', '092247.590000', '092247.593000', '092247.595000', '092247.598000', '092247.600000', '092247.603000', '092247.606000', '092247.608000', '092247.611000', '092247.613000', '092247.616000', '092247.619000', '092247.630000', '092247.632000', '092247.635000', '092247.637000', '092247.640000', '092247.643000', '092247.645000', '092247.648000', '092247.650000', '092307.524000', '092307.527000', '092307.530000', '092307.533000', '092307.536000', '092307.539000', '092307.541000', '092307.544000', '092307.547000', '092307.549000', '092307.552000', '092307.554000', '092307.557000', '092307.560000', '092307.562000', '092307.565000', '092307.567000', '092307.570000', '092307.573000', '092307.576000', '092307.578000', '092307.581000', '092307.583000', '092307.586000', '092307.589000', '092307.591000', '092307.594000', '092307.596000', '092307.599000', '092307.602000', '092307.604000', '092307.607000', '092307.609000', '092307.612000', '092307.615000', '092307.617000', '092307.620000', '092307.622000', '092307.625000', '092307.628000', '092307.630000', '092307.633000', '092307.636000', '092307.638000', '092327.525000', '092327.528000', '092327.532000', '092327.535000', '092327.538000', '092327.541000', '092327.544000', '092327.546000', '092327.549000', '092327.552000', '092327.554000', '092327.557000', '092327.560000', '092327.562000', '092327.565000', '092327.568000', '092327.570000', '092327.573000', '092327.575000', '092327.578000', '092327.581000', '092327.583000', '092327.586000', '092327.588000', '092327.591000', '092327.594000', '092327.597000', '092327.600000', '092327.603000', '092327.606000', '092327.608000', '092327.611000', '092327.613000', '092327.622000', '092327.625000', '092327.628000', '092327.630000', '092327.633000', '092327.635000', '092327.638000', '092327.641000', '092327.643000', '092327.646000', '092347.523000', '092347.526000', '092347.529000', '092347.532000', '092347.535000', '092347.537000', '092347.540000', '092347.543000', '092347.545000', '092347.548000', '092347.551000', '092347.554000', '092347.556000', '092347.559000', '092347.562000', '092347.565000', '092347.567000', '092347.570000', '092347.573000', '092347.576000', '092347.578000', '092347.581000', '092347.584000', '092347.587000', '092347.589000', '092347.592000', '092347.594000', '092347.597000', '092347.600000', '092347.602000', '092347.605000', '092347.620000', '092347.623000', '092347.625000', '092347.628000', '092347.630000', '092347.633000', '092347.636000', '092347.638000', '092347.641000', '092347.644000', '092347.646000', '092347.649000', '092347.652000', '092407.523000', '092407.526000', '092407.529000', '092407.532000', '092407.534000', '092407.537000', '092407.539000', '092407.542000', '092407.545000', '092407.547000', '092407.550000', '092407.553000', '092407.555000', '092407.558000', '092407.560000', '092407.563000', '092407.566000', '092407.568000', '092407.571000', '092407.573000', '092407.576000', '092407.579000', '092407.581000', '092407.584000', '092407.586000', '092407.589000', '092407.592000', '092407.595000', '092407.598000', '092407.601000', '092407.604000', '092407.606000', '092407.609000', '092407.612000', '092407.614000', '092407.617000', '092407.619000', '092407.622000', '092407.624000', '092407.632000', '092407.635000', '092407.637000', '092407.640000', '092427.524000', '092427.527000', '092427.529000', '092427.532000', '092427.534000', '092427.537000', '092427.540000', '092427.542000', '092427.545000', '092427.548000', '092427.550000', '092427.553000', '092427.555000', '092427.558000', '092427.561000', '092427.563000', '092427.566000', '092427.568000', '092427.571000', '092427.574000', '092427.576000', '092427.579000', '092427.581000', '092427.584000', '092427.587000', '092427.589000', '092427.592000', '092427.594000', '092427.597000', '092427.600000', '092427.602000', '092427.605000', '092427.608000', '092427.610000', '092427.613000', '092427.616000', '092427.618000', '092427.621000', '092427.623000', '092427.626000', '092427.628000', '092427.631000', '092427.634000', '092427.636000', '092447.524000', '092447.526000', '092447.529000', '092447.532000', '092447.534000', '092447.537000', '092447.540000', '092447.542000', '092447.545000', '092447.547000', '092447.550000', '092447.553000', '092447.555000', '092447.558000', '092447.560000', '092447.563000', '092447.566000', '092447.568000', '092447.571000', '092447.574000', '092447.577000', '092447.580000', '092447.583000', '092447.586000', '092447.588000', '092447.591000', '092447.593000', '092447.596000', '092447.599000', '092447.601000', '092447.604000', '092447.607000', '092447.609000', '092447.612000', '092447.615000', '092447.617000', '092447.620000', '092447.622000', '092447.625000', '092447.628000', '092447.630000', '092447.633000', '092447.637000', '092507.524000', '092507.527000', '092507.530000', '092507.532000', '092507.535000', '092507.538000', '092507.540000', '092507.543000', '092507.545000', '092507.548000', '092507.551000', '092507.553000', '092507.556000', '092507.558000', '092507.561000', '092507.564000', '092507.566000', '092507.569000', '092507.571000', '092507.574000', '092507.577000', '092507.579000', '092507.582000', '092507.584000', '092507.587000', '092507.590000', '092507.592000', '092507.595000', '092507.597000', '092507.600000', '092507.603000', '092507.605000', '092507.608000', '092507.611000', '092507.613000', '092507.616000', '092507.619000', '092507.621000', '092507.624000', '092507.626000', '092507.629000', '092507.632000', '092507.634000', '092507.637000', '092527.525000', '092527.528000', '092527.530000', '092527.533000', '092527.535000', '092527.538000', '092527.541000', '092527.543000', '092527.546000', '092527.548000', '092527.551000', '092527.553000', '092527.572000', '092527.575000', '092527.578000', '092527.580000', '092527.583000', '092527.585000', '092527.588000', '092527.590000', '092527.593000', '092527.596000', '092527.598000', '092527.601000', '092527.604000', '092527.606000', '092527.609000', '092527.612000', '092527.615000', '092527.618000', '092527.621000', '092527.624000', '092527.626000', '092527.629000', '092527.631000', '092527.634000', '092527.637000', '092527.639000', '092527.642000', '092527.644000', '092527.647000', '092527.650000', '092527.652000', '092547.525000', '092547.527000', '092547.530000', '092547.533000', '092547.535000', '092547.538000', '092547.541000', '092547.543000', '092547.546000', '092547.548000', '092547.551000', '092547.554000', '092547.556000', '092547.559000', '092547.562000', '092547.564000', '092547.567000', '092547.569000', '092547.572000', '092547.575000', '092547.577000', '092547.580000', '092547.582000', '092547.585000', '092547.588000', '092547.590000', '092547.593000', '092547.595000', '092547.598000', '092547.601000', '092547.603000', '092547.606000', '092547.609000', '092547.611000', '092547.614000', '092547.616000', '092547.619000', '092547.622000', '092547.624000', '092547.627000', '092547.630000', '092547.632000', '092547.635000', '092547.638000', '092607.524000', '092607.526000', '092607.529000', '092607.532000', '092607.534000', '092607.537000', '092607.540000', '092607.542000', '092607.545000', '092607.547000', '092607.550000', '092607.553000', '092607.555000', '092607.558000', '092607.561000', '092607.563000', '092607.566000', '092607.568000', '092607.571000', '092607.574000', '092607.576000', '092607.579000', '092607.582000', '092607.584000', '092607.587000', '092607.589000', '092607.592000', '092607.595000', '092607.597000', '092607.600000', '092607.603000', '092607.605000', '092607.608000', '092607.610000', '092607.614000', '092607.617000', '092607.620000', '092607.623000', '092607.625000', '092607.628000', '092607.630000', '092607.633000', '092607.636000', '092627.524000', '092627.526000', '092627.529000', '092627.532000', '092627.534000', '092627.537000', '092627.539000', '092627.542000', '092627.545000', '092627.547000', '092627.550000', '092627.552000', '092627.555000', '092627.558000', '092627.560000', '092627.563000', '092627.566000', '092627.568000', '092627.571000', '092627.573000', '092627.576000', '092627.579000', '092627.581000', '092627.584000', '092627.587000', '092627.589000', '092627.592000', '092627.594000', '092627.597000', '092627.600000', '092627.602000', '092627.605000', '092627.608000', '092627.610000', '092627.613000', '092627.616000', '092627.618000', '092627.621000', '092627.623000', '092627.626000', '092627.629000', '092627.631000', '092627.634000', '092627.637000', '092647.523000', '092647.526000', '092647.529000', '092647.532000', '092647.534000', '092647.537000', '092647.539000', '092647.542000', '092647.545000', '092647.547000', '092647.550000', '092647.553000', '092647.555000', '092647.558000', '092647.561000', '092647.563000', '092647.566000', '092647.568000', '092647.571000', '092647.574000', '092647.576000', '092647.579000', '092647.582000', '092647.600000', '092647.603000', '092647.607000', '092647.610000', '092647.612000', '092647.615000', '092647.617000', '092647.620000', '092647.623000', '092647.625000', '092647.628000', '092647.630000', '092647.633000', '092647.636000', '092647.638000', '092647.641000', '092647.644000', '092647.646000', '092647.649000', '092647.652000', '092707.524000', '092707.527000', '092707.529000', '092707.532000', '092707.535000', '092707.537000', '092707.540000', '092707.542000', '092707.545000', '092707.548000', '092707.550000', '092707.553000', '092707.555000', '092707.558000', '092707.561000', '092707.563000', '092707.566000', '092707.576000', '092707.578000', '092707.581000', '092707.584000', '092707.586000', '092707.589000', '092707.592000', '092707.594000', '092707.597000', '092707.599000', '092707.602000', '092707.605000', '092707.607000', '092707.610000', '092707.612000', '092707.615000', '092707.618000', '092707.620000', '092707.623000', '092707.626000', '092707.628000', '092707.631000', '092707.633000', '092707.636000', '092707.639000', '092707.641000', '092707.644000', '092726.750000', '092726.754000', '092726.757000', '092726.759000', '092726.762000', '092726.765000', '092726.768000', '092726.771000', '092726.774000', '092726.776000', '092726.779000', '092726.782000', '092726.785000', '092726.787000', '092726.790000', '092726.793000', '092726.795000', '092726.798000', '092726.819000', '092726.840000', '092726.843000', '092726.846000', '092726.849000', '092726.852000', '092726.854000', '092726.857000', '092726.860000', '092726.863000', '092726.866000', '092726.869000', '092726.873000', '092726.876000', '092726.879000', '092726.883000', '092726.886000', '092726.890000', '092726.894000', '092726.897000', '092726.900000', '092726.903000', '092726.905000', '092726.908000'], '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': [14059, 9062, 12095, 8709, 10245, 7788, 9489, 12655, 7751, 10487, 7564, 9696, 7582, 9346, 12814, 7940, 11513, 7918, 10112, 12416, 8583, 12558, 8203, 11719, 9585, 10173, 15657, 8233, 12061, 13166, 9926, 10461, 8228, 11919, 8147, 10583, 11656, 8523, 10156, 7729, 10464, 7748, 9822, 8937, 8467, 11023, 7819, 10301, 7586, 9623, 7500, 9479, 13010, 8185, 11745, 8276, 10447, 9658, 9054, 11383, 7946, 10663, 8002, 10083, 11430, 8408, 12361, 8935, 10937, 7627, 9216, 13835, 8361, 11371, 8232, 9346, 14753, 8014, 10502, 7658, 9603, 9114, 8323, 10792, 7698, 10319, 7619, 8604, 9402, 7631, 11075, 7617, 10654, 8416, 9123, 12264, 7845, 10577, 7578, 9653, 7797, 8300, 11198, 7818, 10416, 8123, 9038, 11970, 7822, 10824, 7566, 9220, 11992, 8108, 10130, 7482, 9882, 9288, 8231, 10672, 8367, 9685, 7478, 10218, 10764, 8266, 10364, 8086, 10782, 7649, 9996, 13432, 8286, 10421, 7695, 10600, 10911, 8491, 10889, 8120, 10194, 7351, 8596, 11702, 8299, 9674, 7544, 9441, 10815, 7726, 9911, 8014, 10116, 7758, 9396, 12790, 8156, 10364, 7787, 11095, 10962, 8729, 11971, 8523, 10389, 7646, 9237, 12222, 8003, 9790, 7691, 9450, 9965, 7867, 10868, 8079, 10055, 7645, 10405, 8677, 9285, 12693, 8837, 11736, 7640, 10272, 14689, 8106, 11597, 8346, 10232, 8004, 8939, 11827, 8027, 9970, 7765, 9610, 8022, 8890, 10002, 7882, 9141, 7633, 10048, 7719, 9498, 12800, 8410, 10940, 7994, 11393, 11618, 9405, 11697, 7963, 10367, 7565, 8927, 12229, 7905, 9584, 7478, 9662, 12773, 8126, 10084, 7735, 10271, 10118, 8138, 11740, 8129, 10379, 7707, 9302, 12102, 8068, 10750, 7975, 9092, 8901, 7720, 10807, 7765, 9899, 7394, 9197, 11361, 7857, 9958, 7602, 10188, 7400, 9211, 12541, 8279, 10278, 7901, 11230, 7602, 10176, 13684, 8302, 11991, 7648, 10265, 7542, 8610, 11869, 8407, 8926, 7613, 9876, 7572, 8788, 9951, 7921, 10958, 7705, 10236, 9605, 8805, 10987, 8088, 11297, 7822, 10454, 12662, 8096, 10386, 7534, 9723, 8689, 8112, 9733, 7433, 10120, 7509, 8264, 12309, 7912, 9680, 7549, 10134, 9253, 7922, 11765, 7933, 10077, 7627, 8394, 11545, 7525, 10319, 9484, 8467, 10558, 7612, 10382, 7918, 8404, 10914, 7797, 10057, 7603, 8403, 11626, 7685, 8748, 7416, 9751, 7770, 8098, 11727, 8428, 9784, 7528, 10411, 8603, 8438, 11596, 7978, 10393, 7535, 10124, 10145, 8146, 10866, 7737, 10680, 7651, 9730, 11116, 8230, 9683, 7794, 10939, 7653, 10058, 10191, 8622, 11284, 7606, 10702, 8767, 9075, 10991, 7704, 9875, 7452, 9436, 11893, 7916, 8964, 7483, 9547, 8974, 8022, 9746, 7515, 9805, 9478, 7810, 10382, 7375, 9917, 7632, 8185, 11710, 7999, 10065, 7337, 9089, 12120, 7756, 10538, 13323, 8068, 10825, 7701, 9780, 7416, 8435, 11207, 7689, 9935, 7660, 8704, 11410, 7679, 10561, 7713, 9670, 7758, 8364, 11985, 8131, 10985, 11747, 9095, 11782, 7670, 10923, 7481, 9006, 11959, 7853, 9797, 7340, 8955, 11841, 7789, 8583, 7584, 9499, 8178, 7781, 10901, 7921, 10171, 7738, 9168, 12063, 7818, 9886, 7601, 9627, 7727, 8096, 11674, 8248, 10335, 7668, 9639, 12531, 7778, 10794, 7460, 9278, 11925, 7610, 10534, 7322, 8513, 11699, 7726, 10038, 7567, 9162, 7538, 8182, 11102, 7533, 10428, 7659, 8774, 9836, 7849, 11130, 7666, 10096, 8864, 8305, 10487, 7771, 10025, 7576, 9246, 8046, 8010, 10843, 7445, 10376, 10376, 8926, 11153, 7811, 10942, 7768, 8950, 11838, 7717, 9811, 7357, 9945, 11235, 8058, 9601, 7645, 9944, 7359, 7981, 11300, 7745, 9753, 7717, 8840, 11897, 7679, 10472, 7643, 9019, 11525, 7443, 10583, 7640, 9805, 7693, 9855, 11595, 7855, 10479, 7450, 9502, 10131, 8618, 12215, 7926, 11406, 7775, 9360, 11570, 8106, 10532, 7562, 9639, 7532, 9007, 7524, 8232, 11602, 7765, 10649, 8837, 8941, 11017, 7917, 10718, 7473, 10416, 8154, 8239, 10980, 7643, 10287, 7512, 9783, 7620, 9106, 12058, 7850, 10742, 8297, 8846, 11413, 7981, 10332, 7579, 9605, 11292, 8374, 10535, 8045, 10610, 7536, 10626, 7257, 9224, 8520, 8166, 10799, 8319, 11177, 7401, 10295, 13716, 8881, 12494, 9808, 10591, 7291, 8620, 11835, 8040, 10307, 10218, 8618, 10389, 7963, 10339, 7506, 8807, 11745, 7754, 9384, 7358, 9930, 8519, 7961, 10543, 7898, 9958, 7664, 9309, 12136, 7973, 10626, 7485, 9411, 9851, 8228, 11273, 7689, 10317, 10550, 8432, 10073, 7759, 10291, 7306, 8602, 11252, 7532, 9988, 7447, 8333, 10721, 7756, 10021, 7448, 9026, 11803, 7912, 10571, 7527, 9139, 7238, 8590, 11908, 7973, 10278, 7407, 9614, 7664, 8446, 12093, 7940, 10781, 7729, 9274, 7887, 8481, 12798, 8390, 11621, 11572, 9153, 11554, 8496, 11809, 7512, 11213, 13956, 8804, 10920, 8340, 11141, 7537, 9667, 12582, 8117, 10614, 7704, 10700, 7403, 9206, 12547, 8027, 10942, 8812, 9712, 11191, 8243, 11566, 7317, 9505, 10079, 8214, 10891, 7577, 10229, 8565, 8507, 10306, 7693, 10956, 7415, 9684, 11799, 8292, 10694, 7809, 11233, 11357, 8828, 10826, 8340, 11225, 7348, 9816, 13050, 8369, 9880, 7876, 11060, 7514, 9258, 12266, 7933, 11176, 7615, 10310, 7361, 10099, 7803, 9245, 7564, 9200, 12975, 8486, 12206, 8755, 11457, 7700, 10110, 13736, 8154, 11074, 7465, 9158, 7547, 8343, 11399, 7578, 10426, 7566, 8780, 11706, 8059, 10959, 7523, 10049, 7680, 8936, 11975, 8028, 11339, 7466, 10095, 12578, 8789, 11419, 8119, 10637, 8462, 8985, 10558, 8113, 10868, 7515, 8802, 11804, 7926, 9911, 7492, 10131, 9811, 8371, 11613, 8216, 10478, 12199, 8450, 11170, 7739, 9175, 12300, 8067, 9418, 7337, 9269, 11853, 7992, 9525, 7210, 9277, 9366, 8190, 11149, 7639, 9155, 12721, 8869, 10246, 7421, 9725, 12056, 8288, 10819, 7417, 9177, 10671, 8406, 10841, 7344, 8861, 11344, 8008, 9119, 7727, 9218, 11979, 7885, 9976, 7628, 9656, 11652, 8236, 11032, 7636, 9927, 10168, 8199, 11081, 7729, 9565, 12101, 8321, 10478, 7387, 9593, 12206, 8233, 9950, 7385, 9330, 9283, 8137, 11132, 7457, 9838], 'WindowCenter': [4531.0, 4467.0, 4495.0, 4426.0, 4431.0, 4395.0, 4419.0, 4448.0, 4399.0, 4454.0, 4399.0, 4429.0, 4399.0, 4429.0, 4448.0, 4409.0, 4450.0, 4409.0, 4439.0, 4447.0, 4407.0, 4446.0, 4409.0, 4453.0, 4431.0, 4427.0, 4456.0, 4409.0, 4449.0, 4435.0, 4404.0, 4412.0, 4382.0, 4423.0, 4382.0, 4427.0, 4420.0, 4391.0, 4413.0, 4385.0, 4424.0, 4396.0, 4432.0, 4418.0, 4409.0, 4423.0, 4384.0, 4415.0, 4382.0, 4414.0, 4371.0, 4416.0, 4444.0, 4396.0, 4437.0, 4394.0, 4414.0, 4416.0, 4407.0, 4423.0, 4385.0, 4414.0, 4383.0, 4412.0, 4419.0, 4393.0, 4430.0, 4392.0, 4412.0, 4371.0, 4388.0, 4430.0, 4381.0, 4411.0, 4364.0, 4377.0, 4426.0, 4367.0, 4398.0, 4370.0, 4389.0, 4375.0, 4366.0, 4410.0, 4370.0, 4398.0, 4358.0, 4375.0, 4389.0, 4369.0, 4411.0, 4383.0, 4412.0, 4380.0, 4389.0, 4408.0, 4370.0, 4412.0, 4372.0, 4390.0, 4370.0, 4382.0, 4410.0, 4370.0, 4401.0, 4368.0, 4391.0, 4407.0, 4367.0, 4410.0, 4371.0, 4403.0, 4419.0, 4369.0, 4397.0, 4358.0, 4399.0, 4389.0, 4379.0, 4411.0, 4395.0, 4402.0, 4370.0, 4400.0, 4409.0, 4380.0, 4399.0, 4370.0, 4410.0, 4369.0, 4401.0, 4432.0, 4379.0, 4397.0, 4369.0, 4400.0, 4398.0, 4379.0, 4397.0, 4368.0, 4398.0, 4355.0, 4379.0, 4421.0, 4378.0, 4390.0, 4369.0, 4389.0, 4408.0, 4370.0, 4400.0, 4381.0, 4401.0, 4371.0, 4403.0, 4444.0, 4395.0, 4402.0, 4370.0, 4413.0, 4409.0, 4394.0, 4424.0, 4380.0, 4399.0, 4370.0, 4392.0, 4430.0, 4394.0, 4414.0, 4382.0, 4403.0, 4399.0, 4395.0, 4422.0, 4380.0, 4413.0, 4383.0, 4413.0, 4393.0, 4417.0, 4434.0, 4392.0, 4423.0, 4371.0, 4400.0, 4429.0, 4383.0, 4422.0, 4377.0, 4399.0, 4368.0, 4389.0, 4420.0, 4380.0, 4401.0, 4367.0, 4401.0, 4377.0, 4420.0, 4414.0, 4382.0, 4401.0, 4382.0, 4412.0, 4382.0, 4412.0, 4444.0, 4391.0, 4424.0, 4395.0, 4424.0, 4426.0, 4404.0, 4420.0, 4379.0, 4401.0, 4370.0, 4390.0, 4418.0, 4370.0, 4390.0, 4359.0, 4400.0, 4433.0, 4382.0, 4413.0, 4372.0, 4399.0, 4387.0, 4371.0, 4424.0, 4370.0, 4397.0, 4356.0, 4389.0, 4408.0, 4370.0, 4412.0, 4367.0, 4389.0, 4379.0, 4368.0, 4411.0, 4380.0, 4400.0, 4359.0, 4398.0, 4421.0, 4383.0, 4412.0, 4383.0, 4412.0, 4371.0, 4404.0, 4445.0, 4396.0, 4412.0, 4382.0, 4411.0, 4369.0, 4399.0, 4428.0, 4380.0, 4409.0, 4369.0, 4399.0, 4353.0, 4378.0, 4422.0, 4380.0, 4379.0, 4365.0, 4399.0, 4371.0, 4391.0, 4400.0, 4381.0, 4410.0, 4369.0, 4414.0, 4403.0, 4391.0, 4410.0, 4367.0, 4410.0, 4370.0, 4413.0, 4419.0, 4369.0, 4399.0, 4370.0, 4403.0, 4380.0, 4380.0, 4386.0, 4370.0, 4400.0, 4357.0, 4381.0, 4431.0, 4383.0, 4390.0, 4368.0, 4401.0, 4373.0, 4382.0, 4423.0, 4370.0, 4389.0, 4358.0, 4369.0, 4408.0, 4369.0, 4412.0, 4386.0, 4369.0, 4396.0, 4369.0, 4399.0, 4367.0, 4393.0, 4409.0, 4381.0, 4400.0, 4366.0, 4381.0, 4417.0, 4369.0, 4379.0, 4369.0, 4401.0, 4371.0, 4396.0, 4433.0, 4379.0, 4404.0, 4385.0, 4412.0, 4387.0, 4395.0, 4424.0, 4378.0, 4400.0, 4369.0, 4402.0, 4413.0, 4396.0, 4412.0, 4371.0, 4399.0, 4368.0, 4402.0, 4423.0, 4378.0, 4389.0, 4370.0, 4412.0, 4369.0, 4403.0, 4400.0, 4380.0, 4409.0, 4370.0, 4401.0, 4381.0, 4389.0, 4398.0, 4371.0, 4389.0, 4356.0, 4391.0, 4409.0, 4366.0, 4376.0, 4357.0, 4388.0, 4388.0, 4378.0, 4389.0, 4358.0, 4401.0, 4389.0, 4382.0, 4400.0, 4357.0, 4399.0, 4367.0, 4380.0, 4422.0, 4379.0, 4400.0, 4358.0, 4391.0, 4419.0, 4368.0, 4400.0, 4418.0, 4380.0, 4412.0, 4368.0, 4385.0, 4355.0, 4368.0, 4397.0, 4368.0, 4415.0, 4370.0, 4380.0, 4408.0, 4367.0, 4413.0, 4372.0, 4391.0, 4370.0, 4381.0, 4405.0, 4370.0, 4413.0, 4420.0, 4380.0, 4407.0, 4370.0, 4398.0, 4358.0, 4391.0, 4407.0, 4368.0, 4385.0, 4359.0, 4391.0, 4406.0, 4370.0, 4380.0, 4367.0, 4400.0, 4378.0, 4383.0, 4413.0, 4369.0, 4397.0, 4369.0, 4392.0, 4420.0, 4368.0, 4402.0, 4369.0, 4401.0, 4370.0, 4379.0, 4423.0, 4378.0, 4402.0, 4371.0, 4401.0, 4420.0, 4384.0, 4414.0, 4359.0, 4389.0, 4408.0, 4369.0, 4399.0, 4356.0, 4374.0, 4410.0, 4372.0, 4400.0, 4358.0, 4388.0, 4367.0, 4380.0, 4404.0, 4366.0, 4412.0, 4371.0, 4381.0, 4390.0, 4371.0, 4409.0, 4370.0, 4413.0, 4390.0, 4396.0, 4401.0, 4371.0, 4401.0, 4382.0, 4403.0, 4370.0, 4382.0, 4410.0, 4372.0, 4414.0, 4412.0, 4392.0, 4409.0, 4367.0, 4400.0, 4370.0, 4391.0, 4410.0, 4370.0, 4388.0, 4359.0, 4399.0, 4411.0, 4383.0, 4388.0, 4371.0, 4402.0, 4357.0, 4381.0, 4423.0, 4367.0, 4390.0, 4366.0, 4393.0, 4417.0, 4382.0, 4424.0, 4372.0, 4394.0, 4422.0, 4373.0, 4427.0, 4383.0, 4414.0, 4397.0, 4428.0, 4424.0, 4384.0, 4416.0, 4387.0, 4417.0, 4399.0, 4382.0, 4420.0, 4380.0, 4410.0, 4370.0, 4393.0, 4408.0, 4370.0, 4399.0, 4385.0, 4399.0, 4369.0, 4391.0, 4370.0, 4381.0, 4410.0, 4371.0, 4424.0, 4390.0, 4392.0, 4411.0, 4370.0, 4400.0, 4373.0, 4415.0, 4382.0, 4380.0, 4399.0, 4359.0, 4402.0, 4374.0, 4402.0, 4370.0, 4391.0, 4419.0, 4370.0, 4411.0, 4381.0, 4394.0, 4410.0, 4368.0, 4389.0, 4359.0, 4388.0, 4410.0, 4393.0, 4411.0, 4395.0, 4414.0, 4370.0, 4413.0, 4370.0, 4403.0, 4393.0, 4409.0, 4426.0, 4395.0, 4426.0, 4375.0, 4426.0, 4445.0, 4406.0, 4448.0, 4417.0, 4412.0, 4360.0, 4379.0, 4410.0, 4369.0, 4401.0, 4412.0, 4393.0, 4398.0, 4369.0, 4387.0, 4353.0, 4377.0, 4409.0, 4373.0, 4403.0, 4359.0, 4400.0, 4379.0, 4381.0, 4411.0, 4379.0, 4401.0, 4370.0, 4390.0, 4419.0, 4370.0, 4413.0, 4372.0, 4392.0, 4390.0, 4381.0, 4409.0, 4358.0, 4400.0, 4411.0, 4380.0, 4389.0, 4359.0, 4388.0, 4356.0, 4379.0, 4398.0, 4357.0, 4389.0, 4370.0, 4382.0, 4409.0, 4369.0, 4388.0, 4356.0, 4379.0, 4422.0, 4395.0, 4411.0, 4370.0, 4390.0, 4355.0, 4390.0, 4420.0, 4395.0, 4413.0, 4372.0, 4402.0, 4370.0, 4381.0, 4423.0, 4395.0, 4437.0, 4384.0, 4404.0, 4382.0, 4393.0, 4434.0, 4394.0, 4437.0, 4437.0, 4403.0, 4421.0, 4393.0, 4422.0, 4371.0, 4423.0, 4445.0, 4401.0, 4411.0, 4382.0, 4412.0, 4370.0, 4401.0, 4421.0, 4379.0, 4411.0, 4371.0, 4411.0, 4370.0, 4392.0, 4419.0, 4383.0, 4425.0, 4390.0, 4390.0, 4409.0, 4381.0, 4410.0, 4369.0, 4402.0, 4397.0, 4395.0, 4422.0, 4372.0, 4414.0, 4392.0, 4392.0, 4399.0, 4381.0, 4411.0, 4369.0, 4417.0, 4434.0, 4394.0, 4414.0, 4386.0, 4425.0, 4425.0, 4405.0, 4412.0, 4382.0, 4411.0, 4360.0, 4415.0, 4445.0, 4382.0, 4399.0, 4382.0, 4412.0, 4371.0, 4404.0, 4422.0, 4383.0, 4411.0, 4371.0, 4415.0, 4373.0, 4426.0, 4382.0, 4402.0, 4366.0, 4403.0, 4431.0, 4392.0, 4433.0, 4394.0, 4412.0, 4369.0, 4401.0, 4415.0, 4368.0, 4413.0, 4360.0, 4389.0, 4358.0, 4380.0, 4409.0, 4383.0, 4413.0, 4370.0, 4381.0, 4409.0, 4381.0, 4412.0, 4384.0, 4402.0, 4368.0, 4391.0, 4410.0, 4370.0, 4410.0, 4371.0, 4413.0, 4420.0, 4379.0, 4406.0, 4367.0, 4398.0, 4369.0, 4391.0, 4397.0, 4369.0, 4398.0, 4356.0, 4378.0, 4422.0, 4381.0, 4389.0, 4358.0, 4400.0, 4386.0, 4379.0, 4409.0, 4383.0, 4412.0, 4409.0, 4380.0, 4397.0, 4356.0, 4390.0, 4419.0, 4363.0, 4378.0, 4357.0, 4389.0, 4420.0, 4382.0, 4390.0, 4359.0, 4390.0, 4389.0, 4380.0, 4409.0, 4358.0, 4392.0, 4432.0, 4379.0, 4389.0, 4358.0, 4388.0, 4407.0, 4368.0, 4411.0, 4358.0, 4389.0, 4382.0, 4376.0, 4399.0, 4353.0, 4389.0, 4408.0, 4379.0, 4388.0, 4357.0, 4388.0, 4421.0, 4381.0, 4400.0, 4367.0, 4390.0, 4408.0, 4380.0, 4412.0, 4371.0, 4388.0, 4389.0, 4379.0, 4399.0, 4358.0, 4401.0, 4405.0, 4367.0, 4399.0, 4347.0, 4386.0, 4420.0, 4380.0, 4389.0, 4357.0, 4378.0, 4376.0, 4367.0, 4411.0, 4369.0, 4389.0], 'WindowWidth': [9966.0, 9865.0, 9894.0, 9781.0, 9777.0, 9721.0, 9755.0, 9791.0, 9728.0, 9808.0, 9728.0, 9767.0, 9725.0, 9767.0, 9790.0, 9739.0, 9794.0, 9743.0, 9783.0, 9788.0, 9734.0, 9783.0, 9737.0, 9804.0, 9770.0, 9759.0, 9795.0, 9739.0, 9792.0, 9766.0, 9720.0, 9728.0, 9690.0, 9744.0, 9692.0, 9758.0, 9744.0, 9704.0, 9733.0, 9701.0, 9751.0, 9718.0, 9773.0, 9751.0, 9737.0, 9748.0, 9698.0, 9739.0, 9695.0, 9738.0, 9678.0, 9741.0, 9778.0, 9717.0, 9775.0, 9711.0, 9736.0, 9745.0, 9731.0, 9748.0, 9700.0, 9736.0, 9692.0, 9732.0, 9738.0, 9709.0, 9759.0, 9704.0, 9729.0, 9673.0, 9693.0, 9751.0, 9687.0, 9725.0, 9656.0, 9676.0, 9740.0, 9660.0, 9703.0, 9671.0, 9693.0, 9669.0, 9659.0, 9723.0, 9671.0, 9707.0, 9650.0, 9674.0, 9694.0, 9668.0, 9727.0, 9694.0, 9729.0, 9683.0, 9695.0, 9719.0, 9669.0, 9732.0, 9679.0, 9698.0, 9672.0, 9689.0, 9724.0, 9673.0, 9712.0, 9668.0, 9700.0, 9717.0, 9665.0, 9722.0, 9674.0, 9721.0, 9735.0, 9669.0, 9704.0, 9653.0, 9708.0, 9696.0, 9684.0, 9728.0, 9714.0, 9719.0, 9670.0, 9710.0, 9723.0, 9685.0, 9708.0, 9671.0, 9724.0, 9667.0, 9714.0, 9757.0, 9681.0, 9704.0, 9668.0, 9709.0, 9704.0, 9682.0, 9702.0, 9664.0, 9703.0, 9642.0, 9681.0, 9740.0, 9678.0, 9697.0, 9667.0, 9694.0, 9719.0, 9673.0, 9711.0, 9688.0, 9715.0, 9673.0, 9720.0, 9781.0, 9714.0, 9715.0, 9673.0, 9731.0, 9721.0, 9709.0, 9749.0, 9685.0, 9709.0, 9670.0, 9702.0, 9755.0, 9713.0, 9736.0, 9691.0, 9721.0, 9711.0, 9713.0, 9744.0, 9688.0, 9733.0, 9693.0, 9734.0, 9708.0, 9746.0, 9763.0, 9704.0, 9745.0, 9674.0, 9712.0, 9750.0, 9694.0, 9747.0, 9680.0, 9708.0, 9666.0, 9695.0, 9736.0, 9684.0, 9715.0, 9666.0, 9714.0, 9679.0, 9757.0, 9737.0, 9692.0, 9713.0, 9691.0, 9733.0, 9691.0, 9738.0, 9780.0, 9704.0, 9748.0, 9715.0, 9751.0, 9756.0, 9726.0, 9737.0, 9686.0, 9715.0, 9671.0, 9699.0, 9734.0, 9672.0, 9698.0, 9656.0, 9711.0, 9760.0, 9691.0, 9733.0, 9677.0, 9709.0, 9689.0, 9672.0, 9750.0, 9671.0, 9702.0, 9646.0, 9693.0, 9717.0, 9670.0, 9731.0, 9663.0, 9694.0, 9682.0, 9666.0, 9730.0, 9688.0, 9709.0, 9655.0, 9710.0, 9741.0, 9695.0, 9730.0, 9697.0, 9732.0, 9675.0, 9722.0, 9782.0, 9717.0, 9731.0, 9691.0, 9729.0, 9669.0, 9708.0, 9750.0, 9686.0, 9722.0, 9666.0, 9705.0, 9642.0, 9679.0, 9745.0, 9687.0, 9682.0, 9660.0, 9708.0, 9674.0, 9700.0, 9711.0, 9688.0, 9724.0, 9670.0, 9739.0, 9721.0, 9699.0, 9722.0, 9665.0, 9726.0, 9671.0, 9732.0, 9733.0, 9665.0, 9706.0, 9672.0, 9719.0, 9683.0, 9685.0, 9688.0, 9671.0, 9709.0, 9650.0, 9688.0, 9762.0, 9693.0, 9696.0, 9665.0, 9711.0, 9669.0, 9688.0, 9748.0, 9671.0, 9692.0, 9649.0, 9666.0, 9718.0, 9666.0, 9729.0, 9689.0, 9665.0, 9700.0, 9668.0, 9708.0, 9663.0, 9708.0, 9721.0, 9690.0, 9711.0, 9661.0, 9685.0, 9734.0, 9670.0, 9683.0, 9670.0, 9713.0, 9673.0, 9715.0, 9763.0, 9684.0, 9722.0, 9699.0, 9732.0, 9695.0, 9714.0, 9749.0, 9681.0, 9710.0, 9669.0, 9716.0, 9735.0, 9719.0, 9732.0, 9674.0, 9708.0, 9667.0, 9718.0, 9749.0, 9681.0, 9694.0, 9672.0, 9728.0, 9669.0, 9719.0, 9711.0, 9682.0, 9720.0, 9673.0, 9712.0, 9686.0, 9695.0, 9702.0, 9675.0, 9694.0, 9646.0, 9698.0, 9722.0, 9659.0, 9674.0, 9649.0, 9692.0, 9695.0, 9681.0, 9693.0, 9652.0, 9711.0, 9695.0, 9691.0, 9711.0, 9652.0, 9706.0, 9662.0, 9684.0, 9745.0, 9683.0, 9710.0, 9652.0, 9700.0, 9734.0, 9666.0, 9709.0, 9733.0, 9688.0, 9731.0, 9664.0, 9684.0, 9643.0, 9663.0, 9702.0, 9666.0, 9739.0, 9672.0, 9683.0, 9718.0, 9665.0, 9733.0, 9677.0, 9699.0, 9670.0, 9686.0, 9714.0, 9671.0, 9733.0, 9738.0, 9682.0, 9716.0, 9668.0, 9704.0, 9650.0, 9700.0, 9715.0, 9663.0, 9684.0, 9654.0, 9699.0, 9716.0, 9669.0, 9683.0, 9665.0, 9711.0, 9679.0, 9694.0, 9732.0, 9668.0, 9704.0, 9668.0, 9702.0, 9740.0, 9669.0, 9717.0, 9669.0, 9712.0, 9669.0, 9685.0, 9747.0, 9683.0, 9715.0, 9673.0, 9715.0, 9739.0, 9697.0, 9735.0, 9655.0, 9694.0, 9718.0, 9667.0, 9705.0, 9646.0, 9668.0, 9723.0, 9678.0, 9713.0, 9649.0, 9690.0, 9664.0, 9683.0, 9712.0, 9664.0, 9730.0, 9674.0, 9685.0, 9696.0, 9672.0, 9721.0, 9671.0, 9731.0, 9698.0, 9714.0, 9712.0, 9673.0, 9715.0, 9693.0, 9718.0, 9672.0, 9689.0, 9726.0, 9674.0, 9738.0, 9733.0, 9702.0, 9721.0, 9666.0, 9709.0, 9670.0, 9703.0, 9723.0, 9669.0, 9690.0, 9653.0, 9706.0, 9728.0, 9692.0, 9692.0, 9673.0, 9716.0, 9650.0, 9688.0, 9747.0, 9667.0, 9696.0, 9663.0, 9706.0, 9735.0, 9693.0, 9749.0, 9675.0, 9708.0, 9744.0, 9682.0, 9756.0, 9694.0, 9739.0, 9721.0, 9764.0, 9751.0, 9697.0, 9742.0, 9707.0, 9744.0, 9710.0, 9688.0, 9739.0, 9684.0, 9724.0, 9671.0, 9704.0, 9719.0, 9670.0, 9708.0, 9700.0, 9710.0, 9669.0, 9699.0, 9671.0, 9686.0, 9724.0, 9675.0, 9752.0, 9700.0, 9701.0, 9725.0, 9670.0, 9711.0, 9682.0, 9738.0, 9691.0, 9684.0, 9706.0, 9654.0, 9715.0, 9684.0, 9715.0, 9671.0, 9700.0, 9733.0, 9669.0, 9724.0, 9686.0, 9707.0, 9724.0, 9664.0, 9693.0, 9652.0, 9691.0, 9727.0, 9709.0, 9729.0, 9713.0, 9739.0, 9673.0, 9732.0, 9673.0, 9722.0, 9709.0, 9738.0, 9754.0, 9713.0, 9754.0, 9685.0, 9758.0, 9778.0, 9729.0, 9791.0, 9744.0, 9729.0, 9658.0, 9681.0, 9723.0, 9667.0, 9711.0, 9731.0, 9706.0, 9705.0, 9666.0, 9689.0, 9639.0, 9676.0, 9722.0, 9680.0, 9721.0, 9655.0, 9710.0, 9681.0, 9690.0, 9728.0, 9683.0, 9712.0, 9671.0, 9699.0, 9735.0, 9671.0, 9732.0, 9680.0, 9703.0, 9696.0, 9684.0, 9719.0, 9650.0, 9710.0, 9727.0, 9684.0, 9694.0, 9653.0, 9690.0, 9646.0, 9678.0, 9702.0, 9649.0, 9692.0, 9670.0, 9691.0, 9723.0, 9666.0, 9691.0, 9646.0, 9680.0, 9743.0, 9718.0, 9730.0, 9672.0, 9699.0, 9646.0, 9698.0, 9738.0, 9714.0, 9734.0, 9679.0, 9717.0, 9672.0, 9689.0, 9746.0, 9713.0, 9773.0, 9696.0, 9724.0, 9692.0, 9708.0, 9762.0, 9710.0, 9773.0, 9772.0, 9723.0, 9742.0, 9706.0, 9746.0, 9675.0, 9746.0, 9782.0, 9717.0, 9726.0, 9688.0, 9728.0, 9671.0, 9713.0, 9742.0, 9688.0, 9730.0, 9673.0, 9726.0, 9672.0, 9702.0, 9737.0, 9695.0, 9752.0, 9700.0, 9698.0, 9722.0, 9686.0, 9725.0, 9671.0, 9716.0, 9703.0, 9715.0, 9748.0, 9676.0, 9736.0, 9705.0, 9703.0, 9710.0, 9689.0, 9729.0, 9672.0, 9745.0, 9765.0, 9711.0, 9735.0, 9702.0, 9753.0, 9754.0, 9726.0, 9729.0, 9688.0, 9727.0, 9657.0, 9739.0, 9781.0, 9690.0, 9709.0, 9690.0, 9731.0, 9674.0, 9725.0, 9743.0, 9692.0, 9726.0, 9673.0, 9740.0, 9682.0, 9757.0, 9691.0, 9716.0, 9665.0, 9718.0, 9755.0, 9704.0, 9763.0, 9709.0, 9728.0, 9668.0, 9712.0, 9727.0, 9666.0, 9734.0, 9657.0, 9693.0, 9650.0, 9682.0, 9721.0, 9695.0, 9734.0, 9672.0, 9686.0, 9723.0, 9685.0, 9731.0, 9696.0, 9715.0, 9666.0, 9699.0, 9723.0, 9671.0, 9723.0, 9674.0, 9734.0, 9738.0, 9679.0, 9714.0, 9663.0, 9703.0, 9667.0, 9698.0, 9701.0, 9665.0, 9704.0, 9646.0, 9677.0, 9743.0, 9688.0, 9692.0, 9651.0, 9710.0, 9687.0, 9681.0, 9722.0, 9693.0, 9728.0, 9719.0, 9683.0, 9703.0, 9645.0, 9699.0, 9736.0, 9654.0, 9678.0, 9649.0, 9692.0, 9738.0, 9691.0, 9697.0, 9654.0, 9698.0, 9693.0, 9681.0, 9720.0, 9650.0, 9702.0, 9758.0, 9681.0, 9691.0, 9650.0, 9690.0, 9715.0, 9663.0, 9729.0, 9654.0, 9692.0, 9678.0, 9674.0, 9708.0, 9640.0, 9697.0, 9719.0, 9688.0, 9694.0, 9648.0, 9692.0, 9740.0, 9689.0, 9710.0, 9663.0, 9696.0, 9719.0, 9682.0, 9730.0, 9674.0, 9693.0, 9693.0, 9681.0, 9705.0, 9649.0, 9714.0, 9712.0, 9662.0, 9706.0, 9633.0, 9685.0, 9739.0, 9685.0, 9693.0, 9649.0, 9675.0, 9671.0, 9662.0, 9727.0, 9671.0, 9694.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.0008675632183908047</td></tr>
<tr><td colspan=3>aqi</td><td>0.017241477816091953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.2125131805293</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1681762035788263</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9925831113233599</td></tr>
<tr><td colspan=3>efc</td><td>0.5012</td></tr>
<tr><td colspan=3>fber</td><td>5637.314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08140098668723857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4692562845500388</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3923834884156783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6638407546709053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.351544610563533</td></tr>
<tr><td colspan=3>gcor</td><td>0.011164</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01616119220852852</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042914018034935</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.018931531396104</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.3191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9706</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.658</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>290801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.9604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.81</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3554.8914</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.3838</td></tr>
<tr><td colspan=3>tsnr</td><td>42.43503146618605</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>