ds005256-mriqc/sub-0056_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 4ab051eaec [DATALAD RUNCMD] Compute MRIQC for sub-0056
=== 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-0056 --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-0056",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:40:31 +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-0056_ses-03_task-social_acq-mb8_run-01_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-0056_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-01_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-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-01_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>e753c88a83b607980f607d842670c1b6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:33:48.620000</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.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0842085</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>256c2414-a527-4330-8a57-7ae6734313e5||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.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [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': ['183348.620000', '183349.080000', '183349.540000', '183350.000000', '183350.460000', '183350.920000', '183351.380000', '183351.840000', '183352.300000', '183352.760000', '183353.220000', '183353.680000', '183354.140000', '183354.600000', '183355.060000', '183355.520000', '183355.980000', '183356.440000', '183356.900000', '183357.360000', '183357.820000', '183358.280000', '183358.740000', '183359.200000', '183359.660000', '183400.120000', '183400.580000', '183401.040000', '183401.500000', '183401.960000', '183402.420000', '183402.880000', '183403.340000', '183403.800000', '183404.260000', '183404.720000', '183405.180000', '183405.640000', '183406.100000', '183406.560000', '183407.020000', '183407.480000', '183407.940000', '183408.400000', '183408.860000', '183409.320000', '183409.780000', '183410.240000', '183410.700000', '183411.160000', '183411.620000', '183412.080000', '183412.540000', '183413.000000', '183413.460000', '183413.920000', '183414.380000', '183414.840000', '183415.300000', '183415.760000', '183416.220000', '183416.680000', '183417.140000', '183417.600000', '183418.060000', '183418.520000', '183418.980000', '183419.440000', '183419.900000', '183420.360000', '183420.820000', '183421.280000', '183421.740000', '183422.200000', '183422.660000', '183423.120000', '183423.580000', '183424.040000', '183424.500000', '183424.960000', '183425.420000', '183425.880000', '183426.340000', '183426.800000', '183427.260000', '183427.720000', '183428.180000', '183428.640000', '183429.100000', '183429.560000', '183430.020000', '183430.480000', '183430.940000', '183431.400000', '183431.860000', '183432.320000', '183432.780000', '183433.240000', '183433.700000', '183434.160000', '183434.620000', '183435.080000', '183435.540000', '183436.000000', '183436.460000', '183436.920000', '183437.380000', '183437.840000', '183438.300000', '183438.760000', '183439.220000', '183439.680000', '183440.140000', '183440.600000', '183441.060000', '183441.520000', '183441.980000', '183442.440000', '183442.900000', '183443.360000', '183443.820000', '183444.280000', '183444.740000', '183445.200000', '183445.660000', '183446.120000', '183446.580000', '183447.040000', '183447.500000', '183447.960000', '183448.420000', '183448.880000', '183449.340000', '183449.800000', '183450.260000', '183450.720000', '183451.180000', '183451.640000', '183452.100000', '183452.560000', '183453.020000', '183453.480000', '183453.940000', '183454.400000', '183454.860000', '183455.320000', '183455.780000', '183456.240000', '183456.700000', '183457.160000', '183457.620000', '183458.080000', '183458.540000', '183459.000000', '183459.460000', '183459.920000', '183500.380000', '183500.840000', '183501.300000', '183501.760000', '183502.220000', '183502.680000', '183503.140000', '183503.600000', '183504.060000', '183504.520000', '183504.980000', '183505.440000', '183505.900000', '183506.360000', '183506.820000', '183507.280000', '183507.740000', '183508.200000', '183508.660000', '183509.120000', '183509.580000', '183510.040000', '183510.500000', '183510.960000', '183511.420000', '183511.880000', '183512.340000', '183512.800000', '183513.260000', '183513.720000', '183514.180000', '183514.640000', '183515.100000', '183515.560000', '183516.020000', '183516.480000', '183516.940000', '183517.400000', '183517.860000', '183518.320000', '183518.780000', '183519.240000', '183519.700000', '183520.160000', '183520.620000', '183521.080000', '183521.540000', '183522.000000', '183522.460000', '183522.920000', '183523.380000', '183523.840000', '183524.300000', '183524.760000', '183525.220000', '183525.680000', '183526.140000', '183526.600000', '183527.060000', '183527.520000', '183527.980000', '183528.440000', '183528.900000', '183529.360000', '183529.820000', '183530.280000', '183530.740000', '183531.200000', '183531.660000', '183532.120000', '183532.580000', '183533.040000', '183533.500000', '183533.960000', '183534.420000', '183534.880000', '183535.340000', '183535.800000', '183536.260000', '183536.720000', '183537.180000', '183537.640000', '183538.100000', '183538.560000', '183539.020000', '183539.480000', '183539.940000', '183540.400000', '183540.860000', '183541.320000', '183541.780000', '183542.240000', '183542.700000', '183543.160000', '183543.620000', '183544.080000', '183544.540000', '183545.000000', '183545.460000', '183545.920000', '183546.380000', '183546.840000', '183547.300000', '183547.760000', '183548.220000', '183548.680000', '183549.140000', '183549.600000', '183550.060000', '183550.520000', '183550.980000', '183551.440000', '183551.900000', '183552.360000', '183552.820000', '183553.280000', '183553.740000', '183554.200000', '183554.660000', '183555.120000', '183555.580000', '183556.040000', '183556.500000', '183556.960000', '183557.420000', '183557.880000', '183558.340000', '183558.800000', '183559.260000', '183559.720000', '183600.180000', '183600.640000', '183601.100000', '183601.560000', '183602.020000', '183602.480000', '183602.940000', '183603.400000', '183603.860000', '183604.320000', '183604.780000', '183605.240000', '183605.700000', '183606.160000', '183606.620000', '183607.080000', '183607.540000', '183608.000000', '183608.460000', '183608.920000', '183609.380000', '183609.840000', '183610.300000', '183610.760000', '183611.220000', '183611.680000', '183612.140000', '183612.600000', '183613.060000', '183613.520000', '183613.980000', '183614.440000', '183614.900000', '183615.360000', '183615.820000', '183616.280000', '183616.740000', '183617.200000', '183617.660000', '183618.120000', '183618.580000', '183619.040000', '183619.500000', '183619.960000', '183620.420000', '183620.880000', '183621.340000', '183621.800000', '183622.260000', '183622.720000', '183623.180000', '183623.640000', '183624.100000', '183624.560000', '183625.020000', '183625.480000', '183625.940000', '183626.400000', '183626.860000', '183627.320000', '183627.780000', '183628.240000', '183628.700000', '183629.160000', '183629.620000', '183630.080000', '183630.540000', '183631.000000', '183631.460000', '183631.920000', '183632.380000', '183632.840000', '183633.300000', '183633.760000', '183634.220000', '183634.680000', '183635.140000', '183635.600000', '183636.060000', '183636.520000', '183636.980000', '183637.440000', '183637.900000', '183638.360000', '183638.820000', '183639.280000', '183639.740000', '183640.200000', '183640.660000', '183641.120000', '183641.580000', '183642.040000', '183642.500000', '183642.960000', '183643.420000', '183643.880000', '183644.340000', '183644.800000', '183645.260000', '183645.720000', '183646.180000', '183646.640000', '183647.100000', '183647.560000', '183648.020000', '183648.480000', '183648.940000', '183649.400000', '183649.860000', '183650.320000', '183650.780000', '183651.240000', '183651.700000', '183652.160000', '183652.620000', '183653.080000', '183653.540000', '183654.000000', '183654.460000', '183654.920000', '183655.380000', '183655.840000', '183656.300000', '183656.760000', '183657.220000', '183657.680000', '183658.140000', '183658.600000', '183659.060000', '183659.520000', '183659.980000', '183700.440000', '183700.900000', '183701.360000', '183701.820000', '183702.280000', '183702.740000', '183703.200000', '183703.660000', '183704.120000', '183704.580000', '183705.040000', '183705.500000', '183705.960000', '183706.420000', '183706.880000', '183707.340000', '183707.800000', '183708.260000', '183708.720000', '183709.180000', '183709.640000', '183710.100000', '183710.560000', '183711.020000', '183711.480000', '183711.940000', '183712.400000', '183712.860000', '183713.320000', '183713.780000', '183714.240000', '183714.700000', '183715.160000', '183715.620000', '183716.080000', '183716.540000', '183717.000000', '183717.460000', '183717.920000', '183718.380000', '183718.840000', '183719.300000', '183719.760000', '183720.220000', '183720.680000', '183721.140000', '183721.600000', '183722.060000', '183722.520000', '183722.980000', '183723.440000', '183723.900000', '183724.360000', '183724.820000', '183725.280000', '183725.740000', '183726.200000', '183726.660000', '183727.120000', '183727.580000', '183728.040000', '183728.500000', '183728.960000', '183729.420000', '183729.880000', '183730.340000', '183730.800000', '183731.260000', '183731.720000', '183732.180000', '183732.640000', '183733.100000', '183733.560000', '183734.020000', '183734.480000', '183734.940000', '183735.400000', '183735.860000', '183736.320000', '183736.780000', '183737.240000', '183737.700000', '183738.160000', '183738.620000', '183739.080000', '183739.540000', '183740.000000', '183740.460000', '183740.920000', '183741.380000', '183741.840000', '183742.300000', '183742.760000', '183743.220000', '183743.680000', '183744.140000', '183744.600000', '183745.060000', '183745.520000', '183745.980000', '183746.440000', '183746.900000', '183747.360000', '183747.820000', '183748.280000', '183748.740000', '183749.200000', '183749.660000', '183750.120000', '183750.580000', '183751.040000', '183751.500000', '183751.960000', '183752.420000', '183752.880000', '183753.340000', '183753.800000', '183754.260000', '183754.720000', '183755.180000', '183755.640000', '183756.100000', '183756.560000', '183757.020000', '183757.480000', '183757.940000', '183758.400000', '183758.860000', '183759.320000', '183759.780000', '183800.240000', '183800.700000', '183801.160000', '183801.620000', '183802.080000', '183802.540000', '183803.000000', '183803.460000', '183803.920000', '183804.380000', '183804.840000', '183805.300000', '183805.760000', '183806.220000', '183806.680000', '183807.140000', '183807.600000', '183808.060000', '183808.520000', '183808.980000', '183809.440000', '183809.900000', '183810.360000', '183810.820000', '183811.280000', '183811.740000', '183812.200000', '183812.660000', '183813.120000', '183813.580000', '183814.040000', '183814.500000', '183814.960000', '183815.420000', '183815.880000', '183816.340000', '183816.800000', '183817.260000', '183817.720000', '183818.180000', '183818.640000', '183819.100000', '183819.560000', '183820.020000', '183820.480000', '183820.940000', '183821.400000', '183821.860000', '183822.320000', '183822.780000', '183823.240000', '183823.700000', '183824.160000', '183824.620000', '183825.080000', '183825.540000', '183826.000000', '183826.460000', '183826.920000', '183827.380000', '183827.840000', '183828.300000', '183828.760000', '183829.220000', '183829.680000', '183830.140000', '183830.600000', '183831.060000', '183831.520000', '183831.980000', '183832.440000', '183832.900000', '183833.360000', '183833.820000', '183834.280000', '183834.740000', '183835.200000', '183835.660000', '183836.120000', '183836.580000', '183837.040000', '183837.500000', '183837.960000', '183838.420000', '183838.880000', '183839.340000', '183839.800000', '183840.260000', '183840.720000', '183841.180000', '183841.640000', '183842.100000', '183842.560000', '183843.020000', '183843.480000', '183843.940000', '183844.400000', '183844.860000', '183845.320000', '183845.780000', '183846.240000', '183846.700000', '183847.160000', '183847.620000', '183848.080000', '183848.540000', '183849.000000', '183849.460000', '183849.920000', '183850.380000', '183850.840000', '183851.300000', '183851.760000', '183852.220000', '183852.680000', '183853.140000', '183853.600000', '183854.060000', '183854.520000', '183854.980000', '183855.440000', '183855.900000', '183856.360000', '183856.820000', '183857.280000', '183857.740000', '183858.200000', '183858.660000', '183859.120000', '183859.580000', '183900.040000', '183900.500000', '183900.960000', '183901.420000', '183901.880000', '183902.340000', '183902.800000', '183903.260000', '183903.720000', '183904.180000', '183904.640000', '183905.100000', '183905.560000', '183906.020000', '183906.480000', '183906.940000', '183907.400000', '183907.860000', '183908.320000', '183908.780000', '183909.240000', '183909.700000', '183910.160000', '183910.620000', '183911.080000', '183911.540000', '183912.000000', '183912.460000', '183912.920000', '183913.380000', '183913.840000', '183914.300000', '183914.760000', '183915.220000', '183915.680000', '183916.140000', '183916.600000', '183917.060000', '183917.520000', '183917.980000', '183918.440000', '183918.900000', '183919.360000', '183919.820000', '183920.280000', '183920.740000', '183921.200000', '183921.660000', '183922.120000', '183922.580000', '183923.040000', '183923.500000', '183923.960000', '183924.420000', '183924.880000', '183925.340000', '183925.800000', '183926.260000', '183926.720000', '183927.180000', '183927.640000', '183928.100000', '183928.560000', '183929.020000', '183929.480000', '183929.940000', '183930.400000', '183930.860000', '183931.320000', '183931.780000', '183932.240000', '183932.700000', '183933.160000', '183933.620000', '183934.080000', '183934.540000', '183935.000000', '183935.460000', '183935.920000', '183936.380000', '183936.840000', '183937.300000', '183937.760000', '183938.220000', '183938.680000', '183939.140000', '183939.600000', '183940.060000', '183940.520000', '183940.980000', '183941.440000', '183941.900000', '183942.360000', '183942.820000', '183943.280000', '183943.740000', '183944.200000', '183944.660000', '183945.120000', '183945.580000', '183946.040000', '183946.500000', '183946.960000', '183947.420000', '183947.880000', '183948.340000', '183948.800000', '183949.260000', '183949.720000', '183950.180000', '183950.640000', '183951.100000', '183951.560000', '183952.020000', '183952.480000', '183952.940000', '183953.400000', '183953.860000', '183954.320000', '183954.780000', '183955.240000', '183955.700000', '183956.160000', '183956.620000', '183957.080000', '183957.540000', '183958.000000', '183958.460000', '183958.920000', '183959.380000', '183959.840000', '184000.300000', '184000.760000', '184001.220000', '184001.680000', '184002.140000', '184002.600000', '184003.060000', '184003.520000', '184003.980000', '184004.440000', '184004.900000', '184005.360000', '184005.820000', '184006.280000', '184006.740000', '184007.200000', '184007.660000', '184008.120000', '184008.580000', '184009.040000', '184009.500000', '184009.960000', '184010.420000', '184010.880000', '184011.340000', '184011.800000', '184012.260000', '184012.720000', '184013.180000', '184013.640000', '184014.100000', '184014.560000', '184015.020000', '184015.480000', '184015.940000', '184016.400000', '184016.860000', '184017.320000', '184017.780000', '184018.240000', '184018.700000', '184019.160000', '184019.620000', '184020.080000', '184020.540000', '184021.000000', '184021.460000', '184021.920000', '184022.380000', '184022.840000', '184023.300000', '184023.760000', '184024.220000', '184024.680000', '184025.140000', '184025.600000', '184026.060000', '184026.520000', '184026.980000', '184027.440000', '184027.900000', '184028.360000', '184028.820000', '184029.280000'], 'ContentTime': ['183416.979000', '183416.982000', '183416.985000', '183416.987000', '183416.990000', '183416.993000', '183416.995000', '183416.998000', '183417.002000', '183417.004000', '183417.007000', '183417.010000', '183417.012000', '183417.015000', '183417.018000', '183417.020000', '183417.023000', '183417.025000', '183417.032000', '183417.035000', '183417.038000', '183417.040000', '183417.043000', '183417.046000', '183417.048000', '183417.051000', '183417.053000', '183417.065000', '183417.068000', '183417.070000', '183417.073000', '183417.076000', '183417.078000', '183417.081000', '183417.083000', '183417.086000', '183417.089000', '183417.092000', '183417.094000', '183417.097000', '183417.100000', '183417.102000', '183417.105000', '183417.108000', '183417.110000', '183417.113000', '183417.115000', '183417.118000', '183417.121000', '183417.123000', '183417.126000', '183417.128000', '183417.131000', '183417.134000', '183417.136000', '183417.139000', '183417.141000', '183417.144000', '183417.147000', '183417.149000', '183436.955000', '183436.958000', '183436.961000', '183436.963000', '183436.966000', '183436.969000', '183436.971000', '183436.975000', '183436.977000', '183436.980000', '183436.983000', '183436.985000', '183436.988000', '183436.991000', '183436.993000', '183436.996000', '183436.998000', '183437.002000', '183437.005000', '183437.007000', '183437.010000', '183437.012000', '183437.015000', '183437.018000', '183437.020000', '183437.023000', '183437.025000', '183437.028000', '183437.031000', '183437.033000', '183437.036000', '183437.039000', '183437.041000', '183437.044000', '183437.046000', '183437.049000', '183437.052000', '183437.054000', '183437.057000', '183437.059000', '183437.062000', '183437.064000', '183437.067000', '183456.956000', '183456.958000', '183456.961000', '183456.964000', '183456.966000', '183456.969000', '183456.971000', '183456.974000', '183456.977000', '183456.979000', '183456.982000', '183456.984000', '183456.987000', '183456.990000', '183456.992000', '183456.995000', '183456.997000', '183457.001000', '183457.004000', '183457.006000', '183457.009000', '183457.011000', '183457.014000', '183457.017000', '183457.019000', '183457.022000', '183457.024000', '183457.027000', '183457.029000', '183457.032000', '183457.035000', '183457.037000', '183457.040000', '183457.042000', '183457.045000', '183457.048000', '183457.050000', '183457.053000', '183457.056000', '183457.058000', '183457.061000', '183457.063000', '183457.066000', '183457.068000', '183516.955000', '183516.958000', '183516.961000', '183516.963000', '183516.966000', '183516.969000', '183516.971000', '183516.974000', '183516.976000', '183516.979000', '183516.982000', '183516.984000', '183516.987000', '183516.989000', '183516.992000', '183516.995000', '183516.997000', '183517.000000', '183517.003000', '183517.005000', '183517.008000', '183517.010000', '183517.013000', '183517.016000', '183517.018000', '183517.021000', '183517.024000', '183517.026000', '183517.029000', '183517.031000', '183517.034000', '183517.037000', '183517.039000', '183517.042000', '183517.045000', '183517.047000', '183517.050000', '183517.053000', '183517.055000', '183517.058000', '183517.060000', '183517.063000', '183517.066000', '183536.955000', '183536.959000', '183536.961000', '183536.982000', '183536.985000', '183536.987000', '183536.990000', '183536.992000', '183536.995000', '183536.998000', '183537.001000', '183537.004000', '183537.007000', '183537.009000', '183537.012000', '183537.015000', '183537.017000', '183537.020000', '183537.022000', '183537.025000', '183537.027000', '183537.030000', '183537.033000', '183537.035000', '183537.038000', '183537.041000', '183537.043000', '183537.046000', '183537.048000', '183537.051000', '183537.053000', '183537.056000', '183537.059000', '183537.061000', '183537.064000', '183537.066000', '183537.069000', '183537.072000', '183537.074000', '183537.077000', '183537.079000', '183537.082000', '183537.084000', '183537.087000', '183556.955000', '183556.958000', '183556.961000', '183556.963000', '183556.966000', '183556.969000', '183556.983000', '183556.986000', '183556.989000', '183556.992000', '183556.995000', '183556.997000', '183557.001000', '183557.004000', '183557.006000', '183557.009000', '183557.011000', '183557.015000', '183557.018000', '183557.020000', '183557.023000', '183557.025000', '183557.028000', '183557.031000', '183557.033000', '183557.036000', '183557.038000', '183557.041000', '183557.044000', '183557.046000', '183557.049000', '183557.051000', '183557.054000', '183557.057000', '183557.059000', '183557.062000', '183557.064000', '183557.067000', '183557.070000', '183557.072000', '183557.075000', '183557.078000', '183557.080000', '183616.956000', '183616.958000', '183616.961000', '183616.964000', '183616.966000', '183616.969000', '183616.972000', '183616.974000', '183616.977000', '183616.980000', '183616.982000', '183616.985000', '183616.987000', '183616.990000', '183616.993000', '183616.995000', '183616.998000', '183617.001000', '183617.004000', '183617.007000', '183617.009000', '183617.012000', '183617.014000', '183617.017000', '183617.019000', '183617.022000', '183617.025000', '183617.027000', '183617.030000', '183617.032000', '183617.035000', '183617.038000', '183617.040000', '183617.043000', '183617.045000', '183617.048000', '183617.051000', '183617.053000', '183617.056000', '183617.058000', '183617.061000', '183617.064000', '183617.066000', '183617.069000', '183636.955000', '183636.958000', '183636.961000', '183636.963000', '183636.966000', '183636.969000', '183636.971000', '183636.974000', '183636.977000', '183636.979000', '183636.982000', '183636.985000', '183636.987000', '183636.990000', '183636.993000', '183636.995000', '183636.998000', '183637.002000', '183637.004000', '183637.007000', '183637.010000', '183637.012000', '183637.015000', '183637.017000', '183637.020000', '183637.023000', '183637.025000', '183637.028000', '183637.030000', '183637.033000', '183637.035000', '183637.038000', '183637.041000', '183637.043000', '183637.046000', '183637.048000', '183637.051000', '183637.054000', '183637.056000', '183637.059000', '183637.061000', '183637.064000', '183637.066000', '183637.069000', '183656.955000', '183656.958000', '183656.961000', '183656.964000', '183656.967000', '183656.969000', '183656.972000', '183656.974000', '183656.977000', '183656.979000', '183656.982000', '183656.985000', '183656.987000', '183656.990000', '183656.992000', '183656.995000', '183656.998000', '183657.001000', '183657.004000', '183657.007000', '183657.009000', '183657.012000', '183657.015000', '183657.017000', '183657.020000', '183657.022000', '183657.025000', '183657.027000', '183657.030000', '183657.033000', '183657.035000', '183657.038000', '183657.040000', '183657.043000', '183657.046000', '183657.048000', '183657.051000', '183657.053000', '183657.056000', '183657.059000', '183657.061000', '183657.064000', '183657.066000', '183716.956000', '183716.959000', '183716.961000', '183716.964000', '183716.966000', '183716.969000', '183716.972000', '183716.975000', '183716.977000', '183716.980000', '183716.982000', '183716.985000', '183716.988000', '183716.990000', '183716.993000', '183716.995000', '183717.004000', '183717.007000', '183717.009000', '183717.012000', '183717.014000', '183717.017000', '183717.019000', '183717.022000', '183717.025000', '183717.027000', '183717.030000', '183717.033000', '183717.035000', '183717.039000', '183717.041000', '183717.044000', '183717.047000', '183717.050000', '183717.054000', '183717.057000', '183717.060000', '183717.063000', '183717.065000', '183717.068000', '183717.070000', '183717.073000', '183717.076000', '183736.956000', '183736.958000', '183736.969000', '183736.972000', '183736.974000', '183736.977000', '183736.980000', '183736.982000', '183736.985000', '183736.988000', '183736.990000', '183736.993000', '183736.996000', '183736.998000', '183737.001000', '183737.003000', '183737.006000', '183737.009000', '183737.011000', '183737.014000', '183737.017000', '183737.019000', '183737.022000', '183737.025000', '183737.027000', '183737.030000', '183737.033000', '183737.035000', '183737.038000', '183737.040000', '183737.043000', '183737.046000', '183737.048000', '183737.051000', '183737.054000', '183737.056000', '183737.059000', '183737.061000', '183737.064000', '183737.067000', '183737.069000', '183737.072000', '183737.074000', '183737.077000', '183756.955000', '183756.958000', '183756.961000', '183756.963000', '183756.966000', '183756.969000', '183756.971000', '183756.974000', '183756.977000', '183756.979000', '183756.982000', '183756.984000', '183756.987000', '183756.990000', '183756.992000', '183756.995000', '183757.006000', '183757.008000', '183757.011000', '183757.014000', '183757.016000', '183757.019000', '183757.021000', '183757.024000', '183757.027000', '183757.029000', '183757.032000', '183757.034000', '183757.037000', '183757.040000', '183757.042000', '183757.045000', '183757.047000', '183757.050000', '183757.053000', '183757.055000', '183757.058000', '183757.061000', '183757.063000', '183757.066000', '183757.068000', '183757.071000', '183757.074000', '183816.956000', '183816.959000', '183816.961000', '183816.964000', '183816.967000', '183816.969000', '183816.972000', '183816.974000', '183816.977000', '183816.980000', '183816.982000', '183816.985000', '183816.988000', '183816.990000', '183816.993000', '183816.996000', '183816.998000', '183817.002000', '183817.004000', '183817.007000', '183817.010000', '183817.012000', '183817.015000', '183817.017000', '183817.020000', '183817.023000', '183817.025000', '183817.028000', '183817.030000', '183817.033000', '183817.036000', '183817.038000', '183817.041000', '183817.043000', '183817.046000', '183817.048000', '183817.051000', '183817.054000', '183817.056000', '183817.059000', '183817.061000', '183817.064000', '183817.067000', '183817.069000', '183836.955000', '183836.958000', '183836.961000', '183836.964000', '183836.966000', '183836.969000', '183836.971000', '183836.974000', '183836.977000', '183836.979000', '183836.982000', '183836.984000', '183836.987000', '183836.990000', '183836.992000', '183836.995000', '183836.997000', '183837.001000', '183837.004000', '183837.006000', '183837.009000', '183837.011000', '183837.014000', '183837.017000', '183837.019000', '183837.022000', '183837.024000', '183837.027000', '183837.030000', '183837.032000', '183837.035000', '183837.038000', '183837.040000', '183837.043000', '183837.045000', '183837.048000', '183837.051000', '183837.053000', '183837.056000', '183837.059000', '183837.061000', '183837.064000', '183837.067000', '183856.956000', '183856.958000', '183856.961000', '183856.963000', '183856.966000', '183856.969000', '183856.972000', '183856.974000', '183856.977000', '183856.979000', '183856.982000', '183856.985000', '183856.987000', '183857.021000', '183857.023000', '183857.026000', '183857.029000', '183857.031000', '183857.034000', '183857.036000', '183857.039000', '183857.042000', '183857.044000', '183857.047000', '183857.049000', '183857.052000', '183857.055000', '183857.057000', '183857.060000', '183857.063000', '183857.065000', '183857.068000', '183857.071000', '183857.073000', '183857.076000', '183857.078000', '183857.081000', '183857.084000', '183857.086000', '183857.089000', '183857.091000', '183857.094000', '183857.096000', '183857.099000', '183916.955000', '183916.958000', '183916.961000', '183916.964000', '183916.966000', '183916.969000', '183916.972000', '183916.974000', '183916.977000', '183916.979000', '183916.982000', '183916.985000', '183916.993000', '183916.996000', '183916.998000', '183917.002000', '183917.004000', '183917.007000', '183917.010000', '183917.013000', '183917.015000', '183917.018000', '183917.020000', '183917.023000', '183917.026000', '183917.028000', '183917.031000', '183917.034000', '183917.036000', '183917.039000', '183917.042000', '183917.044000', '183917.047000', '183917.049000', '183917.052000', '183917.054000', '183917.057000', '183917.060000', '183917.062000', '183917.065000', '183917.067000', '183917.070000', '183917.073000', '183936.956000', '183936.959000', '183936.961000', '183936.964000', '183936.966000', '183936.969000', '183936.972000', '183936.974000', '183936.977000', '183936.979000', '183936.982000', '183936.985000', '183936.987000', '183936.990000', '183936.993000', '183936.995000', '183936.998000', '183937.002000', '183937.004000', '183937.007000', '183937.010000', '183937.012000', '183937.015000', '183937.017000', '183937.020000', '183937.023000', '183937.025000', '183937.028000', '183937.030000', '183937.033000', '183937.036000', '183937.038000', '183937.041000', '183937.043000', '183937.046000', '183937.048000', '183937.051000', '183937.054000', '183937.057000', '183937.059000', '183937.062000', '183937.065000', '183937.067000', '183937.070000', '183956.956000', '183956.959000', '183956.961000', '183956.964000', '183956.966000', '183956.969000', '183956.972000', '183956.974000', '183956.977000', '183956.979000', '183956.982000', '183956.985000', '183956.987000', '183956.990000', '183956.992000', '183956.995000', '183956.998000', '183957.001000', '183957.003000', '183957.006000', '183957.008000', '183957.011000', '183957.014000', '183957.016000', '183957.019000', '183957.022000', '183957.024000', '183957.027000', '183957.029000', '183957.032000', '183957.035000', '183957.038000', '183957.040000', '183957.043000', '183957.045000', '183957.048000', '183957.051000', '183957.053000', '183957.056000', '183957.058000', '183957.061000', '183957.064000', '183957.067000', '184016.955000', '184016.958000', '184016.961000', '184016.964000', '184016.966000', '184016.969000', '184016.971000', '184016.974000', '184016.977000', '184016.979000', '184016.982000', '184016.985000', '184016.987000', '184016.990000', '184016.992000', '184016.995000', '184016.998000', '184017.001000', '184017.004000', '184017.007000', '184017.009000', '184017.012000', '184017.014000', '184017.028000', '184017.030000', '184017.033000', '184017.036000', '184017.038000', '184017.041000', '184017.043000', '184017.046000', '184017.049000', '184017.051000', '184017.054000', '184017.056000', '184017.059000', '184017.062000', '184017.064000', '184017.067000', '184017.069000', '184017.072000', '184017.074000', '184017.077000', '184017.080000', '184030.202000', '184030.205000', '184030.208000', '184030.210000', '184030.213000', '184030.216000', '184030.219000', '184030.221000', '184030.224000', '184030.227000', '184030.229000', '184030.232000', '184030.235000', '184030.237000', '184030.240000', '184030.243000', '184030.245000', '184030.248000', '184030.251000', '184030.254000', '184030.256000', '184030.259000', '184030.262000', '184030.264000', '184030.267000', '184030.270000', '184030.272000', '184030.275000', '184030.278000'], 'InstanceCreationTime': ['183416.979000', '183416.982000', '183416.985000', '183416.987000', '183416.990000', '183416.993000', '183416.995000', '183416.998000', '183417.002000', '183417.004000', '183417.007000', '183417.010000', '183417.012000', '183417.015000', '183417.018000', '183417.020000', '183417.023000', '183417.025000', '183417.032000', '183417.035000', '183417.038000', '183417.040000', '183417.043000', '183417.046000', '183417.048000', '183417.051000', '183417.053000', '183417.065000', '183417.068000', '183417.070000', '183417.073000', '183417.076000', '183417.078000', '183417.081000', '183417.083000', '183417.086000', '183417.089000', '183417.092000', '183417.094000', '183417.097000', '183417.100000', '183417.102000', '183417.105000', '183417.108000', '183417.110000', '183417.113000', '183417.115000', '183417.118000', '183417.121000', '183417.123000', '183417.126000', '183417.128000', '183417.131000', '183417.134000', '183417.136000', '183417.139000', '183417.141000', '183417.144000', '183417.147000', '183417.149000', '183436.955000', '183436.958000', '183436.961000', '183436.963000', '183436.966000', '183436.969000', '183436.971000', '183436.975000', '183436.977000', '183436.980000', '183436.983000', '183436.985000', '183436.988000', '183436.991000', '183436.993000', '183436.996000', '183436.998000', '183437.002000', '183437.005000', '183437.007000', '183437.010000', '183437.012000', '183437.015000', '183437.018000', '183437.020000', '183437.023000', '183437.025000', '183437.028000', '183437.031000', '183437.033000', '183437.036000', '183437.039000', '183437.041000', '183437.044000', '183437.046000', '183437.049000', '183437.052000', '183437.054000', '183437.057000', '183437.059000', '183437.062000', '183437.064000', '183437.067000', '183456.956000', '183456.958000', '183456.961000', '183456.964000', '183456.966000', '183456.969000', '183456.971000', '183456.974000', '183456.977000', '183456.979000', '183456.982000', '183456.984000', '183456.987000', '183456.990000', '183456.992000', '183456.995000', '183456.997000', '183457.001000', '183457.004000', '183457.006000', '183457.009000', '183457.011000', '183457.014000', '183457.017000', '183457.019000', '183457.022000', '183457.024000', '183457.027000', '183457.029000', '183457.032000', '183457.035000', '183457.037000', '183457.040000', '183457.042000', '183457.045000', '183457.048000', '183457.050000', '183457.053000', '183457.056000', '183457.058000', '183457.061000', '183457.063000', '183457.066000', '183457.068000', '183516.955000', '183516.958000', '183516.961000', '183516.963000', '183516.966000', '183516.969000', '183516.971000', '183516.974000', '183516.976000', '183516.979000', '183516.982000', '183516.984000', '183516.987000', '183516.989000', '183516.992000', '183516.995000', '183516.997000', '183517.000000', '183517.003000', '183517.005000', '183517.008000', '183517.010000', '183517.013000', '183517.016000', '183517.018000', '183517.021000', '183517.024000', '183517.026000', '183517.029000', '183517.031000', '183517.034000', '183517.037000', '183517.039000', '183517.042000', '183517.045000', '183517.047000', '183517.050000', '183517.053000', '183517.055000', '183517.058000', '183517.060000', '183517.063000', '183517.066000', '183536.955000', '183536.959000', '183536.961000', '183536.982000', '183536.985000', '183536.987000', '183536.990000', '183536.992000', '183536.995000', '183536.998000', '183537.001000', '183537.004000', '183537.007000', '183537.009000', '183537.012000', '183537.015000', '183537.017000', '183537.020000', '183537.022000', '183537.025000', '183537.027000', '183537.030000', '183537.033000', '183537.035000', '183537.038000', '183537.041000', '183537.043000', '183537.046000', '183537.048000', '183537.051000', '183537.053000', '183537.056000', '183537.059000', '183537.061000', '183537.064000', '183537.066000', '183537.069000', '183537.072000', '183537.074000', '183537.077000', '183537.079000', '183537.082000', '183537.084000', '183537.087000', '183556.955000', '183556.958000', '183556.961000', '183556.963000', '183556.966000', '183556.969000', '183556.983000', '183556.986000', '183556.989000', '183556.992000', '183556.995000', '183556.997000', '183557.001000', '183557.004000', '183557.006000', '183557.009000', '183557.011000', '183557.015000', '183557.018000', '183557.020000', '183557.023000', '183557.025000', '183557.028000', '183557.031000', '183557.033000', '183557.036000', '183557.038000', '183557.041000', '183557.044000', '183557.046000', '183557.049000', '183557.051000', '183557.054000', '183557.057000', '183557.059000', '183557.062000', '183557.064000', '183557.067000', '183557.070000', '183557.072000', '183557.075000', '183557.078000', '183557.080000', '183616.956000', '183616.958000', '183616.961000', '183616.964000', '183616.966000', '183616.969000', '183616.972000', '183616.974000', '183616.977000', '183616.980000', '183616.982000', '183616.985000', '183616.987000', '183616.990000', '183616.993000', '183616.995000', '183616.998000', '183617.001000', '183617.004000', '183617.007000', '183617.009000', '183617.012000', '183617.014000', '183617.017000', '183617.019000', '183617.022000', '183617.025000', '183617.027000', '183617.030000', '183617.032000', '183617.035000', '183617.038000', '183617.040000', '183617.043000', '183617.045000', '183617.048000', '183617.051000', '183617.053000', '183617.056000', '183617.058000', '183617.061000', '183617.064000', '183617.066000', '183617.069000', '183636.955000', '183636.958000', '183636.961000', '183636.963000', '183636.966000', '183636.969000', '183636.971000', '183636.974000', '183636.977000', '183636.979000', '183636.982000', '183636.985000', '183636.987000', '183636.990000', '183636.993000', '183636.995000', '183636.998000', '183637.002000', '183637.004000', '183637.007000', '183637.010000', '183637.012000', '183637.015000', '183637.017000', '183637.020000', '183637.023000', '183637.025000', '183637.028000', '183637.030000', '183637.033000', '183637.035000', '183637.038000', '183637.041000', '183637.043000', '183637.046000', '183637.048000', '183637.051000', '183637.054000', '183637.056000', '183637.059000', '183637.061000', '183637.064000', '183637.066000', '183637.069000', '183656.955000', '183656.958000', '183656.961000', '183656.964000', '183656.967000', '183656.969000', '183656.972000', '183656.974000', '183656.977000', '183656.979000', '183656.982000', '183656.985000', '183656.987000', '183656.990000', '183656.992000', '183656.995000', '183656.998000', '183657.001000', '183657.004000', '183657.007000', '183657.009000', '183657.012000', '183657.015000', '183657.017000', '183657.020000', '183657.022000', '183657.025000', '183657.027000', '183657.030000', '183657.033000', '183657.035000', '183657.038000', '183657.040000', '183657.043000', '183657.046000', '183657.048000', '183657.051000', '183657.053000', '183657.056000', '183657.059000', '183657.061000', '183657.064000', '183657.066000', '183716.956000', '183716.959000', '183716.961000', '183716.964000', '183716.966000', '183716.969000', '183716.972000', '183716.975000', '183716.977000', '183716.980000', '183716.982000', '183716.985000', '183716.988000', '183716.990000', '183716.993000', '183716.995000', '183717.004000', '183717.007000', '183717.009000', '183717.012000', '183717.014000', '183717.017000', '183717.019000', '183717.022000', '183717.025000', '183717.027000', '183717.030000', '183717.033000', '183717.035000', '183717.039000', '183717.041000', '183717.044000', '183717.047000', '183717.050000', '183717.054000', '183717.057000', '183717.060000', '183717.063000', '183717.065000', '183717.068000', '183717.070000', '183717.073000', '183717.076000', '183736.956000', '183736.958000', '183736.969000', '183736.972000', '183736.974000', '183736.977000', '183736.980000', '183736.982000', '183736.985000', '183736.988000', '183736.990000', '183736.993000', '183736.996000', '183736.998000', '183737.001000', '183737.003000', '183737.006000', '183737.009000', '183737.011000', '183737.014000', '183737.017000', '183737.019000', '183737.022000', '183737.025000', '183737.027000', '183737.030000', '183737.033000', '183737.035000', '183737.038000', '183737.040000', '183737.043000', '183737.046000', '183737.048000', '183737.051000', '183737.054000', '183737.056000', '183737.059000', '183737.061000', '183737.064000', '183737.067000', '183737.069000', '183737.072000', '183737.074000', '183737.077000', '183756.955000', '183756.958000', '183756.961000', '183756.963000', '183756.966000', '183756.969000', '183756.971000', '183756.974000', '183756.977000', '183756.979000', '183756.982000', '183756.984000', '183756.987000', '183756.990000', '183756.992000', '183756.995000', '183757.006000', '183757.008000', '183757.011000', '183757.014000', '183757.016000', '183757.019000', '183757.021000', '183757.024000', '183757.027000', '183757.029000', '183757.032000', '183757.034000', '183757.037000', '183757.040000', '183757.042000', '183757.045000', '183757.047000', '183757.050000', '183757.053000', '183757.055000', '183757.058000', '183757.061000', '183757.063000', '183757.066000', '183757.068000', '183757.071000', '183757.074000', '183816.956000', '183816.959000', '183816.961000', '183816.964000', '183816.967000', '183816.969000', '183816.972000', '183816.974000', '183816.977000', '183816.980000', '183816.982000', '183816.985000', '183816.988000', '183816.990000', '183816.993000', '183816.996000', '183816.998000', '183817.002000', '183817.004000', '183817.007000', '183817.010000', '183817.012000', '183817.015000', '183817.017000', '183817.020000', '183817.023000', '183817.025000', '183817.028000', '183817.030000', '183817.033000', '183817.036000', '183817.038000', '183817.041000', '183817.043000', '183817.046000', '183817.048000', '183817.051000', '183817.054000', '183817.056000', '183817.059000', '183817.061000', '183817.064000', '183817.067000', '183817.069000', '183836.955000', '183836.958000', '183836.961000', '183836.964000', '183836.966000', '183836.969000', '183836.971000', '183836.974000', '183836.977000', '183836.979000', '183836.982000', '183836.984000', '183836.987000', '183836.990000', '183836.992000', '183836.995000', '183836.997000', '183837.001000', '183837.004000', '183837.006000', '183837.009000', '183837.011000', '183837.014000', '183837.017000', '183837.019000', '183837.022000', '183837.024000', '183837.027000', '183837.030000', '183837.032000', '183837.035000', '183837.038000', '183837.040000', '183837.043000', '183837.045000', '183837.048000', '183837.051000', '183837.053000', '183837.056000', '183837.059000', '183837.061000', '183837.064000', '183837.067000', '183856.956000', '183856.958000', '183856.961000', '183856.963000', '183856.966000', '183856.969000', '183856.972000', '183856.974000', '183856.977000', '183856.979000', '183856.982000', '183856.985000', '183856.987000', '183857.021000', '183857.023000', '183857.026000', '183857.029000', '183857.031000', '183857.034000', '183857.036000', '183857.039000', '183857.042000', '183857.044000', '183857.047000', '183857.049000', '183857.052000', '183857.055000', '183857.057000', '183857.060000', '183857.063000', '183857.065000', '183857.068000', '183857.071000', '183857.073000', '183857.076000', '183857.078000', '183857.081000', '183857.084000', '183857.086000', '183857.089000', '183857.091000', '183857.094000', '183857.096000', '183857.099000', '183916.955000', '183916.958000', '183916.961000', '183916.964000', '183916.966000', '183916.969000', '183916.972000', '183916.974000', '183916.977000', '183916.979000', '183916.982000', '183916.985000', '183916.993000', '183916.996000', '183916.998000', '183917.002000', '183917.004000', '183917.007000', '183917.010000', '183917.013000', '183917.015000', '183917.018000', '183917.020000', '183917.023000', '183917.026000', '183917.028000', '183917.031000', '183917.034000', '183917.036000', '183917.039000', '183917.042000', '183917.044000', '183917.047000', '183917.049000', '183917.052000', '183917.054000', '183917.057000', '183917.060000', '183917.062000', '183917.065000', '183917.067000', '183917.070000', '183917.073000', '183936.956000', '183936.959000', '183936.961000', '183936.964000', '183936.966000', '183936.969000', '183936.972000', '183936.974000', '183936.977000', '183936.979000', '183936.982000', '183936.985000', '183936.987000', '183936.990000', '183936.993000', '183936.995000', '183936.998000', '183937.002000', '183937.004000', '183937.007000', '183937.010000', '183937.012000', '183937.015000', '183937.017000', '183937.020000', '183937.023000', '183937.025000', '183937.028000', '183937.030000', '183937.033000', '183937.036000', '183937.038000', '183937.041000', '183937.043000', '183937.046000', '183937.048000', '183937.051000', '183937.054000', '183937.057000', '183937.059000', '183937.062000', '183937.065000', '183937.067000', '183937.070000', '183956.956000', '183956.959000', '183956.961000', '183956.964000', '183956.966000', '183956.969000', '183956.972000', '183956.974000', '183956.977000', '183956.979000', '183956.982000', '183956.985000', '183956.987000', '183956.990000', '183956.992000', '183956.995000', '183956.998000', '183957.001000', '183957.003000', '183957.006000', '183957.008000', '183957.011000', '183957.014000', '183957.016000', '183957.019000', '183957.022000', '183957.024000', '183957.027000', '183957.029000', '183957.032000', '183957.035000', '183957.038000', '183957.040000', '183957.043000', '183957.045000', '183957.048000', '183957.051000', '183957.053000', '183957.056000', '183957.058000', '183957.061000', '183957.064000', '183957.067000', '184016.955000', '184016.958000', '184016.961000', '184016.964000', '184016.966000', '184016.969000', '184016.971000', '184016.974000', '184016.977000', '184016.979000', '184016.982000', '184016.985000', '184016.987000', '184016.990000', '184016.992000', '184016.995000', '184016.998000', '184017.001000', '184017.004000', '184017.007000', '184017.009000', '184017.012000', '184017.014000', '184017.028000', '184017.030000', '184017.033000', '184017.036000', '184017.038000', '184017.041000', '184017.043000', '184017.046000', '184017.049000', '184017.051000', '184017.054000', '184017.056000', '184017.059000', '184017.062000', '184017.064000', '184017.067000', '184017.069000', '184017.072000', '184017.074000', '184017.077000', '184017.080000', '184030.202000', '184030.205000', '184030.208000', '184030.210000', '184030.213000', '184030.216000', '184030.219000', '184030.221000', '184030.224000', '184030.227000', '184030.229000', '184030.232000', '184030.235000', '184030.237000', '184030.240000', '184030.243000', '184030.245000', '184030.248000', '184030.251000', '184030.254000', '184030.256000', '184030.259000', '184030.262000', '184030.264000', '184030.267000', '184030.270000', '184030.272000', '184030.275000', '184030.278000'], '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': [8676, 6686, 6685, 6385, 6344, 6369, 6234, 6682, 6149, 6480, 6542, 6710, 6007, 6605, 5951, 6735, 5981, 6945, 6001, 6574, 5911, 6344, 5975, 6903, 5970, 6292, 5998, 6542, 6204, 6918, 5900, 7065, 6206, 6791, 6393, 7241, 6641, 9310, 6685, 8507, 6523, 8689, 6668, 8420, 6634, 7955, 6681, 7659, 6710, 6926, 6569, 6742, 6474, 6644, 6526, 6827, 5930, 6872, 6634, 7111, 6688, 6675, 6545, 6943, 6681, 8021, 6694, 6732, 6685, 6769, 6526, 7905, 6902, 6682, 6726, 6584, 6301, 7281, 5876, 6485, 5983, 6391, 6533, 6826, 8182, 7208, 6748, 7222, 6782, 6937, 7180, 7060, 6147, 6849, 6060, 6495, 5948, 6705, 5970, 6353, 6131, 6523, 5955, 6551, 6031, 6476, 5965, 6308, 6008, 6573, 5993, 6315, 5960, 6407, 6356, 6570, 6123, 6667, 6533, 6888, 7776, 6821, 8432, 6905, 8920, 6689, 8308, 6728, 6627, 6240, 6457, 7607, 6849, 6697, 6711, 7363, 6788, 8769, 6834, 7248, 6737, 7157, 6782, 6322, 6637, 6362, 6862, 6549, 6484, 6255, 6447, 5931, 6345, 5971, 6412, 6001, 6470, 5906, 6577, 6599, 6464, 5942, 6676, 6488, 6551, 6536, 6592, 6440, 6580, 6738, 7378, 6685, 7262, 6968, 6985, 6704, 6792, 6440, 7655, 6913, 7520, 6691, 8252, 6564, 7775, 6894, 7612, 6750, 6686, 6696, 6818, 6891, 6781, 6908, 6827, 6859, 7896, 6929, 10226, 6928, 9268, 6879, 9124, 6919, 8505, 6824, 6280, 6797, 5941, 6725, 5960, 6626, 5941, 6525, 5885, 6469, 6809, 6785, 6995, 7015, 7194, 6795, 6890, 6567, 7114, 6756, 7146, 6587, 6817, 6704, 7213, 7360, 7079, 9021, 6971, 7714, 6712, 8067, 6939, 7348, 6933, 7146, 6803, 7357, 6868, 6898, 6963, 6702, 6763, 7786, 6868, 8482, 7010, 8941, 6542, 8291, 6598, 7003, 6737, 6789, 6621, 6755, 6731, 6705, 6147, 6692, 6744, 8342, 6707, 10625, 6871, 9295, 6618, 9152, 6724, 8518, 6934, 7476, 6667, 6734, 6678, 6173, 6574, 5996, 6565, 5929, 6316, 6095, 6106, 5929, 6577, 5951, 6650, 6465, 6489, 6522, 6727, 6833, 6457, 6932, 6573, 6764, 6433, 6665, 6477, 6741, 8927, 6775, 7600, 6858, 7743, 6924, 8489, 6764, 9208, 6792, 7791, 6886, 9644, 6709, 8902, 6936, 8593, 7127, 7218, 6962, 6127, 6198, 6508, 6748, 5985, 6632, 5885, 6541, 6017, 6687, 5960, 6774, 5890, 6689, 6883, 6701, 6834, 6975, 6662, 6658, 6973, 6872, 7082, 8919, 6981, 7998, 7044, 8156, 7004, 8113, 7242, 7612, 6999, 6540, 7006, 5886, 6948, 6228, 6792, 5936, 6641, 6084, 6455, 5829, 6845, 6023, 6569, 6431, 6772, 7051, 7592, 6843, 7374, 6946, 7082, 6945, 7195, 6958, 6880, 7066, 7476, 7071, 7332, 6972, 7205, 7188, 7723, 7057, 7906, 6947, 7439, 6913, 6732, 6824, 5939, 6314, 5896, 6439, 5954, 6303, 5926, 6484, 5924, 6702, 6169, 6671, 5957, 6607, 6822, 6736, 6868, 6817, 7197, 7132, 7203, 7698, 7094, 6660, 7234, 6825, 7202, 7081, 7147, 6940, 7444, 7006, 7403, 7495, 7214, 7556, 7523, 7204, 7311, 7761, 7296, 7888, 7239, 7832, 7015, 8124, 6994, 7906, 7178, 7473, 6998, 7099, 6989, 6935, 7114, 7032, 6906, 6625, 6964, 6511, 6782, 6120, 7057, 6943, 6613, 6135, 6652, 7179, 8505, 7013, 6945, 6960, 7465, 6864, 7687, 6868, 6776, 6966, 6807, 6695, 6861, 6782, 6715, 6723, 6685, 6786, 8225, 6935, 7902, 6850, 7562, 6921, 6783, 6934, 6275, 6229, 5975, 6300, 5961, 6276, 5881, 6789, 5823, 6551, 5900, 6717, 6781, 6997, 7062, 6582, 7012, 7157, 6967, 8134, 7057, 7146, 7025, 6833, 6870, 6329, 6772, 6164, 6577, 5920, 6565, 6784, 6424, 7642, 6769, 6974, 6933, 6450, 6765, 5883, 6680, 5854, 6906, 6861, 6839, 8080, 7064, 9309, 7111, 8005, 6981, 7472, 6777, 7040, 6810, 5939, 6583, 5994, 6268, 6100, 6825, 5881, 6702, 6071, 7021, 6543, 7010, 7268, 6923, 7020, 6492, 6127, 6802, 6586, 6665, 5996, 6473, 6127, 6596, 5898, 6578, 6329, 7043, 7007, 7773, 7106, 7845, 6770, 7518, 6596, 7361, 6742, 7000, 6803, 6928, 6655, 7246, 6775, 7130, 6766, 7529, 6815, 6274, 6290, 6393, 6581, 6365, 6806, 7008, 6732, 6947, 7394, 7010, 6845, 6691, 6718, 6834, 7493, 7015, 7341, 7060, 7643, 7001, 7329, 7115, 7238, 7367, 7798, 7391, 7514, 7206, 6735, 7094, 6849, 6802, 7170, 6901, 7322, 8355, 7185, 6687, 7146, 6795, 7170, 6893, 7149, 6854, 6972, 6955, 6885, 7465, 6949, 7230, 6897, 8120, 7100, 7694, 6904, 7179, 7062, 7369, 6921, 6761, 6935, 6648, 7061, 7140, 7065, 6650, 7091, 6535, 6808, 6803, 6943, 6497, 6737, 6117, 6428, 5996, 6543, 6644, 6620, 7049, 6907, 7152, 6685, 7082, 6716, 7011, 6817, 6996, 7476, 6940, 7039, 6786, 7311, 7270, 8350, 7041, 8218, 7042, 8133, 6962, 7468, 6933, 6363, 7278, 6533, 6940, 6113, 6914, 6305, 6877, 6123, 6865, 6200, 6423, 6502, 6891, 6913, 6808, 7349, 6675, 7228, 7268, 7333, 7040, 7262, 6893, 6967, 6852, 7057, 7116, 7204, 6998, 7089, 8512, 6979, 7937, 6393, 7592, 7225, 6825, 7161, 6736, 6900, 6690, 5875, 6889, 6658, 6883, 7064, 6672, 6907, 6635, 6450, 6904, 6811, 6801, 6577, 6888, 6906, 6809, 6893, 9889, 6839, 8702, 7062, 8870, 6978, 8391, 7074, 7478, 6931, 7694, 6836, 6537, 6514, 6043, 6413, 6007, 6680, 7099, 6774, 6959, 7516, 6864, 7237, 6974, 7068, 6921, 6832, 7121, 6605, 7186, 6878, 7175, 7191, 7295, 6765, 7072, 6325, 6719, 5931, 6539, 5956, 6821, 7161, 6791, 7010, 6631, 7141, 6703, 7007, 7492, 6999, 7035, 6970, 7349, 6997, 7353, 7110, 7121, 6954, 7318, 6817, 6298, 6763, 6154, 6755, 6210, 6399, 7233, 6714, 7123, 8014, 6950, 7619, 6973, 7379, 6905, 6721, 6659, 6298, 6565, 6041, 6570, 6638, 6704, 5964, 6699, 6572, 6803, 7237, 6807, 7120, 8401, 7183, 7907, 7059, 8847, 7194, 8361, 7080, 7712, 7125, 7904, 7178, 6031, 7232, 6280, 7038, 6286, 6883, 6018, 7094, 6104, 6744], 'WindowCenter': [3776.0, 3730.0, 3726.0, 3714.0, 3712.0, 3701.0, 3700.0, 3711.0, 3700.0, 3711.0, 3711.0, 3711.0, 3701.0, 3712.0, 3701.0, 3722.0, 3700.0, 3721.0, 3701.0, 3722.0, 3701.0, 3712.0, 3714.0, 3723.0, 3712.0, 3713.0, 3713.0, 3713.0, 3713.0, 3724.0, 3714.0, 3723.0, 3714.0, 3723.0, 3724.0, 3734.0, 3724.0, 3743.0, 3723.0, 3743.0, 3712.0, 3743.0, 3711.0, 3732.0, 3711.0, 3732.0, 3711.0, 3733.0, 3723.0, 3723.0, 3724.0, 3724.0, 3724.0, 3723.0, 3724.0, 3724.0, 3714.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3713.0, 3724.0, 3723.0, 3732.0, 3722.0, 3711.0, 3724.0, 3723.0, 3712.0, 3732.0, 3721.0, 3722.0, 3723.0, 3722.0, 3713.0, 3733.0, 3702.0, 3724.0, 3715.0, 3713.0, 3714.0, 3723.0, 3745.0, 3734.0, 3712.0, 3723.0, 3711.0, 3721.0, 3722.0, 3721.0, 3700.0, 3711.0, 3700.0, 3710.0, 3700.0, 3722.0, 3701.0, 3711.0, 3712.0, 3712.0, 3712.0, 3713.0, 3713.0, 3724.0, 3712.0, 3712.0, 3712.0, 3723.0, 3712.0, 3712.0, 3712.0, 3712.0, 3724.0, 3723.0, 3712.0, 3723.0, 3713.0, 3723.0, 3733.0, 3724.0, 3744.0, 3723.0, 3744.0, 3722.0, 3732.0, 3711.0, 3711.0, 3711.0, 3710.0, 3719.0, 3710.0, 3709.0, 3709.0, 3719.0, 3709.0, 3729.0, 3709.0, 3720.0, 3708.0, 3708.0, 3710.0, 3698.0, 3710.0, 3710.0, 3709.0, 3711.0, 3711.0, 3710.0, 3711.0, 3700.0, 3710.0, 3700.0, 3710.0, 3700.0, 3711.0, 3700.0, 3710.0, 3711.0, 3710.0, 3700.0, 3711.0, 3711.0, 3710.0, 3711.0, 3711.0, 3712.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3712.0, 3732.0, 3723.0, 3732.0, 3723.0, 3743.0, 3722.0, 3733.0, 3722.0, 3732.0, 3723.0, 3722.0, 3723.0, 3723.0, 3723.0, 3722.0, 3724.0, 3723.0, 3723.0, 3744.0, 3723.0, 3753.0, 3722.0, 3742.0, 3710.0, 3741.0, 3710.0, 3729.0, 3709.0, 3698.0, 3709.0, 3699.0, 3710.0, 3710.0, 3710.0, 3700.0, 3710.0, 3700.0, 3711.0, 3722.0, 3722.0, 3722.0, 3721.0, 3722.0, 3712.0, 3723.0, 3723.0, 3723.0, 3711.0, 3723.0, 3722.0, 3723.0, 3722.0, 3733.0, 3722.0, 3722.0, 3743.0, 3722.0, 3733.0, 3723.0, 3732.0, 3722.0, 3734.0, 3723.0, 3723.0, 3723.0, 3723.0, 3724.0, 3722.0, 3723.0, 3723.0, 3724.0, 3732.0, 3723.0, 3743.0, 3723.0, 3743.0, 3712.0, 3743.0, 3723.0, 3721.0, 3722.0, 3723.0, 3723.0, 3723.0, 3725.0, 3722.0, 3713.0, 3723.0, 3724.0, 3744.0, 3723.0, 3752.0, 3712.0, 3741.0, 3711.0, 3741.0, 3711.0, 3730.0, 3721.0, 3720.0, 3710.0, 3710.0, 3710.0, 3699.0, 3710.0, 3700.0, 3722.0, 3700.0, 3711.0, 3711.0, 3700.0, 3700.0, 3711.0, 3699.0, 3710.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3710.0, 3722.0, 3711.0, 3722.0, 3713.0, 3722.0, 3712.0, 3724.0, 3743.0, 3724.0, 3732.0, 3722.0, 3732.0, 3722.0, 3742.0, 3712.0, 3742.0, 3711.0, 3721.0, 3721.0, 3741.0, 3710.0, 3730.0, 3710.0, 3729.0, 3709.0, 3708.0, 3710.0, 3698.0, 3698.0, 3698.0, 3708.0, 3698.0, 3709.0, 3688.0, 3710.0, 3699.0, 3710.0, 3700.0, 3711.0, 3701.0, 3722.0, 3722.0, 3711.0, 3722.0, 3721.0, 3721.0, 3711.0, 3723.0, 3711.0, 3722.0, 3742.0, 3721.0, 3730.0, 3721.0, 3730.0, 3721.0, 3730.0, 3720.0, 3719.0, 3720.0, 3710.0, 3720.0, 3688.0, 3721.0, 3698.0, 3710.0, 3699.0, 3710.0, 3700.0, 3710.0, 3700.0, 3711.0, 3700.0, 3711.0, 3711.0, 3722.0, 3722.0, 3731.0, 3721.0, 3721.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3733.0, 3723.0, 3722.0, 3722.0, 3721.0, 3722.0, 3732.0, 3722.0, 3732.0, 3722.0, 3720.0, 3721.0, 3710.0, 3710.0, 3699.0, 3699.0, 3689.0, 3710.0, 3700.0, 3710.0, 3700.0, 3710.0, 3700.0, 3720.0, 3701.0, 3722.0, 3711.0, 3721.0, 3722.0, 3711.0, 3710.0, 3711.0, 3722.0, 3720.0, 3721.0, 3720.0, 3722.0, 3710.0, 3721.0, 3710.0, 3721.0, 3720.0, 3722.0, 3721.0, 3732.0, 3721.0, 3733.0, 3721.0, 3733.0, 3732.0, 3733.0, 3723.0, 3733.0, 3732.0, 3733.0, 3732.0, 3733.0, 3732.0, 3722.0, 3732.0, 3722.0, 3733.0, 3721.0, 3722.0, 3722.0, 3721.0, 3722.0, 3721.0, 3721.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3722.0, 3711.0, 3701.0, 3711.0, 3722.0, 3731.0, 3721.0, 3710.0, 3721.0, 3721.0, 3711.0, 3720.0, 3711.0, 3711.0, 3722.0, 3722.0, 3723.0, 3722.0, 3723.0, 3721.0, 3723.0, 3722.0, 3724.0, 3742.0, 3723.0, 3732.0, 3722.0, 3721.0, 3722.0, 3709.0, 3721.0, 3710.0, 3701.0, 3699.0, 3710.0, 3700.0, 3711.0, 3700.0, 3711.0, 3701.0, 3710.0, 3700.0, 3723.0, 3722.0, 3722.0, 3723.0, 3721.0, 3723.0, 3721.0, 3723.0, 3732.0, 3722.0, 3722.0, 3722.0, 3711.0, 3711.0, 3711.0, 3711.0, 3701.0, 3711.0, 3701.0, 3722.0, 3722.0, 3712.0, 3733.0, 3723.0, 3723.0, 3722.0, 3712.0, 3723.0, 3702.0, 3723.0, 3702.0, 3734.0, 3724.0, 3724.0, 3745.0, 3725.0, 3755.0, 3723.0, 3732.0, 3722.0, 3723.0, 3710.0, 3722.0, 3710.0, 3701.0, 3711.0, 3701.0, 3709.0, 3700.0, 3712.0, 3700.0, 3723.0, 3701.0, 3724.0, 3713.0, 3722.0, 3733.0, 3723.0, 3723.0, 3712.0, 3701.0, 3711.0, 3711.0, 3711.0, 3699.0, 3711.0, 3701.0, 3711.0, 3700.0, 3710.0, 3710.0, 3721.0, 3723.0, 3733.0, 3722.0, 3732.0, 3722.0, 3721.0, 3722.0, 3721.0, 3712.0, 3721.0, 3722.0, 3721.0, 3724.0, 3721.0, 3724.0, 3722.0, 3711.0, 3721.0, 3712.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3711.0, 3721.0, 3711.0, 3721.0, 3720.0, 3722.0, 3711.0, 3712.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3724.0, 3732.0, 3722.0, 3720.0, 3722.0, 3721.0, 3723.0, 3733.0, 3733.0, 3722.0, 3721.0, 3711.0, 3722.0, 3711.0, 3711.0, 3721.0, 3711.0, 3721.0, 3731.0, 3711.0, 3712.0, 3721.0, 3709.0, 3722.0, 3720.0, 3721.0, 3710.0, 3722.0, 3722.0, 3723.0, 3720.0, 3723.0, 3723.0, 3723.0, 3733.0, 3723.0, 3721.0, 3723.0, 3723.0, 3723.0, 3722.0, 3723.0, 3710.0, 3721.0, 3712.0, 3722.0, 3721.0, 3723.0, 3711.0, 3722.0, 3711.0, 3721.0, 3711.0, 3722.0, 3711.0, 3711.0, 3699.0, 3700.0, 3700.0, 3699.0, 3710.0, 3709.0, 3709.0, 3709.0, 3720.0, 3709.0, 3721.0, 3710.0, 3723.0, 3710.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3731.0, 3722.0, 3731.0, 3721.0, 3730.0, 3723.0, 3709.0, 3710.0, 3698.0, 3722.0, 3700.0, 3721.0, 3699.0, 3720.0, 3711.0, 3710.0, 3700.0, 3710.0, 3700.0, 3711.0, 3710.0, 3720.0, 3722.0, 3710.0, 3722.0, 3710.0, 3720.0, 3721.0, 3722.0, 3710.0, 3721.0, 3722.0, 3721.0, 3711.0, 3722.0, 3721.0, 3735.0, 3722.0, 3722.0, 3742.0, 3723.0, 3732.0, 3712.0, 3720.0, 3721.0, 3722.0, 3722.0, 3722.0, 3724.0, 3722.0, 3702.0, 3724.0, 3722.0, 3723.0, 3722.0, 3711.0, 3724.0, 3712.0, 3712.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3723.0, 3723.0, 3723.0, 3753.0, 3713.0, 3743.0, 3721.0, 3742.0, 3722.0, 3730.0, 3721.0, 3721.0, 3721.0, 3720.0, 3710.0, 3710.0, 3710.0, 3701.0, 3711.0, 3700.0, 3711.0, 3722.0, 3710.0, 3720.0, 3719.0, 3709.0, 3721.0, 3721.0, 3720.0, 3721.0, 3711.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3722.0, 3722.0, 3711.0, 3721.0, 3711.0, 3711.0, 3701.0, 3710.0, 3701.0, 3709.0, 3722.0, 3711.0, 3722.0, 3711.0, 3723.0, 3721.0, 3721.0, 3721.0, 3722.0, 3721.0, 3723.0, 3722.0, 3723.0, 3722.0, 3722.0, 3722.0, 3723.0, 3722.0, 3722.0, 3712.0, 3711.0, 3712.0, 3711.0, 3700.0, 3711.0, 3721.0, 3709.0, 3722.0, 3731.0, 3721.0, 3731.0, 3723.0, 3721.0, 3720.0, 3711.0, 3710.0, 3715.0, 3711.0, 3700.0, 3710.0, 3710.0, 3710.0, 3699.0, 3711.0, 3712.0, 3711.0, 3733.0, 3711.0, 3721.0, 3731.0, 3722.0, 3731.0, 3721.0, 3742.0, 3720.0, 3731.0, 3719.0, 3720.0, 3709.0, 3719.0, 3708.0, 3698.0, 3720.0, 3698.0, 3720.0, 3711.0, 3721.0, 3700.0, 3722.0, 3702.0, 3711.0], 'WindowWidth': [8502.0, 8426.0, 8414.0, 8390.0, 8385.0, 8367.0, 8364.0, 8380.0, 8364.0, 8379.0, 8380.0, 8379.0, 8366.0, 8382.0, 8366.0, 8398.0, 8366.0, 8393.0, 8368.0, 8396.0, 8368.0, 8384.0, 8389.0, 8400.0, 8385.0, 8385.0, 8386.0, 8388.0, 8387.0, 8401.0, 8389.0, 8400.0, 8390.0, 8400.0, 8403.0, 8414.0, 8402.0, 8425.0, 8398.0, 8423.0, 8382.0, 8423.0, 8381.0, 8408.0, 8381.0, 8406.0, 8380.0, 8410.0, 8398.0, 8399.0, 8402.0, 8403.0, 8402.0, 8400.0, 8404.0, 8402.0, 8390.0, 8406.0, 8405.0, 8402.0, 8404.0, 8402.0, 8388.0, 8403.0, 8399.0, 8409.0, 8397.0, 8380.0, 8403.0, 8400.0, 8384.0, 8408.0, 8395.0, 8396.0, 8399.0, 8396.0, 8387.0, 8412.0, 8372.0, 8404.0, 8392.0, 8388.0, 8389.0, 8400.0, 8431.0, 8414.0, 8383.0, 8398.0, 8381.0, 8393.0, 8395.0, 8392.0, 8365.0, 8381.0, 8366.0, 8376.0, 8363.0, 8396.0, 8367.0, 8380.0, 8382.0, 8382.0, 8384.0, 8387.0, 8388.0, 8402.0, 8385.0, 8384.0, 8385.0, 8399.0, 8384.0, 8384.0, 8385.0, 8383.0, 8403.0, 8401.0, 8384.0, 8399.0, 8385.0, 8400.0, 8413.0, 8401.0, 8428.0, 8401.0, 8427.0, 8396.0, 8409.0, 8380.0, 8380.0, 8380.0, 8376.0, 8386.0, 8375.0, 8372.0, 8373.0, 8387.0, 8374.0, 8397.0, 8373.0, 8389.0, 8372.0, 8372.0, 8377.0, 8358.0, 8377.0, 8377.0, 8375.0, 8378.0, 8380.0, 8378.0, 8380.0, 8364.0, 8377.0, 8364.0, 8377.0, 8364.0, 8380.0, 8365.0, 8377.0, 8381.0, 8376.0, 8364.0, 8380.0, 8379.0, 8377.0, 8380.0, 8380.0, 8382.0, 8396.0, 8397.0, 8393.0, 8397.0, 8395.0, 8397.0, 8394.0, 8397.0, 8397.0, 8385.0, 8409.0, 8399.0, 8410.0, 8399.0, 8425.0, 8396.0, 8412.0, 8397.0, 8409.0, 8399.0, 8398.0, 8398.0, 8401.0, 8400.0, 8397.0, 8403.0, 8399.0, 8400.0, 8428.0, 8398.0, 8438.0, 8395.0, 8419.0, 8378.0, 8416.0, 8376.0, 8398.0, 8372.0, 8358.0, 8371.0, 8361.0, 8376.0, 8379.0, 8378.0, 8364.0, 8377.0, 8364.0, 8380.0, 8395.0, 8397.0, 8396.0, 8393.0, 8397.0, 8383.0, 8399.0, 8399.0, 8399.0, 8380.0, 8399.0, 8397.0, 8399.0, 8397.0, 8413.0, 8396.0, 8397.0, 8423.0, 8397.0, 8411.0, 8398.0, 8408.0, 8398.0, 8416.0, 8401.0, 8402.0, 8401.0, 8398.0, 8402.0, 8398.0, 8401.0, 8400.0, 8402.0, 8409.0, 8401.0, 8425.0, 8398.0, 8424.0, 8382.0, 8424.0, 8399.0, 8394.0, 8397.0, 8400.0, 8401.0, 8398.0, 8404.0, 8398.0, 8387.0, 8401.0, 8401.0, 8427.0, 8399.0, 8435.0, 8381.0, 8417.0, 8378.0, 8416.0, 8379.0, 8402.0, 8391.0, 8389.0, 8378.0, 8376.0, 8378.0, 8362.0, 8377.0, 8363.0, 8397.0, 8364.0, 8379.0, 8381.0, 8365.0, 8365.0, 8380.0, 8364.0, 8377.0, 8380.0, 8381.0, 8382.0, 8380.0, 8381.0, 8377.0, 8396.0, 8379.0, 8395.0, 8385.0, 8398.0, 8385.0, 8401.0, 8423.0, 8400.0, 8409.0, 8397.0, 8410.0, 8397.0, 8420.0, 8382.0, 8420.0, 8379.0, 8391.0, 8393.0, 8419.0, 8377.0, 8403.0, 8374.0, 8398.0, 8371.0, 8370.0, 8375.0, 8358.0, 8356.0, 8359.0, 8371.0, 8357.0, 8372.0, 8345.0, 8375.0, 8362.0, 8376.0, 8365.0, 8379.0, 8366.0, 8395.0, 8397.0, 8380.0, 8396.0, 8394.0, 8394.0, 8380.0, 8397.0, 8379.0, 8394.0, 8420.0, 8393.0, 8401.0, 8392.0, 8403.0, 8391.0, 8403.0, 8390.0, 8386.0, 8390.0, 8377.0, 8391.0, 8346.0, 8392.0, 8359.0, 8376.0, 8361.0, 8377.0, 8364.0, 8378.0, 8365.0, 8379.0, 8366.0, 8379.0, 8381.0, 8396.0, 8397.0, 8406.0, 8394.0, 8392.0, 8394.0, 8394.0, 8395.0, 8391.0, 8396.0, 8393.0, 8397.0, 8411.0, 8398.0, 8396.0, 8397.0, 8394.0, 8397.0, 8407.0, 8396.0, 8408.0, 8395.0, 8390.0, 8392.0, 8376.0, 8375.0, 8361.0, 8360.0, 8347.0, 8377.0, 8363.0, 8379.0, 8364.0, 8378.0, 8366.0, 8393.0, 8367.0, 8397.0, 8382.0, 8394.0, 8396.0, 8379.0, 8376.0, 8378.0, 8394.0, 8390.0, 8393.0, 8390.0, 8395.0, 8377.0, 8394.0, 8377.0, 8394.0, 8391.0, 8395.0, 8392.0, 8410.0, 8394.0, 8412.0, 8393.0, 8410.0, 8408.0, 8411.0, 8398.0, 8412.0, 8410.0, 8411.0, 8408.0, 8412.0, 8408.0, 8397.0, 8409.0, 8396.0, 8411.0, 8395.0, 8394.0, 8397.0, 8393.0, 8396.0, 8394.0, 8394.0, 8394.0, 8396.0, 8380.0, 8397.0, 8381.0, 8397.0, 8382.0, 8395.0, 8394.0, 8381.0, 8367.0, 8381.0, 8395.0, 8405.0, 8393.0, 8375.0, 8393.0, 8393.0, 8379.0, 8389.0, 8381.0, 8380.0, 8395.0, 8396.0, 8398.0, 8395.0, 8399.0, 8394.0, 8398.0, 8398.0, 8400.0, 8423.0, 8398.0, 8409.0, 8395.0, 8391.0, 8394.0, 8374.0, 8393.0, 8377.0, 8365.0, 8363.0, 8378.0, 8364.0, 8378.0, 8365.0, 8378.0, 8368.0, 8378.0, 8366.0, 8398.0, 8396.0, 8395.0, 8398.0, 8394.0, 8398.0, 8395.0, 8398.0, 8408.0, 8395.0, 8394.0, 8394.0, 8378.0, 8380.0, 8378.0, 8378.0, 8367.0, 8378.0, 8366.0, 8396.0, 8396.0, 8383.0, 8412.0, 8397.0, 8398.0, 8397.0, 8384.0, 8397.0, 8370.0, 8399.0, 8372.0, 8416.0, 8403.0, 8403.0, 8430.0, 8403.0, 8442.0, 8400.0, 8408.0, 8396.0, 8398.0, 8377.0, 8395.0, 8377.0, 8364.0, 8379.0, 8366.0, 8374.0, 8364.0, 8380.0, 8364.0, 8399.0, 8367.0, 8401.0, 8387.0, 8398.0, 8412.0, 8399.0, 8399.0, 8382.0, 8366.0, 8379.0, 8379.0, 8379.0, 8362.0, 8380.0, 8365.0, 8378.0, 8364.0, 8377.0, 8377.0, 8390.0, 8397.0, 8411.0, 8394.0, 8408.0, 8397.0, 8395.0, 8396.0, 8391.0, 8381.0, 8391.0, 8395.0, 8394.0, 8400.0, 8394.0, 8401.0, 8396.0, 8381.0, 8392.0, 8382.0, 8381.0, 8380.0, 8380.0, 8377.0, 8377.0, 8380.0, 8393.0, 8378.0, 8393.0, 8389.0, 8395.0, 8379.0, 8381.0, 8396.0, 8397.0, 8395.0, 8396.0, 8397.0, 8399.0, 8408.0, 8396.0, 8391.0, 8396.0, 8392.0, 8398.0, 8410.0, 8411.0, 8394.0, 8392.0, 8379.0, 8394.0, 8379.0, 8378.0, 8391.0, 8377.0, 8391.0, 8402.0, 8376.0, 8381.0, 8392.0, 8375.0, 8395.0, 8390.0, 8393.0, 8377.0, 8395.0, 8397.0, 8398.0, 8391.0, 8400.0, 8397.0, 8397.0, 8411.0, 8399.0, 8392.0, 8397.0, 8398.0, 8400.0, 8395.0, 8398.0, 8377.0, 8393.0, 8381.0, 8394.0, 8393.0, 8398.0, 8379.0, 8396.0, 8380.0, 8394.0, 8379.0, 8395.0, 8379.0, 8380.0, 8362.0, 8362.0, 8364.0, 8360.0, 8374.0, 8373.0, 8374.0, 8374.0, 8390.0, 8373.0, 8391.0, 8378.0, 8396.0, 8378.0, 8394.0, 8392.0, 8395.0, 8394.0, 8396.0, 8394.0, 8394.0, 8406.0, 8394.0, 8403.0, 8390.0, 8402.0, 8395.0, 8373.0, 8375.0, 8358.0, 8393.0, 8363.0, 8392.0, 8360.0, 8391.0, 8379.0, 8377.0, 8363.0, 8377.0, 8364.0, 8379.0, 8377.0, 8390.0, 8396.0, 8377.0, 8394.0, 8376.0, 8390.0, 8392.0, 8394.0, 8376.0, 8393.0, 8395.0, 8394.0, 8379.0, 8397.0, 8392.0, 8416.0, 8397.0, 8396.0, 8421.0, 8399.0, 8408.0, 8383.0, 8389.0, 8393.0, 8395.0, 8396.0, 8396.0, 8401.0, 8397.0, 8369.0, 8399.0, 8396.0, 8397.0, 8397.0, 8379.0, 8401.0, 8383.0, 8382.0, 8398.0, 8396.0, 8395.0, 8397.0, 8395.0, 8398.0, 8398.0, 8397.0, 8436.0, 8384.0, 8423.0, 8393.0, 8422.0, 8395.0, 8403.0, 8393.0, 8390.0, 8391.0, 8389.0, 8378.0, 8377.0, 8378.0, 8366.0, 8377.0, 8362.0, 8377.0, 8393.0, 8377.0, 8390.0, 8386.0, 8376.0, 8390.0, 8392.0, 8390.0, 8392.0, 8379.0, 8395.0, 8380.0, 8397.0, 8379.0, 8396.0, 8394.0, 8397.0, 8381.0, 8395.0, 8381.0, 8380.0, 8366.0, 8377.0, 8367.0, 8374.0, 8394.0, 8378.0, 8395.0, 8379.0, 8396.0, 8395.0, 8394.0, 8392.0, 8397.0, 8394.0, 8397.0, 8397.0, 8399.0, 8396.0, 8397.0, 8396.0, 8398.0, 8395.0, 8396.0, 8382.0, 8381.0, 8383.0, 8378.0, 8364.0, 8380.0, 8394.0, 8376.0, 8394.0, 8405.0, 8393.0, 8406.0, 8397.0, 8392.0, 8392.0, 8378.0, 8378.0, 8391.0, 8381.0, 8363.0, 8377.0, 8378.0, 8376.0, 8362.0, 8379.0, 8381.0, 8381.0, 8410.0, 8380.0, 8393.0, 8405.0, 8395.0, 8405.0, 8393.0, 8419.0, 8391.0, 8403.0, 8388.0, 8389.0, 8373.0, 8385.0, 8371.0, 8358.0, 8389.0, 8360.0, 8391.0, 8379.0, 8392.0, 8366.0, 8395.0, 8370.0, 8381.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.00018218390804597705</td></tr>
<tr><td colspan=3>aqi</td><td>0.014146235747126437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.70147495699655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1739036235903317</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873404147295756</td></tr>
<tr><td colspan=3>efc</td><td>0.4443</td></tr>
<tr><td colspan=3>fber</td><td>7339.1777</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06419289431389111</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4123158158876765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3558189438328996</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5927952109102175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288333292919913</td></tr>
<tr><td colspan=3>gcor</td><td>0.00368644</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010346541181206703</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024562252685427666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.757501367540395</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>29.4513</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.2206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.9255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307142.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.026</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0131</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.5376</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2974.966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.7122</td></tr>
<tr><td colspan=3>tsnr</td><td>46.5113395730732</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>