ds005256-mriqc/sub-0058_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter e2daaa3883 [DATALAD RUNCMD] Compute MRIQC for sub-0058
=== 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-0058 --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-0058",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:00:13 +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-0058_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-04/func/sub-0058_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0137fc3d071ed5b484f234e6dafaca64</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:43:52.985000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100318</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7e415f1-813a-4e97-b651-5847800529db||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['124352.985000', '124353.445000', '124353.905000', '124354.365000', '124354.825000', '124355.285000', '124355.745000', '124356.205000', '124356.665000', '124357.125000', '124357.585000', '124358.045000', '124358.505000', '124358.965000', '124359.425000', '124359.885000', '124400.345000', '124400.805000', '124401.265000', '124401.725000', '124402.185000', '124402.645000', '124403.105000', '124403.565000', '124404.025000', '124404.485000', '124404.945000', '124405.405000', '124405.865000', '124406.325000', '124406.785000', '124407.245000', '124407.705000', '124408.165000', '124408.625000', '124409.085000', '124409.545000', '124410.005000', '124410.465000', '124410.925000', '124411.385000', '124411.845000', '124412.305000', '124412.765000', '124413.225000', '124413.685000', '124414.145000', '124414.605000', '124415.065000', '124415.525000', '124415.985000', '124416.445000', '124416.905000', '124417.365000', '124417.825000', '124418.285000', '124418.745000', '124419.205000', '124419.665000', '124420.125000', '124420.585000', '124421.045000', '124421.505000', '124421.965000', '124422.425000', '124422.885000', '124423.345000', '124423.805000', '124424.265000', '124424.725000', '124425.185000', '124425.645000', '124426.105000', '124426.565000', '124427.025000', '124427.485000', '124427.945000', '124428.405000', '124428.865000', '124429.325000', '124429.785000', '124430.245000', '124430.705000', '124431.165000', '124431.625000', '124432.085000', '124432.545000', '124433.005000', '124433.465000', '124433.925000', '124434.385000', '124434.845000', '124435.305000', '124435.765000', '124436.225000', '124436.685000', '124437.145000', '124437.605000', '124438.065000', '124438.525000', '124438.985000', '124439.445000', '124439.905000', '124440.365000', '124440.825000', '124441.285000', '124441.745000', '124442.205000', '124442.665000', '124443.125000', '124443.585000', '124444.045000', '124444.505000', '124444.965000', '124445.425000', '124445.885000', '124446.345000', '124446.805000', '124447.265000', '124447.725000', '124448.185000', '124448.645000', '124449.105000', '124449.565000', '124450.025000', '124450.485000', '124450.945000', '124451.405000', '124451.865000', '124452.325000', '124452.785000', '124453.245000', '124453.705000', '124454.165000', '124454.625000', '124455.085000', '124455.545000', '124456.005000', '124456.465000', '124456.925000', '124457.385000', '124457.845000', '124458.305000', '124458.765000', '124459.225000', '124459.685000', '124500.145000', '124500.605000', '124501.065000', '124501.525000', '124501.985000', '124502.445000', '124502.905000', '124503.365000', '124503.825000', '124504.285000', '124504.745000', '124505.205000', '124505.665000', '124506.125000', '124506.585000', '124507.045000', '124507.505000', '124507.965000', '124508.425000', '124508.885000', '124509.345000', '124509.805000', '124510.265000', '124510.725000', '124511.185000', '124511.645000', '124512.105000', '124512.565000', '124513.025000', '124513.485000', '124513.945000', '124514.405000', '124514.865000', '124515.325000', '124515.785000', '124516.245000', '124516.705000', '124517.165000', '124517.625000', '124518.085000', '124518.545000', '124519.005000', '124519.465000', '124519.925000', '124520.385000', '124520.845000', '124521.305000', '124521.765000', '124522.225000', '124522.685000', '124523.145000', '124523.605000', '124524.065000', '124524.525000', '124524.985000', '124525.445000', '124525.905000', '124526.365000', '124526.825000', '124527.285000', '124527.745000', '124528.205000', '124528.665000', '124529.125000', '124529.585000', '124530.045000', '124530.505000', '124530.965000', '124531.425000', '124531.885000', '124532.345000', '124532.805000', '124533.265000', '124533.725000', '124534.185000', '124534.645000', '124535.105000', '124535.565000', '124536.025000', '124536.485000', '124536.945000', '124537.405000', '124537.865000', '124538.325000', '124538.785000', '124539.245000', '124539.705000', '124540.165000', '124540.625000', '124541.085000', '124541.545000', '124542.005000', '124542.465000', '124542.925000', '124543.385000', '124543.845000', '124544.305000', '124544.765000', '124545.225000', '124545.685000', '124546.145000', '124546.605000', '124547.065000', '124547.525000', '124547.985000', '124548.445000', '124548.905000', '124549.365000', '124549.825000', '124550.285000', '124550.745000', '124551.205000', '124551.665000', '124552.125000', '124552.585000', '124553.045000', '124553.505000', '124553.965000', '124554.425000', '124554.885000', '124555.345000', '124555.805000', '124556.265000', '124556.725000', '124557.185000', '124557.645000', '124558.105000', '124558.565000', '124559.025000', '124559.485000', '124559.945000', '124600.405000', '124600.865000', '124601.325000', '124601.785000', '124602.245000', '124602.705000', '124603.165000', '124603.625000', '124604.085000', '124604.545000', '124605.005000', '124605.465000', '124605.925000', '124606.385000', '124606.845000', '124607.305000', '124607.765000', '124608.225000', '124608.685000', '124609.145000', '124609.605000', '124610.065000', '124610.525000', '124610.985000', '124611.445000', '124611.905000', '124612.365000', '124612.825000', '124613.285000', '124613.745000', '124614.205000', '124614.665000', '124615.125000', '124615.585000', '124616.045000', '124616.505000', '124616.965000', '124617.425000', '124617.885000', '124618.345000', '124618.805000', '124619.265000', '124619.725000', '124620.185000', '124620.645000', '124621.105000', '124621.565000', '124622.025000', '124622.485000', '124622.945000', '124623.405000', '124623.865000', '124624.325000', '124624.785000', '124625.245000', '124625.705000', '124626.165000', '124626.625000', '124627.085000', '124627.545000', '124628.005000', '124628.465000', '124628.925000', '124629.385000', '124629.845000', '124630.305000', '124630.765000', '124631.225000', '124631.685000', '124632.145000', '124632.605000', '124633.065000', '124633.525000', '124633.985000', '124634.445000', '124634.905000', '124635.365000', '124635.825000', '124636.285000', '124636.745000', '124637.205000', '124637.665000', '124638.125000', '124638.585000', '124639.045000', '124639.505000', '124639.965000', '124640.425000', '124640.885000', '124641.345000', '124641.805000', '124642.265000', '124642.725000', '124643.185000', '124643.645000', '124644.105000', '124644.565000', '124645.025000', '124645.485000', '124645.945000', '124646.405000', '124646.865000', '124647.325000', '124647.785000', '124648.245000', '124648.705000', '124649.165000', '124649.625000', '124650.085000', '124650.545000', '124651.005000', '124651.465000', '124651.925000', '124652.385000', '124652.845000', '124653.305000', '124653.765000', '124654.225000', '124654.685000', '124655.145000', '124655.605000', '124656.065000', '124656.525000', '124656.985000', '124657.445000', '124657.905000', '124658.365000', '124658.825000', '124659.285000', '124659.745000', '124700.205000', '124700.665000', '124701.125000', '124701.585000', '124702.045000', '124702.505000', '124702.965000', '124703.425000', '124703.885000', '124704.345000', '124704.805000', '124705.265000', '124705.725000', '124706.185000', '124706.645000', '124707.105000', '124707.565000', '124708.025000', '124708.485000', '124708.945000', '124709.405000', '124709.865000', '124710.325000', '124710.785000', '124711.245000', '124711.705000', '124712.165000', '124712.625000', '124713.085000', '124713.545000', '124714.005000', '124714.465000', '124714.925000', '124715.385000', '124715.845000', '124716.305000', '124716.765000', '124717.225000', '124717.685000', '124718.145000', '124718.605000', '124719.065000', '124719.525000', '124719.985000', '124720.445000', '124720.905000', '124721.365000', '124721.825000', '124722.285000', '124722.745000', '124723.205000', '124723.665000', '124724.125000', '124724.585000', '124725.045000', '124725.505000', '124725.965000', '124726.425000', '124726.885000', '124727.345000', '124727.805000', '124728.265000', '124728.725000', '124729.185000', '124729.645000', '124730.105000', '124730.565000', '124731.025000', '124731.485000', '124731.945000', '124732.405000', '124732.865000', '124733.325000', '124733.785000', '124734.245000', '124734.705000', '124735.165000', '124735.625000', '124736.085000', '124736.545000', '124737.005000', '124737.465000', '124737.925000', '124738.385000', '124738.845000', '124739.305000', '124739.765000', '124740.225000', '124740.685000', '124741.145000', '124741.605000', '124742.065000', '124742.525000', '124742.985000', '124743.445000', '124743.905000', '124744.365000', '124744.825000', '124745.285000', '124745.745000', '124746.205000', '124746.665000', '124747.125000', '124747.585000', '124748.045000', '124748.505000', '124748.965000', '124749.425000', '124749.885000', '124750.345000', '124750.805000', '124751.265000', '124751.725000', '124752.185000', '124752.645000', '124753.105000', '124753.565000', '124754.025000', '124754.485000', '124754.945000', '124755.405000', '124755.865000', '124756.325000', '124756.785000', '124757.245000', '124757.705000', '124758.165000', '124758.625000', '124759.085000', '124759.545000', '124800.005000', '124800.465000', '124800.925000', '124801.385000', '124801.845000', '124802.305000', '124802.765000', '124803.225000', '124803.685000', '124804.145000', '124804.605000', '124805.065000', '124805.525000', '124805.985000', '124806.445000', '124806.905000', '124807.365000', '124807.825000', '124808.285000', '124808.745000', '124809.205000', '124809.665000', '124810.125000', '124810.585000', '124811.045000', '124811.505000', '124811.965000', '124812.425000', '124812.885000', '124813.345000', '124813.805000', '124814.265000', '124814.725000', '124815.185000', '124815.645000', '124816.105000', '124816.565000', '124817.025000', '124817.485000', '124817.945000', '124818.405000', '124818.865000', '124819.325000', '124819.785000', '124820.245000', '124820.705000', '124821.165000', '124821.625000', '124822.085000', '124822.545000', '124823.005000', '124823.465000', '124823.925000', '124824.385000', '124824.845000', '124825.305000', '124825.765000', '124826.225000', '124826.685000', '124827.145000', '124827.605000', '124828.065000', '124828.525000', '124828.985000', '124829.445000', '124829.905000', '124830.365000', '124830.825000', '124831.285000', '124831.745000', '124832.205000', '124832.665000', '124833.125000', '124833.585000', '124834.045000', '124834.505000', '124834.965000', '124835.425000', '124835.885000', '124836.345000', '124836.805000', '124837.265000', '124837.725000', '124838.185000', '124838.645000', '124839.105000', '124839.565000', '124840.025000', '124840.485000', '124840.945000', '124841.405000', '124841.865000', '124842.325000', '124842.785000', '124843.245000', '124843.705000', '124844.165000', '124844.625000', '124845.085000', '124845.545000', '124846.005000', '124846.465000', '124846.925000', '124847.385000', '124847.845000', '124848.305000', '124848.765000', '124849.225000', '124849.685000', '124850.145000', '124850.605000', '124851.065000', '124851.525000', '124851.985000', '124852.445000', '124852.905000', '124853.365000', '124853.825000', '124854.285000', '124854.745000', '124855.205000', '124855.665000', '124856.125000', '124856.585000', '124857.045000', '124857.505000', '124857.965000', '124858.425000', '124858.885000', '124859.345000', '124859.805000', '124900.265000', '124900.725000', '124901.185000', '124901.645000', '124902.105000', '124902.565000', '124903.025000', '124903.485000', '124903.945000', '124904.405000', '124904.865000', '124905.325000', '124905.785000', '124906.245000', '124906.705000', '124907.165000', '124907.625000', '124908.085000', '124908.545000', '124909.005000', '124909.465000', '124909.925000', '124910.385000', '124910.845000', '124911.305000', '124911.765000', '124912.225000', '124912.685000', '124913.145000', '124913.605000', '124914.065000', '124914.525000', '124914.985000', '124915.445000', '124915.905000', '124916.365000', '124916.825000', '124917.285000', '124917.745000', '124918.205000', '124918.665000', '124919.125000', '124919.585000', '124920.045000', '124920.505000', '124920.965000', '124921.425000', '124921.885000', '124922.345000', '124922.805000', '124923.265000', '124923.725000', '124924.185000', '124924.645000', '124925.105000', '124925.565000', '124926.025000', '124926.485000', '124926.945000', '124927.405000', '124927.865000', '124928.325000', '124928.785000', '124929.245000', '124929.705000', '124930.165000', '124930.625000', '124931.085000', '124931.545000', '124932.005000', '124932.465000', '124932.925000', '124933.385000', '124933.845000', '124934.305000', '124934.765000', '124935.225000', '124935.685000', '124936.145000', '124936.605000', '124937.065000', '124937.525000', '124937.985000', '124938.445000', '124938.905000', '124939.365000', '124939.825000', '124940.285000', '124940.745000', '124941.205000', '124941.665000', '124942.125000', '124942.585000', '124943.045000', '124943.505000', '124943.965000', '124944.425000', '124944.885000', '124945.345000', '124945.805000', '124946.265000', '124946.725000', '124947.185000', '124947.645000', '124948.105000', '124948.565000', '124949.025000', '124949.485000', '124949.945000', '124950.405000', '124950.865000', '124951.325000', '124951.785000', '124952.245000', '124952.705000', '124953.165000', '124953.625000', '124954.085000', '124954.545000', '124955.005000', '124955.465000', '124955.925000', '124956.385000', '124956.845000', '124957.305000', '124957.765000', '124958.225000', '124958.685000', '124959.145000', '124959.605000', '125000.065000', '125000.525000', '125000.985000', '125001.445000', '125001.905000', '125002.365000', '125002.825000', '125003.285000', '125003.745000', '125004.205000', '125004.665000', '125005.125000', '125005.585000', '125006.045000', '125006.505000', '125006.965000', '125007.425000', '125007.885000', '125008.345000', '125008.805000', '125009.265000', '125009.725000', '125010.185000', '125010.645000', '125011.105000', '125011.565000', '125012.025000', '125012.485000', '125012.945000', '125013.405000', '125013.865000', '125014.325000', '125014.785000', '125015.245000', '125015.705000', '125016.165000', '125016.625000', '125017.085000', '125017.545000', '125018.005000', '125018.465000', '125018.925000', '125019.385000', '125019.845000', '125020.305000', '125020.765000', '125021.225000', '125021.685000', '125022.145000', '125022.605000', '125023.065000', '125023.525000', '125023.985000', '125024.445000', '125024.905000', '125025.365000', '125025.825000', '125026.285000', '125026.745000', '125027.205000', '125027.665000', '125028.125000', '125028.585000', '125029.045000', '125029.505000', '125029.965000', '125030.425000', '125030.885000', '125031.345000', '125031.805000', '125032.265000', '125032.725000', '125033.185000', '125033.645000'], 'ContentTime': ['124418.657000', '124418.660000', '124418.663000', '124418.665000', '124418.668000', '124418.671000', '124418.673000', '124418.676000', '124418.679000', '124418.681000', '124418.684000', '124418.686000', '124418.689000', '124418.691000', '124418.694000', '124418.696000', '124418.699000', '124418.701000', '124418.704000', '124418.706000', '124418.709000', '124418.712000', '124418.714000', '124418.717000', '124418.719000', '124418.722000', '124418.724000', '124418.736000', '124418.739000', '124418.741000', '124418.744000', '124418.746000', '124418.749000', '124418.752000', '124418.754000', '124418.757000', '124418.759000', '124418.762000', '124418.764000', '124418.767000', '124418.770000', '124418.772000', '124418.775000', '124418.777000', '124418.780000', '124418.782000', '124418.785000', '124418.788000', '124418.790000', '124418.793000', '124418.795000', '124418.798000', '124438.613000', '124438.616000', '124438.619000', '124438.622000', '124438.624000', '124438.627000', '124438.629000', '124438.632000', '124438.655000', '124438.658000', '124438.660000', '124438.663000', '124438.665000', '124438.668000', '124438.670000', '124438.673000', '124438.675000', '124438.678000', '124438.680000', '124438.683000', '124438.686000', '124438.688000', '124438.691000', '124438.693000', '124438.696000', '124438.698000', '124438.701000', '124438.703000', '124438.706000', '124438.708000', '124438.711000', '124438.714000', '124438.716000', '124438.719000', '124438.721000', '124438.724000', '124438.726000', '124438.729000', '124438.731000', '124438.734000', '124438.737000', '124438.739000', '124438.742000', '124438.744000', '124458.614000', '124458.617000', '124458.647000', '124458.650000', '124458.652000', '124458.655000', '124458.657000', '124458.660000', '124458.662000', '124458.665000', '124458.668000', '124458.670000', '124458.673000', '124458.675000', '124458.678000', '124458.688000', '124458.691000', '124458.693000', '124458.696000', '124458.698000', '124458.701000', '124458.703000', '124458.706000', '124458.709000', '124458.711000', '124458.714000', '124458.716000', '124458.719000', '124458.721000', '124458.724000', '124458.726000', '124458.729000', '124458.732000', '124458.734000', '124458.737000', '124458.739000', '124458.742000', '124458.744000', '124458.747000', '124458.750000', '124458.752000', '124458.755000', '124458.757000', '124458.760000', '124518.615000', '124518.618000', '124518.620000', '124518.623000', '124518.625000', '124518.628000', '124518.631000', '124518.633000', '124518.636000', '124518.638000', '124518.641000', '124518.643000', '124518.646000', '124518.648000', '124518.651000', '124518.654000', '124518.656000', '124518.659000', '124518.661000', '124518.664000', '124518.666000', '124518.669000', '124518.671000', '124518.674000', '124518.677000', '124518.679000', '124518.682000', '124518.684000', '124518.687000', '124518.689000', '124518.692000', '124518.695000', '124518.697000', '124518.700000', '124518.702000', '124518.705000', '124518.707000', '124518.710000', '124518.713000', '124518.715000', '124518.718000', '124518.720000', '124518.723000', '124538.615000', '124538.618000', '124538.620000', '124538.623000', '124538.625000', '124538.628000', '124538.630000', '124538.633000', '124538.635000', '124538.638000', '124538.641000', '124538.643000', '124538.646000', '124538.648000', '124538.651000', '124538.653000', '124538.656000', '124538.659000', '124538.661000', '124538.664000', '124538.666000', '124538.669000', '124538.671000', '124538.674000', '124538.676000', '124538.679000', '124538.682000', '124538.684000', '124538.687000', '124538.689000', '124538.692000', '124538.695000', '124538.697000', '124538.700000', '124538.702000', '124538.705000', '124538.707000', '124538.710000', '124538.712000', '124538.715000', '124538.718000', '124538.720000', '124538.723000', '124538.725000', '124558.613000', '124558.616000', '124558.619000', '124558.621000', '124558.624000', '124558.627000', '124558.629000', '124558.632000', '124558.634000', '124558.637000', '124558.639000', '124558.642000', '124558.644000', '124558.647000', '124558.650000', '124558.652000', '124558.655000', '124558.657000', '124558.660000', '124558.662000', '124558.665000', '124558.667000', '124558.670000', '124558.672000', '124558.675000', '124558.678000', '124558.680000', '124558.683000', '124558.685000', '124558.688000', '124558.690000', '124558.693000', '124558.695000', '124558.698000', '124558.701000', '124558.703000', '124558.706000', '124558.708000', '124558.711000', '124558.713000', '124558.716000', '124558.718000', '124558.721000', '124618.614000', '124618.616000', '124618.619000', '124618.622000', '124618.624000', '124618.627000', '124618.629000', '124618.632000', '124618.634000', '124618.638000', '124618.640000', '124618.643000', '124618.646000', '124618.648000', '124618.651000', '124618.653000', '124618.656000', '124618.658000', '124618.661000', '124618.664000', '124618.666000', '124618.669000', '124618.671000', '124618.674000', '124618.676000', '124618.679000', '124618.682000', '124618.684000', '124618.687000', '124618.689000', '124618.692000', '124618.694000', '124618.697000', '124618.700000', '124618.702000', '124618.705000', '124618.707000', '124618.710000', '124618.712000', '124618.715000', '124618.718000', '124618.755000', '124618.758000', '124618.760000', '124638.613000', '124638.616000', '124638.619000', '124638.621000', '124638.624000', '124638.627000', '124638.629000', '124638.632000', '124638.634000', '124638.637000', '124638.639000', '124638.642000', '124638.645000', '124638.647000', '124638.650000', '124638.652000', '124638.655000', '124638.657000', '124638.660000', '124638.663000', '124638.665000', '124638.668000', '124638.670000', '124638.673000', '124638.675000', '124638.678000', '124638.681000', '124638.692000', '124638.694000', '124638.697000', '124638.699000', '124638.702000', '124638.704000', '124638.707000', '124638.710000', '124638.712000', '124638.715000', '124638.717000', '124638.720000', '124638.722000', '124638.725000', '124638.727000', '124638.730000', '124658.613000', '124658.616000', '124658.619000', '124658.622000', '124658.624000', '124658.627000', '124658.629000', '124658.632000', '124658.635000', '124658.637000', '124658.640000', '124658.642000', '124658.645000', '124658.648000', '124658.650000', '124658.653000', '124658.656000', '124658.658000', '124658.661000', '124658.663000', '124658.666000', '124658.668000', '124658.671000', '124658.674000', '124658.676000', '124658.679000', '124658.681000', '124658.684000', '124658.686000', '124658.689000', '124658.692000', '124658.694000', '124658.697000', '124658.699000', '124658.702000', '124658.705000', '124658.707000', '124658.710000', '124658.712000', '124658.715000', '124658.718000', '124658.720000', '124658.723000', '124718.615000', '124718.617000', '124718.620000', '124718.623000', '124718.625000', '124718.628000', '124718.630000', '124718.633000', '124718.635000', '124718.638000', '124718.641000', '124718.643000', '124718.646000', '124718.648000', '124718.651000', '124718.653000', '124718.656000', '124718.659000', '124718.661000', '124718.664000', '124718.666000', '124718.669000', '124718.671000', '124718.674000', '124718.677000', '124718.679000', '124718.682000', '124718.684000', '124718.687000', '124718.689000', '124718.692000', '124718.695000', '124718.697000', '124718.700000', '124718.702000', '124718.711000', '124718.713000', '124718.716000', '124718.718000', '124718.721000', '124718.724000', '124718.726000', '124718.729000', '124718.731000', '124738.615000', '124738.617000', '124738.620000', '124738.623000', '124738.625000', '124738.628000', '124738.631000', '124738.633000', '124738.636000', '124738.638000', '124738.641000', '124738.644000', '124738.646000', '124738.649000', '124738.651000', '124738.654000', '124738.656000', '124738.659000', '124738.662000', '124738.664000', '124738.667000', '124738.669000', '124738.672000', '124738.675000', '124738.679000', '124738.681000', '124738.684000', '124738.687000', '124738.690000', '124738.692000', '124738.695000', '124738.697000', '124738.700000', '124738.703000', '124738.705000', '124738.708000', '124738.710000', '124738.713000', '124738.716000', '124738.718000', '124738.721000', '124738.723000', '124738.726000', '124758.614000', '124758.617000', '124758.620000', '124758.622000', '124758.625000', '124758.628000', '124758.630000', '124758.633000', '124758.635000', '124758.638000', '124758.640000', '124758.643000', '124758.646000', '124758.648000', '124758.651000', '124758.653000', '124758.656000', '124758.658000', '124758.661000', '124758.663000', '124758.666000', '124758.669000', '124758.671000', '124758.691000', '124758.694000', '124758.696000', '124758.699000', '124758.702000', '124758.704000', '124758.707000', '124758.709000', '124758.712000', '124758.714000', '124758.717000', '124758.720000', '124758.722000', '124758.725000', '124758.727000', '124758.730000', '124758.732000', '124758.735000', '124758.738000', '124758.740000', '124758.743000', '124818.613000', '124818.616000', '124818.619000', '124818.622000', '124818.625000', '124818.627000', '124818.630000', '124818.632000', '124818.635000', '124818.637000', '124818.640000', '124818.643000', '124818.645000', '124818.648000', '124818.650000', '124818.653000', '124818.655000', '124818.658000', '124818.661000', '124818.663000', '124818.666000', '124818.668000', '124818.671000', '124818.674000', '124818.676000', '124818.679000', '124818.681000', '124818.684000', '124818.686000', '124818.689000', '124818.692000', '124818.694000', '124818.697000', '124818.699000', '124818.702000', '124818.704000', '124818.707000', '124818.710000', '124818.712000', '124818.715000', '124818.718000', '124818.721000', '124818.724000', '124838.614000', '124838.617000', '124838.619000', '124838.622000', '124838.624000', '124838.627000', '124838.629000', '124838.632000', '124838.635000', '124838.637000', '124838.640000', '124838.642000', '124838.645000', '124838.647000', '124838.650000', '124838.652000', '124838.655000', '124838.658000', '124838.660000', '124838.663000', '124838.665000', '124838.668000', '124838.670000', '124838.673000', '124838.676000', '124838.678000', '124838.681000', '124838.683000', '124838.686000', '124838.688000', '124838.691000', '124838.694000', '124838.696000', '124838.699000', '124838.701000', '124838.704000', '124838.706000', '124838.709000', '124838.711000', '124838.714000', '124838.717000', '124838.719000', '124838.722000', '124838.724000', '124858.614000', '124858.617000', '124858.619000', '124858.622000', '124858.624000', '124858.627000', '124858.630000', '124858.632000', '124858.635000', '124858.637000', '124858.640000', '124858.642000', '124858.645000', '124858.648000', '124858.650000', '124858.653000', '124858.655000', '124858.658000', '124858.660000', '124858.663000', '124858.666000', '124858.668000', '124858.671000', '124858.673000', '124858.676000', '124858.679000', '124858.682000', '124858.685000', '124858.688000', '124858.690000', '124858.693000', '124858.695000', '124858.698000', '124858.700000', '124858.703000', '124858.706000', '124858.708000', '124858.711000', '124858.713000', '124858.718000', '124858.720000', '124858.723000', '124858.726000', '124918.614000', '124918.617000', '124918.619000', '124918.622000', '124918.629000', '124918.631000', '124918.634000', '124918.636000', '124918.639000', '124918.641000', '124918.644000', '124918.647000', '124918.649000', '124918.652000', '124918.654000', '124918.657000', '124918.659000', '124918.662000', '124918.665000', '124918.667000', '124918.670000', '124918.672000', '124918.675000', '124918.678000', '124918.680000', '124918.683000', '124918.685000', '124918.688000', '124918.690000', '124918.693000', '124918.696000', '124918.698000', '124918.701000', '124918.703000', '124918.706000', '124918.708000', '124918.711000', '124918.713000', '124918.716000', '124918.719000', '124918.721000', '124918.724000', '124918.726000', '124918.729000', '124938.615000', '124938.617000', '124938.620000', '124938.623000', '124938.625000', '124938.628000', '124938.630000', '124938.633000', '124938.636000', '124938.638000', '124938.641000', '124938.643000', '124938.646000', '124938.648000', '124938.651000', '124938.653000', '124938.656000', '124938.659000', '124938.661000', '124938.664000', '124938.667000', '124938.669000', '124938.672000', '124938.674000', '124938.677000', '124938.680000', '124938.682000', '124938.685000', '124938.687000', '124938.690000', '124938.692000', '124938.695000', '124938.698000', '124938.700000', '124938.703000', '124938.705000', '124938.708000', '124938.710000', '124938.713000', '124938.715000', '124938.718000', '124938.721000', '124938.723000', '124958.615000', '124958.617000', '124958.622000', '124958.625000', '124958.627000', '124958.630000', '124958.632000', '124958.635000', '124958.637000', '124958.640000', '124958.642000', '124958.645000', '124958.647000', '124958.650000', '124958.653000', '124958.655000', '124958.658000', '124958.660000', '124958.663000', '124958.665000', '124958.668000', '124958.671000', '124958.673000', '124958.676000', '124958.678000', '124958.681000', '124958.683000', '124958.686000', '124958.688000', '124958.691000', '124958.693000', '124958.696000', '124958.699000', '124958.701000', '124958.704000', '124958.706000', '124958.709000', '124958.711000', '124958.714000', '124958.717000', '124958.719000', '124958.722000', '124958.724000', '124958.727000', '125018.615000', '125018.618000', '125018.620000', '125018.623000', '125018.625000', '125018.628000', '125018.630000', '125018.633000', '125018.636000', '125018.638000', '125018.641000', '125018.643000', '125018.646000', '125018.648000', '125018.651000', '125018.654000', '125018.656000', '125018.659000', '125018.661000', '125018.664000', '125018.666000', '125018.669000', '125018.671000', '125018.674000', '125018.677000', '125018.679000', '125018.682000', '125018.684000', '125018.687000', '125018.689000', '125018.692000', '125018.695000', '125018.698000', '125018.701000', '125018.703000', '125018.706000', '125018.708000', '125018.711000', '125018.713000', '125018.716000', '125018.719000', '125018.721000', '125018.724000', '125035.266000', '125035.269000', '125035.272000', '125035.275000', '125035.277000', '125035.280000', '125035.282000', '125035.285000', '125035.288000', '125035.290000', '125035.293000', '125035.295000', '125035.298000', '125035.301000', '125035.303000', '125035.306000', '125035.312000', '125035.315000', '125035.318000', '125035.321000', '125035.324000', '125035.326000', '125035.329000', '125035.333000', '125035.336000', '125035.339000', '125035.342000', '125035.345000', '125035.348000', '125035.351000', '125035.354000', '125035.357000', '125035.359000', '125035.362000', '125035.365000', '125035.367000', '125035.370000'], 'InstanceCreationTime': ['124418.657000', '124418.660000', '124418.663000', '124418.665000', '124418.668000', '124418.671000', '124418.673000', '124418.676000', '124418.679000', '124418.681000', '124418.684000', '124418.686000', '124418.689000', '124418.691000', '124418.694000', '124418.696000', '124418.699000', '124418.701000', '124418.704000', '124418.706000', '124418.709000', '124418.712000', '124418.714000', '124418.717000', '124418.719000', '124418.722000', '124418.724000', '124418.736000', '124418.739000', '124418.741000', '124418.744000', '124418.746000', '124418.749000', '124418.752000', '124418.754000', '124418.757000', '124418.759000', '124418.762000', '124418.764000', '124418.767000', '124418.770000', '124418.772000', '124418.775000', '124418.777000', '124418.780000', '124418.782000', '124418.785000', '124418.788000', '124418.790000', '124418.793000', '124418.795000', '124418.798000', '124438.613000', '124438.616000', '124438.619000', '124438.622000', '124438.624000', '124438.627000', '124438.629000', '124438.632000', '124438.655000', '124438.658000', '124438.660000', '124438.663000', '124438.665000', '124438.668000', '124438.670000', '124438.673000', '124438.675000', '124438.678000', '124438.680000', '124438.683000', '124438.686000', '124438.688000', '124438.691000', '124438.693000', '124438.696000', '124438.698000', '124438.701000', '124438.703000', '124438.706000', '124438.708000', '124438.711000', '124438.714000', '124438.716000', '124438.719000', '124438.721000', '124438.724000', '124438.726000', '124438.729000', '124438.731000', '124438.734000', '124438.737000', '124438.739000', '124438.742000', '124438.744000', '124458.614000', '124458.617000', '124458.647000', '124458.650000', '124458.652000', '124458.655000', '124458.657000', '124458.660000', '124458.662000', '124458.665000', '124458.668000', '124458.670000', '124458.673000', '124458.675000', '124458.678000', '124458.688000', '124458.691000', '124458.693000', '124458.696000', '124458.698000', '124458.701000', '124458.703000', '124458.706000', '124458.709000', '124458.711000', '124458.714000', '124458.716000', '124458.719000', '124458.721000', '124458.724000', '124458.726000', '124458.729000', '124458.732000', '124458.734000', '124458.737000', '124458.739000', '124458.742000', '124458.744000', '124458.747000', '124458.750000', '124458.752000', '124458.755000', '124458.757000', '124458.760000', '124518.615000', '124518.618000', '124518.620000', '124518.623000', '124518.625000', '124518.628000', '124518.631000', '124518.633000', '124518.636000', '124518.638000', '124518.641000', '124518.643000', '124518.646000', '124518.648000', '124518.651000', '124518.654000', '124518.656000', '124518.659000', '124518.661000', '124518.664000', '124518.666000', '124518.669000', '124518.671000', '124518.674000', '124518.677000', '124518.679000', '124518.682000', '124518.684000', '124518.687000', '124518.689000', '124518.692000', '124518.695000', '124518.697000', '124518.700000', '124518.702000', '124518.705000', '124518.707000', '124518.710000', '124518.713000', '124518.715000', '124518.718000', '124518.720000', '124518.723000', '124538.615000', '124538.618000', '124538.620000', '124538.623000', '124538.625000', '124538.628000', '124538.630000', '124538.633000', '124538.635000', '124538.638000', '124538.641000', '124538.643000', '124538.646000', '124538.648000', '124538.651000', '124538.653000', '124538.656000', '124538.659000', '124538.661000', '124538.664000', '124538.666000', '124538.669000', '124538.671000', '124538.674000', '124538.676000', '124538.679000', '124538.682000', '124538.684000', '124538.687000', '124538.689000', '124538.692000', '124538.695000', '124538.697000', '124538.700000', '124538.702000', '124538.705000', '124538.707000', '124538.710000', '124538.712000', '124538.715000', '124538.718000', '124538.720000', '124538.723000', '124538.725000', '124558.613000', '124558.616000', '124558.619000', '124558.621000', '124558.624000', '124558.627000', '124558.629000', '124558.632000', '124558.634000', '124558.637000', '124558.639000', '124558.642000', '124558.644000', '124558.647000', '124558.650000', '124558.652000', '124558.655000', '124558.657000', '124558.660000', '124558.662000', '124558.665000', '124558.667000', '124558.670000', '124558.672000', '124558.675000', '124558.678000', '124558.680000', '124558.683000', '124558.685000', '124558.688000', '124558.690000', '124558.693000', '124558.695000', '124558.698000', '124558.701000', '124558.703000', '124558.706000', '124558.708000', '124558.711000', '124558.713000', '124558.716000', '124558.718000', '124558.721000', '124618.614000', '124618.616000', '124618.619000', '124618.622000', '124618.624000', '124618.627000', '124618.629000', '124618.632000', '124618.634000', '124618.638000', '124618.640000', '124618.643000', '124618.646000', '124618.648000', '124618.651000', '124618.653000', '124618.656000', '124618.658000', '124618.661000', '124618.664000', '124618.666000', '124618.669000', '124618.671000', '124618.674000', '124618.676000', '124618.679000', '124618.682000', '124618.684000', '124618.687000', '124618.689000', '124618.692000', '124618.694000', '124618.697000', '124618.700000', '124618.702000', '124618.705000', '124618.707000', '124618.710000', '124618.712000', '124618.715000', '124618.718000', '124618.755000', '124618.758000', '124618.760000', '124638.613000', '124638.616000', '124638.619000', '124638.621000', '124638.624000', '124638.627000', '124638.629000', '124638.632000', '124638.634000', '124638.637000', '124638.639000', '124638.642000', '124638.645000', '124638.647000', '124638.650000', '124638.652000', '124638.655000', '124638.657000', '124638.660000', '124638.663000', '124638.665000', '124638.668000', '124638.670000', '124638.673000', '124638.675000', '124638.678000', '124638.681000', '124638.692000', '124638.694000', '124638.697000', '124638.699000', '124638.702000', '124638.704000', '124638.707000', '124638.710000', '124638.712000', '124638.715000', '124638.717000', '124638.720000', '124638.722000', '124638.725000', '124638.727000', '124638.730000', '124658.613000', '124658.616000', '124658.619000', '124658.622000', '124658.624000', '124658.627000', '124658.629000', '124658.632000', '124658.635000', '124658.637000', '124658.640000', '124658.642000', '124658.645000', '124658.648000', '124658.650000', '124658.653000', '124658.656000', '124658.658000', '124658.661000', '124658.663000', '124658.666000', '124658.668000', '124658.671000', '124658.674000', '124658.676000', '124658.679000', '124658.681000', '124658.684000', '124658.686000', '124658.689000', '124658.692000', '124658.694000', '124658.697000', '124658.699000', '124658.702000', '124658.705000', '124658.707000', '124658.710000', '124658.712000', '124658.715000', '124658.718000', '124658.720000', '124658.723000', '124718.615000', '124718.617000', '124718.620000', '124718.623000', '124718.625000', '124718.628000', '124718.630000', '124718.633000', '124718.635000', '124718.638000', '124718.641000', '124718.643000', '124718.646000', '124718.648000', '124718.651000', '124718.653000', '124718.656000', '124718.659000', '124718.661000', '124718.664000', '124718.666000', '124718.669000', '124718.671000', '124718.674000', '124718.677000', '124718.679000', '124718.682000', '124718.684000', '124718.687000', '124718.689000', '124718.692000', '124718.695000', '124718.697000', '124718.700000', '124718.702000', '124718.711000', '124718.713000', '124718.716000', '124718.718000', '124718.721000', '124718.724000', '124718.726000', '124718.729000', '124718.731000', '124738.615000', '124738.617000', '124738.620000', '124738.623000', '124738.625000', '124738.628000', '124738.631000', '124738.633000', '124738.636000', '124738.638000', '124738.641000', '124738.644000', '124738.646000', '124738.649000', '124738.651000', '124738.654000', '124738.656000', '124738.659000', '124738.662000', '124738.664000', '124738.667000', '124738.669000', '124738.672000', '124738.675000', '124738.679000', '124738.681000', '124738.684000', '124738.687000', '124738.690000', '124738.692000', '124738.695000', '124738.697000', '124738.700000', '124738.703000', '124738.705000', '124738.708000', '124738.710000', '124738.713000', '124738.716000', '124738.718000', '124738.721000', '124738.723000', '124738.726000', '124758.614000', '124758.617000', '124758.620000', '124758.622000', '124758.625000', '124758.628000', '124758.630000', '124758.633000', '124758.635000', '124758.638000', '124758.640000', '124758.643000', '124758.646000', '124758.648000', '124758.651000', '124758.653000', '124758.656000', '124758.658000', '124758.661000', '124758.663000', '124758.666000', '124758.669000', '124758.671000', '124758.691000', '124758.694000', '124758.696000', '124758.699000', '124758.702000', '124758.704000', '124758.707000', '124758.709000', '124758.712000', '124758.714000', '124758.717000', '124758.720000', '124758.722000', '124758.725000', '124758.727000', '124758.730000', '124758.732000', '124758.735000', '124758.738000', '124758.740000', '124758.743000', '124818.613000', '124818.616000', '124818.619000', '124818.622000', '124818.625000', '124818.627000', '124818.630000', '124818.632000', '124818.635000', '124818.637000', '124818.640000', '124818.643000', '124818.645000', '124818.648000', '124818.650000', '124818.653000', '124818.655000', '124818.658000', '124818.661000', '124818.663000', '124818.666000', '124818.668000', '124818.671000', '124818.674000', '124818.676000', '124818.679000', '124818.681000', '124818.684000', '124818.686000', '124818.689000', '124818.692000', '124818.694000', '124818.697000', '124818.699000', '124818.702000', '124818.704000', '124818.707000', '124818.710000', '124818.712000', '124818.715000', '124818.718000', '124818.721000', '124818.724000', '124838.614000', '124838.617000', '124838.619000', '124838.622000', '124838.624000', '124838.627000', '124838.629000', '124838.632000', '124838.635000', '124838.637000', '124838.640000', '124838.642000', '124838.645000', '124838.647000', '124838.650000', '124838.652000', '124838.655000', '124838.658000', '124838.660000', '124838.663000', '124838.665000', '124838.668000', '124838.670000', '124838.673000', '124838.676000', '124838.678000', '124838.681000', '124838.683000', '124838.686000', '124838.688000', '124838.691000', '124838.694000', '124838.696000', '124838.699000', '124838.701000', '124838.704000', '124838.706000', '124838.709000', '124838.711000', '124838.714000', '124838.717000', '124838.719000', '124838.722000', '124838.724000', '124858.614000', '124858.617000', '124858.619000', '124858.622000', '124858.624000', '124858.627000', '124858.630000', '124858.632000', '124858.635000', '124858.637000', '124858.640000', '124858.642000', '124858.645000', '124858.648000', '124858.650000', '124858.653000', '124858.655000', '124858.658000', '124858.660000', '124858.663000', '124858.666000', '124858.668000', '124858.671000', '124858.673000', '124858.676000', '124858.679000', '124858.682000', '124858.685000', '124858.688000', '124858.690000', '124858.693000', '124858.695000', '124858.698000', '124858.700000', '124858.703000', '124858.706000', '124858.708000', '124858.711000', '124858.713000', '124858.718000', '124858.720000', '124858.723000', '124858.726000', '124918.614000', '124918.617000', '124918.619000', '124918.622000', '124918.629000', '124918.631000', '124918.634000', '124918.636000', '124918.639000', '124918.641000', '124918.644000', '124918.647000', '124918.649000', '124918.652000', '124918.654000', '124918.657000', '124918.659000', '124918.662000', '124918.665000', '124918.667000', '124918.670000', '124918.672000', '124918.675000', '124918.678000', '124918.680000', '124918.683000', '124918.685000', '124918.688000', '124918.690000', '124918.693000', '124918.696000', '124918.698000', '124918.701000', '124918.703000', '124918.706000', '124918.708000', '124918.711000', '124918.713000', '124918.716000', '124918.719000', '124918.721000', '124918.724000', '124918.726000', '124918.729000', '124938.615000', '124938.617000', '124938.620000', '124938.623000', '124938.625000', '124938.628000', '124938.630000', '124938.633000', '124938.636000', '124938.638000', '124938.641000', '124938.643000', '124938.646000', '124938.648000', '124938.651000', '124938.653000', '124938.656000', '124938.659000', '124938.661000', '124938.664000', '124938.667000', '124938.669000', '124938.672000', '124938.674000', '124938.677000', '124938.680000', '124938.682000', '124938.685000', '124938.687000', '124938.690000', '124938.692000', '124938.695000', '124938.698000', '124938.700000', '124938.703000', '124938.705000', '124938.708000', '124938.710000', '124938.713000', '124938.715000', '124938.718000', '124938.721000', '124938.723000', '124958.615000', '124958.617000', '124958.622000', '124958.625000', '124958.627000', '124958.630000', '124958.632000', '124958.635000', '124958.637000', '124958.640000', '124958.642000', '124958.645000', '124958.647000', '124958.650000', '124958.653000', '124958.655000', '124958.658000', '124958.660000', '124958.663000', '124958.665000', '124958.668000', '124958.671000', '124958.673000', '124958.676000', '124958.678000', '124958.681000', '124958.683000', '124958.686000', '124958.688000', '124958.691000', '124958.693000', '124958.696000', '124958.699000', '124958.701000', '124958.704000', '124958.706000', '124958.709000', '124958.711000', '124958.714000', '124958.717000', '124958.719000', '124958.722000', '124958.724000', '124958.727000', '125018.615000', '125018.618000', '125018.620000', '125018.623000', '125018.625000', '125018.628000', '125018.630000', '125018.633000', '125018.636000', '125018.638000', '125018.641000', '125018.643000', '125018.646000', '125018.648000', '125018.651000', '125018.654000', '125018.656000', '125018.659000', '125018.661000', '125018.664000', '125018.666000', '125018.669000', '125018.671000', '125018.674000', '125018.677000', '125018.679000', '125018.682000', '125018.684000', '125018.687000', '125018.689000', '125018.692000', '125018.695000', '125018.698000', '125018.701000', '125018.703000', '125018.706000', '125018.708000', '125018.711000', '125018.713000', '125018.716000', '125018.719000', '125018.721000', '125018.724000', '125035.266000', '125035.269000', '125035.272000', '125035.275000', '125035.277000', '125035.280000', '125035.282000', '125035.285000', '125035.288000', '125035.290000', '125035.293000', '125035.295000', '125035.298000', '125035.301000', '125035.303000', '125035.306000', '125035.312000', '125035.315000', '125035.318000', '125035.321000', '125035.324000', '125035.326000', '125035.329000', '125035.333000', '125035.336000', '125035.339000', '125035.342000', '125035.345000', '125035.348000', '125035.351000', '125035.354000', '125035.357000', '125035.359000', '125035.362000', '125035.365000', '125035.367000', '125035.370000'], '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': [14618, 13344, 13094, 14544, 11700, 13143, 10341, 8898, 10065, 8369, 7341, 8639, 8599, 8348, 9295, 8381, 9698, 8538, 10717, 9451, 7472, 7430, 7666, 9186, 8506, 7533, 8783, 7193, 7546, 7270, 7883, 7213, 8345, 7528, 8606, 8877, 8281, 10004, 11759, 8166, 9538, 10224, 13171, 11512, 12243, 9988, 9903, 9961, 10947, 9832, 7157, 10900, 10322, 9401, 10809, 10837, 9017, 8086, 5724, 6155, 5511, 5439, 6068, 7660, 9696, 8144, 9815, 8214, 10616, 11352, 10590, 11148, 12887, 10432, 12685, 11695, 13202, 9149, 7000, 10162, 7623, 8790, 8665, 8634, 10707, 9041, 11278, 9061, 12914, 9226, 13178, 8177, 11887, 7825, 11791, 7928, 13485, 7699, 8167, 7866, 7905, 7685, 8186, 7241, 8879, 6943, 8632, 6574, 6834, 6157, 6608, 5927, 10016, 5790, 5403, 8084, 7085, 9300, 6862, 9060, 7890, 8980, 8224, 10289, 7922, 12782, 10242, 13276, 9306, 13536, 8371, 13742, 8007, 13284, 7962, 10487, 8112, 9773, 7576, 9260, 7470, 6714, 7802, 8630, 7579, 9074, 8642, 9260, 8971, 6812, 6962, 8103, 9080, 7106, 9000, 7081, 9160, 6675, 8828, 6648, 8016, 6820, 12091, 8392, 5653, 5910, 6351, 7220, 6275, 10447, 8474, 10179, 8034, 5611, 6758, 6602, 9713, 8596, 6672, 7935, 7142, 8930, 7232, 11374, 8151, 13161, 7621, 10686, 8343, 10929, 8727, 13461, 10934, 11644, 9037, 6939, 9202, 6719, 8835, 7222, 7924, 6764, 10554, 7546, 9007, 8106, 9360, 8432, 9222, 8650, 8123, 9413, 12300, 10480, 6953, 7254, 7180, 8790, 7913, 9496, 9680, 8494, 6636, 7901, 9471, 8506, 7702, 8316, 7925, 10507, 8973, 13703, 10872, 13651, 11037, 8115, 9726, 9143, 8249, 9231, 8505, 8993, 7020, 8676, 8919, 7532, 7757, 9609, 9157, 6879, 7505, 7815, 8589, 9386, 7652, 8210, 7752, 9130, 8823, 9483, 9561, 10766, 10126, 12928, 13646, 12756, 14234, 10890, 7802, 9782, 6878, 8659, 6602, 8656, 7013, 7919, 8094, 8655, 8157, 9481, 8436, 10311, 8946, 12128, 9147, 12431, 9174, 11781, 9108, 10536, 9051, 8643, 9225, 9486, 9195, 6609, 9442, 7940, 8893, 7676, 11560, 8387, 9836, 9063, 7355, 7065, 6826, 7537, 6739, 8593, 6893, 8424, 10198, 8458, 9478, 8559, 9215, 8902, 10583, 9167, 10324, 9823, 7153, 9314, 7836, 13506, 8802, 11036, 7940, 7687, 9815, 7115, 9438, 7431, 7942, 7681, 8805, 8430, 9216, 8064, 8849, 9048, 7045, 7472, 7455, 9175, 7775, 12568, 10211, 10289, 12190, 8376, 13000, 8692, 10568, 8638, 9290, 8529, 7848, 8638, 6416, 7248, 7691, 8425, 7551, 9649, 7806, 11936, 8433, 7475, 9369, 8774, 10292, 9089, 12805, 9242, 12299, 9194, 9375, 9297, 8802, 9130, 10779, 9143, 9462, 8940, 9151, 9606, 6857, 6614, 6838, 9120, 7823, 8407, 6447, 6840, 9070, 7669, 9333, 7229, 8351, 7147, 8670, 7606, 9119, 7871, 9215, 7931, 10059, 8228, 10266, 8477, 8176, 8841, 7854, 8243, 6692, 7532, 6030, 8403, 6689, 8747, 7161, 9215, 7779, 9342, 8112, 8600, 8461, 9723, 8330, 9410, 7993, 7971, 8934, 5997, 7167, 5939, 10087, 10462, 13883, 7275, 5362, 7286, 5682, 8285, 5855, 7813, 6531, 8133, 7461, 9502, 7809, 11975, 11389, 11334, 11299, 11220, 9241, 14359, 10465, 13777, 9953, 9383, 6112, 10643, 9003, 9037, 7532, 6850, 9846, 9060, 9477, 10372, 9329, 11324, 8482, 9524, 7578, 13944, 8619, 10450, 6050, 6035, 6282, 6665, 8699, 8449, 9092, 8290, 8594, 8429, 7074, 9652, 8748, 12801, 11102, 11312, 8616, 7687, 8720, 8685, 8915, 10414, 9271, 9811, 9333, 11121, 8844, 13284, 9446, 10730, 7500, 6076, 11974, 6433, 8068, 8458, 8359, 9373, 8771, 8076, 9041, 8471, 9156, 10003, 9923, 9078, 13193, 9738, 14238, 14702, 14045, 13598, 9432, 6788, 8005, 10717, 8173, 7606, 9880, 8035, 7530, 10329, 10444, 11169, 13372, 13941, 10635, 11737, 10604, 7355, 7607, 9936, 7696, 9810, 9319, 9839, 9827, 9852, 9393, 7823, 9715, 13075, 12679, 9102, 7329, 10405, 8447, 9612, 9164, 10567, 8573, 10129, 8800, 7390, 9068, 8385, 9296, 9852, 9674, 11760, 9876, 13756, 11688, 12164, 7998, 6489, 7728, 8220, 8930, 8039, 9345, 7936, 8875, 8189, 6331, 7438, 7821, 9027, 9411, 12048, 12747, 14720, 11427, 7261, 7354, 9704, 7861, 9602, 11139, 9848, 12354, 9585, 10019, 9794, 7156, 7663, 8614, 11167, 9143, 7552, 7273, 8483, 9264, 8848, 8812, 9154, 7738, 9737, 7178, 8777, 8242, 7432, 8743, 9161, 9123, 12444, 11189, 14254, 11495, 9346, 12812, 9090, 8816, 9861, 6955, 9643, 6404, 7668, 7698, 7866, 7672, 8723, 8049, 6680, 8836, 7240, 7516, 8664, 9400, 7841, 9770, 8895, 7412, 7316, 8159, 7483, 8217, 8184, 7960, 6752, 6485, 7728, 10769, 8753, 11188, 8148, 6755, 8078, 7256, 8223, 6929, 8088, 7294, 7229, 7106, 5867, 7296, 6615, 7189, 6733, 7622, 6577, 7875, 6952, 8325, 6823, 8488, 6722, 8914, 6913, 8417, 6886, 8463, 7367, 8334, 6959, 8551, 7361, 5395, 5778, 5603, 8367, 6093, 5791, 7696, 5873, 9972, 6496, 9152, 8277, 7406, 6719, 6110, 7461, 6591, 8624, 6708, 12782, 9376, 13732, 11180, 14084, 11271, 10891, 8364, 8195, 6738, 6538, 8212, 6660, 12928, 8034, 8440, 7553, 6295, 10920, 7089, 6564, 6311, 6611, 7041, 6537, 8199, 6555, 8530, 7125, 7277, 7025, 7210, 6738, 6749, 7348, 6586, 10410, 6769, 11703, 7130, 13170, 8916, 11663, 8672, 6872, 9762, 6455, 9366, 6432, 7606, 6528, 6332, 6474, 6581, 6292, 6481, 7590, 6511, 8923, 6660, 7400, 6293, 5972, 9242, 6607, 5892, 7887, 7499, 11369, 7385, 10066, 8018, 8024, 6544, 7289, 8035, 6794, 11378, 7414, 13101, 8619, 13715, 9807, 13200, 8419, 11419, 7512, 9622, 7570, 6742, 7426, 6220, 10254, 6145, 6025, 6866, 6723, 6114, 6527, 6207, 7289, 6953, 7008, 6809, 7895, 6695, 9992, 6768, 11237, 6719, 11770, 6719, 10592, 6818, 8852, 6804, 8396, 6862, 6816, 6017, 5684, 7689, 5574, 8735, 6662, 5623, 8029, 6789, 5786, 6635, 5817, 6997, 6131, 7738, 6199, 8420, 6559, 10413, 8356, 13103, 10683, 13702, 11754], 'WindowCenter': [3633.0, 3601.0, 3584.0, 3590.0, 3562.0, 3573.0, 3550.0, 3531.0, 3528.0, 3505.0, 3500.0, 3509.0, 3510.0, 3511.0, 3521.0, 3511.0, 3521.0, 3509.0, 3530.0, 3519.0, 3497.0, 3498.0, 3511.0, 3523.0, 3523.0, 3528.0, 3537.0, 3527.0, 3527.0, 3527.0, 3525.0, 3515.0, 3530.0, 3526.0, 3537.0, 3536.0, 3524.0, 3537.0, 3558.0, 3512.0, 3536.0, 3547.0, 3562.0, 3561.0, 3546.0, 3530.0, 3531.0, 3521.0, 3519.0, 3519.0, 3485.0, 3518.0, 3515.0, 3510.0, 3519.0, 3517.0, 3494.0, 3494.0, 3473.0, 3489.0, 3479.0, 3491.0, 3506.0, 3539.0, 3564.0, 3541.0, 3563.0, 3552.0, 3561.0, 3562.0, 3548.0, 3547.0, 3548.0, 3534.0, 3546.0, 3532.0, 3543.0, 3506.0, 3485.0, 3515.0, 3497.0, 3506.0, 3510.0, 3509.0, 3530.0, 3519.0, 3531.0, 3521.0, 3541.0, 3518.0, 3541.0, 3500.0, 3530.0, 3490.0, 3531.0, 3499.0, 3544.0, 3496.0, 3497.0, 3497.0, 3497.0, 3497.0, 3507.0, 3499.0, 3520.0, 3500.0, 3521.0, 3502.0, 3497.0, 3490.0, 3483.0, 3488.0, 3515.0, 3491.0, 3495.0, 3527.0, 3507.0, 3548.0, 3517.0, 3530.0, 3527.0, 3537.0, 3538.0, 3549.0, 3520.0, 3559.0, 3535.0, 3557.0, 3515.0, 3555.0, 3504.0, 3541.0, 3497.0, 3541.0, 3496.0, 3517.0, 3493.0, 3504.0, 3484.0, 3504.0, 3483.0, 3472.0, 3495.0, 3505.0, 3496.0, 3519.0, 3524.0, 3533.0, 3522.0, 3502.0, 3512.0, 3522.0, 3521.0, 3493.0, 3522.0, 3502.0, 3523.0, 3502.0, 3538.0, 3503.0, 3525.0, 3501.0, 3556.0, 3522.0, 3490.0, 3493.0, 3509.0, 3527.0, 3518.0, 3548.0, 3519.0, 3546.0, 3524.0, 3493.0, 3513.0, 3515.0, 3541.0, 3539.0, 3514.0, 3525.0, 3512.0, 3534.0, 3512.0, 3558.0, 3525.0, 3557.0, 3513.0, 3533.0, 3516.0, 3542.0, 3518.0, 3554.0, 3544.0, 3541.0, 3520.0, 3497.0, 3520.0, 3487.0, 3520.0, 3500.0, 3511.0, 3501.0, 3532.0, 3504.0, 3521.0, 3511.0, 3520.0, 3510.0, 3516.0, 3523.0, 3511.0, 3518.0, 3555.0, 3545.0, 3499.0, 3509.0, 3499.0, 3521.0, 3523.0, 3536.0, 3532.0, 3536.0, 3512.0, 3524.0, 3534.0, 3533.0, 3525.0, 3524.0, 3523.0, 3545.0, 3535.0, 3558.0, 3547.0, 3557.0, 3539.0, 3513.0, 3521.0, 3535.0, 3512.0, 3535.0, 3522.0, 3536.0, 3498.0, 3521.0, 3524.0, 3511.0, 3506.0, 3520.0, 3518.0, 3498.0, 3498.0, 3509.0, 3520.0, 3531.0, 3526.0, 3525.0, 3514.0, 3532.0, 3522.0, 3533.0, 3536.0, 3545.0, 3547.0, 3559.0, 3569.0, 3557.0, 3570.0, 3558.0, 3511.0, 3532.0, 3499.0, 3522.0, 3499.0, 3521.0, 3498.0, 3510.0, 3521.0, 3521.0, 3511.0, 3520.0, 3510.0, 3518.0, 3508.0, 3529.0, 3507.0, 3527.0, 3506.0, 3517.0, 3507.0, 3516.0, 3504.0, 3486.0, 3505.0, 3505.0, 3504.0, 3484.0, 3518.0, 3509.0, 3521.0, 3498.0, 3532.0, 3511.0, 3532.0, 3521.0, 3511.0, 3500.0, 3494.0, 3526.0, 3515.0, 3535.0, 3513.0, 3516.0, 3533.0, 3522.0, 3532.0, 3522.0, 3523.0, 3521.0, 3532.0, 3520.0, 3519.0, 3519.0, 3490.0, 3520.0, 3500.0, 3543.0, 3521.0, 3530.0, 3511.0, 3509.0, 3532.0, 3500.0, 3516.0, 3492.0, 3522.0, 3511.0, 3522.0, 3525.0, 3533.0, 3523.0, 3533.0, 3521.0, 3498.0, 3510.0, 3509.0, 3526.0, 3511.0, 3556.0, 3544.0, 3544.0, 3554.0, 3525.0, 3554.0, 3522.0, 3533.0, 3521.0, 3522.0, 3523.0, 3508.0, 3520.0, 3490.0, 3510.0, 3510.0, 3521.0, 3512.0, 3533.0, 3511.0, 3544.0, 3509.0, 3500.0, 3533.0, 3524.0, 3535.0, 3528.0, 3555.0, 3533.0, 3544.0, 3517.0, 3520.0, 3520.0, 3501.0, 3520.0, 3528.0, 3519.0, 3517.0, 3501.0, 3506.0, 3518.0, 3484.0, 3485.0, 3487.0, 3519.0, 3510.0, 3509.0, 3500.0, 3494.0, 3534.0, 3524.0, 3534.0, 3512.0, 3521.0, 3500.0, 3521.0, 3511.0, 3520.0, 3511.0, 3522.0, 3510.0, 3520.0, 3510.0, 3520.0, 3509.0, 3509.0, 3521.0, 3510.0, 3510.0, 3501.0, 3510.0, 3491.0, 3522.0, 3515.0, 3516.0, 3515.0, 3535.0, 3519.0, 3536.0, 3526.0, 3525.0, 3524.0, 3530.0, 3524.0, 3522.0, 3506.0, 3513.0, 3535.0, 3503.0, 3516.0, 3506.0, 3550.0, 3560.0, 3582.0, 3526.0, 3494.0, 3524.0, 3493.0, 3535.0, 3486.0, 3525.0, 3505.0, 3526.0, 3517.0, 3546.0, 3514.0, 3546.0, 3535.0, 3532.0, 3531.0, 3531.0, 3519.0, 3553.0, 3530.0, 3541.0, 3531.0, 3519.0, 3487.0, 3530.0, 3512.0, 3518.0, 3511.0, 3488.0, 3525.0, 3521.0, 3520.0, 3521.0, 3508.0, 3519.0, 3499.0, 3515.0, 3498.0, 3534.0, 3510.0, 3519.0, 3476.0, 3488.0, 3500.0, 3494.0, 3524.0, 3524.0, 3528.0, 3525.0, 3538.0, 3537.0, 3516.0, 3536.0, 3524.0, 3558.0, 3548.0, 3545.0, 3523.0, 3512.0, 3523.0, 3511.0, 3522.0, 3533.0, 3522.0, 3520.0, 3522.0, 3544.0, 3525.0, 3553.0, 3523.0, 3531.0, 3498.0, 3473.0, 3539.0, 3501.0, 3522.0, 3521.0, 3516.0, 3514.0, 3522.0, 3512.0, 3525.0, 3522.0, 3522.0, 3532.0, 3513.0, 3509.0, 3541.0, 3507.0, 3546.0, 3546.0, 3543.0, 3522.0, 3506.0, 3473.0, 3483.0, 3514.0, 3494.0, 3481.0, 3505.0, 3484.0, 3484.0, 3506.0, 3520.0, 3519.0, 3529.0, 3528.0, 3504.0, 3513.0, 3502.0, 3468.0, 3467.0, 3489.0, 3468.0, 3482.0, 3471.0, 3491.0, 3490.0, 3491.0, 3492.0, 3471.0, 3494.0, 3526.0, 3528.0, 3493.0, 3470.0, 3504.0, 3493.0, 3497.0, 3493.0, 3502.0, 3480.0, 3491.0, 3480.0, 3469.0, 3480.0, 3481.0, 3477.0, 3488.0, 3492.0, 3514.0, 3493.0, 3526.0, 3502.0, 3494.0, 3468.0, 3460.0, 3480.0, 3492.0, 3491.0, 3480.0, 3484.0, 3478.0, 3492.0, 3494.0, 3472.0, 3482.0, 3482.0, 3494.0, 3498.0, 3520.0, 3515.0, 3526.0, 3500.0, 3454.0, 3454.0, 3477.0, 3464.0, 3478.0, 3488.0, 3476.0, 3497.0, 3475.0, 3474.0, 3476.0, 3455.0, 3467.0, 3480.0, 3501.0, 3490.0, 3482.0, 3483.0, 3511.0, 3507.0, 3508.0, 3504.0, 3507.0, 3486.0, 3507.0, 3471.0, 3494.0, 3487.0, 3471.0, 3494.0, 3504.0, 3508.0, 3529.0, 3510.0, 3539.0, 3517.0, 3494.0, 3515.0, 3492.0, 3491.0, 3504.0, 3471.0, 3504.0, 3459.0, 3481.0, 3481.0, 3481.0, 3482.0, 3481.0, 3473.0, 3469.0, 3484.0, 3470.0, 3468.0, 3479.0, 3491.0, 3481.0, 3502.0, 3493.0, 3469.0, 3471.0, 3483.0, 3470.0, 3493.0, 3480.0, 3475.0, 3470.0, 3471.0, 3495.0, 3520.0, 3508.0, 3530.0, 3496.0, 3487.0, 3510.0, 3500.0, 3507.0, 3496.0, 3497.0, 3491.0, 3497.0, 3491.0, 3477.0, 3509.0, 3498.0, 3499.0, 3481.0, 3497.0, 3486.0, 3497.0, 3486.0, 3495.0, 3479.0, 3489.0, 3485.0, 3505.0, 3478.0, 3494.0, 3484.0, 3496.0, 3481.0, 3510.0, 3499.0, 3506.0, 3490.0, 3461.0, 3463.0, 3475.0, 3502.0, 3497.0, 3494.0, 3513.0, 3491.0, 3534.0, 3503.0, 3549.0, 3536.0, 3516.0, 3503.0, 3485.0, 3512.0, 3502.0, 3516.0, 3496.0, 3538.0, 3522.0, 3542.0, 3531.0, 3539.0, 3511.0, 3516.0, 3489.0, 3493.0, 3475.0, 3466.0, 3495.0, 3487.0, 3530.0, 3498.0, 3509.0, 3498.0, 3489.0, 3533.0, 3501.0, 3500.0, 3489.0, 3499.0, 3500.0, 3488.0, 3523.0, 3489.0, 3521.0, 3501.0, 3512.0, 3500.0, 3500.0, 3490.0, 3487.0, 3499.0, 3487.0, 3513.0, 3487.0, 3527.0, 3488.0, 3528.0, 3503.0, 3527.0, 3502.0, 3484.0, 3518.0, 3488.0, 3509.0, 3487.0, 3497.0, 3483.0, 3486.0, 3487.0, 3488.0, 3488.0, 3487.0, 3506.0, 3499.0, 3517.0, 3502.0, 3499.0, 3489.0, 3489.0, 3523.0, 3500.0, 3506.0, 3520.0, 3527.0, 3546.0, 3512.0, 3521.0, 3510.0, 3510.0, 3487.0, 3497.0, 3509.0, 3488.0, 3530.0, 3500.0, 3540.0, 3495.0, 3527.0, 3506.0, 3524.0, 3494.0, 3507.0, 3482.0, 3504.0, 3485.0, 3471.0, 3484.0, 3474.0, 3519.0, 3475.0, 3489.0, 3499.0, 3494.0, 3483.0, 3501.0, 3490.0, 3512.0, 3512.0, 3496.0, 3503.0, 3511.0, 3488.0, 3520.0, 3487.0, 3530.0, 3486.0, 3528.0, 3484.0, 3519.0, 3487.0, 3506.0, 3486.0, 3495.0, 3488.0, 3503.0, 3490.0, 3481.0, 3510.0, 3477.0, 3523.0, 3501.0, 3493.0, 3524.0, 3516.0, 3505.0, 3513.0, 3493.0, 3512.0, 3505.0, 3518.0, 3504.0, 3523.0, 3505.0, 3545.0, 3522.0, 3542.0, 3533.0, 3543.0, 3532.0], 'WindowWidth': [8221.0, 8157.0, 8117.0, 8131.0, 8077.0, 8094.0, 8055.0, 8020.0, 8012.0, 7973.0, 7967.0, 7980.0, 7981.0, 7985.0, 8000.0, 7988.0, 8001.0, 7982.0, 8012.0, 7996.0, 7963.0, 7965.0, 7987.0, 8006.0, 8006.0, 8023.0, 8031.0, 8020.0, 8020.0, 8017.0, 8014.0, 7999.0, 8017.0, 8015.0, 8030.0, 8027.0, 8010.0, 8032.0, 8058.0, 7988.0, 8025.0, 8045.0, 8081.0, 8071.0, 8040.0, 8013.0, 8012.0, 7994.0, 7986.0, 7988.0, 7935.0, 7985.0, 7980.0, 7978.0, 7988.0, 7983.0, 7950.0, 7953.0, 7924.0, 7954.0, 7943.0, 7964.0, 7991.0, 8040.0, 8079.0, 8046.0, 8078.0, 8063.0, 8070.0, 8075.0, 8048.0, 8045.0, 8052.0, 8022.0, 8047.0, 8020.0, 8035.0, 7969.0, 7941.0, 7980.0, 7960.0, 7972.0, 7984.0, 7981.0, 8012.0, 7994.0, 8014.0, 7998.0, 8031.0, 7990.0, 8028.0, 7961.0, 8008.0, 7948.0, 8012.0, 7966.0, 8035.0, 7958.0, 7960.0, 7959.0, 7957.0, 7960.0, 7972.0, 7963.0, 7994.0, 7967.0, 7998.0, 7973.0, 7969.0, 7958.0, 7941.0, 7952.0, 7987.0, 7963.0, 7973.0, 8018.0, 7982.0, 8047.0, 8005.0, 8019.0, 8019.0, 8032.0, 8033.0, 8053.0, 8006.0, 8069.0, 8026.0, 8061.0, 7990.0, 8053.0, 7973.0, 8030.0, 7961.0, 8026.0, 7957.0, 7989.0, 7948.0, 7966.0, 7937.0, 7964.0, 7937.0, 7920.0, 7957.0, 7970.0, 7961.0, 7994.0, 8009.0, 8020.0, 8005.0, 7977.0, 7993.0, 8006.0, 8003.0, 7959.0, 8004.0, 7976.0, 8006.0, 7975.0, 8036.0, 7981.0, 8015.0, 7978.0, 8055.0, 8003.0, 7959.0, 7966.0, 7988.0, 8017.0, 8006.0, 8045.0, 7999.0, 8043.0, 8010.0, 7966.0, 7992.0, 8002.0, 8035.0, 8036.0, 8000.0, 8014.0, 7994.0, 8025.0, 7994.0, 8064.0, 8013.0, 8061.0, 7993.0, 8022.0, 7992.0, 8033.0, 7996.0, 8052.0, 8035.0, 8028.0, 7998.0, 7962.0, 7995.0, 7950.0, 7996.0, 7971.0, 7988.0, 7974.0, 8019.0, 7974.0, 8001.0, 7988.0, 7999.0, 7986.0, 7992.0, 8006.0, 7990.0, 7996.0, 8051.0, 8038.0, 7970.0, 7982.0, 7970.0, 8002.0, 8007.0, 8026.0, 8018.0, 8028.0, 7991.0, 8009.0, 8023.0, 8021.0, 8010.0, 8009.0, 8006.0, 8041.0, 8026.0, 8066.0, 8043.0, 8060.0, 8028.0, 7993.0, 8000.0, 8022.0, 7987.0, 8022.0, 8005.0, 8027.0, 7963.0, 7999.0, 8003.0, 7985.0, 7976.0, 7996.0, 7992.0, 7964.0, 7966.0, 7984.0, 7999.0, 8015.0, 8014.0, 8012.0, 7995.0, 8019.0, 8003.0, 8019.0, 8028.0, 8043.0, 8044.0, 8063.0, 8083.0, 8061.0, 8084.0, 8061.0, 7987.0, 8016.0, 7968.0, 8001.0, 7969.0, 7999.0, 7967.0, 7986.0, 8001.0, 8002.0, 7987.0, 7998.0, 7982.0, 7993.0, 7976.0, 8009.0, 7972.0, 8002.0, 7970.0, 7987.0, 7971.0, 7984.0, 7965.0, 7935.0, 7965.0, 7966.0, 7964.0, 7939.0, 7988.0, 7978.0, 7999.0, 7965.0, 8018.0, 7985.0, 8018.0, 8001.0, 7987.0, 7972.0, 7962.0, 8017.0, 8001.0, 8026.0, 7992.0, 7992.0, 8018.0, 8004.0, 8017.0, 8003.0, 8005.0, 8002.0, 8018.0, 7998.0, 7993.0, 7993.0, 7950.0, 7998.0, 7970.0, 8036.0, 7999.0, 8014.0, 7986.0, 7983.0, 8017.0, 7972.0, 7989.0, 7956.0, 8003.0, 7989.0, 8002.0, 8010.0, 8022.0, 8008.0, 8019.0, 8001.0, 7968.0, 7984.0, 7982.0, 8007.0, 7988.0, 8060.0, 8039.0, 8037.0, 8053.0, 8010.0, 8053.0, 8005.0, 8021.0, 8002.0, 8003.0, 8003.0, 7980.0, 7998.0, 7957.0, 7986.0, 7985.0, 8002.0, 7989.0, 8021.0, 7987.0, 8035.0, 7983.0, 7971.0, 8020.0, 8008.0, 8026.0, 8011.0, 8055.0, 8018.0, 8038.0, 7994.0, 7998.0, 7994.0, 7963.0, 7994.0, 8004.0, 7994.0, 7989.0, 7963.0, 7973.0, 7990.0, 7941.0, 7943.0, 7948.0, 7993.0, 7982.0, 7983.0, 7972.0, 7963.0, 8023.0, 8009.0, 8021.0, 7990.0, 8001.0, 7972.0, 7999.0, 7987.0, 7998.0, 7987.0, 8004.0, 7983.0, 7999.0, 7983.0, 7996.0, 7980.0, 7979.0, 7998.0, 7982.0, 7983.0, 7972.0, 7984.0, 7962.0, 8004.0, 7998.0, 7992.0, 8000.0, 8024.0, 8003.0, 8029.0, 8014.0, 8012.0, 8010.0, 8014.0, 8008.0, 8004.0, 7977.0, 7991.0, 8023.0, 7983.0, 8002.0, 7989.0, 8056.0, 8070.0, 8105.0, 8018.0, 7974.0, 8012.0, 7969.0, 8027.0, 7956.0, 8013.0, 7986.0, 8017.0, 8003.0, 8045.0, 7994.0, 8045.0, 8015.0, 8016.0, 8010.0, 8014.0, 7993.0, 8050.0, 8009.0, 8030.0, 8012.0, 7993.0, 7948.0, 8007.0, 7979.0, 7992.0, 7983.0, 7951.0, 8001.0, 8000.0, 7996.0, 8000.0, 7977.0, 7993.0, 7957.0, 7985.0, 7963.0, 8016.0, 7980.0, 7993.0, 7933.0, 7953.0, 7969.0, 7961.0, 8005.0, 8008.0, 8009.0, 8012.0, 8032.0, 8032.0, 8003.0, 8032.0, 8012.0, 8065.0, 8046.0, 8039.0, 8007.0, 7989.0, 8004.0, 7986.0, 8000.0, 8018.0, 8001.0, 7998.0, 8001.0, 8036.0, 8011.0, 8047.0, 8003.0, 8011.0, 7962.0, 7921.0, 8020.0, 7976.0, 8004.0, 7999.0, 7990.0, 7986.0, 8004.0, 7990.0, 8009.0, 8003.0, 8004.0, 8014.0, 7985.0, 7977.0, 8028.0, 7974.0, 8052.0, 8055.0, 8041.0, 7998.0, 7973.0, 7922.0, 7934.0, 7977.0, 7949.0, 7931.0, 7966.0, 7935.0, 7936.0, 7968.0, 7995.0, 7994.0, 8010.0, 8007.0, 7963.0, 7975.0, 7956.0, 7902.0, 7900.0, 7931.0, 7903.0, 7920.0, 7906.0, 7939.0, 7937.0, 7937.0, 7941.0, 7913.0, 7947.0, 7999.0, 8001.0, 7946.0, 7912.0, 7962.0, 7946.0, 7948.0, 7942.0, 7956.0, 7922.0, 7939.0, 7922.0, 7908.0, 7922.0, 7924.0, 7914.0, 7932.0, 7939.0, 7978.0, 7942.0, 8001.0, 7956.0, 7934.0, 7902.0, 7898.0, 7923.0, 7943.0, 7940.0, 7924.0, 7926.0, 7922.0, 7941.0, 7946.0, 7916.0, 7931.0, 7928.0, 7949.0, 7950.0, 7995.0, 7979.0, 7999.0, 7950.0, 7879.0, 7879.0, 7911.0, 7892.0, 7913.0, 7929.0, 7910.0, 7941.0, 7908.0, 7905.0, 7910.0, 7881.0, 7900.0, 7921.0, 7955.0, 7936.0, 7927.0, 7932.0, 7982.0, 7972.0, 7976.0, 7964.0, 7968.0, 7941.0, 7973.0, 7913.0, 7948.0, 7934.0, 7914.0, 7949.0, 7964.0, 7974.0, 8010.0, 7974.0, 8022.0, 7984.0, 7949.0, 7979.0, 7945.0, 7940.0, 7961.0, 7913.0, 7960.0, 7896.0, 7926.0, 7924.0, 7927.0, 7930.0, 7927.0, 7912.0, 7910.0, 7925.0, 7912.0, 7907.0, 7921.0, 7942.0, 7928.0, 7958.0, 7946.0, 7910.0, 7913.0, 7933.0, 7912.0, 7944.0, 7926.0, 7916.0, 7912.0, 7916.0, 7952.0, 7994.0, 7975.0, 8006.0, 7958.0, 7946.0, 7980.0, 7969.0, 7973.0, 7958.0, 7959.0, 7948.0, 7959.0, 7951.0, 7935.0, 7980.0, 7964.0, 7965.0, 7936.0, 7958.0, 7942.0, 7958.0, 7944.0, 7954.0, 7929.0, 7942.0, 7940.0, 7967.0, 7928.0, 7953.0, 7940.0, 7956.0, 7933.0, 7985.0, 7968.0, 7971.0, 7944.0, 7904.0, 7910.0, 7931.0, 7965.0, 7971.0, 7970.0, 7994.0, 7963.0, 8023.0, 7979.0, 8049.0, 8031.0, 7999.0, 7979.0, 7951.0, 7991.0, 7976.0, 7992.0, 7963.0, 8028.0, 8001.0, 8034.0, 8011.0, 8023.0, 7974.0, 7982.0, 7941.0, 7947.0, 7924.0, 7907.0, 7954.0, 7943.0, 8010.0, 7961.0, 7977.0, 7963.0, 7952.0, 8017.0, 7971.0, 7971.0, 7953.0, 7966.0, 7967.0, 7953.0, 8001.0, 7955.0, 7998.0, 7972.0, 7988.0, 7971.0, 7968.0, 7953.0, 7945.0, 7964.0, 7945.0, 7980.0, 7944.0, 8002.0, 7948.0, 8005.0, 7966.0, 8001.0, 7962.0, 7939.0, 7989.0, 7948.0, 7979.0, 7947.0, 7962.0, 7942.0, 7947.0, 7947.0, 7948.0, 7949.0, 7948.0, 7976.0, 7972.0, 7993.0, 7976.0, 7966.0, 7954.0, 7954.0, 8002.0, 7970.0, 7989.0, 8005.0, 8019.0, 8043.0, 7990.0, 7999.0, 7981.0, 7981.0, 7948.0, 7963.0, 7981.0, 7952.0, 8013.0, 7966.0, 8026.0, 7955.0, 8003.0, 7967.0, 7994.0, 7949.0, 7964.0, 7930.0, 7962.0, 7938.0, 7917.0, 7938.0, 7929.0, 7993.0, 7930.0, 7953.0, 7967.0, 7960.0, 7943.0, 7974.0, 7957.0, 7990.0, 7989.0, 7964.0, 7977.0, 7986.0, 7951.0, 7998.0, 7946.0, 8007.0, 7943.0, 8004.0, 7939.0, 7991.0, 7945.0, 7972.0, 7945.0, 7956.0, 7949.0, 7978.0, 7958.0, 7944.0, 7982.0, 7937.0, 8005.0, 7975.0, 7966.0, 8009.0, 8003.0, 7988.0, 7995.0, 7966.0, 7990.0, 7983.0, 7997.0, 7982.0, 8008.0, 7983.0, 8039.0, 8004.0, 8034.0, 8018.0, 8035.0, 8014.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.0013929080459770117</td></tr>
<tr><td colspan=3>aqi</td><td>0.02755040816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.84601441556965</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2329368734867656</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0160430342807845</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>4900.5547</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11621804062629872</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.758620689655173</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4669057341255023</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.353422307526403</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7127910262311126</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.334503868618991</td></tr>
<tr><td colspan=3>gcor</td><td>0.032069</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015118935145437717</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03380739688873291</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.01146725750979</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>18.4683</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.1137</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.34</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>401.5669</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2716.8286</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>713.9488</td></tr>
<tr><td colspan=3>tsnr</td><td>36.06272426247597</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>