ds005256-mriqc/sub-0009_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 1315b16c4a [DATALAD RUNCMD] Compute MRIQC for sub-0009
=== 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-0009 --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-0009",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:03:47 +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-0009_ses-03_task-social_acq-mb8_run-03_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-0009_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-03_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-0009/ses-03/func/sub-0009_ses-03_task-social_acq-mb8_run-03_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>e20a7840448e8f133a46d4163ce381b0</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>12:48:12.302500</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.999661, 0.0220967, 0.0138045, -0.0225109, 0.999278, 0.0306117]</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-03_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.0947843</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7727, -7245, 608, -38, -95, 115, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc7a3e6f-f6d0-467a-8c20-793d1b4902ba||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.682016134262085, -0.060395170003175735, 0.03541898727416992, 116.84759521484375], [-0.05928372964262962, 2.6809892654418945, 0.08346246927976608, -85.62066650390625], [0.03703653812408447, -0.0821288600564003, 2.698477268218994, -38.0308837890625], [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': ['124812.302500', '124812.762500', '124813.222500', '124813.682500', '124814.142500', '124814.602500', '124815.062500', '124815.522500', '124815.982500', '124816.442500', '124816.902500', '124817.362500', '124817.822500', '124818.282500', '124818.742500', '124819.202500', '124819.662500', '124820.122500', '124820.582500', '124821.042500', '124821.502500', '124821.962500', '124822.422500', '124822.882500', '124823.342500', '124823.802500', '124824.262500', '124824.722500', '124825.182500', '124825.642500', '124826.102500', '124826.562500', '124827.022500', '124827.482500', '124827.942500', '124828.402500', '124828.862500', '124829.322500', '124829.782500', '124830.242500', '124830.702500', '124831.162500', '124831.622500', '124832.082500', '124832.542500', '124833.002500', '124833.462500', '124833.922500', '124834.382500', '124834.842500', '124835.302500', '124835.762500', '124836.222500', '124836.682500', '124837.142500', '124837.602500', '124838.062500', '124838.522500', '124838.982500', '124839.442500', '124839.902500', '124840.362500', '124840.822500', '124841.282500', '124841.742500', '124842.202500', '124842.662500', '124843.122500', '124843.582500', '124844.042500', '124844.502500', '124844.962500', '124845.422500', '124845.882500', '124846.342500', '124846.802500', '124847.262500', '124847.722500', '124848.182500', '124848.642500', '124849.102500', '124849.562500', '124850.022500', '124850.482500', '124850.942500', '124851.402500', '124851.862500', '124852.322500', '124852.782500', '124853.242500', '124853.702500', '124854.162500', '124854.622500', '124855.082500', '124855.542500', '124856.002500', '124856.462500', '124856.922500', '124857.382500', '124857.842500', '124858.302500', '124858.762500', '124859.222500', '124859.682500', '124900.142500', '124900.602500', '124901.062500', '124901.522500', '124901.982500', '124902.442500', '124902.902500', '124903.362500', '124903.822500', '124904.282500', '124904.742500', '124905.202500', '124905.662500', '124906.122500', '124906.582500', '124907.042500', '124907.502500', '124907.962500', '124908.422500', '124908.882500', '124909.342500', '124909.802500', '124910.262500', '124910.722500', '124911.182500', '124911.642500', '124912.102500', '124912.562500', '124913.022500', '124913.482500', '124913.942500', '124914.402500', '124914.862500', '124915.322500', '124915.782500', '124916.242500', '124916.702500', '124917.162500', '124917.622500', '124918.082500', '124918.542500', '124919.002500', '124919.462500', '124919.922500', '124920.382500', '124920.842500', '124921.302500', '124921.762500', '124922.222500', '124922.682500', '124923.142500', '124923.602500', '124924.062500', '124924.522500', '124924.982500', '124925.442500', '124925.902500', '124926.362500', '124926.822500', '124927.282500', '124927.742500', '124928.202500', '124928.662500', '124929.122500', '124929.582500', '124930.042500', '124930.502500', '124930.962500', '124931.422500', '124931.882500', '124932.342500', '124932.802500', '124933.262500', '124933.722500', '124934.182500', '124934.642500', '124935.102500', '124935.562500', '124936.022500', '124936.482500', '124936.942500', '124937.402500', '124937.862500', '124938.322500', '124938.782500', '124939.242500', '124939.702500', '124940.162500', '124940.622500', '124941.082500', '124941.542500', '124942.002500', '124942.462500', '124942.922500', '124943.382500', '124943.842500', '124944.302500', '124944.762500', '124945.222500', '124945.682500', '124946.142500', '124946.602500', '124947.062500', '124947.522500', '124947.982500', '124948.442500', '124948.902500', '124949.362500', '124949.822500', '124950.282500', '124950.742500', '124951.202500', '124951.662500', '124952.122500', '124952.582500', '124953.042500', '124953.502500', '124953.962500', '124954.422500', '124954.882500', '124955.342500', '124955.802500', '124956.262500', '124956.722500', '124957.182500', '124957.642500', '124958.102500', '124958.562500', '124959.022500', '124959.482500', '124959.942500', '125000.402500', '125000.862500', '125001.322500', '125001.782500', '125002.242500', '125002.702500', '125003.162500', '125003.622500', '125004.082500', '125004.542500', '125005.002500', '125005.462500', '125005.922500', '125006.382500', '125006.842500', '125007.302500', '125007.762500', '125008.222500', '125008.682500', '125009.142500', '125009.602500', '125010.062500', '125010.522500', '125010.982500', '125011.442500', '125011.902500', '125012.362500', '125012.822500', '125013.282500', '125013.742500', '125014.202500', '125014.662500', '125015.122500', '125015.582500', '125016.042500', '125016.502500', '125016.962500', '125017.422500', '125017.882500', '125018.342500', '125018.802500', '125019.262500', '125019.722500', '125020.182500', '125020.642500', '125021.102500', '125021.562500', '125022.022500', '125022.482500', '125022.942500', '125023.402500', '125023.862500', '125024.322500', '125024.782500', '125025.242500', '125025.702500', '125026.162500', '125026.622500', '125027.082500', '125027.542500', '125028.002500', '125028.462500', '125028.922500', '125029.382500', '125029.842500', '125030.302500', '125030.762500', '125031.222500', '125031.682500', '125032.142500', '125032.602500', '125033.062500', '125033.522500', '125033.982500', '125034.442500', '125034.902500', '125035.362500', '125035.822500', '125036.282500', '125036.742500', '125037.202500', '125037.662500', '125038.122500', '125038.582500', '125039.042500', '125039.502500', '125039.962500', '125040.422500', '125040.882500', '125041.342500', '125041.802500', '125042.262500', '125042.722500', '125043.182500', '125043.642500', '125044.102500', '125044.562500', '125045.022500', '125045.482500', '125045.942500', '125046.402500', '125046.862500', '125047.322500', '125047.782500', '125048.242500', '125048.702500', '125049.162500', '125049.622500', '125050.082500', '125050.542500', '125051.002500', '125051.462500', '125051.922500', '125052.382500', '125052.842500', '125053.302500', '125053.762500', '125054.222500', '125054.682500', '125055.142500', '125055.602500', '125056.062500', '125056.522500', '125056.982500', '125057.442500', '125057.902500', '125058.362500', '125058.822500', '125059.282500', '125059.742500', '125100.202500', '125100.662500', '125101.122500', '125101.582500', '125102.042500', '125102.502500', '125102.962500', '125103.422500', '125103.882500', '125104.342500', '125104.802500', '125105.262500', '125105.722500', '125106.182500', '125106.642500', '125107.102500', '125107.562500', '125108.022500', '125108.482500', '125108.942500', '125109.402500', '125109.862500', '125110.322500', '125110.782500', '125111.242500', '125111.702500', '125112.162500', '125112.622500', '125113.082500', '125113.542500', '125114.002500', '125114.462500', '125114.922500', '125115.382500', '125115.842500', '125116.302500', '125116.762500', '125117.222500', '125117.682500', '125118.142500', '125118.602500', '125119.062500', '125119.522500', '125119.982500', '125120.442500', '125120.902500', '125121.362500', '125121.822500', '125122.282500', '125122.742500', '125123.202500', '125123.662500', '125124.122500', '125124.582500', '125125.042500', '125125.502500', '125125.962500', '125126.422500', '125126.882500', '125127.342500', '125127.802500', '125128.262500', '125128.722500', '125129.182500', '125129.642500', '125130.102500', '125130.562500', '125131.022500', '125131.482500', '125131.942500', '125132.402500', '125132.862500', '125133.322500', '125133.782500', '125134.242500', '125134.702500', '125135.162500', '125135.622500', '125136.082500', '125136.542500', '125137.002500', '125137.462500', '125137.922500', '125138.382500', '125138.842500', '125139.302500', '125139.762500', '125140.222500', '125140.682500', '125141.142500', '125141.602500', '125142.062500', '125142.522500', '125142.982500', '125143.442500', '125143.902500', '125144.362500', '125144.822500', '125145.282500', '125145.742500', '125146.202500', '125146.662500', '125147.122500', '125147.582500', '125148.042500', '125148.502500', '125148.962500', '125149.422500', '125149.882500', '125150.342500', '125150.802500', '125151.262500', '125151.722500', '125152.182500', '125152.642500', '125153.102500', '125153.562500', '125154.022500', '125154.482500', '125154.942500', '125155.402500', '125155.862500', '125156.322500', '125156.782500', '125157.242500', '125157.702500', '125158.162500', '125158.622500', '125159.082500', '125159.542500', '125200.002500', '125200.462500', '125200.922500', '125201.382500', '125201.842500', '125202.302500', '125202.762500', '125203.222500', '125203.682500', '125204.142500', '125204.602500', '125205.062500', '125205.522500', '125205.982500', '125206.442500', '125206.902500', '125207.362500', '125207.822500', '125208.282500', '125208.742500', '125209.202500', '125209.662500', '125210.122500', '125210.582500', '125211.042500', '125211.502500', '125211.962500', '125212.422500', '125212.882500', '125213.342500', '125213.802500', '125214.262500', '125214.722500', '125215.182500', '125215.642500', '125216.102500', '125216.562500', '125217.022500', '125217.482500', '125217.942500', '125218.402500', '125218.862500', '125219.322500', '125219.782500', '125220.242500', '125220.702500', '125221.162500', '125221.622500', '125222.082500', '125222.542500', '125223.002500', '125223.462500', '125223.922500', '125224.382500', '125224.842500', '125225.302500', '125225.762500', '125226.222500', '125226.682500', '125227.142500', '125227.602500', '125228.062500', '125228.522500', '125228.982500', '125229.442500', '125229.902500', '125230.362500', '125230.822500', '125231.282500', '125231.742500', '125232.202500', '125232.662500', '125233.122500', '125233.582500', '125234.042500', '125234.502500', '125234.962500', '125235.422500', '125235.882500', '125236.342500', '125236.802500', '125237.262500', '125237.722500', '125238.182500', '125238.642500', '125239.102500', '125239.562500', '125240.022500', '125240.482500', '125240.942500', '125241.402500', '125241.862500', '125242.322500', '125242.782500', '125243.242500', '125243.702500', '125244.162500', '125244.622500', '125245.082500', '125245.542500', '125246.002500', '125246.462500', '125246.922500', '125247.382500', '125247.842500', '125248.302500', '125248.762500', '125249.222500', '125249.682500', '125250.142500', '125250.602500', '125251.062500', '125251.522500', '125251.982500', '125252.442500', '125252.902500', '125253.362500', '125253.822500', '125254.282500', '125254.742500', '125255.202500', '125255.662500', '125256.122500', '125256.582500', '125257.042500', '125257.502500', '125257.962500', '125258.422500', '125258.882500', '125259.342500', '125259.802500', '125300.262500', '125300.722500', '125301.182500', '125301.642500', '125302.102500', '125302.562500', '125303.022500', '125303.482500', '125303.942500', '125304.402500', '125304.862500', '125305.322500', '125305.782500', '125306.242500', '125306.702500', '125307.162500', '125307.622500', '125308.082500', '125308.542500', '125309.002500', '125309.462500', '125309.922500', '125310.382500', '125310.842500', '125311.302500', '125311.762500', '125312.222500', '125312.682500', '125313.142500', '125313.602500', '125314.062500', '125314.522500', '125314.982500', '125315.442500', '125315.902500', '125316.362500', '125316.822500', '125317.282500', '125317.742500', '125318.202500', '125318.662500', '125319.122500', '125319.582500', '125320.042500', '125320.502500', '125320.962500', '125321.422500', '125321.882500', '125322.342500', '125322.802500', '125323.262500', '125323.722500', '125324.182500', '125324.642500', '125325.102500', '125325.562500', '125326.022500', '125326.482500', '125326.942500', '125327.402500', '125327.862500', '125328.322500', '125328.782500', '125329.242500', '125329.702500', '125330.162500', '125330.622500', '125331.082500', '125331.542500', '125332.002500', '125332.462500', '125332.922500', '125333.382500', '125333.842500', '125334.302500', '125334.762500', '125335.222500', '125335.682500', '125336.142500', '125336.602500', '125337.062500', '125337.522500', '125337.982500', '125338.442500', '125338.902500', '125339.362500', '125339.822500', '125340.282500', '125340.742500', '125341.202500', '125341.662500', '125342.122500', '125342.582500', '125343.042500', '125343.502500', '125343.962500', '125344.422500', '125344.882500', '125345.342500', '125345.802500', '125346.262500', '125346.722500', '125347.182500', '125347.642500', '125348.102500', '125348.562500', '125349.022500', '125349.482500', '125349.942500', '125350.402500', '125350.862500', '125351.322500', '125351.782500', '125352.242500', '125352.702500', '125353.162500', '125353.622500', '125354.082500', '125354.542500', '125355.002500', '125355.462500', '125355.922500', '125356.382500', '125356.842500', '125357.302500', '125357.762500', '125358.222500', '125358.682500', '125359.142500', '125359.602500', '125400.062500', '125400.522500', '125400.982500', '125401.442500', '125401.902500', '125402.362500', '125402.822500', '125403.282500', '125403.742500', '125404.202500', '125404.662500', '125405.122500', '125405.582500', '125406.042500', '125406.502500', '125406.962500', '125407.422500', '125407.882500', '125408.342500', '125408.802500', '125409.262500', '125409.722500', '125410.182500', '125410.642500', '125411.102500', '125411.562500', '125412.022500', '125412.482500', '125412.942500', '125413.402500', '125413.862500', '125414.322500', '125414.782500', '125415.242500', '125415.702500', '125416.162500', '125416.622500', '125417.082500', '125417.542500', '125418.002500', '125418.462500', '125418.922500', '125419.382500', '125419.842500', '125420.302500', '125420.762500', '125421.222500', '125421.682500', '125422.142500', '125422.602500', '125423.062500', '125423.522500', '125423.982500', '125424.442500', '125424.902500', '125425.362500', '125425.822500', '125426.282500', '125426.742500', '125427.202500', '125427.662500', '125428.122500', '125428.582500', '125429.042500', '125429.502500', '125429.962500', '125430.422500', '125430.882500', '125431.342500', '125431.802500', '125432.262500', '125432.722500', '125433.182500', '125433.642500', '125434.102500', '125434.562500', '125435.022500', '125435.482500', '125435.942500', '125436.402500', '125436.862500', '125437.322500', '125437.782500', '125438.242500', '125438.702500', '125439.162500', '125439.622500', '125440.082500', '125440.542500', '125441.002500', '125441.462500', '125441.922500', '125442.382500', '125442.842500', '125443.302500', '125443.762500', '125444.222500', '125444.682500', '125445.142500', '125445.602500', '125446.062500', '125446.522500', '125446.982500', '125447.442500', '125447.902500', '125448.362500', '125448.822500', '125449.282500', '125449.742500', '125450.202500', '125450.662500', '125451.122500', '125451.582500', '125452.042500', '125452.502500', '125452.962500'], 'ContentTime': ['124825.289000', '124825.293000', '124825.296000', '124825.299000', '124825.303000', '124825.308000', '124825.315000', '124825.318000', '124825.322000', '124825.325000', '124825.328000', '124825.339000', '124825.343000', '124825.346000', '124825.349000', '124825.353000', '124825.357000', '124825.360000', '124825.363000', '124825.366000', '124825.370000', '124825.375000', '124825.378000', '124825.382000', '124825.386000', '124825.389000', '124845.239000', '124845.246000', '124845.249000', '124845.251000', '124845.254000', '124845.257000', '124845.260000', '124845.263000', '124845.266000', '124845.268000', '124845.280000', '124845.283000', '124845.286000', '124845.289000', '124845.292000', '124845.295000', '124845.297000', '124845.300000', '124845.303000', '124845.308000', '124845.312000', '124845.315000', '124845.318000', '124845.321000', '124845.324000', '124845.327000', '124845.329000', '124845.332000', '124845.335000', '124845.355000', '124845.358000', '124845.360000', '124845.363000', '124845.374000', '124845.377000', '124845.380000', '124845.382000', '124845.385000', '124845.388000', '124845.391000', '124845.394000', '124845.397000', '124845.399000', '124905.239000', '124905.242000', '124905.245000', '124905.247000', '124905.250000', '124905.253000', '124905.256000', '124905.259000', '124905.262000', '124905.265000', '124905.267000', '124905.270000', '124905.273000', '124905.276000', '124905.279000', '124905.282000', '124905.285000', '124905.287000', '124905.290000', '124905.293000', '124905.296000', '124905.299000', '124905.301000', '124905.304000', '124905.307000', '124905.310000', '124905.313000', '124905.315000', '124905.318000', '124905.321000', '124905.324000', '124905.327000', '124905.330000', '124905.332000', '124905.335000', '124905.338000', '124905.344000', '124905.347000', '124905.350000', '124905.353000', '124905.356000', '124905.358000', '124905.361000', '124905.364000', '124925.240000', '124925.243000', '124925.246000', '124925.249000', '124925.252000', '124925.255000', '124925.258000', '124925.261000', '124925.264000', '124925.267000', '124925.270000', '124925.272000', '124925.275000', '124925.278000', '124925.281000', '124925.284000', '124925.287000', '124925.289000', '124925.292000', '124925.295000', '124925.298000', '124925.301000', '124925.304000', '124925.307000', '124925.310000', '124925.313000', '124925.317000', '124925.320000', '124925.323000', '124925.326000', '124925.329000', '124925.331000', '124925.334000', '124925.337000', '124925.340000', '124925.343000', '124925.346000', '124925.348000', '124925.351000', '124925.354000', '124925.357000', '124925.360000', '124925.363000', '124945.239000', '124945.242000', '124945.244000', '124945.247000', '124945.250000', '124945.253000', '124945.256000', '124945.259000', '124945.261000', '124945.264000', '124945.267000', '124945.270000', '124945.273000', '124945.276000', '124945.279000', '124945.282000', '124945.284000', '124945.287000', '124945.290000', '124945.293000', '124945.296000', '124945.298000', '124945.301000', '124945.304000', '124945.307000', '124945.310000', '124945.313000', '124945.316000', '124945.318000', '124945.321000', '124945.324000', '124945.327000', '124945.330000', '124945.332000', '124945.335000', '124945.338000', '124945.341000', '124945.344000', '124945.346000', '124945.349000', '124945.352000', '124945.355000', '124945.358000', '124945.361000', '125005.239000', '125005.242000', '125005.245000', '125005.248000', '125005.250000', '125005.253000', '125005.256000', '125005.259000', '125005.262000', '125005.265000', '125005.267000', '125005.270000', '125005.273000', '125005.276000', '125005.279000', '125005.282000', '125005.285000', '125005.288000', '125005.290000', '125005.293000', '125005.296000', '125005.299000', '125005.302000', '125005.305000', '125005.307000', '125005.310000', '125005.313000', '125005.316000', '125005.319000', '125005.322000', '125005.324000', '125005.327000', '125005.330000', '125005.335000', '125005.338000', '125005.341000', '125005.343000', '125005.346000', '125005.349000', '125005.352000', '125005.355000', '125005.357000', '125005.360000', '125025.239000', '125025.242000', '125025.245000', '125025.247000', '125025.250000', '125025.253000', '125025.256000', '125025.259000', '125025.262000', '125025.264000', '125025.267000', '125025.270000', '125025.273000', '125025.276000', '125025.279000', '125025.282000', '125025.284000', '125025.287000', '125025.290000', '125025.293000', '125025.296000', '125025.298000', '125025.301000', '125025.304000', '125025.307000', '125025.310000', '125025.313000', '125025.316000', '125025.318000', '125025.321000', '125025.324000', '125025.327000', '125025.330000', '125025.333000', '125025.339000', '125025.341000', '125025.344000', '125025.347000', '125025.350000', '125025.362000', '125025.365000', '125025.368000', '125025.371000', '125025.374000', '125045.239000', '125045.242000', '125045.245000', '125045.248000', '125045.251000', '125045.253000', '125045.256000', '125045.259000', '125045.262000', '125045.265000', '125045.268000', '125045.270000', '125045.273000', '125045.276000', '125045.279000', '125045.282000', '125045.286000', '125045.289000', '125045.292000', '125045.294000', '125045.297000', '125045.300000', '125045.303000', '125045.306000', '125045.309000', '125045.312000', '125045.314000', '125045.317000', '125045.320000', '125045.323000', '125045.326000', '125045.328000', '125045.331000', '125045.334000', '125045.337000', '125045.340000', '125045.345000', '125045.349000', '125045.352000', '125045.355000', '125045.358000', '125045.361000', '125045.363000', '125105.239000', '125105.242000', '125105.245000', '125105.248000', '125105.250000', '125105.253000', '125105.256000', '125105.259000', '125105.262000', '125105.265000', '125105.268000', '125105.270000', '125105.273000', '125105.276000', '125105.279000', '125105.282000', '125105.285000', '125105.288000', '125105.290000', '125105.293000', '125105.296000', '125105.299000', '125105.302000', '125105.305000', '125105.307000', '125105.310000', '125105.313000', '125105.316000', '125105.319000', '125105.321000', '125105.324000', '125105.327000', '125105.330000', '125105.333000', '125105.336000', '125105.338000', '125105.341000', '125105.344000', '125105.347000', '125105.350000', '125105.352000', '125105.355000', '125105.358000', '125105.361000', '125125.239000', '125125.242000', '125125.245000', '125125.248000', '125125.250000', '125125.253000', '125125.256000', '125125.259000', '125125.262000', '125125.265000', '125125.268000', '125125.271000', '125125.273000', '125125.276000', '125125.279000', '125125.282000', '125125.285000', '125125.288000', '125125.290000', '125125.293000', '125125.296000', '125125.299000', '125125.302000', '125125.305000', '125125.308000', '125125.310000', '125125.313000', '125125.316000', '125125.319000', '125125.322000', '125125.324000', '125125.327000', '125125.330000', '125125.333000', '125125.336000', '125125.339000', '125125.341000', '125125.344000', '125125.347000', '125125.350000', '125125.353000', '125125.356000', '125125.360000', '125145.240000', '125145.243000', '125145.245000', '125145.248000', '125145.251000', '125145.254000', '125145.257000', '125145.260000', '125145.263000', '125145.266000', '125145.268000', '125145.271000', '125145.274000', '125145.277000', '125145.280000', '125145.283000', '125145.286000', '125145.288000', '125145.291000', '125145.294000', '125145.297000', '125145.300000', '125145.303000', '125145.305000', '125145.308000', '125145.311000', '125145.314000', '125145.317000', '125145.320000', '125145.322000', '125145.325000', '125145.328000', '125145.331000', '125145.334000', '125145.337000', '125145.339000', '125145.342000', '125145.345000', '125145.348000', '125145.351000', '125145.354000', '125145.356000', '125145.359000', '125145.362000', '125205.239000', '125205.242000', '125205.245000', '125205.248000', '125205.250000', '125205.253000', '125205.256000', '125205.259000', '125205.262000', '125205.265000', '125205.268000', '125205.271000', '125205.274000', '125205.276000', '125205.279000', '125205.282000', '125205.285000', '125205.288000', '125205.291000', '125205.293000', '125205.313000', '125205.316000', '125205.319000', '125205.321000', '125205.326000', '125205.329000', '125205.332000', '125205.335000', '125205.338000', '125205.340000', '125205.343000', '125205.346000', '125205.349000', '125205.352000', '125205.355000', '125205.358000', '125205.360000', '125205.363000', '125205.366000', '125205.369000', '125205.372000', '125205.375000', '125205.377000', '125225.239000', '125225.242000', '125225.244000', '125225.247000', '125225.250000', '125225.253000', '125225.256000', '125225.259000', '125225.262000', '125225.265000', '125225.268000', '125225.271000', '125225.273000', '125225.276000', '125225.279000', '125225.282000', '125225.285000', '125225.288000', '125225.290000', '125225.294000', '125225.296000', '125225.299000', '125225.302000', '125225.305000', '125225.308000', '125225.311000', '125225.313000', '125225.316000', '125225.319000', '125225.322000', '125225.325000', '125225.328000', '125225.330000', '125225.333000', '125225.336000', '125225.339000', '125225.342000', '125225.345000', '125225.347000', '125225.350000', '125225.353000', '125225.356000', '125225.359000', '125225.361000', '125245.239000', '125245.242000', '125245.245000', '125245.248000', '125245.251000', '125245.254000', '125245.256000', '125245.259000', '125245.262000', '125245.265000', '125245.268000', '125245.271000', '125245.273000', '125245.276000', '125245.279000', '125245.282000', '125245.285000', '125245.288000', '125245.291000', '125245.294000', '125245.296000', '125245.299000', '125245.302000', '125245.305000', '125245.308000', '125245.311000', '125245.313000', '125245.316000', '125245.319000', '125245.322000', '125245.325000', '125245.327000', '125245.330000', '125245.333000', '125245.336000', '125245.339000', '125245.342000', '125245.345000', '125245.347000', '125245.350000', '125245.353000', '125245.356000', '125245.359000', '125305.239000', '125305.242000', '125305.245000', '125305.248000', '125305.250000', '125305.253000', '125305.256000', '125305.259000', '125305.262000', '125305.265000', '125305.268000', '125305.270000', '125305.273000', '125305.276000', '125305.279000', '125305.282000', '125305.284000', '125305.287000', '125305.290000', '125305.293000', '125305.296000', '125305.299000', '125305.301000', '125305.304000', '125305.307000', '125305.310000', '125305.313000', '125305.315000', '125305.318000', '125305.321000', '125305.324000', '125305.327000', '125305.329000', '125305.332000', '125305.335000', '125305.338000', '125305.341000', '125305.344000', '125305.347000', '125305.349000', '125305.352000', '125305.355000', '125305.358000', '125305.361000', '125325.239000', '125325.242000', '125325.245000', '125325.248000', '125325.251000', '125325.253000', '125325.256000', '125325.259000', '125325.262000', '125325.265000', '125325.268000', '125325.270000', '125325.273000', '125325.276000', '125325.279000', '125325.282000', '125325.285000', '125325.288000', '125325.290000', '125325.293000', '125325.296000', '125325.299000', '125325.302000', '125325.305000', '125325.308000', '125325.310000', '125325.313000', '125325.316000', '125325.319000', '125325.322000', '125325.324000', '125325.344000', '125325.346000', '125325.349000', '125325.352000', '125325.355000', '125325.358000', '125325.361000', '125325.364000', '125325.367000', '125325.370000', '125325.373000', '125325.376000', '125345.239000', '125345.242000', '125345.245000', '125345.247000', '125345.250000', '125345.253000', '125345.256000', '125345.259000', '125345.262000', '125345.265000', '125345.268000', '125345.271000', '125345.273000', '125345.276000', '125345.279000', '125345.282000', '125345.285000', '125345.288000', '125345.290000', '125345.293000', '125345.296000', '125345.299000', '125345.302000', '125345.305000', '125345.307000', '125345.310000', '125345.313000', '125345.316000', '125345.318000', '125345.321000', '125345.324000', '125345.327000', '125345.330000', '125345.333000', '125345.336000', '125345.338000', '125345.341000', '125345.344000', '125345.347000', '125345.350000', '125345.353000', '125345.356000', '125345.358000', '125405.240000', '125405.243000', '125405.246000', '125405.249000', '125405.252000', '125405.255000', '125405.257000', '125405.260000', '125405.263000', '125405.266000', '125405.269000', '125405.271000', '125405.274000', '125405.277000', '125405.280000', '125405.283000', '125405.286000', '125405.289000', '125405.292000', '125405.295000', '125405.298000', '125405.300000', '125405.303000', '125405.306000', '125405.309000', '125405.312000', '125405.315000', '125405.318000', '125405.321000', '125405.323000', '125405.326000', '125405.329000', '125405.332000', '125405.335000', '125405.338000', '125405.340000', '125405.343000', '125405.346000', '125405.349000', '125405.352000', '125405.355000', '125405.357000', '125405.360000', '125405.363000', '125425.239000', '125425.242000', '125425.245000', '125425.248000', '125425.251000', '125425.253000', '125425.258000', '125425.260000', '125425.264000', '125425.266000', '125425.269000', '125425.272000', '125425.275000', '125425.278000', '125425.280000', '125425.283000', '125425.286000', '125425.289000', '125425.292000', '125425.295000', '125425.297000', '125425.300000', '125425.303000', '125425.306000', '125425.309000', '125425.311000', '125425.314000', '125425.317000', '125425.320000', '125425.323000', '125425.325000', '125425.328000', '125425.331000', '125425.334000', '125425.337000', '125425.340000', '125425.343000', '125425.345000', '125425.348000', '125425.351000', '125425.354000', '125425.357000', '125425.359000', '125445.239000', '125445.242000', '125445.245000', '125445.248000', '125445.251000', '125445.253000', '125445.256000', '125445.259000', '125445.262000', '125445.265000', '125445.268000', '125445.271000', '125445.273000', '125445.276000', '125445.279000', '125445.282000', '125445.285000', '125445.287000', '125445.290000', '125445.293000', '125445.296000', '125445.299000', '125445.302000', '125445.305000', '125445.307000', '125445.310000', '125445.313000', '125445.316000', '125445.319000', '125445.322000', '125445.324000', '125445.327000', '125445.330000', '125445.333000', '125445.336000', '125445.338000', '125445.341000', '125445.344000', '125445.347000', '125445.350000', '125445.352000', '125445.355000', '125445.358000', '125445.361000', '125454.271000', '125454.274000', '125454.277000', '125454.284000', '125454.287000', '125454.290000', '125454.293000', '125454.296000', '125454.299000', '125454.302000', '125454.305000', '125454.308000', '125454.311000', '125454.329000', '125454.332000', '125454.341000', '125454.344000', '125454.347000', '125454.350000', '125454.353000'], 'InstanceCreationTime': ['124825.289000', '124825.293000', '124825.296000', '124825.299000', '124825.303000', '124825.308000', '124825.315000', '124825.318000', '124825.322000', '124825.325000', '124825.328000', '124825.339000', '124825.343000', '124825.346000', '124825.349000', '124825.353000', '124825.357000', '124825.360000', '124825.363000', '124825.366000', '124825.370000', '124825.375000', '124825.378000', '124825.382000', '124825.386000', '124825.389000', '124845.239000', '124845.246000', '124845.249000', '124845.251000', '124845.254000', '124845.257000', '124845.260000', '124845.263000', '124845.266000', '124845.268000', '124845.280000', '124845.283000', '124845.286000', '124845.289000', '124845.292000', '124845.295000', '124845.297000', '124845.300000', '124845.303000', '124845.308000', '124845.312000', '124845.315000', '124845.318000', '124845.321000', '124845.324000', '124845.327000', '124845.329000', '124845.332000', '124845.335000', '124845.355000', '124845.358000', '124845.360000', '124845.363000', '124845.374000', '124845.377000', '124845.380000', '124845.382000', '124845.385000', '124845.388000', '124845.391000', '124845.394000', '124845.397000', '124845.399000', '124905.239000', '124905.242000', '124905.245000', '124905.247000', '124905.250000', '124905.253000', '124905.256000', '124905.259000', '124905.262000', '124905.265000', '124905.267000', '124905.270000', '124905.273000', '124905.276000', '124905.279000', '124905.282000', '124905.285000', '124905.287000', '124905.290000', '124905.293000', '124905.296000', '124905.299000', '124905.301000', '124905.304000', '124905.307000', '124905.310000', '124905.313000', '124905.315000', '124905.318000', '124905.321000', '124905.324000', '124905.327000', '124905.330000', '124905.332000', '124905.335000', '124905.338000', '124905.344000', '124905.347000', '124905.350000', '124905.353000', '124905.356000', '124905.358000', '124905.361000', '124905.364000', '124925.240000', '124925.243000', '124925.246000', '124925.249000', '124925.252000', '124925.255000', '124925.258000', '124925.261000', '124925.264000', '124925.267000', '124925.270000', '124925.272000', '124925.275000', '124925.278000', '124925.281000', '124925.284000', '124925.287000', '124925.289000', '124925.292000', '124925.295000', '124925.298000', '124925.301000', '124925.304000', '124925.307000', '124925.310000', '124925.313000', '124925.317000', '124925.320000', '124925.323000', '124925.326000', '124925.329000', '124925.331000', '124925.334000', '124925.337000', '124925.340000', '124925.343000', '124925.346000', '124925.348000', '124925.351000', '124925.354000', '124925.357000', '124925.360000', '124925.363000', '124945.239000', '124945.242000', '124945.244000', '124945.247000', '124945.250000', '124945.253000', '124945.256000', '124945.259000', '124945.261000', '124945.264000', '124945.267000', '124945.270000', '124945.273000', '124945.276000', '124945.279000', '124945.282000', '124945.284000', '124945.287000', '124945.290000', '124945.293000', '124945.296000', '124945.298000', '124945.301000', '124945.304000', '124945.307000', '124945.310000', '124945.313000', '124945.316000', '124945.318000', '124945.321000', '124945.324000', '124945.327000', '124945.330000', '124945.332000', '124945.335000', '124945.338000', '124945.341000', '124945.344000', '124945.346000', '124945.349000', '124945.352000', '124945.355000', '124945.358000', '124945.361000', '125005.239000', '125005.242000', '125005.245000', '125005.248000', '125005.250000', '125005.253000', '125005.256000', '125005.259000', '125005.262000', '125005.265000', '125005.267000', '125005.270000', '125005.273000', '125005.276000', '125005.279000', '125005.282000', '125005.285000', '125005.288000', '125005.290000', '125005.293000', '125005.296000', '125005.299000', '125005.302000', '125005.305000', '125005.307000', '125005.310000', '125005.313000', '125005.316000', '125005.319000', '125005.322000', '125005.324000', '125005.327000', '125005.330000', '125005.335000', '125005.338000', '125005.341000', '125005.343000', '125005.346000', '125005.349000', '125005.352000', '125005.355000', '125005.357000', '125005.360000', '125025.239000', '125025.242000', '125025.245000', '125025.247000', '125025.250000', '125025.253000', '125025.256000', '125025.259000', '125025.262000', '125025.264000', '125025.267000', '125025.270000', '125025.273000', '125025.276000', '125025.279000', '125025.282000', '125025.284000', '125025.287000', '125025.290000', '125025.293000', '125025.296000', '125025.298000', '125025.301000', '125025.304000', '125025.307000', '125025.310000', '125025.313000', '125025.316000', '125025.318000', '125025.321000', '125025.324000', '125025.327000', '125025.330000', '125025.333000', '125025.339000', '125025.341000', '125025.344000', '125025.347000', '125025.350000', '125025.362000', '125025.365000', '125025.368000', '125025.371000', '125025.374000', '125045.239000', '125045.242000', '125045.245000', '125045.248000', '125045.251000', '125045.253000', '125045.256000', '125045.259000', '125045.262000', '125045.265000', '125045.268000', '125045.270000', '125045.273000', '125045.276000', '125045.279000', '125045.282000', '125045.286000', '125045.289000', '125045.292000', '125045.294000', '125045.297000', '125045.300000', '125045.303000', '125045.306000', '125045.309000', '125045.312000', '125045.314000', '125045.317000', '125045.320000', '125045.323000', '125045.326000', '125045.328000', '125045.331000', '125045.334000', '125045.337000', '125045.340000', '125045.345000', '125045.349000', '125045.352000', '125045.355000', '125045.358000', '125045.361000', '125045.363000', '125105.239000', '125105.242000', '125105.245000', '125105.248000', '125105.250000', '125105.253000', '125105.256000', '125105.259000', '125105.262000', '125105.265000', '125105.268000', '125105.270000', '125105.273000', '125105.276000', '125105.279000', '125105.282000', '125105.285000', '125105.288000', '125105.290000', '125105.293000', '125105.296000', '125105.299000', '125105.302000', '125105.305000', '125105.307000', '125105.310000', '125105.313000', '125105.316000', '125105.319000', '125105.321000', '125105.324000', '125105.327000', '125105.330000', '125105.333000', '125105.336000', '125105.338000', '125105.341000', '125105.344000', '125105.347000', '125105.350000', '125105.352000', '125105.355000', '125105.358000', '125105.361000', '125125.239000', '125125.242000', '125125.245000', '125125.248000', '125125.250000', '125125.253000', '125125.256000', '125125.259000', '125125.262000', '125125.265000', '125125.268000', '125125.271000', '125125.273000', '125125.276000', '125125.279000', '125125.282000', '125125.285000', '125125.288000', '125125.290000', '125125.293000', '125125.296000', '125125.299000', '125125.302000', '125125.305000', '125125.308000', '125125.310000', '125125.313000', '125125.316000', '125125.319000', '125125.322000', '125125.324000', '125125.327000', '125125.330000', '125125.333000', '125125.336000', '125125.339000', '125125.341000', '125125.344000', '125125.347000', '125125.350000', '125125.353000', '125125.356000', '125125.360000', '125145.240000', '125145.243000', '125145.245000', '125145.248000', '125145.251000', '125145.254000', '125145.257000', '125145.260000', '125145.263000', '125145.266000', '125145.268000', '125145.271000', '125145.274000', '125145.277000', '125145.280000', '125145.283000', '125145.286000', '125145.288000', '125145.291000', '125145.294000', '125145.297000', '125145.300000', '125145.303000', '125145.305000', '125145.308000', '125145.311000', '125145.314000', '125145.317000', '125145.320000', '125145.322000', '125145.325000', '125145.328000', '125145.331000', '125145.334000', '125145.337000', '125145.339000', '125145.342000', '125145.345000', '125145.348000', '125145.351000', '125145.354000', '125145.356000', '125145.359000', '125145.362000', '125205.239000', '125205.242000', '125205.245000', '125205.248000', '125205.250000', '125205.253000', '125205.256000', '125205.259000', '125205.262000', '125205.265000', '125205.268000', '125205.271000', '125205.274000', '125205.276000', '125205.279000', '125205.282000', '125205.285000', '125205.288000', '125205.291000', '125205.293000', '125205.313000', '125205.316000', '125205.319000', '125205.321000', '125205.326000', '125205.329000', '125205.332000', '125205.335000', '125205.338000', '125205.340000', '125205.343000', '125205.346000', '125205.349000', '125205.352000', '125205.355000', '125205.358000', '125205.360000', '125205.363000', '125205.366000', '125205.369000', '125205.372000', '125205.375000', '125205.377000', '125225.239000', '125225.242000', '125225.244000', '125225.247000', '125225.250000', '125225.253000', '125225.256000', '125225.259000', '125225.262000', '125225.265000', '125225.268000', '125225.271000', '125225.273000', '125225.276000', '125225.279000', '125225.282000', '125225.285000', '125225.288000', '125225.290000', '125225.294000', '125225.296000', '125225.299000', '125225.302000', '125225.305000', '125225.308000', '125225.311000', '125225.313000', '125225.316000', '125225.319000', '125225.322000', '125225.325000', '125225.328000', '125225.330000', '125225.333000', '125225.336000', '125225.339000', '125225.342000', '125225.345000', '125225.347000', '125225.350000', '125225.353000', '125225.356000', '125225.359000', '125225.361000', '125245.239000', '125245.242000', '125245.245000', '125245.248000', '125245.251000', '125245.254000', '125245.256000', '125245.259000', '125245.262000', '125245.265000', '125245.268000', '125245.271000', '125245.273000', '125245.276000', '125245.279000', '125245.282000', '125245.285000', '125245.288000', '125245.291000', '125245.294000', '125245.296000', '125245.299000', '125245.302000', '125245.305000', '125245.308000', '125245.311000', '125245.313000', '125245.316000', '125245.319000', '125245.322000', '125245.325000', '125245.327000', '125245.330000', '125245.333000', '125245.336000', '125245.339000', '125245.342000', '125245.345000', '125245.347000', '125245.350000', '125245.353000', '125245.356000', '125245.359000', '125305.239000', '125305.242000', '125305.245000', '125305.248000', '125305.250000', '125305.253000', '125305.256000', '125305.259000', '125305.262000', '125305.265000', '125305.268000', '125305.270000', '125305.273000', '125305.276000', '125305.279000', '125305.282000', '125305.284000', '125305.287000', '125305.290000', '125305.293000', '125305.296000', '125305.299000', '125305.301000', '125305.304000', '125305.307000', '125305.310000', '125305.313000', '125305.315000', '125305.318000', '125305.321000', '125305.324000', '125305.327000', '125305.329000', '125305.332000', '125305.335000', '125305.338000', '125305.341000', '125305.344000', '125305.347000', '125305.349000', '125305.352000', '125305.355000', '125305.358000', '125305.361000', '125325.239000', '125325.242000', '125325.245000', '125325.248000', '125325.251000', '125325.253000', '125325.256000', '125325.259000', '125325.262000', '125325.265000', '125325.268000', '125325.270000', '125325.273000', '125325.276000', '125325.279000', '125325.282000', '125325.285000', '125325.288000', '125325.290000', '125325.293000', '125325.296000', '125325.299000', '125325.302000', '125325.305000', '125325.308000', '125325.310000', '125325.313000', '125325.316000', '125325.319000', '125325.322000', '125325.324000', '125325.344000', '125325.346000', '125325.349000', '125325.352000', '125325.355000', '125325.358000', '125325.361000', '125325.364000', '125325.367000', '125325.370000', '125325.373000', '125325.376000', '125345.239000', '125345.242000', '125345.245000', '125345.247000', '125345.250000', '125345.253000', '125345.256000', '125345.259000', '125345.262000', '125345.265000', '125345.268000', '125345.271000', '125345.273000', '125345.276000', '125345.279000', '125345.282000', '125345.285000', '125345.288000', '125345.290000', '125345.293000', '125345.296000', '125345.299000', '125345.302000', '125345.305000', '125345.307000', '125345.310000', '125345.313000', '125345.316000', '125345.318000', '125345.321000', '125345.324000', '125345.327000', '125345.330000', '125345.333000', '125345.336000', '125345.338000', '125345.341000', '125345.344000', '125345.347000', '125345.350000', '125345.353000', '125345.356000', '125345.358000', '125405.240000', '125405.243000', '125405.246000', '125405.249000', '125405.252000', '125405.255000', '125405.257000', '125405.260000', '125405.263000', '125405.266000', '125405.269000', '125405.271000', '125405.274000', '125405.277000', '125405.280000', '125405.283000', '125405.286000', '125405.289000', '125405.292000', '125405.295000', '125405.298000', '125405.300000', '125405.303000', '125405.306000', '125405.309000', '125405.312000', '125405.315000', '125405.318000', '125405.321000', '125405.323000', '125405.326000', '125405.329000', '125405.332000', '125405.335000', '125405.338000', '125405.340000', '125405.343000', '125405.346000', '125405.349000', '125405.352000', '125405.355000', '125405.357000', '125405.360000', '125405.363000', '125425.239000', '125425.242000', '125425.245000', '125425.248000', '125425.251000', '125425.253000', '125425.258000', '125425.260000', '125425.264000', '125425.266000', '125425.269000', '125425.272000', '125425.275000', '125425.278000', '125425.280000', '125425.283000', '125425.286000', '125425.289000', '125425.292000', '125425.295000', '125425.297000', '125425.300000', '125425.303000', '125425.306000', '125425.309000', '125425.311000', '125425.314000', '125425.317000', '125425.320000', '125425.323000', '125425.325000', '125425.328000', '125425.331000', '125425.334000', '125425.337000', '125425.340000', '125425.343000', '125425.345000', '125425.348000', '125425.351000', '125425.354000', '125425.357000', '125425.359000', '125445.239000', '125445.242000', '125445.245000', '125445.248000', '125445.251000', '125445.253000', '125445.256000', '125445.259000', '125445.262000', '125445.265000', '125445.268000', '125445.271000', '125445.273000', '125445.276000', '125445.279000', '125445.282000', '125445.285000', '125445.287000', '125445.290000', '125445.293000', '125445.296000', '125445.299000', '125445.302000', '125445.305000', '125445.307000', '125445.310000', '125445.313000', '125445.316000', '125445.319000', '125445.322000', '125445.324000', '125445.327000', '125445.330000', '125445.333000', '125445.336000', '125445.338000', '125445.341000', '125445.344000', '125445.347000', '125445.350000', '125445.352000', '125445.355000', '125445.358000', '125445.361000', '125454.271000', '125454.274000', '125454.277000', '125454.284000', '125454.287000', '125454.290000', '125454.293000', '125454.296000', '125454.299000', '125454.302000', '125454.305000', '125454.308000', '125454.311000', '125454.329000', '125454.332000', '125454.341000', '125454.344000', '125454.347000', '125454.350000', '125454.353000'], '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': [13144, 9575, 10713, 9473, 9309, 8758, 9284, 8456, 9541, 8079, 9272, 8181, 9026, 10498, 8545, 10198, 9135, 8167, 9334, 7955, 9364, 8202, 11942, 8522, 16265, 8600, 13148, 8414, 12490, 10270, 14372, 14810, 9526, 11750, 8100, 9453, 8280, 10045, 8308, 13389, 8552, 10539, 8274, 9674, 8839, 8021, 9181, 9303, 9650, 9645, 13963, 9843, 18884, 10396, 12908, 8448, 9560, 8344, 11602, 8689, 9210, 7944, 9568, 8548, 9455, 8223, 9263, 8073, 9408, 8161, 9489, 8708, 9629, 8012, 9154, 9876, 9203, 17521, 10097, 15446, 8517, 14161, 9083, 11049, 9459, 10182, 8483, 9222, 8753, 9099, 9592, 11391, 9079, 9773, 9663, 12863, 8406, 9284, 8430, 8063, 10756, 8280, 10106, 7752, 9991, 8509, 17478, 9509, 12882, 8593, 11131, 8237, 18928, 12309, 17228, 9885, 11135, 9113, 8377, 12813, 8319, 11140, 8443, 9503, 8683, 17893, 9975, 18274, 8873, 14114, 8265, 12119, 9275, 15131, 8732, 11230, 8168, 10586, 9036, 12588, 8572, 9585, 9535, 9559, 9708, 13216, 9308, 9559, 9102, 9863, 9425, 11481, 8602, 10226, 8743, 9502, 8355, 12011, 8951, 10654, 8806, 11155, 9280, 11589, 10994, 14143, 8902, 11782, 8598, 11444, 8792, 10553, 8860, 9007, 9268, 8579, 8883, 8301, 9567, 8479, 9366, 8114, 9355, 8650, 9244, 9064, 15057, 9061, 10275, 7881, 9514, 8282, 9968, 8381, 11144, 9098, 9383, 7773, 9595, 10588, 9317, 16054, 8897, 13426, 8650, 11535, 8967, 7979, 9100, 8131, 9592, 9798, 10002, 11893, 8967, 14807, 8585, 17284, 9900, 15519, 9034, 13167, 8884, 12690, 9762, 11888, 9224, 8746, 9178, 8457, 9081, 8433, 9594, 8791, 9402, 12074, 9320, 17482, 9318, 16271, 11316, 14360, 8938, 10847, 9373, 9817, 8552, 9707, 7767, 9530, 8616, 8977, 12412, 8939, 12186, 8815, 11136, 8822, 11064, 9028, 11210, 8849, 11335, 8345, 11226, 9940, 12191, 9346, 9771, 7887, 9543, 12790, 8925, 16096, 8766, 13724, 8853, 12142, 10619, 13994, 8801, 11840, 8571, 11333, 9812, 11642, 8834, 9315, 7902, 9453, 8437, 9227, 10780, 9426, 17111, 9093, 14173, 8409, 12177, 9723, 14094, 8439, 10261, 8750, 8734, 8619, 8232, 11081, 9154, 13708, 8672, 11884, 9049, 10605, 8612, 10102, 8067, 8985, 8710, 8906, 8447, 9094, 8102, 9254, 8028, 9152, 8807, 9177, 12622, 8698, 15795, 8700, 12242, 9377, 9543, 15063, 8987, 18531, 9057, 14428, 9203, 9541, 8098, 9604, 9269, 8980, 11786, 8901, 10804, 8287, 10048, 8154, 10292, 8603, 9953, 8365, 10585, 8500, 12250, 8468, 9655, 8967, 9887, 8107, 9943, 9789, 9248, 16027, 8628, 14826, 10282, 13216, 8717, 11288, 8755, 11077, 8309, 11680, 10248, 11952, 8803, 9607, 8509, 9518, 10452, 9346, 9001, 9254, 11698, 8615, 12984, 8222, 11015, 8382, 9564, 8665, 9608, 8392, 9463, 10156, 8900, 9363, 8936, 8213, 8712, 8760, 8592, 11443, 8784, 13436, 8776, 13456, 8421, 12337, 9455, 17553, 9833, 12009, 8133, 9195, 11349, 8509, 11248, 8798, 11470, 8672, 9446, 8404, 9014, 14398, 8759, 17135, 8796, 15316, 8901, 12441, 9953, 12232, 8621, 10939, 7887, 10634, 8745, 9478, 9272, 9290, 12096, 8947, 17443, 10543, 14172, 9379, 14217, 10705, 13239, 12495, 9777, 13933, 8718, 18330, 10441, 16416, 8668, 12793, 9428, 10001, 9934, 11554, 9628, 9719, 9062, 9735, 10103, 9747, 8494, 9435, 8493, 9246, 11349, 8751, 12686, 8723, 11141, 8499, 9805, 9936, 9670, 8938, 10173, 10055, 9606, 9790, 9719, 9349, 10444, 9920, 12517, 9849, 9534, 9173, 9979, 9695, 17607, 8902, 10985, 11996, 9679, 20314, 13054, 18877, 11869, 14824, 8312, 12743, 9701, 11331, 9602, 9660, 9310, 9633, 7843, 9680, 8099, 9239, 15021, 8707, 11949, 8216, 9853, 9057, 9821, 8412, 9185, 11403, 8544, 11767, 8368, 10467, 9304, 9667, 7747, 9270, 8900, 8739, 8694, 8671, 10914, 8163, 9999, 9233, 9494, 9068, 9347, 7955, 8709, 9571, 8352, 10739, 8646, 10813, 8419, 11585, 8367, 11809, 10378, 13625, 9755, 9914, 7941, 9090, 15022, 8846, 15910, 8621, 14775, 8270, 12571, 8496, 11821, 9589, 12830, 7811, 9301, 11983, 8367, 18371, 11409, 16855, 8356, 13323, 8288, 11753, 9889, 13619, 8598, 11945, 8356, 11707, 9434, 15021, 9885, 11886, 8290, 9503, 9953, 9336, 12699, 9996, 8453, 9388, 8244, 9665, 8651, 12398, 8414, 9430, 8840, 9190, 19483, 10673, 18854, 9123, 14413, 8312, 13684, 9870, 14123, 9298, 11856, 9639, 9520, 8514, 9666, 8404, 9641, 9244, 9102, 8675, 9118, 8468, 9686, 8553, 9436, 8340, 9614, 9756, 12198, 8551, 10926, 8437, 10442, 8386, 13336, 8774, 14695, 9332, 9552, 8235, 11104, 17629, 12652, 20405, 9457, 15750, 11870, 13470, 9665, 12290, 8332, 9585, 8206, 9628, 8635, 9542, 8389, 9638, 8307, 9462, 9191, 9207, 13099, 9637, 15983, 9443, 11432, 9303, 8571, 9422, 8362, 9679, 8567, 9632, 14042, 9474, 19840, 9058, 15316, 9086, 13493, 10818, 12109, 9441, 9712, 8492, 9492, 16870, 9302, 14088, 9090, 9795, 8301, 9638, 15635, 9625, 12728, 9630, 9565, 8705, 9626, 10840, 9179, 9908, 8434, 9801, 8860, 9540, 8936, 9846, 8263, 9407, 12832, 9139, 15166, 9486, 13919, 9824, 12567, 8017, 9454, 16418, 9036, 16753, 8906, 13468, 8218, 10440, 8833, 9917, 8985, 10315, 9685, 9700, 8555, 9576, 8444, 9441, 7854, 9613, 7965, 9416, 9353, 9147, 12710, 8872, 16493, 8618, 13971, 8960, 13952, 9802, 12892, 8299, 11952, 9316, 10988, 10196, 11441, 9102, 9638, 7945, 9596, 8456, 9963, 7941, 9390, 7764, 9301, 8964, 8914, 12410, 8612, 14473, 8692, 11979, 8653, 12113, 9385, 11986, 8701, 11842, 8691, 11451, 11321, 14021, 9313, 11603, 9588, 9676, 9974, 15170, 8574, 12622, 8771, 10390, 9062, 11761, 8935, 15203, 8925, 13730, 8699, 12524, 12095, 16187, 9432, 12749, 8320, 11436, 9114, 16426, 9370, 11933, 8673, 8283, 9712, 8706, 8791, 9009, 11312, 9383, 17009, 9056, 17167, 12895, 17103, 11655, 15028, 9032, 12538, 9201, 10412, 8974, 7913, 9312, 8823, 9562, 8737, 10847, 9010, 9681, 8151, 9608, 14012, 8867, 18921, 14041, 17774, 9034, 13521, 9070, 13105, 11145], 'WindowCenter': [4487.0, 4442.0, 4438.0, 4437.0, 4425.0, 4415.0, 4424.0, 4413.0, 4425.0, 4416.0, 4425.0, 4414.0, 4424.0, 4435.0, 4415.0, 4434.0, 4427.0, 4415.0, 4425.0, 4417.0, 4436.0, 4428.0, 4458.0, 4431.0, 4479.0, 4427.0, 4456.0, 4428.0, 4459.0, 4449.0, 4467.0, 4480.0, 4436.0, 4446.0, 4416.0, 4438.0, 4428.0, 4448.0, 4430.0, 4467.0, 4427.0, 4447.0, 4429.0, 4436.0, 4439.0, 4418.0, 4438.0, 4437.0, 4435.0, 4438.0, 4467.0, 4439.0, 4487.0, 4435.0, 4453.0, 4414.0, 4423.0, 4414.0, 4445.0, 4414.0, 4422.0, 4404.0, 4422.0, 4413.0, 4424.0, 4401.0, 4412.0, 4403.0, 4420.0, 4401.0, 4424.0, 4413.0, 4421.0, 4401.0, 4423.0, 4421.0, 4422.0, 4462.0, 4421.0, 4452.0, 4401.0, 4439.0, 4411.0, 4429.0, 4419.0, 4419.0, 4411.0, 4421.0, 4425.0, 4425.0, 4437.0, 4459.0, 4437.0, 4452.0, 4439.0, 4469.0, 4441.0, 4438.0, 4428.0, 4416.0, 4447.0, 4427.0, 4437.0, 4416.0, 4437.0, 4426.0, 4487.0, 4437.0, 4457.0, 4427.0, 4448.0, 4415.0, 4487.0, 4446.0, 4475.0, 4424.0, 4444.0, 4425.0, 4414.0, 4456.0, 4414.0, 4433.0, 4413.0, 4422.0, 4412.0, 4474.0, 4423.0, 4474.0, 4411.0, 4452.0, 4412.0, 4442.0, 4423.0, 4450.0, 4412.0, 4431.0, 4403.0, 4422.0, 4412.0, 4441.0, 4413.0, 4421.0, 4421.0, 4411.0, 4411.0, 4441.0, 4411.0, 4409.0, 4411.0, 4411.0, 4411.0, 4433.0, 4412.0, 4421.0, 4412.0, 4420.0, 4413.0, 4443.0, 4413.0, 4434.0, 4424.0, 4430.0, 4424.0, 4433.0, 4433.0, 4451.0, 4411.0, 4432.0, 4411.0, 4431.0, 4414.0, 4433.0, 4424.0, 4415.0, 4424.0, 4413.0, 4424.0, 4414.0, 4424.0, 4413.0, 4425.0, 4403.0, 4423.0, 4414.0, 4423.0, 4413.0, 4465.0, 4413.0, 4434.0, 4414.0, 4423.0, 4415.0, 4435.0, 4426.0, 4447.0, 4428.0, 4425.0, 4415.0, 4437.0, 4433.0, 4426.0, 4477.0, 4425.0, 4454.0, 4415.0, 4446.0, 4424.0, 4413.0, 4424.0, 4414.0, 4426.0, 4426.0, 4433.0, 4446.0, 4424.0, 4463.0, 4415.0, 4474.0, 4435.0, 4465.0, 4414.0, 4454.0, 4423.0, 4444.0, 4436.0, 4444.0, 4425.0, 4413.0, 4424.0, 4412.0, 4423.0, 4413.0, 4425.0, 4415.0, 4423.0, 4445.0, 4424.0, 4473.0, 4412.0, 4462.0, 4432.0, 4451.0, 4414.0, 4420.0, 4412.0, 4419.0, 4400.0, 4420.0, 4401.0, 4422.0, 4410.0, 4411.0, 4443.0, 4410.0, 4431.0, 4411.0, 4432.0, 4411.0, 4433.0, 4413.0, 4432.0, 4424.0, 4433.0, 4413.0, 4433.0, 4425.0, 4444.0, 4425.0, 4422.0, 4403.0, 4423.0, 4443.0, 4411.0, 4463.0, 4413.0, 4452.0, 4423.0, 4443.0, 4435.0, 4452.0, 4425.0, 4442.0, 4412.0, 4432.0, 4423.0, 4431.0, 4411.0, 4412.0, 4401.0, 4410.0, 4399.0, 4411.0, 4420.0, 4412.0, 4461.0, 4411.0, 4451.0, 4402.0, 4443.0, 4423.0, 4467.0, 4415.0, 4434.0, 4424.0, 4425.0, 4424.0, 4416.0, 4435.0, 4426.0, 4455.0, 4427.0, 4444.0, 4414.0, 4435.0, 4414.0, 4423.0, 4403.0, 4411.0, 4401.0, 4411.0, 4401.0, 4412.0, 4402.0, 4424.0, 4404.0, 4423.0, 4412.0, 4425.0, 4445.0, 4415.0, 4466.0, 4415.0, 4443.0, 4414.0, 4423.0, 4454.0, 4413.0, 4474.0, 4412.0, 4452.0, 4411.0, 4412.0, 4401.0, 4421.0, 4411.0, 4413.0, 4432.0, 4413.0, 4432.0, 4416.0, 4423.0, 4416.0, 4434.0, 4426.0, 4435.0, 4427.0, 4447.0, 4428.0, 4458.0, 4429.0, 4437.0, 4426.0, 4436.0, 4414.0, 4436.0, 4437.0, 4427.0, 4477.0, 4428.0, 4466.0, 4437.0, 4457.0, 4426.0, 4447.0, 4425.0, 4446.0, 4417.0, 4447.0, 4438.0, 4446.0, 4426.0, 4424.0, 4415.0, 4424.0, 4434.0, 4424.0, 4414.0, 4423.0, 4444.0, 4413.0, 4444.0, 4414.0, 4435.0, 4415.0, 4423.0, 4414.0, 4424.0, 4412.0, 4424.0, 4435.0, 4425.0, 4424.0, 4425.0, 4415.0, 4427.0, 4415.0, 4427.0, 4447.0, 4429.0, 4468.0, 4428.0, 4458.0, 4427.0, 4458.0, 4428.0, 4488.0, 4425.0, 4445.0, 4404.0, 4424.0, 4435.0, 4415.0, 4447.0, 4415.0, 4445.0, 4415.0, 4425.0, 4415.0, 4426.0, 4455.0, 4426.0, 4477.0, 4426.0, 4465.0, 4426.0, 4446.0, 4434.0, 4446.0, 4417.0, 4447.0, 4430.0, 4446.0, 4438.0, 4437.0, 4436.0, 4437.0, 4458.0, 4428.0, 4489.0, 4436.0, 4456.0, 4416.0, 4454.0, 4422.0, 4444.0, 4441.0, 4420.0, 4441.0, 4401.0, 4460.0, 4419.0, 4449.0, 4399.0, 4430.0, 4409.0, 4409.0, 4411.0, 4431.0, 4409.0, 4410.0, 4412.0, 4411.0, 4422.0, 4422.0, 4412.0, 4412.0, 4412.0, 4412.0, 4431.0, 4413.0, 4442.0, 4414.0, 4430.0, 4413.0, 4423.0, 4422.0, 4424.0, 4413.0, 4423.0, 4425.0, 4423.0, 4423.0, 4423.0, 4426.0, 4435.0, 4434.0, 4445.0, 4436.0, 4425.0, 4425.0, 4437.0, 4427.0, 4476.0, 4425.0, 4436.0, 4444.0, 4424.0, 4485.0, 4445.0, 4474.0, 4432.0, 4452.0, 4403.0, 4440.0, 4413.0, 4431.0, 4421.0, 4423.0, 4412.0, 4421.0, 4403.0, 4422.0, 4402.0, 4425.0, 4464.0, 4414.0, 4443.0, 4412.0, 4423.0, 4413.0, 4422.0, 4413.0, 4424.0, 4432.0, 4412.0, 4431.0, 4414.0, 4432.0, 4413.0, 4424.0, 4403.0, 4425.0, 4415.0, 4414.0, 4415.0, 4416.0, 4435.0, 4416.0, 4437.0, 4426.0, 4436.0, 4428.0, 4428.0, 4416.0, 4429.0, 4439.0, 4429.0, 4448.0, 4429.0, 4449.0, 4431.0, 4459.0, 4428.0, 4460.0, 4450.0, 4469.0, 4439.0, 4450.0, 4418.0, 4439.0, 4479.0, 4441.0, 4480.0, 4428.0, 4468.0, 4428.0, 4459.0, 4429.0, 4460.0, 4439.0, 4459.0, 4417.0, 4437.0, 4447.0, 4427.0, 4488.0, 4449.0, 4477.0, 4427.0, 4467.0, 4429.0, 4457.0, 4450.0, 4468.0, 4429.0, 4457.0, 4429.0, 4459.0, 4438.0, 4468.0, 4437.0, 4447.0, 4416.0, 4425.0, 4427.0, 4427.0, 4447.0, 4426.0, 4416.0, 4423.0, 4414.0, 4424.0, 4416.0, 4448.0, 4416.0, 4424.0, 4414.0, 4423.0, 4475.0, 4435.0, 4475.0, 4424.0, 4455.0, 4413.0, 4455.0, 4424.0, 4454.0, 4415.0, 4432.0, 4421.0, 4422.0, 4401.0, 4410.0, 4403.0, 4411.0, 4411.0, 4414.0, 4413.0, 4413.0, 4414.0, 4422.0, 4415.0, 4423.0, 4415.0, 4424.0, 4427.0, 4447.0, 4416.0, 4435.0, 4416.0, 4436.0, 4427.0, 4459.0, 4417.0, 4466.0, 4426.0, 4425.0, 4415.0, 4437.0, 4476.0, 4444.0, 4474.0, 4412.0, 4450.0, 4433.0, 4442.0, 4411.0, 4429.0, 4399.0, 4409.0, 4399.0, 4411.0, 4399.0, 4421.0, 4400.0, 4411.0, 4402.0, 4423.0, 4413.0, 4425.0, 4445.0, 4426.0, 4465.0, 4423.0, 4433.0, 4410.0, 4412.0, 4412.0, 4402.0, 4421.0, 4412.0, 4424.0, 4454.0, 4413.0, 4473.0, 4411.0, 4452.0, 4400.0, 4442.0, 4421.0, 4431.0, 4410.0, 4409.0, 4399.0, 4411.0, 4448.0, 4411.0, 4439.0, 4399.0, 4409.0, 4388.0, 4410.0, 4449.0, 4409.0, 4428.0, 4409.0, 4408.0, 4399.0, 4408.0, 4417.0, 4410.0, 4409.0, 4403.0, 4420.0, 4425.0, 4425.0, 4426.0, 4439.0, 4416.0, 4426.0, 4456.0, 4426.0, 4467.0, 4424.0, 4454.0, 4425.0, 4444.0, 4405.0, 4424.0, 4466.0, 4414.0, 4464.0, 4414.0, 4454.0, 4415.0, 4434.0, 4426.0, 4435.0, 4427.0, 4433.0, 4427.0, 4426.0, 4427.0, 4424.0, 4415.0, 4426.0, 4417.0, 4435.0, 4417.0, 4427.0, 4426.0, 4429.0, 4458.0, 4428.0, 4476.0, 4426.0, 4457.0, 4427.0, 4456.0, 4436.0, 4455.0, 4415.0, 4445.0, 4425.0, 4436.0, 4425.0, 4433.0, 4415.0, 4423.0, 4405.0, 4424.0, 4416.0, 4425.0, 4415.0, 4424.0, 4405.0, 4427.0, 4427.0, 4427.0, 4458.0, 4416.0, 4466.0, 4427.0, 4446.0, 4427.0, 4446.0, 4428.0, 4448.0, 4427.0, 4445.0, 4427.0, 4445.0, 4445.0, 4455.0, 4427.0, 4444.0, 4425.0, 4425.0, 4435.0, 4466.0, 4417.0, 4455.0, 4416.0, 4435.0, 4427.0, 4448.0, 4427.0, 4466.0, 4425.0, 4455.0, 4417.0, 4443.0, 4446.0, 4465.0, 4426.0, 4446.0, 4416.0, 4444.0, 4427.0, 4477.0, 4425.0, 4446.0, 4426.0, 4427.0, 4437.0, 4429.0, 4426.0, 4426.0, 4445.0, 4426.0, 4475.0, 4415.0, 4475.0, 4445.0, 4464.0, 4435.0, 4452.0, 4412.0, 4431.0, 4413.0, 4423.0, 4415.0, 4404.0, 4414.0, 4416.0, 4426.0, 4417.0, 4436.0, 4415.0, 4424.0, 4405.0, 4425.0, 4456.0, 4414.0, 4475.0, 4455.0, 4475.0, 4414.0, 4444.0, 4413.0, 4443.0, 4433.0], 'WindowWidth': [9876.0, 9803.0, 9790.0, 9786.0, 9764.0, 9752.0, 9763.0, 9749.0, 9766.0, 9753.0, 9766.0, 9750.0, 9764.0, 9778.0, 9751.0, 9777.0, 9771.0, 9753.0, 9767.0, 9758.0, 9781.0, 9776.0, 9815.0, 9783.0, 9846.0, 9773.0, 9811.0, 9774.0, 9817.0, 9803.0, 9828.0, 9849.0, 9783.0, 9796.0, 9757.0, 9788.0, 9776.0, 9803.0, 9781.0, 9826.0, 9774.0, 9798.0, 9776.0, 9784.0, 9792.0, 9760.0, 9786.0, 9786.0, 9780.0, 9786.0, 9828.0, 9790.0, 9860.0, 9780.0, 9802.0, 9749.0, 9760.0, 9749.0, 9792.0, 9748.0, 9757.0, 9734.0, 9757.0, 9745.0, 9760.0, 9727.0, 9742.0, 9730.0, 9753.0, 9728.0, 9761.0, 9744.0, 9754.0, 9727.0, 9760.0, 9755.0, 9756.0, 9816.0, 9752.0, 9797.0, 9726.0, 9776.0, 9739.0, 9762.0, 9749.0, 9748.0, 9741.0, 9752.0, 9766.0, 9767.0, 9784.0, 9819.0, 9788.0, 9814.0, 9793.0, 9835.0, 9797.0, 9792.0, 9776.0, 9756.0, 9800.0, 9770.0, 9784.0, 9755.0, 9782.0, 9767.0, 9857.0, 9783.0, 9809.0, 9771.0, 9801.0, 9753.0, 9853.0, 9795.0, 9834.0, 9762.0, 9789.0, 9764.0, 9747.0, 9809.0, 9747.0, 9773.0, 9745.0, 9756.0, 9742.0, 9833.0, 9758.0, 9832.0, 9740.0, 9797.0, 9743.0, 9783.0, 9759.0, 9794.0, 9743.0, 9767.0, 9733.0, 9755.0, 9742.0, 9780.0, 9746.0, 9751.0, 9754.0, 9740.0, 9739.0, 9780.0, 9738.0, 9735.0, 9739.0, 9738.0, 9739.0, 9772.0, 9743.0, 9751.0, 9742.0, 9750.0, 9746.0, 9785.0, 9747.0, 9774.0, 9762.0, 9767.0, 9761.0, 9772.0, 9772.0, 9794.0, 9740.0, 9769.0, 9740.0, 9766.0, 9748.0, 9771.0, 9763.0, 9749.0, 9761.0, 9746.0, 9762.0, 9749.0, 9761.0, 9747.0, 9762.0, 9733.0, 9758.0, 9747.0, 9757.0, 9745.0, 9819.0, 9747.0, 9776.0, 9749.0, 9759.0, 9754.0, 9779.0, 9770.0, 9797.0, 9773.0, 9767.0, 9754.0, 9785.0, 9775.0, 9768.0, 9839.0, 9764.0, 9802.0, 9752.0, 9792.0, 9763.0, 9749.0, 9762.0, 9748.0, 9767.0, 9766.0, 9776.0, 9793.0, 9761.0, 9817.0, 9750.0, 9833.0, 9779.0, 9818.0, 9749.0, 9803.0, 9761.0, 9789.0, 9781.0, 9788.0, 9764.0, 9748.0, 9762.0, 9743.0, 9760.0, 9747.0, 9767.0, 9751.0, 9759.0, 9792.0, 9762.0, 9830.0, 9743.0, 9814.0, 9769.0, 9795.0, 9747.0, 9750.0, 9740.0, 9750.0, 9724.0, 9751.0, 9726.0, 9755.0, 9735.0, 9742.0, 9784.0, 9738.0, 9767.0, 9741.0, 9768.0, 9743.0, 9771.0, 9748.0, 9771.0, 9763.0, 9773.0, 9748.0, 9773.0, 9764.0, 9788.0, 9764.0, 9758.0, 9733.0, 9759.0, 9785.0, 9742.0, 9814.0, 9745.0, 9798.0, 9759.0, 9785.0, 9777.0, 9798.0, 9763.0, 9783.0, 9744.0, 9769.0, 9756.0, 9767.0, 9739.0, 9741.0, 9724.0, 9737.0, 9720.0, 9739.0, 9751.0, 9740.0, 9808.0, 9738.0, 9795.0, 9729.0, 9786.0, 9760.0, 9827.0, 9755.0, 9775.0, 9765.0, 9770.0, 9764.0, 9755.0, 9778.0, 9767.0, 9807.0, 9769.0, 9789.0, 9748.0, 9775.0, 9743.0, 9758.0, 9727.0, 9737.0, 9724.0, 9738.0, 9724.0, 9740.0, 9727.0, 9758.0, 9733.0, 9759.0, 9741.0, 9763.0, 9790.0, 9750.0, 9821.0, 9749.0, 9787.0, 9744.0, 9757.0, 9799.0, 9743.0, 9832.0, 9740.0, 9795.0, 9737.0, 9739.0, 9724.0, 9753.0, 9739.0, 9744.0, 9769.0, 9746.0, 9770.0, 9752.0, 9760.0, 9754.0, 9776.0, 9769.0, 9779.0, 9772.0, 9798.0, 9774.0, 9815.0, 9777.0, 9784.0, 9769.0, 9783.0, 9751.0, 9781.0, 9782.0, 9770.0, 9838.0, 9771.0, 9823.0, 9785.0, 9808.0, 9769.0, 9797.0, 9768.0, 9794.0, 9756.0, 9796.0, 9785.0, 9794.0, 9767.0, 9762.0, 9750.0, 9762.0, 9773.0, 9762.0, 9747.0, 9758.0, 9788.0, 9745.0, 9789.0, 9748.0, 9777.0, 9751.0, 9760.0, 9748.0, 9760.0, 9743.0, 9761.0, 9778.0, 9763.0, 9763.0, 9764.0, 9752.0, 9771.0, 9753.0, 9772.0, 9799.0, 9778.0, 9828.0, 9775.0, 9815.0, 9772.0, 9816.0, 9771.0, 9858.0, 9765.0, 9792.0, 9734.0, 9763.0, 9776.0, 9752.0, 9796.0, 9752.0, 9793.0, 9752.0, 9765.0, 9751.0, 9767.0, 9806.0, 9768.0, 9838.0, 9768.0, 9820.0, 9768.0, 9795.0, 9776.0, 9794.0, 9755.0, 9796.0, 9782.0, 9799.0, 9792.0, 9788.0, 9784.0, 9785.0, 9815.0, 9774.0, 9859.0, 9782.0, 9808.0, 9749.0, 9802.0, 9756.0, 9787.0, 9780.0, 9749.0, 9777.0, 9723.0, 9808.0, 9746.0, 9789.0, 9720.0, 9760.0, 9732.0, 9732.0, 9737.0, 9763.0, 9735.0, 9735.0, 9742.0, 9738.0, 9754.0, 9755.0, 9740.0, 9742.0, 9741.0, 9743.0, 9765.0, 9743.0, 9781.0, 9745.0, 9765.0, 9743.0, 9756.0, 9755.0, 9759.0, 9744.0, 9758.0, 9764.0, 9758.0, 9760.0, 9760.0, 9766.0, 9778.0, 9776.0, 9793.0, 9781.0, 9764.0, 9765.0, 9782.0, 9769.0, 9839.0, 9765.0, 9782.0, 9789.0, 9761.0, 9851.0, 9789.0, 9832.0, 9769.0, 9796.0, 9731.0, 9778.0, 9743.0, 9767.0, 9753.0, 9756.0, 9741.0, 9754.0, 9731.0, 9757.0, 9730.0, 9763.0, 9817.0, 9749.0, 9786.0, 9745.0, 9761.0, 9746.0, 9758.0, 9744.0, 9761.0, 9770.0, 9743.0, 9768.0, 9746.0, 9769.0, 9743.0, 9760.0, 9732.0, 9765.0, 9749.0, 9749.0, 9750.0, 9754.0, 9778.0, 9756.0, 9782.0, 9770.0, 9783.0, 9771.0, 9772.0, 9754.0, 9776.0, 9788.0, 9777.0, 9801.0, 9778.0, 9804.0, 9783.0, 9818.0, 9777.0, 9821.0, 9808.0, 9833.0, 9791.0, 9807.0, 9760.0, 9790.0, 9845.0, 9795.0, 9847.0, 9774.0, 9828.0, 9775.0, 9817.0, 9779.0, 9822.0, 9792.0, 9818.0, 9758.0, 9785.0, 9797.0, 9773.0, 9860.0, 9803.0, 9841.0, 9772.0, 9825.0, 9777.0, 9812.0, 9809.0, 9828.0, 9777.0, 9812.0, 9777.0, 9817.0, 9789.0, 9831.0, 9782.0, 9799.0, 9753.0, 9765.0, 9768.0, 9767.0, 9794.0, 9766.0, 9751.0, 9758.0, 9747.0, 9762.0, 9752.0, 9799.0, 9751.0, 9761.0, 9748.0, 9760.0, 9836.0, 9779.0, 9835.0, 9760.0, 9802.0, 9743.0, 9802.0, 9762.0, 9801.0, 9748.0, 9769.0, 9754.0, 9754.0, 9725.0, 9736.0, 9729.0, 9738.0, 9739.0, 9745.0, 9742.0, 9744.0, 9746.0, 9755.0, 9748.0, 9758.0, 9750.0, 9762.0, 9768.0, 9798.0, 9753.0, 9777.0, 9755.0, 9782.0, 9772.0, 9816.0, 9756.0, 9821.0, 9766.0, 9766.0, 9752.0, 9783.0, 9835.0, 9788.0, 9835.0, 9740.0, 9793.0, 9768.0, 9782.0, 9736.0, 9760.0, 9718.0, 9732.0, 9718.0, 9737.0, 9719.0, 9753.0, 9722.0, 9739.0, 9728.0, 9759.0, 9744.0, 9762.0, 9791.0, 9767.0, 9818.0, 9758.0, 9772.0, 9736.0, 9741.0, 9741.0, 9727.0, 9753.0, 9741.0, 9758.0, 9799.0, 9744.0, 9830.0, 9738.0, 9795.0, 9722.0, 9779.0, 9750.0, 9764.0, 9735.0, 9733.0, 9717.0, 9737.0, 9788.0, 9734.0, 9774.0, 9719.0, 9733.0, 9702.0, 9734.0, 9787.0, 9730.0, 9757.0, 9730.0, 9730.0, 9716.0, 9731.0, 9741.0, 9735.0, 9733.0, 9729.0, 9752.0, 9764.0, 9765.0, 9766.0, 9788.0, 9753.0, 9768.0, 9807.0, 9767.0, 9825.0, 9763.0, 9805.0, 9762.0, 9788.0, 9734.0, 9760.0, 9820.0, 9747.0, 9817.0, 9746.0, 9799.0, 9749.0, 9773.0, 9766.0, 9776.0, 9767.0, 9774.0, 9770.0, 9765.0, 9768.0, 9762.0, 9751.0, 9767.0, 9755.0, 9778.0, 9755.0, 9769.0, 9768.0, 9773.0, 9812.0, 9772.0, 9836.0, 9768.0, 9811.0, 9770.0, 9808.0, 9780.0, 9803.0, 9752.0, 9789.0, 9764.0, 9781.0, 9763.0, 9772.0, 9749.0, 9758.0, 9737.0, 9761.0, 9750.0, 9764.0, 9749.0, 9762.0, 9737.0, 9768.0, 9768.0, 9769.0, 9812.0, 9754.0, 9823.0, 9768.0, 9792.0, 9769.0, 9794.0, 9772.0, 9797.0, 9769.0, 9791.0, 9769.0, 9790.0, 9793.0, 9805.0, 9768.0, 9787.0, 9764.0, 9763.0, 9779.0, 9823.0, 9755.0, 9806.0, 9754.0, 9779.0, 9771.0, 9798.0, 9771.0, 9824.0, 9765.0, 9806.0, 9755.0, 9787.0, 9794.0, 9818.0, 9767.0, 9791.0, 9755.0, 9789.0, 9771.0, 9840.0, 9766.0, 9795.0, 9769.0, 9771.0, 9784.0, 9777.0, 9767.0, 9767.0, 9791.0, 9767.0, 9832.0, 9747.0, 9835.0, 9789.0, 9816.0, 9773.0, 9795.0, 9741.0, 9764.0, 9743.0, 9755.0, 9747.0, 9732.0, 9745.0, 9751.0, 9766.0, 9753.0, 9780.0, 9750.0, 9762.0, 9737.0, 9761.0, 9804.0, 9747.0, 9835.0, 9804.0, 9832.0, 9744.0, 9784.0, 9743.0, 9783.0, 9771.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.0007564064293915041</td></tr>
<tr><td colspan=3>aqi</td><td>0.01591302950631458</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19261465855173</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3443057119310364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011184178448276</td></tr>
<tr><td colspan=3>efc</td><td>0.4814</td></tr>
<tr><td colspan=3>fber</td><td>7365.9517</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06761626960491934</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6073478760045925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4675336342467014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3919623066075384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7466458436057692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2639927525267955</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145992</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007564498111605644</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03801761195063591</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.8410272935881857</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.7854</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.671</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7532</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298448.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.2611</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4255</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.0104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3619.1352</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.3296</td></tr>
<tr><td colspan=3>tsnr</td><td>49.54039236763492</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>