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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0129_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0129_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-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-01/func/sub-0129_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0dd52eecad284be45881d4c9687e6f88</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>12:27:8.135000</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.999433, 0.0134801, -0.0308404, -0.0137812, 0.999859, -0.00957185]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.11234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7754, -7260, 114, -102, -38, 62, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6142188-330a-4c3b-ac58-e73b8c81d40a||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.6814067363739014, -0.03697394207119942, -0.08290902525186539, 116.07263946533203], [-0.03616608679294586, 2.682549238204956, -0.02697690576314926, -92.38004302978516], [-0.0827425867319107, 0.025680579245090485, 2.698591947555542, -75.21609497070312], [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': ['122708.135000', '122708.595000', '122709.055000', '122709.515000', '122709.975000', '122710.435000', '122710.895000', '122711.355000', '122711.815000', '122712.275000', '122712.735000', '122713.195000', '122713.655000', '122714.115000', '122714.575000', '122715.035000', '122715.495000', '122715.955000', '122716.415000', '122716.875000', '122717.335000', '122717.795000', '122718.255000', '122718.715000', '122719.175000', '122719.635000', '122720.095000', '122720.555000', '122721.015000', '122721.475000', '122721.935000', '122722.395000', '122722.855000', '122723.315000', '122723.775000', '122724.235000', '122724.695000', '122725.155000', '122725.615000', '122726.075000', '122726.535000', '122726.995000', '122727.455000', '122727.915000', '122728.375000', '122728.835000', '122729.295000', '122729.755000', '122730.215000', '122730.675000', '122731.135000', '122731.595000', '122732.055000', '122732.515000', '122732.975000', '122733.435000', '122733.895000', '122734.355000', '122734.815000', '122735.275000', '122735.735000', '122736.195000', '122736.655000', '122737.115000', '122737.575000', '122738.035000', '122738.495000', '122738.955000', '122739.415000', '122739.875000', '122740.335000', '122740.795000', '122741.255000', '122741.715000', '122742.175000', '122742.635000', '122743.095000', '122743.555000', '122744.015000', '122744.475000', '122744.935000', '122745.395000', '122745.855000', '122746.315000', '122746.775000', '122747.235000', '122747.695000', '122748.155000', '122748.615000', '122749.075000', '122749.535000', '122749.995000', '122750.455000', '122750.915000', '122751.375000', '122751.835000', '122752.295000', '122752.755000', '122753.215000', '122753.675000', '122754.135000', '122754.595000', '122755.055000', '122755.515000', '122755.975000', '122756.435000', '122756.895000', '122757.355000', '122757.815000', '122758.275000', '122758.735000', '122759.195000', '122759.655000', '122800.115000', '122800.575000', '122801.035000', '122801.495000', '122801.955000', '122802.415000', '122802.875000', '122803.335000', '122803.795000', '122804.255000', '122804.715000', '122805.175000', '122805.635000', '122806.095000', '122806.555000', '122807.015000', '122807.475000', '122807.935000', '122808.395000', '122808.855000', '122809.315000', '122809.775000', '122810.235000', '122810.695000', '122811.155000', '122811.615000', '122812.075000', '122812.535000', '122812.995000', '122813.455000', '122813.915000', '122814.375000', '122814.835000', '122815.295000', '122815.755000', '122816.215000', '122816.675000', '122817.135000', '122817.595000', '122818.055000', '122818.515000', '122818.975000', '122819.435000', '122819.895000', '122820.355000', '122820.815000', '122821.275000', '122821.735000', '122822.195000', '122822.655000', '122823.115000', '122823.575000', '122824.035000', '122824.495000', '122824.955000', '122825.415000', '122825.875000', '122826.335000', '122826.795000', '122827.255000', '122827.715000', '122828.175000', '122828.635000', '122829.095000', '122829.555000', '122830.015000', '122830.475000', '122830.935000', '122831.395000', '122831.855000', '122832.315000', '122832.775000', '122833.235000', '122833.695000', '122834.155000', '122834.615000', '122835.075000', '122835.535000', '122835.995000', '122836.455000', '122836.915000', '122837.375000', '122837.835000', '122838.295000', '122838.755000', '122839.215000', '122839.675000', '122840.135000', '122840.595000', '122841.055000', '122841.515000', '122841.975000', '122842.435000', '122842.895000', '122843.355000', '122843.815000', '122844.275000', '122844.735000', '122845.195000', '122845.655000', '122846.115000', '122846.575000', '122847.035000', '122847.495000', '122847.955000', '122848.415000', '122848.875000', '122849.335000', '122849.795000', '122850.255000', '122850.715000', '122851.175000', '122851.635000', '122852.095000', '122852.555000', '122853.015000', '122853.475000', '122853.935000', '122854.395000', '122854.855000', '122855.315000', '122855.775000', '122856.235000', '122856.695000', '122857.155000', '122857.615000', '122858.075000', '122858.535000', '122858.995000', '122859.455000', '122859.915000', '122900.375000', '122900.835000', '122901.295000', '122901.755000', '122902.215000', '122902.675000', '122903.135000', '122903.595000', '122904.055000', '122904.515000', '122904.975000', '122905.435000', '122905.895000', '122906.355000', '122906.815000', '122907.275000', '122907.735000', '122908.195000', '122908.655000', '122909.115000', '122909.575000', '122910.035000', '122910.495000', '122910.955000', '122911.415000', '122911.875000', '122912.335000', '122912.795000', '122913.255000', '122913.715000', '122914.175000', '122914.635000', '122915.095000', '122915.555000', '122916.015000', '122916.475000', '122916.935000', '122917.395000', '122917.855000', '122918.315000', '122918.775000', '122919.235000', '122919.695000', '122920.155000', '122920.615000', '122921.075000', '122921.535000', '122921.995000', '122922.455000', '122922.915000', '122923.375000', '122923.835000', '122924.295000', '122924.755000', '122925.215000', '122925.675000', '122926.135000', '122926.595000', '122927.055000', '122927.515000', '122927.975000', '122928.435000', '122928.895000', '122929.355000', '122929.815000', '122930.275000', '122930.735000', '122931.195000', '122931.655000', '122932.115000', '122932.575000', '122933.035000', '122933.495000', '122933.955000', '122934.415000', '122934.875000', '122935.335000', '122935.795000', '122936.255000', '122936.715000', '122937.175000', '122937.635000', '122938.095000', '122938.555000', '122939.015000', '122939.475000', '122939.935000', '122940.395000', '122940.855000', '122941.315000', '122941.775000', '122942.235000', '122942.695000', '122943.155000', '122943.615000', '122944.075000', '122944.535000', '122944.995000', '122945.455000', '122945.915000', '122946.375000', '122946.835000', '122947.295000', '122947.755000', '122948.215000', '122948.675000', '122949.135000', '122949.595000', '122950.055000', '122950.515000', '122950.975000', '122951.435000', '122951.895000', '122952.355000', '122952.815000', '122953.275000', '122953.735000', '122954.195000', '122954.655000', '122955.115000', '122955.575000', '122956.035000', '122956.495000', '122956.955000', '122957.415000', '122957.875000', '122958.335000', '122958.795000', '122959.255000', '122959.715000', '123000.175000', '123000.635000', '123001.095000', '123001.555000', '123002.015000', '123002.475000', '123002.935000', '123003.395000', '123003.855000', '123004.315000', '123004.775000', '123005.235000', '123005.695000', '123006.155000', '123006.615000', '123007.075000', '123007.535000', '123007.995000', '123008.455000', '123008.915000', '123009.375000', '123009.835000', '123010.295000', '123010.755000', '123011.215000', '123011.675000', '123012.135000', '123012.595000', '123013.055000', '123013.515000', '123013.975000', '123014.435000', '123014.895000', '123015.355000', '123015.815000', '123016.275000', '123016.735000', '123017.195000', '123017.655000', '123018.115000', '123018.575000', '123019.035000', '123019.495000', '123019.955000', '123020.415000', '123020.875000', '123021.335000', '123021.795000', '123022.255000', '123022.715000', '123023.175000', '123023.635000', '123024.095000', '123024.555000', '123025.015000', '123025.475000', '123025.935000', '123026.395000', '123026.855000', '123027.315000', '123027.775000', '123028.235000', '123028.695000', '123029.155000', '123029.615000', '123030.075000', '123030.535000', '123030.995000', '123031.455000', '123031.915000', '123032.375000', '123032.835000', '123033.295000', '123033.755000', '123034.215000', '123034.675000', '123035.135000', '123035.595000', '123036.055000', '123036.515000', '123036.975000', '123037.435000', '123037.895000', '123038.355000', '123038.815000', '123039.275000', '123039.735000', '123040.195000', '123040.655000', '123041.115000', '123041.575000', '123042.035000', '123042.495000', '123042.955000', '123043.415000', '123043.875000', '123044.335000', '123044.795000', '123045.255000', '123045.715000', '123046.175000', '123046.635000', '123047.095000', '123047.555000', '123048.015000', '123048.475000', '123048.935000', '123049.395000', '123049.855000', '123050.315000', '123050.775000', '123051.235000', '123051.695000', '123052.155000', '123052.615000', '123053.075000', '123053.535000', '123053.995000', '123054.455000', '123054.915000', '123055.375000', '123055.835000', '123056.295000', '123056.755000', '123057.215000', '123057.675000', '123058.135000', '123058.595000', '123059.055000', '123059.515000', '123059.975000', '123100.435000', '123100.895000', '123101.355000', '123101.815000', '123102.275000', '123102.735000', '123103.195000', '123103.655000', '123104.115000', '123104.575000', '123105.035000', '123105.495000', '123105.955000', '123106.415000', '123106.875000', '123107.335000', '123107.795000', '123108.255000', '123108.715000', '123109.175000', '123109.635000', '123110.095000', '123110.555000', '123111.015000', '123111.475000', '123111.935000', '123112.395000', '123112.855000', '123113.315000', '123113.775000', '123114.235000', '123114.695000', '123115.155000', '123115.615000', '123116.075000', '123116.535000', '123116.995000', '123117.455000', '123117.915000', '123118.375000', '123118.835000', '123119.295000', '123119.755000', '123120.215000', '123120.675000', '123121.135000', '123121.595000', '123122.055000', '123122.515000', '123122.975000', '123123.435000', '123123.895000', '123124.355000', '123124.815000', '123125.275000', '123125.735000', '123126.195000', '123126.655000', '123127.115000', '123127.575000', '123128.035000', '123128.495000', '123128.955000', '123129.415000', '123129.875000', '123130.335000', '123130.795000', '123131.255000', '123131.715000', '123132.175000', '123132.635000', '123133.095000', '123133.555000', '123134.015000', '123134.475000', '123134.935000', '123135.395000', '123135.855000', '123136.315000', '123136.775000', '123137.235000', '123137.695000', '123138.155000', '123138.615000', '123139.075000', '123139.535000', '123139.995000', '123140.455000', '123140.915000', '123141.375000', '123141.835000', '123142.295000', '123142.755000', '123143.215000', '123143.675000', '123144.135000', '123144.595000', '123145.055000', '123145.515000', '123145.975000', '123146.435000', '123146.895000', '123147.355000', '123147.815000', '123148.275000', '123148.735000', '123149.195000', '123149.655000', '123150.115000', '123150.575000', '123151.035000', '123151.495000', '123151.955000', '123152.415000', '123152.875000', '123153.335000', '123153.795000', '123154.255000', '123154.715000', '123155.175000', '123155.635000', '123156.095000', '123156.555000', '123157.015000', '123157.475000', '123157.935000', '123158.395000', '123158.855000', '123159.315000', '123159.775000', '123200.235000', '123200.695000', '123201.155000', '123201.615000', '123202.075000', '123202.535000', '123202.995000', '123203.455000', '123203.915000', '123204.375000', '123204.835000', '123205.295000', '123205.755000', '123206.215000', '123206.675000', '123207.135000', '123207.595000', '123208.055000', '123208.515000', '123208.975000', '123209.435000', '123209.895000', '123210.355000', '123210.815000', '123211.275000', '123211.735000', '123212.195000', '123212.655000', '123213.115000', '123213.575000', '123214.035000', '123214.495000', '123214.955000', '123215.415000', '123215.875000', '123216.335000', '123216.795000', '123217.255000', '123217.715000', '123218.175000', '123218.635000', '123219.095000', '123219.555000', '123220.015000', '123220.475000', '123220.935000', '123221.395000', '123221.855000', '123222.315000', '123222.775000', '123223.235000', '123223.695000', '123224.155000', '123224.615000', '123225.075000', '123225.535000', '123225.995000', '123226.455000', '123226.915000', '123227.375000', '123227.835000', '123228.295000', '123228.755000', '123229.215000', '123229.675000', '123230.135000', '123230.595000', '123231.055000', '123231.515000', '123231.975000', '123232.435000', '123232.895000', '123233.355000', '123233.815000', '123234.275000', '123234.735000', '123235.195000', '123235.655000', '123236.115000', '123236.575000', '123237.035000', '123237.495000', '123237.955000', '123238.415000', '123238.875000', '123239.335000', '123239.795000', '123240.255000', '123240.715000', '123241.175000', '123241.635000', '123242.095000', '123242.555000', '123243.015000', '123243.475000', '123243.935000', '123244.395000', '123244.855000', '123245.315000', '123245.775000', '123246.235000', '123246.695000', '123247.155000', '123247.615000', '123248.075000', '123248.535000', '123248.995000', '123249.455000', '123249.915000', '123250.375000', '123250.835000', '123251.295000', '123251.755000', '123252.215000', '123252.675000', '123253.135000', '123253.595000', '123254.055000', '123254.515000', '123254.975000', '123255.435000', '123255.895000', '123256.355000', '123256.815000', '123257.275000', '123257.735000', '123258.195000', '123258.655000', '123259.115000', '123259.575000', '123300.035000', '123300.495000', '123300.955000', '123301.415000', '123301.875000', '123302.335000', '123302.795000', '123303.255000', '123303.715000', '123304.175000', '123304.635000', '123305.095000', '123305.555000', '123306.015000', '123306.475000', '123306.935000', '123307.395000', '123307.855000', '123308.315000', '123308.775000', '123309.235000', '123309.695000', '123310.155000', '123310.615000', '123311.075000', '123311.535000', '123311.995000', '123312.455000', '123312.915000', '123313.375000', '123313.835000', '123314.295000', '123314.755000', '123315.215000', '123315.675000', '123316.135000', '123316.595000', '123317.055000', '123317.515000', '123317.975000', '123318.435000', '123318.895000', '123319.355000', '123319.815000', '123320.275000', '123320.735000', '123321.195000', '123321.655000', '123322.115000', '123322.575000', '123323.035000', '123323.495000', '123323.955000', '123324.415000', '123324.875000', '123325.335000', '123325.795000', '123326.255000', '123326.715000', '123327.175000', '123327.635000', '123328.095000', '123328.555000', '123329.015000', '123329.475000', '123329.935000', '123330.395000', '123330.855000', '123331.315000', '123331.775000', '123332.235000', '123332.695000', '123333.155000', '123333.615000', '123334.075000', '123334.535000', '123334.995000', '123335.455000', '123335.915000', '123336.375000', '123336.835000', '123337.295000', '123337.755000', '123338.215000', '123338.675000', '123339.135000', '123339.595000', '123340.055000', '123340.515000', '123340.975000', '123341.435000', '123341.895000', '123342.355000', '123342.815000', '123343.275000', '123343.735000', '123344.195000', '123344.655000', '123345.115000', '123345.575000', '123346.035000', '123346.495000', '123346.955000', '123347.415000', '123347.875000', '123348.335000', '123348.795000'], 'ContentTime': ['122723.728000', '122723.731000', '122723.734000', '122723.737000', '122723.739000', '122723.742000', '122723.750000', '122723.752000', '122723.755000', '122723.757000', '122723.760000', '122723.762000', '122723.765000', '122723.768000', '122723.770000', '122723.773000', '122723.776000', '122723.778000', '122723.781000', '122723.783000', '122723.786000', '122723.789000', '122723.791000', '122723.794000', '122723.802000', '122723.805000', '122723.808000', '122723.810000', '122723.813000', '122723.815000', '122743.697000', '122743.701000', '122743.703000', '122743.706000', '122743.708000', '122743.711000', '122743.714000', '122743.716000', '122743.719000', '122743.721000', '122743.724000', '122743.727000', '122743.729000', '122743.732000', '122743.735000', '122743.737000', '122743.740000', '122743.742000', '122743.745000', '122743.747000', '122743.750000', '122743.753000', '122743.755000', '122743.758000', '122743.760000', '122743.763000', '122743.766000', '122743.768000', '122743.771000', '122743.774000', '122743.776000', '122743.779000', '122743.781000', '122743.784000', '122743.787000', '122743.789000', '122743.792000', '122743.795000', '122743.805000', '122743.807000', '122743.810000', '122743.813000', '122743.815000', '122743.818000', '122803.697000', '122803.700000', '122803.703000', '122803.706000', '122803.708000', '122803.711000', '122803.713000', '122803.716000', '122803.719000', '122803.722000', '122803.726000', '122803.729000', '122803.732000', '122803.735000', '122803.738000', '122803.740000', '122803.743000', '122803.746000', '122803.748000', '122803.751000', '122803.753000', '122803.756000', '122803.759000', '122803.761000', '122803.775000', '122803.778000', '122803.781000', '122803.783000', '122803.786000', '122803.789000', '122803.791000', '122803.794000', '122803.796000', '122803.800000', '122803.802000', '122803.805000', '122803.807000', '122803.810000', '122803.812000', '122803.815000', '122803.818000', '122803.820000', '122803.823000', '122823.697000', '122823.700000', '122823.703000', '122823.705000', '122823.709000', '122823.711000', '122823.714000', '122823.716000', '122823.719000', '122823.722000', '122823.724000', '122823.727000', '122823.729000', '122823.732000', '122823.735000', '122823.737000', '122823.740000', '122823.743000', '122823.745000', '122823.748000', '122823.751000', '122823.753000', '122823.756000', '122823.758000', '122823.761000', '122823.764000', '122823.766000', '122823.769000', '122823.772000', '122823.774000', '122823.777000', '122823.779000', '122823.782000', '122823.785000', '122823.787000', '122823.790000', '122823.793000', '122823.795000', '122823.798000', '122823.800000', '122823.803000', '122823.806000', '122823.808000', '122823.811000', '122843.698000', '122843.700000', '122843.703000', '122843.706000', '122843.708000', '122843.711000', '122843.713000', '122843.716000', '122843.719000', '122843.721000', '122843.724000', '122843.726000', '122843.729000', '122843.732000', '122843.734000', '122843.737000', '122843.740000', '122843.742000', '122843.745000', '122843.748000', '122843.750000', '122843.753000', '122843.756000', '122843.758000', '122843.761000', '122843.764000', '122843.766000', '122843.769000', '122843.771000', '122843.774000', '122843.777000', '122843.779000', '122843.782000', '122843.784000', '122843.787000', '122843.789000', '122843.792000', '122843.795000', '122843.797000', '122843.800000', '122843.803000', '122843.805000', '122843.808000', '122843.810000', '122903.697000', '122903.700000', '122903.703000', '122903.706000', '122903.708000', '122903.711000', '122903.714000', '122903.716000', '122903.719000', '122903.722000', '122903.724000', '122903.727000', '122903.730000', '122903.732000', '122903.735000', '122903.738000', '122903.740000', '122903.743000', '122903.746000', '122903.749000', '122903.751000', '122903.754000', '122903.757000', '122903.759000', '122903.762000', '122903.764000', '122903.767000', '122903.770000', '122903.772000', '122903.775000', '122903.778000', '122903.780000', '122903.783000', '122903.785000', '122903.788000', '122903.791000', '122903.793000', '122903.796000', '122903.799000', '122903.801000', '122903.804000', '122903.807000', '122903.809000', '122923.697000', '122923.700000', '122923.702000', '122923.705000', '122923.708000', '122923.710000', '122923.713000', '122923.716000', '122923.718000', '122923.721000', '122923.724000', '122923.726000', '122923.729000', '122923.731000', '122923.734000', '122923.737000', '122923.739000', '122923.742000', '122923.744000', '122923.747000', '122923.750000', '122923.752000', '122923.755000', '122923.758000', '122923.760000', '122923.763000', '122923.766000', '122923.768000', '122923.771000', '122923.774000', '122923.776000', '122923.779000', '122923.781000', '122923.784000', '122923.787000', '122923.789000', '122923.792000', '122923.794000', '122923.797000', '122923.837000', '122923.840000', '122923.843000', '122923.845000', '122943.697000', '122943.700000', '122943.704000', '122943.706000', '122943.709000', '122943.711000', '122943.714000', '122943.717000', '122943.720000', '122943.722000', '122943.725000', '122943.728000', '122943.730000', '122943.733000', '122943.736000', '122943.738000', '122943.741000', '122943.743000', '122943.746000', '122943.749000', '122943.762000', '122943.765000', '122943.767000', '122943.770000', '122943.774000', '122943.776000', '122943.779000', '122943.782000', '122943.784000', '122943.787000', '122943.790000', '122943.792000', '122943.795000', '122943.797000', '122943.801000', '122943.803000', '122943.806000', '122943.808000', '122943.811000', '122943.814000', '122943.816000', '122943.819000', '122943.822000', '122943.824000', '123003.698000', '123003.700000', '123003.703000', '123003.706000', '123003.708000', '123003.711000', '123003.714000', '123003.716000', '123003.719000', '123003.722000', '123003.724000', '123003.727000', '123003.730000', '123003.732000', '123003.735000', '123003.737000', '123003.740000', '123003.743000', '123003.745000', '123003.748000', '123003.751000', '123003.754000', '123003.756000', '123003.759000', '123003.762000', '123003.765000', '123003.767000', '123003.770000', '123003.772000', '123003.775000', '123003.778000', '123003.780000', '123003.783000', '123003.786000', '123003.788000', '123003.791000', '123003.793000', '123003.796000', '123003.799000', '123003.849000', '123003.852000', '123003.855000', '123003.857000', '123023.698000', '123023.702000', '123023.704000', '123023.707000', '123023.710000', '123023.713000', '123023.715000', '123023.718000', '123023.720000', '123023.723000', '123023.726000', '123023.728000', '123023.731000', '123023.734000', '123023.736000', '123023.739000', '123023.741000', '123023.744000', '123023.747000', '123023.749000', '123023.752000', '123023.755000', '123023.757000', '123023.760000', '123023.763000', '123023.765000', '123023.768000', '123023.770000', '123023.773000', '123023.776000', '123023.778000', '123023.781000', '123023.783000', '123023.786000', '123023.789000', '123023.791000', '123023.794000', '123023.797000', '123023.841000', '123023.844000', '123023.846000', '123023.849000', '123023.852000', '123023.854000', '123043.697000', '123043.700000', '123043.703000', '123043.706000', '123043.709000', '123043.712000', '123043.714000', '123043.717000', '123043.720000', '123043.722000', '123043.725000', '123043.727000', '123043.730000', '123043.733000', '123043.735000', '123043.738000', '123043.741000', '123043.743000', '123043.746000', '123043.749000', '123043.751000', '123043.754000', '123043.756000', '123043.759000', '123043.762000', '123043.764000', '123043.767000', '123043.770000', '123043.772000', '123043.775000', '123043.777000', '123043.780000', '123043.783000', '123043.786000', '123043.788000', '123043.791000', '123043.794000', '123043.796000', '123043.799000', '123043.870000', '123043.873000', '123043.876000', '123043.878000', '123103.698000', '123103.700000', '123103.703000', '123103.706000', '123103.712000', '123103.715000', '123103.718000', '123103.720000', '123103.723000', '123103.726000', '123103.728000', '123103.731000', '123103.733000', '123103.736000', '123103.739000', '123103.741000', '123103.744000', '123103.747000', '123103.749000', '123103.752000', '123103.754000', '123103.757000', '123103.760000', '123103.762000', '123103.765000', '123103.768000', '123103.771000', '123103.773000', '123103.776000', '123103.779000', '123103.782000', '123103.785000', '123103.787000', '123103.790000', '123103.793000', '123103.795000', '123103.798000', '123103.801000', '123103.803000', '123103.814000', '123103.817000', '123103.819000', '123103.822000', '123103.825000', '123123.697000', '123123.707000', '123123.710000', '123123.713000', '123123.715000', '123123.718000', '123123.721000', '123123.723000', '123123.726000', '123123.729000', '123123.731000', '123123.734000', '123123.736000', '123123.739000', '123123.742000', '123123.745000', '123123.747000', '123123.750000', '123123.752000', '123123.755000', '123123.758000', '123123.760000', '123123.763000', '123123.765000', '123123.768000', '123123.771000', '123123.773000', '123123.776000', '123123.778000', '123123.781000', '123123.784000', '123123.786000', '123123.789000', '123123.791000', '123123.794000', '123123.797000', '123123.800000', '123123.869000', '123123.872000', '123123.874000', '123123.877000', '123123.879000', '123123.882000', '123143.697000', '123143.700000', '123143.702000', '123143.705000', '123143.708000', '123143.710000', '123143.713000', '123143.716000', '123143.718000', '123143.721000', '123143.724000', '123143.726000', '123143.729000', '123143.732000', '123143.734000', '123143.742000', '123143.745000', '123143.748000', '123143.750000', '123143.753000', '123143.756000', '123143.758000', '123143.761000', '123143.764000', '123143.766000', '123143.769000', '123143.771000', '123143.774000', '123143.777000', '123143.779000', '123143.782000', '123143.785000', '123143.787000', '123143.790000', '123143.792000', '123143.795000', '123143.798000', '123143.854000', '123143.856000', '123143.859000', '123143.862000', '123143.864000', '123143.867000', '123143.870000', '123203.697000', '123203.701000', '123203.703000', '123203.706000', '123203.709000', '123203.711000', '123203.714000', '123203.717000', '123203.719000', '123203.722000', '123203.724000', '123203.727000', '123203.730000', '123203.732000', '123203.735000', '123203.738000', '123203.740000', '123203.743000', '123203.746000', '123203.752000', '123203.754000', '123203.757000', '123203.760000', '123203.762000', '123203.765000', '123203.768000', '123203.770000', '123203.773000', '123203.775000', '123203.778000', '123203.781000', '123203.783000', '123203.786000', '123203.789000', '123203.792000', '123203.795000', '123203.797000', '123203.855000', '123203.857000', '123203.860000', '123203.863000', '123203.865000', '123203.868000', '123223.697000', '123223.700000', '123223.703000', '123223.706000', '123223.708000', '123223.711000', '123223.714000', '123223.716000', '123223.719000', '123223.721000', '123223.724000', '123223.727000', '123223.729000', '123223.732000', '123223.735000', '123223.737000', '123223.740000', '123223.742000', '123223.745000', '123223.748000', '123223.750000', '123223.753000', '123223.755000', '123223.758000', '123223.761000', '123223.763000', '123223.766000', '123223.769000', '123223.771000', '123223.774000', '123223.777000', '123223.779000', '123223.782000', '123223.784000', '123223.787000', '123223.790000', '123223.792000', '123223.795000', '123223.798000', '123223.839000', '123223.841000', '123223.844000', '123223.847000', '123223.849000', '123243.698000', '123243.700000', '123243.703000', '123243.706000', '123243.708000', '123243.711000', '123243.714000', '123243.716000', '123243.719000', '123243.721000', '123243.724000', '123243.727000', '123243.730000', '123243.732000', '123243.735000', '123243.737000', '123243.740000', '123243.743000', '123243.745000', '123243.748000', '123243.750000', '123243.753000', '123243.756000', '123243.758000', '123243.761000', '123243.764000', '123243.775000', '123243.778000', '123243.780000', '123243.783000', '123243.786000', '123243.788000', '123243.791000', '123243.794000', '123243.796000', '123243.799000', '123243.860000', '123243.862000', '123243.865000', '123243.868000', '123243.870000', '123243.873000', '123243.876000', '123303.698000', '123303.701000', '123303.703000', '123303.706000', '123303.709000', '123303.711000', '123303.714000', '123303.717000', '123303.719000', '123303.722000', '123303.725000', '123303.727000', '123303.730000', '123303.733000', '123303.735000', '123303.738000', '123303.741000', '123303.753000', '123303.756000', '123303.758000', '123303.761000', '123303.764000', '123303.766000', '123303.769000', '123303.771000', '123303.774000', '123303.777000', '123303.779000', '123303.782000', '123303.784000', '123303.787000', '123303.789000', '123303.792000', '123303.795000', '123303.797000', '123303.863000', '123303.866000', '123303.869000', '123303.871000', '123303.874000', '123303.876000', '123303.879000', '123303.882000', '123303.884000', '123323.698000', '123323.700000', '123323.703000', '123323.706000', '123323.709000', '123323.711000', '123323.714000', '123323.716000', '123323.719000', '123323.722000', '123323.724000', '123323.727000', '123323.730000', '123323.732000', '123323.735000', '123323.738000', '123323.741000', '123323.745000', '123323.747000', '123323.750000', '123323.753000', '123323.755000', '123323.758000', '123323.761000', '123323.763000', '123323.766000', '123323.769000', '123323.771000', '123323.774000', '123323.777000', '123323.779000', '123323.782000', '123323.785000', '123323.787000', '123323.790000', '123323.793000', '123323.795000', '123323.798000', '123323.800000', '123323.861000', '123323.864000', '123323.866000', '123323.869000', '123343.697000', '123343.700000', '123343.703000', '123343.706000', '123343.708000', '123343.711000', '123343.713000', '123343.716000', '123343.719000', '123343.721000', '123343.724000', '123343.727000', '123343.729000', '123343.732000', '123343.735000', '123343.737000', '123343.740000', '123343.742000', '123343.745000', '123343.748000', '123343.750000', '123343.753000', '123343.755000', '123343.758000', '123343.760000', '123343.763000', '123343.765000', '123343.768000', '123343.771000', '123343.773000', '123343.776000', '123343.778000', '123343.781000', '123343.784000', '123343.786000', '123343.789000', '123343.791000', '123343.794000', '123343.797000', '123343.799000', '123343.843000', '123343.845000', '123343.848000', '123350.572000', '123350.585000', '123350.588000', '123350.592000', '123350.596000', '123350.616000', '123350.623000', '123350.626000', '123350.629000', '123350.631000', '123350.637000', '123350.640000', '123350.643000', '123350.650000', '123350.652000', '123350.655000'], 'InstanceCreationTime': ['122723.728000', '122723.731000', '122723.734000', '122723.737000', '122723.739000', '122723.742000', '122723.750000', '122723.752000', '122723.755000', '122723.757000', '122723.760000', '122723.762000', '122723.765000', '122723.768000', '122723.770000', '122723.773000', '122723.776000', '122723.778000', '122723.781000', '122723.783000', '122723.786000', '122723.789000', '122723.791000', '122723.794000', '122723.802000', '122723.805000', '122723.808000', '122723.810000', '122723.813000', '122723.815000', '122743.697000', '122743.701000', '122743.703000', '122743.706000', '122743.708000', '122743.711000', '122743.714000', '122743.716000', '122743.719000', '122743.721000', '122743.724000', '122743.727000', '122743.729000', '122743.732000', '122743.735000', '122743.737000', '122743.740000', '122743.742000', '122743.745000', '122743.747000', '122743.750000', '122743.753000', '122743.755000', '122743.758000', '122743.760000', '122743.763000', '122743.766000', '122743.768000', '122743.771000', '122743.774000', '122743.776000', '122743.779000', '122743.781000', '122743.784000', '122743.787000', '122743.789000', '122743.792000', '122743.795000', '122743.805000', '122743.807000', '122743.810000', '122743.813000', '122743.815000', '122743.818000', '122803.697000', '122803.700000', '122803.703000', '122803.706000', '122803.708000', '122803.711000', '122803.713000', '122803.716000', '122803.719000', '122803.722000', '122803.726000', '122803.729000', '122803.732000', '122803.735000', '122803.738000', '122803.740000', '122803.743000', '122803.746000', '122803.748000', '122803.751000', '122803.753000', '122803.756000', '122803.759000', '122803.761000', '122803.775000', '122803.778000', '122803.781000', '122803.783000', '122803.786000', '122803.789000', '122803.791000', '122803.794000', '122803.796000', '122803.800000', '122803.802000', '122803.805000', '122803.807000', '122803.810000', '122803.812000', '122803.815000', '122803.818000', '122803.820000', '122803.823000', '122823.697000', '122823.700000', '122823.703000', '122823.705000', '122823.709000', '122823.711000', '122823.714000', '122823.716000', '122823.719000', '122823.722000', '122823.724000', '122823.727000', '122823.729000', '122823.732000', '122823.735000', '122823.737000', '122823.740000', '122823.743000', '122823.745000', '122823.748000', '122823.751000', '122823.753000', '122823.756000', '122823.758000', '122823.761000', '122823.764000', '122823.766000', '122823.769000', '122823.772000', '122823.774000', '122823.777000', '122823.779000', '122823.782000', '122823.785000', '122823.787000', '122823.790000', '122823.793000', '122823.795000', '122823.798000', '122823.800000', '122823.803000', '122823.806000', '122823.808000', '122823.811000', '122843.698000', '122843.700000', '122843.703000', '122843.706000', '122843.708000', '122843.711000', '122843.713000', '122843.716000', '122843.719000', '122843.721000', '122843.724000', '122843.726000', '122843.729000', '122843.732000', '122843.734000', '122843.737000', '122843.740000', '122843.742000', '122843.745000', '122843.748000', '122843.750000', '122843.753000', '122843.756000', '122843.758000', '122843.761000', '122843.764000', '122843.766000', '122843.769000', '122843.771000', '122843.774000', '122843.777000', '122843.779000', '122843.782000', '122843.784000', '122843.787000', '122843.789000', '122843.792000', '122843.795000', '122843.797000', '122843.800000', '122843.803000', '122843.805000', '122843.808000', '122843.810000', '122903.697000', '122903.700000', '122903.703000', '122903.706000', '122903.708000', '122903.711000', '122903.714000', '122903.716000', '122903.719000', '122903.722000', '122903.724000', '122903.727000', '122903.730000', '122903.732000', '122903.735000', '122903.738000', '122903.740000', '122903.743000', '122903.746000', '122903.749000', '122903.751000', '122903.754000', '122903.757000', '122903.759000', '122903.762000', '122903.764000', '122903.767000', '122903.770000', '122903.772000', '122903.775000', '122903.778000', '122903.780000', '122903.783000', '122903.785000', '122903.788000', '122903.791000', '122903.793000', '122903.796000', '122903.799000', '122903.801000', '122903.804000', '122903.807000', '122903.809000', '122923.697000', '122923.700000', '122923.702000', '122923.705000', '122923.708000', '122923.710000', '122923.713000', '122923.716000', '122923.718000', '122923.721000', '122923.724000', '122923.726000', '122923.729000', '122923.731000', '122923.734000', '122923.737000', '122923.739000', '122923.742000', '122923.744000', '122923.747000', '122923.750000', '122923.752000', '122923.755000', '122923.758000', '122923.760000', '122923.763000', '122923.766000', '122923.768000', '122923.771000', '122923.774000', '122923.776000', '122923.779000', '122923.781000', '122923.784000', '122923.787000', '122923.789000', '122923.792000', '122923.794000', '122923.797000', '122923.837000', '122923.840000', '122923.843000', '122923.845000', '122943.697000', '122943.700000', '122943.704000', '122943.706000', '122943.709000', '122943.711000', '122943.714000', '122943.717000', '122943.720000', '122943.722000', '122943.725000', '122943.728000', '122943.730000', '122943.733000', '122943.736000', '122943.738000', '122943.741000', '122943.743000', '122943.746000', '122943.749000', '122943.762000', '122943.765000', '122943.767000', '122943.770000', '122943.774000', '122943.776000', '122943.779000', '122943.782000', '122943.784000', '122943.787000', '122943.790000', '122943.792000', '122943.795000', '122943.797000', '122943.801000', '122943.803000', '122943.806000', '122943.808000', '122943.811000', '122943.814000', '122943.816000', '122943.819000', '122943.822000', '122943.824000', '123003.698000', '123003.700000', '123003.703000', '123003.706000', '123003.708000', '123003.711000', '123003.714000', '123003.716000', '123003.719000', '123003.722000', '123003.724000', '123003.727000', '123003.730000', '123003.732000', '123003.735000', '123003.737000', '123003.740000', '123003.743000', '123003.745000', '123003.748000', '123003.751000', '123003.754000', '123003.756000', '123003.759000', '123003.762000', '123003.765000', '123003.767000', '123003.770000', '123003.772000', '123003.775000', '123003.778000', '123003.780000', '123003.783000', '123003.786000', '123003.788000', '123003.791000', '123003.793000', '123003.796000', '123003.799000', '123003.849000', '123003.852000', '123003.855000', '123003.857000', '123023.698000', '123023.702000', '123023.704000', '123023.707000', '123023.710000', '123023.713000', '123023.715000', '123023.718000', '123023.720000', '123023.723000', '123023.726000', '123023.728000', '123023.731000', '123023.734000', '123023.736000', '123023.739000', '123023.741000', '123023.744000', '123023.747000', '123023.749000', '123023.752000', '123023.755000', '123023.757000', '123023.760000', '123023.763000', '123023.765000', '123023.768000', '123023.770000', '123023.773000', '123023.776000', '123023.778000', '123023.781000', '123023.783000', '123023.786000', '123023.789000', '123023.791000', '123023.794000', '123023.797000', '123023.841000', '123023.844000', '123023.846000', '123023.849000', '123023.852000', '123023.854000', '123043.697000', '123043.700000', '123043.703000', '123043.706000', '123043.709000', '123043.712000', '123043.714000', '123043.717000', '123043.720000', '123043.722000', '123043.725000', '123043.727000', '123043.730000', '123043.733000', '123043.735000', '123043.738000', '123043.741000', '123043.743000', '123043.746000', '123043.749000', '123043.751000', '123043.754000', '123043.756000', '123043.759000', '123043.762000', '123043.764000', '123043.767000', '123043.770000', '123043.772000', '123043.775000', '123043.777000', '123043.780000', '123043.783000', '123043.786000', '123043.788000', '123043.791000', '123043.794000', '123043.796000', '123043.799000', '123043.870000', '123043.873000', '123043.876000', '123043.878000', '123103.698000', '123103.700000', '123103.703000', '123103.706000', '123103.712000', '123103.715000', '123103.718000', '123103.720000', '123103.723000', '123103.726000', '123103.728000', '123103.731000', '123103.733000', '123103.736000', '123103.739000', '123103.741000', '123103.744000', '123103.747000', '123103.749000', '123103.752000', '123103.754000', '123103.757000', '123103.760000', '123103.762000', '123103.765000', '123103.768000', '123103.771000', '123103.773000', '123103.776000', '123103.779000', '123103.782000', '123103.785000', '123103.787000', '123103.790000', '123103.793000', '123103.795000', '123103.798000', '123103.801000', '123103.803000', '123103.814000', '123103.817000', '123103.819000', '123103.822000', '123103.825000', '123123.697000', '123123.707000', '123123.710000', '123123.713000', '123123.715000', '123123.718000', '123123.721000', '123123.723000', '123123.726000', '123123.729000', '123123.731000', '123123.734000', '123123.736000', '123123.739000', '123123.742000', '123123.745000', '123123.747000', '123123.750000', '123123.752000', '123123.755000', '123123.758000', '123123.760000', '123123.763000', '123123.765000', '123123.768000', '123123.771000', '123123.773000', '123123.776000', '123123.778000', '123123.781000', '123123.784000', '123123.786000', '123123.789000', '123123.791000', '123123.794000', '123123.797000', '123123.800000', '123123.869000', '123123.872000', '123123.874000', '123123.877000', '123123.879000', '123123.882000', '123143.697000', '123143.700000', '123143.702000', '123143.705000', '123143.708000', '123143.710000', '123143.713000', '123143.716000', '123143.718000', '123143.721000', '123143.724000', '123143.726000', '123143.729000', '123143.732000', '123143.734000', '123143.742000', '123143.745000', '123143.748000', '123143.750000', '123143.753000', '123143.756000', '123143.758000', '123143.761000', '123143.764000', '123143.766000', '123143.769000', '123143.771000', '123143.774000', '123143.777000', '123143.779000', '123143.782000', '123143.785000', '123143.787000', '123143.790000', '123143.792000', '123143.795000', '123143.798000', '123143.854000', '123143.856000', '123143.859000', '123143.862000', '123143.864000', '123143.867000', '123143.870000', '123203.697000', '123203.701000', '123203.703000', '123203.706000', '123203.709000', '123203.711000', '123203.714000', '123203.717000', '123203.719000', '123203.722000', '123203.724000', '123203.727000', '123203.730000', '123203.732000', '123203.735000', '123203.738000', '123203.740000', '123203.743000', '123203.746000', '123203.752000', '123203.754000', '123203.757000', '123203.760000', '123203.762000', '123203.765000', '123203.768000', '123203.770000', '123203.773000', '123203.775000', '123203.778000', '123203.781000', '123203.783000', '123203.786000', '123203.789000', '123203.792000', '123203.795000', '123203.797000', '123203.855000', '123203.857000', '123203.860000', '123203.863000', '123203.865000', '123203.868000', '123223.697000', '123223.700000', '123223.703000', '123223.706000', '123223.708000', '123223.711000', '123223.714000', '123223.716000', '123223.719000', '123223.721000', '123223.724000', '123223.727000', '123223.729000', '123223.732000', '123223.735000', '123223.737000', '123223.740000', '123223.742000', '123223.745000', '123223.748000', '123223.750000', '123223.753000', '123223.755000', '123223.758000', '123223.761000', '123223.763000', '123223.766000', '123223.769000', '123223.771000', '123223.774000', '123223.777000', '123223.779000', '123223.782000', '123223.784000', '123223.787000', '123223.790000', '123223.792000', '123223.795000', '123223.798000', '123223.839000', '123223.841000', '123223.844000', '123223.847000', '123223.849000', '123243.698000', '123243.700000', '123243.703000', '123243.706000', '123243.708000', '123243.711000', '123243.714000', '123243.716000', '123243.719000', '123243.721000', '123243.724000', '123243.727000', '123243.730000', '123243.732000', '123243.735000', '123243.737000', '123243.740000', '123243.743000', '123243.745000', '123243.748000', '123243.750000', '123243.753000', '123243.756000', '123243.758000', '123243.761000', '123243.764000', '123243.775000', '123243.778000', '123243.780000', '123243.783000', '123243.786000', '123243.788000', '123243.791000', '123243.794000', '123243.796000', '123243.799000', '123243.860000', '123243.862000', '123243.865000', '123243.868000', '123243.870000', '123243.873000', '123243.876000', '123303.698000', '123303.701000', '123303.703000', '123303.706000', '123303.709000', '123303.711000', '123303.714000', '123303.717000', '123303.719000', '123303.722000', '123303.725000', '123303.727000', '123303.730000', '123303.733000', '123303.735000', '123303.738000', '123303.741000', '123303.753000', '123303.756000', '123303.758000', '123303.761000', '123303.764000', '123303.766000', '123303.769000', '123303.771000', '123303.774000', '123303.777000', '123303.779000', '123303.782000', '123303.784000', '123303.787000', '123303.789000', '123303.792000', '123303.795000', '123303.797000', '123303.863000', '123303.866000', '123303.869000', '123303.871000', '123303.874000', '123303.876000', '123303.879000', '123303.882000', '123303.884000', '123323.698000', '123323.700000', '123323.703000', '123323.706000', '123323.709000', '123323.711000', '123323.714000', '123323.716000', '123323.719000', '123323.722000', '123323.724000', '123323.727000', '123323.730000', '123323.732000', '123323.735000', '123323.738000', '123323.741000', '123323.745000', '123323.747000', '123323.750000', '123323.753000', '123323.755000', '123323.758000', '123323.761000', '123323.763000', '123323.766000', '123323.769000', '123323.771000', '123323.774000', '123323.777000', '123323.779000', '123323.782000', '123323.785000', '123323.787000', '123323.790000', '123323.793000', '123323.795000', '123323.798000', '123323.800000', '123323.861000', '123323.864000', '123323.866000', '123323.869000', '123343.697000', '123343.700000', '123343.703000', '123343.706000', '123343.708000', '123343.711000', '123343.713000', '123343.716000', '123343.719000', '123343.721000', '123343.724000', '123343.727000', '123343.729000', '123343.732000', '123343.735000', '123343.737000', '123343.740000', '123343.742000', '123343.745000', '123343.748000', '123343.750000', '123343.753000', '123343.755000', '123343.758000', '123343.760000', '123343.763000', '123343.765000', '123343.768000', '123343.771000', '123343.773000', '123343.776000', '123343.778000', '123343.781000', '123343.784000', '123343.786000', '123343.789000', '123343.791000', '123343.794000', '123343.797000', '123343.799000', '123343.843000', '123343.845000', '123343.848000', '123350.572000', '123350.585000', '123350.588000', '123350.592000', '123350.596000', '123350.616000', '123350.623000', '123350.626000', '123350.629000', '123350.631000', '123350.637000', '123350.640000', '123350.643000', '123350.650000', '123350.652000', '123350.655000'], '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': [10267, 9338, 10745, 8790, 10596, 14505, 10025, 13246, 9990, 11785, 9971, 10216, 9904, 13766, 11303, 9285, 9091, 10661, 9603, 10553, 13515, 10213, 17283, 10214, 10490, 9884, 10758, 9648, 10658, 13655, 9886, 12225, 10046, 11578, 10593, 11736, 9711, 10837, 9873, 11898, 10172, 14129, 9806, 13933, 9771, 12821, 10054, 14075, 9851, 11820, 12004, 9712, 9798, 10090, 9780, 10583, 9730, 14133, 10610, 9494, 9969, 10464, 9821, 15663, 10103, 13210, 9735, 13330, 9863, 11604, 10295, 13693, 13146, 9263, 11799, 9448, 13532, 9433, 12161, 10392, 10399, 10277, 17280, 11265, 13823, 10483, 9922, 9746, 9923, 10222, 9449, 10671, 8696, 10403, 11979, 9797, 10229, 10057, 10567, 11472, 10529, 9555, 10767, 9790, 10957, 13171, 10576, 10187, 10372, 10214, 10273, 11057, 10169, 8861, 10472, 9970, 10080, 10297, 9927, 12294, 11748, 10194, 15180, 9647, 17226, 13262, 16475, 9848, 11301, 9816, 10741, 10080, 13809, 12449, 17006, 16035, 15889, 17501, 10015, 14088, 10271, 9793, 10185, 9989, 10302, 10020, 11647, 9582, 9912, 9702, 9786, 9035, 10490, 13035, 10257, 18328, 14462, 18278, 12110, 14300, 14582, 13263, 11370, 15640, 12957, 10466, 9453, 9841, 8417, 10324, 12718, 10137, 12524, 9904, 10006, 9522, 9173, 9917, 10167, 9723, 10239, 9892, 9295, 8701, 10154, 10278, 10000, 11044, 10009, 12236, 9781, 10112, 10318, 10609, 9850, 10489, 9635, 9468, 8811, 9912, 10754, 10094, 12305, 10095, 14499, 12483, 10331, 9895, 13150, 9873, 17463, 10624, 14298, 9675, 10643, 9760, 10679, 13150, 9753, 10486, 9728, 10754, 12391, 10536, 14166, 9844, 12837, 10554, 18032, 13055, 13332, 9807, 10510, 10035, 9380, 10255, 9728, 10244, 10993, 13770, 10469, 18979, 13599, 13854, 9840, 9638, 10547, 16838, 9900, 10430, 9819, 10680, 11236, 9648, 13698, 10242, 12851, 10023, 12228, 10302, 11031, 9955, 9499, 10284, 9850, 9822, 10539, 9586, 10760, 9323, 10354, 9381, 10893, 11455, 11137, 10928, 13663, 11962, 16183, 13039, 10253, 9860, 10613, 9732, 13684, 10269, 10528, 9631, 10709, 9749, 10597, 13663, 12262, 15978, 10323, 10189, 10061, 9692, 10056, 13375, 10547, 9743, 10556, 9547, 9806, 13299, 9660, 10154, 9770, 10619, 9517, 9846, 12004, 9964, 15929, 9585, 13363, 9775, 11867, 10854, 11589, 9477, 10421, 9142, 10607, 12034, 10477, 14944, 9850, 12198, 10184, 10029, 9997, 13719, 9840, 12784, 10208, 10772, 9865, 10959, 9796, 11273, 9433, 10325, 9211, 10606, 10121, 11094, 13500, 12951, 10014, 10633, 9529, 10737, 8739, 10324, 16102, 9996, 13448, 10396, 9462, 10441, 8449, 9826, 15556, 11335, 13506, 15560, 13693, 18792, 11819, 14675, 9506, 8350, 10016, 9360, 9593, 9351, 9481, 9655, 9988, 9596, 9626, 12601, 9197, 14203, 9759, 12013, 9730, 17187, 13386, 14660, 15074, 9607, 15261, 10386, 15575, 9744, 13403, 11432, 17255, 9688, 14607, 9571, 15046, 9596, 13371, 9692, 12170, 9409, 11059, 9343, 9813, 9403, 9311, 9439, 8883, 9501, 9551, 9795, 9871, 9533, 9758, 9485, 9014, 8284, 9630, 8240, 9685, 11379, 9720, 9950, 9622, 10476, 9423, 12868, 10704, 9728, 9386, 10216, 9288, 13149, 9589, 13184, 9586, 10156, 9395, 10291, 9283, 10066, 9253, 9816, 8507, 10392, 10099, 9845, 13554, 9387, 15575, 9706, 12954, 9517, 9830, 8859, 9907, 13419, 9613, 16019, 9836, 17265, 13578, 12798, 9973, 10155, 10704, 9810, 15636, 10498, 12891, 10020, 11593, 10002, 12104, 9882, 15497, 9311, 14629, 9694, 13048, 9450, 12375, 8901, 9567, 9450, 8862, 8577, 9794, 12946, 9304, 13475, 9160, 9911, 9386, 10520, 8849, 9140, 8357, 9590, 10156, 9505, 10046, 9282, 10949, 9061, 9698, 8220, 9940, 11897, 9328, 14891, 9348, 10160, 9328, 9959, 9536, 9658, 10785, 8777, 12452, 9426, 9323, 9057, 10026, 14885, 11009, 14931, 13257, 9722, 10370, 9537, 13656, 9949, 15523, 9581, 12591, 9570, 11750, 9082, 10852, 9198, 9739, 9324, 9247, 9179, 9946, 10437, 9297, 14175, 9062, 9772, 9141, 9947, 9193, 9589, 8957, 9604, 13140, 9604, 10098, 9322, 10140, 9496, 9831, 10393, 10025, 15185, 9940, 11373, 9702, 13644, 8968, 9366, 10108, 9308, 9909, 9053, 13581, 9364, 9400, 9643, 9976, 9508, 9584, 9907, 9333, 9572, 9452, 9482, 10262, 11237, 9759, 14683, 9796, 11672, 9848, 11686, 9065, 14736, 9395, 9993, 9357, 10067, 9160, 9639, 10516, 9870, 8438, 9772, 14366, 10251, 9193, 14928, 11075, 11549, 9147, 12301, 9178, 13328, 8948, 12680, 9148, 9543, 9113, 9810, 9343, 8621, 8202, 9843, 8518, 10212, 9431, 8933, 12174, 9075, 12440, 9653, 15404, 9332, 15099, 11948, 9809, 8998, 10272, 9085, 10011, 11871, 8903, 10185, 9554, 8929, 9559, 10492, 8903, 13503, 11315, 8670, 9200, 9794, 8874, 9195, 15513, 13094, 17493, 9099, 13522, 9399, 9760, 9284, 9705, 11959, 8427, 8337, 9585, 9051, 9179, 9972, 9262, 9071, 9116, 9548, 9526, 9405, 14581, 9575, 15593, 9328, 10750, 9715, 9996, 9401, 12124, 9755, 8119, 8545, 9423, 8286, 9446, 12259, 9595, 9894, 9732, 11468, 9429, 12553, 9046, 12874, 10222, 9345, 9418, 10240, 8537, 9648, 10679, 8802, 11565, 9089, 11178, 9222, 9946, 8908, 8550, 8446, 9977, 8513, 9826, 13146, 10028, 15924, 9185, 12724, 9315, 10133, 9320, 9597, 9408, 9499, 9748, 9861, 12859, 9413, 13332, 10017, 9640, 9068, 9949, 9064, 14910, 9101, 15012, 9316, 12519, 9083, 10682, 9102, 9685, 9874, 9008, 8615, 10107, 8198, 10507, 8722, 10219, 11933, 9163, 11262, 9685, 9285, 9910, 16021, 11373, 11147, 14526, 11124, 9550, 8923, 9460, 8830, 10120, 8872, 14063, 11444, 13653, 9078, 9568, 9142, 9293, 8776, 9555, 12052, 9211, 11213, 9302, 10439, 9451, 11741, 9034, 12526, 8967, 11476, 9002, 12156, 9182, 10519, 8994, 8959, 8707, 10188, 10201, 9859, 12116, 10122, 15876, 8956, 13637, 9201, 12686, 9199, 11527, 9625, 9861, 9008, 9487, 8853, 9443, 11667, 9300, 10082, 9439, 10731, 9110, 12525, 9662, 9513, 8947, 10277, 9049, 10065, 9080, 13004, 14203, 10048, 9795, 9588, 10382, 9445, 10002, 9221, 11184, 9020, 10892, 9305, 12383, 9685, 11178, 9223, 11403, 9459, 10659, 10004, 9438, 9825], 'WindowCenter': [4091.0, 4064.0, 4086.0, 4037.0, 4059.0, 4088.0, 4059.0, 4078.0, 4058.0, 4069.0, 4045.0, 4047.0, 4049.0, 4078.0, 4067.0, 4035.0, 4036.0, 4056.0, 4045.0, 4058.0, 4075.0, 4056.0, 4101.0, 4055.0, 4056.0, 4045.0, 4068.0, 4047.0, 4058.0, 4089.0, 4059.0, 4079.0, 4060.0, 4079.0, 4072.0, 4081.0, 4063.0, 4081.0, 4072.0, 4082.0, 4072.0, 4103.0, 4073.0, 4101.0, 4062.0, 4090.0, 4060.0, 4091.0, 4060.0, 4079.0, 4080.0, 4058.0, 4059.0, 4059.0, 4061.0, 4069.0, 4059.0, 4101.0, 4063.0, 4049.0, 4059.0, 4058.0, 4059.0, 4099.0, 4060.0, 4079.0, 4048.0, 4088.0, 4058.0, 4068.0, 4059.0, 4090.0, 4090.0, 4047.0, 4078.0, 4048.0, 4088.0, 4046.0, 4079.0, 4058.0, 4057.0, 4059.0, 4109.0, 4068.0, 4088.0, 4057.0, 4047.0, 4047.0, 4058.0, 4070.0, 4057.0, 4068.0, 4035.0, 4069.0, 4078.0, 4058.0, 4058.0, 4058.0, 4058.0, 4068.0, 4058.0, 4047.0, 4068.0, 4057.0, 4068.0, 4094.0, 4069.0, 4059.0, 4058.0, 4057.0, 4070.0, 4068.0, 4058.0, 4049.0, 4069.0, 4058.0, 4070.0, 4058.0, 4059.0, 4080.0, 4081.0, 4058.0, 4101.0, 4047.0, 4108.0, 4077.0, 4102.0, 4046.0, 4055.0, 4045.0, 4054.0, 4044.0, 4089.0, 4091.0, 4112.0, 4100.0, 4113.0, 4109.0, 4047.0, 4090.0, 4058.0, 4049.0, 4044.0, 4047.0, 4043.0, 4047.0, 4056.0, 4045.0, 4044.0, 4044.0, 4045.0, 4036.0, 4054.0, 4064.0, 4047.0, 4097.0, 4077.0, 4098.0, 4055.0, 4064.0, 4071.0, 4050.0, 4043.0, 4061.0, 4048.0, 4031.0, 4005.0, 4032.0, 3996.0, 4032.0, 4048.0, 4031.0, 4051.0, 4021.0, 4019.0, 4021.0, 4018.0, 4032.0, 4032.0, 4021.0, 4031.0, 4032.0, 4022.0, 4008.0, 4046.0, 4042.0, 4044.0, 4053.0, 4047.0, 4064.0, 4046.0, 4048.0, 4056.0, 4057.0, 4045.0, 4056.0, 4047.0, 4048.0, 4036.0, 4060.0, 4069.0, 4059.0, 4078.0, 4059.0, 4100.0, 4078.0, 4046.0, 4047.0, 4080.0, 4047.0, 4097.0, 4056.0, 4090.0, 4045.0, 4056.0, 4046.0, 4057.0, 4089.0, 4048.0, 4070.0, 4058.0, 4071.0, 4079.0, 4073.0, 4090.0, 4060.0, 4079.0, 4070.0, 4121.0, 4090.0, 4103.0, 4058.0, 4071.0, 4072.0, 4063.0, 4074.0, 4073.0, 4073.0, 4082.0, 4105.0, 4072.0, 4124.0, 4092.0, 4090.0, 4048.0, 4047.0, 4058.0, 4110.0, 4059.0, 4059.0, 4047.0, 4056.0, 4057.0, 4047.0, 4088.0, 4045.0, 4067.0, 4047.0, 4065.0, 4045.0, 4058.0, 4048.0, 4034.0, 4057.0, 4044.0, 4046.0, 4056.0, 4046.0, 4056.0, 4048.0, 4059.0, 4048.0, 4069.0, 4072.0, 4068.0, 4058.0, 4080.0, 4067.0, 4099.0, 4077.0, 4046.0, 4046.0, 4055.0, 4050.0, 4077.0, 4060.0, 4057.0, 4049.0, 4057.0, 4047.0, 4057.0, 4090.0, 4079.0, 4099.0, 4058.0, 4056.0, 4046.0, 4045.0, 4046.0, 4089.0, 4060.0, 4046.0, 4057.0, 4045.0, 4058.0, 4078.0, 4059.0, 4058.0, 4058.0, 4057.0, 4047.0, 4047.0, 4080.0, 4059.0, 4099.0, 4058.0, 4077.0, 4050.0, 4065.0, 4057.0, 4067.0, 4034.0, 4055.0, 4033.0, 4055.0, 4064.0, 4046.0, 4086.0, 4044.0, 4063.0, 4044.0, 4043.0, 4044.0, 4077.0, 4047.0, 4067.0, 4044.0, 4053.0, 4044.0, 4057.0, 4045.0, 4066.0, 4038.0, 4056.0, 4035.0, 4055.0, 4045.0, 4055.0, 4076.0, 4078.0, 4046.0, 4059.0, 4044.0, 4059.0, 4024.0, 4056.0, 4097.0, 4046.0, 4076.0, 4056.0, 4044.0, 4055.0, 4025.0, 4061.0, 4100.0, 4070.0, 4089.0, 4101.0, 4105.0, 4127.0, 4083.0, 4088.0, 4033.0, 4011.0, 4044.0, 4037.0, 4045.0, 4035.0, 4044.0, 4044.0, 4044.0, 4046.0, 4033.0, 4064.0, 4033.0, 4075.0, 4034.0, 4055.0, 4034.0, 4084.0, 4065.0, 4074.0, 4073.0, 4020.0, 4060.0, 4019.0, 4048.0, 4006.0, 4036.0, 4028.0, 4058.0, 4007.0, 4059.0, 4007.0, 4047.0, 4006.0, 4036.0, 4005.0, 4026.0, 4005.0, 4025.0, 4007.0, 4017.0, 4007.0, 4009.0, 4009.0, 4009.0, 4021.0, 4020.0, 4032.0, 4032.0, 4034.0, 4034.0, 4034.0, 4026.0, 4022.0, 4044.0, 4022.0, 4045.0, 4067.0, 4046.0, 4046.0, 4047.0, 4057.0, 4047.0, 4078.0, 4070.0, 4048.0, 4049.0, 4059.0, 4048.0, 4078.0, 4047.0, 4079.0, 4051.0, 4059.0, 4048.0, 4058.0, 4048.0, 4058.0, 4061.0, 4059.0, 4038.0, 4070.0, 4058.0, 4060.0, 4091.0, 4062.0, 4111.0, 4060.0, 4079.0, 4049.0, 4059.0, 4051.0, 4060.0, 4101.0, 4061.0, 4110.0, 4060.0, 4110.0, 4091.0, 4078.0, 4047.0, 4056.0, 4055.0, 4044.0, 4086.0, 4057.0, 4065.0, 4045.0, 4054.0, 4044.0, 4064.0, 4045.0, 4087.0, 4038.0, 4085.0, 4034.0, 4063.0, 4033.0, 4065.0, 4038.0, 4035.0, 4044.0, 4034.0, 4022.0, 4048.0, 4064.0, 4048.0, 4077.0, 4036.0, 4046.0, 4037.0, 4044.0, 4035.0, 4035.0, 4023.0, 4045.0, 4056.0, 4046.0, 4044.0, 4035.0, 4056.0, 4038.0, 4046.0, 4025.0, 4046.0, 4065.0, 4045.0, 4086.0, 4048.0, 4057.0, 4046.0, 4056.0, 4047.0, 4045.0, 4069.0, 4048.0, 4078.0, 4048.0, 4047.0, 4035.0, 4045.0, 4086.0, 4058.0, 4087.0, 4075.0, 4044.0, 4042.0, 4033.0, 4075.0, 4044.0, 4084.0, 4035.0, 4063.0, 4035.0, 4054.0, 4026.0, 4057.0, 4035.0, 4033.0, 4032.0, 4032.0, 4031.0, 4043.0, 4042.0, 4037.0, 4073.0, 4034.0, 4043.0, 4036.0, 4042.0, 4033.0, 4044.0, 4047.0, 4045.0, 4076.0, 4046.0, 4055.0, 4049.0, 4055.0, 4059.0, 4057.0, 4056.0, 4057.0, 4090.0, 4045.0, 4065.0, 4045.0, 4088.0, 4034.0, 4045.0, 4044.0, 4034.0, 4044.0, 4035.0, 4087.0, 4045.0, 4045.0, 4048.0, 4045.0, 4045.0, 4044.0, 4057.0, 4045.0, 4045.0, 4046.0, 4044.0, 4056.0, 4066.0, 4048.0, 4086.0, 4045.0, 4054.0, 4044.0, 4053.0, 4035.0, 4086.0, 4034.0, 4044.0, 4033.0, 4043.0, 4032.0, 4033.0, 4056.0, 4045.0, 4023.0, 4045.0, 4089.0, 4043.0, 4035.0, 4086.0, 4057.0, 4053.0, 4032.0, 4066.0, 4032.0, 4075.0, 4034.0, 4065.0, 4033.0, 4036.0, 4033.0, 4045.0, 4037.0, 4036.0, 4035.0, 4057.0, 4035.0, 4057.0, 4046.0, 4061.0, 4079.0, 4049.0, 4079.0, 4047.0, 4097.0, 4047.0, 4087.0, 4068.0, 4045.0, 4038.0, 4056.0, 4034.0, 4046.0, 4067.0, 4049.0, 4056.0, 4047.0, 4037.0, 4045.0, 4054.0, 4048.0, 4101.0, 4070.0, 4037.0, 4047.0, 4057.0, 4022.0, 4032.0, 4085.0, 4076.0, 4094.0, 4022.0, 4073.0, 4035.0, 4031.0, 4023.0, 4031.0, 4054.0, 4013.0, 4010.0, 4031.0, 4019.0, 4031.0, 4034.0, 4034.0, 4021.0, 4023.0, 4034.0, 4033.0, 4022.0, 4071.0, 4033.0, 4083.0, 4031.0, 4043.0, 4033.0, 4033.0, 4031.0, 4054.0, 4032.0, 4011.0, 4021.0, 4033.0, 4021.0, 4033.0, 4064.0, 4045.0, 4043.0, 4045.0, 4057.0, 4035.0, 4066.0, 4022.0, 4065.0, 4044.0, 4032.0, 4036.0, 4055.0, 4023.0, 4045.0, 4053.0, 4048.0, 4067.0, 4048.0, 4070.0, 4047.0, 4046.0, 4049.0, 4036.0, 4037.0, 4058.0, 4036.0, 4057.0, 4077.0, 4063.0, 4098.0, 4047.0, 4076.0, 4046.0, 4045.0, 4035.0, 4047.0, 4036.0, 4047.0, 4046.0, 4057.0, 4076.0, 4046.0, 4077.0, 4058.0, 4045.0, 4035.0, 4045.0, 4037.0, 4086.0, 4033.0, 4087.0, 4034.0, 4065.0, 4036.0, 4045.0, 4033.0, 4033.0, 4046.0, 4034.0, 4023.0, 4043.0, 4022.0, 4055.0, 4023.0, 4047.0, 4067.0, 4035.0, 4056.0, 4044.0, 4036.0, 4043.0, 4087.0, 4044.0, 4042.0, 4073.0, 4054.0, 4034.0, 4021.0, 4032.0, 4024.0, 4042.0, 4021.0, 4076.0, 4056.0, 4077.0, 4022.0, 4035.0, 4034.0, 4035.0, 4024.0, 4035.0, 4065.0, 4036.0, 4054.0, 4036.0, 4042.0, 4048.0, 4064.0, 4036.0, 4064.0, 4034.0, 4052.0, 4036.0, 4064.0, 4033.0, 4057.0, 4034.0, 4037.0, 4034.0, 4055.0, 4054.0, 4046.0, 4064.0, 4056.0, 4084.0, 4033.0, 4073.0, 4035.0, 4064.0, 4033.0, 4067.0, 4034.0, 4035.0, 4022.0, 4043.0, 4032.0, 4045.0, 4064.0, 4034.0, 4045.0, 4047.0, 4057.0, 4035.0, 4064.0, 4045.0, 4034.0, 4036.0, 4043.0, 4022.0, 4032.0, 4022.0, 4065.0, 4091.0, 4047.0, 4042.0, 4045.0, 4043.0, 4043.0, 4045.0, 4037.0, 4053.0, 4038.0, 4053.0, 4045.0, 4065.0, 4047.0, 4057.0, 4047.0, 4065.0, 4045.0, 4055.0, 4056.0, 4044.0, 4044.0], 'WindowWidth': [9107.0, 9059.0, 9085.0, 9010.0, 9039.0, 9076.0, 9041.0, 9062.0, 9034.0, 9048.0, 9014.0, 9015.0, 9021.0, 9059.0, 9046.0, 9001.0, 9002.0, 9031.0, 9013.0, 9032.0, 9052.0, 9029.0, 9094.0, 9027.0, 9030.0, 9015.0, 9047.0, 9019.0, 9036.0, 9078.0, 9038.0, 9066.0, 9042.0, 9066.0, 9060.0, 9073.0, 9050.0, 9072.0, 9061.0, 9073.0, 9063.0, 9103.0, 9066.0, 9096.0, 9047.0, 9081.0, 9043.0, 9083.0, 9041.0, 9066.0, 9070.0, 9038.0, 9040.0, 9040.0, 9043.0, 9052.0, 9040.0, 9098.0, 9047.0, 9025.0, 9038.0, 9037.0, 9037.0, 9090.0, 9040.0, 9065.0, 9023.0, 9075.0, 9037.0, 9049.0, 9038.0, 9081.0, 9080.0, 9021.0, 9062.0, 9022.0, 9075.0, 9018.0, 9064.0, 9034.0, 9034.0, 9039.0, 9106.0, 9047.0, 9075.0, 9031.0, 9017.0, 9020.0, 9036.0, 9055.0, 9033.0, 9051.0, 8999.0, 9052.0, 9063.0, 9035.0, 9038.0, 9037.0, 9036.0, 9051.0, 9036.0, 9020.0, 9048.0, 9032.0, 9051.0, 9090.0, 9052.0, 9039.0, 9035.0, 9033.0, 9055.0, 9050.0, 9037.0, 9028.0, 9054.0, 9038.0, 9056.0, 9038.0, 9040.0, 9067.0, 9071.0, 9036.0, 9096.0, 9019.0, 9103.0, 9057.0, 9097.0, 9016.0, 9027.0, 9012.0, 9021.0, 9010.0, 9079.0, 9086.0, 9114.0, 9095.0, 9117.0, 9105.0, 9019.0, 9081.0, 9036.0, 9021.0, 9010.0, 9015.0, 9006.0, 9015.0, 9025.0, 9011.0, 9009.0, 9010.0, 9012.0, 8999.0, 9023.0, 9035.0, 9015.0, 9086.0, 9057.0, 9084.0, 9023.0, 9032.0, 9040.0, 9009.0, 9001.0, 9023.0, 9003.0, 8980.0, 8943.0, 8985.0, 8934.0, 8986.0, 9003.0, 8984.0, 9010.0, 8971.0, 8965.0, 8969.0, 8965.0, 8985.0, 8986.0, 8971.0, 8984.0, 8984.0, 8974.0, 8953.0, 9012.0, 9005.0, 9012.0, 9021.0, 9018.0, 9036.0, 9016.0, 9018.0, 9029.0, 9031.0, 9015.0, 9027.0, 9020.0, 9022.0, 9005.0, 9042.0, 9053.0, 9039.0, 9060.0, 9039.0, 9095.0, 9061.0, 9016.0, 9019.0, 9061.0, 9020.0, 9085.0, 9029.0, 9075.0, 9014.0, 9029.0, 9016.0, 9033.0, 9079.0, 9022.0, 9055.0, 9038.0, 9058.0, 9067.0, 9064.0, 9081.0, 9041.0, 9065.0, 9054.0, 9126.0, 9083.0, 9103.0, 9036.0, 9058.0, 9061.0, 9051.0, 9065.0, 9064.0, 9064.0, 9073.0, 9107.0, 9061.0, 9138.0, 9086.0, 9080.0, 9019.0, 9017.0, 9035.0, 9108.0, 9036.0, 9036.0, 9018.0, 9028.0, 9030.0, 9017.0, 9073.0, 9012.0, 9042.0, 9016.0, 9039.0, 9011.0, 9029.0, 9018.0, 8995.0, 9030.0, 9010.0, 9017.0, 9029.0, 9017.0, 9029.0, 9021.0, 9038.0, 9020.0, 9052.0, 9057.0, 9048.0, 9034.0, 9063.0, 9046.0, 9090.0, 9057.0, 9015.0, 9016.0, 9026.0, 9024.0, 9058.0, 9037.0, 9030.0, 9021.0, 9030.0, 9017.0, 9030.0, 9079.0, 9064.0, 9092.0, 9035.0, 9030.0, 9015.0, 9012.0, 9016.0, 9080.0, 9038.0, 9014.0, 9030.0, 9014.0, 9035.0, 9060.0, 9039.0, 9035.0, 9036.0, 9033.0, 9018.0, 9017.0, 9067.0, 9037.0, 9092.0, 9036.0, 9058.0, 9023.0, 9037.0, 9032.0, 9043.0, 8996.0, 9027.0, 8994.0, 9024.0, 9034.0, 9013.0, 9069.0, 9009.0, 9034.0, 9010.0, 9005.0, 9009.0, 9055.0, 9016.0, 9040.0, 9011.0, 9020.0, 9011.0, 9030.0, 9014.0, 9042.0, 9007.0, 9029.0, 9001.0, 9027.0, 9014.0, 9025.0, 9056.0, 9060.0, 9015.0, 9036.0, 9011.0, 9033.0, 8984.0, 9029.0, 9085.0, 9015.0, 9056.0, 9031.0, 9011.0, 9027.0, 8988.0, 9044.0, 9097.0, 9058.0, 9077.0, 9101.0, 9113.0, 9146.0, 9076.0, 9075.0, 8993.0, 8961.0, 9009.0, 9003.0, 9013.0, 8999.0, 9010.0, 9010.0, 9010.0, 9013.0, 8995.0, 9035.0, 8993.0, 9049.0, 8993.0, 9021.0, 8992.0, 9062.0, 9037.0, 9046.0, 9042.0, 8967.0, 9021.0, 8961.0, 9001.0, 8940.0, 8983.0, 8974.0, 9015.0, 8945.0, 9017.0, 8944.0, 8998.0, 8940.0, 8979.0, 8939.0, 8966.0, 8939.0, 8965.0, 8944.0, 8958.0, 8945.0, 8951.0, 8952.0, 8953.0, 8971.0, 8968.0, 8988.0, 8985.0, 8991.0, 8992.0, 8993.0, 8985.0, 8978.0, 9011.0, 8979.0, 9014.0, 9046.0, 9017.0, 9016.0, 9019.0, 9033.0, 9021.0, 9060.0, 9055.0, 9021.0, 9024.0, 9037.0, 9021.0, 9060.0, 9020.0, 9063.0, 9028.0, 9037.0, 9024.0, 9035.0, 9022.0, 9034.0, 9045.0, 9040.0, 9009.0, 9056.0, 9036.0, 9041.0, 9085.0, 9048.0, 9111.0, 9041.0, 9065.0, 9024.0, 9037.0, 9033.0, 9040.0, 9100.0, 9045.0, 9109.0, 9040.0, 9108.0, 9086.0, 9059.0, 9018.0, 9028.0, 9026.0, 9010.0, 9069.0, 9032.0, 9039.0, 9014.0, 9023.0, 9011.0, 9037.0, 9013.0, 9074.0, 9004.0, 9065.0, 8996.0, 9033.0, 8993.0, 9036.0, 9007.0, 8999.0, 9009.0, 8997.0, 8978.0, 9019.0, 9038.0, 9022.0, 9056.0, 9002.0, 9012.0, 9004.0, 9009.0, 8998.0, 9001.0, 8982.0, 9014.0, 9029.0, 9018.0, 9009.0, 9000.0, 9030.0, 9009.0, 9015.0, 8988.0, 9018.0, 9039.0, 9015.0, 9071.0, 9026.0, 9031.0, 9017.0, 9030.0, 9017.0, 9014.0, 9051.0, 9025.0, 9062.0, 9022.0, 9022.0, 9000.0, 9012.0, 9071.0, 9036.0, 9069.0, 9054.0, 9010.0, 9003.0, 8993.0, 9050.0, 9011.0, 9064.0, 8998.0, 9034.0, 8998.0, 9020.0, 8986.0, 9029.0, 8999.0, 8994.0, 8990.0, 8993.0, 8988.0, 9007.0, 9004.0, 9006.0, 9047.0, 8997.0, 9009.0, 9000.0, 9005.0, 8994.0, 9010.0, 9021.0, 9015.0, 9057.0, 9018.0, 9028.0, 9023.0, 9027.0, 9039.0, 9032.0, 9028.0, 9032.0, 9079.0, 9014.0, 9041.0, 9012.0, 9075.0, 8999.0, 9014.0, 9012.0, 8999.0, 9010.0, 9001.0, 9074.0, 9015.0, 9014.0, 9021.0, 9015.0, 9016.0, 9010.0, 9036.0, 9014.0, 9014.0, 9017.0, 9010.0, 9031.0, 9042.0, 9022.0, 9070.0, 9015.0, 9023.0, 9010.0, 9021.0, 9001.0, 9071.0, 8998.0, 9012.0, 8995.0, 9007.0, 8993.0, 8994.0, 9031.0, 9012.0, 8982.0, 9013.0, 9074.0, 9008.0, 9001.0, 9069.0, 9030.0, 9022.0, 8994.0, 9039.0, 8992.0, 9052.0, 9000.0, 9039.0, 8995.0, 9000.0, 8994.0, 9014.0, 9004.0, 9006.0, 9002.0, 9034.0, 9002.0, 9035.0, 9017.0, 9046.0, 9066.0, 9026.0, 9065.0, 9021.0, 9086.0, 9019.0, 9075.0, 9052.0, 9013.0, 9007.0, 9028.0, 8998.0, 9016.0, 9046.0, 9026.0, 9031.0, 9019.0, 9004.0, 9015.0, 9024.0, 9023.0, 9100.0, 9054.0, 9008.0, 9020.0, 9033.0, 8978.0, 8991.0, 9068.0, 9058.0, 9079.0, 8979.0, 9048.0, 8997.0, 8988.0, 8978.0, 8987.0, 9022.0, 8963.0, 8958.0, 8989.0, 8969.0, 8988.0, 8993.0, 8996.0, 8976.0, 8979.0, 8994.0, 8991.0, 8976.0, 9043.0, 8993.0, 9057.0, 8987.0, 9004.0, 8992.0, 8990.0, 8989.0, 9020.0, 8991.0, 8963.0, 8975.0, 8995.0, 8974.0, 8995.0, 9038.0, 9013.0, 9008.0, 9011.0, 9029.0, 8999.0, 9038.0, 8978.0, 9037.0, 9010.0, 8992.0, 9000.0, 9026.0, 8981.0, 9013.0, 9023.0, 9023.0, 9044.0, 9021.0, 9051.0, 9019.0, 9015.0, 9027.0, 9005.0, 9007.0, 9038.0, 9002.0, 9032.0, 9061.0, 9049.0, 9089.0, 9019.0, 9057.0, 9015.0, 9013.0, 9000.0, 9020.0, 9002.0, 9019.0, 9017.0, 9032.0, 9055.0, 9017.0, 9058.0, 9038.0, 9013.0, 9002.0, 9014.0, 9004.0, 9070.0, 8995.0, 9074.0, 8997.0, 9039.0, 9001.0, 9011.0, 8995.0, 8993.0, 9016.0, 8998.0, 8980.0, 9010.0, 8979.0, 9026.0, 8981.0, 9016.0, 9044.0, 9001.0, 9030.0, 9012.0, 9002.0, 9008.0, 9071.0, 9006.0, 9005.0, 9048.0, 9025.0, 8994.0, 8976.0, 8992.0, 8981.0, 9003.0, 8976.0, 9052.0, 9028.0, 9057.0, 8978.0, 8997.0, 8995.0, 8998.0, 8983.0, 8998.0, 9042.0, 9000.0, 9024.0, 9002.0, 9007.0, 9020.0, 9038.0, 9006.0, 9036.0, 8997.0, 9019.0, 9000.0, 9037.0, 8995.0, 9030.0, 8997.0, 9006.0, 8999.0, 9027.0, 9024.0, 9014.0, 9038.0, 9031.0, 9064.0, 8995.0, 9047.0, 8997.0, 9036.0, 8994.0, 9043.0, 8995.0, 8997.0, 8977.0, 9007.0, 8991.0, 9015.0, 9038.0, 9000.0, 9013.0, 9018.0, 9030.0, 9002.0, 9038.0, 9017.0, 8995.0, 9000.0, 9007.0, 8978.0, 8991.0, 8979.0, 9040.0, 9083.0, 9016.0, 9005.0, 9014.0, 9008.0, 9009.0, 9010.0, 9007.0, 9022.0, 9005.0, 9023.0, 9015.0, 9041.0, 9019.0, 9032.0, 9019.0, 9041.0, 9016.0, 9029.0, 9031.0, 9013.0, 9012.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.0006401492537313431</td></tr>
<tr><td colspan=3>aqi</td><td>0.01938198346727899</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.054580890241375</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2285424027241383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004302359563218</td></tr>
<tr><td colspan=3>efc</td><td>0.498</td></tr>
<tr><td colspan=3>fber</td><td>4485.7456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07271170499096344</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5527414670567303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3775563978600927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897171749107861</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3834962542022375</td></tr>
<tr><td colspan=3>gcor</td><td>0.0163434</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028045151382684708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03973133862018585</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.711089247328974</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.2319</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1633</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.5718</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297646.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>1014.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.5685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0867</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.3691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3202.0704</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.2451</td></tr>
<tr><td colspan=3>tsnr</td><td>39.319506503408775</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>