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

616 lines
No EOL
107 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-0051_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0051_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-04/func/sub-0051_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8961685ff5d73337fb6909f5ce8f4a9f</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>14:47:31.712500</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101022</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</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>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ad9b782-0de6-4202-9a38-2099720a9781||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['144731.712500', '144732.172500', '144732.632500', '144733.092500', '144733.552500', '144734.012500', '144734.472500', '144734.932500', '144735.392500', '144735.852500', '144736.312500', '144736.772500', '144737.232500', '144737.692500', '144738.152500', '144738.612500', '144739.072500', '144739.532500', '144739.992500', '144740.452500', '144740.912500', '144741.372500', '144741.832500', '144742.292500', '144742.752500', '144743.212500', '144743.672500', '144744.132500', '144744.592500', '144745.052500', '144745.512500', '144745.972500', '144746.432500', '144746.892500', '144747.352500', '144747.812500', '144748.272500', '144748.732500', '144749.192500', '144749.652500', '144750.112500', '144750.572500', '144751.032500', '144751.492500', '144751.952500', '144752.412500', '144752.872500', '144753.332500', '144753.792500', '144754.252500', '144754.712500', '144755.172500', '144755.632500', '144756.092500', '144756.552500', '144757.012500', '144757.472500', '144757.932500', '144758.392500', '144758.852500', '144759.312500', '144759.772500', '144800.232500', '144800.692500', '144801.152500', '144801.612500', '144802.072500', '144802.532500', '144802.992500', '144803.452500', '144803.912500', '144804.372500', '144804.832500', '144805.292500', '144805.752500', '144806.212500', '144806.672500', '144807.132500', '144807.592500', '144808.052500', '144808.512500', '144808.972500', '144809.432500', '144809.892500', '144810.352500', '144810.812500', '144811.272500', '144811.732500', '144812.192500', '144812.652500', '144813.112500', '144813.572500', '144814.032500', '144814.492500', '144814.952500', '144815.412500', '144815.872500', '144816.332500', '144816.792500', '144817.252500', '144817.712500', '144818.172500', '144818.632500', '144819.092500', '144819.552500', '144820.012500', '144820.472500', '144820.932500', '144821.392500', '144821.852500', '144822.312500', '144822.772500', '144823.232500', '144823.692500', '144824.152500', '144824.612500', '144825.072500', '144825.532500', '144825.992500', '144826.452500', '144826.912500', '144827.372500', '144827.832500', '144828.292500', '144828.752500', '144829.212500', '144829.672500', '144830.132500', '144830.592500', '144831.052500', '144831.512500', '144831.972500', '144832.432500', '144832.892500', '144833.352500', '144833.812500', '144834.272500', '144834.732500', '144835.192500', '144835.652500', '144836.112500', '144836.572500', '144837.032500', '144837.492500', '144837.952500', '144838.412500', '144838.872500', '144839.332500', '144839.792500', '144840.252500', '144840.712500', '144841.172500', '144841.632500', '144842.092500', '144842.552500', '144843.012500', '144843.472500', '144843.932500', '144844.392500', '144844.852500', '144845.312500', '144845.772500', '144846.232500', '144846.692500', '144847.152500', '144847.612500', '144848.072500', '144848.532500', '144848.992500', '144849.452500', '144849.912500', '144850.372500', '144850.832500', '144851.292500', '144851.752500', '144852.212500', '144852.672500', '144853.132500', '144853.592500', '144854.052500', '144854.512500', '144854.972500', '144855.432500', '144855.892500', '144856.352500', '144856.812500', '144857.272500', '144857.732500', '144858.192500', '144858.652500', '144859.112500', '144859.572500', '144900.032500', '144900.492500', '144900.952500', '144901.412500', '144901.872500', '144902.332500', '144902.792500', '144903.252500', '144903.712500', '144904.172500', '144904.632500', '144905.092500', '144905.552500', '144906.012500', '144906.472500', '144906.932500', '144907.392500', '144907.852500', '144908.312500', '144908.772500', '144909.232500', '144909.692500', '144910.152500', '144910.612500', '144911.072500', '144911.532500', '144911.992500', '144912.452500', '144912.912500', '144913.372500', '144913.832500', '144914.292500', '144914.752500', '144915.212500', '144915.672500', '144916.132500', '144916.592500', '144917.052500', '144917.512500', '144917.972500', '144918.432500', '144918.892500', '144919.352500', '144919.812500', '144920.272500', '144920.732500', '144921.192500', '144921.652500', '144922.112500', '144922.572500', '144923.032500', '144923.492500', '144923.952500', '144924.412500', '144924.872500', '144925.332500', '144925.792500', '144926.252500', '144926.712500', '144927.172500', '144927.632500', '144928.092500', '144928.552500', '144929.012500', '144929.472500', '144929.932500', '144930.392500', '144930.852500', '144931.312500', '144931.772500', '144932.232500', '144932.692500', '144933.152500', '144933.612500', '144934.072500', '144934.532500', '144934.992500', '144935.452500', '144935.912500', '144936.372500', '144936.832500', '144937.292500', '144937.752500', '144938.212500', '144938.672500', '144939.132500', '144939.592500', '144940.052500', '144940.512500', '144940.972500', '144941.432500', '144941.892500', '144942.352500', '144942.812500', '144943.272500', '144943.732500', '144944.192500', '144944.652500', '144945.112500', '144945.572500', '144946.032500', '144946.492500', '144946.952500', '144947.412500', '144947.872500', '144948.332500', '144948.792500', '144949.252500', '144949.712500', '144950.172500', '144950.632500', '144951.092500', '144951.552500', '144952.012500', '144952.472500', '144952.932500', '144953.392500', '144953.852500', '144954.312500', '144954.772500', '144955.232500', '144955.692500', '144956.152500', '144956.612500', '144957.072500', '144957.532500', '144957.992500', '144958.452500', '144958.912500', '144959.372500', '144959.832500', '145000.292500', '145000.752500', '145001.212500', '145001.672500', '145002.132500', '145002.592500', '145003.052500', '145003.512500', '145003.972500', '145004.432500', '145004.892500', '145005.352500', '145005.812500', '145006.272500', '145006.732500', '145007.192500', '145007.652500', '145008.112500', '145008.572500', '145009.032500', '145009.492500', '145009.952500', '145010.412500', '145010.872500', '145011.332500', '145011.792500', '145012.252500', '145012.712500', '145013.172500', '145013.632500', '145014.092500', '145014.552500', '145015.012500', '145015.472500', '145015.932500', '145016.392500', '145016.852500', '145017.312500', '145017.772500', '145018.232500', '145018.692500', '145019.152500', '145019.612500', '145020.072500', '145020.532500', '145020.992500', '145021.452500', '145021.912500', '145022.372500', '145022.832500', '145023.292500', '145023.752500', '145024.212500', '145024.672500', '145025.132500', '145025.592500', '145026.052500', '145026.512500', '145026.972500', '145027.432500', '145027.892500', '145028.352500', '145028.812500', '145029.272500', '145029.732500', '145030.192500', '145030.652500', '145031.112500', '145031.572500', '145032.032500', '145032.492500', '145032.952500', '145033.412500', '145033.872500', '145034.332500', '145034.792500', '145035.252500', '145035.712500', '145036.172500', '145036.632500', '145037.092500', '145037.552500', '145038.012500', '145038.472500', '145038.932500', '145039.392500', '145039.852500', '145040.312500', '145040.772500', '145041.232500', '145041.692500', '145042.152500', '145042.612500', '145043.072500', '145043.532500', '145043.992500', '145044.452500', '145044.912500', '145045.372500', '145045.832500', '145046.292500', '145046.752500', '145047.212500', '145047.672500', '145048.132500', '145048.592500', '145049.052500', '145049.512500', '145049.972500', '145050.432500', '145050.892500', '145051.352500', '145051.812500', '145052.272500', '145052.732500', '145053.192500', '145053.652500', '145054.112500', '145054.572500', '145055.032500', '145055.492500', '145055.952500', '145056.412500', '145056.872500', '145057.332500', '145057.792500', '145058.252500', '145058.712500', '145059.172500', '145059.632500', '145100.092500', '145100.552500', '145101.012500', '145101.472500', '145101.932500', '145102.392500', '145102.852500', '145103.312500', '145103.772500', '145104.232500', '145104.692500', '145105.152500', '145105.612500', '145106.072500', '145106.532500', '145106.992500', '145107.452500', '145107.912500', '145108.372500', '145108.832500', '145109.292500', '145109.752500', '145110.212500', '145110.672500', '145111.132500', '145111.592500', '145112.052500', '145112.512500', '145112.972500', '145113.432500', '145113.892500', '145114.352500', '145114.812500', '145115.272500', '145115.732500', '145116.192500', '145116.652500', '145117.112500', '145117.572500', '145118.032500', '145118.492500', '145118.952500', '145119.412500', '145119.872500', '145120.332500', '145120.792500', '145121.252500', '145121.712500', '145122.172500', '145122.632500', '145123.092500', '145123.552500', '145124.012500', '145124.472500', '145124.932500', '145125.392500', '145125.852500', '145126.312500', '145126.772500', '145127.232500', '145127.692500', '145128.152500', '145128.612500', '145129.072500', '145129.532500', '145129.992500', '145130.452500', '145130.912500', '145131.372500', '145131.832500', '145132.292500', '145132.752500', '145133.212500', '145133.672500', '145134.132500', '145134.592500', '145135.052500', '145135.512500', '145135.972500', '145136.432500', '145136.892500', '145137.352500', '145137.812500', '145138.272500', '145138.732500', '145139.192500', '145139.652500', '145140.112500', '145140.572500', '145141.032500', '145141.492500', '145141.952500', '145142.412500', '145142.872500', '145143.332500', '145143.792500', '145144.252500', '145144.712500', '145145.172500', '145145.632500', '145146.092500', '145146.552500', '145147.012500', '145147.472500', '145147.932500', '145148.392500', '145148.852500', '145149.312500', '145149.772500', '145150.232500', '145150.692500', '145151.152500', '145151.612500', '145152.072500', '145152.532500', '145152.992500', '145153.452500', '145153.912500', '145154.372500', '145154.832500', '145155.292500', '145155.752500', '145156.212500', '145156.672500', '145157.132500', '145157.592500', '145158.052500', '145158.512500', '145158.972500', '145159.432500', '145159.892500', '145200.352500', '145200.812500', '145201.272500', '145201.732500', '145202.192500', '145202.652500', '145203.112500', '145203.572500', '145204.032500', '145204.492500', '145204.952500', '145205.412500', '145205.872500', '145206.332500', '145206.792500', '145207.252500', '145207.712500', '145208.172500', '145208.632500', '145209.092500', '145209.552500', '145210.012500', '145210.472500', '145210.932500', '145211.392500', '145211.852500', '145212.312500', '145212.772500', '145213.232500', '145213.692500', '145214.152500', '145214.612500', '145215.072500', '145215.532500', '145215.992500', '145216.452500', '145216.912500', '145217.372500', '145217.832500', '145218.292500', '145218.752500', '145219.212500', '145219.672500', '145220.132500', '145220.592500', '145221.052500', '145221.512500', '145221.972500', '145222.432500', '145222.892500', '145223.352500', '145223.812500', '145224.272500', '145224.732500', '145225.192500', '145225.652500', '145226.112500', '145226.572500', '145227.032500', '145227.492500', '145227.952500', '145228.412500', '145228.872500', '145229.332500', '145229.792500', '145230.252500', '145230.712500', '145231.172500', '145231.632500', '145232.092500', '145232.552500', '145233.012500', '145233.472500', '145233.932500', '145234.392500', '145234.852500', '145235.312500', '145235.772500', '145236.232500', '145236.692500', '145237.152500', '145237.612500', '145238.072500', '145238.532500', '145238.992500', '145239.452500', '145239.912500', '145240.372500', '145240.832500', '145241.292500', '145241.752500', '145242.212500', '145242.672500', '145243.132500', '145243.592500', '145244.052500', '145244.512500', '145244.972500', '145245.432500', '145245.892500', '145246.352500', '145246.812500', '145247.272500', '145247.732500', '145248.192500', '145248.652500', '145249.112500', '145249.572500', '145250.032500', '145250.492500', '145250.952500', '145251.412500', '145251.872500', '145252.332500', '145252.792500', '145253.252500', '145253.712500', '145254.172500', '145254.632500', '145255.092500', '145255.552500', '145256.012500', '145256.472500', '145256.932500', '145257.392500', '145257.852500', '145258.312500', '145258.772500', '145259.232500', '145259.692500', '145300.152500', '145300.612500', '145301.072500', '145301.532500', '145301.992500', '145302.452500', '145302.912500', '145303.372500', '145303.832500', '145304.292500', '145304.752500', '145305.212500', '145305.672500', '145306.132500', '145306.592500', '145307.052500', '145307.512500', '145307.972500', '145308.432500', '145308.892500', '145309.352500', '145309.812500', '145310.272500', '145310.732500', '145311.192500', '145311.652500', '145312.112500', '145312.572500', '145313.032500', '145313.492500', '145313.952500', '145314.412500', '145314.872500', '145315.332500', '145315.792500', '145316.252500', '145316.712500', '145317.172500', '145317.632500', '145318.092500', '145318.552500', '145319.012500', '145319.472500', '145319.932500', '145320.392500', '145320.852500', '145321.312500', '145321.772500', '145322.232500', '145322.692500', '145323.152500', '145323.612500', '145324.072500', '145324.532500', '145324.992500', '145325.452500', '145325.912500', '145326.372500', '145326.832500', '145327.292500', '145327.752500', '145328.212500', '145328.672500', '145329.132500', '145329.592500', '145330.052500', '145330.512500', '145330.972500', '145331.432500', '145331.892500', '145332.352500', '145332.812500', '145333.272500', '145333.732500', '145334.192500', '145334.652500', '145335.112500', '145335.572500', '145336.032500', '145336.492500', '145336.952500', '145337.412500', '145337.872500', '145338.332500', '145338.792500', '145339.252500', '145339.712500', '145340.172500', '145340.632500', '145341.092500', '145341.552500', '145342.012500', '145342.472500', '145342.932500', '145343.392500', '145343.852500', '145344.312500', '145344.772500', '145345.232500', '145345.692500', '145346.152500', '145346.612500', '145347.072500', '145347.532500', '145347.992500', '145348.452500', '145348.912500', '145349.372500', '145349.832500', '145350.292500', '145350.752500', '145351.212500', '145351.672500', '145352.132500', '145352.592500', '145353.052500', '145353.512500', '145353.972500', '145354.432500', '145354.892500', '145355.352500', '145355.812500', '145356.272500', '145356.732500', '145357.192500', '145357.652500', '145358.112500', '145358.572500', '145359.032500', '145359.492500', '145359.952500', '145400.412500', '145400.872500', '145401.332500', '145401.792500', '145402.252500', '145402.712500', '145403.172500', '145403.632500', '145404.092500', '145404.552500', '145405.012500', '145405.472500', '145405.932500', '145406.392500', '145406.852500', '145407.312500', '145407.772500', '145408.232500', '145408.692500', '145409.152500', '145409.612500', '145410.072500', '145410.532500', '145410.992500', '145411.452500', '145411.912500', '145412.372500'], 'ContentTime': ['144750.737000', '144750.740000', '144750.743000', '144750.746000', '144750.748000', '144750.751000', '144750.755000', '144750.758000', '144750.761000', '144750.763000', '144750.766000', '144750.768000', '144750.771000', '144750.773000', '144750.776000', '144750.778000', '144750.781000', '144750.783000', '144750.786000', '144750.789000', '144750.791000', '144750.794000', '144750.797000', '144750.800000', '144750.802000', '144750.805000', '144750.808000', '144750.810000', '144750.813000', '144750.816000', '144750.818000', '144750.821000', '144750.823000', '144750.826000', '144750.828000', '144750.831000', '144750.834000', '144750.836000', '144810.696000', '144810.699000', '144810.702000', '144810.705000', '144810.707000', '144810.710000', '144810.717000', '144810.719000', '144810.722000', '144810.725000', '144810.728000', '144810.731000', '144810.733000', '144810.736000', '144810.738000', '144810.741000', '144810.744000', '144810.746000', '144810.749000', '144810.751000', '144810.755000', '144810.758000', '144810.760000', '144810.763000', '144810.765000', '144810.768000', '144810.770000', '144810.773000', '144810.776000', '144810.778000', '144810.781000', '144810.783000', '144810.786000', '144810.789000', '144810.791000', '144810.794000', '144810.796000', '144810.799000', '144810.801000', '144810.804000', '144810.807000', '144810.809000', '144810.812000', '144830.697000', '144830.699000', '144830.702000', '144830.705000', '144830.707000', '144830.710000', '144830.712000', '144830.715000', '144830.718000', '144830.720000', '144830.723000', '144830.728000', '144830.730000', '144830.733000', '144830.736000', '144830.738000', '144830.741000', '144830.743000', '144830.746000', '144830.749000', '144830.751000', '144830.754000', '144830.756000', '144830.759000', '144830.761000', '144830.764000', '144830.767000', '144830.769000', '144830.772000', '144830.774000', '144830.777000', '144830.791000', '144830.794000', '144830.796000', '144830.799000', '144830.802000', '144830.804000', '144830.807000', '144830.809000', '144830.812000', '144830.815000', '144830.817000', '144830.820000', '144830.822000', '144850.696000', '144850.699000', '144850.702000', '144850.705000', '144850.707000', '144850.710000', '144850.712000', '144850.715000', '144850.718000', '144850.720000', '144850.723000', '144850.725000', '144850.728000', '144850.730000', '144850.733000', '144850.736000', '144850.739000', '144850.742000', '144850.745000', '144850.747000', '144850.750000', '144850.752000', '144850.755000', '144850.757000', '144850.760000', '144850.763000', '144850.765000', '144850.768000', '144850.770000', '144850.773000', '144850.775000', '144850.778000', '144850.781000', '144850.783000', '144850.786000', '144850.788000', '144850.791000', '144850.794000', '144850.801000', '144850.803000', '144850.806000', '144850.808000', '144850.811000', '144910.696000', '144910.699000', '144910.702000', '144910.704000', '144910.707000', '144910.710000', '144910.712000', '144910.715000', '144910.717000', '144910.720000', '144910.723000', '144910.725000', '144910.728000', '144910.730000', '144910.733000', '144910.736000', '144910.738000', '144910.741000', '144910.743000', '144910.746000', '144910.749000', '144910.751000', '144910.754000', '144910.756000', '144910.763000', '144910.766000', '144910.768000', '144910.771000', '144910.773000', '144910.776000', '144910.779000', '144910.781000', '144910.784000', '144910.786000', '144910.789000', '144910.791000', '144910.794000', '144910.797000', '144910.799000', '144910.802000', '144910.804000', '144910.807000', '144910.809000', '144910.812000', '144930.697000', '144930.699000', '144930.702000', '144930.705000', '144930.707000', '144930.710000', '144930.712000', '144930.715000', '144930.718000', '144930.720000', '144930.723000', '144930.725000', '144930.734000', '144930.737000', '144930.740000', '144930.742000', '144930.745000', '144930.747000', '144930.750000', '144930.753000', '144930.755000', '144930.758000', '144930.760000', '144930.763000', '144930.766000', '144930.768000', '144930.771000', '144930.774000', '144930.776000', '144930.779000', '144930.782000', '144930.784000', '144930.787000', '144930.789000', '144930.793000', '144930.796000', '144930.798000', '144930.801000', '144930.804000', '144930.806000', '144930.809000', '144930.811000', '144930.814000', '144950.697000', '144950.699000', '144950.702000', '144950.705000', '144950.707000', '144950.710000', '144950.712000', '144950.715000', '144950.717000', '144950.720000', '144950.723000', '144950.725000', '144950.728000', '144950.730000', '144950.733000', '144950.736000', '144950.738000', '144950.741000', '144950.743000', '144950.746000', '144950.749000', '144950.751000', '144950.754000', '144950.756000', '144950.759000', '144950.761000', '144950.764000', '144950.767000', '144950.769000', '144950.772000', '144950.774000', '144950.777000', '144950.780000', '144950.782000', '144950.785000', '144950.787000', '144950.790000', '144950.792000', '144950.795000', '144950.798000', '144950.800000', '144950.803000', '144950.806000', '144950.808000', '145010.696000', '145010.699000', '145010.702000', '145010.704000', '145010.707000', '145010.710000', '145010.712000', '145010.715000', '145010.717000', '145010.720000', '145010.723000', '145010.725000', '145010.728000', '145010.730000', '145010.733000', '145010.740000', '145010.743000', '145010.746000', '145010.748000', '145010.751000', '145010.753000', '145010.756000', '145010.758000', '145010.761000', '145010.764000', '145010.766000', '145010.783000', '145010.786000', '145010.788000', '145010.791000', '145010.794000', '145010.796000', '145010.799000', '145010.801000', '145010.804000', '145010.806000', '145010.809000', '145010.812000', '145010.814000', '145010.861000', '145010.864000', '145010.866000', '145010.869000', '145030.697000', '145030.699000', '145030.702000', '145030.705000', '145030.707000', '145030.710000', '145030.712000', '145030.715000', '145030.718000', '145030.720000', '145030.723000', '145030.725000', '145030.728000', '145030.731000', '145030.733000', '145030.736000', '145030.738000', '145030.741000', '145030.744000', '145030.746000', '145030.749000', '145030.751000', '145030.754000', '145030.757000', '145030.759000', '145030.762000', '145030.764000', '145030.767000', '145030.770000', '145030.772000', '145030.775000', '145030.777000', '145030.780000', '145030.783000', '145030.785000', '145030.788000', '145030.790000', '145030.793000', '145030.796000', '145030.798000', '145030.801000', '145030.803000', '145030.806000', '145030.809000', '145050.696000', '145050.699000', '145050.702000', '145050.705000', '145050.707000', '145050.710000', '145050.713000', '145050.715000', '145050.718000', '145050.720000', '145050.723000', '145050.725000', '145050.728000', '145050.731000', '145050.733000', '145050.736000', '145050.739000', '145050.741000', '145050.744000', '145050.746000', '145050.749000', '145050.751000', '145050.754000', '145050.757000', '145050.759000', '145050.762000', '145050.764000', '145050.767000', '145050.770000', '145050.772000', '145050.775000', '145050.777000', '145050.780000', '145050.783000', '145050.785000', '145050.788000', '145050.790000', '145050.793000', '145050.795000', '145050.798000', '145050.801000', '145050.803000', '145050.806000', '145110.697000', '145110.699000', '145110.702000', '145110.705000', '145110.707000', '145110.710000', '145110.712000', '145110.715000', '145110.717000', '145110.720000', '145110.723000', '145110.725000', '145110.728000', '145110.730000', '145110.733000', '145110.736000', '145110.738000', '145110.741000', '145110.743000', '145110.746000', '145110.748000', '145110.751000', '145110.753000', '145110.756000', '145110.759000', '145110.761000', '145110.764000', '145110.767000', '145110.769000', '145110.772000', '145110.774000', '145110.777000', '145110.780000', '145110.782000', '145110.785000', '145110.787000', '145110.790000', '145110.793000', '145110.795000', '145110.798000', '145110.801000', '145110.803000', '145110.806000', '145110.808000', '145130.696000', '145130.699000', '145130.702000', '145130.704000', '145130.707000', '145130.710000', '145130.713000', '145130.715000', '145130.718000', '145130.721000', '145130.723000', '145130.726000', '145130.728000', '145130.731000', '145130.734000', '145130.736000', '145130.739000', '145130.741000', '145130.744000', '145130.747000', '145130.749000', '145130.752000', '145130.754000', '145130.757000', '145130.760000', '145130.762000', '145130.765000', '145130.767000', '145130.770000', '145130.772000', '145130.775000', '145130.778000', '145130.780000', '145130.783000', '145130.785000', '145130.788000', '145130.791000', '145130.793000', '145130.796000', '145130.799000', '145130.801000', '145130.804000', '145130.806000', '145150.697000', '145150.699000', '145150.702000', '145150.705000', '145150.707000', '145150.710000', '145150.712000', '145150.715000', '145150.742000', '145150.746000', '145150.749000', '145150.751000', '145150.754000', '145150.756000', '145150.759000', '145150.761000', '145150.764000', '145150.767000', '145150.769000', '145150.772000', '145150.774000', '145150.777000', '145150.780000', '145150.782000', '145150.785000', '145150.787000', '145150.790000', '145150.792000', '145150.795000', '145150.798000', '145150.800000', '145150.803000', '145150.805000', '145150.808000', '145150.810000', '145150.813000', '145150.875000', '145150.877000', '145150.880000', '145150.883000', '145150.885000', '145150.888000', '145150.890000', '145150.893000', '145210.697000', '145210.699000', '145210.702000', '145210.705000', '145210.707000', '145210.710000', '145210.713000', '145210.715000', '145210.718000', '145210.721000', '145210.723000', '145210.726000', '145210.728000', '145210.731000', '145210.734000', '145210.736000', '145210.739000', '145210.741000', '145210.744000', '145210.746000', '145210.749000', '145210.752000', '145210.754000', '145210.757000', '145210.759000', '145210.762000', '145210.765000', '145210.767000', '145210.770000', '145210.772000', '145210.775000', '145210.777000', '145210.780000', '145210.783000', '145210.785000', '145210.788000', '145210.791000', '145210.793000', '145210.796000', '145210.798000', '145210.801000', '145210.803000', '145210.806000', '145230.696000', '145230.699000', '145230.702000', '145230.704000', '145230.707000', '145230.710000', '145230.712000', '145230.715000', '145230.718000', '145230.720000', '145230.723000', '145230.725000', '145230.728000', '145230.731000', '145230.734000', '145230.737000', '145230.739000', '145230.742000', '145230.745000', '145230.747000', '145230.750000', '145230.753000', '145230.755000', '145230.758000', '145230.760000', '145230.763000', '145230.765000', '145230.768000', '145230.771000', '145230.773000', '145230.776000', '145230.778000', '145230.781000', '145230.784000', '145230.787000', '145230.789000', '145230.792000', '145230.794000', '145230.797000', '145230.800000', '145230.802000', '145230.805000', '145230.808000', '145230.810000', '145250.697000', '145250.699000', '145250.702000', '145250.705000', '145250.707000', '145250.710000', '145250.712000', '145250.715000', '145250.718000', '145250.720000', '145250.723000', '145250.726000', '145250.728000', '145250.731000', '145250.733000', '145250.736000', '145250.738000', '145250.741000', '145250.744000', '145250.746000', '145250.749000', '145250.752000', '145250.754000', '145250.757000', '145250.759000', '145250.762000', '145250.764000', '145250.767000', '145250.770000', '145250.772000', '145250.775000', '145250.777000', '145250.780000', '145250.783000', '145250.785000', '145250.788000', '145250.790000', '145250.793000', '145250.796000', '145250.798000', '145250.801000', '145250.803000', '145250.806000', '145310.696000', '145310.699000', '145310.702000', '145310.705000', '145310.707000', '145310.710000', '145310.713000', '145310.715000', '145310.718000', '145310.720000', '145310.723000', '145310.726000', '145310.729000', '145310.731000', '145310.734000', '145310.737000', '145310.740000', '145310.743000', '145310.745000', '145310.756000', '145310.759000', '145310.761000', '145310.764000', '145310.767000', '145310.769000', '145310.772000', '145310.774000', '145310.777000', '145310.779000', '145310.782000', '145310.785000', '145310.787000', '145310.790000', '145310.792000', '145310.795000', '145310.798000', '145310.800000', '145310.803000', '145310.811000', '145310.813000', '145310.891000', '145310.894000', '145310.896000', '145330.697000', '145330.700000', '145330.702000', '145330.705000', '145330.707000', '145330.710000', '145330.713000', '145330.715000', '145330.718000', '145330.720000', '145330.723000', '145330.725000', '145330.728000', '145330.731000', '145330.733000', '145330.736000', '145330.738000', '145330.741000', '145330.744000', '145330.747000', '145330.751000', '145330.754000', '145330.756000', '145330.759000', '145330.761000', '145330.764000', '145330.767000', '145330.769000', '145330.772000', '145330.774000', '145330.777000', '145330.780000', '145330.782000', '145330.785000', '145330.787000', '145330.790000', '145330.792000', '145330.795000', '145330.798000', '145330.800000', '145330.803000', '145330.805000', '145330.808000', '145330.811000', '145350.697000', '145350.699000', '145350.702000', '145350.705000', '145350.707000', '145350.710000', '145350.712000', '145350.715000', '145350.718000', '145350.720000', '145350.723000', '145350.725000', '145350.728000', '145350.731000', '145350.733000', '145350.736000', '145350.739000', '145350.741000', '145350.744000', '145350.747000', '145350.749000', '145350.752000', '145350.754000', '145350.757000', '145350.760000', '145350.762000', '145350.765000', '145350.767000', '145350.770000', '145350.773000', '145350.775000', '145350.778000', '145350.781000', '145350.783000', '145350.786000', '145350.788000', '145350.791000', '145350.794000', '145350.796000', '145350.799000', '145350.801000', '145350.804000', '145350.806000', '145350.809000', '145410.697000', '145410.700000', '145410.703000', '145410.706000', '145410.708000', '145410.711000', '145410.713000', '145410.716000', '145410.718000', '145410.721000', '145410.724000', '145410.726000', '145410.729000', '145410.731000', '145410.734000', '145410.736000', '145410.739000', '145410.742000', '145410.744000', '145410.747000', '145410.749000', '145410.752000', '145410.754000', '145410.757000', '145410.759000', '145410.762000', '145410.765000', '145410.767000', '145410.770000', '145410.773000', '145410.775000', '145410.778000', '145410.780000', '145410.783000', '145410.786000', '145410.788000', '145410.791000', '145410.793000', '145410.796000', '145410.799000', '145410.801000', '145410.804000', '145410.807000', '145414.125000', '145414.128000', '145414.131000', '145414.134000', '145414.136000', '145414.139000', '145414.142000', '145414.144000'], 'InstanceCreationTime': ['144750.737000', '144750.740000', '144750.743000', '144750.746000', '144750.748000', '144750.751000', '144750.755000', '144750.758000', '144750.761000', '144750.763000', '144750.766000', '144750.768000', '144750.771000', '144750.773000', '144750.776000', '144750.778000', '144750.781000', '144750.783000', '144750.786000', '144750.789000', '144750.791000', '144750.794000', '144750.797000', '144750.800000', '144750.802000', '144750.805000', '144750.808000', '144750.810000', '144750.813000', '144750.816000', '144750.818000', '144750.821000', '144750.823000', '144750.826000', '144750.828000', '144750.831000', '144750.834000', '144750.836000', '144810.696000', '144810.699000', '144810.702000', '144810.705000', '144810.707000', '144810.710000', '144810.717000', '144810.719000', '144810.722000', '144810.725000', '144810.728000', '144810.731000', '144810.733000', '144810.736000', '144810.738000', '144810.741000', '144810.744000', '144810.746000', '144810.749000', '144810.751000', '144810.755000', '144810.758000', '144810.760000', '144810.763000', '144810.765000', '144810.768000', '144810.770000', '144810.773000', '144810.776000', '144810.778000', '144810.781000', '144810.783000', '144810.786000', '144810.789000', '144810.791000', '144810.794000', '144810.796000', '144810.799000', '144810.801000', '144810.804000', '144810.807000', '144810.809000', '144810.812000', '144830.697000', '144830.699000', '144830.702000', '144830.705000', '144830.707000', '144830.710000', '144830.712000', '144830.715000', '144830.718000', '144830.720000', '144830.723000', '144830.728000', '144830.730000', '144830.733000', '144830.736000', '144830.738000', '144830.741000', '144830.743000', '144830.746000', '144830.749000', '144830.751000', '144830.754000', '144830.756000', '144830.759000', '144830.761000', '144830.764000', '144830.767000', '144830.769000', '144830.772000', '144830.774000', '144830.777000', '144830.791000', '144830.794000', '144830.796000', '144830.799000', '144830.802000', '144830.804000', '144830.807000', '144830.809000', '144830.812000', '144830.815000', '144830.817000', '144830.820000', '144830.822000', '144850.696000', '144850.699000', '144850.702000', '144850.705000', '144850.707000', '144850.710000', '144850.712000', '144850.715000', '144850.718000', '144850.720000', '144850.723000', '144850.725000', '144850.728000', '144850.730000', '144850.733000', '144850.736000', '144850.739000', '144850.742000', '144850.745000', '144850.747000', '144850.750000', '144850.752000', '144850.755000', '144850.757000', '144850.760000', '144850.763000', '144850.765000', '144850.768000', '144850.770000', '144850.773000', '144850.775000', '144850.778000', '144850.781000', '144850.783000', '144850.786000', '144850.788000', '144850.791000', '144850.794000', '144850.801000', '144850.803000', '144850.806000', '144850.808000', '144850.811000', '144910.696000', '144910.699000', '144910.702000', '144910.704000', '144910.707000', '144910.710000', '144910.712000', '144910.715000', '144910.717000', '144910.720000', '144910.723000', '144910.725000', '144910.728000', '144910.730000', '144910.733000', '144910.736000', '144910.738000', '144910.741000', '144910.743000', '144910.746000', '144910.749000', '144910.751000', '144910.754000', '144910.756000', '144910.763000', '144910.766000', '144910.768000', '144910.771000', '144910.773000', '144910.776000', '144910.779000', '144910.781000', '144910.784000', '144910.786000', '144910.789000', '144910.791000', '144910.794000', '144910.797000', '144910.799000', '144910.802000', '144910.804000', '144910.807000', '144910.809000', '144910.812000', '144930.697000', '144930.699000', '144930.702000', '144930.705000', '144930.707000', '144930.710000', '144930.712000', '144930.715000', '144930.718000', '144930.720000', '144930.723000', '144930.725000', '144930.734000', '144930.737000', '144930.740000', '144930.742000', '144930.745000', '144930.747000', '144930.750000', '144930.753000', '144930.755000', '144930.758000', '144930.760000', '144930.763000', '144930.766000', '144930.768000', '144930.771000', '144930.774000', '144930.776000', '144930.779000', '144930.782000', '144930.784000', '144930.787000', '144930.789000', '144930.793000', '144930.796000', '144930.798000', '144930.801000', '144930.804000', '144930.806000', '144930.809000', '144930.811000', '144930.814000', '144950.697000', '144950.699000', '144950.702000', '144950.705000', '144950.707000', '144950.710000', '144950.712000', '144950.715000', '144950.717000', '144950.720000', '144950.723000', '144950.725000', '144950.728000', '144950.730000', '144950.733000', '144950.736000', '144950.738000', '144950.741000', '144950.743000', '144950.746000', '144950.749000', '144950.751000', '144950.754000', '144950.756000', '144950.759000', '144950.761000', '144950.764000', '144950.767000', '144950.769000', '144950.772000', '144950.774000', '144950.777000', '144950.780000', '144950.782000', '144950.785000', '144950.787000', '144950.790000', '144950.792000', '144950.795000', '144950.798000', '144950.800000', '144950.803000', '144950.806000', '144950.808000', '145010.696000', '145010.699000', '145010.702000', '145010.704000', '145010.707000', '145010.710000', '145010.712000', '145010.715000', '145010.717000', '145010.720000', '145010.723000', '145010.725000', '145010.728000', '145010.730000', '145010.733000', '145010.740000', '145010.743000', '145010.746000', '145010.748000', '145010.751000', '145010.753000', '145010.756000', '145010.758000', '145010.761000', '145010.764000', '145010.766000', '145010.783000', '145010.786000', '145010.788000', '145010.791000', '145010.794000', '145010.796000', '145010.799000', '145010.801000', '145010.804000', '145010.806000', '145010.809000', '145010.812000', '145010.814000', '145010.861000', '145010.864000', '145010.866000', '145010.869000', '145030.697000', '145030.699000', '145030.702000', '145030.705000', '145030.707000', '145030.710000', '145030.712000', '145030.715000', '145030.718000', '145030.720000', '145030.723000', '145030.725000', '145030.728000', '145030.731000', '145030.733000', '145030.736000', '145030.738000', '145030.741000', '145030.744000', '145030.746000', '145030.749000', '145030.751000', '145030.754000', '145030.757000', '145030.759000', '145030.762000', '145030.764000', '145030.767000', '145030.770000', '145030.772000', '145030.775000', '145030.777000', '145030.780000', '145030.783000', '145030.785000', '145030.788000', '145030.790000', '145030.793000', '145030.796000', '145030.798000', '145030.801000', '145030.803000', '145030.806000', '145030.809000', '145050.696000', '145050.699000', '145050.702000', '145050.705000', '145050.707000', '145050.710000', '145050.713000', '145050.715000', '145050.718000', '145050.720000', '145050.723000', '145050.725000', '145050.728000', '145050.731000', '145050.733000', '145050.736000', '145050.739000', '145050.741000', '145050.744000', '145050.746000', '145050.749000', '145050.751000', '145050.754000', '145050.757000', '145050.759000', '145050.762000', '145050.764000', '145050.767000', '145050.770000', '145050.772000', '145050.775000', '145050.777000', '145050.780000', '145050.783000', '145050.785000', '145050.788000', '145050.790000', '145050.793000', '145050.795000', '145050.798000', '145050.801000', '145050.803000', '145050.806000', '145110.697000', '145110.699000', '145110.702000', '145110.705000', '145110.707000', '145110.710000', '145110.712000', '145110.715000', '145110.717000', '145110.720000', '145110.723000', '145110.725000', '145110.728000', '145110.730000', '145110.733000', '145110.736000', '145110.738000', '145110.741000', '145110.743000', '145110.746000', '145110.748000', '145110.751000', '145110.753000', '145110.756000', '145110.759000', '145110.761000', '145110.764000', '145110.767000', '145110.769000', '145110.772000', '145110.774000', '145110.777000', '145110.780000', '145110.782000', '145110.785000', '145110.787000', '145110.790000', '145110.793000', '145110.795000', '145110.798000', '145110.801000', '145110.803000', '145110.806000', '145110.808000', '145130.696000', '145130.699000', '145130.702000', '145130.704000', '145130.707000', '145130.710000', '145130.713000', '145130.715000', '145130.718000', '145130.721000', '145130.723000', '145130.726000', '145130.728000', '145130.731000', '145130.734000', '145130.736000', '145130.739000', '145130.741000', '145130.744000', '145130.747000', '145130.749000', '145130.752000', '145130.754000', '145130.757000', '145130.760000', '145130.762000', '145130.765000', '145130.767000', '145130.770000', '145130.772000', '145130.775000', '145130.778000', '145130.780000', '145130.783000', '145130.785000', '145130.788000', '145130.791000', '145130.793000', '145130.796000', '145130.799000', '145130.801000', '145130.804000', '145130.806000', '145150.697000', '145150.699000', '145150.702000', '145150.705000', '145150.707000', '145150.710000', '145150.712000', '145150.715000', '145150.742000', '145150.746000', '145150.749000', '145150.751000', '145150.754000', '145150.756000', '145150.759000', '145150.761000', '145150.764000', '145150.767000', '145150.769000', '145150.772000', '145150.774000', '145150.777000', '145150.780000', '145150.782000', '145150.785000', '145150.787000', '145150.790000', '145150.792000', '145150.795000', '145150.798000', '145150.800000', '145150.803000', '145150.805000', '145150.808000', '145150.810000', '145150.813000', '145150.875000', '145150.877000', '145150.880000', '145150.883000', '145150.885000', '145150.888000', '145150.890000', '145150.893000', '145210.697000', '145210.699000', '145210.702000', '145210.705000', '145210.707000', '145210.710000', '145210.713000', '145210.715000', '145210.718000', '145210.721000', '145210.723000', '145210.726000', '145210.728000', '145210.731000', '145210.734000', '145210.736000', '145210.739000', '145210.741000', '145210.744000', '145210.746000', '145210.749000', '145210.752000', '145210.754000', '145210.757000', '145210.759000', '145210.762000', '145210.765000', '145210.767000', '145210.770000', '145210.772000', '145210.775000', '145210.777000', '145210.780000', '145210.783000', '145210.785000', '145210.788000', '145210.791000', '145210.793000', '145210.796000', '145210.798000', '145210.801000', '145210.803000', '145210.806000', '145230.696000', '145230.699000', '145230.702000', '145230.704000', '145230.707000', '145230.710000', '145230.712000', '145230.715000', '145230.718000', '145230.720000', '145230.723000', '145230.725000', '145230.728000', '145230.731000', '145230.734000', '145230.737000', '145230.739000', '145230.742000', '145230.745000', '145230.747000', '145230.750000', '145230.753000', '145230.755000', '145230.758000', '145230.760000', '145230.763000', '145230.765000', '145230.768000', '145230.771000', '145230.773000', '145230.776000', '145230.778000', '145230.781000', '145230.784000', '145230.787000', '145230.789000', '145230.792000', '145230.794000', '145230.797000', '145230.800000', '145230.802000', '145230.805000', '145230.808000', '145230.810000', '145250.697000', '145250.699000', '145250.702000', '145250.705000', '145250.707000', '145250.710000', '145250.712000', '145250.715000', '145250.718000', '145250.720000', '145250.723000', '145250.726000', '145250.728000', '145250.731000', '145250.733000', '145250.736000', '145250.738000', '145250.741000', '145250.744000', '145250.746000', '145250.749000', '145250.752000', '145250.754000', '145250.757000', '145250.759000', '145250.762000', '145250.764000', '145250.767000', '145250.770000', '145250.772000', '145250.775000', '145250.777000', '145250.780000', '145250.783000', '145250.785000', '145250.788000', '145250.790000', '145250.793000', '145250.796000', '145250.798000', '145250.801000', '145250.803000', '145250.806000', '145310.696000', '145310.699000', '145310.702000', '145310.705000', '145310.707000', '145310.710000', '145310.713000', '145310.715000', '145310.718000', '145310.720000', '145310.723000', '145310.726000', '145310.729000', '145310.731000', '145310.734000', '145310.737000', '145310.740000', '145310.743000', '145310.745000', '145310.756000', '145310.759000', '145310.761000', '145310.764000', '145310.767000', '145310.769000', '145310.772000', '145310.774000', '145310.777000', '145310.779000', '145310.782000', '145310.785000', '145310.787000', '145310.790000', '145310.792000', '145310.795000', '145310.798000', '145310.800000', '145310.803000', '145310.811000', '145310.813000', '145310.891000', '145310.894000', '145310.896000', '145330.697000', '145330.700000', '145330.702000', '145330.705000', '145330.707000', '145330.710000', '145330.713000', '145330.715000', '145330.718000', '145330.720000', '145330.723000', '145330.725000', '145330.728000', '145330.731000', '145330.733000', '145330.736000', '145330.738000', '145330.741000', '145330.744000', '145330.747000', '145330.751000', '145330.754000', '145330.756000', '145330.759000', '145330.761000', '145330.764000', '145330.767000', '145330.769000', '145330.772000', '145330.774000', '145330.777000', '145330.780000', '145330.782000', '145330.785000', '145330.787000', '145330.790000', '145330.792000', '145330.795000', '145330.798000', '145330.800000', '145330.803000', '145330.805000', '145330.808000', '145330.811000', '145350.697000', '145350.699000', '145350.702000', '145350.705000', '145350.707000', '145350.710000', '145350.712000', '145350.715000', '145350.718000', '145350.720000', '145350.723000', '145350.725000', '145350.728000', '145350.731000', '145350.733000', '145350.736000', '145350.739000', '145350.741000', '145350.744000', '145350.747000', '145350.749000', '145350.752000', '145350.754000', '145350.757000', '145350.760000', '145350.762000', '145350.765000', '145350.767000', '145350.770000', '145350.773000', '145350.775000', '145350.778000', '145350.781000', '145350.783000', '145350.786000', '145350.788000', '145350.791000', '145350.794000', '145350.796000', '145350.799000', '145350.801000', '145350.804000', '145350.806000', '145350.809000', '145410.697000', '145410.700000', '145410.703000', '145410.706000', '145410.708000', '145410.711000', '145410.713000', '145410.716000', '145410.718000', '145410.721000', '145410.724000', '145410.726000', '145410.729000', '145410.731000', '145410.734000', '145410.736000', '145410.739000', '145410.742000', '145410.744000', '145410.747000', '145410.749000', '145410.752000', '145410.754000', '145410.757000', '145410.759000', '145410.762000', '145410.765000', '145410.767000', '145410.770000', '145410.773000', '145410.775000', '145410.778000', '145410.780000', '145410.783000', '145410.786000', '145410.788000', '145410.791000', '145410.793000', '145410.796000', '145410.799000', '145410.801000', '145410.804000', '145410.807000', '145414.125000', '145414.128000', '145414.131000', '145414.134000', '145414.136000', '145414.139000', '145414.142000', '145414.144000'], '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': [10875, 15948, 10623, 16299, 11319, 16321, 12042, 9477, 14429, 11348, 14416, 11274, 10765, 14607, 10614, 17268, 10708, 16605, 10510, 16945, 11250, 16075, 12700, 10876, 14806, 10492, 15603, 10642, 15919, 10751, 11628, 13110, 11090, 14551, 11367, 14069, 12666, 12363, 13316, 10923, 15152, 11268, 15633, 10981, 15622, 10830, 15995, 10616, 16076, 10343, 13564, 12518, 10442, 13412, 11380, 15161, 11099, 15535, 11003, 10818, 13955, 10899, 15930, 10861, 14185, 13633, 10748, 14830, 11505, 15637, 11397, 10628, 15741, 10717, 13060, 12995, 10814, 16737, 10909, 11445, 13883, 10989, 15758, 11136, 15404, 11704, 10832, 15231, 11101, 11918, 13113, 11303, 15584, 12020, 15084, 11881, 15677, 12245, 12063, 14954, 11297, 14575, 11698, 10775, 14481, 11387, 16034, 11313, 16641, 11631, 16579, 11287, 15531, 11289, 13431, 15187, 12828, 11650, 13370, 10635, 14238, 11427, 10440, 12748, 11679, 14219, 11363, 15657, 11227, 16806, 11241, 16814, 11943, 15722, 11608, 13974, 12443, 11330, 13679, 11313, 15157, 11495, 12635, 11433, 12334, 12248, 11324, 15004, 11778, 15433, 11647, 16621, 12055, 15821, 12407, 15216, 12837, 16243, 13147, 16355, 13643, 11873, 12709, 13004, 13042, 11099, 10797, 15328, 10878, 10739, 13444, 11350, 12281, 13776, 11746, 16116, 10651, 11342, 13834, 12241, 13947, 14575, 11019, 15633, 12050, 10108, 14206, 12470, 11137, 15998, 11695, 10915, 12151, 12082, 10656, 14602, 11330, 14423, 11334, 12484, 15860, 12134, 12259, 13192, 12005, 14738, 12590, 12829, 15069, 12695, 13990, 15423, 11792, 15623, 13680, 11113, 13679, 13117, 10931, 14951, 12044, 15289, 12288, 11884, 12408, 11710, 12736, 11361, 12808, 12141, 11428, 11992, 13781, 10652, 10847, 10369, 13281, 11046, 14332, 12016, 10439, 13654, 11722, 15556, 12642, 11693, 14534, 11259, 15496, 11164, 14723, 11849, 11178, 14272, 11248, 11201, 11779, 10547, 13532, 10392, 14824, 11142, 15030, 10840, 13773, 10687, 10015, 12586, 10459, 15057, 10916, 14675, 10809, 15154, 11077, 13608, 11668, 12181, 11804, 10028, 13173, 10771, 13341, 11291, 14813, 11277, 14906, 11224, 15379, 11201, 14234, 11461, 14482, 10844, 9986, 12043, 10728, 13676, 10800, 10670, 11949, 10062, 14138, 11519, 15910, 13480, 10832, 14327, 11380, 15916, 11881, 15063, 12848, 14077, 11689, 10879, 11839, 10097, 13097, 11421, 12063, 11771, 13925, 11895, 10334, 11899, 11033, 12930, 10893, 15196, 11372, 14901, 12676, 13989, 12836, 14778, 11901, 11217, 13165, 11254, 13302, 11571, 10811, 11502, 11850, 12549, 13027, 14062, 11922, 10709, 13116, 11204, 13849, 12934, 14632, 11961, 10565, 13230, 11125, 14056, 10940, 13975, 10482, 12554, 10995, 12116, 10954, 12313, 10189, 12187, 10380, 11856, 10602, 13163, 10825, 12469, 11690, 13832, 11712, 15264, 12071, 13571, 12440, 14393, 12087, 14180, 12016, 14096, 12233, 13883, 11484, 12658, 12347, 14993, 12203, 14358, 12053, 15486, 12447, 14946, 12191, 15463, 12382, 15596, 13168, 14181, 12420, 11204, 12010, 10438, 11997, 9703, 12655, 11357, 13422, 12136, 13994, 11916, 10745, 12290, 10124, 12658, 11437, 15830, 10803, 10813, 11825, 10470, 13503, 12313, 12326, 12944, 13239, 11889, 10834, 12597, 10433, 12304, 9864, 12430, 10864, 13053, 10554, 9767, 13158, 11324, 12195, 11878, 10610, 14318, 11700, 10663, 13234, 11816, 16477, 11664, 15819, 13189, 16589, 16063, 14687, 15412, 13045, 17268, 12810, 15797, 12359, 12730, 12779, 12828, 13864, 12671, 12941, 13483, 12799, 13580, 13600, 13515, 13979, 14163, 12922, 15253, 14240, 14334, 13099, 13209, 11461, 12303, 11565, 13724, 12020, 15184, 11694, 11928, 12244, 13000, 11770, 12978, 11357, 13658, 11981, 11254, 15578, 14799, 13193, 17305, 12214, 11604, 14411, 14079, 15952, 13476, 11030, 15522, 12214, 14650, 14062, 12716, 13530, 12398, 14461, 13300, 17027, 12080, 13508, 13179, 12898, 12657, 13007, 11585, 11323, 12515, 12337, 12069, 11697, 12391, 12108, 11926, 11425, 13244, 12231, 11587, 11560, 12123, 11353, 13138, 10647, 10849, 13384, 10520, 14240, 12047, 13815, 13984, 10218, 13219, 11001, 9174, 14205, 11261, 15596, 11049, 9944, 12392, 11826, 13273, 12382, 10217, 13924, 10658, 10351, 12609, 11786, 14237, 12314, 15630, 13348, 14938, 12116, 13606, 15876, 14237, 11683, 13615, 11271, 12788, 10703, 10599, 12956, 10695, 10865, 11873, 10027, 14341, 11661, 10121, 13727, 11470, 14332, 12110, 14789, 12613, 12741, 12082, 10132, 12525, 11013, 10092, 11623, 10484, 14145, 11471, 10374, 12121, 9929, 13301, 10953, 13841, 11083, 13197, 12116, 9766, 12807, 10690, 14569, 10706, 8876, 13032, 10905, 14990, 10981, 10233, 13140, 10200, 14446, 11466, 11107, 13319, 11319, 11582, 12801, 11884, 11178, 12795, 10886, 11790, 14183, 12760, 11364, 14353, 13024, 12225, 14659, 13622, 15736, 14197, 12421, 19192, 12605, 13013, 14007, 12907, 17814, 12536, 11654, 12865, 12280, 10763, 11258, 11028, 11389, 11778, 11203, 10958, 11513, 11857, 13948, 12533, 17335, 12659, 12282, 12268, 11668, 12390, 10509, 12655, 10348, 13855, 11323, 10633, 12085, 9987, 12912, 10555, 11001, 11305, 10111, 12249, 9929, 13925, 10423, 13801, 10304, 14139, 10744, 14543, 11369, 9167, 12118, 10331, 11135, 11472, 9618, 13673, 10636, 14737, 10603, 14174, 10857, 13462, 11681, 10929, 13709, 11037, 14619, 12023, 10319, 13535, 11782, 10658, 14119, 12505, 14754, 12762, 11729, 15300, 12917, 15435, 12421, 15162, 12242, 15528, 12580, 13920, 12085, 16049, 10945, 10505, 11924, 10604, 12097, 10447, 10108, 12567, 10850, 10492, 12352, 10299, 14121, 12153, 13982, 13310, 17229, 13068, 11781, 13821, 11826, 14262, 12270, 11364, 14766, 11690, 16519, 11869, 11455, 12803, 11211, 13896, 11181, 11023, 11556, 10764, 12249, 10705, 11685, 10250, 12028, 9922, 12502, 10809, 11362, 10504, 9979, 12291, 15847, 12103, 14900, 11991, 13634, 11861, 13532, 11625, 10980, 11973, 9389, 12436, 10503, 9188, 11785, 10942, 14264, 10981, 14956, 9886, 13417, 10159, 15287, 11006, 15215, 12203, 16596, 12192, 11323, 13582, 10787, 13135, 10815, 12701, 10372, 13107, 10875, 13851, 11207, 13008, 10555, 9858, 11539, 10726, 13513, 11059, 14204, 10929, 14754, 10514, 13041, 10063, 12188, 10730, 12449, 10645, 12345, 10458, 12294, 10556, 13536, 10758, 14323, 11048, 11646, 11347, 11589, 12397, 10649, 12626, 13707, 12195, 15899, 12118, 10558, 12553, 9960, 13911], 'WindowCenter': [4906.0, 4928.0, 4856.0, 4911.0, 4861.0, 4898.0, 4856.0, 4826.0, 4875.0, 4859.0, 4878.0, 4859.0, 4850.0, 4889.0, 4851.0, 4910.0, 4849.0, 4885.0, 4836.0, 4886.0, 4836.0, 4873.0, 4853.0, 4823.0, 4863.0, 4822.0, 4873.0, 4823.0, 4873.0, 4835.0, 4844.0, 4852.0, 4848.0, 4875.0, 4859.0, 4867.0, 4857.0, 4854.0, 4856.0, 4837.0, 4874.0, 4835.0, 4875.0, 4834.0, 4863.0, 4825.0, 4860.0, 4824.0, 4860.0, 4824.0, 4841.0, 4843.0, 4825.0, 4851.0, 4846.0, 4875.0, 4835.0, 4864.0, 4835.0, 4834.0, 4865.0, 4838.0, 4876.0, 4848.0, 4879.0, 4869.0, 4847.0, 4880.0, 4859.0, 4875.0, 4846.0, 4836.0, 4876.0, 4837.0, 4867.0, 4869.0, 4850.0, 4898.0, 4851.0, 4848.0, 4866.0, 4838.0, 4877.0, 4846.0, 4877.0, 4850.0, 4836.0, 4874.0, 4848.0, 4871.0, 4897.0, 4866.0, 4887.0, 4861.0, 4889.0, 4848.0, 4864.0, 4846.0, 4820.0, 4862.0, 4834.0, 4862.0, 4836.0, 4837.0, 4867.0, 4836.0, 4875.0, 4838.0, 4875.0, 4837.0, 4873.0, 4825.0, 4863.0, 4811.0, 4842.0, 4851.0, 4848.0, 4847.0, 4854.0, 4811.0, 4851.0, 4833.0, 4823.0, 4854.0, 4859.0, 4876.0, 4861.0, 4887.0, 4850.0, 4888.0, 4838.0, 4887.0, 4849.0, 4866.0, 4836.0, 4852.0, 4844.0, 4833.0, 4855.0, 4835.0, 4872.0, 4847.0, 4855.0, 4850.0, 4857.0, 4884.0, 4895.0, 4936.0, 4878.0, 4882.0, 4837.0, 4875.0, 4835.0, 4867.0, 4848.0, 4879.0, 4849.0, 4865.0, 4842.0, 4860.0, 4854.0, 4832.0, 4830.0, 4843.0, 4853.0, 4823.0, 4821.0, 4875.0, 4851.0, 4852.0, 4868.0, 4866.0, 4873.0, 4884.0, 4875.0, 4892.0, 4853.0, 4846.0, 4853.0, 4845.0, 4876.0, 4892.0, 4863.0, 4889.0, 4858.0, 4840.0, 4877.0, 4856.0, 4848.0, 4877.0, 4848.0, 4848.0, 4857.0, 4859.0, 4838.0, 4880.0, 4850.0, 4877.0, 4850.0, 4859.0, 4886.0, 4858.0, 4857.0, 4855.0, 4846.0, 4862.0, 4848.0, 4847.0, 4866.0, 4844.0, 4852.0, 4875.0, 4835.0, 4863.0, 4866.0, 4851.0, 4863.0, 4854.0, 4838.0, 4890.0, 4869.0, 4875.0, 4845.0, 4821.0, 4830.0, 4821.0, 4830.0, 4826.0, 4820.0, 4819.0, 4792.0, 4807.0, 4836.0, 4797.0, 4853.0, 4854.0, 4885.0, 4864.0, 4879.0, 4855.0, 4835.0, 4867.0, 4850.0, 4890.0, 4873.0, 4872.0, 4892.0, 4863.0, 4891.0, 4850.0, 4876.0, 4848.0, 4837.0, 4865.0, 4848.0, 4845.0, 4857.0, 4841.0, 4868.0, 4841.0, 4877.0, 4851.0, 4878.0, 4841.0, 4867.0, 4836.0, 4827.0, 4859.0, 4852.0, 4888.0, 4851.0, 4880.0, 4847.0, 4876.0, 4850.0, 4866.0, 4850.0, 4857.0, 4857.0, 4827.0, 4857.0, 4849.0, 4867.0, 4861.0, 4890.0, 4860.0, 4901.0, 4873.0, 4891.0, 4862.0, 4877.0, 4859.0, 4878.0, 4852.0, 4855.0, 4871.0, 4863.0, 4882.0, 4861.0, 4855.0, 4872.0, 4856.0, 4892.0, 4873.0, 4904.0, 4885.0, 4854.0, 4882.0, 4862.0, 4892.0, 4850.0, 4866.0, 4856.0, 4856.0, 4846.0, 4835.0, 4844.0, 4827.0, 4855.0, 4861.0, 4859.0, 4862.0, 4879.0, 4862.0, 4827.0, 4850.0, 4836.0, 4857.0, 4826.0, 4865.0, 4834.0, 4862.0, 4844.0, 4850.0, 4843.0, 4851.0, 4833.0, 4821.0, 4840.0, 4820.0, 4850.0, 4830.0, 4820.0, 4830.0, 4845.0, 4855.0, 4865.0, 4864.0, 4847.0, 4837.0, 4868.0, 4849.0, 4866.0, 4856.0, 4866.0, 4846.0, 4823.0, 4854.0, 4832.0, 4852.0, 4823.0, 4851.0, 4812.0, 4829.0, 4818.0, 4828.0, 4808.0, 4828.0, 4809.0, 4826.0, 4810.0, 4832.0, 4822.0, 4850.0, 4833.0, 4844.0, 4855.0, 4866.0, 4859.0, 4874.0, 4856.0, 4852.0, 4855.0, 4863.0, 4847.0, 4854.0, 4844.0, 4851.0, 4842.0, 4849.0, 4832.0, 4839.0, 4844.0, 4860.0, 4855.0, 4862.0, 4855.0, 4872.0, 4856.0, 4874.0, 4859.0, 4874.0, 4858.0, 4873.0, 4866.0, 4873.0, 4868.0, 4847.0, 4860.0, 4837.0, 4857.0, 4829.0, 4867.0, 4859.0, 4880.0, 4872.0, 4902.0, 4871.0, 4847.0, 4858.0, 4839.0, 4869.0, 4847.0, 4878.0, 4849.0, 4849.0, 4860.0, 4850.0, 4880.0, 4885.0, 4882.0, 4896.0, 4893.0, 4870.0, 4850.0, 4860.0, 4838.0, 4855.0, 4825.0, 4857.0, 4847.0, 4865.0, 4864.0, 4854.0, 4885.0, 4875.0, 4874.0, 4873.0, 4868.0, 4902.0, 4874.0, 4865.0, 4894.0, 4875.0, 4903.0, 4861.0, 4901.0, 4872.0, 4892.0, 4876.0, 4855.0, 4852.0, 4829.0, 4844.0, 4813.0, 4821.0, 4802.0, 4802.0, 4798.0, 4810.0, 4821.0, 4823.0, 4825.0, 4823.0, 4812.0, 4826.0, 4839.0, 4827.0, 4839.0, 4849.0, 4840.0, 4861.0, 4839.0, 4813.0, 4805.0, 4814.0, 4831.0, 4842.0, 4846.0, 4864.0, 4843.0, 4873.0, 4858.0, 4883.0, 4854.0, 4878.0, 4856.0, 4864.0, 4846.0, 4877.0, 4869.0, 4873.0, 4887.0, 4892.0, 4884.0, 4904.0, 4849.0, 4848.0, 4862.0, 4849.0, 4845.0, 4852.0, 4819.0, 4869.0, 4839.0, 4860.0, 4864.0, 4864.0, 4876.0, 4867.0, 4878.0, 4866.0, 4870.0, 4807.0, 4818.0, 4814.0, 4815.0, 4813.0, 4813.0, 4803.0, 4802.0, 4814.0, 4826.0, 4814.0, 4803.0, 4827.0, 4816.0, 4806.0, 4781.0, 4800.0, 4792.0, 4797.0, 4810.0, 4849.0, 4841.0, 4831.0, 4804.0, 4798.0, 4801.0, 4794.0, 4863.0, 4869.0, 4892.0, 4904.0, 4866.0, 4892.0, 4878.0, 4843.0, 4905.0, 4886.0, 4903.0, 4872.0, 4852.0, 4883.0, 4875.0, 4885.0, 4874.0, 4868.0, 4895.0, 4865.0, 4856.0, 4875.0, 4873.0, 4883.0, 4872.0, 4889.0, 4872.0, 4879.0, 4890.0, 4883.0, 4877.0, 4855.0, 4820.0, 4845.0, 4833.0, 4839.0, 4863.0, 4865.0, 4882.0, 4867.0, 4865.0, 4889.0, 4869.0, 4906.0, 4890.0, 4870.0, 4897.0, 4887.0, 4906.0, 4888.0, 4894.0, 4886.0, 4874.0, 4887.0, 4868.0, 4894.0, 4888.0, 4868.0, 4889.0, 4879.0, 4906.0, 4903.0, 4879.0, 4900.0, 4871.0, 4910.0, 4902.0, 4921.0, 4903.0, 4898.0, 4901.0, 4882.0, 4901.0, 4893.0, 4930.0, 4880.0, 4875.0, 4909.0, 4906.0, 4932.0, 4906.0, 4883.0, 4937.0, 4896.0, 4936.0, 4905.0, 4906.0, 4914.0, 4893.0, 4889.0, 4912.0, 4930.0, 4950.0, 4945.0, 4910.0, 4920.0, 4924.0, 4914.0, 4904.0, 4908.0, 4885.0, 4861.0, 4894.0, 4898.0, 4906.0, 4897.0, 4876.0, 4901.0, 4864.0, 4873.0, 4869.0, 4873.0, 4899.0, 4848.0, 4850.0, 4856.0, 4855.0, 4863.0, 4862.0, 4886.0, 4887.0, 4899.0, 4887.0, 4876.0, 4876.0, 4888.0, 4907.0, 4890.0, 4925.0, 4887.0, 4875.0, 4875.0, 4874.0, 4873.0, 4850.0, 4870.0, 4852.0, 4869.0, 4875.0, 4864.0, 4884.0, 4856.0, 4882.0, 4877.0, 4877.0, 4889.0, 4879.0, 4899.0, 4870.0, 4920.0, 4880.0, 4921.0, 4883.0, 4919.0, 4892.0, 4919.0, 4889.0, 4870.0, 4887.0, 4895.0, 4903.0, 4904.0, 4886.0, 4934.0, 4907.0, 4944.0, 4896.0, 4923.0, 4895.0, 4923.0, 4914.0, 4894.0, 4923.0, 4895.0, 4930.0, 4913.0, 4884.0, 4921.0, 4903.0, 4891.0, 4922.0, 4914.0, 4922.0, 4900.0, 4890.0, 4918.0, 4899.0, 4920.0, 4900.0, 4894.0, 4887.0, 4903.0, 4863.0, 4882.0, 4874.0, 4889.0, 4863.0, 4864.0, 4885.0, 4854.0, 4875.0, 4879.0, 4882.0, 4900.0, 4904.0, 4892.0, 4913.0, 4897.0, 4924.0, 4904.0, 4909.0, 4913.0, 4930.0, 4900.0, 4880.0, 4896.0, 4890.0, 4895.0, 4877.0, 4889.0, 4907.0, 4887.0, 4914.0, 4887.0, 4889.0, 4897.0, 4866.0, 4894.0, 4876.0, 4865.0, 4876.0, 4876.0, 4898.0, 4854.0, 4873.0, 4865.0, 4886.0, 4856.0, 4897.0, 4891.0, 4903.0, 4892.0, 4883.0, 4927.0, 4943.0, 4915.0, 4930.0, 4903.0, 4909.0, 4891.0, 4910.0, 4892.0, 4892.0, 4913.0, 4884.0, 4925.0, 4919.0, 4898.0, 4929.0, 4908.0, 4936.0, 4919.0, 4959.0, 4898.0, 4927.0, 4897.0, 4944.0, 4906.0, 4933.0, 4902.0, 4943.0, 4903.0, 4891.0, 4910.0, 4877.0, 4898.0, 4878.0, 4897.0, 4868.0, 4883.0, 4877.0, 4904.0, 4877.0, 4908.0, 4904.0, 4893.0, 4915.0, 4905.0, 4925.0, 4903.0, 4935.0, 4905.0, 4920.0, 4883.0, 4912.0, 4871.0, 4902.0, 4880.0, 4900.0, 4869.0, 4898.0, 4880.0, 4900.0, 4894.0, 4922.0, 4906.0, 4934.0, 4905.0, 4916.0, 4919.0, 4917.0, 4929.0, 4906.0, 4928.0, 4912.0, 4917.0, 4918.0, 4904.0, 4881.0, 4901.0, 4871.0, 4910.0], 'WindowWidth': [10683.0, 10701.0, 10589.0, 10661.0, 10591.0, 10637.0, 10576.0, 10535.0, 10601.0, 10584.0, 10608.0, 10587.0, 10573.0, 10626.0, 10575.0, 10654.0, 10569.0, 10612.0, 10545.0, 10611.0, 10544.0, 10590.0, 10563.0, 10520.0, 10575.0, 10517.0, 10590.0, 10523.0, 10592.0, 10542.0, 10553.0, 10563.0, 10566.0, 10597.0, 10581.0, 10589.0, 10577.0, 10568.0, 10572.0, 10544.0, 10594.0, 10542.0, 10596.0, 10538.0, 10574.0, 10523.0, 10568.0, 10521.0, 10568.0, 10522.0, 10542.0, 10547.0, 10524.0, 10558.0, 10555.0, 10594.0, 10541.0, 10577.0, 10541.0, 10537.0, 10585.0, 10548.0, 10597.0, 10566.0, 10607.0, 10593.0, 10562.0, 10610.0, 10582.0, 10597.0, 10559.0, 10544.0, 10598.0, 10550.0, 10588.0, 10594.0, 10568.0, 10634.0, 10572.0, 10563.0, 10586.0, 10550.0, 10602.0, 10560.0, 10603.0, 10566.0, 10544.0, 10593.0, 10563.0, 10606.0, 10648.0, 10598.0, 10617.0, 10587.0, 10623.0, 10563.0, 10579.0, 10557.0, 10509.0, 10569.0, 10536.0, 10571.0, 10541.0, 10542.0, 10588.0, 10542.0, 10594.0, 10548.0, 10593.0, 10545.0, 10592.0, 10520.0, 10573.0, 10497.0, 10543.0, 10552.0, 10558.0, 10561.0, 10565.0, 10500.0, 10555.0, 10534.0, 10524.0, 10569.0, 10582.0, 10601.0, 10588.0, 10618.0, 10572.0, 10621.0, 10549.0, 10615.0, 10567.0, 10583.0, 10543.0, 10558.0, 10553.0, 10536.0, 10569.0, 10539.0, 10589.0, 10563.0, 10570.0, 10571.0, 10574.0, 10627.0, 10658.0, 10714.0, 10618.0, 10610.0, 10542.0, 10591.0, 10533.0, 10581.0, 10555.0, 10604.0, 10561.0, 10577.0, 10540.0, 10563.0, 10561.0, 10528.0, 10524.0, 10547.0, 10561.0, 10519.0, 10515.0, 10595.0, 10573.0, 10574.0, 10594.0, 10602.0, 10610.0, 10624.0, 10613.0, 10630.0, 10580.0, 10558.0, 10563.0, 10555.0, 10602.0, 10633.0, 10596.0, 10625.0, 10578.0, 10556.0, 10606.0, 10575.0, 10565.0, 10604.0, 10563.0, 10568.0, 10577.0, 10584.0, 10552.0, 10611.0, 10571.0, 10604.0, 10568.0, 10577.0, 10614.0, 10579.0, 10574.0, 10570.0, 10557.0, 10573.0, 10562.0, 10557.0, 10582.0, 10548.0, 10557.0, 10592.0, 10537.0, 10575.0, 10586.0, 10572.0, 10577.0, 10564.0, 10546.0, 10628.0, 10598.0, 10597.0, 10554.0, 10513.0, 10527.0, 10513.0, 10526.0, 10523.0, 10505.0, 10505.0, 10458.0, 10482.0, 10529.0, 10471.0, 10580.0, 10583.0, 10625.0, 10594.0, 10610.0, 10570.0, 10542.0, 10586.0, 10569.0, 10625.0, 10605.0, 10604.0, 10631.0, 10593.0, 10628.0, 10574.0, 10601.0, 10563.0, 10544.0, 10581.0, 10565.0, 10558.0, 10579.0, 10558.0, 10595.0, 10560.0, 10606.0, 10574.0, 10603.0, 10557.0, 10588.0, 10548.0, 10534.0, 10578.0, 10576.0, 10621.0, 10576.0, 10612.0, 10566.0, 10601.0, 10571.0, 10589.0, 10572.0, 10576.0, 10579.0, 10536.0, 10574.0, 10570.0, 10592.0, 10593.0, 10629.0, 10591.0, 10647.0, 10612.0, 10631.0, 10593.0, 10606.0, 10583.0, 10605.0, 10579.0, 10589.0, 10606.0, 10595.0, 10620.0, 10592.0, 10585.0, 10607.0, 10587.0, 10634.0, 10612.0, 10652.0, 10629.0, 10581.0, 10619.0, 10591.0, 10632.0, 10571.0, 10588.0, 10571.0, 10571.0, 10559.0, 10543.0, 10556.0, 10536.0, 10571.0, 10591.0, 10584.0, 10590.0, 10609.0, 10590.0, 10536.0, 10568.0, 10545.0, 10576.0, 10531.0, 10585.0, 10539.0, 10574.0, 10550.0, 10554.0, 10551.0, 10557.0, 10536.0, 10515.0, 10540.0, 10516.0, 10556.0, 10531.0, 10517.0, 10531.0, 10557.0, 10572.0, 10587.0, 10582.0, 10564.0, 10548.0, 10591.0, 10568.0, 10588.0, 10575.0, 10586.0, 10558.0, 10524.0, 10565.0, 10535.0, 10563.0, 10521.0, 10557.0, 10505.0, 10526.0, 10509.0, 10523.0, 10496.0, 10521.0, 10495.0, 10518.0, 10500.0, 10533.0, 10521.0, 10557.0, 10541.0, 10555.0, 10574.0, 10587.0, 10581.0, 10597.0, 10574.0, 10565.0, 10572.0, 10579.0, 10561.0, 10567.0, 10554.0, 10559.0, 10550.0, 10554.0, 10536.0, 10541.0, 10553.0, 10572.0, 10572.0, 10578.0, 10575.0, 10592.0, 10576.0, 10595.0, 10581.0, 10597.0, 10582.0, 10596.0, 10590.0, 10596.0, 10595.0, 10566.0, 10586.0, 10550.0, 10580.0, 10542.0, 10593.0, 10588.0, 10614.0, 10608.0, 10653.0, 10607.0, 10566.0, 10582.0, 10554.0, 10597.0, 10566.0, 10606.0, 10568.0, 10569.0, 10586.0, 10573.0, 10616.0, 10629.0, 10623.0, 10650.0, 10640.0, 10605.0, 10575.0, 10586.0, 10554.0, 10574.0, 10532.0, 10580.0, 10564.0, 10585.0, 10603.0, 10589.0, 10627.0, 10617.0, 10612.0, 10605.0, 10605.0, 10651.0, 10614.0, 10606.0, 10643.0, 10618.0, 10653.0, 10592.0, 10649.0, 10604.0, 10634.0, 10603.0, 10571.0, 10559.0, 10525.0, 10536.0, 10493.0, 10498.0, 10475.0, 10474.0, 10465.0, 10484.0, 10501.0, 10508.0, 10511.0, 10507.0, 10491.0, 10515.0, 10536.0, 10518.0, 10537.0, 10555.0, 10543.0, 10573.0, 10531.0, 10481.0, 10473.0, 10491.0, 10532.0, 10549.0, 10560.0, 10582.0, 10551.0, 10594.0, 10580.0, 10630.0, 10568.0, 10612.0, 10579.0, 10582.0, 10563.0, 10608.0, 10601.0, 10614.0, 10622.0, 10639.0, 10633.0, 10658.0, 10573.0, 10570.0, 10583.0, 10553.0, 10543.0, 10566.0, 10513.0, 10585.0, 10543.0, 10574.0, 10585.0, 10587.0, 10606.0, 10597.0, 10613.0, 10591.0, 10587.0, 10490.0, 10504.0, 10494.0, 10495.0, 10492.0, 10490.0, 10478.0, 10477.0, 10497.0, 10515.0, 10499.0, 10480.0, 10520.0, 10502.0, 10484.0, 10439.0, 10461.0, 10454.0, 10469.0, 10494.0, 10562.0, 10552.0, 10518.0, 10484.0, 10470.0, 10465.0, 10465.0, 10581.0, 10600.0, 10635.0, 10655.0, 10607.0, 10638.0, 10626.0, 10571.0, 10659.0, 10636.0, 10652.0, 10607.0, 10577.0, 10623.0, 10614.0, 10628.0, 10611.0, 10607.0, 10640.0, 10603.0, 10591.0, 10613.0, 10608.0, 10622.0, 10603.0, 10625.0, 10602.0, 10609.0, 10644.0, 10620.0, 10595.0, 10560.0, 10506.0, 10548.0, 10534.0, 10536.0, 10597.0, 10603.0, 10623.0, 10608.0, 10603.0, 10643.0, 10613.0, 10662.0, 10642.0, 10616.0, 10649.0, 10639.0, 10661.0, 10637.0, 10643.0, 10631.0, 10610.0, 10639.0, 10613.0, 10645.0, 10644.0, 10613.0, 10645.0, 10628.0, 10662.0, 10669.0, 10633.0, 10660.0, 10620.0, 10673.0, 10669.0, 10691.0, 10669.0, 10652.0, 10665.0, 10639.0, 10662.0, 10655.0, 10702.0, 10633.0, 10633.0, 10673.0, 10678.0, 10707.0, 10681.0, 10641.0, 10723.0, 10664.0, 10716.0, 10674.0, 10677.0, 10683.0, 10653.0, 10641.0, 10680.0, 10722.0, 10764.0, 10746.0, 10691.0, 10698.0, 10696.0, 10683.0, 10669.0, 10666.0, 10626.0, 10586.0, 10642.0, 10651.0, 10658.0, 10648.0, 10614.0, 10641.0, 10595.0, 10604.0, 10593.0, 10604.0, 10639.0, 10562.0, 10571.0, 10573.0, 10572.0, 10598.0, 10595.0, 10638.0, 10638.0, 10660.0, 10640.0, 10619.0, 10621.0, 10637.0, 10666.0, 10642.0, 10687.0, 10637.0, 10615.0, 10618.0, 10613.0, 10610.0, 10575.0, 10603.0, 10581.0, 10597.0, 10616.0, 10603.0, 10630.0, 10592.0, 10621.0, 10625.0, 10625.0, 10646.0, 10632.0, 10662.0, 10615.0, 10688.0, 10630.0, 10692.0, 10642.0, 10686.0, 10653.0, 10683.0, 10644.0, 10618.0, 10636.0, 10660.0, 10670.0, 10674.0, 10651.0, 10714.0, 10681.0, 10729.0, 10663.0, 10698.0, 10662.0, 10696.0, 10686.0, 10657.0, 10697.0, 10659.0, 10703.0, 10681.0, 10644.0, 10693.0, 10670.0, 10651.0, 10691.0, 10684.0, 10693.0, 10662.0, 10644.0, 10682.0, 10656.0, 10688.0, 10659.0, 10644.0, 10636.0, 10653.0, 10592.0, 10622.0, 10615.0, 10624.0, 10599.0, 10599.0, 10632.0, 10584.0, 10613.0, 10631.0, 10641.0, 10659.0, 10672.0, 10654.0, 10684.0, 10665.0, 10700.0, 10668.0, 10672.0, 10682.0, 10700.0, 10658.0, 10627.0, 10644.0, 10640.0, 10641.0, 10620.0, 10641.0, 10664.0, 10635.0, 10668.0, 10636.0, 10644.0, 10654.0, 10605.0, 10643.0, 10621.0, 10603.0, 10620.0, 10619.0, 10654.0, 10585.0, 10609.0, 10603.0, 10633.0, 10589.0, 10652.0, 10651.0, 10669.0, 10654.0, 10642.0, 10713.0, 10727.0, 10690.0, 10702.0, 10669.0, 10670.0, 10646.0, 10674.0, 10651.0, 10654.0, 10685.0, 10646.0, 10704.0, 10704.0, 10675.0, 10718.0, 10686.0, 10721.0, 10703.0, 10762.0, 10671.0, 10710.0, 10667.0, 10729.0, 10678.0, 10710.0, 10665.0, 10724.0, 10670.0, 10648.0, 10675.0, 10622.0, 10654.0, 10624.0, 10652.0, 10612.0, 10625.0, 10623.0, 10658.0, 10620.0, 10672.0, 10675.0, 10659.0, 10693.0, 10677.0, 10702.0, 10672.0, 10720.0, 10677.0, 10688.0, 10639.0, 10681.0, 10620.0, 10665.0, 10630.0, 10659.0, 10614.0, 10653.0, 10631.0, 10661.0, 10659.0, 10695.0, 10678.0, 10714.0, 10674.0, 10691.0, 10703.0, 10698.0, 10717.0, 10680.0, 10713.0, 10678.0, 10694.0, 10682.0, 10672.0, 10634.0, 10662.0, 10620.0, 10676.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.006258955223880596</td></tr>
<tr><td colspan=3>aqi</td><td>0.03718804087256027</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.20864784859765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3340041826091953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0890168491839074</td></tr>
<tr><td colspan=3>efc</td><td>0.5049</td></tr>
<tr><td colspan=3>fber</td><td>4786.6558</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21041962110976306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>237</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.210103329506314</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.292721082140288</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1743864936131314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.584024938392045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1197518144156877</td></tr>
<tr><td colspan=3>gcor</td><td>0.0475869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011532856151461601</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04607875645160675</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.298893932611648</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>18.5984</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.939</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.2644</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.0657</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.3938</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4058.2432</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.3638</td></tr>
<tr><td colspan=3>tsnr</td><td>31.89957067836076</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>