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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0014_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0014_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>47e78aede69952cc9c83649b9cadb69f</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:23:53.502500</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.994305, 0.0017246, 0.106556, -0.0203069, 0.984615, 0.173554]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828737</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7742, -7282, 467, -26, -35, 26, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0144e516-9f8c-4144-a628-628a03a8aff5||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.6676483154296875, -0.05448189005255699, 0.28246620297431946, 107.69414520263672], [-0.004626962821930647, 2.6416499614715576, 0.4717695116996765, -96.63047790527344], [0.2858814001083374, -0.4656326472759247, 2.643415689468384, -68.07160186767578], [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': ['152353.502500', '152353.962500', '152354.422500', '152354.882500', '152355.342500', '152355.802500', '152356.262500', '152356.722500', '152357.182500', '152357.642500', '152358.102500', '152358.562500', '152359.022500', '152359.482500', '152359.942500', '152400.402500', '152400.862500', '152401.322500', '152401.782500', '152402.242500', '152402.702500', '152403.162500', '152403.622500', '152404.082500', '152404.542500', '152405.002500', '152405.462500', '152405.922500', '152406.382500', '152406.842500', '152407.302500', '152407.762500', '152408.222500', '152408.682500', '152409.142500', '152409.602500', '152410.062500', '152410.522500', '152410.982500', '152411.442500', '152411.902500', '152412.362500', '152412.822500', '152413.282500', '152413.742500', '152414.202500', '152414.662500', '152415.122500', '152415.582500', '152416.042500', '152416.502500', '152416.962500', '152417.422500', '152417.882500', '152418.342500', '152418.802500', '152419.262500', '152419.722500', '152420.182500', '152420.642500', '152421.102500', '152421.562500', '152422.022500', '152422.482500', '152422.942500', '152423.402500', '152423.862500', '152424.322500', '152424.782500', '152425.242500', '152425.702500', '152426.162500', '152426.622500', '152427.082500', '152427.542500', '152428.002500', '152428.462500', '152428.922500', '152429.382500', '152429.842500', '152430.302500', '152430.762500', '152431.222500', '152431.682500', '152432.142500', '152432.602500', '152433.062500', '152433.522500', '152433.982500', '152434.442500', '152434.902500', '152435.362500', '152435.822500', '152436.282500', '152436.742500', '152437.202500', '152437.662500', '152438.122500', '152438.582500', '152439.042500', '152439.502500', '152439.962500', '152440.422500', '152440.882500', '152441.342500', '152441.802500', '152442.262500', '152442.722500', '152443.182500', '152443.642500', '152444.102500', '152444.562500', '152445.022500', '152445.482500', '152445.942500', '152446.402500', '152446.862500', '152447.322500', '152447.782500', '152448.242500', '152448.702500', '152449.162500', '152449.622500', '152450.082500', '152450.542500', '152451.002500', '152451.462500', '152451.922500', '152452.382500', '152452.842500', '152453.302500', '152453.762500', '152454.222500', '152454.682500', '152455.142500', '152455.602500', '152456.062500', '152456.522500', '152456.982500', '152457.442500', '152457.902500', '152458.362500', '152458.822500', '152459.282500', '152459.742500', '152500.202500', '152500.662500', '152501.122500', '152501.582500', '152502.042500', '152502.502500', '152502.962500', '152503.422500', '152503.882500', '152504.342500', '152504.802500', '152505.262500', '152505.722500', '152506.182500', '152506.642500', '152507.102500', '152507.562500', '152508.022500', '152508.482500', '152508.942500', '152509.402500', '152509.862500', '152510.322500', '152510.782500', '152511.242500', '152511.702500', '152512.162500', '152512.622500', '152513.082500', '152513.542500', '152514.002500', '152514.462500', '152514.922500', '152515.382500', '152515.842500', '152516.302500', '152516.762500', '152517.222500', '152517.682500', '152518.142500', '152518.602500', '152519.062500', '152519.522500', '152519.982500', '152520.442500', '152520.902500', '152521.362500', '152521.822500', '152522.282500', '152522.742500', '152523.202500', '152523.662500', '152524.122500', '152524.582500', '152525.042500', '152525.502500', '152525.962500', '152526.422500', '152526.882500', '152527.342500', '152527.802500', '152528.262500', '152528.722500', '152529.182500', '152529.642500', '152530.102500', '152530.562500', '152531.022500', '152531.482500', '152531.942500', '152532.402500', '152532.862500', '152533.322500', '152533.782500', '152534.242500', '152534.702500', '152535.162500', '152535.622500', '152536.082500', '152536.542500', '152537.002500', '152537.462500', '152537.922500', '152538.382500', '152538.842500', '152539.302500', '152539.762500', '152540.222500', '152540.682500', '152541.142500', '152541.602500', '152542.062500', '152542.522500', '152542.982500', '152543.442500', '152543.902500', '152544.362500', '152544.822500', '152545.282500', '152545.742500', '152546.202500', '152546.662500', '152547.122500', '152547.582500', '152548.042500', '152548.502500', '152548.962500', '152549.422500', '152549.882500', '152550.342500', '152550.802500', '152551.262500', '152551.722500', '152552.182500', '152552.642500', '152553.102500', '152553.562500', '152554.022500', '152554.482500', '152554.942500', '152555.402500', '152555.862500', '152556.322500', '152556.782500', '152557.242500', '152557.702500', '152558.162500', '152558.622500', '152559.082500', '152559.542500', '152600.002500', '152600.462500', '152600.922500', '152601.382500', '152601.842500', '152602.302500', '152602.762500', '152603.222500', '152603.682500', '152604.142500', '152604.602500', '152605.062500', '152605.522500', '152605.982500', '152606.442500', '152606.902500', '152607.362500', '152607.822500', '152608.282500', '152608.742500', '152609.202500', '152609.662500', '152610.122500', '152610.582500', '152611.042500', '152611.502500', '152611.962500', '152612.422500', '152612.882500', '152613.342500', '152613.802500', '152614.262500', '152614.722500', '152615.182500', '152615.642500', '152616.102500', '152616.562500', '152617.022500', '152617.482500', '152617.942500', '152618.402500', '152618.862500', '152619.322500', '152619.782500', '152620.242500', '152620.702500', '152621.162500', '152621.622500', '152622.082500', '152622.542500', '152623.002500', '152623.462500', '152623.922500', '152624.382500', '152624.842500', '152625.302500', '152625.762500', '152626.222500', '152626.682500', '152627.142500', '152627.602500', '152628.062500', '152628.522500', '152628.982500', '152629.442500', '152629.902500', '152630.362500', '152630.822500', '152631.282500', '152631.742500', '152632.202500', '152632.662500', '152633.122500', '152633.582500', '152634.042500', '152634.502500', '152634.962500', '152635.422500', '152635.882500', '152636.342500', '152636.802500', '152637.262500', '152637.722500', '152638.182500', '152638.642500', '152639.102500', '152639.562500', '152640.022500', '152640.482500', '152640.942500', '152641.402500', '152641.862500', '152642.322500', '152642.782500', '152643.242500', '152643.702500', '152644.162500', '152644.622500', '152645.082500', '152645.542500', '152646.002500', '152646.462500', '152646.922500', '152647.382500', '152647.842500', '152648.302500', '152648.762500', '152649.222500', '152649.682500', '152650.142500', '152650.602500', '152651.062500', '152651.522500', '152651.982500', '152652.442500', '152652.902500', '152653.362500', '152653.822500', '152654.282500', '152654.742500', '152655.202500', '152655.662500', '152656.122500', '152656.582500', '152657.042500', '152657.502500', '152657.962500', '152658.422500', '152658.882500', '152659.342500', '152659.802500', '152700.262500', '152700.722500', '152701.182500', '152701.642500', '152702.102500', '152702.562500', '152703.022500', '152703.482500', '152703.942500', '152704.402500', '152704.862500', '152705.322500', '152705.782500', '152706.242500', '152706.702500', '152707.162500', '152707.622500', '152708.082500', '152708.542500', '152709.002500', '152709.462500', '152709.922500', '152710.382500', '152710.842500', '152711.302500', '152711.762500', '152712.222500', '152712.682500', '152713.142500', '152713.602500', '152714.062500', '152714.522500', '152714.982500', '152715.442500', '152715.902500', '152716.362500', '152716.822500', '152717.282500', '152717.742500', '152718.202500', '152718.662500', '152719.122500', '152719.582500', '152720.042500', '152720.502500', '152720.962500', '152721.422500', '152721.882500', '152722.342500', '152722.802500', '152723.262500', '152723.722500', '152724.182500', '152724.642500', '152725.102500', '152725.562500', '152726.022500', '152726.482500', '152726.942500', '152727.402500', '152727.862500', '152728.322500', '152728.782500', '152729.242500', '152729.702500', '152730.162500', '152730.622500', '152731.082500', '152731.542500', '152732.002500', '152732.462500', '152732.922500', '152733.382500', '152733.842500', '152734.302500', '152734.762500', '152735.222500', '152735.682500', '152736.142500', '152736.602500', '152737.062500', '152737.522500', '152737.982500', '152738.442500', '152738.902500', '152739.362500', '152739.822500', '152740.282500', '152740.742500', '152741.202500', '152741.662500', '152742.122500', '152742.582500', '152743.042500', '152743.502500', '152743.962500', '152744.422500', '152744.882500', '152745.342500', '152745.802500', '152746.262500', '152746.722500', '152747.182500', '152747.642500', '152748.102500', '152748.562500', '152749.022500', '152749.482500', '152749.942500', '152750.402500', '152750.862500', '152751.322500', '152751.782500', '152752.242500', '152752.702500', '152753.162500', '152753.622500', '152754.082500', '152754.542500', '152755.002500', '152755.462500', '152755.922500', '152756.382500', '152756.842500', '152757.302500', '152757.762500', '152758.222500', '152758.682500', '152759.142500', '152759.602500', '152800.062500', '152800.522500', '152800.982500', '152801.442500', '152801.902500', '152802.362500', '152802.822500', '152803.282500', '152803.742500', '152804.202500', '152804.662500', '152805.122500', '152805.582500', '152806.042500', '152806.502500', '152806.962500', '152807.422500', '152807.882500', '152808.342500', '152808.802500', '152809.262500', '152809.722500', '152810.182500', '152810.642500', '152811.102500', '152811.562500', '152812.022500', '152812.482500', '152812.942500', '152813.402500', '152813.862500', '152814.322500', '152814.782500', '152815.242500', '152815.702500', '152816.162500', '152816.622500', '152817.082500', '152817.542500', '152818.002500', '152818.462500', '152818.922500', '152819.382500', '152819.842500', '152820.302500', '152820.762500', '152821.222500', '152821.682500', '152822.142500', '152822.602500', '152823.062500', '152823.522500', '152823.982500', '152824.442500', '152824.902500', '152825.362500', '152825.822500', '152826.282500', '152826.742500', '152827.202500', '152827.662500', '152828.122500', '152828.582500', '152829.042500', '152829.502500', '152829.962500', '152830.422500', '152830.882500', '152831.342500', '152831.802500', '152832.262500', '152832.722500', '152833.182500', '152833.642500', '152834.102500', '152834.562500', '152835.022500', '152835.482500', '152835.942500', '152836.402500', '152836.862500', '152837.322500', '152837.782500', '152838.242500', '152838.702500', '152839.162500', '152839.622500', '152840.082500', '152840.542500', '152841.002500', '152841.462500', '152841.922500', '152842.382500', '152842.842500', '152843.302500', '152843.762500', '152844.222500', '152844.682500', '152845.142500', '152845.602500', '152846.062500', '152846.522500', '152846.982500', '152847.442500', '152847.902500', '152848.362500', '152848.822500', '152849.282500', '152849.742500', '152850.202500', '152850.662500', '152851.122500', '152851.582500', '152852.042500', '152852.502500', '152852.962500', '152853.422500', '152853.882500', '152854.342500', '152854.802500', '152855.262500', '152855.722500', '152856.182500', '152856.642500', '152857.102500', '152857.562500', '152858.022500', '152858.482500', '152858.942500', '152859.402500', '152859.862500', '152900.322500', '152900.782500', '152901.242500', '152901.702500', '152902.162500', '152902.622500', '152903.082500', '152903.542500', '152904.002500', '152904.462500', '152904.922500', '152905.382500', '152905.842500', '152906.302500', '152906.762500', '152907.222500', '152907.682500', '152908.142500', '152908.602500', '152909.062500', '152909.522500', '152909.982500', '152910.442500', '152910.902500', '152911.362500', '152911.822500', '152912.282500', '152912.742500', '152913.202500', '152913.662500', '152914.122500', '152914.582500', '152915.042500', '152915.502500', '152915.962500', '152916.422500', '152916.882500', '152917.342500', '152917.802500', '152918.262500', '152918.722500', '152919.182500', '152919.642500', '152920.102500', '152920.562500', '152921.022500', '152921.482500', '152921.942500', '152922.402500', '152922.862500', '152923.322500', '152923.782500', '152924.242500', '152924.702500', '152925.162500', '152925.622500', '152926.082500', '152926.542500', '152927.002500', '152927.462500', '152927.922500', '152928.382500', '152928.842500', '152929.302500', '152929.762500', '152930.222500', '152930.682500', '152931.142500', '152931.602500', '152932.062500', '152932.522500', '152932.982500', '152933.442500', '152933.902500', '152934.362500', '152934.822500', '152935.282500', '152935.742500', '152936.202500', '152936.662500', '152937.122500', '152937.582500', '152938.042500', '152938.502500', '152938.962500', '152939.422500', '152939.882500', '152940.342500', '152940.802500', '152941.262500', '152941.722500', '152942.182500', '152942.642500', '152943.102500', '152943.562500', '152944.022500', '152944.482500', '152944.942500', '152945.402500', '152945.862500', '152946.322500', '152946.782500', '152947.242500', '152947.702500', '152948.162500', '152948.622500', '152949.082500', '152949.542500', '152950.002500', '152950.462500', '152950.922500', '152951.382500', '152951.842500', '152952.302500', '152952.762500', '152953.222500', '152953.682500', '152954.142500', '152954.602500', '152955.062500', '152955.522500', '152955.982500', '152956.442500', '152956.902500', '152957.362500', '152957.822500', '152958.282500', '152958.742500', '152959.202500', '152959.662500', '153000.122500', '153000.582500', '153001.042500', '153001.502500', '153001.962500', '153002.422500', '153002.882500', '153003.342500', '153003.802500', '153004.262500', '153004.722500', '153005.182500', '153005.642500', '153006.102500', '153006.562500', '153007.022500', '153007.482500', '153007.942500', '153008.402500', '153008.862500', '153009.322500', '153009.782500', '153010.242500', '153010.702500', '153011.162500', '153011.622500', '153012.082500', '153012.542500', '153013.002500', '153013.462500', '153013.922500', '153014.382500', '153014.842500', '153015.302500', '153015.762500', '153016.222500', '153016.682500', '153017.142500', '153017.602500', '153018.062500', '153018.522500', '153018.982500', '153019.442500', '153019.902500', '153020.362500', '153020.822500', '153021.282500', '153021.742500', '153022.202500', '153022.662500', '153023.122500', '153023.582500', '153024.042500', '153024.502500', '153024.962500', '153025.422500', '153025.882500', '153026.342500', '153026.802500', '153027.262500', '153027.722500', '153028.182500', '153028.642500', '153029.102500', '153029.562500', '153030.022500', '153030.482500', '153030.942500', '153031.402500', '153031.862500', '153032.322500', '153032.782500', '153033.242500', '153033.702500', '153034.162500'], 'ContentTime': ['152408.407000', '152408.410000', '152408.413000', '152408.416000', '152408.419000', '152408.421000', '152408.424000', '152408.427000', '152408.430000', '152408.433000', '152408.435000', '152408.438000', '152408.444000', '152408.447000', '152408.449000', '152408.452000', '152408.455000', '152408.458000', '152408.460000', '152408.463000', '152408.466000', '152408.469000', '152408.472000', '152408.475000', '152408.477000', '152408.480000', '152408.483000', '152408.486000', '152408.489000', '152408.492000', '152408.494000', '152428.379000', '152428.382000', '152428.384000', '152428.387000', '152428.390000', '152428.393000', '152428.395000', '152428.398000', '152428.401000', '152428.404000', '152428.406000', '152428.409000', '152428.412000', '152428.415000', '152428.418000', '152428.421000', '152428.423000', '152428.426000', '152428.429000', '152428.432000', '152428.435000', '152428.437000', '152428.440000', '152428.443000', '152428.446000', '152428.449000', '152428.451000', '152428.454000', '152428.457000', '152428.460000', '152428.463000', '152428.465000', '152428.468000', '152428.471000', '152428.476000', '152428.479000', '152428.482000', '152428.485000', '152428.487000', '152428.490000', '152428.493000', '152428.496000', '152428.499000', '152428.502000', '152448.379000', '152448.382000', '152448.384000', '152448.387000', '152448.390000', '152448.393000', '152448.396000', '152448.398000', '152448.401000', '152448.404000', '152448.407000', '152448.410000', '152448.412000', '152448.415000', '152448.418000', '152448.421000', '152448.424000', '152448.432000', '152448.435000', '152448.438000', '152448.440000', '152448.443000', '152448.446000', '152448.449000', '152448.452000', '152448.455000', '152448.457000', '152448.460000', '152448.463000', '152448.466000', '152448.469000', '152448.471000', '152448.474000', '152448.477000', '152448.480000', '152448.483000', '152448.485000', '152448.498000', '152448.502000', '152448.504000', '152448.507000', '152448.510000', '152448.513000', '152508.378000', '152508.381000', '152508.384000', '152508.386000', '152508.389000', '152508.392000', '152508.395000', '152508.398000', '152508.401000', '152508.403000', '152508.406000', '152508.409000', '152508.412000', '152508.414000', '152508.417000', '152508.420000', '152508.423000', '152508.425000', '152508.428000', '152508.431000', '152508.434000', '152508.436000', '152508.449000', '152508.451000', '152508.454000', '152508.457000', '152508.460000', '152508.464000', '152508.467000', '152508.469000', '152508.472000', '152508.475000', '152508.478000', '152508.481000', '152508.484000', '152508.486000', '152508.489000', '152508.492000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.509000', '152528.378000', '152528.381000', '152528.383000', '152528.386000', '152528.389000', '152528.392000', '152528.395000', '152528.397000', '152528.400000', '152528.403000', '152528.406000', '152528.409000', '152528.411000', '152528.414000', '152528.417000', '152528.420000', '152528.422000', '152528.425000', '152528.428000', '152528.431000', '152528.433000', '152528.436000', '152528.439000', '152528.442000', '152528.445000', '152528.448000', '152528.450000', '152528.453000', '152528.456000', '152528.459000', '152528.461000', '152528.464000', '152528.467000', '152528.470000', '152528.472000', '152528.475000', '152528.478000', '152528.481000', '152528.484000', '152528.487000', '152528.490000', '152528.492000', '152528.495000', '152548.378000', '152548.381000', '152548.384000', '152548.387000', '152548.389000', '152548.392000', '152548.395000', '152548.398000', '152548.401000', '152548.404000', '152548.407000', '152548.410000', '152548.413000', '152548.416000', '152548.418000', '152548.421000', '152548.424000', '152548.427000', '152548.430000', '152548.432000', '152548.435000', '152548.438000', '152548.441000', '152548.444000', '152548.447000', '152548.449000', '152548.452000', '152548.455000', '152548.458000', '152548.461000', '152548.463000', '152548.466000', '152548.469000', '152548.472000', '152548.475000', '152548.477000', '152548.480000', '152548.483000', '152548.486000', '152548.488000', '152548.491000', '152548.494000', '152548.497000', '152608.378000', '152608.381000', '152608.383000', '152608.386000', '152608.389000', '152608.392000', '152608.395000', '152608.398000', '152608.401000', '152608.403000', '152608.406000', '152608.409000', '152608.412000', '152608.414000', '152608.417000', '152608.420000', '152608.423000', '152608.426000', '152608.428000', '152608.431000', '152608.434000', '152608.437000', '152608.440000', '152608.443000', '152608.446000', '152608.448000', '152608.451000', '152608.454000', '152608.457000', '152608.460000', '152608.462000', '152608.465000', '152608.468000', '152608.471000', '152608.474000', '152608.476000', '152608.479000', '152608.482000', '152608.485000', '152608.488000', '152608.491000', '152608.493000', '152608.496000', '152608.499000', '152628.379000', '152628.382000', '152628.385000', '152628.387000', '152628.390000', '152628.393000', '152628.396000', '152628.399000', '152628.401000', '152628.404000', '152628.407000', '152628.410000', '152628.413000', '152628.416000', '152628.418000', '152628.421000', '152628.424000', '152628.427000', '152628.430000', '152628.433000', '152628.436000', '152628.439000', '152628.442000', '152628.445000', '152628.448000', '152628.450000', '152628.453000', '152628.456000', '152628.459000', '152628.462000', '152628.465000', '152628.467000', '152628.470000', '152628.486000', '152628.489000', '152628.492000', '152628.495000', '152628.497000', '152628.501000', '152628.504000', '152628.507000', '152628.510000', '152628.513000', '152648.379000', '152648.382000', '152648.384000', '152648.387000', '152648.390000', '152648.393000', '152648.396000', '152648.399000', '152648.402000', '152648.405000', '152648.407000', '152648.410000', '152648.413000', '152648.416000', '152648.419000', '152648.422000', '152648.424000', '152648.427000', '152648.430000', '152648.433000', '152648.436000', '152648.438000', '152648.441000', '152648.444000', '152648.447000', '152648.450000', '152648.453000', '152648.456000', '152648.458000', '152648.461000', '152648.464000', '152648.467000', '152648.470000', '152648.473000', '152648.475000', '152648.478000', '152648.481000', '152648.484000', '152648.487000', '152648.490000', '152648.492000', '152648.495000', '152648.498000', '152648.501000', '152708.378000', '152708.381000', '152708.384000', '152708.387000', '152708.390000', '152708.393000', '152708.396000', '152708.399000', '152708.401000', '152708.404000', '152708.407000', '152708.411000', '152708.414000', '152708.416000', '152708.419000', '152708.422000', '152708.425000', '152708.428000', '152708.431000', '152708.434000', '152708.436000', '152708.439000', '152708.442000', '152708.445000', '152708.448000', '152708.450000', '152708.453000', '152708.456000', '152708.459000', '152708.462000', '152708.465000', '152708.468000', '152708.470000', '152708.473000', '152708.476000', '152708.479000', '152708.482000', '152708.484000', '152708.487000', '152708.490000', '152708.493000', '152708.496000', '152708.498000', '152728.378000', '152728.381000', '152728.384000', '152728.387000', '152728.389000', '152728.392000', '152728.395000', '152728.398000', '152728.401000', '152728.404000', '152728.407000', '152728.409000', '152728.412000', '152728.415000', '152728.418000', '152728.421000', '152728.424000', '152728.426000', '152728.429000', '152728.432000', '152728.435000', '152728.438000', '152728.441000', '152728.443000', '152728.446000', '152728.449000', '152728.452000', '152728.455000', '152728.457000', '152728.460000', '152728.463000', '152728.466000', '152728.469000', '152728.471000', '152728.474000', '152728.477000', '152728.480000', '152728.483000', '152728.486000', '152728.489000', '152728.491000', '152728.494000', '152728.497000', '152728.500000', '152748.378000', '152748.381000', '152748.384000', '152748.386000', '152748.389000', '152748.392000', '152748.395000', '152748.398000', '152748.401000', '152748.404000', '152748.406000', '152748.409000', '152748.412000', '152748.415000', '152748.418000', '152748.421000', '152748.424000', '152748.427000', '152748.430000', '152748.433000', '152748.436000', '152748.438000', '152748.441000', '152748.444000', '152748.447000', '152748.450000', '152748.453000', '152748.456000', '152748.458000', '152748.461000', '152748.464000', '152748.467000', '152748.470000', '152748.472000', '152748.475000', '152748.478000', '152748.481000', '152748.483000', '152748.486000', '152748.489000', '152748.492000', '152748.495000', '152748.498000', '152808.378000', '152808.381000', '152808.384000', '152808.386000', '152808.389000', '152808.392000', '152808.395000', '152808.398000', '152808.400000', '152808.403000', '152808.406000', '152808.409000', '152808.412000', '152808.414000', '152808.417000', '152808.436000', '152808.439000', '152808.442000', '152808.444000', '152808.447000', '152808.450000', '152808.453000', '152808.456000', '152808.459000', '152808.461000', '152808.464000', '152808.467000', '152808.470000', '152808.473000', '152808.476000', '152808.478000', '152808.481000', '152808.484000', '152808.487000', '152808.490000', '152808.493000', '152808.495000', '152808.498000', '152808.501000', '152808.504000', '152808.507000', '152808.510000', '152808.512000', '152808.515000', '152828.378000', '152828.381000', '152828.384000', '152828.387000', '152828.389000', '152828.392000', '152828.395000', '152828.398000', '152828.401000', '152828.404000', '152828.406000', '152828.409000', '152828.412000', '152828.415000', '152828.418000', '152828.421000', '152828.424000', '152828.427000', '152828.430000', '152828.433000', '152828.436000', '152828.439000', '152828.442000', '152828.444000', '152828.447000', '152828.450000', '152828.453000', '152828.456000', '152828.459000', '152828.462000', '152828.464000', '152828.467000', '152828.470000', '152828.473000', '152828.476000', '152828.479000', '152828.481000', '152828.484000', '152828.487000', '152828.490000', '152828.493000', '152828.496000', '152828.498000', '152848.379000', '152848.382000', '152848.385000', '152848.388000', '152848.391000', '152848.393000', '152848.396000', '152848.399000', '152848.402000', '152848.405000', '152848.408000', '152848.410000', '152848.413000', '152848.416000', '152848.419000', '152848.422000', '152848.425000', '152848.427000', '152848.430000', '152848.433000', '152848.436000', '152848.439000', '152848.442000', '152848.444000', '152848.447000', '152848.450000', '152848.453000', '152848.456000', '152848.459000', '152848.462000', '152848.464000', '152848.467000', '152848.470000', '152848.473000', '152848.476000', '152848.479000', '152848.481000', '152848.484000', '152848.487000', '152848.490000', '152848.493000', '152848.495000', '152848.498000', '152848.501000', '152908.379000', '152908.382000', '152908.385000', '152908.388000', '152908.391000', '152908.393000', '152908.396000', '152908.399000', '152908.402000', '152908.405000', '152908.408000', '152908.410000', '152908.413000', '152908.416000', '152908.419000', '152908.422000', '152908.425000', '152908.427000', '152908.430000', '152908.433000', '152908.436000', '152908.439000', '152908.442000', '152908.445000', '152908.447000', '152908.450000', '152908.453000', '152908.456000', '152908.460000', '152908.464000', '152908.468000', '152908.471000', '152908.474000', '152908.476000', '152908.479000', '152908.482000', '152908.485000', '152908.488000', '152908.491000', '152908.494000', '152908.497000', '152908.500000', '152908.503000', '152928.378000', '152928.381000', '152928.384000', '152928.387000', '152928.390000', '152928.392000', '152928.395000', '152928.398000', '152928.401000', '152928.404000', '152928.406000', '152928.410000', '152928.412000', '152928.415000', '152928.418000', '152928.421000', '152928.424000', '152928.426000', '152928.429000', '152928.432000', '152928.435000', '152928.438000', '152928.441000', '152928.450000', '152928.453000', '152928.455000', '152928.468000', '152928.471000', '152928.474000', '152928.476000', '152928.479000', '152928.482000', '152928.485000', '152928.488000', '152928.491000', '152928.494000', '152928.496000', '152928.499000', '152928.502000', '152928.505000', '152928.508000', '152928.511000', '152928.513000', '152928.516000', '152948.378000', '152948.381000', '152948.384000', '152948.387000', '152948.389000', '152948.393000', '152948.395000', '152948.398000', '152948.401000', '152948.404000', '152948.407000', '152948.411000', '152948.414000', '152948.417000', '152948.420000', '152948.423000', '152948.425000', '152948.428000', '152948.431000', '152948.434000', '152948.437000', '152948.440000', '152948.443000', '152948.446000', '152948.448000', '152948.451000', '152948.454000', '152948.457000', '152948.460000', '152948.463000', '152948.466000', '152948.470000', '152948.473000', '152948.476000', '152948.479000', '152948.482000', '152948.484000', '152948.487000', '152948.490000', '152948.493000', '152948.496000', '152948.499000', '152948.501000', '153008.378000', '153008.381000', '153008.384000', '153008.387000', '153008.389000', '153008.392000', '153008.395000', '153008.398000', '153008.401000', '153008.404000', '153008.406000', '153008.409000', '153008.412000', '153008.415000', '153008.418000', '153008.421000', '153008.423000', '153008.426000', '153008.429000', '153008.432000', '153008.435000', '153008.437000', '153008.440000', '153008.443000', '153008.447000', '153008.450000', '153008.453000', '153008.455000', '153008.458000', '153008.461000', '153008.464000', '153008.466000', '153008.469000', '153008.472000', '153008.475000', '153008.478000', '153008.481000', '153008.483000', '153008.486000', '153008.489000', '153008.492000', '153008.495000', '153008.498000', '153008.500000', '153028.378000', '153028.381000', '153028.384000', '153028.386000', '153028.389000', '153028.392000', '153028.395000', '153028.398000', '153028.400000', '153028.403000', '153028.406000', '153028.409000', '153028.412000', '153028.415000', '153028.417000', '153028.420000', '153028.423000', '153028.426000', '153028.429000', '153028.432000', '153028.435000', '153028.437000', '153028.440000', '153028.443000', '153028.446000', '153028.449000', '153028.452000', '153028.454000', '153028.457000', '153028.460000', '153028.463000', '153028.466000', '153028.469000', '153028.471000', '153028.474000', '153028.477000', '153028.480000', '153028.483000', '153028.486000', '153028.488000', '153028.492000', '153028.494000', '153028.497000', '153034.984000', '153034.988000', '153034.991000', '153034.998000', '153035.003000', '153035.006000', '153035.009000', '153035.012000', '153035.015000', '153035.018000', '153035.021000', '153035.024000', '153035.026000', '153035.029000', '153035.032000'], 'InstanceCreationTime': ['152408.407000', '152408.410000', '152408.413000', '152408.416000', '152408.419000', '152408.421000', '152408.424000', '152408.427000', '152408.430000', '152408.433000', '152408.435000', '152408.438000', '152408.444000', '152408.447000', '152408.449000', '152408.452000', '152408.455000', '152408.458000', '152408.460000', '152408.463000', '152408.466000', '152408.469000', '152408.472000', '152408.475000', '152408.477000', '152408.480000', '152408.483000', '152408.486000', '152408.489000', '152408.492000', '152408.494000', '152428.379000', '152428.382000', '152428.384000', '152428.387000', '152428.390000', '152428.393000', '152428.395000', '152428.398000', '152428.401000', '152428.404000', '152428.406000', '152428.409000', '152428.412000', '152428.415000', '152428.418000', '152428.421000', '152428.423000', '152428.426000', '152428.429000', '152428.432000', '152428.435000', '152428.437000', '152428.440000', '152428.443000', '152428.446000', '152428.449000', '152428.451000', '152428.454000', '152428.457000', '152428.460000', '152428.463000', '152428.465000', '152428.468000', '152428.471000', '152428.476000', '152428.479000', '152428.482000', '152428.485000', '152428.487000', '152428.490000', '152428.493000', '152428.496000', '152428.499000', '152428.502000', '152448.379000', '152448.382000', '152448.384000', '152448.387000', '152448.390000', '152448.393000', '152448.396000', '152448.398000', '152448.401000', '152448.404000', '152448.407000', '152448.410000', '152448.412000', '152448.415000', '152448.418000', '152448.421000', '152448.424000', '152448.432000', '152448.435000', '152448.438000', '152448.440000', '152448.443000', '152448.446000', '152448.449000', '152448.452000', '152448.455000', '152448.457000', '152448.460000', '152448.463000', '152448.466000', '152448.469000', '152448.471000', '152448.474000', '152448.477000', '152448.480000', '152448.483000', '152448.485000', '152448.498000', '152448.502000', '152448.504000', '152448.507000', '152448.510000', '152448.513000', '152508.378000', '152508.381000', '152508.384000', '152508.386000', '152508.389000', '152508.392000', '152508.395000', '152508.398000', '152508.401000', '152508.403000', '152508.406000', '152508.409000', '152508.412000', '152508.414000', '152508.417000', '152508.420000', '152508.423000', '152508.425000', '152508.428000', '152508.431000', '152508.434000', '152508.436000', '152508.449000', '152508.451000', '152508.454000', '152508.457000', '152508.460000', '152508.464000', '152508.467000', '152508.469000', '152508.472000', '152508.475000', '152508.478000', '152508.481000', '152508.484000', '152508.486000', '152508.489000', '152508.492000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.509000', '152528.378000', '152528.381000', '152528.383000', '152528.386000', '152528.389000', '152528.392000', '152528.395000', '152528.397000', '152528.400000', '152528.403000', '152528.406000', '152528.409000', '152528.411000', '152528.414000', '152528.417000', '152528.420000', '152528.422000', '152528.425000', '152528.428000', '152528.431000', '152528.433000', '152528.436000', '152528.439000', '152528.442000', '152528.445000', '152528.448000', '152528.450000', '152528.453000', '152528.456000', '152528.459000', '152528.461000', '152528.464000', '152528.467000', '152528.470000', '152528.472000', '152528.475000', '152528.478000', '152528.481000', '152528.484000', '152528.487000', '152528.490000', '152528.492000', '152528.495000', '152548.378000', '152548.381000', '152548.384000', '152548.387000', '152548.389000', '152548.392000', '152548.395000', '152548.398000', '152548.401000', '152548.404000', '152548.407000', '152548.410000', '152548.413000', '152548.416000', '152548.418000', '152548.421000', '152548.424000', '152548.427000', '152548.430000', '152548.432000', '152548.435000', '152548.438000', '152548.441000', '152548.444000', '152548.447000', '152548.449000', '152548.452000', '152548.455000', '152548.458000', '152548.461000', '152548.463000', '152548.466000', '152548.469000', '152548.472000', '152548.475000', '152548.477000', '152548.480000', '152548.483000', '152548.486000', '152548.488000', '152548.491000', '152548.494000', '152548.497000', '152608.378000', '152608.381000', '152608.383000', '152608.386000', '152608.389000', '152608.392000', '152608.395000', '152608.398000', '152608.401000', '152608.403000', '152608.406000', '152608.409000', '152608.412000', '152608.414000', '152608.417000', '152608.420000', '152608.423000', '152608.426000', '152608.428000', '152608.431000', '152608.434000', '152608.437000', '152608.440000', '152608.443000', '152608.446000', '152608.448000', '152608.451000', '152608.454000', '152608.457000', '152608.460000', '152608.462000', '152608.465000', '152608.468000', '152608.471000', '152608.474000', '152608.476000', '152608.479000', '152608.482000', '152608.485000', '152608.488000', '152608.491000', '152608.493000', '152608.496000', '152608.499000', '152628.379000', '152628.382000', '152628.385000', '152628.387000', '152628.390000', '152628.393000', '152628.396000', '152628.399000', '152628.401000', '152628.404000', '152628.407000', '152628.410000', '152628.413000', '152628.416000', '152628.418000', '152628.421000', '152628.424000', '152628.427000', '152628.430000', '152628.433000', '152628.436000', '152628.439000', '152628.442000', '152628.445000', '152628.448000', '152628.450000', '152628.453000', '152628.456000', '152628.459000', '152628.462000', '152628.465000', '152628.467000', '152628.470000', '152628.486000', '152628.489000', '152628.492000', '152628.495000', '152628.497000', '152628.501000', '152628.504000', '152628.507000', '152628.510000', '152628.513000', '152648.379000', '152648.382000', '152648.384000', '152648.387000', '152648.390000', '152648.393000', '152648.396000', '152648.399000', '152648.402000', '152648.405000', '152648.407000', '152648.410000', '152648.413000', '152648.416000', '152648.419000', '152648.422000', '152648.424000', '152648.427000', '152648.430000', '152648.433000', '152648.436000', '152648.438000', '152648.441000', '152648.444000', '152648.447000', '152648.450000', '152648.453000', '152648.456000', '152648.458000', '152648.461000', '152648.464000', '152648.467000', '152648.470000', '152648.473000', '152648.475000', '152648.478000', '152648.481000', '152648.484000', '152648.487000', '152648.490000', '152648.492000', '152648.495000', '152648.498000', '152648.501000', '152708.378000', '152708.381000', '152708.384000', '152708.387000', '152708.390000', '152708.393000', '152708.396000', '152708.399000', '152708.401000', '152708.404000', '152708.407000', '152708.411000', '152708.414000', '152708.416000', '152708.419000', '152708.422000', '152708.425000', '152708.428000', '152708.431000', '152708.434000', '152708.436000', '152708.439000', '152708.442000', '152708.445000', '152708.448000', '152708.450000', '152708.453000', '152708.456000', '152708.459000', '152708.462000', '152708.465000', '152708.468000', '152708.470000', '152708.473000', '152708.476000', '152708.479000', '152708.482000', '152708.484000', '152708.487000', '152708.490000', '152708.493000', '152708.496000', '152708.498000', '152728.378000', '152728.381000', '152728.384000', '152728.387000', '152728.389000', '152728.392000', '152728.395000', '152728.398000', '152728.401000', '152728.404000', '152728.407000', '152728.409000', '152728.412000', '152728.415000', '152728.418000', '152728.421000', '152728.424000', '152728.426000', '152728.429000', '152728.432000', '152728.435000', '152728.438000', '152728.441000', '152728.443000', '152728.446000', '152728.449000', '152728.452000', '152728.455000', '152728.457000', '152728.460000', '152728.463000', '152728.466000', '152728.469000', '152728.471000', '152728.474000', '152728.477000', '152728.480000', '152728.483000', '152728.486000', '152728.489000', '152728.491000', '152728.494000', '152728.497000', '152728.500000', '152748.378000', '152748.381000', '152748.384000', '152748.386000', '152748.389000', '152748.392000', '152748.395000', '152748.398000', '152748.401000', '152748.404000', '152748.406000', '152748.409000', '152748.412000', '152748.415000', '152748.418000', '152748.421000', '152748.424000', '152748.427000', '152748.430000', '152748.433000', '152748.436000', '152748.438000', '152748.441000', '152748.444000', '152748.447000', '152748.450000', '152748.453000', '152748.456000', '152748.458000', '152748.461000', '152748.464000', '152748.467000', '152748.470000', '152748.472000', '152748.475000', '152748.478000', '152748.481000', '152748.483000', '152748.486000', '152748.489000', '152748.492000', '152748.495000', '152748.498000', '152808.378000', '152808.381000', '152808.384000', '152808.386000', '152808.389000', '152808.392000', '152808.395000', '152808.398000', '152808.400000', '152808.403000', '152808.406000', '152808.409000', '152808.412000', '152808.414000', '152808.417000', '152808.436000', '152808.439000', '152808.442000', '152808.444000', '152808.447000', '152808.450000', '152808.453000', '152808.456000', '152808.459000', '152808.461000', '152808.464000', '152808.467000', '152808.470000', '152808.473000', '152808.476000', '152808.478000', '152808.481000', '152808.484000', '152808.487000', '152808.490000', '152808.493000', '152808.495000', '152808.498000', '152808.501000', '152808.504000', '152808.507000', '152808.510000', '152808.512000', '152808.515000', '152828.378000', '152828.381000', '152828.384000', '152828.387000', '152828.389000', '152828.392000', '152828.395000', '152828.398000', '152828.401000', '152828.404000', '152828.406000', '152828.409000', '152828.412000', '152828.415000', '152828.418000', '152828.421000', '152828.424000', '152828.427000', '152828.430000', '152828.433000', '152828.436000', '152828.439000', '152828.442000', '152828.444000', '152828.447000', '152828.450000', '152828.453000', '152828.456000', '152828.459000', '152828.462000', '152828.464000', '152828.467000', '152828.470000', '152828.473000', '152828.476000', '152828.479000', '152828.481000', '152828.484000', '152828.487000', '152828.490000', '152828.493000', '152828.496000', '152828.498000', '152848.379000', '152848.382000', '152848.385000', '152848.388000', '152848.391000', '152848.393000', '152848.396000', '152848.399000', '152848.402000', '152848.405000', '152848.408000', '152848.410000', '152848.413000', '152848.416000', '152848.419000', '152848.422000', '152848.425000', '152848.427000', '152848.430000', '152848.433000', '152848.436000', '152848.439000', '152848.442000', '152848.444000', '152848.447000', '152848.450000', '152848.453000', '152848.456000', '152848.459000', '152848.462000', '152848.464000', '152848.467000', '152848.470000', '152848.473000', '152848.476000', '152848.479000', '152848.481000', '152848.484000', '152848.487000', '152848.490000', '152848.493000', '152848.495000', '152848.498000', '152848.501000', '152908.379000', '152908.382000', '152908.385000', '152908.388000', '152908.391000', '152908.393000', '152908.396000', '152908.399000', '152908.402000', '152908.405000', '152908.408000', '152908.410000', '152908.413000', '152908.416000', '152908.419000', '152908.422000', '152908.425000', '152908.427000', '152908.430000', '152908.433000', '152908.436000', '152908.439000', '152908.442000', '152908.445000', '152908.447000', '152908.450000', '152908.453000', '152908.456000', '152908.460000', '152908.464000', '152908.468000', '152908.471000', '152908.474000', '152908.476000', '152908.479000', '152908.482000', '152908.485000', '152908.488000', '152908.491000', '152908.494000', '152908.497000', '152908.500000', '152908.503000', '152928.378000', '152928.381000', '152928.384000', '152928.387000', '152928.390000', '152928.392000', '152928.395000', '152928.398000', '152928.401000', '152928.404000', '152928.406000', '152928.410000', '152928.412000', '152928.415000', '152928.418000', '152928.421000', '152928.424000', '152928.426000', '152928.429000', '152928.432000', '152928.435000', '152928.438000', '152928.441000', '152928.450000', '152928.453000', '152928.455000', '152928.468000', '152928.471000', '152928.474000', '152928.476000', '152928.479000', '152928.482000', '152928.485000', '152928.488000', '152928.491000', '152928.494000', '152928.496000', '152928.499000', '152928.502000', '152928.505000', '152928.508000', '152928.511000', '152928.513000', '152928.516000', '152948.378000', '152948.381000', '152948.384000', '152948.387000', '152948.389000', '152948.393000', '152948.395000', '152948.398000', '152948.401000', '152948.404000', '152948.407000', '152948.411000', '152948.414000', '152948.417000', '152948.420000', '152948.423000', '152948.425000', '152948.428000', '152948.431000', '152948.434000', '152948.437000', '152948.440000', '152948.443000', '152948.446000', '152948.448000', '152948.451000', '152948.454000', '152948.457000', '152948.460000', '152948.463000', '152948.466000', '152948.470000', '152948.473000', '152948.476000', '152948.479000', '152948.482000', '152948.484000', '152948.487000', '152948.490000', '152948.493000', '152948.496000', '152948.499000', '152948.501000', '153008.378000', '153008.381000', '153008.384000', '153008.387000', '153008.389000', '153008.392000', '153008.395000', '153008.398000', '153008.401000', '153008.404000', '153008.406000', '153008.409000', '153008.412000', '153008.415000', '153008.418000', '153008.421000', '153008.423000', '153008.426000', '153008.429000', '153008.432000', '153008.435000', '153008.437000', '153008.440000', '153008.443000', '153008.447000', '153008.450000', '153008.453000', '153008.455000', '153008.458000', '153008.461000', '153008.464000', '153008.466000', '153008.469000', '153008.472000', '153008.475000', '153008.478000', '153008.481000', '153008.483000', '153008.486000', '153008.489000', '153008.492000', '153008.495000', '153008.498000', '153008.500000', '153028.378000', '153028.381000', '153028.384000', '153028.386000', '153028.389000', '153028.392000', '153028.395000', '153028.398000', '153028.400000', '153028.403000', '153028.406000', '153028.409000', '153028.412000', '153028.415000', '153028.417000', '153028.420000', '153028.423000', '153028.426000', '153028.429000', '153028.432000', '153028.435000', '153028.437000', '153028.440000', '153028.443000', '153028.446000', '153028.449000', '153028.452000', '153028.454000', '153028.457000', '153028.460000', '153028.463000', '153028.466000', '153028.469000', '153028.471000', '153028.474000', '153028.477000', '153028.480000', '153028.483000', '153028.486000', '153028.488000', '153028.492000', '153028.494000', '153028.497000', '153034.984000', '153034.988000', '153034.991000', '153034.998000', '153035.003000', '153035.006000', '153035.009000', '153035.012000', '153035.015000', '153035.018000', '153035.021000', '153035.024000', '153035.026000', '153035.029000', '153035.032000'], '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': [11392, 9584, 13317, 10590, 12273, 12233, 12991, 12679, 9787, 12620, 11145, 13878, 11235, 10000, 12265, 10238, 11155, 12329, 10111, 11801, 11807, 11938, 12509, 9693, 12871, 10830, 13721, 11966, 10349, 12584, 10420, 9690, 12093, 9719, 12787, 11321, 9225, 11951, 9879, 11641, 11101, 10080, 11982, 10288, 8712, 12484, 9739, 12232, 11951, 10121, 12801, 9605, 12465, 11355, 13373, 11755, 9968, 12239, 10965, 8749, 12353, 10203, 14497, 10381, 9973, 11142, 10535, 14013, 10544, 9611, 11999, 10462, 13208, 10768, 9089, 13144, 9550, 11855, 10515, 9774, 12243, 9049, 11932, 10021, 9633, 11603, 9766, 11731, 10190, 12710, 11667, 9424, 12266, 10052, 11886, 11457, 13839, 10616, 8525, 12153, 11301, 12595, 12073, 9575, 12548, 10321, 13738, 12286, 9884, 12721, 10748, 13996, 11164, 15384, 11948, 10295, 14674, 10574, 14581, 11633, 12399, 13138, 11068, 12730, 12002, 14198, 10829, 8965, 13661, 11152, 14878, 11987, 9833, 13057, 9851, 12825, 11731, 13955, 12184, 9090, 12947, 10105, 13109, 12458, 13969, 11409, 8783, 12742, 9573, 12966, 11813, 12701, 11514, 14337, 10310, 8269, 12430, 9954, 12692, 11213, 12923, 10644, 8997, 12629, 10940, 11797, 11368, 15103, 10594, 14139, 12096, 11888, 12277, 9728, 14068, 10634, 13650, 11205, 15024, 11476, 10460, 13075, 9461, 13053, 10662, 14235, 11149, 11125, 12639, 10255, 12822, 10248, 15088, 11436, 11658, 13434, 9541, 12890, 9439, 13190, 12425, 12870, 11241, 12001, 11962, 9587, 13193, 11473, 12266, 10800, 12985, 10493, 14904, 10453, 10843, 13079, 9813, 13382, 10674, 14028, 10137, 10397, 12745, 9763, 12907, 10403, 13701, 10783, 10643, 13186, 9780, 12538, 10604, 14412, 12144, 11049, 12899, 9592, 13032, 10593, 13765, 11061, 15172, 12582, 9881, 13249, 9856, 13975, 10274, 11682, 13189, 11071, 12999, 10838, 13189, 10535, 14727, 12013, 10749, 12774, 9109, 12788, 10721, 15300, 10511, 11029, 12789, 9393, 12712, 10157, 14569, 10529, 11667, 12483, 8968, 12519, 9842, 12341, 11662, 14587, 11325, 9113, 12905, 9639, 12456, 11321, 13309, 13181, 9608, 12475, 10710, 15108, 11344, 10718, 13061, 10151, 14658, 10035, 11482, 13015, 11195, 12169, 10258, 13175, 10677, 14179, 12932, 10924, 12397, 10882, 15039, 11061, 10316, 13047, 11368, 11820, 8991, 13318, 10489, 13190, 11376, 12498, 12183, 11748, 11570, 12502, 11863, 9436, 12945, 10489, 11702, 12338, 13759, 11540, 9812, 13008, 11163, 13310, 10627, 12938, 12498, 9483, 12827, 10173, 12888, 11144, 14311, 11632, 9716, 13186, 9323, 12385, 10998, 15097, 11154, 9913, 13133, 8920, 12554, 10364, 12343, 11260, 12187, 12701, 9135, 12604, 10251, 14651, 10969, 10117, 12663, 9642, 12458, 10922, 15441, 11099, 13385, 12621, 9252, 13113, 10323, 13189, 12516, 14130, 11413, 10103, 13043, 9851, 12501, 12592, 14562, 11251, 9306, 12802, 10064, 12431, 12472, 14340, 10947, 9583, 13536, 10226, 12768, 12003, 12563, 11728, 10630, 13339, 9916, 12993, 11880, 15261, 11609, 10047, 12847, 8995, 12465, 11019, 15353, 11579, 10439, 13590, 9177, 13102, 11642, 15446, 11657, 9986, 13271, 9541, 12781, 10705, 15030, 12430, 9997, 13002, 9888, 12853, 11200, 15292, 11399, 9900, 13340, 9205, 13012, 11525, 14691, 13081, 9471, 12701, 10140, 13955, 11074, 15039, 12469, 9728, 13230, 10141, 13900, 11160, 12084, 12574, 14686, 10221, 9533, 13648, 11201, 13202, 11478, 14543, 12325, 9775, 12829, 10290, 15679, 11265, 11072, 12978, 10933, 12785, 12300, 13825, 10077, 9135, 12948, 10495, 12576, 12395, 11918, 10486, 11025, 12336, 10430, 12493, 12587, 14864, 10050, 9356, 12565, 10440, 12369, 12347, 11876, 10420, 13904, 12298, 12486, 11962, 11020, 16354, 11551, 10404, 14369, 13493, 15443, 11974, 9863, 12964, 10793, 13151, 11542, 14791, 12883, 9633, 12418, 10475, 15666, 10884, 11357, 12513, 9158, 12524, 10498, 15442, 11429, 11429, 13275, 10776, 12456, 9975, 12411, 10504, 14162, 12636, 11399, 12395, 10505, 15266, 10252, 10377, 13204, 11948, 14308, 11616, 11346, 12716, 9406, 12913, 11000, 14059, 11870, 13837, 10862, 10110, 12825, 9791, 13769, 12542, 13555, 11880, 9980, 13107, 9600, 13349, 11101, 12948, 11985, 10386, 12610, 9574, 13639, 11318, 15010, 12003, 10131, 12900, 9740, 13646, 12492, 12303, 11960, 11414, 12478, 9922, 13931, 12064, 14144, 12354, 10810, 12951, 9912, 13623, 11487, 12889, 12804, 14080, 11353, 9135, 13007, 10748, 13553, 11329, 10369, 13049, 9761, 13992, 10313, 11719, 13248, 9866, 13023, 9929, 13397, 11194, 14155, 11309, 13623, 10586, 9617, 13911, 11628, 13003, 10431, 13164, 11300, 13561, 11984, 10348, 13966, 13803, 15035, 11702, 9399, 13065, 10636, 12963, 12641, 13981, 11237, 9160, 13358, 11353, 12472, 12676, 13283, 11100, 9291, 13713, 11269, 12934, 12708, 13722, 10267, 9526, 13344, 11171, 13137, 12120, 11391, 11174, 12634, 11940, 10580, 12906, 12026, 11374, 11708, 12274, 12125, 10235, 13654, 11423, 11608, 12001, 12105, 12677, 9630, 13298, 10643, 13024, 13090, 11004, 12828, 10765, 14976, 10596, 15046, 12190, 11297, 12823, 9548, 13716, 10103, 14138, 12762, 12998, 11861, 11132, 12345, 9597, 13411, 10919, 14440, 11509, 9761, 12737, 9919, 13364, 10606, 14363, 11732, 10955, 12364, 9429, 13472, 10911, 14066, 11594, 12736, 10278, 13478, 11174, 16376, 11564, 12155, 13615, 9345, 12611, 10129, 15318, 11425, 11412, 13724, 10295, 13097, 10070, 14362, 13135, 11151, 13233, 10405, 12819, 11087, 13201, 11497, 13939, 11272, 9005, 12654, 9459, 13656, 11651, 15561, 11582, 10224, 13119, 9187, 13138, 11263, 15335, 12244, 10661, 13295, 9251, 12139, 11143, 16268, 11336, 14631, 12536, 9773, 12709, 9715, 13160, 10815, 14026, 12867, 11219, 13160, 10459, 14607, 9959, 10550, 13217, 11409, 12409, 11210, 14604, 10363, 10082, 13456, 11365, 13130, 12125, 14217, 10664, 9198, 13055, 11619, 14734, 12568, 9522, 13054, 10847, 13359, 11874, 12427, 11920, 13760, 9860, 15025, 11149, 14306, 13369, 10195, 13222, 10724, 14172, 11336, 15416, 13885, 10632, 13455, 10374, 15894, 10898, 15761, 13482, 10983, 12924, 10091, 14695, 10235, 10888, 14209, 12130, 13984, 11919, 13007, 11801, 14474, 10881, 14623, 10531, 12866, 13652, 10792, 12795, 10710, 14001, 10211, 14159, 12101, 10909, 12705, 10078, 12624, 10321, 12804, 12108, 11180, 11944], 'WindowCenter': [3839.0, 3800.0, 3829.0, 3806.0, 3816.0, 3803.0, 3802.0, 3801.0, 3768.0, 3790.0, 3779.0, 3811.0, 3790.0, 3769.0, 3791.0, 3779.0, 3787.0, 3789.0, 3778.0, 3791.0, 3793.0, 3788.0, 3790.0, 3768.0, 3789.0, 3779.0, 3800.0, 3791.0, 3779.0, 3789.0, 3780.0, 3770.0, 3789.0, 3781.0, 3801.0, 3792.0, 3770.0, 3790.0, 3782.0, 3803.0, 3803.0, 3793.0, 3803.0, 3794.0, 3771.0, 3801.0, 3783.0, 3804.0, 3792.0, 3781.0, 3800.0, 3767.0, 3789.0, 3778.0, 3800.0, 3790.0, 3769.0, 3790.0, 3778.0, 3758.0, 3800.0, 3781.0, 3812.0, 3782.0, 3782.0, 3792.0, 3781.0, 3801.0, 3781.0, 3770.0, 3789.0, 3780.0, 3802.0, 3780.0, 3759.0, 3801.0, 3769.0, 3791.0, 3781.0, 3778.0, 3801.0, 3769.0, 3791.0, 3781.0, 3781.0, 3801.0, 3783.0, 3803.0, 3782.0, 3801.0, 3792.0, 3771.0, 3803.0, 3781.0, 3803.0, 3793.0, 3800.0, 3795.0, 3771.0, 3802.0, 3804.0, 3801.0, 3804.0, 3783.0, 3814.0, 3795.0, 3826.0, 3817.0, 3781.0, 3815.0, 3794.0, 3813.0, 3794.0, 3813.0, 3791.0, 3768.0, 3799.0, 3768.0, 3798.0, 3778.0, 3788.0, 3788.0, 3778.0, 3789.0, 3789.0, 3799.0, 3776.0, 3756.0, 3798.0, 3791.0, 3811.0, 3791.0, 3769.0, 3802.0, 3769.0, 3801.0, 3801.0, 3801.0, 3792.0, 3758.0, 3788.0, 3779.0, 3800.0, 3800.0, 3800.0, 3789.0, 3757.0, 3788.0, 3767.0, 3800.0, 3790.0, 3790.0, 3791.0, 3798.0, 3780.0, 3758.0, 3789.0, 3779.0, 3801.0, 3790.0, 3802.0, 3781.0, 3771.0, 3805.0, 3794.0, 3803.0, 3792.0, 3812.0, 3781.0, 3800.0, 3802.0, 3790.0, 3790.0, 3755.0, 3789.0, 3764.0, 3787.0, 3778.0, 3810.0, 3789.0, 3777.0, 3799.0, 3768.0, 3798.0, 3779.0, 3801.0, 3790.0, 3779.0, 3790.0, 3767.0, 3789.0, 3768.0, 3810.0, 3790.0, 3790.0, 3801.0, 3767.0, 3786.0, 3757.0, 3801.0, 3802.0, 3788.0, 3778.0, 3789.0, 3788.0, 3756.0, 3800.0, 3788.0, 3789.0, 3779.0, 3788.0, 3767.0, 3796.0, 3779.0, 3777.0, 3789.0, 3767.0, 3799.0, 3776.0, 3798.0, 3780.0, 3781.0, 3814.0, 3782.0, 3801.0, 3780.0, 3811.0, 3792.0, 3780.0, 3802.0, 3769.0, 3790.0, 3779.0, 3810.0, 3801.0, 3779.0, 3791.0, 3768.0, 3787.0, 3778.0, 3797.0, 3778.0, 3809.0, 3788.0, 3765.0, 3786.0, 3766.0, 3796.0, 3764.0, 3785.0, 3798.0, 3778.0, 3787.0, 3777.0, 3786.0, 3766.0, 3796.0, 3788.0, 3776.0, 3787.0, 3755.0, 3785.0, 3776.0, 3808.0, 3778.0, 3777.0, 3787.0, 3756.0, 3788.0, 3768.0, 3809.0, 3780.0, 3788.0, 3800.0, 3758.0, 3789.0, 3767.0, 3788.0, 3792.0, 3811.0, 3777.0, 3757.0, 3788.0, 3767.0, 3788.0, 3790.0, 3801.0, 3801.0, 3769.0, 3790.0, 3794.0, 3812.0, 3792.0, 3779.0, 3801.0, 3778.0, 3810.0, 3780.0, 3789.0, 3801.0, 3778.0, 3790.0, 3780.0, 3789.0, 3767.0, 3799.0, 3789.0, 3778.0, 3789.0, 3777.0, 3796.0, 3776.0, 3767.0, 3799.0, 3778.0, 3778.0, 3754.0, 3786.0, 3766.0, 3785.0, 3774.0, 3776.0, 3776.0, 3774.0, 3776.0, 3773.0, 3773.0, 3751.0, 3786.0, 3777.0, 3776.0, 3789.0, 3797.0, 3776.0, 3766.0, 3787.0, 3776.0, 3785.0, 3777.0, 3788.0, 3789.0, 3766.0, 3789.0, 3766.0, 3790.0, 3788.0, 3812.0, 3789.0, 3766.0, 3799.0, 3757.0, 3787.0, 3779.0, 3810.0, 3788.0, 3766.0, 3800.0, 3757.0, 3786.0, 3779.0, 3799.0, 3792.0, 3790.0, 3799.0, 3768.0, 3799.0, 3779.0, 3812.0, 3793.0, 3781.0, 3804.0, 3781.0, 3802.0, 3792.0, 3812.0, 3793.0, 3799.0, 3802.0, 3758.0, 3789.0, 3765.0, 3799.0, 3800.0, 3813.0, 3790.0, 3767.0, 3787.0, 3767.0, 3789.0, 3799.0, 3810.0, 3780.0, 3757.0, 3789.0, 3766.0, 3800.0, 3800.0, 3801.0, 3778.0, 3766.0, 3799.0, 3766.0, 3789.0, 3790.0, 3789.0, 3778.0, 3766.0, 3787.0, 3764.0, 3786.0, 3777.0, 3808.0, 3777.0, 3766.0, 3787.0, 3756.0, 3784.0, 3776.0, 3810.0, 3788.0, 3778.0, 3799.0, 3756.0, 3787.0, 3775.0, 3809.0, 3777.0, 3768.0, 3787.0, 3767.0, 3788.0, 3779.0, 3811.0, 3790.0, 3768.0, 3800.0, 3767.0, 3788.0, 3790.0, 3822.0, 3790.0, 3766.0, 3788.0, 3757.0, 3799.0, 3790.0, 3809.0, 3801.0, 3769.0, 3800.0, 3780.0, 3809.0, 3790.0, 3812.0, 3791.0, 3766.0, 3788.0, 3767.0, 3788.0, 3778.0, 3789.0, 3789.0, 3797.0, 3754.0, 3754.0, 3786.0, 3777.0, 3785.0, 3776.0, 3797.0, 3787.0, 3766.0, 3787.0, 3766.0, 3797.0, 3777.0, 3776.0, 3786.0, 3778.0, 3788.0, 3787.0, 3787.0, 3755.0, 3754.0, 3785.0, 3767.0, 3788.0, 3788.0, 3776.0, 3764.0, 3764.0, 3775.0, 3778.0, 3788.0, 3788.0, 3798.0, 3766.0, 3757.0, 3788.0, 3779.0, 3801.0, 3790.0, 3789.0, 3779.0, 3799.0, 3801.0, 3789.0, 3791.0, 3780.0, 3810.0, 3780.0, 3767.0, 3801.0, 3803.0, 3810.0, 3791.0, 3768.0, 3789.0, 3781.0, 3788.0, 3791.0, 3800.0, 3790.0, 3756.0, 3787.0, 3768.0, 3808.0, 3779.0, 3779.0, 3790.0, 3756.0, 3789.0, 3768.0, 3797.0, 3778.0, 3778.0, 3790.0, 3779.0, 3790.0, 3757.0, 3789.0, 3767.0, 3800.0, 3791.0, 3780.0, 3791.0, 3768.0, 3800.0, 3769.0, 3767.0, 3789.0, 3787.0, 3799.0, 3792.0, 3781.0, 3789.0, 3759.0, 3790.0, 3777.0, 3789.0, 3791.0, 3801.0, 3781.0, 3767.0, 3778.0, 3756.0, 3788.0, 3790.0, 3786.0, 3778.0, 3754.0, 3787.0, 3755.0, 3787.0, 3779.0, 3800.0, 3790.0, 3779.0, 3790.0, 3771.0, 3801.0, 3793.0, 3811.0, 3791.0, 3770.0, 3790.0, 3770.0, 3800.0, 3804.0, 3792.0, 3790.0, 3779.0, 3787.0, 3767.0, 3797.0, 3791.0, 3801.0, 3792.0, 3767.0, 3789.0, 3757.0, 3788.0, 3777.0, 3789.0, 3789.0, 3788.0, 3777.0, 3757.0, 3787.0, 3765.0, 3789.0, 3779.0, 3768.0, 3787.0, 3769.0, 3798.0, 3769.0, 3789.0, 3800.0, 3768.0, 3789.0, 3769.0, 3788.0, 3778.0, 3812.0, 3780.0, 3799.0, 3768.0, 3757.0, 3800.0, 3790.0, 3789.0, 3780.0, 3789.0, 3778.0, 3799.0, 3780.0, 3768.0, 3812.0, 3815.0, 3812.0, 3792.0, 3760.0, 3792.0, 3780.0, 3802.0, 3801.0, 3801.0, 3781.0, 3758.0, 3799.0, 3791.0, 3803.0, 3803.0, 3801.0, 3781.0, 3760.0, 3799.0, 3778.0, 3791.0, 3791.0, 3791.0, 3768.0, 3758.0, 3786.0, 3779.0, 3789.0, 3791.0, 3776.0, 3781.0, 3788.0, 3779.0, 3766.0, 3789.0, 3791.0, 3778.0, 3779.0, 3776.0, 3777.0, 3755.0, 3788.0, 3780.0, 3779.0, 3793.0, 3778.0, 3776.0, 3755.0, 3786.0, 3765.0, 3789.0, 3790.0, 3780.0, 3790.0, 3779.0, 3800.0, 3779.0, 3810.0, 3790.0, 3777.0, 3790.0, 3756.0, 3787.0, 3755.0, 3785.0, 3786.0, 3787.0, 3780.0, 3766.0, 3776.0, 3755.0, 3787.0, 3778.0, 3801.0, 3778.0, 3768.0, 3789.0, 3770.0, 3800.0, 3780.0, 3813.0, 3793.0, 3782.0, 3792.0, 3759.0, 3801.0, 3779.0, 3802.0, 3780.0, 3791.0, 3767.0, 3787.0, 3766.0, 3797.0, 3779.0, 3778.0, 3790.0, 3755.0, 3777.0, 3767.0, 3799.0, 3792.0, 3790.0, 3799.0, 3767.0, 3787.0, 3767.0, 3811.0, 3802.0, 3777.0, 3790.0, 3768.0, 3787.0, 3778.0, 3788.0, 3779.0, 3800.0, 3766.0, 3744.0, 3777.0, 3755.0, 3785.0, 3775.0, 3809.0, 3778.0, 3755.0, 3787.0, 3756.0, 3787.0, 3778.0, 3809.0, 3789.0, 3766.0, 3789.0, 3755.0, 3776.0, 3777.0, 3797.0, 3777.0, 3799.0, 3776.0, 3755.0, 3777.0, 3754.0, 3786.0, 3764.0, 3798.0, 3788.0, 3775.0, 3788.0, 3768.0, 3798.0, 3756.0, 3767.0, 3801.0, 3791.0, 3790.0, 3780.0, 3798.0, 3766.0, 3765.0, 3787.0, 3780.0, 3791.0, 3789.0, 3799.0, 3767.0, 3757.0, 3800.0, 3792.0, 3813.0, 3802.0, 3772.0, 3801.0, 3790.0, 3814.0, 3806.0, 3804.0, 3792.0, 3803.0, 3772.0, 3811.0, 3792.0, 3812.0, 3802.0, 3770.0, 3788.0, 3778.0, 3797.0, 3780.0, 3812.0, 3800.0, 3769.0, 3800.0, 3769.0, 3811.0, 3780.0, 3813.0, 3802.0, 3778.0, 3788.0, 3767.0, 3799.0, 3766.0, 3778.0, 3799.0, 3786.0, 3798.0, 3779.0, 3789.0, 3778.0, 3800.0, 3769.0, 3798.0, 3766.0, 3788.0, 3787.0, 3765.0, 3777.0, 3766.0, 3785.0, 3754.0, 3786.0, 3778.0, 3777.0, 3788.0, 3768.0, 3788.0, 3768.0, 3787.0, 3789.0, 3792.0, 3791.0], 'WindowWidth': [8609.0, 8541.0, 8575.0, 8540.0, 8552.0, 8532.0, 8524.0, 8522.0, 8474.0, 8504.0, 8489.0, 8535.0, 8507.0, 8477.0, 8509.0, 8490.0, 8499.0, 8501.0, 8489.0, 8510.0, 8513.0, 8501.0, 8506.0, 8474.0, 8502.0, 8488.0, 8517.0, 8507.0, 8490.0, 8504.0, 8490.0, 8478.0, 8502.0, 8497.0, 8523.0, 8511.0, 8479.0, 8507.0, 8497.0, 8529.0, 8530.0, 8516.0, 8528.0, 8516.0, 8483.0, 8522.0, 8501.0, 8531.0, 8512.0, 8494.0, 8518.0, 8472.0, 8503.0, 8486.0, 8518.0, 8506.0, 8477.0, 8506.0, 8489.0, 8462.0, 8520.0, 8496.0, 8537.0, 8498.0, 8498.0, 8514.0, 8497.0, 8522.0, 8494.0, 8478.0, 8502.0, 8494.0, 8523.0, 8493.0, 8462.0, 8522.0, 8474.0, 8508.0, 8496.0, 8489.0, 8522.0, 8477.0, 8507.0, 8496.0, 8497.0, 8525.0, 8500.0, 8527.0, 8499.0, 8522.0, 8511.0, 8482.0, 8529.0, 8498.0, 8528.0, 8514.0, 8518.0, 8519.0, 8483.0, 8526.0, 8531.0, 8524.0, 8530.0, 8501.0, 8545.0, 8522.0, 8566.0, 8552.0, 8499.0, 8549.0, 8517.0, 8541.0, 8515.0, 8542.0, 8508.0, 8472.0, 8517.0, 8472.0, 8512.0, 8484.0, 8497.0, 8499.0, 8488.0, 8504.0, 8501.0, 8515.0, 8481.0, 8455.0, 8512.0, 8508.0, 8534.0, 8506.0, 8476.0, 8525.0, 8475.0, 8521.0, 8523.0, 8521.0, 8508.0, 8458.0, 8499.0, 8487.0, 8518.0, 8519.0, 8517.0, 8502.0, 8455.0, 8499.0, 8469.0, 8519.0, 8506.0, 8504.0, 8505.0, 8511.0, 8491.0, 8460.0, 8503.0, 8492.0, 8521.0, 8506.0, 8523.0, 8494.0, 8481.0, 8532.0, 8518.0, 8528.0, 8513.0, 8537.0, 8493.0, 8516.0, 8524.0, 8504.0, 8505.0, 8451.0, 8500.0, 8462.0, 8494.0, 8483.0, 8530.0, 8503.0, 8483.0, 8515.0, 8471.0, 8513.0, 8489.0, 8518.0, 8504.0, 8489.0, 8505.0, 8470.0, 8501.0, 8473.0, 8529.0, 8504.0, 8505.0, 8518.0, 8468.0, 8493.0, 8455.0, 8520.0, 8523.0, 8500.0, 8485.0, 8501.0, 8498.0, 8451.0, 8518.0, 8499.0, 8502.0, 8486.0, 8498.0, 8468.0, 8505.0, 8486.0, 8482.0, 8500.0, 8468.0, 8513.0, 8481.0, 8512.0, 8493.0, 8494.0, 8545.0, 8497.0, 8519.0, 8492.0, 8534.0, 8511.0, 8493.0, 8524.0, 8477.0, 8504.0, 8488.0, 8532.0, 8521.0, 8488.0, 8507.0, 8472.0, 8497.0, 8484.0, 8509.0, 8485.0, 8526.0, 8497.0, 8462.0, 8492.0, 8465.0, 8505.0, 8462.0, 8492.0, 8513.0, 8483.0, 8496.0, 8480.0, 8492.0, 8467.0, 8507.0, 8498.0, 8480.0, 8496.0, 8450.0, 8490.0, 8480.0, 8524.0, 8485.0, 8482.0, 8496.0, 8454.0, 8497.0, 8472.0, 8527.0, 8493.0, 8502.0, 8519.0, 8460.0, 8503.0, 8471.0, 8500.0, 8510.0, 8533.0, 8484.0, 8456.0, 8499.0, 8470.0, 8502.0, 8507.0, 8521.0, 8521.0, 8476.0, 8504.0, 8518.0, 8537.0, 8510.0, 8490.0, 8521.0, 8488.0, 8532.0, 8491.0, 8503.0, 8522.0, 8488.0, 8507.0, 8489.0, 8501.0, 8469.0, 8515.0, 8502.0, 8485.0, 8501.0, 8481.0, 8507.0, 8479.0, 8467.0, 8515.0, 8484.0, 8486.0, 8450.0, 8493.0, 8464.0, 8488.0, 8473.0, 8479.0, 8479.0, 8474.0, 8477.0, 8471.0, 8470.0, 8441.0, 8491.0, 8483.0, 8481.0, 8502.0, 8508.0, 8480.0, 8465.0, 8495.0, 8481.0, 8492.0, 8484.0, 8499.0, 8503.0, 8468.0, 8500.0, 8467.0, 8503.0, 8501.0, 8538.0, 8501.0, 8466.0, 8517.0, 8456.0, 8495.0, 8489.0, 8533.0, 8502.0, 8469.0, 8516.0, 8457.0, 8493.0, 8487.0, 8517.0, 8510.0, 8503.0, 8515.0, 8473.0, 8516.0, 8490.0, 8538.0, 8514.0, 8496.0, 8529.0, 8495.0, 8523.0, 8511.0, 8536.0, 8514.0, 8516.0, 8523.0, 8459.0, 8501.0, 8465.0, 8516.0, 8519.0, 8540.0, 8503.0, 8467.0, 8494.0, 8467.0, 8501.0, 8517.0, 8530.0, 8490.0, 8456.0, 8499.0, 8466.0, 8518.0, 8518.0, 8518.0, 8484.0, 8467.0, 8512.0, 8465.0, 8499.0, 8504.0, 8501.0, 8485.0, 8465.0, 8493.0, 8460.0, 8492.0, 8480.0, 8526.0, 8482.0, 8466.0, 8495.0, 8452.0, 8488.0, 8481.0, 8531.0, 8499.0, 8485.0, 8516.0, 8453.0, 8493.0, 8477.0, 8528.0, 8483.0, 8470.0, 8496.0, 8470.0, 8496.0, 8488.0, 8533.0, 8504.0, 8473.0, 8517.0, 8469.0, 8497.0, 8505.0, 8551.0, 8503.0, 8467.0, 8497.0, 8455.0, 8513.0, 8504.0, 8529.0, 8519.0, 8474.0, 8516.0, 8491.0, 8530.0, 8507.0, 8537.0, 8507.0, 8467.0, 8498.0, 8466.0, 8497.0, 8487.0, 8501.0, 8498.0, 8507.0, 8444.0, 8445.0, 8490.0, 8479.0, 8488.0, 8479.0, 8510.0, 8495.0, 8464.0, 8494.0, 8467.0, 8507.0, 8480.0, 8478.0, 8492.0, 8484.0, 8498.0, 8496.0, 8493.0, 8449.0, 8447.0, 8489.0, 8468.0, 8498.0, 8496.0, 8478.0, 8460.0, 8459.0, 8475.0, 8486.0, 8498.0, 8498.0, 8511.0, 8467.0, 8454.0, 8498.0, 8489.0, 8521.0, 8504.0, 8501.0, 8486.0, 8512.0, 8522.0, 8502.0, 8506.0, 8488.0, 8530.0, 8489.0, 8469.0, 8519.0, 8524.0, 8531.0, 8505.0, 8469.0, 8499.0, 8492.0, 8498.0, 8505.0, 8515.0, 8502.0, 8451.0, 8494.0, 8469.0, 8523.0, 8489.0, 8486.0, 8503.0, 8454.0, 8499.0, 8470.0, 8508.0, 8482.0, 8481.0, 8502.0, 8486.0, 8502.0, 8454.0, 8497.0, 8467.0, 8514.0, 8505.0, 8487.0, 8505.0, 8470.0, 8513.0, 8469.0, 8467.0, 8497.0, 8495.0, 8515.0, 8509.0, 8492.0, 8501.0, 8459.0, 8500.0, 8481.0, 8497.0, 8504.0, 8519.0, 8492.0, 8465.0, 8479.0, 8449.0, 8496.0, 8501.0, 8492.0, 8483.0, 8448.0, 8492.0, 8448.0, 8493.0, 8488.0, 8517.0, 8503.0, 8486.0, 8501.0, 8478.0, 8518.0, 8512.0, 8533.0, 8506.0, 8476.0, 8502.0, 8475.0, 8516.0, 8526.0, 8508.0, 8504.0, 8485.0, 8495.0, 8467.0, 8507.0, 8504.0, 8517.0, 8506.0, 8467.0, 8497.0, 8452.0, 8496.0, 8481.0, 8499.0, 8499.0, 8496.0, 8482.0, 8454.0, 8493.0, 8463.0, 8498.0, 8487.0, 8470.0, 8495.0, 8472.0, 8510.0, 8474.0, 8502.0, 8519.0, 8473.0, 8500.0, 8472.0, 8496.0, 8486.0, 8538.0, 8492.0, 8514.0, 8469.0, 8454.0, 8516.0, 8503.0, 8503.0, 8487.0, 8499.0, 8484.0, 8512.0, 8487.0, 8470.0, 8536.0, 8543.0, 8535.0, 8509.0, 8463.0, 8504.0, 8489.0, 8521.0, 8520.0, 8518.0, 8490.0, 8457.0, 8512.0, 8505.0, 8526.0, 8524.0, 8517.0, 8491.0, 8460.0, 8512.0, 8483.0, 8506.0, 8505.0, 8503.0, 8469.0, 8454.0, 8492.0, 8482.0, 8499.0, 8507.0, 8480.0, 8489.0, 8494.0, 8483.0, 8463.0, 8497.0, 8505.0, 8484.0, 8486.0, 8478.0, 8480.0, 8448.0, 8494.0, 8488.0, 8487.0, 8511.0, 8482.0, 8477.0, 8448.0, 8491.0, 8463.0, 8499.0, 8502.0, 8488.0, 8503.0, 8486.0, 8514.0, 8486.0, 8528.0, 8503.0, 8479.0, 8500.0, 8447.0, 8491.0, 8446.0, 8488.0, 8491.0, 8494.0, 8489.0, 8462.0, 8475.0, 8446.0, 8492.0, 8483.0, 8517.0, 8484.0, 8470.0, 8499.0, 8476.0, 8516.0, 8492.0, 8541.0, 8512.0, 8495.0, 8507.0, 8460.0, 8517.0, 8486.0, 8521.0, 8487.0, 8505.0, 8468.0, 8493.0, 8464.0, 8505.0, 8485.0, 8482.0, 8501.0, 8449.0, 8480.0, 8467.0, 8512.0, 8510.0, 8503.0, 8512.0, 8468.0, 8495.0, 8469.0, 8531.0, 8520.0, 8483.0, 8503.0, 8469.0, 8494.0, 8482.0, 8495.0, 8487.0, 8514.0, 8464.0, 8432.0, 8477.0, 8447.0, 8486.0, 8475.0, 8526.0, 8483.0, 8448.0, 8492.0, 8450.0, 8492.0, 8481.0, 8525.0, 8498.0, 8465.0, 8497.0, 8448.0, 8477.0, 8479.0, 8505.0, 8480.0, 8511.0, 8479.0, 8448.0, 8478.0, 8446.0, 8490.0, 8459.0, 8507.0, 8497.0, 8478.0, 8499.0, 8470.0, 8508.0, 8453.0, 8466.0, 8518.0, 8505.0, 8502.0, 8488.0, 8510.0, 8465.0, 8460.0, 8494.0, 8491.0, 8505.0, 8500.0, 8511.0, 8468.0, 8454.0, 8515.0, 8511.0, 8538.0, 8522.0, 8482.0, 8520.0, 8507.0, 8541.0, 8535.0, 8531.0, 8512.0, 8523.0, 8481.0, 8530.0, 8508.0, 8534.0, 8521.0, 8474.0, 8499.0, 8483.0, 8508.0, 8488.0, 8534.0, 8517.0, 8472.0, 8515.0, 8473.0, 8530.0, 8490.0, 8539.0, 8523.0, 8484.0, 8500.0, 8470.0, 8513.0, 8466.0, 8481.0, 8511.0, 8492.0, 8512.0, 8485.0, 8498.0, 8482.0, 8512.0, 8470.0, 8507.0, 8463.0, 8494.0, 8494.0, 8460.0, 8480.0, 8461.0, 8486.0, 8444.0, 8487.0, 8484.0, 8481.0, 8498.0, 8471.0, 8496.0, 8470.0, 8492.0, 8501.0, 8507.0, 8505.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.0002784712643678161</td></tr>
<tr><td colspan=3>aqi</td><td>0.020586459425287355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.85953948858458</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1663393461910254</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9871956133026476</td></tr>
<tr><td colspan=3>efc</td><td>0.5018</td></tr>
<tr><td colspan=3>fber</td><td>3351.7358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08611260950742215</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.702998923911503</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6237017556278937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9658728383789903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5194221777276256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00745541</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006068114191293716</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044571567326784134</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.5365978242146316</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>15.7403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1062</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296442.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8063</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.8458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2895.844</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.2397</td></tr>
<tr><td colspan=3>tsnr</td><td>37.042618482373655</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>