ds005256-mriqc/sub-0007_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2b5691d35f [DATALAD RUNCMD] Compute MRIQC for sub-0007
=== 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-0007 --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-0007",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:43:21 +02:00

616 lines
No EOL
106 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-0007_ses-01_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-0007_ses-01_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-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_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-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_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-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_ses-01_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_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-0007/ses-01/func/sub-0007_ses-01_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>b6a4198554c65a54534d2d614153255e</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>15:14:10.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99971, 0.00513746, 0.0235341, -0.00697936, 0.996861, 0.0788641]</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.0773131</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7736, -7270, 645, -8, -215, 33, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>261cdf86-dd93-4ba3-bced-de5ce4e37288||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821484565734863, -0.018725106492638588, 0.062248680740594864, 115.79949188232422], [-0.013783436268568039, 2.6745049953460693, 0.21331483125686646, -102.56494140625], [0.06314028054475784, -0.21158668398857117, 2.690840244293213, -68.00231170654297], [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': ['151410.817500', '151411.277500', '151411.737500', '151412.197500', '151412.657500', '151413.117500', '151413.577500', '151414.037500', '151414.497500', '151414.957500', '151415.417500', '151415.877500', '151416.337500', '151416.797500', '151417.257500', '151417.717500', '151418.177500', '151418.637500', '151419.097500', '151419.557500', '151420.017500', '151420.477500', '151420.937500', '151421.397500', '151421.857500', '151422.317500', '151422.777500', '151423.237500', '151423.697500', '151424.157500', '151424.617500', '151425.077500', '151425.537500', '151425.997500', '151426.457500', '151426.917500', '151427.377500', '151427.837500', '151428.297500', '151428.757500', '151429.217500', '151429.677500', '151430.137500', '151430.597500', '151431.057500', '151431.517500', '151431.977500', '151432.437500', '151432.897500', '151433.357500', '151433.817500', '151434.277500', '151434.737500', '151435.197500', '151435.657500', '151436.117500', '151436.577500', '151437.037500', '151437.497500', '151437.957500', '151438.417500', '151438.877500', '151439.337500', '151439.797500', '151440.257500', '151440.717500', '151441.177500', '151441.637500', '151442.097500', '151442.557500', '151443.017500', '151443.477500', '151443.937500', '151444.397500', '151444.857500', '151445.317500', '151445.777500', '151446.237500', '151446.697500', '151447.157500', '151447.617500', '151448.077500', '151448.537500', '151448.997500', '151449.457500', '151449.917500', '151450.377500', '151450.837500', '151451.297500', '151451.757500', '151452.217500', '151452.677500', '151453.137500', '151453.597500', '151454.057500', '151454.517500', '151454.977500', '151455.437500', '151455.897500', '151456.357500', '151456.817500', '151457.277500', '151457.737500', '151458.197500', '151458.657500', '151459.117500', '151459.577500', '151500.037500', '151500.497500', '151500.957500', '151501.417500', '151501.877500', '151502.337500', '151502.797500', '151503.257500', '151503.717500', '151504.177500', '151504.637500', '151505.097500', '151505.557500', '151506.017500', '151506.477500', '151506.937500', '151507.397500', '151507.857500', '151508.317500', '151508.777500', '151509.237500', '151509.697500', '151510.157500', '151510.617500', '151511.077500', '151511.537500', '151511.997500', '151512.457500', '151512.917500', '151513.377500', '151513.837500', '151514.297500', '151514.757500', '151515.217500', '151515.677500', '151516.137500', '151516.597500', '151517.057500', '151517.517500', '151517.977500', '151518.437500', '151518.897500', '151519.357500', '151519.817500', '151520.277500', '151520.737500', '151521.197500', '151521.657500', '151522.117500', '151522.577500', '151523.037500', '151523.497500', '151523.957500', '151524.417500', '151524.877500', '151525.337500', '151525.797500', '151526.257500', '151526.717500', '151527.177500', '151527.637500', '151528.097500', '151528.557500', '151529.017500', '151529.477500', '151529.937500', '151530.397500', '151530.857500', '151531.317500', '151531.777500', '151532.237500', '151532.697500', '151533.157500', '151533.617500', '151534.077500', '151534.537500', '151534.997500', '151535.457500', '151535.917500', '151536.377500', '151536.837500', '151537.297500', '151537.757500', '151538.217500', '151538.677500', '151539.137500', '151539.597500', '151540.057500', '151540.517500', '151540.977500', '151541.437500', '151541.897500', '151542.357500', '151542.817500', '151543.277500', '151543.737500', '151544.197500', '151544.657500', '151545.117500', '151545.577500', '151546.037500', '151546.497500', '151546.957500', '151547.417500', '151547.877500', '151548.337500', '151548.797500', '151549.257500', '151549.717500', '151550.177500', '151550.637500', '151551.097500', '151551.557500', '151552.017500', '151552.477500', '151552.937500', '151553.397500', '151553.857500', '151554.317500', '151554.777500', '151555.237500', '151555.697500', '151556.157500', '151556.617500', '151557.077500', '151557.537500', '151557.997500', '151558.457500', '151558.917500', '151559.377500', '151559.837500', '151600.297500', '151600.757500', '151601.217500', '151601.677500', '151602.137500', '151602.597500', '151603.057500', '151603.517500', '151603.977500', '151604.437500', '151604.897500', '151605.357500', '151605.817500', '151606.277500', '151606.737500', '151607.197500', '151607.657500', '151608.117500', '151608.577500', '151609.037500', '151609.497500', '151609.957500', '151610.417500', '151610.877500', '151611.337500', '151611.797500', '151612.257500', '151612.717500', '151613.177500', '151613.637500', '151614.097500', '151614.557500', '151615.017500', '151615.477500', '151615.937500', '151616.397500', '151616.857500', '151617.317500', '151617.777500', '151618.237500', '151618.697500', '151619.157500', '151619.617500', '151620.077500', '151620.537500', '151620.997500', '151621.457500', '151621.917500', '151622.377500', '151622.837500', '151623.297500', '151623.757500', '151624.217500', '151624.677500', '151625.137500', '151625.597500', '151626.057500', '151626.517500', '151626.977500', '151627.437500', '151627.897500', '151628.357500', '151628.817500', '151629.277500', '151629.737500', '151630.197500', '151630.657500', '151631.117500', '151631.577500', '151632.037500', '151632.497500', '151632.957500', '151633.417500', '151633.877500', '151634.337500', '151634.797500', '151635.257500', '151635.717500', '151636.177500', '151636.637500', '151637.097500', '151637.557500', '151638.017500', '151638.477500', '151638.937500', '151639.397500', '151639.857500', '151640.317500', '151640.777500', '151641.237500', '151641.697500', '151642.157500', '151642.617500', '151643.077500', '151643.537500', '151643.997500', '151644.457500', '151644.917500', '151645.377500', '151645.837500', '151646.297500', '151646.757500', '151647.217500', '151647.677500', '151648.137500', '151648.597500', '151649.057500', '151649.517500', '151649.977500', '151650.437500', '151650.897500', '151651.357500', '151651.817500', '151652.277500', '151652.737500', '151653.197500', '151653.657500', '151654.117500', '151654.577500', '151655.037500', '151655.497500', '151655.957500', '151656.417500', '151656.877500', '151657.337500', '151657.797500', '151658.257500', '151658.717500', '151659.177500', '151659.637500', '151700.097500', '151700.557500', '151701.017500', '151701.477500', '151701.937500', '151702.397500', '151702.857500', '151703.317500', '151703.777500', '151704.237500', '151704.697500', '151705.157500', '151705.617500', '151706.077500', '151706.537500', '151706.997500', '151707.457500', '151707.917500', '151708.377500', '151708.837500', '151709.297500', '151709.757500', '151710.217500', '151710.677500', '151711.137500', '151711.597500', '151712.057500', '151712.517500', '151712.977500', '151713.437500', '151713.897500', '151714.357500', '151714.817500', '151715.277500', '151715.737500', '151716.197500', '151716.657500', '151717.117500', '151717.577500', '151718.037500', '151718.497500', '151718.957500', '151719.417500', '151719.877500', '151720.337500', '151720.797500', '151721.257500', '151721.717500', '151722.177500', '151722.637500', '151723.097500', '151723.557500', '151724.017500', '151724.477500', '151724.937500', '151725.397500', '151725.857500', '151726.317500', '151726.777500', '151727.237500', '151727.697500', '151728.157500', '151728.617500', '151729.077500', '151729.537500', '151729.997500', '151730.457500', '151730.917500', '151731.377500', '151731.837500', '151732.297500', '151732.757500', '151733.217500', '151733.677500', '151734.137500', '151734.597500', '151735.057500', '151735.517500', '151735.977500', '151736.437500', '151736.897500', '151737.357500', '151737.817500', '151738.277500', '151738.737500', '151739.197500', '151739.657500', '151740.117500', '151740.577500', '151741.037500', '151741.497500', '151741.957500', '151742.417500', '151742.877500', '151743.337500', '151743.797500', '151744.257500', '151744.717500', '151745.177500', '151745.637500', '151746.097500', '151746.557500', '151747.017500', '151747.477500', '151747.937500', '151748.397500', '151748.857500', '151749.317500', '151749.777500', '151750.237500', '151750.697500', '151751.157500', '151751.617500', '151752.077500', '151752.537500', '151752.997500', '151753.457500', '151753.917500', '151754.377500', '151754.837500', '151755.297500', '151755.757500', '151756.217500', '151756.677500', '151757.137500', '151757.597500', '151758.057500', '151758.517500', '151758.977500', '151759.437500', '151759.897500', '151800.357500', '151800.817500', '151801.277500', '151801.737500', '151802.197500', '151802.657500', '151803.117500', '151803.577500', '151804.037500', '151804.497500', '151804.957500', '151805.417500', '151805.877500', '151806.337500', '151806.797500', '151807.257500', '151807.717500', '151808.177500', '151808.637500', '151809.097500', '151809.557500', '151810.017500', '151810.477500', '151810.937500', '151811.397500', '151811.857500', '151812.317500', '151812.777500', '151813.237500', '151813.697500', '151814.157500', '151814.617500', '151815.077500', '151815.537500', '151815.997500', '151816.457500', '151816.917500', '151817.377500', '151817.837500', '151818.297500', '151818.757500', '151819.217500', '151819.677500', '151820.137500', '151820.597500', '151821.057500', '151821.517500', '151821.977500', '151822.437500', '151822.897500', '151823.357500', '151823.817500', '151824.277500', '151824.737500', '151825.197500', '151825.657500', '151826.117500', '151826.577500', '151827.037500', '151827.497500', '151827.957500', '151828.417500', '151828.877500', '151829.337500', '151829.797500', '151830.257500', '151830.717500', '151831.177500', '151831.637500', '151832.097500', '151832.557500', '151833.017500', '151833.477500', '151833.937500', '151834.397500', '151834.857500', '151835.317500', '151835.777500', '151836.237500', '151836.697500', '151837.157500', '151837.617500', '151838.077500', '151838.537500', '151838.997500', '151839.457500', '151839.917500', '151840.377500', '151840.837500', '151841.297500', '151841.757500', '151842.217500', '151842.677500', '151843.137500', '151843.597500', '151844.057500', '151844.517500', '151844.977500', '151845.437500', '151845.897500', '151846.357500', '151846.817500', '151847.277500', '151847.737500', '151848.197500', '151848.657500', '151849.117500', '151849.577500', '151850.037500', '151850.497500', '151850.957500', '151851.417500', '151851.877500', '151852.337500', '151852.797500', '151853.257500', '151853.717500', '151854.177500', '151854.637500', '151855.097500', '151855.557500', '151856.017500', '151856.477500', '151856.937500', '151857.397500', '151857.857500', '151858.317500', '151858.777500', '151859.237500', '151859.697500', '151900.157500', '151900.617500', '151901.077500', '151901.537500', '151901.997500', '151902.457500', '151902.917500', '151903.377500', '151903.837500', '151904.297500', '151904.757500', '151905.217500', '151905.677500', '151906.137500', '151906.597500', '151907.057500', '151907.517500', '151907.977500', '151908.437500', '151908.897500', '151909.357500', '151909.817500', '151910.277500', '151910.737500', '151911.197500', '151911.657500', '151912.117500', '151912.577500', '151913.037500', '151913.497500', '151913.957500', '151914.417500', '151914.877500', '151915.337500', '151915.797500', '151916.257500', '151916.717500', '151917.177500', '151917.637500', '151918.097500', '151918.557500', '151919.017500', '151919.477500', '151919.937500', '151920.397500', '151920.857500', '151921.317500', '151921.777500', '151922.237500', '151922.697500', '151923.157500', '151923.617500', '151924.077500', '151924.537500', '151924.997500', '151925.457500', '151925.917500', '151926.377500', '151926.837500', '151927.297500', '151927.757500', '151928.217500', '151928.677500', '151929.137500', '151929.597500', '151930.057500', '151930.517500', '151930.977500', '151931.437500', '151931.897500', '151932.357500', '151932.817500', '151933.277500', '151933.737500', '151934.197500', '151934.657500', '151935.117500', '151935.577500', '151936.037500', '151936.497500', '151936.957500', '151937.417500', '151937.877500', '151938.337500', '151938.797500', '151939.257500', '151939.717500', '151940.177500', '151940.637500', '151941.097500', '151941.557500', '151942.017500', '151942.477500', '151942.937500', '151943.397500', '151943.857500', '151944.317500', '151944.777500', '151945.237500', '151945.697500', '151946.157500', '151946.617500', '151947.077500', '151947.537500', '151947.997500', '151948.457500', '151948.917500', '151949.377500', '151949.837500', '151950.297500', '151950.757500', '151951.217500', '151951.677500', '151952.137500', '151952.597500', '151953.057500', '151953.517500', '151953.977500', '151954.437500', '151954.897500', '151955.357500', '151955.817500', '151956.277500', '151956.737500', '151957.197500', '151957.657500', '151958.117500', '151958.577500', '151959.037500', '151959.497500', '151959.957500', '152000.417500', '152000.877500', '152001.337500', '152001.797500', '152002.257500', '152002.717500', '152003.177500', '152003.637500', '152004.097500', '152004.557500', '152005.017500', '152005.477500', '152005.937500', '152006.397500', '152006.857500', '152007.317500', '152007.777500', '152008.237500', '152008.697500', '152009.157500', '152009.617500', '152010.077500', '152010.537500', '152010.997500', '152011.457500', '152011.917500', '152012.377500', '152012.837500', '152013.297500', '152013.757500', '152014.217500', '152014.677500', '152015.137500', '152015.597500', '152016.057500', '152016.517500', '152016.977500', '152017.437500', '152017.897500', '152018.357500', '152018.817500', '152019.277500', '152019.737500', '152020.197500', '152020.657500', '152021.117500', '152021.577500', '152022.037500', '152022.497500', '152022.957500', '152023.417500', '152023.877500', '152024.337500', '152024.797500', '152025.257500', '152025.717500', '152026.177500', '152026.637500', '152027.097500', '152027.557500', '152028.017500', '152028.477500', '152028.937500', '152029.397500', '152029.857500', '152030.317500', '152030.777500', '152031.237500', '152031.697500', '152032.157500', '152032.617500', '152033.077500', '152033.537500', '152033.997500', '152034.457500', '152034.917500', '152035.377500', '152035.837500', '152036.297500', '152036.757500', '152037.217500', '152037.677500', '152038.137500', '152038.597500', '152039.057500', '152039.517500', '152039.977500', '152040.437500', '152040.897500', '152041.357500', '152041.817500', '152042.277500', '152042.737500', '152043.197500', '152043.657500', '152044.117500', '152044.577500', '152045.037500', '152045.497500', '152045.957500', '152046.417500', '152046.877500', '152047.337500', '152047.797500', '152048.257500', '152048.717500', '152049.177500', '152049.637500', '152050.097500', '152050.557500', '152051.017500', '152051.477500'], 'ContentTime': ['151429.355000', '151429.358000', '151429.361000', '151429.364000', '151429.367000', '151429.370000', '151429.372000', '151429.375000', '151429.378000', '151429.381000', '151429.384000', '151429.387000', '151429.390000', '151429.393000', '151429.395000', '151429.398000', '151429.401000', '151429.404000', '151429.407000', '151429.409000', '151429.412000', '151429.415000', '151429.418000', '151429.421000', '151429.424000', '151429.426000', '151429.429000', '151429.436000', '151429.439000', '151429.442000', '151429.444000', '151429.447000', '151429.450000', '151429.453000', '151429.456000', '151429.459000', '151429.462000', '151429.464000', '151449.317000', '151449.320000', '151449.323000', '151449.326000', '151449.328000', '151449.331000', '151449.334000', '151449.337000', '151449.340000', '151449.342000', '151449.345000', '151449.348000', '151449.351000', '151449.354000', '151449.357000', '151449.359000', '151449.362000', '151449.365000', '151449.368000', '151449.371000', '151449.373000', '151449.376000', '151449.379000', '151449.382000', '151449.384000', '151449.387000', '151449.390000', '151449.393000', '151449.396000', '151449.398000', '151449.401000', '151449.411000', '151449.414000', '151449.417000', '151449.420000', '151449.422000', '151449.425000', '151449.428000', '151449.431000', '151449.434000', '151449.437000', '151449.439000', '151449.442000', '151509.317000', '151509.320000', '151509.322000', '151509.325000', '151509.328000', '151509.331000', '151509.334000', '151509.337000', '151509.339000', '151509.342000', '151509.345000', '151509.348000', '151509.351000', '151509.353000', '151509.356000', '151509.359000', '151509.362000', '151509.365000', '151509.368000', '151509.371000', '151509.373000', '151509.376000', '151509.379000', '151509.382000', '151509.385000', '151509.388000', '151509.390000', '151509.393000', '151509.396000', '151509.399000', '151509.402000', '151509.405000', '151509.407000', '151509.410000', '151509.413000', '151509.416000', '151509.419000', '151509.421000', '151509.424000', '151509.427000', '151509.430000', '151509.433000', '151509.435000', '151509.438000', '151529.317000', '151529.320000', '151529.323000', '151529.326000', '151529.328000', '151529.331000', '151529.334000', '151529.337000', '151529.340000', '151529.343000', '151529.345000', '151529.348000', '151529.351000', '151529.354000', '151529.357000', '151529.360000', '151529.363000', '151529.366000', '151529.368000', '151529.371000', '151529.374000', '151529.377000', '151529.380000', '151529.383000', '151529.386000', '151529.390000', '151529.392000', '151529.395000', '151529.398000', '151529.401000', '151529.404000', '151529.407000', '151529.410000', '151529.413000', '151529.415000', '151529.418000', '151529.421000', '151529.424000', '151529.427000', '151529.429000', '151529.432000', '151529.435000', '151529.438000', '151549.317000', '151549.320000', '151549.323000', '151549.325000', '151549.328000', '151549.331000', '151549.334000', '151549.337000', '151549.340000', '151549.342000', '151549.345000', '151549.348000', '151549.351000', '151549.354000', '151549.357000', '151549.360000', '151549.362000', '151549.365000', '151549.368000', '151549.371000', '151549.374000', '151549.376000', '151549.379000', '151549.382000', '151549.385000', '151549.388000', '151549.391000', '151549.394000', '151549.396000', '151549.399000', '151549.402000', '151549.405000', '151549.408000', '151549.411000', '151549.414000', '151549.416000', '151549.419000', '151549.422000', '151549.425000', '151549.428000', '151549.430000', '151549.433000', '151549.436000', '151549.439000', '151609.317000', '151609.320000', '151609.323000', '151609.325000', '151609.328000', '151609.331000', '151609.334000', '151609.337000', '151609.340000', '151609.342000', '151609.345000', '151609.348000', '151609.351000', '151609.354000', '151609.357000', '151609.360000', '151609.362000', '151609.365000', '151609.368000', '151609.371000', '151609.374000', '151609.377000', '151609.379000', '151609.382000', '151609.385000', '151609.388000', '151609.391000', '151609.394000', '151609.397000', '151609.400000', '151609.402000', '151609.405000', '151609.408000', '151609.411000', '151609.414000', '151609.416000', '151609.419000', '151609.422000', '151609.425000', '151609.428000', '151609.431000', '151609.434000', '151609.436000', '151629.317000', '151629.324000', '151629.327000', '151629.330000', '151629.332000', '151629.335000', '151629.338000', '151629.341000', '151629.344000', '151629.347000', '151629.349000', '151629.352000', '151629.355000', '151629.358000', '151629.361000', '151629.364000', '151629.366000', '151629.369000', '151629.372000', '151629.375000', '151629.378000', '151629.381000', '151629.383000', '151629.386000', '151629.389000', '151629.392000', '151629.395000', '151629.398000', '151629.401000', '151629.404000', '151629.407000', '151629.409000', '151629.412000', '151629.415000', '151629.418000', '151629.421000', '151629.424000', '151629.427000', '151629.429000', '151629.432000', '151629.435000', '151629.438000', '151629.459000', '151629.462000', '151649.316000', '151649.319000', '151649.322000', '151649.325000', '151649.327000', '151649.330000', '151649.333000', '151649.336000', '151649.339000', '151649.341000', '151649.344000', '151649.347000', '151649.350000', '151649.353000', '151649.356000', '151649.359000', '151649.361000', '151649.364000', '151649.367000', '151649.370000', '151649.373000', '151649.376000', '151649.378000', '151649.381000', '151649.384000', '151649.387000', '151649.390000', '151649.393000', '151649.396000', '151649.398000', '151649.401000', '151649.404000', '151649.407000', '151649.410000', '151649.413000', '151649.415000', '151649.418000', '151649.421000', '151649.425000', '151649.428000', '151649.431000', '151649.434000', '151649.436000', '151709.317000', '151709.320000', '151709.323000', '151709.325000', '151709.328000', '151709.331000', '151709.334000', '151709.337000', '151709.339000', '151709.342000', '151709.345000', '151709.348000', '151709.351000', '151709.354000', '151709.356000', '151709.359000', '151709.362000', '151709.365000', '151709.368000', '151709.370000', '151709.373000', '151709.376000', '151709.379000', '151709.381000', '151709.384000', '151709.387000', '151709.390000', '151709.393000', '151709.396000', '151709.399000', '151709.402000', '151709.404000', '151709.408000', '151709.410000', '151709.413000', '151709.416000', '151709.419000', '151709.422000', '151709.425000', '151709.427000', '151709.430000', '151709.433000', '151709.436000', '151709.439000', '151729.317000', '151729.320000', '151729.323000', '151729.326000', '151729.328000', '151729.331000', '151729.341000', '151729.344000', '151729.347000', '151729.349000', '151729.352000', '151729.355000', '151729.358000', '151729.361000', '151729.364000', '151729.367000', '151729.369000', '151729.372000', '151729.375000', '151729.378000', '151729.381000', '151729.384000', '151729.387000', '151729.389000', '151729.392000', '151729.395000', '151729.398000', '151729.401000', '151729.404000', '151729.406000', '151729.409000', '151729.412000', '151729.415000', '151729.418000', '151729.421000', '151729.424000', '151729.427000', '151729.429000', '151729.432000', '151729.435000', '151729.438000', '151729.441000', '151729.444000', '151749.317000', '151749.320000', '151749.322000', '151749.325000', '151749.328000', '151749.331000', '151749.334000', '151749.337000', '151749.340000', '151749.342000', '151749.345000', '151749.348000', '151749.351000', '151749.354000', '151749.357000', '151749.360000', '151749.363000', '151749.365000', '151749.368000', '151749.371000', '151749.374000', '151749.377000', '151749.379000', '151749.382000', '151749.385000', '151749.388000', '151749.391000', '151749.394000', '151749.397000', '151749.399000', '151749.402000', '151749.405000', '151749.408000', '151749.411000', '151749.414000', '151749.417000', '151749.419000', '151749.422000', '151749.425000', '151749.428000', '151749.431000', '151749.434000', '151749.436000', '151749.439000', '151809.317000', '151809.320000', '151809.323000', '151809.326000', '151809.328000', '151809.331000', '151809.334000', '151809.337000', '151809.340000', '151809.343000', '151809.345000', '151809.348000', '151809.351000', '151809.354000', '151809.357000', '151809.360000', '151809.362000', '151809.365000', '151809.368000', '151809.371000', '151809.374000', '151809.377000', '151809.380000', '151809.393000', '151809.396000', '151809.399000', '151809.402000', '151809.405000', '151809.408000', '151809.411000', '151809.413000', '151809.416000', '151809.419000', '151809.422000', '151809.425000', '151809.427000', '151809.430000', '151809.433000', '151809.436000', '151809.439000', '151809.441000', '151809.444000', '151809.447000', '151829.318000', '151829.321000', '151829.323000', '151829.326000', '151829.329000', '151829.332000', '151829.335000', '151829.338000', '151829.341000', '151829.343000', '151829.346000', '151829.349000', '151829.352000', '151829.355000', '151829.358000', '151829.361000', '151829.363000', '151829.366000', '151829.369000', '151829.372000', '151829.375000', '151829.378000', '151829.381000', '151829.383000', '151829.386000', '151829.389000', '151829.392000', '151829.395000', '151829.398000', '151829.401000', '151829.403000', '151829.406000', '151829.409000', '151829.412000', '151829.415000', '151829.418000', '151829.421000', '151829.423000', '151829.426000', '151829.429000', '151829.432000', '151829.435000', '151829.438000', '151829.441000', '151849.318000', '151849.321000', '151849.324000', '151849.326000', '151849.329000', '151849.332000', '151849.335000', '151849.338000', '151849.341000', '151849.344000', '151849.346000', '151849.349000', '151849.352000', '151849.355000', '151849.358000', '151849.360000', '151849.364000', '151849.366000', '151849.369000', '151849.372000', '151849.375000', '151849.378000', '151849.381000', '151849.384000', '151849.387000', '151849.389000', '151849.392000', '151849.395000', '151849.398000', '151849.401000', '151849.404000', '151849.407000', '151849.414000', '151849.417000', '151849.420000', '151849.423000', '151849.426000', '151849.429000', '151849.431000', '151849.434000', '151849.437000', '151849.440000', '151849.443000', '151909.316000', '151909.320000', '151909.322000', '151909.326000', '151909.329000', '151909.331000', '151909.334000', '151909.338000', '151909.340000', '151909.343000', '151909.346000', '151909.349000', '151909.352000', '151909.355000', '151909.358000', '151909.360000', '151909.363000', '151909.366000', '151909.369000', '151909.372000', '151909.375000', '151909.378000', '151909.380000', '151909.383000', '151909.386000', '151909.389000', '151909.392000', '151909.395000', '151909.398000', '151909.401000', '151909.403000', '151909.406000', '151909.409000', '151909.412000', '151909.415000', '151909.418000', '151909.421000', '151909.424000', '151909.426000', '151909.429000', '151909.432000', '151909.435000', '151909.438000', '151929.317000', '151929.320000', '151929.323000', '151929.325000', '151929.328000', '151929.331000', '151929.334000', '151929.337000', '151929.340000', '151929.343000', '151929.345000', '151929.348000', '151929.351000', '151929.354000', '151929.357000', '151929.360000', '151929.363000', '151929.365000', '151929.368000', '151929.371000', '151929.374000', '151929.377000', '151929.380000', '151929.383000', '151929.386000', '151929.388000', '151929.391000', '151929.394000', '151929.397000', '151929.400000', '151929.403000', '151929.406000', '151929.409000', '151929.411000', '151929.414000', '151929.417000', '151929.420000', '151929.423000', '151929.426000', '151929.429000', '151929.432000', '151929.434000', '151929.437000', '151929.440000', '151949.317000', '151949.320000', '151949.323000', '151949.326000', '151949.328000', '151949.331000', '151949.334000', '151949.337000', '151949.340000', '151949.343000', '151949.346000', '151949.348000', '151949.351000', '151949.356000', '151949.360000', '151949.363000', '151949.366000', '151949.369000', '151949.371000', '151949.374000', '151949.377000', '151949.380000', '151949.383000', '151949.386000', '151949.388000', '151949.391000', '151949.394000', '151949.397000', '151949.400000', '151949.403000', '151949.406000', '151949.408000', '151949.411000', '151949.414000', '151949.417000', '151949.420000', '151949.423000', '151949.426000', '151949.428000', '151949.431000', '151949.434000', '151949.437000', '151949.440000', '152009.317000', '152009.320000', '152009.323000', '152009.326000', '152009.329000', '152009.332000', '152009.334000', '152009.337000', '152009.340000', '152009.343000', '152009.346000', '152009.349000', '152009.352000', '152009.355000', '152009.357000', '152009.360000', '152009.363000', '152009.366000', '152009.369000', '152009.372000', '152009.375000', '152009.377000', '152009.380000', '152009.383000', '152009.386000', '152009.389000', '152009.392000', '152009.395000', '152009.398000', '152009.400000', '152009.403000', '152009.406000', '152009.409000', '152009.412000', '152009.415000', '152009.418000', '152009.421000', '152009.424000', '152009.426000', '152009.429000', '152009.432000', '152009.435000', '152009.438000', '152009.441000', '152029.317000', '152029.320000', '152029.323000', '152029.326000', '152029.329000', '152029.332000', '152029.334000', '152029.337000', '152029.342000', '152029.345000', '152029.347000', '152029.350000', '152029.353000', '152029.356000', '152029.359000', '152029.362000', '152029.365000', '152029.369000', '152029.372000', '152029.375000', '152029.378000', '152029.381000', '152029.383000', '152029.386000', '152029.389000', '152029.392000', '152029.395000', '152029.398000', '152029.401000', '152029.403000', '152029.406000', '152029.409000', '152029.412000', '152029.415000', '152029.418000', '152029.421000', '152029.424000', '152029.426000', '152029.429000', '152029.432000', '152029.435000', '152029.438000', '152029.441000', '152049.317000', '152049.320000', '152049.323000', '152049.326000', '152049.329000', '152049.331000', '152049.334000', '152049.337000', '152049.340000', '152049.343000', '152049.346000', '152049.349000', '152049.351000', '152049.354000', '152049.357000', '152049.360000', '152049.363000', '152049.366000', '152049.369000', '152049.371000', '152049.374000', '152049.377000', '152049.380000', '152049.383000', '152049.385000', '152049.388000', '152049.391000', '152049.394000', '152049.397000', '152049.400000', '152049.403000', '152049.406000', '152049.408000', '152049.411000', '152049.414000', '152049.417000', '152049.420000', '152049.422000', '152049.425000', '152049.428000', '152049.431000', '152049.434000', '152049.437000', '152049.440000', '152052.869000', '152052.872000', '152052.875000', '152052.878000', '152052.881000', '152052.884000', '152052.887000', '152052.890000'], 'InstanceCreationTime': ['151429.355000', '151429.358000', '151429.361000', '151429.364000', '151429.367000', '151429.370000', '151429.372000', '151429.375000', '151429.378000', '151429.381000', '151429.384000', '151429.387000', '151429.390000', '151429.393000', '151429.395000', '151429.398000', '151429.401000', '151429.404000', '151429.407000', '151429.409000', '151429.412000', '151429.415000', '151429.418000', '151429.421000', '151429.424000', '151429.426000', '151429.429000', '151429.436000', '151429.439000', '151429.442000', '151429.444000', '151429.447000', '151429.450000', '151429.453000', '151429.456000', '151429.459000', '151429.462000', '151429.464000', '151449.317000', '151449.320000', '151449.323000', '151449.326000', '151449.328000', '151449.331000', '151449.334000', '151449.337000', '151449.340000', '151449.342000', '151449.345000', '151449.348000', '151449.351000', '151449.354000', '151449.357000', '151449.359000', '151449.362000', '151449.365000', '151449.368000', '151449.371000', '151449.373000', '151449.376000', '151449.379000', '151449.382000', '151449.384000', '151449.387000', '151449.390000', '151449.393000', '151449.396000', '151449.398000', '151449.401000', '151449.411000', '151449.414000', '151449.417000', '151449.420000', '151449.422000', '151449.425000', '151449.428000', '151449.431000', '151449.434000', '151449.437000', '151449.439000', '151449.442000', '151509.317000', '151509.320000', '151509.322000', '151509.325000', '151509.328000', '151509.331000', '151509.334000', '151509.337000', '151509.339000', '151509.342000', '151509.345000', '151509.348000', '151509.351000', '151509.353000', '151509.356000', '151509.359000', '151509.362000', '151509.365000', '151509.368000', '151509.371000', '151509.373000', '151509.376000', '151509.379000', '151509.382000', '151509.385000', '151509.388000', '151509.390000', '151509.393000', '151509.396000', '151509.399000', '151509.402000', '151509.405000', '151509.407000', '151509.410000', '151509.413000', '151509.416000', '151509.419000', '151509.421000', '151509.424000', '151509.427000', '151509.430000', '151509.433000', '151509.435000', '151509.438000', '151529.317000', '151529.320000', '151529.323000', '151529.326000', '151529.328000', '151529.331000', '151529.334000', '151529.337000', '151529.340000', '151529.343000', '151529.345000', '151529.348000', '151529.351000', '151529.354000', '151529.357000', '151529.360000', '151529.363000', '151529.366000', '151529.368000', '151529.371000', '151529.374000', '151529.377000', '151529.380000', '151529.383000', '151529.386000', '151529.390000', '151529.392000', '151529.395000', '151529.398000', '151529.401000', '151529.404000', '151529.407000', '151529.410000', '151529.413000', '151529.415000', '151529.418000', '151529.421000', '151529.424000', '151529.427000', '151529.429000', '151529.432000', '151529.435000', '151529.438000', '151549.317000', '151549.320000', '151549.323000', '151549.325000', '151549.328000', '151549.331000', '151549.334000', '151549.337000', '151549.340000', '151549.342000', '151549.345000', '151549.348000', '151549.351000', '151549.354000', '151549.357000', '151549.360000', '151549.362000', '151549.365000', '151549.368000', '151549.371000', '151549.374000', '151549.376000', '151549.379000', '151549.382000', '151549.385000', '151549.388000', '151549.391000', '151549.394000', '151549.396000', '151549.399000', '151549.402000', '151549.405000', '151549.408000', '151549.411000', '151549.414000', '151549.416000', '151549.419000', '151549.422000', '151549.425000', '151549.428000', '151549.430000', '151549.433000', '151549.436000', '151549.439000', '151609.317000', '151609.320000', '151609.323000', '151609.325000', '151609.328000', '151609.331000', '151609.334000', '151609.337000', '151609.340000', '151609.342000', '151609.345000', '151609.348000', '151609.351000', '151609.354000', '151609.357000', '151609.360000', '151609.362000', '151609.365000', '151609.368000', '151609.371000', '151609.374000', '151609.377000', '151609.379000', '151609.382000', '151609.385000', '151609.388000', '151609.391000', '151609.394000', '151609.397000', '151609.400000', '151609.402000', '151609.405000', '151609.408000', '151609.411000', '151609.414000', '151609.416000', '151609.419000', '151609.422000', '151609.425000', '151609.428000', '151609.431000', '151609.434000', '151609.436000', '151629.317000', '151629.324000', '151629.327000', '151629.330000', '151629.332000', '151629.335000', '151629.338000', '151629.341000', '151629.344000', '151629.347000', '151629.349000', '151629.352000', '151629.355000', '151629.358000', '151629.361000', '151629.364000', '151629.366000', '151629.369000', '151629.372000', '151629.375000', '151629.378000', '151629.381000', '151629.383000', '151629.386000', '151629.389000', '151629.392000', '151629.395000', '151629.398000', '151629.401000', '151629.404000', '151629.407000', '151629.409000', '151629.412000', '151629.415000', '151629.418000', '151629.421000', '151629.424000', '151629.427000', '151629.429000', '151629.432000', '151629.435000', '151629.438000', '151629.459000', '151629.462000', '151649.316000', '151649.319000', '151649.322000', '151649.325000', '151649.327000', '151649.330000', '151649.333000', '151649.336000', '151649.339000', '151649.341000', '151649.344000', '151649.347000', '151649.350000', '151649.353000', '151649.356000', '151649.359000', '151649.361000', '151649.364000', '151649.367000', '151649.370000', '151649.373000', '151649.376000', '151649.378000', '151649.381000', '151649.384000', '151649.387000', '151649.390000', '151649.393000', '151649.396000', '151649.398000', '151649.401000', '151649.404000', '151649.407000', '151649.410000', '151649.413000', '151649.415000', '151649.418000', '151649.421000', '151649.425000', '151649.428000', '151649.431000', '151649.434000', '151649.436000', '151709.317000', '151709.320000', '151709.323000', '151709.325000', '151709.328000', '151709.331000', '151709.334000', '151709.337000', '151709.339000', '151709.342000', '151709.345000', '151709.348000', '151709.351000', '151709.354000', '151709.356000', '151709.359000', '151709.362000', '151709.365000', '151709.368000', '151709.370000', '151709.373000', '151709.376000', '151709.379000', '151709.381000', '151709.384000', '151709.387000', '151709.390000', '151709.393000', '151709.396000', '151709.399000', '151709.402000', '151709.404000', '151709.408000', '151709.410000', '151709.413000', '151709.416000', '151709.419000', '151709.422000', '151709.425000', '151709.427000', '151709.430000', '151709.433000', '151709.436000', '151709.439000', '151729.317000', '151729.320000', '151729.323000', '151729.326000', '151729.328000', '151729.331000', '151729.341000', '151729.344000', '151729.347000', '151729.349000', '151729.352000', '151729.355000', '151729.358000', '151729.361000', '151729.364000', '151729.367000', '151729.369000', '151729.372000', '151729.375000', '151729.378000', '151729.381000', '151729.384000', '151729.387000', '151729.389000', '151729.392000', '151729.395000', '151729.398000', '151729.401000', '151729.404000', '151729.406000', '151729.409000', '151729.412000', '151729.415000', '151729.418000', '151729.421000', '151729.424000', '151729.427000', '151729.429000', '151729.432000', '151729.435000', '151729.438000', '151729.441000', '151729.444000', '151749.317000', '151749.320000', '151749.322000', '151749.325000', '151749.328000', '151749.331000', '151749.334000', '151749.337000', '151749.340000', '151749.342000', '151749.345000', '151749.348000', '151749.351000', '151749.354000', '151749.357000', '151749.360000', '151749.363000', '151749.365000', '151749.368000', '151749.371000', '151749.374000', '151749.377000', '151749.379000', '151749.382000', '151749.385000', '151749.388000', '151749.391000', '151749.394000', '151749.397000', '151749.399000', '151749.402000', '151749.405000', '151749.408000', '151749.411000', '151749.414000', '151749.417000', '151749.419000', '151749.422000', '151749.425000', '151749.428000', '151749.431000', '151749.434000', '151749.436000', '151749.439000', '151809.317000', '151809.320000', '151809.323000', '151809.326000', '151809.328000', '151809.331000', '151809.334000', '151809.337000', '151809.340000', '151809.343000', '151809.345000', '151809.348000', '151809.351000', '151809.354000', '151809.357000', '151809.360000', '151809.362000', '151809.365000', '151809.368000', '151809.371000', '151809.374000', '151809.377000', '151809.380000', '151809.393000', '151809.396000', '151809.399000', '151809.402000', '151809.405000', '151809.408000', '151809.411000', '151809.413000', '151809.416000', '151809.419000', '151809.422000', '151809.425000', '151809.427000', '151809.430000', '151809.433000', '151809.436000', '151809.439000', '151809.441000', '151809.444000', '151809.447000', '151829.318000', '151829.321000', '151829.323000', '151829.326000', '151829.329000', '151829.332000', '151829.335000', '151829.338000', '151829.341000', '151829.343000', '151829.346000', '151829.349000', '151829.352000', '151829.355000', '151829.358000', '151829.361000', '151829.363000', '151829.366000', '151829.369000', '151829.372000', '151829.375000', '151829.378000', '151829.381000', '151829.383000', '151829.386000', '151829.389000', '151829.392000', '151829.395000', '151829.398000', '151829.401000', '151829.403000', '151829.406000', '151829.409000', '151829.412000', '151829.415000', '151829.418000', '151829.421000', '151829.423000', '151829.426000', '151829.429000', '151829.432000', '151829.435000', '151829.438000', '151829.441000', '151849.318000', '151849.321000', '151849.324000', '151849.326000', '151849.329000', '151849.332000', '151849.335000', '151849.338000', '151849.341000', '151849.344000', '151849.346000', '151849.349000', '151849.352000', '151849.355000', '151849.358000', '151849.360000', '151849.364000', '151849.366000', '151849.369000', '151849.372000', '151849.375000', '151849.378000', '151849.381000', '151849.384000', '151849.387000', '151849.389000', '151849.392000', '151849.395000', '151849.398000', '151849.401000', '151849.404000', '151849.407000', '151849.414000', '151849.417000', '151849.420000', '151849.423000', '151849.426000', '151849.429000', '151849.431000', '151849.434000', '151849.437000', '151849.440000', '151849.443000', '151909.316000', '151909.320000', '151909.322000', '151909.326000', '151909.329000', '151909.331000', '151909.334000', '151909.338000', '151909.340000', '151909.343000', '151909.346000', '151909.349000', '151909.352000', '151909.355000', '151909.358000', '151909.360000', '151909.363000', '151909.366000', '151909.369000', '151909.372000', '151909.375000', '151909.378000', '151909.380000', '151909.383000', '151909.386000', '151909.389000', '151909.392000', '151909.395000', '151909.398000', '151909.401000', '151909.403000', '151909.406000', '151909.409000', '151909.412000', '151909.415000', '151909.418000', '151909.421000', '151909.424000', '151909.426000', '151909.429000', '151909.432000', '151909.435000', '151909.438000', '151929.317000', '151929.320000', '151929.323000', '151929.325000', '151929.328000', '151929.331000', '151929.334000', '151929.337000', '151929.340000', '151929.343000', '151929.345000', '151929.348000', '151929.351000', '151929.354000', '151929.357000', '151929.360000', '151929.363000', '151929.365000', '151929.368000', '151929.371000', '151929.374000', '151929.377000', '151929.380000', '151929.383000', '151929.386000', '151929.388000', '151929.391000', '151929.394000', '151929.397000', '151929.400000', '151929.403000', '151929.406000', '151929.409000', '151929.411000', '151929.414000', '151929.417000', '151929.420000', '151929.423000', '151929.426000', '151929.429000', '151929.432000', '151929.434000', '151929.437000', '151929.440000', '151949.317000', '151949.320000', '151949.323000', '151949.326000', '151949.328000', '151949.331000', '151949.334000', '151949.337000', '151949.340000', '151949.343000', '151949.346000', '151949.348000', '151949.351000', '151949.356000', '151949.360000', '151949.363000', '151949.366000', '151949.369000', '151949.371000', '151949.374000', '151949.377000', '151949.380000', '151949.383000', '151949.386000', '151949.388000', '151949.391000', '151949.394000', '151949.397000', '151949.400000', '151949.403000', '151949.406000', '151949.408000', '151949.411000', '151949.414000', '151949.417000', '151949.420000', '151949.423000', '151949.426000', '151949.428000', '151949.431000', '151949.434000', '151949.437000', '151949.440000', '152009.317000', '152009.320000', '152009.323000', '152009.326000', '152009.329000', '152009.332000', '152009.334000', '152009.337000', '152009.340000', '152009.343000', '152009.346000', '152009.349000', '152009.352000', '152009.355000', '152009.357000', '152009.360000', '152009.363000', '152009.366000', '152009.369000', '152009.372000', '152009.375000', '152009.377000', '152009.380000', '152009.383000', '152009.386000', '152009.389000', '152009.392000', '152009.395000', '152009.398000', '152009.400000', '152009.403000', '152009.406000', '152009.409000', '152009.412000', '152009.415000', '152009.418000', '152009.421000', '152009.424000', '152009.426000', '152009.429000', '152009.432000', '152009.435000', '152009.438000', '152009.441000', '152029.317000', '152029.320000', '152029.323000', '152029.326000', '152029.329000', '152029.332000', '152029.334000', '152029.337000', '152029.342000', '152029.345000', '152029.347000', '152029.350000', '152029.353000', '152029.356000', '152029.359000', '152029.362000', '152029.365000', '152029.369000', '152029.372000', '152029.375000', '152029.378000', '152029.381000', '152029.383000', '152029.386000', '152029.389000', '152029.392000', '152029.395000', '152029.398000', '152029.401000', '152029.403000', '152029.406000', '152029.409000', '152029.412000', '152029.415000', '152029.418000', '152029.421000', '152029.424000', '152029.426000', '152029.429000', '152029.432000', '152029.435000', '152029.438000', '152029.441000', '152049.317000', '152049.320000', '152049.323000', '152049.326000', '152049.329000', '152049.331000', '152049.334000', '152049.337000', '152049.340000', '152049.343000', '152049.346000', '152049.349000', '152049.351000', '152049.354000', '152049.357000', '152049.360000', '152049.363000', '152049.366000', '152049.369000', '152049.371000', '152049.374000', '152049.377000', '152049.380000', '152049.383000', '152049.385000', '152049.388000', '152049.391000', '152049.394000', '152049.397000', '152049.400000', '152049.403000', '152049.406000', '152049.408000', '152049.411000', '152049.414000', '152049.417000', '152049.420000', '152049.422000', '152049.425000', '152049.428000', '152049.431000', '152049.434000', '152049.437000', '152049.440000', '152052.869000', '152052.872000', '152052.875000', '152052.878000', '152052.881000', '152052.884000', '152052.887000', '152052.890000'], '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': [9095, 8321, 8800, 8814, 8920, 8514, 12158, 8885, 13572, 8216, 11893, 8996, 8407, 9002, 8821, 11681, 8587, 12684, 7857, 9106, 8255, 8542, 8564, 8846, 12262, 8212, 10095, 8001, 9937, 8569, 10912, 10616, 9835, 10580, 7825, 9916, 8184, 9572, 8826, 8901, 8854, 8388, 11710, 8117, 10228, 8564, 9086, 9223, 9531, 13101, 10095, 12382, 8244, 10086, 8613, 9015, 8957, 7796, 11725, 9661, 12003, 7942, 9454, 7973, 10167, 7928, 11952, 7801, 10219, 8096, 8319, 8561, 8282, 11822, 8501, 9129, 8248, 9695, 8033, 12040, 9061, 8844, 8483, 8798, 8392, 8343, 12168, 8424, 10361, 8266, 9780, 8488, 11711, 10172, 10331, 10105, 8758, 9093, 8743, 9015, 8373, 12255, 9562, 12936, 7900, 10804, 7865, 9245, 7923, 11611, 8007, 12136, 7936, 10326, 8010, 9650, 7731, 10222, 8422, 8838, 8318, 9022, 8571, 8718, 9739, 8192, 12521, 8535, 10007, 8408, 9654, 7807, 12403, 8806, 10135, 8287, 8960, 8482, 8819, 9732, 9042, 10092, 8968, 8479, 8553, 10859, 8178, 12330, 8134, 9267, 8511, 9154, 8943, 8359, 12712, 8431, 12052, 8058, 11193, 8393, 11150, 9267, 13319, 11665, 10963, 8158, 9559, 8482, 8957, 9352, 8783, 13292, 8448, 9283, 8214, 9668, 8514, 8819, 12445, 9609, 11435, 8957, 8897, 8715, 9769, 8514, 12619, 7865, 9880, 8826, 9337, 8347, 8526, 12252, 8425, 10457, 8505, 9882, 8893, 9274, 13390, 8856, 10500, 8537, 9368, 8337, 9640, 10344, 9414, 8533, 8463, 10067, 8755, 9102, 13162, 9724, 11358, 8421, 9121, 10062, 8657, 13146, 9436, 12756, 8034, 11552, 7892, 9414, 8645, 9022, 12611, 8824, 12139, 8381, 9610, 10483, 8933, 10923, 8690, 13041, 7878, 9945, 8378, 9473, 10934, 9726, 13135, 9417, 10134, 8988, 9687, 8151, 10841, 10428, 9483, 9333, 9302, 10061, 8787, 10714, 9538, 9804, 10042, 9623, 9096, 9272, 12765, 9395, 10190, 10724, 9447, 9060, 9190, 12510, 10180, 12586, 8511, 10065, 10610, 9494, 11776, 9192, 14231, 10146, 9913, 10122, 9483, 9962, 8591, 13511, 11068, 12015, 7844, 9942, 8296, 9742, 11057, 9575, 10783, 9657, 9940, 9068, 9861, 8303, 9584, 11711, 9574, 11025, 9229, 10371, 9849, 9644, 13161, 9124, 9884, 8874, 10016, 10621, 9505, 13959, 8565, 11902, 8342, 9998, 9773, 9963, 13023, 9454, 11317, 9218, 10665, 8665, 12666, 10217, 10056, 10169, 9646, 9684, 8971, 13042, 9829, 11628, 9204, 9914, 9963, 9501, 13002, 9388, 10303, 9241, 9635, 9122, 12924, 8802, 10982, 8923, 10276, 10278, 9306, 11640, 9179, 10180, 10233, 10154, 9737, 9192, 14240, 10709, 10293, 10970, 9869, 9870, 9171, 14324, 11988, 10110, 10382, 9559, 9754, 8999, 13171, 10856, 13143, 8508, 9775, 9568, 9424, 10285, 9009, 14015, 9031, 12837, 8218, 10527, 8157, 9711, 8616, 9043, 13427, 9037, 10461, 8648, 10036, 8229, 10071, 10021, 9288, 10424, 9251, 9632, 9249, 9695, 9176, 12076, 8473, 9948, 8858, 10169, 8833, 9654, 11413, 9650, 10861, 9382, 9426, 9318, 10362, 9182, 13271, 9146, 12227, 8564, 10240, 8710, 10181, 9064, 10084, 10592, 10013, 9554, 9554, 10648, 9683, 11964, 11171, 9843, 10421, 8942, 10129, 10626, 8973, 13675, 11808, 14478, 8285, 10275, 8961, 9817, 8861, 9265, 13274, 9231, 12150, 8660, 10207, 9007, 9909, 9974, 9623, 12674, 8873, 10233, 8642, 10147, 8680, 10367, 11364, 9658, 11057, 9277, 9671, 9293, 10530, 9102, 11947, 8631, 10103, 10272, 9621, 9689, 9440, 12094, 9072, 12365, 10755, 9132, 9850, 9213, 10316, 9389, 14316, 12035, 9750, 10346, 9291, 9847, 9493, 12271, 9698, 14136, 8975, 10424, 9071, 9821, 10454, 9797, 12553, 9535, 12267, 9413, 10248, 9224, 11189, 9501, 9960, 9840, 9721, 9461, 9749, 10610, 9433, 12929, 11923, 10184, 11486, 9152, 10221, 8643, 9915, 9779, 11505, 13128, 9669, 10708, 9284, 11047, 9367, 11252, 9210, 13401, 9783, 12914, 8631, 10161, 8780, 10020, 8723, 9571, 11538, 9585, 11045, 9392, 9873, 9440, 10883, 9287, 13484, 8811, 12237, 8645, 9932, 8939, 9859, 10164, 9788, 11103, 9703, 9657, 9764, 9673, 9515, 12322, 9338, 11471, 9305, 10543, 9689, 9903, 9320, 9016, 10168, 9737, 9620, 9960, 9243, 11814, 10501, 10058, 11257, 9695, 10342, 9799, 13332, 10524, 13623, 9146, 10175, 9362, 10409, 8661, 10126, 13020, 9988, 11418, 9790, 9965, 9759, 10536, 9546, 13064, 10532, 13271, 9092, 9975, 9517, 9974, 10367, 9930, 13299, 9450, 13582, 9209, 10048, 8808, 10071, 8596, 9775, 12622, 9282, 12199, 9188, 10921, 9055, 11478, 9413, 10088, 11160, 9691, 9287, 9572, 9938, 9426, 12439, 10445, 11749, 8395, 10299, 10494, 10047, 10184, 9701, 13865, 9180, 9803, 8695, 10117, 10348, 10133, 12852, 9283, 14355, 9043, 12900, 8871, 11604, 8734, 12495, 10421, 11312, 10770, 9861, 11092, 9871, 9609, 9525, 10786, 9084, 13836, 9080, 11503, 8978, 10200, 8893, 10188, 8248, 10033, 12072, 10061, 10165, 9698, 10310, 8960, 11513, 8789, 10154, 8628, 10012, 11591, 10066, 12400, 9592, 10011, 9313, 10417, 8900, 11265, 9957, 10971, 10586, 9892, 9648, 9924, 10513, 9904, 10802, 9415, 13613, 9344, 11595, 9162, 9970, 8556, 10124, 12399, 9554, 10841, 9564, 9907, 9734, 12226, 10121, 12483, 9413, 10763, 9263, 11061, 8790, 10258, 11848, 9742, 10152, 9704, 10434, 9238, 12688, 10217, 11585, 9928, 9859, 10206, 9856, 10255, 9608, 13443, 9743, 13170, 9163, 11192, 8931, 11735, 8638, 12311, 10619, 9492, 10769, 9585, 9208, 9238, 9995, 9070, 13467, 10166, 12977, 8961, 9858, 8956, 11345, 9621, 10020, 9909, 9829, 10263, 9849, 10071, 9311, 13087, 9270, 10261, 10045, 9272, 9890, 9079, 9740, 12869, 10516, 14305, 8766, 11875, 8834, 11143, 9522, 11110, 12947, 9478, 10950, 9340, 9395, 9318, 10611, 9088, 13043, 10358, 13000, 8613, 9768, 9133, 10037, 8351, 9923, 12475, 9274, 10658, 9007, 10520, 8969, 10096, 10358, 9667, 11314, 9131, 9895, 8172, 10028, 11455, 9273, 14558, 8973, 12385, 9188, 11256, 9144, 12761, 10622, 10888, 10426, 10070, 10212, 9921, 9067, 10054, 11914, 8835, 10001, 8382, 10211, 10675, 9990, 12707, 10010, 13349, 9037, 10394], 'WindowCenter': [4236.0, 4212.0, 4209.0, 4205.0, 4195.0, 4192.0, 4224.0, 4193.0, 4223.0, 4182.0, 4211.0, 4192.0, 4178.0, 4180.0, 4180.0, 4211.0, 4181.0, 4234.0, 4182.0, 4190.0, 4182.0, 4192.0, 4193.0, 4192.0, 4235.0, 4193.0, 4212.0, 4183.0, 4203.0, 4194.0, 4224.0, 4215.0, 4202.0, 4214.0, 4173.0, 4202.0, 4181.0, 4190.0, 4192.0, 4191.0, 4193.0, 4182.0, 4224.0, 4185.0, 4215.0, 4194.0, 4191.0, 4194.0, 4190.0, 4224.0, 4201.0, 4210.0, 4182.0, 4199.0, 4180.0, 4178.0, 4179.0, 4158.0, 4211.0, 4188.0, 4210.0, 4169.0, 4190.0, 4169.0, 4199.0, 4169.0, 4210.0, 4170.0, 4188.0, 4170.0, 4170.0, 4181.0, 4181.0, 4222.0, 4181.0, 4192.0, 4182.0, 4203.0, 4182.0, 4222.0, 4207.0, 4194.0, 4195.0, 4193.0, 4183.0, 4184.0, 4225.0, 4195.0, 4203.0, 4184.0, 4201.0, 4194.0, 4223.0, 4203.0, 4202.0, 4203.0, 4181.0, 4181.0, 4179.0, 4179.0, 4169.0, 4211.0, 4179.0, 4209.0, 4158.0, 4188.0, 4157.0, 4177.0, 4158.0, 4197.0, 4157.0, 4207.0, 4157.0, 4187.0, 4169.0, 4177.0, 4159.0, 4198.0, 4180.0, 4179.0, 4181.0, 4191.0, 4182.0, 4180.0, 4203.0, 4181.0, 4224.0, 4180.0, 4191.0, 4169.0, 4192.0, 4170.0, 4222.0, 4193.0, 4202.0, 4181.0, 4190.0, 4181.0, 4191.0, 4203.0, 4191.0, 4213.0, 4193.0, 4180.0, 4192.0, 4212.0, 4184.0, 4225.0, 4184.0, 4194.0, 4193.0, 4192.0, 4194.0, 4184.0, 4224.0, 4182.0, 4224.0, 4172.0, 4210.0, 4171.0, 4199.0, 4180.0, 4211.0, 4200.0, 4188.0, 4157.0, 4177.0, 4167.0, 4177.0, 4178.0, 4180.0, 4221.0, 4180.0, 4190.0, 4180.0, 4189.0, 4180.0, 4181.0, 4223.0, 4191.0, 4212.0, 4180.0, 4178.0, 4168.0, 4189.0, 4181.0, 4210.0, 4169.0, 4201.0, 4191.0, 4190.0, 4184.0, 4194.0, 4224.0, 4194.0, 4214.0, 4195.0, 4203.0, 4205.0, 4194.0, 4237.0, 4193.0, 4203.0, 4182.0, 4191.0, 4183.0, 4202.0, 4214.0, 4203.0, 4183.0, 4184.0, 4202.0, 4194.0, 4195.0, 4235.0, 4205.0, 4214.0, 4182.0, 4180.0, 4189.0, 4167.0, 4209.0, 4178.0, 4209.0, 4158.0, 4197.0, 4156.0, 4165.0, 4166.0, 4165.0, 4208.0, 4167.0, 4208.0, 4168.0, 4188.0, 4200.0, 4181.0, 4200.0, 4181.0, 4222.0, 4171.0, 4191.0, 4170.0, 4190.0, 4203.0, 4191.0, 4221.0, 4179.0, 4188.0, 4180.0, 4178.0, 4170.0, 4200.0, 4201.0, 4190.0, 4191.0, 4190.0, 4200.0, 4182.0, 4202.0, 4206.0, 4202.0, 4203.0, 4204.0, 4205.0, 4205.0, 4236.0, 4206.0, 4215.0, 4226.0, 4204.0, 4195.0, 4204.0, 4225.0, 4216.0, 4223.0, 4184.0, 4193.0, 4201.0, 4192.0, 4211.0, 4191.0, 4222.0, 4191.0, 4189.0, 4190.0, 4179.0, 4189.0, 4169.0, 4209.0, 4200.0, 4199.0, 4159.0, 4178.0, 4168.0, 4177.0, 4201.0, 4178.0, 4200.0, 4190.0, 4189.0, 4190.0, 4189.0, 4182.0, 4202.0, 4223.0, 4194.0, 4212.0, 4205.0, 4202.0, 4205.0, 4204.0, 4234.0, 4194.0, 4203.0, 4195.0, 4214.0, 4215.0, 4206.0, 4246.0, 4195.0, 4224.0, 4184.0, 4190.0, 4193.0, 4190.0, 4221.0, 4179.0, 4199.0, 4179.0, 4187.0, 4169.0, 4209.0, 4190.0, 4188.0, 4189.0, 4178.0, 4178.0, 4180.0, 4220.0, 4191.0, 4210.0, 4180.0, 4189.0, 4190.0, 4190.0, 4222.0, 4190.0, 4191.0, 4191.0, 4192.0, 4190.0, 4220.0, 4183.0, 4201.0, 4192.0, 4213.0, 4213.0, 4204.0, 4225.0, 4205.0, 4214.0, 4216.0, 4216.0, 4205.0, 4205.0, 4245.0, 4215.0, 4203.0, 4214.0, 4202.0, 4202.0, 4193.0, 4234.0, 4224.0, 4202.0, 4202.0, 4191.0, 4189.0, 4179.0, 4210.0, 4201.0, 4209.0, 4168.0, 4177.0, 4178.0, 4177.0, 4189.0, 4177.0, 4219.0, 4167.0, 4198.0, 4156.0, 4185.0, 4155.0, 4176.0, 4167.0, 4166.0, 4208.0, 4167.0, 4187.0, 4167.0, 4177.0, 4167.0, 4187.0, 4188.0, 4178.0, 4189.0, 4178.0, 4177.0, 4178.0, 4177.0, 4179.0, 4208.0, 4170.0, 4188.0, 4180.0, 4188.0, 4180.0, 4189.0, 4211.0, 4189.0, 4199.0, 4180.0, 4178.0, 4179.0, 4190.0, 4181.0, 4220.0, 4190.0, 4209.0, 4180.0, 4199.0, 4180.0, 4202.0, 4192.0, 4204.0, 4214.0, 4203.0, 4203.0, 4203.0, 4225.0, 4218.0, 4225.0, 4226.0, 4204.0, 4214.0, 4194.0, 4204.0, 4214.0, 4193.0, 4233.0, 4214.0, 4232.0, 4171.0, 4190.0, 4180.0, 4187.0, 4168.0, 4178.0, 4209.0, 4180.0, 4210.0, 4169.0, 4187.0, 4181.0, 4202.0, 4202.0, 4192.0, 4224.0, 4194.0, 4202.0, 4184.0, 4203.0, 4183.0, 4202.0, 4214.0, 4191.0, 4202.0, 4180.0, 4189.0, 4181.0, 4189.0, 4181.0, 4210.0, 4181.0, 4201.0, 4203.0, 4191.0, 4191.0, 4193.0, 4211.0, 4193.0, 4224.0, 4215.0, 4192.0, 4202.0, 4192.0, 4203.0, 4194.0, 4235.0, 4226.0, 4193.0, 4203.0, 4191.0, 4190.0, 4190.0, 4213.0, 4191.0, 4221.0, 4182.0, 4201.0, 4182.0, 4191.0, 4201.0, 4191.0, 4222.0, 4194.0, 4224.0, 4193.0, 4203.0, 4194.0, 4212.0, 4204.0, 4204.0, 4203.0, 4203.0, 4205.0, 4206.0, 4214.0, 4204.0, 4236.0, 4227.0, 4205.0, 4214.0, 4194.0, 4201.0, 4182.0, 4190.0, 4192.0, 4200.0, 4222.0, 4181.0, 4189.0, 4178.0, 4199.0, 4178.0, 4198.0, 4176.0, 4208.0, 4188.0, 4207.0, 4168.0, 4187.0, 4168.0, 4189.0, 4168.0, 4178.0, 4212.0, 4178.0, 4199.0, 4178.0, 4187.0, 4177.0, 4187.0, 4178.0, 4208.0, 4178.0, 4198.0, 4168.0, 4177.0, 4179.0, 4188.0, 4191.0, 4189.0, 4200.0, 4189.0, 4189.0, 4188.0, 4189.0, 4190.0, 4211.0, 4191.0, 4210.0, 4190.0, 4211.0, 4204.0, 4202.0, 4194.0, 4194.0, 4215.0, 4206.0, 4217.0, 4215.0, 4207.0, 4229.0, 4228.0, 4207.0, 4227.0, 4206.0, 4215.0, 4205.0, 4235.0, 4214.0, 4223.0, 4194.0, 4201.0, 4193.0, 4201.0, 4183.0, 4200.0, 4224.0, 4204.0, 4213.0, 4202.0, 4192.0, 4193.0, 4202.0, 4192.0, 4221.0, 4202.0, 4221.0, 4182.0, 4191.0, 4190.0, 4189.0, 4190.0, 4188.0, 4221.0, 4191.0, 4222.0, 4192.0, 4191.0, 4192.0, 4202.0, 4182.0, 4189.0, 4223.0, 4192.0, 4210.0, 4191.0, 4199.0, 4180.0, 4210.0, 4191.0, 4199.0, 4211.0, 4191.0, 4181.0, 4192.0, 4190.0, 4191.0, 4222.0, 4213.0, 4211.0, 4172.0, 4201.0, 4201.0, 4201.0, 4204.0, 4204.0, 4235.0, 4193.0, 4204.0, 4183.0, 4202.0, 4204.0, 4200.0, 4223.0, 4192.0, 4234.0, 4181.0, 4221.0, 4181.0, 4199.0, 4169.0, 4208.0, 4190.0, 4199.0, 4201.0, 4177.0, 4197.0, 4188.0, 4179.0, 4189.0, 4199.0, 4178.0, 4219.0, 4179.0, 4200.0, 4179.0, 4189.0, 4177.0, 4190.0, 4170.0, 4190.0, 4211.0, 4190.0, 4200.0, 4192.0, 4200.0, 4193.0, 4213.0, 4183.0, 4202.0, 4183.0, 4202.0, 4213.0, 4202.0, 4222.0, 4194.0, 4201.0, 4194.0, 4200.0, 4193.0, 4210.0, 4204.0, 4202.0, 4203.0, 4191.0, 4191.0, 4192.0, 4201.0, 4189.0, 4202.0, 4191.0, 4222.0, 4193.0, 4211.0, 4193.0, 4201.0, 4183.0, 4203.0, 4226.0, 4204.0, 4215.0, 4204.0, 4202.0, 4192.0, 4223.0, 4205.0, 4223.0, 4193.0, 4201.0, 4194.0, 4210.0, 4183.0, 4202.0, 4224.0, 4194.0, 4202.0, 4194.0, 4201.0, 4194.0, 4223.0, 4204.0, 4212.0, 4203.0, 4193.0, 4202.0, 4190.0, 4201.0, 4190.0, 4221.0, 4190.0, 4211.0, 4181.0, 4199.0, 4181.0, 4209.0, 4181.0, 4210.0, 4202.0, 4190.0, 4200.0, 4190.0, 4179.0, 4178.0, 4188.0, 4179.0, 4220.0, 4190.0, 4209.0, 4179.0, 4188.0, 4179.0, 4201.0, 4191.0, 4189.0, 4203.0, 4191.0, 4201.0, 4203.0, 4204.0, 4204.0, 4234.0, 4204.0, 4202.0, 4203.0, 4194.0, 4204.0, 4205.0, 4204.0, 4237.0, 4214.0, 4235.0, 4185.0, 4212.0, 4181.0, 4200.0, 4181.0, 4200.0, 4211.0, 4179.0, 4189.0, 4177.0, 4167.0, 4178.0, 4187.0, 4180.0, 4209.0, 4190.0, 4210.0, 4171.0, 4188.0, 4178.0, 4189.0, 4170.0, 4190.0, 4222.0, 4181.0, 4201.0, 4182.0, 4202.0, 4182.0, 4201.0, 4203.0, 4191.0, 4211.0, 4193.0, 4200.0, 4182.0, 4204.0, 4223.0, 4193.0, 4235.0, 4193.0, 4224.0, 4193.0, 4201.0, 4193.0, 4211.0, 4202.0, 4201.0, 4202.0, 4190.0, 4201.0, 4201.0, 4183.0, 4205.0, 4213.0, 4197.0, 4204.0, 4185.0, 4214.0, 4215.0, 4214.0, 4235.0, 4216.0, 4235.0, 4194.0, 4214.0], 'WindowWidth': [9393.0, 9350.0, 9342.0, 9328.0, 9313.0, 9304.0, 9349.0, 9305.0, 9347.0, 9289.0, 9326.0, 9300.0, 9278.0, 9283.0, 9283.0, 9327.0, 9285.0, 9360.0, 9289.0, 9298.0, 9290.0, 9302.0, 9308.0, 9304.0, 9365.0, 9307.0, 9330.0, 9294.0, 9318.0, 9310.0, 9349.0, 9339.0, 9318.0, 9336.0, 9278.0, 9315.0, 9286.0, 9296.0, 9300.0, 9298.0, 9306.0, 9290.0, 9350.0, 9298.0, 9337.0, 9310.0, 9302.0, 9307.0, 9298.0, 9350.0, 9311.0, 9323.0, 9286.0, 9306.0, 9280.0, 9276.0, 9278.0, 9249.0, 9324.0, 9288.0, 9322.0, 9266.0, 9294.0, 9265.0, 9304.0, 9267.0, 9322.0, 9269.0, 9291.0, 9269.0, 9268.0, 9286.0, 9286.0, 9343.0, 9286.0, 9302.0, 9290.0, 9316.0, 9292.0, 9344.0, 9330.0, 9307.0, 9311.0, 9306.0, 9294.0, 9295.0, 9352.0, 9311.0, 9319.0, 9294.0, 9314.0, 9307.0, 9343.0, 9318.0, 9314.0, 9318.0, 9284.0, 9285.0, 9278.0, 9278.0, 9264.0, 9322.0, 9277.0, 9319.0, 9246.0, 9287.0, 9244.0, 9269.0, 9248.0, 9298.0, 9246.0, 9313.0, 9247.0, 9285.0, 9264.0, 9273.0, 9254.0, 9303.0, 9283.0, 9279.0, 9286.0, 9298.0, 9288.0, 9284.0, 9318.0, 9286.0, 9348.0, 9281.0, 9297.0, 9267.0, 9298.0, 9271.0, 9339.0, 9303.0, 9312.0, 9286.0, 9296.0, 9285.0, 9300.0, 9319.0, 9299.0, 9331.0, 9304.0, 9284.0, 9302.0, 9328.0, 9295.0, 9349.0, 9295.0, 9307.0, 9305.0, 9302.0, 9307.0, 9295.0, 9348.0, 9288.0, 9345.0, 9274.0, 9322.0, 9271.0, 9305.0, 9283.0, 9324.0, 9308.0, 9286.0, 9245.0, 9271.0, 9260.0, 9272.0, 9276.0, 9280.0, 9339.0, 9282.0, 9296.0, 9283.0, 9293.0, 9284.0, 9285.0, 9346.0, 9299.0, 9327.0, 9280.0, 9275.0, 9261.0, 9291.0, 9285.0, 9319.0, 9266.0, 9309.0, 9299.0, 9298.0, 9294.0, 9310.0, 9348.0, 9311.0, 9334.0, 9310.0, 9318.0, 9324.0, 9307.0, 9370.0, 9303.0, 9316.0, 9288.0, 9300.0, 9291.0, 9316.0, 9335.0, 9319.0, 9290.0, 9292.0, 9316.0, 9308.0, 9310.0, 9366.0, 9324.0, 9333.0, 9288.0, 9280.0, 9289.0, 9258.0, 9318.0, 9273.0, 9315.0, 9246.0, 9297.0, 9242.0, 9250.0, 9255.0, 9253.0, 9314.0, 9258.0, 9314.0, 9261.0, 9288.0, 9307.0, 9284.0, 9308.0, 9285.0, 9341.0, 9272.0, 9296.0, 9269.0, 9293.0, 9315.0, 9296.0, 9338.0, 9279.0, 9290.0, 9280.0, 9275.0, 9268.0, 9307.0, 9311.0, 9295.0, 9296.0, 9296.0, 9307.0, 9287.0, 9314.0, 9327.0, 9315.0, 9317.0, 9321.0, 9324.0, 9326.0, 9366.0, 9326.0, 9336.0, 9353.0, 9321.0, 9308.0, 9321.0, 9349.0, 9338.0, 9344.0, 9291.0, 9300.0, 9310.0, 9297.0, 9324.0, 9298.0, 9339.0, 9297.0, 9291.0, 9293.0, 9276.0, 9290.0, 9264.0, 9319.0, 9305.0, 9303.0, 9249.0, 9272.0, 9259.0, 9272.0, 9308.0, 9273.0, 9304.0, 9293.0, 9292.0, 9295.0, 9290.0, 9286.0, 9314.0, 9345.0, 9305.0, 9328.0, 9321.0, 9313.0, 9322.0, 9320.0, 9361.0, 9307.0, 9319.0, 9309.0, 9334.0, 9337.0, 9325.0, 9380.0, 9310.0, 9346.0, 9292.0, 9295.0, 9300.0, 9293.0, 9339.0, 9275.0, 9302.0, 9275.0, 9284.0, 9264.0, 9316.0, 9293.0, 9287.0, 9290.0, 9274.0, 9276.0, 9280.0, 9332.0, 9298.0, 9319.0, 9280.0, 9289.0, 9295.0, 9294.0, 9340.0, 9294.0, 9295.0, 9295.0, 9298.0, 9294.0, 9334.0, 9287.0, 9312.0, 9303.0, 9335.0, 9334.0, 9323.0, 9350.0, 9327.0, 9335.0, 9341.0, 9338.0, 9322.0, 9324.0, 9377.0, 9338.0, 9317.0, 9332.0, 9314.0, 9315.0, 9304.0, 9362.0, 9347.0, 9314.0, 9313.0, 9297.0, 9290.0, 9279.0, 9321.0, 9309.0, 9316.0, 9262.0, 9271.0, 9274.0, 9270.0, 9289.0, 9270.0, 9330.0, 9257.0, 9298.0, 9241.0, 9278.0, 9239.0, 9266.0, 9256.0, 9253.0, 9313.0, 9258.0, 9283.0, 9259.0, 9271.0, 9258.0, 9286.0, 9289.0, 9272.0, 9290.0, 9272.0, 9271.0, 9272.0, 9271.0, 9278.0, 9313.0, 9268.0, 9289.0, 9280.0, 9287.0, 9280.0, 9292.0, 9324.0, 9290.0, 9305.0, 9278.0, 9274.0, 9277.0, 9292.0, 9282.0, 9333.0, 9294.0, 9318.0, 9281.0, 9305.0, 9282.0, 9311.0, 9301.0, 9318.0, 9333.0, 9317.0, 9318.0, 9318.0, 9352.0, 9347.0, 9349.0, 9354.0, 9320.0, 9333.0, 9307.0, 9319.0, 9332.0, 9303.0, 9359.0, 9333.0, 9355.0, 9272.0, 9293.0, 9279.0, 9283.0, 9260.0, 9271.0, 9317.0, 9278.0, 9318.0, 9265.0, 9287.0, 9283.0, 9315.0, 9314.0, 9301.0, 9346.0, 9307.0, 9316.0, 9293.0, 9315.0, 9289.0, 9312.0, 9332.0, 9296.0, 9312.0, 9280.0, 9291.0, 9281.0, 9290.0, 9283.0, 9319.0, 9283.0, 9310.0, 9315.0, 9297.0, 9296.0, 9301.0, 9325.0, 9303.0, 9345.0, 9336.0, 9300.0, 9314.0, 9298.0, 9315.0, 9305.0, 9363.0, 9350.0, 9302.0, 9314.0, 9297.0, 9292.0, 9294.0, 9327.0, 9296.0, 9338.0, 9286.0, 9310.0, 9286.0, 9295.0, 9311.0, 9297.0, 9342.0, 9305.0, 9345.0, 9305.0, 9316.0, 9305.0, 9328.0, 9320.0, 9317.0, 9318.0, 9316.0, 9321.0, 9323.0, 9333.0, 9322.0, 9366.0, 9355.0, 9322.0, 9333.0, 9307.0, 9311.0, 9286.0, 9293.0, 9299.0, 9308.0, 9342.0, 9282.0, 9292.0, 9274.0, 9300.0, 9274.0, 9299.0, 9268.0, 9313.0, 9287.0, 9312.0, 9261.0, 9284.0, 9262.0, 9289.0, 9263.0, 9274.0, 9327.0, 9275.0, 9302.0, 9274.0, 9285.0, 9272.0, 9285.0, 9276.0, 9315.0, 9275.0, 9300.0, 9260.0, 9271.0, 9276.0, 9288.0, 9297.0, 9290.0, 9306.0, 9289.0, 9290.0, 9289.0, 9292.0, 9294.0, 9323.0, 9297.0, 9320.0, 9296.0, 9327.0, 9319.0, 9313.0, 9305.0, 9306.0, 9336.0, 9326.0, 9343.0, 9339.0, 9331.0, 9360.0, 9359.0, 9328.0, 9355.0, 9325.0, 9336.0, 9322.0, 9362.0, 9334.0, 9343.0, 9304.0, 9309.0, 9302.0, 9310.0, 9288.0, 9309.0, 9347.0, 9316.0, 9329.0, 9313.0, 9299.0, 9300.0, 9310.0, 9300.0, 9337.0, 9314.0, 9337.0, 9285.0, 9294.0, 9293.0, 9289.0, 9292.0, 9288.0, 9336.0, 9296.0, 9338.0, 9299.0, 9297.0, 9300.0, 9313.0, 9287.0, 9291.0, 9343.0, 9298.0, 9321.0, 9297.0, 9305.0, 9280.0, 9320.0, 9299.0, 9304.0, 9325.0, 9297.0, 9283.0, 9300.0, 9293.0, 9298.0, 9341.0, 9331.0, 9324.0, 9273.0, 9309.0, 9311.0, 9312.0, 9318.0, 9319.0, 9362.0, 9304.0, 9320.0, 9292.0, 9314.0, 9317.0, 9307.0, 9345.0, 9301.0, 9359.0, 9284.0, 9337.0, 9283.0, 9303.0, 9264.0, 9314.0, 9294.0, 9303.0, 9308.0, 9270.0, 9298.0, 9287.0, 9275.0, 9290.0, 9303.0, 9276.0, 9330.0, 9278.0, 9305.0, 9277.0, 9288.0, 9274.0, 9291.0, 9268.0, 9293.0, 9325.0, 9295.0, 9309.0, 9300.0, 9308.0, 9303.0, 9329.0, 9291.0, 9311.0, 9289.0, 9313.0, 9331.0, 9314.0, 9342.0, 9305.0, 9311.0, 9306.0, 9310.0, 9304.0, 9323.0, 9318.0, 9313.0, 9315.0, 9295.0, 9295.0, 9297.0, 9310.0, 9292.0, 9311.0, 9297.0, 9339.0, 9301.0, 9325.0, 9303.0, 9312.0, 9291.0, 9318.0, 9353.0, 9322.0, 9336.0, 9321.0, 9313.0, 9301.0, 9341.0, 9321.0, 9342.0, 9303.0, 9312.0, 9304.0, 9323.0, 9291.0, 9314.0, 9348.0, 9305.0, 9313.0, 9304.0, 9311.0, 9307.0, 9342.0, 9319.0, 9326.0, 9317.0, 9300.0, 9313.0, 9294.0, 9311.0, 9295.0, 9339.0, 9295.0, 9323.0, 9282.0, 9304.0, 9282.0, 9318.0, 9283.0, 9319.0, 9313.0, 9293.0, 9306.0, 9292.0, 9278.0, 9276.0, 9288.0, 9278.0, 9333.0, 9293.0, 9317.0, 9276.0, 9288.0, 9279.0, 9309.0, 9297.0, 9294.0, 9315.0, 9296.0, 9311.0, 9315.0, 9321.0, 9322.0, 9360.0, 9321.0, 9314.0, 9317.0, 9307.0, 9321.0, 9324.0, 9323.0, 9370.0, 9335.0, 9364.0, 9294.0, 9326.0, 9283.0, 9306.0, 9282.0, 9304.0, 9324.0, 9276.0, 9288.0, 9269.0, 9258.0, 9273.0, 9284.0, 9280.0, 9316.0, 9293.0, 9318.0, 9267.0, 9288.0, 9275.0, 9289.0, 9267.0, 9293.0, 9339.0, 9282.0, 9308.0, 9285.0, 9312.0, 9288.0, 9311.0, 9315.0, 9297.0, 9325.0, 9302.0, 9310.0, 9288.0, 9319.0, 9346.0, 9305.0, 9363.0, 9305.0, 9346.0, 9302.0, 9310.0, 9300.0, 9323.0, 9313.0, 9311.0, 9314.0, 9294.0, 9309.0, 9310.0, 9289.0, 9322.0, 9330.0, 9315.0, 9320.0, 9297.0, 9333.0, 9336.0, 9335.0, 9365.0, 9341.0, 9363.0, 9309.0, 9333.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.0010117816091954025</td></tr>
<tr><td colspan=3>aqi</td><td>0.028973187586206896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51071005899885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2046024571921756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9691918662140391</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6747.4902</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08865688879137355</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5034394339015704</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.428672214823215</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7372866620107277</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344359424870768</td></tr>
<tr><td colspan=3>gcor</td><td>0.00699978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014487377367913723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025044454261660576</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.685129780256226</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.0661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.0922</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.7732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0394</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.0848</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.8848</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.0935</td></tr>
<tr><td colspan=3>tsnr</td><td>37.33835999574512</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>