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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0043_ses-01_task-social_acq-mb8_run-04_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-0043_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-04_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-0043/ses-01/func/sub-0043_ses-01_task-social_acq-mb8_run-04_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>db1b485cdc67bd439a3e8ad45b644e3b</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>17:37:42.222500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.982073, 0.185851, 0.0314937, -0.1845, 0.981958, -0.0414469]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0892725</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7282, 609, -143, -326, -32, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>743ed4a6-b073-44a9-9d6e-53820d6c0cf4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6348304748535156, -0.4949992895126343, 0.10429681837558746, 122.90933990478516], [-0.49862363934516907, 2.6345221996307373, -0.09421184659004211, -71.81011199951172], [0.08449536561965942, 0.11119892448186874, 2.6963393688201904, -85.39872741699219], [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': ['173742.222500', '173742.682500', '173743.142500', '173743.602500', '173744.062500', '173744.522500', '173744.982500', '173745.442500', '173745.902500', '173746.362500', '173746.822500', '173747.282500', '173747.742500', '173748.202500', '173748.662500', '173749.122500', '173749.582500', '173750.042500', '173750.502500', '173750.962500', '173751.422500', '173751.882500', '173752.342500', '173752.802500', '173753.262500', '173753.722500', '173754.182500', '173754.642500', '173755.102500', '173755.562500', '173756.022500', '173756.482500', '173756.942500', '173757.402500', '173757.862500', '173758.322500', '173758.782500', '173759.242500', '173759.702500', '173800.162500', '173800.622500', '173801.082500', '173801.542500', '173802.002500', '173802.462500', '173802.922500', '173803.382500', '173803.842500', '173804.302500', '173804.762500', '173805.222500', '173805.682500', '173806.142500', '173806.602500', '173807.062500', '173807.522500', '173807.982500', '173808.442500', '173808.902500', '173809.362500', '173809.822500', '173810.282500', '173810.742500', '173811.202500', '173811.662500', '173812.122500', '173812.582500', '173813.042500', '173813.502500', '173813.962500', '173814.422500', '173814.882500', '173815.342500', '173815.802500', '173816.262500', '173816.722500', '173817.182500', '173817.642500', '173818.102500', '173818.562500', '173819.022500', '173819.482500', '173819.942500', '173820.402500', '173820.862500', '173821.322500', '173821.782500', '173822.242500', '173822.702500', '173823.162500', '173823.622500', '173824.082500', '173824.542500', '173825.002500', '173825.462500', '173825.922500', '173826.382500', '173826.842500', '173827.302500', '173827.762500', '173828.222500', '173828.682500', '173829.142500', '173829.602500', '173830.062500', '173830.522500', '173830.982500', '173831.442500', '173831.902500', '173832.362500', '173832.822500', '173833.282500', '173833.742500', '173834.202500', '173834.662500', '173835.122500', '173835.582500', '173836.042500', '173836.502500', '173836.962500', '173837.422500', '173837.882500', '173838.342500', '173838.802500', '173839.262500', '173839.722500', '173840.182500', '173840.642500', '173841.102500', '173841.562500', '173842.022500', '173842.482500', '173842.942500', '173843.402500', '173843.862500', '173844.322500', '173844.782500', '173845.242500', '173845.702500', '173846.162500', '173846.622500', '173847.082500', '173847.542500', '173848.002500', '173848.462500', '173848.922500', '173849.382500', '173849.842500', '173850.302500', '173850.762500', '173851.222500', '173851.682500', '173852.142500', '173852.602500', '173853.062500', '173853.522500', '173853.982500', '173854.442500', '173854.902500', '173855.362500', '173855.822500', '173856.282500', '173856.742500', '173857.202500', '173857.662500', '173858.122500', '173858.582500', '173859.042500', '173859.502500', '173859.962500', '173900.422500', '173900.882500', '173901.342500', '173901.802500', '173902.262500', '173902.722500', '173903.182500', '173903.642500', '173904.102500', '173904.562500', '173905.022500', '173905.482500', '173905.942500', '173906.402500', '173906.862500', '173907.322500', '173907.782500', '173908.242500', '173908.702500', '173909.162500', '173909.622500', '173910.082500', '173910.542500', '173911.002500', '173911.462500', '173911.922500', '173912.382500', '173912.842500', '173913.302500', '173913.762500', '173914.222500', '173914.682500', '173915.142500', '173915.602500', '173916.062500', '173916.522500', '173916.982500', '173917.442500', '173917.902500', '173918.362500', '173918.822500', '173919.282500', '173919.742500', '173920.202500', '173920.662500', '173921.122500', '173921.582500', '173922.042500', '173922.502500', '173922.962500', '173923.422500', '173923.882500', '173924.342500', '173924.802500', '173925.262500', '173925.722500', '173926.182500', '173926.642500', '173927.102500', '173927.562500', '173928.022500', '173928.482500', '173928.942500', '173929.402500', '173929.862500', '173930.322500', '173930.782500', '173931.242500', '173931.702500', '173932.162500', '173932.622500', '173933.082500', '173933.542500', '173934.002500', '173934.462500', '173934.922500', '173935.382500', '173935.842500', '173936.302500', '173936.762500', '173937.222500', '173937.682500', '173938.142500', '173938.602500', '173939.062500', '173939.522500', '173939.982500', '173940.442500', '173940.902500', '173941.362500', '173941.822500', '173942.282500', '173942.742500', '173943.202500', '173943.662500', '173944.122500', '173944.582500', '173945.042500', '173945.502500', '173945.962500', '173946.422500', '173946.882500', '173947.342500', '173947.802500', '173948.262500', '173948.722500', '173949.182500', '173949.642500', '173950.102500', '173950.562500', '173951.022500', '173951.482500', '173951.942500', '173952.402500', '173952.862500', '173953.322500', '173953.782500', '173954.242500', '173954.702500', '173955.162500', '173955.622500', '173956.082500', '173956.542500', '173957.002500', '173957.462500', '173957.922500', '173958.382500', '173958.842500', '173959.302500', '173959.762500', '174000.222500', '174000.682500', '174001.142500', '174001.602500', '174002.062500', '174002.522500', '174002.982500', '174003.442500', '174003.902500', '174004.362500', '174004.822500', '174005.282500', '174005.742500', '174006.202500', '174006.662500', '174007.122500', '174007.582500', '174008.042500', '174008.502500', '174008.962500', '174009.422500', '174009.882500', '174010.342500', '174010.802500', '174011.262500', '174011.722500', '174012.182500', '174012.642500', '174013.102500', '174013.562500', '174014.022500', '174014.482500', '174014.942500', '174015.402500', '174015.862500', '174016.322500', '174016.782500', '174017.242500', '174017.702500', '174018.162500', '174018.622500', '174019.082500', '174019.542500', '174020.002500', '174020.462500', '174020.922500', '174021.382500', '174021.842500', '174022.302500', '174022.762500', '174023.222500', '174023.682500', '174024.142500', '174024.602500', '174025.062500', '174025.522500', '174025.982500', '174026.442500', '174026.902500', '174027.362500', '174027.822500', '174028.282500', '174028.742500', '174029.202500', '174029.662500', '174030.122500', '174030.582500', '174031.042500', '174031.502500', '174031.962500', '174032.422500', '174032.882500', '174033.342500', '174033.802500', '174034.262500', '174034.722500', '174035.182500', '174035.642500', '174036.102500', '174036.562500', '174037.022500', '174037.482500', '174037.942500', '174038.402500', '174038.862500', '174039.322500', '174039.782500', '174040.242500', '174040.702500', '174041.162500', '174041.622500', '174042.082500', '174042.542500', '174043.002500', '174043.462500', '174043.922500', '174044.382500', '174044.842500', '174045.302500', '174045.762500', '174046.222500', '174046.682500', '174047.142500', '174047.602500', '174048.062500', '174048.522500', '174048.982500', '174049.442500', '174049.902500', '174050.362500', '174050.822500', '174051.282500', '174051.742500', '174052.202500', '174052.662500', '174053.122500', '174053.582500', '174054.042500', '174054.502500', '174054.962500', '174055.422500', '174055.882500', '174056.342500', '174056.802500', '174057.262500', '174057.722500', '174058.182500', '174058.642500', '174059.102500', '174059.562500', '174100.022500', '174100.482500', '174100.942500', '174101.402500', '174101.862500', '174102.322500', '174102.782500', '174103.242500', '174103.702500', '174104.162500', '174104.622500', '174105.082500', '174105.542500', '174106.002500', '174106.462500', '174106.922500', '174107.382500', '174107.842500', '174108.302500', '174108.762500', '174109.222500', '174109.682500', '174110.142500', '174110.602500', '174111.062500', '174111.522500', '174111.982500', '174112.442500', '174112.902500', '174113.362500', '174113.822500', '174114.282500', '174114.742500', '174115.202500', '174115.662500', '174116.122500', '174116.582500', '174117.042500', '174117.502500', '174117.962500', '174118.422500', '174118.882500', '174119.342500', '174119.802500', '174120.262500', '174120.722500', '174121.182500', '174121.642500', '174122.102500', '174122.562500', '174123.022500', '174123.482500', '174123.942500', '174124.402500', '174124.862500', '174125.322500', '174125.782500', '174126.242500', '174126.702500', '174127.162500', '174127.622500', '174128.082500', '174128.542500', '174129.002500', '174129.462500', '174129.922500', '174130.382500', '174130.842500', '174131.302500', '174131.762500', '174132.222500', '174132.682500', '174133.142500', '174133.602500', '174134.062500', '174134.522500', '174134.982500', '174135.442500', '174135.902500', '174136.362500', '174136.822500', '174137.282500', '174137.742500', '174138.202500', '174138.662500', '174139.122500', '174139.582500', '174140.042500', '174140.502500', '174140.962500', '174141.422500', '174141.882500', '174142.342500', '174142.802500', '174143.262500', '174143.722500', '174144.182500', '174144.642500', '174145.102500', '174145.562500', '174146.022500', '174146.482500', '174146.942500', '174147.402500', '174147.862500', '174148.322500', '174148.782500', '174149.242500', '174149.702500', '174150.162500', '174150.622500', '174151.082500', '174151.542500', '174152.002500', '174152.462500', '174152.922500', '174153.382500', '174153.842500', '174154.302500', '174154.762500', '174155.222500', '174155.682500', '174156.142500', '174156.602500', '174157.062500', '174157.522500', '174157.982500', '174158.442500', '174158.902500', '174159.362500', '174159.822500', '174200.282500', '174200.742500', '174201.202500', '174201.662500', '174202.122500', '174202.582500', '174203.042500', '174203.502500', '174203.962500', '174204.422500', '174204.882500', '174205.342500', '174205.802500', '174206.262500', '174206.722500', '174207.182500', '174207.642500', '174208.102500', '174208.562500', '174209.022500', '174209.482500', '174209.942500', '174210.402500', '174210.862500', '174211.322500', '174211.782500', '174212.242500', '174212.702500', '174213.162500', '174213.622500', '174214.082500', '174214.542500', '174215.002500', '174215.462500', '174215.922500', '174216.382500', '174216.842500', '174217.302500', '174217.762500', '174218.222500', '174218.682500', '174219.142500', '174219.602500', '174220.062500', '174220.522500', '174220.982500', '174221.442500', '174221.902500', '174222.362500', '174222.822500', '174223.282500', '174223.742500', '174224.202500', '174224.662500', '174225.122500', '174225.582500', '174226.042500', '174226.502500', '174226.962500', '174227.422500', '174227.882500', '174228.342500', '174228.802500', '174229.262500', '174229.722500', '174230.182500', '174230.642500', '174231.102500', '174231.562500', '174232.022500', '174232.482500', '174232.942500', '174233.402500', '174233.862500', '174234.322500', '174234.782500', '174235.242500', '174235.702500', '174236.162500', '174236.622500', '174237.082500', '174237.542500', '174238.002500', '174238.462500', '174238.922500', '174239.382500', '174239.842500', '174240.302500', '174240.762500', '174241.222500', '174241.682500', '174242.142500', '174242.602500', '174243.062500', '174243.522500', '174243.982500', '174244.442500', '174244.902500', '174245.362500', '174245.822500', '174246.282500', '174246.742500', '174247.202500', '174247.662500', '174248.122500', '174248.582500', '174249.042500', '174249.502500', '174249.962500', '174250.422500', '174250.882500', '174251.342500', '174251.802500', '174252.262500', '174252.722500', '174253.182500', '174253.642500', '174254.102500', '174254.562500', '174255.022500', '174255.482500', '174255.942500', '174256.402500', '174256.862500', '174257.322500', '174257.782500', '174258.242500', '174258.702500', '174259.162500', '174259.622500', '174300.082500', '174300.542500', '174301.002500', '174301.462500', '174301.922500', '174302.382500', '174302.842500', '174303.302500', '174303.762500', '174304.222500', '174304.682500', '174305.142500', '174305.602500', '174306.062500', '174306.522500', '174306.982500', '174307.442500', '174307.902500', '174308.362500', '174308.822500', '174309.282500', '174309.742500', '174310.202500', '174310.662500', '174311.122500', '174311.582500', '174312.042500', '174312.502500', '174312.962500', '174313.422500', '174313.882500', '174314.342500', '174314.802500', '174315.262500', '174315.722500', '174316.182500', '174316.642500', '174317.102500', '174317.562500', '174318.022500', '174318.482500', '174318.942500', '174319.402500', '174319.862500', '174320.322500', '174320.782500', '174321.242500', '174321.702500', '174322.162500', '174322.622500', '174323.082500', '174323.542500', '174324.002500', '174324.462500', '174324.922500', '174325.382500', '174325.842500', '174326.302500', '174326.762500', '174327.222500', '174327.682500', '174328.142500', '174328.602500', '174329.062500', '174329.522500', '174329.982500', '174330.442500', '174330.902500', '174331.362500', '174331.822500', '174332.282500', '174332.742500', '174333.202500', '174333.662500', '174334.122500', '174334.582500', '174335.042500', '174335.502500', '174335.962500', '174336.422500', '174336.882500', '174337.342500', '174337.802500', '174338.262500', '174338.722500', '174339.182500', '174339.642500', '174340.102500', '174340.562500', '174341.022500', '174341.482500', '174341.942500', '174342.402500', '174342.862500', '174343.322500', '174343.782500', '174344.242500', '174344.702500', '174345.162500', '174345.622500', '174346.082500', '174346.542500', '174347.002500', '174347.462500', '174347.922500', '174348.382500', '174348.842500', '174349.302500', '174349.762500', '174350.222500', '174350.682500', '174351.142500', '174351.602500', '174352.062500', '174352.522500', '174352.982500', '174353.442500', '174353.902500', '174354.362500', '174354.822500', '174355.282500', '174355.742500', '174356.202500', '174356.662500', '174357.122500', '174357.582500', '174358.042500', '174358.502500', '174358.962500', '174359.422500', '174359.882500', '174400.342500', '174400.802500', '174401.262500', '174401.722500', '174402.182500', '174402.642500', '174403.102500', '174403.562500', '174404.022500', '174404.482500', '174404.942500', '174405.402500', '174405.862500', '174406.322500', '174406.782500', '174407.242500', '174407.702500', '174408.162500', '174408.622500', '174409.082500', '174409.542500', '174410.002500', '174410.462500', '174410.922500', '174411.382500', '174411.842500', '174412.302500', '174412.762500', '174413.222500', '174413.682500', '174414.142500', '174414.602500', '174415.062500', '174415.522500', '174415.982500', '174416.442500', '174416.902500', '174417.362500', '174417.822500', '174418.282500', '174418.742500', '174419.202500', '174419.662500', '174420.122500', '174420.582500', '174421.042500', '174421.502500', '174421.962500', '174422.422500', '174422.882500'], 'ContentTime': ['173800.384000', '173800.387000', '173800.390000', '173800.393000', '173800.396000', '173800.399000', '173800.402000', '173800.405000', '173800.416000', '173800.419000', '173800.422000', '173800.424000', '173800.427000', '173800.430000', '173800.433000', '173800.436000', '173800.439000', '173800.442000', '173800.445000', '173800.448000', '173800.451000', '173800.453000', '173800.456000', '173800.459000', '173800.466000', '173800.469000', '173800.472000', '173800.476000', '173800.481000', '173800.484000', '173800.487000', '173800.489000', '173800.492000', '173800.495000', '173800.498000', '173800.501000', '173800.504000', '173820.348000', '173820.351000', '173820.354000', '173820.356000', '173820.359000', '173820.362000', '173820.365000', '173820.368000', '173820.371000', '173820.374000', '173820.376000', '173820.379000', '173820.382000', '173820.385000', '173820.388000', '173820.391000', '173820.394000', '173820.396000', '173820.399000', '173820.402000', '173820.405000', '173820.408000', '173820.411000', '173820.414000', '173820.416000', '173820.419000', '173820.422000', '173820.425000', '173820.428000', '173820.431000', '173820.433000', '173820.436000', '173820.439000', '173820.442000', '173820.445000', '173820.448000', '173820.451000', '173820.454000', '173820.456000', '173820.459000', '173820.462000', '173820.465000', '173820.468000', '173820.471000', '173840.348000', '173840.351000', '173840.367000', '173840.370000', '173840.373000', '173840.376000', '173840.379000', '173840.381000', '173840.384000', '173840.387000', '173840.390000', '173840.393000', '173840.396000', '173840.399000', '173840.401000', '173840.404000', '173840.407000', '173840.410000', '173840.413000', '173840.416000', '173840.419000', '173840.422000', '173840.424000', '173840.427000', '173840.430000', '173840.433000', '173840.436000', '173840.439000', '173840.451000', '173840.454000', '173840.457000', '173840.460000', '173840.463000', '173840.466000', '173840.469000', '173840.472000', '173840.475000', '173840.477000', '173840.480000', '173840.483000', '173840.486000', '173840.489000', '173840.492000', '173900.347000', '173900.350000', '173900.353000', '173900.356000', '173900.358000', '173900.361000', '173900.364000', '173900.367000', '173900.370000', '173900.373000', '173900.376000', '173900.378000', '173900.381000', '173900.384000', '173900.387000', '173900.390000', '173900.393000', '173900.396000', '173900.399000', '173900.402000', '173900.405000', '173900.407000', '173900.410000', '173900.413000', '173900.416000', '173900.419000', '173900.422000', '173900.425000', '173900.428000', '173900.431000', '173900.433000', '173900.437000', '173900.439000', '173900.442000', '173900.445000', '173900.448000', '173900.451000', '173900.454000', '173900.457000', '173900.459000', '173900.462000', '173900.465000', '173900.468000', '173900.471000', '173920.347000', '173920.350000', '173920.353000', '173920.356000', '173920.359000', '173920.362000', '173920.364000', '173920.367000', '173920.370000', '173920.373000', '173920.376000', '173920.379000', '173920.382000', '173920.384000', '173920.387000', '173920.390000', '173920.393000', '173920.396000', '173920.399000', '173920.402000', '173920.405000', '173920.407000', '173920.410000', '173920.413000', '173920.416000', '173920.419000', '173920.422000', '173920.425000', '173920.428000', '173920.431000', '173920.434000', '173920.436000', '173920.439000', '173920.442000', '173920.445000', '173920.448000', '173920.451000', '173920.460000', '173920.463000', '173920.466000', '173920.469000', '173920.472000', '173920.475000', '173940.347000', '173940.350000', '173940.353000', '173940.356000', '173940.359000', '173940.361000', '173940.364000', '173940.367000', '173940.370000', '173940.373000', '173940.376000', '173940.379000', '173940.382000', '173940.384000', '173940.387000', '173940.390000', '173940.393000', '173940.396000', '173940.399000', '173940.402000', '173940.405000', '173940.407000', '173940.410000', '173940.413000', '173940.416000', '173940.419000', '173940.422000', '173940.425000', '173940.428000', '173940.431000', '173940.434000', '173940.437000', '173940.440000', '173940.443000', '173940.446000', '173940.448000', '173940.451000', '173940.454000', '173940.457000', '173940.460000', '173940.463000', '173940.466000', '173940.469000', '173940.472000', '174000.347000', '174000.371000', '174000.374000', '174000.377000', '174000.380000', '174000.383000', '174000.386000', '174000.389000', '174000.391000', '174000.394000', '174000.397000', '174000.400000', '174000.403000', '174000.406000', '174000.409000', '174000.412000', '174000.415000', '174000.418000', '174000.420000', '174000.423000', '174000.426000', '174000.436000', '174000.438000', '174000.441000', '174000.444000', '174000.447000', '174000.450000', '174000.453000', '174000.456000', '174000.459000', '174000.461000', '174000.464000', '174000.467000', '174000.470000', '174000.473000', '174000.476000', '174000.480000', '174000.483000', '174000.485000', '174000.488000', '174000.491000', '174000.494000', '174000.514000', '174020.347000', '174020.350000', '174020.353000', '174020.356000', '174020.359000', '174020.361000', '174020.364000', '174020.367000', '174020.370000', '174020.373000', '174020.376000', '174020.379000', '174020.381000', '174020.385000', '174020.387000', '174020.390000', '174020.393000', '174020.396000', '174020.399000', '174020.402000', '174020.405000', '174020.408000', '174020.411000', '174020.414000', '174020.417000', '174020.419000', '174020.422000', '174020.425000', '174020.428000', '174020.431000', '174020.434000', '174020.437000', '174020.440000', '174020.444000', '174020.447000', '174020.450000', '174020.452000', '174020.455000', '174020.458000', '174020.461000', '174020.464000', '174020.467000', '174020.470000', '174020.473000', '174040.348000', '174040.351000', '174040.354000', '174040.357000', '174040.360000', '174040.363000', '174040.366000', '174040.369000', '174040.371000', '174040.374000', '174040.377000', '174040.380000', '174040.383000', '174040.386000', '174040.389000', '174040.392000', '174040.395000', '174040.398000', '174040.400000', '174040.403000', '174040.406000', '174040.409000', '174040.412000', '174040.415000', '174040.418000', '174040.421000', '174040.424000', '174040.427000', '174040.429000', '174040.432000', '174040.435000', '174040.438000', '174040.441000', '174040.444000', '174040.447000', '174040.450000', '174040.453000', '174040.455000', '174040.458000', '174040.461000', '174040.464000', '174040.467000', '174040.470000', '174100.348000', '174100.353000', '174100.357000', '174100.360000', '174100.363000', '174100.366000', '174100.369000', '174100.372000', '174100.374000', '174100.377000', '174100.381000', '174100.384000', '174100.386000', '174100.389000', '174100.392000', '174100.395000', '174100.398000', '174100.401000', '174100.404000', '174100.407000', '174100.409000', '174100.412000', '174100.415000', '174100.418000', '174100.421000', '174100.424000', '174100.427000', '174100.439000', '174100.442000', '174100.445000', '174100.448000', '174100.451000', '174100.454000', '174100.457000', '174100.460000', '174100.463000', '174100.465000', '174100.468000', '174100.471000', '174100.474000', '174100.477000', '174100.480000', '174100.483000', '174120.347000', '174120.350000', '174120.353000', '174120.356000', '174120.359000', '174120.362000', '174120.364000', '174120.367000', '174120.370000', '174120.373000', '174120.376000', '174120.379000', '174120.382000', '174120.385000', '174120.388000', '174120.390000', '174120.393000', '174120.396000', '174120.399000', '174120.402000', '174120.405000', '174120.408000', '174120.411000', '174120.414000', '174120.417000', '174120.420000', '174120.423000', '174120.425000', '174120.428000', '174120.431000', '174120.434000', '174120.437000', '174120.440000', '174120.443000', '174120.446000', '174120.448000', '174120.451000', '174120.454000', '174120.457000', '174120.460000', '174120.463000', '174120.466000', '174120.469000', '174120.472000', '174140.347000', '174140.350000', '174140.353000', '174140.356000', '174140.359000', '174140.362000', '174140.365000', '174140.368000', '174140.371000', '174140.374000', '174140.377000', '174140.380000', '174140.383000', '174140.385000', '174140.388000', '174140.391000', '174140.394000', '174140.397000', '174140.400000', '174140.403000', '174140.406000', '174140.409000', '174140.411000', '174140.414000', '174140.431000', '174140.434000', '174140.436000', '174140.439000', '174140.442000', '174140.445000', '174140.448000', '174140.451000', '174140.454000', '174140.457000', '174140.460000', '174140.463000', '174140.474000', '174140.477000', '174140.480000', '174140.483000', '174140.486000', '174140.488000', '174140.491000', '174200.347000', '174200.350000', '174200.353000', '174200.356000', '174200.359000', '174200.361000', '174200.364000', '174200.367000', '174200.370000', '174200.373000', '174200.376000', '174200.379000', '174200.382000', '174200.385000', '174200.388000', '174200.391000', '174200.394000', '174200.397000', '174200.399000', '174200.402000', '174200.405000', '174200.408000', '174200.411000', '174200.414000', '174200.417000', '174200.420000', '174200.422000', '174200.425000', '174200.428000', '174200.431000', '174200.434000', '174200.437000', '174200.440000', '174200.443000', '174200.446000', '174200.448000', '174200.451000', '174200.454000', '174200.457000', '174200.460000', '174200.463000', '174200.466000', '174200.469000', '174200.472000', '174220.347000', '174220.350000', '174220.353000', '174220.356000', '174220.359000', '174220.362000', '174220.365000', '174220.368000', '174220.371000', '174220.374000', '174220.377000', '174220.380000', '174220.382000', '174220.385000', '174220.388000', '174220.392000', '174220.395000', '174220.398000', '174220.401000', '174220.404000', '174220.407000', '174220.410000', '174220.413000', '174220.416000', '174220.419000', '174220.422000', '174220.425000', '174220.428000', '174220.430000', '174220.433000', '174220.436000', '174220.439000', '174220.442000', '174220.445000', '174220.448000', '174220.451000', '174220.454000', '174220.456000', '174220.459000', '174220.462000', '174220.465000', '174220.468000', '174220.471000', '174240.347000', '174240.350000', '174240.353000', '174240.356000', '174240.359000', '174240.362000', '174240.364000', '174240.367000', '174240.370000', '174240.373000', '174240.376000', '174240.379000', '174240.382000', '174240.385000', '174240.388000', '174240.391000', '174240.393000', '174240.396000', '174240.399000', '174240.402000', '174240.405000', '174240.408000', '174240.411000', '174240.414000', '174240.417000', '174240.420000', '174240.423000', '174240.426000', '174240.428000', '174240.431000', '174240.434000', '174240.437000', '174240.440000', '174240.443000', '174240.446000', '174240.449000', '174240.452000', '174240.455000', '174240.457000', '174240.460000', '174240.463000', '174240.466000', '174240.469000', '174240.472000', '174300.348000', '174300.351000', '174300.354000', '174300.357000', '174300.360000', '174300.362000', '174300.365000', '174300.368000', '174300.371000', '174300.374000', '174300.377000', '174300.380000', '174300.383000', '174300.386000', '174300.389000', '174300.392000', '174300.395000', '174300.397000', '174300.400000', '174300.403000', '174300.407000', '174300.413000', '174300.416000', '174300.419000', '174300.421000', '174300.424000', '174300.427000', '174300.430000', '174300.433000', '174300.436000', '174300.439000', '174300.442000', '174300.445000', '174300.448000', '174300.451000', '174300.453000', '174300.456000', '174300.459000', '174300.462000', '174300.465000', '174300.468000', '174300.471000', '174300.474000', '174320.348000', '174320.351000', '174320.354000', '174320.357000', '174320.360000', '174320.363000', '174320.365000', '174320.368000', '174320.371000', '174320.374000', '174320.377000', '174320.380000', '174320.383000', '174320.386000', '174320.389000', '174320.391000', '174320.394000', '174320.397000', '174320.400000', '174320.403000', '174320.406000', '174320.409000', '174320.412000', '174320.415000', '174320.418000', '174320.420000', '174320.423000', '174320.426000', '174320.429000', '174320.432000', '174320.435000', '174320.438000', '174320.441000', '174320.444000', '174320.447000', '174320.449000', '174320.452000', '174320.455000', '174320.458000', '174320.461000', '174320.464000', '174320.467000', '174320.470000', '174320.472000', '174340.347000', '174340.350000', '174340.354000', '174340.357000', '174340.360000', '174340.363000', '174340.366000', '174340.369000', '174340.372000', '174340.375000', '174340.377000', '174340.380000', '174340.383000', '174340.386000', '174340.389000', '174340.392000', '174340.395000', '174340.398000', '174340.401000', '174340.404000', '174340.407000', '174340.413000', '174340.416000', '174340.419000', '174340.422000', '174340.427000', '174340.430000', '174340.433000', '174340.436000', '174340.439000', '174340.442000', '174340.444000', '174340.447000', '174340.450000', '174340.453000', '174340.456000', '174340.459000', '174340.462000', '174340.465000', '174340.468000', '174340.471000', '174340.474000', '174340.476000', '174400.347000', '174400.350000', '174400.353000', '174400.356000', '174400.359000', '174400.362000', '174400.364000', '174400.367000', '174400.370000', '174400.373000', '174400.376000', '174400.379000', '174400.382000', '174400.385000', '174400.388000', '174400.391000', '174400.394000', '174400.396000', '174400.399000', '174400.402000', '174400.405000', '174400.408000', '174400.411000', '174400.414000', '174400.417000', '174400.420000', '174400.423000', '174400.425000', '174400.428000', '174400.431000', '174400.434000', '174400.437000', '174400.440000', '174400.443000', '174400.446000', '174400.449000', '174400.452000', '174400.455000', '174400.457000', '174400.460000', '174400.463000', '174400.466000', '174400.469000', '174400.472000', '174420.347000', '174420.350000', '174420.353000', '174420.356000', '174420.359000', '174420.362000', '174420.364000', '174420.367000', '174420.370000', '174420.373000', '174420.376000', '174420.379000', '174420.382000', '174420.385000', '174420.388000', '174420.391000', '174420.394000', '174420.397000', '174420.399000', '174420.402000', '174420.405000', '174420.408000', '174420.411000', '174420.414000', '174420.417000', '174420.420000', '174420.423000', '174420.426000', '174420.428000', '174420.431000', '174420.434000', '174420.437000', '174420.440000', '174420.443000', '174420.448000', '174420.451000', '174420.454000', '174420.457000', '174420.460000', '174420.463000', '174420.466000', '174420.469000', '174420.471000', '174424.168000', '174424.172000', '174424.175000', '174424.178000', '174424.182000', '174424.185000', '174424.188000', '174424.190000', '174424.194000'], 'InstanceCreationTime': ['173800.384000', '173800.387000', '173800.390000', '173800.393000', '173800.396000', '173800.399000', '173800.402000', '173800.405000', '173800.416000', '173800.419000', '173800.422000', '173800.424000', '173800.427000', '173800.430000', '173800.433000', '173800.436000', '173800.439000', '173800.442000', '173800.445000', '173800.448000', '173800.451000', '173800.453000', '173800.456000', '173800.459000', '173800.466000', '173800.469000', '173800.472000', '173800.476000', '173800.481000', '173800.484000', '173800.487000', '173800.489000', '173800.492000', '173800.495000', '173800.498000', '173800.501000', '173800.504000', '173820.348000', '173820.351000', '173820.354000', '173820.356000', '173820.359000', '173820.362000', '173820.365000', '173820.368000', '173820.371000', '173820.374000', '173820.376000', '173820.379000', '173820.382000', '173820.385000', '173820.388000', '173820.391000', '173820.394000', '173820.396000', '173820.399000', '173820.402000', '173820.405000', '173820.408000', '173820.411000', '173820.414000', '173820.416000', '173820.419000', '173820.422000', '173820.425000', '173820.428000', '173820.431000', '173820.433000', '173820.436000', '173820.439000', '173820.442000', '173820.445000', '173820.448000', '173820.451000', '173820.454000', '173820.456000', '173820.459000', '173820.462000', '173820.465000', '173820.468000', '173820.471000', '173840.348000', '173840.351000', '173840.367000', '173840.370000', '173840.373000', '173840.376000', '173840.379000', '173840.381000', '173840.384000', '173840.387000', '173840.390000', '173840.393000', '173840.396000', '173840.399000', '173840.401000', '173840.404000', '173840.407000', '173840.410000', '173840.413000', '173840.416000', '173840.419000', '173840.422000', '173840.424000', '173840.427000', '173840.430000', '173840.433000', '173840.436000', '173840.439000', '173840.451000', '173840.454000', '173840.457000', '173840.460000', '173840.463000', '173840.466000', '173840.469000', '173840.472000', '173840.475000', '173840.477000', '173840.480000', '173840.483000', '173840.486000', '173840.489000', '173840.492000', '173900.347000', '173900.350000', '173900.353000', '173900.356000', '173900.358000', '173900.361000', '173900.364000', '173900.367000', '173900.370000', '173900.373000', '173900.376000', '173900.378000', '173900.381000', '173900.384000', '173900.387000', '173900.390000', '173900.393000', '173900.396000', '173900.399000', '173900.402000', '173900.405000', '173900.407000', '173900.410000', '173900.413000', '173900.416000', '173900.419000', '173900.422000', '173900.425000', '173900.428000', '173900.431000', '173900.433000', '173900.437000', '173900.439000', '173900.442000', '173900.445000', '173900.448000', '173900.451000', '173900.454000', '173900.457000', '173900.459000', '173900.462000', '173900.465000', '173900.468000', '173900.471000', '173920.347000', '173920.350000', '173920.353000', '173920.356000', '173920.359000', '173920.362000', '173920.364000', '173920.367000', '173920.370000', '173920.373000', '173920.376000', '173920.379000', '173920.382000', '173920.384000', '173920.387000', '173920.390000', '173920.393000', '173920.396000', '173920.399000', '173920.402000', '173920.405000', '173920.407000', '173920.410000', '173920.413000', '173920.416000', '173920.419000', '173920.422000', '173920.425000', '173920.428000', '173920.431000', '173920.434000', '173920.436000', '173920.439000', '173920.442000', '173920.445000', '173920.448000', '173920.451000', '173920.460000', '173920.463000', '173920.466000', '173920.469000', '173920.472000', '173920.475000', '173940.347000', '173940.350000', '173940.353000', '173940.356000', '173940.359000', '173940.361000', '173940.364000', '173940.367000', '173940.370000', '173940.373000', '173940.376000', '173940.379000', '173940.382000', '173940.384000', '173940.387000', '173940.390000', '173940.393000', '173940.396000', '173940.399000', '173940.402000', '173940.405000', '173940.407000', '173940.410000', '173940.413000', '173940.416000', '173940.419000', '173940.422000', '173940.425000', '173940.428000', '173940.431000', '173940.434000', '173940.437000', '173940.440000', '173940.443000', '173940.446000', '173940.448000', '173940.451000', '173940.454000', '173940.457000', '173940.460000', '173940.463000', '173940.466000', '173940.469000', '173940.472000', '174000.347000', '174000.371000', '174000.374000', '174000.377000', '174000.380000', '174000.383000', '174000.386000', '174000.389000', '174000.391000', '174000.394000', '174000.397000', '174000.400000', '174000.403000', '174000.406000', '174000.409000', '174000.412000', '174000.415000', '174000.418000', '174000.420000', '174000.423000', '174000.426000', '174000.436000', '174000.438000', '174000.441000', '174000.444000', '174000.447000', '174000.450000', '174000.453000', '174000.456000', '174000.459000', '174000.461000', '174000.464000', '174000.467000', '174000.470000', '174000.473000', '174000.476000', '174000.480000', '174000.483000', '174000.485000', '174000.488000', '174000.491000', '174000.494000', '174000.514000', '174020.347000', '174020.350000', '174020.353000', '174020.356000', '174020.359000', '174020.361000', '174020.364000', '174020.367000', '174020.370000', '174020.373000', '174020.376000', '174020.379000', '174020.381000', '174020.385000', '174020.387000', '174020.390000', '174020.393000', '174020.396000', '174020.399000', '174020.402000', '174020.405000', '174020.408000', '174020.411000', '174020.414000', '174020.417000', '174020.419000', '174020.422000', '174020.425000', '174020.428000', '174020.431000', '174020.434000', '174020.437000', '174020.440000', '174020.444000', '174020.447000', '174020.450000', '174020.452000', '174020.455000', '174020.458000', '174020.461000', '174020.464000', '174020.467000', '174020.470000', '174020.473000', '174040.348000', '174040.351000', '174040.354000', '174040.357000', '174040.360000', '174040.363000', '174040.366000', '174040.369000', '174040.371000', '174040.374000', '174040.377000', '174040.380000', '174040.383000', '174040.386000', '174040.389000', '174040.392000', '174040.395000', '174040.398000', '174040.400000', '174040.403000', '174040.406000', '174040.409000', '174040.412000', '174040.415000', '174040.418000', '174040.421000', '174040.424000', '174040.427000', '174040.429000', '174040.432000', '174040.435000', '174040.438000', '174040.441000', '174040.444000', '174040.447000', '174040.450000', '174040.453000', '174040.455000', '174040.458000', '174040.461000', '174040.464000', '174040.467000', '174040.470000', '174100.348000', '174100.353000', '174100.357000', '174100.360000', '174100.363000', '174100.366000', '174100.369000', '174100.372000', '174100.374000', '174100.377000', '174100.381000', '174100.384000', '174100.386000', '174100.389000', '174100.392000', '174100.395000', '174100.398000', '174100.401000', '174100.404000', '174100.407000', '174100.409000', '174100.412000', '174100.415000', '174100.418000', '174100.421000', '174100.424000', '174100.427000', '174100.439000', '174100.442000', '174100.445000', '174100.448000', '174100.451000', '174100.454000', '174100.457000', '174100.460000', '174100.463000', '174100.465000', '174100.468000', '174100.471000', '174100.474000', '174100.477000', '174100.480000', '174100.483000', '174120.347000', '174120.350000', '174120.353000', '174120.356000', '174120.359000', '174120.362000', '174120.364000', '174120.367000', '174120.370000', '174120.373000', '174120.376000', '174120.379000', '174120.382000', '174120.385000', '174120.388000', '174120.390000', '174120.393000', '174120.396000', '174120.399000', '174120.402000', '174120.405000', '174120.408000', '174120.411000', '174120.414000', '174120.417000', '174120.420000', '174120.423000', '174120.425000', '174120.428000', '174120.431000', '174120.434000', '174120.437000', '174120.440000', '174120.443000', '174120.446000', '174120.448000', '174120.451000', '174120.454000', '174120.457000', '174120.460000', '174120.463000', '174120.466000', '174120.469000', '174120.472000', '174140.347000', '174140.350000', '174140.353000', '174140.356000', '174140.359000', '174140.362000', '174140.365000', '174140.368000', '174140.371000', '174140.374000', '174140.377000', '174140.380000', '174140.383000', '174140.385000', '174140.388000', '174140.391000', '174140.394000', '174140.397000', '174140.400000', '174140.403000', '174140.406000', '174140.409000', '174140.411000', '174140.414000', '174140.431000', '174140.434000', '174140.436000', '174140.439000', '174140.442000', '174140.445000', '174140.448000', '174140.451000', '174140.454000', '174140.457000', '174140.460000', '174140.463000', '174140.474000', '174140.477000', '174140.480000', '174140.483000', '174140.486000', '174140.488000', '174140.491000', '174200.347000', '174200.350000', '174200.353000', '174200.356000', '174200.359000', '174200.361000', '174200.364000', '174200.367000', '174200.370000', '174200.373000', '174200.376000', '174200.379000', '174200.382000', '174200.385000', '174200.388000', '174200.391000', '174200.394000', '174200.397000', '174200.399000', '174200.402000', '174200.405000', '174200.408000', '174200.411000', '174200.414000', '174200.417000', '174200.420000', '174200.422000', '174200.425000', '174200.428000', '174200.431000', '174200.434000', '174200.437000', '174200.440000', '174200.443000', '174200.446000', '174200.448000', '174200.451000', '174200.454000', '174200.457000', '174200.460000', '174200.463000', '174200.466000', '174200.469000', '174200.472000', '174220.347000', '174220.350000', '174220.353000', '174220.356000', '174220.359000', '174220.362000', '174220.365000', '174220.368000', '174220.371000', '174220.374000', '174220.377000', '174220.380000', '174220.382000', '174220.385000', '174220.388000', '174220.392000', '174220.395000', '174220.398000', '174220.401000', '174220.404000', '174220.407000', '174220.410000', '174220.413000', '174220.416000', '174220.419000', '174220.422000', '174220.425000', '174220.428000', '174220.430000', '174220.433000', '174220.436000', '174220.439000', '174220.442000', '174220.445000', '174220.448000', '174220.451000', '174220.454000', '174220.456000', '174220.459000', '174220.462000', '174220.465000', '174220.468000', '174220.471000', '174240.347000', '174240.350000', '174240.353000', '174240.356000', '174240.359000', '174240.362000', '174240.364000', '174240.367000', '174240.370000', '174240.373000', '174240.376000', '174240.379000', '174240.382000', '174240.385000', '174240.388000', '174240.391000', '174240.393000', '174240.396000', '174240.399000', '174240.402000', '174240.405000', '174240.408000', '174240.411000', '174240.414000', '174240.417000', '174240.420000', '174240.423000', '174240.426000', '174240.428000', '174240.431000', '174240.434000', '174240.437000', '174240.440000', '174240.443000', '174240.446000', '174240.449000', '174240.452000', '174240.455000', '174240.457000', '174240.460000', '174240.463000', '174240.466000', '174240.469000', '174240.472000', '174300.348000', '174300.351000', '174300.354000', '174300.357000', '174300.360000', '174300.362000', '174300.365000', '174300.368000', '174300.371000', '174300.374000', '174300.377000', '174300.380000', '174300.383000', '174300.386000', '174300.389000', '174300.392000', '174300.395000', '174300.397000', '174300.400000', '174300.403000', '174300.407000', '174300.413000', '174300.416000', '174300.419000', '174300.421000', '174300.424000', '174300.427000', '174300.430000', '174300.433000', '174300.436000', '174300.439000', '174300.442000', '174300.445000', '174300.448000', '174300.451000', '174300.453000', '174300.456000', '174300.459000', '174300.462000', '174300.465000', '174300.468000', '174300.471000', '174300.474000', '174320.348000', '174320.351000', '174320.354000', '174320.357000', '174320.360000', '174320.363000', '174320.365000', '174320.368000', '174320.371000', '174320.374000', '174320.377000', '174320.380000', '174320.383000', '174320.386000', '174320.389000', '174320.391000', '174320.394000', '174320.397000', '174320.400000', '174320.403000', '174320.406000', '174320.409000', '174320.412000', '174320.415000', '174320.418000', '174320.420000', '174320.423000', '174320.426000', '174320.429000', '174320.432000', '174320.435000', '174320.438000', '174320.441000', '174320.444000', '174320.447000', '174320.449000', '174320.452000', '174320.455000', '174320.458000', '174320.461000', '174320.464000', '174320.467000', '174320.470000', '174320.472000', '174340.347000', '174340.350000', '174340.354000', '174340.357000', '174340.360000', '174340.363000', '174340.366000', '174340.369000', '174340.372000', '174340.375000', '174340.377000', '174340.380000', '174340.383000', '174340.386000', '174340.389000', '174340.392000', '174340.395000', '174340.398000', '174340.401000', '174340.404000', '174340.407000', '174340.413000', '174340.416000', '174340.419000', '174340.422000', '174340.427000', '174340.430000', '174340.433000', '174340.436000', '174340.439000', '174340.442000', '174340.444000', '174340.447000', '174340.450000', '174340.453000', '174340.456000', '174340.459000', '174340.462000', '174340.465000', '174340.468000', '174340.471000', '174340.474000', '174340.476000', '174400.347000', '174400.350000', '174400.353000', '174400.356000', '174400.359000', '174400.362000', '174400.364000', '174400.367000', '174400.370000', '174400.373000', '174400.376000', '174400.379000', '174400.382000', '174400.385000', '174400.388000', '174400.391000', '174400.394000', '174400.396000', '174400.399000', '174400.402000', '174400.405000', '174400.408000', '174400.411000', '174400.414000', '174400.417000', '174400.420000', '174400.423000', '174400.425000', '174400.428000', '174400.431000', '174400.434000', '174400.437000', '174400.440000', '174400.443000', '174400.446000', '174400.449000', '174400.452000', '174400.455000', '174400.457000', '174400.460000', '174400.463000', '174400.466000', '174400.469000', '174400.472000', '174420.347000', '174420.350000', '174420.353000', '174420.356000', '174420.359000', '174420.362000', '174420.364000', '174420.367000', '174420.370000', '174420.373000', '174420.376000', '174420.379000', '174420.382000', '174420.385000', '174420.388000', '174420.391000', '174420.394000', '174420.397000', '174420.399000', '174420.402000', '174420.405000', '174420.408000', '174420.411000', '174420.414000', '174420.417000', '174420.420000', '174420.423000', '174420.426000', '174420.428000', '174420.431000', '174420.434000', '174420.437000', '174420.440000', '174420.443000', '174420.448000', '174420.451000', '174420.454000', '174420.457000', '174420.460000', '174420.463000', '174420.466000', '174420.469000', '174420.471000', '174424.168000', '174424.172000', '174424.175000', '174424.178000', '174424.182000', '174424.185000', '174424.188000', '174424.190000', '174424.194000'], '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': [10453, 9792, 10632, 9746, 13510, 10078, 11394, 10356, 10402, 10967, 9468, 13017, 9736, 10363, 10546, 10582, 10550, 11077, 11242, 10416, 9624, 10018, 10203, 11667, 9991, 12294, 10161, 11676, 10652, 11540, 10523, 10752, 10408, 9987, 11354, 10389, 9228, 10232, 10380, 11184, 10762, 9240, 10054, 10283, 10986, 10546, 11363, 10272, 12031, 10322, 10022, 10752, 9769, 10871, 10903, 10121, 10252, 11099, 10845, 11090, 9627, 10278, 10391, 10019, 11444, 10313, 11886, 9929, 11718, 10213, 10062, 10920, 10264, 11807, 10168, 12535, 10010, 11527, 10421, 10253, 11319, 10388, 11993, 10124, 12743, 9920, 10528, 10919, 10406, 11041, 10286, 11967, 10517, 11462, 10523, 10355, 11101, 10772, 11484, 10716, 11466, 10786, 11702, 10970, 10662, 10508, 9495, 10866, 10167, 11474, 10700, 11267, 10551, 11726, 11057, 10045, 11100, 11425, 10676, 9760, 11355, 10447, 11485, 10532, 10870, 10809, 11210, 10312, 9104, 10225, 10466, 11119, 10214, 11177, 10353, 12078, 10060, 10047, 11143, 10663, 11477, 10884, 10635, 11188, 11197, 12404, 10361, 15461, 10430, 10236, 11341, 10187, 13521, 9952, 16221, 10448, 15409, 10875, 9584, 11205, 9662, 10846, 9897, 11140, 10542, 11350, 10365, 10422, 10520, 9221, 11067, 10218, 11212, 10324, 11076, 10321, 11184, 10284, 11497, 10517, 11415, 10091, 11925, 10699, 10157, 10695, 9959, 10521, 10629, 11420, 10327, 10796, 11224, 10131, 11468, 10347, 9452, 10766, 10576, 11171, 10397, 12064, 10514, 12127, 10948, 11267, 10973, 10873, 10721, 10073, 10879, 10626, 10987, 10565, 10726, 10197, 9980, 10396, 10335, 11069, 10348, 10902, 10103, 11341, 10256, 10779, 10084, 10543, 10546, 10553, 10726, 9848, 10809, 10498, 10997, 10830, 9446, 10178, 10146, 10572, 10196, 9194, 10499, 10379, 10738, 10405, 11448, 10275, 12074, 10132, 9383, 10398, 10763, 11335, 11186, 10005, 11011, 10598, 9662, 11228, 10413, 11155, 10421, 12304, 10163, 14647, 10280, 14078, 10316, 9794, 11317, 11195, 11808, 9986, 12489, 10018, 10161, 10716, 10138, 11268, 9941, 10861, 10180, 11395, 9845, 11744, 10889, 11748, 10641, 11617, 10504, 11169, 10339, 11389, 10235, 11015, 9766, 11057, 10428, 11058, 10661, 11487, 10455, 10911, 10135, 11247, 10342, 11359, 10551, 11348, 9727, 11243, 10414, 11931, 9591, 10715, 9598, 10679, 9153, 9761, 10250, 10065, 11313, 10002, 10256, 9923, 9860, 10589, 9558, 12030, 9879, 9545, 10960, 10801, 10107, 10240, 10659, 10377, 10988, 10110, 10454, 10046, 11294, 10523, 11268, 10069, 10696, 10078, 9135, 10748, 10011, 10601, 9696, 10722, 10308, 11176, 10565, 11041, 9791, 11580, 10503, 12035, 10430, 11609, 9892, 9644, 11241, 10429, 11189, 10051, 12622, 10187, 13017, 10941, 10855, 10585, 10157, 10760, 10423, 12327, 10340, 12070, 9933, 12829, 10537, 11961, 10475, 11568, 10469, 11329, 10445, 11379, 10476, 11178, 10621, 11566, 10951, 11317, 10733, 11175, 10124, 11348, 10668, 11538, 10553, 10989, 10402, 11084, 10668, 11014, 10716, 11006, 10646, 11570, 10849, 11550, 10686, 11467, 10611, 11406, 10935, 11767, 10244, 11250, 10046, 11215, 10616, 11356, 10611, 10659, 10435, 9653, 10869, 9558, 11015, 10682, 10806, 10426, 11511, 10633, 9701, 10232, 9901, 11237, 10463, 9831, 10375, 10862, 11005, 10428, 11576, 10626, 12080, 10145, 14517, 10842, 12777, 10281, 11468, 10419, 10292, 11299, 10993, 11061, 10069, 10444, 11057, 10310, 11547, 10603, 12417, 10272, 13026, 10756, 9923, 11969, 10116, 11160, 10237, 10028, 11475, 11027, 11642, 10565, 10683, 11202, 10220, 12416, 10270, 10425, 11130, 10384, 11982, 10458, 11862, 9878, 12829, 10377, 10307, 10907, 10354, 11382, 10165, 11412, 10290, 9837, 10913, 10413, 11171, 10282, 11465, 10783, 9613, 11026, 10583, 10766, 10316, 11474, 10896, 11660, 10770, 10462, 10615, 10782, 11596, 10289, 11903, 10308, 11397, 10410, 10146, 11126, 10465, 11222, 10226, 10220, 10893, 10182, 11279, 10523, 12167, 10505, 10673, 10878, 10570, 11351, 10461, 10997, 10792, 10472, 11315, 10316, 12854, 10153, 10497, 10901, 10026, 12048, 10349, 9706, 10850, 9754, 11659, 10435, 11744, 10751, 10503, 10801, 10671, 10736, 10172, 11748, 10374, 10372, 10678, 10591, 11037, 10186, 11086, 10361, 9827, 11168, 11302, 10847, 10447, 11856, 10491, 10991, 10552, 10858, 10934, 10947, 10905, 10273, 11063, 10692, 11038, 10742, 10337, 10888, 10554, 10486, 11016, 10942, 10970, 10152, 11110, 10387, 11530, 10233, 10563, 10883, 10946, 10740, 10441, 11259, 10319, 10103, 11055, 9905, 11235, 10490, 11266, 11339, 10090, 11271, 10513, 11752, 11102, 10843, 11105, 10765, 11581, 11004, 13318, 11122, 10937, 10819, 11086, 11168, 10519, 11194, 10671, 10356, 11290, 11179, 11216, 10672, 9641, 11058, 11360, 11173, 10920, 11389, 10212, 10933, 10900, 10910, 11039, 10697, 11249, 10791, 10794, 11220, 10350, 10665, 11322, 11020, 11799, 11308, 11062, 11375, 10965, 13366, 10743, 13107, 11522, 10440, 11512, 10985, 14681, 10780, 10718, 11312, 10496, 11841, 11209, 11001, 11342, 10932, 11247, 10696, 11398, 11092, 11644, 11220, 10451, 11650, 10641, 10582, 11141, 10835, 11038, 10890, 11696, 10212, 11310, 10944, 10419, 11369, 10767, 11777, 10717, 11543, 10962, 12158, 11556, 12376, 11013, 10555, 11538, 10328, 11817, 10556, 11180, 10257, 11005, 10595, 10340, 11410, 11194, 11345, 11090, 11344, 10879, 10521, 11591, 11489, 11478, 11236, 11642, 10872, 11245, 11848, 11880, 11742, 10731, 12139, 11167, 11162, 11426, 11067, 12017, 11001, 11901, 11410, 11816, 11704, 10669, 12002, 11716, 11887, 11326, 12445, 11428, 12419, 11763, 11105, 11893, 10696, 12148, 11432, 11930, 11680, 11775, 12032, 12104, 11615, 12310, 11683, 11823, 11436, 11740, 11855, 10841, 10323, 11659, 10589, 11631, 11810, 11877, 12219, 11376, 12530, 11846, 12008, 12345, 11255, 12117, 11015, 12088, 10650, 10970, 11798, 11770, 12159, 11923, 12106, 11924, 12205, 11633, 12074, 11981, 11927, 11751, 11872, 11487, 11550, 11298, 10541, 12210, 11034, 12838, 11781, 11031, 11792, 11713, 15584, 15033, 12737, 17501, 12690, 13368, 12625, 11731, 12176, 11928, 12459, 12227, 12172, 12156, 12172, 10555, 12400, 12313, 12828, 13006, 12541, 12620, 12601, 12466, 11928, 12472, 12410, 12766, 13295, 12682, 12623, 12811, 12172, 10829, 13046, 11962, 12654, 12316, 12600, 12228, 12522, 12874, 12594, 12810, 12548], 'WindowCenter': [4309.0, 4279.0, 4277.0, 4266.0, 4296.0, 4266.0, 4273.0, 4262.0, 4259.0, 4247.0, 4239.0, 4267.0, 4237.0, 4235.0, 4245.0, 4245.0, 4237.0, 4243.0, 4249.0, 4245.0, 4238.0, 4249.0, 4249.0, 4259.0, 4250.0, 4260.0, 4239.0, 4256.0, 4249.0, 4258.0, 4234.0, 4248.0, 4236.0, 4238.0, 4247.0, 4234.0, 4225.0, 4250.0, 4249.0, 4258.0, 4246.0, 4239.0, 4239.0, 4246.0, 4259.0, 4249.0, 4258.0, 4249.0, 4261.0, 4249.0, 4237.0, 4248.0, 4236.0, 4246.0, 4248.0, 4237.0, 4235.0, 4236.0, 4233.0, 4243.0, 4237.0, 4246.0, 4245.0, 4235.0, 4271.0, 4250.0, 4269.0, 4238.0, 4256.0, 4238.0, 4236.0, 4247.0, 4248.0, 4260.0, 4246.0, 4258.0, 4247.0, 4256.0, 4244.0, 4239.0, 4257.0, 4237.0, 4258.0, 4235.0, 4254.0, 4236.0, 4237.0, 4246.0, 4233.0, 4244.0, 4233.0, 4242.0, 4234.0, 4244.0, 4249.0, 4236.0, 4245.0, 4236.0, 4246.0, 4232.0, 4245.0, 4248.0, 4243.0, 4235.0, 4232.0, 4235.0, 4224.0, 4237.0, 4234.0, 4245.0, 4247.0, 4244.0, 4235.0, 4245.0, 4245.0, 4222.0, 4236.0, 4243.0, 4224.0, 4224.0, 4230.0, 4232.0, 4247.0, 4237.0, 4247.0, 4243.0, 4246.0, 4246.0, 4223.0, 4234.0, 4247.0, 4259.0, 4262.0, 4262.0, 4261.0, 4272.0, 4247.0, 4248.0, 4256.0, 4249.0, 4245.0, 4233.0, 4234.0, 4244.0, 4243.0, 4255.0, 4238.0, 4279.0, 4238.0, 4222.0, 4231.0, 4220.0, 4243.0, 4208.0, 4251.0, 4207.0, 4250.0, 4219.0, 4207.0, 4215.0, 4209.0, 4217.0, 4209.0, 4219.0, 4217.0, 4229.0, 4222.0, 4219.0, 4224.0, 4210.0, 4233.0, 4220.0, 4230.0, 4220.0, 4232.0, 4220.0, 4220.0, 4208.0, 4230.0, 4233.0, 4243.0, 4232.0, 4231.0, 4219.0, 4222.0, 4221.0, 4221.0, 4229.0, 4220.0, 4242.0, 4230.0, 4235.0, 4242.0, 4236.0, 4244.0, 4232.0, 4223.0, 4233.0, 4234.0, 4245.0, 4236.0, 4255.0, 4234.0, 4244.0, 4234.0, 4233.0, 4235.0, 4235.0, 4246.0, 4225.0, 4232.0, 4233.0, 4244.0, 4245.0, 4243.0, 4248.0, 4236.0, 4236.0, 4237.0, 4247.0, 4237.0, 4246.0, 4248.0, 4246.0, 4239.0, 4246.0, 4236.0, 4237.0, 4237.0, 4247.0, 4248.0, 4233.0, 4246.0, 4247.0, 4245.0, 4249.0, 4238.0, 4248.0, 4247.0, 4248.0, 4252.0, 4239.0, 4261.0, 4249.0, 4258.0, 4247.0, 4257.0, 4250.0, 4269.0, 4248.0, 4227.0, 4237.0, 4258.0, 4262.0, 4261.0, 4264.0, 4260.0, 4261.0, 4250.0, 4260.0, 4246.0, 4256.0, 4249.0, 4258.0, 4248.0, 4280.0, 4250.0, 4279.0, 4236.0, 4237.0, 4257.0, 4245.0, 4255.0, 4239.0, 4256.0, 4235.0, 4235.0, 4247.0, 4234.0, 4245.0, 4234.0, 4248.0, 4234.0, 4246.0, 4220.0, 4232.0, 4218.0, 4230.0, 4218.0, 4228.0, 4219.0, 4220.0, 4205.0, 4219.0, 4205.0, 4220.0, 4208.0, 4217.0, 4206.0, 4230.0, 4216.0, 4229.0, 4219.0, 4234.0, 4221.0, 4231.0, 4219.0, 4235.0, 4233.0, 4231.0, 4220.0, 4244.0, 4232.0, 4258.0, 4233.0, 4243.0, 4233.0, 4245.0, 4236.0, 4245.0, 4246.0, 4235.0, 4245.0, 4233.0, 4233.0, 4237.0, 4234.0, 4260.0, 4250.0, 4268.0, 4237.0, 4237.0, 4247.0, 4247.0, 4237.0, 4233.0, 4245.0, 4233.0, 4235.0, 4232.0, 4231.0, 4222.0, 4245.0, 4233.0, 4244.0, 4237.0, 4243.0, 4234.0, 4236.0, 4246.0, 4236.0, 4250.0, 4239.0, 4250.0, 4237.0, 4259.0, 4245.0, 4247.0, 4238.0, 4258.0, 4245.0, 4255.0, 4247.0, 4257.0, 4237.0, 4226.0, 4245.0, 4247.0, 4261.0, 4249.0, 4267.0, 4247.0, 4268.0, 4260.0, 4248.0, 4236.0, 4235.0, 4244.0, 4232.0, 4255.0, 4232.0, 4243.0, 4223.0, 4247.0, 4219.0, 4231.0, 4218.0, 4229.0, 4219.0, 4230.0, 4219.0, 4230.0, 4219.0, 4232.0, 4220.0, 4229.0, 4217.0, 4229.0, 4221.0, 4232.0, 4220.0, 4230.0, 4222.0, 4232.0, 4231.0, 4233.0, 4232.0, 4232.0, 4231.0, 4237.0, 4234.0, 4234.0, 4222.0, 4234.0, 4233.0, 4230.0, 4222.0, 4230.0, 4223.0, 4233.0, 4232.0, 4243.0, 4234.0, 4244.0, 4224.0, 4243.0, 4234.0, 4243.0, 4244.0, 4245.0, 4248.0, 4236.0, 4248.0, 4238.0, 4250.0, 4245.0, 4249.0, 4246.0, 4258.0, 4244.0, 4238.0, 4247.0, 4238.0, 4260.0, 4257.0, 4248.0, 4260.0, 4259.0, 4264.0, 4260.0, 4263.0, 4249.0, 4272.0, 4249.0, 4279.0, 4247.0, 4258.0, 4249.0, 4259.0, 4247.0, 4232.0, 4244.0, 4246.0, 4255.0, 4240.0, 4247.0, 4263.0, 4246.0, 4259.0, 4248.0, 4269.0, 4249.0, 4269.0, 4247.0, 4235.0, 4258.0, 4247.0, 4244.0, 4247.0, 4253.0, 4270.0, 4258.0, 4272.0, 4251.0, 4246.0, 4258.0, 4248.0, 4269.0, 4247.0, 4247.0, 4246.0, 4234.0, 4257.0, 4234.0, 4243.0, 4237.0, 4256.0, 4237.0, 4235.0, 4258.0, 4236.0, 4244.0, 4234.0, 4241.0, 4235.0, 4233.0, 4246.0, 4235.0, 4255.0, 4245.0, 4246.0, 4245.0, 4226.0, 4244.0, 4246.0, 4244.0, 4232.0, 4246.0, 4245.0, 4244.0, 4247.0, 4233.0, 4233.0, 4234.0, 4246.0, 4239.0, 4255.0, 4236.0, 4259.0, 4248.0, 4234.0, 4243.0, 4234.0, 4245.0, 4236.0, 4236.0, 4245.0, 4235.0, 4248.0, 4246.0, 4257.0, 4246.0, 4249.0, 4246.0, 4245.0, 4245.0, 4250.0, 4247.0, 4247.0, 4248.0, 4260.0, 4248.0, 4257.0, 4234.0, 4247.0, 4244.0, 4235.0, 4254.0, 4235.0, 4225.0, 4245.0, 4237.0, 4258.0, 4246.0, 4256.0, 4248.0, 4244.0, 4245.0, 4247.0, 4246.0, 4234.0, 4255.0, 4236.0, 4247.0, 4248.0, 4235.0, 4245.0, 4244.0, 4246.0, 4248.0, 4235.0, 4257.0, 4258.0, 4247.0, 4246.0, 4254.0, 4244.0, 4245.0, 4236.0, 4259.0, 4246.0, 4244.0, 4248.0, 4248.0, 4257.0, 4244.0, 4247.0, 4248.0, 4248.0, 4258.0, 4261.0, 4248.0, 4257.0, 4258.0, 4261.0, 4248.0, 4258.0, 4247.0, 4260.0, 4247.0, 4250.0, 4260.0, 4258.0, 4259.0, 4248.0, 4259.0, 4248.0, 4250.0, 4261.0, 4247.0, 4257.0, 4248.0, 4259.0, 4258.0, 4248.0, 4257.0, 4248.0, 4271.0, 4258.0, 4249.0, 4259.0, 4248.0, 4269.0, 4247.0, 4268.0, 4258.0, 4260.0, 4251.0, 4257.0, 4246.0, 4244.0, 4247.0, 4247.0, 4245.0, 4257.0, 4256.0, 4256.0, 4248.0, 4238.0, 4257.0, 4259.0, 4257.0, 4257.0, 4258.0, 4250.0, 4260.0, 4259.0, 4246.0, 4247.0, 4246.0, 4259.0, 4258.0, 4260.0, 4257.0, 4247.0, 4248.0, 4257.0, 4259.0, 4269.0, 4258.0, 4260.0, 4271.0, 4260.0, 4280.0, 4247.0, 4266.0, 4256.0, 4234.0, 4246.0, 4245.0, 4265.0, 4235.0, 4232.0, 4231.0, 4235.0, 4254.0, 4244.0, 4246.0, 4244.0, 4234.0, 4244.0, 4246.0, 4254.0, 4243.0, 4257.0, 4259.0, 4246.0, 4258.0, 4248.0, 4248.0, 4262.0, 4249.0, 4246.0, 4243.0, 4243.0, 4232.0, 4243.0, 4245.0, 4245.0, 4258.0, 4249.0, 4254.0, 4245.0, 4248.0, 4233.0, 4243.0, 4244.0, 4244.0, 4233.0, 4232.0, 4244.0, 4221.0, 4256.0, 4244.0, 4246.0, 4234.0, 4236.0, 4247.0, 4233.0, 4244.0, 4246.0, 4289.0, 4261.0, 4258.0, 4261.0, 4248.0, 4257.0, 4255.0, 4257.0, 4245.0, 4256.0, 4247.0, 4246.0, 4258.0, 4255.0, 4256.0, 4246.0, 4257.0, 4246.0, 4246.0, 4245.0, 4257.0, 4255.0, 4245.0, 4256.0, 4244.0, 4255.0, 4256.0, 4245.0, 4256.0, 4245.0, 4254.0, 4247.0, 4255.0, 4244.0, 4253.0, 4244.0, 4244.0, 4256.0, 4233.0, 4253.0, 4246.0, 4254.0, 4268.0, 4255.0, 4255.0, 4268.0, 4255.0, 4255.0, 4269.0, 4254.0, 4257.0, 4257.0, 4282.0, 4259.0, 4247.0, 4271.0, 4260.0, 4271.0, 4282.0, 4285.0, 4283.0, 4273.0, 4281.0, 4296.0, 4285.0, 4282.0, 4274.0, 4283.0, 4260.0, 4281.0, 4260.0, 4258.0, 4269.0, 4257.0, 4268.0, 4256.0, 4258.0, 4254.0, 4256.0, 4246.0, 4255.0, 4256.0, 4255.0, 4255.0, 4254.0, 4246.0, 4257.0, 4245.0, 4273.0, 4270.0, 4246.0, 4255.0, 4244.0, 4236.0, 4257.0, 4245.0, 4278.0, 4252.0, 4229.0, 4246.0, 4217.0, 4225.0, 4213.0, 4216.0, 4216.0, 4215.0, 4226.0, 4215.0, 4226.0, 4215.0, 4227.0, 4207.0, 4227.0, 4238.0, 4240.0, 4253.0, 4253.0, 4252.0, 4253.0, 4255.0, 4254.0, 4257.0, 4267.0, 4267.0, 4267.0, 4267.0, 4268.0, 4267.0, 4257.0, 4258.0, 4279.0, 4268.0, 4269.0, 4269.0, 4269.0, 4269.0, 4279.0, 4268.0, 4269.0, 4280.0, 4282.0], 'WindowWidth': [9535.0, 9478.0, 9465.0, 9448.0, 9488.0, 9447.0, 9452.0, 9432.0, 9424.0, 9407.0, 9394.0, 9432.0, 9389.0, 9384.0, 9397.0, 9397.0, 9386.0, 9391.0, 9405.0, 9397.0, 9392.0, 9410.0, 9409.0, 9423.0, 9408.0, 9424.0, 9393.0, 9416.0, 9408.0, 9422.0, 9383.0, 9399.0, 9383.0, 9388.0, 9399.0, 9378.0, 9370.0, 9411.0, 9408.0, 9420.0, 9401.0, 9396.0, 9395.0, 9400.0, 9421.0, 9407.0, 9418.0, 9407.0, 9427.0, 9407.0, 9390.0, 9403.0, 9384.0, 9400.0, 9405.0, 9389.0, 9382.0, 9383.0, 9376.0, 9391.0, 9388.0, 9400.0, 9398.0, 9385.0, 9442.0, 9411.0, 9438.0, 9394.0, 9417.0, 9391.0, 9385.0, 9401.0, 9405.0, 9426.0, 9400.0, 9420.0, 9404.0, 9416.0, 9397.0, 9392.0, 9417.0, 9387.0, 9418.0, 9385.0, 9413.0, 9385.0, 9388.0, 9400.0, 9376.0, 9394.0, 9376.0, 9389.0, 9379.0, 9395.0, 9406.0, 9386.0, 9396.0, 9381.0, 9398.0, 9374.0, 9397.0, 9402.0, 9393.0, 9378.0, 9376.0, 9381.0, 9366.0, 9385.0, 9378.0, 9394.0, 9400.0, 9395.0, 9383.0, 9398.0, 9396.0, 9363.0, 9383.0, 9390.0, 9363.0, 9364.0, 9366.0, 9372.0, 9399.0, 9385.0, 9400.0, 9391.0, 9397.0, 9400.0, 9365.0, 9382.0, 9402.0, 9425.0, 9432.0, 9432.0, 9428.0, 9445.0, 9407.0, 9407.0, 9416.0, 9408.0, 9396.0, 9376.0, 9379.0, 9393.0, 9390.0, 9412.0, 9388.0, 9450.0, 9390.0, 9357.0, 9372.0, 9350.0, 9389.0, 9334.0, 9398.0, 9331.0, 9392.0, 9348.0, 9329.0, 9336.0, 9333.0, 9342.0, 9331.0, 9349.0, 9345.0, 9362.0, 9356.0, 9352.0, 9363.0, 9340.0, 9371.0, 9351.0, 9367.0, 9351.0, 9371.0, 9349.0, 9353.0, 9333.0, 9367.0, 9376.0, 9389.0, 9373.0, 9371.0, 9350.0, 9358.0, 9355.0, 9357.0, 9366.0, 9351.0, 9387.0, 9370.0, 9381.0, 9387.0, 9384.0, 9391.0, 9374.0, 9363.0, 9377.0, 9378.0, 9398.0, 9385.0, 9413.0, 9378.0, 9394.0, 9377.0, 9377.0, 9378.0, 9379.0, 9398.0, 9368.0, 9375.0, 9376.0, 9393.0, 9395.0, 9391.0, 9405.0, 9386.0, 9386.0, 9386.0, 9402.0, 9386.0, 9399.0, 9406.0, 9402.0, 9392.0, 9399.0, 9384.0, 9387.0, 9385.0, 9400.0, 9402.0, 9378.0, 9401.0, 9402.0, 9397.0, 9404.0, 9392.0, 9405.0, 9403.0, 9406.0, 9415.0, 9396.0, 9426.0, 9411.0, 9421.0, 9404.0, 9418.0, 9410.0, 9438.0, 9407.0, 9377.0, 9390.0, 9419.0, 9431.0, 9429.0, 9439.0, 9428.0, 9426.0, 9412.0, 9427.0, 9401.0, 9416.0, 9408.0, 9423.0, 9408.0, 9458.0, 9413.0, 9454.0, 9390.0, 9387.0, 9418.0, 9397.0, 9412.0, 9394.0, 9414.0, 9385.0, 9385.0, 9402.0, 9381.0, 9398.0, 9382.0, 9406.0, 9381.0, 9400.0, 9353.0, 9374.0, 9349.0, 9369.0, 9349.0, 9365.0, 9349.0, 9354.0, 9328.0, 9350.0, 9325.0, 9352.0, 9334.0, 9344.0, 9328.0, 9364.0, 9342.0, 9364.0, 9351.0, 9375.0, 9354.0, 9369.0, 9351.0, 9378.0, 9376.0, 9373.0, 9355.0, 9396.0, 9374.0, 9420.0, 9383.0, 9393.0, 9379.0, 9398.0, 9389.0, 9400.0, 9400.0, 9383.0, 9397.0, 9380.0, 9379.0, 9388.0, 9381.0, 9426.0, 9412.0, 9434.0, 9391.0, 9389.0, 9402.0, 9405.0, 9387.0, 9377.0, 9397.0, 9377.0, 9379.0, 9375.0, 9373.0, 9360.0, 9394.0, 9377.0, 9392.0, 9387.0, 9394.0, 9383.0, 9388.0, 9402.0, 9387.0, 9410.0, 9395.0, 9409.0, 9389.0, 9423.0, 9397.0, 9405.0, 9390.0, 9419.0, 9397.0, 9412.0, 9402.0, 9418.0, 9393.0, 9371.0, 9397.0, 9401.0, 9430.0, 9409.0, 9433.0, 9402.0, 9436.0, 9426.0, 9406.0, 9388.0, 9383.0, 9397.0, 9375.0, 9411.0, 9375.0, 9394.0, 9364.0, 9400.0, 9352.0, 9371.0, 9349.0, 9364.0, 9350.0, 9367.0, 9349.0, 9365.0, 9349.0, 9369.0, 9350.0, 9365.0, 9345.0, 9365.0, 9353.0, 9370.0, 9351.0, 9367.0, 9356.0, 9371.0, 9371.0, 9374.0, 9373.0, 9375.0, 9372.0, 9384.0, 9376.0, 9381.0, 9359.0, 9378.0, 9372.0, 9368.0, 9357.0, 9367.0, 9359.0, 9374.0, 9371.0, 9390.0, 9381.0, 9392.0, 9366.0, 9391.0, 9379.0, 9392.0, 9394.0, 9399.0, 9404.0, 9385.0, 9403.0, 9393.0, 9409.0, 9397.0, 9405.0, 9397.0, 9417.0, 9395.0, 9394.0, 9406.0, 9393.0, 9425.0, 9420.0, 9408.0, 9428.0, 9426.0, 9436.0, 9425.0, 9435.0, 9410.0, 9449.0, 9410.0, 9454.0, 9404.0, 9419.0, 9411.0, 9424.0, 9404.0, 9378.0, 9397.0, 9401.0, 9414.0, 9398.0, 9404.0, 9429.0, 9399.0, 9423.0, 9406.0, 9440.0, 9409.0, 9437.0, 9403.0, 9385.0, 9420.0, 9403.0, 9398.0, 9405.0, 9420.0, 9443.0, 9423.0, 9447.0, 9414.0, 9403.0, 9420.0, 9405.0, 9441.0, 9408.0, 9404.0, 9403.0, 9382.0, 9416.0, 9381.0, 9394.0, 9391.0, 9415.0, 9387.0, 9381.0, 9420.0, 9384.0, 9392.0, 9381.0, 9387.0, 9381.0, 9377.0, 9398.0, 9382.0, 9412.0, 9399.0, 9401.0, 9398.0, 9373.0, 9394.0, 9398.0, 9396.0, 9375.0, 9398.0, 9396.0, 9395.0, 9400.0, 9381.0, 9380.0, 9379.0, 9399.0, 9393.0, 9412.0, 9386.0, 9422.0, 9405.0, 9379.0, 9390.0, 9380.0, 9400.0, 9386.0, 9386.0, 9400.0, 9384.0, 9405.0, 9402.0, 9420.0, 9400.0, 9406.0, 9400.0, 9399.0, 9401.0, 9412.0, 9403.0, 9405.0, 9406.0, 9427.0, 9407.0, 9420.0, 9384.0, 9401.0, 9395.0, 9383.0, 9411.0, 9382.0, 9370.0, 9397.0, 9391.0, 9420.0, 9401.0, 9415.0, 9403.0, 9396.0, 9398.0, 9402.0, 9403.0, 9383.0, 9413.0, 9385.0, 9405.0, 9405.0, 9380.0, 9396.0, 9396.0, 9400.0, 9405.0, 9385.0, 9415.0, 9419.0, 9406.0, 9400.0, 9411.0, 9395.0, 9398.0, 9387.0, 9424.0, 9402.0, 9393.0, 9404.0, 9404.0, 9418.0, 9397.0, 9401.0, 9406.0, 9406.0, 9422.0, 9428.0, 9408.0, 9421.0, 9420.0, 9427.0, 9406.0, 9421.0, 9404.0, 9423.0, 9402.0, 9413.0, 9426.0, 9421.0, 9425.0, 9405.0, 9422.0, 9406.0, 9414.0, 9427.0, 9404.0, 9419.0, 9407.0, 9423.0, 9422.0, 9405.0, 9421.0, 9408.0, 9445.0, 9421.0, 9408.0, 9423.0, 9407.0, 9441.0, 9405.0, 9437.0, 9421.0, 9428.0, 9412.0, 9415.0, 9401.0, 9394.0, 9404.0, 9403.0, 9399.0, 9418.0, 9415.0, 9417.0, 9405.0, 9394.0, 9416.0, 9422.0, 9419.0, 9419.0, 9424.0, 9413.0, 9429.0, 9425.0, 9404.0, 9404.0, 9400.0, 9422.0, 9420.0, 9428.0, 9418.0, 9403.0, 9406.0, 9418.0, 9423.0, 9444.0, 9424.0, 9426.0, 9445.0, 9424.0, 9458.0, 9406.0, 9431.0, 9415.0, 9381.0, 9400.0, 9396.0, 9428.0, 9384.0, 9373.0, 9371.0, 9380.0, 9407.0, 9393.0, 9399.0, 9396.0, 9378.0, 9393.0, 9402.0, 9409.0, 9393.0, 9416.0, 9423.0, 9401.0, 9419.0, 9403.0, 9406.0, 9433.0, 9410.0, 9400.0, 9393.0, 9391.0, 9373.0, 9392.0, 9396.0, 9397.0, 9418.0, 9407.0, 9410.0, 9395.0, 9404.0, 9377.0, 9393.0, 9394.0, 9395.0, 9376.0, 9375.0, 9392.0, 9361.0, 9412.0, 9396.0, 9399.0, 9379.0, 9383.0, 9401.0, 9380.0, 9393.0, 9399.0, 9478.0, 9427.0, 9422.0, 9428.0, 9405.0, 9416.0, 9411.0, 9418.0, 9397.0, 9415.0, 9404.0, 9401.0, 9417.0, 9409.0, 9412.0, 9401.0, 9418.0, 9400.0, 9403.0, 9395.0, 9417.0, 9411.0, 9395.0, 9412.0, 9395.0, 9413.0, 9416.0, 9398.0, 9412.0, 9395.0, 9408.0, 9401.0, 9411.0, 9394.0, 9407.0, 9393.0, 9396.0, 9413.0, 9381.0, 9406.0, 9397.0, 9407.0, 9432.0, 9411.0, 9409.0, 9433.0, 9411.0, 9412.0, 9435.0, 9410.0, 9415.0, 9416.0, 9462.0, 9426.0, 9406.0, 9443.0, 9429.0, 9446.0, 9461.0, 9469.0, 9466.0, 9448.0, 9459.0, 9489.0, 9471.0, 9460.0, 9451.0, 9465.0, 9430.0, 9459.0, 9429.0, 9421.0, 9438.0, 9417.0, 9436.0, 9414.0, 9418.0, 9407.0, 9412.0, 9398.0, 9409.0, 9412.0, 9413.0, 9411.0, 9410.0, 9399.0, 9418.0, 9401.0, 9452.0, 9440.0, 9402.0, 9410.0, 9393.0, 9386.0, 9416.0, 9393.0, 9456.0, 9403.0, 9364.0, 9383.0, 9338.0, 9351.0, 9332.0, 9341.0, 9338.0, 9340.0, 9353.0, 9339.0, 9352.0, 9337.0, 9354.0, 9329.0, 9357.0, 9374.0, 9379.0, 9398.0, 9402.0, 9400.0, 9405.0, 9408.0, 9406.0, 9414.0, 9427.0, 9429.0, 9428.0, 9429.0, 9431.0, 9430.0, 9417.0, 9421.0, 9450.0, 9434.0, 9436.0, 9435.0, 9437.0, 9436.0, 9451.0, 9435.0, 9438.0, 9455.0, 9459.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.0017516589861751154</td></tr>
<tr><td colspan=3>aqi</td><td>0.020781897465437786</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.975699282848865</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2105185388812005</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0210396325836208</td></tr>
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
<tr><td colspan=3>fber</td><td>4075.9595</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11075413345033681</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.6036866359447</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.679177581140776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.726615480446967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7450617527344456</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5658555102409166</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170156</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023470160085707903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010929972864687443</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.9070704637398097</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>33.2301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9355</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8112</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298692.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>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.3599</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.542</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.7445</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3424.4419</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.567</td></tr>
<tr><td colspan=3>tsnr</td><td>41.16805896279402</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>