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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0089_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-03/func/sub-0089_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c583bf2bb56dcfbfe87cb9676fb54de0</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:38:46.972500</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.999425, 0.0335556, 0.0048956, -0.0331544, 0.93657, 0.348909]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102925</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7838, -7228, 640, -39, -287, 89, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>924b3364-cb3a-48eb-9094-3869b628d0ef||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.6813838481903076, -0.08895077556371689, -0.019231487065553665, 116.21578216552734], [-0.09002728015184402, 2.512748956680298, 0.9419500231742859, -108.04411315917969], [0.0131345484405756, -0.9360966086387634, 2.5302886962890625, -8.241506576538086], [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': ['143846.972500', '143847.432500', '143847.892500', '143848.352500', '143848.812500', '143849.272500', '143849.732500', '143850.192500', '143850.652500', '143851.112500', '143851.572500', '143852.032500', '143852.492500', '143852.952500', '143853.412500', '143853.872500', '143854.332500', '143854.792500', '143855.252500', '143855.712500', '143856.172500', '143856.632500', '143857.092500', '143857.552500', '143858.012500', '143858.472500', '143858.932500', '143859.392500', '143859.852500', '143900.312500', '143900.772500', '143901.232500', '143901.692500', '143902.152500', '143902.612500', '143903.072500', '143903.532500', '143903.992500', '143904.452500', '143904.912500', '143905.372500', '143905.832500', '143906.292500', '143906.752500', '143907.212500', '143907.672500', '143908.132500', '143908.592500', '143909.052500', '143909.512500', '143909.972500', '143910.432500', '143910.892500', '143911.352500', '143911.812500', '143912.272500', '143912.732500', '143913.192500', '143913.652500', '143914.112500', '143914.572500', '143915.032500', '143915.492500', '143915.952500', '143916.412500', '143916.872500', '143917.332500', '143917.792500', '143918.252500', '143918.712500', '143919.172500', '143919.632500', '143920.092500', '143920.552500', '143921.012500', '143921.472500', '143921.932500', '143922.392500', '143922.852500', '143923.312500', '143923.772500', '143924.232500', '143924.692500', '143925.152500', '143925.612500', '143926.072500', '143926.532500', '143926.992500', '143927.452500', '143927.912500', '143928.372500', '143928.832500', '143929.292500', '143929.752500', '143930.212500', '143930.672500', '143931.132500', '143931.592500', '143932.052500', '143932.512500', '143932.972500', '143933.432500', '143933.892500', '143934.352500', '143934.812500', '143935.272500', '143935.732500', '143936.192500', '143936.652500', '143937.112500', '143937.572500', '143938.032500', '143938.492500', '143938.952500', '143939.412500', '143939.872500', '143940.332500', '143940.792500', '143941.252500', '143941.712500', '143942.172500', '143942.632500', '143943.092500', '143943.552500', '143944.012500', '143944.472500', '143944.932500', '143945.392500', '143945.852500', '143946.312500', '143946.772500', '143947.232500', '143947.692500', '143948.152500', '143948.612500', '143949.072500', '143949.532500', '143949.992500', '143950.452500', '143950.912500', '143951.372500', '143951.832500', '143952.292500', '143952.752500', '143953.212500', '143953.672500', '143954.132500', '143954.592500', '143955.052500', '143955.512500', '143955.972500', '143956.432500', '143956.892500', '143957.352500', '143957.812500', '143958.272500', '143958.732500', '143959.192500', '143959.652500', '144000.112500', '144000.572500', '144001.032500', '144001.492500', '144001.952500', '144002.412500', '144002.872500', '144003.332500', '144003.792500', '144004.252500', '144004.712500', '144005.172500', '144005.632500', '144006.092500', '144006.552500', '144007.012500', '144007.472500', '144007.932500', '144008.392500', '144008.852500', '144009.312500', '144009.772500', '144010.232500', '144010.692500', '144011.152500', '144011.612500', '144012.072500', '144012.532500', '144012.992500', '144013.452500', '144013.912500', '144014.372500', '144014.832500', '144015.292500', '144015.752500', '144016.212500', '144016.672500', '144017.132500', '144017.592500', '144018.052500', '144018.512500', '144018.972500', '144019.432500', '144019.892500', '144020.352500', '144020.812500', '144021.272500', '144021.732500', '144022.192500', '144022.652500', '144023.112500', '144023.572500', '144024.032500', '144024.492500', '144024.952500', '144025.412500', '144025.872500', '144026.332500', '144026.792500', '144027.252500', '144027.712500', '144028.172500', '144028.632500', '144029.092500', '144029.552500', '144030.012500', '144030.472500', '144030.932500', '144031.392500', '144031.852500', '144032.312500', '144032.772500', '144033.232500', '144033.692500', '144034.152500', '144034.612500', '144035.072500', '144035.532500', '144035.992500', '144036.452500', '144036.912500', '144037.372500', '144037.832500', '144038.292500', '144038.752500', '144039.212500', '144039.672500', '144040.132500', '144040.592500', '144041.052500', '144041.512500', '144041.972500', '144042.432500', '144042.892500', '144043.352500', '144043.812500', '144044.272500', '144044.732500', '144045.192500', '144045.652500', '144046.112500', '144046.572500', '144047.032500', '144047.492500', '144047.952500', '144048.412500', '144048.872500', '144049.332500', '144049.792500', '144050.252500', '144050.712500', '144051.172500', '144051.632500', '144052.092500', '144052.552500', '144053.012500', '144053.472500', '144053.932500', '144054.392500', '144054.852500', '144055.312500', '144055.772500', '144056.232500', '144056.692500', '144057.152500', '144057.612500', '144058.072500', '144058.532500', '144058.992500', '144059.452500', '144059.912500', '144100.372500', '144100.832500', '144101.292500', '144101.752500', '144102.212500', '144102.672500', '144103.132500', '144103.592500', '144104.052500', '144104.512500', '144104.972500', '144105.432500', '144105.892500', '144106.352500', '144106.812500', '144107.272500', '144107.732500', '144108.192500', '144108.652500', '144109.112500', '144109.572500', '144110.032500', '144110.492500', '144110.952500', '144111.412500', '144111.872500', '144112.332500', '144112.792500', '144113.252500', '144113.712500', '144114.172500', '144114.632500', '144115.092500', '144115.552500', '144116.012500', '144116.472500', '144116.932500', '144117.392500', '144117.852500', '144118.312500', '144118.772500', '144119.232500', '144119.692500', '144120.152500', '144120.612500', '144121.072500', '144121.532500', '144121.992500', '144122.452500', '144122.912500', '144123.372500', '144123.832500', '144124.292500', '144124.752500', '144125.212500', '144125.672500', '144126.132500', '144126.592500', '144127.052500', '144127.512500', '144127.972500', '144128.432500', '144128.892500', '144129.352500', '144129.812500', '144130.272500', '144130.732500', '144131.192500', '144131.652500', '144132.112500', '144132.572500', '144133.032500', '144133.492500', '144133.952500', '144134.412500', '144134.872500', '144135.332500', '144135.792500', '144136.252500', '144136.712500', '144137.172500', '144137.632500', '144138.092500', '144138.552500', '144139.012500', '144139.472500', '144139.932500', '144140.392500', '144140.852500', '144141.312500', '144141.772500', '144142.232500', '144142.692500', '144143.152500', '144143.612500', '144144.072500', '144144.532500', '144144.992500', '144145.452500', '144145.912500', '144146.372500', '144146.832500', '144147.292500', '144147.752500', '144148.212500', '144148.672500', '144149.132500', '144149.592500', '144150.052500', '144150.512500', '144150.972500', '144151.432500', '144151.892500', '144152.352500', '144152.812500', '144153.272500', '144153.732500', '144154.192500', '144154.652500', '144155.112500', '144155.572500', '144156.032500', '144156.492500', '144156.952500', '144157.412500', '144157.872500', '144158.332500', '144158.792500', '144159.252500', '144159.712500', '144200.172500', '144200.632500', '144201.092500', '144201.552500', '144202.012500', '144202.472500', '144202.932500', '144203.392500', '144203.852500', '144204.312500', '144204.772500', '144205.232500', '144205.692500', '144206.152500', '144206.612500', '144207.072500', '144207.532500', '144207.992500', '144208.452500', '144208.912500', '144209.372500', '144209.832500', '144210.292500', '144210.752500', '144211.212500', '144211.672500', '144212.132500', '144212.592500', '144213.052500', '144213.512500', '144213.972500', '144214.432500', '144214.892500', '144215.352500', '144215.812500', '144216.272500', '144216.732500', '144217.192500', '144217.652500', '144218.112500', '144218.572500', '144219.032500', '144219.492500', '144219.952500', '144220.412500', '144220.872500', '144221.332500', '144221.792500', '144222.252500', '144222.712500', '144223.172500', '144223.632500', '144224.092500', '144224.552500', '144225.012500', '144225.472500', '144225.932500', '144226.392500', '144226.852500', '144227.312500', '144227.772500', '144228.232500', '144228.692500', '144229.152500', '144229.612500', '144230.072500', '144230.532500', '144230.992500', '144231.452500', '144231.912500', '144232.372500', '144232.832500', '144233.292500', '144233.752500', '144234.212500', '144234.672500', '144235.132500', '144235.592500', '144236.052500', '144236.512500', '144236.972500', '144237.432500', '144237.892500', '144238.352500', '144238.812500', '144239.272500', '144239.732500', '144240.192500', '144240.652500', '144241.112500', '144241.572500', '144242.032500', '144242.492500', '144242.952500', '144243.412500', '144243.872500', '144244.332500', '144244.792500', '144245.252500', '144245.712500', '144246.172500', '144246.632500', '144247.092500', '144247.552500', '144248.012500', '144248.472500', '144248.932500', '144249.392500', '144249.852500', '144250.312500', '144250.772500', '144251.232500', '144251.692500', '144252.152500', '144252.612500', '144253.072500', '144253.532500', '144253.992500', '144254.452500', '144254.912500', '144255.372500', '144255.832500', '144256.292500', '144256.752500', '144257.212500', '144257.672500', '144258.132500', '144258.592500', '144259.052500', '144259.512500', '144259.972500', '144300.432500', '144300.892500', '144301.352500', '144301.812500', '144302.272500', '144302.732500', '144303.192500', '144303.652500', '144304.112500', '144304.572500', '144305.032500', '144305.492500', '144305.952500', '144306.412500', '144306.872500', '144307.332500', '144307.792500', '144308.252500', '144308.712500', '144309.172500', '144309.632500', '144310.092500', '144310.552500', '144311.012500', '144311.472500', '144311.932500', '144312.392500', '144312.852500', '144313.312500', '144313.772500', '144314.232500', '144314.692500', '144315.152500', '144315.612500', '144316.072500', '144316.532500', '144316.992500', '144317.452500', '144317.912500', '144318.372500', '144318.832500', '144319.292500', '144319.752500', '144320.212500', '144320.672500', '144321.132500', '144321.592500', '144322.052500', '144322.512500', '144322.972500', '144323.432500', '144323.892500', '144324.352500', '144324.812500', '144325.272500', '144325.732500', '144326.192500', '144326.652500', '144327.112500', '144327.572500', '144328.032500', '144328.492500', '144328.952500', '144329.412500', '144329.872500', '144330.332500', '144330.792500', '144331.252500', '144331.712500', '144332.172500', '144332.632500', '144333.092500', '144333.552500', '144334.012500', '144334.472500', '144334.932500', '144335.392500', '144335.852500', '144336.312500', '144336.772500', '144337.232500', '144337.692500', '144338.152500', '144338.612500', '144339.072500', '144339.532500', '144339.992500', '144340.452500', '144340.912500', '144341.372500', '144341.832500', '144342.292500', '144342.752500', '144343.212500', '144343.672500', '144344.132500', '144344.592500', '144345.052500', '144345.512500', '144345.972500', '144346.432500', '144346.892500', '144347.352500', '144347.812500', '144348.272500', '144348.732500', '144349.192500', '144349.652500', '144350.112500', '144350.572500', '144351.032500', '144351.492500', '144351.952500', '144352.412500', '144352.872500', '144353.332500', '144353.792500', '144354.252500', '144354.712500', '144355.172500', '144355.632500', '144356.092500', '144356.552500', '144357.012500', '144357.472500', '144357.932500', '144358.392500', '144358.852500', '144359.312500', '144359.772500', '144400.232500', '144400.692500', '144401.152500', '144401.612500', '144402.072500', '144402.532500', '144402.992500', '144403.452500', '144403.912500', '144404.372500', '144404.832500', '144405.292500', '144405.752500', '144406.212500', '144406.672500', '144407.132500', '144407.592500', '144408.052500', '144408.512500', '144408.972500', '144409.432500', '144409.892500', '144410.352500', '144410.812500', '144411.272500', '144411.732500', '144412.192500', '144412.652500', '144413.112500', '144413.572500', '144414.032500', '144414.492500', '144414.952500', '144415.412500', '144415.872500', '144416.332500', '144416.792500', '144417.252500', '144417.712500', '144418.172500', '144418.632500', '144419.092500', '144419.552500', '144420.012500', '144420.472500', '144420.932500', '144421.392500', '144421.852500', '144422.312500', '144422.772500', '144423.232500', '144423.692500', '144424.152500', '144424.612500', '144425.072500', '144425.532500', '144425.992500', '144426.452500', '144426.912500', '144427.372500', '144427.832500', '144428.292500', '144428.752500', '144429.212500', '144429.672500', '144430.132500', '144430.592500', '144431.052500', '144431.512500', '144431.972500', '144432.432500', '144432.892500', '144433.352500', '144433.812500', '144434.272500', '144434.732500', '144435.192500', '144435.652500', '144436.112500', '144436.572500', '144437.032500', '144437.492500', '144437.952500', '144438.412500', '144438.872500', '144439.332500', '144439.792500', '144440.252500', '144440.712500', '144441.172500', '144441.632500', '144442.092500', '144442.552500', '144443.012500', '144443.472500', '144443.932500', '144444.392500', '144444.852500', '144445.312500', '144445.772500', '144446.232500', '144446.692500', '144447.152500', '144447.612500', '144448.072500', '144448.532500', '144448.992500', '144449.452500', '144449.912500', '144450.372500', '144450.832500', '144451.292500', '144451.752500', '144452.212500', '144452.672500', '144453.132500', '144453.592500', '144454.052500', '144454.512500', '144454.972500', '144455.432500', '144455.892500', '144456.352500', '144456.812500', '144457.272500', '144457.732500', '144458.192500', '144458.652500', '144459.112500', '144459.572500', '144500.032500', '144500.492500', '144500.952500', '144501.412500', '144501.872500', '144502.332500', '144502.792500', '144503.252500', '144503.712500', '144504.172500', '144504.632500', '144505.092500', '144505.552500', '144506.012500', '144506.472500', '144506.932500', '144507.392500', '144507.852500', '144508.312500', '144508.772500', '144509.232500', '144509.692500', '144510.152500', '144510.612500', '144511.072500', '144511.532500', '144511.992500', '144512.452500', '144512.912500', '144513.372500', '144513.832500', '144514.292500', '144514.752500', '144515.212500', '144515.672500', '144516.132500', '144516.592500', '144517.052500', '144517.512500', '144517.972500', '144518.432500', '144518.892500', '144519.352500', '144519.812500', '144520.272500', '144520.732500', '144521.192500', '144521.652500', '144522.112500', '144522.572500', '144523.032500', '144523.492500', '144523.952500', '144524.412500', '144524.872500', '144525.332500', '144525.792500', '144526.252500', '144526.712500', '144527.172500', '144527.632500'], 'ContentTime': ['143908.411000', '143908.414000', '143908.416000', '143908.419000', '143908.422000', '143908.424000', '143908.427000', '143908.429000', '143908.432000', '143908.435000', '143908.444000', '143908.446000', '143908.449000', '143908.452000', '143908.454000', '143908.457000', '143908.459000', '143908.462000', '143908.465000', '143908.467000', '143908.470000', '143908.472000', '143908.475000', '143908.477000', '143908.480000', '143908.482000', '143908.485000', '143908.488000', '143908.490000', '143908.493000', '143908.496000', '143908.498000', '143908.501000', '143908.503000', '143908.506000', '143908.508000', '143908.511000', '143908.513000', '143908.516000', '143908.518000', '143908.521000', '143908.524000', '143908.526000', '143908.529000', '143928.360000', '143928.363000', '143928.366000', '143928.368000', '143928.371000', '143928.374000', '143928.376000', '143928.379000', '143928.381000', '143928.384000', '143928.386000', '143928.389000', '143928.392000', '143928.394000', '143928.397000', '143928.399000', '143928.402000', '143928.405000', '143928.407000', '143928.410000', '143928.412000', '143928.415000', '143928.417000', '143928.420000', '143928.423000', '143928.425000', '143928.428000', '143928.430000', '143928.433000', '143928.436000', '143928.438000', '143928.441000', '143928.443000', '143928.446000', '143928.448000', '143928.451000', '143928.454000', '143928.456000', '143928.459000', '143928.461000', '143928.464000', '143928.466000', '143928.469000', '143948.361000', '143948.363000', '143948.366000', '143948.368000', '143948.371000', '143948.374000', '143948.376000', '143948.379000', '143948.381000', '143948.384000', '143948.386000', '143948.389000', '143948.391000', '143948.394000', '143948.397000', '143948.399000', '143948.402000', '143948.404000', '143948.407000', '143948.409000', '143948.412000', '143948.415000', '143948.417000', '143948.420000', '143948.422000', '143948.425000', '143948.428000', '143948.430000', '143948.433000', '143948.436000', '143948.438000', '143948.446000', '143948.449000', '143948.452000', '143948.454000', '143948.457000', '143948.459000', '143948.462000', '143948.464000', '143948.467000', '143948.470000', '143948.472000', '143948.475000', '143948.477000', '144008.360000', '144008.363000', '144008.366000', '144008.368000', '144008.371000', '144008.374000', '144008.376000', '144008.379000', '144008.381000', '144008.384000', '144008.387000', '144008.389000', '144008.392000', '144008.394000', '144008.397000', '144008.400000', '144008.402000', '144008.405000', '144008.407000', '144008.410000', '144008.412000', '144008.415000', '144008.421000', '144008.424000', '144008.426000', '144008.429000', '144008.432000', '144008.434000', '144008.437000', '144008.439000', '144008.442000', '144008.445000', '144008.447000', '144008.450000', '144008.452000', '144008.455000', '144008.457000', '144008.460000', '144008.473000', '144008.476000', '144008.478000', '144008.481000', '144008.483000', '144028.360000', '144028.363000', '144028.366000', '144028.368000', '144028.371000', '144028.373000', '144028.376000', '144028.379000', '144028.381000', '144028.384000', '144028.386000', '144028.389000', '144028.392000', '144028.394000', '144028.397000', '144028.399000', '144028.402000', '144028.405000', '144028.407000', '144028.410000', '144028.413000', '144028.415000', '144028.418000', '144028.420000', '144028.423000', '144028.425000', '144028.428000', '144028.431000', '144028.433000', '144028.436000', '144028.438000', '144028.441000', '144028.443000', '144028.446000', '144028.449000', '144028.451000', '144028.454000', '144028.456000', '144028.459000', '144028.462000', '144028.464000', '144028.467000', '144028.469000', '144028.472000', '144048.361000', '144048.363000', '144048.366000', '144048.369000', '144048.371000', '144048.374000', '144048.377000', '144048.379000', '144048.382000', '144048.384000', '144048.387000', '144048.390000', '144048.392000', '144048.395000', '144048.397000', '144048.400000', '144048.403000', '144048.405000', '144048.408000', '144048.410000', '144048.413000', '144048.415000', '144048.418000', '144048.421000', '144048.423000', '144048.426000', '144048.428000', '144048.431000', '144048.434000', '144048.436000', '144048.439000', '144048.442000', '144048.444000', '144048.447000', '144048.449000', '144048.452000', '144048.455000', '144048.457000', '144048.460000', '144048.462000', '144048.465000', '144048.468000', '144048.470000', '144108.360000', '144108.362000', '144108.365000', '144108.367000', '144108.370000', '144108.373000', '144108.375000', '144108.378000', '144108.380000', '144108.383000', '144108.386000', '144108.388000', '144108.391000', '144108.393000', '144108.396000', '144108.399000', '144108.401000', '144108.404000', '144108.406000', '144108.409000', '144108.411000', '144108.414000', '144108.417000', '144108.419000', '144108.422000', '144108.424000', '144108.427000', '144108.430000', '144108.432000', '144108.435000', '144108.437000', '144108.440000', '144108.443000', '144108.445000', '144108.448000', '144108.450000', '144108.453000', '144108.456000', '144108.458000', '144108.461000', '144108.463000', '144108.466000', '144108.469000', '144108.471000', '144128.361000', '144128.363000', '144128.366000', '144128.369000', '144128.371000', '144128.374000', '144128.376000', '144128.379000', '144128.382000', '144128.384000', '144128.387000', '144128.389000', '144128.392000', '144128.395000', '144128.397000', '144128.400000', '144128.402000', '144128.405000', '144128.407000', '144128.410000', '144128.413000', '144128.416000', '144128.418000', '144128.421000', '144128.423000', '144128.426000', '144128.428000', '144128.431000', '144128.434000', '144128.436000', '144128.439000', '144128.441000', '144128.444000', '144128.447000', '144128.455000', '144128.458000', '144128.461000', '144128.463000', '144128.466000', '144128.468000', '144128.471000', '144128.473000', '144128.476000', '144148.361000', '144148.363000', '144148.366000', '144148.369000', '144148.371000', '144148.374000', '144148.376000', '144148.379000', '144148.381000', '144148.384000', '144148.387000', '144148.389000', '144148.393000', '144148.395000', '144148.398000', '144148.401000', '144148.403000', '144148.406000', '144148.408000', '144148.411000', '144148.431000', '144148.434000', '144148.437000', '144148.439000', '144148.442000', '144148.445000', '144148.448000', '144148.450000', '144148.453000', '144148.455000', '144148.458000', '144148.461000', '144148.463000', '144148.466000', '144148.469000', '144148.471000', '144148.474000', '144148.476000', '144148.479000', '144148.481000', '144148.484000', '144148.487000', '144148.489000', '144148.492000', '144208.360000', '144208.363000', '144208.366000', '144208.369000', '144208.371000', '144208.374000', '144208.376000', '144208.379000', '144208.382000', '144208.384000', '144208.387000', '144208.389000', '144208.392000', '144208.394000', '144208.397000', '144208.400000', '144208.402000', '144208.405000', '144208.407000', '144208.410000', '144208.413000', '144208.415000', '144208.418000', '144208.420000', '144208.423000', '144208.425000', '144208.436000', '144208.438000', '144208.441000', '144208.444000', '144208.446000', '144208.449000', '144208.452000', '144208.454000', '144208.457000', '144208.460000', '144208.462000', '144208.465000', '144208.467000', '144208.470000', '144208.473000', '144208.475000', '144208.478000', '144228.361000', '144228.364000', '144228.366000', '144228.369000', '144228.371000', '144228.374000', '144228.377000', '144228.379000', '144228.382000', '144228.384000', '144228.387000', '144228.390000', '144228.392000', '144228.395000', '144228.397000', '144228.400000', '144228.402000', '144228.405000', '144228.407000', '144228.410000', '144228.413000', '144228.415000', '144228.418000', '144228.420000', '144228.423000', '144228.425000', '144228.428000', '144228.431000', '144228.433000', '144228.436000', '144228.438000', '144228.441000', '144228.444000', '144228.446000', '144228.449000', '144228.451000', '144228.454000', '144228.457000', '144228.459000', '144228.462000', '144228.464000', '144228.467000', '144228.469000', '144248.361000', '144248.363000', '144248.366000', '144248.369000', '144248.371000', '144248.374000', '144248.377000', '144248.379000', '144248.382000', '144248.384000', '144248.387000', '144248.390000', '144248.392000', '144248.395000', '144248.397000', '144248.400000', '144248.403000', '144248.405000', '144248.408000', '144248.411000', '144248.413000', '144248.416000', '144248.418000', '144248.421000', '144248.424000', '144248.426000', '144248.429000', '144248.432000', '144248.434000', '144248.437000', '144248.439000', '144248.442000', '144248.445000', '144248.447000', '144248.450000', '144248.453000', '144248.455000', '144248.458000', '144248.460000', '144248.463000', '144248.465000', '144248.468000', '144248.471000', '144248.473000', '144308.360000', '144308.363000', '144308.366000', '144308.369000', '144308.371000', '144308.374000', '144308.377000', '144308.379000', '144308.382000', '144308.384000', '144308.387000', '144308.390000', '144308.392000', '144308.395000', '144308.398000', '144308.400000', '144308.403000', '144308.406000', '144308.408000', '144308.411000', '144308.413000', '144308.416000', '144308.419000', '144308.421000', '144308.424000', '144308.426000', '144308.429000', '144308.433000', '144308.435000', '144308.438000', '144308.441000', '144308.443000', '144308.446000', '144308.448000', '144308.451000', '144308.454000', '144308.456000', '144308.459000', '144308.461000', '144308.464000', '144308.466000', '144308.469000', '144308.472000', '144328.360000', '144328.363000', '144328.395000', '144328.397000', '144328.400000', '144328.403000', '144328.405000', '144328.408000', '144328.411000', '144328.413000', '144328.416000', '144328.418000', '144328.421000', '144328.424000', '144328.426000', '144328.429000', '144328.432000', '144328.434000', '144328.437000', '144328.440000', '144328.442000', '144328.445000', '144328.447000', '144328.450000', '144328.453000', '144328.455000', '144328.458000', '144328.460000', '144328.463000', '144328.466000', '144328.468000', '144328.471000', '144328.473000', '144328.476000', '144328.479000', '144328.481000', '144328.484000', '144328.486000', '144328.489000', '144328.492000', '144328.494000', '144328.497000', '144328.499000', '144328.502000', '144348.361000', '144348.364000', '144348.366000', '144348.369000', '144348.371000', '144348.374000', '144348.376000', '144348.379000', '144348.382000', '144348.384000', '144348.387000', '144348.390000', '144348.392000', '144348.395000', '144348.397000', '144348.400000', '144348.403000', '144348.405000', '144348.408000', '144348.411000', '144348.414000', '144348.417000', '144348.419000', '144348.422000', '144348.424000', '144348.427000', '144348.429000', '144348.432000', '144348.435000', '144348.437000', '144348.440000', '144348.443000', '144348.445000', '144348.448000', '144348.450000', '144348.453000', '144348.456000', '144348.458000', '144348.461000', '144348.463000', '144348.466000', '144348.469000', '144348.471000', '144408.361000', '144408.363000', '144408.366000', '144408.369000', '144408.371000', '144408.374000', '144408.376000', '144408.379000', '144408.382000', '144408.384000', '144408.387000', '144408.389000', '144408.392000', '144408.395000', '144408.397000', '144408.400000', '144408.403000', '144408.405000', '144408.408000', '144408.410000', '144408.413000', '144408.416000', '144408.418000', '144408.421000', '144408.424000', '144408.426000', '144408.429000', '144408.431000', '144408.434000', '144408.437000', '144408.439000', '144408.442000', '144408.445000', '144408.447000', '144408.450000', '144408.453000', '144408.455000', '144408.458000', '144408.460000', '144408.463000', '144408.466000', '144408.469000', '144408.471000', '144408.474000', '144428.361000', '144428.363000', '144428.366000', '144428.369000', '144428.371000', '144428.374000', '144428.376000', '144428.379000', '144428.382000', '144428.384000', '144428.387000', '144428.389000', '144428.392000', '144428.395000', '144428.397000', '144428.400000', '144428.403000', '144428.406000', '144428.409000', '144428.412000', '144428.414000', '144428.417000', '144428.420000', '144428.422000', '144428.425000', '144428.427000', '144428.430000', '144428.433000', '144428.435000', '144428.438000', '144428.440000', '144428.443000', '144428.446000', '144428.448000', '144428.451000', '144428.453000', '144428.456000', '144428.459000', '144428.461000', '144428.464000', '144428.466000', '144428.469000', '144428.473000', '144448.360000', '144448.363000', '144448.366000', '144448.369000', '144448.371000', '144448.374000', '144448.376000', '144448.379000', '144448.383000', '144448.386000', '144448.389000', '144448.391000', '144448.422000', '144448.425000', '144448.428000', '144448.430000', '144448.433000', '144448.436000', '144448.438000', '144448.441000', '144448.444000', '144448.446000', '144448.449000', '144448.451000', '144448.454000', '144448.457000', '144448.459000', '144448.462000', '144448.465000', '144448.467000', '144448.470000', '144448.472000', '144448.475000', '144448.478000', '144448.480000', '144448.483000', '144448.485000', '144448.488000', '144448.491000', '144448.493000', '144448.496000', '144448.498000', '144448.501000', '144448.504000', '144508.361000', '144508.364000', '144508.366000', '144508.369000', '144508.371000', '144508.374000', '144508.377000', '144508.379000', '144508.382000', '144508.384000', '144508.387000', '144508.390000', '144508.392000', '144508.395000', '144508.398000', '144508.400000', '144508.403000', '144508.405000', '144508.408000', '144508.410000', '144508.413000', '144508.416000', '144508.418000', '144508.421000', '144508.423000', '144508.426000', '144508.429000', '144508.431000', '144508.434000', '144508.436000', '144508.439000', '144508.442000', '144508.444000', '144508.447000', '144508.449000', '144508.452000', '144508.454000', '144508.458000', '144508.461000', '144508.464000', '144508.467000', '144508.469000', '144508.472000', '144528.361000', '144528.363000', '144528.366000', '144528.369000', '144528.371000', '144528.374000', '144528.376000', '144528.379000', '144528.382000', '144528.384000', '144528.387000', '144528.390000', '144528.392000', '144528.395000', '144528.397000', '144528.400000', '144528.403000', '144528.405000', '144528.408000', '144528.410000', '144528.413000', '144528.415000', '144528.418000', '144528.421000', '144528.423000', '144528.426000', '144528.428000', '144528.431000', '144528.434000', '144528.436000', '144528.439000', '144528.441000', '144528.444000', '144528.447000', '144528.449000', '144528.452000', '144528.454000', '144528.457000', '144528.459000', '144528.462000', '144528.465000', '144528.467000', '144528.470000', '144528.472000', '144529.159000', '144529.162000'], 'InstanceCreationTime': ['143908.411000', '143908.414000', '143908.416000', '143908.419000', '143908.422000', '143908.424000', '143908.427000', '143908.429000', '143908.432000', '143908.435000', '143908.444000', '143908.446000', '143908.449000', '143908.452000', '143908.454000', '143908.457000', '143908.459000', '143908.462000', '143908.465000', '143908.467000', '143908.470000', '143908.472000', '143908.475000', '143908.477000', '143908.480000', '143908.482000', '143908.485000', '143908.488000', '143908.490000', '143908.493000', '143908.496000', '143908.498000', '143908.501000', '143908.503000', '143908.506000', '143908.508000', '143908.511000', '143908.513000', '143908.516000', '143908.518000', '143908.521000', '143908.524000', '143908.526000', '143908.529000', '143928.360000', '143928.363000', '143928.366000', '143928.368000', '143928.371000', '143928.374000', '143928.376000', '143928.379000', '143928.381000', '143928.384000', '143928.386000', '143928.389000', '143928.392000', '143928.394000', '143928.397000', '143928.399000', '143928.402000', '143928.405000', '143928.407000', '143928.410000', '143928.412000', '143928.415000', '143928.417000', '143928.420000', '143928.423000', '143928.425000', '143928.428000', '143928.430000', '143928.433000', '143928.436000', '143928.438000', '143928.441000', '143928.443000', '143928.446000', '143928.448000', '143928.451000', '143928.454000', '143928.456000', '143928.459000', '143928.461000', '143928.464000', '143928.466000', '143928.469000', '143948.361000', '143948.363000', '143948.366000', '143948.368000', '143948.371000', '143948.374000', '143948.376000', '143948.379000', '143948.381000', '143948.384000', '143948.386000', '143948.389000', '143948.391000', '143948.394000', '143948.397000', '143948.399000', '143948.402000', '143948.404000', '143948.407000', '143948.409000', '143948.412000', '143948.415000', '143948.417000', '143948.420000', '143948.422000', '143948.425000', '143948.428000', '143948.430000', '143948.433000', '143948.436000', '143948.438000', '143948.446000', '143948.449000', '143948.452000', '143948.454000', '143948.457000', '143948.459000', '143948.462000', '143948.464000', '143948.467000', '143948.470000', '143948.472000', '143948.475000', '143948.477000', '144008.360000', '144008.363000', '144008.366000', '144008.368000', '144008.371000', '144008.374000', '144008.376000', '144008.379000', '144008.381000', '144008.384000', '144008.387000', '144008.389000', '144008.392000', '144008.394000', '144008.397000', '144008.400000', '144008.402000', '144008.405000', '144008.407000', '144008.410000', '144008.412000', '144008.415000', '144008.421000', '144008.424000', '144008.426000', '144008.429000', '144008.432000', '144008.434000', '144008.437000', '144008.439000', '144008.442000', '144008.445000', '144008.447000', '144008.450000', '144008.452000', '144008.455000', '144008.457000', '144008.460000', '144008.473000', '144008.476000', '144008.478000', '144008.481000', '144008.483000', '144028.360000', '144028.363000', '144028.366000', '144028.368000', '144028.371000', '144028.373000', '144028.376000', '144028.379000', '144028.381000', '144028.384000', '144028.386000', '144028.389000', '144028.392000', '144028.394000', '144028.397000', '144028.399000', '144028.402000', '144028.405000', '144028.407000', '144028.410000', '144028.413000', '144028.415000', '144028.418000', '144028.420000', '144028.423000', '144028.425000', '144028.428000', '144028.431000', '144028.433000', '144028.436000', '144028.438000', '144028.441000', '144028.443000', '144028.446000', '144028.449000', '144028.451000', '144028.454000', '144028.456000', '144028.459000', '144028.462000', '144028.464000', '144028.467000', '144028.469000', '144028.472000', '144048.361000', '144048.363000', '144048.366000', '144048.369000', '144048.371000', '144048.374000', '144048.377000', '144048.379000', '144048.382000', '144048.384000', '144048.387000', '144048.390000', '144048.392000', '144048.395000', '144048.397000', '144048.400000', '144048.403000', '144048.405000', '144048.408000', '144048.410000', '144048.413000', '144048.415000', '144048.418000', '144048.421000', '144048.423000', '144048.426000', '144048.428000', '144048.431000', '144048.434000', '144048.436000', '144048.439000', '144048.442000', '144048.444000', '144048.447000', '144048.449000', '144048.452000', '144048.455000', '144048.457000', '144048.460000', '144048.462000', '144048.465000', '144048.468000', '144048.470000', '144108.360000', '144108.362000', '144108.365000', '144108.367000', '144108.370000', '144108.373000', '144108.375000', '144108.378000', '144108.380000', '144108.383000', '144108.386000', '144108.388000', '144108.391000', '144108.393000', '144108.396000', '144108.399000', '144108.401000', '144108.404000', '144108.406000', '144108.409000', '144108.411000', '144108.414000', '144108.417000', '144108.419000', '144108.422000', '144108.424000', '144108.427000', '144108.430000', '144108.432000', '144108.435000', '144108.437000', '144108.440000', '144108.443000', '144108.445000', '144108.448000', '144108.450000', '144108.453000', '144108.456000', '144108.458000', '144108.461000', '144108.463000', '144108.466000', '144108.469000', '144108.471000', '144128.361000', '144128.363000', '144128.366000', '144128.369000', '144128.371000', '144128.374000', '144128.376000', '144128.379000', '144128.382000', '144128.384000', '144128.387000', '144128.389000', '144128.392000', '144128.395000', '144128.397000', '144128.400000', '144128.402000', '144128.405000', '144128.407000', '144128.410000', '144128.413000', '144128.416000', '144128.418000', '144128.421000', '144128.423000', '144128.426000', '144128.428000', '144128.431000', '144128.434000', '144128.436000', '144128.439000', '144128.441000', '144128.444000', '144128.447000', '144128.455000', '144128.458000', '144128.461000', '144128.463000', '144128.466000', '144128.468000', '144128.471000', '144128.473000', '144128.476000', '144148.361000', '144148.363000', '144148.366000', '144148.369000', '144148.371000', '144148.374000', '144148.376000', '144148.379000', '144148.381000', '144148.384000', '144148.387000', '144148.389000', '144148.393000', '144148.395000', '144148.398000', '144148.401000', '144148.403000', '144148.406000', '144148.408000', '144148.411000', '144148.431000', '144148.434000', '144148.437000', '144148.439000', '144148.442000', '144148.445000', '144148.448000', '144148.450000', '144148.453000', '144148.455000', '144148.458000', '144148.461000', '144148.463000', '144148.466000', '144148.469000', '144148.471000', '144148.474000', '144148.476000', '144148.479000', '144148.481000', '144148.484000', '144148.487000', '144148.489000', '144148.492000', '144208.360000', '144208.363000', '144208.366000', '144208.369000', '144208.371000', '144208.374000', '144208.376000', '144208.379000', '144208.382000', '144208.384000', '144208.387000', '144208.389000', '144208.392000', '144208.394000', '144208.397000', '144208.400000', '144208.402000', '144208.405000', '144208.407000', '144208.410000', '144208.413000', '144208.415000', '144208.418000', '144208.420000', '144208.423000', '144208.425000', '144208.436000', '144208.438000', '144208.441000', '144208.444000', '144208.446000', '144208.449000', '144208.452000', '144208.454000', '144208.457000', '144208.460000', '144208.462000', '144208.465000', '144208.467000', '144208.470000', '144208.473000', '144208.475000', '144208.478000', '144228.361000', '144228.364000', '144228.366000', '144228.369000', '144228.371000', '144228.374000', '144228.377000', '144228.379000', '144228.382000', '144228.384000', '144228.387000', '144228.390000', '144228.392000', '144228.395000', '144228.397000', '144228.400000', '144228.402000', '144228.405000', '144228.407000', '144228.410000', '144228.413000', '144228.415000', '144228.418000', '144228.420000', '144228.423000', '144228.425000', '144228.428000', '144228.431000', '144228.433000', '144228.436000', '144228.438000', '144228.441000', '144228.444000', '144228.446000', '144228.449000', '144228.451000', '144228.454000', '144228.457000', '144228.459000', '144228.462000', '144228.464000', '144228.467000', '144228.469000', '144248.361000', '144248.363000', '144248.366000', '144248.369000', '144248.371000', '144248.374000', '144248.377000', '144248.379000', '144248.382000', '144248.384000', '144248.387000', '144248.390000', '144248.392000', '144248.395000', '144248.397000', '144248.400000', '144248.403000', '144248.405000', '144248.408000', '144248.411000', '144248.413000', '144248.416000', '144248.418000', '144248.421000', '144248.424000', '144248.426000', '144248.429000', '144248.432000', '144248.434000', '144248.437000', '144248.439000', '144248.442000', '144248.445000', '144248.447000', '144248.450000', '144248.453000', '144248.455000', '144248.458000', '144248.460000', '144248.463000', '144248.465000', '144248.468000', '144248.471000', '144248.473000', '144308.360000', '144308.363000', '144308.366000', '144308.369000', '144308.371000', '144308.374000', '144308.377000', '144308.379000', '144308.382000', '144308.384000', '144308.387000', '144308.390000', '144308.392000', '144308.395000', '144308.398000', '144308.400000', '144308.403000', '144308.406000', '144308.408000', '144308.411000', '144308.413000', '144308.416000', '144308.419000', '144308.421000', '144308.424000', '144308.426000', '144308.429000', '144308.433000', '144308.435000', '144308.438000', '144308.441000', '144308.443000', '144308.446000', '144308.448000', '144308.451000', '144308.454000', '144308.456000', '144308.459000', '144308.461000', '144308.464000', '144308.466000', '144308.469000', '144308.472000', '144328.360000', '144328.363000', '144328.395000', '144328.397000', '144328.400000', '144328.403000', '144328.405000', '144328.408000', '144328.411000', '144328.413000', '144328.416000', '144328.418000', '144328.421000', '144328.424000', '144328.426000', '144328.429000', '144328.432000', '144328.434000', '144328.437000', '144328.440000', '144328.442000', '144328.445000', '144328.447000', '144328.450000', '144328.453000', '144328.455000', '144328.458000', '144328.460000', '144328.463000', '144328.466000', '144328.468000', '144328.471000', '144328.473000', '144328.476000', '144328.479000', '144328.481000', '144328.484000', '144328.486000', '144328.489000', '144328.492000', '144328.494000', '144328.497000', '144328.499000', '144328.502000', '144348.361000', '144348.364000', '144348.366000', '144348.369000', '144348.371000', '144348.374000', '144348.376000', '144348.379000', '144348.382000', '144348.384000', '144348.387000', '144348.390000', '144348.392000', '144348.395000', '144348.397000', '144348.400000', '144348.403000', '144348.405000', '144348.408000', '144348.411000', '144348.414000', '144348.417000', '144348.419000', '144348.422000', '144348.424000', '144348.427000', '144348.429000', '144348.432000', '144348.435000', '144348.437000', '144348.440000', '144348.443000', '144348.445000', '144348.448000', '144348.450000', '144348.453000', '144348.456000', '144348.458000', '144348.461000', '144348.463000', '144348.466000', '144348.469000', '144348.471000', '144408.361000', '144408.363000', '144408.366000', '144408.369000', '144408.371000', '144408.374000', '144408.376000', '144408.379000', '144408.382000', '144408.384000', '144408.387000', '144408.389000', '144408.392000', '144408.395000', '144408.397000', '144408.400000', '144408.403000', '144408.405000', '144408.408000', '144408.410000', '144408.413000', '144408.416000', '144408.418000', '144408.421000', '144408.424000', '144408.426000', '144408.429000', '144408.431000', '144408.434000', '144408.437000', '144408.439000', '144408.442000', '144408.445000', '144408.447000', '144408.450000', '144408.453000', '144408.455000', '144408.458000', '144408.460000', '144408.463000', '144408.466000', '144408.469000', '144408.471000', '144408.474000', '144428.361000', '144428.363000', '144428.366000', '144428.369000', '144428.371000', '144428.374000', '144428.376000', '144428.379000', '144428.382000', '144428.384000', '144428.387000', '144428.389000', '144428.392000', '144428.395000', '144428.397000', '144428.400000', '144428.403000', '144428.406000', '144428.409000', '144428.412000', '144428.414000', '144428.417000', '144428.420000', '144428.422000', '144428.425000', '144428.427000', '144428.430000', '144428.433000', '144428.435000', '144428.438000', '144428.440000', '144428.443000', '144428.446000', '144428.448000', '144428.451000', '144428.453000', '144428.456000', '144428.459000', '144428.461000', '144428.464000', '144428.466000', '144428.469000', '144428.473000', '144448.360000', '144448.363000', '144448.366000', '144448.369000', '144448.371000', '144448.374000', '144448.376000', '144448.379000', '144448.383000', '144448.386000', '144448.389000', '144448.391000', '144448.422000', '144448.425000', '144448.428000', '144448.430000', '144448.433000', '144448.436000', '144448.438000', '144448.441000', '144448.444000', '144448.446000', '144448.449000', '144448.451000', '144448.454000', '144448.457000', '144448.459000', '144448.462000', '144448.465000', '144448.467000', '144448.470000', '144448.472000', '144448.475000', '144448.478000', '144448.480000', '144448.483000', '144448.485000', '144448.488000', '144448.491000', '144448.493000', '144448.496000', '144448.498000', '144448.501000', '144448.504000', '144508.361000', '144508.364000', '144508.366000', '144508.369000', '144508.371000', '144508.374000', '144508.377000', '144508.379000', '144508.382000', '144508.384000', '144508.387000', '144508.390000', '144508.392000', '144508.395000', '144508.398000', '144508.400000', '144508.403000', '144508.405000', '144508.408000', '144508.410000', '144508.413000', '144508.416000', '144508.418000', '144508.421000', '144508.423000', '144508.426000', '144508.429000', '144508.431000', '144508.434000', '144508.436000', '144508.439000', '144508.442000', '144508.444000', '144508.447000', '144508.449000', '144508.452000', '144508.454000', '144508.458000', '144508.461000', '144508.464000', '144508.467000', '144508.469000', '144508.472000', '144528.361000', '144528.363000', '144528.366000', '144528.369000', '144528.371000', '144528.374000', '144528.376000', '144528.379000', '144528.382000', '144528.384000', '144528.387000', '144528.390000', '144528.392000', '144528.395000', '144528.397000', '144528.400000', '144528.403000', '144528.405000', '144528.408000', '144528.410000', '144528.413000', '144528.415000', '144528.418000', '144528.421000', '144528.423000', '144528.426000', '144528.428000', '144528.431000', '144528.434000', '144528.436000', '144528.439000', '144528.441000', '144528.444000', '144528.447000', '144528.449000', '144528.452000', '144528.454000', '144528.457000', '144528.459000', '144528.462000', '144528.465000', '144528.467000', '144528.470000', '144528.472000', '144529.159000', '144529.162000'], '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': [15656, 10624, 23380, 10398, 17461, 10223, 13625, 11993, 10465, 17058, 10427, 17030, 10185, 14770, 10993, 11228, 12127, 10735, 19331, 10258, 16275, 10062, 12445, 11536, 11188, 13272, 10538, 19713, 10260, 14215, 10337, 11508, 12111, 10343, 13438, 10545, 16653, 10348, 13766, 10708, 12441, 12350, 10177, 16305, 10304, 17343, 10257, 15332, 10993, 11727, 12519, 10413, 18452, 9998, 18245, 10169, 13582, 11102, 11272, 12708, 10578, 18325, 9914, 15804, 10403, 13528, 12014, 10926, 13058, 10201, 17501, 10332, 13850, 10664, 12240, 12739, 10663, 19371, 10211, 14760, 10543, 13320, 12098, 10455, 16381, 9937, 17964, 9928, 15248, 11384, 13277, 11549, 13697, 11891, 11410, 19578, 10022, 18521, 10309, 16542, 11512, 11987, 12716, 10412, 21349, 9864, 17893, 10715, 12169, 12022, 10937, 15454, 10166, 17509, 10116, 12885, 10976, 11373, 12237, 10633, 18093, 10344, 17876, 9929, 15026, 10355, 13691, 12617, 11215, 18720, 10147, 14191, 10323, 13917, 11598, 11610, 13147, 11073, 20395, 10711, 18147, 10320, 14477, 11865, 11140, 20949, 10402, 18344, 9833, 13661, 11404, 11363, 12508, 10668, 18319, 9869, 14024, 10561, 11779, 12066, 10764, 14765, 10339, 16888, 9949, 14461, 10820, 11943, 12307, 11255, 20470, 10564, 17062, 10280, 13665, 12398, 11665, 20167, 10985, 18114, 10335, 13162, 12059, 11819, 13449, 10989, 19049, 9977, 13658, 11171, 11913, 12593, 11415, 13669, 10808, 16713, 10086, 13695, 11332, 13453, 12257, 11128, 14636, 10837, 21138, 9970, 16996, 11008, 13447, 11784, 11318, 14832, 10707, 19449, 9963, 16082, 10526, 14020, 12822, 10940, 18863, 9805, 15030, 10912, 13749, 11848, 11273, 13305, 10867, 17917, 9819, 15693, 11183, 11936, 12428, 11559, 21611, 10957, 18241, 10615, 12135, 12670, 11528, 19375, 10947, 16922, 10417, 13565, 12045, 11480, 13730, 10917, 19436, 10048, 14203, 11712, 11829, 12914, 11481, 18749, 10096, 15823, 10846, 12938, 12317, 10928, 14652, 10184, 17193, 10232, 14309, 11758, 11622, 12984, 11169, 20173, 9901, 16448, 11375, 11947, 13057, 11383, 20626, 11073, 17962, 11063, 13272, 12021, 11427, 17170, 10852, 18662, 10372, 14724, 12060, 11833, 16261, 11331, 19411, 10070, 13915, 11810, 11756, 12527, 10992, 15283, 10575, 13622, 10402, 17095, 10392, 15125, 11924, 11600, 20392, 10430, 19317, 10703, 15324, 12345, 11177, 15954, 10670, 18265, 10049, 16039, 11054, 11691, 12876, 11380, 20427, 10584, 16557, 10576, 13089, 12010, 11556, 13090, 11030, 16578, 10141, 14264, 11283, 12289, 12837, 11371, 13861, 10996, 16682, 10331, 13859, 11660, 12028, 13052, 11523, 17373, 10743, 18889, 9983, 16019, 11346, 12690, 12632, 10913, 19536, 10441, 17663, 9869, 15113, 10809, 11902, 12242, 11129, 18906, 10720, 19264, 9870, 16584, 10751, 12564, 12254, 11154, 22518, 10723, 17330, 9915, 12593, 11634, 11358, 13351, 11046, 16393, 9950, 13626, 10782, 12247, 12208, 11546, 14152, 10911, 17404, 9863, 14934, 10782, 12588, 11968, 11380, 20437, 11186, 19802, 9739, 16566, 11454, 12848, 16042, 11206, 20611, 9891, 15877, 10157, 12478, 11982, 11127, 19590, 10233, 15829, 9854, 12890, 11456, 11256, 10962, 12655, 10276, 16579, 10622, 13630, 11927, 11715, 17949, 11204, 20428, 10358, 17220, 10436, 12639, 11857, 11576, 16673, 11006, 17522, 10268, 14884, 10445, 12021, 11569, 11414, 12955, 11082, 19784, 10557, 15384, 10479, 12835, 10502, 12132, 12059, 11201, 14761, 11112, 17213, 10125, 16032, 10189, 12759, 11532, 11852, 14274, 11271, 21044, 10304, 15423, 10268, 12775, 11374, 11371, 14754, 10809, 19326, 10741, 15463, 10279, 12437, 12091, 11000, 14610, 10450, 16606, 10137, 15493, 10877, 11962, 12553, 10858, 19840, 10684, 18808, 10147, 14661, 10546, 12046, 11655, 11335, 22150, 10713, 19019, 10504, 13596, 10883, 11663, 17308, 11260, 18312, 10575, 14216, 10333, 12149, 11981, 11338, 15222, 10739, 14879, 10081, 12554, 9917, 12577, 10069, 13573, 12244, 10643, 18671, 10664, 18518, 10488, 15861, 10240, 13315, 12038, 11336, 21797, 10288, 18336, 10336, 14982, 10658, 11404, 11923, 10465, 19308, 10405, 15431, 9807, 12825, 11018, 11481, 12252, 10511, 20929, 10350, 15845, 10324, 12035, 11033, 11062, 12261, 10404, 14887, 10550, 12946, 10426, 12952, 11477, 11358, 13449, 10675, 20478, 10286, 18079, 10347, 14831, 11095, 11658, 14937, 10879, 22911, 10341, 17442, 10504, 13428, 10969, 11979, 12049, 10728, 20048, 10420, 16422, 9989, 15322, 10767, 11627, 12241, 11058, 20072, 10593, 18078, 10414, 14781, 10266, 11961, 11147, 11208, 19630, 10838, 18763, 10687, 14617, 10375, 12372, 11734, 11405, 19211, 10718, 17003, 10439, 13399, 10784, 11790, 12091, 11251, 16931, 10875, 13049, 10219, 11816, 12184, 10725, 15663, 10768, 14208, 10064, 12207, 11590, 10577, 13123, 10756, 16650, 10521, 13824, 10759, 11501, 12523, 10674, 18674, 10230, 17790, 10480, 13464, 11646, 11417, 14253, 10966, 21958, 10504, 18411, 10272, 14723, 10860, 12035, 14649, 11186, 22153, 10675, 18108, 10310, 14907, 11336, 11709, 14628, 11305, 20883, 10642, 16011, 10027, 13196, 11381, 11434, 14934, 10753, 17192, 10160, 14618, 10414, 11589, 11984, 10726, 12314, 10876, 11907, 10343, 13621, 10571, 19454, 10462, 19683, 11030, 14845, 20325, 12406, 22924, 10944, 18699, 10048, 14548, 11266, 11223, 22223, 11194, 19583, 10456, 14924, 10408, 12135, 12926, 11396, 21122, 10476, 13668, 10031, 12358, 9919, 13342, 10489, 14857, 10336, 12331, 11584, 11725, 11763, 11545, 20486, 10647, 17423, 10358, 12459, 9940, 12807, 10471, 15462, 10310, 15153, 10262, 17283, 10069, 17562, 11185, 12436, 13812, 10857, 21157, 10358, 16347, 10015, 12446, 11228, 11150, 14632, 10801, 16429, 10256, 13042, 10362, 11654, 12100, 10878, 17810, 10679, 15462, 10609, 12448, 10850, 11476, 12056, 10835, 18705, 10772, 14543, 10140, 12083, 11711, 11120, 18257, 10579, 16390, 10591, 14118, 10688, 14641, 10797, 14437, 10376, 16639, 10323, 12629, 18482, 10985, 19994, 10308, 18087, 10120, 13604, 11669, 11134, 16893, 10612, 11859, 10530, 17931, 10422, 13004, 10409, 11568, 11912, 10864, 19572, 10710, 17573, 10429, 15428, 10816, 11713, 13747, 11069, 19978, 10612, 15642, 10029, 11696, 10170, 12813, 10614, 11327, 10325, 14220, 11433, 11482, 22302, 10475, 18617, 9879, 15370, 10697, 11632, 22473, 10925, 19122, 10473, 17209, 10295, 11967, 11435, 11071, 11541, 11585], 'WindowCenter': [4539.0, 4475.0, 4551.0, 4450.0, 4505.0, 4436.0, 4475.0, 4454.0, 4445.0, 4493.0, 4445.0, 4492.0, 4424.0, 4474.0, 4432.0, 4443.0, 4443.0, 4444.0, 4504.0, 4436.0, 4493.0, 4437.0, 4464.0, 4443.0, 4445.0, 4463.0, 4434.0, 4501.0, 4434.0, 4472.0, 4434.0, 4455.0, 4453.0, 4446.0, 4462.0, 4443.0, 4493.0, 4435.0, 4474.0, 4444.0, 4465.0, 4454.0, 4435.0, 4483.0, 4434.0, 4494.0, 4434.0, 4483.0, 4444.0, 4456.0, 4454.0, 4445.0, 4503.0, 4424.0, 4494.0, 4433.0, 4464.0, 4444.0, 4444.0, 4453.0, 4444.0, 4493.0, 4435.0, 4483.0, 4444.0, 4465.0, 4453.0, 4445.0, 4463.0, 4436.0, 4504.0, 4446.0, 4475.0, 4446.0, 4465.0, 4463.0, 4446.0, 4515.0, 4447.0, 4485.0, 4446.0, 4476.0, 4453.0, 4446.0, 4493.0, 4435.0, 4504.0, 4436.0, 4484.0, 4454.0, 4474.0, 4443.0, 4474.0, 4454.0, 4467.0, 4514.0, 4436.0, 4504.0, 4435.0, 4493.0, 4442.0, 4454.0, 4452.0, 4434.0, 4512.0, 4424.0, 4491.0, 4432.0, 4452.0, 4453.0, 4444.0, 4471.0, 4434.0, 4492.0, 4433.0, 4462.0, 4443.0, 4444.0, 4452.0, 4445.0, 4492.0, 4433.0, 4492.0, 4424.0, 4483.0, 4423.0, 4463.0, 4441.0, 4432.0, 4490.0, 4423.0, 4462.0, 4422.0, 4463.0, 4443.0, 4444.0, 4462.0, 4445.0, 4512.0, 4434.0, 4492.0, 4422.0, 4473.0, 4441.0, 4433.0, 4500.0, 4422.0, 4480.0, 4411.0, 4461.0, 4430.0, 4442.0, 4440.0, 4420.0, 4480.0, 4422.0, 4461.0, 4432.0, 4442.0, 4441.0, 4434.0, 4471.0, 4435.0, 4481.0, 4423.0, 4463.0, 4432.0, 4443.0, 4441.0, 4444.0, 4502.0, 4434.0, 4481.0, 4422.0, 4462.0, 4451.0, 4443.0, 4501.0, 4433.0, 4490.0, 4422.0, 4452.0, 4453.0, 4453.0, 4450.0, 4433.0, 4492.0, 4423.0, 4463.0, 4455.0, 4454.0, 4452.0, 4454.0, 4462.0, 4446.0, 4492.0, 4435.0, 4475.0, 4444.0, 4476.0, 4455.0, 4456.0, 4473.0, 4446.0, 4514.0, 4435.0, 4494.0, 4444.0, 4475.0, 4444.0, 4446.0, 4473.0, 4434.0, 4503.0, 4435.0, 4483.0, 4433.0, 4474.0, 4452.0, 4446.0, 4493.0, 4424.0, 4472.0, 4433.0, 4463.0, 4453.0, 4444.0, 4464.0, 4446.0, 4503.0, 4435.0, 4484.0, 4443.0, 4454.0, 4452.0, 4455.0, 4513.0, 4434.0, 4491.0, 4421.0, 4443.0, 4452.0, 4444.0, 4491.0, 4432.0, 4481.0, 4432.0, 4463.0, 4452.0, 4455.0, 4462.0, 4444.0, 4503.0, 4434.0, 4474.0, 4455.0, 4455.0, 4464.0, 4455.0, 4502.0, 4434.0, 4483.0, 4445.0, 4464.0, 4453.0, 4445.0, 4472.0, 4435.0, 4493.0, 4434.0, 4476.0, 4454.0, 4446.0, 4463.0, 4446.0, 4513.0, 4424.0, 4483.0, 4443.0, 4455.0, 4452.0, 4455.0, 4505.0, 4443.0, 4491.0, 4444.0, 4464.0, 4453.0, 4456.0, 4492.0, 4445.0, 4492.0, 4424.0, 4475.0, 4452.0, 4454.0, 4481.0, 4433.0, 4501.0, 4423.0, 4475.0, 4455.0, 4455.0, 4452.0, 4433.0, 4470.0, 4435.0, 4473.0, 4459.0, 4505.0, 4447.0, 4487.0, 4455.0, 4456.0, 4513.0, 4445.0, 4504.0, 4435.0, 4485.0, 4452.0, 4444.0, 4481.0, 4435.0, 4493.0, 4424.0, 4484.0, 4445.0, 4456.0, 4452.0, 4444.0, 4502.0, 4434.0, 4481.0, 4434.0, 4463.0, 4452.0, 4455.0, 4462.0, 4445.0, 4493.0, 4435.0, 4472.0, 4444.0, 4455.0, 4463.0, 4456.0, 4473.0, 4447.0, 4493.0, 4435.0, 4474.0, 4455.0, 4466.0, 4464.0, 4456.0, 4493.0, 4447.0, 4504.0, 4436.0, 4484.0, 4445.0, 4465.0, 4452.0, 4445.0, 4502.0, 4435.0, 4492.0, 4424.0, 4484.0, 4445.0, 4455.0, 4453.0, 4444.0, 4502.0, 4443.0, 4501.0, 4424.0, 4483.0, 4432.0, 4453.0, 4441.0, 4443.0, 4513.0, 4433.0, 4481.0, 4412.0, 4451.0, 4430.0, 4442.0, 4461.0, 4443.0, 4481.0, 4424.0, 4462.0, 4444.0, 4454.0, 4463.0, 4457.0, 4473.0, 4445.0, 4494.0, 4435.0, 4484.0, 4445.0, 4466.0, 4454.0, 4455.0, 4504.0, 4444.0, 4503.0, 4426.0, 4495.0, 4443.0, 4453.0, 4471.0, 4443.0, 4500.0, 4423.0, 4482.0, 4421.0, 4453.0, 4441.0, 4444.0, 4501.0, 4434.0, 4483.0, 4423.0, 4462.0, 4454.0, 4443.0, 4444.0, 4464.0, 4447.0, 4505.0, 4446.0, 4477.0, 4443.0, 4456.0, 4492.0, 4445.0, 4500.0, 4422.0, 4480.0, 4420.0, 4441.0, 4430.0, 4444.0, 4481.0, 4433.0, 4492.0, 4422.0, 4470.0, 4421.0, 4452.0, 4442.0, 4453.0, 4452.0, 4444.0, 4502.0, 4434.0, 4483.0, 4434.0, 4454.0, 4433.0, 4453.0, 4452.0, 4444.0, 4473.0, 4445.0, 4493.0, 4424.0, 4482.0, 4423.0, 4453.0, 4443.0, 4454.0, 4462.0, 4444.0, 4503.0, 4434.0, 4472.0, 4434.0, 4465.0, 4444.0, 4444.0, 4471.0, 4434.0, 4504.0, 4444.0, 4483.0, 4434.0, 4454.0, 4454.0, 4446.0, 4472.0, 4446.0, 4493.0, 4435.0, 4483.0, 4444.0, 4455.0, 4454.0, 4445.0, 4503.0, 4434.0, 4502.0, 4434.0, 4474.0, 4447.0, 4454.0, 4443.0, 4445.0, 4513.0, 4433.0, 4491.0, 4431.0, 4462.0, 4431.0, 4443.0, 4481.0, 4432.0, 4491.0, 4433.0, 4462.0, 4423.0, 4452.0, 4441.0, 4442.0, 4471.0, 4443.0, 4471.0, 4434.0, 4452.0, 4436.0, 4463.0, 4436.0, 4477.0, 4455.0, 4446.0, 4493.0, 4434.0, 4492.0, 4435.0, 4484.0, 4424.0, 4463.0, 4442.0, 4443.0, 4501.0, 4433.0, 4492.0, 4422.0, 4473.0, 4421.0, 4442.0, 4440.0, 4433.0, 4491.0, 4432.0, 4471.0, 4422.0, 4452.0, 4432.0, 4454.0, 4452.0, 4434.0, 4502.0, 4423.0, 4481.0, 4434.0, 4454.0, 4432.0, 4444.0, 4443.0, 4433.0, 4472.0, 4445.0, 4465.0, 4446.0, 4465.0, 4455.0, 4457.0, 4464.0, 4447.0, 4514.0, 4435.0, 4504.0, 4435.0, 4486.0, 4455.0, 4456.0, 4473.0, 4444.0, 4513.0, 4433.0, 4491.0, 4434.0, 4463.0, 4432.0, 4453.0, 4442.0, 4443.0, 4502.0, 4434.0, 4482.0, 4423.0, 4472.0, 4431.0, 4445.0, 4441.0, 4443.0, 4501.0, 4433.0, 4492.0, 4432.0, 4472.0, 4423.0, 4443.0, 4431.0, 4442.0, 4490.0, 4432.0, 4491.0, 4432.0, 4462.0, 4421.0, 4453.0, 4440.0, 4441.0, 4490.0, 4433.0, 4481.0, 4421.0, 4451.0, 4420.0, 4442.0, 4439.0, 4432.0, 4481.0, 4444.0, 4462.0, 4432.0, 4442.0, 4442.0, 4443.0, 4481.0, 4445.0, 4473.0, 4433.0, 4454.0, 4443.0, 4446.0, 4464.0, 4457.0, 4494.0, 4448.0, 4475.0, 4445.0, 4454.0, 4463.0, 4446.0, 4503.0, 4436.0, 4503.0, 4444.0, 4475.0, 4454.0, 4456.0, 4473.0, 4445.0, 4513.0, 4445.0, 4502.0, 4435.0, 4475.0, 4433.0, 4454.0, 4471.0, 4443.0, 4513.0, 4434.0, 4492.0, 4422.0, 4473.0, 4431.0, 4452.0, 4461.0, 4443.0, 4501.0, 4433.0, 4481.0, 4422.0, 4452.0, 4441.0, 4442.0, 4471.0, 4433.0, 4482.0, 4423.0, 4471.0, 4431.0, 4442.0, 4442.0, 4443.0, 4452.0, 4445.0, 4465.0, 4447.0, 4485.0, 4458.0, 4516.0, 4448.0, 4516.0, 4444.0, 4487.0, 4503.0, 4454.0, 4512.0, 4432.0, 4490.0, 4410.0, 4460.0, 4419.0, 4431.0, 4498.0, 4430.0, 4487.0, 4420.0, 4459.0, 4419.0, 4440.0, 4439.0, 4430.0, 4488.0, 4419.0, 4448.0, 4410.0, 4449.0, 4423.0, 4461.0, 4433.0, 4472.0, 4423.0, 4453.0, 4442.0, 4442.0, 4441.0, 4443.0, 4501.0, 4432.0, 4481.0, 4422.0, 4451.0, 4423.0, 4462.0, 4445.0, 4484.0, 4447.0, 4484.0, 4446.0, 4494.0, 4436.0, 4505.0, 4444.0, 4454.0, 4462.0, 4433.0, 4501.0, 4422.0, 4470.0, 4423.0, 4452.0, 4432.0, 4443.0, 4471.0, 4433.0, 4480.0, 4434.0, 4463.0, 4434.0, 4456.0, 4465.0, 4444.0, 4503.0, 4446.0, 4483.0, 4435.0, 4454.0, 4443.0, 4454.0, 4452.0, 4445.0, 4503.0, 4445.0, 4472.0, 4435.0, 4454.0, 4442.0, 4445.0, 4492.0, 4447.0, 4493.0, 4434.0, 4474.0, 4445.0, 4484.0, 4457.0, 4486.0, 4448.0, 4506.0, 4435.0, 4467.0, 4504.0, 4445.0, 4503.0, 4435.0, 4493.0, 4423.0, 4464.0, 4442.0, 4444.0, 4482.0, 4433.0, 4442.0, 4445.0, 4503.0, 4434.0, 4464.0, 4433.0, 4444.0, 4442.0, 4446.0, 4502.0, 4445.0, 4494.0, 4435.0, 4484.0, 4433.0, 4454.0, 4461.0, 4443.0, 4503.0, 4433.0, 4473.0, 4423.0, 4443.0, 4434.0, 4466.0, 4444.0, 4455.0, 4446.0, 4488.0, 4445.0, 4457.0, 4514.0, 4434.0, 4492.0, 4424.0, 4474.0, 4422.0, 4445.0, 4511.0, 4432.0, 4492.0, 4433.0, 4481.0, 4422.0, 4443.0, 4440.0, 4431.0, 4441.0, 4443.0], 'WindowWidth': [9937.0, 9841.0, 9939.0, 9792.0, 9861.0, 9764.0, 9817.0, 9783.0, 9773.0, 9835.0, 9774.0, 9834.0, 9743.0, 9810.0, 9748.0, 9765.0, 9765.0, 9771.0, 9854.0, 9763.0, 9837.0, 9765.0, 9800.0, 9767.0, 9773.0, 9794.0, 9757.0, 9846.0, 9755.0, 9807.0, 9758.0, 9788.0, 9781.0, 9777.0, 9793.0, 9770.0, 9838.0, 9761.0, 9811.0, 9772.0, 9801.0, 9782.0, 9760.0, 9821.0, 9757.0, 9838.0, 9758.0, 9823.0, 9769.0, 9790.0, 9781.0, 9775.0, 9850.0, 9744.0, 9837.0, 9755.0, 9796.0, 9770.0, 9772.0, 9779.0, 9771.0, 9835.0, 9760.0, 9822.0, 9771.0, 9803.0, 9780.0, 9773.0, 9792.0, 9764.0, 9852.0, 9776.0, 9815.0, 9775.0, 9802.0, 9792.0, 9777.0, 9871.0, 9780.0, 9828.0, 9777.0, 9818.0, 9782.0, 9778.0, 9838.0, 9761.0, 9855.0, 9763.0, 9825.0, 9786.0, 9814.0, 9769.0, 9812.0, 9786.0, 9808.0, 9868.0, 9762.0, 9852.0, 9758.0, 9838.0, 9765.0, 9783.0, 9778.0, 9756.0, 9864.0, 9740.0, 9829.0, 9750.0, 9779.0, 9780.0, 9770.0, 9803.0, 9757.0, 9834.0, 9753.0, 9791.0, 9766.0, 9770.0, 9777.0, 9773.0, 9831.0, 9754.0, 9833.0, 9742.0, 9823.0, 9739.0, 9794.0, 9759.0, 9749.0, 9827.0, 9739.0, 9789.0, 9738.0, 9794.0, 9765.0, 9768.0, 9790.0, 9771.0, 9862.0, 9755.0, 9832.0, 9735.0, 9807.0, 9759.0, 9750.0, 9841.0, 9734.0, 9811.0, 9718.0, 9789.0, 9744.0, 9761.0, 9756.0, 9731.0, 9811.0, 9735.0, 9785.0, 9749.0, 9764.0, 9758.0, 9755.0, 9801.0, 9757.0, 9814.0, 9737.0, 9791.0, 9749.0, 9766.0, 9758.0, 9767.0, 9848.0, 9755.0, 9815.0, 9735.0, 9791.0, 9773.0, 9766.0, 9843.0, 9750.0, 9826.0, 9735.0, 9778.0, 9779.0, 9780.0, 9771.0, 9752.0, 9830.0, 9739.0, 9793.0, 9785.0, 9784.0, 9777.0, 9783.0, 9790.0, 9776.0, 9833.0, 9758.0, 9811.0, 9771.0, 9818.0, 9787.0, 9790.0, 9807.0, 9775.0, 9866.0, 9758.0, 9837.0, 9771.0, 9815.0, 9769.0, 9774.0, 9805.0, 9757.0, 9849.0, 9759.0, 9823.0, 9753.0, 9811.0, 9776.0, 9774.0, 9835.0, 9742.0, 9803.0, 9751.0, 9794.0, 9780.0, 9770.0, 9796.0, 9775.0, 9849.0, 9760.0, 9824.0, 9765.0, 9782.0, 9777.0, 9785.0, 9864.0, 9752.0, 9829.0, 9732.0, 9764.0, 9774.0, 9768.0, 9828.0, 9749.0, 9813.0, 9749.0, 9793.0, 9777.0, 9786.0, 9792.0, 9770.0, 9850.0, 9757.0, 9810.0, 9786.0, 9788.0, 9795.0, 9786.0, 9846.0, 9757.0, 9820.0, 9772.0, 9798.0, 9779.0, 9772.0, 9803.0, 9759.0, 9834.0, 9757.0, 9815.0, 9782.0, 9774.0, 9792.0, 9775.0, 9863.0, 9742.0, 9820.0, 9764.0, 9785.0, 9776.0, 9785.0, 9852.0, 9766.0, 9829.0, 9768.0, 9796.0, 9779.0, 9789.0, 9831.0, 9772.0, 9831.0, 9741.0, 9812.0, 9777.0, 9783.0, 9813.0, 9751.0, 9841.0, 9738.0, 9813.0, 9785.0, 9783.0, 9775.0, 9752.0, 9799.0, 9757.0, 9807.0, 9800.0, 9857.0, 9780.0, 9833.0, 9787.0, 9791.0, 9865.0, 9773.0, 9851.0, 9758.0, 9826.0, 9775.0, 9768.0, 9816.0, 9758.0, 9835.0, 9741.0, 9825.0, 9772.0, 9788.0, 9774.0, 9769.0, 9847.0, 9753.0, 9816.0, 9756.0, 9796.0, 9777.0, 9785.0, 9791.0, 9772.0, 9834.0, 9758.0, 9805.0, 9770.0, 9788.0, 9792.0, 9789.0, 9809.0, 9777.0, 9835.0, 9759.0, 9811.0, 9786.0, 9803.0, 9795.0, 9789.0, 9836.0, 9777.0, 9852.0, 9761.0, 9826.0, 9770.0, 9798.0, 9776.0, 9771.0, 9848.0, 9759.0, 9832.0, 9743.0, 9826.0, 9774.0, 9788.0, 9778.0, 9768.0, 9846.0, 9767.0, 9843.0, 9741.0, 9823.0, 9750.0, 9780.0, 9760.0, 9764.0, 9864.0, 9752.0, 9814.0, 9723.0, 9775.0, 9743.0, 9763.0, 9786.0, 9765.0, 9816.0, 9742.0, 9792.0, 9770.0, 9783.0, 9796.0, 9791.0, 9807.0, 9774.0, 9838.0, 9760.0, 9825.0, 9774.0, 9804.0, 9783.0, 9787.0, 9854.0, 9770.0, 9850.0, 9747.0, 9843.0, 9765.0, 9781.0, 9799.0, 9764.0, 9844.0, 9739.0, 9818.0, 9733.0, 9779.0, 9759.0, 9767.0, 9845.0, 9757.0, 9820.0, 9740.0, 9792.0, 9784.0, 9768.0, 9772.0, 9798.0, 9783.0, 9861.0, 9778.0, 9820.0, 9767.0, 9787.0, 9831.0, 9770.0, 9843.0, 9736.0, 9811.0, 9730.0, 9760.0, 9743.0, 9767.0, 9815.0, 9752.0, 9830.0, 9735.0, 9798.0, 9732.0, 9777.0, 9763.0, 9781.0, 9777.0, 9768.0, 9848.0, 9756.0, 9820.0, 9755.0, 9783.0, 9752.0, 9782.0, 9775.0, 9770.0, 9807.0, 9772.0, 9835.0, 9741.0, 9817.0, 9738.0, 9782.0, 9764.0, 9783.0, 9789.0, 9769.0, 9849.0, 9754.0, 9805.0, 9757.0, 9800.0, 9767.0, 9770.0, 9801.0, 9754.0, 9851.0, 9769.0, 9820.0, 9756.0, 9783.0, 9783.0, 9776.0, 9805.0, 9774.0, 9837.0, 9759.0, 9822.0, 9769.0, 9785.0, 9781.0, 9773.0, 9849.0, 9756.0, 9847.0, 9756.0, 9810.0, 9778.0, 9786.0, 9765.0, 9770.0, 9864.0, 9752.0, 9828.0, 9746.0, 9792.0, 9744.0, 9764.0, 9813.0, 9750.0, 9829.0, 9753.0, 9790.0, 9737.0, 9777.0, 9760.0, 9764.0, 9800.0, 9768.0, 9802.0, 9755.0, 9779.0, 9763.0, 9796.0, 9764.0, 9823.0, 9785.0, 9776.0, 9834.0, 9756.0, 9834.0, 9758.0, 9825.0, 9741.0, 9794.0, 9761.0, 9767.0, 9845.0, 9752.0, 9831.0, 9735.0, 9805.0, 9732.0, 9762.0, 9756.0, 9752.0, 9832.0, 9750.0, 9800.0, 9737.0, 9779.0, 9751.0, 9782.0, 9775.0, 9756.0, 9846.0, 9739.0, 9815.0, 9755.0, 9784.0, 9749.0, 9770.0, 9764.0, 9755.0, 9804.0, 9774.0, 9799.0, 9777.0, 9802.0, 9785.0, 9791.0, 9797.0, 9779.0, 9867.0, 9761.0, 9852.0, 9760.0, 9830.0, 9785.0, 9790.0, 9806.0, 9769.0, 9865.0, 9752.0, 9830.0, 9757.0, 9797.0, 9751.0, 9781.0, 9762.0, 9768.0, 9848.0, 9756.0, 9818.0, 9740.0, 9806.0, 9747.0, 9769.0, 9759.0, 9767.0, 9845.0, 9751.0, 9830.0, 9751.0, 9803.0, 9740.0, 9767.0, 9746.0, 9763.0, 9827.0, 9747.0, 9829.0, 9749.0, 9790.0, 9731.0, 9778.0, 9754.0, 9761.0, 9827.0, 9751.0, 9813.0, 9733.0, 9774.0, 9729.0, 9761.0, 9753.0, 9748.0, 9817.0, 9770.0, 9791.0, 9751.0, 9764.0, 9761.0, 9767.0, 9817.0, 9773.0, 9808.0, 9755.0, 9785.0, 9766.0, 9777.0, 9798.0, 9792.0, 9839.0, 9780.0, 9814.0, 9773.0, 9785.0, 9795.0, 9777.0, 9851.0, 9764.0, 9850.0, 9771.0, 9816.0, 9785.0, 9790.0, 9809.0, 9773.0, 9868.0, 9772.0, 9847.0, 9759.0, 9815.0, 9753.0, 9784.0, 9802.0, 9767.0, 9865.0, 9755.0, 9832.0, 9736.0, 9807.0, 9746.0, 9777.0, 9786.0, 9764.0, 9845.0, 9753.0, 9814.0, 9736.0, 9777.0, 9759.0, 9764.0, 9801.0, 9751.0, 9817.0, 9739.0, 9800.0, 9748.0, 9764.0, 9763.0, 9766.0, 9779.0, 9774.0, 9802.0, 9781.0, 9828.0, 9798.0, 9876.0, 9782.0, 9875.0, 9771.0, 9833.0, 9848.0, 9782.0, 9863.0, 9747.0, 9828.0, 9714.0, 9785.0, 9726.0, 9745.0, 9835.0, 9740.0, 9817.0, 9727.0, 9780.0, 9725.0, 9755.0, 9750.0, 9741.0, 9822.0, 9725.0, 9763.0, 9718.0, 9767.0, 9737.0, 9786.0, 9754.0, 9805.0, 9739.0, 9781.0, 9761.0, 9762.0, 9758.0, 9766.0, 9844.0, 9748.0, 9813.0, 9737.0, 9773.0, 9741.0, 9791.0, 9775.0, 9825.0, 9779.0, 9825.0, 9778.0, 9838.0, 9761.0, 9858.0, 9768.0, 9780.0, 9788.0, 9751.0, 9843.0, 9735.0, 9798.0, 9736.0, 9777.0, 9748.0, 9765.0, 9799.0, 9752.0, 9813.0, 9755.0, 9793.0, 9757.0, 9790.0, 9801.0, 9772.0, 9848.0, 9776.0, 9821.0, 9760.0, 9784.0, 9767.0, 9785.0, 9777.0, 9774.0, 9850.0, 9773.0, 9807.0, 9757.0, 9785.0, 9764.0, 9772.0, 9832.0, 9776.0, 9836.0, 9758.0, 9810.0, 9776.0, 9825.0, 9793.0, 9830.0, 9784.0, 9861.0, 9761.0, 9807.0, 9852.0, 9774.0, 9851.0, 9758.0, 9834.0, 9738.0, 9796.0, 9762.0, 9769.0, 9817.0, 9753.0, 9762.0, 9772.0, 9851.0, 9757.0, 9798.0, 9754.0, 9771.0, 9764.0, 9773.0, 9848.0, 9772.0, 9836.0, 9757.0, 9825.0, 9753.0, 9782.0, 9787.0, 9767.0, 9849.0, 9752.0, 9805.0, 9740.0, 9764.0, 9756.0, 9802.0, 9772.0, 9786.0, 9778.0, 9838.0, 9773.0, 9791.0, 9870.0, 9753.0, 9832.0, 9741.0, 9810.0, 9735.0, 9770.0, 9860.0, 9748.0, 9832.0, 9753.0, 9815.0, 9735.0, 9766.0, 9757.0, 9747.0, 9761.0, 9767.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.0006904022988505747</td></tr>
<tr><td colspan=3>aqi</td><td>0.016571854022988504</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73245357772158</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2847056810701951</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968463706444186</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>7592.0415</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06327316118280278</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5007521628185976</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4737013955678173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7434292073188233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2851258855691507</td></tr>
<tr><td colspan=3>gcor</td><td>0.00561103</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019419344142079353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024000557139515877</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.477092278418258</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>47.0465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1029</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.4664</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311283.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>878.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.6628</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>658.6656</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.6099</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1128.8081</td></tr>
<tr><td colspan=3>tsnr</td><td>44.19658030522987</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>