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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0064_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-01/func/sub-0064_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>79e7c69f8c5cbfd4078636e8d5af7bea</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:48:20.115000</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.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895572</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</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>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe3ab155-b69a-48f9-a3b6-516db04a1a25||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.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['094820.115000', '094820.575000', '094821.035000', '094821.495000', '094821.955000', '094822.415000', '094822.875000', '094823.335000', '094823.795000', '094824.255000', '094824.715000', '094825.175000', '094825.635000', '094826.095000', '094826.555000', '094827.015000', '094827.475000', '094827.935000', '094828.395000', '094828.855000', '094829.315000', '094829.775000', '094830.235000', '094830.695000', '094831.155000', '094831.615000', '094832.075000', '094832.535000', '094832.995000', '094833.455000', '094833.915000', '094834.375000', '094834.835000', '094835.295000', '094835.755000', '094836.215000', '094836.675000', '094837.135000', '094837.595000', '094838.055000', '094838.515000', '094838.975000', '094839.435000', '094839.895000', '094840.355000', '094840.815000', '094841.275000', '094841.735000', '094842.195000', '094842.655000', '094843.115000', '094843.575000', '094844.035000', '094844.495000', '094844.955000', '094845.415000', '094845.875000', '094846.335000', '094846.795000', '094847.255000', '094847.715000', '094848.175000', '094848.635000', '094849.095000', '094849.555000', '094850.015000', '094850.475000', '094850.935000', '094851.395000', '094851.855000', '094852.315000', '094852.775000', '094853.235000', '094853.695000', '094854.155000', '094854.615000', '094855.075000', '094855.535000', '094855.995000', '094856.455000', '094856.915000', '094857.375000', '094857.835000', '094858.295000', '094858.755000', '094859.215000', '094859.675000', '094900.135000', '094900.595000', '094901.055000', '094901.515000', '094901.975000', '094902.435000', '094902.895000', '094903.355000', '094903.815000', '094904.275000', '094904.735000', '094905.195000', '094905.655000', '094906.115000', '094906.575000', '094907.035000', '094907.495000', '094907.955000', '094908.415000', '094908.875000', '094909.335000', '094909.795000', '094910.255000', '094910.715000', '094911.175000', '094911.635000', '094912.095000', '094912.555000', '094913.015000', '094913.475000', '094913.935000', '094914.395000', '094914.855000', '094915.315000', '094915.775000', '094916.235000', '094916.695000', '094917.155000', '094917.615000', '094918.075000', '094918.535000', '094918.995000', '094919.455000', '094919.915000', '094920.375000', '094920.835000', '094921.295000', '094921.755000', '094922.215000', '094922.675000', '094923.135000', '094923.595000', '094924.055000', '094924.515000', '094924.975000', '094925.435000', '094925.895000', '094926.355000', '094926.815000', '094927.275000', '094927.735000', '094928.195000', '094928.655000', '094929.115000', '094929.575000', '094930.035000', '094930.495000', '094930.955000', '094931.415000', '094931.875000', '094932.335000', '094932.795000', '094933.255000', '094933.715000', '094934.175000', '094934.635000', '094935.095000', '094935.555000', '094936.015000', '094936.475000', '094936.935000', '094937.395000', '094937.855000', '094938.315000', '094938.775000', '094939.235000', '094939.695000', '094940.155000', '094940.615000', '094941.075000', '094941.535000', '094941.995000', '094942.455000', '094942.915000', '094943.375000', '094943.835000', '094944.295000', '094944.755000', '094945.215000', '094945.675000', '094946.135000', '094946.595000', '094947.055000', '094947.515000', '094947.975000', '094948.435000', '094948.895000', '094949.355000', '094949.815000', '094950.275000', '094950.735000', '094951.195000', '094951.655000', '094952.115000', '094952.575000', '094953.035000', '094953.495000', '094953.955000', '094954.415000', '094954.875000', '094955.335000', '094955.795000', '094956.255000', '094956.715000', '094957.175000', '094957.635000', '094958.095000', '094958.555000', '094959.015000', '094959.475000', '094959.935000', '095000.395000', '095000.855000', '095001.315000', '095001.775000', '095002.235000', '095002.695000', '095003.155000', '095003.615000', '095004.075000', '095004.535000', '095004.995000', '095005.455000', '095005.915000', '095006.375000', '095006.835000', '095007.295000', '095007.755000', '095008.215000', '095008.675000', '095009.135000', '095009.595000', '095010.055000', '095010.515000', '095010.975000', '095011.435000', '095011.895000', '095012.355000', '095012.815000', '095013.275000', '095013.735000', '095014.195000', '095014.655000', '095015.115000', '095015.575000', '095016.035000', '095016.495000', '095016.955000', '095017.415000', '095017.875000', '095018.335000', '095018.795000', '095019.255000', '095019.715000', '095020.175000', '095020.635000', '095021.095000', '095021.555000', '095022.015000', '095022.475000', '095022.935000', '095023.395000', '095023.855000', '095024.315000', '095024.775000', '095025.235000', '095025.695000', '095026.155000', '095026.615000', '095027.075000', '095027.535000', '095027.995000', '095028.455000', '095028.915000', '095029.375000', '095029.835000', '095030.295000', '095030.755000', '095031.215000', '095031.675000', '095032.135000', '095032.595000', '095033.055000', '095033.515000', '095033.975000', '095034.435000', '095034.895000', '095035.355000', '095035.815000', '095036.275000', '095036.735000', '095037.195000', '095037.655000', '095038.115000', '095038.575000', '095039.035000', '095039.495000', '095039.955000', '095040.415000', '095040.875000', '095041.335000', '095041.795000', '095042.255000', '095042.715000', '095043.175000', '095043.635000', '095044.095000', '095044.555000', '095045.015000', '095045.475000', '095045.935000', '095046.395000', '095046.855000', '095047.315000', '095047.775000', '095048.235000', '095048.695000', '095049.155000', '095049.615000', '095050.075000', '095050.535000', '095050.995000', '095051.455000', '095051.915000', '095052.375000', '095052.835000', '095053.295000', '095053.755000', '095054.215000', '095054.675000', '095055.135000', '095055.595000', '095056.055000', '095056.515000', '095056.975000', '095057.435000', '095057.895000', '095058.355000', '095058.815000', '095059.275000', '095059.735000', '095100.195000', '095100.655000', '095101.115000', '095101.575000', '095102.035000', '095102.495000', '095102.955000', '095103.415000', '095103.875000', '095104.335000', '095104.795000', '095105.255000', '095105.715000', '095106.175000', '095106.635000', '095107.095000', '095107.555000', '095108.015000', '095108.475000', '095108.935000', '095109.395000', '095109.855000', '095110.315000', '095110.775000', '095111.235000', '095111.695000', '095112.155000', '095112.615000', '095113.075000', '095113.535000', '095113.995000', '095114.455000', '095114.915000', '095115.375000', '095115.835000', '095116.295000', '095116.755000', '095117.215000', '095117.675000', '095118.135000', '095118.595000', '095119.055000', '095119.515000', '095119.975000', '095120.435000', '095120.895000', '095121.355000', '095121.815000', '095122.275000', '095122.735000', '095123.195000', '095123.655000', '095124.115000', '095124.575000', '095125.035000', '095125.495000', '095125.955000', '095126.415000', '095126.875000', '095127.335000', '095127.795000', '095128.255000', '095128.715000', '095129.175000', '095129.635000', '095130.095000', '095130.555000', '095131.015000', '095131.475000', '095131.935000', '095132.395000', '095132.855000', '095133.315000', '095133.775000', '095134.235000', '095134.695000', '095135.155000', '095135.615000', '095136.075000', '095136.535000', '095136.995000', '095137.455000', '095137.915000', '095138.375000', '095138.835000', '095139.295000', '095139.755000', '095140.215000', '095140.675000', '095141.135000', '095141.595000', '095142.055000', '095142.515000', '095142.975000', '095143.435000', '095143.895000', '095144.355000', '095144.815000', '095145.275000', '095145.735000', '095146.195000', '095146.655000', '095147.115000', '095147.575000', '095148.035000', '095148.495000', '095148.955000', '095149.415000', '095149.875000', '095150.335000', '095150.795000', '095151.255000', '095151.715000', '095152.175000', '095152.635000', '095153.095000', '095153.555000', '095154.015000', '095154.475000', '095154.935000', '095155.395000', '095155.855000', '095156.315000', '095156.775000', '095157.235000', '095157.695000', '095158.155000', '095158.615000', '095159.075000', '095159.535000', '095159.995000', '095200.455000', '095200.915000', '095201.375000', '095201.835000', '095202.295000', '095202.755000', '095203.215000', '095203.675000', '095204.135000', '095204.595000', '095205.055000', '095205.515000', '095205.975000', '095206.435000', '095206.895000', '095207.355000', '095207.815000', '095208.275000', '095208.735000', '095209.195000', '095209.655000', '095210.115000', '095210.575000', '095211.035000', '095211.495000', '095211.955000', '095212.415000', '095212.875000', '095213.335000', '095213.795000', '095214.255000', '095214.715000', '095215.175000', '095215.635000', '095216.095000', '095216.555000', '095217.015000', '095217.475000', '095217.935000', '095218.395000', '095218.855000', '095219.315000', '095219.775000', '095220.235000', '095220.695000', '095221.155000', '095221.615000', '095222.075000', '095222.535000', '095222.995000', '095223.455000', '095223.915000', '095224.375000', '095224.835000', '095225.295000', '095225.755000', '095226.215000', '095226.675000', '095227.135000', '095227.595000', '095228.055000', '095228.515000', '095228.975000', '095229.435000', '095229.895000', '095230.355000', '095230.815000', '095231.275000', '095231.735000', '095232.195000', '095232.655000', '095233.115000', '095233.575000', '095234.035000', '095234.495000', '095234.955000', '095235.415000', '095235.875000', '095236.335000', '095236.795000', '095237.255000', '095237.715000', '095238.175000', '095238.635000', '095239.095000', '095239.555000', '095240.015000', '095240.475000', '095240.935000', '095241.395000', '095241.855000', '095242.315000', '095242.775000', '095243.235000', '095243.695000', '095244.155000', '095244.615000', '095245.075000', '095245.535000', '095245.995000', '095246.455000', '095246.915000', '095247.375000', '095247.835000', '095248.295000', '095248.755000', '095249.215000', '095249.675000', '095250.135000', '095250.595000', '095251.055000', '095251.515000', '095251.975000', '095252.435000', '095252.895000', '095253.355000', '095253.815000', '095254.275000', '095254.735000', '095255.195000', '095255.655000', '095256.115000', '095256.575000', '095257.035000', '095257.495000', '095257.955000', '095258.415000', '095258.875000', '095259.335000', '095259.795000', '095300.255000', '095300.715000', '095301.175000', '095301.635000', '095302.095000', '095302.555000', '095303.015000', '095303.475000', '095303.935000', '095304.395000', '095304.855000', '095305.315000', '095305.775000', '095306.235000', '095306.695000', '095307.155000', '095307.615000', '095308.075000', '095308.535000', '095308.995000', '095309.455000', '095309.915000', '095310.375000', '095310.835000', '095311.295000', '095311.755000', '095312.215000', '095312.675000', '095313.135000', '095313.595000', '095314.055000', '095314.515000', '095314.975000', '095315.435000', '095315.895000', '095316.355000', '095316.815000', '095317.275000', '095317.735000', '095318.195000', '095318.655000', '095319.115000', '095319.575000', '095320.035000', '095320.495000', '095320.955000', '095321.415000', '095321.875000', '095322.335000', '095322.795000', '095323.255000', '095323.715000', '095324.175000', '095324.635000', '095325.095000', '095325.555000', '095326.015000', '095326.475000', '095326.935000', '095327.395000', '095327.855000', '095328.315000', '095328.775000', '095329.235000', '095329.695000', '095330.155000', '095330.615000', '095331.075000', '095331.535000', '095331.995000', '095332.455000', '095332.915000', '095333.375000', '095333.835000', '095334.295000', '095334.755000', '095335.215000', '095335.675000', '095336.135000', '095336.595000', '095337.055000', '095337.515000', '095337.975000', '095338.435000', '095338.895000', '095339.355000', '095339.815000', '095340.275000', '095340.735000', '095341.195000', '095341.655000', '095342.115000', '095342.575000', '095343.035000', '095343.495000', '095343.955000', '095344.415000', '095344.875000', '095345.335000', '095345.795000', '095346.255000', '095346.715000', '095347.175000', '095347.635000', '095348.095000', '095348.555000', '095349.015000', '095349.475000', '095349.935000', '095350.395000', '095350.855000', '095351.315000', '095351.775000', '095352.235000', '095352.695000', '095353.155000', '095353.615000', '095354.075000', '095354.535000', '095354.995000', '095355.455000', '095355.915000', '095356.375000', '095356.835000', '095357.295000', '095357.755000', '095358.215000', '095358.675000', '095359.135000', '095359.595000', '095400.055000', '095400.515000', '095400.975000', '095401.435000', '095401.895000', '095402.355000', '095402.815000', '095403.275000', '095403.735000', '095404.195000', '095404.655000', '095405.115000', '095405.575000', '095406.035000', '095406.495000', '095406.955000', '095407.415000', '095407.875000', '095408.335000', '095408.795000', '095409.255000', '095409.715000', '095410.175000', '095410.635000', '095411.095000', '095411.555000', '095412.015000', '095412.475000', '095412.935000', '095413.395000', '095413.855000', '095414.315000', '095414.775000', '095415.235000', '095415.695000', '095416.155000', '095416.615000', '095417.075000', '095417.535000', '095417.995000', '095418.455000', '095418.915000', '095419.375000', '095419.835000', '095420.295000', '095420.755000', '095421.215000', '095421.675000', '095422.135000', '095422.595000', '095423.055000', '095423.515000', '095423.975000', '095424.435000', '095424.895000', '095425.355000', '095425.815000', '095426.275000', '095426.735000', '095427.195000', '095427.655000', '095428.115000', '095428.575000', '095429.035000', '095429.495000', '095429.955000', '095430.415000', '095430.875000', '095431.335000', '095431.795000', '095432.255000', '095432.715000', '095433.175000', '095433.635000', '095434.095000', '095434.555000', '095435.015000', '095435.475000', '095435.935000', '095436.395000', '095436.855000', '095437.315000', '095437.775000', '095438.235000', '095438.695000', '095439.155000', '095439.615000', '095440.075000', '095440.535000', '095440.995000', '095441.455000', '095441.915000', '095442.375000', '095442.835000', '095443.295000', '095443.755000', '095444.215000', '095444.675000', '095445.135000', '095445.595000', '095446.055000', '095446.515000', '095446.975000', '095447.435000', '095447.895000', '095448.355000', '095448.815000', '095449.275000', '095449.735000', '095450.195000', '095450.655000', '095451.115000', '095451.575000', '095452.035000', '095452.495000', '095452.955000', '095453.415000', '095453.875000', '095454.335000', '095454.795000', '095455.255000', '095455.715000', '095456.175000', '095456.635000', '095457.095000', '095457.555000', '095458.015000', '095458.475000', '095458.935000', '095459.395000', '095459.855000', '095500.315000', '095500.775000'], 'ContentTime': ['094833.862000', '094833.865000', '094833.868000', '094833.870000', '094833.876000', '094833.878000', '094833.881000', '094833.884000', '094833.886000', '094833.889000', '094833.891000', '094833.902000', '094833.905000', '094833.908000', '094833.910000', '094833.913000', '094833.915000', '094833.918000', '094833.921000', '094833.923000', '094833.932000', '094833.935000', '094833.937000', '094833.940000', '094833.943000', '094833.945000', '094833.948000', '094833.950000', '094853.827000', '094853.830000', '094853.833000', '094853.836000', '094853.838000', '094853.841000', '094853.843000', '094853.846000', '094853.848000', '094853.851000', '094853.854000', '094853.856000', '094853.859000', '094853.861000', '094853.873000', '094853.876000', '094853.878000', '094853.881000', '094853.884000', '094853.886000', '094853.889000', '094853.891000', '094853.894000', '094853.897000', '094853.899000', '094853.902000', '094853.904000', '094853.907000', '094853.910000', '094853.912000', '094853.915000', '094853.918000', '094853.920000', '094853.923000', '094853.925000', '094853.928000', '094853.930000', '094853.933000', '094853.935000', '094853.938000', '094853.940000', '094853.943000', '094853.946000', '094853.948000', '094913.827000', '094913.830000', '094913.833000', '094913.835000', '094913.838000', '094913.841000', '094913.843000', '094913.846000', '094913.848000', '094913.851000', '094913.853000', '094913.856000', '094913.859000', '094913.861000', '094913.864000', '094913.866000', '094913.869000', '094913.872000', '094913.874000', '094913.877000', '094913.879000', '094913.882000', '094913.884000', '094913.887000', '094913.890000', '094913.892000', '094913.895000', '094913.897000', '094913.900000', '094913.903000', '094913.905000', '094913.908000', '094913.910000', '094913.913000', '094913.915000', '094913.918000', '094913.921000', '094913.923000', '094913.926000', '094913.928000', '094913.939000', '094913.941000', '094913.944000', '094933.827000', '094933.830000', '094933.833000', '094933.835000', '094933.838000', '094933.841000', '094933.843000', '094933.846000', '094933.848000', '094933.851000', '094933.854000', '094933.856000', '094933.859000', '094933.862000', '094933.864000', '094933.867000', '094933.869000', '094933.872000', '094933.874000', '094933.877000', '094933.880000', '094933.882000', '094933.885000', '094933.888000', '094933.890000', '094933.893000', '094933.896000', '094933.898000', '094933.901000', '094933.904000', '094933.906000', '094933.909000', '094933.911000', '094933.914000', '094933.916000', '094933.919000', '094933.922000', '094933.924000', '094933.927000', '094933.929000', '094933.932000', '094933.935000', '094933.937000', '094933.940000', '094953.826000', '094953.829000', '094953.832000', '094953.835000', '094953.837000', '094953.840000', '094953.843000', '094953.845000', '094953.848000', '094953.850000', '094953.853000', '094953.856000', '094953.858000', '094953.861000', '094953.863000', '094953.866000', '094953.869000', '094953.871000', '094953.874000', '094953.877000', '094953.879000', '094953.882000', '094953.884000', '094953.887000', '094953.890000', '094953.892000', '094953.895000', '094953.897000', '094953.900000', '094953.902000', '094953.905000', '094953.908000', '094953.910000', '094953.913000', '094953.916000', '094953.918000', '094953.921000', '094953.923000', '094953.926000', '094953.928000', '094953.931000', '094953.934000', '094953.936000', '095013.828000', '095013.830000', '095013.833000', '095013.836000', '095013.838000', '095013.841000', '095013.844000', '095013.846000', '095013.849000', '095013.851000', '095013.854000', '095013.857000', '095013.859000', '095013.862000', '095013.866000', '095013.868000', '095013.871000', '095013.874000', '095013.876000', '095013.879000', '095013.882000', '095013.884000', '095013.887000', '095013.890000', '095013.892000', '095013.895000', '095013.898000', '095013.900000', '095013.903000', '095013.906000', '095013.908000', '095013.911000', '095013.913000', '095013.916000', '095013.918000', '095013.921000', '095013.924000', '095013.926000', '095013.929000', '095013.932000', '095013.934000', '095013.937000', '095013.940000', '095013.942000', '095033.827000', '095033.830000', '095033.833000', '095033.836000', '095033.838000', '095033.841000', '095033.843000', '095033.846000', '095033.849000', '095033.851000', '095033.854000', '095033.857000', '095033.859000', '095033.862000', '095033.865000', '095033.867000', '095033.870000', '095033.872000', '095033.875000', '095033.878000', '095033.880000', '095033.883000', '095033.886000', '095033.888000', '095033.891000', '095033.893000', '095033.896000', '095033.899000', '095033.901000', '095033.904000', '095033.906000', '095033.909000', '095033.911000', '095033.914000', '095033.917000', '095033.919000', '095033.922000', '095033.925000', '095033.927000', '095033.930000', '095033.932000', '095033.935000', '095033.938000', '095053.828000', '095053.830000', '095053.833000', '095053.836000', '095053.838000', '095053.841000', '095053.844000', '095053.846000', '095053.849000', '095053.852000', '095053.854000', '095053.857000', '095053.860000', '095053.862000', '095053.865000', '095053.867000', '095053.870000', '095053.873000', '095053.875000', '095053.878000', '095053.880000', '095053.883000', '095053.886000', '095053.888000', '095053.891000', '095053.893000', '095053.896000', '095053.899000', '095053.901000', '095053.904000', '095053.906000', '095053.909000', '095053.912000', '095053.914000', '095053.917000', '095053.919000', '095053.946000', '095053.948000', '095053.951000', '095053.954000', '095053.956000', '095053.959000', '095053.961000', '095053.964000', '095113.827000', '095113.830000', '095113.833000', '095113.836000', '095113.838000', '095113.841000', '095113.843000', '095113.846000', '095113.849000', '095113.851000', '095113.854000', '095113.856000', '095113.859000', '095113.866000', '095113.869000', '095113.871000', '095113.874000', '095113.877000', '095113.879000', '095113.882000', '095113.885000', '095113.887000', '095113.890000', '095113.892000', '095113.895000', '095113.898000', '095113.900000', '095113.903000', '095113.905000', '095113.908000', '095113.911000', '095113.913000', '095113.916000', '095113.919000', '095113.921000', '095113.924000', '095113.926000', '095113.929000', '095113.932000', '095113.934000', '095113.937000', '095113.939000', '095113.942000', '095133.827000', '095133.830000', '095133.833000', '095133.835000', '095133.838000', '095133.841000', '095133.843000', '095133.846000', '095133.849000', '095133.851000', '095133.854000', '095133.856000', '095133.859000', '095133.862000', '095133.864000', '095133.867000', '095133.870000', '095133.872000', '095133.875000', '095133.877000', '095133.880000', '095133.883000', '095133.885000', '095133.888000', '095133.891000', '095133.893000', '095133.896000', '095133.898000', '095133.901000', '095133.905000', '095133.907000', '095133.910000', '095133.913000', '095133.915000', '095133.918000', '095133.920000', '095133.923000', '095133.926000', '095133.928000', '095133.931000', '095133.933000', '095133.936000', '095133.939000', '095153.827000', '095153.830000', '095153.833000', '095153.836000', '095153.838000', '095153.841000', '095153.844000', '095153.846000', '095153.849000', '095153.851000', '095153.854000', '095153.857000', '095153.859000', '095153.862000', '095153.864000', '095153.867000', '095153.870000', '095153.873000', '095153.875000', '095153.878000', '095153.881000', '095153.884000', '095153.886000', '095153.889000', '095153.891000', '095153.894000', '095153.897000', '095153.899000', '095153.902000', '095153.905000', '095153.907000', '095153.910000', '095153.912000', '095153.915000', '095153.918000', '095153.920000', '095153.923000', '095153.926000', '095153.928000', '095153.931000', '095153.933000', '095153.936000', '095153.939000', '095153.941000', '095213.827000', '095213.829000', '095213.832000', '095213.835000', '095213.838000', '095213.840000', '095213.843000', '095213.846000', '095213.848000', '095213.851000', '095213.854000', '095213.856000', '095213.859000', '095213.861000', '095213.864000', '095213.867000', '095213.869000', '095213.872000', '095213.875000', '095213.877000', '095213.880000', '095213.883000', '095213.885000', '095213.888000', '095213.891000', '095213.893000', '095213.896000', '095213.898000', '095213.901000', '095213.904000', '095213.906000', '095213.909000', '095213.912000', '095213.916000', '095213.918000', '095213.921000', '095213.923000', '095213.926000', '095213.929000', '095213.931000', '095213.934000', '095213.936000', '095213.939000', '095233.827000', '095233.830000', '095233.833000', '095233.835000', '095233.839000', '095233.841000', '095233.844000', '095233.846000', '095233.849000', '095233.852000', '095233.854000', '095233.857000', '095233.860000', '095233.862000', '095233.865000', '095233.867000', '095233.870000', '095233.873000', '095233.889000', '095233.892000', '095233.894000', '095233.897000', '095233.899000', '095233.902000', '095233.905000', '095233.907000', '095233.910000', '095233.912000', '095233.915000', '095233.918000', '095233.920000', '095233.923000', '095233.926000', '095233.928000', '095233.931000', '095233.933000', '095233.936000', '095233.939000', '095233.941000', '095233.944000', '095233.946000', '095233.949000', '095233.952000', '095233.954000', '095253.828000', '095253.831000', '095253.833000', '095253.836000', '095253.839000', '095253.841000', '095253.844000', '095253.846000', '095253.849000', '095253.852000', '095253.854000', '095253.857000', '095253.859000', '095253.862000', '095253.865000', '095253.867000', '095253.870000', '095253.873000', '095253.876000', '095253.879000', '095253.882000', '095253.884000', '095253.887000', '095253.889000', '095253.892000', '095253.895000', '095253.897000', '095253.900000', '095253.903000', '095253.905000', '095253.908000', '095253.911000', '095253.913000', '095253.916000', '095253.919000', '095253.921000', '095253.924000', '095253.926000', '095253.929000', '095253.931000', '095253.934000', '095253.937000', '095253.939000', '095313.828000', '095313.830000', '095313.833000', '095313.836000', '095313.839000', '095313.841000', '095313.844000', '095313.846000', '095313.849000', '095313.852000', '095313.854000', '095313.857000', '095313.859000', '095313.862000', '095313.865000', '095313.867000', '095313.870000', '095313.872000', '095313.875000', '095313.878000', '095313.880000', '095313.883000', '095313.886000', '095313.888000', '095313.891000', '095313.894000', '095313.896000', '095313.899000', '095313.902000', '095313.904000', '095313.907000', '095313.910000', '095313.912000', '095313.915000', '095313.917000', '095313.920000', '095313.923000', '095313.925000', '095313.928000', '095313.931000', '095313.933000', '095313.936000', '095313.938000', '095313.941000', '095333.827000', '095333.830000', '095333.833000', '095333.836000', '095333.838000', '095333.841000', '095333.843000', '095333.846000', '095333.849000', '095333.852000', '095333.854000', '095333.857000', '095333.859000', '095333.862000', '095333.865000', '095333.867000', '095333.870000', '095333.873000', '095333.875000', '095333.878000', '095333.880000', '095333.883000', '095333.886000', '095333.888000', '095333.891000', '095333.894000', '095333.896000', '095333.899000', '095333.902000', '095333.905000', '095333.907000', '095333.912000', '095333.914000', '095333.917000', '095333.919000', '095333.922000', '095333.925000', '095333.927000', '095333.930000', '095333.933000', '095333.935000', '095333.938000', '095333.940000', '095353.828000', '095353.830000', '095353.834000', '095353.836000', '095353.839000', '095353.842000', '095353.844000', '095353.847000', '095353.849000', '095353.852000', '095353.855000', '095353.857000', '095353.860000', '095353.863000', '095353.866000', '095353.868000', '095353.871000', '095353.873000', '095353.876000', '095353.879000', '095353.881000', '095353.884000', '095353.887000', '095353.889000', '095353.892000', '095353.894000', '095353.897000', '095353.900000', '095353.902000', '095353.916000', '095353.918000', '095353.921000', '095353.923000', '095353.926000', '095353.929000', '095353.931000', '095353.934000', '095353.937000', '095353.939000', '095353.942000', '095353.944000', '095353.947000', '095353.950000', '095353.952000', '095413.827000', '095413.830000', '095413.833000', '095413.835000', '095413.838000', '095413.841000', '095413.844000', '095413.846000', '095413.849000', '095413.852000', '095413.854000', '095413.858000', '095413.861000', '095413.864000', '095413.867000', '095413.869000', '095413.872000', '095413.875000', '095413.877000', '095413.880000', '095413.882000', '095413.885000', '095413.888000', '095413.890000', '095413.893000', '095413.895000', '095413.898000', '095413.901000', '095413.903000', '095413.906000', '095413.909000', '095413.911000', '095413.914000', '095413.917000', '095413.919000', '095413.922000', '095413.924000', '095413.927000', '095413.929000', '095413.932000', '095413.935000', '095413.937000', '095413.940000', '095433.827000', '095433.830000', '095433.833000', '095433.835000', '095433.838000', '095433.841000', '095433.844000', '095433.846000', '095433.849000', '095433.851000', '095433.854000', '095433.857000', '095433.859000', '095433.862000', '095433.865000', '095433.867000', '095433.870000', '095433.873000', '095433.875000', '095433.878000', '095433.880000', '095433.883000', '095433.886000', '095433.888000', '095433.891000', '095433.894000', '095433.896000', '095433.899000', '095433.901000', '095433.904000', '095433.907000', '095433.909000', '095433.912000', '095433.914000', '095433.917000', '095433.919000', '095433.922000', '095433.925000', '095433.927000', '095433.930000', '095433.933000', '095433.935000', '095433.938000', '095433.940000', '095453.827000', '095453.830000', '095453.833000', '095453.836000', '095453.838000', '095453.841000', '095453.843000', '095453.846000', '095453.849000', '095453.851000', '095453.854000', '095453.857000', '095453.859000', '095453.862000', '095453.864000', '095453.867000', '095453.870000', '095453.872000', '095453.875000', '095453.877000', '095453.880000', '095453.883000', '095453.885000', '095453.888000', '095453.890000', '095453.893000', '095453.896000', '095453.898000', '095453.901000', '095453.904000', '095453.906000', '095453.909000', '095453.912000', '095453.914000', '095453.917000', '095453.919000', '095453.922000', '095453.925000', '095453.927000', '095453.930000', '095453.932000', '095453.935000', '095453.943000', '095501.767000', '095501.770000', '095501.773000', '095501.775000', '095501.778000', '095501.780000', '095501.783000', '095501.786000', '095501.788000', '095501.791000', '095501.793000', '095501.796000', '095501.799000', '095501.801000', '095501.804000', '095501.807000', '095501.809000', '095501.812000'], 'InstanceCreationTime': ['094833.862000', '094833.865000', '094833.868000', '094833.870000', '094833.876000', '094833.878000', '094833.881000', '094833.884000', '094833.886000', '094833.889000', '094833.891000', '094833.902000', '094833.905000', '094833.908000', '094833.910000', '094833.913000', '094833.915000', '094833.918000', '094833.921000', '094833.923000', '094833.932000', '094833.935000', '094833.937000', '094833.940000', '094833.943000', '094833.945000', '094833.948000', '094833.950000', '094853.827000', '094853.830000', '094853.833000', '094853.836000', '094853.838000', '094853.841000', '094853.843000', '094853.846000', '094853.848000', '094853.851000', '094853.854000', '094853.856000', '094853.859000', '094853.861000', '094853.873000', '094853.876000', '094853.878000', '094853.881000', '094853.884000', '094853.886000', '094853.889000', '094853.891000', '094853.894000', '094853.897000', '094853.899000', '094853.902000', '094853.904000', '094853.907000', '094853.910000', '094853.912000', '094853.915000', '094853.918000', '094853.920000', '094853.923000', '094853.925000', '094853.928000', '094853.930000', '094853.933000', '094853.935000', '094853.938000', '094853.940000', '094853.943000', '094853.946000', '094853.948000', '094913.827000', '094913.830000', '094913.833000', '094913.835000', '094913.838000', '094913.841000', '094913.843000', '094913.846000', '094913.848000', '094913.851000', '094913.853000', '094913.856000', '094913.859000', '094913.861000', '094913.864000', '094913.866000', '094913.869000', '094913.872000', '094913.874000', '094913.877000', '094913.879000', '094913.882000', '094913.884000', '094913.887000', '094913.890000', '094913.892000', '094913.895000', '094913.897000', '094913.900000', '094913.903000', '094913.905000', '094913.908000', '094913.910000', '094913.913000', '094913.915000', '094913.918000', '094913.921000', '094913.923000', '094913.926000', '094913.928000', '094913.939000', '094913.941000', '094913.944000', '094933.827000', '094933.830000', '094933.833000', '094933.835000', '094933.838000', '094933.841000', '094933.843000', '094933.846000', '094933.848000', '094933.851000', '094933.854000', '094933.856000', '094933.859000', '094933.862000', '094933.864000', '094933.867000', '094933.869000', '094933.872000', '094933.874000', '094933.877000', '094933.880000', '094933.882000', '094933.885000', '094933.888000', '094933.890000', '094933.893000', '094933.896000', '094933.898000', '094933.901000', '094933.904000', '094933.906000', '094933.909000', '094933.911000', '094933.914000', '094933.916000', '094933.919000', '094933.922000', '094933.924000', '094933.927000', '094933.929000', '094933.932000', '094933.935000', '094933.937000', '094933.940000', '094953.826000', '094953.829000', '094953.832000', '094953.835000', '094953.837000', '094953.840000', '094953.843000', '094953.845000', '094953.848000', '094953.850000', '094953.853000', '094953.856000', '094953.858000', '094953.861000', '094953.863000', '094953.866000', '094953.869000', '094953.871000', '094953.874000', '094953.877000', '094953.879000', '094953.882000', '094953.884000', '094953.887000', '094953.890000', '094953.892000', '094953.895000', '094953.897000', '094953.900000', '094953.902000', '094953.905000', '094953.908000', '094953.910000', '094953.913000', '094953.916000', '094953.918000', '094953.921000', '094953.923000', '094953.926000', '094953.928000', '094953.931000', '094953.934000', '094953.936000', '095013.828000', '095013.830000', '095013.833000', '095013.836000', '095013.838000', '095013.841000', '095013.844000', '095013.846000', '095013.849000', '095013.851000', '095013.854000', '095013.857000', '095013.859000', '095013.862000', '095013.866000', '095013.868000', '095013.871000', '095013.874000', '095013.876000', '095013.879000', '095013.882000', '095013.884000', '095013.887000', '095013.890000', '095013.892000', '095013.895000', '095013.898000', '095013.900000', '095013.903000', '095013.906000', '095013.908000', '095013.911000', '095013.913000', '095013.916000', '095013.918000', '095013.921000', '095013.924000', '095013.926000', '095013.929000', '095013.932000', '095013.934000', '095013.937000', '095013.940000', '095013.942000', '095033.827000', '095033.830000', '095033.833000', '095033.836000', '095033.838000', '095033.841000', '095033.843000', '095033.846000', '095033.849000', '095033.851000', '095033.854000', '095033.857000', '095033.859000', '095033.862000', '095033.865000', '095033.867000', '095033.870000', '095033.872000', '095033.875000', '095033.878000', '095033.880000', '095033.883000', '095033.886000', '095033.888000', '095033.891000', '095033.893000', '095033.896000', '095033.899000', '095033.901000', '095033.904000', '095033.906000', '095033.909000', '095033.911000', '095033.914000', '095033.917000', '095033.919000', '095033.922000', '095033.925000', '095033.927000', '095033.930000', '095033.932000', '095033.935000', '095033.938000', '095053.828000', '095053.830000', '095053.833000', '095053.836000', '095053.838000', '095053.841000', '095053.844000', '095053.846000', '095053.849000', '095053.852000', '095053.854000', '095053.857000', '095053.860000', '095053.862000', '095053.865000', '095053.867000', '095053.870000', '095053.873000', '095053.875000', '095053.878000', '095053.880000', '095053.883000', '095053.886000', '095053.888000', '095053.891000', '095053.893000', '095053.896000', '095053.899000', '095053.901000', '095053.904000', '095053.906000', '095053.909000', '095053.912000', '095053.914000', '095053.917000', '095053.919000', '095053.946000', '095053.948000', '095053.951000', '095053.954000', '095053.956000', '095053.959000', '095053.961000', '095053.964000', '095113.827000', '095113.830000', '095113.833000', '095113.836000', '095113.838000', '095113.841000', '095113.843000', '095113.846000', '095113.849000', '095113.851000', '095113.854000', '095113.856000', '095113.859000', '095113.866000', '095113.869000', '095113.871000', '095113.874000', '095113.877000', '095113.879000', '095113.882000', '095113.885000', '095113.887000', '095113.890000', '095113.892000', '095113.895000', '095113.898000', '095113.900000', '095113.903000', '095113.905000', '095113.908000', '095113.911000', '095113.913000', '095113.916000', '095113.919000', '095113.921000', '095113.924000', '095113.926000', '095113.929000', '095113.932000', '095113.934000', '095113.937000', '095113.939000', '095113.942000', '095133.827000', '095133.830000', '095133.833000', '095133.835000', '095133.838000', '095133.841000', '095133.843000', '095133.846000', '095133.849000', '095133.851000', '095133.854000', '095133.856000', '095133.859000', '095133.862000', '095133.864000', '095133.867000', '095133.870000', '095133.872000', '095133.875000', '095133.877000', '095133.880000', '095133.883000', '095133.885000', '095133.888000', '095133.891000', '095133.893000', '095133.896000', '095133.898000', '095133.901000', '095133.905000', '095133.907000', '095133.910000', '095133.913000', '095133.915000', '095133.918000', '095133.920000', '095133.923000', '095133.926000', '095133.928000', '095133.931000', '095133.933000', '095133.936000', '095133.939000', '095153.827000', '095153.830000', '095153.833000', '095153.836000', '095153.838000', '095153.841000', '095153.844000', '095153.846000', '095153.849000', '095153.851000', '095153.854000', '095153.857000', '095153.859000', '095153.862000', '095153.864000', '095153.867000', '095153.870000', '095153.873000', '095153.875000', '095153.878000', '095153.881000', '095153.884000', '095153.886000', '095153.889000', '095153.891000', '095153.894000', '095153.897000', '095153.899000', '095153.902000', '095153.905000', '095153.907000', '095153.910000', '095153.912000', '095153.915000', '095153.918000', '095153.920000', '095153.923000', '095153.926000', '095153.928000', '095153.931000', '095153.933000', '095153.936000', '095153.939000', '095153.941000', '095213.827000', '095213.829000', '095213.832000', '095213.835000', '095213.838000', '095213.840000', '095213.843000', '095213.846000', '095213.848000', '095213.851000', '095213.854000', '095213.856000', '095213.859000', '095213.861000', '095213.864000', '095213.867000', '095213.869000', '095213.872000', '095213.875000', '095213.877000', '095213.880000', '095213.883000', '095213.885000', '095213.888000', '095213.891000', '095213.893000', '095213.896000', '095213.898000', '095213.901000', '095213.904000', '095213.906000', '095213.909000', '095213.912000', '095213.916000', '095213.918000', '095213.921000', '095213.923000', '095213.926000', '095213.929000', '095213.931000', '095213.934000', '095213.936000', '095213.939000', '095233.827000', '095233.830000', '095233.833000', '095233.835000', '095233.839000', '095233.841000', '095233.844000', '095233.846000', '095233.849000', '095233.852000', '095233.854000', '095233.857000', '095233.860000', '095233.862000', '095233.865000', '095233.867000', '095233.870000', '095233.873000', '095233.889000', '095233.892000', '095233.894000', '095233.897000', '095233.899000', '095233.902000', '095233.905000', '095233.907000', '095233.910000', '095233.912000', '095233.915000', '095233.918000', '095233.920000', '095233.923000', '095233.926000', '095233.928000', '095233.931000', '095233.933000', '095233.936000', '095233.939000', '095233.941000', '095233.944000', '095233.946000', '095233.949000', '095233.952000', '095233.954000', '095253.828000', '095253.831000', '095253.833000', '095253.836000', '095253.839000', '095253.841000', '095253.844000', '095253.846000', '095253.849000', '095253.852000', '095253.854000', '095253.857000', '095253.859000', '095253.862000', '095253.865000', '095253.867000', '095253.870000', '095253.873000', '095253.876000', '095253.879000', '095253.882000', '095253.884000', '095253.887000', '095253.889000', '095253.892000', '095253.895000', '095253.897000', '095253.900000', '095253.903000', '095253.905000', '095253.908000', '095253.911000', '095253.913000', '095253.916000', '095253.919000', '095253.921000', '095253.924000', '095253.926000', '095253.929000', '095253.931000', '095253.934000', '095253.937000', '095253.939000', '095313.828000', '095313.830000', '095313.833000', '095313.836000', '095313.839000', '095313.841000', '095313.844000', '095313.846000', '095313.849000', '095313.852000', '095313.854000', '095313.857000', '095313.859000', '095313.862000', '095313.865000', '095313.867000', '095313.870000', '095313.872000', '095313.875000', '095313.878000', '095313.880000', '095313.883000', '095313.886000', '095313.888000', '095313.891000', '095313.894000', '095313.896000', '095313.899000', '095313.902000', '095313.904000', '095313.907000', '095313.910000', '095313.912000', '095313.915000', '095313.917000', '095313.920000', '095313.923000', '095313.925000', '095313.928000', '095313.931000', '095313.933000', '095313.936000', '095313.938000', '095313.941000', '095333.827000', '095333.830000', '095333.833000', '095333.836000', '095333.838000', '095333.841000', '095333.843000', '095333.846000', '095333.849000', '095333.852000', '095333.854000', '095333.857000', '095333.859000', '095333.862000', '095333.865000', '095333.867000', '095333.870000', '095333.873000', '095333.875000', '095333.878000', '095333.880000', '095333.883000', '095333.886000', '095333.888000', '095333.891000', '095333.894000', '095333.896000', '095333.899000', '095333.902000', '095333.905000', '095333.907000', '095333.912000', '095333.914000', '095333.917000', '095333.919000', '095333.922000', '095333.925000', '095333.927000', '095333.930000', '095333.933000', '095333.935000', '095333.938000', '095333.940000', '095353.828000', '095353.830000', '095353.834000', '095353.836000', '095353.839000', '095353.842000', '095353.844000', '095353.847000', '095353.849000', '095353.852000', '095353.855000', '095353.857000', '095353.860000', '095353.863000', '095353.866000', '095353.868000', '095353.871000', '095353.873000', '095353.876000', '095353.879000', '095353.881000', '095353.884000', '095353.887000', '095353.889000', '095353.892000', '095353.894000', '095353.897000', '095353.900000', '095353.902000', '095353.916000', '095353.918000', '095353.921000', '095353.923000', '095353.926000', '095353.929000', '095353.931000', '095353.934000', '095353.937000', '095353.939000', '095353.942000', '095353.944000', '095353.947000', '095353.950000', '095353.952000', '095413.827000', '095413.830000', '095413.833000', '095413.835000', '095413.838000', '095413.841000', '095413.844000', '095413.846000', '095413.849000', '095413.852000', '095413.854000', '095413.858000', '095413.861000', '095413.864000', '095413.867000', '095413.869000', '095413.872000', '095413.875000', '095413.877000', '095413.880000', '095413.882000', '095413.885000', '095413.888000', '095413.890000', '095413.893000', '095413.895000', '095413.898000', '095413.901000', '095413.903000', '095413.906000', '095413.909000', '095413.911000', '095413.914000', '095413.917000', '095413.919000', '095413.922000', '095413.924000', '095413.927000', '095413.929000', '095413.932000', '095413.935000', '095413.937000', '095413.940000', '095433.827000', '095433.830000', '095433.833000', '095433.835000', '095433.838000', '095433.841000', '095433.844000', '095433.846000', '095433.849000', '095433.851000', '095433.854000', '095433.857000', '095433.859000', '095433.862000', '095433.865000', '095433.867000', '095433.870000', '095433.873000', '095433.875000', '095433.878000', '095433.880000', '095433.883000', '095433.886000', '095433.888000', '095433.891000', '095433.894000', '095433.896000', '095433.899000', '095433.901000', '095433.904000', '095433.907000', '095433.909000', '095433.912000', '095433.914000', '095433.917000', '095433.919000', '095433.922000', '095433.925000', '095433.927000', '095433.930000', '095433.933000', '095433.935000', '095433.938000', '095433.940000', '095453.827000', '095453.830000', '095453.833000', '095453.836000', '095453.838000', '095453.841000', '095453.843000', '095453.846000', '095453.849000', '095453.851000', '095453.854000', '095453.857000', '095453.859000', '095453.862000', '095453.864000', '095453.867000', '095453.870000', '095453.872000', '095453.875000', '095453.877000', '095453.880000', '095453.883000', '095453.885000', '095453.888000', '095453.890000', '095453.893000', '095453.896000', '095453.898000', '095453.901000', '095453.904000', '095453.906000', '095453.909000', '095453.912000', '095453.914000', '095453.917000', '095453.919000', '095453.922000', '095453.925000', '095453.927000', '095453.930000', '095453.932000', '095453.935000', '095453.943000', '095501.767000', '095501.770000', '095501.773000', '095501.775000', '095501.778000', '095501.780000', '095501.783000', '095501.786000', '095501.788000', '095501.791000', '095501.793000', '095501.796000', '095501.799000', '095501.801000', '095501.804000', '095501.807000', '095501.809000', '095501.812000'], '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': [8136, 9137, 8202, 11135, 7949, 12630, 7906, 8013, 9063, 8416, 8401, 9436, 8110, 9742, 8100, 11572, 8423, 14557, 8395, 14183, 8522, 14814, 9911, 15162, 12020, 12027, 10343, 9101, 10355, 8325, 9981, 7988, 13199, 8167, 12102, 8582, 8758, 10051, 7991, 13099, 9371, 10583, 10202, 8101, 11728, 8943, 8424, 13340, 9303, 13165, 11074, 7786, 16354, 9086, 12197, 10902, 7758, 15539, 9275, 11074, 10361, 7925, 14400, 9465, 13402, 13429, 10127, 16824, 11251, 13554, 9456, 7589, 12856, 8553, 8399, 8587, 7622, 11610, 8472, 7882, 8904, 7986, 12784, 8895, 8537, 10997, 7896, 10263, 9335, 7888, 9550, 7914, 12121, 7866, 10650, 9455, 7699, 10578, 7401, 9342, 8796, 8262, 10722, 9088, 7888, 10443, 8014, 9900, 8495, 8326, 10620, 7819, 13784, 10987, 10708, 10271, 8186, 12581, 9206, 16955, 14493, 10330, 14343, 9929, 17056, 13500, 9731, 9732, 8004, 11305, 7802, 11627, 7768, 12242, 7810, 13701, 8194, 10191, 8804, 8019, 8968, 7731, 10855, 7832, 11546, 7997, 10655, 10000, 11622, 10147, 8062, 10760, 7914, 11501, 8759, 8278, 10664, 8801, 14092, 10373, 15826, 9621, 15269, 11590, 15300, 12917, 12279, 11134, 8661, 11570, 8440, 13142, 9553, 12243, 7797, 11765, 8154, 8043, 8511, 8396, 9922, 8852, 10837, 8221, 11378, 8221, 11877, 8453, 12615, 8169, 15623, 8344, 13860, 8273, 13350, 8284, 12466, 9732, 10321, 10063, 7682, 14048, 8674, 7852, 8253, 7882, 11650, 7525, 12920, 7693, 13126, 7737, 12706, 8407, 11548, 9380, 8551, 9912, 7991, 8310, 10672, 8058, 8550, 11446, 9611, 14558, 12432, 9933, 10691, 8483, 12014, 9257, 15862, 14252, 9753, 10801, 8342, 8851, 9977, 9006, 10300, 7941, 9899, 7876, 12246, 8010, 13983, 9819, 15784, 13475, 14482, 11305, 7955, 10395, 8406, 12946, 8777, 12550, 8748, 9692, 9310, 8022, 9318, 7953, 12074, 8057, 12530, 8645, 12282, 8779, 11906, 8559, 10194, 9176, 8101, 10376, 7883, 11830, 8609, 8371, 9521, 8164, 10336, 9172, 9906, 10752, 8350, 13282, 8014, 13616, 8402, 10515, 10884, 8905, 12722, 8479, 12269, 8488, 8253, 11248, 8008, 9800, 8209, 11950, 8713, 10521, 9285, 10213, 10123, 9555, 9454, 10019, 8208, 10405, 8029, 10072, 8151, 11537, 7933, 13122, 8452, 12904, 8512, 12972, 8573, 10717, 8450, 8120, 10124, 7837, 10985, 8258, 10527, 9059, 10600, 9116, 10242, 9660, 8513, 9646, 8376, 12199, 8257, 8490, 10476, 8256, 11056, 8533, 11058, 7981, 12386, 8145, 13788, 8126, 14732, 10454, 16195, 13040, 10955, 9397, 8225, 9951, 7976, 11800, 8032, 12209, 8034, 11896, 8049, 12695, 8159, 11762, 8445, 11661, 9166, 12761, 8935, 12281, 8744, 12340, 10432, 8022, 9557, 8213, 10829, 7988, 10823, 8394, 8149, 8788, 8314, 11534, 8034, 11411, 8314, 11193, 10655, 9238, 10369, 8337, 9607, 8432, 12869, 7979, 11576, 8427, 8420, 10207, 8138, 11941, 8186, 13039, 9339, 12182, 8974, 11091, 9991, 8630, 9356, 8239, 10619, 8174, 11220, 8270, 11499, 8181, 11748, 8375, 13098, 8065, 12921, 8106, 12220, 8322, 11754, 10914, 8464, 9528, 7882, 11208, 7959, 11251, 8124, 10836, 10496, 9341, 9522, 8295, 9910, 8039, 11860, 9292, 10076, 9175, 10561, 10570, 10084, 8163, 8860, 7944, 10023, 7928, 12034, 8312, 13318, 10083, 11585, 8416, 10450, 9252, 9474, 9617, 9843, 9188, 10570, 9431, 9497, 9315, 8307, 9217, 7949, 10278, 7803, 10920, 7901, 11862, 7815, 11915, 7936, 11917, 8163, 8479, 8751, 8126, 8232, 8242, 7748, 11087, 8352, 8158, 10109, 8203, 13019, 10982, 11282, 9925, 13677, 9766, 14548, 9792, 13460, 8225, 14050, 8024, 13150, 8210, 11690, 9431, 7954, 8980, 7913, 11509, 8216, 11471, 7985, 8773, 9498, 9435, 9351, 10612, 8661, 11662, 8418, 11584, 10115, 8163, 8907, 8277, 10743, 8211, 11539, 8103, 10840, 10612, 8483, 10547, 8070, 12440, 8219, 11559, 8272, 12783, 7921, 12761, 7920, 12429, 8222, 13321, 10746, 12049, 8860, 12233, 8267, 13780, 8502, 13471, 8607, 12667, 7910, 10162, 8058, 10000, 8030, 10323, 8062, 9002, 9543, 8271, 10229, 8159, 12084, 8079, 13679, 9485, 14154, 9789, 10850, 10591, 8211, 9319, 8005, 10796, 7998, 12228, 7822, 12653, 8157, 11004, 8529, 8206, 10780, 8114, 8135, 10280, 8231, 11470, 8996, 11892, 8119, 13800, 8174, 11427, 9811, 8567, 10459, 8022, 11003, 7839, 14584, 8186, 11974, 8461, 11116, 10362, 10585, 10024, 7994, 10056, 7727, 9216, 9731, 8139, 9293, 7910, 8696, 7821, 8283, 10726, 7952, 10206, 9748, 9268, 9821, 8139, 10533, 8371, 11947, 8376, 13807, 8098, 13417, 8052, 12508, 7820, 12378, 7934, 13914, 8068, 9797, 8398, 8205, 10117, 7968, 11554, 7796, 11936, 8116, 12110, 8330, 10492, 8261, 8531, 9861, 8095, 10545, 8166, 11177, 8703, 13318, 7817, 9962, 8566, 8287, 9442, 7991, 11474, 7856, 12256, 7830, 12221, 7956, 12120, 7940, 12264, 8034, 12419, 8187, 12146, 8202, 11839, 8117, 11689, 8119, 12024, 8002, 12243, 10092, 11081, 8885, 8838, 9653, 8644, 9750, 8697, 9193, 8643, 9195, 8531, 11910, 8632, 8775, 8792, 8565, 10107, 9853, 8989, 11067, 8575, 12622, 8594, 11707, 8309, 10777, 8395, 12783, 8321, 15789, 8235, 14684, 11329, 12477, 11605, 8275, 10222, 8456, 11896, 8394, 12658, 7694, 11849, 8017, 11244, 8325, 10005, 8230, 7606, 12850, 10411, 7787, 11092, 9302, 7825, 13388, 9293, 12882, 11357, 15007, 10876, 13277, 11923, 8588, 10005, 7911, 11271, 8226, 11803, 8568, 12224, 8571, 11522, 9516, 8867, 9265, 7869, 9478, 8036, 9892, 7793, 11386, 7675, 12494, 8000, 12264, 7952, 12300, 8680, 11020, 8607, 9168, 9217, 7888, 9066, 7802, 7954, 7511, 8162, 9306, 7894, 8227, 11277, 13954, 11056, 14323, 8914, 13873, 11712, 10917, 9427, 7993, 11396, 9413, 8024, 12140, 8525, 15402, 12805, 13223, 9890, 7788, 10077, 7649, 12425, 7723, 12570, 7770, 11792, 7792, 12480, 7983, 13299, 8030, 13617, 8414, 7801, 8469, 7933, 10711, 8024, 12372, 8379, 12090, 8701, 9948, 8734, 8063, 8533, 7925, 9714, 7971, 11393, 7826, 12562, 8221, 10962, 8067, 8183, 8880, 8567, 9186, 8234, 8970, 8165], 'WindowCenter': [4369.0, 4373.0, 4352.0, 4368.0, 4338.0, 4378.0, 4327.0, 4327.0, 4350.0, 4349.0, 4352.0, 4360.0, 4350.0, 4362.0, 4340.0, 4381.0, 4350.0, 4400.0, 4351.0, 4399.0, 4350.0, 4398.0, 4361.0, 4401.0, 4383.0, 4377.0, 4358.0, 4347.0, 4356.0, 4339.0, 4356.0, 4326.0, 4376.0, 4336.0, 4365.0, 4336.0, 4335.0, 4344.0, 4326.0, 4376.0, 4348.0, 4357.0, 4356.0, 4329.0, 4368.0, 4347.0, 4340.0, 4376.0, 4346.0, 4377.0, 4367.0, 4327.0, 4400.0, 4349.0, 4366.0, 4345.0, 4314.0, 4384.0, 4333.0, 4353.0, 4342.0, 4324.0, 4374.0, 4335.0, 4360.0, 4360.0, 4332.0, 4372.0, 4339.0, 4348.0, 4319.0, 4299.0, 4348.0, 4308.0, 4296.0, 4311.0, 4301.0, 4342.0, 4320.0, 4313.0, 4333.0, 4326.0, 4362.0, 4333.0, 4322.0, 4342.0, 4324.0, 4347.0, 4333.0, 4315.0, 4333.0, 4324.0, 4362.0, 4324.0, 4356.0, 4348.0, 4315.0, 4356.0, 4317.0, 4349.0, 4339.0, 4338.0, 4368.0, 4348.0, 4337.0, 4367.0, 4339.0, 4360.0, 4352.0, 4349.0, 4369.0, 4341.0, 4403.0, 4383.0, 4374.0, 4370.0, 4341.0, 4379.0, 4360.0, 4409.0, 4387.0, 4358.0, 4379.0, 4346.0, 4385.0, 4363.0, 4334.0, 4335.0, 4312.0, 4345.0, 4313.0, 4340.0, 4301.0, 4352.0, 4311.0, 4364.0, 4325.0, 4346.0, 4335.0, 4312.0, 4332.0, 4316.0, 4355.0, 4327.0, 4367.0, 4340.0, 4367.0, 4358.0, 4369.0, 4345.0, 4328.0, 4355.0, 4326.0, 4367.0, 4339.0, 4340.0, 4368.0, 4363.0, 4388.0, 4357.0, 4388.0, 4348.0, 4376.0, 4356.0, 4376.0, 4366.0, 4354.0, 4354.0, 4323.0, 4339.0, 4309.0, 4352.0, 4323.0, 4339.0, 4301.0, 4351.0, 4325.0, 4316.0, 4322.0, 4321.0, 4345.0, 4334.0, 4354.0, 4324.0, 4353.0, 4323.0, 4352.0, 4314.0, 4350.0, 4311.0, 4370.0, 4311.0, 4359.0, 4312.0, 4349.0, 4311.0, 4351.0, 4336.0, 4345.0, 4342.0, 4313.0, 4374.0, 4335.0, 4325.0, 4323.0, 4324.0, 4355.0, 4313.0, 4366.0, 4327.0, 4377.0, 4327.0, 4378.0, 4339.0, 4364.0, 4349.0, 4336.0, 4342.0, 4323.0, 4324.0, 4354.0, 4324.0, 4347.0, 4379.0, 4362.0, 4387.0, 4377.0, 4356.0, 4359.0, 4323.0, 4351.0, 4322.0, 4384.0, 4373.0, 4333.0, 4354.0, 4340.0, 4345.0, 4346.0, 4323.0, 4341.0, 4311.0, 4334.0, 4312.0, 4352.0, 4313.0, 4375.0, 4333.0, 4372.0, 4362.0, 4360.0, 4343.0, 4309.0, 4320.0, 4299.0, 4336.0, 4308.0, 4337.0, 4312.0, 4320.0, 4320.0, 4302.0, 4319.0, 4311.0, 4339.0, 4312.0, 4350.0, 4311.0, 4338.0, 4311.0, 4339.0, 4310.0, 4330.0, 4323.0, 4310.0, 4332.0, 4313.0, 4353.0, 4321.0, 4326.0, 4343.0, 4336.0, 4346.0, 4335.0, 4347.0, 4358.0, 4327.0, 4377.0, 4327.0, 4375.0, 4325.0, 4346.0, 4344.0, 4325.0, 4356.0, 4326.0, 4363.0, 4339.0, 4325.0, 4354.0, 4312.0, 4332.0, 4322.0, 4352.0, 4326.0, 4346.0, 4323.0, 4331.0, 4332.0, 4331.0, 4320.0, 4329.0, 4310.0, 4343.0, 4309.0, 4331.0, 4313.0, 4340.0, 4315.0, 4363.0, 4321.0, 4351.0, 4322.0, 4363.0, 4324.0, 4346.0, 4324.0, 4325.0, 4343.0, 4328.0, 4354.0, 4323.0, 4342.0, 4334.0, 4348.0, 4335.0, 4344.0, 4348.0, 4338.0, 4344.0, 4324.0, 4365.0, 4337.0, 4348.0, 4367.0, 4338.0, 4367.0, 4337.0, 4371.0, 4328.0, 4376.0, 4327.0, 4378.0, 4326.0, 4377.0, 4348.0, 4386.0, 4364.0, 4354.0, 4333.0, 4326.0, 4343.0, 4324.0, 4363.0, 4326.0, 4364.0, 4327.0, 4365.0, 4326.0, 4368.0, 4328.0, 4367.0, 4327.0, 4353.0, 4349.0, 4365.0, 4335.0, 4354.0, 4322.0, 4351.0, 4342.0, 4313.0, 4331.0, 4312.0, 4353.0, 4324.0, 4341.0, 4326.0, 4324.0, 4335.0, 4335.0, 4365.0, 4326.0, 4365.0, 4339.0, 4359.0, 4359.0, 4346.0, 4356.0, 4325.0, 4350.0, 4327.0, 4365.0, 4326.0, 4354.0, 4325.0, 4335.0, 4357.0, 4328.0, 4365.0, 4337.0, 4380.0, 4348.0, 4369.0, 4348.0, 4356.0, 4346.0, 4338.0, 4347.0, 4337.0, 4357.0, 4337.0, 4357.0, 4324.0, 4356.0, 4325.0, 4370.0, 4329.0, 4365.0, 4326.0, 4367.0, 4314.0, 4353.0, 4323.0, 4352.0, 4344.0, 4312.0, 4333.0, 4324.0, 4355.0, 4328.0, 4354.0, 4325.0, 4345.0, 4355.0, 4338.0, 4335.0, 4325.0, 4345.0, 4327.0, 4368.0, 4334.0, 4332.0, 4324.0, 4331.0, 4342.0, 4331.0, 4312.0, 4321.0, 4313.0, 4331.0, 4314.0, 4353.0, 4323.0, 4364.0, 4357.0, 4358.0, 4328.0, 4343.0, 4333.0, 4321.0, 4331.0, 4333.0, 4323.0, 4331.0, 4322.0, 4333.0, 4324.0, 4312.0, 4332.0, 4313.0, 4342.0, 4314.0, 4342.0, 4311.0, 4350.0, 4313.0, 4352.0, 4315.0, 4352.0, 4325.0, 4324.0, 4335.0, 4326.0, 4325.0, 4335.0, 4329.0, 4369.0, 4350.0, 4341.0, 4370.0, 4351.0, 4390.0, 4371.0, 4372.0, 4359.0, 4376.0, 4346.0, 4362.0, 4335.0, 4362.0, 4312.0, 4362.0, 4311.0, 4349.0, 4314.0, 4340.0, 4319.0, 4310.0, 4320.0, 4328.0, 4354.0, 4324.0, 4353.0, 4325.0, 4340.0, 4348.0, 4334.0, 4335.0, 4343.0, 4325.0, 4352.0, 4323.0, 4352.0, 4346.0, 4323.0, 4324.0, 4335.0, 4354.0, 4325.0, 4356.0, 4327.0, 4356.0, 4356.0, 4336.0, 4357.0, 4328.0, 4369.0, 4327.0, 4353.0, 4312.0, 4364.0, 4315.0, 4365.0, 4326.0, 4363.0, 4324.0, 4362.0, 4343.0, 4356.0, 4323.0, 4352.0, 4312.0, 4362.0, 4323.0, 4362.0, 4323.0, 4350.0, 4299.0, 4321.0, 4300.0, 4319.0, 4310.0, 4341.0, 4312.0, 4323.0, 4346.0, 4335.0, 4355.0, 4326.0, 4365.0, 4325.0, 4374.0, 4346.0, 4373.0, 4334.0, 4343.0, 4343.0, 4323.0, 4332.0, 4314.0, 4341.0, 4311.0, 4352.0, 4312.0, 4362.0, 4313.0, 4354.0, 4326.0, 4323.0, 4354.0, 4324.0, 4325.0, 4347.0, 4328.0, 4353.0, 4336.0, 4355.0, 4315.0, 4377.0, 4324.0, 4344.0, 4335.0, 4312.0, 4328.0, 4311.0, 4342.0, 4302.0, 4364.0, 4325.0, 4350.0, 4315.0, 4355.0, 4343.0, 4331.0, 4321.0, 4305.0, 4333.0, 4327.0, 4332.0, 4332.0, 4315.0, 4320.0, 4313.0, 4337.0, 4326.0, 4336.0, 4370.0, 4339.0, 4357.0, 4347.0, 4348.0, 4346.0, 4329.0, 4359.0, 4326.0, 4365.0, 4325.0, 4377.0, 4324.0, 4362.0, 4315.0, 4350.0, 4300.0, 4349.0, 4302.0, 4352.0, 4298.0, 4329.0, 4311.0, 4314.0, 4331.0, 4315.0, 4338.0, 4312.0, 4351.0, 4313.0, 4355.0, 4324.0, 4343.0, 4323.0, 4327.0, 4343.0, 4312.0, 4342.0, 4313.0, 4355.0, 4337.0, 4368.0, 4303.0, 4333.0, 4324.0, 4323.0, 4329.0, 4310.0, 4344.0, 4313.0, 4354.0, 4315.0, 4352.0, 4316.0, 4353.0, 4313.0, 4353.0, 4312.0, 4350.0, 4312.0, 4348.0, 4311.0, 4351.0, 4314.0, 4352.0, 4317.0, 4352.0, 4312.0, 4352.0, 4343.0, 4354.0, 4333.0, 4338.0, 4346.0, 4326.0, 4347.0, 4335.0, 4335.0, 4324.0, 4336.0, 4336.0, 4365.0, 4337.0, 4338.0, 4339.0, 4349.0, 4359.0, 4360.0, 4350.0, 4381.0, 4351.0, 4391.0, 4351.0, 4380.0, 4338.0, 4356.0, 4327.0, 4365.0, 4326.0, 4386.0, 4351.0, 4386.0, 4354.0, 4353.0, 4342.0, 4312.0, 4342.0, 4323.0, 4352.0, 4311.0, 4350.0, 4300.0, 4350.0, 4312.0, 4353.0, 4324.0, 4344.0, 4322.0, 4326.0, 4388.0, 4369.0, 4326.0, 4356.0, 4347.0, 4326.0, 4376.0, 4337.0, 4364.0, 4346.0, 4374.0, 4343.0, 4351.0, 4341.0, 4308.0, 4319.0, 4300.0, 4328.0, 4297.0, 4337.0, 4309.0, 4339.0, 4310.0, 4338.0, 4321.0, 4322.0, 4320.0, 4310.0, 4321.0, 4298.0, 4319.0, 4299.0, 4341.0, 4301.0, 4352.0, 4312.0, 4351.0, 4312.0, 4350.0, 4322.0, 4341.0, 4310.0, 4321.0, 4335.0, 4327.0, 4348.0, 4315.0, 4311.0, 4303.0, 4321.0, 4330.0, 4324.0, 4333.0, 4378.0, 4384.0, 4365.0, 4386.0, 4336.0, 4362.0, 4353.0, 4330.0, 4319.0, 4311.0, 4339.0, 4318.0, 4299.0, 4337.0, 4310.0, 4370.0, 4354.0, 4351.0, 4317.0, 4296.0, 4318.0, 4291.0, 4337.0, 4284.0, 4325.0, 4284.0, 4326.0, 4288.0, 4336.0, 4293.0, 4335.0, 4286.0, 4332.0, 4283.0, 4275.0, 4293.0, 4297.0, 4313.0, 4283.0, 4324.0, 4295.0, 4322.0, 4297.0, 4303.0, 4294.0, 4293.0, 4294.0, 4297.0, 4316.0, 4300.0, 4341.0, 4297.0, 4350.0, 4310.0, 4343.0, 4322.0, 4311.0, 4319.0, 4311.0, 4321.0, 4312.0, 4323.0, 4310.0], 'WindowWidth': [9665.0, 9658.0, 9622.0, 9637.0, 9595.0, 9648.0, 9578.0, 9578.0, 9612.0, 9614.0, 9620.0, 9628.0, 9614.0, 9633.0, 9601.0, 9657.0, 9616.0, 9683.0, 9617.0, 9678.0, 9615.0, 9676.0, 9628.0, 9681.0, 9658.0, 9643.0, 9619.0, 9603.0, 9615.0, 9594.0, 9614.0, 9574.0, 9641.0, 9586.0, 9625.0, 9587.0, 9583.0, 9594.0, 9575.0, 9642.0, 9606.0, 9616.0, 9613.0, 9581.0, 9632.0, 9603.0, 9596.0, 9640.0, 9601.0, 9643.0, 9629.0, 9579.0, 9679.0, 9605.0, 9624.0, 9595.0, 9554.0, 9647.0, 9577.0, 9604.0, 9589.0, 9565.0, 9632.0, 9579.0, 9608.0, 9609.0, 9571.0, 9626.0, 9578.0, 9590.0, 9548.0, 9522.0, 9585.0, 9532.0, 9514.0, 9540.0, 9527.0, 9583.0, 9556.0, 9549.0, 9576.0, 9570.0, 9614.0, 9577.0, 9561.0, 9587.0, 9565.0, 9598.0, 9576.0, 9555.0, 9576.0, 9565.0, 9615.0, 9567.0, 9612.0, 9603.0, 9556.0, 9612.0, 9563.0, 9607.0, 9594.0, 9593.0, 9634.0, 9606.0, 9593.0, 9631.0, 9598.0, 9625.0, 9617.0, 9612.0, 9637.0, 9604.0, 9686.0, 9660.0, 9649.0, 9639.0, 9601.0, 9648.0, 9629.0, 9694.0, 9660.0, 9618.0, 9645.0, 9598.0, 9650.0, 9617.0, 9577.0, 9580.0, 9547.0, 9591.0, 9549.0, 9581.0, 9529.0, 9597.0, 9544.0, 9616.0, 9567.0, 9597.0, 9581.0, 9547.0, 9574.0, 9557.0, 9609.0, 9575.0, 9630.0, 9598.0, 9630.0, 9619.0, 9632.0, 9596.0, 9575.0, 9608.0, 9571.0, 9627.0, 9592.0, 9598.0, 9636.0, 9634.0, 9660.0, 9616.0, 9659.0, 9603.0, 9638.0, 9613.0, 9638.0, 9624.0, 9606.0, 9604.0, 9561.0, 9578.0, 9535.0, 9597.0, 9559.0, 9576.0, 9529.0, 9598.0, 9568.0, 9556.0, 9562.0, 9558.0, 9593.0, 9577.0, 9607.0, 9564.0, 9603.0, 9564.0, 9599.0, 9548.0, 9595.0, 9542.0, 9620.0, 9543.0, 9602.0, 9543.0, 9588.0, 9543.0, 9595.0, 9584.0, 9593.0, 9587.0, 9551.0, 9636.0, 9581.0, 9571.0, 9565.0, 9566.0, 9608.0, 9552.0, 9624.0, 9574.0, 9640.0, 9575.0, 9643.0, 9594.0, 9620.0, 9606.0, 9585.0, 9590.0, 9565.0, 9567.0, 9608.0, 9569.0, 9605.0, 9652.0, 9628.0, 9657.0, 9644.0, 9617.0, 9618.0, 9561.0, 9595.0, 9559.0, 9645.0, 9628.0, 9576.0, 9606.0, 9596.0, 9599.0, 9598.0, 9563.0, 9584.0, 9543.0, 9577.0, 9547.0, 9600.0, 9549.0, 9632.0, 9576.0, 9627.0, 9612.0, 9605.0, 9585.0, 9538.0, 9550.0, 9520.0, 9567.0, 9531.0, 9570.0, 9541.0, 9551.0, 9552.0, 9529.0, 9549.0, 9540.0, 9576.0, 9544.0, 9592.0, 9542.0, 9573.0, 9542.0, 9576.0, 9539.0, 9566.0, 9560.0, 9541.0, 9569.0, 9547.0, 9601.0, 9558.0, 9569.0, 9591.0, 9586.0, 9598.0, 9582.0, 9599.0, 9615.0, 9574.0, 9639.0, 9574.0, 9635.0, 9567.0, 9594.0, 9592.0, 9564.0, 9607.0, 9569.0, 9616.0, 9591.0, 9570.0, 9607.0, 9549.0, 9572.0, 9559.0, 9600.0, 9567.0, 9594.0, 9560.0, 9569.0, 9570.0, 9568.0, 9550.0, 9564.0, 9540.0, 9586.0, 9536.0, 9568.0, 9545.0, 9579.0, 9551.0, 9614.0, 9558.0, 9596.0, 9559.0, 9616.0, 9566.0, 9593.0, 9565.0, 9569.0, 9593.0, 9577.0, 9605.0, 9565.0, 9588.0, 9579.0, 9601.0, 9582.0, 9594.0, 9604.0, 9589.0, 9594.0, 9568.0, 9624.0, 9591.0, 9607.0, 9631.0, 9593.0, 9630.0, 9588.0, 9637.0, 9578.0, 9639.0, 9575.0, 9643.0, 9573.0, 9639.0, 9599.0, 9650.0, 9618.0, 9606.0, 9578.0, 9570.0, 9589.0, 9566.0, 9618.0, 9573.0, 9620.0, 9576.0, 9622.0, 9572.0, 9627.0, 9577.0, 9625.0, 9574.0, 9602.0, 9605.0, 9622.0, 9581.0, 9603.0, 9560.0, 9596.0, 9585.0, 9548.0, 9568.0, 9546.0, 9603.0, 9566.0, 9584.0, 9568.0, 9566.0, 9583.0, 9585.0, 9624.0, 9574.0, 9623.0, 9593.0, 9616.0, 9619.0, 9599.0, 9613.0, 9570.0, 9607.0, 9575.0, 9622.0, 9571.0, 9607.0, 9569.0, 9585.0, 9614.0, 9577.0, 9625.0, 9591.0, 9649.0, 9605.0, 9632.0, 9604.0, 9612.0, 9599.0, 9589.0, 9600.0, 9589.0, 9614.0, 9589.0, 9612.0, 9566.0, 9608.0, 9569.0, 9633.0, 9578.0, 9623.0, 9571.0, 9625.0, 9552.0, 9600.0, 9560.0, 9597.0, 9589.0, 9545.0, 9574.0, 9566.0, 9608.0, 9575.0, 9605.0, 9567.0, 9592.0, 9608.0, 9587.0, 9581.0, 9567.0, 9594.0, 9573.0, 9629.0, 9578.0, 9570.0, 9561.0, 9568.0, 9583.0, 9569.0, 9544.0, 9557.0, 9548.0, 9570.0, 9552.0, 9602.0, 9563.0, 9618.0, 9616.0, 9613.0, 9573.0, 9587.0, 9575.0, 9554.0, 9569.0, 9571.0, 9558.0, 9565.0, 9558.0, 9574.0, 9563.0, 9544.0, 9571.0, 9551.0, 9587.0, 9550.0, 9582.0, 9542.0, 9593.0, 9548.0, 9599.0, 9553.0, 9600.0, 9567.0, 9566.0, 9585.0, 9573.0, 9570.0, 9585.0, 9582.0, 9637.0, 9612.0, 9602.0, 9641.0, 9615.0, 9664.0, 9640.0, 9641.0, 9621.0, 9638.0, 9596.0, 9613.0, 9577.0, 9610.0, 9544.0, 9611.0, 9542.0, 9589.0, 9546.0, 9578.0, 9550.0, 9539.0, 9552.0, 9576.0, 9604.0, 9565.0, 9604.0, 9570.0, 9595.0, 9603.0, 9580.0, 9580.0, 9588.0, 9567.0, 9599.0, 9563.0, 9599.0, 9594.0, 9560.0, 9564.0, 9584.0, 9606.0, 9568.0, 9609.0, 9574.0, 9610.0, 9611.0, 9587.0, 9615.0, 9578.0, 9632.0, 9571.0, 9601.0, 9547.0, 9616.0, 9552.0, 9621.0, 9570.0, 9615.0, 9566.0, 9612.0, 9590.0, 9607.0, 9562.0, 9599.0, 9547.0, 9611.0, 9561.0, 9612.0, 9564.0, 9594.0, 9524.0, 9552.0, 9525.0, 9549.0, 9540.0, 9585.0, 9548.0, 9563.0, 9598.0, 9584.0, 9611.0, 9574.0, 9621.0, 9568.0, 9634.0, 9597.0, 9629.0, 9576.0, 9589.0, 9590.0, 9562.0, 9570.0, 9548.0, 9580.0, 9542.0, 9598.0, 9546.0, 9612.0, 9549.0, 9604.0, 9568.0, 9564.0, 9606.0, 9568.0, 9568.0, 9599.0, 9574.0, 9605.0, 9582.0, 9606.0, 9555.0, 9639.0, 9566.0, 9590.0, 9577.0, 9543.0, 9563.0, 9542.0, 9583.0, 9532.0, 9616.0, 9564.0, 9593.0, 9552.0, 9610.0, 9590.0, 9566.0, 9552.0, 9534.0, 9574.0, 9574.0, 9574.0, 9572.0, 9551.0, 9552.0, 9547.0, 9587.0, 9575.0, 9589.0, 9636.0, 9593.0, 9615.0, 9602.0, 9602.0, 9598.0, 9578.0, 9617.0, 9570.0, 9620.0, 9568.0, 9638.0, 9565.0, 9613.0, 9551.0, 9591.0, 9524.0, 9587.0, 9529.0, 9594.0, 9520.0, 9561.0, 9540.0, 9549.0, 9568.0, 9552.0, 9575.0, 9545.0, 9596.0, 9549.0, 9608.0, 9566.0, 9588.0, 9564.0, 9572.0, 9588.0, 9544.0, 9585.0, 9548.0, 9611.0, 9588.0, 9626.0, 9536.0, 9574.0, 9565.0, 9561.0, 9566.0, 9540.0, 9588.0, 9547.0, 9603.0, 9553.0, 9600.0, 9556.0, 9601.0, 9549.0, 9599.0, 9546.0, 9592.0, 9545.0, 9588.0, 9544.0, 9595.0, 9550.0, 9599.0, 9557.0, 9598.0, 9545.0, 9597.0, 9588.0, 9607.0, 9576.0, 9587.0, 9598.0, 9570.0, 9600.0, 9581.0, 9580.0, 9566.0, 9583.0, 9583.0, 9623.0, 9588.0, 9591.0, 9595.0, 9611.0, 9621.0, 9625.0, 9612.0, 9654.0, 9616.0, 9670.0, 9617.0, 9651.0, 9590.0, 9612.0, 9571.0, 9624.0, 9570.0, 9653.0, 9616.0, 9653.0, 9604.0, 9600.0, 9584.0, 9544.0, 9583.0, 9562.0, 9600.0, 9542.0, 9592.0, 9526.0, 9592.0, 9546.0, 9605.0, 9568.0, 9594.0, 9562.0, 9578.0, 9663.0, 9639.0, 9574.0, 9612.0, 9606.0, 9573.0, 9639.0, 9587.0, 9620.0, 9595.0, 9631.0, 9587.0, 9594.0, 9579.0, 9532.0, 9546.0, 9523.0, 9558.0, 9518.0, 9571.0, 9535.0, 9574.0, 9539.0, 9574.0, 9556.0, 9557.0, 9553.0, 9540.0, 9552.0, 9520.0, 9548.0, 9524.0, 9580.0, 9528.0, 9595.0, 9545.0, 9596.0, 9546.0, 9593.0, 9558.0, 9581.0, 9540.0, 9555.0, 9578.0, 9571.0, 9607.0, 9556.0, 9542.0, 9532.0, 9556.0, 9568.0, 9568.0, 9581.0, 9649.0, 9651.0, 9626.0, 9654.0, 9587.0, 9615.0, 9600.0, 9566.0, 9550.0, 9542.0, 9577.0, 9548.0, 9521.0, 9571.0, 9539.0, 9621.0, 9600.0, 9595.0, 9545.0, 9515.0, 9544.0, 9511.0, 9569.0, 9493.0, 9549.0, 9493.0, 9550.0, 9503.0, 9565.0, 9507.0, 9561.0, 9498.0, 9553.0, 9490.0, 9481.0, 9504.0, 9514.0, 9531.0, 9493.0, 9545.0, 9510.0, 9542.0, 9514.0, 9518.0, 9507.0, 9506.0, 9509.0, 9516.0, 9541.0, 9523.0, 9578.0, 9518.0, 9591.0, 9542.0, 9586.0, 9560.0, 9543.0, 9552.0, 9539.0, 9554.0, 9543.0, 9559.0, 9540.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.000831264367816092</td></tr>
<tr><td colspan=3>aqi</td><td>0.01766327390804598</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.544589293970084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2738100036363644</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0130803525316459</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>8349.9346</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08459524360493503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.218390804597701</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.351409360366567</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.289741854499209</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5650233024814426</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.19946292411905</td></tr>
<tr><td colspan=3>gcor</td><td>0.0198457</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008769226260483265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025437016040086746</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.830296935196602</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>36.1377</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5324</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.5391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.4281</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.8497</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3597.7146</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.7334</td></tr>
<tr><td colspan=3>tsnr</td><td>44.43629868607968</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>