ds005256-mriqc/sub-0088_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 71183c5c05 [DATALAD RUNCMD] Compute MRIQC for sub-0088
=== 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-0088 --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-0088",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:30 +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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-01/func/sub-0088_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>59703390ba0c54208a46e86f386387cc</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:24:26.260000</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.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</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.0813004</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>[4150, -7817, -7194, 538, -40, -232, -26, 81]</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>251.173</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aab49a19-ea59-4700-9b2b-4511bdfaa2bb||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.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['092426.260000', '092426.720000', '092427.180000', '092427.640000', '092428.100000', '092428.560000', '092429.020000', '092429.480000', '092429.940000', '092430.400000', '092430.860000', '092431.320000', '092431.780000', '092432.240000', '092432.700000', '092433.160000', '092433.620000', '092434.080000', '092434.540000', '092435.000000', '092435.460000', '092435.920000', '092436.380000', '092436.840000', '092437.300000', '092437.760000', '092438.220000', '092438.680000', '092439.140000', '092439.600000', '092440.060000', '092440.520000', '092440.980000', '092441.440000', '092441.900000', '092442.360000', '092442.820000', '092443.280000', '092443.740000', '092444.200000', '092444.660000', '092445.120000', '092445.580000', '092446.040000', '092446.500000', '092446.960000', '092447.420000', '092447.880000', '092448.340000', '092448.800000', '092449.260000', '092449.720000', '092450.180000', '092450.640000', '092451.100000', '092451.560000', '092452.020000', '092452.480000', '092452.940000', '092453.400000', '092453.860000', '092454.320000', '092454.780000', '092455.240000', '092455.700000', '092456.160000', '092456.620000', '092457.080000', '092457.540000', '092458.000000', '092458.460000', '092458.920000', '092459.380000', '092459.840000', '092500.300000', '092500.760000', '092501.220000', '092501.680000', '092502.140000', '092502.600000', '092503.060000', '092503.520000', '092503.980000', '092504.440000', '092504.900000', '092505.360000', '092505.820000', '092506.280000', '092506.740000', '092507.200000', '092507.660000', '092508.120000', '092508.580000', '092509.040000', '092509.500000', '092509.960000', '092510.420000', '092510.880000', '092511.340000', '092511.800000', '092512.260000', '092512.720000', '092513.180000', '092513.640000', '092514.100000', '092514.560000', '092515.020000', '092515.480000', '092515.940000', '092516.400000', '092516.860000', '092517.320000', '092517.780000', '092518.240000', '092518.700000', '092519.160000', '092519.620000', '092520.080000', '092520.540000', '092521.000000', '092521.460000', '092521.920000', '092522.380000', '092522.840000', '092523.300000', '092523.760000', '092524.220000', '092524.680000', '092525.140000', '092525.600000', '092526.060000', '092526.520000', '092526.980000', '092527.440000', '092527.900000', '092528.360000', '092528.820000', '092529.280000', '092529.740000', '092530.200000', '092530.660000', '092531.120000', '092531.580000', '092532.040000', '092532.500000', '092532.960000', '092533.420000', '092533.880000', '092534.340000', '092534.800000', '092535.260000', '092535.720000', '092536.180000', '092536.640000', '092537.100000', '092537.560000', '092538.020000', '092538.480000', '092538.940000', '092539.400000', '092539.860000', '092540.320000', '092540.780000', '092541.240000', '092541.700000', '092542.160000', '092542.620000', '092543.080000', '092543.540000', '092544.000000', '092544.460000', '092544.920000', '092545.380000', '092545.840000', '092546.300000', '092546.760000', '092547.220000', '092547.680000', '092548.140000', '092548.600000', '092549.060000', '092549.520000', '092549.980000', '092550.440000', '092550.900000', '092551.360000', '092551.820000', '092552.280000', '092552.740000', '092553.200000', '092553.660000', '092554.120000', '092554.580000', '092555.040000', '092555.500000', '092555.960000', '092556.420000', '092556.880000', '092557.340000', '092557.800000', '092558.260000', '092558.720000', '092559.180000', '092559.640000', '092600.100000', '092600.560000', '092601.020000', '092601.480000', '092601.940000', '092602.400000', '092602.860000', '092603.320000', '092603.780000', '092604.240000', '092604.700000', '092605.160000', '092605.620000', '092606.080000', '092606.540000', '092607.000000', '092607.460000', '092607.920000', '092608.380000', '092608.840000', '092609.300000', '092609.760000', '092610.220000', '092610.680000', '092611.140000', '092611.600000', '092612.060000', '092612.520000', '092612.980000', '092613.440000', '092613.900000', '092614.360000', '092614.820000', '092615.280000', '092615.740000', '092616.200000', '092616.660000', '092617.120000', '092617.580000', '092618.040000', '092618.500000', '092618.960000', '092619.420000', '092619.880000', '092620.340000', '092620.800000', '092621.260000', '092621.720000', '092622.180000', '092622.640000', '092623.100000', '092623.560000', '092624.020000', '092624.480000', '092624.940000', '092625.400000', '092625.860000', '092626.320000', '092626.780000', '092627.240000', '092627.700000', '092628.160000', '092628.620000', '092629.080000', '092629.540000', '092630.000000', '092630.460000', '092630.920000', '092631.380000', '092631.840000', '092632.300000', '092632.760000', '092633.220000', '092633.680000', '092634.140000', '092634.600000', '092635.060000', '092635.520000', '092635.980000', '092636.440000', '092636.900000', '092637.360000', '092637.820000', '092638.280000', '092638.740000', '092639.200000', '092639.660000', '092640.120000', '092640.580000', '092641.040000', '092641.500000', '092641.960000', '092642.420000', '092642.880000', '092643.340000', '092643.800000', '092644.260000', '092644.720000', '092645.180000', '092645.640000', '092646.100000', '092646.560000', '092647.020000', '092647.480000', '092647.940000', '092648.400000', '092648.860000', '092649.320000', '092649.780000', '092650.240000', '092650.700000', '092651.160000', '092651.620000', '092652.080000', '092652.540000', '092653.000000', '092653.460000', '092653.920000', '092654.380000', '092654.840000', '092655.300000', '092655.760000', '092656.220000', '092656.680000', '092657.140000', '092657.600000', '092658.060000', '092658.520000', '092658.980000', '092659.440000', '092659.900000', '092700.360000', '092700.820000', '092701.280000', '092701.740000', '092702.200000', '092702.660000', '092703.120000', '092703.580000', '092704.040000', '092704.500000', '092704.960000', '092705.420000', '092705.880000', '092706.340000', '092706.800000', '092707.260000', '092707.720000', '092708.180000', '092708.640000', '092709.100000', '092709.560000', '092710.020000', '092710.480000', '092710.940000', '092711.400000', '092711.860000', '092712.320000', '092712.780000', '092713.240000', '092713.700000', '092714.160000', '092714.620000', '092715.080000', '092715.540000', '092716.000000', '092716.460000', '092716.920000', '092717.380000', '092717.840000', '092718.300000', '092718.760000', '092719.220000', '092719.680000', '092720.140000', '092720.600000', '092721.060000', '092721.520000', '092721.980000', '092722.440000', '092722.900000', '092723.360000', '092723.820000', '092724.280000', '092724.740000', '092725.200000', '092725.660000', '092726.120000', '092726.580000', '092727.040000', '092727.500000', '092727.960000', '092728.420000', '092728.880000', '092729.340000', '092729.800000', '092730.260000', '092730.720000', '092731.180000', '092731.640000', '092732.100000', '092732.560000', '092733.020000', '092733.480000', '092733.940000', '092734.400000', '092734.860000', '092735.320000', '092735.780000', '092736.240000', '092736.700000', '092737.160000', '092737.620000', '092738.080000', '092738.540000', '092739.000000', '092739.460000', '092739.920000', '092740.380000', '092740.840000', '092741.300000', '092741.760000', '092742.220000', '092742.680000', '092743.140000', '092743.600000', '092744.060000', '092744.520000', '092744.980000', '092745.440000', '092745.900000', '092746.360000', '092746.820000', '092747.280000', '092747.740000', '092748.200000', '092748.660000', '092749.120000', '092749.580000', '092750.040000', '092750.500000', '092750.960000', '092751.420000', '092751.880000', '092752.340000', '092752.800000', '092753.260000', '092753.720000', '092754.180000', '092754.640000', '092755.100000', '092755.560000', '092756.020000', '092756.480000', '092756.940000', '092757.400000', '092757.860000', '092758.320000', '092758.780000', '092759.240000', '092759.700000', '092800.160000', '092800.620000', '092801.080000', '092801.540000', '092802.000000', '092802.460000', '092802.920000', '092803.380000', '092803.840000', '092804.300000', '092804.760000', '092805.220000', '092805.680000', '092806.140000', '092806.600000', '092807.060000', '092807.520000', '092807.980000', '092808.440000', '092808.900000', '092809.360000', '092809.820000', '092810.280000', '092810.740000', '092811.200000', '092811.660000', '092812.120000', '092812.580000', '092813.040000', '092813.500000', '092813.960000', '092814.420000', '092814.880000', '092815.340000', '092815.800000', '092816.260000', '092816.720000', '092817.180000', '092817.640000', '092818.100000', '092818.560000', '092819.020000', '092819.480000', '092819.940000', '092820.400000', '092820.860000', '092821.320000', '092821.780000', '092822.240000', '092822.700000', '092823.160000', '092823.620000', '092824.080000', '092824.540000', '092825.000000', '092825.460000', '092825.920000', '092826.380000', '092826.840000', '092827.300000', '092827.760000', '092828.220000', '092828.680000', '092829.140000', '092829.600000', '092830.060000', '092830.520000', '092830.980000', '092831.440000', '092831.900000', '092832.360000', '092832.820000', '092833.280000', '092833.740000', '092834.200000', '092834.660000', '092835.120000', '092835.580000', '092836.040000', '092836.500000', '092836.960000', '092837.420000', '092837.880000', '092838.340000', '092838.800000', '092839.260000', '092839.720000', '092840.180000', '092840.640000', '092841.100000', '092841.560000', '092842.020000', '092842.480000', '092842.940000', '092843.400000', '092843.860000', '092844.320000', '092844.780000', '092845.240000', '092845.700000', '092846.160000', '092846.620000', '092847.080000', '092847.540000', '092848.000000', '092848.460000', '092848.920000', '092849.380000', '092849.840000', '092850.300000', '092850.760000', '092851.220000', '092851.680000', '092852.140000', '092852.600000', '092853.060000', '092853.520000', '092853.980000', '092854.440000', '092854.900000', '092855.360000', '092855.820000', '092856.280000', '092856.740000', '092857.200000', '092857.660000', '092858.120000', '092858.580000', '092859.040000', '092859.500000', '092859.960000', '092900.420000', '092900.880000', '092901.340000', '092901.800000', '092902.260000', '092902.720000', '092903.180000', '092903.640000', '092904.100000', '092904.560000', '092905.020000', '092905.480000', '092905.940000', '092906.400000', '092906.860000', '092907.320000', '092907.780000', '092908.240000', '092908.700000', '092909.160000', '092909.620000', '092910.080000', '092910.540000', '092911.000000', '092911.460000', '092911.920000', '092912.380000', '092912.840000', '092913.300000', '092913.760000', '092914.220000', '092914.680000', '092915.140000', '092915.600000', '092916.060000', '092916.520000', '092916.980000', '092917.440000', '092917.900000', '092918.360000', '092918.820000', '092919.280000', '092919.740000', '092920.200000', '092920.660000', '092921.120000', '092921.580000', '092922.040000', '092922.500000', '092922.960000', '092923.420000', '092923.880000', '092924.340000', '092924.800000', '092925.260000', '092925.720000', '092926.180000', '092926.640000', '092927.100000', '092927.560000', '092928.020000', '092928.480000', '092928.940000', '092929.400000', '092929.860000', '092930.320000', '092930.780000', '092931.240000', '092931.700000', '092932.160000', '092932.620000', '092933.080000', '092933.540000', '092934.000000', '092934.460000', '092934.920000', '092935.380000', '092935.840000', '092936.300000', '092936.760000', '092937.220000', '092937.680000', '092938.140000', '092938.600000', '092939.060000', '092939.520000', '092939.980000', '092940.440000', '092940.900000', '092941.360000', '092941.820000', '092942.280000', '092942.740000', '092943.200000', '092943.660000', '092944.120000', '092944.580000', '092945.040000', '092945.500000', '092945.960000', '092946.420000', '092946.880000', '092947.340000', '092947.800000', '092948.260000', '092948.720000', '092949.180000', '092949.640000', '092950.100000', '092950.560000', '092951.020000', '092951.480000', '092951.940000', '092952.400000', '092952.860000', '092953.320000', '092953.780000', '092954.240000', '092954.700000', '092955.160000', '092955.620000', '092956.080000', '092956.540000', '092957.000000', '092957.460000', '092957.920000', '092958.380000', '092958.840000', '092959.300000', '092959.760000', '093000.220000', '093000.680000', '093001.140000', '093001.600000', '093002.060000', '093002.520000', '093002.980000', '093003.440000', '093003.900000', '093004.360000', '093004.820000', '093005.280000', '093005.740000', '093006.200000', '093006.660000', '093007.120000', '093007.580000', '093008.040000', '093008.500000', '093008.960000', '093009.420000', '093009.880000', '093010.340000', '093010.800000', '093011.260000', '093011.720000', '093012.180000', '093012.640000', '093013.100000', '093013.560000', '093014.020000', '093014.480000', '093014.940000', '093015.400000', '093015.860000', '093016.320000', '093016.780000', '093017.240000', '093017.700000', '093018.160000', '093018.620000', '093019.080000', '093019.540000', '093020.000000', '093020.460000', '093020.920000', '093021.380000', '093021.840000', '093022.300000', '093022.760000', '093023.220000', '093023.680000', '093024.140000', '093024.600000', '093025.060000', '093025.520000', '093025.980000', '093026.440000', '093026.900000', '093027.360000', '093027.820000', '093028.280000', '093028.740000', '093029.200000', '093029.660000', '093030.120000', '093030.580000', '093031.040000', '093031.500000', '093031.960000', '093032.420000', '093032.880000', '093033.340000', '093033.800000', '093034.260000', '093034.720000', '093035.180000', '093035.640000', '093036.100000', '093036.560000', '093037.020000', '093037.480000', '093037.940000', '093038.400000', '093038.860000', '093039.320000', '093039.780000', '093040.240000', '093040.700000', '093041.160000', '093041.620000', '093042.080000', '093042.540000', '093043.000000', '093043.460000', '093043.920000', '093044.380000', '093044.840000', '093045.300000', '093045.760000', '093046.220000', '093046.680000', '093047.140000', '093047.600000', '093048.060000', '093048.520000', '093048.980000', '093049.440000', '093049.900000', '093050.360000', '093050.820000', '093051.280000', '093051.740000', '093052.200000', '093052.660000', '093053.120000', '093053.580000', '093054.040000', '093054.500000', '093054.960000', '093055.420000', '093055.880000', '093056.340000', '093056.800000', '093057.260000', '093057.720000', '093058.180000', '093058.640000', '093059.100000', '093059.560000', '093100.020000', '093100.480000', '093100.940000', '093101.400000', '093101.860000', '093102.320000', '093102.780000', '093103.240000', '093103.700000', '093104.160000', '093104.620000', '093105.080000', '093105.540000', '093106.000000', '093106.460000', '093106.920000'], 'ContentTime': ['092445.626000', '092445.629000', '092445.639000', '092445.642000', '092445.644000', '092445.647000', '092445.649000', '092445.652000', '092445.654000', '092445.657000', '092445.660000', '092445.662000', '092445.665000', '092445.667000', '092445.670000', '092445.673000', '092445.675000', '092445.678000', '092445.680000', '092445.683000', '092445.686000', '092445.688000', '092445.691000', '092445.698000', '092445.700000', '092445.703000', '092445.705000', '092445.708000', '092445.711000', '092445.713000', '092445.716000', '092445.718000', '092445.721000', '092445.723000', '092445.726000', '092445.729000', '092445.731000', '092445.734000', '092445.736000', '092505.588000', '092505.591000', '092505.593000', '092505.596000', '092505.599000', '092505.601000', '092505.604000', '092505.607000', '092505.609000', '092505.612000', '092505.614000', '092505.617000', '092505.619000', '092505.622000', '092505.625000', '092505.627000', '092505.630000', '092505.633000', '092505.635000', '092505.638000', '092505.640000', '092505.643000', '092505.645000', '092505.648000', '092505.650000', '092505.653000', '092505.655000', '092505.658000', '092505.660000', '092505.663000', '092505.666000', '092505.668000', '092505.671000', '092505.673000', '092505.676000', '092505.678000', '092505.681000', '092505.684000', '092505.687000', '092505.689000', '092505.698000', '092505.701000', '092505.703000', '092525.588000', '092525.590000', '092525.593000', '092525.596000', '092525.598000', '092525.608000', '092525.610000', '092525.613000', '092525.615000', '092525.618000', '092525.621000', '092525.623000', '092525.626000', '092525.628000', '092525.631000', '092525.634000', '092525.636000', '092525.639000', '092525.642000', '092525.644000', '092525.647000', '092525.649000', '092525.652000', '092525.654000', '092525.657000', '092525.660000', '092525.662000', '092525.665000', '092525.667000', '092525.670000', '092525.673000', '092525.675000', '092525.678000', '092525.680000', '092525.683000', '092525.686000', '092525.688000', '092525.693000', '092525.696000', '092525.699000', '092525.701000', '092525.704000', '092525.707000', '092525.709000', '092545.588000', '092545.591000', '092545.594000', '092545.596000', '092545.599000', '092545.602000', '092545.605000', '092545.607000', '092545.610000', '092545.612000', '092545.615000', '092545.617000', '092545.620000', '092545.623000', '092545.625000', '092545.628000', '092545.631000', '092545.633000', '092545.636000', '092545.638000', '092545.641000', '092545.644000', '092545.646000', '092545.649000', '092545.651000', '092545.654000', '092545.656000', '092545.659000', '092545.662000', '092545.688000', '092545.691000', '092545.693000', '092545.696000', '092545.699000', '092545.706000', '092545.709000', '092545.711000', '092545.714000', '092545.717000', '092545.719000', '092545.722000', '092545.724000', '092545.727000', '092605.589000', '092605.591000', '092605.594000', '092605.597000', '092605.599000', '092605.602000', '092605.605000', '092605.607000', '092605.610000', '092605.613000', '092605.615000', '092605.618000', '092605.620000', '092605.623000', '092605.626000', '092605.628000', '092605.631000', '092605.634000', '092605.636000', '092605.639000', '092605.641000', '092605.644000', '092605.647000', '092605.649000', '092605.652000', '092605.655000', '092605.657000', '092605.660000', '092605.663000', '092605.665000', '092605.668000', '092605.671000', '092605.673000', '092605.676000', '092605.678000', '092605.681000', '092605.683000', '092605.686000', '092605.689000', '092605.691000', '092605.694000', '092605.696000', '092605.699000', '092605.702000', '092625.588000', '092625.591000', '092625.594000', '092625.597000', '092625.599000', '092625.602000', '092625.605000', '092625.607000', '092625.610000', '092625.612000', '092625.615000', '092625.618000', '092625.620000', '092625.623000', '092625.626000', '092625.628000', '092625.631000', '092625.634000', '092625.636000', '092625.639000', '092625.642000', '092625.644000', '092625.647000', '092625.649000', '092625.652000', '092625.655000', '092625.657000', '092625.660000', '092625.663000', '092625.665000', '092625.668000', '092625.671000', '092625.673000', '092625.676000', '092625.678000', '092625.681000', '092625.684000', '092625.686000', '092625.689000', '092625.692000', '092625.694000', '092625.697000', '092625.699000', '092645.589000', '092645.592000', '092645.594000', '092645.597000', '092645.600000', '092645.602000', '092645.605000', '092645.607000', '092645.610000', '092645.613000', '092645.615000', '092645.618000', '092645.621000', '092645.623000', '092645.626000', '092645.629000', '092645.631000', '092645.634000', '092645.637000', '092645.639000', '092645.642000', '092645.644000', '092645.647000', '092645.649000', '092645.652000', '092645.655000', '092645.657000', '092645.660000', '092645.663000', '092645.665000', '092645.668000', '092645.670000', '092645.673000', '092645.676000', '092645.678000', '092645.681000', '092645.683000', '092645.686000', '092645.688000', '092645.691000', '092645.694000', '092645.696000', '092645.699000', '092645.702000', '092705.588000', '092705.590000', '092705.593000', '092705.596000', '092705.598000', '092705.601000', '092705.604000', '092705.606000', '092705.609000', '092705.611000', '092705.614000', '092705.617000', '092705.619000', '092705.622000', '092705.625000', '092705.627000', '092705.630000', '092705.633000', '092705.635000', '092705.638000', '092705.641000', '092705.643000', '092705.646000', '092705.649000', '092705.651000', '092705.654000', '092705.657000', '092705.659000', '092705.662000', '092705.664000', '092705.667000', '092705.670000', '092705.672000', '092705.675000', '092705.677000', '092705.691000', '092705.693000', '092705.696000', '092705.699000', '092705.701000', '092705.704000', '092705.707000', '092705.709000', '092725.587000', '092725.590000', '092725.593000', '092725.596000', '092725.598000', '092725.601000', '092725.604000', '092725.606000', '092725.609000', '092725.611000', '092725.614000', '092725.617000', '092725.620000', '092725.622000', '092725.625000', '092725.635000', '092725.637000', '092725.640000', '092725.642000', '092725.645000', '092725.648000', '092725.650000', '092725.653000', '092725.655000', '092725.658000', '092725.673000', '092725.676000', '092725.679000', '092725.681000', '092725.684000', '092725.686000', '092725.689000', '092725.692000', '092725.694000', '092725.697000', '092725.700000', '092725.702000', '092725.705000', '092725.707000', '092725.710000', '092725.713000', '092725.715000', '092725.718000', '092725.721000', '092745.588000', '092745.591000', '092745.593000', '092745.596000', '092745.599000', '092745.602000', '092745.604000', '092745.607000', '092745.609000', '092745.612000', '092745.615000', '092745.618000', '092745.620000', '092745.623000', '092745.625000', '092745.628000', '092745.631000', '092745.633000', '092745.636000', '092745.639000', '092745.641000', '092745.644000', '092745.646000', '092745.649000', '092745.652000', '092745.654000', '092745.657000', '092745.660000', '092745.662000', '092745.665000', '092745.668000', '092745.670000', '092745.673000', '092745.675000', '092745.678000', '092745.681000', '092745.683000', '092745.686000', '092745.689000', '092745.691000', '092745.694000', '092745.696000', '092745.699000', '092805.588000', '092805.591000', '092805.594000', '092805.596000', '092805.599000', '092805.603000', '092805.606000', '092805.609000', '092805.611000', '092805.615000', '092805.617000', '092805.620000', '092805.622000', '092805.625000', '092805.628000', '092805.630000', '092805.633000', '092805.636000', '092805.638000', '092805.641000', '092805.643000', '092805.646000', '092805.649000', '092805.651000', '092805.654000', '092805.657000', '092805.659000', '092805.662000', '092805.665000', '092805.667000', '092805.670000', '092805.673000', '092805.675000', '092805.678000', '092805.681000', '092805.683000', '092805.686000', '092805.689000', '092805.691000', '092805.694000', '092805.697000', '092805.699000', '092805.702000', '092825.588000', '092825.591000', '092825.594000', '092825.596000', '092825.599000', '092825.602000', '092825.604000', '092825.607000', '092825.610000', '092825.612000', '092825.615000', '092825.618000', '092825.620000', '092825.623000', '092825.626000', '092825.628000', '092825.631000', '092825.633000', '092825.636000', '092825.639000', '092825.641000', '092825.644000', '092825.647000', '092825.649000', '092825.652000', '092825.655000', '092825.657000', '092825.660000', '092825.662000', '092825.665000', '092825.668000', '092825.670000', '092825.673000', '092825.676000', '092825.678000', '092825.681000', '092825.683000', '092825.686000', '092825.689000', '092825.691000', '092825.694000', '092825.697000', '092825.699000', '092825.702000', '092845.589000', '092845.591000', '092845.594000', '092845.597000', '092845.599000', '092845.602000', '092845.605000', '092845.607000', '092845.610000', '092845.613000', '092845.615000', '092845.618000', '092845.621000', '092845.624000', '092845.626000', '092845.629000', '092845.631000', '092845.634000', '092845.637000', '092845.639000', '092845.642000', '092845.645000', '092845.647000', '092845.650000', '092845.652000', '092845.655000', '092845.658000', '092845.660000', '092845.663000', '092845.665000', '092845.668000', '092845.671000', '092845.673000', '092845.676000', '092845.679000', '092845.681000', '092845.684000', '092845.687000', '092845.689000', '092845.692000', '092845.694000', '092845.697000', '092845.700000', '092845.702000', '092905.589000', '092905.591000', '092905.594000', '092905.597000', '092905.600000', '092905.602000', '092905.615000', '092905.618000', '092905.620000', '092905.623000', '092905.625000', '092905.628000', '092905.631000', '092905.633000', '092905.636000', '092905.639000', '092905.641000', '092905.644000', '092905.646000', '092905.649000', '092905.652000', '092905.655000', '092905.657000', '092905.660000', '092905.663000', '092905.665000', '092905.668000', '092905.671000', '092905.673000', '092905.676000', '092905.678000', '092905.681000', '092905.684000', '092905.686000', '092905.689000', '092905.692000', '092905.694000', '092905.697000', '092905.700000', '092905.702000', '092905.705000', '092905.708000', '092905.710000', '092925.588000', '092925.591000', '092925.593000', '092925.596000', '092925.599000', '092925.601000', '092925.604000', '092925.607000', '092925.609000', '092925.612000', '092925.615000', '092925.617000', '092925.620000', '092925.622000', '092925.625000', '092925.628000', '092925.630000', '092925.633000', '092925.636000', '092925.638000', '092925.641000', '092925.644000', '092925.646000', '092925.649000', '092925.653000', '092925.656000', '092925.659000', '092925.661000', '092925.664000', '092925.667000', '092925.669000', '092925.672000', '092925.674000', '092925.677000', '092925.680000', '092925.682000', '092925.685000', '092925.688000', '092925.690000', '092925.693000', '092925.696000', '092925.698000', '092925.701000', '092945.588000', '092945.591000', '092945.593000', '092945.596000', '092945.599000', '092945.602000', '092945.604000', '092945.607000', '092945.610000', '092945.612000', '092945.615000', '092945.618000', '092945.620000', '092945.623000', '092945.626000', '092945.628000', '092945.631000', '092945.634000', '092945.636000', '092945.639000', '092945.642000', '092945.644000', '092945.647000', '092945.650000', '092945.652000', '092945.655000', '092945.657000', '092945.660000', '092945.663000', '092945.665000', '092945.668000', '092945.670000', '092945.673000', '092945.676000', '092945.678000', '092945.681000', '092945.684000', '092945.686000', '092945.689000', '092945.691000', '092945.694000', '092945.697000', '092945.699000', '092945.702000', '093005.587000', '093005.591000', '093005.593000', '093005.596000', '093005.599000', '093005.601000', '093005.604000', '093005.607000', '093005.609000', '093005.612000', '093005.615000', '093005.618000', '093005.620000', '093005.623000', '093005.625000', '093005.628000', '093005.631000', '093005.633000', '093005.636000', '093005.639000', '093005.641000', '093005.644000', '093005.647000', '093005.650000', '093005.652000', '093005.655000', '093005.657000', '093005.660000', '093005.663000', '093005.665000', '093005.668000', '093005.671000', '093005.673000', '093005.676000', '093005.678000', '093005.681000', '093005.684000', '093005.686000', '093005.689000', '093005.692000', '093005.694000', '093005.697000', '093005.699000', '093025.588000', '093025.591000', '093025.594000', '093025.597000', '093025.600000', '093025.602000', '093025.605000', '093025.608000', '093025.610000', '093025.613000', '093025.616000', '093025.618000', '093025.621000', '093025.623000', '093025.626000', '093025.629000', '093025.631000', '093025.657000', '093025.660000', '093025.663000', '093025.665000', '093025.668000', '093025.671000', '093025.673000', '093025.676000', '093025.678000', '093025.681000', '093025.684000', '093025.687000', '093025.689000', '093025.692000', '093025.694000', '093025.697000', '093025.700000', '093025.703000', '093025.705000', '093025.709000', '093025.712000', '093025.715000', '093025.717000', '093025.720000', '093025.722000', '093025.725000', '093025.728000', '093045.589000', '093045.591000', '093045.594000', '093045.597000', '093045.600000', '093045.602000', '093045.605000', '093045.607000', '093045.610000', '093045.613000', '093045.615000', '093045.618000', '093045.621000', '093045.624000', '093045.626000', '093045.629000', '093045.632000', '093045.634000', '093045.637000', '093045.639000', '093045.642000', '093045.645000', '093045.647000', '093045.650000', '093045.653000', '093045.655000', '093045.658000', '093045.661000', '093045.663000', '093045.666000', '093045.669000', '093045.671000', '093045.674000', '093045.676000', '093045.679000', '093045.682000', '093045.684000', '093045.687000', '093045.690000', '093045.693000', '093045.696000', '093045.698000', '093045.701000', '093105.588000', '093105.591000', '093105.594000', '093105.597000', '093105.599000', '093105.602000', '093105.605000', '093105.607000', '093105.610000', '093105.613000', '093105.615000', '093105.618000', '093105.620000', '093105.623000', '093105.626000', '093105.628000', '093105.631000', '093105.634000', '093105.636000', '093105.639000', '093105.641000', '093105.644000', '093105.647000', '093105.649000', '093105.652000', '093105.655000', '093105.658000', '093105.660000', '093105.663000', '093105.666000', '093105.668000', '093105.671000', '093105.674000', '093105.676000', '093105.679000', '093105.682000', '093105.684000', '093105.687000', '093105.690000', '093105.692000', '093105.695000', '093105.698000', '093105.700000', '093105.703000', '093108.642000', '093108.645000', '093108.647000', '093108.650000', '093108.653000', '093108.656000', '093108.659000'], 'InstanceCreationTime': ['092445.626000', '092445.629000', '092445.639000', '092445.642000', '092445.644000', '092445.647000', '092445.649000', '092445.652000', '092445.654000', '092445.657000', '092445.660000', '092445.662000', '092445.665000', '092445.667000', '092445.670000', '092445.673000', '092445.675000', '092445.678000', '092445.680000', '092445.683000', '092445.686000', '092445.688000', '092445.691000', '092445.698000', '092445.700000', '092445.703000', '092445.705000', '092445.708000', '092445.711000', '092445.713000', '092445.716000', '092445.718000', '092445.721000', '092445.723000', '092445.726000', '092445.729000', '092445.731000', '092445.734000', '092445.736000', '092505.588000', '092505.591000', '092505.593000', '092505.596000', '092505.599000', '092505.601000', '092505.604000', '092505.607000', '092505.609000', '092505.612000', '092505.614000', '092505.617000', '092505.619000', '092505.622000', '092505.625000', '092505.627000', '092505.630000', '092505.633000', '092505.635000', '092505.638000', '092505.640000', '092505.643000', '092505.645000', '092505.648000', '092505.650000', '092505.653000', '092505.655000', '092505.658000', '092505.660000', '092505.663000', '092505.666000', '092505.668000', '092505.671000', '092505.673000', '092505.676000', '092505.678000', '092505.681000', '092505.684000', '092505.687000', '092505.689000', '092505.698000', '092505.701000', '092505.703000', '092525.588000', '092525.590000', '092525.593000', '092525.596000', '092525.598000', '092525.608000', '092525.610000', '092525.613000', '092525.615000', '092525.618000', '092525.621000', '092525.623000', '092525.626000', '092525.628000', '092525.631000', '092525.634000', '092525.636000', '092525.639000', '092525.642000', '092525.644000', '092525.647000', '092525.649000', '092525.652000', '092525.654000', '092525.657000', '092525.660000', '092525.662000', '092525.665000', '092525.667000', '092525.670000', '092525.673000', '092525.675000', '092525.678000', '092525.680000', '092525.683000', '092525.686000', '092525.688000', '092525.693000', '092525.696000', '092525.699000', '092525.701000', '092525.704000', '092525.707000', '092525.709000', '092545.588000', '092545.591000', '092545.594000', '092545.596000', '092545.599000', '092545.602000', '092545.605000', '092545.607000', '092545.610000', '092545.612000', '092545.615000', '092545.617000', '092545.620000', '092545.623000', '092545.625000', '092545.628000', '092545.631000', '092545.633000', '092545.636000', '092545.638000', '092545.641000', '092545.644000', '092545.646000', '092545.649000', '092545.651000', '092545.654000', '092545.656000', '092545.659000', '092545.662000', '092545.688000', '092545.691000', '092545.693000', '092545.696000', '092545.699000', '092545.706000', '092545.709000', '092545.711000', '092545.714000', '092545.717000', '092545.719000', '092545.722000', '092545.724000', '092545.727000', '092605.589000', '092605.591000', '092605.594000', '092605.597000', '092605.599000', '092605.602000', '092605.605000', '092605.607000', '092605.610000', '092605.613000', '092605.615000', '092605.618000', '092605.620000', '092605.623000', '092605.626000', '092605.628000', '092605.631000', '092605.634000', '092605.636000', '092605.639000', '092605.641000', '092605.644000', '092605.647000', '092605.649000', '092605.652000', '092605.655000', '092605.657000', '092605.660000', '092605.663000', '092605.665000', '092605.668000', '092605.671000', '092605.673000', '092605.676000', '092605.678000', '092605.681000', '092605.683000', '092605.686000', '092605.689000', '092605.691000', '092605.694000', '092605.696000', '092605.699000', '092605.702000', '092625.588000', '092625.591000', '092625.594000', '092625.597000', '092625.599000', '092625.602000', '092625.605000', '092625.607000', '092625.610000', '092625.612000', '092625.615000', '092625.618000', '092625.620000', '092625.623000', '092625.626000', '092625.628000', '092625.631000', '092625.634000', '092625.636000', '092625.639000', '092625.642000', '092625.644000', '092625.647000', '092625.649000', '092625.652000', '092625.655000', '092625.657000', '092625.660000', '092625.663000', '092625.665000', '092625.668000', '092625.671000', '092625.673000', '092625.676000', '092625.678000', '092625.681000', '092625.684000', '092625.686000', '092625.689000', '092625.692000', '092625.694000', '092625.697000', '092625.699000', '092645.589000', '092645.592000', '092645.594000', '092645.597000', '092645.600000', '092645.602000', '092645.605000', '092645.607000', '092645.610000', '092645.613000', '092645.615000', '092645.618000', '092645.621000', '092645.623000', '092645.626000', '092645.629000', '092645.631000', '092645.634000', '092645.637000', '092645.639000', '092645.642000', '092645.644000', '092645.647000', '092645.649000', '092645.652000', '092645.655000', '092645.657000', '092645.660000', '092645.663000', '092645.665000', '092645.668000', '092645.670000', '092645.673000', '092645.676000', '092645.678000', '092645.681000', '092645.683000', '092645.686000', '092645.688000', '092645.691000', '092645.694000', '092645.696000', '092645.699000', '092645.702000', '092705.588000', '092705.590000', '092705.593000', '092705.596000', '092705.598000', '092705.601000', '092705.604000', '092705.606000', '092705.609000', '092705.611000', '092705.614000', '092705.617000', '092705.619000', '092705.622000', '092705.625000', '092705.627000', '092705.630000', '092705.633000', '092705.635000', '092705.638000', '092705.641000', '092705.643000', '092705.646000', '092705.649000', '092705.651000', '092705.654000', '092705.657000', '092705.659000', '092705.662000', '092705.664000', '092705.667000', '092705.670000', '092705.672000', '092705.675000', '092705.677000', '092705.691000', '092705.693000', '092705.696000', '092705.699000', '092705.701000', '092705.704000', '092705.707000', '092705.709000', '092725.587000', '092725.590000', '092725.593000', '092725.596000', '092725.598000', '092725.601000', '092725.604000', '092725.606000', '092725.609000', '092725.611000', '092725.614000', '092725.617000', '092725.620000', '092725.622000', '092725.625000', '092725.635000', '092725.637000', '092725.640000', '092725.642000', '092725.645000', '092725.648000', '092725.650000', '092725.653000', '092725.655000', '092725.658000', '092725.673000', '092725.676000', '092725.679000', '092725.681000', '092725.684000', '092725.686000', '092725.689000', '092725.692000', '092725.694000', '092725.697000', '092725.700000', '092725.702000', '092725.705000', '092725.707000', '092725.710000', '092725.713000', '092725.715000', '092725.718000', '092725.721000', '092745.588000', '092745.591000', '092745.593000', '092745.596000', '092745.599000', '092745.602000', '092745.604000', '092745.607000', '092745.609000', '092745.612000', '092745.615000', '092745.618000', '092745.620000', '092745.623000', '092745.625000', '092745.628000', '092745.631000', '092745.633000', '092745.636000', '092745.639000', '092745.641000', '092745.644000', '092745.646000', '092745.649000', '092745.652000', '092745.654000', '092745.657000', '092745.660000', '092745.662000', '092745.665000', '092745.668000', '092745.670000', '092745.673000', '092745.675000', '092745.678000', '092745.681000', '092745.683000', '092745.686000', '092745.689000', '092745.691000', '092745.694000', '092745.696000', '092745.699000', '092805.588000', '092805.591000', '092805.594000', '092805.596000', '092805.599000', '092805.603000', '092805.606000', '092805.609000', '092805.611000', '092805.615000', '092805.617000', '092805.620000', '092805.622000', '092805.625000', '092805.628000', '092805.630000', '092805.633000', '092805.636000', '092805.638000', '092805.641000', '092805.643000', '092805.646000', '092805.649000', '092805.651000', '092805.654000', '092805.657000', '092805.659000', '092805.662000', '092805.665000', '092805.667000', '092805.670000', '092805.673000', '092805.675000', '092805.678000', '092805.681000', '092805.683000', '092805.686000', '092805.689000', '092805.691000', '092805.694000', '092805.697000', '092805.699000', '092805.702000', '092825.588000', '092825.591000', '092825.594000', '092825.596000', '092825.599000', '092825.602000', '092825.604000', '092825.607000', '092825.610000', '092825.612000', '092825.615000', '092825.618000', '092825.620000', '092825.623000', '092825.626000', '092825.628000', '092825.631000', '092825.633000', '092825.636000', '092825.639000', '092825.641000', '092825.644000', '092825.647000', '092825.649000', '092825.652000', '092825.655000', '092825.657000', '092825.660000', '092825.662000', '092825.665000', '092825.668000', '092825.670000', '092825.673000', '092825.676000', '092825.678000', '092825.681000', '092825.683000', '092825.686000', '092825.689000', '092825.691000', '092825.694000', '092825.697000', '092825.699000', '092825.702000', '092845.589000', '092845.591000', '092845.594000', '092845.597000', '092845.599000', '092845.602000', '092845.605000', '092845.607000', '092845.610000', '092845.613000', '092845.615000', '092845.618000', '092845.621000', '092845.624000', '092845.626000', '092845.629000', '092845.631000', '092845.634000', '092845.637000', '092845.639000', '092845.642000', '092845.645000', '092845.647000', '092845.650000', '092845.652000', '092845.655000', '092845.658000', '092845.660000', '092845.663000', '092845.665000', '092845.668000', '092845.671000', '092845.673000', '092845.676000', '092845.679000', '092845.681000', '092845.684000', '092845.687000', '092845.689000', '092845.692000', '092845.694000', '092845.697000', '092845.700000', '092845.702000', '092905.589000', '092905.591000', '092905.594000', '092905.597000', '092905.600000', '092905.602000', '092905.615000', '092905.618000', '092905.620000', '092905.623000', '092905.625000', '092905.628000', '092905.631000', '092905.633000', '092905.636000', '092905.639000', '092905.641000', '092905.644000', '092905.646000', '092905.649000', '092905.652000', '092905.655000', '092905.657000', '092905.660000', '092905.663000', '092905.665000', '092905.668000', '092905.671000', '092905.673000', '092905.676000', '092905.678000', '092905.681000', '092905.684000', '092905.686000', '092905.689000', '092905.692000', '092905.694000', '092905.697000', '092905.700000', '092905.702000', '092905.705000', '092905.708000', '092905.710000', '092925.588000', '092925.591000', '092925.593000', '092925.596000', '092925.599000', '092925.601000', '092925.604000', '092925.607000', '092925.609000', '092925.612000', '092925.615000', '092925.617000', '092925.620000', '092925.622000', '092925.625000', '092925.628000', '092925.630000', '092925.633000', '092925.636000', '092925.638000', '092925.641000', '092925.644000', '092925.646000', '092925.649000', '092925.653000', '092925.656000', '092925.659000', '092925.661000', '092925.664000', '092925.667000', '092925.669000', '092925.672000', '092925.674000', '092925.677000', '092925.680000', '092925.682000', '092925.685000', '092925.688000', '092925.690000', '092925.693000', '092925.696000', '092925.698000', '092925.701000', '092945.588000', '092945.591000', '092945.593000', '092945.596000', '092945.599000', '092945.602000', '092945.604000', '092945.607000', '092945.610000', '092945.612000', '092945.615000', '092945.618000', '092945.620000', '092945.623000', '092945.626000', '092945.628000', '092945.631000', '092945.634000', '092945.636000', '092945.639000', '092945.642000', '092945.644000', '092945.647000', '092945.650000', '092945.652000', '092945.655000', '092945.657000', '092945.660000', '092945.663000', '092945.665000', '092945.668000', '092945.670000', '092945.673000', '092945.676000', '092945.678000', '092945.681000', '092945.684000', '092945.686000', '092945.689000', '092945.691000', '092945.694000', '092945.697000', '092945.699000', '092945.702000', '093005.587000', '093005.591000', '093005.593000', '093005.596000', '093005.599000', '093005.601000', '093005.604000', '093005.607000', '093005.609000', '093005.612000', '093005.615000', '093005.618000', '093005.620000', '093005.623000', '093005.625000', '093005.628000', '093005.631000', '093005.633000', '093005.636000', '093005.639000', '093005.641000', '093005.644000', '093005.647000', '093005.650000', '093005.652000', '093005.655000', '093005.657000', '093005.660000', '093005.663000', '093005.665000', '093005.668000', '093005.671000', '093005.673000', '093005.676000', '093005.678000', '093005.681000', '093005.684000', '093005.686000', '093005.689000', '093005.692000', '093005.694000', '093005.697000', '093005.699000', '093025.588000', '093025.591000', '093025.594000', '093025.597000', '093025.600000', '093025.602000', '093025.605000', '093025.608000', '093025.610000', '093025.613000', '093025.616000', '093025.618000', '093025.621000', '093025.623000', '093025.626000', '093025.629000', '093025.631000', '093025.657000', '093025.660000', '093025.663000', '093025.665000', '093025.668000', '093025.671000', '093025.673000', '093025.676000', '093025.678000', '093025.681000', '093025.684000', '093025.687000', '093025.689000', '093025.692000', '093025.694000', '093025.697000', '093025.700000', '093025.703000', '093025.705000', '093025.709000', '093025.712000', '093025.715000', '093025.717000', '093025.720000', '093025.722000', '093025.725000', '093025.728000', '093045.589000', '093045.591000', '093045.594000', '093045.597000', '093045.600000', '093045.602000', '093045.605000', '093045.607000', '093045.610000', '093045.613000', '093045.615000', '093045.618000', '093045.621000', '093045.624000', '093045.626000', '093045.629000', '093045.632000', '093045.634000', '093045.637000', '093045.639000', '093045.642000', '093045.645000', '093045.647000', '093045.650000', '093045.653000', '093045.655000', '093045.658000', '093045.661000', '093045.663000', '093045.666000', '093045.669000', '093045.671000', '093045.674000', '093045.676000', '093045.679000', '093045.682000', '093045.684000', '093045.687000', '093045.690000', '093045.693000', '093045.696000', '093045.698000', '093045.701000', '093105.588000', '093105.591000', '093105.594000', '093105.597000', '093105.599000', '093105.602000', '093105.605000', '093105.607000', '093105.610000', '093105.613000', '093105.615000', '093105.618000', '093105.620000', '093105.623000', '093105.626000', '093105.628000', '093105.631000', '093105.634000', '093105.636000', '093105.639000', '093105.641000', '093105.644000', '093105.647000', '093105.649000', '093105.652000', '093105.655000', '093105.658000', '093105.660000', '093105.663000', '093105.666000', '093105.668000', '093105.671000', '093105.674000', '093105.676000', '093105.679000', '093105.682000', '093105.684000', '093105.687000', '093105.690000', '093105.692000', '093105.695000', '093105.698000', '093105.700000', '093105.703000', '093108.642000', '093108.645000', '093108.647000', '093108.650000', '093108.653000', '093108.656000', '093108.659000'], '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': [10800, 9425, 11661, 8302, 6802, 9556, 7068, 10495, 7995, 6777, 9516, 7444, 6048, 9527, 6733, 5911, 8680, 7405, 8148, 7314, 6679, 10249, 8261, 6662, 9756, 7434, 6108, 9771, 8318, 7409, 9596, 8773, 10335, 11165, 9104, 11050, 8862, 7285, 9205, 8534, 7190, 9242, 9404, 8143, 10620, 8092, 7896, 9480, 7927, 8702, 9384, 8981, 6395, 8429, 8059, 6645, 9508, 7819, 8653, 7870, 7905, 7242, 6949, 8627, 10248, 10749, 10046, 9888, 9385, 9778, 7988, 8192, 6228, 7406, 9017, 7396, 8413, 9039, 8402, 9297, 8761, 7879, 9440, 10084, 11146, 8459, 8252, 9911, 8216, 7681, 8803, 8804, 7862, 6600, 9935, 6227, 7288, 9036, 9460, 8789, 8892, 9126, 9788, 9497, 8125, 8545, 9417, 10962, 8314, 9498, 10038, 8425, 8414, 9926, 9944, 9634, 7448, 10279, 8769, 9430, 10006, 7977, 6521, 8637, 8607, 8395, 8702, 6788, 8248, 9727, 9155, 9099, 7825, 9720, 9747, 7267, 7243, 8131, 9768, 8994, 6898, 7159, 8473, 9785, 8409, 9860, 6896, 6397, 9491, 8646, 8962, 7813, 6164, 8707, 8314, 8949, 6856, 7808, 8811, 9331, 8769, 9850, 9597, 9049, 11821, 9205, 12026, 8211, 12130, 9738, 11421, 9189, 7642, 7392, 8827, 10075, 8373, 7050, 8113, 9322, 9475, 10343, 8781, 9417, 8966, 9651, 9887, 8278, 8639, 8456, 7821, 6217, 7401, 9197, 9110, 10263, 8822, 7737, 8330, 9116, 10027, 8686, 9830, 7477, 7723, 8751, 7785, 9793, 6404, 7161, 9148, 7256, 6901, 8684, 9068, 10603, 8864, 11425, 11461, 7587, 7517, 6731, 7498, 8918, 6895, 9780, 8302, 10150, 8588, 10381, 8293, 8229, 9586, 10116, 10059, 9658, 9725, 10346, 9810, 10779, 10042, 10656, 8801, 10201, 10905, 11034, 10508, 12333, 10255, 9994, 10554, 9747, 10701, 7303, 7963, 8799, 9866, 9686, 7323, 6060, 7746, 8447, 8459, 10827, 9184, 9728, 10304, 6304, 6228, 8707, 9050, 6746, 8533, 11047, 8436, 7498, 6917, 6954, 8446, 11312, 10804, 7625, 11635, 8585, 10561, 9282, 7763, 9517, 7598, 6343, 10257, 6244, 5736, 6853, 6560, 9773, 6537, 6253, 9997, 7166, 7295, 11492, 11085, 9928, 9473, 7301, 10590, 7570, 12109, 8138, 7418, 7057, 6384, 10360, 7883, 5931, 7234, 6523, 10409, 7017, 7956, 9474, 7675, 11235, 10845, 7954, 11058, 8713, 11791, 11474, 10395, 7748, 7624, 9185, 7905, 10391, 7843, 6024, 7818, 6535, 10138, 6751, 9851, 6924, 6083, 9430, 6834, 12324, 7329, 9407, 7293, 6961, 8584, 6332, 7632, 11156, 8240, 6026, 9100, 7425, 7045, 6362, 10361, 8181, 10007, 12402, 6782, 9490, 8272, 5816, 12274, 7331, 6780, 8323, 7362, 7287, 7792, 8525, 6268, 5565, 8838, 5841, 12911, 8798, 6037, 9525, 5616, 11760, 7259, 12191, 9178, 6394, 6497, 6272, 6499, 6356, 5750, 11099, 5834, 8960, 6224, 9997, 7040, 13696, 8451, 10247, 6494, 6952, 7525, 8515, 7544, 5596, 7285, 5724, 9341, 5985, 10352, 6080, 7649, 6516, 8686, 7144, 5836, 7981, 5850, 7856, 6705, 5816, 13344, 8591, 8392, 7998, 5908, 12671, 6846, 13375, 6094, 5926, 6628, 5641, 11911, 6024, 6267, 6251, 5824, 10735, 6799, 11824, 9209, 7570, 11776, 6705, 10676, 13249, 10732, 12386, 5937, 8431, 6739, 6131, 10904, 7763, 5772, 8248, 6699, 10940, 7831, 7049, 6566, 8547, 6838, 12131, 8061, 9958, 6989, 5820, 10846, 6423, 6043, 12915, 12040, 10550, 12663, 8480, 13778, 11713, 10375, 9857, 10399, 9900, 6368, 10026, 8152, 5682, 9014, 6021, 12424, 7432, 6166, 8673, 6779, 11905, 8279, 11681, 8347, 6039, 10978, 6544, 11467, 7862, 8238, 10815, 7087, 6342, 8850, 7858, 7152, 13100, 7426, 6131, 10803, 7496, 9011, 12963, 6872, 10464, 8930, 6701, 9716, 13969, 8640, 6124, 11590, 7406, 9304, 9618, 6262, 10101, 6502, 6019, 8513, 5743, 12146, 7088, 5981, 9608, 5879, 12798, 6710, 9981, 6649, 8727, 7102, 8770, 8488, 6559, 8160, 5716, 11031, 6357, 8622, 6369, 8528, 7643, 6681, 8449, 5680, 11989, 7128, 12490, 10624, 8017, 9507, 6489, 12661, 6785, 10538, 6026, 10793, 6721, 8606, 8143, 8268, 7551, 6036, 10214, 6616, 6999, 10822, 6015, 6436, 7590, 5907, 12901, 9382, 8386, 7853, 6034, 5784, 9879, 6996, 11840, 8134, 6209, 9928, 5916, 12989, 7642, 5822, 7047, 6041, 10279, 7337, 6657, 7179, 6068, 10389, 6720, 12239, 7954, 10683, 8071, 5933, 7992, 6407, 11625, 6056, 8593, 7445, 6294, 12519, 6422, 9266, 6177, 10376, 8564, 8962, 6966, 6157, 9104, 6167, 12567, 6983, 10418, 7486, 7797, 7164, 6228, 10080, 6405, 12089, 7308, 6387, 10521, 6880, 8334, 6009, 5760, 6468, 11604, 8270, 12343, 6993, 11538, 7817, 5880, 9011, 7313, 7513, 11550, 7978, 14313, 12930, 13053, 12830, 7976, 12054, 8849, 7246, 8142, 6640, 11557, 7711, 8926, 8058, 9625, 7976, 6173, 7069, 6457, 10588, 6528, 9043, 7212, 5949, 7438, 6300, 8494, 6534, 11164, 6868, 6702, 6769, 6139, 11258, 6332, 12168, 6735, 9296, 6837, 10343, 6710, 5971, 7503, 6794, 5892, 10824, 7327, 13073, 9451, 11687, 10008, 6415, 10519, 6794, 11126, 6735, 12048, 6753, 6086, 6517, 7167, 6148, 9475, 6443, 6045, 12146, 8336, 6448, 9259, 7718, 7582, 14348, 9450, 9553, 7968, 7584, 10264, 9736, 6575, 7759, 7630, 6075, 7598, 7271, 10457, 9421, 6612, 9612, 7550, 9988, 9218, 8260, 9763, 6571, 9639, 6968, 6944, 8998, 8249, 6565, 11900, 7516, 8831, 7646, 5918, 10272, 6853, 13239, 7414, 9884, 7368, 5957, 7543, 5948, 9723, 6683, 11390, 7143, 6145, 10618, 7821, 6099, 12779, 7292, 6134, 10461, 7681, 7562, 11049, 7524, 10647, 7908, 6474, 11698, 7617, 8133, 7739, 7030, 11536, 7692, 8631, 7929, 6824, 10763, 7781, 7110, 9962, 7100, 11039, 8296, 7615, 10288, 7460, 10526, 8107, 9954, 9142, 8528, 8994, 6530, 8559, 8002, 7472, 7663, 9552, 7075, 11917, 8102, 8727, 8182, 6340, 12042, 7592, 10590, 8112, 6970, 7201, 6151, 9868, 7331, 9802, 8040, 6937, 10125, 7249, 9349, 6694, 10236, 7278, 11715, 8058, 5933, 9554, 7166, 11547, 8464, 5932, 8882, 6992, 12155, 7124], 'WindowCenter': [3902.0, 3877.0, 3882.0, 3837.0, 3802.0, 3844.0, 3802.0, 3871.0, 3837.0, 3805.0, 3844.0, 3814.0, 3795.0, 3858.0, 3806.0, 3784.0, 3851.0, 3832.0, 3839.0, 3829.0, 3819.0, 3870.0, 3852.0, 3821.0, 3870.0, 3830.0, 3809.0, 3859.0, 3839.0, 3829.0, 3859.0, 3837.0, 3855.0, 3868.0, 3835.0, 3865.0, 3834.0, 3812.0, 3834.0, 3823.0, 3801.0, 3833.0, 3832.0, 3823.0, 3855.0, 3824.0, 3823.0, 3831.0, 3812.0, 3849.0, 3846.0, 3845.0, 3792.0, 3835.0, 3820.0, 3791.0, 3843.0, 3812.0, 3834.0, 3825.0, 3824.0, 3825.0, 3832.0, 3850.0, 3859.0, 3858.0, 3844.0, 3845.0, 3844.0, 3871.0, 3836.0, 3823.0, 3781.0, 3813.0, 3831.0, 3814.0, 3835.0, 3834.0, 3836.0, 3847.0, 3847.0, 3836.0, 3858.0, 3856.0, 3865.0, 3834.0, 3835.0, 3870.0, 3824.0, 3813.0, 3844.0, 3849.0, 3823.0, 3804.0, 3855.0, 3794.0, 3813.0, 3832.0, 3845.0, 3834.0, 3834.0, 3844.0, 3857.0, 3845.0, 3824.0, 3832.0, 3832.0, 3854.0, 3836.0, 3844.0, 3841.0, 3822.0, 3820.0, 3841.0, 3843.0, 3857.0, 3828.0, 3855.0, 3835.0, 3844.0, 3853.0, 3824.0, 3790.0, 3830.0, 3833.0, 3836.0, 3845.0, 3805.0, 3835.0, 3859.0, 3843.0, 3833.0, 3812.0, 3843.0, 3844.0, 3812.0, 3800.0, 3821.0, 3842.0, 3834.0, 3813.0, 3803.0, 3822.0, 3842.0, 3822.0, 3843.0, 3814.0, 3805.0, 3858.0, 3837.0, 3844.0, 3823.0, 3780.0, 3834.0, 3836.0, 3846.0, 3804.0, 3823.0, 3845.0, 3845.0, 3835.0, 3856.0, 3858.0, 3844.0, 3866.0, 3831.0, 3863.0, 3810.0, 3851.0, 3830.0, 3851.0, 3831.0, 3808.0, 3797.0, 3818.0, 3840.0, 3821.0, 3802.0, 3822.0, 3843.0, 3840.0, 3853.0, 3831.0, 3833.0, 3831.0, 3841.0, 3843.0, 3818.0, 3820.0, 3820.0, 3823.0, 3791.0, 3812.0, 3843.0, 3843.0, 3853.0, 3845.0, 3823.0, 3832.0, 3845.0, 3844.0, 3836.0, 3844.0, 3812.0, 3823.0, 3833.0, 3823.0, 3855.0, 3804.0, 3814.0, 3846.0, 3826.0, 3828.0, 3847.0, 3846.0, 3865.0, 3858.0, 3867.0, 3866.0, 3837.0, 3825.0, 3815.0, 3837.0, 3856.0, 3814.0, 3854.0, 3820.0, 3851.0, 3831.0, 3853.0, 3834.0, 3833.0, 3842.0, 3854.0, 3854.0, 3844.0, 3841.0, 3840.0, 3839.0, 3838.0, 3830.0, 3826.0, 3819.0, 3837.0, 3836.0, 3837.0, 3825.0, 3848.0, 3827.0, 3823.0, 3823.0, 3801.0, 3820.0, 3778.0, 3790.0, 3801.0, 3825.0, 3827.0, 3791.0, 3762.0, 3794.0, 3807.0, 3818.0, 3851.0, 3831.0, 3840.0, 3852.0, 3778.0, 3781.0, 3822.0, 3833.0, 3805.0, 3848.0, 3870.0, 3838.0, 3828.0, 3812.0, 3812.0, 3833.0, 3877.0, 3879.0, 3837.0, 3878.0, 3848.0, 3855.0, 3846.0, 3824.0, 3856.0, 3838.0, 3818.0, 3869.0, 3805.0, 3794.0, 3803.0, 3815.0, 3857.0, 3805.0, 3817.0, 3869.0, 3827.0, 3827.0, 3877.0, 3879.0, 3857.0, 3857.0, 3814.0, 3856.0, 3811.0, 3862.0, 3822.0, 3809.0, 3800.0, 3802.0, 3867.0, 3849.0, 3806.0, 3825.0, 3806.0, 3879.0, 3829.0, 3850.0, 3869.0, 3838.0, 3881.0, 3880.0, 3850.0, 3877.0, 3834.0, 3864.0, 3866.0, 3852.0, 3823.0, 3823.0, 3842.0, 3822.0, 3850.0, 3821.0, 3779.0, 3820.0, 3789.0, 3853.0, 3801.0, 3852.0, 3814.0, 3791.0, 3843.0, 3812.0, 3877.0, 3825.0, 3844.0, 3826.0, 3813.0, 3834.0, 3815.0, 3847.0, 3888.0, 3856.0, 3817.0, 3868.0, 3834.0, 3821.0, 3799.0, 3850.0, 3830.0, 3863.0, 3900.0, 3816.0, 3867.0, 3844.0, 3794.0, 3887.0, 3823.0, 3811.0, 3830.0, 3822.0, 3825.0, 3834.0, 3844.0, 3804.0, 3782.0, 3855.0, 3796.0, 3888.0, 3857.0, 3803.0, 3853.0, 3779.0, 3874.0, 3824.0, 3875.0, 3870.0, 3816.0, 3818.0, 3815.0, 3803.0, 3816.0, 3793.0, 3877.0, 3793.0, 3856.0, 3803.0, 3865.0, 3824.0, 3898.0, 3845.0, 3863.0, 3800.0, 3810.0, 3820.0, 3830.0, 3820.0, 3779.0, 3810.0, 3778.0, 3840.0, 3789.0, 3861.0, 3803.0, 3820.0, 3801.0, 3840.0, 3811.0, 3792.0, 3834.0, 3791.0, 3833.0, 3812.0, 3793.0, 3897.0, 3857.0, 3845.0, 3834.0, 3778.0, 3873.0, 3798.0, 3882.0, 3790.0, 3788.0, 3799.0, 3780.0, 3873.0, 3800.0, 3812.0, 3816.0, 3793.0, 3876.0, 3812.0, 3873.0, 3854.0, 3833.0, 3886.0, 3813.0, 3863.0, 3884.0, 3862.0, 3873.0, 3788.0, 3830.0, 3799.0, 3788.0, 3860.0, 3834.0, 3792.0, 3844.0, 3826.0, 3873.0, 3832.0, 3825.0, 3824.0, 3869.0, 3825.0, 3886.0, 3832.0, 3851.0, 3808.0, 3778.0, 3873.0, 3801.0, 3802.0, 3910.0, 3886.0, 3862.0, 3869.0, 3816.0, 3855.0, 3858.0, 3833.0, 3823.0, 3834.0, 3833.0, 3784.0, 3832.0, 3802.0, 3748.0, 3811.0, 3760.0, 3854.0, 3804.0, 3772.0, 3826.0, 3795.0, 3857.0, 3828.0, 3857.0, 3829.0, 3785.0, 3860.0, 3799.0, 3872.0, 3829.0, 3829.0, 3877.0, 3826.0, 3813.0, 3844.0, 3832.0, 3823.0, 3898.0, 3834.0, 3803.0, 3876.0, 3838.0, 3855.0, 3897.0, 3824.0, 3879.0, 3858.0, 3827.0, 3867.0, 3895.0, 3843.0, 3802.0, 3872.0, 3822.0, 3853.0, 3854.0, 3799.0, 3862.0, 3802.0, 3799.0, 3852.0, 3804.0, 3896.0, 3823.0, 3804.0, 3866.0, 3793.0, 3897.0, 3826.0, 3877.0, 3825.0, 3854.0, 3824.0, 3856.0, 3855.0, 3814.0, 3856.0, 3806.0, 3876.0, 3814.0, 3856.0, 3814.0, 3857.0, 3848.0, 3826.0, 3858.0, 3804.0, 3898.0, 3824.0, 3885.0, 3890.0, 3845.0, 3853.0, 3802.0, 3883.0, 3799.0, 3862.0, 3790.0, 3861.0, 3798.0, 3827.0, 3829.0, 3839.0, 3830.0, 3788.0, 3860.0, 3810.0, 3807.0, 3862.0, 3801.0, 3801.0, 3831.0, 3792.0, 3895.0, 3881.0, 3856.0, 3833.0, 3800.0, 3805.0, 3878.0, 3837.0, 3887.0, 3843.0, 3802.0, 3862.0, 3789.0, 3883.0, 3833.0, 3791.0, 3822.0, 3800.0, 3862.0, 3835.0, 3824.0, 3825.0, 3814.0, 3875.0, 3824.0, 3886.0, 3858.0, 3889.0, 3845.0, 3801.0, 3829.0, 3801.0, 3885.0, 3802.0, 3853.0, 3833.0, 3801.0, 3885.0, 3814.0, 3864.0, 3801.0, 3861.0, 3841.0, 3853.0, 3822.0, 3801.0, 3853.0, 3790.0, 3884.0, 3823.0, 3874.0, 3834.0, 3820.0, 3809.0, 3786.0, 3860.0, 3799.0, 3886.0, 3837.0, 3814.0, 3876.0, 3834.0, 3841.0, 3799.0, 3803.0, 3826.0, 3900.0, 3843.0, 3884.0, 3808.0, 3858.0, 3817.0, 3788.0, 3864.0, 3834.0, 3833.0, 3885.0, 3842.0, 3895.0, 3871.0, 3884.0, 3855.0, 3802.0, 3854.0, 3823.0, 3790.0, 3802.0, 3781.0, 3853.0, 3800.0, 3821.0, 3800.0, 3818.0, 3800.0, 3758.0, 3792.0, 3783.0, 3845.0, 3796.0, 3837.0, 3818.0, 3789.0, 3819.0, 3797.0, 3839.0, 3799.0, 3872.0, 3812.0, 3810.0, 3812.0, 3800.0, 3873.0, 3800.0, 3885.0, 3812.0, 3850.0, 3811.0, 3862.0, 3811.0, 3802.0, 3834.0, 3827.0, 3806.0, 3888.0, 3849.0, 3909.0, 3879.0, 3897.0, 3876.0, 3811.0, 3864.0, 3800.0, 3861.0, 3798.0, 3887.0, 3815.0, 3803.0, 3815.0, 3823.0, 3802.0, 3864.0, 3814.0, 3803.0, 3900.0, 3869.0, 3829.0, 3881.0, 3861.0, 3851.0, 3920.0, 3878.0, 3869.0, 3844.0, 3835.0, 3876.0, 3880.0, 3825.0, 3830.0, 3832.0, 3802.0, 3831.0, 3822.0, 3862.0, 3852.0, 3812.0, 3877.0, 3835.0, 3865.0, 3865.0, 3841.0, 3865.0, 3815.0, 3861.0, 3821.0, 3822.0, 3852.0, 3843.0, 3822.0, 3886.0, 3834.0, 3854.0, 3833.0, 3791.0, 3875.0, 3810.0, 3883.0, 3820.0, 3863.0, 3821.0, 3788.0, 3830.0, 3790.0, 3851.0, 3822.0, 3900.0, 3835.0, 3814.0, 3877.0, 3845.0, 3830.0, 3911.0, 3846.0, 3813.0, 3887.0, 3861.0, 3846.0, 3900.0, 3848.0, 3887.0, 3858.0, 3826.0, 3899.0, 3848.0, 3855.0, 3843.0, 3823.0, 3884.0, 3844.0, 3854.0, 3843.0, 3824.0, 3885.0, 3844.0, 3823.0, 3875.0, 3825.0, 3874.0, 3855.0, 3831.0, 3875.0, 3835.0, 3873.0, 3842.0, 3860.0, 3853.0, 3853.0, 3865.0, 3812.0, 3852.0, 3843.0, 3832.0, 3831.0, 3864.0, 3835.0, 3896.0, 3844.0, 3853.0, 3843.0, 3799.0, 3881.0, 3829.0, 3861.0, 3829.0, 3808.0, 3820.0, 3788.0, 3862.0, 3832.0, 3873.0, 3842.0, 3820.0, 3862.0, 3820.0, 3852.0, 3810.0, 3860.0, 3820.0, 3870.0, 3845.0, 3802.0, 3863.0, 3822.0, 3884.0, 3857.0, 3801.0, 3865.0, 3834.0, 3896.0, 3823.0], 'WindowWidth': [8745.0, 8699.0, 8698.0, 8628.0, 8573.0, 8628.0, 8572.0, 8678.0, 8626.0, 8582.0, 8631.0, 8594.0, 8570.0, 8657.0, 8586.0, 8556.0, 8653.0, 8629.0, 8635.0, 8621.0, 8607.0, 8676.0, 8655.0, 8612.0, 8676.0, 8622.0, 8594.0, 8660.0, 8635.0, 8621.0, 8660.0, 8627.0, 8648.0, 8668.0, 8620.0, 8661.0, 8618.0, 8583.0, 8613.0, 8598.0, 8566.0, 8611.0, 8612.0, 8598.0, 8646.0, 8603.0, 8598.0, 8606.0, 8582.0, 8644.0, 8639.0, 8634.0, 8560.0, 8620.0, 8592.0, 8554.0, 8624.0, 8583.0, 8620.0, 8606.0, 8605.0, 8607.0, 8631.0, 8649.0, 8659.0, 8654.0, 8628.0, 8632.0, 8631.0, 8679.0, 8626.0, 8601.0, 8543.0, 8586.0, 8609.0, 8591.0, 8621.0, 8617.0, 8622.0, 8639.0, 8638.0, 8624.0, 8655.0, 8650.0, 8658.0, 8616.0, 8619.0, 8674.0, 8604.0, 8587.0, 8632.0, 8647.0, 8603.0, 8575.0, 8648.0, 8566.0, 8589.0, 8614.0, 8632.0, 8617.0, 8616.0, 8630.0, 8652.0, 8633.0, 8604.0, 8610.0, 8608.0, 8644.0, 8624.0, 8630.0, 8622.0, 8597.0, 8590.0, 8623.0, 8626.0, 8654.0, 8618.0, 8645.0, 8621.0, 8631.0, 8642.0, 8604.0, 8553.0, 8606.0, 8614.0, 8624.0, 8636.0, 8582.0, 8622.0, 8658.0, 8627.0, 8614.0, 8584.0, 8628.0, 8628.0, 8582.0, 8566.0, 8595.0, 8624.0, 8615.0, 8588.0, 8575.0, 8598.0, 8623.0, 8597.0, 8628.0, 8590.0, 8584.0, 8654.0, 8625.0, 8630.0, 8603.0, 8541.0, 8619.0, 8624.0, 8638.0, 8581.0, 8602.0, 8634.0, 8633.0, 8622.0, 8652.0, 8656.0, 8632.0, 8661.0, 8609.0, 8651.0, 8575.0, 8634.0, 8603.0, 8632.0, 8605.0, 8572.0, 8556.0, 8584.0, 8618.0, 8594.0, 8573.0, 8599.0, 8628.0, 8619.0, 8641.0, 8609.0, 8612.0, 8610.0, 8620.0, 8626.0, 8585.0, 8592.0, 8595.0, 8603.0, 8559.0, 8586.0, 8628.0, 8629.0, 8641.0, 8633.0, 8602.0, 8612.0, 8635.0, 8629.0, 8622.0, 8631.0, 8587.0, 8601.0, 8616.0, 8600.0, 8647.0, 8583.0, 8594.0, 8638.0, 8615.0, 8621.0, 8644.0, 8639.0, 8664.0, 8660.0, 8670.0, 8665.0, 8629.0, 8612.0, 8603.0, 8634.0, 8654.0, 8595.0, 8646.0, 8595.0, 8636.0, 8610.0, 8642.0, 8620.0, 8618.0, 8628.0, 8646.0, 8650.0, 8633.0, 8623.0, 8618.0, 8615.0, 8611.0, 8603.0, 8591.0, 8587.0, 8607.0, 8606.0, 8606.0, 8586.0, 8623.0, 8596.0, 8585.0, 8582.0, 8549.0, 8574.0, 8516.0, 8535.0, 8552.0, 8588.0, 8595.0, 8542.0, 8507.0, 8550.0, 8569.0, 8583.0, 8633.0, 8607.0, 8620.0, 8635.0, 8531.0, 8538.0, 8588.0, 8608.0, 8577.0, 8639.0, 8669.0, 8628.0, 8618.0, 8592.0, 8591.0, 8619.0, 8686.0, 8691.0, 8633.0, 8684.0, 8644.0, 8649.0, 8639.0, 8607.0, 8656.0, 8636.0, 8610.0, 8677.0, 8588.0, 8572.0, 8579.0, 8599.0, 8654.0, 8585.0, 8604.0, 8675.0, 8618.0, 8618.0, 8683.0, 8689.0, 8655.0, 8654.0, 8591.0, 8649.0, 8582.0, 8653.0, 8599.0, 8579.0, 8569.0, 8578.0, 8672.0, 8649.0, 8589.0, 8612.0, 8587.0, 8687.0, 8624.0, 8652.0, 8676.0, 8637.0, 8695.0, 8692.0, 8654.0, 8682.0, 8620.0, 8657.0, 8663.0, 8640.0, 8606.0, 8606.0, 8626.0, 8602.0, 8633.0, 8598.0, 8542.0, 8597.0, 8558.0, 8642.0, 8573.0, 8642.0, 8594.0, 8562.0, 8632.0, 8590.0, 8682.0, 8612.0, 8634.0, 8615.0, 8592.0, 8617.0, 8602.0, 8649.0, 8704.0, 8658.0, 8609.0, 8679.0, 8625.0, 8603.0, 8571.0, 8635.0, 8612.0, 8662.0, 8726.0, 8608.0, 8676.0, 8641.0, 8574.0, 8701.0, 8611.0, 8591.0, 8614.0, 8608.0, 8615.0, 8624.0, 8640.0, 8587.0, 8555.0, 8655.0, 8579.0, 8701.0, 8660.0, 8586.0, 8648.0, 8546.0, 8678.0, 8612.0, 8679.0, 8681.0, 8609.0, 8613.0, 8605.0, 8585.0, 8609.0, 8575.0, 8687.0, 8574.0, 8658.0, 8586.0, 8666.0, 8614.0, 8716.0, 8643.0, 8661.0, 8575.0, 8591.0, 8600.0, 8612.0, 8602.0, 8547.0, 8588.0, 8543.0, 8626.0, 8561.0, 8657.0, 8586.0, 8602.0, 8580.0, 8629.0, 8593.0, 8571.0, 8626.0, 8569.0, 8623.0, 8596.0, 8574.0, 8714.0, 8661.0, 8642.0, 8625.0, 8544.0, 8674.0, 8569.0, 8684.0, 8561.0, 8555.0, 8573.0, 8548.0, 8676.0, 8580.0, 8598.0, 8606.0, 8573.0, 8685.0, 8593.0, 8678.0, 8654.0, 8624.0, 8702.0, 8600.0, 8662.0, 8692.0, 8657.0, 8674.0, 8558.0, 8614.0, 8571.0, 8557.0, 8653.0, 8626.0, 8571.0, 8641.0, 8624.0, 8676.0, 8623.0, 8616.0, 8616.0, 8682.0, 8620.0, 8696.0, 8621.0, 8641.0, 8583.0, 8543.0, 8676.0, 8581.0, 8585.0, 8737.0, 8701.0, 8660.0, 8665.0, 8586.0, 8636.0, 8644.0, 8603.0, 8589.0, 8604.0, 8605.0, 8542.0, 8602.0, 8561.0, 8485.0, 8571.0, 8503.0, 8633.0, 8568.0, 8526.0, 8601.0, 8562.0, 8642.0, 8607.0, 8643.0, 8607.0, 8548.0, 8651.0, 8573.0, 8671.0, 8612.0, 8609.0, 8690.0, 8622.0, 8602.0, 8637.0, 8621.0, 8616.0, 8718.0, 8627.0, 8587.0, 8684.0, 8641.0, 8658.0, 8715.0, 8617.0, 8695.0, 8666.0, 8625.0, 8673.0, 8713.0, 8640.0, 8585.0, 8674.0, 8611.0, 8651.0, 8652.0, 8575.0, 8662.0, 8583.0, 8576.0, 8652.0, 8594.0, 8715.0, 8616.0, 8591.0, 8675.0, 8575.0, 8719.0, 8625.0, 8688.0, 8621.0, 8657.0, 8618.0, 8663.0, 8660.0, 8605.0, 8663.0, 8599.0, 8685.0, 8605.0, 8660.0, 8605.0, 8665.0, 8657.0, 8624.0, 8667.0, 8593.0, 8719.0, 8619.0, 8699.0, 8715.0, 8646.0, 8651.0, 8583.0, 8691.0, 8574.0, 8664.0, 8567.0, 8656.0, 8573.0, 8608.0, 8613.0, 8628.0, 8620.0, 8560.0, 8654.0, 8591.0, 8583.0, 8662.0, 8584.0, 8582.0, 8622.0, 8571.0, 8711.0, 8704.0, 8662.0, 8625.0, 8583.0, 8597.0, 8696.0, 8639.0, 8704.0, 8640.0, 8586.0, 8663.0, 8563.0, 8691.0, 8629.0, 8569.0, 8611.0, 8579.0, 8663.0, 8633.0, 8619.0, 8621.0, 8607.0, 8684.0, 8619.0, 8701.0, 8669.0, 8710.0, 8647.0, 8584.0, 8618.0, 8582.0, 8697.0, 8587.0, 8654.0, 8628.0, 8583.0, 8699.0, 8604.0, 8669.0, 8583.0, 8661.0, 8635.0, 8654.0, 8612.0, 8582.0, 8651.0, 8567.0, 8693.0, 8614.0, 8685.0, 8631.0, 8604.0, 8589.0, 8555.0, 8655.0, 8576.0, 8703.0, 8641.0, 8606.0, 8691.0, 8635.0, 8633.0, 8577.0, 8592.0, 8629.0, 8726.0, 8641.0, 8696.0, 8585.0, 8645.0, 8596.0, 8561.0, 8671.0, 8633.0, 8630.0, 8699.0, 8639.0, 8716.0, 8674.0, 8693.0, 8641.0, 8565.0, 8635.0, 8592.0, 8548.0, 8567.0, 8537.0, 8634.0, 8559.0, 8588.0, 8559.0, 8579.0, 8560.0, 8503.0, 8553.0, 8542.0, 8628.0, 8566.0, 8621.0, 8599.0, 8563.0, 8603.0, 8571.0, 8628.0, 8576.0, 8674.0, 8598.0, 8595.0, 8599.0, 8581.0, 8679.0, 8578.0, 8697.0, 8596.0, 8644.0, 8595.0, 8662.0, 8597.0, 8588.0, 8634.0, 8628.0, 8601.0, 8709.0, 8659.0, 8738.0, 8698.0, 8718.0, 8691.0, 8596.0, 8668.0, 8578.0, 8660.0, 8570.0, 8700.0, 8606.0, 8586.0, 8605.0, 8616.0, 8588.0, 8670.0, 8604.0, 8591.0, 8728.0, 8687.0, 8637.0, 8709.0, 8682.0, 8664.0, 8757.0, 8698.0, 8683.0, 8643.0, 8633.0, 8690.0, 8699.0, 8620.0, 8620.0, 8626.0, 8587.0, 8624.0, 8611.0, 8661.0, 8650.0, 8599.0, 8692.0, 8634.0, 8671.0, 8672.0, 8635.0, 8668.0, 8606.0, 8661.0, 8609.0, 8614.0, 8650.0, 8643.0, 8614.0, 8702.0, 8630.0, 8656.0, 8629.0, 8570.0, 8684.0, 8591.0, 8693.0, 8606.0, 8665.0, 8609.0, 8562.0, 8617.0, 8565.0, 8648.0, 8613.0, 8727.0, 8635.0, 8607.0, 8690.0, 8649.0, 8637.0, 8744.0, 8652.0, 8605.0, 8708.0, 8680.0, 8655.0, 8728.0, 8657.0, 8707.0, 8671.0, 8626.0, 8726.0, 8658.0, 8663.0, 8644.0, 8616.0, 8697.0, 8645.0, 8658.0, 8644.0, 8622.0, 8702.0, 8649.0, 8617.0, 8688.0, 8621.0, 8684.0, 8660.0, 8623.0, 8687.0, 8634.0, 8682.0, 8640.0, 8659.0, 8655.0, 8655.0, 8675.0, 8601.0, 8651.0, 8640.0, 8626.0, 8624.0, 8673.0, 8634.0, 8719.0, 8647.0, 8655.0, 8639.0, 8576.0, 8687.0, 8616.0, 8661.0, 8617.0, 8587.0, 8606.0, 8563.0, 8665.0, 8628.0, 8681.0, 8641.0, 8608.0, 8666.0, 8607.0, 8650.0, 8595.0, 8658.0, 8605.0, 8673.0, 8649.0, 8589.0, 8668.0, 8615.0, 8695.0, 8667.0, 8586.0, 8675.0, 8633.0, 8716.0, 8618.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.00737045871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.13648697866972478</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.020190618817466</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.046078212089552</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9263764773478754</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>5028.0161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19815485907840677</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>269</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.84862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.3010030049373107</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8914354765173518</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.458581008450094</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.5529925298444867</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00943669956177473</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04282725974917412</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.098231784062594</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.5619</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9066</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.1501</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7472</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.216</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.9273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.8195</td></tr>
<tr><td colspan=3>tsnr</td><td>17.32060288824141</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>