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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0098_ses-01_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-0098_ses-01_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-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_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-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_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-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-01_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_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-0098/ses-01/func/sub-0098_ses-01_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>c297b8e8608e2ec740a69ee26c788407</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:32:7.215000</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.994573, -0.104038, 0.000427383, 0.101376, 0.970028, 0.220835]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896926</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7806, -7152, 270, -139, 104, -50, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3af750b4-c482-4ece-887b-babcb277cde4||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.6683671474456787, 0.2719839811325073, 0.06315259635448456, 101.84870910644531], [0.2791271209716797, 2.6025149822235107, 0.5929012894630432, -114.95855712890625], [0.0011466372525319457, -0.5924836993217468, 2.6333401203155518, -18.487125396728516], [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': ['143207.215000', '143207.675000', '143208.135000', '143208.595000', '143209.055000', '143209.515000', '143209.975000', '143210.435000', '143210.895000', '143211.355000', '143211.815000', '143212.275000', '143212.735000', '143213.195000', '143213.655000', '143214.115000', '143214.575000', '143215.035000', '143215.495000', '143215.955000', '143216.415000', '143216.875000', '143217.335000', '143217.795000', '143218.255000', '143218.715000', '143219.175000', '143219.635000', '143220.095000', '143220.555000', '143221.015000', '143221.475000', '143221.935000', '143222.395000', '143222.855000', '143223.315000', '143223.775000', '143224.235000', '143224.695000', '143225.155000', '143225.615000', '143226.075000', '143226.535000', '143226.995000', '143227.455000', '143227.915000', '143228.375000', '143228.835000', '143229.295000', '143229.755000', '143230.215000', '143230.675000', '143231.135000', '143231.595000', '143232.055000', '143232.515000', '143232.975000', '143233.435000', '143233.895000', '143234.355000', '143234.815000', '143235.275000', '143235.735000', '143236.195000', '143236.655000', '143237.115000', '143237.575000', '143238.035000', '143238.495000', '143238.955000', '143239.415000', '143239.875000', '143240.335000', '143240.795000', '143241.255000', '143241.715000', '143242.175000', '143242.635000', '143243.095000', '143243.555000', '143244.015000', '143244.475000', '143244.935000', '143245.395000', '143245.855000', '143246.315000', '143246.775000', '143247.235000', '143247.695000', '143248.155000', '143248.615000', '143249.075000', '143249.535000', '143249.995000', '143250.455000', '143250.915000', '143251.375000', '143251.835000', '143252.295000', '143252.755000', '143253.215000', '143253.675000', '143254.135000', '143254.595000', '143255.055000', '143255.515000', '143255.975000', '143256.435000', '143256.895000', '143257.355000', '143257.815000', '143258.275000', '143258.735000', '143259.195000', '143259.655000', '143300.115000', '143300.575000', '143301.035000', '143301.495000', '143301.955000', '143302.415000', '143302.875000', '143303.335000', '143303.795000', '143304.255000', '143304.715000', '143305.175000', '143305.635000', '143306.095000', '143306.555000', '143307.015000', '143307.475000', '143307.935000', '143308.395000', '143308.855000', '143309.315000', '143309.775000', '143310.235000', '143310.695000', '143311.155000', '143311.615000', '143312.075000', '143312.535000', '143312.995000', '143313.455000', '143313.915000', '143314.375000', '143314.835000', '143315.295000', '143315.755000', '143316.215000', '143316.675000', '143317.135000', '143317.595000', '143318.055000', '143318.515000', '143318.975000', '143319.435000', '143319.895000', '143320.355000', '143320.815000', '143321.275000', '143321.735000', '143322.195000', '143322.655000', '143323.115000', '143323.575000', '143324.035000', '143324.495000', '143324.955000', '143325.415000', '143325.875000', '143326.335000', '143326.795000', '143327.255000', '143327.715000', '143328.175000', '143328.635000', '143329.095000', '143329.555000', '143330.015000', '143330.475000', '143330.935000', '143331.395000', '143331.855000', '143332.315000', '143332.775000', '143333.235000', '143333.695000', '143334.155000', '143334.615000', '143335.075000', '143335.535000', '143335.995000', '143336.455000', '143336.915000', '143337.375000', '143337.835000', '143338.295000', '143338.755000', '143339.215000', '143339.675000', '143340.135000', '143340.595000', '143341.055000', '143341.515000', '143341.975000', '143342.435000', '143342.895000', '143343.355000', '143343.815000', '143344.275000', '143344.735000', '143345.195000', '143345.655000', '143346.115000', '143346.575000', '143347.035000', '143347.495000', '143347.955000', '143348.415000', '143348.875000', '143349.335000', '143349.795000', '143350.255000', '143350.715000', '143351.175000', '143351.635000', '143352.095000', '143352.555000', '143353.015000', '143353.475000', '143353.935000', '143354.395000', '143354.855000', '143355.315000', '143355.775000', '143356.235000', '143356.695000', '143357.155000', '143357.615000', '143358.075000', '143358.535000', '143358.995000', '143359.455000', '143359.915000', '143400.375000', '143400.835000', '143401.295000', '143401.755000', '143402.215000', '143402.675000', '143403.135000', '143403.595000', '143404.055000', '143404.515000', '143404.975000', '143405.435000', '143405.895000', '143406.355000', '143406.815000', '143407.275000', '143407.735000', '143408.195000', '143408.655000', '143409.115000', '143409.575000', '143410.035000', '143410.495000', '143410.955000', '143411.415000', '143411.875000', '143412.335000', '143412.795000', '143413.255000', '143413.715000', '143414.175000', '143414.635000', '143415.095000', '143415.555000', '143416.015000', '143416.475000', '143416.935000', '143417.395000', '143417.855000', '143418.315000', '143418.775000', '143419.235000', '143419.695000', '143420.155000', '143420.615000', '143421.075000', '143421.535000', '143421.995000', '143422.455000', '143422.915000', '143423.375000', '143423.835000', '143424.295000', '143424.755000', '143425.215000', '143425.675000', '143426.135000', '143426.595000', '143427.055000', '143427.515000', '143427.975000', '143428.435000', '143428.895000', '143429.355000', '143429.815000', '143430.275000', '143430.735000', '143431.195000', '143431.655000', '143432.115000', '143432.575000', '143433.035000', '143433.495000', '143433.955000', '143434.415000', '143434.875000', '143435.335000', '143435.795000', '143436.255000', '143436.715000', '143437.175000', '143437.635000', '143438.095000', '143438.555000', '143439.015000', '143439.475000', '143439.935000', '143440.395000', '143440.855000', '143441.315000', '143441.775000', '143442.235000', '143442.695000', '143443.155000', '143443.615000', '143444.075000', '143444.535000', '143444.995000', '143445.455000', '143445.915000', '143446.375000', '143446.835000', '143447.295000', '143447.755000', '143448.215000', '143448.675000', '143449.135000', '143449.595000', '143450.055000', '143450.515000', '143450.975000', '143451.435000', '143451.895000', '143452.355000', '143452.815000', '143453.275000', '143453.735000', '143454.195000', '143454.655000', '143455.115000', '143455.575000', '143456.035000', '143456.495000', '143456.955000', '143457.415000', '143457.875000', '143458.335000', '143458.795000', '143459.255000', '143459.715000', '143500.175000', '143500.635000', '143501.095000', '143501.555000', '143502.015000', '143502.475000', '143502.935000', '143503.395000', '143503.855000', '143504.315000', '143504.775000', '143505.235000', '143505.695000', '143506.155000', '143506.615000', '143507.075000', '143507.535000', '143507.995000', '143508.455000', '143508.915000', '143509.375000', '143509.835000', '143510.295000', '143510.755000', '143511.215000', '143511.675000', '143512.135000', '143512.595000', '143513.055000', '143513.515000', '143513.975000', '143514.435000', '143514.895000', '143515.355000', '143515.815000', '143516.275000', '143516.735000', '143517.195000', '143517.655000', '143518.115000', '143518.575000', '143519.035000', '143519.495000', '143519.955000', '143520.415000', '143520.875000', '143521.335000', '143521.795000', '143522.255000', '143522.715000', '143523.175000', '143523.635000', '143524.095000', '143524.555000', '143525.015000', '143525.475000', '143525.935000', '143526.395000', '143526.855000', '143527.315000', '143527.775000', '143528.235000', '143528.695000', '143529.155000', '143529.615000', '143530.075000', '143530.535000', '143530.995000', '143531.455000', '143531.915000', '143532.375000', '143532.835000', '143533.295000', '143533.755000', '143534.215000', '143534.675000', '143535.135000', '143535.595000', '143536.055000', '143536.515000', '143536.975000', '143537.435000', '143537.895000', '143538.355000', '143538.815000', '143539.275000', '143539.735000', '143540.195000', '143540.655000', '143541.115000', '143541.575000', '143542.035000', '143542.495000', '143542.955000', '143543.415000', '143543.875000', '143544.335000', '143544.795000', '143545.255000', '143545.715000', '143546.175000', '143546.635000', '143547.095000', '143547.555000', '143548.015000', '143548.475000', '143548.935000', '143549.395000', '143549.855000', '143550.315000', '143550.775000', '143551.235000', '143551.695000', '143552.155000', '143552.615000', '143553.075000', '143553.535000', '143553.995000', '143554.455000', '143554.915000', '143555.375000', '143555.835000', '143556.295000', '143556.755000', '143557.215000', '143557.675000', '143558.135000', '143558.595000', '143559.055000', '143559.515000', '143559.975000', '143600.435000', '143600.895000', '143601.355000', '143601.815000', '143602.275000', '143602.735000', '143603.195000', '143603.655000', '143604.115000', '143604.575000', '143605.035000', '143605.495000', '143605.955000', '143606.415000', '143606.875000', '143607.335000', '143607.795000', '143608.255000', '143608.715000', '143609.175000', '143609.635000', '143610.095000', '143610.555000', '143611.015000', '143611.475000', '143611.935000', '143612.395000', '143612.855000', '143613.315000', '143613.775000', '143614.235000', '143614.695000', '143615.155000', '143615.615000', '143616.075000', '143616.535000', '143616.995000', '143617.455000', '143617.915000', '143618.375000', '143618.835000', '143619.295000', '143619.755000', '143620.215000', '143620.675000', '143621.135000', '143621.595000', '143622.055000', '143622.515000', '143622.975000', '143623.435000', '143623.895000', '143624.355000', '143624.815000', '143625.275000', '143625.735000', '143626.195000', '143626.655000', '143627.115000', '143627.575000', '143628.035000', '143628.495000', '143628.955000', '143629.415000', '143629.875000', '143630.335000', '143630.795000', '143631.255000', '143631.715000', '143632.175000', '143632.635000', '143633.095000', '143633.555000', '143634.015000', '143634.475000', '143634.935000', '143635.395000', '143635.855000', '143636.315000', '143636.775000', '143637.235000', '143637.695000', '143638.155000', '143638.615000', '143639.075000', '143639.535000', '143639.995000', '143640.455000', '143640.915000', '143641.375000', '143641.835000', '143642.295000', '143642.755000', '143643.215000', '143643.675000', '143644.135000', '143644.595000', '143645.055000', '143645.515000', '143645.975000', '143646.435000', '143646.895000', '143647.355000', '143647.815000', '143648.275000', '143648.735000', '143649.195000', '143649.655000', '143650.115000', '143650.575000', '143651.035000', '143651.495000', '143651.955000', '143652.415000', '143652.875000', '143653.335000', '143653.795000', '143654.255000', '143654.715000', '143655.175000', '143655.635000', '143656.095000', '143656.555000', '143657.015000', '143657.475000', '143657.935000', '143658.395000', '143658.855000', '143659.315000', '143659.775000', '143700.235000', '143700.695000', '143701.155000', '143701.615000', '143702.075000', '143702.535000', '143702.995000', '143703.455000', '143703.915000', '143704.375000', '143704.835000', '143705.295000', '143705.755000', '143706.215000', '143706.675000', '143707.135000', '143707.595000', '143708.055000', '143708.515000', '143708.975000', '143709.435000', '143709.895000', '143710.355000', '143710.815000', '143711.275000', '143711.735000', '143712.195000', '143712.655000', '143713.115000', '143713.575000', '143714.035000', '143714.495000', '143714.955000', '143715.415000', '143715.875000', '143716.335000', '143716.795000', '143717.255000', '143717.715000', '143718.175000', '143718.635000', '143719.095000', '143719.555000', '143720.015000', '143720.475000', '143720.935000', '143721.395000', '143721.855000', '143722.315000', '143722.775000', '143723.235000', '143723.695000', '143724.155000', '143724.615000', '143725.075000', '143725.535000', '143725.995000', '143726.455000', '143726.915000', '143727.375000', '143727.835000', '143728.295000', '143728.755000', '143729.215000', '143729.675000', '143730.135000', '143730.595000', '143731.055000', '143731.515000', '143731.975000', '143732.435000', '143732.895000', '143733.355000', '143733.815000', '143734.275000', '143734.735000', '143735.195000', '143735.655000', '143736.115000', '143736.575000', '143737.035000', '143737.495000', '143737.955000', '143738.415000', '143738.875000', '143739.335000', '143739.795000', '143740.255000', '143740.715000', '143741.175000', '143741.635000', '143742.095000', '143742.555000', '143743.015000', '143743.475000', '143743.935000', '143744.395000', '143744.855000', '143745.315000', '143745.775000', '143746.235000', '143746.695000', '143747.155000', '143747.615000', '143748.075000', '143748.535000', '143748.995000', '143749.455000', '143749.915000', '143750.375000', '143750.835000', '143751.295000', '143751.755000', '143752.215000', '143752.675000', '143753.135000', '143753.595000', '143754.055000', '143754.515000', '143754.975000', '143755.435000', '143755.895000', '143756.355000', '143756.815000', '143757.275000', '143757.735000', '143758.195000', '143758.655000', '143759.115000', '143759.575000', '143800.035000', '143800.495000', '143800.955000', '143801.415000', '143801.875000', '143802.335000', '143802.795000', '143803.255000', '143803.715000', '143804.175000', '143804.635000', '143805.095000', '143805.555000', '143806.015000', '143806.475000', '143806.935000', '143807.395000', '143807.855000', '143808.315000', '143808.775000', '143809.235000', '143809.695000', '143810.155000', '143810.615000', '143811.075000', '143811.535000', '143811.995000', '143812.455000', '143812.915000', '143813.375000', '143813.835000', '143814.295000', '143814.755000', '143815.215000', '143815.675000', '143816.135000', '143816.595000', '143817.055000', '143817.515000', '143817.975000', '143818.435000', '143818.895000', '143819.355000', '143819.815000', '143820.275000', '143820.735000', '143821.195000', '143821.655000', '143822.115000', '143822.575000', '143823.035000', '143823.495000', '143823.955000', '143824.415000', '143824.875000', '143825.335000', '143825.795000', '143826.255000', '143826.715000', '143827.175000', '143827.635000', '143828.095000', '143828.555000', '143829.015000', '143829.475000', '143829.935000', '143830.395000', '143830.855000', '143831.315000', '143831.775000', '143832.235000', '143832.695000', '143833.155000', '143833.615000', '143834.075000', '143834.535000', '143834.995000', '143835.455000', '143835.915000', '143836.375000', '143836.835000', '143837.295000', '143837.755000', '143838.215000', '143838.675000', '143839.135000', '143839.595000', '143840.055000', '143840.515000', '143840.975000', '143841.435000', '143841.895000', '143842.355000', '143842.815000', '143843.275000', '143843.735000', '143844.195000', '143844.655000', '143845.115000', '143845.575000', '143846.035000', '143846.495000', '143846.955000', '143847.415000', '143847.875000'], 'ContentTime': ['143225.428000', '143225.431000', '143225.434000', '143225.437000', '143225.439000', '143225.442000', '143225.447000', '143225.450000', '143225.452000', '143225.455000', '143225.457000', '143225.460000', '143225.462000', '143225.465000', '143225.468000', '143225.470000', '143225.473000', '143225.482000', '143225.485000', '143225.487000', '143225.490000', '143225.492000', '143225.495000', '143225.497000', '143225.500000', '143225.503000', '143225.505000', '143225.508000', '143225.510000', '143225.513000', '143225.515000', '143225.518000', '143225.520000', '143225.523000', '143225.525000', '143225.528000', '143225.530000', '143245.388000', '143245.391000', '143245.394000', '143245.416000', '143245.419000', '143245.421000', '143245.424000', '143245.426000', '143245.429000', '143245.431000', '143245.434000', '143245.437000', '143245.439000', '143245.442000', '143245.444000', '143245.447000', '143245.449000', '143245.452000', '143245.454000', '143245.457000', '143245.459000', '143245.462000', '143245.464000', '143245.467000', '143245.470000', '143245.472000', '143245.475000', '143245.477000', '143245.480000', '143245.483000', '143245.485000', '143245.488000', '143245.490000', '143245.493000', '143245.495000', '143245.498000', '143245.500000', '143245.503000', '143245.505000', '143245.508000', '143245.511000', '143245.513000', '143245.516000', '143305.388000', '143305.391000', '143305.394000', '143305.396000', '143305.399000', '143305.402000', '143305.404000', '143305.407000', '143305.413000', '143305.415000', '143305.418000', '143305.420000', '143305.423000', '143305.426000', '143305.428000', '143305.431000', '143305.434000', '143305.436000', '143305.439000', '143305.441000', '143305.444000', '143305.446000', '143305.449000', '143305.452000', '143305.455000', '143305.457000', '143305.460000', '143305.462000', '143305.465000', '143305.467000', '143305.470000', '143305.473000', '143305.475000', '143305.478000', '143305.480000', '143305.483000', '143305.485000', '143305.488000', '143305.490000', '143305.493000', '143305.496000', '143305.498000', '143305.501000', '143305.503000', '143325.388000', '143325.391000', '143325.395000', '143325.397000', '143325.400000', '143325.402000', '143325.405000', '143325.407000', '143325.410000', '143325.412000', '143325.415000', '143325.418000', '143325.420000', '143325.423000', '143325.425000', '143325.428000', '143325.440000', '143325.443000', '143325.446000', '143325.448000', '143325.451000', '143325.453000', '143325.456000', '143325.459000', '143325.461000', '143325.464000', '143325.466000', '143325.470000', '143325.472000', '143325.475000', '143325.478000', '143325.480000', '143325.483000', '143325.485000', '143325.488000', '143325.490000', '143325.493000', '143325.496000', '143325.498000', '143325.501000', '143325.503000', '143325.506000', '143325.509000', '143345.389000', '143345.391000', '143345.394000', '143345.396000', '143345.399000', '143345.402000', '143345.404000', '143345.407000', '143345.409000', '143345.412000', '143345.414000', '143345.417000', '143345.420000', '143345.422000', '143345.425000', '143345.427000', '143345.430000', '143345.433000', '143345.435000', '143345.438000', '143345.441000', '143345.443000', '143345.446000', '143345.448000', '143345.451000', '143345.453000', '143345.456000', '143345.459000', '143345.461000', '143345.464000', '143345.467000', '143345.469000', '143345.472000', '143345.474000', '143345.477000', '143345.480000', '143345.482000', '143345.485000', '143345.488000', '143345.490000', '143345.493000', '143345.495000', '143345.498000', '143345.501000', '143405.389000', '143405.392000', '143405.395000', '143405.397000', '143405.400000', '143405.403000', '143405.405000', '143405.408000', '143405.410000', '143405.413000', '143405.416000', '143405.418000', '143405.421000', '143405.424000', '143405.426000', '143405.429000', '143405.431000', '143405.434000', '143405.437000', '143405.439000', '143405.442000', '143405.444000', '143405.447000', '143405.449000', '143405.452000', '143405.455000', '143405.457000', '143405.460000', '143405.462000', '143405.465000', '143405.468000', '143405.471000', '143405.474000', '143405.476000', '143405.479000', '143405.481000', '143405.484000', '143405.487000', '143405.489000', '143405.492000', '143405.494000', '143405.497000', '143405.499000', '143425.389000', '143425.392000', '143425.395000', '143425.398000', '143425.400000', '143425.403000', '143425.406000', '143425.408000', '143425.411000', '143425.413000', '143425.416000', '143425.418000', '143425.421000', '143425.424000', '143425.427000', '143425.429000', '143425.432000', '143425.434000', '143425.437000', '143425.439000', '143425.442000', '143425.445000', '143425.447000', '143425.450000', '143425.452000', '143425.455000', '143425.457000', '143425.460000', '143425.463000', '143425.465000', '143425.468000', '143425.470000', '143425.473000', '143425.475000', '143425.478000', '143425.480000', '143425.483000', '143425.486000', '143425.488000', '143425.491000', '143425.493000', '143425.496000', '143425.498000', '143425.501000', '143445.388000', '143445.391000', '143445.394000', '143445.396000', '143445.399000', '143445.402000', '143445.404000', '143445.407000', '143445.409000', '143445.412000', '143445.415000', '143445.417000', '143445.420000', '143445.423000', '143445.425000', '143445.428000', '143445.430000', '143445.433000', '143445.435000', '143445.438000', '143445.441000', '143445.444000', '143445.446000', '143445.449000', '143445.451000', '143445.454000', '143445.457000', '143445.459000', '143445.462000', '143445.464000', '143445.467000', '143445.470000', '143445.472000', '143445.475000', '143445.477000', '143445.480000', '143445.482000', '143445.485000', '143445.487000', '143445.490000', '143445.499000', '143445.501000', '143445.504000', '143505.388000', '143505.391000', '143505.394000', '143505.397000', '143505.399000', '143505.402000', '143505.404000', '143505.407000', '143505.409000', '143505.412000', '143505.415000', '143505.417000', '143505.420000', '143505.422000', '143505.425000', '143505.427000', '143505.430000', '143505.433000', '143505.435000', '143505.438000', '143505.440000', '143505.443000', '143505.445000', '143505.448000', '143505.451000', '143505.453000', '143505.456000', '143505.458000', '143505.461000', '143505.464000', '143505.466000', '143505.469000', '143505.471000', '143505.474000', '143505.477000', '143505.479000', '143505.482000', '143505.485000', '143505.487000', '143505.490000', '143505.493000', '143505.495000', '143505.498000', '143505.501000', '143525.388000', '143525.391000', '143525.394000', '143525.396000', '143525.399000', '143525.402000', '143525.404000', '143525.407000', '143525.409000', '143525.412000', '143525.414000', '143525.417000', '143525.420000', '143525.422000', '143525.425000', '143525.427000', '143525.430000', '143525.432000', '143525.435000', '143525.438000', '143525.440000', '143525.443000', '143525.445000', '143525.448000', '143525.450000', '143525.453000', '143525.456000', '143525.458000', '143525.461000', '143525.463000', '143525.466000', '143525.469000', '143525.472000', '143525.475000', '143525.478000', '143525.481000', '143525.483000', '143525.486000', '143525.488000', '143525.491000', '143525.494000', '143525.496000', '143525.499000', '143545.389000', '143545.391000', '143545.394000', '143545.397000', '143545.399000', '143545.402000', '143545.404000', '143545.407000', '143545.410000', '143545.412000', '143545.415000', '143545.417000', '143545.420000', '143545.423000', '143545.425000', '143545.428000', '143545.430000', '143545.433000', '143545.436000', '143545.438000', '143545.441000', '143545.444000', '143545.446000', '143545.449000', '143545.451000', '143545.454000', '143545.457000', '143545.459000', '143545.462000', '143545.465000', '143545.467000', '143545.470000', '143545.472000', '143545.475000', '143545.477000', '143545.480000', '143545.483000', '143545.485000', '143545.488000', '143545.490000', '143545.493000', '143545.496000', '143545.498000', '143545.501000', '143605.388000', '143605.391000', '143605.394000', '143605.397000', '143605.399000', '143605.402000', '143605.404000', '143605.407000', '143605.409000', '143605.412000', '143605.415000', '143605.417000', '143605.420000', '143605.423000', '143605.425000', '143605.428000', '143605.430000', '143605.433000', '143605.436000', '143605.438000', '143605.441000', '143605.443000', '143605.446000', '143605.448000', '143605.451000', '143605.454000', '143605.456000', '143605.459000', '143605.461000', '143605.464000', '143605.467000', '143605.469000', '143605.472000', '143605.474000', '143605.477000', '143605.480000', '143605.482000', '143605.485000', '143605.487000', '143605.490000', '143605.492000', '143605.495000', '143605.498000', '143625.389000', '143625.392000', '143625.395000', '143625.397000', '143625.400000', '143625.403000', '143625.405000', '143625.408000', '143625.410000', '143625.413000', '143625.415000', '143625.418000', '143625.421000', '143625.423000', '143625.426000', '143625.428000', '143625.431000', '143625.433000', '143625.436000', '143625.439000', '143625.441000', '143625.444000', '143625.446000', '143625.459000', '143625.462000', '143625.465000', '143625.467000', '143625.470000', '143625.472000', '143625.475000', '143625.478000', '143625.480000', '143625.483000', '143625.485000', '143625.488000', '143625.491000', '143625.493000', '143625.496000', '143625.499000', '143625.501000', '143625.504000', '143625.506000', '143625.509000', '143625.512000', '143645.390000', '143645.393000', '143645.395000', '143645.398000', '143645.400000', '143645.403000', '143645.406000', '143645.408000', '143645.411000', '143645.413000', '143645.416000', '143645.419000', '143645.421000', '143645.424000', '143645.427000', '143645.429000', '143645.432000', '143645.434000', '143645.437000', '143645.440000', '143645.442000', '143645.445000', '143645.447000', '143645.450000', '143645.453000', '143645.455000', '143645.458000', '143645.460000', '143645.463000', '143645.466000', '143645.468000', '143645.471000', '143645.474000', '143645.476000', '143645.479000', '143645.482000', '143645.484000', '143645.487000', '143645.489000', '143645.492000', '143645.495000', '143645.497000', '143645.500000', '143705.388000', '143705.391000', '143705.394000', '143705.396000', '143705.399000', '143705.402000', '143705.405000', '143705.407000', '143705.410000', '143705.412000', '143705.415000', '143705.418000', '143705.420000', '143705.423000', '143705.425000', '143705.428000', '143705.430000', '143705.433000', '143705.436000', '143705.438000', '143705.441000', '143705.443000', '143705.446000', '143705.449000', '143705.451000', '143705.454000', '143705.456000', '143705.459000', '143705.462000', '143705.464000', '143705.467000', '143705.469000', '143705.472000', '143705.475000', '143705.477000', '143705.480000', '143705.482000', '143705.485000', '143705.488000', '143705.490000', '143705.493000', '143705.495000', '143705.498000', '143705.501000', '143725.389000', '143725.391000', '143725.394000', '143725.397000', '143725.399000', '143725.402000', '143725.404000', '143725.407000', '143725.409000', '143725.412000', '143725.415000', '143725.417000', '143725.420000', '143725.422000', '143725.425000', '143725.428000', '143725.430000', '143725.433000', '143725.435000', '143725.438000', '143725.440000', '143725.443000', '143725.446000', '143725.448000', '143725.451000', '143725.453000', '143725.456000', '143725.459000', '143725.461000', '143725.464000', '143725.466000', '143725.469000', '143725.471000', '143725.474000', '143725.477000', '143725.479000', '143725.482000', '143725.484000', '143725.487000', '143725.490000', '143725.492000', '143725.495000', '143725.497000', '143745.388000', '143745.391000', '143745.394000', '143745.396000', '143745.399000', '143745.402000', '143745.404000', '143745.407000', '143745.409000', '143745.412000', '143745.415000', '143745.417000', '143745.420000', '143745.422000', '143745.425000', '143745.428000', '143745.430000', '143745.433000', '143745.435000', '143745.438000', '143745.441000', '143745.443000', '143745.446000', '143745.448000', '143745.451000', '143745.454000', '143745.456000', '143745.459000', '143745.461000', '143745.464000', '143745.466000', '143745.469000', '143745.472000', '143745.474000', '143745.486000', '143745.488000', '143745.491000', '143745.493000', '143745.496000', '143745.499000', '143745.501000', '143745.504000', '143745.506000', '143745.509000', '143805.388000', '143805.391000', '143805.394000', '143805.397000', '143805.399000', '143805.402000', '143805.405000', '143805.407000', '143805.410000', '143805.412000', '143805.415000', '143805.419000', '143805.422000', '143805.424000', '143805.427000', '143805.429000', '143805.432000', '143805.435000', '143805.437000', '143805.440000', '143805.443000', '143805.445000', '143805.448000', '143805.450000', '143805.453000', '143805.455000', '143805.458000', '143805.461000', '143805.463000', '143805.466000', '143805.468000', '143805.471000', '143805.473000', '143805.476000', '143805.479000', '143805.481000', '143805.484000', '143805.486000', '143805.489000', '143805.491000', '143805.494000', '143805.496000', '143805.499000', '143825.390000', '143825.393000', '143825.395000', '143825.398000', '143825.400000', '143825.403000', '143825.406000', '143825.408000', '143825.411000', '143825.413000', '143825.416000', '143825.419000', '143825.421000', '143825.424000', '143825.426000', '143825.429000', '143825.432000', '143825.434000', '143825.437000', '143825.439000', '143825.442000', '143825.445000', '143825.447000', '143825.450000', '143825.453000', '143825.455000', '143825.458000', '143825.461000', '143825.463000', '143825.466000', '143825.469000', '143825.471000', '143825.474000', '143825.477000', '143825.479000', '143825.482000', '143825.484000', '143825.487000', '143825.490000', '143825.492000', '143825.495000', '143825.497000', '143825.500000', '143845.390000', '143845.392000', '143845.395000', '143845.398000', '143845.400000', '143845.403000', '143845.405000', '143845.408000', '143845.411000', '143845.413000', '143845.416000', '143845.418000', '143845.421000', '143845.423000', '143845.426000', '143845.429000', '143845.431000', '143845.434000', '143845.436000', '143845.439000', '143845.442000', '143845.444000', '143845.447000', '143845.449000', '143845.452000', '143845.454000', '143845.457000', '143845.460000', '143845.462000', '143845.465000', '143845.467000', '143845.476000', '143845.479000', '143845.481000', '143845.484000', '143845.487000', '143845.489000', '143845.492000', '143845.494000', '143845.497000', '143845.500000', '143845.502000', '143845.505000', '143845.508000', '143849.267000', '143849.270000', '143849.273000', '143849.275000', '143849.278000', '143849.281000', '143849.284000', '143849.286000', '143849.289000'], 'InstanceCreationTime': ['143225.428000', '143225.431000', '143225.434000', '143225.437000', '143225.439000', '143225.442000', '143225.447000', '143225.450000', '143225.452000', '143225.455000', '143225.457000', '143225.460000', '143225.462000', '143225.465000', '143225.468000', '143225.470000', '143225.473000', '143225.482000', '143225.485000', '143225.487000', '143225.490000', '143225.492000', '143225.495000', '143225.497000', '143225.500000', '143225.503000', '143225.505000', '143225.508000', '143225.510000', '143225.513000', '143225.515000', '143225.518000', '143225.520000', '143225.523000', '143225.525000', '143225.528000', '143225.530000', '143245.388000', '143245.391000', '143245.394000', '143245.416000', '143245.419000', '143245.421000', '143245.424000', '143245.426000', '143245.429000', '143245.431000', '143245.434000', '143245.437000', '143245.439000', '143245.442000', '143245.444000', '143245.447000', '143245.449000', '143245.452000', '143245.454000', '143245.457000', '143245.459000', '143245.462000', '143245.464000', '143245.467000', '143245.470000', '143245.472000', '143245.475000', '143245.477000', '143245.480000', '143245.483000', '143245.485000', '143245.488000', '143245.490000', '143245.493000', '143245.495000', '143245.498000', '143245.500000', '143245.503000', '143245.505000', '143245.508000', '143245.511000', '143245.513000', '143245.516000', '143305.388000', '143305.391000', '143305.394000', '143305.396000', '143305.399000', '143305.402000', '143305.404000', '143305.407000', '143305.413000', '143305.415000', '143305.418000', '143305.420000', '143305.423000', '143305.426000', '143305.428000', '143305.431000', '143305.434000', '143305.436000', '143305.439000', '143305.441000', '143305.444000', '143305.446000', '143305.449000', '143305.452000', '143305.455000', '143305.457000', '143305.460000', '143305.462000', '143305.465000', '143305.467000', '143305.470000', '143305.473000', '143305.475000', '143305.478000', '143305.480000', '143305.483000', '143305.485000', '143305.488000', '143305.490000', '143305.493000', '143305.496000', '143305.498000', '143305.501000', '143305.503000', '143325.388000', '143325.391000', '143325.395000', '143325.397000', '143325.400000', '143325.402000', '143325.405000', '143325.407000', '143325.410000', '143325.412000', '143325.415000', '143325.418000', '143325.420000', '143325.423000', '143325.425000', '143325.428000', '143325.440000', '143325.443000', '143325.446000', '143325.448000', '143325.451000', '143325.453000', '143325.456000', '143325.459000', '143325.461000', '143325.464000', '143325.466000', '143325.470000', '143325.472000', '143325.475000', '143325.478000', '143325.480000', '143325.483000', '143325.485000', '143325.488000', '143325.490000', '143325.493000', '143325.496000', '143325.498000', '143325.501000', '143325.503000', '143325.506000', '143325.509000', '143345.389000', '143345.391000', '143345.394000', '143345.396000', '143345.399000', '143345.402000', '143345.404000', '143345.407000', '143345.409000', '143345.412000', '143345.414000', '143345.417000', '143345.420000', '143345.422000', '143345.425000', '143345.427000', '143345.430000', '143345.433000', '143345.435000', '143345.438000', '143345.441000', '143345.443000', '143345.446000', '143345.448000', '143345.451000', '143345.453000', '143345.456000', '143345.459000', '143345.461000', '143345.464000', '143345.467000', '143345.469000', '143345.472000', '143345.474000', '143345.477000', '143345.480000', '143345.482000', '143345.485000', '143345.488000', '143345.490000', '143345.493000', '143345.495000', '143345.498000', '143345.501000', '143405.389000', '143405.392000', '143405.395000', '143405.397000', '143405.400000', '143405.403000', '143405.405000', '143405.408000', '143405.410000', '143405.413000', '143405.416000', '143405.418000', '143405.421000', '143405.424000', '143405.426000', '143405.429000', '143405.431000', '143405.434000', '143405.437000', '143405.439000', '143405.442000', '143405.444000', '143405.447000', '143405.449000', '143405.452000', '143405.455000', '143405.457000', '143405.460000', '143405.462000', '143405.465000', '143405.468000', '143405.471000', '143405.474000', '143405.476000', '143405.479000', '143405.481000', '143405.484000', '143405.487000', '143405.489000', '143405.492000', '143405.494000', '143405.497000', '143405.499000', '143425.389000', '143425.392000', '143425.395000', '143425.398000', '143425.400000', '143425.403000', '143425.406000', '143425.408000', '143425.411000', '143425.413000', '143425.416000', '143425.418000', '143425.421000', '143425.424000', '143425.427000', '143425.429000', '143425.432000', '143425.434000', '143425.437000', '143425.439000', '143425.442000', '143425.445000', '143425.447000', '143425.450000', '143425.452000', '143425.455000', '143425.457000', '143425.460000', '143425.463000', '143425.465000', '143425.468000', '143425.470000', '143425.473000', '143425.475000', '143425.478000', '143425.480000', '143425.483000', '143425.486000', '143425.488000', '143425.491000', '143425.493000', '143425.496000', '143425.498000', '143425.501000', '143445.388000', '143445.391000', '143445.394000', '143445.396000', '143445.399000', '143445.402000', '143445.404000', '143445.407000', '143445.409000', '143445.412000', '143445.415000', '143445.417000', '143445.420000', '143445.423000', '143445.425000', '143445.428000', '143445.430000', '143445.433000', '143445.435000', '143445.438000', '143445.441000', '143445.444000', '143445.446000', '143445.449000', '143445.451000', '143445.454000', '143445.457000', '143445.459000', '143445.462000', '143445.464000', '143445.467000', '143445.470000', '143445.472000', '143445.475000', '143445.477000', '143445.480000', '143445.482000', '143445.485000', '143445.487000', '143445.490000', '143445.499000', '143445.501000', '143445.504000', '143505.388000', '143505.391000', '143505.394000', '143505.397000', '143505.399000', '143505.402000', '143505.404000', '143505.407000', '143505.409000', '143505.412000', '143505.415000', '143505.417000', '143505.420000', '143505.422000', '143505.425000', '143505.427000', '143505.430000', '143505.433000', '143505.435000', '143505.438000', '143505.440000', '143505.443000', '143505.445000', '143505.448000', '143505.451000', '143505.453000', '143505.456000', '143505.458000', '143505.461000', '143505.464000', '143505.466000', '143505.469000', '143505.471000', '143505.474000', '143505.477000', '143505.479000', '143505.482000', '143505.485000', '143505.487000', '143505.490000', '143505.493000', '143505.495000', '143505.498000', '143505.501000', '143525.388000', '143525.391000', '143525.394000', '143525.396000', '143525.399000', '143525.402000', '143525.404000', '143525.407000', '143525.409000', '143525.412000', '143525.414000', '143525.417000', '143525.420000', '143525.422000', '143525.425000', '143525.427000', '143525.430000', '143525.432000', '143525.435000', '143525.438000', '143525.440000', '143525.443000', '143525.445000', '143525.448000', '143525.450000', '143525.453000', '143525.456000', '143525.458000', '143525.461000', '143525.463000', '143525.466000', '143525.469000', '143525.472000', '143525.475000', '143525.478000', '143525.481000', '143525.483000', '143525.486000', '143525.488000', '143525.491000', '143525.494000', '143525.496000', '143525.499000', '143545.389000', '143545.391000', '143545.394000', '143545.397000', '143545.399000', '143545.402000', '143545.404000', '143545.407000', '143545.410000', '143545.412000', '143545.415000', '143545.417000', '143545.420000', '143545.423000', '143545.425000', '143545.428000', '143545.430000', '143545.433000', '143545.436000', '143545.438000', '143545.441000', '143545.444000', '143545.446000', '143545.449000', '143545.451000', '143545.454000', '143545.457000', '143545.459000', '143545.462000', '143545.465000', '143545.467000', '143545.470000', '143545.472000', '143545.475000', '143545.477000', '143545.480000', '143545.483000', '143545.485000', '143545.488000', '143545.490000', '143545.493000', '143545.496000', '143545.498000', '143545.501000', '143605.388000', '143605.391000', '143605.394000', '143605.397000', '143605.399000', '143605.402000', '143605.404000', '143605.407000', '143605.409000', '143605.412000', '143605.415000', '143605.417000', '143605.420000', '143605.423000', '143605.425000', '143605.428000', '143605.430000', '143605.433000', '143605.436000', '143605.438000', '143605.441000', '143605.443000', '143605.446000', '143605.448000', '143605.451000', '143605.454000', '143605.456000', '143605.459000', '143605.461000', '143605.464000', '143605.467000', '143605.469000', '143605.472000', '143605.474000', '143605.477000', '143605.480000', '143605.482000', '143605.485000', '143605.487000', '143605.490000', '143605.492000', '143605.495000', '143605.498000', '143625.389000', '143625.392000', '143625.395000', '143625.397000', '143625.400000', '143625.403000', '143625.405000', '143625.408000', '143625.410000', '143625.413000', '143625.415000', '143625.418000', '143625.421000', '143625.423000', '143625.426000', '143625.428000', '143625.431000', '143625.433000', '143625.436000', '143625.439000', '143625.441000', '143625.444000', '143625.446000', '143625.459000', '143625.462000', '143625.465000', '143625.467000', '143625.470000', '143625.472000', '143625.475000', '143625.478000', '143625.480000', '143625.483000', '143625.485000', '143625.488000', '143625.491000', '143625.493000', '143625.496000', '143625.499000', '143625.501000', '143625.504000', '143625.506000', '143625.509000', '143625.512000', '143645.390000', '143645.393000', '143645.395000', '143645.398000', '143645.400000', '143645.403000', '143645.406000', '143645.408000', '143645.411000', '143645.413000', '143645.416000', '143645.419000', '143645.421000', '143645.424000', '143645.427000', '143645.429000', '143645.432000', '143645.434000', '143645.437000', '143645.440000', '143645.442000', '143645.445000', '143645.447000', '143645.450000', '143645.453000', '143645.455000', '143645.458000', '143645.460000', '143645.463000', '143645.466000', '143645.468000', '143645.471000', '143645.474000', '143645.476000', '143645.479000', '143645.482000', '143645.484000', '143645.487000', '143645.489000', '143645.492000', '143645.495000', '143645.497000', '143645.500000', '143705.388000', '143705.391000', '143705.394000', '143705.396000', '143705.399000', '143705.402000', '143705.405000', '143705.407000', '143705.410000', '143705.412000', '143705.415000', '143705.418000', '143705.420000', '143705.423000', '143705.425000', '143705.428000', '143705.430000', '143705.433000', '143705.436000', '143705.438000', '143705.441000', '143705.443000', '143705.446000', '143705.449000', '143705.451000', '143705.454000', '143705.456000', '143705.459000', '143705.462000', '143705.464000', '143705.467000', '143705.469000', '143705.472000', '143705.475000', '143705.477000', '143705.480000', '143705.482000', '143705.485000', '143705.488000', '143705.490000', '143705.493000', '143705.495000', '143705.498000', '143705.501000', '143725.389000', '143725.391000', '143725.394000', '143725.397000', '143725.399000', '143725.402000', '143725.404000', '143725.407000', '143725.409000', '143725.412000', '143725.415000', '143725.417000', '143725.420000', '143725.422000', '143725.425000', '143725.428000', '143725.430000', '143725.433000', '143725.435000', '143725.438000', '143725.440000', '143725.443000', '143725.446000', '143725.448000', '143725.451000', '143725.453000', '143725.456000', '143725.459000', '143725.461000', '143725.464000', '143725.466000', '143725.469000', '143725.471000', '143725.474000', '143725.477000', '143725.479000', '143725.482000', '143725.484000', '143725.487000', '143725.490000', '143725.492000', '143725.495000', '143725.497000', '143745.388000', '143745.391000', '143745.394000', '143745.396000', '143745.399000', '143745.402000', '143745.404000', '143745.407000', '143745.409000', '143745.412000', '143745.415000', '143745.417000', '143745.420000', '143745.422000', '143745.425000', '143745.428000', '143745.430000', '143745.433000', '143745.435000', '143745.438000', '143745.441000', '143745.443000', '143745.446000', '143745.448000', '143745.451000', '143745.454000', '143745.456000', '143745.459000', '143745.461000', '143745.464000', '143745.466000', '143745.469000', '143745.472000', '143745.474000', '143745.486000', '143745.488000', '143745.491000', '143745.493000', '143745.496000', '143745.499000', '143745.501000', '143745.504000', '143745.506000', '143745.509000', '143805.388000', '143805.391000', '143805.394000', '143805.397000', '143805.399000', '143805.402000', '143805.405000', '143805.407000', '143805.410000', '143805.412000', '143805.415000', '143805.419000', '143805.422000', '143805.424000', '143805.427000', '143805.429000', '143805.432000', '143805.435000', '143805.437000', '143805.440000', '143805.443000', '143805.445000', '143805.448000', '143805.450000', '143805.453000', '143805.455000', '143805.458000', '143805.461000', '143805.463000', '143805.466000', '143805.468000', '143805.471000', '143805.473000', '143805.476000', '143805.479000', '143805.481000', '143805.484000', '143805.486000', '143805.489000', '143805.491000', '143805.494000', '143805.496000', '143805.499000', '143825.390000', '143825.393000', '143825.395000', '143825.398000', '143825.400000', '143825.403000', '143825.406000', '143825.408000', '143825.411000', '143825.413000', '143825.416000', '143825.419000', '143825.421000', '143825.424000', '143825.426000', '143825.429000', '143825.432000', '143825.434000', '143825.437000', '143825.439000', '143825.442000', '143825.445000', '143825.447000', '143825.450000', '143825.453000', '143825.455000', '143825.458000', '143825.461000', '143825.463000', '143825.466000', '143825.469000', '143825.471000', '143825.474000', '143825.477000', '143825.479000', '143825.482000', '143825.484000', '143825.487000', '143825.490000', '143825.492000', '143825.495000', '143825.497000', '143825.500000', '143845.390000', '143845.392000', '143845.395000', '143845.398000', '143845.400000', '143845.403000', '143845.405000', '143845.408000', '143845.411000', '143845.413000', '143845.416000', '143845.418000', '143845.421000', '143845.423000', '143845.426000', '143845.429000', '143845.431000', '143845.434000', '143845.436000', '143845.439000', '143845.442000', '143845.444000', '143845.447000', '143845.449000', '143845.452000', '143845.454000', '143845.457000', '143845.460000', '143845.462000', '143845.465000', '143845.467000', '143845.476000', '143845.479000', '143845.481000', '143845.484000', '143845.487000', '143845.489000', '143845.492000', '143845.494000', '143845.497000', '143845.500000', '143845.502000', '143845.505000', '143845.508000', '143849.267000', '143849.270000', '143849.273000', '143849.275000', '143849.278000', '143849.281000', '143849.284000', '143849.286000', '143849.289000'], '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': [13394, 14124, 13394, 16021, 13179, 12142, 13291, 9832, 11920, 9003, 15174, 12501, 13044, 12238, 9555, 16407, 11620, 16588, 11654, 17191, 12066, 17843, 12776, 15448, 10552, 13866, 9871, 13263, 11298, 13778, 10733, 9602, 10983, 9113, 11285, 9200, 12548, 9715, 13056, 9244, 14357, 17209, 12868, 15709, 11001, 13808, 9853, 13356, 10909, 15096, 10136, 12982, 10700, 8898, 13247, 9304, 13445, 10599, 14524, 9607, 15117, 12133, 16587, 11127, 14786, 9927, 13097, 11323, 16600, 12173, 15036, 10144, 13980, 9763, 12673, 10540, 12821, 10946, 14039, 10772, 13949, 11292, 10509, 12328, 11156, 12268, 16212, 11876, 16020, 11127, 13393, 11057, 13196, 10790, 10044, 11424, 9094, 12175, 9233, 12204, 9222, 13075, 10983, 11952, 9254, 12797, 9057, 12689, 10635, 12813, 15830, 11245, 17223, 14132, 15520, 11673, 14197, 12099, 13639, 14957, 12290, 14904, 11342, 14657, 10734, 14331, 11446, 14407, 9956, 12466, 9407, 12403, 9332, 13202, 9317, 12324, 9506, 12746, 9328, 12554, 9724, 12699, 10164, 12151, 10352, 12723, 11045, 13886, 10519, 13251, 10489, 13423, 10693, 13623, 10437, 12752, 10316, 12494, 9732, 13409, 9465, 12558, 9530, 12339, 9654, 12998, 9529, 13588, 9181, 13163, 9479, 12789, 12548, 11319, 13018, 10724, 13374, 10554, 12597, 10748, 12230, 10604, 8743, 11967, 8837, 9021, 11182, 9070, 10173, 10026, 9676, 14282, 9649, 14676, 12048, 17139, 13697, 16312, 14631, 18746, 13507, 16367, 12919, 15131, 14421, 11807, 13784, 11784, 13627, 13262, 12586, 10455, 13036, 9369, 12982, 10253, 13363, 9317, 13283, 9524, 12516, 10942, 10855, 10344, 9030, 11689, 9100, 13264, 9027, 14194, 9856, 14631, 11359, 15802, 11215, 14165, 10180, 12827, 11501, 8368, 10151, 10319, 14037, 10454, 9476, 14410, 9738, 10862, 13458, 11135, 16482, 13012, 11159, 16286, 11993, 10953, 14649, 12079, 17199, 12436, 14985, 11929, 13298, 12440, 9304, 14049, 9748, 13032, 11384, 13536, 10891, 9303, 12230, 10388, 11088, 10719, 9202, 12428, 10166, 13080, 11151, 14988, 11981, 15538, 11523, 14212, 9005, 14690, 9217, 14187, 8966, 12909, 9680, 11991, 10701, 11181, 10609, 9185, 11998, 9182, 14578, 9061, 15076, 9347, 14961, 9775, 14967, 11531, 15266, 11016, 14177, 9973, 15000, 9823, 14522, 9162, 13732, 9036, 14084, 9431, 13216, 10253, 13528, 10293, 9120, 11041, 9392, 9097, 10942, 9005, 11208, 10555, 12800, 14546, 15426, 15906, 12975, 17783, 13265, 15614, 12224, 12847, 14992, 15647, 16340, 11952, 14507, 10135, 14275, 10178, 14889, 9458, 13959, 9221, 13242, 8962, 13860, 8985, 13778, 8852, 13258, 9089, 12829, 12592, 11173, 11312, 10994, 10166, 11452, 10174, 11076, 9023, 12249, 9280, 11918, 10453, 9202, 11615, 9288, 13559, 12100, 12647, 16711, 12863, 14919, 10105, 14618, 10563, 14127, 12000, 13676, 11602, 12734, 13563, 12018, 14849, 11917, 14559, 10737, 12363, 9977, 11051, 11318, 8607, 11220, 8815, 9941, 11482, 9671, 8449, 11299, 8861, 12782, 11002, 15339, 15002, 14955, 16462, 12657, 14618, 15010, 18673, 13360, 17448, 13401, 15580, 10835, 14109, 11268, 15601, 11991, 14731, 10947, 13593, 10351, 13418, 8973, 14183, 8931, 13297, 8957, 12367, 9502, 11964, 10129, 11580, 9493, 10735, 10503, 8724, 12286, 8912, 13080, 9871, 8858, 12239, 8740, 14202, 11335, 12252, 13247, 11067, 17491, 12909, 17081, 12779, 19532, 13458, 16831, 11271, 15033, 12099, 13967, 9720, 13774, 8759, 13864, 8950, 13246, 8761, 13285, 8854, 12777, 8796, 12413, 8618, 12439, 9541, 11433, 11469, 10206, 13336, 10500, 13444, 9134, 13047, 8907, 13315, 9128, 13103, 13003, 11480, 11038, 11331, 10125, 11472, 9633, 10905, 9053, 13311, 10270, 13050, 11042, 13410, 11900, 12692, 12769, 9341, 14161, 11833, 17072, 12450, 14927, 12974, 9927, 14082, 10335, 15278, 11662, 14763, 12870, 9733, 13271, 9817, 14575, 11104, 15828, 11497, 12526, 11205, 9445, 12135, 10563, 9595, 12690, 10605, 8777, 11293, 11380, 9149, 10341, 11702, 9720, 12999, 12089, 14581, 10089, 14553, 10197, 12296, 12510, 14764, 12738, 10928, 17612, 11765, 11318, 11916, 15435, 14911, 14457, 12480, 16187, 11516, 17133, 12715, 14873, 10907, 13053, 10691, 12495, 11606, 12045, 10992, 11076, 11368, 12761, 11193, 13410, 11228, 12626, 11094, 12291, 10560, 12462, 10889, 13032, 11024, 12657, 10465, 12510, 10808, 13130, 10213, 12346, 9336, 11794, 9948, 13368, 10262, 8957, 11750, 9874, 8662, 11811, 9576, 8584, 12854, 10447, 11110, 15361, 12425, 15574, 13347, 12181, 14660, 12084, 19324, 14348, 17850, 12515, 14183, 13671, 10041, 13885, 10109, 14958, 11397, 13929, 10610, 11069, 11337, 10265, 11795, 9110, 12777, 9274, 12262, 9428, 13270, 10376, 12933, 10832, 12545, 10853, 13313, 10866, 12714, 10647, 12889, 10529, 13998, 11350, 10934, 11546, 8937, 12826, 9276, 12906, 10221, 12235, 10310, 15276, 10911, 15932, 12390, 15733, 11318, 13567, 11184, 9775, 12190, 8416, 12476, 11741, 8498, 15108, 11247, 14074, 14425, 12496, 18372, 12525, 9938, 13483, 10558, 11017, 12570, 9363, 14126, 10300, 10741, 11733, 9435, 10781, 11162, 8755, 12908, 9570, 8688, 10991, 10862, 9174, 10689, 10621, 8913, 11369, 13346, 14139, 13412, 11825, 9167, 14127, 11945, 15541, 11861, 14243, 12257, 11249, 15058, 12458, 16238, 12268, 13332, 10980, 11512, 12998, 10419, 13821, 9908, 13784, 9827, 14719, 11030, 13809, 9763, 12168, 11122, 9098, 12296, 8903, 11694, 10885, 9223, 11785, 9206, 12954, 9093, 13084, 9162, 14303, 10752, 14525, 10374, 14155, 10208, 14940, 11839, 14428, 10537, 10283, 11161, 9899, 13922, 9675, 12317, 10743, 11299, 10933, 12288, 12863, 8234, 12556, 9079, 9328, 12395, 10575, 9249, 12459, 10863, 8844, 11064, 11823, 10460, 15380, 11837, 16859, 12338, 17092, 13983, 10729, 14511, 10483, 14406, 10922, 15490, 12000, 14918, 11195, 13292, 10677, 13081, 10629, 12841, 10413, 12822, 10106, 12188, 10612, 8638, 11683, 8896, 11880, 9544, 11508, 10031, 12091, 9745, 12588, 9195, 13021, 10725, 12437, 11824, 11421, 13480, 10623, 13323, 10675, 12665, 10494, 9620, 10716, 12293, 10796, 11987, 10583, 10877, 10885, 8813, 10510, 8157, 9303, 8829, 10711, 11965, 11858, 7543, 9788, 8993, 8931, 10739, 9937, 16630, 15105, 13982, 17012, 14793, 19878, 15646, 15727, 11775], 'WindowCenter': [4947.0, 4919.0, 4907.0, 4913.0, 4891.0, 4879.0, 4913.0, 4876.0, 4880.0, 4838.0, 4899.0, 4879.0, 4876.0, 4868.0, 4838.0, 4909.0, 4868.0, 4907.0, 4867.0, 4905.0, 4865.0, 4904.0, 4864.0, 4883.0, 4832.0, 4862.0, 4831.0, 4861.0, 4842.0, 4870.0, 4857.0, 4836.0, 4857.0, 4836.0, 4869.0, 4849.0, 4888.0, 4850.0, 4891.0, 4851.0, 4901.0, 4918.0, 4881.0, 4897.0, 4848.0, 4885.0, 4847.0, 4878.0, 4851.0, 4887.0, 4839.0, 4868.0, 4860.0, 4843.0, 4892.0, 4854.0, 4893.0, 4875.0, 4904.0, 4854.0, 4902.0, 4883.0, 4921.0, 4860.0, 4896.0, 4850.0, 4876.0, 4859.0, 4896.0, 4868.0, 4898.0, 4847.0, 4887.0, 4848.0, 4876.0, 4859.0, 4877.0, 4846.0, 4876.0, 4856.0, 4886.0, 4858.0, 4848.0, 4867.0, 4856.0, 4868.0, 4895.0, 4856.0, 4894.0, 4857.0, 4862.0, 4845.0, 4863.0, 4846.0, 4835.0, 4854.0, 4825.0, 4866.0, 4836.0, 4868.0, 4836.0, 4878.0, 4846.0, 4857.0, 4826.0, 4866.0, 4826.0, 4866.0, 4846.0, 4877.0, 4894.0, 4857.0, 4906.0, 4874.0, 4884.0, 4843.0, 4872.0, 4850.0, 4861.0, 4871.0, 4851.0, 4870.0, 4840.0, 4868.0, 4841.0, 4871.0, 4841.0, 4868.0, 4820.0, 4849.0, 4812.0, 4851.0, 4822.0, 4861.0, 4821.0, 4852.0, 4822.0, 4873.0, 4851.0, 4877.0, 4847.0, 4874.0, 4859.0, 4876.0, 4856.0, 4874.0, 4869.0, 4887.0, 4858.0, 4874.0, 4856.0, 4873.0, 4846.0, 4873.0, 4846.0, 4863.0, 4846.0, 4865.0, 4835.0, 4875.0, 4834.0, 4865.0, 4836.0, 4865.0, 4836.0, 4873.0, 4835.0, 4874.0, 4825.0, 4874.0, 4833.0, 4864.0, 4863.0, 4854.0, 4862.0, 4845.0, 4864.0, 4843.0, 4863.0, 4846.0, 4865.0, 4860.0, 4841.0, 4892.0, 4853.0, 4851.0, 4885.0, 4867.0, 4885.0, 4889.0, 4891.0, 4930.0, 4866.0, 4913.0, 4882.0, 4934.0, 4902.0, 4910.0, 4900.0, 4931.0, 4889.0, 4895.0, 4866.0, 4884.0, 4874.0, 4852.0, 4874.0, 4851.0, 4873.0, 4852.0, 4853.0, 4831.0, 4860.0, 4822.0, 4862.0, 4833.0, 4862.0, 4812.0, 4862.0, 4823.0, 4862.0, 4843.0, 4843.0, 4845.0, 4826.0, 4866.0, 4827.0, 4878.0, 4841.0, 4888.0, 4848.0, 4887.0, 4859.0, 4897.0, 4856.0, 4876.0, 4835.0, 4865.0, 4856.0, 4804.0, 4834.0, 4836.0, 4874.0, 4846.0, 4838.0, 4888.0, 4852.0, 4846.0, 4875.0, 4855.0, 4893.0, 4876.0, 4856.0, 4895.0, 4855.0, 4844.0, 4874.0, 4853.0, 4891.0, 4840.0, 4858.0, 4829.0, 4847.0, 4838.0, 4798.0, 4857.0, 4808.0, 4847.0, 4829.0, 4847.0, 4829.0, 4810.0, 4850.0, 4831.0, 4840.0, 4833.0, 4825.0, 4863.0, 4836.0, 4865.0, 4846.0, 4884.0, 4855.0, 4882.0, 4844.0, 4872.0, 4813.0, 4870.0, 4812.0, 4861.0, 4811.0, 4850.0, 4823.0, 4851.0, 4844.0, 4853.0, 4856.0, 4836.0, 4866.0, 4837.0, 4897.0, 4827.0, 4896.0, 4827.0, 4887.0, 4837.0, 4885.0, 4856.0, 4884.0, 4845.0, 4874.0, 4834.0, 4883.0, 4834.0, 4871.0, 4826.0, 4874.0, 4825.0, 4876.0, 4836.0, 4889.0, 4847.0, 4875.0, 4847.0, 4835.0, 4856.0, 4838.0, 4830.0, 4861.0, 4842.0, 4871.0, 4874.0, 4894.0, 4902.0, 4900.0, 4912.0, 4868.0, 4906.0, 4866.0, 4884.0, 4855.0, 4853.0, 4874.0, 4872.0, 4881.0, 4840.0, 4858.0, 4808.0, 4858.0, 4819.0, 4868.0, 4809.0, 4858.0, 4799.0, 4849.0, 4800.0, 4850.0, 4800.0, 4859.0, 4800.0, 4849.0, 4802.0, 4851.0, 4840.0, 4831.0, 4829.0, 4832.0, 4820.0, 4842.0, 4832.0, 4843.0, 4826.0, 4865.0, 4826.0, 4865.0, 4859.0, 4839.0, 4869.0, 4840.0, 4890.0, 4868.0, 4879.0, 4898.0, 4867.0, 4885.0, 4835.0, 4874.0, 4833.0, 4873.0, 4852.0, 4863.0, 4842.0, 4853.0, 4851.0, 4853.0, 4870.0, 4842.0, 4861.0, 4844.0, 4878.0, 4850.0, 4854.0, 4853.0, 4814.0, 4855.0, 4837.0, 4850.0, 4881.0, 4863.0, 4833.0, 4883.0, 4857.0, 4893.0, 4874.0, 4915.0, 4904.0, 4902.0, 4901.0, 4870.0, 4889.0, 4887.0, 4906.0, 4866.0, 4895.0, 4864.0, 4871.0, 4832.0, 4859.0, 4830.0, 4869.0, 4830.0, 4859.0, 4819.0, 4847.0, 4820.0, 4847.0, 4798.0, 4846.0, 4788.0, 4847.0, 4798.0, 4838.0, 4811.0, 4839.0, 4832.0, 4841.0, 4836.0, 4846.0, 4849.0, 4819.0, 4871.0, 4833.0, 4881.0, 4857.0, 4834.0, 4872.0, 4833.0, 4880.0, 4852.0, 4861.0, 4879.0, 4861.0, 4923.0, 4880.0, 4898.0, 4866.0, 4904.0, 4865.0, 4882.0, 4831.0, 4859.0, 4841.0, 4859.0, 4810.0, 4849.0, 4789.0, 4849.0, 4789.0, 4849.0, 4788.0, 4848.0, 4798.0, 4849.0, 4801.0, 4851.0, 4803.0, 4863.0, 4822.0, 4844.0, 4843.0, 4836.0, 4862.0, 4833.0, 4863.0, 4814.0, 4863.0, 4814.0, 4863.0, 4813.0, 4864.0, 4852.0, 4844.0, 4833.0, 4845.0, 4846.0, 4868.0, 4861.0, 4883.0, 4864.0, 4898.0, 4871.0, 4897.0, 4879.0, 4888.0, 4880.0, 4877.0, 4889.0, 4851.0, 4897.0, 4880.0, 4917.0, 4876.0, 4883.0, 4876.0, 4836.0, 4885.0, 4846.0, 4883.0, 4855.0, 4884.0, 4864.0, 4822.0, 4862.0, 4833.0, 4881.0, 4844.0, 4882.0, 4857.0, 4878.0, 4855.0, 4823.0, 4850.0, 4843.0, 4835.0, 4873.0, 4856.0, 4839.0, 4867.0, 4869.0, 4850.0, 4861.0, 4883.0, 4850.0, 4877.0, 4868.0, 4900.0, 4861.0, 4886.0, 4847.0, 4854.0, 4866.0, 4895.0, 4877.0, 4857.0, 4915.0, 4865.0, 4855.0, 4866.0, 4883.0, 4883.0, 4872.0, 4853.0, 4880.0, 4842.0, 4878.0, 4851.0, 4858.0, 4830.0, 4847.0, 4829.0, 4849.0, 4840.0, 4848.0, 4830.0, 4840.0, 4841.0, 4849.0, 4842.0, 4859.0, 4840.0, 4850.0, 4841.0, 4853.0, 4844.0, 4851.0, 4832.0, 4852.0, 4832.0, 4851.0, 4832.0, 4851.0, 4833.0, 4862.0, 4833.0, 4855.0, 4840.0, 4868.0, 4849.0, 4874.0, 4836.0, 4829.0, 4856.0, 4850.0, 4831.0, 4870.0, 4865.0, 4858.0, 4887.0, 4885.0, 4884.0, 4912.0, 4881.0, 4887.0, 4866.0, 4857.0, 4885.0, 4852.0, 4905.0, 4872.0, 4889.0, 4851.0, 4860.0, 4859.0, 4820.0, 4849.0, 4818.0, 4859.0, 4830.0, 4858.0, 4829.0, 4827.0, 4829.0, 4818.0, 4840.0, 4811.0, 4849.0, 4809.0, 4851.0, 4811.0, 4859.0, 4831.0, 4862.0, 4844.0, 4853.0, 4841.0, 4863.0, 4845.0, 4861.0, 4843.0, 4862.0, 4834.0, 4871.0, 4844.0, 4845.0, 4854.0, 4814.0, 4863.0, 4825.0, 4864.0, 4846.0, 4864.0, 4846.0, 4894.0, 4847.0, 4893.0, 4864.0, 4883.0, 4846.0, 4874.0, 4857.0, 4849.0, 4867.0, 4816.0, 4865.0, 4855.0, 4828.0, 4885.0, 4857.0, 4872.0, 4872.0, 4850.0, 4902.0, 4851.0, 4809.0, 4848.0, 4819.0, 4817.0, 4837.0, 4800.0, 4859.0, 4820.0, 4827.0, 4841.0, 4825.0, 4858.0, 4880.0, 4838.0, 4872.0, 4832.0, 4841.0, 4841.0, 4869.0, 4839.0, 4861.0, 4860.0, 4830.0, 4859.0, 4877.0, 4903.0, 4878.0, 4868.0, 4814.0, 4874.0, 4853.0, 4883.0, 4856.0, 4886.0, 4865.0, 4844.0, 4874.0, 4852.0, 4883.0, 4854.0, 4863.0, 4832.0, 4843.0, 4853.0, 4833.0, 4859.0, 4821.0, 4860.0, 4819.0, 4859.0, 4832.0, 4873.0, 4838.0, 4854.0, 4840.0, 4813.0, 4851.0, 4813.0, 4853.0, 4841.0, 4825.0, 4855.0, 4826.0, 4865.0, 4825.0, 4864.0, 4824.0, 4874.0, 4834.0, 4873.0, 4822.0, 4860.0, 4818.0, 4869.0, 4842.0, 4860.0, 4831.0, 4820.0, 4829.0, 4821.0, 4860.0, 4821.0, 4851.0, 4841.0, 4841.0, 4834.0, 4852.0, 4867.0, 4823.0, 4855.0, 4812.0, 4823.0, 4861.0, 4844.0, 4826.0, 4865.0, 4844.0, 4826.0, 4870.0, 4869.0, 4859.0, 4884.0, 4855.0, 4893.0, 4853.0, 4894.0, 4874.0, 4832.0, 4871.0, 4831.0, 4860.0, 4829.0, 4869.0, 4840.0, 4857.0, 4829.0, 4846.0, 4817.0, 4837.0, 4818.0, 4837.0, 4832.0, 4849.0, 4820.0, 4837.0, 4829.0, 4799.0, 4839.0, 4812.0, 4850.0, 4823.0, 4853.0, 4847.0, 4865.0, 4836.0, 4865.0, 4825.0, 4865.0, 4844.0, 4855.0, 4842.0, 4843.0, 4860.0, 4832.0, 4851.0, 4832.0, 4850.0, 4832.0, 4822.0, 4833.0, 4851.0, 4845.0, 4855.0, 4845.0, 4845.0, 4846.0, 4827.0, 4859.0, 4830.0, 4839.0, 4827.0, 4860.0, 4869.0, 4869.0, 4814.0, 4852.0, 4835.0, 4858.0, 4872.0, 4852.0, 4901.0, 4888.0, 4877.0, 4898.0, 4879.0, 4919.0, 4898.0, 4888.0, 4858.0], 'WindowWidth': [10759.0, 10704.0, 10680.0, 10682.0, 10647.0, 10627.0, 10684.0, 10638.0, 10631.0, 10568.0, 10653.0, 10625.0, 10619.0, 10609.0, 10567.0, 10668.0, 10609.0, 10661.0, 10606.0, 10656.0, 10599.0, 10653.0, 10596.0, 10621.0, 10548.0, 10589.0, 10547.0, 10588.0, 10561.0, 10600.0, 10591.0, 10563.0, 10592.0, 10567.0, 10611.0, 10584.0, 10638.0, 10588.0, 10647.0, 10589.0, 10659.0, 10681.0, 10628.0, 10647.0, 10579.0, 10631.0, 10579.0, 10621.0, 10583.0, 10625.0, 10562.0, 10602.0, 10599.0, 10580.0, 10643.0, 10594.0, 10645.0, 10625.0, 10663.0, 10593.0, 10660.0, 10635.0, 10686.0, 10596.0, 10643.0, 10585.0, 10613.0, 10593.0, 10641.0, 10604.0, 10646.0, 10575.0, 10631.0, 10580.0, 10616.0, 10596.0, 10617.0, 10573.0, 10613.0, 10588.0, 10629.0, 10593.0, 10580.0, 10605.0, 10586.0, 10605.0, 10641.0, 10588.0, 10638.0, 10587.0, 10591.0, 10569.0, 10594.0, 10571.0, 10557.0, 10584.0, 10546.0, 10602.0, 10562.0, 10606.0, 10562.0, 10620.0, 10574.0, 10588.0, 10544.0, 10600.0, 10545.0, 10602.0, 10573.0, 10618.0, 10639.0, 10590.0, 10658.0, 10610.0, 10625.0, 10565.0, 10603.0, 10571.0, 10587.0, 10601.0, 10573.0, 10599.0, 10558.0, 10595.0, 10561.0, 10601.0, 10560.0, 10595.0, 10531.0, 10569.0, 10521.0, 10574.0, 10537.0, 10588.0, 10535.0, 10576.0, 10539.0, 10611.0, 10592.0, 10622.0, 10582.0, 10616.0, 10602.0, 10618.0, 10593.0, 10614.0, 10613.0, 10635.0, 10598.0, 10614.0, 10590.0, 10611.0, 10576.0, 10610.0, 10574.0, 10596.0, 10576.0, 10600.0, 10561.0, 10612.0, 10555.0, 10597.0, 10560.0, 10599.0, 10561.0, 10609.0, 10558.0, 10611.0, 10545.0, 10611.0, 10554.0, 10598.0, 10594.0, 10584.0, 10592.0, 10572.0, 10596.0, 10568.0, 10595.0, 10574.0, 10598.0, 10601.0, 10580.0, 10648.0, 10599.0, 10596.0, 10644.0, 10625.0, 10647.0, 10656.0, 10664.0, 10716.0, 10618.0, 10682.0, 10635.0, 10712.0, 10662.0, 10668.0, 10656.0, 10701.0, 10638.0, 10643.0, 10603.0, 10622.0, 10609.0, 10576.0, 10610.0, 10572.0, 10604.0, 10574.0, 10578.0, 10546.0, 10583.0, 10535.0, 10588.0, 10548.0, 10588.0, 10520.0, 10589.0, 10539.0, 10588.0, 10565.0, 10566.0, 10571.0, 10547.0, 10604.0, 10552.0, 10622.0, 10575.0, 10636.0, 10579.0, 10634.0, 10594.0, 10646.0, 10585.0, 10614.0, 10558.0, 10597.0, 10585.0, 10509.0, 10549.0, 10553.0, 10605.0, 10571.0, 10561.0, 10635.0, 10589.0, 10572.0, 10609.0, 10581.0, 10635.0, 10613.0, 10586.0, 10639.0, 10583.0, 10564.0, 10608.0, 10576.0, 10630.0, 10553.0, 10577.0, 10536.0, 10558.0, 10547.0, 10493.0, 10572.0, 10505.0, 10559.0, 10536.0, 10558.0, 10538.0, 10513.0, 10567.0, 10545.0, 10556.0, 10550.0, 10539.0, 10592.0, 10556.0, 10594.0, 10569.0, 10618.0, 10580.0, 10615.0, 10563.0, 10600.0, 10520.0, 10595.0, 10517.0, 10582.0, 10516.0, 10569.0, 10536.0, 10572.0, 10567.0, 10579.0, 10589.0, 10559.0, 10603.0, 10564.0, 10645.0, 10549.0, 10643.0, 10549.0, 10629.0, 10560.0, 10626.0, 10586.0, 10624.0, 10569.0, 10608.0, 10553.0, 10618.0, 10553.0, 10603.0, 10544.0, 10609.0, 10543.0, 10613.0, 10562.0, 10639.0, 10576.0, 10611.0, 10576.0, 10558.0, 10587.0, 10564.0, 10554.0, 10597.0, 10576.0, 10614.0, 10622.0, 10650.0, 10660.0, 10651.0, 10673.0, 10603.0, 10657.0, 10597.0, 10620.0, 10580.0, 10574.0, 10608.0, 10599.0, 10612.0, 10552.0, 10573.0, 10506.0, 10575.0, 10522.0, 10587.0, 10507.0, 10574.0, 10496.0, 10563.0, 10499.0, 10566.0, 10497.0, 10576.0, 10497.0, 10564.0, 10502.0, 10569.0, 10552.0, 10541.0, 10536.0, 10542.0, 10525.0, 10559.0, 10546.0, 10562.0, 10543.0, 10596.0, 10545.0, 10597.0, 10594.0, 10566.0, 10609.0, 10569.0, 10637.0, 10606.0, 10619.0, 10647.0, 10599.0, 10624.0, 10552.0, 10604.0, 10547.0, 10602.0, 10571.0, 10586.0, 10559.0, 10574.0, 10569.0, 10574.0, 10595.0, 10558.0, 10583.0, 10564.0, 10621.0, 10586.0, 10581.0, 10577.0, 10524.0, 10582.0, 10565.0, 10584.0, 10630.0, 10609.0, 10566.0, 10634.0, 10602.0, 10650.0, 10624.0, 10681.0, 10666.0, 10655.0, 10653.0, 10607.0, 10633.0, 10627.0, 10655.0, 10593.0, 10634.0, 10589.0, 10598.0, 10543.0, 10576.0, 10538.0, 10590.0, 10537.0, 10575.0, 10521.0, 10556.0, 10522.0, 10556.0, 10491.0, 10554.0, 10476.0, 10554.0, 10492.0, 10546.0, 10514.0, 10550.0, 10545.0, 10557.0, 10559.0, 10570.0, 10576.0, 10533.0, 10610.0, 10558.0, 10622.0, 10599.0, 10563.0, 10610.0, 10559.0, 10616.0, 10580.0, 10590.0, 10616.0, 10596.0, 10688.0, 10624.0, 10644.0, 10595.0, 10649.0, 10593.0, 10613.0, 10539.0, 10575.0, 10552.0, 10576.0, 10510.0, 10561.0, 10480.0, 10560.0, 10479.0, 10560.0, 10477.0, 10557.0, 10491.0, 10561.0, 10499.0, 10568.0, 10506.0, 10589.0, 10530.0, 10564.0, 10560.0, 10554.0, 10586.0, 10547.0, 10586.0, 10521.0, 10587.0, 10523.0, 10588.0, 10521.0, 10590.0, 10573.0, 10563.0, 10549.0, 10567.0, 10573.0, 10608.0, 10609.0, 10642.0, 10619.0, 10659.0, 10622.0, 10652.0, 10630.0, 10640.0, 10630.0, 10624.0, 10642.0, 10592.0, 10651.0, 10629.0, 10679.0, 10618.0, 10625.0, 10616.0, 10561.0, 10627.0, 10575.0, 10621.0, 10587.0, 10624.0, 10596.0, 10538.0, 10592.0, 10553.0, 10617.0, 10567.0, 10619.0, 10592.0, 10623.0, 10587.0, 10538.0, 10571.0, 10567.0, 10558.0, 10612.0, 10591.0, 10573.0, 10609.0, 10612.0, 10586.0, 10604.0, 10637.0, 10587.0, 10621.0, 10607.0, 10655.0, 10603.0, 10627.0, 10575.0, 10582.0, 10600.0, 10643.0, 10619.0, 10589.0, 10669.0, 10600.0, 10585.0, 10601.0, 10621.0, 10622.0, 10603.0, 10578.0, 10610.0, 10560.0, 10607.0, 10572.0, 10579.0, 10543.0, 10561.0, 10540.0, 10565.0, 10555.0, 10565.0, 10543.0, 10554.0, 10559.0, 10569.0, 10561.0, 10583.0, 10557.0, 10570.0, 10559.0, 10578.0, 10565.0, 10570.0, 10546.0, 10571.0, 10546.0, 10569.0, 10548.0, 10572.0, 10547.0, 10586.0, 10548.0, 10580.0, 10571.0, 10605.0, 10580.0, 10608.0, 10556.0, 10551.0, 10582.0, 10582.0, 10557.0, 10607.0, 10612.0, 10610.0, 10633.0, 10642.0, 10638.0, 10674.0, 10627.0, 10628.0, 10599.0, 10584.0, 10624.0, 10571.0, 10655.0, 10599.0, 10623.0, 10571.0, 10579.0, 10580.0, 10525.0, 10563.0, 10519.0, 10576.0, 10539.0, 10576.0, 10539.0, 10532.0, 10537.0, 10521.0, 10553.0, 10514.0, 10566.0, 10513.0, 10570.0, 10517.0, 10580.0, 10546.0, 10587.0, 10566.0, 10576.0, 10560.0, 10589.0, 10568.0, 10586.0, 10565.0, 10588.0, 10552.0, 10600.0, 10566.0, 10568.0, 10579.0, 10526.0, 10592.0, 10542.0, 10594.0, 10574.0, 10596.0, 10575.0, 10639.0, 10575.0, 10636.0, 10595.0, 10618.0, 10569.0, 10610.0, 10589.0, 10580.0, 10603.0, 10530.0, 10598.0, 10582.0, 10551.0, 10623.0, 10589.0, 10600.0, 10599.0, 10570.0, 10644.0, 10569.0, 10509.0, 10561.0, 10523.0, 10517.0, 10547.0, 10496.0, 10577.0, 10524.0, 10532.0, 10554.0, 10541.0, 10594.0, 10630.0, 10569.0, 10607.0, 10550.0, 10577.0, 10557.0, 10613.0, 10570.0, 10602.0, 10597.0, 10555.0, 10594.0, 10613.0, 10660.0, 10615.0, 10603.0, 10522.0, 10606.0, 10573.0, 10620.0, 10586.0, 10625.0, 10595.0, 10563.0, 10605.0, 10571.0, 10617.0, 10577.0, 10590.0, 10546.0, 10559.0, 10573.0, 10543.0, 10578.0, 10527.0, 10579.0, 10523.0, 10577.0, 10541.0, 10604.0, 10561.0, 10580.0, 10553.0, 10520.0, 10570.0, 10520.0, 10573.0, 10559.0, 10539.0, 10583.0, 10542.0, 10596.0, 10541.0, 10594.0, 10537.0, 10606.0, 10548.0, 10601.0, 10529.0, 10580.0, 10522.0, 10591.0, 10555.0, 10580.0, 10544.0, 10525.0, 10537.0, 10526.0, 10581.0, 10530.0, 10570.0, 10557.0, 10556.0, 10549.0, 10570.0, 10602.0, 10549.0, 10578.0, 10519.0, 10538.0, 10586.0, 10566.0, 10545.0, 10596.0, 10565.0, 10548.0, 10613.0, 10609.0, 10594.0, 10621.0, 10581.0, 10631.0, 10577.0, 10634.0, 10606.0, 10544.0, 10598.0, 10542.0, 10581.0, 10536.0, 10591.0, 10551.0, 10571.0, 10534.0, 10555.0, 10517.0, 10543.0, 10520.0, 10546.0, 10546.0, 10566.0, 10526.0, 10543.0, 10537.0, 10497.0, 10551.0, 10519.0, 10569.0, 10536.0, 10578.0, 10574.0, 10597.0, 10559.0, 10597.0, 10540.0, 10594.0, 10563.0, 10580.0, 10558.0, 10559.0, 10581.0, 10544.0, 10569.0, 10544.0, 10565.0, 10544.0, 10529.0, 10549.0, 10570.0, 10566.0, 10579.0, 10567.0, 10567.0, 10569.0, 10549.0, 10595.0, 10560.0, 10568.0, 10549.0, 10597.0, 10610.0, 10607.0, 10538.0, 10586.0, 10564.0, 10605.0, 10616.0, 10585.0, 10652.0, 10632.0, 10612.0, 10644.0, 10615.0, 10674.0, 10644.0, 10626.0, 10587.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.007495752009184845</td></tr>
<tr><td colspan=3>aqi</td><td>0.04277040045924225</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.2347802172874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233776671678162</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0875231160919543</td></tr>
<tr><td colspan=3>efc</td><td>0.5092</td></tr>
<tr><td colspan=3>fber</td><td>3791.4604</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12206902748002929</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.51435132032147</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6153635240601134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4817485771941397</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.915316112311629</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4490258826745728</td></tr>
<tr><td colspan=3>gcor</td><td>0.00965483</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01388611551374197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029709741473197937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.688269918795626</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>15.7449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.7937</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.9572</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292083.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1222.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.5148</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9242</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>663.0128</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3956.2187</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1132.5026</td></tr>
<tr><td colspan=3>tsnr</td><td>29.11798784940038</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>