ds005256-mriqc/sub-0002_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-02_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-02_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>da1fceeeff9cf545138bbfa50c34ce51</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:08:19.542500</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-02_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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</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.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4c47ab2-a3e2-4b01-9720-7fb34caa467e||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': ['100819.542500', '100820.002500', '100820.462500', '100820.922500', '100821.382500', '100821.842500', '100822.302500', '100822.762500', '100823.222500', '100823.682500', '100824.142500', '100824.602500', '100825.062500', '100825.522500', '100825.982500', '100826.442500', '100826.902500', '100827.362500', '100827.822500', '100828.282500', '100828.742500', '100829.202500', '100829.662500', '100830.122500', '100830.582500', '100831.042500', '100831.502500', '100831.962500', '100832.422500', '100832.882500', '100833.342500', '100833.802500', '100834.262500', '100834.722500', '100835.182500', '100835.642500', '100836.102500', '100836.562500', '100837.022500', '100837.482500', '100837.942500', '100838.402500', '100838.862500', '100839.322500', '100839.782500', '100840.242500', '100840.702500', '100841.162500', '100841.622500', '100842.082500', '100842.542500', '100843.002500', '100843.462500', '100843.922500', '100844.382500', '100844.842500', '100845.302500', '100845.762500', '100846.222500', '100846.682500', '100847.142500', '100847.602500', '100848.062500', '100848.522500', '100848.982500', '100849.442500', '100849.902500', '100850.362500', '100850.822500', '100851.282500', '100851.742500', '100852.202500', '100852.662500', '100853.122500', '100853.582500', '100854.042500', '100854.502500', '100854.962500', '100855.422500', '100855.882500', '100856.342500', '100856.802500', '100857.262500', '100857.722500', '100858.182500', '100858.642500', '100859.102500', '100859.562500', '100900.022500', '100900.482500', '100900.942500', '100901.402500', '100901.862500', '100902.322500', '100902.782500', '100903.242500', '100903.702500', '100904.162500', '100904.622500', '100905.082500', '100905.542500', '100906.002500', '100906.462500', '100906.922500', '100907.382500', '100907.842500', '100908.302500', '100908.762500', '100909.222500', '100909.682500', '100910.142500', '100910.602500', '100911.062500', '100911.522500', '100911.982500', '100912.442500', '100912.902500', '100913.362500', '100913.822500', '100914.282500', '100914.742500', '100915.202500', '100915.662500', '100916.122500', '100916.582500', '100917.042500', '100917.502500', '100917.962500', '100918.422500', '100918.882500', '100919.342500', '100919.802500', '100920.262500', '100920.722500', '100921.182500', '100921.642500', '100922.102500', '100922.562500', '100923.022500', '100923.482500', '100923.942500', '100924.402500', '100924.862500', '100925.322500', '100925.782500', '100926.242500', '100926.702500', '100927.162500', '100927.622500', '100928.082500', '100928.542500', '100929.002500', '100929.462500', '100929.922500', '100930.382500', '100930.842500', '100931.302500', '100931.762500', '100932.222500', '100932.682500', '100933.142500', '100933.602500', '100934.062500', '100934.522500', '100934.982500', '100935.442500', '100935.902500', '100936.362500', '100936.822500', '100937.282500', '100937.742500', '100938.202500', '100938.662500', '100939.122500', '100939.582500', '100940.042500', '100940.502500', '100940.962500', '100941.422500', '100941.882500', '100942.342500', '100942.802500', '100943.262500', '100943.722500', '100944.182500', '100944.642500', '100945.102500', '100945.562500', '100946.022500', '100946.482500', '100946.942500', '100947.402500', '100947.862500', '100948.322500', '100948.782500', '100949.242500', '100949.702500', '100950.162500', '100950.622500', '100951.082500', '100951.542500', '100952.002500', '100952.462500', '100952.922500', '100953.382500', '100953.842500', '100954.302500', '100954.762500', '100955.222500', '100955.682500', '100956.142500', '100956.602500', '100957.062500', '100957.522500', '100957.982500', '100958.442500', '100958.902500', '100959.362500', '100959.822500', '101000.282500', '101000.742500', '101001.202500', '101001.662500', '101002.122500', '101002.582500', '101003.042500', '101003.502500', '101003.962500', '101004.422500', '101004.882500', '101005.342500', '101005.802500', '101006.262500', '101006.722500', '101007.182500', '101007.642500', '101008.102500', '101008.562500', '101009.022500', '101009.482500', '101009.942500', '101010.402500', '101010.862500', '101011.322500', '101011.782500', '101012.242500', '101012.702500', '101013.162500', '101013.622500', '101014.082500', '101014.542500', '101015.002500', '101015.462500', '101015.922500', '101016.382500', '101016.842500', '101017.302500', '101017.762500', '101018.222500', '101018.682500', '101019.142500', '101019.602500', '101020.062500', '101020.522500', '101020.982500', '101021.442500', '101021.902500', '101022.362500', '101022.822500', '101023.282500', '101023.742500', '101024.202500', '101024.662500', '101025.122500', '101025.582500', '101026.042500', '101026.502500', '101026.962500', '101027.422500', '101027.882500', '101028.342500', '101028.802500', '101029.262500', '101029.722500', '101030.182500', '101030.642500', '101031.102500', '101031.562500', '101032.022500', '101032.482500', '101032.942500', '101033.402500', '101033.862500', '101034.322500', '101034.782500', '101035.242500', '101035.702500', '101036.162500', '101036.622500', '101037.082500', '101037.542500', '101038.002500', '101038.462500', '101038.922500', '101039.382500', '101039.842500', '101040.302500', '101040.762500', '101041.222500', '101041.682500', '101042.142500', '101042.602500', '101043.062500', '101043.522500', '101043.982500', '101044.442500', '101044.902500', '101045.362500', '101045.822500', '101046.282500', '101046.742500', '101047.202500', '101047.662500', '101048.122500', '101048.582500', '101049.042500', '101049.502500', '101049.962500', '101050.422500', '101050.882500', '101051.342500', '101051.802500', '101052.262500', '101052.722500', '101053.182500', '101053.642500', '101054.102500', '101054.562500', '101055.022500', '101055.482500', '101055.942500', '101056.402500', '101056.862500', '101057.322500', '101057.782500', '101058.242500', '101058.702500', '101059.162500', '101059.622500', '101100.082500', '101100.542500', '101101.002500', '101101.462500', '101101.922500', '101102.382500', '101102.842500', '101103.302500', '101103.762500', '101104.222500', '101104.682500', '101105.142500', '101105.602500', '101106.062500', '101106.522500', '101106.982500', '101107.442500', '101107.902500', '101108.362500', '101108.822500', '101109.282500', '101109.742500', '101110.202500', '101110.662500', '101111.122500', '101111.582500', '101112.042500', '101112.502500', '101112.962500', '101113.422500', '101113.882500', '101114.342500', '101114.802500', '101115.262500', '101115.722500', '101116.182500', '101116.642500', '101117.102500', '101117.562500', '101118.022500', '101118.482500', '101118.942500', '101119.402500', '101119.862500', '101120.322500', '101120.782500', '101121.242500', '101121.702500', '101122.162500', '101122.622500', '101123.082500', '101123.542500', '101124.002500', '101124.462500', '101124.922500', '101125.382500', '101125.842500', '101126.302500', '101126.762500', '101127.222500', '101127.682500', '101128.142500', '101128.602500', '101129.062500', '101129.522500', '101129.982500', '101130.442500', '101130.902500', '101131.362500', '101131.822500', '101132.282500', '101132.742500', '101133.202500', '101133.662500', '101134.122500', '101134.582500', '101135.042500', '101135.502500', '101135.962500', '101136.422500', '101136.882500', '101137.342500', '101137.802500', '101138.262500', '101138.722500', '101139.182500', '101139.642500', '101140.102500', '101140.562500', '101141.022500', '101141.482500', '101141.942500', '101142.402500', '101142.862500', '101143.322500', '101143.782500', '101144.242500', '101144.702500', '101145.162500', '101145.622500', '101146.082500', '101146.542500', '101147.002500', '101147.462500', '101147.922500', '101148.382500', '101148.842500', '101149.302500', '101149.762500', '101150.222500', '101150.682500', '101151.142500', '101151.602500', '101152.062500', '101152.522500', '101152.982500', '101153.442500', '101153.902500', '101154.362500', '101154.822500', '101155.282500', '101155.742500', '101156.202500', '101156.662500', '101157.122500', '101157.582500', '101158.042500', '101158.502500', '101158.962500', '101159.422500', '101159.882500', '101200.342500', '101200.802500', '101201.262500', '101201.722500', '101202.182500', '101202.642500', '101203.102500', '101203.562500', '101204.022500', '101204.482500', '101204.942500', '101205.402500', '101205.862500', '101206.322500', '101206.782500', '101207.242500', '101207.702500', '101208.162500', '101208.622500', '101209.082500', '101209.542500', '101210.002500', '101210.462500', '101210.922500', '101211.382500', '101211.842500', '101212.302500', '101212.762500', '101213.222500', '101213.682500', '101214.142500', '101214.602500', '101215.062500', '101215.522500', '101215.982500', '101216.442500', '101216.902500', '101217.362500', '101217.822500', '101218.282500', '101218.742500', '101219.202500', '101219.662500', '101220.122500', '101220.582500', '101221.042500', '101221.502500', '101221.962500', '101222.422500', '101222.882500', '101223.342500', '101223.802500', '101224.262500', '101224.722500', '101225.182500', '101225.642500', '101226.102500', '101226.562500', '101227.022500', '101227.482500', '101227.942500', '101228.402500', '101228.862500', '101229.322500', '101229.782500', '101230.242500', '101230.702500', '101231.162500', '101231.622500', '101232.082500', '101232.542500', '101233.002500', '101233.462500', '101233.922500', '101234.382500', '101234.842500', '101235.302500', '101235.762500', '101236.222500', '101236.682500', '101237.142500', '101237.602500', '101238.062500', '101238.522500', '101238.982500', '101239.442500', '101239.902500', '101240.362500', '101240.822500', '101241.282500', '101241.742500', '101242.202500', '101242.662500', '101243.122500', '101243.582500', '101244.042500', '101244.502500', '101244.962500', '101245.422500', '101245.882500', '101246.342500', '101246.802500', '101247.262500', '101247.722500', '101248.182500', '101248.642500', '101249.102500', '101249.562500', '101250.022500', '101250.482500', '101250.942500', '101251.402500', '101251.862500', '101252.322500', '101252.782500', '101253.242500', '101253.702500', '101254.162500', '101254.622500', '101255.082500', '101255.542500', '101256.002500', '101256.462500', '101256.922500', '101257.382500', '101257.842500', '101258.302500', '101258.762500', '101259.222500', '101259.682500', '101300.142500', '101300.602500', '101301.062500', '101301.522500', '101301.982500', '101302.442500', '101302.902500', '101303.362500', '101303.822500', '101304.282500', '101304.742500', '101305.202500', '101305.662500', '101306.122500', '101306.582500', '101307.042500', '101307.502500', '101307.962500', '101308.422500', '101308.882500', '101309.342500', '101309.802500', '101310.262500', '101310.722500', '101311.182500', '101311.642500', '101312.102500', '101312.562500', '101313.022500', '101313.482500', '101313.942500', '101314.402500', '101314.862500', '101315.322500', '101315.782500', '101316.242500', '101316.702500', '101317.162500', '101317.622500', '101318.082500', '101318.542500', '101319.002500', '101319.462500', '101319.922500', '101320.382500', '101320.842500', '101321.302500', '101321.762500', '101322.222500', '101322.682500', '101323.142500', '101323.602500', '101324.062500', '101324.522500', '101324.982500', '101325.442500', '101325.902500', '101326.362500', '101326.822500', '101327.282500', '101327.742500', '101328.202500', '101328.662500', '101329.122500', '101329.582500', '101330.042500', '101330.502500', '101330.962500', '101331.422500', '101331.882500', '101332.342500', '101332.802500', '101333.262500', '101333.722500', '101334.182500', '101334.642500', '101335.102500', '101335.562500', '101336.022500', '101336.482500', '101336.942500', '101337.402500', '101337.862500', '101338.322500', '101338.782500', '101339.242500', '101339.702500', '101340.162500', '101340.622500', '101341.082500', '101341.542500', '101342.002500', '101342.462500', '101342.922500', '101343.382500', '101343.842500', '101344.302500', '101344.762500', '101345.222500', '101345.682500', '101346.142500', '101346.602500', '101347.062500', '101347.522500', '101347.982500', '101348.442500', '101348.902500', '101349.362500', '101349.822500', '101350.282500', '101350.742500', '101351.202500', '101351.662500', '101352.122500', '101352.582500', '101353.042500', '101353.502500', '101353.962500', '101354.422500', '101354.882500', '101355.342500', '101355.802500', '101356.262500', '101356.722500', '101357.182500', '101357.642500', '101358.102500', '101358.562500', '101359.022500', '101359.482500', '101359.942500', '101400.402500', '101400.862500', '101401.322500', '101401.782500', '101402.242500', '101402.702500', '101403.162500', '101403.622500', '101404.082500', '101404.542500', '101405.002500', '101405.462500', '101405.922500', '101406.382500', '101406.842500', '101407.302500', '101407.762500', '101408.222500', '101408.682500', '101409.142500', '101409.602500', '101410.062500', '101410.522500', '101410.982500', '101411.442500', '101411.902500', '101412.362500', '101412.822500', '101413.282500', '101413.742500', '101414.202500', '101414.662500', '101415.122500', '101415.582500', '101416.042500', '101416.502500', '101416.962500', '101417.422500', '101417.882500', '101418.342500', '101418.802500', '101419.262500', '101419.722500', '101420.182500', '101420.642500', '101421.102500', '101421.562500', '101422.022500', '101422.482500', '101422.942500', '101423.402500', '101423.862500', '101424.322500', '101424.782500', '101425.242500', '101425.702500', '101426.162500', '101426.622500', '101427.082500', '101427.542500', '101428.002500', '101428.462500', '101428.922500', '101429.382500', '101429.842500', '101430.302500', '101430.762500', '101431.222500', '101431.682500', '101432.142500', '101432.602500', '101433.062500', '101433.522500', '101433.982500', '101434.442500', '101434.902500', '101435.362500', '101435.822500', '101436.282500', '101436.742500', '101437.202500', '101437.662500', '101438.122500', '101438.582500', '101439.042500', '101439.502500', '101439.962500', '101440.422500', '101440.882500', '101441.342500', '101441.802500', '101442.262500', '101442.722500', '101443.182500', '101443.642500', '101444.102500', '101444.562500', '101445.022500', '101445.482500', '101445.942500', '101446.402500', '101446.862500', '101447.322500', '101447.782500', '101448.242500', '101448.702500', '101449.162500', '101449.622500', '101450.082500', '101450.542500', '101451.002500', '101451.462500', '101451.922500', '101452.382500', '101452.842500', '101453.302500', '101453.762500', '101454.222500', '101454.682500', '101455.142500', '101455.602500', '101456.062500', '101456.522500', '101456.982500', '101457.442500', '101457.902500', '101458.362500', '101458.822500', '101459.282500', '101459.742500', '101500.202500'], 'ContentTime': ['100840.843000', '100840.847000', '100840.850000', '100840.853000', '100840.855000', '100840.859000', '100840.861000', '100840.864000', '100840.867000', '100840.870000', '100840.873000', '100840.876000', '100840.879000', '100840.882000', '100840.885000', '100840.888000', '100840.891000', '100840.894000', '100840.897000', '100840.899000', '100840.902000', '100840.915000', '100840.917000', '100840.920000', '100840.923000', '100840.926000', '100840.929000', '100840.932000', '100840.935000', '100840.938000', '100840.941000', '100840.943000', '100840.946000', '100840.949000', '100840.952000', '100840.955000', '100840.958000', '100840.961000', '100840.964000', '100840.966000', '100840.969000', '100840.972000', '100840.975000', '100840.978000', '100900.813000', '100900.816000', '100900.819000', '100900.822000', '100900.825000', '100900.827000', '100900.831000', '100900.833000', '100900.836000', '100900.839000', '100900.842000', '100900.845000', '100900.848000', '100900.851000', '100900.854000', '100900.857000', '100900.860000', '100900.863000', '100900.866000', '100900.869000', '100900.871000', '100900.874000', '100900.877000', '100900.880000', '100900.883000', '100900.886000', '100900.889000', '100900.892000', '100900.895000', '100900.898000', '100900.901000', '100900.904000', '100900.906000', '100900.909000', '100900.912000', '100900.915000', '100900.918000', '100900.921000', '100900.924000', '100900.927000', '100900.930000', '100900.933000', '100900.936000', '100920.814000', '100920.858000', '100920.861000', '100920.864000', '100920.867000', '100920.869000', '100920.872000', '100920.875000', '100920.878000', '100920.881000', '100920.884000', '100920.887000', '100920.890000', '100920.893000', '100920.896000', '100920.899000', '100920.902000', '100920.905000', '100920.908000', '100920.911000', '100920.914000', '100920.917000', '100920.919000', '100920.922000', '100920.925000', '100920.928000', '100920.931000', '100920.934000', '100920.937000', '100920.940000', '100920.943000', '100920.946000', '100920.949000', '100920.951000', '100920.954000', '100920.957000', '100920.960000', '100920.963000', '100920.966000', '100920.969000', '100920.979000', '100920.981000', '100920.984000', '100940.814000', '100940.817000', '100940.820000', '100940.823000', '100940.826000', '100940.829000', '100940.832000', '100940.835000', '100940.838000', '100940.840000', '100940.858000', '100940.860000', '100940.863000', '100940.866000', '100940.872000', '100940.875000', '100940.878000', '100940.881000', '100940.884000', '100940.887000', '100940.890000', '100940.893000', '100940.896000', '100940.899000', '100940.901000', '100940.905000', '100940.908000', '100940.911000', '100940.913000', '100940.916000', '100940.919000', '100940.922000', '100940.925000', '100940.928000', '100940.931000', '100940.934000', '100940.937000', '100940.940000', '100940.943000', '100940.946000', '100940.949000', '100940.951000', '100940.954000', '100940.957000', '101000.814000', '101000.817000', '101000.821000', '101000.824000', '101000.827000', '101000.829000', '101000.832000', '101000.835000', '101000.838000', '101000.841000', '101000.844000', '101000.847000', '101000.850000', '101000.853000', '101000.856000', '101000.859000', '101000.861000', '101000.864000', '101000.867000', '101000.870000', '101000.873000', '101000.876000', '101000.879000', '101000.882000', '101000.885000', '101000.888000', '101000.891000', '101000.894000', '101000.896000', '101000.899000', '101000.902000', '101000.905000', '101000.908000', '101000.911000', '101000.914000', '101000.917000', '101000.920000', '101000.923000', '101000.926000', '101000.929000', '101000.932000', '101000.934000', '101000.937000', '101020.814000', '101020.817000', '101020.820000', '101020.823000', '101020.826000', '101020.829000', '101020.832000', '101020.835000', '101020.838000', '101020.841000', '101020.844000', '101020.847000', '101020.849000', '101020.852000', '101020.855000', '101020.858000', '101020.861000', '101020.864000', '101020.867000', '101020.870000', '101020.873000', '101020.876000', '101020.879000', '101020.882000', '101020.885000', '101020.894000', '101020.897000', '101020.900000', '101020.903000', '101020.906000', '101020.909000', '101020.912000', '101020.914000', '101020.917000', '101020.920000', '101020.923000', '101020.926000', '101020.929000', '101020.932000', '101020.935000', '101020.938000', '101020.941000', '101020.944000', '101020.947000', '101040.814000', '101040.817000', '101040.820000', '101040.823000', '101040.826000', '101040.829000', '101040.832000', '101040.835000', '101040.839000', '101040.843000', '101040.847000', '101040.850000', '101040.853000', '101040.856000', '101040.859000', '101040.862000', '101040.865000', '101040.868000', '101040.871000', '101040.873000', '101040.876000', '101040.879000', '101040.882000', '101040.885000', '101040.888000', '101040.891000', '101040.894000', '101040.897000', '101040.899000', '101040.902000', '101040.905000', '101040.908000', '101040.911000', '101040.914000', '101040.917000', '101040.920000', '101040.923000', '101040.926000', '101040.929000', '101040.931000', '101040.934000', '101040.937000', '101040.940000', '101100.814000', '101100.817000', '101100.820000', '101100.823000', '101100.826000', '101100.829000', '101100.832000', '101100.835000', '101100.838000', '101100.840000', '101100.843000', '101100.846000', '101100.849000', '101100.852000', '101100.855000', '101100.858000', '101100.861000', '101100.864000', '101100.867000', '101100.870000', '101100.873000', '101100.876000', '101100.879000', '101100.882000', '101100.885000', '101100.888000', '101100.890000', '101100.893000', '101100.896000', '101100.899000', '101100.902000', '101100.905000', '101100.908000', '101100.911000', '101100.914000', '101100.917000', '101100.920000', '101100.923000', '101100.926000', '101100.929000', '101100.932000', '101100.935000', '101100.937000', '101100.940000', '101120.813000', '101120.816000', '101120.819000', '101120.822000', '101120.825000', '101120.828000', '101120.831000', '101120.834000', '101120.837000', '101120.840000', '101120.843000', '101120.846000', '101120.849000', '101120.851000', '101120.854000', '101120.857000', '101120.860000', '101120.864000', '101120.869000', '101120.872000', '101120.876000', '101120.878000', '101120.881000', '101120.884000', '101120.887000', '101120.890000', '101120.893000', '101120.896000', '101120.899000', '101120.902000', '101120.904000', '101120.907000', '101120.910000', '101120.913000', '101120.916000', '101120.919000', '101120.922000', '101120.926000', '101120.929000', '101120.932000', '101120.940000', '101120.943000', '101120.946000', '101140.814000', '101140.817000', '101140.820000', '101140.823000', '101140.826000', '101140.829000', '101140.832000', '101140.835000', '101140.838000', '101140.841000', '101140.843000', '101140.847000', '101140.849000', '101140.852000', '101140.855000', '101140.858000', '101140.861000', '101140.864000', '101140.867000', '101140.870000', '101140.873000', '101140.876000', '101140.879000', '101140.882000', '101140.885000', '101140.888000', '101140.890000', '101140.893000', '101140.896000', '101140.899000', '101140.902000', '101140.905000', '101140.908000', '101140.911000', '101140.914000', '101140.917000', '101140.920000', '101140.923000', '101140.926000', '101140.929000', '101140.931000', '101140.934000', '101140.937000', '101140.940000', '101200.814000', '101200.817000', '101200.820000', '101200.823000', '101200.826000', '101200.829000', '101200.832000', '101200.835000', '101200.838000', '101200.841000', '101200.844000', '101200.847000', '101200.849000', '101200.852000', '101200.855000', '101200.858000', '101200.861000', '101200.864000', '101200.867000', '101200.870000', '101200.873000', '101200.878000', '101200.883000', '101200.886000', '101200.889000', '101200.892000', '101200.895000', '101200.898000', '101200.901000', '101200.903000', '101200.906000', '101200.909000', '101200.912000', '101200.915000', '101200.918000', '101200.921000', '101200.924000', '101200.927000', '101200.930000', '101200.933000', '101200.935000', '101200.938000', '101200.941000', '101220.814000', '101220.817000', '101220.820000', '101220.823000', '101220.826000', '101220.829000', '101220.832000', '101220.835000', '101220.838000', '101220.841000', '101220.844000', '101220.846000', '101220.849000', '101220.852000', '101220.855000', '101220.858000', '101220.861000', '101220.864000', '101220.867000', '101220.870000', '101220.873000', '101220.876000', '101220.879000', '101220.882000', '101220.885000', '101220.888000', '101220.891000', '101220.893000', '101220.896000', '101220.899000', '101220.902000', '101220.905000', '101220.908000', '101220.911000', '101220.914000', '101220.917000', '101220.920000', '101220.923000', '101220.926000', '101220.928000', '101220.931000', '101220.934000', '101220.937000', '101220.940000', '101240.814000', '101240.817000', '101240.820000', '101240.823000', '101240.826000', '101240.829000', '101240.838000', '101240.841000', '101240.844000', '101240.847000', '101240.850000', '101240.853000', '101240.856000', '101240.859000', '101240.862000', '101240.865000', '101240.884000', '101240.887000', '101240.890000', '101240.893000', '101240.906000', '101240.910000', '101240.913000', '101240.916000', '101240.919000', '101240.922000', '101240.925000', '101240.927000', '101240.930000', '101240.933000', '101240.936000', '101240.939000', '101240.942000', '101240.945000', '101240.948000', '101240.951000', '101240.954000', '101240.957000', '101240.960000', '101240.963000', '101240.965000', '101240.968000', '101240.971000', '101300.814000', '101300.817000', '101300.820000', '101300.823000', '101300.826000', '101300.829000', '101300.832000', '101300.835000', '101300.838000', '101300.841000', '101300.844000', '101300.847000', '101300.850000', '101300.858000', '101300.861000', '101300.864000', '101300.867000', '101300.870000', '101300.873000', '101300.876000', '101300.879000', '101300.882000', '101300.885000', '101300.888000', '101300.891000', '101300.894000', '101300.896000', '101300.899000', '101300.902000', '101300.905000', '101300.908000', '101300.911000', '101300.914000', '101300.917000', '101300.920000', '101300.923000', '101300.926000', '101300.929000', '101300.932000', '101300.934000', '101300.937000', '101300.940000', '101300.943000', '101300.946000', '101320.814000', '101320.817000', '101320.820000', '101320.823000', '101320.826000', '101320.829000', '101320.831000', '101320.835000', '101320.838000', '101320.840000', '101320.843000', '101320.848000', '101320.851000', '101320.854000', '101320.857000', '101320.860000', '101320.863000', '101320.866000', '101320.869000', '101320.872000', '101320.875000', '101320.878000', '101320.880000', '101320.883000', '101320.886000', '101320.889000', '101320.892000', '101320.895000', '101320.898000', '101320.901000', '101320.904000', '101320.907000', '101320.910000', '101320.913000', '101320.916000', '101320.919000', '101320.924000', '101320.928000', '101320.931000', '101320.934000', '101320.937000', '101320.940000', '101320.943000', '101340.814000', '101340.817000', '101340.820000', '101340.823000', '101340.826000', '101340.829000', '101340.832000', '101340.835000', '101340.838000', '101340.841000', '101340.843000', '101340.846000', '101340.849000', '101340.852000', '101340.855000', '101340.858000', '101340.861000', '101340.864000', '101340.867000', '101340.870000', '101340.873000', '101340.876000', '101340.879000', '101340.882000', '101340.885000', '101340.888000', '101340.890000', '101340.893000', '101340.897000', '101340.899000', '101340.902000', '101340.905000', '101340.908000', '101340.911000', '101340.914000', '101340.917000', '101340.920000', '101340.923000', '101340.926000', '101340.928000', '101340.931000', '101340.934000', '101340.937000', '101340.940000', '101400.814000', '101400.817000', '101400.820000', '101400.823000', '101400.826000', '101400.829000', '101400.832000', '101400.835000', '101400.838000', '101400.840000', '101400.844000', '101400.846000', '101400.849000', '101400.852000', '101400.855000', '101400.858000', '101400.861000', '101400.864000', '101400.867000', '101400.870000', '101400.873000', '101400.876000', '101400.879000', '101400.882000', '101400.885000', '101400.888000', '101400.891000', '101400.894000', '101400.896000', '101400.899000', '101400.902000', '101400.905000', '101400.908000', '101400.911000', '101400.914000', '101400.917000', '101400.920000', '101400.923000', '101400.926000', '101400.929000', '101400.931000', '101400.945000', '101400.949000', '101420.814000', '101420.821000', '101420.824000', '101420.827000', '101420.830000', '101420.833000', '101420.836000', '101420.839000', '101420.842000', '101420.845000', '101420.848000', '101420.851000', '101420.854000', '101420.858000', '101420.861000', '101420.864000', '101420.867000', '101420.870000', '101420.873000', '101420.876000', '101420.879000', '101420.882000', '101420.885000', '101420.888000', '101420.891000', '101420.893000', '101420.896000', '101420.899000', '101420.902000', '101420.905000', '101420.908000', '101420.911000', '101420.914000', '101420.917000', '101420.920000', '101420.923000', '101420.926000', '101420.928000', '101420.931000', '101420.934000', '101420.937000', '101420.940000', '101420.943000', '101420.946000', '101440.814000', '101440.817000', '101440.820000', '101440.823000', '101440.826000', '101440.829000', '101440.832000', '101440.835000', '101440.838000', '101440.846000', '101440.849000', '101440.852000', '101440.855000', '101440.858000', '101440.861000', '101440.864000', '101440.867000', '101440.870000', '101440.873000', '101440.876000', '101440.878000', '101440.881000', '101440.884000', '101440.888000', '101440.891000', '101440.894000', '101440.897000', '101440.900000', '101440.903000', '101440.906000', '101440.909000', '101440.912000', '101440.915000', '101440.918000', '101440.921000', '101440.924000', '101440.926000', '101440.929000', '101440.932000', '101440.935000', '101440.938000', '101440.941000', '101440.947000', '101500.814000', '101500.824000', '101500.827000', '101500.830000', '101500.833000', '101500.836000', '101500.839000', '101500.842000', '101500.845000', '101500.848000', '101500.851000', '101500.854000', '101500.857000', '101500.859000', '101500.862000', '101500.865000', '101500.868000', '101500.871000', '101500.874000', '101500.877000', '101500.880000', '101500.883000', '101500.886000', '101500.889000', '101500.892000', '101500.895000', '101500.898000', '101500.900000', '101500.903000', '101500.906000', '101500.909000', '101500.912000', '101500.915000', '101500.918000', '101500.921000', '101500.924000', '101500.927000', '101500.929000', '101500.932000', '101500.935000', '101500.938000', '101500.941000', '101500.944000', '101500.947000', '101501.713000', '101501.716000'], 'InstanceCreationTime': ['100840.843000', '100840.847000', '100840.850000', '100840.853000', '100840.855000', '100840.859000', '100840.861000', '100840.864000', '100840.867000', '100840.870000', '100840.873000', '100840.876000', '100840.879000', '100840.882000', '100840.885000', '100840.888000', '100840.891000', '100840.894000', '100840.897000', '100840.899000', '100840.902000', '100840.915000', '100840.917000', '100840.920000', '100840.923000', '100840.926000', '100840.929000', '100840.932000', '100840.935000', '100840.938000', '100840.941000', '100840.943000', '100840.946000', '100840.949000', '100840.952000', '100840.955000', '100840.958000', '100840.961000', '100840.964000', '100840.966000', '100840.969000', '100840.972000', '100840.975000', '100840.978000', '100900.813000', '100900.816000', '100900.819000', '100900.822000', '100900.825000', '100900.827000', '100900.831000', '100900.833000', '100900.836000', '100900.839000', '100900.842000', '100900.845000', '100900.848000', '100900.851000', '100900.854000', '100900.857000', '100900.860000', '100900.863000', '100900.866000', '100900.869000', '100900.871000', '100900.874000', '100900.877000', '100900.880000', '100900.883000', '100900.886000', '100900.889000', '100900.892000', '100900.895000', '100900.898000', '100900.901000', '100900.904000', '100900.906000', '100900.909000', '100900.912000', '100900.915000', '100900.918000', '100900.921000', '100900.924000', '100900.927000', '100900.930000', '100900.933000', '100900.936000', '100920.814000', '100920.858000', '100920.861000', '100920.864000', '100920.867000', '100920.869000', '100920.872000', '100920.875000', '100920.878000', '100920.881000', '100920.884000', '100920.887000', '100920.890000', '100920.893000', '100920.896000', '100920.899000', '100920.902000', '100920.905000', '100920.908000', '100920.911000', '100920.914000', '100920.917000', '100920.919000', '100920.922000', '100920.925000', '100920.928000', '100920.931000', '100920.934000', '100920.937000', '100920.940000', '100920.943000', '100920.946000', '100920.949000', '100920.951000', '100920.954000', '100920.957000', '100920.960000', '100920.963000', '100920.966000', '100920.969000', '100920.979000', '100920.981000', '100920.984000', '100940.814000', '100940.817000', '100940.820000', '100940.823000', '100940.826000', '100940.829000', '100940.832000', '100940.835000', '100940.838000', '100940.840000', '100940.858000', '100940.860000', '100940.863000', '100940.866000', '100940.872000', '100940.875000', '100940.878000', '100940.881000', '100940.884000', '100940.887000', '100940.890000', '100940.893000', '100940.896000', '100940.899000', '100940.901000', '100940.905000', '100940.908000', '100940.911000', '100940.913000', '100940.916000', '100940.919000', '100940.922000', '100940.925000', '100940.928000', '100940.931000', '100940.934000', '100940.937000', '100940.940000', '100940.943000', '100940.946000', '100940.949000', '100940.951000', '100940.954000', '100940.957000', '101000.814000', '101000.817000', '101000.821000', '101000.824000', '101000.827000', '101000.829000', '101000.832000', '101000.835000', '101000.838000', '101000.841000', '101000.844000', '101000.847000', '101000.850000', '101000.853000', '101000.856000', '101000.859000', '101000.861000', '101000.864000', '101000.867000', '101000.870000', '101000.873000', '101000.876000', '101000.879000', '101000.882000', '101000.885000', '101000.888000', '101000.891000', '101000.894000', '101000.896000', '101000.899000', '101000.902000', '101000.905000', '101000.908000', '101000.911000', '101000.914000', '101000.917000', '101000.920000', '101000.923000', '101000.926000', '101000.929000', '101000.932000', '101000.934000', '101000.937000', '101020.814000', '101020.817000', '101020.820000', '101020.823000', '101020.826000', '101020.829000', '101020.832000', '101020.835000', '101020.838000', '101020.841000', '101020.844000', '101020.847000', '101020.849000', '101020.852000', '101020.855000', '101020.858000', '101020.861000', '101020.864000', '101020.867000', '101020.870000', '101020.873000', '101020.876000', '101020.879000', '101020.882000', '101020.885000', '101020.894000', '101020.897000', '101020.900000', '101020.903000', '101020.906000', '101020.909000', '101020.912000', '101020.914000', '101020.917000', '101020.920000', '101020.923000', '101020.926000', '101020.929000', '101020.932000', '101020.935000', '101020.938000', '101020.941000', '101020.944000', '101020.947000', '101040.814000', '101040.817000', '101040.820000', '101040.823000', '101040.826000', '101040.829000', '101040.832000', '101040.835000', '101040.839000', '101040.843000', '101040.847000', '101040.850000', '101040.853000', '101040.856000', '101040.859000', '101040.862000', '101040.865000', '101040.868000', '101040.871000', '101040.873000', '101040.876000', '101040.879000', '101040.882000', '101040.885000', '101040.888000', '101040.891000', '101040.894000', '101040.897000', '101040.899000', '101040.902000', '101040.905000', '101040.908000', '101040.911000', '101040.914000', '101040.917000', '101040.920000', '101040.923000', '101040.926000', '101040.929000', '101040.931000', '101040.934000', '101040.937000', '101040.940000', '101100.814000', '101100.817000', '101100.820000', '101100.823000', '101100.826000', '101100.829000', '101100.832000', '101100.835000', '101100.838000', '101100.840000', '101100.843000', '101100.846000', '101100.849000', '101100.852000', '101100.855000', '101100.858000', '101100.861000', '101100.864000', '101100.867000', '101100.870000', '101100.873000', '101100.876000', '101100.879000', '101100.882000', '101100.885000', '101100.888000', '101100.890000', '101100.893000', '101100.896000', '101100.899000', '101100.902000', '101100.905000', '101100.908000', '101100.911000', '101100.914000', '101100.917000', '101100.920000', '101100.923000', '101100.926000', '101100.929000', '101100.932000', '101100.935000', '101100.937000', '101100.940000', '101120.813000', '101120.816000', '101120.819000', '101120.822000', '101120.825000', '101120.828000', '101120.831000', '101120.834000', '101120.837000', '101120.840000', '101120.843000', '101120.846000', '101120.849000', '101120.851000', '101120.854000', '101120.857000', '101120.860000', '101120.864000', '101120.869000', '101120.872000', '101120.876000', '101120.878000', '101120.881000', '101120.884000', '101120.887000', '101120.890000', '101120.893000', '101120.896000', '101120.899000', '101120.902000', '101120.904000', '101120.907000', '101120.910000', '101120.913000', '101120.916000', '101120.919000', '101120.922000', '101120.926000', '101120.929000', '101120.932000', '101120.940000', '101120.943000', '101120.946000', '101140.814000', '101140.817000', '101140.820000', '101140.823000', '101140.826000', '101140.829000', '101140.832000', '101140.835000', '101140.838000', '101140.841000', '101140.843000', '101140.847000', '101140.849000', '101140.852000', '101140.855000', '101140.858000', '101140.861000', '101140.864000', '101140.867000', '101140.870000', '101140.873000', '101140.876000', '101140.879000', '101140.882000', '101140.885000', '101140.888000', '101140.890000', '101140.893000', '101140.896000', '101140.899000', '101140.902000', '101140.905000', '101140.908000', '101140.911000', '101140.914000', '101140.917000', '101140.920000', '101140.923000', '101140.926000', '101140.929000', '101140.931000', '101140.934000', '101140.937000', '101140.940000', '101200.814000', '101200.817000', '101200.820000', '101200.823000', '101200.826000', '101200.829000', '101200.832000', '101200.835000', '101200.838000', '101200.841000', '101200.844000', '101200.847000', '101200.849000', '101200.852000', '101200.855000', '101200.858000', '101200.861000', '101200.864000', '101200.867000', '101200.870000', '101200.873000', '101200.878000', '101200.883000', '101200.886000', '101200.889000', '101200.892000', '101200.895000', '101200.898000', '101200.901000', '101200.903000', '101200.906000', '101200.909000', '101200.912000', '101200.915000', '101200.918000', '101200.921000', '101200.924000', '101200.927000', '101200.930000', '101200.933000', '101200.935000', '101200.938000', '101200.941000', '101220.814000', '101220.817000', '101220.820000', '101220.823000', '101220.826000', '101220.829000', '101220.832000', '101220.835000', '101220.838000', '101220.841000', '101220.844000', '101220.846000', '101220.849000', '101220.852000', '101220.855000', '101220.858000', '101220.861000', '101220.864000', '101220.867000', '101220.870000', '101220.873000', '101220.876000', '101220.879000', '101220.882000', '101220.885000', '101220.888000', '101220.891000', '101220.893000', '101220.896000', '101220.899000', '101220.902000', '101220.905000', '101220.908000', '101220.911000', '101220.914000', '101220.917000', '101220.920000', '101220.923000', '101220.926000', '101220.928000', '101220.931000', '101220.934000', '101220.937000', '101220.940000', '101240.814000', '101240.817000', '101240.820000', '101240.823000', '101240.826000', '101240.829000', '101240.838000', '101240.841000', '101240.844000', '101240.847000', '101240.850000', '101240.853000', '101240.856000', '101240.859000', '101240.862000', '101240.865000', '101240.884000', '101240.887000', '101240.890000', '101240.893000', '101240.906000', '101240.910000', '101240.913000', '101240.916000', '101240.919000', '101240.922000', '101240.925000', '101240.927000', '101240.930000', '101240.933000', '101240.936000', '101240.939000', '101240.942000', '101240.945000', '101240.948000', '101240.951000', '101240.954000', '101240.957000', '101240.960000', '101240.963000', '101240.965000', '101240.968000', '101240.971000', '101300.814000', '101300.817000', '101300.820000', '101300.823000', '101300.826000', '101300.829000', '101300.832000', '101300.835000', '101300.838000', '101300.841000', '101300.844000', '101300.847000', '101300.850000', '101300.858000', '101300.861000', '101300.864000', '101300.867000', '101300.870000', '101300.873000', '101300.876000', '101300.879000', '101300.882000', '101300.885000', '101300.888000', '101300.891000', '101300.894000', '101300.896000', '101300.899000', '101300.902000', '101300.905000', '101300.908000', '101300.911000', '101300.914000', '101300.917000', '101300.920000', '101300.923000', '101300.926000', '101300.929000', '101300.932000', '101300.934000', '101300.937000', '101300.940000', '101300.943000', '101300.946000', '101320.814000', '101320.817000', '101320.820000', '101320.823000', '101320.826000', '101320.829000', '101320.831000', '101320.835000', '101320.838000', '101320.840000', '101320.843000', '101320.848000', '101320.851000', '101320.854000', '101320.857000', '101320.860000', '101320.863000', '101320.866000', '101320.869000', '101320.872000', '101320.875000', '101320.878000', '101320.880000', '101320.883000', '101320.886000', '101320.889000', '101320.892000', '101320.895000', '101320.898000', '101320.901000', '101320.904000', '101320.907000', '101320.910000', '101320.913000', '101320.916000', '101320.919000', '101320.924000', '101320.928000', '101320.931000', '101320.934000', '101320.937000', '101320.940000', '101320.943000', '101340.814000', '101340.817000', '101340.820000', '101340.823000', '101340.826000', '101340.829000', '101340.832000', '101340.835000', '101340.838000', '101340.841000', '101340.843000', '101340.846000', '101340.849000', '101340.852000', '101340.855000', '101340.858000', '101340.861000', '101340.864000', '101340.867000', '101340.870000', '101340.873000', '101340.876000', '101340.879000', '101340.882000', '101340.885000', '101340.888000', '101340.890000', '101340.893000', '101340.897000', '101340.899000', '101340.902000', '101340.905000', '101340.908000', '101340.911000', '101340.914000', '101340.917000', '101340.920000', '101340.923000', '101340.926000', '101340.928000', '101340.931000', '101340.934000', '101340.937000', '101340.940000', '101400.814000', '101400.817000', '101400.820000', '101400.823000', '101400.826000', '101400.829000', '101400.832000', '101400.835000', '101400.838000', '101400.840000', '101400.844000', '101400.846000', '101400.849000', '101400.852000', '101400.855000', '101400.858000', '101400.861000', '101400.864000', '101400.867000', '101400.870000', '101400.873000', '101400.876000', '101400.879000', '101400.882000', '101400.885000', '101400.888000', '101400.891000', '101400.894000', '101400.896000', '101400.899000', '101400.902000', '101400.905000', '101400.908000', '101400.911000', '101400.914000', '101400.917000', '101400.920000', '101400.923000', '101400.926000', '101400.929000', '101400.931000', '101400.945000', '101400.949000', '101420.814000', '101420.821000', '101420.824000', '101420.827000', '101420.830000', '101420.833000', '101420.836000', '101420.839000', '101420.842000', '101420.845000', '101420.848000', '101420.851000', '101420.854000', '101420.858000', '101420.861000', '101420.864000', '101420.867000', '101420.870000', '101420.873000', '101420.876000', '101420.879000', '101420.882000', '101420.885000', '101420.888000', '101420.891000', '101420.893000', '101420.896000', '101420.899000', '101420.902000', '101420.905000', '101420.908000', '101420.911000', '101420.914000', '101420.917000', '101420.920000', '101420.923000', '101420.926000', '101420.928000', '101420.931000', '101420.934000', '101420.937000', '101420.940000', '101420.943000', '101420.946000', '101440.814000', '101440.817000', '101440.820000', '101440.823000', '101440.826000', '101440.829000', '101440.832000', '101440.835000', '101440.838000', '101440.846000', '101440.849000', '101440.852000', '101440.855000', '101440.858000', '101440.861000', '101440.864000', '101440.867000', '101440.870000', '101440.873000', '101440.876000', '101440.878000', '101440.881000', '101440.884000', '101440.888000', '101440.891000', '101440.894000', '101440.897000', '101440.900000', '101440.903000', '101440.906000', '101440.909000', '101440.912000', '101440.915000', '101440.918000', '101440.921000', '101440.924000', '101440.926000', '101440.929000', '101440.932000', '101440.935000', '101440.938000', '101440.941000', '101440.947000', '101500.814000', '101500.824000', '101500.827000', '101500.830000', '101500.833000', '101500.836000', '101500.839000', '101500.842000', '101500.845000', '101500.848000', '101500.851000', '101500.854000', '101500.857000', '101500.859000', '101500.862000', '101500.865000', '101500.868000', '101500.871000', '101500.874000', '101500.877000', '101500.880000', '101500.883000', '101500.886000', '101500.889000', '101500.892000', '101500.895000', '101500.898000', '101500.900000', '101500.903000', '101500.906000', '101500.909000', '101500.912000', '101500.915000', '101500.918000', '101500.921000', '101500.924000', '101500.927000', '101500.929000', '101500.932000', '101500.935000', '101500.938000', '101500.941000', '101500.944000', '101500.947000', '101501.713000', '101501.716000'], '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': [8866, 8300, 13702, 8681, 9604, 8039, 7496, 9301, 6782, 9099, 7768, 6610, 10401, 7366, 7346, 6756, 6491, 6672, 6525, 9124, 6852, 6653, 10124, 6969, 6955, 7534, 6426, 9295, 6570, 6873, 11017, 7747, 7919, 8583, 6702, 8731, 6801, 6945, 6805, 6362, 9716, 6863, 7674, 11579, 7030, 8657, 7731, 6964, 9636, 6744, 8144, 6850, 6791, 10876, 7101, 7347, 11476, 7293, 8224, 7692, 6952, 9143, 6953, 8085, 7150, 6882, 10611, 7281, 7277, 11707, 7706, 7934, 8939, 6860, 8922, 7650, 7536, 7073, 6784, 6670, 8386, 6906, 8399, 13642, 9893, 11491, 8366, 7160, 7924, 14357, 10814, 8606, 12619, 8751, 9318, 11868, 8625, 10696, 7406, 8498, 6707, 6960, 10865, 7081, 7417, 10868, 7306, 7916, 6603, 6737, 9411, 6692, 7738, 6835, 6441, 9362, 6558, 7277, 6724, 6488, 8691, 6549, 8118, 6788, 6793, 10311, 7448, 8160, 7125, 6808, 9352, 6921, 8319, 6951, 7942, 6769, 7224, 6855, 6615, 7128, 7599, 6778, 8097, 6795, 8874, 13877, 10075, 9071, 14101, 11105, 10405, 7577, 7564, 12414, 7434, 9454, 9071, 7134, 10215, 7498, 7682, 6811, 6570, 6525, 6456, 6608, 6916, 9921, 7344, 7852, 9327, 7427, 8907, 7074, 9294, 7238, 7512, 13241, 9297, 8414, 12947, 8361, 9635, 7610, 7198, 8474, 6787, 8015, 7031, 6707, 9662, 6837, 7127, 7123, 6306, 8545, 6567, 7387, 7070, 6564, 9418, 6927, 7504, 7649, 6476, 8324, 7048, 7571, 6483, 6937, 9840, 7152, 7947, 7127, 6606, 8954, 7225, 7088, 6905, 6553, 10667, 7493, 7494, 12435, 7771, 8586, 7208, 6797, 6955, 6444, 9010, 6703, 9321, 7790, 7550, 12184, 8857, 9117, 7183, 12456, 11617, 8625, 12558, 10676, 8226, 11616, 9001, 9422, 8813, 6925, 8816, 7539, 7018, 9987, 6907, 7356, 6704, 6991, 6550, 6861, 7724, 6915, 8281, 8340, 7235, 9501, 7266, 7473, 10684, 8195, 8285, 6600, 7104, 9653, 6953, 7258, 10616, 7304, 7270, 7877, 6800, 8332, 7005, 7091, 6568, 6882, 9663, 6951, 7820, 6970, 7183, 8577, 6506, 7180, 6565, 6640, 6597, 6948, 10263, 7024, 8102, 10196, 7443, 9058, 7717, 7561, 8103, 6776, 10091, 8803, 7594, 11204, 7883, 7547, 11585, 7847, 8283, 7394, 7199, 7500, 6521, 8739, 6675, 6787, 10441, 6979, 7040, 10482, 7450, 7797, 6659, 6755, 8352, 6552, 7836, 8907, 6744, 8656, 7488, 6741, 10162, 7472, 6964, 7058, 6803, 6630, 6605, 6825, 6320, 9506, 7283, 8169, 9247, 10287, 7435, 7556, 6552, 9034, 13848, 10639, 8861, 12856, 10554, 10660, 7532, 7576, 10710, 7457, 7567, 11304, 7441, 8140, 6590, 6912, 8445, 6712, 7206, 6631, 7202, 6718, 6785, 8929, 6615, 7939, 6516, 6850, 6819, 6653, 6734, 6604, 9111, 6516, 7178, 9769, 7267, 8449, 6589, 7068, 6669, 6918, 6407, 6822, 6549, 6379, 10123, 7359, 7543, 6795, 6866, 6798, 6645, 6760, 6654, 6990, 6949, 11846, 8275, 7720, 12556, 9790, 9652, 7615, 8293, 10732, 7324, 9542, 7369, 7107, 10839, 7546, 7649, 6431, 6491, 6580, 6862, 6820, 6544, 9888, 6846, 6993, 10804, 7886, 7753, 6643, 6576, 9116, 6494, 6764, 10252, 7093, 7084, 7224, 6653, 7834, 6882, 7049, 8631, 6814, 7446, 6750, 7209, 6704, 7376, 11724, 8602, 7640, 12424, 9131, 8708, 6940, 6861, 8677, 6524, 7514, 6805, 7368, 9046, 6754, 6941, 9400, 6672, 7577, 6699, 6703, 8478, 6612, 6991, 8883, 6407, 6760, 6742, 6386, 8008, 6480, 7426, 6587, 6603, 8968, 6606, 6973, 9316, 6561, 8127, 6683, 6982, 7709, 6614, 8568, 6623, 6791, 9644, 6983, 8129, 6571, 6662, 10785, 7354, 7257, 11489, 7728, 7699, 7082, 6673, 8200, 6824, 7320, 6498, 6633, 6856, 11891, 9275, 7784, 12950, 10268, 9686, 8317, 8486, 7000, 6773, 11693, 10225, 7997, 10580, 7750, 7493, 11461, 7995, 7987, 6465, 6827, 9033, 6459, 7556, 6823, 6726, 8683, 6421, 7103, 6567, 6741, 6523, 6331, 8923, 6805, 7011, 7175, 6517, 8410, 6380, 6831, 6680, 6433, 10032, 6911, 7291, 10490, 6757, 8781, 6745, 6861, 8419, 6767, 8634, 6709, 7500, 7082, 6744, 10817, 7119, 8742, 7069, 7378, 6650, 7581, 13132, 10617, 8936, 11361, 8075, 10160, 7915, 7468, 8224, 6610, 9250, 6725, 7081, 11234, 7069, 7779, 6676, 6746, 7858, 6618, 8343, 6661, 7186, 10028, 7075, 7641, 6755, 7109, 8851, 6606, 8096, 6389, 7093, 9593, 6820, 7993, 6625, 6741, 7022, 6605, 9366, 6637, 7345, 9210, 6577, 8562, 6649, 7018, 6902, 6481, 9756, 6740, 7729, 7060, 6587, 10378, 6997, 7351, 7875, 6493, 9738, 6569, 8108, 6928, 6981, 11376, 7615, 7661, 9931, 6673, 9190, 7222, 7510, 6425, 6868, 11524, 6551, 8613, 8673, 6813, 9421, 6545, 7149, 7772, 6635, 8220, 6489, 8002, 6465, 7009, 10475, 6716, 8164, 7039, 7292, 9660, 6628, 7766, 6963, 8015, 6614, 8278, 9070, 7181, 11555, 9189, 7443, 12152, 9276, 9425, 7011, 6678, 10777, 6830, 7849, 8970, 6991, 9871, 6866, 7473, 6955, 6716, 8755, 6622, 7468, 6827, 6848, 9765, 6903, 7341, 6692, 6783, 6690, 6452, 9040, 6730, 7374, 7698, 6754, 9315, 7094, 8155, 6428, 7158, 6951, 6815, 11511, 8237, 8395, 7002, 7450, 10500, 6801, 8758, 6858, 8046, 6837, 8268, 6994, 9575, 6918, 7790, 13379, 8966, 8741, 12674, 8671, 9035, 8378, 7485, 10172, 6962, 7134, 10873, 6676, 7633, 7618, 6802, 7989, 6805, 6660, 8902, 6696, 6966, 6733, 6542, 8367, 6334, 6834, 7978, 6757, 7698, 6734, 6768, 7838, 6598, 7343, 6575, 7299, 8267, 7007, 8229, 6621, 7364, 10186, 7200, 7526, 6485, 6875, 10257, 6750, 7260, 8852, 6550, 8012, 6658, 6730, 6871, 6571, 9321, 6748, 7265, 10010, 6684, 8675, 6814, 6606, 7018, 6539, 9167, 6739, 7147, 10837, 6825, 8444, 6945, 6867, 10112, 6821, 8330, 6677, 7917, 6674, 7097, 11846, 7858, 9255, 7016, 7099, 12099, 7829, 9696, 7678, 8092, 8711, 6973, 11909, 7881, 7483, 12762, 9019, 9676, 7518, 7079, 6808, 6980, 8981, 6771, 8276, 6967, 7122, 6655, 7218, 6700, 7367, 6729, 9967, 7831], 'WindowCenter': [3850.0, 3837.0, 3853.0, 3808.0, 3815.0, 3794.0, 3773.0, 3791.0, 3761.0, 3804.0, 3782.0, 3761.0, 3814.0, 3783.0, 3782.0, 3760.0, 3761.0, 3759.0, 3761.0, 3803.0, 3773.0, 3773.0, 3814.0, 3784.0, 3785.0, 3794.0, 3774.0, 3804.0, 3772.0, 3773.0, 3825.0, 3795.0, 3796.0, 3793.0, 3786.0, 3806.0, 3785.0, 3784.0, 3773.0, 3763.0, 3803.0, 3775.0, 3797.0, 3825.0, 3785.0, 3818.0, 3796.0, 3786.0, 3815.0, 3774.0, 3793.0, 3761.0, 3774.0, 3827.0, 3784.0, 3785.0, 3825.0, 3798.0, 3808.0, 3796.0, 3785.0, 3803.0, 3772.0, 3782.0, 3770.0, 3773.0, 3827.0, 3785.0, 3785.0, 3824.0, 3782.0, 3794.0, 3806.0, 3773.0, 3804.0, 3794.0, 3782.0, 3771.0, 3759.0, 3773.0, 3794.0, 3773.0, 3806.0, 3849.0, 3816.0, 3824.0, 3793.0, 3760.0, 3781.0, 3824.0, 3788.0, 3767.0, 3799.0, 3766.0, 3778.0, 3797.0, 3766.0, 3774.0, 3742.0, 3750.0, 3718.0, 3729.0, 3771.0, 3730.0, 3740.0, 3772.0, 3753.0, 3753.0, 3730.0, 3731.0, 3759.0, 3730.0, 3741.0, 3729.0, 3732.0, 3762.0, 3733.0, 3756.0, 3745.0, 3746.0, 3775.0, 3746.0, 3767.0, 3745.0, 3758.0, 3800.0, 3770.0, 3781.0, 3771.0, 3772.0, 3791.0, 3771.0, 3779.0, 3768.0, 3779.0, 3759.0, 3770.0, 3771.0, 3773.0, 3782.0, 3795.0, 3775.0, 3796.0, 3774.0, 3807.0, 3838.0, 3804.0, 3805.0, 3836.0, 3814.0, 3814.0, 3770.0, 3769.0, 3798.0, 3756.0, 3788.0, 3776.0, 3745.0, 3787.0, 3756.0, 3766.0, 3744.0, 3746.0, 3745.0, 3747.0, 3770.0, 3783.0, 3802.0, 3782.0, 3794.0, 3803.0, 3782.0, 3791.0, 3771.0, 3790.0, 3756.0, 3769.0, 3822.0, 3778.0, 3780.0, 3809.0, 3768.0, 3787.0, 3756.0, 3745.0, 3752.0, 3743.0, 3765.0, 3755.0, 3758.0, 3787.0, 3758.0, 3768.0, 3757.0, 3747.0, 3777.0, 3757.0, 3756.0, 3755.0, 3759.0, 3801.0, 3770.0, 3782.0, 3782.0, 3773.0, 3791.0, 3771.0, 3780.0, 3760.0, 3784.0, 3815.0, 3783.0, 3796.0, 3785.0, 3786.0, 3817.0, 3796.0, 3785.0, 3772.0, 3774.0, 3828.0, 3785.0, 3785.0, 3836.0, 3796.0, 3807.0, 3784.0, 3773.0, 3783.0, 3773.0, 3803.0, 3786.0, 3817.0, 3796.0, 3797.0, 3837.0, 3817.0, 3805.0, 3785.0, 3840.0, 3815.0, 3781.0, 3814.0, 3789.0, 3781.0, 3812.0, 3778.0, 3779.0, 3764.0, 3756.0, 3776.0, 3739.0, 3730.0, 3772.0, 3740.0, 3755.0, 3743.0, 3755.0, 3743.0, 3745.0, 3764.0, 3744.0, 3765.0, 3764.0, 3754.0, 3774.0, 3755.0, 3757.0, 3786.0, 3766.0, 3765.0, 3731.0, 3743.0, 3774.0, 3742.0, 3742.0, 3783.0, 3756.0, 3756.0, 3766.0, 3757.0, 3776.0, 3756.0, 3744.0, 3743.0, 3755.0, 3787.0, 3770.0, 3781.0, 3758.0, 3771.0, 3791.0, 3761.0, 3771.0, 3772.0, 3771.0, 3771.0, 3772.0, 3812.0, 3784.0, 3797.0, 3815.0, 3785.0, 3806.0, 3794.0, 3783.0, 3781.0, 3760.0, 3801.0, 3779.0, 3769.0, 3812.0, 3781.0, 3781.0, 3812.0, 3793.0, 3791.0, 3770.0, 3770.0, 3767.0, 3747.0, 3778.0, 3746.0, 3759.0, 3801.0, 3770.0, 3771.0, 3814.0, 3784.0, 3793.0, 3771.0, 3772.0, 3790.0, 3760.0, 3783.0, 3804.0, 3773.0, 3805.0, 3796.0, 3785.0, 3827.0, 3795.0, 3783.0, 3770.0, 3771.0, 3771.0, 3772.0, 3773.0, 3762.0, 3815.0, 3784.0, 3806.0, 3817.0, 3828.0, 3785.0, 3795.0, 3773.0, 3807.0, 3838.0, 3791.0, 3791.0, 3813.0, 3801.0, 3799.0, 3754.0, 3754.0, 3772.0, 3729.0, 3739.0, 3769.0, 3728.0, 3738.0, 3728.0, 3741.0, 3749.0, 3730.0, 3739.0, 3730.0, 3740.0, 3731.0, 3744.0, 3774.0, 3744.0, 3766.0, 3746.0, 3757.0, 3746.0, 3746.0, 3745.0, 3746.0, 3778.0, 3746.0, 3758.0, 3801.0, 3770.0, 3791.0, 3771.0, 3772.0, 3771.0, 3769.0, 3760.0, 3760.0, 3748.0, 3762.0, 3814.0, 3782.0, 3783.0, 3773.0, 3773.0, 3772.0, 3773.0, 3773.0, 3787.0, 3797.0, 3787.0, 3827.0, 3807.0, 3798.0, 3837.0, 3815.0, 3803.0, 3782.0, 3781.0, 3813.0, 3771.0, 3802.0, 3757.0, 3759.0, 3800.0, 3780.0, 3780.0, 3759.0, 3747.0, 3757.0, 3757.0, 3758.0, 3761.0, 3803.0, 3759.0, 3771.0, 3813.0, 3783.0, 3781.0, 3757.0, 3757.0, 3775.0, 3732.0, 3746.0, 3787.0, 3755.0, 3756.0, 3754.0, 3745.0, 3768.0, 3770.0, 3770.0, 3789.0, 3758.0, 3756.0, 3758.0, 3767.0, 3759.0, 3771.0, 3824.0, 3792.0, 3782.0, 3822.0, 3790.0, 3779.0, 3744.0, 3744.0, 3763.0, 3734.0, 3768.0, 3746.0, 3756.0, 3789.0, 3746.0, 3757.0, 3776.0, 3745.0, 3754.0, 3731.0, 3732.0, 3764.0, 3732.0, 3744.0, 3776.0, 3747.0, 3758.0, 3746.0, 3747.0, 3767.0, 3748.0, 3768.0, 3746.0, 3759.0, 3790.0, 3758.0, 3771.0, 3802.0, 3773.0, 3781.0, 3760.0, 3771.0, 3768.0, 3761.0, 3804.0, 3761.0, 3774.0, 3804.0, 3773.0, 3793.0, 3772.0, 3773.0, 3813.0, 3771.0, 3772.0, 3812.0, 3781.0, 3782.0, 3774.0, 3775.0, 3795.0, 3774.0, 3783.0, 3774.0, 3773.0, 3786.0, 3840.0, 3818.0, 3796.0, 3838.0, 3817.0, 3806.0, 3793.0, 3794.0, 3759.0, 3758.0, 3800.0, 3786.0, 3766.0, 3789.0, 3754.0, 3756.0, 3797.0, 3766.0, 3765.0, 3734.0, 3744.0, 3763.0, 3734.0, 3767.0, 3757.0, 3759.0, 3790.0, 3760.0, 3770.0, 3759.0, 3759.0, 3760.0, 3760.0, 3792.0, 3774.0, 3785.0, 3772.0, 3777.0, 3796.0, 3774.0, 3774.0, 3773.0, 3763.0, 3803.0, 3773.0, 3798.0, 3815.0, 3774.0, 3806.0, 3775.0, 3775.0, 3792.0, 3773.0, 3804.0, 3775.0, 3784.0, 3784.0, 3775.0, 3826.0, 3784.0, 3793.0, 3785.0, 3783.0, 3772.0, 3797.0, 3838.0, 3805.0, 3795.0, 3814.0, 3782.0, 3802.0, 3769.0, 3758.0, 3766.0, 3745.0, 3777.0, 3757.0, 3758.0, 3798.0, 3759.0, 3769.0, 3747.0, 3757.0, 3766.0, 3746.0, 3765.0, 3744.0, 3757.0, 3789.0, 3757.0, 3769.0, 3759.0, 3759.0, 3778.0, 3759.0, 3767.0, 3746.0, 3759.0, 3790.0, 3759.0, 3780.0, 3760.0, 3760.0, 3770.0, 3773.0, 3791.0, 3760.0, 3771.0, 3790.0, 3772.0, 3793.0, 3772.0, 3773.0, 3773.0, 3763.0, 3803.0, 3773.0, 3784.0, 3784.0, 3788.0, 3817.0, 3787.0, 3798.0, 3796.0, 3776.0, 3816.0, 3787.0, 3808.0, 3785.0, 3787.0, 3826.0, 3785.0, 3786.0, 3818.0, 3789.0, 3818.0, 3787.0, 3785.0, 3762.0, 3762.0, 3812.0, 3750.0, 3794.0, 3806.0, 3775.0, 3804.0, 3776.0, 3786.0, 3795.0, 3774.0, 3793.0, 3763.0, 3782.0, 3761.0, 3785.0, 3828.0, 3788.0, 3796.0, 3774.0, 3786.0, 3829.0, 3789.0, 3797.0, 3786.0, 3795.0, 3775.0, 3807.0, 3806.0, 3788.0, 3828.0, 3795.0, 3786.0, 3828.0, 3805.0, 3793.0, 3759.0, 3749.0, 3787.0, 3745.0, 3768.0, 3777.0, 3746.0, 3790.0, 3758.0, 3769.0, 3756.0, 3746.0, 3765.0, 3745.0, 3755.0, 3745.0, 3746.0, 3788.0, 3759.0, 3769.0, 3748.0, 3759.0, 3746.0, 3748.0, 3778.0, 3759.0, 3773.0, 3769.0, 3760.0, 3791.0, 3760.0, 3779.0, 3749.0, 3759.0, 3757.0, 3772.0, 3813.0, 3781.0, 3792.0, 3772.0, 3771.0, 3798.0, 3758.0, 3776.0, 3759.0, 3780.0, 3759.0, 3791.0, 3770.0, 3802.0, 3770.0, 3781.0, 3810.0, 3778.0, 3778.0, 3798.0, 3766.0, 3778.0, 3765.0, 3756.0, 3775.0, 3743.0, 3742.0, 3783.0, 3732.0, 3753.0, 3752.0, 3733.0, 3754.0, 3745.0, 3757.0, 3776.0, 3745.0, 3755.0, 3743.0, 3745.0, 3765.0, 3736.0, 3759.0, 3781.0, 3761.0, 3783.0, 3772.0, 3773.0, 3781.0, 3771.0, 3770.0, 3762.0, 3772.0, 3792.0, 3784.0, 3794.0, 3773.0, 3784.0, 3815.0, 3784.0, 3783.0, 3762.0, 3762.0, 3802.0, 3772.0, 3784.0, 3792.0, 3763.0, 3794.0, 3773.0, 3774.0, 3773.0, 3774.0, 3804.0, 3774.0, 3798.0, 3816.0, 3775.0, 3808.0, 3786.0, 3787.0, 3786.0, 3775.0, 3816.0, 3776.0, 3799.0, 3829.0, 3776.0, 3796.0, 3788.0, 3789.0, 3829.0, 3789.0, 3807.0, 3786.0, 3796.0, 3774.0, 3799.0, 3839.0, 3798.0, 3808.0, 3789.0, 3800.0, 3840.0, 3798.0, 3806.0, 3784.0, 3784.0, 3793.0, 3785.0, 3827.0, 3784.0, 3786.0, 3837.0, 3805.0, 3806.0, 3783.0, 3770.0, 3758.0, 3773.0, 3793.0, 3761.0, 3794.0, 3786.0, 3797.0, 3787.0, 3796.0, 3786.0, 3795.0, 3774.0, 3813.0, 3781.0], 'WindowWidth': [8635.0, 8610.0, 8621.0, 8552.0, 8555.0, 8522.0, 8493.0, 8512.0, 8473.0, 8535.0, 8502.0, 8475.0, 8548.0, 8506.0, 8505.0, 8473.0, 8477.0, 8470.0, 8475.0, 8534.0, 8494.0, 8496.0, 8550.0, 8512.0, 8515.0, 8523.0, 8498.0, 8535.0, 8489.0, 8493.0, 8564.0, 8527.0, 8528.0, 8520.0, 8518.0, 8543.0, 8516.0, 8512.0, 8495.0, 8481.0, 8532.0, 8500.0, 8532.0, 8564.0, 8515.0, 8563.0, 8531.0, 8517.0, 8552.0, 8498.0, 8521.0, 8473.0, 8497.0, 8572.0, 8512.0, 8512.0, 8564.0, 8536.0, 8551.0, 8530.0, 8514.0, 8534.0, 8492.0, 8504.0, 8483.0, 8492.0, 8571.0, 8513.0, 8512.0, 8560.0, 8505.0, 8523.0, 8544.0, 8496.0, 8536.0, 8527.0, 8504.0, 8487.0, 8471.0, 8498.0, 8523.0, 8494.0, 8545.0, 8608.0, 8556.0, 8565.0, 8519.0, 8470.0, 8500.0, 8565.0, 8503.0, 8472.0, 8521.0, 8467.0, 8490.0, 8513.0, 8469.0, 8476.0, 8430.0, 8438.0, 8391.0, 8408.0, 8466.0, 8409.0, 8425.0, 8468.0, 8446.0, 8447.0, 8412.0, 8415.0, 8448.0, 8412.0, 8427.0, 8409.0, 8418.0, 8457.0, 8424.0, 8459.0, 8442.0, 8444.0, 8480.0, 8444.0, 8473.0, 8441.0, 8465.0, 8521.0, 8482.0, 8499.0, 8488.0, 8492.0, 8513.0, 8486.0, 8494.0, 8481.0, 8496.0, 8468.0, 8485.0, 8490.0, 8497.0, 8507.0, 8528.0, 8501.0, 8529.0, 8500.0, 8544.0, 8591.0, 8534.0, 8538.0, 8581.0, 8549.0, 8548.0, 8483.0, 8481.0, 8516.0, 8456.0, 8504.0, 8482.0, 8439.0, 8499.0, 8458.0, 8472.0, 8439.0, 8445.0, 8442.0, 8447.0, 8487.0, 8508.0, 8528.0, 8505.0, 8522.0, 8532.0, 8504.0, 8515.0, 8488.0, 8511.0, 8458.0, 8481.0, 8555.0, 8489.0, 8495.0, 8533.0, 8476.0, 8501.0, 8455.0, 8440.0, 8445.0, 8435.0, 8465.0, 8453.0, 8464.0, 8498.0, 8465.0, 8480.0, 8464.0, 8451.0, 8486.0, 8460.0, 8457.0, 8455.0, 8466.0, 8525.0, 8483.0, 8502.0, 8503.0, 8495.0, 8515.0, 8488.0, 8498.0, 8470.0, 8510.0, 8553.0, 8508.0, 8529.0, 8514.0, 8519.0, 8559.0, 8531.0, 8513.0, 8491.0, 8497.0, 8574.0, 8513.0, 8513.0, 8584.0, 8530.0, 8546.0, 8511.0, 8496.0, 8508.0, 8497.0, 8534.0, 8519.0, 8560.0, 8531.0, 8535.0, 8587.0, 8559.0, 8541.0, 8513.0, 8597.0, 8552.0, 8498.0, 8549.0, 8505.0, 8498.0, 8543.0, 8490.0, 8491.0, 8462.0, 8456.0, 8482.0, 8421.0, 8411.0, 8467.0, 8424.0, 8456.0, 8438.0, 8455.0, 8438.0, 8444.0, 8466.0, 8439.0, 8467.0, 8462.0, 8450.0, 8478.0, 8454.0, 8460.0, 8498.0, 8470.0, 8467.0, 8415.0, 8433.0, 8476.0, 8430.0, 8433.0, 8488.0, 8457.0, 8458.0, 8471.0, 8461.0, 8484.0, 8458.0, 8438.0, 8436.0, 8456.0, 8497.0, 8484.0, 8502.0, 8464.0, 8488.0, 8513.0, 8477.0, 8491.0, 8492.0, 8488.0, 8490.0, 8491.0, 8543.0, 8512.0, 8531.0, 8553.0, 8516.0, 8543.0, 8525.0, 8508.0, 8499.0, 8470.0, 8526.0, 8492.0, 8478.0, 8542.0, 8499.0, 8500.0, 8543.0, 8519.0, 8515.0, 8485.0, 8485.0, 8476.0, 8450.0, 8491.0, 8446.0, 8468.0, 8526.0, 8483.0, 8488.0, 8549.0, 8511.0, 8523.0, 8491.0, 8492.0, 8511.0, 8473.0, 8508.0, 8534.0, 8495.0, 8541.0, 8529.0, 8516.0, 8575.0, 8527.0, 8511.0, 8489.0, 8491.0, 8490.0, 8495.0, 8495.0, 8480.0, 8555.0, 8512.0, 8545.0, 8562.0, 8579.0, 8515.0, 8528.0, 8497.0, 8548.0, 8592.0, 8511.0, 8513.0, 8545.0, 8525.0, 8521.0, 8451.0, 8451.0, 8469.0, 8407.0, 8419.0, 8459.0, 8404.0, 8417.0, 8406.0, 8428.0, 8437.0, 8414.0, 8423.0, 8412.0, 8427.0, 8416.0, 8438.0, 8477.0, 8437.0, 8471.0, 8446.0, 8462.0, 8446.0, 8446.0, 8441.0, 8445.0, 8490.0, 8446.0, 8466.0, 8525.0, 8484.0, 8514.0, 8489.0, 8490.0, 8488.0, 8484.0, 8472.0, 8471.0, 8453.0, 8478.0, 8550.0, 8505.0, 8509.0, 8496.0, 8496.0, 8493.0, 8496.0, 8494.0, 8523.0, 8536.0, 8519.0, 8573.0, 8547.0, 8536.0, 8585.0, 8553.0, 8534.0, 8503.0, 8501.0, 8544.0, 8487.0, 8531.0, 8461.0, 8468.0, 8523.0, 8498.0, 8497.0, 8469.0, 8450.0, 8463.0, 8460.0, 8464.0, 8476.0, 8532.0, 8466.0, 8486.0, 8546.0, 8505.0, 8501.0, 8461.0, 8461.0, 8480.0, 8419.0, 8446.0, 8498.0, 8455.0, 8456.0, 8451.0, 8442.0, 8479.0, 8485.0, 8486.0, 8507.0, 8466.0, 8460.0, 8465.0, 8474.0, 8467.0, 8488.0, 8564.0, 8516.0, 8505.0, 8557.0, 8511.0, 8492.0, 8437.0, 8439.0, 8459.0, 8426.0, 8479.0, 8443.0, 8459.0, 8505.0, 8447.0, 8463.0, 8484.0, 8442.0, 8452.0, 8414.0, 8420.0, 8462.0, 8418.0, 8439.0, 8481.0, 8449.0, 8465.0, 8447.0, 8451.0, 8474.0, 8450.0, 8477.0, 8446.0, 8467.0, 8511.0, 8464.0, 8489.0, 8529.0, 8492.0, 8499.0, 8472.0, 8486.0, 8478.0, 8474.0, 8537.0, 8474.0, 8497.0, 8535.0, 8494.0, 8521.0, 8489.0, 8493.0, 8547.0, 8487.0, 8489.0, 8540.0, 8498.0, 8501.0, 8497.0, 8500.0, 8525.0, 8499.0, 8508.0, 8499.0, 8496.0, 8517.0, 8597.0, 8561.0, 8529.0, 8589.0, 8557.0, 8541.0, 8520.0, 8523.0, 8467.0, 8465.0, 8524.0, 8496.0, 8470.0, 8504.0, 8451.0, 8457.0, 8512.0, 8469.0, 8466.0, 8424.0, 8438.0, 8459.0, 8426.0, 8476.0, 8460.0, 8467.0, 8509.0, 8472.0, 8484.0, 8470.0, 8470.0, 8469.0, 8472.0, 8515.0, 8497.0, 8514.0, 8491.0, 8506.0, 8529.0, 8499.0, 8497.0, 8493.0, 8480.0, 8531.0, 8494.0, 8535.0, 8553.0, 8496.0, 8544.0, 8501.0, 8502.0, 8518.0, 8493.0, 8537.0, 8502.0, 8511.0, 8509.0, 8502.0, 8568.0, 8511.0, 8522.0, 8512.0, 8505.0, 8492.0, 8532.0, 8588.0, 8534.0, 8524.0, 8549.0, 8504.0, 8527.0, 8481.0, 8464.0, 8469.0, 8439.0, 8484.0, 8461.0, 8464.0, 8513.0, 8466.0, 8481.0, 8449.0, 8463.0, 8469.0, 8444.0, 8467.0, 8439.0, 8461.0, 8503.0, 8459.0, 8481.0, 8466.0, 8467.0, 8489.0, 8466.0, 8474.0, 8443.0, 8467.0, 8506.0, 8466.0, 8498.0, 8471.0, 8473.0, 8485.0, 8493.0, 8513.0, 8471.0, 8487.0, 8510.0, 8490.0, 8519.0, 8491.0, 8493.0, 8493.0, 8482.0, 8532.0, 8492.0, 8508.0, 8511.0, 8523.0, 8559.0, 8519.0, 8535.0, 8531.0, 8505.0, 8554.0, 8520.0, 8548.0, 8515.0, 8518.0, 8568.0, 8510.0, 8512.0, 8560.0, 8526.0, 8561.0, 8518.0, 8511.0, 8477.0, 8477.0, 8539.0, 8456.0, 8521.0, 8542.0, 8499.0, 8535.0, 8505.0, 8518.0, 8526.0, 8498.0, 8519.0, 8480.0, 8504.0, 8474.0, 8514.0, 8573.0, 8524.0, 8528.0, 8496.0, 8515.0, 8582.0, 8528.0, 8533.0, 8518.0, 8526.0, 8500.0, 8545.0, 8543.0, 8521.0, 8577.0, 8522.0, 8516.0, 8574.0, 8537.0, 8519.0, 8466.0, 8453.0, 8498.0, 8439.0, 8475.0, 8486.0, 8443.0, 8507.0, 8464.0, 8479.0, 8457.0, 8446.0, 8465.0, 8441.0, 8453.0, 8441.0, 8444.0, 8501.0, 8465.0, 8479.0, 8451.0, 8467.0, 8446.0, 8450.0, 8490.0, 8467.0, 8492.0, 8478.0, 8472.0, 8512.0, 8471.0, 8494.0, 8453.0, 8465.0, 8459.0, 8492.0, 8543.0, 8499.0, 8517.0, 8490.0, 8487.0, 8518.0, 8465.0, 8484.0, 8465.0, 8498.0, 8469.0, 8514.0, 8485.0, 8529.0, 8483.0, 8500.0, 8538.0, 8489.0, 8491.0, 8514.0, 8468.0, 8489.0, 8467.0, 8456.0, 8479.0, 8434.0, 8432.0, 8486.0, 8418.0, 8448.0, 8443.0, 8421.0, 8449.0, 8440.0, 8462.0, 8485.0, 8443.0, 8456.0, 8436.0, 8442.0, 8467.0, 8430.0, 8469.0, 8500.0, 8475.0, 8506.0, 8491.0, 8494.0, 8503.0, 8488.0, 8485.0, 8476.0, 8489.0, 8518.0, 8511.0, 8520.0, 8494.0, 8512.0, 8552.0, 8510.0, 8507.0, 8478.0, 8476.0, 8527.0, 8490.0, 8508.0, 8515.0, 8481.0, 8524.0, 8496.0, 8497.0, 8493.0, 8497.0, 8534.0, 8498.0, 8536.0, 8554.0, 8502.0, 8549.0, 8519.0, 8521.0, 8516.0, 8501.0, 8556.0, 8503.0, 8540.0, 8577.0, 8501.0, 8528.0, 8524.0, 8527.0, 8579.0, 8525.0, 8545.0, 8518.0, 8528.0, 8496.0, 8540.0, 8590.0, 8534.0, 8546.0, 8526.0, 8542.0, 8594.0, 8534.0, 8541.0, 8509.0, 8509.0, 8516.0, 8512.0, 8572.0, 8505.0, 8515.0, 8586.0, 8540.0, 8541.0, 8508.0, 8485.0, 8464.0, 8494.0, 8517.0, 8475.0, 8524.0, 8519.0, 8535.0, 8522.0, 8534.0, 8521.0, 8529.0, 8499.0, 8546.0, 8501.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.0021294252873563222</td></tr>
<tr><td colspan=3>aqi</td><td>0.03124641344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.178277545788255</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1738059848906786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819033387111635</td></tr>
<tr><td colspan=3>efc</td><td>0.4444</td></tr>
<tr><td colspan=3>fber</td><td>7314.2197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16444814811744687</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.67816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4987134727774127</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3595126710175616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7806907518849844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3559369954296927</td></tr>
<tr><td colspan=3>gcor</td><td>0.0236829</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013855964876711369</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028817886486649513</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.797844600000008</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>27.7568</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.0863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.2414</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309359.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>606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.8343</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0941</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.2978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3042.7974</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.7954</td></tr>
<tr><td colspan=3>tsnr</td><td>36.302530196495354</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>