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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-01/func/sub-0064_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>0949b491e7f9e341cf67725db81b30d2</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>09:41:22.742500</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.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895572</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>21bfad2a-2658-4bbb-9d0b-72fc95502113||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.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['094122.742500', '094123.202500', '094123.662500', '094124.122500', '094124.582500', '094125.042500', '094125.502500', '094125.962500', '094126.422500', '094126.882500', '094127.342500', '094127.802500', '094128.262500', '094128.722500', '094129.182500', '094129.642500', '094130.102500', '094130.562500', '094131.022500', '094131.482500', '094131.942500', '094132.402500', '094132.862500', '094133.322500', '094133.782500', '094134.242500', '094134.702500', '094135.162500', '094135.622500', '094136.082500', '094136.542500', '094137.002500', '094137.462500', '094137.922500', '094138.382500', '094138.842500', '094139.302500', '094139.762500', '094140.222500', '094140.682500', '094141.142500', '094141.602500', '094142.062500', '094142.522500', '094142.982500', '094143.442500', '094143.902500', '094144.362500', '094144.822500', '094145.282500', '094145.742500', '094146.202500', '094146.662500', '094147.122500', '094147.582500', '094148.042500', '094148.502500', '094148.962500', '094149.422500', '094149.882500', '094150.342500', '094150.802500', '094151.262500', '094151.722500', '094152.182500', '094152.642500', '094153.102500', '094153.562500', '094154.022500', '094154.482500', '094154.942500', '094155.402500', '094155.862500', '094156.322500', '094156.782500', '094157.242500', '094157.702500', '094158.162500', '094158.622500', '094159.082500', '094159.542500', '094200.002500', '094200.462500', '094200.922500', '094201.382500', '094201.842500', '094202.302500', '094202.762500', '094203.222500', '094203.682500', '094204.142500', '094204.602500', '094205.062500', '094205.522500', '094205.982500', '094206.442500', '094206.902500', '094207.362500', '094207.822500', '094208.282500', '094208.742500', '094209.202500', '094209.662500', '094210.122500', '094210.582500', '094211.042500', '094211.502500', '094211.962500', '094212.422500', '094212.882500', '094213.342500', '094213.802500', '094214.262500', '094214.722500', '094215.182500', '094215.642500', '094216.102500', '094216.562500', '094217.022500', '094217.482500', '094217.942500', '094218.402500', '094218.862500', '094219.322500', '094219.782500', '094220.242500', '094220.702500', '094221.162500', '094221.622500', '094222.082500', '094222.542500', '094223.002500', '094223.462500', '094223.922500', '094224.382500', '094224.842500', '094225.302500', '094225.762500', '094226.222500', '094226.682500', '094227.142500', '094227.602500', '094228.062500', '094228.522500', '094228.982500', '094229.442500', '094229.902500', '094230.362500', '094230.822500', '094231.282500', '094231.742500', '094232.202500', '094232.662500', '094233.122500', '094233.582500', '094234.042500', '094234.502500', '094234.962500', '094235.422500', '094235.882500', '094236.342500', '094236.802500', '094237.262500', '094237.722500', '094238.182500', '094238.642500', '094239.102500', '094239.562500', '094240.022500', '094240.482500', '094240.942500', '094241.402500', '094241.862500', '094242.322500', '094242.782500', '094243.242500', '094243.702500', '094244.162500', '094244.622500', '094245.082500', '094245.542500', '094246.002500', '094246.462500', '094246.922500', '094247.382500', '094247.842500', '094248.302500', '094248.762500', '094249.222500', '094249.682500', '094250.142500', '094250.602500', '094251.062500', '094251.522500', '094251.982500', '094252.442500', '094252.902500', '094253.362500', '094253.822500', '094254.282500', '094254.742500', '094255.202500', '094255.662500', '094256.122500', '094256.582500', '094257.042500', '094257.502500', '094257.962500', '094258.422500', '094258.882500', '094259.342500', '094259.802500', '094300.262500', '094300.722500', '094301.182500', '094301.642500', '094302.102500', '094302.562500', '094303.022500', '094303.482500', '094303.942500', '094304.402500', '094304.862500', '094305.322500', '094305.782500', '094306.242500', '094306.702500', '094307.162500', '094307.622500', '094308.082500', '094308.542500', '094309.002500', '094309.462500', '094309.922500', '094310.382500', '094310.842500', '094311.302500', '094311.762500', '094312.222500', '094312.682500', '094313.142500', '094313.602500', '094314.062500', '094314.522500', '094314.982500', '094315.442500', '094315.902500', '094316.362500', '094316.822500', '094317.282500', '094317.742500', '094318.202500', '094318.662500', '094319.122500', '094319.582500', '094320.042500', '094320.502500', '094320.962500', '094321.422500', '094321.882500', '094322.342500', '094322.802500', '094323.262500', '094323.722500', '094324.182500', '094324.642500', '094325.102500', '094325.562500', '094326.022500', '094326.482500', '094326.942500', '094327.402500', '094327.862500', '094328.322500', '094328.782500', '094329.242500', '094329.702500', '094330.162500', '094330.622500', '094331.082500', '094331.542500', '094332.002500', '094332.462500', '094332.922500', '094333.382500', '094333.842500', '094334.302500', '094334.762500', '094335.222500', '094335.682500', '094336.142500', '094336.602500', '094337.062500', '094337.522500', '094337.982500', '094338.442500', '094338.902500', '094339.362500', '094339.822500', '094340.282500', '094340.742500', '094341.202500', '094341.662500', '094342.122500', '094342.582500', '094343.042500', '094343.502500', '094343.962500', '094344.422500', '094344.882500', '094345.342500', '094345.802500', '094346.262500', '094346.722500', '094347.182500', '094347.642500', '094348.102500', '094348.562500', '094349.022500', '094349.482500', '094349.942500', '094350.402500', '094350.862500', '094351.322500', '094351.782500', '094352.242500', '094352.702500', '094353.162500', '094353.622500', '094354.082500', '094354.542500', '094355.002500', '094355.462500', '094355.922500', '094356.382500', '094356.842500', '094357.302500', '094357.762500', '094358.222500', '094358.682500', '094359.142500', '094359.602500', '094400.062500', '094400.522500', '094400.982500', '094401.442500', '094401.902500', '094402.362500', '094402.822500', '094403.282500', '094403.742500', '094404.202500', '094404.662500', '094405.122500', '094405.582500', '094406.042500', '094406.502500', '094406.962500', '094407.422500', '094407.882500', '094408.342500', '094408.802500', '094409.262500', '094409.722500', '094410.182500', '094410.642500', '094411.102500', '094411.562500', '094412.022500', '094412.482500', '094412.942500', '094413.402500', '094413.862500', '094414.322500', '094414.782500', '094415.242500', '094415.702500', '094416.162500', '094416.622500', '094417.082500', '094417.542500', '094418.002500', '094418.462500', '094418.922500', '094419.382500', '094419.842500', '094420.302500', '094420.762500', '094421.222500', '094421.682500', '094422.142500', '094422.602500', '094423.062500', '094423.522500', '094423.982500', '094424.442500', '094424.902500', '094425.362500', '094425.822500', '094426.282500', '094426.742500', '094427.202500', '094427.662500', '094428.122500', '094428.582500', '094429.042500', '094429.502500', '094429.962500', '094430.422500', '094430.882500', '094431.342500', '094431.802500', '094432.262500', '094432.722500', '094433.182500', '094433.642500', '094434.102500', '094434.562500', '094435.022500', '094435.482500', '094435.942500', '094436.402500', '094436.862500', '094437.322500', '094437.782500', '094438.242500', '094438.702500', '094439.162500', '094439.622500', '094440.082500', '094440.542500', '094441.002500', '094441.462500', '094441.922500', '094442.382500', '094442.842500', '094443.302500', '094443.762500', '094444.222500', '094444.682500', '094445.142500', '094445.602500', '094446.062500', '094446.522500', '094446.982500', '094447.442500', '094447.902500', '094448.362500', '094448.822500', '094449.282500', '094449.742500', '094450.202500', '094450.662500', '094451.122500', '094451.582500', '094452.042500', '094452.502500', '094452.962500', '094453.422500', '094453.882500', '094454.342500', '094454.802500', '094455.262500', '094455.722500', '094456.182500', '094456.642500', '094457.102500', '094457.562500', '094458.022500', '094458.482500', '094458.942500', '094459.402500', '094459.862500', '094500.322500', '094500.782500', '094501.242500', '094501.702500', '094502.162500', '094502.622500', '094503.082500', '094503.542500', '094504.002500', '094504.462500', '094504.922500', '094505.382500', '094505.842500', '094506.302500', '094506.762500', '094507.222500', '094507.682500', '094508.142500', '094508.602500', '094509.062500', '094509.522500', '094509.982500', '094510.442500', '094510.902500', '094511.362500', '094511.822500', '094512.282500', '094512.742500', '094513.202500', '094513.662500', '094514.122500', '094514.582500', '094515.042500', '094515.502500', '094515.962500', '094516.422500', '094516.882500', '094517.342500', '094517.802500', '094518.262500', '094518.722500', '094519.182500', '094519.642500', '094520.102500', '094520.562500', '094521.022500', '094521.482500', '094521.942500', '094522.402500', '094522.862500', '094523.322500', '094523.782500', '094524.242500', '094524.702500', '094525.162500', '094525.622500', '094526.082500', '094526.542500', '094527.002500', '094527.462500', '094527.922500', '094528.382500', '094528.842500', '094529.302500', '094529.762500', '094530.222500', '094530.682500', '094531.142500', '094531.602500', '094532.062500', '094532.522500', '094532.982500', '094533.442500', '094533.902500', '094534.362500', '094534.822500', '094535.282500', '094535.742500', '094536.202500', '094536.662500', '094537.122500', '094537.582500', '094538.042500', '094538.502500', '094538.962500', '094539.422500', '094539.882500', '094540.342500', '094540.802500', '094541.262500', '094541.722500', '094542.182500', '094542.642500', '094543.102500', '094543.562500', '094544.022500', '094544.482500', '094544.942500', '094545.402500', '094545.862500', '094546.322500', '094546.782500', '094547.242500', '094547.702500', '094548.162500', '094548.622500', '094549.082500', '094549.542500', '094550.002500', '094550.462500', '094550.922500', '094551.382500', '094551.842500', '094552.302500', '094552.762500', '094553.222500', '094553.682500', '094554.142500', '094554.602500', '094555.062500', '094555.522500', '094555.982500', '094556.442500', '094556.902500', '094557.362500', '094557.822500', '094558.282500', '094558.742500', '094559.202500', '094559.662500', '094600.122500', '094600.582500', '094601.042500', '094601.502500', '094601.962500', '094602.422500', '094602.882500', '094603.342500', '094603.802500', '094604.262500', '094604.722500', '094605.182500', '094605.642500', '094606.102500', '094606.562500', '094607.022500', '094607.482500', '094607.942500', '094608.402500', '094608.862500', '094609.322500', '094609.782500', '094610.242500', '094610.702500', '094611.162500', '094611.622500', '094612.082500', '094612.542500', '094613.002500', '094613.462500', '094613.922500', '094614.382500', '094614.842500', '094615.302500', '094615.762500', '094616.222500', '094616.682500', '094617.142500', '094617.602500', '094618.062500', '094618.522500', '094618.982500', '094619.442500', '094619.902500', '094620.362500', '094620.822500', '094621.282500', '094621.742500', '094622.202500', '094622.662500', '094623.122500', '094623.582500', '094624.042500', '094624.502500', '094624.962500', '094625.422500', '094625.882500', '094626.342500', '094626.802500', '094627.262500', '094627.722500', '094628.182500', '094628.642500', '094629.102500', '094629.562500', '094630.022500', '094630.482500', '094630.942500', '094631.402500', '094631.862500', '094632.322500', '094632.782500', '094633.242500', '094633.702500', '094634.162500', '094634.622500', '094635.082500', '094635.542500', '094636.002500', '094636.462500', '094636.922500', '094637.382500', '094637.842500', '094638.302500', '094638.762500', '094639.222500', '094639.682500', '094640.142500', '094640.602500', '094641.062500', '094641.522500', '094641.982500', '094642.442500', '094642.902500', '094643.362500', '094643.822500', '094644.282500', '094644.742500', '094645.202500', '094645.662500', '094646.122500', '094646.582500', '094647.042500', '094647.502500', '094647.962500', '094648.422500', '094648.882500', '094649.342500', '094649.802500', '094650.262500', '094650.722500', '094651.182500', '094651.642500', '094652.102500', '094652.562500', '094653.022500', '094653.482500', '094653.942500', '094654.402500', '094654.862500', '094655.322500', '094655.782500', '094656.242500', '094656.702500', '094657.162500', '094657.622500', '094658.082500', '094658.542500', '094659.002500', '094659.462500', '094659.922500', '094700.382500', '094700.842500', '094701.302500', '094701.762500', '094702.222500', '094702.682500', '094703.142500', '094703.602500', '094704.062500', '094704.522500', '094704.982500', '094705.442500', '094705.902500', '094706.362500', '094706.822500', '094707.282500', '094707.742500', '094708.202500', '094708.662500', '094709.122500', '094709.582500', '094710.042500', '094710.502500', '094710.962500', '094711.422500', '094711.882500', '094712.342500', '094712.802500', '094713.262500', '094713.722500', '094714.182500', '094714.642500', '094715.102500', '094715.562500', '094716.022500', '094716.482500', '094716.942500', '094717.402500', '094717.862500', '094718.322500', '094718.782500', '094719.242500', '094719.702500', '094720.162500', '094720.622500', '094721.082500', '094721.542500', '094722.002500', '094722.462500', '094722.922500', '094723.382500', '094723.842500', '094724.302500', '094724.762500', '094725.222500', '094725.682500', '094726.142500', '094726.602500', '094727.062500', '094727.522500', '094727.982500', '094728.442500', '094728.902500', '094729.362500', '094729.822500', '094730.282500', '094730.742500', '094731.202500', '094731.662500', '094732.122500', '094732.582500', '094733.042500', '094733.502500', '094733.962500', '094734.422500', '094734.882500', '094735.342500', '094735.802500', '094736.262500', '094736.722500', '094737.182500', '094737.642500', '094738.102500', '094738.562500', '094739.022500', '094739.482500', '094739.942500', '094740.402500', '094740.862500', '094741.322500', '094741.782500', '094742.242500', '094742.702500', '094743.162500', '094743.622500', '094744.082500', '094744.542500', '094745.002500', '094745.462500', '094745.922500', '094746.382500', '094746.842500', '094747.302500', '094747.762500', '094748.222500', '094748.682500', '094749.142500', '094749.602500', '094750.062500', '094750.522500', '094750.982500', '094751.442500', '094751.902500', '094752.362500', '094752.822500', '094753.282500', '094753.742500', '094754.202500', '094754.662500', '094755.122500', '094755.582500', '094756.042500', '094756.502500', '094756.962500', '094757.422500', '094757.882500', '094758.342500', '094758.802500', '094759.262500', '094759.722500', '094800.182500', '094800.642500', '094801.102500', '094801.562500', '094802.022500', '094802.482500', '094802.942500', '094803.402500'], 'ContentTime': ['094133.773000', '094133.776000', '094133.779000', '094133.782000', '094133.784000', '094133.787000', '094133.794000', '094133.801000', '094133.803000', '094133.806000', '094133.809000', '094133.811000', '094133.814000', '094133.817000', '094133.819000', '094133.822000', '094133.825000', '094133.827000', '094133.830000', '094133.832000', '094133.835000', '094133.838000', '094153.742000', '094153.745000', '094153.748000', '094153.751000', '094153.762000', '094153.764000', '094153.767000', '094153.770000', '094153.772000', '094153.775000', '094153.778000', '094153.781000', '094153.784000', '094153.786000', '094153.789000', '094153.792000', '094153.795000', '094153.797000', '094153.800000', '094153.802000', '094153.805000', '094153.808000', '094153.810000', '094153.813000', '094153.815000', '094153.818000', '094153.821000', '094153.823000', '094153.826000', '094153.828000', '094153.831000', '094153.834000', '094153.836000', '094153.839000', '094153.842000', '094153.844000', '094153.847000', '094153.849000', '094153.852000', '094153.854000', '094153.857000', '094153.859000', '094153.862000', '094153.865000', '094213.742000', '094213.745000', '094213.748000', '094213.750000', '094213.753000', '094213.756000', '094213.758000', '094213.761000', '094213.764000', '094213.766000', '094213.769000', '094213.771000', '094213.774000', '094213.776000', '094213.779000', '094213.781000', '094213.784000', '094213.801000', '094213.803000', '094213.806000', '094213.808000', '094213.811000', '094213.814000', '094213.816000', '094213.819000', '094213.821000', '094213.824000', '094213.826000', '094213.829000', '094213.832000', '094213.834000', '094213.837000', '094213.839000', '094213.842000', '094213.844000', '094213.847000', '094213.850000', '094213.852000', '094213.855000', '094213.857000', '094213.860000', '094213.862000', '094213.865000', '094233.743000', '094233.745000', '094233.748000', '094233.751000', '094233.753000', '094233.756000', '094233.758000', '094233.761000', '094233.764000', '094233.766000', '094233.769000', '094233.772000', '094233.774000', '094233.777000', '094233.780000', '094233.783000', '094233.785000', '094233.788000', '094233.790000', '094233.793000', '094233.795000', '094233.798000', '094233.801000', '094233.803000', '094233.806000', '094233.809000', '094233.811000', '094233.814000', '094233.816000', '094233.819000', '094233.822000', '094233.824000', '094233.827000', '094233.829000', '094233.832000', '094233.835000', '094233.837000', '094233.840000', '094233.842000', '094233.845000', '094233.848000', '094233.850000', '094233.853000', '094253.741000', '094253.744000', '094253.747000', '094253.750000', '094253.753000', '094253.755000', '094253.758000', '094253.760000', '094253.763000', '094253.766000', '094253.768000', '094253.771000', '094253.774000', '094253.776000', '094253.779000', '094253.781000', '094253.784000', '094253.787000', '094253.789000', '094253.792000', '094253.795000', '094253.797000', '094253.800000', '094253.802000', '094253.805000', '094253.808000', '094253.810000', '094253.813000', '094253.816000', '094253.818000', '094253.821000', '094253.824000', '094253.826000', '094253.829000', '094253.831000', '094253.834000', '094253.837000', '094253.839000', '094253.842000', '094253.844000', '094253.847000', '094253.850000', '094253.852000', '094253.855000', '094313.743000', '094313.745000', '094313.748000', '094313.751000', '094313.753000', '094313.756000', '094313.759000', '094313.761000', '094313.764000', '094313.766000', '094313.769000', '094313.772000', '094313.774000', '094313.777000', '094313.779000', '094313.782000', '094313.784000', '094313.788000', '094313.791000', '094313.794000', '094313.797000', '094313.800000', '094313.802000', '094313.805000', '094313.807000', '094313.810000', '094313.813000', '094313.815000', '094313.818000', '094313.822000', '094313.825000', '094313.827000', '094313.830000', '094313.833000', '094313.835000', '094313.838000', '094313.841000', '094313.843000', '094313.846000', '094313.848000', '094313.851000', '094313.853000', '094313.856000', '094333.742000', '094333.745000', '094333.748000', '094333.751000', '094333.753000', '094333.756000', '094333.758000', '094333.761000', '094333.764000', '094333.766000', '094333.769000', '094333.772000', '094333.774000', '094333.777000', '094333.779000', '094333.782000', '094333.785000', '094333.788000', '094333.790000', '094333.793000', '094333.795000', '094333.798000', '094333.801000', '094333.803000', '094333.806000', '094333.808000', '094333.811000', '094333.814000', '094333.817000', '094333.819000', '094333.822000', '094333.824000', '094333.827000', '094333.830000', '094333.832000', '094333.835000', '094333.838000', '094333.840000', '094333.843000', '094333.845000', '094333.848000', '094333.850000', '094333.853000', '094333.869000', '094353.743000', '094353.746000', '094353.748000', '094353.751000', '094353.754000', '094353.756000', '094353.759000', '094353.761000', '094353.764000', '094353.767000', '094353.769000', '094353.772000', '094353.774000', '094353.777000', '094353.780000', '094353.782000', '094353.785000', '094353.788000', '094353.790000', '094353.793000', '094353.796000', '094353.799000', '094353.802000', '094353.806000', '094353.809000', '094353.811000', '094353.814000', '094353.817000', '094353.819000', '094353.822000', '094353.824000', '094353.827000', '094353.830000', '094353.832000', '094353.835000', '094353.838000', '094353.840000', '094353.843000', '094353.845000', '094353.848000', '094353.851000', '094353.853000', '094353.856000', '094413.742000', '094413.745000', '094413.748000', '094413.751000', '094413.753000', '094413.756000', '094413.759000', '094413.761000', '094413.764000', '094413.766000', '094413.769000', '094413.772000', '094413.774000', '094413.777000', '094413.780000', '094413.782000', '094413.785000', '094413.787000', '094413.790000', '094413.793000', '094413.795000', '094413.798000', '094413.800000', '094413.803000', '094413.806000', '094413.808000', '094413.811000', '094413.814000', '094413.816000', '094413.819000', '094413.821000', '094413.824000', '094413.827000', '094413.829000', '094413.832000', '094413.835000', '094413.837000', '094413.840000', '094413.842000', '094413.845000', '094413.847000', '094413.850000', '094413.853000', '094413.855000', '094433.743000', '094433.745000', '094433.748000', '094433.750000', '094433.753000', '094433.756000', '094433.758000', '094433.761000', '094433.764000', '094433.766000', '094433.769000', '094433.771000', '094433.774000', '094433.777000', '094433.779000', '094433.782000', '094433.785000', '094433.787000', '094433.790000', '094433.792000', '094433.795000', '094433.798000', '094433.801000', '094433.804000', '094433.807000', '094433.810000', '094433.812000', '094433.815000', '094433.818000', '094433.820000', '094433.823000', '094433.825000', '094433.828000', '094433.831000', '094433.833000', '094433.836000', '094433.838000', '094433.841000', '094433.843000', '094433.846000', '094433.849000', '094433.851000', '094433.854000', '094453.742000', '094453.746000', '094453.748000', '094453.751000', '094453.753000', '094453.756000', '094453.759000', '094453.761000', '094453.764000', '094453.767000', '094453.769000', '094453.772000', '094453.774000', '094453.777000', '094453.780000', '094453.782000', '094453.785000', '094453.787000', '094453.790000', '094453.792000', '094453.795000', '094453.798000', '094453.800000', '094453.803000', '094453.806000', '094453.808000', '094453.811000', '094453.814000', '094453.816000', '094453.819000', '094453.821000', '094453.824000', '094453.827000', '094453.829000', '094453.832000', '094453.834000', '094453.837000', '094453.840000', '094453.842000', '094453.845000', '094453.847000', '094453.850000', '094453.853000', '094453.855000', '094513.742000', '094513.744000', '094513.747000', '094513.750000', '094513.752000', '094513.755000', '094513.758000', '094513.760000', '094513.763000', '094513.765000', '094513.768000', '094513.771000', '094513.773000', '094513.776000', '094513.779000', '094513.781000', '094513.784000', '094513.787000', '094513.789000', '094513.792000', '094513.795000', '094513.797000', '094513.800000', '094513.802000', '094513.805000', '094513.808000', '094513.810000', '094513.813000', '094513.816000', '094513.818000', '094513.821000', '094513.824000', '094513.826000', '094513.829000', '094513.833000', '094513.836000', '094513.838000', '094513.841000', '094513.844000', '094513.876000', '094513.878000', '094513.881000', '094513.883000', '094533.743000', '094533.745000', '094533.748000', '094533.751000', '094533.754000', '094533.756000', '094533.759000', '094533.761000', '094533.764000', '094533.767000', '094533.770000', '094533.772000', '094533.775000', '094533.777000', '094533.780000', '094533.783000', '094533.785000', '094533.788000', '094533.790000', '094533.793000', '094533.796000', '094533.798000', '094533.801000', '094533.803000', '094533.806000', '094533.809000', '094533.811000', '094533.814000', '094533.817000', '094533.819000', '094533.822000', '094533.824000', '094533.827000', '094533.830000', '094533.832000', '094533.835000', '094533.837000', '094533.840000', '094533.843000', '094533.845000', '094533.848000', '094533.850000', '094533.853000', '094533.856000', '094553.743000', '094553.745000', '094553.748000', '094553.751000', '094553.753000', '094553.756000', '094553.759000', '094553.761000', '094553.764000', '094553.767000', '094553.769000', '094553.772000', '094553.775000', '094553.777000', '094553.780000', '094553.783000', '094553.785000', '094553.788000', '094553.791000', '094553.793000', '094553.796000', '094553.798000', '094553.801000', '094553.804000', '094553.806000', '094553.809000', '094553.811000', '094553.814000', '094553.817000', '094553.819000', '094553.822000', '094553.825000', '094553.827000', '094553.830000', '094553.832000', '094553.835000', '094553.838000', '094553.841000', '094553.844000', '094553.847000', '094553.850000', '094553.852000', '094553.855000', '094613.743000', '094613.745000', '094613.748000', '094613.751000', '094613.753000', '094613.756000', '094613.758000', '094613.761000', '094613.764000', '094613.766000', '094613.769000', '094613.772000', '094613.774000', '094613.777000', '094613.779000', '094613.782000', '094613.785000', '094613.787000', '094613.790000', '094613.793000', '094613.795000', '094613.798000', '094613.800000', '094613.803000', '094613.805000', '094613.808000', '094613.811000', '094613.813000', '094613.816000', '094613.819000', '094613.821000', '094613.824000', '094613.827000', '094613.829000', '094613.832000', '094613.834000', '094613.837000', '094613.840000', '094613.842000', '094613.845000', '094613.847000', '094613.850000', '094613.853000', '094613.855000', '094633.743000', '094633.746000', '094633.749000', '094633.751000', '094633.754000', '094633.757000', '094633.759000', '094633.762000', '094633.764000', '094633.767000', '094633.770000', '094633.772000', '094633.775000', '094633.778000', '094633.780000', '094633.783000', '094633.786000', '094633.788000', '094633.791000', '094633.793000', '094633.796000', '094633.799000', '094633.801000', '094633.804000', '094633.806000', '094633.809000', '094633.812000', '094633.814000', '094633.817000', '094633.820000', '094633.822000', '094633.825000', '094633.827000', '094633.830000', '094633.833000', '094633.835000', '094633.838000', '094633.841000', '094633.843000', '094633.846000', '094633.848000', '094633.851000', '094633.854000', '094653.742000', '094653.745000', '094653.748000', '094653.751000', '094653.753000', '094653.756000', '094653.813000', '094653.816000', '094653.819000', '094653.821000', '094653.824000', '094653.827000', '094653.829000', '094653.832000', '094653.834000', '094653.837000', '094653.839000', '094653.842000', '094653.845000', '094653.847000', '094653.850000', '094653.852000', '094653.855000', '094653.858000', '094653.860000', '094653.863000', '094653.865000', '094653.868000', '094653.871000', '094653.873000', '094653.876000', '094653.878000', '094653.881000', '094653.884000', '094653.886000', '094653.889000', '094653.891000', '094653.894000', '094653.897000', '094653.899000', '094653.902000', '094653.904000', '094653.907000', '094653.910000', '094713.743000', '094713.746000', '094713.748000', '094713.751000', '094713.753000', '094713.756000', '094713.759000', '094713.761000', '094713.764000', '094713.767000', '094713.769000', '094713.772000', '094713.774000', '094713.777000', '094713.780000', '094713.782000', '094713.785000', '094713.788000', '094713.790000', '094713.793000', '094713.795000', '094713.798000', '094713.801000', '094713.803000', '094713.806000', '094713.808000', '094713.811000', '094713.814000', '094713.816000', '094713.819000', '094713.821000', '094713.826000', '094713.828000', '094713.831000', '094713.834000', '094713.836000', '094713.839000', '094713.841000', '094713.844000', '094713.846000', '094713.849000', '094713.852000', '094713.854000', '094733.742000', '094733.745000', '094733.747000', '094733.750000', '094733.752000', '094733.755000', '094733.758000', '094733.760000', '094733.763000', '094733.766000', '094733.768000', '094733.771000', '094733.773000', '094733.776000', '094733.779000', '094733.781000', '094733.784000', '094733.787000', '094733.789000', '094733.792000', '094733.795000', '094733.797000', '094733.800000', '094733.802000', '094733.805000', '094733.808000', '094733.810000', '094733.813000', '094733.815000', '094733.818000', '094733.821000', '094733.823000', '094733.826000', '094733.829000', '094733.831000', '094733.834000', '094733.836000', '094733.839000', '094733.841000', '094733.844000', '094733.847000', '094733.849000', '094733.852000', '094733.854000', '094753.743000', '094753.745000', '094753.748000', '094753.751000', '094753.753000', '094753.756000', '094753.759000', '094753.761000', '094753.764000', '094753.767000', '094753.769000', '094753.772000', '094753.775000', '094753.777000', '094753.780000', '094753.782000', '094753.785000', '094753.788000', '094753.790000', '094753.793000', '094753.796000', '094753.798000', '094753.801000', '094753.804000', '094753.806000', '094753.809000', '094753.811000', '094753.814000', '094753.817000', '094753.819000', '094753.822000', '094753.825000', '094753.827000', '094753.830000', '094753.832000', '094753.835000', '094753.838000', '094753.840000', '094753.843000', '094753.845000', '094753.848000', '094753.851000', '094753.853000', '094804.488000', '094804.491000', '094804.494000', '094804.497000', '094804.501000', '094804.504000', '094804.506000', '094804.509000', '094804.513000', '094804.516000', '094804.518000', '094804.521000', '094804.524000', '094804.527000', '094804.529000', '094804.532000', '094804.535000', '094804.538000', '094804.540000', '094804.543000', '094804.552000', '094804.555000', '094804.558000', '094804.561000'], 'InstanceCreationTime': ['094133.773000', '094133.776000', '094133.779000', '094133.782000', '094133.784000', '094133.787000', '094133.794000', '094133.801000', '094133.803000', '094133.806000', '094133.809000', '094133.811000', '094133.814000', '094133.817000', '094133.819000', '094133.822000', '094133.825000', '094133.827000', '094133.830000', '094133.832000', '094133.835000', '094133.838000', '094153.742000', '094153.745000', '094153.748000', '094153.751000', '094153.762000', '094153.764000', '094153.767000', '094153.770000', '094153.772000', '094153.775000', '094153.778000', '094153.781000', '094153.784000', '094153.786000', '094153.789000', '094153.792000', '094153.795000', '094153.797000', '094153.800000', '094153.802000', '094153.805000', '094153.808000', '094153.810000', '094153.813000', '094153.815000', '094153.818000', '094153.821000', '094153.823000', '094153.826000', '094153.828000', '094153.831000', '094153.834000', '094153.836000', '094153.839000', '094153.842000', '094153.844000', '094153.847000', '094153.849000', '094153.852000', '094153.854000', '094153.857000', '094153.859000', '094153.862000', '094153.865000', '094213.742000', '094213.745000', '094213.748000', '094213.750000', '094213.753000', '094213.756000', '094213.758000', '094213.761000', '094213.764000', '094213.766000', '094213.769000', '094213.771000', '094213.774000', '094213.776000', '094213.779000', '094213.781000', '094213.784000', '094213.801000', '094213.803000', '094213.806000', '094213.808000', '094213.811000', '094213.814000', '094213.816000', '094213.819000', '094213.821000', '094213.824000', '094213.826000', '094213.829000', '094213.832000', '094213.834000', '094213.837000', '094213.839000', '094213.842000', '094213.844000', '094213.847000', '094213.850000', '094213.852000', '094213.855000', '094213.857000', '094213.860000', '094213.862000', '094213.865000', '094233.743000', '094233.745000', '094233.748000', '094233.751000', '094233.753000', '094233.756000', '094233.758000', '094233.761000', '094233.764000', '094233.766000', '094233.769000', '094233.772000', '094233.774000', '094233.777000', '094233.780000', '094233.783000', '094233.785000', '094233.788000', '094233.790000', '094233.793000', '094233.795000', '094233.798000', '094233.801000', '094233.803000', '094233.806000', '094233.809000', '094233.811000', '094233.814000', '094233.816000', '094233.819000', '094233.822000', '094233.824000', '094233.827000', '094233.829000', '094233.832000', '094233.835000', '094233.837000', '094233.840000', '094233.842000', '094233.845000', '094233.848000', '094233.850000', '094233.853000', '094253.741000', '094253.744000', '094253.747000', '094253.750000', '094253.753000', '094253.755000', '094253.758000', '094253.760000', '094253.763000', '094253.766000', '094253.768000', '094253.771000', '094253.774000', '094253.776000', '094253.779000', '094253.781000', '094253.784000', '094253.787000', '094253.789000', '094253.792000', '094253.795000', '094253.797000', '094253.800000', '094253.802000', '094253.805000', '094253.808000', '094253.810000', '094253.813000', '094253.816000', '094253.818000', '094253.821000', '094253.824000', '094253.826000', '094253.829000', '094253.831000', '094253.834000', '094253.837000', '094253.839000', '094253.842000', '094253.844000', '094253.847000', '094253.850000', '094253.852000', '094253.855000', '094313.743000', '094313.745000', '094313.748000', '094313.751000', '094313.753000', '094313.756000', '094313.759000', '094313.761000', '094313.764000', '094313.766000', '094313.769000', '094313.772000', '094313.774000', '094313.777000', '094313.779000', '094313.782000', '094313.784000', '094313.788000', '094313.791000', '094313.794000', '094313.797000', '094313.800000', '094313.802000', '094313.805000', '094313.807000', '094313.810000', '094313.813000', '094313.815000', '094313.818000', '094313.822000', '094313.825000', '094313.827000', '094313.830000', '094313.833000', '094313.835000', '094313.838000', '094313.841000', '094313.843000', '094313.846000', '094313.848000', '094313.851000', '094313.853000', '094313.856000', '094333.742000', '094333.745000', '094333.748000', '094333.751000', '094333.753000', '094333.756000', '094333.758000', '094333.761000', '094333.764000', '094333.766000', '094333.769000', '094333.772000', '094333.774000', '094333.777000', '094333.779000', '094333.782000', '094333.785000', '094333.788000', '094333.790000', '094333.793000', '094333.795000', '094333.798000', '094333.801000', '094333.803000', '094333.806000', '094333.808000', '094333.811000', '094333.814000', '094333.817000', '094333.819000', '094333.822000', '094333.824000', '094333.827000', '094333.830000', '094333.832000', '094333.835000', '094333.838000', '094333.840000', '094333.843000', '094333.845000', '094333.848000', '094333.850000', '094333.853000', '094333.869000', '094353.743000', '094353.746000', '094353.748000', '094353.751000', '094353.754000', '094353.756000', '094353.759000', '094353.761000', '094353.764000', '094353.767000', '094353.769000', '094353.772000', '094353.774000', '094353.777000', '094353.780000', '094353.782000', '094353.785000', '094353.788000', '094353.790000', '094353.793000', '094353.796000', '094353.799000', '094353.802000', '094353.806000', '094353.809000', '094353.811000', '094353.814000', '094353.817000', '094353.819000', '094353.822000', '094353.824000', '094353.827000', '094353.830000', '094353.832000', '094353.835000', '094353.838000', '094353.840000', '094353.843000', '094353.845000', '094353.848000', '094353.851000', '094353.853000', '094353.856000', '094413.742000', '094413.745000', '094413.748000', '094413.751000', '094413.753000', '094413.756000', '094413.759000', '094413.761000', '094413.764000', '094413.766000', '094413.769000', '094413.772000', '094413.774000', '094413.777000', '094413.780000', '094413.782000', '094413.785000', '094413.787000', '094413.790000', '094413.793000', '094413.795000', '094413.798000', '094413.800000', '094413.803000', '094413.806000', '094413.808000', '094413.811000', '094413.814000', '094413.816000', '094413.819000', '094413.821000', '094413.824000', '094413.827000', '094413.829000', '094413.832000', '094413.835000', '094413.837000', '094413.840000', '094413.842000', '094413.845000', '094413.847000', '094413.850000', '094413.853000', '094413.855000', '094433.743000', '094433.745000', '094433.748000', '094433.750000', '094433.753000', '094433.756000', '094433.758000', '094433.761000', '094433.764000', '094433.766000', '094433.769000', '094433.771000', '094433.774000', '094433.777000', '094433.779000', '094433.782000', '094433.785000', '094433.787000', '094433.790000', '094433.792000', '094433.795000', '094433.798000', '094433.801000', '094433.804000', '094433.807000', '094433.810000', '094433.812000', '094433.815000', '094433.818000', '094433.820000', '094433.823000', '094433.825000', '094433.828000', '094433.831000', '094433.833000', '094433.836000', '094433.838000', '094433.841000', '094433.843000', '094433.846000', '094433.849000', '094433.851000', '094433.854000', '094453.742000', '094453.746000', '094453.748000', '094453.751000', '094453.753000', '094453.756000', '094453.759000', '094453.761000', '094453.764000', '094453.767000', '094453.769000', '094453.772000', '094453.774000', '094453.777000', '094453.780000', '094453.782000', '094453.785000', '094453.787000', '094453.790000', '094453.792000', '094453.795000', '094453.798000', '094453.800000', '094453.803000', '094453.806000', '094453.808000', '094453.811000', '094453.814000', '094453.816000', '094453.819000', '094453.821000', '094453.824000', '094453.827000', '094453.829000', '094453.832000', '094453.834000', '094453.837000', '094453.840000', '094453.842000', '094453.845000', '094453.847000', '094453.850000', '094453.853000', '094453.855000', '094513.742000', '094513.744000', '094513.747000', '094513.750000', '094513.752000', '094513.755000', '094513.758000', '094513.760000', '094513.763000', '094513.765000', '094513.768000', '094513.771000', '094513.773000', '094513.776000', '094513.779000', '094513.781000', '094513.784000', '094513.787000', '094513.789000', '094513.792000', '094513.795000', '094513.797000', '094513.800000', '094513.802000', '094513.805000', '094513.808000', '094513.810000', '094513.813000', '094513.816000', '094513.818000', '094513.821000', '094513.824000', '094513.826000', '094513.829000', '094513.833000', '094513.836000', '094513.838000', '094513.841000', '094513.844000', '094513.876000', '094513.878000', '094513.881000', '094513.883000', '094533.743000', '094533.745000', '094533.748000', '094533.751000', '094533.754000', '094533.756000', '094533.759000', '094533.761000', '094533.764000', '094533.767000', '094533.770000', '094533.772000', '094533.775000', '094533.777000', '094533.780000', '094533.783000', '094533.785000', '094533.788000', '094533.790000', '094533.793000', '094533.796000', '094533.798000', '094533.801000', '094533.803000', '094533.806000', '094533.809000', '094533.811000', '094533.814000', '094533.817000', '094533.819000', '094533.822000', '094533.824000', '094533.827000', '094533.830000', '094533.832000', '094533.835000', '094533.837000', '094533.840000', '094533.843000', '094533.845000', '094533.848000', '094533.850000', '094533.853000', '094533.856000', '094553.743000', '094553.745000', '094553.748000', '094553.751000', '094553.753000', '094553.756000', '094553.759000', '094553.761000', '094553.764000', '094553.767000', '094553.769000', '094553.772000', '094553.775000', '094553.777000', '094553.780000', '094553.783000', '094553.785000', '094553.788000', '094553.791000', '094553.793000', '094553.796000', '094553.798000', '094553.801000', '094553.804000', '094553.806000', '094553.809000', '094553.811000', '094553.814000', '094553.817000', '094553.819000', '094553.822000', '094553.825000', '094553.827000', '094553.830000', '094553.832000', '094553.835000', '094553.838000', '094553.841000', '094553.844000', '094553.847000', '094553.850000', '094553.852000', '094553.855000', '094613.743000', '094613.745000', '094613.748000', '094613.751000', '094613.753000', '094613.756000', '094613.758000', '094613.761000', '094613.764000', '094613.766000', '094613.769000', '094613.772000', '094613.774000', '094613.777000', '094613.779000', '094613.782000', '094613.785000', '094613.787000', '094613.790000', '094613.793000', '094613.795000', '094613.798000', '094613.800000', '094613.803000', '094613.805000', '094613.808000', '094613.811000', '094613.813000', '094613.816000', '094613.819000', '094613.821000', '094613.824000', '094613.827000', '094613.829000', '094613.832000', '094613.834000', '094613.837000', '094613.840000', '094613.842000', '094613.845000', '094613.847000', '094613.850000', '094613.853000', '094613.855000', '094633.743000', '094633.746000', '094633.749000', '094633.751000', '094633.754000', '094633.757000', '094633.759000', '094633.762000', '094633.764000', '094633.767000', '094633.770000', '094633.772000', '094633.775000', '094633.778000', '094633.780000', '094633.783000', '094633.786000', '094633.788000', '094633.791000', '094633.793000', '094633.796000', '094633.799000', '094633.801000', '094633.804000', '094633.806000', '094633.809000', '094633.812000', '094633.814000', '094633.817000', '094633.820000', '094633.822000', '094633.825000', '094633.827000', '094633.830000', '094633.833000', '094633.835000', '094633.838000', '094633.841000', '094633.843000', '094633.846000', '094633.848000', '094633.851000', '094633.854000', '094653.742000', '094653.745000', '094653.748000', '094653.751000', '094653.753000', '094653.756000', '094653.813000', '094653.816000', '094653.819000', '094653.821000', '094653.824000', '094653.827000', '094653.829000', '094653.832000', '094653.834000', '094653.837000', '094653.839000', '094653.842000', '094653.845000', '094653.847000', '094653.850000', '094653.852000', '094653.855000', '094653.858000', '094653.860000', '094653.863000', '094653.865000', '094653.868000', '094653.871000', '094653.873000', '094653.876000', '094653.878000', '094653.881000', '094653.884000', '094653.886000', '094653.889000', '094653.891000', '094653.894000', '094653.897000', '094653.899000', '094653.902000', '094653.904000', '094653.907000', '094653.910000', '094713.743000', '094713.746000', '094713.748000', '094713.751000', '094713.753000', '094713.756000', '094713.759000', '094713.761000', '094713.764000', '094713.767000', '094713.769000', '094713.772000', '094713.774000', '094713.777000', '094713.780000', '094713.782000', '094713.785000', '094713.788000', '094713.790000', '094713.793000', '094713.795000', '094713.798000', '094713.801000', '094713.803000', '094713.806000', '094713.808000', '094713.811000', '094713.814000', '094713.816000', '094713.819000', '094713.821000', '094713.826000', '094713.828000', '094713.831000', '094713.834000', '094713.836000', '094713.839000', '094713.841000', '094713.844000', '094713.846000', '094713.849000', '094713.852000', '094713.854000', '094733.742000', '094733.745000', '094733.747000', '094733.750000', '094733.752000', '094733.755000', '094733.758000', '094733.760000', '094733.763000', '094733.766000', '094733.768000', '094733.771000', '094733.773000', '094733.776000', '094733.779000', '094733.781000', '094733.784000', '094733.787000', '094733.789000', '094733.792000', '094733.795000', '094733.797000', '094733.800000', '094733.802000', '094733.805000', '094733.808000', '094733.810000', '094733.813000', '094733.815000', '094733.818000', '094733.821000', '094733.823000', '094733.826000', '094733.829000', '094733.831000', '094733.834000', '094733.836000', '094733.839000', '094733.841000', '094733.844000', '094733.847000', '094733.849000', '094733.852000', '094733.854000', '094753.743000', '094753.745000', '094753.748000', '094753.751000', '094753.753000', '094753.756000', '094753.759000', '094753.761000', '094753.764000', '094753.767000', '094753.769000', '094753.772000', '094753.775000', '094753.777000', '094753.780000', '094753.782000', '094753.785000', '094753.788000', '094753.790000', '094753.793000', '094753.796000', '094753.798000', '094753.801000', '094753.804000', '094753.806000', '094753.809000', '094753.811000', '094753.814000', '094753.817000', '094753.819000', '094753.822000', '094753.825000', '094753.827000', '094753.830000', '094753.832000', '094753.835000', '094753.838000', '094753.840000', '094753.843000', '094753.845000', '094753.848000', '094753.851000', '094753.853000', '094804.488000', '094804.491000', '094804.494000', '094804.497000', '094804.501000', '094804.504000', '094804.506000', '094804.509000', '094804.513000', '094804.516000', '094804.518000', '094804.521000', '094804.524000', '094804.527000', '094804.529000', '094804.532000', '094804.535000', '094804.538000', '094804.540000', '094804.543000', '094804.552000', '094804.555000', '094804.558000', '094804.561000'], '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': [9160, 12288, 9795, 8182, 9227, 7926, 10078, 7857, 11306, 7812, 10375, 7990, 7776, 9497, 7885, 8351, 7935, 10742, 8124, 10302, 8900, 8794, 9173, 8014, 10094, 7669, 10521, 7938, 10999, 7901, 11482, 7810, 11620, 7997, 9915, 8960, 7772, 9174, 7590, 9606, 8342, 7593, 8904, 7571, 9737, 8530, 7975, 9492, 7712, 9301, 7876, 11420, 7905, 13616, 8092, 14524, 8502, 14192, 9889, 12406, 10505, 11418, 10136, 10475, 9655, 8893, 9915, 8109, 9396, 8349, 9169, 8184, 10165, 8449, 10929, 8280, 10623, 8386, 8107, 8977, 7771, 9557, 7756, 10042, 7653, 10639, 7919, 10024, 8778, 7705, 10643, 8009, 10370, 8339, 9181, 8684, 7789, 11869, 7934, 11938, 8202, 11753, 8496, 11473, 9062, 9753, 9479, 7991, 9158, 7952, 10189, 8153, 9617, 8490, 8260, 9167, 8028, 7788, 9752, 7597, 9796, 8048, 10144, 7783, 9625, 8099, 11331, 13010, 15949, 9022, 7762, 11261, 8347, 11621, 8431, 12073, 8531, 12625, 8896, 11929, 8722, 10822, 7961, 10355, 8775, 9871, 13072, 8894, 12728, 8617, 12095, 8702, 11274, 8335, 10702, 8611, 10901, 8185, 9105, 8598, 8764, 9679, 8632, 10153, 8635, 10393, 8628, 10448, 8640, 9535, 8415, 9647, 8564, 9929, 8281, 12079, 8669, 11354, 8539, 10294, 8656, 10659, 9008, 9689, 9677, 7989, 9640, 8124, 9408, 8285, 9696, 8438, 9996, 8577, 11350, 8653, 13336, 8858, 11362, 8056, 8700, 8992, 8066, 9375, 8322, 13039, 8640, 11295, 8494, 12212, 8604, 12877, 8609, 12860, 8748, 12880, 8442, 12740, 8474, 12524, 8462, 12168, 8325, 12094, 8233, 11577, 8313, 11541, 8344, 11650, 8282, 11205, 7966, 9652, 9123, 8386, 9877, 8083, 9692, 8311, 10129, 11031, 11748, 9012, 11401, 8350, 10863, 8530, 11894, 8544, 12413, 8723, 12292, 8526, 12295, 8352, 14195, 8492, 13992, 8579, 13179, 8667, 12742, 8623, 12521, 8802, 10886, 8285, 10353, 8691, 12007, 8715, 9389, 8643, 11274, 8719, 12914, 8472, 12501, 8685, 13119, 9003, 9375, 8935, 8145, 9891, 8110, 10277, 8372, 11341, 8554, 11635, 8629, 12086, 8945, 10867, 8749, 11003, 8801, 11223, 8696, 11280, 8936, 10134, 9332, 8458, 10494, 8559, 11255, 8308, 10046, 9117, 8235, 11557, 8573, 10482, 9428, 11897, 9219, 12910, 10295, 8291, 9612, 8546, 10373, 8655, 12020, 9077, 13422, 8986, 10944, 8865, 8650, 11106, 8194, 10888, 9824, 8333, 11086, 10651, 8605, 14352, 8507, 12167, 10009, 8837, 15230, 12173, 15978, 8430, 10915, 8712, 8240, 8776, 8381, 10753, 8516, 12671, 8350, 11717, 8647, 11056, 8988, 8427, 9249, 8485, 9729, 8690, 11737, 8921, 12493, 8816, 12795, 8718, 12465, 8879, 12184, 8634, 12551, 9038, 13005, 8895, 12729, 8579, 11620, 8686, 10888, 8582, 8140, 8370, 8423, 9336, 8144, 8195, 9447, 8324, 9579, 8201, 10882, 8436, 12583, 8654, 11653, 8992, 10957, 9894, 11045, 12376, 9667, 13065, 8677, 13011, 8815, 12622, 8790, 11544, 10272, 8523, 10042, 8677, 11442, 8608, 13051, 8729, 14115, 8729, 14535, 8953, 11875, 9397, 10143, 9741, 8642, 10433, 8744, 11117, 8614, 11558, 8201, 10087, 8382, 11492, 8742, 11518, 8734, 9121, 8715, 8277, 9101, 8601, 12643, 8683, 11455, 8338, 12547, 10732, 8436, 9542, 8365, 11480, 8415, 13050, 8531, 13615, 8558, 13843, 8360, 14041, 8758, 13041, 8448, 11119, 10130, 8566, 11289, 8641, 11735, 8718, 11872, 9201, 10998, 10183, 8771, 10326, 8546, 11826, 8703, 12293, 8703, 12288, 8679, 12167, 8629, 12060, 8530, 11280, 8550, 8065, 8936, 8210, 9015, 8287, 9477, 8292, 10724, 8431, 11463, 8596, 11690, 8357, 11189, 8581, 11771, 8492, 10566, 8290, 10369, 8131, 9721, 8291, 9143, 8534, 9381, 8526, 10731, 8657, 12138, 8775, 10571, 8382, 8067, 9477, 8139, 13324, 8692, 11711, 8743, 14047, 8669, 13615, 8759, 13917, 8867, 12988, 8549, 11391, 9217, 8309, 9603, 8714, 12471, 8647, 11769, 9760, 11741, 10388, 8412, 9998, 8528, 9791, 8411, 10505, 8600, 9945, 8489, 11033, 8578, 12726, 8386, 10615, 8568, 9686, 8351, 8355, 10482, 8610, 10995, 8483, 11121, 8788, 11432, 8536, 12307, 8936, 12744, 8787, 11088, 8582, 8545, 8772, 8503, 9935, 8469, 10183, 8644, 10294, 8444, 9709, 8535, 9933, 8571, 11908, 8655, 10097, 8397, 8051, 9760, 8292, 9766, 8326, 9588, 8405, 10279, 8707, 11824, 8536, 13302, 8572, 14687, 8904, 12725, 8626, 12482, 8985, 12796, 8682, 13166, 8612, 12278, 8671, 11686, 8144, 8379, 8223, 8424, 9200, 8588, 10965, 8475, 12098, 8630, 12130, 8623, 12089, 9962, 10603, 9003, 8454, 9738, 8654, 11248, 8841, 12342, 9159, 12315, 9459, 11007, 8619, 9293, 9657, 8544, 11306, 8704, 12666, 8821, 10510, 8758, 10773, 9767, 8468, 10044, 8728, 12406, 8658, 13734, 8474, 13836, 11298, 15962, 14304, 10399, 10297, 8506, 8255, 10328, 9128, 11386, 9725, 10951, 10896, 10301, 11674, 9962, 11256, 8827, 8093, 9515, 7934, 11029, 8602, 8584, 10866, 9260, 8675, 12724, 9127, 11022, 9272, 10382, 9677, 11304, 9485, 9291, 9326, 8266, 9673, 8010, 10757, 8764, 11414, 9126, 11528, 8917, 9930, 9273, 8151, 8847, 7927, 11198, 8617, 10253, 9739, 8147, 9554, 8080, 10621, 9441, 11411, 8460, 10724, 7944, 10982, 8080, 11102, 8648, 9917, 9916, 8180, 10062, 8169, 11611, 8198, 11733, 8473, 13238, 10833, 8445, 9471, 7848, 11714, 9393, 9935, 9151, 8045, 10980, 7947, 12925, 8477, 13227, 8948, 11711, 9987, 10734, 10523, 10493, 17422, 8727, 14317, 9216, 13769, 9510, 13448, 9802, 14209, 13259, 10131, 9601, 8272, 8170, 8965, 7834, 10578, 8270, 12901, 9338, 12202, 10429, 10130, 9862, 9959, 9045, 9937, 9563, 9267, 9378, 9100, 10541, 9621, 8936, 9615, 9061, 8902, 9045, 9212, 8775, 9072, 8219, 9148, 7819, 9404, 8334, 10029, 8428, 8176, 8485, 8298, 9660, 9029, 8817, 7878, 8608, 8099, 9573, 9195, 10027, 9529, 8107, 12605, 8525, 13809, 9499, 10982, 10780, 8535, 10013, 9506, 8004, 11012, 7817, 12246, 7923, 14562, 11592, 11359, 9072, 9806, 7987, 9285, 7985, 8943, 7982, 11818, 8264, 8143, 9206, 7914, 11999, 7992, 13018, 9436, 11036, 8784], 'WindowCenter': [4364.0, 4368.0, 4343.0, 4312.0, 4320.0, 4299.0, 4317.0, 4298.0, 4338.0, 4299.0, 4328.0, 4308.0, 4299.0, 4329.0, 4308.0, 4309.0, 4311.0, 4338.0, 4310.0, 4329.0, 4320.0, 4319.0, 4319.0, 4310.0, 4330.0, 4299.0, 4327.0, 4298.0, 4339.0, 4299.0, 4337.0, 4298.0, 4338.0, 4309.0, 4328.0, 4319.0, 4312.0, 4328.0, 4312.0, 4359.0, 4335.0, 4311.0, 4332.0, 4322.0, 4343.0, 4333.0, 4322.0, 4344.0, 4312.0, 4333.0, 4323.0, 4352.0, 4323.0, 4373.0, 4313.0, 4371.0, 4321.0, 4360.0, 4331.0, 4349.0, 4328.0, 4337.0, 4329.0, 4327.0, 4317.0, 4307.0, 4317.0, 4296.0, 4315.0, 4296.0, 4316.0, 4304.0, 4326.0, 4308.0, 4327.0, 4308.0, 4327.0, 4310.0, 4310.0, 4320.0, 4311.0, 4328.0, 4298.0, 4329.0, 4300.0, 4330.0, 4311.0, 4331.0, 4320.0, 4309.0, 4339.0, 4321.0, 4341.0, 4321.0, 4329.0, 4320.0, 4311.0, 4362.0, 4323.0, 4351.0, 4323.0, 4351.0, 4322.0, 4340.0, 4321.0, 4332.0, 4331.0, 4310.0, 4330.0, 4335.0, 4367.0, 4323.0, 4343.0, 4332.0, 4322.0, 4341.0, 4321.0, 4311.0, 4340.0, 4313.0, 4340.0, 4325.0, 4342.0, 4312.0, 4334.0, 4322.0, 4350.0, 4377.0, 4384.0, 4335.0, 4312.0, 4353.0, 4322.0, 4354.0, 4322.0, 4367.0, 4323.0, 4363.0, 4321.0, 4355.0, 4324.0, 4340.0, 4298.0, 4329.0, 4305.0, 4330.0, 4350.0, 4311.0, 4347.0, 4308.0, 4340.0, 4308.0, 4329.0, 4297.0, 4314.0, 4307.0, 4326.0, 4301.0, 4309.0, 4307.0, 4308.0, 4322.0, 4309.0, 4328.0, 4309.0, 4331.0, 4307.0, 4331.0, 4312.0, 4319.0, 4313.0, 4334.0, 4339.0, 4345.0, 4323.0, 4351.0, 4323.0, 4341.0, 4321.0, 4344.0, 4334.0, 4343.0, 4335.0, 4336.0, 4348.0, 4327.0, 4334.0, 4325.0, 4332.0, 4324.0, 4332.0, 4324.0, 4344.0, 4327.0, 4355.0, 4334.0, 4372.0, 4337.0, 4364.0, 4324.0, 4333.0, 4335.0, 4325.0, 4334.0, 4328.0, 4375.0, 4336.0, 4368.0, 4336.0, 4362.0, 4335.0, 4364.0, 4324.0, 4364.0, 4324.0, 4365.0, 4321.0, 4361.0, 4324.0, 4363.0, 4324.0, 4351.0, 4323.0, 4362.0, 4326.0, 4352.0, 4324.0, 4368.0, 4339.0, 4365.0, 4340.0, 4357.0, 4326.0, 4360.0, 4347.0, 4341.0, 4360.0, 4326.0, 4346.0, 4328.0, 4345.0, 4360.0, 4370.0, 4335.0, 4369.0, 4339.0, 4353.0, 4327.0, 4356.0, 4324.0, 4363.0, 4333.0, 4367.0, 4324.0, 4367.0, 4324.0, 4374.0, 4334.0, 4375.0, 4336.0, 4366.0, 4332.0, 4361.0, 4334.0, 4368.0, 4333.0, 4357.0, 4339.0, 4343.0, 4334.0, 4363.0, 4333.0, 4332.0, 4336.0, 4354.0, 4337.0, 4369.0, 4340.0, 4364.0, 4336.0, 4375.0, 4338.0, 4335.0, 4336.0, 4328.0, 4344.0, 4314.0, 4345.0, 4335.0, 4369.0, 4339.0, 4369.0, 4337.0, 4365.0, 4340.0, 4358.0, 4337.0, 4359.0, 4337.0, 4355.0, 4339.0, 4353.0, 4334.0, 4344.0, 4337.0, 4324.0, 4355.0, 4336.0, 4357.0, 4329.0, 4350.0, 4352.0, 4337.0, 4371.0, 4352.0, 4373.0, 4348.0, 4369.0, 4349.0, 4365.0, 4355.0, 4327.0, 4347.0, 4347.0, 4359.0, 4337.0, 4377.0, 4363.0, 4377.0, 4347.0, 4358.0, 4336.0, 4336.0, 4368.0, 4347.0, 4371.0, 4370.0, 4348.0, 4369.0, 4369.0, 4338.0, 4387.0, 4334.0, 4364.0, 4343.0, 4325.0, 4386.0, 4352.0, 4377.0, 4313.0, 4353.0, 4322.0, 4311.0, 4309.0, 4310.0, 4340.0, 4319.0, 4352.0, 4322.0, 4351.0, 4324.0, 4351.0, 4322.0, 4326.0, 4348.0, 4324.0, 4332.0, 4325.0, 4355.0, 4322.0, 4352.0, 4332.0, 4363.0, 4325.0, 4350.0, 4323.0, 4351.0, 4324.0, 4354.0, 4322.0, 4359.0, 4321.0, 4351.0, 4321.0, 4339.0, 4324.0, 4340.0, 4322.0, 4313.0, 4326.0, 4335.0, 4345.0, 4336.0, 4336.0, 4359.0, 4337.0, 4359.0, 4340.0, 4368.0, 4352.0, 4382.0, 4349.0, 4380.0, 4347.0, 4368.0, 4360.0, 4370.0, 4381.0, 4351.0, 4379.0, 4349.0, 4379.0, 4349.0, 4377.0, 4336.0, 4367.0, 4360.0, 4336.0, 4357.0, 4336.0, 4365.0, 4339.0, 4374.0, 4335.0, 4376.0, 4332.0, 4377.0, 4335.0, 4353.0, 4337.0, 4344.0, 4345.0, 4335.0, 4359.0, 4338.0, 4358.0, 4334.0, 4358.0, 4327.0, 4347.0, 4326.0, 4358.0, 4338.0, 4366.0, 4335.0, 4346.0, 4335.0, 4339.0, 4339.0, 4340.0, 4377.0, 4348.0, 4367.0, 4351.0, 4380.0, 4369.0, 4339.0, 4357.0, 4340.0, 4368.0, 4328.0, 4378.0, 4327.0, 4377.0, 4325.0, 4376.0, 4326.0, 4375.0, 4333.0, 4366.0, 4324.0, 4353.0, 4345.0, 4323.0, 4355.0, 4335.0, 4366.0, 4337.0, 4365.0, 4347.0, 4357.0, 4344.0, 4324.0, 4347.0, 4326.0, 4353.0, 4323.0, 4355.0, 4325.0, 4352.0, 4327.0, 4355.0, 4323.0, 4352.0, 4323.0, 4356.0, 4324.0, 4322.0, 4333.0, 4323.0, 4334.0, 4325.0, 4338.0, 4325.0, 4354.0, 4326.0, 4364.0, 4336.0, 4353.0, 4328.0, 4355.0, 4338.0, 4365.0, 4337.0, 4358.0, 4334.0, 4355.0, 4325.0, 4348.0, 4323.0, 4334.0, 4336.0, 4347.0, 4341.0, 4355.0, 4339.0, 4377.0, 4338.0, 4358.0, 4338.0, 4338.0, 4362.0, 4339.0, 4388.0, 4349.0, 4382.0, 4350.0, 4389.0, 4341.0, 4376.0, 4336.0, 4377.0, 4346.0, 4375.0, 4338.0, 4355.0, 4334.0, 4327.0, 4346.0, 4335.0, 4364.0, 4335.0, 4366.0, 4356.0, 4370.0, 4359.0, 4327.0, 4348.0, 4323.0, 4335.0, 4315.0, 4341.0, 4312.0, 4335.0, 4312.0, 4342.0, 4323.0, 4362.0, 4324.0, 4344.0, 4326.0, 4331.0, 4326.0, 4328.0, 4359.0, 4336.0, 4355.0, 4337.0, 4359.0, 4339.0, 4370.0, 4338.0, 4405.0, 4365.0, 4378.0, 4350.0, 4355.0, 4324.0, 4337.0, 4337.0, 4339.0, 4349.0, 4339.0, 4357.0, 4335.0, 4349.0, 4326.0, 4348.0, 4337.0, 4345.0, 4338.0, 4364.0, 4337.0, 4355.0, 4337.0, 4327.0, 4360.0, 4337.0, 4346.0, 4339.0, 4347.0, 4334.0, 4360.0, 4338.0, 4368.0, 4338.0, 4375.0, 4327.0, 4374.0, 4336.0, 4378.0, 4334.0, 4367.0, 4339.0, 4364.0, 4328.0, 4366.0, 4324.0, 4355.0, 4326.0, 4356.0, 4324.0, 4323.0, 4325.0, 4325.0, 4348.0, 4339.0, 4358.0, 4342.0, 4382.0, 4349.0, 4367.0, 4342.0, 4367.0, 4359.0, 4358.0, 4338.0, 4340.0, 4350.0, 4334.0, 4359.0, 4347.0, 4380.0, 4352.0, 4378.0, 4349.0, 4360.0, 4337.0, 4349.0, 4346.0, 4336.0, 4357.0, 4336.0, 4379.0, 4339.0, 4359.0, 4339.0, 4359.0, 4359.0, 4338.0, 4358.0, 4349.0, 4378.0, 4336.0, 4374.0, 4337.0, 4390.0, 4370.0, 4385.0, 4388.0, 4370.0, 4358.0, 4337.0, 4324.0, 4346.0, 4332.0, 4353.0, 4333.0, 4344.0, 4342.0, 4346.0, 4354.0, 4333.0, 4344.0, 4321.0, 4299.0, 4320.0, 4300.0, 4332.0, 4321.0, 4322.0, 4353.0, 4333.0, 4323.0, 4361.0, 4334.0, 4345.0, 4323.0, 4330.0, 4321.0, 4327.0, 4317.0, 4308.0, 4307.0, 4308.0, 4318.0, 4297.0, 4327.0, 4310.0, 4338.0, 4319.0, 4339.0, 4320.0, 4331.0, 4335.0, 4324.0, 4334.0, 4325.0, 4354.0, 4336.0, 4345.0, 4348.0, 4326.0, 4346.0, 4327.0, 4358.0, 4333.0, 4354.0, 4324.0, 4357.0, 4322.0, 4347.0, 4324.0, 4352.0, 4335.0, 4343.0, 4357.0, 4326.0, 4347.0, 4338.0, 4367.0, 4341.0, 4366.0, 4329.0, 4366.0, 4355.0, 4325.0, 4348.0, 4325.0, 4366.0, 4348.0, 4360.0, 4350.0, 4325.0, 4355.0, 4324.0, 4364.0, 4328.0, 4364.0, 4338.0, 4365.0, 4355.0, 4356.0, 4358.0, 4361.0, 4394.0, 4335.0, 4386.0, 4348.0, 4374.0, 4337.0, 4351.0, 4330.0, 4361.0, 4365.0, 4331.0, 4331.0, 4322.0, 4321.0, 4322.0, 4310.0, 4340.0, 4312.0, 4363.0, 4322.0, 4351.0, 4332.0, 4333.0, 4321.0, 4317.0, 4308.0, 4332.0, 4323.0, 4308.0, 4293.0, 4296.0, 4305.0, 4303.0, 4297.0, 4307.0, 4294.0, 4291.0, 4293.0, 4292.0, 4281.0, 4296.0, 4286.0, 4306.0, 4284.0, 4306.0, 4309.0, 4328.0, 4309.0, 4310.0, 4319.0, 4324.0, 4344.0, 4336.0, 4347.0, 4340.0, 4348.0, 4325.0, 4347.0, 4338.0, 4345.0, 4334.0, 4326.0, 4365.0, 4338.0, 4363.0, 4346.0, 4354.0, 4343.0, 4335.0, 4344.0, 4335.0, 4316.0, 4342.0, 4316.0, 4351.0, 4315.0, 4361.0, 4341.0, 4341.0, 4321.0, 4330.0, 4299.0, 4307.0, 4299.0, 4334.0, 4323.0, 4362.0, 4323.0, 4324.0, 4346.0, 4341.0, 4366.0, 4325.0, 4373.0, 4336.0, 4358.0, 4336.0], 'WindowWidth': [9647.0, 9637.0, 9594.0, 9548.0, 9556.0, 9525.0, 9545.0, 9521.0, 9572.0, 9523.0, 9559.0, 9535.0, 9524.0, 9564.0, 9536.0, 9537.0, 9543.0, 9575.0, 9541.0, 9563.0, 9554.0, 9550.0, 9552.0, 9541.0, 9566.0, 9524.0, 9558.0, 9522.0, 9574.0, 9524.0, 9573.0, 9521.0, 9574.0, 9538.0, 9560.0, 9551.0, 9549.0, 9565.0, 9548.0, 9626.0, 9585.0, 9547.0, 9575.0, 9563.0, 9592.0, 9580.0, 9562.0, 9593.0, 9549.0, 9578.0, 9563.0, 9603.0, 9564.0, 9630.0, 9549.0, 9625.0, 9557.0, 9608.0, 9569.0, 9590.0, 9562.0, 9572.0, 9564.0, 9558.0, 9546.0, 9531.0, 9543.0, 9515.0, 9538.0, 9515.0, 9540.0, 9525.0, 9555.0, 9534.0, 9559.0, 9536.0, 9558.0, 9541.0, 9539.0, 9553.0, 9545.0, 9563.0, 9525.0, 9563.0, 9529.0, 9567.0, 9543.0, 9569.0, 9556.0, 9541.0, 9581.0, 9559.0, 9583.0, 9557.0, 9567.0, 9557.0, 9546.0, 9615.0, 9565.0, 9600.0, 9564.0, 9598.0, 9561.0, 9582.0, 9558.0, 9573.0, 9571.0, 9542.0, 9569.0, 9586.0, 9634.0, 9566.0, 9593.0, 9577.0, 9562.0, 9589.0, 9560.0, 9545.0, 9584.0, 9550.0, 9583.0, 9570.0, 9588.0, 9547.0, 9579.0, 9562.0, 9597.0, 9644.0, 9648.0, 9581.0, 9548.0, 9602.0, 9560.0, 9604.0, 9561.0, 9625.0, 9564.0, 9617.0, 9558.0, 9606.0, 9563.0, 9580.0, 9522.0, 9564.0, 9526.0, 9565.0, 9591.0, 9540.0, 9583.0, 9533.0, 9576.0, 9533.0, 9561.0, 9518.0, 9536.0, 9530.0, 9553.0, 9526.0, 9534.0, 9531.0, 9531.0, 9556.0, 9534.0, 9559.0, 9537.0, 9566.0, 9533.0, 9566.0, 9541.0, 9547.0, 9545.0, 9575.0, 9596.0, 9595.0, 9566.0, 9599.0, 9562.0, 9583.0, 9559.0, 9590.0, 9579.0, 9589.0, 9582.0, 9585.0, 9604.0, 9574.0, 9580.0, 9568.0, 9575.0, 9565.0, 9575.0, 9567.0, 9592.0, 9573.0, 9608.0, 9579.0, 9630.0, 9586.0, 9620.0, 9568.0, 9579.0, 9582.0, 9568.0, 9581.0, 9576.0, 9636.0, 9587.0, 9631.0, 9586.0, 9614.0, 9582.0, 9620.0, 9566.0, 9619.0, 9565.0, 9620.0, 9561.0, 9611.0, 9565.0, 9615.0, 9565.0, 9599.0, 9564.0, 9613.0, 9569.0, 9601.0, 9569.0, 9629.0, 9593.0, 9623.0, 9595.0, 9615.0, 9575.0, 9623.0, 9605.0, 9600.0, 9623.0, 9572.0, 9598.0, 9574.0, 9597.0, 9621.0, 9635.0, 9582.0, 9633.0, 9594.0, 9606.0, 9574.0, 9611.0, 9567.0, 9617.0, 9578.0, 9626.0, 9566.0, 9625.0, 9567.0, 9632.0, 9580.0, 9636.0, 9585.0, 9624.0, 9575.0, 9614.0, 9580.0, 9629.0, 9576.0, 9614.0, 9594.0, 9589.0, 9581.0, 9618.0, 9579.0, 9577.0, 9586.0, 9608.0, 9589.0, 9632.0, 9594.0, 9622.0, 9586.0, 9635.0, 9590.0, 9582.0, 9585.0, 9580.0, 9594.0, 9553.0, 9597.0, 9583.0, 9634.0, 9595.0, 9633.0, 9589.0, 9624.0, 9596.0, 9617.0, 9589.0, 9620.0, 9588.0, 9610.0, 9593.0, 9603.0, 9582.0, 9592.0, 9587.0, 9566.0, 9610.0, 9585.0, 9613.0, 9579.0, 9608.0, 9616.0, 9591.0, 9640.0, 9618.0, 9648.0, 9608.0, 9633.0, 9606.0, 9622.0, 9611.0, 9574.0, 9604.0, 9606.0, 9620.0, 9590.0, 9646.0, 9634.0, 9644.0, 9602.0, 9618.0, 9588.0, 9589.0, 9634.0, 9608.0, 9641.0, 9642.0, 9610.0, 9634.0, 9637.0, 9593.0, 9658.0, 9581.0, 9619.0, 9589.0, 9566.0, 9654.0, 9602.0, 9640.0, 9548.0, 9603.0, 9559.0, 9544.0, 9540.0, 9540.0, 9580.0, 9552.0, 9598.0, 9560.0, 9597.0, 9564.0, 9597.0, 9559.0, 9568.0, 9606.0, 9566.0, 9573.0, 9565.0, 9606.0, 9560.0, 9600.0, 9575.0, 9616.0, 9568.0, 9596.0, 9562.0, 9596.0, 9564.0, 9602.0, 9560.0, 9605.0, 9557.0, 9594.0, 9556.0, 9578.0, 9563.0, 9579.0, 9560.0, 9548.0, 9569.0, 9585.0, 9599.0, 9590.0, 9587.0, 9620.0, 9590.0, 9623.0, 9599.0, 9634.0, 9617.0, 9657.0, 9611.0, 9652.0, 9604.0, 9633.0, 9628.0, 9638.0, 9654.0, 9613.0, 9649.0, 9608.0, 9649.0, 9609.0, 9642.0, 9588.0, 9629.0, 9621.0, 9587.0, 9615.0, 9587.0, 9624.0, 9592.0, 9637.0, 9584.0, 9639.0, 9577.0, 9640.0, 9582.0, 9604.0, 9586.0, 9593.0, 9595.0, 9583.0, 9619.0, 9592.0, 9616.0, 9580.0, 9614.0, 9573.0, 9600.0, 9571.0, 9614.0, 9591.0, 9627.0, 9583.0, 9599.0, 9584.0, 9592.0, 9593.0, 9597.0, 9644.0, 9607.0, 9629.0, 9617.0, 9654.0, 9639.0, 9595.0, 9619.0, 9599.0, 9633.0, 9578.0, 9643.0, 9574.0, 9640.0, 9570.0, 9638.0, 9571.0, 9636.0, 9578.0, 9624.0, 9564.0, 9602.0, 9593.0, 9564.0, 9608.0, 9583.0, 9624.0, 9589.0, 9623.0, 9600.0, 9612.0, 9594.0, 9564.0, 9598.0, 9570.0, 9602.0, 9563.0, 9606.0, 9567.0, 9601.0, 9571.0, 9606.0, 9564.0, 9599.0, 9563.0, 9609.0, 9565.0, 9562.0, 9576.0, 9563.0, 9580.0, 9568.0, 9587.0, 9568.0, 9606.0, 9573.0, 9621.0, 9587.0, 9605.0, 9576.0, 9609.0, 9592.0, 9623.0, 9589.0, 9618.0, 9583.0, 9612.0, 9571.0, 9605.0, 9566.0, 9581.0, 9586.0, 9602.0, 9599.0, 9609.0, 9593.0, 9645.0, 9593.0, 9620.0, 9594.0, 9592.0, 9631.0, 9596.0, 9659.0, 9610.0, 9658.0, 9613.0, 9662.0, 9597.0, 9639.0, 9585.0, 9643.0, 9602.0, 9637.0, 9590.0, 9610.0, 9580.0, 9573.0, 9598.0, 9583.0, 9621.0, 9583.0, 9623.0, 9615.0, 9634.0, 9620.0, 9573.0, 9601.0, 9563.0, 9579.0, 9551.0, 9582.0, 9545.0, 9578.0, 9544.0, 9584.0, 9561.0, 9614.0, 9565.0, 9590.0, 9569.0, 9571.0, 9569.0, 9576.0, 9620.0, 9589.0, 9611.0, 9590.0, 9618.0, 9593.0, 9634.0, 9592.0, 9698.0, 9642.0, 9646.0, 9611.0, 9608.0, 9565.0, 9586.0, 9589.0, 9591.0, 9606.0, 9594.0, 9615.0, 9584.0, 9605.0, 9573.0, 9604.0, 9586.0, 9594.0, 9589.0, 9620.0, 9587.0, 9611.0, 9591.0, 9575.0, 9624.0, 9589.0, 9602.0, 9592.0, 9601.0, 9582.0, 9621.0, 9590.0, 9627.0, 9588.0, 9635.0, 9573.0, 9634.0, 9587.0, 9642.0, 9581.0, 9626.0, 9590.0, 9620.0, 9576.0, 9622.0, 9567.0, 9606.0, 9570.0, 9608.0, 9567.0, 9566.0, 9571.0, 9571.0, 9602.0, 9593.0, 9618.0, 9603.0, 9654.0, 9609.0, 9630.0, 9602.0, 9629.0, 9620.0, 9617.0, 9592.0, 9596.0, 9610.0, 9583.0, 9619.0, 9602.0, 9649.0, 9614.0, 9646.0, 9608.0, 9622.0, 9589.0, 9606.0, 9599.0, 9584.0, 9614.0, 9587.0, 9645.0, 9594.0, 9618.0, 9594.0, 9621.0, 9620.0, 9591.0, 9618.0, 9609.0, 9646.0, 9586.0, 9634.0, 9591.0, 9668.0, 9638.0, 9653.0, 9658.0, 9640.0, 9619.0, 9589.0, 9565.0, 9595.0, 9572.0, 9603.0, 9576.0, 9591.0, 9587.0, 9596.0, 9604.0, 9576.0, 9589.0, 9557.0, 9523.0, 9550.0, 9524.0, 9569.0, 9559.0, 9563.0, 9606.0, 9579.0, 9564.0, 9613.0, 9579.0, 9593.0, 9560.0, 9567.0, 9555.0, 9557.0, 9545.0, 9531.0, 9529.0, 9533.0, 9546.0, 9519.0, 9557.0, 9538.0, 9574.0, 9551.0, 9575.0, 9554.0, 9569.0, 9580.0, 9569.0, 9579.0, 9570.0, 9608.0, 9586.0, 9598.0, 9605.0, 9573.0, 9599.0, 9575.0, 9618.0, 9577.0, 9606.0, 9566.0, 9611.0, 9563.0, 9599.0, 9567.0, 9600.0, 9584.0, 9591.0, 9616.0, 9573.0, 9602.0, 9593.0, 9630.0, 9599.0, 9627.0, 9579.0, 9625.0, 9610.0, 9573.0, 9605.0, 9570.0, 9629.0, 9606.0, 9623.0, 9609.0, 9573.0, 9610.0, 9567.0, 9619.0, 9575.0, 9620.0, 9590.0, 9620.0, 9612.0, 9614.0, 9620.0, 9624.0, 9664.0, 9585.0, 9656.0, 9606.0, 9634.0, 9582.0, 9595.0, 9567.0, 9609.0, 9620.0, 9569.0, 9568.0, 9559.0, 9558.0, 9559.0, 9542.0, 9582.0, 9544.0, 9615.0, 9558.0, 9599.0, 9571.0, 9576.0, 9555.0, 9544.0, 9533.0, 9571.0, 9560.0, 9531.0, 9501.0, 9509.0, 9519.0, 9516.0, 9511.0, 9524.0, 9504.0, 9499.0, 9501.0, 9500.0, 9485.0, 9508.0, 9496.0, 9523.0, 9493.0, 9527.0, 9538.0, 9563.0, 9539.0, 9541.0, 9551.0, 9567.0, 9595.0, 9586.0, 9603.0, 9600.0, 9608.0, 9571.0, 9603.0, 9588.0, 9596.0, 9579.0, 9571.0, 9624.0, 9590.0, 9615.0, 9600.0, 9606.0, 9589.0, 9583.0, 9594.0, 9582.0, 9555.0, 9587.0, 9555.0, 9597.0, 9553.0, 9611.0, 9580.0, 9582.0, 9553.0, 9566.0, 9523.0, 9531.0, 9523.0, 9578.0, 9564.0, 9617.0, 9565.0, 9570.0, 9600.0, 9600.0, 9625.0, 9570.0, 9631.0, 9585.0, 9617.0, 9586.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.003461894374282434</td></tr>
<tr><td colspan=3>aqi</td><td>0.027762832721010336</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.88094492962069</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2777632617586214</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0270564806781606</td></tr>
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
<tr><td colspan=3>fber</td><td>8335.0469</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0917044120848545</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.233065442020666</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.357036030289278</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3027388541893363</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.557650757202672</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2107184794758252</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142313</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008996019139885902</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025508232414722443</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.9091128428565023</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>35.1509</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4965</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.2694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307210.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.1318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4154</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.4577</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.8331</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3794.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.6736</td></tr>
<tr><td colspan=3>tsnr</td><td>38.06669517012779</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>