ds005256-mriqc/sub-0088_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 71183c5c05 [DATALAD RUNCMD] Compute MRIQC for sub-0088
=== 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-0088 --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-0088",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:30 +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-0088_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0088_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1160ddbe8ed2801a4805769d25cdf78e</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:06:8.167500</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.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0856444</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>786bc89c-5785-4420-aae3-b96a8406a275||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.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['150608.167500', '150608.627500', '150609.087500', '150609.547500', '150610.007500', '150610.467500', '150610.927500', '150611.387500', '150611.847500', '150612.307500', '150612.767500', '150613.227500', '150613.687500', '150614.147500', '150614.607500', '150615.067500', '150615.527500', '150615.987500', '150616.447500', '150616.907500', '150617.367500', '150617.827500', '150618.287500', '150618.747500', '150619.207500', '150619.667500', '150620.127500', '150620.587500', '150621.047500', '150621.507500', '150621.967500', '150622.427500', '150622.887500', '150623.347500', '150623.807500', '150624.267500', '150624.727500', '150625.187500', '150625.647500', '150626.107500', '150626.567500', '150627.027500', '150627.487500', '150627.947500', '150628.407500', '150628.867500', '150629.327500', '150629.787500', '150630.247500', '150630.707500', '150631.167500', '150631.627500', '150632.087500', '150632.547500', '150633.007500', '150633.467500', '150633.927500', '150634.387500', '150634.847500', '150635.307500', '150635.767500', '150636.227500', '150636.687500', '150637.147500', '150637.607500', '150638.067500', '150638.527500', '150638.987500', '150639.447500', '150639.907500', '150640.367500', '150640.827500', '150641.287500', '150641.747500', '150642.207500', '150642.667500', '150643.127500', '150643.587500', '150644.047500', '150644.507500', '150644.967500', '150645.427500', '150645.887500', '150646.347500', '150646.807500', '150647.267500', '150647.727500', '150648.187500', '150648.647500', '150649.107500', '150649.567500', '150650.027500', '150650.487500', '150650.947500', '150651.407500', '150651.867500', '150652.327500', '150652.787500', '150653.247500', '150653.707500', '150654.167500', '150654.627500', '150655.087500', '150655.547500', '150656.007500', '150656.467500', '150656.927500', '150657.387500', '150657.847500', '150658.307500', '150658.767500', '150659.227500', '150659.687500', '150700.147500', '150700.607500', '150701.067500', '150701.527500', '150701.987500', '150702.447500', '150702.907500', '150703.367500', '150703.827500', '150704.287500', '150704.747500', '150705.207500', '150705.667500', '150706.127500', '150706.587500', '150707.047500', '150707.507500', '150707.967500', '150708.427500', '150708.887500', '150709.347500', '150709.807500', '150710.267500', '150710.727500', '150711.187500', '150711.647500', '150712.107500', '150712.567500', '150713.027500', '150713.487500', '150713.947500', '150714.407500', '150714.867500', '150715.327500', '150715.787500', '150716.247500', '150716.707500', '150717.167500', '150717.627500', '150718.087500', '150718.547500', '150719.007500', '150719.467500', '150719.927500', '150720.387500', '150720.847500', '150721.307500', '150721.767500', '150722.227500', '150722.687500', '150723.147500', '150723.607500', '150724.067500', '150724.527500', '150724.987500', '150725.447500', '150725.907500', '150726.367500', '150726.827500', '150727.287500', '150727.747500', '150728.207500', '150728.667500', '150729.127500', '150729.587500', '150730.047500', '150730.507500', '150730.967500', '150731.427500', '150731.887500', '150732.347500', '150732.807500', '150733.267500', '150733.727500', '150734.187500', '150734.647500', '150735.107500', '150735.567500', '150736.027500', '150736.487500', '150736.947500', '150737.407500', '150737.867500', '150738.327500', '150738.787500', '150739.247500', '150739.707500', '150740.167500', '150740.627500', '150741.087500', '150741.547500', '150742.007500', '150742.467500', '150742.927500', '150743.387500', '150743.847500', '150744.307500', '150744.767500', '150745.227500', '150745.687500', '150746.147500', '150746.607500', '150747.067500', '150747.527500', '150747.987500', '150748.447500', '150748.907500', '150749.367500', '150749.827500', '150750.287500', '150750.747500', '150751.207500', '150751.667500', '150752.127500', '150752.587500', '150753.047500', '150753.507500', '150753.967500', '150754.427500', '150754.887500', '150755.347500', '150755.807500', '150756.267500', '150756.727500', '150757.187500', '150757.647500', '150758.107500', '150758.567500', '150759.027500', '150759.487500', '150759.947500', '150800.407500', '150800.867500', '150801.327500', '150801.787500', '150802.247500', '150802.707500', '150803.167500', '150803.627500', '150804.087500', '150804.547500', '150805.007500', '150805.467500', '150805.927500', '150806.387500', '150806.847500', '150807.307500', '150807.767500', '150808.227500', '150808.687500', '150809.147500', '150809.607500', '150810.067500', '150810.527500', '150810.987500', '150811.447500', '150811.907500', '150812.367500', '150812.827500', '150813.287500', '150813.747500', '150814.207500', '150814.667500', '150815.127500', '150815.587500', '150816.047500', '150816.507500', '150816.967500', '150817.427500', '150817.887500', '150818.347500', '150818.807500', '150819.267500', '150819.727500', '150820.187500', '150820.647500', '150821.107500', '150821.567500', '150822.027500', '150822.487500', '150822.947500', '150823.407500', '150823.867500', '150824.327500', '150824.787500', '150825.247500', '150825.707500', '150826.167500', '150826.627500', '150827.087500', '150827.547500', '150828.007500', '150828.467500', '150828.927500', '150829.387500', '150829.847500', '150830.307500', '150830.767500', '150831.227500', '150831.687500', '150832.147500', '150832.607500', '150833.067500', '150833.527500', '150833.987500', '150834.447500', '150834.907500', '150835.367500', '150835.827500', '150836.287500', '150836.747500', '150837.207500', '150837.667500', '150838.127500', '150838.587500', '150839.047500', '150839.507500', '150839.967500', '150840.427500', '150840.887500', '150841.347500', '150841.807500', '150842.267500', '150842.727500', '150843.187500', '150843.647500', '150844.107500', '150844.567500', '150845.027500', '150845.487500', '150845.947500', '150846.407500', '150846.867500', '150847.327500', '150847.787500', '150848.247500', '150848.707500', '150849.167500', '150849.627500', '150850.087500', '150850.547500', '150851.007500', '150851.467500', '150851.927500', '150852.387500', '150852.847500', '150853.307500', '150853.767500', '150854.227500', '150854.687500', '150855.147500', '150855.607500', '150856.067500', '150856.527500', '150856.987500', '150857.447500', '150857.907500', '150858.367500', '150858.827500', '150859.287500', '150859.747500', '150900.207500', '150900.667500', '150901.127500', '150901.587500', '150902.047500', '150902.507500', '150902.967500', '150903.427500', '150903.887500', '150904.347500', '150904.807500', '150905.267500', '150905.727500', '150906.187500', '150906.647500', '150907.107500', '150907.567500', '150908.027500', '150908.487500', '150908.947500', '150909.407500', '150909.867500', '150910.327500', '150910.787500', '150911.247500', '150911.707500', '150912.167500', '150912.627500', '150913.087500', '150913.547500', '150914.007500', '150914.467500', '150914.927500', '150915.387500', '150915.847500', '150916.307500', '150916.767500', '150917.227500', '150917.687500', '150918.147500', '150918.607500', '150919.067500', '150919.527500', '150919.987500', '150920.447500', '150920.907500', '150921.367500', '150921.827500', '150922.287500', '150922.747500', '150923.207500', '150923.667500', '150924.127500', '150924.587500', '150925.047500', '150925.507500', '150925.967500', '150926.427500', '150926.887500', '150927.347500', '150927.807500', '150928.267500', '150928.727500', '150929.187500', '150929.647500', '150930.107500', '150930.567500', '150931.027500', '150931.487500', '150931.947500', '150932.407500', '150932.867500', '150933.327500', '150933.787500', '150934.247500', '150934.707500', '150935.167500', '150935.627500', '150936.087500', '150936.547500', '150937.007500', '150937.467500', '150937.927500', '150938.387500', '150938.847500', '150939.307500', '150939.767500', '150940.227500', '150940.687500', '150941.147500', '150941.607500', '150942.067500', '150942.527500', '150942.987500', '150943.447500', '150943.907500', '150944.367500', '150944.827500', '150945.287500', '150945.747500', '150946.207500', '150946.667500', '150947.127500', '150947.587500', '150948.047500', '150948.507500', '150948.967500', '150949.427500', '150949.887500', '150950.347500', '150950.807500', '150951.267500', '150951.727500', '150952.187500', '150952.647500', '150953.107500', '150953.567500', '150954.027500', '150954.487500', '150954.947500', '150955.407500', '150955.867500', '150956.327500', '150956.787500', '150957.247500', '150957.707500', '150958.167500', '150958.627500', '150959.087500', '150959.547500', '151000.007500', '151000.467500', '151000.927500', '151001.387500', '151001.847500', '151002.307500', '151002.767500', '151003.227500', '151003.687500', '151004.147500', '151004.607500', '151005.067500', '151005.527500', '151005.987500', '151006.447500', '151006.907500', '151007.367500', '151007.827500', '151008.287500', '151008.747500', '151009.207500', '151009.667500', '151010.127500', '151010.587500', '151011.047500', '151011.507500', '151011.967500', '151012.427500', '151012.887500', '151013.347500', '151013.807500', '151014.267500', '151014.727500', '151015.187500', '151015.647500', '151016.107500', '151016.567500', '151017.027500', '151017.487500', '151017.947500', '151018.407500', '151018.867500', '151019.327500', '151019.787500', '151020.247500', '151020.707500', '151021.167500', '151021.627500', '151022.087500', '151022.547500', '151023.007500', '151023.467500', '151023.927500', '151024.387500', '151024.847500', '151025.307500', '151025.767500', '151026.227500', '151026.687500', '151027.147500', '151027.607500', '151028.067500', '151028.527500', '151028.987500', '151029.447500', '151029.907500', '151030.367500', '151030.827500', '151031.287500', '151031.747500', '151032.207500', '151032.667500', '151033.127500', '151033.587500', '151034.047500', '151034.507500', '151034.967500', '151035.427500', '151035.887500', '151036.347500', '151036.807500', '151037.267500', '151037.727500', '151038.187500', '151038.647500', '151039.107500', '151039.567500', '151040.027500', '151040.487500', '151040.947500', '151041.407500', '151041.867500', '151042.327500', '151042.787500', '151043.247500', '151043.707500', '151044.167500', '151044.627500', '151045.087500', '151045.547500', '151046.007500', '151046.467500', '151046.927500', '151047.387500', '151047.847500', '151048.307500', '151048.767500', '151049.227500', '151049.687500', '151050.147500', '151050.607500', '151051.067500', '151051.527500', '151051.987500', '151052.447500', '151052.907500', '151053.367500', '151053.827500', '151054.287500', '151054.747500', '151055.207500', '151055.667500', '151056.127500', '151056.587500', '151057.047500', '151057.507500', '151057.967500', '151058.427500', '151058.887500', '151059.347500', '151059.807500', '151100.267500', '151100.727500', '151101.187500', '151101.647500', '151102.107500', '151102.567500', '151103.027500', '151103.487500', '151103.947500', '151104.407500', '151104.867500', '151105.327500', '151105.787500', '151106.247500', '151106.707500', '151107.167500', '151107.627500', '151108.087500', '151108.547500', '151109.007500', '151109.467500', '151109.927500', '151110.387500', '151110.847500', '151111.307500', '151111.767500', '151112.227500', '151112.687500', '151113.147500', '151113.607500', '151114.067500', '151114.527500', '151114.987500', '151115.447500', '151115.907500', '151116.367500', '151116.827500', '151117.287500', '151117.747500', '151118.207500', '151118.667500', '151119.127500', '151119.587500', '151120.047500', '151120.507500', '151120.967500', '151121.427500', '151121.887500', '151122.347500', '151122.807500', '151123.267500', '151123.727500', '151124.187500', '151124.647500', '151125.107500', '151125.567500', '151126.027500', '151126.487500', '151126.947500', '151127.407500', '151127.867500', '151128.327500', '151128.787500', '151129.247500', '151129.707500', '151130.167500', '151130.627500', '151131.087500', '151131.547500', '151132.007500', '151132.467500', '151132.927500', '151133.387500', '151133.847500', '151134.307500', '151134.767500', '151135.227500', '151135.687500', '151136.147500', '151136.607500', '151137.067500', '151137.527500', '151137.987500', '151138.447500', '151138.907500', '151139.367500', '151139.827500', '151140.287500', '151140.747500', '151141.207500', '151141.667500', '151142.127500', '151142.587500', '151143.047500', '151143.507500', '151143.967500', '151144.427500', '151144.887500', '151145.347500', '151145.807500', '151146.267500', '151146.727500', '151147.187500', '151147.647500', '151148.107500', '151148.567500', '151149.027500', '151149.487500', '151149.947500', '151150.407500', '151150.867500', '151151.327500', '151151.787500', '151152.247500', '151152.707500', '151153.167500', '151153.627500', '151154.087500', '151154.547500', '151155.007500', '151155.467500', '151155.927500', '151156.387500', '151156.847500', '151157.307500', '151157.767500', '151158.227500', '151158.687500', '151159.147500', '151159.607500', '151200.067500', '151200.527500', '151200.987500', '151201.447500', '151201.907500', '151202.367500', '151202.827500', '151203.287500', '151203.747500', '151204.207500', '151204.667500', '151205.127500', '151205.587500', '151206.047500', '151206.507500', '151206.967500', '151207.427500', '151207.887500', '151208.347500', '151208.807500', '151209.267500', '151209.727500', '151210.187500', '151210.647500', '151211.107500', '151211.567500', '151212.027500', '151212.487500', '151212.947500', '151213.407500', '151213.867500', '151214.327500', '151214.787500', '151215.247500', '151215.707500', '151216.167500', '151216.627500', '151217.087500', '151217.547500', '151218.007500', '151218.467500', '151218.927500', '151219.387500', '151219.847500', '151220.307500', '151220.767500', '151221.227500', '151221.687500', '151222.147500', '151222.607500', '151223.067500', '151223.527500', '151223.987500', '151224.447500', '151224.907500', '151225.367500', '151225.827500', '151226.287500', '151226.747500', '151227.207500', '151227.667500', '151228.127500', '151228.587500', '151229.047500', '151229.507500', '151229.967500', '151230.427500', '151230.887500', '151231.347500', '151231.807500', '151232.267500', '151232.727500', '151233.187500', '151233.647500', '151234.107500', '151234.567500', '151235.027500', '151235.487500', '151235.947500', '151236.407500', '151236.867500', '151237.327500', '151237.787500', '151238.247500', '151238.707500', '151239.167500', '151239.627500', '151240.087500', '151240.547500', '151241.007500', '151241.467500', '151241.927500', '151242.387500', '151242.847500', '151243.307500', '151243.767500', '151244.227500', '151244.687500', '151245.147500', '151245.607500', '151246.067500', '151246.527500', '151246.987500', '151247.447500', '151247.907500', '151248.367500', '151248.827500'], 'ContentTime': ['150624.602000', '150624.605000', '150624.608000', '150624.610000', '150624.613000', '150624.615000', '150624.618000', '150624.621000', '150624.623000', '150624.626000', '150624.628000', '150624.631000', '150624.633000', '150624.636000', '150624.639000', '150624.652000', '150624.654000', '150624.657000', '150624.659000', '150624.662000', '150624.664000', '150624.667000', '150624.670000', '150624.672000', '150624.675000', '150624.677000', '150624.680000', '150624.682000', '150624.685000', '150624.687000', '150624.690000', '150624.693000', '150624.695000', '150624.698000', '150644.572000', '150644.575000', '150644.578000', '150644.580000', '150644.583000', '150644.585000', '150644.588000', '150644.590000', '150644.593000', '150644.595000', '150644.598000', '150644.601000', '150644.603000', '150644.606000', '150644.609000', '150644.611000', '150644.614000', '150644.616000', '150644.619000', '150644.621000', '150644.624000', '150644.627000', '150644.629000', '150644.632000', '150644.634000', '150644.637000', '150644.639000', '150644.642000', '150644.644000', '150644.647000', '150644.650000', '150644.652000', '150644.655000', '150644.657000', '150644.660000', '150644.662000', '150644.665000', '150644.668000', '150644.670000', '150644.673000', '150644.675000', '150644.678000', '150644.680000', '150644.683000', '150704.573000', '150704.575000', '150704.578000', '150704.580000', '150704.583000', '150704.586000', '150704.588000', '150704.591000', '150704.593000', '150704.596000', '150704.598000', '150704.601000', '150704.604000', '150704.615000', '150704.618000', '150704.621000', '150704.623000', '150704.626000', '150704.628000', '150704.631000', '150704.647000', '150704.649000', '150704.652000', '150704.654000', '150704.657000', '150704.659000', '150704.662000', '150704.665000', '150704.667000', '150704.670000', '150704.672000', '150704.675000', '150704.677000', '150704.680000', '150704.683000', '150704.685000', '150704.688000', '150704.690000', '150704.693000', '150704.695000', '150704.698000', '150704.701000', '150704.703000', '150724.572000', '150724.575000', '150724.578000', '150724.580000', '150724.583000', '150724.585000', '150724.588000', '150724.591000', '150724.593000', '150724.596000', '150724.598000', '150724.601000', '150724.604000', '150724.606000', '150724.609000', '150724.611000', '150724.614000', '150724.617000', '150724.619000', '150724.622000', '150724.624000', '150724.627000', '150724.630000', '150724.632000', '150724.635000', '150724.637000', '150724.640000', '150724.642000', '150724.645000', '150724.648000', '150724.650000', '150724.653000', '150724.655000', '150724.658000', '150724.661000', '150724.663000', '150724.666000', '150724.668000', '150724.671000', '150724.673000', '150724.676000', '150724.678000', '150724.681000', '150724.683000', '150744.573000', '150744.576000', '150744.579000', '150744.581000', '150744.584000', '150744.587000', '150744.589000', '150744.592000', '150744.594000', '150744.597000', '150744.600000', '150744.602000', '150744.605000', '150744.607000', '150744.610000', '150744.612000', '150744.615000', '150744.617000', '150744.620000', '150744.623000', '150744.625000', '150744.628000', '150744.630000', '150744.633000', '150744.635000', '150744.638000', '150744.641000', '150744.643000', '150744.646000', '150744.648000', '150744.651000', '150744.653000', '150744.656000', '150744.659000', '150744.661000', '150744.664000', '150744.666000', '150744.669000', '150744.671000', '150744.674000', '150744.677000', '150744.679000', '150744.682000', '150804.573000', '150804.576000', '150804.579000', '150804.581000', '150804.584000', '150804.587000', '150804.589000', '150804.592000', '150804.594000', '150804.598000', '150804.601000', '150804.603000', '150804.606000', '150804.609000', '150804.611000', '150804.614000', '150804.616000', '150804.619000', '150804.621000', '150804.624000', '150804.627000', '150804.629000', '150804.632000', '150804.634000', '150804.637000', '150804.639000', '150804.642000', '150804.644000', '150804.647000', '150804.650000', '150804.652000', '150804.655000', '150804.658000', '150804.660000', '150804.663000', '150804.665000', '150804.668000', '150804.671000', '150804.673000', '150804.676000', '150804.678000', '150804.681000', '150804.683000', '150824.573000', '150824.575000', '150824.578000', '150824.581000', '150824.583000', '150824.586000', '150824.588000', '150824.591000', '150824.593000', '150824.596000', '150824.599000', '150824.601000', '150824.604000', '150824.606000', '150824.609000', '150824.612000', '150824.614000', '150824.617000', '150824.619000', '150824.622000', '150824.624000', '150824.627000', '150824.630000', '150824.632000', '150824.635000', '150824.637000', '150824.640000', '150824.642000', '150824.645000', '150824.648000', '150824.650000', '150824.653000', '150824.655000', '150824.658000', '150824.661000', '150824.663000', '150824.666000', '150824.668000', '150824.671000', '150824.673000', '150824.676000', '150824.679000', '150824.681000', '150824.684000', '150844.572000', '150844.575000', '150844.578000', '150844.581000', '150844.583000', '150844.586000', '150844.588000', '150844.591000', '150844.594000', '150844.596000', '150844.599000', '150844.602000', '150844.604000', '150844.607000', '150844.609000', '150844.612000', '150844.627000', '150844.630000', '150844.632000', '150844.635000', '150844.638000', '150844.640000', '150844.643000', '150844.645000', '150844.648000', '150844.651000', '150844.653000', '150844.656000', '150844.658000', '150844.661000', '150844.664000', '150844.666000', '150844.669000', '150844.671000', '150844.674000', '150844.676000', '150844.679000', '150844.682000', '150844.684000', '150844.687000', '150844.689000', '150844.692000', '150844.694000', '150904.573000', '150904.575000', '150904.578000', '150904.581000', '150904.583000', '150904.586000', '150904.588000', '150904.591000', '150904.594000', '150904.596000', '150904.599000', '150904.601000', '150904.604000', '150904.607000', '150904.609000', '150904.612000', '150904.615000', '150904.617000', '150904.620000', '150904.622000', '150904.625000', '150904.627000', '150904.630000', '150904.632000', '150904.635000', '150904.638000', '150904.640000', '150904.643000', '150904.645000', '150904.648000', '150904.651000', '150904.653000', '150904.656000', '150904.658000', '150904.661000', '150904.663000', '150904.666000', '150904.669000', '150904.671000', '150904.674000', '150904.676000', '150904.679000', '150904.681000', '150904.684000', '150924.573000', '150924.575000', '150924.578000', '150924.581000', '150924.583000', '150924.586000', '150924.588000', '150924.591000', '150924.593000', '150924.596000', '150924.599000', '150924.601000', '150924.604000', '150924.606000', '150924.609000', '150924.612000', '150924.615000', '150924.618000', '150924.620000', '150924.623000', '150924.625000', '150924.628000', '150924.631000', '150924.633000', '150924.637000', '150924.640000', '150924.642000', '150924.645000', '150924.648000', '150924.650000', '150924.653000', '150924.655000', '150924.658000', '150924.660000', '150924.663000', '150924.665000', '150924.668000', '150924.671000', '150924.673000', '150924.676000', '150924.678000', '150924.681000', '150924.684000', '150944.572000', '150944.575000', '150944.578000', '150944.580000', '150944.583000', '150944.586000', '150944.588000', '150944.591000', '150944.593000', '150944.596000', '150944.599000', '150944.602000', '150944.604000', '150944.607000', '150944.610000', '150944.613000', '150944.615000', '150944.618000', '150944.620000', '150944.623000', '150944.626000', '150944.628000', '150944.631000', '150944.633000', '150944.636000', '150944.639000', '150944.641000', '150944.644000', '150944.648000', '150944.651000', '150944.653000', '150944.656000', '150944.658000', '150944.661000', '150944.664000', '150944.666000', '150944.680000', '150944.682000', '150944.685000', '150944.688000', '150944.690000', '150944.693000', '150944.695000', '150944.698000', '151004.574000', '151004.576000', '151004.579000', '151004.581000', '151004.584000', '151004.587000', '151004.589000', '151004.592000', '151004.594000', '151004.597000', '151004.600000', '151004.602000', '151004.605000', '151004.608000', '151004.610000', '151004.613000', '151004.616000', '151004.618000', '151004.621000', '151004.623000', '151004.626000', '151004.628000', '151004.631000', '151004.633000', '151004.636000', '151004.639000', '151004.641000', '151004.644000', '151004.646000', '151004.649000', '151004.652000', '151004.654000', '151004.657000', '151004.659000', '151004.662000', '151004.664000', '151004.667000', '151004.670000', '151004.672000', '151004.675000', '151004.677000', '151004.680000', '151004.682000', '151024.573000', '151024.576000', '151024.579000', '151024.581000', '151024.584000', '151024.587000', '151024.589000', '151024.592000', '151024.594000', '151024.597000', '151024.600000', '151024.602000', '151024.605000', '151024.607000', '151024.610000', '151024.613000', '151024.615000', '151024.618000', '151024.620000', '151024.623000', '151024.626000', '151024.628000', '151024.631000', '151024.633000', '151024.636000', '151024.639000', '151024.641000', '151024.644000', '151024.647000', '151024.649000', '151024.652000', '151024.654000', '151024.657000', '151024.660000', '151024.662000', '151024.665000', '151024.667000', '151024.670000', '151024.673000', '151024.675000', '151024.678000', '151024.680000', '151024.683000', '151024.686000', '151044.572000', '151044.575000', '151044.578000', '151044.580000', '151044.583000', '151044.586000', '151044.588000', '151044.591000', '151044.593000', '151044.596000', '151044.599000', '151044.601000', '151044.604000', '151044.606000', '151044.609000', '151044.612000', '151044.614000', '151044.617000', '151044.619000', '151044.622000', '151044.625000', '151044.627000', '151044.630000', '151044.632000', '151044.635000', '151044.638000', '151044.640000', '151044.643000', '151044.645000', '151044.648000', '151044.650000', '151044.653000', '151044.656000', '151044.658000', '151044.661000', '151044.663000', '151044.666000', '151044.669000', '151044.671000', '151044.674000', '151044.677000', '151044.680000', '151044.683000', '151104.572000', '151104.575000', '151104.578000', '151104.580000', '151104.583000', '151104.585000', '151104.588000', '151104.591000', '151104.593000', '151104.596000', '151104.598000', '151104.601000', '151104.604000', '151104.606000', '151104.609000', '151104.611000', '151104.614000', '151104.616000', '151104.619000', '151104.622000', '151104.624000', '151104.627000', '151104.629000', '151104.632000', '151104.635000', '151104.637000', '151104.640000', '151104.642000', '151104.645000', '151104.648000', '151104.650000', '151104.653000', '151104.655000', '151104.658000', '151104.660000', '151104.663000', '151104.666000', '151104.668000', '151104.671000', '151104.673000', '151104.676000', '151104.678000', '151104.681000', '151104.684000', '151124.573000', '151124.575000', '151124.578000', '151124.581000', '151124.583000', '151124.586000', '151124.588000', '151124.591000', '151124.593000', '151124.596000', '151124.599000', '151124.602000', '151124.604000', '151124.607000', '151124.609000', '151124.612000', '151124.614000', '151124.617000', '151124.620000', '151124.622000', '151124.625000', '151124.627000', '151124.630000', '151124.633000', '151124.635000', '151124.638000', '151124.640000', '151124.643000', '151124.645000', '151124.648000', '151124.651000', '151124.653000', '151124.656000', '151124.659000', '151124.661000', '151124.664000', '151124.667000', '151124.669000', '151124.672000', '151124.674000', '151124.677000', '151124.680000', '151124.682000', '151144.573000', '151144.576000', '151144.578000', '151144.581000', '151144.583000', '151144.586000', '151144.588000', '151144.591000', '151144.594000', '151144.596000', '151144.599000', '151144.601000', '151144.604000', '151144.607000', '151144.609000', '151144.612000', '151144.614000', '151144.617000', '151144.620000', '151144.622000', '151144.625000', '151144.627000', '151144.630000', '151144.646000', '151144.649000', '151144.651000', '151144.654000', '151144.656000', '151144.659000', '151144.661000', '151144.664000', '151144.667000', '151144.669000', '151144.672000', '151144.674000', '151144.677000', '151144.679000', '151144.682000', '151144.685000', '151144.687000', '151144.690000', '151144.692000', '151144.695000', '151144.697000', '151204.573000', '151204.575000', '151204.578000', '151204.580000', '151204.583000', '151204.586000', '151204.588000', '151204.591000', '151204.594000', '151204.596000', '151204.599000', '151204.601000', '151204.604000', '151204.607000', '151204.609000', '151204.612000', '151204.614000', '151204.617000', '151204.619000', '151204.622000', '151204.625000', '151204.627000', '151204.630000', '151204.632000', '151204.635000', '151204.637000', '151204.640000', '151204.643000', '151204.645000', '151204.648000', '151204.651000', '151204.654000', '151204.657000', '151204.659000', '151204.662000', '151204.665000', '151204.667000', '151204.670000', '151204.673000', '151204.675000', '151204.678000', '151204.680000', '151204.683000', '151224.574000', '151224.576000', '151224.579000', '151224.582000', '151224.584000', '151224.587000', '151224.589000', '151224.592000', '151224.594000', '151224.597000', '151224.600000', '151224.602000', '151224.605000', '151224.607000', '151224.610000', '151224.612000', '151224.615000', '151224.617000', '151224.620000', '151224.622000', '151224.625000', '151224.628000', '151224.630000', '151224.633000', '151224.635000', '151224.638000', '151224.641000', '151224.643000', '151224.646000', '151224.648000', '151224.651000', '151224.653000', '151224.656000', '151224.658000', '151224.661000', '151224.664000', '151224.666000', '151224.669000', '151224.671000', '151224.674000', '151224.676000', '151224.679000', '151224.682000', '151224.684000', '151244.574000', '151244.576000', '151244.579000', '151244.582000', '151244.584000', '151244.587000', '151244.590000', '151244.592000', '151244.595000', '151244.597000', '151244.600000', '151244.603000', '151244.605000', '151244.608000', '151244.611000', '151244.613000', '151244.616000', '151244.618000', '151244.621000', '151244.623000', '151244.626000', '151244.629000', '151244.631000', '151244.634000', '151244.636000', '151244.639000', '151244.641000', '151244.644000', '151244.647000', '151244.649000', '151244.652000', '151244.655000', '151244.657000', '151244.660000', '151244.663000', '151244.665000', '151244.668000', '151244.670000', '151244.673000', '151244.675000', '151244.678000', '151244.681000', '151244.683000', '151249.726000', '151249.729000', '151249.732000', '151249.734000', '151249.737000', '151249.740000', '151249.743000', '151249.745000', '151249.748000', '151249.750000', '151249.753000', '151249.756000'], 'InstanceCreationTime': ['150624.602000', '150624.605000', '150624.608000', '150624.610000', '150624.613000', '150624.615000', '150624.618000', '150624.621000', '150624.623000', '150624.626000', '150624.628000', '150624.631000', '150624.633000', '150624.636000', '150624.639000', '150624.652000', '150624.654000', '150624.657000', '150624.659000', '150624.662000', '150624.664000', '150624.667000', '150624.670000', '150624.672000', '150624.675000', '150624.677000', '150624.680000', '150624.682000', '150624.685000', '150624.687000', '150624.690000', '150624.693000', '150624.695000', '150624.698000', '150644.572000', '150644.575000', '150644.578000', '150644.580000', '150644.583000', '150644.585000', '150644.588000', '150644.590000', '150644.593000', '150644.595000', '150644.598000', '150644.601000', '150644.603000', '150644.606000', '150644.609000', '150644.611000', '150644.614000', '150644.616000', '150644.619000', '150644.621000', '150644.624000', '150644.627000', '150644.629000', '150644.632000', '150644.634000', '150644.637000', '150644.639000', '150644.642000', '150644.644000', '150644.647000', '150644.650000', '150644.652000', '150644.655000', '150644.657000', '150644.660000', '150644.662000', '150644.665000', '150644.668000', '150644.670000', '150644.673000', '150644.675000', '150644.678000', '150644.680000', '150644.683000', '150704.573000', '150704.575000', '150704.578000', '150704.580000', '150704.583000', '150704.586000', '150704.588000', '150704.591000', '150704.593000', '150704.596000', '150704.598000', '150704.601000', '150704.604000', '150704.615000', '150704.618000', '150704.621000', '150704.623000', '150704.626000', '150704.628000', '150704.631000', '150704.647000', '150704.649000', '150704.652000', '150704.654000', '150704.657000', '150704.659000', '150704.662000', '150704.665000', '150704.667000', '150704.670000', '150704.672000', '150704.675000', '150704.677000', '150704.680000', '150704.683000', '150704.685000', '150704.688000', '150704.690000', '150704.693000', '150704.695000', '150704.698000', '150704.701000', '150704.703000', '150724.572000', '150724.575000', '150724.578000', '150724.580000', '150724.583000', '150724.585000', '150724.588000', '150724.591000', '150724.593000', '150724.596000', '150724.598000', '150724.601000', '150724.604000', '150724.606000', '150724.609000', '150724.611000', '150724.614000', '150724.617000', '150724.619000', '150724.622000', '150724.624000', '150724.627000', '150724.630000', '150724.632000', '150724.635000', '150724.637000', '150724.640000', '150724.642000', '150724.645000', '150724.648000', '150724.650000', '150724.653000', '150724.655000', '150724.658000', '150724.661000', '150724.663000', '150724.666000', '150724.668000', '150724.671000', '150724.673000', '150724.676000', '150724.678000', '150724.681000', '150724.683000', '150744.573000', '150744.576000', '150744.579000', '150744.581000', '150744.584000', '150744.587000', '150744.589000', '150744.592000', '150744.594000', '150744.597000', '150744.600000', '150744.602000', '150744.605000', '150744.607000', '150744.610000', '150744.612000', '150744.615000', '150744.617000', '150744.620000', '150744.623000', '150744.625000', '150744.628000', '150744.630000', '150744.633000', '150744.635000', '150744.638000', '150744.641000', '150744.643000', '150744.646000', '150744.648000', '150744.651000', '150744.653000', '150744.656000', '150744.659000', '150744.661000', '150744.664000', '150744.666000', '150744.669000', '150744.671000', '150744.674000', '150744.677000', '150744.679000', '150744.682000', '150804.573000', '150804.576000', '150804.579000', '150804.581000', '150804.584000', '150804.587000', '150804.589000', '150804.592000', '150804.594000', '150804.598000', '150804.601000', '150804.603000', '150804.606000', '150804.609000', '150804.611000', '150804.614000', '150804.616000', '150804.619000', '150804.621000', '150804.624000', '150804.627000', '150804.629000', '150804.632000', '150804.634000', '150804.637000', '150804.639000', '150804.642000', '150804.644000', '150804.647000', '150804.650000', '150804.652000', '150804.655000', '150804.658000', '150804.660000', '150804.663000', '150804.665000', '150804.668000', '150804.671000', '150804.673000', '150804.676000', '150804.678000', '150804.681000', '150804.683000', '150824.573000', '150824.575000', '150824.578000', '150824.581000', '150824.583000', '150824.586000', '150824.588000', '150824.591000', '150824.593000', '150824.596000', '150824.599000', '150824.601000', '150824.604000', '150824.606000', '150824.609000', '150824.612000', '150824.614000', '150824.617000', '150824.619000', '150824.622000', '150824.624000', '150824.627000', '150824.630000', '150824.632000', '150824.635000', '150824.637000', '150824.640000', '150824.642000', '150824.645000', '150824.648000', '150824.650000', '150824.653000', '150824.655000', '150824.658000', '150824.661000', '150824.663000', '150824.666000', '150824.668000', '150824.671000', '150824.673000', '150824.676000', '150824.679000', '150824.681000', '150824.684000', '150844.572000', '150844.575000', '150844.578000', '150844.581000', '150844.583000', '150844.586000', '150844.588000', '150844.591000', '150844.594000', '150844.596000', '150844.599000', '150844.602000', '150844.604000', '150844.607000', '150844.609000', '150844.612000', '150844.627000', '150844.630000', '150844.632000', '150844.635000', '150844.638000', '150844.640000', '150844.643000', '150844.645000', '150844.648000', '150844.651000', '150844.653000', '150844.656000', '150844.658000', '150844.661000', '150844.664000', '150844.666000', '150844.669000', '150844.671000', '150844.674000', '150844.676000', '150844.679000', '150844.682000', '150844.684000', '150844.687000', '150844.689000', '150844.692000', '150844.694000', '150904.573000', '150904.575000', '150904.578000', '150904.581000', '150904.583000', '150904.586000', '150904.588000', '150904.591000', '150904.594000', '150904.596000', '150904.599000', '150904.601000', '150904.604000', '150904.607000', '150904.609000', '150904.612000', '150904.615000', '150904.617000', '150904.620000', '150904.622000', '150904.625000', '150904.627000', '150904.630000', '150904.632000', '150904.635000', '150904.638000', '150904.640000', '150904.643000', '150904.645000', '150904.648000', '150904.651000', '150904.653000', '150904.656000', '150904.658000', '150904.661000', '150904.663000', '150904.666000', '150904.669000', '150904.671000', '150904.674000', '150904.676000', '150904.679000', '150904.681000', '150904.684000', '150924.573000', '150924.575000', '150924.578000', '150924.581000', '150924.583000', '150924.586000', '150924.588000', '150924.591000', '150924.593000', '150924.596000', '150924.599000', '150924.601000', '150924.604000', '150924.606000', '150924.609000', '150924.612000', '150924.615000', '150924.618000', '150924.620000', '150924.623000', '150924.625000', '150924.628000', '150924.631000', '150924.633000', '150924.637000', '150924.640000', '150924.642000', '150924.645000', '150924.648000', '150924.650000', '150924.653000', '150924.655000', '150924.658000', '150924.660000', '150924.663000', '150924.665000', '150924.668000', '150924.671000', '150924.673000', '150924.676000', '150924.678000', '150924.681000', '150924.684000', '150944.572000', '150944.575000', '150944.578000', '150944.580000', '150944.583000', '150944.586000', '150944.588000', '150944.591000', '150944.593000', '150944.596000', '150944.599000', '150944.602000', '150944.604000', '150944.607000', '150944.610000', '150944.613000', '150944.615000', '150944.618000', '150944.620000', '150944.623000', '150944.626000', '150944.628000', '150944.631000', '150944.633000', '150944.636000', '150944.639000', '150944.641000', '150944.644000', '150944.648000', '150944.651000', '150944.653000', '150944.656000', '150944.658000', '150944.661000', '150944.664000', '150944.666000', '150944.680000', '150944.682000', '150944.685000', '150944.688000', '150944.690000', '150944.693000', '150944.695000', '150944.698000', '151004.574000', '151004.576000', '151004.579000', '151004.581000', '151004.584000', '151004.587000', '151004.589000', '151004.592000', '151004.594000', '151004.597000', '151004.600000', '151004.602000', '151004.605000', '151004.608000', '151004.610000', '151004.613000', '151004.616000', '151004.618000', '151004.621000', '151004.623000', '151004.626000', '151004.628000', '151004.631000', '151004.633000', '151004.636000', '151004.639000', '151004.641000', '151004.644000', '151004.646000', '151004.649000', '151004.652000', '151004.654000', '151004.657000', '151004.659000', '151004.662000', '151004.664000', '151004.667000', '151004.670000', '151004.672000', '151004.675000', '151004.677000', '151004.680000', '151004.682000', '151024.573000', '151024.576000', '151024.579000', '151024.581000', '151024.584000', '151024.587000', '151024.589000', '151024.592000', '151024.594000', '151024.597000', '151024.600000', '151024.602000', '151024.605000', '151024.607000', '151024.610000', '151024.613000', '151024.615000', '151024.618000', '151024.620000', '151024.623000', '151024.626000', '151024.628000', '151024.631000', '151024.633000', '151024.636000', '151024.639000', '151024.641000', '151024.644000', '151024.647000', '151024.649000', '151024.652000', '151024.654000', '151024.657000', '151024.660000', '151024.662000', '151024.665000', '151024.667000', '151024.670000', '151024.673000', '151024.675000', '151024.678000', '151024.680000', '151024.683000', '151024.686000', '151044.572000', '151044.575000', '151044.578000', '151044.580000', '151044.583000', '151044.586000', '151044.588000', '151044.591000', '151044.593000', '151044.596000', '151044.599000', '151044.601000', '151044.604000', '151044.606000', '151044.609000', '151044.612000', '151044.614000', '151044.617000', '151044.619000', '151044.622000', '151044.625000', '151044.627000', '151044.630000', '151044.632000', '151044.635000', '151044.638000', '151044.640000', '151044.643000', '151044.645000', '151044.648000', '151044.650000', '151044.653000', '151044.656000', '151044.658000', '151044.661000', '151044.663000', '151044.666000', '151044.669000', '151044.671000', '151044.674000', '151044.677000', '151044.680000', '151044.683000', '151104.572000', '151104.575000', '151104.578000', '151104.580000', '151104.583000', '151104.585000', '151104.588000', '151104.591000', '151104.593000', '151104.596000', '151104.598000', '151104.601000', '151104.604000', '151104.606000', '151104.609000', '151104.611000', '151104.614000', '151104.616000', '151104.619000', '151104.622000', '151104.624000', '151104.627000', '151104.629000', '151104.632000', '151104.635000', '151104.637000', '151104.640000', '151104.642000', '151104.645000', '151104.648000', '151104.650000', '151104.653000', '151104.655000', '151104.658000', '151104.660000', '151104.663000', '151104.666000', '151104.668000', '151104.671000', '151104.673000', '151104.676000', '151104.678000', '151104.681000', '151104.684000', '151124.573000', '151124.575000', '151124.578000', '151124.581000', '151124.583000', '151124.586000', '151124.588000', '151124.591000', '151124.593000', '151124.596000', '151124.599000', '151124.602000', '151124.604000', '151124.607000', '151124.609000', '151124.612000', '151124.614000', '151124.617000', '151124.620000', '151124.622000', '151124.625000', '151124.627000', '151124.630000', '151124.633000', '151124.635000', '151124.638000', '151124.640000', '151124.643000', '151124.645000', '151124.648000', '151124.651000', '151124.653000', '151124.656000', '151124.659000', '151124.661000', '151124.664000', '151124.667000', '151124.669000', '151124.672000', '151124.674000', '151124.677000', '151124.680000', '151124.682000', '151144.573000', '151144.576000', '151144.578000', '151144.581000', '151144.583000', '151144.586000', '151144.588000', '151144.591000', '151144.594000', '151144.596000', '151144.599000', '151144.601000', '151144.604000', '151144.607000', '151144.609000', '151144.612000', '151144.614000', '151144.617000', '151144.620000', '151144.622000', '151144.625000', '151144.627000', '151144.630000', '151144.646000', '151144.649000', '151144.651000', '151144.654000', '151144.656000', '151144.659000', '151144.661000', '151144.664000', '151144.667000', '151144.669000', '151144.672000', '151144.674000', '151144.677000', '151144.679000', '151144.682000', '151144.685000', '151144.687000', '151144.690000', '151144.692000', '151144.695000', '151144.697000', '151204.573000', '151204.575000', '151204.578000', '151204.580000', '151204.583000', '151204.586000', '151204.588000', '151204.591000', '151204.594000', '151204.596000', '151204.599000', '151204.601000', '151204.604000', '151204.607000', '151204.609000', '151204.612000', '151204.614000', '151204.617000', '151204.619000', '151204.622000', '151204.625000', '151204.627000', '151204.630000', '151204.632000', '151204.635000', '151204.637000', '151204.640000', '151204.643000', '151204.645000', '151204.648000', '151204.651000', '151204.654000', '151204.657000', '151204.659000', '151204.662000', '151204.665000', '151204.667000', '151204.670000', '151204.673000', '151204.675000', '151204.678000', '151204.680000', '151204.683000', '151224.574000', '151224.576000', '151224.579000', '151224.582000', '151224.584000', '151224.587000', '151224.589000', '151224.592000', '151224.594000', '151224.597000', '151224.600000', '151224.602000', '151224.605000', '151224.607000', '151224.610000', '151224.612000', '151224.615000', '151224.617000', '151224.620000', '151224.622000', '151224.625000', '151224.628000', '151224.630000', '151224.633000', '151224.635000', '151224.638000', '151224.641000', '151224.643000', '151224.646000', '151224.648000', '151224.651000', '151224.653000', '151224.656000', '151224.658000', '151224.661000', '151224.664000', '151224.666000', '151224.669000', '151224.671000', '151224.674000', '151224.676000', '151224.679000', '151224.682000', '151224.684000', '151244.574000', '151244.576000', '151244.579000', '151244.582000', '151244.584000', '151244.587000', '151244.590000', '151244.592000', '151244.595000', '151244.597000', '151244.600000', '151244.603000', '151244.605000', '151244.608000', '151244.611000', '151244.613000', '151244.616000', '151244.618000', '151244.621000', '151244.623000', '151244.626000', '151244.629000', '151244.631000', '151244.634000', '151244.636000', '151244.639000', '151244.641000', '151244.644000', '151244.647000', '151244.649000', '151244.652000', '151244.655000', '151244.657000', '151244.660000', '151244.663000', '151244.665000', '151244.668000', '151244.670000', '151244.673000', '151244.675000', '151244.678000', '151244.681000', '151244.683000', '151249.726000', '151249.729000', '151249.732000', '151249.734000', '151249.737000', '151249.740000', '151249.743000', '151249.745000', '151249.748000', '151249.750000', '151249.753000', '151249.756000'], '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': [12154, 12497, 7765, 14522, 9024, 10683, 12539, 8073, 13941, 8628, 7728, 14922, 9314, 10137, 11163, 8611, 15547, 9589, 10784, 10361, 8242, 14676, 9029, 8700, 13912, 9812, 9498, 13249, 8481, 17053, 11544, 8937, 15859, 10040, 15956, 11507, 9891, 15937, 9878, 11115, 12072, 8593, 15841, 9510, 7996, 13012, 8996, 12690, 10650, 7348, 14706, 9496, 7949, 14435, 9326, 10541, 14463, 10646, 15749, 11790, 8599, 16975, 11931, 9499, 13612, 8882, 15546, 11206, 7322, 16330, 9690, 7976, 15711, 9362, 8576, 14032, 9378, 14192, 11316, 7785, 15755, 9618, 11232, 14333, 8777, 16781, 10372, 9216, 15275, 9925, 12189, 9924, 7706, 15312, 8913, 8621, 12401, 8151, 14596, 9081, 8103, 13355, 9588, 11759, 11068, 7606, 16156, 10474, 9781, 14870, 9454, 16221, 10395, 7815, 14860, 9278, 11642, 13347, 8121, 16186, 9254, 8556, 14457, 9868, 9880, 13325, 9088, 17715, 10898, 7843, 15086, 10042, 9914, 12793, 7790, 15926, 10767, 8609, 13634, 7874, 16407, 10524, 7444, 13205, 7543, 9928, 12390, 9563, 7197, 15815, 9456, 7856, 15468, 12202, 13441, 12893, 7979, 14257, 9180, 11064, 14015, 8437, 15187, 9116, 7974, 14954, 8901, 8838, 12602, 8974, 11552, 11243, 7602, 16504, 10484, 8636, 15997, 10414, 10661, 15265, 10388, 16762, 10567, 8384, 15528, 9394, 8477, 12849, 9371, 10380, 13020, 8445, 16999, 11517, 8126, 16010, 10007, 9334, 15421, 11213, 9597, 11749, 7498, 16464, 11264, 8740, 13559, 7938, 16096, 10655, 8518, 11431, 7661, 16291, 10471, 7319, 13984, 8554, 10020, 14430, 9296, 11867, 12180, 8783, 17576, 11291, 8703, 15581, 10953, 10224, 13573, 8585, 17370, 11547, 8095, 14780, 8922, 11974, 12524, 7697, 15291, 9137, 7684, 16334, 10230, 7979, 14811, 10384, 10279, 14581, 8953, 17705, 10659, 8739, 15356, 9095, 7183, 13808, 9633, 9249, 13590, 7681, 16119, 10098, 7150, 13813, 8235, 9915, 12969, 9251, 7726, 16462, 10059, 8085, 15786, 10743, 8562, 13800, 8977, 13496, 12572, 7788, 15845, 9930, 8194, 16535, 11406, 8538, 15296, 9668, 12440, 12325, 8078, 15512, 9073, 8138, 15394, 9151, 7916, 13387, 9020, 13466, 12089, 7866, 16901, 10632, 10819, 15525, 9751, 11736, 12113, 8647, 16349, 10307, 7829, 15069, 10180, 11716, 13330, 8113, 16322, 9670, 10357, 13895, 8206, 14942, 8704, 9982, 13454, 7885, 15417, 8959, 8619, 15181, 8728, 9302, 11738, 9014, 16223, 10117, 7957, 14515, 10206, 8571, 14163, 9466, 15088, 13219, 8969, 18094, 11141, 8898, 16378, 11873, 8542, 14403, 9179, 15116, 12613, 7620, 15983, 9058, 8977, 15366, 9425, 8753, 13976, 9725, 15816, 12211, 7886, 16601, 9592, 8290, 15770, 9398, 7820, 13939, 9698, 8996, 13374, 8737, 13641, 12139, 8851, 17028, 10441, 8908, 15424, 10813, 10692, 13427, 8722, 16305, 10762, 8979, 16267, 10087, 9123, 13376, 9423, 15339, 9729, 7232, 13777, 9147, 10036, 11911, 7520, 16138, 9965, 7750, 14582, 8559, 8157, 13747, 9530, 8492, 15288, 10378, 10547, 14990, 9251, 9286, 15462, 10619, 9308, 9236, 7289, 16237, 11180, 8116, 13981, 9195, 14224, 13680, 7880, 16058, 9215, 9967, 15592, 9758, 12639, 10249, 9073, 16311, 9948, 8810, 12937, 9527, 12219, 12018, 7832, 15985, 10020, 10379, 15702, 9672, 15587, 10221, 9485, 15246, 11423, 11195, 11313, 7600, 16336, 10745, 8592, 14173, 8573, 16857, 11152, 7730, 13460, 8350, 10901, 12415, 7876, 12287, 9139, 7739, 16302, 10602, 8194, 15201, 10266, 11105, 14555, 9021, 17219, 10712, 10168, 14847, 9210, 13743, 9279, 9152, 15585, 9256, 11268, 9895, 8987, 15960, 8945, 7298, 13408, 10151, 8262, 16331, 10694, 8697, 16194, 10039, 8596, 16667, 12021, 10019, 11346, 7972, 14313, 11137, 7610, 14276, 8642, 8374, 15124, 10468, 11021, 9598, 7114, 15514, 10950, 7958, 13874, 8986, 16274, 11212, 8231, 15718, 9615, 10313, 14061, 9815, 17035, 10359, 8684, 15047, 10022, 16642, 10307, 7856, 14152, 9709, 9437, 10709, 7485, 15682, 11091, 7658, 15820, 9879, 11242, 15357, 9548, 15743, 10203, 8727, 15735, 10805, 9973, 12237, 7696, 16960, 11850, 8557, 14722, 9178, 13906, 12734, 8289, 14807, 10002, 8112, 16602, 11195, 9385, 14857, 8902, 9389, 14723, 10447, 10362, 11319, 7536, 16262, 11108, 7736, 12918, 8317, 16193, 11786, 7797, 15467, 8944, 9028, 17143, 10849, 10327, 14017, 9649, 17914, 12519, 8694, 15098, 9480, 9983, 14346, 8638, 8158, 11685, 8264, 15817, 9842, 7102, 13574, 11489, 11050, 11542, 14724, 9022, 8333, 14884, 10490, 17661, 11194, 7685, 13170, 8582, 11332, 13770, 8378, 15282, 9307, 8851, 15647, 11388, 10766, 11344, 7484, 16728, 11044, 7901, 15118, 9409, 10391, 13940, 8735, 15354, 9430, 7997, 16263, 9840, 7819, 15099, 9922, 11295, 15132, 9726, 16098, 10741, 9662, 16039, 9863, 11020, 10518, 8250, 17336, 10921, 7699, 13381, 8839, 12818, 12694, 7746, 16153, 9633, 8945, 15893, 10335, 10520, 12690, 8689, 17726, 12070, 8636, 14084, 9003, 15465, 11232, 8225, 16112, 9821, 12862, 11312, 9551, 16380, 10152, 8731, 12359, 8787, 15307, 10792, 7764, 15240, 10029, 10660, 15201, 9712, 13361, 11160, 9671, 16829, 10313, 10556, 11032, 8050, 16564, 11155, 9095, 11928, 7887, 16611, 10932, 8727, 14866, 9246, 14468, 10375, 9052, 15822, 9893, 10770, 12205, 9051, 17233, 11764, 10886, 10847, 7674, 16459, 10671, 10911, 13165, 8119, 15997, 9581, 10244, 14526, 9243, 15507, 9612, 8557, 15567, 10330, 16632, 9978, 8783, 14339, 10276, 11238, 9756, 7441, 15179, 10148, 12872, 11926, 7897, 15133, 9386, 11169, 14922, 9232, 16933, 9974, 9535, 15688, 9815, 10688, 11721, 8345, 17334, 11972, 9569, 13683, 8567, 16828, 10548, 9201, 14647, 9052, 16474, 10424, 11479, 14508, 8579, 15854, 9504, 10572, 13865, 8900, 16086, 9231, 7980, 13912, 9771, 11515, 12594, 7531, 15974, 9871, 10353, 15239, 9579, 13156, 10568, 8892, 16416, 11378, 10094, 11609, 7309, 15970, 9944, 11555, 14109, 8873, 15151, 9712, 8935, 15094, 11032, 11850, 11713, 7779, 16471, 10473, 13102, 13607, 8553, 13189, 8823, 7831, 15820, 10626, 7133, 13397, 7687, 10849, 10648, 9305, 8368, 14408, 8543, 8127, 13884, 10273, 14778, 11731, 7795, 14739, 8579], 'WindowCenter': [4259.0, 4241.0, 4187.0, 4235.0, 4193.0, 4203.0, 4222.0, 4171.0, 4219.0, 4183.0, 4173.0, 4242.0, 4203.0, 4201.0, 4213.0, 4193.0, 4243.0, 4203.0, 4213.0, 4213.0, 4182.0, 4244.0, 4193.0, 4193.0, 4234.0, 4214.0, 4205.0, 4235.0, 4194.0, 4256.0, 4225.0, 4194.0, 4243.0, 4203.0, 4232.0, 4212.0, 4191.0, 4232.0, 4189.0, 4198.0, 4209.0, 4179.0, 4232.0, 4188.0, 4167.0, 4220.0, 4191.0, 4220.0, 4200.0, 4161.0, 4230.0, 4190.0, 4182.0, 4233.0, 4193.0, 4202.0, 4233.0, 4214.0, 4232.0, 4210.0, 4181.0, 4230.0, 4210.0, 4177.0, 4207.0, 4178.0, 4228.0, 4197.0, 4158.0, 4230.0, 4190.0, 4169.0, 4231.0, 4190.0, 4179.0, 4220.0, 4190.0, 4219.0, 4200.0, 4159.0, 4231.0, 4191.0, 4199.0, 4220.0, 4169.0, 4229.0, 4189.0, 4178.0, 4219.0, 4189.0, 4197.0, 4187.0, 4157.0, 4229.0, 4180.0, 4180.0, 4221.0, 4171.0, 4231.0, 4191.0, 4169.0, 4222.0, 4203.0, 4213.0, 4212.0, 4170.0, 4243.0, 4212.0, 4202.0, 4231.0, 4191.0, 4241.0, 4202.0, 4170.0, 4232.0, 4191.0, 4211.0, 4222.0, 4181.0, 4231.0, 4191.0, 4181.0, 4234.0, 4203.0, 4201.0, 4232.0, 4191.0, 4241.0, 4200.0, 4169.0, 4231.0, 4190.0, 4190.0, 4209.0, 4157.0, 4229.0, 4200.0, 4178.0, 4218.0, 4169.0, 4230.0, 4200.0, 4158.0, 4220.0, 4171.0, 4201.0, 4224.0, 4202.0, 4173.0, 4243.0, 4203.0, 4181.0, 4243.0, 4223.0, 4221.0, 4209.0, 4168.0, 4218.0, 4178.0, 4198.0, 4218.0, 4166.0, 4216.0, 4165.0, 4157.0, 4217.0, 4178.0, 4178.0, 4219.0, 4192.0, 4211.0, 4211.0, 4170.0, 4242.0, 4212.0, 4192.0, 4243.0, 4201.0, 4200.0, 4231.0, 4190.0, 4230.0, 4187.0, 4168.0, 4229.0, 4188.0, 4167.0, 4219.0, 4190.0, 4199.0, 4220.0, 4180.0, 4242.0, 4211.0, 4170.0, 4230.0, 4189.0, 4188.0, 4229.0, 4200.0, 4188.0, 4208.0, 4158.0, 4228.0, 4199.0, 4167.0, 4206.0, 4156.0, 4227.0, 4199.0, 4165.0, 4196.0, 4168.0, 4230.0, 4199.0, 4157.0, 4218.0, 4180.0, 4200.0, 4231.0, 4190.0, 4209.0, 4209.0, 4181.0, 4241.0, 4210.0, 4177.0, 4229.0, 4199.0, 4187.0, 4217.0, 4177.0, 4227.0, 4200.0, 4167.0, 4218.0, 4179.0, 4207.0, 4209.0, 4168.0, 4228.0, 4189.0, 4168.0, 4243.0, 4201.0, 4181.0, 4232.0, 4202.0, 4201.0, 4231.0, 4180.0, 4240.0, 4200.0, 4180.0, 4230.0, 4179.0, 4159.0, 4230.0, 4202.0, 4202.0, 4232.0, 4169.0, 4231.0, 4200.0, 4159.0, 4232.0, 4181.0, 4200.0, 4231.0, 4192.0, 4171.0, 4242.0, 4200.0, 4181.0, 4231.0, 4200.0, 4167.0, 4217.0, 4179.0, 4217.0, 4208.0, 4158.0, 4227.0, 4186.0, 4167.0, 4229.0, 4210.0, 4167.0, 4218.0, 4187.0, 4207.0, 4208.0, 4167.0, 4228.0, 4177.0, 4168.0, 4230.0, 4189.0, 4168.0, 4219.0, 4189.0, 4220.0, 4221.0, 4180.0, 4240.0, 4201.0, 4199.0, 4230.0, 4189.0, 4197.0, 4196.0, 4167.0, 4227.0, 4187.0, 4154.0, 4218.0, 4187.0, 4208.0, 4217.0, 4167.0, 4226.0, 4187.0, 4187.0, 4218.0, 4167.0, 4215.0, 4178.0, 4186.0, 4217.0, 4167.0, 4226.0, 4178.0, 4177.0, 4229.0, 4179.0, 4189.0, 4221.0, 4191.0, 4242.0, 4200.0, 4169.0, 4230.0, 4212.0, 4191.0, 4232.0, 4201.0, 4230.0, 4222.0, 4191.0, 4240.0, 4199.0, 4178.0, 4229.0, 4209.0, 4166.0, 4215.0, 4176.0, 4216.0, 4207.0, 4155.0, 4225.0, 4175.0, 4177.0, 4229.0, 4188.0, 4177.0, 4218.0, 4188.0, 4227.0, 4209.0, 4167.0, 4226.0, 4187.0, 4166.0, 4228.0, 4188.0, 4157.0, 4218.0, 4188.0, 4179.0, 4219.0, 4180.0, 4219.0, 4222.0, 4191.0, 4241.0, 4200.0, 4179.0, 4230.0, 4199.0, 4199.0, 4219.0, 4179.0, 4228.0, 4198.0, 4177.0, 4230.0, 4189.0, 4177.0, 4218.0, 4178.0, 4228.0, 4187.0, 4157.0, 4230.0, 4201.0, 4199.0, 4209.0, 4169.0, 4229.0, 4201.0, 4171.0, 4232.0, 4192.0, 4180.0, 4219.0, 4190.0, 4181.0, 4243.0, 4213.0, 4200.0, 4231.0, 4190.0, 4179.0, 4230.0, 4200.0, 4177.0, 4175.0, 4156.0, 4228.0, 4210.0, 4167.0, 4217.0, 4176.0, 4217.0, 4218.0, 4157.0, 4227.0, 4177.0, 4187.0, 4228.0, 4189.0, 4208.0, 4199.0, 4179.0, 4241.0, 4189.0, 4176.0, 4208.0, 4200.0, 4221.0, 4221.0, 4170.0, 4239.0, 4201.0, 4199.0, 4242.0, 4190.0, 4229.0, 4189.0, 4177.0, 4229.0, 4208.0, 4196.0, 4197.0, 4157.0, 4228.0, 4198.0, 4165.0, 4218.0, 4177.0, 4227.0, 4197.0, 4155.0, 4218.0, 4178.0, 4198.0, 4220.0, 4170.0, 4219.0, 4190.0, 4171.0, 4243.0, 4212.0, 4181.0, 4242.0, 4202.0, 4211.0, 4230.0, 4179.0, 4229.0, 4199.0, 4188.0, 4229.0, 4178.0, 4217.0, 4178.0, 4177.0, 4229.0, 4188.0, 4208.0, 4188.0, 4178.0, 4231.0, 4178.0, 4157.0, 4217.0, 4199.0, 4179.0, 4241.0, 4201.0, 4180.0, 4241.0, 4189.0, 4178.0, 4230.0, 4209.0, 4185.0, 4195.0, 4156.0, 4216.0, 4196.0, 4156.0, 4217.0, 4177.0, 4168.0, 4231.0, 4201.0, 4199.0, 4189.0, 4158.0, 4230.0, 4212.0, 4181.0, 4231.0, 4193.0, 4242.0, 4212.0, 4181.0, 4230.0, 4190.0, 4200.0, 4221.0, 4190.0, 4241.0, 4200.0, 4178.0, 4228.0, 4187.0, 4229.0, 4187.0, 4168.0, 4218.0, 4188.0, 4187.0, 4199.0, 4171.0, 4239.0, 4211.0, 4172.0, 4242.0, 4202.0, 4211.0, 4233.0, 4191.0, 4230.0, 4199.0, 4179.0, 4229.0, 4200.0, 4189.0, 4209.0, 4159.0, 4240.0, 4211.0, 4179.0, 4229.0, 4179.0, 4219.0, 4221.0, 4180.0, 4230.0, 4199.0, 4170.0, 4240.0, 4211.0, 4190.0, 4230.0, 4189.0, 4188.0, 4229.0, 4200.0, 4198.0, 4208.0, 4169.0, 4241.0, 4210.0, 4169.0, 4221.0, 4181.0, 4241.0, 4222.0, 4171.0, 4231.0, 4190.0, 4190.0, 4254.0, 4213.0, 4200.0, 4231.0, 4190.0, 4241.0, 4220.0, 4178.0, 4228.0, 4200.0, 4200.0, 4218.0, 4179.0, 4169.0, 4209.0, 4180.0, 4241.0, 4200.0, 4159.0, 4230.0, 4223.0, 4224.0, 4224.0, 4244.0, 4191.0, 4181.0, 4232.0, 4201.0, 4241.0, 4199.0, 4158.0, 4208.0, 4180.0, 4199.0, 4219.0, 4167.0, 4217.0, 4176.0, 4165.0, 4216.0, 4196.0, 4195.0, 4196.0, 4155.0, 4228.0, 4197.0, 4168.0, 4229.0, 4190.0, 4199.0, 4231.0, 4180.0, 4230.0, 4191.0, 4181.0, 4243.0, 4202.0, 4170.0, 4241.0, 4203.0, 4213.0, 4232.0, 4202.0, 4230.0, 4199.0, 4189.0, 4242.0, 4190.0, 4198.0, 4199.0, 4179.0, 4240.0, 4210.0, 4168.0, 4231.0, 4191.0, 4220.0, 4222.0, 4171.0, 4240.0, 4190.0, 4178.0, 4241.0, 4201.0, 4200.0, 4220.0, 4178.0, 4239.0, 4210.0, 4178.0, 4217.0, 4178.0, 4228.0, 4208.0, 4178.0, 4228.0, 4200.0, 4217.0, 4210.0, 4189.0, 4241.0, 4199.0, 4177.0, 4218.0, 4178.0, 4230.0, 4211.0, 4169.0, 4241.0, 4201.0, 4201.0, 4242.0, 4200.0, 4218.0, 4210.0, 4189.0, 4240.0, 4200.0, 4198.0, 4199.0, 4167.0, 4239.0, 4211.0, 4179.0, 4210.0, 4169.0, 4241.0, 4211.0, 4181.0, 4231.0, 4191.0, 4229.0, 4201.0, 4190.0, 4242.0, 4202.0, 4211.0, 4220.0, 4190.0, 4242.0, 4223.0, 4199.0, 4199.0, 4169.0, 4240.0, 4200.0, 4200.0, 4220.0, 4170.0, 4230.0, 4190.0, 4200.0, 4232.0, 4191.0, 4230.0, 4200.0, 4181.0, 4241.0, 4203.0, 4242.0, 4199.0, 4177.0, 4231.0, 4200.0, 4210.0, 4202.0, 4171.0, 4242.0, 4212.0, 4233.0, 4224.0, 4183.0, 4243.0, 4203.0, 4213.0, 4243.0, 4204.0, 4243.0, 4203.0, 4201.0, 4244.0, 4203.0, 4212.0, 4223.0, 4183.0, 4254.0, 4224.0, 4191.0, 4232.0, 4181.0, 4241.0, 4201.0, 4191.0, 4232.0, 4192.0, 4240.0, 4213.0, 4211.0, 4233.0, 4180.0, 4230.0, 4189.0, 4199.0, 4219.0, 4180.0, 4229.0, 4190.0, 4170.0, 4232.0, 4202.0, 4212.0, 4223.0, 4182.0, 4242.0, 4203.0, 4202.0, 4244.0, 4203.0, 4222.0, 4201.0, 4191.0, 4243.0, 4213.0, 4202.0, 4212.0, 4171.0, 4242.0, 4203.0, 4212.0, 4232.0, 4191.0, 4233.0, 4203.0, 4191.0, 4242.0, 4214.0, 4222.0, 4212.0, 4172.0, 4242.0, 4202.0, 4220.0, 4233.0, 4180.0, 4221.0, 4191.0, 4171.0, 4242.0, 4213.0, 4163.0, 4237.0, 4184.0, 4214.0, 4214.0, 4205.0, 4195.0, 4247.0, 4197.0, 4186.0, 4246.0, 4216.0, 4235.0, 4224.0, 4172.0, 4233.0, 4195.0], 'WindowWidth': [9436.0, 9397.0, 9316.0, 9373.0, 9316.0, 9324.0, 9350.0, 9281.0, 9342.0, 9298.0, 9285.0, 9379.0, 9326.0, 9321.0, 9341.0, 9315.0, 9379.0, 9327.0, 9338.0, 9340.0, 9299.0, 9383.0, 9312.0, 9314.0, 9370.0, 9344.0, 9331.0, 9370.0, 9318.0, 9402.0, 9358.0, 9314.0, 9379.0, 9324.0, 9363.0, 9336.0, 9305.0, 9363.0, 9299.0, 9310.0, 9327.0, 9285.0, 9360.0, 9296.0, 9269.0, 9343.0, 9308.0, 9343.0, 9319.0, 9266.0, 9356.0, 9306.0, 9298.0, 9366.0, 9312.0, 9324.0, 9367.0, 9341.0, 9364.0, 9332.0, 9291.0, 9360.0, 9330.0, 9280.0, 9319.0, 9283.0, 9350.0, 9309.0, 9258.0, 9353.0, 9302.0, 9275.0, 9360.0, 9303.0, 9288.0, 9344.0, 9304.0, 9342.0, 9316.0, 9258.0, 9357.0, 9304.0, 9313.0, 9343.0, 9272.0, 9351.0, 9298.0, 9282.0, 9340.0, 9299.0, 9306.0, 9295.0, 9256.0, 9353.0, 9291.0, 9290.0, 9346.0, 9282.0, 9360.0, 9307.0, 9277.0, 9349.0, 9324.0, 9336.0, 9336.0, 9278.0, 9380.0, 9338.0, 9322.0, 9361.0, 9307.0, 9375.0, 9323.0, 9277.0, 9362.0, 9309.0, 9334.0, 9350.0, 9294.0, 9360.0, 9307.0, 9295.0, 9367.0, 9325.0, 9318.0, 9363.0, 9307.0, 9377.0, 9318.0, 9274.0, 9360.0, 9303.0, 9302.0, 9327.0, 9256.0, 9354.0, 9317.0, 9285.0, 9338.0, 9276.0, 9356.0, 9317.0, 9257.0, 9340.0, 9281.0, 9321.0, 9356.0, 9325.0, 9287.0, 9380.0, 9326.0, 9295.0, 9381.0, 9353.0, 9348.0, 9327.0, 9270.0, 9335.0, 9284.0, 9307.0, 9336.0, 9264.0, 9329.0, 9264.0, 9253.0, 9337.0, 9286.0, 9283.0, 9341.0, 9309.0, 9335.0, 9334.0, 9279.0, 9377.0, 9338.0, 9311.0, 9379.0, 9320.0, 9318.0, 9361.0, 9302.0, 9356.0, 9296.0, 9270.0, 9354.0, 9298.0, 9270.0, 9340.0, 9304.0, 9314.0, 9344.0, 9292.0, 9376.0, 9335.0, 9279.0, 9357.0, 9302.0, 9299.0, 9357.0, 9316.0, 9297.0, 9323.0, 9259.0, 9352.0, 9315.0, 9268.0, 9319.0, 9253.0, 9348.0, 9313.0, 9263.0, 9307.0, 9273.0, 9358.0, 9315.0, 9258.0, 9338.0, 9292.0, 9318.0, 9361.0, 9305.0, 9328.0, 9328.0, 9292.0, 9376.0, 9331.0, 9283.0, 9355.0, 9314.0, 9296.0, 9335.0, 9282.0, 9349.0, 9316.0, 9269.0, 9337.0, 9288.0, 9321.0, 9327.0, 9273.0, 9352.0, 9300.0, 9275.0, 9380.0, 9322.0, 9294.0, 9363.0, 9323.0, 9321.0, 9359.0, 9291.0, 9370.0, 9318.0, 9292.0, 9357.0, 9288.0, 9263.0, 9361.0, 9325.0, 9325.0, 9365.0, 9279.0, 9361.0, 9319.0, 9263.0, 9365.0, 9294.0, 9317.0, 9362.0, 9311.0, 9282.0, 9378.0, 9319.0, 9296.0, 9362.0, 9317.0, 9268.0, 9336.0, 9288.0, 9336.0, 9326.0, 9259.0, 9349.0, 9294.0, 9269.0, 9356.0, 9330.0, 9269.0, 9336.0, 9296.0, 9322.0, 9325.0, 9270.0, 9351.0, 9284.0, 9270.0, 9357.0, 9301.0, 9273.0, 9340.0, 9303.0, 9346.0, 9347.0, 9293.0, 9372.0, 9319.0, 9315.0, 9359.0, 9298.0, 9306.0, 9306.0, 9267.0, 9349.0, 9294.0, 9248.0, 9336.0, 9297.0, 9322.0, 9334.0, 9268.0, 9346.0, 9296.0, 9294.0, 9336.0, 9267.0, 9329.0, 9285.0, 9291.0, 9337.0, 9269.0, 9348.0, 9287.0, 9284.0, 9356.0, 9290.0, 9302.0, 9348.0, 9309.0, 9378.0, 9319.0, 9276.0, 9359.0, 9339.0, 9309.0, 9363.0, 9323.0, 9359.0, 9351.0, 9308.0, 9373.0, 9314.0, 9283.0, 9356.0, 9328.0, 9265.0, 9330.0, 9279.0, 9332.0, 9321.0, 9250.0, 9343.0, 9277.0, 9281.0, 9354.0, 9299.0, 9284.0, 9337.0, 9300.0, 9351.0, 9327.0, 9269.0, 9345.0, 9296.0, 9266.0, 9354.0, 9299.0, 9257.0, 9339.0, 9300.0, 9288.0, 9343.0, 9292.0, 9342.0, 9349.0, 9308.0, 9376.0, 9316.0, 9286.0, 9357.0, 9315.0, 9316.0, 9341.0, 9287.0, 9351.0, 9312.0, 9283.0, 9359.0, 9299.0, 9281.0, 9338.0, 9285.0, 9351.0, 9295.0, 9257.0, 9360.0, 9323.0, 9317.0, 9329.0, 9276.0, 9355.0, 9323.0, 9282.0, 9365.0, 9312.0, 9293.0, 9343.0, 9305.0, 9294.0, 9380.0, 9342.0, 9321.0, 9364.0, 9303.0, 9286.0, 9357.0, 9318.0, 9281.0, 9278.0, 9254.0, 9352.0, 9330.0, 9269.0, 9334.0, 9280.0, 9333.0, 9338.0, 9255.0, 9348.0, 9283.0, 9295.0, 9355.0, 9301.0, 9323.0, 9316.0, 9287.0, 9374.0, 9300.0, 9281.0, 9325.0, 9320.0, 9349.0, 9347.0, 9281.0, 9369.0, 9322.0, 9316.0, 9377.0, 9305.0, 9356.0, 9299.0, 9282.0, 9354.0, 9325.0, 9305.0, 9308.0, 9254.0, 9350.0, 9311.0, 9265.0, 9336.0, 9282.0, 9350.0, 9309.0, 9252.0, 9337.0, 9286.0, 9311.0, 9344.0, 9278.0, 9342.0, 9305.0, 9284.0, 9382.0, 9339.0, 9296.0, 9377.0, 9323.0, 9333.0, 9358.0, 9287.0, 9354.0, 9313.0, 9296.0, 9355.0, 9285.0, 9334.0, 9284.0, 9283.0, 9354.0, 9298.0, 9327.0, 9299.0, 9284.0, 9360.0, 9285.0, 9254.0, 9337.0, 9316.0, 9288.0, 9376.0, 9321.0, 9292.0, 9374.0, 9300.0, 9284.0, 9359.0, 9327.0, 9290.0, 9302.0, 9253.0, 9331.0, 9305.0, 9253.0, 9335.0, 9284.0, 9274.0, 9361.0, 9320.0, 9316.0, 9302.0, 9262.0, 9359.0, 9338.0, 9293.0, 9361.0, 9313.0, 9378.0, 9338.0, 9295.0, 9359.0, 9305.0, 9317.0, 9347.0, 9304.0, 9374.0, 9316.0, 9284.0, 9352.0, 9297.0, 9357.0, 9295.0, 9271.0, 9338.0, 9299.0, 9296.0, 9315.0, 9282.0, 9371.0, 9337.0, 9285.0, 9378.0, 9324.0, 9334.0, 9366.0, 9307.0, 9358.0, 9314.0, 9287.0, 9357.0, 9317.0, 9300.0, 9327.0, 9261.0, 9372.0, 9332.0, 9287.0, 9355.0, 9287.0, 9341.0, 9346.0, 9291.0, 9357.0, 9316.0, 9278.0, 9374.0, 9336.0, 9305.0, 9357.0, 9303.0, 9299.0, 9355.0, 9319.0, 9313.0, 9327.0, 9277.0, 9375.0, 9332.0, 9276.0, 9348.0, 9295.0, 9375.0, 9353.0, 9282.0, 9361.0, 9307.0, 9306.0, 9398.0, 9341.0, 9318.0, 9359.0, 9306.0, 9378.0, 9345.0, 9286.0, 9353.0, 9321.0, 9320.0, 9339.0, 9288.0, 9275.0, 9329.0, 9293.0, 9377.0, 9319.0, 9263.0, 9359.0, 9356.0, 9360.0, 9358.0, 9386.0, 9312.0, 9294.0, 9364.0, 9320.0, 9376.0, 9314.0, 9257.0, 9323.0, 9292.0, 9313.0, 9341.0, 9269.0, 9335.0, 9277.0, 9262.0, 9332.0, 9306.0, 9303.0, 9306.0, 9252.0, 9352.0, 9312.0, 9271.0, 9353.0, 9305.0, 9316.0, 9362.0, 9292.0, 9358.0, 9307.0, 9296.0, 9383.0, 9326.0, 9281.0, 9377.0, 9328.0, 9340.0, 9366.0, 9323.0, 9360.0, 9317.0, 9302.0, 9377.0, 9304.0, 9313.0, 9315.0, 9291.0, 9373.0, 9332.0, 9276.0, 9363.0, 9308.0, 9345.0, 9353.0, 9281.0, 9373.0, 9305.0, 9288.0, 9377.0, 9323.0, 9318.0, 9343.0, 9286.0, 9371.0, 9331.0, 9285.0, 9338.0, 9287.0, 9351.0, 9326.0, 9287.0, 9355.0, 9318.0, 9338.0, 9330.0, 9301.0, 9374.0, 9315.0, 9283.0, 9338.0, 9288.0, 9359.0, 9334.0, 9279.0, 9375.0, 9323.0, 9322.0, 9377.0, 9318.0, 9340.0, 9331.0, 9301.0, 9373.0, 9317.0, 9313.0, 9315.0, 9270.0, 9370.0, 9335.0, 9289.0, 9330.0, 9278.0, 9376.0, 9335.0, 9294.0, 9362.0, 9309.0, 9356.0, 9321.0, 9305.0, 9377.0, 9323.0, 9333.0, 9345.0, 9305.0, 9378.0, 9352.0, 9316.0, 9315.0, 9275.0, 9370.0, 9317.0, 9317.0, 9344.0, 9278.0, 9357.0, 9306.0, 9318.0, 9364.0, 9309.0, 9359.0, 9319.0, 9295.0, 9376.0, 9325.0, 9376.0, 9316.0, 9284.0, 9361.0, 9321.0, 9331.0, 9324.0, 9283.0, 9378.0, 9340.0, 9368.0, 9357.0, 9302.0, 9382.0, 9329.0, 9342.0, 9382.0, 9329.0, 9381.0, 9326.0, 9321.0, 9384.0, 9328.0, 9338.0, 9352.0, 9299.0, 9396.0, 9355.0, 9307.0, 9363.0, 9295.0, 9376.0, 9322.0, 9308.0, 9363.0, 9310.0, 9373.0, 9339.0, 9332.0, 9365.0, 9292.0, 9358.0, 9303.0, 9312.0, 9341.0, 9291.0, 9354.0, 9304.0, 9278.0, 9362.0, 9324.0, 9337.0, 9352.0, 9299.0, 9379.0, 9329.0, 9325.0, 9382.0, 9327.0, 9349.0, 9320.0, 9307.0, 9380.0, 9339.0, 9322.0, 9335.0, 9282.0, 9376.0, 9326.0, 9336.0, 9364.0, 9310.0, 9365.0, 9326.0, 9310.0, 9378.0, 9342.0, 9350.0, 9337.0, 9283.0, 9376.0, 9323.0, 9345.0, 9367.0, 9292.0, 9347.0, 9309.0, 9282.0, 9378.0, 9341.0, 9275.0, 9377.0, 9303.0, 9341.0, 9344.0, 9332.0, 9321.0, 9391.0, 9325.0, 9309.0, 9390.0, 9348.0, 9372.0, 9358.0, 9284.0, 9366.0, 9319.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.00025997701149425286</td></tr>
<tr><td colspan=3>aqi</td><td>0.01928872172413793</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.35165121254312</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2641166516340636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000860147134637</td></tr>
<tr><td colspan=3>efc</td><td>0.4789</td></tr>
<tr><td colspan=3>fber</td><td>5771.1846</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09029681778975994</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4660912075582364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30717803590168</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7369474802006324</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3541481065723966</td></tr>
<tr><td colspan=3>gcor</td><td>0.00771382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01101544126868248</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028574345633387566</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8933372697650865</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>19.472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8987</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3126</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298867.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>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.8038</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.3463</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3388.3071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.3938</td></tr>
<tr><td colspan=3>tsnr</td><td>43.73095041629858</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>