ds005256-mriqc/sub-0093_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 089347f52a [DATALAD RUNCMD] Compute MRIQC for sub-0093
=== 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-0093 --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-0093",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:00:10 +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-0093_ses-04_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-0093_ses-04_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-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_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-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_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-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_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-0093/ses-04/func/sub-0093_ses-04_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>b180ea5d27c7e49677dd14786cb7444b</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:40:48.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102831</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>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b29eab89-028c-472f-afc0-c5bfb3f3af18||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['154048.757500', '154049.217500', '154049.677500', '154050.137500', '154050.597500', '154051.057500', '154051.517500', '154051.977500', '154052.437500', '154052.897500', '154053.357500', '154053.817500', '154054.277500', '154054.737500', '154055.197500', '154055.657500', '154056.117500', '154056.577500', '154057.037500', '154057.497500', '154057.957500', '154058.417500', '154058.877500', '154059.337500', '154059.797500', '154100.257500', '154100.717500', '154101.177500', '154101.637500', '154102.097500', '154102.557500', '154103.017500', '154103.477500', '154103.937500', '154104.397500', '154104.857500', '154105.317500', '154105.777500', '154106.237500', '154106.697500', '154107.157500', '154107.617500', '154108.077500', '154108.537500', '154108.997500', '154109.457500', '154109.917500', '154110.377500', '154110.837500', '154111.297500', '154111.757500', '154112.217500', '154112.677500', '154113.137500', '154113.597500', '154114.057500', '154114.517500', '154114.977500', '154115.437500', '154115.897500', '154116.357500', '154116.817500', '154117.277500', '154117.737500', '154118.197500', '154118.657500', '154119.117500', '154119.577500', '154120.037500', '154120.497500', '154120.957500', '154121.417500', '154121.877500', '154122.337500', '154122.797500', '154123.257500', '154123.717500', '154124.177500', '154124.637500', '154125.097500', '154125.557500', '154126.017500', '154126.477500', '154126.937500', '154127.397500', '154127.857500', '154128.317500', '154128.777500', '154129.237500', '154129.697500', '154130.157500', '154130.617500', '154131.077500', '154131.537500', '154131.997500', '154132.457500', '154132.917500', '154133.377500', '154133.837500', '154134.297500', '154134.757500', '154135.217500', '154135.677500', '154136.137500', '154136.597500', '154137.057500', '154137.517500', '154137.977500', '154138.437500', '154138.897500', '154139.357500', '154139.817500', '154140.277500', '154140.737500', '154141.197500', '154141.657500', '154142.117500', '154142.577500', '154143.037500', '154143.497500', '154143.957500', '154144.417500', '154144.877500', '154145.337500', '154145.797500', '154146.257500', '154146.717500', '154147.177500', '154147.637500', '154148.097500', '154148.557500', '154149.017500', '154149.477500', '154149.937500', '154150.397500', '154150.857500', '154151.317500', '154151.777500', '154152.237500', '154152.697500', '154153.157500', '154153.617500', '154154.077500', '154154.537500', '154154.997500', '154155.457500', '154155.917500', '154156.377500', '154156.837500', '154157.297500', '154157.757500', '154158.217500', '154158.677500', '154159.137500', '154159.597500', '154200.057500', '154200.517500', '154200.977500', '154201.437500', '154201.897500', '154202.357500', '154202.817500', '154203.277500', '154203.737500', '154204.197500', '154204.657500', '154205.117500', '154205.577500', '154206.037500', '154206.497500', '154206.957500', '154207.417500', '154207.877500', '154208.337500', '154208.797500', '154209.257500', '154209.717500', '154210.177500', '154210.637500', '154211.097500', '154211.557500', '154212.017500', '154212.477500', '154212.937500', '154213.397500', '154213.857500', '154214.317500', '154214.777500', '154215.237500', '154215.697500', '154216.157500', '154216.617500', '154217.077500', '154217.537500', '154217.997500', '154218.457500', '154218.917500', '154219.377500', '154219.837500', '154220.297500', '154220.757500', '154221.217500', '154221.677500', '154222.137500', '154222.597500', '154223.057500', '154223.517500', '154223.977500', '154224.437500', '154224.897500', '154225.357500', '154225.817500', '154226.277500', '154226.737500', '154227.197500', '154227.657500', '154228.117500', '154228.577500', '154229.037500', '154229.497500', '154229.957500', '154230.417500', '154230.877500', '154231.337500', '154231.797500', '154232.257500', '154232.717500', '154233.177500', '154233.637500', '154234.097500', '154234.557500', '154235.017500', '154235.477500', '154235.937500', '154236.397500', '154236.857500', '154237.317500', '154237.777500', '154238.237500', '154238.697500', '154239.157500', '154239.617500', '154240.077500', '154240.537500', '154240.997500', '154241.457500', '154241.917500', '154242.377500', '154242.837500', '154243.297500', '154243.757500', '154244.217500', '154244.677500', '154245.137500', '154245.597500', '154246.057500', '154246.517500', '154246.977500', '154247.437500', '154247.897500', '154248.357500', '154248.817500', '154249.277500', '154249.737500', '154250.197500', '154250.657500', '154251.117500', '154251.577500', '154252.037500', '154252.497500', '154252.957500', '154253.417500', '154253.877500', '154254.337500', '154254.797500', '154255.257500', '154255.717500', '154256.177500', '154256.637500', '154257.097500', '154257.557500', '154258.017500', '154258.477500', '154258.937500', '154259.397500', '154259.857500', '154300.317500', '154300.777500', '154301.237500', '154301.697500', '154302.157500', '154302.617500', '154303.077500', '154303.537500', '154303.997500', '154304.457500', '154304.917500', '154305.377500', '154305.837500', '154306.297500', '154306.757500', '154307.217500', '154307.677500', '154308.137500', '154308.597500', '154309.057500', '154309.517500', '154309.977500', '154310.437500', '154310.897500', '154311.357500', '154311.817500', '154312.277500', '154312.737500', '154313.197500', '154313.657500', '154314.117500', '154314.577500', '154315.037500', '154315.497500', '154315.957500', '154316.417500', '154316.877500', '154317.337500', '154317.797500', '154318.257500', '154318.717500', '154319.177500', '154319.637500', '154320.097500', '154320.557500', '154321.017500', '154321.477500', '154321.937500', '154322.397500', '154322.857500', '154323.317500', '154323.777500', '154324.237500', '154324.697500', '154325.157500', '154325.617500', '154326.077500', '154326.537500', '154326.997500', '154327.457500', '154327.917500', '154328.377500', '154328.837500', '154329.297500', '154329.757500', '154330.217500', '154330.677500', '154331.137500', '154331.597500', '154332.057500', '154332.517500', '154332.977500', '154333.437500', '154333.897500', '154334.357500', '154334.817500', '154335.277500', '154335.737500', '154336.197500', '154336.657500', '154337.117500', '154337.577500', '154338.037500', '154338.497500', '154338.957500', '154339.417500', '154339.877500', '154340.337500', '154340.797500', '154341.257500', '154341.717500', '154342.177500', '154342.637500', '154343.097500', '154343.557500', '154344.017500', '154344.477500', '154344.937500', '154345.397500', '154345.857500', '154346.317500', '154346.777500', '154347.237500', '154347.697500', '154348.157500', '154348.617500', '154349.077500', '154349.537500', '154349.997500', '154350.457500', '154350.917500', '154351.377500', '154351.837500', '154352.297500', '154352.757500', '154353.217500', '154353.677500', '154354.137500', '154354.597500', '154355.057500', '154355.517500', '154355.977500', '154356.437500', '154356.897500', '154357.357500', '154357.817500', '154358.277500', '154358.737500', '154359.197500', '154359.657500', '154400.117500', '154400.577500', '154401.037500', '154401.497500', '154401.957500', '154402.417500', '154402.877500', '154403.337500', '154403.797500', '154404.257500', '154404.717500', '154405.177500', '154405.637500', '154406.097500', '154406.557500', '154407.017500', '154407.477500', '154407.937500', '154408.397500', '154408.857500', '154409.317500', '154409.777500', '154410.237500', '154410.697500', '154411.157500', '154411.617500', '154412.077500', '154412.537500', '154412.997500', '154413.457500', '154413.917500', '154414.377500', '154414.837500', '154415.297500', '154415.757500', '154416.217500', '154416.677500', '154417.137500', '154417.597500', '154418.057500', '154418.517500', '154418.977500', '154419.437500', '154419.897500', '154420.357500', '154420.817500', '154421.277500', '154421.737500', '154422.197500', '154422.657500', '154423.117500', '154423.577500', '154424.037500', '154424.497500', '154424.957500', '154425.417500', '154425.877500', '154426.337500', '154426.797500', '154427.257500', '154427.717500', '154428.177500', '154428.637500', '154429.097500', '154429.557500', '154430.017500', '154430.477500', '154430.937500', '154431.397500', '154431.857500', '154432.317500', '154432.777500', '154433.237500', '154433.697500', '154434.157500', '154434.617500', '154435.077500', '154435.537500', '154435.997500', '154436.457500', '154436.917500', '154437.377500', '154437.837500', '154438.297500', '154438.757500', '154439.217500', '154439.677500', '154440.137500', '154440.597500', '154441.057500', '154441.517500', '154441.977500', '154442.437500', '154442.897500', '154443.357500', '154443.817500', '154444.277500', '154444.737500', '154445.197500', '154445.657500', '154446.117500', '154446.577500', '154447.037500', '154447.497500', '154447.957500', '154448.417500', '154448.877500', '154449.337500', '154449.797500', '154450.257500', '154450.717500', '154451.177500', '154451.637500', '154452.097500', '154452.557500', '154453.017500', '154453.477500', '154453.937500', '154454.397500', '154454.857500', '154455.317500', '154455.777500', '154456.237500', '154456.697500', '154457.157500', '154457.617500', '154458.077500', '154458.537500', '154458.997500', '154459.457500', '154459.917500', '154500.377500', '154500.837500', '154501.297500', '154501.757500', '154502.217500', '154502.677500', '154503.137500', '154503.597500', '154504.057500', '154504.517500', '154504.977500', '154505.437500', '154505.897500', '154506.357500', '154506.817500', '154507.277500', '154507.737500', '154508.197500', '154508.657500', '154509.117500', '154509.577500', '154510.037500', '154510.497500', '154510.957500', '154511.417500', '154511.877500', '154512.337500', '154512.797500', '154513.257500', '154513.717500', '154514.177500', '154514.637500', '154515.097500', '154515.557500', '154516.017500', '154516.477500', '154516.937500', '154517.397500', '154517.857500', '154518.317500', '154518.777500', '154519.237500', '154519.697500', '154520.157500', '154520.617500', '154521.077500', '154521.537500', '154521.997500', '154522.457500', '154522.917500', '154523.377500', '154523.837500', '154524.297500', '154524.757500', '154525.217500', '154525.677500', '154526.137500', '154526.597500', '154527.057500', '154527.517500', '154527.977500', '154528.437500', '154528.897500', '154529.357500', '154529.817500', '154530.277500', '154530.737500', '154531.197500', '154531.657500', '154532.117500', '154532.577500', '154533.037500', '154533.497500', '154533.957500', '154534.417500', '154534.877500', '154535.337500', '154535.797500', '154536.257500', '154536.717500', '154537.177500', '154537.637500', '154538.097500', '154538.557500', '154539.017500', '154539.477500', '154539.937500', '154540.397500', '154540.857500', '154541.317500', '154541.777500', '154542.237500', '154542.697500', '154543.157500', '154543.617500', '154544.077500', '154544.537500', '154544.997500', '154545.457500', '154545.917500', '154546.377500', '154546.837500', '154547.297500', '154547.757500', '154548.217500', '154548.677500', '154549.137500', '154549.597500', '154550.057500', '154550.517500', '154550.977500', '154551.437500', '154551.897500', '154552.357500', '154552.817500', '154553.277500', '154553.737500', '154554.197500', '154554.657500', '154555.117500', '154555.577500', '154556.037500', '154556.497500', '154556.957500', '154557.417500', '154557.877500', '154558.337500', '154558.797500', '154559.257500', '154559.717500', '154600.177500', '154600.637500', '154601.097500', '154601.557500', '154602.017500', '154602.477500', '154602.937500', '154603.397500', '154603.857500', '154604.317500', '154604.777500', '154605.237500', '154605.697500', '154606.157500', '154606.617500', '154607.077500', '154607.537500', '154607.997500', '154608.457500', '154608.917500', '154609.377500', '154609.837500', '154610.297500', '154610.757500', '154611.217500', '154611.677500', '154612.137500', '154612.597500', '154613.057500', '154613.517500', '154613.977500', '154614.437500', '154614.897500', '154615.357500', '154615.817500', '154616.277500', '154616.737500', '154617.197500', '154617.657500', '154618.117500', '154618.577500', '154619.037500', '154619.497500', '154619.957500', '154620.417500', '154620.877500', '154621.337500', '154621.797500', '154622.257500', '154622.717500', '154623.177500', '154623.637500', '154624.097500', '154624.557500', '154625.017500', '154625.477500', '154625.937500', '154626.397500', '154626.857500', '154627.317500', '154627.777500', '154628.237500', '154628.697500', '154629.157500', '154629.617500', '154630.077500', '154630.537500', '154630.997500', '154631.457500', '154631.917500', '154632.377500', '154632.837500', '154633.297500', '154633.757500', '154634.217500', '154634.677500', '154635.137500', '154635.597500', '154636.057500', '154636.517500', '154636.977500', '154637.437500', '154637.897500', '154638.357500', '154638.817500', '154639.277500', '154639.737500', '154640.197500', '154640.657500', '154641.117500', '154641.577500', '154642.037500', '154642.497500', '154642.957500', '154643.417500', '154643.877500', '154644.337500', '154644.797500', '154645.257500', '154645.717500', '154646.177500', '154646.637500', '154647.097500', '154647.557500', '154648.017500', '154648.477500', '154648.937500', '154649.397500', '154649.857500', '154650.317500', '154650.777500', '154651.237500', '154651.697500', '154652.157500', '154652.617500', '154653.077500', '154653.537500', '154653.997500', '154654.457500', '154654.917500', '154655.377500', '154655.837500', '154656.297500', '154656.757500', '154657.217500', '154657.677500', '154658.137500', '154658.597500', '154659.057500', '154659.517500', '154659.977500', '154700.437500', '154700.897500', '154701.357500', '154701.817500', '154702.277500', '154702.737500', '154703.197500', '154703.657500', '154704.117500', '154704.577500', '154705.037500', '154705.497500', '154705.957500', '154706.417500', '154706.877500', '154707.337500', '154707.797500', '154708.257500', '154708.717500', '154709.177500', '154709.637500', '154710.097500', '154710.557500', '154711.017500', '154711.477500', '154711.937500', '154712.397500', '154712.857500', '154713.317500', '154713.777500', '154714.237500', '154714.697500', '154715.157500', '154715.617500', '154716.077500', '154716.537500', '154716.997500', '154717.457500', '154717.917500', '154718.377500', '154718.837500', '154719.297500', '154719.757500', '154720.217500', '154720.677500', '154721.137500', '154721.597500', '154722.057500', '154722.517500', '154722.977500', '154723.437500', '154723.897500', '154724.357500', '154724.817500', '154725.277500', '154725.737500', '154726.197500', '154726.657500', '154727.117500', '154727.577500', '154728.037500', '154728.497500', '154728.957500', '154729.417500'], 'ContentTime': ['154111.733000', '154111.736000', '154111.738000', '154111.741000', '154111.744000', '154111.746000', '154111.749000', '154111.751000', '154111.754000', '154111.756000', '154111.759000', '154111.762000', '154111.764000', '154111.767000', '154111.769000', '154111.772000', '154111.774000', '154111.777000', '154111.780000', '154111.782000', '154111.785000', '154111.787000', '154111.790000', '154111.792000', '154111.795000', '154111.797000', '154111.800000', '154111.803000', '154111.805000', '154111.808000', '154111.811000', '154111.813000', '154111.816000', '154111.818000', '154111.821000', '154111.824000', '154111.826000', '154111.829000', '154111.831000', '154111.834000', '154111.837000', '154111.839000', '154111.842000', '154111.845000', '154111.847000', '154111.850000', '154111.852000', '154131.686000', '154131.689000', '154131.692000', '154131.694000', '154131.697000', '154131.699000', '154131.702000', '154131.704000', '154131.707000', '154131.710000', '154131.712000', '154131.715000', '154131.717000', '154131.720000', '154131.722000', '154131.725000', '154131.727000', '154131.730000', '154131.733000', '154131.735000', '154131.738000', '154131.740000', '154131.743000', '154131.745000', '154131.748000', '154131.750000', '154131.753000', '154131.755000', '154131.758000', '154131.760000', '154131.763000', '154131.766000', '154131.768000', '154131.771000', '154131.773000', '154131.776000', '154131.778000', '154131.781000', '154131.783000', '154131.793000', '154131.796000', '154131.799000', '154131.802000', '154151.687000', '154151.690000', '154151.692000', '154151.695000', '154151.697000', '154151.700000', '154151.702000', '154151.705000', '154151.708000', '154151.710000', '154151.713000', '154151.715000', '154151.718000', '154151.720000', '154151.723000', '154151.726000', '154151.728000', '154151.731000', '154151.733000', '154151.736000', '154151.739000', '154151.741000', '154151.744000', '154151.747000', '154151.749000', '154151.752000', '154151.754000', '154151.757000', '154151.760000', '154151.762000', '154151.771000', '154151.774000', '154151.776000', '154151.779000', '154151.781000', '154151.784000', '154151.786000', '154151.789000', '154151.792000', '154151.794000', '154151.797000', '154151.799000', '154151.802000', '154151.804000', '154211.685000', '154211.688000', '154211.691000', '154211.693000', '154211.696000', '154211.699000', '154211.701000', '154211.704000', '154211.707000', '154211.709000', '154211.712000', '154211.715000', '154211.717000', '154211.720000', '154211.722000', '154211.725000', '154211.728000', '154211.730000', '154211.733000', '154211.735000', '154211.738000', '154211.741000', '154211.743000', '154211.746000', '154211.749000', '154211.751000', '154211.762000', '154211.764000', '154211.767000', '154211.769000', '154211.772000', '154211.775000', '154211.777000', '154211.780000', '154211.782000', '154211.785000', '154211.788000', '154211.790000', '154211.793000', '154211.795000', '154211.798000', '154211.801000', '154211.803000', '154231.685000', '154231.688000', '154231.691000', '154231.694000', '154231.697000', '154231.699000', '154231.702000', '154231.705000', '154231.707000', '154231.710000', '154231.713000', '154231.715000', '154231.718000', '154231.720000', '154231.728000', '154231.730000', '154231.733000', '154231.736000', '154231.738000', '154231.741000', '154231.743000', '154231.746000', '154231.749000', '154231.751000', '154231.754000', '154231.756000', '154231.759000', '154231.761000', '154231.764000', '154231.767000', '154231.769000', '154231.772000', '154231.774000', '154231.777000', '154231.790000', '154231.792000', '154231.795000', '154231.797000', '154231.811000', '154231.813000', '154231.816000', '154231.818000', '154231.821000', '154231.824000', '154251.687000', '154251.690000', '154251.692000', '154251.695000', '154251.698000', '154251.701000', '154251.703000', '154251.706000', '154251.709000', '154251.712000', '154251.714000', '154251.725000', '154251.728000', '154251.730000', '154251.733000', '154251.735000', '154251.738000', '154251.741000', '154251.744000', '154251.746000', '154251.749000', '154251.752000', '154251.754000', '154251.757000', '154251.759000', '154251.762000', '154251.764000', '154251.767000', '154251.770000', '154251.772000', '154251.775000', '154251.777000', '154251.780000', '154251.783000', '154251.785000', '154251.788000', '154251.790000', '154251.793000', '154251.796000', '154251.798000', '154251.801000', '154251.804000', '154251.806000', '154311.686000', '154311.689000', '154311.692000', '154311.694000', '154311.697000', '154311.700000', '154311.702000', '154311.705000', '154311.707000', '154311.710000', '154311.713000', '154311.715000', '154311.718000', '154311.720000', '154311.723000', '154311.725000', '154311.728000', '154311.731000', '154311.733000', '154311.736000', '154311.739000', '154311.741000', '154311.744000', '154311.746000', '154311.749000', '154311.751000', '154311.754000', '154311.756000', '154311.759000', '154311.762000', '154311.764000', '154311.767000', '154311.770000', '154311.772000', '154311.775000', '154311.777000', '154311.780000', '154311.783000', '154311.785000', '154311.788000', '154311.791000', '154311.793000', '154311.796000', '154311.798000', '154331.686000', '154331.689000', '154331.692000', '154331.695000', '154331.697000', '154331.700000', '154331.703000', '154331.705000', '154331.708000', '154331.710000', '154331.713000', '154331.715000', '154331.718000', '154331.721000', '154331.723000', '154331.726000', '154331.729000', '154331.731000', '154331.734000', '154331.736000', '154331.739000', '154331.741000', '154331.744000', '154331.747000', '154331.749000', '154331.752000', '154331.754000', '154331.757000', '154331.759000', '154331.762000', '154331.765000', '154331.767000', '154331.770000', '154331.772000', '154331.775000', '154331.778000', '154331.780000', '154331.783000', '154331.785000', '154331.788000', '154331.790000', '154331.793000', '154331.796000', '154351.686000', '154351.689000', '154351.692000', '154351.695000', '154351.697000', '154351.700000', '154351.702000', '154351.705000', '154351.708000', '154351.710000', '154351.713000', '154351.715000', '154351.718000', '154351.721000', '154351.723000', '154351.726000', '154351.728000', '154351.731000', '154351.734000', '154351.736000', '154351.739000', '154351.741000', '154351.744000', '154351.746000', '154351.749000', '154351.752000', '154351.754000', '154351.757000', '154351.759000', '154351.762000', '154351.765000', '154351.767000', '154351.770000', '154351.772000', '154351.775000', '154351.778000', '154351.780000', '154351.783000', '154351.785000', '154351.788000', '154351.790000', '154351.793000', '154351.796000', '154351.798000', '154411.686000', '154411.689000', '154411.691000', '154411.694000', '154411.696000', '154411.699000', '154411.701000', '154411.704000', '154411.707000', '154411.709000', '154411.712000', '154411.714000', '154411.717000', '154411.720000', '154411.722000', '154411.725000', '154411.727000', '154411.730000', '154411.733000', '154411.735000', '154411.738000', '154411.740000', '154411.743000', '154411.745000', '154411.748000', '154411.750000', '154411.753000', '154411.756000', '154411.758000', '154411.761000', '154411.809000', '154411.812000', '154411.815000', '154411.817000', '154411.820000', '154411.822000', '154411.825000', '154411.827000', '154411.830000', '154411.832000', '154411.845000', '154411.847000', '154411.850000', '154431.686000', '154431.688000', '154431.691000', '154431.694000', '154431.696000', '154431.699000', '154431.701000', '154431.704000', '154431.708000', '154431.711000', '154431.713000', '154431.716000', '154431.718000', '154431.721000', '154431.724000', '154431.726000', '154431.729000', '154431.731000', '154431.734000', '154431.737000', '154431.739000', '154431.742000', '154431.744000', '154431.747000', '154431.750000', '154431.752000', '154431.755000', '154431.757000', '154431.760000', '154431.763000', '154431.766000', '154431.768000', '154431.771000', '154431.773000', '154431.776000', '154431.779000', '154431.781000', '154431.784000', '154431.787000', '154431.789000', '154431.792000', '154431.794000', '154431.797000', '154431.800000', '154451.685000', '154451.689000', '154451.691000', '154451.694000', '154451.696000', '154451.699000', '154451.702000', '154451.704000', '154451.707000', '154451.709000', '154451.712000', '154451.715000', '154451.717000', '154451.720000', '154451.723000', '154451.725000', '154451.728000', '154451.730000', '154451.733000', '154451.735000', '154451.738000', '154451.740000', '154451.743000', '154451.746000', '154451.748000', '154451.751000', '154451.753000', '154451.756000', '154451.758000', '154451.761000', '154451.764000', '154451.766000', '154451.769000', '154451.771000', '154451.774000', '154451.776000', '154451.779000', '154451.781000', '154451.784000', '154451.787000', '154451.789000', '154451.792000', '154451.804000', '154511.686000', '154511.689000', '154511.692000', '154511.694000', '154511.697000', '154511.700000', '154511.702000', '154511.705000', '154511.707000', '154511.710000', '154511.713000', '154511.715000', '154511.718000', '154511.721000', '154511.723000', '154511.726000', '154511.728000', '154511.731000', '154511.734000', '154511.736000', '154511.739000', '154511.742000', '154511.744000', '154511.747000', '154511.749000', '154511.752000', '154511.755000', '154511.757000', '154511.760000', '154511.763000', '154511.765000', '154511.768000', '154511.770000', '154511.773000', '154511.776000', '154511.778000', '154511.781000', '154511.784000', '154511.786000', '154511.789000', '154511.791000', '154511.794000', '154511.797000', '154511.799000', '154531.687000', '154531.690000', '154531.692000', '154531.695000', '154531.698000', '154531.700000', '154531.703000', '154531.705000', '154531.708000', '154531.710000', '154531.713000', '154531.716000', '154531.718000', '154531.721000', '154531.724000', '154531.726000', '154531.729000', '154531.731000', '154531.734000', '154531.736000', '154531.739000', '154531.741000', '154531.744000', '154531.747000', '154531.750000', '154531.753000', '154531.756000', '154531.758000', '154531.761000', '154531.764000', '154531.766000', '154531.769000', '154531.772000', '154531.774000', '154531.777000', '154531.780000', '154531.782000', '154531.785000', '154531.787000', '154531.790000', '154531.793000', '154531.795000', '154531.798000', '154551.686000', '154551.689000', '154551.692000', '154551.695000', '154551.698000', '154551.701000', '154551.705000', '154551.708000', '154551.711000', '154551.713000', '154551.716000', '154551.718000', '154551.721000', '154551.724000', '154551.726000', '154551.729000', '154551.732000', '154551.734000', '154551.737000', '154551.739000', '154551.742000', '154551.745000', '154551.749000', '154551.752000', '154551.755000', '154551.757000', '154551.760000', '154551.763000', '154551.765000', '154551.768000', '154551.771000', '154551.773000', '154551.776000', '154551.779000', '154551.781000', '154551.784000', '154551.786000', '154551.789000', '154551.792000', '154551.794000', '154551.797000', '154551.800000', '154551.802000', '154611.686000', '154611.689000', '154611.692000', '154611.695000', '154611.697000', '154611.700000', '154611.703000', '154611.705000', '154611.708000', '154611.710000', '154611.713000', '154611.716000', '154611.718000', '154611.721000', '154611.723000', '154611.726000', '154611.729000', '154611.731000', '154611.734000', '154611.737000', '154611.739000', '154611.742000', '154611.744000', '154611.747000', '154611.750000', '154611.752000', '154611.755000', '154611.757000', '154611.760000', '154611.763000', '154611.765000', '154611.768000', '154611.771000', '154611.773000', '154611.776000', '154611.778000', '154611.781000', '154611.784000', '154611.786000', '154611.789000', '154611.791000', '154611.794000', '154611.797000', '154611.799000', '154631.685000', '154631.688000', '154631.691000', '154631.694000', '154631.696000', '154631.699000', '154631.702000', '154631.704000', '154631.707000', '154631.709000', '154631.712000', '154631.715000', '154631.717000', '154631.720000', '154631.723000', '154631.725000', '154631.728000', '154631.730000', '154631.733000', '154631.736000', '154631.739000', '154631.742000', '154631.745000', '154631.748000', '154631.751000', '154631.753000', '154631.756000', '154631.758000', '154631.761000', '154631.764000', '154631.767000', '154631.769000', '154631.772000', '154631.774000', '154631.777000', '154631.779000', '154631.782000', '154631.785000', '154631.787000', '154631.790000', '154631.793000', '154631.795000', '154631.798000', '154651.685000', '154651.688000', '154651.691000', '154651.694000', '154651.696000', '154651.699000', '154651.702000', '154651.705000', '154651.707000', '154651.710000', '154651.713000', '154651.715000', '154651.718000', '154651.721000', '154651.723000', '154651.726000', '154651.729000', '154651.731000', '154651.734000', '154651.737000', '154651.739000', '154651.743000', '154651.746000', '154651.749000', '154651.751000', '154651.754000', '154651.756000', '154651.759000', '154651.762000', '154651.764000', '154651.767000', '154651.769000', '154651.772000', '154651.775000', '154651.777000', '154651.780000', '154651.782000', '154651.785000', '154651.788000', '154651.790000', '154651.793000', '154651.796000', '154651.798000', '154651.801000', '154711.685000', '154711.689000', '154711.692000', '154711.694000', '154711.697000', '154711.700000', '154711.703000', '154711.705000', '154711.720000', '154711.723000', '154711.725000', '154711.728000', '154711.731000', '154711.733000', '154711.736000', '154711.738000', '154711.741000', '154711.744000', '154711.747000', '154711.749000', '154711.752000', '154711.755000', '154711.757000', '154711.760000', '154711.763000', '154711.766000', '154711.769000', '154711.772000', '154711.775000', '154711.777000', '154711.780000', '154711.783000', '154711.786000', '154711.789000', '154711.792000', '154711.794000', '154711.797000', '154711.800000', '154711.802000', '154711.805000', '154711.808000', '154711.810000', '154711.813000', '154731.038000', '154731.041000', '154731.043000', '154731.046000', '154731.049000', '154731.052000', '154731.055000', '154731.057000', '154731.060000', '154731.063000', '154731.066000', '154731.068000', '154731.072000', '154731.075000', '154731.078000', '154731.081000', '154731.084000', '154731.086000', '154731.089000', '154731.095000', '154731.101000', '154731.104000', '154731.107000', '154731.110000', '154731.113000', '154731.116000', '154731.118000', '154731.121000', '154731.125000', '154731.128000', '154731.130000', '154731.138000', '154731.141000', '154731.143000', '154731.146000', '154731.149000', '154731.152000', '154731.155000', '154731.157000', '154731.160000', '154731.163000', '154731.168000', '154731.175000'], 'InstanceCreationTime': ['154111.733000', '154111.736000', '154111.738000', '154111.741000', '154111.744000', '154111.746000', '154111.749000', '154111.751000', '154111.754000', '154111.756000', '154111.759000', '154111.762000', '154111.764000', '154111.767000', '154111.769000', '154111.772000', '154111.774000', '154111.777000', '154111.780000', '154111.782000', '154111.785000', '154111.787000', '154111.790000', '154111.792000', '154111.795000', '154111.797000', '154111.800000', '154111.803000', '154111.805000', '154111.808000', '154111.811000', '154111.813000', '154111.816000', '154111.818000', '154111.821000', '154111.824000', '154111.826000', '154111.829000', '154111.831000', '154111.834000', '154111.837000', '154111.839000', '154111.842000', '154111.845000', '154111.847000', '154111.850000', '154111.852000', '154131.686000', '154131.689000', '154131.692000', '154131.694000', '154131.697000', '154131.699000', '154131.702000', '154131.704000', '154131.707000', '154131.710000', '154131.712000', '154131.715000', '154131.717000', '154131.720000', '154131.722000', '154131.725000', '154131.727000', '154131.730000', '154131.733000', '154131.735000', '154131.738000', '154131.740000', '154131.743000', '154131.745000', '154131.748000', '154131.750000', '154131.753000', '154131.755000', '154131.758000', '154131.760000', '154131.763000', '154131.766000', '154131.768000', '154131.771000', '154131.773000', '154131.776000', '154131.778000', '154131.781000', '154131.783000', '154131.793000', '154131.796000', '154131.799000', '154131.802000', '154151.687000', '154151.690000', '154151.692000', '154151.695000', '154151.697000', '154151.700000', '154151.702000', '154151.705000', '154151.708000', '154151.710000', '154151.713000', '154151.715000', '154151.718000', '154151.720000', '154151.723000', '154151.726000', '154151.728000', '154151.731000', '154151.733000', '154151.736000', '154151.739000', '154151.741000', '154151.744000', '154151.747000', '154151.749000', '154151.752000', '154151.754000', '154151.757000', '154151.760000', '154151.762000', '154151.771000', '154151.774000', '154151.776000', '154151.779000', '154151.781000', '154151.784000', '154151.786000', '154151.789000', '154151.792000', '154151.794000', '154151.797000', '154151.799000', '154151.802000', '154151.804000', '154211.685000', '154211.688000', '154211.691000', '154211.693000', '154211.696000', '154211.699000', '154211.701000', '154211.704000', '154211.707000', '154211.709000', '154211.712000', '154211.715000', '154211.717000', '154211.720000', '154211.722000', '154211.725000', '154211.728000', '154211.730000', '154211.733000', '154211.735000', '154211.738000', '154211.741000', '154211.743000', '154211.746000', '154211.749000', '154211.751000', '154211.762000', '154211.764000', '154211.767000', '154211.769000', '154211.772000', '154211.775000', '154211.777000', '154211.780000', '154211.782000', '154211.785000', '154211.788000', '154211.790000', '154211.793000', '154211.795000', '154211.798000', '154211.801000', '154211.803000', '154231.685000', '154231.688000', '154231.691000', '154231.694000', '154231.697000', '154231.699000', '154231.702000', '154231.705000', '154231.707000', '154231.710000', '154231.713000', '154231.715000', '154231.718000', '154231.720000', '154231.728000', '154231.730000', '154231.733000', '154231.736000', '154231.738000', '154231.741000', '154231.743000', '154231.746000', '154231.749000', '154231.751000', '154231.754000', '154231.756000', '154231.759000', '154231.761000', '154231.764000', '154231.767000', '154231.769000', '154231.772000', '154231.774000', '154231.777000', '154231.790000', '154231.792000', '154231.795000', '154231.797000', '154231.811000', '154231.813000', '154231.816000', '154231.818000', '154231.821000', '154231.824000', '154251.687000', '154251.690000', '154251.692000', '154251.695000', '154251.698000', '154251.701000', '154251.703000', '154251.706000', '154251.709000', '154251.712000', '154251.714000', '154251.725000', '154251.728000', '154251.730000', '154251.733000', '154251.735000', '154251.738000', '154251.741000', '154251.744000', '154251.746000', '154251.749000', '154251.752000', '154251.754000', '154251.757000', '154251.759000', '154251.762000', '154251.764000', '154251.767000', '154251.770000', '154251.772000', '154251.775000', '154251.777000', '154251.780000', '154251.783000', '154251.785000', '154251.788000', '154251.790000', '154251.793000', '154251.796000', '154251.798000', '154251.801000', '154251.804000', '154251.806000', '154311.686000', '154311.689000', '154311.692000', '154311.694000', '154311.697000', '154311.700000', '154311.702000', '154311.705000', '154311.707000', '154311.710000', '154311.713000', '154311.715000', '154311.718000', '154311.720000', '154311.723000', '154311.725000', '154311.728000', '154311.731000', '154311.733000', '154311.736000', '154311.739000', '154311.741000', '154311.744000', '154311.746000', '154311.749000', '154311.751000', '154311.754000', '154311.756000', '154311.759000', '154311.762000', '154311.764000', '154311.767000', '154311.770000', '154311.772000', '154311.775000', '154311.777000', '154311.780000', '154311.783000', '154311.785000', '154311.788000', '154311.791000', '154311.793000', '154311.796000', '154311.798000', '154331.686000', '154331.689000', '154331.692000', '154331.695000', '154331.697000', '154331.700000', '154331.703000', '154331.705000', '154331.708000', '154331.710000', '154331.713000', '154331.715000', '154331.718000', '154331.721000', '154331.723000', '154331.726000', '154331.729000', '154331.731000', '154331.734000', '154331.736000', '154331.739000', '154331.741000', '154331.744000', '154331.747000', '154331.749000', '154331.752000', '154331.754000', '154331.757000', '154331.759000', '154331.762000', '154331.765000', '154331.767000', '154331.770000', '154331.772000', '154331.775000', '154331.778000', '154331.780000', '154331.783000', '154331.785000', '154331.788000', '154331.790000', '154331.793000', '154331.796000', '154351.686000', '154351.689000', '154351.692000', '154351.695000', '154351.697000', '154351.700000', '154351.702000', '154351.705000', '154351.708000', '154351.710000', '154351.713000', '154351.715000', '154351.718000', '154351.721000', '154351.723000', '154351.726000', '154351.728000', '154351.731000', '154351.734000', '154351.736000', '154351.739000', '154351.741000', '154351.744000', '154351.746000', '154351.749000', '154351.752000', '154351.754000', '154351.757000', '154351.759000', '154351.762000', '154351.765000', '154351.767000', '154351.770000', '154351.772000', '154351.775000', '154351.778000', '154351.780000', '154351.783000', '154351.785000', '154351.788000', '154351.790000', '154351.793000', '154351.796000', '154351.798000', '154411.686000', '154411.689000', '154411.691000', '154411.694000', '154411.696000', '154411.699000', '154411.701000', '154411.704000', '154411.707000', '154411.709000', '154411.712000', '154411.714000', '154411.717000', '154411.720000', '154411.722000', '154411.725000', '154411.727000', '154411.730000', '154411.733000', '154411.735000', '154411.738000', '154411.740000', '154411.743000', '154411.745000', '154411.748000', '154411.750000', '154411.753000', '154411.756000', '154411.758000', '154411.761000', '154411.809000', '154411.812000', '154411.815000', '154411.817000', '154411.820000', '154411.822000', '154411.825000', '154411.827000', '154411.830000', '154411.832000', '154411.845000', '154411.847000', '154411.850000', '154431.686000', '154431.688000', '154431.691000', '154431.694000', '154431.696000', '154431.699000', '154431.701000', '154431.704000', '154431.708000', '154431.711000', '154431.713000', '154431.716000', '154431.718000', '154431.721000', '154431.724000', '154431.726000', '154431.729000', '154431.731000', '154431.734000', '154431.737000', '154431.739000', '154431.742000', '154431.744000', '154431.747000', '154431.750000', '154431.752000', '154431.755000', '154431.757000', '154431.760000', '154431.763000', '154431.766000', '154431.768000', '154431.771000', '154431.773000', '154431.776000', '154431.779000', '154431.781000', '154431.784000', '154431.787000', '154431.789000', '154431.792000', '154431.794000', '154431.797000', '154431.800000', '154451.685000', '154451.689000', '154451.691000', '154451.694000', '154451.696000', '154451.699000', '154451.702000', '154451.704000', '154451.707000', '154451.709000', '154451.712000', '154451.715000', '154451.717000', '154451.720000', '154451.723000', '154451.725000', '154451.728000', '154451.730000', '154451.733000', '154451.735000', '154451.738000', '154451.740000', '154451.743000', '154451.746000', '154451.748000', '154451.751000', '154451.753000', '154451.756000', '154451.758000', '154451.761000', '154451.764000', '154451.766000', '154451.769000', '154451.771000', '154451.774000', '154451.776000', '154451.779000', '154451.781000', '154451.784000', '154451.787000', '154451.789000', '154451.792000', '154451.804000', '154511.686000', '154511.689000', '154511.692000', '154511.694000', '154511.697000', '154511.700000', '154511.702000', '154511.705000', '154511.707000', '154511.710000', '154511.713000', '154511.715000', '154511.718000', '154511.721000', '154511.723000', '154511.726000', '154511.728000', '154511.731000', '154511.734000', '154511.736000', '154511.739000', '154511.742000', '154511.744000', '154511.747000', '154511.749000', '154511.752000', '154511.755000', '154511.757000', '154511.760000', '154511.763000', '154511.765000', '154511.768000', '154511.770000', '154511.773000', '154511.776000', '154511.778000', '154511.781000', '154511.784000', '154511.786000', '154511.789000', '154511.791000', '154511.794000', '154511.797000', '154511.799000', '154531.687000', '154531.690000', '154531.692000', '154531.695000', '154531.698000', '154531.700000', '154531.703000', '154531.705000', '154531.708000', '154531.710000', '154531.713000', '154531.716000', '154531.718000', '154531.721000', '154531.724000', '154531.726000', '154531.729000', '154531.731000', '154531.734000', '154531.736000', '154531.739000', '154531.741000', '154531.744000', '154531.747000', '154531.750000', '154531.753000', '154531.756000', '154531.758000', '154531.761000', '154531.764000', '154531.766000', '154531.769000', '154531.772000', '154531.774000', '154531.777000', '154531.780000', '154531.782000', '154531.785000', '154531.787000', '154531.790000', '154531.793000', '154531.795000', '154531.798000', '154551.686000', '154551.689000', '154551.692000', '154551.695000', '154551.698000', '154551.701000', '154551.705000', '154551.708000', '154551.711000', '154551.713000', '154551.716000', '154551.718000', '154551.721000', '154551.724000', '154551.726000', '154551.729000', '154551.732000', '154551.734000', '154551.737000', '154551.739000', '154551.742000', '154551.745000', '154551.749000', '154551.752000', '154551.755000', '154551.757000', '154551.760000', '154551.763000', '154551.765000', '154551.768000', '154551.771000', '154551.773000', '154551.776000', '154551.779000', '154551.781000', '154551.784000', '154551.786000', '154551.789000', '154551.792000', '154551.794000', '154551.797000', '154551.800000', '154551.802000', '154611.686000', '154611.689000', '154611.692000', '154611.695000', '154611.697000', '154611.700000', '154611.703000', '154611.705000', '154611.708000', '154611.710000', '154611.713000', '154611.716000', '154611.718000', '154611.721000', '154611.723000', '154611.726000', '154611.729000', '154611.731000', '154611.734000', '154611.737000', '154611.739000', '154611.742000', '154611.744000', '154611.747000', '154611.750000', '154611.752000', '154611.755000', '154611.757000', '154611.760000', '154611.763000', '154611.765000', '154611.768000', '154611.771000', '154611.773000', '154611.776000', '154611.778000', '154611.781000', '154611.784000', '154611.786000', '154611.789000', '154611.791000', '154611.794000', '154611.797000', '154611.799000', '154631.685000', '154631.688000', '154631.691000', '154631.694000', '154631.696000', '154631.699000', '154631.702000', '154631.704000', '154631.707000', '154631.709000', '154631.712000', '154631.715000', '154631.717000', '154631.720000', '154631.723000', '154631.725000', '154631.728000', '154631.730000', '154631.733000', '154631.736000', '154631.739000', '154631.742000', '154631.745000', '154631.748000', '154631.751000', '154631.753000', '154631.756000', '154631.758000', '154631.761000', '154631.764000', '154631.767000', '154631.769000', '154631.772000', '154631.774000', '154631.777000', '154631.779000', '154631.782000', '154631.785000', '154631.787000', '154631.790000', '154631.793000', '154631.795000', '154631.798000', '154651.685000', '154651.688000', '154651.691000', '154651.694000', '154651.696000', '154651.699000', '154651.702000', '154651.705000', '154651.707000', '154651.710000', '154651.713000', '154651.715000', '154651.718000', '154651.721000', '154651.723000', '154651.726000', '154651.729000', '154651.731000', '154651.734000', '154651.737000', '154651.739000', '154651.743000', '154651.746000', '154651.749000', '154651.751000', '154651.754000', '154651.756000', '154651.759000', '154651.762000', '154651.764000', '154651.767000', '154651.769000', '154651.772000', '154651.775000', '154651.777000', '154651.780000', '154651.782000', '154651.785000', '154651.788000', '154651.790000', '154651.793000', '154651.796000', '154651.798000', '154651.801000', '154711.685000', '154711.689000', '154711.692000', '154711.694000', '154711.697000', '154711.700000', '154711.703000', '154711.705000', '154711.720000', '154711.723000', '154711.725000', '154711.728000', '154711.731000', '154711.733000', '154711.736000', '154711.738000', '154711.741000', '154711.744000', '154711.747000', '154711.749000', '154711.752000', '154711.755000', '154711.757000', '154711.760000', '154711.763000', '154711.766000', '154711.769000', '154711.772000', '154711.775000', '154711.777000', '154711.780000', '154711.783000', '154711.786000', '154711.789000', '154711.792000', '154711.794000', '154711.797000', '154711.800000', '154711.802000', '154711.805000', '154711.808000', '154711.810000', '154711.813000', '154731.038000', '154731.041000', '154731.043000', '154731.046000', '154731.049000', '154731.052000', '154731.055000', '154731.057000', '154731.060000', '154731.063000', '154731.066000', '154731.068000', '154731.072000', '154731.075000', '154731.078000', '154731.081000', '154731.084000', '154731.086000', '154731.089000', '154731.095000', '154731.101000', '154731.104000', '154731.107000', '154731.110000', '154731.113000', '154731.116000', '154731.118000', '154731.121000', '154731.125000', '154731.128000', '154731.130000', '154731.138000', '154731.141000', '154731.143000', '154731.146000', '154731.149000', '154731.152000', '154731.155000', '154731.157000', '154731.160000', '154731.163000', '154731.168000', '154731.175000'], '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': [8744, 8950, 8710, 8250, 16523, 12413, 9274, 10951, 8025, 8755, 9007, 8293, 18170, 13156, 10057, 13101, 8972, 8566, 11373, 8826, 8607, 9682, 12941, 13530, 14609, 12963, 8840, 8979, 9081, 8433, 11522, 16369, 10128, 8853, 9266, 9123, 9136, 10673, 11274, 14468, 13703, 9248, 8851, 9799, 8491, 8893, 9724, 8576, 9954, 15052, 14775, 9841, 8996, 9150, 8301, 11317, 16252, 13041, 11710, 10779, 8385, 9022, 8674, 8276, 10007, 15162, 14428, 15495, 11514, 8659, 9011, 8359, 8778, 14468, 12171, 10793, 16554, 8691, 8836, 9626, 8173, 11709, 13582, 11171, 17782, 9457, 8600, 10550, 8263, 11800, 9104, 8465, 16569, 13350, 9689, 10642, 8425, 9253, 8551, 8640, 15242, 10807, 10575, 15501, 8686, 9803, 8686, 8253, 16494, 10123, 8837, 11236, 8099, 8758, 10776, 9762, 16043, 11656, 8876, 11504, 8921, 8608, 13890, 12358, 12805, 12419, 8664, 9140, 9293, 8389, 17949, 13240, 8949, 10972, 8069, 8323, 11317, 10234, 15131, 10140, 8372, 11759, 7860, 8299, 14493, 10699, 13663, 9031, 8066, 12124, 8636, 11919, 16156, 9512, 8729, 9677, 8229, 11348, 8676, 8663, 13832, 8127, 8876, 9738, 7858, 13094, 12362, 8628, 13491, 9170, 8393, 14278, 12230, 13165, 14505, 8145, 8407, 9734, 7846, 13775, 13017, 10252, 13688, 9481, 8516, 12078, 11836, 16220, 15398, 9132, 10540, 8668, 8159, 17208, 14123, 12674, 11465, 8134, 11778, 8904, 8128, 17135, 12743, 8986, 10642, 7753, 9931, 9435, 7864, 17521, 11379, 8179, 10328, 7743, 9575, 13645, 10182, 8903, 12636, 10625, 9135, 10865, 8297, 9740, 10772, 9826, 16821, 12825, 8853, 15435, 10030, 8632, 11659, 9383, 15789, 14199, 9557, 13061, 9450, 7886, 13054, 8934, 10618, 14307, 8989, 12409, 9253, 8109, 14048, 9677, 10395, 13335, 8286, 8532, 8355, 7921, 8325, 8838, 8388, 9245, 8925, 9055, 8366, 14549, 14227, 11880, 17452, 10144, 7979, 11719, 10344, 13201, 17577, 11115, 8321, 9937, 8169, 11934, 13031, 11273, 18374, 10317, 8100, 11434, 8634, 13371, 16966, 13588, 16570, 14931, 8862, 7679, 10016, 8812, 8950, 9533, 8289, 7787, 8801, 11360, 8508, 8496, 12845, 9415, 8307, 13638, 9060, 7964, 14229, 10288, 13295, 17090, 10228, 13590, 8830, 7941, 12438, 8233, 8042, 8942, 7572, 11369, 8714, 7802, 15456, 9756, 8571, 10937, 9926, 8237, 12522, 11924, 11674, 17375, 11284, 8176, 10988, 10176, 8326, 13515, 10576, 8682, 9497, 9716, 8340, 11500, 12985, 10644, 18192, 11574, 9680, 12662, 9348, 16228, 10093, 12069, 11737, 9181, 14624, 8665, 8522, 9181, 7927, 15149, 9060, 8809, 15838, 9282, 8371, 13348, 8447, 8730, 8933, 8413, 8350, 14393, 9979, 8455, 14473, 9245, 15808, 11364, 9467, 14260, 10341, 16400, 14043, 9635, 16965, 15756, 13908, 14977, 9472, 8954, 9493, 9197, 9021, 7648, 11559, 9792, 9347, 11570, 11395, 8787, 15314, 10824, 8881, 13936, 10937, 8841, 15748, 9594, 9099, 13017, 8738, 14527, 9294, 9255, 18578, 14722, 10430, 10957, 8470, 10048, 11112, 9751, 12049, 10974, 10074, 12947, 9157, 9770, 10737, 8996, 10373, 14570, 9283, 11363, 10972, 9614, 12153, 8694, 10318, 12304, 9158, 11069, 11402, 9647, 13254, 9571, 10123, 11029, 8655, 10220, 12890, 11228, 17962, 12005, 8771, 12954, 9292, 9376, 18680, 15010, 11274, 10268, 10592, 9173, 10427, 13929, 12960, 10076, 12569, 9180, 9618, 11483, 10329, 14634, 18323, 11332, 11406, 10784, 8339, 17430, 14774, 13912, 15740, 8781, 11681, 9032, 8428, 18216, 12366, 12017, 10219, 8607, 13504, 8598, 10254, 10703, 8707, 19151, 10400, 9089, 10300, 7954, 9824, 10412, 8569, 11011, 12412, 8871, 9628, 10908, 10075, 9877, 14704, 9208, 8675, 10438, 8325, 9818, 10226, 8816, 15274, 14985, 9525, 13496, 10480, 8563, 11239, 10803, 11377, 18514, 13325, 11137, 13318, 9182, 9338, 16092, 11499, 15300, 12493, 8463, 14099, 8706, 9132, 13366, 9521, 15383, 9376, 8546, 11307, 8231, 10533, 10932, 8774, 15766, 9193, 8508, 10215, 7959, 11633, 10261, 9063, 15356, 10922, 8853, 10597, 9355, 9196, 15043, 9964, 8837, 10289, 8243, 13048, 9120, 8485, 16396, 12026, 11380, 11459, 7989, 10091, 9087, 8324, 9849, 10977, 9381, 9130, 13840, 12991, 12646, 18243, 12356, 8595, 11207, 8656, 16444, 12836, 12062, 18754, 11290, 9163, 9444, 7964, 10697, 8667, 8703, 16400, 9217, 8725, 9486, 7753, 14023, 9278, 8472, 16559, 10738, 11587, 9391, 7670, 14496, 9803, 8666, 12653, 8367, 7633, 8585, 11214, 9505, 10826, 11277, 9404, 10084, 10704, 8493, 11553, 11025, 8954, 18377, 14801, 10709, 17277, 11270, 11271, 12106, 8953, 16160, 11685, 8352, 12285, 8614, 8679, 11356, 8769, 12140, 10736, 8209, 10525, 16853, 10315, 7947, 9961, 8787, 7775, 12363, 9876, 16224, 12716, 10213, 16623, 11306, 17819, 12723, 13523, 12489, 8933, 14975, 10455, 8768, 14654, 10220, 10189, 11687, 8293, 15105, 10815, 9498, 11792, 8362, 14796, 10628, 8201, 14562, 9862, 8136, 9814, 9979, 8218, 7655, 10768, 8585, 15433, 10298, 8128, 14006, 10208, 9884, 15104, 11580, 10158, 15190, 10787, 17021, 12031, 9639, 15455, 10824, 15923, 10911, 8000, 14876, 10200, 8717, 11451, 8692, 11797, 10064, 7874, 8528, 7779, 7410, 7353, 10033, 8038, 7947, 12014, 13572, 12183, 13937, 10447, 8737, 12037, 12947, 10012, 12006, 13858, 10078, 11056, 12442, 9680, 15135, 11412, 14468, 12262, 9910, 15756, 10117, 12905, 9890, 9467, 11924, 8842, 9199, 9080, 8132, 12448, 9131, 8409, 12434, 8376, 7258, 9755, 8223, 7360, 11786, 9032, 7654, 11670, 8945, 12935, 12530, 9045, 13595, 10676, 8241, 14503, 12597, 12543, 12515, 9147, 12675, 11099, 9805, 13282, 9723, 9489, 12718, 10343, 8719, 16682, 11904, 9803, 14905, 9649, 7631, 12252, 9679, 13911, 11749, 8595, 14537, 9709, 8801, 11475, 8837, 13684, 10405, 7401, 12556, 9600, 8585, 11376, 7643, 9543, 7668, 7653, 11121, 9689, 7265, 11357, 9227, 7453, 10954, 8218, 11575, 10632, 8073, 14744, 12738, 14340, 11528, 7485, 12376, 9505, 8032, 11275, 7688, 13139, 9896, 11312, 11583, 7870, 13853, 9372, 10819, 10726, 7592, 13153, 10024, 7376, 12452, 8526, 7708, 11061, 7967, 12536, 10081, 7468, 12668], 'WindowCenter': [4511.0, 4495.0, 4482.0, 4470.0, 4537.0, 4508.0, 4477.0, 4496.0, 4456.0, 4464.0, 4463.0, 4456.0, 4534.0, 4506.0, 4476.0, 4517.0, 4465.0, 4452.0, 4482.0, 4463.0, 4466.0, 4473.0, 4503.0, 4515.0, 4516.0, 4505.0, 4465.0, 4464.0, 4461.0, 4451.0, 4483.0, 4524.0, 4484.0, 4465.0, 4474.0, 4490.0, 4488.0, 4483.0, 4484.0, 4514.0, 4504.0, 4475.0, 4465.0, 4474.0, 4465.0, 4465.0, 4473.0, 4464.0, 4486.0, 4527.0, 4527.0, 4487.0, 4466.0, 4464.0, 4453.0, 4483.0, 4524.0, 4504.0, 4494.0, 4495.0, 4455.0, 4465.0, 4453.0, 4452.0, 4462.0, 4511.0, 4515.0, 4515.0, 4494.0, 4454.0, 4451.0, 4441.0, 4441.0, 4499.0, 4481.0, 4472.0, 4512.0, 4452.0, 4462.0, 4473.0, 4453.0, 4480.0, 4502.0, 4482.0, 4522.0, 4463.0, 4453.0, 4482.0, 4453.0, 4481.0, 4451.0, 4442.0, 4512.0, 4503.0, 4473.0, 4483.0, 4454.0, 4463.0, 4453.0, 4453.0, 4511.0, 4483.0, 4484.0, 4514.0, 4454.0, 4473.0, 4452.0, 4442.0, 4511.0, 4472.0, 4452.0, 4481.0, 4442.0, 4452.0, 4482.0, 4474.0, 4514.0, 4495.0, 4476.0, 4491.0, 4464.0, 4462.0, 4513.0, 4516.0, 4517.0, 4516.0, 4477.0, 4475.0, 4474.0, 4455.0, 4533.0, 4506.0, 4465.0, 4485.0, 4455.0, 4453.0, 4484.0, 4484.0, 4513.0, 4484.0, 4455.0, 4493.0, 4442.0, 4452.0, 4504.0, 4483.0, 4503.0, 4463.0, 4441.0, 4480.0, 4451.0, 4482.0, 4512.0, 4474.0, 4453.0, 4473.0, 4452.0, 4481.0, 4463.0, 4465.0, 4504.0, 4454.0, 4465.0, 4474.0, 4455.0, 4503.0, 4507.0, 4466.0, 4504.0, 4463.0, 4453.0, 4512.0, 4506.0, 4514.0, 4515.0, 4457.0, 4466.0, 4474.0, 4457.0, 4513.0, 4516.0, 4487.0, 4516.0, 4488.0, 4465.0, 4503.0, 4506.0, 4526.0, 4526.0, 4476.0, 4485.0, 4453.0, 4443.0, 4522.0, 4504.0, 4492.0, 4483.0, 4442.0, 4480.0, 4450.0, 4429.0, 4511.0, 4492.0, 4450.0, 4471.0, 4431.0, 4459.0, 4449.0, 4429.0, 4509.0, 4470.0, 4438.0, 4458.0, 4444.0, 4472.0, 4503.0, 4473.0, 4450.0, 4481.0, 4472.0, 4464.0, 4484.0, 4455.0, 4471.0, 4485.0, 4475.0, 4523.0, 4505.0, 4463.0, 4513.0, 4473.0, 4452.0, 4481.0, 4452.0, 4501.0, 4502.0, 4462.0, 4490.0, 4462.0, 4430.0, 4479.0, 4450.0, 4460.0, 4501.0, 4450.0, 4479.0, 4450.0, 4430.0, 4488.0, 4461.0, 4470.0, 4502.0, 4454.0, 4451.0, 4441.0, 4443.0, 4442.0, 4462.0, 4455.0, 4475.0, 4474.0, 4479.0, 4466.0, 4526.0, 4528.0, 4507.0, 4535.0, 4488.0, 4455.0, 4494.0, 4484.0, 4505.0, 4535.0, 4496.0, 4466.0, 4474.0, 4454.0, 4482.0, 4503.0, 4484.0, 4523.0, 4474.0, 4444.0, 4481.0, 4453.0, 4514.0, 4535.0, 4517.0, 4537.0, 4524.0, 4476.0, 4445.0, 4474.0, 4476.0, 4475.0, 4473.0, 4469.0, 4449.0, 4478.0, 4499.0, 4466.0, 4455.0, 4492.0, 4452.0, 4429.0, 4480.0, 4440.0, 4430.0, 4490.0, 4461.0, 4489.0, 4501.0, 4461.0, 4478.0, 4437.0, 4415.0, 4465.0, 4427.0, 4416.0, 4437.0, 4419.0, 4469.0, 4440.0, 4442.0, 4512.0, 4474.0, 4464.0, 4483.0, 4473.0, 4454.0, 4501.0, 4507.0, 4506.0, 4539.0, 4510.0, 4480.0, 4500.0, 4489.0, 4434.0, 4492.0, 4474.0, 4467.0, 4479.0, 4477.0, 4456.0, 4495.0, 4504.0, 4486.0, 4525.0, 4484.0, 4462.0, 4482.0, 4452.0, 4502.0, 4462.0, 4480.0, 4471.0, 4450.0, 4489.0, 4438.0, 4437.0, 4447.0, 4428.0, 4488.0, 4462.0, 4463.0, 4514.0, 4475.0, 4440.0, 4503.0, 4444.0, 4452.0, 4453.0, 4454.0, 4455.0, 4515.0, 4486.0, 4466.0, 4518.0, 4478.0, 4525.0, 4494.0, 4475.0, 4503.0, 4463.0, 4512.0, 4515.0, 4474.0, 4533.0, 4524.0, 4513.0, 4513.0, 4473.0, 4474.0, 4471.0, 4475.0, 4476.0, 4458.0, 4496.0, 4489.0, 4478.0, 4496.0, 4496.0, 4456.0, 4513.0, 4473.0, 4453.0, 4491.0, 4471.0, 4450.0, 4500.0, 4449.0, 4437.0, 4476.0, 4427.0, 4473.0, 4434.0, 4435.0, 4507.0, 4487.0, 4457.0, 4468.0, 4438.0, 4458.0, 4466.0, 4460.0, 4489.0, 4484.0, 4473.0, 4504.0, 4474.0, 4484.0, 4494.0, 4465.0, 4483.0, 4523.0, 4475.0, 4493.0, 4494.0, 4474.0, 4492.0, 4464.0, 4483.0, 4493.0, 4464.0, 4481.0, 4493.0, 4474.0, 4502.0, 4473.0, 4483.0, 4494.0, 4465.0, 4484.0, 4515.0, 4496.0, 4534.0, 4506.0, 4464.0, 4501.0, 4462.0, 4474.0, 4545.0, 4525.0, 4496.0, 4483.0, 4482.0, 4472.0, 4483.0, 4522.0, 4515.0, 4487.0, 4516.0, 4487.0, 4486.0, 4494.0, 4486.0, 4526.0, 4546.0, 4496.0, 4493.0, 4484.0, 4452.0, 4510.0, 4500.0, 4490.0, 4500.0, 4440.0, 4477.0, 4447.0, 4437.0, 4507.0, 4477.0, 4466.0, 4445.0, 4437.0, 4474.0, 4434.0, 4444.0, 4469.0, 4450.0, 4518.0, 4467.0, 4447.0, 4457.0, 4438.0, 4459.0, 4470.0, 4452.0, 4495.0, 4504.0, 4465.0, 4472.0, 4482.0, 4484.0, 4486.0, 4525.0, 4487.0, 4477.0, 4484.0, 4455.0, 4471.0, 4472.0, 4475.0, 4523.0, 4525.0, 4485.0, 4512.0, 4483.0, 4462.0, 4481.0, 4482.0, 4493.0, 4532.0, 4503.0, 4492.0, 4501.0, 4462.0, 4459.0, 4511.0, 4481.0, 4510.0, 4491.0, 4451.0, 4497.0, 4450.0, 4447.0, 4488.0, 4459.0, 4499.0, 4459.0, 4448.0, 4477.0, 4439.0, 4469.0, 4469.0, 4450.0, 4509.0, 4459.0, 4447.0, 4457.0, 4438.0, 4477.0, 4469.0, 4463.0, 4522.0, 4493.0, 4463.0, 4481.0, 4474.0, 4475.0, 4535.0, 4486.0, 4475.0, 4482.0, 4464.0, 4500.0, 4474.0, 4450.0, 4522.0, 4503.0, 4494.0, 4494.0, 4453.0, 4483.0, 4463.0, 4463.0, 4486.0, 4493.0, 4474.0, 4475.0, 4513.0, 4515.0, 4505.0, 4537.0, 4502.0, 4451.0, 4480.0, 4447.0, 4508.0, 4490.0, 4478.0, 4518.0, 4479.0, 4458.0, 4458.0, 4439.0, 4468.0, 4450.0, 4450.0, 4522.0, 4472.0, 4462.0, 4472.0, 4442.0, 4500.0, 4462.0, 4450.0, 4511.0, 4481.0, 4481.0, 4460.0, 4442.0, 4511.0, 4471.0, 4463.0, 4502.0, 4462.0, 4455.0, 4462.0, 4492.0, 4487.0, 4484.0, 4482.0, 4464.0, 4472.0, 4484.0, 4468.0, 4495.0, 4496.0, 4477.0, 4533.0, 4504.0, 4471.0, 4511.0, 4469.0, 4466.0, 4478.0, 4448.0, 4508.0, 4478.0, 4439.0, 4479.0, 4450.0, 4451.0, 4479.0, 4451.0, 4478.0, 4470.0, 4440.0, 4484.0, 4511.0, 4472.0, 4431.0, 4458.0, 4439.0, 4430.0, 4481.0, 4474.0, 4513.0, 4496.0, 4473.0, 4512.0, 4470.0, 4499.0, 4467.0, 4464.0, 4466.0, 4424.0, 4472.0, 4443.0, 4424.0, 4474.0, 4445.0, 4455.0, 4465.0, 4425.0, 4485.0, 4456.0, 4445.0, 4467.0, 4425.0, 4496.0, 4471.0, 4437.0, 4491.0, 4450.0, 4430.0, 4458.0, 4462.0, 4441.0, 4443.0, 4484.0, 4466.0, 4525.0, 4498.0, 4468.0, 4516.0, 4483.0, 4471.0, 4512.0, 4482.0, 4459.0, 4502.0, 4471.0, 4510.0, 4482.0, 4449.0, 4499.0, 4469.0, 4498.0, 4470.0, 4425.0, 4485.0, 4457.0, 4436.0, 4468.0, 4450.0, 4493.0, 4461.0, 4441.0, 4439.0, 4440.0, 4441.0, 4429.0, 4470.0, 4441.0, 4453.0, 4503.0, 4516.0, 4518.0, 4528.0, 4511.0, 4489.0, 4519.0, 4517.0, 4479.0, 4496.0, 4506.0, 4476.0, 4484.0, 4484.0, 4452.0, 4491.0, 4469.0, 4489.0, 4469.0, 4448.0, 4486.0, 4446.0, 4464.0, 4434.0, 4434.0, 4465.0, 4435.0, 4435.0, 4437.0, 4427.0, 4478.0, 4449.0, 4454.0, 4503.0, 4452.0, 4432.0, 4473.0, 4454.0, 4445.0, 4508.0, 4479.0, 4459.0, 4509.0, 4481.0, 4518.0, 4508.0, 4477.0, 4504.0, 4485.0, 4455.0, 4504.0, 4495.0, 4493.0, 4507.0, 4476.0, 4494.0, 4484.0, 4461.0, 4491.0, 4474.0, 4461.0, 4502.0, 4485.0, 4464.0, 4522.0, 4494.0, 4473.0, 4501.0, 4461.0, 4431.0, 4480.0, 4461.0, 4491.0, 4480.0, 4449.0, 4490.0, 4448.0, 4436.0, 4468.0, 4448.0, 4488.0, 4469.0, 4418.0, 4490.0, 4459.0, 4439.0, 4480.0, 4431.0, 4446.0, 4415.0, 4428.0, 4456.0, 4437.0, 4406.0, 4444.0, 4436.0, 4407.0, 4459.0, 4441.0, 4481.0, 4484.0, 4430.0, 4489.0, 4479.0, 4489.0, 4458.0, 4408.0, 4466.0, 4449.0, 4439.0, 4467.0, 4430.0, 4477.0, 4449.0, 4468.0, 4467.0, 4416.0, 4474.0, 4434.0, 4444.0, 4456.0, 4416.0, 4476.0, 4447.0, 4416.0, 4477.0, 4438.0, 4428.0, 4469.0, 4443.0, 4491.0, 4473.0, 4432.0, 4503.0], 'WindowWidth': [9929.0, 9895.0, 9868.0, 9847.0, 9935.0, 9895.0, 9851.0, 9875.0, 9821.0, 9828.0, 9825.0, 9818.0, 9925.0, 9888.0, 9848.0, 9907.0, 9831.0, 9807.0, 9848.0, 9823.0, 9835.0, 9837.0, 9877.0, 9897.0, 9902.0, 9887.0, 9831.0, 9826.0, 9818.0, 9804.0, 9850.0, 9909.0, 9856.0, 9830.0, 9842.0, 9875.0, 9868.0, 9849.0, 9853.0, 9894.0, 9880.0, 9843.0, 9829.0, 9841.0, 9829.0, 9829.0, 9837.0, 9828.0, 9861.0, 9917.0, 9918.0, 9863.0, 9833.0, 9826.0, 9809.0, 9848.0, 9910.0, 9883.0, 9867.0, 9872.0, 9818.0, 9829.0, 9809.0, 9807.0, 9819.0, 9887.0, 9897.0, 9897.0, 9868.0, 9813.0, 9803.0, 9789.0, 9788.0, 9864.0, 9844.0, 9831.0, 9889.0, 9808.0, 9819.0, 9836.0, 9809.0, 9841.0, 9873.0, 9847.0, 9903.0, 9822.0, 9809.0, 9849.0, 9809.0, 9843.0, 9803.0, 9791.0, 9890.0, 9879.0, 9838.0, 9852.0, 9814.0, 9825.0, 9810.0, 9809.0, 9886.0, 9851.0, 9852.0, 9895.0, 9813.0, 9837.0, 9807.0, 9793.0, 9886.0, 9835.0, 9806.0, 9843.0, 9794.0, 9806.0, 9848.0, 9840.0, 9895.0, 9873.0, 9850.0, 9861.0, 9828.0, 9822.0, 9895.0, 9903.0, 9905.0, 9903.0, 9852.0, 9845.0, 9840.0, 9816.0, 9921.0, 9887.0, 9829.0, 9857.0, 9816.0, 9809.0, 9851.0, 9854.0, 9892.0, 9855.0, 9816.0, 9864.0, 9794.0, 9807.0, 9879.0, 9849.0, 9879.0, 9823.0, 9792.0, 9840.0, 9804.0, 9845.0, 9889.0, 9838.0, 9810.0, 9836.0, 9809.0, 9845.0, 9826.0, 9830.0, 9881.0, 9816.0, 9829.0, 9840.0, 9817.0, 9880.0, 9890.0, 9835.0, 9882.0, 9825.0, 9812.0, 9892.0, 9888.0, 9897.0, 9900.0, 9823.0, 9832.0, 9840.0, 9823.0, 9893.0, 9902.0, 9864.0, 9902.0, 9865.0, 9832.0, 9879.0, 9889.0, 9915.0, 9915.0, 9847.0, 9857.0, 9810.0, 9796.0, 9903.0, 9881.0, 9860.0, 9848.0, 9792.0, 9838.0, 9798.0, 9768.0, 9885.0, 9860.0, 9801.0, 9831.0, 9776.0, 9811.0, 9797.0, 9769.0, 9878.0, 9826.0, 9781.0, 9807.0, 9802.0, 9835.0, 9875.0, 9838.0, 9797.0, 9840.0, 9830.0, 9824.0, 9852.0, 9813.0, 9833.0, 9854.0, 9842.0, 9907.0, 9883.0, 9823.0, 9891.0, 9836.0, 9804.0, 9841.0, 9803.0, 9870.0, 9872.0, 9818.0, 9853.0, 9817.0, 9772.0, 9834.0, 9799.0, 9811.0, 9868.0, 9799.0, 9838.0, 9798.0, 9772.0, 9847.0, 9814.0, 9827.0, 9873.0, 9812.0, 9803.0, 9787.0, 9794.0, 9791.0, 9822.0, 9817.0, 9843.0, 9842.0, 9856.0, 9835.0, 9915.0, 9921.0, 9892.0, 9929.0, 9863.0, 9817.0, 9866.0, 9854.0, 9883.0, 9929.0, 9873.0, 9832.0, 9840.0, 9812.0, 9846.0, 9876.0, 9852.0, 9906.0, 9840.0, 9797.0, 9844.0, 9812.0, 9896.0, 9932.0, 9909.0, 9936.0, 9915.0, 9851.0, 9804.0, 9841.0, 9848.0, 9845.0, 9841.0, 9843.0, 9810.0, 9851.0, 9876.0, 9831.0, 9814.0, 9857.0, 9803.0, 9767.0, 9835.0, 9782.0, 9769.0, 9848.0, 9812.0, 9850.0, 9870.0, 9811.0, 9831.0, 9774.0, 9743.0, 9809.0, 9760.0, 9745.0, 9776.0, 9756.0, 9821.0, 9785.0, 9792.0, 9887.0, 9840.0, 9826.0, 9848.0, 9835.0, 9811.0, 9874.0, 9888.0, 9888.0, 9940.0, 9901.0, 9860.0, 9884.0, 9863.0, 9777.0, 9856.0, 9837.0, 9834.0, 9852.0, 9847.0, 9818.0, 9868.0, 9881.0, 9855.0, 9909.0, 9851.0, 9818.0, 9845.0, 9803.0, 9871.0, 9816.0, 9837.0, 9826.0, 9797.0, 9849.0, 9778.0, 9775.0, 9789.0, 9767.0, 9848.0, 9821.0, 9822.0, 9893.0, 9845.0, 9785.0, 9875.0, 9795.0, 9805.0, 9807.0, 9811.0, 9814.0, 9896.0, 9860.0, 9834.0, 9907.0, 9852.0, 9912.0, 9867.0, 9843.0, 9878.0, 9821.0, 9888.0, 9899.0, 9845.0, 9927.0, 9919.0, 9899.0, 9895.0, 9842.0, 9843.0, 9837.0, 9848.0, 9850.0, 9829.0, 9872.0, 9865.0, 9850.0, 9871.0, 9870.0, 9817.0, 9891.0, 9834.0, 9805.0, 9855.0, 9827.0, 9799.0, 9868.0, 9796.0, 9775.0, 9826.0, 9761.0, 9820.0, 9767.0, 9769.0, 9874.0, 9847.0, 9804.0, 9821.0, 9783.0, 9809.0, 9818.0, 9815.0, 9851.0, 9852.0, 9837.0, 9881.0, 9843.0, 9856.0, 9869.0, 9830.0, 9851.0, 9906.0, 9844.0, 9865.0, 9869.0, 9842.0, 9862.0, 9828.0, 9851.0, 9866.0, 9827.0, 9847.0, 9865.0, 9842.0, 9877.0, 9840.0, 9854.0, 9870.0, 9831.0, 9858.0, 9902.0, 9876.0, 9927.0, 9889.0, 9828.0, 9873.0, 9823.0, 9844.0, 9943.0, 9915.0, 9876.0, 9854.0, 9850.0, 9835.0, 9853.0, 9907.0, 9902.0, 9865.0, 9904.0, 9866.0, 9862.0, 9870.0, 9863.0, 9915.0, 9949.0, 9876.0, 9868.0, 9854.0, 9807.0, 9884.0, 9872.0, 9857.0, 9871.0, 9787.0, 9834.0, 9793.0, 9779.0, 9876.0, 9833.0, 9814.0, 9787.0, 9777.0, 9823.0, 9770.0, 9782.0, 9827.0, 9804.0, 9895.0, 9822.0, 9793.0, 9807.0, 9784.0, 9814.0, 9831.0, 9808.0, 9873.0, 9884.0, 9831.0, 9835.0, 9847.0, 9856.0, 9862.0, 9913.0, 9866.0, 9853.0, 9855.0, 9817.0, 9833.0, 9835.0, 9845.0, 9906.0, 9915.0, 9858.0, 9891.0, 9853.0, 9824.0, 9845.0, 9849.0, 9866.0, 9923.0, 9882.0, 9864.0, 9875.0, 9821.0, 9813.0, 9887.0, 9848.0, 9883.0, 9859.0, 9806.0, 9863.0, 9800.0, 9794.0, 9850.0, 9813.0, 9868.0, 9812.0, 9798.0, 9834.0, 9786.0, 9825.0, 9826.0, 9802.0, 9883.0, 9813.0, 9793.0, 9807.0, 9784.0, 9835.0, 9828.0, 9826.0, 9910.0, 9866.0, 9826.0, 9847.0, 9843.0, 9846.0, 9930.0, 9865.0, 9847.0, 9852.0, 9830.0, 9873.0, 9841.0, 9806.0, 9906.0, 9880.0, 9870.0, 9869.0, 9814.0, 9854.0, 9826.0, 9829.0, 9864.0, 9867.0, 9845.0, 9845.0, 9897.0, 9900.0, 9887.0, 9937.0, 9880.0, 9806.0, 9843.0, 9796.0, 9879.0, 9855.0, 9836.0, 9901.0, 9842.0, 9812.0, 9812.0, 9786.0, 9824.0, 9802.0, 9804.0, 9906.0, 9837.0, 9825.0, 9836.0, 9798.0, 9870.0, 9820.0, 9802.0, 9889.0, 9846.0, 9846.0, 9818.0, 9796.0, 9889.0, 9832.0, 9826.0, 9878.0, 9828.0, 9821.0, 9826.0, 9867.0, 9863.0, 9853.0, 9846.0, 9824.0, 9834.0, 9854.0, 9836.0, 9871.0, 9877.0, 9853.0, 9926.0, 9883.0, 9831.0, 9887.0, 9824.0, 9815.0, 9833.0, 9795.0, 9876.0, 9836.0, 9786.0, 9841.0, 9804.0, 9805.0, 9841.0, 9804.0, 9836.0, 9827.0, 9785.0, 9854.0, 9884.0, 9833.0, 9773.0, 9805.0, 9783.0, 9772.0, 9843.0, 9837.0, 9891.0, 9871.0, 9837.0, 9891.0, 9825.0, 9867.0, 9816.0, 9807.0, 9813.0, 9750.0, 9814.0, 9774.0, 9750.0, 9820.0, 9783.0, 9798.0, 9810.0, 9756.0, 9838.0, 9799.0, 9785.0, 9815.0, 9756.0, 9859.0, 9828.0, 9777.0, 9852.0, 9796.0, 9770.0, 9806.0, 9816.0, 9787.0, 9795.0, 9853.0, 9832.0, 9912.0, 9882.0, 9842.0, 9902.0, 9850.0, 9831.0, 9889.0, 9846.0, 9811.0, 9873.0, 9829.0, 9883.0, 9846.0, 9796.0, 9867.0, 9822.0, 9862.0, 9827.0, 9758.0, 9840.0, 9803.0, 9775.0, 9819.0, 9804.0, 9862.0, 9813.0, 9789.0, 9783.0, 9789.0, 9794.0, 9774.0, 9829.0, 9792.0, 9812.0, 9881.0, 9905.0, 9913.0, 9929.0, 9906.0, 9874.0, 9914.0, 9905.0, 9850.0, 9872.0, 9885.0, 9841.0, 9849.0, 9851.0, 9803.0, 9854.0, 9821.0, 9848.0, 9821.0, 9790.0, 9842.0, 9785.0, 9804.0, 9765.0, 9766.0, 9809.0, 9769.0, 9770.0, 9777.0, 9763.0, 9836.0, 9799.0, 9814.0, 9879.0, 9808.0, 9781.0, 9835.0, 9815.0, 9804.0, 9894.0, 9856.0, 9830.0, 9897.0, 9862.0, 9905.0, 9892.0, 9849.0, 9881.0, 9855.0, 9813.0, 9881.0, 9869.0, 9861.0, 9890.0, 9846.0, 9867.0, 9852.0, 9814.0, 9857.0, 9840.0, 9817.0, 9877.0, 9858.0, 9828.0, 9904.0, 9867.0, 9835.0, 9873.0, 9815.0, 9775.0, 9840.0, 9815.0, 9856.0, 9841.0, 9798.0, 9855.0, 9793.0, 9776.0, 9820.0, 9795.0, 9849.0, 9824.0, 9755.0, 9855.0, 9810.0, 9783.0, 9839.0, 9775.0, 9787.0, 9745.0, 9767.0, 9798.0, 9772.0, 9728.0, 9778.0, 9770.0, 9733.0, 9808.0, 9790.0, 9843.0, 9852.0, 9773.0, 9851.0, 9836.0, 9850.0, 9803.0, 9736.0, 9811.0, 9796.0, 9783.0, 9818.0, 9773.0, 9833.0, 9794.0, 9819.0, 9817.0, 9746.0, 9822.0, 9767.0, 9779.0, 9799.0, 9746.0, 9828.0, 9791.0, 9750.0, 9832.0, 9782.0, 9768.0, 9822.0, 9798.0, 9860.0, 9836.0, 9779.0, 9878.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.02823624137931035</td></tr>
<tr><td colspan=3>aqi</td><td>0.11712421528735631</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.713815173222116</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2603146661680098</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2918584731070186</td></tr>
<tr><td colspan=3>efc</td><td>0.451</td></tr>
<tr><td colspan=3>fber</td><td>7142.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18487950474082418</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.79310344827586</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.856433080227296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6981428447621707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0593379270596994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8118184688600176</td></tr>
<tr><td colspan=3>gcor</td><td>0.00480001</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012201150879263878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020079804584383965</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.627400750639218</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.9047</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9592</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.7483</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.4304</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6509</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.4134</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3626.5559</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1081.7588</td></tr>
<tr><td colspan=3>tsnr</td><td>19.426052598049864</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>