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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0033_ses-04_task-social_acq-mb8_run-02_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-0033_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-02_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-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-02_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>d29488f43da0bb4dc676fe0138f7136a</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>10:58:23.075000</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</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-02_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.104251</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfc84be4-31e8-4a97-ae33-b9c9fa5f0d4d||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['105823.075000', '105823.535000', '105823.995000', '105824.455000', '105824.915000', '105825.375000', '105825.835000', '105826.295000', '105826.755000', '105827.215000', '105827.675000', '105828.135000', '105828.595000', '105829.055000', '105829.515000', '105829.975000', '105830.435000', '105830.895000', '105831.355000', '105831.815000', '105832.275000', '105832.735000', '105833.195000', '105833.655000', '105834.115000', '105834.575000', '105835.035000', '105835.495000', '105835.955000', '105836.415000', '105836.875000', '105837.335000', '105837.795000', '105838.255000', '105838.715000', '105839.175000', '105839.635000', '105840.095000', '105840.555000', '105841.015000', '105841.475000', '105841.935000', '105842.395000', '105842.855000', '105843.315000', '105843.775000', '105844.235000', '105844.695000', '105845.155000', '105845.615000', '105846.075000', '105846.535000', '105846.995000', '105847.455000', '105847.915000', '105848.375000', '105848.835000', '105849.295000', '105849.755000', '105850.215000', '105850.675000', '105851.135000', '105851.595000', '105852.055000', '105852.515000', '105852.975000', '105853.435000', '105853.895000', '105854.355000', '105854.815000', '105855.275000', '105855.735000', '105856.195000', '105856.655000', '105857.115000', '105857.575000', '105858.035000', '105858.495000', '105858.955000', '105859.415000', '105859.875000', '105900.335000', '105900.795000', '105901.255000', '105901.715000', '105902.175000', '105902.635000', '105903.095000', '105903.555000', '105904.015000', '105904.475000', '105904.935000', '105905.395000', '105905.855000', '105906.315000', '105906.775000', '105907.235000', '105907.695000', '105908.155000', '105908.615000', '105909.075000', '105909.535000', '105909.995000', '105910.455000', '105910.915000', '105911.375000', '105911.835000', '105912.295000', '105912.755000', '105913.215000', '105913.675000', '105914.135000', '105914.595000', '105915.055000', '105915.515000', '105915.975000', '105916.435000', '105916.895000', '105917.355000', '105917.815000', '105918.275000', '105918.735000', '105919.195000', '105919.655000', '105920.115000', '105920.575000', '105921.035000', '105921.495000', '105921.955000', '105922.415000', '105922.875000', '105923.335000', '105923.795000', '105924.255000', '105924.715000', '105925.175000', '105925.635000', '105926.095000', '105926.555000', '105927.015000', '105927.475000', '105927.935000', '105928.395000', '105928.855000', '105929.315000', '105929.775000', '105930.235000', '105930.695000', '105931.155000', '105931.615000', '105932.075000', '105932.535000', '105932.995000', '105933.455000', '105933.915000', '105934.375000', '105934.835000', '105935.295000', '105935.755000', '105936.215000', '105936.675000', '105937.135000', '105937.595000', '105938.055000', '105938.515000', '105938.975000', '105939.435000', '105939.895000', '105940.355000', '105940.815000', '105941.275000', '105941.735000', '105942.195000', '105942.655000', '105943.115000', '105943.575000', '105944.035000', '105944.495000', '105944.955000', '105945.415000', '105945.875000', '105946.335000', '105946.795000', '105947.255000', '105947.715000', '105948.175000', '105948.635000', '105949.095000', '105949.555000', '105950.015000', '105950.475000', '105950.935000', '105951.395000', '105951.855000', '105952.315000', '105952.775000', '105953.235000', '105953.695000', '105954.155000', '105954.615000', '105955.075000', '105955.535000', '105955.995000', '105956.455000', '105956.915000', '105957.375000', '105957.835000', '105958.295000', '105958.755000', '105959.215000', '105959.675000', '110000.135000', '110000.595000', '110001.055000', '110001.515000', '110001.975000', '110002.435000', '110002.895000', '110003.355000', '110003.815000', '110004.275000', '110004.735000', '110005.195000', '110005.655000', '110006.115000', '110006.575000', '110007.035000', '110007.495000', '110007.955000', '110008.415000', '110008.875000', '110009.335000', '110009.795000', '110010.255000', '110010.715000', '110011.175000', '110011.635000', '110012.095000', '110012.555000', '110013.015000', '110013.475000', '110013.935000', '110014.395000', '110014.855000', '110015.315000', '110015.775000', '110016.235000', '110016.695000', '110017.155000', '110017.615000', '110018.075000', '110018.535000', '110018.995000', '110019.455000', '110019.915000', '110020.375000', '110020.835000', '110021.295000', '110021.755000', '110022.215000', '110022.675000', '110023.135000', '110023.595000', '110024.055000', '110024.515000', '110024.975000', '110025.435000', '110025.895000', '110026.355000', '110026.815000', '110027.275000', '110027.735000', '110028.195000', '110028.655000', '110029.115000', '110029.575000', '110030.035000', '110030.495000', '110030.955000', '110031.415000', '110031.875000', '110032.335000', '110032.795000', '110033.255000', '110033.715000', '110034.175000', '110034.635000', '110035.095000', '110035.555000', '110036.015000', '110036.475000', '110036.935000', '110037.395000', '110037.855000', '110038.315000', '110038.775000', '110039.235000', '110039.695000', '110040.155000', '110040.615000', '110041.075000', '110041.535000', '110041.995000', '110042.455000', '110042.915000', '110043.375000', '110043.835000', '110044.295000', '110044.755000', '110045.215000', '110045.675000', '110046.135000', '110046.595000', '110047.055000', '110047.515000', '110047.975000', '110048.435000', '110048.895000', '110049.355000', '110049.815000', '110050.275000', '110050.735000', '110051.195000', '110051.655000', '110052.115000', '110052.575000', '110053.035000', '110053.495000', '110053.955000', '110054.415000', '110054.875000', '110055.335000', '110055.795000', '110056.255000', '110056.715000', '110057.175000', '110057.635000', '110058.095000', '110058.555000', '110059.015000', '110059.475000', '110059.935000', '110100.395000', '110100.855000', '110101.315000', '110101.775000', '110102.235000', '110102.695000', '110103.155000', '110103.615000', '110104.075000', '110104.535000', '110104.995000', '110105.455000', '110105.915000', '110106.375000', '110106.835000', '110107.295000', '110107.755000', '110108.215000', '110108.675000', '110109.135000', '110109.595000', '110110.055000', '110110.515000', '110110.975000', '110111.435000', '110111.895000', '110112.355000', '110112.815000', '110113.275000', '110113.735000', '110114.195000', '110114.655000', '110115.115000', '110115.575000', '110116.035000', '110116.495000', '110116.955000', '110117.415000', '110117.875000', '110118.335000', '110118.795000', '110119.255000', '110119.715000', '110120.175000', '110120.635000', '110121.095000', '110121.555000', '110122.015000', '110122.475000', '110122.935000', '110123.395000', '110123.855000', '110124.315000', '110124.775000', '110125.235000', '110125.695000', '110126.155000', '110126.615000', '110127.075000', '110127.535000', '110127.995000', '110128.455000', '110128.915000', '110129.375000', '110129.835000', '110130.295000', '110130.755000', '110131.215000', '110131.675000', '110132.135000', '110132.595000', '110133.055000', '110133.515000', '110133.975000', '110134.435000', '110134.895000', '110135.355000', '110135.815000', '110136.275000', '110136.735000', '110137.195000', '110137.655000', '110138.115000', '110138.575000', '110139.035000', '110139.495000', '110139.955000', '110140.415000', '110140.875000', '110141.335000', '110141.795000', '110142.255000', '110142.715000', '110143.175000', '110143.635000', '110144.095000', '110144.555000', '110145.015000', '110145.475000', '110145.935000', '110146.395000', '110146.855000', '110147.315000', '110147.775000', '110148.235000', '110148.695000', '110149.155000', '110149.615000', '110150.075000', '110150.535000', '110150.995000', '110151.455000', '110151.915000', '110152.375000', '110152.835000', '110153.295000', '110153.755000', '110154.215000', '110154.675000', '110155.135000', '110155.595000', '110156.055000', '110156.515000', '110156.975000', '110157.435000', '110157.895000', '110158.355000', '110158.815000', '110159.275000', '110159.735000', '110200.195000', '110200.655000', '110201.115000', '110201.575000', '110202.035000', '110202.495000', '110202.955000', '110203.415000', '110203.875000', '110204.335000', '110204.795000', '110205.255000', '110205.715000', '110206.175000', '110206.635000', '110207.095000', '110207.555000', '110208.015000', '110208.475000', '110208.935000', '110209.395000', '110209.855000', '110210.315000', '110210.775000', '110211.235000', '110211.695000', '110212.155000', '110212.615000', '110213.075000', '110213.535000', '110213.995000', '110214.455000', '110214.915000', '110215.375000', '110215.835000', '110216.295000', '110216.755000', '110217.215000', '110217.675000', '110218.135000', '110218.595000', '110219.055000', '110219.515000', '110219.975000', '110220.435000', '110220.895000', '110221.355000', '110221.815000', '110222.275000', '110222.735000', '110223.195000', '110223.655000', '110224.115000', '110224.575000', '110225.035000', '110225.495000', '110225.955000', '110226.415000', '110226.875000', '110227.335000', '110227.795000', '110228.255000', '110228.715000', '110229.175000', '110229.635000', '110230.095000', '110230.555000', '110231.015000', '110231.475000', '110231.935000', '110232.395000', '110232.855000', '110233.315000', '110233.775000', '110234.235000', '110234.695000', '110235.155000', '110235.615000', '110236.075000', '110236.535000', '110236.995000', '110237.455000', '110237.915000', '110238.375000', '110238.835000', '110239.295000', '110239.755000', '110240.215000', '110240.675000', '110241.135000', '110241.595000', '110242.055000', '110242.515000', '110242.975000', '110243.435000', '110243.895000', '110244.355000', '110244.815000', '110245.275000', '110245.735000', '110246.195000', '110246.655000', '110247.115000', '110247.575000', '110248.035000', '110248.495000', '110248.955000', '110249.415000', '110249.875000', '110250.335000', '110250.795000', '110251.255000', '110251.715000', '110252.175000', '110252.635000', '110253.095000', '110253.555000', '110254.015000', '110254.475000', '110254.935000', '110255.395000', '110255.855000', '110256.315000', '110256.775000', '110257.235000', '110257.695000', '110258.155000', '110258.615000', '110259.075000', '110259.535000', '110259.995000', '110300.455000', '110300.915000', '110301.375000', '110301.835000', '110302.295000', '110302.755000', '110303.215000', '110303.675000', '110304.135000', '110304.595000', '110305.055000', '110305.515000', '110305.975000', '110306.435000', '110306.895000', '110307.355000', '110307.815000', '110308.275000', '110308.735000', '110309.195000', '110309.655000', '110310.115000', '110310.575000', '110311.035000', '110311.495000', '110311.955000', '110312.415000', '110312.875000', '110313.335000', '110313.795000', '110314.255000', '110314.715000', '110315.175000', '110315.635000', '110316.095000', '110316.555000', '110317.015000', '110317.475000', '110317.935000', '110318.395000', '110318.855000', '110319.315000', '110319.775000', '110320.235000', '110320.695000', '110321.155000', '110321.615000', '110322.075000', '110322.535000', '110322.995000', '110323.455000', '110323.915000', '110324.375000', '110324.835000', '110325.295000', '110325.755000', '110326.215000', '110326.675000', '110327.135000', '110327.595000', '110328.055000', '110328.515000', '110328.975000', '110329.435000', '110329.895000', '110330.355000', '110330.815000', '110331.275000', '110331.735000', '110332.195000', '110332.655000', '110333.115000', '110333.575000', '110334.035000', '110334.495000', '110334.955000', '110335.415000', '110335.875000', '110336.335000', '110336.795000', '110337.255000', '110337.715000', '110338.175000', '110338.635000', '110339.095000', '110339.555000', '110340.015000', '110340.475000', '110340.935000', '110341.395000', '110341.855000', '110342.315000', '110342.775000', '110343.235000', '110343.695000', '110344.155000', '110344.615000', '110345.075000', '110345.535000', '110345.995000', '110346.455000', '110346.915000', '110347.375000', '110347.835000', '110348.295000', '110348.755000', '110349.215000', '110349.675000', '110350.135000', '110350.595000', '110351.055000', '110351.515000', '110351.975000', '110352.435000', '110352.895000', '110353.355000', '110353.815000', '110354.275000', '110354.735000', '110355.195000', '110355.655000', '110356.115000', '110356.575000', '110357.035000', '110357.495000', '110357.955000', '110358.415000', '110358.875000', '110359.335000', '110359.795000', '110400.255000', '110400.715000', '110401.175000', '110401.635000', '110402.095000', '110402.555000', '110403.015000', '110403.475000', '110403.935000', '110404.395000', '110404.855000', '110405.315000', '110405.775000', '110406.235000', '110406.695000', '110407.155000', '110407.615000', '110408.075000', '110408.535000', '110408.995000', '110409.455000', '110409.915000', '110410.375000', '110410.835000', '110411.295000', '110411.755000', '110412.215000', '110412.675000', '110413.135000', '110413.595000', '110414.055000', '110414.515000', '110414.975000', '110415.435000', '110415.895000', '110416.355000', '110416.815000', '110417.275000', '110417.735000', '110418.195000', '110418.655000', '110419.115000', '110419.575000', '110420.035000', '110420.495000', '110420.955000', '110421.415000', '110421.875000', '110422.335000', '110422.795000', '110423.255000', '110423.715000', '110424.175000', '110424.635000', '110425.095000', '110425.555000', '110426.015000', '110426.475000', '110426.935000', '110427.395000', '110427.855000', '110428.315000', '110428.775000', '110429.235000', '110429.695000', '110430.155000', '110430.615000', '110431.075000', '110431.535000', '110431.995000', '110432.455000', '110432.915000', '110433.375000', '110433.835000', '110434.295000', '110434.755000', '110435.215000', '110435.675000', '110436.135000', '110436.595000', '110437.055000', '110437.515000', '110437.975000', '110438.435000', '110438.895000', '110439.355000', '110439.815000', '110440.275000', '110440.735000', '110441.195000', '110441.655000', '110442.115000', '110442.575000', '110443.035000', '110443.495000', '110443.955000', '110444.415000', '110444.875000', '110445.335000', '110445.795000', '110446.255000', '110446.715000', '110447.175000', '110447.635000', '110448.095000', '110448.555000', '110449.015000', '110449.475000', '110449.935000', '110450.395000', '110450.855000', '110451.315000', '110451.775000', '110452.235000', '110452.695000', '110453.155000', '110453.615000', '110454.075000', '110454.535000', '110454.995000', '110455.455000', '110455.915000', '110456.375000', '110456.835000', '110457.295000', '110457.755000', '110458.215000', '110458.675000', '110459.135000', '110459.595000', '110500.055000', '110500.515000', '110500.975000', '110501.435000', '110501.895000', '110502.355000', '110502.815000', '110503.275000', '110503.735000'], 'ContentTime': ['105841.644000', '105841.647000', '105841.649000', '105841.652000', '105841.654000', '105841.657000', '105841.659000', '105841.662000', '105841.665000', '105841.667000', '105841.670000', '105841.672000', '105841.675000', '105841.677000', '105841.680000', '105841.683000', '105841.685000', '105841.688000', '105841.693000', '105841.696000', '105841.699000', '105841.701000', '105841.704000', '105841.706000', '105841.709000', '105841.711000', '105841.714000', '105841.716000', '105841.719000', '105841.721000', '105841.724000', '105841.726000', '105841.735000', '105841.737000', '105841.740000', '105841.742000', '105841.745000', '105841.747000', '105901.611000', '105901.614000', '105901.617000', '105901.619000', '105901.622000', '105901.624000', '105901.627000', '105901.630000', '105901.632000', '105901.635000', '105901.637000', '105901.640000', '105901.642000', '105901.645000', '105901.647000', '105901.650000', '105901.652000', '105901.655000', '105901.657000', '105901.660000', '105901.663000', '105901.665000', '105901.668000', '105901.670000', '105901.673000', '105901.675000', '105901.678000', '105901.681000', '105901.683000', '105901.686000', '105901.688000', '105901.691000', '105901.694000', '105901.696000', '105901.699000', '105901.701000', '105901.704000', '105901.706000', '105901.709000', '105901.711000', '105901.714000', '105901.716000', '105901.719000', '105921.612000', '105921.614000', '105921.617000', '105921.620000', '105921.622000', '105921.625000', '105921.627000', '105921.630000', '105921.632000', '105921.635000', '105921.637000', '105921.640000', '105921.644000', '105921.647000', '105921.649000', '105921.652000', '105921.654000', '105921.657000', '105921.660000', '105921.662000', '105921.665000', '105921.667000', '105921.670000', '105921.672000', '105921.675000', '105921.677000', '105921.680000', '105921.682000', '105921.685000', '105921.688000', '105921.690000', '105921.693000', '105921.695000', '105921.698000', '105921.700000', '105921.703000', '105921.706000', '105921.708000', '105921.711000', '105921.713000', '105921.716000', '105921.718000', '105921.721000', '105921.727000', '105941.611000', '105941.628000', '105941.630000', '105941.633000', '105941.635000', '105941.638000', '105941.641000', '105941.643000', '105941.646000', '105941.648000', '105941.651000', '105941.654000', '105941.656000', '105941.659000', '105941.661000', '105941.664000', '105941.667000', '105941.669000', '105941.672000', '105941.674000', '105941.677000', '105941.680000', '105941.682000', '105941.685000', '105941.687000', '105941.697000', '105941.700000', '105941.702000', '105941.705000', '105941.708000', '105941.710000', '105941.713000', '105941.715000', '105941.718000', '105941.721000', '105941.723000', '105941.726000', '105941.728000', '105941.731000', '105941.734000', '105941.737000', '105941.740000', '105941.743000', '110001.612000', '110001.614000', '110001.617000', '110001.620000', '110001.622000', '110001.625000', '110001.627000', '110001.630000', '110001.632000', '110001.635000', '110001.637000', '110001.640000', '110001.643000', '110001.645000', '110001.648000', '110001.650000', '110001.653000', '110001.655000', '110001.658000', '110001.661000', '110001.663000', '110001.666000', '110001.668000', '110001.671000', '110001.673000', '110001.676000', '110001.678000', '110001.681000', '110001.683000', '110001.686000', '110001.689000', '110001.691000', '110001.694000', '110001.696000', '110001.699000', '110001.701000', '110001.704000', '110001.707000', '110001.709000', '110001.712000', '110001.714000', '110001.717000', '110001.719000', '110001.722000', '110021.610000', '110021.613000', '110021.616000', '110021.618000', '110021.621000', '110021.623000', '110021.626000', '110021.628000', '110021.631000', '110021.634000', '110021.636000', '110021.639000', '110021.641000', '110021.644000', '110021.647000', '110021.649000', '110021.652000', '110021.654000', '110021.657000', '110021.659000', '110021.662000', '110021.665000', '110021.667000', '110021.670000', '110021.672000', '110021.675000', '110021.677000', '110021.680000', '110021.683000', '110021.685000', '110021.688000', '110021.690000', '110021.693000', '110021.726000', '110021.728000', '110021.731000', '110021.734000', '110021.737000', '110021.740000', '110021.742000', '110021.745000', '110021.748000', '110021.750000', '110041.612000', '110041.614000', '110041.617000', '110041.619000', '110041.622000', '110041.625000', '110041.627000', '110041.630000', '110041.632000', '110041.635000', '110041.637000', '110041.640000', '110041.643000', '110041.645000', '110041.648000', '110041.651000', '110041.653000', '110041.656000', '110041.658000', '110041.661000', '110041.663000', '110041.666000', '110041.668000', '110041.671000', '110041.674000', '110041.676000', '110041.679000', '110041.681000', '110041.684000', '110041.687000', '110041.689000', '110041.692000', '110041.694000', '110041.697000', '110041.699000', '110041.702000', '110041.704000', '110041.707000', '110041.710000', '110041.712000', '110041.715000', '110041.717000', '110041.720000', '110041.723000', '110101.612000', '110101.614000', '110101.617000', '110101.619000', '110101.622000', '110101.625000', '110101.627000', '110101.630000', '110101.632000', '110101.635000', '110101.638000', '110101.640000', '110101.643000', '110101.646000', '110101.648000', '110101.651000', '110101.653000', '110101.656000', '110101.659000', '110101.661000', '110101.664000', '110101.666000', '110101.669000', '110101.671000', '110101.674000', '110101.676000', '110101.679000', '110101.682000', '110101.684000', '110101.687000', '110101.689000', '110101.692000', '110101.694000', '110101.697000', '110101.700000', '110101.702000', '110101.705000', '110101.707000', '110101.710000', '110101.712000', '110101.729000', '110101.731000', '110101.734000', '110121.612000', '110121.614000', '110121.617000', '110121.620000', '110121.622000', '110121.625000', '110121.627000', '110121.630000', '110121.632000', '110121.635000', '110121.638000', '110121.641000', '110121.643000', '110121.646000', '110121.648000', '110121.651000', '110121.653000', '110121.656000', '110121.659000', '110121.661000', '110121.664000', '110121.666000', '110121.669000', '110121.671000', '110121.674000', '110121.677000', '110121.679000', '110121.682000', '110121.684000', '110121.687000', '110121.690000', '110121.692000', '110121.695000', '110121.697000', '110121.700000', '110121.702000', '110121.705000', '110121.707000', '110121.710000', '110121.713000', '110121.715000', '110121.718000', '110121.720000', '110121.723000', '110141.612000', '110141.614000', '110141.617000', '110141.620000', '110141.622000', '110141.625000', '110141.628000', '110141.630000', '110141.633000', '110141.635000', '110141.638000', '110141.641000', '110141.643000', '110141.646000', '110141.648000', '110141.651000', '110141.653000', '110141.656000', '110141.659000', '110141.661000', '110141.664000', '110141.666000', '110141.669000', '110141.671000', '110141.674000', '110141.677000', '110141.679000', '110141.682000', '110141.684000', '110141.687000', '110141.690000', '110141.692000', '110141.695000', '110141.697000', '110141.700000', '110141.702000', '110141.705000', '110141.707000', '110141.710000', '110141.713000', '110141.715000', '110141.718000', '110141.721000', '110201.612000', '110201.615000', '110201.617000', '110201.620000', '110201.622000', '110201.625000', '110201.628000', '110201.630000', '110201.633000', '110201.635000', '110201.638000', '110201.641000', '110201.643000', '110201.646000', '110201.648000', '110201.651000', '110201.654000', '110201.656000', '110201.659000', '110201.661000', '110201.664000', '110201.666000', '110201.669000', '110201.672000', '110201.674000', '110201.677000', '110201.679000', '110201.682000', '110201.685000', '110201.687000', '110201.690000', '110201.692000', '110201.695000', '110201.697000', '110201.700000', '110201.703000', '110201.705000', '110201.708000', '110201.710000', '110201.713000', '110201.715000', '110201.718000', '110201.721000', '110201.723000', '110221.612000', '110221.614000', '110221.617000', '110221.620000', '110221.622000', '110221.625000', '110221.627000', '110221.630000', '110221.632000', '110221.635000', '110221.638000', '110221.640000', '110221.643000', '110221.645000', '110221.648000', '110221.651000', '110221.653000', '110221.656000', '110221.658000', '110221.661000', '110221.663000', '110221.666000', '110221.668000', '110221.671000', '110221.674000', '110221.676000', '110221.679000', '110221.681000', '110221.684000', '110221.687000', '110221.689000', '110221.692000', '110221.694000', '110221.697000', '110221.700000', '110221.702000', '110221.705000', '110221.707000', '110221.710000', '110221.713000', '110221.715000', '110221.718000', '110221.720000', '110241.611000', '110241.613000', '110241.616000', '110241.619000', '110241.622000', '110241.625000', '110241.627000', '110241.630000', '110241.632000', '110241.635000', '110241.637000', '110241.640000', '110241.643000', '110241.645000', '110241.648000', '110241.650000', '110241.653000', '110241.655000', '110241.658000', '110241.661000', '110241.663000', '110241.666000', '110241.674000', '110241.677000', '110241.680000', '110241.682000', '110241.685000', '110241.687000', '110241.690000', '110241.692000', '110241.695000', '110241.698000', '110241.700000', '110241.703000', '110241.705000', '110241.708000', '110241.711000', '110241.713000', '110241.716000', '110241.718000', '110241.721000', '110241.723000', '110241.726000', '110301.612000', '110301.614000', '110301.617000', '110301.620000', '110301.622000', '110301.625000', '110301.627000', '110301.630000', '110301.632000', '110301.635000', '110301.638000', '110301.640000', '110301.643000', '110301.645000', '110301.648000', '110301.650000', '110301.653000', '110301.655000', '110301.658000', '110301.661000', '110301.663000', '110301.666000', '110301.668000', '110301.671000', '110301.674000', '110301.676000', '110301.679000', '110301.681000', '110301.684000', '110301.687000', '110301.689000', '110301.692000', '110301.694000', '110301.697000', '110301.700000', '110301.702000', '110301.705000', '110301.707000', '110301.710000', '110301.713000', '110301.715000', '110301.718000', '110301.720000', '110301.723000', '110321.611000', '110321.614000', '110321.617000', '110321.619000', '110321.622000', '110321.625000', '110321.627000', '110321.630000', '110321.633000', '110321.635000', '110321.638000', '110321.641000', '110321.643000', '110321.646000', '110321.649000', '110321.651000', '110321.654000', '110321.656000', '110321.659000', '110321.661000', '110321.664000', '110321.667000', '110321.669000', '110321.672000', '110321.674000', '110321.677000', '110321.679000', '110321.682000', '110321.685000', '110321.687000', '110321.690000', '110321.692000', '110321.695000', '110321.698000', '110321.700000', '110321.703000', '110321.705000', '110321.708000', '110321.710000', '110321.713000', '110321.716000', '110321.718000', '110321.721000', '110341.612000', '110341.614000', '110341.617000', '110341.619000', '110341.622000', '110341.625000', '110341.627000', '110341.630000', '110341.632000', '110341.635000', '110341.638000', '110341.640000', '110341.643000', '110341.645000', '110341.648000', '110341.650000', '110341.653000', '110341.655000', '110341.658000', '110341.661000', '110341.663000', '110341.666000', '110341.668000', '110341.671000', '110341.673000', '110341.676000', '110341.679000', '110341.681000', '110341.684000', '110341.687000', '110341.689000', '110341.692000', '110341.694000', '110341.697000', '110341.700000', '110341.702000', '110341.705000', '110341.707000', '110341.710000', '110341.713000', '110341.715000', '110341.718000', '110341.720000', '110341.723000', '110401.612000', '110401.614000', '110401.617000', '110401.620000', '110401.622000', '110401.625000', '110401.628000', '110401.630000', '110401.633000', '110401.635000', '110401.638000', '110401.641000', '110401.644000', '110401.647000', '110401.649000', '110401.652000', '110401.655000', '110401.657000', '110401.660000', '110401.664000', '110401.667000', '110401.669000', '110401.672000', '110401.674000', '110401.677000', '110401.679000', '110401.682000', '110401.685000', '110401.687000', '110401.690000', '110401.693000', '110401.695000', '110401.698000', '110401.713000', '110401.715000', '110401.718000', '110401.721000', '110401.723000', '110401.726000', '110401.729000', '110401.731000', '110401.734000', '110401.736000', '110421.612000', '110421.614000', '110421.617000', '110421.620000', '110421.622000', '110421.625000', '110421.628000', '110421.630000', '110421.633000', '110421.635000', '110421.638000', '110421.641000', '110421.643000', '110421.646000', '110421.648000', '110421.651000', '110421.654000', '110421.656000', '110421.659000', '110421.661000', '110421.665000', '110421.668000', '110421.671000', '110421.673000', '110421.676000', '110421.678000', '110421.681000', '110421.684000', '110421.686000', '110421.689000', '110421.691000', '110421.694000', '110421.696000', '110421.699000', '110421.702000', '110421.704000', '110421.707000', '110421.709000', '110421.712000', '110421.715000', '110421.717000', '110421.720000', '110421.722000', '110421.725000', '110441.611000', '110441.614000', '110441.617000', '110441.619000', '110441.622000', '110441.625000', '110441.627000', '110441.630000', '110441.633000', '110441.635000', '110441.638000', '110441.641000', '110441.643000', '110441.646000', '110441.648000', '110441.651000', '110441.653000', '110441.656000', '110441.658000', '110441.661000', '110441.664000', '110441.666000', '110441.669000', '110441.671000', '110441.674000', '110441.676000', '110441.679000', '110441.682000', '110441.684000', '110441.687000', '110441.689000', '110441.692000', '110441.695000', '110441.697000', '110441.700000', '110441.702000', '110441.705000', '110441.707000', '110441.710000', '110441.713000', '110441.715000', '110441.718000', '110441.720000', '110501.611000', '110501.613000', '110501.616000', '110501.619000', '110501.621000', '110501.624000', '110501.626000', '110501.629000', '110501.632000', '110501.634000', '110501.637000', '110501.639000', '110501.642000', '110501.644000', '110501.647000', '110501.650000', '110501.652000', '110501.655000', '110501.657000', '110501.660000', '110501.663000', '110501.665000', '110501.668000', '110501.670000', '110501.673000', '110501.676000', '110501.678000', '110501.681000', '110501.683000', '110501.686000', '110501.689000', '110501.691000', '110501.694000', '110501.696000', '110501.699000', '110501.702000', '110501.704000', '110501.707000', '110501.709000', '110501.712000', '110501.714000', '110501.717000', '110501.720000', '110501.722000', '110505.086000', '110505.089000', '110505.091000', '110505.094000', '110505.096000', '110505.099000', '110505.102000', '110505.104000'], 'InstanceCreationTime': ['105841.644000', '105841.647000', '105841.649000', '105841.652000', '105841.654000', '105841.657000', '105841.659000', '105841.662000', '105841.665000', '105841.667000', '105841.670000', '105841.672000', '105841.675000', '105841.677000', '105841.680000', '105841.683000', '105841.685000', '105841.688000', '105841.693000', '105841.696000', '105841.699000', '105841.701000', '105841.704000', '105841.706000', '105841.709000', '105841.711000', '105841.714000', '105841.716000', '105841.719000', '105841.721000', '105841.724000', '105841.726000', '105841.735000', '105841.737000', '105841.740000', '105841.742000', '105841.745000', '105841.747000', '105901.611000', '105901.614000', '105901.617000', '105901.619000', '105901.622000', '105901.624000', '105901.627000', '105901.630000', '105901.632000', '105901.635000', '105901.637000', '105901.640000', '105901.642000', '105901.645000', '105901.647000', '105901.650000', '105901.652000', '105901.655000', '105901.657000', '105901.660000', '105901.663000', '105901.665000', '105901.668000', '105901.670000', '105901.673000', '105901.675000', '105901.678000', '105901.681000', '105901.683000', '105901.686000', '105901.688000', '105901.691000', '105901.694000', '105901.696000', '105901.699000', '105901.701000', '105901.704000', '105901.706000', '105901.709000', '105901.711000', '105901.714000', '105901.716000', '105901.719000', '105921.612000', '105921.614000', '105921.617000', '105921.620000', '105921.622000', '105921.625000', '105921.627000', '105921.630000', '105921.632000', '105921.635000', '105921.637000', '105921.640000', '105921.644000', '105921.647000', '105921.649000', '105921.652000', '105921.654000', '105921.657000', '105921.660000', '105921.662000', '105921.665000', '105921.667000', '105921.670000', '105921.672000', '105921.675000', '105921.677000', '105921.680000', '105921.682000', '105921.685000', '105921.688000', '105921.690000', '105921.693000', '105921.695000', '105921.698000', '105921.700000', '105921.703000', '105921.706000', '105921.708000', '105921.711000', '105921.713000', '105921.716000', '105921.718000', '105921.721000', '105921.727000', '105941.611000', '105941.628000', '105941.630000', '105941.633000', '105941.635000', '105941.638000', '105941.641000', '105941.643000', '105941.646000', '105941.648000', '105941.651000', '105941.654000', '105941.656000', '105941.659000', '105941.661000', '105941.664000', '105941.667000', '105941.669000', '105941.672000', '105941.674000', '105941.677000', '105941.680000', '105941.682000', '105941.685000', '105941.687000', '105941.697000', '105941.700000', '105941.702000', '105941.705000', '105941.708000', '105941.710000', '105941.713000', '105941.715000', '105941.718000', '105941.721000', '105941.723000', '105941.726000', '105941.728000', '105941.731000', '105941.734000', '105941.737000', '105941.740000', '105941.743000', '110001.612000', '110001.614000', '110001.617000', '110001.620000', '110001.622000', '110001.625000', '110001.627000', '110001.630000', '110001.632000', '110001.635000', '110001.637000', '110001.640000', '110001.643000', '110001.645000', '110001.648000', '110001.650000', '110001.653000', '110001.655000', '110001.658000', '110001.661000', '110001.663000', '110001.666000', '110001.668000', '110001.671000', '110001.673000', '110001.676000', '110001.678000', '110001.681000', '110001.683000', '110001.686000', '110001.689000', '110001.691000', '110001.694000', '110001.696000', '110001.699000', '110001.701000', '110001.704000', '110001.707000', '110001.709000', '110001.712000', '110001.714000', '110001.717000', '110001.719000', '110001.722000', '110021.610000', '110021.613000', '110021.616000', '110021.618000', '110021.621000', '110021.623000', '110021.626000', '110021.628000', '110021.631000', '110021.634000', '110021.636000', '110021.639000', '110021.641000', '110021.644000', '110021.647000', '110021.649000', '110021.652000', '110021.654000', '110021.657000', '110021.659000', '110021.662000', '110021.665000', '110021.667000', '110021.670000', '110021.672000', '110021.675000', '110021.677000', '110021.680000', '110021.683000', '110021.685000', '110021.688000', '110021.690000', '110021.693000', '110021.726000', '110021.728000', '110021.731000', '110021.734000', '110021.737000', '110021.740000', '110021.742000', '110021.745000', '110021.748000', '110021.750000', '110041.612000', '110041.614000', '110041.617000', '110041.619000', '110041.622000', '110041.625000', '110041.627000', '110041.630000', '110041.632000', '110041.635000', '110041.637000', '110041.640000', '110041.643000', '110041.645000', '110041.648000', '110041.651000', '110041.653000', '110041.656000', '110041.658000', '110041.661000', '110041.663000', '110041.666000', '110041.668000', '110041.671000', '110041.674000', '110041.676000', '110041.679000', '110041.681000', '110041.684000', '110041.687000', '110041.689000', '110041.692000', '110041.694000', '110041.697000', '110041.699000', '110041.702000', '110041.704000', '110041.707000', '110041.710000', '110041.712000', '110041.715000', '110041.717000', '110041.720000', '110041.723000', '110101.612000', '110101.614000', '110101.617000', '110101.619000', '110101.622000', '110101.625000', '110101.627000', '110101.630000', '110101.632000', '110101.635000', '110101.638000', '110101.640000', '110101.643000', '110101.646000', '110101.648000', '110101.651000', '110101.653000', '110101.656000', '110101.659000', '110101.661000', '110101.664000', '110101.666000', '110101.669000', '110101.671000', '110101.674000', '110101.676000', '110101.679000', '110101.682000', '110101.684000', '110101.687000', '110101.689000', '110101.692000', '110101.694000', '110101.697000', '110101.700000', '110101.702000', '110101.705000', '110101.707000', '110101.710000', '110101.712000', '110101.729000', '110101.731000', '110101.734000', '110121.612000', '110121.614000', '110121.617000', '110121.620000', '110121.622000', '110121.625000', '110121.627000', '110121.630000', '110121.632000', '110121.635000', '110121.638000', '110121.641000', '110121.643000', '110121.646000', '110121.648000', '110121.651000', '110121.653000', '110121.656000', '110121.659000', '110121.661000', '110121.664000', '110121.666000', '110121.669000', '110121.671000', '110121.674000', '110121.677000', '110121.679000', '110121.682000', '110121.684000', '110121.687000', '110121.690000', '110121.692000', '110121.695000', '110121.697000', '110121.700000', '110121.702000', '110121.705000', '110121.707000', '110121.710000', '110121.713000', '110121.715000', '110121.718000', '110121.720000', '110121.723000', '110141.612000', '110141.614000', '110141.617000', '110141.620000', '110141.622000', '110141.625000', '110141.628000', '110141.630000', '110141.633000', '110141.635000', '110141.638000', '110141.641000', '110141.643000', '110141.646000', '110141.648000', '110141.651000', '110141.653000', '110141.656000', '110141.659000', '110141.661000', '110141.664000', '110141.666000', '110141.669000', '110141.671000', '110141.674000', '110141.677000', '110141.679000', '110141.682000', '110141.684000', '110141.687000', '110141.690000', '110141.692000', '110141.695000', '110141.697000', '110141.700000', '110141.702000', '110141.705000', '110141.707000', '110141.710000', '110141.713000', '110141.715000', '110141.718000', '110141.721000', '110201.612000', '110201.615000', '110201.617000', '110201.620000', '110201.622000', '110201.625000', '110201.628000', '110201.630000', '110201.633000', '110201.635000', '110201.638000', '110201.641000', '110201.643000', '110201.646000', '110201.648000', '110201.651000', '110201.654000', '110201.656000', '110201.659000', '110201.661000', '110201.664000', '110201.666000', '110201.669000', '110201.672000', '110201.674000', '110201.677000', '110201.679000', '110201.682000', '110201.685000', '110201.687000', '110201.690000', '110201.692000', '110201.695000', '110201.697000', '110201.700000', '110201.703000', '110201.705000', '110201.708000', '110201.710000', '110201.713000', '110201.715000', '110201.718000', '110201.721000', '110201.723000', '110221.612000', '110221.614000', '110221.617000', '110221.620000', '110221.622000', '110221.625000', '110221.627000', '110221.630000', '110221.632000', '110221.635000', '110221.638000', '110221.640000', '110221.643000', '110221.645000', '110221.648000', '110221.651000', '110221.653000', '110221.656000', '110221.658000', '110221.661000', '110221.663000', '110221.666000', '110221.668000', '110221.671000', '110221.674000', '110221.676000', '110221.679000', '110221.681000', '110221.684000', '110221.687000', '110221.689000', '110221.692000', '110221.694000', '110221.697000', '110221.700000', '110221.702000', '110221.705000', '110221.707000', '110221.710000', '110221.713000', '110221.715000', '110221.718000', '110221.720000', '110241.611000', '110241.613000', '110241.616000', '110241.619000', '110241.622000', '110241.625000', '110241.627000', '110241.630000', '110241.632000', '110241.635000', '110241.637000', '110241.640000', '110241.643000', '110241.645000', '110241.648000', '110241.650000', '110241.653000', '110241.655000', '110241.658000', '110241.661000', '110241.663000', '110241.666000', '110241.674000', '110241.677000', '110241.680000', '110241.682000', '110241.685000', '110241.687000', '110241.690000', '110241.692000', '110241.695000', '110241.698000', '110241.700000', '110241.703000', '110241.705000', '110241.708000', '110241.711000', '110241.713000', '110241.716000', '110241.718000', '110241.721000', '110241.723000', '110241.726000', '110301.612000', '110301.614000', '110301.617000', '110301.620000', '110301.622000', '110301.625000', '110301.627000', '110301.630000', '110301.632000', '110301.635000', '110301.638000', '110301.640000', '110301.643000', '110301.645000', '110301.648000', '110301.650000', '110301.653000', '110301.655000', '110301.658000', '110301.661000', '110301.663000', '110301.666000', '110301.668000', '110301.671000', '110301.674000', '110301.676000', '110301.679000', '110301.681000', '110301.684000', '110301.687000', '110301.689000', '110301.692000', '110301.694000', '110301.697000', '110301.700000', '110301.702000', '110301.705000', '110301.707000', '110301.710000', '110301.713000', '110301.715000', '110301.718000', '110301.720000', '110301.723000', '110321.611000', '110321.614000', '110321.617000', '110321.619000', '110321.622000', '110321.625000', '110321.627000', '110321.630000', '110321.633000', '110321.635000', '110321.638000', '110321.641000', '110321.643000', '110321.646000', '110321.649000', '110321.651000', '110321.654000', '110321.656000', '110321.659000', '110321.661000', '110321.664000', '110321.667000', '110321.669000', '110321.672000', '110321.674000', '110321.677000', '110321.679000', '110321.682000', '110321.685000', '110321.687000', '110321.690000', '110321.692000', '110321.695000', '110321.698000', '110321.700000', '110321.703000', '110321.705000', '110321.708000', '110321.710000', '110321.713000', '110321.716000', '110321.718000', '110321.721000', '110341.612000', '110341.614000', '110341.617000', '110341.619000', '110341.622000', '110341.625000', '110341.627000', '110341.630000', '110341.632000', '110341.635000', '110341.638000', '110341.640000', '110341.643000', '110341.645000', '110341.648000', '110341.650000', '110341.653000', '110341.655000', '110341.658000', '110341.661000', '110341.663000', '110341.666000', '110341.668000', '110341.671000', '110341.673000', '110341.676000', '110341.679000', '110341.681000', '110341.684000', '110341.687000', '110341.689000', '110341.692000', '110341.694000', '110341.697000', '110341.700000', '110341.702000', '110341.705000', '110341.707000', '110341.710000', '110341.713000', '110341.715000', '110341.718000', '110341.720000', '110341.723000', '110401.612000', '110401.614000', '110401.617000', '110401.620000', '110401.622000', '110401.625000', '110401.628000', '110401.630000', '110401.633000', '110401.635000', '110401.638000', '110401.641000', '110401.644000', '110401.647000', '110401.649000', '110401.652000', '110401.655000', '110401.657000', '110401.660000', '110401.664000', '110401.667000', '110401.669000', '110401.672000', '110401.674000', '110401.677000', '110401.679000', '110401.682000', '110401.685000', '110401.687000', '110401.690000', '110401.693000', '110401.695000', '110401.698000', '110401.713000', '110401.715000', '110401.718000', '110401.721000', '110401.723000', '110401.726000', '110401.729000', '110401.731000', '110401.734000', '110401.736000', '110421.612000', '110421.614000', '110421.617000', '110421.620000', '110421.622000', '110421.625000', '110421.628000', '110421.630000', '110421.633000', '110421.635000', '110421.638000', '110421.641000', '110421.643000', '110421.646000', '110421.648000', '110421.651000', '110421.654000', '110421.656000', '110421.659000', '110421.661000', '110421.665000', '110421.668000', '110421.671000', '110421.673000', '110421.676000', '110421.678000', '110421.681000', '110421.684000', '110421.686000', '110421.689000', '110421.691000', '110421.694000', '110421.696000', '110421.699000', '110421.702000', '110421.704000', '110421.707000', '110421.709000', '110421.712000', '110421.715000', '110421.717000', '110421.720000', '110421.722000', '110421.725000', '110441.611000', '110441.614000', '110441.617000', '110441.619000', '110441.622000', '110441.625000', '110441.627000', '110441.630000', '110441.633000', '110441.635000', '110441.638000', '110441.641000', '110441.643000', '110441.646000', '110441.648000', '110441.651000', '110441.653000', '110441.656000', '110441.658000', '110441.661000', '110441.664000', '110441.666000', '110441.669000', '110441.671000', '110441.674000', '110441.676000', '110441.679000', '110441.682000', '110441.684000', '110441.687000', '110441.689000', '110441.692000', '110441.695000', '110441.697000', '110441.700000', '110441.702000', '110441.705000', '110441.707000', '110441.710000', '110441.713000', '110441.715000', '110441.718000', '110441.720000', '110501.611000', '110501.613000', '110501.616000', '110501.619000', '110501.621000', '110501.624000', '110501.626000', '110501.629000', '110501.632000', '110501.634000', '110501.637000', '110501.639000', '110501.642000', '110501.644000', '110501.647000', '110501.650000', '110501.652000', '110501.655000', '110501.657000', '110501.660000', '110501.663000', '110501.665000', '110501.668000', '110501.670000', '110501.673000', '110501.676000', '110501.678000', '110501.681000', '110501.683000', '110501.686000', '110501.689000', '110501.691000', '110501.694000', '110501.696000', '110501.699000', '110501.702000', '110501.704000', '110501.707000', '110501.709000', '110501.712000', '110501.714000', '110501.717000', '110501.720000', '110501.722000', '110505.086000', '110505.089000', '110505.091000', '110505.094000', '110505.096000', '110505.099000', '110505.102000', '110505.104000'], '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': [12457, 10730, 15637, 11600, 13888, 9380, 7955, 6884, 12347, 7525, 10624, 9182, 7332, 12553, 7518, 13651, 9561, 11748, 8345, 7934, 7179, 9331, 6981, 9864, 7098, 8988, 11022, 8543, 12568, 7972, 11461, 7036, 8878, 7143, 7549, 7409, 7017, 8023, 6957, 7710, 6952, 9284, 6963, 9241, 6949, 10440, 7217, 9924, 7968, 10195, 7994, 12297, 7719, 6814, 7269, 7127, 6993, 9264, 6850, 8983, 6726, 10541, 9101, 11296, 12187, 10343, 13781, 8841, 11434, 8096, 15078, 10523, 15437, 10396, 12557, 8258, 11754, 8019, 10414, 7005, 10401, 6848, 11700, 7283, 9628, 7330, 10251, 12228, 9523, 13350, 8288, 9190, 6732, 9131, 7228, 9170, 6742, 9187, 6783, 8990, 7241, 8954, 6775, 8530, 6834, 8693, 6845, 9100, 6711, 9677, 7502, 11493, 7864, 10328, 7412, 6887, 7222, 7306, 7402, 10425, 7212, 12055, 8186, 11339, 10589, 9482, 14169, 7877, 7596, 7029, 11519, 7674, 13352, 10332, 14428, 10886, 15349, 9452, 9628, 6897, 7810, 6765, 11145, 7105, 9346, 11026, 8060, 13133, 8426, 12261, 7791, 10602, 7147, 9697, 9587, 9283, 9892, 6959, 10737, 7142, 10370, 6716, 10328, 8023, 10466, 7025, 6900, 7377, 6745, 7492, 6872, 8202, 6966, 10859, 7131, 9855, 6846, 7597, 7683, 7123, 11013, 7096, 11484, 6874, 9409, 6935, 9460, 6921, 9097, 7338, 7509, 6965, 7491, 7054, 8536, 7061, 10105, 7684, 11418, 8911, 10466, 7533, 7702, 7121, 9046, 7629, 10157, 7548, 7926, 7998, 7018, 9557, 7270, 12207, 7661, 10263, 7519, 8710, 7486, 8244, 9602, 7005, 10273, 7258, 9319, 7131, 8728, 7096, 9070, 6858, 9198, 7308, 6810, 7826, 6963, 7811, 6988, 8628, 6942, 8826, 7384, 8482, 7183, 7679, 7648, 7080, 7733, 7155, 8853, 7166, 9467, 7129, 8973, 7404, 7451, 7686, 6931, 10261, 7337, 8317, 7646, 8369, 7607, 7785, 7918, 7038, 7475, 7441, 14161, 12248, 11779, 7188, 11681, 6896, 9640, 7461, 7548, 7628, 7702, 6885, 7058, 7736, 7545, 10082, 7245, 11148, 8397, 7815, 6913, 7664, 7315, 7875, 7907, 11284, 8517, 13269, 9084, 10681, 7639, 12368, 7987, 11607, 7883, 10291, 9507, 8876, 8162, 7430, 9500, 7365, 9054, 7601, 8502, 7795, 9440, 8235, 7740, 8170, 8114, 8165, 7727, 7864, 7693, 10206, 7586, 9296, 7928, 8615, 8103, 7245, 11483, 7457, 10208, 7859, 8530, 7835, 7341, 10462, 7248, 7478, 7014, 7456, 7192, 7426, 7959, 7486, 7128, 7243, 7768, 7531, 8382, 7979, 7660, 8190, 8091, 9848, 7767, 7647, 8337, 7424, 11851, 9027, 13096, 11121, 13053, 9532, 7127, 7459, 7215, 6954, 7558, 6919, 11643, 7282, 10037, 7047, 8918, 7268, 8047, 7900, 7364, 9263, 7702, 10461, 7129, 10234, 6963, 7680, 6999, 10378, 7146, 7309, 7101, 7389, 6989, 8627, 7312, 8926, 7415, 8045, 7001, 7923, 7446, 7997, 7503, 7082, 7012, 8315, 6910, 10280, 10819, 12568, 13438, 9172, 8781, 8061, 7802, 6825, 7550, 7855, 7146, 9233, 6836, 12502, 10511, 13334, 10487, 13073, 9557, 6871, 6750, 6846, 7328, 7838, 8304, 7386, 8863, 7030, 7495, 7072, 7655, 6855, 8317, 7335, 11472, 7325, 12952, 7755, 13396, 10743, 13312, 9326, 9323, 7469, 7710, 7350, 7641, 7538, 7433, 7001, 7350, 7345, 7380, 7861, 7625, 8118, 7134, 8335, 8391, 8080, 8205, 7494, 7683, 7207, 10105, 7320, 10321, 10821, 7762, 13431, 9301, 12561, 8904, 9965, 7369, 8416, 7329, 7086, 13107, 9870, 13034, 9305, 7596, 7053, 8910, 6817, 12721, 7170, 13368, 9815, 12708, 10938, 12601, 7096, 7851, 7354, 7141, 8028, 10044, 7579, 9876, 6961, 9371, 6912, 8209, 7561, 8164, 7731, 8067, 8088, 9027, 8497, 13738, 8751, 8604, 6877, 6720, 7899, 7441, 7090, 7073, 10368, 11644, 13614, 13688, 12073, 9363, 7311, 7792, 7041, 9762, 7266, 10339, 9585, 12194, 11043, 14629, 9652, 6824, 6907, 6819, 8179, 6808, 6872, 7083, 9177, 6770, 8727, 6686, 7271, 8782, 8270, 12967, 6621, 7175, 7072, 9107, 6858, 11726, 6887, 11362, 7196, 9495, 7368, 8258, 7141, 8134, 6897, 8449, 6963, 13423, 9307, 12560, 7315, 7401, 6756, 8129, 7085, 8001, 7240, 9401, 7700, 8106, 7906, 7957, 7413, 7708, 7460, 7471, 7112, 7035, 6971, 6928, 8032, 8612, 10327, 7458, 11259, 7205, 9290, 7217, 6997, 7245, 6736, 9864, 10280, 11695, 12067, 11123, 13157, 7469, 8905, 7086, 9098, 6902, 10305, 7589, 9056, 9196, 6894, 10764, 7276, 9992, 7090, 9239, 7332, 8262, 8535, 7261, 11620, 6911, 10262, 7577, 8452, 7076, 8181, 7214, 6993, 7242, 7948, 7389, 12386, 9133, 7687, 8158, 7983, 7830, 8142, 7670, 7091, 8369, 8980, 9810, 7240, 7391, 6990, 8482, 7774, 6802, 10143, 11732, 17113, 16371, 15706, 10122, 10459, 8336, 10059, 7185, 9956, 6631, 8496, 6874, 9412, 7005, 10752, 7341, 7008, 7076, 7162, 6755, 8267, 7512, 10572, 7993, 8140, 12014, 8721, 13391, 7434, 8375, 6764, 8273, 6991, 9075, 6828, 9193, 6962, 11878, 9222, 11226, 8002, 7199, 7945, 7229, 8021, 7479, 8232, 7420, 8029, 7645, 8004, 7506, 7658, 7684, 7103, 7681, 7774, 7901, 7644, 7840, 7834, 7134, 9034, 9321, 13877, 10318, 8036, 7680, 7984, 8661, 8113, 7448, 10400, 7995, 6933, 7126, 7482, 6904, 9211, 8485, 9543, 12587, 12133, 13952, 10900, 10924, 8842, 12878, 7350, 7441, 7273, 8426, 7375, 12221, 13428, 10678, 10965, 7019, 10005, 7024, 9408, 6736, 9058, 6870, 8248, 7575, 10545, 7176, 8126, 7211, 7469, 7380, 7268, 10303, 7073, 11208, 7045, 11034, 6848, 9602, 6861, 8482, 6891, 8238, 6764, 8001, 6942, 8068, 7076, 11506, 7548, 7697, 7008, 7679, 7065, 7985, 6862, 10488, 7617, 8911, 7352, 8277, 7577, 9099, 7522, 10910, 8044, 8582, 7958, 8351, 7530, 8660, 7643, 11528, 9865, 13916, 8563, 9979, 7371, 9406, 7637, 8481, 7376, 8404, 8070, 7276, 11641, 10990, 12535, 11292, 8340, 8016, 7370, 8117, 7267, 7824, 7392, 7788, 7530, 7623, 7271, 7839, 7482, 7539, 7102, 8458, 6937, 9905, 9809, 8115, 11014, 7057, 9968, 7248, 7730, 7401, 7442, 7262, 10259, 9643, 11499], 'WindowCenter': [4601.0, 4564.0, 4580.0, 4547.0, 4555.0, 4523.0, 4512.0, 4503.0, 4540.0, 4499.0, 4517.0, 4506.0, 4486.0, 4536.0, 4486.0, 4535.0, 4517.0, 4525.0, 4497.0, 4495.0, 4486.0, 4504.0, 4486.0, 4505.0, 4485.0, 4506.0, 4516.0, 4496.0, 4526.0, 4495.0, 4513.0, 4473.0, 4492.0, 4472.0, 4483.0, 4484.0, 4486.0, 4509.0, 4488.0, 4499.0, 4501.0, 4520.0, 4500.0, 4517.0, 4501.0, 4529.0, 4513.0, 4517.0, 4509.0, 4513.0, 4495.0, 4525.0, 4496.0, 4502.0, 4509.0, 4512.0, 4512.0, 4533.0, 4515.0, 4535.0, 4516.0, 4557.0, 4547.0, 4556.0, 4555.0, 4545.0, 4565.0, 4536.0, 4542.0, 4512.0, 4551.0, 4532.0, 4551.0, 4531.0, 4553.0, 4497.0, 4528.0, 4495.0, 4512.0, 4469.0, 4500.0, 4470.0, 4510.0, 4483.0, 4514.0, 4483.0, 4502.0, 4522.0, 4490.0, 4521.0, 4494.0, 4490.0, 4471.0, 4489.0, 4471.0, 4490.0, 4472.0, 4503.0, 4484.0, 4504.0, 4484.0, 4503.0, 4474.0, 4493.0, 4485.0, 4505.0, 4486.0, 4506.0, 4489.0, 4519.0, 4512.0, 4529.0, 4510.0, 4530.0, 4500.0, 4499.0, 4499.0, 4498.0, 4498.0, 4529.0, 4500.0, 4552.0, 4521.0, 4541.0, 4529.0, 4520.0, 4562.0, 4511.0, 4497.0, 4488.0, 4528.0, 4500.0, 4550.0, 4532.0, 4550.0, 4531.0, 4560.0, 4533.0, 4517.0, 4487.0, 4495.0, 4476.0, 4515.0, 4486.0, 4505.0, 4516.0, 4496.0, 4525.0, 4494.0, 4512.0, 4470.0, 4498.0, 4457.0, 4488.0, 4489.0, 4479.0, 4489.0, 4469.0, 4499.0, 4469.0, 4499.0, 4460.0, 4499.0, 4479.0, 4500.0, 4470.0, 4470.0, 4470.0, 4470.0, 4470.0, 4472.0, 4493.0, 4484.0, 4513.0, 4485.0, 4504.0, 4474.0, 4494.0, 4484.0, 4485.0, 4516.0, 4487.0, 4525.0, 4476.0, 4505.0, 4485.0, 4517.0, 4486.0, 4518.0, 4500.0, 4498.0, 4500.0, 4499.0, 4513.0, 4521.0, 4503.0, 4532.0, 4515.0, 4543.0, 4523.0, 4533.0, 4501.0, 4500.0, 4489.0, 4508.0, 4499.0, 4519.0, 4500.0, 4500.0, 4499.0, 4490.0, 4521.0, 4499.0, 4528.0, 4485.0, 4503.0, 4472.0, 4482.0, 4472.0, 4483.0, 4504.0, 4473.0, 4502.0, 4473.0, 4491.0, 4472.0, 4491.0, 4471.0, 4491.0, 4472.0, 4494.0, 4472.0, 4474.0, 4483.0, 4472.0, 4482.0, 4472.0, 4493.0, 4485.0, 4494.0, 4486.0, 4496.0, 4487.0, 4497.0, 4497.0, 4486.0, 4486.0, 4486.0, 4506.0, 4487.0, 4507.0, 4488.0, 4507.0, 4488.0, 4487.0, 4499.0, 4500.0, 4520.0, 4499.0, 4509.0, 4500.0, 4498.0, 4500.0, 4512.0, 4512.0, 4502.0, 4514.0, 4475.0, 4598.0, 4546.0, 4541.0, 4488.0, 4528.0, 4490.0, 4522.0, 4505.0, 4515.0, 4516.0, 4513.0, 4502.0, 4502.0, 4513.0, 4501.0, 4544.0, 4513.0, 4543.0, 4513.0, 4518.0, 4503.0, 4514.0, 4514.0, 4513.0, 4512.0, 4547.0, 4525.0, 4541.0, 4525.0, 4533.0, 4503.0, 4530.0, 4500.0, 4518.0, 4488.0, 4506.0, 4507.0, 4497.0, 4486.0, 4476.0, 4495.0, 4474.0, 4483.0, 4485.0, 4484.0, 4473.0, 4507.0, 4498.0, 4487.0, 4499.0, 4498.0, 4499.0, 4500.0, 4500.0, 4502.0, 4520.0, 4503.0, 4512.0, 4502.0, 4511.0, 4500.0, 4489.0, 4517.0, 4488.0, 4507.0, 4487.0, 4497.0, 4487.0, 4487.0, 4518.0, 4487.0, 4486.0, 4472.0, 4473.0, 4461.0, 4473.0, 4486.0, 4502.0, 4503.0, 4516.0, 4528.0, 4516.0, 4528.0, 4516.0, 4515.0, 4513.0, 4500.0, 4522.0, 4500.0, 4500.0, 4499.0, 4489.0, 4529.0, 4509.0, 4527.0, 4517.0, 4529.0, 4507.0, 4475.0, 4473.0, 4472.0, 4461.0, 4472.0, 4472.0, 4513.0, 4471.0, 4490.0, 4460.0, 4478.0, 4468.0, 4468.0, 4469.0, 4458.0, 4479.0, 4469.0, 4488.0, 4471.0, 4487.0, 4455.0, 4468.0, 4460.0, 4487.0, 4457.0, 4457.0, 4471.0, 4470.0, 4473.0, 4492.0, 4484.0, 4493.0, 4474.0, 4483.0, 4475.0, 4485.0, 4473.0, 4482.0, 4461.0, 4460.0, 4459.0, 4469.0, 4462.0, 4504.0, 4516.0, 4529.0, 4554.0, 4534.0, 4511.0, 4524.0, 4511.0, 4489.0, 4501.0, 4510.0, 4489.0, 4506.0, 4477.0, 4526.0, 4516.0, 4525.0, 4504.0, 4526.0, 4504.0, 4461.0, 4460.0, 4460.0, 4473.0, 4472.0, 4483.0, 4458.0, 4479.0, 4471.0, 4459.0, 4459.0, 4469.0, 4460.0, 4481.0, 4460.0, 4498.0, 4461.0, 4513.0, 4447.0, 4499.0, 4480.0, 4487.0, 4457.0, 4454.0, 4437.0, 4436.0, 4438.0, 4450.0, 4464.0, 4452.0, 4452.0, 4463.0, 4465.0, 4463.0, 4460.0, 4448.0, 4446.0, 4437.0, 4458.0, 4459.0, 4476.0, 4506.0, 4495.0, 4492.0, 4494.0, 4511.0, 4481.0, 4498.0, 4497.0, 4466.0, 4517.0, 4488.0, 4519.0, 4501.0, 4512.0, 4477.0, 4476.0, 4465.0, 4454.0, 4515.0, 4484.0, 4517.0, 4498.0, 4477.0, 4467.0, 4485.0, 4455.0, 4514.0, 4452.0, 4503.0, 4483.0, 4516.0, 4508.0, 4516.0, 4465.0, 4474.0, 4460.0, 4449.0, 4459.0, 4479.0, 4448.0, 4480.0, 4452.0, 4481.0, 4437.0, 4456.0, 4444.0, 4442.0, 4443.0, 4432.0, 4444.0, 4455.0, 4479.0, 4517.0, 4477.0, 4487.0, 4468.0, 4482.0, 4506.0, 4485.0, 4471.0, 4471.0, 4499.0, 4514.0, 4539.0, 4550.0, 4539.0, 4503.0, 4472.0, 4468.0, 4472.0, 4502.0, 4471.0, 4500.0, 4488.0, 4509.0, 4500.0, 4531.0, 4490.0, 4457.0, 4457.0, 4459.0, 4479.0, 4462.0, 4459.0, 4456.0, 4489.0, 4457.0, 4467.0, 4443.0, 4442.0, 4453.0, 4465.0, 4507.0, 4447.0, 4450.0, 4463.0, 4454.0, 4448.0, 4485.0, 4446.0, 4473.0, 4434.0, 4462.0, 4443.0, 4453.0, 4433.0, 4443.0, 4435.0, 4454.0, 4447.0, 4490.0, 4465.0, 4495.0, 4444.0, 4441.0, 4431.0, 4451.0, 4440.0, 4453.0, 4441.0, 4476.0, 4455.0, 4465.0, 4465.0, 4465.0, 4455.0, 4465.0, 4438.0, 4459.0, 4445.0, 4446.0, 4446.0, 4462.0, 4473.0, 4497.0, 4506.0, 4499.0, 4515.0, 4472.0, 4491.0, 4472.0, 4472.0, 4459.0, 4448.0, 4490.0, 4502.0, 4512.0, 4512.0, 4500.0, 4524.0, 4474.0, 4480.0, 4459.0, 4467.0, 4458.0, 4488.0, 4457.0, 4477.0, 4488.0, 4457.0, 4485.0, 4442.0, 4459.0, 4432.0, 4449.0, 4428.0, 4451.0, 4452.0, 4439.0, 4481.0, 4441.0, 4459.0, 4453.0, 4451.0, 4432.0, 4440.0, 4419.0, 4418.0, 4432.0, 4442.0, 4434.0, 4484.0, 4478.0, 4483.0, 4480.0, 4473.0, 4462.0, 4450.0, 4421.0, 4462.0, 4486.0, 4496.0, 4519.0, 4471.0, 4455.0, 4429.0, 4451.0, 4441.0, 4416.0, 4460.0, 4473.0, 4520.0, 4532.0, 4520.0, 4490.0, 4487.0, 4455.0, 4462.0, 4431.0, 4461.0, 4433.0, 4454.0, 4434.0, 4463.0, 4448.0, 4476.0, 4446.0, 4445.0, 4446.0, 4447.0, 4436.0, 4456.0, 4448.0, 4475.0, 4443.0, 4443.0, 4474.0, 4467.0, 4497.0, 4445.0, 4453.0, 4434.0, 4452.0, 4444.0, 4453.0, 4448.0, 4463.0, 4444.0, 4474.0, 4464.0, 4472.0, 4455.0, 4445.0, 4453.0, 4444.0, 4454.0, 4457.0, 4467.0, 4456.0, 4456.0, 4456.0, 4468.0, 4470.0, 4455.0, 4454.0, 4443.0, 4453.0, 4454.0, 4451.0, 4425.0, 4453.0, 4440.0, 4430.0, 4451.0, 4452.0, 4495.0, 4466.0, 4447.0, 4435.0, 4448.0, 4450.0, 4392.0, 4454.0, 4481.0, 4472.0, 4448.0, 4444.0, 4444.0, 4431.0, 4451.0, 4441.0, 4452.0, 4454.0, 4501.0, 4497.0, 4479.0, 4463.0, 4467.0, 4471.0, 4433.0, 4431.0, 4432.0, 4443.0, 4433.0, 4488.0, 4499.0, 4465.0, 4466.0, 4436.0, 4463.0, 4434.0, 4453.0, 4436.0, 4454.0, 4436.0, 4456.0, 4457.0, 4463.0, 4434.0, 4441.0, 4429.0, 4431.0, 4431.0, 4431.0, 4462.0, 4420.0, 4462.0, 4421.0, 4463.0, 4422.0, 4451.0, 4421.0, 4441.0, 4433.0, 4442.0, 4434.0, 4455.0, 4446.0, 4456.0, 4447.0, 4489.0, 4447.0, 4457.0, 4447.0, 4458.0, 4449.0, 4460.0, 4451.0, 4493.0, 4487.0, 4482.0, 4461.0, 4469.0, 4460.0, 4480.0, 4472.0, 4490.0, 4472.0, 4470.0, 4472.0, 4471.0, 4473.0, 4471.0, 4475.0, 4505.0, 4496.0, 4525.0, 4483.0, 4491.0, 4459.0, 4468.0, 4461.0, 4482.0, 4461.0, 4471.0, 4471.0, 4461.0, 4501.0, 4489.0, 4499.0, 4488.0, 4456.0, 4456.0, 4446.0, 4445.0, 4446.0, 4446.0, 4447.0, 4458.0, 4459.0, 4458.0, 4445.0, 4446.0, 4446.0, 4445.0, 4446.0, 4456.0, 4435.0, 4465.0, 4465.0, 4445.0, 4476.0, 4448.0, 4464.0, 4443.0, 4440.0, 4441.0, 4430.0, 4444.0, 4477.0, 4466.0, 4499.0], 'WindowWidth': [10086.0, 10023.0, 10037.0, 9983.0, 9992.0, 9944.0, 9931.0, 9921.0, 9963.0, 9907.0, 9928.0, 9912.0, 9885.0, 9954.0, 9884.0, 9950.0, 9928.0, 9937.0, 9900.0, 9897.0, 9887.0, 9907.0, 9884.0, 9908.0, 9883.0, 9910.0, 9927.0, 9899.0, 9938.0, 9896.0, 9917.0, 9862.0, 9887.0, 9861.0, 9875.0, 9882.0, 9885.0, 9920.0, 9893.0, 9909.0, 9914.0, 9940.0, 9911.0, 9930.0, 9912.0, 9945.0, 9932.0, 9929.0, 9922.0, 9916.0, 9895.0, 9936.0, 9901.0, 9919.0, 9925.0, 9934.0, 9932.0, 9963.0, 9945.0, 9969.0, 9945.0, 10003.0, 9990.0, 9998.0, 9995.0, 9982.0, 10008.0, 9968.0, 9969.0, 9930.0, 9980.0, 9955.0, 9982.0, 9953.0, 9988.0, 9901.0, 9945.0, 9895.0, 9913.0, 9851.0, 9894.0, 9855.0, 9907.0, 9876.0, 9921.0, 9878.0, 9899.0, 9926.0, 9881.0, 9926.0, 9892.0, 9880.0, 9858.0, 9877.0, 9856.0, 9879.0, 9858.0, 9902.0, 9882.0, 9907.0, 9881.0, 9904.0, 9867.0, 9891.0, 9883.0, 9911.0, 9888.0, 9912.0, 9895.0, 9935.0, 9931.0, 9948.0, 9924.0, 9949.0, 9909.0, 9909.0, 9909.0, 9906.0, 9906.0, 9949.0, 9912.0, 9985.0, 9942.0, 9969.0, 9949.0, 9937.0, 10000.0, 9927.0, 9904.0, 9892.0, 9945.0, 9910.0, 9977.0, 9956.0, 9980.0, 9954.0, 9994.0, 9961.0, 9927.0, 9888.0, 9896.0, 9871.0, 9921.0, 9883.0, 9909.0, 9925.0, 9896.0, 9937.0, 9892.0, 9913.0, 9854.0, 9888.0, 9832.0, 9874.0, 9877.0, 9862.0, 9877.0, 9851.0, 9889.0, 9850.0, 9891.0, 9841.0, 9892.0, 9865.0, 9894.0, 9856.0, 9856.0, 9856.0, 9854.0, 9856.0, 9860.0, 9890.0, 9880.0, 9918.0, 9882.0, 9904.0, 9865.0, 9892.0, 9880.0, 9881.0, 9924.0, 9889.0, 9937.0, 9871.0, 9907.0, 9880.0, 9928.0, 9886.0, 9931.0, 9911.0, 9907.0, 9910.0, 9908.0, 9934.0, 9941.0, 9919.0, 9956.0, 9937.0, 9973.0, 9944.0, 9958.0, 9913.0, 9909.0, 9893.0, 9917.0, 9906.0, 9933.0, 9907.0, 9909.0, 9907.0, 9893.0, 9942.0, 9907.0, 9945.0, 9881.0, 9902.0, 9858.0, 9870.0, 9858.0, 9873.0, 9903.0, 9861.0, 9898.0, 9860.0, 9883.0, 9859.0, 9883.0, 9857.0, 9883.0, 9857.0, 9891.0, 9857.0, 9866.0, 9877.0, 9859.0, 9872.0, 9860.0, 9888.0, 9880.0, 9892.0, 9884.0, 9897.0, 9886.0, 9900.0, 9902.0, 9883.0, 9886.0, 9885.0, 9910.0, 9888.0, 9913.0, 9889.0, 9914.0, 9888.0, 9887.0, 9906.0, 9908.0, 9937.0, 9905.0, 9921.0, 9908.0, 9901.0, 9908.0, 9928.0, 9928.0, 9916.0, 9934.0, 9861.0, 10085.0, 9980.0, 9967.0, 9888.0, 9942.0, 9893.0, 9940.0, 9923.0, 9938.0, 9942.0, 9931.0, 9917.0, 9917.0, 9933.0, 9912.0, 9976.0, 9933.0, 9974.0, 9934.0, 9945.0, 9920.0, 9936.0, 9936.0, 9936.0, 9930.0, 9979.0, 9947.0, 9968.0, 9948.0, 9957.0, 9912.0, 9947.0, 9903.0, 9927.0, 9884.0, 9906.0, 9908.0, 9894.0, 9881.0, 9866.0, 9890.0, 9860.0, 9870.0, 9877.0, 9873.0, 9860.0, 9908.0, 9900.0, 9884.0, 9904.0, 9900.0, 9905.0, 9905.0, 9907.0, 9910.0, 9936.0, 9914.0, 9924.0, 9912.0, 9920.0, 9904.0, 9888.0, 9924.0, 9884.0, 9910.0, 9883.0, 9897.0, 9885.0, 9883.0, 9929.0, 9885.0, 9882.0, 9856.0, 9859.0, 9837.0, 9860.0, 9879.0, 9915.0, 9917.0, 9943.0, 9960.0, 9940.0, 9961.0, 9939.0, 9936.0, 9927.0, 9908.0, 9942.0, 9908.0, 9907.0, 9905.0, 9890.0, 9943.0, 9915.0, 9940.0, 9922.0, 9946.0, 9910.0, 9865.0, 9860.0, 9856.0, 9840.0, 9858.0, 9857.0, 9913.0, 9854.0, 9880.0, 9837.0, 9859.0, 9846.0, 9845.0, 9848.0, 9830.0, 9862.0, 9847.0, 9871.0, 9854.0, 9870.0, 9821.0, 9844.0, 9838.0, 9866.0, 9828.0, 9829.0, 9855.0, 9852.0, 9859.0, 9884.0, 9877.0, 9887.0, 9863.0, 9872.0, 9865.0, 9878.0, 9860.0, 9868.0, 9836.0, 9835.0, 9832.0, 9846.0, 9840.0, 9902.0, 9922.0, 9947.0, 9993.0, 9965.0, 9928.0, 9951.0, 9928.0, 9894.0, 9913.0, 9923.0, 9893.0, 9913.0, 9874.0, 9938.0, 9923.0, 9934.0, 9903.0, 9937.0, 9905.0, 9841.0, 9836.0, 9837.0, 9858.0, 9854.0, 9869.0, 9826.0, 9860.0, 9851.0, 9832.0, 9832.0, 9845.0, 9833.0, 9863.0, 9832.0, 9883.0, 9836.0, 9908.0, 9805.0, 9878.0, 9849.0, 9858.0, 9815.0, 9806.0, 9788.0, 9785.0, 9792.0, 9813.0, 9839.0, 9819.0, 9821.0, 9835.0, 9841.0, 9836.0, 9826.0, 9808.0, 9801.0, 9791.0, 9819.0, 9824.0, 9860.0, 9914.0, 9898.0, 9891.0, 9895.0, 9912.0, 9871.0, 9889.0, 9885.0, 9841.0, 9914.0, 9874.0, 9921.0, 9900.0, 9917.0, 9862.0, 9858.0, 9840.0, 9826.0, 9909.0, 9865.0, 9917.0, 9891.0, 9864.0, 9848.0, 9870.0, 9828.0, 9907.0, 9818.0, 9890.0, 9860.0, 9916.0, 9907.0, 9915.0, 9848.0, 9855.0, 9828.0, 9810.0, 9823.0, 9850.0, 9809.0, 9854.0, 9820.0, 9860.0, 9791.0, 9817.0, 9798.0, 9789.0, 9793.0, 9777.0, 9800.0, 9817.0, 9870.0, 9923.0, 9864.0, 9880.0, 9854.0, 9881.0, 9921.0, 9888.0, 9864.0, 9860.0, 9890.0, 9919.0, 9963.0, 9989.0, 9964.0, 9906.0, 9861.0, 9850.0, 9858.0, 9900.0, 9855.0, 9894.0, 9876.0, 9906.0, 9895.0, 9941.0, 9881.0, 9831.0, 9833.0, 9839.0, 9864.0, 9847.0, 9835.0, 9827.0, 9878.0, 9831.0, 9841.0, 9806.0, 9802.0, 9816.0, 9837.0, 9899.0, 9813.0, 9820.0, 9838.0, 9815.0, 9814.0, 9858.0, 9806.0, 9837.0, 9788.0, 9822.0, 9799.0, 9810.0, 9786.0, 9799.0, 9790.0, 9814.0, 9809.0, 9862.0, 9833.0, 9875.0, 9804.0, 9796.0, 9781.0, 9808.0, 9798.0, 9817.0, 9797.0, 9850.0, 9824.0, 9836.0, 9836.0, 9836.0, 9823.0, 9838.0, 9787.0, 9832.0, 9807.0, 9803.0, 9808.0, 9838.0, 9857.0, 9895.0, 9906.0, 9908.0, 9921.0, 9858.0, 9881.0, 9855.0, 9855.0, 9835.0, 9817.0, 9876.0, 9895.0, 9911.0, 9911.0, 9894.0, 9932.0, 9863.0, 9863.0, 9832.0, 9841.0, 9829.0, 9870.0, 9826.0, 9855.0, 9874.0, 9830.0, 9865.0, 9801.0, 9819.0, 9783.0, 9804.0, 9774.0, 9810.0, 9811.0, 9791.0, 9852.0, 9798.0, 9820.0, 9814.0, 9805.0, 9781.0, 9791.0, 9757.0, 9753.0, 9784.0, 9798.0, 9789.0, 9859.0, 9859.0, 9879.0, 9868.0, 9852.0, 9833.0, 9812.0, 9758.0, 9843.0, 9876.0, 9890.0, 9927.0, 9851.0, 9821.0, 9769.0, 9803.0, 9792.0, 9749.0, 9816.0, 9840.0, 9918.0, 9938.0, 9918.0, 9876.0, 9866.0, 9819.0, 9825.0, 9780.0, 9822.0, 9786.0, 9813.0, 9788.0, 9826.0, 9814.0, 9849.0, 9808.0, 9807.0, 9808.0, 9810.0, 9795.0, 9819.0, 9811.0, 9843.0, 9796.0, 9796.0, 9839.0, 9838.0, 9879.0, 9806.0, 9811.0, 9788.0, 9808.0, 9803.0, 9811.0, 9813.0, 9824.0, 9803.0, 9842.0, 9828.0, 9835.0, 9820.0, 9807.0, 9815.0, 9806.0, 9816.0, 9825.0, 9839.0, 9821.0, 9822.0, 9823.0, 9840.0, 9848.0, 9819.0, 9815.0, 9801.0, 9815.0, 9819.0, 9809.0, 9763.0, 9819.0, 9794.0, 9782.0, 9808.0, 9808.0, 9872.0, 9828.0, 9804.0, 9786.0, 9808.0, 9807.0, 9701.0, 9825.0, 9858.0, 9850.0, 9811.0, 9799.0, 9798.0, 9779.0, 9802.0, 9789.0, 9805.0, 9798.0, 9890.0, 9882.0, 9856.0, 9823.0, 9835.0, 9833.0, 9782.0, 9776.0, 9777.0, 9795.0, 9781.0, 9863.0, 9881.0, 9825.0, 9827.0, 9786.0, 9822.0, 9783.0, 9807.0, 9789.0, 9809.0, 9790.0, 9823.0, 9824.0, 9824.0, 9788.0, 9791.0, 9772.0, 9776.0, 9776.0, 9775.0, 9819.0, 9758.0, 9819.0, 9763.0, 9823.0, 9766.0, 9805.0, 9765.0, 9790.0, 9783.0, 9794.0, 9787.0, 9816.0, 9805.0, 9820.0, 9809.0, 9868.0, 9808.0, 9823.0, 9809.0, 9826.0, 9814.0, 9830.0, 9821.0, 9880.0, 9881.0, 9866.0, 9835.0, 9842.0, 9831.0, 9861.0, 9852.0, 9873.0, 9853.0, 9846.0, 9852.0, 9850.0, 9854.0, 9848.0, 9862.0, 9898.0, 9890.0, 9930.0, 9867.0, 9875.0, 9829.0, 9840.0, 9835.0, 9866.0, 9834.0, 9846.0, 9849.0, 9834.0, 9888.0, 9869.0, 9882.0, 9866.0, 9819.0, 9817.0, 9805.0, 9803.0, 9806.0, 9807.0, 9810.0, 9825.0, 9830.0, 9824.0, 9803.0, 9808.0, 9808.0, 9805.0, 9805.0, 9820.0, 9791.0, 9830.0, 9829.0, 9801.0, 9844.0, 9813.0, 9826.0, 9800.0, 9790.0, 9795.0, 9778.0, 9803.0, 9850.0, 9837.0, 9889.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.007131209677419354</td></tr>
<tr><td colspan=3>aqi</td><td>0.10046210092165898</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.294924136758986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0737251042329872</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9948464761937719</td></tr>
<tr><td colspan=3>efc</td><td>0.5184</td></tr>
<tr><td colspan=3>fber</td><td>5679.6704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3349935747603711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>380</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>43.77880184331797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7930290716518287</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5912036654936177</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9693317473874323</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8185518020744356</td></tr>
<tr><td colspan=3>gcor</td><td>0.0243738</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.017414791509509087</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04924921318888664</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.6254971762178645</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>16.9516</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1588</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.2757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286937.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>1016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.9714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.0891</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.918</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.1773</td></tr>
<tr><td colspan=3>tsnr</td><td>22.294041310669854</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>