ds005256-mriqc/sub-0104_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter cceffc05fe [DATALAD RUNCMD] Compute MRIQC for sub-0104
=== 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-0104 --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-0104",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:01 +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-0104_ses-03_task-social_acq-mb8_run-06_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-0104_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-06_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-0104/ses-03/func/sub-0104_ses-03_task-social_acq-mb8_run-06_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>3adc9bfb0ac63bacc25ef2a5952e0c83</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>14:11:8.727500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, -0.00637204, -0.013351, 0.00680616, 0.999441, 0.0327266]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.100319</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7766, -7198, 283, -105, -46, 14, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79502d60-53a8-4761-a03d-2e48cc93604d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682633399963379, 0.018260426819324493, -0.035464536398649216, 114.69422149658203], [0.017095722258090973, 2.681427478790283, 0.08859754353761673, -94.36073303222656], [-0.03581978380680084, -0.08780312538146973, 2.698312997817993, -46.87079620361328], [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': ['141108.727500', '141109.187500', '141109.647500', '141110.107500', '141110.567500', '141111.027500', '141111.487500', '141111.947500', '141112.407500', '141112.867500', '141113.327500', '141113.787500', '141114.247500', '141114.707500', '141115.167500', '141115.627500', '141116.087500', '141116.547500', '141117.007500', '141117.467500', '141117.927500', '141118.387500', '141118.847500', '141119.307500', '141119.767500', '141120.227500', '141120.687500', '141121.147500', '141121.607500', '141122.067500', '141122.527500', '141122.987500', '141123.447500', '141123.907500', '141124.367500', '141124.827500', '141125.287500', '141125.747500', '141126.207500', '141126.667500', '141127.127500', '141127.587500', '141128.047500', '141128.507500', '141128.967500', '141129.427500', '141129.887500', '141130.347500', '141130.807500', '141131.267500', '141131.727500', '141132.187500', '141132.647500', '141133.107500', '141133.567500', '141134.027500', '141134.487500', '141134.947500', '141135.407500', '141135.867500', '141136.327500', '141136.787500', '141137.247500', '141137.707500', '141138.167500', '141138.627500', '141139.087500', '141139.547500', '141140.007500', '141140.467500', '141140.927500', '141141.387500', '141141.847500', '141142.307500', '141142.767500', '141143.227500', '141143.687500', '141144.147500', '141144.607500', '141145.067500', '141145.527500', '141145.987500', '141146.447500', '141146.907500', '141147.367500', '141147.827500', '141148.287500', '141148.747500', '141149.207500', '141149.667500', '141150.127500', '141150.587500', '141151.047500', '141151.507500', '141151.967500', '141152.427500', '141152.887500', '141153.347500', '141153.807500', '141154.267500', '141154.727500', '141155.187500', '141155.647500', '141156.107500', '141156.567500', '141157.027500', '141157.487500', '141157.947500', '141158.407500', '141158.867500', '141159.327500', '141159.787500', '141200.247500', '141200.707500', '141201.167500', '141201.627500', '141202.087500', '141202.547500', '141203.007500', '141203.467500', '141203.927500', '141204.387500', '141204.847500', '141205.307500', '141205.767500', '141206.227500', '141206.687500', '141207.147500', '141207.607500', '141208.067500', '141208.527500', '141208.987500', '141209.447500', '141209.907500', '141210.367500', '141210.827500', '141211.287500', '141211.747500', '141212.207500', '141212.667500', '141213.127500', '141213.587500', '141214.047500', '141214.507500', '141214.967500', '141215.427500', '141215.887500', '141216.347500', '141216.807500', '141217.267500', '141217.727500', '141218.187500', '141218.647500', '141219.107500', '141219.567500', '141220.027500', '141220.487500', '141220.947500', '141221.407500', '141221.867500', '141222.327500', '141222.787500', '141223.247500', '141223.707500', '141224.167500', '141224.627500', '141225.087500', '141225.547500', '141226.007500', '141226.467500', '141226.927500', '141227.387500', '141227.847500', '141228.307500', '141228.767500', '141229.227500', '141229.687500', '141230.147500', '141230.607500', '141231.067500', '141231.527500', '141231.987500', '141232.447500', '141232.907500', '141233.367500', '141233.827500', '141234.287500', '141234.747500', '141235.207500', '141235.667500', '141236.127500', '141236.587500', '141237.047500', '141237.507500', '141237.967500', '141238.427500', '141238.887500', '141239.347500', '141239.807500', '141240.267500', '141240.727500', '141241.187500', '141241.647500', '141242.107500', '141242.567500', '141243.027500', '141243.487500', '141243.947500', '141244.407500', '141244.867500', '141245.327500', '141245.787500', '141246.247500', '141246.707500', '141247.167500', '141247.627500', '141248.087500', '141248.547500', '141249.007500', '141249.467500', '141249.927500', '141250.387500', '141250.847500', '141251.307500', '141251.767500', '141252.227500', '141252.687500', '141253.147500', '141253.607500', '141254.067500', '141254.527500', '141254.987500', '141255.447500', '141255.907500', '141256.367500', '141256.827500', '141257.287500', '141257.747500', '141258.207500', '141258.667500', '141259.127500', '141259.587500', '141300.047500', '141300.507500', '141300.967500', '141301.427500', '141301.887500', '141302.347500', '141302.807500', '141303.267500', '141303.727500', '141304.187500', '141304.647500', '141305.107500', '141305.567500', '141306.027500', '141306.487500', '141306.947500', '141307.407500', '141307.867500', '141308.327500', '141308.787500', '141309.247500', '141309.707500', '141310.167500', '141310.627500', '141311.087500', '141311.547500', '141312.007500', '141312.467500', '141312.927500', '141313.387500', '141313.847500', '141314.307500', '141314.767500', '141315.227500', '141315.687500', '141316.147500', '141316.607500', '141317.067500', '141317.527500', '141317.987500', '141318.447500', '141318.907500', '141319.367500', '141319.827500', '141320.287500', '141320.747500', '141321.207500', '141321.667500', '141322.127500', '141322.587500', '141323.047500', '141323.507500', '141323.967500', '141324.427500', '141324.887500', '141325.347500', '141325.807500', '141326.267500', '141326.727500', '141327.187500', '141327.647500', '141328.107500', '141328.567500', '141329.027500', '141329.487500', '141329.947500', '141330.407500', '141330.867500', '141331.327500', '141331.787500', '141332.247500', '141332.707500', '141333.167500', '141333.627500', '141334.087500', '141334.547500', '141335.007500', '141335.467500', '141335.927500', '141336.387500', '141336.847500', '141337.307500', '141337.767500', '141338.227500', '141338.687500', '141339.147500', '141339.607500', '141340.067500', '141340.527500', '141340.987500', '141341.447500', '141341.907500', '141342.367500', '141342.827500', '141343.287500', '141343.747500', '141344.207500', '141344.667500', '141345.127500', '141345.587500', '141346.047500', '141346.507500', '141346.967500', '141347.427500', '141347.887500', '141348.347500', '141348.807500', '141349.267500', '141349.727500', '141350.187500', '141350.647500', '141351.107500', '141351.567500', '141352.027500', '141352.487500', '141352.947500', '141353.407500', '141353.867500', '141354.327500', '141354.787500', '141355.247500', '141355.707500', '141356.167500', '141356.627500', '141357.087500', '141357.547500', '141358.007500', '141358.467500', '141358.927500', '141359.387500', '141359.847500', '141400.307500', '141400.767500', '141401.227500', '141401.687500', '141402.147500', '141402.607500', '141403.067500', '141403.527500', '141403.987500', '141404.447500', '141404.907500', '141405.367500', '141405.827500', '141406.287500', '141406.747500', '141407.207500', '141407.667500', '141408.127500', '141408.587500', '141409.047500', '141409.507500', '141409.967500', '141410.427500', '141410.887500', '141411.347500', '141411.807500', '141412.267500', '141412.727500', '141413.187500', '141413.647500', '141414.107500', '141414.567500', '141415.027500', '141415.487500', '141415.947500', '141416.407500', '141416.867500', '141417.327500', '141417.787500', '141418.247500', '141418.707500', '141419.167500', '141419.627500', '141420.087500', '141420.547500', '141421.007500', '141421.467500', '141421.927500', '141422.387500', '141422.847500', '141423.307500', '141423.767500', '141424.227500', '141424.687500', '141425.147500', '141425.607500', '141426.067500', '141426.527500', '141426.987500', '141427.447500', '141427.907500', '141428.367500', '141428.827500', '141429.287500', '141429.747500', '141430.207500', '141430.667500', '141431.127500', '141431.587500', '141432.047500', '141432.507500', '141432.967500', '141433.427500', '141433.887500', '141434.347500', '141434.807500', '141435.267500', '141435.727500', '141436.187500', '141436.647500', '141437.107500', '141437.567500', '141438.027500', '141438.487500', '141438.947500', '141439.407500', '141439.867500', '141440.327500', '141440.787500', '141441.247500', '141441.707500', '141442.167500', '141442.627500', '141443.087500', '141443.547500', '141444.007500', '141444.467500', '141444.927500', '141445.387500', '141445.847500', '141446.307500', '141446.767500', '141447.227500', '141447.687500', '141448.147500', '141448.607500', '141449.067500', '141449.527500', '141449.987500', '141450.447500', '141450.907500', '141451.367500', '141451.827500', '141452.287500', '141452.747500', '141453.207500', '141453.667500', '141454.127500', '141454.587500', '141455.047500', '141455.507500', '141455.967500', '141456.427500', '141456.887500', '141457.347500', '141457.807500', '141458.267500', '141458.727500', '141459.187500', '141459.647500', '141500.107500', '141500.567500', '141501.027500', '141501.487500', '141501.947500', '141502.407500', '141502.867500', '141503.327500', '141503.787500', '141504.247500', '141504.707500', '141505.167500', '141505.627500', '141506.087500', '141506.547500', '141507.007500', '141507.467500', '141507.927500', '141508.387500', '141508.847500', '141509.307500', '141509.767500', '141510.227500', '141510.687500', '141511.147500', '141511.607500', '141512.067500', '141512.527500', '141512.987500', '141513.447500', '141513.907500', '141514.367500', '141514.827500', '141515.287500', '141515.747500', '141516.207500', '141516.667500', '141517.127500', '141517.587500', '141518.047500', '141518.507500', '141518.967500', '141519.427500', '141519.887500', '141520.347500', '141520.807500', '141521.267500', '141521.727500', '141522.187500', '141522.647500', '141523.107500', '141523.567500', '141524.027500', '141524.487500', '141524.947500', '141525.407500', '141525.867500', '141526.327500', '141526.787500', '141527.247500', '141527.707500', '141528.167500', '141528.627500', '141529.087500', '141529.547500', '141530.007500', '141530.467500', '141530.927500', '141531.387500', '141531.847500', '141532.307500', '141532.767500', '141533.227500', '141533.687500', '141534.147500', '141534.607500', '141535.067500', '141535.527500', '141535.987500', '141536.447500', '141536.907500', '141537.367500', '141537.827500', '141538.287500', '141538.747500', '141539.207500', '141539.667500', '141540.127500', '141540.587500', '141541.047500', '141541.507500', '141541.967500', '141542.427500', '141542.887500', '141543.347500', '141543.807500', '141544.267500', '141544.727500', '141545.187500', '141545.647500', '141546.107500', '141546.567500', '141547.027500', '141547.487500', '141547.947500', '141548.407500', '141548.867500', '141549.327500', '141549.787500', '141550.247500', '141550.707500', '141551.167500', '141551.627500', '141552.087500', '141552.547500', '141553.007500', '141553.467500', '141553.927500', '141554.387500', '141554.847500', '141555.307500', '141555.767500', '141556.227500', '141556.687500', '141557.147500', '141557.607500', '141558.067500', '141558.527500', '141558.987500', '141559.447500', '141559.907500', '141600.367500', '141600.827500', '141601.287500', '141601.747500', '141602.207500', '141602.667500', '141603.127500', '141603.587500', '141604.047500', '141604.507500', '141604.967500', '141605.427500', '141605.887500', '141606.347500', '141606.807500', '141607.267500', '141607.727500', '141608.187500', '141608.647500', '141609.107500', '141609.567500', '141610.027500', '141610.487500', '141610.947500', '141611.407500', '141611.867500', '141612.327500', '141612.787500', '141613.247500', '141613.707500', '141614.167500', '141614.627500', '141615.087500', '141615.547500', '141616.007500', '141616.467500', '141616.927500', '141617.387500', '141617.847500', '141618.307500', '141618.767500', '141619.227500', '141619.687500', '141620.147500', '141620.607500', '141621.067500', '141621.527500', '141621.987500', '141622.447500', '141622.907500', '141623.367500', '141623.827500', '141624.287500', '141624.747500', '141625.207500', '141625.667500', '141626.127500', '141626.587500', '141627.047500', '141627.507500', '141627.967500', '141628.427500', '141628.887500', '141629.347500', '141629.807500', '141630.267500', '141630.727500', '141631.187500', '141631.647500', '141632.107500', '141632.567500', '141633.027500', '141633.487500', '141633.947500', '141634.407500', '141634.867500', '141635.327500', '141635.787500', '141636.247500', '141636.707500', '141637.167500', '141637.627500', '141638.087500', '141638.547500', '141639.007500', '141639.467500', '141639.927500', '141640.387500', '141640.847500', '141641.307500', '141641.767500', '141642.227500', '141642.687500', '141643.147500', '141643.607500', '141644.067500', '141644.527500', '141644.987500', '141645.447500', '141645.907500', '141646.367500', '141646.827500', '141647.287500', '141647.747500', '141648.207500', '141648.667500', '141649.127500', '141649.587500', '141650.047500', '141650.507500', '141650.967500', '141651.427500', '141651.887500', '141652.347500', '141652.807500', '141653.267500', '141653.727500', '141654.187500', '141654.647500', '141655.107500', '141655.567500', '141656.027500', '141656.487500', '141656.947500', '141657.407500', '141657.867500', '141658.327500', '141658.787500', '141659.247500', '141659.707500', '141700.167500', '141700.627500', '141701.087500', '141701.547500', '141702.007500', '141702.467500', '141702.927500', '141703.387500', '141703.847500', '141704.307500', '141704.767500', '141705.227500', '141705.687500', '141706.147500', '141706.607500', '141707.067500', '141707.527500', '141707.987500', '141708.447500', '141708.907500', '141709.367500', '141709.827500', '141710.287500', '141710.747500', '141711.207500', '141711.667500', '141712.127500', '141712.587500', '141713.047500', '141713.507500', '141713.967500', '141714.427500', '141714.887500', '141715.347500', '141715.807500', '141716.267500', '141716.727500', '141717.187500', '141717.647500', '141718.107500', '141718.567500', '141719.027500', '141719.487500', '141719.947500', '141720.407500', '141720.867500', '141721.327500', '141721.787500', '141722.247500', '141722.707500', '141723.167500', '141723.627500', '141724.087500', '141724.547500', '141725.007500', '141725.467500', '141725.927500', '141726.387500', '141726.847500', '141727.307500', '141727.767500', '141728.227500', '141728.687500', '141729.147500', '141729.607500', '141730.067500', '141730.527500', '141730.987500', '141731.447500', '141731.907500', '141732.367500', '141732.827500', '141733.287500', '141733.747500', '141734.207500', '141734.667500', '141735.127500', '141735.587500', '141736.047500', '141736.507500', '141736.967500', '141737.427500', '141737.887500', '141738.347500', '141738.807500', '141739.267500', '141739.727500', '141740.187500', '141740.647500', '141741.107500', '141741.567500', '141742.027500', '141742.487500', '141742.947500', '141743.407500', '141743.867500', '141744.327500', '141744.787500', '141745.247500', '141745.707500', '141746.167500', '141746.627500', '141747.087500', '141747.547500', '141748.007500', '141748.467500', '141748.927500', '141749.387500'], 'ContentTime': ['141137.990000', '141137.993000', '141137.995000', '141137.998000', '141138.001000', '141138.004000', '141138.007000', '141138.009000', '141138.012000', '141138.014000', '141138.045000', '141138.048000', '141138.050000', '141138.053000', '141138.055000', '141138.058000', '141138.060000', '141138.063000', '141138.065000', '141138.068000', '141138.071000', '141138.073000', '141138.076000', '141138.078000', '141138.081000', '141138.083000', '141138.086000', '141138.089000', '141138.091000', '141138.094000', '141138.096000', '141138.099000', '141138.101000', '141138.108000', '141138.110000', '141138.113000', '141138.115000', '141138.118000', '141138.121000', '141138.123000', '141138.126000', '141138.128000', '141138.131000', '141138.134000', '141138.136000', '141138.139000', '141138.141000', '141138.144000', '141138.146000', '141138.149000', '141138.151000', '141138.154000', '141138.157000', '141138.159000', '141138.162000', '141138.164000', '141138.171000', '141138.174000', '141138.176000', '141138.179000', '141138.182000', '141157.959000', '141157.962000', '141157.964000', '141157.967000', '141157.969000', '141157.972000', '141157.974000', '141157.977000', '141157.979000', '141157.982000', '141157.985000', '141157.987000', '141157.990000', '141157.993000', '141157.995000', '141157.998000', '141158.002000', '141158.004000', '141158.007000', '141158.010000', '141158.013000', '141158.016000', '141158.018000', '141158.021000', '141158.024000', '141158.026000', '141158.029000', '141158.032000', '141158.034000', '141158.037000', '141158.039000', '141158.042000', '141158.045000', '141158.047000', '141158.050000', '141158.052000', '141158.055000', '141158.058000', '141158.060000', '141158.063000', '141158.065000', '141158.068000', '141158.071000', '141217.957000', '141217.960000', '141217.963000', '141217.965000', '141217.968000', '141217.971000', '141217.973000', '141217.976000', '141217.978000', '141217.981000', '141217.983000', '141217.991000', '141217.994000', '141217.996000', '141218.000000', '141218.002000', '141218.005000', '141218.007000', '141218.010000', '141218.013000', '141218.015000', '141218.018000', '141218.020000', '141218.023000', '141218.025000', '141218.028000', '141218.030000', '141218.033000', '141218.036000', '141218.038000', '141218.041000', '141218.044000', '141218.046000', '141218.049000', '141218.051000', '141218.054000', '141218.056000', '141218.059000', '141218.062000', '141218.064000', '141218.067000', '141218.069000', '141218.072000', '141218.075000', '141237.958000', '141237.961000', '141237.964000', '141237.966000', '141237.969000', '141237.972000', '141237.974000', '141237.977000', '141237.980000', '141237.982000', '141237.985000', '141237.987000', '141237.990000', '141237.993000', '141237.995000', '141237.998000', '141238.000000', '141238.003000', '141238.006000', '141238.008000', '141238.011000', '141238.014000', '141238.016000', '141238.019000', '141238.021000', '141238.024000', '141238.027000', '141238.029000', '141238.032000', '141238.035000', '141238.037000', '141238.040000', '141238.042000', '141238.045000', '141238.048000', '141238.050000', '141238.053000', '141238.056000', '141238.058000', '141238.061000', '141238.063000', '141238.066000', '141238.068000', '141257.960000', '141257.963000', '141257.965000', '141257.968000', '141257.971000', '141257.974000', '141257.977000', '141257.980000', '141257.983000', '141257.985000', '141257.988000', '141257.991000', '141257.993000', '141257.996000', '141257.999000', '141258.001000', '141258.004000', '141258.006000', '141258.009000', '141258.011000', '141258.027000', '141258.030000', '141258.032000', '141258.035000', '141258.037000', '141258.040000', '141258.043000', '141258.045000', '141258.048000', '141258.050000', '141258.053000', '141258.055000', '141258.058000', '141258.061000', '141258.063000', '141258.066000', '141258.068000', '141258.071000', '141258.074000', '141258.076000', '141258.079000', '141258.081000', '141258.084000', '141317.958000', '141317.961000', '141317.964000', '141317.966000', '141317.969000', '141317.972000', '141317.974000', '141317.977000', '141317.979000', '141317.982000', '141317.985000', '141317.987000', '141317.990000', '141318.001000', '141318.004000', '141318.007000', '141318.009000', '141318.012000', '141318.014000', '141318.017000', '141318.020000', '141318.022000', '141318.025000', '141318.027000', '141318.030000', '141318.033000', '141318.035000', '141318.038000', '141318.040000', '141318.043000', '141318.045000', '141318.048000', '141318.051000', '141318.053000', '141318.056000', '141318.058000', '141318.061000', '141318.064000', '141318.067000', '141318.069000', '141318.072000', '141318.075000', '141318.077000', '141318.080000', '141337.958000', '141337.961000', '141337.964000', '141337.966000', '141337.969000', '141337.972000', '141337.974000', '141337.977000', '141337.980000', '141337.982000', '141337.985000', '141337.987000', '141337.990000', '141337.992000', '141337.995000', '141337.998000', '141338.001000', '141338.004000', '141338.007000', '141338.009000', '141338.012000', '141338.014000', '141338.017000', '141338.020000', '141338.022000', '141338.025000', '141338.029000', '141338.032000', '141338.034000', '141338.037000', '141338.040000', '141338.042000', '141338.045000', '141338.047000', '141338.050000', '141338.053000', '141338.056000', '141338.058000', '141338.061000', '141338.064000', '141338.067000', '141338.069000', '141338.072000', '141357.959000', '141357.961000', '141357.964000', '141357.967000', '141357.969000', '141357.972000', '141357.975000', '141357.977000', '141357.980000', '141357.982000', '141357.985000', '141357.988000', '141357.990000', '141357.993000', '141357.996000', '141357.998000', '141358.002000', '141358.005000', '141358.007000', '141358.010000', '141358.013000', '141358.016000', '141358.018000', '141358.021000', '141358.024000', '141358.026000', '141358.029000', '141358.031000', '141358.034000', '141358.037000', '141358.039000', '141358.042000', '141358.044000', '141358.047000', '141358.050000', '141358.052000', '141358.055000', '141358.057000', '141358.060000', '141358.063000', '141358.065000', '141358.068000', '141358.070000', '141358.073000', '141417.959000', '141417.962000', '141417.964000', '141417.967000', '141417.969000', '141417.972000', '141417.974000', '141417.977000', '141417.980000', '141417.982000', '141417.985000', '141417.987000', '141417.990000', '141417.993000', '141417.995000', '141417.998000', '141418.001000', '141418.004000', '141418.007000', '141418.009000', '141418.012000', '141418.015000', '141418.017000', '141418.020000', '141418.024000', '141418.027000', '141418.029000', '141418.032000', '141418.034000', '141418.037000', '141418.039000', '141418.042000', '141418.045000', '141418.047000', '141418.050000', '141418.053000', '141418.055000', '141418.058000', '141418.060000', '141418.063000', '141418.066000', '141418.068000', '141418.071000', '141437.958000', '141437.960000', '141437.978000', '141437.980000', '141437.983000', '141437.985000', '141437.988000', '141437.991000', '141437.993000', '141437.996000', '141437.998000', '141438.002000', '141438.005000', '141438.007000', '141438.010000', '141438.012000', '141438.015000', '141438.018000', '141438.020000', '141438.023000', '141438.025000', '141438.028000', '141438.031000', '141438.033000', '141438.036000', '141438.038000', '141438.041000', '141438.044000', '141438.046000', '141438.049000', '141438.051000', '141438.054000', '141438.057000', '141438.059000', '141438.062000', '141438.065000', '141438.067000', '141438.070000', '141438.072000', '141438.075000', '141438.077000', '141438.080000', '141438.083000', '141438.085000', '141457.959000', '141457.962000', '141457.964000', '141457.967000', '141457.969000', '141457.972000', '141457.974000', '141457.977000', '141457.980000', '141457.982000', '141457.985000', '141457.987000', '141457.990000', '141457.992000', '141457.995000', '141457.998000', '141458.000000', '141458.003000', '141458.005000', '141458.008000', '141458.011000', '141458.013000', '141458.016000', '141458.018000', '141458.021000', '141458.023000', '141458.026000', '141458.029000', '141458.031000', '141458.034000', '141458.037000', '141458.039000', '141458.042000', '141458.044000', '141458.047000', '141458.050000', '141458.052000', '141458.055000', '141458.057000', '141458.060000', '141458.062000', '141458.065000', '141458.068000', '141517.958000', '141517.961000', '141517.964000', '141517.966000', '141517.969000', '141517.972000', '141517.974000', '141517.977000', '141517.979000', '141517.982000', '141517.985000', '141517.987000', '141517.990000', '141517.992000', '141517.995000', '141517.998000', '141518.001000', '141518.004000', '141518.006000', '141518.009000', '141518.011000', '141518.014000', '141518.017000', '141518.019000', '141518.022000', '141518.024000', '141518.027000', '141518.030000', '141518.032000', '141518.044000', '141518.046000', '141518.049000', '141518.051000', '141518.054000', '141518.056000', '141518.059000', '141518.062000', '141518.064000', '141518.067000', '141518.069000', '141518.072000', '141518.075000', '141518.077000', '141518.080000', '141537.959000', '141537.962000', '141537.964000', '141537.967000', '141537.969000', '141537.972000', '141537.974000', '141537.977000', '141537.980000', '141537.982000', '141537.985000', '141537.987000', '141537.990000', '141537.992000', '141537.995000', '141537.998000', '141538.001000', '141538.004000', '141538.007000', '141538.009000', '141538.012000', '141538.014000', '141538.017000', '141538.020000', '141538.022000', '141538.025000', '141538.027000', '141538.030000', '141538.033000', '141538.040000', '141538.042000', '141538.045000', '141538.047000', '141538.050000', '141538.053000', '141538.055000', '141538.058000', '141538.060000', '141538.063000', '141538.066000', '141538.068000', '141538.071000', '141538.073000', '141557.958000', '141557.961000', '141557.964000', '141557.966000', '141557.969000', '141557.972000', '141557.974000', '141557.977000', '141557.979000', '141557.982000', '141557.985000', '141557.987000', '141557.990000', '141557.992000', '141557.995000', '141557.998000', '141558.002000', '141558.004000', '141558.007000', '141558.009000', '141558.012000', '141558.015000', '141558.018000', '141558.020000', '141558.023000', '141558.025000', '141558.028000', '141558.045000', '141558.048000', '141558.051000', '141558.053000', '141558.056000', '141558.058000', '141558.061000', '141558.064000', '141558.066000', '141558.069000', '141558.071000', '141558.074000', '141558.077000', '141558.079000', '141558.082000', '141558.084000', '141558.087000', '141617.959000', '141617.961000', '141617.964000', '141617.967000', '141617.969000', '141617.972000', '141617.975000', '141617.977000', '141617.980000', '141617.982000', '141617.985000', '141617.987000', '141617.990000', '141617.993000', '141617.995000', '141617.998000', '141618.002000', '141618.004000', '141618.007000', '141618.009000', '141618.012000', '141618.015000', '141618.017000', '141618.020000', '141618.023000', '141618.025000', '141618.028000', '141618.030000', '141618.033000', '141618.036000', '141618.045000', '141618.047000', '141618.050000', '141618.053000', '141618.055000', '141618.058000', '141618.061000', '141618.063000', '141618.066000', '141618.069000', '141618.072000', '141618.074000', '141618.077000', '141637.959000', '141637.962000', '141637.964000', '141637.967000', '141637.974000', '141637.977000', '141637.979000', '141637.982000', '141637.985000', '141637.987000', '141637.990000', '141637.993000', '141637.995000', '141637.998000', '141638.001000', '141638.004000', '141638.007000', '141638.009000', '141638.012000', '141638.015000', '141638.017000', '141638.020000', '141638.022000', '141638.025000', '141638.028000', '141638.030000', '141638.033000', '141638.035000', '141638.038000', '141638.041000', '141638.043000', '141638.046000', '141638.048000', '141638.051000', '141638.053000', '141638.056000', '141638.059000', '141638.061000', '141638.064000', '141638.066000', '141638.069000', '141638.072000', '141638.075000', '141638.078000', '141657.958000', '141657.960000', '141657.963000', '141657.966000', '141657.968000', '141657.971000', '141657.973000', '141657.976000', '141657.978000', '141657.981000', '141657.984000', '141657.986000', '141657.989000', '141657.991000', '141657.994000', '141657.996000', '141658.000000', '141658.003000', '141658.005000', '141658.008000', '141658.010000', '141658.013000', '141658.015000', '141658.018000', '141658.021000', '141658.023000', '141658.026000', '141658.028000', '141658.031000', '141658.035000', '141658.038000', '141658.040000', '141658.043000', '141658.045000', '141658.048000', '141658.051000', '141658.053000', '141658.056000', '141658.058000', '141658.061000', '141658.063000', '141658.066000', '141658.069000', '141717.959000', '141717.962000', '141717.965000', '141717.967000', '141717.970000', '141717.973000', '141717.975000', '141717.978000', '141717.980000', '141717.983000', '141717.986000', '141717.988000', '141717.991000', '141717.994000', '141717.996000', '141718.000000', '141718.003000', '141718.005000', '141718.008000', '141718.011000', '141718.013000', '141718.016000', '141718.019000', '141718.021000', '141718.024000', '141718.026000', '141718.029000', '141718.032000', '141718.034000', '141718.037000', '141718.039000', '141718.042000', '141718.044000', '141718.047000', '141718.050000', '141718.052000', '141718.055000', '141718.057000', '141718.060000', '141718.063000', '141718.065000', '141718.068000', '141718.070000', '141737.959000', '141737.961000', '141737.964000', '141737.966000', '141737.969000', '141737.972000', '141737.974000', '141737.977000', '141737.979000', '141737.982000', '141737.985000', '141737.987000', '141737.990000', '141737.992000', '141737.995000', '141737.997000', '141738.001000', '141738.003000', '141738.006000', '141738.009000', '141738.011000', '141738.014000', '141738.016000', '141738.019000', '141738.022000', '141738.024000', '141738.027000', '141738.029000', '141738.032000', '141738.035000', '141738.037000', '141738.040000', '141738.042000', '141738.045000', '141738.048000', '141738.050000', '141738.053000', '141738.055000', '141738.058000', '141738.061000', '141738.063000', '141738.066000', '141738.069000', '141738.071000', '141750.986000', '141750.989000', '141750.992000', '141750.994000', '141750.997000', '141751.001000', '141751.003000', '141751.006000', '141751.008000', '141751.011000', '141751.014000', '141751.016000', '141751.019000', '141751.021000', '141751.024000', '141751.026000', '141751.029000', '141751.032000', '141751.034000', '141751.037000', '141751.039000', '141751.042000', '141751.045000', '141751.047000', '141751.050000', '141751.052000', '141751.055000', '141751.057000', '141751.060000'], 'InstanceCreationTime': ['141137.990000', '141137.993000', '141137.995000', '141137.998000', '141138.001000', '141138.004000', '141138.007000', '141138.009000', '141138.012000', '141138.014000', '141138.045000', '141138.048000', '141138.050000', '141138.053000', '141138.055000', '141138.058000', '141138.060000', '141138.063000', '141138.065000', '141138.068000', '141138.071000', '141138.073000', '141138.076000', '141138.078000', '141138.081000', '141138.083000', '141138.086000', '141138.089000', '141138.091000', '141138.094000', '141138.096000', '141138.099000', '141138.101000', '141138.108000', '141138.110000', '141138.113000', '141138.115000', '141138.118000', '141138.121000', '141138.123000', '141138.126000', '141138.128000', '141138.131000', '141138.134000', '141138.136000', '141138.139000', '141138.141000', '141138.144000', '141138.146000', '141138.149000', '141138.151000', '141138.154000', '141138.157000', '141138.159000', '141138.162000', '141138.164000', '141138.171000', '141138.174000', '141138.176000', '141138.179000', '141138.182000', '141157.959000', '141157.962000', '141157.964000', '141157.967000', '141157.969000', '141157.972000', '141157.974000', '141157.977000', '141157.979000', '141157.982000', '141157.985000', '141157.987000', '141157.990000', '141157.993000', '141157.995000', '141157.998000', '141158.002000', '141158.004000', '141158.007000', '141158.010000', '141158.013000', '141158.016000', '141158.018000', '141158.021000', '141158.024000', '141158.026000', '141158.029000', '141158.032000', '141158.034000', '141158.037000', '141158.039000', '141158.042000', '141158.045000', '141158.047000', '141158.050000', '141158.052000', '141158.055000', '141158.058000', '141158.060000', '141158.063000', '141158.065000', '141158.068000', '141158.071000', '141217.957000', '141217.960000', '141217.963000', '141217.965000', '141217.968000', '141217.971000', '141217.973000', '141217.976000', '141217.978000', '141217.981000', '141217.983000', '141217.991000', '141217.994000', '141217.996000', '141218.000000', '141218.002000', '141218.005000', '141218.007000', '141218.010000', '141218.013000', '141218.015000', '141218.018000', '141218.020000', '141218.023000', '141218.025000', '141218.028000', '141218.030000', '141218.033000', '141218.036000', '141218.038000', '141218.041000', '141218.044000', '141218.046000', '141218.049000', '141218.051000', '141218.054000', '141218.056000', '141218.059000', '141218.062000', '141218.064000', '141218.067000', '141218.069000', '141218.072000', '141218.075000', '141237.958000', '141237.961000', '141237.964000', '141237.966000', '141237.969000', '141237.972000', '141237.974000', '141237.977000', '141237.980000', '141237.982000', '141237.985000', '141237.987000', '141237.990000', '141237.993000', '141237.995000', '141237.998000', '141238.000000', '141238.003000', '141238.006000', '141238.008000', '141238.011000', '141238.014000', '141238.016000', '141238.019000', '141238.021000', '141238.024000', '141238.027000', '141238.029000', '141238.032000', '141238.035000', '141238.037000', '141238.040000', '141238.042000', '141238.045000', '141238.048000', '141238.050000', '141238.053000', '141238.056000', '141238.058000', '141238.061000', '141238.063000', '141238.066000', '141238.068000', '141257.960000', '141257.963000', '141257.965000', '141257.968000', '141257.971000', '141257.974000', '141257.977000', '141257.980000', '141257.983000', '141257.985000', '141257.988000', '141257.991000', '141257.993000', '141257.996000', '141257.999000', '141258.001000', '141258.004000', '141258.006000', '141258.009000', '141258.011000', '141258.027000', '141258.030000', '141258.032000', '141258.035000', '141258.037000', '141258.040000', '141258.043000', '141258.045000', '141258.048000', '141258.050000', '141258.053000', '141258.055000', '141258.058000', '141258.061000', '141258.063000', '141258.066000', '141258.068000', '141258.071000', '141258.074000', '141258.076000', '141258.079000', '141258.081000', '141258.084000', '141317.958000', '141317.961000', '141317.964000', '141317.966000', '141317.969000', '141317.972000', '141317.974000', '141317.977000', '141317.979000', '141317.982000', '141317.985000', '141317.987000', '141317.990000', '141318.001000', '141318.004000', '141318.007000', '141318.009000', '141318.012000', '141318.014000', '141318.017000', '141318.020000', '141318.022000', '141318.025000', '141318.027000', '141318.030000', '141318.033000', '141318.035000', '141318.038000', '141318.040000', '141318.043000', '141318.045000', '141318.048000', '141318.051000', '141318.053000', '141318.056000', '141318.058000', '141318.061000', '141318.064000', '141318.067000', '141318.069000', '141318.072000', '141318.075000', '141318.077000', '141318.080000', '141337.958000', '141337.961000', '141337.964000', '141337.966000', '141337.969000', '141337.972000', '141337.974000', '141337.977000', '141337.980000', '141337.982000', '141337.985000', '141337.987000', '141337.990000', '141337.992000', '141337.995000', '141337.998000', '141338.001000', '141338.004000', '141338.007000', '141338.009000', '141338.012000', '141338.014000', '141338.017000', '141338.020000', '141338.022000', '141338.025000', '141338.029000', '141338.032000', '141338.034000', '141338.037000', '141338.040000', '141338.042000', '141338.045000', '141338.047000', '141338.050000', '141338.053000', '141338.056000', '141338.058000', '141338.061000', '141338.064000', '141338.067000', '141338.069000', '141338.072000', '141357.959000', '141357.961000', '141357.964000', '141357.967000', '141357.969000', '141357.972000', '141357.975000', '141357.977000', '141357.980000', '141357.982000', '141357.985000', '141357.988000', '141357.990000', '141357.993000', '141357.996000', '141357.998000', '141358.002000', '141358.005000', '141358.007000', '141358.010000', '141358.013000', '141358.016000', '141358.018000', '141358.021000', '141358.024000', '141358.026000', '141358.029000', '141358.031000', '141358.034000', '141358.037000', '141358.039000', '141358.042000', '141358.044000', '141358.047000', '141358.050000', '141358.052000', '141358.055000', '141358.057000', '141358.060000', '141358.063000', '141358.065000', '141358.068000', '141358.070000', '141358.073000', '141417.959000', '141417.962000', '141417.964000', '141417.967000', '141417.969000', '141417.972000', '141417.974000', '141417.977000', '141417.980000', '141417.982000', '141417.985000', '141417.987000', '141417.990000', '141417.993000', '141417.995000', '141417.998000', '141418.001000', '141418.004000', '141418.007000', '141418.009000', '141418.012000', '141418.015000', '141418.017000', '141418.020000', '141418.024000', '141418.027000', '141418.029000', '141418.032000', '141418.034000', '141418.037000', '141418.039000', '141418.042000', '141418.045000', '141418.047000', '141418.050000', '141418.053000', '141418.055000', '141418.058000', '141418.060000', '141418.063000', '141418.066000', '141418.068000', '141418.071000', '141437.958000', '141437.960000', '141437.978000', '141437.980000', '141437.983000', '141437.985000', '141437.988000', '141437.991000', '141437.993000', '141437.996000', '141437.998000', '141438.002000', '141438.005000', '141438.007000', '141438.010000', '141438.012000', '141438.015000', '141438.018000', '141438.020000', '141438.023000', '141438.025000', '141438.028000', '141438.031000', '141438.033000', '141438.036000', '141438.038000', '141438.041000', '141438.044000', '141438.046000', '141438.049000', '141438.051000', '141438.054000', '141438.057000', '141438.059000', '141438.062000', '141438.065000', '141438.067000', '141438.070000', '141438.072000', '141438.075000', '141438.077000', '141438.080000', '141438.083000', '141438.085000', '141457.959000', '141457.962000', '141457.964000', '141457.967000', '141457.969000', '141457.972000', '141457.974000', '141457.977000', '141457.980000', '141457.982000', '141457.985000', '141457.987000', '141457.990000', '141457.992000', '141457.995000', '141457.998000', '141458.000000', '141458.003000', '141458.005000', '141458.008000', '141458.011000', '141458.013000', '141458.016000', '141458.018000', '141458.021000', '141458.023000', '141458.026000', '141458.029000', '141458.031000', '141458.034000', '141458.037000', '141458.039000', '141458.042000', '141458.044000', '141458.047000', '141458.050000', '141458.052000', '141458.055000', '141458.057000', '141458.060000', '141458.062000', '141458.065000', '141458.068000', '141517.958000', '141517.961000', '141517.964000', '141517.966000', '141517.969000', '141517.972000', '141517.974000', '141517.977000', '141517.979000', '141517.982000', '141517.985000', '141517.987000', '141517.990000', '141517.992000', '141517.995000', '141517.998000', '141518.001000', '141518.004000', '141518.006000', '141518.009000', '141518.011000', '141518.014000', '141518.017000', '141518.019000', '141518.022000', '141518.024000', '141518.027000', '141518.030000', '141518.032000', '141518.044000', '141518.046000', '141518.049000', '141518.051000', '141518.054000', '141518.056000', '141518.059000', '141518.062000', '141518.064000', '141518.067000', '141518.069000', '141518.072000', '141518.075000', '141518.077000', '141518.080000', '141537.959000', '141537.962000', '141537.964000', '141537.967000', '141537.969000', '141537.972000', '141537.974000', '141537.977000', '141537.980000', '141537.982000', '141537.985000', '141537.987000', '141537.990000', '141537.992000', '141537.995000', '141537.998000', '141538.001000', '141538.004000', '141538.007000', '141538.009000', '141538.012000', '141538.014000', '141538.017000', '141538.020000', '141538.022000', '141538.025000', '141538.027000', '141538.030000', '141538.033000', '141538.040000', '141538.042000', '141538.045000', '141538.047000', '141538.050000', '141538.053000', '141538.055000', '141538.058000', '141538.060000', '141538.063000', '141538.066000', '141538.068000', '141538.071000', '141538.073000', '141557.958000', '141557.961000', '141557.964000', '141557.966000', '141557.969000', '141557.972000', '141557.974000', '141557.977000', '141557.979000', '141557.982000', '141557.985000', '141557.987000', '141557.990000', '141557.992000', '141557.995000', '141557.998000', '141558.002000', '141558.004000', '141558.007000', '141558.009000', '141558.012000', '141558.015000', '141558.018000', '141558.020000', '141558.023000', '141558.025000', '141558.028000', '141558.045000', '141558.048000', '141558.051000', '141558.053000', '141558.056000', '141558.058000', '141558.061000', '141558.064000', '141558.066000', '141558.069000', '141558.071000', '141558.074000', '141558.077000', '141558.079000', '141558.082000', '141558.084000', '141558.087000', '141617.959000', '141617.961000', '141617.964000', '141617.967000', '141617.969000', '141617.972000', '141617.975000', '141617.977000', '141617.980000', '141617.982000', '141617.985000', '141617.987000', '141617.990000', '141617.993000', '141617.995000', '141617.998000', '141618.002000', '141618.004000', '141618.007000', '141618.009000', '141618.012000', '141618.015000', '141618.017000', '141618.020000', '141618.023000', '141618.025000', '141618.028000', '141618.030000', '141618.033000', '141618.036000', '141618.045000', '141618.047000', '141618.050000', '141618.053000', '141618.055000', '141618.058000', '141618.061000', '141618.063000', '141618.066000', '141618.069000', '141618.072000', '141618.074000', '141618.077000', '141637.959000', '141637.962000', '141637.964000', '141637.967000', '141637.974000', '141637.977000', '141637.979000', '141637.982000', '141637.985000', '141637.987000', '141637.990000', '141637.993000', '141637.995000', '141637.998000', '141638.001000', '141638.004000', '141638.007000', '141638.009000', '141638.012000', '141638.015000', '141638.017000', '141638.020000', '141638.022000', '141638.025000', '141638.028000', '141638.030000', '141638.033000', '141638.035000', '141638.038000', '141638.041000', '141638.043000', '141638.046000', '141638.048000', '141638.051000', '141638.053000', '141638.056000', '141638.059000', '141638.061000', '141638.064000', '141638.066000', '141638.069000', '141638.072000', '141638.075000', '141638.078000', '141657.958000', '141657.960000', '141657.963000', '141657.966000', '141657.968000', '141657.971000', '141657.973000', '141657.976000', '141657.978000', '141657.981000', '141657.984000', '141657.986000', '141657.989000', '141657.991000', '141657.994000', '141657.996000', '141658.000000', '141658.003000', '141658.005000', '141658.008000', '141658.010000', '141658.013000', '141658.015000', '141658.018000', '141658.021000', '141658.023000', '141658.026000', '141658.028000', '141658.031000', '141658.035000', '141658.038000', '141658.040000', '141658.043000', '141658.045000', '141658.048000', '141658.051000', '141658.053000', '141658.056000', '141658.058000', '141658.061000', '141658.063000', '141658.066000', '141658.069000', '141717.959000', '141717.962000', '141717.965000', '141717.967000', '141717.970000', '141717.973000', '141717.975000', '141717.978000', '141717.980000', '141717.983000', '141717.986000', '141717.988000', '141717.991000', '141717.994000', '141717.996000', '141718.000000', '141718.003000', '141718.005000', '141718.008000', '141718.011000', '141718.013000', '141718.016000', '141718.019000', '141718.021000', '141718.024000', '141718.026000', '141718.029000', '141718.032000', '141718.034000', '141718.037000', '141718.039000', '141718.042000', '141718.044000', '141718.047000', '141718.050000', '141718.052000', '141718.055000', '141718.057000', '141718.060000', '141718.063000', '141718.065000', '141718.068000', '141718.070000', '141737.959000', '141737.961000', '141737.964000', '141737.966000', '141737.969000', '141737.972000', '141737.974000', '141737.977000', '141737.979000', '141737.982000', '141737.985000', '141737.987000', '141737.990000', '141737.992000', '141737.995000', '141737.997000', '141738.001000', '141738.003000', '141738.006000', '141738.009000', '141738.011000', '141738.014000', '141738.016000', '141738.019000', '141738.022000', '141738.024000', '141738.027000', '141738.029000', '141738.032000', '141738.035000', '141738.037000', '141738.040000', '141738.042000', '141738.045000', '141738.048000', '141738.050000', '141738.053000', '141738.055000', '141738.058000', '141738.061000', '141738.063000', '141738.066000', '141738.069000', '141738.071000', '141750.986000', '141750.989000', '141750.992000', '141750.994000', '141750.997000', '141751.001000', '141751.003000', '141751.006000', '141751.008000', '141751.011000', '141751.014000', '141751.016000', '141751.019000', '141751.021000', '141751.024000', '141751.026000', '141751.029000', '141751.032000', '141751.034000', '141751.037000', '141751.039000', '141751.042000', '141751.045000', '141751.047000', '141751.050000', '141751.052000', '141751.055000', '141751.057000', '141751.060000'], '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': [8567, 12167, 8543, 9158, 15008, 8672, 10478, 8464, 8694, 9483, 8363, 8597, 8444, 9041, 10034, 8145, 8875, 9111, 8338, 8672, 8264, 8681, 9406, 8732, 9479, 8553, 8911, 8320, 8101, 8733, 7902, 8616, 9757, 8044, 8419, 8497, 7921, 9202, 7860, 8053, 9793, 7967, 8224, 8305, 7981, 9259, 8019, 8613, 13455, 8369, 10283, 8242, 8032, 10725, 8067, 8774, 12994, 8477, 10112, 8464, 8363, 12180, 8195, 9313, 10539, 8515, 12957, 8422, 8209, 9836, 8001, 8755, 10268, 8460, 10022, 8297, 8018, 9699, 7922, 8508, 10608, 8103, 9974, 8014, 8032, 8754, 8005, 8932, 7985, 8403, 8499, 7994, 8103, 7860, 8107, 10241, 7728, 8516, 9863, 7938, 8239, 8097, 8330, 9706, 7879, 8424, 8712, 8042, 8550, 7892, 8324, 10560, 7883, 8488, 7827, 8216, 9572, 8167, 9968, 7807, 8372, 7528, 8355, 11447, 7721, 8743, 13812, 8621, 8883, 7572, 8370, 13522, 8118, 9580, 12592, 8864, 8955, 7693, 8222, 13714, 8263, 10058, 11418, 8653, 9600, 7514, 8894, 10748, 8190, 9612, 8078, 8562, 10979, 7962, 8484, 7420, 8813, 8177, 8234, 7973, 8262, 11296, 7660, 8949, 13528, 8145, 8718, 7987, 8254, 9594, 7016, 8026, 10618, 8183, 8493, 7214, 7811, 11269, 8425, 9272, 7724, 8369, 10544, 7873, 8700, 10244, 8728, 9036, 7712, 8412, 7082, 8307, 11962, 7836, 8553, 8242, 8328, 9472, 7327, 8261, 12699, 8281, 9021, 7951, 8291, 10199, 7776, 8680, 13078, 8439, 9279, 7771, 8440, 11897, 7964, 9085, 7817, 8543, 8842, 7913, 8776, 7583, 8235, 10065, 8089, 8667, 7759, 8215, 9104, 7778, 8322, 7134, 8659, 9372, 8074, 8580, 7615, 8127, 9198, 8384, 8412, 8063, 8008, 12473, 8176, 9666, 7390, 8640, 11265, 8519, 9346, 7748, 8183, 11938, 7954, 8626, 9454, 8317, 9018, 7629, 8035, 7042, 8377, 8031, 7838, 8690, 7623, 7900, 9739, 8143, 8467, 7490, 8192, 9947, 7922, 10111, 7231, 8615, 13056, 8357, 9852, 7937, 8238, 12489, 7981, 9716, 11707, 8443, 8793, 7639, 8770, 7236, 8310, 9601, 7690, 8401, 7309, 8253, 9394, 7426, 9065, 11341, 8314, 9035, 7951, 9346, 7478, 9240, 14233, 8120, 11585, 8122, 8686, 7185, 8150, 9569, 7996, 8570, 7345, 8263, 8869, 7519, 8896, 7471, 8426, 7294, 8310, 8133, 7675, 9476, 7572, 8623, 11793, 7652, 7240, 7813, 11783, 7888, 12044, 8545, 14848, 11110, 9206, 9268, 8122, 9509, 8119, 9050, 13464, 8929, 9772, 7972, 8614, 10690, 8331, 9824, 7665, 8633, 7909, 8183, 9402, 8147, 9147, 8147, 8825, 12746, 8561, 9397, 7481, 8955, 13814, 8223, 9963, 9250, 8557, 9129, 8030, 9643, 7665, 8399, 9181, 7854, 9673, 8040, 8858, 10227, 8307, 8778, 7888, 9383, 8330, 8526, 7157, 8175, 9588, 7445, 8477, 13500, 8182, 9485, 7479, 8877, 11965, 7993, 9356, 7489, 8342, 7423, 8181, 9847, 8152, 9327, 8096, 8020, 11943, 8463, 9565, 7530, 8262, 7925, 8257, 11795, 7736, 9403, 12215, 8688, 10373, 8585, 9034, 7148, 8522, 12651, 8135, 9441, 8530, 8849, 9509, 7976, 8582, 7683, 9887, 8372, 9032, 13472, 8980, 13062, 7836, 9814, 8082, 8535, 13176, 8409, 9128, 8127, 8723, 9871, 8166, 9420, 7974, 8846, 7465, 8371, 10072, 8018, 9218, 7366, 8452, 7140, 8076, 11742, 8041, 8207, 11555, 8162, 9522, 7504, 7884, 10211, 8256, 9285, 7617, 8517, 7713, 8276, 11054, 8613, 11803, 8180, 9081, 8745, 8524, 11200, 7842, 9771, 15719, 9166, 10459, 7802, 9633, 8291, 8825, 14507, 8644, 11427, 7641, 9154, 7561, 8319, 11995, 8489, 9457, 7536, 9039, 8860, 8574, 9695, 7788, 9093, 7714, 8714, 13308, 7372, 9125, 9149, 8471, 7263, 7652, 9518, 7332, 8173, 9672, 8428, 8274, 7593, 8959, 7274, 8049, 11760, 7906, 9238, 7272, 8131, 13381, 7538, 9718, 7390, 8089, 6899, 7979, 8723, 7283, 8842, 14449, 8484, 9465, 7568, 9320, 9667, 8482, 10851, 7926, 9445, 7991, 8472, 12770, 8315, 10270, 8188, 10223, 9437, 9005, 7970, 8410, 9330, 7677, 9404, 7989, 8494, 9152, 8197, 9646, 7848, 8622, 11533, 8658, 10266, 7711, 9788, 7381, 8549, 12956, 8266, 8472, 7244, 9584, 7436, 8426, 12556, 7953, 8600, 7388, 8917, 7920, 8514, 9984, 7985, 12217, 8012, 8863, 13345, 8371, 9689, 7909, 8745, 13726, 8068, 9664, 8320, 8694, 8495, 8063, 9282, 7497, 9027, 10477, 8661, 9712, 7888, 9219, 8077, 8930, 13735, 8075, 12647, 8728, 8997, 6935, 8795, 9860, 7820, 8977, 11693, 8702, 9067, 7707, 8957, 7566, 8245, 10597, 7617, 8784, 7479, 8177, 9702, 7568, 8916, 10082, 8224, 8569, 7231, 9330, 9880, 8354, 9789, 7569, 8776, 7173, 8055, 9514, 7787, 8668, 11327, 8004, 9332, 8590, 9000, 10680, 9660, 12549, 8110, 14208, 8679, 8353, 8156, 13781, 11421, 11628, 12828, 9251, 9505, 8225, 8428, 11603, 8378, 9798, 8315, 9232, 7771, 8276, 10024, 7919, 9420, 8292, 8736, 7267, 8587, 13528, 7910, 12178, 8779, 8757, 10978, 7586, 9502, 9087, 8637, 10909, 8464, 8880, 12286, 7773, 9439, 8152, 8224, 10698, 7897, 9085, 7695, 9212, 8605, 8066, 8729, 7196, 11484, 7885, 9780, 13761, 9161, 12345, 8234, 8499, 8862, 7950, 10166, 7695, 9244, 12653, 8065, 11772, 7451, 9737, 7585, 8313, 11224, 7740, 9480, 7582, 8689, 13870, 8018, 9393, 7747, 8807, 10496, 8370, 11442, 7956, 8762, 12531, 8147, 11333, 7420, 8670, 12167, 8124, 9363, 7729, 8835, 7868, 8217, 11234, 7856, 9420, 7565, 8508, 7562, 8555, 13103, 7863, 10382, 9709, 8698, 10058, 7692, 9454, 7966, 8028, 10340, 7348, 8603, 7276, 7706, 9240, 7891, 8816, 7956, 7912, 9752, 7644, 9834, 7704, 8394, 11963, 7894, 8776, 7470, 7913, 10482, 8055, 8660, 7319, 8089, 12335, 7827, 10128, 7760, 8234, 10484, 7481, 8956, 7421, 7933, 10446, 7963, 8453, 12253, 8086, 9222, 7637, 8367, 10744, 8289, 9586, 9309, 8254, 10315, 7804, 9116, 12324, 8407, 10420, 8091, 8630, 9860, 7576, 9355, 7793, 8316, 9656, 8039, 8544, 7402, 7749, 7470, 8864, 12915, 8549, 9255, 7849, 8192, 11444, 7980], 'WindowCenter': [4314.0, 4338.0, 4273.0, 4281.0, 4318.0, 4267.0, 4287.0, 4243.0, 4255.0, 4263.0, 4240.0, 4254.0, 4242.0, 4266.0, 4275.0, 4245.0, 4266.0, 4266.0, 4256.0, 4255.0, 4255.0, 4266.0, 4265.0, 4267.0, 4278.0, 4257.0, 4279.0, 4256.0, 4257.0, 4268.0, 4251.0, 4268.0, 4290.0, 4271.0, 4272.0, 4280.0, 4271.0, 4280.0, 4259.0, 4271.0, 4301.0, 4273.0, 4283.0, 4271.0, 4273.0, 4292.0, 4267.0, 4282.0, 4332.0, 4282.0, 4301.0, 4279.0, 4274.0, 4301.0, 4267.0, 4282.0, 4320.0, 4284.0, 4303.0, 4270.0, 4272.0, 4310.0, 4269.0, 4281.0, 4299.0, 4280.0, 4319.0, 4270.0, 4270.0, 4277.0, 4259.0, 4269.0, 4288.0, 4265.0, 4291.0, 4258.0, 4259.0, 4277.0, 4259.0, 4269.0, 4288.0, 4258.0, 4289.0, 4258.0, 4261.0, 4267.0, 4259.0, 4280.0, 4255.0, 4282.0, 4281.0, 4271.0, 4272.0, 4270.0, 4272.0, 4303.0, 4257.0, 4293.0, 4302.0, 4273.0, 4268.0, 4255.0, 4272.0, 4293.0, 4273.0, 4282.0, 4281.0, 4273.0, 4294.0, 4272.0, 4283.0, 4314.0, 4284.0, 4283.0, 4273.0, 4279.0, 4303.0, 4283.0, 4317.0, 4275.0, 4298.0, 4282.0, 4281.0, 4323.0, 4274.0, 4305.0, 4343.0, 4295.0, 4294.0, 4262.0, 4283.0, 4334.0, 4268.0, 4300.0, 4317.0, 4277.0, 4279.0, 4261.0, 4270.0, 4318.0, 4271.0, 4290.0, 4310.0, 4269.0, 4288.0, 4249.0, 4279.0, 4297.0, 4265.0, 4278.0, 4258.0, 4269.0, 4297.0, 4274.0, 4284.0, 4262.0, 4279.0, 4285.0, 4294.0, 4272.0, 4284.0, 4312.0, 4262.0, 4282.0, 4332.0, 4271.0, 4283.0, 4261.0, 4268.0, 4291.0, 4238.0, 4273.0, 4296.0, 4271.0, 4282.0, 4250.0, 4262.0, 4307.0, 4283.0, 4293.0, 4261.0, 4278.0, 4296.0, 4272.0, 4276.0, 4298.0, 4283.0, 4282.0, 4263.0, 4273.0, 4246.0, 4266.0, 4312.0, 4262.0, 4282.0, 4267.0, 4271.0, 4291.0, 4250.0, 4270.0, 4321.0, 4271.0, 4280.0, 4256.0, 4271.0, 4289.0, 4247.0, 4269.0, 4320.0, 4269.0, 4278.0, 4247.0, 4260.0, 4292.0, 4259.0, 4280.0, 4247.0, 4280.0, 4279.0, 4260.0, 4270.0, 4248.0, 4269.0, 4287.0, 4271.0, 4280.0, 4260.0, 4271.0, 4278.0, 4260.0, 4271.0, 4251.0, 4281.0, 4292.0, 4272.0, 4282.0, 4261.0, 4273.0, 4287.0, 4271.0, 4272.0, 4273.0, 4273.0, 4322.0, 4267.0, 4293.0, 4263.0, 4283.0, 4308.0, 4278.0, 4281.0, 4245.0, 4272.0, 4311.0, 4273.0, 4282.0, 4286.0, 4271.0, 4281.0, 4259.0, 4272.0, 4246.0, 4283.0, 4273.0, 4275.0, 4284.0, 4262.0, 4274.0, 4293.0, 4286.0, 4285.0, 4260.0, 4285.0, 4302.0, 4274.0, 4303.0, 4263.0, 4285.0, 4321.0, 4273.0, 4291.0, 4259.0, 4274.0, 4309.0, 4255.0, 4292.0, 4305.0, 4270.0, 4270.0, 4245.0, 4270.0, 4234.0, 4270.0, 4292.0, 4249.0, 4272.0, 4250.0, 4270.0, 4278.0, 4237.0, 4294.0, 4310.0, 4267.0, 4282.0, 4272.0, 4283.0, 4251.0, 4293.0, 4327.0, 4269.0, 4314.0, 4262.0, 4271.0, 4248.0, 4271.0, 4292.0, 4271.0, 4280.0, 4250.0, 4268.0, 4280.0, 4258.0, 4283.0, 4258.0, 4285.0, 4259.0, 4285.0, 4275.0, 4275.0, 4306.0, 4274.0, 4293.0, 4321.0, 4271.0, 4263.0, 4286.0, 4333.0, 4289.0, 4333.0, 4299.0, 4360.0, 4313.0, 4296.0, 4279.0, 4273.0, 4292.0, 4256.0, 4279.0, 4319.0, 4282.0, 4294.0, 4258.0, 4273.0, 4298.0, 4270.0, 4292.0, 4262.0, 4283.0, 4262.0, 4273.0, 4278.0, 4269.0, 4294.0, 4262.0, 4286.0, 4322.0, 4283.0, 4283.0, 4247.0, 4282.0, 4320.0, 4260.0, 4290.0, 4280.0, 4273.0, 4279.0, 4256.0, 4291.0, 4249.0, 4262.0, 4276.0, 4262.0, 4292.0, 4260.0, 4283.0, 4292.0, 4272.0, 4276.0, 4274.0, 4295.0, 4272.0, 4285.0, 4253.0, 4275.0, 4293.0, 4264.0, 4287.0, 4333.0, 4285.0, 4294.0, 4265.0, 4295.0, 4323.0, 4286.0, 4308.0, 4261.0, 4274.0, 4262.0, 4287.0, 4306.0, 4281.0, 4296.0, 4287.0, 4276.0, 4324.0, 4285.0, 4307.0, 4275.0, 4286.0, 4285.0, 4283.0, 4320.0, 4263.0, 4296.0, 4320.0, 4291.0, 4304.0, 4285.0, 4284.0, 4235.0, 4283.0, 4322.0, 4262.0, 4294.0, 4271.0, 4284.0, 4281.0, 4261.0, 4270.0, 4261.0, 4291.0, 4272.0, 4283.0, 4329.0, 4282.0, 4321.0, 4251.0, 4291.0, 4256.0, 4283.0, 4320.0, 4273.0, 4280.0, 4258.0, 4272.0, 4285.0, 4269.0, 4282.0, 4260.0, 4279.0, 4249.0, 4270.0, 4286.0, 4273.0, 4293.0, 4252.0, 4275.0, 4240.0, 4273.0, 4313.0, 4257.0, 4285.0, 4312.0, 4272.0, 4293.0, 4251.0, 4268.0, 4313.0, 4297.0, 4294.0, 4277.0, 4286.0, 4258.0, 4285.0, 4313.0, 4281.0, 4325.0, 4273.0, 4286.0, 4267.0, 4285.0, 4312.0, 4262.0, 4288.0, 4337.0, 4283.0, 4292.0, 4261.0, 4291.0, 4260.0, 4283.0, 4331.0, 4270.0, 4313.0, 4260.0, 4281.0, 4247.0, 4272.0, 4323.0, 4272.0, 4290.0, 4262.0, 4281.0, 4271.0, 4272.0, 4286.0, 4247.0, 4281.0, 4249.0, 4271.0, 4319.0, 4251.0, 4279.0, 4276.0, 4270.0, 4246.0, 4257.0, 4290.0, 4251.0, 4281.0, 4294.0, 4284.0, 4285.0, 4275.0, 4296.0, 4249.0, 4274.0, 4324.0, 4270.0, 4293.0, 4249.0, 4274.0, 4322.0, 4258.0, 4292.0, 4249.0, 4273.0, 4251.0, 4273.0, 4281.0, 4252.0, 4296.0, 4345.0, 4279.0, 4289.0, 4262.0, 4294.0, 4287.0, 4271.0, 4297.0, 4260.0, 4293.0, 4258.0, 4271.0, 4316.0, 4273.0, 4291.0, 4271.0, 4302.0, 4294.0, 4294.0, 4262.0, 4269.0, 4279.0, 4263.0, 4297.0, 4263.0, 4283.0, 4288.0, 4287.0, 4293.0, 4272.0, 4285.0, 4311.0, 4279.0, 4289.0, 4258.0, 4291.0, 4247.0, 4284.0, 4317.0, 4271.0, 4271.0, 4254.0, 4292.0, 4246.0, 4283.0, 4321.0, 4274.0, 4271.0, 4253.0, 4283.0, 4272.0, 4280.0, 4304.0, 4274.0, 4323.0, 4261.0, 4284.0, 4321.0, 4272.0, 4291.0, 4259.0, 4269.0, 4320.0, 4258.0, 4279.0, 4259.0, 4270.0, 4266.0, 4258.0, 4279.0, 4250.0, 4282.0, 4301.0, 4272.0, 4292.0, 4274.0, 4284.0, 4259.0, 4295.0, 4331.0, 4261.0, 4322.0, 4271.0, 4282.0, 4236.0, 4271.0, 4288.0, 4247.0, 4283.0, 4310.0, 4272.0, 4269.0, 4249.0, 4279.0, 4244.0, 4273.0, 4300.0, 4260.0, 4272.0, 4246.0, 4268.0, 4292.0, 4262.0, 4283.0, 4299.0, 4271.0, 4270.0, 4262.0, 4291.0, 4303.0, 4285.0, 4305.0, 4274.0, 4285.0, 4242.0, 4274.0, 4293.0, 4261.0, 4286.0, 4310.0, 4276.0, 4295.0, 4284.0, 4293.0, 4314.0, 4306.0, 4334.0, 4281.0, 4347.0, 4295.0, 4292.0, 4299.0, 4358.0, 4335.0, 4329.0, 4320.0, 4284.0, 4280.0, 4258.0, 4256.0, 4296.0, 4269.0, 4293.0, 4273.0, 4281.0, 4248.0, 4259.0, 4289.0, 4261.0, 4280.0, 4271.0, 4270.0, 4251.0, 4282.0, 4331.0, 4273.0, 4323.0, 4271.0, 4270.0, 4285.0, 4252.0, 4280.0, 4265.0, 4283.0, 4302.0, 4262.0, 4282.0, 4308.0, 4250.0, 4280.0, 4245.0, 4272.0, 4300.0, 4263.0, 4282.0, 4274.0, 4312.0, 4246.0, 4249.0, 4259.0, 4207.0, 4325.0, 4283.0, 4317.0, 4355.0, 4320.0, 4337.0, 4285.0, 4280.0, 4276.0, 4271.0, 4302.0, 4259.0, 4291.0, 4331.0, 4275.0, 4320.0, 4258.0, 4306.0, 4270.0, 4272.0, 4301.0, 4261.0, 4291.0, 4246.0, 4282.0, 4331.0, 4262.0, 4280.0, 4257.0, 4283.0, 4285.0, 4256.0, 4301.0, 4259.0, 4271.0, 4306.0, 4260.0, 4299.0, 4238.0, 4270.0, 4298.0, 4259.0, 4278.0, 4260.0, 4281.0, 4260.0, 4273.0, 4296.0, 4269.0, 4283.0, 4262.0, 4283.0, 4261.0, 4284.0, 4322.0, 4269.0, 4315.0, 4288.0, 4273.0, 4290.0, 4256.0, 4292.0, 4260.0, 4274.0, 4301.0, 4253.0, 4270.0, 4250.0, 4261.0, 4276.0, 4269.0, 4296.0, 4271.0, 4269.0, 4288.0, 4260.0, 4305.0, 4258.0, 4281.0, 4323.0, 4277.0, 4284.0, 4250.0, 4271.0, 4298.0, 4274.0, 4283.0, 4249.0, 4273.0, 4322.0, 4263.0, 4305.0, 4262.0, 4286.0, 4309.0, 4263.0, 4285.0, 4245.0, 4269.0, 4302.0, 4270.0, 4285.0, 4311.0, 4258.0, 4281.0, 4248.0, 4271.0, 4296.0, 4269.0, 4294.0, 4280.0, 4268.0, 4289.0, 4248.0, 4280.0, 4309.0, 4271.0, 4301.0, 4259.0, 4271.0, 4274.0, 4251.0, 4281.0, 4246.0, 4273.0, 4292.0, 4271.0, 4277.0, 4252.0, 4262.0, 4249.0, 4309.0, 4330.0, 4280.0, 4294.0, 4274.0, 4285.0, 4313.0, 4273.0], 'WindowWidth': [9551.0, 9568.0, 9473.0, 9478.0, 9521.0, 9451.0, 9476.0, 9411.0, 9428.0, 9434.0, 9403.0, 9425.0, 9407.0, 9443.0, 9456.0, 9417.0, 9446.0, 9446.0, 9433.0, 9430.0, 9429.0, 9447.0, 9443.0, 9448.0, 9466.0, 9435.0, 9466.0, 9433.0, 9436.0, 9451.0, 9423.0, 9453.0, 9487.0, 9462.0, 9465.0, 9471.0, 9461.0, 9471.0, 9442.0, 9463.0, 9503.0, 9467.0, 9482.0, 9463.0, 9468.0, 9488.0, 9454.0, 9480.0, 9544.0, 9479.0, 9503.0, 9471.0, 9469.0, 9500.0, 9453.0, 9479.0, 9526.0, 9486.0, 9506.0, 9459.0, 9464.0, 9511.0, 9456.0, 9474.0, 9494.0, 9472.0, 9525.0, 9456.0, 9458.0, 9462.0, 9441.0, 9456.0, 9478.0, 9448.0, 9486.0, 9438.0, 9442.0, 9462.0, 9441.0, 9456.0, 9478.0, 9440.0, 9484.0, 9439.0, 9448.0, 9449.0, 9444.0, 9472.0, 9434.0, 9481.0, 9476.0, 9463.0, 9467.0, 9460.0, 9467.0, 9508.0, 9444.0, 9497.0, 9507.0, 9468.0, 9457.0, 9434.0, 9465.0, 9493.0, 9470.0, 9479.0, 9477.0, 9470.0, 9497.0, 9464.0, 9483.0, 9524.0, 9485.0, 9483.0, 9469.0, 9477.0, 9509.0, 9482.0, 9534.0, 9476.0, 9509.0, 9485.0, 9482.0, 9536.0, 9473.0, 9520.0, 9564.0, 9501.0, 9497.0, 9453.0, 9482.0, 9548.0, 9459.0, 9504.0, 9520.0, 9468.0, 9470.0, 9448.0, 9458.0, 9520.0, 9458.0, 9487.0, 9511.0, 9456.0, 9480.0, 9429.0, 9469.0, 9489.0, 9445.0, 9467.0, 9440.0, 9455.0, 9491.0, 9471.0, 9484.0, 9451.0, 9470.0, 9488.0, 9501.0, 9465.0, 9483.0, 9516.0, 9451.0, 9477.0, 9545.0, 9463.0, 9479.0, 9449.0, 9456.0, 9488.0, 9413.0, 9469.0, 9492.0, 9461.0, 9477.0, 9433.0, 9450.0, 9507.0, 9483.0, 9494.0, 9450.0, 9470.0, 9490.0, 9464.0, 9465.0, 9496.0, 9481.0, 9477.0, 9454.0, 9466.0, 9424.0, 9452.0, 9519.0, 9452.0, 9477.0, 9453.0, 9461.0, 9486.0, 9430.0, 9459.0, 9528.0, 9461.0, 9472.0, 9436.0, 9459.0, 9481.0, 9424.0, 9456.0, 9522.0, 9455.0, 9466.0, 9424.0, 9443.0, 9478.0, 9440.0, 9469.0, 9422.0, 9472.0, 9467.0, 9444.0, 9456.0, 9425.0, 9457.0, 9478.0, 9463.0, 9472.0, 9444.0, 9461.0, 9466.0, 9446.0, 9461.0, 9435.0, 9477.0, 9491.0, 9466.0, 9477.0, 9446.0, 9466.0, 9480.0, 9464.0, 9464.0, 9467.0, 9467.0, 9530.0, 9454.0, 9494.0, 9453.0, 9480.0, 9507.0, 9468.0, 9473.0, 9421.0, 9463.0, 9513.0, 9466.0, 9479.0, 9476.0, 9462.0, 9471.0, 9443.0, 9463.0, 9425.0, 9482.0, 9467.0, 9472.0, 9481.0, 9451.0, 9471.0, 9494.0, 9490.0, 9486.0, 9449.0, 9486.0, 9504.0, 9471.0, 9508.0, 9453.0, 9487.0, 9529.0, 9468.0, 9488.0, 9443.0, 9467.0, 9509.0, 9435.0, 9489.0, 9500.0, 9458.0, 9456.0, 9420.0, 9457.0, 9404.0, 9457.0, 9489.0, 9430.0, 9461.0, 9430.0, 9457.0, 9465.0, 9410.0, 9497.0, 9512.0, 9453.0, 9477.0, 9467.0, 9477.0, 9435.0, 9492.0, 9533.0, 9459.0, 9521.0, 9449.0, 9461.0, 9430.0, 9464.0, 9490.0, 9463.0, 9475.0, 9433.0, 9457.0, 9472.0, 9444.0, 9480.0, 9444.0, 9487.0, 9447.0, 9487.0, 9472.0, 9475.0, 9517.0, 9470.0, 9498.0, 9531.0, 9470.0, 9456.0, 9493.0, 9553.0, 9500.0, 9550.0, 9512.0, 9598.0, 9525.0, 9502.0, 9470.0, 9466.0, 9489.0, 9435.0, 9471.0, 9522.0, 9475.0, 9493.0, 9439.0, 9463.0, 9491.0, 9458.0, 9487.0, 9447.0, 9477.0, 9449.0, 9465.0, 9467.0, 9457.0, 9493.0, 9449.0, 9485.0, 9528.0, 9477.0, 9477.0, 9423.0, 9475.0, 9521.0, 9444.0, 9484.0, 9467.0, 9461.0, 9465.0, 9434.0, 9484.0, 9426.0, 9446.0, 9460.0, 9446.0, 9487.0, 9444.0, 9477.0, 9486.0, 9462.0, 9464.0, 9468.0, 9495.0, 9463.0, 9486.0, 9441.0, 9471.0, 9492.0, 9458.0, 9492.0, 9547.0, 9486.0, 9493.0, 9458.0, 9501.0, 9537.0, 9496.0, 9519.0, 9451.0, 9467.0, 9451.0, 9492.0, 9513.0, 9480.0, 9502.0, 9491.0, 9477.0, 9535.0, 9486.0, 9520.0, 9475.0, 9487.0, 9488.0, 9483.0, 9528.0, 9454.0, 9500.0, 9528.0, 9493.0, 9508.0, 9484.0, 9480.0, 9408.0, 9477.0, 9527.0, 9451.0, 9494.0, 9458.0, 9479.0, 9471.0, 9448.0, 9458.0, 9448.0, 9489.0, 9462.0, 9479.0, 9537.0, 9478.0, 9525.0, 9433.0, 9485.0, 9436.0, 9480.0, 9523.0, 9464.0, 9469.0, 9436.0, 9462.0, 9473.0, 9458.0, 9475.0, 9444.0, 9468.0, 9427.0, 9459.0, 9475.0, 9467.0, 9493.0, 9435.0, 9470.0, 9417.0, 9465.0, 9519.0, 9438.0, 9485.0, 9516.0, 9465.0, 9492.0, 9433.0, 9458.0, 9521.0, 9507.0, 9497.0, 9477.0, 9487.0, 9445.0, 9486.0, 9520.0, 9477.0, 9540.0, 9467.0, 9485.0, 9452.0, 9482.0, 9516.0, 9449.0, 9482.0, 9546.0, 9478.0, 9486.0, 9448.0, 9485.0, 9442.0, 9477.0, 9539.0, 9458.0, 9516.0, 9445.0, 9472.0, 9424.0, 9462.0, 9533.0, 9463.0, 9484.0, 9448.0, 9474.0, 9458.0, 9461.0, 9475.0, 9425.0, 9472.0, 9428.0, 9458.0, 9520.0, 9431.0, 9469.0, 9462.0, 9459.0, 9422.0, 9440.0, 9486.0, 9435.0, 9477.0, 9496.0, 9482.0, 9485.0, 9474.0, 9500.0, 9431.0, 9469.0, 9536.0, 9460.0, 9492.0, 9430.0, 9469.0, 9528.0, 9442.0, 9489.0, 9430.0, 9467.0, 9434.0, 9468.0, 9475.0, 9439.0, 9501.0, 9564.0, 9471.0, 9486.0, 9451.0, 9495.0, 9477.0, 9460.0, 9491.0, 9445.0, 9490.0, 9440.0, 9461.0, 9516.0, 9464.0, 9487.0, 9459.0, 9504.0, 9494.0, 9499.0, 9450.0, 9458.0, 9468.0, 9455.0, 9504.0, 9453.0, 9478.0, 9481.0, 9491.0, 9494.0, 9465.0, 9485.0, 9513.0, 9469.0, 9481.0, 9442.0, 9489.0, 9427.0, 9482.0, 9519.0, 9463.0, 9460.0, 9441.0, 9491.0, 9424.0, 9482.0, 9529.0, 9470.0, 9462.0, 9439.0, 9480.0, 9464.0, 9476.0, 9508.0, 9471.0, 9533.0, 9447.0, 9482.0, 9527.0, 9464.0, 9487.0, 9440.0, 9456.0, 9522.0, 9439.0, 9468.0, 9441.0, 9458.0, 9448.0, 9440.0, 9468.0, 9430.0, 9475.0, 9499.0, 9464.0, 9490.0, 9469.0, 9481.0, 9443.0, 9499.0, 9540.0, 9447.0, 9530.0, 9459.0, 9476.0, 9407.0, 9460.0, 9478.0, 9424.0, 9478.0, 9509.0, 9461.0, 9453.0, 9429.0, 9469.0, 9417.0, 9464.0, 9498.0, 9445.0, 9461.0, 9422.0, 9456.0, 9489.0, 9450.0, 9479.0, 9496.0, 9463.0, 9459.0, 9451.0, 9490.0, 9507.0, 9488.0, 9512.0, 9472.0, 9485.0, 9424.0, 9469.0, 9492.0, 9451.0, 9491.0, 9515.0, 9477.0, 9499.0, 9486.0, 9495.0, 9522.0, 9516.0, 9554.0, 9480.0, 9573.0, 9505.0, 9498.0, 9514.0, 9592.0, 9560.0, 9549.0, 9525.0, 9479.0, 9470.0, 9437.0, 9435.0, 9488.0, 9458.0, 9491.0, 9464.0, 9471.0, 9422.0, 9440.0, 9478.0, 9444.0, 9470.0, 9458.0, 9458.0, 9433.0, 9478.0, 9539.0, 9468.0, 9534.0, 9459.0, 9458.0, 9472.0, 9433.0, 9471.0, 9444.0, 9479.0, 9503.0, 9448.0, 9474.0, 9504.0, 9429.0, 9469.0, 9417.0, 9462.0, 9498.0, 9451.0, 9477.0, 9471.0, 9535.0, 9413.0, 9424.0, 9435.0, 9350.0, 9544.0, 9487.0, 9538.0, 9587.0, 9547.0, 9561.0, 9487.0, 9475.0, 9462.0, 9463.0, 9506.0, 9446.0, 9492.0, 9545.0, 9473.0, 9527.0, 9445.0, 9516.0, 9463.0, 9465.0, 9500.0, 9448.0, 9487.0, 9423.0, 9477.0, 9541.0, 9448.0, 9472.0, 9439.0, 9477.0, 9471.0, 9435.0, 9499.0, 9441.0, 9459.0, 9501.0, 9443.0, 9493.0, 9411.0, 9456.0, 9489.0, 9442.0, 9466.0, 9444.0, 9476.0, 9444.0, 9465.0, 9489.0, 9458.0, 9478.0, 9451.0, 9479.0, 9448.0, 9484.0, 9528.0, 9460.0, 9528.0, 9482.0, 9466.0, 9484.0, 9438.0, 9490.0, 9443.0, 9470.0, 9501.0, 9440.0, 9458.0, 9429.0, 9448.0, 9464.0, 9459.0, 9503.0, 9462.0, 9459.0, 9483.0, 9450.0, 9513.0, 9446.0, 9481.0, 9534.0, 9480.0, 9483.0, 9433.0, 9466.0, 9496.0, 9471.0, 9481.0, 9434.0, 9468.0, 9531.0, 9454.0, 9512.0, 9452.0, 9490.0, 9512.0, 9454.0, 9483.0, 9422.0, 9458.0, 9503.0, 9462.0, 9485.0, 9514.0, 9442.0, 9473.0, 9426.0, 9462.0, 9488.0, 9458.0, 9494.0, 9471.0, 9455.0, 9480.0, 9427.0, 9470.0, 9507.0, 9461.0, 9501.0, 9440.0, 9459.0, 9456.0, 9431.0, 9473.0, 9422.0, 9466.0, 9488.0, 9462.0, 9467.0, 9439.0, 9449.0, 9433.0, 9527.0, 9546.0, 9478.0, 9495.0, 9471.0, 9488.0, 9519.0, 9467.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.0024512270642201833</td></tr>
<tr><td colspan=3>aqi</td><td>0.024347101490825685</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56592651355911</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1934255524110207</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073813015614244</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>5444.9268</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10176214845955274</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4438654996537164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3323706716646773</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.762229570506951</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2369962567895207</td></tr>
<tr><td colspan=3>gcor</td><td>0.00772341</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01510428823530674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02272522635757923</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.7261059204057774</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>21.3774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4985</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6101</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302509.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.2788</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.6782</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3478.5066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.4247</td></tr>
<tr><td colspan=3>tsnr</td><td>36.72208497766405</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>