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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0083_ses-01_task-social_acq-mb8_run-01_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-0083_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-01_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-0083/ses-01/func/sub-0083_ses-01_task-social_acq-mb8_run-01_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>14bfd35d77e8e5ebf9f1b9789b4541a9</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>21:12:1.092500</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.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</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-01_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>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.0979908</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7064, 967, -72, -190, 134, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f7b3dbb-accb-4967-81da-727f0c008407||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.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['211201.092500', '211201.552500', '211202.012500', '211202.472500', '211202.932500', '211203.392500', '211203.852500', '211204.312500', '211204.772500', '211205.232500', '211205.692500', '211206.152500', '211206.612500', '211207.072500', '211207.532500', '211207.992500', '211208.452500', '211208.912500', '211209.372500', '211209.832500', '211210.292500', '211210.752500', '211211.212500', '211211.672500', '211212.132500', '211212.592500', '211213.052500', '211213.512500', '211213.972500', '211214.432500', '211214.892500', '211215.352500', '211215.812500', '211216.272500', '211216.732500', '211217.192500', '211217.652500', '211218.112500', '211218.572500', '211219.032500', '211219.492500', '211219.952500', '211220.412500', '211220.872500', '211221.332500', '211221.792500', '211222.252500', '211222.712500', '211223.172500', '211223.632500', '211224.092500', '211224.552500', '211225.012500', '211225.472500', '211225.932500', '211226.392500', '211226.852500', '211227.312500', '211227.772500', '211228.232500', '211228.692500', '211229.152500', '211229.612500', '211230.072500', '211230.532500', '211230.992500', '211231.452500', '211231.912500', '211232.372500', '211232.832500', '211233.292500', '211233.752500', '211234.212500', '211234.672500', '211235.132500', '211235.592500', '211236.052500', '211236.512500', '211236.972500', '211237.432500', '211237.892500', '211238.352500', '211238.812500', '211239.272500', '211239.732500', '211240.192500', '211240.652500', '211241.112500', '211241.572500', '211242.032500', '211242.492500', '211242.952500', '211243.412500', '211243.872500', '211244.332500', '211244.792500', '211245.252500', '211245.712500', '211246.172500', '211246.632500', '211247.092500', '211247.552500', '211248.012500', '211248.472500', '211248.932500', '211249.392500', '211249.852500', '211250.312500', '211250.772500', '211251.232500', '211251.692500', '211252.152500', '211252.612500', '211253.072500', '211253.532500', '211253.992500', '211254.452500', '211254.912500', '211255.372500', '211255.832500', '211256.292500', '211256.752500', '211257.212500', '211257.672500', '211258.132500', '211258.592500', '211259.052500', '211259.512500', '211259.972500', '211300.432500', '211300.892500', '211301.352500', '211301.812500', '211302.272500', '211302.732500', '211303.192500', '211303.652500', '211304.112500', '211304.572500', '211305.032500', '211305.492500', '211305.952500', '211306.412500', '211306.872500', '211307.332500', '211307.792500', '211308.252500', '211308.712500', '211309.172500', '211309.632500', '211310.092500', '211310.552500', '211311.012500', '211311.472500', '211311.932500', '211312.392500', '211312.852500', '211313.312500', '211313.772500', '211314.232500', '211314.692500', '211315.152500', '211315.612500', '211316.072500', '211316.532500', '211316.992500', '211317.452500', '211317.912500', '211318.372500', '211318.832500', '211319.292500', '211319.752500', '211320.212500', '211320.672500', '211321.132500', '211321.592500', '211322.052500', '211322.512500', '211322.972500', '211323.432500', '211323.892500', '211324.352500', '211324.812500', '211325.272500', '211325.732500', '211326.192500', '211326.652500', '211327.112500', '211327.572500', '211328.032500', '211328.492500', '211328.952500', '211329.412500', '211329.872500', '211330.332500', '211330.792500', '211331.252500', '211331.712500', '211332.172500', '211332.632500', '211333.092500', '211333.552500', '211334.012500', '211334.472500', '211334.932500', '211335.392500', '211335.852500', '211336.312500', '211336.772500', '211337.232500', '211337.692500', '211338.152500', '211338.612500', '211339.072500', '211339.532500', '211339.992500', '211340.452500', '211340.912500', '211341.372500', '211341.832500', '211342.292500', '211342.752500', '211343.212500', '211343.672500', '211344.132500', '211344.592500', '211345.052500', '211345.512500', '211345.972500', '211346.432500', '211346.892500', '211347.352500', '211347.812500', '211348.272500', '211348.732500', '211349.192500', '211349.652500', '211350.112500', '211350.572500', '211351.032500', '211351.492500', '211351.952500', '211352.412500', '211352.872500', '211353.332500', '211353.792500', '211354.252500', '211354.712500', '211355.172500', '211355.632500', '211356.092500', '211356.552500', '211357.012500', '211357.472500', '211357.932500', '211358.392500', '211358.852500', '211359.312500', '211359.772500', '211400.232500', '211400.692500', '211401.152500', '211401.612500', '211402.072500', '211402.532500', '211402.992500', '211403.452500', '211403.912500', '211404.372500', '211404.832500', '211405.292500', '211405.752500', '211406.212500', '211406.672500', '211407.132500', '211407.592500', '211408.052500', '211408.512500', '211408.972500', '211409.432500', '211409.892500', '211410.352500', '211410.812500', '211411.272500', '211411.732500', '211412.192500', '211412.652500', '211413.112500', '211413.572500', '211414.032500', '211414.492500', '211414.952500', '211415.412500', '211415.872500', '211416.332500', '211416.792500', '211417.252500', '211417.712500', '211418.172500', '211418.632500', '211419.092500', '211419.552500', '211420.012500', '211420.472500', '211420.932500', '211421.392500', '211421.852500', '211422.312500', '211422.772500', '211423.232500', '211423.692500', '211424.152500', '211424.612500', '211425.072500', '211425.532500', '211425.992500', '211426.452500', '211426.912500', '211427.372500', '211427.832500', '211428.292500', '211428.752500', '211429.212500', '211429.672500', '211430.132500', '211430.592500', '211431.052500', '211431.512500', '211431.972500', '211432.432500', '211432.892500', '211433.352500', '211433.812500', '211434.272500', '211434.732500', '211435.192500', '211435.652500', '211436.112500', '211436.572500', '211437.032500', '211437.492500', '211437.952500', '211438.412500', '211438.872500', '211439.332500', '211439.792500', '211440.252500', '211440.712500', '211441.172500', '211441.632500', '211442.092500', '211442.552500', '211443.012500', '211443.472500', '211443.932500', '211444.392500', '211444.852500', '211445.312500', '211445.772500', '211446.232500', '211446.692500', '211447.152500', '211447.612500', '211448.072500', '211448.532500', '211448.992500', '211449.452500', '211449.912500', '211450.372500', '211450.832500', '211451.292500', '211451.752500', '211452.212500', '211452.672500', '211453.132500', '211453.592500', '211454.052500', '211454.512500', '211454.972500', '211455.432500', '211455.892500', '211456.352500', '211456.812500', '211457.272500', '211457.732500', '211458.192500', '211458.652500', '211459.112500', '211459.572500', '211500.032500', '211500.492500', '211500.952500', '211501.412500', '211501.872500', '211502.332500', '211502.792500', '211503.252500', '211503.712500', '211504.172500', '211504.632500', '211505.092500', '211505.552500', '211506.012500', '211506.472500', '211506.932500', '211507.392500', '211507.852500', '211508.312500', '211508.772500', '211509.232500', '211509.692500', '211510.152500', '211510.612500', '211511.072500', '211511.532500', '211511.992500', '211512.452500', '211512.912500', '211513.372500', '211513.832500', '211514.292500', '211514.752500', '211515.212500', '211515.672500', '211516.132500', '211516.592500', '211517.052500', '211517.512500', '211517.972500', '211518.432500', '211518.892500', '211519.352500', '211519.812500', '211520.272500', '211520.732500', '211521.192500', '211521.652500', '211522.112500', '211522.572500', '211523.032500', '211523.492500', '211523.952500', '211524.412500', '211524.872500', '211525.332500', '211525.792500', '211526.252500', '211526.712500', '211527.172500', '211527.632500', '211528.092500', '211528.552500', '211529.012500', '211529.472500', '211529.932500', '211530.392500', '211530.852500', '211531.312500', '211531.772500', '211532.232500', '211532.692500', '211533.152500', '211533.612500', '211534.072500', '211534.532500', '211534.992500', '211535.452500', '211535.912500', '211536.372500', '211536.832500', '211537.292500', '211537.752500', '211538.212500', '211538.672500', '211539.132500', '211539.592500', '211540.052500', '211540.512500', '211540.972500', '211541.432500', '211541.892500', '211542.352500', '211542.812500', '211543.272500', '211543.732500', '211544.192500', '211544.652500', '211545.112500', '211545.572500', '211546.032500', '211546.492500', '211546.952500', '211547.412500', '211547.872500', '211548.332500', '211548.792500', '211549.252500', '211549.712500', '211550.172500', '211550.632500', '211551.092500', '211551.552500', '211552.012500', '211552.472500', '211552.932500', '211553.392500', '211553.852500', '211554.312500', '211554.772500', '211555.232500', '211555.692500', '211556.152500', '211556.612500', '211557.072500', '211557.532500', '211557.992500', '211558.452500', '211558.912500', '211559.372500', '211559.832500', '211600.292500', '211600.752500', '211601.212500', '211601.672500', '211602.132500', '211602.592500', '211603.052500', '211603.512500', '211603.972500', '211604.432500', '211604.892500', '211605.352500', '211605.812500', '211606.272500', '211606.732500', '211607.192500', '211607.652500', '211608.112500', '211608.572500', '211609.032500', '211609.492500', '211609.952500', '211610.412500', '211610.872500', '211611.332500', '211611.792500', '211612.252500', '211612.712500', '211613.172500', '211613.632500', '211614.092500', '211614.552500', '211615.012500', '211615.472500', '211615.932500', '211616.392500', '211616.852500', '211617.312500', '211617.772500', '211618.232500', '211618.692500', '211619.152500', '211619.612500', '211620.072500', '211620.532500', '211620.992500', '211621.452500', '211621.912500', '211622.372500', '211622.832500', '211623.292500', '211623.752500', '211624.212500', '211624.672500', '211625.132500', '211625.592500', '211626.052500', '211626.512500', '211626.972500', '211627.432500', '211627.892500', '211628.352500', '211628.812500', '211629.272500', '211629.732500', '211630.192500', '211630.652500', '211631.112500', '211631.572500', '211632.032500', '211632.492500', '211632.952500', '211633.412500', '211633.872500', '211634.332500', '211634.792500', '211635.252500', '211635.712500', '211636.172500', '211636.632500', '211637.092500', '211637.552500', '211638.012500', '211638.472500', '211638.932500', '211639.392500', '211639.852500', '211640.312500', '211640.772500', '211641.232500', '211641.692500', '211642.152500', '211642.612500', '211643.072500', '211643.532500', '211643.992500', '211644.452500', '211644.912500', '211645.372500', '211645.832500', '211646.292500', '211646.752500', '211647.212500', '211647.672500', '211648.132500', '211648.592500', '211649.052500', '211649.512500', '211649.972500', '211650.432500', '211650.892500', '211651.352500', '211651.812500', '211652.272500', '211652.732500', '211653.192500', '211653.652500', '211654.112500', '211654.572500', '211655.032500', '211655.492500', '211655.952500', '211656.412500', '211656.872500', '211657.332500', '211657.792500', '211658.252500', '211658.712500', '211659.172500', '211659.632500', '211700.092500', '211700.552500', '211701.012500', '211701.472500', '211701.932500', '211702.392500', '211702.852500', '211703.312500', '211703.772500', '211704.232500', '211704.692500', '211705.152500', '211705.612500', '211706.072500', '211706.532500', '211706.992500', '211707.452500', '211707.912500', '211708.372500', '211708.832500', '211709.292500', '211709.752500', '211710.212500', '211710.672500', '211711.132500', '211711.592500', '211712.052500', '211712.512500', '211712.972500', '211713.432500', '211713.892500', '211714.352500', '211714.812500', '211715.272500', '211715.732500', '211716.192500', '211716.652500', '211717.112500', '211717.572500', '211718.032500', '211718.492500', '211718.952500', '211719.412500', '211719.872500', '211720.332500', '211720.792500', '211721.252500', '211721.712500', '211722.172500', '211722.632500', '211723.092500', '211723.552500', '211724.012500', '211724.472500', '211724.932500', '211725.392500', '211725.852500', '211726.312500', '211726.772500', '211727.232500', '211727.692500', '211728.152500', '211728.612500', '211729.072500', '211729.532500', '211729.992500', '211730.452500', '211730.912500', '211731.372500', '211731.832500', '211732.292500', '211732.752500', '211733.212500', '211733.672500', '211734.132500', '211734.592500', '211735.052500', '211735.512500', '211735.972500', '211736.432500', '211736.892500', '211737.352500', '211737.812500', '211738.272500', '211738.732500', '211739.192500', '211739.652500', '211740.112500', '211740.572500', '211741.032500', '211741.492500', '211741.952500', '211742.412500', '211742.872500', '211743.332500', '211743.792500', '211744.252500', '211744.712500', '211745.172500', '211745.632500', '211746.092500', '211746.552500', '211747.012500', '211747.472500', '211747.932500', '211748.392500', '211748.852500', '211749.312500', '211749.772500', '211750.232500', '211750.692500', '211751.152500', '211751.612500', '211752.072500', '211752.532500', '211752.992500', '211753.452500', '211753.912500', '211754.372500', '211754.832500', '211755.292500', '211755.752500', '211756.212500', '211756.672500', '211757.132500', '211757.592500', '211758.052500', '211758.512500', '211758.972500', '211759.432500', '211759.892500', '211800.352500', '211800.812500', '211801.272500', '211801.732500', '211802.192500', '211802.652500', '211803.112500', '211803.572500', '211804.032500', '211804.492500', '211804.952500', '211805.412500', '211805.872500', '211806.332500', '211806.792500', '211807.252500', '211807.712500', '211808.172500', '211808.632500', '211809.092500', '211809.552500', '211810.012500', '211810.472500', '211810.932500', '211811.392500', '211811.852500', '211812.312500', '211812.772500', '211813.232500', '211813.692500', '211814.152500', '211814.612500', '211815.072500', '211815.532500', '211815.992500', '211816.452500', '211816.912500', '211817.372500', '211817.832500', '211818.292500', '211818.752500', '211819.212500', '211819.672500', '211820.132500', '211820.592500', '211821.052500', '211821.512500', '211821.972500', '211822.432500', '211822.892500', '211823.352500', '211823.812500', '211824.272500', '211824.732500', '211825.192500', '211825.652500', '211826.112500', '211826.572500', '211827.032500', '211827.492500', '211827.952500', '211828.412500', '211828.872500', '211829.332500', '211829.792500', '211830.252500', '211830.712500', '211831.172500', '211831.632500', '211832.092500', '211832.552500', '211833.012500', '211833.472500', '211833.932500', '211834.392500', '211834.852500', '211835.312500', '211835.772500', '211836.232500', '211836.692500', '211837.152500', '211837.612500', '211838.072500', '211838.532500', '211838.992500', '211839.452500', '211839.912500', '211840.372500', '211840.832500', '211841.292500', '211841.752500'], 'ContentTime': ['211224.862000', '211224.865000', '211224.868000', '211224.871000', '211224.873000', '211224.876000', '211224.878000', '211224.881000', '211224.884000', '211224.886000', '211224.889000', '211224.891000', '211224.894000', '211224.896000', '211224.899000', '211224.902000', '211224.904000', '211224.907000', '211224.909000', '211224.912000', '211224.914000', '211224.917000', '211224.919000', '211224.922000', '211224.924000', '211224.927000', '211224.930000', '211224.932000', '211224.935000', '211224.937000', '211224.940000', '211224.942000', '211224.945000', '211224.947000', '211224.950000', '211224.953000', '211224.955000', '211224.958000', '211224.960000', '211224.963000', '211224.965000', '211224.970000', '211224.973000', '211224.975000', '211224.978000', '211224.980000', '211224.983000', '211224.986000', '211224.988000', '211224.991000', '211244.830000', '211244.833000', '211244.836000', '211244.838000', '211244.841000', '211244.844000', '211244.846000', '211244.849000', '211244.851000', '211244.854000', '211244.856000', '211244.859000', '211244.861000', '211244.864000', '211244.866000', '211244.869000', '211244.872000', '211244.874000', '211244.877000', '211244.879000', '211244.882000', '211244.884000', '211244.887000', '211244.895000', '211244.897000', '211244.900000', '211244.902000', '211244.905000', '211244.907000', '211244.910000', '211244.912000', '211244.915000', '211244.917000', '211244.920000', '211244.923000', '211244.925000', '211244.928000', '211244.930000', '211244.933000', '211244.935000', '211244.938000', '211244.940000', '211244.943000', '211244.945000', '211304.831000', '211304.833000', '211304.836000', '211304.838000', '211304.841000', '211304.844000', '211304.846000', '211304.849000', '211304.851000', '211304.854000', '211304.857000', '211304.861000', '211304.864000', '211304.867000', '211304.869000', '211304.872000', '211304.874000', '211304.877000', '211304.880000', '211304.882000', '211304.885000', '211304.887000', '211304.890000', '211304.892000', '211304.895000', '211304.898000', '211304.900000', '211304.903000', '211304.905000', '211304.908000', '211304.910000', '211304.913000', '211304.915000', '211304.918000', '211304.921000', '211304.923000', '211304.926000', '211304.928000', '211304.931000', '211304.933000', '211304.936000', '211304.938000', '211304.941000', '211324.831000', '211324.834000', '211324.837000', '211324.844000', '211324.846000', '211324.849000', '211324.852000', '211324.854000', '211324.857000', '211324.859000', '211324.862000', '211324.864000', '211324.867000', '211324.870000', '211324.872000', '211324.875000', '211324.877000', '211324.880000', '211324.895000', '211324.898000', '211324.900000', '211324.903000', '211324.905000', '211324.908000', '211324.911000', '211324.913000', '211324.916000', '211324.919000', '211324.921000', '211324.924000', '211324.926000', '211324.929000', '211324.931000', '211324.934000', '211324.936000', '211324.939000', '211324.942000', '211324.944000', '211324.947000', '211324.949000', '211324.952000', '211324.954000', '211324.957000', '211324.959000', '211344.831000', '211344.834000', '211344.837000', '211344.840000', '211344.842000', '211344.845000', '211344.847000', '211344.850000', '211344.852000', '211344.855000', '211344.858000', '211344.860000', '211344.863000', '211344.865000', '211344.868000', '211344.870000', '211344.873000', '211344.876000', '211344.878000', '211344.881000', '211344.883000', '211344.886000', '211344.888000', '211344.891000', '211344.893000', '211344.896000', '211344.898000', '211344.901000', '211344.904000', '211344.906000', '211344.909000', '211344.911000', '211344.914000', '211344.916000', '211344.919000', '211344.922000', '211344.924000', '211344.927000', '211344.929000', '211344.932000', '211344.934000', '211344.937000', '211344.939000', '211404.831000', '211404.833000', '211404.836000', '211404.839000', '211404.841000', '211404.844000', '211404.846000', '211404.849000', '211404.851000', '211404.854000', '211404.857000', '211404.859000', '211404.862000', '211404.864000', '211404.867000', '211404.869000', '211404.872000', '211404.875000', '211404.877000', '211404.880000', '211404.882000', '211404.885000', '211404.888000', '211404.890000', '211404.893000', '211404.895000', '211404.898000', '211404.900000', '211404.903000', '211404.905000', '211404.908000', '211404.911000', '211404.913000', '211404.916000', '211404.918000', '211404.921000', '211404.923000', '211404.926000', '211404.928000', '211404.931000', '211404.934000', '211404.936000', '211404.939000', '211424.830000', '211424.833000', '211424.836000', '211424.838000', '211424.841000', '211424.843000', '211424.846000', '211424.849000', '211424.851000', '211424.854000', '211424.856000', '211424.859000', '211424.861000', '211424.864000', '211424.867000', '211424.869000', '211424.872000', '211424.874000', '211424.877000', '211424.880000', '211424.882000', '211424.885000', '211424.887000', '211424.890000', '211424.893000', '211424.895000', '211424.898000', '211424.900000', '211424.903000', '211424.905000', '211424.908000', '211424.910000', '211424.913000', '211424.916000', '211424.918000', '211424.921000', '211424.923000', '211424.926000', '211424.929000', '211424.931000', '211424.934000', '211424.936000', '211424.939000', '211424.941000', '211444.831000', '211444.834000', '211444.836000', '211444.839000', '211444.842000', '211444.844000', '211444.847000', '211444.849000', '211444.852000', '211444.854000', '211444.857000', '211444.860000', '211444.862000', '211444.865000', '211444.867000', '211444.870000', '211444.872000', '211444.875000', '211444.878000', '211444.880000', '211444.883000', '211444.886000', '211444.888000', '211444.891000', '211444.893000', '211444.896000', '211444.898000', '211444.901000', '211444.904000', '211444.906000', '211444.909000', '211444.911000', '211444.914000', '211444.916000', '211444.919000', '211444.921000', '211444.924000', '211444.927000', '211444.929000', '211444.932000', '211444.935000', '211444.937000', '211444.940000', '211504.831000', '211504.834000', '211504.836000', '211504.839000', '211504.841000', '211504.844000', '211504.846000', '211504.849000', '211504.852000', '211504.854000', '211504.857000', '211504.859000', '211504.862000', '211504.864000', '211504.880000', '211504.882000', '211504.885000', '211504.888000', '211504.890000', '211504.893000', '211504.895000', '211504.898000', '211504.900000', '211504.903000', '211504.906000', '211504.908000', '211504.911000', '211504.913000', '211504.916000', '211504.918000', '211504.921000', '211504.924000', '211504.926000', '211504.929000', '211504.931000', '211504.934000', '211504.936000', '211504.939000', '211504.942000', '211504.944000', '211504.947000', '211504.949000', '211504.952000', '211504.954000', '211524.831000', '211524.833000', '211524.836000', '211524.838000', '211524.841000', '211524.844000', '211524.847000', '211524.850000', '211524.853000', '211524.856000', '211524.858000', '211524.861000', '211524.863000', '211524.866000', '211524.869000', '211524.871000', '211524.874000', '211524.876000', '211524.879000', '211524.881000', '211524.884000', '211524.887000', '211524.889000', '211524.892000', '211524.894000', '211524.897000', '211524.900000', '211524.902000', '211524.905000', '211524.907000', '211524.910000', '211524.912000', '211524.915000', '211524.918000', '211524.920000', '211524.923000', '211524.925000', '211524.928000', '211524.930000', '211524.933000', '211524.936000', '211524.938000', '211524.941000', '211544.831000', '211544.834000', '211544.837000', '211544.839000', '211544.842000', '211544.844000', '211544.847000', '211544.849000', '211544.852000', '211544.855000', '211544.857000', '211544.860000', '211544.862000', '211544.865000', '211544.867000', '211544.870000', '211544.872000', '211544.875000', '211544.878000', '211544.880000', '211544.883000', '211544.886000', '211544.888000', '211544.891000', '211544.893000', '211544.896000', '211544.898000', '211544.901000', '211544.903000', '211544.906000', '211544.908000', '211544.911000', '211544.914000', '211544.916000', '211544.919000', '211544.922000', '211544.924000', '211544.927000', '211544.929000', '211544.932000', '211544.935000', '211544.937000', '211544.940000', '211544.942000', '211604.831000', '211604.834000', '211604.837000', '211604.839000', '211604.842000', '211604.844000', '211604.847000', '211604.850000', '211604.852000', '211604.855000', '211604.857000', '211604.860000', '211604.863000', '211604.865000', '211604.868000', '211604.871000', '211604.873000', '211604.876000', '211604.878000', '211604.881000', '211604.884000', '211604.886000', '211604.889000', '211604.891000', '211604.894000', '211604.896000', '211604.899000', '211604.902000', '211604.904000', '211604.907000', '211604.909000', '211604.912000', '211604.915000', '211604.917000', '211604.920000', '211604.922000', '211604.925000', '211604.928000', '211604.930000', '211604.933000', '211604.935000', '211604.938000', '211604.941000', '211624.830000', '211624.833000', '211624.836000', '211624.838000', '211624.841000', '211624.843000', '211624.846000', '211624.848000', '211624.851000', '211624.854000', '211624.856000', '211624.859000', '211624.862000', '211624.865000', '211624.867000', '211624.870000', '211624.873000', '211624.875000', '211624.878000', '211624.881000', '211624.883000', '211624.886000', '211624.888000', '211624.891000', '211624.894000', '211624.896000', '211624.899000', '211624.901000', '211624.904000', '211624.906000', '211624.909000', '211624.912000', '211624.914000', '211624.917000', '211624.920000', '211624.923000', '211624.925000', '211624.928000', '211624.931000', '211624.947000', '211624.950000', '211624.952000', '211624.955000', '211624.957000', '211644.830000', '211644.833000', '211644.836000', '211644.839000', '211644.841000', '211644.844000', '211644.846000', '211644.849000', '211644.852000', '211644.854000', '211644.857000', '211644.859000', '211644.862000', '211644.864000', '211644.867000', '211644.870000', '211644.872000', '211644.875000', '211644.877000', '211644.880000', '211644.883000', '211644.886000', '211644.889000', '211644.891000', '211644.894000', '211644.897000', '211644.899000', '211644.902000', '211644.904000', '211644.907000', '211644.909000', '211644.912000', '211644.915000', '211644.917000', '211644.920000', '211644.922000', '211644.925000', '211644.928000', '211644.930000', '211644.933000', '211644.935000', '211644.938000', '211644.940000', '211704.830000', '211704.833000', '211704.836000', '211704.838000', '211704.841000', '211704.844000', '211704.846000', '211704.849000', '211704.851000', '211704.854000', '211704.857000', '211704.859000', '211704.862000', '211704.864000', '211704.867000', '211704.870000', '211704.872000', '211704.875000', '211704.877000', '211704.880000', '211704.883000', '211704.885000', '211704.888000', '211704.890000', '211704.893000', '211704.896000', '211704.898000', '211704.901000', '211704.903000', '211704.906000', '211704.909000', '211704.911000', '211704.914000', '211704.916000', '211704.919000', '211704.922000', '211704.924000', '211704.927000', '211704.930000', '211704.932000', '211704.935000', '211704.937000', '211704.940000', '211704.942000', '211724.831000', '211724.833000', '211724.836000', '211724.839000', '211724.841000', '211724.844000', '211724.847000', '211724.849000', '211724.852000', '211724.854000', '211724.857000', '211724.859000', '211724.862000', '211724.865000', '211724.867000', '211724.870000', '211724.872000', '211724.875000', '211724.878000', '211724.880000', '211724.883000', '211724.885000', '211724.888000', '211724.891000', '211724.893000', '211724.896000', '211724.898000', '211724.901000', '211724.904000', '211724.907000', '211724.910000', '211724.913000', '211724.916000', '211724.918000', '211724.921000', '211724.923000', '211724.926000', '211724.929000', '211724.931000', '211724.934000', '211724.936000', '211724.939000', '211724.941000', '211744.831000', '211744.833000', '211744.836000', '211744.839000', '211744.841000', '211744.844000', '211744.846000', '211744.849000', '211744.851000', '211744.854000', '211744.857000', '211744.859000', '211744.862000', '211744.864000', '211744.867000', '211744.869000', '211744.872000', '211744.874000', '211744.877000', '211744.879000', '211744.882000', '211744.885000', '211744.887000', '211744.890000', '211744.892000', '211744.895000', '211744.898000', '211744.901000', '211744.904000', '211744.907000', '211744.909000', '211744.912000', '211744.915000', '211744.917000', '211744.920000', '211744.922000', '211744.925000', '211744.928000', '211744.930000', '211744.933000', '211744.935000', '211744.938000', '211744.941000', '211744.943000', '211804.832000', '211804.834000', '211804.837000', '211804.839000', '211804.842000', '211804.845000', '211804.847000', '211804.850000', '211804.852000', '211804.855000', '211804.857000', '211804.860000', '211804.863000', '211804.865000', '211804.868000', '211804.870000', '211804.873000', '211804.876000', '211804.878000', '211804.881000', '211804.883000', '211804.886000', '211804.889000', '211804.891000', '211804.894000', '211804.896000', '211804.899000', '211804.901000', '211804.904000', '211804.907000', '211804.909000', '211804.912000', '211804.915000', '211804.917000', '211804.920000', '211804.922000', '211804.925000', '211804.928000', '211804.930000', '211804.933000', '211804.936000', '211804.938000', '211804.941000', '211824.831000', '211824.835000', '211824.838000', '211824.841000', '211824.843000', '211824.846000', '211824.848000', '211824.851000', '211824.853000', '211824.856000', '211824.859000', '211824.861000', '211824.864000', '211824.866000', '211824.869000', '211824.871000', '211824.874000', '211824.876000', '211824.879000', '211824.881000', '211824.884000', '211824.887000', '211824.889000', '211824.892000', '211824.894000', '211824.897000', '211824.899000', '211824.902000', '211824.905000', '211824.907000', '211824.910000', '211824.912000', '211824.915000', '211824.917000', '211824.920000', '211824.923000', '211824.925000', '211824.928000', '211824.930000', '211824.933000', '211824.936000', '211824.938000', '211824.941000', '211824.943000', '211842.631000', '211842.634000', '211842.636000', '211842.639000', '211842.642000', '211842.644000', '211842.647000', '211842.649000', '211842.652000', '211842.655000', '211842.657000', '211842.660000', '211842.663000', '211842.665000', '211842.668000', '211842.671000', '211842.674000', '211842.677000', '211842.680000', '211842.683000', '211842.687000', '211842.690000', '211842.693000', '211842.696000', '211842.699000', '211842.702000', '211842.705000', '211842.708000', '211842.711000', '211842.714000', '211842.717000', '211842.720000', '211842.723000', '211842.726000', '211842.728000', '211842.731000', '211842.734000', '211842.737000', '211842.740000'], 'InstanceCreationTime': ['211224.862000', '211224.865000', '211224.868000', '211224.871000', '211224.873000', '211224.876000', '211224.878000', '211224.881000', '211224.884000', '211224.886000', '211224.889000', '211224.891000', '211224.894000', '211224.896000', '211224.899000', '211224.902000', '211224.904000', '211224.907000', '211224.909000', '211224.912000', '211224.914000', '211224.917000', '211224.919000', '211224.922000', '211224.924000', '211224.927000', '211224.930000', '211224.932000', '211224.935000', '211224.937000', '211224.940000', '211224.942000', '211224.945000', '211224.947000', '211224.950000', '211224.953000', '211224.955000', '211224.958000', '211224.960000', '211224.963000', '211224.965000', '211224.970000', '211224.973000', '211224.975000', '211224.978000', '211224.980000', '211224.983000', '211224.986000', '211224.988000', '211224.991000', '211244.830000', '211244.833000', '211244.836000', '211244.838000', '211244.841000', '211244.844000', '211244.846000', '211244.849000', '211244.851000', '211244.854000', '211244.856000', '211244.859000', '211244.861000', '211244.864000', '211244.866000', '211244.869000', '211244.872000', '211244.874000', '211244.877000', '211244.879000', '211244.882000', '211244.884000', '211244.887000', '211244.895000', '211244.897000', '211244.900000', '211244.902000', '211244.905000', '211244.907000', '211244.910000', '211244.912000', '211244.915000', '211244.917000', '211244.920000', '211244.923000', '211244.925000', '211244.928000', '211244.930000', '211244.933000', '211244.935000', '211244.938000', '211244.940000', '211244.943000', '211244.945000', '211304.831000', '211304.833000', '211304.836000', '211304.838000', '211304.841000', '211304.844000', '211304.846000', '211304.849000', '211304.851000', '211304.854000', '211304.857000', '211304.861000', '211304.864000', '211304.867000', '211304.869000', '211304.872000', '211304.874000', '211304.877000', '211304.880000', '211304.882000', '211304.885000', '211304.887000', '211304.890000', '211304.892000', '211304.895000', '211304.898000', '211304.900000', '211304.903000', '211304.905000', '211304.908000', '211304.910000', '211304.913000', '211304.915000', '211304.918000', '211304.921000', '211304.923000', '211304.926000', '211304.928000', '211304.931000', '211304.933000', '211304.936000', '211304.938000', '211304.941000', '211324.831000', '211324.834000', '211324.837000', '211324.844000', '211324.846000', '211324.849000', '211324.852000', '211324.854000', '211324.857000', '211324.859000', '211324.862000', '211324.864000', '211324.867000', '211324.870000', '211324.872000', '211324.875000', '211324.877000', '211324.880000', '211324.895000', '211324.898000', '211324.900000', '211324.903000', '211324.905000', '211324.908000', '211324.911000', '211324.913000', '211324.916000', '211324.919000', '211324.921000', '211324.924000', '211324.926000', '211324.929000', '211324.931000', '211324.934000', '211324.936000', '211324.939000', '211324.942000', '211324.944000', '211324.947000', '211324.949000', '211324.952000', '211324.954000', '211324.957000', '211324.959000', '211344.831000', '211344.834000', '211344.837000', '211344.840000', '211344.842000', '211344.845000', '211344.847000', '211344.850000', '211344.852000', '211344.855000', '211344.858000', '211344.860000', '211344.863000', '211344.865000', '211344.868000', '211344.870000', '211344.873000', '211344.876000', '211344.878000', '211344.881000', '211344.883000', '211344.886000', '211344.888000', '211344.891000', '211344.893000', '211344.896000', '211344.898000', '211344.901000', '211344.904000', '211344.906000', '211344.909000', '211344.911000', '211344.914000', '211344.916000', '211344.919000', '211344.922000', '211344.924000', '211344.927000', '211344.929000', '211344.932000', '211344.934000', '211344.937000', '211344.939000', '211404.831000', '211404.833000', '211404.836000', '211404.839000', '211404.841000', '211404.844000', '211404.846000', '211404.849000', '211404.851000', '211404.854000', '211404.857000', '211404.859000', '211404.862000', '211404.864000', '211404.867000', '211404.869000', '211404.872000', '211404.875000', '211404.877000', '211404.880000', '211404.882000', '211404.885000', '211404.888000', '211404.890000', '211404.893000', '211404.895000', '211404.898000', '211404.900000', '211404.903000', '211404.905000', '211404.908000', '211404.911000', '211404.913000', '211404.916000', '211404.918000', '211404.921000', '211404.923000', '211404.926000', '211404.928000', '211404.931000', '211404.934000', '211404.936000', '211404.939000', '211424.830000', '211424.833000', '211424.836000', '211424.838000', '211424.841000', '211424.843000', '211424.846000', '211424.849000', '211424.851000', '211424.854000', '211424.856000', '211424.859000', '211424.861000', '211424.864000', '211424.867000', '211424.869000', '211424.872000', '211424.874000', '211424.877000', '211424.880000', '211424.882000', '211424.885000', '211424.887000', '211424.890000', '211424.893000', '211424.895000', '211424.898000', '211424.900000', '211424.903000', '211424.905000', '211424.908000', '211424.910000', '211424.913000', '211424.916000', '211424.918000', '211424.921000', '211424.923000', '211424.926000', '211424.929000', '211424.931000', '211424.934000', '211424.936000', '211424.939000', '211424.941000', '211444.831000', '211444.834000', '211444.836000', '211444.839000', '211444.842000', '211444.844000', '211444.847000', '211444.849000', '211444.852000', '211444.854000', '211444.857000', '211444.860000', '211444.862000', '211444.865000', '211444.867000', '211444.870000', '211444.872000', '211444.875000', '211444.878000', '211444.880000', '211444.883000', '211444.886000', '211444.888000', '211444.891000', '211444.893000', '211444.896000', '211444.898000', '211444.901000', '211444.904000', '211444.906000', '211444.909000', '211444.911000', '211444.914000', '211444.916000', '211444.919000', '211444.921000', '211444.924000', '211444.927000', '211444.929000', '211444.932000', '211444.935000', '211444.937000', '211444.940000', '211504.831000', '211504.834000', '211504.836000', '211504.839000', '211504.841000', '211504.844000', '211504.846000', '211504.849000', '211504.852000', '211504.854000', '211504.857000', '211504.859000', '211504.862000', '211504.864000', '211504.880000', '211504.882000', '211504.885000', '211504.888000', '211504.890000', '211504.893000', '211504.895000', '211504.898000', '211504.900000', '211504.903000', '211504.906000', '211504.908000', '211504.911000', '211504.913000', '211504.916000', '211504.918000', '211504.921000', '211504.924000', '211504.926000', '211504.929000', '211504.931000', '211504.934000', '211504.936000', '211504.939000', '211504.942000', '211504.944000', '211504.947000', '211504.949000', '211504.952000', '211504.954000', '211524.831000', '211524.833000', '211524.836000', '211524.838000', '211524.841000', '211524.844000', '211524.847000', '211524.850000', '211524.853000', '211524.856000', '211524.858000', '211524.861000', '211524.863000', '211524.866000', '211524.869000', '211524.871000', '211524.874000', '211524.876000', '211524.879000', '211524.881000', '211524.884000', '211524.887000', '211524.889000', '211524.892000', '211524.894000', '211524.897000', '211524.900000', '211524.902000', '211524.905000', '211524.907000', '211524.910000', '211524.912000', '211524.915000', '211524.918000', '211524.920000', '211524.923000', '211524.925000', '211524.928000', '211524.930000', '211524.933000', '211524.936000', '211524.938000', '211524.941000', '211544.831000', '211544.834000', '211544.837000', '211544.839000', '211544.842000', '211544.844000', '211544.847000', '211544.849000', '211544.852000', '211544.855000', '211544.857000', '211544.860000', '211544.862000', '211544.865000', '211544.867000', '211544.870000', '211544.872000', '211544.875000', '211544.878000', '211544.880000', '211544.883000', '211544.886000', '211544.888000', '211544.891000', '211544.893000', '211544.896000', '211544.898000', '211544.901000', '211544.903000', '211544.906000', '211544.908000', '211544.911000', '211544.914000', '211544.916000', '211544.919000', '211544.922000', '211544.924000', '211544.927000', '211544.929000', '211544.932000', '211544.935000', '211544.937000', '211544.940000', '211544.942000', '211604.831000', '211604.834000', '211604.837000', '211604.839000', '211604.842000', '211604.844000', '211604.847000', '211604.850000', '211604.852000', '211604.855000', '211604.857000', '211604.860000', '211604.863000', '211604.865000', '211604.868000', '211604.871000', '211604.873000', '211604.876000', '211604.878000', '211604.881000', '211604.884000', '211604.886000', '211604.889000', '211604.891000', '211604.894000', '211604.896000', '211604.899000', '211604.902000', '211604.904000', '211604.907000', '211604.909000', '211604.912000', '211604.915000', '211604.917000', '211604.920000', '211604.922000', '211604.925000', '211604.928000', '211604.930000', '211604.933000', '211604.935000', '211604.938000', '211604.941000', '211624.830000', '211624.833000', '211624.836000', '211624.838000', '211624.841000', '211624.843000', '211624.846000', '211624.848000', '211624.851000', '211624.854000', '211624.856000', '211624.859000', '211624.862000', '211624.865000', '211624.867000', '211624.870000', '211624.873000', '211624.875000', '211624.878000', '211624.881000', '211624.883000', '211624.886000', '211624.888000', '211624.891000', '211624.894000', '211624.896000', '211624.899000', '211624.901000', '211624.904000', '211624.906000', '211624.909000', '211624.912000', '211624.914000', '211624.917000', '211624.920000', '211624.923000', '211624.925000', '211624.928000', '211624.931000', '211624.947000', '211624.950000', '211624.952000', '211624.955000', '211624.957000', '211644.830000', '211644.833000', '211644.836000', '211644.839000', '211644.841000', '211644.844000', '211644.846000', '211644.849000', '211644.852000', '211644.854000', '211644.857000', '211644.859000', '211644.862000', '211644.864000', '211644.867000', '211644.870000', '211644.872000', '211644.875000', '211644.877000', '211644.880000', '211644.883000', '211644.886000', '211644.889000', '211644.891000', '211644.894000', '211644.897000', '211644.899000', '211644.902000', '211644.904000', '211644.907000', '211644.909000', '211644.912000', '211644.915000', '211644.917000', '211644.920000', '211644.922000', '211644.925000', '211644.928000', '211644.930000', '211644.933000', '211644.935000', '211644.938000', '211644.940000', '211704.830000', '211704.833000', '211704.836000', '211704.838000', '211704.841000', '211704.844000', '211704.846000', '211704.849000', '211704.851000', '211704.854000', '211704.857000', '211704.859000', '211704.862000', '211704.864000', '211704.867000', '211704.870000', '211704.872000', '211704.875000', '211704.877000', '211704.880000', '211704.883000', '211704.885000', '211704.888000', '211704.890000', '211704.893000', '211704.896000', '211704.898000', '211704.901000', '211704.903000', '211704.906000', '211704.909000', '211704.911000', '211704.914000', '211704.916000', '211704.919000', '211704.922000', '211704.924000', '211704.927000', '211704.930000', '211704.932000', '211704.935000', '211704.937000', '211704.940000', '211704.942000', '211724.831000', '211724.833000', '211724.836000', '211724.839000', '211724.841000', '211724.844000', '211724.847000', '211724.849000', '211724.852000', '211724.854000', '211724.857000', '211724.859000', '211724.862000', '211724.865000', '211724.867000', '211724.870000', '211724.872000', '211724.875000', '211724.878000', '211724.880000', '211724.883000', '211724.885000', '211724.888000', '211724.891000', '211724.893000', '211724.896000', '211724.898000', '211724.901000', '211724.904000', '211724.907000', '211724.910000', '211724.913000', '211724.916000', '211724.918000', '211724.921000', '211724.923000', '211724.926000', '211724.929000', '211724.931000', '211724.934000', '211724.936000', '211724.939000', '211724.941000', '211744.831000', '211744.833000', '211744.836000', '211744.839000', '211744.841000', '211744.844000', '211744.846000', '211744.849000', '211744.851000', '211744.854000', '211744.857000', '211744.859000', '211744.862000', '211744.864000', '211744.867000', '211744.869000', '211744.872000', '211744.874000', '211744.877000', '211744.879000', '211744.882000', '211744.885000', '211744.887000', '211744.890000', '211744.892000', '211744.895000', '211744.898000', '211744.901000', '211744.904000', '211744.907000', '211744.909000', '211744.912000', '211744.915000', '211744.917000', '211744.920000', '211744.922000', '211744.925000', '211744.928000', '211744.930000', '211744.933000', '211744.935000', '211744.938000', '211744.941000', '211744.943000', '211804.832000', '211804.834000', '211804.837000', '211804.839000', '211804.842000', '211804.845000', '211804.847000', '211804.850000', '211804.852000', '211804.855000', '211804.857000', '211804.860000', '211804.863000', '211804.865000', '211804.868000', '211804.870000', '211804.873000', '211804.876000', '211804.878000', '211804.881000', '211804.883000', '211804.886000', '211804.889000', '211804.891000', '211804.894000', '211804.896000', '211804.899000', '211804.901000', '211804.904000', '211804.907000', '211804.909000', '211804.912000', '211804.915000', '211804.917000', '211804.920000', '211804.922000', '211804.925000', '211804.928000', '211804.930000', '211804.933000', '211804.936000', '211804.938000', '211804.941000', '211824.831000', '211824.835000', '211824.838000', '211824.841000', '211824.843000', '211824.846000', '211824.848000', '211824.851000', '211824.853000', '211824.856000', '211824.859000', '211824.861000', '211824.864000', '211824.866000', '211824.869000', '211824.871000', '211824.874000', '211824.876000', '211824.879000', '211824.881000', '211824.884000', '211824.887000', '211824.889000', '211824.892000', '211824.894000', '211824.897000', '211824.899000', '211824.902000', '211824.905000', '211824.907000', '211824.910000', '211824.912000', '211824.915000', '211824.917000', '211824.920000', '211824.923000', '211824.925000', '211824.928000', '211824.930000', '211824.933000', '211824.936000', '211824.938000', '211824.941000', '211824.943000', '211842.631000', '211842.634000', '211842.636000', '211842.639000', '211842.642000', '211842.644000', '211842.647000', '211842.649000', '211842.652000', '211842.655000', '211842.657000', '211842.660000', '211842.663000', '211842.665000', '211842.668000', '211842.671000', '211842.674000', '211842.677000', '211842.680000', '211842.683000', '211842.687000', '211842.690000', '211842.693000', '211842.696000', '211842.699000', '211842.702000', '211842.705000', '211842.708000', '211842.711000', '211842.714000', '211842.717000', '211842.720000', '211842.723000', '211842.726000', '211842.728000', '211842.731000', '211842.734000', '211842.737000', '211842.740000'], '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': [9054, 6776, 7440, 6471, 6741, 6142, 6527, 6173, 6227, 6068, 6581, 6216, 6590, 6293, 6670, 6192, 6130, 6341, 6911, 6284, 6559, 6677, 6230, 7254, 6351, 6961, 6367, 7648, 6607, 6783, 6316, 6166, 6336, 5889, 6194, 6474, 6344, 6411, 6741, 6808, 6430, 6193, 7100, 6346, 7274, 6240, 8358, 6343, 6768, 6227, 6568, 6245, 6751, 6252, 8884, 6410, 6677, 6229, 6378, 6200, 6453, 6213, 6285, 6231, 6707, 6245, 6584, 6281, 6551, 6354, 6779, 6583, 6671, 6554, 6490, 6693, 6062, 6406, 6084, 6543, 5984, 6419, 6381, 6631, 6857, 6155, 6566, 6044, 6410, 6538, 7388, 8637, 6727, 6502, 6311, 6313, 6125, 7845, 6588, 6607, 6885, 6431, 6904, 6379, 7118, 6226, 6470, 7101, 6181, 7166, 6460, 6634, 6170, 6946, 6030, 6071, 7146, 6419, 6152, 9832, 6256, 7949, 6413, 6873, 6274, 6357, 6577, 5910, 6518, 6561, 6401, 6190, 6430, 6006, 8570, 6143, 7011, 6649, 6553, 6958, 6065, 6798, 5752, 6386, 6557, 6199, 6634, 6458, 6041, 6976, 6827, 6324, 6443, 6165, 6324, 5983, 6149, 6386, 6481, 6344, 6519, 6273, 5815, 6151, 6035, 6959, 6527, 6519, 6147, 5616, 6110, 6240, 7016, 7851, 5953, 9097, 5773, 7719, 6539, 6247, 6431, 6162, 6660, 6436, 6446, 6363, 6780, 6343, 7119, 5866, 6609, 6751, 6011, 6593, 6159, 6446, 6242, 6443, 6189, 6659, 6166, 6379, 6379, 6735, 6672, 6102, 7305, 5989, 8451, 6644, 8553, 6817, 5898, 6516, 7213, 6157, 6676, 6609, 6417, 6256, 6401, 5808, 5769, 5904, 8914, 6216, 8830, 6660, 6791, 6419, 6767, 6166, 6296, 6028, 6843, 7130, 5870, 6607, 5913, 6228, 6306, 6156, 8091, 6049, 7768, 6361, 7112, 6581, 6014, 6758, 6426, 6340, 6530, 6108, 6267, 6256, 6443, 7034, 6236, 6473, 6167, 7265, 6336, 6100, 6608, 6491, 6560, 6154, 6447, 6865, 5792, 6490, 6257, 5867, 6269, 7436, 8864, 6394, 8789, 6339, 7265, 6446, 6177, 5868, 6076, 8110, 10162, 9451, 6428, 6766, 6917, 6178, 6473, 6569, 8287, 9693, 6372, 6461, 5773, 6725, 7488, 8960, 9221, 6435, 6920, 6526, 5819, 6227, 6177, 6680, 8483, 9100, 6578, 6259, 6086, 6997, 6314, 6369, 6137, 6396, 6515, 7524, 6421, 6249, 5920, 6074, 5806, 6544, 6218, 5879, 6735, 6161, 6041, 6756, 6295, 6065, 5644, 7768, 6087, 5836, 10580, 6188, 8229, 5946, 6817, 5887, 6257, 6369, 5921, 8428, 5959, 7903, 5898, 5933, 6195, 5749, 8862, 6115, 6365, 5746, 6384, 5750, 6130, 6976, 5948, 6054, 5794, 5902, 5835, 9221, 6086, 7583, 6475, 5779, 6185, 6867, 6131, 6506, 5941, 6194, 6144, 6409, 7156, 5802, 6427, 5946, 9211, 6200, 7104, 8210, 6088, 6959, 6283, 6745, 6103, 6886, 5984, 6033, 6689, 6295, 5824, 9427, 6329, 7113, 5840, 6915, 6004, 6347, 6240, 7158, 6130, 7040, 6203, 6011, 5879, 6357, 5739, 7437, 5748, 6134, 6187, 5918, 6150, 5796, 6107, 5772, 6460, 5691, 5644, 6038, 5628, 5683, 6143, 5542, 5940, 6024, 6990, 6290, 6447, 5892, 6221, 5586, 6685, 5652, 7018, 5834, 6428, 5620, 6152, 5842, 6598, 5917, 6197, 6185, 7292, 9011, 6277, 6231, 6076, 6497, 7298, 8099, 5979, 7705, 6569, 6601, 5806, 6236, 6419, 6862, 6221, 7154, 8526, 5783, 6674, 5763, 9564, 6088, 7499, 6997, 5904, 6362, 6159, 6810, 5452, 6489, 6335, 5813, 6713, 6814, 8437, 6076, 8977, 6887, 7200, 6578, 5862, 6326, 6561, 6366, 6085, 7482, 6126, 6955, 6324, 6726, 6320, 7258, 6985, 6220, 6671, 5863, 6114, 8073, 6208, 8170, 8516, 5976, 9030, 5957, 6271, 6768, 5748, 6098, 5815, 6367, 6246, 6111, 6059, 6936, 6061, 6627, 6838, 6417, 6317, 6241, 6238, 5936, 8904, 6155, 7163, 6175, 6188, 6808, 6493, 6570, 6582, 5821, 6716, 6550, 5995, 6809, 6605, 6265, 6481, 6683, 5841, 7377, 9930, 6180, 8134, 6232, 6157, 6061, 6219, 6372, 6020, 6687, 7181, 6286, 6615, 7031, 6786, 8201, 6140, 7522, 5767, 8393, 5747, 9200, 6440, 8998, 5711, 6837, 5534, 8210, 5984, 8040, 6216, 6026, 5990, 6000, 6888, 5938, 6817, 5755, 6738, 6549, 6258, 6152, 5975, 6093, 5501, 6118, 6732, 6246, 6213, 7640, 9563, 6269, 7896, 6014, 6593, 6308, 6094, 6078, 6269, 5640, 5880, 6760, 6427, 6423, 6147, 6136, 6696, 6962, 6131, 8148, 6723, 5820, 7263, 6198, 6559, 6177, 6845, 6325, 6443, 6506, 6041, 6818, 7621, 6136, 8022, 6580, 5987, 7371, 10211, 5879, 7852, 6077, 5713, 5466, 6042, 6488, 5955, 5793, 5822, 6157, 6511, 5972, 5976, 5688, 6683, 7560, 9427, 5845, 8413, 6083, 6886, 6384, 6226, 6101, 5672, 6062, 6308, 5769, 5947, 7192, 6485, 8201, 5959, 8677, 7478, 5525, 10190, 6255, 7991, 5853, 6447, 6001, 6032, 5626, 6502, 6529, 9116, 5748, 8588, 6119, 7011, 5959, 6669, 5908, 6561, 5964, 6082, 7692, 6684, 6871, 8381, 5888, 5896, 5659, 5801, 5324, 6062, 5678, 5770, 7750, 5916, 6109, 5717, 6038, 5506, 6313, 5693, 9655, 5922, 7737, 5890, 6201, 6511, 6355, 5909, 6094, 5594, 5972, 6619, 5653, 5970, 8313, 5945, 8434, 6257, 5983, 7986, 10275, 6340, 7403, 5634, 5944, 7858, 5800, 6411, 5942, 6158, 6095, 6310, 5575, 5983, 6080, 5907, 5789, 7217, 5702, 9237, 6194, 5793, 9108, 5671, 7762, 5570, 5757, 6473, 6390, 6063, 6611, 5929, 5975, 6268, 9714, 6143, 8615, 6170, 7755, 5822, 6394, 5759, 6746, 5792, 8131, 5507, 8005, 6117, 5509, 6060, 5809, 6844, 5702, 6267, 5808, 6117, 6875, 5933, 6510, 5668, 6203, 8882, 5731, 6416, 5596, 8670, 5540, 6318, 7629, 5721, 5868, 5688, 6594, 6759, 6136, 6382, 5755, 9256, 6318, 8457, 6491, 5627, 6355, 5935, 6326, 5805, 6401, 5906, 6613, 8718, 5777, 6697, 5520, 6581, 7472, 6190, 9031, 6117, 9685, 6424, 6136, 6577, 6226, 5668, 5866, 6062, 5799, 6176, 5818, 5827, 5872, 6363, 5807, 9110, 5980, 7584, 5835, 5434, 6550, 5377, 6251, 5584, 6076, 6147, 5949, 5728, 7911], 'WindowCenter': [3382.0, 3314.0, 3319.0, 3297.0, 3308.0, 3298.0, 3298.0, 3286.0, 3286.0, 3286.0, 3296.0, 3286.0, 3309.0, 3296.0, 3307.0, 3300.0, 3299.0, 3295.0, 3308.0, 3297.0, 3298.0, 3308.0, 3299.0, 3321.0, 3299.0, 3308.0, 3300.0, 3332.0, 3308.0, 3297.0, 3299.0, 3299.0, 3297.0, 3275.0, 3285.0, 3296.0, 3298.0, 3299.0, 3308.0, 3310.0, 3297.0, 3287.0, 3307.0, 3297.0, 3318.0, 3299.0, 3330.0, 3297.0, 3297.0, 3287.0, 3294.0, 3282.0, 3281.0, 3282.0, 3337.0, 3283.0, 3295.0, 3285.0, 3296.0, 3286.0, 3283.0, 3285.0, 3284.0, 3283.0, 3293.0, 3284.0, 3294.0, 3296.0, 3296.0, 3296.0, 3298.0, 3295.0, 3308.0, 3296.0, 3298.0, 3308.0, 3287.0, 3296.0, 3286.0, 3297.0, 3285.0, 3299.0, 3314.0, 3323.0, 3323.0, 3300.0, 3309.0, 3286.0, 3298.0, 3300.0, 3321.0, 3341.0, 3309.0, 3297.0, 3299.0, 3298.0, 3288.0, 3316.0, 3295.0, 3296.0, 3307.0, 3297.0, 3308.0, 3296.0, 3309.0, 3285.0, 3296.0, 3306.0, 3286.0, 3307.0, 3298.0, 3309.0, 3300.0, 3319.0, 3287.0, 3286.0, 3307.0, 3283.0, 3286.0, 3359.0, 3283.0, 3316.0, 3297.0, 3309.0, 3299.0, 3297.0, 3309.0, 3290.0, 3299.0, 3310.0, 3299.0, 3299.0, 3296.0, 3301.0, 3341.0, 3287.0, 3308.0, 3308.0, 3298.0, 3309.0, 3288.0, 3310.0, 3287.0, 3296.0, 3297.0, 3287.0, 3311.0, 3299.0, 3287.0, 3310.0, 3310.0, 3298.0, 3298.0, 3286.0, 3283.0, 3284.0, 3273.0, 3296.0, 3297.0, 3298.0, 3298.0, 3297.0, 3275.0, 3287.0, 3286.0, 3307.0, 3299.0, 3311.0, 3304.0, 3292.0, 3301.0, 3299.0, 3309.0, 3330.0, 3285.0, 3338.0, 3275.0, 3318.0, 3297.0, 3297.0, 3296.0, 3283.0, 3308.0, 3312.0, 3298.0, 3298.0, 3309.0, 3299.0, 3309.0, 3289.0, 3310.0, 3298.0, 3287.0, 3296.0, 3288.0, 3297.0, 3298.0, 3297.0, 3286.0, 3297.0, 3287.0, 3299.0, 3299.0, 3311.0, 3312.0, 3301.0, 3322.0, 3289.0, 3343.0, 3298.0, 3340.0, 3296.0, 3274.0, 3297.0, 3318.0, 3287.0, 3310.0, 3312.0, 3299.0, 3300.0, 3299.0, 3288.0, 3275.0, 3277.0, 3339.0, 3287.0, 3352.0, 3297.0, 3297.0, 3298.0, 3309.0, 3287.0, 3298.0, 3288.0, 3310.0, 3311.0, 3290.0, 3310.0, 3278.0, 3289.0, 3300.0, 3288.0, 3331.0, 3286.0, 3317.0, 3297.0, 3308.0, 3296.0, 3288.0, 3310.0, 3299.0, 3298.0, 3299.0, 3286.0, 3313.0, 3312.0, 3313.0, 3324.0, 3302.0, 3312.0, 3302.0, 3322.0, 3300.0, 3289.0, 3311.0, 3301.0, 3313.0, 3304.0, 3316.0, 3329.0, 3305.0, 3328.0, 3326.0, 3305.0, 3314.0, 3336.0, 3354.0, 3301.0, 3355.0, 3302.0, 3322.0, 3312.0, 3302.0, 3289.0, 3301.0, 3344.0, 3375.0, 3351.0, 3286.0, 3310.0, 3322.0, 3302.0, 3314.0, 3325.0, 3346.0, 3363.0, 3297.0, 3298.0, 3289.0, 3312.0, 3335.0, 3357.0, 3351.0, 3285.0, 3308.0, 3299.0, 3289.0, 3300.0, 3301.0, 3312.0, 3344.0, 3339.0, 3295.0, 3297.0, 3300.0, 3323.0, 3312.0, 3315.0, 3305.0, 3313.0, 3314.0, 3332.0, 3311.0, 3312.0, 3303.0, 3301.0, 3289.0, 3300.0, 3287.0, 3291.0, 3314.0, 3303.0, 3302.0, 3311.0, 3313.0, 3301.0, 3289.0, 3332.0, 3285.0, 3277.0, 3375.0, 3289.0, 3343.0, 3301.0, 3311.0, 3277.0, 3285.0, 3287.0, 3275.0, 3330.0, 3287.0, 3330.0, 3276.0, 3286.0, 3285.0, 3276.0, 3339.0, 3284.0, 3284.0, 3276.0, 3297.0, 3277.0, 3301.0, 3324.0, 3301.0, 3301.0, 3291.0, 3277.0, 3276.0, 3351.0, 3286.0, 3319.0, 3297.0, 3278.0, 3300.0, 3309.0, 3302.0, 3314.0, 3302.0, 3304.0, 3304.0, 3314.0, 3323.0, 3292.0, 3313.0, 3301.0, 3351.0, 3285.0, 3308.0, 3329.0, 3287.0, 3322.0, 3300.0, 3310.0, 3289.0, 3322.0, 3286.0, 3289.0, 3311.0, 3286.0, 3275.0, 3354.0, 3300.0, 3309.0, 3290.0, 3308.0, 3287.0, 3285.0, 3286.0, 3297.0, 3286.0, 3307.0, 3287.0, 3287.0, 3277.0, 3298.0, 3278.0, 3318.0, 3275.0, 3287.0, 3288.0, 3275.0, 3288.0, 3276.0, 3288.0, 3276.0, 3298.0, 3276.0, 3277.0, 3287.0, 3276.0, 3276.0, 3286.0, 3265.0, 3286.0, 3288.0, 3320.0, 3298.0, 3300.0, 3290.0, 3300.0, 3280.0, 3310.0, 3276.0, 3309.0, 3275.0, 3299.0, 3290.0, 3302.0, 3291.0, 3313.0, 3291.0, 3302.0, 3304.0, 3336.0, 3355.0, 3299.0, 3301.0, 3299.0, 3300.0, 3323.0, 3330.0, 3288.0, 3319.0, 3309.0, 3310.0, 3276.0, 3288.0, 3300.0, 3309.0, 3301.0, 3320.0, 3341.0, 3278.0, 3297.0, 3289.0, 3352.0, 3286.0, 3308.0, 3309.0, 3275.0, 3299.0, 3287.0, 3310.0, 3277.0, 3300.0, 3300.0, 3289.0, 3310.0, 3311.0, 3330.0, 3288.0, 3352.0, 3309.0, 3308.0, 3309.0, 3276.0, 3297.0, 3297.0, 3284.0, 3274.0, 3305.0, 3287.0, 3308.0, 3300.0, 3311.0, 3299.0, 3320.0, 3310.0, 3288.0, 3298.0, 3279.0, 3289.0, 3332.0, 3287.0, 3344.0, 3341.0, 3287.0, 3340.0, 3286.0, 3284.0, 3295.0, 3273.0, 3286.0, 3276.0, 3299.0, 3299.0, 3302.0, 3301.0, 3324.0, 3302.0, 3327.0, 3325.0, 3314.0, 3313.0, 3314.0, 3302.0, 3304.0, 3354.0, 3289.0, 3311.0, 3289.0, 3290.0, 3309.0, 3300.0, 3311.0, 3310.0, 3291.0, 3313.0, 3314.0, 3303.0, 3313.0, 3326.0, 3314.0, 3316.0, 3326.0, 3291.0, 3336.0, 3375.0, 3287.0, 3320.0, 3275.0, 3287.0, 3288.0, 3289.0, 3301.0, 3301.0, 3313.0, 3321.0, 3301.0, 3310.0, 3323.0, 3311.0, 3344.0, 3290.0, 3333.0, 3290.0, 3332.0, 3277.0, 3352.0, 3299.0, 3351.0, 3278.0, 3298.0, 3267.0, 3329.0, 3289.0, 3330.0, 3288.0, 3287.0, 3287.0, 3287.0, 3311.0, 3289.0, 3310.0, 3279.0, 3312.0, 3301.0, 3314.0, 3303.0, 3301.0, 3290.0, 3279.0, 3302.0, 3326.0, 3315.0, 3303.0, 3348.0, 3367.0, 3299.0, 3331.0, 3287.0, 3299.0, 3297.0, 3289.0, 3289.0, 3311.0, 3290.0, 3290.0, 3325.0, 3316.0, 3316.0, 3305.0, 3304.0, 3326.0, 3325.0, 3303.0, 3335.0, 3300.0, 3280.0, 3323.0, 3291.0, 3301.0, 3300.0, 3312.0, 3312.0, 3315.0, 3313.0, 3305.0, 3325.0, 3336.0, 3304.0, 3347.0, 3325.0, 3303.0, 3337.0, 3376.0, 3278.0, 3331.0, 3286.0, 3278.0, 3265.0, 3290.0, 3301.0, 3300.0, 3292.0, 3291.0, 3303.0, 3315.0, 3305.0, 3304.0, 3304.0, 3326.0, 3337.0, 3366.0, 3290.0, 3344.0, 3290.0, 3321.0, 3302.0, 3302.0, 3303.0, 3289.0, 3301.0, 3300.0, 3288.0, 3291.0, 3325.0, 3315.0, 3358.0, 3304.0, 3357.0, 3320.0, 3266.0, 3362.0, 3288.0, 3329.0, 3277.0, 3300.0, 3301.0, 3290.0, 3290.0, 3300.0, 3301.0, 3355.0, 3278.0, 3342.0, 3301.0, 3324.0, 3302.0, 3313.0, 3292.0, 3313.0, 3302.0, 3303.0, 3335.0, 3313.0, 3313.0, 3344.0, 3292.0, 3291.0, 3291.0, 3290.0, 3280.0, 3300.0, 3290.0, 3291.0, 3333.0, 3292.0, 3303.0, 3292.0, 3303.0, 3282.0, 3300.0, 3278.0, 3364.0, 3287.0, 3319.0, 3277.0, 3301.0, 3313.0, 3315.0, 3292.0, 3304.0, 3282.0, 3304.0, 3326.0, 3292.0, 3304.0, 3358.0, 3305.0, 3357.0, 3316.0, 3302.0, 3346.0, 3376.0, 3287.0, 3310.0, 3275.0, 3289.0, 3331.0, 3289.0, 3300.0, 3302.0, 3300.0, 3301.0, 3313.0, 3282.0, 3316.0, 3320.0, 3321.0, 3308.0, 3348.0, 3306.0, 3370.0, 3290.0, 3279.0, 3341.0, 3275.0, 3320.0, 3267.0, 3278.0, 3312.0, 3312.0, 3304.0, 3324.0, 3302.0, 3301.0, 3302.0, 3366.0, 3289.0, 3344.0, 3301.0, 3333.0, 3292.0, 3300.0, 3290.0, 3298.0, 3277.0, 3330.0, 3267.0, 3331.0, 3288.0, 3277.0, 3301.0, 3290.0, 3312.0, 3288.0, 3301.0, 3289.0, 3302.0, 3312.0, 3301.0, 3314.0, 3291.0, 3304.0, 3368.0, 3293.0, 3312.0, 3281.0, 3344.0, 3265.0, 3299.0, 3320.0, 3277.0, 3290.0, 3292.0, 3324.0, 3326.0, 3303.0, 3303.0, 3291.0, 3366.0, 3302.0, 3345.0, 3300.0, 3291.0, 3302.0, 3301.0, 3299.0, 3279.0, 3298.0, 3279.0, 3312.0, 3355.0, 3292.0, 3326.0, 3293.0, 3313.0, 3322.0, 3303.0, 3355.0, 3290.0, 3365.0, 3297.0, 3290.0, 3309.0, 3289.0, 3277.0, 3279.0, 3288.0, 3278.0, 3289.0, 3288.0, 3290.0, 3290.0, 3298.0, 3290.0, 3355.0, 3300.0, 3333.0, 3290.0, 3278.0, 3301.0, 3278.0, 3302.0, 3279.0, 3303.0, 3303.0, 3291.0, 3292.0, 3345.0], 'WindowWidth': [7731.0, 7627.0, 7624.0, 7591.0, 7609.0, 7595.0, 7596.0, 7578.0, 7573.0, 7573.0, 7586.0, 7576.0, 7611.0, 7589.0, 7604.0, 7600.0, 7597.0, 7585.0, 7605.0, 7591.0, 7594.0, 7608.0, 7597.0, 7629.0, 7597.0, 7607.0, 7599.0, 7644.0, 7606.0, 7588.0, 7598.0, 7598.0, 7591.0, 7559.0, 7570.0, 7587.0, 7593.0, 7597.0, 7607.0, 7611.0, 7593.0, 7578.0, 7604.0, 7590.0, 7620.0, 7597.0, 7638.0, 7591.0, 7590.0, 7579.0, 7582.0, 7564.0, 7559.0, 7561.0, 7639.0, 7565.0, 7583.0, 7573.0, 7587.0, 7573.0, 7565.0, 7570.0, 7568.0, 7564.0, 7578.0, 7566.0, 7581.0, 7587.0, 7589.0, 7589.0, 7593.0, 7587.0, 7605.0, 7588.0, 7592.0, 7606.0, 7579.0, 7586.0, 7574.0, 7588.0, 7572.0, 7595.0, 7627.0, 7638.0, 7637.0, 7603.0, 7610.0, 7574.0, 7595.0, 7600.0, 7629.0, 7655.0, 7610.0, 7593.0, 7599.0, 7592.0, 7579.0, 7614.0, 7583.0, 7588.0, 7603.0, 7590.0, 7607.0, 7589.0, 7609.0, 7572.0, 7586.0, 7599.0, 7575.0, 7602.0, 7593.0, 7609.0, 7600.0, 7625.0, 7579.0, 7576.0, 7603.0, 7563.0, 7571.0, 7670.0, 7565.0, 7611.0, 7592.0, 7611.0, 7596.0, 7589.0, 7611.0, 7589.0, 7599.0, 7615.0, 7599.0, 7597.0, 7590.0, 7601.0, 7652.0, 7575.0, 7605.0, 7606.0, 7594.0, 7611.0, 7581.0, 7614.0, 7579.0, 7591.0, 7591.0, 7577.0, 7615.0, 7596.0, 7579.0, 7612.0, 7613.0, 7594.0, 7594.0, 7573.0, 7564.0, 7567.0, 7552.0, 7588.0, 7589.0, 7594.0, 7596.0, 7592.0, 7561.0, 7579.0, 7578.0, 7604.0, 7596.0, 7617.0, 7615.0, 7595.0, 7605.0, 7598.0, 7613.0, 7635.0, 7570.0, 7644.0, 7556.0, 7620.0, 7590.0, 7591.0, 7588.0, 7567.0, 7607.0, 7620.0, 7595.0, 7595.0, 7609.0, 7599.0, 7610.0, 7584.0, 7611.0, 7591.0, 7579.0, 7589.0, 7579.0, 7592.0, 7595.0, 7591.0, 7575.0, 7589.0, 7576.0, 7594.0, 7598.0, 7618.0, 7619.0, 7605.0, 7631.0, 7585.0, 7660.0, 7592.0, 7650.0, 7587.0, 7556.0, 7590.0, 7618.0, 7578.0, 7615.0, 7621.0, 7597.0, 7599.0, 7599.0, 7583.0, 7561.0, 7564.0, 7648.0, 7576.0, 7671.0, 7591.0, 7590.0, 7595.0, 7609.0, 7578.0, 7594.0, 7582.0, 7614.0, 7615.0, 7587.0, 7614.0, 7569.0, 7584.0, 7599.0, 7581.0, 7639.0, 7576.0, 7616.0, 7589.0, 7604.0, 7588.0, 7581.0, 7613.0, 7599.0, 7596.0, 7597.0, 7578.0, 7625.0, 7620.0, 7623.0, 7639.0, 7609.0, 7621.0, 7607.0, 7633.0, 7601.0, 7583.0, 7616.0, 7604.0, 7622.0, 7614.0, 7634.0, 7656.0, 7620.0, 7650.0, 7647.0, 7621.0, 7628.0, 7658.0, 7677.0, 7604.0, 7678.0, 7606.0, 7633.0, 7620.0, 7608.0, 7586.0, 7603.0, 7664.0, 7709.0, 7663.0, 7574.0, 7613.0, 7632.0, 7609.0, 7628.0, 7640.0, 7670.0, 7685.0, 7591.0, 7595.0, 7584.0, 7620.0, 7653.0, 7690.0, 7666.0, 7569.0, 7606.0, 7597.0, 7586.0, 7601.0, 7605.0, 7619.0, 7662.0, 7643.0, 7582.0, 7591.0, 7600.0, 7635.0, 7622.0, 7629.0, 7615.0, 7622.0, 7624.0, 7644.0, 7617.0, 7620.0, 7609.0, 7602.0, 7584.0, 7599.0, 7580.0, 7591.0, 7626.0, 7611.0, 7606.0, 7617.0, 7624.0, 7604.0, 7585.0, 7645.0, 7571.0, 7564.0, 7702.0, 7584.0, 7661.0, 7603.0, 7615.0, 7566.0, 7573.0, 7576.0, 7557.0, 7637.0, 7576.0, 7637.0, 7561.0, 7575.0, 7572.0, 7560.0, 7644.0, 7567.0, 7569.0, 7560.0, 7593.0, 7566.0, 7606.0, 7639.0, 7605.0, 7604.0, 7588.0, 7564.0, 7563.0, 7663.0, 7572.0, 7620.0, 7592.0, 7566.0, 7600.0, 7613.0, 7606.0, 7626.0, 7605.0, 7614.0, 7615.0, 7625.0, 7636.0, 7595.0, 7621.0, 7604.0, 7669.0, 7570.0, 7604.0, 7632.0, 7577.0, 7630.0, 7599.0, 7613.0, 7584.0, 7632.0, 7579.0, 7583.0, 7613.0, 7574.0, 7558.0, 7675.0, 7600.0, 7610.0, 7588.0, 7608.0, 7577.0, 7571.0, 7572.0, 7588.0, 7574.0, 7602.0, 7576.0, 7577.0, 7565.0, 7593.0, 7567.0, 7618.0, 7559.0, 7578.0, 7581.0, 7561.0, 7580.0, 7563.0, 7579.0, 7561.0, 7594.0, 7564.0, 7564.0, 7578.0, 7564.0, 7563.0, 7575.0, 7546.0, 7575.0, 7581.0, 7628.0, 7597.0, 7601.0, 7590.0, 7600.0, 7574.0, 7612.0, 7562.0, 7608.0, 7561.0, 7595.0, 7588.0, 7607.0, 7590.0, 7624.0, 7589.0, 7608.0, 7612.0, 7658.0, 7678.0, 7598.0, 7605.0, 7598.0, 7599.0, 7633.0, 7637.0, 7579.0, 7622.0, 7609.0, 7615.0, 7563.0, 7582.0, 7598.0, 7611.0, 7602.0, 7627.0, 7656.0, 7567.0, 7589.0, 7583.0, 7669.0, 7572.0, 7605.0, 7607.0, 7561.0, 7596.0, 7579.0, 7612.0, 7567.0, 7602.0, 7601.0, 7584.0, 7612.0, 7617.0, 7636.0, 7581.0, 7670.0, 7610.0, 7605.0, 7610.0, 7563.0, 7592.0, 7589.0, 7566.0, 7554.0, 7596.0, 7576.0, 7607.0, 7600.0, 7615.0, 7597.0, 7626.0, 7611.0, 7582.0, 7594.0, 7570.0, 7585.0, 7643.0, 7579.0, 7662.0, 7654.0, 7578.0, 7649.0, 7573.0, 7568.0, 7583.0, 7554.0, 7574.0, 7562.0, 7596.0, 7597.0, 7607.0, 7607.0, 7640.0, 7609.0, 7648.0, 7640.0, 7626.0, 7622.0, 7625.0, 7607.0, 7610.0, 7675.0, 7582.0, 7616.0, 7582.0, 7585.0, 7609.0, 7599.0, 7614.0, 7615.0, 7594.0, 7621.0, 7624.0, 7608.0, 7623.0, 7643.0, 7628.0, 7631.0, 7645.0, 7593.0, 7658.0, 7705.0, 7576.0, 7622.0, 7557.0, 7578.0, 7581.0, 7584.0, 7603.0, 7605.0, 7623.0, 7630.0, 7603.0, 7613.0, 7633.0, 7617.0, 7663.0, 7588.0, 7647.0, 7587.0, 7645.0, 7565.0, 7669.0, 7594.0, 7668.0, 7567.0, 7594.0, 7551.0, 7636.0, 7583.0, 7639.0, 7580.0, 7577.0, 7577.0, 7577.0, 7613.0, 7584.0, 7615.0, 7572.0, 7623.0, 7605.0, 7627.0, 7609.0, 7604.0, 7587.0, 7574.0, 7606.0, 7647.0, 7631.0, 7609.0, 7676.0, 7698.0, 7596.0, 7641.0, 7577.0, 7594.0, 7591.0, 7582.0, 7584.0, 7616.0, 7590.0, 7591.0, 7642.0, 7631.0, 7631.0, 7615.0, 7615.0, 7645.0, 7641.0, 7609.0, 7653.0, 7600.0, 7574.0, 7633.0, 7589.0, 7603.0, 7601.0, 7621.0, 7622.0, 7629.0, 7624.0, 7616.0, 7644.0, 7659.0, 7614.0, 7672.0, 7643.0, 7610.0, 7658.0, 7709.0, 7567.0, 7639.0, 7575.0, 7566.0, 7547.0, 7586.0, 7603.0, 7603.0, 7596.0, 7592.0, 7611.0, 7629.0, 7616.0, 7617.0, 7615.0, 7646.0, 7660.0, 7693.0, 7586.0, 7661.0, 7587.0, 7629.0, 7607.0, 7607.0, 7609.0, 7588.0, 7604.0, 7600.0, 7585.0, 7589.0, 7641.0, 7628.0, 7687.0, 7613.0, 7684.0, 7624.0, 7546.0, 7680.0, 7577.0, 7636.0, 7565.0, 7603.0, 7604.0, 7590.0, 7588.0, 7602.0, 7605.0, 7675.0, 7568.0, 7655.0, 7603.0, 7637.0, 7608.0, 7623.0, 7596.0, 7623.0, 7607.0, 7609.0, 7653.0, 7621.0, 7621.0, 7663.0, 7592.0, 7590.0, 7591.0, 7590.0, 7574.0, 7602.0, 7588.0, 7591.0, 7648.0, 7593.0, 7611.0, 7595.0, 7610.0, 7582.0, 7602.0, 7569.0, 7687.0, 7576.0, 7624.0, 7567.0, 7604.0, 7623.0, 7628.0, 7596.0, 7614.0, 7583.0, 7615.0, 7644.0, 7596.0, 7615.0, 7689.0, 7616.0, 7688.0, 7634.0, 7608.0, 7669.0, 7708.0, 7577.0, 7610.0, 7559.0, 7582.0, 7640.0, 7587.0, 7603.0, 7608.0, 7603.0, 7605.0, 7624.0, 7584.0, 7633.0, 7648.0, 7650.0, 7629.0, 7679.0, 7622.0, 7710.0, 7586.0, 7570.0, 7651.0, 7558.0, 7623.0, 7554.0, 7569.0, 7620.0, 7623.0, 7614.0, 7640.0, 7606.0, 7603.0, 7606.0, 7693.0, 7584.0, 7663.0, 7604.0, 7648.0, 7594.0, 7602.0, 7588.0, 7593.0, 7565.0, 7637.0, 7551.0, 7641.0, 7581.0, 7566.0, 7604.0, 7589.0, 7619.0, 7583.0, 7604.0, 7585.0, 7606.0, 7619.0, 7604.0, 7626.0, 7594.0, 7616.0, 7701.0, 7599.0, 7622.0, 7579.0, 7663.0, 7548.0, 7595.0, 7625.0, 7567.0, 7589.0, 7595.0, 7642.0, 7645.0, 7612.0, 7609.0, 7593.0, 7695.0, 7605.0, 7665.0, 7601.0, 7593.0, 7606.0, 7604.0, 7597.0, 7571.0, 7596.0, 7571.0, 7618.0, 7680.0, 7596.0, 7646.0, 7600.0, 7624.0, 7634.0, 7609.0, 7680.0, 7588.0, 7693.0, 7592.0, 7587.0, 7610.0, 7583.0, 7566.0, 7571.0, 7584.0, 7570.0, 7584.0, 7584.0, 7588.0, 7590.0, 7597.0, 7590.0, 7678.0, 7600.0, 7647.0, 7587.0, 7568.0, 7603.0, 7570.0, 7607.0, 7574.0, 7610.0, 7608.0, 7591.0, 7593.0, 7665.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.00019241379310344826</td></tr>
<tr><td colspan=3>aqi</td><td>0.02551865344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.33035492540851</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177132960057537</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9907697795166848</td></tr>
<tr><td colspan=3>efc</td><td>0.4844</td></tr>
<tr><td colspan=3>fber</td><td>2301.9451</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09364464847629761</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.778284215305947</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6709822090460946</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0182149280401487</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6456555088315983</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105746</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03175429254770279</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0823834016919136</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.569199642112888</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>16.06</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.2454</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>721.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.0498</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3602</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.5461</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2609.2003</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2770.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.2187</td></tr>
<tr><td colspan=3>tsnr</td><td>31.177024644217454</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>