ds005256-mriqc/sub-0006_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== 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-0006 --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-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +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-0006_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7198baf0c8bdee49c76c74fe16f11d41</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>10:29:40.487500</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_VE11C_LATEST_20160120</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.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0970193</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>02d1a7c3-54aa-4ee4-9370-334dba9af0db||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['102940.487500', '102940.947500', '102941.407500', '102941.867500', '102942.327500', '102942.787500', '102943.247500', '102943.707500', '102944.167500', '102944.627500', '102945.087500', '102945.547500', '102946.007500', '102946.467500', '102946.927500', '102947.387500', '102947.847500', '102948.307500', '102948.767500', '102949.227500', '102949.687500', '102950.147500', '102950.607500', '102951.067500', '102951.527500', '102951.987500', '102952.447500', '102952.907500', '102953.367500', '102953.827500', '102954.287500', '102954.747500', '102955.207500', '102955.667500', '102956.127500', '102956.587500', '102957.047500', '102957.507500', '102957.967500', '102958.427500', '102958.887500', '102959.347500', '102959.807500', '103000.267500', '103000.727500', '103001.187500', '103001.647500', '103002.107500', '103002.567500', '103003.027500', '103003.487500', '103003.947500', '103004.407500', '103004.867500', '103005.327500', '103005.787500', '103006.247500', '103006.707500', '103007.167500', '103007.627500', '103008.087500', '103008.547500', '103009.007500', '103009.467500', '103009.927500', '103010.387500', '103010.847500', '103011.307500', '103011.767500', '103012.227500', '103012.687500', '103013.147500', '103013.607500', '103014.067500', '103014.527500', '103014.987500', '103015.447500', '103015.907500', '103016.367500', '103016.827500', '103017.287500', '103017.747500', '103018.207500', '103018.667500', '103019.127500', '103019.587500', '103020.047500', '103020.507500', '103020.967500', '103021.427500', '103021.887500', '103022.347500', '103022.807500', '103023.267500', '103023.727500', '103024.187500', '103024.647500', '103025.107500', '103025.567500', '103026.027500', '103026.487500', '103026.947500', '103027.407500', '103027.867500', '103028.327500', '103028.787500', '103029.247500', '103029.707500', '103030.167500', '103030.627500', '103031.087500', '103031.547500', '103032.007500', '103032.467500', '103032.927500', '103033.387500', '103033.847500', '103034.307500', '103034.767500', '103035.227500', '103035.687500', '103036.147500', '103036.607500', '103037.067500', '103037.527500', '103037.987500', '103038.447500', '103038.907500', '103039.367500', '103039.827500', '103040.287500', '103040.747500', '103041.207500', '103041.667500', '103042.127500', '103042.587500', '103043.047500', '103043.507500', '103043.967500', '103044.427500', '103044.887500', '103045.347500', '103045.807500', '103046.267500', '103046.727500', '103047.187500', '103047.647500', '103048.107500', '103048.567500', '103049.027500', '103049.487500', '103049.947500', '103050.407500', '103050.867500', '103051.327500', '103051.787500', '103052.247500', '103052.707500', '103053.167500', '103053.627500', '103054.087500', '103054.547500', '103055.007500', '103055.467500', '103055.927500', '103056.387500', '103056.847500', '103057.307500', '103057.767500', '103058.227500', '103058.687500', '103059.147500', '103059.607500', '103100.067500', '103100.527500', '103100.987500', '103101.447500', '103101.907500', '103102.367500', '103102.827500', '103103.287500', '103103.747500', '103104.207500', '103104.667500', '103105.127500', '103105.587500', '103106.047500', '103106.507500', '103106.967500', '103107.427500', '103107.887500', '103108.347500', '103108.807500', '103109.267500', '103109.727500', '103110.187500', '103110.647500', '103111.107500', '103111.567500', '103112.027500', '103112.487500', '103112.947500', '103113.407500', '103113.867500', '103114.327500', '103114.787500', '103115.247500', '103115.707500', '103116.167500', '103116.627500', '103117.087500', '103117.547500', '103118.007500', '103118.467500', '103118.927500', '103119.387500', '103119.847500', '103120.307500', '103120.767500', '103121.227500', '103121.687500', '103122.147500', '103122.607500', '103123.067500', '103123.527500', '103123.987500', '103124.447500', '103124.907500', '103125.367500', '103125.827500', '103126.287500', '103126.747500', '103127.207500', '103127.667500', '103128.127500', '103128.587500', '103129.047500', '103129.507500', '103129.967500', '103130.427500', '103130.887500', '103131.347500', '103131.807500', '103132.267500', '103132.727500', '103133.187500', '103133.647500', '103134.107500', '103134.567500', '103135.027500', '103135.487500', '103135.947500', '103136.407500', '103136.867500', '103137.327500', '103137.787500', '103138.247500', '103138.707500', '103139.167500', '103139.627500', '103140.087500', '103140.547500', '103141.007500', '103141.467500', '103141.927500', '103142.387500', '103142.847500', '103143.307500', '103143.767500', '103144.227500', '103144.687500', '103145.147500', '103145.607500', '103146.067500', '103146.527500', '103146.987500', '103147.447500', '103147.907500', '103148.367500', '103148.827500', '103149.287500', '103149.747500', '103150.207500', '103150.667500', '103151.127500', '103151.587500', '103152.047500', '103152.507500', '103152.967500', '103153.427500', '103153.887500', '103154.347500', '103154.807500', '103155.267500', '103155.727500', '103156.187500', '103156.647500', '103157.107500', '103157.567500', '103158.027500', '103158.487500', '103158.947500', '103159.407500', '103159.867500', '103200.327500', '103200.787500', '103201.247500', '103201.707500', '103202.167500', '103202.627500', '103203.087500', '103203.547500', '103204.007500', '103204.467500', '103204.927500', '103205.387500', '103205.847500', '103206.307500', '103206.767500', '103207.227500', '103207.687500', '103208.147500', '103208.607500', '103209.067500', '103209.527500', '103209.987500', '103210.447500', '103210.907500', '103211.367500', '103211.827500', '103212.287500', '103212.747500', '103213.207500', '103213.667500', '103214.127500', '103214.587500', '103215.047500', '103215.507500', '103215.967500', '103216.427500', '103216.887500', '103217.347500', '103217.807500', '103218.267500', '103218.727500', '103219.187500', '103219.647500', '103220.107500', '103220.567500', '103221.027500', '103221.487500', '103221.947500', '103222.407500', '103222.867500', '103223.327500', '103223.787500', '103224.247500', '103224.707500', '103225.167500', '103225.627500', '103226.087500', '103226.547500', '103227.007500', '103227.467500', '103227.927500', '103228.387500', '103228.847500', '103229.307500', '103229.767500', '103230.227500', '103230.687500', '103231.147500', '103231.607500', '103232.067500', '103232.527500', '103232.987500', '103233.447500', '103233.907500', '103234.367500', '103234.827500', '103235.287500', '103235.747500', '103236.207500', '103236.667500', '103237.127500', '103237.587500', '103238.047500', '103238.507500', '103238.967500', '103239.427500', '103239.887500', '103240.347500', '103240.807500', '103241.267500', '103241.727500', '103242.187500', '103242.647500', '103243.107500', '103243.567500', '103244.027500', '103244.487500', '103244.947500', '103245.407500', '103245.867500', '103246.327500', '103246.787500', '103247.247500', '103247.707500', '103248.167500', '103248.627500', '103249.087500', '103249.547500', '103250.007500', '103250.467500', '103250.927500', '103251.387500', '103251.847500', '103252.307500', '103252.767500', '103253.227500', '103253.687500', '103254.147500', '103254.607500', '103255.067500', '103255.527500', '103255.987500', '103256.447500', '103256.907500', '103257.367500', '103257.827500', '103258.287500', '103258.747500', '103259.207500', '103259.667500', '103300.127500', '103300.587500', '103301.047500', '103301.507500', '103301.967500', '103302.427500', '103302.887500', '103303.347500', '103303.807500', '103304.267500', '103304.727500', '103305.187500', '103305.647500', '103306.107500', '103306.567500', '103307.027500', '103307.487500', '103307.947500', '103308.407500', '103308.867500', '103309.327500', '103309.787500', '103310.247500', '103310.707500', '103311.167500', '103311.627500', '103312.087500', '103312.547500', '103313.007500', '103313.467500', '103313.927500', '103314.387500', '103314.847500', '103315.307500', '103315.767500', '103316.227500', '103316.687500', '103317.147500', '103317.607500', '103318.067500', '103318.527500', '103318.987500', '103319.447500', '103319.907500', '103320.367500', '103320.827500', '103321.287500', '103321.747500', '103322.207500', '103322.667500', '103323.127500', '103323.587500', '103324.047500', '103324.507500', '103324.967500', '103325.427500', '103325.887500', '103326.347500', '103326.807500', '103327.267500', '103327.727500', '103328.187500', '103328.647500', '103329.107500', '103329.567500', '103330.027500', '103330.487500', '103330.947500', '103331.407500', '103331.867500', '103332.327500', '103332.787500', '103333.247500', '103333.707500', '103334.167500', '103334.627500', '103335.087500', '103335.547500', '103336.007500', '103336.467500', '103336.927500', '103337.387500', '103337.847500', '103338.307500', '103338.767500', '103339.227500', '103339.687500', '103340.147500', '103340.607500', '103341.067500', '103341.527500', '103341.987500', '103342.447500', '103342.907500', '103343.367500', '103343.827500', '103344.287500', '103344.747500', '103345.207500', '103345.667500', '103346.127500', '103346.587500', '103347.047500', '103347.507500', '103347.967500', '103348.427500', '103348.887500', '103349.347500', '103349.807500', '103350.267500', '103350.727500', '103351.187500', '103351.647500', '103352.107500', '103352.567500', '103353.027500', '103353.487500', '103353.947500', '103354.407500', '103354.867500', '103355.327500', '103355.787500', '103356.247500', '103356.707500', '103357.167500', '103357.627500', '103358.087500', '103358.547500', '103359.007500', '103359.467500', '103359.927500', '103400.387500', '103400.847500', '103401.307500', '103401.767500', '103402.227500', '103402.687500', '103403.147500', '103403.607500', '103404.067500', '103404.527500', '103404.987500', '103405.447500', '103405.907500', '103406.367500', '103406.827500', '103407.287500', '103407.747500', '103408.207500', '103408.667500', '103409.127500', '103409.587500', '103410.047500', '103410.507500', '103410.967500', '103411.427500', '103411.887500', '103412.347500', '103412.807500', '103413.267500', '103413.727500', '103414.187500', '103414.647500', '103415.107500', '103415.567500', '103416.027500', '103416.487500', '103416.947500', '103417.407500', '103417.867500', '103418.327500', '103418.787500', '103419.247500', '103419.707500', '103420.167500', '103420.627500', '103421.087500', '103421.547500', '103422.007500', '103422.467500', '103422.927500', '103423.387500', '103423.847500', '103424.307500', '103424.767500', '103425.227500', '103425.687500', '103426.147500', '103426.607500', '103427.067500', '103427.527500', '103427.987500', '103428.447500', '103428.907500', '103429.367500', '103429.827500', '103430.287500', '103430.747500', '103431.207500', '103431.667500', '103432.127500', '103432.587500', '103433.047500', '103433.507500', '103433.967500', '103434.427500', '103434.887500', '103435.347500', '103435.807500', '103436.267500', '103436.727500', '103437.187500', '103437.647500', '103438.107500', '103438.567500', '103439.027500', '103439.487500', '103439.947500', '103440.407500', '103440.867500', '103441.327500', '103441.787500', '103442.247500', '103442.707500', '103443.167500', '103443.627500', '103444.087500', '103444.547500', '103445.007500', '103445.467500', '103445.927500', '103446.387500', '103446.847500', '103447.307500', '103447.767500', '103448.227500', '103448.687500', '103449.147500', '103449.607500', '103450.067500', '103450.527500', '103450.987500', '103451.447500', '103451.907500', '103452.367500', '103452.827500', '103453.287500', '103453.747500', '103454.207500', '103454.667500', '103455.127500', '103455.587500', '103456.047500', '103456.507500', '103456.967500', '103457.427500', '103457.887500', '103458.347500', '103458.807500', '103459.267500', '103459.727500', '103500.187500', '103500.647500', '103501.107500', '103501.567500', '103502.027500', '103502.487500', '103502.947500', '103503.407500', '103503.867500', '103504.327500', '103504.787500', '103505.247500', '103505.707500', '103506.167500', '103506.627500', '103507.087500', '103507.547500', '103508.007500', '103508.467500', '103508.927500', '103509.387500', '103509.847500', '103510.307500', '103510.767500', '103511.227500', '103511.687500', '103512.147500', '103512.607500', '103513.067500', '103513.527500', '103513.987500', '103514.447500', '103514.907500', '103515.367500', '103515.827500', '103516.287500', '103516.747500', '103517.207500', '103517.667500', '103518.127500', '103518.587500', '103519.047500', '103519.507500', '103519.967500', '103520.427500', '103520.887500', '103521.347500', '103521.807500', '103522.267500', '103522.727500', '103523.187500', '103523.647500', '103524.107500', '103524.567500', '103525.027500', '103525.487500', '103525.947500', '103526.407500', '103526.867500', '103527.327500', '103527.787500', '103528.247500', '103528.707500', '103529.167500', '103529.627500', '103530.087500', '103530.547500', '103531.007500', '103531.467500', '103531.927500', '103532.387500', '103532.847500', '103533.307500', '103533.767500', '103534.227500', '103534.687500', '103535.147500', '103535.607500', '103536.067500', '103536.527500', '103536.987500', '103537.447500', '103537.907500', '103538.367500', '103538.827500', '103539.287500', '103539.747500', '103540.207500', '103540.667500', '103541.127500', '103541.587500', '103542.047500', '103542.507500', '103542.967500', '103543.427500', '103543.887500', '103544.347500', '103544.807500', '103545.267500', '103545.727500', '103546.187500', '103546.647500', '103547.107500', '103547.567500', '103548.027500', '103548.487500', '103548.947500', '103549.407500', '103549.867500', '103550.327500', '103550.787500', '103551.247500', '103551.707500', '103552.167500', '103552.627500', '103553.087500', '103553.547500', '103554.007500', '103554.467500', '103554.927500', '103555.387500', '103555.847500', '103556.307500', '103556.767500', '103557.227500', '103557.687500', '103558.147500', '103558.607500', '103559.067500', '103559.527500', '103559.987500', '103600.447500', '103600.907500', '103601.367500', '103601.827500', '103602.287500', '103602.747500', '103603.207500', '103603.667500', '103604.127500', '103604.587500', '103605.047500', '103605.507500', '103605.967500', '103606.427500', '103606.887500', '103607.347500', '103607.807500', '103608.267500', '103608.727500', '103609.187500', '103609.647500', '103610.107500', '103610.567500', '103611.027500', '103611.487500', '103611.947500', '103612.407500', '103612.867500', '103613.327500', '103613.787500', '103614.247500', '103614.707500', '103615.167500', '103615.627500', '103616.087500', '103616.547500', '103617.007500', '103617.467500', '103617.927500', '103618.387500', '103618.847500', '103619.307500', '103619.767500', '103620.227500', '103620.687500', '103621.147500'], 'ContentTime': ['102953.490000', '102953.494000', '102953.497000', '102953.500000', '102953.503000', '102953.507000', '102953.510000', '102953.513000', '102953.516000', '102953.519000', '102953.522000', '102953.525000', '102953.554000', '102953.557000', '102953.560000', '102953.563000', '102953.566000', '102953.569000', '102953.572000', '102953.576000', '102953.579000', '102953.582000', '102953.585000', '102953.588000', '102953.591000', '102953.594000', '102953.598000', '103013.438000', '103013.441000', '103013.444000', '103013.447000', '103013.450000', '103013.453000', '103013.456000', '103013.459000', '103013.462000', '103013.465000', '103013.468000', '103013.471000', '103013.474000', '103013.476000', '103013.479000', '103013.482000', '103013.485000', '103013.488000', '103013.491000', '103013.494000', '103013.497000', '103013.500000', '103013.503000', '103013.505000', '103013.508000', '103013.515000', '103013.518000', '103013.521000', '103013.524000', '103013.527000', '103013.530000', '103013.533000', '103013.536000', '103013.539000', '103013.542000', '103013.545000', '103013.548000', '103013.551000', '103013.554000', '103013.557000', '103013.560000', '103013.563000', '103013.566000', '103013.569000', '103033.438000', '103033.441000', '103033.444000', '103033.447000', '103033.450000', '103033.453000', '103033.457000', '103033.460000', '103033.463000', '103033.470000', '103033.473000', '103033.476000', '103033.479000', '103033.482000', '103033.485000', '103033.488000', '103033.491000', '103033.494000', '103033.497000', '103033.500000', '103033.503000', '103033.506000', '103033.509000', '103033.512000', '103033.515000', '103033.518000', '103033.523000', '103033.526000', '103033.529000', '103033.532000', '103033.535000', '103033.538000', '103033.541000', '103033.544000', '103033.547000', '103033.550000', '103033.553000', '103033.556000', '103033.558000', '103033.561000', '103033.564000', '103033.567000', '103033.570000', '103053.437000', '103053.440000', '103053.443000', '103053.446000', '103053.449000', '103053.452000', '103053.455000', '103053.458000', '103053.461000', '103053.463000', '103053.466000', '103053.469000', '103053.472000', '103053.475000', '103053.478000', '103053.481000', '103053.484000', '103053.487000', '103053.490000', '103053.493000', '103053.496000', '103053.499000', '103053.502000', '103053.505000', '103053.508000', '103053.511000', '103053.513000', '103053.516000', '103053.519000', '103053.522000', '103053.525000', '103053.528000', '103053.531000', '103053.534000', '103053.537000', '103053.540000', '103053.543000', '103053.546000', '103053.549000', '103053.551000', '103053.554000', '103053.557000', '103053.560000', '103053.563000', '103113.437000', '103113.440000', '103113.443000', '103113.446000', '103113.449000', '103113.452000', '103113.455000', '103113.458000', '103113.460000', '103113.463000', '103113.466000', '103113.469000', '103113.472000', '103113.475000', '103113.478000', '103113.481000', '103113.484000', '103113.487000', '103113.490000', '103113.493000', '103113.496000', '103113.499000', '103113.502000', '103113.505000', '103113.508000', '103113.511000', '103113.514000', '103113.517000', '103113.520000', '103113.523000', '103113.526000', '103113.529000', '103113.532000', '103113.535000', '103113.538000', '103113.541000', '103113.544000', '103113.547000', '103113.550000', '103113.553000', '103113.556000', '103113.559000', '103113.562000', '103133.437000', '103133.440000', '103133.443000', '103133.446000', '103133.449000', '103133.452000', '103133.455000', '103133.458000', '103133.461000', '103133.464000', '103133.467000', '103133.470000', '103133.473000', '103133.476000', '103133.479000', '103133.482000', '103133.485000', '103133.488000', '103133.490000', '103133.494000', '103133.496000', '103133.499000', '103133.502000', '103133.505000', '103133.508000', '103133.527000', '103133.530000', '103133.533000', '103133.536000', '103133.539000', '103133.542000', '103133.545000', '103133.548000', '103133.551000', '103133.554000', '103133.557000', '103133.560000', '103133.563000', '103133.566000', '103133.569000', '103133.572000', '103133.575000', '103133.578000', '103133.581000', '103153.438000', '103153.441000', '103153.444000', '103153.447000', '103153.450000', '103153.453000', '103153.456000', '103153.459000', '103153.461000', '103153.464000', '103153.467000', '103153.470000', '103153.473000', '103153.476000', '103153.479000', '103153.482000', '103153.485000', '103153.488000', '103153.491000', '103153.495000', '103153.498000', '103153.502000', '103153.504000', '103153.507000', '103153.510000', '103153.513000', '103153.516000', '103153.519000', '103153.522000', '103153.525000', '103153.528000', '103153.531000', '103153.534000', '103153.537000', '103153.540000', '103153.543000', '103153.546000', '103153.549000', '103153.552000', '103153.555000', '103153.558000', '103153.561000', '103153.564000', '103213.438000', '103213.441000', '103213.444000', '103213.447000', '103213.450000', '103213.453000', '103213.456000', '103213.459000', '103213.462000', '103213.465000', '103213.468000', '103213.471000', '103213.473000', '103213.476000', '103213.479000', '103213.482000', '103213.485000', '103213.488000', '103213.491000', '103213.494000', '103213.497000', '103213.500000', '103213.503000', '103213.506000', '103213.509000', '103213.512000', '103213.515000', '103213.518000', '103213.521000', '103213.524000', '103213.527000', '103213.530000', '103213.533000', '103213.536000', '103213.539000', '103213.542000', '103213.545000', '103213.548000', '103213.551000', '103213.554000', '103213.557000', '103213.560000', '103213.563000', '103213.566000', '103233.438000', '103233.441000', '103233.444000', '103233.447000', '103233.450000', '103233.453000', '103233.456000', '103233.459000', '103233.462000', '103233.465000', '103233.468000', '103233.471000', '103233.473000', '103233.476000', '103233.479000', '103233.482000', '103233.485000', '103233.488000', '103233.491000', '103233.494000', '103233.497000', '103233.500000', '103233.503000', '103233.506000', '103233.509000', '103233.511000', '103233.514000', '103233.517000', '103233.520000', '103233.523000', '103233.526000', '103233.529000', '103233.532000', '103233.535000', '103233.538000', '103233.541000', '103233.544000', '103233.547000', '103233.550000', '103233.553000', '103233.556000', '103233.559000', '103233.562000', '103253.438000', '103253.441000', '103253.444000', '103253.447000', '103253.450000', '103253.453000', '103253.456000', '103253.459000', '103253.462000', '103253.465000', '103253.468000', '103253.471000', '103253.474000', '103253.477000', '103253.480000', '103253.483000', '103253.486000', '103253.489000', '103253.492000', '103253.494000', '103253.497000', '103253.501000', '103253.504000', '103253.506000', '103253.509000', '103253.512000', '103253.515000', '103253.518000', '103253.521000', '103253.524000', '103253.527000', '103253.530000', '103253.533000', '103253.536000', '103253.539000', '103253.542000', '103253.545000', '103253.548000', '103253.551000', '103253.554000', '103253.557000', '103253.560000', '103253.563000', '103253.566000', '103313.437000', '103313.440000', '103313.443000', '103313.446000', '103313.449000', '103313.464000', '103313.467000', '103313.470000', '103313.473000', '103313.475000', '103313.478000', '103313.481000', '103313.484000', '103313.487000', '103313.490000', '103313.493000', '103313.496000', '103313.499000', '103313.502000', '103313.505000', '103313.508000', '103313.511000', '103313.514000', '103313.517000', '103313.520000', '103313.523000', '103313.526000', '103313.529000', '103313.533000', '103313.536000', '103313.539000', '103313.542000', '103313.545000', '103313.548000', '103313.551000', '103313.554000', '103313.557000', '103313.561000', '103313.564000', '103313.567000', '103313.570000', '103313.573000', '103313.576000', '103333.437000', '103333.440000', '103333.443000', '103333.446000', '103333.449000', '103333.452000', '103333.455000', '103333.458000', '103333.461000', '103333.463000', '103333.466000', '103333.469000', '103333.472000', '103333.475000', '103333.478000', '103333.481000', '103333.484000', '103333.487000', '103333.490000', '103333.493000', '103333.496000', '103333.499000', '103333.502000', '103333.505000', '103333.508000', '103333.511000', '103333.514000', '103333.517000', '103333.520000', '103333.523000', '103333.526000', '103333.529000', '103333.532000', '103333.535000', '103333.538000', '103333.541000', '103333.544000', '103333.546000', '103333.549000', '103333.552000', '103333.555000', '103333.558000', '103333.561000', '103333.564000', '103353.438000', '103353.441000', '103353.444000', '103353.447000', '103353.450000', '103353.453000', '103353.456000', '103353.459000', '103353.462000', '103353.465000', '103353.468000', '103353.471000', '103353.474000', '103353.477000', '103353.480000', '103353.483000', '103353.486000', '103353.489000', '103353.492000', '103353.495000', '103353.498000', '103353.501000', '103353.504000', '103353.507000', '103353.510000', '103353.513000', '103353.516000', '103353.519000', '103353.522000', '103353.524000', '103353.528000', '103353.531000', '103353.533000', '103353.536000', '103353.539000', '103353.542000', '103353.545000', '103353.548000', '103353.551000', '103353.554000', '103353.557000', '103353.560000', '103353.563000', '103413.438000', '103413.441000', '103413.444000', '103413.447000', '103413.450000', '103413.453000', '103413.456000', '103413.459000', '103413.462000', '103413.465000', '103413.467000', '103413.470000', '103413.473000', '103413.476000', '103413.479000', '103413.482000', '103413.485000', '103413.488000', '103413.491000', '103413.494000', '103413.497000', '103413.500000', '103413.503000', '103413.506000', '103413.509000', '103413.512000', '103413.515000', '103413.518000', '103413.521000', '103413.524000', '103413.527000', '103413.530000', '103413.533000', '103413.536000', '103413.539000', '103413.542000', '103413.545000', '103413.548000', '103413.551000', '103413.554000', '103413.557000', '103413.560000', '103413.563000', '103413.566000', '103433.438000', '103433.441000', '103433.444000', '103433.447000', '103433.450000', '103433.453000', '103433.456000', '103433.459000', '103433.462000', '103433.465000', '103433.468000', '103433.471000', '103433.474000', '103433.477000', '103433.480000', '103433.483000', '103433.486000', '103433.489000', '103433.492000', '103433.495000', '103433.498000', '103433.501000', '103433.504000', '103433.507000', '103433.510000', '103433.513000', '103433.516000', '103433.519000', '103433.522000', '103433.525000', '103433.535000', '103433.538000', '103433.541000', '103433.544000', '103433.547000', '103433.550000', '103433.553000', '103433.556000', '103433.559000', '103433.562000', '103433.565000', '103433.568000', '103433.573000', '103453.438000', '103453.441000', '103453.444000', '103453.447000', '103453.450000', '103453.453000', '103453.456000', '103453.459000', '103453.462000', '103453.465000', '103453.468000', '103453.471000', '103453.474000', '103453.477000', '103453.480000', '103453.483000', '103453.486000', '103453.489000', '103453.492000', '103453.495000', '103453.498000', '103453.501000', '103453.504000', '103453.507000', '103453.510000', '103453.513000', '103453.516000', '103453.519000', '103453.522000', '103453.525000', '103453.528000', '103453.531000', '103453.534000', '103453.538000', '103453.541000', '103453.544000', '103453.547000', '103453.550000', '103453.553000', '103453.556000', '103453.559000', '103453.562000', '103453.565000', '103453.568000', '103513.438000', '103513.441000', '103513.444000', '103513.447000', '103513.450000', '103513.453000', '103513.456000', '103513.459000', '103513.462000', '103513.465000', '103513.468000', '103513.471000', '103513.474000', '103513.477000', '103513.480000', '103513.483000', '103513.486000', '103513.489000', '103513.492000', '103513.495000', '103513.498000', '103513.501000', '103513.504000', '103513.507000', '103513.510000', '103513.513000', '103513.515000', '103513.518000', '103513.521000', '103513.525000', '103513.528000', '103513.531000', '103513.534000', '103513.537000', '103513.539000', '103513.542000', '103513.545000', '103513.548000', '103513.551000', '103513.554000', '103513.557000', '103513.560000', '103513.563000', '103533.437000', '103533.441000', '103533.444000', '103533.447000', '103533.450000', '103533.453000', '103533.456000', '103533.459000', '103533.461000', '103533.465000', '103533.467000', '103533.470000', '103533.473000', '103533.476000', '103533.479000', '103533.482000', '103533.485000', '103533.488000', '103533.491000', '103533.494000', '103533.497000', '103533.500000', '103533.503000', '103533.506000', '103533.509000', '103533.512000', '103533.515000', '103533.518000', '103533.521000', '103533.529000', '103533.532000', '103533.535000', '103533.538000', '103533.541000', '103533.544000', '103533.547000', '103533.550000', '103533.553000', '103533.556000', '103533.559000', '103533.562000', '103533.565000', '103533.568000', '103553.437000', '103553.440000', '103553.443000', '103553.446000', '103553.449000', '103553.452000', '103553.455000', '103553.458000', '103553.461000', '103553.464000', '103553.467000', '103553.470000', '103553.473000', '103553.476000', '103553.479000', '103553.482000', '103553.485000', '103553.488000', '103553.491000', '103553.494000', '103553.497000', '103553.500000', '103553.503000', '103553.506000', '103553.509000', '103553.512000', '103553.515000', '103553.517000', '103553.521000', '103553.524000', '103553.526000', '103553.529000', '103553.532000', '103553.535000', '103553.538000', '103553.541000', '103553.544000', '103553.547000', '103553.550000', '103553.553000', '103553.556000', '103553.559000', '103553.583000', '103553.587000', '103613.438000', '103613.441000', '103613.444000', '103613.447000', '103613.451000', '103613.454000', '103613.456000', '103613.459000', '103613.463000', '103613.465000', '103613.468000', '103613.471000', '103613.474000', '103613.477000', '103613.480000', '103613.483000', '103613.486000', '103613.489000', '103613.492000', '103613.495000', '103613.498000', '103613.501000', '103613.504000', '103613.507000', '103613.510000', '103613.513000', '103613.516000', '103613.519000', '103613.522000', '103613.525000', '103613.528000', '103613.531000', '103613.534000', '103613.537000', '103613.539000', '103613.542000', '103613.545000', '103613.548000', '103613.551000', '103613.554000', '103613.557000', '103613.560000', '103613.563000', '103621.769000', '103621.773000', '103621.776000', '103621.779000', '103621.782000', '103621.786000', '103621.789000', '103621.792000', '103621.795000', '103621.798000', '103621.801000', '103621.805000', '103621.808000', '103621.811000', '103621.814000', '103621.817000', '103621.820000', '103621.824000', '103621.827000'], 'InstanceCreationTime': ['102953.490000', '102953.494000', '102953.497000', '102953.500000', '102953.503000', '102953.507000', '102953.510000', '102953.513000', '102953.516000', '102953.519000', '102953.522000', '102953.525000', '102953.554000', '102953.557000', '102953.560000', '102953.563000', '102953.566000', '102953.569000', '102953.572000', '102953.576000', '102953.579000', '102953.582000', '102953.585000', '102953.588000', '102953.591000', '102953.594000', '102953.598000', '103013.438000', '103013.441000', '103013.444000', '103013.447000', '103013.450000', '103013.453000', '103013.456000', '103013.459000', '103013.462000', '103013.465000', '103013.468000', '103013.471000', '103013.474000', '103013.476000', '103013.479000', '103013.482000', '103013.485000', '103013.488000', '103013.491000', '103013.494000', '103013.497000', '103013.500000', '103013.503000', '103013.505000', '103013.508000', '103013.515000', '103013.518000', '103013.521000', '103013.524000', '103013.527000', '103013.530000', '103013.533000', '103013.536000', '103013.539000', '103013.542000', '103013.545000', '103013.548000', '103013.551000', '103013.554000', '103013.557000', '103013.560000', '103013.563000', '103013.566000', '103013.569000', '103033.438000', '103033.441000', '103033.444000', '103033.447000', '103033.450000', '103033.453000', '103033.457000', '103033.460000', '103033.463000', '103033.470000', '103033.473000', '103033.476000', '103033.479000', '103033.482000', '103033.485000', '103033.488000', '103033.491000', '103033.494000', '103033.497000', '103033.500000', '103033.503000', '103033.506000', '103033.509000', '103033.512000', '103033.515000', '103033.518000', '103033.523000', '103033.526000', '103033.529000', '103033.532000', '103033.535000', '103033.538000', '103033.541000', '103033.544000', '103033.547000', '103033.550000', '103033.553000', '103033.556000', '103033.558000', '103033.561000', '103033.564000', '103033.567000', '103033.570000', '103053.437000', '103053.440000', '103053.443000', '103053.446000', '103053.449000', '103053.452000', '103053.455000', '103053.458000', '103053.461000', '103053.463000', '103053.466000', '103053.469000', '103053.472000', '103053.475000', '103053.478000', '103053.481000', '103053.484000', '103053.487000', '103053.490000', '103053.493000', '103053.496000', '103053.499000', '103053.502000', '103053.505000', '103053.508000', '103053.511000', '103053.513000', '103053.516000', '103053.519000', '103053.522000', '103053.525000', '103053.528000', '103053.531000', '103053.534000', '103053.537000', '103053.540000', '103053.543000', '103053.546000', '103053.549000', '103053.551000', '103053.554000', '103053.557000', '103053.560000', '103053.563000', '103113.437000', '103113.440000', '103113.443000', '103113.446000', '103113.449000', '103113.452000', '103113.455000', '103113.458000', '103113.460000', '103113.463000', '103113.466000', '103113.469000', '103113.472000', '103113.475000', '103113.478000', '103113.481000', '103113.484000', '103113.487000', '103113.490000', '103113.493000', '103113.496000', '103113.499000', '103113.502000', '103113.505000', '103113.508000', '103113.511000', '103113.514000', '103113.517000', '103113.520000', '103113.523000', '103113.526000', '103113.529000', '103113.532000', '103113.535000', '103113.538000', '103113.541000', '103113.544000', '103113.547000', '103113.550000', '103113.553000', '103113.556000', '103113.559000', '103113.562000', '103133.437000', '103133.440000', '103133.443000', '103133.446000', '103133.449000', '103133.452000', '103133.455000', '103133.458000', '103133.461000', '103133.464000', '103133.467000', '103133.470000', '103133.473000', '103133.476000', '103133.479000', '103133.482000', '103133.485000', '103133.488000', '103133.490000', '103133.494000', '103133.496000', '103133.499000', '103133.502000', '103133.505000', '103133.508000', '103133.527000', '103133.530000', '103133.533000', '103133.536000', '103133.539000', '103133.542000', '103133.545000', '103133.548000', '103133.551000', '103133.554000', '103133.557000', '103133.560000', '103133.563000', '103133.566000', '103133.569000', '103133.572000', '103133.575000', '103133.578000', '103133.581000', '103153.438000', '103153.441000', '103153.444000', '103153.447000', '103153.450000', '103153.453000', '103153.456000', '103153.459000', '103153.461000', '103153.464000', '103153.467000', '103153.470000', '103153.473000', '103153.476000', '103153.479000', '103153.482000', '103153.485000', '103153.488000', '103153.491000', '103153.495000', '103153.498000', '103153.502000', '103153.504000', '103153.507000', '103153.510000', '103153.513000', '103153.516000', '103153.519000', '103153.522000', '103153.525000', '103153.528000', '103153.531000', '103153.534000', '103153.537000', '103153.540000', '103153.543000', '103153.546000', '103153.549000', '103153.552000', '103153.555000', '103153.558000', '103153.561000', '103153.564000', '103213.438000', '103213.441000', '103213.444000', '103213.447000', '103213.450000', '103213.453000', '103213.456000', '103213.459000', '103213.462000', '103213.465000', '103213.468000', '103213.471000', '103213.473000', '103213.476000', '103213.479000', '103213.482000', '103213.485000', '103213.488000', '103213.491000', '103213.494000', '103213.497000', '103213.500000', '103213.503000', '103213.506000', '103213.509000', '103213.512000', '103213.515000', '103213.518000', '103213.521000', '103213.524000', '103213.527000', '103213.530000', '103213.533000', '103213.536000', '103213.539000', '103213.542000', '103213.545000', '103213.548000', '103213.551000', '103213.554000', '103213.557000', '103213.560000', '103213.563000', '103213.566000', '103233.438000', '103233.441000', '103233.444000', '103233.447000', '103233.450000', '103233.453000', '103233.456000', '103233.459000', '103233.462000', '103233.465000', '103233.468000', '103233.471000', '103233.473000', '103233.476000', '103233.479000', '103233.482000', '103233.485000', '103233.488000', '103233.491000', '103233.494000', '103233.497000', '103233.500000', '103233.503000', '103233.506000', '103233.509000', '103233.511000', '103233.514000', '103233.517000', '103233.520000', '103233.523000', '103233.526000', '103233.529000', '103233.532000', '103233.535000', '103233.538000', '103233.541000', '103233.544000', '103233.547000', '103233.550000', '103233.553000', '103233.556000', '103233.559000', '103233.562000', '103253.438000', '103253.441000', '103253.444000', '103253.447000', '103253.450000', '103253.453000', '103253.456000', '103253.459000', '103253.462000', '103253.465000', '103253.468000', '103253.471000', '103253.474000', '103253.477000', '103253.480000', '103253.483000', '103253.486000', '103253.489000', '103253.492000', '103253.494000', '103253.497000', '103253.501000', '103253.504000', '103253.506000', '103253.509000', '103253.512000', '103253.515000', '103253.518000', '103253.521000', '103253.524000', '103253.527000', '103253.530000', '103253.533000', '103253.536000', '103253.539000', '103253.542000', '103253.545000', '103253.548000', '103253.551000', '103253.554000', '103253.557000', '103253.560000', '103253.563000', '103253.566000', '103313.437000', '103313.440000', '103313.443000', '103313.446000', '103313.449000', '103313.464000', '103313.467000', '103313.470000', '103313.473000', '103313.475000', '103313.478000', '103313.481000', '103313.484000', '103313.487000', '103313.490000', '103313.493000', '103313.496000', '103313.499000', '103313.502000', '103313.505000', '103313.508000', '103313.511000', '103313.514000', '103313.517000', '103313.520000', '103313.523000', '103313.526000', '103313.529000', '103313.533000', '103313.536000', '103313.539000', '103313.542000', '103313.545000', '103313.548000', '103313.551000', '103313.554000', '103313.557000', '103313.561000', '103313.564000', '103313.567000', '103313.570000', '103313.573000', '103313.576000', '103333.437000', '103333.440000', '103333.443000', '103333.446000', '103333.449000', '103333.452000', '103333.455000', '103333.458000', '103333.461000', '103333.463000', '103333.466000', '103333.469000', '103333.472000', '103333.475000', '103333.478000', '103333.481000', '103333.484000', '103333.487000', '103333.490000', '103333.493000', '103333.496000', '103333.499000', '103333.502000', '103333.505000', '103333.508000', '103333.511000', '103333.514000', '103333.517000', '103333.520000', '103333.523000', '103333.526000', '103333.529000', '103333.532000', '103333.535000', '103333.538000', '103333.541000', '103333.544000', '103333.546000', '103333.549000', '103333.552000', '103333.555000', '103333.558000', '103333.561000', '103333.564000', '103353.438000', '103353.441000', '103353.444000', '103353.447000', '103353.450000', '103353.453000', '103353.456000', '103353.459000', '103353.462000', '103353.465000', '103353.468000', '103353.471000', '103353.474000', '103353.477000', '103353.480000', '103353.483000', '103353.486000', '103353.489000', '103353.492000', '103353.495000', '103353.498000', '103353.501000', '103353.504000', '103353.507000', '103353.510000', '103353.513000', '103353.516000', '103353.519000', '103353.522000', '103353.524000', '103353.528000', '103353.531000', '103353.533000', '103353.536000', '103353.539000', '103353.542000', '103353.545000', '103353.548000', '103353.551000', '103353.554000', '103353.557000', '103353.560000', '103353.563000', '103413.438000', '103413.441000', '103413.444000', '103413.447000', '103413.450000', '103413.453000', '103413.456000', '103413.459000', '103413.462000', '103413.465000', '103413.467000', '103413.470000', '103413.473000', '103413.476000', '103413.479000', '103413.482000', '103413.485000', '103413.488000', '103413.491000', '103413.494000', '103413.497000', '103413.500000', '103413.503000', '103413.506000', '103413.509000', '103413.512000', '103413.515000', '103413.518000', '103413.521000', '103413.524000', '103413.527000', '103413.530000', '103413.533000', '103413.536000', '103413.539000', '103413.542000', '103413.545000', '103413.548000', '103413.551000', '103413.554000', '103413.557000', '103413.560000', '103413.563000', '103413.566000', '103433.438000', '103433.441000', '103433.444000', '103433.447000', '103433.450000', '103433.453000', '103433.456000', '103433.459000', '103433.462000', '103433.465000', '103433.468000', '103433.471000', '103433.474000', '103433.477000', '103433.480000', '103433.483000', '103433.486000', '103433.489000', '103433.492000', '103433.495000', '103433.498000', '103433.501000', '103433.504000', '103433.507000', '103433.510000', '103433.513000', '103433.516000', '103433.519000', '103433.522000', '103433.525000', '103433.535000', '103433.538000', '103433.541000', '103433.544000', '103433.547000', '103433.550000', '103433.553000', '103433.556000', '103433.559000', '103433.562000', '103433.565000', '103433.568000', '103433.573000', '103453.438000', '103453.441000', '103453.444000', '103453.447000', '103453.450000', '103453.453000', '103453.456000', '103453.459000', '103453.462000', '103453.465000', '103453.468000', '103453.471000', '103453.474000', '103453.477000', '103453.480000', '103453.483000', '103453.486000', '103453.489000', '103453.492000', '103453.495000', '103453.498000', '103453.501000', '103453.504000', '103453.507000', '103453.510000', '103453.513000', '103453.516000', '103453.519000', '103453.522000', '103453.525000', '103453.528000', '103453.531000', '103453.534000', '103453.538000', '103453.541000', '103453.544000', '103453.547000', '103453.550000', '103453.553000', '103453.556000', '103453.559000', '103453.562000', '103453.565000', '103453.568000', '103513.438000', '103513.441000', '103513.444000', '103513.447000', '103513.450000', '103513.453000', '103513.456000', '103513.459000', '103513.462000', '103513.465000', '103513.468000', '103513.471000', '103513.474000', '103513.477000', '103513.480000', '103513.483000', '103513.486000', '103513.489000', '103513.492000', '103513.495000', '103513.498000', '103513.501000', '103513.504000', '103513.507000', '103513.510000', '103513.513000', '103513.515000', '103513.518000', '103513.521000', '103513.525000', '103513.528000', '103513.531000', '103513.534000', '103513.537000', '103513.539000', '103513.542000', '103513.545000', '103513.548000', '103513.551000', '103513.554000', '103513.557000', '103513.560000', '103513.563000', '103533.437000', '103533.441000', '103533.444000', '103533.447000', '103533.450000', '103533.453000', '103533.456000', '103533.459000', '103533.461000', '103533.465000', '103533.467000', '103533.470000', '103533.473000', '103533.476000', '103533.479000', '103533.482000', '103533.485000', '103533.488000', '103533.491000', '103533.494000', '103533.497000', '103533.500000', '103533.503000', '103533.506000', '103533.509000', '103533.512000', '103533.515000', '103533.518000', '103533.521000', '103533.529000', '103533.532000', '103533.535000', '103533.538000', '103533.541000', '103533.544000', '103533.547000', '103533.550000', '103533.553000', '103533.556000', '103533.559000', '103533.562000', '103533.565000', '103533.568000', '103553.437000', '103553.440000', '103553.443000', '103553.446000', '103553.449000', '103553.452000', '103553.455000', '103553.458000', '103553.461000', '103553.464000', '103553.467000', '103553.470000', '103553.473000', '103553.476000', '103553.479000', '103553.482000', '103553.485000', '103553.488000', '103553.491000', '103553.494000', '103553.497000', '103553.500000', '103553.503000', '103553.506000', '103553.509000', '103553.512000', '103553.515000', '103553.517000', '103553.521000', '103553.524000', '103553.526000', '103553.529000', '103553.532000', '103553.535000', '103553.538000', '103553.541000', '103553.544000', '103553.547000', '103553.550000', '103553.553000', '103553.556000', '103553.559000', '103553.583000', '103553.587000', '103613.438000', '103613.441000', '103613.444000', '103613.447000', '103613.451000', '103613.454000', '103613.456000', '103613.459000', '103613.463000', '103613.465000', '103613.468000', '103613.471000', '103613.474000', '103613.477000', '103613.480000', '103613.483000', '103613.486000', '103613.489000', '103613.492000', '103613.495000', '103613.498000', '103613.501000', '103613.504000', '103613.507000', '103613.510000', '103613.513000', '103613.516000', '103613.519000', '103613.522000', '103613.525000', '103613.528000', '103613.531000', '103613.534000', '103613.537000', '103613.539000', '103613.542000', '103613.545000', '103613.548000', '103613.551000', '103613.554000', '103613.557000', '103613.560000', '103613.563000', '103621.769000', '103621.773000', '103621.776000', '103621.779000', '103621.782000', '103621.786000', '103621.789000', '103621.792000', '103621.795000', '103621.798000', '103621.801000', '103621.805000', '103621.808000', '103621.811000', '103621.814000', '103621.817000', '103621.820000', '103621.824000', '103621.827000'], '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': [10920, 11788, 13843, 10743, 10904, 11334, 10910, 13781, 13135, 13113, 14038, 13967, 12953, 11379, 14114, 12004, 10344, 14054, 11718, 8423, 8397, 11034, 7278, 6966, 11257, 7957, 6786, 7386, 7404, 6878, 9227, 6820, 9268, 6751, 8702, 7258, 8251, 7020, 8110, 7184, 7792, 7193, 7016, 7106, 6973, 7147, 6946, 6953, 6956, 7134, 6765, 6435, 7013, 6572, 7387, 6778, 7774, 6930, 8752, 7351, 8008, 7272, 7412, 8239, 6860, 9035, 6977, 10254, 7850, 9121, 7861, 6728, 9506, 7697, 10690, 8368, 11788, 8352, 10849, 8206, 8059, 11580, 8960, 12892, 9535, 7175, 9569, 7302, 11767, 8416, 11273, 8399, 12081, 9348, 11382, 9499, 9983, 10925, 7326, 11074, 7328, 10687, 7822, 11207, 8051, 8367, 7255, 6835, 9106, 6894, 9064, 7343, 9378, 7785, 9734, 7923, 9490, 7885, 7796, 7509, 7844, 7642, 8181, 8015, 7913, 7872, 6769, 10099, 7684, 7534, 6913, 6756, 8679, 7664, 9312, 7957, 8672, 8175, 9622, 8077, 8689, 8757, 11733, 9249, 12952, 9929, 12328, 12108, 11322, 13466, 9672, 12038, 9694, 11666, 9279, 11746, 8804, 11261, 7814, 11771, 7820, 10156, 7864, 8420, 7431, 7978, 7800, 7446, 8751, 7001, 8626, 10086, 7658, 8124, 7592, 7603, 7929, 6980, 8780, 6775, 8761, 6933, 9437, 6851, 9577, 7612, 7148, 8369, 6941, 8962, 7361, 9309, 7734, 10770, 7781, 9502, 8833, 7880, 8529, 7356, 7383, 9270, 7270, 7748, 6959, 6768, 8879, 7146, 9129, 7418, 6795, 8685, 6813, 9416, 9550, 9454, 13145, 10061, 14113, 10516, 10739, 8035, 9216, 9006, 7031, 9493, 7044, 11293, 7781, 7508, 7150, 7019, 7036, 7234, 7150, 8366, 7146, 7159, 11627, 9992, 8987, 9863, 10798, 9956, 12572, 12155, 11114, 12280, 10435, 12672, 10493, 12408, 9176, 12527, 8289, 9536, 7952, 8927, 7956, 7185, 7358, 6799, 8607, 7189, 7144, 7043, 6599, 8565, 7678, 9120, 7967, 8444, 7941, 8715, 7627, 8637, 7540, 9803, 8241, 11893, 8931, 11232, 8619, 9265, 7998, 6836, 8755, 7336, 7590, 7287, 6826, 8705, 8389, 7541, 12460, 9289, 13124, 10242, 12129, 9335, 10383, 8211, 10000, 8233, 10567, 8578, 7605, 7961, 6812, 8740, 7667, 9959, 8565, 8574, 7928, 7282, 9611, 6948, 6802, 7746, 6875, 6587, 9190, 6607, 6943, 11044, 8310, 9843, 12969, 11944, 12108, 13647, 12556, 12495, 13857, 12628, 14007, 11169, 12548, 10531, 11296, 13156, 11300, 10494, 7471, 6940, 8252, 6939, 10298, 7294, 10411, 7381, 8875, 7290, 7557, 7169, 6767, 6985, 6893, 7239, 6987, 7716, 7054, 7626, 7048, 6885, 7025, 6638, 7141, 8111, 7085, 9544, 7813, 8697, 7587, 8107, 7496, 8291, 7410, 8374, 7217, 6848, 7188, 6574, 7023, 6900, 7786, 7111, 6785, 8083, 7072, 8691, 7447, 9059, 7665, 10206, 8430, 10387, 8929, 7121, 9423, 7530, 11128, 9186, 11486, 11725, 10005, 12780, 10860, 12072, 9665, 6856, 7536, 7174, 8190, 7079, 6909, 7517, 7534, 7201, 7666, 7295, 8455, 7474, 7927, 9626, 8793, 10993, 9194, 12026, 10615, 12313, 10121, 11216, 8385, 8282, 10102, 6839, 11748, 7423, 11461, 7236, 12294, 8567, 9861, 6957, 6715, 6742, 6649, 7679, 7048, 8850, 7312, 8408, 7158, 8192, 6887, 8596, 7400, 7019, 7561, 6846, 8121, 7136, 7543, 7218, 6774, 7637, 7224, 9645, 6840, 7115, 9340, 6649, 7241, 9774, 8782, 7791, 12124, 9791, 9687, 13319, 10233, 13415, 12411, 11730, 12707, 12063, 12898, 11380, 12560, 9885, 7888, 10778, 9091, 12109, 9521, 6969, 6754, 6900, 6819, 6814, 7043, 6944, 8946, 7159, 8698, 7168, 10423, 7620, 11763, 9406, 11494, 9193, 10325, 7112, 10903, 6846, 7264, 6974, 7884, 7037, 7350, 6937, 6633, 8335, 6992, 6610, 6916, 6771, 6868, 6655, 6828, 6937, 6926, 6676, 8473, 7009, 9442, 9088, 10415, 10661, 10175, 11385, 10238, 12039, 13396, 10377, 13191, 11336, 11995, 9352, 10118, 7137, 7449, 7037, 7283, 7002, 6757, 6800, 6731, 8043, 6921, 6556, 7095, 7048, 7887, 7041, 7685, 6975, 7346, 7098, 7108, 7766, 7074, 9679, 7212, 8710, 7307, 9538, 7715, 9301, 7424, 9078, 7788, 9276, 7788, 8707, 7282, 8158, 6931, 8796, 7294, 9234, 7606, 8543, 7329, 7019, 7189, 6907, 9738, 7311, 8924, 7641, 8357, 7599, 10004, 7512, 10944, 7858, 9026, 8356, 6490, 8699, 7009, 9240, 7368, 9015, 7103, 8384, 7209, 8712, 7645, 8381, 7300, 6605, 8468, 7454, 10245, 8129, 10203, 8666, 12883, 9567, 11840, 9475, 12127, 10153, 12088, 10550, 11789, 10075, 9287, 8999, 7171, 10113, 7566, 9195, 7052, 11964, 8046, 12343, 7822, 9547, 8096, 9170, 8067, 8975, 7813, 9128, 7743, 7791, 7541, 7024, 8330, 7213, 8539, 7545, 7903, 7095, 7064, 8253, 6975, 8276, 7182, 8017, 7101, 7715, 7535, 7836, 9413, 7545, 10488, 7964, 10811, 8387, 11203, 8761, 11973, 8873, 12168, 10063, 6977, 8069, 7163, 9218, 7548, 7334, 7161, 6903, 11503, 8991, 7360, 9109, 7997, 7578, 12525, 9637, 11329, 9352, 8203, 11551, 8674, 12261, 9500, 12541, 10711, 7148, 7093, 7164, 7032, 7153, 6726, 6657, 6619, 6769, 6949, 9474, 7410, 7486, 11203, 9723, 10037, 14141, 12851, 11371, 11622, 11238, 14105, 12259, 11235, 11668, 9014, 11676, 8821, 6708, 10536, 6949, 11174, 8562, 6567, 6764, 6947, 6591, 6664, 6434, 7082, 6902, 7008, 8082, 6738, 6767, 7048, 11244, 11181, 13918, 15544, 16741, 12783, 11707, 13418, 11575, 12891, 10283, 10260, 9663, 7355, 8036, 7405, 8675, 7591, 7358, 6948, 6874, 7272, 7041, 6888, 8610, 7209, 7514, 7137, 6869, 7492, 7113, 7575, 7898, 7408, 9669, 7690, 8360, 7260, 7538, 7465, 7372, 7540, 7100, 7715, 7071, 7561, 7322, 7771, 7434, 7502, 7409, 7871, 7273, 8672, 7382, 8744, 8185, 9246, 8422, 9275, 8171, 9205, 8099, 9427, 7840, 10215, 8556, 10053, 8689, 10262, 8740, 9987, 8850, 10697, 8942, 11017, 8912, 10647, 8571, 8964, 7887, 7902, 9040, 7869, 10653, 8669, 6976, 8634, 7656, 10290, 8493, 10384, 8816, 9675, 8552, 9807, 8282, 10091, 7857, 9507, 7714, 8469, 10771, 7966, 7361, 7493, 6745, 8773, 7478], 'WindowCenter': [4025.0, 4049.0, 4044.0, 3995.0, 3994.0, 4005.0, 3993.0, 4015.0, 4016.0, 4015.0, 4015.0, 4004.0, 3993.0, 3979.0, 3988.0, 3964.0, 3953.0, 3973.0, 3950.0, 3919.0, 3918.0, 3950.0, 3907.0, 3907.0, 3952.0, 3920.0, 3910.0, 3921.0, 3921.0, 3911.0, 3942.0, 3912.0, 3942.0, 3912.0, 3931.0, 3924.0, 3932.0, 3922.0, 3933.0, 3924.0, 3922.0, 3924.0, 3923.0, 3924.0, 3926.0, 3937.0, 3939.0, 3949.0, 3952.0, 3952.0, 3954.0, 3956.0, 3966.0, 3968.0, 3979.0, 3969.0, 3993.0, 3981.0, 3990.0, 3981.0, 3991.0, 3981.0, 3983.0, 3990.0, 3983.0, 4004.0, 3982.0, 4011.0, 3979.0, 3989.0, 3990.0, 3969.0, 3999.0, 3979.0, 3999.0, 3989.0, 4010.0, 3991.0, 4011.0, 3994.0, 3996.0, 4011.0, 3989.0, 4021.0, 3990.0, 3971.0, 3989.0, 3971.0, 4011.0, 3993.0, 4013.0, 3981.0, 4012.0, 3992.0, 4001.0, 3990.0, 3988.0, 4000.0, 3958.0, 3997.0, 3957.0, 3989.0, 3968.0, 3997.0, 3970.0, 3980.0, 3967.0, 3958.0, 3990.0, 3971.0, 3992.0, 3983.0, 4002.0, 3983.0, 4002.0, 3996.0, 4004.0, 3984.0, 3982.0, 3971.0, 3984.0, 3983.0, 3994.0, 3984.0, 3983.0, 3996.0, 3973.0, 4003.0, 3982.0, 3981.0, 3972.0, 3973.0, 4006.0, 3997.0, 4020.0, 4009.0, 4009.0, 4020.0, 4019.0, 4009.0, 4023.0, 4022.0, 4039.0, 4008.0, 4036.0, 4005.0, 4027.0, 4025.0, 4013.0, 4025.0, 3990.0, 4000.0, 3978.0, 3988.0, 3966.0, 3986.0, 3964.0, 3986.0, 3942.0, 3984.0, 3955.0, 3973.0, 3954.0, 3952.0, 3955.0, 3953.0, 3956.0, 3946.0, 3966.0, 3944.0, 3965.0, 3975.0, 3942.0, 3954.0, 3942.0, 3952.0, 3953.0, 3944.0, 3966.0, 3944.0, 3967.0, 3947.0, 3977.0, 3958.0, 3987.0, 3970.0, 3959.0, 3979.0, 3970.0, 3991.0, 3984.0, 4004.0, 3987.0, 4017.0, 3983.0, 3990.0, 3980.0, 3982.0, 3995.0, 3973.0, 3969.0, 3989.0, 3972.0, 3969.0, 3971.0, 3962.0, 4003.0, 3986.0, 4006.0, 3987.0, 3974.0, 4007.0, 3974.0, 4006.0, 4004.0, 4007.0, 4027.0, 4003.0, 4024.0, 3991.0, 3989.0, 3969.0, 3977.0, 3978.0, 3960.0, 3991.0, 3971.0, 4014.0, 3967.0, 3953.0, 3941.0, 3951.0, 3955.0, 3966.0, 3956.0, 3977.0, 3969.0, 3969.0, 4010.0, 3989.0, 3978.0, 3990.0, 3999.0, 3990.0, 4009.0, 3998.0, 3985.0, 3987.0, 3962.0, 3984.0, 3961.0, 3970.0, 3937.0, 3957.0, 3926.0, 3934.0, 3925.0, 3934.0, 3925.0, 3916.0, 3924.0, 3917.0, 3949.0, 3930.0, 3931.0, 3942.0, 3944.0, 3964.0, 3966.0, 3977.0, 3967.0, 3966.0, 3967.0, 3966.0, 3958.0, 3969.0, 3968.0, 3977.0, 3969.0, 3997.0, 3976.0, 3986.0, 3967.0, 3979.0, 3966.0, 3945.0, 3978.0, 3968.0, 3980.0, 3973.0, 3972.0, 3994.0, 3994.0, 3985.0, 4025.0, 3994.0, 4023.0, 4003.0, 4013.0, 3990.0, 4002.0, 3982.0, 4000.0, 3982.0, 4001.0, 3992.0, 3982.0, 3982.0, 3971.0, 3993.0, 3984.0, 4014.0, 4006.0, 4018.0, 4009.0, 3999.0, 4016.0, 3985.0, 3986.0, 3996.0, 3985.0, 3959.0, 3990.0, 3959.0, 3969.0, 4013.0, 3993.0, 4002.0, 4035.0, 4014.0, 4011.0, 4008.0, 3997.0, 3997.0, 3995.0, 3984.0, 3984.0, 3969.0, 3968.0, 3946.0, 3956.0, 3966.0, 3954.0, 3942.0, 3911.0, 3901.0, 3921.0, 3913.0, 3943.0, 3913.0, 3945.0, 3913.0, 3933.0, 3923.0, 3923.0, 3914.0, 3914.0, 3924.0, 3927.0, 3926.0, 3926.0, 3937.0, 3930.0, 3940.0, 3941.0, 3941.0, 3942.0, 3943.0, 3945.0, 3953.0, 3944.0, 3974.0, 3954.0, 3965.0, 3956.0, 3954.0, 3955.0, 3965.0, 3955.0, 3965.0, 3956.0, 3956.0, 3958.0, 3958.0, 3972.0, 3971.0, 3995.0, 3984.0, 3972.0, 3992.0, 3973.0, 3992.0, 3984.0, 3993.0, 3983.0, 4003.0, 3993.0, 4002.0, 3990.0, 3958.0, 3990.0, 3969.0, 4000.0, 3978.0, 3999.0, 3997.0, 3987.0, 4008.0, 3988.0, 3996.0, 3962.0, 3931.0, 3940.0, 3942.0, 3963.0, 3968.0, 3970.0, 3980.0, 3981.0, 3980.0, 3992.0, 3983.0, 3978.0, 3969.0, 3979.0, 4004.0, 3991.0, 4001.0, 3979.0, 4025.0, 4002.0, 3996.0, 3986.0, 3983.0, 3963.0, 3953.0, 3986.0, 3946.0, 3995.0, 3941.0, 3982.0, 3941.0, 3982.0, 3951.0, 3960.0, 3940.0, 3941.0, 3931.0, 3940.0, 3952.0, 3943.0, 3962.0, 3953.0, 3963.0, 3943.0, 3964.0, 3954.0, 3965.0, 3953.0, 3954.0, 3966.0, 3957.0, 3967.0, 3958.0, 3967.0, 3983.0, 3974.0, 3981.0, 3969.0, 4002.0, 3957.0, 3956.0, 3988.0, 3946.0, 3955.0, 3988.0, 3979.0, 3969.0, 4012.0, 4003.0, 3991.0, 4011.0, 3988.0, 3997.0, 3986.0, 3973.0, 3982.0, 3970.0, 3967.0, 3958.0, 3954.0, 3934.0, 3938.0, 3956.0, 3932.0, 3953.0, 3929.0, 3900.0, 3900.0, 3911.0, 3914.0, 3915.0, 3929.0, 3941.0, 3961.0, 3941.0, 3951.0, 3942.0, 3972.0, 3942.0, 3982.0, 3952.0, 3971.0, 3949.0, 3959.0, 3927.0, 3959.0, 3918.0, 3939.0, 3928.0, 3937.0, 3929.0, 3929.0, 3930.0, 3944.0, 3965.0, 3957.0, 3959.0, 3958.0, 3957.0, 3958.0, 3958.0, 3959.0, 3969.0, 3971.0, 3971.0, 3982.0, 3972.0, 3992.0, 3992.0, 3999.0, 4002.0, 3990.0, 3999.0, 3977.0, 3998.0, 3995.0, 3963.0, 3982.0, 3971.0, 3968.0, 3947.0, 3945.0, 3916.0, 3925.0, 3926.0, 3927.0, 3928.0, 3929.0, 3930.0, 3942.0, 3963.0, 3944.0, 3945.0, 3953.0, 3956.0, 3966.0, 3958.0, 3967.0, 3958.0, 3958.0, 3958.0, 3957.0, 3957.0, 3957.0, 3988.0, 3957.0, 3965.0, 3956.0, 3977.0, 3957.0, 3977.0, 3957.0, 3977.0, 3967.0, 3977.0, 3956.0, 3965.0, 3955.0, 3966.0, 3946.0, 3966.0, 3957.0, 3976.0, 3968.0, 3978.0, 3968.0, 3971.0, 3971.0, 3969.0, 3989.0, 3970.0, 3989.0, 3981.0, 3979.0, 3983.0, 4006.0, 3972.0, 4002.0, 3981.0, 3980.0, 3980.0, 3947.0, 3980.0, 3974.0, 3991.0, 3970.0, 3991.0, 3972.0, 3983.0, 3983.0, 3993.0, 3983.0, 3991.0, 3984.0, 3973.0, 3994.0, 3986.0, 4015.0, 3995.0, 4015.0, 3995.0, 4025.0, 4002.0, 4013.0, 3993.0, 4011.0, 3989.0, 4010.0, 3990.0, 3999.0, 3987.0, 3977.0, 3965.0, 3945.0, 3975.0, 3952.0, 3962.0, 3943.0, 3985.0, 3953.0, 3984.0, 3954.0, 3962.0, 3953.0, 3964.0, 3953.0, 3964.0, 3954.0, 3965.0, 3955.0, 3954.0, 3955.0, 3957.0, 3966.0, 3956.0, 3966.0, 3968.0, 3968.0, 3958.0, 3970.0, 3980.0, 3970.0, 3981.0, 3970.0, 3980.0, 3971.0, 3982.0, 3983.0, 3970.0, 3992.0, 3968.0, 4001.0, 3969.0, 3989.0, 3969.0, 3988.0, 3968.0, 3996.0, 3966.0, 3985.0, 3973.0, 3941.0, 3952.0, 3943.0, 3977.0, 3971.0, 3971.0, 3957.0, 3971.0, 4000.0, 3980.0, 3967.0, 3991.0, 3981.0, 3973.0, 4013.0, 3992.0, 4000.0, 3978.0, 3967.0, 3988.0, 3966.0, 3996.0, 3976.0, 3997.0, 3988.0, 3957.0, 3946.0, 3956.0, 3944.0, 3944.0, 3943.0, 3930.0, 3930.0, 3943.0, 3953.0, 3985.0, 3968.0, 3971.0, 4000.0, 3988.0, 3990.0, 4012.0, 4010.0, 3984.0, 3974.0, 3973.0, 3980.0, 3957.0, 3945.0, 3944.0, 3922.0, 3941.0, 3921.0, 3887.0, 3943.0, 3914.0, 3943.0, 3935.0, 3902.0, 3895.0, 3894.0, 3882.0, 3882.0, 3883.0, 3893.0, 3893.0, 3894.0, 3905.0, 3882.0, 3898.0, 3911.0, 3952.0, 3942.0, 3967.0, 3989.0, 3990.0, 3957.0, 3957.0, 3955.0, 3943.0, 3940.0, 3906.0, 3905.0, 3906.0, 3884.0, 3884.0, 3883.0, 3893.0, 3909.0, 3898.0, 3886.0, 3886.0, 3899.0, 3900.0, 3915.0, 3935.0, 3927.0, 3927.0, 3927.0, 3917.0, 3928.0, 3928.0, 3928.0, 3940.0, 3930.0, 3948.0, 3927.0, 3938.0, 3927.0, 3938.0, 3941.0, 3941.0, 3952.0, 3943.0, 3954.0, 3942.0, 3954.0, 3956.0, 3968.0, 3955.0, 3956.0, 3957.0, 3968.0, 3958.0, 3978.0, 3969.0, 3978.0, 3982.0, 3990.0, 3982.0, 3991.0, 3984.0, 4005.0, 3982.0, 3990.0, 3982.0, 4001.0, 3992.0, 4004.0, 3991.0, 4000.0, 3993.0, 4003.0, 3994.0, 4013.0, 3993.0, 4011.0, 3993.0, 4001.0, 3992.0, 3992.0, 3982.0, 3982.0, 3991.0, 3984.0, 4002.0, 3980.0, 3970.0, 3991.0, 3983.0, 4001.0, 3991.0, 4002.0, 3993.0, 3991.0, 3979.0, 4001.0, 3980.0, 4001.0, 3979.0, 3987.0, 3969.0, 3980.0, 3999.0, 3966.0, 3958.0, 3969.0, 3960.0, 3989.0, 3981.0], 'WindowWidth': [8977.0, 9017.0, 8999.0, 8914.0, 8914.0, 8929.0, 8911.0, 8946.0, 8948.0, 8943.0, 8943.0, 8931.0, 8912.0, 8880.0, 8895.0, 8853.0, 8833.0, 8864.0, 8827.0, 8784.0, 8781.0, 8826.0, 8766.0, 8765.0, 8831.0, 8787.0, 8774.0, 8788.0, 8787.0, 8775.0, 8817.0, 8777.0, 8817.0, 8779.0, 8801.0, 8795.0, 8803.0, 8793.0, 8808.0, 8797.0, 8791.0, 8796.0, 8794.0, 8798.0, 8804.0, 8823.0, 8827.0, 8843.0, 8851.0, 8854.0, 8860.0, 8866.0, 8880.0, 8884.0, 8901.0, 8888.0, 8928.0, 8904.0, 8914.0, 8903.0, 8917.0, 8904.0, 8905.0, 8914.0, 8910.0, 8942.0, 8909.0, 8944.0, 8898.0, 8909.0, 8914.0, 8883.0, 8924.0, 8897.0, 8924.0, 8910.0, 8941.0, 8914.0, 8942.0, 8926.0, 8930.0, 8942.0, 8909.0, 8956.0, 8912.0, 8887.0, 8909.0, 8889.0, 8942.0, 8920.0, 8947.0, 8903.0, 8943.0, 8914.0, 8926.0, 8910.0, 8905.0, 8924.0, 8864.0, 8915.0, 8860.0, 8904.0, 8877.0, 8915.0, 8881.0, 8895.0, 8878.0, 8868.0, 8913.0, 8889.0, 8915.0, 8907.0, 8930.0, 8908.0, 8931.0, 8927.0, 8937.0, 8909.0, 8905.0, 8889.0, 8907.0, 8905.0, 8922.0, 8909.0, 8908.0, 8929.0, 8897.0, 8932.0, 8901.0, 8900.0, 8889.0, 8896.0, 8944.0, 8937.0, 8968.0, 8953.0, 8952.0, 8970.0, 8968.0, 8954.0, 8981.0, 8976.0, 8994.0, 8950.0, 8983.0, 8940.0, 8969.0, 8967.0, 8946.0, 8967.0, 8910.0, 8926.0, 8889.0, 8905.0, 8869.0, 8899.0, 8863.0, 8893.0, 8832.0, 8890.0, 8851.0, 8873.0, 8850.0, 8846.0, 8854.0, 8850.0, 8854.0, 8841.0, 8867.0, 8836.0, 8864.0, 8878.0, 8830.0, 8847.0, 8831.0, 8845.0, 8846.0, 8836.0, 8867.0, 8837.0, 8869.0, 8844.0, 8885.0, 8865.0, 8903.0, 8881.0, 8867.0, 8893.0, 8885.0, 8913.0, 8911.0, 8937.0, 8917.0, 8956.0, 8904.0, 8910.0, 8895.0, 8901.0, 8926.0, 8891.0, 8880.0, 8905.0, 8887.0, 8881.0, 8886.0, 8876.0, 8934.0, 8916.0, 8943.0, 8918.0, 8899.0, 8944.0, 8897.0, 8941.0, 8935.0, 8940.0, 8969.0, 8932.0, 8961.0, 8911.0, 8906.0, 8876.0, 8886.0, 8888.0, 8868.0, 8911.0, 8888.0, 8948.0, 8875.0, 8849.0, 8833.0, 8848.0, 8858.0, 8875.0, 8862.0, 8889.0, 8883.0, 8881.0, 8937.0, 8907.0, 8889.0, 8907.0, 8921.0, 8908.0, 8933.0, 8916.0, 8893.0, 8898.0, 8856.0, 8890.0, 8851.0, 8863.0, 8813.0, 8838.0, 8794.0, 8803.0, 8791.0, 8803.0, 8792.0, 8783.0, 8794.0, 8788.0, 8833.0, 8809.0, 8814.0, 8831.0, 8837.0, 8864.0, 8872.0, 8886.0, 8873.0, 8870.0, 8874.0, 8870.0, 8861.0, 8876.0, 8874.0, 8887.0, 8875.0, 8913.0, 8882.0, 8896.0, 8872.0, 8890.0, 8869.0, 8843.0, 8890.0, 8878.0, 8898.0, 8892.0, 8892.0, 8924.0, 8924.0, 8912.0, 8964.0, 8921.0, 8960.0, 8931.0, 8945.0, 8910.0, 8927.0, 8900.0, 8924.0, 8902.0, 8928.0, 8916.0, 8902.0, 8904.0, 8890.0, 8921.0, 8912.0, 8950.0, 8945.0, 8965.0, 8954.0, 8940.0, 8957.0, 8914.0, 8916.0, 8930.0, 8914.0, 8868.0, 8909.0, 8870.0, 8881.0, 8946.0, 8920.0, 8932.0, 8983.0, 8954.0, 8944.0, 8936.0, 8919.0, 8913.0, 8915.0, 8890.0, 8892.0, 8864.0, 8857.0, 8826.0, 8838.0, 8852.0, 8831.0, 8812.0, 8769.0, 8756.0, 8785.0, 8775.0, 8815.0, 8777.0, 8820.0, 8777.0, 8804.0, 8792.0, 8791.0, 8782.0, 8781.0, 8795.0, 8803.0, 8801.0, 8802.0, 8817.0, 8811.0, 8827.0, 8830.0, 8830.0, 8833.0, 8834.0, 8840.0, 8849.0, 8838.0, 8878.0, 8851.0, 8865.0, 8855.0, 8851.0, 8854.0, 8867.0, 8855.0, 8868.0, 8857.0, 8859.0, 8866.0, 8868.0, 8890.0, 8891.0, 8927.0, 8912.0, 8894.0, 8919.0, 8895.0, 8919.0, 8912.0, 8921.0, 8907.0, 8933.0, 8919.0, 8928.0, 8913.0, 8865.0, 8911.0, 8879.0, 8925.0, 8891.0, 8922.0, 8914.0, 8901.0, 8930.0, 8903.0, 8908.0, 8856.0, 8814.0, 8826.0, 8832.0, 8862.0, 8881.0, 8887.0, 8904.0, 8905.0, 8902.0, 8922.0, 8909.0, 8895.0, 8883.0, 8894.0, 8939.0, 8913.0, 8927.0, 8894.0, 8967.0, 8930.0, 8912.0, 8897.0, 8889.0, 8862.0, 8846.0, 8895.0, 8843.0, 8906.0, 8829.0, 8885.0, 8828.0, 8883.0, 8841.0, 8852.0, 8827.0, 8829.0, 8816.0, 8828.0, 8846.0, 8835.0, 8860.0, 8850.0, 8862.0, 8836.0, 8866.0, 8853.0, 8866.0, 8851.0, 8853.0, 8872.0, 8862.0, 8876.0, 8866.0, 8877.0, 8908.0, 8898.0, 8903.0, 8883.0, 8932.0, 8864.0, 8858.0, 8903.0, 8844.0, 8856.0, 8905.0, 8892.0, 8880.0, 8945.0, 8930.0, 8912.0, 8939.0, 8901.0, 8913.0, 8896.0, 8873.0, 8888.0, 8863.0, 8857.0, 8841.0, 8832.0, 8803.0, 8818.0, 8837.0, 8799.0, 8827.0, 8790.0, 8753.0, 8754.0, 8772.0, 8781.0, 8786.0, 8810.0, 8829.0, 8856.0, 8830.0, 8842.0, 8832.0, 8872.0, 8831.0, 8884.0, 8843.0, 8867.0, 8833.0, 8847.0, 8802.0, 8845.0, 8789.0, 8823.0, 8804.0, 8814.0, 8807.0, 8807.0, 8813.0, 8838.0, 8869.0, 8859.0, 8866.0, 8865.0, 8861.0, 8865.0, 8864.0, 8867.0, 8882.0, 8888.0, 8887.0, 8904.0, 8890.0, 8915.0, 8915.0, 8921.0, 8931.0, 8907.0, 8921.0, 8885.0, 8916.0, 8907.0, 8860.0, 8885.0, 8865.0, 8856.0, 8825.0, 8821.0, 8784.0, 8794.0, 8799.0, 8800.0, 8803.0, 8807.0, 8811.0, 8833.0, 8863.0, 8838.0, 8840.0, 8850.0, 8857.0, 8872.0, 8864.0, 8873.0, 8862.0, 8862.0, 8862.0, 8861.0, 8859.0, 8859.0, 8902.0, 8860.0, 8868.0, 8858.0, 8885.0, 8859.0, 8885.0, 8861.0, 8885.0, 8873.0, 8885.0, 8857.0, 8868.0, 8855.0, 8868.0, 8843.0, 8869.0, 8861.0, 8883.0, 8877.0, 8889.0, 8879.0, 8888.0, 8886.0, 8882.0, 8908.0, 8884.0, 8908.0, 8899.0, 8896.0, 8905.0, 8939.0, 8889.0, 8928.0, 8898.0, 8894.0, 8894.0, 8847.0, 8897.0, 8895.0, 8914.0, 8884.0, 8911.0, 8888.0, 8904.0, 8908.0, 8919.0, 8906.0, 8914.0, 8907.0, 8894.0, 8923.0, 8914.0, 8953.0, 8926.0, 8953.0, 8925.0, 8966.0, 8930.0, 8944.0, 8917.0, 8940.0, 8907.0, 8936.0, 8907.0, 8918.0, 8901.0, 8885.0, 8866.0, 8840.0, 8880.0, 8845.0, 8857.0, 8832.0, 8890.0, 8847.0, 8888.0, 8848.0, 8857.0, 8847.0, 8860.0, 8847.0, 8861.0, 8850.0, 8864.0, 8851.0, 8850.0, 8853.0, 8860.0, 8870.0, 8856.0, 8869.0, 8875.0, 8878.0, 8864.0, 8883.0, 8895.0, 8883.0, 8898.0, 8885.0, 8898.0, 8887.0, 8902.0, 8903.0, 8885.0, 8915.0, 8879.0, 8925.0, 8878.0, 8906.0, 8878.0, 8903.0, 8875.0, 8910.0, 8868.0, 8895.0, 8874.0, 8829.0, 8843.0, 8834.0, 8887.0, 8887.0, 8887.0, 8865.0, 8888.0, 8923.0, 8894.0, 8876.0, 8911.0, 8899.0, 8889.0, 8944.0, 8913.0, 8922.0, 8889.0, 8873.0, 8901.0, 8869.0, 8909.0, 8881.0, 8912.0, 8905.0, 8861.0, 8843.0, 8858.0, 8838.0, 8838.0, 8833.0, 8811.0, 8812.0, 8834.0, 8850.0, 8895.0, 8876.0, 8883.0, 8922.0, 8904.0, 8907.0, 8940.0, 8937.0, 8890.0, 8873.0, 8872.0, 8880.0, 8842.0, 8820.0, 8817.0, 8782.0, 8806.0, 8779.0, 8732.0, 8815.0, 8777.0, 8814.0, 8806.0, 8760.0, 8742.0, 8735.0, 8717.0, 8718.0, 8720.0, 8733.0, 8736.0, 8739.0, 8758.0, 8722.0, 8750.0, 8769.0, 8827.0, 8812.0, 8854.0, 8890.0, 8891.0, 8841.0, 8839.0, 8837.0, 8812.0, 8801.0, 8751.0, 8746.0, 8752.0, 8721.0, 8716.0, 8714.0, 8727.0, 8761.0, 8742.0, 8725.0, 8727.0, 8748.0, 8753.0, 8780.0, 8807.0, 8801.0, 8800.0, 8801.0, 8788.0, 8802.0, 8803.0, 8804.0, 8824.0, 8810.0, 8830.0, 8801.0, 8814.0, 8803.0, 8819.0, 8826.0, 8825.0, 8844.0, 8834.0, 8850.0, 8833.0, 8852.0, 8858.0, 8876.0, 8855.0, 8858.0, 8861.0, 8875.0, 8863.0, 8890.0, 8880.0, 8892.0, 8901.0, 8912.0, 8903.0, 8914.0, 8908.0, 8938.0, 8904.0, 8913.0, 8902.0, 8928.0, 8915.0, 8934.0, 8915.0, 8927.0, 8919.0, 8933.0, 8921.0, 8947.0, 8919.0, 8941.0, 8919.0, 8928.0, 8914.0, 8918.0, 8904.0, 8906.0, 8916.0, 8908.0, 8931.0, 8899.0, 8885.0, 8914.0, 8907.0, 8929.0, 8915.0, 8929.0, 8917.0, 8913.0, 8897.0, 8928.0, 8898.0, 8928.0, 8894.0, 8906.0, 8880.0, 8895.0, 8922.0, 8874.0, 8864.0, 8879.0, 8871.0, 8909.0, 8903.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.007823172413793104</td></tr>
<tr><td colspan=3>aqi</td><td>0.046952516551724145</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.647081495799824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2640174625431544</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1052941754775611</td></tr>
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
<tr><td colspan=3>fber</td><td>5240.0908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1384643718514309</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.666666666666668</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.599206292172305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.513348394622559</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810877932983448</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4733925489109083</td></tr>
<tr><td colspan=3>gcor</td><td>0.0248533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0013200984103605151</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03822058439254761</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8626988195619956</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>13.0128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0919</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7963</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297183.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>980.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.1185</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2542</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.5211</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3145.4407</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.345</td></tr>
<tr><td colspan=3>tsnr</td><td>27.911496300250292</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>