ds005256-mriqc/sub-0132_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 37d14238cf [DATALAD RUNCMD] Compute MRIQC for sub-0132
=== 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-0132 --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-0132",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:14:38 +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-0132_ses-04_task-social_acq-mb8_run-03_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-0132_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-03_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-0132/ses-04/func/sub-0132_ses-04_task-social_acq-mb8_run-03_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>14888cbf68415caea95d96ccb0760c32</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>17:47:2.032500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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-03_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.083023</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8809dcd-06b4-4018-a40d-0312c549ae56||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['174702.032500', '174702.492500', '174702.952500', '174703.412500', '174703.872500', '174704.332500', '174704.792500', '174705.252500', '174705.712500', '174706.172500', '174706.632500', '174707.092500', '174707.552500', '174708.012500', '174708.472500', '174708.932500', '174709.392500', '174709.852500', '174710.312500', '174710.772500', '174711.232500', '174711.692500', '174712.152500', '174712.612500', '174713.072500', '174713.532500', '174713.992500', '174714.452500', '174714.912500', '174715.372500', '174715.832500', '174716.292500', '174716.752500', '174717.212500', '174717.672500', '174718.132500', '174718.592500', '174719.052500', '174719.512500', '174719.972500', '174720.432500', '174720.892500', '174721.352500', '174721.812500', '174722.272500', '174722.732500', '174723.192500', '174723.652500', '174724.112500', '174724.572500', '174725.032500', '174725.492500', '174725.952500', '174726.412500', '174726.872500', '174727.332500', '174727.792500', '174728.252500', '174728.712500', '174729.172500', '174729.632500', '174730.092500', '174730.552500', '174731.012500', '174731.472500', '174731.932500', '174732.392500', '174732.852500', '174733.312500', '174733.772500', '174734.232500', '174734.692500', '174735.152500', '174735.612500', '174736.072500', '174736.532500', '174736.992500', '174737.452500', '174737.912500', '174738.372500', '174738.832500', '174739.292500', '174739.752500', '174740.212500', '174740.672500', '174741.132500', '174741.592500', '174742.052500', '174742.512500', '174742.972500', '174743.432500', '174743.892500', '174744.352500', '174744.812500', '174745.272500', '174745.732500', '174746.192500', '174746.652500', '174747.112500', '174747.572500', '174748.032500', '174748.492500', '174748.952500', '174749.412500', '174749.872500', '174750.332500', '174750.792500', '174751.252500', '174751.712500', '174752.172500', '174752.632500', '174753.092500', '174753.552500', '174754.012500', '174754.472500', '174754.932500', '174755.392500', '174755.852500', '174756.312500', '174756.772500', '174757.232500', '174757.692500', '174758.152500', '174758.612500', '174759.072500', '174759.532500', '174759.992500', '174800.452500', '174800.912500', '174801.372500', '174801.832500', '174802.292500', '174802.752500', '174803.212500', '174803.672500', '174804.132500', '174804.592500', '174805.052500', '174805.512500', '174805.972500', '174806.432500', '174806.892500', '174807.352500', '174807.812500', '174808.272500', '174808.732500', '174809.192500', '174809.652500', '174810.112500', '174810.572500', '174811.032500', '174811.492500', '174811.952500', '174812.412500', '174812.872500', '174813.332500', '174813.792500', '174814.252500', '174814.712500', '174815.172500', '174815.632500', '174816.092500', '174816.552500', '174817.012500', '174817.472500', '174817.932500', '174818.392500', '174818.852500', '174819.312500', '174819.772500', '174820.232500', '174820.692500', '174821.152500', '174821.612500', '174822.072500', '174822.532500', '174822.992500', '174823.452500', '174823.912500', '174824.372500', '174824.832500', '174825.292500', '174825.752500', '174826.212500', '174826.672500', '174827.132500', '174827.592500', '174828.052500', '174828.512500', '174828.972500', '174829.432500', '174829.892500', '174830.352500', '174830.812500', '174831.272500', '174831.732500', '174832.192500', '174832.652500', '174833.112500', '174833.572500', '174834.032500', '174834.492500', '174834.952500', '174835.412500', '174835.872500', '174836.332500', '174836.792500', '174837.252500', '174837.712500', '174838.172500', '174838.632500', '174839.092500', '174839.552500', '174840.012500', '174840.472500', '174840.932500', '174841.392500', '174841.852500', '174842.312500', '174842.772500', '174843.232500', '174843.692500', '174844.152500', '174844.612500', '174845.072500', '174845.532500', '174845.992500', '174846.452500', '174846.912500', '174847.372500', '174847.832500', '174848.292500', '174848.752500', '174849.212500', '174849.672500', '174850.132500', '174850.592500', '174851.052500', '174851.512500', '174851.972500', '174852.432500', '174852.892500', '174853.352500', '174853.812500', '174854.272500', '174854.732500', '174855.192500', '174855.652500', '174856.112500', '174856.572500', '174857.032500', '174857.492500', '174857.952500', '174858.412500', '174858.872500', '174859.332500', '174859.792500', '174900.252500', '174900.712500', '174901.172500', '174901.632500', '174902.092500', '174902.552500', '174903.012500', '174903.472500', '174903.932500', '174904.392500', '174904.852500', '174905.312500', '174905.772500', '174906.232500', '174906.692500', '174907.152500', '174907.612500', '174908.072500', '174908.532500', '174908.992500', '174909.452500', '174909.912500', '174910.372500', '174910.832500', '174911.292500', '174911.752500', '174912.212500', '174912.672500', '174913.132500', '174913.592500', '174914.052500', '174914.512500', '174914.972500', '174915.432500', '174915.892500', '174916.352500', '174916.812500', '174917.272500', '174917.732500', '174918.192500', '174918.652500', '174919.112500', '174919.572500', '174920.032500', '174920.492500', '174920.952500', '174921.412500', '174921.872500', '174922.332500', '174922.792500', '174923.252500', '174923.712500', '174924.172500', '174924.632500', '174925.092500', '174925.552500', '174926.012500', '174926.472500', '174926.932500', '174927.392500', '174927.852500', '174928.312500', '174928.772500', '174929.232500', '174929.692500', '174930.152500', '174930.612500', '174931.072500', '174931.532500', '174931.992500', '174932.452500', '174932.912500', '174933.372500', '174933.832500', '174934.292500', '174934.752500', '174935.212500', '174935.672500', '174936.132500', '174936.592500', '174937.052500', '174937.512500', '174937.972500', '174938.432500', '174938.892500', '174939.352500', '174939.812500', '174940.272500', '174940.732500', '174941.192500', '174941.652500', '174942.112500', '174942.572500', '174943.032500', '174943.492500', '174943.952500', '174944.412500', '174944.872500', '174945.332500', '174945.792500', '174946.252500', '174946.712500', '174947.172500', '174947.632500', '174948.092500', '174948.552500', '174949.012500', '174949.472500', '174949.932500', '174950.392500', '174950.852500', '174951.312500', '174951.772500', '174952.232500', '174952.692500', '174953.152500', '174953.612500', '174954.072500', '174954.532500', '174954.992500', '174955.452500', '174955.912500', '174956.372500', '174956.832500', '174957.292500', '174957.752500', '174958.212500', '174958.672500', '174959.132500', '174959.592500', '175000.052500', '175000.512500', '175000.972500', '175001.432500', '175001.892500', '175002.352500', '175002.812500', '175003.272500', '175003.732500', '175004.192500', '175004.652500', '175005.112500', '175005.572500', '175006.032500', '175006.492500', '175006.952500', '175007.412500', '175007.872500', '175008.332500', '175008.792500', '175009.252500', '175009.712500', '175010.172500', '175010.632500', '175011.092500', '175011.552500', '175012.012500', '175012.472500', '175012.932500', '175013.392500', '175013.852500', '175014.312500', '175014.772500', '175015.232500', '175015.692500', '175016.152500', '175016.612500', '175017.072500', '175017.532500', '175017.992500', '175018.452500', '175018.912500', '175019.372500', '175019.832500', '175020.292500', '175020.752500', '175021.212500', '175021.672500', '175022.132500', '175022.592500', '175023.052500', '175023.512500', '175023.972500', '175024.432500', '175024.892500', '175025.352500', '175025.812500', '175026.272500', '175026.732500', '175027.192500', '175027.652500', '175028.112500', '175028.572500', '175029.032500', '175029.492500', '175029.952500', '175030.412500', '175030.872500', '175031.332500', '175031.792500', '175032.252500', '175032.712500', '175033.172500', '175033.632500', '175034.092500', '175034.552500', '175035.012500', '175035.472500', '175035.932500', '175036.392500', '175036.852500', '175037.312500', '175037.772500', '175038.232500', '175038.692500', '175039.152500', '175039.612500', '175040.072500', '175040.532500', '175040.992500', '175041.452500', '175041.912500', '175042.372500', '175042.832500', '175043.292500', '175043.752500', '175044.212500', '175044.672500', '175045.132500', '175045.592500', '175046.052500', '175046.512500', '175046.972500', '175047.432500', '175047.892500', '175048.352500', '175048.812500', '175049.272500', '175049.732500', '175050.192500', '175050.652500', '175051.112500', '175051.572500', '175052.032500', '175052.492500', '175052.952500', '175053.412500', '175053.872500', '175054.332500', '175054.792500', '175055.252500', '175055.712500', '175056.172500', '175056.632500', '175057.092500', '175057.552500', '175058.012500', '175058.472500', '175058.932500', '175059.392500', '175059.852500', '175100.312500', '175100.772500', '175101.232500', '175101.692500', '175102.152500', '175102.612500', '175103.072500', '175103.532500', '175103.992500', '175104.452500', '175104.912500', '175105.372500', '175105.832500', '175106.292500', '175106.752500', '175107.212500', '175107.672500', '175108.132500', '175108.592500', '175109.052500', '175109.512500', '175109.972500', '175110.432500', '175110.892500', '175111.352500', '175111.812500', '175112.272500', '175112.732500', '175113.192500', '175113.652500', '175114.112500', '175114.572500', '175115.032500', '175115.492500', '175115.952500', '175116.412500', '175116.872500', '175117.332500', '175117.792500', '175118.252500', '175118.712500', '175119.172500', '175119.632500', '175120.092500', '175120.552500', '175121.012500', '175121.472500', '175121.932500', '175122.392500', '175122.852500', '175123.312500', '175123.772500', '175124.232500', '175124.692500', '175125.152500', '175125.612500', '175126.072500', '175126.532500', '175126.992500', '175127.452500', '175127.912500', '175128.372500', '175128.832500', '175129.292500', '175129.752500', '175130.212500', '175130.672500', '175131.132500', '175131.592500', '175132.052500', '175132.512500', '175132.972500', '175133.432500', '175133.892500', '175134.352500', '175134.812500', '175135.272500', '175135.732500', '175136.192500', '175136.652500', '175137.112500', '175137.572500', '175138.032500', '175138.492500', '175138.952500', '175139.412500', '175139.872500', '175140.332500', '175140.792500', '175141.252500', '175141.712500', '175142.172500', '175142.632500', '175143.092500', '175143.552500', '175144.012500', '175144.472500', '175144.932500', '175145.392500', '175145.852500', '175146.312500', '175146.772500', '175147.232500', '175147.692500', '175148.152500', '175148.612500', '175149.072500', '175149.532500', '175149.992500', '175150.452500', '175150.912500', '175151.372500', '175151.832500', '175152.292500', '175152.752500', '175153.212500', '175153.672500', '175154.132500', '175154.592500', '175155.052500', '175155.512500', '175155.972500', '175156.432500', '175156.892500', '175157.352500', '175157.812500', '175158.272500', '175158.732500', '175159.192500', '175159.652500', '175200.112500', '175200.572500', '175201.032500', '175201.492500', '175201.952500', '175202.412500', '175202.872500', '175203.332500', '175203.792500', '175204.252500', '175204.712500', '175205.172500', '175205.632500', '175206.092500', '175206.552500', '175207.012500', '175207.472500', '175207.932500', '175208.392500', '175208.852500', '175209.312500', '175209.772500', '175210.232500', '175210.692500', '175211.152500', '175211.612500', '175212.072500', '175212.532500', '175212.992500', '175213.452500', '175213.912500', '175214.372500', '175214.832500', '175215.292500', '175215.752500', '175216.212500', '175216.672500', '175217.132500', '175217.592500', '175218.052500', '175218.512500', '175218.972500', '175219.432500', '175219.892500', '175220.352500', '175220.812500', '175221.272500', '175221.732500', '175222.192500', '175222.652500', '175223.112500', '175223.572500', '175224.032500', '175224.492500', '175224.952500', '175225.412500', '175225.872500', '175226.332500', '175226.792500', '175227.252500', '175227.712500', '175228.172500', '175228.632500', '175229.092500', '175229.552500', '175230.012500', '175230.472500', '175230.932500', '175231.392500', '175231.852500', '175232.312500', '175232.772500', '175233.232500', '175233.692500', '175234.152500', '175234.612500', '175235.072500', '175235.532500', '175235.992500', '175236.452500', '175236.912500', '175237.372500', '175237.832500', '175238.292500', '175238.752500', '175239.212500', '175239.672500', '175240.132500', '175240.592500', '175241.052500', '175241.512500', '175241.972500', '175242.432500', '175242.892500', '175243.352500', '175243.812500', '175244.272500', '175244.732500', '175245.192500', '175245.652500', '175246.112500', '175246.572500', '175247.032500', '175247.492500', '175247.952500', '175248.412500', '175248.872500', '175249.332500', '175249.792500', '175250.252500', '175250.712500', '175251.172500', '175251.632500', '175252.092500', '175252.552500', '175253.012500', '175253.472500', '175253.932500', '175254.392500', '175254.852500', '175255.312500', '175255.772500', '175256.232500', '175256.692500', '175257.152500', '175257.612500', '175258.072500', '175258.532500', '175258.992500', '175259.452500', '175259.912500', '175300.372500', '175300.832500', '175301.292500', '175301.752500', '175302.212500', '175302.672500', '175303.132500', '175303.592500', '175304.052500', '175304.512500', '175304.972500', '175305.432500', '175305.892500', '175306.352500', '175306.812500', '175307.272500', '175307.732500', '175308.192500', '175308.652500', '175309.112500', '175309.572500', '175310.032500', '175310.492500', '175310.952500', '175311.412500', '175311.872500', '175312.332500', '175312.792500', '175313.252500', '175313.712500', '175314.172500', '175314.632500', '175315.092500', '175315.552500', '175316.012500', '175316.472500', '175316.932500', '175317.392500', '175317.852500', '175318.312500', '175318.772500', '175319.232500', '175319.692500', '175320.152500', '175320.612500', '175321.072500', '175321.532500', '175321.992500', '175322.452500', '175322.912500', '175323.372500', '175323.832500', '175324.292500', '175324.752500', '175325.212500', '175325.672500', '175326.132500', '175326.592500', '175327.052500', '175327.512500', '175327.972500', '175328.432500', '175328.892500', '175329.352500', '175329.812500', '175330.272500', '175330.732500', '175331.192500', '175331.652500', '175332.112500', '175332.572500', '175333.032500', '175333.492500', '175333.952500', '175334.412500', '175334.872500', '175335.332500', '175335.792500', '175336.252500', '175336.712500', '175337.172500', '175337.632500', '175338.092500', '175338.552500', '175339.012500', '175339.472500', '175339.932500', '175340.392500', '175340.852500', '175341.312500', '175341.772500', '175342.232500', '175342.692500'], 'ContentTime': ['174719.679000', '174719.682000', '174719.685000', '174719.687000', '174719.690000', '174719.693000', '174719.695000', '174719.698000', '174719.700000', '174719.703000', '174719.705000', '174719.708000', '174719.710000', '174719.719000', '174719.721000', '174719.724000', '174719.726000', '174719.729000', '174719.731000', '174719.734000', '174719.737000', '174719.739000', '174719.742000', '174719.745000', '174719.748000', '174719.755000', '174719.758000', '174719.760000', '174719.763000', '174719.766000', '174719.768000', '174719.771000', '174719.773000', '174719.776000', '174719.778000', '174719.781000', '174739.632000', '174739.635000', '174739.638000', '174739.640000', '174739.643000', '174739.646000', '174739.648000', '174739.651000', '174739.653000', '174739.656000', '174739.659000', '174739.661000', '174739.665000', '174739.667000', '174739.670000', '174739.673000', '174739.675000', '174739.678000', '174739.680000', '174739.692000', '174739.695000', '174739.697000', '174739.700000', '174739.702000', '174739.705000', '174739.707000', '174739.710000', '174739.713000', '174739.715000', '174739.718000', '174739.720000', '174739.723000', '174739.725000', '174739.728000', '174739.730000', '174739.733000', '174739.736000', '174739.738000', '174739.741000', '174739.743000', '174739.746000', '174739.748000', '174739.751000', '174739.753000', '174759.633000', '174759.636000', '174759.639000', '174759.641000', '174759.644000', '174759.647000', '174759.649000', '174759.652000', '174759.654000', '174759.657000', '174759.659000', '174759.662000', '174759.664000', '174759.667000', '174759.669000', '174759.672000', '174759.675000', '174759.677000', '174759.680000', '174759.682000', '174759.685000', '174759.688000', '174759.690000', '174759.693000', '174759.695000', '174759.698000', '174759.700000', '174759.703000', '174759.705000', '174759.708000', '174759.710000', '174759.713000', '174759.716000', '174759.718000', '174759.721000', '174759.723000', '174759.726000', '174759.728000', '174759.731000', '174759.733000', '174759.736000', '174759.739000', '174759.741000', '174819.634000', '174819.637000', '174819.639000', '174819.642000', '174819.644000', '174819.647000', '174819.650000', '174819.652000', '174819.655000', '174819.657000', '174819.660000', '174819.662000', '174819.665000', '174819.668000', '174819.670000', '174819.673000', '174819.675000', '174819.678000', '174819.680000', '174819.683000', '174819.686000', '174819.688000', '174819.691000', '174819.693000', '174819.696000', '174819.698000', '174819.701000', '174819.704000', '174819.706000', '174819.709000', '174819.711000', '174819.714000', '174819.717000', '174819.719000', '174819.722000', '174819.724000', '174819.727000', '174819.729000', '174819.732000', '174819.736000', '174819.739000', '174819.741000', '174819.744000', '174819.747000', '174839.634000', '174839.636000', '174839.639000', '174839.642000', '174839.644000', '174839.647000', '174839.649000', '174839.652000', '174839.655000', '174839.657000', '174839.660000', '174839.662000', '174839.665000', '174839.668000', '174839.670000', '174839.673000', '174839.675000', '174839.678000', '174839.680000', '174839.683000', '174839.686000', '174839.688000', '174839.691000', '174839.693000', '174839.696000', '174839.698000', '174839.701000', '174839.703000', '174839.706000', '174839.709000', '174839.711000', '174839.714000', '174839.716000', '174839.719000', '174839.722000', '174839.724000', '174839.727000', '174839.729000', '174839.732000', '174839.734000', '174839.737000', '174839.740000', '174839.742000', '174859.634000', '174859.636000', '174859.639000', '174859.642000', '174859.644000', '174859.647000', '174859.649000', '174859.652000', '174859.654000', '174859.657000', '174859.660000', '174859.662000', '174859.665000', '174859.667000', '174859.670000', '174859.672000', '174859.675000', '174859.678000', '174859.680000', '174859.683000', '174859.686000', '174859.688000', '174859.691000', '174859.693000', '174859.696000', '174859.698000', '174859.701000', '174859.703000', '174859.706000', '174859.709000', '174859.711000', '174859.714000', '174859.716000', '174859.719000', '174859.721000', '174859.724000', '174859.726000', '174859.729000', '174859.732000', '174859.734000', '174859.737000', '174859.739000', '174859.742000', '174859.745000', '174919.634000', '174919.636000', '174919.639000', '174919.642000', '174919.644000', '174919.647000', '174919.649000', '174919.652000', '174919.655000', '174919.657000', '174919.660000', '174919.662000', '174919.665000', '174919.667000', '174919.678000', '174919.680000', '174919.683000', '174919.685000', '174919.688000', '174919.691000', '174919.693000', '174919.696000', '174919.698000', '174919.701000', '174919.703000', '174919.706000', '174919.709000', '174919.711000', '174919.714000', '174919.716000', '174919.719000', '174919.721000', '174919.724000', '174919.727000', '174919.729000', '174919.732000', '174919.734000', '174919.737000', '174919.740000', '174919.742000', '174919.745000', '174919.747000', '174919.750000', '174939.632000', '174939.635000', '174939.638000', '174939.640000', '174939.643000', '174939.646000', '174939.648000', '174939.651000', '174939.653000', '174939.656000', '174939.659000', '174939.661000', '174939.664000', '174939.666000', '174939.669000', '174939.672000', '174939.674000', '174939.677000', '174939.679000', '174939.682000', '174939.684000', '174939.687000', '174939.690000', '174939.692000', '174939.695000', '174939.697000', '174939.700000', '174939.702000', '174939.705000', '174939.708000', '174939.710000', '174939.713000', '174939.715000', '174939.718000', '174939.721000', '174939.723000', '174939.726000', '174939.728000', '174939.731000', '174939.734000', '174939.736000', '174939.739000', '174939.741000', '174939.744000', '174959.633000', '174959.636000', '174959.639000', '174959.641000', '174959.644000', '174959.646000', '174959.649000', '174959.652000', '174959.654000', '174959.657000', '174959.659000', '174959.662000', '174959.665000', '174959.667000', '174959.670000', '174959.672000', '174959.675000', '174959.678000', '174959.680000', '174959.683000', '174959.685000', '174959.688000', '174959.690000', '174959.693000', '174959.696000', '174959.698000', '174959.701000', '174959.703000', '174959.706000', '174959.709000', '174959.711000', '174959.714000', '174959.716000', '174959.719000', '174959.722000', '174959.724000', '174959.727000', '174959.729000', '174959.732000', '174959.735000', '174959.737000', '174959.740000', '174959.742000', '175019.634000', '175019.637000', '175019.640000', '175019.642000', '175019.645000', '175019.648000', '175019.650000', '175019.653000', '175019.656000', '175019.658000', '175019.661000', '175019.663000', '175019.666000', '175019.669000', '175019.671000', '175019.674000', '175019.676000', '175019.679000', '175019.682000', '175019.684000', '175019.687000', '175019.689000', '175019.692000', '175019.694000', '175019.697000', '175019.700000', '175019.702000', '175019.705000', '175019.707000', '175019.710000', '175019.713000', '175019.715000', '175019.718000', '175019.720000', '175019.723000', '175019.725000', '175019.728000', '175019.731000', '175019.733000', '175019.736000', '175019.738000', '175019.741000', '175019.744000', '175039.633000', '175039.636000', '175039.639000', '175039.641000', '175039.644000', '175039.647000', '175039.649000', '175039.652000', '175039.654000', '175039.657000', '175039.660000', '175039.662000', '175039.665000', '175039.667000', '175039.670000', '175039.672000', '175039.675000', '175039.678000', '175039.680000', '175039.683000', '175039.685000', '175039.688000', '175039.690000', '175039.693000', '175039.696000', '175039.698000', '175039.701000', '175039.703000', '175039.706000', '175039.708000', '175039.711000', '175039.714000', '175039.716000', '175039.719000', '175039.721000', '175039.724000', '175039.726000', '175039.729000', '175039.731000', '175039.734000', '175039.737000', '175039.739000', '175039.742000', '175039.744000', '175059.634000', '175059.636000', '175059.639000', '175059.642000', '175059.645000', '175059.647000', '175059.650000', '175059.653000', '175059.656000', '175059.658000', '175059.661000', '175059.663000', '175059.666000', '175059.669000', '175059.671000', '175059.674000', '175059.677000', '175059.679000', '175059.682000', '175059.684000', '175059.687000', '175059.690000', '175059.692000', '175059.695000', '175059.697000', '175059.700000', '175059.702000', '175059.705000', '175059.708000', '175059.710000', '175059.713000', '175059.715000', '175059.718000', '175059.720000', '175059.723000', '175059.725000', '175059.728000', '175059.731000', '175059.733000', '175059.736000', '175059.739000', '175059.741000', '175059.744000', '175119.633000', '175119.636000', '175119.639000', '175119.642000', '175119.644000', '175119.647000', '175119.649000', '175119.652000', '175119.654000', '175119.657000', '175119.660000', '175119.662000', '175119.665000', '175119.668000', '175119.670000', '175119.673000', '175119.675000', '175119.678000', '175119.680000', '175119.683000', '175119.685000', '175119.688000', '175119.691000', '175119.693000', '175119.696000', '175119.698000', '175119.701000', '175119.703000', '175119.706000', '175119.709000', '175119.711000', '175119.714000', '175119.716000', '175119.719000', '175119.721000', '175119.724000', '175119.727000', '175119.729000', '175119.732000', '175119.734000', '175119.737000', '175119.739000', '175119.742000', '175119.745000', '175139.633000', '175139.636000', '175139.639000', '175139.642000', '175139.645000', '175139.648000', '175139.651000', '175139.654000', '175139.657000', '175139.660000', '175139.662000', '175139.665000', '175139.668000', '175139.671000', '175139.674000', '175139.677000', '175139.679000', '175139.682000', '175139.684000', '175139.687000', '175139.689000', '175139.692000', '175139.694000', '175139.697000', '175139.700000', '175139.702000', '175139.705000', '175139.708000', '175139.710000', '175139.713000', '175139.715000', '175139.718000', '175139.721000', '175139.723000', '175139.726000', '175139.728000', '175139.731000', '175139.734000', '175139.736000', '175139.739000', '175139.741000', '175139.744000', '175139.747000', '175159.633000', '175159.636000', '175159.638000', '175159.641000', '175159.644000', '175159.646000', '175159.649000', '175159.651000', '175159.654000', '175159.657000', '175159.659000', '175159.662000', '175159.664000', '175159.667000', '175159.670000', '175159.672000', '175159.675000', '175159.677000', '175159.680000', '175159.683000', '175159.685000', '175159.688000', '175159.690000', '175159.693000', '175159.696000', '175159.698000', '175159.701000', '175159.703000', '175159.706000', '175159.709000', '175159.711000', '175159.714000', '175159.716000', '175159.719000', '175159.721000', '175159.724000', '175159.726000', '175159.729000', '175159.732000', '175159.734000', '175159.737000', '175159.739000', '175159.742000', '175159.744000', '175219.634000', '175219.636000', '175219.639000', '175219.641000', '175219.644000', '175219.647000', '175219.649000', '175219.652000', '175219.654000', '175219.657000', '175219.660000', '175219.662000', '175219.665000', '175219.667000', '175219.670000', '175219.672000', '175219.675000', '175219.678000', '175219.681000', '175219.684000', '175219.687000', '175219.730000', '175219.733000', '175219.735000', '175219.738000', '175219.741000', '175219.743000', '175219.746000', '175219.748000', '175219.751000', '175219.753000', '175219.756000', '175219.759000', '175219.761000', '175219.764000', '175219.767000', '175219.769000', '175219.772000', '175219.774000', '175219.777000', '175219.780000', '175219.782000', '175219.785000', '175239.634000', '175239.636000', '175239.639000', '175239.642000', '175239.644000', '175239.647000', '175239.649000', '175239.652000', '175239.655000', '175239.657000', '175239.660000', '175239.662000', '175239.665000', '175239.668000', '175239.670000', '175239.673000', '175239.675000', '175239.678000', '175239.681000', '175239.683000', '175239.686000', '175239.689000', '175239.691000', '175239.694000', '175239.696000', '175239.699000', '175239.702000', '175239.704000', '175239.707000', '175239.709000', '175239.712000', '175239.714000', '175239.717000', '175239.720000', '175239.722000', '175239.725000', '175239.728000', '175239.730000', '175239.733000', '175239.735000', '175239.738000', '175239.741000', '175239.743000', '175239.746000', '175259.633000', '175259.636000', '175259.639000', '175259.641000', '175259.644000', '175259.647000', '175259.649000', '175259.652000', '175259.655000', '175259.659000', '175259.662000', '175259.664000', '175259.667000', '175259.670000', '175259.672000', '175259.675000', '175259.677000', '175259.680000', '175259.683000', '175259.686000', '175259.688000', '175259.691000', '175259.693000', '175259.696000', '175259.699000', '175259.701000', '175259.704000', '175259.706000', '175259.710000', '175259.713000', '175259.716000', '175259.718000', '175259.721000', '175259.723000', '175259.726000', '175259.729000', '175259.731000', '175259.734000', '175259.736000', '175259.739000', '175259.742000', '175259.744000', '175259.747000', '175319.633000', '175319.636000', '175319.639000', '175319.641000', '175319.644000', '175319.647000', '175319.649000', '175319.652000', '175319.654000', '175319.657000', '175319.660000', '175319.662000', '175319.665000', '175319.667000', '175319.670000', '175319.672000', '175319.675000', '175319.678000', '175319.680000', '175319.683000', '175319.686000', '175319.688000', '175319.691000', '175319.693000', '175319.696000', '175319.698000', '175319.701000', '175319.703000', '175319.706000', '175319.709000', '175319.711000', '175319.714000', '175319.716000', '175319.719000', '175319.722000', '175319.724000', '175319.727000', '175319.729000', '175319.732000', '175319.735000', '175319.737000', '175319.740000', '175319.742000', '175319.745000', '175339.634000', '175339.637000', '175339.639000', '175339.642000', '175339.644000', '175339.647000', '175339.650000', '175339.652000', '175339.655000', '175339.657000', '175339.660000', '175339.662000', '175339.665000', '175339.667000', '175339.670000', '175339.673000', '175339.675000', '175339.678000', '175339.680000', '175339.683000', '175339.686000', '175339.689000', '175339.691000', '175339.694000', '175339.697000', '175339.700000', '175339.702000', '175339.705000', '175339.707000', '175339.710000', '175339.713000', '175339.723000', '175339.734000', '175339.737000', '175339.739000', '175339.742000', '175339.745000', '175339.747000', '175339.750000', '175339.752000', '175339.755000', '175339.757000', '175339.760000', '175343.825000', '175343.828000', '175343.831000', '175343.834000', '175343.837000', '175343.839000', '175343.842000', '175343.845000', '175343.847000', '175343.850000'], 'InstanceCreationTime': ['174719.679000', '174719.682000', '174719.685000', '174719.687000', '174719.690000', '174719.693000', '174719.695000', '174719.698000', '174719.700000', '174719.703000', '174719.705000', '174719.708000', '174719.710000', '174719.719000', '174719.721000', '174719.724000', '174719.726000', '174719.729000', '174719.731000', '174719.734000', '174719.737000', '174719.739000', '174719.742000', '174719.745000', '174719.748000', '174719.755000', '174719.758000', '174719.760000', '174719.763000', '174719.766000', '174719.768000', '174719.771000', '174719.773000', '174719.776000', '174719.778000', '174719.781000', '174739.632000', '174739.635000', '174739.638000', '174739.640000', '174739.643000', '174739.646000', '174739.648000', '174739.651000', '174739.653000', '174739.656000', '174739.659000', '174739.661000', '174739.665000', '174739.667000', '174739.670000', '174739.673000', '174739.675000', '174739.678000', '174739.680000', '174739.692000', '174739.695000', '174739.697000', '174739.700000', '174739.702000', '174739.705000', '174739.707000', '174739.710000', '174739.713000', '174739.715000', '174739.718000', '174739.720000', '174739.723000', '174739.725000', '174739.728000', '174739.730000', '174739.733000', '174739.736000', '174739.738000', '174739.741000', '174739.743000', '174739.746000', '174739.748000', '174739.751000', '174739.753000', '174759.633000', '174759.636000', '174759.639000', '174759.641000', '174759.644000', '174759.647000', '174759.649000', '174759.652000', '174759.654000', '174759.657000', '174759.659000', '174759.662000', '174759.664000', '174759.667000', '174759.669000', '174759.672000', '174759.675000', '174759.677000', '174759.680000', '174759.682000', '174759.685000', '174759.688000', '174759.690000', '174759.693000', '174759.695000', '174759.698000', '174759.700000', '174759.703000', '174759.705000', '174759.708000', '174759.710000', '174759.713000', '174759.716000', '174759.718000', '174759.721000', '174759.723000', '174759.726000', '174759.728000', '174759.731000', '174759.733000', '174759.736000', '174759.739000', '174759.741000', '174819.634000', '174819.637000', '174819.639000', '174819.642000', '174819.644000', '174819.647000', '174819.650000', '174819.652000', '174819.655000', '174819.657000', '174819.660000', '174819.662000', '174819.665000', '174819.668000', '174819.670000', '174819.673000', '174819.675000', '174819.678000', '174819.680000', '174819.683000', '174819.686000', '174819.688000', '174819.691000', '174819.693000', '174819.696000', '174819.698000', '174819.701000', '174819.704000', '174819.706000', '174819.709000', '174819.711000', '174819.714000', '174819.717000', '174819.719000', '174819.722000', '174819.724000', '174819.727000', '174819.729000', '174819.732000', '174819.736000', '174819.739000', '174819.741000', '174819.744000', '174819.747000', '174839.634000', '174839.636000', '174839.639000', '174839.642000', '174839.644000', '174839.647000', '174839.649000', '174839.652000', '174839.655000', '174839.657000', '174839.660000', '174839.662000', '174839.665000', '174839.668000', '174839.670000', '174839.673000', '174839.675000', '174839.678000', '174839.680000', '174839.683000', '174839.686000', '174839.688000', '174839.691000', '174839.693000', '174839.696000', '174839.698000', '174839.701000', '174839.703000', '174839.706000', '174839.709000', '174839.711000', '174839.714000', '174839.716000', '174839.719000', '174839.722000', '174839.724000', '174839.727000', '174839.729000', '174839.732000', '174839.734000', '174839.737000', '174839.740000', '174839.742000', '174859.634000', '174859.636000', '174859.639000', '174859.642000', '174859.644000', '174859.647000', '174859.649000', '174859.652000', '174859.654000', '174859.657000', '174859.660000', '174859.662000', '174859.665000', '174859.667000', '174859.670000', '174859.672000', '174859.675000', '174859.678000', '174859.680000', '174859.683000', '174859.686000', '174859.688000', '174859.691000', '174859.693000', '174859.696000', '174859.698000', '174859.701000', '174859.703000', '174859.706000', '174859.709000', '174859.711000', '174859.714000', '174859.716000', '174859.719000', '174859.721000', '174859.724000', '174859.726000', '174859.729000', '174859.732000', '174859.734000', '174859.737000', '174859.739000', '174859.742000', '174859.745000', '174919.634000', '174919.636000', '174919.639000', '174919.642000', '174919.644000', '174919.647000', '174919.649000', '174919.652000', '174919.655000', '174919.657000', '174919.660000', '174919.662000', '174919.665000', '174919.667000', '174919.678000', '174919.680000', '174919.683000', '174919.685000', '174919.688000', '174919.691000', '174919.693000', '174919.696000', '174919.698000', '174919.701000', '174919.703000', '174919.706000', '174919.709000', '174919.711000', '174919.714000', '174919.716000', '174919.719000', '174919.721000', '174919.724000', '174919.727000', '174919.729000', '174919.732000', '174919.734000', '174919.737000', '174919.740000', '174919.742000', '174919.745000', '174919.747000', '174919.750000', '174939.632000', '174939.635000', '174939.638000', '174939.640000', '174939.643000', '174939.646000', '174939.648000', '174939.651000', '174939.653000', '174939.656000', '174939.659000', '174939.661000', '174939.664000', '174939.666000', '174939.669000', '174939.672000', '174939.674000', '174939.677000', '174939.679000', '174939.682000', '174939.684000', '174939.687000', '174939.690000', '174939.692000', '174939.695000', '174939.697000', '174939.700000', '174939.702000', '174939.705000', '174939.708000', '174939.710000', '174939.713000', '174939.715000', '174939.718000', '174939.721000', '174939.723000', '174939.726000', '174939.728000', '174939.731000', '174939.734000', '174939.736000', '174939.739000', '174939.741000', '174939.744000', '174959.633000', '174959.636000', '174959.639000', '174959.641000', '174959.644000', '174959.646000', '174959.649000', '174959.652000', '174959.654000', '174959.657000', '174959.659000', '174959.662000', '174959.665000', '174959.667000', '174959.670000', '174959.672000', '174959.675000', '174959.678000', '174959.680000', '174959.683000', '174959.685000', '174959.688000', '174959.690000', '174959.693000', '174959.696000', '174959.698000', '174959.701000', '174959.703000', '174959.706000', '174959.709000', '174959.711000', '174959.714000', '174959.716000', '174959.719000', '174959.722000', '174959.724000', '174959.727000', '174959.729000', '174959.732000', '174959.735000', '174959.737000', '174959.740000', '174959.742000', '175019.634000', '175019.637000', '175019.640000', '175019.642000', '175019.645000', '175019.648000', '175019.650000', '175019.653000', '175019.656000', '175019.658000', '175019.661000', '175019.663000', '175019.666000', '175019.669000', '175019.671000', '175019.674000', '175019.676000', '175019.679000', '175019.682000', '175019.684000', '175019.687000', '175019.689000', '175019.692000', '175019.694000', '175019.697000', '175019.700000', '175019.702000', '175019.705000', '175019.707000', '175019.710000', '175019.713000', '175019.715000', '175019.718000', '175019.720000', '175019.723000', '175019.725000', '175019.728000', '175019.731000', '175019.733000', '175019.736000', '175019.738000', '175019.741000', '175019.744000', '175039.633000', '175039.636000', '175039.639000', '175039.641000', '175039.644000', '175039.647000', '175039.649000', '175039.652000', '175039.654000', '175039.657000', '175039.660000', '175039.662000', '175039.665000', '175039.667000', '175039.670000', '175039.672000', '175039.675000', '175039.678000', '175039.680000', '175039.683000', '175039.685000', '175039.688000', '175039.690000', '175039.693000', '175039.696000', '175039.698000', '175039.701000', '175039.703000', '175039.706000', '175039.708000', '175039.711000', '175039.714000', '175039.716000', '175039.719000', '175039.721000', '175039.724000', '175039.726000', '175039.729000', '175039.731000', '175039.734000', '175039.737000', '175039.739000', '175039.742000', '175039.744000', '175059.634000', '175059.636000', '175059.639000', '175059.642000', '175059.645000', '175059.647000', '175059.650000', '175059.653000', '175059.656000', '175059.658000', '175059.661000', '175059.663000', '175059.666000', '175059.669000', '175059.671000', '175059.674000', '175059.677000', '175059.679000', '175059.682000', '175059.684000', '175059.687000', '175059.690000', '175059.692000', '175059.695000', '175059.697000', '175059.700000', '175059.702000', '175059.705000', '175059.708000', '175059.710000', '175059.713000', '175059.715000', '175059.718000', '175059.720000', '175059.723000', '175059.725000', '175059.728000', '175059.731000', '175059.733000', '175059.736000', '175059.739000', '175059.741000', '175059.744000', '175119.633000', '175119.636000', '175119.639000', '175119.642000', '175119.644000', '175119.647000', '175119.649000', '175119.652000', '175119.654000', '175119.657000', '175119.660000', '175119.662000', '175119.665000', '175119.668000', '175119.670000', '175119.673000', '175119.675000', '175119.678000', '175119.680000', '175119.683000', '175119.685000', '175119.688000', '175119.691000', '175119.693000', '175119.696000', '175119.698000', '175119.701000', '175119.703000', '175119.706000', '175119.709000', '175119.711000', '175119.714000', '175119.716000', '175119.719000', '175119.721000', '175119.724000', '175119.727000', '175119.729000', '175119.732000', '175119.734000', '175119.737000', '175119.739000', '175119.742000', '175119.745000', '175139.633000', '175139.636000', '175139.639000', '175139.642000', '175139.645000', '175139.648000', '175139.651000', '175139.654000', '175139.657000', '175139.660000', '175139.662000', '175139.665000', '175139.668000', '175139.671000', '175139.674000', '175139.677000', '175139.679000', '175139.682000', '175139.684000', '175139.687000', '175139.689000', '175139.692000', '175139.694000', '175139.697000', '175139.700000', '175139.702000', '175139.705000', '175139.708000', '175139.710000', '175139.713000', '175139.715000', '175139.718000', '175139.721000', '175139.723000', '175139.726000', '175139.728000', '175139.731000', '175139.734000', '175139.736000', '175139.739000', '175139.741000', '175139.744000', '175139.747000', '175159.633000', '175159.636000', '175159.638000', '175159.641000', '175159.644000', '175159.646000', '175159.649000', '175159.651000', '175159.654000', '175159.657000', '175159.659000', '175159.662000', '175159.664000', '175159.667000', '175159.670000', '175159.672000', '175159.675000', '175159.677000', '175159.680000', '175159.683000', '175159.685000', '175159.688000', '175159.690000', '175159.693000', '175159.696000', '175159.698000', '175159.701000', '175159.703000', '175159.706000', '175159.709000', '175159.711000', '175159.714000', '175159.716000', '175159.719000', '175159.721000', '175159.724000', '175159.726000', '175159.729000', '175159.732000', '175159.734000', '175159.737000', '175159.739000', '175159.742000', '175159.744000', '175219.634000', '175219.636000', '175219.639000', '175219.641000', '175219.644000', '175219.647000', '175219.649000', '175219.652000', '175219.654000', '175219.657000', '175219.660000', '175219.662000', '175219.665000', '175219.667000', '175219.670000', '175219.672000', '175219.675000', '175219.678000', '175219.681000', '175219.684000', '175219.687000', '175219.730000', '175219.733000', '175219.735000', '175219.738000', '175219.741000', '175219.743000', '175219.746000', '175219.748000', '175219.751000', '175219.753000', '175219.756000', '175219.759000', '175219.761000', '175219.764000', '175219.767000', '175219.769000', '175219.772000', '175219.774000', '175219.777000', '175219.780000', '175219.782000', '175219.785000', '175239.634000', '175239.636000', '175239.639000', '175239.642000', '175239.644000', '175239.647000', '175239.649000', '175239.652000', '175239.655000', '175239.657000', '175239.660000', '175239.662000', '175239.665000', '175239.668000', '175239.670000', '175239.673000', '175239.675000', '175239.678000', '175239.681000', '175239.683000', '175239.686000', '175239.689000', '175239.691000', '175239.694000', '175239.696000', '175239.699000', '175239.702000', '175239.704000', '175239.707000', '175239.709000', '175239.712000', '175239.714000', '175239.717000', '175239.720000', '175239.722000', '175239.725000', '175239.728000', '175239.730000', '175239.733000', '175239.735000', '175239.738000', '175239.741000', '175239.743000', '175239.746000', '175259.633000', '175259.636000', '175259.639000', '175259.641000', '175259.644000', '175259.647000', '175259.649000', '175259.652000', '175259.655000', '175259.659000', '175259.662000', '175259.664000', '175259.667000', '175259.670000', '175259.672000', '175259.675000', '175259.677000', '175259.680000', '175259.683000', '175259.686000', '175259.688000', '175259.691000', '175259.693000', '175259.696000', '175259.699000', '175259.701000', '175259.704000', '175259.706000', '175259.710000', '175259.713000', '175259.716000', '175259.718000', '175259.721000', '175259.723000', '175259.726000', '175259.729000', '175259.731000', '175259.734000', '175259.736000', '175259.739000', '175259.742000', '175259.744000', '175259.747000', '175319.633000', '175319.636000', '175319.639000', '175319.641000', '175319.644000', '175319.647000', '175319.649000', '175319.652000', '175319.654000', '175319.657000', '175319.660000', '175319.662000', '175319.665000', '175319.667000', '175319.670000', '175319.672000', '175319.675000', '175319.678000', '175319.680000', '175319.683000', '175319.686000', '175319.688000', '175319.691000', '175319.693000', '175319.696000', '175319.698000', '175319.701000', '175319.703000', '175319.706000', '175319.709000', '175319.711000', '175319.714000', '175319.716000', '175319.719000', '175319.722000', '175319.724000', '175319.727000', '175319.729000', '175319.732000', '175319.735000', '175319.737000', '175319.740000', '175319.742000', '175319.745000', '175339.634000', '175339.637000', '175339.639000', '175339.642000', '175339.644000', '175339.647000', '175339.650000', '175339.652000', '175339.655000', '175339.657000', '175339.660000', '175339.662000', '175339.665000', '175339.667000', '175339.670000', '175339.673000', '175339.675000', '175339.678000', '175339.680000', '175339.683000', '175339.686000', '175339.689000', '175339.691000', '175339.694000', '175339.697000', '175339.700000', '175339.702000', '175339.705000', '175339.707000', '175339.710000', '175339.713000', '175339.723000', '175339.734000', '175339.737000', '175339.739000', '175339.742000', '175339.745000', '175339.747000', '175339.750000', '175339.752000', '175339.755000', '175339.757000', '175339.760000', '175343.825000', '175343.828000', '175343.831000', '175343.834000', '175343.837000', '175343.839000', '175343.842000', '175343.845000', '175343.847000', '175343.850000'], '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': [9058, 10335, 14514, 8949, 12785, 9091, 10670, 9397, 10818, 9342, 9298, 8847, 9256, 8765, 7550, 9246, 8552, 9478, 8344, 9209, 9639, 9404, 7797, 8834, 9459, 9132, 12170, 9471, 10277, 10231, 9151, 10894, 9408, 13461, 9594, 14765, 9541, 10888, 12189, 9307, 16217, 9239, 10817, 14823, 8808, 15955, 9812, 15686, 9278, 9584, 9096, 8985, 9259, 10262, 8751, 10247, 11791, 8752, 12437, 9007, 10497, 9081, 9325, 8632, 8887, 8897, 9215, 11666, 9395, 11860, 14686, 9185, 13859, 8867, 8905, 13685, 9426, 8699, 13794, 9118, 11228, 9813, 9060, 9007, 9163, 9094, 9417, 11223, 9617, 9343, 9464, 11688, 9444, 12247, 9551, 11637, 9629, 9004, 16436, 10929, 13568, 9509, 9119, 8914, 9075, 9815, 9264, 10718, 9179, 9577, 8622, 8817, 11223, 9345, 9243, 8307, 7906, 8404, 7694, 9051, 9532, 8841, 12917, 8131, 11261, 9171, 12494, 10102, 15750, 8488, 9984, 12232, 8436, 16644, 8116, 13012, 8829, 9369, 17843, 8787, 11218, 8686, 11199, 9342, 8592, 9413, 8409, 12495, 8868, 13215, 12164, 9125, 16560, 8100, 8986, 7887, 7636, 12536, 8240, 8854, 9795, 7733, 13471, 9610, 10121, 8300, 10064, 9028, 9849, 9305, 9066, 16660, 8736, 13557, 8635, 9454, 9668, 9103, 8989, 9694, 8897, 8720, 8972, 7983, 9176, 9454, 8896, 8774, 11013, 8368, 11003, 7859, 10361, 8028, 9814, 7930, 7994, 8486, 7804, 9995, 8385, 9245, 12282, 9101, 13971, 8679, 12321, 8885, 9249, 8463, 8139, 11391, 8277, 11247, 8742, 9669, 8720, 8812, 9200, 8996, 11903, 8712, 9301, 13439, 8698, 11395, 8578, 9887, 15597, 8788, 13351, 9309, 10127, 9086, 8789, 8200, 8708, 8246, 8780, 16709, 9079, 14888, 8173, 8685, 10378, 8283, 11568, 8220, 8964, 9090, 7946, 9272, 8731, 7852, 8296, 8445, 8416, 7854, 7697, 8097, 7923, 7901, 8006, 8750, 7816, 13046, 10436, 9796, 15419, 8502, 13105, 8077, 9161, 16684, 9999, 14229, 12812, 9142, 17568, 8155, 8647, 8145, 8058, 9671, 7840, 10321, 7693, 9038, 12802, 7944, 11360, 8481, 9191, 12962, 7633, 10176, 7803, 8736, 8441, 7720, 10212, 8388, 9654, 8490, 8997, 7743, 8602, 8361, 7724, 7964, 8431, 7835, 9494, 7922, 10351, 7629, 9498, 14827, 10910, 13895, 8533, 9658, 8413, 8754, 15661, 8102, 12255, 8297, 8772, 8462, 8538, 8373, 8253, 9826, 7664, 9354, 8194, 10175, 9368, 8944, 8069, 8067, 7692, 8756, 12714, 7962, 13958, 9178, 9407, 8104, 8948, 15612, 8743, 15480, 10490, 9473, 17920, 7894, 14810, 9443, 8861, 17789, 12607, 13079, 7862, 8355, 13024, 7824, 10083, 7661, 8209, 12182, 7567, 8627, 8296, 10233, 8409, 9463, 8090, 11560, 8603, 12937, 8189, 9351, 11002, 8019, 9288, 8302, 10627, 7222, 8067, 7193, 8394, 7523, 7974, 7404, 8706, 14112, 8301, 10344, 7648, 9167, 11506, 7928, 10992, 7525, 9902, 9301, 7698, 11091, 7847, 8975, 7237, 7956, 8138, 7986, 10648, 7714, 10165, 11369, 7942, 13496, 8191, 8901, 10967, 8725, 14228, 8100, 10256, 8650, 16986, 9675, 14570, 8178, 13228, 8980, 12602, 17700, 8209, 14158, 8444, 9133, 16770, 8267, 13010, 7739, 8584, 13926, 7888, 11327, 7885, 8897, 7771, 9075, 8790, 8448, 12546, 8186, 11436, 8557, 12629, 9238, 9025, 12074, 9166, 15203, 8957, 14899, 8144, 8925, 13468, 8090, 9652, 8428, 9110, 13987, 8074, 11524, 7898, 7981, 10761, 8058, 9698, 7773, 8037, 10101, 8112, 8092, 10647, 7915, 9311, 7338, 7714, 10388, 7995, 8741, 7672, 8648, 10024, 8181, 10985, 9654, 8728, 15152, 7505, 9441, 8254, 10128, 8148, 8626, 7723, 8449, 7690, 10037, 8475, 8624, 7589, 8930, 7763, 8344, 10738, 8409, 10259, 7817, 8528, 8638, 8488, 10237, 8102, 9862, 8254, 9344, 8299, 8040, 10044, 7949, 9634, 8407, 10431, 8709, 9685, 9026, 9686, 14217, 8061, 13505, 9377, 11994, 7495, 8912, 15721, 8050, 13394, 8309, 9461, 16772, 7756, 9998, 14078, 8329, 14034, 10063, 8425, 11644, 8108, 8643, 8298, 7975, 7509, 10494, 8654, 7334, 7629, 13190, 12134, 11240, 16487, 12304, 14830, 10261, 16164, 13116, 17077, 18672, 16296, 19345, 13273, 15530, 13378, 14201, 11637, 11386, 11538, 9023, 8165, 10135, 8458, 9402, 8601, 9314, 12080, 8720, 8934, 7905, 10975, 8404, 10027, 8671, 12993, 9393, 12426, 8231, 11632, 10064, 11512, 13357, 8945, 12685, 10021, 12999, 9083, 11885, 8608, 10237, 8560, 11394, 8989, 12585, 9277, 13066, 13045, 11342, 14442, 11913, 16697, 9378, 14675, 8690, 12537, 8456, 10386, 8656, 10460, 8869, 12626, 9050, 9382, 8789, 8928, 8886, 9395, 8911, 11568, 12777, 8747, 11633, 8733, 9269, 8398, 8721, 8058, 8403, 9485, 8263, 9763, 8290, 10581, 9039, 8207, 9919, 8061, 9166, 8180, 8682, 10534, 8381, 10892, 8391, 9884, 9140, 8361, 11307, 8645, 10569, 8239, 9193, 11201, 8241, 10634, 13047, 8674, 11132, 8219, 9342, 7923, 8156, 8902, 8145, 8900, 8096, 9365, 8128, 10252, 13473, 8278, 12030, 10148, 14092, 12467, 11926, 15235, 13437, 17649, 11617, 15031, 9148, 11267, 14600, 8745, 9596, 8063, 8681, 10913, 7635, 10930, 9002, 11059, 8941, 8333, 8350, 9736, 8719, 9319, 8354, 11133, 9127, 12605, 10205, 10348, 15227, 7951, 13317, 9291, 13159, 8585, 10943, 8251, 9501, 9034, 8248, 9111, 8032, 10786, 8656, 11578, 9261, 8864, 8304, 7526, 9672, 8101, 12444, 10458, 10377, 16392, 10189, 10801, 9402, 10107, 16596, 9540, 12506, 9610, 9025, 7182, 11236, 8146, 9857, 7423, 10256, 7469, 10542, 10661, 18955, 13290, 18229, 18836, 15229, 21557, 16210, 13651, 21452, 14800, 17996, 15251, 12528, 21153, 8544, 10743, 8905, 8880, 15085, 8685, 12365, 8477, 9574, 8435, 8671, 7799, 9697, 7734, 8210, 7522, 9470, 7748, 11553, 9398, 14034, 10604, 14799, 10512, 10729, 16273, 9064, 14405, 11519, 11275, 17315, 9924, 12255, 7760, 9117, 11363, 8305, 10228, 8419, 9050, 9285, 8762, 8495, 10168, 7981, 10295, 11615, 8044, 14788, 9486, 17785, 13257, 18689, 16865, 15239, 19763, 12758, 17680, 18903, 14585, 17224, 11340, 12170, 14005, 8867, 14054, 7791, 11913, 8556, 7988, 12684, 7906, 10647, 7525, 10579], 'WindowCenter': [4341.0, 4336.0, 4350.0, 4296.0, 4324.0, 4284.0, 4301.0, 4293.0, 4301.0, 4280.0, 4278.0, 4278.0, 4290.0, 4282.0, 4271.0, 4292.0, 4281.0, 4283.0, 4274.0, 4294.0, 4305.0, 4306.0, 4274.0, 4295.0, 4306.0, 4306.0, 4336.0, 4307.0, 4305.0, 4304.0, 4294.0, 4313.0, 4294.0, 4321.0, 4281.0, 4319.0, 4278.0, 4289.0, 4297.0, 4279.0, 4319.0, 4268.0, 4289.0, 4306.0, 4266.0, 4316.0, 4266.0, 4303.0, 4250.0, 4250.0, 4240.0, 4252.0, 4252.0, 4272.0, 4252.0, 4275.0, 4282.0, 4254.0, 4296.0, 4253.0, 4285.0, 4267.0, 4266.0, 4254.0, 4266.0, 4267.0, 4279.0, 4296.0, 4277.0, 4299.0, 4305.0, 4266.0, 4307.0, 4255.0, 4266.0, 4295.0, 4266.0, 4258.0, 4307.0, 4269.0, 4287.0, 4277.0, 4281.0, 4266.0, 4267.0, 4266.0, 4290.0, 4300.0, 4293.0, 4280.0, 4303.0, 4323.0, 4304.0, 4311.0, 4291.0, 4299.0, 4267.0, 4270.0, 4319.0, 4288.0, 4298.0, 4278.0, 4270.0, 4270.0, 4281.0, 4288.0, 4280.0, 4313.0, 4290.0, 4291.0, 4268.0, 4280.0, 4300.0, 4293.0, 4293.0, 4285.0, 4282.0, 4284.0, 4273.0, 4320.0, 4330.0, 4321.0, 4338.0, 4299.0, 4315.0, 4308.0, 4339.0, 4308.0, 4347.0, 4284.0, 4305.0, 4326.0, 4285.0, 4343.0, 4273.0, 4320.0, 4281.0, 4281.0, 4340.0, 4283.0, 4300.0, 4282.0, 4301.0, 4268.0, 4269.0, 4265.0, 4256.0, 4298.0, 4280.0, 4309.0, 4298.0, 4265.0, 4304.0, 4244.0, 4265.0, 4243.0, 4245.0, 4296.0, 4256.0, 4267.0, 4264.0, 4244.0, 4294.0, 4263.0, 4274.0, 4257.0, 4265.0, 4252.0, 4264.0, 4251.0, 4244.0, 4304.0, 4253.0, 4293.0, 4242.0, 4252.0, 4252.0, 4254.0, 4240.0, 4251.0, 4251.0, 4264.0, 4266.0, 4256.0, 4290.0, 4288.0, 4266.0, 4291.0, 4299.0, 4270.0, 4286.0, 4270.0, 4288.0, 4261.0, 4290.0, 4273.0, 4275.0, 4296.0, 4276.0, 4308.0, 4284.0, 4295.0, 4314.0, 4284.0, 4322.0, 4283.0, 4312.0, 4268.0, 4280.0, 4258.0, 4272.0, 4311.0, 4270.0, 4286.0, 4268.0, 4266.0, 4253.0, 4255.0, 4252.0, 4277.0, 4311.0, 4255.0, 4281.0, 4308.0, 4281.0, 4301.0, 4270.0, 4279.0, 4317.0, 4268.0, 4306.0, 4268.0, 4290.0, 4268.0, 4268.0, 4269.0, 4280.0, 4256.0, 4258.0, 4316.0, 4268.0, 4306.0, 4245.0, 4256.0, 4266.0, 4257.0, 4287.0, 4257.0, 4259.0, 4257.0, 4249.0, 4258.0, 4268.0, 4271.0, 4281.0, 4271.0, 4270.0, 4284.0, 4272.0, 4285.0, 4284.0, 4284.0, 4287.0, 4296.0, 4289.0, 4339.0, 4303.0, 4294.0, 4333.0, 4272.0, 4313.0, 4259.0, 4281.0, 4330.0, 4280.0, 4323.0, 4300.0, 4268.0, 4318.0, 4247.0, 4256.0, 4245.0, 4258.0, 4267.0, 4258.0, 4277.0, 4247.0, 4280.0, 4311.0, 4260.0, 4299.0, 4268.0, 4280.0, 4296.0, 4247.0, 4276.0, 4246.0, 4269.0, 4249.0, 4249.0, 4280.0, 4272.0, 4279.0, 4281.0, 4282.0, 4258.0, 4282.0, 4270.0, 4260.0, 4261.0, 4283.0, 4274.0, 4295.0, 4275.0, 4305.0, 4263.0, 4294.0, 4323.0, 4302.0, 4323.0, 4270.0, 4281.0, 4259.0, 4270.0, 4319.0, 4261.0, 4299.0, 4269.0, 4281.0, 4284.0, 4283.0, 4272.0, 4273.0, 4279.0, 4261.0, 4281.0, 4273.0, 4305.0, 4293.0, 4295.0, 4285.0, 4285.0, 4273.0, 4295.0, 4324.0, 4285.0, 4325.0, 4280.0, 4280.0, 4259.0, 4281.0, 4329.0, 4269.0, 4318.0, 4278.0, 4291.0, 4330.0, 4259.0, 4320.0, 4265.0, 4253.0, 4304.0, 4284.0, 4283.0, 4233.0, 4242.0, 4280.0, 4233.0, 4264.0, 4243.0, 4255.0, 4273.0, 4233.0, 4241.0, 4242.0, 4252.0, 4243.0, 4255.0, 4247.0, 4275.0, 4258.0, 4285.0, 4245.0, 4255.0, 4274.0, 4244.0, 4254.0, 4244.0, 4273.0, 4233.0, 4244.0, 4234.0, 4256.0, 4233.0, 4257.0, 4236.0, 4270.0, 4307.0, 4258.0, 4278.0, 4249.0, 4281.0, 4299.0, 4258.0, 4297.0, 4262.0, 4292.0, 4278.0, 4262.0, 4301.0, 4261.0, 4283.0, 4264.0, 4273.0, 4272.0, 4272.0, 4290.0, 4262.0, 4304.0, 4301.0, 4263.0, 4315.0, 4259.0, 4284.0, 4303.0, 4296.0, 4333.0, 4274.0, 4302.0, 4284.0, 4331.0, 4293.0, 4322.0, 4273.0, 4313.0, 4271.0, 4310.0, 4318.0, 4258.0, 4310.0, 4257.0, 4269.0, 4317.0, 4258.0, 4297.0, 4245.0, 4269.0, 4308.0, 4260.0, 4301.0, 4271.0, 4268.0, 4258.0, 4269.0, 4269.0, 4259.0, 4297.0, 4257.0, 4288.0, 4268.0, 4299.0, 4267.0, 4257.0, 4286.0, 4265.0, 4307.0, 4266.0, 4306.0, 4234.0, 4255.0, 4306.0, 4244.0, 4263.0, 4255.0, 4267.0, 4293.0, 4243.0, 4272.0, 4231.0, 4243.0, 4259.0, 4243.0, 4264.0, 4232.0, 4242.0, 4262.0, 4232.0, 4242.0, 4260.0, 4244.0, 4264.0, 4233.0, 4245.0, 4275.0, 4257.0, 4267.0, 4248.0, 4268.0, 4277.0, 4269.0, 4301.0, 4280.0, 4271.0, 4319.0, 4248.0, 4281.0, 4270.0, 4289.0, 4270.0, 4280.0, 4272.0, 4284.0, 4285.0, 4304.0, 4272.0, 4283.0, 4261.0, 4283.0, 4260.0, 4273.0, 4303.0, 4285.0, 4302.0, 4275.0, 4298.0, 4285.0, 4284.0, 4292.0, 4272.0, 4291.0, 4269.0, 4282.0, 4271.0, 4274.0, 4292.0, 4277.0, 4295.0, 4287.0, 4302.0, 4282.0, 4293.0, 4283.0, 4293.0, 4321.0, 4272.0, 4317.0, 4279.0, 4312.0, 4250.0, 4283.0, 4333.0, 4259.0, 4310.0, 4257.0, 4279.0, 4325.0, 4249.0, 4279.0, 4308.0, 4256.0, 4297.0, 4278.0, 4266.0, 4296.0, 4267.0, 4257.0, 4237.0, 4213.0, 4216.0, 4259.0, 4249.0, 4232.0, 4262.0, 4300.0, 4280.0, 4269.0, 4300.0, 4299.0, 4302.0, 4272.0, 4321.0, 4293.0, 4319.0, 4306.0, 4307.0, 4303.0, 4271.0, 4282.0, 4260.0, 4273.0, 4235.0, 4245.0, 4247.0, 4226.0, 4215.0, 4224.0, 4202.0, 4213.0, 4216.0, 4225.0, 4270.0, 4229.0, 4239.0, 4230.0, 4258.0, 4230.0, 4250.0, 4229.0, 4270.0, 4240.0, 4273.0, 4229.0, 4274.0, 4253.0, 4272.0, 4293.0, 4253.0, 4270.0, 4250.0, 4271.0, 4241.0, 4271.0, 4243.0, 4262.0, 4242.0, 4275.0, 4239.0, 4284.0, 4240.0, 4282.0, 4265.0, 4259.0, 4268.0, 4259.0, 4278.0, 4229.0, 4268.0, 4215.0, 4262.0, 4215.0, 4249.0, 4239.0, 4260.0, 4238.0, 4281.0, 4238.0, 4238.0, 4228.0, 4240.0, 4252.0, 4251.0, 4253.0, 4275.0, 4271.0, 4243.0, 4273.0, 4243.0, 4253.0, 4244.0, 4256.0, 4245.0, 4257.0, 4262.0, 4270.0, 4273.0, 4270.0, 4301.0, 4269.0, 4267.0, 4276.0, 4260.0, 4283.0, 4282.0, 4282.0, 4284.0, 4267.0, 4315.0, 4274.0, 4292.0, 4270.0, 4272.0, 4298.0, 4280.0, 4291.0, 4271.0, 4278.0, 4282.0, 4256.0, 4284.0, 4311.0, 4272.0, 4301.0, 4267.0, 4276.0, 4270.0, 4269.0, 4292.0, 4282.0, 4279.0, 4271.0, 4287.0, 4270.0, 4303.0, 4318.0, 4284.0, 4311.0, 4289.0, 4320.0, 4321.0, 4315.0, 4328.0, 4318.0, 4353.0, 4310.0, 4322.0, 4264.0, 4297.0, 4308.0, 4258.0, 4268.0, 4245.0, 4268.0, 4283.0, 4257.0, 4286.0, 4269.0, 4300.0, 4279.0, 4270.0, 4283.0, 4292.0, 4282.0, 4288.0, 4283.0, 4313.0, 4295.0, 4325.0, 4305.0, 4319.0, 4345.0, 4272.0, 4316.0, 4282.0, 4299.0, 4269.0, 4287.0, 4256.0, 4280.0, 4281.0, 4267.0, 4275.0, 4272.0, 4289.0, 4272.0, 4298.0, 4292.0, 4281.0, 4275.0, 4274.0, 4302.0, 4283.0, 4327.0, 4302.0, 4302.0, 4322.0, 4277.0, 4299.0, 4267.0, 4275.0, 4318.0, 4254.0, 4274.0, 4254.0, 4228.0, 4193.0, 4243.0, 4245.0, 4251.0, 4246.0, 4262.0, 4235.0, 4256.0, 4255.0, 4305.0, 4275.0, 4306.0, 4286.0, 4285.0, 4294.0, 4269.0, 4259.0, 4290.0, 4258.0, 4266.0, 4242.0, 4221.0, 4261.0, 4189.0, 4210.0, 4200.0, 4204.0, 4252.0, 4202.0, 4243.0, 4218.0, 4237.0, 4212.0, 4213.0, 4205.0, 4224.0, 4205.0, 4228.0, 4232.0, 4276.0, 4257.0, 4298.0, 4280.0, 4306.0, 4279.0, 4307.0, 4264.0, 4265.0, 4292.0, 4239.0, 4285.0, 4263.0, 4263.0, 4293.0, 4248.0, 4275.0, 4218.0, 4238.0, 4258.0, 4240.0, 4251.0, 4244.0, 4254.0, 4266.0, 4264.0, 4276.0, 4281.0, 4269.0, 4314.0, 4342.0, 4296.0, 4352.0, 4311.0, 4363.0, 4331.0, 4368.0, 4338.0, 4344.0, 4354.0, 4304.0, 4331.0, 4329.0, 4307.0, 4315.0, 4259.0, 4270.0, 4291.0, 4253.0, 4292.0, 4242.0, 4295.0, 4264.0, 4253.0, 4292.0, 4253.0, 4286.0, 4257.0, 4288.0], 'WindowWidth': [9607.0, 9588.0, 9593.0, 9511.0, 9540.0, 9487.0, 9506.0, 9497.0, 9503.0, 9474.0, 9467.0, 9468.0, 9489.0, 9482.0, 9466.0, 9494.0, 9478.0, 9478.0, 9467.0, 9499.0, 9518.0, 9521.0, 9474.0, 9500.0, 9520.0, 9524.0, 9562.0, 9525.0, 9518.0, 9513.0, 9501.0, 9524.0, 9500.0, 9529.0, 9475.0, 9521.0, 9466.0, 9482.0, 9490.0, 9467.0, 9525.0, 9452.0, 9484.0, 9499.0, 9445.0, 9513.0, 9446.0, 9490.0, 9413.0, 9413.0, 9399.0, 9420.0, 9419.0, 9449.0, 9421.0, 9459.0, 9462.0, 9426.0, 9486.0, 9425.0, 9472.0, 9450.0, 9448.0, 9428.0, 9449.0, 9451.0, 9471.0, 9489.0, 9466.0, 9498.0, 9499.0, 9448.0, 9506.0, 9430.0, 9448.0, 9484.0, 9443.0, 9434.0, 9503.0, 9455.0, 9477.0, 9463.0, 9475.0, 9445.0, 9449.0, 9445.0, 9488.0, 9498.0, 9496.0, 9472.0, 9511.0, 9541.0, 9517.0, 9517.0, 9488.0, 9497.0, 9447.0, 9457.0, 9521.0, 9476.0, 9490.0, 9463.0, 9453.0, 9455.0, 9476.0, 9481.0, 9473.0, 9528.0, 9490.0, 9490.0, 9454.0, 9472.0, 9499.0, 9495.0, 9496.0, 9489.0, 9481.0, 9487.0, 9473.0, 9548.0, 9562.0, 9550.0, 9565.0, 9514.0, 9529.0, 9525.0, 9567.0, 9522.0, 9575.0, 9484.0, 9515.0, 9546.0, 9488.0, 9566.0, 9470.0, 9528.0, 9475.0, 9475.0, 9555.0, 9482.0, 9502.0, 9481.0, 9503.0, 9453.0, 9457.0, 9442.0, 9434.0, 9492.0, 9474.0, 9510.0, 9489.0, 9444.0, 9494.0, 9413.0, 9444.0, 9411.0, 9417.0, 9487.0, 9432.0, 9448.0, 9439.0, 9413.0, 9479.0, 9439.0, 9452.0, 9434.0, 9443.0, 9420.0, 9436.0, 9415.0, 9408.0, 9492.0, 9424.0, 9476.0, 9406.0, 9420.0, 9418.0, 9425.0, 9400.0, 9416.0, 9417.0, 9442.0, 9448.0, 9435.0, 9487.0, 9483.0, 9447.0, 9492.0, 9498.0, 9462.0, 9472.0, 9460.0, 9479.0, 9446.0, 9484.0, 9468.0, 9472.0, 9504.0, 9477.0, 9523.0, 9484.0, 9500.0, 9523.0, 9483.0, 9530.0, 9482.0, 9516.0, 9454.0, 9473.0, 9438.0, 9464.0, 9517.0, 9461.0, 9474.0, 9452.0, 9443.0, 9421.0, 9427.0, 9417.0, 9463.0, 9514.0, 9428.0, 9472.0, 9507.0, 9475.0, 9502.0, 9457.0, 9469.0, 9518.0, 9451.0, 9502.0, 9450.0, 9483.0, 9452.0, 9453.0, 9457.0, 9474.0, 9433.0, 9436.0, 9511.0, 9451.0, 9497.0, 9414.0, 9431.0, 9441.0, 9434.0, 9473.0, 9433.0, 9436.0, 9429.0, 9421.0, 9431.0, 9452.0, 9461.0, 9477.0, 9462.0, 9460.0, 9487.0, 9465.0, 9491.0, 9485.0, 9487.0, 9495.0, 9505.0, 9501.0, 9568.0, 9509.0, 9497.0, 9548.0, 9461.0, 9519.0, 9441.0, 9473.0, 9539.0, 9471.0, 9532.0, 9494.0, 9450.0, 9518.0, 9420.0, 9429.0, 9414.0, 9438.0, 9449.0, 9439.0, 9463.0, 9423.0, 9471.0, 9516.0, 9445.0, 9493.0, 9451.0, 9470.0, 9485.0, 9422.0, 9458.0, 9420.0, 9453.0, 9420.0, 9423.0, 9464.0, 9461.0, 9469.0, 9475.0, 9479.0, 9439.0, 9478.0, 9459.0, 9446.0, 9445.0, 9482.0, 9471.0, 9501.0, 9472.0, 9512.0, 9453.0, 9495.0, 9536.0, 9505.0, 9535.0, 9459.0, 9472.0, 9438.0, 9456.0, 9521.0, 9445.0, 9493.0, 9457.0, 9476.0, 9484.0, 9482.0, 9463.0, 9464.0, 9467.0, 9447.0, 9475.0, 9467.0, 9512.0, 9495.0, 9502.0, 9489.0, 9489.0, 9470.0, 9503.0, 9538.0, 9487.0, 9541.0, 9471.0, 9472.0, 9440.0, 9472.0, 9536.0, 9457.0, 9522.0, 9461.0, 9489.0, 9540.0, 9439.0, 9525.0, 9441.0, 9422.0, 9492.0, 9462.0, 9460.0, 9395.0, 9405.0, 9451.0, 9392.0, 9436.0, 9411.0, 9428.0, 9446.0, 9394.0, 9402.0, 9404.0, 9415.0, 9406.0, 9423.0, 9418.0, 9454.0, 9437.0, 9468.0, 9411.0, 9426.0, 9450.0, 9411.0, 9422.0, 9411.0, 9448.0, 9396.0, 9412.0, 9400.0, 9430.0, 9396.0, 9437.0, 9405.0, 9457.0, 9503.0, 9438.0, 9465.0, 9427.0, 9472.0, 9493.0, 9440.0, 9494.0, 9451.0, 9491.0, 9464.0, 9453.0, 9502.0, 9448.0, 9480.0, 9456.0, 9470.0, 9463.0, 9466.0, 9485.0, 9451.0, 9510.0, 9500.0, 9451.0, 9522.0, 9441.0, 9482.0, 9508.0, 9505.0, 9549.0, 9470.0, 9507.0, 9484.0, 9544.0, 9492.0, 9530.0, 9467.0, 9520.0, 9461.0, 9513.0, 9519.0, 9437.0, 9508.0, 9436.0, 9454.0, 9514.0, 9436.0, 9485.0, 9414.0, 9454.0, 9503.0, 9445.0, 9503.0, 9463.0, 9453.0, 9440.0, 9455.0, 9452.0, 9440.0, 9486.0, 9436.0, 9478.0, 9453.0, 9495.0, 9446.0, 9435.0, 9469.0, 9443.0, 9501.0, 9445.0, 9499.0, 9396.0, 9427.0, 9499.0, 9415.0, 9436.0, 9429.0, 9446.0, 9476.0, 9410.0, 9446.0, 9388.0, 9408.0, 9425.0, 9408.0, 9438.0, 9392.0, 9406.0, 9434.0, 9391.0, 9406.0, 9428.0, 9412.0, 9440.0, 9396.0, 9417.0, 9457.0, 9436.0, 9450.0, 9425.0, 9454.0, 9464.0, 9457.0, 9501.0, 9469.0, 9458.0, 9520.0, 9425.0, 9471.0, 9458.0, 9484.0, 9459.0, 9473.0, 9467.0, 9488.0, 9494.0, 9513.0, 9465.0, 9479.0, 9446.0, 9479.0, 9444.0, 9465.0, 9504.0, 9488.0, 9509.0, 9473.0, 9509.0, 9488.0, 9483.0, 9489.0, 9463.0, 9487.0, 9456.0, 9477.0, 9461.0, 9469.0, 9488.0, 9476.0, 9497.0, 9491.0, 9505.0, 9479.0, 9495.0, 9480.0, 9494.0, 9528.0, 9464.0, 9522.0, 9474.0, 9519.0, 9430.0, 9477.0, 9547.0, 9444.0, 9510.0, 9434.0, 9467.0, 9529.0, 9428.0, 9469.0, 9503.0, 9431.0, 9486.0, 9460.0, 9455.0, 9490.0, 9459.0, 9433.0, 9393.0, 9353.0, 9362.0, 9422.0, 9413.0, 9396.0, 9448.0, 9494.0, 9455.0, 9440.0, 9483.0, 9491.0, 9491.0, 9449.0, 9529.0, 9477.0, 9521.0, 9500.0, 9500.0, 9489.0, 9439.0, 9455.0, 9416.0, 9441.0, 9377.0, 9392.0, 9399.0, 9370.0, 9352.0, 9361.0, 9329.0, 9344.0, 9356.0, 9366.0, 9436.0, 9381.0, 9395.0, 9385.0, 9418.0, 9382.0, 9410.0, 9380.0, 9436.0, 9395.0, 9443.0, 9377.0, 9447.0, 9419.0, 9445.0, 9475.0, 9420.0, 9437.0, 9411.0, 9439.0, 9400.0, 9439.0, 9406.0, 9429.0, 9404.0, 9452.0, 9397.0, 9464.0, 9396.0, 9456.0, 9425.0, 9420.0, 9428.0, 9418.0, 9445.0, 9377.0, 9427.0, 9354.0, 9424.0, 9354.0, 9408.0, 9395.0, 9424.0, 9391.0, 9455.0, 9393.0, 9391.0, 9378.0, 9398.0, 9418.0, 9415.0, 9419.0, 9450.0, 9439.0, 9405.0, 9442.0, 9406.0, 9419.0, 9411.0, 9432.0, 9414.0, 9435.0, 9436.0, 9458.0, 9453.0, 9460.0, 9500.0, 9452.0, 9451.0, 9462.0, 9445.0, 9477.0, 9480.0, 9477.0, 9470.0, 9450.0, 9527.0, 9469.0, 9491.0, 9455.0, 9463.0, 9496.0, 9475.0, 9487.0, 9462.0, 9466.0, 9464.0, 9431.0, 9468.0, 9512.0, 9465.0, 9502.0, 9454.0, 9463.0, 9459.0, 9461.0, 9496.0, 9483.0, 9474.0, 9466.0, 9483.0, 9460.0, 9510.0, 9527.0, 9485.0, 9519.0, 9484.0, 9528.0, 9533.0, 9526.0, 9535.0, 9524.0, 9584.0, 9516.0, 9533.0, 9442.0, 9490.0, 9504.0, 9434.0, 9448.0, 9413.0, 9450.0, 9465.0, 9438.0, 9473.0, 9453.0, 9497.0, 9469.0, 9461.0, 9483.0, 9494.0, 9481.0, 9486.0, 9484.0, 9525.0, 9501.0, 9542.0, 9516.0, 9541.0, 9573.0, 9467.0, 9518.0, 9478.0, 9494.0, 9452.0, 9475.0, 9434.0, 9473.0, 9475.0, 9454.0, 9462.0, 9462.0, 9481.0, 9463.0, 9495.0, 9495.0, 9474.0, 9472.0, 9473.0, 9509.0, 9484.0, 9548.0, 9507.0, 9506.0, 9533.0, 9463.0, 9498.0, 9449.0, 9458.0, 9521.0, 9419.0, 9446.0, 9422.0, 9375.0, 9321.0, 9391.0, 9411.0, 9410.0, 9417.0, 9431.0, 9397.0, 9415.0, 9419.0, 9492.0, 9446.0, 9496.0, 9455.0, 9460.0, 9481.0, 9425.0, 9413.0, 9463.0, 9411.0, 9421.0, 9375.0, 9347.0, 9404.0, 9300.0, 9331.0, 9318.0, 9330.0, 9391.0, 9328.0, 9383.0, 9360.0, 9391.0, 9346.0, 9350.0, 9340.0, 9364.0, 9342.0, 9377.0, 9392.0, 9459.0, 9443.0, 9494.0, 9473.0, 9500.0, 9465.0, 9504.0, 9435.0, 9437.0, 9471.0, 9397.0, 9467.0, 9428.0, 9432.0, 9472.0, 9408.0, 9450.0, 9367.0, 9393.0, 9418.0, 9400.0, 9413.0, 9411.0, 9421.0, 9444.0, 9443.0, 9466.0, 9468.0, 9458.0, 9532.0, 9575.0, 9513.0, 9585.0, 9526.0, 9601.0, 9552.0, 9611.0, 9559.0, 9569.0, 9589.0, 9501.0, 9546.0, 9538.0, 9503.0, 9516.0, 9424.0, 9442.0, 9470.0, 9425.0, 9474.0, 9409.0, 9486.0, 9445.0, 9430.0, 9477.0, 9428.0, 9476.0, 9436.0, 9478.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.014946130884041326</td></tr>
<tr><td colspan=3>aqi</td><td>0.07336079965556831</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.67078538193107</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2591818604367808</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1440008295862076</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>8066.1733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21066360897365166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>295</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.869115958668196</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4385165303428575</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.318333762908434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634719573547027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3624962545731107</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020735252648591995</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027055462822318077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.196835915085558</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>26.76</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.939</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.3077</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.9221</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.9775</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3559.4747</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.3793</td></tr>
<tr><td colspan=3>tsnr</td><td>25.006209479179233</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>