ds005256-mriqc/sub-0094_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 503f76fc30 [DATALAD RUNCMD] Compute MRIQC for sub-0094
=== 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-0094 --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-0094",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:48 +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-0094_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0094_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-03/func/sub-0094_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f3b7260d15eb43e73e91bb0b53b78453</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>18:22:50.697500</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114347</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9511a7a-49ee-4841-bcfa-b314e83c3fbd||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['182250.697500', '182251.157500', '182251.617500', '182252.077500', '182252.537500', '182252.997500', '182253.457500', '182253.917500', '182254.377500', '182254.837500', '182255.297500', '182255.757500', '182256.217500', '182256.677500', '182257.137500', '182257.597500', '182258.057500', '182258.517500', '182258.977500', '182259.437500', '182259.897500', '182300.357500', '182300.817500', '182301.277500', '182301.737500', '182302.197500', '182302.657500', '182303.117500', '182303.577500', '182304.037500', '182304.497500', '182304.957500', '182305.417500', '182305.877500', '182306.337500', '182306.797500', '182307.257500', '182307.717500', '182308.177500', '182308.637500', '182309.097500', '182309.557500', '182310.017500', '182310.477500', '182310.937500', '182311.397500', '182311.857500', '182312.317500', '182312.777500', '182313.237500', '182313.697500', '182314.157500', '182314.617500', '182315.077500', '182315.537500', '182315.997500', '182316.457500', '182316.917500', '182317.377500', '182317.837500', '182318.297500', '182318.757500', '182319.217500', '182319.677500', '182320.137500', '182320.597500', '182321.057500', '182321.517500', '182321.977500', '182322.437500', '182322.897500', '182323.357500', '182323.817500', '182324.277500', '182324.737500', '182325.197500', '182325.657500', '182326.117500', '182326.577500', '182327.037500', '182327.497500', '182327.957500', '182328.417500', '182328.877500', '182329.337500', '182329.797500', '182330.257500', '182330.717500', '182331.177500', '182331.637500', '182332.097500', '182332.557500', '182333.017500', '182333.477500', '182333.937500', '182334.397500', '182334.857500', '182335.317500', '182335.777500', '182336.237500', '182336.697500', '182337.157500', '182337.617500', '182338.077500', '182338.537500', '182338.997500', '182339.457500', '182339.917500', '182340.377500', '182340.837500', '182341.297500', '182341.757500', '182342.217500', '182342.677500', '182343.137500', '182343.597500', '182344.057500', '182344.517500', '182344.977500', '182345.437500', '182345.897500', '182346.357500', '182346.817500', '182347.277500', '182347.737500', '182348.197500', '182348.657500', '182349.117500', '182349.577500', '182350.037500', '182350.497500', '182350.957500', '182351.417500', '182351.877500', '182352.337500', '182352.797500', '182353.257500', '182353.717500', '182354.177500', '182354.637500', '182355.097500', '182355.557500', '182356.017500', '182356.477500', '182356.937500', '182357.397500', '182357.857500', '182358.317500', '182358.777500', '182359.237500', '182359.697500', '182400.157500', '182400.617500', '182401.077500', '182401.537500', '182401.997500', '182402.457500', '182402.917500', '182403.377500', '182403.837500', '182404.297500', '182404.757500', '182405.217500', '182405.677500', '182406.137500', '182406.597500', '182407.057500', '182407.517500', '182407.977500', '182408.437500', '182408.897500', '182409.357500', '182409.817500', '182410.277500', '182410.737500', '182411.197500', '182411.657500', '182412.117500', '182412.577500', '182413.037500', '182413.497500', '182413.957500', '182414.417500', '182414.877500', '182415.337500', '182415.797500', '182416.257500', '182416.717500', '182417.177500', '182417.637500', '182418.097500', '182418.557500', '182419.017500', '182419.477500', '182419.937500', '182420.397500', '182420.857500', '182421.317500', '182421.777500', '182422.237500', '182422.697500', '182423.157500', '182423.617500', '182424.077500', '182424.537500', '182424.997500', '182425.457500', '182425.917500', '182426.377500', '182426.837500', '182427.297500', '182427.757500', '182428.217500', '182428.677500', '182429.137500', '182429.597500', '182430.057500', '182430.517500', '182430.977500', '182431.437500', '182431.897500', '182432.357500', '182432.817500', '182433.277500', '182433.737500', '182434.197500', '182434.657500', '182435.117500', '182435.577500', '182436.037500', '182436.497500', '182436.957500', '182437.417500', '182437.877500', '182438.337500', '182438.797500', '182439.257500', '182439.717500', '182440.177500', '182440.637500', '182441.097500', '182441.557500', '182442.017500', '182442.477500', '182442.937500', '182443.397500', '182443.857500', '182444.317500', '182444.777500', '182445.237500', '182445.697500', '182446.157500', '182446.617500', '182447.077500', '182447.537500', '182447.997500', '182448.457500', '182448.917500', '182449.377500', '182449.837500', '182450.297500', '182450.757500', '182451.217500', '182451.677500', '182452.137500', '182452.597500', '182453.057500', '182453.517500', '182453.977500', '182454.437500', '182454.897500', '182455.357500', '182455.817500', '182456.277500', '182456.737500', '182457.197500', '182457.657500', '182458.117500', '182458.577500', '182459.037500', '182459.497500', '182459.957500', '182500.417500', '182500.877500', '182501.337500', '182501.797500', '182502.257500', '182502.717500', '182503.177500', '182503.637500', '182504.097500', '182504.557500', '182505.017500', '182505.477500', '182505.937500', '182506.397500', '182506.857500', '182507.317500', '182507.777500', '182508.237500', '182508.697500', '182509.157500', '182509.617500', '182510.077500', '182510.537500', '182510.997500', '182511.457500', '182511.917500', '182512.377500', '182512.837500', '182513.297500', '182513.757500', '182514.217500', '182514.677500', '182515.137500', '182515.597500', '182516.057500', '182516.517500', '182516.977500', '182517.437500', '182517.897500', '182518.357500', '182518.817500', '182519.277500', '182519.737500', '182520.197500', '182520.657500', '182521.117500', '182521.577500', '182522.037500', '182522.497500', '182522.957500', '182523.417500', '182523.877500', '182524.337500', '182524.797500', '182525.257500', '182525.717500', '182526.177500', '182526.637500', '182527.097500', '182527.557500', '182528.017500', '182528.477500', '182528.937500', '182529.397500', '182529.857500', '182530.317500', '182530.777500', '182531.237500', '182531.697500', '182532.157500', '182532.617500', '182533.077500', '182533.537500', '182533.997500', '182534.457500', '182534.917500', '182535.377500', '182535.837500', '182536.297500', '182536.757500', '182537.217500', '182537.677500', '182538.137500', '182538.597500', '182539.057500', '182539.517500', '182539.977500', '182540.437500', '182540.897500', '182541.357500', '182541.817500', '182542.277500', '182542.737500', '182543.197500', '182543.657500', '182544.117500', '182544.577500', '182545.037500', '182545.497500', '182545.957500', '182546.417500', '182546.877500', '182547.337500', '182547.797500', '182548.257500', '182548.717500', '182549.177500', '182549.637500', '182550.097500', '182550.557500', '182551.017500', '182551.477500', '182551.937500', '182552.397500', '182552.857500', '182553.317500', '182553.777500', '182554.237500', '182554.697500', '182555.157500', '182555.617500', '182556.077500', '182556.537500', '182556.997500', '182557.457500', '182557.917500', '182558.377500', '182558.837500', '182559.297500', '182559.757500', '182600.217500', '182600.677500', '182601.137500', '182601.597500', '182602.057500', '182602.517500', '182602.977500', '182603.437500', '182603.897500', '182604.357500', '182604.817500', '182605.277500', '182605.737500', '182606.197500', '182606.657500', '182607.117500', '182607.577500', '182608.037500', '182608.497500', '182608.957500', '182609.417500', '182609.877500', '182610.337500', '182610.797500', '182611.257500', '182611.717500', '182612.177500', '182612.637500', '182613.097500', '182613.557500', '182614.017500', '182614.477500', '182614.937500', '182615.397500', '182615.857500', '182616.317500', '182616.777500', '182617.237500', '182617.697500', '182618.157500', '182618.617500', '182619.077500', '182619.537500', '182619.997500', '182620.457500', '182620.917500', '182621.377500', '182621.837500', '182622.297500', '182622.757500', '182623.217500', '182623.677500', '182624.137500', '182624.597500', '182625.057500', '182625.517500', '182625.977500', '182626.437500', '182626.897500', '182627.357500', '182627.817500', '182628.277500', '182628.737500', '182629.197500', '182629.657500', '182630.117500', '182630.577500', '182631.037500', '182631.497500', '182631.957500', '182632.417500', '182632.877500', '182633.337500', '182633.797500', '182634.257500', '182634.717500', '182635.177500', '182635.637500', '182636.097500', '182636.557500', '182637.017500', '182637.477500', '182637.937500', '182638.397500', '182638.857500', '182639.317500', '182639.777500', '182640.237500', '182640.697500', '182641.157500', '182641.617500', '182642.077500', '182642.537500', '182642.997500', '182643.457500', '182643.917500', '182644.377500', '182644.837500', '182645.297500', '182645.757500', '182646.217500', '182646.677500', '182647.137500', '182647.597500', '182648.057500', '182648.517500', '182648.977500', '182649.437500', '182649.897500', '182650.357500', '182650.817500', '182651.277500', '182651.737500', '182652.197500', '182652.657500', '182653.117500', '182653.577500', '182654.037500', '182654.497500', '182654.957500', '182655.417500', '182655.877500', '182656.337500', '182656.797500', '182657.257500', '182657.717500', '182658.177500', '182658.637500', '182659.097500', '182659.557500', '182700.017500', '182700.477500', '182700.937500', '182701.397500', '182701.857500', '182702.317500', '182702.777500', '182703.237500', '182703.697500', '182704.157500', '182704.617500', '182705.077500', '182705.537500', '182705.997500', '182706.457500', '182706.917500', '182707.377500', '182707.837500', '182708.297500', '182708.757500', '182709.217500', '182709.677500', '182710.137500', '182710.597500', '182711.057500', '182711.517500', '182711.977500', '182712.437500', '182712.897500', '182713.357500', '182713.817500', '182714.277500', '182714.737500', '182715.197500', '182715.657500', '182716.117500', '182716.577500', '182717.037500', '182717.497500', '182717.957500', '182718.417500', '182718.877500', '182719.337500', '182719.797500', '182720.257500', '182720.717500', '182721.177500', '182721.637500', '182722.097500', '182722.557500', '182723.017500', '182723.477500', '182723.937500', '182724.397500', '182724.857500', '182725.317500', '182725.777500', '182726.237500', '182726.697500', '182727.157500', '182727.617500', '182728.077500', '182728.537500', '182728.997500', '182729.457500', '182729.917500', '182730.377500', '182730.837500', '182731.297500', '182731.757500', '182732.217500', '182732.677500', '182733.137500', '182733.597500', '182734.057500', '182734.517500', '182734.977500', '182735.437500', '182735.897500', '182736.357500', '182736.817500', '182737.277500', '182737.737500', '182738.197500', '182738.657500', '182739.117500', '182739.577500', '182740.037500', '182740.497500', '182740.957500', '182741.417500', '182741.877500', '182742.337500', '182742.797500', '182743.257500', '182743.717500', '182744.177500', '182744.637500', '182745.097500', '182745.557500', '182746.017500', '182746.477500', '182746.937500', '182747.397500', '182747.857500', '182748.317500', '182748.777500', '182749.237500', '182749.697500', '182750.157500', '182750.617500', '182751.077500', '182751.537500', '182751.997500', '182752.457500', '182752.917500', '182753.377500', '182753.837500', '182754.297500', '182754.757500', '182755.217500', '182755.677500', '182756.137500', '182756.597500', '182757.057500', '182757.517500', '182757.977500', '182758.437500', '182758.897500', '182759.357500', '182759.817500', '182800.277500', '182800.737500', '182801.197500', '182801.657500', '182802.117500', '182802.577500', '182803.037500', '182803.497500', '182803.957500', '182804.417500', '182804.877500', '182805.337500', '182805.797500', '182806.257500', '182806.717500', '182807.177500', '182807.637500', '182808.097500', '182808.557500', '182809.017500', '182809.477500', '182809.937500', '182810.397500', '182810.857500', '182811.317500', '182811.777500', '182812.237500', '182812.697500', '182813.157500', '182813.617500', '182814.077500', '182814.537500', '182814.997500', '182815.457500', '182815.917500', '182816.377500', '182816.837500', '182817.297500', '182817.757500', '182818.217500', '182818.677500', '182819.137500', '182819.597500', '182820.057500', '182820.517500', '182820.977500', '182821.437500', '182821.897500', '182822.357500', '182822.817500', '182823.277500', '182823.737500', '182824.197500', '182824.657500', '182825.117500', '182825.577500', '182826.037500', '182826.497500', '182826.957500', '182827.417500', '182827.877500', '182828.337500', '182828.797500', '182829.257500', '182829.717500', '182830.177500', '182830.637500', '182831.097500', '182831.557500', '182832.017500', '182832.477500', '182832.937500', '182833.397500', '182833.857500', '182834.317500', '182834.777500', '182835.237500', '182835.697500', '182836.157500', '182836.617500', '182837.077500', '182837.537500', '182837.997500', '182838.457500', '182838.917500', '182839.377500', '182839.837500', '182840.297500', '182840.757500', '182841.217500', '182841.677500', '182842.137500', '182842.597500', '182843.057500', '182843.517500', '182843.977500', '182844.437500', '182844.897500', '182845.357500', '182845.817500', '182846.277500', '182846.737500', '182847.197500', '182847.657500', '182848.117500', '182848.577500', '182849.037500', '182849.497500', '182849.957500', '182850.417500', '182850.877500', '182851.337500', '182851.797500', '182852.257500', '182852.717500', '182853.177500', '182853.637500', '182854.097500', '182854.557500', '182855.017500', '182855.477500', '182855.937500', '182856.397500', '182856.857500', '182857.317500', '182857.777500', '182858.237500', '182858.697500', '182859.157500', '182859.617500', '182900.077500', '182900.537500', '182900.997500', '182901.457500', '182901.917500', '182902.377500', '182902.837500', '182903.297500', '182903.757500', '182904.217500', '182904.677500', '182905.137500', '182905.597500', '182906.057500', '182906.517500', '182906.977500', '182907.437500', '182907.897500', '182908.357500', '182908.817500', '182909.277500', '182909.737500', '182910.197500', '182910.657500', '182911.117500', '182911.577500', '182912.037500', '182912.497500', '182912.957500', '182913.417500', '182913.877500', '182914.337500', '182914.797500', '182915.257500', '182915.717500', '182916.177500', '182916.637500', '182917.097500', '182917.557500', '182918.017500', '182918.477500', '182918.937500', '182919.397500', '182919.857500', '182920.317500', '182920.777500', '182921.237500', '182921.697500', '182922.157500', '182922.617500', '182923.077500', '182923.537500', '182923.997500', '182924.457500', '182924.917500', '182925.377500', '182925.837500', '182926.297500', '182926.757500', '182927.217500', '182927.677500', '182928.137500', '182928.597500', '182929.057500', '182929.517500', '182929.977500', '182930.437500', '182930.897500', '182931.357500'], 'ContentTime': ['182320.891000', '182320.894000', '182320.897000', '182320.899000', '182320.902000', '182320.904000', '182320.907000', '182320.910000', '182320.917000', '182320.920000', '182320.922000', '182320.925000', '182320.927000', '182320.930000', '182320.932000', '182320.935000', '182320.938000', '182320.940000', '182320.943000', '182320.946000', '182320.949000', '182320.952000', '182320.954000', '182320.957000', '182320.959000', '182320.962000', '182320.964000', '182320.967000', '182320.969000', '182320.972000', '182320.975000', '182320.977000', '182320.980000', '182320.982000', '182320.985000', '182320.987000', '182320.990000', '182320.992000', '182320.995000', '182320.997000', '182321.001000', '182321.004000', '182321.006000', '182321.009000', '182321.011000', '182321.014000', '182321.016000', '182321.019000', '182321.021000', '182321.024000', '182321.028000', '182321.030000', '182321.033000', '182321.035000', '182321.038000', '182321.051000', '182321.054000', '182321.056000', '182321.059000', '182321.061000', '182321.064000', '182321.066000', '182340.858000', '182340.860000', '182340.863000', '182340.866000', '182340.869000', '182340.871000', '182340.874000', '182340.876000', '182340.879000', '182340.881000', '182340.884000', '182340.886000', '182340.889000', '182340.891000', '182340.894000', '182340.896000', '182340.899000', '182340.901000', '182340.904000', '182340.907000', '182340.909000', '182340.912000', '182340.914000', '182340.917000', '182340.919000', '182340.922000', '182340.924000', '182340.927000', '182340.929000', '182340.932000', '182340.934000', '182340.937000', '182340.939000', '182340.942000', '182340.945000', '182340.947000', '182340.950000', '182340.952000', '182340.955000', '182340.957000', '182340.960000', '182340.962000', '182340.965000', '182340.967000', '182400.858000', '182400.860000', '182400.863000', '182400.866000', '182400.868000', '182400.871000', '182400.873000', '182400.876000', '182400.878000', '182400.881000', '182400.883000', '182400.886000', '182400.888000', '182400.891000', '182400.893000', '182400.896000', '182400.898000', '182400.901000', '182400.903000', '182400.906000', '182400.908000', '182400.911000', '182400.913000', '182400.916000', '182400.918000', '182400.921000', '182400.923000', '182400.926000', '182400.928000', '182400.931000', '182400.933000', '182400.936000', '182400.938000', '182400.941000', '182400.944000', '182400.946000', '182400.949000', '182400.952000', '182400.955000', '182400.957000', '182400.960000', '182400.962000', '182400.965000', '182420.858000', '182420.861000', '182420.864000', '182420.866000', '182420.869000', '182420.871000', '182420.874000', '182420.877000', '182420.879000', '182420.882000', '182420.884000', '182420.887000', '182420.889000', '182420.892000', '182420.894000', '182420.897000', '182420.899000', '182420.902000', '182420.905000', '182420.907000', '182420.910000', '182420.912000', '182420.915000', '182420.917000', '182420.920000', '182420.922000', '182420.925000', '182420.927000', '182420.930000', '182420.933000', '182420.935000', '182420.938000', '182420.940000', '182420.943000', '182420.945000', '182420.948000', '182420.950000', '182420.953000', '182420.956000', '182420.958000', '182420.961000', '182420.963000', '182420.966000', '182420.968000', '182440.858000', '182440.861000', '182440.864000', '182440.866000', '182440.869000', '182440.871000', '182440.874000', '182440.877000', '182440.879000', '182440.882000', '182440.884000', '182440.887000', '182440.889000', '182440.892000', '182440.894000', '182440.897000', '182440.899000', '182440.902000', '182440.905000', '182440.907000', '182440.910000', '182440.912000', '182440.915000', '182440.917000', '182440.920000', '182440.923000', '182440.925000', '182440.928000', '182440.930000', '182440.933000', '182440.935000', '182440.938000', '182440.940000', '182440.943000', '182440.946000', '182440.948000', '182440.951000', '182440.953000', '182440.956000', '182440.958000', '182440.961000', '182440.964000', '182440.966000', '182500.858000', '182500.860000', '182500.863000', '182500.866000', '182500.869000', '182500.871000', '182500.874000', '182500.876000', '182500.879000', '182500.881000', '182500.884000', '182500.886000', '182500.889000', '182500.891000', '182500.894000', '182500.897000', '182500.899000', '182500.902000', '182500.917000', '182500.920000', '182500.923000', '182500.925000', '182500.928000', '182500.930000', '182500.933000', '182500.935000', '182500.938000', '182500.940000', '182500.943000', '182500.946000', '182500.948000', '182500.951000', '182500.953000', '182500.956000', '182500.958000', '182500.961000', '182500.963000', '182500.966000', '182500.969000', '182500.971000', '182500.974000', '182500.976000', '182500.979000', '182500.981000', '182520.857000', '182520.860000', '182520.863000', '182520.866000', '182520.868000', '182520.871000', '182520.873000', '182520.876000', '182520.878000', '182520.881000', '182520.883000', '182520.886000', '182520.888000', '182520.891000', '182520.894000', '182520.896000', '182520.899000', '182520.901000', '182520.904000', '182520.906000', '182520.909000', '182520.912000', '182520.914000', '182520.917000', '182520.919000', '182520.922000', '182520.924000', '182520.927000', '182520.929000', '182520.932000', '182520.934000', '182520.937000', '182520.939000', '182520.942000', '182520.944000', '182520.947000', '182520.950000', '182520.952000', '182520.955000', '182520.957000', '182520.960000', '182520.962000', '182520.965000', '182540.858000', '182540.860000', '182540.863000', '182540.866000', '182540.868000', '182540.871000', '182540.873000', '182540.876000', '182540.879000', '182540.881000', '182540.884000', '182540.886000', '182540.889000', '182540.891000', '182540.894000', '182540.896000', '182540.899000', '182540.902000', '182540.904000', '182540.907000', '182540.909000', '182540.912000', '182540.914000', '182540.917000', '182540.919000', '182540.922000', '182540.925000', '182540.927000', '182540.930000', '182540.932000', '182540.935000', '182540.937000', '182540.940000', '182540.942000', '182540.945000', '182540.948000', '182540.950000', '182540.953000', '182540.955000', '182540.958000', '182540.960000', '182540.963000', '182540.965000', '182600.858000', '182600.860000', '182600.863000', '182600.866000', '182600.868000', '182600.871000', '182600.873000', '182600.876000', '182600.878000', '182600.881000', '182600.883000', '182600.886000', '182600.888000', '182600.891000', '182600.893000', '182600.896000', '182600.899000', '182600.901000', '182600.904000', '182600.906000', '182600.909000', '182600.911000', '182600.914000', '182600.916000', '182600.919000', '182600.921000', '182600.924000', '182600.926000', '182600.929000', '182600.932000', '182600.934000', '182600.937000', '182600.939000', '182600.942000', '182600.944000', '182600.947000', '182600.949000', '182600.952000', '182600.954000', '182600.957000', '182600.960000', '182600.962000', '182600.965000', '182600.967000', '182620.858000', '182620.860000', '182620.863000', '182620.865000', '182620.868000', '182620.871000', '182620.873000', '182620.876000', '182620.878000', '182620.881000', '182620.883000', '182620.886000', '182620.889000', '182620.891000', '182620.894000', '182620.896000', '182620.899000', '182620.901000', '182620.904000', '182620.907000', '182620.909000', '182620.912000', '182620.914000', '182620.917000', '182620.919000', '182620.922000', '182620.925000', '182620.927000', '182620.930000', '182620.932000', '182620.935000', '182620.937000', '182620.940000', '182620.943000', '182620.945000', '182620.948000', '182620.950000', '182620.953000', '182620.955000', '182620.958000', '182620.961000', '182620.963000', '182620.971000', '182620.973000', '182640.858000', '182640.861000', '182640.864000', '182640.866000', '182640.869000', '182640.871000', '182640.874000', '182640.877000', '182640.879000', '182640.882000', '182640.884000', '182640.887000', '182640.889000', '182640.892000', '182640.894000', '182640.897000', '182640.900000', '182640.902000', '182640.905000', '182640.907000', '182640.910000', '182640.913000', '182640.915000', '182640.918000', '182640.920000', '182640.923000', '182640.925000', '182640.928000', '182640.930000', '182640.933000', '182640.936000', '182640.938000', '182640.941000', '182640.943000', '182640.946000', '182640.948000', '182640.951000', '182640.954000', '182640.956000', '182640.959000', '182640.961000', '182640.964000', '182640.966000', '182700.858000', '182700.861000', '182700.864000', '182700.866000', '182700.869000', '182700.872000', '182700.874000', '182700.877000', '182700.879000', '182700.884000', '182700.887000', '182700.889000', '182700.892000', '182700.895000', '182700.897000', '182700.900000', '182700.902000', '182700.905000', '182700.907000', '182700.910000', '182700.913000', '182700.915000', '182700.918000', '182700.920000', '182700.923000', '182700.925000', '182700.928000', '182700.930000', '182700.933000', '182700.935000', '182700.938000', '182700.941000', '182700.943000', '182700.946000', '182700.948000', '182700.951000', '182700.953000', '182700.956000', '182700.959000', '182700.961000', '182700.964000', '182700.966000', '182700.969000', '182700.972000', '182720.857000', '182720.860000', '182720.863000', '182720.866000', '182720.868000', '182720.871000', '182720.873000', '182720.876000', '182720.878000', '182720.881000', '182720.884000', '182720.886000', '182720.889000', '182720.891000', '182720.894000', '182720.897000', '182720.899000', '182720.902000', '182720.904000', '182720.907000', '182720.909000', '182720.912000', '182720.915000', '182720.917000', '182720.920000', '182720.922000', '182720.925000', '182720.927000', '182720.930000', '182720.932000', '182720.935000', '182720.937000', '182720.940000', '182720.943000', '182720.945000', '182720.948000', '182720.950000', '182720.953000', '182720.955000', '182720.958000', '182720.960000', '182720.963000', '182720.965000', '182740.857000', '182740.860000', '182740.863000', '182740.865000', '182740.868000', '182740.870000', '182740.873000', '182740.876000', '182740.878000', '182740.881000', '182740.884000', '182740.887000', '182740.890000', '182740.892000', '182740.895000', '182740.898000', '182740.900000', '182740.903000', '182740.905000', '182740.908000', '182740.910000', '182740.913000', '182740.915000', '182740.918000', '182740.921000', '182740.923000', '182740.926000', '182740.928000', '182740.931000', '182740.933000', '182740.936000', '182740.939000', '182740.941000', '182740.944000', '182740.947000', '182740.949000', '182740.952000', '182740.954000', '182740.957000', '182740.959000', '182740.962000', '182740.965000', '182740.967000', '182740.970000', '182800.858000', '182800.860000', '182800.863000', '182800.865000', '182800.868000', '182800.871000', '182800.873000', '182800.876000', '182800.878000', '182800.881000', '182800.883000', '182800.886000', '182800.888000', '182800.891000', '182800.893000', '182800.896000', '182800.899000', '182800.901000', '182800.904000', '182800.906000', '182800.909000', '182800.911000', '182800.914000', '182800.916000', '182800.945000', '182800.947000', '182800.950000', '182800.952000', '182800.955000', '182800.957000', '182800.960000', '182800.962000', '182800.965000', '182800.967000', '182800.970000', '182800.973000', '182800.975000', '182800.978000', '182800.980000', '182800.983000', '182800.985000', '182800.988000', '182800.990000', '182820.858000', '182820.861000', '182820.863000', '182820.866000', '182820.869000', '182820.871000', '182820.874000', '182820.876000', '182820.879000', '182820.882000', '182820.884000', '182820.887000', '182820.889000', '182820.892000', '182820.894000', '182820.897000', '182820.899000', '182820.902000', '182820.905000', '182820.907000', '182820.910000', '182820.912000', '182820.915000', '182820.917000', '182820.920000', '182820.923000', '182820.925000', '182820.928000', '182820.930000', '182820.933000', '182820.935000', '182820.938000', '182820.941000', '182820.943000', '182820.946000', '182820.948000', '182820.951000', '182820.953000', '182820.956000', '182820.959000', '182820.961000', '182820.964000', '182820.966000', '182840.858000', '182840.860000', '182840.863000', '182840.866000', '182840.868000', '182840.871000', '182840.873000', '182840.876000', '182840.878000', '182840.881000', '182840.884000', '182840.886000', '182840.889000', '182840.891000', '182840.894000', '182840.896000', '182840.899000', '182840.901000', '182840.904000', '182840.907000', '182840.909000', '182840.912000', '182840.914000', '182840.917000', '182840.919000', '182840.922000', '182840.924000', '182840.927000', '182840.930000', '182840.932000', '182840.935000', '182840.937000', '182840.940000', '182840.942000', '182840.945000', '182840.947000', '182840.950000', '182840.952000', '182840.955000', '182840.958000', '182840.960000', '182840.963000', '182840.965000', '182840.968000', '182900.859000', '182900.861000', '182900.866000', '182900.868000', '182900.871000', '182900.873000', '182900.876000', '182900.879000', '182900.881000', '182900.884000', '182900.887000', '182900.889000', '182900.892000', '182900.894000', '182900.897000', '182900.899000', '182900.903000', '182900.906000', '182900.909000', '182900.911000', '182900.914000', '182900.917000', '182900.919000', '182900.923000', '182900.926000', '182900.928000', '182900.931000', '182900.933000', '182900.936000', '182900.939000', '182900.941000', '182900.944000', '182900.946000', '182900.949000', '182900.951000', '182900.954000', '182900.957000', '182900.959000', '182900.962000', '182900.964000', '182900.967000', '182900.969000', '182900.972000', '182920.859000', '182920.862000', '182920.864000', '182920.867000', '182920.869000', '182920.872000', '182920.874000', '182920.877000', '182920.879000', '182920.882000', '182920.885000', '182920.887000', '182920.890000', '182920.892000', '182920.895000', '182920.897000', '182920.900000', '182920.903000', '182920.905000', '182920.908000', '182920.910000', '182920.913000', '182920.915000', '182920.918000', '182920.920000', '182920.923000', '182920.925000', '182920.928000', '182920.931000', '182920.933000', '182920.936000', '182920.938000', '182920.941000', '182920.943000', '182920.946000', '182920.948000', '182920.989000', '182920.992000', '182920.994000', '182920.997000', '182921.000000', '182921.003000', '182921.005000', '182921.008000', '182933.079000', '182933.086000', '182933.089000', '182933.091000', '182933.094000', '182933.097000', '182933.099000', '182933.102000', '182933.105000', '182933.108000', '182933.110000', '182933.113000', '182933.116000', '182933.119000', '182933.122000', '182933.125000', '182933.127000', '182933.130000', '182933.133000', '182933.135000', '182933.138000', '182933.141000', '182933.144000', '182933.147000', '182933.150000', '182933.153000', '182933.156000'], 'InstanceCreationTime': ['182320.891000', '182320.894000', '182320.897000', '182320.899000', '182320.902000', '182320.904000', '182320.907000', '182320.910000', '182320.917000', '182320.920000', '182320.922000', '182320.925000', '182320.927000', '182320.930000', '182320.932000', '182320.935000', '182320.938000', '182320.940000', '182320.943000', '182320.946000', '182320.949000', '182320.952000', '182320.954000', '182320.957000', '182320.959000', '182320.962000', '182320.964000', '182320.967000', '182320.969000', '182320.972000', '182320.975000', '182320.977000', '182320.980000', '182320.982000', '182320.985000', '182320.987000', '182320.990000', '182320.992000', '182320.995000', '182320.997000', '182321.001000', '182321.004000', '182321.006000', '182321.009000', '182321.011000', '182321.014000', '182321.016000', '182321.019000', '182321.021000', '182321.024000', '182321.028000', '182321.030000', '182321.033000', '182321.035000', '182321.038000', '182321.051000', '182321.054000', '182321.056000', '182321.059000', '182321.061000', '182321.064000', '182321.066000', '182340.858000', '182340.860000', '182340.863000', '182340.866000', '182340.869000', '182340.871000', '182340.874000', '182340.876000', '182340.879000', '182340.881000', '182340.884000', '182340.886000', '182340.889000', '182340.891000', '182340.894000', '182340.896000', '182340.899000', '182340.901000', '182340.904000', '182340.907000', '182340.909000', '182340.912000', '182340.914000', '182340.917000', '182340.919000', '182340.922000', '182340.924000', '182340.927000', '182340.929000', '182340.932000', '182340.934000', '182340.937000', '182340.939000', '182340.942000', '182340.945000', '182340.947000', '182340.950000', '182340.952000', '182340.955000', '182340.957000', '182340.960000', '182340.962000', '182340.965000', '182340.967000', '182400.858000', '182400.860000', '182400.863000', '182400.866000', '182400.868000', '182400.871000', '182400.873000', '182400.876000', '182400.878000', '182400.881000', '182400.883000', '182400.886000', '182400.888000', '182400.891000', '182400.893000', '182400.896000', '182400.898000', '182400.901000', '182400.903000', '182400.906000', '182400.908000', '182400.911000', '182400.913000', '182400.916000', '182400.918000', '182400.921000', '182400.923000', '182400.926000', '182400.928000', '182400.931000', '182400.933000', '182400.936000', '182400.938000', '182400.941000', '182400.944000', '182400.946000', '182400.949000', '182400.952000', '182400.955000', '182400.957000', '182400.960000', '182400.962000', '182400.965000', '182420.858000', '182420.861000', '182420.864000', '182420.866000', '182420.869000', '182420.871000', '182420.874000', '182420.877000', '182420.879000', '182420.882000', '182420.884000', '182420.887000', '182420.889000', '182420.892000', '182420.894000', '182420.897000', '182420.899000', '182420.902000', '182420.905000', '182420.907000', '182420.910000', '182420.912000', '182420.915000', '182420.917000', '182420.920000', '182420.922000', '182420.925000', '182420.927000', '182420.930000', '182420.933000', '182420.935000', '182420.938000', '182420.940000', '182420.943000', '182420.945000', '182420.948000', '182420.950000', '182420.953000', '182420.956000', '182420.958000', '182420.961000', '182420.963000', '182420.966000', '182420.968000', '182440.858000', '182440.861000', '182440.864000', '182440.866000', '182440.869000', '182440.871000', '182440.874000', '182440.877000', '182440.879000', '182440.882000', '182440.884000', '182440.887000', '182440.889000', '182440.892000', '182440.894000', '182440.897000', '182440.899000', '182440.902000', '182440.905000', '182440.907000', '182440.910000', '182440.912000', '182440.915000', '182440.917000', '182440.920000', '182440.923000', '182440.925000', '182440.928000', '182440.930000', '182440.933000', '182440.935000', '182440.938000', '182440.940000', '182440.943000', '182440.946000', '182440.948000', '182440.951000', '182440.953000', '182440.956000', '182440.958000', '182440.961000', '182440.964000', '182440.966000', '182500.858000', '182500.860000', '182500.863000', '182500.866000', '182500.869000', '182500.871000', '182500.874000', '182500.876000', '182500.879000', '182500.881000', '182500.884000', '182500.886000', '182500.889000', '182500.891000', '182500.894000', '182500.897000', '182500.899000', '182500.902000', '182500.917000', '182500.920000', '182500.923000', '182500.925000', '182500.928000', '182500.930000', '182500.933000', '182500.935000', '182500.938000', '182500.940000', '182500.943000', '182500.946000', '182500.948000', '182500.951000', '182500.953000', '182500.956000', '182500.958000', '182500.961000', '182500.963000', '182500.966000', '182500.969000', '182500.971000', '182500.974000', '182500.976000', '182500.979000', '182500.981000', '182520.857000', '182520.860000', '182520.863000', '182520.866000', '182520.868000', '182520.871000', '182520.873000', '182520.876000', '182520.878000', '182520.881000', '182520.883000', '182520.886000', '182520.888000', '182520.891000', '182520.894000', '182520.896000', '182520.899000', '182520.901000', '182520.904000', '182520.906000', '182520.909000', '182520.912000', '182520.914000', '182520.917000', '182520.919000', '182520.922000', '182520.924000', '182520.927000', '182520.929000', '182520.932000', '182520.934000', '182520.937000', '182520.939000', '182520.942000', '182520.944000', '182520.947000', '182520.950000', '182520.952000', '182520.955000', '182520.957000', '182520.960000', '182520.962000', '182520.965000', '182540.858000', '182540.860000', '182540.863000', '182540.866000', '182540.868000', '182540.871000', '182540.873000', '182540.876000', '182540.879000', '182540.881000', '182540.884000', '182540.886000', '182540.889000', '182540.891000', '182540.894000', '182540.896000', '182540.899000', '182540.902000', '182540.904000', '182540.907000', '182540.909000', '182540.912000', '182540.914000', '182540.917000', '182540.919000', '182540.922000', '182540.925000', '182540.927000', '182540.930000', '182540.932000', '182540.935000', '182540.937000', '182540.940000', '182540.942000', '182540.945000', '182540.948000', '182540.950000', '182540.953000', '182540.955000', '182540.958000', '182540.960000', '182540.963000', '182540.965000', '182600.858000', '182600.860000', '182600.863000', '182600.866000', '182600.868000', '182600.871000', '182600.873000', '182600.876000', '182600.878000', '182600.881000', '182600.883000', '182600.886000', '182600.888000', '182600.891000', '182600.893000', '182600.896000', '182600.899000', '182600.901000', '182600.904000', '182600.906000', '182600.909000', '182600.911000', '182600.914000', '182600.916000', '182600.919000', '182600.921000', '182600.924000', '182600.926000', '182600.929000', '182600.932000', '182600.934000', '182600.937000', '182600.939000', '182600.942000', '182600.944000', '182600.947000', '182600.949000', '182600.952000', '182600.954000', '182600.957000', '182600.960000', '182600.962000', '182600.965000', '182600.967000', '182620.858000', '182620.860000', '182620.863000', '182620.865000', '182620.868000', '182620.871000', '182620.873000', '182620.876000', '182620.878000', '182620.881000', '182620.883000', '182620.886000', '182620.889000', '182620.891000', '182620.894000', '182620.896000', '182620.899000', '182620.901000', '182620.904000', '182620.907000', '182620.909000', '182620.912000', '182620.914000', '182620.917000', '182620.919000', '182620.922000', '182620.925000', '182620.927000', '182620.930000', '182620.932000', '182620.935000', '182620.937000', '182620.940000', '182620.943000', '182620.945000', '182620.948000', '182620.950000', '182620.953000', '182620.955000', '182620.958000', '182620.961000', '182620.963000', '182620.971000', '182620.973000', '182640.858000', '182640.861000', '182640.864000', '182640.866000', '182640.869000', '182640.871000', '182640.874000', '182640.877000', '182640.879000', '182640.882000', '182640.884000', '182640.887000', '182640.889000', '182640.892000', '182640.894000', '182640.897000', '182640.900000', '182640.902000', '182640.905000', '182640.907000', '182640.910000', '182640.913000', '182640.915000', '182640.918000', '182640.920000', '182640.923000', '182640.925000', '182640.928000', '182640.930000', '182640.933000', '182640.936000', '182640.938000', '182640.941000', '182640.943000', '182640.946000', '182640.948000', '182640.951000', '182640.954000', '182640.956000', '182640.959000', '182640.961000', '182640.964000', '182640.966000', '182700.858000', '182700.861000', '182700.864000', '182700.866000', '182700.869000', '182700.872000', '182700.874000', '182700.877000', '182700.879000', '182700.884000', '182700.887000', '182700.889000', '182700.892000', '182700.895000', '182700.897000', '182700.900000', '182700.902000', '182700.905000', '182700.907000', '182700.910000', '182700.913000', '182700.915000', '182700.918000', '182700.920000', '182700.923000', '182700.925000', '182700.928000', '182700.930000', '182700.933000', '182700.935000', '182700.938000', '182700.941000', '182700.943000', '182700.946000', '182700.948000', '182700.951000', '182700.953000', '182700.956000', '182700.959000', '182700.961000', '182700.964000', '182700.966000', '182700.969000', '182700.972000', '182720.857000', '182720.860000', '182720.863000', '182720.866000', '182720.868000', '182720.871000', '182720.873000', '182720.876000', '182720.878000', '182720.881000', '182720.884000', '182720.886000', '182720.889000', '182720.891000', '182720.894000', '182720.897000', '182720.899000', '182720.902000', '182720.904000', '182720.907000', '182720.909000', '182720.912000', '182720.915000', '182720.917000', '182720.920000', '182720.922000', '182720.925000', '182720.927000', '182720.930000', '182720.932000', '182720.935000', '182720.937000', '182720.940000', '182720.943000', '182720.945000', '182720.948000', '182720.950000', '182720.953000', '182720.955000', '182720.958000', '182720.960000', '182720.963000', '182720.965000', '182740.857000', '182740.860000', '182740.863000', '182740.865000', '182740.868000', '182740.870000', '182740.873000', '182740.876000', '182740.878000', '182740.881000', '182740.884000', '182740.887000', '182740.890000', '182740.892000', '182740.895000', '182740.898000', '182740.900000', '182740.903000', '182740.905000', '182740.908000', '182740.910000', '182740.913000', '182740.915000', '182740.918000', '182740.921000', '182740.923000', '182740.926000', '182740.928000', '182740.931000', '182740.933000', '182740.936000', '182740.939000', '182740.941000', '182740.944000', '182740.947000', '182740.949000', '182740.952000', '182740.954000', '182740.957000', '182740.959000', '182740.962000', '182740.965000', '182740.967000', '182740.970000', '182800.858000', '182800.860000', '182800.863000', '182800.865000', '182800.868000', '182800.871000', '182800.873000', '182800.876000', '182800.878000', '182800.881000', '182800.883000', '182800.886000', '182800.888000', '182800.891000', '182800.893000', '182800.896000', '182800.899000', '182800.901000', '182800.904000', '182800.906000', '182800.909000', '182800.911000', '182800.914000', '182800.916000', '182800.945000', '182800.947000', '182800.950000', '182800.952000', '182800.955000', '182800.957000', '182800.960000', '182800.962000', '182800.965000', '182800.967000', '182800.970000', '182800.973000', '182800.975000', '182800.978000', '182800.980000', '182800.983000', '182800.985000', '182800.988000', '182800.990000', '182820.858000', '182820.861000', '182820.863000', '182820.866000', '182820.869000', '182820.871000', '182820.874000', '182820.876000', '182820.879000', '182820.882000', '182820.884000', '182820.887000', '182820.889000', '182820.892000', '182820.894000', '182820.897000', '182820.899000', '182820.902000', '182820.905000', '182820.907000', '182820.910000', '182820.912000', '182820.915000', '182820.917000', '182820.920000', '182820.923000', '182820.925000', '182820.928000', '182820.930000', '182820.933000', '182820.935000', '182820.938000', '182820.941000', '182820.943000', '182820.946000', '182820.948000', '182820.951000', '182820.953000', '182820.956000', '182820.959000', '182820.961000', '182820.964000', '182820.966000', '182840.858000', '182840.860000', '182840.863000', '182840.866000', '182840.868000', '182840.871000', '182840.873000', '182840.876000', '182840.878000', '182840.881000', '182840.884000', '182840.886000', '182840.889000', '182840.891000', '182840.894000', '182840.896000', '182840.899000', '182840.901000', '182840.904000', '182840.907000', '182840.909000', '182840.912000', '182840.914000', '182840.917000', '182840.919000', '182840.922000', '182840.924000', '182840.927000', '182840.930000', '182840.932000', '182840.935000', '182840.937000', '182840.940000', '182840.942000', '182840.945000', '182840.947000', '182840.950000', '182840.952000', '182840.955000', '182840.958000', '182840.960000', '182840.963000', '182840.965000', '182840.968000', '182900.859000', '182900.861000', '182900.866000', '182900.868000', '182900.871000', '182900.873000', '182900.876000', '182900.879000', '182900.881000', '182900.884000', '182900.887000', '182900.889000', '182900.892000', '182900.894000', '182900.897000', '182900.899000', '182900.903000', '182900.906000', '182900.909000', '182900.911000', '182900.914000', '182900.917000', '182900.919000', '182900.923000', '182900.926000', '182900.928000', '182900.931000', '182900.933000', '182900.936000', '182900.939000', '182900.941000', '182900.944000', '182900.946000', '182900.949000', '182900.951000', '182900.954000', '182900.957000', '182900.959000', '182900.962000', '182900.964000', '182900.967000', '182900.969000', '182900.972000', '182920.859000', '182920.862000', '182920.864000', '182920.867000', '182920.869000', '182920.872000', '182920.874000', '182920.877000', '182920.879000', '182920.882000', '182920.885000', '182920.887000', '182920.890000', '182920.892000', '182920.895000', '182920.897000', '182920.900000', '182920.903000', '182920.905000', '182920.908000', '182920.910000', '182920.913000', '182920.915000', '182920.918000', '182920.920000', '182920.923000', '182920.925000', '182920.928000', '182920.931000', '182920.933000', '182920.936000', '182920.938000', '182920.941000', '182920.943000', '182920.946000', '182920.948000', '182920.989000', '182920.992000', '182920.994000', '182920.997000', '182921.000000', '182921.003000', '182921.005000', '182921.008000', '182933.079000', '182933.086000', '182933.089000', '182933.091000', '182933.094000', '182933.097000', '182933.099000', '182933.102000', '182933.105000', '182933.108000', '182933.110000', '182933.113000', '182933.116000', '182933.119000', '182933.122000', '182933.125000', '182933.127000', '182933.130000', '182933.133000', '182933.135000', '182933.138000', '182933.141000', '182933.144000', '182933.147000', '182933.150000', '182933.153000', '182933.156000'], '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': [9303, 9334, 8808, 9355, 9010, 9037, 8874, 9674, 8472, 9156, 8688, 9355, 8461, 9253, 8089, 9506, 8060, 9552, 8535, 9734, 9428, 9674, 8703, 9356, 8837, 8919, 9263, 8854, 9893, 8631, 9839, 8451, 9191, 8235, 9695, 8351, 9195, 7823, 9267, 7790, 9919, 8472, 9417, 7829, 9492, 7804, 9630, 8214, 9435, 8222, 9536, 8682, 9385, 9172, 8920, 8815, 9891, 7819, 9579, 8335, 8823, 8549, 9249, 8313, 10171, 8081, 9759, 7968, 9707, 7972, 9413, 8015, 9324, 9461, 9298, 8358, 8823, 8004, 8315, 9293, 8113, 9385, 7964, 9313, 7950, 9695, 8126, 9506, 8198, 9349, 8563, 9164, 8055, 8949, 9467, 9422, 8180, 8899, 8488, 9056, 8785, 9135, 8774, 9019, 7888, 8581, 8231, 7885, 8869, 8360, 9713, 8456, 9187, 7882, 8982, 8003, 9077, 7977, 9321, 7957, 9438, 8248, 9760, 7883, 9246, 7985, 9130, 8258, 9066, 9605, 7934, 9133, 9520, 8133, 9832, 8082, 9699, 7776, 9678, 7812, 9505, 8127, 9591, 8111, 9591, 8051, 9411, 8300, 9710, 9094, 9289, 8770, 8967, 9442, 8311, 9250, 8944, 8572, 8651, 9659, 8318, 9212, 7929, 9570, 7935, 9702, 8265, 9741, 7817, 9784, 8096, 9790, 7875, 9752, 8503, 9336, 9406, 9270, 9607, 8404, 9257, 8935, 9835, 8238, 9771, 8210, 9611, 7914, 9786, 8153, 9676, 8664, 9257, 9464, 8529, 9113, 8238, 9831, 8114, 10122, 8365, 9465, 9095, 8677, 10006, 8695, 10092, 8488, 9714, 8162, 10004, 8980, 8593, 10230, 8843, 10237, 8129, 9450, 8753, 9590, 9301, 9654, 8942, 8526, 9373, 8557, 9836, 8669, 10088, 8282, 9964, 8234, 9900, 8344, 9440, 9189, 9211, 9241, 8943, 9475, 8485, 9933, 8298, 9714, 8054, 9735, 8139, 9842, 8254, 9649, 9187, 8715, 9625, 8583, 8796, 8307, 9433, 8415, 9917, 8140, 9624, 8770, 9897, 9275, 9441, 9570, 8850, 9344, 9217, 9636, 8682, 10059, 8483, 10016, 8480, 9852, 9454, 9230, 9729, 9495, 10053, 8172, 9239, 7880, 9405, 8049, 9957, 8208, 10032, 7855, 9868, 8477, 9885, 9549, 9511, 9487, 9165, 9354, 8697, 9511, 7888, 9493, 8065, 9809, 8231, 9465, 7983, 9148, 8194, 8664, 9186, 8247, 9524, 7924, 9038, 7915, 9696, 8386, 9569, 9402, 8962, 9542, 8429, 8984, 8240, 8589, 8518, 9953, 9109, 8527, 9182, 8320, 9075, 7838, 9278, 7878, 8624, 9458, 8960, 8906, 8152, 9260, 8254, 9124, 7970, 9660, 8562, 9764, 8465, 9021, 8333, 8483, 8938, 9030, 9001, 8786, 8759, 7830, 9774, 7830, 9714, 7950, 9277, 7820, 9511, 8010, 9439, 7864, 8987, 7979, 9426, 8787, 8745, 9779, 8428, 9377, 7863, 9918, 7953, 9893, 7855, 9219, 8005, 9578, 7830, 9860, 8425, 9660, 8623, 8922, 8910, 8843, 9592, 8782, 8953, 8524, 9420, 7883, 9783, 7959, 9698, 8696, 9508, 9537, 8827, 9621, 8498, 9490, 8054, 9933, 8760, 10046, 8312, 9606, 9313, 8451, 10067, 8479, 9902, 7844, 9912, 8177, 9688, 8121, 9725, 9745, 8744, 10229, 8672, 9774, 8764, 9513, 8362, 10324, 8109, 9734, 7879, 9626, 7892, 9752, 9023, 10014, 8620, 9924, 8341, 9853, 8331, 9591, 7972, 9812, 8182, 9417, 8867, 9075, 9764, 9365, 8863, 9538, 8971, 8858, 9044, 8048, 7905, 9182, 7823, 9848, 7804, 9551, 7759, 9371, 7981, 9319, 7948, 9722, 8143, 10055, 8156, 9332, 8108, 9660, 8244, 9427, 8448, 9563, 8292, 9412, 8631, 9118, 9716, 9436, 8745, 8394, 8767, 8635, 9452, 9309, 9646, 8994, 8968, 8780, 8798, 8221, 9517, 8355, 9895, 8098, 9291, 8032, 9259, 8063, 9918, 8420, 9180, 7952, 9080, 7837, 9668, 7872, 9581, 8158, 9189, 7917, 8986, 8632, 9469, 7971, 9555, 7848, 9376, 9085, 9485, 8298, 9127, 8608, 9427, 9111, 8684, 9041, 8804, 8799, 8977, 9257, 8844, 9305, 8699, 8769, 8591, 8702, 8685, 9981, 8080, 9028, 7829, 9301, 7825, 9817, 8466, 9796, 7898, 9621, 7914, 9563, 7898, 9250, 7932, 8909, 7911, 9266, 7884, 9359, 7808, 9213, 7840, 9078, 7877, 9794, 8575, 9768, 8433, 9592, 8148, 9021, 8996, 9409, 8063, 9178, 7886, 8876, 7894, 8945, 9207, 9187, 8610, 8928, 8617, 8686, 8894, 9028, 9731, 8853, 8760, 8920, 8778, 7868, 9755, 8005, 9799, 8016, 9077, 7913, 9878, 7848, 9874, 8157, 9364, 7936, 9225, 8651, 9284, 8134, 9016, 7860, 8755, 8312, 9500, 9043, 8477, 8358, 8327, 8473, 7883, 9805, 8503, 9048, 7942, 9201, 7941, 9252, 8709, 9396, 8091, 9503, 8531, 9098, 8558, 9292, 8296, 9323, 8132, 9170, 8690, 9158, 8285, 8626, 7869, 9119, 9286, 8674, 8496, 8057, 8750, 7805, 9405, 8597, 9636, 8134, 9132, 8051, 9448, 8133, 9786, 7858, 8968, 7939, 9241, 7961, 9606, 8236, 9306, 7861, 9280, 7892, 9659, 8589, 9834, 8542, 9364, 7888, 9084, 7882, 9360, 7919, 9822, 8406, 9743, 7956, 9310, 7960, 8707, 9070, 9101, 8031, 9288, 8108, 9288, 7836, 9138, 7747, 9028, 7911, 8943, 7838, 9494, 8321, 9330, 8079, 8898, 8053, 8553, 8215, 8533, 8393, 8002, 8630, 8091, 8427, 7850, 9091, 7882, 9264, 9107, 9553, 8783, 8470, 8867, 8771, 9578, 8315, 9569, 8536, 9880, 8612, 9615, 8039, 9554, 8348, 9231, 7861, 8728, 9131, 9055, 8595, 8066, 9040, 8065, 9788, 7944, 9622, 8633, 9190, 8232, 8407, 9240, 9053, 9466, 9236, 9325, 9071, 9010, 8138, 9727, 7914, 9497, 8224, 9625, 8058, 9412, 7928, 9706, 8071, 9604, 7897, 9471, 8802, 8905, 9049, 9288, 8618, 8869, 8371, 8709, 8188, 8811, 8121, 7848, 9052, 8650, 8508, 8955, 8437, 8298, 8576, 8000, 9744, 8127, 9432, 7925, 9123, 7920, 9750, 8011, 9658, 7853, 9666, 8644, 9107, 9012, 8543, 9156, 8820, 8018, 8603, 9727, 8860, 8779, 9001, 8364, 8705, 8636, 8730, 9007, 8291, 9941, 8073, 9698, 7826, 8922, 7946, 9043, 7982, 9483, 7926, 9502, 7964, 9746, 7917, 9664, 8248, 9346, 8950, 9108, 8723, 9298, 8666, 8837, 9071, 8850, 8892, 8179, 9867, 7950, 9256, 7898, 8553, 8072, 8726, 9395, 9222, 8647, 9200, 9490, 8628], 'WindowCenter': [4553.0, 4527.0, 4513.0, 4510.0, 4510.0, 4506.0, 4496.0, 4507.0, 4483.0, 4492.0, 4481.0, 4490.0, 4471.0, 4490.0, 4469.0, 4490.0, 4472.0, 4492.0, 4481.0, 4491.0, 4492.0, 4503.0, 4485.0, 4492.0, 4491.0, 4482.0, 4490.0, 4492.0, 4506.0, 4496.0, 4518.0, 4496.0, 4516.0, 4496.0, 4519.0, 4509.0, 4518.0, 4487.0, 4516.0, 4486.0, 4529.0, 4497.0, 4518.0, 4487.0, 4517.0, 4486.0, 4507.0, 4497.0, 4507.0, 4497.0, 4518.0, 4497.0, 4517.0, 4522.0, 4511.0, 4505.0, 4531.0, 4498.0, 4517.0, 4497.0, 4506.0, 4493.0, 4504.0, 4478.0, 4515.0, 4485.0, 4505.0, 4485.0, 4504.0, 4474.0, 4493.0, 4473.0, 4505.0, 4493.0, 4492.0, 4480.0, 4491.0, 4495.0, 4481.0, 4505.0, 4483.0, 4494.0, 4482.0, 4505.0, 4483.0, 4503.0, 4483.0, 4505.0, 4484.0, 4504.0, 4493.0, 4506.0, 4497.0, 4507.0, 4507.0, 4506.0, 4484.0, 4492.0, 4495.0, 4494.0, 4496.0, 4506.0, 4496.0, 4493.0, 4482.0, 4483.0, 4483.0, 4472.0, 4492.0, 4489.0, 4504.0, 4482.0, 4503.0, 4482.0, 4493.0, 4482.0, 4491.0, 4470.0, 4492.0, 4473.0, 4492.0, 4483.0, 4504.0, 4482.0, 4493.0, 4473.0, 4493.0, 4494.0, 4494.0, 4519.0, 4488.0, 4498.0, 4505.0, 4485.0, 4518.0, 4497.0, 4507.0, 4485.0, 4505.0, 4472.0, 4502.0, 4473.0, 4493.0, 4486.0, 4507.0, 4484.0, 4496.0, 4484.0, 4505.0, 4492.0, 4494.0, 4483.0, 4494.0, 4506.0, 4484.0, 4505.0, 4494.0, 4494.0, 4496.0, 4506.0, 4496.0, 4520.0, 4497.0, 4518.0, 4485.0, 4518.0, 4498.0, 4509.0, 4487.0, 4517.0, 4486.0, 4506.0, 4486.0, 4505.0, 4494.0, 4498.0, 4497.0, 4495.0, 4494.0, 4483.0, 4493.0, 4495.0, 4517.0, 4486.0, 4505.0, 4485.0, 4506.0, 4484.0, 4506.0, 4486.0, 4505.0, 4497.0, 4495.0, 4504.0, 4483.0, 4495.0, 4482.0, 4505.0, 4473.0, 4504.0, 4472.0, 4492.0, 4493.0, 4482.0, 4503.0, 4482.0, 4506.0, 4482.0, 4493.0, 4484.0, 4503.0, 4493.0, 4481.0, 4505.0, 4495.0, 4504.0, 4484.0, 4504.0, 4492.0, 4504.0, 4504.0, 4505.0, 4494.0, 4494.0, 4506.0, 4493.0, 4516.0, 4510.0, 4518.0, 4486.0, 4507.0, 4495.0, 4516.0, 4496.0, 4507.0, 4518.0, 4519.0, 4507.0, 4494.0, 4506.0, 4496.0, 4516.0, 4485.0, 4506.0, 4485.0, 4503.0, 4483.0, 4505.0, 4484.0, 4505.0, 4506.0, 4484.0, 4505.0, 4505.0, 4495.0, 4496.0, 4506.0, 4499.0, 4518.0, 4486.0, 4506.0, 4496.0, 4518.0, 4508.0, 4507.0, 4506.0, 4497.0, 4504.0, 4496.0, 4506.0, 4493.0, 4505.0, 4495.0, 4507.0, 4495.0, 4505.0, 4505.0, 4494.0, 4506.0, 4506.0, 4531.0, 4499.0, 4508.0, 4482.0, 4505.0, 4486.0, 4518.0, 4495.0, 4516.0, 4485.0, 4507.0, 4488.0, 4506.0, 4507.0, 4505.0, 4497.0, 4496.0, 4497.0, 4483.0, 4505.0, 4473.0, 4503.0, 4484.0, 4506.0, 4483.0, 4503.0, 4484.0, 4503.0, 4485.0, 4492.0, 4505.0, 4484.0, 4505.0, 4497.0, 4506.0, 4486.0, 4505.0, 4496.0, 4506.0, 4506.0, 4497.0, 4507.0, 4496.0, 4505.0, 4498.0, 4500.0, 4494.0, 4518.0, 4506.0, 4496.0, 4505.0, 4485.0, 4492.0, 4473.0, 4491.0, 4483.0, 4484.0, 4505.0, 4484.0, 4482.0, 4471.0, 4490.0, 4470.0, 4480.0, 4470.0, 4489.0, 4481.0, 4491.0, 4482.0, 4492.0, 4481.0, 4492.0, 4504.0, 4493.0, 4494.0, 4494.0, 4495.0, 4484.0, 4518.0, 4486.0, 4507.0, 4486.0, 4506.0, 4474.0, 4503.0, 4486.0, 4506.0, 4485.0, 4494.0, 4485.0, 4495.0, 4497.0, 4497.0, 4508.0, 4497.0, 4505.0, 4484.0, 4505.0, 4485.0, 4515.0, 4484.0, 4505.0, 4484.0, 4506.0, 4486.0, 4519.0, 4497.0, 4506.0, 4495.0, 4505.0, 4494.0, 4506.0, 4516.0, 4496.0, 4496.0, 4495.0, 4505.0, 4485.0, 4517.0, 4488.0, 4517.0, 4496.0, 4506.0, 4507.0, 4508.0, 4505.0, 4497.0, 4506.0, 4485.0, 4507.0, 4496.0, 4504.0, 4481.0, 4494.0, 4496.0, 4497.0, 4517.0, 4485.0, 4517.0, 4486.0, 4516.0, 4484.0, 4505.0, 4487.0, 4506.0, 4508.0, 4498.0, 4518.0, 4495.0, 4506.0, 4509.0, 4518.0, 4486.0, 4516.0, 4486.0, 4508.0, 4486.0, 4506.0, 4484.0, 4507.0, 4496.0, 4518.0, 4496.0, 4506.0, 4486.0, 4506.0, 4483.0, 4507.0, 4484.0, 4507.0, 4499.0, 4507.0, 4509.0, 4519.0, 4518.0, 4508.0, 4509.0, 4508.0, 4498.0, 4507.0, 4508.0, 4500.0, 4484.0, 4503.0, 4483.0, 4518.0, 4487.0, 4505.0, 4474.0, 4505.0, 4480.0, 4494.0, 4484.0, 4505.0, 4484.0, 4504.0, 4484.0, 4504.0, 4482.0, 4518.0, 4495.0, 4505.0, 4483.0, 4506.0, 4483.0, 4506.0, 4496.0, 4505.0, 4508.0, 4508.0, 4496.0, 4494.0, 4493.0, 4494.0, 4515.0, 4519.0, 4509.0, 4497.0, 4496.0, 4495.0, 4493.0, 4483.0, 4506.0, 4495.0, 4516.0, 4485.0, 4505.0, 4485.0, 4505.0, 4495.0, 4517.0, 4496.0, 4506.0, 4483.0, 4506.0, 4481.0, 4506.0, 4486.0, 4518.0, 4486.0, 4506.0, 4499.0, 4504.0, 4507.0, 4506.0, 4487.0, 4505.0, 4485.0, 4506.0, 4509.0, 4506.0, 4496.0, 4504.0, 4495.0, 4495.0, 4511.0, 4507.0, 4510.0, 4504.0, 4498.0, 4506.0, 4506.0, 4505.0, 4507.0, 4494.0, 4506.0, 4496.0, 4495.0, 4497.0, 4517.0, 4486.0, 4494.0, 4473.0, 4505.0, 4475.0, 4517.0, 4496.0, 4507.0, 4485.0, 4506.0, 4485.0, 4505.0, 4486.0, 4517.0, 4485.0, 4495.0, 4483.0, 4506.0, 4484.0, 4505.0, 4486.0, 4504.0, 4480.0, 4493.0, 4487.0, 4517.0, 4495.0, 4506.0, 4486.0, 4504.0, 4484.0, 4508.0, 4506.0, 4504.0, 4483.0, 4504.0, 4483.0, 4495.0, 4485.0, 4506.0, 4506.0, 4507.0, 4497.0, 4495.0, 4496.0, 4492.0, 4494.0, 4506.0, 4508.0, 4506.0, 4497.0, 4507.0, 4507.0, 4496.0, 4518.0, 4485.0, 4517.0, 4484.0, 4494.0, 4483.0, 4517.0, 4485.0, 4517.0, 4485.0, 4505.0, 4482.0, 4504.0, 4493.0, 4504.0, 4484.0, 4494.0, 4484.0, 4493.0, 4486.0, 4505.0, 4496.0, 4484.0, 4482.0, 4484.0, 4484.0, 4483.0, 4505.0, 4483.0, 4493.0, 4482.0, 4505.0, 4509.0, 4518.0, 4506.0, 4505.0, 4486.0, 4516.0, 4494.0, 4506.0, 4495.0, 4506.0, 4496.0, 4506.0, 4485.0, 4505.0, 4496.0, 4505.0, 4497.0, 4494.0, 4499.0, 4507.0, 4506.0, 4495.0, 4496.0, 4485.0, 4497.0, 4472.0, 4504.0, 4495.0, 4507.0, 4485.0, 4507.0, 4485.0, 4505.0, 4484.0, 4516.0, 4485.0, 4507.0, 4484.0, 4506.0, 4485.0, 4518.0, 4498.0, 4507.0, 4483.0, 4506.0, 4484.0, 4507.0, 4496.0, 4516.0, 4494.0, 4504.0, 4484.0, 4495.0, 4473.0, 4495.0, 4474.0, 4506.0, 4496.0, 4506.0, 4483.0, 4493.0, 4483.0, 4496.0, 4496.0, 4495.0, 4484.0, 4506.0, 4494.0, 4519.0, 4497.0, 4507.0, 4483.0, 4506.0, 4483.0, 4495.0, 4473.0, 4504.0, 4484.0, 4505.0, 4485.0, 4494.0, 4483.0, 4493.0, 4484.0, 4492.0, 4482.0, 4496.0, 4495.0, 4483.0, 4496.0, 4483.0, 4505.0, 4496.0, 4508.0, 4507.0, 4506.0, 4496.0, 4496.0, 4505.0, 4497.0, 4521.0, 4500.0, 4520.0, 4499.0, 4519.0, 4510.0, 4521.0, 4500.0, 4520.0, 4498.0, 4518.0, 4487.0, 4497.0, 4508.0, 4495.0, 4494.0, 4485.0, 4494.0, 4474.0, 4505.0, 4484.0, 4495.0, 4482.0, 4492.0, 4482.0, 4483.0, 4505.0, 4495.0, 4505.0, 4504.0, 4497.0, 4492.0, 4496.0, 4486.0, 4504.0, 4485.0, 4503.0, 4473.0, 4493.0, 4483.0, 4506.0, 4484.0, 4505.0, 4483.0, 4503.0, 4485.0, 4504.0, 4495.0, 4495.0, 4492.0, 4504.0, 4495.0, 4494.0, 4482.0, 4492.0, 4508.0, 4505.0, 4485.0, 4483.0, 4506.0, 4494.0, 4497.0, 4494.0, 4495.0, 4483.0, 4494.0, 4483.0, 4519.0, 4487.0, 4506.0, 4482.0, 4504.0, 4484.0, 4506.0, 4484.0, 4506.0, 4486.0, 4507.0, 4496.0, 4508.0, 4510.0, 4509.0, 4523.0, 4521.0, 4512.0, 4510.0, 4522.0, 4510.0, 4509.0, 4509.0, 4510.0, 4496.0, 4500.0, 4498.0, 4498.0, 4497.0, 4520.0, 4485.0, 4507.0, 4476.0, 4495.0, 4481.0, 4496.0, 4485.0, 4505.0, 4485.0, 4518.0, 4486.0, 4506.0, 4487.0, 4516.0, 4486.0, 4495.0, 4496.0, 4494.0, 4495.0, 4506.0, 4494.0, 4493.0, 4496.0, 4495.0, 4496.0, 4485.0, 4506.0, 4475.0, 4495.0, 4485.0, 4494.0, 4494.0, 4510.0, 4511.0, 4510.0, 4498.0, 4509.0, 4521.0, 4518.0], 'WindowWidth': [10018.0, 9969.0, 9940.0, 9929.0, 9927.0, 9916.0, 9896.0, 9913.0, 9874.0, 9886.0, 9867.0, 9879.0, 9855.0, 9881.0, 9850.0, 9879.0, 9857.0, 9884.0, 9866.0, 9882.0, 9885.0, 9900.0, 9880.0, 9885.0, 9883.0, 9870.0, 9880.0, 9886.0, 9909.0, 9900.0, 9929.0, 9899.0, 9927.0, 9901.0, 9935.0, 9923.0, 9934.0, 9889.0, 9929.0, 9886.0, 9948.0, 9903.0, 9933.0, 9888.0, 9929.0, 9885.0, 9913.0, 9902.0, 9914.0, 9901.0, 9930.0, 9900.0, 9933.0, 9941.0, 9923.0, 9914.0, 9953.0, 9906.0, 9933.0, 9904.0, 9915.0, 9890.0, 9904.0, 9865.0, 9921.0, 9880.0, 9907.0, 9879.0, 9904.0, 9861.0, 9885.0, 9861.0, 9908.0, 9887.0, 9885.0, 9867.0, 9881.0, 9898.0, 9870.0, 9908.0, 9875.0, 9891.0, 9874.0, 9908.0, 9875.0, 9900.0, 9874.0, 9908.0, 9877.0, 9904.0, 9889.0, 9913.0, 9901.0, 9915.0, 9913.0, 9911.0, 9879.0, 9888.0, 9894.0, 9891.0, 9895.0, 9911.0, 9896.0, 9888.0, 9874.0, 9874.0, 9873.0, 9856.0, 9886.0, 9885.0, 9904.0, 9872.0, 9902.0, 9874.0, 9890.0, 9872.0, 9885.0, 9853.0, 9886.0, 9861.0, 9887.0, 9876.0, 9905.0, 9872.0, 9889.0, 9861.0, 9891.0, 9894.0, 9891.0, 9933.0, 9887.0, 9898.0, 9907.0, 9882.0, 9932.0, 9902.0, 9915.0, 9882.0, 9907.0, 9859.0, 9898.0, 9859.0, 9888.0, 9883.0, 9914.0, 9878.0, 9896.0, 9877.0, 9907.0, 9887.0, 9891.0, 9875.0, 9892.0, 9911.0, 9879.0, 9907.0, 9891.0, 9892.0, 9898.0, 9912.0, 9899.0, 9939.0, 9903.0, 9930.0, 9881.0, 9931.0, 9903.0, 9919.0, 9888.0, 9927.0, 9882.0, 9909.0, 9882.0, 9906.0, 9892.0, 9900.0, 9898.0, 9891.0, 9888.0, 9875.0, 9888.0, 9893.0, 9928.0, 9882.0, 9907.0, 9878.0, 9908.0, 9876.0, 9909.0, 9882.0, 9907.0, 9897.0, 9893.0, 9905.0, 9874.0, 9892.0, 9871.0, 9906.0, 9861.0, 9902.0, 9858.0, 9885.0, 9886.0, 9871.0, 9903.0, 9872.0, 9907.0, 9872.0, 9886.0, 9876.0, 9901.0, 9886.0, 9870.0, 9906.0, 9892.0, 9904.0, 9879.0, 9908.0, 9889.0, 9905.0, 9904.0, 9906.0, 9892.0, 9891.0, 9909.0, 9889.0, 9924.0, 9923.0, 9930.0, 9884.0, 9911.0, 9894.0, 9924.0, 9897.0, 9914.0, 9933.0, 9934.0, 9915.0, 9892.0, 9911.0, 9898.0, 9926.0, 9880.0, 9910.0, 9879.0, 9903.0, 9876.0, 9907.0, 9878.0, 9907.0, 9910.0, 9877.0, 9906.0, 9912.0, 9896.0, 9897.0, 9911.0, 9908.0, 9932.0, 9885.0, 9911.0, 9896.0, 9929.0, 9914.0, 9913.0, 9910.0, 9899.0, 9905.0, 9895.0, 9909.0, 9891.0, 9907.0, 9893.0, 9911.0, 9894.0, 9908.0, 9906.0, 9892.0, 9908.0, 9911.0, 9953.0, 9906.0, 9916.0, 9874.0, 9907.0, 9886.0, 9930.0, 9896.0, 9924.0, 9880.0, 9912.0, 9886.0, 9909.0, 9910.0, 9906.0, 9896.0, 9897.0, 9899.0, 9874.0, 9906.0, 9862.0, 9901.0, 9878.0, 9909.0, 9876.0, 9904.0, 9879.0, 9905.0, 9879.0, 9887.0, 9908.0, 9880.0, 9908.0, 9901.0, 9912.0, 9884.0, 9909.0, 9899.0, 9911.0, 9910.0, 9898.0, 9911.0, 9899.0, 9911.0, 9903.0, 9906.0, 9894.0, 9930.0, 9913.0, 9899.0, 9911.0, 9881.0, 9888.0, 9863.0, 9884.0, 9874.0, 9876.0, 9905.0, 9875.0, 9872.0, 9854.0, 9879.0, 9851.0, 9865.0, 9850.0, 9875.0, 9867.0, 9882.0, 9870.0, 9885.0, 9869.0, 9885.0, 9906.0, 9892.0, 9895.0, 9891.0, 9894.0, 9881.0, 9930.0, 9888.0, 9914.0, 9884.0, 9912.0, 9865.0, 9905.0, 9883.0, 9910.0, 9880.0, 9894.0, 9880.0, 9893.0, 9898.0, 9901.0, 9912.0, 9901.0, 9909.0, 9878.0, 9907.0, 9880.0, 9921.0, 9879.0, 9908.0, 9880.0, 9909.0, 9886.0, 9934.0, 9899.0, 9911.0, 9895.0, 9910.0, 9894.0, 9912.0, 9927.0, 9897.0, 9898.0, 9894.0, 9908.0, 9883.0, 9928.0, 9889.0, 9929.0, 9898.0, 9913.0, 9915.0, 9915.0, 9910.0, 9899.0, 9910.0, 9879.0, 9912.0, 9896.0, 9904.0, 9869.0, 9890.0, 9895.0, 9900.0, 9929.0, 9880.0, 9926.0, 9884.0, 9924.0, 9879.0, 9909.0, 9885.0, 9909.0, 9916.0, 9904.0, 9928.0, 9895.0, 9910.0, 9922.0, 9931.0, 9884.0, 9924.0, 9884.0, 9915.0, 9885.0, 9911.0, 9879.0, 9911.0, 9898.0, 9931.0, 9898.0, 9910.0, 9881.0, 9908.0, 9876.0, 9912.0, 9880.0, 9914.0, 9905.0, 9915.0, 9921.0, 9937.0, 9930.0, 9917.0, 9917.0, 9917.0, 9901.0, 9914.0, 9917.0, 9908.0, 9880.0, 9907.0, 9878.0, 9931.0, 9887.0, 9909.0, 9866.0, 9907.0, 9869.0, 9889.0, 9877.0, 9907.0, 9877.0, 9906.0, 9878.0, 9907.0, 9873.0, 9933.0, 9897.0, 9909.0, 9877.0, 9911.0, 9876.0, 9909.0, 9897.0, 9909.0, 9917.0, 9915.0, 9896.0, 9893.0, 9890.0, 9893.0, 9925.0, 9935.0, 9919.0, 9898.0, 9898.0, 9893.0, 9892.0, 9876.0, 9911.0, 9897.0, 9923.0, 9882.0, 9910.0, 9881.0, 9910.0, 9897.0, 9928.0, 9899.0, 9911.0, 9878.0, 9913.0, 9873.0, 9913.0, 9886.0, 9930.0, 9886.0, 9915.0, 9908.0, 9911.0, 9915.0, 9911.0, 9885.0, 9910.0, 9882.0, 9910.0, 9917.0, 9911.0, 9896.0, 9906.0, 9893.0, 9893.0, 9925.0, 9916.0, 9923.0, 9907.0, 9903.0, 9912.0, 9912.0, 9909.0, 9914.0, 9896.0, 9912.0, 9898.0, 9897.0, 9902.0, 9926.0, 9883.0, 9893.0, 9863.0, 9909.0, 9866.0, 9926.0, 9897.0, 9911.0, 9880.0, 9909.0, 9878.0, 9908.0, 9884.0, 9931.0, 9883.0, 9896.0, 9878.0, 9910.0, 9881.0, 9911.0, 9885.0, 9908.0, 9870.0, 9889.0, 9886.0, 9927.0, 9895.0, 9909.0, 9881.0, 9908.0, 9880.0, 9921.0, 9913.0, 9909.0, 9878.0, 9908.0, 9878.0, 9896.0, 9882.0, 9913.0, 9913.0, 9914.0, 9899.0, 9895.0, 9896.0, 9889.0, 9893.0, 9913.0, 9916.0, 9912.0, 9903.0, 9914.0, 9916.0, 9901.0, 9929.0, 9882.0, 9928.0, 9880.0, 9894.0, 9878.0, 9927.0, 9883.0, 9928.0, 9881.0, 9909.0, 9875.0, 9909.0, 9893.0, 9906.0, 9880.0, 9893.0, 9879.0, 9889.0, 9883.0, 9907.0, 9898.0, 9878.0, 9875.0, 9879.0, 9877.0, 9876.0, 9907.0, 9874.0, 9889.0, 9874.0, 9908.0, 9924.0, 9932.0, 9914.0, 9910.0, 9884.0, 9927.0, 9894.0, 9913.0, 9899.0, 9913.0, 9898.0, 9912.0, 9883.0, 9910.0, 9900.0, 9909.0, 9901.0, 9895.0, 9907.0, 9916.0, 9914.0, 9896.0, 9897.0, 9882.0, 9898.0, 9860.0, 9907.0, 9896.0, 9913.0, 9880.0, 9912.0, 9881.0, 9909.0, 9878.0, 9925.0, 9883.0, 9916.0, 9881.0, 9912.0, 9885.0, 9933.0, 9904.0, 9914.0, 9879.0, 9911.0, 9880.0, 9913.0, 9897.0, 9925.0, 9891.0, 9906.0, 9875.0, 9893.0, 9861.0, 9893.0, 9864.0, 9911.0, 9898.0, 9910.0, 9875.0, 9890.0, 9876.0, 9895.0, 9895.0, 9894.0, 9879.0, 9912.0, 9896.0, 9937.0, 9904.0, 9916.0, 9880.0, 9912.0, 9875.0, 9894.0, 9862.0, 9904.0, 9879.0, 9908.0, 9882.0, 9893.0, 9876.0, 9888.0, 9879.0, 9886.0, 9875.0, 9899.0, 9897.0, 9879.0, 9898.0, 9879.0, 9910.0, 9902.0, 9918.0, 9916.0, 9913.0, 9899.0, 9897.0, 9912.0, 9904.0, 9937.0, 9906.0, 9933.0, 9903.0, 9934.0, 9924.0, 9940.0, 9909.0, 9939.0, 9906.0, 9931.0, 9888.0, 9900.0, 9914.0, 9893.0, 9891.0, 9877.0, 9891.0, 9862.0, 9907.0, 9877.0, 9892.0, 9873.0, 9886.0, 9874.0, 9875.0, 9907.0, 9894.0, 9908.0, 9904.0, 9897.0, 9888.0, 9897.0, 9884.0, 9906.0, 9879.0, 9901.0, 9859.0, 9887.0, 9875.0, 9911.0, 9877.0, 9910.0, 9876.0, 9903.0, 9879.0, 9904.0, 9894.0, 9893.0, 9889.0, 9905.0, 9892.0, 9890.0, 9874.0, 9888.0, 9920.0, 9911.0, 9883.0, 9878.0, 9911.0, 9892.0, 9900.0, 9892.0, 9897.0, 9877.0, 9892.0, 9876.0, 9931.0, 9888.0, 9911.0, 9875.0, 9906.0, 9878.0, 9910.0, 9880.0, 9912.0, 9883.0, 9913.0, 9898.0, 9918.0, 9921.0, 9924.0, 9946.0, 9945.0, 9930.0, 9926.0, 9942.0, 9923.0, 9920.0, 9922.0, 9924.0, 9901.0, 9906.0, 9902.0, 9901.0, 9902.0, 9935.0, 9883.0, 9910.0, 9869.0, 9896.0, 9874.0, 9897.0, 9881.0, 9908.0, 9884.0, 9931.0, 9885.0, 9911.0, 9886.0, 9927.0, 9882.0, 9894.0, 9895.0, 9891.0, 9892.0, 9910.0, 9892.0, 9888.0, 9895.0, 9891.0, 9896.0, 9881.0, 9910.0, 9865.0, 9891.0, 9881.0, 9892.0, 9896.0, 9923.0, 9920.0, 9919.0, 9900.0, 9919.0, 9938.0, 9937.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.0007180160550458716</td></tr>
<tr><td colspan=3>aqi</td><td>0.015468931766055048</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.21150609150402</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009443191733635</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006971955005741</td></tr>
<tr><td colspan=3>efc</td><td>0.4555</td></tr>
<tr><td colspan=3>fber</td><td>7819.3037</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10824216884341682</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.486238532110091</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4203675865419316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4158764878555616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.652770754934835</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.192455516835398</td></tr>
<tr><td colspan=3>gcor</td><td>0.00795088</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01874055154621601</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028819769620895386</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.8693682832515863</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>28.7593</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7678</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306459.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.6733</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2583</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.3078</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.8736</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.9662</td></tr>
<tr><td colspan=3>tsnr</td><td>49.12727058888413</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>