ds005256-mriqc/sub-0083_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter d3e7904c5d [DATALAD RUNCMD] Compute MRIQC for sub-0083
=== 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-0083 --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-0083",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:14 +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-0083_ses-01_task-social_acq-mb8_run-05_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-0083_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-05_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-0083/ses-01/func/sub-0083_ses-01_task-social_acq-mb8_run-05_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>a18106bb504a118a551968268b82a4cf</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>21:40:24.050000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</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-05_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>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.0979908</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7064, 967, -72, -190, 134, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>465066c7-5bff-4ec3-b42a-bc88ff9b71eb||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['214024.050000', '214024.510000', '214024.970000', '214025.430000', '214025.890000', '214026.350000', '214026.810000', '214027.270000', '214027.730000', '214028.190000', '214028.650000', '214029.110000', '214029.570000', '214030.030000', '214030.490000', '214030.950000', '214031.410000', '214031.870000', '214032.330000', '214032.790000', '214033.250000', '214033.710000', '214034.170000', '214034.630000', '214035.090000', '214035.550000', '214036.010000', '214036.470000', '214036.930000', '214037.390000', '214037.850000', '214038.310000', '214038.770000', '214039.230000', '214039.690000', '214040.150000', '214040.610000', '214041.070000', '214041.530000', '214041.990000', '214042.450000', '214042.910000', '214043.370000', '214043.830000', '214044.290000', '214044.750000', '214045.210000', '214045.670000', '214046.130000', '214046.590000', '214047.050000', '214047.510000', '214047.970000', '214048.430000', '214048.890000', '214049.350000', '214049.810000', '214050.270000', '214050.730000', '214051.190000', '214051.650000', '214052.110000', '214052.570000', '214053.030000', '214053.490000', '214053.950000', '214054.410000', '214054.870000', '214055.330000', '214055.790000', '214056.250000', '214056.710000', '214057.170000', '214057.630000', '214058.090000', '214058.550000', '214059.010000', '214059.470000', '214059.930000', '214100.390000', '214100.850000', '214101.310000', '214101.770000', '214102.230000', '214102.690000', '214103.150000', '214103.610000', '214104.070000', '214104.530000', '214104.990000', '214105.450000', '214105.910000', '214106.370000', '214106.830000', '214107.290000', '214107.750000', '214108.210000', '214108.670000', '214109.130000', '214109.590000', '214110.050000', '214110.510000', '214110.970000', '214111.430000', '214111.890000', '214112.350000', '214112.810000', '214113.270000', '214113.730000', '214114.190000', '214114.650000', '214115.110000', '214115.570000', '214116.030000', '214116.490000', '214116.950000', '214117.410000', '214117.870000', '214118.330000', '214118.790000', '214119.250000', '214119.710000', '214120.170000', '214120.630000', '214121.090000', '214121.550000', '214122.010000', '214122.470000', '214122.930000', '214123.390000', '214123.850000', '214124.310000', '214124.770000', '214125.230000', '214125.690000', '214126.150000', '214126.610000', '214127.070000', '214127.530000', '214127.990000', '214128.450000', '214128.910000', '214129.370000', '214129.830000', '214130.290000', '214130.750000', '214131.210000', '214131.670000', '214132.130000', '214132.590000', '214133.050000', '214133.510000', '214133.970000', '214134.430000', '214134.890000', '214135.350000', '214135.810000', '214136.270000', '214136.730000', '214137.190000', '214137.650000', '214138.110000', '214138.570000', '214139.030000', '214139.490000', '214139.950000', '214140.410000', '214140.870000', '214141.330000', '214141.790000', '214142.250000', '214142.710000', '214143.170000', '214143.630000', '214144.090000', '214144.550000', '214145.010000', '214145.470000', '214145.930000', '214146.390000', '214146.850000', '214147.310000', '214147.770000', '214148.230000', '214148.690000', '214149.150000', '214149.610000', '214150.070000', '214150.530000', '214150.990000', '214151.450000', '214151.910000', '214152.370000', '214152.830000', '214153.290000', '214153.750000', '214154.210000', '214154.670000', '214155.130000', '214155.590000', '214156.050000', '214156.510000', '214156.970000', '214157.430000', '214157.890000', '214158.350000', '214158.810000', '214159.270000', '214159.730000', '214200.190000', '214200.650000', '214201.110000', '214201.570000', '214202.030000', '214202.490000', '214202.950000', '214203.410000', '214203.870000', '214204.330000', '214204.790000', '214205.250000', '214205.710000', '214206.170000', '214206.630000', '214207.090000', '214207.550000', '214208.010000', '214208.470000', '214208.930000', '214209.390000', '214209.850000', '214210.310000', '214210.770000', '214211.230000', '214211.690000', '214212.150000', '214212.610000', '214213.070000', '214213.530000', '214213.990000', '214214.450000', '214214.910000', '214215.370000', '214215.830000', '214216.290000', '214216.750000', '214217.210000', '214217.670000', '214218.130000', '214218.590000', '214219.050000', '214219.510000', '214219.970000', '214220.430000', '214220.890000', '214221.350000', '214221.810000', '214222.270000', '214222.730000', '214223.190000', '214223.650000', '214224.110000', '214224.570000', '214225.030000', '214225.490000', '214225.950000', '214226.410000', '214226.870000', '214227.330000', '214227.790000', '214228.250000', '214228.710000', '214229.170000', '214229.630000', '214230.090000', '214230.550000', '214231.010000', '214231.470000', '214231.930000', '214232.390000', '214232.850000', '214233.310000', '214233.770000', '214234.230000', '214234.690000', '214235.150000', '214235.610000', '214236.070000', '214236.530000', '214236.990000', '214237.450000', '214237.910000', '214238.370000', '214238.830000', '214239.290000', '214239.750000', '214240.210000', '214240.670000', '214241.130000', '214241.590000', '214242.050000', '214242.510000', '214242.970000', '214243.430000', '214243.890000', '214244.350000', '214244.810000', '214245.270000', '214245.730000', '214246.190000', '214246.650000', '214247.110000', '214247.570000', '214248.030000', '214248.490000', '214248.950000', '214249.410000', '214249.870000', '214250.330000', '214250.790000', '214251.250000', '214251.710000', '214252.170000', '214252.630000', '214253.090000', '214253.550000', '214254.010000', '214254.470000', '214254.930000', '214255.390000', '214255.850000', '214256.310000', '214256.770000', '214257.230000', '214257.690000', '214258.150000', '214258.610000', '214259.070000', '214259.530000', '214259.990000', '214300.450000', '214300.910000', '214301.370000', '214301.830000', '214302.290000', '214302.750000', '214303.210000', '214303.670000', '214304.130000', '214304.590000', '214305.050000', '214305.510000', '214305.970000', '214306.430000', '214306.890000', '214307.350000', '214307.810000', '214308.270000', '214308.730000', '214309.190000', '214309.650000', '214310.110000', '214310.570000', '214311.030000', '214311.490000', '214311.950000', '214312.410000', '214312.870000', '214313.330000', '214313.790000', '214314.250000', '214314.710000', '214315.170000', '214315.630000', '214316.090000', '214316.550000', '214317.010000', '214317.470000', '214317.930000', '214318.390000', '214318.850000', '214319.310000', '214319.770000', '214320.230000', '214320.690000', '214321.150000', '214321.610000', '214322.070000', '214322.530000', '214322.990000', '214323.450000', '214323.910000', '214324.370000', '214324.830000', '214325.290000', '214325.750000', '214326.210000', '214326.670000', '214327.130000', '214327.590000', '214328.050000', '214328.510000', '214328.970000', '214329.430000', '214329.890000', '214330.350000', '214330.810000', '214331.270000', '214331.730000', '214332.190000', '214332.650000', '214333.110000', '214333.570000', '214334.030000', '214334.490000', '214334.950000', '214335.410000', '214335.870000', '214336.330000', '214336.790000', '214337.250000', '214337.710000', '214338.170000', '214338.630000', '214339.090000', '214339.550000', '214340.010000', '214340.470000', '214340.930000', '214341.390000', '214341.850000', '214342.310000', '214342.770000', '214343.230000', '214343.690000', '214344.150000', '214344.610000', '214345.070000', '214345.530000', '214345.990000', '214346.450000', '214346.910000', '214347.370000', '214347.830000', '214348.290000', '214348.750000', '214349.210000', '214349.670000', '214350.130000', '214350.590000', '214351.050000', '214351.510000', '214351.970000', '214352.430000', '214352.890000', '214353.350000', '214353.810000', '214354.270000', '214354.730000', '214355.190000', '214355.650000', '214356.110000', '214356.570000', '214357.030000', '214357.490000', '214357.950000', '214358.410000', '214358.870000', '214359.330000', '214359.790000', '214400.250000', '214400.710000', '214401.170000', '214401.630000', '214402.090000', '214402.550000', '214403.010000', '214403.470000', '214403.930000', '214404.390000', '214404.850000', '214405.310000', '214405.770000', '214406.230000', '214406.690000', '214407.150000', '214407.610000', '214408.070000', '214408.530000', '214408.990000', '214409.450000', '214409.910000', '214410.370000', '214410.830000', '214411.290000', '214411.750000', '214412.210000', '214412.670000', '214413.130000', '214413.590000', '214414.050000', '214414.510000', '214414.970000', '214415.430000', '214415.890000', '214416.350000', '214416.810000', '214417.270000', '214417.730000', '214418.190000', '214418.650000', '214419.110000', '214419.570000', '214420.030000', '214420.490000', '214420.950000', '214421.410000', '214421.870000', '214422.330000', '214422.790000', '214423.250000', '214423.710000', '214424.170000', '214424.630000', '214425.090000', '214425.550000', '214426.010000', '214426.470000', '214426.930000', '214427.390000', '214427.850000', '214428.310000', '214428.770000', '214429.230000', '214429.690000', '214430.150000', '214430.610000', '214431.070000', '214431.530000', '214431.990000', '214432.450000', '214432.910000', '214433.370000', '214433.830000', '214434.290000', '214434.750000', '214435.210000', '214435.670000', '214436.130000', '214436.590000', '214437.050000', '214437.510000', '214437.970000', '214438.430000', '214438.890000', '214439.350000', '214439.810000', '214440.270000', '214440.730000', '214441.190000', '214441.650000', '214442.110000', '214442.570000', '214443.030000', '214443.490000', '214443.950000', '214444.410000', '214444.870000', '214445.330000', '214445.790000', '214446.250000', '214446.710000', '214447.170000', '214447.630000', '214448.090000', '214448.550000', '214449.010000', '214449.470000', '214449.930000', '214450.390000', '214450.850000', '214451.310000', '214451.770000', '214452.230000', '214452.690000', '214453.150000', '214453.610000', '214454.070000', '214454.530000', '214454.990000', '214455.450000', '214455.910000', '214456.370000', '214456.830000', '214457.290000', '214457.750000', '214458.210000', '214458.670000', '214459.130000', '214459.590000', '214500.050000', '214500.510000', '214500.970000', '214501.430000', '214501.890000', '214502.350000', '214502.810000', '214503.270000', '214503.730000', '214504.190000', '214504.650000', '214505.110000', '214505.570000', '214506.030000', '214506.490000', '214506.950000', '214507.410000', '214507.870000', '214508.330000', '214508.790000', '214509.250000', '214509.710000', '214510.170000', '214510.630000', '214511.090000', '214511.550000', '214512.010000', '214512.470000', '214512.930000', '214513.390000', '214513.850000', '214514.310000', '214514.770000', '214515.230000', '214515.690000', '214516.150000', '214516.610000', '214517.070000', '214517.530000', '214517.990000', '214518.450000', '214518.910000', '214519.370000', '214519.830000', '214520.290000', '214520.750000', '214521.210000', '214521.670000', '214522.130000', '214522.590000', '214523.050000', '214523.510000', '214523.970000', '214524.430000', '214524.890000', '214525.350000', '214525.810000', '214526.270000', '214526.730000', '214527.190000', '214527.650000', '214528.110000', '214528.570000', '214529.030000', '214529.490000', '214529.950000', '214530.410000', '214530.870000', '214531.330000', '214531.790000', '214532.250000', '214532.710000', '214533.170000', '214533.630000', '214534.090000', '214534.550000', '214535.010000', '214535.470000', '214535.930000', '214536.390000', '214536.850000', '214537.310000', '214537.770000', '214538.230000', '214538.690000', '214539.150000', '214539.610000', '214540.070000', '214540.530000', '214540.990000', '214541.450000', '214541.910000', '214542.370000', '214542.830000', '214543.290000', '214543.750000', '214544.210000', '214544.670000', '214545.130000', '214545.590000', '214546.050000', '214546.510000', '214546.970000', '214547.430000', '214547.890000', '214548.350000', '214548.810000', '214549.270000', '214549.730000', '214550.190000', '214550.650000', '214551.110000', '214551.570000', '214552.030000', '214552.490000', '214552.950000', '214553.410000', '214553.870000', '214554.330000', '214554.790000', '214555.250000', '214555.710000', '214556.170000', '214556.630000', '214557.090000', '214557.550000', '214558.010000', '214558.470000', '214558.930000', '214559.390000', '214559.850000', '214600.310000', '214600.770000', '214601.230000', '214601.690000', '214602.150000', '214602.610000', '214603.070000', '214603.530000', '214603.990000', '214604.450000', '214604.910000', '214605.370000', '214605.830000', '214606.290000', '214606.750000', '214607.210000', '214607.670000', '214608.130000', '214608.590000', '214609.050000', '214609.510000', '214609.970000', '214610.430000', '214610.890000', '214611.350000', '214611.810000', '214612.270000', '214612.730000', '214613.190000', '214613.650000', '214614.110000', '214614.570000', '214615.030000', '214615.490000', '214615.950000', '214616.410000', '214616.870000', '214617.330000', '214617.790000', '214618.250000', '214618.710000', '214619.170000', '214619.630000', '214620.090000', '214620.550000', '214621.010000', '214621.470000', '214621.930000', '214622.390000', '214622.850000', '214623.310000', '214623.770000', '214624.230000', '214624.690000', '214625.150000', '214625.610000', '214626.070000', '214626.530000', '214626.990000', '214627.450000', '214627.910000', '214628.370000', '214628.830000', '214629.290000', '214629.750000', '214630.210000', '214630.670000', '214631.130000', '214631.590000', '214632.050000', '214632.510000', '214632.970000', '214633.430000', '214633.890000', '214634.350000', '214634.810000', '214635.270000', '214635.730000', '214636.190000', '214636.650000', '214637.110000', '214637.570000', '214638.030000', '214638.490000', '214638.950000', '214639.410000', '214639.870000', '214640.330000', '214640.790000', '214641.250000', '214641.710000', '214642.170000', '214642.630000', '214643.090000', '214643.550000', '214644.010000', '214644.470000', '214644.930000', '214645.390000', '214645.850000', '214646.310000', '214646.770000', '214647.230000', '214647.690000', '214648.150000', '214648.610000', '214649.070000', '214649.530000', '214649.990000', '214650.450000', '214650.910000', '214651.370000', '214651.830000', '214652.290000', '214652.750000', '214653.210000', '214653.670000', '214654.130000', '214654.590000', '214655.050000', '214655.510000', '214655.970000', '214656.430000', '214656.890000', '214657.350000', '214657.810000', '214658.270000', '214658.730000', '214659.190000', '214659.650000', '214700.110000', '214700.570000', '214701.030000', '214701.490000', '214701.950000', '214702.410000', '214702.870000', '214703.330000', '214703.790000', '214704.250000', '214704.710000'], 'ContentTime': ['214044.681000', '214044.684000', '214044.687000', '214044.690000', '214044.693000', '214044.695000', '214044.702000', '214044.705000', '214044.708000', '214044.710000', '214044.713000', '214044.715000', '214044.718000', '214044.721000', '214044.723000', '214044.726000', '214044.728000', '214044.731000', '214044.733000', '214044.736000', '214044.739000', '214044.741000', '214044.744000', '214044.746000', '214044.750000', '214044.752000', '214044.755000', '214044.757000', '214044.760000', '214044.763000', '214044.765000', '214044.768000', '214044.770000', '214044.773000', '214044.775000', '214044.778000', '214044.780000', '214044.783000', '214044.785000', '214044.788000', '214044.791000', '214044.793000', '214104.652000', '214104.655000', '214104.658000', '214104.660000', '214104.663000', '214104.665000', '214104.668000', '214104.671000', '214104.673000', '214104.676000', '214104.678000', '214104.681000', '214104.683000', '214104.686000', '214104.689000', '214104.691000', '214104.694000', '214104.696000', '214104.699000', '214104.701000', '214104.704000', '214104.706000', '214104.709000', '214104.712000', '214104.714000', '214104.717000', '214104.719000', '214104.737000', '214104.740000', '214104.742000', '214104.745000', '214104.748000', '214104.754000', '214104.757000', '214104.760000', '214104.762000', '214104.765000', '214104.767000', '214104.770000', '214104.772000', '214104.775000', '214104.778000', '214104.780000', '214124.652000', '214124.655000', '214124.658000', '214124.660000', '214124.663000', '214124.665000', '214124.668000', '214124.671000', '214124.673000', '214124.676000', '214124.678000', '214124.681000', '214124.683000', '214124.686000', '214124.689000', '214124.691000', '214124.694000', '214124.696000', '214124.699000', '214124.702000', '214124.704000', '214124.707000', '214124.709000', '214124.712000', '214124.715000', '214124.717000', '214124.720000', '214124.722000', '214124.725000', '214124.727000', '214124.730000', '214124.733000', '214124.735000', '214124.738000', '214124.740000', '214124.743000', '214124.745000', '214124.748000', '214124.751000', '214124.753000', '214124.756000', '214124.758000', '214124.761000', '214124.764000', '214144.651000', '214144.654000', '214144.657000', '214144.659000', '214144.662000', '214144.665000', '214144.667000', '214144.670000', '214144.672000', '214144.675000', '214144.678000', '214144.680000', '214144.683000', '214144.686000', '214144.688000', '214144.691000', '214144.693000', '214144.696000', '214144.698000', '214144.701000', '214144.704000', '214144.706000', '214144.709000', '214144.711000', '214144.714000', '214144.717000', '214144.719000', '214144.722000', '214144.724000', '214144.727000', '214144.730000', '214144.732000', '214144.735000', '214144.737000', '214144.740000', '214144.743000', '214144.745000', '214144.750000', '214144.753000', '214144.755000', '214144.758000', '214144.761000', '214144.763000', '214204.652000', '214204.654000', '214204.657000', '214204.660000', '214204.662000', '214204.665000', '214204.667000', '214204.670000', '214204.673000', '214204.675000', '214204.678000', '214204.680000', '214204.683000', '214204.685000', '214204.688000', '214204.691000', '214204.693000', '214204.696000', '214204.698000', '214204.701000', '214204.703000', '214204.706000', '214204.709000', '214204.711000', '214204.714000', '214204.716000', '214204.719000', '214204.722000', '214204.724000', '214204.727000', '214204.733000', '214204.735000', '214204.738000', '214204.741000', '214204.743000', '214204.746000', '214204.748000', '214204.751000', '214204.753000', '214204.756000', '214204.759000', '214204.761000', '214204.764000', '214204.766000', '214224.651000', '214224.654000', '214224.657000', '214224.659000', '214224.662000', '214224.665000', '214224.667000', '214224.670000', '214224.673000', '214224.675000', '214224.678000', '214224.681000', '214224.683000', '214224.686000', '214224.688000', '214224.691000', '214224.694000', '214224.696000', '214224.699000', '214224.701000', '214224.704000', '214224.706000', '214224.709000', '214224.711000', '214224.714000', '214224.724000', '214224.726000', '214224.729000', '214224.731000', '214224.734000', '214224.737000', '214224.739000', '214224.742000', '214224.745000', '214224.747000', '214224.750000', '214224.752000', '214224.755000', '214224.758000', '214224.760000', '214224.763000', '214224.765000', '214224.768000', '214244.651000', '214244.654000', '214244.657000', '214244.659000', '214244.662000', '214244.665000', '214244.667000', '214244.670000', '214244.672000', '214244.675000', '214244.678000', '214244.680000', '214244.683000', '214244.686000', '214244.688000', '214244.691000', '214244.693000', '214244.696000', '214244.698000', '214244.701000', '214244.704000', '214244.706000', '214244.709000', '214244.723000', '214244.725000', '214244.728000', '214244.730000', '214244.733000', '214244.736000', '214244.738000', '214244.741000', '214244.744000', '214244.746000', '214244.749000', '214244.751000', '214244.754000', '214244.756000', '214244.759000', '214244.762000', '214244.764000', '214244.767000', '214244.770000', '214244.772000', '214244.775000', '214304.651000', '214304.654000', '214304.657000', '214304.660000', '214304.662000', '214304.665000', '214304.667000', '214304.670000', '214304.673000', '214304.675000', '214304.678000', '214304.681000', '214304.683000', '214304.686000', '214304.688000', '214304.691000', '214304.693000', '214304.696000', '214304.699000', '214304.701000', '214304.704000', '214304.706000', '214304.709000', '214304.712000', '214304.718000', '214304.721000', '214304.723000', '214304.726000', '214304.729000', '214304.731000', '214304.734000', '214304.736000', '214304.739000', '214304.742000', '214304.744000', '214304.747000', '214304.749000', '214304.752000', '214304.755000', '214304.757000', '214304.760000', '214304.762000', '214304.765000', '214324.652000', '214324.655000', '214324.658000', '214324.660000', '214324.663000', '214324.666000', '214324.668000', '214324.671000', '214324.674000', '214324.676000', '214324.679000', '214324.681000', '214324.684000', '214324.687000', '214324.689000', '214324.692000', '214324.695000', '214324.697000', '214324.700000', '214324.702000', '214324.705000', '214324.707000', '214324.710000', '214324.713000', '214324.715000', '214324.718000', '214324.720000', '214324.723000', '214324.726000', '214324.728000', '214324.731000', '214324.734000', '214324.736000', '214324.739000', '214324.741000', '214324.744000', '214324.747000', '214324.749000', '214324.752000', '214324.755000', '214324.757000', '214324.760000', '214324.762000', '214324.765000', '214344.652000', '214344.655000', '214344.658000', '214344.660000', '214344.663000', '214344.666000', '214344.668000', '214344.671000', '214344.673000', '214344.676000', '214344.679000', '214344.681000', '214344.684000', '214344.687000', '214344.689000', '214344.692000', '214344.694000', '214344.697000', '214344.700000', '214344.702000', '214344.705000', '214344.707000', '214344.710000', '214344.712000', '214344.715000', '214344.718000', '214344.720000', '214344.723000', '214344.725000', '214344.728000', '214344.730000', '214344.733000', '214344.736000', '214344.738000', '214344.741000', '214344.743000', '214344.746000', '214344.749000', '214344.751000', '214344.754000', '214344.756000', '214344.759000', '214344.762000', '214404.651000', '214404.654000', '214404.657000', '214404.659000', '214404.662000', '214404.665000', '214404.667000', '214404.670000', '214404.672000', '214404.675000', '214404.678000', '214404.680000', '214404.683000', '214404.685000', '214404.688000', '214404.691000', '214404.693000', '214404.696000', '214404.698000', '214404.701000', '214404.703000', '214404.706000', '214404.709000', '214404.711000', '214404.714000', '214404.716000', '214404.719000', '214404.722000', '214404.724000', '214404.727000', '214404.729000', '214404.732000', '214404.734000', '214404.737000', '214404.739000', '214404.742000', '214404.745000', '214404.747000', '214404.750000', '214404.753000', '214404.755000', '214404.758000', '214404.761000', '214404.763000', '214424.652000', '214424.655000', '214424.657000', '214424.660000', '214424.675000', '214424.678000', '214424.680000', '214424.683000', '214424.686000', '214424.689000', '214424.691000', '214424.694000', '214424.696000', '214424.699000', '214424.702000', '214424.704000', '214424.707000', '214424.710000', '214424.712000', '214424.715000', '214424.717000', '214424.720000', '214424.723000', '214424.725000', '214424.728000', '214424.731000', '214424.733000', '214424.736000', '214424.738000', '214424.741000', '214424.744000', '214424.746000', '214424.749000', '214424.752000', '214424.754000', '214424.757000', '214424.760000', '214424.762000', '214424.765000', '214424.767000', '214424.770000', '214424.773000', '214424.775000', '214444.651000', '214444.655000', '214444.657000', '214444.660000', '214444.663000', '214444.665000', '214444.668000', '214444.671000', '214444.673000', '214444.676000', '214444.679000', '214444.681000', '214444.684000', '214444.686000', '214444.689000', '214444.692000', '214444.694000', '214444.697000', '214444.700000', '214444.702000', '214444.705000', '214444.707000', '214444.710000', '214444.713000', '214444.715000', '214444.718000', '214444.720000', '214444.723000', '214444.725000', '214444.728000', '214444.731000', '214444.733000', '214444.736000', '214444.738000', '214444.741000', '214444.743000', '214444.746000', '214444.749000', '214444.751000', '214444.754000', '214444.756000', '214444.759000', '214444.762000', '214504.652000', '214504.655000', '214504.657000', '214504.660000', '214504.663000', '214504.665000', '214504.668000', '214504.670000', '214504.673000', '214504.676000', '214504.678000', '214504.681000', '214504.683000', '214504.686000', '214504.689000', '214504.691000', '214504.694000', '214504.696000', '214504.699000', '214504.702000', '214504.704000', '214504.707000', '214504.709000', '214504.712000', '214504.714000', '214504.717000', '214504.720000', '214504.722000', '214504.725000', '214504.727000', '214504.730000', '214504.733000', '214504.735000', '214504.738000', '214504.740000', '214504.743000', '214504.745000', '214504.748000', '214504.751000', '214504.753000', '214504.756000', '214504.758000', '214504.761000', '214504.764000', '214524.651000', '214524.654000', '214524.657000', '214524.660000', '214524.662000', '214524.665000', '214524.668000', '214524.670000', '214524.673000', '214524.676000', '214524.679000', '214524.681000', '214524.684000', '214524.687000', '214524.689000', '214524.692000', '214524.695000', '214524.705000', '214524.708000', '214524.711000', '214524.713000', '214524.716000', '214524.719000', '214524.721000', '214524.724000', '214524.726000', '214524.729000', '214524.732000', '214524.734000', '214524.737000', '214524.739000', '214524.742000', '214524.745000', '214524.747000', '214524.750000', '214524.753000', '214524.755000', '214524.758000', '214524.760000', '214524.763000', '214524.766000', '214524.768000', '214524.771000', '214544.652000', '214544.655000', '214544.658000', '214544.660000', '214544.664000', '214544.666000', '214544.670000', '214544.672000', '214544.675000', '214544.678000', '214544.680000', '214544.683000', '214544.686000', '214544.688000', '214544.691000', '214544.693000', '214544.696000', '214544.699000', '214544.701000', '214544.704000', '214544.706000', '214544.709000', '214544.712000', '214544.714000', '214544.717000', '214544.719000', '214544.722000', '214544.725000', '214544.728000', '214544.730000', '214544.747000', '214544.750000', '214544.752000', '214544.755000', '214544.757000', '214544.760000', '214544.763000', '214544.765000', '214544.768000', '214544.770000', '214544.773000', '214544.776000', '214544.778000', '214544.781000', '214604.652000', '214604.655000', '214604.658000', '214604.661000', '214604.663000', '214604.666000', '214604.669000', '214604.671000', '214604.674000', '214604.676000', '214604.679000', '214604.682000', '214604.684000', '214604.687000', '214604.690000', '214604.692000', '214604.695000', '214604.698000', '214604.701000', '214604.703000', '214604.706000', '214604.709000', '214604.711000', '214604.714000', '214604.717000', '214604.719000', '214604.722000', '214604.724000', '214604.727000', '214604.730000', '214604.732000', '214604.735000', '214604.738000', '214604.740000', '214604.743000', '214604.745000', '214604.748000', '214604.750000', '214604.753000', '214604.755000', '214604.758000', '214604.761000', '214604.763000', '214624.652000', '214624.654000', '214624.657000', '214624.666000', '214624.669000', '214624.671000', '214624.674000', '214624.678000', '214624.681000', '214624.683000', '214624.686000', '214624.689000', '214624.691000', '214624.694000', '214624.697000', '214624.699000', '214624.702000', '214624.704000', '214624.707000', '214624.710000', '214624.712000', '214624.715000', '214624.717000', '214624.720000', '214624.723000', '214624.725000', '214624.728000', '214624.731000', '214624.733000', '214624.736000', '214624.739000', '214624.741000', '214624.744000', '214624.746000', '214624.749000', '214624.752000', '214624.754000', '214624.757000', '214624.759000', '214624.762000', '214624.765000', '214624.767000', '214624.770000', '214624.773000', '214644.652000', '214644.655000', '214644.657000', '214644.660000', '214644.662000', '214644.665000', '214644.668000', '214644.670000', '214644.673000', '214644.675000', '214644.678000', '214644.680000', '214644.683000', '214644.686000', '214644.689000', '214644.691000', '214644.694000', '214644.696000', '214644.699000', '214644.702000', '214644.704000', '214644.707000', '214644.710000', '214644.712000', '214644.715000', '214644.717000', '214644.720000', '214644.723000', '214644.725000', '214644.728000', '214644.730000', '214644.733000', '214644.736000', '214644.738000', '214644.741000', '214644.744000', '214644.746000', '214644.749000', '214644.751000', '214644.754000', '214644.756000', '214644.759000', '214644.762000', '214704.651000', '214704.654000', '214704.658000', '214704.660000', '214704.663000', '214704.665000', '214704.668000', '214704.671000', '214704.673000', '214704.676000', '214704.678000', '214704.681000', '214704.684000', '214704.686000', '214704.689000', '214704.691000', '214704.694000', '214704.696000', '214704.699000', '214704.702000', '214704.704000', '214704.707000', '214704.711000', '214704.713000', '214704.716000', '214704.718000', '214704.721000', '214704.724000', '214704.726000', '214704.729000', '214704.732000', '214704.734000', '214704.737000', '214704.739000', '214704.742000', '214704.745000', '214704.747000', '214704.750000', '214704.753000', '214704.755000', '214704.758000', '214704.773000', '214704.776000', '214704.778000', '214706.320000', '214706.322000', '214706.326000', '214706.328000'], 'InstanceCreationTime': ['214044.681000', '214044.684000', '214044.687000', '214044.690000', '214044.693000', '214044.695000', '214044.702000', '214044.705000', '214044.708000', '214044.710000', '214044.713000', '214044.715000', '214044.718000', '214044.721000', '214044.723000', '214044.726000', '214044.728000', '214044.731000', '214044.733000', '214044.736000', '214044.739000', '214044.741000', '214044.744000', '214044.746000', '214044.750000', '214044.752000', '214044.755000', '214044.757000', '214044.760000', '214044.763000', '214044.765000', '214044.768000', '214044.770000', '214044.773000', '214044.775000', '214044.778000', '214044.780000', '214044.783000', '214044.785000', '214044.788000', '214044.791000', '214044.793000', '214104.652000', '214104.655000', '214104.658000', '214104.660000', '214104.663000', '214104.665000', '214104.668000', '214104.671000', '214104.673000', '214104.676000', '214104.678000', '214104.681000', '214104.683000', '214104.686000', '214104.689000', '214104.691000', '214104.694000', '214104.696000', '214104.699000', '214104.701000', '214104.704000', '214104.706000', '214104.709000', '214104.712000', '214104.714000', '214104.717000', '214104.719000', '214104.737000', '214104.740000', '214104.742000', '214104.745000', '214104.748000', '214104.754000', '214104.757000', '214104.760000', '214104.762000', '214104.765000', '214104.767000', '214104.770000', '214104.772000', '214104.775000', '214104.778000', '214104.780000', '214124.652000', '214124.655000', '214124.658000', '214124.660000', '214124.663000', '214124.665000', '214124.668000', '214124.671000', '214124.673000', '214124.676000', '214124.678000', '214124.681000', '214124.683000', '214124.686000', '214124.689000', '214124.691000', '214124.694000', '214124.696000', '214124.699000', '214124.702000', '214124.704000', '214124.707000', '214124.709000', '214124.712000', '214124.715000', '214124.717000', '214124.720000', '214124.722000', '214124.725000', '214124.727000', '214124.730000', '214124.733000', '214124.735000', '214124.738000', '214124.740000', '214124.743000', '214124.745000', '214124.748000', '214124.751000', '214124.753000', '214124.756000', '214124.758000', '214124.761000', '214124.764000', '214144.651000', '214144.654000', '214144.657000', '214144.659000', '214144.662000', '214144.665000', '214144.667000', '214144.670000', '214144.672000', '214144.675000', '214144.678000', '214144.680000', '214144.683000', '214144.686000', '214144.688000', '214144.691000', '214144.693000', '214144.696000', '214144.698000', '214144.701000', '214144.704000', '214144.706000', '214144.709000', '214144.711000', '214144.714000', '214144.717000', '214144.719000', '214144.722000', '214144.724000', '214144.727000', '214144.730000', '214144.732000', '214144.735000', '214144.737000', '214144.740000', '214144.743000', '214144.745000', '214144.750000', '214144.753000', '214144.755000', '214144.758000', '214144.761000', '214144.763000', '214204.652000', '214204.654000', '214204.657000', '214204.660000', '214204.662000', '214204.665000', '214204.667000', '214204.670000', '214204.673000', '214204.675000', '214204.678000', '214204.680000', '214204.683000', '214204.685000', '214204.688000', '214204.691000', '214204.693000', '214204.696000', '214204.698000', '214204.701000', '214204.703000', '214204.706000', '214204.709000', '214204.711000', '214204.714000', '214204.716000', '214204.719000', '214204.722000', '214204.724000', '214204.727000', '214204.733000', '214204.735000', '214204.738000', '214204.741000', '214204.743000', '214204.746000', '214204.748000', '214204.751000', '214204.753000', '214204.756000', '214204.759000', '214204.761000', '214204.764000', '214204.766000', '214224.651000', '214224.654000', '214224.657000', '214224.659000', '214224.662000', '214224.665000', '214224.667000', '214224.670000', '214224.673000', '214224.675000', '214224.678000', '214224.681000', '214224.683000', '214224.686000', '214224.688000', '214224.691000', '214224.694000', '214224.696000', '214224.699000', '214224.701000', '214224.704000', '214224.706000', '214224.709000', '214224.711000', '214224.714000', '214224.724000', '214224.726000', '214224.729000', '214224.731000', '214224.734000', '214224.737000', '214224.739000', '214224.742000', '214224.745000', '214224.747000', '214224.750000', '214224.752000', '214224.755000', '214224.758000', '214224.760000', '214224.763000', '214224.765000', '214224.768000', '214244.651000', '214244.654000', '214244.657000', '214244.659000', '214244.662000', '214244.665000', '214244.667000', '214244.670000', '214244.672000', '214244.675000', '214244.678000', '214244.680000', '214244.683000', '214244.686000', '214244.688000', '214244.691000', '214244.693000', '214244.696000', '214244.698000', '214244.701000', '214244.704000', '214244.706000', '214244.709000', '214244.723000', '214244.725000', '214244.728000', '214244.730000', '214244.733000', '214244.736000', '214244.738000', '214244.741000', '214244.744000', '214244.746000', '214244.749000', '214244.751000', '214244.754000', '214244.756000', '214244.759000', '214244.762000', '214244.764000', '214244.767000', '214244.770000', '214244.772000', '214244.775000', '214304.651000', '214304.654000', '214304.657000', '214304.660000', '214304.662000', '214304.665000', '214304.667000', '214304.670000', '214304.673000', '214304.675000', '214304.678000', '214304.681000', '214304.683000', '214304.686000', '214304.688000', '214304.691000', '214304.693000', '214304.696000', '214304.699000', '214304.701000', '214304.704000', '214304.706000', '214304.709000', '214304.712000', '214304.718000', '214304.721000', '214304.723000', '214304.726000', '214304.729000', '214304.731000', '214304.734000', '214304.736000', '214304.739000', '214304.742000', '214304.744000', '214304.747000', '214304.749000', '214304.752000', '214304.755000', '214304.757000', '214304.760000', '214304.762000', '214304.765000', '214324.652000', '214324.655000', '214324.658000', '214324.660000', '214324.663000', '214324.666000', '214324.668000', '214324.671000', '214324.674000', '214324.676000', '214324.679000', '214324.681000', '214324.684000', '214324.687000', '214324.689000', '214324.692000', '214324.695000', '214324.697000', '214324.700000', '214324.702000', '214324.705000', '214324.707000', '214324.710000', '214324.713000', '214324.715000', '214324.718000', '214324.720000', '214324.723000', '214324.726000', '214324.728000', '214324.731000', '214324.734000', '214324.736000', '214324.739000', '214324.741000', '214324.744000', '214324.747000', '214324.749000', '214324.752000', '214324.755000', '214324.757000', '214324.760000', '214324.762000', '214324.765000', '214344.652000', '214344.655000', '214344.658000', '214344.660000', '214344.663000', '214344.666000', '214344.668000', '214344.671000', '214344.673000', '214344.676000', '214344.679000', '214344.681000', '214344.684000', '214344.687000', '214344.689000', '214344.692000', '214344.694000', '214344.697000', '214344.700000', '214344.702000', '214344.705000', '214344.707000', '214344.710000', '214344.712000', '214344.715000', '214344.718000', '214344.720000', '214344.723000', '214344.725000', '214344.728000', '214344.730000', '214344.733000', '214344.736000', '214344.738000', '214344.741000', '214344.743000', '214344.746000', '214344.749000', '214344.751000', '214344.754000', '214344.756000', '214344.759000', '214344.762000', '214404.651000', '214404.654000', '214404.657000', '214404.659000', '214404.662000', '214404.665000', '214404.667000', '214404.670000', '214404.672000', '214404.675000', '214404.678000', '214404.680000', '214404.683000', '214404.685000', '214404.688000', '214404.691000', '214404.693000', '214404.696000', '214404.698000', '214404.701000', '214404.703000', '214404.706000', '214404.709000', '214404.711000', '214404.714000', '214404.716000', '214404.719000', '214404.722000', '214404.724000', '214404.727000', '214404.729000', '214404.732000', '214404.734000', '214404.737000', '214404.739000', '214404.742000', '214404.745000', '214404.747000', '214404.750000', '214404.753000', '214404.755000', '214404.758000', '214404.761000', '214404.763000', '214424.652000', '214424.655000', '214424.657000', '214424.660000', '214424.675000', '214424.678000', '214424.680000', '214424.683000', '214424.686000', '214424.689000', '214424.691000', '214424.694000', '214424.696000', '214424.699000', '214424.702000', '214424.704000', '214424.707000', '214424.710000', '214424.712000', '214424.715000', '214424.717000', '214424.720000', '214424.723000', '214424.725000', '214424.728000', '214424.731000', '214424.733000', '214424.736000', '214424.738000', '214424.741000', '214424.744000', '214424.746000', '214424.749000', '214424.752000', '214424.754000', '214424.757000', '214424.760000', '214424.762000', '214424.765000', '214424.767000', '214424.770000', '214424.773000', '214424.775000', '214444.651000', '214444.655000', '214444.657000', '214444.660000', '214444.663000', '214444.665000', '214444.668000', '214444.671000', '214444.673000', '214444.676000', '214444.679000', '214444.681000', '214444.684000', '214444.686000', '214444.689000', '214444.692000', '214444.694000', '214444.697000', '214444.700000', '214444.702000', '214444.705000', '214444.707000', '214444.710000', '214444.713000', '214444.715000', '214444.718000', '214444.720000', '214444.723000', '214444.725000', '214444.728000', '214444.731000', '214444.733000', '214444.736000', '214444.738000', '214444.741000', '214444.743000', '214444.746000', '214444.749000', '214444.751000', '214444.754000', '214444.756000', '214444.759000', '214444.762000', '214504.652000', '214504.655000', '214504.657000', '214504.660000', '214504.663000', '214504.665000', '214504.668000', '214504.670000', '214504.673000', '214504.676000', '214504.678000', '214504.681000', '214504.683000', '214504.686000', '214504.689000', '214504.691000', '214504.694000', '214504.696000', '214504.699000', '214504.702000', '214504.704000', '214504.707000', '214504.709000', '214504.712000', '214504.714000', '214504.717000', '214504.720000', '214504.722000', '214504.725000', '214504.727000', '214504.730000', '214504.733000', '214504.735000', '214504.738000', '214504.740000', '214504.743000', '214504.745000', '214504.748000', '214504.751000', '214504.753000', '214504.756000', '214504.758000', '214504.761000', '214504.764000', '214524.651000', '214524.654000', '214524.657000', '214524.660000', '214524.662000', '214524.665000', '214524.668000', '214524.670000', '214524.673000', '214524.676000', '214524.679000', '214524.681000', '214524.684000', '214524.687000', '214524.689000', '214524.692000', '214524.695000', '214524.705000', '214524.708000', '214524.711000', '214524.713000', '214524.716000', '214524.719000', '214524.721000', '214524.724000', '214524.726000', '214524.729000', '214524.732000', '214524.734000', '214524.737000', '214524.739000', '214524.742000', '214524.745000', '214524.747000', '214524.750000', '214524.753000', '214524.755000', '214524.758000', '214524.760000', '214524.763000', '214524.766000', '214524.768000', '214524.771000', '214544.652000', '214544.655000', '214544.658000', '214544.660000', '214544.664000', '214544.666000', '214544.670000', '214544.672000', '214544.675000', '214544.678000', '214544.680000', '214544.683000', '214544.686000', '214544.688000', '214544.691000', '214544.693000', '214544.696000', '214544.699000', '214544.701000', '214544.704000', '214544.706000', '214544.709000', '214544.712000', '214544.714000', '214544.717000', '214544.719000', '214544.722000', '214544.725000', '214544.728000', '214544.730000', '214544.747000', '214544.750000', '214544.752000', '214544.755000', '214544.757000', '214544.760000', '214544.763000', '214544.765000', '214544.768000', '214544.770000', '214544.773000', '214544.776000', '214544.778000', '214544.781000', '214604.652000', '214604.655000', '214604.658000', '214604.661000', '214604.663000', '214604.666000', '214604.669000', '214604.671000', '214604.674000', '214604.676000', '214604.679000', '214604.682000', '214604.684000', '214604.687000', '214604.690000', '214604.692000', '214604.695000', '214604.698000', '214604.701000', '214604.703000', '214604.706000', '214604.709000', '214604.711000', '214604.714000', '214604.717000', '214604.719000', '214604.722000', '214604.724000', '214604.727000', '214604.730000', '214604.732000', '214604.735000', '214604.738000', '214604.740000', '214604.743000', '214604.745000', '214604.748000', '214604.750000', '214604.753000', '214604.755000', '214604.758000', '214604.761000', '214604.763000', '214624.652000', '214624.654000', '214624.657000', '214624.666000', '214624.669000', '214624.671000', '214624.674000', '214624.678000', '214624.681000', '214624.683000', '214624.686000', '214624.689000', '214624.691000', '214624.694000', '214624.697000', '214624.699000', '214624.702000', '214624.704000', '214624.707000', '214624.710000', '214624.712000', '214624.715000', '214624.717000', '214624.720000', '214624.723000', '214624.725000', '214624.728000', '214624.731000', '214624.733000', '214624.736000', '214624.739000', '214624.741000', '214624.744000', '214624.746000', '214624.749000', '214624.752000', '214624.754000', '214624.757000', '214624.759000', '214624.762000', '214624.765000', '214624.767000', '214624.770000', '214624.773000', '214644.652000', '214644.655000', '214644.657000', '214644.660000', '214644.662000', '214644.665000', '214644.668000', '214644.670000', '214644.673000', '214644.675000', '214644.678000', '214644.680000', '214644.683000', '214644.686000', '214644.689000', '214644.691000', '214644.694000', '214644.696000', '214644.699000', '214644.702000', '214644.704000', '214644.707000', '214644.710000', '214644.712000', '214644.715000', '214644.717000', '214644.720000', '214644.723000', '214644.725000', '214644.728000', '214644.730000', '214644.733000', '214644.736000', '214644.738000', '214644.741000', '214644.744000', '214644.746000', '214644.749000', '214644.751000', '214644.754000', '214644.756000', '214644.759000', '214644.762000', '214704.651000', '214704.654000', '214704.658000', '214704.660000', '214704.663000', '214704.665000', '214704.668000', '214704.671000', '214704.673000', '214704.676000', '214704.678000', '214704.681000', '214704.684000', '214704.686000', '214704.689000', '214704.691000', '214704.694000', '214704.696000', '214704.699000', '214704.702000', '214704.704000', '214704.707000', '214704.711000', '214704.713000', '214704.716000', '214704.718000', '214704.721000', '214704.724000', '214704.726000', '214704.729000', '214704.732000', '214704.734000', '214704.737000', '214704.739000', '214704.742000', '214704.745000', '214704.747000', '214704.750000', '214704.753000', '214704.755000', '214704.758000', '214704.773000', '214704.776000', '214704.778000', '214706.320000', '214706.322000', '214706.326000', '214706.328000'], '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': [6207, 9046, 6156, 6453, 5981, 9113, 6243, 7463, 6375, 6972, 6206, 6612, 6246, 6407, 7130, 6080, 6248, 5938, 6182, 8892, 6206, 9713, 6043, 9386, 6151, 8712, 5939, 8466, 5971, 6730, 6016, 6523, 5831, 6304, 7584, 6187, 7347, 5963, 6504, 6103, 6288, 7607, 6303, 6508, 5890, 6335, 7870, 6014, 7490, 6202, 7505, 6020, 6637, 5965, 6302, 7133, 6160, 7429, 6193, 6111, 7993, 6338, 7172, 6104, 6680, 6138, 6477, 8616, 6111, 6343, 5941, 6135, 7243, 6100, 7948, 6248, 7029, 6372, 7397, 6042, 6568, 7288, 6084, 6870, 6026, 6228, 7094, 5883, 6402, 8041, 6186, 9771, 6331, 8274, 6787, 7372, 6462, 6637, 5964, 6577, 5979, 5985, 6842, 5939, 6405, 8117, 6121, 7575, 6025, 9074, 6286, 8827, 6108, 7497, 6415, 6650, 6219, 6505, 6201, 6254, 6198, 5921, 6155, 7483, 6610, 6626, 6080, 6594, 8322, 6158, 6821, 7485, 5805, 6120, 7864, 6018, 9861, 8209, 5962, 8262, 5885, 7788, 5886, 6307, 5769, 6518, 6069, 6667, 7960, 6021, 6654, 5877, 6098, 6888, 5804, 6247, 7592, 5932, 6810, 5785, 6147, 7346, 5861, 7019, 6072, 6758, 8714, 5939, 6399, 6634, 6082, 9765, 7403, 7285, 6084, 5941, 6412, 5907, 6373, 5926, 6082, 6304, 6470, 7373, 6020, 6494, 6196, 6085, 6503, 5843, 6483, 5996, 6492, 7500, 6018, 6479, 6003, 6163, 7861, 5954, 6432, 7833, 5878, 6657, 5777, 6235, 7206, 9825, 5958, 8675, 5915, 8328, 6332, 6377, 6195, 6436, 6047, 6276, 6198, 5864, 5993, 6906, 5897, 7954, 5872, 7881, 5918, 8148, 6605, 9267, 6059, 6863, 5891, 6269, 6112, 5913, 6712, 6169, 6286, 7443, 6215, 6705, 5814, 6414, 6850, 6099, 7605, 5997, 7450, 6285, 8181, 6063, 6338, 6048, 6069, 6828, 5857, 6960, 5790, 6180, 6320, 6703, 8005, 5935, 6366, 6221, 6013, 7864, 5952, 8991, 7412, 6142, 6007, 5933, 7854, 5703, 8766, 5955, 6773, 5925, 6193, 7267, 5859, 6486, 6204, 6394, 6319, 5787, 6662, 6031, 10399, 8110, 9869, 5835, 7615, 5870, 5971, 5845, 6185, 5937, 6314, 5952, 6417, 6274, 5910, 6533, 6015, 6344, 7080, 6747, 6546, 7342, 6078, 6235, 10057, 5962, 8879, 6269, 7431, 6623, 6243, 5846, 5727, 6033, 6412, 6287, 6902, 9192, 8140, 7146, 5945, 6166, 5755, 6328, 5921, 6134, 5903, 6106, 7475, 6157, 6758, 5962, 6450, 6590, 5783, 7730, 5936, 6084, 6377, 6183, 8243, 5869, 8742, 5966, 6932, 5835, 6311, 6066, 6299, 7805, 6121, 6195, 7041, 5776, 6189, 6167, 6119, 6625, 7814, 6357, 7655, 6228, 9931, 9161, 10381, 9007, 8291, 6103, 6614, 7462, 6585, 6455, 6062, 6237, 5879, 6803, 6621, 6489, 6217, 5564, 6125, 6394, 6288, 7890, 6053, 9937, 5788, 6376, 5438, 9810, 5804, 9500, 5940, 7468, 6197, 6412, 5730, 6750, 6328, 6064, 6409, 5601, 6423, 6293, 9708, 7502, 10282, 6804, 7622, 5771, 6476, 5993, 6539, 6179, 5876, 7781, 5873, 6178, 7419, 6211, 6418, 6094, 7288, 5815, 9312, 5876, 6761, 5583, 6615, 6110, 6022, 6289, 5793, 8675, 5886, 6524, 7234, 6068, 6393, 6140, 7183, 5626, 6234, 6308, 6692, 6463, 6469, 6187, 5491, 6473, 7165, 6073, 7819, 5683, 6506, 7516, 6304, 6757, 5824, 7450, 5986, 6532, 7938, 5890, 8661, 5466, 6473, 6254, 6573, 6656, 6460, 5544, 6442, 5993, 6156, 7000, 6155, 6288, 6003, 6600, 6022, 5951, 6826, 5735, 6539, 5839, 6244, 7124, 5509, 6490, 6016, 6168, 7871, 6121, 6636, 5653, 6547, 6207, 6054, 7124, 6109, 6367, 5945, 6341, 6104, 6348, 7982, 6009, 6178, 6917, 6299, 6457, 6126, 7409, 5910, 6614, 6117, 6550, 6136, 6290, 6137, 5365, 6382, 7544, 6179, 8446, 5937, 10854, 5943, 7620, 5428, 6305, 5424, 6257, 6041, 6278, 6864, 6209, 6647, 5992, 6234, 5830, 6301, 6482, 5858, 7795, 5641, 6219, 5882, 6561, 7214, 6207, 8335, 5851, 8667, 5910, 6250, 5692, 6188, 7160, 5783, 8869, 5895, 9578, 5757, 6540, 6200, 6344, 6169, 7100, 6954, 6264, 5937, 5863, 6351, 5623, 8904, 6027, 9688, 6011, 9503, 6365, 7165, 6364, 6462, 5937, 6274, 6188, 6474, 6618, 6257, 6239, 6181, 7381, 5839, 9213, 5999, 9722, 7018, 6476, 5745, 6555, 6497, 5733, 7363, 6013, 9507, 5971, 7724, 6101, 6301, 5909, 6425, 6367, 6092, 6581, 6058, 6169, 6257, 6319, 6266, 6248, 6212, 6018, 8024, 5724, 9541, 6110, 7958, 6491, 6243, 5787, 6171, 6987, 6123, 6019, 6368, 6092, 7649, 5898, 6276, 6522, 6048, 8079, 5845, 7898, 6584, 6269, 6740, 5769, 7799, 5701, 6697, 5749, 6226, 6012, 6170, 7524, 6245, 6413, 5985, 6421, 6650, 5936, 7162, 6046, 8066, 6484, 6359, 6132, 5915, 6096, 5907, 7295, 6182, 6342, 6223, 6261, 5889, 5977, 6207, 5739, 6190, 6674, 6335, 6125, 5816, 8231, 6218, 6183, 5801, 6315, 6099, 5831, 7958, 5849, 6287, 6292, 5590, 7161, 5787, 8096, 6110, 8436, 6237, 7905, 6166, 6396, 6882, 6084, 5900, 5977, 7135, 6244, 6394, 5884, 6046, 7095, 5647, 6208, 6156, 6251, 6481, 6096, 10016, 5952, 6237, 6589, 6325, 7957, 6046, 10274, 6158, 9862, 6014, 6189, 6010, 6073, 7226, 5930, 6462, 6084, 6380, 7104, 5922, 8515, 5911, 7486, 5972, 7160, 6331, 6570, 6096, 6610, 6108, 6165, 6042, 6164, 6200, 6239, 5988, 9188, 6166, 6176, 5914, 6278, 6222, 6147, 8257, 6315, 9818, 6178, 6379, 6802, 6036, 7082, 6107, 7150, 7053, 6179, 8248, 6011, 6302, 5765, 6294, 6078, 5771, 8227, 6170, 6388, 5852, 5870, 7690, 5807, 6274, 6370, 5989, 8574, 5852, 6154, 5919, 6142, 6604, 6106, 7666, 6015, 6175, 6213, 6418, 6139, 5842, 7658, 6111, 6516, 6024, 6209, 6373, 5803, 6247, 5791, 6421, 7138, 5935, 9890, 5861, 6209, 6264, 5862, 7748, 6058, 7525, 7043, 6374, 8141, 5856, 6162, 5690, 6462, 6440, 5825, 8699, 6889, 6407, 6780, 5908, 6639, 5630, 6297, 6524, 6330, 6917, 6025, 6695, 6070, 6175, 6064, 6155, 5963, 6279, 6402, 5934, 6286], 'WindowCenter': [3321.0, 3384.0, 3319.0, 3317.0, 3307.0, 3357.0, 3302.0, 3323.0, 3315.0, 3324.0, 3302.0, 3313.0, 3313.0, 3317.0, 3322.0, 3303.0, 3315.0, 3305.0, 3303.0, 3370.0, 3304.0, 3379.0, 3303.0, 3356.0, 3287.0, 3341.0, 3290.0, 3331.0, 3290.0, 3312.0, 3302.0, 3313.0, 3292.0, 3315.0, 3337.0, 3305.0, 3336.0, 3303.0, 3317.0, 3318.0, 3319.0, 3350.0, 3317.0, 3316.0, 3307.0, 3318.0, 3347.0, 3304.0, 3324.0, 3305.0, 3325.0, 3303.0, 3316.0, 3304.0, 3316.0, 3325.0, 3304.0, 3351.0, 3306.0, 3304.0, 3348.0, 3318.0, 3338.0, 3305.0, 3315.0, 3316.0, 3318.0, 3359.0, 3306.0, 3315.0, 3306.0, 3305.0, 3336.0, 3303.0, 3334.0, 3317.0, 3326.0, 3314.0, 3337.0, 3304.0, 3327.0, 3339.0, 3306.0, 3328.0, 3317.0, 3318.0, 3339.0, 3308.0, 3327.0, 3349.0, 3306.0, 3381.0, 3316.0, 3348.0, 3313.0, 3323.0, 3314.0, 3326.0, 3304.0, 3314.0, 3303.0, 3305.0, 3330.0, 3318.0, 3318.0, 3363.0, 3318.0, 3349.0, 3306.0, 3369.0, 3304.0, 3356.0, 3291.0, 3325.0, 3314.0, 3326.0, 3304.0, 3316.0, 3305.0, 3318.0, 3302.0, 3303.0, 3305.0, 3339.0, 3329.0, 3327.0, 3308.0, 3329.0, 3358.0, 3317.0, 3326.0, 3334.0, 3293.0, 3318.0, 3351.0, 3315.0, 3382.0, 3357.0, 3303.0, 3343.0, 3290.0, 3323.0, 3292.0, 3303.0, 3292.0, 3303.0, 3307.0, 3327.0, 3348.0, 3302.0, 3326.0, 3294.0, 3305.0, 3324.0, 3293.0, 3317.0, 3351.0, 3316.0, 3327.0, 3305.0, 3318.0, 3340.0, 3307.0, 3339.0, 3305.0, 3326.0, 3373.0, 3319.0, 3316.0, 3328.0, 3306.0, 3394.0, 3338.0, 3338.0, 3304.0, 3317.0, 3316.0, 3292.0, 3303.0, 3292.0, 3305.0, 3317.0, 3315.0, 3338.0, 3318.0, 3329.0, 3317.0, 3306.0, 3314.0, 3294.0, 3315.0, 3320.0, 3331.0, 3350.0, 3332.0, 3317.0, 3305.0, 3304.0, 3361.0, 3305.0, 3316.0, 3348.0, 3306.0, 3326.0, 3306.0, 3305.0, 3337.0, 3379.0, 3291.0, 3356.0, 3279.0, 3345.0, 3318.0, 3315.0, 3304.0, 3315.0, 3303.0, 3317.0, 3305.0, 3305.0, 3317.0, 3328.0, 3307.0, 3349.0, 3303.0, 3346.0, 3294.0, 3348.0, 3327.0, 3368.0, 3304.0, 3316.0, 3294.0, 3316.0, 3304.0, 3306.0, 3329.0, 3317.0, 3318.0, 3337.0, 3306.0, 3328.0, 3307.0, 3318.0, 3330.0, 3307.0, 3338.0, 3307.0, 3340.0, 3317.0, 3358.0, 3302.0, 3316.0, 3305.0, 3305.0, 3314.0, 3295.0, 3325.0, 3295.0, 3307.0, 3329.0, 3329.0, 3350.0, 3318.0, 3315.0, 3304.0, 3317.0, 3351.0, 3305.0, 3359.0, 3336.0, 3306.0, 3306.0, 3316.0, 3348.0, 3294.0, 3355.0, 3291.0, 3313.0, 3305.0, 3317.0, 3338.0, 3295.0, 3317.0, 3315.0, 3328.0, 3317.0, 3305.0, 3313.0, 3307.0, 3393.0, 3348.0, 3379.0, 3294.0, 3336.0, 3292.0, 3291.0, 3279.0, 3305.0, 3304.0, 3315.0, 3317.0, 3329.0, 3317.0, 3308.0, 3331.0, 3320.0, 3329.0, 3339.0, 3330.0, 3328.0, 3350.0, 3305.0, 3303.0, 3379.0, 3291.0, 3370.0, 3316.0, 3337.0, 3314.0, 3315.0, 3294.0, 3293.0, 3303.0, 3314.0, 3313.0, 3327.0, 3369.0, 3346.0, 3325.0, 3302.0, 3301.0, 3291.0, 3301.0, 3302.0, 3302.0, 3290.0, 3302.0, 3334.0, 3304.0, 3325.0, 3306.0, 3315.0, 3314.0, 3290.0, 3348.0, 3306.0, 3305.0, 3316.0, 3307.0, 3359.0, 3293.0, 3359.0, 3305.0, 3314.0, 3292.0, 3317.0, 3304.0, 3329.0, 3351.0, 3318.0, 3318.0, 3339.0, 3321.0, 3318.0, 3303.0, 3305.0, 3329.0, 3348.0, 3317.0, 3347.0, 3319.0, 3395.0, 3384.0, 3393.0, 3357.0, 3332.0, 3289.0, 3311.0, 3325.0, 3312.0, 3300.0, 3306.0, 3317.0, 3305.0, 3328.0, 3341.0, 3315.0, 3303.0, 3281.0, 3303.0, 3314.0, 3316.0, 3348.0, 3306.0, 3382.0, 3305.0, 3314.0, 3280.0, 3365.0, 3293.0, 3364.0, 3289.0, 3323.0, 3292.0, 3301.0, 3292.0, 3327.0, 3316.0, 3304.0, 3316.0, 3307.0, 3314.0, 3314.0, 3382.0, 3336.0, 3377.0, 3313.0, 3332.0, 3291.0, 3302.0, 3291.0, 3313.0, 3306.0, 3306.0, 3348.0, 3293.0, 3303.0, 3340.0, 3315.0, 3314.0, 3302.0, 3336.0, 3296.0, 3367.0, 3293.0, 3315.0, 3280.0, 3313.0, 3303.0, 3302.0, 3315.0, 3305.0, 3357.0, 3294.0, 3316.0, 3339.0, 3305.0, 3301.0, 3302.0, 3322.0, 3293.0, 3307.0, 3316.0, 3316.0, 3315.0, 3315.0, 3304.0, 3281.0, 3315.0, 3328.0, 3316.0, 3348.0, 3307.0, 3328.0, 3337.0, 3316.0, 3313.0, 3293.0, 3337.0, 3306.0, 3316.0, 3348.0, 3294.0, 3359.0, 3281.0, 3303.0, 3302.0, 3299.0, 3311.0, 3301.0, 3280.0, 3312.0, 3306.0, 3305.0, 3325.0, 3303.0, 3301.0, 3291.0, 3311.0, 3303.0, 3306.0, 3315.0, 3292.0, 3317.0, 3307.0, 3316.0, 3326.0, 3281.0, 3314.0, 3303.0, 3303.0, 3336.0, 3302.0, 3315.0, 3295.0, 3316.0, 3318.0, 3319.0, 3339.0, 3317.0, 3316.0, 3303.0, 3314.0, 3305.0, 3318.0, 3362.0, 3319.0, 3317.0, 3337.0, 3316.0, 3315.0, 3302.0, 3338.0, 3295.0, 3314.0, 3303.0, 3317.0, 3315.0, 3317.0, 3304.0, 3281.0, 3300.0, 3335.0, 3303.0, 3345.0, 3304.0, 3401.0, 3304.0, 3335.0, 3280.0, 3299.0, 3279.0, 3301.0, 3291.0, 3300.0, 3314.0, 3304.0, 3313.0, 3303.0, 3301.0, 3291.0, 3313.0, 3316.0, 3292.0, 3335.0, 3295.0, 3306.0, 3294.0, 3313.0, 3323.0, 3291.0, 3346.0, 3292.0, 3356.0, 3294.0, 3314.0, 3305.0, 3306.0, 3324.0, 3292.0, 3355.0, 3281.0, 3368.0, 3289.0, 3299.0, 3304.0, 3315.0, 3302.0, 3326.0, 3324.0, 3316.0, 3315.0, 3307.0, 3315.0, 3304.0, 3369.0, 3306.0, 3382.0, 3307.0, 3369.0, 3313.0, 3325.0, 3303.0, 3300.0, 3291.0, 3301.0, 3303.0, 3315.0, 3328.0, 3328.0, 3318.0, 3306.0, 3324.0, 3293.0, 3370.0, 3305.0, 3367.0, 3325.0, 3313.0, 3292.0, 3303.0, 3301.0, 3289.0, 3322.0, 3304.0, 3367.0, 3292.0, 3335.0, 3304.0, 3302.0, 3292.0, 3302.0, 3301.0, 3291.0, 3313.0, 3317.0, 3318.0, 3330.0, 3315.0, 3317.0, 3327.0, 3317.0, 3306.0, 3335.0, 3292.0, 3380.0, 3304.0, 3350.0, 3316.0, 3318.0, 3307.0, 3305.0, 3326.0, 3304.0, 3305.0, 3301.0, 3304.0, 3348.0, 3307.0, 3315.0, 3315.0, 3302.0, 3346.0, 3295.0, 3348.0, 3314.0, 3303.0, 3314.0, 3292.0, 3334.0, 3293.0, 3312.0, 3278.0, 3290.0, 3291.0, 3304.0, 3336.0, 3302.0, 3303.0, 3291.0, 3301.0, 3300.0, 3288.0, 3310.0, 3290.0, 3336.0, 3303.0, 3303.0, 3302.0, 3291.0, 3291.0, 3277.0, 3308.0, 3288.0, 3299.0, 3289.0, 3299.0, 3291.0, 3302.0, 3302.0, 3289.0, 3290.0, 3312.0, 3302.0, 3290.0, 3280.0, 3344.0, 3289.0, 3291.0, 3279.0, 3303.0, 3303.0, 3291.0, 3333.0, 3293.0, 3304.0, 3315.0, 3282.0, 3323.0, 3280.0, 3333.0, 3292.0, 3344.0, 3292.0, 3335.0, 3302.0, 3301.0, 3325.0, 3301.0, 3290.0, 3304.0, 3327.0, 3315.0, 3315.0, 3292.0, 3304.0, 3326.0, 3293.0, 3302.0, 3302.0, 3314.0, 3303.0, 3303.0, 3380.0, 3304.0, 3303.0, 3314.0, 3301.0, 3334.0, 3290.0, 3378.0, 3303.0, 3366.0, 3303.0, 3302.0, 3303.0, 3303.0, 3321.0, 3290.0, 3301.0, 3301.0, 3302.0, 3326.0, 3302.0, 3356.0, 3293.0, 3322.0, 3290.0, 3312.0, 3304.0, 3311.0, 3292.0, 3313.0, 3303.0, 3305.0, 3301.0, 3303.0, 3303.0, 3304.0, 3302.0, 3368.0, 3303.0, 3303.0, 3293.0, 3302.0, 3291.0, 3291.0, 3345.0, 3303.0, 3377.0, 3303.0, 3304.0, 3315.0, 3290.0, 3310.0, 3292.0, 3313.0, 3312.0, 3301.0, 3344.0, 3303.0, 3302.0, 3292.0, 3299.0, 3304.0, 3295.0, 3346.0, 3304.0, 3316.0, 3306.0, 3296.0, 3336.0, 3292.0, 3315.0, 3316.0, 3303.0, 3347.0, 3294.0, 3301.0, 3293.0, 3292.0, 3316.0, 3306.0, 3336.0, 3304.0, 3303.0, 3304.0, 3315.0, 3302.0, 3293.0, 3336.0, 3305.0, 3303.0, 3302.0, 3303.0, 3304.0, 3294.0, 3303.0, 3292.0, 3315.0, 3325.0, 3292.0, 3378.0, 3292.0, 3305.0, 3303.0, 3290.0, 3335.0, 3305.0, 3336.0, 3325.0, 3303.0, 3346.0, 3293.0, 3302.0, 3292.0, 3301.0, 3302.0, 3291.0, 3359.0, 3325.0, 3301.0, 3313.0, 3293.0, 3313.0, 3288.0, 3300.0, 3300.0, 3300.0, 3311.0, 3291.0, 3313.0, 3303.0, 3302.0, 3304.0, 3291.0, 3301.0, 3304.0, 3316.0, 3306.0, 3315.0], 'WindowWidth': [7653.0, 7736.0, 7642.0, 7634.0, 7619.0, 7685.0, 7605.0, 7636.0, 7628.0, 7636.0, 7605.0, 7621.0, 7625.0, 7633.0, 7634.0, 7608.0, 7626.0, 7614.0, 7609.0, 7705.0, 7611.0, 7715.0, 7607.0, 7679.0, 7576.0, 7653.0, 7585.0, 7638.0, 7584.0, 7618.0, 7605.0, 7621.0, 7594.0, 7628.0, 7657.0, 7614.0, 7654.0, 7609.0, 7634.0, 7639.0, 7641.0, 7683.0, 7635.0, 7631.0, 7624.0, 7638.0, 7673.0, 7610.0, 7636.0, 7614.0, 7639.0, 7609.0, 7629.0, 7613.0, 7631.0, 7641.0, 7613.0, 7686.0, 7620.0, 7612.0, 7675.0, 7638.0, 7664.0, 7617.0, 7626.0, 7633.0, 7638.0, 7692.0, 7617.0, 7629.0, 7618.0, 7615.0, 7656.0, 7607.0, 7649.0, 7633.0, 7641.0, 7625.0, 7658.0, 7614.0, 7648.0, 7666.0, 7619.0, 7649.0, 7637.0, 7639.0, 7667.0, 7625.0, 7650.0, 7681.0, 7615.0, 7720.0, 7629.0, 7674.0, 7621.0, 7636.0, 7627.0, 7644.0, 7612.0, 7626.0, 7611.0, 7618.0, 7657.0, 7638.0, 7636.0, 7705.0, 7638.0, 7678.0, 7617.0, 7701.0, 7610.0, 7680.0, 7588.0, 7641.0, 7625.0, 7645.0, 7612.0, 7631.0, 7616.0, 7638.0, 7609.0, 7609.0, 7616.0, 7665.0, 7652.0, 7647.0, 7623.0, 7651.0, 7688.0, 7635.0, 7644.0, 7651.0, 7597.0, 7641.0, 7685.0, 7631.0, 7724.0, 7685.0, 7608.0, 7661.0, 7588.0, 7631.0, 7591.0, 7606.0, 7591.0, 7608.0, 7623.0, 7649.0, 7675.0, 7610.0, 7645.0, 7601.0, 7615.0, 7637.0, 7595.0, 7636.0, 7685.0, 7633.0, 7648.0, 7617.0, 7637.0, 7669.0, 7624.0, 7668.0, 7616.0, 7645.0, 7718.0, 7640.0, 7632.0, 7648.0, 7617.0, 7744.0, 7664.0, 7660.0, 7614.0, 7637.0, 7633.0, 7595.0, 7606.0, 7591.0, 7617.0, 7636.0, 7631.0, 7663.0, 7638.0, 7654.0, 7633.0, 7619.0, 7625.0, 7598.0, 7627.0, 7646.0, 7660.0, 7682.0, 7664.0, 7636.0, 7616.0, 7611.0, 7699.0, 7616.0, 7630.0, 7677.0, 7620.0, 7647.0, 7618.0, 7613.0, 7658.0, 7713.0, 7588.0, 7679.0, 7571.0, 7666.0, 7640.0, 7630.0, 7614.0, 7630.0, 7614.0, 7634.0, 7615.0, 7616.0, 7639.0, 7649.0, 7621.0, 7678.0, 7613.0, 7670.0, 7600.0, 7678.0, 7647.0, 7700.0, 7613.0, 7631.0, 7600.0, 7632.0, 7613.0, 7620.0, 7655.0, 7636.0, 7636.0, 7662.0, 7619.0, 7648.0, 7620.0, 7638.0, 7655.0, 7621.0, 7662.0, 7622.0, 7670.0, 7635.0, 7688.0, 7609.0, 7630.0, 7616.0, 7615.0, 7625.0, 7601.0, 7639.0, 7600.0, 7620.0, 7657.0, 7653.0, 7682.0, 7638.0, 7630.0, 7614.0, 7636.0, 7686.0, 7618.0, 7691.0, 7657.0, 7617.0, 7619.0, 7633.0, 7675.0, 7597.0, 7678.0, 7589.0, 7621.0, 7614.0, 7638.0, 7663.0, 7603.0, 7634.0, 7631.0, 7651.0, 7632.0, 7614.0, 7622.0, 7619.0, 7741.0, 7674.0, 7715.0, 7600.0, 7655.0, 7593.0, 7589.0, 7571.0, 7615.0, 7613.0, 7626.0, 7635.0, 7652.0, 7634.0, 7626.0, 7665.0, 7646.0, 7653.0, 7667.0, 7656.0, 7650.0, 7681.0, 7615.0, 7609.0, 7713.0, 7589.0, 7706.0, 7632.0, 7659.0, 7625.0, 7628.0, 7599.0, 7598.0, 7609.0, 7626.0, 7621.0, 7645.0, 7705.0, 7668.0, 7640.0, 7607.0, 7604.0, 7591.0, 7602.0, 7605.0, 7606.0, 7589.0, 7606.0, 7652.0, 7613.0, 7641.0, 7617.0, 7627.0, 7624.0, 7592.0, 7678.0, 7618.0, 7614.0, 7631.0, 7620.0, 7691.0, 7597.0, 7689.0, 7615.0, 7620.0, 7594.0, 7634.0, 7615.0, 7656.0, 7686.0, 7637.0, 7638.0, 7667.0, 7653.0, 7638.0, 7611.0, 7616.0, 7651.0, 7674.0, 7633.0, 7675.0, 7639.0, 7748.0, 7733.0, 7742.0, 7684.0, 7641.0, 7582.0, 7613.0, 7640.0, 7619.0, 7600.0, 7618.0, 7636.0, 7615.0, 7649.0, 7675.0, 7631.0, 7610.0, 7577.0, 7608.0, 7624.0, 7633.0, 7674.0, 7616.0, 7726.0, 7615.0, 7624.0, 7575.0, 7691.0, 7596.0, 7689.0, 7584.0, 7634.0, 7592.0, 7605.0, 7595.0, 7650.0, 7634.0, 7614.0, 7632.0, 7620.0, 7624.0, 7625.0, 7725.0, 7657.0, 7708.0, 7620.0, 7645.0, 7593.0, 7605.0, 7589.0, 7622.0, 7618.0, 7620.0, 7677.0, 7598.0, 7610.0, 7666.0, 7629.0, 7625.0, 7603.0, 7655.0, 7604.0, 7695.0, 7597.0, 7626.0, 7577.0, 7622.0, 7609.0, 7607.0, 7630.0, 7616.0, 7686.0, 7599.0, 7631.0, 7665.0, 7615.0, 7603.0, 7604.0, 7632.0, 7598.0, 7622.0, 7632.0, 7629.0, 7628.0, 7628.0, 7609.0, 7578.0, 7629.0, 7649.0, 7633.0, 7675.0, 7621.0, 7651.0, 7660.0, 7628.0, 7621.0, 7593.0, 7660.0, 7616.0, 7629.0, 7673.0, 7599.0, 7689.0, 7578.0, 7607.0, 7604.0, 7595.0, 7614.0, 7600.0, 7571.0, 7620.0, 7619.0, 7616.0, 7641.0, 7610.0, 7604.0, 7590.0, 7614.0, 7610.0, 7617.0, 7628.0, 7596.0, 7633.0, 7622.0, 7632.0, 7641.0, 7579.0, 7626.0, 7609.0, 7608.0, 7654.0, 7606.0, 7628.0, 7603.0, 7633.0, 7640.0, 7643.0, 7666.0, 7634.0, 7631.0, 7610.0, 7624.0, 7616.0, 7637.0, 7701.0, 7642.0, 7634.0, 7660.0, 7630.0, 7627.0, 7605.0, 7659.0, 7601.0, 7626.0, 7609.0, 7633.0, 7630.0, 7634.0, 7612.0, 7578.0, 7599.0, 7649.0, 7606.0, 7667.0, 7610.0, 7745.0, 7611.0, 7652.0, 7575.0, 7596.0, 7570.0, 7604.0, 7589.0, 7600.0, 7622.0, 7609.0, 7624.0, 7610.0, 7603.0, 7588.0, 7623.0, 7629.0, 7594.0, 7655.0, 7602.0, 7616.0, 7598.0, 7620.0, 7634.0, 7589.0, 7669.0, 7593.0, 7681.0, 7598.0, 7626.0, 7617.0, 7618.0, 7639.0, 7594.0, 7676.0, 7573.0, 7699.0, 7585.0, 7598.0, 7613.0, 7629.0, 7610.0, 7644.0, 7639.0, 7633.0, 7632.0, 7625.0, 7628.0, 7613.0, 7702.0, 7620.0, 7727.0, 7621.0, 7702.0, 7624.0, 7639.0, 7607.0, 7600.0, 7590.0, 7604.0, 7610.0, 7626.0, 7649.0, 7652.0, 7638.0, 7619.0, 7638.0, 7594.0, 7706.0, 7614.0, 7697.0, 7639.0, 7622.0, 7594.0, 7607.0, 7603.0, 7584.0, 7631.0, 7611.0, 7697.0, 7593.0, 7652.0, 7611.0, 7606.0, 7591.0, 7603.0, 7604.0, 7591.0, 7623.0, 7637.0, 7639.0, 7659.0, 7632.0, 7634.0, 7649.0, 7634.0, 7615.0, 7652.0, 7592.0, 7720.0, 7615.0, 7679.0, 7631.0, 7637.0, 7622.0, 7615.0, 7643.0, 7614.0, 7613.0, 7605.0, 7610.0, 7675.0, 7623.0, 7628.0, 7627.0, 7605.0, 7668.0, 7603.0, 7676.0, 7624.0, 7608.0, 7625.0, 7594.0, 7652.0, 7594.0, 7617.0, 7568.0, 7587.0, 7588.0, 7611.0, 7653.0, 7606.0, 7607.0, 7589.0, 7601.0, 7597.0, 7578.0, 7609.0, 7586.0, 7653.0, 7607.0, 7607.0, 7606.0, 7589.0, 7587.0, 7564.0, 7605.0, 7581.0, 7595.0, 7583.0, 7596.0, 7591.0, 7608.0, 7606.0, 7585.0, 7585.0, 7616.0, 7605.0, 7585.0, 7572.0, 7661.0, 7585.0, 7589.0, 7570.0, 7608.0, 7610.0, 7590.0, 7647.0, 7595.0, 7609.0, 7627.0, 7580.0, 7634.0, 7572.0, 7644.0, 7594.0, 7663.0, 7592.0, 7650.0, 7605.0, 7603.0, 7637.0, 7602.0, 7587.0, 7613.0, 7646.0, 7626.0, 7625.0, 7595.0, 7612.0, 7641.0, 7598.0, 7604.0, 7606.0, 7625.0, 7608.0, 7607.0, 7718.0, 7613.0, 7610.0, 7623.0, 7600.0, 7647.0, 7585.0, 7712.0, 7608.0, 7693.0, 7609.0, 7606.0, 7609.0, 7607.0, 7628.0, 7586.0, 7600.0, 7605.0, 7608.0, 7643.0, 7607.0, 7683.0, 7596.0, 7630.0, 7585.0, 7620.0, 7612.0, 7617.0, 7590.0, 7620.0, 7607.0, 7614.0, 7604.0, 7608.0, 7609.0, 7612.0, 7607.0, 7698.0, 7609.0, 7608.0, 7595.0, 7605.0, 7588.0, 7589.0, 7665.0, 7606.0, 7709.0, 7608.0, 7609.0, 7625.0, 7586.0, 7613.0, 7590.0, 7619.0, 7617.0, 7602.0, 7663.0, 7607.0, 7605.0, 7591.0, 7598.0, 7612.0, 7601.0, 7667.0, 7611.0, 7629.0, 7618.0, 7604.0, 7655.0, 7592.0, 7625.0, 7629.0, 7607.0, 7670.0, 7598.0, 7605.0, 7595.0, 7590.0, 7629.0, 7620.0, 7655.0, 7611.0, 7608.0, 7613.0, 7626.0, 7606.0, 7594.0, 7657.0, 7615.0, 7607.0, 7607.0, 7609.0, 7609.0, 7597.0, 7608.0, 7592.0, 7627.0, 7638.0, 7591.0, 7713.0, 7597.0, 7614.0, 7610.0, 7587.0, 7653.0, 7613.0, 7654.0, 7638.0, 7608.0, 7669.0, 7595.0, 7607.0, 7594.0, 7601.0, 7603.0, 7591.0, 7690.0, 7640.0, 7603.0, 7622.0, 7596.0, 7620.0, 7582.0, 7597.0, 7600.0, 7601.0, 7614.0, 7588.0, 7619.0, 7607.0, 7605.0, 7610.0, 7588.0, 7604.0, 7612.0, 7629.0, 7619.0, 7629.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.0001650802752293578</td></tr>
<tr><td colspan=3>aqi</td><td>0.0244553875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.91536713079214</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.17496974326062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9877945588289323</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>2323.3733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10398795583775036</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.86697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7789500615568916</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.656192391216893</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0220726552209007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.658585138232882</td></tr>
<tr><td colspan=3>gcor</td><td>0.00833718</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03145137056708336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08040295541286469</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>3.4967105647119605</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>16.8082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1354</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2179</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.7297</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2069</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.9588</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2601.9315</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>729.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.8832</td></tr>
<tr><td colspan=3>tsnr</td><td>31.404001250630245</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>