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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0055_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0055_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5e65c4e3f51457626eadac42f8d2fc64</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:53:21.460000</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.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.093138</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3cf4438c-9c69-408b-960c-6b64d9df8a80||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.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [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': ['145321.460000', '145321.920000', '145322.380000', '145322.840000', '145323.300000', '145323.760000', '145324.220000', '145324.680000', '145325.140000', '145325.600000', '145326.060000', '145326.520000', '145326.980000', '145327.440000', '145327.900000', '145328.360000', '145328.820000', '145329.280000', '145329.740000', '145330.200000', '145330.660000', '145331.120000', '145331.580000', '145332.040000', '145332.500000', '145332.960000', '145333.420000', '145333.880000', '145334.340000', '145334.800000', '145335.260000', '145335.720000', '145336.180000', '145336.640000', '145337.100000', '145337.560000', '145338.020000', '145338.480000', '145338.940000', '145339.400000', '145339.860000', '145340.320000', '145340.780000', '145341.240000', '145341.700000', '145342.160000', '145342.620000', '145343.080000', '145343.540000', '145344.000000', '145344.460000', '145344.920000', '145345.380000', '145345.840000', '145346.300000', '145346.760000', '145347.220000', '145347.680000', '145348.140000', '145348.600000', '145349.060000', '145349.520000', '145349.980000', '145350.440000', '145350.900000', '145351.360000', '145351.820000', '145352.280000', '145352.740000', '145353.200000', '145353.660000', '145354.120000', '145354.580000', '145355.040000', '145355.500000', '145355.960000', '145356.420000', '145356.880000', '145357.340000', '145357.800000', '145358.260000', '145358.720000', '145359.180000', '145359.640000', '145400.100000', '145400.560000', '145401.020000', '145401.480000', '145401.940000', '145402.400000', '145402.860000', '145403.320000', '145403.780000', '145404.240000', '145404.700000', '145405.160000', '145405.620000', '145406.080000', '145406.540000', '145407.000000', '145407.460000', '145407.920000', '145408.380000', '145408.840000', '145409.300000', '145409.760000', '145410.220000', '145410.680000', '145411.140000', '145411.600000', '145412.060000', '145412.520000', '145412.980000', '145413.440000', '145413.900000', '145414.360000', '145414.820000', '145415.280000', '145415.740000', '145416.200000', '145416.660000', '145417.120000', '145417.580000', '145418.040000', '145418.500000', '145418.960000', '145419.420000', '145419.880000', '145420.340000', '145420.800000', '145421.260000', '145421.720000', '145422.180000', '145422.640000', '145423.100000', '145423.560000', '145424.020000', '145424.480000', '145424.940000', '145425.400000', '145425.860000', '145426.320000', '145426.780000', '145427.240000', '145427.700000', '145428.160000', '145428.620000', '145429.080000', '145429.540000', '145430.000000', '145430.460000', '145430.920000', '145431.380000', '145431.840000', '145432.300000', '145432.760000', '145433.220000', '145433.680000', '145434.140000', '145434.600000', '145435.060000', '145435.520000', '145435.980000', '145436.440000', '145436.900000', '145437.360000', '145437.820000', '145438.280000', '145438.740000', '145439.200000', '145439.660000', '145440.120000', '145440.580000', '145441.040000', '145441.500000', '145441.960000', '145442.420000', '145442.880000', '145443.340000', '145443.800000', '145444.260000', '145444.720000', '145445.180000', '145445.640000', '145446.100000', '145446.560000', '145447.020000', '145447.480000', '145447.940000', '145448.400000', '145448.860000', '145449.320000', '145449.780000', '145450.240000', '145450.700000', '145451.160000', '145451.620000', '145452.080000', '145452.540000', '145453.000000', '145453.460000', '145453.920000', '145454.380000', '145454.840000', '145455.300000', '145455.760000', '145456.220000', '145456.680000', '145457.140000', '145457.600000', '145458.060000', '145458.520000', '145458.980000', '145459.440000', '145459.900000', '145500.360000', '145500.820000', '145501.280000', '145501.740000', '145502.200000', '145502.660000', '145503.120000', '145503.580000', '145504.040000', '145504.500000', '145504.960000', '145505.420000', '145505.880000', '145506.340000', '145506.800000', '145507.260000', '145507.720000', '145508.180000', '145508.640000', '145509.100000', '145509.560000', '145510.020000', '145510.480000', '145510.940000', '145511.400000', '145511.860000', '145512.320000', '145512.780000', '145513.240000', '145513.700000', '145514.160000', '145514.620000', '145515.080000', '145515.540000', '145516.000000', '145516.460000', '145516.920000', '145517.380000', '145517.840000', '145518.300000', '145518.760000', '145519.220000', '145519.680000', '145520.140000', '145520.600000', '145521.060000', '145521.520000', '145521.980000', '145522.440000', '145522.900000', '145523.360000', '145523.820000', '145524.280000', '145524.740000', '145525.200000', '145525.660000', '145526.120000', '145526.580000', '145527.040000', '145527.500000', '145527.960000', '145528.420000', '145528.880000', '145529.340000', '145529.800000', '145530.260000', '145530.720000', '145531.180000', '145531.640000', '145532.100000', '145532.560000', '145533.020000', '145533.480000', '145533.940000', '145534.400000', '145534.860000', '145535.320000', '145535.780000', '145536.240000', '145536.700000', '145537.160000', '145537.620000', '145538.080000', '145538.540000', '145539.000000', '145539.460000', '145539.920000', '145540.380000', '145540.840000', '145541.300000', '145541.760000', '145542.220000', '145542.680000', '145543.140000', '145543.600000', '145544.060000', '145544.520000', '145544.980000', '145545.440000', '145545.900000', '145546.360000', '145546.820000', '145547.280000', '145547.740000', '145548.200000', '145548.660000', '145549.120000', '145549.580000', '145550.040000', '145550.500000', '145550.960000', '145551.420000', '145551.880000', '145552.340000', '145552.800000', '145553.260000', '145553.720000', '145554.180000', '145554.640000', '145555.100000', '145555.560000', '145556.020000', '145556.480000', '145556.940000', '145557.400000', '145557.860000', '145558.320000', '145558.780000', '145559.240000', '145559.700000', '145600.160000', '145600.620000', '145601.080000', '145601.540000', '145602.000000', '145602.460000', '145602.920000', '145603.380000', '145603.840000', '145604.300000', '145604.760000', '145605.220000', '145605.680000', '145606.140000', '145606.600000', '145607.060000', '145607.520000', '145607.980000', '145608.440000', '145608.900000', '145609.360000', '145609.820000', '145610.280000', '145610.740000', '145611.200000', '145611.660000', '145612.120000', '145612.580000', '145613.040000', '145613.500000', '145613.960000', '145614.420000', '145614.880000', '145615.340000', '145615.800000', '145616.260000', '145616.720000', '145617.180000', '145617.640000', '145618.100000', '145618.560000', '145619.020000', '145619.480000', '145619.940000', '145620.400000', '145620.860000', '145621.320000', '145621.780000', '145622.240000', '145622.700000', '145623.160000', '145623.620000', '145624.080000', '145624.540000', '145625.000000', '145625.460000', '145625.920000', '145626.380000', '145626.840000', '145627.300000', '145627.760000', '145628.220000', '145628.680000', '145629.140000', '145629.600000', '145630.060000', '145630.520000', '145630.980000', '145631.440000', '145631.900000', '145632.360000', '145632.820000', '145633.280000', '145633.740000', '145634.200000', '145634.660000', '145635.120000', '145635.580000', '145636.040000', '145636.500000', '145636.960000', '145637.420000', '145637.880000', '145638.340000', '145638.800000', '145639.260000', '145639.720000', '145640.180000', '145640.640000', '145641.100000', '145641.560000', '145642.020000', '145642.480000', '145642.940000', '145643.400000', '145643.860000', '145644.320000', '145644.780000', '145645.240000', '145645.700000', '145646.160000', '145646.620000', '145647.080000', '145647.540000', '145648.000000', '145648.460000', '145648.920000', '145649.380000', '145649.840000', '145650.300000', '145650.760000', '145651.220000', '145651.680000', '145652.140000', '145652.600000', '145653.060000', '145653.520000', '145653.980000', '145654.440000', '145654.900000', '145655.360000', '145655.820000', '145656.280000', '145656.740000', '145657.200000', '145657.660000', '145658.120000', '145658.580000', '145659.040000', '145659.500000', '145659.960000', '145700.420000', '145700.880000', '145701.340000', '145701.800000', '145702.260000', '145702.720000', '145703.180000', '145703.640000', '145704.100000', '145704.560000', '145705.020000', '145705.480000', '145705.940000', '145706.400000', '145706.860000', '145707.320000', '145707.780000', '145708.240000', '145708.700000', '145709.160000', '145709.620000', '145710.080000', '145710.540000', '145711.000000', '145711.460000', '145711.920000', '145712.380000', '145712.840000', '145713.300000', '145713.760000', '145714.220000', '145714.680000', '145715.140000', '145715.600000', '145716.060000', '145716.520000', '145716.980000', '145717.440000', '145717.900000', '145718.360000', '145718.820000', '145719.280000', '145719.740000', '145720.200000', '145720.660000', '145721.120000', '145721.580000', '145722.040000', '145722.500000', '145722.960000', '145723.420000', '145723.880000', '145724.340000', '145724.800000', '145725.260000', '145725.720000', '145726.180000', '145726.640000', '145727.100000', '145727.560000', '145728.020000', '145728.480000', '145728.940000', '145729.400000', '145729.860000', '145730.320000', '145730.780000', '145731.240000', '145731.700000', '145732.160000', '145732.620000', '145733.080000', '145733.540000', '145734.000000', '145734.460000', '145734.920000', '145735.380000', '145735.840000', '145736.300000', '145736.760000', '145737.220000', '145737.680000', '145738.140000', '145738.600000', '145739.060000', '145739.520000', '145739.980000', '145740.440000', '145740.900000', '145741.360000', '145741.820000', '145742.280000', '145742.740000', '145743.200000', '145743.660000', '145744.120000', '145744.580000', '145745.040000', '145745.500000', '145745.960000', '145746.420000', '145746.880000', '145747.340000', '145747.800000', '145748.260000', '145748.720000', '145749.180000', '145749.640000', '145750.100000', '145750.560000', '145751.020000', '145751.480000', '145751.940000', '145752.400000', '145752.860000', '145753.320000', '145753.780000', '145754.240000', '145754.700000', '145755.160000', '145755.620000', '145756.080000', '145756.540000', '145757.000000', '145757.460000', '145757.920000', '145758.380000', '145758.840000', '145759.300000', '145759.760000', '145800.220000', '145800.680000', '145801.140000', '145801.600000', '145802.060000', '145802.520000', '145802.980000', '145803.440000', '145803.900000', '145804.360000', '145804.820000', '145805.280000', '145805.740000', '145806.200000', '145806.660000', '145807.120000', '145807.580000', '145808.040000', '145808.500000', '145808.960000', '145809.420000', '145809.880000', '145810.340000', '145810.800000', '145811.260000', '145811.720000', '145812.180000', '145812.640000', '145813.100000', '145813.560000', '145814.020000', '145814.480000', '145814.940000', '145815.400000', '145815.860000', '145816.320000', '145816.780000', '145817.240000', '145817.700000', '145818.160000', '145818.620000', '145819.080000', '145819.540000', '145820.000000', '145820.460000', '145820.920000', '145821.380000', '145821.840000', '145822.300000', '145822.760000', '145823.220000', '145823.680000', '145824.140000', '145824.600000', '145825.060000', '145825.520000', '145825.980000', '145826.440000', '145826.900000', '145827.360000', '145827.820000', '145828.280000', '145828.740000', '145829.200000', '145829.660000', '145830.120000', '145830.580000', '145831.040000', '145831.500000', '145831.960000', '145832.420000', '145832.880000', '145833.340000', '145833.800000', '145834.260000', '145834.720000', '145835.180000', '145835.640000', '145836.100000', '145836.560000', '145837.020000', '145837.480000', '145837.940000', '145838.400000', '145838.860000', '145839.320000', '145839.780000', '145840.240000', '145840.700000', '145841.160000', '145841.620000', '145842.080000', '145842.540000', '145843.000000', '145843.460000', '145843.920000', '145844.380000', '145844.840000', '145845.300000', '145845.760000', '145846.220000', '145846.680000', '145847.140000', '145847.600000', '145848.060000', '145848.520000', '145848.980000', '145849.440000', '145849.900000', '145850.360000', '145850.820000', '145851.280000', '145851.740000', '145852.200000', '145852.660000', '145853.120000', '145853.580000', '145854.040000', '145854.500000', '145854.960000', '145855.420000', '145855.880000', '145856.340000', '145856.800000', '145857.260000', '145857.720000', '145858.180000', '145858.640000', '145859.100000', '145859.560000', '145900.020000', '145900.480000', '145900.940000', '145901.400000', '145901.860000', '145902.320000', '145902.780000', '145903.240000', '145903.700000', '145904.160000', '145904.620000', '145905.080000', '145905.540000', '145906.000000', '145906.460000', '145906.920000', '145907.380000', '145907.840000', '145908.300000', '145908.760000', '145909.220000', '145909.680000', '145910.140000', '145910.600000', '145911.060000', '145911.520000', '145911.980000', '145912.440000', '145912.900000', '145913.360000', '145913.820000', '145914.280000', '145914.740000', '145915.200000', '145915.660000', '145916.120000', '145916.580000', '145917.040000', '145917.500000', '145917.960000', '145918.420000', '145918.880000', '145919.340000', '145919.800000', '145920.260000', '145920.720000', '145921.180000', '145921.640000', '145922.100000', '145922.560000', '145923.020000', '145923.480000', '145923.940000', '145924.400000', '145924.860000', '145925.320000', '145925.780000', '145926.240000', '145926.700000', '145927.160000', '145927.620000', '145928.080000', '145928.540000', '145929.000000', '145929.460000', '145929.920000', '145930.380000', '145930.840000', '145931.300000', '145931.760000', '145932.220000', '145932.680000', '145933.140000', '145933.600000', '145934.060000', '145934.520000', '145934.980000', '145935.440000', '145935.900000', '145936.360000', '145936.820000', '145937.280000', '145937.740000', '145938.200000', '145938.660000', '145939.120000', '145939.580000', '145940.040000', '145940.500000', '145940.960000', '145941.420000', '145941.880000', '145942.340000', '145942.800000', '145943.260000', '145943.720000', '145944.180000', '145944.640000', '145945.100000', '145945.560000', '145946.020000', '145946.480000', '145946.940000', '145947.400000', '145947.860000', '145948.320000', '145948.780000', '145949.240000', '145949.700000', '145950.160000', '145950.620000', '145951.080000', '145951.540000', '145952.000000', '145952.460000', '145952.920000', '145953.380000', '145953.840000', '145954.300000', '145954.760000', '145955.220000', '145955.680000', '145956.140000', '145956.600000', '145957.060000', '145957.520000', '145957.980000', '145958.440000', '145958.900000', '145959.360000', '145959.820000', '150000.280000', '150000.740000', '150001.200000', '150001.660000', '150002.120000'], 'ContentTime': ['145337.877000', '145337.880000', '145337.883000', '145337.885000', '145337.888000', '145337.890000', '145337.893000', '145337.895000', '145337.898000', '145337.901000', '145337.903000', '145337.906000', '145337.908000', '145337.911000', '145337.913000', '145337.916000', '145337.919000', '145337.921000', '145337.932000', '145337.935000', '145337.938000', '145337.941000', '145337.943000', '145337.946000', '145337.948000', '145337.951000', '145337.954000', '145337.956000', '145337.959000', '145337.961000', '145337.964000', '145337.967000', '145337.969000', '145357.824000', '145357.827000', '145357.830000', '145357.832000', '145357.835000', '145357.837000', '145357.840000', '145357.842000', '145357.845000', '145357.848000', '145357.850000', '145357.853000', '145357.855000', '145357.858000', '145357.860000', '145357.863000', '145357.866000', '145357.868000', '145357.871000', '145357.873000', '145357.876000', '145357.878000', '145357.881000', '145357.884000', '145357.886000', '145357.889000', '145357.891000', '145357.894000', '145357.896000', '145357.899000', '145357.901000', '145357.904000', '145357.907000', '145357.909000', '145357.915000', '145357.918000', '145357.921000', '145357.923000', '145357.926000', '145357.928000', '145357.931000', '145357.933000', '145357.936000', '145357.938000', '145417.824000', '145417.827000', '145417.830000', '145417.832000', '145417.835000', '145417.837000', '145417.840000', '145417.842000', '145417.845000', '145417.847000', '145417.850000', '145417.852000', '145417.855000', '145417.857000', '145417.860000', '145417.863000', '145417.865000', '145417.868000', '145417.870000', '145417.873000', '145417.875000', '145417.878000', '145417.881000', '145417.883000', '145417.886000', '145417.888000', '145417.891000', '145417.894000', '145417.896000', '145417.899000', '145417.901000', '145417.904000', '145417.906000', '145417.909000', '145417.911000', '145417.914000', '145417.917000', '145417.919000', '145417.922000', '145417.924000', '145417.927000', '145417.930000', '145417.932000', '145437.824000', '145437.826000', '145437.829000', '145437.832000', '145437.834000', '145437.837000', '145437.839000', '145437.842000', '145437.845000', '145437.847000', '145437.850000', '145437.852000', '145437.855000', '145437.857000', '145437.860000', '145437.862000', '145437.865000', '145437.867000', '145437.870000', '145437.873000', '145437.875000', '145437.878000', '145437.880000', '145437.883000', '145437.886000', '145437.888000', '145437.891000', '145437.893000', '145437.896000', '145437.898000', '145437.901000', '145437.903000', '145437.906000', '145437.909000', '145437.911000', '145437.914000', '145437.916000', '145437.919000', '145437.922000', '145437.924000', '145437.927000', '145437.929000', '145437.932000', '145437.934000', '145457.823000', '145457.826000', '145457.829000', '145457.831000', '145457.834000', '145457.837000', '145457.839000', '145457.842000', '145457.844000', '145457.847000', '145457.849000', '145457.852000', '145457.854000', '145457.857000', '145457.859000', '145457.862000', '145457.865000', '145457.867000', '145457.870000', '145457.872000', '145457.875000', '145457.878000', '145457.880000', '145457.883000', '145457.885000', '145457.888000', '145457.890000', '145457.893000', '145457.895000', '145457.898000', '145457.901000', '145457.903000', '145457.906000', '145457.908000', '145457.911000', '145457.913000', '145457.916000', '145457.919000', '145457.921000', '145457.924000', '145457.926000', '145457.929000', '145457.932000', '145517.825000', '145517.827000', '145517.830000', '145517.832000', '145517.853000', '145517.856000', '145517.858000', '145517.861000', '145517.863000', '145517.866000', '145517.869000', '145517.871000', '145517.874000', '145517.876000', '145517.879000', '145517.881000', '145517.884000', '145517.886000', '145517.889000', '145517.892000', '145517.894000', '145517.897000', '145517.899000', '145517.902000', '145517.905000', '145517.907000', '145517.910000', '145517.912000', '145517.915000', '145517.917000', '145517.920000', '145517.922000', '145517.925000', '145517.928000', '145517.930000', '145517.933000', '145517.935000', '145517.938000', '145517.940000', '145517.943000', '145517.946000', '145517.948000', '145517.951000', '145517.953000', '145537.824000', '145537.827000', '145537.830000', '145537.832000', '145537.835000', '145537.838000', '145537.840000', '145537.843000', '145537.845000', '145537.848000', '145537.850000', '145537.853000', '145537.856000', '145537.858000', '145537.861000', '145537.863000', '145537.866000', '145537.869000', '145537.871000', '145537.874000', '145537.876000', '145537.879000', '145537.881000', '145537.884000', '145537.887000', '145537.889000', '145537.892000', '145537.894000', '145537.897000', '145537.899000', '145537.902000', '145537.905000', '145537.907000', '145537.910000', '145537.912000', '145537.915000', '145537.917000', '145537.920000', '145537.922000', '145537.925000', '145537.928000', '145537.930000', '145537.933000', '145557.825000', '145557.827000', '145557.830000', '145557.833000', '145557.835000', '145557.838000', '145557.840000', '145557.843000', '145557.846000', '145557.848000', '145557.851000', '145557.853000', '145557.856000', '145557.858000', '145557.861000', '145557.863000', '145557.866000', '145557.869000', '145557.871000', '145557.874000', '145557.876000', '145557.879000', '145557.882000', '145557.884000', '145557.887000', '145557.889000', '145557.892000', '145557.894000', '145557.897000', '145557.899000', '145557.902000', '145557.905000', '145557.907000', '145557.910000', '145557.912000', '145557.915000', '145557.918000', '145557.920000', '145557.923000', '145557.925000', '145557.928000', '145557.931000', '145557.933000', '145557.936000', '145617.824000', '145617.827000', '145617.830000', '145617.832000', '145617.835000', '145617.837000', '145617.840000', '145617.843000', '145617.845000', '145617.848000', '145617.850000', '145617.853000', '145617.856000', '145617.858000', '145617.861000', '145617.863000', '145617.866000', '145617.869000', '145617.871000', '145617.874000', '145617.876000', '145617.879000', '145617.882000', '145617.884000', '145617.887000', '145617.889000', '145617.892000', '145617.894000', '145617.897000', '145617.900000', '145617.902000', '145617.905000', '145617.907000', '145617.910000', '145617.913000', '145617.915000', '145617.918000', '145617.920000', '145617.923000', '145617.926000', '145617.928000', '145617.931000', '145617.933000', '145637.824000', '145637.827000', '145637.830000', '145637.832000', '145637.835000', '145637.838000', '145637.840000', '145637.843000', '145637.845000', '145637.848000', '145637.850000', '145637.853000', '145637.855000', '145637.858000', '145637.861000', '145637.863000', '145637.866000', '145637.868000', '145637.871000', '145637.874000', '145637.876000', '145637.879000', '145637.881000', '145637.884000', '145637.887000', '145637.889000', '145637.892000', '145637.894000', '145637.897000', '145637.904000', '145637.906000', '145637.909000', '145637.911000', '145637.914000', '145637.916000', '145637.919000', '145637.922000', '145637.924000', '145637.927000', '145637.929000', '145637.932000', '145637.934000', '145637.937000', '145637.939000', '145657.824000', '145657.826000', '145657.829000', '145657.832000', '145657.834000', '145657.837000', '145657.839000', '145657.842000', '145657.844000', '145657.847000', '145657.850000', '145657.852000', '145657.855000', '145657.857000', '145657.860000', '145657.863000', '145657.865000', '145657.868000', '145657.870000', '145657.873000', '145657.875000', '145657.878000', '145657.880000', '145657.883000', '145657.886000', '145657.888000', '145657.891000', '145657.893000', '145657.896000', '145657.899000', '145657.901000', '145657.904000', '145657.906000', '145657.909000', '145657.911000', '145657.914000', '145657.917000', '145657.919000', '145657.922000', '145657.924000', '145657.927000', '145657.929000', '145657.932000', '145717.823000', '145717.826000', '145717.829000', '145717.831000', '145717.834000', '145717.837000', '145717.839000', '145717.842000', '145717.844000', '145717.847000', '145717.850000', '145717.852000', '145717.855000', '145717.857000', '145717.860000', '145717.863000', '145717.865000', '145717.868000', '145717.871000', '145717.873000', '145717.876000', '145717.878000', '145717.881000', '145717.884000', '145717.886000', '145717.889000', '145717.891000', '145717.894000', '145717.897000', '145717.899000', '145717.902000', '145717.904000', '145717.907000', '145717.910000', '145717.912000', '145717.915000', '145717.917000', '145717.920000', '145717.923000', '145717.925000', '145717.928000', '145717.930000', '145717.933000', '145717.936000', '145737.825000', '145737.828000', '145737.830000', '145737.833000', '145737.835000', '145737.838000', '145737.840000', '145737.843000', '145737.846000', '145737.848000', '145737.851000', '145737.853000', '145737.856000', '145737.858000', '145737.861000', '145737.864000', '145737.866000', '145737.869000', '145737.871000', '145737.874000', '145737.876000', '145737.879000', '145737.882000', '145737.884000', '145737.887000', '145737.889000', '145737.892000', '145737.894000', '145737.897000', '145737.900000', '145737.902000', '145737.905000', '145737.907000', '145737.910000', '145737.913000', '145737.915000', '145737.918000', '145737.920000', '145737.923000', '145737.925000', '145737.928000', '145737.931000', '145737.933000', '145757.825000', '145757.827000', '145757.830000', '145757.833000', '145757.835000', '145757.838000', '145757.840000', '145757.843000', '145757.845000', '145757.848000', '145757.850000', '145757.853000', '145757.856000', '145757.858000', '145757.861000', '145757.863000', '145757.866000', '145757.869000', '145757.871000', '145757.874000', '145757.876000', '145757.879000', '145757.882000', '145757.884000', '145757.887000', '145757.889000', '145757.892000', '145757.894000', '145757.897000', '145757.900000', '145757.902000', '145757.905000', '145757.907000', '145757.910000', '145757.913000', '145757.915000', '145757.918000', '145757.920000', '145757.923000', '145757.925000', '145757.928000', '145757.931000', '145757.933000', '145757.936000', '145817.824000', '145817.827000', '145817.830000', '145817.832000', '145817.835000', '145817.838000', '145817.840000', '145817.843000', '145817.845000', '145817.848000', '145817.862000', '145817.864000', '145817.867000', '145817.869000', '145817.872000', '145817.875000', '145817.877000', '145817.880000', '145817.882000', '145817.885000', '145817.887000', '145817.890000', '145817.893000', '145817.895000', '145817.898000', '145817.900000', '145817.903000', '145817.906000', '145817.908000', '145817.911000', '145817.913000', '145817.916000', '145817.918000', '145817.921000', '145817.923000', '145817.926000', '145817.929000', '145817.931000', '145817.934000', '145817.936000', '145817.939000', '145817.942000', '145817.944000', '145837.824000', '145837.827000', '145837.830000', '145837.832000', '145837.835000', '145837.837000', '145837.840000', '145837.843000', '145837.845000', '145837.848000', '145837.850000', '145837.853000', '145837.857000', '145837.860000', '145837.862000', '145837.865000', '145837.868000', '145837.870000', '145837.873000', '145837.875000', '145837.878000', '145837.881000', '145837.883000', '145837.886000', '145837.889000', '145837.891000', '145837.894000', '145837.896000', '145837.899000', '145837.901000', '145837.904000', '145837.907000', '145837.909000', '145837.912000', '145837.915000', '145837.917000', '145837.920000', '145837.922000', '145837.925000', '145837.928000', '145837.930000', '145837.933000', '145837.936000', '145837.938000', '145857.825000', '145857.827000', '145857.830000', '145857.833000', '145857.835000', '145857.838000', '145857.840000', '145857.843000', '145857.846000', '145857.848000', '145857.851000', '145857.854000', '145857.856000', '145857.859000', '145857.861000', '145857.864000', '145857.866000', '145857.869000', '145857.871000', '145857.874000', '145857.877000', '145857.879000', '145857.882000', '145857.884000', '145857.887000', '145857.890000', '145857.892000', '145857.895000', '145857.897000', '145857.900000', '145857.903000', '145857.905000', '145857.908000', '145857.910000', '145857.913000', '145857.915000', '145857.918000', '145857.921000', '145857.923000', '145857.926000', '145857.929000', '145857.931000', '145857.934000', '145917.824000', '145917.826000', '145917.829000', '145917.832000', '145917.834000', '145917.837000', '145917.839000', '145917.842000', '145917.845000', '145917.847000', '145917.850000', '145917.852000', '145917.855000', '145917.857000', '145917.860000', '145917.863000', '145917.865000', '145917.868000', '145917.870000', '145917.873000', '145917.875000', '145917.878000', '145917.881000', '145917.883000', '145917.886000', '145917.888000', '145917.891000', '145917.893000', '145917.896000', '145917.899000', '145917.901000', '145917.904000', '145917.907000', '145917.909000', '145917.912000', '145917.914000', '145917.917000', '145917.920000', '145917.922000', '145917.925000', '145917.927000', '145917.930000', '145917.933000', '145937.824000', '145937.827000', '145937.829000', '145937.832000', '145937.834000', '145937.837000', '145937.839000', '145937.842000', '145937.845000', '145937.847000', '145937.850000', '145937.852000', '145937.855000', '145937.857000', '145937.860000', '145937.863000', '145937.865000', '145937.868000', '145937.870000', '145937.873000', '145937.875000', '145937.878000', '145937.892000', '145937.895000', '145937.898000', '145937.900000', '145937.903000', '145937.905000', '145937.908000', '145937.910000', '145937.913000', '145937.916000', '145937.918000', '145937.921000', '145937.923000', '145937.926000', '145937.929000', '145937.931000', '145937.934000', '145937.936000', '145937.939000', '145937.941000', '145937.944000', '145937.947000', '145957.824000', '145957.827000', '145957.830000', '145957.833000', '145957.836000', '145957.839000', '145957.842000', '145957.845000', '145957.847000', '145957.850000', '145957.853000', '145957.855000', '145957.858000', '145957.860000', '145957.863000', '145957.865000', '145957.868000', '145957.871000', '145957.873000', '145957.876000', '145957.878000', '145957.881000', '145957.884000', '145957.886000', '145957.889000', '145957.891000', '145957.895000', '145957.897000', '145957.900000', '145957.903000', '145957.905000', '145957.908000', '145957.910000', '145957.913000', '145957.915000', '145957.918000', '145957.921000', '145957.923000', '145957.926000', '145957.928000', '145957.931000', '145957.933000', '145957.936000', '150003.371000', '150003.374000', '150003.377000', '150003.380000', '150003.383000', '150003.385000', '150003.388000', '150003.391000', '150003.393000', '150003.396000', '150003.399000', '150003.401000', '150003.404000'], 'InstanceCreationTime': ['145337.877000', '145337.880000', '145337.883000', '145337.885000', '145337.888000', '145337.890000', '145337.893000', '145337.895000', '145337.898000', '145337.901000', '145337.903000', '145337.906000', '145337.908000', '145337.911000', '145337.913000', '145337.916000', '145337.919000', '145337.921000', '145337.932000', '145337.935000', '145337.938000', '145337.941000', '145337.943000', '145337.946000', '145337.948000', '145337.951000', '145337.954000', '145337.956000', '145337.959000', '145337.961000', '145337.964000', '145337.967000', '145337.969000', '145357.824000', '145357.827000', '145357.830000', '145357.832000', '145357.835000', '145357.837000', '145357.840000', '145357.842000', '145357.845000', '145357.848000', '145357.850000', '145357.853000', '145357.855000', '145357.858000', '145357.860000', '145357.863000', '145357.866000', '145357.868000', '145357.871000', '145357.873000', '145357.876000', '145357.878000', '145357.881000', '145357.884000', '145357.886000', '145357.889000', '145357.891000', '145357.894000', '145357.896000', '145357.899000', '145357.901000', '145357.904000', '145357.907000', '145357.909000', '145357.915000', '145357.918000', '145357.921000', '145357.923000', '145357.926000', '145357.928000', '145357.931000', '145357.933000', '145357.936000', '145357.938000', '145417.824000', '145417.827000', '145417.830000', '145417.832000', '145417.835000', '145417.837000', '145417.840000', '145417.842000', '145417.845000', '145417.847000', '145417.850000', '145417.852000', '145417.855000', '145417.857000', '145417.860000', '145417.863000', '145417.865000', '145417.868000', '145417.870000', '145417.873000', '145417.875000', '145417.878000', '145417.881000', '145417.883000', '145417.886000', '145417.888000', '145417.891000', '145417.894000', '145417.896000', '145417.899000', '145417.901000', '145417.904000', '145417.906000', '145417.909000', '145417.911000', '145417.914000', '145417.917000', '145417.919000', '145417.922000', '145417.924000', '145417.927000', '145417.930000', '145417.932000', '145437.824000', '145437.826000', '145437.829000', '145437.832000', '145437.834000', '145437.837000', '145437.839000', '145437.842000', '145437.845000', '145437.847000', '145437.850000', '145437.852000', '145437.855000', '145437.857000', '145437.860000', '145437.862000', '145437.865000', '145437.867000', '145437.870000', '145437.873000', '145437.875000', '145437.878000', '145437.880000', '145437.883000', '145437.886000', '145437.888000', '145437.891000', '145437.893000', '145437.896000', '145437.898000', '145437.901000', '145437.903000', '145437.906000', '145437.909000', '145437.911000', '145437.914000', '145437.916000', '145437.919000', '145437.922000', '145437.924000', '145437.927000', '145437.929000', '145437.932000', '145437.934000', '145457.823000', '145457.826000', '145457.829000', '145457.831000', '145457.834000', '145457.837000', '145457.839000', '145457.842000', '145457.844000', '145457.847000', '145457.849000', '145457.852000', '145457.854000', '145457.857000', '145457.859000', '145457.862000', '145457.865000', '145457.867000', '145457.870000', '145457.872000', '145457.875000', '145457.878000', '145457.880000', '145457.883000', '145457.885000', '145457.888000', '145457.890000', '145457.893000', '145457.895000', '145457.898000', '145457.901000', '145457.903000', '145457.906000', '145457.908000', '145457.911000', '145457.913000', '145457.916000', '145457.919000', '145457.921000', '145457.924000', '145457.926000', '145457.929000', '145457.932000', '145517.825000', '145517.827000', '145517.830000', '145517.832000', '145517.853000', '145517.856000', '145517.858000', '145517.861000', '145517.863000', '145517.866000', '145517.869000', '145517.871000', '145517.874000', '145517.876000', '145517.879000', '145517.881000', '145517.884000', '145517.886000', '145517.889000', '145517.892000', '145517.894000', '145517.897000', '145517.899000', '145517.902000', '145517.905000', '145517.907000', '145517.910000', '145517.912000', '145517.915000', '145517.917000', '145517.920000', '145517.922000', '145517.925000', '145517.928000', '145517.930000', '145517.933000', '145517.935000', '145517.938000', '145517.940000', '145517.943000', '145517.946000', '145517.948000', '145517.951000', '145517.953000', '145537.824000', '145537.827000', '145537.830000', '145537.832000', '145537.835000', '145537.838000', '145537.840000', '145537.843000', '145537.845000', '145537.848000', '145537.850000', '145537.853000', '145537.856000', '145537.858000', '145537.861000', '145537.863000', '145537.866000', '145537.869000', '145537.871000', '145537.874000', '145537.876000', '145537.879000', '145537.881000', '145537.884000', '145537.887000', '145537.889000', '145537.892000', '145537.894000', '145537.897000', '145537.899000', '145537.902000', '145537.905000', '145537.907000', '145537.910000', '145537.912000', '145537.915000', '145537.917000', '145537.920000', '145537.922000', '145537.925000', '145537.928000', '145537.930000', '145537.933000', '145557.825000', '145557.827000', '145557.830000', '145557.833000', '145557.835000', '145557.838000', '145557.840000', '145557.843000', '145557.846000', '145557.848000', '145557.851000', '145557.853000', '145557.856000', '145557.858000', '145557.861000', '145557.863000', '145557.866000', '145557.869000', '145557.871000', '145557.874000', '145557.876000', '145557.879000', '145557.882000', '145557.884000', '145557.887000', '145557.889000', '145557.892000', '145557.894000', '145557.897000', '145557.899000', '145557.902000', '145557.905000', '145557.907000', '145557.910000', '145557.912000', '145557.915000', '145557.918000', '145557.920000', '145557.923000', '145557.925000', '145557.928000', '145557.931000', '145557.933000', '145557.936000', '145617.824000', '145617.827000', '145617.830000', '145617.832000', '145617.835000', '145617.837000', '145617.840000', '145617.843000', '145617.845000', '145617.848000', '145617.850000', '145617.853000', '145617.856000', '145617.858000', '145617.861000', '145617.863000', '145617.866000', '145617.869000', '145617.871000', '145617.874000', '145617.876000', '145617.879000', '145617.882000', '145617.884000', '145617.887000', '145617.889000', '145617.892000', '145617.894000', '145617.897000', '145617.900000', '145617.902000', '145617.905000', '145617.907000', '145617.910000', '145617.913000', '145617.915000', '145617.918000', '145617.920000', '145617.923000', '145617.926000', '145617.928000', '145617.931000', '145617.933000', '145637.824000', '145637.827000', '145637.830000', '145637.832000', '145637.835000', '145637.838000', '145637.840000', '145637.843000', '145637.845000', '145637.848000', '145637.850000', '145637.853000', '145637.855000', '145637.858000', '145637.861000', '145637.863000', '145637.866000', '145637.868000', '145637.871000', '145637.874000', '145637.876000', '145637.879000', '145637.881000', '145637.884000', '145637.887000', '145637.889000', '145637.892000', '145637.894000', '145637.897000', '145637.904000', '145637.906000', '145637.909000', '145637.911000', '145637.914000', '145637.916000', '145637.919000', '145637.922000', '145637.924000', '145637.927000', '145637.929000', '145637.932000', '145637.934000', '145637.937000', '145637.939000', '145657.824000', '145657.826000', '145657.829000', '145657.832000', '145657.834000', '145657.837000', '145657.839000', '145657.842000', '145657.844000', '145657.847000', '145657.850000', '145657.852000', '145657.855000', '145657.857000', '145657.860000', '145657.863000', '145657.865000', '145657.868000', '145657.870000', '145657.873000', '145657.875000', '145657.878000', '145657.880000', '145657.883000', '145657.886000', '145657.888000', '145657.891000', '145657.893000', '145657.896000', '145657.899000', '145657.901000', '145657.904000', '145657.906000', '145657.909000', '145657.911000', '145657.914000', '145657.917000', '145657.919000', '145657.922000', '145657.924000', '145657.927000', '145657.929000', '145657.932000', '145717.823000', '145717.826000', '145717.829000', '145717.831000', '145717.834000', '145717.837000', '145717.839000', '145717.842000', '145717.844000', '145717.847000', '145717.850000', '145717.852000', '145717.855000', '145717.857000', '145717.860000', '145717.863000', '145717.865000', '145717.868000', '145717.871000', '145717.873000', '145717.876000', '145717.878000', '145717.881000', '145717.884000', '145717.886000', '145717.889000', '145717.891000', '145717.894000', '145717.897000', '145717.899000', '145717.902000', '145717.904000', '145717.907000', '145717.910000', '145717.912000', '145717.915000', '145717.917000', '145717.920000', '145717.923000', '145717.925000', '145717.928000', '145717.930000', '145717.933000', '145717.936000', '145737.825000', '145737.828000', '145737.830000', '145737.833000', '145737.835000', '145737.838000', '145737.840000', '145737.843000', '145737.846000', '145737.848000', '145737.851000', '145737.853000', '145737.856000', '145737.858000', '145737.861000', '145737.864000', '145737.866000', '145737.869000', '145737.871000', '145737.874000', '145737.876000', '145737.879000', '145737.882000', '145737.884000', '145737.887000', '145737.889000', '145737.892000', '145737.894000', '145737.897000', '145737.900000', '145737.902000', '145737.905000', '145737.907000', '145737.910000', '145737.913000', '145737.915000', '145737.918000', '145737.920000', '145737.923000', '145737.925000', '145737.928000', '145737.931000', '145737.933000', '145757.825000', '145757.827000', '145757.830000', '145757.833000', '145757.835000', '145757.838000', '145757.840000', '145757.843000', '145757.845000', '145757.848000', '145757.850000', '145757.853000', '145757.856000', '145757.858000', '145757.861000', '145757.863000', '145757.866000', '145757.869000', '145757.871000', '145757.874000', '145757.876000', '145757.879000', '145757.882000', '145757.884000', '145757.887000', '145757.889000', '145757.892000', '145757.894000', '145757.897000', '145757.900000', '145757.902000', '145757.905000', '145757.907000', '145757.910000', '145757.913000', '145757.915000', '145757.918000', '145757.920000', '145757.923000', '145757.925000', '145757.928000', '145757.931000', '145757.933000', '145757.936000', '145817.824000', '145817.827000', '145817.830000', '145817.832000', '145817.835000', '145817.838000', '145817.840000', '145817.843000', '145817.845000', '145817.848000', '145817.862000', '145817.864000', '145817.867000', '145817.869000', '145817.872000', '145817.875000', '145817.877000', '145817.880000', '145817.882000', '145817.885000', '145817.887000', '145817.890000', '145817.893000', '145817.895000', '145817.898000', '145817.900000', '145817.903000', '145817.906000', '145817.908000', '145817.911000', '145817.913000', '145817.916000', '145817.918000', '145817.921000', '145817.923000', '145817.926000', '145817.929000', '145817.931000', '145817.934000', '145817.936000', '145817.939000', '145817.942000', '145817.944000', '145837.824000', '145837.827000', '145837.830000', '145837.832000', '145837.835000', '145837.837000', '145837.840000', '145837.843000', '145837.845000', '145837.848000', '145837.850000', '145837.853000', '145837.857000', '145837.860000', '145837.862000', '145837.865000', '145837.868000', '145837.870000', '145837.873000', '145837.875000', '145837.878000', '145837.881000', '145837.883000', '145837.886000', '145837.889000', '145837.891000', '145837.894000', '145837.896000', '145837.899000', '145837.901000', '145837.904000', '145837.907000', '145837.909000', '145837.912000', '145837.915000', '145837.917000', '145837.920000', '145837.922000', '145837.925000', '145837.928000', '145837.930000', '145837.933000', '145837.936000', '145837.938000', '145857.825000', '145857.827000', '145857.830000', '145857.833000', '145857.835000', '145857.838000', '145857.840000', '145857.843000', '145857.846000', '145857.848000', '145857.851000', '145857.854000', '145857.856000', '145857.859000', '145857.861000', '145857.864000', '145857.866000', '145857.869000', '145857.871000', '145857.874000', '145857.877000', '145857.879000', '145857.882000', '145857.884000', '145857.887000', '145857.890000', '145857.892000', '145857.895000', '145857.897000', '145857.900000', '145857.903000', '145857.905000', '145857.908000', '145857.910000', '145857.913000', '145857.915000', '145857.918000', '145857.921000', '145857.923000', '145857.926000', '145857.929000', '145857.931000', '145857.934000', '145917.824000', '145917.826000', '145917.829000', '145917.832000', '145917.834000', '145917.837000', '145917.839000', '145917.842000', '145917.845000', '145917.847000', '145917.850000', '145917.852000', '145917.855000', '145917.857000', '145917.860000', '145917.863000', '145917.865000', '145917.868000', '145917.870000', '145917.873000', '145917.875000', '145917.878000', '145917.881000', '145917.883000', '145917.886000', '145917.888000', '145917.891000', '145917.893000', '145917.896000', '145917.899000', '145917.901000', '145917.904000', '145917.907000', '145917.909000', '145917.912000', '145917.914000', '145917.917000', '145917.920000', '145917.922000', '145917.925000', '145917.927000', '145917.930000', '145917.933000', '145937.824000', '145937.827000', '145937.829000', '145937.832000', '145937.834000', '145937.837000', '145937.839000', '145937.842000', '145937.845000', '145937.847000', '145937.850000', '145937.852000', '145937.855000', '145937.857000', '145937.860000', '145937.863000', '145937.865000', '145937.868000', '145937.870000', '145937.873000', '145937.875000', '145937.878000', '145937.892000', '145937.895000', '145937.898000', '145937.900000', '145937.903000', '145937.905000', '145937.908000', '145937.910000', '145937.913000', '145937.916000', '145937.918000', '145937.921000', '145937.923000', '145937.926000', '145937.929000', '145937.931000', '145937.934000', '145937.936000', '145937.939000', '145937.941000', '145937.944000', '145937.947000', '145957.824000', '145957.827000', '145957.830000', '145957.833000', '145957.836000', '145957.839000', '145957.842000', '145957.845000', '145957.847000', '145957.850000', '145957.853000', '145957.855000', '145957.858000', '145957.860000', '145957.863000', '145957.865000', '145957.868000', '145957.871000', '145957.873000', '145957.876000', '145957.878000', '145957.881000', '145957.884000', '145957.886000', '145957.889000', '145957.891000', '145957.895000', '145957.897000', '145957.900000', '145957.903000', '145957.905000', '145957.908000', '145957.910000', '145957.913000', '145957.915000', '145957.918000', '145957.921000', '145957.923000', '145957.926000', '145957.928000', '145957.931000', '145957.933000', '145957.936000', '150003.371000', '150003.374000', '150003.377000', '150003.380000', '150003.383000', '150003.385000', '150003.388000', '150003.391000', '150003.393000', '150003.396000', '150003.399000', '150003.401000', '150003.404000'], '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': [10603, 14874, 10139, 14025, 10250, 12823, 9386, 12804, 9651, 13601, 9779, 14944, 10221, 9997, 9453, 10211, 14037, 9854, 14750, 9918, 13744, 9864, 11886, 9483, 9959, 12785, 9567, 13929, 10160, 15212, 10253, 13318, 10267, 11085, 10484, 10098, 13064, 9950, 13592, 10147, 15020, 10385, 13809, 10778, 11972, 10111, 9994, 12070, 10692, 12746, 10348, 14260, 9818, 13285, 10771, 15295, 11625, 12837, 9709, 9379, 11175, 10892, 14243, 10606, 13851, 10898, 14611, 10746, 13932, 10947, 10817, 9877, 10587, 12170, 10156, 13372, 10407, 15083, 10504, 14839, 10617, 13923, 10611, 13035, 9886, 9144, 11792, 9476, 13543, 10301, 14719, 10516, 12619, 10383, 11372, 10422, 8925, 11075, 10249, 13402, 10379, 14621, 10108, 11596, 10057, 10346, 11685, 10067, 15451, 10758, 12940, 9737, 8049, 10622, 16517, 12823, 14191, 10362, 14047, 10387, 10215, 13724, 9613, 15106, 10225, 15383, 11608, 13273, 10426, 10828, 9909, 10605, 10632, 8807, 16140, 11489, 10733, 14076, 10360, 10828, 14019, 10633, 13861, 10378, 14080, 10062, 15575, 10112, 9468, 9676, 9064, 15175, 9902, 10749, 9899, 15292, 9893, 17242, 10451, 14927, 10171, 14020, 9705, 13760, 9611, 13091, 9233, 13871, 9587, 13574, 10112, 12860, 10316, 11545, 10099, 10567, 12064, 10440, 13320, 10846, 12827, 10682, 12234, 10595, 12087, 10937, 11874, 10860, 11428, 10559, 13219, 10929, 13625, 10010, 14005, 10346, 14925, 10386, 14596, 10675, 14367, 10690, 13884, 10749, 13797, 10648, 13890, 10110, 13713, 11256, 13918, 10690, 10152, 9729, 10002, 13178, 10385, 14185, 9749, 15091, 11074, 16705, 12086, 11206, 10125, 9461, 14024, 9683, 14522, 9620, 14337, 9594, 14120, 9247, 14313, 10670, 13758, 10623, 12153, 10588, 15372, 11650, 11247, 10339, 11164, 9948, 10817, 12581, 10713, 15647, 10249, 9370, 10371, 12830, 9877, 17614, 10093, 14358, 9620, 13788, 9222, 13953, 9353, 13594, 9365, 14134, 10773, 13768, 10199, 13413, 10229, 13339, 10511, 14145, 10259, 13932, 10426, 14499, 10435, 14326, 10576, 11632, 10009, 10589, 10915, 10998, 14645, 9384, 14694, 9313, 14001, 8848, 13900, 9416, 13973, 9655, 8337, 11337, 10186, 14985, 9728, 13819, 9682, 8004, 11905, 8759, 14518, 9270, 15322, 11166, 14624, 10191, 9978, 12136, 10215, 14360, 10016, 15387, 9819, 14469, 9998, 15330, 10842, 15137, 10287, 12857, 10476, 10608, 13992, 10262, 15337, 10247, 14482, 9456, 14166, 10473, 15089, 10116, 12999, 9968, 10666, 12501, 10778, 14704, 9662, 15315, 11168, 10395, 10328, 11069, 15027, 9475, 13914, 9739, 10811, 14487, 9345, 12443, 14138, 9237, 8088, 10254, 9379, 14422, 10137, 14617, 12374, 10644, 13986, 9883, 14946, 10395, 15535, 9439, 15411, 9959, 10415, 9667, 10025, 14192, 9275, 14349, 9355, 13941, 9786, 10819, 16515, 9614, 10068, 12250, 8894, 15210, 10613, 15646, 9768, 14344, 10131, 16512, 10810, 15280, 9345, 15295, 9071, 13809, 9505, 9259, 10906, 8294, 15048, 9873, 15211, 9008, 14211, 8927, 15088, 10330, 17159, 10332, 8213, 10022, 10123, 13934, 9628, 12407, 10683, 13991, 9457, 14662, 9806, 16233, 11777, 14970, 10521, 12367, 10153, 11708, 11266, 10519, 11156, 10744, 14280, 9463, 15615, 9506, 9217, 10117, 9064, 15279, 9774, 14256, 9691, 10325, 13376, 9858, 10186, 17684, 10005, 15667, 9640, 15772, 9438, 14998, 10281, 8400, 9499, 8219, 9865, 9716, 11947, 8971, 10122, 9052, 10218, 10106, 12267, 9196, 13759, 9221, 15698, 10717, 15566, 9824, 16896, 9267, 16098, 11122, 15184, 9193, 15642, 9049, 14595, 10830, 10406, 9323, 8174, 9964, 10248, 10799, 8997, 10067, 7747, 13072, 7124, 15279, 10239, 12994, 8967, 12446, 9480, 12574, 11088, 10440, 14678, 8314, 14954, 8501, 16315, 11187, 15068, 8655, 14456, 9665, 13206, 9690, 11880, 9970, 10572, 9583, 12170, 10190, 12886, 9083, 13499, 8443, 14570, 10039, 14794, 9451, 15115, 10261, 15684, 9534, 14799, 11408, 12075, 9884, 14786, 10840, 14803, 9881, 9594, 10077, 18141, 9514, 15332, 9575, 12998, 9082, 11764, 10065, 11884, 10349, 13575, 7961, 15145, 8977, 15079, 10418, 17019, 11839, 15354, 8999, 15690, 8964, 15245, 11317, 15716, 9392, 15425, 9233, 12995, 10436, 10931, 13079, 8653, 15380, 9556, 16174, 8578, 14768, 7871, 14445, 9777, 13442, 8539, 13541, 8329, 14441, 8760, 15464, 8370, 10134, 9199, 7630, 12840, 9379, 16260, 8891, 14528, 9106, 17413, 13045, 15211, 8533, 15043, 8791, 14588, 10468, 7796, 9368, 8561, 13030, 10557, 15429, 8563, 11908, 11278, 10851, 13066, 9317, 10556, 14442, 9861, 16587, 10074, 14121, 10142, 12870, 8882, 14156, 8838, 14329, 9060, 14935, 8746, 11950, 8633, 8897, 13188, 7985, 13406, 8436, 8505, 12282, 8740, 15621, 8765, 16208, 10692, 14719, 11135, 8657, 10083, 9507, 15321, 9278, 16574, 9037, 15271, 8631, 9119, 14420, 8001, 13627, 11188, 6816, 7855, 9536, 17186, 9583, 10711, 13183, 8485, 16260, 8575, 14689, 8075, 14892, 9549, 15025, 12082, 17031, 10887, 15873, 10112, 15686, 12180, 15860, 9795, 15475, 9560, 15439, 11185, 13096, 9745, 10149, 9611, 11595, 10231, 10284, 10983, 8273, 15542, 8469, 10572, 9117, 9492, 12326, 9376, 14385, 10040, 10449, 8810, 10493, 7313, 15653, 8758, 10014, 9457, 7990, 12511, 9437, 15204, 7478, 14994, 7446, 14818, 9586, 15727, 8883, 9490, 9408, 9420, 14816, 9296, 14856, 9094, 10663, 10751, 15927, 10675, 9923, 9431, 15844, 9929, 14991, 10156, 8243, 9561, 9277, 14955, 8908, 16335, 8943, 15557, 9537, 15410, 11304, 14993, 8969, 15050, 9061, 14272, 9974, 14909, 8598, 15396, 9535, 14453, 9041, 15175, 8922, 15189, 9595, 14745, 9086, 8392, 9997, 9769, 13544, 10248, 13389, 8189, 14247, 8208, 15868, 12137, 12138, 9386, 7871, 11256, 17185, 14021, 15065, 8754, 14291, 9049, 14413, 9989, 8389, 9650, 10123, 14250, 10500, 15945, 8473, 14647, 8533, 14489, 10352, 13463, 9062, 13949, 8409, 15310, 10812, 12821, 9463, 9331, 13942, 8974, 16921, 9052, 13896, 9045, 14706, 10002, 8654, 10526, 8423, 14041, 9432, 12082, 9535, 9539, 8258, 9329, 8170, 11856, 10142, 13243, 9104, 14642, 8184, 15685, 10138, 15546, 8597, 15048, 8334, 14871, 8775, 14933, 8403, 15106, 8667, 13228, 9304, 8426, 10818, 9098, 13849], 'WindowCenter': [4242.0, 4242.0, 4210.0, 4229.0, 4184.0, 4203.0, 4171.0, 4185.0, 4168.0, 4198.0, 4180.0, 4211.0, 4177.0, 4168.0, 4184.0, 4191.0, 4212.0, 4192.0, 4213.0, 4180.0, 4224.0, 4192.0, 4205.0, 4182.0, 4178.0, 4197.0, 4195.0, 4220.0, 4194.0, 4212.0, 4193.0, 4213.0, 4192.0, 4190.0, 4193.0, 4182.0, 4200.0, 4181.0, 4199.0, 4180.0, 4222.0, 4192.0, 4211.0, 4203.0, 4201.0, 4193.0, 4181.0, 4203.0, 4187.0, 4215.0, 4182.0, 4211.0, 4180.0, 4193.0, 4193.0, 4212.0, 4189.0, 4198.0, 4181.0, 4179.0, 4203.0, 4189.0, 4209.0, 4180.0, 4198.0, 4190.0, 4209.0, 4191.0, 4200.0, 4179.0, 4191.0, 4182.0, 4190.0, 4201.0, 4194.0, 4207.0, 4206.0, 4213.0, 4194.0, 4211.0, 4180.0, 4200.0, 4190.0, 4200.0, 4181.0, 4168.0, 4188.0, 4184.0, 4206.0, 4193.0, 4213.0, 4194.0, 4202.0, 4196.0, 4192.0, 4194.0, 4170.0, 4190.0, 4173.0, 4200.0, 4178.0, 4200.0, 4193.0, 4203.0, 4180.0, 4198.0, 4196.0, 4192.0, 4204.0, 4187.0, 4200.0, 4178.0, 4158.0, 4192.0, 4226.0, 4204.0, 4201.0, 4177.0, 4200.0, 4181.0, 4178.0, 4197.0, 4168.0, 4198.0, 4177.0, 4197.0, 4190.0, 4201.0, 4176.0, 4190.0, 4178.0, 4180.0, 4178.0, 4162.0, 4210.0, 4187.0, 4189.0, 4209.0, 4193.0, 4192.0, 4212.0, 4179.0, 4195.0, 4180.0, 4197.0, 4164.0, 4208.0, 4167.0, 4163.0, 4178.0, 4180.0, 4210.0, 4180.0, 4191.0, 4181.0, 4224.0, 4182.0, 4221.0, 4192.0, 4200.0, 4167.0, 4211.0, 4179.0, 4199.0, 4170.0, 4188.0, 4169.0, 4198.0, 4178.0, 4192.0, 4180.0, 4199.0, 4193.0, 4191.0, 4192.0, 4190.0, 4200.0, 4204.0, 4215.0, 4191.0, 4203.0, 4178.0, 4188.0, 4191.0, 4190.0, 4177.0, 4189.0, 4178.0, 4187.0, 4179.0, 4199.0, 4176.0, 4200.0, 4179.0, 4193.0, 4192.0, 4210.0, 4192.0, 4213.0, 4192.0, 4210.0, 4191.0, 4199.0, 4180.0, 4196.0, 4179.0, 4197.0, 4181.0, 4198.0, 4191.0, 4197.0, 4176.0, 4177.0, 4184.0, 4178.0, 4201.0, 4177.0, 4197.0, 4181.0, 4211.0, 4176.0, 4224.0, 4187.0, 4175.0, 4165.0, 4179.0, 4198.0, 4166.0, 4196.0, 4167.0, 4211.0, 4182.0, 4207.0, 4181.0, 4199.0, 4189.0, 4199.0, 4177.0, 4201.0, 4191.0, 4200.0, 4177.0, 4164.0, 4153.0, 4163.0, 4183.0, 4179.0, 4170.0, 4151.0, 4179.0, 4163.0, 4149.0, 4149.0, 4170.0, 4165.0, 4205.0, 4178.0, 4195.0, 4164.0, 4196.0, 4168.0, 4195.0, 4165.0, 4184.0, 4154.0, 4183.0, 4176.0, 4182.0, 4161.0, 4172.0, 4150.0, 4170.0, 4175.0, 4180.0, 4162.0, 4182.0, 4163.0, 4182.0, 4164.0, 4194.0, 4165.0, 4173.0, 4153.0, 4162.0, 4177.0, 4177.0, 4195.0, 4166.0, 4184.0, 4152.0, 4195.0, 4167.0, 4184.0, 4181.0, 4200.0, 4169.0, 4158.0, 4195.0, 4148.0, 4210.0, 4181.0, 4210.0, 4194.0, 4166.0, 4198.0, 4179.0, 4207.0, 4192.0, 4236.0, 4203.0, 4226.0, 4194.0, 4178.0, 4195.0, 4207.0, 4207.0, 4179.0, 4207.0, 4181.0, 4201.0, 4180.0, 4211.0, 4178.0, 4197.0, 4166.0, 4185.0, 4179.0, 4178.0, 4198.0, 4177.0, 4207.0, 4178.0, 4198.0, 4179.0, 4197.0, 4191.0, 4210.0, 4180.0, 4211.0, 4179.0, 4179.0, 4214.0, 4187.0, 4209.0, 4192.0, 4203.0, 4190.0, 4178.0, 4178.0, 4190.0, 4220.0, 4182.0, 4212.0, 4180.0, 4191.0, 4221.0, 4176.0, 4214.0, 4207.0, 4181.0, 4170.0, 4187.0, 4196.0, 4224.0, 4194.0, 4213.0, 4201.0, 4179.0, 4194.0, 4181.0, 4222.0, 4177.0, 4195.0, 4155.0, 4195.0, 4164.0, 4166.0, 4166.0, 4164.0, 4197.0, 4166.0, 4194.0, 4194.0, 4207.0, 4176.0, 4176.0, 4206.0, 4163.0, 4165.0, 4182.0, 4181.0, 4217.0, 4191.0, 4221.0, 4181.0, 4197.0, 4179.0, 4209.0, 4176.0, 4210.0, 4166.0, 4189.0, 4166.0, 4197.0, 4166.0, 4168.0, 4177.0, 4169.0, 4211.0, 4194.0, 4225.0, 4169.0, 4196.0, 4169.0, 4195.0, 4174.0, 4209.0, 4178.0, 4156.0, 4177.0, 4191.0, 4211.0, 4168.0, 4188.0, 4176.0, 4197.0, 4169.0, 4209.0, 4179.0, 4207.0, 4189.0, 4196.0, 4167.0, 4187.0, 4177.0, 4175.0, 4175.0, 4164.0, 4174.0, 4174.0, 4196.0, 4163.0, 4195.0, 4164.0, 4165.0, 4178.0, 4182.0, 4223.0, 4196.0, 4212.0, 4181.0, 4179.0, 4200.0, 4181.0, 4180.0, 4221.0, 4166.0, 4206.0, 4166.0, 4208.0, 4168.0, 4206.0, 4179.0, 4158.0, 4180.0, 4170.0, 4181.0, 4177.0, 4201.0, 4168.0, 4178.0, 4182.0, 4190.0, 4178.0, 4201.0, 4179.0, 4209.0, 4194.0, 4233.0, 4194.0, 4223.0, 4195.0, 4216.0, 4182.0, 4223.0, 4202.0, 4221.0, 4181.0, 4220.0, 4181.0, 4221.0, 4191.0, 4190.0, 4169.0, 4158.0, 4178.0, 4179.0, 4188.0, 4170.0, 4179.0, 4159.0, 4212.0, 4157.0, 4211.0, 4194.0, 4214.0, 4189.0, 4213.0, 4175.0, 4214.0, 4203.0, 4187.0, 4206.0, 4177.0, 4216.0, 4176.0, 4221.0, 4192.0, 4212.0, 4170.0, 4200.0, 4179.0, 4197.0, 4167.0, 4187.0, 4166.0, 4174.0, 4178.0, 4185.0, 4166.0, 4182.0, 4155.0, 4184.0, 4169.0, 4211.0, 4180.0, 4198.0, 4163.0, 4182.0, 4164.0, 4194.0, 4179.0, 4208.0, 4185.0, 4186.0, 4178.0, 4209.0, 4189.0, 4209.0, 4176.0, 4162.0, 4179.0, 4217.0, 4167.0, 4190.0, 4166.0, 4184.0, 4153.0, 4171.0, 4177.0, 4187.0, 4174.0, 4188.0, 4157.0, 4206.0, 4167.0, 4209.0, 4189.0, 4232.0, 4188.0, 4208.0, 4166.0, 4207.0, 4179.0, 4208.0, 4188.0, 4208.0, 4166.0, 4204.0, 4167.0, 4197.0, 4176.0, 4175.0, 4197.0, 4166.0, 4221.0, 4177.0, 4207.0, 4167.0, 4207.0, 4156.0, 4206.0, 4176.0, 4190.0, 4169.0, 4210.0, 4167.0, 4210.0, 4169.0, 4207.0, 4169.0, 4192.0, 4194.0, 4159.0, 4212.0, 4182.0, 4234.0, 4182.0, 4223.0, 4195.0, 4221.0, 4214.0, 4209.0, 4168.0, 4223.0, 4169.0, 4210.0, 4178.0, 4157.0, 4168.0, 4182.0, 4200.0, 4190.0, 4210.0, 4169.0, 4186.0, 4189.0, 4192.0, 4211.0, 4180.0, 4189.0, 4210.0, 4181.0, 4222.0, 4180.0, 4196.0, 4166.0, 4178.0, 4150.0, 4188.0, 4168.0, 4195.0, 4153.0, 4194.0, 4155.0, 4186.0, 4157.0, 4169.0, 4212.0, 4172.0, 4210.0, 4184.0, 4183.0, 4214.0, 4184.0, 4222.0, 4184.0, 4236.0, 4204.0, 4223.0, 4192.0, 4171.0, 4191.0, 4193.0, 4223.0, 4182.0, 4223.0, 4183.0, 4222.0, 4183.0, 4185.0, 4212.0, 4172.0, 4211.0, 4189.0, 4163.0, 4167.0, 4193.0, 4238.0, 4181.0, 4182.0, 4197.0, 4167.0, 4220.0, 4180.0, 4219.0, 4173.0, 4210.0, 4178.0, 4195.0, 4191.0, 4206.0, 4176.0, 4195.0, 4164.0, 4207.0, 4185.0, 4192.0, 4151.0, 4179.0, 4162.0, 4192.0, 4158.0, 4168.0, 4138.0, 4148.0, 4162.0, 4171.0, 4160.0, 4160.0, 4159.0, 4142.0, 4202.0, 4167.0, 4177.0, 4168.0, 4178.0, 4200.0, 4180.0, 4211.0, 4180.0, 4177.0, 4167.0, 4176.0, 4172.0, 4222.0, 4180.0, 4192.0, 4194.0, 4173.0, 4216.0, 4196.0, 4221.0, 4174.0, 4220.0, 4174.0, 4218.0, 4183.0, 4224.0, 4183.0, 4191.0, 4193.0, 4207.0, 4238.0, 4203.0, 4237.0, 4194.0, 4206.0, 4205.0, 4225.0, 4208.0, 4183.0, 4182.0, 4232.0, 4194.0, 4222.0, 4190.0, 4170.0, 4178.0, 4196.0, 4219.0, 4190.0, 4233.0, 4183.0, 4223.0, 4193.0, 4223.0, 4204.0, 4211.0, 4170.0, 4222.0, 4181.0, 4209.0, 4181.0, 4208.0, 4169.0, 4211.0, 4179.0, 4209.0, 4169.0, 4209.0, 4170.0, 4208.0, 4167.0, 4222.0, 4169.0, 4169.0, 4178.0, 4192.0, 4212.0, 4191.0, 4210.0, 4184.0, 4223.0, 4184.0, 4224.0, 4205.0, 4202.0, 4183.0, 4173.0, 4206.0, 4233.0, 4211.0, 4211.0, 4170.0, 4210.0, 4182.0, 4212.0, 4181.0, 4169.0, 4179.0, 4193.0, 4223.0, 4192.0, 4223.0, 4170.0, 4210.0, 4181.0, 4211.0, 4192.0, 4195.0, 4167.0, 4207.0, 4182.0, 4211.0, 4191.0, 4201.0, 4179.0, 4182.0, 4212.0, 4170.0, 4222.0, 4180.0, 4211.0, 4184.0, 4212.0, 4177.0, 4168.0, 4179.0, 4158.0, 4198.0, 4180.0, 4188.0, 4178.0, 4179.0, 4169.0, 4181.0, 4182.0, 4199.0, 4178.0, 4199.0, 4167.0, 4218.0, 4181.0, 4221.0, 4180.0, 4209.0, 4169.0, 4211.0, 4164.0, 4208.0, 4169.0, 4209.0, 4170.0, 4221.0, 4181.0, 4207.0, 4193.0, 4177.0, 4205.0, 4196.0, 4228.0], 'WindowWidth': [9402.0, 9389.0, 9338.0, 9359.0, 9288.0, 9310.0, 9261.0, 9275.0, 9257.0, 9297.0, 9273.0, 9319.0, 9266.0, 9253.0, 9286.0, 9294.0, 9323.0, 9296.0, 9322.0, 9274.0, 9343.0, 9296.0, 9316.0, 9280.0, 9270.0, 9297.0, 9306.0, 9336.0, 9302.0, 9325.0, 9297.0, 9325.0, 9297.0, 9290.0, 9295.0, 9278.0, 9303.0, 9278.0, 9300.0, 9276.0, 9339.0, 9295.0, 9321.0, 9311.0, 9305.0, 9296.0, 9279.0, 9309.0, 9287.0, 9330.0, 9279.0, 9321.0, 9274.0, 9290.0, 9298.0, 9322.0, 9288.0, 9296.0, 9276.0, 9274.0, 9311.0, 9286.0, 9316.0, 9275.0, 9297.0, 9289.0, 9314.0, 9292.0, 9300.0, 9270.0, 9291.0, 9280.0, 9287.0, 9307.0, 9298.0, 9315.0, 9318.0, 9325.0, 9299.0, 9317.0, 9275.0, 9301.0, 9290.0, 9301.0, 9278.0, 9256.0, 9282.0, 9285.0, 9312.0, 9297.0, 9325.0, 9299.0, 9306.0, 9306.0, 9295.0, 9299.0, 9261.0, 9287.0, 9261.0, 9299.0, 9267.0, 9304.0, 9297.0, 9309.0, 9277.0, 9305.0, 9298.0, 9295.0, 9309.0, 9285.0, 9304.0, 9271.0, 9245.0, 9297.0, 9347.0, 9315.0, 9305.0, 9266.0, 9300.0, 9276.0, 9270.0, 9296.0, 9257.0, 9299.0, 9267.0, 9294.0, 9290.0, 9302.0, 9263.0, 9288.0, 9269.0, 9271.0, 9269.0, 9241.0, 9317.0, 9282.0, 9285.0, 9313.0, 9297.0, 9291.0, 9321.0, 9271.0, 9291.0, 9274.0, 9296.0, 9247.0, 9311.0, 9252.0, 9242.0, 9269.0, 9276.0, 9316.0, 9277.0, 9292.0, 9279.0, 9344.0, 9283.0, 9335.0, 9294.0, 9303.0, 9252.0, 9321.0, 9273.0, 9301.0, 9261.0, 9283.0, 9259.0, 9293.0, 9269.0, 9285.0, 9274.0, 9298.0, 9297.0, 9290.0, 9296.0, 9290.0, 9301.0, 9314.0, 9328.0, 9291.0, 9308.0, 9267.0, 9282.0, 9291.0, 9288.0, 9265.0, 9287.0, 9268.0, 9279.0, 9270.0, 9297.0, 9264.0, 9303.0, 9273.0, 9288.0, 9298.0, 9320.0, 9296.0, 9325.0, 9293.0, 9318.0, 9294.0, 9301.0, 9274.0, 9294.0, 9272.0, 9296.0, 9278.0, 9296.0, 9292.0, 9293.0, 9263.0, 9269.0, 9285.0, 9270.0, 9303.0, 9265.0, 9293.0, 9278.0, 9319.0, 9266.0, 9342.0, 9279.0, 9260.0, 9247.0, 9273.0, 9295.0, 9251.0, 9292.0, 9254.0, 9319.0, 9283.0, 9311.0, 9278.0, 9300.0, 9289.0, 9298.0, 9267.0, 9304.0, 9293.0, 9300.0, 9266.0, 9242.0, 9226.0, 9239.0, 9286.0, 9272.0, 9245.0, 9222.0, 9258.0, 9239.0, 9217.0, 9217.0, 9246.0, 9248.0, 9304.0, 9269.0, 9289.0, 9245.0, 9292.0, 9258.0, 9289.0, 9249.0, 9271.0, 9229.0, 9268.0, 9265.0, 9267.0, 9237.0, 9252.0, 9218.0, 9247.0, 9260.0, 9261.0, 9239.0, 9265.0, 9243.0, 9267.0, 9245.0, 9285.0, 9248.0, 9254.0, 9225.0, 9237.0, 9264.0, 9268.0, 9288.0, 9250.0, 9271.0, 9225.0, 9288.0, 9253.0, 9271.0, 9277.0, 9300.0, 9257.0, 9243.0, 9300.0, 9209.0, 9322.0, 9276.0, 9319.0, 9301.0, 9260.0, 9303.0, 9279.0, 9313.0, 9298.0, 9364.0, 9313.0, 9347.0, 9299.0, 9274.0, 9295.0, 9325.0, 9317.0, 9275.0, 9317.0, 9279.0, 9305.0, 9279.0, 9323.0, 9272.0, 9295.0, 9248.0, 9273.0, 9272.0, 9269.0, 9295.0, 9267.0, 9306.0, 9270.0, 9299.0, 9275.0, 9296.0, 9293.0, 9316.0, 9274.0, 9318.0, 9273.0, 9274.0, 9328.0, 9284.0, 9315.0, 9297.0, 9307.0, 9289.0, 9271.0, 9271.0, 9288.0, 9333.0, 9281.0, 9322.0, 9278.0, 9290.0, 9336.0, 9273.0, 9327.0, 9311.0, 9278.0, 9266.0, 9290.0, 9310.0, 9341.0, 9301.0, 9325.0, 9308.0, 9273.0, 9291.0, 9278.0, 9338.0, 9271.0, 9293.0, 9235.0, 9288.0, 9246.0, 9249.0, 9252.0, 9245.0, 9293.0, 9250.0, 9285.0, 9305.0, 9309.0, 9266.0, 9266.0, 9308.0, 9243.0, 9248.0, 9272.0, 9282.0, 9329.0, 9292.0, 9334.0, 9278.0, 9296.0, 9272.0, 9318.0, 9265.0, 9319.0, 9252.0, 9278.0, 9252.0, 9293.0, 9253.0, 9256.0, 9267.0, 9261.0, 9320.0, 9300.0, 9350.0, 9265.0, 9297.0, 9256.0, 9294.0, 9266.0, 9316.0, 9271.0, 9238.0, 9268.0, 9291.0, 9318.0, 9258.0, 9283.0, 9265.0, 9292.0, 9258.0, 9314.0, 9275.0, 9313.0, 9288.0, 9293.0, 9251.0, 9281.0, 9268.0, 9261.0, 9263.0, 9243.0, 9257.0, 9258.0, 9293.0, 9245.0, 9288.0, 9246.0, 9248.0, 9271.0, 9286.0, 9339.0, 9308.0, 9322.0, 9281.0, 9274.0, 9303.0, 9279.0, 9276.0, 9334.0, 9254.0, 9305.0, 9250.0, 9312.0, 9259.0, 9306.0, 9272.0, 9244.0, 9276.0, 9261.0, 9280.0, 9269.0, 9306.0, 9259.0, 9271.0, 9283.0, 9291.0, 9271.0, 9307.0, 9276.0, 9316.0, 9304.0, 9358.0, 9303.0, 9343.0, 9306.0, 9329.0, 9286.0, 9345.0, 9310.0, 9336.0, 9281.0, 9331.0, 9283.0, 9337.0, 9298.0, 9291.0, 9262.0, 9245.0, 9273.0, 9275.0, 9288.0, 9264.0, 9276.0, 9249.0, 9329.0, 9249.0, 9321.0, 9304.0, 9329.0, 9296.0, 9327.0, 9273.0, 9330.0, 9316.0, 9291.0, 9315.0, 9277.0, 9328.0, 9276.0, 9340.0, 9297.0, 9325.0, 9264.0, 9304.0, 9276.0, 9300.0, 9255.0, 9281.0, 9252.0, 9262.0, 9272.0, 9278.0, 9250.0, 9272.0, 9234.0, 9275.0, 9262.0, 9321.0, 9278.0, 9298.0, 9244.0, 9264.0, 9244.0, 9286.0, 9276.0, 9318.0, 9280.0, 9281.0, 9273.0, 9316.0, 9290.0, 9318.0, 9268.0, 9243.0, 9275.0, 9331.0, 9256.0, 9287.0, 9254.0, 9274.0, 9231.0, 9253.0, 9269.0, 9283.0, 9262.0, 9278.0, 9243.0, 9307.0, 9258.0, 9319.0, 9291.0, 9356.0, 9287.0, 9312.0, 9253.0, 9310.0, 9278.0, 9315.0, 9285.0, 9315.0, 9253.0, 9303.0, 9256.0, 9297.0, 9268.0, 9264.0, 9295.0, 9255.0, 9336.0, 9273.0, 9313.0, 9259.0, 9312.0, 9244.0, 9311.0, 9266.0, 9287.0, 9263.0, 9319.0, 9260.0, 9317.0, 9261.0, 9311.0, 9264.0, 9295.0, 9303.0, 9250.0, 9327.0, 9285.0, 9361.0, 9283.0, 9341.0, 9308.0, 9341.0, 9333.0, 9319.0, 9259.0, 9340.0, 9263.0, 9319.0, 9275.0, 9244.0, 9260.0, 9286.0, 9305.0, 9293.0, 9319.0, 9262.0, 9279.0, 9290.0, 9300.0, 9322.0, 9280.0, 9290.0, 9318.0, 9281.0, 9341.0, 9280.0, 9296.0, 9251.0, 9261.0, 9224.0, 9277.0, 9260.0, 9289.0, 9234.0, 9286.0, 9236.0, 9278.0, 9242.0, 9260.0, 9326.0, 9269.0, 9316.0, 9293.0, 9289.0, 9329.0, 9289.0, 9338.0, 9289.0, 9364.0, 9319.0, 9341.0, 9298.0, 9267.0, 9297.0, 9301.0, 9342.0, 9284.0, 9343.0, 9287.0, 9338.0, 9287.0, 9291.0, 9322.0, 9270.0, 9317.0, 9288.0, 9259.0, 9264.0, 9302.0, 9371.0, 9279.0, 9282.0, 9297.0, 9256.0, 9335.0, 9285.0, 9335.0, 9277.0, 9321.0, 9273.0, 9295.0, 9293.0, 9313.0, 9266.0, 9290.0, 9247.0, 9315.0, 9277.0, 9285.0, 9224.0, 9259.0, 9243.0, 9281.0, 9233.0, 9244.0, 9202.0, 9216.0, 9246.0, 9253.0, 9237.0, 9235.0, 9233.0, 9216.0, 9298.0, 9258.0, 9270.0, 9260.0, 9273.0, 9306.0, 9277.0, 9322.0, 9279.0, 9271.0, 9256.0, 9268.0, 9272.0, 9339.0, 9281.0, 9299.0, 9303.0, 9274.0, 9337.0, 9307.0, 9342.0, 9278.0, 9336.0, 9277.0, 9333.0, 9287.0, 9346.0, 9286.0, 9297.0, 9304.0, 9328.0, 9370.0, 9323.0, 9366.0, 9306.0, 9322.0, 9320.0, 9346.0, 9326.0, 9286.0, 9284.0, 9360.0, 9304.0, 9340.0, 9293.0, 9263.0, 9274.0, 9311.0, 9333.0, 9300.0, 9357.0, 9290.0, 9341.0, 9301.0, 9345.0, 9318.0, 9322.0, 9263.0, 9341.0, 9283.0, 9316.0, 9281.0, 9313.0, 9263.0, 9321.0, 9274.0, 9316.0, 9261.0, 9314.0, 9264.0, 9314.0, 9257.0, 9335.0, 9263.0, 9259.0, 9273.0, 9301.0, 9326.0, 9297.0, 9324.0, 9291.0, 9340.0, 9293.0, 9344.0, 9319.0, 9312.0, 9285.0, 9273.0, 9323.0, 9359.0, 9324.0, 9322.0, 9263.0, 9318.0, 9285.0, 9323.0, 9282.0, 9264.0, 9276.0, 9303.0, 9342.0, 9296.0, 9345.0, 9266.0, 9319.0, 9285.0, 9323.0, 9299.0, 9297.0, 9257.0, 9314.0, 9288.0, 9321.0, 9297.0, 9307.0, 9277.0, 9285.0, 9326.0, 9265.0, 9342.0, 9281.0, 9319.0, 9291.0, 9325.0, 9270.0, 9259.0, 9274.0, 9246.0, 9300.0, 9281.0, 9286.0, 9272.0, 9278.0, 9260.0, 9282.0, 9286.0, 9303.0, 9272.0, 9302.0, 9258.0, 9329.0, 9285.0, 9335.0, 9280.0, 9318.0, 9263.0, 9321.0, 9255.0, 9314.0, 9265.0, 9316.0, 9265.0, 9334.0, 9284.0, 9317.0, 9301.0, 9276.0, 9319.0, 9311.0, 9357.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.0004785385500575373</td></tr>
<tr><td colspan=3>aqi</td><td>0.027328533831990798</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.13702787236174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262989890737326</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873982535138262</td></tr>
<tr><td colspan=3>efc</td><td>0.5198</td></tr>
<tr><td colspan=3>fber</td><td>5645.9644</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14033132573002877</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.527042577675488</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500684163051602</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3637319436442388</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740894661924706</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.397425883585861</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010094432160258293</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.056953344494104385</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>4.286228123585197</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>23.3814</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1292</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.6235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284336.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>944.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.8097</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.466</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.8345</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.5547</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.4334</td></tr>
<tr><td colspan=3>tsnr</td><td>37.07318465982098</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>