ds005256-mriqc/sub-0032_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +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-0032_ses-04_task-social_acq-mb8_run-02_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-0032_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-02_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-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-02_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>58f4f90bfa804268712d469dc82cd51c</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:03:56.345000</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.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0941023</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1918d6b8-3ce0-4efe-bd6b-530aa93b2dc7||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.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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': ['150356.345000', '150356.805000', '150357.265000', '150357.725000', '150358.185000', '150358.645000', '150359.105000', '150359.565000', '150400.025000', '150400.485000', '150400.945000', '150401.405000', '150401.865000', '150402.325000', '150402.785000', '150403.245000', '150403.705000', '150404.165000', '150404.625000', '150405.085000', '150405.545000', '150406.005000', '150406.465000', '150406.925000', '150407.385000', '150407.845000', '150408.305000', '150408.765000', '150409.225000', '150409.685000', '150410.145000', '150410.605000', '150411.065000', '150411.525000', '150411.985000', '150412.445000', '150412.905000', '150413.365000', '150413.825000', '150414.285000', '150414.745000', '150415.205000', '150415.665000', '150416.125000', '150416.585000', '150417.045000', '150417.505000', '150417.965000', '150418.425000', '150418.885000', '150419.345000', '150419.805000', '150420.265000', '150420.725000', '150421.185000', '150421.645000', '150422.105000', '150422.565000', '150423.025000', '150423.485000', '150423.945000', '150424.405000', '150424.865000', '150425.325000', '150425.785000', '150426.245000', '150426.705000', '150427.165000', '150427.625000', '150428.085000', '150428.545000', '150429.005000', '150429.465000', '150429.925000', '150430.385000', '150430.845000', '150431.305000', '150431.765000', '150432.225000', '150432.685000', '150433.145000', '150433.605000', '150434.065000', '150434.525000', '150434.985000', '150435.445000', '150435.905000', '150436.365000', '150436.825000', '150437.285000', '150437.745000', '150438.205000', '150438.665000', '150439.125000', '150439.585000', '150440.045000', '150440.505000', '150440.965000', '150441.425000', '150441.885000', '150442.345000', '150442.805000', '150443.265000', '150443.725000', '150444.185000', '150444.645000', '150445.105000', '150445.565000', '150446.025000', '150446.485000', '150446.945000', '150447.405000', '150447.865000', '150448.325000', '150448.785000', '150449.245000', '150449.705000', '150450.165000', '150450.625000', '150451.085000', '150451.545000', '150452.005000', '150452.465000', '150452.925000', '150453.385000', '150453.845000', '150454.305000', '150454.765000', '150455.225000', '150455.685000', '150456.145000', '150456.605000', '150457.065000', '150457.525000', '150457.985000', '150458.445000', '150458.905000', '150459.365000', '150459.825000', '150500.285000', '150500.745000', '150501.205000', '150501.665000', '150502.125000', '150502.585000', '150503.045000', '150503.505000', '150503.965000', '150504.425000', '150504.885000', '150505.345000', '150505.805000', '150506.265000', '150506.725000', '150507.185000', '150507.645000', '150508.105000', '150508.565000', '150509.025000', '150509.485000', '150509.945000', '150510.405000', '150510.865000', '150511.325000', '150511.785000', '150512.245000', '150512.705000', '150513.165000', '150513.625000', '150514.085000', '150514.545000', '150515.005000', '150515.465000', '150515.925000', '150516.385000', '150516.845000', '150517.305000', '150517.765000', '150518.225000', '150518.685000', '150519.145000', '150519.605000', '150520.065000', '150520.525000', '150520.985000', '150521.445000', '150521.905000', '150522.365000', '150522.825000', '150523.285000', '150523.745000', '150524.205000', '150524.665000', '150525.125000', '150525.585000', '150526.045000', '150526.505000', '150526.965000', '150527.425000', '150527.885000', '150528.345000', '150528.805000', '150529.265000', '150529.725000', '150530.185000', '150530.645000', '150531.105000', '150531.565000', '150532.025000', '150532.485000', '150532.945000', '150533.405000', '150533.865000', '150534.325000', '150534.785000', '150535.245000', '150535.705000', '150536.165000', '150536.625000', '150537.085000', '150537.545000', '150538.005000', '150538.465000', '150538.925000', '150539.385000', '150539.845000', '150540.305000', '150540.765000', '150541.225000', '150541.685000', '150542.145000', '150542.605000', '150543.065000', '150543.525000', '150543.985000', '150544.445000', '150544.905000', '150545.365000', '150545.825000', '150546.285000', '150546.745000', '150547.205000', '150547.665000', '150548.125000', '150548.585000', '150549.045000', '150549.505000', '150549.965000', '150550.425000', '150550.885000', '150551.345000', '150551.805000', '150552.265000', '150552.725000', '150553.185000', '150553.645000', '150554.105000', '150554.565000', '150555.025000', '150555.485000', '150555.945000', '150556.405000', '150556.865000', '150557.325000', '150557.785000', '150558.245000', '150558.705000', '150559.165000', '150559.625000', '150600.085000', '150600.545000', '150601.005000', '150601.465000', '150601.925000', '150602.385000', '150602.845000', '150603.305000', '150603.765000', '150604.225000', '150604.685000', '150605.145000', '150605.605000', '150606.065000', '150606.525000', '150606.985000', '150607.445000', '150607.905000', '150608.365000', '150608.825000', '150609.285000', '150609.745000', '150610.205000', '150610.665000', '150611.125000', '150611.585000', '150612.045000', '150612.505000', '150612.965000', '150613.425000', '150613.885000', '150614.345000', '150614.805000', '150615.265000', '150615.725000', '150616.185000', '150616.645000', '150617.105000', '150617.565000', '150618.025000', '150618.485000', '150618.945000', '150619.405000', '150619.865000', '150620.325000', '150620.785000', '150621.245000', '150621.705000', '150622.165000', '150622.625000', '150623.085000', '150623.545000', '150624.005000', '150624.465000', '150624.925000', '150625.385000', '150625.845000', '150626.305000', '150626.765000', '150627.225000', '150627.685000', '150628.145000', '150628.605000', '150629.065000', '150629.525000', '150629.985000', '150630.445000', '150630.905000', '150631.365000', '150631.825000', '150632.285000', '150632.745000', '150633.205000', '150633.665000', '150634.125000', '150634.585000', '150635.045000', '150635.505000', '150635.965000', '150636.425000', '150636.885000', '150637.345000', '150637.805000', '150638.265000', '150638.725000', '150639.185000', '150639.645000', '150640.105000', '150640.565000', '150641.025000', '150641.485000', '150641.945000', '150642.405000', '150642.865000', '150643.325000', '150643.785000', '150644.245000', '150644.705000', '150645.165000', '150645.625000', '150646.085000', '150646.545000', '150647.005000', '150647.465000', '150647.925000', '150648.385000', '150648.845000', '150649.305000', '150649.765000', '150650.225000', '150650.685000', '150651.145000', '150651.605000', '150652.065000', '150652.525000', '150652.985000', '150653.445000', '150653.905000', '150654.365000', '150654.825000', '150655.285000', '150655.745000', '150656.205000', '150656.665000', '150657.125000', '150657.585000', '150658.045000', '150658.505000', '150658.965000', '150659.425000', '150659.885000', '150700.345000', '150700.805000', '150701.265000', '150701.725000', '150702.185000', '150702.645000', '150703.105000', '150703.565000', '150704.025000', '150704.485000', '150704.945000', '150705.405000', '150705.865000', '150706.325000', '150706.785000', '150707.245000', '150707.705000', '150708.165000', '150708.625000', '150709.085000', '150709.545000', '150710.005000', '150710.465000', '150710.925000', '150711.385000', '150711.845000', '150712.305000', '150712.765000', '150713.225000', '150713.685000', '150714.145000', '150714.605000', '150715.065000', '150715.525000', '150715.985000', '150716.445000', '150716.905000', '150717.365000', '150717.825000', '150718.285000', '150718.745000', '150719.205000', '150719.665000', '150720.125000', '150720.585000', '150721.045000', '150721.505000', '150721.965000', '150722.425000', '150722.885000', '150723.345000', '150723.805000', '150724.265000', '150724.725000', '150725.185000', '150725.645000', '150726.105000', '150726.565000', '150727.025000', '150727.485000', '150727.945000', '150728.405000', '150728.865000', '150729.325000', '150729.785000', '150730.245000', '150730.705000', '150731.165000', '150731.625000', '150732.085000', '150732.545000', '150733.005000', '150733.465000', '150733.925000', '150734.385000', '150734.845000', '150735.305000', '150735.765000', '150736.225000', '150736.685000', '150737.145000', '150737.605000', '150738.065000', '150738.525000', '150738.985000', '150739.445000', '150739.905000', '150740.365000', '150740.825000', '150741.285000', '150741.745000', '150742.205000', '150742.665000', '150743.125000', '150743.585000', '150744.045000', '150744.505000', '150744.965000', '150745.425000', '150745.885000', '150746.345000', '150746.805000', '150747.265000', '150747.725000', '150748.185000', '150748.645000', '150749.105000', '150749.565000', '150750.025000', '150750.485000', '150750.945000', '150751.405000', '150751.865000', '150752.325000', '150752.785000', '150753.245000', '150753.705000', '150754.165000', '150754.625000', '150755.085000', '150755.545000', '150756.005000', '150756.465000', '150756.925000', '150757.385000', '150757.845000', '150758.305000', '150758.765000', '150759.225000', '150759.685000', '150800.145000', '150800.605000', '150801.065000', '150801.525000', '150801.985000', '150802.445000', '150802.905000', '150803.365000', '150803.825000', '150804.285000', '150804.745000', '150805.205000', '150805.665000', '150806.125000', '150806.585000', '150807.045000', '150807.505000', '150807.965000', '150808.425000', '150808.885000', '150809.345000', '150809.805000', '150810.265000', '150810.725000', '150811.185000', '150811.645000', '150812.105000', '150812.565000', '150813.025000', '150813.485000', '150813.945000', '150814.405000', '150814.865000', '150815.325000', '150815.785000', '150816.245000', '150816.705000', '150817.165000', '150817.625000', '150818.085000', '150818.545000', '150819.005000', '150819.465000', '150819.925000', '150820.385000', '150820.845000', '150821.305000', '150821.765000', '150822.225000', '150822.685000', '150823.145000', '150823.605000', '150824.065000', '150824.525000', '150824.985000', '150825.445000', '150825.905000', '150826.365000', '150826.825000', '150827.285000', '150827.745000', '150828.205000', '150828.665000', '150829.125000', '150829.585000', '150830.045000', '150830.505000', '150830.965000', '150831.425000', '150831.885000', '150832.345000', '150832.805000', '150833.265000', '150833.725000', '150834.185000', '150834.645000', '150835.105000', '150835.565000', '150836.025000', '150836.485000', '150836.945000', '150837.405000', '150837.865000', '150838.325000', '150838.785000', '150839.245000', '150839.705000', '150840.165000', '150840.625000', '150841.085000', '150841.545000', '150842.005000', '150842.465000', '150842.925000', '150843.385000', '150843.845000', '150844.305000', '150844.765000', '150845.225000', '150845.685000', '150846.145000', '150846.605000', '150847.065000', '150847.525000', '150847.985000', '150848.445000', '150848.905000', '150849.365000', '150849.825000', '150850.285000', '150850.745000', '150851.205000', '150851.665000', '150852.125000', '150852.585000', '150853.045000', '150853.505000', '150853.965000', '150854.425000', '150854.885000', '150855.345000', '150855.805000', '150856.265000', '150856.725000', '150857.185000', '150857.645000', '150858.105000', '150858.565000', '150859.025000', '150859.485000', '150859.945000', '150900.405000', '150900.865000', '150901.325000', '150901.785000', '150902.245000', '150902.705000', '150903.165000', '150903.625000', '150904.085000', '150904.545000', '150905.005000', '150905.465000', '150905.925000', '150906.385000', '150906.845000', '150907.305000', '150907.765000', '150908.225000', '150908.685000', '150909.145000', '150909.605000', '150910.065000', '150910.525000', '150910.985000', '150911.445000', '150911.905000', '150912.365000', '150912.825000', '150913.285000', '150913.745000', '150914.205000', '150914.665000', '150915.125000', '150915.585000', '150916.045000', '150916.505000', '150916.965000', '150917.425000', '150917.885000', '150918.345000', '150918.805000', '150919.265000', '150919.725000', '150920.185000', '150920.645000', '150921.105000', '150921.565000', '150922.025000', '150922.485000', '150922.945000', '150923.405000', '150923.865000', '150924.325000', '150924.785000', '150925.245000', '150925.705000', '150926.165000', '150926.625000', '150927.085000', '150927.545000', '150928.005000', '150928.465000', '150928.925000', '150929.385000', '150929.845000', '150930.305000', '150930.765000', '150931.225000', '150931.685000', '150932.145000', '150932.605000', '150933.065000', '150933.525000', '150933.985000', '150934.445000', '150934.905000', '150935.365000', '150935.825000', '150936.285000', '150936.745000', '150937.205000', '150937.665000', '150938.125000', '150938.585000', '150939.045000', '150939.505000', '150939.965000', '150940.425000', '150940.885000', '150941.345000', '150941.805000', '150942.265000', '150942.725000', '150943.185000', '150943.645000', '150944.105000', '150944.565000', '150945.025000', '150945.485000', '150945.945000', '150946.405000', '150946.865000', '150947.325000', '150947.785000', '150948.245000', '150948.705000', '150949.165000', '150949.625000', '150950.085000', '150950.545000', '150951.005000', '150951.465000', '150951.925000', '150952.385000', '150952.845000', '150953.305000', '150953.765000', '150954.225000', '150954.685000', '150955.145000', '150955.605000', '150956.065000', '150956.525000', '150956.985000', '150957.445000', '150957.905000', '150958.365000', '150958.825000', '150959.285000', '150959.745000', '151000.205000', '151000.665000', '151001.125000', '151001.585000', '151002.045000', '151002.505000', '151002.965000', '151003.425000', '151003.885000', '151004.345000', '151004.805000', '151005.265000', '151005.725000', '151006.185000', '151006.645000', '151007.105000', '151007.565000', '151008.025000', '151008.485000', '151008.945000', '151009.405000', '151009.865000', '151010.325000', '151010.785000', '151011.245000', '151011.705000', '151012.165000', '151012.625000', '151013.085000', '151013.545000', '151014.005000', '151014.465000', '151014.925000', '151015.385000', '151015.845000', '151016.305000', '151016.765000', '151017.225000', '151017.685000', '151018.145000', '151018.605000', '151019.065000', '151019.525000', '151019.985000', '151020.445000', '151020.905000', '151021.365000', '151021.825000', '151022.285000', '151022.745000', '151023.205000', '151023.665000', '151024.125000', '151024.585000', '151025.045000', '151025.505000', '151025.965000', '151026.425000', '151026.885000', '151027.345000', '151027.805000', '151028.265000', '151028.725000', '151029.185000', '151029.645000', '151030.105000', '151030.565000', '151031.025000', '151031.485000', '151031.945000', '151032.405000', '151032.865000', '151033.325000', '151033.785000', '151034.245000', '151034.705000', '151035.165000', '151035.625000', '151036.085000', '151036.545000', '151037.005000'], 'ContentTime': ['150401.726000', '150401.729000', '150401.732000', '150401.735000', '150401.738000', '150401.756000', '150401.759000', '150421.696000', '150421.699000', '150421.702000', '150421.704000', '150421.707000', '150421.709000', '150421.712000', '150421.715000', '150421.717000', '150421.720000', '150421.722000', '150421.728000', '150421.730000', '150421.733000', '150421.735000', '150421.738000', '150421.740000', '150421.743000', '150421.745000', '150421.748000', '150421.751000', '150421.753000', '150421.756000', '150421.758000', '150421.761000', '150421.763000', '150421.766000', '150421.768000', '150421.771000', '150421.773000', '150421.776000', '150421.779000', '150421.781000', '150421.784000', '150421.786000', '150421.789000', '150421.791000', '150421.794000', '150421.797000', '150421.799000', '150421.802000', '150421.804000', '150421.807000', '150421.809000', '150421.812000', '150441.697000', '150441.699000', '150441.702000', '150441.706000', '150441.709000', '150441.712000', '150441.714000', '150441.717000', '150441.719000', '150441.722000', '150441.724000', '150441.727000', '150441.729000', '150441.732000', '150441.734000', '150441.737000', '150441.739000', '150441.742000', '150441.745000', '150441.747000', '150441.750000', '150441.752000', '150441.755000', '150441.757000', '150441.760000', '150441.762000', '150441.765000', '150441.768000', '150441.770000', '150441.773000', '150441.775000', '150441.793000', '150441.795000', '150441.798000', '150441.801000', '150441.803000', '150441.806000', '150441.808000', '150441.811000', '150441.813000', '150441.816000', '150441.818000', '150441.821000', '150501.697000', '150501.699000', '150501.702000', '150501.705000', '150501.707000', '150501.710000', '150501.713000', '150501.715000', '150501.718000', '150501.720000', '150501.723000', '150501.752000', '150501.755000', '150501.757000', '150501.760000', '150501.762000', '150501.765000', '150501.768000', '150501.770000', '150501.773000', '150501.775000', '150501.778000', '150501.781000', '150501.783000', '150501.786000', '150501.788000', '150501.791000', '150501.793000', '150501.796000', '150501.799000', '150501.801000', '150501.804000', '150501.807000', '150501.809000', '150501.812000', '150501.814000', '150501.817000', '150501.819000', '150501.822000', '150501.825000', '150501.827000', '150501.830000', '150501.832000', '150501.835000', '150521.697000', '150521.700000', '150521.702000', '150521.705000', '150521.707000', '150521.710000', '150521.712000', '150521.720000', '150521.723000', '150521.725000', '150521.728000', '150521.731000', '150521.733000', '150521.736000', '150521.738000', '150521.741000', '150521.744000', '150521.746000', '150521.749000', '150521.751000', '150521.754000', '150521.756000', '150521.759000', '150521.762000', '150521.764000', '150521.767000', '150521.769000', '150521.772000', '150521.774000', '150521.777000', '150521.780000', '150521.782000', '150521.785000', '150521.787000', '150521.790000', '150521.792000', '150521.795000', '150521.798000', '150521.800000', '150521.803000', '150521.805000', '150521.808000', '150521.810000', '150541.697000', '150541.700000', '150541.702000', '150541.705000', '150541.707000', '150541.710000', '150541.713000', '150541.715000', '150541.718000', '150541.720000', '150541.723000', '150541.725000', '150541.728000', '150541.731000', '150541.733000', '150541.736000', '150541.739000', '150541.741000', '150541.744000', '150541.746000', '150541.749000', '150541.752000', '150541.754000', '150541.757000', '150541.759000', '150541.762000', '150541.765000', '150541.767000', '150541.770000', '150541.772000', '150541.777000', '150541.780000', '150541.783000', '150541.785000', '150541.788000', '150541.790000', '150541.793000', '150541.795000', '150541.798000', '150541.801000', '150541.803000', '150541.806000', '150541.808000', '150541.811000', '150601.696000', '150601.699000', '150601.701000', '150601.704000', '150601.706000', '150601.709000', '150601.712000', '150601.714000', '150601.717000', '150601.719000', '150601.722000', '150601.724000', '150601.727000', '150601.730000', '150601.732000', '150601.735000', '150601.738000', '150601.740000', '150601.743000', '150601.745000', '150601.748000', '150601.750000', '150601.753000', '150601.756000', '150601.758000', '150601.761000', '150601.763000', '150601.766000', '150601.768000', '150601.771000', '150601.774000', '150601.776000', '150601.779000', '150601.781000', '150601.784000', '150601.786000', '150601.789000', '150601.792000', '150601.794000', '150601.797000', '150601.799000', '150601.802000', '150601.805000', '150621.697000', '150621.699000', '150621.702000', '150621.705000', '150621.707000', '150621.710000', '150621.712000', '150621.715000', '150621.717000', '150621.720000', '150621.722000', '150621.725000', '150621.728000', '150621.730000', '150621.733000', '150621.736000', '150621.738000', '150621.741000', '150621.743000', '150621.746000', '150621.748000', '150621.751000', '150621.754000', '150621.756000', '150621.759000', '150621.761000', '150621.764000', '150621.766000', '150621.786000', '150621.789000', '150621.792000', '150621.794000', '150621.797000', '150621.799000', '150621.802000', '150621.804000', '150621.807000', '150621.810000', '150621.812000', '150621.815000', '150621.817000', '150621.820000', '150621.822000', '150621.825000', '150641.697000', '150641.699000', '150641.702000', '150641.705000', '150641.707000', '150641.710000', '150641.712000', '150641.715000', '150641.718000', '150641.720000', '150641.723000', '150641.725000', '150641.728000', '150641.731000', '150641.733000', '150641.736000', '150641.738000', '150641.747000', '150641.750000', '150641.753000', '150641.755000', '150641.758000', '150641.760000', '150641.763000', '150641.765000', '150641.768000', '150641.771000', '150641.773000', '150641.776000', '150641.779000', '150641.781000', '150641.784000', '150641.786000', '150641.789000', '150641.791000', '150641.794000', '150641.797000', '150641.799000', '150641.802000', '150641.805000', '150641.807000', '150641.810000', '150641.812000', '150701.697000', '150701.701000', '150701.704000', '150701.707000', '150701.709000', '150701.712000', '150701.714000', '150701.717000', '150701.720000', '150701.722000', '150701.725000', '150701.727000', '150701.730000', '150701.733000', '150701.735000', '150701.738000', '150701.740000', '150701.743000', '150701.746000', '150701.748000', '150701.751000', '150701.753000', '150701.756000', '150701.758000', '150701.761000', '150701.764000', '150701.766000', '150701.769000', '150701.772000', '150701.774000', '150701.777000', '150701.779000', '150701.782000', '150701.785000', '150701.787000', '150701.790000', '150701.792000', '150701.795000', '150701.797000', '150701.800000', '150701.803000', '150701.805000', '150701.808000', '150701.811000', '150721.697000', '150721.699000', '150721.702000', '150721.705000', '150721.707000', '150721.710000', '150721.712000', '150721.715000', '150721.717000', '150721.720000', '150721.723000', '150721.725000', '150721.728000', '150721.730000', '150721.733000', '150721.735000', '150721.738000', '150721.741000', '150721.743000', '150721.746000', '150721.748000', '150721.751000', '150721.753000', '150721.756000', '150721.759000', '150721.761000', '150721.764000', '150721.766000', '150721.769000', '150721.772000', '150721.774000', '150721.777000', '150721.779000', '150721.782000', '150721.784000', '150721.787000', '150721.789000', '150721.792000', '150721.795000', '150721.797000', '150721.800000', '150721.802000', '150721.805000', '150741.697000', '150741.700000', '150741.703000', '150741.706000', '150741.708000', '150741.711000', '150741.713000', '150741.716000', '150741.718000', '150741.721000', '150741.724000', '150741.726000', '150741.729000', '150741.731000', '150741.734000', '150741.737000', '150741.739000', '150741.742000', '150741.744000', '150741.747000', '150741.749000', '150741.752000', '150741.755000', '150741.757000', '150741.760000', '150741.762000', '150741.765000', '150741.768000', '150741.770000', '150741.773000', '150741.775000', '150741.778000', '150741.780000', '150741.783000', '150741.785000', '150741.788000', '150741.791000', '150741.793000', '150741.796000', '150741.799000', '150741.801000', '150741.804000', '150741.806000', '150801.697000', '150801.700000', '150801.702000', '150801.705000', '150801.707000', '150801.710000', '150801.712000', '150801.715000', '150801.718000', '150801.720000', '150801.738000', '150801.741000', '150801.744000', '150801.746000', '150801.749000', '150801.751000', '150801.754000', '150801.756000', '150801.759000', '150801.762000', '150801.764000', '150801.767000', '150801.769000', '150801.772000', '150801.774000', '150801.777000', '150801.780000', '150801.782000', '150801.785000', '150801.787000', '150801.790000', '150801.792000', '150801.795000', '150801.798000', '150801.800000', '150801.803000', '150801.806000', '150801.808000', '150801.811000', '150801.813000', '150801.816000', '150801.819000', '150801.821000', '150801.824000', '150821.695000', '150821.698000', '150821.701000', '150821.703000', '150821.706000', '150821.709000', '150821.711000', '150821.714000', '150821.716000', '150821.719000', '150821.722000', '150821.724000', '150821.727000', '150821.729000', '150821.732000', '150821.735000', '150821.738000', '150821.741000', '150821.743000', '150821.746000', '150821.748000', '150821.751000', '150821.754000', '150821.756000', '150821.759000', '150821.761000', '150821.764000', '150821.767000', '150821.769000', '150821.772000', '150821.774000', '150821.777000', '150821.780000', '150821.783000', '150821.786000', '150821.788000', '150821.791000', '150821.794000', '150821.797000', '150821.799000', '150821.802000', '150821.805000', '150821.807000', '150841.697000', '150841.699000', '150841.702000', '150841.705000', '150841.707000', '150841.710000', '150841.712000', '150841.715000', '150841.718000', '150841.720000', '150841.723000', '150841.726000', '150841.728000', '150841.731000', '150841.733000', '150841.736000', '150841.739000', '150841.741000', '150841.744000', '150841.746000', '150841.749000', '150841.751000', '150841.754000', '150841.757000', '150841.759000', '150841.762000', '150841.764000', '150841.767000', '150841.770000', '150841.772000', '150841.775000', '150841.777000', '150841.780000', '150841.782000', '150841.785000', '150841.787000', '150841.790000', '150841.793000', '150841.795000', '150841.798000', '150841.801000', '150841.803000', '150841.806000', '150841.808000', '150901.697000', '150901.700000', '150901.702000', '150901.705000', '150901.708000', '150901.711000', '150901.713000', '150901.716000', '150901.719000', '150901.721000', '150901.724000', '150901.726000', '150901.729000', '150901.732000', '150901.734000', '150901.737000', '150901.739000', '150901.742000', '150901.744000', '150901.747000', '150901.750000', '150901.752000', '150901.755000', '150901.757000', '150901.760000', '150901.763000', '150901.765000', '150901.768000', '150901.770000', '150901.773000', '150901.776000', '150901.778000', '150901.781000', '150901.783000', '150901.786000', '150901.788000', '150901.791000', '150901.794000', '150901.796000', '150901.799000', '150901.802000', '150901.804000', '150901.807000', '150921.697000', '150921.700000', '150921.702000', '150921.705000', '150921.708000', '150921.710000', '150921.713000', '150921.715000', '150921.718000', '150921.721000', '150921.723000', '150921.726000', '150921.728000', '150921.731000', '150921.734000', '150921.736000', '150921.739000', '150921.741000', '150921.744000', '150921.746000', '150921.749000', '150921.752000', '150921.754000', '150921.757000', '150921.759000', '150921.762000', '150921.764000', '150921.767000', '150921.770000', '150921.772000', '150921.775000', '150921.777000', '150921.780000', '150921.782000', '150921.797000', '150921.800000', '150921.802000', '150921.805000', '150921.807000', '150921.810000', '150921.812000', '150921.815000', '150921.818000', '150921.820000', '150941.697000', '150941.699000', '150941.702000', '150941.705000', '150941.707000', '150941.710000', '150941.712000', '150941.715000', '150941.718000', '150941.720000', '150941.723000', '150941.725000', '150941.728000', '150941.731000', '150941.734000', '150941.737000', '150941.740000', '150941.743000', '150941.745000', '150941.748000', '150941.751000', '150941.753000', '150941.756000', '150941.759000', '150941.761000', '150941.764000', '150941.766000', '150941.769000', '150941.771000', '150941.774000', '150941.778000', '150941.781000', '150941.784000', '150941.786000', '150941.789000', '150941.791000', '150941.794000', '150941.797000', '150941.799000', '150941.802000', '150941.805000', '150941.807000', '150941.810000', '151001.697000', '151001.700000', '151001.702000', '151001.706000', '151001.709000', '151001.712000', '151001.714000', '151001.717000', '151001.719000', '151001.722000', '151001.725000', '151001.727000', '151001.730000', '151001.732000', '151001.735000', '151001.737000', '151001.740000', '151001.743000', '151001.745000', '151001.748000', '151001.750000', '151001.753000', '151001.756000', '151001.758000', '151001.761000', '151001.763000', '151001.766000', '151001.768000', '151001.771000', '151001.773000', '151001.776000', '151001.779000', '151001.781000', '151001.784000', '151001.787000', '151001.789000', '151001.792000', '151001.794000', '151001.797000', '151001.799000', '151001.802000', '151001.805000', '151001.807000', '151001.810000', '151021.696000', '151021.699000', '151021.702000', '151021.705000', '151021.707000', '151021.710000', '151021.712000', '151021.715000', '151021.718000', '151021.720000', '151021.723000', '151021.725000', '151021.728000', '151021.731000', '151021.733000', '151021.736000', '151021.739000', '151021.742000', '151021.745000', '151021.748000', '151021.750000', '151021.753000', '151021.755000', '151021.758000', '151021.760000', '151021.763000', '151021.765000', '151021.768000', '151021.771000', '151021.773000', '151021.776000', '151021.779000', '151021.781000', '151021.784000', '151021.786000', '151021.789000', '151021.791000', '151021.794000', '151021.797000', '151021.799000', '151021.802000', '151021.804000', '151021.807000', '151038.781000', '151038.784000', '151038.787000', '151038.790000', '151038.792000', '151038.795000', '151038.798000', '151038.865000', '151038.867000', '151038.870000', '151038.873000', '151038.875000', '151038.878000', '151038.880000', '151038.883000', '151038.886000', '151038.889000', '151038.893000', '151038.897000', '151038.900000', '151038.902000', '151038.905000', '151038.909000', '151038.912000', '151038.915000', '151038.918000', '151038.921000', '151038.924000', '151038.927000', '151038.929000', '151038.932000', '151038.935000', '151038.938000', '151038.940000', '151038.943000', '151038.945000', '151038.948000', '151038.950000'], 'InstanceCreationTime': ['150401.726000', '150401.729000', '150401.732000', '150401.735000', '150401.738000', '150401.756000', '150401.759000', '150421.696000', '150421.699000', '150421.702000', '150421.704000', '150421.707000', '150421.709000', '150421.712000', '150421.715000', '150421.717000', '150421.720000', '150421.722000', '150421.728000', '150421.730000', '150421.733000', '150421.735000', '150421.738000', '150421.740000', '150421.743000', '150421.745000', '150421.748000', '150421.751000', '150421.753000', '150421.756000', '150421.758000', '150421.761000', '150421.763000', '150421.766000', '150421.768000', '150421.771000', '150421.773000', '150421.776000', '150421.779000', '150421.781000', '150421.784000', '150421.786000', '150421.789000', '150421.791000', '150421.794000', '150421.797000', '150421.799000', '150421.802000', '150421.804000', '150421.807000', '150421.809000', '150421.812000', '150441.697000', '150441.699000', '150441.702000', '150441.706000', '150441.709000', '150441.712000', '150441.714000', '150441.717000', '150441.719000', '150441.722000', '150441.724000', '150441.727000', '150441.729000', '150441.732000', '150441.734000', '150441.737000', '150441.739000', '150441.742000', '150441.745000', '150441.747000', '150441.750000', '150441.752000', '150441.755000', '150441.757000', '150441.760000', '150441.762000', '150441.765000', '150441.768000', '150441.770000', '150441.773000', '150441.775000', '150441.793000', '150441.795000', '150441.798000', '150441.801000', '150441.803000', '150441.806000', '150441.808000', '150441.811000', '150441.813000', '150441.816000', '150441.818000', '150441.821000', '150501.697000', '150501.699000', '150501.702000', '150501.705000', '150501.707000', '150501.710000', '150501.713000', '150501.715000', '150501.718000', '150501.720000', '150501.723000', '150501.752000', '150501.755000', '150501.757000', '150501.760000', '150501.762000', '150501.765000', '150501.768000', '150501.770000', '150501.773000', '150501.775000', '150501.778000', '150501.781000', '150501.783000', '150501.786000', '150501.788000', '150501.791000', '150501.793000', '150501.796000', '150501.799000', '150501.801000', '150501.804000', '150501.807000', '150501.809000', '150501.812000', '150501.814000', '150501.817000', '150501.819000', '150501.822000', '150501.825000', '150501.827000', '150501.830000', '150501.832000', '150501.835000', '150521.697000', '150521.700000', '150521.702000', '150521.705000', '150521.707000', '150521.710000', '150521.712000', '150521.720000', '150521.723000', '150521.725000', '150521.728000', '150521.731000', '150521.733000', '150521.736000', '150521.738000', '150521.741000', '150521.744000', '150521.746000', '150521.749000', '150521.751000', '150521.754000', '150521.756000', '150521.759000', '150521.762000', '150521.764000', '150521.767000', '150521.769000', '150521.772000', '150521.774000', '150521.777000', '150521.780000', '150521.782000', '150521.785000', '150521.787000', '150521.790000', '150521.792000', '150521.795000', '150521.798000', '150521.800000', '150521.803000', '150521.805000', '150521.808000', '150521.810000', '150541.697000', '150541.700000', '150541.702000', '150541.705000', '150541.707000', '150541.710000', '150541.713000', '150541.715000', '150541.718000', '150541.720000', '150541.723000', '150541.725000', '150541.728000', '150541.731000', '150541.733000', '150541.736000', '150541.739000', '150541.741000', '150541.744000', '150541.746000', '150541.749000', '150541.752000', '150541.754000', '150541.757000', '150541.759000', '150541.762000', '150541.765000', '150541.767000', '150541.770000', '150541.772000', '150541.777000', '150541.780000', '150541.783000', '150541.785000', '150541.788000', '150541.790000', '150541.793000', '150541.795000', '150541.798000', '150541.801000', '150541.803000', '150541.806000', '150541.808000', '150541.811000', '150601.696000', '150601.699000', '150601.701000', '150601.704000', '150601.706000', '150601.709000', '150601.712000', '150601.714000', '150601.717000', '150601.719000', '150601.722000', '150601.724000', '150601.727000', '150601.730000', '150601.732000', '150601.735000', '150601.738000', '150601.740000', '150601.743000', '150601.745000', '150601.748000', '150601.750000', '150601.753000', '150601.756000', '150601.758000', '150601.761000', '150601.763000', '150601.766000', '150601.768000', '150601.771000', '150601.774000', '150601.776000', '150601.779000', '150601.781000', '150601.784000', '150601.786000', '150601.789000', '150601.792000', '150601.794000', '150601.797000', '150601.799000', '150601.802000', '150601.805000', '150621.697000', '150621.699000', '150621.702000', '150621.705000', '150621.707000', '150621.710000', '150621.712000', '150621.715000', '150621.717000', '150621.720000', '150621.722000', '150621.725000', '150621.728000', '150621.730000', '150621.733000', '150621.736000', '150621.738000', '150621.741000', '150621.743000', '150621.746000', '150621.748000', '150621.751000', '150621.754000', '150621.756000', '150621.759000', '150621.761000', '150621.764000', '150621.766000', '150621.786000', '150621.789000', '150621.792000', '150621.794000', '150621.797000', '150621.799000', '150621.802000', '150621.804000', '150621.807000', '150621.810000', '150621.812000', '150621.815000', '150621.817000', '150621.820000', '150621.822000', '150621.825000', '150641.697000', '150641.699000', '150641.702000', '150641.705000', '150641.707000', '150641.710000', '150641.712000', '150641.715000', '150641.718000', '150641.720000', '150641.723000', '150641.725000', '150641.728000', '150641.731000', '150641.733000', '150641.736000', '150641.738000', '150641.747000', '150641.750000', '150641.753000', '150641.755000', '150641.758000', '150641.760000', '150641.763000', '150641.765000', '150641.768000', '150641.771000', '150641.773000', '150641.776000', '150641.779000', '150641.781000', '150641.784000', '150641.786000', '150641.789000', '150641.791000', '150641.794000', '150641.797000', '150641.799000', '150641.802000', '150641.805000', '150641.807000', '150641.810000', '150641.812000', '150701.697000', '150701.701000', '150701.704000', '150701.707000', '150701.709000', '150701.712000', '150701.714000', '150701.717000', '150701.720000', '150701.722000', '150701.725000', '150701.727000', '150701.730000', '150701.733000', '150701.735000', '150701.738000', '150701.740000', '150701.743000', '150701.746000', '150701.748000', '150701.751000', '150701.753000', '150701.756000', '150701.758000', '150701.761000', '150701.764000', '150701.766000', '150701.769000', '150701.772000', '150701.774000', '150701.777000', '150701.779000', '150701.782000', '150701.785000', '150701.787000', '150701.790000', '150701.792000', '150701.795000', '150701.797000', '150701.800000', '150701.803000', '150701.805000', '150701.808000', '150701.811000', '150721.697000', '150721.699000', '150721.702000', '150721.705000', '150721.707000', '150721.710000', '150721.712000', '150721.715000', '150721.717000', '150721.720000', '150721.723000', '150721.725000', '150721.728000', '150721.730000', '150721.733000', '150721.735000', '150721.738000', '150721.741000', '150721.743000', '150721.746000', '150721.748000', '150721.751000', '150721.753000', '150721.756000', '150721.759000', '150721.761000', '150721.764000', '150721.766000', '150721.769000', '150721.772000', '150721.774000', '150721.777000', '150721.779000', '150721.782000', '150721.784000', '150721.787000', '150721.789000', '150721.792000', '150721.795000', '150721.797000', '150721.800000', '150721.802000', '150721.805000', '150741.697000', '150741.700000', '150741.703000', '150741.706000', '150741.708000', '150741.711000', '150741.713000', '150741.716000', '150741.718000', '150741.721000', '150741.724000', '150741.726000', '150741.729000', '150741.731000', '150741.734000', '150741.737000', '150741.739000', '150741.742000', '150741.744000', '150741.747000', '150741.749000', '150741.752000', '150741.755000', '150741.757000', '150741.760000', '150741.762000', '150741.765000', '150741.768000', '150741.770000', '150741.773000', '150741.775000', '150741.778000', '150741.780000', '150741.783000', '150741.785000', '150741.788000', '150741.791000', '150741.793000', '150741.796000', '150741.799000', '150741.801000', '150741.804000', '150741.806000', '150801.697000', '150801.700000', '150801.702000', '150801.705000', '150801.707000', '150801.710000', '150801.712000', '150801.715000', '150801.718000', '150801.720000', '150801.738000', '150801.741000', '150801.744000', '150801.746000', '150801.749000', '150801.751000', '150801.754000', '150801.756000', '150801.759000', '150801.762000', '150801.764000', '150801.767000', '150801.769000', '150801.772000', '150801.774000', '150801.777000', '150801.780000', '150801.782000', '150801.785000', '150801.787000', '150801.790000', '150801.792000', '150801.795000', '150801.798000', '150801.800000', '150801.803000', '150801.806000', '150801.808000', '150801.811000', '150801.813000', '150801.816000', '150801.819000', '150801.821000', '150801.824000', '150821.695000', '150821.698000', '150821.701000', '150821.703000', '150821.706000', '150821.709000', '150821.711000', '150821.714000', '150821.716000', '150821.719000', '150821.722000', '150821.724000', '150821.727000', '150821.729000', '150821.732000', '150821.735000', '150821.738000', '150821.741000', '150821.743000', '150821.746000', '150821.748000', '150821.751000', '150821.754000', '150821.756000', '150821.759000', '150821.761000', '150821.764000', '150821.767000', '150821.769000', '150821.772000', '150821.774000', '150821.777000', '150821.780000', '150821.783000', '150821.786000', '150821.788000', '150821.791000', '150821.794000', '150821.797000', '150821.799000', '150821.802000', '150821.805000', '150821.807000', '150841.697000', '150841.699000', '150841.702000', '150841.705000', '150841.707000', '150841.710000', '150841.712000', '150841.715000', '150841.718000', '150841.720000', '150841.723000', '150841.726000', '150841.728000', '150841.731000', '150841.733000', '150841.736000', '150841.739000', '150841.741000', '150841.744000', '150841.746000', '150841.749000', '150841.751000', '150841.754000', '150841.757000', '150841.759000', '150841.762000', '150841.764000', '150841.767000', '150841.770000', '150841.772000', '150841.775000', '150841.777000', '150841.780000', '150841.782000', '150841.785000', '150841.787000', '150841.790000', '150841.793000', '150841.795000', '150841.798000', '150841.801000', '150841.803000', '150841.806000', '150841.808000', '150901.697000', '150901.700000', '150901.702000', '150901.705000', '150901.708000', '150901.711000', '150901.713000', '150901.716000', '150901.719000', '150901.721000', '150901.724000', '150901.726000', '150901.729000', '150901.732000', '150901.734000', '150901.737000', '150901.739000', '150901.742000', '150901.744000', '150901.747000', '150901.750000', '150901.752000', '150901.755000', '150901.757000', '150901.760000', '150901.763000', '150901.765000', '150901.768000', '150901.770000', '150901.773000', '150901.776000', '150901.778000', '150901.781000', '150901.783000', '150901.786000', '150901.788000', '150901.791000', '150901.794000', '150901.796000', '150901.799000', '150901.802000', '150901.804000', '150901.807000', '150921.697000', '150921.700000', '150921.702000', '150921.705000', '150921.708000', '150921.710000', '150921.713000', '150921.715000', '150921.718000', '150921.721000', '150921.723000', '150921.726000', '150921.728000', '150921.731000', '150921.734000', '150921.736000', '150921.739000', '150921.741000', '150921.744000', '150921.746000', '150921.749000', '150921.752000', '150921.754000', '150921.757000', '150921.759000', '150921.762000', '150921.764000', '150921.767000', '150921.770000', '150921.772000', '150921.775000', '150921.777000', '150921.780000', '150921.782000', '150921.797000', '150921.800000', '150921.802000', '150921.805000', '150921.807000', '150921.810000', '150921.812000', '150921.815000', '150921.818000', '150921.820000', '150941.697000', '150941.699000', '150941.702000', '150941.705000', '150941.707000', '150941.710000', '150941.712000', '150941.715000', '150941.718000', '150941.720000', '150941.723000', '150941.725000', '150941.728000', '150941.731000', '150941.734000', '150941.737000', '150941.740000', '150941.743000', '150941.745000', '150941.748000', '150941.751000', '150941.753000', '150941.756000', '150941.759000', '150941.761000', '150941.764000', '150941.766000', '150941.769000', '150941.771000', '150941.774000', '150941.778000', '150941.781000', '150941.784000', '150941.786000', '150941.789000', '150941.791000', '150941.794000', '150941.797000', '150941.799000', '150941.802000', '150941.805000', '150941.807000', '150941.810000', '151001.697000', '151001.700000', '151001.702000', '151001.706000', '151001.709000', '151001.712000', '151001.714000', '151001.717000', '151001.719000', '151001.722000', '151001.725000', '151001.727000', '151001.730000', '151001.732000', '151001.735000', '151001.737000', '151001.740000', '151001.743000', '151001.745000', '151001.748000', '151001.750000', '151001.753000', '151001.756000', '151001.758000', '151001.761000', '151001.763000', '151001.766000', '151001.768000', '151001.771000', '151001.773000', '151001.776000', '151001.779000', '151001.781000', '151001.784000', '151001.787000', '151001.789000', '151001.792000', '151001.794000', '151001.797000', '151001.799000', '151001.802000', '151001.805000', '151001.807000', '151001.810000', '151021.696000', '151021.699000', '151021.702000', '151021.705000', '151021.707000', '151021.710000', '151021.712000', '151021.715000', '151021.718000', '151021.720000', '151021.723000', '151021.725000', '151021.728000', '151021.731000', '151021.733000', '151021.736000', '151021.739000', '151021.742000', '151021.745000', '151021.748000', '151021.750000', '151021.753000', '151021.755000', '151021.758000', '151021.760000', '151021.763000', '151021.765000', '151021.768000', '151021.771000', '151021.773000', '151021.776000', '151021.779000', '151021.781000', '151021.784000', '151021.786000', '151021.789000', '151021.791000', '151021.794000', '151021.797000', '151021.799000', '151021.802000', '151021.804000', '151021.807000', '151038.781000', '151038.784000', '151038.787000', '151038.790000', '151038.792000', '151038.795000', '151038.798000', '151038.865000', '151038.867000', '151038.870000', '151038.873000', '151038.875000', '151038.878000', '151038.880000', '151038.883000', '151038.886000', '151038.889000', '151038.893000', '151038.897000', '151038.900000', '151038.902000', '151038.905000', '151038.909000', '151038.912000', '151038.915000', '151038.918000', '151038.921000', '151038.924000', '151038.927000', '151038.929000', '151038.932000', '151038.935000', '151038.938000', '151038.940000', '151038.943000', '151038.945000', '151038.948000', '151038.950000'], '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': [11715, 11770, 12531, 11154, 8077, 9742, 8340, 9722, 8808, 14550, 8786, 10404, 12057, 9527, 14153, 11117, 9712, 12520, 9642, 13581, 11209, 12351, 11479, 13294, 8522, 12406, 8606, 11318, 8316, 11908, 8465, 10445, 8856, 8558, 8701, 14290, 8403, 12567, 8193, 10416, 7888, 9792, 8597, 8433, 8056, 8161, 8527, 7781, 10499, 7813, 7843, 7921, 7926, 8355, 7976, 9153, 8269, 12400, 9955, 13112, 9539, 12487, 9446, 14974, 10525, 15028, 12115, 15563, 10900, 13400, 9633, 13624, 9527, 14442, 10828, 15527, 11264, 12925, 9124, 12629, 8687, 13281, 9740, 10032, 10407, 7774, 9781, 8105, 10351, 8013, 12491, 9428, 14416, 9217, 12043, 8319, 13266, 8407, 13273, 8710, 13075, 8797, 13373, 8323, 12984, 7998, 13377, 8131, 10797, 7956, 9045, 8565, 7906, 8987, 8166, 10753, 8107, 13774, 9011, 13268, 8693, 12529, 8875, 11667, 10218, 10446, 14351, 9919, 14702, 8431, 11873, 8003, 11043, 8286, 13381, 7997, 7963, 8418, 8210, 10047, 8017, 13342, 9795, 13596, 9215, 15131, 10820, 15234, 10667, 14495, 10710, 14948, 10245, 13243, 8530, 12532, 8533, 9805, 11858, 8281, 12985, 8413, 11652, 8956, 9867, 10438, 9709, 8681, 9354, 8105, 8877, 7909, 8785, 9918, 8873, 7815, 10568, 8005, 10195, 8301, 10767, 8046, 12461, 9370, 13467, 8542, 11940, 8225, 13474, 8879, 10400, 10721, 8135, 12834, 8245, 13237, 8595, 13970, 9414, 13651, 9589, 12193, 8424, 9626, 8116, 8711, 9899, 8160, 10983, 8062, 12868, 8009, 13789, 7994, 13294, 7948, 9348, 8091, 7851, 8093, 8274, 9402, 8169, 13110, 9739, 11234, 10623, 14285, 11297, 16505, 12432, 15286, 10280, 13198, 8499, 11246, 9851, 8809, 14163, 8380, 13066, 8244, 10277, 8555, 8579, 8324, 8646, 10443, 8090, 12241, 7930, 7833, 7974, 7912, 8130, 8019, 9872, 8364, 12261, 9077, 13030, 8318, 12739, 8466, 12508, 8706, 13158, 9666, 12563, 8168, 11818, 8049, 12319, 8930, 13974, 9007, 13756, 8351, 12554, 8399, 11909, 8081, 11126, 7913, 9384, 7971, 8544, 10140, 8453, 15562, 8514, 9683, 8347, 8695, 8293, 8134, 7880, 8453, 8086, 7200, 7979, 10033, 8130, 11639, 8717, 8361, 11659, 8204, 11915, 8557, 13425, 9916, 14691, 11075, 14898, 10848, 15211, 10719, 14022, 10709, 11566, 13360, 10872, 14260, 9706, 14647, 8478, 13916, 8104, 12820, 8232, 12887, 8299, 8049, 7934, 8636, 8516, 7767, 10900, 8035, 11714, 8025, 12218, 8071, 12792, 8703, 13561, 9853, 13094, 8073, 12240, 8464, 11252, 8237, 10834, 7988, 11681, 8114, 11268, 8461, 10283, 8420, 10263, 8467, 10251, 8185, 10474, 8128, 9997, 8244, 9244, 8135, 8725, 8060, 9854, 8165, 12452, 8191, 12754, 8139, 10269, 8959, 9645, 11102, 8762, 11721, 10040, 10319, 13825, 9319, 16687, 9452, 12775, 8374, 10355, 8137, 8902, 8875, 8279, 10038, 8218, 7913, 8338, 8150, 12027, 8245, 8688, 8535, 10803, 11188, 10155, 10333, 13411, 9125, 13315, 8421, 11032, 8881, 9569, 9952, 8702, 15587, 8673, 11248, 8380, 9793, 8469, 11161, 8296, 8138, 8215, 8013, 9272, 8485, 11057, 9576, 13402, 9512, 12415, 8808, 13773, 9126, 13060, 9252, 13582, 9749, 11040, 10149, 9125, 13416, 8578, 12982, 8205, 12490, 8539, 10880, 8175, 14119, 8239, 13411, 8224, 13176, 8124, 11771, 8293, 10462, 8490, 9071, 8199, 8969, 10531, 8604, 14791, 8294, 12199, 8423, 8692, 8260, 8354, 8128, 8399, 8231, 8553, 8113, 7767, 8133, 8328, 13290, 9418, 10977, 9905, 9945, 11724, 10892, 13411, 12097, 14071, 10049, 13341, 8054, 13410, 8763, 12913, 10694, 15099, 10242, 17404, 8997, 12898, 8617, 10133, 8201, 9139, 11227, 8569, 15198, 8311, 13902, 8539, 9097, 8307, 8747, 7917, 11810, 8158, 7610, 8647, 8159, 9215, 8910, 11252, 9427, 13064, 9378, 13299, 9362, 12975, 10040, 12249, 11999, 10484, 15038, 9971, 11263, 8573, 13406, 8154, 13561, 8915, 13229, 11191, 10589, 16162, 8157, 8306, 12571, 8145, 9733, 9762, 8172, 13129, 9119, 14269, 9875, 13268, 11925, 12060, 14966, 11497, 15242, 10938, 13478, 9627, 12072, 8489, 10599, 8267, 8899, 8118, 8899, 8034, 9092, 8065, 8919, 8318, 8960, 9153, 8718, 10160, 8680, 12472, 8482, 11294, 8401, 8928, 8461, 8266, 8352, 8068, 8573, 8072, 8238, 8323, 8686, 8558, 7559, 7921, 7768, 7123, 8080, 8158, 11704, 9079, 9129, 13354, 8860, 9608, 9080, 8421, 12458, 11619, 10666, 15947, 14195, 12794, 12295, 13761, 10339, 15551, 11729, 10634, 16359, 13344, 14528, 11155, 11168, 11238, 10802, 11652, 8843, 13655, 8179, 12560, 8158, 11672, 8472, 11433, 8459, 11149, 8453, 10678, 8302, 10266, 8133, 8161, 9559, 8323, 10112, 8115, 8779, 10400, 8467, 12864, 8128, 12304, 8249, 12079, 8121, 11557, 8216, 10621, 8456, 8600, 8988, 9015, 9433, 9752, 8717, 9633, 8425, 11335, 8426, 13720, 8462, 14306, 8477, 10074, 8290, 9004, 8366, 8416, 8405, 11874, 8448, 11135, 8419, 7695, 8459, 7789, 8305, 7983, 10480, 7710, 7093, 8705, 7997, 10884, 8214, 14206, 10686, 10965, 11098, 9319, 12337, 12215, 12703, 14607, 13240, 12273, 12864, 9319, 12906, 8716, 14538, 10582, 15140, 11326, 8522, 11854, 8130, 14287, 10612, 13320, 11702, 9716, 12501, 8651, 13419, 8269, 13468, 9735, 14505, 8683, 12926, 8346, 13523, 8352, 12632, 8212, 12333, 8375, 9626, 8043, 10634, 8181, 10651, 8050, 10990, 8242, 8623, 9131, 7472, 9452, 7778, 10793, 8132, 12635, 8548, 8786, 10957, 7996, 10403, 8443, 8497, 10378, 8052, 14171, 10839, 14337, 11194, 12564, 11243, 14969, 11759, 12877, 11530, 10582, 12263, 8792, 12565, 8440, 11387, 8777, 9714, 10511, 9844, 12145, 8171, 10548, 9785, 8746, 10792, 8409, 9584, 8395, 8122, 8372, 8501, 8490, 8923, 8565, 8132, 8296, 8225, 7611, 8175, 8196, 9242, 8514, 11444, 8583, 13359, 10188, 12224, 10141, 16056, 9873, 14256, 8600, 12503, 8282, 12080, 8221, 11656, 8163, 9466, 8139, 10698, 8260, 12594, 8023, 8709, 8239, 7966, 9900, 8199, 13759, 8476, 11167, 10051, 8186, 12352, 8204, 13095, 9297, 13136, 10591, 15702, 11238, 17313, 8735, 13541, 8423, 12238, 8186, 11714, 8521, 11018, 8356, 8774, 8200, 8390], 'WindowCenter': [4611.0, 4583.0, 4569.0, 4528.0, 4462.0, 4477.0, 4460.0, 4479.0, 4467.0, 4517.0, 4456.0, 4488.0, 4497.0, 4477.0, 4493.0, 4472.0, 4452.0, 4482.0, 4440.0, 4480.0, 4449.0, 4470.0, 4460.0, 4468.0, 4417.0, 4455.0, 4404.0, 4444.0, 4403.0, 4455.0, 4417.0, 4448.0, 4428.0, 4430.0, 4442.0, 4488.0, 4417.0, 4455.0, 4416.0, 4446.0, 4405.0, 4435.0, 4414.0, 4416.0, 4406.0, 4432.0, 4440.0, 4422.0, 4460.0, 4419.0, 4431.0, 4431.0, 4432.0, 4431.0, 4434.0, 4453.0, 4447.0, 4496.0, 4477.0, 4506.0, 4466.0, 4494.0, 4454.0, 4491.0, 4463.0, 4502.0, 4482.0, 4501.0, 4461.0, 4478.0, 4439.0, 4476.0, 4438.0, 4478.0, 4459.0, 4487.0, 4458.0, 4465.0, 4425.0, 4454.0, 4416.0, 4465.0, 4437.0, 4436.0, 4447.0, 4407.0, 4435.0, 4407.0, 4436.0, 4419.0, 4469.0, 4452.0, 4489.0, 4440.0, 4468.0, 4431.0, 4479.0, 4430.0, 4478.0, 4441.0, 4477.0, 4428.0, 4477.0, 4420.0, 4466.0, 4419.0, 4477.0, 4431.0, 4472.0, 4433.0, 4454.0, 4454.0, 4444.0, 4453.0, 4457.0, 4485.0, 4446.0, 4505.0, 4457.0, 4493.0, 4440.0, 4479.0, 4439.0, 4484.0, 4460.0, 4461.0, 4489.0, 4448.0, 4488.0, 4429.0, 4467.0, 4419.0, 4458.0, 4427.0, 4490.0, 4431.0, 4434.0, 4442.0, 4445.0, 4463.0, 4435.0, 4494.0, 4465.0, 4494.0, 4454.0, 4501.0, 4462.0, 4489.0, 4449.0, 4478.0, 4448.0, 4476.0, 4437.0, 4464.0, 4415.0, 4453.0, 4414.0, 4435.0, 4456.0, 4417.0, 4479.0, 4416.0, 4444.0, 4425.0, 4435.0, 4433.0, 4423.0, 4415.0, 4423.0, 4402.0, 4413.0, 4405.0, 4415.0, 4435.0, 4427.0, 4407.0, 4458.0, 4430.0, 4458.0, 4429.0, 4456.0, 4419.0, 4468.0, 4439.0, 4478.0, 4428.0, 4467.0, 4430.0, 4477.0, 4427.0, 4447.0, 4457.0, 4419.0, 4479.0, 4429.0, 4475.0, 4441.0, 4490.0, 4436.0, 4476.0, 4437.0, 4467.0, 4429.0, 4434.0, 4404.0, 4429.0, 4449.0, 4417.0, 4445.0, 4415.0, 4463.0, 4406.0, 4475.0, 4418.0, 4477.0, 4418.0, 4449.0, 4432.0, 4444.0, 4446.0, 4456.0, 4463.0, 4458.0, 4507.0, 4478.0, 4485.0, 4478.0, 4504.0, 4474.0, 4502.0, 4484.0, 4501.0, 4462.0, 4469.0, 4416.0, 4445.0, 4424.0, 4427.0, 4474.0, 4403.0, 4452.0, 4402.0, 4432.0, 4401.0, 4401.0, 4402.0, 4414.0, 4445.0, 4430.0, 4479.0, 4419.0, 4420.0, 4429.0, 4442.0, 4432.0, 4444.0, 4461.0, 4446.0, 4483.0, 4456.0, 4494.0, 4444.0, 4481.0, 4431.0, 4468.0, 4429.0, 4479.0, 4438.0, 4480.0, 4418.0, 4469.0, 4417.0, 4466.0, 4427.0, 4478.0, 4426.0, 4464.0, 4417.0, 4454.0, 4403.0, 4455.0, 4418.0, 4445.0, 4404.0, 4412.0, 4392.0, 4416.0, 4433.0, 4404.0, 4484.0, 4415.0, 4424.0, 4405.0, 4428.0, 4440.0, 4418.0, 4418.0, 4415.0, 4429.0, 4420.0, 4432.0, 4488.0, 4446.0, 4485.0, 4455.0, 4455.0, 4498.0, 4457.0, 4496.0, 4454.0, 4504.0, 4466.0, 4504.0, 4475.0, 4503.0, 4462.0, 4488.0, 4449.0, 4478.0, 4436.0, 4446.0, 4464.0, 4434.0, 4462.0, 4421.0, 4459.0, 4390.0, 4451.0, 4391.0, 4451.0, 4403.0, 4453.0, 4403.0, 4403.0, 4403.0, 4414.0, 4425.0, 4405.0, 4456.0, 4418.0, 4467.0, 4418.0, 4465.0, 4416.0, 4467.0, 4427.0, 4466.0, 4437.0, 4478.0, 4416.0, 4455.0, 4416.0, 4443.0, 4416.0, 4459.0, 4429.0, 4455.0, 4416.0, 4455.0, 4416.0, 4445.0, 4418.0, 4446.0, 4418.0, 4461.0, 4431.0, 4447.0, 4419.0, 4447.0, 4426.0, 4426.0, 4419.0, 4429.0, 4419.0, 4450.0, 4443.0, 4492.0, 4443.0, 4492.0, 4445.0, 4462.0, 4454.0, 4466.0, 4498.0, 4444.0, 4472.0, 4450.0, 4463.0, 4494.0, 4442.0, 4498.0, 4438.0, 4465.0, 4415.0, 4434.0, 4395.0, 4413.0, 4413.0, 4416.0, 4435.0, 4416.0, 4417.0, 4429.0, 4432.0, 4481.0, 4443.0, 4454.0, 4456.0, 4486.0, 4488.0, 4477.0, 4476.0, 4495.0, 4458.0, 4479.0, 4432.0, 4461.0, 4428.0, 4452.0, 4450.0, 4418.0, 4487.0, 4416.0, 4445.0, 4430.0, 4460.0, 4430.0, 4469.0, 4430.0, 4433.0, 4442.0, 4444.0, 4464.0, 4456.0, 4485.0, 4467.0, 4505.0, 4466.0, 4483.0, 4443.0, 4480.0, 4440.0, 4466.0, 4427.0, 4479.0, 4438.0, 4446.0, 4433.0, 4413.0, 4448.0, 4402.0, 4451.0, 4402.0, 4450.0, 4411.0, 4431.0, 4402.0, 4461.0, 4403.0, 4462.0, 4415.0, 4465.0, 4406.0, 4454.0, 4418.0, 4446.0, 4414.0, 4424.0, 4418.0, 4425.0, 4434.0, 4414.0, 4462.0, 4403.0, 4442.0, 4414.0, 4415.0, 4418.0, 4417.0, 4433.0, 4443.0, 4454.0, 4454.0, 4442.0, 4435.0, 4442.0, 4456.0, 4516.0, 4478.0, 4489.0, 4479.0, 4478.0, 4497.0, 4475.0, 4496.0, 4483.0, 4491.0, 4452.0, 4475.0, 4419.0, 4467.0, 4429.0, 4467.0, 4449.0, 4488.0, 4447.0, 4497.0, 4440.0, 4453.0, 4403.0, 4422.0, 4391.0, 4425.0, 4456.0, 4415.0, 4472.0, 4401.0, 4449.0, 4412.0, 4412.0, 4416.0, 4429.0, 4433.0, 4480.0, 4433.0, 4445.0, 4454.0, 4446.0, 4464.0, 4467.0, 4484.0, 4468.0, 4505.0, 4467.0, 4494.0, 4453.0, 4479.0, 4436.0, 4469.0, 4456.0, 4437.0, 4477.0, 4436.0, 4444.0, 4413.0, 4463.0, 4405.0, 4462.0, 4426.0, 4467.0, 4459.0, 4462.0, 4497.0, 4417.0, 4429.0, 4465.0, 4406.0, 4436.0, 4447.0, 4420.0, 4479.0, 4439.0, 4491.0, 4450.0, 4466.0, 4442.0, 4441.0, 4446.0, 4417.0, 4446.0, 4416.0, 4436.0, 4406.0, 4426.0, 4384.0, 4403.0, 4373.0, 4382.0, 4362.0, 4398.0, 4377.0, 4395.0, 4376.0, 4397.0, 4388.0, 4410.0, 4410.0, 4412.0, 4421.0, 4412.0, 4451.0, 4413.0, 4444.0, 4415.0, 4425.0, 4416.0, 4417.0, 4416.0, 4418.0, 4428.0, 4419.0, 4429.0, 4429.0, 4440.0, 4456.0, 4443.0, 4443.0, 4433.0, 4412.0, 4444.0, 4430.0, 4480.0, 4455.0, 4462.0, 4515.0, 4478.0, 4494.0, 4482.0, 4457.0, 4506.0, 4499.0, 4499.0, 4541.0, 4518.0, 4510.0, 4498.0, 4504.0, 4462.0, 4502.0, 4470.0, 4462.0, 4502.0, 4482.0, 4477.0, 4448.0, 4445.0, 4432.0, 4433.0, 4445.0, 4417.0, 4466.0, 4404.0, 4451.0, 4392.0, 4431.0, 4404.0, 4443.0, 4403.0, 4432.0, 4404.0, 4435.0, 4418.0, 4446.0, 4418.0, 4429.0, 4436.0, 4417.0, 4448.0, 4421.0, 4443.0, 4462.0, 4430.0, 4480.0, 4420.0, 4470.0, 4419.0, 4458.0, 4408.0, 4458.0, 4420.0, 4449.0, 4419.0, 4429.0, 4429.0, 4441.0, 4441.0, 4439.0, 4429.0, 4437.0, 4418.0, 4447.0, 4420.0, 4464.0, 4407.0, 4477.0, 4418.0, 4436.0, 4418.0, 4427.0, 4417.0, 4418.0, 4431.0, 4471.0, 4432.0, 4473.0, 4444.0, 4433.0, 4454.0, 4460.0, 4484.0, 4472.0, 4503.0, 4451.0, 4438.0, 4469.0, 4447.0, 4488.0, 4457.0, 4518.0, 4486.0, 4488.0, 4499.0, 4464.0, 4496.0, 4484.0, 4496.0, 4504.0, 4495.0, 4483.0, 4483.0, 4441.0, 4479.0, 4431.0, 4491.0, 4461.0, 4490.0, 4460.0, 4431.0, 4458.0, 4408.0, 4489.0, 4461.0, 4479.0, 4468.0, 4438.0, 4467.0, 4417.0, 4466.0, 4416.0, 4466.0, 4437.0, 4488.0, 4428.0, 4452.0, 4404.0, 4453.0, 4403.0, 4454.0, 4417.0, 4454.0, 4414.0, 4436.0, 4406.0, 4444.0, 4418.0, 4448.0, 4434.0, 4474.0, 4430.0, 4429.0, 4438.0, 4408.0, 4437.0, 4410.0, 4487.0, 4435.0, 4481.0, 4442.0, 4445.0, 4474.0, 4447.0, 4474.0, 4444.0, 4443.0, 4463.0, 4432.0, 4492.0, 4475.0, 4504.0, 4475.0, 4484.0, 4472.0, 4488.0, 4456.0, 4467.0, 4457.0, 4447.0, 4467.0, 4426.0, 4465.0, 4415.0, 4455.0, 4428.0, 4439.0, 4460.0, 4452.0, 4482.0, 4430.0, 4448.0, 4435.0, 4417.0, 4446.0, 4419.0, 4425.0, 4406.0, 4404.0, 4404.0, 4414.0, 4415.0, 4427.0, 4442.0, 4444.0, 4430.0, 4441.0, 4433.0, 4445.0, 4444.0, 4466.0, 4457.0, 4495.0, 4456.0, 4506.0, 4488.0, 4496.0, 4463.0, 4499.0, 4450.0, 4490.0, 4418.0, 4454.0, 4417.0, 4457.0, 4416.0, 4451.0, 4417.0, 4435.0, 4406.0, 4446.0, 4445.0, 4493.0, 4433.0, 4442.0, 4441.0, 4433.0, 4463.0, 4446.0, 4492.0, 4433.0, 4472.0, 4463.0, 4444.0, 4482.0, 4433.0, 4490.0, 4453.0, 4492.0, 4463.0, 4504.0, 4474.0, 4498.0, 4416.0, 4455.0, 4406.0, 4468.0, 4418.0, 4444.0, 4414.0, 4432.0, 4404.0, 4402.0, 4404.0, 4404.0], 'WindowWidth': [10118.0, 10060.0, 10020.0, 9946.0, 9845.0, 9852.0, 9834.0, 9854.0, 9837.0, 9904.0, 9822.0, 9864.0, 9876.0, 9849.0, 9861.0, 9831.0, 9803.0, 9841.0, 9780.0, 9837.0, 9790.0, 9823.0, 9808.0, 9815.0, 9748.0, 9793.0, 9722.0, 9777.0, 9722.0, 9792.0, 9749.0, 9788.0, 9766.0, 9771.0, 9790.0, 9844.0, 9748.0, 9792.0, 9745.0, 9783.0, 9727.0, 9767.0, 9741.0, 9744.0, 9733.0, 9776.0, 9785.0, 9764.0, 9811.0, 9757.0, 9774.0, 9774.0, 9781.0, 9776.0, 9783.0, 9808.0, 9806.0, 9869.0, 9847.0, 9883.0, 9831.0, 9863.0, 9809.0, 9854.0, 9820.0, 9870.0, 9845.0, 9869.0, 9814.0, 9833.0, 9780.0, 9825.0, 9778.0, 9831.0, 9809.0, 9843.0, 9803.0, 9810.0, 9756.0, 9791.0, 9745.0, 9810.0, 9774.0, 9772.0, 9787.0, 9737.0, 9769.0, 9736.0, 9772.0, 9754.0, 9821.0, 9803.0, 9849.0, 9783.0, 9819.0, 9775.0, 9835.0, 9773.0, 9833.0, 9789.0, 9832.0, 9766.0, 9830.0, 9756.0, 9813.0, 9752.0, 9828.0, 9776.0, 9831.0, 9783.0, 9813.0, 9813.0, 9799.0, 9809.0, 9822.0, 9855.0, 9806.0, 9882.0, 9819.0, 9862.0, 9787.0, 9838.0, 9785.0, 9850.0, 9813.0, 9815.0, 9848.0, 9793.0, 9845.0, 9769.0, 9817.0, 9757.0, 9804.0, 9767.0, 9853.0, 9778.0, 9787.0, 9793.0, 9800.0, 9822.0, 9787.0, 9864.0, 9827.0, 9863.0, 9809.0, 9866.0, 9815.0, 9849.0, 9794.0, 9830.0, 9789.0, 9825.0, 9772.0, 9805.0, 9741.0, 9790.0, 9741.0, 9769.0, 9800.0, 9751.0, 9838.0, 9745.0, 9778.0, 9758.0, 9768.0, 9765.0, 9750.0, 9741.0, 9750.0, 9723.0, 9737.0, 9728.0, 9743.0, 9771.0, 9762.0, 9737.0, 9805.0, 9774.0, 9805.0, 9768.0, 9802.0, 9757.0, 9820.0, 9782.0, 9832.0, 9767.0, 9816.0, 9777.0, 9830.0, 9763.0, 9789.0, 9801.0, 9756.0, 9836.0, 9771.0, 9829.0, 9789.0, 9851.0, 9776.0, 9827.0, 9775.0, 9817.0, 9771.0, 9770.0, 9726.0, 9770.0, 9795.0, 9750.0, 9781.0, 9744.0, 9806.0, 9731.0, 9823.0, 9755.0, 9831.0, 9756.0, 9798.0, 9781.0, 9802.0, 9804.0, 9819.0, 9825.0, 9826.0, 9887.0, 9852.0, 9857.0, 9849.0, 9878.0, 9837.0, 9873.0, 9850.0, 9874.0, 9819.0, 9820.0, 9746.0, 9782.0, 9751.0, 9760.0, 9820.0, 9724.0, 9785.0, 9720.0, 9759.0, 9718.0, 9718.0, 9719.0, 9740.0, 9784.0, 9775.0, 9838.0, 9756.0, 9760.0, 9773.0, 9796.0, 9779.0, 9799.0, 9819.0, 9805.0, 9851.0, 9818.0, 9865.0, 9798.0, 9843.0, 9774.0, 9820.0, 9768.0, 9836.0, 9778.0, 9837.0, 9751.0, 9822.0, 9752.0, 9813.0, 9763.0, 9834.0, 9760.0, 9807.0, 9749.0, 9791.0, 9723.0, 9797.0, 9755.0, 9784.0, 9726.0, 9731.0, 9705.0, 9746.0, 9763.0, 9727.0, 9833.0, 9741.0, 9750.0, 9729.0, 9767.0, 9789.0, 9753.0, 9756.0, 9748.0, 9772.0, 9763.0, 9782.0, 9868.0, 9807.0, 9855.0, 9816.0, 9818.0, 9879.0, 9825.0, 9873.0, 9816.0, 9879.0, 9829.0, 9878.0, 9840.0, 9874.0, 9817.0, 9848.0, 9792.0, 9831.0, 9770.0, 9784.0, 9804.0, 9764.0, 9801.0, 9742.0, 9792.0, 9701.0, 9781.0, 9705.0, 9785.0, 9725.0, 9789.0, 9724.0, 9725.0, 9725.0, 9741.0, 9758.0, 9732.0, 9802.0, 9754.0, 9816.0, 9753.0, 9811.0, 9749.0, 9815.0, 9764.0, 9812.0, 9777.0, 9834.0, 9751.0, 9795.0, 9746.0, 9775.0, 9747.0, 9811.0, 9771.0, 9796.0, 9748.0, 9796.0, 9747.0, 9783.0, 9752.0, 9787.0, 9753.0, 9816.0, 9776.0, 9789.0, 9756.0, 9788.0, 9763.0, 9760.0, 9756.0, 9767.0, 9756.0, 9797.0, 9796.0, 9859.0, 9797.0, 9862.0, 9801.0, 9820.0, 9814.0, 9833.0, 9880.0, 9797.0, 9831.0, 9797.0, 9820.0, 9864.0, 9791.0, 9861.0, 9777.0, 9809.0, 9742.0, 9765.0, 9713.0, 9737.0, 9737.0, 9747.0, 9771.0, 9747.0, 9752.0, 9770.0, 9780.0, 9845.0, 9798.0, 9814.0, 9818.0, 9858.0, 9862.0, 9847.0, 9842.0, 9866.0, 9824.0, 9837.0, 9777.0, 9813.0, 9765.0, 9802.0, 9796.0, 9751.0, 9840.0, 9746.0, 9783.0, 9774.0, 9814.0, 9774.0, 9823.0, 9776.0, 9783.0, 9796.0, 9801.0, 9826.0, 9820.0, 9856.0, 9834.0, 9880.0, 9830.0, 9849.0, 9794.0, 9837.0, 9783.0, 9816.0, 9761.0, 9836.0, 9777.0, 9784.0, 9762.0, 9735.0, 9777.0, 9719.0, 9786.0, 9722.0, 9782.0, 9733.0, 9758.0, 9721.0, 9797.0, 9723.0, 9802.0, 9744.0, 9810.0, 9732.0, 9792.0, 9752.0, 9785.0, 9740.0, 9756.0, 9751.0, 9757.0, 9766.0, 9738.0, 9798.0, 9721.0, 9773.0, 9740.0, 9742.0, 9753.0, 9751.0, 9786.0, 9800.0, 9816.0, 9814.0, 9798.0, 9791.0, 9798.0, 9823.0, 9901.0, 9854.0, 9869.0, 9855.0, 9850.0, 9874.0, 9840.0, 9872.0, 9847.0, 9859.0, 9803.0, 9827.0, 9755.0, 9816.0, 9767.0, 9816.0, 9797.0, 9846.0, 9789.0, 9856.0, 9785.0, 9792.0, 9721.0, 9745.0, 9703.0, 9754.0, 9798.0, 9742.0, 9813.0, 9718.0, 9778.0, 9734.0, 9733.0, 9745.0, 9770.0, 9784.0, 9843.0, 9784.0, 9806.0, 9814.0, 9808.0, 9827.0, 9834.0, 9855.0, 9837.0, 9883.0, 9834.0, 9864.0, 9808.0, 9838.0, 9775.0, 9822.0, 9798.0, 9776.0, 9826.0, 9770.0, 9780.0, 9737.0, 9803.0, 9731.0, 9803.0, 9759.0, 9816.0, 9809.0, 9816.0, 9857.0, 9751.0, 9770.0, 9810.0, 9733.0, 9772.0, 9790.0, 9756.0, 9834.0, 9782.0, 9854.0, 9796.0, 9814.0, 9773.0, 9769.0, 9769.0, 9729.0, 9768.0, 9726.0, 9753.0, 9715.0, 9741.0, 9681.0, 9705.0, 9664.0, 9675.0, 9651.0, 9710.0, 9679.0, 9701.0, 9676.0, 9705.0, 9696.0, 9727.0, 9730.0, 9735.0, 9745.0, 9734.0, 9785.0, 9736.0, 9777.0, 9742.0, 9756.0, 9748.0, 9749.0, 9749.0, 9754.0, 9766.0, 9757.0, 9773.0, 9773.0, 9791.0, 9819.0, 9803.0, 9798.0, 9784.0, 9755.0, 9801.0, 9777.0, 9842.0, 9815.0, 9825.0, 9899.0, 9855.0, 9884.0, 9864.0, 9828.0, 9889.0, 9883.0, 9886.0, 9943.0, 9910.0, 9898.0, 9879.0, 9880.0, 9818.0, 9872.0, 9827.0, 9817.0, 9873.0, 9844.0, 9829.0, 9788.0, 9777.0, 9760.0, 9760.0, 9781.0, 9746.0, 9810.0, 9724.0, 9782.0, 9705.0, 9753.0, 9723.0, 9774.0, 9720.0, 9757.0, 9726.0, 9767.0, 9751.0, 9785.0, 9751.0, 9769.0, 9772.0, 9749.0, 9792.0, 9762.0, 9793.0, 9816.0, 9771.0, 9838.0, 9758.0, 9822.0, 9753.0, 9803.0, 9737.0, 9802.0, 9756.0, 9795.0, 9754.0, 9767.0, 9769.0, 9789.0, 9789.0, 9780.0, 9766.0, 9773.0, 9750.0, 9786.0, 9753.0, 9805.0, 9734.0, 9824.0, 9748.0, 9771.0, 9750.0, 9760.0, 9749.0, 9752.0, 9775.0, 9826.0, 9778.0, 9835.0, 9800.0, 9785.0, 9815.0, 9835.0, 9874.0, 9855.0, 9894.0, 9821.0, 9801.0, 9844.0, 9809.0, 9862.0, 9821.0, 9902.0, 9860.0, 9865.0, 9879.0, 9827.0, 9871.0, 9849.0, 9871.0, 9878.0, 9868.0, 9848.0, 9846.0, 9786.0, 9835.0, 9773.0, 9853.0, 9814.0, 9851.0, 9810.0, 9771.0, 9802.0, 9739.0, 9848.0, 9813.0, 9834.0, 9819.0, 9777.0, 9814.0, 9746.0, 9810.0, 9746.0, 9812.0, 9775.0, 9846.0, 9766.0, 9788.0, 9725.0, 9789.0, 9723.0, 9792.0, 9751.0, 9793.0, 9740.0, 9772.0, 9734.0, 9781.0, 9750.0, 9790.0, 9785.0, 9839.0, 9773.0, 9768.0, 9780.0, 9741.0, 9776.0, 9744.0, 9861.0, 9789.0, 9841.0, 9791.0, 9800.0, 9839.0, 9808.0, 9839.0, 9799.0, 9794.0, 9820.0, 9780.0, 9859.0, 9839.0, 9878.0, 9839.0, 9848.0, 9828.0, 9846.0, 9798.0, 9813.0, 9802.0, 9787.0, 9813.0, 9759.0, 9810.0, 9743.0, 9797.0, 9766.0, 9781.0, 9814.0, 9804.0, 9844.0, 9772.0, 9791.0, 9766.0, 9748.0, 9783.0, 9754.0, 9754.0, 9731.0, 9724.0, 9726.0, 9740.0, 9744.0, 9762.0, 9796.0, 9800.0, 9776.0, 9792.0, 9787.0, 9803.0, 9800.0, 9828.0, 9820.0, 9869.0, 9820.0, 9885.0, 9865.0, 9871.0, 9823.0, 9865.0, 9799.0, 9852.0, 9751.0, 9794.0, 9753.0, 9801.0, 9745.0, 9788.0, 9748.0, 9768.0, 9734.0, 9786.0, 9801.0, 9865.0, 9782.0, 9794.0, 9792.0, 9784.0, 9823.0, 9805.0, 9858.0, 9783.0, 9832.0, 9820.0, 9797.0, 9845.0, 9782.0, 9854.0, 9807.0, 9859.0, 9821.0, 9879.0, 9841.0, 9858.0, 9745.0, 9794.0, 9731.0, 9820.0, 9752.0, 9779.0, 9739.0, 9759.0, 9723.0, 9719.0, 9723.0, 9725.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.0010851668584579977</td></tr>
<tr><td colspan=3>aqi</td><td>0.025919294361334867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.2397779120737</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2596574153917062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995025438594467</td></tr>
<tr><td colspan=3>efc</td><td>0.4835</td></tr>
<tr><td colspan=3>fber</td><td>3992.7935</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14503859958990803</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>147</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.915995397008054</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6033881889434394</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.621085210235732</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6547238457973603</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.534355510797227</td></tr>
<tr><td colspan=3>gcor</td><td>0.0234196</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007790080271661282</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01056436076760292</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.8265664431666147</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>33.0781</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7193</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.315</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299479.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>970.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.6433</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2999</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.2531</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.8707</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3806.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.6189</td></tr>
<tr><td colspan=3>tsnr</td><td>34.76181020308286</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>