ds005256-mriqc/sub-0002_ses-03_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-03_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-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_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-03_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-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_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-03_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-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_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-03_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-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_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-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-03_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-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_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-03/func/sub-0002_ses-03_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>857c522998d4c82fe8acc0ca4a3323aa</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:02:18.942500</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.997105, -0.0299901, -0.0698788, 0.0372592, 0.993757, 0.10516]</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.0699966</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4118, -7783, -7263, 633, -97, -236, 34, 77]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>163e0c32-6081-4aae-a11e-4e9c009ef7bc||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.675158739089966, 0.09996367990970612, -0.17897962033748627, 107.92984771728516], [0.08046118915081024, 2.66617751121521, 0.2901398539543152, -107.77104187011719], [-0.18747960031032562, -0.2821367681026459, 2.678392171859741, -39.465614318847656], [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': ['100218.942500', '100219.402500', '100219.862500', '100220.322500', '100220.782500', '100221.242500', '100221.702500', '100222.162500', '100222.622500', '100223.082500', '100223.542500', '100224.002500', '100224.462500', '100224.922500', '100225.382500', '100225.842500', '100226.302500', '100226.762500', '100227.222500', '100227.682500', '100228.142500', '100228.602500', '100229.062500', '100229.522500', '100229.982500', '100230.442500', '100230.902500', '100231.362500', '100231.822500', '100232.282500', '100232.742500', '100233.202500', '100233.662500', '100234.122500', '100234.582500', '100235.042500', '100235.502500', '100235.962500', '100236.422500', '100236.882500', '100237.342500', '100237.802500', '100238.262500', '100238.722500', '100239.182500', '100239.642500', '100240.102500', '100240.562500', '100241.022500', '100241.482500', '100241.942500', '100242.402500', '100242.862500', '100243.322500', '100243.782500', '100244.242500', '100244.702500', '100245.162500', '100245.622500', '100246.082500', '100246.542500', '100247.002500', '100247.462500', '100247.922500', '100248.382500', '100248.842500', '100249.302500', '100249.762500', '100250.222500', '100250.682500', '100251.142500', '100251.602500', '100252.062500', '100252.522500', '100252.982500', '100253.442500', '100253.902500', '100254.362500', '100254.822500', '100255.282500', '100255.742500', '100256.202500', '100256.662500', '100257.122500', '100257.582500', '100258.042500', '100258.502500', '100258.962500', '100259.422500', '100259.882500', '100300.342500', '100300.802500', '100301.262500', '100301.722500', '100302.182500', '100302.642500', '100303.102500', '100303.562500', '100304.022500', '100304.482500', '100304.942500', '100305.402500', '100305.862500', '100306.322500', '100306.782500', '100307.242500', '100307.702500', '100308.162500', '100308.622500', '100309.082500', '100309.542500', '100310.002500', '100310.462500', '100310.922500', '100311.382500', '100311.842500', '100312.302500', '100312.762500', '100313.222500', '100313.682500', '100314.142500', '100314.602500', '100315.062500', '100315.522500', '100315.982500', '100316.442500', '100316.902500', '100317.362500', '100317.822500', '100318.282500', '100318.742500', '100319.202500', '100319.662500', '100320.122500', '100320.582500', '100321.042500', '100321.502500', '100321.962500', '100322.422500', '100322.882500', '100323.342500', '100323.802500', '100324.262500', '100324.722500', '100325.182500', '100325.642500', '100326.102500', '100326.562500', '100327.022500', '100327.482500', '100327.942500', '100328.402500', '100328.862500', '100329.322500', '100329.782500', '100330.242500', '100330.702500', '100331.162500', '100331.622500', '100332.082500', '100332.542500', '100333.002500', '100333.462500', '100333.922500', '100334.382500', '100334.842500', '100335.302500', '100335.762500', '100336.222500', '100336.682500', '100337.142500', '100337.602500', '100338.062500', '100338.522500', '100338.982500', '100339.442500', '100339.902500', '100340.362500', '100340.822500', '100341.282500', '100341.742500', '100342.202500', '100342.662500', '100343.122500', '100343.582500', '100344.042500', '100344.502500', '100344.962500', '100345.422500', '100345.882500', '100346.342500', '100346.802500', '100347.262500', '100347.722500', '100348.182500', '100348.642500', '100349.102500', '100349.562500', '100350.022500', '100350.482500', '100350.942500', '100351.402500', '100351.862500', '100352.322500', '100352.782500', '100353.242500', '100353.702500', '100354.162500', '100354.622500', '100355.082500', '100355.542500', '100356.002500', '100356.462500', '100356.922500', '100357.382500', '100357.842500', '100358.302500', '100358.762500', '100359.222500', '100359.682500', '100400.142500', '100400.602500', '100401.062500', '100401.522500', '100401.982500', '100402.442500', '100402.902500', '100403.362500', '100403.822500', '100404.282500', '100404.742500', '100405.202500', '100405.662500', '100406.122500', '100406.582500', '100407.042500', '100407.502500', '100407.962500', '100408.422500', '100408.882500', '100409.342500', '100409.802500', '100410.262500', '100410.722500', '100411.182500', '100411.642500', '100412.102500', '100412.562500', '100413.022500', '100413.482500', '100413.942500', '100414.402500', '100414.862500', '100415.322500', '100415.782500', '100416.242500', '100416.702500', '100417.162500', '100417.622500', '100418.082500', '100418.542500', '100419.002500', '100419.462500', '100419.922500', '100420.382500', '100420.842500', '100421.302500', '100421.762500', '100422.222500', '100422.682500', '100423.142500', '100423.602500', '100424.062500', '100424.522500', '100424.982500', '100425.442500', '100425.902500', '100426.362500', '100426.822500', '100427.282500', '100427.742500', '100428.202500', '100428.662500', '100429.122500', '100429.582500', '100430.042500', '100430.502500', '100430.962500', '100431.422500', '100431.882500', '100432.342500', '100432.802500', '100433.262500', '100433.722500', '100434.182500', '100434.642500', '100435.102500', '100435.562500', '100436.022500', '100436.482500', '100436.942500', '100437.402500', '100437.862500', '100438.322500', '100438.782500', '100439.242500', '100439.702500', '100440.162500', '100440.622500', '100441.082500', '100441.542500', '100442.002500', '100442.462500', '100442.922500', '100443.382500', '100443.842500', '100444.302500', '100444.762500', '100445.222500', '100445.682500', '100446.142500', '100446.602500', '100447.062500', '100447.522500', '100447.982500', '100448.442500', '100448.902500', '100449.362500', '100449.822500', '100450.282500', '100450.742500', '100451.202500', '100451.662500', '100452.122500', '100452.582500', '100453.042500', '100453.502500', '100453.962500', '100454.422500', '100454.882500', '100455.342500', '100455.802500', '100456.262500', '100456.722500', '100457.182500', '100457.642500', '100458.102500', '100458.562500', '100459.022500', '100459.482500', '100459.942500', '100500.402500', '100500.862500', '100501.322500', '100501.782500', '100502.242500', '100502.702500', '100503.162500', '100503.622500', '100504.082500', '100504.542500', '100505.002500', '100505.462500', '100505.922500', '100506.382500', '100506.842500', '100507.302500', '100507.762500', '100508.222500', '100508.682500', '100509.142500', '100509.602500', '100510.062500', '100510.522500', '100510.982500', '100511.442500', '100511.902500', '100512.362500', '100512.822500', '100513.282500', '100513.742500', '100514.202500', '100514.662500', '100515.122500', '100515.582500', '100516.042500', '100516.502500', '100516.962500', '100517.422500', '100517.882500', '100518.342500', '100518.802500', '100519.262500', '100519.722500', '100520.182500', '100520.642500', '100521.102500', '100521.562500', '100522.022500', '100522.482500', '100522.942500', '100523.402500', '100523.862500', '100524.322500', '100524.782500', '100525.242500', '100525.702500', '100526.162500', '100526.622500', '100527.082500', '100527.542500', '100528.002500', '100528.462500', '100528.922500', '100529.382500', '100529.842500', '100530.302500', '100530.762500', '100531.222500', '100531.682500', '100532.142500', '100532.602500', '100533.062500', '100533.522500', '100533.982500', '100534.442500', '100534.902500', '100535.362500', '100535.822500', '100536.282500', '100536.742500', '100537.202500', '100537.662500', '100538.122500', '100538.582500', '100539.042500', '100539.502500', '100539.962500', '100540.422500', '100540.882500', '100541.342500', '100541.802500', '100542.262500', '100542.722500', '100543.182500', '100543.642500', '100544.102500', '100544.562500', '100545.022500', '100545.482500', '100545.942500', '100546.402500', '100546.862500', '100547.322500', '100547.782500', '100548.242500', '100548.702500', '100549.162500', '100549.622500', '100550.082500', '100550.542500', '100551.002500', '100551.462500', '100551.922500', '100552.382500', '100552.842500', '100553.302500', '100553.762500', '100554.222500', '100554.682500', '100555.142500', '100555.602500', '100556.062500', '100556.522500', '100556.982500', '100557.442500', '100557.902500', '100558.362500', '100558.822500', '100559.282500', '100559.742500', '100600.202500', '100600.662500', '100601.122500', '100601.582500', '100602.042500', '100602.502500', '100602.962500', '100603.422500', '100603.882500', '100604.342500', '100604.802500', '100605.262500', '100605.722500', '100606.182500', '100606.642500', '100607.102500', '100607.562500', '100608.022500', '100608.482500', '100608.942500', '100609.402500', '100609.862500', '100610.322500', '100610.782500', '100611.242500', '100611.702500', '100612.162500', '100612.622500', '100613.082500', '100613.542500', '100614.002500', '100614.462500', '100614.922500', '100615.382500', '100615.842500', '100616.302500', '100616.762500', '100617.222500', '100617.682500', '100618.142500', '100618.602500', '100619.062500', '100619.522500', '100619.982500', '100620.442500', '100620.902500', '100621.362500', '100621.822500', '100622.282500', '100622.742500', '100623.202500', '100623.662500', '100624.122500', '100624.582500', '100625.042500', '100625.502500', '100625.962500', '100626.422500', '100626.882500', '100627.342500', '100627.802500', '100628.262500', '100628.722500', '100629.182500', '100629.642500', '100630.102500', '100630.562500', '100631.022500', '100631.482500', '100631.942500', '100632.402500', '100632.862500', '100633.322500', '100633.782500', '100634.242500', '100634.702500', '100635.162500', '100635.622500', '100636.082500', '100636.542500', '100637.002500', '100637.462500', '100637.922500', '100638.382500', '100638.842500', '100639.302500', '100639.762500', '100640.222500', '100640.682500', '100641.142500', '100641.602500', '100642.062500', '100642.522500', '100642.982500', '100643.442500', '100643.902500', '100644.362500', '100644.822500', '100645.282500', '100645.742500', '100646.202500', '100646.662500', '100647.122500', '100647.582500', '100648.042500', '100648.502500', '100648.962500', '100649.422500', '100649.882500', '100650.342500', '100650.802500', '100651.262500', '100651.722500', '100652.182500', '100652.642500', '100653.102500', '100653.562500', '100654.022500', '100654.482500', '100654.942500', '100655.402500', '100655.862500', '100656.322500', '100656.782500', '100657.242500', '100657.702500', '100658.162500', '100658.622500', '100659.082500', '100659.542500', '100700.002500', '100700.462500', '100700.922500', '100701.382500', '100701.842500', '100702.302500', '100702.762500', '100703.222500', '100703.682500', '100704.142500', '100704.602500', '100705.062500', '100705.522500', '100705.982500', '100706.442500', '100706.902500', '100707.362500', '100707.822500', '100708.282500', '100708.742500', '100709.202500', '100709.662500', '100710.122500', '100710.582500', '100711.042500', '100711.502500', '100711.962500', '100712.422500', '100712.882500', '100713.342500', '100713.802500', '100714.262500', '100714.722500', '100715.182500', '100715.642500', '100716.102500', '100716.562500', '100717.022500', '100717.482500', '100717.942500', '100718.402500', '100718.862500', '100719.322500', '100719.782500', '100720.242500', '100720.702500', '100721.162500', '100721.622500', '100722.082500', '100722.542500', '100723.002500', '100723.462500', '100723.922500', '100724.382500', '100724.842500', '100725.302500', '100725.762500', '100726.222500', '100726.682500', '100727.142500', '100727.602500', '100728.062500', '100728.522500', '100728.982500', '100729.442500', '100729.902500', '100730.362500', '100730.822500', '100731.282500', '100731.742500', '100732.202500', '100732.662500', '100733.122500', '100733.582500', '100734.042500', '100734.502500', '100734.962500', '100735.422500', '100735.882500', '100736.342500', '100736.802500', '100737.262500', '100737.722500', '100738.182500', '100738.642500', '100739.102500', '100739.562500', '100740.022500', '100740.482500', '100740.942500', '100741.402500', '100741.862500', '100742.322500', '100742.782500', '100743.242500', '100743.702500', '100744.162500', '100744.622500', '100745.082500', '100745.542500', '100746.002500', '100746.462500', '100746.922500', '100747.382500', '100747.842500', '100748.302500', '100748.762500', '100749.222500', '100749.682500', '100750.142500', '100750.602500', '100751.062500', '100751.522500', '100751.982500', '100752.442500', '100752.902500', '100753.362500', '100753.822500', '100754.282500', '100754.742500', '100755.202500', '100755.662500', '100756.122500', '100756.582500', '100757.042500', '100757.502500', '100757.962500', '100758.422500', '100758.882500', '100759.342500', '100759.802500', '100800.262500', '100800.722500', '100801.182500', '100801.642500', '100802.102500', '100802.562500', '100803.022500', '100803.482500', '100803.942500', '100804.402500', '100804.862500', '100805.322500', '100805.782500', '100806.242500', '100806.702500', '100807.162500', '100807.622500', '100808.082500', '100808.542500', '100809.002500', '100809.462500', '100809.922500', '100810.382500', '100810.842500', '100811.302500', '100811.762500', '100812.222500', '100812.682500', '100813.142500', '100813.602500', '100814.062500', '100814.522500', '100814.982500', '100815.442500', '100815.902500', '100816.362500', '100816.822500', '100817.282500', '100817.742500', '100818.202500', '100818.662500', '100819.122500', '100819.582500', '100820.042500', '100820.502500', '100820.962500', '100821.422500', '100821.882500', '100822.342500', '100822.802500', '100823.262500', '100823.722500', '100824.182500', '100824.642500', '100825.102500', '100825.562500', '100826.022500', '100826.482500', '100826.942500', '100827.402500', '100827.862500', '100828.322500', '100828.782500', '100829.242500', '100829.702500', '100830.162500', '100830.622500', '100831.082500', '100831.542500', '100832.002500', '100832.462500', '100832.922500', '100833.382500', '100833.842500', '100834.302500', '100834.762500', '100835.222500', '100835.682500', '100836.142500', '100836.602500', '100837.062500', '100837.522500', '100837.982500', '100838.442500', '100838.902500', '100839.362500', '100839.822500', '100840.282500', '100840.742500', '100841.202500', '100841.662500', '100842.122500', '100842.582500', '100843.042500', '100843.502500', '100843.962500', '100844.422500', '100844.882500', '100845.342500', '100845.802500', '100846.262500', '100846.722500', '100847.182500', '100847.642500', '100848.102500', '100848.562500', '100849.022500', '100849.482500', '100849.942500', '100850.402500', '100850.862500', '100851.322500', '100851.782500', '100852.242500', '100852.702500', '100853.162500', '100853.622500', '100854.082500', '100854.542500', '100855.002500', '100855.462500', '100855.922500', '100856.382500', '100856.842500', '100857.302500', '100857.762500', '100858.222500', '100858.682500', '100859.142500', '100859.602500'], 'ContentTime': ['100247.368000', '100247.372000', '100247.375000', '100247.377000', '100247.380000', '100247.383000', '100247.386000', '100247.389000', '100247.392000', '100247.394000', '100247.397000', '100247.400000', '100247.403000', '100247.406000', '100247.409000', '100247.412000', '100247.415000', '100247.417000', '100247.420000', '100247.423000', '100247.426000', '100247.429000', '100247.432000', '100247.435000', '100247.437000', '100247.440000', '100247.443000', '100247.446000', '100247.449000', '100247.452000', '100247.455000', '100247.458000', '100247.460000', '100247.463000', '100247.469000', '100247.472000', '100247.475000', '100247.478000', '100247.481000', '100247.484000', '100247.486000', '100247.499000', '100247.502000', '100247.505000', '100247.510000', '100247.513000', '100247.516000', '100247.519000', '100247.522000', '100247.524000', '100247.527000', '100247.530000', '100247.533000', '100247.536000', '100247.539000', '100247.542000', '100247.544000', '100247.547000', '100247.550000', '100247.553000', '100307.333000', '100307.336000', '100307.339000', '100307.342000', '100307.344000', '100307.347000', '100307.350000', '100307.353000', '100307.356000', '100307.359000', '100307.361000', '100307.364000', '100307.367000', '100307.370000', '100307.373000', '100307.376000', '100307.378000', '100307.381000', '100307.384000', '100307.387000', '100307.390000', '100307.393000', '100307.395000', '100307.398000', '100307.401000', '100307.404000', '100307.407000', '100307.410000', '100307.413000', '100307.416000', '100307.418000', '100307.421000', '100307.424000', '100307.427000', '100307.430000', '100307.433000', '100307.435000', '100307.438000', '100307.441000', '100307.444000', '100307.447000', '100307.450000', '100307.453000', '100307.455000', '100327.333000', '100327.336000', '100327.339000', '100327.342000', '100327.344000', '100327.347000', '100327.350000', '100327.353000', '100327.356000', '100327.359000', '100327.362000', '100327.365000', '100327.367000', '100327.370000', '100327.373000', '100327.376000', '100327.379000', '100327.382000', '100327.385000', '100327.388000', '100327.391000', '100327.393000', '100327.396000', '100327.399000', '100327.402000', '100327.405000', '100327.408000', '100327.411000', '100327.413000', '100327.416000', '100327.419000', '100327.422000', '100327.425000', '100327.428000', '100327.430000', '100327.433000', '100327.436000', '100327.439000', '100327.442000', '100327.445000', '100327.448000', '100327.450000', '100327.453000', '100347.333000', '100347.336000', '100347.339000', '100347.342000', '100347.345000', '100347.347000', '100347.350000', '100347.353000', '100347.356000', '100347.359000', '100347.362000', '100347.365000', '100347.368000', '100347.370000', '100347.373000', '100347.376000', '100347.379000', '100347.382000', '100347.385000', '100347.388000', '100347.390000', '100347.393000', '100347.396000', '100347.399000', '100347.402000', '100347.405000', '100347.408000', '100347.410000', '100347.413000', '100347.416000', '100347.419000', '100347.422000', '100347.425000', '100347.428000', '100347.430000', '100347.433000', '100347.436000', '100347.439000', '100347.442000', '100347.445000', '100347.447000', '100347.450000', '100347.453000', '100347.456000', '100407.332000', '100407.335000', '100407.338000', '100407.341000', '100407.344000', '100407.347000', '100407.350000', '100407.352000', '100407.355000', '100407.358000', '100407.361000', '100407.364000', '100407.367000', '100407.370000', '100407.373000', '100407.379000', '100407.382000', '100407.385000', '100407.388000', '100407.391000', '100407.394000', '100407.397000', '100407.400000', '100407.403000', '100407.406000', '100407.408000', '100407.411000', '100407.414000', '100407.417000', '100407.420000', '100407.422000', '100407.425000', '100407.428000', '100407.431000', '100407.434000', '100407.437000', '100407.440000', '100407.442000', '100407.445000', '100407.448000', '100407.451000', '100407.454000', '100407.457000', '100427.333000', '100427.336000', '100427.339000', '100427.342000', '100427.344000', '100427.347000', '100427.350000', '100427.353000', '100427.356000', '100427.359000', '100427.362000', '100427.364000', '100427.367000', '100427.370000', '100427.373000', '100427.376000', '100427.379000', '100427.382000', '100427.384000', '100427.387000', '100427.390000', '100427.393000', '100427.396000', '100427.399000', '100427.402000', '100427.404000', '100427.407000', '100427.410000', '100427.413000', '100427.416000', '100427.419000', '100427.421000', '100427.424000', '100427.427000', '100427.438000', '100427.441000', '100427.443000', '100427.446000', '100427.454000', '100427.457000', '100427.460000', '100427.463000', '100427.466000', '100427.469000', '100447.333000', '100447.336000', '100447.339000', '100447.342000', '100447.345000', '100447.348000', '100447.350000', '100447.353000', '100447.356000', '100447.359000', '100447.362000', '100447.365000', '100447.368000', '100447.370000', '100447.373000', '100447.376000', '100447.379000', '100447.382000', '100447.385000', '100447.388000', '100447.390000', '100447.393000', '100447.396000', '100447.399000', '100447.402000', '100447.405000', '100447.408000', '100447.411000', '100447.414000', '100447.417000', '100447.419000', '100447.422000', '100447.425000', '100447.428000', '100447.431000', '100447.434000', '100447.437000', '100447.440000', '100447.442000', '100447.445000', '100447.448000', '100447.451000', '100447.454000', '100507.333000', '100507.336000', '100507.339000', '100507.342000', '100507.345000', '100507.347000', '100507.350000', '100507.353000', '100507.356000', '100507.359000', '100507.362000', '100507.365000', '100507.367000', '100507.370000', '100507.373000', '100507.376000', '100507.379000', '100507.382000', '100507.385000', '100507.388000', '100507.390000', '100507.393000', '100507.396000', '100507.399000', '100507.402000', '100507.405000', '100507.408000', '100507.410000', '100507.413000', '100507.416000', '100507.419000', '100507.422000', '100507.425000', '100507.428000', '100507.431000', '100507.433000', '100507.436000', '100507.439000', '100507.442000', '100507.445000', '100507.448000', '100507.451000', '100507.453000', '100507.456000', '100527.333000', '100527.336000', '100527.339000', '100527.342000', '100527.345000', '100527.347000', '100527.351000', '100527.354000', '100527.357000', '100527.360000', '100527.363000', '100527.366000', '100527.369000', '100527.372000', '100527.375000', '100527.377000', '100527.380000', '100527.383000', '100527.386000', '100527.389000', '100527.392000', '100527.395000', '100527.397000', '100527.400000', '100527.403000', '100527.406000', '100527.409000', '100527.412000', '100527.415000', '100527.418000', '100527.421000', '100527.424000', '100527.427000', '100527.429000', '100527.432000', '100527.435000', '100527.438000', '100527.441000', '100527.444000', '100527.447000', '100527.449000', '100527.452000', '100527.455000', '100547.333000', '100547.336000', '100547.339000', '100547.342000', '100547.344000', '100547.347000', '100547.350000', '100547.353000', '100547.356000', '100547.359000', '100547.362000', '100547.364000', '100547.367000', '100547.370000', '100547.373000', '100547.376000', '100547.379000', '100547.382000', '100547.385000', '100547.387000', '100547.390000', '100547.393000', '100547.396000', '100547.399000', '100547.402000', '100547.405000', '100547.407000', '100547.410000', '100547.413000', '100547.416000', '100547.419000', '100547.422000', '100547.425000', '100547.427000', '100547.430000', '100547.433000', '100547.436000', '100547.439000', '100547.442000', '100547.445000', '100547.447000', '100547.450000', '100547.453000', '100547.456000', '100607.333000', '100607.336000', '100607.339000', '100607.342000', '100607.345000', '100607.348000', '100607.350000', '100607.353000', '100607.356000', '100607.359000', '100607.362000', '100607.365000', '100607.368000', '100607.371000', '100607.373000', '100607.387000', '100607.390000', '100607.393000', '100607.396000', '100607.399000', '100607.402000', '100607.405000', '100607.408000', '100607.410000', '100607.413000', '100607.416000', '100607.419000', '100607.422000', '100607.425000', '100607.428000', '100607.431000', '100607.434000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.449000', '100607.452000', '100607.454000', '100607.457000', '100607.460000', '100607.463000', '100607.466000', '100627.332000', '100627.335000', '100627.338000', '100627.341000', '100627.344000', '100627.347000', '100627.349000', '100627.352000', '100627.355000', '100627.358000', '100627.361000', '100627.364000', '100627.367000', '100627.369000', '100627.372000', '100627.375000', '100627.378000', '100627.381000', '100627.384000', '100627.387000', '100627.390000', '100627.393000', '100627.395000', '100627.398000', '100627.401000', '100627.404000', '100627.407000', '100627.410000', '100627.413000', '100627.416000', '100627.419000', '100627.421000', '100627.424000', '100627.427000', '100627.430000', '100627.433000', '100627.436000', '100627.439000', '100627.441000', '100627.444000', '100627.447000', '100627.450000', '100627.453000', '100627.456000', '100647.333000', '100647.336000', '100647.346000', '100647.348000', '100647.351000', '100647.354000', '100647.357000', '100647.360000', '100647.363000', '100647.366000', '100647.369000', '100647.372000', '100647.375000', '100647.377000', '100647.380000', '100647.383000', '100647.387000', '100647.391000', '100647.394000', '100647.396000', '100647.399000', '100647.402000', '100647.405000', '100647.408000', '100647.411000', '100647.414000', '100647.416000', '100647.419000', '100647.422000', '100647.425000', '100647.428000', '100647.431000', '100647.434000', '100647.436000', '100647.439000', '100647.442000', '100647.445000', '100647.448000', '100647.451000', '100647.454000', '100647.457000', '100647.460000', '100647.463000', '100707.333000', '100707.336000', '100707.339000', '100707.342000', '100707.345000', '100707.347000', '100707.350000', '100707.353000', '100707.356000', '100707.359000', '100707.362000', '100707.365000', '100707.367000', '100707.370000', '100707.373000', '100707.376000', '100707.379000', '100707.382000', '100707.385000', '100707.388000', '100707.391000', '100707.394000', '100707.396000', '100707.399000', '100707.402000', '100707.405000', '100707.408000', '100707.411000', '100707.414000', '100707.416000', '100707.419000', '100707.422000', '100707.425000', '100707.428000', '100707.431000', '100707.434000', '100707.437000', '100707.439000', '100707.442000', '100707.445000', '100707.448000', '100707.451000', '100707.454000', '100707.457000', '100727.333000', '100727.336000', '100727.339000', '100727.342000', '100727.345000', '100727.347000', '100727.350000', '100727.353000', '100727.356000', '100727.359000', '100727.362000', '100727.365000', '100727.367000', '100727.370000', '100727.373000', '100727.376000', '100727.379000', '100727.382000', '100727.385000', '100727.388000', '100727.391000', '100727.393000', '100727.396000', '100727.399000', '100727.402000', '100727.405000', '100727.419000', '100727.422000', '100727.425000', '100727.428000', '100727.431000', '100727.433000', '100727.436000', '100727.439000', '100727.442000', '100727.445000', '100727.448000', '100727.451000', '100727.454000', '100727.456000', '100727.459000', '100727.462000', '100727.465000', '100747.333000', '100747.336000', '100747.339000', '100747.342000', '100747.344000', '100747.347000', '100747.350000', '100747.353000', '100747.356000', '100747.359000', '100747.362000', '100747.364000', '100747.367000', '100747.370000', '100747.373000', '100747.376000', '100747.379000', '100747.382000', '100747.385000', '100747.387000', '100747.390000', '100747.393000', '100747.396000', '100747.399000', '100747.402000', '100747.404000', '100747.407000', '100747.410000', '100747.413000', '100747.416000', '100747.419000', '100747.422000', '100747.424000', '100747.427000', '100747.430000', '100747.433000', '100747.436000', '100747.439000', '100747.442000', '100747.444000', '100747.447000', '100747.450000', '100747.453000', '100747.456000', '100807.333000', '100807.336000', '100807.339000', '100807.342000', '100807.345000', '100807.348000', '100807.350000', '100807.353000', '100807.356000', '100807.359000', '100807.362000', '100807.365000', '100807.368000', '100807.370000', '100807.373000', '100807.376000', '100807.379000', '100807.382000', '100807.385000', '100807.388000', '100807.391000', '100807.394000', '100807.396000', '100807.399000', '100807.402000', '100807.405000', '100807.408000', '100807.411000', '100807.414000', '100807.417000', '100807.420000', '100807.422000', '100807.426000', '100807.429000', '100807.432000', '100807.435000', '100807.438000', '100807.441000', '100807.444000', '100807.447000', '100807.450000', '100807.453000', '100807.455000', '100827.333000', '100827.344000', '100827.347000', '100827.349000', '100827.352000', '100827.355000', '100827.358000', '100827.361000', '100827.364000', '100827.367000', '100827.370000', '100827.373000', '100827.376000', '100827.379000', '100827.382000', '100827.385000', '100827.388000', '100827.391000', '100827.393000', '100827.396000', '100827.399000', '100827.402000', '100827.405000', '100827.408000', '100827.411000', '100827.414000', '100827.417000', '100827.419000', '100827.422000', '100827.426000', '100827.429000', '100827.432000', '100827.435000', '100827.438000', '100827.441000', '100827.444000', '100827.447000', '100827.449000', '100827.452000', '100827.455000', '100827.458000', '100827.461000', '100827.464000', '100827.467000', '100847.332000', '100847.335000', '100847.338000', '100847.341000', '100847.344000', '100847.347000', '100847.349000', '100847.352000', '100847.355000', '100847.358000', '100847.361000', '100847.364000', '100847.367000', '100847.369000', '100847.372000', '100847.375000', '100847.378000', '100847.381000', '100847.384000', '100847.387000', '100847.390000', '100847.392000', '100847.395000', '100847.398000', '100847.401000', '100847.404000', '100847.407000', '100847.410000', '100847.414000', '100847.417000', '100847.420000', '100847.423000', '100847.426000', '100847.429000', '100847.431000', '100847.434000', '100847.437000', '100847.440000', '100847.443000', '100847.446000', '100847.449000', '100847.452000', '100847.455000', '100900.436000', '100900.440000', '100900.444000', '100900.447000', '100900.451000', '100900.454000', '100900.457000', '100900.461000', '100900.475000', '100900.478000', '100900.481000', '100900.484000', '100900.487000', '100900.490000', '100900.493000', '100900.496000', '100900.499000', '100900.502000', '100900.505000', '100900.508000', '100900.511000', '100900.514000', '100900.517000', '100900.520000', '100900.523000', '100900.526000', '100900.529000', '100900.532000', '100900.535000'], 'InstanceCreationTime': ['100247.368000', '100247.372000', '100247.375000', '100247.377000', '100247.380000', '100247.383000', '100247.386000', '100247.389000', '100247.392000', '100247.394000', '100247.397000', '100247.400000', '100247.403000', '100247.406000', '100247.409000', '100247.412000', '100247.415000', '100247.417000', '100247.420000', '100247.423000', '100247.426000', '100247.429000', '100247.432000', '100247.435000', '100247.437000', '100247.440000', '100247.443000', '100247.446000', '100247.449000', '100247.452000', '100247.455000', '100247.458000', '100247.460000', '100247.463000', '100247.469000', '100247.472000', '100247.475000', '100247.478000', '100247.481000', '100247.484000', '100247.486000', '100247.499000', '100247.502000', '100247.505000', '100247.510000', '100247.513000', '100247.516000', '100247.519000', '100247.522000', '100247.524000', '100247.527000', '100247.530000', '100247.533000', '100247.536000', '100247.539000', '100247.542000', '100247.544000', '100247.547000', '100247.550000', '100247.553000', '100307.333000', '100307.336000', '100307.339000', '100307.342000', '100307.344000', '100307.347000', '100307.350000', '100307.353000', '100307.356000', '100307.359000', '100307.361000', '100307.364000', '100307.367000', '100307.370000', '100307.373000', '100307.376000', '100307.378000', '100307.381000', '100307.384000', '100307.387000', '100307.390000', '100307.393000', '100307.395000', '100307.398000', '100307.401000', '100307.404000', '100307.407000', '100307.410000', '100307.413000', '100307.416000', '100307.418000', '100307.421000', '100307.424000', '100307.427000', '100307.430000', '100307.433000', '100307.435000', '100307.438000', '100307.441000', '100307.444000', '100307.447000', '100307.450000', '100307.453000', '100307.455000', '100327.333000', '100327.336000', '100327.339000', '100327.342000', '100327.344000', '100327.347000', '100327.350000', '100327.353000', '100327.356000', '100327.359000', '100327.362000', '100327.365000', '100327.367000', '100327.370000', '100327.373000', '100327.376000', '100327.379000', '100327.382000', '100327.385000', '100327.388000', '100327.391000', '100327.393000', '100327.396000', '100327.399000', '100327.402000', '100327.405000', '100327.408000', '100327.411000', '100327.413000', '100327.416000', '100327.419000', '100327.422000', '100327.425000', '100327.428000', '100327.430000', '100327.433000', '100327.436000', '100327.439000', '100327.442000', '100327.445000', '100327.448000', '100327.450000', '100327.453000', '100347.333000', '100347.336000', '100347.339000', '100347.342000', '100347.345000', '100347.347000', '100347.350000', '100347.353000', '100347.356000', '100347.359000', '100347.362000', '100347.365000', '100347.368000', '100347.370000', '100347.373000', '100347.376000', '100347.379000', '100347.382000', '100347.385000', '100347.388000', '100347.390000', '100347.393000', '100347.396000', '100347.399000', '100347.402000', '100347.405000', '100347.408000', '100347.410000', '100347.413000', '100347.416000', '100347.419000', '100347.422000', '100347.425000', '100347.428000', '100347.430000', '100347.433000', '100347.436000', '100347.439000', '100347.442000', '100347.445000', '100347.447000', '100347.450000', '100347.453000', '100347.456000', '100407.332000', '100407.335000', '100407.338000', '100407.341000', '100407.344000', '100407.347000', '100407.350000', '100407.352000', '100407.355000', '100407.358000', '100407.361000', '100407.364000', '100407.367000', '100407.370000', '100407.373000', '100407.379000', '100407.382000', '100407.385000', '100407.388000', '100407.391000', '100407.394000', '100407.397000', '100407.400000', '100407.403000', '100407.406000', '100407.408000', '100407.411000', '100407.414000', '100407.417000', '100407.420000', '100407.422000', '100407.425000', '100407.428000', '100407.431000', '100407.434000', '100407.437000', '100407.440000', '100407.442000', '100407.445000', '100407.448000', '100407.451000', '100407.454000', '100407.457000', '100427.333000', '100427.336000', '100427.339000', '100427.342000', '100427.344000', '100427.347000', '100427.350000', '100427.353000', '100427.356000', '100427.359000', '100427.362000', '100427.364000', '100427.367000', '100427.370000', '100427.373000', '100427.376000', '100427.379000', '100427.382000', '100427.384000', '100427.387000', '100427.390000', '100427.393000', '100427.396000', '100427.399000', '100427.402000', '100427.404000', '100427.407000', '100427.410000', '100427.413000', '100427.416000', '100427.419000', '100427.421000', '100427.424000', '100427.427000', '100427.438000', '100427.441000', '100427.443000', '100427.446000', '100427.454000', '100427.457000', '100427.460000', '100427.463000', '100427.466000', '100427.469000', '100447.333000', '100447.336000', '100447.339000', '100447.342000', '100447.345000', '100447.348000', '100447.350000', '100447.353000', '100447.356000', '100447.359000', '100447.362000', '100447.365000', '100447.368000', '100447.370000', '100447.373000', '100447.376000', '100447.379000', '100447.382000', '100447.385000', '100447.388000', '100447.390000', '100447.393000', '100447.396000', '100447.399000', '100447.402000', '100447.405000', '100447.408000', '100447.411000', '100447.414000', '100447.417000', '100447.419000', '100447.422000', '100447.425000', '100447.428000', '100447.431000', '100447.434000', '100447.437000', '100447.440000', '100447.442000', '100447.445000', '100447.448000', '100447.451000', '100447.454000', '100507.333000', '100507.336000', '100507.339000', '100507.342000', '100507.345000', '100507.347000', '100507.350000', '100507.353000', '100507.356000', '100507.359000', '100507.362000', '100507.365000', '100507.367000', '100507.370000', '100507.373000', '100507.376000', '100507.379000', '100507.382000', '100507.385000', '100507.388000', '100507.390000', '100507.393000', '100507.396000', '100507.399000', '100507.402000', '100507.405000', '100507.408000', '100507.410000', '100507.413000', '100507.416000', '100507.419000', '100507.422000', '100507.425000', '100507.428000', '100507.431000', '100507.433000', '100507.436000', '100507.439000', '100507.442000', '100507.445000', '100507.448000', '100507.451000', '100507.453000', '100507.456000', '100527.333000', '100527.336000', '100527.339000', '100527.342000', '100527.345000', '100527.347000', '100527.351000', '100527.354000', '100527.357000', '100527.360000', '100527.363000', '100527.366000', '100527.369000', '100527.372000', '100527.375000', '100527.377000', '100527.380000', '100527.383000', '100527.386000', '100527.389000', '100527.392000', '100527.395000', '100527.397000', '100527.400000', '100527.403000', '100527.406000', '100527.409000', '100527.412000', '100527.415000', '100527.418000', '100527.421000', '100527.424000', '100527.427000', '100527.429000', '100527.432000', '100527.435000', '100527.438000', '100527.441000', '100527.444000', '100527.447000', '100527.449000', '100527.452000', '100527.455000', '100547.333000', '100547.336000', '100547.339000', '100547.342000', '100547.344000', '100547.347000', '100547.350000', '100547.353000', '100547.356000', '100547.359000', '100547.362000', '100547.364000', '100547.367000', '100547.370000', '100547.373000', '100547.376000', '100547.379000', '100547.382000', '100547.385000', '100547.387000', '100547.390000', '100547.393000', '100547.396000', '100547.399000', '100547.402000', '100547.405000', '100547.407000', '100547.410000', '100547.413000', '100547.416000', '100547.419000', '100547.422000', '100547.425000', '100547.427000', '100547.430000', '100547.433000', '100547.436000', '100547.439000', '100547.442000', '100547.445000', '100547.447000', '100547.450000', '100547.453000', '100547.456000', '100607.333000', '100607.336000', '100607.339000', '100607.342000', '100607.345000', '100607.348000', '100607.350000', '100607.353000', '100607.356000', '100607.359000', '100607.362000', '100607.365000', '100607.368000', '100607.371000', '100607.373000', '100607.387000', '100607.390000', '100607.393000', '100607.396000', '100607.399000', '100607.402000', '100607.405000', '100607.408000', '100607.410000', '100607.413000', '100607.416000', '100607.419000', '100607.422000', '100607.425000', '100607.428000', '100607.431000', '100607.434000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.449000', '100607.452000', '100607.454000', '100607.457000', '100607.460000', '100607.463000', '100607.466000', '100627.332000', '100627.335000', '100627.338000', '100627.341000', '100627.344000', '100627.347000', '100627.349000', '100627.352000', '100627.355000', '100627.358000', '100627.361000', '100627.364000', '100627.367000', '100627.369000', '100627.372000', '100627.375000', '100627.378000', '100627.381000', '100627.384000', '100627.387000', '100627.390000', '100627.393000', '100627.395000', '100627.398000', '100627.401000', '100627.404000', '100627.407000', '100627.410000', '100627.413000', '100627.416000', '100627.419000', '100627.421000', '100627.424000', '100627.427000', '100627.430000', '100627.433000', '100627.436000', '100627.439000', '100627.441000', '100627.444000', '100627.447000', '100627.450000', '100627.453000', '100627.456000', '100647.333000', '100647.336000', '100647.346000', '100647.348000', '100647.351000', '100647.354000', '100647.357000', '100647.360000', '100647.363000', '100647.366000', '100647.369000', '100647.372000', '100647.375000', '100647.377000', '100647.380000', '100647.383000', '100647.387000', '100647.391000', '100647.394000', '100647.396000', '100647.399000', '100647.402000', '100647.405000', '100647.408000', '100647.411000', '100647.414000', '100647.416000', '100647.419000', '100647.422000', '100647.425000', '100647.428000', '100647.431000', '100647.434000', '100647.436000', '100647.439000', '100647.442000', '100647.445000', '100647.448000', '100647.451000', '100647.454000', '100647.457000', '100647.460000', '100647.463000', '100707.333000', '100707.336000', '100707.339000', '100707.342000', '100707.345000', '100707.347000', '100707.350000', '100707.353000', '100707.356000', '100707.359000', '100707.362000', '100707.365000', '100707.367000', '100707.370000', '100707.373000', '100707.376000', '100707.379000', '100707.382000', '100707.385000', '100707.388000', '100707.391000', '100707.394000', '100707.396000', '100707.399000', '100707.402000', '100707.405000', '100707.408000', '100707.411000', '100707.414000', '100707.416000', '100707.419000', '100707.422000', '100707.425000', '100707.428000', '100707.431000', '100707.434000', '100707.437000', '100707.439000', '100707.442000', '100707.445000', '100707.448000', '100707.451000', '100707.454000', '100707.457000', '100727.333000', '100727.336000', '100727.339000', '100727.342000', '100727.345000', '100727.347000', '100727.350000', '100727.353000', '100727.356000', '100727.359000', '100727.362000', '100727.365000', '100727.367000', '100727.370000', '100727.373000', '100727.376000', '100727.379000', '100727.382000', '100727.385000', '100727.388000', '100727.391000', '100727.393000', '100727.396000', '100727.399000', '100727.402000', '100727.405000', '100727.419000', '100727.422000', '100727.425000', '100727.428000', '100727.431000', '100727.433000', '100727.436000', '100727.439000', '100727.442000', '100727.445000', '100727.448000', '100727.451000', '100727.454000', '100727.456000', '100727.459000', '100727.462000', '100727.465000', '100747.333000', '100747.336000', '100747.339000', '100747.342000', '100747.344000', '100747.347000', '100747.350000', '100747.353000', '100747.356000', '100747.359000', '100747.362000', '100747.364000', '100747.367000', '100747.370000', '100747.373000', '100747.376000', '100747.379000', '100747.382000', '100747.385000', '100747.387000', '100747.390000', '100747.393000', '100747.396000', '100747.399000', '100747.402000', '100747.404000', '100747.407000', '100747.410000', '100747.413000', '100747.416000', '100747.419000', '100747.422000', '100747.424000', '100747.427000', '100747.430000', '100747.433000', '100747.436000', '100747.439000', '100747.442000', '100747.444000', '100747.447000', '100747.450000', '100747.453000', '100747.456000', '100807.333000', '100807.336000', '100807.339000', '100807.342000', '100807.345000', '100807.348000', '100807.350000', '100807.353000', '100807.356000', '100807.359000', '100807.362000', '100807.365000', '100807.368000', '100807.370000', '100807.373000', '100807.376000', '100807.379000', '100807.382000', '100807.385000', '100807.388000', '100807.391000', '100807.394000', '100807.396000', '100807.399000', '100807.402000', '100807.405000', '100807.408000', '100807.411000', '100807.414000', '100807.417000', '100807.420000', '100807.422000', '100807.426000', '100807.429000', '100807.432000', '100807.435000', '100807.438000', '100807.441000', '100807.444000', '100807.447000', '100807.450000', '100807.453000', '100807.455000', '100827.333000', '100827.344000', '100827.347000', '100827.349000', '100827.352000', '100827.355000', '100827.358000', '100827.361000', '100827.364000', '100827.367000', '100827.370000', '100827.373000', '100827.376000', '100827.379000', '100827.382000', '100827.385000', '100827.388000', '100827.391000', '100827.393000', '100827.396000', '100827.399000', '100827.402000', '100827.405000', '100827.408000', '100827.411000', '100827.414000', '100827.417000', '100827.419000', '100827.422000', '100827.426000', '100827.429000', '100827.432000', '100827.435000', '100827.438000', '100827.441000', '100827.444000', '100827.447000', '100827.449000', '100827.452000', '100827.455000', '100827.458000', '100827.461000', '100827.464000', '100827.467000', '100847.332000', '100847.335000', '100847.338000', '100847.341000', '100847.344000', '100847.347000', '100847.349000', '100847.352000', '100847.355000', '100847.358000', '100847.361000', '100847.364000', '100847.367000', '100847.369000', '100847.372000', '100847.375000', '100847.378000', '100847.381000', '100847.384000', '100847.387000', '100847.390000', '100847.392000', '100847.395000', '100847.398000', '100847.401000', '100847.404000', '100847.407000', '100847.410000', '100847.414000', '100847.417000', '100847.420000', '100847.423000', '100847.426000', '100847.429000', '100847.431000', '100847.434000', '100847.437000', '100847.440000', '100847.443000', '100847.446000', '100847.449000', '100847.452000', '100847.455000', '100900.436000', '100900.440000', '100900.444000', '100900.447000', '100900.451000', '100900.454000', '100900.457000', '100900.461000', '100900.475000', '100900.478000', '100900.481000', '100900.484000', '100900.487000', '100900.490000', '100900.493000', '100900.496000', '100900.499000', '100900.502000', '100900.505000', '100900.508000', '100900.511000', '100900.514000', '100900.517000', '100900.520000', '100900.523000', '100900.526000', '100900.529000', '100900.532000', '100900.535000'], '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': [11974, 13815, 12780, 12096, 13550, 11094, 9385, 8560, 7215, 11496, 6703, 6515, 6372, 7710, 10054, 10543, 9316, 10986, 10032, 7740, 10734, 9864, 8890, 11562, 9215, 11754, 11099, 8853, 9396, 9052, 7396, 11092, 8304, 12095, 11644, 8295, 12598, 9012, 10239, 7244, 11466, 14048, 11121, 8432, 10299, 7869, 8749, 10423, 7701, 11828, 8198, 11105, 8631, 12181, 8484, 10668, 7120, 9647, 7103, 8483, 8902, 6911, 6706, 9995, 6636, 6829, 7734, 7695, 8398, 12263, 8947, 12514, 12502, 10784, 14431, 10471, 14335, 10700, 11173, 9532, 7379, 8563, 7295, 13077, 11093, 14457, 11159, 9963, 11215, 8929, 11996, 8724, 10472, 10274, 10082, 10813, 9453, 11057, 8483, 10146, 8938, 9733, 10015, 11121, 10007, 13190, 10252, 13353, 10096, 12730, 9065, 11104, 8986, 11024, 8795, 10683, 10397, 9830, 12323, 9896, 10894, 9542, 10288, 7999, 10537, 7659, 10741, 9271, 9670, 12531, 9938, 11262, 9245, 9984, 9767, 11044, 9714, 11170, 9880, 8498, 10031, 8229, 10282, 9948, 9951, 11013, 9986, 10180, 10199, 8030, 10832, 9390, 11374, 9260, 11309, 10156, 11196, 8019, 10464, 8130, 11021, 9971, 10442, 13047, 10065, 11474, 9157, 10581, 8155, 9943, 9360, 9428, 9162, 7120, 6835, 8241, 6671, 6946, 7810, 6848, 11027, 9552, 11906, 9674, 11950, 9430, 13735, 11689, 14159, 10738, 11332, 9144, 12712, 9585, 14315, 9781, 11680, 9151, 10442, 9761, 10650, 7423, 10171, 7616, 11334, 8547, 11311, 8918, 10447, 8107, 10366, 7900, 10729, 8323, 10665, 7969, 10771, 7535, 10972, 11102, 9219, 11451, 8819, 10592, 9219, 10282, 7392, 6936, 7056, 7807, 7992, 6972, 6822, 7787, 7041, 7131, 7886, 7193, 8963, 7647, 8659, 12551, 12844, 12178, 14593, 11653, 12830, 10364, 11012, 13399, 8474, 12115, 6846, 10634, 6980, 10764, 7040, 9995, 6899, 10323, 6924, 9855, 7062, 10442, 7397, 9162, 7020, 6873, 7214, 6938, 7910, 9384, 7740, 11385, 7485, 10327, 6788, 9773, 6944, 8480, 6968, 8390, 6996, 8205, 7761, 7591, 10411, 7714, 6851, 7556, 6734, 9847, 6936, 10462, 6896, 10696, 6897, 10428, 11713, 15011, 10814, 8305, 7310, 7163, 9994, 7419, 12804, 9084, 14133, 11282, 14033, 11336, 13623, 10421, 13829, 9866, 13457, 9812, 12267, 7612, 11146, 7155, 10557, 7141, 10125, 6977, 8035, 7725, 6932, 12125, 7165, 10561, 6932, 8053, 7010, 8997, 7011, 9659, 7036, 7470, 9152, 6958, 11947, 7053, 11827, 7249, 8889, 7061, 8305, 7063, 9727, 6927, 10003, 6969, 9504, 6882, 9663, 7488, 9990, 7137, 11062, 6974, 9902, 13513, 9011, 13108, 10329, 11623, 8862, 10942, 8204, 8083, 7044, 9740, 7052, 13046, 8420, 7593, 7548, 7355, 7452, 7391, 10532, 7206, 6732, 7268, 7130, 9917, 8682, 7236, 12681, 9223, 13545, 12533, 12734, 14656, 11723, 15475, 11954, 14611, 14061, 13464, 12762, 9562, 7666, 7257, 7186, 6948, 8592, 9334, 7599, 8669, 7572, 7161, 11192, 7977, 9828, 12962, 10441, 15276, 13383, 13826, 14516, 10410, 13758, 7574, 9560, 7029, 9329, 7032, 9075, 7103, 9062, 7132, 8971, 7312, 7225, 7046, 6993, 8327, 6995, 9018, 7476, 7085, 7412, 7098, 7588, 7041, 9546, 7709, 9733, 7657, 12204, 8687, 14099, 9822, 7536, 8308, 7608, 8864, 9618, 9758, 11541, 8324, 8122, 7077, 7257, 12840, 7778, 12400, 11058, 10570, 14846, 12847, 14412, 12975, 14429, 11715, 14470, 10801, 12514, 7501, 7020, 10859, 6813, 10352, 7535, 14242, 8363, 13294, 7606, 11348, 6991, 10495, 6884, 9385, 6812, 9818, 7035, 6887, 7214, 6887, 7046, 6723, 7949, 7912, 6848, 9234, 7229, 7222, 7206, 11880, 7114, 13145, 8963, 11208, 10851, 7712, 14928, 9570, 11472, 8011, 9095, 8414, 7032, 10051, 6917, 10077, 6930, 8727, 7047, 8023, 6820, 7008, 6939, 11341, 7078, 8516, 6971, 6982, 7073, 7284, 10456, 7687, 8494, 7833, 7050, 9106, 7127, 9530, 12870, 7856, 11342, 7230, 9835, 7454, 8344, 6890, 7837, 7054, 9181, 7093, 8196, 13619, 10103, 10897, 9555, 7490, 11211, 7097, 10858, 7164, 9284, 7116, 8333, 7077, 10622, 7042, 9197, 9005, 7850, 13079, 10750, 9961, 7658, 6937, 7105, 7092, 8905, 6821, 10016, 7133, 10468, 7698, 11615, 8522, 8564, 11442, 8976, 14970, 12921, 15392, 13978, 14949, 15499, 13043, 16508, 12389, 15197, 10308, 8068, 7110, 6866, 8615, 6844, 7360, 10096, 7127, 12509, 7060, 9836, 7068, 9562, 7202, 9637, 7281, 7147, 7124, 11990, 7367, 9994, 7801, 7282, 11857, 7258, 10220, 7112, 7921, 7187, 7489, 7115, 8530, 7044, 7442, 12279, 8060, 11208, 7318, 9185, 13319, 10094, 11430, 7169, 15014, 9710, 7094, 7117, 6923, 6920, 6997, 11700, 7793, 7432, 7004, 10343, 7642, 6898, 9146, 7039, 14002, 10780, 14626, 12404, 15167, 12874, 15339, 12750, 14137, 15626, 11821, 14517, 10132, 10471, 7677, 8086, 7034, 6990, 7180, 6847, 7350, 7057, 8657, 7196, 9246, 7022, 12546, 7356, 10245, 7654, 7926, 13153, 7148, 11147, 6878, 7661, 7006, 6847, 7176, 7089, 9949, 7007, 7078, 7380, 6900, 7131, 6929, 7068, 7225, 7350, 11170, 7280, 12433, 9292, 10684, 7771, 12755, 8239, 11232, 9236, 8720, 14733, 10590, 12059, 9843, 11640, 8399, 9299, 7074, 8700, 7118, 7127, 11485, 6937, 9945, 7194, 8704, 7139, 7659, 7119, 7290, 7172, 7099, 10343, 7504, 7013, 7621, 7117, 9072, 6953, 6946, 10856, 11880, 9945, 6876, 10021, 12870, 12817, 16190, 13269, 14519, 11649, 13089, 11937, 12377, 12541, 10376, 6884, 8579, 6913, 9351, 7098, 11496, 6875, 10073, 16168, 11190, 11154, 7165, 7297, 9141, 7130, 9755, 7147, 8361, 7046, 7100, 7069, 7162, 7310, 7491, 7192, 7054, 10077, 7193, 10966, 7232, 9133, 6977, 8373, 7003, 8365, 7272, 9054, 7234, 9808, 7413, 7362, 12826, 8010, 11016, 7345, 7942, 13062, 8632, 8572, 6779, 6815, 6971, 6890, 7484, 7338, 7702, 10669, 7042, 7172, 7068, 7356, 9377, 8689, 9396, 16174, 14920, 13377, 13889, 18555, 14123, 16085, 12400, 9350, 14287, 16427, 17183, 17477, 14645, 12833, 16469, 13308, 16349, 12390, 15999, 12250, 13354, 9051, 10063, 7153, 8303, 7066, 7490, 7025, 7113, 7229, 6959], 'WindowCenter': [4262.0, 4298.0, 4278.0, 4252.0, 4249.0, 4251.0, 4215.0, 4215.0, 4183.0, 4218.0, 4157.0, 4117.0, 4079.0, 4154.0, 4185.0, 4267.0, 4193.0, 4258.0, 4236.0, 4189.0, 4219.0, 4221.0, 4225.0, 4241.0, 4221.0, 4243.0, 4258.0, 4239.0, 4237.0, 4196.0, 4179.0, 4230.0, 4201.0, 4230.0, 4232.0, 4201.0, 4243.0, 4225.0, 4085.0, 4159.0, 4235.0, 4232.0, 4212.0, 4191.0, 4198.0, 4179.0, 4190.0, 4223.0, 4183.0, 4233.0, 4198.0, 4225.0, 4193.0, 4232.0, 4206.0, 4226.0, 4136.0, 4224.0, 4181.0, 4211.0, 4221.0, 4167.0, 4171.0, 4225.0, 4173.0, 4151.0, 4168.0, 4180.0, 4191.0, 4231.0, 4202.0, 4231.0, 4231.0, 4209.0, 4242.0, 4209.0, 4230.0, 4209.0, 4206.0, 4199.0, 4157.0, 4161.0, 4127.0, 4214.0, 4205.0, 4227.0, 4218.0, 4196.0, 4207.0, 4186.0, 4203.0, 4175.0, 4196.0, 4208.0, 4222.0, 4221.0, 4211.0, 4221.0, 4201.0, 4210.0, 4189.0, 4186.0, 4197.0, 4207.0, 4198.0, 4219.0, 4199.0, 4218.0, 4198.0, 4218.0, 4177.0, 4194.0, 4174.0, 4194.0, 4163.0, 4194.0, 4183.0, 4184.0, 4204.0, 4184.0, 4194.0, 4184.0, 4182.0, 4163.0, 4193.0, 4153.0, 4205.0, 4184.0, 4198.0, 4218.0, 4212.0, 4220.0, 4199.0, 4198.0, 4209.0, 4208.0, 4211.0, 4221.0, 4210.0, 4191.0, 4210.0, 4178.0, 4223.0, 4198.0, 4199.0, 4209.0, 4210.0, 4212.0, 4223.0, 4182.0, 4222.0, 4201.0, 4221.0, 4214.0, 4233.0, 4212.0, 4222.0, 4179.0, 4209.0, 4179.0, 4209.0, 4200.0, 4210.0, 4230.0, 4199.0, 4209.0, 4188.0, 4197.0, 4167.0, 4189.0, 4178.0, 4201.0, 4211.0, 4171.0, 4173.0, 4188.0, 4158.0, 4157.0, 4179.0, 4174.0, 4234.0, 4214.0, 4234.0, 4213.0, 4233.0, 4204.0, 4243.0, 4221.0, 4230.0, 4209.0, 4209.0, 4198.0, 4216.0, 4186.0, 4218.0, 4199.0, 4207.0, 4175.0, 4184.0, 4173.0, 4185.0, 4143.0, 4182.0, 4153.0, 4193.0, 4163.0, 4193.0, 4186.0, 4195.0, 4165.0, 4198.0, 4168.0, 4208.0, 4167.0, 4197.0, 4156.0, 4195.0, 4145.0, 4195.0, 4195.0, 4176.0, 4196.0, 4177.0, 4185.0, 4176.0, 4189.0, 4161.0, 4134.0, 4171.0, 4192.0, 4191.0, 4174.0, 4148.0, 4166.0, 4157.0, 4110.0, 4113.0, 4154.0, 4177.0, 4137.0, 4160.0, 4202.0, 4212.0, 4202.0, 4212.0, 4192.0, 4199.0, 4179.0, 4167.0, 4200.0, 4147.0, 4188.0, 4105.0, 4165.0, 4115.0, 4176.0, 4115.0, 4165.0, 4127.0, 4167.0, 4126.0, 4179.0, 4140.0, 4179.0, 4128.0, 4157.0, 4129.0, 4130.0, 4141.0, 4131.0, 4164.0, 4173.0, 4166.0, 4205.0, 4154.0, 4193.0, 4145.0, 4195.0, 4143.0, 4162.0, 4142.0, 4163.0, 4143.0, 4176.0, 4155.0, 4167.0, 4207.0, 4156.0, 4134.0, 4155.0, 4134.0, 4184.0, 4145.0, 4196.0, 4147.0, 4209.0, 4159.0, 4195.0, 4239.0, 4274.0, 4240.0, 4185.0, 4163.0, 4163.0, 4205.0, 4165.0, 4224.0, 4194.0, 4234.0, 4213.0, 4220.0, 4189.0, 4222.0, 4191.0, 4210.0, 4178.0, 4198.0, 4191.0, 4200.0, 4151.0, 4189.0, 4128.0, 4177.0, 4128.0, 4179.0, 4128.0, 4149.0, 4136.0, 4127.0, 4188.0, 4128.0, 4178.0, 4128.0, 4137.0, 4129.0, 4158.0, 4129.0, 4180.0, 4140.0, 4153.0, 4183.0, 4154.0, 4204.0, 4144.0, 4214.0, 4153.0, 4182.0, 4152.0, 4173.0, 4155.0, 4206.0, 4157.0, 4208.0, 4157.0, 4209.0, 4158.0, 4198.0, 4168.0, 4208.0, 4157.0, 4216.0, 4144.0, 4196.0, 4225.0, 4186.0, 4215.0, 4193.0, 4203.0, 4174.0, 4193.0, 4162.0, 4161.0, 4143.0, 4194.0, 4165.0, 4262.0, 4209.0, 4186.0, 4184.0, 4162.0, 4153.0, 4166.0, 4215.0, 4173.0, 4190.0, 4198.0, 4187.0, 4227.0, 4217.0, 4198.0, 4256.0, 4216.0, 4257.0, 4235.0, 4233.0, 4245.0, 4223.0, 4244.0, 4222.0, 4240.0, 4232.0, 4232.0, 4209.0, 4179.0, 4146.0, 4145.0, 4123.0, 4164.0, 4181.0, 4180.0, 4162.0, 4172.0, 4163.0, 4153.0, 4201.0, 4164.0, 4182.0, 4212.0, 4180.0, 4210.0, 4199.0, 4198.0, 4198.0, 4165.0, 4186.0, 4124.0, 4153.0, 4101.0, 4142.0, 4102.0, 4140.0, 4112.0, 4153.0, 4124.0, 4156.0, 4138.0, 4138.0, 4129.0, 4140.0, 4160.0, 4167.0, 4196.0, 4154.0, 4155.0, 4155.0, 4155.0, 4165.0, 4156.0, 4196.0, 4166.0, 4197.0, 4166.0, 4229.0, 4197.0, 4259.0, 4240.0, 4183.0, 4181.0, 4182.0, 4203.0, 4216.0, 4215.0, 4233.0, 4195.0, 4183.0, 4174.0, 4174.0, 4235.0, 4173.0, 4247.0, 4226.0, 4213.0, 4257.0, 4235.0, 4247.0, 4234.0, 4235.0, 4212.0, 4222.0, 4189.0, 4209.0, 4137.0, 4126.0, 4188.0, 4127.0, 4177.0, 4146.0, 4217.0, 4156.0, 4206.0, 4146.0, 4185.0, 4125.0, 4175.0, 4124.0, 4165.0, 4127.0, 4177.0, 4138.0, 4138.0, 4149.0, 4139.0, 4152.0, 4142.0, 4174.0, 4174.0, 4144.0, 4194.0, 4154.0, 4164.0, 4165.0, 4213.0, 4143.0, 4225.0, 4184.0, 4203.0, 4201.0, 4151.0, 4222.0, 4181.0, 4201.0, 4160.0, 4171.0, 4160.0, 4140.0, 4190.0, 4140.0, 4192.0, 4153.0, 4172.0, 4153.0, 4173.0, 4155.0, 4165.0, 4167.0, 4228.0, 4168.0, 4199.0, 4156.0, 4167.0, 4166.0, 4179.0, 4217.0, 4176.0, 4197.0, 4176.0, 4167.0, 4197.0, 4167.0, 4220.0, 4239.0, 4188.0, 4229.0, 4167.0, 4219.0, 4179.0, 4187.0, 4156.0, 4177.0, 4167.0, 4210.0, 4168.0, 4201.0, 4251.0, 4219.0, 4218.0, 4208.0, 4167.0, 4215.0, 4166.0, 4229.0, 4168.0, 4196.0, 4165.0, 4185.0, 4166.0, 4216.0, 4166.0, 4207.0, 4138.0, 4210.0, 4261.0, 4228.0, 4206.0, 4176.0, 4168.0, 4179.0, 4179.0, 4208.0, 4167.0, 4204.0, 4165.0, 4216.0, 4188.0, 4225.0, 4195.0, 4184.0, 4226.0, 4208.0, 4259.0, 4236.0, 4247.0, 4234.0, 4235.0, 4232.0, 4222.0, 4219.0, 4198.0, 4208.0, 4177.0, 4145.0, 4125.0, 4125.0, 4170.0, 4127.0, 4147.0, 4188.0, 4138.0, 4223.0, 4141.0, 4191.0, 4140.0, 4180.0, 4151.0, 4181.0, 4151.0, 4152.0, 4154.0, 4226.0, 4165.0, 4206.0, 4164.0, 4165.0, 4213.0, 4164.0, 4204.0, 4153.0, 4172.0, 4154.0, 4164.0, 4165.0, 4197.0, 4166.0, 4177.0, 4239.0, 4190.0, 4229.0, 4168.0, 4209.0, 4226.0, 4205.0, 4215.0, 4167.0, 4256.0, 4227.0, 4172.0, 4161.0, 4162.0, 4172.0, 4175.0, 4248.0, 4198.0, 4187.0, 4188.0, 4251.0, 4208.0, 4187.0, 4229.0, 4179.0, 4257.0, 4239.0, 4257.0, 4236.0, 4246.0, 4234.0, 4233.0, 4219.0, 4219.0, 4217.0, 4196.0, 4217.0, 4185.0, 4184.0, 4144.0, 4156.0, 4147.0, 4134.0, 4148.0, 4137.0, 4149.0, 4150.0, 4181.0, 4153.0, 4192.0, 4153.0, 4223.0, 4161.0, 4190.0, 4149.0, 4159.0, 4209.0, 4138.0, 4198.0, 4126.0, 4148.0, 4137.0, 4139.0, 4150.0, 4152.0, 4202.0, 4153.0, 4152.0, 4177.0, 4166.0, 4166.0, 4166.0, 4179.0, 4179.0, 4180.0, 4239.0, 4180.0, 4239.0, 4208.0, 4229.0, 4188.0, 4238.0, 4198.0, 4228.0, 4207.0, 4198.0, 4248.0, 4217.0, 4227.0, 4206.0, 4215.0, 4186.0, 4194.0, 4166.0, 4196.0, 4153.0, 4155.0, 4214.0, 4155.0, 4205.0, 4167.0, 4197.0, 4166.0, 4176.0, 4166.0, 4167.0, 4167.0, 4188.0, 4240.0, 4200.0, 4176.0, 4172.0, 4174.0, 4204.0, 4174.0, 4164.0, 4227.0, 4237.0, 4214.0, 4164.0, 4216.0, 4236.0, 4236.0, 4245.0, 4234.0, 4232.0, 4212.0, 4222.0, 4200.0, 4210.0, 4210.0, 4178.0, 4140.0, 4158.0, 4137.0, 4178.0, 4139.0, 4200.0, 4128.0, 4180.0, 4219.0, 4187.0, 4187.0, 4126.0, 4137.0, 4164.0, 4125.0, 4165.0, 4127.0, 4157.0, 4127.0, 4139.0, 4138.0, 4138.0, 4149.0, 4162.0, 4151.0, 4153.0, 4203.0, 4154.0, 4214.0, 4165.0, 4195.0, 4166.0, 4186.0, 4155.0, 4175.0, 4167.0, 4200.0, 4166.0, 4208.0, 4166.0, 4169.0, 4239.0, 4176.0, 4218.0, 4166.0, 4201.0, 4247.0, 4198.0, 4195.0, 4151.0, 4140.0, 4127.0, 4151.0, 4198.0, 4152.0, 4215.0, 4269.0, 4211.0, 4207.0, 4198.0, 4209.0, 4236.0, 4238.0, 4252.0, 4290.0, 4270.0, 4259.0, 4259.0, 4282.0, 4248.0, 4258.0, 4237.0, 4217.0, 4243.0, 4244.0, 4243.0, 4242.0, 4231.0, 4221.0, 4243.0, 4219.0, 4230.0, 4210.0, 4219.0, 4197.0, 4205.0, 4152.0, 4162.0, 4112.0, 4142.0, 4124.0, 4134.0, 4137.0, 4135.0, 4146.0, 4149.0], 'WindowWidth': [9420.0, 9478.0, 9443.0, 9394.0, 9384.0, 9391.0, 9334.0, 9338.0, 9290.0, 9325.0, 9245.0, 9168.0, 9099.0, 9234.0, 9266.0, 9423.0, 9288.0, 9407.0, 9372.0, 9293.0, 9333.0, 9342.0, 9353.0, 9371.0, 9341.0, 9375.0, 9407.0, 9382.0, 9376.0, 9299.0, 9283.0, 9351.0, 9315.0, 9352.0, 9358.0, 9314.0, 9372.0, 9353.0, 9075.0, 9249.0, 9369.0, 9353.0, 9323.0, 9294.0, 9296.0, 9275.0, 9291.0, 9340.0, 9289.0, 9356.0, 9312.0, 9346.0, 9301.0, 9351.0, 9324.0, 9347.0, 9208.0, 9348.0, 9289.0, 9330.0, 9343.0, 9265.0, 9272.0, 9354.0, 9280.0, 9239.0, 9257.0, 9280.0, 9294.0, 9349.0, 9312.0, 9350.0, 9350.0, 9315.0, 9369.0, 9314.0, 9347.0, 9317.0, 9305.0, 9307.0, 9244.0, 9239.0, 9183.0, 9315.0, 9303.0, 9336.0, 9325.0, 9293.0, 9308.0, 9278.0, 9295.0, 9263.0, 9293.0, 9312.0, 9339.0, 9335.0, 9323.0, 9338.0, 9310.0, 9321.0, 9288.0, 9278.0, 9296.0, 9308.0, 9299.0, 9328.0, 9301.0, 9326.0, 9299.0, 9325.0, 9267.0, 9286.0, 9259.0, 9284.0, 9241.0, 9284.0, 9270.0, 9271.0, 9300.0, 9275.0, 9285.0, 9272.0, 9267.0, 9243.0, 9282.0, 9232.0, 9305.0, 9275.0, 9298.0, 9327.0, 9326.0, 9333.0, 9304.0, 9300.0, 9318.0, 9311.0, 9323.0, 9337.0, 9320.0, 9296.0, 9320.0, 9273.0, 9344.0, 9300.0, 9301.0, 9316.0, 9319.0, 9325.0, 9341.0, 9285.0, 9340.0, 9309.0, 9337.0, 9336.0, 9358.0, 9326.0, 9338.0, 9277.0, 9315.0, 9275.0, 9316.0, 9302.0, 9317.0, 9343.0, 9300.0, 9312.0, 9283.0, 9294.0, 9253.0, 9281.0, 9267.0, 9304.0, 9325.0, 9276.0, 9280.0, 9290.0, 9248.0, 9242.0, 9278.0, 9282.0, 9358.0, 9333.0, 9358.0, 9329.0, 9353.0, 9316.0, 9369.0, 9336.0, 9346.0, 9316.0, 9316.0, 9300.0, 9319.0, 9277.0, 9325.0, 9300.0, 9308.0, 9259.0, 9269.0, 9252.0, 9270.0, 9214.0, 9264.0, 9227.0, 9279.0, 9243.0, 9282.0, 9279.0, 9289.0, 9249.0, 9295.0, 9256.0, 9309.0, 9252.0, 9292.0, 9236.0, 9285.0, 9217.0, 9286.0, 9286.0, 9261.0, 9289.0, 9265.0, 9272.0, 9262.0, 9282.0, 9248.0, 9201.0, 9271.0, 9307.0, 9296.0, 9276.0, 9233.0, 9252.0, 9244.0, 9150.0, 9162.0, 9248.0, 9267.0, 9197.0, 9238.0, 9295.0, 9313.0, 9295.0, 9311.0, 9281.0, 9285.0, 9258.0, 9236.0, 9287.0, 9212.0, 9268.0, 9152.0, 9232.0, 9165.0, 9247.0, 9168.0, 9232.0, 9187.0, 9238.0, 9186.0, 9259.0, 9213.0, 9259.0, 9192.0, 9226.0, 9195.0, 9198.0, 9213.0, 9198.0, 9250.0, 9258.0, 9257.0, 9305.0, 9234.0, 9284.0, 9225.0, 9291.0, 9217.0, 9242.0, 9217.0, 9245.0, 9218.0, 9266.0, 9237.0, 9256.0, 9310.0, 9239.0, 9209.0, 9235.0, 9208.0, 9274.0, 9222.0, 9290.0, 9230.0, 9315.0, 9248.0, 9289.0, 9365.0, 9427.0, 9373.0, 9288.0, 9252.0, 9254.0, 9312.0, 9259.0, 9333.0, 9297.0, 9353.0, 9320.0, 9323.0, 9277.0, 9329.0, 9282.0, 9306.0, 9260.0, 9286.0, 9283.0, 9294.0, 9228.0, 9272.0, 9190.0, 9253.0, 9190.0, 9259.0, 9189.0, 9218.0, 9200.0, 9188.0, 9272.0, 9193.0, 9256.0, 9191.0, 9203.0, 9196.0, 9232.0, 9196.0, 9264.0, 9212.0, 9235.0, 9275.0, 9238.0, 9302.0, 9226.0, 9319.0, 9236.0, 9272.0, 9235.0, 9263.0, 9245.0, 9315.0, 9250.0, 9316.0, 9248.0, 9321.0, 9250.0, 9302.0, 9264.0, 9317.0, 9249.0, 9323.0, 9225.0, 9296.0, 9334.0, 9282.0, 9321.0, 9287.0, 9302.0, 9263.0, 9287.0, 9246.0, 9243.0, 9224.0, 9292.0, 9260.0, 9409.0, 9331.0, 9294.0, 9287.0, 9250.0, 9238.0, 9260.0, 9322.0, 9269.0, 9308.0, 9319.0, 9304.0, 9354.0, 9342.0, 9319.0, 9395.0, 9339.0, 9398.0, 9362.0, 9352.0, 9375.0, 9337.0, 9370.0, 9336.0, 9363.0, 9357.0, 9350.0, 9310.0, 9267.0, 9221.0, 9221.0, 9185.0, 9259.0, 9274.0, 9267.0, 9245.0, 9260.0, 9248.0, 9237.0, 9298.0, 9251.0, 9269.0, 9311.0, 9263.0, 9303.0, 9287.0, 9282.0, 9285.0, 9232.0, 9262.0, 9177.0, 9212.0, 9140.0, 9194.0, 9143.0, 9193.0, 9160.0, 9215.0, 9180.0, 9225.0, 9207.0, 9207.0, 9196.0, 9212.0, 9240.0, 9264.0, 9300.0, 9238.0, 9240.0, 9240.0, 9243.0, 9255.0, 9246.0, 9297.0, 9259.0, 9300.0, 9257.0, 9351.0, 9310.0, 9402.0, 9378.0, 9286.0, 9280.0, 9283.0, 9312.0, 9337.0, 9333.0, 9354.0, 9304.0, 9287.0, 9273.0, 9274.0, 9357.0, 9274.0, 9377.0, 9347.0, 9323.0, 9393.0, 9356.0, 9377.0, 9352.0, 9359.0, 9314.0, 9330.0, 9277.0, 9301.0, 9206.0, 9189.0, 9273.0, 9192.0, 9258.0, 9217.0, 9315.0, 9231.0, 9297.0, 9217.0, 9265.0, 9186.0, 9249.0, 9184.0, 9239.0, 9195.0, 9257.0, 9208.0, 9208.0, 9225.0, 9213.0, 9235.0, 9224.0, 9268.0, 9268.0, 9229.0, 9294.0, 9242.0, 9254.0, 9256.0, 9319.0, 9226.0, 9338.0, 9279.0, 9305.0, 9298.0, 9233.0, 9328.0, 9269.0, 9296.0, 9241.0, 9256.0, 9239.0, 9216.0, 9281.0, 9217.0, 9287.0, 9239.0, 9262.0, 9240.0, 9265.0, 9247.0, 9261.0, 9264.0, 9348.0, 9268.0, 9312.0, 9249.0, 9265.0, 9263.0, 9283.0, 9330.0, 9276.0, 9303.0, 9277.0, 9265.0, 9306.0, 9265.0, 9340.0, 9364.0, 9294.0, 9352.0, 9266.0, 9339.0, 9284.0, 9291.0, 9249.0, 9278.0, 9265.0, 9326.0, 9269.0, 9316.0, 9386.0, 9337.0, 9333.0, 9316.0, 9264.0, 9323.0, 9261.0, 9351.0, 9269.0, 9300.0, 9260.0, 9287.0, 9263.0, 9328.0, 9263.0, 9319.0, 9190.0, 9344.0, 9404.0, 9349.0, 9315.0, 9276.0, 9269.0, 9289.0, 9289.0, 9324.0, 9268.0, 9310.0, 9261.0, 9328.0, 9295.0, 9338.0, 9299.0, 9281.0, 9345.0, 9324.0, 9398.0, 9356.0, 9375.0, 9348.0, 9354.0, 9342.0, 9326.0, 9321.0, 9287.0, 9300.0, 9256.0, 9211.0, 9186.0, 9187.0, 9257.0, 9195.0, 9221.0, 9275.0, 9211.0, 9332.0, 9218.0, 9283.0, 9215.0, 9266.0, 9232.0, 9270.0, 9233.0, 9236.0, 9244.0, 9341.0, 9259.0, 9314.0, 9254.0, 9256.0, 9317.0, 9257.0, 9310.0, 9242.0, 9264.0, 9245.0, 9255.0, 9260.0, 9304.0, 9262.0, 9280.0, 9365.0, 9300.0, 9348.0, 9266.0, 9323.0, 9341.0, 9309.0, 9322.0, 9267.0, 9393.0, 9357.0, 9273.0, 9253.0, 9256.0, 9271.0, 9281.0, 9384.0, 9317.0, 9302.0, 9309.0, 9397.0, 9331.0, 9300.0, 9359.0, 9292.0, 9396.0, 9372.0, 9394.0, 9361.0, 9379.0, 9354.0, 9353.0, 9324.0, 9325.0, 9319.0, 9287.0, 9322.0, 9273.0, 9270.0, 9217.0, 9236.0, 9224.0, 9201.0, 9226.0, 9210.0, 9228.0, 9233.0, 9274.0, 9241.0, 9293.0, 9242.0, 9333.0, 9249.0, 9285.0, 9228.0, 9241.0, 9309.0, 9212.0, 9291.0, 9194.0, 9223.0, 9210.0, 9217.0, 9231.0, 9240.0, 9306.0, 9242.0, 9240.0, 9280.0, 9265.0, 9265.0, 9265.0, 9290.0, 9287.0, 9291.0, 9367.0, 9288.0, 9365.0, 9323.0, 9351.0, 9298.0, 9362.0, 9309.0, 9349.0, 9316.0, 9308.0, 9375.0, 9330.0, 9345.0, 9313.0, 9325.0, 9289.0, 9296.0, 9264.0, 9304.0, 9242.0, 9246.0, 9323.0, 9246.0, 9311.0, 9265.0, 9306.0, 9263.0, 9276.0, 9262.0, 9264.0, 9265.0, 9303.0, 9379.0, 9323.0, 9282.0, 9267.0, 9274.0, 9315.0, 9275.0, 9261.0, 9350.0, 9361.0, 9328.0, 9261.0, 9335.0, 9359.0, 9359.0, 9373.0, 9351.0, 9348.0, 9316.0, 9332.0, 9295.0, 9309.0, 9311.0, 9261.0, 9215.0, 9234.0, 9206.0, 9261.0, 9214.0, 9296.0, 9196.0, 9269.0, 9318.0, 9272.0, 9271.0, 9188.0, 9203.0, 9236.0, 9188.0, 9240.0, 9192.0, 9232.0, 9195.0, 9213.0, 9210.0, 9212.0, 9227.0, 9250.0, 9235.0, 9239.0, 9304.0, 9242.0, 9321.0, 9257.0, 9297.0, 9264.0, 9289.0, 9245.0, 9272.0, 9263.0, 9312.0, 9261.0, 9317.0, 9259.0, 9270.0, 9363.0, 9275.0, 9331.0, 9260.0, 9317.0, 9376.0, 9308.0, 9303.0, 9237.0, 9219.0, 9189.0, 9230.0, 9318.0, 9233.0, 9348.0, 9427.0, 9343.0, 9340.0, 9318.0, 9344.0, 9374.0, 9382.0, 9406.0, 9452.0, 9423.0, 9405.0, 9404.0, 9440.0, 9383.0, 9399.0, 9368.0, 9341.0, 9367.0, 9369.0, 9361.0, 9360.0, 9341.0, 9326.0, 9362.0, 9322.0, 9342.0, 9309.0, 9322.0, 9287.0, 9294.0, 9219.0, 9231.0, 9163.0, 9204.0, 9187.0, 9197.0, 9207.0, 9201.0, 9219.0, 9229.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.03611753440366972</td></tr>
<tr><td colspan=3>aqi</td><td>0.19371044380733943</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.77391289631469</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.024486507405281</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0824804011940297</td></tr>
<tr><td colspan=3>efc</td><td>0.4456</td></tr>
<tr><td colspan=3>fber</td><td>6935.3149</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.5415653390995302</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>393</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.06880733944954</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.049824668499133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8326004779200873</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3642772834257424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9525962441515703</td></tr>
<tr><td colspan=3>gcor</td><td>0.00523496</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011480501852929592</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042406029999256134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.129621110601285</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>20.7629</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2155</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.3625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.5049</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6898</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.5713</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.7352</td></tr>
<tr><td colspan=3>tsnr</td><td>13.196474321885034</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>