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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0103_ses-03_task-social_acq-mb8_run-03_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-0103_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-03_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-0103/ses-03/func/sub-0103_ses-03_task-social_acq-mb8_run-03_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>950b07763615b6747bf624fe683e7b96</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>20:53:3.992500</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.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</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-03_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.0820545</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7721, -7273, 230, -173, -190, -146, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ca46004-892a-4b34-96f6-8d8cdabf72a8||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.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['205303.992500', '205304.452500', '205304.912500', '205305.372500', '205305.832500', '205306.292500', '205306.752500', '205307.212500', '205307.672500', '205308.132500', '205308.592500', '205309.052500', '205309.512500', '205309.972500', '205310.432500', '205310.892500', '205311.352500', '205311.812500', '205312.272500', '205312.732500', '205313.192500', '205313.652500', '205314.112500', '205314.572500', '205315.032500', '205315.492500', '205315.952500', '205316.412500', '205316.872500', '205317.332500', '205317.792500', '205318.252500', '205318.712500', '205319.172500', '205319.632500', '205320.092500', '205320.552500', '205321.012500', '205321.472500', '205321.932500', '205322.392500', '205322.852500', '205323.312500', '205323.772500', '205324.232500', '205324.692500', '205325.152500', '205325.612500', '205326.072500', '205326.532500', '205326.992500', '205327.452500', '205327.912500', '205328.372500', '205328.832500', '205329.292500', '205329.752500', '205330.212500', '205330.672500', '205331.132500', '205331.592500', '205332.052500', '205332.512500', '205332.972500', '205333.432500', '205333.892500', '205334.352500', '205334.812500', '205335.272500', '205335.732500', '205336.192500', '205336.652500', '205337.112500', '205337.572500', '205338.032500', '205338.492500', '205338.952500', '205339.412500', '205339.872500', '205340.332500', '205340.792500', '205341.252500', '205341.712500', '205342.172500', '205342.632500', '205343.092500', '205343.552500', '205344.012500', '205344.472500', '205344.932500', '205345.392500', '205345.852500', '205346.312500', '205346.772500', '205347.232500', '205347.692500', '205348.152500', '205348.612500', '205349.072500', '205349.532500', '205349.992500', '205350.452500', '205350.912500', '205351.372500', '205351.832500', '205352.292500', '205352.752500', '205353.212500', '205353.672500', '205354.132500', '205354.592500', '205355.052500', '205355.512500', '205355.972500', '205356.432500', '205356.892500', '205357.352500', '205357.812500', '205358.272500', '205358.732500', '205359.192500', '205359.652500', '205400.112500', '205400.572500', '205401.032500', '205401.492500', '205401.952500', '205402.412500', '205402.872500', '205403.332500', '205403.792500', '205404.252500', '205404.712500', '205405.172500', '205405.632500', '205406.092500', '205406.552500', '205407.012500', '205407.472500', '205407.932500', '205408.392500', '205408.852500', '205409.312500', '205409.772500', '205410.232500', '205410.692500', '205411.152500', '205411.612500', '205412.072500', '205412.532500', '205412.992500', '205413.452500', '205413.912500', '205414.372500', '205414.832500', '205415.292500', '205415.752500', '205416.212500', '205416.672500', '205417.132500', '205417.592500', '205418.052500', '205418.512500', '205418.972500', '205419.432500', '205419.892500', '205420.352500', '205420.812500', '205421.272500', '205421.732500', '205422.192500', '205422.652500', '205423.112500', '205423.572500', '205424.032500', '205424.492500', '205424.952500', '205425.412500', '205425.872500', '205426.332500', '205426.792500', '205427.252500', '205427.712500', '205428.172500', '205428.632500', '205429.092500', '205429.552500', '205430.012500', '205430.472500', '205430.932500', '205431.392500', '205431.852500', '205432.312500', '205432.772500', '205433.232500', '205433.692500', '205434.152500', '205434.612500', '205435.072500', '205435.532500', '205435.992500', '205436.452500', '205436.912500', '205437.372500', '205437.832500', '205438.292500', '205438.752500', '205439.212500', '205439.672500', '205440.132500', '205440.592500', '205441.052500', '205441.512500', '205441.972500', '205442.432500', '205442.892500', '205443.352500', '205443.812500', '205444.272500', '205444.732500', '205445.192500', '205445.652500', '205446.112500', '205446.572500', '205447.032500', '205447.492500', '205447.952500', '205448.412500', '205448.872500', '205449.332500', '205449.792500', '205450.252500', '205450.712500', '205451.172500', '205451.632500', '205452.092500', '205452.552500', '205453.012500', '205453.472500', '205453.932500', '205454.392500', '205454.852500', '205455.312500', '205455.772500', '205456.232500', '205456.692500', '205457.152500', '205457.612500', '205458.072500', '205458.532500', '205458.992500', '205459.452500', '205459.912500', '205500.372500', '205500.832500', '205501.292500', '205501.752500', '205502.212500', '205502.672500', '205503.132500', '205503.592500', '205504.052500', '205504.512500', '205504.972500', '205505.432500', '205505.892500', '205506.352500', '205506.812500', '205507.272500', '205507.732500', '205508.192500', '205508.652500', '205509.112500', '205509.572500', '205510.032500', '205510.492500', '205510.952500', '205511.412500', '205511.872500', '205512.332500', '205512.792500', '205513.252500', '205513.712500', '205514.172500', '205514.632500', '205515.092500', '205515.552500', '205516.012500', '205516.472500', '205516.932500', '205517.392500', '205517.852500', '205518.312500', '205518.772500', '205519.232500', '205519.692500', '205520.152500', '205520.612500', '205521.072500', '205521.532500', '205521.992500', '205522.452500', '205522.912500', '205523.372500', '205523.832500', '205524.292500', '205524.752500', '205525.212500', '205525.672500', '205526.132500', '205526.592500', '205527.052500', '205527.512500', '205527.972500', '205528.432500', '205528.892500', '205529.352500', '205529.812500', '205530.272500', '205530.732500', '205531.192500', '205531.652500', '205532.112500', '205532.572500', '205533.032500', '205533.492500', '205533.952500', '205534.412500', '205534.872500', '205535.332500', '205535.792500', '205536.252500', '205536.712500', '205537.172500', '205537.632500', '205538.092500', '205538.552500', '205539.012500', '205539.472500', '205539.932500', '205540.392500', '205540.852500', '205541.312500', '205541.772500', '205542.232500', '205542.692500', '205543.152500', '205543.612500', '205544.072500', '205544.532500', '205544.992500', '205545.452500', '205545.912500', '205546.372500', '205546.832500', '205547.292500', '205547.752500', '205548.212500', '205548.672500', '205549.132500', '205549.592500', '205550.052500', '205550.512500', '205550.972500', '205551.432500', '205551.892500', '205552.352500', '205552.812500', '205553.272500', '205553.732500', '205554.192500', '205554.652500', '205555.112500', '205555.572500', '205556.032500', '205556.492500', '205556.952500', '205557.412500', '205557.872500', '205558.332500', '205558.792500', '205559.252500', '205559.712500', '205600.172500', '205600.632500', '205601.092500', '205601.552500', '205602.012500', '205602.472500', '205602.932500', '205603.392500', '205603.852500', '205604.312500', '205604.772500', '205605.232500', '205605.692500', '205606.152500', '205606.612500', '205607.072500', '205607.532500', '205607.992500', '205608.452500', '205608.912500', '205609.372500', '205609.832500', '205610.292500', '205610.752500', '205611.212500', '205611.672500', '205612.132500', '205612.592500', '205613.052500', '205613.512500', '205613.972500', '205614.432500', '205614.892500', '205615.352500', '205615.812500', '205616.272500', '205616.732500', '205617.192500', '205617.652500', '205618.112500', '205618.572500', '205619.032500', '205619.492500', '205619.952500', '205620.412500', '205620.872500', '205621.332500', '205621.792500', '205622.252500', '205622.712500', '205623.172500', '205623.632500', '205624.092500', '205624.552500', '205625.012500', '205625.472500', '205625.932500', '205626.392500', '205626.852500', '205627.312500', '205627.772500', '205628.232500', '205628.692500', '205629.152500', '205629.612500', '205630.072500', '205630.532500', '205630.992500', '205631.452500', '205631.912500', '205632.372500', '205632.832500', '205633.292500', '205633.752500', '205634.212500', '205634.672500', '205635.132500', '205635.592500', '205636.052500', '205636.512500', '205636.972500', '205637.432500', '205637.892500', '205638.352500', '205638.812500', '205639.272500', '205639.732500', '205640.192500', '205640.652500', '205641.112500', '205641.572500', '205642.032500', '205642.492500', '205642.952500', '205643.412500', '205643.872500', '205644.332500', '205644.792500', '205645.252500', '205645.712500', '205646.172500', '205646.632500', '205647.092500', '205647.552500', '205648.012500', '205648.472500', '205648.932500', '205649.392500', '205649.852500', '205650.312500', '205650.772500', '205651.232500', '205651.692500', '205652.152500', '205652.612500', '205653.072500', '205653.532500', '205653.992500', '205654.452500', '205654.912500', '205655.372500', '205655.832500', '205656.292500', '205656.752500', '205657.212500', '205657.672500', '205658.132500', '205658.592500', '205659.052500', '205659.512500', '205659.972500', '205700.432500', '205700.892500', '205701.352500', '205701.812500', '205702.272500', '205702.732500', '205703.192500', '205703.652500', '205704.112500', '205704.572500', '205705.032500', '205705.492500', '205705.952500', '205706.412500', '205706.872500', '205707.332500', '205707.792500', '205708.252500', '205708.712500', '205709.172500', '205709.632500', '205710.092500', '205710.552500', '205711.012500', '205711.472500', '205711.932500', '205712.392500', '205712.852500', '205713.312500', '205713.772500', '205714.232500', '205714.692500', '205715.152500', '205715.612500', '205716.072500', '205716.532500', '205716.992500', '205717.452500', '205717.912500', '205718.372500', '205718.832500', '205719.292500', '205719.752500', '205720.212500', '205720.672500', '205721.132500', '205721.592500', '205722.052500', '205722.512500', '205722.972500', '205723.432500', '205723.892500', '205724.352500', '205724.812500', '205725.272500', '205725.732500', '205726.192500', '205726.652500', '205727.112500', '205727.572500', '205728.032500', '205728.492500', '205728.952500', '205729.412500', '205729.872500', '205730.332500', '205730.792500', '205731.252500', '205731.712500', '205732.172500', '205732.632500', '205733.092500', '205733.552500', '205734.012500', '205734.472500', '205734.932500', '205735.392500', '205735.852500', '205736.312500', '205736.772500', '205737.232500', '205737.692500', '205738.152500', '205738.612500', '205739.072500', '205739.532500', '205739.992500', '205740.452500', '205740.912500', '205741.372500', '205741.832500', '205742.292500', '205742.752500', '205743.212500', '205743.672500', '205744.132500', '205744.592500', '205745.052500', '205745.512500', '205745.972500', '205746.432500', '205746.892500', '205747.352500', '205747.812500', '205748.272500', '205748.732500', '205749.192500', '205749.652500', '205750.112500', '205750.572500', '205751.032500', '205751.492500', '205751.952500', '205752.412500', '205752.872500', '205753.332500', '205753.792500', '205754.252500', '205754.712500', '205755.172500', '205755.632500', '205756.092500', '205756.552500', '205757.012500', '205757.472500', '205757.932500', '205758.392500', '205758.852500', '205759.312500', '205759.772500', '205800.232500', '205800.692500', '205801.152500', '205801.612500', '205802.072500', '205802.532500', '205802.992500', '205803.452500', '205803.912500', '205804.372500', '205804.832500', '205805.292500', '205805.752500', '205806.212500', '205806.672500', '205807.132500', '205807.592500', '205808.052500', '205808.512500', '205808.972500', '205809.432500', '205809.892500', '205810.352500', '205810.812500', '205811.272500', '205811.732500', '205812.192500', '205812.652500', '205813.112500', '205813.572500', '205814.032500', '205814.492500', '205814.952500', '205815.412500', '205815.872500', '205816.332500', '205816.792500', '205817.252500', '205817.712500', '205818.172500', '205818.632500', '205819.092500', '205819.552500', '205820.012500', '205820.472500', '205820.932500', '205821.392500', '205821.852500', '205822.312500', '205822.772500', '205823.232500', '205823.692500', '205824.152500', '205824.612500', '205825.072500', '205825.532500', '205825.992500', '205826.452500', '205826.912500', '205827.372500', '205827.832500', '205828.292500', '205828.752500', '205829.212500', '205829.672500', '205830.132500', '205830.592500', '205831.052500', '205831.512500', '205831.972500', '205832.432500', '205832.892500', '205833.352500', '205833.812500', '205834.272500', '205834.732500', '205835.192500', '205835.652500', '205836.112500', '205836.572500', '205837.032500', '205837.492500', '205837.952500', '205838.412500', '205838.872500', '205839.332500', '205839.792500', '205840.252500', '205840.712500', '205841.172500', '205841.632500', '205842.092500', '205842.552500', '205843.012500', '205843.472500', '205843.932500', '205844.392500', '205844.852500', '205845.312500', '205845.772500', '205846.232500', '205846.692500', '205847.152500', '205847.612500', '205848.072500', '205848.532500', '205848.992500', '205849.452500', '205849.912500', '205850.372500', '205850.832500', '205851.292500', '205851.752500', '205852.212500', '205852.672500', '205853.132500', '205853.592500', '205854.052500', '205854.512500', '205854.972500', '205855.432500', '205855.892500', '205856.352500', '205856.812500', '205857.272500', '205857.732500', '205858.192500', '205858.652500', '205859.112500', '205859.572500', '205900.032500', '205900.492500', '205900.952500', '205901.412500', '205901.872500', '205902.332500', '205902.792500', '205903.252500', '205903.712500', '205904.172500', '205904.632500', '205905.092500', '205905.552500', '205906.012500', '205906.472500', '205906.932500', '205907.392500', '205907.852500', '205908.312500', '205908.772500', '205909.232500', '205909.692500', '205910.152500', '205910.612500', '205911.072500', '205911.532500', '205911.992500', '205912.452500', '205912.912500', '205913.372500', '205913.832500', '205914.292500', '205914.752500', '205915.212500', '205915.672500', '205916.132500', '205916.592500', '205917.052500', '205917.512500', '205917.972500', '205918.432500', '205918.892500', '205919.352500', '205919.812500', '205920.272500', '205920.732500', '205921.192500', '205921.652500', '205922.112500', '205922.572500', '205923.032500', '205923.492500', '205923.952500', '205924.412500', '205924.872500', '205925.332500', '205925.792500', '205926.252500', '205926.712500', '205927.172500', '205927.632500', '205928.092500', '205928.552500', '205929.012500', '205929.472500', '205929.932500', '205930.392500', '205930.852500', '205931.312500', '205931.772500', '205932.232500', '205932.692500', '205933.152500', '205933.612500', '205934.072500', '205934.532500', '205934.992500', '205935.452500', '205935.912500', '205936.372500', '205936.832500', '205937.292500', '205937.752500', '205938.212500', '205938.672500', '205939.132500', '205939.592500', '205940.052500', '205940.512500', '205940.972500', '205941.432500', '205941.892500', '205942.352500', '205942.812500', '205943.272500', '205943.732500', '205944.192500', '205944.652500'], 'ContentTime': ['205331.877000', '205331.881000', '205331.883000', '205331.886000', '205331.889000', '205331.892000', '205331.894000', '205331.897000', '205331.899000', '205331.902000', '205331.905000', '205331.907000', '205331.910000', '205331.912000', '205331.915000', '205331.923000', '205331.925000', '205331.928000', '205331.930000', '205331.933000', '205331.940000', '205331.943000', '205331.945000', '205331.948000', '205331.951000', '205331.953000', '205331.956000', '205331.959000', '205331.961000', '205331.964000', '205331.966000', '205331.969000', '205331.972000', '205331.974000', '205331.977000', '205331.979000', '205331.982000', '205331.985000', '205331.987000', '205331.990000', '205331.992000', '205331.995000', '205331.998000', '205332.002000', '205332.005000', '205332.008000', '205332.010000', '205332.013000', '205332.016000', '205332.018000', '205332.021000', '205332.023000', '205332.026000', '205332.028000', '205332.031000', '205332.039000', '205332.042000', '205332.044000', '205332.047000', '205351.850000', '205351.894000', '205351.896000', '205351.899000', '205351.902000', '205351.904000', '205351.907000', '205351.909000', '205351.912000', '205351.915000', '205351.917000', '205351.920000', '205351.923000', '205351.925000', '205351.928000', '205351.930000', '205351.933000', '205351.935000', '205351.938000', '205351.941000', '205351.943000', '205351.946000', '205351.948000', '205351.951000', '205351.954000', '205351.956000', '205351.959000', '205351.961000', '205351.964000', '205351.967000', '205351.969000', '205351.972000', '205351.975000', '205351.977000', '205351.980000', '205351.982000', '205351.985000', '205351.988000', '205351.990000', '205351.993000', '205351.996000', '205351.998000', '205352.002000', '205352.004000', '205411.851000', '205411.877000', '205411.880000', '205411.883000', '205411.885000', '205411.888000', '205411.891000', '205411.893000', '205411.896000', '205411.898000', '205411.901000', '205411.904000', '205411.906000', '205411.909000', '205411.912000', '205411.914000', '205411.917000', '205411.919000', '205411.922000', '205411.925000', '205411.927000', '205411.930000', '205411.932000', '205411.945000', '205411.947000', '205411.950000', '205411.953000', '205411.955000', '205411.958000', '205411.960000', '205411.963000', '205411.966000', '205411.968000', '205411.971000', '205411.973000', '205411.976000', '205411.979000', '205411.981000', '205411.984000', '205411.986000', '205411.989000', '205411.992000', '205411.994000', '205431.851000', '205431.854000', '205431.857000', '205431.859000', '205431.862000', '205431.867000', '205431.869000', '205431.872000', '205431.874000', '205431.877000', '205431.880000', '205431.883000', '205431.886000', '205431.888000', '205431.891000', '205431.894000', '205431.897000', '205431.899000', '205431.902000', '205431.904000', '205431.907000', '205431.909000', '205431.912000', '205431.915000', '205431.917000', '205431.920000', '205431.923000', '205431.925000', '205431.928000', '205431.930000', '205431.933000', '205431.936000', '205431.939000', '205431.942000', '205431.944000', '205431.947000', '205431.949000', '205431.952000', '205431.955000', '205431.957000', '205431.960000', '205431.963000', '205431.965000', '205431.968000', '205451.851000', '205451.855000', '205451.857000', '205451.860000', '205451.862000', '205451.865000', '205451.868000', '205451.870000', '205451.873000', '205451.876000', '205451.878000', '205451.881000', '205451.883000', '205451.886000', '205451.889000', '205451.891000', '205451.894000', '205451.897000', '205451.899000', '205451.902000', '205451.904000', '205451.907000', '205451.910000', '205451.912000', '205451.915000', '205451.918000', '205451.920000', '205451.923000', '205451.926000', '205451.928000', '205451.931000', '205451.933000', '205451.936000', '205451.939000', '205451.941000', '205451.944000', '205451.947000', '205451.949000', '205451.952000', '205451.954000', '205451.957000', '205451.960000', '205451.962000', '205511.852000', '205511.854000', '205511.857000', '205511.860000', '205511.863000', '205511.865000', '205511.868000', '205511.870000', '205511.873000', '205511.876000', '205511.878000', '205511.881000', '205511.883000', '205511.886000', '205511.894000', '205511.897000', '205511.899000', '205511.902000', '205511.904000', '205511.907000', '205511.910000', '205511.912000', '205511.915000', '205511.918000', '205511.920000', '205511.923000', '205511.925000', '205511.928000', '205511.931000', '205511.933000', '205511.936000', '205511.939000', '205511.941000', '205511.944000', '205511.946000', '205511.949000', '205511.952000', '205511.954000', '205511.957000', '205511.960000', '205511.962000', '205511.965000', '205511.967000', '205531.851000', '205531.855000', '205531.857000', '205531.860000', '205531.863000', '205531.865000', '205531.868000', '205531.870000', '205531.873000', '205531.876000', '205531.878000', '205531.881000', '205531.884000', '205531.886000', '205531.889000', '205531.891000', '205531.894000', '205531.897000', '205531.899000', '205531.902000', '205531.905000', '205531.907000', '205531.910000', '205531.913000', '205531.915000', '205531.918000', '205531.921000', '205531.923000', '205531.926000', '205531.928000', '205531.931000', '205531.934000', '205531.936000', '205531.939000', '205531.941000', '205531.944000', '205531.947000', '205531.949000', '205531.952000', '205531.955000', '205531.957000', '205531.960000', '205531.963000', '205531.965000', '205551.850000', '205551.853000', '205551.856000', '205551.859000', '205551.861000', '205551.864000', '205551.867000', '205551.869000', '205551.872000', '205551.875000', '205551.877000', '205551.880000', '205551.883000', '205551.886000', '205551.889000', '205551.892000', '205551.895000', '205551.898000', '205551.900000', '205551.920000', '205551.923000', '205551.926000', '205551.928000', '205551.931000', '205551.933000', '205551.936000', '205551.939000', '205551.941000', '205551.944000', '205551.947000', '205551.949000', '205551.952000', '205551.954000', '205551.957000', '205551.960000', '205551.962000', '205551.965000', '205551.968000', '205551.971000', '205551.973000', '205551.976000', '205551.978000', '205551.981000', '205611.850000', '205611.853000', '205611.856000', '205611.858000', '205611.861000', '205611.864000', '205611.866000', '205611.869000', '205611.872000', '205611.874000', '205611.877000', '205611.880000', '205611.882000', '205611.885000', '205611.888000', '205611.890000', '205611.893000', '205611.896000', '205611.898000', '205611.901000', '205611.904000', '205611.906000', '205611.909000', '205611.912000', '205611.914000', '205611.917000', '205611.919000', '205611.922000', '205611.925000', '205611.927000', '205611.930000', '205611.933000', '205611.935000', '205611.938000', '205611.941000', '205611.943000', '205611.946000', '205611.949000', '205611.951000', '205611.954000', '205611.957000', '205611.959000', '205611.962000', '205611.964000', '205631.850000', '205631.853000', '205631.860000', '205631.863000', '205631.865000', '205631.868000', '205631.871000', '205631.873000', '205631.876000', '205631.880000', '205631.883000', '205631.886000', '205631.888000', '205631.891000', '205631.894000', '205631.896000', '205631.899000', '205631.901000', '205631.904000', '205631.907000', '205631.909000', '205631.912000', '205631.915000', '205631.917000', '205631.920000', '205631.922000', '205631.925000', '205631.927000', '205631.930000', '205631.933000', '205631.935000', '205631.938000', '205631.941000', '205631.943000', '205631.946000', '205631.948000', '205631.951000', '205631.954000', '205631.956000', '205631.959000', '205631.961000', '205631.964000', '205631.967000', '205651.851000', '205651.854000', '205651.857000', '205651.860000', '205651.862000', '205651.865000', '205651.868000', '205651.870000', '205651.873000', '205651.876000', '205651.878000', '205651.881000', '205651.883000', '205651.886000', '205651.889000', '205651.891000', '205651.894000', '205651.897000', '205651.899000', '205651.902000', '205651.905000', '205651.907000', '205651.910000', '205651.912000', '205651.915000', '205651.918000', '205651.920000', '205651.923000', '205651.926000', '205651.928000', '205651.931000', '205651.934000', '205651.936000', '205651.939000', '205651.941000', '205651.944000', '205651.947000', '205651.949000', '205651.952000', '205651.954000', '205651.957000', '205651.960000', '205651.962000', '205651.965000', '205711.851000', '205711.854000', '205711.857000', '205711.860000', '205711.862000', '205711.865000', '205711.868000', '205711.870000', '205711.873000', '205711.876000', '205711.878000', '205711.881000', '205711.884000', '205711.886000', '205711.889000', '205711.892000', '205711.894000', '205711.897000', '205711.900000', '205711.902000', '205711.905000', '205711.908000', '205711.910000', '205711.915000', '205711.917000', '205711.920000', '205711.923000', '205711.925000', '205711.928000', '205711.931000', '205711.953000', '205711.956000', '205711.959000', '205711.961000', '205711.964000', '205711.966000', '205711.969000', '205711.972000', '205711.974000', '205711.977000', '205711.980000', '205711.982000', '205711.985000', '205731.851000', '205731.854000', '205731.857000', '205731.860000', '205731.862000', '205731.865000', '205731.868000', '205731.870000', '205731.873000', '205731.875000', '205731.878000', '205731.881000', '205731.883000', '205731.886000', '205731.889000', '205731.891000', '205731.894000', '205731.897000', '205731.899000', '205731.902000', '205731.905000', '205731.907000', '205731.910000', '205731.912000', '205731.915000', '205731.918000', '205731.920000', '205731.923000', '205731.926000', '205731.928000', '205731.931000', '205731.934000', '205731.936000', '205731.939000', '205731.941000', '205731.944000', '205731.947000', '205731.949000', '205731.952000', '205731.955000', '205731.957000', '205731.960000', '205731.963000', '205731.965000', '205751.852000', '205751.859000', '205751.862000', '205751.865000', '205751.867000', '205751.870000', '205751.873000', '205751.875000', '205751.878000', '205751.881000', '205751.883000', '205751.886000', '205751.889000', '205751.891000', '205751.894000', '205751.896000', '205751.899000', '205751.902000', '205751.904000', '205751.907000', '205751.910000', '205751.912000', '205751.915000', '205751.918000', '205751.921000', '205751.923000', '205751.926000', '205751.929000', '205751.931000', '205751.934000', '205751.937000', '205751.939000', '205751.942000', '205751.945000', '205751.947000', '205751.950000', '205751.953000', '205751.955000', '205751.958000', '205751.961000', '205751.963000', '205751.966000', '205751.968000', '205811.851000', '205811.862000', '205811.865000', '205811.867000', '205811.870000', '205811.873000', '205811.875000', '205811.878000', '205811.881000', '205811.884000', '205811.886000', '205811.889000', '205811.891000', '205811.894000', '205811.897000', '205811.899000', '205811.902000', '205811.905000', '205811.907000', '205811.910000', '205811.913000', '205811.915000', '205811.918000', '205811.920000', '205811.923000', '205811.926000', '205811.928000', '205811.931000', '205811.934000', '205811.936000', '205811.939000', '205811.942000', '205811.944000', '205811.947000', '205811.950000', '205811.952000', '205811.955000', '205811.957000', '205811.960000', '205811.963000', '205811.965000', '205811.968000', '205811.971000', '205811.973000', '205831.850000', '205831.870000', '205831.873000', '205831.875000', '205831.878000', '205831.881000', '205831.883000', '205831.886000', '205831.889000', '205831.891000', '205831.894000', '205831.897000', '205831.899000', '205831.902000', '205831.905000', '205831.907000', '205831.910000', '205831.913000', '205831.915000', '205831.918000', '205831.921000', '205831.923000', '205831.926000', '205831.928000', '205831.931000', '205831.934000', '205831.936000', '205831.939000', '205831.942000', '205831.945000', '205831.948000', '205831.951000', '205831.954000', '205831.956000', '205831.959000', '205831.961000', '205831.964000', '205831.967000', '205831.969000', '205831.972000', '205831.974000', '205831.977000', '205831.980000', '205851.850000', '205851.853000', '205851.856000', '205851.858000', '205851.861000', '205851.864000', '205851.866000', '205851.869000', '205851.872000', '205851.874000', '205851.877000', '205851.880000', '205851.882000', '205851.885000', '205851.888000', '205851.890000', '205851.893000', '205851.895000', '205851.898000', '205851.901000', '205851.903000', '205851.906000', '205851.909000', '205851.911000', '205851.914000', '205851.917000', '205851.919000', '205851.922000', '205851.926000', '205851.928000', '205851.931000', '205851.933000', '205851.936000', '205851.939000', '205851.941000', '205851.944000', '205851.947000', '205851.949000', '205851.952000', '205851.954000', '205851.957000', '205851.961000', '205851.964000', '205851.966000', '205911.852000', '205911.881000', '205911.884000', '205911.887000', '205911.889000', '205911.892000', '205911.895000', '205911.897000', '205911.900000', '205911.903000', '205911.905000', '205911.908000', '205911.911000', '205911.913000', '205911.916000', '205911.919000', '205911.921000', '205911.924000', '205911.928000', '205911.931000', '205911.933000', '205911.936000', '205911.938000', '205911.941000', '205911.944000', '205911.946000', '205911.949000', '205911.952000', '205911.955000', '205911.958000', '205911.961000', '205911.963000', '205911.966000', '205911.969000', '205911.971000', '205911.974000', '205911.977000', '205911.979000', '205911.982000', '205911.984000', '205911.987000', '205911.990000', '205911.992000', '205931.851000', '205931.860000', '205931.863000', '205931.866000', '205931.868000', '205931.871000', '205931.873000', '205931.877000', '205931.879000', '205931.882000', '205931.884000', '205931.887000', '205931.890000', '205931.892000', '205931.895000', '205931.898000', '205931.900000', '205931.903000', '205931.906000', '205931.908000', '205931.911000', '205931.913000', '205931.916000', '205931.919000', '205931.921000', '205931.924000', '205931.927000', '205931.929000', '205931.932000', '205931.934000', '205931.937000', '205931.940000', '205931.942000', '205931.945000', '205931.947000', '205931.950000', '205931.953000', '205931.955000', '205931.958000', '205931.961000', '205931.963000', '205931.966000', '205931.968000', '205931.971000', '205945.537000', '205945.541000', '205945.544000', '205945.547000', '205945.550000', '205945.553000', '205945.556000', '205945.559000', '205945.562000', '205945.565000', '205945.568000', '205945.571000', '205945.574000', '205945.577000', '205945.579000', '205945.582000', '205945.585000', '205945.588000', '205945.590000', '205945.593000', '205945.596000', '205945.599000', '205945.602000', '205945.604000', '205945.607000', '205945.610000', '205945.612000', '205945.615000', '205945.618000', '205945.621000'], 'InstanceCreationTime': ['205331.877000', '205331.881000', '205331.883000', '205331.886000', '205331.889000', '205331.892000', '205331.894000', '205331.897000', '205331.899000', '205331.902000', '205331.905000', '205331.907000', '205331.910000', '205331.912000', '205331.915000', '205331.923000', '205331.925000', '205331.928000', '205331.930000', '205331.933000', '205331.940000', '205331.943000', '205331.945000', '205331.948000', '205331.951000', '205331.953000', '205331.956000', '205331.959000', '205331.961000', '205331.964000', '205331.966000', '205331.969000', '205331.972000', '205331.974000', '205331.977000', '205331.979000', '205331.982000', '205331.985000', '205331.987000', '205331.990000', '205331.992000', '205331.995000', '205331.998000', '205332.002000', '205332.005000', '205332.008000', '205332.010000', '205332.013000', '205332.016000', '205332.018000', '205332.021000', '205332.023000', '205332.026000', '205332.028000', '205332.031000', '205332.039000', '205332.042000', '205332.044000', '205332.047000', '205351.850000', '205351.894000', '205351.896000', '205351.899000', '205351.902000', '205351.904000', '205351.907000', '205351.909000', '205351.912000', '205351.915000', '205351.917000', '205351.920000', '205351.923000', '205351.925000', '205351.928000', '205351.930000', '205351.933000', '205351.935000', '205351.938000', '205351.941000', '205351.943000', '205351.946000', '205351.948000', '205351.951000', '205351.954000', '205351.956000', '205351.959000', '205351.961000', '205351.964000', '205351.967000', '205351.969000', '205351.972000', '205351.975000', '205351.977000', '205351.980000', '205351.982000', '205351.985000', '205351.988000', '205351.990000', '205351.993000', '205351.996000', '205351.998000', '205352.002000', '205352.004000', '205411.851000', '205411.877000', '205411.880000', '205411.883000', '205411.885000', '205411.888000', '205411.891000', '205411.893000', '205411.896000', '205411.898000', '205411.901000', '205411.904000', '205411.906000', '205411.909000', '205411.912000', '205411.914000', '205411.917000', '205411.919000', '205411.922000', '205411.925000', '205411.927000', '205411.930000', '205411.932000', '205411.945000', '205411.947000', '205411.950000', '205411.953000', '205411.955000', '205411.958000', '205411.960000', '205411.963000', '205411.966000', '205411.968000', '205411.971000', '205411.973000', '205411.976000', '205411.979000', '205411.981000', '205411.984000', '205411.986000', '205411.989000', '205411.992000', '205411.994000', '205431.851000', '205431.854000', '205431.857000', '205431.859000', '205431.862000', '205431.867000', '205431.869000', '205431.872000', '205431.874000', '205431.877000', '205431.880000', '205431.883000', '205431.886000', '205431.888000', '205431.891000', '205431.894000', '205431.897000', '205431.899000', '205431.902000', '205431.904000', '205431.907000', '205431.909000', '205431.912000', '205431.915000', '205431.917000', '205431.920000', '205431.923000', '205431.925000', '205431.928000', '205431.930000', '205431.933000', '205431.936000', '205431.939000', '205431.942000', '205431.944000', '205431.947000', '205431.949000', '205431.952000', '205431.955000', '205431.957000', '205431.960000', '205431.963000', '205431.965000', '205431.968000', '205451.851000', '205451.855000', '205451.857000', '205451.860000', '205451.862000', '205451.865000', '205451.868000', '205451.870000', '205451.873000', '205451.876000', '205451.878000', '205451.881000', '205451.883000', '205451.886000', '205451.889000', '205451.891000', '205451.894000', '205451.897000', '205451.899000', '205451.902000', '205451.904000', '205451.907000', '205451.910000', '205451.912000', '205451.915000', '205451.918000', '205451.920000', '205451.923000', '205451.926000', '205451.928000', '205451.931000', '205451.933000', '205451.936000', '205451.939000', '205451.941000', '205451.944000', '205451.947000', '205451.949000', '205451.952000', '205451.954000', '205451.957000', '205451.960000', '205451.962000', '205511.852000', '205511.854000', '205511.857000', '205511.860000', '205511.863000', '205511.865000', '205511.868000', '205511.870000', '205511.873000', '205511.876000', '205511.878000', '205511.881000', '205511.883000', '205511.886000', '205511.894000', '205511.897000', '205511.899000', '205511.902000', '205511.904000', '205511.907000', '205511.910000', '205511.912000', '205511.915000', '205511.918000', '205511.920000', '205511.923000', '205511.925000', '205511.928000', '205511.931000', '205511.933000', '205511.936000', '205511.939000', '205511.941000', '205511.944000', '205511.946000', '205511.949000', '205511.952000', '205511.954000', '205511.957000', '205511.960000', '205511.962000', '205511.965000', '205511.967000', '205531.851000', '205531.855000', '205531.857000', '205531.860000', '205531.863000', '205531.865000', '205531.868000', '205531.870000', '205531.873000', '205531.876000', '205531.878000', '205531.881000', '205531.884000', '205531.886000', '205531.889000', '205531.891000', '205531.894000', '205531.897000', '205531.899000', '205531.902000', '205531.905000', '205531.907000', '205531.910000', '205531.913000', '205531.915000', '205531.918000', '205531.921000', '205531.923000', '205531.926000', '205531.928000', '205531.931000', '205531.934000', '205531.936000', '205531.939000', '205531.941000', '205531.944000', '205531.947000', '205531.949000', '205531.952000', '205531.955000', '205531.957000', '205531.960000', '205531.963000', '205531.965000', '205551.850000', '205551.853000', '205551.856000', '205551.859000', '205551.861000', '205551.864000', '205551.867000', '205551.869000', '205551.872000', '205551.875000', '205551.877000', '205551.880000', '205551.883000', '205551.886000', '205551.889000', '205551.892000', '205551.895000', '205551.898000', '205551.900000', '205551.920000', '205551.923000', '205551.926000', '205551.928000', '205551.931000', '205551.933000', '205551.936000', '205551.939000', '205551.941000', '205551.944000', '205551.947000', '205551.949000', '205551.952000', '205551.954000', '205551.957000', '205551.960000', '205551.962000', '205551.965000', '205551.968000', '205551.971000', '205551.973000', '205551.976000', '205551.978000', '205551.981000', '205611.850000', '205611.853000', '205611.856000', '205611.858000', '205611.861000', '205611.864000', '205611.866000', '205611.869000', '205611.872000', '205611.874000', '205611.877000', '205611.880000', '205611.882000', '205611.885000', '205611.888000', '205611.890000', '205611.893000', '205611.896000', '205611.898000', '205611.901000', '205611.904000', '205611.906000', '205611.909000', '205611.912000', '205611.914000', '205611.917000', '205611.919000', '205611.922000', '205611.925000', '205611.927000', '205611.930000', '205611.933000', '205611.935000', '205611.938000', '205611.941000', '205611.943000', '205611.946000', '205611.949000', '205611.951000', '205611.954000', '205611.957000', '205611.959000', '205611.962000', '205611.964000', '205631.850000', '205631.853000', '205631.860000', '205631.863000', '205631.865000', '205631.868000', '205631.871000', '205631.873000', '205631.876000', '205631.880000', '205631.883000', '205631.886000', '205631.888000', '205631.891000', '205631.894000', '205631.896000', '205631.899000', '205631.901000', '205631.904000', '205631.907000', '205631.909000', '205631.912000', '205631.915000', '205631.917000', '205631.920000', '205631.922000', '205631.925000', '205631.927000', '205631.930000', '205631.933000', '205631.935000', '205631.938000', '205631.941000', '205631.943000', '205631.946000', '205631.948000', '205631.951000', '205631.954000', '205631.956000', '205631.959000', '205631.961000', '205631.964000', '205631.967000', '205651.851000', '205651.854000', '205651.857000', '205651.860000', '205651.862000', '205651.865000', '205651.868000', '205651.870000', '205651.873000', '205651.876000', '205651.878000', '205651.881000', '205651.883000', '205651.886000', '205651.889000', '205651.891000', '205651.894000', '205651.897000', '205651.899000', '205651.902000', '205651.905000', '205651.907000', '205651.910000', '205651.912000', '205651.915000', '205651.918000', '205651.920000', '205651.923000', '205651.926000', '205651.928000', '205651.931000', '205651.934000', '205651.936000', '205651.939000', '205651.941000', '205651.944000', '205651.947000', '205651.949000', '205651.952000', '205651.954000', '205651.957000', '205651.960000', '205651.962000', '205651.965000', '205711.851000', '205711.854000', '205711.857000', '205711.860000', '205711.862000', '205711.865000', '205711.868000', '205711.870000', '205711.873000', '205711.876000', '205711.878000', '205711.881000', '205711.884000', '205711.886000', '205711.889000', '205711.892000', '205711.894000', '205711.897000', '205711.900000', '205711.902000', '205711.905000', '205711.908000', '205711.910000', '205711.915000', '205711.917000', '205711.920000', '205711.923000', '205711.925000', '205711.928000', '205711.931000', '205711.953000', '205711.956000', '205711.959000', '205711.961000', '205711.964000', '205711.966000', '205711.969000', '205711.972000', '205711.974000', '205711.977000', '205711.980000', '205711.982000', '205711.985000', '205731.851000', '205731.854000', '205731.857000', '205731.860000', '205731.862000', '205731.865000', '205731.868000', '205731.870000', '205731.873000', '205731.875000', '205731.878000', '205731.881000', '205731.883000', '205731.886000', '205731.889000', '205731.891000', '205731.894000', '205731.897000', '205731.899000', '205731.902000', '205731.905000', '205731.907000', '205731.910000', '205731.912000', '205731.915000', '205731.918000', '205731.920000', '205731.923000', '205731.926000', '205731.928000', '205731.931000', '205731.934000', '205731.936000', '205731.939000', '205731.941000', '205731.944000', '205731.947000', '205731.949000', '205731.952000', '205731.955000', '205731.957000', '205731.960000', '205731.963000', '205731.965000', '205751.852000', '205751.859000', '205751.862000', '205751.865000', '205751.867000', '205751.870000', '205751.873000', '205751.875000', '205751.878000', '205751.881000', '205751.883000', '205751.886000', '205751.889000', '205751.891000', '205751.894000', '205751.896000', '205751.899000', '205751.902000', '205751.904000', '205751.907000', '205751.910000', '205751.912000', '205751.915000', '205751.918000', '205751.921000', '205751.923000', '205751.926000', '205751.929000', '205751.931000', '205751.934000', '205751.937000', '205751.939000', '205751.942000', '205751.945000', '205751.947000', '205751.950000', '205751.953000', '205751.955000', '205751.958000', '205751.961000', '205751.963000', '205751.966000', '205751.968000', '205811.851000', '205811.862000', '205811.865000', '205811.867000', '205811.870000', '205811.873000', '205811.875000', '205811.878000', '205811.881000', '205811.884000', '205811.886000', '205811.889000', '205811.891000', '205811.894000', '205811.897000', '205811.899000', '205811.902000', '205811.905000', '205811.907000', '205811.910000', '205811.913000', '205811.915000', '205811.918000', '205811.920000', '205811.923000', '205811.926000', '205811.928000', '205811.931000', '205811.934000', '205811.936000', '205811.939000', '205811.942000', '205811.944000', '205811.947000', '205811.950000', '205811.952000', '205811.955000', '205811.957000', '205811.960000', '205811.963000', '205811.965000', '205811.968000', '205811.971000', '205811.973000', '205831.850000', '205831.870000', '205831.873000', '205831.875000', '205831.878000', '205831.881000', '205831.883000', '205831.886000', '205831.889000', '205831.891000', '205831.894000', '205831.897000', '205831.899000', '205831.902000', '205831.905000', '205831.907000', '205831.910000', '205831.913000', '205831.915000', '205831.918000', '205831.921000', '205831.923000', '205831.926000', '205831.928000', '205831.931000', '205831.934000', '205831.936000', '205831.939000', '205831.942000', '205831.945000', '205831.948000', '205831.951000', '205831.954000', '205831.956000', '205831.959000', '205831.961000', '205831.964000', '205831.967000', '205831.969000', '205831.972000', '205831.974000', '205831.977000', '205831.980000', '205851.850000', '205851.853000', '205851.856000', '205851.858000', '205851.861000', '205851.864000', '205851.866000', '205851.869000', '205851.872000', '205851.874000', '205851.877000', '205851.880000', '205851.882000', '205851.885000', '205851.888000', '205851.890000', '205851.893000', '205851.895000', '205851.898000', '205851.901000', '205851.903000', '205851.906000', '205851.909000', '205851.911000', '205851.914000', '205851.917000', '205851.919000', '205851.922000', '205851.926000', '205851.928000', '205851.931000', '205851.933000', '205851.936000', '205851.939000', '205851.941000', '205851.944000', '205851.947000', '205851.949000', '205851.952000', '205851.954000', '205851.957000', '205851.961000', '205851.964000', '205851.966000', '205911.852000', '205911.881000', '205911.884000', '205911.887000', '205911.889000', '205911.892000', '205911.895000', '205911.897000', '205911.900000', '205911.903000', '205911.905000', '205911.908000', '205911.911000', '205911.913000', '205911.916000', '205911.919000', '205911.921000', '205911.924000', '205911.928000', '205911.931000', '205911.933000', '205911.936000', '205911.938000', '205911.941000', '205911.944000', '205911.946000', '205911.949000', '205911.952000', '205911.955000', '205911.958000', '205911.961000', '205911.963000', '205911.966000', '205911.969000', '205911.971000', '205911.974000', '205911.977000', '205911.979000', '205911.982000', '205911.984000', '205911.987000', '205911.990000', '205911.992000', '205931.851000', '205931.860000', '205931.863000', '205931.866000', '205931.868000', '205931.871000', '205931.873000', '205931.877000', '205931.879000', '205931.882000', '205931.884000', '205931.887000', '205931.890000', '205931.892000', '205931.895000', '205931.898000', '205931.900000', '205931.903000', '205931.906000', '205931.908000', '205931.911000', '205931.913000', '205931.916000', '205931.919000', '205931.921000', '205931.924000', '205931.927000', '205931.929000', '205931.932000', '205931.934000', '205931.937000', '205931.940000', '205931.942000', '205931.945000', '205931.947000', '205931.950000', '205931.953000', '205931.955000', '205931.958000', '205931.961000', '205931.963000', '205931.966000', '205931.968000', '205931.971000', '205945.537000', '205945.541000', '205945.544000', '205945.547000', '205945.550000', '205945.553000', '205945.556000', '205945.559000', '205945.562000', '205945.565000', '205945.568000', '205945.571000', '205945.574000', '205945.577000', '205945.579000', '205945.582000', '205945.585000', '205945.588000', '205945.590000', '205945.593000', '205945.596000', '205945.599000', '205945.602000', '205945.604000', '205945.607000', '205945.610000', '205945.612000', '205945.615000', '205945.618000', '205945.621000'], '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': [7572, 8353, 7384, 8282, 10616, 7571, 10071, 7282, 7440, 6684, 7387, 10173, 7242, 7395, 10583, 7243, 8083, 7283, 8050, 10598, 8182, 9394, 7224, 7485, 7322, 7820, 10726, 9099, 7706, 7061, 6995, 7380, 8045, 10478, 8013, 8355, 7114, 7736, 7521, 9268, 11148, 9146, 9657, 7677, 7480, 8340, 6959, 7682, 6765, 7499, 7249, 7317, 10023, 7026, 7181, 10212, 7063, 8138, 6816, 7444, 6963, 7523, 8424, 7484, 10023, 7449, 8926, 7022, 8590, 6889, 6483, 6937, 7620, 7015, 7615, 10612, 8634, 7501, 9346, 11264, 7367, 8729, 7377, 6825, 6435, 7319, 9251, 6501, 7415, 6817, 6181, 6302, 7257, 9812, 7208, 7392, 9055, 6989, 7614, 6450, 7890, 10528, 7913, 7734, 11469, 7439, 8282, 7228, 7483, 10880, 7716, 8180, 11804, 7183, 7079, 7499, 7797, 11896, 7924, 8483, 7108, 6892, 6454, 7234, 9827, 7498, 7413, 8659, 7451, 7503, 6948, 7446, 9920, 8962, 7920, 10098, 7362, 7832, 8700, 7421, 9092, 7520, 7439, 10707, 7533, 7930, 7211, 7535, 10902, 7864, 9478, 12441, 7906, 9459, 7467, 7242, 7203, 7517, 8127, 11124, 7538, 8795, 7094, 7411, 6733, 7703, 10752, 7000, 7532, 9827, 6994, 7439, 6614, 7449, 9977, 6608, 7515, 9257, 7183, 6821, 7385, 8098, 7406, 8664, 7616, 7588, 11103, 6888, 7957, 11527, 8161, 8876, 7415, 7841, 7339, 8190, 11801, 8912, 8410, 7330, 7720, 11337, 7317, 8149, 10755, 7258, 8573, 7504, 7643, 11314, 7632, 9797, 7387, 7909, 7046, 7410, 10256, 7202, 7935, 10557, 7403, 7894, 7210, 7547, 11011, 7445, 8077, 7660, 7485, 8783, 7410, 7928, 7517, 7729, 11366, 7455, 8678, 7119, 7366, 7573, 7515, 9057, 7464, 8756, 11893, 8238, 8513, 8081, 7697, 7251, 7598, 8130, 8519, 7635, 8833, 7124, 7910, 6948, 7356, 6574, 7937, 9880, 8141, 8244, 11168, 7249, 7414, 11792, 7578, 8003, 7127, 7113, 7458, 7837, 10729, 7832, 8215, 6855, 7494, 6652, 7876, 10594, 7842, 8245, 6990, 7373, 8611, 7341, 7949, 12026, 7596, 7777, 6889, 7786, 6846, 7461, 10052, 7693, 9762, 7700, 9477, 12232, 8243, 8133, 12979, 7448, 8249, 7060, 7436, 7423, 7731, 9083, 7465, 8282, 12406, 8028, 9887, 7336, 7729, 7292, 7797, 7196, 7802, 10455, 8093, 8075, 7324, 7631, 9652, 7197, 7257, 9152, 7420, 7606, 7535, 7882, 10158, 7229, 6605, 5802, 6655, 7693, 7542, 7393, 8055, 11490, 9466, 9039, 11511, 7428, 7354, 11743, 8279, 8026, 12381, 7363, 7318, 7596, 7572, 7689, 9434, 7776, 7333, 9094, 7310, 7653, 12162, 7484, 8588, 6985, 7207, 6721, 7460, 8727, 7644, 7442, 8236, 7420, 7739, 9858, 7637, 8005, 7191, 7510, 7094, 7613, 11026, 7496, 8105, 12458, 7535, 8166, 7329, 7404, 11498, 7241, 7542, 10576, 7657, 7334, 7654, 8003, 7343, 8397, 11898, 8983, 8225, 7166, 7479, 8459, 6781, 7556, 7525, 7582, 7231, 7546, 8770, 7859, 8592, 7622, 9051, 7399, 9246, 12602, 8671, 9104, 12835, 7418, 7812, 7656, 7585, 7830, 9336, 7918, 7780, 7618, 7577, 8561, 7763, 8433, 12588, 8108, 9195, 7530, 7813, 7688, 7544, 10659, 7643, 7997, 7508, 7559, 7801, 7598, 7775, 7568, 8058, 7482, 7717, 10992, 11335, 7902, 9901, 7975, 7533, 7485, 7593, 8413, 11719, 7486, 6902, 6320, 6852, 7639, 9740, 7168, 7934, 7090, 7616, 7718, 7480, 8310, 11557, 8410, 8650, 7373, 7949, 8007, 7631, 11615, 7629, 8628, 10470, 7742, 9678, 7510, 8482, 7710, 8367, 10179, 7878, 10514, 7633, 8204, 7665, 7480, 7410, 7505, 8008, 9487, 12565, 8948, 8804, 7392, 7420, 11581, 7663, 8188, 11466, 7451, 8504, 7355, 7534, 11269, 7117, 7590, 7456, 7295, 6971, 7699, 8484, 8416, 7463, 8825, 7264, 7684, 7217, 7571, 7655, 8728, 11883, 9251, 9926, 8151, 7372, 8505, 7423, 7770, 10308, 7751, 10283, 7738, 8293, 7507, 7141, 7279, 7343, 7739, 8083, 7496, 9982, 11100, 8903, 9543, 7237, 7215, 7352, 9926, 12489, 8378, 11098, 7930, 7776, 7468, 7230, 9611, 7691, 7702, 7384, 7239, 7175, 6483, 7187, 7097, 7022, 7573, 7299, 10976, 9694, 9522, 11640, 7074, 7738, 11854, 7674, 7772, 7763, 7449, 7490, 7088, 7893, 7528, 7741, 7226, 8322, 7228, 8507, 7247, 8821, 12024, 8234, 10889, 7060, 7984, 7728, 7772, 12079, 7669, 8859, 7491, 7079, 10412, 7307, 8169, 7156, 7458, 7593, 7547, 7309, 7874, 6999, 9822, 7956, 8526, 9875, 13140, 11624, 10628, 11284, 7680, 7985, 7211, 8463, 13176, 8471, 7577, 6816, 7940, 7386, 7972, 8791, 7464, 6906, 7157, 7301, 7438, 10509, 8455, 8824, 11506, 7387, 8310, 7115, 7778, 7326, 10148, 12498, 9259, 10732, 7816, 7952, 7421, 7269, 7682, 8465, 12017, 9220, 9681, 7475, 7182, 7794, 8170, 11934, 8775, 8070, 7436, 7007, 7791, 7982, 11899, 9108, 9141, 7841, 7166, 7740, 7363, 9354, 7842, 8373, 7954, 7304, 7638, 7261, 7519, 7121, 8338, 7562, 7831, 7588, 7609, 9700, 7675, 9373, 7397, 11541, 13587, 10398, 9137, 7406, 7786, 8183, 7537, 8097, 7235, 7871, 11401, 7433, 7971, 7258, 6757, 7041, 7006, 7052, 7793, 10031, 7670, 7906, 6965, 7555, 7319, 8778, 10963, 7743, 8920, 7470, 7607, 7187, 7698, 7564, 8488, 11378, 8562, 9092, 6275, 7233, 6208, 6058, 7139, 7393, 9387, 10369, 8386, 8813, 7173, 7949, 7729, 9874, 12787, 9753, 10554, 12499, 9173, 8452, 11559, 7567, 8114, 7182, 7073, 7249, 6971, 7615, 6925, 7025, 7088, 6733, 7058, 7417, 7389, 10187, 8486, 9121, 7244, 7578, 12166, 8315, 9331, 13073, 8072, 8583, 7293, 7827, 7179, 7665, 7232, 7707, 7134, 7823, 10874, 7685, 7128, 7401, 7400, 7689, 11047, 8893, 11065, 8072, 10367, 7367, 9347, 7859, 10985, 8956, 9607, 7558, 10158, 8523, 11224, 12420, 9547, 8374, 7333, 7442, 7554, 10344, 9178, 8347, 10789, 7682, 8390, 6924, 7303, 10380, 7305, 7630, 11733, 7375, 8018, 6830, 7137, 7094, 7433, 7334, 7680, 7593, 7430, 9993, 7330, 7406, 10105, 8529, 7549, 10698, 7785, 11815, 7861, 10781, 7909, 12528, 9290, 8273, 7007], 'WindowCenter': [3917.0, 3909.0, 3897.0, 3897.0, 3914.0, 3884.0, 3903.0, 3869.0, 3869.0, 3858.0, 3881.0, 3902.0, 3872.0, 3870.0, 3900.0, 3871.0, 3878.0, 3871.0, 3881.0, 3901.0, 3881.0, 3889.0, 3871.0, 3869.0, 3882.0, 3883.0, 3913.0, 3903.0, 3868.0, 3870.0, 3869.0, 3884.0, 3907.0, 3915.0, 3894.0, 3881.0, 3872.0, 3883.0, 3897.0, 3918.0, 3915.0, 3892.0, 3891.0, 3867.0, 3869.0, 3878.0, 3859.0, 3867.0, 3859.0, 3869.0, 3868.0, 3869.0, 3901.0, 3857.0, 3857.0, 3887.0, 3858.0, 3868.0, 3859.0, 3868.0, 3869.0, 3880.0, 3878.0, 3870.0, 3902.0, 3870.0, 3902.0, 3871.0, 3891.0, 3872.0, 3873.0, 3883.0, 3896.0, 3898.0, 3899.0, 3943.0, 3895.0, 3883.0, 3893.0, 3901.0, 3872.0, 3892.0, 3870.0, 3860.0, 3860.0, 3883.0, 3892.0, 3863.0, 3884.0, 3872.0, 3862.0, 3874.0, 3896.0, 3917.0, 3873.0, 3884.0, 3895.0, 3872.0, 3881.0, 3861.0, 3895.0, 3904.0, 3871.0, 3883.0, 3913.0, 3872.0, 3879.0, 3872.0, 3872.0, 3901.0, 3869.0, 3883.0, 3900.0, 3871.0, 3857.0, 3870.0, 3882.0, 3899.0, 3881.0, 3892.0, 3858.0, 3859.0, 3860.0, 3882.0, 3903.0, 3870.0, 3872.0, 3892.0, 3870.0, 3871.0, 3859.0, 3870.0, 3904.0, 3892.0, 3869.0, 3889.0, 3869.0, 3870.0, 3877.0, 3868.0, 3878.0, 3868.0, 3869.0, 3901.0, 3870.0, 3880.0, 3868.0, 3870.0, 3898.0, 3868.0, 3889.0, 3897.0, 3868.0, 3889.0, 3856.0, 3857.0, 3855.0, 3856.0, 3868.0, 3897.0, 3868.0, 3878.0, 3858.0, 3866.0, 3858.0, 3880.0, 3901.0, 3869.0, 3881.0, 3889.0, 3859.0, 3856.0, 3857.0, 3870.0, 3900.0, 3859.0, 3872.0, 3889.0, 3872.0, 3869.0, 3884.0, 3894.0, 3899.0, 3919.0, 3896.0, 3884.0, 3913.0, 3871.0, 3881.0, 3913.0, 3893.0, 3892.0, 3883.0, 3881.0, 3870.0, 3893.0, 3913.0, 3891.0, 3878.0, 3869.0, 3881.0, 3900.0, 3868.0, 3881.0, 3899.0, 3869.0, 3878.0, 3869.0, 3880.0, 3898.0, 3881.0, 3891.0, 3868.0, 3868.0, 3857.0, 3870.0, 3889.0, 3869.0, 3881.0, 3888.0, 3868.0, 3867.0, 3870.0, 3881.0, 3899.0, 3869.0, 3880.0, 3866.0, 3869.0, 3877.0, 3869.0, 3879.0, 3868.0, 3869.0, 3899.0, 3858.0, 3878.0, 3857.0, 3868.0, 3868.0, 3870.0, 3889.0, 3870.0, 3891.0, 3900.0, 3879.0, 3879.0, 3867.0, 3869.0, 3856.0, 3880.0, 3879.0, 3877.0, 3880.0, 3889.0, 3859.0, 3879.0, 3870.0, 3869.0, 3874.0, 3907.0, 3915.0, 3883.0, 3881.0, 3898.0, 3869.0, 3869.0, 3910.0, 3882.0, 3878.0, 3871.0, 3870.0, 3882.0, 3895.0, 3915.0, 3895.0, 3892.0, 3871.0, 3872.0, 3871.0, 3895.0, 3914.0, 3882.0, 3881.0, 3860.0, 3870.0, 3880.0, 3858.0, 3882.0, 3910.0, 3870.0, 3868.0, 3858.0, 3881.0, 3861.0, 3884.0, 3903.0, 3885.0, 3902.0, 3884.0, 3904.0, 3911.0, 3881.0, 3881.0, 3910.0, 3870.0, 3867.0, 3858.0, 3869.0, 3867.0, 3880.0, 3889.0, 3870.0, 3881.0, 3911.0, 3881.0, 3890.0, 3868.0, 3867.0, 3868.0, 3881.0, 3870.0, 3895.0, 3915.0, 3881.0, 3880.0, 3869.0, 3880.0, 3890.0, 3859.0, 3869.0, 3889.0, 3869.0, 3867.0, 3880.0, 3894.0, 3913.0, 3882.0, 3871.0, 3850.0, 3885.0, 3895.0, 3909.0, 3898.0, 3911.0, 3945.0, 3908.0, 3895.0, 3903.0, 3858.0, 3871.0, 3899.0, 3867.0, 3869.0, 3897.0, 3856.0, 3855.0, 3869.0, 3868.0, 3895.0, 3905.0, 3869.0, 3870.0, 3878.0, 3870.0, 3870.0, 3899.0, 3869.0, 3891.0, 3858.0, 3857.0, 3857.0, 3870.0, 3881.0, 3866.0, 3857.0, 3868.0, 3856.0, 3869.0, 3891.0, 3880.0, 3880.0, 3870.0, 3869.0, 3871.0, 3883.0, 3902.0, 3859.0, 3880.0, 3911.0, 3870.0, 3878.0, 3871.0, 3871.0, 3899.0, 3869.0, 3870.0, 3900.0, 3882.0, 3868.0, 3882.0, 3880.0, 3883.0, 3907.0, 3912.0, 3892.0, 3880.0, 3858.0, 3870.0, 3879.0, 3860.0, 3870.0, 3868.0, 3881.0, 3868.0, 3882.0, 3892.0, 3895.0, 3894.0, 3884.0, 3893.0, 3882.0, 3903.0, 3914.0, 3881.0, 3892.0, 3899.0, 3859.0, 3866.0, 3868.0, 3868.0, 3883.0, 3905.0, 3880.0, 3870.0, 3867.0, 3869.0, 3878.0, 3868.0, 3881.0, 3910.0, 3869.0, 3876.0, 3869.0, 3867.0, 3868.0, 3869.0, 3887.0, 3867.0, 3867.0, 3868.0, 3868.0, 3881.0, 3881.0, 3895.0, 3896.0, 3907.0, 3885.0, 3894.0, 3916.0, 3901.0, 3880.0, 3903.0, 3868.0, 3869.0, 3855.0, 3868.0, 3881.0, 3911.0, 3869.0, 3855.0, 3859.0, 3872.0, 3896.0, 3918.0, 3885.0, 3894.0, 3872.0, 3884.0, 3882.0, 3885.0, 3895.0, 3925.0, 3894.0, 3881.0, 3872.0, 3883.0, 3881.0, 3871.0, 3900.0, 3869.0, 3892.0, 3889.0, 3868.0, 3888.0, 3869.0, 3878.0, 3870.0, 3881.0, 3889.0, 3870.0, 3900.0, 3868.0, 3879.0, 3870.0, 3869.0, 3882.0, 3870.0, 3895.0, 3904.0, 3911.0, 3895.0, 3889.0, 3872.0, 3871.0, 3900.0, 3871.0, 3881.0, 3898.0, 3857.0, 3876.0, 3869.0, 3881.0, 3898.0, 3871.0, 3882.0, 3869.0, 3870.0, 3869.0, 3882.0, 3894.0, 3881.0, 3872.0, 3892.0, 3872.0, 3869.0, 3882.0, 3881.0, 3896.0, 3906.0, 3915.0, 3907.0, 3903.0, 3869.0, 3859.0, 3877.0, 3869.0, 3870.0, 3887.0, 3867.0, 3889.0, 3856.0, 3868.0, 3870.0, 3870.0, 3883.0, 3871.0, 3895.0, 3893.0, 3885.0, 3916.0, 3913.0, 3894.0, 3902.0, 3872.0, 3883.0, 3871.0, 3903.0, 3898.0, 3880.0, 3900.0, 3867.0, 3856.0, 3857.0, 3869.0, 3889.0, 3870.0, 3870.0, 3869.0, 3869.0, 3869.0, 3862.0, 3883.0, 3885.0, 3898.0, 3908.0, 3912.0, 3945.0, 3918.0, 3906.0, 3913.0, 3859.0, 3869.0, 3899.0, 3870.0, 3870.0, 3869.0, 3869.0, 3856.0, 3870.0, 3882.0, 3895.0, 3882.0, 3884.0, 3893.0, 3884.0, 3894.0, 3885.0, 3908.0, 3927.0, 3896.0, 3913.0, 3872.0, 3881.0, 3871.0, 3883.0, 3914.0, 3871.0, 3880.0, 3859.0, 3860.0, 3901.0, 3884.0, 3879.0, 3872.0, 3870.0, 3885.0, 3896.0, 3897.0, 3909.0, 3901.0, 3931.0, 3910.0, 3907.0, 3921.0, 3942.0, 3917.0, 3906.0, 3901.0, 3871.0, 3868.0, 3871.0, 3893.0, 3923.0, 3881.0, 3867.0, 3860.0, 3879.0, 3871.0, 3896.0, 3893.0, 3872.0, 3871.0, 3871.0, 3881.0, 3884.0, 3915.0, 3882.0, 3895.0, 3912.0, 3872.0, 3880.0, 3871.0, 3879.0, 3872.0, 3915.0, 3912.0, 3893.0, 3902.0, 3869.0, 3867.0, 3868.0, 3869.0, 3881.0, 3894.0, 3913.0, 3893.0, 3889.0, 3869.0, 3857.0, 3881.0, 3895.0, 3914.0, 3881.0, 3867.0, 3869.0, 3857.0, 3870.0, 3883.0, 3913.0, 3893.0, 3890.0, 3869.0, 3858.0, 3868.0, 3868.0, 3878.0, 3868.0, 3880.0, 3880.0, 3869.0, 3868.0, 3869.0, 3870.0, 3873.0, 3881.0, 3882.0, 3882.0, 3884.0, 3883.0, 3904.0, 3896.0, 3917.0, 3886.0, 3916.0, 3911.0, 3891.0, 3878.0, 3869.0, 3895.0, 3907.0, 3883.0, 3882.0, 3871.0, 3882.0, 3913.0, 3872.0, 3880.0, 3869.0, 3858.0, 3870.0, 3869.0, 3882.0, 3897.0, 3915.0, 3884.0, 3881.0, 3874.0, 3883.0, 3897.0, 3907.0, 3917.0, 3887.0, 3894.0, 3871.0, 3871.0, 3871.0, 3882.0, 3881.0, 3895.0, 3928.0, 3896.0, 3895.0, 3862.0, 3882.0, 3862.0, 3863.0, 3884.0, 3896.0, 3906.0, 3904.0, 3883.0, 3892.0, 3874.0, 3895.0, 3886.0, 3906.0, 3914.0, 3878.0, 3878.0, 3884.0, 3852.0, 3853.0, 3873.0, 3855.0, 3854.0, 3844.0, 3858.0, 3868.0, 3856.0, 3870.0, 3872.0, 3884.0, 3884.0, 3874.0, 3886.0, 3887.0, 3884.0, 3932.0, 3909.0, 3908.0, 3885.0, 3885.0, 3913.0, 3881.0, 3893.0, 3899.0, 3869.0, 3879.0, 3869.0, 3869.0, 3860.0, 3869.0, 3882.0, 3883.0, 3872.0, 3886.0, 3914.0, 3884.0, 3872.0, 3873.0, 3870.0, 3884.0, 3927.0, 3906.0, 3916.0, 3885.0, 3902.0, 3872.0, 3905.0, 3897.0, 3916.0, 3907.0, 3903.0, 3884.0, 3902.0, 3892.0, 3915.0, 3914.0, 3892.0, 3880.0, 3870.0, 3868.0, 3882.0, 3903.0, 3879.0, 3880.0, 3900.0, 3867.0, 3868.0, 3858.0, 3870.0, 3889.0, 3857.0, 3869.0, 3899.0, 3857.0, 3866.0, 3859.0, 3870.0, 3884.0, 3896.0, 3885.0, 3883.0, 3896.0, 3912.0, 3942.0, 3899.0, 3896.0, 3917.0, 3908.0, 3896.0, 3929.0, 3897.0, 3926.0, 3896.0, 3914.0, 3897.0, 3940.0, 3892.0, 3880.0, 3858.0], 'WindowWidth': [8785.0, 8758.0, 8738.0, 8736.0, 8751.0, 8712.0, 8734.0, 8683.0, 8682.0, 8668.0, 8701.0, 8731.0, 8690.0, 8686.0, 8725.0, 8688.0, 8692.0, 8688.0, 8702.0, 8729.0, 8701.0, 8709.0, 8687.0, 8681.0, 8704.0, 8710.0, 8748.0, 8736.0, 8681.0, 8686.0, 8684.0, 8714.0, 8749.0, 8756.0, 8726.0, 8701.0, 8692.0, 8709.0, 8734.0, 8763.0, 8753.0, 8718.0, 8713.0, 8673.0, 8681.0, 8694.0, 8668.0, 8677.0, 8668.0, 8683.0, 8679.0, 8681.0, 8726.0, 8662.0, 8664.0, 8703.0, 8665.0, 8677.0, 8668.0, 8680.0, 8683.0, 8700.0, 8695.0, 8686.0, 8729.0, 8686.0, 8734.0, 8691.0, 8715.0, 8690.0, 8696.0, 8712.0, 8734.0, 8739.0, 8741.0, 8808.0, 8726.0, 8707.0, 8721.0, 8725.0, 8689.0, 8716.0, 8683.0, 8670.0, 8672.0, 8706.0, 8717.0, 8680.0, 8709.0, 8691.0, 8678.0, 8699.0, 8731.0, 8760.0, 8693.0, 8710.0, 8725.0, 8689.0, 8700.0, 8675.0, 8724.0, 8738.0, 8685.0, 8705.0, 8745.0, 8689.0, 8693.0, 8689.0, 8690.0, 8725.0, 8681.0, 8704.0, 8722.0, 8687.0, 8661.0, 8686.0, 8704.0, 8721.0, 8698.0, 8716.0, 8665.0, 8668.0, 8673.0, 8705.0, 8733.0, 8683.0, 8689.0, 8716.0, 8683.0, 8685.0, 8669.0, 8686.0, 8736.0, 8716.0, 8681.0, 8705.0, 8680.0, 8685.0, 8688.0, 8678.0, 8692.0, 8677.0, 8683.0, 8726.0, 8685.0, 8696.0, 8679.0, 8682.0, 8716.0, 8678.0, 8708.0, 8715.0, 8678.0, 8705.0, 8659.0, 8660.0, 8654.0, 8658.0, 8678.0, 8715.0, 8677.0, 8690.0, 8665.0, 8673.0, 8667.0, 8700.0, 8726.0, 8684.0, 8700.0, 8707.0, 8666.0, 8659.0, 8665.0, 8686.0, 8725.0, 8669.0, 8691.0, 8710.0, 8691.0, 8685.0, 8711.0, 8727.0, 8740.0, 8767.0, 8729.0, 8712.0, 8747.0, 8687.0, 8702.0, 8746.0, 8720.0, 8716.0, 8706.0, 8701.0, 8685.0, 8720.0, 8748.0, 8714.0, 8692.0, 8682.0, 8700.0, 8723.0, 8680.0, 8698.0, 8719.0, 8682.0, 8690.0, 8682.0, 8699.0, 8720.0, 8701.0, 8713.0, 8677.0, 8677.0, 8665.0, 8685.0, 8709.0, 8682.0, 8699.0, 8704.0, 8679.0, 8673.0, 8683.0, 8700.0, 8720.0, 8681.0, 8698.0, 8671.0, 8681.0, 8687.0, 8681.0, 8695.0, 8677.0, 8682.0, 8720.0, 8663.0, 8692.0, 8663.0, 8679.0, 8678.0, 8684.0, 8709.0, 8685.0, 8714.0, 8722.0, 8692.0, 8694.0, 8675.0, 8681.0, 8659.0, 8698.0, 8696.0, 8688.0, 8698.0, 8707.0, 8667.0, 8694.0, 8686.0, 8685.0, 8700.0, 8747.0, 8754.0, 8707.0, 8702.0, 8718.0, 8681.0, 8682.0, 8739.0, 8703.0, 8692.0, 8689.0, 8685.0, 8708.0, 8726.0, 8754.0, 8728.0, 8718.0, 8690.0, 8690.0, 8690.0, 8726.0, 8751.0, 8705.0, 8701.0, 8669.0, 8683.0, 8697.0, 8664.0, 8703.0, 8735.0, 8685.0, 8678.0, 8667.0, 8699.0, 8674.0, 8711.0, 8735.0, 8712.0, 8731.0, 8709.0, 8737.0, 8742.0, 8702.0, 8701.0, 8734.0, 8681.0, 8672.0, 8664.0, 8680.0, 8676.0, 8696.0, 8707.0, 8683.0, 8699.0, 8740.0, 8699.0, 8708.0, 8679.0, 8676.0, 8680.0, 8700.0, 8685.0, 8727.0, 8755.0, 8701.0, 8697.0, 8680.0, 8698.0, 8711.0, 8668.0, 8681.0, 8708.0, 8682.0, 8676.0, 8699.0, 8723.0, 8749.0, 8706.0, 8690.0, 8660.0, 8715.0, 8730.0, 8753.0, 8739.0, 8762.0, 8814.0, 8748.0, 8725.0, 8731.0, 8665.0, 8684.0, 8722.0, 8674.0, 8679.0, 8713.0, 8659.0, 8657.0, 8680.0, 8679.0, 8726.0, 8740.0, 8682.0, 8683.0, 8690.0, 8683.0, 8684.0, 8718.0, 8681.0, 8713.0, 8665.0, 8662.0, 8661.0, 8683.0, 8700.0, 8672.0, 8661.0, 8676.0, 8659.0, 8681.0, 8713.0, 8699.0, 8696.0, 8687.0, 8683.0, 8686.0, 8704.0, 8730.0, 8667.0, 8698.0, 8739.0, 8683.0, 8691.0, 8688.0, 8687.0, 8719.0, 8679.0, 8684.0, 8724.0, 8702.0, 8678.0, 8704.0, 8699.0, 8708.0, 8744.0, 8745.0, 8716.0, 8696.0, 8663.0, 8683.0, 8695.0, 8672.0, 8684.0, 8679.0, 8700.0, 8681.0, 8704.0, 8718.0, 8728.0, 8724.0, 8710.0, 8719.0, 8705.0, 8735.0, 8749.0, 8701.0, 8715.0, 8719.0, 8666.0, 8670.0, 8678.0, 8679.0, 8705.0, 8741.0, 8696.0, 8682.0, 8673.0, 8679.0, 8692.0, 8677.0, 8699.0, 8735.0, 8679.0, 8685.0, 8679.0, 8676.0, 8676.0, 8680.0, 8701.0, 8673.0, 8674.0, 8677.0, 8678.0, 8701.0, 8703.0, 8728.0, 8734.0, 8748.0, 8714.0, 8726.0, 8758.0, 8725.0, 8697.0, 8730.0, 8678.0, 8677.0, 8656.0, 8678.0, 8699.0, 8741.0, 8681.0, 8658.0, 8668.0, 8690.0, 8729.0, 8763.0, 8715.0, 8725.0, 8690.0, 8708.0, 8704.0, 8711.0, 8727.0, 8767.0, 8724.0, 8699.0, 8690.0, 8706.0, 8698.0, 8685.0, 8724.0, 8682.0, 8716.0, 8706.0, 8678.0, 8702.0, 8680.0, 8691.0, 8683.0, 8698.0, 8705.0, 8681.0, 8723.0, 8677.0, 8693.0, 8683.0, 8684.0, 8706.0, 8685.0, 8726.0, 8739.0, 8740.0, 8727.0, 8708.0, 8691.0, 8687.0, 8722.0, 8688.0, 8700.0, 8716.0, 8662.0, 8684.0, 8682.0, 8701.0, 8719.0, 8688.0, 8701.0, 8680.0, 8683.0, 8682.0, 8704.0, 8725.0, 8698.0, 8690.0, 8718.0, 8688.0, 8681.0, 8705.0, 8703.0, 8730.0, 8745.0, 8752.0, 8743.0, 8731.0, 8679.0, 8665.0, 8686.0, 8680.0, 8682.0, 8699.0, 8674.0, 8704.0, 8656.0, 8677.0, 8684.0, 8686.0, 8709.0, 8688.0, 8726.0, 8723.0, 8715.0, 8757.0, 8747.0, 8723.0, 8732.0, 8692.0, 8705.0, 8688.0, 8732.0, 8717.0, 8696.0, 8721.0, 8672.0, 8657.0, 8660.0, 8681.0, 8704.0, 8683.0, 8684.0, 8680.0, 8681.0, 8681.0, 8678.0, 8708.0, 8715.0, 8739.0, 8752.0, 8763.0, 8813.0, 8762.0, 8741.0, 8745.0, 8665.0, 8681.0, 8717.0, 8683.0, 8682.0, 8679.0, 8679.0, 8658.0, 8684.0, 8703.0, 8726.0, 8704.0, 8710.0, 8718.0, 8711.0, 8723.0, 8712.0, 8748.0, 8771.0, 8729.0, 8743.0, 8689.0, 8699.0, 8685.0, 8706.0, 8747.0, 8685.0, 8697.0, 8666.0, 8670.0, 8726.0, 8709.0, 8692.0, 8690.0, 8684.0, 8712.0, 8729.0, 8734.0, 8753.0, 8746.0, 8783.0, 8755.0, 8748.0, 8770.0, 8805.0, 8760.0, 8739.0, 8726.0, 8686.0, 8676.0, 8686.0, 8720.0, 8759.0, 8700.0, 8673.0, 8670.0, 8694.0, 8687.0, 8729.0, 8722.0, 8690.0, 8689.0, 8688.0, 8701.0, 8710.0, 8754.0, 8702.0, 8723.0, 8742.0, 8688.0, 8694.0, 8687.0, 8695.0, 8691.0, 8752.0, 8743.0, 8717.0, 8726.0, 8677.0, 8673.0, 8678.0, 8679.0, 8699.0, 8723.0, 8745.0, 8718.0, 8704.0, 8680.0, 8662.0, 8699.0, 8725.0, 8749.0, 8701.0, 8674.0, 8680.0, 8662.0, 8683.0, 8704.0, 8744.0, 8717.0, 8708.0, 8678.0, 8663.0, 8677.0, 8678.0, 8691.0, 8678.0, 8698.0, 8696.0, 8682.0, 8678.0, 8682.0, 8682.0, 8694.0, 8700.0, 8704.0, 8706.0, 8710.0, 8708.0, 8739.0, 8730.0, 8758.0, 8716.0, 8755.0, 8738.0, 8711.0, 8689.0, 8682.0, 8728.0, 8744.0, 8709.0, 8704.0, 8687.0, 8702.0, 8743.0, 8691.0, 8698.0, 8680.0, 8664.0, 8683.0, 8682.0, 8707.0, 8733.0, 8753.0, 8710.0, 8699.0, 8696.0, 8708.0, 8733.0, 8748.0, 8757.0, 8718.0, 8722.0, 8687.0, 8686.0, 8686.0, 8703.0, 8702.0, 8725.0, 8776.0, 8729.0, 8723.0, 8674.0, 8702.0, 8678.0, 8680.0, 8712.0, 8729.0, 8740.0, 8736.0, 8706.0, 8713.0, 8698.0, 8724.0, 8715.0, 8743.0, 8750.0, 8687.0, 8685.0, 8689.0, 8639.0, 8644.0, 8672.0, 8650.0, 8649.0, 8637.0, 8664.0, 8679.0, 8658.0, 8683.0, 8691.0, 8710.0, 8712.0, 8698.0, 8715.0, 8718.0, 8710.0, 8786.0, 8751.0, 8748.0, 8712.0, 8712.0, 8748.0, 8697.0, 8718.0, 8718.0, 8678.0, 8691.0, 8679.0, 8679.0, 8671.0, 8681.0, 8703.0, 8705.0, 8692.0, 8714.0, 8747.0, 8708.0, 8689.0, 8692.0, 8686.0, 8707.0, 8770.0, 8741.0, 8752.0, 8712.0, 8728.0, 8691.0, 8740.0, 8732.0, 8753.0, 8743.0, 8732.0, 8707.0, 8728.0, 8716.0, 8750.0, 8748.0, 8713.0, 8693.0, 8681.0, 8678.0, 8701.0, 8731.0, 8692.0, 8694.0, 8722.0, 8674.0, 8676.0, 8663.0, 8682.0, 8705.0, 8658.0, 8678.0, 8717.0, 8661.0, 8671.0, 8667.0, 8685.0, 8712.0, 8731.0, 8712.0, 8709.0, 8730.0, 8763.0, 8805.0, 8742.0, 8731.0, 8760.0, 8750.0, 8730.0, 8778.0, 8733.0, 8770.0, 8727.0, 8748.0, 8735.0, 8796.0, 8718.0, 8696.0, 8663.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.0005822043628013777</td></tr>
<tr><td colspan=3>aqi</td><td>0.026502855683122845</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.75606765760921</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219524035977011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040306127126424</td></tr>
<tr><td colspan=3>efc</td><td>0.4578</td></tr>
<tr><td colspan=3>fber</td><td>5439.791</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11960041155905782</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.51435132032147</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613939611779852</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6351482099004437</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6879002995518264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5187703258872856</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01039443351328373</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018142011016607285</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.928019752174135</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>30.8861</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6881</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.6209</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.7174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.782</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.3213</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.2769</td></tr>
<tr><td colspan=3>tsnr</td><td>40.446860702941194</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>