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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0015_ses-01_task-social_acq-mb8_run-05_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-0015_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-05_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-0015/ses-01/func/sub-0015_ses-01_task-social_acq-mb8_run-05_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>16c553c4e02eb8df14137fb9da3e8011</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:47:56.767500</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.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</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-05_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.105804</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7781, -7174, 565, -33, -216, -86, 73]</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>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29063260-29cb-43d9-a8f8-87986f22e4b5||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.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['154756.767500', '154757.227500', '154757.687500', '154758.147500', '154758.607500', '154759.067500', '154759.527500', '154759.987500', '154800.447500', '154800.907500', '154801.367500', '154801.827500', '154802.287500', '154802.747500', '154803.207500', '154803.667500', '154804.127500', '154804.587500', '154805.047500', '154805.507500', '154805.967500', '154806.427500', '154806.887500', '154807.347500', '154807.807500', '154808.267500', '154808.727500', '154809.187500', '154809.647500', '154810.107500', '154810.567500', '154811.027500', '154811.487500', '154811.947500', '154812.407500', '154812.867500', '154813.327500', '154813.787500', '154814.247500', '154814.707500', '154815.167500', '154815.627500', '154816.087500', '154816.547500', '154817.007500', '154817.467500', '154817.927500', '154818.387500', '154818.847500', '154819.307500', '154819.767500', '154820.227500', '154820.687500', '154821.147500', '154821.607500', '154822.067500', '154822.527500', '154822.987500', '154823.447500', '154823.907500', '154824.367500', '154824.827500', '154825.287500', '154825.747500', '154826.207500', '154826.667500', '154827.127500', '154827.587500', '154828.047500', '154828.507500', '154828.967500', '154829.427500', '154829.887500', '154830.347500', '154830.807500', '154831.267500', '154831.727500', '154832.187500', '154832.647500', '154833.107500', '154833.567500', '154834.027500', '154834.487500', '154834.947500', '154835.407500', '154835.867500', '154836.327500', '154836.787500', '154837.247500', '154837.707500', '154838.167500', '154838.627500', '154839.087500', '154839.547500', '154840.007500', '154840.467500', '154840.927500', '154841.387500', '154841.847500', '154842.307500', '154842.767500', '154843.227500', '154843.687500', '154844.147500', '154844.607500', '154845.067500', '154845.527500', '154845.987500', '154846.447500', '154846.907500', '154847.367500', '154847.827500', '154848.287500', '154848.747500', '154849.207500', '154849.667500', '154850.127500', '154850.587500', '154851.047500', '154851.507500', '154851.967500', '154852.427500', '154852.887500', '154853.347500', '154853.807500', '154854.267500', '154854.727500', '154855.187500', '154855.647500', '154856.107500', '154856.567500', '154857.027500', '154857.487500', '154857.947500', '154858.407500', '154858.867500', '154859.327500', '154859.787500', '154900.247500', '154900.707500', '154901.167500', '154901.627500', '154902.087500', '154902.547500', '154903.007500', '154903.467500', '154903.927500', '154904.387500', '154904.847500', '154905.307500', '154905.767500', '154906.227500', '154906.687500', '154907.147500', '154907.607500', '154908.067500', '154908.527500', '154908.987500', '154909.447500', '154909.907500', '154910.367500', '154910.827500', '154911.287500', '154911.747500', '154912.207500', '154912.667500', '154913.127500', '154913.587500', '154914.047500', '154914.507500', '154914.967500', '154915.427500', '154915.887500', '154916.347500', '154916.807500', '154917.267500', '154917.727500', '154918.187500', '154918.647500', '154919.107500', '154919.567500', '154920.027500', '154920.487500', '154920.947500', '154921.407500', '154921.867500', '154922.327500', '154922.787500', '154923.247500', '154923.707500', '154924.167500', '154924.627500', '154925.087500', '154925.547500', '154926.007500', '154926.467500', '154926.927500', '154927.387500', '154927.847500', '154928.307500', '154928.767500', '154929.227500', '154929.687500', '154930.147500', '154930.607500', '154931.067500', '154931.527500', '154931.987500', '154932.447500', '154932.907500', '154933.367500', '154933.827500', '154934.287500', '154934.747500', '154935.207500', '154935.667500', '154936.127500', '154936.587500', '154937.047500', '154937.507500', '154937.967500', '154938.427500', '154938.887500', '154939.347500', '154939.807500', '154940.267500', '154940.727500', '154941.187500', '154941.647500', '154942.107500', '154942.567500', '154943.027500', '154943.487500', '154943.947500', '154944.407500', '154944.867500', '154945.327500', '154945.787500', '154946.247500', '154946.707500', '154947.167500', '154947.627500', '154948.087500', '154948.547500', '154949.007500', '154949.467500', '154949.927500', '154950.387500', '154950.847500', '154951.307500', '154951.767500', '154952.227500', '154952.687500', '154953.147500', '154953.607500', '154954.067500', '154954.527500', '154954.987500', '154955.447500', '154955.907500', '154956.367500', '154956.827500', '154957.287500', '154957.747500', '154958.207500', '154958.667500', '154959.127500', '154959.587500', '155000.047500', '155000.507500', '155000.967500', '155001.427500', '155001.887500', '155002.347500', '155002.807500', '155003.267500', '155003.727500', '155004.187500', '155004.647500', '155005.107500', '155005.567500', '155006.027500', '155006.487500', '155006.947500', '155007.407500', '155007.867500', '155008.327500', '155008.787500', '155009.247500', '155009.707500', '155010.167500', '155010.627500', '155011.087500', '155011.547500', '155012.007500', '155012.467500', '155012.927500', '155013.387500', '155013.847500', '155014.307500', '155014.767500', '155015.227500', '155015.687500', '155016.147500', '155016.607500', '155017.067500', '155017.527500', '155017.987500', '155018.447500', '155018.907500', '155019.367500', '155019.827500', '155020.287500', '155020.747500', '155021.207500', '155021.667500', '155022.127500', '155022.587500', '155023.047500', '155023.507500', '155023.967500', '155024.427500', '155024.887500', '155025.347500', '155025.807500', '155026.267500', '155026.727500', '155027.187500', '155027.647500', '155028.107500', '155028.567500', '155029.027500', '155029.487500', '155029.947500', '155030.407500', '155030.867500', '155031.327500', '155031.787500', '155032.247500', '155032.707500', '155033.167500', '155033.627500', '155034.087500', '155034.547500', '155035.007500', '155035.467500', '155035.927500', '155036.387500', '155036.847500', '155037.307500', '155037.767500', '155038.227500', '155038.687500', '155039.147500', '155039.607500', '155040.067500', '155040.527500', '155040.987500', '155041.447500', '155041.907500', '155042.367500', '155042.827500', '155043.287500', '155043.747500', '155044.207500', '155044.667500', '155045.127500', '155045.587500', '155046.047500', '155046.507500', '155046.967500', '155047.427500', '155047.887500', '155048.347500', '155048.807500', '155049.267500', '155049.727500', '155050.187500', '155050.647500', '155051.107500', '155051.567500', '155052.027500', '155052.487500', '155052.947500', '155053.407500', '155053.867500', '155054.327500', '155054.787500', '155055.247500', '155055.707500', '155056.167500', '155056.627500', '155057.087500', '155057.547500', '155058.007500', '155058.467500', '155058.927500', '155059.387500', '155059.847500', '155100.307500', '155100.767500', '155101.227500', '155101.687500', '155102.147500', '155102.607500', '155103.067500', '155103.527500', '155103.987500', '155104.447500', '155104.907500', '155105.367500', '155105.827500', '155106.287500', '155106.747500', '155107.207500', '155107.667500', '155108.127500', '155108.587500', '155109.047500', '155109.507500', '155109.967500', '155110.427500', '155110.887500', '155111.347500', '155111.807500', '155112.267500', '155112.727500', '155113.187500', '155113.647500', '155114.107500', '155114.567500', '155115.027500', '155115.487500', '155115.947500', '155116.407500', '155116.867500', '155117.327500', '155117.787500', '155118.247500', '155118.707500', '155119.167500', '155119.627500', '155120.087500', '155120.547500', '155121.007500', '155121.467500', '155121.927500', '155122.387500', '155122.847500', '155123.307500', '155123.767500', '155124.227500', '155124.687500', '155125.147500', '155125.607500', '155126.067500', '155126.527500', '155126.987500', '155127.447500', '155127.907500', '155128.367500', '155128.827500', '155129.287500', '155129.747500', '155130.207500', '155130.667500', '155131.127500', '155131.587500', '155132.047500', '155132.507500', '155132.967500', '155133.427500', '155133.887500', '155134.347500', '155134.807500', '155135.267500', '155135.727500', '155136.187500', '155136.647500', '155137.107500', '155137.567500', '155138.027500', '155138.487500', '155138.947500', '155139.407500', '155139.867500', '155140.327500', '155140.787500', '155141.247500', '155141.707500', '155142.167500', '155142.627500', '155143.087500', '155143.547500', '155144.007500', '155144.467500', '155144.927500', '155145.387500', '155145.847500', '155146.307500', '155146.767500', '155147.227500', '155147.687500', '155148.147500', '155148.607500', '155149.067500', '155149.527500', '155149.987500', '155150.447500', '155150.907500', '155151.367500', '155151.827500', '155152.287500', '155152.747500', '155153.207500', '155153.667500', '155154.127500', '155154.587500', '155155.047500', '155155.507500', '155155.967500', '155156.427500', '155156.887500', '155157.347500', '155157.807500', '155158.267500', '155158.727500', '155159.187500', '155159.647500', '155200.107500', '155200.567500', '155201.027500', '155201.487500', '155201.947500', '155202.407500', '155202.867500', '155203.327500', '155203.787500', '155204.247500', '155204.707500', '155205.167500', '155205.627500', '155206.087500', '155206.547500', '155207.007500', '155207.467500', '155207.927500', '155208.387500', '155208.847500', '155209.307500', '155209.767500', '155210.227500', '155210.687500', '155211.147500', '155211.607500', '155212.067500', '155212.527500', '155212.987500', '155213.447500', '155213.907500', '155214.367500', '155214.827500', '155215.287500', '155215.747500', '155216.207500', '155216.667500', '155217.127500', '155217.587500', '155218.047500', '155218.507500', '155218.967500', '155219.427500', '155219.887500', '155220.347500', '155220.807500', '155221.267500', '155221.727500', '155222.187500', '155222.647500', '155223.107500', '155223.567500', '155224.027500', '155224.487500', '155224.947500', '155225.407500', '155225.867500', '155226.327500', '155226.787500', '155227.247500', '155227.707500', '155228.167500', '155228.627500', '155229.087500', '155229.547500', '155230.007500', '155230.467500', '155230.927500', '155231.387500', '155231.847500', '155232.307500', '155232.767500', '155233.227500', '155233.687500', '155234.147500', '155234.607500', '155235.067500', '155235.527500', '155235.987500', '155236.447500', '155236.907500', '155237.367500', '155237.827500', '155238.287500', '155238.747500', '155239.207500', '155239.667500', '155240.127500', '155240.587500', '155241.047500', '155241.507500', '155241.967500', '155242.427500', '155242.887500', '155243.347500', '155243.807500', '155244.267500', '155244.727500', '155245.187500', '155245.647500', '155246.107500', '155246.567500', '155247.027500', '155247.487500', '155247.947500', '155248.407500', '155248.867500', '155249.327500', '155249.787500', '155250.247500', '155250.707500', '155251.167500', '155251.627500', '155252.087500', '155252.547500', '155253.007500', '155253.467500', '155253.927500', '155254.387500', '155254.847500', '155255.307500', '155255.767500', '155256.227500', '155256.687500', '155257.147500', '155257.607500', '155258.067500', '155258.527500', '155258.987500', '155259.447500', '155259.907500', '155300.367500', '155300.827500', '155301.287500', '155301.747500', '155302.207500', '155302.667500', '155303.127500', '155303.587500', '155304.047500', '155304.507500', '155304.967500', '155305.427500', '155305.887500', '155306.347500', '155306.807500', '155307.267500', '155307.727500', '155308.187500', '155308.647500', '155309.107500', '155309.567500', '155310.027500', '155310.487500', '155310.947500', '155311.407500', '155311.867500', '155312.327500', '155312.787500', '155313.247500', '155313.707500', '155314.167500', '155314.627500', '155315.087500', '155315.547500', '155316.007500', '155316.467500', '155316.927500', '155317.387500', '155317.847500', '155318.307500', '155318.767500', '155319.227500', '155319.687500', '155320.147500', '155320.607500', '155321.067500', '155321.527500', '155321.987500', '155322.447500', '155322.907500', '155323.367500', '155323.827500', '155324.287500', '155324.747500', '155325.207500', '155325.667500', '155326.127500', '155326.587500', '155327.047500', '155327.507500', '155327.967500', '155328.427500', '155328.887500', '155329.347500', '155329.807500', '155330.267500', '155330.727500', '155331.187500', '155331.647500', '155332.107500', '155332.567500', '155333.027500', '155333.487500', '155333.947500', '155334.407500', '155334.867500', '155335.327500', '155335.787500', '155336.247500', '155336.707500', '155337.167500', '155337.627500', '155338.087500', '155338.547500', '155339.007500', '155339.467500', '155339.927500', '155340.387500', '155340.847500', '155341.307500', '155341.767500', '155342.227500', '155342.687500', '155343.147500', '155343.607500', '155344.067500', '155344.527500', '155344.987500', '155345.447500', '155345.907500', '155346.367500', '155346.827500', '155347.287500', '155347.747500', '155348.207500', '155348.667500', '155349.127500', '155349.587500', '155350.047500', '155350.507500', '155350.967500', '155351.427500', '155351.887500', '155352.347500', '155352.807500', '155353.267500', '155353.727500', '155354.187500', '155354.647500', '155355.107500', '155355.567500', '155356.027500', '155356.487500', '155356.947500', '155357.407500', '155357.867500', '155358.327500', '155358.787500', '155359.247500', '155359.707500', '155400.167500', '155400.627500', '155401.087500', '155401.547500', '155402.007500', '155402.467500', '155402.927500', '155403.387500', '155403.847500', '155404.307500', '155404.767500', '155405.227500', '155405.687500', '155406.147500', '155406.607500', '155407.067500', '155407.527500', '155407.987500', '155408.447500', '155408.907500', '155409.367500', '155409.827500', '155410.287500', '155410.747500', '155411.207500', '155411.667500', '155412.127500', '155412.587500', '155413.047500', '155413.507500', '155413.967500', '155414.427500', '155414.887500', '155415.347500', '155415.807500', '155416.267500', '155416.727500', '155417.187500', '155417.647500', '155418.107500', '155418.567500', '155419.027500', '155419.487500', '155419.947500', '155420.407500', '155420.867500', '155421.327500', '155421.787500', '155422.247500', '155422.707500', '155423.167500', '155423.627500', '155424.087500', '155424.547500', '155425.007500', '155425.467500', '155425.927500', '155426.387500', '155426.847500', '155427.307500', '155427.767500', '155428.227500', '155428.687500', '155429.147500', '155429.607500', '155430.067500', '155430.527500', '155430.987500', '155431.447500', '155431.907500', '155432.367500', '155432.827500', '155433.287500', '155433.747500', '155434.207500', '155434.667500', '155435.127500', '155435.587500', '155436.047500', '155436.507500', '155436.967500', '155437.427500'], 'ContentTime': ['154813.827000', '154813.830000', '154813.833000', '154813.836000', '154813.840000', '154813.843000', '154813.845000', '154813.848000', '154813.851000', '154813.854000', '154813.857000', '154813.860000', '154813.863000', '154813.887000', '154813.890000', '154813.893000', '154813.896000', '154813.898000', '154813.901000', '154813.904000', '154813.907000', '154813.910000', '154813.913000', '154813.916000', '154813.919000', '154813.921000', '154813.928000', '154813.931000', '154813.934000', '154813.937000', '154813.939000', '154813.942000', '154813.945000', '154813.948000', '154813.951000', '154813.954000', '154833.781000', '154833.784000', '154833.787000', '154833.790000', '154833.792000', '154833.795000', '154833.798000', '154833.801000', '154833.804000', '154833.807000', '154833.809000', '154833.812000', '154833.815000', '154833.823000', '154833.826000', '154833.836000', '154833.839000', '154833.842000', '154833.845000', '154833.848000', '154833.851000', '154833.853000', '154833.856000', '154833.859000', '154833.862000', '154833.865000', '154833.868000', '154833.871000', '154833.874000', '154833.876000', '154833.879000', '154833.882000', '154833.885000', '154833.888000', '154833.891000', '154833.893000', '154833.896000', '154833.899000', '154833.902000', '154833.905000', '154833.908000', '154833.910000', '154833.913000', '154833.916000', '154853.781000', '154853.784000', '154853.787000', '154853.790000', '154853.793000', '154853.796000', '154853.799000', '154853.805000', '154853.808000', '154853.811000', '154853.814000', '154853.817000', '154853.819000', '154853.822000', '154853.825000', '154853.828000', '154853.831000', '154853.834000', '154853.837000', '154853.840000', '154853.843000', '154853.846000', '154853.849000', '154853.851000', '154853.854000', '154853.857000', '154853.860000', '154853.863000', '154853.866000', '154853.871000', '154853.875000', '154853.878000', '154853.881000', '154853.884000', '154853.887000', '154853.890000', '154853.892000', '154853.895000', '154853.898000', '154853.901000', '154853.904000', '154853.906000', '154853.909000', '154913.781000', '154913.784000', '154913.787000', '154913.790000', '154913.792000', '154913.795000', '154913.798000', '154913.801000', '154913.804000', '154913.806000', '154913.809000', '154913.812000', '154913.815000', '154913.818000', '154913.821000', '154913.824000', '154913.826000', '154913.829000', '154913.832000', '154913.835000', '154913.838000', '154913.841000', '154913.844000', '154913.846000', '154913.849000', '154913.852000', '154913.855000', '154913.858000', '154913.861000', '154913.863000', '154913.866000', '154913.869000', '154913.872000', '154913.875000', '154913.878000', '154913.881000', '154913.884000', '154913.886000', '154913.889000', '154913.892000', '154913.895000', '154913.898000', '154913.900000', '154913.903000', '154933.781000', '154933.784000', '154933.787000', '154933.790000', '154933.792000', '154933.795000', '154933.798000', '154933.801000', '154933.804000', '154933.807000', '154933.809000', '154933.812000', '154933.815000', '154933.819000', '154933.822000', '154933.825000', '154933.843000', '154933.846000', '154933.849000', '154933.852000', '154933.855000', '154933.858000', '154933.861000', '154933.863000', '154933.866000', '154933.869000', '154933.872000', '154933.875000', '154933.878000', '154933.881000', '154933.884000', '154933.887000', '154933.889000', '154933.892000', '154933.895000', '154933.900000', '154933.904000', '154933.907000', '154933.910000', '154933.913000', '154933.916000', '154933.919000', '154933.921000', '154953.782000', '154953.786000', '154953.789000', '154953.792000', '154953.795000', '154953.797000', '154953.800000', '154953.803000', '154953.806000', '154953.809000', '154953.812000', '154953.814000', '154953.817000', '154953.820000', '154953.823000', '154953.826000', '154953.829000', '154953.832000', '154953.834000', '154953.837000', '154953.840000', '154953.843000', '154953.846000', '154953.849000', '154953.851000', '154953.854000', '154953.857000', '154953.860000', '154953.863000', '154953.866000', '154953.869000', '154953.872000', '154953.875000', '154953.877000', '154953.880000', '154953.883000', '154953.886000', '154953.889000', '154953.892000', '154953.894000', '154953.897000', '154953.900000', '154953.903000', '154953.906000', '155013.781000', '155013.784000', '155013.787000', '155013.790000', '155013.793000', '155013.795000', '155013.798000', '155013.801000', '155013.804000', '155013.807000', '155013.810000', '155013.812000', '155013.815000', '155013.818000', '155013.821000', '155013.824000', '155013.827000', '155013.830000', '155013.833000', '155013.835000', '155013.838000', '155013.841000', '155013.844000', '155013.847000', '155013.850000', '155013.853000', '155013.856000', '155013.859000', '155013.862000', '155013.864000', '155013.867000', '155013.870000', '155013.873000', '155013.876000', '155013.879000', '155013.882000', '155013.885000', '155013.887000', '155013.890000', '155013.893000', '155013.896000', '155013.899000', '155013.902000', '155033.781000', '155033.784000', '155033.787000', '155033.790000', '155033.792000', '155033.795000', '155033.798000', '155033.801000', '155033.804000', '155033.807000', '155033.810000', '155033.813000', '155033.815000', '155033.818000', '155033.821000', '155033.824000', '155033.827000', '155033.830000', '155033.833000', '155033.835000', '155033.838000', '155033.841000', '155033.844000', '155033.847000', '155033.850000', '155033.852000', '155033.855000', '155033.858000', '155033.861000', '155033.864000', '155033.867000', '155033.870000', '155033.873000', '155033.876000', '155033.878000', '155033.881000', '155033.884000', '155033.887000', '155033.890000', '155033.893000', '155033.895000', '155033.898000', '155033.901000', '155033.904000', '155053.781000', '155053.784000', '155053.787000', '155053.790000', '155053.793000', '155053.796000', '155053.798000', '155053.801000', '155053.804000', '155053.807000', '155053.810000', '155053.813000', '155053.816000', '155053.818000', '155053.821000', '155053.824000', '155053.827000', '155053.830000', '155053.833000', '155053.836000', '155053.838000', '155053.841000', '155053.844000', '155053.847000', '155053.850000', '155053.853000', '155053.857000', '155053.861000', '155053.864000', '155053.867000', '155053.869000', '155053.872000', '155053.875000', '155053.878000', '155053.881000', '155053.884000', '155053.887000', '155053.889000', '155053.892000', '155053.895000', '155053.898000', '155053.901000', '155053.904000', '155113.781000', '155113.784000', '155113.787000', '155113.790000', '155113.792000', '155113.795000', '155113.798000', '155113.801000', '155113.804000', '155113.807000', '155113.810000', '155113.813000', '155113.828000', '155113.831000', '155113.834000', '155113.837000', '155113.840000', '155113.843000', '155113.845000', '155113.848000', '155113.851000', '155113.854000', '155113.857000', '155113.860000', '155113.863000', '155113.865000', '155113.868000', '155113.871000', '155113.874000', '155113.877000', '155113.880000', '155113.883000', '155113.886000', '155113.888000', '155113.891000', '155113.894000', '155113.897000', '155113.900000', '155113.903000', '155113.906000', '155113.909000', '155113.912000', '155113.914000', '155113.917000', '155133.781000', '155133.784000', '155133.787000', '155133.790000', '155133.793000', '155133.795000', '155133.798000', '155133.801000', '155133.804000', '155133.807000', '155133.810000', '155133.812000', '155133.815000', '155133.818000', '155133.821000', '155133.824000', '155133.827000', '155133.830000', '155133.833000', '155133.835000', '155133.838000', '155133.841000', '155133.844000', '155133.847000', '155133.850000', '155133.853000', '155133.856000', '155133.858000', '155133.861000', '155133.864000', '155133.867000', '155133.870000', '155133.873000', '155133.876000', '155133.879000', '155133.881000', '155133.884000', '155133.887000', '155133.890000', '155133.893000', '155133.896000', '155133.899000', '155133.902000', '155153.781000', '155153.784000', '155153.787000', '155153.790000', '155153.792000', '155153.795000', '155153.798000', '155153.801000', '155153.804000', '155153.807000', '155153.810000', '155153.813000', '155153.816000', '155153.818000', '155153.821000', '155153.824000', '155153.827000', '155153.830000', '155153.833000', '155153.835000', '155153.838000', '155153.841000', '155153.844000', '155153.847000', '155153.850000', '155153.853000', '155153.856000', '155153.859000', '155153.862000', '155153.864000', '155153.867000', '155153.870000', '155153.873000', '155153.876000', '155153.879000', '155153.882000', '155153.884000', '155153.887000', '155153.890000', '155153.893000', '155153.896000', '155153.899000', '155153.902000', '155153.905000', '155213.782000', '155213.785000', '155213.788000', '155213.791000', '155213.794000', '155213.796000', '155213.799000', '155213.802000', '155213.805000', '155213.808000', '155213.811000', '155213.814000', '155213.817000', '155213.820000', '155213.822000', '155213.825000', '155213.828000', '155213.831000', '155213.834000', '155213.837000', '155213.839000', '155213.842000', '155213.845000', '155213.848000', '155213.851000', '155213.854000', '155213.857000', '155213.860000', '155213.862000', '155213.865000', '155213.868000', '155213.871000', '155213.874000', '155213.877000', '155213.880000', '155213.882000', '155213.885000', '155213.888000', '155213.891000', '155213.894000', '155213.898000', '155213.901000', '155213.904000', '155233.781000', '155233.784000', '155233.787000', '155233.790000', '155233.793000', '155233.796000', '155233.798000', '155233.801000', '155233.804000', '155233.807000', '155233.810000', '155233.813000', '155233.816000', '155233.818000', '155233.821000', '155233.824000', '155233.827000', '155233.830000', '155233.833000', '155233.836000', '155233.838000', '155233.841000', '155233.844000', '155233.847000', '155233.850000', '155233.853000', '155233.856000', '155233.859000', '155233.862000', '155233.865000', '155233.868000', '155233.871000', '155233.874000', '155233.876000', '155233.879000', '155233.882000', '155233.885000', '155233.900000', '155233.902000', '155233.905000', '155233.908000', '155233.911000', '155233.914000', '155233.917000', '155253.781000', '155253.784000', '155253.787000', '155253.790000', '155253.793000', '155253.795000', '155253.798000', '155253.801000', '155253.804000', '155253.807000', '155253.810000', '155253.813000', '155253.815000', '155253.818000', '155253.821000', '155253.824000', '155253.827000', '155253.830000', '155253.833000', '155253.836000', '155253.839000', '155253.842000', '155253.844000', '155253.847000', '155253.850000', '155253.853000', '155253.856000', '155253.859000', '155253.862000', '155253.864000', '155253.867000', '155253.870000', '155253.873000', '155253.876000', '155253.879000', '155253.882000', '155253.885000', '155253.888000', '155253.890000', '155253.893000', '155253.896000', '155253.899000', '155253.902000', '155313.781000', '155313.784000', '155313.787000', '155313.790000', '155313.793000', '155313.795000', '155313.798000', '155313.801000', '155313.804000', '155313.807000', '155313.810000', '155313.813000', '155313.815000', '155313.818000', '155313.821000', '155313.824000', '155313.827000', '155313.830000', '155313.833000', '155313.835000', '155313.838000', '155313.841000', '155313.844000', '155313.847000', '155313.850000', '155313.853000', '155313.856000', '155313.858000', '155313.861000', '155313.864000', '155313.867000', '155313.870000', '155313.873000', '155313.876000', '155313.879000', '155313.881000', '155313.884000', '155313.887000', '155313.890000', '155313.893000', '155313.896000', '155313.899000', '155313.902000', '155313.905000', '155333.781000', '155333.784000', '155333.787000', '155333.790000', '155333.793000', '155333.796000', '155333.798000', '155333.801000', '155333.804000', '155333.807000', '155333.810000', '155333.813000', '155333.816000', '155333.818000', '155333.821000', '155333.824000', '155333.827000', '155333.830000', '155333.833000', '155333.836000', '155333.838000', '155333.841000', '155333.844000', '155333.847000', '155333.850000', '155333.853000', '155333.856000', '155333.858000', '155333.861000', '155333.864000', '155333.867000', '155333.870000', '155333.873000', '155333.876000', '155333.879000', '155333.882000', '155333.884000', '155333.887000', '155333.890000', '155333.893000', '155333.896000', '155333.899000', '155333.902000', '155353.781000', '155353.784000', '155353.787000', '155353.790000', '155353.793000', '155353.796000', '155353.798000', '155353.801000', '155353.804000', '155353.807000', '155353.810000', '155353.813000', '155353.815000', '155353.818000', '155353.823000', '155353.826000', '155353.829000', '155353.832000', '155353.835000', '155353.838000', '155353.840000', '155353.843000', '155353.846000', '155353.849000', '155353.852000', '155353.855000', '155353.858000', '155353.861000', '155353.864000', '155353.866000', '155353.869000', '155353.872000', '155353.875000', '155353.878000', '155353.881000', '155353.884000', '155353.887000', '155353.889000', '155353.892000', '155353.895000', '155353.898000', '155353.901000', '155353.904000', '155413.781000', '155413.784000', '155413.787000', '155413.790000', '155413.793000', '155413.796000', '155413.804000', '155413.807000', '155413.810000', '155413.813000', '155413.816000', '155413.819000', '155413.821000', '155413.824000', '155413.827000', '155413.830000', '155413.833000', '155413.836000', '155413.838000', '155413.841000', '155413.844000', '155413.847000', '155413.850000', '155413.853000', '155413.856000', '155413.859000', '155413.861000', '155413.864000', '155413.867000', '155413.870000', '155413.873000', '155413.876000', '155413.879000', '155413.882000', '155413.884000', '155413.887000', '155413.890000', '155413.893000', '155413.896000', '155413.899000', '155413.902000', '155413.904000', '155413.907000', '155413.910000', '155433.782000', '155433.785000', '155433.788000', '155433.791000', '155433.796000', '155433.801000', '155433.804000', '155433.807000', '155433.810000', '155433.813000', '155433.816000', '155433.818000', '155433.821000', '155433.824000', '155433.827000', '155433.830000', '155433.833000', '155433.836000', '155433.839000', '155433.841000', '155433.844000', '155433.847000', '155433.850000', '155433.853000', '155433.856000', '155433.859000', '155433.861000', '155433.864000', '155433.867000', '155433.870000', '155433.873000', '155433.876000', '155433.879000', '155433.881000', '155433.884000', '155433.887000', '155433.890000', '155433.893000', '155433.896000', '155433.899000', '155433.902000', '155433.904000', '155433.907000', '155437.986000', '155437.990000', '155437.993000', '155437.997000', '155438.002000', '155438.005000', '155438.008000', '155438.012000', '155438.015000', '155438.019000'], 'InstanceCreationTime': ['154813.827000', '154813.830000', '154813.833000', '154813.836000', '154813.840000', '154813.843000', '154813.845000', '154813.848000', '154813.851000', '154813.854000', '154813.857000', '154813.860000', '154813.863000', '154813.887000', '154813.890000', '154813.893000', '154813.896000', '154813.898000', '154813.901000', '154813.904000', '154813.907000', '154813.910000', '154813.913000', '154813.916000', '154813.919000', '154813.921000', '154813.928000', '154813.931000', '154813.934000', '154813.937000', '154813.939000', '154813.942000', '154813.945000', '154813.948000', '154813.951000', '154813.954000', '154833.781000', '154833.784000', '154833.787000', '154833.790000', '154833.792000', '154833.795000', '154833.798000', '154833.801000', '154833.804000', '154833.807000', '154833.809000', '154833.812000', '154833.815000', '154833.823000', '154833.826000', '154833.836000', '154833.839000', '154833.842000', '154833.845000', '154833.848000', '154833.851000', '154833.853000', '154833.856000', '154833.859000', '154833.862000', '154833.865000', '154833.868000', '154833.871000', '154833.874000', '154833.876000', '154833.879000', '154833.882000', '154833.885000', '154833.888000', '154833.891000', '154833.893000', '154833.896000', '154833.899000', '154833.902000', '154833.905000', '154833.908000', '154833.910000', '154833.913000', '154833.916000', '154853.781000', '154853.784000', '154853.787000', '154853.790000', '154853.793000', '154853.796000', '154853.799000', '154853.805000', '154853.808000', '154853.811000', '154853.814000', '154853.817000', '154853.819000', '154853.822000', '154853.825000', '154853.828000', '154853.831000', '154853.834000', '154853.837000', '154853.840000', '154853.843000', '154853.846000', '154853.849000', '154853.851000', '154853.854000', '154853.857000', '154853.860000', '154853.863000', '154853.866000', '154853.871000', '154853.875000', '154853.878000', '154853.881000', '154853.884000', '154853.887000', '154853.890000', '154853.892000', '154853.895000', '154853.898000', '154853.901000', '154853.904000', '154853.906000', '154853.909000', '154913.781000', '154913.784000', '154913.787000', '154913.790000', '154913.792000', '154913.795000', '154913.798000', '154913.801000', '154913.804000', '154913.806000', '154913.809000', '154913.812000', '154913.815000', '154913.818000', '154913.821000', '154913.824000', '154913.826000', '154913.829000', '154913.832000', '154913.835000', '154913.838000', '154913.841000', '154913.844000', '154913.846000', '154913.849000', '154913.852000', '154913.855000', '154913.858000', '154913.861000', '154913.863000', '154913.866000', '154913.869000', '154913.872000', '154913.875000', '154913.878000', '154913.881000', '154913.884000', '154913.886000', '154913.889000', '154913.892000', '154913.895000', '154913.898000', '154913.900000', '154913.903000', '154933.781000', '154933.784000', '154933.787000', '154933.790000', '154933.792000', '154933.795000', '154933.798000', '154933.801000', '154933.804000', '154933.807000', '154933.809000', '154933.812000', '154933.815000', '154933.819000', '154933.822000', '154933.825000', '154933.843000', '154933.846000', '154933.849000', '154933.852000', '154933.855000', '154933.858000', '154933.861000', '154933.863000', '154933.866000', '154933.869000', '154933.872000', '154933.875000', '154933.878000', '154933.881000', '154933.884000', '154933.887000', '154933.889000', '154933.892000', '154933.895000', '154933.900000', '154933.904000', '154933.907000', '154933.910000', '154933.913000', '154933.916000', '154933.919000', '154933.921000', '154953.782000', '154953.786000', '154953.789000', '154953.792000', '154953.795000', '154953.797000', '154953.800000', '154953.803000', '154953.806000', '154953.809000', '154953.812000', '154953.814000', '154953.817000', '154953.820000', '154953.823000', '154953.826000', '154953.829000', '154953.832000', '154953.834000', '154953.837000', '154953.840000', '154953.843000', '154953.846000', '154953.849000', '154953.851000', '154953.854000', '154953.857000', '154953.860000', '154953.863000', '154953.866000', '154953.869000', '154953.872000', '154953.875000', '154953.877000', '154953.880000', '154953.883000', '154953.886000', '154953.889000', '154953.892000', '154953.894000', '154953.897000', '154953.900000', '154953.903000', '154953.906000', '155013.781000', '155013.784000', '155013.787000', '155013.790000', '155013.793000', '155013.795000', '155013.798000', '155013.801000', '155013.804000', '155013.807000', '155013.810000', '155013.812000', '155013.815000', '155013.818000', '155013.821000', '155013.824000', '155013.827000', '155013.830000', '155013.833000', '155013.835000', '155013.838000', '155013.841000', '155013.844000', '155013.847000', '155013.850000', '155013.853000', '155013.856000', '155013.859000', '155013.862000', '155013.864000', '155013.867000', '155013.870000', '155013.873000', '155013.876000', '155013.879000', '155013.882000', '155013.885000', '155013.887000', '155013.890000', '155013.893000', '155013.896000', '155013.899000', '155013.902000', '155033.781000', '155033.784000', '155033.787000', '155033.790000', '155033.792000', '155033.795000', '155033.798000', '155033.801000', '155033.804000', '155033.807000', '155033.810000', '155033.813000', '155033.815000', '155033.818000', '155033.821000', '155033.824000', '155033.827000', '155033.830000', '155033.833000', '155033.835000', '155033.838000', '155033.841000', '155033.844000', '155033.847000', '155033.850000', '155033.852000', '155033.855000', '155033.858000', '155033.861000', '155033.864000', '155033.867000', '155033.870000', '155033.873000', '155033.876000', '155033.878000', '155033.881000', '155033.884000', '155033.887000', '155033.890000', '155033.893000', '155033.895000', '155033.898000', '155033.901000', '155033.904000', '155053.781000', '155053.784000', '155053.787000', '155053.790000', '155053.793000', '155053.796000', '155053.798000', '155053.801000', '155053.804000', '155053.807000', '155053.810000', '155053.813000', '155053.816000', '155053.818000', '155053.821000', '155053.824000', '155053.827000', '155053.830000', '155053.833000', '155053.836000', '155053.838000', '155053.841000', '155053.844000', '155053.847000', '155053.850000', '155053.853000', '155053.857000', '155053.861000', '155053.864000', '155053.867000', '155053.869000', '155053.872000', '155053.875000', '155053.878000', '155053.881000', '155053.884000', '155053.887000', '155053.889000', '155053.892000', '155053.895000', '155053.898000', '155053.901000', '155053.904000', '155113.781000', '155113.784000', '155113.787000', '155113.790000', '155113.792000', '155113.795000', '155113.798000', '155113.801000', '155113.804000', '155113.807000', '155113.810000', '155113.813000', '155113.828000', '155113.831000', '155113.834000', '155113.837000', '155113.840000', '155113.843000', '155113.845000', '155113.848000', '155113.851000', '155113.854000', '155113.857000', '155113.860000', '155113.863000', '155113.865000', '155113.868000', '155113.871000', '155113.874000', '155113.877000', '155113.880000', '155113.883000', '155113.886000', '155113.888000', '155113.891000', '155113.894000', '155113.897000', '155113.900000', '155113.903000', '155113.906000', '155113.909000', '155113.912000', '155113.914000', '155113.917000', '155133.781000', '155133.784000', '155133.787000', '155133.790000', '155133.793000', '155133.795000', '155133.798000', '155133.801000', '155133.804000', '155133.807000', '155133.810000', '155133.812000', '155133.815000', '155133.818000', '155133.821000', '155133.824000', '155133.827000', '155133.830000', '155133.833000', '155133.835000', '155133.838000', '155133.841000', '155133.844000', '155133.847000', '155133.850000', '155133.853000', '155133.856000', '155133.858000', '155133.861000', '155133.864000', '155133.867000', '155133.870000', '155133.873000', '155133.876000', '155133.879000', '155133.881000', '155133.884000', '155133.887000', '155133.890000', '155133.893000', '155133.896000', '155133.899000', '155133.902000', '155153.781000', '155153.784000', '155153.787000', '155153.790000', '155153.792000', '155153.795000', '155153.798000', '155153.801000', '155153.804000', '155153.807000', '155153.810000', '155153.813000', '155153.816000', '155153.818000', '155153.821000', '155153.824000', '155153.827000', '155153.830000', '155153.833000', '155153.835000', '155153.838000', '155153.841000', '155153.844000', '155153.847000', '155153.850000', '155153.853000', '155153.856000', '155153.859000', '155153.862000', '155153.864000', '155153.867000', '155153.870000', '155153.873000', '155153.876000', '155153.879000', '155153.882000', '155153.884000', '155153.887000', '155153.890000', '155153.893000', '155153.896000', '155153.899000', '155153.902000', '155153.905000', '155213.782000', '155213.785000', '155213.788000', '155213.791000', '155213.794000', '155213.796000', '155213.799000', '155213.802000', '155213.805000', '155213.808000', '155213.811000', '155213.814000', '155213.817000', '155213.820000', '155213.822000', '155213.825000', '155213.828000', '155213.831000', '155213.834000', '155213.837000', '155213.839000', '155213.842000', '155213.845000', '155213.848000', '155213.851000', '155213.854000', '155213.857000', '155213.860000', '155213.862000', '155213.865000', '155213.868000', '155213.871000', '155213.874000', '155213.877000', '155213.880000', '155213.882000', '155213.885000', '155213.888000', '155213.891000', '155213.894000', '155213.898000', '155213.901000', '155213.904000', '155233.781000', '155233.784000', '155233.787000', '155233.790000', '155233.793000', '155233.796000', '155233.798000', '155233.801000', '155233.804000', '155233.807000', '155233.810000', '155233.813000', '155233.816000', '155233.818000', '155233.821000', '155233.824000', '155233.827000', '155233.830000', '155233.833000', '155233.836000', '155233.838000', '155233.841000', '155233.844000', '155233.847000', '155233.850000', '155233.853000', '155233.856000', '155233.859000', '155233.862000', '155233.865000', '155233.868000', '155233.871000', '155233.874000', '155233.876000', '155233.879000', '155233.882000', '155233.885000', '155233.900000', '155233.902000', '155233.905000', '155233.908000', '155233.911000', '155233.914000', '155233.917000', '155253.781000', '155253.784000', '155253.787000', '155253.790000', '155253.793000', '155253.795000', '155253.798000', '155253.801000', '155253.804000', '155253.807000', '155253.810000', '155253.813000', '155253.815000', '155253.818000', '155253.821000', '155253.824000', '155253.827000', '155253.830000', '155253.833000', '155253.836000', '155253.839000', '155253.842000', '155253.844000', '155253.847000', '155253.850000', '155253.853000', '155253.856000', '155253.859000', '155253.862000', '155253.864000', '155253.867000', '155253.870000', '155253.873000', '155253.876000', '155253.879000', '155253.882000', '155253.885000', '155253.888000', '155253.890000', '155253.893000', '155253.896000', '155253.899000', '155253.902000', '155313.781000', '155313.784000', '155313.787000', '155313.790000', '155313.793000', '155313.795000', '155313.798000', '155313.801000', '155313.804000', '155313.807000', '155313.810000', '155313.813000', '155313.815000', '155313.818000', '155313.821000', '155313.824000', '155313.827000', '155313.830000', '155313.833000', '155313.835000', '155313.838000', '155313.841000', '155313.844000', '155313.847000', '155313.850000', '155313.853000', '155313.856000', '155313.858000', '155313.861000', '155313.864000', '155313.867000', '155313.870000', '155313.873000', '155313.876000', '155313.879000', '155313.881000', '155313.884000', '155313.887000', '155313.890000', '155313.893000', '155313.896000', '155313.899000', '155313.902000', '155313.905000', '155333.781000', '155333.784000', '155333.787000', '155333.790000', '155333.793000', '155333.796000', '155333.798000', '155333.801000', '155333.804000', '155333.807000', '155333.810000', '155333.813000', '155333.816000', '155333.818000', '155333.821000', '155333.824000', '155333.827000', '155333.830000', '155333.833000', '155333.836000', '155333.838000', '155333.841000', '155333.844000', '155333.847000', '155333.850000', '155333.853000', '155333.856000', '155333.858000', '155333.861000', '155333.864000', '155333.867000', '155333.870000', '155333.873000', '155333.876000', '155333.879000', '155333.882000', '155333.884000', '155333.887000', '155333.890000', '155333.893000', '155333.896000', '155333.899000', '155333.902000', '155353.781000', '155353.784000', '155353.787000', '155353.790000', '155353.793000', '155353.796000', '155353.798000', '155353.801000', '155353.804000', '155353.807000', '155353.810000', '155353.813000', '155353.815000', '155353.818000', '155353.823000', '155353.826000', '155353.829000', '155353.832000', '155353.835000', '155353.838000', '155353.840000', '155353.843000', '155353.846000', '155353.849000', '155353.852000', '155353.855000', '155353.858000', '155353.861000', '155353.864000', '155353.866000', '155353.869000', '155353.872000', '155353.875000', '155353.878000', '155353.881000', '155353.884000', '155353.887000', '155353.889000', '155353.892000', '155353.895000', '155353.898000', '155353.901000', '155353.904000', '155413.781000', '155413.784000', '155413.787000', '155413.790000', '155413.793000', '155413.796000', '155413.804000', '155413.807000', '155413.810000', '155413.813000', '155413.816000', '155413.819000', '155413.821000', '155413.824000', '155413.827000', '155413.830000', '155413.833000', '155413.836000', '155413.838000', '155413.841000', '155413.844000', '155413.847000', '155413.850000', '155413.853000', '155413.856000', '155413.859000', '155413.861000', '155413.864000', '155413.867000', '155413.870000', '155413.873000', '155413.876000', '155413.879000', '155413.882000', '155413.884000', '155413.887000', '155413.890000', '155413.893000', '155413.896000', '155413.899000', '155413.902000', '155413.904000', '155413.907000', '155413.910000', '155433.782000', '155433.785000', '155433.788000', '155433.791000', '155433.796000', '155433.801000', '155433.804000', '155433.807000', '155433.810000', '155433.813000', '155433.816000', '155433.818000', '155433.821000', '155433.824000', '155433.827000', '155433.830000', '155433.833000', '155433.836000', '155433.839000', '155433.841000', '155433.844000', '155433.847000', '155433.850000', '155433.853000', '155433.856000', '155433.859000', '155433.861000', '155433.864000', '155433.867000', '155433.870000', '155433.873000', '155433.876000', '155433.879000', '155433.881000', '155433.884000', '155433.887000', '155433.890000', '155433.893000', '155433.896000', '155433.899000', '155433.902000', '155433.904000', '155433.907000', '155437.986000', '155437.990000', '155437.993000', '155437.997000', '155438.002000', '155438.005000', '155438.008000', '155438.012000', '155438.015000', '155438.019000'], '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': [8289, 10649, 11548, 7234, 8204, 9232, 12141, 8050, 5259, 5008, 5243, 5533, 11495, 8603, 6463, 5226, 5019, 5177, 9319, 10066, 6964, 5591, 7238, 5296, 5295, 5663, 6650, 5451, 5620, 7038, 6862, 9568, 9078, 7242, 9613, 8568, 10995, 10136, 7176, 6983, 6745, 10332, 10597, 6555, 5562, 5436, 10462, 11159, 6441, 5576, 5208, 10182, 10894, 8880, 5733, 5502, 8192, 7846, 7467, 5511, 5122, 7759, 5413, 5163, 8119, 10609, 8182, 5433, 10525, 9449, 7881, 5649, 10953, 6471, 5122, 5309, 10531, 5598, 5304, 5211, 9131, 5387, 5112, 5102, 5841, 5132, 5336, 5033, 5148, 5226, 5221, 5313, 5111, 5244, 5272, 6238, 9349, 5143, 5226, 5444, 10437, 8533, 7457, 5381, 9969, 9213, 8126, 8369, 12638, 9615, 7634, 6491, 11025, 10086, 9924, 7725, 10424, 6913, 5914, 9672, 10658, 8267, 6084, 10943, 6010, 5512, 10257, 9862, 6920, 5399, 9901, 5581, 5579, 11647, 8431, 5802, 5246, 8484, 5337, 5463, 5348, 8484, 5341, 5681, 6647, 8398, 5704, 6386, 7387, 5223, 5359, 10191, 6797, 5219, 5122, 5248, 5199, 5283, 9992, 5610, 5350, 5202, 8321, 7455, 6483, 10331, 5827, 5085, 11210, 7947, 6957, 6829, 9529, 6256, 6915, 11663, 8462, 5614, 6084, 9973, 8992, 10134, 10437, 7122, 5626, 10722, 8811, 8805, 9171, 5777, 5428, 7510, 5357, 6243, 9613, 5229, 5431, 8322, 5375, 5763, 9563, 6477, 5374, 8790, 5512, 5536, 9715, 5568, 5249, 9438, 5303, 5318, 10435, 5651, 5155, 7143, 5317, 5197, 8520, 5316, 4991, 5720, 5312, 4979, 7868, 5300, 5119, 6623, 5330, 7775, 6835, 5543, 6717, 5246, 5507, 9134, 7783, 5405, 5297, 6581, 5193, 7682, 10337, 8268, 7411, 11037, 8623, 7508, 11555, 6565, 7894, 9957, 9560, 7863, 8502, 13484, 9239, 7118, 11147, 9362, 8599, 12012, 9907, 6569, 5257, 6444, 5543, 11308, 9936, 5627, 8451, 5883, 5560, 12480, 7524, 5160, 8053, 5174, 5168, 9194, 5162, 6793, 5449, 5391, 11228, 6859, 5457, 9214, 5181, 6600, 6034, 5373, 8318, 5234, 5201, 6748, 5433, 5174, 9066, 5471, 5273, 6916, 5432, 5451, 7217, 5274, 5331, 5577, 9204, 5312, 5205, 6971, 4996, 5376, 10820, 6671, 5234, 10181, 7763, 6333, 11033, 8002, 5235, 7762, 10318, 7607, 7518, 9919, 5194, 5407, 11330, 9328, 6908, 11834, 5541, 5592, 12015, 8838, 5680, 9525, 6468, 5214, 11692, 9577, 7490, 12654, 9253, 5899, 11301, 9363, 7234, 11966, 8989, 5602, 9195, 10491, 8710, 11115, 6049, 6167, 7109, 7207, 5409, 5837, 11916, 7152, 5274, 11553, 6497, 5582, 11435, 6557, 5399, 9945, 5405, 5272, 5413, 5402, 5249, 7364, 5436, 5251, 5332, 5175, 5357, 8985, 6051, 5354, 7708, 5325, 5188, 9973, 7958, 5184, 5582, 7869, 5351, 6907, 8734, 5142, 5527, 11039, 7322, 5166, 8017, 5550, 5099, 10377, 9763, 5534, 5320, 10161, 6401, 7391, 11709, 8146, 5418, 9000, 5442, 5022, 7535, 9282, 5247, 5393, 10128, 6192, 5535, 10931, 7479, 5242, 8264, 9027, 5574, 9478, 9204, 5236, 5475, 5154, 4904, 5053, 5926, 10458, 6857, 5251, 10444, 8126, 9014, 12613, 9578, 8014, 12160, 8753, 9138, 12969, 9983, 6733, 11447, 6973, 7038, 11520, 6349, 5895, 10246, 7024, 6069, 6345, 5781, 5211, 5563, 6281, 5364, 5428, 9342, 5505, 5363, 9279, 5271, 5319, 5209, 5161, 5251, 5216, 5113, 5028, 5137, 4947, 5251, 5232, 7876, 5037, 5637, 5225, 5972, 5312, 5380, 6159, 5161, 5495, 5369, 8771, 7507, 6516, 10229, 5395, 5355, 10181, 8420, 7218, 11556, 7279, 5224, 10593, 10682, 7296, 5495, 9716, 9260, 6077, 9665, 12507, 7166, 5015, 7176, 10323, 7019, 11421, 9636, 6126, 9887, 7681, 5618, 11898, 7452, 5192, 10263, 5173, 5460, 7006, 5328, 5176, 6003, 5820, 5399, 5106, 5539, 5682, 5453, 7221, 5807, 5755, 5265, 5322, 5461, 5413, 5352, 5539, 5342, 5549, 5862, 5986, 5509, 5392, 6264, 5211, 5305, 8383, 7938, 5466, 5343, 11071, 8141, 5567, 6695, 9785, 7727, 9432, 11393, 8925, 7783, 12105, 9035, 10381, 10069, 9778, 6974, 7222, 12257, 9107, 7707, 12861, 9453, 7321, 6423, 7897, 7388, 11715, 9240, 7516, 6835, 8002, 6178, 5253, 8819, 5365, 5235, 10623, 6219, 5517, 12405, 9538, 6508, 11006, 7838, 5081, 6022, 5677, 5330, 5229, 6132, 5398, 5402, 5987, 5324, 5234, 7537, 6669, 5458, 5395, 9435, 6783, 5407, 6551, 5273, 5719, 5319, 6975, 10669, 6930, 5327, 5264, 9392, 7429, 5283, 12155, 9293, 6642, 5345, 8880, 5241, 5226, 11456, 8356, 6395, 11053, 8732, 7157, 12277, 8670, 6811, 10970, 6841, 5428, 9686, 5118, 5589, 7524, 5095, 5359, 5088, 5188, 5338, 7588, 5275, 5064, 4842, 5377, 5420, 7039, 5141, 5307, 4828, 5266, 5343, 8266, 6521, 5519, 7965, 7065, 5365, 9205, 7649, 5338, 6475, 5453, 5334, 8610, 7930, 5255, 5083, 6472, 5188, 5202, 11023, 7632, 5284, 9140, 6210, 6675, 10149, 8389, 8016, 10977, 8586, 7290, 11144, 8515, 7643, 10671, 8503, 9058, 11626, 7744, 6857, 11885, 7467, 5493, 5209, 5530, 5379, 5488, 9792, 5792, 5791, 8113, 7171, 5661, 6237, 6256, 5464, 5111, 5206, 5133, 5340, 5221, 8086, 5612, 9784, 8244, 5104, 7804, 5105, 5031, 6446, 5196, 5124, 4921, 5138, 5187, 4990, 5038, 5313, 4993, 5059, 5119, 6382, 5136, 5294, 9669, 5297, 5315, 6680, 5423, 5305, 5101, 5395, 5235, 5079, 8286, 5070, 5156, 8327, 5144, 7466, 9548, 7590, 5554, 8802, 6558, 11217, 8809, 6229, 7693, 6714, 5416, 7820, 6489, 5430, 9130, 7649, 6571, 10135, 8452, 6626, 10449, 6211, 5267, 8406, 5058, 5207, 8015, 5324, 5184, 4908, 5076, 5246, 5986, 5358, 5108, 5536, 5123, 5313, 6926, 5319, 5107, 6610, 5271, 5278, 9319, 6023, 5186, 4947, 5116, 5220, 5164, 8626, 5323, 5073, 5701, 7641, 5257, 5190, 5480, 9264, 7492, 5350, 9148, 6425, 5675, 9175, 9108, 5824, 5335, 6258, 5173, 5232, 9348, 5211, 5256, 5230, 5167, 5350, 5098, 5088, 5267, 5284, 6328, 5460, 8500, 5159, 5312, 8740, 5272], 'WindowCenter': [3409.0, 3416.0, 3414.0, 3380.0, 3378.0, 3389.0, 3411.0, 3377.0, 3335.0, 3350.0, 3364.0, 3362.0, 3400.0, 3362.0, 3355.0, 3334.0, 3334.0, 3335.0, 3389.0, 3400.0, 3367.0, 3345.0, 3378.0, 3346.0, 3346.0, 3357.0, 3367.0, 3346.0, 3345.0, 3367.0, 3366.0, 3388.0, 3389.0, 3366.0, 3388.0, 3376.0, 3386.0, 3385.0, 3353.0, 3353.0, 3353.0, 3385.0, 3385.0, 3342.0, 3321.0, 3332.0, 3386.0, 3386.0, 3342.0, 3332.0, 3323.0, 3385.0, 3374.0, 3362.0, 3329.0, 3318.0, 3362.0, 3350.0, 3350.0, 3318.0, 3318.0, 3363.0, 3319.0, 3320.0, 3363.0, 3384.0, 3362.0, 3332.0, 3384.0, 3372.0, 3361.0, 3327.0, 3370.0, 3338.0, 3318.0, 3316.0, 3371.0, 3329.0, 3329.0, 3319.0, 3384.0, 3332.0, 3332.0, 3333.0, 3344.0, 3335.0, 3345.0, 3333.0, 3334.0, 3335.0, 3336.0, 3359.0, 3348.0, 3348.0, 3348.0, 3370.0, 3402.0, 3349.0, 3361.0, 3359.0, 3402.0, 3391.0, 3381.0, 3360.0, 3402.0, 3402.0, 3379.0, 3378.0, 3401.0, 3389.0, 3366.0, 3356.0, 3387.0, 3374.0, 3386.0, 3363.0, 3384.0, 3351.0, 3329.0, 3371.0, 3371.0, 3361.0, 3340.0, 3383.0, 3339.0, 3329.0, 3371.0, 3372.0, 3350.0, 3329.0, 3371.0, 3317.0, 3329.0, 3383.0, 3362.0, 3342.0, 3319.0, 3372.0, 3330.0, 3332.0, 3332.0, 3376.0, 3332.0, 3346.0, 3367.0, 3376.0, 3344.0, 3355.0, 3365.0, 3322.0, 3332.0, 3386.0, 3354.0, 3333.0, 3333.0, 3332.0, 3333.0, 3345.0, 3400.0, 3358.0, 3360.0, 3349.0, 3390.0, 3379.0, 3368.0, 3400.0, 3346.0, 3335.0, 3398.0, 3377.0, 3366.0, 3355.0, 3388.0, 3355.0, 3354.0, 3386.0, 3374.0, 3331.0, 3342.0, 3375.0, 3375.0, 3385.0, 3385.0, 3352.0, 3329.0, 3372.0, 3362.0, 3360.0, 3360.0, 3326.0, 3315.0, 3348.0, 3316.0, 3337.0, 3372.0, 3318.0, 3329.0, 3361.0, 3329.0, 3328.0, 3371.0, 3341.0, 3330.0, 3372.0, 3318.0, 3329.0, 3372.0, 3330.0, 3319.0, 3372.0, 3331.0, 3332.0, 3384.0, 3342.0, 3331.0, 3363.0, 3331.0, 3332.0, 3375.0, 3332.0, 3332.0, 3357.0, 3344.0, 3334.0, 3389.0, 3346.0, 3346.0, 3366.0, 3344.0, 3377.0, 3365.0, 3345.0, 3365.0, 3332.0, 3344.0, 3386.0, 3377.0, 3345.0, 3345.0, 3368.0, 3347.0, 3378.0, 3412.0, 3335.0, 3410.0, 3414.0, 3391.0, 3379.0, 3400.0, 3368.0, 3379.0, 3401.0, 3400.0, 3377.0, 3388.0, 3398.0, 3374.0, 3352.0, 3384.0, 3373.0, 3375.0, 3385.0, 3372.0, 3350.0, 3318.0, 3338.0, 3317.0, 3381.0, 3370.0, 3327.0, 3360.0, 3328.0, 3317.0, 3382.0, 3348.0, 3315.0, 3359.0, 3317.0, 3304.0, 3370.0, 3317.0, 3349.0, 3328.0, 3328.0, 3381.0, 3350.0, 3328.0, 3372.0, 3317.0, 3350.0, 3338.0, 3328.0, 3360.0, 3317.0, 3317.0, 3350.0, 3329.0, 3331.0, 3385.0, 3330.0, 3332.0, 3376.0, 3344.0, 3344.0, 3375.0, 3333.0, 3344.0, 3343.0, 3387.0, 3344.0, 3334.0, 3366.0, 3346.0, 3357.0, 3413.0, 3369.0, 3345.0, 3398.0, 3377.0, 3367.0, 3398.0, 3375.0, 3333.0, 3376.0, 3399.0, 3378.0, 3378.0, 3386.0, 3332.0, 3332.0, 3397.0, 3386.0, 3365.0, 3397.0, 3344.0, 3345.0, 3397.0, 3386.0, 3343.0, 3386.0, 3352.0, 3332.0, 3385.0, 3374.0, 3364.0, 3396.0, 3374.0, 3341.0, 3382.0, 3361.0, 3350.0, 3383.0, 3359.0, 3327.0, 3360.0, 3371.0, 3361.0, 3384.0, 3327.0, 3327.0, 3337.0, 3336.0, 3316.0, 3315.0, 3370.0, 3349.0, 3305.0, 3369.0, 3326.0, 3316.0, 3370.0, 3325.0, 3313.0, 3358.0, 3314.0, 3303.0, 3314.0, 3314.0, 3317.0, 3361.0, 3329.0, 3319.0, 3330.0, 3331.0, 3332.0, 3387.0, 3356.0, 3346.0, 3365.0, 3344.0, 3333.0, 3387.0, 3376.0, 3333.0, 3332.0, 3375.0, 3343.0, 3365.0, 3388.0, 3333.0, 3343.0, 3397.0, 3366.0, 3333.0, 3377.0, 3346.0, 3335.0, 3397.0, 3398.0, 3345.0, 3343.0, 3385.0, 3353.0, 3365.0, 3398.0, 3377.0, 3332.0, 3373.0, 3331.0, 3320.0, 3376.0, 3387.0, 3332.0, 3332.0, 3385.0, 3354.0, 3344.0, 3399.0, 3364.0, 3332.0, 3374.0, 3374.0, 3345.0, 3387.0, 3387.0, 3345.0, 3345.0, 3333.0, 3321.0, 3331.0, 3353.0, 3397.0, 3365.0, 3334.0, 3386.0, 3376.0, 3375.0, 3385.0, 3372.0, 3362.0, 3381.0, 3346.0, 3357.0, 3367.0, 3344.0, 3322.0, 3353.0, 3321.0, 3320.0, 3353.0, 3308.0, 3297.0, 3342.0, 3308.0, 3297.0, 3308.0, 3297.0, 3289.0, 3300.0, 3320.0, 3299.0, 3299.0, 3342.0, 3299.0, 3300.0, 3343.0, 3289.0, 3300.0, 3301.0, 3302.0, 3315.0, 3315.0, 3316.0, 3316.0, 3317.0, 3306.0, 3330.0, 3330.0, 3374.0, 3332.0, 3343.0, 3333.0, 3355.0, 3344.0, 3346.0, 3355.0, 3333.0, 3345.0, 3345.0, 3387.0, 3377.0, 3366.0, 3398.0, 3345.0, 3345.0, 3385.0, 3375.0, 3365.0, 3385.0, 3351.0, 3319.0, 3384.0, 3397.0, 3363.0, 3332.0, 3374.0, 3373.0, 3341.0, 3373.0, 3383.0, 3350.0, 3331.0, 3350.0, 3370.0, 3348.0, 3369.0, 3358.0, 3326.0, 3358.0, 3347.0, 3326.0, 3368.0, 3334.0, 3302.0, 3355.0, 3301.0, 3313.0, 3337.0, 3314.0, 3304.0, 3328.0, 3329.0, 3328.0, 3318.0, 3331.0, 3342.0, 3343.0, 3365.0, 3344.0, 3344.0, 3333.0, 3344.0, 3344.0, 3333.0, 3344.0, 3344.0, 3345.0, 3345.0, 3356.0, 3367.0, 3358.0, 3358.0, 3369.0, 3349.0, 3361.0, 3403.0, 3392.0, 3358.0, 3347.0, 3411.0, 3389.0, 3347.0, 3367.0, 3399.0, 3378.0, 3389.0, 3398.0, 3388.0, 3364.0, 3385.0, 3374.0, 3374.0, 3374.0, 3372.0, 3350.0, 3350.0, 3369.0, 3347.0, 3334.0, 3366.0, 3355.0, 3334.0, 3324.0, 3333.0, 3334.0, 3367.0, 3344.0, 3321.0, 3321.0, 3331.0, 3310.0, 3301.0, 3356.0, 3301.0, 3301.0, 3355.0, 3312.0, 3314.0, 3372.0, 3364.0, 3328.0, 3371.0, 3350.0, 3320.0, 3341.0, 3330.0, 3332.0, 3320.0, 3340.0, 3329.0, 3319.0, 3343.0, 3332.0, 3333.0, 3377.0, 3367.0, 3344.0, 3345.0, 3387.0, 3365.0, 3344.0, 3354.0, 3334.0, 3345.0, 3344.0, 3367.0, 3400.0, 3367.0, 3344.0, 3345.0, 3387.0, 3364.0, 3331.0, 3382.0, 3361.0, 3339.0, 3318.0, 3373.0, 3320.0, 3319.0, 3382.0, 3359.0, 3338.0, 3370.0, 3358.0, 3348.0, 3368.0, 3347.0, 3336.0, 3368.0, 3336.0, 3313.0, 3356.0, 3301.0, 3312.0, 3345.0, 3303.0, 3315.0, 3304.0, 3315.0, 3329.0, 3362.0, 3330.0, 3330.0, 3318.0, 3330.0, 3341.0, 3363.0, 3330.0, 3342.0, 3320.0, 3332.0, 3343.0, 3387.0, 3381.0, 3346.0, 3378.0, 3366.0, 3344.0, 3399.0, 3388.0, 3345.0, 3364.0, 3344.0, 3344.0, 3386.0, 3387.0, 3358.0, 3358.0, 3378.0, 3344.0, 3344.0, 3410.0, 3376.0, 3344.0, 3386.0, 3366.0, 3377.0, 3396.0, 3386.0, 3375.0, 3383.0, 3372.0, 3361.0, 3382.0, 3358.0, 3359.0, 3368.0, 3357.0, 3358.0, 3354.0, 3319.0, 3320.0, 3353.0, 3331.0, 3299.0, 3299.0, 3300.0, 3300.0, 3300.0, 3342.0, 3299.0, 3299.0, 3343.0, 3307.0, 3314.0, 3312.0, 3321.0, 3311.0, 3287.0, 3285.0, 3286.0, 3297.0, 3286.0, 3330.0, 3324.0, 3354.0, 3330.0, 3287.0, 3318.0, 3286.0, 3287.0, 3309.0, 3286.0, 3287.0, 3288.0, 3300.0, 3302.0, 3314.0, 3314.0, 3327.0, 3327.0, 3330.0, 3330.0, 3350.0, 3330.0, 3330.0, 3400.0, 3342.0, 3342.0, 3363.0, 3342.0, 3344.0, 3344.0, 3356.0, 3359.0, 3347.0, 3400.0, 3347.0, 3359.0, 3401.0, 3346.0, 3377.0, 3398.0, 3376.0, 3344.0, 3387.0, 3353.0, 3384.0, 3372.0, 3340.0, 3348.0, 3338.0, 3317.0, 3350.0, 3338.0, 3329.0, 3372.0, 3360.0, 3349.0, 3371.0, 3359.0, 3337.0, 3369.0, 3325.0, 3315.0, 3358.0, 3316.0, 3316.0, 3359.0, 3327.0, 3316.0, 3305.0, 3316.0, 3327.0, 3339.0, 3340.0, 3330.0, 3329.0, 3331.0, 3342.0, 3362.0, 3341.0, 3331.0, 3363.0, 3331.0, 3345.0, 3397.0, 3365.0, 3343.0, 3331.0, 3345.0, 3346.0, 3345.0, 3398.0, 3342.0, 3342.0, 3353.0, 3376.0, 3343.0, 3343.0, 3343.0, 3398.0, 3376.0, 3356.0, 3397.0, 3352.0, 3340.0, 3382.0, 3372.0, 3339.0, 3339.0, 3352.0, 3330.0, 3329.0, 3383.0, 3329.0, 3329.0, 3329.0, 3329.0, 3341.0, 3330.0, 3342.0, 3341.0, 3341.0, 3362.0, 3341.0, 3384.0, 3330.0, 3340.0, 3384.0, 3331.0], 'WindowWidth': [7763.0, 7767.0, 7761.0, 7706.0, 7702.0, 7717.0, 7752.0, 7700.0, 7642.0, 7671.0, 7699.0, 7692.0, 7730.0, 7667.0, 7665.0, 7637.0, 7637.0, 7640.0, 7717.0, 7734.0, 7685.0, 7655.0, 7702.0, 7657.0, 7656.0, 7673.0, 7688.0, 7657.0, 7655.0, 7686.0, 7682.0, 7713.0, 7715.0, 7681.0, 7712.0, 7695.0, 7708.0, 7704.0, 7657.0, 7659.0, 7659.0, 7702.0, 7703.0, 7642.0, 7613.0, 7628.0, 7706.0, 7707.0, 7644.0, 7630.0, 7621.0, 7702.0, 7685.0, 7665.0, 7621.0, 7606.0, 7669.0, 7648.0, 7649.0, 7605.0, 7607.0, 7671.0, 7608.0, 7611.0, 7670.0, 7701.0, 7669.0, 7633.0, 7701.0, 7680.0, 7666.0, 7614.0, 7674.0, 7631.0, 7604.0, 7599.0, 7678.0, 7622.0, 7622.0, 7608.0, 7701.0, 7634.0, 7632.0, 7636.0, 7653.0, 7643.0, 7655.0, 7637.0, 7637.0, 7641.0, 7645.0, 7681.0, 7665.0, 7665.0, 7666.0, 7696.0, 7743.0, 7670.0, 7688.0, 7681.0, 7740.0, 7726.0, 7710.0, 7682.0, 7741.0, 7739.0, 7706.0, 7700.0, 7735.0, 7718.0, 7682.0, 7669.0, 7709.0, 7689.0, 7706.0, 7670.0, 7700.0, 7651.0, 7620.0, 7676.0, 7679.0, 7665.0, 7637.0, 7698.0, 7636.0, 7623.0, 7680.0, 7682.0, 7649.0, 7622.0, 7679.0, 7604.0, 7622.0, 7699.0, 7669.0, 7645.0, 7610.0, 7683.0, 7627.0, 7631.0, 7633.0, 7696.0, 7633.0, 7656.0, 7685.0, 7695.0, 7650.0, 7668.0, 7680.0, 7617.0, 7630.0, 7708.0, 7662.0, 7636.0, 7634.0, 7635.0, 7638.0, 7654.0, 7733.0, 7678.0, 7685.0, 7666.0, 7719.0, 7704.0, 7689.0, 7734.0, 7656.0, 7642.0, 7726.0, 7697.0, 7680.0, 7666.0, 7713.0, 7665.0, 7662.0, 7708.0, 7689.0, 7628.0, 7644.0, 7689.0, 7690.0, 7704.0, 7704.0, 7655.0, 7621.0, 7681.0, 7667.0, 7662.0, 7660.0, 7613.0, 7597.0, 7643.0, 7599.0, 7629.0, 7680.0, 7607.0, 7623.0, 7668.0, 7623.0, 7618.0, 7682.0, 7640.0, 7625.0, 7681.0, 7604.0, 7622.0, 7682.0, 7624.0, 7611.0, 7683.0, 7627.0, 7632.0, 7703.0, 7646.0, 7631.0, 7674.0, 7629.0, 7633.0, 7691.0, 7631.0, 7634.0, 7676.0, 7654.0, 7641.0, 7720.0, 7661.0, 7659.0, 7685.0, 7652.0, 7698.0, 7680.0, 7655.0, 7684.0, 7635.0, 7651.0, 7709.0, 7699.0, 7655.0, 7657.0, 7690.0, 7663.0, 7703.0, 7754.0, 7619.0, 7775.0, 7764.0, 7725.0, 7706.0, 7735.0, 7689.0, 7704.0, 7737.0, 7734.0, 7700.0, 7716.0, 7726.0, 7689.0, 7656.0, 7702.0, 7685.0, 7693.0, 7703.0, 7681.0, 7652.0, 7607.0, 7632.0, 7601.0, 7692.0, 7677.0, 7617.0, 7663.0, 7618.0, 7604.0, 7696.0, 7646.0, 7599.0, 7659.0, 7602.0, 7580.0, 7675.0, 7604.0, 7649.0, 7620.0, 7621.0, 7693.0, 7649.0, 7619.0, 7682.0, 7605.0, 7650.0, 7631.0, 7622.0, 7663.0, 7604.0, 7605.0, 7651.0, 7624.0, 7628.0, 7705.0, 7626.0, 7634.0, 7699.0, 7652.0, 7654.0, 7695.0, 7638.0, 7655.0, 7651.0, 7713.0, 7653.0, 7640.0, 7686.0, 7662.0, 7679.0, 7758.0, 7694.0, 7658.0, 7728.0, 7701.0, 7687.0, 7727.0, 7695.0, 7637.0, 7697.0, 7732.0, 7706.0, 7705.0, 7711.0, 7634.0, 7633.0, 7725.0, 7709.0, 7680.0, 7725.0, 7652.0, 7657.0, 7726.0, 7709.0, 7648.0, 7707.0, 7659.0, 7633.0, 7705.0, 7687.0, 7676.0, 7719.0, 7688.0, 7641.0, 7695.0, 7664.0, 7651.0, 7696.0, 7660.0, 7615.0, 7661.0, 7677.0, 7664.0, 7698.0, 7611.0, 7612.0, 7625.0, 7622.0, 7597.0, 7594.0, 7674.0, 7646.0, 7585.0, 7672.0, 7611.0, 7597.0, 7675.0, 7607.0, 7589.0, 7655.0, 7591.0, 7576.0, 7593.0, 7594.0, 7602.0, 7666.0, 7625.0, 7612.0, 7625.0, 7632.0, 7633.0, 7712.0, 7673.0, 7659.0, 7678.0, 7651.0, 7636.0, 7711.0, 7695.0, 7635.0, 7632.0, 7691.0, 7648.0, 7681.0, 7713.0, 7636.0, 7650.0, 7723.0, 7683.0, 7638.0, 7699.0, 7659.0, 7642.0, 7726.0, 7730.0, 7656.0, 7649.0, 7706.0, 7661.0, 7678.0, 7729.0, 7701.0, 7632.0, 7685.0, 7627.0, 7613.0, 7696.0, 7714.0, 7634.0, 7634.0, 7708.0, 7665.0, 7652.0, 7733.0, 7678.0, 7634.0, 7690.0, 7690.0, 7655.0, 7713.0, 7710.0, 7657.0, 7656.0, 7637.0, 7618.0, 7629.0, 7662.0, 7725.0, 7682.0, 7640.0, 7711.0, 7696.0, 7693.0, 7707.0, 7684.0, 7669.0, 7694.0, 7636.0, 7651.0, 7666.0, 7628.0, 7596.0, 7639.0, 7594.0, 7592.0, 7641.0, 7572.0, 7558.0, 7622.0, 7571.0, 7555.0, 7571.0, 7558.0, 7551.0, 7568.0, 7593.0, 7563.0, 7565.0, 7623.0, 7563.0, 7568.0, 7625.0, 7551.0, 7568.0, 7572.0, 7576.0, 7597.0, 7599.0, 7602.0, 7603.0, 7607.0, 7589.0, 7630.0, 7629.0, 7691.0, 7635.0, 7650.0, 7637.0, 7667.0, 7655.0, 7659.0, 7668.0, 7637.0, 7656.0, 7658.0, 7712.0, 7700.0, 7686.0, 7730.0, 7655.0, 7655.0, 7708.0, 7693.0, 7680.0, 7704.0, 7655.0, 7611.0, 7701.0, 7727.0, 7675.0, 7633.0, 7686.0, 7682.0, 7640.0, 7685.0, 7699.0, 7652.0, 7630.0, 7653.0, 7677.0, 7645.0, 7671.0, 7658.0, 7610.0, 7654.0, 7639.0, 7610.0, 7669.0, 7619.0, 7573.0, 7647.0, 7571.0, 7591.0, 7627.0, 7593.0, 7580.0, 7618.0, 7622.0, 7619.0, 7606.0, 7629.0, 7642.0, 7650.0, 7682.0, 7650.0, 7652.0, 7637.0, 7654.0, 7651.0, 7634.0, 7651.0, 7653.0, 7655.0, 7657.0, 7670.0, 7689.0, 7679.0, 7680.0, 7695.0, 7669.0, 7688.0, 7744.0, 7729.0, 7679.0, 7662.0, 7752.0, 7720.0, 7663.0, 7689.0, 7732.0, 7701.0, 7719.0, 7730.0, 7715.0, 7674.0, 7705.0, 7687.0, 7687.0, 7688.0, 7682.0, 7649.0, 7649.0, 7674.0, 7638.0, 7617.0, 7663.0, 7646.0, 7618.0, 7605.0, 7613.0, 7616.0, 7665.0, 7630.0, 7595.0, 7595.0, 7609.0, 7580.0, 7570.0, 7649.0, 7572.0, 7572.0, 7646.0, 7587.0, 7592.0, 7686.0, 7681.0, 7618.0, 7675.0, 7649.0, 7612.0, 7639.0, 7623.0, 7632.0, 7613.0, 7638.0, 7621.0, 7607.0, 7647.0, 7631.0, 7636.0, 7699.0, 7688.0, 7654.0, 7657.0, 7712.0, 7679.0, 7651.0, 7665.0, 7639.0, 7652.0, 7650.0, 7687.0, 7733.0, 7685.0, 7653.0, 7656.0, 7711.0, 7675.0, 7628.0, 7695.0, 7665.0, 7635.0, 7607.0, 7686.0, 7614.0, 7611.0, 7696.0, 7661.0, 7629.0, 7675.0, 7656.0, 7643.0, 7670.0, 7638.0, 7623.0, 7669.0, 7624.0, 7589.0, 7649.0, 7572.0, 7587.0, 7635.0, 7578.0, 7597.0, 7582.0, 7599.0, 7626.0, 7673.0, 7628.0, 7626.0, 7611.0, 7629.0, 7645.0, 7676.0, 7631.0, 7648.0, 7616.0, 7634.0, 7651.0, 7714.0, 7715.0, 7660.0, 7705.0, 7683.0, 7654.0, 7732.0, 7720.0, 7657.0, 7679.0, 7654.0, 7656.0, 7711.0, 7715.0, 7682.0, 7683.0, 7708.0, 7658.0, 7657.0, 7750.0, 7699.0, 7655.0, 7713.0, 7689.0, 7703.0, 7727.0, 7712.0, 7695.0, 7701.0, 7684.0, 7669.0, 7697.0, 7660.0, 7661.0, 7672.0, 7655.0, 7656.0, 7643.0, 7591.0, 7595.0, 7642.0, 7610.0, 7566.0, 7568.0, 7568.0, 7567.0, 7567.0, 7626.0, 7564.0, 7566.0, 7628.0, 7567.0, 7591.0, 7583.0, 7595.0, 7584.0, 7547.0, 7540.0, 7544.0, 7558.0, 7544.0, 7608.0, 7610.0, 7646.0, 7606.0, 7545.0, 7587.0, 7542.0, 7546.0, 7576.0, 7544.0, 7548.0, 7551.0, 7569.0, 7576.0, 7595.0, 7597.0, 7619.0, 7620.0, 7628.0, 7632.0, 7654.0, 7629.0, 7628.0, 7739.0, 7650.0, 7648.0, 7676.0, 7648.0, 7655.0, 7656.0, 7675.0, 7684.0, 7664.0, 7738.0, 7664.0, 7685.0, 7741.0, 7662.0, 7702.0, 7732.0, 7699.0, 7656.0, 7712.0, 7663.0, 7705.0, 7683.0, 7638.0, 7645.0, 7629.0, 7601.0, 7650.0, 7632.0, 7623.0, 7684.0, 7664.0, 7650.0, 7679.0, 7662.0, 7629.0, 7676.0, 7610.0, 7598.0, 7660.0, 7603.0, 7603.0, 7662.0, 7618.0, 7603.0, 7587.0, 7605.0, 7620.0, 7636.0, 7643.0, 7629.0, 7627.0, 7630.0, 7648.0, 7675.0, 7646.0, 7632.0, 7676.0, 7634.0, 7658.0, 7728.0, 7686.0, 7653.0, 7635.0, 7658.0, 7663.0, 7661.0, 7733.0, 7652.0, 7652.0, 7666.0, 7701.0, 7654.0, 7653.0, 7654.0, 7731.0, 7701.0, 7675.0, 7731.0, 7663.0, 7643.0, 7701.0, 7686.0, 7638.0, 7641.0, 7662.0, 7631.0, 7629.0, 7702.0, 7629.0, 7628.0, 7628.0, 7628.0, 7647.0, 7632.0, 7653.0, 7648.0, 7646.0, 7676.0, 7647.0, 7707.0, 7632.0, 7645.0, 7706.0, 7633.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.0053150114942528736</td></tr>
<tr><td colspan=3>aqi</td><td>0.05739552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.04824678973528</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0951110785040274</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018644105385501</td></tr>
<tr><td colspan=3>efc</td><td>0.4089</td></tr>
<tr><td colspan=3>fber</td><td>9092.2832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2604841802266706</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>366</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.06896551724138</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.830530845110136</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.613034301336771</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.088328653641234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.790229580352402</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137783</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007672932464629412</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038100626319646835</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.8334708808755074</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>40.0686</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.4357</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>86.7679</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>315975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>346.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>193.5754</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.3257</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2593.6948</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>60569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>717.6205</td></tr>
<tr><td colspan=3>tsnr</td><td>23.772600704804063</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>