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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0055_ses-01_task-social_acq-mb8_run-04_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-0055_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-04_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-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-04_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>197e452651cd73117e768d290cba85fe</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>19:35:39.280000</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104278</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>56350ce5-75b4-49c1-a318-8d28530739c6||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['193539.280000', '193539.740000', '193540.200000', '193540.660000', '193541.120000', '193541.580000', '193542.040000', '193542.500000', '193542.960000', '193543.420000', '193543.880000', '193544.340000', '193544.800000', '193545.260000', '193545.720000', '193546.180000', '193546.640000', '193547.100000', '193547.560000', '193548.020000', '193548.480000', '193548.940000', '193549.400000', '193549.860000', '193550.320000', '193550.780000', '193551.240000', '193551.700000', '193552.160000', '193552.620000', '193553.080000', '193553.540000', '193554.000000', '193554.460000', '193554.920000', '193555.380000', '193555.840000', '193556.300000', '193556.760000', '193557.220000', '193557.680000', '193558.140000', '193558.600000', '193559.060000', '193559.520000', '193559.980000', '193600.440000', '193600.900000', '193601.360000', '193601.820000', '193602.280000', '193602.740000', '193603.200000', '193603.660000', '193604.120000', '193604.580000', '193605.040000', '193605.500000', '193605.960000', '193606.420000', '193606.880000', '193607.340000', '193607.800000', '193608.260000', '193608.720000', '193609.180000', '193609.640000', '193610.100000', '193610.560000', '193611.020000', '193611.480000', '193611.940000', '193612.400000', '193612.860000', '193613.320000', '193613.780000', '193614.240000', '193614.700000', '193615.160000', '193615.620000', '193616.080000', '193616.540000', '193617.000000', '193617.460000', '193617.920000', '193618.380000', '193618.840000', '193619.300000', '193619.760000', '193620.220000', '193620.680000', '193621.140000', '193621.600000', '193622.060000', '193622.520000', '193622.980000', '193623.440000', '193623.900000', '193624.360000', '193624.820000', '193625.280000', '193625.740000', '193626.200000', '193626.660000', '193627.120000', '193627.580000', '193628.040000', '193628.500000', '193628.960000', '193629.420000', '193629.880000', '193630.340000', '193630.800000', '193631.260000', '193631.720000', '193632.180000', '193632.640000', '193633.100000', '193633.560000', '193634.020000', '193634.480000', '193634.940000', '193635.400000', '193635.860000', '193636.320000', '193636.780000', '193637.240000', '193637.700000', '193638.160000', '193638.620000', '193639.080000', '193639.540000', '193640.000000', '193640.460000', '193640.920000', '193641.380000', '193641.840000', '193642.300000', '193642.760000', '193643.220000', '193643.680000', '193644.140000', '193644.600000', '193645.060000', '193645.520000', '193645.980000', '193646.440000', '193646.900000', '193647.360000', '193647.820000', '193648.280000', '193648.740000', '193649.200000', '193649.660000', '193650.120000', '193650.580000', '193651.040000', '193651.500000', '193651.960000', '193652.420000', '193652.880000', '193653.340000', '193653.800000', '193654.260000', '193654.720000', '193655.180000', '193655.640000', '193656.100000', '193656.560000', '193657.020000', '193657.480000', '193657.940000', '193658.400000', '193658.860000', '193659.320000', '193659.780000', '193700.240000', '193700.700000', '193701.160000', '193701.620000', '193702.080000', '193702.540000', '193703.000000', '193703.460000', '193703.920000', '193704.380000', '193704.840000', '193705.300000', '193705.760000', '193706.220000', '193706.680000', '193707.140000', '193707.600000', '193708.060000', '193708.520000', '193708.980000', '193709.440000', '193709.900000', '193710.360000', '193710.820000', '193711.280000', '193711.740000', '193712.200000', '193712.660000', '193713.120000', '193713.580000', '193714.040000', '193714.500000', '193714.960000', '193715.420000', '193715.880000', '193716.340000', '193716.800000', '193717.260000', '193717.720000', '193718.180000', '193718.640000', '193719.100000', '193719.560000', '193720.020000', '193720.480000', '193720.940000', '193721.400000', '193721.860000', '193722.320000', '193722.780000', '193723.240000', '193723.700000', '193724.160000', '193724.620000', '193725.080000', '193725.540000', '193726.000000', '193726.460000', '193726.920000', '193727.380000', '193727.840000', '193728.300000', '193728.760000', '193729.220000', '193729.680000', '193730.140000', '193730.600000', '193731.060000', '193731.520000', '193731.980000', '193732.440000', '193732.900000', '193733.360000', '193733.820000', '193734.280000', '193734.740000', '193735.200000', '193735.660000', '193736.120000', '193736.580000', '193737.040000', '193737.500000', '193737.960000', '193738.420000', '193738.880000', '193739.340000', '193739.800000', '193740.260000', '193740.720000', '193741.180000', '193741.640000', '193742.100000', '193742.560000', '193743.020000', '193743.480000', '193743.940000', '193744.400000', '193744.860000', '193745.320000', '193745.780000', '193746.240000', '193746.700000', '193747.160000', '193747.620000', '193748.080000', '193748.540000', '193749.000000', '193749.460000', '193749.920000', '193750.380000', '193750.840000', '193751.300000', '193751.760000', '193752.220000', '193752.680000', '193753.140000', '193753.600000', '193754.060000', '193754.520000', '193754.980000', '193755.440000', '193755.900000', '193756.360000', '193756.820000', '193757.280000', '193757.740000', '193758.200000', '193758.660000', '193759.120000', '193759.580000', '193800.040000', '193800.500000', '193800.960000', '193801.420000', '193801.880000', '193802.340000', '193802.800000', '193803.260000', '193803.720000', '193804.180000', '193804.640000', '193805.100000', '193805.560000', '193806.020000', '193806.480000', '193806.940000', '193807.400000', '193807.860000', '193808.320000', '193808.780000', '193809.240000', '193809.700000', '193810.160000', '193810.620000', '193811.080000', '193811.540000', '193812.000000', '193812.460000', '193812.920000', '193813.380000', '193813.840000', '193814.300000', '193814.760000', '193815.220000', '193815.680000', '193816.140000', '193816.600000', '193817.060000', '193817.520000', '193817.980000', '193818.440000', '193818.900000', '193819.360000', '193819.820000', '193820.280000', '193820.740000', '193821.200000', '193821.660000', '193822.120000', '193822.580000', '193823.040000', '193823.500000', '193823.960000', '193824.420000', '193824.880000', '193825.340000', '193825.800000', '193826.260000', '193826.720000', '193827.180000', '193827.640000', '193828.100000', '193828.560000', '193829.020000', '193829.480000', '193829.940000', '193830.400000', '193830.860000', '193831.320000', '193831.780000', '193832.240000', '193832.700000', '193833.160000', '193833.620000', '193834.080000', '193834.540000', '193835.000000', '193835.460000', '193835.920000', '193836.380000', '193836.840000', '193837.300000', '193837.760000', '193838.220000', '193838.680000', '193839.140000', '193839.600000', '193840.060000', '193840.520000', '193840.980000', '193841.440000', '193841.900000', '193842.360000', '193842.820000', '193843.280000', '193843.740000', '193844.200000', '193844.660000', '193845.120000', '193845.580000', '193846.040000', '193846.500000', '193846.960000', '193847.420000', '193847.880000', '193848.340000', '193848.800000', '193849.260000', '193849.720000', '193850.180000', '193850.640000', '193851.100000', '193851.560000', '193852.020000', '193852.480000', '193852.940000', '193853.400000', '193853.860000', '193854.320000', '193854.780000', '193855.240000', '193855.700000', '193856.160000', '193856.620000', '193857.080000', '193857.540000', '193858.000000', '193858.460000', '193858.920000', '193859.380000', '193859.840000', '193900.300000', '193900.760000', '193901.220000', '193901.680000', '193902.140000', '193902.600000', '193903.060000', '193903.520000', '193903.980000', '193904.440000', '193904.900000', '193905.360000', '193905.820000', '193906.280000', '193906.740000', '193907.200000', '193907.660000', '193908.120000', '193908.580000', '193909.040000', '193909.500000', '193909.960000', '193910.420000', '193910.880000', '193911.340000', '193911.800000', '193912.260000', '193912.720000', '193913.180000', '193913.640000', '193914.100000', '193914.560000', '193915.020000', '193915.480000', '193915.940000', '193916.400000', '193916.860000', '193917.320000', '193917.780000', '193918.240000', '193918.700000', '193919.160000', '193919.620000', '193920.080000', '193920.540000', '193921.000000', '193921.460000', '193921.920000', '193922.380000', '193922.840000', '193923.300000', '193923.760000', '193924.220000', '193924.680000', '193925.140000', '193925.600000', '193926.060000', '193926.520000', '193926.980000', '193927.440000', '193927.900000', '193928.360000', '193928.820000', '193929.280000', '193929.740000', '193930.200000', '193930.660000', '193931.120000', '193931.580000', '193932.040000', '193932.500000', '193932.960000', '193933.420000', '193933.880000', '193934.340000', '193934.800000', '193935.260000', '193935.720000', '193936.180000', '193936.640000', '193937.100000', '193937.560000', '193938.020000', '193938.480000', '193938.940000', '193939.400000', '193939.860000', '193940.320000', '193940.780000', '193941.240000', '193941.700000', '193942.160000', '193942.620000', '193943.080000', '193943.540000', '193944.000000', '193944.460000', '193944.920000', '193945.380000', '193945.840000', '193946.300000', '193946.760000', '193947.220000', '193947.680000', '193948.140000', '193948.600000', '193949.060000', '193949.520000', '193949.980000', '193950.440000', '193950.900000', '193951.360000', '193951.820000', '193952.280000', '193952.740000', '193953.200000', '193953.660000', '193954.120000', '193954.580000', '193955.040000', '193955.500000', '193955.960000', '193956.420000', '193956.880000', '193957.340000', '193957.800000', '193958.260000', '193958.720000', '193959.180000', '193959.640000', '194000.100000', '194000.560000', '194001.020000', '194001.480000', '194001.940000', '194002.400000', '194002.860000', '194003.320000', '194003.780000', '194004.240000', '194004.700000', '194005.160000', '194005.620000', '194006.080000', '194006.540000', '194007.000000', '194007.460000', '194007.920000', '194008.380000', '194008.840000', '194009.300000', '194009.760000', '194010.220000', '194010.680000', '194011.140000', '194011.600000', '194012.060000', '194012.520000', '194012.980000', '194013.440000', '194013.900000', '194014.360000', '194014.820000', '194015.280000', '194015.740000', '194016.200000', '194016.660000', '194017.120000', '194017.580000', '194018.040000', '194018.500000', '194018.960000', '194019.420000', '194019.880000', '194020.340000', '194020.800000', '194021.260000', '194021.720000', '194022.180000', '194022.640000', '194023.100000', '194023.560000', '194024.020000', '194024.480000', '194024.940000', '194025.400000', '194025.860000', '194026.320000', '194026.780000', '194027.240000', '194027.700000', '194028.160000', '194028.620000', '194029.080000', '194029.540000', '194030.000000', '194030.460000', '194030.920000', '194031.380000', '194031.840000', '194032.300000', '194032.760000', '194033.220000', '194033.680000', '194034.140000', '194034.600000', '194035.060000', '194035.520000', '194035.980000', '194036.440000', '194036.900000', '194037.360000', '194037.820000', '194038.280000', '194038.740000', '194039.200000', '194039.660000', '194040.120000', '194040.580000', '194041.040000', '194041.500000', '194041.960000', '194042.420000', '194042.880000', '194043.340000', '194043.800000', '194044.260000', '194044.720000', '194045.180000', '194045.640000', '194046.100000', '194046.560000', '194047.020000', '194047.480000', '194047.940000', '194048.400000', '194048.860000', '194049.320000', '194049.780000', '194050.240000', '194050.700000', '194051.160000', '194051.620000', '194052.080000', '194052.540000', '194053.000000', '194053.460000', '194053.920000', '194054.380000', '194054.840000', '194055.300000', '194055.760000', '194056.220000', '194056.680000', '194057.140000', '194057.600000', '194058.060000', '194058.520000', '194058.980000', '194059.440000', '194059.900000', '194100.360000', '194100.820000', '194101.280000', '194101.740000', '194102.200000', '194102.660000', '194103.120000', '194103.580000', '194104.040000', '194104.500000', '194104.960000', '194105.420000', '194105.880000', '194106.340000', '194106.800000', '194107.260000', '194107.720000', '194108.180000', '194108.640000', '194109.100000', '194109.560000', '194110.020000', '194110.480000', '194110.940000', '194111.400000', '194111.860000', '194112.320000', '194112.780000', '194113.240000', '194113.700000', '194114.160000', '194114.620000', '194115.080000', '194115.540000', '194116.000000', '194116.460000', '194116.920000', '194117.380000', '194117.840000', '194118.300000', '194118.760000', '194119.220000', '194119.680000', '194120.140000', '194120.600000', '194121.060000', '194121.520000', '194121.980000', '194122.440000', '194122.900000', '194123.360000', '194123.820000', '194124.280000', '194124.740000', '194125.200000', '194125.660000', '194126.120000', '194126.580000', '194127.040000', '194127.500000', '194127.960000', '194128.420000', '194128.880000', '194129.340000', '194129.800000', '194130.260000', '194130.720000', '194131.180000', '194131.640000', '194132.100000', '194132.560000', '194133.020000', '194133.480000', '194133.940000', '194134.400000', '194134.860000', '194135.320000', '194135.780000', '194136.240000', '194136.700000', '194137.160000', '194137.620000', '194138.080000', '194138.540000', '194139.000000', '194139.460000', '194139.920000', '194140.380000', '194140.840000', '194141.300000', '194141.760000', '194142.220000', '194142.680000', '194143.140000', '194143.600000', '194144.060000', '194144.520000', '194144.980000', '194145.440000', '194145.900000', '194146.360000', '194146.820000', '194147.280000', '194147.740000', '194148.200000', '194148.660000', '194149.120000', '194149.580000', '194150.040000', '194150.500000', '194150.960000', '194151.420000', '194151.880000', '194152.340000', '194152.800000', '194153.260000', '194153.720000', '194154.180000', '194154.640000', '194155.100000', '194155.560000', '194156.020000', '194156.480000', '194156.940000', '194157.400000', '194157.860000', '194158.320000', '194158.780000', '194159.240000', '194159.700000', '194200.160000', '194200.620000', '194201.080000', '194201.540000', '194202.000000', '194202.460000', '194202.920000', '194203.380000', '194203.840000', '194204.300000', '194204.760000', '194205.220000', '194205.680000', '194206.140000', '194206.600000', '194207.060000', '194207.520000', '194207.980000', '194208.440000', '194208.900000', '194209.360000', '194209.820000', '194210.280000', '194210.740000', '194211.200000', '194211.660000', '194212.120000', '194212.580000', '194213.040000', '194213.500000', '194213.960000', '194214.420000', '194214.880000', '194215.340000', '194215.800000', '194216.260000', '194216.720000', '194217.180000', '194217.640000', '194218.100000', '194218.560000', '194219.020000', '194219.480000', '194219.940000'], 'ContentTime': ['193555.538000', '193555.541000', '193555.544000', '193555.546000', '193555.549000', '193555.552000', '193555.554000', '193555.557000', '193555.559000', '193555.562000', '193555.565000', '193555.567000', '193555.570000', '193555.572000', '193555.575000', '193555.577000', '193555.583000', '193555.586000', '193555.589000', '193555.591000', '193555.594000', '193555.596000', '193555.599000', '193555.601000', '193555.604000', '193555.606000', '193555.609000', '193555.612000', '193555.614000', '193555.617000', '193555.619000', '193555.622000', '193615.502000', '193615.509000', '193615.512000', '193615.514000', '193615.517000', '193615.519000', '193615.522000', '193615.524000', '193615.527000', '193615.529000', '193615.532000', '193615.534000', '193615.537000', '193615.539000', '193615.542000', '193615.544000', '193615.547000', '193615.550000', '193615.552000', '193615.555000', '193615.557000', '193615.560000', '193615.562000', '193615.565000', '193615.567000', '193615.570000', '193615.572000', '193615.575000', '193615.578000', '193615.580000', '193615.583000', '193615.585000', '193615.588000', '193615.591000', '193615.593000', '193615.596000', '193615.598000', '193615.601000', '193615.603000', '193615.606000', '193615.609000', '193615.611000', '193615.614000', '193615.616000', '193635.502000', '193635.505000', '193635.508000', '193635.510000', '193635.513000', '193635.515000', '193635.518000', '193635.535000', '193635.538000', '193635.540000', '193635.543000', '193635.545000', '193635.548000', '193635.550000', '193635.553000', '193635.555000', '193635.558000', '193635.560000', '193635.563000', '193635.574000', '193635.576000', '193635.579000', '193635.581000', '193635.584000', '193635.587000', '193635.589000', '193635.592000', '193635.595000', '193635.600000', '193635.603000', '193635.605000', '193635.608000', '193635.610000', '193635.613000', '193635.615000', '193635.618000', '193635.621000', '193635.623000', '193635.626000', '193635.628000', '193635.631000', '193635.633000', '193635.636000', '193655.501000', '193655.504000', '193655.507000', '193655.509000', '193655.512000', '193655.514000', '193655.517000', '193655.520000', '193655.522000', '193655.525000', '193655.527000', '193655.530000', '193655.532000', '193655.535000', '193655.538000', '193655.540000', '193655.543000', '193655.545000', '193655.548000', '193655.550000', '193655.553000', '193655.556000', '193655.558000', '193655.561000', '193655.563000', '193655.567000', '193655.569000', '193655.572000', '193655.575000', '193655.577000', '193655.580000', '193655.582000', '193655.585000', '193655.587000', '193655.590000', '193655.592000', '193655.595000', '193655.598000', '193655.600000', '193655.603000', '193655.605000', '193655.608000', '193655.610000', '193655.613000', '193715.502000', '193715.505000', '193715.508000', '193715.510000', '193715.513000', '193715.515000', '193715.518000', '193715.521000', '193715.523000', '193715.526000', '193715.528000', '193715.531000', '193715.533000', '193715.536000', '193715.538000', '193715.541000', '193715.544000', '193715.546000', '193715.549000', '193715.551000', '193715.554000', '193715.556000', '193715.559000', '193715.562000', '193715.564000', '193715.567000', '193715.570000', '193715.572000', '193715.575000', '193715.578000', '193715.580000', '193715.583000', '193715.585000', '193715.588000', '193715.591000', '193715.593000', '193715.596000', '193715.598000', '193715.601000', '193715.603000', '193715.606000', '193715.608000', '193715.611000', '193735.503000', '193735.506000', '193735.508000', '193735.511000', '193735.513000', '193735.516000', '193735.519000', '193735.521000', '193735.524000', '193735.526000', '193735.529000', '193735.532000', '193735.534000', '193735.537000', '193735.539000', '193735.542000', '193735.544000', '193735.547000', '193735.549000', '193735.552000', '193735.555000', '193735.557000', '193735.560000', '193735.562000', '193735.565000', '193735.567000', '193735.570000', '193735.572000', '193735.575000', '193735.577000', '193735.580000', '193735.583000', '193735.585000', '193735.588000', '193735.591000', '193735.593000', '193735.596000', '193735.598000', '193735.601000', '193735.603000', '193735.608000', '193735.611000', '193735.613000', '193735.616000', '193755.502000', '193755.505000', '193755.508000', '193755.510000', '193755.513000', '193755.515000', '193755.518000', '193755.521000', '193755.523000', '193755.526000', '193755.528000', '193755.531000', '193755.533000', '193755.536000', '193755.538000', '193755.541000', '193755.544000', '193755.546000', '193755.549000', '193755.551000', '193755.554000', '193755.556000', '193755.559000', '193755.562000', '193755.564000', '193755.567000', '193755.569000', '193755.572000', '193755.575000', '193755.577000', '193755.580000', '193755.582000', '193755.585000', '193755.587000', '193755.590000', '193755.593000', '193755.595000', '193755.598000', '193755.600000', '193755.603000', '193755.605000', '193755.608000', '193755.610000', '193815.502000', '193815.505000', '193815.508000', '193815.510000', '193815.513000', '193815.516000', '193815.518000', '193815.521000', '193815.524000', '193815.526000', '193815.529000', '193815.531000', '193815.534000', '193815.537000', '193815.539000', '193815.542000', '193815.544000', '193815.547000', '193815.556000', '193815.559000', '193815.561000', '193815.564000', '193815.566000', '193815.569000', '193815.572000', '193815.574000', '193815.577000', '193815.579000', '193815.582000', '193815.584000', '193815.587000', '193815.590000', '193815.592000', '193815.595000', '193815.598000', '193815.600000', '193815.603000', '193815.605000', '193815.608000', '193815.610000', '193815.613000', '193815.616000', '193815.618000', '193815.621000', '193835.503000', '193835.505000', '193835.508000', '193835.511000', '193835.513000', '193835.516000', '193835.521000', '193835.524000', '193835.526000', '193835.529000', '193835.532000', '193835.534000', '193835.537000', '193835.539000', '193835.542000', '193835.544000', '193835.547000', '193835.549000', '193835.552000', '193835.555000', '193835.557000', '193835.560000', '193835.562000', '193835.565000', '193835.567000', '193835.570000', '193835.573000', '193835.576000', '193835.578000', '193835.581000', '193835.584000', '193835.586000', '193835.589000', '193835.592000', '193835.594000', '193835.597000', '193835.599000', '193835.602000', '193835.604000', '193835.607000', '193835.610000', '193835.612000', '193835.615000', '193855.502000', '193855.505000', '193855.508000', '193855.511000', '193855.513000', '193855.516000', '193855.518000', '193855.521000', '193855.523000', '193855.526000', '193855.529000', '193855.531000', '193855.534000', '193855.536000', '193855.539000', '193855.541000', '193855.544000', '193855.547000', '193855.549000', '193855.552000', '193855.554000', '193855.557000', '193855.560000', '193855.562000', '193855.565000', '193855.567000', '193855.570000', '193855.572000', '193855.575000', '193855.577000', '193855.580000', '193855.583000', '193855.585000', '193855.588000', '193855.590000', '193855.593000', '193855.595000', '193855.598000', '193855.601000', '193855.604000', '193855.606000', '193855.609000', '193855.611000', '193855.614000', '193915.501000', '193915.504000', '193915.507000', '193915.510000', '193915.512000', '193915.515000', '193915.517000', '193915.520000', '193915.522000', '193915.525000', '193915.528000', '193915.530000', '193915.533000', '193915.535000', '193915.538000', '193915.540000', '193915.543000', '193915.546000', '193915.548000', '193915.551000', '193915.553000', '193915.556000', '193915.558000', '193915.561000', '193915.564000', '193915.566000', '193915.569000', '193915.572000', '193915.574000', '193915.577000', '193915.579000', '193915.582000', '193915.584000', '193915.587000', '193915.590000', '193915.592000', '193915.595000', '193915.597000', '193915.600000', '193915.602000', '193915.605000', '193915.608000', '193915.610000', '193935.503000', '193935.506000', '193935.508000', '193935.511000', '193935.513000', '193935.516000', '193935.519000', '193935.521000', '193935.524000', '193935.526000', '193935.529000', '193935.531000', '193935.534000', '193935.537000', '193935.539000', '193935.542000', '193935.545000', '193935.547000', '193935.550000', '193935.552000', '193935.555000', '193935.557000', '193935.560000', '193935.562000', '193935.565000', '193935.568000', '193935.570000', '193935.573000', '193935.575000', '193935.578000', '193935.581000', '193935.583000', '193935.586000', '193935.588000', '193935.591000', '193935.594000', '193935.596000', '193935.599000', '193935.601000', '193935.604000', '193935.606000', '193935.609000', '193935.612000', '193935.615000', '193955.502000', '193955.505000', '193955.508000', '193955.510000', '193955.513000', '193955.516000', '193955.518000', '193955.521000', '193955.523000', '193955.526000', '193955.528000', '193955.531000', '193955.534000', '193955.536000', '193955.539000', '193955.541000', '193955.544000', '193955.547000', '193955.549000', '193955.552000', '193955.554000', '193955.557000', '193955.559000', '193955.562000', '193955.564000', '193955.567000', '193955.570000', '193955.572000', '193955.575000', '193955.577000', '193955.580000', '193955.583000', '193955.585000', '193955.588000', '193955.590000', '193955.593000', '193955.596000', '193955.598000', '193955.601000', '193955.603000', '193955.606000', '193955.608000', '193955.611000', '194015.508000', '194015.510000', '194015.513000', '194015.516000', '194015.518000', '194015.521000', '194015.523000', '194015.526000', '194015.528000', '194015.531000', '194015.535000', '194015.537000', '194015.540000', '194015.543000', '194015.545000', '194015.548000', '194015.551000', '194015.553000', '194015.556000', '194015.559000', '194015.561000', '194015.564000', '194015.566000', '194015.569000', '194015.571000', '194015.574000', '194015.576000', '194015.579000', '194015.582000', '194015.584000', '194015.587000', '194015.589000', '194015.592000', '194015.594000', '194015.597000', '194015.600000', '194015.602000', '194015.605000', '194015.607000', '194015.610000', '194015.612000', '194015.615000', '194015.618000', '194015.620000', '194035.502000', '194035.505000', '194035.508000', '194035.510000', '194035.513000', '194035.516000', '194035.518000', '194035.521000', '194035.523000', '194035.526000', '194035.528000', '194035.531000', '194035.533000', '194035.536000', '194035.539000', '194035.541000', '194035.544000', '194035.546000', '194035.549000', '194035.552000', '194035.554000', '194035.557000', '194035.559000', '194035.562000', '194035.564000', '194035.567000', '194035.570000', '194035.572000', '194035.575000', '194035.578000', '194035.580000', '194035.583000', '194035.585000', '194035.588000', '194035.591000', '194035.593000', '194035.596000', '194035.598000', '194035.601000', '194035.604000', '194035.606000', '194035.609000', '194035.611000', '194055.503000', '194055.505000', '194055.508000', '194055.511000', '194055.513000', '194055.516000', '194055.518000', '194055.521000', '194055.524000', '194055.526000', '194055.529000', '194055.531000', '194055.534000', '194055.537000', '194055.539000', '194055.542000', '194055.544000', '194055.547000', '194055.549000', '194055.552000', '194055.555000', '194055.557000', '194055.560000', '194055.562000', '194055.565000', '194055.567000', '194055.570000', '194055.573000', '194055.575000', '194055.578000', '194055.580000', '194055.583000', '194055.585000', '194055.588000', '194055.591000', '194055.593000', '194055.596000', '194055.598000', '194055.601000', '194055.603000', '194055.606000', '194055.609000', '194055.611000', '194055.614000', '194115.503000', '194115.505000', '194115.508000', '194115.510000', '194115.513000', '194115.516000', '194115.518000', '194115.521000', '194115.523000', '194115.526000', '194115.528000', '194115.531000', '194115.533000', '194115.536000', '194115.539000', '194115.541000', '194115.544000', '194115.546000', '194115.549000', '194115.551000', '194115.554000', '194115.556000', '194115.559000', '194115.562000', '194115.574000', '194115.577000', '194115.580000', '194115.582000', '194115.585000', '194115.587000', '194115.590000', '194115.593000', '194115.595000', '194115.598000', '194115.600000', '194115.603000', '194115.605000', '194115.608000', '194115.611000', '194115.613000', '194115.616000', '194115.618000', '194115.621000', '194135.502000', '194135.505000', '194135.507000', '194135.510000', '194135.512000', '194135.515000', '194135.518000', '194135.521000', '194135.524000', '194135.526000', '194135.529000', '194135.531000', '194135.534000', '194135.536000', '194135.539000', '194135.542000', '194135.544000', '194135.547000', '194135.549000', '194135.552000', '194135.555000', '194135.557000', '194135.560000', '194135.562000', '194135.565000', '194135.568000', '194135.570000', '194135.573000', '194135.575000', '194135.578000', '194135.581000', '194135.585000', '194135.587000', '194135.590000', '194135.593000', '194135.595000', '194135.598000', '194135.600000', '194135.603000', '194135.606000', '194135.608000', '194135.611000', '194135.613000', '194135.616000', '194155.502000', '194155.505000', '194155.508000', '194155.510000', '194155.513000', '194155.516000', '194155.518000', '194155.521000', '194155.523000', '194155.526000', '194155.528000', '194155.531000', '194155.533000', '194155.536000', '194155.539000', '194155.541000', '194155.544000', '194155.546000', '194155.549000', '194155.551000', '194155.554000', '194155.556000', '194155.559000', '194155.562000', '194155.564000', '194155.567000', '194155.569000', '194155.572000', '194155.574000', '194155.577000', '194155.579000', '194155.582000', '194155.584000', '194155.587000', '194155.590000', '194155.592000', '194155.595000', '194155.598000', '194155.600000', '194155.603000', '194155.605000', '194155.608000', '194155.610000', '194215.502000', '194215.505000', '194215.508000', '194215.511000', '194215.513000', '194215.516000', '194215.518000', '194215.521000', '194215.523000', '194215.526000', '194215.529000', '194215.531000', '194215.534000', '194215.536000', '194215.539000', '194215.541000', '194215.544000', '194215.546000', '194215.549000', '194215.552000', '194215.554000', '194215.557000', '194215.559000', '194215.562000', '194215.564000', '194215.567000', '194215.569000', '194215.572000', '194215.575000', '194215.577000', '194215.580000', '194215.582000', '194215.585000', '194215.587000', '194215.590000', '194215.593000', '194215.595000', '194215.598000', '194215.600000', '194215.603000', '194215.605000', '194215.608000', '194215.611000', '194215.613000', '194221.450000', '194221.453000', '194221.455000', '194221.458000', '194221.460000', '194221.463000', '194221.466000', '194221.469000', '194221.472000', '194221.474000', '194221.477000', '194221.480000', '194221.483000'], 'InstanceCreationTime': ['193555.538000', '193555.541000', '193555.544000', '193555.546000', '193555.549000', '193555.552000', '193555.554000', '193555.557000', '193555.559000', '193555.562000', '193555.565000', '193555.567000', '193555.570000', '193555.572000', '193555.575000', '193555.577000', '193555.583000', '193555.586000', '193555.589000', '193555.591000', '193555.594000', '193555.596000', '193555.599000', '193555.601000', '193555.604000', '193555.606000', '193555.609000', '193555.612000', '193555.614000', '193555.617000', '193555.619000', '193555.622000', '193615.502000', '193615.509000', '193615.512000', '193615.514000', '193615.517000', '193615.519000', '193615.522000', '193615.524000', '193615.527000', '193615.529000', '193615.532000', '193615.534000', '193615.537000', '193615.539000', '193615.542000', '193615.544000', '193615.547000', '193615.550000', '193615.552000', '193615.555000', '193615.557000', '193615.560000', '193615.562000', '193615.565000', '193615.567000', '193615.570000', '193615.572000', '193615.575000', '193615.578000', '193615.580000', '193615.583000', '193615.585000', '193615.588000', '193615.591000', '193615.593000', '193615.596000', '193615.598000', '193615.601000', '193615.603000', '193615.606000', '193615.609000', '193615.611000', '193615.614000', '193615.616000', '193635.502000', '193635.505000', '193635.508000', '193635.510000', '193635.513000', '193635.515000', '193635.518000', '193635.535000', '193635.538000', '193635.540000', '193635.543000', '193635.545000', '193635.548000', '193635.550000', '193635.553000', '193635.555000', '193635.558000', '193635.560000', '193635.563000', '193635.574000', '193635.576000', '193635.579000', '193635.581000', '193635.584000', '193635.587000', '193635.589000', '193635.592000', '193635.595000', '193635.600000', '193635.603000', '193635.605000', '193635.608000', '193635.610000', '193635.613000', '193635.615000', '193635.618000', '193635.621000', '193635.623000', '193635.626000', '193635.628000', '193635.631000', '193635.633000', '193635.636000', '193655.501000', '193655.504000', '193655.507000', '193655.509000', '193655.512000', '193655.514000', '193655.517000', '193655.520000', '193655.522000', '193655.525000', '193655.527000', '193655.530000', '193655.532000', '193655.535000', '193655.538000', '193655.540000', '193655.543000', '193655.545000', '193655.548000', '193655.550000', '193655.553000', '193655.556000', '193655.558000', '193655.561000', '193655.563000', '193655.567000', '193655.569000', '193655.572000', '193655.575000', '193655.577000', '193655.580000', '193655.582000', '193655.585000', '193655.587000', '193655.590000', '193655.592000', '193655.595000', '193655.598000', '193655.600000', '193655.603000', '193655.605000', '193655.608000', '193655.610000', '193655.613000', '193715.502000', '193715.505000', '193715.508000', '193715.510000', '193715.513000', '193715.515000', '193715.518000', '193715.521000', '193715.523000', '193715.526000', '193715.528000', '193715.531000', '193715.533000', '193715.536000', '193715.538000', '193715.541000', '193715.544000', '193715.546000', '193715.549000', '193715.551000', '193715.554000', '193715.556000', '193715.559000', '193715.562000', '193715.564000', '193715.567000', '193715.570000', '193715.572000', '193715.575000', '193715.578000', '193715.580000', '193715.583000', '193715.585000', '193715.588000', '193715.591000', '193715.593000', '193715.596000', '193715.598000', '193715.601000', '193715.603000', '193715.606000', '193715.608000', '193715.611000', '193735.503000', '193735.506000', '193735.508000', '193735.511000', '193735.513000', '193735.516000', '193735.519000', '193735.521000', '193735.524000', '193735.526000', '193735.529000', '193735.532000', '193735.534000', '193735.537000', '193735.539000', '193735.542000', '193735.544000', '193735.547000', '193735.549000', '193735.552000', '193735.555000', '193735.557000', '193735.560000', '193735.562000', '193735.565000', '193735.567000', '193735.570000', '193735.572000', '193735.575000', '193735.577000', '193735.580000', '193735.583000', '193735.585000', '193735.588000', '193735.591000', '193735.593000', '193735.596000', '193735.598000', '193735.601000', '193735.603000', '193735.608000', '193735.611000', '193735.613000', '193735.616000', '193755.502000', '193755.505000', '193755.508000', '193755.510000', '193755.513000', '193755.515000', '193755.518000', '193755.521000', '193755.523000', '193755.526000', '193755.528000', '193755.531000', '193755.533000', '193755.536000', '193755.538000', '193755.541000', '193755.544000', '193755.546000', '193755.549000', '193755.551000', '193755.554000', '193755.556000', '193755.559000', '193755.562000', '193755.564000', '193755.567000', '193755.569000', '193755.572000', '193755.575000', '193755.577000', '193755.580000', '193755.582000', '193755.585000', '193755.587000', '193755.590000', '193755.593000', '193755.595000', '193755.598000', '193755.600000', '193755.603000', '193755.605000', '193755.608000', '193755.610000', '193815.502000', '193815.505000', '193815.508000', '193815.510000', '193815.513000', '193815.516000', '193815.518000', '193815.521000', '193815.524000', '193815.526000', '193815.529000', '193815.531000', '193815.534000', '193815.537000', '193815.539000', '193815.542000', '193815.544000', '193815.547000', '193815.556000', '193815.559000', '193815.561000', '193815.564000', '193815.566000', '193815.569000', '193815.572000', '193815.574000', '193815.577000', '193815.579000', '193815.582000', '193815.584000', '193815.587000', '193815.590000', '193815.592000', '193815.595000', '193815.598000', '193815.600000', '193815.603000', '193815.605000', '193815.608000', '193815.610000', '193815.613000', '193815.616000', '193815.618000', '193815.621000', '193835.503000', '193835.505000', '193835.508000', '193835.511000', '193835.513000', '193835.516000', '193835.521000', '193835.524000', '193835.526000', '193835.529000', '193835.532000', '193835.534000', '193835.537000', '193835.539000', '193835.542000', '193835.544000', '193835.547000', '193835.549000', '193835.552000', '193835.555000', '193835.557000', '193835.560000', '193835.562000', '193835.565000', '193835.567000', '193835.570000', '193835.573000', '193835.576000', '193835.578000', '193835.581000', '193835.584000', '193835.586000', '193835.589000', '193835.592000', '193835.594000', '193835.597000', '193835.599000', '193835.602000', '193835.604000', '193835.607000', '193835.610000', '193835.612000', '193835.615000', '193855.502000', '193855.505000', '193855.508000', '193855.511000', '193855.513000', '193855.516000', '193855.518000', '193855.521000', '193855.523000', '193855.526000', '193855.529000', '193855.531000', '193855.534000', '193855.536000', '193855.539000', '193855.541000', '193855.544000', '193855.547000', '193855.549000', '193855.552000', '193855.554000', '193855.557000', '193855.560000', '193855.562000', '193855.565000', '193855.567000', '193855.570000', '193855.572000', '193855.575000', '193855.577000', '193855.580000', '193855.583000', '193855.585000', '193855.588000', '193855.590000', '193855.593000', '193855.595000', '193855.598000', '193855.601000', '193855.604000', '193855.606000', '193855.609000', '193855.611000', '193855.614000', '193915.501000', '193915.504000', '193915.507000', '193915.510000', '193915.512000', '193915.515000', '193915.517000', '193915.520000', '193915.522000', '193915.525000', '193915.528000', '193915.530000', '193915.533000', '193915.535000', '193915.538000', '193915.540000', '193915.543000', '193915.546000', '193915.548000', '193915.551000', '193915.553000', '193915.556000', '193915.558000', '193915.561000', '193915.564000', '193915.566000', '193915.569000', '193915.572000', '193915.574000', '193915.577000', '193915.579000', '193915.582000', '193915.584000', '193915.587000', '193915.590000', '193915.592000', '193915.595000', '193915.597000', '193915.600000', '193915.602000', '193915.605000', '193915.608000', '193915.610000', '193935.503000', '193935.506000', '193935.508000', '193935.511000', '193935.513000', '193935.516000', '193935.519000', '193935.521000', '193935.524000', '193935.526000', '193935.529000', '193935.531000', '193935.534000', '193935.537000', '193935.539000', '193935.542000', '193935.545000', '193935.547000', '193935.550000', '193935.552000', '193935.555000', '193935.557000', '193935.560000', '193935.562000', '193935.565000', '193935.568000', '193935.570000', '193935.573000', '193935.575000', '193935.578000', '193935.581000', '193935.583000', '193935.586000', '193935.588000', '193935.591000', '193935.594000', '193935.596000', '193935.599000', '193935.601000', '193935.604000', '193935.606000', '193935.609000', '193935.612000', '193935.615000', '193955.502000', '193955.505000', '193955.508000', '193955.510000', '193955.513000', '193955.516000', '193955.518000', '193955.521000', '193955.523000', '193955.526000', '193955.528000', '193955.531000', '193955.534000', '193955.536000', '193955.539000', '193955.541000', '193955.544000', '193955.547000', '193955.549000', '193955.552000', '193955.554000', '193955.557000', '193955.559000', '193955.562000', '193955.564000', '193955.567000', '193955.570000', '193955.572000', '193955.575000', '193955.577000', '193955.580000', '193955.583000', '193955.585000', '193955.588000', '193955.590000', '193955.593000', '193955.596000', '193955.598000', '193955.601000', '193955.603000', '193955.606000', '193955.608000', '193955.611000', '194015.508000', '194015.510000', '194015.513000', '194015.516000', '194015.518000', '194015.521000', '194015.523000', '194015.526000', '194015.528000', '194015.531000', '194015.535000', '194015.537000', '194015.540000', '194015.543000', '194015.545000', '194015.548000', '194015.551000', '194015.553000', '194015.556000', '194015.559000', '194015.561000', '194015.564000', '194015.566000', '194015.569000', '194015.571000', '194015.574000', '194015.576000', '194015.579000', '194015.582000', '194015.584000', '194015.587000', '194015.589000', '194015.592000', '194015.594000', '194015.597000', '194015.600000', '194015.602000', '194015.605000', '194015.607000', '194015.610000', '194015.612000', '194015.615000', '194015.618000', '194015.620000', '194035.502000', '194035.505000', '194035.508000', '194035.510000', '194035.513000', '194035.516000', '194035.518000', '194035.521000', '194035.523000', '194035.526000', '194035.528000', '194035.531000', '194035.533000', '194035.536000', '194035.539000', '194035.541000', '194035.544000', '194035.546000', '194035.549000', '194035.552000', '194035.554000', '194035.557000', '194035.559000', '194035.562000', '194035.564000', '194035.567000', '194035.570000', '194035.572000', '194035.575000', '194035.578000', '194035.580000', '194035.583000', '194035.585000', '194035.588000', '194035.591000', '194035.593000', '194035.596000', '194035.598000', '194035.601000', '194035.604000', '194035.606000', '194035.609000', '194035.611000', '194055.503000', '194055.505000', '194055.508000', '194055.511000', '194055.513000', '194055.516000', '194055.518000', '194055.521000', '194055.524000', '194055.526000', '194055.529000', '194055.531000', '194055.534000', '194055.537000', '194055.539000', '194055.542000', '194055.544000', '194055.547000', '194055.549000', '194055.552000', '194055.555000', '194055.557000', '194055.560000', '194055.562000', '194055.565000', '194055.567000', '194055.570000', '194055.573000', '194055.575000', '194055.578000', '194055.580000', '194055.583000', '194055.585000', '194055.588000', '194055.591000', '194055.593000', '194055.596000', '194055.598000', '194055.601000', '194055.603000', '194055.606000', '194055.609000', '194055.611000', '194055.614000', '194115.503000', '194115.505000', '194115.508000', '194115.510000', '194115.513000', '194115.516000', '194115.518000', '194115.521000', '194115.523000', '194115.526000', '194115.528000', '194115.531000', '194115.533000', '194115.536000', '194115.539000', '194115.541000', '194115.544000', '194115.546000', '194115.549000', '194115.551000', '194115.554000', '194115.556000', '194115.559000', '194115.562000', '194115.574000', '194115.577000', '194115.580000', '194115.582000', '194115.585000', '194115.587000', '194115.590000', '194115.593000', '194115.595000', '194115.598000', '194115.600000', '194115.603000', '194115.605000', '194115.608000', '194115.611000', '194115.613000', '194115.616000', '194115.618000', '194115.621000', '194135.502000', '194135.505000', '194135.507000', '194135.510000', '194135.512000', '194135.515000', '194135.518000', '194135.521000', '194135.524000', '194135.526000', '194135.529000', '194135.531000', '194135.534000', '194135.536000', '194135.539000', '194135.542000', '194135.544000', '194135.547000', '194135.549000', '194135.552000', '194135.555000', '194135.557000', '194135.560000', '194135.562000', '194135.565000', '194135.568000', '194135.570000', '194135.573000', '194135.575000', '194135.578000', '194135.581000', '194135.585000', '194135.587000', '194135.590000', '194135.593000', '194135.595000', '194135.598000', '194135.600000', '194135.603000', '194135.606000', '194135.608000', '194135.611000', '194135.613000', '194135.616000', '194155.502000', '194155.505000', '194155.508000', '194155.510000', '194155.513000', '194155.516000', '194155.518000', '194155.521000', '194155.523000', '194155.526000', '194155.528000', '194155.531000', '194155.533000', '194155.536000', '194155.539000', '194155.541000', '194155.544000', '194155.546000', '194155.549000', '194155.551000', '194155.554000', '194155.556000', '194155.559000', '194155.562000', '194155.564000', '194155.567000', '194155.569000', '194155.572000', '194155.574000', '194155.577000', '194155.579000', '194155.582000', '194155.584000', '194155.587000', '194155.590000', '194155.592000', '194155.595000', '194155.598000', '194155.600000', '194155.603000', '194155.605000', '194155.608000', '194155.610000', '194215.502000', '194215.505000', '194215.508000', '194215.511000', '194215.513000', '194215.516000', '194215.518000', '194215.521000', '194215.523000', '194215.526000', '194215.529000', '194215.531000', '194215.534000', '194215.536000', '194215.539000', '194215.541000', '194215.544000', '194215.546000', '194215.549000', '194215.552000', '194215.554000', '194215.557000', '194215.559000', '194215.562000', '194215.564000', '194215.567000', '194215.569000', '194215.572000', '194215.575000', '194215.577000', '194215.580000', '194215.582000', '194215.585000', '194215.587000', '194215.590000', '194215.593000', '194215.595000', '194215.598000', '194215.600000', '194215.603000', '194215.605000', '194215.608000', '194215.611000', '194215.613000', '194221.450000', '194221.453000', '194221.455000', '194221.458000', '194221.460000', '194221.463000', '194221.466000', '194221.469000', '194221.472000', '194221.474000', '194221.477000', '194221.480000', '194221.483000'], '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': [8126, 10943, 7720, 12101, 8261, 12257, 9211, 7952, 8380, 9136, 8963, 13003, 16741, 9844, 15188, 9573, 13116, 9214, 9901, 10687, 9233, 13828, 10756, 17716, 12099, 17360, 14405, 12038, 15275, 10255, 11384, 9223, 11385, 9183, 10468, 9307, 9840, 9113, 8494, 9008, 8301, 9239, 8957, 9250, 7524, 9560, 7640, 10875, 7523, 11270, 8745, 8295, 9133, 8009, 10838, 7338, 11132, 7238, 10575, 7850, 11231, 8488, 9883, 8741, 8242, 9830, 7494, 10522, 7005, 10831, 7993, 11363, 8704, 8894, 8909, 7869, 10778, 7541, 10095, 8041, 7028, 7967, 7225, 6732, 7390, 12551, 10576, 8615, 8116, 11318, 15290, 15021, 15490, 12362, 9363, 16491, 11106, 17504, 11193, 13630, 9926, 12668, 8877, 13730, 8417, 6288, 8902, 6795, 10276, 6815, 11737, 8234, 6952, 9256, 6040, 10922, 7318, 11406, 8230, 11429, 6872, 11094, 6741, 12248, 7024, 11657, 8319, 10834, 9271, 8060, 10948, 6800, 11685, 7327, 12513, 9237, 16422, 8946, 13729, 9717, 12984, 10450, 9024, 9421, 8290, 10347, 7134, 12638, 8881, 8078, 10278, 6783, 11560, 8375, 12200, 9911, 9329, 10251, 8717, 8184, 9637, 8501, 12357, 9262, 9732, 10445, 9265, 18724, 11208, 14557, 9458, 7813, 9346, 7903, 12313, 9319, 14011, 11162, 16450, 10630, 12118, 16970, 11472, 17465, 9130, 13725, 9403, 12323, 9106, 13009, 8878, 10114, 8742, 7088, 8911, 8222, 10177, 7017, 10637, 8009, 11205, 8380, 7761, 9060, 7707, 9981, 7020, 11533, 7870, 11090, 8324, 7491, 8740, 7554, 10752, 7216, 10959, 7452, 7285, 8692, 8491, 10713, 7818, 7368, 9612, 8383, 7135, 11431, 8037, 14115, 9733, 11956, 9476, 11711, 10813, 7161, 9480, 7271, 11119, 8538, 9079, 10006, 9034, 7469, 9889, 8900, 7017, 12474, 7592, 14999, 10621, 13174, 8611, 8213, 9616, 7681, 12104, 7068, 12197, 7271, 7240, 10721, 8716, 9417, 9388, 7016, 10236, 8878, 7742, 10755, 17469, 16119, 17089, 9420, 15024, 9367, 13103, 9049, 13111, 7180, 11341, 7186, 11066, 7408, 11085, 6729, 10591, 6892, 11175, 7725, 11233, 6959, 11057, 7459, 10999, 8713, 11195, 8294, 7272, 9509, 6991, 10723, 8689, 12359, 9542, 9287, 9209, 8204, 12060, 8973, 14758, 10232, 12996, 10119, 12009, 10739, 8486, 12794, 7366, 13545, 8596, 10372, 10501, 6909, 10184, 8406, 7475, 9765, 7397, 12486, 9298, 7148, 10964, 8859, 8220, 10579, 7738, 15725, 12280, 17314, 8481, 13451, 8350, 13414, 9161, 12381, 9679, 7967, 9631, 6746, 11317, 7885, 11328, 9301, 7820, 10174, 6963, 11564, 8295, 11972, 9008, 7790, 8634, 6878, 9536, 7531, 11170, 7345, 12408, 7944, 10500, 8777, 7340, 11627, 7609, 8366, 8619, 7326, 11126, 7004, 11714, 7751, 11637, 8482, 13298, 9158, 8583, 8448, 7389, 12225, 8887, 11891, 8228, 8506, 9331, 7484, 11839, 7200, 13877, 8185, 11154, 9005, 7409, 11299, 7221, 12202, 8374, 11873, 9355, 6889, 10171, 7153, 12446, 8921, 7656, 9551, 7081, 11756, 8231, 11429, 8495, 6750, 9264, 7211, 12029, 8445, 12465, 8668, 11237, 8954, 7557, 10285, 7431, 11806, 7727, 9743, 9039, 6976, 11216, 7388, 11562, 7687, 11975, 7037, 10310, 7045, 11402, 7582, 12863, 7280, 12151, 7561, 8404, 10560, 7462, 12182, 7940, 12205, 8687, 12758, 8785, 11319, 8916, 11676, 9061, 11331, 8610, 10500, 8096, 9871, 8901, 7454, 9998, 7267, 11041, 8230, 12247, 8799, 12024, 8016, 11430, 8618, 11852, 8426, 11640, 7678, 10356, 8633, 6628, 9396, 7008, 10507, 7499, 12194, 8646, 11404, 8259, 9991, 8917, 7076, 9879, 6912, 11222, 8021, 11895, 8664, 11041, 7844, 10491, 8327, 10043, 9143, 7190, 10024, 7265, 12380, 8540, 9893, 8876, 6852, 9934, 7370, 11799, 8414, 12753, 7413, 6486, 8223, 10067, 11039, 8593, 7712, 10029, 9472, 7381, 11822, 8291, 13767, 10188, 15981, 9400, 14091, 9100, 13202, 10673, 10561, 8364, 6867, 9887, 7274, 11708, 7559, 8896, 7012, 6926, 11631, 9290, 7378, 10598, 8195, 7214, 11567, 7471, 13992, 14401, 16215, 15877, 17039, 14387, 18490, 12413, 16617, 11308, 10659, 13522, 8351, 8514, 7820, 8713, 7571, 11212, 8206, 11199, 8745, 7699, 13072, 9790, 11877, 12523, 8932, 15507, 9334, 17208, 10847, 12334, 14390, 10376, 9924, 8122, 7440, 10104, 9936, 11067, 9791, 9139, 9008, 11009, 9302, 12823, 9195, 15532, 10503, 14816, 8964, 10363, 8912, 8108, 9110, 7689, 10972, 8591, 6820, 8935, 7613, 11238, 8024, 11576, 8127, 6710, 9795, 10088, 10467, 9368, 8033, 7207, 10428, 7294, 13272, 9285, 16230, 12050, 12112, 8652, 7345, 8788, 6853, 12129, 8333, 10837, 8422, 9008, 7846, 7924, 11887, 8343, 7453, 10244, 8584, 6795, 9090, 7455, 11871, 8774, 12907, 9404, 16947, 9416, 7368, 8610, 7720, 11974, 7757, 10198, 7693, 9101, 8469, 10442, 7271, 10741, 7505, 11501, 8323, 12878, 9425, 12357, 8819, 9624, 8216, 10161, 8075, 10586, 8342, 8944, 7819, 9466, 7295, 12522, 9410, 7751, 8533, 7086, 12070, 8030, 12350, 8594, 12366, 8259, 7147, 7686, 7763, 10452, 8399, 12257, 8301, 12023, 9693, 7305, 9495, 7777, 6496, 8424, 7127, 10495, 7438, 10007, 7050, 9726, 6888, 11408, 7657, 12122, 7596, 6763, 8280, 7340, 10649, 8456, 6705, 10708, 8807, 6644, 11000, 8625, 12002, 9700, 12619, 11059, 7067, 11289, 8097, 12334, 9440, 8352, 11166, 7514, 12477, 8702, 9471, 10191, 7161, 10934, 8216, 9024, 8474, 10824, 10743, 9695, 7490, 10536, 9423, 7399, 15174, 8170, 15747, 9948, 15856, 10568, 15425, 7535, 13041, 8149, 11287, 8500, 6344, 9508, 7009, 10135, 7443, 9743, 7977, 8539, 7332, 9326, 7252, 11328, 7376, 11731, 7781, 9712, 9391, 7283, 10129, 7559, 11267, 7762, 11894, 8147, 10096, 7600, 10825, 14263, 11785, 8163, 9900, 8268, 10529, 8467, 7236, 11703, 10078, 8999, 11187, 8129, 13291, 9654, 16989, 14550, 16250, 10460, 11121, 10103, 11803, 12019, 8681, 15483, 9306, 13492, 9958, 11733, 7417, 10153, 7942, 8390, 7461, 6562, 11128, 8400, 7298, 11048, 9170, 12836, 8874, 13665, 12932, 10400, 14847, 8374, 16608, 10161, 13304, 10786, 13971, 7432, 12195, 7813, 11434, 8404, 11673, 7461, 9848, 7358, 6907], 'WindowCenter': [4090.0, 4093.0, 4046.0, 4076.0, 4029.0, 4059.0, 4026.0, 4014.0, 4014.0, 4052.0, 4070.0, 4089.0, 4096.0, 4036.0, 4058.0, 4024.0, 4043.0, 4024.0, 4036.0, 4046.0, 4039.0, 4057.0, 4034.0, 4054.0, 4017.0, 4040.0, 4025.0, 4013.0, 4022.0, 3990.0, 3999.0, 3980.0, 4000.0, 3988.0, 4017.0, 3992.0, 4001.0, 3991.0, 3992.0, 3994.0, 3994.0, 4008.0, 4008.0, 4020.0, 3999.0, 4020.0, 4014.0, 4045.0, 4015.0, 4046.0, 4026.0, 4025.0, 4036.0, 4029.0, 4059.0, 4031.0, 4048.0, 4017.0, 4048.0, 4029.0, 4047.0, 4039.0, 4049.0, 4053.0, 4041.0, 4051.0, 4018.0, 4050.0, 4017.0, 4064.0, 4059.0, 4076.0, 4055.0, 4041.0, 4050.0, 4029.0, 4062.0, 4045.0, 4076.0, 4054.0, 4046.0, 4054.0, 4043.0, 4032.0, 4031.0, 4071.0, 4064.0, 4070.0, 4055.0, 4079.0, 4098.0, 4086.0, 4099.0, 4061.0, 4026.0, 4080.0, 4049.0, 4081.0, 4046.0, 4056.0, 4022.0, 4027.0, 4007.0, 4054.0, 4011.0, 4003.0, 4024.0, 4017.0, 4047.0, 4003.0, 4057.0, 4028.0, 4017.0, 4038.0, 4008.0, 4061.0, 4031.0, 4074.0, 4041.0, 4061.0, 4019.0, 4060.0, 4051.0, 4076.0, 4020.0, 4060.0, 4029.0, 4074.0, 4022.0, 4013.0, 4046.0, 4004.0, 4045.0, 4016.0, 4058.0, 4038.0, 4080.0, 4025.0, 4054.0, 4036.0, 4055.0, 4035.0, 4024.0, 4025.0, 4026.0, 4034.0, 4002.0, 4056.0, 4027.0, 4027.0, 4035.0, 4022.0, 4119.0, 4073.0, 4078.0, 4052.0, 4027.0, 4024.0, 4024.0, 4014.0, 4035.0, 4029.0, 4045.0, 4010.0, 4023.0, 4020.0, 4010.0, 4065.0, 4047.0, 4041.0, 4005.0, 3986.0, 4020.0, 4013.0, 4044.0, 4025.0, 4055.0, 4034.0, 4055.0, 4022.0, 4033.0, 4049.0, 4019.0, 4047.0, 3994.0, 4025.0, 3994.0, 4028.0, 3995.0, 4026.0, 3995.0, 4004.0, 3995.0, 3988.0, 4009.0, 4010.0, 4033.0, 4001.0, 4032.0, 4027.0, 4058.0, 4026.0, 4017.0, 4026.0, 4015.0, 4047.0, 4017.0, 4047.0, 4028.0, 4044.0, 4014.0, 4016.0, 4026.0, 4016.0, 4062.0, 4017.0, 4049.0, 4017.0, 4017.0, 4026.0, 4040.0, 4060.0, 4029.0, 4032.0, 4063.0, 4043.0, 4047.0, 4077.0, 4042.0, 4084.0, 4052.0, 4061.0, 4040.0, 4060.0, 4049.0, 4019.0, 4037.0, 4017.0, 4057.0, 4027.0, 4041.0, 4050.0, 4052.0, 4033.0, 4065.0, 4053.0, 4035.0, 4074.0, 4032.0, 4071.0, 4052.0, 4071.0, 4037.0, 4029.0, 4051.0, 4030.0, 4073.0, 4018.0, 4059.0, 4016.0, 4016.0, 4060.0, 4043.0, 4053.0, 4055.0, 4033.0, 4065.0, 4054.0, 4032.0, 4076.0, 4098.0, 4083.0, 4082.0, 4038.0, 4068.0, 4025.0, 4057.0, 4028.0, 4057.0, 4003.0, 4045.0, 4018.0, 4046.0, 4017.0, 4047.0, 4006.0, 4046.0, 4017.0, 4047.0, 4030.0, 4058.0, 4017.0, 4046.0, 4018.0, 4060.0, 4026.0, 4060.0, 4039.0, 4030.0, 4051.0, 4032.0, 4062.0, 4054.0, 4061.0, 4038.0, 4037.0, 4039.0, 4029.0, 4060.0, 4038.0, 4067.0, 4036.0, 4055.0, 4048.0, 4047.0, 4045.0, 4012.0, 4043.0, 4001.0, 4056.0, 4011.0, 4034.0, 4047.0, 4016.0, 4048.0, 4027.0, 4017.0, 4048.0, 4006.0, 4061.0, 4040.0, 4020.0, 4062.0, 4041.0, 4029.0, 4051.0, 4030.0, 4070.0, 4047.0, 4079.0, 4015.0, 4055.0, 4014.0, 4057.0, 4024.0, 4044.0, 4035.0, 4014.0, 4024.0, 4004.0, 4046.0, 4028.0, 4047.0, 4040.0, 4016.0, 4049.0, 4017.0, 4062.0, 4041.0, 4059.0, 4040.0, 4017.0, 4025.0, 4020.0, 4038.0, 4017.0, 4049.0, 4017.0, 4057.0, 4028.0, 4048.0, 4027.0, 4018.0, 4059.0, 4029.0, 4040.0, 4054.0, 4032.0, 4064.0, 4021.0, 4062.0, 4031.0, 4074.0, 4041.0, 4073.0, 4052.0, 4038.0, 4028.0, 4019.0, 4073.0, 4055.0, 4060.0, 4028.0, 4041.0, 4039.0, 4019.0, 4062.0, 4018.0, 4070.0, 4040.0, 4060.0, 4040.0, 4019.0, 4049.0, 4018.0, 4059.0, 4027.0, 4047.0, 4039.0, 4005.0, 4036.0, 4018.0, 4070.0, 4039.0, 4029.0, 4039.0, 4018.0, 4073.0, 4029.0, 4060.0, 4027.0, 4007.0, 4040.0, 4020.0, 4058.0, 4029.0, 4060.0, 4027.0, 4059.0, 4039.0, 4016.0, 4052.0, 4019.0, 4061.0, 4030.0, 4051.0, 4041.0, 4020.0, 4062.0, 4033.0, 4060.0, 4029.0, 4063.0, 4018.0, 4049.0, 4020.0, 4048.0, 4017.0, 4070.0, 4017.0, 4058.0, 4028.0, 4029.0, 4062.0, 4018.0, 4060.0, 4030.0, 4073.0, 4041.0, 4070.0, 4028.0, 4047.0, 4027.0, 4060.0, 4027.0, 4046.0, 4024.0, 4035.0, 4017.0, 4035.0, 4025.0, 4015.0, 4035.0, 4016.0, 4059.0, 4027.0, 4057.0, 4028.0, 4046.0, 4028.0, 4047.0, 4029.0, 4047.0, 4015.0, 4046.0, 4015.0, 4036.0, 4028.0, 4006.0, 4026.0, 4017.0, 4050.0, 4017.0, 4060.0, 4028.0, 4047.0, 4029.0, 4048.0, 4040.0, 4017.0, 4037.0, 4007.0, 4061.0, 4027.0, 4059.0, 4028.0, 4047.0, 4027.0, 4062.0, 4040.0, 4038.0, 4039.0, 4018.0, 4038.0, 4020.0, 4071.0, 4040.0, 4049.0, 4040.0, 4007.0, 4038.0, 4019.0, 4060.0, 4028.0, 4072.0, 4018.0, 4006.0, 4028.0, 4049.0, 4063.0, 4053.0, 4044.0, 4065.0, 4065.0, 4033.0, 4073.0, 4045.0, 4086.0, 4052.0, 4084.0, 4041.0, 4069.0, 4028.0, 4057.0, 4048.0, 4047.0, 4026.0, 4007.0, 4037.0, 4016.0, 4060.0, 4029.0, 4039.0, 4018.0, 4019.0, 4061.0, 4054.0, 4044.0, 4076.0, 4057.0, 4035.0, 4075.0, 4033.0, 4130.0, 4100.0, 4096.0, 4083.0, 4082.0, 4068.0, 4078.0, 4058.0, 4067.0, 4035.0, 4037.0, 4055.0, 4013.0, 4021.0, 4014.0, 4024.0, 4012.0, 4044.0, 4026.0, 4056.0, 4037.0, 4042.0, 4083.0, 4049.0, 4048.0, 4059.0, 4025.0, 4055.0, 4012.0, 4053.0, 4018.0, 4029.0, 4038.0, 4005.0, 4003.0, 3983.0, 3972.0, 4015.0, 4016.0, 4031.0, 4033.0, 4022.0, 4010.0, 4020.0, 4010.0, 4030.0, 4008.0, 4053.0, 4021.0, 4052.0, 4025.0, 4018.0, 4023.0, 3999.0, 4008.0, 4014.0, 4015.0, 3994.0, 3978.0, 4021.0, 4013.0, 4047.0, 4015.0, 4046.0, 4015.0, 4005.0, 4036.0, 4048.0, 4051.0, 4052.0, 4032.0, 4020.0, 4052.0, 4034.0, 4101.0, 4039.0, 4082.0, 4062.0, 4059.0, 4025.0, 4015.0, 4024.0, 4006.0, 4046.0, 4028.0, 4046.0, 4026.0, 4027.0, 4015.0, 4015.0, 4061.0, 4041.0, 4018.0, 4051.0, 4058.0, 4024.0, 4041.0, 4018.0, 4062.0, 4027.0, 4047.0, 4025.0, 4067.0, 4027.0, 4016.0, 4027.0, 4029.0, 4061.0, 4017.0, 4049.0, 4018.0, 4056.0, 4041.0, 4051.0, 4019.0, 4049.0, 4017.0, 4047.0, 4017.0, 4061.0, 4025.0, 4044.0, 4012.0, 4022.0, 4012.0, 4022.0, 4002.0, 4035.0, 4012.0, 4012.0, 4003.0, 4022.0, 4017.0, 4059.0, 4039.0, 4015.0, 4026.0, 4007.0, 4058.0, 4017.0, 4059.0, 4029.0, 4057.0, 4018.0, 4005.0, 4017.0, 4016.0, 4048.0, 4027.0, 4059.0, 4027.0, 4060.0, 4039.0, 4019.0, 4050.0, 4029.0, 4010.0, 4042.0, 4019.0, 4064.0, 4020.0, 4052.0, 4019.0, 4039.0, 4004.0, 4048.0, 4018.0, 4072.0, 4029.0, 4007.0, 4027.0, 4029.0, 4061.0, 4044.0, 4033.0, 4076.0, 4068.0, 4037.0, 4079.0, 4067.0, 4078.0, 4054.0, 4076.0, 4064.0, 4020.0, 4062.0, 4032.0, 4071.0, 4051.0, 4031.0, 4063.0, 4019.0, 4060.0, 4040.0, 4050.0, 4049.0, 4023.0, 4062.0, 4040.0, 4039.0, 4029.0, 4076.0, 4077.0, 4055.0, 4035.0, 4065.0, 4054.0, 4032.0, 4087.0, 4042.0, 4085.0, 4050.0, 4072.0, 4051.0, 4069.0, 4015.0, 4056.0, 4016.0, 4047.0, 4029.0, 4007.0, 4037.0, 4018.0, 4051.0, 4019.0, 4065.0, 4042.0, 4040.0, 4019.0, 4040.0, 4032.0, 4075.0, 4032.0, 4074.0, 4032.0, 4053.0, 4055.0, 4033.0, 4063.0, 4033.0, 4076.0, 4034.0, 4075.0, 4030.0, 4051.0, 4019.0, 4050.0, 4072.0, 4072.0, 4029.0, 4038.0, 4027.0, 4047.0, 4027.0, 4029.0, 4072.0, 4051.0, 4053.0, 4074.0, 4045.0, 4085.0, 4052.0, 4086.0, 4074.0, 4071.0, 4037.0, 4035.0, 4025.0, 4046.0, 4044.0, 4012.0, 4052.0, 4023.0, 4042.0, 4036.0, 4031.0, 3989.0, 4019.0, 4010.0, 4012.0, 4013.0, 4003.0, 4063.0, 4043.0, 4033.0, 4075.0, 4057.0, 4076.0, 4030.0, 4071.0, 4058.0, 4050.0, 4069.0, 4015.0, 4067.0, 4035.0, 4055.0, 4047.0, 4056.0, 4002.0, 4043.0, 4015.0, 4045.0, 4026.0, 4060.0, 4016.0, 4047.0, 4017.0, 4017.0], 'WindowWidth': [9116.0, 9107.0, 9028.0, 9068.0, 8994.0, 9032.0, 8980.0, 8962.0, 8962.0, 9028.0, 9066.0, 9093.0, 9108.0, 8992.0, 9032.0, 8974.0, 9000.0, 8976.0, 8995.0, 9010.0, 9003.0, 9028.0, 8986.0, 9026.0, 8956.0, 8996.0, 8960.0, 8939.0, 8951.0, 8908.0, 8917.0, 8892.0, 8919.0, 8904.0, 8956.0, 8915.0, 8926.0, 8912.0, 8913.0, 8919.0, 8920.0, 8944.0, 8945.0, 8963.0, 8936.0, 8966.0, 8962.0, 9007.0, 8968.0, 9008.0, 8981.0, 8978.0, 8995.0, 8989.0, 9031.0, 8997.0, 9014.0, 8972.0, 9015.0, 8991.0, 9014.0, 9003.0, 9017.0, 9030.0, 9010.0, 9022.0, 8975.0, 9017.0, 8970.0, 9044.0, 9047.0, 9068.0, 9038.0, 9010.0, 9021.0, 8992.0, 9040.0, 9024.0, 9067.0, 9035.0, 9029.0, 9037.0, 9018.0, 9004.0, 8998.0, 9053.0, 9046.0, 9064.0, 9037.0, 9074.0, 9107.0, 9085.0, 9104.0, 9037.0, 8980.0, 9063.0, 9015.0, 9066.0, 9006.0, 9019.0, 8968.0, 8966.0, 8942.0, 9015.0, 8953.0, 8948.0, 8976.0, 8973.0, 9011.0, 8947.0, 9026.0, 8986.0, 8973.0, 9002.0, 8962.0, 9037.0, 8996.0, 9062.0, 9011.0, 9034.0, 8978.0, 9033.0, 9043.0, 9064.0, 8980.0, 9036.0, 8989.0, 9059.0, 8967.0, 8958.0, 9008.0, 8949.0, 9007.0, 8967.0, 9028.0, 9000.0, 9064.0, 8978.0, 9020.0, 8993.0, 9021.0, 8993.0, 8975.0, 8977.0, 8980.0, 8987.0, 8944.0, 9022.0, 8984.0, 8983.0, 8993.0, 8988.0, 9145.0, 9074.0, 9072.0, 9025.0, 8980.0, 8971.0, 8971.0, 8958.0, 8989.0, 8987.0, 9007.0, 8948.0, 8968.0, 8961.0, 8948.0, 9040.0, 9011.0, 8996.0, 8931.0, 8911.0, 8963.0, 8958.0, 9003.0, 8977.0, 9021.0, 8987.0, 9024.0, 8968.0, 8984.0, 9004.0, 8958.0, 9000.0, 8917.0, 8964.0, 8919.0, 8972.0, 8924.0, 8966.0, 8922.0, 8932.0, 8923.0, 8919.0, 8947.0, 8952.0, 8985.0, 8940.0, 8983.0, 8983.0, 9029.0, 8983.0, 8969.0, 8981.0, 8963.0, 9011.0, 8971.0, 9008.0, 8986.0, 9001.0, 8962.0, 8965.0, 8983.0, 8969.0, 9036.0, 8970.0, 9016.0, 8973.0, 8972.0, 8981.0, 9006.0, 9035.0, 8990.0, 8998.0, 9043.0, 9015.0, 9026.0, 9066.0, 9013.0, 9074.0, 9024.0, 9035.0, 9003.0, 9032.0, 9013.0, 8977.0, 8999.0, 8972.0, 9024.0, 8984.0, 9012.0, 9022.0, 9026.0, 9000.0, 9049.0, 9030.0, 9008.0, 9060.0, 8995.0, 9051.0, 9025.0, 9048.0, 8999.0, 8991.0, 9023.0, 8991.0, 9054.0, 8974.0, 9027.0, 8969.0, 8970.0, 9032.0, 9014.0, 9032.0, 9034.0, 9004.0, 9049.0, 9032.0, 8999.0, 9065.0, 9106.0, 9070.0, 9069.0, 8998.0, 9041.0, 8978.0, 9023.0, 8985.0, 9023.0, 8948.0, 9003.0, 8974.0, 9009.0, 8971.0, 9010.0, 8955.0, 9007.0, 8972.0, 9011.0, 8992.0, 9028.0, 8971.0, 9009.0, 8973.0, 9033.0, 8984.0, 9035.0, 9005.0, 8994.0, 9022.0, 9003.0, 9039.0, 9033.0, 9037.0, 9001.0, 8996.0, 9004.0, 8990.0, 9032.0, 9000.0, 9042.0, 8993.0, 9019.0, 9012.0, 9011.0, 9005.0, 8956.0, 8997.0, 8941.0, 9021.0, 8953.0, 8988.0, 9008.0, 8970.0, 9011.0, 8986.0, 8971.0, 9013.0, 8950.0, 9039.0, 9008.0, 8981.0, 9039.0, 9008.0, 8990.0, 9021.0, 8994.0, 9049.0, 9008.0, 9060.0, 8962.0, 9018.0, 8961.0, 9026.0, 8972.0, 9001.0, 8990.0, 8960.0, 8973.0, 8947.0, 9007.0, 8987.0, 9009.0, 9006.0, 8969.0, 9016.0, 8971.0, 9040.0, 9009.0, 9031.0, 9004.0, 8968.0, 8977.0, 8980.0, 9000.0, 8971.0, 9017.0, 8970.0, 9023.0, 8988.0, 9013.0, 8982.0, 8973.0, 9031.0, 8991.0, 9008.0, 9033.0, 9000.0, 9044.0, 8983.0, 9039.0, 8995.0, 9057.0, 9010.0, 9055.0, 9025.0, 9000.0, 8988.0, 8976.0, 9055.0, 9033.0, 9032.0, 8987.0, 9010.0, 9003.0, 8976.0, 9037.0, 8973.0, 9044.0, 9007.0, 9033.0, 9004.0, 8976.0, 9016.0, 8975.0, 9030.0, 8981.0, 9009.0, 9002.0, 8952.0, 8993.0, 8975.0, 9047.0, 9003.0, 8989.0, 9002.0, 8973.0, 9053.0, 8989.0, 9032.0, 8983.0, 8955.0, 9005.0, 8978.0, 9026.0, 8990.0, 9031.0, 8983.0, 9031.0, 9001.0, 8967.0, 9025.0, 8976.0, 9036.0, 8992.0, 9021.0, 9008.0, 8981.0, 9039.0, 9002.0, 9035.0, 8990.0, 9041.0, 8973.0, 9015.0, 8978.0, 9013.0, 8969.0, 9048.0, 8970.0, 9025.0, 8986.0, 8990.0, 9038.0, 8976.0, 9033.0, 8994.0, 9055.0, 9008.0, 9050.0, 8988.0, 9010.0, 8983.0, 9033.0, 8984.0, 9009.0, 8975.0, 8988.0, 8968.0, 8990.0, 8977.0, 8964.0, 8991.0, 8968.0, 9031.0, 8983.0, 9026.0, 8987.0, 9008.0, 8987.0, 9011.0, 8989.0, 9010.0, 8966.0, 9009.0, 8966.0, 8993.0, 8987.0, 8954.0, 8980.0, 8973.0, 9018.0, 8971.0, 9033.0, 8987.0, 9010.0, 8990.0, 9012.0, 9004.0, 8970.0, 8996.0, 8957.0, 9034.0, 8985.0, 9029.0, 8989.0, 9011.0, 8983.0, 9040.0, 9005.0, 8999.0, 9004.0, 8973.0, 9000.0, 8978.0, 9051.0, 9003.0, 9016.0, 9006.0, 8957.0, 8999.0, 8977.0, 9034.0, 8988.0, 9053.0, 8973.0, 8956.0, 8986.0, 9017.0, 9041.0, 9030.0, 9021.0, 9047.0, 9048.0, 9003.0, 9057.0, 9021.0, 9077.0, 9025.0, 9076.0, 9009.0, 9044.0, 8986.0, 9025.0, 9012.0, 9008.0, 8980.0, 8958.0, 8996.0, 8967.0, 9033.0, 8990.0, 9004.0, 8977.0, 8978.0, 9036.0, 9032.0, 9020.0, 9065.0, 9040.0, 9007.0, 9063.0, 9002.0, 9166.0, 9103.0, 9096.0, 9068.0, 9066.0, 9036.0, 9057.0, 9022.0, 9042.0, 8987.0, 8994.0, 9021.0, 8960.0, 8969.0, 8964.0, 8979.0, 8953.0, 9004.0, 8982.0, 9023.0, 8999.0, 9013.0, 9072.0, 9017.0, 9014.0, 9029.0, 8977.0, 9020.0, 8954.0, 9018.0, 8956.0, 8973.0, 8984.0, 8935.0, 8929.0, 8903.0, 8889.0, 8949.0, 8954.0, 8983.0, 8987.0, 8968.0, 8949.0, 8962.0, 8948.0, 8978.0, 8945.0, 9011.0, 8966.0, 9012.0, 8974.0, 8956.0, 8971.0, 8936.0, 8941.0, 8961.0, 8945.0, 8917.0, 8901.0, 8965.0, 8958.0, 9012.0, 8966.0, 9008.0, 8966.0, 8953.0, 8994.0, 9013.0, 9021.0, 9026.0, 8996.0, 8981.0, 9022.0, 9005.0, 9109.0, 9002.0, 9066.0, 9037.0, 9029.0, 8979.0, 8964.0, 8976.0, 8953.0, 9008.0, 8985.0, 9009.0, 8980.0, 8983.0, 8965.0, 8964.0, 9037.0, 9008.0, 8975.0, 9021.0, 9046.0, 8990.0, 9007.0, 8973.0, 9037.0, 8980.0, 9009.0, 8974.0, 9039.0, 8979.0, 8967.0, 8985.0, 8991.0, 9033.0, 8971.0, 9015.0, 8972.0, 9036.0, 9007.0, 9019.0, 8976.0, 9015.0, 8970.0, 9011.0, 8968.0, 9036.0, 8975.0, 9000.0, 8952.0, 8967.0, 8953.0, 8969.0, 8941.0, 8988.0, 8957.0, 8954.0, 8945.0, 8970.0, 8970.0, 9030.0, 9001.0, 8966.0, 8980.0, 8956.0, 9027.0, 8971.0, 9030.0, 8986.0, 9024.0, 8970.0, 8952.0, 8971.0, 8969.0, 9013.0, 8983.0, 9029.0, 8981.0, 9034.0, 9002.0, 8975.0, 9018.0, 8991.0, 8968.0, 9010.0, 8976.0, 9043.0, 8979.0, 9021.0, 8973.0, 9001.0, 8947.0, 9009.0, 8973.0, 9052.0, 8988.0, 8959.0, 8986.0, 8991.0, 9035.0, 9018.0, 9003.0, 9065.0, 9059.0, 9016.0, 9072.0, 9056.0, 9066.0, 9031.0, 9062.0, 9045.0, 8979.0, 9039.0, 8996.0, 9050.0, 9022.0, 8996.0, 9043.0, 8977.0, 9034.0, 9005.0, 9019.0, 9019.0, 8988.0, 9039.0, 9005.0, 9004.0, 8990.0, 9065.0, 9067.0, 9034.0, 9004.0, 9047.0, 9031.0, 8999.0, 9083.0, 9011.0, 9077.0, 9020.0, 9054.0, 9024.0, 9046.0, 8964.0, 9021.0, 8967.0, 9009.0, 8989.0, 8959.0, 8999.0, 8975.0, 9023.0, 8978.0, 9048.0, 9012.0, 9006.0, 8976.0, 9004.0, 8999.0, 9062.0, 8999.0, 9057.0, 9000.0, 9029.0, 9037.0, 9002.0, 9042.0, 9001.0, 9064.0, 9005.0, 9064.0, 8992.0, 9019.0, 8974.0, 9019.0, 9052.0, 9053.0, 8989.0, 8997.0, 8985.0, 9011.0, 8983.0, 8991.0, 9055.0, 9024.0, 9030.0, 9063.0, 9023.0, 9075.0, 9026.0, 9087.0, 9059.0, 9056.0, 8993.0, 8989.0, 8974.0, 9007.0, 8998.0, 8955.0, 9011.0, 8969.0, 8998.0, 8996.0, 8979.0, 8920.0, 8962.0, 8953.0, 8958.0, 8961.0, 8949.0, 9043.0, 9018.0, 9003.0, 9062.0, 9040.0, 9068.0, 8994.0, 9050.0, 9027.0, 9020.0, 9041.0, 8964.0, 9041.0, 8991.0, 9020.0, 9011.0, 9020.0, 8944.0, 8998.0, 8964.0, 9005.0, 8983.0, 9033.0, 8971.0, 9014.0, 8971.0, 8972.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.0017136009174311927</td></tr>
<tr><td colspan=3>aqi</td><td>0.02882632236238532</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.476528811618856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2823578395637203</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0244190543972451</td></tr>
<tr><td colspan=3>efc</td><td>0.5279</td></tr>
<tr><td colspan=3>fber</td><td>3998.2729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11898023992839372</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.729357798165138</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.468295647547307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3152848538902164</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6934613903283307</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3961406984233733</td></tr>
<tr><td colspan=3>gcor</td><td>0.0231751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015335768461227417</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039857782423496246</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.437480489958642</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>19.3639</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.8032</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.0208</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6788</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.9901</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.1501</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.4077</td></tr>
<tr><td colspan=3>tsnr</td><td>35.922285669716075</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>