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

616 lines
No EOL
107 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-0098_ses-04_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-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-04_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-0098/ses-04/func/sub-0098_ses-04_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>6f05ad638c36595e6890dca9d81d241e</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>18:21:54.002500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0881687</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>[4224, -7825, -7225, 227, -109, 77, -36, 90]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1379440-94cd-4258-a3bd-431431f084a9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['182154.002500', '182154.462500', '182154.922500', '182155.382500', '182155.842500', '182156.302500', '182156.762500', '182157.222500', '182157.682500', '182158.142500', '182158.602500', '182159.062500', '182159.522500', '182159.982500', '182200.442500', '182200.902500', '182201.362500', '182201.822500', '182202.282500', '182202.742500', '182203.202500', '182203.662500', '182204.122500', '182204.582500', '182205.042500', '182205.502500', '182205.962500', '182206.422500', '182206.882500', '182207.342500', '182207.802500', '182208.262500', '182208.722500', '182209.182500', '182209.642500', '182210.102500', '182210.562500', '182211.022500', '182211.482500', '182211.942500', '182212.402500', '182212.862500', '182213.322500', '182213.782500', '182214.242500', '182214.702500', '182215.162500', '182215.622500', '182216.082500', '182216.542500', '182217.002500', '182217.462500', '182217.922500', '182218.382500', '182218.842500', '182219.302500', '182219.762500', '182220.222500', '182220.682500', '182221.142500', '182221.602500', '182222.062500', '182222.522500', '182222.982500', '182223.442500', '182223.902500', '182224.362500', '182224.822500', '182225.282500', '182225.742500', '182226.202500', '182226.662500', '182227.122500', '182227.582500', '182228.042500', '182228.502500', '182228.962500', '182229.422500', '182229.882500', '182230.342500', '182230.802500', '182231.262500', '182231.722500', '182232.182500', '182232.642500', '182233.102500', '182233.562500', '182234.022500', '182234.482500', '182234.942500', '182235.402500', '182235.862500', '182236.322500', '182236.782500', '182237.242500', '182237.702500', '182238.162500', '182238.622500', '182239.082500', '182239.542500', '182240.002500', '182240.462500', '182240.922500', '182241.382500', '182241.842500', '182242.302500', '182242.762500', '182243.222500', '182243.682500', '182244.142500', '182244.602500', '182245.062500', '182245.522500', '182245.982500', '182246.442500', '182246.902500', '182247.362500', '182247.822500', '182248.282500', '182248.742500', '182249.202500', '182249.662500', '182250.122500', '182250.582500', '182251.042500', '182251.502500', '182251.962500', '182252.422500', '182252.882500', '182253.342500', '182253.802500', '182254.262500', '182254.722500', '182255.182500', '182255.642500', '182256.102500', '182256.562500', '182257.022500', '182257.482500', '182257.942500', '182258.402500', '182258.862500', '182259.322500', '182259.782500', '182300.242500', '182300.702500', '182301.162500', '182301.622500', '182302.082500', '182302.542500', '182303.002500', '182303.462500', '182303.922500', '182304.382500', '182304.842500', '182305.302500', '182305.762500', '182306.222500', '182306.682500', '182307.142500', '182307.602500', '182308.062500', '182308.522500', '182308.982500', '182309.442500', '182309.902500', '182310.362500', '182310.822500', '182311.282500', '182311.742500', '182312.202500', '182312.662500', '182313.122500', '182313.582500', '182314.042500', '182314.502500', '182314.962500', '182315.422500', '182315.882500', '182316.342500', '182316.802500', '182317.262500', '182317.722500', '182318.182500', '182318.642500', '182319.102500', '182319.562500', '182320.022500', '182320.482500', '182320.942500', '182321.402500', '182321.862500', '182322.322500', '182322.782500', '182323.242500', '182323.702500', '182324.162500', '182324.622500', '182325.082500', '182325.542500', '182326.002500', '182326.462500', '182326.922500', '182327.382500', '182327.842500', '182328.302500', '182328.762500', '182329.222500', '182329.682500', '182330.142500', '182330.602500', '182331.062500', '182331.522500', '182331.982500', '182332.442500', '182332.902500', '182333.362500', '182333.822500', '182334.282500', '182334.742500', '182335.202500', '182335.662500', '182336.122500', '182336.582500', '182337.042500', '182337.502500', '182337.962500', '182338.422500', '182338.882500', '182339.342500', '182339.802500', '182340.262500', '182340.722500', '182341.182500', '182341.642500', '182342.102500', '182342.562500', '182343.022500', '182343.482500', '182343.942500', '182344.402500', '182344.862500', '182345.322500', '182345.782500', '182346.242500', '182346.702500', '182347.162500', '182347.622500', '182348.082500', '182348.542500', '182349.002500', '182349.462500', '182349.922500', '182350.382500', '182350.842500', '182351.302500', '182351.762500', '182352.222500', '182352.682500', '182353.142500', '182353.602500', '182354.062500', '182354.522500', '182354.982500', '182355.442500', '182355.902500', '182356.362500', '182356.822500', '182357.282500', '182357.742500', '182358.202500', '182358.662500', '182359.122500', '182359.582500', '182400.042500', '182400.502500', '182400.962500', '182401.422500', '182401.882500', '182402.342500', '182402.802500', '182403.262500', '182403.722500', '182404.182500', '182404.642500', '182405.102500', '182405.562500', '182406.022500', '182406.482500', '182406.942500', '182407.402500', '182407.862500', '182408.322500', '182408.782500', '182409.242500', '182409.702500', '182410.162500', '182410.622500', '182411.082500', '182411.542500', '182412.002500', '182412.462500', '182412.922500', '182413.382500', '182413.842500', '182414.302500', '182414.762500', '182415.222500', '182415.682500', '182416.142500', '182416.602500', '182417.062500', '182417.522500', '182417.982500', '182418.442500', '182418.902500', '182419.362500', '182419.822500', '182420.282500', '182420.742500', '182421.202500', '182421.662500', '182422.122500', '182422.582500', '182423.042500', '182423.502500', '182423.962500', '182424.422500', '182424.882500', '182425.342500', '182425.802500', '182426.262500', '182426.722500', '182427.182500', '182427.642500', '182428.102500', '182428.562500', '182429.022500', '182429.482500', '182429.942500', '182430.402500', '182430.862500', '182431.322500', '182431.782500', '182432.242500', '182432.702500', '182433.162500', '182433.622500', '182434.082500', '182434.542500', '182435.002500', '182435.462500', '182435.922500', '182436.382500', '182436.842500', '182437.302500', '182437.762500', '182438.222500', '182438.682500', '182439.142500', '182439.602500', '182440.062500', '182440.522500', '182440.982500', '182441.442500', '182441.902500', '182442.362500', '182442.822500', '182443.282500', '182443.742500', '182444.202500', '182444.662500', '182445.122500', '182445.582500', '182446.042500', '182446.502500', '182446.962500', '182447.422500', '182447.882500', '182448.342500', '182448.802500', '182449.262500', '182449.722500', '182450.182500', '182450.642500', '182451.102500', '182451.562500', '182452.022500', '182452.482500', '182452.942500', '182453.402500', '182453.862500', '182454.322500', '182454.782500', '182455.242500', '182455.702500', '182456.162500', '182456.622500', '182457.082500', '182457.542500', '182458.002500', '182458.462500', '182458.922500', '182459.382500', '182459.842500', '182500.302500', '182500.762500', '182501.222500', '182501.682500', '182502.142500', '182502.602500', '182503.062500', '182503.522500', '182503.982500', '182504.442500', '182504.902500', '182505.362500', '182505.822500', '182506.282500', '182506.742500', '182507.202500', '182507.662500', '182508.122500', '182508.582500', '182509.042500', '182509.502500', '182509.962500', '182510.422500', '182510.882500', '182511.342500', '182511.802500', '182512.262500', '182512.722500', '182513.182500', '182513.642500', '182514.102500', '182514.562500', '182515.022500', '182515.482500', '182515.942500', '182516.402500', '182516.862500', '182517.322500', '182517.782500', '182518.242500', '182518.702500', '182519.162500', '182519.622500', '182520.082500', '182520.542500', '182521.002500', '182521.462500', '182521.922500', '182522.382500', '182522.842500', '182523.302500', '182523.762500', '182524.222500', '182524.682500', '182525.142500', '182525.602500', '182526.062500', '182526.522500', '182526.982500', '182527.442500', '182527.902500', '182528.362500', '182528.822500', '182529.282500', '182529.742500', '182530.202500', '182530.662500', '182531.122500', '182531.582500', '182532.042500', '182532.502500', '182532.962500', '182533.422500', '182533.882500', '182534.342500', '182534.802500', '182535.262500', '182535.722500', '182536.182500', '182536.642500', '182537.102500', '182537.562500', '182538.022500', '182538.482500', '182538.942500', '182539.402500', '182539.862500', '182540.322500', '182540.782500', '182541.242500', '182541.702500', '182542.162500', '182542.622500', '182543.082500', '182543.542500', '182544.002500', '182544.462500', '182544.922500', '182545.382500', '182545.842500', '182546.302500', '182546.762500', '182547.222500', '182547.682500', '182548.142500', '182548.602500', '182549.062500', '182549.522500', '182549.982500', '182550.442500', '182550.902500', '182551.362500', '182551.822500', '182552.282500', '182552.742500', '182553.202500', '182553.662500', '182554.122500', '182554.582500', '182555.042500', '182555.502500', '182555.962500', '182556.422500', '182556.882500', '182557.342500', '182557.802500', '182558.262500', '182558.722500', '182559.182500', '182559.642500', '182600.102500', '182600.562500', '182601.022500', '182601.482500', '182601.942500', '182602.402500', '182602.862500', '182603.322500', '182603.782500', '182604.242500', '182604.702500', '182605.162500', '182605.622500', '182606.082500', '182606.542500', '182607.002500', '182607.462500', '182607.922500', '182608.382500', '182608.842500', '182609.302500', '182609.762500', '182610.222500', '182610.682500', '182611.142500', '182611.602500', '182612.062500', '182612.522500', '182612.982500', '182613.442500', '182613.902500', '182614.362500', '182614.822500', '182615.282500', '182615.742500', '182616.202500', '182616.662500', '182617.122500', '182617.582500', '182618.042500', '182618.502500', '182618.962500', '182619.422500', '182619.882500', '182620.342500', '182620.802500', '182621.262500', '182621.722500', '182622.182500', '182622.642500', '182623.102500', '182623.562500', '182624.022500', '182624.482500', '182624.942500', '182625.402500', '182625.862500', '182626.322500', '182626.782500', '182627.242500', '182627.702500', '182628.162500', '182628.622500', '182629.082500', '182629.542500', '182630.002500', '182630.462500', '182630.922500', '182631.382500', '182631.842500', '182632.302500', '182632.762500', '182633.222500', '182633.682500', '182634.142500', '182634.602500', '182635.062500', '182635.522500', '182635.982500', '182636.442500', '182636.902500', '182637.362500', '182637.822500', '182638.282500', '182638.742500', '182639.202500', '182639.662500', '182640.122500', '182640.582500', '182641.042500', '182641.502500', '182641.962500', '182642.422500', '182642.882500', '182643.342500', '182643.802500', '182644.262500', '182644.722500', '182645.182500', '182645.642500', '182646.102500', '182646.562500', '182647.022500', '182647.482500', '182647.942500', '182648.402500', '182648.862500', '182649.322500', '182649.782500', '182650.242500', '182650.702500', '182651.162500', '182651.622500', '182652.082500', '182652.542500', '182653.002500', '182653.462500', '182653.922500', '182654.382500', '182654.842500', '182655.302500', '182655.762500', '182656.222500', '182656.682500', '182657.142500', '182657.602500', '182658.062500', '182658.522500', '182658.982500', '182659.442500', '182659.902500', '182700.362500', '182700.822500', '182701.282500', '182701.742500', '182702.202500', '182702.662500', '182703.122500', '182703.582500', '182704.042500', '182704.502500', '182704.962500', '182705.422500', '182705.882500', '182706.342500', '182706.802500', '182707.262500', '182707.722500', '182708.182500', '182708.642500', '182709.102500', '182709.562500', '182710.022500', '182710.482500', '182710.942500', '182711.402500', '182711.862500', '182712.322500', '182712.782500', '182713.242500', '182713.702500', '182714.162500', '182714.622500', '182715.082500', '182715.542500', '182716.002500', '182716.462500', '182716.922500', '182717.382500', '182717.842500', '182718.302500', '182718.762500', '182719.222500', '182719.682500', '182720.142500', '182720.602500', '182721.062500', '182721.522500', '182721.982500', '182722.442500', '182722.902500', '182723.362500', '182723.822500', '182724.282500', '182724.742500', '182725.202500', '182725.662500', '182726.122500', '182726.582500', '182727.042500', '182727.502500', '182727.962500', '182728.422500', '182728.882500', '182729.342500', '182729.802500', '182730.262500', '182730.722500', '182731.182500', '182731.642500', '182732.102500', '182732.562500', '182733.022500', '182733.482500', '182733.942500', '182734.402500', '182734.862500', '182735.322500', '182735.782500', '182736.242500', '182736.702500', '182737.162500', '182737.622500', '182738.082500', '182738.542500', '182739.002500', '182739.462500', '182739.922500', '182740.382500', '182740.842500', '182741.302500', '182741.762500', '182742.222500', '182742.682500', '182743.142500', '182743.602500', '182744.062500', '182744.522500', '182744.982500', '182745.442500', '182745.902500', '182746.362500', '182746.822500', '182747.282500', '182747.742500', '182748.202500', '182748.662500', '182749.122500', '182749.582500', '182750.042500', '182750.502500', '182750.962500', '182751.422500', '182751.882500', '182752.342500', '182752.802500', '182753.262500', '182753.722500', '182754.182500', '182754.642500', '182755.102500', '182755.562500', '182756.022500', '182756.482500', '182756.942500', '182757.402500', '182757.862500', '182758.322500', '182758.782500', '182759.242500', '182759.702500', '182800.162500', '182800.622500', '182801.082500', '182801.542500', '182802.002500', '182802.462500', '182802.922500', '182803.382500', '182803.842500', '182804.302500', '182804.762500', '182805.222500', '182805.682500', '182806.142500', '182806.602500', '182807.062500', '182807.522500', '182807.982500', '182808.442500', '182808.902500', '182809.362500', '182809.822500', '182810.282500', '182810.742500', '182811.202500', '182811.662500', '182812.122500', '182812.582500', '182813.042500', '182813.502500', '182813.962500', '182814.422500', '182814.882500', '182815.342500', '182815.802500', '182816.262500', '182816.722500', '182817.182500', '182817.642500', '182818.102500', '182818.562500', '182819.022500', '182819.482500', '182819.942500', '182820.402500', '182820.862500', '182821.322500', '182821.782500', '182822.242500', '182822.702500', '182823.162500', '182823.622500', '182824.082500', '182824.542500', '182825.002500', '182825.462500', '182825.922500', '182826.382500', '182826.842500', '182827.302500', '182827.762500', '182828.222500', '182828.682500', '182829.142500', '182829.602500', '182830.062500', '182830.522500', '182830.982500', '182831.442500', '182831.902500', '182832.362500', '182832.822500', '182833.282500', '182833.742500', '182834.202500', '182834.662500'], 'ContentTime': ['182217.436000', '182217.439000', '182217.442000', '182217.445000', '182217.448000', '182217.450000', '182217.453000', '182217.455000', '182217.458000', '182217.461000', '182217.463000', '182217.466000', '182217.468000', '182217.471000', '182217.473000', '182217.476000', '182217.479000', '182217.481000', '182217.484000', '182217.486000', '182217.489000', '182217.492000', '182217.494000', '182217.497000', '182217.502000', '182217.504000', '182217.507000', '182217.509000', '182217.512000', '182217.515000', '182217.517000', '182217.521000', '182217.524000', '182217.527000', '182217.529000', '182217.532000', '182217.535000', '182217.537000', '182217.540000', '182217.543000', '182217.545000', '182217.548000', '182217.551000', '182217.553000', '182217.556000', '182217.559000', '182217.561000', '182237.398000', '182237.400000', '182237.404000', '182237.406000', '182237.409000', '182237.411000', '182237.415000', '182237.417000', '182237.420000', '182237.422000', '182237.425000', '182237.428000', '182237.430000', '182237.433000', '182237.436000', '182237.438000', '182237.441000', '182237.443000', '182237.446000', '182237.449000', '182237.451000', '182237.454000', '182237.457000', '182237.459000', '182237.462000', '182237.464000', '182237.467000', '182237.470000', '182237.472000', '182237.475000', '182237.477000', '182237.480000', '182237.483000', '182237.492000', '182237.495000', '182237.497000', '182237.500000', '182237.503000', '182237.505000', '182237.508000', '182237.510000', '182237.513000', '182237.515000', '182237.518000', '182257.396000', '182257.399000', '182257.402000', '182257.404000', '182257.407000', '182257.410000', '182257.412000', '182257.437000', '182257.440000', '182257.442000', '182257.445000', '182257.447000', '182257.450000', '182257.452000', '182257.455000', '182257.458000', '182257.460000', '182257.463000', '182257.465000', '182257.468000', '182257.471000', '182257.473000', '182257.484000', '182257.487000', '182257.490000', '182257.492000', '182257.495000', '182257.497000', '182257.500000', '182257.503000', '182257.505000', '182257.508000', '182257.510000', '182257.513000', '182257.516000', '182257.518000', '182257.521000', '182257.524000', '182257.526000', '182257.529000', '182257.531000', '182257.534000', '182257.537000', '182317.396000', '182317.400000', '182317.402000', '182317.405000', '182317.408000', '182317.411000', '182317.413000', '182317.416000', '182317.418000', '182317.421000', '182317.424000', '182317.426000', '182317.429000', '182317.431000', '182317.434000', '182317.437000', '182317.439000', '182317.442000', '182317.445000', '182317.447000', '182317.450000', '182317.462000', '182317.464000', '182317.467000', '182317.470000', '182317.472000', '182317.475000', '182317.478000', '182317.480000', '182317.483000', '182317.486000', '182317.488000', '182317.491000', '182317.494000', '182317.496000', '182317.499000', '182317.501000', '182317.504000', '182317.507000', '182317.509000', '182317.512000', '182317.515000', '182317.517000', '182317.520000', '182337.397000', '182337.399000', '182337.402000', '182337.405000', '182337.413000', '182337.416000', '182337.419000', '182337.421000', '182337.424000', '182337.427000', '182337.429000', '182337.432000', '182337.434000', '182337.437000', '182337.440000', '182337.442000', '182337.445000', '182337.448000', '182337.450000', '182337.453000', '182337.456000', '182337.458000', '182337.461000', '182337.463000', '182337.466000', '182337.469000', '182337.471000', '182337.474000', '182337.476000', '182337.479000', '182337.482000', '182337.484000', '182337.487000', '182337.489000', '182337.492000', '182337.495000', '182337.497000', '182337.500000', '182337.503000', '182337.505000', '182337.508000', '182337.510000', '182337.513000', '182357.397000', '182357.399000', '182357.402000', '182357.405000', '182357.407000', '182357.410000', '182357.413000', '182357.415000', '182357.418000', '182357.421000', '182357.423000', '182357.426000', '182357.428000', '182357.431000', '182357.434000', '182357.436000', '182357.439000', '182357.441000', '182357.444000', '182357.446000', '182357.449000', '182357.452000', '182357.454000', '182357.457000', '182357.460000', '182357.462000', '182357.465000', '182357.467000', '182357.470000', '182357.473000', '182357.475000', '182357.478000', '182357.481000', '182357.483000', '182357.486000', '182357.488000', '182357.491000', '182357.501000', '182357.504000', '182357.507000', '182357.509000', '182357.512000', '182357.514000', '182357.517000', '182417.396000', '182417.399000', '182417.402000', '182417.405000', '182417.407000', '182417.410000', '182417.413000', '182417.415000', '182417.418000', '182417.420000', '182417.423000', '182417.426000', '182417.428000', '182417.431000', '182417.434000', '182417.436000', '182417.439000', '182417.441000', '182417.444000', '182417.447000', '182417.449000', '182417.452000', '182417.455000', '182417.457000', '182417.460000', '182417.462000', '182417.465000', '182417.468000', '182417.470000', '182417.473000', '182417.476000', '182417.478000', '182417.481000', '182417.483000', '182417.486000', '182417.489000', '182417.491000', '182417.494000', '182417.497000', '182417.499000', '182417.502000', '182417.504000', '182417.507000', '182437.397000', '182437.400000', '182437.403000', '182437.422000', '182437.425000', '182437.428000', '182437.430000', '182437.433000', '182437.436000', '182437.438000', '182437.441000', '182437.443000', '182437.446000', '182437.449000', '182437.451000', '182437.454000', '182437.457000', '182437.459000', '182437.462000', '182437.465000', '182437.467000', '182437.470000', '182437.472000', '182437.475000', '182437.478000', '182437.480000', '182437.483000', '182437.486000', '182437.488000', '182437.491000', '182437.493000', '182437.496000', '182437.499000', '182437.501000', '182437.504000', '182437.507000', '182437.509000', '182437.512000', '182437.514000', '182437.517000', '182437.519000', '182437.522000', '182437.525000', '182437.527000', '182457.397000', '182457.400000', '182457.403000', '182457.406000', '182457.408000', '182457.411000', '182457.414000', '182457.417000', '182457.419000', '182457.422000', '182457.425000', '182457.427000', '182457.430000', '182457.433000', '182457.435000', '182457.438000', '182457.440000', '182457.443000', '182457.446000', '182457.448000', '182457.451000', '182457.454000', '182457.456000', '182457.459000', '182457.462000', '182457.464000', '182457.467000', '182457.470000', '182457.472000', '182457.475000', '182457.478000', '182457.481000', '182457.483000', '182457.486000', '182457.488000', '182457.491000', '182457.494000', '182457.496000', '182457.499000', '182457.502000', '182457.504000', '182457.507000', '182457.510000', '182517.397000', '182517.400000', '182517.402000', '182517.405000', '182517.407000', '182517.410000', '182517.413000', '182517.415000', '182517.418000', '182517.420000', '182517.423000', '182517.426000', '182517.428000', '182517.431000', '182517.434000', '182517.436000', '182517.439000', '182517.442000', '182517.444000', '182517.447000', '182517.449000', '182517.452000', '182517.455000', '182517.457000', '182517.460000', '182517.463000', '182517.466000', '182517.468000', '182517.471000', '182517.473000', '182517.476000', '182517.479000', '182517.481000', '182517.484000', '182517.486000', '182517.489000', '182517.492000', '182517.494000', '182517.497000', '182517.499000', '182517.502000', '182517.504000', '182517.507000', '182517.510000', '182537.397000', '182537.399000', '182537.402000', '182537.405000', '182537.407000', '182537.410000', '182537.412000', '182537.415000', '182537.417000', '182537.420000', '182537.423000', '182537.425000', '182537.428000', '182537.430000', '182537.433000', '182537.436000', '182537.438000', '182537.441000', '182537.443000', '182537.446000', '182537.449000', '182537.451000', '182537.454000', '182537.456000', '182537.459000', '182537.461000', '182537.464000', '182537.467000', '182537.470000', '182537.472000', '182537.475000', '182537.477000', '182537.480000', '182537.483000', '182537.486000', '182537.488000', '182537.491000', '182537.494000', '182537.497000', '182537.499000', '182537.502000', '182537.505000', '182537.507000', '182557.397000', '182557.400000', '182557.403000', '182557.406000', '182557.408000', '182557.411000', '182557.413000', '182557.416000', '182557.419000', '182557.421000', '182557.424000', '182557.426000', '182557.429000', '182557.432000', '182557.435000', '182557.437000', '182557.440000', '182557.442000', '182557.445000', '182557.448000', '182557.450000', '182557.453000', '182557.456000', '182557.458000', '182557.461000', '182557.464000', '182557.466000', '182557.469000', '182557.477000', '182557.479000', '182557.482000', '182557.485000', '182557.487000', '182557.490000', '182557.492000', '182557.495000', '182557.498000', '182557.500000', '182557.503000', '182557.505000', '182557.508000', '182557.511000', '182557.513000', '182557.516000', '182617.396000', '182617.399000', '182617.402000', '182617.405000', '182617.407000', '182617.410000', '182617.412000', '182617.415000', '182617.418000', '182617.420000', '182617.423000', '182617.426000', '182617.428000', '182617.431000', '182617.434000', '182617.446000', '182617.449000', '182617.451000', '182617.454000', '182617.457000', '182617.459000', '182617.462000', '182617.464000', '182617.467000', '182617.469000', '182617.472000', '182617.475000', '182617.477000', '182617.480000', '182617.483000', '182617.485000', '182617.488000', '182617.490000', '182617.493000', '182617.495000', '182617.498000', '182617.501000', '182617.503000', '182617.506000', '182617.509000', '182617.511000', '182617.514000', '182617.517000', '182637.397000', '182637.400000', '182637.402000', '182637.405000', '182637.408000', '182637.410000', '182637.413000', '182637.415000', '182637.418000', '182637.420000', '182637.423000', '182637.426000', '182637.428000', '182637.431000', '182637.434000', '182637.436000', '182637.439000', '182637.441000', '182637.444000', '182637.447000', '182637.449000', '182637.452000', '182637.454000', '182637.457000', '182637.460000', '182637.462000', '182637.465000', '182637.467000', '182637.471000', '182637.474000', '182637.476000', '182637.479000', '182637.481000', '182637.484000', '182637.486000', '182637.489000', '182637.492000', '182637.495000', '182637.497000', '182637.500000', '182637.503000', '182637.505000', '182637.508000', '182637.510000', '182657.397000', '182657.400000', '182657.403000', '182657.406000', '182657.408000', '182657.411000', '182657.413000', '182657.416000', '182657.419000', '182657.421000', '182657.424000', '182657.426000', '182657.429000', '182657.432000', '182657.434000', '182657.437000', '182657.439000', '182657.442000', '182657.444000', '182657.447000', '182657.450000', '182657.452000', '182657.455000', '182657.457000', '182657.460000', '182657.463000', '182657.465000', '182657.468000', '182657.471000', '182657.473000', '182657.476000', '182657.478000', '182657.481000', '182657.484000', '182657.486000', '182657.489000', '182657.491000', '182657.494000', '182657.496000', '182657.499000', '182657.502000', '182657.504000', '182657.507000', '182717.397000', '182717.400000', '182717.403000', '182717.405000', '182717.408000', '182717.411000', '182717.413000', '182717.416000', '182717.418000', '182717.421000', '182717.424000', '182717.426000', '182717.429000', '182717.432000', '182717.434000', '182717.438000', '182717.440000', '182717.443000', '182717.446000', '182717.448000', '182717.451000', '182717.453000', '182717.456000', '182717.459000', '182717.461000', '182717.464000', '182717.467000', '182717.469000', '182717.472000', '182717.475000', '182717.477000', '182717.480000', '182717.482000', '182717.485000', '182717.488000', '182717.490000', '182717.493000', '182717.495000', '182717.498000', '182717.501000', '182717.503000', '182717.506000', '182717.509000', '182717.511000', '182737.397000', '182737.399000', '182737.402000', '182737.405000', '182737.407000', '182737.410000', '182737.413000', '182737.415000', '182737.418000', '182737.421000', '182737.423000', '182737.426000', '182737.428000', '182737.431000', '182737.434000', '182737.436000', '182737.439000', '182737.441000', '182737.444000', '182737.446000', '182737.449000', '182737.452000', '182737.454000', '182737.457000', '182737.460000', '182737.462000', '182737.465000', '182737.467000', '182737.470000', '182737.473000', '182737.475000', '182737.478000', '182737.481000', '182737.483000', '182737.486000', '182737.490000', '182737.493000', '182737.495000', '182737.498000', '182737.501000', '182737.503000', '182737.506000', '182737.508000', '182757.397000', '182757.400000', '182757.402000', '182757.405000', '182757.408000', '182757.411000', '182757.413000', '182757.416000', '182757.419000', '182757.421000', '182757.424000', '182757.426000', '182757.429000', '182757.432000', '182757.434000', '182757.437000', '182757.439000', '182757.442000', '182757.445000', '182757.447000', '182757.450000', '182757.452000', '182757.455000', '182757.457000', '182757.460000', '182757.463000', '182757.466000', '182757.468000', '182757.471000', '182757.473000', '182757.476000', '182757.479000', '182757.482000', '182757.484000', '182757.487000', '182757.490000', '182757.492000', '182757.495000', '182757.498000', '182757.500000', '182757.503000', '182757.505000', '182757.508000', '182817.396000', '182817.399000', '182817.402000', '182817.405000', '182817.407000', '182817.410000', '182817.412000', '182817.415000', '182817.418000', '182817.420000', '182817.423000', '182817.425000', '182817.428000', '182817.430000', '182817.433000', '182817.436000', '182817.438000', '182817.441000', '182817.443000', '182817.446000', '182817.448000', '182817.451000', '182817.454000', '182817.456000', '182817.459000', '182817.461000', '182817.464000', '182817.467000', '182817.469000', '182817.472000', '182817.474000', '182817.477000', '182817.479000', '182817.482000', '182817.485000', '182817.487000', '182817.490000', '182817.493000', '182817.495000', '182817.498000', '182817.500000', '182817.503000', '182817.505000', '182817.508000', '182836.493000', '182836.496000', '182836.499000', '182836.501000', '182836.504000', '182836.507000', '182836.510000', '182836.513000', '182836.515000', '182836.518000', '182836.521000', '182836.524000', '182836.527000', '182836.530000', '182836.533000', '182836.536000', '182836.539000', '182836.542000', '182836.544000', '182836.552000', '182836.555000', '182836.558000', '182836.561000', '182836.564000', '182836.566000', '182836.569000', '182836.572000', '182836.575000', '182836.577000', '182836.580000', '182836.583000', '182836.585000', '182836.588000', '182836.591000', '182836.594000', '182836.598000', '182836.600000', '182836.603000', '182836.606000', '182836.608000', '182836.611000', '182836.614000'], 'InstanceCreationTime': ['182217.436000', '182217.439000', '182217.442000', '182217.445000', '182217.448000', '182217.450000', '182217.453000', '182217.455000', '182217.458000', '182217.461000', '182217.463000', '182217.466000', '182217.468000', '182217.471000', '182217.473000', '182217.476000', '182217.479000', '182217.481000', '182217.484000', '182217.486000', '182217.489000', '182217.492000', '182217.494000', '182217.497000', '182217.502000', '182217.504000', '182217.507000', '182217.509000', '182217.512000', '182217.515000', '182217.517000', '182217.521000', '182217.524000', '182217.527000', '182217.529000', '182217.532000', '182217.535000', '182217.537000', '182217.540000', '182217.543000', '182217.545000', '182217.548000', '182217.551000', '182217.553000', '182217.556000', '182217.559000', '182217.561000', '182237.398000', '182237.400000', '182237.404000', '182237.406000', '182237.409000', '182237.411000', '182237.415000', '182237.417000', '182237.420000', '182237.422000', '182237.425000', '182237.428000', '182237.430000', '182237.433000', '182237.436000', '182237.438000', '182237.441000', '182237.443000', '182237.446000', '182237.449000', '182237.451000', '182237.454000', '182237.457000', '182237.459000', '182237.462000', '182237.464000', '182237.467000', '182237.470000', '182237.472000', '182237.475000', '182237.477000', '182237.480000', '182237.483000', '182237.492000', '182237.495000', '182237.497000', '182237.500000', '182237.503000', '182237.505000', '182237.508000', '182237.510000', '182237.513000', '182237.515000', '182237.518000', '182257.396000', '182257.399000', '182257.402000', '182257.404000', '182257.407000', '182257.410000', '182257.412000', '182257.437000', '182257.440000', '182257.442000', '182257.445000', '182257.447000', '182257.450000', '182257.452000', '182257.455000', '182257.458000', '182257.460000', '182257.463000', '182257.465000', '182257.468000', '182257.471000', '182257.473000', '182257.484000', '182257.487000', '182257.490000', '182257.492000', '182257.495000', '182257.497000', '182257.500000', '182257.503000', '182257.505000', '182257.508000', '182257.510000', '182257.513000', '182257.516000', '182257.518000', '182257.521000', '182257.524000', '182257.526000', '182257.529000', '182257.531000', '182257.534000', '182257.537000', '182317.396000', '182317.400000', '182317.402000', '182317.405000', '182317.408000', '182317.411000', '182317.413000', '182317.416000', '182317.418000', '182317.421000', '182317.424000', '182317.426000', '182317.429000', '182317.431000', '182317.434000', '182317.437000', '182317.439000', '182317.442000', '182317.445000', '182317.447000', '182317.450000', '182317.462000', '182317.464000', '182317.467000', '182317.470000', '182317.472000', '182317.475000', '182317.478000', '182317.480000', '182317.483000', '182317.486000', '182317.488000', '182317.491000', '182317.494000', '182317.496000', '182317.499000', '182317.501000', '182317.504000', '182317.507000', '182317.509000', '182317.512000', '182317.515000', '182317.517000', '182317.520000', '182337.397000', '182337.399000', '182337.402000', '182337.405000', '182337.413000', '182337.416000', '182337.419000', '182337.421000', '182337.424000', '182337.427000', '182337.429000', '182337.432000', '182337.434000', '182337.437000', '182337.440000', '182337.442000', '182337.445000', '182337.448000', '182337.450000', '182337.453000', '182337.456000', '182337.458000', '182337.461000', '182337.463000', '182337.466000', '182337.469000', '182337.471000', '182337.474000', '182337.476000', '182337.479000', '182337.482000', '182337.484000', '182337.487000', '182337.489000', '182337.492000', '182337.495000', '182337.497000', '182337.500000', '182337.503000', '182337.505000', '182337.508000', '182337.510000', '182337.513000', '182357.397000', '182357.399000', '182357.402000', '182357.405000', '182357.407000', '182357.410000', '182357.413000', '182357.415000', '182357.418000', '182357.421000', '182357.423000', '182357.426000', '182357.428000', '182357.431000', '182357.434000', '182357.436000', '182357.439000', '182357.441000', '182357.444000', '182357.446000', '182357.449000', '182357.452000', '182357.454000', '182357.457000', '182357.460000', '182357.462000', '182357.465000', '182357.467000', '182357.470000', '182357.473000', '182357.475000', '182357.478000', '182357.481000', '182357.483000', '182357.486000', '182357.488000', '182357.491000', '182357.501000', '182357.504000', '182357.507000', '182357.509000', '182357.512000', '182357.514000', '182357.517000', '182417.396000', '182417.399000', '182417.402000', '182417.405000', '182417.407000', '182417.410000', '182417.413000', '182417.415000', '182417.418000', '182417.420000', '182417.423000', '182417.426000', '182417.428000', '182417.431000', '182417.434000', '182417.436000', '182417.439000', '182417.441000', '182417.444000', '182417.447000', '182417.449000', '182417.452000', '182417.455000', '182417.457000', '182417.460000', '182417.462000', '182417.465000', '182417.468000', '182417.470000', '182417.473000', '182417.476000', '182417.478000', '182417.481000', '182417.483000', '182417.486000', '182417.489000', '182417.491000', '182417.494000', '182417.497000', '182417.499000', '182417.502000', '182417.504000', '182417.507000', '182437.397000', '182437.400000', '182437.403000', '182437.422000', '182437.425000', '182437.428000', '182437.430000', '182437.433000', '182437.436000', '182437.438000', '182437.441000', '182437.443000', '182437.446000', '182437.449000', '182437.451000', '182437.454000', '182437.457000', '182437.459000', '182437.462000', '182437.465000', '182437.467000', '182437.470000', '182437.472000', '182437.475000', '182437.478000', '182437.480000', '182437.483000', '182437.486000', '182437.488000', '182437.491000', '182437.493000', '182437.496000', '182437.499000', '182437.501000', '182437.504000', '182437.507000', '182437.509000', '182437.512000', '182437.514000', '182437.517000', '182437.519000', '182437.522000', '182437.525000', '182437.527000', '182457.397000', '182457.400000', '182457.403000', '182457.406000', '182457.408000', '182457.411000', '182457.414000', '182457.417000', '182457.419000', '182457.422000', '182457.425000', '182457.427000', '182457.430000', '182457.433000', '182457.435000', '182457.438000', '182457.440000', '182457.443000', '182457.446000', '182457.448000', '182457.451000', '182457.454000', '182457.456000', '182457.459000', '182457.462000', '182457.464000', '182457.467000', '182457.470000', '182457.472000', '182457.475000', '182457.478000', '182457.481000', '182457.483000', '182457.486000', '182457.488000', '182457.491000', '182457.494000', '182457.496000', '182457.499000', '182457.502000', '182457.504000', '182457.507000', '182457.510000', '182517.397000', '182517.400000', '182517.402000', '182517.405000', '182517.407000', '182517.410000', '182517.413000', '182517.415000', '182517.418000', '182517.420000', '182517.423000', '182517.426000', '182517.428000', '182517.431000', '182517.434000', '182517.436000', '182517.439000', '182517.442000', '182517.444000', '182517.447000', '182517.449000', '182517.452000', '182517.455000', '182517.457000', '182517.460000', '182517.463000', '182517.466000', '182517.468000', '182517.471000', '182517.473000', '182517.476000', '182517.479000', '182517.481000', '182517.484000', '182517.486000', '182517.489000', '182517.492000', '182517.494000', '182517.497000', '182517.499000', '182517.502000', '182517.504000', '182517.507000', '182517.510000', '182537.397000', '182537.399000', '182537.402000', '182537.405000', '182537.407000', '182537.410000', '182537.412000', '182537.415000', '182537.417000', '182537.420000', '182537.423000', '182537.425000', '182537.428000', '182537.430000', '182537.433000', '182537.436000', '182537.438000', '182537.441000', '182537.443000', '182537.446000', '182537.449000', '182537.451000', '182537.454000', '182537.456000', '182537.459000', '182537.461000', '182537.464000', '182537.467000', '182537.470000', '182537.472000', '182537.475000', '182537.477000', '182537.480000', '182537.483000', '182537.486000', '182537.488000', '182537.491000', '182537.494000', '182537.497000', '182537.499000', '182537.502000', '182537.505000', '182537.507000', '182557.397000', '182557.400000', '182557.403000', '182557.406000', '182557.408000', '182557.411000', '182557.413000', '182557.416000', '182557.419000', '182557.421000', '182557.424000', '182557.426000', '182557.429000', '182557.432000', '182557.435000', '182557.437000', '182557.440000', '182557.442000', '182557.445000', '182557.448000', '182557.450000', '182557.453000', '182557.456000', '182557.458000', '182557.461000', '182557.464000', '182557.466000', '182557.469000', '182557.477000', '182557.479000', '182557.482000', '182557.485000', '182557.487000', '182557.490000', '182557.492000', '182557.495000', '182557.498000', '182557.500000', '182557.503000', '182557.505000', '182557.508000', '182557.511000', '182557.513000', '182557.516000', '182617.396000', '182617.399000', '182617.402000', '182617.405000', '182617.407000', '182617.410000', '182617.412000', '182617.415000', '182617.418000', '182617.420000', '182617.423000', '182617.426000', '182617.428000', '182617.431000', '182617.434000', '182617.446000', '182617.449000', '182617.451000', '182617.454000', '182617.457000', '182617.459000', '182617.462000', '182617.464000', '182617.467000', '182617.469000', '182617.472000', '182617.475000', '182617.477000', '182617.480000', '182617.483000', '182617.485000', '182617.488000', '182617.490000', '182617.493000', '182617.495000', '182617.498000', '182617.501000', '182617.503000', '182617.506000', '182617.509000', '182617.511000', '182617.514000', '182617.517000', '182637.397000', '182637.400000', '182637.402000', '182637.405000', '182637.408000', '182637.410000', '182637.413000', '182637.415000', '182637.418000', '182637.420000', '182637.423000', '182637.426000', '182637.428000', '182637.431000', '182637.434000', '182637.436000', '182637.439000', '182637.441000', '182637.444000', '182637.447000', '182637.449000', '182637.452000', '182637.454000', '182637.457000', '182637.460000', '182637.462000', '182637.465000', '182637.467000', '182637.471000', '182637.474000', '182637.476000', '182637.479000', '182637.481000', '182637.484000', '182637.486000', '182637.489000', '182637.492000', '182637.495000', '182637.497000', '182637.500000', '182637.503000', '182637.505000', '182637.508000', '182637.510000', '182657.397000', '182657.400000', '182657.403000', '182657.406000', '182657.408000', '182657.411000', '182657.413000', '182657.416000', '182657.419000', '182657.421000', '182657.424000', '182657.426000', '182657.429000', '182657.432000', '182657.434000', '182657.437000', '182657.439000', '182657.442000', '182657.444000', '182657.447000', '182657.450000', '182657.452000', '182657.455000', '182657.457000', '182657.460000', '182657.463000', '182657.465000', '182657.468000', '182657.471000', '182657.473000', '182657.476000', '182657.478000', '182657.481000', '182657.484000', '182657.486000', '182657.489000', '182657.491000', '182657.494000', '182657.496000', '182657.499000', '182657.502000', '182657.504000', '182657.507000', '182717.397000', '182717.400000', '182717.403000', '182717.405000', '182717.408000', '182717.411000', '182717.413000', '182717.416000', '182717.418000', '182717.421000', '182717.424000', '182717.426000', '182717.429000', '182717.432000', '182717.434000', '182717.438000', '182717.440000', '182717.443000', '182717.446000', '182717.448000', '182717.451000', '182717.453000', '182717.456000', '182717.459000', '182717.461000', '182717.464000', '182717.467000', '182717.469000', '182717.472000', '182717.475000', '182717.477000', '182717.480000', '182717.482000', '182717.485000', '182717.488000', '182717.490000', '182717.493000', '182717.495000', '182717.498000', '182717.501000', '182717.503000', '182717.506000', '182717.509000', '182717.511000', '182737.397000', '182737.399000', '182737.402000', '182737.405000', '182737.407000', '182737.410000', '182737.413000', '182737.415000', '182737.418000', '182737.421000', '182737.423000', '182737.426000', '182737.428000', '182737.431000', '182737.434000', '182737.436000', '182737.439000', '182737.441000', '182737.444000', '182737.446000', '182737.449000', '182737.452000', '182737.454000', '182737.457000', '182737.460000', '182737.462000', '182737.465000', '182737.467000', '182737.470000', '182737.473000', '182737.475000', '182737.478000', '182737.481000', '182737.483000', '182737.486000', '182737.490000', '182737.493000', '182737.495000', '182737.498000', '182737.501000', '182737.503000', '182737.506000', '182737.508000', '182757.397000', '182757.400000', '182757.402000', '182757.405000', '182757.408000', '182757.411000', '182757.413000', '182757.416000', '182757.419000', '182757.421000', '182757.424000', '182757.426000', '182757.429000', '182757.432000', '182757.434000', '182757.437000', '182757.439000', '182757.442000', '182757.445000', '182757.447000', '182757.450000', '182757.452000', '182757.455000', '182757.457000', '182757.460000', '182757.463000', '182757.466000', '182757.468000', '182757.471000', '182757.473000', '182757.476000', '182757.479000', '182757.482000', '182757.484000', '182757.487000', '182757.490000', '182757.492000', '182757.495000', '182757.498000', '182757.500000', '182757.503000', '182757.505000', '182757.508000', '182817.396000', '182817.399000', '182817.402000', '182817.405000', '182817.407000', '182817.410000', '182817.412000', '182817.415000', '182817.418000', '182817.420000', '182817.423000', '182817.425000', '182817.428000', '182817.430000', '182817.433000', '182817.436000', '182817.438000', '182817.441000', '182817.443000', '182817.446000', '182817.448000', '182817.451000', '182817.454000', '182817.456000', '182817.459000', '182817.461000', '182817.464000', '182817.467000', '182817.469000', '182817.472000', '182817.474000', '182817.477000', '182817.479000', '182817.482000', '182817.485000', '182817.487000', '182817.490000', '182817.493000', '182817.495000', '182817.498000', '182817.500000', '182817.503000', '182817.505000', '182817.508000', '182836.493000', '182836.496000', '182836.499000', '182836.501000', '182836.504000', '182836.507000', '182836.510000', '182836.513000', '182836.515000', '182836.518000', '182836.521000', '182836.524000', '182836.527000', '182836.530000', '182836.533000', '182836.536000', '182836.539000', '182836.542000', '182836.544000', '182836.552000', '182836.555000', '182836.558000', '182836.561000', '182836.564000', '182836.566000', '182836.569000', '182836.572000', '182836.575000', '182836.577000', '182836.580000', '182836.583000', '182836.585000', '182836.588000', '182836.591000', '182836.594000', '182836.598000', '182836.600000', '182836.603000', '182836.606000', '182836.608000', '182836.611000', '182836.614000'], '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': [13199, 17051, 13803, 16881, 13723, 15801, 13815, 11227, 14342, 11576, 15587, 10428, 14589, 10390, 14437, 18685, 14296, 16580, 13374, 15610, 12797, 16156, 13133, 15414, 12569, 8955, 13192, 9116, 15990, 9756, 14975, 11436, 16384, 10702, 16630, 10389, 15837, 12662, 15649, 12800, 10242, 15170, 9077, 13862, 8651, 11908, 10586, 10096, 10611, 9480, 11723, 9545, 9363, 11159, 11641, 10834, 15096, 13027, 15262, 10686, 9805, 13490, 10296, 13591, 12676, 13647, 15139, 13393, 16628, 12274, 15741, 12038, 16296, 12302, 15276, 11344, 14178, 11587, 15294, 11914, 14774, 10847, 11601, 10426, 8649, 12172, 8418, 12639, 9661, 13195, 11021, 13913, 10894, 14077, 11303, 14472, 11499, 14837, 11429, 14176, 10679, 14636, 11900, 14906, 11096, 13994, 10961, 14578, 11759, 14852, 10757, 13612, 10403, 13788, 10314, 14389, 9517, 12628, 9025, 13069, 9064, 14249, 10147, 13232, 10450, 10312, 11841, 8634, 12267, 8367, 12283, 9831, 12844, 10585, 11382, 8308, 8395, 7921, 10403, 9431, 9251, 12076, 9707, 13069, 11006, 8969, 11849, 10568, 12705, 14818, 15693, 17056, 13099, 13270, 9898, 13745, 10267, 13520, 11187, 13157, 11358, 11402, 12431, 8769, 12410, 8753, 12699, 10939, 13668, 10948, 12967, 11041, 13278, 11248, 12887, 10423, 12127, 10043, 13059, 10474, 14629, 11094, 14340, 11256, 12621, 11743, 13805, 11460, 13521, 10089, 12131, 9541, 11694, 9817, 11922, 9683, 13449, 10373, 8348, 11225, 8042, 10236, 8700, 12203, 10132, 8001, 11469, 8807, 12301, 10184, 8512, 11804, 9359, 14322, 10741, 13003, 11588, 10561, 16557, 12868, 15285, 11595, 16980, 11429, 15249, 10623, 14469, 10365, 8137, 12529, 8016, 12522, 9481, 13353, 9212, 13163, 10306, 13286, 11140, 12639, 11068, 9220, 11509, 12556, 11896, 9644, 12327, 8403, 12307, 7811, 11136, 12522, 13805, 10163, 13280, 9700, 14368, 11070, 13443, 10959, 14857, 11252, 15289, 10919, 8112, 9978, 7832, 10131, 8083, 10904, 8885, 9730, 10272, 12724, 15260, 11255, 9504, 11410, 9066, 11147, 11186, 14872, 11428, 15900, 11251, 15654, 11623, 15050, 11989, 16264, 12326, 15761, 11760, 13126, 11860, 13553, 12738, 12251, 12542, 9026, 13969, 10285, 13651, 10609, 15187, 11107, 12935, 11463, 9097, 11592, 9844, 12191, 9132, 12250, 8564, 12059, 8554, 13071, 8851, 12737, 8282, 12021, 7992, 12628, 8631, 13019, 8137, 12105, 8456, 13087, 8430, 13117, 8200, 11784, 8299, 13005, 10520, 13997, 11429, 14732, 11067, 15664, 11490, 13829, 11820, 9095, 11715, 8941, 13376, 9457, 13385, 9137, 13309, 10843, 15192, 12307, 13201, 12006, 8151, 11953, 9232, 14205, 11734, 15396, 11933, 13258, 11728, 16345, 12451, 13566, 12661, 8990, 12709, 9732, 13519, 10295, 13801, 9186, 13108, 8645, 14260, 9477, 14071, 9109, 13386, 9525, 14305, 9277, 14506, 8836, 13403, 8802, 14143, 9188, 14231, 10343, 13668, 11551, 13148, 11760, 10110, 10354, 8973, 10132, 9351, 8476, 11433, 9184, 12263, 10681, 11965, 14892, 9766, 13112, 10463, 14744, 13444, 14915, 12526, 12854, 13044, 12877, 17285, 12170, 15109, 10847, 12565, 10535, 13953, 10201, 13380, 8292, 12403, 11727, 12672, 15485, 11713, 13593, 9215, 11807, 8312, 13109, 10089, 13826, 10720, 13727, 10796, 14835, 11683, 14560, 11282, 14036, 10378, 13416, 8889, 14120, 8443, 12589, 8419, 12082, 8733, 13515, 8669, 12623, 8599, 12514, 8501, 12963, 10280, 14058, 10651, 7863, 10652, 8372, 14056, 9136, 12787, 7920, 7513, 8684, 10631, 9064, 8059, 8437, 8747, 11626, 9171, 10812, 12996, 12222, 12860, 11040, 16276, 11695, 9034, 11707, 9554, 11561, 15034, 12729, 17460, 12046, 16660, 12763, 14117, 12697, 9310, 12000, 8982, 12475, 9428, 12603, 8282, 11919, 7998, 12123, 9601, 13827, 8701, 12893, 8284, 13569, 9315, 14418, 11107, 13998, 11150, 9590, 11300, 8129, 11434, 9613, 13471, 10704, 12655, 12870, 8507, 12705, 8444, 13083, 10465, 15211, 11597, 14641, 11626, 13460, 12071, 15680, 12631, 11100, 12019, 8366, 12883, 9390, 8198, 12350, 9480, 8332, 9639, 11259, 12659, 9910, 8818, 8985, 8726, 11078, 11541, 13020, 12643, 11966, 14367, 12024, 11679, 10254, 8556, 14357, 10515, 15828, 11786, 13771, 11677, 9099, 12876, 8729, 13525, 8645, 13320, 11317, 16085, 12676, 8439, 10439, 8015, 10342, 9658, 7619, 11063, 8664, 9815, 10609, 8681, 14359, 11859, 13561, 11737, 11117, 12149, 14536, 14700, 10343, 13041, 9604, 12103, 10986, 8178, 13099, 9143, 8730, 8360, 9256, 8851, 10768, 10586, 8901, 8164, 8922, 9354, 14178, 11882, 18020, 16162, 19332, 17095, 15553, 18625, 12520, 16212, 12845, 18098, 13201, 14952, 12097, 13734, 11803, 12971, 10275, 8718, 9746, 8091, 12272, 10607, 7923, 10417, 8311, 11329, 10030, 15585, 11988, 15257, 11534, 11423, 12394, 8729, 12073, 8750, 12943, 10760, 11738, 11102, 8569, 12125, 10072, 8131, 12452, 8452, 12672, 8468, 13003, 12439, 14010, 10988, 8324, 8215, 9632, 8690, 12466, 10022, 7784, 9772, 9737, 10958, 11090, 9785, 14963, 11347, 13435, 14031, 12933, 9020, 9377, 11193, 9200, 9289, 10498, 8219, 13057, 10751, 15268, 11762, 15744, 11967, 14679, 11847, 13666, 12775, 8853, 12314, 8276, 12685, 8266, 13904, 9396, 14260, 10127, 13361, 11341, 13890, 11374, 13546, 11482, 11025, 11509, 14044, 11568, 14393, 11350, 13001, 9706, 12811, 8538, 13072, 9698, 12120, 8507, 12087, 8323, 12492, 10600, 8063, 11322, 10732, 8541, 10897, 10411, 8380, 11787, 9088, 12417, 11934, 13125, 16544, 11622, 13944, 10691, 12386, 9667, 11627, 8094, 9056, 10114, 8066, 10623, 9676, 11645, 15639, 13056, 11760, 14880, 12170, 12058, 16595, 12078, 13873, 10901, 8236, 13101, 10035, 8043, 12457, 9890, 7811, 11774, 9884, 9006, 10648, 8060, 12765, 9969, 11533, 10490, 8370, 12561, 8536, 12394, 11804, 8517, 12757, 9497, 11792, 10292, 8024, 11639, 8548, 12313, 10473, 8384, 11464, 8667, 11309, 9992, 8810, 12818, 10970, 8517, 13459, 10237, 11031, 12728, 8955, 12675, 9680, 7735, 8690, 7957, 7560, 9174, 8241, 11069, 9511, 9317, 15565, 12146, 12938, 12965, 11667, 14868, 15619, 16892, 15232, 11627, 16688, 14107, 15415, 15418, 10545, 14043, 11438, 8895, 13089, 10598, 13814, 13528, 9407, 14840, 11744, 8456, 12028, 8966, 7968, 10013, 9181, 8142], 'WindowCenter': [4825.0, 4829.0, 4807.0, 4811.0, 4780.0, 4800.0, 4780.0, 4749.0, 4779.0, 4757.0, 4789.0, 4749.0, 4778.0, 4736.0, 4779.0, 4796.0, 4775.0, 4781.0, 4766.0, 4797.0, 4765.0, 4770.0, 4751.0, 4772.0, 4755.0, 4725.0, 4767.0, 4726.0, 4796.0, 4737.0, 4775.0, 4757.0, 4785.0, 4749.0, 4788.0, 4735.0, 4771.0, 4755.0, 4773.0, 4754.0, 4736.0, 4778.0, 4729.0, 4784.0, 4734.0, 4745.0, 4725.0, 4726.0, 4726.0, 4716.0, 4748.0, 4730.0, 4716.0, 4738.0, 4750.0, 4753.0, 4793.0, 4780.0, 4786.0, 4749.0, 4738.0, 4766.0, 4737.0, 4752.0, 4753.0, 4753.0, 4763.0, 4753.0, 4773.0, 4743.0, 4761.0, 4731.0, 4761.0, 4731.0, 4747.0, 4719.0, 4736.0, 4718.0, 4746.0, 4729.0, 4759.0, 4718.0, 4718.0, 4732.0, 4713.0, 4752.0, 4705.0, 4751.0, 4723.0, 4753.0, 4745.0, 4762.0, 4735.0, 4763.0, 4745.0, 4763.0, 4747.0, 4766.0, 4747.0, 4761.0, 4735.0, 4760.0, 4743.0, 4761.0, 4732.0, 4751.0, 4734.0, 4762.0, 4740.0, 4760.0, 4734.0, 4750.0, 4733.0, 4751.0, 4722.0, 4760.0, 4712.0, 4739.0, 4712.0, 4751.0, 4710.0, 4759.0, 4723.0, 4751.0, 4734.0, 4732.0, 4744.0, 4715.0, 4754.0, 4715.0, 4756.0, 4735.0, 4755.0, 4755.0, 4777.0, 4723.0, 4707.0, 4669.0, 4693.0, 4731.0, 4730.0, 4773.0, 4744.0, 4769.0, 4755.0, 4745.0, 4763.0, 4756.0, 4753.0, 4777.0, 4776.0, 4787.0, 4744.0, 4738.0, 4708.0, 4739.0, 4708.0, 4738.0, 4717.0, 4724.0, 4714.0, 4715.0, 4738.0, 4698.0, 4728.0, 4687.0, 4735.0, 4718.0, 4747.0, 4729.0, 4738.0, 4741.0, 4761.0, 4729.0, 4741.0, 4699.0, 4704.0, 4691.0, 4729.0, 4712.0, 4751.0, 4725.0, 4742.0, 4722.0, 4719.0, 4720.0, 4728.0, 4708.0, 4725.0, 4709.0, 4738.0, 4732.0, 4756.0, 4736.0, 4766.0, 4736.0, 4775.0, 4730.0, 4703.0, 4742.0, 4710.0, 4736.0, 4717.0, 4746.0, 4753.0, 4711.0, 4759.0, 4750.0, 4768.0, 4750.0, 4740.0, 4767.0, 4740.0, 4790.0, 4760.0, 4767.0, 4746.0, 4733.0, 4798.0, 4769.0, 4776.0, 4742.0, 4783.0, 4744.0, 4774.0, 4733.0, 4763.0, 4734.0, 4689.0, 4737.0, 4678.0, 4725.0, 4705.0, 4748.0, 4709.0, 4749.0, 4718.0, 4748.0, 4730.0, 4737.0, 4729.0, 4712.0, 4741.0, 4738.0, 4742.0, 4713.0, 4750.0, 4702.0, 4752.0, 4692.0, 4732.0, 4751.0, 4762.0, 4722.0, 4761.0, 4722.0, 4761.0, 4731.0, 4751.0, 4732.0, 4761.0, 4743.0, 4769.0, 4732.0, 4701.0, 4718.0, 4679.0, 4720.0, 4704.0, 4740.0, 4721.0, 4722.0, 4720.0, 4741.0, 4770.0, 4741.0, 4724.0, 4757.0, 4714.0, 4744.0, 4743.0, 4764.0, 4740.0, 4783.0, 4744.0, 4771.0, 4731.0, 4747.0, 4729.0, 4758.0, 4742.0, 4771.0, 4729.0, 4737.0, 4741.0, 4749.0, 4739.0, 4741.0, 4741.0, 4700.0, 4749.0, 4720.0, 4747.0, 4720.0, 4760.0, 4730.0, 4738.0, 4729.0, 4700.0, 4729.0, 4720.0, 4741.0, 4699.0, 4725.0, 4689.0, 4727.0, 4688.0, 4739.0, 4697.0, 4739.0, 4689.0, 4728.0, 4689.0, 4738.0, 4700.0, 4751.0, 4689.0, 4728.0, 4688.0, 4739.0, 4690.0, 4750.0, 4689.0, 4728.0, 4691.0, 4749.0, 4722.0, 4750.0, 4743.0, 4761.0, 4733.0, 4770.0, 4744.0, 4753.0, 4742.0, 4712.0, 4741.0, 4709.0, 4751.0, 4711.0, 4751.0, 4711.0, 4750.0, 4732.0, 4760.0, 4743.0, 4752.0, 4741.0, 4703.0, 4752.0, 4725.0, 4763.0, 4745.0, 4773.0, 4745.0, 4750.0, 4743.0, 4770.0, 4744.0, 4752.0, 4752.0, 4711.0, 4751.0, 4710.0, 4751.0, 4720.0, 4749.0, 4709.0, 4749.0, 4700.0, 4760.0, 4710.0, 4747.0, 4699.0, 4750.0, 4709.0, 4760.0, 4711.0, 4760.0, 4700.0, 4748.0, 4711.0, 4750.0, 4710.0, 4750.0, 4722.0, 4749.0, 4745.0, 4753.0, 4748.0, 4712.0, 4725.0, 4702.0, 4707.0, 4709.0, 4701.0, 4754.0, 4724.0, 4742.0, 4734.0, 4745.0, 4762.0, 4725.0, 4753.0, 4722.0, 4764.0, 4754.0, 4764.0, 4741.0, 4754.0, 4740.0, 4738.0, 4758.0, 4729.0, 4747.0, 4718.0, 4727.0, 4718.0, 4748.0, 4720.0, 4750.0, 4690.0, 4740.0, 4729.0, 4739.0, 4756.0, 4729.0, 4737.0, 4698.0, 4727.0, 4689.0, 4738.0, 4709.0, 4750.0, 4731.0, 4750.0, 4731.0, 4761.0, 4732.0, 4761.0, 4742.0, 4749.0, 4719.0, 4761.0, 4699.0, 4749.0, 4688.0, 4729.0, 4689.0, 4740.0, 4703.0, 4740.0, 4689.0, 4741.0, 4703.0, 4738.0, 4691.0, 4741.0, 4722.0, 4751.0, 4719.0, 4689.0, 4718.0, 4703.0, 4759.0, 4713.0, 4754.0, 4706.0, 4695.0, 4703.0, 4724.0, 4707.0, 4691.0, 4673.0, 4688.0, 4727.0, 4711.0, 4730.0, 4765.0, 4752.0, 4741.0, 4733.0, 4774.0, 4742.0, 4699.0, 4742.0, 4709.0, 4728.0, 4758.0, 4727.0, 4767.0, 4728.0, 4754.0, 4727.0, 4733.0, 4721.0, 4683.0, 4711.0, 4682.0, 4712.0, 4684.0, 4722.0, 4673.0, 4713.0, 4672.0, 4722.0, 4694.0, 4747.0, 4686.0, 4736.0, 4687.0, 4737.0, 4709.0, 4748.0, 4728.0, 4748.0, 4731.0, 4722.0, 4743.0, 4703.0, 4752.0, 4737.0, 4763.0, 4746.0, 4768.0, 4766.0, 4715.0, 4763.0, 4716.0, 4764.0, 4736.0, 4775.0, 4745.0, 4765.0, 4744.0, 4752.0, 4744.0, 4772.0, 4754.0, 4731.0, 4740.0, 4701.0, 4754.0, 4730.0, 4709.0, 4760.0, 4740.0, 4703.0, 4725.0, 4757.0, 4803.0, 4773.0, 4763.0, 4749.0, 4724.0, 4754.0, 4754.0, 4763.0, 4778.0, 4780.0, 4772.0, 4755.0, 4731.0, 4719.0, 4699.0, 4748.0, 4720.0, 4759.0, 4728.0, 4737.0, 4728.0, 4698.0, 4735.0, 4697.0, 4737.0, 4702.0, 4737.0, 4728.0, 4767.0, 4753.0, 4713.0, 4732.0, 4704.0, 4743.0, 4731.0, 4705.0, 4743.0, 4715.0, 4746.0, 4746.0, 4728.0, 4788.0, 4769.0, 4777.0, 4760.0, 4746.0, 4756.0, 4777.0, 4776.0, 4736.0, 4753.0, 4713.0, 4730.0, 4735.0, 4707.0, 4758.0, 4715.0, 4724.0, 4695.0, 4702.0, 4691.0, 4719.0, 4733.0, 4714.0, 4700.0, 4699.0, 4713.0, 4752.0, 4735.0, 4772.0, 4764.0, 4784.0, 4775.0, 4763.0, 4783.0, 4743.0, 4772.0, 4743.0, 4770.0, 4742.0, 4740.0, 4717.0, 4715.0, 4702.0, 4714.0, 4693.0, 4674.0, 4669.0, 4662.0, 4697.0, 4691.0, 4649.0, 4678.0, 4660.0, 4704.0, 4696.0, 4747.0, 4729.0, 4747.0, 4717.0, 4717.0, 4727.0, 4685.0, 4727.0, 4700.0, 4740.0, 4731.0, 4730.0, 4732.0, 4702.0, 4743.0, 4725.0, 4706.0, 4756.0, 4707.0, 4755.0, 4705.0, 4756.0, 4745.0, 4765.0, 4734.0, 4706.0, 4702.0, 4711.0, 4702.0, 4728.0, 4699.0, 4683.0, 4708.0, 4722.0, 4745.0, 4756.0, 4749.0, 4798.0, 4759.0, 4789.0, 4774.0, 4748.0, 4711.0, 4723.0, 4754.0, 4738.0, 4735.0, 4748.0, 4717.0, 4763.0, 4744.0, 4770.0, 4743.0, 4756.0, 4739.0, 4746.0, 4728.0, 4746.0, 4737.0, 4695.0, 4725.0, 4675.0, 4722.0, 4674.0, 4735.0, 4694.0, 4743.0, 4703.0, 4733.0, 4715.0, 4733.0, 4726.0, 4748.0, 4739.0, 4729.0, 4740.0, 4761.0, 4742.0, 4772.0, 4744.0, 4764.0, 4723.0, 4750.0, 4702.0, 4764.0, 4735.0, 4765.0, 4714.0, 4752.0, 4713.0, 4748.0, 4734.0, 4714.0, 4752.0, 4754.0, 4741.0, 4767.0, 4771.0, 4743.0, 4783.0, 4755.0, 4783.0, 4772.0, 4782.0, 4801.0, 4761.0, 4781.0, 4751.0, 4759.0, 4713.0, 4737.0, 4710.0, 4672.0, 4720.0, 4716.0, 4756.0, 4759.0, 4782.0, 4796.0, 4776.0, 4750.0, 4782.0, 4764.0, 4765.0, 4784.0, 4766.0, 4747.0, 4728.0, 4699.0, 4747.0, 4717.0, 4688.0, 4750.0, 4732.0, 4701.0, 4751.0, 4722.0, 4722.0, 4745.0, 4705.0, 4752.0, 4734.0, 4742.0, 4742.0, 4712.0, 4762.0, 4723.0, 4761.0, 4751.0, 4711.0, 4760.0, 4733.0, 4752.0, 4734.0, 4713.0, 4754.0, 4725.0, 4764.0, 4755.0, 4725.0, 4767.0, 4738.0, 4754.0, 4745.0, 4725.0, 4776.0, 4758.0, 4741.0, 4790.0, 4760.0, 4764.0, 4798.0, 4771.0, 4797.0, 4754.0, 4743.0, 4740.0, 4730.0, 4717.0, 4735.0, 4726.0, 4741.0, 4719.0, 4721.0, 4783.0, 4751.0, 4772.0, 4790.0, 4769.0, 4756.0, 4798.0, 4791.0, 4767.0, 4726.0, 4766.0, 4747.0, 4752.0, 4742.0, 4685.0, 4731.0, 4710.0, 4668.0, 4721.0, 4701.0, 4716.0, 4718.0, 4680.0, 4729.0, 4712.0, 4684.0, 4721.0, 4706.0, 4698.0, 4728.0, 4718.0, 4698.0], 'WindowWidth': [10519.0, 10514.0, 10475.0, 10473.0, 10426.0, 10454.0, 10425.0, 10378.0, 10419.0, 10386.0, 10433.0, 10377.0, 10417.0, 10358.0, 10418.0, 10442.0, 10409.0, 10415.0, 10398.0, 10445.0, 10397.0, 10397.0, 10372.0, 10399.0, 10381.0, 10342.0, 10399.0, 10344.0, 10443.0, 10361.0, 10412.0, 10389.0, 10425.0, 10379.0, 10432.0, 10354.0, 10398.0, 10380.0, 10402.0, 10380.0, 10357.0, 10414.0, 10351.0, 10431.0, 10361.0, 10360.0, 10333.0, 10333.0, 10333.0, 10319.0, 10368.0, 10348.0, 10321.0, 10352.0, 10375.0, 10383.0, 10446.0, 10427.0, 10429.0, 10383.0, 10364.0, 10398.0, 10358.0, 10374.0, 10375.0, 10370.0, 10390.0, 10373.0, 10404.0, 10359.0, 10381.0, 10338.0, 10380.0, 10338.0, 10357.0, 10320.0, 10338.0, 10317.0, 10353.0, 10333.0, 10377.0, 10319.0, 10318.0, 10344.0, 10323.0, 10373.0, 10313.0, 10371.0, 10337.0, 10377.0, 10366.0, 10386.0, 10354.0, 10389.0, 10369.0, 10391.0, 10373.0, 10396.0, 10370.0, 10385.0, 10352.0, 10383.0, 10360.0, 10383.0, 10346.0, 10368.0, 10349.0, 10384.0, 10354.0, 10383.0, 10348.0, 10368.0, 10346.0, 10369.0, 10331.0, 10382.0, 10317.0, 10351.0, 10320.0, 10371.0, 10315.0, 10378.0, 10334.0, 10371.0, 10354.0, 10347.0, 10366.0, 10327.0, 10380.0, 10329.0, 10385.0, 10355.0, 10385.0, 10395.0, 10425.0, 10348.0, 10313.0, 10242.0, 10271.0, 10355.0, 10348.0, 10416.0, 10374.0, 10403.0, 10391.0, 10378.0, 10399.0, 10391.0, 10373.0, 10417.0, 10413.0, 10435.0, 10362.0, 10349.0, 10305.0, 10349.0, 10305.0, 10349.0, 10318.0, 10322.0, 10309.0, 10312.0, 10348.0, 10296.0, 10334.0, 10276.0, 10341.0, 10321.0, 10361.0, 10339.0, 10348.0, 10361.0, 10388.0, 10337.0, 10353.0, 10286.0, 10285.0, 10277.0, 10328.0, 10306.0, 10359.0, 10329.0, 10349.0, 10324.0, 10314.0, 10315.0, 10324.0, 10293.0, 10315.0, 10305.0, 10350.0, 10352.0, 10387.0, 10361.0, 10403.0, 10359.0, 10413.0, 10343.0, 10307.0, 10359.0, 10326.0, 10353.0, 10327.0, 10365.0, 10386.0, 10328.0, 10391.0, 10388.0, 10408.0, 10385.0, 10372.0, 10406.0, 10372.0, 10443.0, 10400.0, 10403.0, 10373.0, 10349.0, 10452.0, 10411.0, 10415.0, 10363.0, 10420.0, 10365.0, 10406.0, 10350.0, 10391.0, 10354.0, 10284.0, 10344.0, 10265.0, 10326.0, 10300.0, 10364.0, 10310.0, 10369.0, 10325.0, 10364.0, 10340.0, 10348.0, 10341.0, 10319.0, 10359.0, 10351.0, 10361.0, 10321.0, 10370.0, 10308.0, 10374.0, 10293.0, 10345.0, 10372.0, 10390.0, 10333.0, 10388.0, 10333.0, 10386.0, 10344.0, 10371.0, 10347.0, 10382.0, 10363.0, 10395.0, 10347.0, 10306.0, 10323.0, 10272.0, 10329.0, 10316.0, 10360.0, 10336.0, 10333.0, 10327.0, 10356.0, 10397.0, 10361.0, 10341.0, 10388.0, 10325.0, 10366.0, 10362.0, 10393.0, 10355.0, 10422.0, 10366.0, 10402.0, 10343.0, 10361.0, 10335.0, 10376.0, 10359.0, 10400.0, 10338.0, 10347.0, 10356.0, 10364.0, 10351.0, 10356.0, 10356.0, 10299.0, 10365.0, 10326.0, 10359.0, 10325.0, 10379.0, 10339.0, 10346.0, 10337.0, 10297.0, 10336.0, 10326.0, 10355.0, 10295.0, 10328.0, 10280.0, 10329.0, 10278.0, 10348.0, 10290.0, 10349.0, 10281.0, 10335.0, 10282.0, 10349.0, 10298.0, 10370.0, 10281.0, 10332.0, 10280.0, 10349.0, 10284.0, 10365.0, 10283.0, 10335.0, 10288.0, 10365.0, 10331.0, 10366.0, 10360.0, 10383.0, 10347.0, 10395.0, 10363.0, 10375.0, 10359.0, 10318.0, 10357.0, 10312.0, 10370.0, 10316.0, 10369.0, 10316.0, 10368.0, 10344.0, 10382.0, 10362.0, 10372.0, 10356.0, 10308.0, 10376.0, 10344.0, 10390.0, 10369.0, 10405.0, 10368.0, 10369.0, 10363.0, 10396.0, 10363.0, 10373.0, 10372.0, 10316.0, 10369.0, 10311.0, 10370.0, 10325.0, 10364.0, 10310.0, 10364.0, 10296.0, 10379.0, 10313.0, 10361.0, 10298.0, 10365.0, 10310.0, 10378.0, 10314.0, 10380.0, 10298.0, 10362.0, 10315.0, 10365.0, 10311.0, 10366.0, 10327.0, 10360.0, 10363.0, 10373.0, 10371.0, 10311.0, 10331.0, 10295.0, 10301.0, 10308.0, 10304.0, 10382.0, 10342.0, 10362.0, 10351.0, 10367.0, 10388.0, 10339.0, 10378.0, 10330.0, 10396.0, 10378.0, 10397.0, 10357.0, 10378.0, 10351.0, 10347.0, 10376.0, 10336.0, 10357.0, 10318.0, 10329.0, 10320.0, 10360.0, 10325.0, 10367.0, 10285.0, 10353.0, 10335.0, 10349.0, 10371.0, 10334.0, 10344.0, 10292.0, 10328.0, 10279.0, 10346.0, 10308.0, 10365.0, 10344.0, 10367.0, 10343.0, 10382.0, 10344.0, 10383.0, 10359.0, 10365.0, 10323.0, 10385.0, 10294.0, 10362.0, 10278.0, 10332.0, 10282.0, 10356.0, 10304.0, 10349.0, 10277.0, 10352.0, 10304.0, 10345.0, 10285.0, 10352.0, 10331.0, 10367.0, 10322.0, 10282.0, 10323.0, 10308.0, 10382.0, 10320.0, 10377.0, 10317.0, 10298.0, 10307.0, 10328.0, 10308.0, 10283.0, 10251.0, 10276.0, 10332.0, 10315.0, 10342.0, 10398.0, 10375.0, 10358.0, 10350.0, 10404.0, 10362.0, 10297.0, 10357.0, 10309.0, 10333.0, 10378.0, 10332.0, 10385.0, 10333.0, 10363.0, 10330.0, 10333.0, 10314.0, 10263.0, 10300.0, 10260.0, 10301.0, 10267.0, 10317.0, 10250.0, 10305.0, 10249.0, 10317.0, 10282.0, 10359.0, 10273.0, 10342.0, 10276.0, 10344.0, 10309.0, 10361.0, 10336.0, 10362.0, 10343.0, 10333.0, 10363.0, 10310.0, 10377.0, 10363.0, 10391.0, 10372.0, 10406.0, 10400.0, 10327.0, 10391.0, 10328.0, 10393.0, 10354.0, 10408.0, 10368.0, 10393.0, 10366.0, 10373.0, 10363.0, 10402.0, 10378.0, 10342.0, 10352.0, 10302.0, 10377.0, 10352.0, 10319.0, 10389.0, 10367.0, 10308.0, 10341.0, 10394.0, 10473.0, 10429.0, 10418.0, 10392.0, 10349.0, 10383.0, 10389.0, 10394.0, 10428.0, 10431.0, 10410.0, 10385.0, 10341.0, 10322.0, 10296.0, 10361.0, 10326.0, 10379.0, 10332.0, 10345.0, 10335.0, 10291.0, 10341.0, 10292.0, 10348.0, 10302.0, 10346.0, 10337.0, 10388.0, 10376.0, 10324.0, 10350.0, 10315.0, 10368.0, 10346.0, 10316.0, 10364.0, 10329.0, 10375.0, 10374.0, 10352.0, 10436.0, 10410.0, 10418.0, 10396.0, 10373.0, 10386.0, 10414.0, 10414.0, 10355.0, 10372.0, 10317.0, 10337.0, 10353.0, 10314.0, 10380.0, 10319.0, 10346.0, 10289.0, 10293.0, 10278.0, 10314.0, 10347.0, 10325.0, 10299.0, 10291.0, 10319.0, 10373.0, 10351.0, 10403.0, 10390.0, 10421.0, 10409.0, 10388.0, 10421.0, 10359.0, 10399.0, 10360.0, 10393.0, 10354.0, 10347.0, 10309.0, 10303.0, 10284.0, 10304.0, 10275.0, 10252.0, 10235.0, 10229.0, 10268.0, 10268.0, 10207.0, 10245.0, 10225.0, 10289.0, 10285.0, 10356.0, 10334.0, 10356.0, 10315.0, 10313.0, 10327.0, 10269.0, 10326.0, 10296.0, 10352.0, 10340.0, 10337.0, 10341.0, 10302.0, 10357.0, 10336.0, 10312.0, 10380.0, 10315.0, 10379.0, 10310.0, 10380.0, 10363.0, 10395.0, 10351.0, 10314.0, 10302.0, 10312.0, 10299.0, 10327.0, 10290.0, 10272.0, 10302.0, 10329.0, 10369.0, 10385.0, 10379.0, 10447.0, 10395.0, 10440.0, 10409.0, 10362.0, 10319.0, 10336.0, 10382.0, 10366.0, 10359.0, 10376.0, 10334.0, 10393.0, 10367.0, 10399.0, 10362.0, 10373.0, 10353.0, 10356.0, 10334.0, 10359.0, 10350.0, 10286.0, 10323.0, 10258.0, 10319.0, 10255.0, 10339.0, 10284.0, 10349.0, 10295.0, 10336.0, 10315.0, 10336.0, 10330.0, 10362.0, 10355.0, 10342.0, 10358.0, 10385.0, 10361.0, 10405.0, 10368.0, 10396.0, 10338.0, 10371.0, 10305.0, 10393.0, 10357.0, 10402.0, 10329.0, 10378.0, 10325.0, 10366.0, 10352.0, 10329.0, 10378.0, 10385.0, 10375.0, 10409.0, 10418.0, 10384.0, 10437.0, 10401.0, 10436.0, 10415.0, 10433.0, 10455.0, 10398.0, 10423.0, 10382.0, 10389.0, 10313.0, 10348.0, 10325.0, 10241.0, 10325.0, 10330.0, 10390.0, 10407.0, 10438.0, 10452.0, 10425.0, 10378.0, 10423.0, 10399.0, 10397.0, 10425.0, 10404.0, 10361.0, 10335.0, 10299.0, 10363.0, 10321.0, 10281.0, 10374.0, 10353.0, 10307.0, 10375.0, 10335.0, 10337.0, 10373.0, 10317.0, 10379.0, 10355.0, 10364.0, 10366.0, 10327.0, 10394.0, 10342.0, 10393.0, 10379.0, 10323.0, 10389.0, 10354.0, 10378.0, 10356.0, 10329.0, 10383.0, 10348.0, 10397.0, 10389.0, 10349.0, 10407.0, 10371.0, 10388.0, 10374.0, 10348.0, 10419.0, 10397.0, 10379.0, 10448.0, 10403.0, 10410.0, 10463.0, 10433.0, 10457.0, 10395.0, 10391.0, 10381.0, 10367.0, 10344.0, 10363.0, 10355.0, 10363.0, 10333.0, 10339.0, 10424.0, 10380.0, 10414.0, 10448.0, 10416.0, 10376.0, 10458.0, 10435.0, 10393.0, 10332.0, 10388.0, 10358.0, 10362.0, 10347.0, 10260.0, 10332.0, 10296.0, 10239.0, 10318.0, 10287.0, 10301.0, 10306.0, 10255.0, 10325.0, 10304.0, 10272.0, 10318.0, 10310.0, 10302.0, 10340.0, 10328.0, 10299.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.01275101265822785</td></tr>
<tr><td colspan=3>aqi</td><td>0.07569759286536248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.82750130582949</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2152774182834107</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1548724699769581</td></tr>
<tr><td colspan=3>efc</td><td>0.512</td></tr>
<tr><td colspan=3>fber</td><td>3595.269</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2648978352658044</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>347</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>39.930955120828536</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6752926721363095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.475132668260966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.987889837854064</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5628555102938986</td></tr>
<tr><td colspan=3>gcor</td><td>0.00811272</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011636059731245041</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02925330586731434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.830726541722039</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>13.1635</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.0005</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.7068</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1179.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9976</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.8128</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3841.8819</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.4112</td></tr>
<tr><td colspan=3>tsnr</td><td>22.965984831913374</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>