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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0101_ses-04_task-social_acq-mb8_run-05_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-0101_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-05_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-0101/ses-04/func/sub-0101_ses-04_task-social_acq-mb8_run-05_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>58316df8596a7c220213d6f31731c1e6</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:40:9.450000</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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.259</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-05_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.124025</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98ecaa65-be7c-4531-99be-8366400ce863||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['124009.450000', '124009.910000', '124010.370000', '124010.830000', '124011.290000', '124011.750000', '124012.210000', '124012.670000', '124013.130000', '124013.590000', '124014.050000', '124014.510000', '124014.970000', '124015.430000', '124015.890000', '124016.350000', '124016.810000', '124017.270000', '124017.730000', '124018.190000', '124018.650000', '124019.110000', '124019.570000', '124020.030000', '124020.490000', '124020.950000', '124021.410000', '124021.870000', '124022.330000', '124022.790000', '124023.250000', '124023.710000', '124024.170000', '124024.630000', '124025.090000', '124025.550000', '124026.010000', '124026.470000', '124026.930000', '124027.390000', '124027.850000', '124028.310000', '124028.770000', '124029.230000', '124029.690000', '124030.150000', '124030.610000', '124031.070000', '124031.530000', '124031.990000', '124032.450000', '124032.910000', '124033.370000', '124033.830000', '124034.290000', '124034.750000', '124035.210000', '124035.670000', '124036.130000', '124036.590000', '124037.050000', '124037.510000', '124037.970000', '124038.430000', '124038.890000', '124039.350000', '124039.810000', '124040.270000', '124040.730000', '124041.190000', '124041.650000', '124042.110000', '124042.570000', '124043.030000', '124043.490000', '124043.950000', '124044.410000', '124044.870000', '124045.330000', '124045.790000', '124046.250000', '124046.710000', '124047.170000', '124047.630000', '124048.090000', '124048.550000', '124049.010000', '124049.470000', '124049.930000', '124050.390000', '124050.850000', '124051.310000', '124051.770000', '124052.230000', '124052.690000', '124053.150000', '124053.610000', '124054.070000', '124054.530000', '124054.990000', '124055.450000', '124055.910000', '124056.370000', '124056.830000', '124057.290000', '124057.750000', '124058.210000', '124058.670000', '124059.130000', '124059.590000', '124100.050000', '124100.510000', '124100.970000', '124101.430000', '124101.890000', '124102.350000', '124102.810000', '124103.270000', '124103.730000', '124104.190000', '124104.650000', '124105.110000', '124105.570000', '124106.030000', '124106.490000', '124106.950000', '124107.410000', '124107.870000', '124108.330000', '124108.790000', '124109.250000', '124109.710000', '124110.170000', '124110.630000', '124111.090000', '124111.550000', '124112.010000', '124112.470000', '124112.930000', '124113.390000', '124113.850000', '124114.310000', '124114.770000', '124115.230000', '124115.690000', '124116.150000', '124116.610000', '124117.070000', '124117.530000', '124117.990000', '124118.450000', '124118.910000', '124119.370000', '124119.830000', '124120.290000', '124120.750000', '124121.210000', '124121.670000', '124122.130000', '124122.590000', '124123.050000', '124123.510000', '124123.970000', '124124.430000', '124124.890000', '124125.350000', '124125.810000', '124126.270000', '124126.730000', '124127.190000', '124127.650000', '124128.110000', '124128.570000', '124129.030000', '124129.490000', '124129.950000', '124130.410000', '124130.870000', '124131.330000', '124131.790000', '124132.250000', '124132.710000', '124133.170000', '124133.630000', '124134.090000', '124134.550000', '124135.010000', '124135.470000', '124135.930000', '124136.390000', '124136.850000', '124137.310000', '124137.770000', '124138.230000', '124138.690000', '124139.150000', '124139.610000', '124140.070000', '124140.530000', '124140.990000', '124141.450000', '124141.910000', '124142.370000', '124142.830000', '124143.290000', '124143.750000', '124144.210000', '124144.670000', '124145.130000', '124145.590000', '124146.050000', '124146.510000', '124146.970000', '124147.430000', '124147.890000', '124148.350000', '124148.810000', '124149.270000', '124149.730000', '124150.190000', '124150.650000', '124151.110000', '124151.570000', '124152.030000', '124152.490000', '124152.950000', '124153.410000', '124153.870000', '124154.330000', '124154.790000', '124155.250000', '124155.710000', '124156.170000', '124156.630000', '124157.090000', '124157.550000', '124158.010000', '124158.470000', '124158.930000', '124159.390000', '124159.850000', '124200.310000', '124200.770000', '124201.230000', '124201.690000', '124202.150000', '124202.610000', '124203.070000', '124203.530000', '124203.990000', '124204.450000', '124204.910000', '124205.370000', '124205.830000', '124206.290000', '124206.750000', '124207.210000', '124207.670000', '124208.130000', '124208.590000', '124209.050000', '124209.510000', '124209.970000', '124210.430000', '124210.890000', '124211.350000', '124211.810000', '124212.270000', '124212.730000', '124213.190000', '124213.650000', '124214.110000', '124214.570000', '124215.030000', '124215.490000', '124215.950000', '124216.410000', '124216.870000', '124217.330000', '124217.790000', '124218.250000', '124218.710000', '124219.170000', '124219.630000', '124220.090000', '124220.550000', '124221.010000', '124221.470000', '124221.930000', '124222.390000', '124222.850000', '124223.310000', '124223.770000', '124224.230000', '124224.690000', '124225.150000', '124225.610000', '124226.070000', '124226.530000', '124226.990000', '124227.450000', '124227.910000', '124228.370000', '124228.830000', '124229.290000', '124229.750000', '124230.210000', '124230.670000', '124231.130000', '124231.590000', '124232.050000', '124232.510000', '124232.970000', '124233.430000', '124233.890000', '124234.350000', '124234.810000', '124235.270000', '124235.730000', '124236.190000', '124236.650000', '124237.110000', '124237.570000', '124238.030000', '124238.490000', '124238.950000', '124239.410000', '124239.870000', '124240.330000', '124240.790000', '124241.250000', '124241.710000', '124242.170000', '124242.630000', '124243.090000', '124243.550000', '124244.010000', '124244.470000', '124244.930000', '124245.390000', '124245.850000', '124246.310000', '124246.770000', '124247.230000', '124247.690000', '124248.150000', '124248.610000', '124249.070000', '124249.530000', '124249.990000', '124250.450000', '124250.910000', '124251.370000', '124251.830000', '124252.290000', '124252.750000', '124253.210000', '124253.670000', '124254.130000', '124254.590000', '124255.050000', '124255.510000', '124255.970000', '124256.430000', '124256.890000', '124257.350000', '124257.810000', '124258.270000', '124258.730000', '124259.190000', '124259.650000', '124300.110000', '124300.570000', '124301.030000', '124301.490000', '124301.950000', '124302.410000', '124302.870000', '124303.330000', '124303.790000', '124304.250000', '124304.710000', '124305.170000', '124305.630000', '124306.090000', '124306.550000', '124307.010000', '124307.470000', '124307.930000', '124308.390000', '124308.850000', '124309.310000', '124309.770000', '124310.230000', '124310.690000', '124311.150000', '124311.610000', '124312.070000', '124312.530000', '124312.990000', '124313.450000', '124313.910000', '124314.370000', '124314.830000', '124315.290000', '124315.750000', '124316.210000', '124316.670000', '124317.130000', '124317.590000', '124318.050000', '124318.510000', '124318.970000', '124319.430000', '124319.890000', '124320.350000', '124320.810000', '124321.270000', '124321.730000', '124322.190000', '124322.650000', '124323.110000', '124323.570000', '124324.030000', '124324.490000', '124324.950000', '124325.410000', '124325.870000', '124326.330000', '124326.790000', '124327.250000', '124327.710000', '124328.170000', '124328.630000', '124329.090000', '124329.550000', '124330.010000', '124330.470000', '124330.930000', '124331.390000', '124331.850000', '124332.310000', '124332.770000', '124333.230000', '124333.690000', '124334.150000', '124334.610000', '124335.070000', '124335.530000', '124335.990000', '124336.450000', '124336.910000', '124337.370000', '124337.830000', '124338.290000', '124338.750000', '124339.210000', '124339.670000', '124340.130000', '124340.590000', '124341.050000', '124341.510000', '124341.970000', '124342.430000', '124342.890000', '124343.350000', '124343.810000', '124344.270000', '124344.730000', '124345.190000', '124345.650000', '124346.110000', '124346.570000', '124347.030000', '124347.490000', '124347.950000', '124348.410000', '124348.870000', '124349.330000', '124349.790000', '124350.250000', '124350.710000', '124351.170000', '124351.630000', '124352.090000', '124352.550000', '124353.010000', '124353.470000', '124353.930000', '124354.390000', '124354.850000', '124355.310000', '124355.770000', '124356.230000', '124356.690000', '124357.150000', '124357.610000', '124358.070000', '124358.530000', '124358.990000', '124359.450000', '124359.910000', '124400.370000', '124400.830000', '124401.290000', '124401.750000', '124402.210000', '124402.670000', '124403.130000', '124403.590000', '124404.050000', '124404.510000', '124404.970000', '124405.430000', '124405.890000', '124406.350000', '124406.810000', '124407.270000', '124407.730000', '124408.190000', '124408.650000', '124409.110000', '124409.570000', '124410.030000', '124410.490000', '124410.950000', '124411.410000', '124411.870000', '124412.330000', '124412.790000', '124413.250000', '124413.710000', '124414.170000', '124414.630000', '124415.090000', '124415.550000', '124416.010000', '124416.470000', '124416.930000', '124417.390000', '124417.850000', '124418.310000', '124418.770000', '124419.230000', '124419.690000', '124420.150000', '124420.610000', '124421.070000', '124421.530000', '124421.990000', '124422.450000', '124422.910000', '124423.370000', '124423.830000', '124424.290000', '124424.750000', '124425.210000', '124425.670000', '124426.130000', '124426.590000', '124427.050000', '124427.510000', '124427.970000', '124428.430000', '124428.890000', '124429.350000', '124429.810000', '124430.270000', '124430.730000', '124431.190000', '124431.650000', '124432.110000', '124432.570000', '124433.030000', '124433.490000', '124433.950000', '124434.410000', '124434.870000', '124435.330000', '124435.790000', '124436.250000', '124436.710000', '124437.170000', '124437.630000', '124438.090000', '124438.550000', '124439.010000', '124439.470000', '124439.930000', '124440.390000', '124440.850000', '124441.310000', '124441.770000', '124442.230000', '124442.690000', '124443.150000', '124443.610000', '124444.070000', '124444.530000', '124444.990000', '124445.450000', '124445.910000', '124446.370000', '124446.830000', '124447.290000', '124447.750000', '124448.210000', '124448.670000', '124449.130000', '124449.590000', '124450.050000', '124450.510000', '124450.970000', '124451.430000', '124451.890000', '124452.350000', '124452.810000', '124453.270000', '124453.730000', '124454.190000', '124454.650000', '124455.110000', '124455.570000', '124456.030000', '124456.490000', '124456.950000', '124457.410000', '124457.870000', '124458.330000', '124458.790000', '124459.250000', '124459.710000', '124500.170000', '124500.630000', '124501.090000', '124501.550000', '124502.010000', '124502.470000', '124502.930000', '124503.390000', '124503.850000', '124504.310000', '124504.770000', '124505.230000', '124505.690000', '124506.150000', '124506.610000', '124507.070000', '124507.530000', '124507.990000', '124508.450000', '124508.910000', '124509.370000', '124509.830000', '124510.290000', '124510.750000', '124511.210000', '124511.670000', '124512.130000', '124512.590000', '124513.050000', '124513.510000', '124513.970000', '124514.430000', '124514.890000', '124515.350000', '124515.810000', '124516.270000', '124516.730000', '124517.190000', '124517.650000', '124518.110000', '124518.570000', '124519.030000', '124519.490000', '124519.950000', '124520.410000', '124520.870000', '124521.330000', '124521.790000', '124522.250000', '124522.710000', '124523.170000', '124523.630000', '124524.090000', '124524.550000', '124525.010000', '124525.470000', '124525.930000', '124526.390000', '124526.850000', '124527.310000', '124527.770000', '124528.230000', '124528.690000', '124529.150000', '124529.610000', '124530.070000', '124530.530000', '124530.990000', '124531.450000', '124531.910000', '124532.370000', '124532.830000', '124533.290000', '124533.750000', '124534.210000', '124534.670000', '124535.130000', '124535.590000', '124536.050000', '124536.510000', '124536.970000', '124537.430000', '124537.890000', '124538.350000', '124538.810000', '124539.270000', '124539.730000', '124540.190000', '124540.650000', '124541.110000', '124541.570000', '124542.030000', '124542.490000', '124542.950000', '124543.410000', '124543.870000', '124544.330000', '124544.790000', '124545.250000', '124545.710000', '124546.170000', '124546.630000', '124547.090000', '124547.550000', '124548.010000', '124548.470000', '124548.930000', '124549.390000', '124549.850000', '124550.310000', '124550.770000', '124551.230000', '124551.690000', '124552.150000', '124552.610000', '124553.070000', '124553.530000', '124553.990000', '124554.450000', '124554.910000', '124555.370000', '124555.830000', '124556.290000', '124556.750000', '124557.210000', '124557.670000', '124558.130000', '124558.590000', '124559.050000', '124559.510000', '124559.970000', '124600.430000', '124600.890000', '124601.350000', '124601.810000', '124602.270000', '124602.730000', '124603.190000', '124603.650000', '124604.110000', '124604.570000', '124605.030000', '124605.490000', '124605.950000', '124606.410000', '124606.870000', '124607.330000', '124607.790000', '124608.250000', '124608.710000', '124609.170000', '124609.630000', '124610.090000', '124610.550000', '124611.010000', '124611.470000', '124611.930000', '124612.390000', '124612.850000', '124613.310000', '124613.770000', '124614.230000', '124614.690000', '124615.150000', '124615.610000', '124616.070000', '124616.530000', '124616.990000', '124617.450000', '124617.910000', '124618.370000', '124618.830000', '124619.290000', '124619.750000', '124620.210000', '124620.670000', '124621.130000', '124621.590000', '124622.050000', '124622.510000', '124622.970000', '124623.430000', '124623.890000', '124624.350000', '124624.810000', '124625.270000', '124625.730000', '124626.190000', '124626.650000', '124627.110000', '124627.570000', '124628.030000', '124628.490000', '124628.950000', '124629.410000', '124629.870000', '124630.330000', '124630.790000', '124631.250000', '124631.710000', '124632.170000', '124632.630000', '124633.090000', '124633.550000', '124634.010000', '124634.470000', '124634.930000', '124635.390000', '124635.850000', '124636.310000', '124636.770000', '124637.230000', '124637.690000', '124638.150000', '124638.610000', '124639.070000', '124639.530000', '124639.990000', '124640.450000', '124640.910000', '124641.370000', '124641.830000', '124642.290000', '124642.750000', '124643.210000', '124643.670000', '124644.130000', '124644.590000', '124645.050000', '124645.510000', '124645.970000', '124646.430000', '124646.890000', '124647.350000', '124647.810000', '124648.270000', '124648.730000', '124649.190000', '124649.650000', '124650.110000'], 'ContentTime': ['124027.300000', '124027.304000', '124027.306000', '124027.309000', '124027.312000', '124027.314000', '124027.317000', '124027.319000', '124027.322000', '124027.325000', '124027.328000', '124027.330000', '124027.333000', '124027.338000', '124027.341000', '124027.344000', '124027.347000', '124027.350000', '124027.353000', '124027.356000', '124027.359000', '124027.362000', '124027.364000', '124027.367000', '124027.369000', '124027.372000', '124027.375000', '124027.377000', '124027.380000', '124027.383000', '124027.385000', '124027.388000', '124027.390000', '124027.393000', '124027.395000', '124047.256000', '124047.258000', '124047.261000', '124047.265000', '124047.288000', '124047.291000', '124047.294000', '124047.296000', '124047.299000', '124047.302000', '124047.304000', '124047.307000', '124047.309000', '124047.312000', '124047.315000', '124047.317000', '124047.320000', '124047.322000', '124047.325000', '124047.328000', '124047.330000', '124047.333000', '124047.335000', '124047.338000', '124047.341000', '124047.343000', '124047.346000', '124047.349000', '124047.351000', '124047.354000', '124047.356000', '124047.359000', '124047.362000', '124047.364000', '124047.367000', '124047.369000', '124047.372000', '124047.375000', '124047.377000', '124047.380000', '124047.382000', '124047.385000', '124047.388000', '124047.390000', '124107.255000', '124107.258000', '124107.261000', '124107.263000', '124107.266000', '124107.269000', '124107.271000', '124107.274000', '124107.277000', '124107.279000', '124107.282000', '124107.284000', '124107.287000', '124107.289000', '124107.292000', '124107.295000', '124107.297000', '124107.300000', '124107.302000', '124107.305000', '124107.308000', '124107.310000', '124107.313000', '124107.316000', '124107.318000', '124107.321000', '124107.323000', '124107.326000', '124107.329000', '124107.331000', '124107.334000', '124107.336000', '124107.339000', '124107.342000', '124107.344000', '124107.347000', '124107.350000', '124107.352000', '124107.355000', '124107.357000', '124107.360000', '124107.363000', '124107.365000', '124127.255000', '124127.259000', '124127.262000', '124127.264000', '124127.267000', '124127.270000', '124127.273000', '124127.275000', '124127.278000', '124127.280000', '124127.283000', '124127.286000', '124127.288000', '124127.291000', '124127.294000', '124127.296000', '124127.299000', '124127.301000', '124127.304000', '124127.307000', '124127.309000', '124127.312000', '124127.314000', '124127.317000', '124127.320000', '124127.322000', '124127.325000', '124127.328000', '124127.330000', '124127.333000', '124127.335000', '124127.338000', '124127.341000', '124127.343000', '124127.346000', '124127.348000', '124127.351000', '124127.354000', '124127.356000', '124127.359000', '124127.361000', '124127.372000', '124127.374000', '124127.377000', '124147.255000', '124147.258000', '124147.261000', '124147.264000', '124147.266000', '124147.269000', '124147.271000', '124147.274000', '124147.277000', '124147.279000', '124147.282000', '124147.285000', '124147.287000', '124147.290000', '124147.292000', '124147.295000', '124147.298000', '124147.300000', '124147.303000', '124147.306000', '124147.308000', '124147.311000', '124147.313000', '124147.316000', '124147.319000', '124147.321000', '124147.324000', '124147.327000', '124147.329000', '124147.332000', '124147.335000', '124147.338000', '124147.340000', '124147.343000', '124147.347000', '124147.350000', '124147.353000', '124147.355000', '124147.358000', '124147.360000', '124147.363000', '124147.366000', '124147.368000', '124207.257000', '124207.259000', '124207.262000', '124207.265000', '124207.268000', '124207.271000', '124207.273000', '124207.276000', '124207.279000', '124207.281000', '124207.284000', '124207.286000', '124207.289000', '124207.292000', '124207.294000', '124207.297000', '124207.300000', '124207.303000', '124207.305000', '124207.308000', '124207.310000', '124207.313000', '124207.316000', '124207.318000', '124207.321000', '124207.324000', '124207.326000', '124207.329000', '124207.332000', '124207.334000', '124207.337000', '124207.339000', '124207.342000', '124207.345000', '124207.347000', '124207.350000', '124207.352000', '124207.355000', '124207.358000', '124207.360000', '124207.363000', '124207.366000', '124207.368000', '124207.371000', '124227.256000', '124227.259000', '124227.262000', '124227.265000', '124227.267000', '124227.270000', '124227.272000', '124227.275000', '124227.278000', '124227.280000', '124227.283000', '124227.286000', '124227.296000', '124227.299000', '124227.302000', '124227.304000', '124227.307000', '124227.310000', '124227.312000', '124227.315000', '124227.317000', '124227.320000', '124227.323000', '124227.325000', '124227.328000', '124227.330000', '124227.333000', '124227.336000', '124227.338000', '124227.341000', '124227.344000', '124227.346000', '124227.349000', '124227.352000', '124227.354000', '124227.357000', '124227.360000', '124227.362000', '124227.365000', '124227.367000', '124227.370000', '124227.373000', '124227.375000', '124247.256000', '124247.259000', '124247.262000', '124247.265000', '124247.267000', '124247.270000', '124247.272000', '124247.275000', '124247.278000', '124247.280000', '124247.283000', '124247.286000', '124247.288000', '124247.291000', '124247.293000', '124247.296000', '124247.299000', '124247.302000', '124247.304000', '124247.307000', '124247.309000', '124247.312000', '124247.315000', '124247.317000', '124247.320000', '124247.322000', '124247.325000', '124247.328000', '124247.330000', '124247.333000', '124247.336000', '124247.338000', '124247.341000', '124247.343000', '124247.346000', '124247.349000', '124247.351000', '124247.354000', '124247.356000', '124247.359000', '124247.362000', '124247.364000', '124247.367000', '124247.370000', '124307.256000', '124307.259000', '124307.261000', '124307.264000', '124307.266000', '124307.269000', '124307.272000', '124307.274000', '124307.277000', '124307.280000', '124307.282000', '124307.285000', '124307.287000', '124307.290000', '124307.293000', '124307.295000', '124307.298000', '124307.301000', '124307.303000', '124307.306000', '124307.309000', '124307.311000', '124307.314000', '124307.316000', '124307.319000', '124307.322000', '124307.324000', '124307.327000', '124307.329000', '124307.332000', '124307.335000', '124307.338000', '124307.340000', '124307.343000', '124307.346000', '124307.348000', '124307.351000', '124307.354000', '124307.356000', '124307.359000', '124307.361000', '124307.364000', '124307.367000', '124327.255000', '124327.258000', '124327.261000', '124327.265000', '124327.267000', '124327.270000', '124327.273000', '124327.275000', '124327.278000', '124327.281000', '124327.283000', '124327.286000', '124327.288000', '124327.291000', '124327.294000', '124327.296000', '124327.299000', '124327.302000', '124327.305000', '124327.307000', '124327.310000', '124327.312000', '124327.315000', '124327.318000', '124327.320000', '124327.323000', '124327.326000', '124327.335000', '124327.337000', '124327.340000', '124327.343000', '124327.345000', '124327.348000', '124327.350000', '124327.353000', '124327.356000', '124327.358000', '124327.361000', '124327.364000', '124327.366000', '124327.369000', '124327.371000', '124327.374000', '124347.255000', '124347.258000', '124347.261000', '124347.264000', '124347.266000', '124347.269000', '124347.272000', '124347.274000', '124347.277000', '124347.280000', '124347.282000', '124347.285000', '124347.287000', '124347.290000', '124347.293000', '124347.295000', '124347.298000', '124347.301000', '124347.303000', '124347.306000', '124347.308000', '124347.311000', '124347.314000', '124347.316000', '124347.319000', '124347.322000', '124347.324000', '124347.327000', '124347.330000', '124347.332000', '124347.335000', '124347.337000', '124347.340000', '124347.343000', '124347.345000', '124347.348000', '124347.351000', '124347.353000', '124347.356000', '124347.358000', '124347.361000', '124347.364000', '124347.366000', '124347.369000', '124407.255000', '124407.258000', '124407.261000', '124407.264000', '124407.266000', '124407.269000', '124407.272000', '124407.274000', '124407.277000', '124407.279000', '124407.282000', '124407.285000', '124407.288000', '124407.290000', '124407.293000', '124407.296000', '124407.298000', '124407.301000', '124407.304000', '124407.306000', '124407.309000', '124407.312000', '124407.314000', '124407.317000', '124407.319000', '124407.322000', '124407.325000', '124407.327000', '124407.330000', '124407.333000', '124407.335000', '124407.338000', '124407.340000', '124407.343000', '124407.346000', '124407.348000', '124407.351000', '124407.354000', '124407.356000', '124407.359000', '124407.361000', '124407.364000', '124407.367000', '124407.369000', '124427.256000', '124427.259000', '124427.262000', '124427.265000', '124427.267000', '124427.270000', '124427.272000', '124427.275000', '124427.278000', '124427.280000', '124427.283000', '124427.286000', '124427.288000', '124427.291000', '124427.293000', '124427.296000', '124427.299000', '124427.302000', '124427.304000', '124427.307000', '124427.309000', '124427.312000', '124427.314000', '124427.317000', '124427.320000', '124427.323000', '124427.325000', '124427.328000', '124427.330000', '124427.333000', '124427.336000', '124427.338000', '124427.341000', '124427.344000', '124427.346000', '124427.349000', '124427.352000', '124427.354000', '124427.357000', '124427.360000', '124427.362000', '124427.365000', '124427.367000', '124447.257000', '124447.259000', '124447.262000', '124447.265000', '124447.267000', '124447.270000', '124447.273000', '124447.275000', '124447.278000', '124447.281000', '124447.283000', '124447.286000', '124447.289000', '124447.291000', '124447.294000', '124447.296000', '124447.299000', '124447.302000', '124447.304000', '124447.307000', '124447.310000', '124447.312000', '124447.315000', '124447.317000', '124447.320000', '124447.323000', '124447.326000', '124447.328000', '124447.331000', '124447.333000', '124447.336000', '124447.339000', '124447.341000', '124447.344000', '124447.346000', '124447.349000', '124447.352000', '124447.354000', '124447.357000', '124447.360000', '124447.362000', '124447.365000', '124447.368000', '124447.370000', '124507.257000', '124507.259000', '124507.262000', '124507.265000', '124507.268000', '124507.270000', '124507.273000', '124507.276000', '124507.292000', '124507.295000', '124507.298000', '124507.301000', '124507.303000', '124507.306000', '124507.308000', '124507.311000', '124507.314000', '124507.316000', '124507.319000', '124507.322000', '124507.324000', '124507.327000', '124507.330000', '124507.332000', '124507.335000', '124507.338000', '124507.340000', '124507.343000', '124507.345000', '124507.348000', '124507.351000', '124507.353000', '124507.356000', '124507.359000', '124507.361000', '124507.364000', '124507.367000', '124507.369000', '124507.372000', '124507.375000', '124507.377000', '124507.380000', '124507.382000', '124527.256000', '124527.258000', '124527.261000', '124527.264000', '124527.266000', '124527.269000', '124527.272000', '124527.275000', '124527.278000', '124527.280000', '124527.290000', '124527.293000', '124527.296000', '124527.299000', '124527.301000', '124527.304000', '124527.307000', '124527.309000', '124527.312000', '124527.315000', '124527.317000', '124527.320000', '124527.323000', '124527.325000', '124527.328000', '124527.330000', '124527.333000', '124527.336000', '124527.338000', '124527.341000', '124527.344000', '124527.346000', '124527.349000', '124527.352000', '124527.354000', '124527.357000', '124527.360000', '124527.362000', '124527.365000', '124527.368000', '124527.370000', '124527.373000', '124527.376000', '124527.378000', '124547.255000', '124547.258000', '124547.261000', '124547.264000', '124547.266000', '124547.269000', '124547.272000', '124547.275000', '124547.277000', '124547.280000', '124547.283000', '124547.285000', '124547.288000', '124547.291000', '124547.293000', '124547.296000', '124547.298000', '124547.301000', '124547.304000', '124547.306000', '124547.309000', '124547.312000', '124547.314000', '124547.317000', '124547.319000', '124547.322000', '124547.325000', '124547.327000', '124547.330000', '124547.333000', '124547.335000', '124547.338000', '124547.340000', '124547.343000', '124547.346000', '124547.349000', '124547.351000', '124547.356000', '124547.358000', '124547.361000', '124547.364000', '124547.366000', '124547.369000', '124607.255000', '124607.258000', '124607.261000', '124607.264000', '124607.266000', '124607.269000', '124607.272000', '124607.274000', '124607.277000', '124607.279000', '124607.282000', '124607.285000', '124607.287000', '124607.290000', '124607.293000', '124607.295000', '124607.298000', '124607.300000', '124607.309000', '124607.311000', '124607.314000', '124607.316000', '124607.319000', '124607.322000', '124607.324000', '124607.327000', '124607.330000', '124607.332000', '124607.335000', '124607.338000', '124607.340000', '124607.343000', '124607.346000', '124607.348000', '124607.351000', '124607.353000', '124607.356000', '124607.359000', '124607.361000', '124607.364000', '124607.366000', '124607.369000', '124607.372000', '124627.256000', '124627.259000', '124627.261000', '124627.264000', '124627.266000', '124627.269000', '124627.272000', '124627.275000', '124627.277000', '124627.280000', '124627.283000', '124627.285000', '124627.288000', '124627.291000', '124627.293000', '124627.296000', '124627.298000', '124627.301000', '124627.304000', '124627.306000', '124627.324000', '124627.327000', '124627.330000', '124627.332000', '124627.335000', '124627.338000', '124627.340000', '124627.343000', '124627.346000', '124627.348000', '124627.351000', '124627.354000', '124627.356000', '124627.359000', '124627.362000', '124627.364000', '124627.367000', '124627.370000', '124627.372000', '124627.375000', '124627.377000', '124627.380000', '124627.383000', '124627.385000', '124647.257000', '124647.260000', '124647.262000', '124647.265000', '124647.268000', '124647.270000', '124647.273000', '124647.276000', '124647.278000', '124647.281000', '124647.284000', '124647.286000', '124647.289000', '124647.292000', '124647.294000', '124647.297000', '124647.299000', '124647.302000', '124647.305000', '124647.307000', '124647.310000', '124647.314000', '124647.316000', '124647.319000', '124647.322000', '124647.324000', '124647.327000', '124647.330000', '124647.332000', '124647.335000', '124647.338000', '124647.340000', '124647.343000', '124647.346000', '124647.348000', '124647.351000', '124647.353000', '124647.356000', '124647.359000', '124647.361000', '124647.364000', '124647.367000', '124647.369000', '124647.372000', '124651.853000', '124651.856000', '124651.859000', '124651.862000', '124651.865000', '124651.868000', '124651.870000', '124651.873000', '124651.876000', '124651.878000'], 'InstanceCreationTime': ['124027.300000', '124027.304000', '124027.306000', '124027.309000', '124027.312000', '124027.314000', '124027.317000', '124027.319000', '124027.322000', '124027.325000', '124027.328000', '124027.330000', '124027.333000', '124027.338000', '124027.341000', '124027.344000', '124027.347000', '124027.350000', '124027.353000', '124027.356000', '124027.359000', '124027.362000', '124027.364000', '124027.367000', '124027.369000', '124027.372000', '124027.375000', '124027.377000', '124027.380000', '124027.383000', '124027.385000', '124027.388000', '124027.390000', '124027.393000', '124027.395000', '124047.256000', '124047.258000', '124047.261000', '124047.265000', '124047.288000', '124047.291000', '124047.294000', '124047.296000', '124047.299000', '124047.302000', '124047.304000', '124047.307000', '124047.309000', '124047.312000', '124047.315000', '124047.317000', '124047.320000', '124047.322000', '124047.325000', '124047.328000', '124047.330000', '124047.333000', '124047.335000', '124047.338000', '124047.341000', '124047.343000', '124047.346000', '124047.349000', '124047.351000', '124047.354000', '124047.356000', '124047.359000', '124047.362000', '124047.364000', '124047.367000', '124047.369000', '124047.372000', '124047.375000', '124047.377000', '124047.380000', '124047.382000', '124047.385000', '124047.388000', '124047.390000', '124107.255000', '124107.258000', '124107.261000', '124107.263000', '124107.266000', '124107.269000', '124107.271000', '124107.274000', '124107.277000', '124107.279000', '124107.282000', '124107.284000', '124107.287000', '124107.289000', '124107.292000', '124107.295000', '124107.297000', '124107.300000', '124107.302000', '124107.305000', '124107.308000', '124107.310000', '124107.313000', '124107.316000', '124107.318000', '124107.321000', '124107.323000', '124107.326000', '124107.329000', '124107.331000', '124107.334000', '124107.336000', '124107.339000', '124107.342000', '124107.344000', '124107.347000', '124107.350000', '124107.352000', '124107.355000', '124107.357000', '124107.360000', '124107.363000', '124107.365000', '124127.255000', '124127.259000', '124127.262000', '124127.264000', '124127.267000', '124127.270000', '124127.273000', '124127.275000', '124127.278000', '124127.280000', '124127.283000', '124127.286000', '124127.288000', '124127.291000', '124127.294000', '124127.296000', '124127.299000', '124127.301000', '124127.304000', '124127.307000', '124127.309000', '124127.312000', '124127.314000', '124127.317000', '124127.320000', '124127.322000', '124127.325000', '124127.328000', '124127.330000', '124127.333000', '124127.335000', '124127.338000', '124127.341000', '124127.343000', '124127.346000', '124127.348000', '124127.351000', '124127.354000', '124127.356000', '124127.359000', '124127.361000', '124127.372000', '124127.374000', '124127.377000', '124147.255000', '124147.258000', '124147.261000', '124147.264000', '124147.266000', '124147.269000', '124147.271000', '124147.274000', '124147.277000', '124147.279000', '124147.282000', '124147.285000', '124147.287000', '124147.290000', '124147.292000', '124147.295000', '124147.298000', '124147.300000', '124147.303000', '124147.306000', '124147.308000', '124147.311000', '124147.313000', '124147.316000', '124147.319000', '124147.321000', '124147.324000', '124147.327000', '124147.329000', '124147.332000', '124147.335000', '124147.338000', '124147.340000', '124147.343000', '124147.347000', '124147.350000', '124147.353000', '124147.355000', '124147.358000', '124147.360000', '124147.363000', '124147.366000', '124147.368000', '124207.257000', '124207.259000', '124207.262000', '124207.265000', '124207.268000', '124207.271000', '124207.273000', '124207.276000', '124207.279000', '124207.281000', '124207.284000', '124207.286000', '124207.289000', '124207.292000', '124207.294000', '124207.297000', '124207.300000', '124207.303000', '124207.305000', '124207.308000', '124207.310000', '124207.313000', '124207.316000', '124207.318000', '124207.321000', '124207.324000', '124207.326000', '124207.329000', '124207.332000', '124207.334000', '124207.337000', '124207.339000', '124207.342000', '124207.345000', '124207.347000', '124207.350000', '124207.352000', '124207.355000', '124207.358000', '124207.360000', '124207.363000', '124207.366000', '124207.368000', '124207.371000', '124227.256000', '124227.259000', '124227.262000', '124227.265000', '124227.267000', '124227.270000', '124227.272000', '124227.275000', '124227.278000', '124227.280000', '124227.283000', '124227.286000', '124227.296000', '124227.299000', '124227.302000', '124227.304000', '124227.307000', '124227.310000', '124227.312000', '124227.315000', '124227.317000', '124227.320000', '124227.323000', '124227.325000', '124227.328000', '124227.330000', '124227.333000', '124227.336000', '124227.338000', '124227.341000', '124227.344000', '124227.346000', '124227.349000', '124227.352000', '124227.354000', '124227.357000', '124227.360000', '124227.362000', '124227.365000', '124227.367000', '124227.370000', '124227.373000', '124227.375000', '124247.256000', '124247.259000', '124247.262000', '124247.265000', '124247.267000', '124247.270000', '124247.272000', '124247.275000', '124247.278000', '124247.280000', '124247.283000', '124247.286000', '124247.288000', '124247.291000', '124247.293000', '124247.296000', '124247.299000', '124247.302000', '124247.304000', '124247.307000', '124247.309000', '124247.312000', '124247.315000', '124247.317000', '124247.320000', '124247.322000', '124247.325000', '124247.328000', '124247.330000', '124247.333000', '124247.336000', '124247.338000', '124247.341000', '124247.343000', '124247.346000', '124247.349000', '124247.351000', '124247.354000', '124247.356000', '124247.359000', '124247.362000', '124247.364000', '124247.367000', '124247.370000', '124307.256000', '124307.259000', '124307.261000', '124307.264000', '124307.266000', '124307.269000', '124307.272000', '124307.274000', '124307.277000', '124307.280000', '124307.282000', '124307.285000', '124307.287000', '124307.290000', '124307.293000', '124307.295000', '124307.298000', '124307.301000', '124307.303000', '124307.306000', '124307.309000', '124307.311000', '124307.314000', '124307.316000', '124307.319000', '124307.322000', '124307.324000', '124307.327000', '124307.329000', '124307.332000', '124307.335000', '124307.338000', '124307.340000', '124307.343000', '124307.346000', '124307.348000', '124307.351000', '124307.354000', '124307.356000', '124307.359000', '124307.361000', '124307.364000', '124307.367000', '124327.255000', '124327.258000', '124327.261000', '124327.265000', '124327.267000', '124327.270000', '124327.273000', '124327.275000', '124327.278000', '124327.281000', '124327.283000', '124327.286000', '124327.288000', '124327.291000', '124327.294000', '124327.296000', '124327.299000', '124327.302000', '124327.305000', '124327.307000', '124327.310000', '124327.312000', '124327.315000', '124327.318000', '124327.320000', '124327.323000', '124327.326000', '124327.335000', '124327.337000', '124327.340000', '124327.343000', '124327.345000', '124327.348000', '124327.350000', '124327.353000', '124327.356000', '124327.358000', '124327.361000', '124327.364000', '124327.366000', '124327.369000', '124327.371000', '124327.374000', '124347.255000', '124347.258000', '124347.261000', '124347.264000', '124347.266000', '124347.269000', '124347.272000', '124347.274000', '124347.277000', '124347.280000', '124347.282000', '124347.285000', '124347.287000', '124347.290000', '124347.293000', '124347.295000', '124347.298000', '124347.301000', '124347.303000', '124347.306000', '124347.308000', '124347.311000', '124347.314000', '124347.316000', '124347.319000', '124347.322000', '124347.324000', '124347.327000', '124347.330000', '124347.332000', '124347.335000', '124347.337000', '124347.340000', '124347.343000', '124347.345000', '124347.348000', '124347.351000', '124347.353000', '124347.356000', '124347.358000', '124347.361000', '124347.364000', '124347.366000', '124347.369000', '124407.255000', '124407.258000', '124407.261000', '124407.264000', '124407.266000', '124407.269000', '124407.272000', '124407.274000', '124407.277000', '124407.279000', '124407.282000', '124407.285000', '124407.288000', '124407.290000', '124407.293000', '124407.296000', '124407.298000', '124407.301000', '124407.304000', '124407.306000', '124407.309000', '124407.312000', '124407.314000', '124407.317000', '124407.319000', '124407.322000', '124407.325000', '124407.327000', '124407.330000', '124407.333000', '124407.335000', '124407.338000', '124407.340000', '124407.343000', '124407.346000', '124407.348000', '124407.351000', '124407.354000', '124407.356000', '124407.359000', '124407.361000', '124407.364000', '124407.367000', '124407.369000', '124427.256000', '124427.259000', '124427.262000', '124427.265000', '124427.267000', '124427.270000', '124427.272000', '124427.275000', '124427.278000', '124427.280000', '124427.283000', '124427.286000', '124427.288000', '124427.291000', '124427.293000', '124427.296000', '124427.299000', '124427.302000', '124427.304000', '124427.307000', '124427.309000', '124427.312000', '124427.314000', '124427.317000', '124427.320000', '124427.323000', '124427.325000', '124427.328000', '124427.330000', '124427.333000', '124427.336000', '124427.338000', '124427.341000', '124427.344000', '124427.346000', '124427.349000', '124427.352000', '124427.354000', '124427.357000', '124427.360000', '124427.362000', '124427.365000', '124427.367000', '124447.257000', '124447.259000', '124447.262000', '124447.265000', '124447.267000', '124447.270000', '124447.273000', '124447.275000', '124447.278000', '124447.281000', '124447.283000', '124447.286000', '124447.289000', '124447.291000', '124447.294000', '124447.296000', '124447.299000', '124447.302000', '124447.304000', '124447.307000', '124447.310000', '124447.312000', '124447.315000', '124447.317000', '124447.320000', '124447.323000', '124447.326000', '124447.328000', '124447.331000', '124447.333000', '124447.336000', '124447.339000', '124447.341000', '124447.344000', '124447.346000', '124447.349000', '124447.352000', '124447.354000', '124447.357000', '124447.360000', '124447.362000', '124447.365000', '124447.368000', '124447.370000', '124507.257000', '124507.259000', '124507.262000', '124507.265000', '124507.268000', '124507.270000', '124507.273000', '124507.276000', '124507.292000', '124507.295000', '124507.298000', '124507.301000', '124507.303000', '124507.306000', '124507.308000', '124507.311000', '124507.314000', '124507.316000', '124507.319000', '124507.322000', '124507.324000', '124507.327000', '124507.330000', '124507.332000', '124507.335000', '124507.338000', '124507.340000', '124507.343000', '124507.345000', '124507.348000', '124507.351000', '124507.353000', '124507.356000', '124507.359000', '124507.361000', '124507.364000', '124507.367000', '124507.369000', '124507.372000', '124507.375000', '124507.377000', '124507.380000', '124507.382000', '124527.256000', '124527.258000', '124527.261000', '124527.264000', '124527.266000', '124527.269000', '124527.272000', '124527.275000', '124527.278000', '124527.280000', '124527.290000', '124527.293000', '124527.296000', '124527.299000', '124527.301000', '124527.304000', '124527.307000', '124527.309000', '124527.312000', '124527.315000', '124527.317000', '124527.320000', '124527.323000', '124527.325000', '124527.328000', '124527.330000', '124527.333000', '124527.336000', '124527.338000', '124527.341000', '124527.344000', '124527.346000', '124527.349000', '124527.352000', '124527.354000', '124527.357000', '124527.360000', '124527.362000', '124527.365000', '124527.368000', '124527.370000', '124527.373000', '124527.376000', '124527.378000', '124547.255000', '124547.258000', '124547.261000', '124547.264000', '124547.266000', '124547.269000', '124547.272000', '124547.275000', '124547.277000', '124547.280000', '124547.283000', '124547.285000', '124547.288000', '124547.291000', '124547.293000', '124547.296000', '124547.298000', '124547.301000', '124547.304000', '124547.306000', '124547.309000', '124547.312000', '124547.314000', '124547.317000', '124547.319000', '124547.322000', '124547.325000', '124547.327000', '124547.330000', '124547.333000', '124547.335000', '124547.338000', '124547.340000', '124547.343000', '124547.346000', '124547.349000', '124547.351000', '124547.356000', '124547.358000', '124547.361000', '124547.364000', '124547.366000', '124547.369000', '124607.255000', '124607.258000', '124607.261000', '124607.264000', '124607.266000', '124607.269000', '124607.272000', '124607.274000', '124607.277000', '124607.279000', '124607.282000', '124607.285000', '124607.287000', '124607.290000', '124607.293000', '124607.295000', '124607.298000', '124607.300000', '124607.309000', '124607.311000', '124607.314000', '124607.316000', '124607.319000', '124607.322000', '124607.324000', '124607.327000', '124607.330000', '124607.332000', '124607.335000', '124607.338000', '124607.340000', '124607.343000', '124607.346000', '124607.348000', '124607.351000', '124607.353000', '124607.356000', '124607.359000', '124607.361000', '124607.364000', '124607.366000', '124607.369000', '124607.372000', '124627.256000', '124627.259000', '124627.261000', '124627.264000', '124627.266000', '124627.269000', '124627.272000', '124627.275000', '124627.277000', '124627.280000', '124627.283000', '124627.285000', '124627.288000', '124627.291000', '124627.293000', '124627.296000', '124627.298000', '124627.301000', '124627.304000', '124627.306000', '124627.324000', '124627.327000', '124627.330000', '124627.332000', '124627.335000', '124627.338000', '124627.340000', '124627.343000', '124627.346000', '124627.348000', '124627.351000', '124627.354000', '124627.356000', '124627.359000', '124627.362000', '124627.364000', '124627.367000', '124627.370000', '124627.372000', '124627.375000', '124627.377000', '124627.380000', '124627.383000', '124627.385000', '124647.257000', '124647.260000', '124647.262000', '124647.265000', '124647.268000', '124647.270000', '124647.273000', '124647.276000', '124647.278000', '124647.281000', '124647.284000', '124647.286000', '124647.289000', '124647.292000', '124647.294000', '124647.297000', '124647.299000', '124647.302000', '124647.305000', '124647.307000', '124647.310000', '124647.314000', '124647.316000', '124647.319000', '124647.322000', '124647.324000', '124647.327000', '124647.330000', '124647.332000', '124647.335000', '124647.338000', '124647.340000', '124647.343000', '124647.346000', '124647.348000', '124647.351000', '124647.353000', '124647.356000', '124647.359000', '124647.361000', '124647.364000', '124647.367000', '124647.369000', '124647.372000', '124651.853000', '124651.856000', '124651.859000', '124651.862000', '124651.865000', '124651.868000', '124651.870000', '124651.873000', '124651.876000', '124651.878000'], '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': [9495, 14028, 9070, 10795, 10428, 9479, 16410, 9549, 16916, 10398, 10732, 10104, 9803, 13106, 9412, 16620, 12001, 15987, 14204, 8633, 8730, 9136, 7684, 10290, 8755, 9632, 8749, 7633, 9406, 8276, 9788, 8752, 7600, 8959, 8637, 9479, 8388, 10651, 9600, 10658, 10864, 9658, 14320, 9256, 12320, 12930, 11601, 17552, 11901, 17824, 15017, 13536, 12071, 9503, 9781, 9651, 8632, 9728, 9627, 18161, 8975, 7629, 9402, 9825, 12789, 9232, 7734, 9732, 9481, 11943, 8897, 7754, 8764, 8821, 8672, 9332, 8216, 10110, 9098, 8487, 9669, 9018, 13829, 10875, 11891, 14829, 11983, 16698, 15431, 12278, 16559, 11883, 12888, 12160, 9489, 13626, 10393, 8997, 10320, 9227, 9206, 9660, 8107, 9901, 9153, 9109, 9180, 7507, 9555, 9670, 11016, 8936, 7543, 9450, 9133, 9950, 8889, 8066, 9339, 9101, 9782, 9010, 7949, 10032, 9476, 13094, 9784, 8627, 9693, 9333, 11722, 9825, 7809, 10423, 9573, 14726, 9737, 10328, 12521, 11709, 15412, 8770, 7697, 9639, 9824, 11085, 8721, 10873, 9282, 9074, 10131, 8942, 9253, 9653, 9304, 10530, 9654, 8076, 12602, 9055, 11047, 9114, 9000, 15623, 9554, 16116, 12349, 10451, 16302, 10349, 17796, 14846, 9383, 11044, 8905, 8416, 9893, 9989, 14945, 10775, 8468, 10458, 9213, 12219, 10765, 10492, 15381, 8840, 7982, 10707, 8623, 10832, 8422, 8870, 9187, 8859, 10247, 9562, 13514, 10609, 10726, 13230, 12395, 17189, 13342, 13539, 16700, 12879, 17190, 11900, 10628, 10816, 9932, 19342, 13140, 9034, 10340, 9092, 11152, 10312, 9387, 10943, 9134, 11138, 9269, 8508, 10385, 9428, 11026, 8797, 9043, 9698, 8381, 9951, 9266, 9627, 8929, 7945, 9141, 9892, 12705, 9029, 7748, 9580, 9332, 11502, 9071, 8660, 9359, 8735, 8746, 9657, 8012, 9646, 8680, 10020, 8907, 8063, 9578, 9044, 12642, 10469, 9044, 12227, 9483, 12283, 10818, 10667, 16385, 9798, 14686, 9723, 10426, 16028, 9995, 11933, 9697, 11602, 10764, 9879, 9888, 9094, 7964, 9876, 8981, 9590, 9136, 11600, 9784, 8723, 9129, 8521, 7956, 9440, 8198, 10317, 8656, 7427, 9032, 8235, 9667, 8763, 12898, 9409, 8145, 10270, 9018, 14943, 11891, 9943, 9428, 9499, 10671, 9976, 8949, 17221, 12051, 13279, 9965, 9838, 12951, 9686, 8647, 11710, 10111, 18231, 15465, 14149, 14052, 9489, 8929, 9790, 9199, 13476, 9207, 8696, 10311, 9251, 9621, 9679, 9598, 10601, 8670, 7816, 9557, 9972, 14343, 8981, 8055, 9398, 9416, 9772, 9099, 11333, 9262, 8953, 9380, 8960, 8845, 9545, 7711, 9720, 8572, 7764, 9278, 8366, 9524, 8428, 7855, 9288, 8950, 9532, 8742, 8236, 9720, 8865, 13761, 9189, 8010, 10387, 8910, 17195, 12511, 9382, 9870, 9670, 7630, 10579, 10131, 13028, 12597, 13522, 17453, 14642, 15846, 18310, 13547, 16771, 17928, 15312, 15615, 13431, 14711, 16047, 9313, 9099, 16509, 13867, 17186, 10419, 9461, 9637, 9129, 8002, 9576, 10179, 9685, 8686, 8195, 9761, 9641, 11055, 9455, 8196, 10194, 9639, 13778, 9241, 8429, 9810, 9389, 12372, 9369, 8431, 9792, 9325, 9658, 9119, 8734, 9502, 8806, 9582, 8802, 8793, 9524, 7485, 10811, 8785, 13859, 9262, 7649, 9903, 8958, 9587, 9424, 8773, 9874, 8669, 9583, 9270, 7648, 10103, 9429, 11775, 9378, 11308, 9950, 9217, 10598, 9476, 9855, 18349, 11986, 9333, 9817, 9973, 13174, 9657, 8902, 11091, 10210, 13551, 9083, 12085, 9745, 10910, 18602, 10247, 10552, 10001, 8928, 13679, 8897, 7726, 10060, 9195, 14456, 8602, 7753, 9478, 9411, 10670, 9905, 9196, 13549, 9156, 7941, 9971, 9892, 8418, 10205, 9466, 12013, 9585, 10962, 14348, 13008, 13832, 18290, 14292, 15376, 19411, 14209, 13697, 15977, 14179, 16300, 10881, 9692, 10368, 9198, 8771, 9615, 9051, 7762, 9088, 8835, 9671, 8921, 7597, 9100, 9260, 10003, 9268, 8182, 9543, 8901, 9246, 8349, 7793, 9717, 8275, 10048, 8557, 11310, 8810, 7764, 9482, 8664, 11459, 9178, 11000, 9977, 8874, 11375, 9181, 14304, 9056, 17634, 14245, 13684, 11733, 9569, 13031, 10110, 15954, 19378, 11898, 9621, 10450, 10078, 10242, 9246, 9204, 12144, 10721, 11789, 13658, 11852, 18528, 12987, 11935, 14201, 11350, 17542, 12432, 15749, 13490, 10043, 10603, 9139, 8420, 9845, 9792, 13628, 8738, 7843, 9494, 9583, 11820, 8148, 7835, 9471, 8701, 9088, 8949, 9009, 9469, 8668, 7516, 9204, 9080, 9389, 8989, 9211, 9731, 9044, 7925, 10267, 9125, 8829, 9638, 9507, 17295, 11954, 8616, 10188, 9745, 7736, 10159, 9669, 11770, 11795, 12634, 15848, 11897, 11216, 15998, 10148, 13150, 15930, 11113, 13902, 9835, 9296, 11723, 9261, 16941, 9386, 9828, 9923, 9235, 7590, 9640, 9337, 10201, 8931, 8988, 9331, 7821, 11581, 8290, 13195, 8953, 7416, 10006, 8226, 10823, 9278, 7374, 9613, 8184, 8155, 9862, 9527, 12508, 10594, 10887, 11060, 11394, 16675, 13286, 17839, 16567, 16006, 17204, 13091, 17151, 12828, 11811, 12836, 11708, 19020, 13350, 12279, 9524, 8995, 9927, 10313, 10469, 9095, 9225, 9278, 9719, 10581, 8268, 7390, 9306, 9818, 9838, 9172, 7814, 9642, 8613, 7872, 9359, 8339, 9706, 8166, 7577, 9978, 9339, 10094, 9451, 10549, 9674, 9871, 11963, 9596, 11045, 10748, 9523, 14039, 9921, 16175, 12245, 14041, 14593, 9506, 12300, 9683, 8259, 9797, 9866, 10619, 9112, 12853, 10817, 8620, 9625, 9014, 8164, 10107, 7520, 9637, 8229, 11584, 9442, 8383, 9992, 8389, 7423, 9492, 7739, 8576, 8707, 8244, 9761, 8692, 7408, 9414, 8278, 10372, 9558, 8932, 12780, 9783, 13524, 13033, 12935, 18606, 15267, 17304, 14145, 13528, 18892, 13783, 17029, 13304, 10756, 15493, 10526, 16973, 13740, 10004, 12502, 8886, 8473, 11330, 9480, 17866, 15823, 8654, 9656, 9080, 7985, 9779, 8774, 10115, 8815, 9252, 10778, 8738, 8451, 11566, 8805, 7819, 9297, 9517, 10438, 9615, 9706, 14211, 10340, 13876, 13651, 8310, 12742, 9226, 7805, 10211, 9742, 10202, 8987, 10431, 9185, 8775, 9485, 8975, 8881, 9594, 9487, 11489, 9302, 13173, 9281, 9255, 9298, 9041, 7535, 9770, 9039, 11593, 9156, 8652, 9252, 9381, 10177, 8697, 8748, 10001, 9977], 'WindowCenter': [4924.0, 4950.0, 4868.0, 4866.0, 4857.0, 4843.0, 4900.0, 4831.0, 4891.0, 4828.0, 4835.0, 4826.0, 4825.0, 4855.0, 4832.0, 4910.0, 4866.0, 4908.0, 4875.0, 4805.0, 4786.0, 4812.0, 4785.0, 4836.0, 4831.0, 4838.0, 4820.0, 4792.0, 4825.0, 4820.0, 4845.0, 4834.0, 4794.0, 4816.0, 4802.0, 4827.0, 4809.0, 4846.0, 4842.0, 4851.0, 4847.0, 4829.0, 4870.0, 4805.0, 4843.0, 4853.0, 4832.0, 4882.0, 4858.0, 4907.0, 4886.0, 4862.0, 4838.0, 4800.0, 4797.0, 4798.0, 4790.0, 4813.0, 4825.0, 4905.0, 4805.0, 4782.0, 4830.0, 4835.0, 4862.0, 4814.0, 4777.0, 4838.0, 4826.0, 4857.0, 4827.0, 4796.0, 4805.0, 4816.0, 4804.0, 4804.0, 4805.0, 4824.0, 4803.0, 4803.0, 4827.0, 4816.0, 4877.0, 4836.0, 4844.0, 4875.0, 4860.0, 4895.0, 4873.0, 4843.0, 4884.0, 4844.0, 4851.0, 4840.0, 4815.0, 4864.0, 4823.0, 4792.0, 4810.0, 4803.0, 4803.0, 4829.0, 4809.0, 4837.0, 4818.0, 4803.0, 4802.0, 4772.0, 4828.0, 4829.0, 4849.0, 4819.0, 4786.0, 4812.0, 4844.0, 4849.0, 4833.0, 4811.0, 4815.0, 4816.0, 4819.0, 4806.0, 4794.0, 4840.0, 4842.0, 4882.0, 4843.0, 4808.0, 4814.0, 4815.0, 4828.0, 4813.0, 4814.0, 4847.0, 4827.0, 4869.0, 4829.0, 4839.0, 4854.0, 4854.0, 4869.0, 4792.0, 4770.0, 4811.0, 4837.0, 4847.0, 4832.0, 4852.0, 4839.0, 4828.0, 4830.0, 4815.0, 4843.0, 4824.0, 4814.0, 4823.0, 4829.0, 4809.0, 4870.0, 4818.0, 4845.0, 4803.0, 4802.0, 4870.0, 4802.0, 4870.0, 4842.0, 4807.0, 4880.0, 4826.0, 4891.0, 4862.0, 4800.0, 4818.0, 4789.0, 4777.0, 4797.0, 4820.0, 4870.0, 4835.0, 4792.0, 4821.0, 4826.0, 4866.0, 4831.0, 4834.0, 4881.0, 4803.0, 4779.0, 4820.0, 4790.0, 4807.0, 4783.0, 4815.0, 4829.0, 4818.0, 4835.0, 4813.0, 4849.0, 4822.0, 4820.0, 4840.0, 4842.0, 4871.0, 4841.0, 4840.0, 4868.0, 4828.0, 4854.0, 4817.0, 4797.0, 4820.0, 4810.0, 4904.0, 4851.0, 4791.0, 4823.0, 4804.0, 4833.0, 4810.0, 4800.0, 4819.0, 4803.0, 4831.0, 4801.0, 4790.0, 4823.0, 4804.0, 4822.0, 4793.0, 4792.0, 4817.0, 4796.0, 4814.0, 4804.0, 4810.0, 4804.0, 4784.0, 4816.0, 4839.0, 4882.0, 4833.0, 4798.0, 4825.0, 4838.0, 4854.0, 4842.0, 4815.0, 4825.0, 4804.0, 4789.0, 4811.0, 4795.0, 4825.0, 4820.0, 4840.0, 4844.0, 4818.0, 4838.0, 4830.0, 4881.0, 4848.0, 4816.0, 4843.0, 4814.0, 4844.0, 4833.0, 4825.0, 4883.0, 4826.0, 4872.0, 4830.0, 4834.0, 4897.0, 4822.0, 4840.0, 4826.0, 4858.0, 4831.0, 4813.0, 4807.0, 4802.0, 4783.0, 4813.0, 4802.0, 4814.0, 4840.0, 4853.0, 4840.0, 4818.0, 4812.0, 4802.0, 4792.0, 4851.0, 4820.0, 4847.0, 4819.0, 4785.0, 4813.0, 4803.0, 4848.0, 4819.0, 4876.0, 4829.0, 4793.0, 4862.0, 4830.0, 4893.0, 4873.0, 4838.0, 4813.0, 4812.0, 4816.0, 4825.0, 4818.0, 4901.0, 4858.0, 4855.0, 4812.0, 4821.0, 4840.0, 4801.0, 4793.0, 4831.0, 4821.0, 4905.0, 4885.0, 4862.0, 4860.0, 4802.0, 4813.0, 4822.0, 4800.0, 4839.0, 4786.0, 4788.0, 4836.0, 4813.0, 4811.0, 4810.0, 4798.0, 4820.0, 4792.0, 4784.0, 4826.0, 4825.0, 4877.0, 4802.0, 4779.0, 4788.0, 4797.0, 4838.0, 4814.0, 4839.0, 4825.0, 4817.0, 4800.0, 4801.0, 4817.0, 4825.0, 4794.0, 4836.0, 4806.0, 4781.0, 4804.0, 4804.0, 4847.0, 4831.0, 4803.0, 4843.0, 4810.0, 4820.0, 4833.0, 4819.0, 4835.0, 4827.0, 4897.0, 4828.0, 4802.0, 4834.0, 4811.0, 4895.0, 4865.0, 4827.0, 4825.0, 4813.0, 4772.0, 4820.0, 4824.0, 4860.0, 4853.0, 4851.0, 4881.0, 4861.0, 4871.0, 4891.0, 4851.0, 4884.0, 4897.0, 4873.0, 4874.0, 4853.0, 4862.0, 4857.0, 4801.0, 4806.0, 4882.0, 4866.0, 4895.0, 4821.0, 4799.0, 4789.0, 4801.0, 4784.0, 4802.0, 4813.0, 4798.0, 4794.0, 4794.0, 4826.0, 4827.0, 4827.0, 4814.0, 4802.0, 4837.0, 4829.0, 4873.0, 4815.0, 4802.0, 4841.0, 4829.0, 4857.0, 4803.0, 4791.0, 4811.0, 4802.0, 4824.0, 4831.0, 4817.0, 4839.0, 4816.0, 4811.0, 4802.0, 4813.0, 4839.0, 4796.0, 4848.0, 4831.0, 4891.0, 4816.0, 4778.0, 4811.0, 4818.0, 4836.0, 4825.0, 4829.0, 4838.0, 4813.0, 4819.0, 4814.0, 4791.0, 4824.0, 4829.0, 4864.0, 4828.0, 4869.0, 4837.0, 4815.0, 4845.0, 4840.0, 4833.0, 4916.0, 4846.0, 4799.0, 4813.0, 4812.0, 4859.0, 4840.0, 4817.0, 4833.0, 4821.0, 4846.0, 4800.0, 4843.0, 4826.0, 4846.0, 4916.0, 4824.0, 4820.0, 4837.0, 4817.0, 4876.0, 4802.0, 4799.0, 4838.0, 4838.0, 4876.0, 4805.0, 4779.0, 4812.0, 4815.0, 4835.0, 4825.0, 4817.0, 4873.0, 4833.0, 4797.0, 4825.0, 4825.0, 4790.0, 4822.0, 4815.0, 4854.0, 4829.0, 4846.0, 4874.0, 4851.0, 4851.0, 4878.0, 4850.0, 4861.0, 4889.0, 4847.0, 4849.0, 4870.0, 4848.0, 4857.0, 4805.0, 4785.0, 4795.0, 4790.0, 4790.0, 4813.0, 4817.0, 4783.0, 4790.0, 4790.0, 4840.0, 4817.0, 4787.0, 4802.0, 4810.0, 4834.0, 4841.0, 4817.0, 4840.0, 4826.0, 4822.0, 4806.0, 4780.0, 4815.0, 4818.0, 4852.0, 4830.0, 4863.0, 4834.0, 4796.0, 4827.0, 4843.0, 4866.0, 4841.0, 4850.0, 4826.0, 4811.0, 4848.0, 4815.0, 4886.0, 4844.0, 4915.0, 4902.0, 4875.0, 4844.0, 4813.0, 4871.0, 4849.0, 4897.0, 4915.0, 4857.0, 4814.0, 4819.0, 4812.0, 4824.0, 4816.0, 4813.0, 4841.0, 4822.0, 4830.0, 4852.0, 4832.0, 4892.0, 4852.0, 4844.0, 4851.0, 4819.0, 4880.0, 4842.0, 4866.0, 4838.0, 4798.0, 4808.0, 4787.0, 4778.0, 4822.0, 4824.0, 4864.0, 4808.0, 4797.0, 4801.0, 4802.0, 4845.0, 4798.0, 4812.0, 4839.0, 4808.0, 4830.0, 4820.0, 4817.0, 4810.0, 4805.0, 4775.0, 4814.0, 4847.0, 4841.0, 4834.0, 4829.0, 4826.0, 4831.0, 4825.0, 4851.0, 4833.0, 4827.0, 4841.0, 4837.0, 4905.0, 4856.0, 4803.0, 4820.0, 4801.0, 4784.0, 4839.0, 4825.0, 4852.0, 4845.0, 4853.0, 4869.0, 4832.0, 4832.0, 4872.0, 4828.0, 4866.0, 4883.0, 4835.0, 4863.0, 4814.0, 4803.0, 4858.0, 4828.0, 4909.0, 4804.0, 4825.0, 4837.0, 4828.0, 4796.0, 4814.0, 4816.0, 4847.0, 4842.0, 4831.0, 4827.0, 4796.0, 4843.0, 4832.0, 4873.0, 4813.0, 4768.0, 4836.0, 4813.0, 4858.0, 4853.0, 4810.0, 4836.0, 4816.0, 4801.0, 4865.0, 4847.0, 4880.0, 4865.0, 4845.0, 4847.0, 4846.0, 4894.0, 4890.0, 4922.0, 4897.0, 4885.0, 4881.0, 4837.0, 4865.0, 4827.0, 4816.0, 4852.0, 4854.0, 4889.0, 4849.0, 4816.0, 4784.0, 4773.0, 4796.0, 4808.0, 4805.0, 4815.0, 4826.0, 4824.0, 4813.0, 4818.0, 4778.0, 4755.0, 4826.0, 4837.0, 4824.0, 4840.0, 4792.0, 4823.0, 4814.0, 4830.0, 4841.0, 4828.0, 4837.0, 4807.0, 4792.0, 4834.0, 4838.0, 4872.0, 4852.0, 4862.0, 4838.0, 4836.0, 4852.0, 4827.0, 4829.0, 4833.0, 4813.0, 4862.0, 4839.0, 4912.0, 4869.0, 4889.0, 4885.0, 4823.0, 4837.0, 4802.0, 4790.0, 4811.0, 4840.0, 4850.0, 4817.0, 4866.0, 4860.0, 4802.0, 4810.0, 4801.0, 4790.0, 4838.0, 4796.0, 4836.0, 4817.0, 4864.0, 4840.0, 4832.0, 4844.0, 4841.0, 4794.0, 4820.0, 4797.0, 4825.0, 4830.0, 4841.0, 4875.0, 4845.0, 4810.0, 4852.0, 4847.0, 4857.0, 4855.0, 4826.0, 4863.0, 4839.0, 4872.0, 4875.0, 4880.0, 4917.0, 4898.0, 4892.0, 4861.0, 4848.0, 4890.0, 4863.0, 4884.0, 4851.0, 4820.0, 4883.0, 4834.0, 4881.0, 4860.0, 4821.0, 4834.0, 4790.0, 4774.0, 4831.0, 4813.0, 4892.0, 4883.0, 4805.0, 4812.0, 4791.0, 4780.0, 4811.0, 4802.0, 4824.0, 4802.0, 4814.0, 4830.0, 4817.0, 4808.0, 4845.0, 4819.0, 4792.0, 4814.0, 4815.0, 4831.0, 4842.0, 4839.0, 4887.0, 4849.0, 4880.0, 4878.0, 4822.0, 4863.0, 4815.0, 4769.0, 4823.0, 4813.0, 4832.0, 4832.0, 4846.0, 4832.0, 4815.0, 4826.0, 4816.0, 4799.0, 4812.0, 4828.0, 4854.0, 4829.0, 4892.0, 4829.0, 4828.0, 4815.0, 4816.0, 4783.0, 4825.0, 4844.0, 4872.0, 4845.0, 4816.0, 4828.0, 4826.0, 4821.0, 4806.0, 4815.0, 4841.0, 4852.0], 'WindowWidth': [10759.0, 10762.0, 10634.0, 10614.0, 10594.0, 10568.0, 10638.0, 10541.0, 10615.0, 10531.0, 10536.0, 10525.0, 10522.0, 10563.0, 10546.0, 10649.0, 10586.0, 10647.0, 10596.0, 10495.0, 10460.0, 10500.0, 10472.0, 10541.0, 10544.0, 10550.0, 10524.0, 10480.0, 10525.0, 10531.0, 10559.0, 10551.0, 10487.0, 10512.0, 10491.0, 10528.0, 10507.0, 10561.0, 10557.0, 10571.0, 10557.0, 10532.0, 10581.0, 10492.0, 10540.0, 10554.0, 10526.0, 10597.0, 10572.0, 10641.0, 10609.0, 10570.0, 10531.0, 10478.0, 10469.0, 10472.0, 10467.0, 10505.0, 10523.0, 10636.0, 10495.0, 10462.0, 10540.0, 10540.0, 10577.0, 10506.0, 10453.0, 10551.0, 10529.0, 10570.0, 10533.0, 10488.0, 10493.0, 10510.0, 10492.0, 10488.0, 10495.0, 10517.0, 10489.0, 10488.0, 10528.0, 10512.0, 10599.0, 10539.0, 10545.0, 10592.0, 10578.0, 10621.0, 10584.0, 10540.0, 10603.0, 10546.0, 10550.0, 10532.0, 10506.0, 10573.0, 10515.0, 10470.0, 10492.0, 10484.0, 10486.0, 10538.0, 10511.0, 10545.0, 10515.0, 10487.0, 10483.0, 10445.0, 10532.0, 10533.0, 10566.0, 10518.0, 10470.0, 10501.0, 10565.0, 10568.0, 10545.0, 10514.0, 10508.0, 10508.0, 10509.0, 10496.0, 10481.0, 10555.0, 10561.0, 10613.0, 10560.0, 10503.0, 10504.0, 10505.0, 10517.0, 10502.0, 10520.0, 10558.0, 10529.0, 10578.0, 10534.0, 10550.0, 10562.0, 10567.0, 10578.0, 10471.0, 10438.0, 10497.0, 10543.0, 10556.0, 10547.0, 10569.0, 10550.0, 10534.0, 10530.0, 10510.0, 10562.0, 10522.0, 10502.0, 10514.0, 10534.0, 10510.0, 10593.0, 10517.0, 10549.0, 10490.0, 10484.0, 10575.0, 10482.0, 10575.0, 10537.0, 10487.0, 10590.0, 10525.0, 10611.0, 10566.0, 10482.0, 10501.0, 10460.0, 10444.0, 10472.0, 10512.0, 10580.0, 10537.0, 10471.0, 10513.0, 10532.0, 10584.0, 10527.0, 10537.0, 10598.0, 10490.0, 10454.0, 10505.0, 10467.0, 10482.0, 10457.0, 10515.0, 10535.0, 10520.0, 10537.0, 10503.0, 10546.0, 10508.0, 10505.0, 10532.0, 10533.0, 10576.0, 10534.0, 10529.0, 10569.0, 10511.0, 10543.0, 10493.0, 10467.0, 10511.0, 10495.0, 10633.0, 10549.0, 10467.0, 10515.0, 10492.0, 10527.0, 10490.0, 10478.0, 10503.0, 10488.0, 10524.0, 10484.0, 10469.0, 10514.0, 10487.0, 10511.0, 10473.0, 10470.0, 10513.0, 10484.0, 10505.0, 10490.0, 10496.0, 10490.0, 10464.0, 10512.0, 10549.0, 10611.0, 10548.0, 10490.0, 10522.0, 10554.0, 10571.0, 10561.0, 10516.0, 10524.0, 10492.0, 10466.0, 10497.0, 10480.0, 10524.0, 10522.0, 10551.0, 10564.0, 10526.0, 10547.0, 10539.0, 10611.0, 10561.0, 10511.0, 10543.0, 10504.0, 10545.0, 10530.0, 10519.0, 10598.0, 10524.0, 10583.0, 10539.0, 10539.0, 10629.0, 10516.0, 10542.0, 10528.0, 10573.0, 10527.0, 10500.0, 10490.0, 10487.0, 10460.0, 10499.0, 10485.0, 10508.0, 10556.0, 10569.0, 10554.0, 10521.0, 10503.0, 10487.0, 10476.0, 10573.0, 10529.0, 10564.0, 10523.0, 10470.0, 10505.0, 10497.0, 10569.0, 10523.0, 10603.0, 10534.0, 10482.0, 10590.0, 10541.0, 10623.0, 10605.0, 10545.0, 10506.0, 10499.0, 10502.0, 10518.0, 10519.0, 10629.0, 10572.0, 10561.0, 10502.0, 10511.0, 10534.0, 10482.0, 10475.0, 10525.0, 10511.0, 10640.0, 10606.0, 10569.0, 10563.0, 10484.0, 10511.0, 10517.0, 10483.0, 10527.0, 10456.0, 10461.0, 10541.0, 10505.0, 10502.0, 10493.0, 10476.0, 10508.0, 10471.0, 10468.0, 10530.0, 10525.0, 10600.0, 10488.0, 10451.0, 10460.0, 10473.0, 10548.0, 10511.0, 10541.0, 10526.0, 10517.0, 10482.0, 10482.0, 10520.0, 10524.0, 10482.0, 10549.0, 10498.0, 10458.0, 10488.0, 10493.0, 10568.0, 10545.0, 10501.0, 10563.0, 10504.0, 10515.0, 10550.0, 10530.0, 10542.0, 10533.0, 10635.0, 10533.0, 10495.0, 10535.0, 10503.0, 10621.0, 10580.0, 10529.0, 10522.0, 10503.0, 10443.0, 10505.0, 10520.0, 10569.0, 10557.0, 10552.0, 10594.0, 10565.0, 10575.0, 10608.0, 10551.0, 10600.0, 10622.0, 10582.0, 10586.0, 10557.0, 10564.0, 10551.0, 10481.0, 10496.0, 10593.0, 10577.0, 10617.0, 10508.0, 10475.0, 10458.0, 10480.0, 10460.0, 10483.0, 10497.0, 10477.0, 10475.0, 10477.0, 10525.0, 10525.0, 10516.0, 10503.0, 10492.0, 10544.0, 10535.0, 10590.0, 10507.0, 10490.0, 10555.0, 10533.0, 10566.0, 10488.0, 10469.0, 10495.0, 10483.0, 10527.0, 10544.0, 10519.0, 10549.0, 10509.0, 10496.0, 10484.0, 10509.0, 10549.0, 10496.0, 10559.0, 10544.0, 10623.0, 10511.0, 10454.0, 10494.0, 10518.0, 10548.0, 10525.0, 10541.0, 10546.0, 10508.0, 10512.0, 10507.0, 10477.0, 10519.0, 10536.0, 10584.0, 10534.0, 10597.0, 10543.0, 10511.0, 10559.0, 10555.0, 10539.0, 10660.0, 10552.0, 10482.0, 10500.0, 10498.0, 10564.0, 10554.0, 10516.0, 10533.0, 10511.0, 10541.0, 10482.0, 10545.0, 10530.0, 10554.0, 10657.0, 10521.0, 10511.0, 10545.0, 10519.0, 10596.0, 10488.0, 10496.0, 10550.0, 10551.0, 10595.0, 10493.0, 10456.0, 10500.0, 10508.0, 10538.0, 10525.0, 10515.0, 10591.0, 10548.0, 10490.0, 10524.0, 10524.0, 10470.0, 10510.0, 10507.0, 10564.0, 10536.0, 10553.0, 10590.0, 10552.0, 10548.0, 10583.0, 10546.0, 10564.0, 10602.0, 10538.0, 10544.0, 10577.0, 10541.0, 10550.0, 10479.0, 10449.0, 10463.0, 10462.0, 10471.0, 10507.0, 10518.0, 10462.0, 10465.0, 10466.0, 10553.0, 10515.0, 10473.0, 10487.0, 10497.0, 10541.0, 10559.0, 10527.0, 10556.0, 10533.0, 10519.0, 10498.0, 10457.0, 10508.0, 10526.0, 10573.0, 10541.0, 10588.0, 10548.0, 10490.0, 10532.0, 10567.0, 10590.0, 10557.0, 10566.0, 10526.0, 10501.0, 10556.0, 10511.0, 10613.0, 10566.0, 10655.0, 10641.0, 10595.0, 10546.0, 10502.0, 10590.0, 10566.0, 10627.0, 10650.0, 10569.0, 10506.0, 10503.0, 10499.0, 10519.0, 10511.0, 10503.0, 10537.0, 10512.0, 10521.0, 10551.0, 10524.0, 10608.0, 10552.0, 10544.0, 10548.0, 10504.0, 10591.0, 10540.0, 10569.0, 10526.0, 10471.0, 10487.0, 10458.0, 10449.0, 10515.0, 10522.0, 10577.0, 10502.0, 10485.0, 10481.0, 10482.0, 10547.0, 10490.0, 10518.0, 10550.0, 10503.0, 10539.0, 10523.0, 10511.0, 10498.0, 10494.0, 10453.0, 10510.0, 10574.0, 10560.0, 10549.0, 10534.0, 10530.0, 10540.0, 10540.0, 10573.0, 10545.0, 10539.0, 10556.0, 10546.0, 10637.0, 10570.0, 10491.0, 10506.0, 10479.0, 10464.0, 10548.0, 10526.0, 10559.0, 10545.0, 10554.0, 10576.0, 10525.0, 10523.0, 10580.0, 10528.0, 10579.0, 10598.0, 10531.0, 10569.0, 10505.0, 10490.0, 10575.0, 10534.0, 10643.0, 10491.0, 10521.0, 10550.0, 10531.0, 10486.0, 10506.0, 10508.0, 10561.0, 10563.0, 10543.0, 10530.0, 10485.0, 10546.0, 10549.0, 10593.0, 10504.0, 10439.0, 10543.0, 10511.0, 10574.0, 10578.0, 10518.0, 10546.0, 10519.0, 10491.0, 10596.0, 10566.0, 10612.0, 10592.0, 10554.0, 10554.0, 10550.0, 10618.0, 10623.0, 10670.0, 10629.0, 10607.0, 10593.0, 10525.0, 10561.0, 10509.0, 10494.0, 10556.0, 10564.0, 10608.0, 10548.0, 10493.0, 10447.0, 10433.0, 10468.0, 10486.0, 10479.0, 10512.0, 10529.0, 10526.0, 10505.0, 10503.0, 10450.0, 10415.0, 10530.0, 10548.0, 10522.0, 10555.0, 10482.0, 10519.0, 10513.0, 10549.0, 10557.0, 10543.0, 10550.0, 10505.0, 10481.0, 10537.0, 10554.0, 10610.0, 10576.0, 10592.0, 10549.0, 10541.0, 10561.0, 10529.0, 10525.0, 10530.0, 10505.0, 10571.0, 10551.0, 10657.0, 10592.0, 10621.0, 10608.0, 10519.0, 10530.0, 10483.0, 10468.0, 10497.0, 10552.0, 10569.0, 10519.0, 10582.0, 10582.0, 10489.0, 10494.0, 10484.0, 10473.0, 10549.0, 10490.0, 10545.0, 10524.0, 10585.0, 10556.0, 10550.0, 10557.0, 10567.0, 10488.0, 10516.0, 10490.0, 10535.0, 10542.0, 10565.0, 10615.0, 10571.0, 10521.0, 10582.0, 10578.0, 10583.0, 10585.0, 10532.0, 10580.0, 10547.0, 10590.0, 10596.0, 10611.0, 10661.0, 10629.0, 10613.0, 10566.0, 10541.0, 10607.0, 10572.0, 10603.0, 10549.0, 10507.0, 10603.0, 10536.0, 10596.0, 10562.0, 10514.0, 10524.0, 10467.0, 10442.0, 10524.0, 10502.0, 10612.0, 10601.0, 10497.0, 10501.0, 10468.0, 10451.0, 10499.0, 10490.0, 10520.0, 10489.0, 10505.0, 10526.0, 10517.0, 10505.0, 10550.0, 10519.0, 10479.0, 10507.0, 10507.0, 10527.0, 10558.0, 10554.0, 10618.0, 10563.0, 10605.0, 10602.0, 10532.0, 10575.0, 10507.0, 10440.0, 10514.0, 10502.0, 10531.0, 10545.0, 10559.0, 10543.0, 10512.0, 10526.0, 10511.0, 10481.0, 10499.0, 10531.0, 10568.0, 10538.0, 10630.0, 10536.0, 10532.0, 10510.0, 10511.0, 10464.0, 10521.0, 10565.0, 10599.0, 10567.0, 10517.0, 10531.0, 10525.0, 10517.0, 10499.0, 10516.0, 10555.0, 10574.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.0004360529344073648</td></tr>
<tr><td colspan=3>aqi</td><td>0.021646566743383194</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.24824795970046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1727330914285714</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0077144681451622</td></tr>
<tr><td colspan=3>efc</td><td>0.5409</td></tr>
<tr><td colspan=3>fber</td><td>2501.8018</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13920404330017738</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.669735327963178</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4457288319919526</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3562960347306157</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.660579391112299</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3203110701329432</td></tr>
<tr><td colspan=3>gcor</td><td>0.0219991</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007411596365272999</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06540030241012573</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.362049973961295</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8489</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.2276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>299.9668</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1362.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>510.9353</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1788</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.4385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3988.7996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.9831</td></tr>
<tr><td colspan=3>tsnr</td><td>37.55951693630777</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>