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

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0041_ses-01_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-0041_ses-01_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-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_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-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_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-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-01_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_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-0041/ses-01/func/sub-0041_ses-01_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>a22f38463dcc97faa70fafa3b36a87f0</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:15:46.947500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</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.0966581</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a66f39e3-3064-429f-aa54-7f9c9497294c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['151546.947500', '151547.407500', '151547.867500', '151548.327500', '151548.787500', '151549.247500', '151549.707500', '151550.167500', '151550.627500', '151551.087500', '151551.547500', '151552.007500', '151552.467500', '151552.927500', '151553.387500', '151553.847500', '151554.307500', '151554.767500', '151555.227500', '151555.687500', '151556.147500', '151556.607500', '151557.067500', '151557.527500', '151557.987500', '151558.447500', '151558.907500', '151559.367500', '151559.827500', '151600.287500', '151600.747500', '151601.207500', '151601.667500', '151602.127500', '151602.587500', '151603.047500', '151603.507500', '151603.967500', '151604.427500', '151604.887500', '151605.347500', '151605.807500', '151606.267500', '151606.727500', '151607.187500', '151607.647500', '151608.107500', '151608.567500', '151609.027500', '151609.487500', '151609.947500', '151610.407500', '151610.867500', '151611.327500', '151611.787500', '151612.247500', '151612.707500', '151613.167500', '151613.627500', '151614.087500', '151614.547500', '151615.007500', '151615.467500', '151615.927500', '151616.387500', '151616.847500', '151617.307500', '151617.767500', '151618.227500', '151618.687500', '151619.147500', '151619.607500', '151620.067500', '151620.527500', '151620.987500', '151621.447500', '151621.907500', '151622.367500', '151622.827500', '151623.287500', '151623.747500', '151624.207500', '151624.667500', '151625.127500', '151625.587500', '151626.047500', '151626.507500', '151626.967500', '151627.427500', '151627.887500', '151628.347500', '151628.807500', '151629.267500', '151629.727500', '151630.187500', '151630.647500', '151631.107500', '151631.567500', '151632.027500', '151632.487500', '151632.947500', '151633.407500', '151633.867500', '151634.327500', '151634.787500', '151635.247500', '151635.707500', '151636.167500', '151636.627500', '151637.087500', '151637.547500', '151638.007500', '151638.467500', '151638.927500', '151639.387500', '151639.847500', '151640.307500', '151640.767500', '151641.227500', '151641.687500', '151642.147500', '151642.607500', '151643.067500', '151643.527500', '151643.987500', '151644.447500', '151644.907500', '151645.367500', '151645.827500', '151646.287500', '151646.747500', '151647.207500', '151647.667500', '151648.127500', '151648.587500', '151649.047500', '151649.507500', '151649.967500', '151650.427500', '151650.887500', '151651.347500', '151651.807500', '151652.267500', '151652.727500', '151653.187500', '151653.647500', '151654.107500', '151654.567500', '151655.027500', '151655.487500', '151655.947500', '151656.407500', '151656.867500', '151657.327500', '151657.787500', '151658.247500', '151658.707500', '151659.167500', '151659.627500', '151700.087500', '151700.547500', '151701.007500', '151701.467500', '151701.927500', '151702.387500', '151702.847500', '151703.307500', '151703.767500', '151704.227500', '151704.687500', '151705.147500', '151705.607500', '151706.067500', '151706.527500', '151706.987500', '151707.447500', '151707.907500', '151708.367500', '151708.827500', '151709.287500', '151709.747500', '151710.207500', '151710.667500', '151711.127500', '151711.587500', '151712.047500', '151712.507500', '151712.967500', '151713.427500', '151713.887500', '151714.347500', '151714.807500', '151715.267500', '151715.727500', '151716.187500', '151716.647500', '151717.107500', '151717.567500', '151718.027500', '151718.487500', '151718.947500', '151719.407500', '151719.867500', '151720.327500', '151720.787500', '151721.247500', '151721.707500', '151722.167500', '151722.627500', '151723.087500', '151723.547500', '151724.007500', '151724.467500', '151724.927500', '151725.387500', '151725.847500', '151726.307500', '151726.767500', '151727.227500', '151727.687500', '151728.147500', '151728.607500', '151729.067500', '151729.527500', '151729.987500', '151730.447500', '151730.907500', '151731.367500', '151731.827500', '151732.287500', '151732.747500', '151733.207500', '151733.667500', '151734.127500', '151734.587500', '151735.047500', '151735.507500', '151735.967500', '151736.427500', '151736.887500', '151737.347500', '151737.807500', '151738.267500', '151738.727500', '151739.187500', '151739.647500', '151740.107500', '151740.567500', '151741.027500', '151741.487500', '151741.947500', '151742.407500', '151742.867500', '151743.327500', '151743.787500', '151744.247500', '151744.707500', '151745.167500', '151745.627500', '151746.087500', '151746.547500', '151747.007500', '151747.467500', '151747.927500', '151748.387500', '151748.847500', '151749.307500', '151749.767500', '151750.227500', '151750.687500', '151751.147500', '151751.607500', '151752.067500', '151752.527500', '151752.987500', '151753.447500', '151753.907500', '151754.367500', '151754.827500', '151755.287500', '151755.747500', '151756.207500', '151756.667500', '151757.127500', '151757.587500', '151758.047500', '151758.507500', '151758.967500', '151759.427500', '151759.887500', '151800.347500', '151800.807500', '151801.267500', '151801.727500', '151802.187500', '151802.647500', '151803.107500', '151803.567500', '151804.027500', '151804.487500', '151804.947500', '151805.407500', '151805.867500', '151806.327500', '151806.787500', '151807.247500', '151807.707500', '151808.167500', '151808.627500', '151809.087500', '151809.547500', '151810.007500', '151810.467500', '151810.927500', '151811.387500', '151811.847500', '151812.307500', '151812.767500', '151813.227500', '151813.687500', '151814.147500', '151814.607500', '151815.067500', '151815.527500', '151815.987500', '151816.447500', '151816.907500', '151817.367500', '151817.827500', '151818.287500', '151818.747500', '151819.207500', '151819.667500', '151820.127500', '151820.587500', '151821.047500', '151821.507500', '151821.967500', '151822.427500', '151822.887500', '151823.347500', '151823.807500', '151824.267500', '151824.727500', '151825.187500', '151825.647500', '151826.107500', '151826.567500', '151827.027500', '151827.487500', '151827.947500', '151828.407500', '151828.867500', '151829.327500', '151829.787500', '151830.247500', '151830.707500', '151831.167500', '151831.627500', '151832.087500', '151832.547500', '151833.007500', '151833.467500', '151833.927500', '151834.387500', '151834.847500', '151835.307500', '151835.767500', '151836.227500', '151836.687500', '151837.147500', '151837.607500', '151838.067500', '151838.527500', '151838.987500', '151839.447500', '151839.907500', '151840.367500', '151840.827500', '151841.287500', '151841.747500', '151842.207500', '151842.667500', '151843.127500', '151843.587500', '151844.047500', '151844.507500', '151844.967500', '151845.427500', '151845.887500', '151846.347500', '151846.807500', '151847.267500', '151847.727500', '151848.187500', '151848.647500', '151849.107500', '151849.567500', '151850.027500', '151850.487500', '151850.947500', '151851.407500', '151851.867500', '151852.327500', '151852.787500', '151853.247500', '151853.707500', '151854.167500', '151854.627500', '151855.087500', '151855.547500', '151856.007500', '151856.467500', '151856.927500', '151857.387500', '151857.847500', '151858.307500', '151858.767500', '151859.227500', '151859.687500', '151900.147500', '151900.607500', '151901.067500', '151901.527500', '151901.987500', '151902.447500', '151902.907500', '151903.367500', '151903.827500', '151904.287500', '151904.747500', '151905.207500', '151905.667500', '151906.127500', '151906.587500', '151907.047500', '151907.507500', '151907.967500', '151908.427500', '151908.887500', '151909.347500', '151909.807500', '151910.267500', '151910.727500', '151911.187500', '151911.647500', '151912.107500', '151912.567500', '151913.027500', '151913.487500', '151913.947500', '151914.407500', '151914.867500', '151915.327500', '151915.787500', '151916.247500', '151916.707500', '151917.167500', '151917.627500', '151918.087500', '151918.547500', '151919.007500', '151919.467500', '151919.927500', '151920.387500', '151920.847500', '151921.307500', '151921.767500', '151922.227500', '151922.687500', '151923.147500', '151923.607500', '151924.067500', '151924.527500', '151924.987500', '151925.447500', '151925.907500', '151926.367500', '151926.827500', '151927.287500', '151927.747500', '151928.207500', '151928.667500', '151929.127500', '151929.587500', '151930.047500', '151930.507500', '151930.967500', '151931.427500', '151931.887500', '151932.347500', '151932.807500', '151933.267500', '151933.727500', '151934.187500', '151934.647500', '151935.107500', '151935.567500', '151936.027500', '151936.487500', '151936.947500', '151937.407500', '151937.867500', '151938.327500', '151938.787500', '151939.247500', '151939.707500', '151940.167500', '151940.627500', '151941.087500', '151941.547500', '151942.007500', '151942.467500', '151942.927500', '151943.387500', '151943.847500', '151944.307500', '151944.767500', '151945.227500', '151945.687500', '151946.147500', '151946.607500', '151947.067500', '151947.527500', '151947.987500', '151948.447500', '151948.907500', '151949.367500', '151949.827500', '151950.287500', '151950.747500', '151951.207500', '151951.667500', '151952.127500', '151952.587500', '151953.047500', '151953.507500', '151953.967500', '151954.427500', '151954.887500', '151955.347500', '151955.807500', '151956.267500', '151956.727500', '151957.187500', '151957.647500', '151958.107500', '151958.567500', '151959.027500', '151959.487500', '151959.947500', '152000.407500', '152000.867500', '152001.327500', '152001.787500', '152002.247500', '152002.707500', '152003.167500', '152003.627500', '152004.087500', '152004.547500', '152005.007500', '152005.467500', '152005.927500', '152006.387500', '152006.847500', '152007.307500', '152007.767500', '152008.227500', '152008.687500', '152009.147500', '152009.607500', '152010.067500', '152010.527500', '152010.987500', '152011.447500', '152011.907500', '152012.367500', '152012.827500', '152013.287500', '152013.747500', '152014.207500', '152014.667500', '152015.127500', '152015.587500', '152016.047500', '152016.507500', '152016.967500', '152017.427500', '152017.887500', '152018.347500', '152018.807500', '152019.267500', '152019.727500', '152020.187500', '152020.647500', '152021.107500', '152021.567500', '152022.027500', '152022.487500', '152022.947500', '152023.407500', '152023.867500', '152024.327500', '152024.787500', '152025.247500', '152025.707500', '152026.167500', '152026.627500', '152027.087500', '152027.547500', '152028.007500', '152028.467500', '152028.927500', '152029.387500', '152029.847500', '152030.307500', '152030.767500', '152031.227500', '152031.687500', '152032.147500', '152032.607500', '152033.067500', '152033.527500', '152033.987500', '152034.447500', '152034.907500', '152035.367500', '152035.827500', '152036.287500', '152036.747500', '152037.207500', '152037.667500', '152038.127500', '152038.587500', '152039.047500', '152039.507500', '152039.967500', '152040.427500', '152040.887500', '152041.347500', '152041.807500', '152042.267500', '152042.727500', '152043.187500', '152043.647500', '152044.107500', '152044.567500', '152045.027500', '152045.487500', '152045.947500', '152046.407500', '152046.867500', '152047.327500', '152047.787500', '152048.247500', '152048.707500', '152049.167500', '152049.627500', '152050.087500', '152050.547500', '152051.007500', '152051.467500', '152051.927500', '152052.387500', '152052.847500', '152053.307500', '152053.767500', '152054.227500', '152054.687500', '152055.147500', '152055.607500', '152056.067500', '152056.527500', '152056.987500', '152057.447500', '152057.907500', '152058.367500', '152058.827500', '152059.287500', '152059.747500', '152100.207500', '152100.667500', '152101.127500', '152101.587500', '152102.047500', '152102.507500', '152102.967500', '152103.427500', '152103.887500', '152104.347500', '152104.807500', '152105.267500', '152105.727500', '152106.187500', '152106.647500', '152107.107500', '152107.567500', '152108.027500', '152108.487500', '152108.947500', '152109.407500', '152109.867500', '152110.327500', '152110.787500', '152111.247500', '152111.707500', '152112.167500', '152112.627500', '152113.087500', '152113.547500', '152114.007500', '152114.467500', '152114.927500', '152115.387500', '152115.847500', '152116.307500', '152116.767500', '152117.227500', '152117.687500', '152118.147500', '152118.607500', '152119.067500', '152119.527500', '152119.987500', '152120.447500', '152120.907500', '152121.367500', '152121.827500', '152122.287500', '152122.747500', '152123.207500', '152123.667500', '152124.127500', '152124.587500', '152125.047500', '152125.507500', '152125.967500', '152126.427500', '152126.887500', '152127.347500', '152127.807500', '152128.267500', '152128.727500', '152129.187500', '152129.647500', '152130.107500', '152130.567500', '152131.027500', '152131.487500', '152131.947500', '152132.407500', '152132.867500', '152133.327500', '152133.787500', '152134.247500', '152134.707500', '152135.167500', '152135.627500', '152136.087500', '152136.547500', '152137.007500', '152137.467500', '152137.927500', '152138.387500', '152138.847500', '152139.307500', '152139.767500', '152140.227500', '152140.687500', '152141.147500', '152141.607500', '152142.067500', '152142.527500', '152142.987500', '152143.447500', '152143.907500', '152144.367500', '152144.827500', '152145.287500', '152145.747500', '152146.207500', '152146.667500', '152147.127500', '152147.587500', '152148.047500', '152148.507500', '152148.967500', '152149.427500', '152149.887500', '152150.347500', '152150.807500', '152151.267500', '152151.727500', '152152.187500', '152152.647500', '152153.107500', '152153.567500', '152154.027500', '152154.487500', '152154.947500', '152155.407500', '152155.867500', '152156.327500', '152156.787500', '152157.247500', '152157.707500', '152158.167500', '152158.627500', '152159.087500', '152159.547500', '152200.007500', '152200.467500', '152200.927500', '152201.387500', '152201.847500', '152202.307500', '152202.767500', '152203.227500', '152203.687500', '152204.147500', '152204.607500', '152205.067500', '152205.527500', '152205.987500', '152206.447500', '152206.907500', '152207.367500', '152207.827500', '152208.287500', '152208.747500', '152209.207500', '152209.667500', '152210.127500', '152210.587500', '152211.047500', '152211.507500', '152211.967500', '152212.427500', '152212.887500', '152213.347500', '152213.807500', '152214.267500', '152214.727500', '152215.187500', '152215.647500', '152216.107500', '152216.567500', '152217.027500', '152217.487500', '152217.947500', '152218.407500', '152218.867500', '152219.327500', '152219.787500', '152220.247500', '152220.707500', '152221.167500', '152221.627500', '152222.087500', '152222.547500', '152223.007500', '152223.467500', '152223.927500', '152224.387500', '152224.847500', '152225.307500', '152225.767500', '152226.227500', '152226.687500', '152227.147500', '152227.607500'], 'ContentTime': ['151615.223000', '151615.226000', '151615.229000', '151615.232000', '151615.235000', '151615.238000', '151615.241000', '151615.244000', '151615.247000', '151615.250000', '151615.252000', '151615.255000', '151615.258000', '151615.261000', '151615.264000', '151615.266000', '151615.269000', '151615.272000', '151615.275000', '151615.278000', '151615.281000', '151615.283000', '151615.288000', '151615.291000', '151615.294000', '151615.297000', '151615.300000', '151615.321000', '151615.324000', '151615.326000', '151615.329000', '151615.332000', '151615.335000', '151615.338000', '151615.340000', '151615.343000', '151615.346000', '151615.349000', '151615.351000', '151615.354000', '151615.357000', '151615.360000', '151615.366000', '151615.369000', '151615.372000', '151615.374000', '151615.377000', '151615.380000', '151615.383000', '151615.386000', '151615.388000', '151615.391000', '151615.394000', '151615.397000', '151615.400000', '151615.402000', '151615.405000', '151615.408000', '151615.411000', '151615.414000', '151615.417000', '151635.194000', '151635.197000', '151635.200000', '151635.202000', '151635.205000', '151635.208000', '151635.211000', '151635.214000', '151635.217000', '151635.219000', '151635.222000', '151635.225000', '151635.228000', '151635.231000', '151635.234000', '151635.236000', '151635.239000', '151635.242000', '151635.245000', '151635.248000', '151635.251000', '151635.253000', '151635.256000', '151635.259000', '151635.262000', '151635.265000', '151635.268000', '151635.270000', '151635.273000', '151635.276000', '151635.279000', '151635.282000', '151635.285000', '151635.287000', '151635.290000', '151635.293000', '151635.296000', '151635.299000', '151635.302000', '151635.304000', '151635.307000', '151635.311000', '151635.314000', '151655.194000', '151655.200000', '151655.203000', '151655.206000', '151655.209000', '151655.212000', '151655.215000', '151655.217000', '151655.220000', '151655.223000', '151655.226000', '151655.229000', '151655.232000', '151655.235000', '151655.237000', '151655.240000', '151655.243000', '151655.246000', '151655.249000', '151655.252000', '151655.254000', '151655.257000', '151655.260000', '151655.263000', '151655.266000', '151655.269000', '151655.271000', '151655.274000', '151655.277000', '151655.280000', '151655.283000', '151655.286000', '151655.289000', '151655.292000', '151655.295000', '151655.297000', '151655.300000', '151655.303000', '151655.306000', '151655.309000', '151655.312000', '151655.314000', '151655.317000', '151655.320000', '151715.194000', '151715.281000', '151715.283000', '151715.286000', '151715.289000', '151715.292000', '151715.295000', '151715.298000', '151715.301000', '151715.303000', '151715.306000', '151715.309000', '151715.312000', '151715.315000', '151715.346000', '151715.349000', '151715.352000', '151715.355000', '151715.358000', '151715.361000', '151715.363000', '151715.366000', '151715.369000', '151715.372000', '151715.375000', '151715.378000', '151715.380000', '151715.383000', '151715.386000', '151715.389000', '151715.392000', '151715.395000', '151715.398000', '151715.400000', '151715.403000', '151715.406000', '151715.411000', '151715.416000', '151715.419000', '151715.422000', '151715.424000', '151715.427000', '151715.430000', '151735.194000', '151735.197000', '151735.199000', '151735.202000', '151735.205000', '151735.208000', '151735.211000', '151735.214000', '151735.217000', '151735.220000', '151735.222000', '151735.225000', '151735.228000', '151735.231000', '151735.234000', '151735.236000', '151735.239000', '151735.242000', '151735.245000', '151735.248000', '151735.251000', '151735.254000', '151735.256000', '151735.259000', '151735.262000', '151735.265000', '151735.268000', '151735.271000', '151735.274000', '151735.276000', '151735.279000', '151735.282000', '151735.285000', '151735.288000', '151735.290000', '151735.293000', '151735.296000', '151735.299000', '151735.302000', '151735.305000', '151735.308000', '151735.310000', '151735.313000', '151735.316000', '151755.194000', '151755.197000', '151755.200000', '151755.203000', '151755.206000', '151755.225000', '151755.227000', '151755.230000', '151755.233000', '151755.240000', '151755.242000', '151755.245000', '151755.248000', '151755.251000', '151755.254000', '151755.257000', '151755.259000', '151755.262000', '151755.265000', '151755.268000', '151755.271000', '151755.274000', '151755.277000', '151755.280000', '151755.282000', '151755.285000', '151755.288000', '151755.291000', '151755.294000', '151755.297000', '151755.299000', '151755.302000', '151755.305000', '151755.308000', '151755.311000', '151755.314000', '151755.317000', '151755.320000', '151755.322000', '151755.325000', '151755.328000', '151755.331000', '151755.334000', '151815.194000', '151815.197000', '151815.200000', '151815.202000', '151815.205000', '151815.208000', '151815.211000', '151815.214000', '151815.217000', '151815.220000', '151815.222000', '151815.225000', '151815.228000', '151815.231000', '151815.234000', '151815.237000', '151815.240000', '151815.243000', '151815.245000', '151815.248000', '151815.257000', '151815.260000', '151815.263000', '151815.266000', '151815.269000', '151815.271000', '151815.274000', '151815.277000', '151815.280000', '151815.283000', '151815.286000', '151815.289000', '151815.291000', '151815.294000', '151815.297000', '151815.300000', '151815.303000', '151815.306000', '151815.308000', '151815.311000', '151815.315000', '151815.318000', '151815.321000', '151835.195000', '151835.198000', '151835.201000', '151835.204000', '151835.207000', '151835.210000', '151835.212000', '151835.215000', '151835.218000', '151835.221000', '151835.224000', '151835.226000', '151835.229000', '151835.232000', '151835.235000', '151835.238000', '151835.241000', '151835.244000', '151835.246000', '151835.249000', '151835.252000', '151835.255000', '151835.258000', '151835.261000', '151835.263000', '151835.266000', '151835.269000', '151835.272000', '151835.275000', '151835.278000', '151835.281000', '151835.283000', '151835.286000', '151835.289000', '151835.292000', '151835.295000', '151835.298000', '151835.301000', '151835.304000', '151835.306000', '151835.309000', '151835.312000', '151835.315000', '151835.318000', '151855.194000', '151855.197000', '151855.200000', '151855.203000', '151855.206000', '151855.210000', '151855.214000', '151855.217000', '151855.220000', '151855.223000', '151855.225000', '151855.228000', '151855.231000', '151855.234000', '151855.237000', '151855.240000', '151855.243000', '151855.246000', '151855.248000', '151855.251000', '151855.254000', '151855.257000', '151855.260000', '151855.263000', '151855.266000', '151855.268000', '151855.271000', '151855.274000', '151855.277000', '151855.280000', '151855.283000', '151855.286000', '151855.288000', '151855.291000', '151855.294000', '151855.297000', '151855.300000', '151855.303000', '151855.306000', '151855.308000', '151855.311000', '151855.314000', '151855.317000', '151915.194000', '151915.197000', '151915.200000', '151915.203000', '151915.206000', '151915.208000', '151915.211000', '151915.214000', '151915.217000', '151915.220000', '151915.223000', '151915.225000', '151915.228000', '151915.231000', '151915.234000', '151915.237000', '151915.240000', '151915.243000', '151915.245000', '151915.248000', '151915.251000', '151915.254000', '151915.257000', '151915.260000', '151915.263000', '151915.265000', '151915.268000', '151915.271000', '151915.274000', '151915.277000', '151915.280000', '151915.282000', '151915.285000', '151915.288000', '151915.291000', '151915.294000', '151915.297000', '151915.300000', '151915.303000', '151915.305000', '151915.308000', '151915.311000', '151915.314000', '151915.317000', '151935.194000', '151935.209000', '151935.212000', '151935.215000', '151935.218000', '151935.221000', '151935.224000', '151935.227000', '151935.230000', '151935.233000', '151935.236000', '151935.239000', '151935.242000', '151935.244000', '151935.247000', '151935.250000', '151935.253000', '151935.256000', '151935.259000', '151935.262000', '151935.265000', '151935.267000', '151935.270000', '151935.273000', '151935.276000', '151935.279000', '151935.281000', '151935.284000', '151935.287000', '151935.290000', '151935.293000', '151935.296000', '151935.299000', '151935.302000', '151935.304000', '151935.307000', '151935.310000', '151935.313000', '151935.316000', '151935.318000', '151935.321000', '151935.324000', '151935.327000', '151955.194000', '151955.197000', '151955.200000', '151955.203000', '151955.206000', '151955.208000', '151955.211000', '151955.214000', '151955.217000', '151955.220000', '151955.223000', '151955.226000', '151955.228000', '151955.231000', '151955.234000', '151955.237000', '151955.240000', '151955.243000', '151955.246000', '151955.249000', '151955.251000', '151955.254000', '151955.257000', '151955.260000', '151955.263000', '151955.266000', '151955.268000', '151955.271000', '151955.274000', '151955.277000', '151955.280000', '151955.283000', '151955.286000', '151955.289000', '151955.291000', '151955.294000', '151955.297000', '151955.300000', '151955.303000', '151955.306000', '151955.309000', '151955.311000', '151955.314000', '151955.317000', '152015.194000', '152015.197000', '152015.200000', '152015.203000', '152015.206000', '152015.209000', '152015.211000', '152015.214000', '152015.217000', '152015.220000', '152015.223000', '152015.226000', '152015.228000', '152015.231000', '152015.234000', '152015.237000', '152015.240000', '152015.243000', '152015.246000', '152015.249000', '152015.251000', '152015.254000', '152015.257000', '152015.260000', '152015.263000', '152015.266000', '152015.269000', '152015.272000', '152015.275000', '152015.278000', '152015.280000', '152015.283000', '152015.286000', '152015.289000', '152015.292000', '152015.295000', '152015.297000', '152015.300000', '152015.303000', '152015.306000', '152015.309000', '152015.312000', '152015.315000', '152035.194000', '152035.197000', '152035.200000', '152035.203000', '152035.206000', '152035.208000', '152035.211000', '152035.214000', '152035.217000', '152035.220000', '152035.223000', '152035.226000', '152035.229000', '152035.231000', '152035.234000', '152035.237000', '152035.240000', '152035.243000', '152035.246000', '152035.249000', '152035.251000', '152035.254000', '152035.257000', '152035.260000', '152035.263000', '152035.266000', '152035.269000', '152035.272000', '152035.274000', '152035.277000', '152035.280000', '152035.283000', '152035.286000', '152035.289000', '152035.291000', '152035.294000', '152035.297000', '152035.300000', '152035.303000', '152035.306000', '152035.308000', '152035.311000', '152035.314000', '152035.317000', '152055.195000', '152055.198000', '152055.201000', '152055.204000', '152055.207000', '152055.210000', '152055.213000', '152055.216000', '152055.219000', '152055.221000', '152055.224000', '152055.227000', '152055.242000', '152055.246000', '152055.248000', '152055.251000', '152055.254000', '152055.257000', '152055.260000', '152055.263000', '152055.266000', '152055.269000', '152055.273000', '152055.276000', '152055.279000', '152055.282000', '152055.285000', '152055.288000', '152055.291000', '152055.294000', '152055.297000', '152055.300000', '152055.302000', '152055.305000', '152055.308000', '152055.311000', '152055.314000', '152055.317000', '152055.320000', '152055.323000', '152055.326000', '152055.328000', '152055.331000', '152115.194000', '152115.197000', '152115.200000', '152115.203000', '152115.206000', '152115.209000', '152115.211000', '152115.214000', '152115.217000', '152115.220000', '152115.223000', '152115.226000', '152115.229000', '152115.232000', '152115.234000', '152115.237000', '152115.240000', '152115.243000', '152115.246000', '152115.249000', '152115.251000', '152115.254000', '152115.257000', '152115.260000', '152115.263000', '152115.266000', '152115.269000', '152115.272000', '152115.274000', '152115.277000', '152115.280000', '152115.283000', '152115.286000', '152115.289000', '152115.292000', '152115.294000', '152115.297000', '152115.300000', '152115.303000', '152115.306000', '152115.309000', '152115.312000', '152115.315000', '152115.317000', '152135.194000', '152135.197000', '152135.200000', '152135.203000', '152135.206000', '152135.208000', '152135.211000', '152135.214000', '152135.217000', '152135.220000', '152135.224000', '152135.227000', '152135.230000', '152135.233000', '152135.236000', '152135.239000', '152135.242000', '152135.245000', '152135.247000', '152135.250000', '152135.253000', '152135.256000', '152135.259000', '152135.262000', '152135.265000', '152135.267000', '152135.270000', '152135.273000', '152135.276000', '152135.279000', '152135.282000', '152135.285000', '152135.288000', '152135.291000', '152135.293000', '152135.296000', '152135.299000', '152135.302000', '152135.305000', '152135.308000', '152135.311000', '152135.314000', '152135.317000', '152155.194000', '152155.197000', '152155.200000', '152155.203000', '152155.206000', '152155.209000', '152155.212000', '152155.215000', '152155.218000', '152155.222000', '152155.226000', '152155.228000', '152155.231000', '152155.234000', '152155.237000', '152155.240000', '152155.243000', '152155.246000', '152155.249000', '152155.252000', '152155.255000', '152155.258000', '152155.260000', '152155.263000', '152155.266000', '152155.269000', '152155.272000', '152155.275000', '152155.278000', '152155.281000', '152155.284000', '152155.287000', '152155.290000', '152155.293000', '152155.295000', '152155.298000', '152155.301000', '152155.304000', '152155.307000', '152155.310000', '152155.313000', '152155.316000', '152155.319000', '152155.322000', '152215.194000', '152215.197000', '152215.200000', '152215.203000', '152215.206000', '152215.209000', '152215.211000', '152215.214000', '152215.217000', '152215.220000', '152215.223000', '152215.226000', '152215.229000', '152215.231000', '152215.234000', '152215.237000', '152215.240000', '152215.243000', '152215.246000', '152215.248000', '152215.251000', '152215.254000', '152215.271000', '152215.274000', '152215.277000', '152215.279000', '152215.282000', '152215.285000', '152215.288000', '152215.291000', '152215.294000', '152215.297000', '152215.300000', '152215.302000', '152215.305000', '152215.308000', '152215.311000', '152215.314000', '152215.317000', '152215.320000', '152215.323000', '152215.326000', '152215.328000', '152228.258000', '152228.262000', '152228.265000', '152228.268000', '152228.271000', '152228.274000', '152228.277000', '152228.279000', '152228.282000', '152228.285000', '152228.288000', '152228.291000', '152228.294000', '152228.297000', '152228.301000', '152228.304000', '152228.307000', '152228.310000', '152228.312000', '152228.315000', '152228.318000', '152228.321000', '152228.324000', '152228.327000', '152228.330000', '152228.333000', '152228.336000', '152228.338000', '152228.341000'], 'InstanceCreationTime': ['151615.223000', '151615.226000', '151615.229000', '151615.232000', '151615.235000', '151615.238000', '151615.241000', '151615.244000', '151615.247000', '151615.250000', '151615.252000', '151615.255000', '151615.258000', '151615.261000', '151615.264000', '151615.266000', '151615.269000', '151615.272000', '151615.275000', '151615.278000', '151615.281000', '151615.283000', '151615.288000', '151615.291000', '151615.294000', '151615.297000', '151615.300000', '151615.321000', '151615.324000', '151615.326000', '151615.329000', '151615.332000', '151615.335000', '151615.338000', '151615.340000', '151615.343000', '151615.346000', '151615.349000', '151615.351000', '151615.354000', '151615.357000', '151615.360000', '151615.366000', '151615.369000', '151615.372000', '151615.374000', '151615.377000', '151615.380000', '151615.383000', '151615.386000', '151615.388000', '151615.391000', '151615.394000', '151615.397000', '151615.400000', '151615.402000', '151615.405000', '151615.408000', '151615.411000', '151615.414000', '151615.417000', '151635.194000', '151635.197000', '151635.200000', '151635.202000', '151635.205000', '151635.208000', '151635.211000', '151635.214000', '151635.217000', '151635.219000', '151635.222000', '151635.225000', '151635.228000', '151635.231000', '151635.234000', '151635.236000', '151635.239000', '151635.242000', '151635.245000', '151635.248000', '151635.251000', '151635.253000', '151635.256000', '151635.259000', '151635.262000', '151635.265000', '151635.268000', '151635.270000', '151635.273000', '151635.276000', '151635.279000', '151635.282000', '151635.285000', '151635.287000', '151635.290000', '151635.293000', '151635.296000', '151635.299000', '151635.302000', '151635.304000', '151635.307000', '151635.311000', '151635.314000', '151655.194000', '151655.200000', '151655.203000', '151655.206000', '151655.209000', '151655.212000', '151655.215000', '151655.217000', '151655.220000', '151655.223000', '151655.226000', '151655.229000', '151655.232000', '151655.235000', '151655.237000', '151655.240000', '151655.243000', '151655.246000', '151655.249000', '151655.252000', '151655.254000', '151655.257000', '151655.260000', '151655.263000', '151655.266000', '151655.269000', '151655.271000', '151655.274000', '151655.277000', '151655.280000', '151655.283000', '151655.286000', '151655.289000', '151655.292000', '151655.295000', '151655.297000', '151655.300000', '151655.303000', '151655.306000', '151655.309000', '151655.312000', '151655.314000', '151655.317000', '151655.320000', '151715.194000', '151715.281000', '151715.283000', '151715.286000', '151715.289000', '151715.292000', '151715.295000', '151715.298000', '151715.301000', '151715.303000', '151715.306000', '151715.309000', '151715.312000', '151715.315000', '151715.346000', '151715.349000', '151715.352000', '151715.355000', '151715.358000', '151715.361000', '151715.363000', '151715.366000', '151715.369000', '151715.372000', '151715.375000', '151715.378000', '151715.380000', '151715.383000', '151715.386000', '151715.389000', '151715.392000', '151715.395000', '151715.398000', '151715.400000', '151715.403000', '151715.406000', '151715.411000', '151715.416000', '151715.419000', '151715.422000', '151715.424000', '151715.427000', '151715.430000', '151735.194000', '151735.197000', '151735.199000', '151735.202000', '151735.205000', '151735.208000', '151735.211000', '151735.214000', '151735.217000', '151735.220000', '151735.222000', '151735.225000', '151735.228000', '151735.231000', '151735.234000', '151735.236000', '151735.239000', '151735.242000', '151735.245000', '151735.248000', '151735.251000', '151735.254000', '151735.256000', '151735.259000', '151735.262000', '151735.265000', '151735.268000', '151735.271000', '151735.274000', '151735.276000', '151735.279000', '151735.282000', '151735.285000', '151735.288000', '151735.290000', '151735.293000', '151735.296000', '151735.299000', '151735.302000', '151735.305000', '151735.308000', '151735.310000', '151735.313000', '151735.316000', '151755.194000', '151755.197000', '151755.200000', '151755.203000', '151755.206000', '151755.225000', '151755.227000', '151755.230000', '151755.233000', '151755.240000', '151755.242000', '151755.245000', '151755.248000', '151755.251000', '151755.254000', '151755.257000', '151755.259000', '151755.262000', '151755.265000', '151755.268000', '151755.271000', '151755.274000', '151755.277000', '151755.280000', '151755.282000', '151755.285000', '151755.288000', '151755.291000', '151755.294000', '151755.297000', '151755.299000', '151755.302000', '151755.305000', '151755.308000', '151755.311000', '151755.314000', '151755.317000', '151755.320000', '151755.322000', '151755.325000', '151755.328000', '151755.331000', '151755.334000', '151815.194000', '151815.197000', '151815.200000', '151815.202000', '151815.205000', '151815.208000', '151815.211000', '151815.214000', '151815.217000', '151815.220000', '151815.222000', '151815.225000', '151815.228000', '151815.231000', '151815.234000', '151815.237000', '151815.240000', '151815.243000', '151815.245000', '151815.248000', '151815.257000', '151815.260000', '151815.263000', '151815.266000', '151815.269000', '151815.271000', '151815.274000', '151815.277000', '151815.280000', '151815.283000', '151815.286000', '151815.289000', '151815.291000', '151815.294000', '151815.297000', '151815.300000', '151815.303000', '151815.306000', '151815.308000', '151815.311000', '151815.315000', '151815.318000', '151815.321000', '151835.195000', '151835.198000', '151835.201000', '151835.204000', '151835.207000', '151835.210000', '151835.212000', '151835.215000', '151835.218000', '151835.221000', '151835.224000', '151835.226000', '151835.229000', '151835.232000', '151835.235000', '151835.238000', '151835.241000', '151835.244000', '151835.246000', '151835.249000', '151835.252000', '151835.255000', '151835.258000', '151835.261000', '151835.263000', '151835.266000', '151835.269000', '151835.272000', '151835.275000', '151835.278000', '151835.281000', '151835.283000', '151835.286000', '151835.289000', '151835.292000', '151835.295000', '151835.298000', '151835.301000', '151835.304000', '151835.306000', '151835.309000', '151835.312000', '151835.315000', '151835.318000', '151855.194000', '151855.197000', '151855.200000', '151855.203000', '151855.206000', '151855.210000', '151855.214000', '151855.217000', '151855.220000', '151855.223000', '151855.225000', '151855.228000', '151855.231000', '151855.234000', '151855.237000', '151855.240000', '151855.243000', '151855.246000', '151855.248000', '151855.251000', '151855.254000', '151855.257000', '151855.260000', '151855.263000', '151855.266000', '151855.268000', '151855.271000', '151855.274000', '151855.277000', '151855.280000', '151855.283000', '151855.286000', '151855.288000', '151855.291000', '151855.294000', '151855.297000', '151855.300000', '151855.303000', '151855.306000', '151855.308000', '151855.311000', '151855.314000', '151855.317000', '151915.194000', '151915.197000', '151915.200000', '151915.203000', '151915.206000', '151915.208000', '151915.211000', '151915.214000', '151915.217000', '151915.220000', '151915.223000', '151915.225000', '151915.228000', '151915.231000', '151915.234000', '151915.237000', '151915.240000', '151915.243000', '151915.245000', '151915.248000', '151915.251000', '151915.254000', '151915.257000', '151915.260000', '151915.263000', '151915.265000', '151915.268000', '151915.271000', '151915.274000', '151915.277000', '151915.280000', '151915.282000', '151915.285000', '151915.288000', '151915.291000', '151915.294000', '151915.297000', '151915.300000', '151915.303000', '151915.305000', '151915.308000', '151915.311000', '151915.314000', '151915.317000', '151935.194000', '151935.209000', '151935.212000', '151935.215000', '151935.218000', '151935.221000', '151935.224000', '151935.227000', '151935.230000', '151935.233000', '151935.236000', '151935.239000', '151935.242000', '151935.244000', '151935.247000', '151935.250000', '151935.253000', '151935.256000', '151935.259000', '151935.262000', '151935.265000', '151935.267000', '151935.270000', '151935.273000', '151935.276000', '151935.279000', '151935.281000', '151935.284000', '151935.287000', '151935.290000', '151935.293000', '151935.296000', '151935.299000', '151935.302000', '151935.304000', '151935.307000', '151935.310000', '151935.313000', '151935.316000', '151935.318000', '151935.321000', '151935.324000', '151935.327000', '151955.194000', '151955.197000', '151955.200000', '151955.203000', '151955.206000', '151955.208000', '151955.211000', '151955.214000', '151955.217000', '151955.220000', '151955.223000', '151955.226000', '151955.228000', '151955.231000', '151955.234000', '151955.237000', '151955.240000', '151955.243000', '151955.246000', '151955.249000', '151955.251000', '151955.254000', '151955.257000', '151955.260000', '151955.263000', '151955.266000', '151955.268000', '151955.271000', '151955.274000', '151955.277000', '151955.280000', '151955.283000', '151955.286000', '151955.289000', '151955.291000', '151955.294000', '151955.297000', '151955.300000', '151955.303000', '151955.306000', '151955.309000', '151955.311000', '151955.314000', '151955.317000', '152015.194000', '152015.197000', '152015.200000', '152015.203000', '152015.206000', '152015.209000', '152015.211000', '152015.214000', '152015.217000', '152015.220000', '152015.223000', '152015.226000', '152015.228000', '152015.231000', '152015.234000', '152015.237000', '152015.240000', '152015.243000', '152015.246000', '152015.249000', '152015.251000', '152015.254000', '152015.257000', '152015.260000', '152015.263000', '152015.266000', '152015.269000', '152015.272000', '152015.275000', '152015.278000', '152015.280000', '152015.283000', '152015.286000', '152015.289000', '152015.292000', '152015.295000', '152015.297000', '152015.300000', '152015.303000', '152015.306000', '152015.309000', '152015.312000', '152015.315000', '152035.194000', '152035.197000', '152035.200000', '152035.203000', '152035.206000', '152035.208000', '152035.211000', '152035.214000', '152035.217000', '152035.220000', '152035.223000', '152035.226000', '152035.229000', '152035.231000', '152035.234000', '152035.237000', '152035.240000', '152035.243000', '152035.246000', '152035.249000', '152035.251000', '152035.254000', '152035.257000', '152035.260000', '152035.263000', '152035.266000', '152035.269000', '152035.272000', '152035.274000', '152035.277000', '152035.280000', '152035.283000', '152035.286000', '152035.289000', '152035.291000', '152035.294000', '152035.297000', '152035.300000', '152035.303000', '152035.306000', '152035.308000', '152035.311000', '152035.314000', '152035.317000', '152055.195000', '152055.198000', '152055.201000', '152055.204000', '152055.207000', '152055.210000', '152055.213000', '152055.216000', '152055.219000', '152055.221000', '152055.224000', '152055.227000', '152055.242000', '152055.246000', '152055.248000', '152055.251000', '152055.254000', '152055.257000', '152055.260000', '152055.263000', '152055.266000', '152055.269000', '152055.273000', '152055.276000', '152055.279000', '152055.282000', '152055.285000', '152055.288000', '152055.291000', '152055.294000', '152055.297000', '152055.300000', '152055.302000', '152055.305000', '152055.308000', '152055.311000', '152055.314000', '152055.317000', '152055.320000', '152055.323000', '152055.326000', '152055.328000', '152055.331000', '152115.194000', '152115.197000', '152115.200000', '152115.203000', '152115.206000', '152115.209000', '152115.211000', '152115.214000', '152115.217000', '152115.220000', '152115.223000', '152115.226000', '152115.229000', '152115.232000', '152115.234000', '152115.237000', '152115.240000', '152115.243000', '152115.246000', '152115.249000', '152115.251000', '152115.254000', '152115.257000', '152115.260000', '152115.263000', '152115.266000', '152115.269000', '152115.272000', '152115.274000', '152115.277000', '152115.280000', '152115.283000', '152115.286000', '152115.289000', '152115.292000', '152115.294000', '152115.297000', '152115.300000', '152115.303000', '152115.306000', '152115.309000', '152115.312000', '152115.315000', '152115.317000', '152135.194000', '152135.197000', '152135.200000', '152135.203000', '152135.206000', '152135.208000', '152135.211000', '152135.214000', '152135.217000', '152135.220000', '152135.224000', '152135.227000', '152135.230000', '152135.233000', '152135.236000', '152135.239000', '152135.242000', '152135.245000', '152135.247000', '152135.250000', '152135.253000', '152135.256000', '152135.259000', '152135.262000', '152135.265000', '152135.267000', '152135.270000', '152135.273000', '152135.276000', '152135.279000', '152135.282000', '152135.285000', '152135.288000', '152135.291000', '152135.293000', '152135.296000', '152135.299000', '152135.302000', '152135.305000', '152135.308000', '152135.311000', '152135.314000', '152135.317000', '152155.194000', '152155.197000', '152155.200000', '152155.203000', '152155.206000', '152155.209000', '152155.212000', '152155.215000', '152155.218000', '152155.222000', '152155.226000', '152155.228000', '152155.231000', '152155.234000', '152155.237000', '152155.240000', '152155.243000', '152155.246000', '152155.249000', '152155.252000', '152155.255000', '152155.258000', '152155.260000', '152155.263000', '152155.266000', '152155.269000', '152155.272000', '152155.275000', '152155.278000', '152155.281000', '152155.284000', '152155.287000', '152155.290000', '152155.293000', '152155.295000', '152155.298000', '152155.301000', '152155.304000', '152155.307000', '152155.310000', '152155.313000', '152155.316000', '152155.319000', '152155.322000', '152215.194000', '152215.197000', '152215.200000', '152215.203000', '152215.206000', '152215.209000', '152215.211000', '152215.214000', '152215.217000', '152215.220000', '152215.223000', '152215.226000', '152215.229000', '152215.231000', '152215.234000', '152215.237000', '152215.240000', '152215.243000', '152215.246000', '152215.248000', '152215.251000', '152215.254000', '152215.271000', '152215.274000', '152215.277000', '152215.279000', '152215.282000', '152215.285000', '152215.288000', '152215.291000', '152215.294000', '152215.297000', '152215.300000', '152215.302000', '152215.305000', '152215.308000', '152215.311000', '152215.314000', '152215.317000', '152215.320000', '152215.323000', '152215.326000', '152215.328000', '152228.258000', '152228.262000', '152228.265000', '152228.268000', '152228.271000', '152228.274000', '152228.277000', '152228.279000', '152228.282000', '152228.285000', '152228.288000', '152228.291000', '152228.294000', '152228.297000', '152228.301000', '152228.304000', '152228.307000', '152228.310000', '152228.312000', '152228.315000', '152228.318000', '152228.321000', '152228.324000', '152228.327000', '152228.330000', '152228.333000', '152228.336000', '152228.338000', '152228.341000'], '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': [11815, 8735, 11353, 9287, 8943, 11503, 9157, 7784, 10116, 8787, 9391, 9078, 7753, 8914, 8929, 7433, 10408, 8729, 8253, 8653, 8183, 8493, 9043, 7253, 9228, 8477, 8157, 8722, 7772, 8470, 9257, 7896, 8659, 8989, 8865, 9039, 7775, 10692, 8931, 7705, 11786, 9173, 10406, 9284, 8801, 9065, 8757, 7478, 9787, 9140, 8387, 9061, 7857, 8330, 9407, 7403, 9045, 8220, 9156, 9178, 7800, 8811, 8898, 8415, 8965, 7835, 10217, 9355, 9143, 8871, 8782, 8572, 8965, 7777, 9907, 9308, 7651, 9245, 8175, 8250, 9197, 7439, 8651, 8917, 8802, 9118, 7941, 8995, 8391, 8856, 9034, 7630, 10241, 9128, 9286, 9130, 8139, 10849, 9659, 9327, 9098, 9056, 10513, 9268, 8344, 9803, 9624, 8474, 9283, 9125, 8881, 9321, 8006, 9806, 9672, 8010, 8921, 8612, 9854, 9044, 7786, 11219, 9283, 10462, 9574, 8820, 9081, 8978, 7615, 10234, 9429, 7479, 8893, 8580, 8249, 9258, 7664, 10150, 9298, 9438, 9084, 7877, 10236, 9453, 8295, 9536, 8698, 9495, 9157, 7904, 9733, 9115, 9997, 9304, 7964, 9109, 9170, 9240, 9402, 9346, 9261, 8523, 9320, 9439, 8309, 9565, 9557, 8178, 11172, 9468, 10558, 9879, 8284, 10748, 9455, 7955, 9401, 9054, 8254, 9362, 8270, 9991, 9667, 8003, 9168, 8422, 8990, 9572, 8123, 9156, 8586, 9251, 9419, 7745, 10501, 9450, 9229, 9138, 8406, 9115, 9265, 8005, 9864, 9210, 7407, 10684, 9168, 7782, 9338, 8715, 8164, 9360, 8832, 9988, 10587, 8969, 10092, 9752, 8070, 9604, 8633, 9143, 9985, 8329, 10256, 9682, 9811, 10037, 8674, 10300, 9873, 8202, 10804, 10162, 8249, 10118, 9530, 8467, 9656, 9079, 9257, 9715, 8461, 10088, 9430, 8661, 9567, 8838, 9229, 9379, 8548, 10744, 9874, 9179, 9040, 8956, 9368, 9602, 7940, 10746, 9681, 8258, 10485, 9658, 9624, 9243, 9099, 8804, 9339, 8563, 9330, 9502, 7880, 11201, 9586, 9998, 8838, 8821, 10129, 9499, 8048, 9402, 9384, 7728, 10810, 9442, 9391, 9396, 8374, 8519, 9416, 8208, 9375, 9727, 7686, 11399, 9327, 9737, 9916, 8788, 9206, 9283, 8242, 10536, 9477, 9282, 9266, 8494, 9526, 9686, 7754, 9986, 9372, 8718, 8973, 8901, 9244, 9191, 8298, 9607, 9089, 7883, 10573, 9314, 7907, 9180, 8974, 8589, 9192, 8289, 9002, 9333, 7835, 9131, 8598, 9639, 9523, 8193, 10296, 9314, 10419, 9821, 9053, 11013, 9482, 7991, 11475, 9439, 8425, 9336, 9180, 9043, 9437, 8132, 10676, 9606, 7722, 9414, 8581, 9355, 9081, 8425, 8914, 8616, 8524, 9312, 9203, 7900, 10434, 9099, 8807, 8914, 9061, 9366, 9238, 7881, 9805, 9323, 7686, 9092, 8565, 8445, 9484, 7592, 8802, 8955, 8906, 9235, 7725, 10062, 9259, 9978, 9507, 8324, 9957, 9238, 7761, 10789, 9417, 9367, 8881, 9014, 8937, 9445, 8208, 9241, 9469, 7938, 10895, 9489, 7909, 8539, 8912, 8715, 9454, 8294, 9923, 9108, 7951, 10971, 9216, 10010, 9128, 8674, 9653, 9316, 7771, 8719, 9242, 8794, 9311, 8022, 10689, 9506, 9514, 9111, 8378, 8929, 9740, 8087, 8885, 8799, 9100, 9014, 7998, 10712, 9129, 8315, 9452, 8991, 9945, 9560, 8191, 9510, 9692, 8420, 8862, 8758, 9069, 9378, 7997, 8898, 8669, 8658, 9135, 7734, 11144, 9109, 9220, 9177, 8408, 9355, 8985, 7861, 10983, 9112, 10138, 8755, 8580, 9295, 9172, 7537, 10444, 9221, 8213, 9150, 8557, 8645, 8993, 8043, 9525, 9336, 7378, 8729, 8986, 8563, 9219, 7922, 8288, 9235, 8508, 9322, 8328, 9975, 9382, 8917, 12004, 9415, 9695, 9099, 8785, 9687, 9609, 8181, 10586, 9237, 8406, 9001, 8852, 9137, 9239, 8115, 8522, 9200, 8200, 9226, 8311, 10122, 9087, 8278, 9122, 8044, 9458, 8180, 9258, 10101, 11950, 9507, 10050, 12749, 9580, 10531, 9559, 9029, 10925, 9785, 8024, 9765, 8493, 10935, 9756, 8514, 9645, 8306, 12017, 9107, 9736, 9005, 8433, 9209, 10002, 8888, 8641, 9614, 9124, 8142, 9631, 9346, 8683, 12386, 9090, 10313, 9355, 7963, 10280, 8997, 8692, 9470, 8388, 9321, 8592, 8907, 9418, 8061, 10171, 8990, 7995, 10913, 8995, 9483, 9777, 8950, 9815, 9007, 8165, 10084, 8966, 7840, 11153, 9118, 8034, 8601, 8617, 8577, 8931, 7962, 10746, 9061, 7669, 8930, 8812, 9691, 9056, 8062, 9609, 9422, 7837, 10504, 9315, 8802, 9246, 8709, 9515, 8961, 8305, 10162, 9325, 7744, 8395, 8637, 8580, 9220, 8251, 10050, 9197, 8061, 9169, 8802, 8185, 8795, 8552, 10693, 9768, 9280, 8613, 9075, 9491, 9644, 8564, 9469, 8908, 9368, 9760, 12120, 9503, 10816, 12457, 9144, 10761, 9767, 9037, 10089, 9558, 8467, 10329, 9218, 7851, 10237, 9271, 7511, 8992, 9213, 8485, 8976, 8608, 8934, 9351, 7817, 10048, 9355, 8639, 12318, 9012, 9744, 8488, 8897, 9121, 9005, 8250, 9613, 9481, 8036, 11573, 9074, 7782, 9060, 8795, 8577, 8939, 7982, 10983, 8939, 8558, 8263, 8723, 8870, 8736, 8047, 10307, 8969, 8455, 8501, 8970, 9901, 9178, 8486, 9663, 9402, 7975, 10147, 9252, 8065, 10697, 8973, 9367, 8706, 8473, 8948, 9491, 8330, 10492, 8851, 8999, 9193, 8245, 10186, 9185, 8470, 9062, 9443, 9084, 9410, 8634, 9924, 9722, 8168, 8679, 8631, 9199, 9184, 7896, 9558, 8885, 8866, 9424, 8449, 10245, 9122, 8570, 9067, 8471, 9355, 9107, 8122, 9728, 9173, 9783, 8970, 8706, 10482, 9267, 8015, 11873, 9261, 10143, 8580, 9044, 9492, 9199, 8167, 11655, 9191, 9174, 8878, 8695, 9164, 9335, 8392, 11930, 10090, 10132, 10247, 9435, 9854, 10159, 9268, 10949, 10161, 9490, 10005, 9559, 10310, 9974, 8617, 10046, 9848, 9825, 9970, 8825, 9855, 9662, 10040, 10222, 8783, 10139, 7924, 9347, 8160, 9352, 9992, 9792, 8828, 11250, 8783, 8342, 9858, 8944, 7635, 11290, 8830, 9061, 8213, 8345, 9134, 8742, 7634, 9546, 8783, 7467, 8183, 8303, 8230, 9046, 8148, 8790, 8782, 8579, 8915, 8202, 10178, 8658, 8169, 9483, 9276, 10097, 8578, 8740, 9649, 9275, 7960, 7882, 8768, 9008, 9003, 8124, 8854, 8936, 8904, 9235, 8375, 10106, 9156], 'WindowCenter': [4109.0, 4075.0, 4082.0, 4057.0, 4046.0, 4064.0, 4044.0, 4034.0, 4052.0, 4043.0, 4043.0, 4042.0, 4034.0, 4043.0, 4044.0, 4024.0, 4052.0, 4045.0, 4046.0, 4044.0, 4045.0, 4044.0, 4043.0, 4036.0, 4055.0, 4046.0, 4035.0, 4046.0, 4037.0, 4046.0, 4057.0, 4048.0, 4045.0, 4058.0, 4057.0, 4056.0, 4037.0, 4065.0, 4045.0, 4036.0, 4075.0, 4044.0, 4065.0, 4041.0, 4043.0, 4043.0, 4033.0, 4024.0, 4052.0, 4043.0, 4044.0, 4044.0, 4046.0, 4043.0, 4057.0, 4037.0, 4056.0, 4058.0, 4056.0, 4057.0, 4048.0, 4056.0, 4058.0, 4047.0, 4055.0, 4048.0, 4066.0, 4057.0, 4058.0, 4044.0, 4046.0, 4045.0, 4045.0, 4035.0, 4054.0, 4055.0, 4036.0, 4054.0, 4046.0, 4045.0, 4056.0, 4037.0, 4045.0, 4058.0, 4056.0, 4057.0, 4048.0, 4059.0, 4062.0, 4071.0, 4058.0, 4048.0, 4066.0, 4057.0, 4058.0, 4057.0, 4049.0, 4067.0, 4057.0, 4059.0, 4046.0, 4058.0, 4067.0, 4055.0, 4047.0, 4056.0, 4056.0, 4060.0, 4058.0, 4057.0, 4046.0, 4055.0, 4046.0, 4055.0, 4067.0, 4047.0, 4057.0, 4058.0, 4056.0, 4055.0, 4036.0, 4065.0, 4055.0, 4065.0, 4041.0, 4044.0, 4042.0, 4042.0, 4023.0, 4052.0, 4042.0, 4023.0, 4042.0, 4044.0, 4033.0, 4054.0, 4035.0, 4053.0, 4055.0, 4055.0, 4045.0, 4035.0, 4065.0, 4055.0, 4046.0, 4055.0, 4057.0, 4056.0, 4057.0, 4048.0, 4056.0, 4057.0, 4055.0, 4054.0, 4036.0, 4044.0, 4056.0, 4055.0, 4068.0, 4071.0, 4057.0, 4047.0, 4056.0, 4044.0, 4045.0, 4054.0, 4056.0, 4046.0, 4064.0, 4055.0, 4065.0, 4053.0, 4044.0, 4052.0, 4053.0, 4033.0, 4042.0, 4069.0, 4045.0, 4054.0, 4045.0, 4055.0, 4055.0, 4035.0, 4055.0, 4047.0, 4055.0, 4056.0, 4046.0, 4054.0, 4046.0, 4055.0, 4055.0, 4035.0, 4053.0, 4054.0, 4044.0, 4043.0, 4034.0, 4043.0, 4042.0, 4034.0, 4052.0, 4042.0, 4023.0, 4052.0, 4042.0, 4034.0, 4042.0, 4044.0, 4033.0, 4054.0, 4071.0, 4070.0, 4069.0, 4059.0, 4065.0, 4069.0, 4047.0, 4066.0, 4058.0, 4056.0, 4067.0, 4048.0, 4066.0, 4067.0, 4068.0, 4055.0, 4058.0, 4067.0, 4055.0, 4046.0, 4064.0, 4065.0, 4046.0, 4065.0, 4068.0, 4047.0, 4080.0, 4069.0, 4058.0, 4069.0, 4062.0, 4082.0, 4070.0, 4059.0, 4067.0, 4058.0, 4055.0, 4056.0, 4058.0, 4067.0, 4068.0, 4069.0, 4056.0, 4057.0, 4056.0, 4056.0, 4047.0, 4066.0, 4055.0, 4047.0, 4065.0, 4068.0, 4068.0, 4056.0, 4057.0, 4056.0, 4056.0, 4057.0, 4055.0, 4056.0, 4047.0, 4065.0, 4056.0, 4067.0, 4043.0, 4045.0, 4066.0, 4053.0, 4035.0, 4043.0, 4044.0, 4035.0, 4064.0, 4055.0, 4055.0, 4054.0, 4045.0, 4044.0, 4054.0, 4045.0, 4044.0, 4055.0, 4037.0, 4065.0, 4069.0, 4069.0, 4067.0, 4047.0, 4056.0, 4055.0, 4046.0, 4065.0, 4056.0, 4055.0, 4054.0, 4046.0, 4055.0, 4056.0, 4037.0, 4054.0, 4056.0, 4057.0, 4045.0, 4057.0, 4056.0, 4055.0, 4046.0, 4055.0, 4058.0, 4047.0, 4064.0, 4056.0, 4047.0, 4055.0, 4057.0, 4046.0, 4056.0, 4048.0, 4057.0, 4069.0, 4048.0, 4068.0, 4060.0, 4069.0, 4069.0, 4060.0, 4067.0, 4058.0, 4069.0, 4056.0, 4057.0, 4067.0, 4054.0, 4035.0, 4064.0, 4043.0, 4034.0, 4042.0, 4054.0, 4042.0, 4042.0, 4034.0, 4068.0, 4066.0, 4034.0, 4043.0, 4045.0, 4055.0, 4057.0, 4057.0, 4070.0, 4071.0, 4072.0, 4070.0, 4058.0, 4048.0, 4067.0, 4046.0, 4046.0, 4043.0, 4044.0, 4044.0, 4043.0, 4034.0, 4053.0, 4054.0, 4034.0, 4044.0, 4046.0, 4044.0, 4056.0, 4036.0, 4055.0, 4058.0, 4057.0, 4057.0, 4048.0, 4055.0, 4057.0, 4068.0, 4055.0, 4046.0, 4054.0, 4055.0, 4034.0, 4065.0, 4055.0, 4056.0, 4043.0, 4044.0, 4045.0, 4054.0, 4046.0, 4055.0, 4056.0, 4047.0, 4066.0, 4067.0, 4047.0, 4046.0, 4058.0, 4058.0, 4067.0, 4048.0, 4067.0, 4057.0, 4048.0, 4066.0, 4057.0, 4067.0, 4055.0, 4057.0, 4056.0, 4057.0, 4050.0, 4046.0, 4068.0, 4057.0, 4057.0, 4048.0, 4066.0, 4068.0, 4068.0, 4057.0, 4059.0, 4057.0, 4068.0, 4048.0, 4057.0, 4058.0, 4058.0, 4058.0, 4047.0, 4065.0, 4056.0, 4047.0, 4054.0, 4058.0, 4068.0, 4054.0, 4034.0, 4043.0, 4054.0, 4034.0, 4043.0, 4046.0, 4056.0, 4057.0, 4047.0, 4055.0, 4045.0, 4044.0, 4055.0, 4035.0, 4064.0, 4055.0, 4069.0, 4055.0, 4046.0, 4055.0, 4044.0, 4035.0, 4064.0, 4044.0, 4055.0, 4043.0, 4044.0, 4042.0, 4043.0, 4023.0, 4052.0, 4043.0, 4044.0, 4043.0, 4056.0, 4044.0, 4044.0, 4035.0, 4054.0, 4055.0, 4035.0, 4043.0, 4056.0, 4045.0, 4056.0, 4047.0, 4045.0, 4057.0, 4057.0, 4057.0, 4059.0, 4067.0, 4057.0, 4059.0, 4076.0, 4057.0, 4058.0, 4045.0, 4058.0, 4070.0, 4067.0, 4047.0, 4066.0, 4057.0, 4047.0, 4056.0, 4057.0, 4056.0, 4068.0, 4049.0, 4046.0, 4069.0, 4048.0, 4068.0, 4059.0, 4080.0, 4060.0, 4059.0, 4069.0, 4048.0, 4082.0, 4061.0, 4086.0, 4096.0, 4092.0, 4069.0, 4070.0, 4077.0, 4057.0, 4080.0, 4054.0, 4046.0, 4065.0, 4055.0, 4034.0, 4055.0, 4047.0, 4066.0, 4055.0, 4044.0, 4069.0, 4060.0, 4076.0, 4044.0, 4043.0, 4045.0, 4044.0, 4068.0, 4070.0, 4046.0, 4046.0, 4055.0, 4044.0, 4035.0, 4044.0, 4044.0, 4045.0, 4063.0, 4043.0, 4054.0, 4042.0, 4032.0, 4041.0, 4031.0, 4032.0, 4042.0, 4032.0, 4054.0, 4070.0, 4058.0, 4057.0, 4047.0, 4066.0, 4056.0, 4037.0, 4067.0, 4057.0, 4057.0, 4055.0, 4046.0, 4056.0, 4042.0, 4034.0, 4053.0, 4043.0, 4034.0, 4052.0, 4043.0, 4034.0, 4033.0, 4045.0, 4044.0, 4044.0, 4046.0, 4065.0, 4056.0, 4036.0, 4045.0, 4058.0, 4057.0, 4057.0, 4048.0, 4057.0, 4056.0, 4037.0, 4066.0, 4057.0, 4058.0, 4056.0, 4047.0, 4057.0, 4057.0, 4048.0, 4067.0, 4058.0, 4048.0, 4046.0, 4058.0, 4058.0, 4058.0, 4059.0, 4067.0, 4069.0, 4050.0, 4069.0, 4071.0, 4049.0, 4059.0, 4061.0, 4095.0, 4096.0, 4072.0, 4059.0, 4070.0, 4069.0, 4071.0, 4071.0, 4083.0, 4072.0, 4085.0, 4096.0, 4092.0, 4070.0, 4080.0, 4077.0, 4057.0, 4079.0, 4054.0, 4045.0, 4055.0, 4042.0, 4033.0, 4052.0, 4042.0, 4032.0, 4041.0, 4042.0, 4023.0, 4042.0, 4044.0, 4044.0, 4043.0, 4045.0, 4045.0, 4055.0, 4036.0, 4055.0, 4055.0, 4047.0, 4075.0, 4046.0, 4057.0, 4044.0, 4045.0, 4055.0, 4044.0, 4046.0, 4055.0, 4055.0, 4047.0, 4076.0, 4057.0, 4037.0, 4056.0, 4058.0, 4057.0, 4058.0, 4049.0, 4077.0, 4057.0, 4058.0, 4047.0, 4058.0, 4059.0, 4059.0, 4049.0, 4067.0, 4057.0, 4048.0, 4045.0, 4056.0, 4056.0, 4055.0, 4046.0, 4056.0, 4055.0, 4036.0, 4055.0, 4056.0, 4047.0, 4065.0, 4056.0, 4056.0, 4045.0, 4060.0, 4056.0, 4070.0, 4060.0, 4078.0, 4058.0, 4058.0, 4057.0, 4059.0, 4067.0, 4057.0, 4061.0, 4057.0, 4068.0, 4046.0, 4056.0, 4058.0, 4056.0, 4070.0, 4061.0, 4058.0, 4058.0, 4056.0, 4057.0, 4048.0, 4066.0, 4058.0, 4058.0, 4068.0, 4060.0, 4080.0, 4069.0, 4059.0, 4059.0, 4060.0, 4058.0, 4058.0, 4049.0, 4068.0, 4069.0, 4069.0, 4057.0, 4058.0, 4068.0, 4058.0, 4048.0, 4078.0, 4057.0, 4068.0, 4045.0, 4056.0, 4055.0, 4055.0, 4046.0, 4076.0, 4056.0, 4056.0, 4044.0, 4057.0, 4056.0, 4070.0, 4062.0, 4090.0, 4082.0, 4070.0, 4068.0, 4058.0, 4056.0, 4067.0, 4057.0, 4067.0, 4067.0, 4057.0, 4055.0, 4056.0, 4055.0, 4056.0, 4046.0, 4054.0, 4067.0, 4056.0, 4068.0, 4057.0, 4066.0, 4057.0, 4056.0, 4067.0, 4059.0, 4093.0, 4060.0, 4082.0, 4060.0, 4072.0, 4083.0, 4068.0, 4057.0, 4077.0, 4043.0, 4045.0, 4053.0, 4043.0, 4033.0, 4063.0, 4043.0, 4043.0, 4030.0, 4032.0, 4042.0, 4042.0, 4033.0, 4052.0, 4044.0, 4035.0, 4045.0, 4047.0, 4045.0, 4056.0, 4049.0, 4057.0, 4059.0, 4059.0, 4057.0, 4059.0, 4068.0, 4059.0, 4060.0, 4056.0, 4071.0, 4069.0, 4058.0, 4059.0, 4068.0, 4068.0, 4049.0, 4048.0, 4059.0, 4057.0, 4070.0, 4049.0, 4058.0, 4059.0, 4058.0, 4069.0, 4060.0, 4069.0, 4069.0], 'WindowWidth': [9147.0, 9090.0, 9095.0, 9050.0, 9034.0, 9055.0, 9026.0, 9014.0, 9034.0, 9025.0, 9025.0, 9019.0, 9015.0, 9023.0, 9026.0, 9002.0, 9035.0, 9028.0, 9032.0, 9028.0, 9030.0, 9027.0, 9025.0, 9019.0, 9042.0, 9033.0, 9018.0, 9032.0, 9022.0, 9032.0, 9050.0, 9039.0, 9030.0, 9051.0, 9051.0, 9046.0, 9023.0, 9058.0, 9029.0, 9018.0, 9070.0, 9027.0, 9057.0, 9018.0, 9024.0, 9023.0, 9009.0, 8999.0, 9035.0, 9025.0, 9028.0, 9027.0, 9035.0, 9028.0, 9049.0, 9023.0, 9046.0, 9054.0, 9048.0, 9050.0, 9040.0, 9048.0, 9053.0, 9036.0, 9044.0, 9038.0, 9061.0, 9048.0, 9052.0, 9026.0, 9032.0, 9030.0, 9028.0, 9017.0, 9040.0, 9044.0, 9019.0, 9040.0, 9034.0, 9030.0, 9047.0, 9024.0, 9031.0, 9052.0, 9047.0, 9050.0, 9040.0, 9057.0, 9068.0, 9077.0, 9054.0, 9041.0, 9060.0, 9049.0, 9053.0, 9049.0, 9041.0, 9063.0, 9050.0, 9056.0, 9032.0, 9051.0, 9064.0, 9042.0, 9035.0, 9046.0, 9046.0, 9061.0, 9052.0, 9048.0, 9032.0, 9044.0, 9034.0, 9045.0, 9065.0, 9038.0, 9048.0, 9054.0, 9045.0, 9044.0, 9021.0, 9056.0, 9041.0, 9057.0, 9017.0, 9024.0, 9022.0, 9021.0, 8997.0, 9032.0, 9020.0, 8998.0, 9019.0, 9027.0, 9011.0, 9042.0, 9018.0, 9039.0, 9044.0, 9045.0, 9029.0, 9018.0, 9056.0, 9045.0, 9036.0, 9044.0, 9050.0, 9046.0, 9050.0, 9040.0, 9047.0, 9048.0, 9045.0, 9041.0, 9019.0, 9029.0, 9048.0, 9045.0, 9066.0, 9075.0, 9048.0, 9036.0, 9046.0, 9026.0, 9031.0, 9041.0, 9045.0, 9032.0, 9054.0, 9042.0, 9057.0, 9036.0, 9026.0, 9035.0, 9035.0, 9010.0, 9022.0, 9070.0, 9029.0, 9039.0, 9029.0, 9041.0, 9044.0, 9017.0, 9045.0, 9035.0, 9045.0, 9048.0, 9035.0, 9040.0, 9032.0, 9043.0, 9042.0, 9017.0, 9036.0, 9039.0, 9028.0, 9022.0, 9013.0, 9025.0, 9020.0, 9012.0, 9035.0, 9021.0, 8997.0, 9032.0, 9021.0, 9015.0, 9020.0, 9026.0, 9011.0, 9038.0, 9076.0, 9070.0, 9064.0, 9054.0, 9054.0, 9068.0, 9037.0, 9061.0, 9052.0, 9047.0, 9063.0, 9040.0, 9061.0, 9063.0, 9065.0, 9043.0, 9050.0, 9062.0, 9043.0, 9031.0, 9054.0, 9056.0, 9034.0, 9057.0, 9066.0, 9036.0, 9087.0, 9068.0, 9051.0, 9070.0, 9065.0, 9094.0, 9073.0, 9057.0, 9061.0, 9051.0, 9043.0, 9047.0, 9051.0, 9062.0, 9065.0, 9070.0, 9048.0, 9050.0, 9047.0, 9046.0, 9036.0, 9059.0, 9043.0, 9036.0, 9057.0, 9066.0, 9064.0, 9047.0, 9048.0, 9047.0, 9046.0, 9049.0, 9045.0, 9045.0, 9036.0, 9057.0, 9047.0, 9062.0, 9024.0, 9030.0, 9059.0, 9036.0, 9015.0, 9025.0, 9026.0, 9016.0, 9053.0, 9042.0, 9044.0, 9039.0, 9029.0, 9026.0, 9041.0, 9031.0, 9028.0, 9045.0, 9024.0, 9055.0, 9070.0, 9068.0, 9063.0, 9036.0, 9048.0, 9041.0, 9032.0, 9056.0, 9046.0, 9045.0, 9041.0, 9034.0, 9042.0, 9046.0, 9023.0, 9042.0, 9048.0, 9051.0, 9030.0, 9049.0, 9046.0, 9042.0, 9034.0, 9044.0, 9053.0, 9036.0, 9055.0, 9047.0, 9035.0, 9044.0, 9050.0, 9033.0, 9047.0, 9039.0, 9050.0, 9069.0, 9041.0, 9068.0, 9058.0, 9070.0, 9069.0, 9060.0, 9065.0, 9052.0, 9068.0, 9048.0, 9048.0, 9063.0, 9041.0, 9016.0, 9053.0, 9024.0, 9014.0, 9022.0, 9039.0, 9022.0, 9022.0, 9015.0, 9065.0, 9061.0, 9014.0, 9024.0, 9030.0, 9043.0, 9050.0, 9052.0, 9072.0, 9075.0, 9080.0, 9075.0, 9052.0, 9038.0, 9063.0, 9032.0, 9032.0, 9022.0, 9025.0, 9026.0, 9023.0, 9015.0, 9038.0, 9039.0, 9014.0, 9026.0, 9032.0, 9029.0, 9046.0, 9020.0, 9045.0, 9051.0, 9049.0, 9050.0, 9041.0, 9045.0, 9048.0, 9064.0, 9042.0, 9034.0, 9041.0, 9041.0, 9016.0, 9054.0, 9043.0, 9046.0, 9022.0, 9028.0, 9030.0, 9041.0, 9034.0, 9044.0, 9046.0, 9037.0, 9061.0, 9064.0, 9038.0, 9033.0, 9053.0, 9053.0, 9064.0, 9041.0, 9063.0, 9051.0, 9039.0, 9060.0, 9049.0, 9063.0, 9041.0, 9050.0, 9047.0, 9050.0, 9046.0, 9033.0, 9065.0, 9050.0, 9049.0, 9039.0, 9059.0, 9064.0, 9067.0, 9049.0, 9055.0, 9050.0, 9066.0, 9039.0, 9049.0, 9052.0, 9054.0, 9054.0, 9036.0, 9058.0, 9045.0, 9034.0, 9040.0, 9054.0, 9067.0, 9039.0, 9014.0, 9023.0, 9038.0, 9014.0, 9022.0, 9031.0, 9048.0, 9049.0, 9036.0, 9046.0, 9031.0, 9027.0, 9043.0, 9016.0, 9054.0, 9044.0, 9068.0, 9043.0, 9032.0, 9044.0, 9028.0, 9016.0, 9054.0, 9025.0, 9043.0, 9023.0, 9026.0, 9021.0, 9022.0, 8996.0, 9033.0, 9024.0, 9027.0, 9022.0, 9047.0, 9027.0, 9028.0, 9016.0, 9040.0, 9043.0, 9016.0, 9024.0, 9046.0, 9029.0, 9047.0, 9037.0, 9031.0, 9051.0, 9051.0, 9050.0, 9055.0, 9065.0, 9050.0, 9055.0, 9075.0, 9050.0, 9052.0, 9029.0, 9052.0, 9074.0, 9063.0, 9036.0, 9061.0, 9050.0, 9037.0, 9046.0, 9050.0, 9046.0, 9066.0, 9041.0, 9034.0, 9068.0, 9039.0, 9067.0, 9057.0, 9087.0, 9059.0, 9056.0, 9069.0, 9043.0, 9094.0, 9065.0, 9105.0, 9117.0, 9108.0, 9066.0, 9070.0, 9074.0, 9049.0, 9083.0, 9039.0, 9031.0, 9056.0, 9043.0, 9014.0, 9041.0, 9034.0, 9059.0, 9043.0, 9025.0, 9068.0, 9060.0, 9074.0, 9026.0, 9023.0, 9029.0, 9028.0, 9066.0, 9073.0, 9032.0, 9031.0, 9041.0, 9025.0, 9015.0, 9024.0, 9025.0, 9027.0, 9047.0, 9022.0, 9037.0, 9017.0, 9006.0, 9015.0, 9003.0, 9007.0, 9018.0, 9007.0, 9041.0, 9074.0, 9053.0, 9050.0, 9035.0, 9059.0, 9045.0, 9020.0, 9061.0, 9047.0, 9049.0, 9042.0, 9030.0, 9044.0, 9020.0, 9012.0, 9036.0, 9021.0, 9013.0, 9033.0, 9022.0, 9013.0, 9007.0, 9027.0, 9025.0, 9026.0, 9031.0, 9056.0, 9046.0, 9021.0, 9031.0, 9050.0, 9049.0, 9048.0, 9038.0, 9047.0, 9046.0, 9021.0, 9060.0, 9048.0, 9051.0, 9044.0, 9035.0, 9048.0, 9047.0, 9037.0, 9060.0, 9050.0, 9037.0, 9031.0, 9051.0, 9050.0, 9052.0, 9055.0, 9063.0, 9068.0, 9045.0, 9068.0, 9073.0, 9041.0, 9055.0, 9061.0, 9113.0, 9116.0, 9078.0, 9054.0, 9072.0, 9069.0, 9074.0, 9076.0, 9095.0, 9079.0, 9099.0, 9118.0, 9106.0, 9072.0, 9085.0, 9075.0, 9048.0, 9079.0, 9039.0, 9027.0, 9041.0, 9018.0, 9010.0, 9032.0, 9017.0, 9007.0, 9016.0, 9020.0, 8997.0, 9019.0, 9025.0, 9026.0, 9022.0, 9030.0, 9028.0, 9042.0, 9020.0, 9042.0, 9043.0, 9035.0, 9068.0, 9031.0, 9048.0, 9025.0, 9029.0, 9042.0, 9027.0, 9033.0, 9042.0, 9043.0, 9034.0, 9072.0, 9049.0, 9023.0, 9044.0, 9052.0, 9049.0, 9051.0, 9040.0, 9074.0, 9051.0, 9053.0, 9035.0, 9053.0, 9055.0, 9055.0, 9040.0, 9062.0, 9048.0, 9038.0, 9029.0, 9045.0, 9047.0, 9040.0, 9033.0, 9044.0, 9043.0, 9018.0, 9042.0, 9045.0, 9035.0, 9056.0, 9046.0, 9045.0, 9028.0, 9059.0, 9047.0, 9072.0, 9057.0, 9081.0, 9052.0, 9051.0, 9048.0, 9054.0, 9062.0, 9048.0, 9062.0, 9049.0, 9064.0, 9033.0, 9045.0, 9050.0, 9046.0, 9072.0, 9062.0, 9053.0, 9052.0, 9048.0, 9049.0, 9038.0, 9061.0, 9053.0, 9053.0, 9065.0, 9060.0, 9085.0, 9070.0, 9058.0, 9056.0, 9058.0, 9054.0, 9052.0, 9042.0, 9065.0, 9068.0, 9069.0, 9048.0, 9054.0, 9066.0, 9052.0, 9041.0, 9077.0, 9049.0, 9065.0, 9029.0, 9046.0, 9042.0, 9043.0, 9032.0, 9072.0, 9045.0, 9046.0, 9027.0, 9048.0, 9048.0, 9071.0, 9067.0, 9099.0, 9091.0, 9071.0, 9063.0, 9048.0, 9044.0, 9060.0, 9047.0, 9060.0, 9060.0, 9047.0, 9041.0, 9044.0, 9041.0, 9043.0, 9031.0, 9037.0, 9060.0, 9043.0, 9062.0, 9047.0, 9059.0, 9046.0, 9043.0, 9060.0, 9054.0, 9108.0, 9062.0, 9093.0, 9062.0, 9079.0, 9096.0, 9067.0, 9047.0, 9077.0, 9024.0, 9028.0, 9036.0, 9022.0, 9011.0, 9050.0, 9023.0, 9025.0, 9002.0, 9008.0, 9021.0, 9021.0, 9012.0, 9034.0, 9027.0, 9017.0, 9030.0, 9037.0, 9032.0, 9048.0, 9042.0, 9050.0, 9056.0, 9056.0, 9048.0, 9055.0, 9067.0, 9056.0, 9058.0, 9046.0, 9076.0, 9070.0, 9052.0, 9055.0, 9065.0, 9064.0, 9043.0, 9041.0, 9054.0, 9049.0, 9072.0, 9043.0, 9053.0, 9057.0, 9054.0, 9068.0, 9058.0, 9069.0, 9069.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.0018939770114942524</td></tr>
<tr><td colspan=3>aqi</td><td>0.023172108620689653</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.077665721887215</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2114564965707721</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0332610868699659</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>4582.3848</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10263931367590877</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.367816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5874293461489555</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5430771211864984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8313294779503906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387881439309978</td></tr>
<tr><td colspan=3>gcor</td><td>0.00908812</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02340276725590229</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02361638844013214</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.8303585187777967</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>25.2428</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8755</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.7433</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>878.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.4049</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3719</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.4046</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3257.6986</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.4367</td></tr>
<tr><td colspan=3>tsnr</td><td>41.006690289010294</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>