ds005256-mriqc/sub-0002_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter a019d6ff98 [DATALAD RUNCMD] Compute MRIQC for sub-0002
=== 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-0002 --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-0002",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:57 +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-0002_ses-04_task-social_acq-mb8_run-04_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-0002_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_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-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-04_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-0002/ses-04/func/sub-0002_ses-04_task-social_acq-mb8_run-04_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>dbc72140109a5fabb17d789c3d30c09d</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:28:9.547500</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</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-04_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.0728201</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33a58641-93fd-4585-9237-d119680aefd9||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.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['102809.547500', '102810.007500', '102810.467500', '102810.927500', '102811.387500', '102811.847500', '102812.307500', '102812.767500', '102813.227500', '102813.687500', '102814.147500', '102814.607500', '102815.067500', '102815.527500', '102815.987500', '102816.447500', '102816.907500', '102817.367500', '102817.827500', '102818.287500', '102818.747500', '102819.207500', '102819.667500', '102820.127500', '102820.587500', '102821.047500', '102821.507500', '102821.967500', '102822.427500', '102822.887500', '102823.347500', '102823.807500', '102824.267500', '102824.727500', '102825.187500', '102825.647500', '102826.107500', '102826.567500', '102827.027500', '102827.487500', '102827.947500', '102828.407500', '102828.867500', '102829.327500', '102829.787500', '102830.247500', '102830.707500', '102831.167500', '102831.627500', '102832.087500', '102832.547500', '102833.007500', '102833.467500', '102833.927500', '102834.387500', '102834.847500', '102835.307500', '102835.767500', '102836.227500', '102836.687500', '102837.147500', '102837.607500', '102838.067500', '102838.527500', '102838.987500', '102839.447500', '102839.907500', '102840.367500', '102840.827500', '102841.287500', '102841.747500', '102842.207500', '102842.667500', '102843.127500', '102843.587500', '102844.047500', '102844.507500', '102844.967500', '102845.427500', '102845.887500', '102846.347500', '102846.807500', '102847.267500', '102847.727500', '102848.187500', '102848.647500', '102849.107500', '102849.567500', '102850.027500', '102850.487500', '102850.947500', '102851.407500', '102851.867500', '102852.327500', '102852.787500', '102853.247500', '102853.707500', '102854.167500', '102854.627500', '102855.087500', '102855.547500', '102856.007500', '102856.467500', '102856.927500', '102857.387500', '102857.847500', '102858.307500', '102858.767500', '102859.227500', '102859.687500', '102900.147500', '102900.607500', '102901.067500', '102901.527500', '102901.987500', '102902.447500', '102902.907500', '102903.367500', '102903.827500', '102904.287500', '102904.747500', '102905.207500', '102905.667500', '102906.127500', '102906.587500', '102907.047500', '102907.507500', '102907.967500', '102908.427500', '102908.887500', '102909.347500', '102909.807500', '102910.267500', '102910.727500', '102911.187500', '102911.647500', '102912.107500', '102912.567500', '102913.027500', '102913.487500', '102913.947500', '102914.407500', '102914.867500', '102915.327500', '102915.787500', '102916.247500', '102916.707500', '102917.167500', '102917.627500', '102918.087500', '102918.547500', '102919.007500', '102919.467500', '102919.927500', '102920.387500', '102920.847500', '102921.307500', '102921.767500', '102922.227500', '102922.687500', '102923.147500', '102923.607500', '102924.067500', '102924.527500', '102924.987500', '102925.447500', '102925.907500', '102926.367500', '102926.827500', '102927.287500', '102927.747500', '102928.207500', '102928.667500', '102929.127500', '102929.587500', '102930.047500', '102930.507500', '102930.967500', '102931.427500', '102931.887500', '102932.347500', '102932.807500', '102933.267500', '102933.727500', '102934.187500', '102934.647500', '102935.107500', '102935.567500', '102936.027500', '102936.487500', '102936.947500', '102937.407500', '102937.867500', '102938.327500', '102938.787500', '102939.247500', '102939.707500', '102940.167500', '102940.627500', '102941.087500', '102941.547500', '102942.007500', '102942.467500', '102942.927500', '102943.387500', '102943.847500', '102944.307500', '102944.767500', '102945.227500', '102945.687500', '102946.147500', '102946.607500', '102947.067500', '102947.527500', '102947.987500', '102948.447500', '102948.907500', '102949.367500', '102949.827500', '102950.287500', '102950.747500', '102951.207500', '102951.667500', '102952.127500', '102952.587500', '102953.047500', '102953.507500', '102953.967500', '102954.427500', '102954.887500', '102955.347500', '102955.807500', '102956.267500', '102956.727500', '102957.187500', '102957.647500', '102958.107500', '102958.567500', '102959.027500', '102959.487500', '102959.947500', '103000.407500', '103000.867500', '103001.327500', '103001.787500', '103002.247500', '103002.707500', '103003.167500', '103003.627500', '103004.087500', '103004.547500', '103005.007500', '103005.467500', '103005.927500', '103006.387500', '103006.847500', '103007.307500', '103007.767500', '103008.227500', '103008.687500', '103009.147500', '103009.607500', '103010.067500', '103010.527500', '103010.987500', '103011.447500', '103011.907500', '103012.367500', '103012.827500', '103013.287500', '103013.747500', '103014.207500', '103014.667500', '103015.127500', '103015.587500', '103016.047500', '103016.507500', '103016.967500', '103017.427500', '103017.887500', '103018.347500', '103018.807500', '103019.267500', '103019.727500', '103020.187500', '103020.647500', '103021.107500', '103021.567500', '103022.027500', '103022.487500', '103022.947500', '103023.407500', '103023.867500', '103024.327500', '103024.787500', '103025.247500', '103025.707500', '103026.167500', '103026.627500', '103027.087500', '103027.547500', '103028.007500', '103028.467500', '103028.927500', '103029.387500', '103029.847500', '103030.307500', '103030.767500', '103031.227500', '103031.687500', '103032.147500', '103032.607500', '103033.067500', '103033.527500', '103033.987500', '103034.447500', '103034.907500', '103035.367500', '103035.827500', '103036.287500', '103036.747500', '103037.207500', '103037.667500', '103038.127500', '103038.587500', '103039.047500', '103039.507500', '103039.967500', '103040.427500', '103040.887500', '103041.347500', '103041.807500', '103042.267500', '103042.727500', '103043.187500', '103043.647500', '103044.107500', '103044.567500', '103045.027500', '103045.487500', '103045.947500', '103046.407500', '103046.867500', '103047.327500', '103047.787500', '103048.247500', '103048.707500', '103049.167500', '103049.627500', '103050.087500', '103050.547500', '103051.007500', '103051.467500', '103051.927500', '103052.387500', '103052.847500', '103053.307500', '103053.767500', '103054.227500', '103054.687500', '103055.147500', '103055.607500', '103056.067500', '103056.527500', '103056.987500', '103057.447500', '103057.907500', '103058.367500', '103058.827500', '103059.287500', '103059.747500', '103100.207500', '103100.667500', '103101.127500', '103101.587500', '103102.047500', '103102.507500', '103102.967500', '103103.427500', '103103.887500', '103104.347500', '103104.807500', '103105.267500', '103105.727500', '103106.187500', '103106.647500', '103107.107500', '103107.567500', '103108.027500', '103108.487500', '103108.947500', '103109.407500', '103109.867500', '103110.327500', '103110.787500', '103111.247500', '103111.707500', '103112.167500', '103112.627500', '103113.087500', '103113.547500', '103114.007500', '103114.467500', '103114.927500', '103115.387500', '103115.847500', '103116.307500', '103116.767500', '103117.227500', '103117.687500', '103118.147500', '103118.607500', '103119.067500', '103119.527500', '103119.987500', '103120.447500', '103120.907500', '103121.367500', '103121.827500', '103122.287500', '103122.747500', '103123.207500', '103123.667500', '103124.127500', '103124.587500', '103125.047500', '103125.507500', '103125.967500', '103126.427500', '103126.887500', '103127.347500', '103127.807500', '103128.267500', '103128.727500', '103129.187500', '103129.647500', '103130.107500', '103130.567500', '103131.027500', '103131.487500', '103131.947500', '103132.407500', '103132.867500', '103133.327500', '103133.787500', '103134.247500', '103134.707500', '103135.167500', '103135.627500', '103136.087500', '103136.547500', '103137.007500', '103137.467500', '103137.927500', '103138.387500', '103138.847500', '103139.307500', '103139.767500', '103140.227500', '103140.687500', '103141.147500', '103141.607500', '103142.067500', '103142.527500', '103142.987500', '103143.447500', '103143.907500', '103144.367500', '103144.827500', '103145.287500', '103145.747500', '103146.207500', '103146.667500', '103147.127500', '103147.587500', '103148.047500', '103148.507500', '103148.967500', '103149.427500', '103149.887500', '103150.347500', '103150.807500', '103151.267500', '103151.727500', '103152.187500', '103152.647500', '103153.107500', '103153.567500', '103154.027500', '103154.487500', '103154.947500', '103155.407500', '103155.867500', '103156.327500', '103156.787500', '103157.247500', '103157.707500', '103158.167500', '103158.627500', '103159.087500', '103159.547500', '103200.007500', '103200.467500', '103200.927500', '103201.387500', '103201.847500', '103202.307500', '103202.767500', '103203.227500', '103203.687500', '103204.147500', '103204.607500', '103205.067500', '103205.527500', '103205.987500', '103206.447500', '103206.907500', '103207.367500', '103207.827500', '103208.287500', '103208.747500', '103209.207500', '103209.667500', '103210.127500', '103210.587500', '103211.047500', '103211.507500', '103211.967500', '103212.427500', '103212.887500', '103213.347500', '103213.807500', '103214.267500', '103214.727500', '103215.187500', '103215.647500', '103216.107500', '103216.567500', '103217.027500', '103217.487500', '103217.947500', '103218.407500', '103218.867500', '103219.327500', '103219.787500', '103220.247500', '103220.707500', '103221.167500', '103221.627500', '103222.087500', '103222.547500', '103223.007500', '103223.467500', '103223.927500', '103224.387500', '103224.847500', '103225.307500', '103225.767500', '103226.227500', '103226.687500', '103227.147500', '103227.607500', '103228.067500', '103228.527500', '103228.987500', '103229.447500', '103229.907500', '103230.367500', '103230.827500', '103231.287500', '103231.747500', '103232.207500', '103232.667500', '103233.127500', '103233.587500', '103234.047500', '103234.507500', '103234.967500', '103235.427500', '103235.887500', '103236.347500', '103236.807500', '103237.267500', '103237.727500', '103238.187500', '103238.647500', '103239.107500', '103239.567500', '103240.027500', '103240.487500', '103240.947500', '103241.407500', '103241.867500', '103242.327500', '103242.787500', '103243.247500', '103243.707500', '103244.167500', '103244.627500', '103245.087500', '103245.547500', '103246.007500', '103246.467500', '103246.927500', '103247.387500', '103247.847500', '103248.307500', '103248.767500', '103249.227500', '103249.687500', '103250.147500', '103250.607500', '103251.067500', '103251.527500', '103251.987500', '103252.447500', '103252.907500', '103253.367500', '103253.827500', '103254.287500', '103254.747500', '103255.207500', '103255.667500', '103256.127500', '103256.587500', '103257.047500', '103257.507500', '103257.967500', '103258.427500', '103258.887500', '103259.347500', '103259.807500', '103300.267500', '103300.727500', '103301.187500', '103301.647500', '103302.107500', '103302.567500', '103303.027500', '103303.487500', '103303.947500', '103304.407500', '103304.867500', '103305.327500', '103305.787500', '103306.247500', '103306.707500', '103307.167500', '103307.627500', '103308.087500', '103308.547500', '103309.007500', '103309.467500', '103309.927500', '103310.387500', '103310.847500', '103311.307500', '103311.767500', '103312.227500', '103312.687500', '103313.147500', '103313.607500', '103314.067500', '103314.527500', '103314.987500', '103315.447500', '103315.907500', '103316.367500', '103316.827500', '103317.287500', '103317.747500', '103318.207500', '103318.667500', '103319.127500', '103319.587500', '103320.047500', '103320.507500', '103320.967500', '103321.427500', '103321.887500', '103322.347500', '103322.807500', '103323.267500', '103323.727500', '103324.187500', '103324.647500', '103325.107500', '103325.567500', '103326.027500', '103326.487500', '103326.947500', '103327.407500', '103327.867500', '103328.327500', '103328.787500', '103329.247500', '103329.707500', '103330.167500', '103330.627500', '103331.087500', '103331.547500', '103332.007500', '103332.467500', '103332.927500', '103333.387500', '103333.847500', '103334.307500', '103334.767500', '103335.227500', '103335.687500', '103336.147500', '103336.607500', '103337.067500', '103337.527500', '103337.987500', '103338.447500', '103338.907500', '103339.367500', '103339.827500', '103340.287500', '103340.747500', '103341.207500', '103341.667500', '103342.127500', '103342.587500', '103343.047500', '103343.507500', '103343.967500', '103344.427500', '103344.887500', '103345.347500', '103345.807500', '103346.267500', '103346.727500', '103347.187500', '103347.647500', '103348.107500', '103348.567500', '103349.027500', '103349.487500', '103349.947500', '103350.407500', '103350.867500', '103351.327500', '103351.787500', '103352.247500', '103352.707500', '103353.167500', '103353.627500', '103354.087500', '103354.547500', '103355.007500', '103355.467500', '103355.927500', '103356.387500', '103356.847500', '103357.307500', '103357.767500', '103358.227500', '103358.687500', '103359.147500', '103359.607500', '103400.067500', '103400.527500', '103400.987500', '103401.447500', '103401.907500', '103402.367500', '103402.827500', '103403.287500', '103403.747500', '103404.207500', '103404.667500', '103405.127500', '103405.587500', '103406.047500', '103406.507500', '103406.967500', '103407.427500', '103407.887500', '103408.347500', '103408.807500', '103409.267500', '103409.727500', '103410.187500', '103410.647500', '103411.107500', '103411.567500', '103412.027500', '103412.487500', '103412.947500', '103413.407500', '103413.867500', '103414.327500', '103414.787500', '103415.247500', '103415.707500', '103416.167500', '103416.627500', '103417.087500', '103417.547500', '103418.007500', '103418.467500', '103418.927500', '103419.387500', '103419.847500', '103420.307500', '103420.767500', '103421.227500', '103421.687500', '103422.147500', '103422.607500', '103423.067500', '103423.527500', '103423.987500', '103424.447500', '103424.907500', '103425.367500', '103425.827500', '103426.287500', '103426.747500', '103427.207500', '103427.667500', '103428.127500', '103428.587500', '103429.047500', '103429.507500', '103429.967500', '103430.427500', '103430.887500', '103431.347500', '103431.807500', '103432.267500', '103432.727500', '103433.187500', '103433.647500', '103434.107500', '103434.567500', '103435.027500', '103435.487500', '103435.947500', '103436.407500', '103436.867500', '103437.327500', '103437.787500', '103438.247500', '103438.707500', '103439.167500', '103439.627500', '103440.087500', '103440.547500', '103441.007500', '103441.467500', '103441.927500', '103442.387500', '103442.847500', '103443.307500', '103443.767500', '103444.227500', '103444.687500', '103445.147500', '103445.607500', '103446.067500', '103446.527500', '103446.987500', '103447.447500', '103447.907500', '103448.367500', '103448.827500', '103449.287500', '103449.747500', '103450.207500'], 'ContentTime': ['102820.849000', '102820.852000', '102820.855000', '102820.858000', '102820.861000', '102820.864000', '102820.867000', '102820.870000', '102820.873000', '102820.875000', '102820.878000', '102820.881000', '102820.884000', '102820.887000', '102820.890000', '102820.899000', '102820.902000', '102820.904000', '102820.926000', '102820.936000', '102820.939000', '102820.942000', '102820.945000', '102820.948000', '102840.814000', '102840.817000', '102840.820000', '102840.823000', '102840.826000', '102840.829000', '102840.831000', '102840.834000', '102840.837000', '102840.840000', '102840.843000', '102840.846000', '102840.849000', '102840.852000', '102840.855000', '102840.858000', '102840.860000', '102840.863000', '102840.866000', '102840.869000', '102840.872000', '102840.875000', '102840.878000', '102840.881000', '102840.884000', '102840.887000', '102840.890000', '102840.893000', '102840.895000', '102840.898000', '102840.901000', '102840.904000', '102840.907000', '102840.910000', '102840.913000', '102840.916000', '102840.919000', '102840.923000', '102840.926000', '102840.929000', '102840.932000', '102840.935000', '102840.937000', '102900.814000', '102900.817000', '102900.820000', '102900.823000', '102900.826000', '102900.828000', '102900.834000', '102900.837000', '102900.840000', '102900.843000', '102900.846000', '102900.848000', '102900.851000', '102900.854000', '102900.857000', '102900.860000', '102900.863000', '102900.866000', '102900.869000', '102900.872000', '102900.875000', '102900.878000', '102900.881000', '102900.883000', '102900.886000', '102900.889000', '102900.892000', '102900.895000', '102900.898000', '102900.901000', '102900.903000', '102900.906000', '102900.909000', '102900.912000', '102900.915000', '102900.918000', '102900.921000', '102900.924000', '102900.927000', '102900.929000', '102900.932000', '102900.935000', '102900.938000', '102900.941000', '102920.814000', '102920.817000', '102920.820000', '102920.823000', '102920.826000', '102920.829000', '102920.832000', '102920.834000', '102920.837000', '102920.840000', '102920.843000', '102920.846000', '102920.849000', '102920.852000', '102920.855000', '102920.858000', '102920.861000', '102920.864000', '102920.867000', '102920.870000', '102920.872000', '102920.875000', '102920.878000', '102920.881000', '102920.884000', '102920.887000', '102920.890000', '102920.893000', '102920.896000', '102920.899000', '102920.902000', '102920.905000', '102920.907000', '102920.910000', '102920.913000', '102920.916000', '102920.919000', '102920.922000', '102920.925000', '102920.928000', '102920.931000', '102920.933000', '102920.937000', '102940.813000', '102940.817000', '102940.820000', '102940.823000', '102940.826000', '102940.829000', '102940.832000', '102940.835000', '102940.838000', '102940.841000', '102940.843000', '102940.846000', '102940.849000', '102940.852000', '102940.855000', '102940.858000', '102940.861000', '102940.864000', '102940.867000', '102940.870000', '102940.873000', '102940.876000', '102940.878000', '102940.882000', '102940.884000', '102940.887000', '102940.890000', '102940.893000', '102940.896000', '102940.899000', '102940.902000', '102940.905000', '102940.908000', '102940.911000', '102940.914000', '102940.917000', '102940.920000', '102940.923000', '102940.925000', '102940.928000', '102940.931000', '102940.934000', '102940.937000', '103000.814000', '103000.817000', '103000.820000', '103000.823000', '103000.826000', '103000.828000', '103000.832000', '103000.834000', '103000.837000', '103000.840000', '103000.843000', '103000.846000', '103000.849000', '103000.852000', '103000.855000', '103000.858000', '103000.861000', '103000.863000', '103000.867000', '103000.869000', '103000.872000', '103000.875000', '103000.883000', '103000.886000', '103000.889000', '103000.892000', '103000.895000', '103000.898000', '103000.901000', '103000.914000', '103000.917000', '103000.920000', '103000.923000', '103000.926000', '103000.929000', '103000.931000', '103000.934000', '103000.937000', '103000.940000', '103000.943000', '103000.946000', '103000.949000', '103000.952000', '103000.955000', '103020.814000', '103020.817000', '103020.820000', '103020.823000', '103020.826000', '103020.829000', '103020.833000', '103020.838000', '103020.841000', '103020.844000', '103020.860000', '103020.863000', '103020.866000', '103020.869000', '103020.872000', '103020.875000', '103020.878000', '103020.881000', '103020.884000', '103020.887000', '103020.890000', '103020.892000', '103020.896000', '103020.898000', '103020.901000', '103020.904000', '103020.907000', '103020.910000', '103020.913000', '103020.916000', '103020.919000', '103020.922000', '103020.925000', '103020.928000', '103020.931000', '103020.934000', '103020.937000', '103020.939000', '103020.942000', '103020.945000', '103020.948000', '103020.951000', '103020.954000', '103040.814000', '103040.828000', '103040.831000', '103040.834000', '103040.837000', '103040.840000', '103040.843000', '103040.845000', '103040.848000', '103040.851000', '103040.854000', '103040.857000', '103040.883000', '103040.886000', '103040.889000', '103040.892000', '103040.895000', '103040.898000', '103040.901000', '103040.904000', '103040.907000', '103040.910000', '103040.913000', '103040.916000', '103040.919000', '103040.922000', '103040.925000', '103040.928000', '103040.930000', '103040.934000', '103040.936000', '103040.939000', '103040.942000', '103040.945000', '103040.948000', '103040.951000', '103040.954000', '103040.963000', '103040.966000', '103040.969000', '103040.971000', '103040.975000', '103040.977000', '103040.980000', '103100.814000', '103100.817000', '103100.820000', '103100.823000', '103100.826000', '103100.829000', '103100.831000', '103100.835000', '103100.837000', '103100.840000', '103100.843000', '103100.848000', '103100.856000', '103100.859000', '103100.862000', '103100.865000', '103100.868000', '103100.871000', '103100.874000', '103100.877000', '103100.880000', '103100.883000', '103100.886000', '103100.888000', '103100.891000', '103100.895000', '103100.898000', '103100.901000', '103100.904000', '103100.907000', '103100.909000', '103100.912000', '103100.915000', '103100.918000', '103100.921000', '103100.924000', '103100.927000', '103100.930000', '103100.933000', '103100.935000', '103100.938000', '103100.941000', '103100.944000', '103120.814000', '103120.817000', '103120.820000', '103120.823000', '103120.826000', '103120.829000', '103120.832000', '103120.835000', '103120.838000', '103120.840000', '103120.843000', '103120.846000', '103120.849000', '103120.852000', '103120.855000', '103120.858000', '103120.861000', '103120.864000', '103120.867000', '103120.870000', '103120.873000', '103120.876000', '103120.878000', '103120.881000', '103120.884000', '103120.887000', '103120.890000', '103120.893000', '103120.896000', '103120.899000', '103120.902000', '103120.905000', '103120.908000', '103120.911000', '103120.914000', '103120.917000', '103120.920000', '103120.922000', '103120.925000', '103120.928000', '103120.931000', '103120.934000', '103120.937000', '103120.940000', '103140.814000', '103140.817000', '103140.820000', '103140.823000', '103140.826000', '103140.829000', '103140.832000', '103140.835000', '103140.837000', '103140.844000', '103140.848000', '103140.850000', '103140.853000', '103140.856000', '103140.859000', '103140.863000', '103140.866000', '103140.869000', '103140.871000', '103140.874000', '103140.877000', '103140.880000', '103140.883000', '103140.886000', '103140.889000', '103140.892000', '103140.895000', '103140.898000', '103140.901000', '103140.903000', '103140.906000', '103140.909000', '103140.912000', '103140.915000', '103140.918000', '103140.921000', '103140.924000', '103140.927000', '103140.930000', '103140.932000', '103140.935000', '103140.938000', '103140.941000', '103200.813000', '103200.816000', '103200.819000', '103200.822000', '103200.825000', '103200.828000', '103200.830000', '103200.833000', '103200.836000', '103200.839000', '103200.842000', '103200.845000', '103200.848000', '103200.851000', '103200.854000', '103200.857000', '103200.860000', '103200.862000', '103200.865000', '103200.868000', '103200.871000', '103200.874000', '103200.877000', '103200.880000', '103200.883000', '103200.886000', '103200.889000', '103200.892000', '103200.895000', '103200.898000', '103200.901000', '103200.904000', '103200.906000', '103200.909000', '103200.912000', '103200.915000', '103200.918000', '103200.921000', '103200.924000', '103200.927000', '103200.930000', '103200.933000', '103200.936000', '103200.939000', '103220.814000', '103220.817000', '103220.820000', '103220.823000', '103220.826000', '103220.829000', '103220.832000', '103220.835000', '103220.838000', '103220.841000', '103220.844000', '103220.847000', '103220.849000', '103220.853000', '103220.855000', '103220.858000', '103220.861000', '103220.864000', '103220.867000', '103220.870000', '103220.873000', '103220.876000', '103220.881000', '103220.886000', '103220.889000', '103220.892000', '103220.895000', '103220.898000', '103220.901000', '103220.903000', '103220.906000', '103220.910000', '103220.913000', '103220.916000', '103220.919000', '103220.922000', '103220.925000', '103220.928000', '103220.931000', '103220.934000', '103220.937000', '103220.940000', '103220.943000', '103240.814000', '103240.817000', '103240.820000', '103240.823000', '103240.826000', '103240.829000', '103240.832000', '103240.835000', '103240.838000', '103240.841000', '103240.844000', '103240.846000', '103240.849000', '103240.852000', '103240.855000', '103240.858000', '103240.861000', '103240.864000', '103240.867000', '103240.870000', '103240.873000', '103240.875000', '103240.879000', '103240.881000', '103240.884000', '103240.887000', '103240.890000', '103240.893000', '103240.896000', '103240.899000', '103240.902000', '103240.905000', '103240.907000', '103240.910000', '103240.913000', '103240.916000', '103240.919000', '103240.922000', '103240.925000', '103240.928000', '103240.931000', '103240.934000', '103240.937000', '103240.939000', '103300.814000', '103300.851000', '103300.854000', '103300.857000', '103300.860000', '103300.863000', '103300.866000', '103300.869000', '103300.872000', '103300.875000', '103300.877000', '103300.880000', '103300.883000', '103300.886000', '103300.889000', '103300.892000', '103300.895000', '103300.898000', '103300.902000', '103300.905000', '103300.908000', '103300.911000', '103300.914000', '103300.917000', '103300.920000', '103300.923000', '103300.926000', '103300.929000', '103300.931000', '103300.934000', '103300.937000', '103300.940000', '103300.943000', '103300.946000', '103300.962000', '103300.965000', '103300.968000', '103300.971000', '103300.979000', '103300.981000', '103300.984000', '103300.987000', '103300.990000', '103320.814000', '103320.817000', '103320.820000', '103320.823000', '103320.826000', '103320.829000', '103320.832000', '103320.835000', '103320.838000', '103320.841000', '103320.844000', '103320.847000', '103320.849000', '103320.852000', '103320.855000', '103320.858000', '103320.861000', '103320.864000', '103320.867000', '103320.870000', '103320.873000', '103320.876000', '103320.879000', '103320.882000', '103320.885000', '103320.888000', '103320.891000', '103320.893000', '103320.896000', '103320.899000', '103320.902000', '103320.905000', '103320.908000', '103320.911000', '103320.914000', '103320.917000', '103320.920000', '103320.923000', '103320.925000', '103320.928000', '103320.931000', '103320.934000', '103320.937000', '103320.940000', '103340.814000', '103340.820000', '103340.823000', '103340.826000', '103340.829000', '103340.832000', '103340.835000', '103340.838000', '103340.841000', '103340.844000', '103340.847000', '103340.850000', '103340.853000', '103340.856000', '103340.858000', '103340.862000', '103340.865000', '103340.867000', '103340.870000', '103340.882000', '103340.885000', '103340.887000', '103340.890000', '103340.893000', '103340.896000', '103340.899000', '103340.902000', '103340.905000', '103340.908000', '103340.911000', '103340.914000', '103340.917000', '103340.920000', '103340.923000', '103340.926000', '103340.929000', '103340.932000', '103340.934000', '103340.937000', '103340.940000', '103340.943000', '103340.946000', '103340.949000', '103400.814000', '103400.843000', '103400.845000', '103400.848000', '103400.851000', '103400.854000', '103400.857000', '103400.860000', '103400.863000', '103400.866000', '103400.871000', '103400.874000', '103400.877000', '103400.880000', '103400.883000', '103400.886000', '103400.889000', '103400.892000', '103400.895000', '103400.898000', '103400.901000', '103400.903000', '103400.906000', '103400.909000', '103400.912000', '103400.915000', '103400.918000', '103400.921000', '103400.924000', '103400.927000', '103400.930000', '103400.933000', '103400.936000', '103400.939000', '103400.942000', '103400.944000', '103400.948000', '103400.950000', '103400.953000', '103400.956000', '103400.959000', '103400.962000', '103400.965000', '103400.968000', '103420.813000', '103420.816000', '103420.819000', '103420.822000', '103420.825000', '103420.828000', '103420.831000', '103420.834000', '103420.837000', '103420.840000', '103420.843000', '103420.845000', '103420.848000', '103420.851000', '103420.854000', '103420.857000', '103420.860000', '103420.863000', '103420.866000', '103420.869000', '103420.872000', '103420.875000', '103420.878000', '103420.882000', '103420.885000', '103420.888000', '103420.891000', '103420.894000', '103420.897000', '103420.900000', '103420.903000', '103420.906000', '103420.909000', '103420.912000', '103420.915000', '103420.917000', '103420.920000', '103420.923000', '103420.926000', '103420.929000', '103420.932000', '103420.935000', '103420.938000', '103440.814000', '103440.852000', '103440.855000', '103440.858000', '103440.861000', '103440.864000', '103440.867000', '103440.870000', '103440.873000', '103440.876000', '103440.878000', '103440.882000', '103440.885000', '103440.887000', '103440.890000', '103440.893000', '103440.896000', '103440.899000', '103440.902000', '103440.905000', '103440.908000', '103440.911000', '103440.914000', '103440.917000', '103440.919000', '103440.922000', '103440.925000', '103440.928000', '103440.931000', '103440.934000', '103440.937000', '103440.940000', '103440.943000', '103440.945000', '103440.948000', '103440.951000', '103440.954000', '103440.957000', '103440.960000', '103440.963000', '103440.966000', '103440.969000', '103440.972000', '103440.975000', '103450.899000', '103450.903000', '103450.906000', '103450.909000', '103450.912000', '103450.915000', '103450.918000', '103450.922000', '103450.925000', '103450.928000', '103450.931000', '103450.934000', '103450.937000', '103450.940000', '103450.942000', '103450.946000', '103450.949000', '103450.952000', '103450.955000', '103450.958000', '103450.961000', '103450.964000'], 'InstanceCreationTime': ['102820.849000', '102820.852000', '102820.855000', '102820.858000', '102820.861000', '102820.864000', '102820.867000', '102820.870000', '102820.873000', '102820.875000', '102820.878000', '102820.881000', '102820.884000', '102820.887000', '102820.890000', '102820.899000', '102820.902000', '102820.904000', '102820.926000', '102820.936000', '102820.939000', '102820.942000', '102820.945000', '102820.948000', '102840.814000', '102840.817000', '102840.820000', '102840.823000', '102840.826000', '102840.829000', '102840.831000', '102840.834000', '102840.837000', '102840.840000', '102840.843000', '102840.846000', '102840.849000', '102840.852000', '102840.855000', '102840.858000', '102840.860000', '102840.863000', '102840.866000', '102840.869000', '102840.872000', '102840.875000', '102840.878000', '102840.881000', '102840.884000', '102840.887000', '102840.890000', '102840.893000', '102840.895000', '102840.898000', '102840.901000', '102840.904000', '102840.907000', '102840.910000', '102840.913000', '102840.916000', '102840.919000', '102840.923000', '102840.926000', '102840.929000', '102840.932000', '102840.935000', '102840.937000', '102900.814000', '102900.817000', '102900.820000', '102900.823000', '102900.826000', '102900.828000', '102900.834000', '102900.837000', '102900.840000', '102900.843000', '102900.846000', '102900.848000', '102900.851000', '102900.854000', '102900.857000', '102900.860000', '102900.863000', '102900.866000', '102900.869000', '102900.872000', '102900.875000', '102900.878000', '102900.881000', '102900.883000', '102900.886000', '102900.889000', '102900.892000', '102900.895000', '102900.898000', '102900.901000', '102900.903000', '102900.906000', '102900.909000', '102900.912000', '102900.915000', '102900.918000', '102900.921000', '102900.924000', '102900.927000', '102900.929000', '102900.932000', '102900.935000', '102900.938000', '102900.941000', '102920.814000', '102920.817000', '102920.820000', '102920.823000', '102920.826000', '102920.829000', '102920.832000', '102920.834000', '102920.837000', '102920.840000', '102920.843000', '102920.846000', '102920.849000', '102920.852000', '102920.855000', '102920.858000', '102920.861000', '102920.864000', '102920.867000', '102920.870000', '102920.872000', '102920.875000', '102920.878000', '102920.881000', '102920.884000', '102920.887000', '102920.890000', '102920.893000', '102920.896000', '102920.899000', '102920.902000', '102920.905000', '102920.907000', '102920.910000', '102920.913000', '102920.916000', '102920.919000', '102920.922000', '102920.925000', '102920.928000', '102920.931000', '102920.933000', '102920.937000', '102940.813000', '102940.817000', '102940.820000', '102940.823000', '102940.826000', '102940.829000', '102940.832000', '102940.835000', '102940.838000', '102940.841000', '102940.843000', '102940.846000', '102940.849000', '102940.852000', '102940.855000', '102940.858000', '102940.861000', '102940.864000', '102940.867000', '102940.870000', '102940.873000', '102940.876000', '102940.878000', '102940.882000', '102940.884000', '102940.887000', '102940.890000', '102940.893000', '102940.896000', '102940.899000', '102940.902000', '102940.905000', '102940.908000', '102940.911000', '102940.914000', '102940.917000', '102940.920000', '102940.923000', '102940.925000', '102940.928000', '102940.931000', '102940.934000', '102940.937000', '103000.814000', '103000.817000', '103000.820000', '103000.823000', '103000.826000', '103000.828000', '103000.832000', '103000.834000', '103000.837000', '103000.840000', '103000.843000', '103000.846000', '103000.849000', '103000.852000', '103000.855000', '103000.858000', '103000.861000', '103000.863000', '103000.867000', '103000.869000', '103000.872000', '103000.875000', '103000.883000', '103000.886000', '103000.889000', '103000.892000', '103000.895000', '103000.898000', '103000.901000', '103000.914000', '103000.917000', '103000.920000', '103000.923000', '103000.926000', '103000.929000', '103000.931000', '103000.934000', '103000.937000', '103000.940000', '103000.943000', '103000.946000', '103000.949000', '103000.952000', '103000.955000', '103020.814000', '103020.817000', '103020.820000', '103020.823000', '103020.826000', '103020.829000', '103020.833000', '103020.838000', '103020.841000', '103020.844000', '103020.860000', '103020.863000', '103020.866000', '103020.869000', '103020.872000', '103020.875000', '103020.878000', '103020.881000', '103020.884000', '103020.887000', '103020.890000', '103020.892000', '103020.896000', '103020.898000', '103020.901000', '103020.904000', '103020.907000', '103020.910000', '103020.913000', '103020.916000', '103020.919000', '103020.922000', '103020.925000', '103020.928000', '103020.931000', '103020.934000', '103020.937000', '103020.939000', '103020.942000', '103020.945000', '103020.948000', '103020.951000', '103020.954000', '103040.814000', '103040.828000', '103040.831000', '103040.834000', '103040.837000', '103040.840000', '103040.843000', '103040.845000', '103040.848000', '103040.851000', '103040.854000', '103040.857000', '103040.883000', '103040.886000', '103040.889000', '103040.892000', '103040.895000', '103040.898000', '103040.901000', '103040.904000', '103040.907000', '103040.910000', '103040.913000', '103040.916000', '103040.919000', '103040.922000', '103040.925000', '103040.928000', '103040.930000', '103040.934000', '103040.936000', '103040.939000', '103040.942000', '103040.945000', '103040.948000', '103040.951000', '103040.954000', '103040.963000', '103040.966000', '103040.969000', '103040.971000', '103040.975000', '103040.977000', '103040.980000', '103100.814000', '103100.817000', '103100.820000', '103100.823000', '103100.826000', '103100.829000', '103100.831000', '103100.835000', '103100.837000', '103100.840000', '103100.843000', '103100.848000', '103100.856000', '103100.859000', '103100.862000', '103100.865000', '103100.868000', '103100.871000', '103100.874000', '103100.877000', '103100.880000', '103100.883000', '103100.886000', '103100.888000', '103100.891000', '103100.895000', '103100.898000', '103100.901000', '103100.904000', '103100.907000', '103100.909000', '103100.912000', '103100.915000', '103100.918000', '103100.921000', '103100.924000', '103100.927000', '103100.930000', '103100.933000', '103100.935000', '103100.938000', '103100.941000', '103100.944000', '103120.814000', '103120.817000', '103120.820000', '103120.823000', '103120.826000', '103120.829000', '103120.832000', '103120.835000', '103120.838000', '103120.840000', '103120.843000', '103120.846000', '103120.849000', '103120.852000', '103120.855000', '103120.858000', '103120.861000', '103120.864000', '103120.867000', '103120.870000', '103120.873000', '103120.876000', '103120.878000', '103120.881000', '103120.884000', '103120.887000', '103120.890000', '103120.893000', '103120.896000', '103120.899000', '103120.902000', '103120.905000', '103120.908000', '103120.911000', '103120.914000', '103120.917000', '103120.920000', '103120.922000', '103120.925000', '103120.928000', '103120.931000', '103120.934000', '103120.937000', '103120.940000', '103140.814000', '103140.817000', '103140.820000', '103140.823000', '103140.826000', '103140.829000', '103140.832000', '103140.835000', '103140.837000', '103140.844000', '103140.848000', '103140.850000', '103140.853000', '103140.856000', '103140.859000', '103140.863000', '103140.866000', '103140.869000', '103140.871000', '103140.874000', '103140.877000', '103140.880000', '103140.883000', '103140.886000', '103140.889000', '103140.892000', '103140.895000', '103140.898000', '103140.901000', '103140.903000', '103140.906000', '103140.909000', '103140.912000', '103140.915000', '103140.918000', '103140.921000', '103140.924000', '103140.927000', '103140.930000', '103140.932000', '103140.935000', '103140.938000', '103140.941000', '103200.813000', '103200.816000', '103200.819000', '103200.822000', '103200.825000', '103200.828000', '103200.830000', '103200.833000', '103200.836000', '103200.839000', '103200.842000', '103200.845000', '103200.848000', '103200.851000', '103200.854000', '103200.857000', '103200.860000', '103200.862000', '103200.865000', '103200.868000', '103200.871000', '103200.874000', '103200.877000', '103200.880000', '103200.883000', '103200.886000', '103200.889000', '103200.892000', '103200.895000', '103200.898000', '103200.901000', '103200.904000', '103200.906000', '103200.909000', '103200.912000', '103200.915000', '103200.918000', '103200.921000', '103200.924000', '103200.927000', '103200.930000', '103200.933000', '103200.936000', '103200.939000', '103220.814000', '103220.817000', '103220.820000', '103220.823000', '103220.826000', '103220.829000', '103220.832000', '103220.835000', '103220.838000', '103220.841000', '103220.844000', '103220.847000', '103220.849000', '103220.853000', '103220.855000', '103220.858000', '103220.861000', '103220.864000', '103220.867000', '103220.870000', '103220.873000', '103220.876000', '103220.881000', '103220.886000', '103220.889000', '103220.892000', '103220.895000', '103220.898000', '103220.901000', '103220.903000', '103220.906000', '103220.910000', '103220.913000', '103220.916000', '103220.919000', '103220.922000', '103220.925000', '103220.928000', '103220.931000', '103220.934000', '103220.937000', '103220.940000', '103220.943000', '103240.814000', '103240.817000', '103240.820000', '103240.823000', '103240.826000', '103240.829000', '103240.832000', '103240.835000', '103240.838000', '103240.841000', '103240.844000', '103240.846000', '103240.849000', '103240.852000', '103240.855000', '103240.858000', '103240.861000', '103240.864000', '103240.867000', '103240.870000', '103240.873000', '103240.875000', '103240.879000', '103240.881000', '103240.884000', '103240.887000', '103240.890000', '103240.893000', '103240.896000', '103240.899000', '103240.902000', '103240.905000', '103240.907000', '103240.910000', '103240.913000', '103240.916000', '103240.919000', '103240.922000', '103240.925000', '103240.928000', '103240.931000', '103240.934000', '103240.937000', '103240.939000', '103300.814000', '103300.851000', '103300.854000', '103300.857000', '103300.860000', '103300.863000', '103300.866000', '103300.869000', '103300.872000', '103300.875000', '103300.877000', '103300.880000', '103300.883000', '103300.886000', '103300.889000', '103300.892000', '103300.895000', '103300.898000', '103300.902000', '103300.905000', '103300.908000', '103300.911000', '103300.914000', '103300.917000', '103300.920000', '103300.923000', '103300.926000', '103300.929000', '103300.931000', '103300.934000', '103300.937000', '103300.940000', '103300.943000', '103300.946000', '103300.962000', '103300.965000', '103300.968000', '103300.971000', '103300.979000', '103300.981000', '103300.984000', '103300.987000', '103300.990000', '103320.814000', '103320.817000', '103320.820000', '103320.823000', '103320.826000', '103320.829000', '103320.832000', '103320.835000', '103320.838000', '103320.841000', '103320.844000', '103320.847000', '103320.849000', '103320.852000', '103320.855000', '103320.858000', '103320.861000', '103320.864000', '103320.867000', '103320.870000', '103320.873000', '103320.876000', '103320.879000', '103320.882000', '103320.885000', '103320.888000', '103320.891000', '103320.893000', '103320.896000', '103320.899000', '103320.902000', '103320.905000', '103320.908000', '103320.911000', '103320.914000', '103320.917000', '103320.920000', '103320.923000', '103320.925000', '103320.928000', '103320.931000', '103320.934000', '103320.937000', '103320.940000', '103340.814000', '103340.820000', '103340.823000', '103340.826000', '103340.829000', '103340.832000', '103340.835000', '103340.838000', '103340.841000', '103340.844000', '103340.847000', '103340.850000', '103340.853000', '103340.856000', '103340.858000', '103340.862000', '103340.865000', '103340.867000', '103340.870000', '103340.882000', '103340.885000', '103340.887000', '103340.890000', '103340.893000', '103340.896000', '103340.899000', '103340.902000', '103340.905000', '103340.908000', '103340.911000', '103340.914000', '103340.917000', '103340.920000', '103340.923000', '103340.926000', '103340.929000', '103340.932000', '103340.934000', '103340.937000', '103340.940000', '103340.943000', '103340.946000', '103340.949000', '103400.814000', '103400.843000', '103400.845000', '103400.848000', '103400.851000', '103400.854000', '103400.857000', '103400.860000', '103400.863000', '103400.866000', '103400.871000', '103400.874000', '103400.877000', '103400.880000', '103400.883000', '103400.886000', '103400.889000', '103400.892000', '103400.895000', '103400.898000', '103400.901000', '103400.903000', '103400.906000', '103400.909000', '103400.912000', '103400.915000', '103400.918000', '103400.921000', '103400.924000', '103400.927000', '103400.930000', '103400.933000', '103400.936000', '103400.939000', '103400.942000', '103400.944000', '103400.948000', '103400.950000', '103400.953000', '103400.956000', '103400.959000', '103400.962000', '103400.965000', '103400.968000', '103420.813000', '103420.816000', '103420.819000', '103420.822000', '103420.825000', '103420.828000', '103420.831000', '103420.834000', '103420.837000', '103420.840000', '103420.843000', '103420.845000', '103420.848000', '103420.851000', '103420.854000', '103420.857000', '103420.860000', '103420.863000', '103420.866000', '103420.869000', '103420.872000', '103420.875000', '103420.878000', '103420.882000', '103420.885000', '103420.888000', '103420.891000', '103420.894000', '103420.897000', '103420.900000', '103420.903000', '103420.906000', '103420.909000', '103420.912000', '103420.915000', '103420.917000', '103420.920000', '103420.923000', '103420.926000', '103420.929000', '103420.932000', '103420.935000', '103420.938000', '103440.814000', '103440.852000', '103440.855000', '103440.858000', '103440.861000', '103440.864000', '103440.867000', '103440.870000', '103440.873000', '103440.876000', '103440.878000', '103440.882000', '103440.885000', '103440.887000', '103440.890000', '103440.893000', '103440.896000', '103440.899000', '103440.902000', '103440.905000', '103440.908000', '103440.911000', '103440.914000', '103440.917000', '103440.919000', '103440.922000', '103440.925000', '103440.928000', '103440.931000', '103440.934000', '103440.937000', '103440.940000', '103440.943000', '103440.945000', '103440.948000', '103440.951000', '103440.954000', '103440.957000', '103440.960000', '103440.963000', '103440.966000', '103440.969000', '103440.972000', '103440.975000', '103450.899000', '103450.903000', '103450.906000', '103450.909000', '103450.912000', '103450.915000', '103450.918000', '103450.922000', '103450.925000', '103450.928000', '103450.931000', '103450.934000', '103450.937000', '103450.940000', '103450.942000', '103450.946000', '103450.949000', '103450.952000', '103450.955000', '103450.958000', '103450.961000', '103450.964000'], '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': [9974, 8152, 8262, 6952, 8561, 7968, 7967, 9950, 6989, 11614, 12129, 14063, 12643, 9147, 11956, 9144, 12238, 11377, 8753, 11022, 8125, 6310, 8499, 7061, 7231, 10073, 6968, 9685, 8037, 7011, 11838, 8460, 12772, 9722, 11380, 11528, 7487, 10250, 7566, 9597, 9790, 9044, 8999, 8805, 6646, 7492, 6431, 7900, 6339, 8046, 6303, 7515, 7305, 10026, 10783, 11524, 10236, 11991, 6233, 6939, 6166, 7762, 6430, 7674, 7158, 7518, 6454, 8123, 6827, 8309, 6942, 9348, 7077, 8547, 6676, 7840, 6876, 8003, 6683, 7110, 6586, 8913, 7211, 6755, 7298, 6338, 8448, 6898, 9751, 7858, 8913, 8722, 11260, 10705, 9129, 10521, 9633, 9268, 14926, 9752, 11021, 10050, 7945, 12187, 7750, 8058, 7565, 7205, 7802, 9699, 7649, 8717, 6967, 7911, 6739, 7922, 6273, 7791, 8785, 7909, 11603, 7257, 8272, 7060, 8922, 7114, 6788, 6828, 6995, 6822, 10014, 7035, 9231, 7465, 9541, 7249, 6636, 7085, 8692, 7603, 11774, 8106, 10345, 6718, 10427, 7414, 8381, 6881, 6929, 8285, 6228, 10222, 6929, 10638, 9502, 8669, 13999, 10211, 10595, 7644, 8713, 7346, 7411, 12494, 7355, 8093, 6090, 7305, 6425, 7206, 6059, 6853, 8679, 6117, 7621, 6144, 6886, 6027, 7268, 5860, 7666, 6602, 9727, 6842, 6941, 7154, 11437, 8006, 9750, 7797, 10098, 7345, 6650, 8112, 12699, 9179, 10892, 8079, 8733, 11339, 9308, 10779, 7540, 8132, 6963, 7130, 6387, 6549, 9698, 6855, 7184, 6436, 7049, 6163, 6892, 6184, 7429, 6678, 7643, 11052, 7878, 8512, 8191, 9027, 6874, 6196, 6245, 6401, 7842, 7180, 9747, 7845, 9341, 9847, 7116, 8365, 6119, 9071, 7715, 9521, 10249, 11128, 10889, 13849, 8684, 9227, 6395, 8115, 6780, 8528, 6715, 8949, 6925, 9297, 7581, 6596, 8585, 6580, 9326, 7670, 10428, 7967, 10876, 8517, 10778, 8003, 10241, 7506, 9313, 9297, 8056, 12178, 8347, 9026, 7797, 8539, 7442, 7477, 7131, 5612, 5685, 5986, 6709, 6563, 9904, 8160, 8336, 8303, 6114, 8467, 6452, 9551, 12456, 8568, 11291, 8863, 9440, 8278, 8173, 8582, 6608, 10184, 7118, 8496, 7455, 7982, 6585, 6987, 5734, 6406, 5623, 6037, 6367, 8925, 7075, 8455, 6654, 8448, 6618, 8989, 7087, 10696, 7616, 9171, 10454, 9772, 9196, 8556, 6452, 8614, 7253, 8781, 12630, 8176, 9521, 7314, 8536, 7119, 8477, 7045, 8575, 7144, 9240, 11272, 8342, 10478, 7464, 8850, 11544, 7690, 8743, 7498, 8320, 6919, 8565, 6637, 7686, 10497, 7448, 8713, 9911, 7690, 8943, 7573, 8323, 7263, 7900, 6714, 7382, 6041, 7300, 7399, 8567, 7136, 6432, 6423, 5828, 8114, 6640, 11812, 10825, 13710, 10727, 10056, 8361, 10076, 7732, 13913, 9155, 10129, 8371, 8488, 12856, 8388, 9289, 6941, 7843, 6366, 7581, 6394, 6914, 8595, 6452, 7359, 6646, 5766, 6481, 5954, 7217, 10325, 8005, 8730, 7374, 7840, 6063, 7198, 5640, 7070, 5985, 10367, 8225, 9458, 7730, 6812, 8485, 6495, 9360, 7118, 9958, 14132, 9373, 11814, 9187, 10329, 8482, 9109, 6428, 8621, 10985, 7520, 9438, 6808, 7996, 9626, 7442, 8863, 7239, 8140, 6552, 7703, 6490, 8123, 9863, 7479, 8868, 7027, 7307, 7966, 7338, 7807, 7444, 8340, 7739, 9951, 8615, 8521, 12385, 8122, 8937, 9595, 7822, 9666, 7624, 8594, 7099, 8822, 6686, 8126, 9432, 7341, 9561, 7668, 7314, 5707, 6220, 5854, 6459, 7430, 6544, 9400, 7591, 9226, 6616, 6518, 7892, 7931, 11163, 9246, 12350, 9962, 11326, 7927, 10714, 12311, 8771, 13618, 8604, 9238, 11216, 7825, 10498, 7715, 7620, 6270, 7213, 5823, 7234, 8362, 6979, 8496, 7270, 7699, 6936, 7632, 6283, 7632, 8880, 6480, 8218, 6613, 7989, 7026, 7345, 6915, 6391, 7533, 8069, 8066, 8920, 8904, 7932, 9465, 6964, 9920, 15680, 12033, 11484, 14848, 10414, 11459, 8711, 8789, 9035, 7719, 9745, 6835, 8698, 10703, 7533, 8757, 6971, 7521, 9713, 7280, 8900, 7198, 8535, 6801, 7424, 6496, 6377, 6641, 6437, 7492, 6667, 6553, 6394, 5973, 5957, 6282, 5746, 7261, 6387, 9862, 8158, 9447, 12660, 8861, 12713, 10375, 12882, 12238, 9490, 13605, 10271, 11846, 11392, 9307, 10552, 12836, 8725, 11436, 8799, 7860, 8668, 8971, 7435, 12415, 9147, 7642, 13088, 11445, 9378, 12303, 13164, 10601, 14716, 12007, 9897, 11754, 8450, 11971, 8590, 11349, 8673, 11002, 8445, 9642, 7815, 9129, 8269, 9065, 7978, 8158, 6930, 7079, 7433, 6777, 8033, 7292, 7032, 7326, 5742, 7053, 6301, 10001, 9099, 8224, 8709, 8542, 7778, 12191, 10135, 13024, 11079, 13480, 11362, 10870, 9072, 9463, 8842, 12736, 9550, 13430, 9812, 10211, 7967, 8590, 7269, 7903, 8443, 7827, 9751, 7500, 8529, 7033, 7728, 9044, 7350, 8247, 7234, 8124, 7024, 8071, 6794, 8131, 6633, 8149, 6390, 8062, 9890, 7610, 8847, 7800, 9201, 7119, 8163, 11440, 7619, 9123, 7323, 7997, 10277, 7247, 8482, 6648, 5947, 7258, 6467, 7759, 6897, 6601, 6364, 7792, 8944, 7359, 7741, 12021, 10637, 9894, 13913, 11656, 13426, 15112, 13649, 12139, 14471, 11465, 11493, 12353, 11885, 11055, 11624, 9109, 11308, 9656, 8412, 11308, 10011, 6201, 12975, 10170, 6185, 5928, 6129, 5872, 8985, 10890, 10049, 13250, 11009, 9025, 9984, 6947, 8837, 6526, 7317, 8033, 6570, 9655, 9226, 8256, 11013, 10341, 7815, 7150, 8394, 6715, 10345, 8446, 11006, 8407, 11557, 8553, 10413, 8389, 8406, 7527, 11319, 7003, 8741, 12294, 8314, 9537, 6814, 8118, 9332, 7441, 8662, 6665, 8629, 6145, 7562, 9464, 7367, 8556, 6382, 6214, 6264, 6439, 5773, 6920, 5920, 8625, 7220, 7913, 7731, 7662, 6702, 8607, 6722, 9618, 13901, 10327, 9739, 13461, 9264, 11533, 10121, 10462, 10399, 7320, 9900, 7552, 8296, 11259, 7700, 8795, 6388, 7425, 6367, 7263, 6023, 7303, 9449, 7163, 7184, 6743, 6726, 7999, 6442, 7428, 6503, 6052, 6910, 6787, 7339, 8985, 7109, 8663, 7313, 6176, 5924, 6572, 6581, 7956, 7873, 11479, 9171, 10636, 11978, 10512, 11195, 9667, 7446, 9008, 10546, 10609, 11483, 11926, 11934, 11201], 'WindowCenter': [3838.0, 3827.0, 3848.0, 3819.0, 3837.0, 3814.0, 3770.0, 3785.0, 3745.0, 3816.0, 3844.0, 3860.0, 3875.0, 3782.0, 3829.0, 3811.0, 3805.0, 3805.0, 3785.0, 3808.0, 3774.0, 3755.0, 3798.0, 3810.0, 3811.0, 3839.0, 3795.0, 3813.0, 3791.0, 3769.0, 3807.0, 3766.0, 3819.0, 3798.0, 3811.0, 3809.0, 3755.0, 3797.0, 3752.0, 3772.0, 3771.0, 3760.0, 3760.0, 3761.0, 3730.0, 3752.0, 3744.0, 3762.0, 3731.0, 3751.0, 3732.0, 3755.0, 3768.0, 3788.0, 3785.0, 3767.0, 3772.0, 3782.0, 3733.0, 3754.0, 3745.0, 3765.0, 3733.0, 3764.0, 3740.0, 3753.0, 3743.0, 3778.0, 3758.0, 3775.0, 3753.0, 3784.0, 3768.0, 3789.0, 3755.0, 3776.0, 3770.0, 3791.0, 3771.0, 3767.0, 3812.0, 3872.0, 3814.0, 3775.0, 3782.0, 3760.0, 3779.0, 3758.0, 3799.0, 3779.0, 3790.0, 3791.0, 3812.0, 3812.0, 3790.0, 3799.0, 3786.0, 3776.0, 3807.0, 3774.0, 3786.0, 3786.0, 3777.0, 3808.0, 3765.0, 3763.0, 3764.0, 3741.0, 3751.0, 3771.0, 3752.0, 3762.0, 3754.0, 3765.0, 3755.0, 3776.0, 3744.0, 3765.0, 3764.0, 3764.0, 3810.0, 3754.0, 3747.0, 3740.0, 3769.0, 3751.0, 3751.0, 3753.0, 3764.0, 3725.0, 3767.0, 3740.0, 3781.0, 3779.0, 3795.0, 3767.0, 3755.0, 3768.0, 3783.0, 3776.0, 3822.0, 3835.0, 3828.0, 3788.0, 3815.0, 3770.0, 3766.0, 3743.0, 3740.0, 3764.0, 3732.0, 3785.0, 3744.0, 3786.0, 3775.0, 3764.0, 3806.0, 3773.0, 3783.0, 3741.0, 3749.0, 3737.0, 3739.0, 3780.0, 3738.0, 3738.0, 3707.0, 3738.0, 3718.0, 3741.0, 3719.0, 3731.0, 3762.0, 3734.0, 3752.0, 3734.0, 3743.0, 3733.0, 3753.0, 3719.0, 3748.0, 3740.0, 3782.0, 3753.0, 3752.0, 3769.0, 3806.0, 3776.0, 3785.0, 3778.0, 3810.0, 3781.0, 3769.0, 3791.0, 3821.0, 3787.0, 3796.0, 3764.0, 3776.0, 3795.0, 3775.0, 3784.0, 3754.0, 3763.0, 3740.0, 3739.0, 3729.0, 3730.0, 3769.0, 3729.0, 3740.0, 3730.0, 3752.0, 3745.0, 3755.0, 3733.0, 3763.0, 3756.0, 3778.0, 3807.0, 3766.0, 3815.0, 3865.0, 3835.0, 3752.0, 3726.0, 3725.0, 3724.0, 3744.0, 3736.0, 3767.0, 3756.0, 3779.0, 3790.0, 3747.0, 3767.0, 3724.0, 3763.0, 3740.0, 3763.0, 3776.0, 3786.0, 3774.0, 3797.0, 3764.0, 3765.0, 3721.0, 3740.0, 3719.0, 3751.0, 3718.0, 3749.0, 3740.0, 3744.0, 3749.0, 3728.0, 3761.0, 3742.0, 3785.0, 3764.0, 3796.0, 3765.0, 3797.0, 3777.0, 3808.0, 3780.0, 3800.0, 3755.0, 3774.0, 3762.0, 3750.0, 3791.0, 3763.0, 3761.0, 3764.0, 3773.0, 3822.0, 3826.0, 3778.0, 3729.0, 3703.0, 3715.0, 3737.0, 3726.0, 3779.0, 3781.0, 3794.0, 3795.0, 3753.0, 3784.0, 3749.0, 3779.0, 3786.0, 3754.0, 3787.0, 3766.0, 3777.0, 3765.0, 3766.0, 3764.0, 3733.0, 3773.0, 3743.0, 3751.0, 3728.0, 3740.0, 3732.0, 3729.0, 3707.0, 3747.0, 3709.0, 3706.0, 3718.0, 3773.0, 3756.0, 3790.0, 3770.0, 3790.0, 3771.0, 3790.0, 3769.0, 3812.0, 3768.0, 3802.0, 3799.0, 3800.0, 3789.0, 3777.0, 3744.0, 3776.0, 3755.0, 3779.0, 3806.0, 3763.0, 3775.0, 3753.0, 3774.0, 3756.0, 3776.0, 3758.0, 3778.0, 3770.0, 3801.0, 3809.0, 3779.0, 3801.0, 3757.0, 3789.0, 3811.0, 3780.0, 3789.0, 3768.0, 3777.0, 3758.0, 3790.0, 3759.0, 3795.0, 3814.0, 3772.0, 3793.0, 3802.0, 3795.0, 3815.0, 3793.0, 3791.0, 3781.0, 3779.0, 3784.0, 3841.0, 3782.0, 3764.0, 3767.0, 3786.0, 3764.0, 3737.0, 3752.0, 3730.0, 3772.0, 3752.0, 3817.0, 3816.0, 3825.0, 3804.0, 3791.0, 3769.0, 3778.0, 3757.0, 3811.0, 3779.0, 3778.0, 3756.0, 3768.0, 3798.0, 3756.0, 3763.0, 3733.0, 3742.0, 3722.0, 3744.0, 3723.0, 3734.0, 3778.0, 3738.0, 3757.0, 3748.0, 3725.0, 3736.0, 3737.0, 3774.0, 3804.0, 3772.0, 3782.0, 3772.0, 3796.0, 3752.0, 3757.0, 3727.0, 3732.0, 3709.0, 3773.0, 3764.0, 3799.0, 3781.0, 3759.0, 3790.0, 3760.0, 3790.0, 3758.0, 3802.0, 3821.0, 3790.0, 3811.0, 3791.0, 3801.0, 3777.0, 3789.0, 3734.0, 3776.0, 3784.0, 3767.0, 3776.0, 3732.0, 3764.0, 3774.0, 3755.0, 3774.0, 3755.0, 3766.0, 3745.0, 3765.0, 3746.0, 3779.0, 3787.0, 3767.0, 3790.0, 3756.0, 3768.0, 3778.0, 3783.0, 3782.0, 3783.0, 3792.0, 3794.0, 3816.0, 3792.0, 3794.0, 3823.0, 3769.0, 3802.0, 3802.0, 3782.0, 3802.0, 3780.0, 3778.0, 3768.0, 3787.0, 3757.0, 3779.0, 3799.0, 3782.0, 3831.0, 3867.0, 3830.0, 3770.0, 3754.0, 3729.0, 3725.0, 3745.0, 3736.0, 3793.0, 3786.0, 3808.0, 3776.0, 3763.0, 3795.0, 3783.0, 3802.0, 3779.0, 3813.0, 3806.0, 3815.0, 3772.0, 3803.0, 3801.0, 3768.0, 3812.0, 3767.0, 3765.0, 3775.0, 3744.0, 3775.0, 3755.0, 3754.0, 3734.0, 3744.0, 3712.0, 3757.0, 3766.0, 3747.0, 3779.0, 3771.0, 3771.0, 3774.0, 3785.0, 3764.0, 3784.0, 3794.0, 3762.0, 3778.0, 3742.0, 3764.0, 3756.0, 3768.0, 3769.0, 3760.0, 3795.0, 3781.0, 3791.0, 3803.0, 3806.0, 3796.0, 3818.0, 3786.0, 3817.0, 3848.0, 3837.0, 3815.0, 3822.0, 3788.0, 3798.0, 3765.0, 3767.0, 3764.0, 3754.0, 3774.0, 3744.0, 3776.0, 3772.0, 3740.0, 3762.0, 3741.0, 3754.0, 3784.0, 3755.0, 3787.0, 3759.0, 3788.0, 3805.0, 3832.0, 3766.0, 3751.0, 3762.0, 3761.0, 3753.0, 3740.0, 3750.0, 3790.0, 3806.0, 3805.0, 3802.0, 3779.0, 3809.0, 3789.0, 3828.0, 3810.0, 3848.0, 3857.0, 3825.0, 3856.0, 3834.0, 3842.0, 3841.0, 3819.0, 3839.0, 3818.0, 3840.0, 3846.0, 3812.0, 3771.0, 3831.0, 3743.0, 3798.0, 3790.0, 3778.0, 3787.0, 3744.0, 3757.0, 3799.0, 3778.0, 3756.0, 3798.0, 3776.0, 3753.0, 3774.0, 3774.0, 3751.0, 3785.0, 3772.0, 3737.0, 3758.0, 3715.0, 3746.0, 3714.0, 3733.0, 3714.0, 3745.0, 3714.0, 3736.0, 3716.0, 3735.0, 3727.0, 3724.0, 3740.0, 3740.0, 3721.0, 3718.0, 3730.0, 3733.0, 3754.0, 3746.0, 3760.0, 3771.0, 3742.0, 3772.0, 3721.0, 3840.0, 3813.0, 3792.0, 3805.0, 3807.0, 3799.0, 3839.0, 3817.0, 3826.0, 3827.0, 3823.0, 3801.0, 3801.0, 3782.0, 3766.0, 3764.0, 3797.0, 3779.0, 3799.0, 3764.0, 3775.0, 3741.0, 3740.0, 3716.0, 3742.0, 3753.0, 3743.0, 3764.0, 3731.0, 3753.0, 3718.0, 3728.0, 3763.0, 3743.0, 3763.0, 3743.0, 3752.0, 3733.0, 3755.0, 3748.0, 3769.0, 3746.0, 3756.0, 3724.0, 3770.0, 3790.0, 3758.0, 3776.0, 3759.0, 3777.0, 3734.0, 3755.0, 3800.0, 3759.0, 3765.0, 3733.0, 3768.0, 3786.0, 3743.0, 3762.0, 3742.0, 3729.0, 3789.0, 3767.0, 3811.0, 3798.0, 3786.0, 3817.0, 3862.0, 3857.0, 3835.0, 3833.0, 3889.0, 3867.0, 3855.0, 3878.0, 3855.0, 3865.0, 3887.0, 3879.0, 3856.0, 3865.0, 3842.0, 3744.0, 3734.0, 3872.0, 3846.0, 3816.0, 3812.0, 3831.0, 3837.0, 3815.0, 3834.0, 3784.0, 3750.0, 3845.0, 3785.0, 3763.0, 3736.0, 3734.0, 3724.0, 3754.0, 3805.0, 3794.0, 3814.0, 3794.0, 3774.0, 3774.0, 3743.0, 3760.0, 3691.0, 3699.0, 3727.0, 3702.0, 3732.0, 3733.0, 3749.0, 3768.0, 3771.0, 3727.0, 3727.0, 3747.0, 3728.0, 3757.0, 3750.0, 3769.0, 3750.0, 3769.0, 3748.0, 3770.0, 3763.0, 3750.0, 3738.0, 3769.0, 3727.0, 3749.0, 3767.0, 3735.0, 3746.0, 3701.0, 3722.0, 3731.0, 3724.0, 3732.0, 3703.0, 3735.0, 3704.0, 3737.0, 3769.0, 3728.0, 3748.0, 3728.0, 3701.0, 3686.0, 3712.0, 3718.0, 3752.0, 3745.0, 3802.0, 3770.0, 3790.0, 3778.0, 3781.0, 3772.0, 3791.0, 3759.0, 3803.0, 3823.0, 3799.0, 3788.0, 3807.0, 3761.0, 3770.0, 3757.0, 3758.0, 3770.0, 3740.0, 3771.0, 3725.0, 3733.0, 3753.0, 3712.0, 3732.0, 3715.0, 3726.0, 3704.0, 3725.0, 3705.0, 3739.0, 3759.0, 3742.0, 3754.0, 3728.0, 3728.0, 3751.0, 3718.0, 3725.0, 3731.0, 3732.0, 3739.0, 3726.0, 3751.0, 3783.0, 3764.0, 3769.0, 3799.0, 3779.0, 3779.0, 3773.0, 3810.0, 3832.0, 3833.0, 3865.0, 3846.0, 3857.0, 3865.0, 3845.0, 3854.0, 3834.0, 3791.0, 3782.0, 3821.0, 3809.0, 3822.0, 3810.0, 3797.0, 3797.0], 'WindowWidth': [8602.0, 8591.0, 8628.0, 8584.0, 8602.0, 8562.0, 8479.0, 8491.0, 8436.0, 8548.0, 8600.0, 8632.0, 8663.0, 8490.0, 8569.0, 8549.0, 8526.0, 8528.0, 8500.0, 8536.0, 8484.0, 8464.0, 8525.0, 8564.0, 8567.0, 8598.0, 8533.0, 8550.0, 8519.0, 8482.0, 8527.0, 8470.0, 8548.0, 8520.0, 8543.0, 8536.0, 8456.0, 8512.0, 8447.0, 8471.0, 8470.0, 8453.0, 8455.0, 8456.0, 8414.0, 8451.0, 8440.0, 8460.0, 8417.0, 8444.0, 8421.0, 8456.0, 8479.0, 8503.0, 8491.0, 8454.0, 8469.0, 8484.0, 8425.0, 8457.0, 8446.0, 8470.0, 8424.0, 8466.0, 8430.0, 8451.0, 8443.0, 8496.0, 8469.0, 8485.0, 8454.0, 8497.0, 8483.0, 8511.0, 8463.0, 8490.0, 8491.0, 8518.0, 8494.0, 8480.0, 8573.0, 8668.0, 8573.0, 8505.0, 8506.0, 8473.0, 8494.0, 8466.0, 8522.0, 8495.0, 8512.0, 8514.0, 8547.0, 8545.0, 8510.0, 8522.0, 8498.0, 8482.0, 8532.0, 8479.0, 8497.0, 8498.0, 8491.0, 8534.0, 8472.0, 8464.0, 8469.0, 8429.0, 8443.0, 8467.0, 8447.0, 8460.0, 8454.0, 8470.0, 8458.0, 8486.0, 8440.0, 8467.0, 8466.0, 8466.0, 8538.0, 8452.0, 8433.0, 8428.0, 8467.0, 8449.0, 8449.0, 8454.0, 8469.0, 8403.0, 8458.0, 8429.0, 8487.0, 8501.0, 8515.0, 8481.0, 8463.0, 8482.0, 8495.0, 8491.0, 8564.0, 8606.0, 8580.0, 8528.0, 8554.0, 8483.0, 8468.0, 8432.0, 8425.0, 8463.0, 8421.0, 8495.0, 8437.0, 8498.0, 8479.0, 8464.0, 8525.0, 8474.0, 8487.0, 8427.0, 8435.0, 8416.0, 8423.0, 8478.0, 8419.0, 8419.0, 8376.0, 8419.0, 8394.0, 8429.0, 8398.0, 8416.0, 8459.0, 8429.0, 8447.0, 8426.0, 8437.0, 8424.0, 8449.0, 8400.0, 8436.0, 8432.0, 8487.0, 8454.0, 8451.0, 8483.0, 8524.0, 8487.0, 8498.0, 8494.0, 8540.0, 8505.0, 8486.0, 8516.0, 8556.0, 8503.0, 8514.0, 8468.0, 8485.0, 8509.0, 8483.0, 8493.0, 8454.0, 8465.0, 8432.0, 8427.0, 8413.0, 8416.0, 8465.0, 8412.0, 8428.0, 8418.0, 8449.0, 8447.0, 8459.0, 8429.0, 8468.0, 8462.0, 8496.0, 8529.0, 8474.0, 8560.0, 8662.0, 8599.0, 8461.0, 8411.0, 8408.0, 8401.0, 8429.0, 8424.0, 8463.0, 8450.0, 8488.0, 8507.0, 8446.0, 8468.0, 8406.0, 8455.0, 8419.0, 8456.0, 8477.0, 8490.0, 8472.0, 8511.0, 8461.0, 8461.0, 8398.0, 8419.0, 8392.0, 8437.0, 8390.0, 8430.0, 8426.0, 8418.0, 8436.0, 8408.0, 8456.0, 8434.0, 8494.0, 8466.0, 8512.0, 8466.0, 8515.0, 8489.0, 8532.0, 8498.0, 8525.0, 8458.0, 8480.0, 8457.0, 8439.0, 8495.0, 8461.0, 8456.0, 8469.0, 8477.0, 8583.0, 8594.0, 8505.0, 8421.0, 8375.0, 8392.0, 8425.0, 8408.0, 8486.0, 8496.0, 8519.0, 8522.0, 8468.0, 8505.0, 8451.0, 8489.0, 8493.0, 8446.0, 8495.0, 8466.0, 8481.0, 8463.0, 8468.0, 8461.0, 8417.0, 8470.0, 8431.0, 8435.0, 8402.0, 8421.0, 8417.0, 8408.0, 8377.0, 8447.0, 8381.0, 8373.0, 8391.0, 8476.0, 8459.0, 8512.0, 8488.0, 8513.0, 8491.0, 8510.0, 8485.0, 8544.0, 8478.0, 8532.0, 8521.0, 8522.0, 8506.0, 8486.0, 8439.0, 8482.0, 8455.0, 8493.0, 8525.0, 8464.0, 8480.0, 8449.0, 8478.0, 8462.0, 8485.0, 8466.0, 8489.0, 8487.0, 8526.0, 8533.0, 8492.0, 8524.0, 8460.0, 8505.0, 8540.0, 8500.0, 8508.0, 8478.0, 8488.0, 8466.0, 8508.0, 8467.0, 8526.0, 8547.0, 8489.0, 8517.0, 8530.0, 8528.0, 8555.0, 8523.0, 8515.0, 8503.0, 8496.0, 8515.0, 8623.0, 8523.0, 8473.0, 8481.0, 8505.0, 8473.0, 8428.0, 8456.0, 8427.0, 8484.0, 8458.0, 8553.0, 8552.0, 8561.0, 8529.0, 8508.0, 8473.0, 8482.0, 8453.0, 8537.0, 8488.0, 8484.0, 8453.0, 8470.0, 8513.0, 8451.0, 8454.0, 8414.0, 8426.0, 8400.0, 8432.0, 8405.0, 8421.0, 8488.0, 8435.0, 8458.0, 8447.0, 8414.0, 8430.0, 8432.0, 8495.0, 8530.0, 8483.0, 8498.0, 8485.0, 8527.0, 8462.0, 8458.0, 8419.0, 8414.0, 8379.0, 8471.0, 8464.0, 8521.0, 8500.0, 8467.0, 8509.0, 8472.0, 8509.0, 8464.0, 8529.0, 8555.0, 8508.0, 8538.0, 8512.0, 8526.0, 8488.0, 8507.0, 8427.0, 8483.0, 8491.0, 8473.0, 8483.0, 8417.0, 8464.0, 8477.0, 8454.0, 8477.0, 8457.0, 8471.0, 8442.0, 8470.0, 8449.0, 8495.0, 8500.0, 8474.0, 8509.0, 8460.0, 8478.0, 8491.0, 8509.0, 8504.0, 8506.0, 8518.0, 8526.0, 8557.0, 8517.0, 8522.0, 8559.0, 8480.0, 8529.0, 8532.0, 8506.0, 8529.0, 8497.0, 8491.0, 8480.0, 8502.0, 8461.0, 8496.0, 8522.0, 8503.0, 8589.0, 8669.0, 8604.0, 8500.0, 8468.0, 8424.0, 8407.0, 8433.0, 8427.0, 8514.0, 8513.0, 8545.0, 8499.0, 8477.0, 8521.0, 8501.0, 8524.0, 8489.0, 8543.0, 8538.0, 8548.0, 8484.0, 8528.0, 8522.0, 8470.0, 8539.0, 8468.0, 8461.0, 8472.0, 8431.0, 8475.0, 8452.0, 8448.0, 8422.0, 8435.0, 8391.0, 8457.0, 8467.0, 8444.0, 8490.0, 8483.0, 8483.0, 8495.0, 8511.0, 8482.0, 8505.0, 8519.0, 8475.0, 8488.0, 8433.0, 8465.0, 8459.0, 8481.0, 8484.0, 8473.0, 8528.0, 8500.0, 8514.0, 8533.0, 8540.0, 8530.0, 8563.0, 8518.0, 8560.0, 8606.0, 8586.0, 8553.0, 8556.0, 8501.0, 8513.0, 8464.0, 8470.0, 8463.0, 8450.0, 8477.0, 8439.0, 8483.0, 8470.0, 8426.0, 8457.0, 8428.0, 8450.0, 8490.0, 8457.0, 8501.0, 8470.0, 8505.0, 8559.0, 8609.0, 8490.0, 8460.0, 8476.0, 8475.0, 8450.0, 8432.0, 8456.0, 8533.0, 8568.0, 8566.0, 8552.0, 8517.0, 8555.0, 8529.0, 8574.0, 8554.0, 8617.0, 8627.0, 8579.0, 8623.0, 8589.0, 8597.0, 8596.0, 8560.0, 8590.0, 8557.0, 8592.0, 8610.0, 8549.0, 8463.0, 8576.0, 8425.0, 8515.0, 8510.0, 8494.0, 8507.0, 8418.0, 8459.0, 8513.0, 8481.0, 8449.0, 8507.0, 8474.0, 8438.0, 8465.0, 8468.0, 8433.0, 8486.0, 8463.0, 8407.0, 8437.0, 8370.0, 8414.0, 8369.0, 8391.0, 8367.0, 8411.0, 8369.0, 8402.0, 8378.0, 8400.0, 8392.0, 8380.0, 8417.0, 8417.0, 8393.0, 8385.0, 8405.0, 8419.0, 8447.0, 8440.0, 8466.0, 8482.0, 8449.0, 8490.0, 8397.0, 8598.0, 8549.0, 8517.0, 8538.0, 8542.0, 8535.0, 8590.0, 8554.0, 8567.0, 8569.0, 8559.0, 8524.0, 8522.0, 8497.0, 8462.0, 8458.0, 8507.0, 8489.0, 8516.0, 8454.0, 8475.0, 8421.0, 8417.0, 8379.0, 8423.0, 8443.0, 8430.0, 8458.0, 8410.0, 8440.0, 8388.0, 8402.0, 8458.0, 8431.0, 8459.0, 8431.0, 8439.0, 8416.0, 8448.0, 8447.0, 8473.0, 8441.0, 8453.0, 8407.0, 8480.0, 8506.0, 8458.0, 8480.0, 8461.0, 8480.0, 8419.0, 8447.0, 8519.0, 8462.0, 8462.0, 8414.0, 8471.0, 8498.0, 8434.0, 8457.0, 8436.0, 8418.0, 8517.0, 8488.0, 8556.0, 8536.0, 8518.0, 8585.0, 8656.0, 8636.0, 8606.0, 8596.0, 8683.0, 8647.0, 8625.0, 8657.0, 8623.0, 8636.0, 8672.0, 8664.0, 8624.0, 8634.0, 8593.0, 8403.0, 8381.0, 8648.0, 8600.0, 8544.0, 8551.0, 8575.0, 8592.0, 8558.0, 8580.0, 8493.0, 8462.0, 8596.0, 8492.0, 8481.0, 8428.0, 8421.0, 8411.0, 8438.0, 8530.0, 8511.0, 8538.0, 8509.0, 8477.0, 8472.0, 8434.0, 8450.0, 8340.0, 8341.0, 8396.0, 8354.0, 8392.0, 8396.0, 8433.0, 8457.0, 8466.0, 8399.0, 8400.0, 8426.0, 8403.0, 8439.0, 8435.0, 8459.0, 8437.0, 8458.0, 8429.0, 8462.0, 8459.0, 8437.0, 8416.0, 8461.0, 8400.0, 8433.0, 8455.0, 8405.0, 8421.0, 8353.0, 8381.0, 8394.0, 8389.0, 8397.0, 8359.0, 8403.0, 8364.0, 8413.0, 8460.0, 8401.0, 8429.0, 8408.0, 8360.0, 8329.0, 8376.0, 8396.0, 8448.0, 8446.0, 8532.0, 8484.0, 8513.0, 8493.0, 8500.0, 8493.0, 8516.0, 8468.0, 8532.0, 8563.0, 8519.0, 8504.0, 8528.0, 8453.0, 8465.0, 8440.0, 8443.0, 8462.0, 8425.0, 8465.0, 8394.0, 8401.0, 8427.0, 8371.0, 8397.0, 8381.0, 8397.0, 8366.0, 8396.0, 8370.0, 8421.0, 8445.0, 8431.0, 8453.0, 8406.0, 8406.0, 8442.0, 8392.0, 8396.0, 8417.0, 8422.0, 8421.0, 8401.0, 8443.0, 8490.0, 8473.0, 8469.0, 8537.0, 8516.0, 8516.0, 8496.0, 8564.0, 8596.0, 8598.0, 8640.0, 8616.0, 8631.0, 8637.0, 8610.0, 8620.0, 8591.0, 8528.0, 8494.0, 8563.0, 8540.0, 8556.0, 8534.0, 8514.0, 8513.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.019284013761467888</td></tr>
<tr><td colspan=3>aqi</td><td>0.302428496559633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>51.0649130391848</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.995882113869115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0605375149827772</td></tr>
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
<tr><td colspan=3>fber</td><td>6444.2129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.6984820756195704</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>608</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>69.72477064220183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.676780199643384</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.756270819534434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>4.012073540708348</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.2619962386873698</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101324</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009835857897996902</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031271472573280334</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>4.428207191921421</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>15.3975</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3282</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.4474</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310486.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.7311</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8794</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>381.1962</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3000.1743</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>727.3769</td></tr>
<tr><td colspan=3>tsnr</td><td>10.389232530724257</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>