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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_ses-04_task-social_acq-mb8_run-05_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-0065_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-05_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-0065/ses-04/func/sub-0065_ses-04_task-social_acq-mb8_run-05_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>89aaee9b27d332048eec8a32529cfb64</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:27.930000</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</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-05_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.0857187</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76746782-b417-4fa0-a710-db2db6ed5543||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['193527.930000', '193528.390000', '193528.850000', '193529.310000', '193529.770000', '193530.230000', '193530.690000', '193531.150000', '193531.610000', '193532.070000', '193532.530000', '193532.990000', '193533.450000', '193533.910000', '193534.370000', '193534.830000', '193535.290000', '193535.750000', '193536.210000', '193536.670000', '193537.130000', '193537.590000', '193538.050000', '193538.510000', '193538.970000', '193539.430000', '193539.890000', '193540.350000', '193540.810000', '193541.270000', '193541.730000', '193542.190000', '193542.650000', '193543.110000', '193543.570000', '193544.030000', '193544.490000', '193544.950000', '193545.410000', '193545.870000', '193546.330000', '193546.790000', '193547.250000', '193547.710000', '193548.170000', '193548.630000', '193549.090000', '193549.550000', '193550.010000', '193550.470000', '193550.930000', '193551.390000', '193551.850000', '193552.310000', '193552.770000', '193553.230000', '193553.690000', '193554.150000', '193554.610000', '193555.070000', '193555.530000', '193555.990000', '193556.450000', '193556.910000', '193557.370000', '193557.830000', '193558.290000', '193558.750000', '193559.210000', '193559.670000', '193600.130000', '193600.590000', '193601.050000', '193601.510000', '193601.970000', '193602.430000', '193602.890000', '193603.350000', '193603.810000', '193604.270000', '193604.730000', '193605.190000', '193605.650000', '193606.110000', '193606.570000', '193607.030000', '193607.490000', '193607.950000', '193608.410000', '193608.870000', '193609.330000', '193609.790000', '193610.250000', '193610.710000', '193611.170000', '193611.630000', '193612.090000', '193612.550000', '193613.010000', '193613.470000', '193613.930000', '193614.390000', '193614.850000', '193615.310000', '193615.770000', '193616.230000', '193616.690000', '193617.150000', '193617.610000', '193618.070000', '193618.530000', '193618.990000', '193619.450000', '193619.910000', '193620.370000', '193620.830000', '193621.290000', '193621.750000', '193622.210000', '193622.670000', '193623.130000', '193623.590000', '193624.050000', '193624.510000', '193624.970000', '193625.430000', '193625.890000', '193626.350000', '193626.810000', '193627.270000', '193627.730000', '193628.190000', '193628.650000', '193629.110000', '193629.570000', '193630.030000', '193630.490000', '193630.950000', '193631.410000', '193631.870000', '193632.330000', '193632.790000', '193633.250000', '193633.710000', '193634.170000', '193634.630000', '193635.090000', '193635.550000', '193636.010000', '193636.470000', '193636.930000', '193637.390000', '193637.850000', '193638.310000', '193638.770000', '193639.230000', '193639.690000', '193640.150000', '193640.610000', '193641.070000', '193641.530000', '193641.990000', '193642.450000', '193642.910000', '193643.370000', '193643.830000', '193644.290000', '193644.750000', '193645.210000', '193645.670000', '193646.130000', '193646.590000', '193647.050000', '193647.510000', '193647.970000', '193648.430000', '193648.890000', '193649.350000', '193649.810000', '193650.270000', '193650.730000', '193651.190000', '193651.650000', '193652.110000', '193652.570000', '193653.030000', '193653.490000', '193653.950000', '193654.410000', '193654.870000', '193655.330000', '193655.790000', '193656.250000', '193656.710000', '193657.170000', '193657.630000', '193658.090000', '193658.550000', '193659.010000', '193659.470000', '193659.930000', '193700.390000', '193700.850000', '193701.310000', '193701.770000', '193702.230000', '193702.690000', '193703.150000', '193703.610000', '193704.070000', '193704.530000', '193704.990000', '193705.450000', '193705.910000', '193706.370000', '193706.830000', '193707.290000', '193707.750000', '193708.210000', '193708.670000', '193709.130000', '193709.590000', '193710.050000', '193710.510000', '193710.970000', '193711.430000', '193711.890000', '193712.350000', '193712.810000', '193713.270000', '193713.730000', '193714.190000', '193714.650000', '193715.110000', '193715.570000', '193716.030000', '193716.490000', '193716.950000', '193717.410000', '193717.870000', '193718.330000', '193718.790000', '193719.250000', '193719.710000', '193720.170000', '193720.630000', '193721.090000', '193721.550000', '193722.010000', '193722.470000', '193722.930000', '193723.390000', '193723.850000', '193724.310000', '193724.770000', '193725.230000', '193725.690000', '193726.150000', '193726.610000', '193727.070000', '193727.530000', '193727.990000', '193728.450000', '193728.910000', '193729.370000', '193729.830000', '193730.290000', '193730.750000', '193731.210000', '193731.670000', '193732.130000', '193732.590000', '193733.050000', '193733.510000', '193733.970000', '193734.430000', '193734.890000', '193735.350000', '193735.810000', '193736.270000', '193736.730000', '193737.190000', '193737.650000', '193738.110000', '193738.570000', '193739.030000', '193739.490000', '193739.950000', '193740.410000', '193740.870000', '193741.330000', '193741.790000', '193742.250000', '193742.710000', '193743.170000', '193743.630000', '193744.090000', '193744.550000', '193745.010000', '193745.470000', '193745.930000', '193746.390000', '193746.850000', '193747.310000', '193747.770000', '193748.230000', '193748.690000', '193749.150000', '193749.610000', '193750.070000', '193750.530000', '193750.990000', '193751.450000', '193751.910000', '193752.370000', '193752.830000', '193753.290000', '193753.750000', '193754.210000', '193754.670000', '193755.130000', '193755.590000', '193756.050000', '193756.510000', '193756.970000', '193757.430000', '193757.890000', '193758.350000', '193758.810000', '193759.270000', '193759.730000', '193800.190000', '193800.650000', '193801.110000', '193801.570000', '193802.030000', '193802.490000', '193802.950000', '193803.410000', '193803.870000', '193804.330000', '193804.790000', '193805.250000', '193805.710000', '193806.170000', '193806.630000', '193807.090000', '193807.550000', '193808.010000', '193808.470000', '193808.930000', '193809.390000', '193809.850000', '193810.310000', '193810.770000', '193811.230000', '193811.690000', '193812.150000', '193812.610000', '193813.070000', '193813.530000', '193813.990000', '193814.450000', '193814.910000', '193815.370000', '193815.830000', '193816.290000', '193816.750000', '193817.210000', '193817.670000', '193818.130000', '193818.590000', '193819.050000', '193819.510000', '193819.970000', '193820.430000', '193820.890000', '193821.350000', '193821.810000', '193822.270000', '193822.730000', '193823.190000', '193823.650000', '193824.110000', '193824.570000', '193825.030000', '193825.490000', '193825.950000', '193826.410000', '193826.870000', '193827.330000', '193827.790000', '193828.250000', '193828.710000', '193829.170000', '193829.630000', '193830.090000', '193830.550000', '193831.010000', '193831.470000', '193831.930000', '193832.390000', '193832.850000', '193833.310000', '193833.770000', '193834.230000', '193834.690000', '193835.150000', '193835.610000', '193836.070000', '193836.530000', '193836.990000', '193837.450000', '193837.910000', '193838.370000', '193838.830000', '193839.290000', '193839.750000', '193840.210000', '193840.670000', '193841.130000', '193841.590000', '193842.050000', '193842.510000', '193842.970000', '193843.430000', '193843.890000', '193844.350000', '193844.810000', '193845.270000', '193845.730000', '193846.190000', '193846.650000', '193847.110000', '193847.570000', '193848.030000', '193848.490000', '193848.950000', '193849.410000', '193849.870000', '193850.330000', '193850.790000', '193851.250000', '193851.710000', '193852.170000', '193852.630000', '193853.090000', '193853.550000', '193854.010000', '193854.470000', '193854.930000', '193855.390000', '193855.850000', '193856.310000', '193856.770000', '193857.230000', '193857.690000', '193858.150000', '193858.610000', '193859.070000', '193859.530000', '193859.990000', '193900.450000', '193900.910000', '193901.370000', '193901.830000', '193902.290000', '193902.750000', '193903.210000', '193903.670000', '193904.130000', '193904.590000', '193905.050000', '193905.510000', '193905.970000', '193906.430000', '193906.890000', '193907.350000', '193907.810000', '193908.270000', '193908.730000', '193909.190000', '193909.650000', '193910.110000', '193910.570000', '193911.030000', '193911.490000', '193911.950000', '193912.410000', '193912.870000', '193913.330000', '193913.790000', '193914.250000', '193914.710000', '193915.170000', '193915.630000', '193916.090000', '193916.550000', '193917.010000', '193917.470000', '193917.930000', '193918.390000', '193918.850000', '193919.310000', '193919.770000', '193920.230000', '193920.690000', '193921.150000', '193921.610000', '193922.070000', '193922.530000', '193922.990000', '193923.450000', '193923.910000', '193924.370000', '193924.830000', '193925.290000', '193925.750000', '193926.210000', '193926.670000', '193927.130000', '193927.590000', '193928.050000', '193928.510000', '193928.970000', '193929.430000', '193929.890000', '193930.350000', '193930.810000', '193931.270000', '193931.730000', '193932.190000', '193932.650000', '193933.110000', '193933.570000', '193934.030000', '193934.490000', '193934.950000', '193935.410000', '193935.870000', '193936.330000', '193936.790000', '193937.250000', '193937.710000', '193938.170000', '193938.630000', '193939.090000', '193939.550000', '193940.010000', '193940.470000', '193940.930000', '193941.390000', '193941.850000', '193942.310000', '193942.770000', '193943.230000', '193943.690000', '193944.150000', '193944.610000', '193945.070000', '193945.530000', '193945.990000', '193946.450000', '193946.910000', '193947.370000', '193947.830000', '193948.290000', '193948.750000', '193949.210000', '193949.670000', '193950.130000', '193950.590000', '193951.050000', '193951.510000', '193951.970000', '193952.430000', '193952.890000', '193953.350000', '193953.810000', '193954.270000', '193954.730000', '193955.190000', '193955.650000', '193956.110000', '193956.570000', '193957.030000', '193957.490000', '193957.950000', '193958.410000', '193958.870000', '193959.330000', '193959.790000', '194000.250000', '194000.710000', '194001.170000', '194001.630000', '194002.090000', '194002.550000', '194003.010000', '194003.470000', '194003.930000', '194004.390000', '194004.850000', '194005.310000', '194005.770000', '194006.230000', '194006.690000', '194007.150000', '194007.610000', '194008.070000', '194008.530000', '194008.990000', '194009.450000', '194009.910000', '194010.370000', '194010.830000', '194011.290000', '194011.750000', '194012.210000', '194012.670000', '194013.130000', '194013.590000', '194014.050000', '194014.510000', '194014.970000', '194015.430000', '194015.890000', '194016.350000', '194016.810000', '194017.270000', '194017.730000', '194018.190000', '194018.650000', '194019.110000', '194019.570000', '194020.030000', '194020.490000', '194020.950000', '194021.410000', '194021.870000', '194022.330000', '194022.790000', '194023.250000', '194023.710000', '194024.170000', '194024.630000', '194025.090000', '194025.550000', '194026.010000', '194026.470000', '194026.930000', '194027.390000', '194027.850000', '194028.310000', '194028.770000', '194029.230000', '194029.690000', '194030.150000', '194030.610000', '194031.070000', '194031.530000', '194031.990000', '194032.450000', '194032.910000', '194033.370000', '194033.830000', '194034.290000', '194034.750000', '194035.210000', '194035.670000', '194036.130000', '194036.590000', '194037.050000', '194037.510000', '194037.970000', '194038.430000', '194038.890000', '194039.350000', '194039.810000', '194040.270000', '194040.730000', '194041.190000', '194041.650000', '194042.110000', '194042.570000', '194043.030000', '194043.490000', '194043.950000', '194044.410000', '194044.870000', '194045.330000', '194045.790000', '194046.250000', '194046.710000', '194047.170000', '194047.630000', '194048.090000', '194048.550000', '194049.010000', '194049.470000', '194049.930000', '194050.390000', '194050.850000', '194051.310000', '194051.770000', '194052.230000', '194052.690000', '194053.150000', '194053.610000', '194054.070000', '194054.530000', '194054.990000', '194055.450000', '194055.910000', '194056.370000', '194056.830000', '194057.290000', '194057.750000', '194058.210000', '194058.670000', '194059.130000', '194059.590000', '194100.050000', '194100.510000', '194100.970000', '194101.430000', '194101.890000', '194102.350000', '194102.810000', '194103.270000', '194103.730000', '194104.190000', '194104.650000', '194105.110000', '194105.570000', '194106.030000', '194106.490000', '194106.950000', '194107.410000', '194107.870000', '194108.330000', '194108.790000', '194109.250000', '194109.710000', '194110.170000', '194110.630000', '194111.090000', '194111.550000', '194112.010000', '194112.470000', '194112.930000', '194113.390000', '194113.850000', '194114.310000', '194114.770000', '194115.230000', '194115.690000', '194116.150000', '194116.610000', '194117.070000', '194117.530000', '194117.990000', '194118.450000', '194118.910000', '194119.370000', '194119.830000', '194120.290000', '194120.750000', '194121.210000', '194121.670000', '194122.130000', '194122.590000', '194123.050000', '194123.510000', '194123.970000', '194124.430000', '194124.890000', '194125.350000', '194125.810000', '194126.270000', '194126.730000', '194127.190000', '194127.650000', '194128.110000', '194128.570000', '194129.030000', '194129.490000', '194129.950000', '194130.410000', '194130.870000', '194131.330000', '194131.790000', '194132.250000', '194132.710000', '194133.170000', '194133.630000', '194134.090000', '194134.550000', '194135.010000', '194135.470000', '194135.930000', '194136.390000', '194136.850000', '194137.310000', '194137.770000', '194138.230000', '194138.690000', '194139.150000', '194139.610000', '194140.070000', '194140.530000', '194140.990000', '194141.450000', '194141.910000', '194142.370000', '194142.830000', '194143.290000', '194143.750000', '194144.210000', '194144.670000', '194145.130000', '194145.590000', '194146.050000', '194146.510000', '194146.970000', '194147.430000', '194147.890000', '194148.350000', '194148.810000', '194149.270000', '194149.730000', '194150.190000', '194150.650000', '194151.110000', '194151.570000', '194152.030000', '194152.490000', '194152.950000', '194153.410000', '194153.870000', '194154.330000', '194154.790000', '194155.250000', '194155.710000', '194156.170000', '194156.630000', '194157.090000', '194157.550000', '194158.010000', '194158.470000', '194158.930000', '194159.390000', '194159.850000', '194200.310000', '194200.770000', '194201.230000', '194201.690000', '194202.150000', '194202.610000', '194203.070000', '194203.530000', '194203.990000', '194204.450000', '194204.910000', '194205.370000', '194205.830000', '194206.290000', '194206.750000', '194207.210000', '194207.670000', '194208.130000', '194208.590000'], 'ContentTime': ['193542.722000', '193542.725000', '193542.728000', '193542.730000', '193542.740000', '193542.742000', '193542.745000', '193542.747000', '193542.750000', '193542.753000', '193542.755000', '193542.758000', '193542.760000', '193542.763000', '193542.765000', '193542.768000', '193542.770000', '193542.773000', '193542.775000', '193542.778000', '193542.781000', '193542.783000', '193542.793000', '193542.796000', '193542.798000', '193542.801000', '193542.803000', '193542.806000', '193542.809000', '193542.811000', '193602.670000', '193602.673000', '193602.676000', '193602.678000', '193602.681000', '193602.683000', '193602.686000', '193602.689000', '193602.691000', '193602.694000', '193602.696000', '193602.699000', '193602.702000', '193602.709000', '193602.712000', '193602.714000', '193602.717000', '193602.719000', '193602.722000', '193602.724000', '193602.727000', '193602.730000', '193602.732000', '193602.735000', '193602.737000', '193602.740000', '193602.742000', '193602.745000', '193602.748000', '193602.750000', '193602.753000', '193602.755000', '193602.758000', '193602.760000', '193602.763000', '193602.766000', '193602.768000', '193602.771000', '193602.773000', '193602.776000', '193602.778000', '193602.781000', '193602.783000', '193602.786000', '193622.670000', '193622.673000', '193622.676000', '193622.678000', '193622.681000', '193622.684000', '193622.686000', '193622.689000', '193622.691000', '193622.700000', '193622.703000', '193622.705000', '193622.708000', '193622.711000', '193622.713000', '193622.716000', '193622.718000', '193622.721000', '193622.723000', '193622.726000', '193622.728000', '193622.731000', '193622.734000', '193622.736000', '193622.739000', '193622.741000', '193622.744000', '193622.747000', '193622.749000', '193622.752000', '193622.754000', '193622.757000', '193622.759000', '193622.762000', '193622.764000', '193622.767000', '193622.770000', '193622.772000', '193622.775000', '193622.777000', '193622.780000', '193622.782000', '193622.785000', '193642.669000', '193642.672000', '193642.675000', '193642.678000', '193642.680000', '193642.683000', '193642.685000', '193642.688000', '193642.690000', '193642.693000', '193642.696000', '193642.698000', '193642.701000', '193642.703000', '193642.706000', '193642.709000', '193642.711000', '193642.714000', '193642.716000', '193642.719000', '193642.721000', '193642.724000', '193642.727000', '193642.729000', '193642.732000', '193642.734000', '193642.737000', '193642.740000', '193642.742000', '193642.745000', '193642.747000', '193642.750000', '193642.752000', '193642.755000', '193642.757000', '193642.760000', '193642.763000', '193642.765000', '193642.768000', '193642.771000', '193642.773000', '193642.776000', '193642.778000', '193642.781000', '193702.669000', '193702.672000', '193702.675000', '193702.678000', '193702.680000', '193702.683000', '193702.685000', '193702.688000', '193702.691000', '193702.693000', '193702.696000', '193702.699000', '193702.701000', '193702.704000', '193702.707000', '193702.709000', '193702.712000', '193702.714000', '193702.717000', '193702.720000', '193702.722000', '193702.725000', '193702.728000', '193702.730000', '193702.733000', '193702.736000', '193702.738000', '193702.741000', '193702.743000', '193702.746000', '193702.749000', '193702.751000', '193702.754000', '193702.757000', '193702.759000', '193702.762000', '193702.764000', '193702.767000', '193702.770000', '193702.772000', '193702.775000', '193702.777000', '193702.780000', '193722.670000', '193722.672000', '193722.675000', '193722.679000', '193722.681000', '193722.684000', '193722.686000', '193722.698000', '193722.701000', '193722.703000', '193722.706000', '193722.709000', '193722.711000', '193722.714000', '193722.716000', '193722.719000', '193722.722000', '193722.724000', '193722.727000', '193722.730000', '193722.732000', '193722.735000', '193722.738000', '193722.740000', '193722.743000', '193722.745000', '193722.748000', '193722.751000', '193722.753000', '193722.756000', '193722.758000', '193722.761000', '193722.763000', '193722.766000', '193722.769000', '193722.771000', '193722.774000', '193722.776000', '193722.779000', '193722.782000', '193722.784000', '193722.787000', '193722.789000', '193722.792000', '193742.670000', '193742.673000', '193742.675000', '193742.678000', '193742.680000', '193742.683000', '193742.686000', '193742.688000', '193742.691000', '193742.693000', '193742.696000', '193742.699000', '193742.701000', '193742.704000', '193742.706000', '193742.709000', '193742.711000', '193742.714000', '193742.717000', '193742.719000', '193742.722000', '193742.724000', '193742.727000', '193742.730000', '193742.732000', '193742.735000', '193742.737000', '193742.740000', '193742.743000', '193742.745000', '193742.748000', '193742.750000', '193742.753000', '193742.755000', '193742.758000', '193742.761000', '193742.763000', '193742.766000', '193742.769000', '193742.771000', '193742.774000', '193742.776000', '193742.779000', '193802.669000', '193802.672000', '193802.675000', '193802.678000', '193802.680000', '193802.683000', '193802.685000', '193802.688000', '193802.691000', '193802.693000', '193802.696000', '193802.698000', '193802.701000', '193802.703000', '193802.706000', '193802.709000', '193802.711000', '193802.714000', '193802.716000', '193802.719000', '193802.721000', '193802.724000', '193802.727000', '193802.729000', '193802.732000', '193802.734000', '193802.737000', '193802.739000', '193802.742000', '193802.745000', '193802.747000', '193802.750000', '193802.752000', '193802.755000', '193802.758000', '193802.760000', '193802.763000', '193802.765000', '193802.768000', '193802.770000', '193802.773000', '193802.776000', '193802.778000', '193822.670000', '193822.673000', '193822.676000', '193822.678000', '193822.681000', '193822.684000', '193822.686000', '193822.689000', '193822.691000', '193822.694000', '193822.696000', '193822.699000', '193822.701000', '193822.704000', '193822.707000', '193822.709000', '193822.712000', '193822.715000', '193822.717000', '193822.720000', '193822.722000', '193822.725000', '193822.728000', '193822.730000', '193822.733000', '193822.735000', '193822.738000', '193822.740000', '193822.743000', '193822.746000', '193822.748000', '193822.751000', '193822.753000', '193822.756000', '193822.758000', '193822.761000', '193822.764000', '193822.766000', '193822.769000', '193822.771000', '193822.774000', '193822.777000', '193822.779000', '193822.782000', '193842.670000', '193842.673000', '193842.676000', '193842.679000', '193842.681000', '193842.684000', '193842.686000', '193842.689000', '193842.692000', '193842.694000', '193842.697000', '193842.699000', '193842.702000', '193842.705000', '193842.707000', '193842.710000', '193842.712000', '193842.715000', '193842.719000', '193842.721000', '193842.724000', '193842.727000', '193842.729000', '193842.732000', '193842.735000', '193842.737000', '193842.740000', '193842.742000', '193842.745000', '193842.748000', '193842.750000', '193842.753000', '193842.756000', '193842.758000', '193842.761000', '193842.763000', '193842.766000', '193842.769000', '193842.771000', '193842.774000', '193842.776000', '193842.779000', '193842.782000', '193902.669000', '193902.672000', '193902.675000', '193902.689000', '193902.692000', '193902.695000', '193902.697000', '193902.700000', '193902.702000', '193902.705000', '193902.707000', '193902.710000', '193902.713000', '193902.715000', '193902.718000', '193902.721000', '193902.723000', '193902.726000', '193902.728000', '193902.731000', '193902.734000', '193902.736000', '193902.739000', '193902.742000', '193902.744000', '193902.747000', '193902.749000', '193902.752000', '193902.755000', '193902.757000', '193902.760000', '193902.762000', '193902.765000', '193902.768000', '193902.770000', '193902.773000', '193902.776000', '193902.778000', '193902.781000', '193902.783000', '193902.786000', '193902.788000', '193902.791000', '193902.794000', '193922.670000', '193922.672000', '193922.675000', '193922.678000', '193922.681000', '193922.684000', '193922.686000', '193922.689000', '193922.692000', '193922.694000', '193922.697000', '193922.699000', '193922.702000', '193922.705000', '193922.707000', '193922.710000', '193922.712000', '193922.715000', '193922.718000', '193922.720000', '193922.723000', '193922.725000', '193922.728000', '193922.731000', '193922.733000', '193922.736000', '193922.738000', '193922.741000', '193922.743000', '193922.746000', '193922.749000', '193922.751000', '193922.754000', '193922.756000', '193922.759000', '193922.761000', '193922.764000', '193922.767000', '193922.769000', '193922.772000', '193922.774000', '193922.777000', '193922.779000', '193942.670000', '193942.673000', '193942.675000', '193942.678000', '193942.680000', '193942.683000', '193942.686000', '193942.688000', '193942.691000', '193942.693000', '193942.696000', '193942.699000', '193942.701000', '193942.704000', '193942.706000', '193942.709000', '193942.712000', '193942.714000', '193942.717000', '193942.719000', '193942.722000', '193942.725000', '193942.727000', '193942.730000', '193942.732000', '193942.735000', '193942.738000', '193942.740000', '193942.743000', '193942.746000', '193942.748000', '193942.751000', '193942.753000', '193942.756000', '193942.759000', '193942.761000', '193942.764000', '193942.766000', '193942.769000', '193942.771000', '193942.774000', '193942.777000', '193942.779000', '193942.782000', '194002.669000', '194002.672000', '194002.675000', '194002.678000', '194002.680000', '194002.683000', '194002.685000', '194002.688000', '194002.690000', '194002.693000', '194002.696000', '194002.698000', '194002.701000', '194002.703000', '194002.706000', '194002.709000', '194002.712000', '194002.715000', '194002.718000', '194002.720000', '194002.723000', '194002.726000', '194002.728000', '194002.731000', '194002.733000', '194002.736000', '194002.738000', '194002.741000', '194002.744000', '194002.746000', '194002.749000', '194002.752000', '194002.754000', '194002.758000', '194002.761000', '194002.763000', '194002.766000', '194002.769000', '194002.771000', '194002.774000', '194002.776000', '194002.779000', '194002.782000', '194022.670000', '194022.672000', '194022.675000', '194022.678000', '194022.680000', '194022.683000', '194022.685000', '194022.688000', '194022.690000', '194022.693000', '194022.696000', '194022.698000', '194022.701000', '194022.703000', '194022.706000', '194022.709000', '194022.711000', '194022.714000', '194022.716000', '194022.719000', '194022.722000', '194022.724000', '194022.727000', '194022.729000', '194022.732000', '194022.735000', '194022.737000', '194022.740000', '194022.766000', '194022.769000', '194022.772000', '194022.774000', '194022.777000', '194022.779000', '194022.782000', '194022.785000', '194022.787000', '194022.790000', '194022.792000', '194022.795000', '194022.797000', '194022.800000', '194022.803000', '194022.805000', '194042.671000', '194042.673000', '194042.676000', '194042.679000', '194042.681000', '194042.684000', '194042.686000', '194042.689000', '194042.692000', '194042.694000', '194042.697000', '194042.699000', '194042.702000', '194042.705000', '194042.707000', '194042.710000', '194042.712000', '194042.715000', '194042.717000', '194042.720000', '194042.723000', '194042.725000', '194042.728000', '194042.730000', '194042.733000', '194042.735000', '194042.738000', '194042.741000', '194042.743000', '194042.746000', '194042.749000', '194042.751000', '194042.754000', '194042.756000', '194042.759000', '194042.761000', '194042.764000', '194042.767000', '194042.769000', '194042.772000', '194042.775000', '194042.778000', '194042.780000', '194102.671000', '194102.673000', '194102.676000', '194102.679000', '194102.681000', '194102.684000', '194102.686000', '194102.689000', '194102.691000', '194102.694000', '194102.697000', '194102.699000', '194102.702000', '194102.705000', '194102.707000', '194102.710000', '194102.712000', '194102.715000', '194102.717000', '194102.720000', '194102.723000', '194102.725000', '194102.728000', '194102.730000', '194102.733000', '194102.736000', '194102.738000', '194102.741000', '194102.744000', '194102.746000', '194102.749000', '194102.751000', '194102.754000', '194102.756000', '194102.759000', '194102.762000', '194102.764000', '194102.767000', '194102.769000', '194102.772000', '194102.775000', '194102.777000', '194102.780000', '194102.782000', '194122.670000', '194122.672000', '194122.675000', '194122.678000', '194122.680000', '194122.683000', '194122.685000', '194122.688000', '194122.690000', '194122.693000', '194122.696000', '194122.698000', '194122.701000', '194122.703000', '194122.706000', '194122.708000', '194122.711000', '194122.714000', '194122.716000', '194122.719000', '194122.721000', '194122.724000', '194122.726000', '194122.729000', '194122.731000', '194122.734000', '194122.737000', '194122.739000', '194122.742000', '194122.744000', '194122.747000', '194122.750000', '194122.752000', '194122.755000', '194122.757000', '194122.760000', '194122.763000', '194122.765000', '194122.768000', '194122.770000', '194122.773000', '194122.776000', '194122.778000', '194142.670000', '194142.672000', '194142.675000', '194142.678000', '194142.680000', '194142.683000', '194142.685000', '194142.688000', '194142.691000', '194142.693000', '194142.696000', '194142.698000', '194142.701000', '194142.704000', '194142.706000', '194142.709000', '194142.711000', '194142.714000', '194142.717000', '194142.719000', '194142.722000', '194142.724000', '194142.727000', '194142.729000', '194142.732000', '194142.746000', '194142.749000', '194142.751000', '194142.754000', '194142.756000', '194142.759000', '194142.762000', '194142.764000', '194142.767000', '194142.769000', '194142.772000', '194142.775000', '194142.777000', '194142.780000', '194142.782000', '194142.785000', '194142.788000', '194142.790000', '194142.793000', '194202.669000', '194202.672000', '194202.675000', '194202.678000', '194202.680000', '194202.683000', '194202.685000', '194202.688000', '194202.690000', '194202.693000', '194202.696000', '194202.698000', '194202.701000', '194202.703000', '194202.706000', '194202.709000', '194202.711000', '194202.714000', '194202.716000', '194202.719000', '194202.721000', '194202.724000', '194202.727000', '194202.729000', '194202.732000', '194202.734000', '194202.737000', '194202.740000', '194202.742000', '194202.745000', '194202.747000', '194202.750000', '194202.752000', '194202.755000', '194202.758000', '194202.760000', '194202.763000', '194202.765000', '194202.768000', '194202.771000', '194202.773000', '194202.776000', '194202.778000', '194209.661000', '194209.664000', '194209.666000', '194209.669000', '194209.672000', '194209.675000', '194209.677000', '194209.680000', '194209.682000', '194209.685000', '194209.688000', '194209.691000', '194209.694000', '194209.697000', '194209.700000', '194209.703000'], 'InstanceCreationTime': ['193542.722000', '193542.725000', '193542.728000', '193542.730000', '193542.740000', '193542.742000', '193542.745000', '193542.747000', '193542.750000', '193542.753000', '193542.755000', '193542.758000', '193542.760000', '193542.763000', '193542.765000', '193542.768000', '193542.770000', '193542.773000', '193542.775000', '193542.778000', '193542.781000', '193542.783000', '193542.793000', '193542.796000', '193542.798000', '193542.801000', '193542.803000', '193542.806000', '193542.809000', '193542.811000', '193602.670000', '193602.673000', '193602.676000', '193602.678000', '193602.681000', '193602.683000', '193602.686000', '193602.689000', '193602.691000', '193602.694000', '193602.696000', '193602.699000', '193602.702000', '193602.709000', '193602.712000', '193602.714000', '193602.717000', '193602.719000', '193602.722000', '193602.724000', '193602.727000', '193602.730000', '193602.732000', '193602.735000', '193602.737000', '193602.740000', '193602.742000', '193602.745000', '193602.748000', '193602.750000', '193602.753000', '193602.755000', '193602.758000', '193602.760000', '193602.763000', '193602.766000', '193602.768000', '193602.771000', '193602.773000', '193602.776000', '193602.778000', '193602.781000', '193602.783000', '193602.786000', '193622.670000', '193622.673000', '193622.676000', '193622.678000', '193622.681000', '193622.684000', '193622.686000', '193622.689000', '193622.691000', '193622.700000', '193622.703000', '193622.705000', '193622.708000', '193622.711000', '193622.713000', '193622.716000', '193622.718000', '193622.721000', '193622.723000', '193622.726000', '193622.728000', '193622.731000', '193622.734000', '193622.736000', '193622.739000', '193622.741000', '193622.744000', '193622.747000', '193622.749000', '193622.752000', '193622.754000', '193622.757000', '193622.759000', '193622.762000', '193622.764000', '193622.767000', '193622.770000', '193622.772000', '193622.775000', '193622.777000', '193622.780000', '193622.782000', '193622.785000', '193642.669000', '193642.672000', '193642.675000', '193642.678000', '193642.680000', '193642.683000', '193642.685000', '193642.688000', '193642.690000', '193642.693000', '193642.696000', '193642.698000', '193642.701000', '193642.703000', '193642.706000', '193642.709000', '193642.711000', '193642.714000', '193642.716000', '193642.719000', '193642.721000', '193642.724000', '193642.727000', '193642.729000', '193642.732000', '193642.734000', '193642.737000', '193642.740000', '193642.742000', '193642.745000', '193642.747000', '193642.750000', '193642.752000', '193642.755000', '193642.757000', '193642.760000', '193642.763000', '193642.765000', '193642.768000', '193642.771000', '193642.773000', '193642.776000', '193642.778000', '193642.781000', '193702.669000', '193702.672000', '193702.675000', '193702.678000', '193702.680000', '193702.683000', '193702.685000', '193702.688000', '193702.691000', '193702.693000', '193702.696000', '193702.699000', '193702.701000', '193702.704000', '193702.707000', '193702.709000', '193702.712000', '193702.714000', '193702.717000', '193702.720000', '193702.722000', '193702.725000', '193702.728000', '193702.730000', '193702.733000', '193702.736000', '193702.738000', '193702.741000', '193702.743000', '193702.746000', '193702.749000', '193702.751000', '193702.754000', '193702.757000', '193702.759000', '193702.762000', '193702.764000', '193702.767000', '193702.770000', '193702.772000', '193702.775000', '193702.777000', '193702.780000', '193722.670000', '193722.672000', '193722.675000', '193722.679000', '193722.681000', '193722.684000', '193722.686000', '193722.698000', '193722.701000', '193722.703000', '193722.706000', '193722.709000', '193722.711000', '193722.714000', '193722.716000', '193722.719000', '193722.722000', '193722.724000', '193722.727000', '193722.730000', '193722.732000', '193722.735000', '193722.738000', '193722.740000', '193722.743000', '193722.745000', '193722.748000', '193722.751000', '193722.753000', '193722.756000', '193722.758000', '193722.761000', '193722.763000', '193722.766000', '193722.769000', '193722.771000', '193722.774000', '193722.776000', '193722.779000', '193722.782000', '193722.784000', '193722.787000', '193722.789000', '193722.792000', '193742.670000', '193742.673000', '193742.675000', '193742.678000', '193742.680000', '193742.683000', '193742.686000', '193742.688000', '193742.691000', '193742.693000', '193742.696000', '193742.699000', '193742.701000', '193742.704000', '193742.706000', '193742.709000', '193742.711000', '193742.714000', '193742.717000', '193742.719000', '193742.722000', '193742.724000', '193742.727000', '193742.730000', '193742.732000', '193742.735000', '193742.737000', '193742.740000', '193742.743000', '193742.745000', '193742.748000', '193742.750000', '193742.753000', '193742.755000', '193742.758000', '193742.761000', '193742.763000', '193742.766000', '193742.769000', '193742.771000', '193742.774000', '193742.776000', '193742.779000', '193802.669000', '193802.672000', '193802.675000', '193802.678000', '193802.680000', '193802.683000', '193802.685000', '193802.688000', '193802.691000', '193802.693000', '193802.696000', '193802.698000', '193802.701000', '193802.703000', '193802.706000', '193802.709000', '193802.711000', '193802.714000', '193802.716000', '193802.719000', '193802.721000', '193802.724000', '193802.727000', '193802.729000', '193802.732000', '193802.734000', '193802.737000', '193802.739000', '193802.742000', '193802.745000', '193802.747000', '193802.750000', '193802.752000', '193802.755000', '193802.758000', '193802.760000', '193802.763000', '193802.765000', '193802.768000', '193802.770000', '193802.773000', '193802.776000', '193802.778000', '193822.670000', '193822.673000', '193822.676000', '193822.678000', '193822.681000', '193822.684000', '193822.686000', '193822.689000', '193822.691000', '193822.694000', '193822.696000', '193822.699000', '193822.701000', '193822.704000', '193822.707000', '193822.709000', '193822.712000', '193822.715000', '193822.717000', '193822.720000', '193822.722000', '193822.725000', '193822.728000', '193822.730000', '193822.733000', '193822.735000', '193822.738000', '193822.740000', '193822.743000', '193822.746000', '193822.748000', '193822.751000', '193822.753000', '193822.756000', '193822.758000', '193822.761000', '193822.764000', '193822.766000', '193822.769000', '193822.771000', '193822.774000', '193822.777000', '193822.779000', '193822.782000', '193842.670000', '193842.673000', '193842.676000', '193842.679000', '193842.681000', '193842.684000', '193842.686000', '193842.689000', '193842.692000', '193842.694000', '193842.697000', '193842.699000', '193842.702000', '193842.705000', '193842.707000', '193842.710000', '193842.712000', '193842.715000', '193842.719000', '193842.721000', '193842.724000', '193842.727000', '193842.729000', '193842.732000', '193842.735000', '193842.737000', '193842.740000', '193842.742000', '193842.745000', '193842.748000', '193842.750000', '193842.753000', '193842.756000', '193842.758000', '193842.761000', '193842.763000', '193842.766000', '193842.769000', '193842.771000', '193842.774000', '193842.776000', '193842.779000', '193842.782000', '193902.669000', '193902.672000', '193902.675000', '193902.689000', '193902.692000', '193902.695000', '193902.697000', '193902.700000', '193902.702000', '193902.705000', '193902.707000', '193902.710000', '193902.713000', '193902.715000', '193902.718000', '193902.721000', '193902.723000', '193902.726000', '193902.728000', '193902.731000', '193902.734000', '193902.736000', '193902.739000', '193902.742000', '193902.744000', '193902.747000', '193902.749000', '193902.752000', '193902.755000', '193902.757000', '193902.760000', '193902.762000', '193902.765000', '193902.768000', '193902.770000', '193902.773000', '193902.776000', '193902.778000', '193902.781000', '193902.783000', '193902.786000', '193902.788000', '193902.791000', '193902.794000', '193922.670000', '193922.672000', '193922.675000', '193922.678000', '193922.681000', '193922.684000', '193922.686000', '193922.689000', '193922.692000', '193922.694000', '193922.697000', '193922.699000', '193922.702000', '193922.705000', '193922.707000', '193922.710000', '193922.712000', '193922.715000', '193922.718000', '193922.720000', '193922.723000', '193922.725000', '193922.728000', '193922.731000', '193922.733000', '193922.736000', '193922.738000', '193922.741000', '193922.743000', '193922.746000', '193922.749000', '193922.751000', '193922.754000', '193922.756000', '193922.759000', '193922.761000', '193922.764000', '193922.767000', '193922.769000', '193922.772000', '193922.774000', '193922.777000', '193922.779000', '193942.670000', '193942.673000', '193942.675000', '193942.678000', '193942.680000', '193942.683000', '193942.686000', '193942.688000', '193942.691000', '193942.693000', '193942.696000', '193942.699000', '193942.701000', '193942.704000', '193942.706000', '193942.709000', '193942.712000', '193942.714000', '193942.717000', '193942.719000', '193942.722000', '193942.725000', '193942.727000', '193942.730000', '193942.732000', '193942.735000', '193942.738000', '193942.740000', '193942.743000', '193942.746000', '193942.748000', '193942.751000', '193942.753000', '193942.756000', '193942.759000', '193942.761000', '193942.764000', '193942.766000', '193942.769000', '193942.771000', '193942.774000', '193942.777000', '193942.779000', '193942.782000', '194002.669000', '194002.672000', '194002.675000', '194002.678000', '194002.680000', '194002.683000', '194002.685000', '194002.688000', '194002.690000', '194002.693000', '194002.696000', '194002.698000', '194002.701000', '194002.703000', '194002.706000', '194002.709000', '194002.712000', '194002.715000', '194002.718000', '194002.720000', '194002.723000', '194002.726000', '194002.728000', '194002.731000', '194002.733000', '194002.736000', '194002.738000', '194002.741000', '194002.744000', '194002.746000', '194002.749000', '194002.752000', '194002.754000', '194002.758000', '194002.761000', '194002.763000', '194002.766000', '194002.769000', '194002.771000', '194002.774000', '194002.776000', '194002.779000', '194002.782000', '194022.670000', '194022.672000', '194022.675000', '194022.678000', '194022.680000', '194022.683000', '194022.685000', '194022.688000', '194022.690000', '194022.693000', '194022.696000', '194022.698000', '194022.701000', '194022.703000', '194022.706000', '194022.709000', '194022.711000', '194022.714000', '194022.716000', '194022.719000', '194022.722000', '194022.724000', '194022.727000', '194022.729000', '194022.732000', '194022.735000', '194022.737000', '194022.740000', '194022.766000', '194022.769000', '194022.772000', '194022.774000', '194022.777000', '194022.779000', '194022.782000', '194022.785000', '194022.787000', '194022.790000', '194022.792000', '194022.795000', '194022.797000', '194022.800000', '194022.803000', '194022.805000', '194042.671000', '194042.673000', '194042.676000', '194042.679000', '194042.681000', '194042.684000', '194042.686000', '194042.689000', '194042.692000', '194042.694000', '194042.697000', '194042.699000', '194042.702000', '194042.705000', '194042.707000', '194042.710000', '194042.712000', '194042.715000', '194042.717000', '194042.720000', '194042.723000', '194042.725000', '194042.728000', '194042.730000', '194042.733000', '194042.735000', '194042.738000', '194042.741000', '194042.743000', '194042.746000', '194042.749000', '194042.751000', '194042.754000', '194042.756000', '194042.759000', '194042.761000', '194042.764000', '194042.767000', '194042.769000', '194042.772000', '194042.775000', '194042.778000', '194042.780000', '194102.671000', '194102.673000', '194102.676000', '194102.679000', '194102.681000', '194102.684000', '194102.686000', '194102.689000', '194102.691000', '194102.694000', '194102.697000', '194102.699000', '194102.702000', '194102.705000', '194102.707000', '194102.710000', '194102.712000', '194102.715000', '194102.717000', '194102.720000', '194102.723000', '194102.725000', '194102.728000', '194102.730000', '194102.733000', '194102.736000', '194102.738000', '194102.741000', '194102.744000', '194102.746000', '194102.749000', '194102.751000', '194102.754000', '194102.756000', '194102.759000', '194102.762000', '194102.764000', '194102.767000', '194102.769000', '194102.772000', '194102.775000', '194102.777000', '194102.780000', '194102.782000', '194122.670000', '194122.672000', '194122.675000', '194122.678000', '194122.680000', '194122.683000', '194122.685000', '194122.688000', '194122.690000', '194122.693000', '194122.696000', '194122.698000', '194122.701000', '194122.703000', '194122.706000', '194122.708000', '194122.711000', '194122.714000', '194122.716000', '194122.719000', '194122.721000', '194122.724000', '194122.726000', '194122.729000', '194122.731000', '194122.734000', '194122.737000', '194122.739000', '194122.742000', '194122.744000', '194122.747000', '194122.750000', '194122.752000', '194122.755000', '194122.757000', '194122.760000', '194122.763000', '194122.765000', '194122.768000', '194122.770000', '194122.773000', '194122.776000', '194122.778000', '194142.670000', '194142.672000', '194142.675000', '194142.678000', '194142.680000', '194142.683000', '194142.685000', '194142.688000', '194142.691000', '194142.693000', '194142.696000', '194142.698000', '194142.701000', '194142.704000', '194142.706000', '194142.709000', '194142.711000', '194142.714000', '194142.717000', '194142.719000', '194142.722000', '194142.724000', '194142.727000', '194142.729000', '194142.732000', '194142.746000', '194142.749000', '194142.751000', '194142.754000', '194142.756000', '194142.759000', '194142.762000', '194142.764000', '194142.767000', '194142.769000', '194142.772000', '194142.775000', '194142.777000', '194142.780000', '194142.782000', '194142.785000', '194142.788000', '194142.790000', '194142.793000', '194202.669000', '194202.672000', '194202.675000', '194202.678000', '194202.680000', '194202.683000', '194202.685000', '194202.688000', '194202.690000', '194202.693000', '194202.696000', '194202.698000', '194202.701000', '194202.703000', '194202.706000', '194202.709000', '194202.711000', '194202.714000', '194202.716000', '194202.719000', '194202.721000', '194202.724000', '194202.727000', '194202.729000', '194202.732000', '194202.734000', '194202.737000', '194202.740000', '194202.742000', '194202.745000', '194202.747000', '194202.750000', '194202.752000', '194202.755000', '194202.758000', '194202.760000', '194202.763000', '194202.765000', '194202.768000', '194202.771000', '194202.773000', '194202.776000', '194202.778000', '194209.661000', '194209.664000', '194209.666000', '194209.669000', '194209.672000', '194209.675000', '194209.677000', '194209.680000', '194209.682000', '194209.685000', '194209.688000', '194209.691000', '194209.694000', '194209.697000', '194209.700000', '194209.703000'], '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': [7396, 6722, 6883, 6765, 7246, 7493, 6752, 6927, 6652, 7038, 6658, 6503, 7267, 6746, 7397, 6366, 7211, 7145, 6364, 6856, 6744, 6863, 6552, 6541, 6969, 6392, 6937, 6692, 6445, 6545, 6492, 6949, 6726, 6320, 6565, 6757, 6578, 6805, 6915, 7178, 7610, 6587, 6888, 6461, 6139, 6562, 6469, 6546, 8021, 6510, 7054, 6516, 6677, 7347, 6680, 6708, 6664, 6345, 6412, 6252, 6970, 6992, 6410, 6418, 6756, 6720, 6962, 6440, 6990, 6537, 6884, 6678, 6779, 6791, 6574, 6731, 7609, 6653, 6514, 6791, 6684, 6336, 6299, 6662, 6678, 6415, 6490, 6358, 6664, 6634, 7954, 6664, 7127, 7005, 6738, 7524, 6797, 6701, 6665, 6573, 7531, 6826, 6449, 6773, 6823, 6652, 6844, 7298, 6650, 6935, 6726, 6824, 6920, 6668, 7018, 6939, 7396, 6958, 6997, 6796, 6574, 6793, 6985, 7581, 6980, 6843, 6940, 6669, 6797, 7015, 7925, 6919, 6863, 6942, 6701, 6847, 7084, 7007, 6809, 6615, 7135, 6352, 6449, 6804, 6897, 7773, 6703, 7899, 6444, 6860, 6181, 6835, 7579, 6767, 6690, 6416, 6627, 7306, 6713, 6415, 6449, 6617, 6212, 6513, 7297, 6567, 6764, 6470, 6709, 6062, 6797, 6947, 6874, 6587, 6201, 7016, 6231, 6805, 7433, 6543, 6955, 6283, 6901, 7820, 6853, 6928, 6724, 6768, 7655, 6963, 7429, 6774, 6873, 6528, 6586, 7798, 6885, 6716, 6425, 6932, 6897, 6932, 6531, 7017, 7806, 6680, 6837, 7404, 6992, 7241, 7422, 7843, 7184, 6962, 6953, 7185, 7290, 6802, 6849, 6392, 6744, 6407, 6833, 6215, 6858, 8052, 6932, 7122, 6639, 6638, 6311, 6985, 8257, 6896, 7171, 6476, 6515, 6466, 6651, 7739, 6890, 6885, 6580, 6597, 6507, 6853, 8031, 6810, 7042, 6915, 6618, 6649, 6855, 6090, 6906, 7206, 6892, 6950, 6765, 7062, 6626, 6569, 6744, 6336, 6769, 5961, 6841, 8442, 6500, 6825, 6477, 6653, 7729, 6866, 7090, 6127, 6644, 6253, 6637, 7339, 6405, 6490, 6713, 6637, 6973, 6788, 7031, 6436, 6596, 6182, 6808, 6141, 6738, 7911, 6847, 6671, 6570, 7070, 6808, 6776, 7143, 7190, 7448, 7046, 7221, 6650, 6928, 7750, 7549, 7060, 7303, 7140, 7298, 7167, 6885, 7398, 6868, 7408, 7488, 7707, 7301, 6872, 7214, 7328, 6824, 7064, 6850, 7433, 7024, 7128, 7003, 7057, 7245, 6900, 7217, 6970, 6773, 7087, 6314, 7441, 7301, 7138, 7127, 7198, 7371, 8196, 7313, 6797, 6950, 7106, 7196, 7149, 6783, 7443, 6904, 7375, 7002, 7768, 7017, 7678, 6841, 6546, 6941, 7167, 7200, 6871, 7740, 6959, 6885, 8770, 6933, 6980, 7185, 7106, 6610, 7150, 7177, 7408, 6903, 7001, 7013, 6622, 6921, 6301, 6759, 6758, 6800, 6598, 7322, 6765, 6956, 8736, 6864, 7219, 6972, 6871, 6596, 6709, 8024, 6913, 7183, 6946, 6826, 7118, 7089, 7359, 7100, 6993, 6525, 7157, 6887, 6989, 7202, 6506, 7124, 7915, 7235, 6700, 7533, 7250, 7151, 7653, 7418, 7574, 6594, 7697, 6781, 7197, 6922, 6264, 6582, 7230, 6768, 5903, 6904, 6522, 7525, 6707, 8091, 6423, 6756, 6444, 6879, 8021, 6658, 6835, 6524, 6754, 6432, 6979, 6801, 6789, 6325, 6491, 6471, 5965, 6369, 6572, 6413, 6300, 6723, 7761, 6579, 6590, 6624, 6302, 7561, 6728, 7103, 6311, 6549, 6687, 6797, 6383, 7034, 7651, 6819, 6829, 7071, 7103, 7434, 7118, 6696, 7047, 6909, 6723, 6785, 7092, 6646, 6826, 6893, 6738, 6894, 7010, 6859, 7188, 6839, 6899, 6997, 7145, 6845, 6787, 7177, 6918, 7251, 6851, 6853, 6876, 7055, 7091, 6635, 7486, 6607, 7145, 6757, 6815, 7198, 7103, 6910, 6784, 6827, 7121, 6424, 7212, 7986, 7188, 7402, 8614, 7595, 7092, 7117, 7123, 7564, 7191, 6922, 6717, 6956, 7789, 7227, 7088, 7334, 7088, 6609, 7039, 7195, 7069, 7065, 7316, 7279, 7666, 6979, 7365, 7241, 7297, 7412, 7008, 7049, 7485, 7701, 7385, 7147, 7297, 7204, 7489, 7291, 7338, 7288, 7307, 7199, 7484, 7299, 7179, 6906, 6782, 6732, 7003, 7693, 6906, 6870, 6725, 7214, 7637, 6935, 6803, 6763, 6886, 6453, 6946, 6606, 6694, 6672, 6880, 6893, 6341, 7041, 7555, 6945, 7101, 9213, 6659, 6978, 7054, 7021, 7742, 6697, 6784, 6899, 6566, 6836, 6723, 6496, 6637, 6968, 6954, 6755, 6447, 6557, 7679, 6779, 6753, 6744, 7011, 6989, 7065, 7088, 6531, 6734, 7077, 7342, 6581, 6953, 6285, 6635, 6476, 6549, 7310, 6509, 7067, 7280, 7315, 6989, 8853, 7332, 6954, 7032, 7158, 7828, 7037, 6659, 6732, 6743, 7135, 7197, 6943, 6934, 7488, 7096, 6875, 7176, 7229, 6750, 6886, 8099, 6604, 6800, 6964, 7077, 7000, 7086, 7206, 6721, 7041, 7038, 6824, 6813, 6958, 6468, 6976, 7772, 6853, 7025, 6754, 6912, 6601, 7020, 7444, 7397, 7265, 7042, 7063, 7132, 7327, 7052, 7438, 6862, 7050, 8007, 7109, 7160, 6391, 7022, 6474, 6977, 7628, 6914, 7115, 6691, 7083, 6281, 7123, 6823, 7078, 6782, 7151, 7001, 6734, 6836, 6237, 6775, 8090, 7182, 6920, 6400, 6868, 6464, 7190, 7702, 6917, 6550, 6667, 6762, 7668, 7195, 7016, 6994, 6871, 6715, 6993, 7735, 6812, 6902, 6356, 6830, 6598, 6948, 6541, 7122, 8082, 7198, 7284, 7089, 6863, 7036, 6960, 8336, 7272, 7156, 7177, 7286, 7011, 7400, 6958, 7434, 7763, 7214, 7265, 6743, 7294, 6510, 7116, 7938, 7227, 7170, 6667, 7045, 6583, 7069, 7075, 6973, 7164, 6753, 7000, 6345, 7007, 7417, 7009, 6796, 6627, 7048, 6851, 7090, 6939, 7421, 7783, 6901, 6977, 7043, 7072, 6643, 6900, 6646, 7312, 7728, 6839, 6850, 6750, 7175, 6602, 7089, 6669, 7153, 7686, 6783, 7079, 6822, 7086, 7142, 7263, 7022, 6981, 7279, 6769, 7204, 6483, 7152, 7124, 6952, 7382, 7302, 6989, 6782, 7119, 6684, 7038, 6803, 7015, 6869, 7159, 6973, 7376, 7023, 7465, 7067, 6379, 7388, 7112, 7346, 7400, 8016, 6853, 7028, 6797, 7028, 8952, 6943, 7363, 6972, 6974, 6834, 7316, 7267, 7112, 7694, 6978, 7363, 7377, 7068, 6958, 6969, 6841, 7248, 6639], 'WindowCenter': [3633.0, 3611.0, 3609.0, 3596.0, 3620.0, 3602.0, 3579.0, 3576.0, 3580.0, 3588.0, 3566.0, 3567.0, 3575.0, 3564.0, 3577.0, 3566.0, 3601.0, 3592.0, 3568.0, 3567.0, 3564.0, 3564.0, 3553.0, 3566.0, 3574.0, 3565.0, 3620.0, 3596.0, 3579.0, 3565.0, 3567.0, 3573.0, 3591.0, 3598.0, 3578.0, 3567.0, 3565.0, 3570.0, 3576.0, 3577.0, 3574.0, 3579.0, 3579.0, 3567.0, 3565.0, 3577.0, 3567.0, 3579.0, 3592.0, 3566.0, 3579.0, 3565.0, 3563.0, 3561.0, 3552.0, 3565.0, 3563.0, 3564.0, 3554.0, 3566.0, 3565.0, 3573.0, 3561.0, 3563.0, 3565.0, 3564.0, 3577.0, 3569.0, 3578.0, 3567.0, 3577.0, 3569.0, 3565.0, 3577.0, 3566.0, 3577.0, 3591.0, 3577.0, 3571.0, 3565.0, 3578.0, 3569.0, 3566.0, 3565.0, 3565.0, 3569.0, 3567.0, 3567.0, 3567.0, 3581.0, 3601.0, 3580.0, 3578.0, 3581.0, 3564.0, 3587.0, 3565.0, 3569.0, 3575.0, 3575.0, 3574.0, 3577.0, 3564.0, 3577.0, 3579.0, 3575.0, 3578.0, 3580.0, 3576.0, 3578.0, 3578.0, 3582.0, 3578.0, 3581.0, 3575.0, 3578.0, 3588.0, 3589.0, 3589.0, 3577.0, 3575.0, 3576.0, 3577.0, 3590.0, 3576.0, 3580.0, 3576.0, 3577.0, 3577.0, 3578.0, 3586.0, 3576.0, 3579.0, 3575.0, 3577.0, 3578.0, 3577.0, 3579.0, 3577.0, 3580.0, 3578.0, 3577.0, 3579.0, 3591.0, 3603.0, 3602.0, 3591.0, 3601.0, 3567.0, 3579.0, 3567.0, 3577.0, 3589.0, 3568.0, 3581.0, 3566.0, 3581.0, 3591.0, 3577.0, 3563.0, 3566.0, 3576.0, 3567.0, 3578.0, 3589.0, 3578.0, 3581.0, 3579.0, 3580.0, 3585.0, 3592.0, 3588.0, 3576.0, 3575.0, 3568.0, 3590.0, 3571.0, 3578.0, 3591.0, 3565.0, 3591.0, 3578.0, 3589.0, 3589.0, 3578.0, 3593.0, 3579.0, 3578.0, 3590.0, 3578.0, 3586.0, 3578.0, 3575.0, 3566.0, 3578.0, 3587.0, 3577.0, 3580.0, 3579.0, 3592.0, 3589.0, 3589.0, 3583.0, 3590.0, 3588.0, 3577.0, 3576.0, 3574.0, 3590.0, 3576.0, 3589.0, 3587.0, 3576.0, 3577.0, 3574.0, 3577.0, 3591.0, 3579.0, 3573.0, 3567.0, 3578.0, 3568.0, 3574.0, 3568.0, 3589.0, 3597.0, 3587.0, 3586.0, 3576.0, 3581.0, 3568.0, 3575.0, 3596.0, 3575.0, 3579.0, 3561.0, 3567.0, 3565.0, 3576.0, 3584.0, 3575.0, 3576.0, 3567.0, 3567.0, 3565.0, 3573.0, 3588.0, 3576.0, 3575.0, 3589.0, 3590.0, 3574.0, 3576.0, 3565.0, 3591.0, 3588.0, 3585.0, 3587.0, 3582.0, 3591.0, 3591.0, 3592.0, 3586.0, 3577.0, 3592.0, 3578.0, 3590.0, 3602.0, 3566.0, 3579.0, 3567.0, 3573.0, 3584.0, 3575.0, 3570.0, 3551.0, 3575.0, 3566.0, 3573.0, 3578.0, 3563.0, 3566.0, 3562.0, 3563.0, 3574.0, 3574.0, 3577.0, 3562.0, 3577.0, 3563.0, 3579.0, 3568.0, 3576.0, 3597.0, 3577.0, 3579.0, 3577.0, 3589.0, 3577.0, 3582.0, 3581.0, 3591.0, 3587.0, 3588.0, 3588.0, 3576.0, 3578.0, 3588.0, 3598.0, 3578.0, 3586.0, 3578.0, 3575.0, 3577.0, 3577.0, 3586.0, 3577.0, 3586.0, 3589.0, 3586.0, 3575.0, 3577.0, 3579.0, 3588.0, 3565.0, 3576.0, 3573.0, 3586.0, 3591.0, 3575.0, 3590.0, 3591.0, 3589.0, 3579.0, 3585.0, 3579.0, 3577.0, 3588.0, 3579.0, 3587.0, 3587.0, 3589.0, 3591.0, 3576.0, 3589.0, 3596.0, 3587.0, 3578.0, 3587.0, 3579.0, 3575.0, 3576.0, 3576.0, 3588.0, 3589.0, 3590.0, 3590.0, 3600.0, 3593.0, 3601.0, 3581.0, 3579.0, 3588.0, 3592.0, 3590.0, 3592.0, 3607.0, 3591.0, 3592.0, 3600.0, 3578.0, 3579.0, 3575.0, 3575.0, 3579.0, 3575.0, 3573.0, 3586.0, 3579.0, 3579.0, 3589.0, 3579.0, 3578.0, 3569.0, 3594.0, 3593.0, 3595.0, 3592.0, 3604.0, 3591.0, 3592.0, 3611.0, 3578.0, 3593.0, 3578.0, 3577.0, 3577.0, 3576.0, 3584.0, 3575.0, 3582.0, 3575.0, 3576.0, 3587.0, 3576.0, 3591.0, 3574.0, 3587.0, 3565.0, 3577.0, 3574.0, 3577.0, 3588.0, 3569.0, 3576.0, 3600.0, 3587.0, 3573.0, 3586.0, 3590.0, 3585.0, 3600.0, 3587.0, 3586.0, 3576.0, 3598.0, 3578.0, 3589.0, 3585.0, 3576.0, 3588.0, 3584.0, 3580.0, 3555.0, 3588.0, 3592.0, 3601.0, 3592.0, 3603.0, 3579.0, 3589.0, 3576.0, 3577.0, 3588.0, 3573.0, 3578.0, 3596.0, 3592.0, 3567.0, 3589.0, 3590.0, 3620.0, 3611.0, 3594.0, 3580.0, 3581.0, 3578.0, 3577.0, 3578.0, 3567.0, 3578.0, 3589.0, 3579.0, 3581.0, 3578.0, 3579.0, 3592.0, 3577.0, 3574.0, 3566.0, 3581.0, 3576.0, 3578.0, 3567.0, 3588.0, 3599.0, 3576.0, 3582.0, 3575.0, 3577.0, 3586.0, 3575.0, 3563.0, 3574.0, 3575.0, 3563.0, 3562.0, 3572.0, 3564.0, 3565.0, 3573.0, 3575.0, 3574.0, 3576.0, 3576.0, 3575.0, 3576.0, 3576.0, 3576.0, 3576.0, 3578.0, 3577.0, 3576.0, 3592.0, 3588.0, 3577.0, 3577.0, 3579.0, 3589.0, 3589.0, 3578.0, 3587.0, 3579.0, 3592.0, 3591.0, 3580.0, 3578.0, 3577.0, 3577.0, 3565.0, 3569.0, 3579.0, 3582.0, 3604.0, 3629.0, 3593.0, 3602.0, 3612.0, 3589.0, 3590.0, 3581.0, 3588.0, 3590.0, 3577.0, 3576.0, 3567.0, 3575.0, 3571.0, 3572.0, 3564.0, 3574.0, 3563.0, 3564.0, 3563.0, 3563.0, 3561.0, 3561.0, 3559.0, 3573.0, 3574.0, 3562.0, 3563.0, 3559.0, 3560.0, 3561.0, 3561.0, 3560.0, 3573.0, 3571.0, 3573.0, 3564.0, 3572.0, 3575.0, 3572.0, 3576.0, 3574.0, 3587.0, 3574.0, 3576.0, 3577.0, 3584.0, 3578.0, 3575.0, 3576.0, 3567.0, 3573.0, 3588.0, 3575.0, 3566.0, 3561.0, 3584.0, 3583.0, 3587.0, 3607.0, 3591.0, 3590.0, 3565.0, 3591.0, 3594.0, 3591.0, 3593.0, 3606.0, 3603.0, 3595.0, 3604.0, 3620.0, 3602.0, 3590.0, 3610.0, 3578.0, 3580.0, 3578.0, 3576.0, 3584.0, 3580.0, 3574.0, 3578.0, 3605.0, 3573.0, 3577.0, 3572.0, 3578.0, 3592.0, 3586.0, 3587.0, 3577.0, 3577.0, 3597.0, 3577.0, 3586.0, 3587.0, 3588.0, 3590.0, 3588.0, 3590.0, 3576.0, 3581.0, 3576.0, 3586.0, 3580.0, 3575.0, 3565.0, 3578.0, 3583.0, 3581.0, 3603.0, 3596.0, 3604.0, 3614.0, 3602.0, 3590.0, 3609.0, 3588.0, 3590.0, 3578.0, 3576.0, 3590.0, 3575.0, 3570.0, 3580.0, 3579.0, 3579.0, 3576.0, 3589.0, 3587.0, 3586.0, 3589.0, 3580.0, 3577.0, 3588.0, 3575.0, 3588.0, 3585.0, 3576.0, 3574.0, 3575.0, 3577.0, 3591.0, 3602.0, 3588.0, 3587.0, 3575.0, 3573.0, 3582.0, 3576.0, 3587.0, 3576.0, 3587.0, 3598.0, 3576.0, 3587.0, 3577.0, 3590.0, 3575.0, 3587.0, 3590.0, 3587.0, 3585.0, 3587.0, 3581.0, 3576.0, 3590.0, 3576.0, 3586.0, 3579.0, 3587.0, 3585.0, 3575.0, 3577.0, 3566.0, 3576.0, 3568.0, 3576.0, 3583.0, 3575.0, 3578.0, 3575.0, 3574.0, 3568.0, 3574.0, 3575.0, 3589.0, 3573.0, 3586.0, 3590.0, 3575.0, 3579.0, 3569.0, 3577.0, 3598.0, 3575.0, 3574.0, 3566.0, 3577.0, 3569.0, 3575.0, 3590.0, 3576.0, 3567.0, 3573.0, 3574.0, 3585.0, 3573.0, 3579.0, 3574.0, 3575.0, 3576.0, 3575.0, 3585.0, 3575.0, 3577.0, 3564.0, 3579.0, 3573.0, 3592.0, 3579.0, 3587.0, 3597.0, 3588.0, 3591.0, 3587.0, 3580.0, 3575.0, 3576.0, 3594.0, 3586.0, 3573.0, 3575.0, 3589.0, 3575.0, 3585.0, 3579.0, 3586.0, 3584.0, 3585.0, 3582.0, 3574.0, 3586.0, 3566.0, 3575.0, 3586.0, 3586.0, 3573.0, 3564.0, 3575.0, 3574.0, 3574.0, 3576.0, 3574.0, 3579.0, 3575.0, 3589.0, 3564.0, 3586.0, 3586.0, 3588.0, 3580.0, 3578.0, 3585.0, 3578.0, 3588.0, 3588.0, 3587.0, 3599.0, 3587.0, 3577.0, 3577.0, 3592.0, 3577.0, 3587.0, 3581.0, 3590.0, 3591.0, 3577.0, 3573.0, 3576.0, 3580.0, 3579.0, 3587.0, 3578.0, 3589.0, 3585.0, 3576.0, 3591.0, 3576.0, 3587.0, 3578.0, 3586.0, 3578.0, 3587.0, 3590.0, 3574.0, 3591.0, 3576.0, 3587.0, 3590.0, 3587.0, 3591.0, 3586.0, 3585.0, 3576.0, 3589.0, 3576.0, 3587.0, 3577.0, 3587.0, 3581.0, 3587.0, 3590.0, 3588.0, 3590.0, 3590.0, 3592.0, 3581.0, 3598.0, 3604.0, 3600.0, 3602.0, 3616.0, 3591.0, 3594.0, 3577.0, 3577.0, 3600.0, 3575.0, 3576.0, 3578.0, 3577.0, 3579.0, 3589.0, 3587.0, 3575.0, 3582.0, 3577.0, 3578.0, 3574.0, 3578.0, 3576.0, 3573.0, 3574.0, 3586.0, 3587.0], 'WindowWidth': [8231.0, 8192.0, 8183.0, 8161.0, 8201.0, 8163.0, 8123.0, 8117.0, 8125.0, 8135.0, 8099.0, 8102.0, 8110.0, 8094.0, 8116.0, 8100.0, 8159.0, 8144.0, 8105.0, 8100.0, 8091.0, 8094.0, 8077.0, 8098.0, 8106.0, 8098.0, 8197.0, 8158.0, 8124.0, 8100.0, 8105.0, 8105.0, 8142.0, 8163.0, 8121.0, 8101.0, 8097.0, 8109.0, 8111.0, 8115.0, 8109.0, 8123.0, 8117.0, 8103.0, 8099.0, 8117.0, 8104.0, 8124.0, 8139.0, 8100.0, 8118.0, 8094.0, 8090.0, 8082.0, 8071.0, 8094.0, 8089.0, 8093.0, 8079.0, 8100.0, 8095.0, 8105.0, 8088.0, 8092.0, 8096.0, 8093.0, 8117.0, 8107.0, 8118.0, 8103.0, 8115.0, 8107.0, 8096.0, 8114.0, 8098.0, 8117.0, 8139.0, 8114.0, 8114.0, 8098.0, 8118.0, 8106.0, 8101.0, 8098.0, 8097.0, 8108.0, 8104.0, 8103.0, 8101.0, 8129.0, 8158.0, 8126.0, 8120.0, 8125.0, 8096.0, 8127.0, 8097.0, 8105.0, 8112.0, 8111.0, 8106.0, 8116.0, 8096.0, 8116.0, 8121.0, 8110.0, 8121.0, 8122.0, 8115.0, 8118.0, 8122.0, 8129.0, 8120.0, 8125.0, 8110.0, 8120.0, 8132.0, 8137.0, 8137.0, 8117.0, 8113.0, 8113.0, 8118.0, 8136.0, 8113.0, 8124.0, 8114.0, 8117.0, 8116.0, 8119.0, 8127.0, 8113.0, 8121.0, 8112.0, 8117.0, 8118.0, 8114.0, 8119.0, 8117.0, 8123.0, 8116.0, 8120.0, 8126.0, 8144.0, 8163.0, 8159.0, 8144.0, 8155.0, 8103.0, 8121.0, 8104.0, 8117.0, 8132.0, 8104.0, 8124.0, 8101.0, 8127.0, 8139.0, 8115.0, 8095.0, 8101.0, 8115.0, 8104.0, 8121.0, 8133.0, 8120.0, 8127.0, 8122.0, 8126.0, 8141.0, 8148.0, 8137.0, 8112.0, 8111.0, 8108.0, 8139.0, 8115.0, 8120.0, 8140.0, 8101.0, 8142.0, 8121.0, 8138.0, 8135.0, 8120.0, 8144.0, 8122.0, 8122.0, 8136.0, 8119.0, 8128.0, 8118.0, 8112.0, 8099.0, 8119.0, 8130.0, 8116.0, 8123.0, 8121.0, 8142.0, 8136.0, 8137.0, 8133.0, 8139.0, 8133.0, 8116.0, 8114.0, 8108.0, 8139.0, 8113.0, 8134.0, 8129.0, 8114.0, 8115.0, 8107.0, 8116.0, 8141.0, 8123.0, 8109.0, 8103.0, 8120.0, 8106.0, 8113.0, 8107.0, 8137.0, 8143.0, 8133.0, 8129.0, 8118.0, 8127.0, 8105.0, 8114.0, 8141.0, 8113.0, 8120.0, 8089.0, 8104.0, 8097.0, 8113.0, 8121.0, 8111.0, 8112.0, 8100.0, 8101.0, 8097.0, 8108.0, 8129.0, 8114.0, 8109.0, 8136.0, 8139.0, 8111.0, 8117.0, 8100.0, 8141.0, 8133.0, 8127.0, 8131.0, 8128.0, 8140.0, 8144.0, 8145.0, 8133.0, 8123.0, 8148.0, 8123.0, 8140.0, 8156.0, 8101.0, 8122.0, 8100.0, 8107.0, 8122.0, 8111.0, 8102.0, 8076.0, 8110.0, 8098.0, 8107.0, 8117.0, 8093.0, 8100.0, 8090.0, 8093.0, 8109.0, 8108.0, 8115.0, 8092.0, 8117.0, 8094.0, 8124.0, 8108.0, 8118.0, 8146.0, 8120.0, 8122.0, 8120.0, 8137.0, 8119.0, 8131.0, 8126.0, 8141.0, 8130.0, 8134.0, 8132.0, 8114.0, 8119.0, 8131.0, 8147.0, 8119.0, 8127.0, 8120.0, 8112.0, 8116.0, 8115.0, 8128.0, 8117.0, 8127.0, 8134.0, 8126.0, 8112.0, 8116.0, 8118.0, 8132.0, 8097.0, 8113.0, 8107.0, 8130.0, 8143.0, 8114.0, 8141.0, 8140.0, 8136.0, 8121.0, 8126.0, 8121.0, 8117.0, 8136.0, 8124.0, 8133.0, 8132.0, 8135.0, 8140.0, 8116.0, 8135.0, 8140.0, 8130.0, 8120.0, 8130.0, 8123.0, 8111.0, 8116.0, 8114.0, 8135.0, 8138.0, 8139.0, 8139.0, 8153.0, 8147.0, 8155.0, 8128.0, 8124.0, 8136.0, 8146.0, 8141.0, 8147.0, 8172.0, 8141.0, 8144.0, 8151.0, 8117.0, 8120.0, 8110.0, 8113.0, 8121.0, 8112.0, 8108.0, 8127.0, 8122.0, 8120.0, 8135.0, 8121.0, 8118.0, 8107.0, 8150.0, 8152.0, 8155.0, 8149.0, 8168.0, 8143.0, 8146.0, 8168.0, 8120.0, 8143.0, 8120.0, 8118.0, 8119.0, 8116.0, 8123.0, 8112.0, 8127.0, 8113.0, 8117.0, 8131.0, 8114.0, 8138.0, 8110.0, 8131.0, 8100.0, 8118.0, 8112.0, 8117.0, 8133.0, 8108.0, 8115.0, 8151.0, 8129.0, 8108.0, 8127.0, 8138.0, 8126.0, 8151.0, 8130.0, 8129.0, 8116.0, 8147.0, 8122.0, 8140.0, 8131.0, 8119.0, 8135.0, 8125.0, 8127.0, 8086.0, 8135.0, 8149.0, 8157.0, 8146.0, 8161.0, 8124.0, 8139.0, 8117.0, 8118.0, 8131.0, 8106.0, 8122.0, 8158.0, 8145.0, 8104.0, 8139.0, 8146.0, 8202.0, 8190.0, 8155.0, 8128.0, 8131.0, 8121.0, 8117.0, 8121.0, 8104.0, 8121.0, 8135.0, 8123.0, 8129.0, 8122.0, 8124.0, 8141.0, 8117.0, 8111.0, 8102.0, 8127.0, 8115.0, 8122.0, 8103.0, 8136.0, 8150.0, 8116.0, 8128.0, 8110.0, 8114.0, 8127.0, 8111.0, 8094.0, 8107.0, 8110.0, 8093.0, 8090.0, 8104.0, 8094.0, 8098.0, 8105.0, 8112.0, 8109.0, 8114.0, 8114.0, 8111.0, 8115.0, 8113.0, 8115.0, 8115.0, 8119.0, 8115.0, 8115.0, 8145.0, 8132.0, 8120.0, 8118.0, 8124.0, 8136.0, 8136.0, 8121.0, 8129.0, 8125.0, 8147.0, 8142.0, 8125.0, 8118.0, 8115.0, 8116.0, 8097.0, 8106.0, 8121.0, 8134.0, 8167.0, 8206.0, 8149.0, 8158.0, 8169.0, 8135.0, 8140.0, 8127.0, 8134.0, 8138.0, 8116.0, 8115.0, 8101.0, 8110.0, 8100.0, 8100.0, 8091.0, 8104.0, 8090.0, 8092.0, 8088.0, 8089.0, 8082.0, 8085.0, 8079.0, 8102.0, 8102.0, 8086.0, 8088.0, 8080.0, 8082.0, 8084.0, 8085.0, 8082.0, 8104.0, 8099.0, 8103.0, 8093.0, 8102.0, 8108.0, 8102.0, 8111.0, 8106.0, 8129.0, 8110.0, 8114.0, 8115.0, 8124.0, 8117.0, 8111.0, 8115.0, 8101.0, 8106.0, 8130.0, 8110.0, 8100.0, 8088.0, 8123.0, 8120.0, 8131.0, 8176.0, 8145.0, 8138.0, 8098.0, 8142.0, 8149.0, 8146.0, 8148.0, 8172.0, 8161.0, 8155.0, 8168.0, 8196.0, 8159.0, 8142.0, 8165.0, 8119.0, 8122.0, 8117.0, 8115.0, 8123.0, 8123.0, 8111.0, 8121.0, 8170.0, 8110.0, 8118.0, 8108.0, 8119.0, 8142.0, 8128.0, 8134.0, 8121.0, 8122.0, 8144.0, 8121.0, 8133.0, 8135.0, 8137.0, 8139.0, 8134.0, 8138.0, 8118.0, 8128.0, 8113.0, 8130.0, 8122.0, 8112.0, 8100.0, 8119.0, 8132.0, 8131.0, 8165.0, 8159.0, 8168.0, 8181.0, 8160.0, 8142.0, 8163.0, 8134.0, 8138.0, 8117.0, 8114.0, 8135.0, 8111.0, 8102.0, 8122.0, 8120.0, 8119.0, 8116.0, 8135.0, 8132.0, 8130.0, 8135.0, 8125.0, 8117.0, 8134.0, 8114.0, 8134.0, 8127.0, 8116.0, 8112.0, 8112.0, 8118.0, 8145.0, 8161.0, 8134.0, 8134.0, 8114.0, 8109.0, 8128.0, 8115.0, 8131.0, 8117.0, 8135.0, 8148.0, 8116.0, 8132.0, 8117.0, 8139.0, 8114.0, 8132.0, 8139.0, 8132.0, 8126.0, 8132.0, 8127.0, 8116.0, 8137.0, 8114.0, 8130.0, 8123.0, 8131.0, 8126.0, 8113.0, 8117.0, 8103.0, 8116.0, 8105.0, 8116.0, 8121.0, 8113.0, 8119.0, 8111.0, 8112.0, 8106.0, 8111.0, 8112.0, 8135.0, 8110.0, 8128.0, 8139.0, 8114.0, 8124.0, 8111.0, 8119.0, 8147.0, 8114.0, 8111.0, 8102.0, 8119.0, 8107.0, 8112.0, 8137.0, 8114.0, 8104.0, 8108.0, 8110.0, 8125.0, 8109.0, 8120.0, 8111.0, 8113.0, 8114.0, 8113.0, 8125.0, 8115.0, 8117.0, 8098.0, 8121.0, 8109.0, 8142.0, 8122.0, 8135.0, 8146.0, 8134.0, 8140.0, 8131.0, 8125.0, 8113.0, 8115.0, 8135.0, 8127.0, 8108.0, 8111.0, 8134.0, 8111.0, 8126.0, 8120.0, 8129.0, 8124.0, 8128.0, 8121.0, 8111.0, 8129.0, 8101.0, 8114.0, 8129.0, 8126.0, 8108.0, 8095.0, 8112.0, 8109.0, 8110.0, 8115.0, 8112.0, 8122.0, 8111.0, 8136.0, 8099.0, 8130.0, 8129.0, 8133.0, 8125.0, 8121.0, 8129.0, 8121.0, 8136.0, 8134.0, 8134.0, 8149.0, 8132.0, 8119.0, 8118.0, 8142.0, 8117.0, 8134.0, 8128.0, 8139.0, 8142.0, 8119.0, 8110.0, 8115.0, 8123.0, 8122.0, 8132.0, 8123.0, 8139.0, 8128.0, 8116.0, 8142.0, 8116.0, 8132.0, 8118.0, 8129.0, 8119.0, 8131.0, 8137.0, 8110.0, 8139.0, 8116.0, 8133.0, 8139.0, 8132.0, 8140.0, 8130.0, 8129.0, 8117.0, 8135.0, 8114.0, 8132.0, 8116.0, 8131.0, 8129.0, 8134.0, 8139.0, 8134.0, 8139.0, 8139.0, 8143.0, 8128.0, 8152.0, 8166.0, 8156.0, 8162.0, 8185.0, 8144.0, 8151.0, 8119.0, 8117.0, 8149.0, 8112.0, 8114.0, 8118.0, 8117.0, 8118.0, 8133.0, 8130.0, 8112.0, 8119.0, 8115.0, 8118.0, 8108.0, 8115.0, 8111.0, 8108.0, 8109.0, 8130.0, 8134.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.002401104718066744</td></tr>
<tr><td colspan=3>aqi</td><td>0.027648754545454547</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.20725597437792</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1949011408525343</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0377573486405525</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5206.3813</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10995639396494113</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.940161104718067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4168199986974916</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2830514001132673</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690390117674283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.277018478304925</td></tr>
<tr><td colspan=3>gcor</td><td>0.00763893</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016622601076960564</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024264298379421234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.772785624173915</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>32.733</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1578</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305274.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>600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.9263</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.5669</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2821.5067</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.4279</td></tr>
<tr><td colspan=3>tsnr</td><td>34.75576188089326</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>