ds005256-mriqc/sub-0112_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter c7ac1b6c06 [DATALAD RUNCMD] Compute MRIQC for sub-0112
=== 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-0112 --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-0112",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:42:43 +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-0112_ses-01_task-social_acq-mb8_run-06_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-0112_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-06_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-0112/ses-01/func/sub-0112_ses-01_task-social_acq-mb8_run-06_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>e089915b912d00535b47945231ab0268</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:43:20.877500</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.994861, -0.0379318, 0.0938812, 0.0390882, 0.99918, -0.0105086]</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-06_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.0849003</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4247, -7815, -7281, 176, -136, -57, -112, 46]</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>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9b4e5d87-c66b-406a-8275-8099dee86681||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.669138193130493, 0.1048707664012909, 0.25219523906707764, 101.84513092041016], [0.10176830738782883, 2.6807281970977783, -0.03813555836677551, -91.3548583984375], [0.2518763542175293, 0.028193920850753784, 2.687925338745117, -94.37442779541016], [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': ['204320.877500', '204321.337500', '204321.797500', '204322.257500', '204322.717500', '204323.177500', '204323.637500', '204324.097500', '204324.557500', '204325.017500', '204325.477500', '204325.937500', '204326.397500', '204326.857500', '204327.317500', '204327.777500', '204328.237500', '204328.697500', '204329.157500', '204329.617500', '204330.077500', '204330.537500', '204330.997500', '204331.457500', '204331.917500', '204332.377500', '204332.837500', '204333.297500', '204333.757500', '204334.217500', '204334.677500', '204335.137500', '204335.597500', '204336.057500', '204336.517500', '204336.977500', '204337.437500', '204337.897500', '204338.357500', '204338.817500', '204339.277500', '204339.737500', '204340.197500', '204340.657500', '204341.117500', '204341.577500', '204342.037500', '204342.497500', '204342.957500', '204343.417500', '204343.877500', '204344.337500', '204344.797500', '204345.257500', '204345.717500', '204346.177500', '204346.637500', '204347.097500', '204347.557500', '204348.017500', '204348.477500', '204348.937500', '204349.397500', '204349.857500', '204350.317500', '204350.777500', '204351.237500', '204351.697500', '204352.157500', '204352.617500', '204353.077500', '204353.537500', '204353.997500', '204354.457500', '204354.917500', '204355.377500', '204355.837500', '204356.297500', '204356.757500', '204357.217500', '204357.677500', '204358.137500', '204358.597500', '204359.057500', '204359.517500', '204359.977500', '204400.437500', '204400.897500', '204401.357500', '204401.817500', '204402.277500', '204402.737500', '204403.197500', '204403.657500', '204404.117500', '204404.577500', '204405.037500', '204405.497500', '204405.957500', '204406.417500', '204406.877500', '204407.337500', '204407.797500', '204408.257500', '204408.717500', '204409.177500', '204409.637500', '204410.097500', '204410.557500', '204411.017500', '204411.477500', '204411.937500', '204412.397500', '204412.857500', '204413.317500', '204413.777500', '204414.237500', '204414.697500', '204415.157500', '204415.617500', '204416.077500', '204416.537500', '204416.997500', '204417.457500', '204417.917500', '204418.377500', '204418.837500', '204419.297500', '204419.757500', '204420.217500', '204420.677500', '204421.137500', '204421.597500', '204422.057500', '204422.517500', '204422.977500', '204423.437500', '204423.897500', '204424.357500', '204424.817500', '204425.277500', '204425.737500', '204426.197500', '204426.657500', '204427.117500', '204427.577500', '204428.037500', '204428.497500', '204428.957500', '204429.417500', '204429.877500', '204430.337500', '204430.797500', '204431.257500', '204431.717500', '204432.177500', '204432.637500', '204433.097500', '204433.557500', '204434.017500', '204434.477500', '204434.937500', '204435.397500', '204435.857500', '204436.317500', '204436.777500', '204437.237500', '204437.697500', '204438.157500', '204438.617500', '204439.077500', '204439.537500', '204439.997500', '204440.457500', '204440.917500', '204441.377500', '204441.837500', '204442.297500', '204442.757500', '204443.217500', '204443.677500', '204444.137500', '204444.597500', '204445.057500', '204445.517500', '204445.977500', '204446.437500', '204446.897500', '204447.357500', '204447.817500', '204448.277500', '204448.737500', '204449.197500', '204449.657500', '204450.117500', '204450.577500', '204451.037500', '204451.497500', '204451.957500', '204452.417500', '204452.877500', '204453.337500', '204453.797500', '204454.257500', '204454.717500', '204455.177500', '204455.637500', '204456.097500', '204456.557500', '204457.017500', '204457.477500', '204457.937500', '204458.397500', '204458.857500', '204459.317500', '204459.777500', '204500.237500', '204500.697500', '204501.157500', '204501.617500', '204502.077500', '204502.537500', '204502.997500', '204503.457500', '204503.917500', '204504.377500', '204504.837500', '204505.297500', '204505.757500', '204506.217500', '204506.677500', '204507.137500', '204507.597500', '204508.057500', '204508.517500', '204508.977500', '204509.437500', '204509.897500', '204510.357500', '204510.817500', '204511.277500', '204511.737500', '204512.197500', '204512.657500', '204513.117500', '204513.577500', '204514.037500', '204514.497500', '204514.957500', '204515.417500', '204515.877500', '204516.337500', '204516.797500', '204517.257500', '204517.717500', '204518.177500', '204518.637500', '204519.097500', '204519.557500', '204520.017500', '204520.477500', '204520.937500', '204521.397500', '204521.857500', '204522.317500', '204522.777500', '204523.237500', '204523.697500', '204524.157500', '204524.617500', '204525.077500', '204525.537500', '204525.997500', '204526.457500', '204526.917500', '204527.377500', '204527.837500', '204528.297500', '204528.757500', '204529.217500', '204529.677500', '204530.137500', '204530.597500', '204531.057500', '204531.517500', '204531.977500', '204532.437500', '204532.897500', '204533.357500', '204533.817500', '204534.277500', '204534.737500', '204535.197500', '204535.657500', '204536.117500', '204536.577500', '204537.037500', '204537.497500', '204537.957500', '204538.417500', '204538.877500', '204539.337500', '204539.797500', '204540.257500', '204540.717500', '204541.177500', '204541.637500', '204542.097500', '204542.557500', '204543.017500', '204543.477500', '204543.937500', '204544.397500', '204544.857500', '204545.317500', '204545.777500', '204546.237500', '204546.697500', '204547.157500', '204547.617500', '204548.077500', '204548.537500', '204548.997500', '204549.457500', '204549.917500', '204550.377500', '204550.837500', '204551.297500', '204551.757500', '204552.217500', '204552.677500', '204553.137500', '204553.597500', '204554.057500', '204554.517500', '204554.977500', '204555.437500', '204555.897500', '204556.357500', '204556.817500', '204557.277500', '204557.737500', '204558.197500', '204558.657500', '204559.117500', '204559.577500', '204600.037500', '204600.497500', '204600.957500', '204601.417500', '204601.877500', '204602.337500', '204602.797500', '204603.257500', '204603.717500', '204604.177500', '204604.637500', '204605.097500', '204605.557500', '204606.017500', '204606.477500', '204606.937500', '204607.397500', '204607.857500', '204608.317500', '204608.777500', '204609.237500', '204609.697500', '204610.157500', '204610.617500', '204611.077500', '204611.537500', '204611.997500', '204612.457500', '204612.917500', '204613.377500', '204613.837500', '204614.297500', '204614.757500', '204615.217500', '204615.677500', '204616.137500', '204616.597500', '204617.057500', '204617.517500', '204617.977500', '204618.437500', '204618.897500', '204619.357500', '204619.817500', '204620.277500', '204620.737500', '204621.197500', '204621.657500', '204622.117500', '204622.577500', '204623.037500', '204623.497500', '204623.957500', '204624.417500', '204624.877500', '204625.337500', '204625.797500', '204626.257500', '204626.717500', '204627.177500', '204627.637500', '204628.097500', '204628.557500', '204629.017500', '204629.477500', '204629.937500', '204630.397500', '204630.857500', '204631.317500', '204631.777500', '204632.237500', '204632.697500', '204633.157500', '204633.617500', '204634.077500', '204634.537500', '204634.997500', '204635.457500', '204635.917500', '204636.377500', '204636.837500', '204637.297500', '204637.757500', '204638.217500', '204638.677500', '204639.137500', '204639.597500', '204640.057500', '204640.517500', '204640.977500', '204641.437500', '204641.897500', '204642.357500', '204642.817500', '204643.277500', '204643.737500', '204644.197500', '204644.657500', '204645.117500', '204645.577500', '204646.037500', '204646.497500', '204646.957500', '204647.417500', '204647.877500', '204648.337500', '204648.797500', '204649.257500', '204649.717500', '204650.177500', '204650.637500', '204651.097500', '204651.557500', '204652.017500', '204652.477500', '204652.937500', '204653.397500', '204653.857500', '204654.317500', '204654.777500', '204655.237500', '204655.697500', '204656.157500', '204656.617500', '204657.077500', '204657.537500', '204657.997500', '204658.457500', '204658.917500', '204659.377500', '204659.837500', '204700.297500', '204700.757500', '204701.217500', '204701.677500', '204702.137500', '204702.597500', '204703.057500', '204703.517500', '204703.977500', '204704.437500', '204704.897500', '204705.357500', '204705.817500', '204706.277500', '204706.737500', '204707.197500', '204707.657500', '204708.117500', '204708.577500', '204709.037500', '204709.497500', '204709.957500', '204710.417500', '204710.877500', '204711.337500', '204711.797500', '204712.257500', '204712.717500', '204713.177500', '204713.637500', '204714.097500', '204714.557500', '204715.017500', '204715.477500', '204715.937500', '204716.397500', '204716.857500', '204717.317500', '204717.777500', '204718.237500', '204718.697500', '204719.157500', '204719.617500', '204720.077500', '204720.537500', '204720.997500', '204721.457500', '204721.917500', '204722.377500', '204722.837500', '204723.297500', '204723.757500', '204724.217500', '204724.677500', '204725.137500', '204725.597500', '204726.057500', '204726.517500', '204726.977500', '204727.437500', '204727.897500', '204728.357500', '204728.817500', '204729.277500', '204729.737500', '204730.197500', '204730.657500', '204731.117500', '204731.577500', '204732.037500', '204732.497500', '204732.957500', '204733.417500', '204733.877500', '204734.337500', '204734.797500', '204735.257500', '204735.717500', '204736.177500', '204736.637500', '204737.097500', '204737.557500', '204738.017500', '204738.477500', '204738.937500', '204739.397500', '204739.857500', '204740.317500', '204740.777500', '204741.237500', '204741.697500', '204742.157500', '204742.617500', '204743.077500', '204743.537500', '204743.997500', '204744.457500', '204744.917500', '204745.377500', '204745.837500', '204746.297500', '204746.757500', '204747.217500', '204747.677500', '204748.137500', '204748.597500', '204749.057500', '204749.517500', '204749.977500', '204750.437500', '204750.897500', '204751.357500', '204751.817500', '204752.277500', '204752.737500', '204753.197500', '204753.657500', '204754.117500', '204754.577500', '204755.037500', '204755.497500', '204755.957500', '204756.417500', '204756.877500', '204757.337500', '204757.797500', '204758.257500', '204758.717500', '204759.177500', '204759.637500', '204800.097500', '204800.557500', '204801.017500', '204801.477500', '204801.937500', '204802.397500', '204802.857500', '204803.317500', '204803.777500', '204804.237500', '204804.697500', '204805.157500', '204805.617500', '204806.077500', '204806.537500', '204806.997500', '204807.457500', '204807.917500', '204808.377500', '204808.837500', '204809.297500', '204809.757500', '204810.217500', '204810.677500', '204811.137500', '204811.597500', '204812.057500', '204812.517500', '204812.977500', '204813.437500', '204813.897500', '204814.357500', '204814.817500', '204815.277500', '204815.737500', '204816.197500', '204816.657500', '204817.117500', '204817.577500', '204818.037500', '204818.497500', '204818.957500', '204819.417500', '204819.877500', '204820.337500', '204820.797500', '204821.257500', '204821.717500', '204822.177500', '204822.637500', '204823.097500', '204823.557500', '204824.017500', '204824.477500', '204824.937500', '204825.397500', '204825.857500', '204826.317500', '204826.777500', '204827.237500', '204827.697500', '204828.157500', '204828.617500', '204829.077500', '204829.537500', '204829.997500', '204830.457500', '204830.917500', '204831.377500', '204831.837500', '204832.297500', '204832.757500', '204833.217500', '204833.677500', '204834.137500', '204834.597500', '204835.057500', '204835.517500', '204835.977500', '204836.437500', '204836.897500', '204837.357500', '204837.817500', '204838.277500', '204838.737500', '204839.197500', '204839.657500', '204840.117500', '204840.577500', '204841.037500', '204841.497500', '204841.957500', '204842.417500', '204842.877500', '204843.337500', '204843.797500', '204844.257500', '204844.717500', '204845.177500', '204845.637500', '204846.097500', '204846.557500', '204847.017500', '204847.477500', '204847.937500', '204848.397500', '204848.857500', '204849.317500', '204849.777500', '204850.237500', '204850.697500', '204851.157500', '204851.617500', '204852.077500', '204852.537500', '204852.997500', '204853.457500', '204853.917500', '204854.377500', '204854.837500', '204855.297500', '204855.757500', '204856.217500', '204856.677500', '204857.137500', '204857.597500', '204858.057500', '204858.517500', '204858.977500', '204859.437500', '204859.897500', '204900.357500', '204900.817500', '204901.277500', '204901.737500', '204902.197500', '204902.657500', '204903.117500', '204903.577500', '204904.037500', '204904.497500', '204904.957500', '204905.417500', '204905.877500', '204906.337500', '204906.797500', '204907.257500', '204907.717500', '204908.177500', '204908.637500', '204909.097500', '204909.557500', '204910.017500', '204910.477500', '204910.937500', '204911.397500', '204911.857500', '204912.317500', '204912.777500', '204913.237500', '204913.697500', '204914.157500', '204914.617500', '204915.077500', '204915.537500', '204915.997500', '204916.457500', '204916.917500', '204917.377500', '204917.837500', '204918.297500', '204918.757500', '204919.217500', '204919.677500', '204920.137500', '204920.597500', '204921.057500', '204921.517500', '204921.977500', '204922.437500', '204922.897500', '204923.357500', '204923.817500', '204924.277500', '204924.737500', '204925.197500', '204925.657500', '204926.117500', '204926.577500', '204927.037500', '204927.497500', '204927.957500', '204928.417500', '204928.877500', '204929.337500', '204929.797500', '204930.257500', '204930.717500', '204931.177500', '204931.637500', '204932.097500', '204932.557500', '204933.017500', '204933.477500', '204933.937500', '204934.397500', '204934.857500', '204935.317500', '204935.777500', '204936.237500', '204936.697500', '204937.157500', '204937.617500', '204938.077500', '204938.537500', '204938.997500', '204939.457500', '204939.917500', '204940.377500', '204940.837500', '204941.297500', '204941.757500', '204942.217500', '204942.677500', '204943.137500', '204943.597500', '204944.057500', '204944.517500', '204944.977500', '204945.437500', '204945.897500', '204946.357500', '204946.817500', '204947.277500', '204947.737500', '204948.197500', '204948.657500', '204949.117500', '204949.577500', '204950.037500', '204950.497500', '204950.957500', '204951.417500', '204951.877500', '204952.337500', '204952.797500', '204953.257500', '204953.717500', '204954.177500', '204954.637500', '204955.097500', '204955.557500', '204956.017500', '204956.477500', '204956.937500', '204957.397500', '204957.857500', '204958.317500', '204958.777500', '204959.237500', '204959.697500', '205000.157500', '205000.617500', '205001.077500', '205001.537500'], 'ContentTime': ['204331.865000', '204331.868000', '204331.871000', '204331.874000', '204331.876000', '204331.879000', '204331.881000', '204331.894000', '204331.897000', '204331.899000', '204331.902000', '204331.904000', '204331.907000', '204331.910000', '204331.912000', '204331.915000', '204331.917000', '204331.921000', '204331.923000', '204331.930000', '204331.932000', '204351.829000', '204351.832000', '204351.835000', '204351.837000', '204351.840000', '204351.843000', '204351.845000', '204351.848000', '204351.850000', '204351.853000', '204351.855000', '204351.858000', '204351.860000', '204351.863000', '204351.865000', '204351.868000', '204351.875000', '204351.877000', '204351.880000', '204351.882000', '204351.885000', '204351.888000', '204351.890000', '204351.893000', '204351.896000', '204351.898000', '204351.901000', '204351.903000', '204351.906000', '204351.909000', '204351.911000', '204351.914000', '204351.916000', '204351.919000', '204351.922000', '204351.924000', '204351.927000', '204351.929000', '204351.932000', '204351.934000', '204351.937000', '204351.939000', '204351.942000', '204351.946000', '204411.829000', '204411.832000', '204411.835000', '204411.838000', '204411.840000', '204411.843000', '204411.846000', '204411.848000', '204411.851000', '204411.853000', '204411.856000', '204411.858000', '204411.861000', '204411.864000', '204411.866000', '204411.869000', '204411.871000', '204411.874000', '204411.877000', '204411.879000', '204411.882000', '204411.884000', '204411.887000', '204411.890000', '204411.892000', '204411.895000', '204411.897000', '204411.900000', '204411.902000', '204411.905000', '204411.907000', '204411.910000', '204411.913000', '204411.915000', '204411.918000', '204411.921000', '204411.923000', '204411.926000', '204411.928000', '204411.931000', '204411.933000', '204411.936000', '204411.945000', '204431.830000', '204431.832000', '204431.835000', '204431.838000', '204431.857000', '204431.860000', '204431.862000', '204431.865000', '204431.867000', '204431.870000', '204431.872000', '204431.875000', '204431.877000', '204431.880000', '204431.883000', '204431.885000', '204431.888000', '204431.890000', '204431.893000', '204431.896000', '204431.898000', '204431.901000', '204431.903000', '204431.906000', '204431.908000', '204431.911000', '204431.913000', '204431.916000', '204431.919000', '204431.921000', '204431.924000', '204431.926000', '204431.929000', '204431.932000', '204431.934000', '204431.937000', '204431.939000', '204431.942000', '204431.944000', '204431.947000', '204431.949000', '204431.952000', '204431.955000', '204431.957000', '204451.829000', '204451.832000', '204451.835000', '204451.838000', '204451.840000', '204451.843000', '204451.845000', '204451.848000', '204451.851000', '204451.853000', '204451.856000', '204451.858000', '204451.861000', '204451.864000', '204451.866000', '204451.869000', '204451.871000', '204451.874000', '204451.877000', '204451.879000', '204451.882000', '204451.884000', '204451.887000', '204451.890000', '204451.892000', '204451.895000', '204451.897000', '204451.900000', '204451.902000', '204451.905000', '204451.908000', '204451.911000', '204451.914000', '204451.917000', '204451.919000', '204451.922000', '204451.925000', '204451.927000', '204451.930000', '204451.932000', '204451.935000', '204451.937000', '204451.940000', '204511.829000', '204511.832000', '204511.835000', '204511.837000', '204511.840000', '204511.843000', '204511.845000', '204511.848000', '204511.850000', '204511.853000', '204511.855000', '204511.858000', '204511.861000', '204511.863000', '204511.866000', '204511.868000', '204511.871000', '204511.873000', '204511.876000', '204511.879000', '204511.881000', '204511.884000', '204511.886000', '204511.889000', '204511.891000', '204511.894000', '204511.897000', '204511.899000', '204511.902000', '204511.904000', '204511.907000', '204511.910000', '204511.912000', '204511.915000', '204511.917000', '204511.920000', '204511.923000', '204511.925000', '204511.928000', '204511.930000', '204511.933000', '204511.935000', '204511.938000', '204511.941000', '204531.829000', '204531.832000', '204531.835000', '204531.838000', '204531.840000', '204531.843000', '204531.846000', '204531.848000', '204531.851000', '204531.853000', '204531.856000', '204531.859000', '204531.861000', '204531.864000', '204531.867000', '204531.869000', '204531.872000', '204531.874000', '204531.877000', '204531.880000', '204531.882000', '204531.885000', '204531.887000', '204531.890000', '204531.892000', '204531.895000', '204531.898000', '204531.900000', '204531.903000', '204531.906000', '204531.908000', '204531.911000', '204531.913000', '204531.916000', '204531.919000', '204531.921000', '204531.924000', '204531.926000', '204531.929000', '204531.932000', '204531.935000', '204531.938000', '204531.941000', '204551.830000', '204551.833000', '204551.835000', '204551.838000', '204551.841000', '204551.843000', '204551.846000', '204551.848000', '204551.851000', '204551.854000', '204551.856000', '204551.859000', '204551.861000', '204551.864000', '204551.867000', '204551.869000', '204551.872000', '204551.875000', '204551.877000', '204551.880000', '204551.882000', '204551.885000', '204551.887000', '204551.890000', '204551.892000', '204551.895000', '204551.898000', '204551.900000', '204551.903000', '204551.905000', '204551.908000', '204551.911000', '204551.913000', '204551.916000', '204551.918000', '204551.921000', '204551.924000', '204551.926000', '204551.929000', '204551.931000', '204551.934000', '204551.936000', '204551.939000', '204551.942000', '204611.830000', '204611.832000', '204611.835000', '204611.838000', '204611.840000', '204611.843000', '204611.845000', '204611.848000', '204611.851000', '204611.853000', '204611.856000', '204611.858000', '204611.861000', '204611.871000', '204611.873000', '204611.876000', '204611.879000', '204611.881000', '204611.884000', '204611.886000', '204611.889000', '204611.892000', '204611.894000', '204611.897000', '204611.900000', '204611.902000', '204611.905000', '204611.908000', '204611.910000', '204611.913000', '204611.915000', '204611.918000', '204611.921000', '204611.923000', '204611.926000', '204611.928000', '204611.931000', '204611.934000', '204611.936000', '204611.939000', '204611.941000', '204611.944000', '204611.947000', '204631.829000', '204631.832000', '204631.835000', '204631.837000', '204631.840000', '204631.843000', '204631.845000', '204631.848000', '204631.850000', '204631.853000', '204631.855000', '204631.858000', '204631.861000', '204631.863000', '204631.866000', '204631.869000', '204631.871000', '204631.874000', '204631.876000', '204631.879000', '204631.882000', '204631.884000', '204631.887000', '204631.889000', '204631.892000', '204631.895000', '204631.897000', '204631.900000', '204631.903000', '204631.905000', '204631.908000', '204631.910000', '204631.913000', '204631.916000', '204631.918000', '204631.921000', '204631.923000', '204631.926000', '204631.929000', '204631.931000', '204631.934000', '204631.936000', '204631.939000', '204631.942000', '204651.829000', '204651.832000', '204651.835000', '204651.837000', '204651.840000', '204651.843000', '204651.845000', '204651.848000', '204651.851000', '204651.853000', '204651.856000', '204651.858000', '204651.861000', '204651.864000', '204651.866000', '204651.869000', '204651.871000', '204651.874000', '204651.876000', '204651.879000', '204651.882000', '204651.884000', '204651.887000', '204651.889000', '204651.892000', '204651.894000', '204651.897000', '204651.900000', '204651.902000', '204651.905000', '204651.907000', '204651.910000', '204651.913000', '204651.915000', '204651.918000', '204651.920000', '204651.923000', '204651.925000', '204651.928000', '204651.931000', '204651.933000', '204651.936000', '204651.939000', '204711.830000', '204711.832000', '204711.835000', '204711.838000', '204711.840000', '204711.843000', '204711.845000', '204711.848000', '204711.851000', '204711.853000', '204711.856000', '204711.859000', '204711.862000', '204711.864000', '204711.867000', '204711.870000', '204711.872000', '204711.875000', '204711.877000', '204711.880000', '204711.883000', '204711.885000', '204711.888000', '204711.890000', '204711.893000', '204711.896000', '204711.898000', '204711.901000', '204711.903000', '204711.906000', '204711.909000', '204711.911000', '204711.914000', '204711.916000', '204711.919000', '204711.921000', '204711.924000', '204711.927000', '204711.929000', '204711.932000', '204711.935000', '204711.937000', '204711.940000', '204711.942000', '204731.830000', '204731.832000', '204731.835000', '204731.838000', '204731.840000', '204731.843000', '204731.845000', '204731.848000', '204731.851000', '204731.853000', '204731.856000', '204731.858000', '204731.861000', '204731.864000', '204731.866000', '204731.869000', '204731.871000', '204731.874000', '204731.877000', '204731.879000', '204731.882000', '204731.884000', '204731.887000', '204731.889000', '204731.904000', '204731.906000', '204731.909000', '204731.912000', '204731.914000', '204731.917000', '204731.919000', '204731.922000', '204731.924000', '204731.927000', '204731.930000', '204731.932000', '204731.935000', '204731.937000', '204731.940000', '204731.943000', '204731.951000', '204731.953000', '204731.956000', '204751.830000', '204751.832000', '204751.835000', '204751.838000', '204751.840000', '204751.843000', '204751.845000', '204751.848000', '204751.851000', '204751.853000', '204751.856000', '204751.859000', '204751.861000', '204751.864000', '204751.866000', '204751.869000', '204751.872000', '204751.874000', '204751.877000', '204751.879000', '204751.882000', '204751.885000', '204751.887000', '204751.890000', '204751.892000', '204751.895000', '204751.898000', '204751.900000', '204751.903000', '204751.905000', '204751.908000', '204751.910000', '204751.913000', '204751.916000', '204751.918000', '204751.921000', '204751.923000', '204751.926000', '204751.929000', '204751.931000', '204751.934000', '204751.936000', '204751.939000', '204751.941000', '204811.829000', '204811.832000', '204811.835000', '204811.838000', '204811.840000', '204811.843000', '204811.845000', '204811.848000', '204811.850000', '204811.853000', '204811.856000', '204811.858000', '204811.861000', '204811.863000', '204811.866000', '204811.869000', '204811.871000', '204811.874000', '204811.876000', '204811.879000', '204811.881000', '204811.884000', '204811.887000', '204811.889000', '204811.892000', '204811.895000', '204811.897000', '204811.900000', '204811.902000', '204811.905000', '204811.907000', '204811.910000', '204811.913000', '204811.915000', '204811.918000', '204811.921000', '204811.923000', '204811.926000', '204811.928000', '204811.931000', '204811.934000', '204811.936000', '204811.939000', '204831.829000', '204831.832000', '204831.835000', '204831.837000', '204831.841000', '204831.844000', '204831.847000', '204831.849000', '204831.852000', '204831.855000', '204831.857000', '204831.860000', '204831.862000', '204831.865000', '204831.868000', '204831.870000', '204831.873000', '204831.875000', '204831.878000', '204831.880000', '204831.883000', '204831.886000', '204831.888000', '204831.891000', '204831.894000', '204831.896000', '204831.899000', '204831.901000', '204831.904000', '204831.907000', '204831.909000', '204831.912000', '204831.914000', '204831.917000', '204831.920000', '204831.922000', '204831.925000', '204831.928000', '204831.930000', '204831.933000', '204831.935000', '204831.938000', '204831.941000', '204831.943000', '204851.829000', '204851.832000', '204851.835000', '204851.837000', '204851.840000', '204851.843000', '204851.845000', '204851.848000', '204851.850000', '204851.853000', '204851.856000', '204851.858000', '204851.861000', '204851.863000', '204851.866000', '204851.869000', '204851.871000', '204851.874000', '204851.876000', '204851.879000', '204851.882000', '204851.884000', '204851.887000', '204851.889000', '204851.892000', '204851.895000', '204851.897000', '204851.900000', '204851.902000', '204851.905000', '204851.908000', '204851.910000', '204851.913000', '204851.915000', '204851.918000', '204851.921000', '204851.923000', '204851.926000', '204851.928000', '204851.931000', '204851.934000', '204851.936000', '204851.939000', '204911.830000', '204911.833000', '204911.835000', '204911.838000', '204911.841000', '204911.843000', '204911.846000', '204911.849000', '204911.851000', '204911.854000', '204911.857000', '204911.859000', '204911.862000', '204911.864000', '204911.867000', '204911.869000', '204911.872000', '204911.875000', '204911.877000', '204911.881000', '204911.884000', '204911.887000', '204911.889000', '204911.892000', '204911.894000', '204911.897000', '204911.900000', '204911.902000', '204911.905000', '204911.907000', '204911.910000', '204911.912000', '204911.915000', '204911.918000', '204911.920000', '204911.923000', '204911.926000', '204911.928000', '204911.931000', '204911.933000', '204911.936000', '204911.938000', '204911.941000', '204931.829000', '204931.832000', '204931.835000', '204931.838000', '204931.840000', '204931.843000', '204931.846000', '204931.848000', '204931.851000', '204931.853000', '204931.856000', '204931.859000', '204931.861000', '204931.864000', '204931.866000', '204931.869000', '204931.871000', '204931.874000', '204931.876000', '204931.879000', '204931.882000', '204931.884000', '204931.887000', '204931.890000', '204931.892000', '204931.895000', '204931.897000', '204931.900000', '204931.902000', '204931.905000', '204931.908000', '204931.910000', '204931.913000', '204931.915000', '204931.918000', '204931.921000', '204931.923000', '204931.926000', '204931.928000', '204931.931000', '204931.933000', '204931.936000', '204931.939000', '204931.941000', '204951.829000', '204951.832000', '204951.835000', '204951.838000', '204951.841000', '204951.844000', '204951.846000', '204951.849000', '204951.851000', '204951.854000', '204951.857000', '204951.859000', '204951.862000', '204951.864000', '204951.867000', '204951.869000', '204951.872000', '204951.875000', '204951.877000', '204951.881000', '204951.884000', '204951.887000', '204951.889000', '204951.892000', '204951.894000', '204951.897000', '204951.899000', '204951.902000', '204951.905000', '204951.907000', '204951.910000', '204951.912000', '204951.915000', '204951.918000', '204951.920000', '204951.923000', '204951.925000', '204951.928000', '204951.931000', '204951.933000', '204951.936000', '204951.939000', '204951.941000', '205002.857000', '205002.860000', '205002.863000', '205002.866000', '205002.868000', '205002.871000', '205002.873000', '205002.876000', '205002.879000', '205002.881000', '205002.884000', '205002.887000', '205002.889000', '205002.892000', '205002.894000', '205002.897000', '205002.900000', '205002.902000', '205002.905000', '205002.907000', '205002.910000', '205002.913000', '205002.915000', '205002.918000', '205002.920000'], 'InstanceCreationTime': ['204331.865000', '204331.868000', '204331.871000', '204331.874000', '204331.876000', '204331.879000', '204331.881000', '204331.894000', '204331.897000', '204331.899000', '204331.902000', '204331.904000', '204331.907000', '204331.910000', '204331.912000', '204331.915000', '204331.917000', '204331.921000', '204331.923000', '204331.930000', '204331.932000', '204351.829000', '204351.832000', '204351.835000', '204351.837000', '204351.840000', '204351.843000', '204351.845000', '204351.848000', '204351.850000', '204351.853000', '204351.855000', '204351.858000', '204351.860000', '204351.863000', '204351.865000', '204351.868000', '204351.875000', '204351.877000', '204351.880000', '204351.882000', '204351.885000', '204351.888000', '204351.890000', '204351.893000', '204351.896000', '204351.898000', '204351.901000', '204351.903000', '204351.906000', '204351.909000', '204351.911000', '204351.914000', '204351.916000', '204351.919000', '204351.922000', '204351.924000', '204351.927000', '204351.929000', '204351.932000', '204351.934000', '204351.937000', '204351.939000', '204351.942000', '204351.946000', '204411.829000', '204411.832000', '204411.835000', '204411.838000', '204411.840000', '204411.843000', '204411.846000', '204411.848000', '204411.851000', '204411.853000', '204411.856000', '204411.858000', '204411.861000', '204411.864000', '204411.866000', '204411.869000', '204411.871000', '204411.874000', '204411.877000', '204411.879000', '204411.882000', '204411.884000', '204411.887000', '204411.890000', '204411.892000', '204411.895000', '204411.897000', '204411.900000', '204411.902000', '204411.905000', '204411.907000', '204411.910000', '204411.913000', '204411.915000', '204411.918000', '204411.921000', '204411.923000', '204411.926000', '204411.928000', '204411.931000', '204411.933000', '204411.936000', '204411.945000', '204431.830000', '204431.832000', '204431.835000', '204431.838000', '204431.857000', '204431.860000', '204431.862000', '204431.865000', '204431.867000', '204431.870000', '204431.872000', '204431.875000', '204431.877000', '204431.880000', '204431.883000', '204431.885000', '204431.888000', '204431.890000', '204431.893000', '204431.896000', '204431.898000', '204431.901000', '204431.903000', '204431.906000', '204431.908000', '204431.911000', '204431.913000', '204431.916000', '204431.919000', '204431.921000', '204431.924000', '204431.926000', '204431.929000', '204431.932000', '204431.934000', '204431.937000', '204431.939000', '204431.942000', '204431.944000', '204431.947000', '204431.949000', '204431.952000', '204431.955000', '204431.957000', '204451.829000', '204451.832000', '204451.835000', '204451.838000', '204451.840000', '204451.843000', '204451.845000', '204451.848000', '204451.851000', '204451.853000', '204451.856000', '204451.858000', '204451.861000', '204451.864000', '204451.866000', '204451.869000', '204451.871000', '204451.874000', '204451.877000', '204451.879000', '204451.882000', '204451.884000', '204451.887000', '204451.890000', '204451.892000', '204451.895000', '204451.897000', '204451.900000', '204451.902000', '204451.905000', '204451.908000', '204451.911000', '204451.914000', '204451.917000', '204451.919000', '204451.922000', '204451.925000', '204451.927000', '204451.930000', '204451.932000', '204451.935000', '204451.937000', '204451.940000', '204511.829000', '204511.832000', '204511.835000', '204511.837000', '204511.840000', '204511.843000', '204511.845000', '204511.848000', '204511.850000', '204511.853000', '204511.855000', '204511.858000', '204511.861000', '204511.863000', '204511.866000', '204511.868000', '204511.871000', '204511.873000', '204511.876000', '204511.879000', '204511.881000', '204511.884000', '204511.886000', '204511.889000', '204511.891000', '204511.894000', '204511.897000', '204511.899000', '204511.902000', '204511.904000', '204511.907000', '204511.910000', '204511.912000', '204511.915000', '204511.917000', '204511.920000', '204511.923000', '204511.925000', '204511.928000', '204511.930000', '204511.933000', '204511.935000', '204511.938000', '204511.941000', '204531.829000', '204531.832000', '204531.835000', '204531.838000', '204531.840000', '204531.843000', '204531.846000', '204531.848000', '204531.851000', '204531.853000', '204531.856000', '204531.859000', '204531.861000', '204531.864000', '204531.867000', '204531.869000', '204531.872000', '204531.874000', '204531.877000', '204531.880000', '204531.882000', '204531.885000', '204531.887000', '204531.890000', '204531.892000', '204531.895000', '204531.898000', '204531.900000', '204531.903000', '204531.906000', '204531.908000', '204531.911000', '204531.913000', '204531.916000', '204531.919000', '204531.921000', '204531.924000', '204531.926000', '204531.929000', '204531.932000', '204531.935000', '204531.938000', '204531.941000', '204551.830000', '204551.833000', '204551.835000', '204551.838000', '204551.841000', '204551.843000', '204551.846000', '204551.848000', '204551.851000', '204551.854000', '204551.856000', '204551.859000', '204551.861000', '204551.864000', '204551.867000', '204551.869000', '204551.872000', '204551.875000', '204551.877000', '204551.880000', '204551.882000', '204551.885000', '204551.887000', '204551.890000', '204551.892000', '204551.895000', '204551.898000', '204551.900000', '204551.903000', '204551.905000', '204551.908000', '204551.911000', '204551.913000', '204551.916000', '204551.918000', '204551.921000', '204551.924000', '204551.926000', '204551.929000', '204551.931000', '204551.934000', '204551.936000', '204551.939000', '204551.942000', '204611.830000', '204611.832000', '204611.835000', '204611.838000', '204611.840000', '204611.843000', '204611.845000', '204611.848000', '204611.851000', '204611.853000', '204611.856000', '204611.858000', '204611.861000', '204611.871000', '204611.873000', '204611.876000', '204611.879000', '204611.881000', '204611.884000', '204611.886000', '204611.889000', '204611.892000', '204611.894000', '204611.897000', '204611.900000', '204611.902000', '204611.905000', '204611.908000', '204611.910000', '204611.913000', '204611.915000', '204611.918000', '204611.921000', '204611.923000', '204611.926000', '204611.928000', '204611.931000', '204611.934000', '204611.936000', '204611.939000', '204611.941000', '204611.944000', '204611.947000', '204631.829000', '204631.832000', '204631.835000', '204631.837000', '204631.840000', '204631.843000', '204631.845000', '204631.848000', '204631.850000', '204631.853000', '204631.855000', '204631.858000', '204631.861000', '204631.863000', '204631.866000', '204631.869000', '204631.871000', '204631.874000', '204631.876000', '204631.879000', '204631.882000', '204631.884000', '204631.887000', '204631.889000', '204631.892000', '204631.895000', '204631.897000', '204631.900000', '204631.903000', '204631.905000', '204631.908000', '204631.910000', '204631.913000', '204631.916000', '204631.918000', '204631.921000', '204631.923000', '204631.926000', '204631.929000', '204631.931000', '204631.934000', '204631.936000', '204631.939000', '204631.942000', '204651.829000', '204651.832000', '204651.835000', '204651.837000', '204651.840000', '204651.843000', '204651.845000', '204651.848000', '204651.851000', '204651.853000', '204651.856000', '204651.858000', '204651.861000', '204651.864000', '204651.866000', '204651.869000', '204651.871000', '204651.874000', '204651.876000', '204651.879000', '204651.882000', '204651.884000', '204651.887000', '204651.889000', '204651.892000', '204651.894000', '204651.897000', '204651.900000', '204651.902000', '204651.905000', '204651.907000', '204651.910000', '204651.913000', '204651.915000', '204651.918000', '204651.920000', '204651.923000', '204651.925000', '204651.928000', '204651.931000', '204651.933000', '204651.936000', '204651.939000', '204711.830000', '204711.832000', '204711.835000', '204711.838000', '204711.840000', '204711.843000', '204711.845000', '204711.848000', '204711.851000', '204711.853000', '204711.856000', '204711.859000', '204711.862000', '204711.864000', '204711.867000', '204711.870000', '204711.872000', '204711.875000', '204711.877000', '204711.880000', '204711.883000', '204711.885000', '204711.888000', '204711.890000', '204711.893000', '204711.896000', '204711.898000', '204711.901000', '204711.903000', '204711.906000', '204711.909000', '204711.911000', '204711.914000', '204711.916000', '204711.919000', '204711.921000', '204711.924000', '204711.927000', '204711.929000', '204711.932000', '204711.935000', '204711.937000', '204711.940000', '204711.942000', '204731.830000', '204731.832000', '204731.835000', '204731.838000', '204731.840000', '204731.843000', '204731.845000', '204731.848000', '204731.851000', '204731.853000', '204731.856000', '204731.858000', '204731.861000', '204731.864000', '204731.866000', '204731.869000', '204731.871000', '204731.874000', '204731.877000', '204731.879000', '204731.882000', '204731.884000', '204731.887000', '204731.889000', '204731.904000', '204731.906000', '204731.909000', '204731.912000', '204731.914000', '204731.917000', '204731.919000', '204731.922000', '204731.924000', '204731.927000', '204731.930000', '204731.932000', '204731.935000', '204731.937000', '204731.940000', '204731.943000', '204731.951000', '204731.953000', '204731.956000', '204751.830000', '204751.832000', '204751.835000', '204751.838000', '204751.840000', '204751.843000', '204751.845000', '204751.848000', '204751.851000', '204751.853000', '204751.856000', '204751.859000', '204751.861000', '204751.864000', '204751.866000', '204751.869000', '204751.872000', '204751.874000', '204751.877000', '204751.879000', '204751.882000', '204751.885000', '204751.887000', '204751.890000', '204751.892000', '204751.895000', '204751.898000', '204751.900000', '204751.903000', '204751.905000', '204751.908000', '204751.910000', '204751.913000', '204751.916000', '204751.918000', '204751.921000', '204751.923000', '204751.926000', '204751.929000', '204751.931000', '204751.934000', '204751.936000', '204751.939000', '204751.941000', '204811.829000', '204811.832000', '204811.835000', '204811.838000', '204811.840000', '204811.843000', '204811.845000', '204811.848000', '204811.850000', '204811.853000', '204811.856000', '204811.858000', '204811.861000', '204811.863000', '204811.866000', '204811.869000', '204811.871000', '204811.874000', '204811.876000', '204811.879000', '204811.881000', '204811.884000', '204811.887000', '204811.889000', '204811.892000', '204811.895000', '204811.897000', '204811.900000', '204811.902000', '204811.905000', '204811.907000', '204811.910000', '204811.913000', '204811.915000', '204811.918000', '204811.921000', '204811.923000', '204811.926000', '204811.928000', '204811.931000', '204811.934000', '204811.936000', '204811.939000', '204831.829000', '204831.832000', '204831.835000', '204831.837000', '204831.841000', '204831.844000', '204831.847000', '204831.849000', '204831.852000', '204831.855000', '204831.857000', '204831.860000', '204831.862000', '204831.865000', '204831.868000', '204831.870000', '204831.873000', '204831.875000', '204831.878000', '204831.880000', '204831.883000', '204831.886000', '204831.888000', '204831.891000', '204831.894000', '204831.896000', '204831.899000', '204831.901000', '204831.904000', '204831.907000', '204831.909000', '204831.912000', '204831.914000', '204831.917000', '204831.920000', '204831.922000', '204831.925000', '204831.928000', '204831.930000', '204831.933000', '204831.935000', '204831.938000', '204831.941000', '204831.943000', '204851.829000', '204851.832000', '204851.835000', '204851.837000', '204851.840000', '204851.843000', '204851.845000', '204851.848000', '204851.850000', '204851.853000', '204851.856000', '204851.858000', '204851.861000', '204851.863000', '204851.866000', '204851.869000', '204851.871000', '204851.874000', '204851.876000', '204851.879000', '204851.882000', '204851.884000', '204851.887000', '204851.889000', '204851.892000', '204851.895000', '204851.897000', '204851.900000', '204851.902000', '204851.905000', '204851.908000', '204851.910000', '204851.913000', '204851.915000', '204851.918000', '204851.921000', '204851.923000', '204851.926000', '204851.928000', '204851.931000', '204851.934000', '204851.936000', '204851.939000', '204911.830000', '204911.833000', '204911.835000', '204911.838000', '204911.841000', '204911.843000', '204911.846000', '204911.849000', '204911.851000', '204911.854000', '204911.857000', '204911.859000', '204911.862000', '204911.864000', '204911.867000', '204911.869000', '204911.872000', '204911.875000', '204911.877000', '204911.881000', '204911.884000', '204911.887000', '204911.889000', '204911.892000', '204911.894000', '204911.897000', '204911.900000', '204911.902000', '204911.905000', '204911.907000', '204911.910000', '204911.912000', '204911.915000', '204911.918000', '204911.920000', '204911.923000', '204911.926000', '204911.928000', '204911.931000', '204911.933000', '204911.936000', '204911.938000', '204911.941000', '204931.829000', '204931.832000', '204931.835000', '204931.838000', '204931.840000', '204931.843000', '204931.846000', '204931.848000', '204931.851000', '204931.853000', '204931.856000', '204931.859000', '204931.861000', '204931.864000', '204931.866000', '204931.869000', '204931.871000', '204931.874000', '204931.876000', '204931.879000', '204931.882000', '204931.884000', '204931.887000', '204931.890000', '204931.892000', '204931.895000', '204931.897000', '204931.900000', '204931.902000', '204931.905000', '204931.908000', '204931.910000', '204931.913000', '204931.915000', '204931.918000', '204931.921000', '204931.923000', '204931.926000', '204931.928000', '204931.931000', '204931.933000', '204931.936000', '204931.939000', '204931.941000', '204951.829000', '204951.832000', '204951.835000', '204951.838000', '204951.841000', '204951.844000', '204951.846000', '204951.849000', '204951.851000', '204951.854000', '204951.857000', '204951.859000', '204951.862000', '204951.864000', '204951.867000', '204951.869000', '204951.872000', '204951.875000', '204951.877000', '204951.881000', '204951.884000', '204951.887000', '204951.889000', '204951.892000', '204951.894000', '204951.897000', '204951.899000', '204951.902000', '204951.905000', '204951.907000', '204951.910000', '204951.912000', '204951.915000', '204951.918000', '204951.920000', '204951.923000', '204951.925000', '204951.928000', '204951.931000', '204951.933000', '204951.936000', '204951.939000', '204951.941000', '205002.857000', '205002.860000', '205002.863000', '205002.866000', '205002.868000', '205002.871000', '205002.873000', '205002.876000', '205002.879000', '205002.881000', '205002.884000', '205002.887000', '205002.889000', '205002.892000', '205002.894000', '205002.897000', '205002.900000', '205002.902000', '205002.905000', '205002.907000', '205002.910000', '205002.913000', '205002.915000', '205002.918000', '205002.920000'], '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': [10912, 8362, 11658, 6388, 11795, 8896, 7127, 7717, 6793, 10368, 7278, 11712, 7787, 9694, 7862, 7815, 8002, 6812, 9139, 6935, 11182, 6232, 10488, 5899, 10415, 5824, 11572, 8833, 6010, 7177, 5754, 6957, 5985, 11428, 6154, 10537, 7467, 8255, 9272, 7552, 9714, 7315, 9790, 7444, 9420, 7486, 9380, 7590, 9173, 7317, 7981, 7409, 7868, 7303, 7053, 7121, 7171, 6622, 6613, 7338, 6527, 7276, 7254, 6535, 8820, 6269, 7374, 6705, 8402, 6765, 10420, 9299, 6354, 8148, 6115, 8551, 6048, 10614, 8281, 11931, 6432, 10510, 8120, 9027, 8159, 9838, 10889, 7681, 10201, 6472, 8068, 6068, 10126, 9565, 7553, 9478, 6591, 8652, 6857, 11625, 7922, 12260, 6759, 10917, 7193, 11503, 7238, 11799, 6982, 10131, 6342, 8387, 6969, 8315, 7266, 9878, 8532, 6783, 6357, 6604, 7348, 7033, 11816, 6479, 11224, 6766, 11367, 6421, 11557, 7210, 11505, 8537, 11252, 7061, 7083, 6779, 7763, 6283, 7561, 10539, 7062, 9736, 7536, 7876, 8994, 7801, 12379, 6402, 9573, 6596, 9066, 6176, 8498, 9184, 7991, 8897, 7771, 11563, 7799, 12087, 9543, 10527, 10685, 7898, 9665, 7620, 11328, 7564, 12048, 7496, 12901, 8356, 12636, 7470, 9528, 7400, 9231, 7245, 9396, 8257, 9175, 10824, 7904, 9485, 7863, 9559, 7940, 10080, 7857, 10717, 7617, 12425, 7581, 9571, 7270, 7256, 6760, 7311, 9666, 6304, 9574, 6478, 7719, 6522, 7696, 8557, 7915, 11729, 7729, 10936, 8892, 10799, 12236, 9049, 10934, 7701, 11571, 7380, 10602, 8155, 11759, 6806, 7280, 7208, 7833, 7074, 7702, 12140, 10165, 8247, 8284, 8212, 9684, 7898, 12279, 8391, 12352, 9211, 13303, 8520, 11488, 7889, 10027, 7831, 9969, 7948, 10588, 7922, 12443, 7599, 8282, 7534, 8115, 6758, 7960, 8167, 7282, 8522, 7204, 8107, 7455, 8086, 10507, 8222, 10111, 7953, 7131, 8965, 7083, 12275, 8784, 12354, 10801, 8399, 9741, 6905, 11325, 7069, 12150, 8148, 12440, 8485, 10734, 10514, 7602, 7798, 5644, 7104, 6844, 10665, 7682, 6654, 11072, 7562, 9033, 6006, 6155, 7010, 6917, 11325, 6206, 6625, 7149, 7273, 10207, 7973, 10626, 9788, 7498, 10722, 7411, 12382, 8558, 12880, 10539, 7699, 9273, 7563, 10076, 7560, 11395, 7752, 12339, 7932, 12711, 7171, 11250, 7196, 11291, 7404, 11025, 6790, 8493, 6947, 7794, 7133, 6810, 8027, 7018, 8470, 7782, 7594, 7452, 7231, 9799, 6826, 12154, 10281, 7521, 8490, 7197, 9799, 7129, 11915, 7462, 12723, 10928, 8303, 9250, 7478, 8708, 7286, 10715, 7165, 12379, 9854, 12605, 6802, 11741, 6732, 8605, 7440, 7319, 11436, 7508, 8978, 7591, 9220, 7186, 11517, 9214, 7283, 8107, 7464, 8336, 7651, 8658, 7919, 10308, 7327, 9257, 7323, 8815, 7028, 9468, 6759, 10247, 7105, 9836, 7269, 9637, 7784, 10491, 10144, 7515, 8976, 7443, 9237, 7389, 11140, 7134, 12641, 6154, 10917, 7072, 6781, 8072, 6982, 11700, 7085, 10476, 7038, 8640, 8254, 8076, 11937, 6996, 11486, 6977, 10192, 9081, 8694, 12204, 7897, 12238, 8865, 11684, 11530, 8260, 11367, 7547, 11873, 7444, 12395, 7764, 13466, 7346, 12319, 7057, 11509, 6946, 11597, 7042, 12365, 7452, 7718, 6885, 7934, 7305, 8192, 7276, 6149, 7262, 6484, 7931, 6643, 7725, 8875, 7169, 11001, 5906, 10584, 6355, 10175, 8637, 8654, 12947, 10726, 14092, 10128, 7055, 8862, 6121, 6272, 6725, 6113, 9453, 6082, 11074, 7870, 11771, 9570, 12198, 9829, 12303, 9770, 11881, 9192, 11752, 7975, 11375, 6627, 11017, 6346, 10943, 6318, 7324, 6826, 7668, 6911, 6353, 9084, 5737, 5774, 6471, 6230, 7700, 5968, 7361, 6532, 7831, 8596, 7481, 9561, 7554, 7913, 8271, 7744, 11109, 7762, 7981, 7644, 8039, 10297, 7648, 12372, 7919, 11815, 7494, 8315, 8352, 8157, 10563, 7875, 11970, 7611, 13277, 7487, 8137, 7673, 7897, 8923, 7852, 10015, 6901, 11509, 6207, 7141, 7285, 6718, 10143, 8635, 7708, 7951, 7431, 7428, 7561, 6551, 10312, 9189, 8873, 11476, 7521, 5990, 10241, 8449, 6603, 9221, 10096, 9070, 12411, 12168, 9140, 12393, 11618, 11449, 10491, 9966, 10725, 8082, 10753, 7164, 11577, 7537, 11519, 7657, 10563, 7098, 10164, 6308, 7842, 6647, 7979, 6647, 7978, 6875, 7781, 6885, 7615, 7079, 7382, 7327, 7389, 9173, 7431, 11600, 7206, 11518, 7084, 10115, 6669, 8930, 8097, 7087, 9359, 6841, 10412, 6769, 11643, 8099, 13143, 11231, 8552, 9629, 7352, 9833, 7487, 11001, 7621, 11816, 9692, 12640, 6999, 6127, 8502, 6208, 10809, 7051, 12737, 10537, 6640, 7866, 6696, 8946, 6237, 11421, 6410, 11315, 8737, 12489, 7139, 7691, 6298, 6003, 7675, 5971, 6260, 5789, 8846, 7193, 6108, 6650, 6073, 9428, 8378, 8926, 11219, 7395, 10375, 5757, 8550, 7414, 6312, 8205, 7897, 10653, 9304, 7332, 10727, 7581, 6938, 9411, 6152, 10635, 6265, 6115, 8716, 6456, 8935, 5984, 11579, 6683, 11050, 7297, 8873, 7852, 6079, 10181, 6673, 11548, 6031, 10707, 6760, 6814, 6215, 6783, 8842, 5762, 5751, 6204, 6057, 7336, 6526, 10167, 8267, 6233, 6762, 6241, 8751, 6365, 10090, 8944, 9307, 7998, 6829, 8297, 6243, 10489, 6668, 10007, 7252, 10687, 6213, 9556, 6323, 9097, 6517, 8406, 10853, 6703, 7233, 6327, 7524, 7117, 9009, 10505, 6302, 11090, 6682, 9406, 9629, 9063, 11040, 7681, 10225, 6970, 10288, 6744, 11279, 7706, 11730, 8925, 12477, 6275, 11213, 6212, 9515, 6761, 8732, 8822, 6908, 6794, 6762, 6916, 6899, 9019, 6792, 10922, 7072, 7440, 6774, 7192, 8364, 6348, 9065, 6212, 8004, 6297, 6037, 9846, 6252, 10945, 8748, 6142, 7721, 6794, 7607, 6851, 10318, 9725, 9196, 8875, 6529, 9481, 6834, 9959, 7501, 11280, 9923, 8023, 7255, 7387, 9556, 7684, 10460, 7655, 7203, 7561, 7163, 11774, 9566, 10360, 8547, 9858, 8603, 8930, 10086, 10419, 9771, 10921, 9482, 7550, 7960, 7423, 6898, 7352, 7044, 7430, 7228, 7212, 7217, 7579, 7157, 7332, 7382, 7230, 8520, 7173, 9866, 7415, 10791, 7209, 7007, 6870, 6850, 6852, 6543, 6688, 6253, 8096, 6455, 7209], 'WindowCenter': [3857.0, 3819.0, 3826.0, 3772.0, 3819.0, 3809.0, 3777.0, 3788.0, 3779.0, 3819.0, 3789.0, 3834.0, 3801.0, 3822.0, 3800.0, 3801.0, 3800.0, 3778.0, 3808.0, 3778.0, 3819.0, 3769.0, 3821.0, 3767.0, 3820.0, 3769.0, 3831.0, 3811.0, 3781.0, 3810.0, 3775.0, 3785.0, 3759.0, 3809.0, 3744.0, 3796.0, 3768.0, 3776.0, 3786.0, 3765.0, 3799.0, 3766.0, 3798.0, 3778.0, 3798.0, 3767.0, 3788.0, 3778.0, 3786.0, 3763.0, 3763.0, 3753.0, 3775.0, 3764.0, 3766.0, 3766.0, 3768.0, 3756.0, 3767.0, 3777.0, 3753.0, 3761.0, 3762.0, 3769.0, 3797.0, 3782.0, 3789.0, 3792.0, 3812.0, 3791.0, 3821.0, 3813.0, 3779.0, 3799.0, 3767.0, 3811.0, 3780.0, 3821.0, 3812.0, 3832.0, 3782.0, 3820.0, 3800.0, 3809.0, 3801.0, 3821.0, 3821.0, 3790.0, 3820.0, 3785.0, 3821.0, 3773.0, 3823.0, 3812.0, 3788.0, 3809.0, 3779.0, 3798.0, 3779.0, 3821.0, 3802.0, 3832.0, 3781.0, 3834.0, 3779.0, 3820.0, 3778.0, 3808.0, 3766.0, 3797.0, 3757.0, 3787.0, 3778.0, 3772.0, 3793.0, 3811.0, 3799.0, 3739.0, 3751.0, 3764.0, 3773.0, 3775.0, 3821.0, 3777.0, 3820.0, 3779.0, 3820.0, 3778.0, 3844.0, 3805.0, 3834.0, 3813.0, 3820.0, 3777.0, 3776.0, 3777.0, 3788.0, 3772.0, 3793.0, 3812.0, 3779.0, 3800.0, 3788.0, 3788.0, 3797.0, 3788.0, 3832.0, 3768.0, 3812.0, 3781.0, 3814.0, 3773.0, 3799.0, 3814.0, 3802.0, 3800.0, 3789.0, 3819.0, 3791.0, 3834.0, 3811.0, 3822.0, 3819.0, 3799.0, 3809.0, 3788.0, 3820.0, 3790.0, 3832.0, 3778.0, 3819.0, 3786.0, 3819.0, 3775.0, 3796.0, 3776.0, 3796.0, 3776.0, 3795.0, 3787.0, 3797.0, 3808.0, 3790.0, 3797.0, 3786.0, 3797.0, 3786.0, 3807.0, 3789.0, 3810.0, 3780.0, 3822.0, 3790.0, 3810.0, 3775.0, 3775.0, 3764.0, 3777.0, 3798.0, 3765.0, 3807.0, 3779.0, 3800.0, 3794.0, 3818.0, 3843.0, 3818.0, 3835.0, 3804.0, 3822.0, 3813.0, 3821.0, 3822.0, 3799.0, 3820.0, 3789.0, 3833.0, 3792.0, 3807.0, 3787.0, 3819.0, 3767.0, 3776.0, 3777.0, 3788.0, 3792.0, 3801.0, 3823.0, 3811.0, 3799.0, 3800.0, 3798.0, 3808.0, 3787.0, 3821.0, 3789.0, 3820.0, 3801.0, 3821.0, 3789.0, 3807.0, 3777.0, 3797.0, 3776.0, 3796.0, 3776.0, 3808.0, 3790.0, 3822.0, 3777.0, 3786.0, 3787.0, 3788.0, 3764.0, 3789.0, 3786.0, 3787.0, 3798.0, 3790.0, 3801.0, 3804.0, 3803.0, 3822.0, 3797.0, 3808.0, 3800.0, 3788.0, 3809.0, 3789.0, 3831.0, 3811.0, 3831.0, 3821.0, 3798.0, 3807.0, 3778.0, 3817.0, 3775.0, 3817.0, 3788.0, 3815.0, 3786.0, 3806.0, 3806.0, 3787.0, 3801.0, 3767.0, 3787.0, 3780.0, 3805.0, 3784.0, 3763.0, 3819.0, 3817.0, 3801.0, 3771.0, 3769.0, 3790.0, 3789.0, 3820.0, 3782.0, 3807.0, 3797.0, 3795.0, 3826.0, 3802.0, 3822.0, 3811.0, 3790.0, 3822.0, 3792.0, 3832.0, 3814.0, 3833.0, 3822.0, 3791.0, 3799.0, 3790.0, 3809.0, 3787.0, 3821.0, 3787.0, 3819.0, 3789.0, 3818.0, 3778.0, 3806.0, 3776.0, 3807.0, 3788.0, 3821.0, 3769.0, 3787.0, 3780.0, 3777.0, 3764.0, 3752.0, 3774.0, 3763.0, 3785.0, 3785.0, 3788.0, 3788.0, 3789.0, 3821.0, 3791.0, 3832.0, 3821.0, 3799.0, 3809.0, 3789.0, 3820.0, 3790.0, 3830.0, 3792.0, 3830.0, 3822.0, 3799.0, 3808.0, 3788.0, 3797.0, 3787.0, 3818.0, 3777.0, 3819.0, 3807.0, 3818.0, 3778.0, 3820.0, 3776.0, 3797.0, 3788.0, 3787.0, 3831.0, 3818.0, 3829.0, 3805.0, 3812.0, 3779.0, 3822.0, 3798.0, 3775.0, 3786.0, 3777.0, 3787.0, 3777.0, 3800.0, 3790.0, 3810.0, 3778.0, 3798.0, 3777.0, 3797.0, 3777.0, 3798.0, 3784.0, 3812.0, 3780.0, 3810.0, 3791.0, 3810.0, 3788.0, 3811.0, 3810.0, 3778.0, 3801.0, 3780.0, 3800.0, 3793.0, 3820.0, 3779.0, 3820.0, 3754.0, 3806.0, 3775.0, 3763.0, 3786.0, 3776.0, 3818.0, 3777.0, 3819.0, 3789.0, 3810.0, 3812.0, 3801.0, 3833.0, 3790.0, 3833.0, 3803.0, 3850.0, 3841.0, 3816.0, 3834.0, 3791.0, 3819.0, 3799.0, 3819.0, 3820.0, 3799.0, 3820.0, 3788.0, 3818.0, 3788.0, 3821.0, 3788.0, 3818.0, 3777.0, 3808.0, 3764.0, 3807.0, 3764.0, 3809.0, 3765.0, 3815.0, 3779.0, 3778.0, 3776.0, 3787.0, 3791.0, 3785.0, 3776.0, 3754.0, 3775.0, 3765.0, 3786.0, 3779.0, 3801.0, 3824.0, 3789.0, 3820.0, 3767.0, 3820.0, 3778.0, 3819.0, 3811.0, 3810.0, 3843.0, 3834.0, 3843.0, 3822.0, 3789.0, 3812.0, 3779.0, 3780.0, 3791.0, 3781.0, 3821.0, 3769.0, 3821.0, 3799.0, 3819.0, 3810.0, 3819.0, 3796.0, 3804.0, 3784.0, 3792.0, 3769.0, 3777.0, 3756.0, 3777.0, 3735.0, 3775.0, 3722.0, 3776.0, 3749.0, 3773.0, 3769.0, 3776.0, 3762.0, 3752.0, 3769.0, 3711.0, 3715.0, 3747.0, 3753.0, 3777.0, 3766.0, 3788.0, 3783.0, 3805.0, 3816.0, 3790.0, 3810.0, 3790.0, 3803.0, 3799.0, 3794.0, 3822.0, 3802.0, 3808.0, 3804.0, 3803.0, 3822.0, 3793.0, 3837.0, 3802.0, 3821.0, 3791.0, 3799.0, 3803.0, 3788.0, 3810.0, 3792.0, 3821.0, 3790.0, 3821.0, 3778.0, 3788.0, 3788.0, 3790.0, 3797.0, 3788.0, 3781.0, 3764.0, 3806.0, 3755.0, 3776.0, 3775.0, 3780.0, 3839.0, 3828.0, 3806.0, 3802.0, 3792.0, 3777.0, 3788.0, 3768.0, 3821.0, 3813.0, 3810.0, 3848.0, 3832.0, 3797.0, 3848.0, 3826.0, 3803.0, 3825.0, 3837.0, 3827.0, 3847.0, 3836.0, 3813.0, 3834.0, 3824.0, 3821.0, 3812.0, 3798.0, 3796.0, 3762.0, 3785.0, 3750.0, 3793.0, 3760.0, 3791.0, 3760.0, 3780.0, 3752.0, 3782.0, 3740.0, 3761.0, 3755.0, 3771.0, 3754.0, 3774.0, 3766.0, 3777.0, 3777.0, 3788.0, 3778.0, 3789.0, 3790.0, 3792.0, 3815.0, 3793.0, 3825.0, 3793.0, 3826.0, 3793.0, 3823.0, 3770.0, 3787.0, 3788.0, 3777.0, 3799.0, 3779.0, 3825.0, 3792.0, 3833.0, 3804.0, 3844.0, 3835.0, 3801.0, 3813.0, 3791.0, 3825.0, 3807.0, 3837.0, 3801.0, 3821.0, 3812.0, 3830.0, 3793.0, 3771.0, 3783.0, 3782.0, 3821.0, 3790.0, 3832.0, 3819.0, 3777.0, 3789.0, 3779.0, 3798.0, 3767.0, 3819.0, 3767.0, 3820.0, 3798.0, 3819.0, 3778.0, 3787.0, 3766.0, 3766.0, 3788.0, 3783.0, 3738.0, 3701.0, 3826.0, 3791.0, 3768.0, 3774.0, 3765.0, 3809.0, 3799.0, 3823.0, 3822.0, 3787.0, 3819.0, 3768.0, 3812.0, 3805.0, 3809.0, 3829.0, 3802.0, 3820.0, 3797.0, 3775.0, 3818.0, 3789.0, 3780.0, 3813.0, 3768.0, 3820.0, 3782.0, 3769.0, 3801.0, 3779.0, 3811.0, 3771.0, 3820.0, 3778.0, 3821.0, 3779.0, 3800.0, 3789.0, 3758.0, 3808.0, 3779.0, 3820.0, 3754.0, 3810.0, 3783.0, 3768.0, 3740.0, 3765.0, 3796.0, 3755.0, 3752.0, 3754.0, 3765.0, 3785.0, 3780.0, 3821.0, 3801.0, 3783.0, 3792.0, 3792.0, 3813.0, 3779.0, 3819.0, 3812.0, 3808.0, 3800.0, 3777.0, 3799.0, 3775.0, 3820.0, 3779.0, 3810.0, 3788.0, 3817.0, 3766.0, 3806.0, 3777.0, 3805.0, 3778.0, 3797.0, 3833.0, 3791.0, 3820.0, 3800.0, 3814.0, 3792.0, 3809.0, 3822.0, 3778.0, 3830.0, 3779.0, 3809.0, 3821.0, 3813.0, 3835.0, 3802.0, 3820.0, 3779.0, 3810.0, 3777.0, 3807.0, 3786.0, 3817.0, 3797.0, 3818.0, 3767.0, 3807.0, 3755.0, 3797.0, 3766.0, 3786.0, 3797.0, 3775.0, 3766.0, 3765.0, 3775.0, 3778.0, 3799.0, 3781.0, 3833.0, 3789.0, 3789.0, 3777.0, 3777.0, 3772.0, 3751.0, 3796.0, 3765.0, 3796.0, 3778.0, 3767.0, 3834.0, 3779.0, 3834.0, 3812.0, 3778.0, 3800.0, 3777.0, 3799.0, 3790.0, 3819.0, 3810.0, 3807.0, 3797.0, 3766.0, 3808.0, 3774.0, 3807.0, 3787.0, 3817.0, 3808.0, 3798.0, 3805.0, 3804.0, 3810.0, 3788.0, 3809.0, 3786.0, 3774.0, 3786.0, 3775.0, 3817.0, 3809.0, 3809.0, 3799.0, 3810.0, 3798.0, 3798.0, 3807.0, 3808.0, 3797.0, 3805.0, 3795.0, 3773.0, 3773.0, 3762.0, 3763.0, 3762.0, 3762.0, 3774.0, 3774.0, 3774.0, 3775.0, 3774.0, 3764.0, 3774.0, 3776.0, 3775.0, 3782.0, 3776.0, 3805.0, 3775.0, 3808.0, 3775.0, 3778.0, 3750.0, 3764.0, 3775.0, 3765.0, 3763.0, 3778.0, 3799.0, 3791.0, 3800.0], 'WindowWidth': [8639.0, 8574.0, 8577.0, 8502.0, 8562.0, 8550.0, 8505.0, 8521.0, 8507.0, 8561.0, 8523.0, 8588.0, 8544.0, 8573.0, 8540.0, 8545.0, 8540.0, 8507.0, 8549.0, 8506.0, 8563.0, 8496.0, 8565.0, 8494.0, 8565.0, 8500.0, 8582.0, 8555.0, 8520.0, 8570.0, 8512.0, 8520.0, 8476.0, 8538.0, 8446.0, 8517.0, 8484.0, 8492.0, 8503.0, 8476.0, 8529.0, 8482.0, 8526.0, 8499.0, 8526.0, 8482.0, 8510.0, 8496.0, 8503.0, 8469.0, 8470.0, 8456.0, 8487.0, 8473.0, 8480.0, 8480.0, 8484.0, 8464.0, 8484.0, 8496.0, 8459.0, 8465.0, 8471.0, 8493.0, 8529.0, 8515.0, 8523.0, 8533.0, 8557.0, 8529.0, 8567.0, 8560.0, 8510.0, 8534.0, 8492.0, 8553.0, 8514.0, 8569.0, 8558.0, 8583.0, 8517.0, 8567.0, 8540.0, 8550.0, 8541.0, 8567.0, 8567.0, 8525.0, 8564.0, 8529.0, 8582.0, 8508.0, 8571.0, 8553.0, 8515.0, 8546.0, 8508.0, 8530.0, 8508.0, 8565.0, 8543.0, 8581.0, 8512.0, 8588.0, 8509.0, 8561.0, 8501.0, 8541.0, 8483.0, 8524.0, 8473.0, 8513.0, 8503.0, 8481.0, 8532.0, 8548.0, 8532.0, 8433.0, 8457.0, 8478.0, 8491.0, 8498.0, 8564.0, 8505.0, 8563.0, 8510.0, 8565.0, 8508.0, 8605.0, 8556.0, 8592.0, 8561.0, 8564.0, 8502.0, 8500.0, 8504.0, 8519.0, 8501.0, 8529.0, 8553.0, 8504.0, 8532.0, 8517.0, 8518.0, 8527.0, 8517.0, 8581.0, 8491.0, 8557.0, 8516.0, 8559.0, 8505.0, 8534.0, 8562.0, 8542.0, 8536.0, 8520.0, 8560.0, 8525.0, 8586.0, 8553.0, 8568.0, 8562.0, 8535.0, 8547.0, 8518.0, 8561.0, 8522.0, 8580.0, 8504.0, 8560.0, 8514.0, 8559.0, 8497.0, 8525.0, 8498.0, 8524.0, 8497.0, 8523.0, 8514.0, 8527.0, 8543.0, 8520.0, 8527.0, 8513.0, 8527.0, 8512.0, 8541.0, 8518.0, 8546.0, 8506.0, 8564.0, 8524.0, 8549.0, 8493.0, 8493.0, 8480.0, 8501.0, 8530.0, 8487.0, 8544.0, 8513.0, 8541.0, 8540.0, 8575.0, 8617.0, 8576.0, 8592.0, 8549.0, 8571.0, 8559.0, 8566.0, 8570.0, 8535.0, 8564.0, 8523.0, 8584.0, 8529.0, 8538.0, 8516.0, 8558.0, 8487.0, 8498.0, 8502.0, 8518.0, 8532.0, 8542.0, 8571.0, 8551.0, 8534.0, 8536.0, 8530.0, 8545.0, 8516.0, 8566.0, 8520.0, 8562.0, 8536.0, 8563.0, 8516.0, 8538.0, 8499.0, 8523.0, 8496.0, 8521.0, 8496.0, 8541.0, 8519.0, 8562.0, 8501.0, 8512.0, 8513.0, 8517.0, 8479.0, 8519.0, 8513.0, 8517.0, 8534.0, 8525.0, 8541.0, 8551.0, 8546.0, 8567.0, 8528.0, 8547.0, 8540.0, 8520.0, 8549.0, 8525.0, 8582.0, 8555.0, 8583.0, 8568.0, 8533.0, 8544.0, 8505.0, 8557.0, 8499.0, 8555.0, 8516.0, 8549.0, 8511.0, 8539.0, 8539.0, 8516.0, 8543.0, 8495.0, 8520.0, 8515.0, 8537.0, 8508.0, 8480.0, 8565.0, 8575.0, 8538.0, 8502.0, 8497.0, 8528.0, 8523.0, 8565.0, 8519.0, 8560.0, 8543.0, 8536.0, 8578.0, 8544.0, 8568.0, 8552.0, 8523.0, 8567.0, 8530.0, 8583.0, 8561.0, 8585.0, 8569.0, 8525.0, 8533.0, 8522.0, 8544.0, 8515.0, 8561.0, 8514.0, 8557.0, 8517.0, 8555.0, 8501.0, 8536.0, 8497.0, 8539.0, 8518.0, 8563.0, 8491.0, 8512.0, 8510.0, 8500.0, 8475.0, 8455.0, 8489.0, 8478.0, 8509.0, 8511.0, 8519.0, 8521.0, 8523.0, 8567.0, 8532.0, 8585.0, 8570.0, 8537.0, 8551.0, 8523.0, 8564.0, 8526.0, 8580.0, 8531.0, 8581.0, 8571.0, 8535.0, 8546.0, 8519.0, 8530.0, 8516.0, 8559.0, 8505.0, 8562.0, 8544.0, 8560.0, 8506.0, 8562.0, 8500.0, 8530.0, 8520.0, 8516.0, 8582.0, 8577.0, 8590.0, 8551.0, 8554.0, 8507.0, 8565.0, 8529.0, 8495.0, 8511.0, 8498.0, 8515.0, 8499.0, 8533.0, 8521.0, 8548.0, 8505.0, 8529.0, 8500.0, 8526.0, 8502.0, 8529.0, 8519.0, 8552.0, 8509.0, 8550.0, 8524.0, 8548.0, 8519.0, 8551.0, 8548.0, 8502.0, 8535.0, 8508.0, 8536.0, 8528.0, 8562.0, 8509.0, 8561.0, 8464.0, 8537.0, 8496.0, 8481.0, 8513.0, 8500.0, 8559.0, 8503.0, 8563.0, 8524.0, 8554.0, 8560.0, 8545.0, 8589.0, 8529.0, 8588.0, 8552.0, 8623.0, 8613.0, 8569.0, 8589.0, 8526.0, 8561.0, 8535.0, 8558.0, 8564.0, 8533.0, 8562.0, 8518.0, 8557.0, 8518.0, 8564.0, 8517.0, 8557.0, 8500.0, 8539.0, 8478.0, 8536.0, 8478.0, 8542.0, 8482.0, 8549.0, 8504.0, 8501.0, 8498.0, 8515.0, 8525.0, 8505.0, 8497.0, 8470.0, 8498.0, 8487.0, 8514.0, 8511.0, 8543.0, 8581.0, 8525.0, 8566.0, 8494.0, 8565.0, 8508.0, 8565.0, 8556.0, 8554.0, 8604.0, 8595.0, 8604.0, 8573.0, 8524.0, 8558.0, 8512.0, 8515.0, 8531.0, 8517.0, 8569.0, 8500.0, 8569.0, 8538.0, 8563.0, 8551.0, 8560.0, 8524.0, 8532.0, 8502.0, 8510.0, 8474.0, 8482.0, 8452.0, 8481.0, 8424.0, 8476.0, 8404.0, 8478.0, 8453.0, 8491.0, 8492.0, 8492.0, 8470.0, 8459.0, 8472.0, 8386.0, 8397.0, 8447.0, 8464.0, 8499.0, 8489.0, 8521.0, 8521.0, 8551.0, 8564.0, 8522.0, 8549.0, 8525.0, 8542.0, 8533.0, 8530.0, 8568.0, 8541.0, 8557.0, 8548.0, 8545.0, 8569.0, 8530.0, 8592.0, 8540.0, 8564.0, 8525.0, 8534.0, 8543.0, 8517.0, 8550.0, 8527.0, 8564.0, 8522.0, 8565.0, 8503.0, 8516.0, 8516.0, 8521.0, 8528.0, 8519.0, 8494.0, 8479.0, 8537.0, 8469.0, 8500.0, 8496.0, 8512.0, 8601.0, 8588.0, 8556.0, 8542.0, 8528.0, 8501.0, 8516.0, 8491.0, 8567.0, 8559.0, 8554.0, 8617.0, 8602.0, 8549.0, 8616.0, 8585.0, 8552.0, 8578.0, 8599.0, 8585.0, 8614.0, 8595.0, 8561.0, 8591.0, 8575.0, 8567.0, 8556.0, 8527.0, 8522.0, 8468.0, 8499.0, 8449.0, 8507.0, 8463.0, 8504.0, 8462.0, 8488.0, 8455.0, 8492.0, 8437.0, 8465.0, 8462.0, 8482.0, 8463.0, 8490.0, 8485.0, 8500.0, 8502.0, 8517.0, 8505.0, 8521.0, 8524.0, 8531.0, 8563.0, 8532.0, 8575.0, 8531.0, 8578.0, 8532.0, 8571.0, 8492.0, 8511.0, 8515.0, 8500.0, 8533.0, 8509.0, 8575.0, 8532.0, 8586.0, 8550.0, 8604.0, 8590.0, 8541.0, 8559.0, 8529.0, 8579.0, 8558.0, 8595.0, 8542.0, 8565.0, 8555.0, 8577.0, 8532.0, 8503.0, 8501.0, 8522.0, 8568.0, 8527.0, 8583.0, 8563.0, 8504.0, 8521.0, 8508.0, 8532.0, 8492.0, 8563.0, 8491.0, 8565.0, 8535.0, 8561.0, 8506.0, 8517.0, 8489.0, 8488.0, 8521.0, 8523.0, 8434.0, 8371.0, 8588.0, 8530.0, 8495.0, 8496.0, 8488.0, 8548.0, 8535.0, 8577.0, 8573.0, 8519.0, 8563.0, 8497.0, 8558.0, 8557.0, 8569.0, 8591.0, 8543.0, 8564.0, 8529.0, 8496.0, 8558.0, 8521.0, 8512.0, 8558.0, 8495.0, 8565.0, 8516.0, 8496.0, 8540.0, 8510.0, 8553.0, 8501.0, 8563.0, 8506.0, 8563.0, 8507.0, 8535.0, 8521.0, 8477.0, 8544.0, 8506.0, 8563.0, 8469.0, 8547.0, 8516.0, 8490.0, 8441.0, 8482.0, 8527.0, 8473.0, 8464.0, 8469.0, 8486.0, 8513.0, 8514.0, 8568.0, 8543.0, 8523.0, 8535.0, 8536.0, 8564.0, 8513.0, 8565.0, 8558.0, 8549.0, 8538.0, 8505.0, 8535.0, 8502.0, 8564.0, 8511.0, 8552.0, 8522.0, 8558.0, 8490.0, 8540.0, 8505.0, 8541.0, 8509.0, 8535.0, 8588.0, 8533.0, 8586.0, 8554.0, 8565.0, 8534.0, 8550.0, 8571.0, 8508.0, 8579.0, 8513.0, 8549.0, 8570.0, 8560.0, 8593.0, 8544.0, 8565.0, 8509.0, 8548.0, 8502.0, 8542.0, 8514.0, 8556.0, 8529.0, 8558.0, 8488.0, 8539.0, 8470.0, 8526.0, 8486.0, 8511.0, 8528.0, 8495.0, 8487.0, 8484.0, 8498.0, 8506.0, 8534.0, 8516.0, 8588.0, 8524.0, 8521.0, 8504.0, 8501.0, 8486.0, 8460.0, 8524.0, 8487.0, 8528.0, 8508.0, 8494.0, 8593.0, 8512.0, 8595.0, 8562.0, 8513.0, 8540.0, 8508.0, 8541.0, 8530.0, 8566.0, 8555.0, 8545.0, 8532.0, 8488.0, 8545.0, 8499.0, 8544.0, 8518.0, 8558.0, 8549.0, 8537.0, 8554.0, 8552.0, 8549.0, 8520.0, 8546.0, 8512.0, 8494.0, 8515.0, 8500.0, 8557.0, 8549.0, 8548.0, 8536.0, 8551.0, 8533.0, 8530.0, 8543.0, 8541.0, 8528.0, 8535.0, 8522.0, 8489.0, 8490.0, 8475.0, 8477.0, 8475.0, 8475.0, 8491.0, 8492.0, 8493.0, 8496.0, 8493.0, 8480.0, 8495.0, 8497.0, 8498.0, 8502.0, 8499.0, 8537.0, 8498.0, 8543.0, 8498.0, 8506.0, 8456.0, 8481.0, 8499.0, 8486.0, 8478.0, 8510.0, 8537.0, 8533.0, 8543.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.012525155350978137</td></tr>
<tr><td colspan=3>aqi</td><td>0.10609788688147297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.21644334751155</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0851589487442381</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0168978951152066</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>4206.2651</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.28470816264214766</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>356</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.96662830840046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.845349932216172</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7783127519416806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.007663019200817</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.750074025506019</td></tr>
<tr><td colspan=3>gcor</td><td>0.00716143</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004782697185873985</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015441975556313992</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.973356421360674</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.6188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3548</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.9965</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304719.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>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.7906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.135</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.8406</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3015.6463</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.6842</td></tr>
<tr><td colspan=3>tsnr</td><td>22.564312908332795</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>