ds005256-mriqc/sub-0008_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +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-0008_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0008_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-04/func/sub-0008_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c49ca3c483bc047f49960210a59037a0</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>13:18:26.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880803</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</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>227.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b6dfb4c1-15ce-4b90-b4ee-e47bcd9ed9a5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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': ['131826.725000', '131827.185000', '131827.645000', '131828.105000', '131828.565000', '131829.025000', '131829.485000', '131829.945000', '131830.405000', '131830.865000', '131831.325000', '131831.785000', '131832.245000', '131832.705000', '131833.165000', '131833.625000', '131834.085000', '131834.545000', '131835.005000', '131835.465000', '131835.925000', '131836.385000', '131836.845000', '131837.305000', '131837.765000', '131838.225000', '131838.685000', '131839.145000', '131839.605000', '131840.065000', '131840.525000', '131840.985000', '131841.445000', '131841.905000', '131842.365000', '131842.825000', '131843.285000', '131843.745000', '131844.205000', '131844.665000', '131845.125000', '131845.585000', '131846.045000', '131846.505000', '131846.965000', '131847.425000', '131847.885000', '131848.345000', '131848.805000', '131849.265000', '131849.725000', '131850.185000', '131850.645000', '131851.105000', '131851.565000', '131852.025000', '131852.485000', '131852.945000', '131853.405000', '131853.865000', '131854.325000', '131854.785000', '131855.245000', '131855.705000', '131856.165000', '131856.625000', '131857.085000', '131857.545000', '131858.005000', '131858.465000', '131858.925000', '131859.385000', '131859.845000', '131900.305000', '131900.765000', '131901.225000', '131901.685000', '131902.145000', '131902.605000', '131903.065000', '131903.525000', '131903.985000', '131904.445000', '131904.905000', '131905.365000', '131905.825000', '131906.285000', '131906.745000', '131907.205000', '131907.665000', '131908.125000', '131908.585000', '131909.045000', '131909.505000', '131909.965000', '131910.425000', '131910.885000', '131911.345000', '131911.805000', '131912.265000', '131912.725000', '131913.185000', '131913.645000', '131914.105000', '131914.565000', '131915.025000', '131915.485000', '131915.945000', '131916.405000', '131916.865000', '131917.325000', '131917.785000', '131918.245000', '131918.705000', '131919.165000', '131919.625000', '131920.085000', '131920.545000', '131921.005000', '131921.465000', '131921.925000', '131922.385000', '131922.845000', '131923.305000', '131923.765000', '131924.225000', '131924.685000', '131925.145000', '131925.605000', '131926.065000', '131926.525000', '131926.985000', '131927.445000', '131927.905000', '131928.365000', '131928.825000', '131929.285000', '131929.745000', '131930.205000', '131930.665000', '131931.125000', '131931.585000', '131932.045000', '131932.505000', '131932.965000', '131933.425000', '131933.885000', '131934.345000', '131934.805000', '131935.265000', '131935.725000', '131936.185000', '131936.645000', '131937.105000', '131937.565000', '131938.025000', '131938.485000', '131938.945000', '131939.405000', '131939.865000', '131940.325000', '131940.785000', '131941.245000', '131941.705000', '131942.165000', '131942.625000', '131943.085000', '131943.545000', '131944.005000', '131944.465000', '131944.925000', '131945.385000', '131945.845000', '131946.305000', '131946.765000', '131947.225000', '131947.685000', '131948.145000', '131948.605000', '131949.065000', '131949.525000', '131949.985000', '131950.445000', '131950.905000', '131951.365000', '131951.825000', '131952.285000', '131952.745000', '131953.205000', '131953.665000', '131954.125000', '131954.585000', '131955.045000', '131955.505000', '131955.965000', '131956.425000', '131956.885000', '131957.345000', '131957.805000', '131958.265000', '131958.725000', '131959.185000', '131959.645000', '132000.105000', '132000.565000', '132001.025000', '132001.485000', '132001.945000', '132002.405000', '132002.865000', '132003.325000', '132003.785000', '132004.245000', '132004.705000', '132005.165000', '132005.625000', '132006.085000', '132006.545000', '132007.005000', '132007.465000', '132007.925000', '132008.385000', '132008.845000', '132009.305000', '132009.765000', '132010.225000', '132010.685000', '132011.145000', '132011.605000', '132012.065000', '132012.525000', '132012.985000', '132013.445000', '132013.905000', '132014.365000', '132014.825000', '132015.285000', '132015.745000', '132016.205000', '132016.665000', '132017.125000', '132017.585000', '132018.045000', '132018.505000', '132018.965000', '132019.425000', '132019.885000', '132020.345000', '132020.805000', '132021.265000', '132021.725000', '132022.185000', '132022.645000', '132023.105000', '132023.565000', '132024.025000', '132024.485000', '132024.945000', '132025.405000', '132025.865000', '132026.325000', '132026.785000', '132027.245000', '132027.705000', '132028.165000', '132028.625000', '132029.085000', '132029.545000', '132030.005000', '132030.465000', '132030.925000', '132031.385000', '132031.845000', '132032.305000', '132032.765000', '132033.225000', '132033.685000', '132034.145000', '132034.605000', '132035.065000', '132035.525000', '132035.985000', '132036.445000', '132036.905000', '132037.365000', '132037.825000', '132038.285000', '132038.745000', '132039.205000', '132039.665000', '132040.125000', '132040.585000', '132041.045000', '132041.505000', '132041.965000', '132042.425000', '132042.885000', '132043.345000', '132043.805000', '132044.265000', '132044.725000', '132045.185000', '132045.645000', '132046.105000', '132046.565000', '132047.025000', '132047.485000', '132047.945000', '132048.405000', '132048.865000', '132049.325000', '132049.785000', '132050.245000', '132050.705000', '132051.165000', '132051.625000', '132052.085000', '132052.545000', '132053.005000', '132053.465000', '132053.925000', '132054.385000', '132054.845000', '132055.305000', '132055.765000', '132056.225000', '132056.685000', '132057.145000', '132057.605000', '132058.065000', '132058.525000', '132058.985000', '132059.445000', '132059.905000', '132100.365000', '132100.825000', '132101.285000', '132101.745000', '132102.205000', '132102.665000', '132103.125000', '132103.585000', '132104.045000', '132104.505000', '132104.965000', '132105.425000', '132105.885000', '132106.345000', '132106.805000', '132107.265000', '132107.725000', '132108.185000', '132108.645000', '132109.105000', '132109.565000', '132110.025000', '132110.485000', '132110.945000', '132111.405000', '132111.865000', '132112.325000', '132112.785000', '132113.245000', '132113.705000', '132114.165000', '132114.625000', '132115.085000', '132115.545000', '132116.005000', '132116.465000', '132116.925000', '132117.385000', '132117.845000', '132118.305000', '132118.765000', '132119.225000', '132119.685000', '132120.145000', '132120.605000', '132121.065000', '132121.525000', '132121.985000', '132122.445000', '132122.905000', '132123.365000', '132123.825000', '132124.285000', '132124.745000', '132125.205000', '132125.665000', '132126.125000', '132126.585000', '132127.045000', '132127.505000', '132127.965000', '132128.425000', '132128.885000', '132129.345000', '132129.805000', '132130.265000', '132130.725000', '132131.185000', '132131.645000', '132132.105000', '132132.565000', '132133.025000', '132133.485000', '132133.945000', '132134.405000', '132134.865000', '132135.325000', '132135.785000', '132136.245000', '132136.705000', '132137.165000', '132137.625000', '132138.085000', '132138.545000', '132139.005000', '132139.465000', '132139.925000', '132140.385000', '132140.845000', '132141.305000', '132141.765000', '132142.225000', '132142.685000', '132143.145000', '132143.605000', '132144.065000', '132144.525000', '132144.985000', '132145.445000', '132145.905000', '132146.365000', '132146.825000', '132147.285000', '132147.745000', '132148.205000', '132148.665000', '132149.125000', '132149.585000', '132150.045000', '132150.505000', '132150.965000', '132151.425000', '132151.885000', '132152.345000', '132152.805000', '132153.265000', '132153.725000', '132154.185000', '132154.645000', '132155.105000', '132155.565000', '132156.025000', '132156.485000', '132156.945000', '132157.405000', '132157.865000', '132158.325000', '132158.785000', '132159.245000', '132159.705000', '132200.165000', '132200.625000', '132201.085000', '132201.545000', '132202.005000', '132202.465000', '132202.925000', '132203.385000', '132203.845000', '132204.305000', '132204.765000', '132205.225000', '132205.685000', '132206.145000', '132206.605000', '132207.065000', '132207.525000', '132207.985000', '132208.445000', '132208.905000', '132209.365000', '132209.825000', '132210.285000', '132210.745000', '132211.205000', '132211.665000', '132212.125000', '132212.585000', '132213.045000', '132213.505000', '132213.965000', '132214.425000', '132214.885000', '132215.345000', '132215.805000', '132216.265000', '132216.725000', '132217.185000', '132217.645000', '132218.105000', '132218.565000', '132219.025000', '132219.485000', '132219.945000', '132220.405000', '132220.865000', '132221.325000', '132221.785000', '132222.245000', '132222.705000', '132223.165000', '132223.625000', '132224.085000', '132224.545000', '132225.005000', '132225.465000', '132225.925000', '132226.385000', '132226.845000', '132227.305000', '132227.765000', '132228.225000', '132228.685000', '132229.145000', '132229.605000', '132230.065000', '132230.525000', '132230.985000', '132231.445000', '132231.905000', '132232.365000', '132232.825000', '132233.285000', '132233.745000', '132234.205000', '132234.665000', '132235.125000', '132235.585000', '132236.045000', '132236.505000', '132236.965000', '132237.425000', '132237.885000', '132238.345000', '132238.805000', '132239.265000', '132239.725000', '132240.185000', '132240.645000', '132241.105000', '132241.565000', '132242.025000', '132242.485000', '132242.945000', '132243.405000', '132243.865000', '132244.325000', '132244.785000', '132245.245000', '132245.705000', '132246.165000', '132246.625000', '132247.085000', '132247.545000', '132248.005000', '132248.465000', '132248.925000', '132249.385000', '132249.845000', '132250.305000', '132250.765000', '132251.225000', '132251.685000', '132252.145000', '132252.605000', '132253.065000', '132253.525000', '132253.985000', '132254.445000', '132254.905000', '132255.365000', '132255.825000', '132256.285000', '132256.745000', '132257.205000', '132257.665000', '132258.125000', '132258.585000', '132259.045000', '132259.505000', '132259.965000', '132300.425000', '132300.885000', '132301.345000', '132301.805000', '132302.265000', '132302.725000', '132303.185000', '132303.645000', '132304.105000', '132304.565000', '132305.025000', '132305.485000', '132305.945000', '132306.405000', '132306.865000', '132307.325000', '132307.785000', '132308.245000', '132308.705000', '132309.165000', '132309.625000', '132310.085000', '132310.545000', '132311.005000', '132311.465000', '132311.925000', '132312.385000', '132312.845000', '132313.305000', '132313.765000', '132314.225000', '132314.685000', '132315.145000', '132315.605000', '132316.065000', '132316.525000', '132316.985000', '132317.445000', '132317.905000', '132318.365000', '132318.825000', '132319.285000', '132319.745000', '132320.205000', '132320.665000', '132321.125000', '132321.585000', '132322.045000', '132322.505000', '132322.965000', '132323.425000', '132323.885000', '132324.345000', '132324.805000', '132325.265000', '132325.725000', '132326.185000', '132326.645000', '132327.105000', '132327.565000', '132328.025000', '132328.485000', '132328.945000', '132329.405000', '132329.865000', '132330.325000', '132330.785000', '132331.245000', '132331.705000', '132332.165000', '132332.625000', '132333.085000', '132333.545000', '132334.005000', '132334.465000', '132334.925000', '132335.385000', '132335.845000', '132336.305000', '132336.765000', '132337.225000', '132337.685000', '132338.145000', '132338.605000', '132339.065000', '132339.525000', '132339.985000', '132340.445000', '132340.905000', '132341.365000', '132341.825000', '132342.285000', '132342.745000', '132343.205000', '132343.665000', '132344.125000', '132344.585000', '132345.045000', '132345.505000', '132345.965000', '132346.425000', '132346.885000', '132347.345000', '132347.805000', '132348.265000', '132348.725000', '132349.185000', '132349.645000', '132350.105000', '132350.565000', '132351.025000', '132351.485000', '132351.945000', '132352.405000', '132352.865000', '132353.325000', '132353.785000', '132354.245000', '132354.705000', '132355.165000', '132355.625000', '132356.085000', '132356.545000', '132357.005000', '132357.465000', '132357.925000', '132358.385000', '132358.845000', '132359.305000', '132359.765000', '132400.225000', '132400.685000', '132401.145000', '132401.605000', '132402.065000', '132402.525000', '132402.985000', '132403.445000', '132403.905000', '132404.365000', '132404.825000', '132405.285000', '132405.745000', '132406.205000', '132406.665000', '132407.125000', '132407.585000', '132408.045000', '132408.505000', '132408.965000', '132409.425000', '132409.885000', '132410.345000', '132410.805000', '132411.265000', '132411.725000', '132412.185000', '132412.645000', '132413.105000', '132413.565000', '132414.025000', '132414.485000', '132414.945000', '132415.405000', '132415.865000', '132416.325000', '132416.785000', '132417.245000', '132417.705000', '132418.165000', '132418.625000', '132419.085000', '132419.545000', '132420.005000', '132420.465000', '132420.925000', '132421.385000', '132421.845000', '132422.305000', '132422.765000', '132423.225000', '132423.685000', '132424.145000', '132424.605000', '132425.065000', '132425.525000', '132425.985000', '132426.445000', '132426.905000', '132427.365000', '132427.825000', '132428.285000', '132428.745000', '132429.205000', '132429.665000', '132430.125000', '132430.585000', '132431.045000', '132431.505000', '132431.965000', '132432.425000', '132432.885000', '132433.345000', '132433.805000', '132434.265000', '132434.725000', '132435.185000', '132435.645000', '132436.105000', '132436.565000', '132437.025000', '132437.485000', '132437.945000', '132438.405000', '132438.865000', '132439.325000', '132439.785000', '132440.245000', '132440.705000', '132441.165000', '132441.625000', '132442.085000', '132442.545000', '132443.005000', '132443.465000', '132443.925000', '132444.385000', '132444.845000', '132445.305000', '132445.765000', '132446.225000', '132446.685000', '132447.145000', '132447.605000', '132448.065000', '132448.525000', '132448.985000', '132449.445000', '132449.905000', '132450.365000', '132450.825000', '132451.285000', '132451.745000', '132452.205000', '132452.665000', '132453.125000', '132453.585000', '132454.045000', '132454.505000', '132454.965000', '132455.425000', '132455.885000', '132456.345000', '132456.805000', '132457.265000', '132457.725000', '132458.185000', '132458.645000', '132459.105000', '132459.565000', '132500.025000', '132500.485000', '132500.945000', '132501.405000', '132501.865000', '132502.325000', '132502.785000', '132503.245000', '132503.705000', '132504.165000', '132504.625000', '132505.085000', '132505.545000', '132506.005000', '132506.465000', '132506.925000', '132507.385000'], 'ContentTime': ['131840.853000', '131840.856000', '131840.859000', '131840.865000', '131840.868000', '131840.878000', '131840.881000', '131840.884000', '131840.887000', '131840.890000', '131840.893000', '131840.896000', '131840.899000', '131840.908000', '131840.911000', '131840.914000', '131840.917000', '131840.919000', '131840.922000', '131840.925000', '131840.928000', '131840.931000', '131840.934000', '131840.937000', '131840.940000', '131840.943000', '131840.946000', '131840.948000', '131840.951000', '131900.814000', '131900.817000', '131900.820000', '131900.823000', '131900.826000', '131900.829000', '131900.832000', '131900.835000', '131900.837000', '131900.840000', '131900.843000', '131900.846000', '131900.849000', '131900.852000', '131900.855000', '131900.858000', '131900.861000', '131900.864000', '131900.867000', '131900.875000', '131900.878000', '131900.881000', '131900.884000', '131900.887000', '131900.889000', '131900.892000', '131900.896000', '131900.898000', '131900.902000', '131900.906000', '131900.909000', '131900.912000', '131900.915000', '131900.917000', '131900.920000', '131900.923000', '131900.926000', '131900.929000', '131900.932000', '131900.935000', '131900.938000', '131900.941000', '131900.944000', '131920.814000', '131920.817000', '131920.820000', '131920.823000', '131920.826000', '131920.829000', '131920.831000', '131920.835000', '131920.837000', '131920.840000', '131920.843000', '131920.846000', '131920.849000', '131920.852000', '131920.855000', '131920.858000', '131920.867000', '131920.870000', '131920.873000', '131920.876000', '131920.879000', '131920.881000', '131920.884000', '131920.887000', '131920.890000', '131920.893000', '131920.896000', '131920.899000', '131920.902000', '131920.905000', '131920.908000', '131920.911000', '131920.914000', '131920.917000', '131920.920000', '131920.923000', '131920.925000', '131920.928000', '131920.931000', '131920.934000', '131920.937000', '131920.940000', '131920.943000', '131920.946000', '131940.814000', '131940.817000', '131940.820000', '131940.823000', '131940.826000', '131940.829000', '131940.832000', '131940.835000', '131940.838000', '131940.841000', '131940.856000', '131940.859000', '131940.862000', '131940.865000', '131940.868000', '131940.870000', '131940.873000', '131940.876000', '131940.879000', '131940.882000', '131940.885000', '131940.888000', '131940.891000', '131940.894000', '131940.897000', '131940.900000', '131940.903000', '131940.906000', '131940.909000', '131940.912000', '131940.915000', '131940.918000', '131940.920000', '131940.923000', '131940.926000', '131940.929000', '131940.932000', '131940.935000', '131940.938000', '131940.941000', '131940.944000', '131940.947000', '131940.950000', '132000.814000', '132000.817000', '132000.820000', '132000.823000', '132000.826000', '132000.829000', '132000.832000', '132000.835000', '132000.838000', '132000.841000', '132000.844000', '132000.847000', '132000.849000', '132000.852000', '132000.856000', '132000.858000', '132000.861000', '132000.864000', '132000.867000', '132000.870000', '132000.873000', '132000.876000', '132000.879000', '132000.882000', '132000.885000', '132000.888000', '132000.891000', '132000.894000', '132000.897000', '132000.900000', '132000.903000', '132000.906000', '132000.909000', '132000.912000', '132000.915000', '132000.918000', '132000.920000', '132000.923000', '132000.926000', '132000.929000', '132000.932000', '132000.935000', '132000.938000', '132000.941000', '132020.814000', '132020.817000', '132020.820000', '132020.823000', '132020.831000', '132020.834000', '132020.837000', '132020.840000', '132020.843000', '132020.846000', '132020.849000', '132020.852000', '132020.855000', '132020.858000', '132020.861000', '132020.864000', '132020.866000', '132020.869000', '132020.872000', '132020.875000', '132020.878000', '132020.881000', '132020.884000', '132020.887000', '132020.890000', '132020.893000', '132020.896000', '132020.899000', '132020.902000', '132020.905000', '132020.907000', '132020.910000', '132020.913000', '132020.916000', '132020.919000', '132020.922000', '132020.925000', '132020.928000', '132020.931000', '132020.934000', '132020.937000', '132020.941000', '132020.944000', '132040.814000', '132040.817000', '132040.820000', '132040.823000', '132040.826000', '132040.829000', '132040.832000', '132040.835000', '132040.838000', '132040.841000', '132040.844000', '132040.847000', '132040.849000', '132040.853000', '132040.856000', '132040.858000', '132040.861000', '132040.865000', '132040.867000', '132040.870000', '132040.873000', '132040.876000', '132040.879000', '132040.882000', '132040.885000', '132040.888000', '132040.891000', '132040.894000', '132040.897000', '132040.900000', '132040.903000', '132040.906000', '132040.909000', '132040.912000', '132040.915000', '132040.918000', '132040.921000', '132040.924000', '132040.927000', '132040.930000', '132040.933000', '132040.936000', '132040.939000', '132040.941000', '132100.814000', '132100.817000', '132100.820000', '132100.823000', '132100.826000', '132100.829000', '132100.831000', '132100.835000', '132100.838000', '132100.840000', '132100.843000', '132100.846000', '132100.849000', '132100.852000', '132100.855000', '132100.858000', '132100.861000', '132100.864000', '132100.867000', '132100.870000', '132100.873000', '132100.876000', '132100.879000', '132100.882000', '132100.884000', '132100.887000', '132100.890000', '132100.893000', '132100.896000', '132100.899000', '132100.902000', '132100.905000', '132100.908000', '132100.911000', '132100.914000', '132100.917000', '132100.920000', '132100.922000', '132100.925000', '132100.928000', '132100.931000', '132100.934000', '132100.937000', '132120.814000', '132120.817000', '132120.820000', '132120.823000', '132120.826000', '132120.829000', '132120.841000', '132120.844000', '132120.847000', '132120.849000', '132120.852000', '132120.855000', '132120.858000', '132120.861000', '132120.864000', '132120.867000', '132120.870000', '132120.873000', '132120.876000', '132120.879000', '132120.882000', '132120.885000', '132120.888000', '132120.891000', '132120.894000', '132120.897000', '132120.900000', '132120.902000', '132120.905000', '132120.908000', '132120.911000', '132120.914000', '132120.917000', '132120.920000', '132120.923000', '132120.926000', '132120.929000', '132120.932000', '132120.935000', '132120.937000', '132120.940000', '132120.943000', '132120.946000', '132120.949000', '132140.814000', '132140.817000', '132140.820000', '132140.823000', '132140.826000', '132140.829000', '132140.832000', '132140.835000', '132140.838000', '132140.841000', '132140.844000', '132140.847000', '132140.850000', '132140.853000', '132140.856000', '132140.859000', '132140.861000', '132140.864000', '132140.868000', '132140.871000', '132140.873000', '132140.876000', '132140.879000', '132140.882000', '132140.885000', '132140.888000', '132140.891000', '132140.894000', '132140.897000', '132140.900000', '132140.903000', '132140.906000', '132140.909000', '132140.912000', '132140.915000', '132140.918000', '132140.921000', '132140.924000', '132140.927000', '132140.929000', '132140.932000', '132140.935000', '132140.938000', '132200.815000', '132200.820000', '132200.823000', '132200.826000', '132200.829000', '132200.832000', '132200.835000', '132200.838000', '132200.841000', '132200.844000', '132200.847000', '132200.850000', '132200.853000', '132200.856000', '132200.858000', '132200.862000', '132200.864000', '132200.867000', '132200.870000', '132200.873000', '132200.876000', '132200.879000', '132200.882000', '132200.885000', '132200.888000', '132200.891000', '132200.894000', '132200.897000', '132200.900000', '132200.903000', '132200.906000', '132200.909000', '132200.911000', '132200.914000', '132200.917000', '132200.920000', '132200.923000', '132200.926000', '132200.929000', '132200.932000', '132200.935000', '132200.938000', '132200.941000', '132220.814000', '132220.817000', '132220.820000', '132220.823000', '132220.826000', '132220.829000', '132220.832000', '132220.835000', '132220.838000', '132220.841000', '132220.844000', '132220.847000', '132220.850000', '132220.852000', '132220.856000', '132220.858000', '132220.861000', '132220.864000', '132220.867000', '132220.870000', '132220.873000', '132220.876000', '132220.879000', '132220.882000', '132220.885000', '132220.888000', '132220.891000', '132220.894000', '132220.897000', '132220.899000', '132220.902000', '132220.905000', '132220.908000', '132220.911000', '132220.914000', '132220.917000', '132220.920000', '132220.923000', '132220.926000', '132220.929000', '132220.932000', '132220.935000', '132220.938000', '132220.940000', '132240.814000', '132240.820000', '132240.823000', '132240.826000', '132240.829000', '132240.832000', '132240.835000', '132240.838000', '132240.841000', '132240.844000', '132240.847000', '132240.850000', '132240.856000', '132240.859000', '132240.862000', '132240.865000', '132240.868000', '132240.871000', '132240.874000', '132240.877000', '132240.880000', '132240.883000', '132240.886000', '132240.889000', '132240.892000', '132240.895000', '132240.898000', '132240.900000', '132240.903000', '132240.906000', '132240.909000', '132240.928000', '132240.931000', '132240.934000', '132240.944000', '132240.947000', '132240.950000', '132240.953000', '132240.956000', '132240.959000', '132240.962000', '132240.964000', '132240.968000', '132300.814000', '132300.830000', '132300.833000', '132300.836000', '132300.839000', '132300.842000', '132300.845000', '132300.847000', '132300.850000', '132300.853000', '132300.856000', '132300.859000', '132300.862000', '132300.865000', '132300.868000', '132300.871000', '132300.874000', '132300.877000', '132300.880000', '132300.883000', '132300.886000', '132300.889000', '132300.892000', '132300.895000', '132300.898000', '132300.901000', '132300.904000', '132300.907000', '132300.909000', '132300.912000', '132300.915000', '132300.918000', '132300.921000', '132300.924000', '132300.927000', '132300.930000', '132300.933000', '132300.936000', '132300.939000', '132300.942000', '132300.944000', '132300.947000', '132300.950000', '132300.953000', '132320.814000', '132320.817000', '132320.820000', '132320.823000', '132320.826000', '132320.829000', '132320.832000', '132320.835000', '132320.838000', '132320.840000', '132320.843000', '132320.846000', '132320.849000', '132320.855000', '132320.859000', '132320.862000', '132320.865000', '132320.868000', '132320.871000', '132320.874000', '132320.877000', '132320.880000', '132320.883000', '132320.886000', '132320.889000', '132320.892000', '132320.895000', '132320.897000', '132320.900000', '132320.904000', '132320.906000', '132320.909000', '132320.912000', '132320.915000', '132320.918000', '132320.921000', '132320.924000', '132320.927000', '132320.930000', '132320.933000', '132320.935000', '132320.939000', '132320.941000', '132340.814000', '132340.829000', '132340.832000', '132340.834000', '132340.838000', '132340.840000', '132340.843000', '132340.846000', '132340.849000', '132340.852000', '132340.855000', '132340.858000', '132340.861000', '132340.864000', '132340.867000', '132340.870000', '132340.873000', '132340.876000', '132340.879000', '132340.882000', '132340.885000', '132340.888000', '132340.891000', '132340.893000', '132340.896000', '132340.899000', '132340.902000', '132340.905000', '132340.908000', '132340.911000', '132340.914000', '132340.917000', '132340.920000', '132340.923000', '132340.926000', '132340.929000', '132340.932000', '132340.934000', '132340.937000', '132340.940000', '132340.943000', '132340.946000', '132340.949000', '132340.952000', '132400.815000', '132400.836000', '132400.839000', '132400.842000', '132400.845000', '132400.847000', '132400.850000', '132400.853000', '132400.856000', '132400.859000', '132400.862000', '132400.865000', '132400.868000', '132400.871000', '132400.874000', '132400.877000', '132400.880000', '132400.883000', '132400.888000', '132400.893000', '132400.896000', '132400.899000', '132400.902000', '132400.905000', '132400.908000', '132400.911000', '132400.914000', '132400.917000', '132400.920000', '132400.923000', '132400.926000', '132400.929000', '132400.932000', '132400.934000', '132400.937000', '132400.940000', '132400.943000', '132400.946000', '132400.951000', '132400.954000', '132400.957000', '132400.960000', '132400.963000', '132420.814000', '132420.817000', '132420.820000', '132420.823000', '132420.826000', '132420.829000', '132420.832000', '132420.835000', '132420.838000', '132420.841000', '132420.843000', '132420.847000', '132420.849000', '132420.852000', '132420.855000', '132420.858000', '132420.861000', '132420.864000', '132420.867000', '132420.870000', '132420.873000', '132420.876000', '132420.879000', '132420.886000', '132420.889000', '132420.892000', '132420.895000', '132420.898000', '132420.901000', '132420.904000', '132420.907000', '132420.910000', '132420.912000', '132420.915000', '132420.918000', '132420.921000', '132420.924000', '132420.927000', '132420.930000', '132420.933000', '132420.936000', '132420.939000', '132420.942000', '132420.945000', '132440.814000', '132440.817000', '132440.820000', '132440.823000', '132440.826000', '132440.829000', '132440.832000', '132440.835000', '132440.838000', '132440.841000', '132440.844000', '132440.847000', '132440.850000', '132440.853000', '132440.856000', '132440.859000', '132440.862000', '132440.865000', '132440.868000', '132440.871000', '132440.874000', '132440.877000', '132440.880000', '132440.882000', '132440.885000', '132440.888000', '132440.891000', '132440.894000', '132440.897000', '132440.903000', '132440.907000', '132440.910000', '132440.913000', '132440.916000', '132440.919000', '132440.922000', '132440.925000', '132440.928000', '132440.930000', '132440.934000', '132440.937000', '132440.939000', '132440.942000', '132500.814000', '132500.817000', '132500.820000', '132500.823000', '132500.826000', '132500.829000', '132500.832000', '132500.835000', '132500.838000', '132500.841000', '132500.844000', '132500.847000', '132500.850000', '132500.853000', '132500.856000', '132500.859000', '132500.862000', '132500.865000', '132500.868000', '132500.871000', '132500.874000', '132500.877000', '132500.880000', '132500.883000', '132500.886000', '132500.888000', '132500.892000', '132500.894000', '132500.897000', '132500.900000', '132500.903000', '132500.906000', '132500.909000', '132500.912000', '132500.915000', '132500.918000', '132500.921000', '132500.923000', '132500.926000', '132500.929000', '132500.932000', '132500.935000', '132500.938000', '132500.941000', '132508.561000', '132508.565000', '132508.568000', '132508.571000', '132508.575000', '132508.577000', '132508.581000', '132508.583000', '132508.587000', '132508.589000', '132508.592000', '132508.595000', '132508.599000', '132508.601000', '132508.604000', '132508.608000', '132508.611000'], 'InstanceCreationTime': ['131840.853000', '131840.856000', '131840.859000', '131840.865000', '131840.868000', '131840.878000', '131840.881000', '131840.884000', '131840.887000', '131840.890000', '131840.893000', '131840.896000', '131840.899000', '131840.908000', '131840.911000', '131840.914000', '131840.917000', '131840.919000', '131840.922000', '131840.925000', '131840.928000', '131840.931000', '131840.934000', '131840.937000', '131840.940000', '131840.943000', '131840.946000', '131840.948000', '131840.951000', '131900.814000', '131900.817000', '131900.820000', '131900.823000', '131900.826000', '131900.829000', '131900.832000', '131900.835000', '131900.837000', '131900.840000', '131900.843000', '131900.846000', '131900.849000', '131900.852000', '131900.855000', '131900.858000', '131900.861000', '131900.864000', '131900.867000', '131900.875000', '131900.878000', '131900.881000', '131900.884000', '131900.887000', '131900.889000', '131900.892000', '131900.896000', '131900.898000', '131900.902000', '131900.906000', '131900.909000', '131900.912000', '131900.915000', '131900.917000', '131900.920000', '131900.923000', '131900.926000', '131900.929000', '131900.932000', '131900.935000', '131900.938000', '131900.941000', '131900.944000', '131920.814000', '131920.817000', '131920.820000', '131920.823000', '131920.826000', '131920.829000', '131920.831000', '131920.835000', '131920.837000', '131920.840000', '131920.843000', '131920.846000', '131920.849000', '131920.852000', '131920.855000', '131920.858000', '131920.867000', '131920.870000', '131920.873000', '131920.876000', '131920.879000', '131920.881000', '131920.884000', '131920.887000', '131920.890000', '131920.893000', '131920.896000', '131920.899000', '131920.902000', '131920.905000', '131920.908000', '131920.911000', '131920.914000', '131920.917000', '131920.920000', '131920.923000', '131920.925000', '131920.928000', '131920.931000', '131920.934000', '131920.937000', '131920.940000', '131920.943000', '131920.946000', '131940.814000', '131940.817000', '131940.820000', '131940.823000', '131940.826000', '131940.829000', '131940.832000', '131940.835000', '131940.838000', '131940.841000', '131940.856000', '131940.859000', '131940.862000', '131940.865000', '131940.868000', '131940.870000', '131940.873000', '131940.876000', '131940.879000', '131940.882000', '131940.885000', '131940.888000', '131940.891000', '131940.894000', '131940.897000', '131940.900000', '131940.903000', '131940.906000', '131940.909000', '131940.912000', '131940.915000', '131940.918000', '131940.920000', '131940.923000', '131940.926000', '131940.929000', '131940.932000', '131940.935000', '131940.938000', '131940.941000', '131940.944000', '131940.947000', '131940.950000', '132000.814000', '132000.817000', '132000.820000', '132000.823000', '132000.826000', '132000.829000', '132000.832000', '132000.835000', '132000.838000', '132000.841000', '132000.844000', '132000.847000', '132000.849000', '132000.852000', '132000.856000', '132000.858000', '132000.861000', '132000.864000', '132000.867000', '132000.870000', '132000.873000', '132000.876000', '132000.879000', '132000.882000', '132000.885000', '132000.888000', '132000.891000', '132000.894000', '132000.897000', '132000.900000', '132000.903000', '132000.906000', '132000.909000', '132000.912000', '132000.915000', '132000.918000', '132000.920000', '132000.923000', '132000.926000', '132000.929000', '132000.932000', '132000.935000', '132000.938000', '132000.941000', '132020.814000', '132020.817000', '132020.820000', '132020.823000', '132020.831000', '132020.834000', '132020.837000', '132020.840000', '132020.843000', '132020.846000', '132020.849000', '132020.852000', '132020.855000', '132020.858000', '132020.861000', '132020.864000', '132020.866000', '132020.869000', '132020.872000', '132020.875000', '132020.878000', '132020.881000', '132020.884000', '132020.887000', '132020.890000', '132020.893000', '132020.896000', '132020.899000', '132020.902000', '132020.905000', '132020.907000', '132020.910000', '132020.913000', '132020.916000', '132020.919000', '132020.922000', '132020.925000', '132020.928000', '132020.931000', '132020.934000', '132020.937000', '132020.941000', '132020.944000', '132040.814000', '132040.817000', '132040.820000', '132040.823000', '132040.826000', '132040.829000', '132040.832000', '132040.835000', '132040.838000', '132040.841000', '132040.844000', '132040.847000', '132040.849000', '132040.853000', '132040.856000', '132040.858000', '132040.861000', '132040.865000', '132040.867000', '132040.870000', '132040.873000', '132040.876000', '132040.879000', '132040.882000', '132040.885000', '132040.888000', '132040.891000', '132040.894000', '132040.897000', '132040.900000', '132040.903000', '132040.906000', '132040.909000', '132040.912000', '132040.915000', '132040.918000', '132040.921000', '132040.924000', '132040.927000', '132040.930000', '132040.933000', '132040.936000', '132040.939000', '132040.941000', '132100.814000', '132100.817000', '132100.820000', '132100.823000', '132100.826000', '132100.829000', '132100.831000', '132100.835000', '132100.838000', '132100.840000', '132100.843000', '132100.846000', '132100.849000', '132100.852000', '132100.855000', '132100.858000', '132100.861000', '132100.864000', '132100.867000', '132100.870000', '132100.873000', '132100.876000', '132100.879000', '132100.882000', '132100.884000', '132100.887000', '132100.890000', '132100.893000', '132100.896000', '132100.899000', '132100.902000', '132100.905000', '132100.908000', '132100.911000', '132100.914000', '132100.917000', '132100.920000', '132100.922000', '132100.925000', '132100.928000', '132100.931000', '132100.934000', '132100.937000', '132120.814000', '132120.817000', '132120.820000', '132120.823000', '132120.826000', '132120.829000', '132120.841000', '132120.844000', '132120.847000', '132120.849000', '132120.852000', '132120.855000', '132120.858000', '132120.861000', '132120.864000', '132120.867000', '132120.870000', '132120.873000', '132120.876000', '132120.879000', '132120.882000', '132120.885000', '132120.888000', '132120.891000', '132120.894000', '132120.897000', '132120.900000', '132120.902000', '132120.905000', '132120.908000', '132120.911000', '132120.914000', '132120.917000', '132120.920000', '132120.923000', '132120.926000', '132120.929000', '132120.932000', '132120.935000', '132120.937000', '132120.940000', '132120.943000', '132120.946000', '132120.949000', '132140.814000', '132140.817000', '132140.820000', '132140.823000', '132140.826000', '132140.829000', '132140.832000', '132140.835000', '132140.838000', '132140.841000', '132140.844000', '132140.847000', '132140.850000', '132140.853000', '132140.856000', '132140.859000', '132140.861000', '132140.864000', '132140.868000', '132140.871000', '132140.873000', '132140.876000', '132140.879000', '132140.882000', '132140.885000', '132140.888000', '132140.891000', '132140.894000', '132140.897000', '132140.900000', '132140.903000', '132140.906000', '132140.909000', '132140.912000', '132140.915000', '132140.918000', '132140.921000', '132140.924000', '132140.927000', '132140.929000', '132140.932000', '132140.935000', '132140.938000', '132200.815000', '132200.820000', '132200.823000', '132200.826000', '132200.829000', '132200.832000', '132200.835000', '132200.838000', '132200.841000', '132200.844000', '132200.847000', '132200.850000', '132200.853000', '132200.856000', '132200.858000', '132200.862000', '132200.864000', '132200.867000', '132200.870000', '132200.873000', '132200.876000', '132200.879000', '132200.882000', '132200.885000', '132200.888000', '132200.891000', '132200.894000', '132200.897000', '132200.900000', '132200.903000', '132200.906000', '132200.909000', '132200.911000', '132200.914000', '132200.917000', '132200.920000', '132200.923000', '132200.926000', '132200.929000', '132200.932000', '132200.935000', '132200.938000', '132200.941000', '132220.814000', '132220.817000', '132220.820000', '132220.823000', '132220.826000', '132220.829000', '132220.832000', '132220.835000', '132220.838000', '132220.841000', '132220.844000', '132220.847000', '132220.850000', '132220.852000', '132220.856000', '132220.858000', '132220.861000', '132220.864000', '132220.867000', '132220.870000', '132220.873000', '132220.876000', '132220.879000', '132220.882000', '132220.885000', '132220.888000', '132220.891000', '132220.894000', '132220.897000', '132220.899000', '132220.902000', '132220.905000', '132220.908000', '132220.911000', '132220.914000', '132220.917000', '132220.920000', '132220.923000', '132220.926000', '132220.929000', '132220.932000', '132220.935000', '132220.938000', '132220.940000', '132240.814000', '132240.820000', '132240.823000', '132240.826000', '132240.829000', '132240.832000', '132240.835000', '132240.838000', '132240.841000', '132240.844000', '132240.847000', '132240.850000', '132240.856000', '132240.859000', '132240.862000', '132240.865000', '132240.868000', '132240.871000', '132240.874000', '132240.877000', '132240.880000', '132240.883000', '132240.886000', '132240.889000', '132240.892000', '132240.895000', '132240.898000', '132240.900000', '132240.903000', '132240.906000', '132240.909000', '132240.928000', '132240.931000', '132240.934000', '132240.944000', '132240.947000', '132240.950000', '132240.953000', '132240.956000', '132240.959000', '132240.962000', '132240.964000', '132240.968000', '132300.814000', '132300.830000', '132300.833000', '132300.836000', '132300.839000', '132300.842000', '132300.845000', '132300.847000', '132300.850000', '132300.853000', '132300.856000', '132300.859000', '132300.862000', '132300.865000', '132300.868000', '132300.871000', '132300.874000', '132300.877000', '132300.880000', '132300.883000', '132300.886000', '132300.889000', '132300.892000', '132300.895000', '132300.898000', '132300.901000', '132300.904000', '132300.907000', '132300.909000', '132300.912000', '132300.915000', '132300.918000', '132300.921000', '132300.924000', '132300.927000', '132300.930000', '132300.933000', '132300.936000', '132300.939000', '132300.942000', '132300.944000', '132300.947000', '132300.950000', '132300.953000', '132320.814000', '132320.817000', '132320.820000', '132320.823000', '132320.826000', '132320.829000', '132320.832000', '132320.835000', '132320.838000', '132320.840000', '132320.843000', '132320.846000', '132320.849000', '132320.855000', '132320.859000', '132320.862000', '132320.865000', '132320.868000', '132320.871000', '132320.874000', '132320.877000', '132320.880000', '132320.883000', '132320.886000', '132320.889000', '132320.892000', '132320.895000', '132320.897000', '132320.900000', '132320.904000', '132320.906000', '132320.909000', '132320.912000', '132320.915000', '132320.918000', '132320.921000', '132320.924000', '132320.927000', '132320.930000', '132320.933000', '132320.935000', '132320.939000', '132320.941000', '132340.814000', '132340.829000', '132340.832000', '132340.834000', '132340.838000', '132340.840000', '132340.843000', '132340.846000', '132340.849000', '132340.852000', '132340.855000', '132340.858000', '132340.861000', '132340.864000', '132340.867000', '132340.870000', '132340.873000', '132340.876000', '132340.879000', '132340.882000', '132340.885000', '132340.888000', '132340.891000', '132340.893000', '132340.896000', '132340.899000', '132340.902000', '132340.905000', '132340.908000', '132340.911000', '132340.914000', '132340.917000', '132340.920000', '132340.923000', '132340.926000', '132340.929000', '132340.932000', '132340.934000', '132340.937000', '132340.940000', '132340.943000', '132340.946000', '132340.949000', '132340.952000', '132400.815000', '132400.836000', '132400.839000', '132400.842000', '132400.845000', '132400.847000', '132400.850000', '132400.853000', '132400.856000', '132400.859000', '132400.862000', '132400.865000', '132400.868000', '132400.871000', '132400.874000', '132400.877000', '132400.880000', '132400.883000', '132400.888000', '132400.893000', '132400.896000', '132400.899000', '132400.902000', '132400.905000', '132400.908000', '132400.911000', '132400.914000', '132400.917000', '132400.920000', '132400.923000', '132400.926000', '132400.929000', '132400.932000', '132400.934000', '132400.937000', '132400.940000', '132400.943000', '132400.946000', '132400.951000', '132400.954000', '132400.957000', '132400.960000', '132400.963000', '132420.814000', '132420.817000', '132420.820000', '132420.823000', '132420.826000', '132420.829000', '132420.832000', '132420.835000', '132420.838000', '132420.841000', '132420.843000', '132420.847000', '132420.849000', '132420.852000', '132420.855000', '132420.858000', '132420.861000', '132420.864000', '132420.867000', '132420.870000', '132420.873000', '132420.876000', '132420.879000', '132420.886000', '132420.889000', '132420.892000', '132420.895000', '132420.898000', '132420.901000', '132420.904000', '132420.907000', '132420.910000', '132420.912000', '132420.915000', '132420.918000', '132420.921000', '132420.924000', '132420.927000', '132420.930000', '132420.933000', '132420.936000', '132420.939000', '132420.942000', '132420.945000', '132440.814000', '132440.817000', '132440.820000', '132440.823000', '132440.826000', '132440.829000', '132440.832000', '132440.835000', '132440.838000', '132440.841000', '132440.844000', '132440.847000', '132440.850000', '132440.853000', '132440.856000', '132440.859000', '132440.862000', '132440.865000', '132440.868000', '132440.871000', '132440.874000', '132440.877000', '132440.880000', '132440.882000', '132440.885000', '132440.888000', '132440.891000', '132440.894000', '132440.897000', '132440.903000', '132440.907000', '132440.910000', '132440.913000', '132440.916000', '132440.919000', '132440.922000', '132440.925000', '132440.928000', '132440.930000', '132440.934000', '132440.937000', '132440.939000', '132440.942000', '132500.814000', '132500.817000', '132500.820000', '132500.823000', '132500.826000', '132500.829000', '132500.832000', '132500.835000', '132500.838000', '132500.841000', '132500.844000', '132500.847000', '132500.850000', '132500.853000', '132500.856000', '132500.859000', '132500.862000', '132500.865000', '132500.868000', '132500.871000', '132500.874000', '132500.877000', '132500.880000', '132500.883000', '132500.886000', '132500.888000', '132500.892000', '132500.894000', '132500.897000', '132500.900000', '132500.903000', '132500.906000', '132500.909000', '132500.912000', '132500.915000', '132500.918000', '132500.921000', '132500.923000', '132500.926000', '132500.929000', '132500.932000', '132500.935000', '132500.938000', '132500.941000', '132508.561000', '132508.565000', '132508.568000', '132508.571000', '132508.575000', '132508.577000', '132508.581000', '132508.583000', '132508.587000', '132508.589000', '132508.592000', '132508.595000', '132508.599000', '132508.601000', '132508.604000', '132508.608000', '132508.611000'], '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': [10652, 9828, 10227, 9126, 9919, 9174, 9966, 9932, 9972, 9784, 10204, 9762, 10287, 10425, 10451, 9390, 10218, 10133, 9795, 9720, 9965, 9752, 9478, 9968, 9586, 9782, 8952, 9178, 7105, 9772, 8380, 9633, 9411, 9630, 9095, 10759, 8816, 11783, 9176, 11091, 9606, 11101, 9220, 11523, 9143, 11036, 9263, 10377, 8889, 10173, 8655, 9713, 8333, 9704, 8319, 9536, 9162, 9956, 9455, 9772, 8950, 10065, 11252, 9596, 10787, 9339, 10430, 8554, 10058, 9078, 9657, 8798, 9662, 9517, 9530, 10793, 9223, 10705, 8972, 10000, 9107, 9670, 8749, 9867, 9406, 9398, 11120, 9401, 11116, 9427, 10611, 8900, 10230, 9049, 9956, 9357, 9416, 11178, 9287, 10620, 9535, 10498, 8364, 9684, 10125, 9434, 10137, 9362, 10126, 9090, 9782, 8599, 9471, 8739, 9693, 10067, 9721, 10970, 9098, 10312, 8644, 9644, 8656, 9439, 9583, 9080, 10747, 8705, 10349, 8845, 9985, 8832, 9706, 9466, 9410, 8929, 9616, 9279, 9508, 11063, 9359, 11231, 9121, 10694, 9110, 10365, 9392, 10084, 8810, 9243, 8849, 9718, 9369, 9755, 10142, 9726, 9710, 9598, 10310, 9743, 10985, 9553, 11028, 9102, 10247, 9083, 9800, 9084, 10235, 9404, 10151, 10214, 9809, 9949, 9831, 11025, 9685, 10427, 9901, 10330, 9993, 10445, 9740, 10160, 10099, 10496, 9516, 10135, 9920, 9799, 9764, 9476, 9186, 9901, 10007, 9461, 10332, 9630, 9648, 9625, 11165, 9577, 10455, 9520, 10107, 9493, 10268, 9037, 10509, 9186, 9693, 9598, 9515, 9177, 9744, 9676, 9709, 10091, 9632, 9730, 9480, 11102, 9194, 10344, 9189, 10273, 9327, 10550, 9392, 10676, 9578, 10908, 9268, 10911, 9449, 10415, 9492, 10289, 9621, 10605, 9370, 10732, 9409, 10621, 9314, 10437, 9039, 10305, 9073, 9707, 9493, 9425, 9208, 9766, 9502, 9709, 9544, 9715, 9915, 9582, 9761, 9700, 10168, 9809, 10215, 10061, 11100, 9551, 11290, 9735, 10923, 9296, 10342, 9246, 10198, 9232, 10496, 9491, 9980, 8969, 10459, 9291, 10580, 9117, 10538, 9494, 9984, 8823, 9744, 9353, 9657, 9990, 9319, 10767, 9565, 9737, 9413, 10893, 9285, 10844, 9530, 10103, 9201, 10008, 9447, 10051, 9394, 10546, 9597, 10486, 9337, 10428, 9198, 10418, 8964, 10045, 9199, 9603, 9168, 9535, 8869, 9738, 9261, 9931, 9946, 9801, 9647, 9682, 9985, 9908, 9178, 9685, 10393, 9522, 10584, 9845, 10396, 9314, 10641, 9685, 10674, 9396, 10499, 9016, 10274, 9131, 10061, 8880, 10029, 9124, 9976, 10223, 10192, 9602, 10047, 9542, 9851, 10887, 9718, 11099, 9489, 11513, 9146, 10716, 9422, 10605, 9387, 10714, 9470, 10831, 9386, 10896, 9499, 10410, 8740, 9922, 11954, 9648, 11728, 9566, 11034, 9001, 10788, 8822, 9770, 8808, 10080, 9451, 9817, 9551, 9754, 9858, 9823, 9231, 9763, 11120, 9459, 8952, 10201, 9176, 9573, 8915, 9765, 9138, 9991, 8779, 11033, 9025, 10960, 9290, 10277, 9245, 10304, 8914, 9890, 8555, 9628, 11627, 9230, 9132, 9168, 10202, 8930, 10091, 9122, 10089, 8938, 9827, 9130, 9686, 9262, 9847, 9099, 10032, 9300, 10523, 9161, 10917, 9246, 10017, 8768, 9847, 11221, 9601, 11393, 9439, 10295, 9347, 11268, 8910, 10087, 9434, 9901, 8960, 9891, 9019, 9950, 9505, 9849, 9296, 9871, 12002, 9087, 10849, 9625, 10911, 9242, 10545, 8912, 10176, 9104, 9980, 9649, 9621, 9456, 9274, 10976, 9073, 10476, 9419, 9768, 9295, 9790, 8880, 9856, 9326, 9613, 9902, 9399, 10902, 9434, 10751, 9111, 11216, 9089, 10013, 9333, 9831, 9534, 9991, 9667, 9812, 11205, 9393, 11101, 9465, 10402, 8943, 10087, 8951, 9719, 8974, 9823, 9887, 9234, 10827, 9347, 10870, 8951, 9963, 9899, 9582, 8901, 9391, 9646, 9032, 10875, 9254, 10564, 9419, 10218, 9488, 9882, 9512, 9775, 12107, 9349, 11518, 9076, 10942, 8918, 9879, 9439, 9753, 8879, 9627, 9878, 9240, 9450, 9504, 10750, 9204, 10655, 9305, 10453, 9067, 9825, 9234, 9648, 9718, 9744, 9477, 9133, 10798, 9043, 10787, 9037, 10641, 9220, 10336, 9352, 10071, 9675, 9892, 8579, 9989, 9282, 9744, 12394, 9268, 11788, 8842, 11021, 8767, 10810, 9288, 10109, 9070, 9399, 9779, 9356, 10987, 8932, 10125, 8892, 9960, 8777, 9758, 9439, 9422, 9310, 9411, 8908, 9340, 10673, 8910, 10414, 9200, 10750, 8907, 10248, 9092, 9968, 8970, 9758, 10028, 9550, 10104, 9039, 11100, 9128, 10826, 9017, 10708, 8989, 10293, 9219, 9785, 9163, 9563, 9684, 9331, 11457, 9787, 10591, 9237, 10346, 9359, 10095, 9219, 10304, 9365, 9910, 8746, 9928, 9734, 9495, 11945, 9186, 10745, 9472, 11167, 9199, 10445, 9263, 10103, 9510, 10298, 9043, 9988, 9127, 9892, 9546, 9721, 11043, 9774, 10336, 9417, 11193, 9458, 10855, 9160, 10858, 9156, 10833, 9709, 9999, 9004, 9961, 9648, 9956, 8872, 9906, 9246, 9569, 10250, 9313, 10422, 9345, 12065, 9550, 11252, 9339, 10555, 9643, 10071, 9429, 10092, 9529, 10139, 9628, 9929, 9523, 9809, 9307, 9959, 9659, 9819, 10345, 9336, 10187, 9688, 11431, 9625, 11277, 9219, 11345, 9223, 11359, 9598, 10379, 9342, 10196, 10006, 9791, 9487, 9887, 9557, 10035, 10194, 9877, 10858, 9586, 10834, 9614, 10905, 9592, 10894, 9416, 10747, 9907, 10427, 9704, 10244, 9427, 10001, 10118, 9768, 10446, 9837, 10816, 9652, 10730, 9839, 10809, 9783, 10411, 10019, 10632, 9694, 10161, 9754, 10423, 9806, 10490, 9848, 10695, 9740, 11873, 10495, 11484, 9645, 11536, 9935, 11074, 9662, 10935, 9616, 9856, 9901, 9852, 10228, 9347, 10328, 9388, 9964, 9714, 10646, 9528, 10671, 9353, 11486, 9676, 10429, 9459, 10342, 9623, 9810, 9040, 10126, 9669, 9788, 9041, 10491, 9624, 11674, 10012, 12716, 10196, 12222, 9672, 11280, 9626, 10795, 9394, 10724, 9708, 11125, 9596, 10689, 9615, 10863, 9630, 9957, 9941, 10886, 9536, 10768, 9622, 10794, 9511, 10812, 9582, 10453, 9547, 10469, 9609, 10457, 9409, 10185, 10548, 9667, 9869, 9543, 11221, 9313, 10880, 9686, 11060, 10189, 10317, 9703, 10164, 9272, 9929, 10855, 9706, 11808, 9695, 10998, 10028, 10076, 10306, 9755, 9093, 9354, 9899, 9327, 10355, 9449, 10695, 9944], 'WindowCenter': [4410.0, 4394.0, 4393.0, 4370.0, 4368.0, 4355.0, 4365.0, 4354.0, 4364.0, 4363.0, 4366.0, 4365.0, 4366.0, 4365.0, 4379.0, 4368.0, 4376.0, 4361.0, 4363.0, 4366.0, 4367.0, 4366.0, 4353.0, 4365.0, 4369.0, 4368.0, 4381.0, 4384.0, 4340.0, 4367.0, 4331.0, 4353.0, 4341.0, 4355.0, 4357.0, 4390.0, 4357.0, 4386.0, 4355.0, 4375.0, 4354.0, 4375.0, 4343.0, 4363.0, 4342.0, 4364.0, 4342.0, 4353.0, 4342.0, 4351.0, 4342.0, 4354.0, 4333.0, 4352.0, 4333.0, 4354.0, 4352.0, 4365.0, 4355.0, 4367.0, 4356.0, 4366.0, 4376.0, 4356.0, 4366.0, 4344.0, 4365.0, 4343.0, 4352.0, 4332.0, 4341.0, 4331.0, 4341.0, 4340.0, 4342.0, 4361.0, 4343.0, 4364.0, 4357.0, 4355.0, 4343.0, 4356.0, 4346.0, 4365.0, 4353.0, 4354.0, 4362.0, 4343.0, 4362.0, 4342.0, 4353.0, 4340.0, 4352.0, 4341.0, 4353.0, 4343.0, 4342.0, 4362.0, 4342.0, 4353.0, 4342.0, 4353.0, 4330.0, 4344.0, 4352.0, 4343.0, 4351.0, 4344.0, 4363.0, 4354.0, 4366.0, 4345.0, 4356.0, 4343.0, 4367.0, 4365.0, 4355.0, 4365.0, 4354.0, 4366.0, 4344.0, 4354.0, 4342.0, 4355.0, 4353.0, 4344.0, 4366.0, 4345.0, 4365.0, 4344.0, 4355.0, 4344.0, 4355.0, 4353.0, 4356.0, 4344.0, 4355.0, 4367.0, 4367.0, 4374.0, 4356.0, 4376.0, 4354.0, 4365.0, 4343.0, 4365.0, 4343.0, 4366.0, 4345.0, 4353.0, 4342.0, 4354.0, 4354.0, 4355.0, 4365.0, 4366.0, 4356.0, 4357.0, 4364.0, 4355.0, 4365.0, 4354.0, 4365.0, 4343.0, 4354.0, 4343.0, 4353.0, 4340.0, 4363.0, 4343.0, 4363.0, 4352.0, 4350.0, 4353.0, 4367.0, 4364.0, 4353.0, 4364.0, 4364.0, 4366.0, 4366.0, 4364.0, 4355.0, 4365.0, 4365.0, 4365.0, 4354.0, 4366.0, 4364.0, 4366.0, 4353.0, 4365.0, 4353.0, 4366.0, 4355.0, 4356.0, 4366.0, 4354.0, 4354.0, 4353.0, 4375.0, 4367.0, 4365.0, 4353.0, 4353.0, 4352.0, 4364.0, 4340.0, 4364.0, 4343.0, 4354.0, 4352.0, 4354.0, 4342.0, 4354.0, 4352.0, 4353.0, 4351.0, 4353.0, 4353.0, 4354.0, 4375.0, 4354.0, 4363.0, 4354.0, 4364.0, 4354.0, 4366.0, 4355.0, 4365.0, 4355.0, 4363.0, 4343.0, 4364.0, 4353.0, 4363.0, 4354.0, 4354.0, 4354.0, 4365.0, 4354.0, 4365.0, 4353.0, 4364.0, 4353.0, 4364.0, 4343.0, 4365.0, 4342.0, 4366.0, 4354.0, 4354.0, 4352.0, 4364.0, 4353.0, 4355.0, 4355.0, 4365.0, 4366.0, 4366.0, 4365.0, 4367.0, 4366.0, 4365.0, 4366.0, 4365.0, 4375.0, 4355.0, 4373.0, 4354.0, 4364.0, 4353.0, 4364.0, 4353.0, 4363.0, 4354.0, 4364.0, 4353.0, 4353.0, 4343.0, 4365.0, 4353.0, 4364.0, 4344.0, 4364.0, 4353.0, 4353.0, 4342.0, 4353.0, 4342.0, 4352.0, 4352.0, 4353.0, 4363.0, 4354.0, 4350.0, 4343.0, 4362.0, 4354.0, 4363.0, 4367.0, 4364.0, 4353.0, 4354.0, 4354.0, 4365.0, 4354.0, 4365.0, 4354.0, 4364.0, 4352.0, 4365.0, 4353.0, 4364.0, 4343.0, 4366.0, 4355.0, 4354.0, 4353.0, 4354.0, 4342.0, 4354.0, 4342.0, 4353.0, 4350.0, 4366.0, 4354.0, 4355.0, 4363.0, 4364.0, 4353.0, 4355.0, 4365.0, 4365.0, 4365.0, 4364.0, 4365.0, 4354.0, 4364.0, 4355.0, 4363.0, 4355.0, 4365.0, 4342.0, 4364.0, 4343.0, 4364.0, 4343.0, 4364.0, 4353.0, 4364.0, 4364.0, 4365.0, 4355.0, 4366.0, 4354.0, 4364.0, 4377.0, 4354.0, 4375.0, 4367.0, 4373.0, 4355.0, 4374.0, 4353.0, 4361.0, 4352.0, 4364.0, 4354.0, 4365.0, 4354.0, 4365.0, 4353.0, 4364.0, 4341.0, 4353.0, 4362.0, 4340.0, 4358.0, 4339.0, 4350.0, 4328.0, 4350.0, 4327.0, 4351.0, 4329.0, 4350.0, 4340.0, 4351.0, 4341.0, 4353.0, 4340.0, 4352.0, 4339.0, 4351.0, 4360.0, 4353.0, 4343.0, 4353.0, 4342.0, 4354.0, 4343.0, 4354.0, 4354.0, 4367.0, 4345.0, 4365.0, 4344.0, 4365.0, 4343.0, 4354.0, 4344.0, 4354.0, 4344.0, 4354.0, 4333.0, 4354.0, 4364.0, 4345.0, 4342.0, 4344.0, 4353.0, 4343.0, 4366.0, 4355.0, 4365.0, 4358.0, 4367.0, 4355.0, 4367.0, 4368.0, 4367.0, 4359.0, 4379.0, 4358.0, 4379.0, 4356.0, 4380.0, 4356.0, 4367.0, 4345.0, 4365.0, 4375.0, 4355.0, 4375.0, 4355.0, 4352.0, 4355.0, 4376.0, 4344.0, 4365.0, 4354.0, 4355.0, 4354.0, 4366.0, 4356.0, 4366.0, 4355.0, 4366.0, 4356.0, 4366.0, 4374.0, 4345.0, 4362.0, 4354.0, 4363.0, 4344.0, 4366.0, 4343.0, 4355.0, 4343.0, 4354.0, 4354.0, 4354.0, 4353.0, 4354.0, 4363.0, 4343.0, 4363.0, 4354.0, 4364.0, 4355.0, 4367.0, 4356.0, 4367.0, 4355.0, 4356.0, 4355.0, 4356.0, 4365.0, 4355.0, 4365.0, 4344.0, 4365.0, 4342.0, 4354.0, 4343.0, 4353.0, 4356.0, 4368.0, 4355.0, 4355.0, 4376.0, 4355.0, 4363.0, 4353.0, 4364.0, 4345.0, 4355.0, 4343.0, 4352.0, 4343.0, 4353.0, 4353.0, 4344.0, 4363.0, 4344.0, 4365.0, 4343.0, 4356.0, 4353.0, 4355.0, 4356.0, 4357.0, 4355.0, 4357.0, 4376.0, 4355.0, 4367.0, 4356.0, 4367.0, 4355.0, 4355.0, 4355.0, 4356.0, 4375.0, 4345.0, 4373.0, 4343.0, 4364.0, 4345.0, 4354.0, 4355.0, 4356.0, 4356.0, 4355.0, 4356.0, 4357.0, 4357.0, 4367.0, 4366.0, 4357.0, 4366.0, 4356.0, 4367.0, 4346.0, 4357.0, 4355.0, 4355.0, 4355.0, 4356.0, 4354.0, 4357.0, 4364.0, 4355.0, 4375.0, 4345.0, 4366.0, 4354.0, 4367.0, 4355.0, 4369.0, 4357.0, 4365.0, 4344.0, 4356.0, 4344.0, 4355.0, 4374.0, 4343.0, 4363.0, 4344.0, 4366.0, 4332.0, 4364.0, 4343.0, 4353.0, 4343.0, 4345.0, 4352.0, 4343.0, 4363.0, 4345.0, 4365.0, 4344.0, 4355.0, 4345.0, 4355.0, 4355.0, 4355.0, 4344.0, 4355.0, 4344.0, 4355.0, 4365.0, 4347.0, 4366.0, 4345.0, 4366.0, 4345.0, 4356.0, 4345.0, 4356.0, 4344.0, 4355.0, 4353.0, 4356.0, 4364.0, 4356.0, 4378.0, 4368.0, 4377.0, 4354.0, 4365.0, 4344.0, 4365.0, 4357.0, 4366.0, 4356.0, 4356.0, 4354.0, 4356.0, 4375.0, 4357.0, 4364.0, 4343.0, 4354.0, 4345.0, 4365.0, 4356.0, 4380.0, 4356.0, 4368.0, 4357.0, 4367.0, 4356.0, 4355.0, 4376.0, 4355.0, 4364.0, 4354.0, 4363.0, 4355.0, 4365.0, 4356.0, 4369.0, 4357.0, 4369.0, 4357.0, 4366.0, 4354.0, 4368.0, 4355.0, 4356.0, 4364.0, 4355.0, 4354.0, 4355.0, 4363.0, 4355.0, 4365.0, 4354.0, 4366.0, 4356.0, 4364.0, 4355.0, 4355.0, 4344.0, 4354.0, 4355.0, 4366.0, 4358.0, 4370.0, 4357.0, 4367.0, 4367.0, 4357.0, 4364.0, 4355.0, 4375.0, 4383.0, 4378.0, 4356.0, 4377.0, 4369.0, 4367.0, 4357.0, 4355.0, 4354.0, 4365.0, 4354.0, 4354.0, 4354.0, 4368.0, 4356.0, 4366.0, 4367.0, 4367.0, 4366.0, 4357.0, 4366.0, 4356.0, 4377.0, 4358.0, 4375.0, 4356.0, 4366.0, 4344.0, 4364.0, 4342.0, 4354.0, 4345.0, 4355.0, 4354.0, 4356.0, 4352.0, 4367.0, 4352.0, 4354.0, 4363.0, 4369.0, 4379.0, 4370.0, 4365.0, 4357.0, 4363.0, 4354.0, 4368.0, 4356.0, 4364.0, 4353.0, 4365.0, 4341.0, 4352.0, 4342.0, 4351.0, 4351.0, 4366.0, 4362.0, 4353.0, 4353.0, 4343.0, 4363.0, 4356.0, 4365.0, 4367.0, 4366.0, 4380.0, 4376.0, 4368.0, 4380.0, 4369.0, 4379.0, 4367.0, 4378.0, 4369.0, 4378.0, 4369.0, 4389.0, 4393.0, 4378.0, 4359.0, 4366.0, 4352.0, 4366.0, 4355.0, 4366.0, 4342.0, 4353.0, 4355.0, 4356.0, 4354.0, 4344.0, 4353.0, 4344.0, 4353.0, 4355.0, 4366.0, 4359.0, 4364.0, 4357.0, 4375.0, 4355.0, 4367.0, 4368.0, 4366.0, 4357.0, 4367.0, 4346.0, 4368.0, 4355.0, 4356.0, 4346.0, 4366.0, 4358.0, 4391.0, 4385.0, 4400.0, 4379.0, 4387.0, 4367.0, 4375.0, 4366.0, 4379.0, 4356.0, 4376.0, 4355.0, 4364.0, 4343.0, 4364.0, 4356.0, 4363.0, 4355.0, 4354.0, 4355.0, 4364.0, 4355.0, 4363.0, 4356.0, 4365.0, 4355.0, 4365.0, 4352.0, 4353.0, 4343.0, 4363.0, 4353.0, 4364.0, 4345.0, 4353.0, 4351.0, 4343.0, 4352.0, 4343.0, 4364.0, 4346.0, 4363.0, 4355.0, 4364.0, 4366.0, 4367.0, 4355.0, 4366.0, 4345.0, 4354.0, 4365.0, 4355.0, 4375.0, 4357.0, 4366.0, 4368.0, 4355.0, 4366.0, 4357.0, 4356.0, 4355.0, 4356.0, 4358.0, 4366.0, 4355.0, 4367.0, 4355.0], 'WindowWidth': [9728.0, 9696.0, 9689.0, 9649.0, 9642.0, 9621.0, 9634.0, 9616.0, 9630.0, 9627.0, 9635.0, 9631.0, 9633.0, 9632.0, 9657.0, 9644.0, 9647.0, 9623.0, 9627.0, 9637.0, 9638.0, 9634.0, 9614.0, 9633.0, 9643.0, 9639.0, 9667.0, 9673.0, 9608.0, 9637.0, 9578.0, 9611.0, 9594.0, 9618.0, 9623.0, 9672.0, 9625.0, 9661.0, 9619.0, 9644.0, 9614.0, 9643.0, 9597.0, 9625.0, 9594.0, 9630.0, 9594.0, 9610.0, 9593.0, 9605.0, 9593.0, 9613.0, 9583.0, 9608.0, 9583.0, 9613.0, 9609.0, 9629.0, 9619.0, 9635.0, 9620.0, 9635.0, 9647.0, 9617.0, 9631.0, 9600.0, 9628.0, 9595.0, 9606.0, 9578.0, 9590.0, 9576.0, 9590.0, 9588.0, 9594.0, 9617.0, 9597.0, 9627.0, 9623.0, 9617.0, 9598.0, 9619.0, 9606.0, 9630.0, 9612.0, 9614.0, 9622.0, 9597.0, 9621.0, 9595.0, 9610.0, 9589.0, 9607.0, 9590.0, 9609.0, 9595.0, 9595.0, 9620.0, 9593.0, 9608.0, 9593.0, 9610.0, 9576.0, 9596.0, 9605.0, 9595.0, 9604.0, 9598.0, 9626.0, 9616.0, 9633.0, 9604.0, 9620.0, 9598.0, 9636.0, 9630.0, 9617.0, 9630.0, 9615.0, 9632.0, 9600.0, 9615.0, 9596.0, 9616.0, 9612.0, 9600.0, 9632.0, 9602.0, 9628.0, 9600.0, 9616.0, 9600.0, 9616.0, 9612.0, 9621.0, 9602.0, 9619.0, 9639.0, 9636.0, 9643.0, 9618.0, 9646.0, 9615.0, 9629.0, 9599.0, 9629.0, 9596.0, 9631.0, 9602.0, 9612.0, 9596.0, 9614.0, 9614.0, 9617.0, 9631.0, 9634.0, 9620.0, 9623.0, 9629.0, 9616.0, 9629.0, 9615.0, 9629.0, 9598.0, 9614.0, 9597.0, 9611.0, 9591.0, 9624.0, 9597.0, 9626.0, 9609.0, 9605.0, 9611.0, 9637.0, 9627.0, 9613.0, 9627.0, 9629.0, 9633.0, 9632.0, 9630.0, 9617.0, 9631.0, 9630.0, 9629.0, 9615.0, 9632.0, 9628.0, 9632.0, 9612.0, 9633.0, 9615.0, 9633.0, 9617.0, 9620.0, 9633.0, 9616.0, 9615.0, 9612.0, 9644.0, 9638.0, 9629.0, 9610.0, 9611.0, 9607.0, 9627.0, 9592.0, 9628.0, 9595.0, 9612.0, 9607.0, 9612.0, 9595.0, 9613.0, 9607.0, 9611.0, 9606.0, 9610.0, 9610.0, 9616.0, 9643.0, 9616.0, 9625.0, 9615.0, 9628.0, 9614.0, 9631.0, 9616.0, 9629.0, 9615.0, 9624.0, 9597.0, 9625.0, 9610.0, 9624.0, 9613.0, 9613.0, 9615.0, 9629.0, 9615.0, 9630.0, 9612.0, 9627.0, 9611.0, 9626.0, 9599.0, 9629.0, 9596.0, 9635.0, 9614.0, 9613.0, 9609.0, 9629.0, 9613.0, 9619.0, 9617.0, 9633.0, 9636.0, 9636.0, 9632.0, 9637.0, 9633.0, 9633.0, 9636.0, 9632.0, 9644.0, 9618.0, 9639.0, 9615.0, 9628.0, 9612.0, 9626.0, 9613.0, 9626.0, 9614.0, 9628.0, 9613.0, 9613.0, 9600.0, 9629.0, 9612.0, 9628.0, 9600.0, 9626.0, 9610.0, 9611.0, 9594.0, 9611.0, 9594.0, 9608.0, 9606.0, 9610.0, 9623.0, 9614.0, 9605.0, 9598.0, 9622.0, 9613.0, 9625.0, 9640.0, 9629.0, 9614.0, 9614.0, 9616.0, 9631.0, 9615.0, 9632.0, 9615.0, 9629.0, 9611.0, 9630.0, 9612.0, 9627.0, 9599.0, 9635.0, 9618.0, 9616.0, 9611.0, 9614.0, 9595.0, 9614.0, 9595.0, 9612.0, 9605.0, 9634.0, 9617.0, 9618.0, 9626.0, 9630.0, 9615.0, 9619.0, 9632.0, 9633.0, 9631.0, 9631.0, 9630.0, 9614.0, 9629.0, 9615.0, 9627.0, 9615.0, 9630.0, 9596.0, 9627.0, 9598.0, 9630.0, 9600.0, 9628.0, 9611.0, 9629.0, 9629.0, 9633.0, 9619.0, 9635.0, 9614.0, 9628.0, 9652.0, 9616.0, 9644.0, 9638.0, 9641.0, 9618.0, 9644.0, 9614.0, 9621.0, 9610.0, 9628.0, 9615.0, 9631.0, 9613.0, 9631.0, 9610.0, 9626.0, 9592.0, 9608.0, 9621.0, 9589.0, 9610.0, 9585.0, 9599.0, 9568.0, 9599.0, 9566.0, 9602.0, 9571.0, 9600.0, 9585.0, 9604.0, 9590.0, 9609.0, 9587.0, 9605.0, 9587.0, 9605.0, 9616.0, 9609.0, 9594.0, 9610.0, 9594.0, 9612.0, 9597.0, 9614.0, 9613.0, 9635.0, 9603.0, 9630.0, 9599.0, 9628.0, 9598.0, 9611.0, 9597.0, 9613.0, 9602.0, 9613.0, 9583.0, 9612.0, 9627.0, 9599.0, 9596.0, 9600.0, 9608.0, 9597.0, 9632.0, 9618.0, 9631.0, 9625.0, 9636.0, 9620.0, 9636.0, 9639.0, 9639.0, 9629.0, 9658.0, 9627.0, 9656.0, 9620.0, 9657.0, 9620.0, 9636.0, 9606.0, 9631.0, 9643.0, 9618.0, 9642.0, 9615.0, 9608.0, 9615.0, 9645.0, 9602.0, 9629.0, 9614.0, 9615.0, 9615.0, 9632.0, 9618.0, 9633.0, 9616.0, 9633.0, 9618.0, 9632.0, 9641.0, 9603.0, 9621.0, 9613.0, 9625.0, 9599.0, 9631.0, 9597.0, 9616.0, 9595.0, 9613.0, 9612.0, 9613.0, 9613.0, 9616.0, 9624.0, 9598.0, 9626.0, 9614.0, 9629.0, 9618.0, 9636.0, 9619.0, 9636.0, 9616.0, 9619.0, 9618.0, 9617.0, 9628.0, 9616.0, 9629.0, 9600.0, 9628.0, 9594.0, 9612.0, 9597.0, 9609.0, 9617.0, 9641.0, 9617.0, 9616.0, 9644.0, 9615.0, 9624.0, 9611.0, 9626.0, 9603.0, 9615.0, 9596.0, 9607.0, 9593.0, 9610.0, 9609.0, 9598.0, 9623.0, 9599.0, 9628.0, 9597.0, 9618.0, 9610.0, 9617.0, 9618.0, 9621.0, 9616.0, 9623.0, 9646.0, 9617.0, 9635.0, 9619.0, 9635.0, 9617.0, 9618.0, 9616.0, 9618.0, 9644.0, 9602.0, 9637.0, 9598.0, 9627.0, 9601.0, 9613.0, 9616.0, 9619.0, 9620.0, 9618.0, 9618.0, 9623.0, 9622.0, 9637.0, 9633.0, 9621.0, 9632.0, 9621.0, 9634.0, 9604.0, 9619.0, 9616.0, 9616.0, 9616.0, 9618.0, 9613.0, 9623.0, 9628.0, 9618.0, 9644.0, 9605.0, 9630.0, 9614.0, 9633.0, 9616.0, 9641.0, 9621.0, 9629.0, 9599.0, 9616.0, 9599.0, 9616.0, 9640.0, 9598.0, 9622.0, 9599.0, 9628.0, 9580.0, 9625.0, 9593.0, 9608.0, 9595.0, 9600.0, 9607.0, 9597.0, 9623.0, 9601.0, 9628.0, 9599.0, 9615.0, 9604.0, 9617.0, 9615.0, 9617.0, 9601.0, 9617.0, 9601.0, 9616.0, 9630.0, 9608.0, 9631.0, 9602.0, 9633.0, 9603.0, 9619.0, 9602.0, 9618.0, 9601.0, 9615.0, 9613.0, 9619.0, 9629.0, 9620.0, 9652.0, 9639.0, 9649.0, 9616.0, 9633.0, 9600.0, 9630.0, 9622.0, 9634.0, 9621.0, 9619.0, 9613.0, 9620.0, 9643.0, 9622.0, 9627.0, 9598.0, 9613.0, 9602.0, 9629.0, 9618.0, 9660.0, 9620.0, 9640.0, 9624.0, 9634.0, 9619.0, 9615.0, 9644.0, 9618.0, 9625.0, 9613.0, 9623.0, 9615.0, 9628.0, 9618.0, 9642.0, 9623.0, 9641.0, 9624.0, 9633.0, 9615.0, 9636.0, 9617.0, 9620.0, 9626.0, 9615.0, 9614.0, 9616.0, 9625.0, 9616.0, 9629.0, 9616.0, 9632.0, 9617.0, 9626.0, 9614.0, 9614.0, 9599.0, 9615.0, 9617.0, 9633.0, 9624.0, 9644.0, 9620.0, 9635.0, 9639.0, 9622.0, 9627.0, 9617.0, 9642.0, 9669.0, 9653.0, 9617.0, 9650.0, 9641.0, 9638.0, 9624.0, 9616.0, 9612.0, 9631.0, 9617.0, 9614.0, 9614.0, 9636.0, 9619.0, 9633.0, 9635.0, 9637.0, 9634.0, 9623.0, 9634.0, 9619.0, 9651.0, 9625.0, 9643.0, 9619.0, 9633.0, 9599.0, 9627.0, 9593.0, 9611.0, 9600.0, 9614.0, 9613.0, 9618.0, 9608.0, 9635.0, 9608.0, 9614.0, 9624.0, 9642.0, 9657.0, 9643.0, 9630.0, 9620.0, 9623.0, 9613.0, 9637.0, 9616.0, 9626.0, 9608.0, 9628.0, 9590.0, 9608.0, 9590.0, 9604.0, 9603.0, 9631.0, 9621.0, 9610.0, 9607.0, 9596.0, 9623.0, 9617.0, 9630.0, 9635.0, 9632.0, 9660.0, 9648.0, 9641.0, 9658.0, 9642.0, 9655.0, 9637.0, 9654.0, 9643.0, 9653.0, 9641.0, 9668.0, 9681.0, 9652.0, 9625.0, 9630.0, 9608.0, 9631.0, 9614.0, 9629.0, 9593.0, 9609.0, 9616.0, 9617.0, 9611.0, 9600.0, 9611.0, 9599.0, 9610.0, 9614.0, 9630.0, 9625.0, 9629.0, 9621.0, 9642.0, 9615.0, 9635.0, 9641.0, 9633.0, 9621.0, 9635.0, 9605.0, 9637.0, 9617.0, 9617.0, 9605.0, 9632.0, 9623.0, 9674.0, 9673.0, 9686.0, 9655.0, 9666.0, 9636.0, 9644.0, 9633.0, 9655.0, 9620.0, 9648.0, 9616.0, 9624.0, 9595.0, 9628.0, 9616.0, 9625.0, 9615.0, 9612.0, 9615.0, 9625.0, 9614.0, 9624.0, 9619.0, 9626.0, 9615.0, 9629.0, 9609.0, 9609.0, 9596.0, 9624.0, 9609.0, 9625.0, 9600.0, 9609.0, 9605.0, 9596.0, 9606.0, 9596.0, 9625.0, 9602.0, 9621.0, 9614.0, 9625.0, 9631.0, 9634.0, 9614.0, 9631.0, 9600.0, 9612.0, 9629.0, 9615.0, 9641.0, 9620.0, 9631.0, 9638.0, 9617.0, 9630.0, 9621.0, 9619.0, 9617.0, 9618.0, 9623.0, 9631.0, 9616.0, 9634.0, 9617.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.0007540344827586206</td></tr>
<tr><td colspan=3>aqi</td><td>0.015139598045977011</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.67427235504026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.18035171055236</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0061272482508643</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>5474.8662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07303902496482174</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9540229885057472</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.62115215031007</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.540184757619094</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.813412478377565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5098592149335506</td></tr>
<tr><td colspan=3>gcor</td><td>0.00601337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008637416176497936</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024705369025468826</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.68896416806927</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>25.3921</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7913</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.5216</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300407.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.9941</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.891</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.0385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.6841</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.605</td></tr>
<tr><td colspan=3>tsnr</td><td>46.564762451220304</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>