ds005256-mriqc/sub-0100_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== 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-0100 --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-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +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-0100_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-03/func/sub-0100_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>12d89c67afcbf496297e8616e38a4aab</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:12:22.342500</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.998857, 0.0099587, 0.0467509, -0.000522931, 0.980274, -0.197642]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116302</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7755, -7222, 72, -151, -77, 69, 59]</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>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c00926c-891b-42bf-9ee0-0b8bb06f96d0||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.6798601150512695, -0.0014029855374246836, 0.1290517896413803, 109.62295532226562], [-0.026718467473983765, 2.6300039291381836, -0.5329564809799194, -74.9377212524414], [0.12542924284934998, 0.530258059501648, 2.6437289714813232, -102.9595718383789], [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': ['091222.342500', '091222.802500', '091223.262500', '091223.722500', '091224.182500', '091224.642500', '091225.102500', '091225.562500', '091226.022500', '091226.482500', '091226.942500', '091227.402500', '091227.862500', '091228.322500', '091228.782500', '091229.242500', '091229.702500', '091230.162500', '091230.622500', '091231.082500', '091231.542500', '091232.002500', '091232.462500', '091232.922500', '091233.382500', '091233.842500', '091234.302500', '091234.762500', '091235.222500', '091235.682500', '091236.142500', '091236.602500', '091237.062500', '091237.522500', '091237.982500', '091238.442500', '091238.902500', '091239.362500', '091239.822500', '091240.282500', '091240.742500', '091241.202500', '091241.662500', '091242.122500', '091242.582500', '091243.042500', '091243.502500', '091243.962500', '091244.422500', '091244.882500', '091245.342500', '091245.802500', '091246.262500', '091246.722500', '091247.182500', '091247.642500', '091248.102500', '091248.562500', '091249.022500', '091249.482500', '091249.942500', '091250.402500', '091250.862500', '091251.322500', '091251.782500', '091252.242500', '091252.702500', '091253.162500', '091253.622500', '091254.082500', '091254.542500', '091255.002500', '091255.462500', '091255.922500', '091256.382500', '091256.842500', '091257.302500', '091257.762500', '091258.222500', '091258.682500', '091259.142500', '091259.602500', '091300.062500', '091300.522500', '091300.982500', '091301.442500', '091301.902500', '091302.362500', '091302.822500', '091303.282500', '091303.742500', '091304.202500', '091304.662500', '091305.122500', '091305.582500', '091306.042500', '091306.502500', '091306.962500', '091307.422500', '091307.882500', '091308.342500', '091308.802500', '091309.262500', '091309.722500', '091310.182500', '091310.642500', '091311.102500', '091311.562500', '091312.022500', '091312.482500', '091312.942500', '091313.402500', '091313.862500', '091314.322500', '091314.782500', '091315.242500', '091315.702500', '091316.162500', '091316.622500', '091317.082500', '091317.542500', '091318.002500', '091318.462500', '091318.922500', '091319.382500', '091319.842500', '091320.302500', '091320.762500', '091321.222500', '091321.682500', '091322.142500', '091322.602500', '091323.062500', '091323.522500', '091323.982500', '091324.442500', '091324.902500', '091325.362500', '091325.822500', '091326.282500', '091326.742500', '091327.202500', '091327.662500', '091328.122500', '091328.582500', '091329.042500', '091329.502500', '091329.962500', '091330.422500', '091330.882500', '091331.342500', '091331.802500', '091332.262500', '091332.722500', '091333.182500', '091333.642500', '091334.102500', '091334.562500', '091335.022500', '091335.482500', '091335.942500', '091336.402500', '091336.862500', '091337.322500', '091337.782500', '091338.242500', '091338.702500', '091339.162500', '091339.622500', '091340.082500', '091340.542500', '091341.002500', '091341.462500', '091341.922500', '091342.382500', '091342.842500', '091343.302500', '091343.762500', '091344.222500', '091344.682500', '091345.142500', '091345.602500', '091346.062500', '091346.522500', '091346.982500', '091347.442500', '091347.902500', '091348.362500', '091348.822500', '091349.282500', '091349.742500', '091350.202500', '091350.662500', '091351.122500', '091351.582500', '091352.042500', '091352.502500', '091352.962500', '091353.422500', '091353.882500', '091354.342500', '091354.802500', '091355.262500', '091355.722500', '091356.182500', '091356.642500', '091357.102500', '091357.562500', '091358.022500', '091358.482500', '091358.942500', '091359.402500', '091359.862500', '091400.322500', '091400.782500', '091401.242500', '091401.702500', '091402.162500', '091402.622500', '091403.082500', '091403.542500', '091404.002500', '091404.462500', '091404.922500', '091405.382500', '091405.842500', '091406.302500', '091406.762500', '091407.222500', '091407.682500', '091408.142500', '091408.602500', '091409.062500', '091409.522500', '091409.982500', '091410.442500', '091410.902500', '091411.362500', '091411.822500', '091412.282500', '091412.742500', '091413.202500', '091413.662500', '091414.122500', '091414.582500', '091415.042500', '091415.502500', '091415.962500', '091416.422500', '091416.882500', '091417.342500', '091417.802500', '091418.262500', '091418.722500', '091419.182500', '091419.642500', '091420.102500', '091420.562500', '091421.022500', '091421.482500', '091421.942500', '091422.402500', '091422.862500', '091423.322500', '091423.782500', '091424.242500', '091424.702500', '091425.162500', '091425.622500', '091426.082500', '091426.542500', '091427.002500', '091427.462500', '091427.922500', '091428.382500', '091428.842500', '091429.302500', '091429.762500', '091430.222500', '091430.682500', '091431.142500', '091431.602500', '091432.062500', '091432.522500', '091432.982500', '091433.442500', '091433.902500', '091434.362500', '091434.822500', '091435.282500', '091435.742500', '091436.202500', '091436.662500', '091437.122500', '091437.582500', '091438.042500', '091438.502500', '091438.962500', '091439.422500', '091439.882500', '091440.342500', '091440.802500', '091441.262500', '091441.722500', '091442.182500', '091442.642500', '091443.102500', '091443.562500', '091444.022500', '091444.482500', '091444.942500', '091445.402500', '091445.862500', '091446.322500', '091446.782500', '091447.242500', '091447.702500', '091448.162500', '091448.622500', '091449.082500', '091449.542500', '091450.002500', '091450.462500', '091450.922500', '091451.382500', '091451.842500', '091452.302500', '091452.762500', '091453.222500', '091453.682500', '091454.142500', '091454.602500', '091455.062500', '091455.522500', '091455.982500', '091456.442500', '091456.902500', '091457.362500', '091457.822500', '091458.282500', '091458.742500', '091459.202500', '091459.662500', '091500.122500', '091500.582500', '091501.042500', '091501.502500', '091501.962500', '091502.422500', '091502.882500', '091503.342500', '091503.802500', '091504.262500', '091504.722500', '091505.182500', '091505.642500', '091506.102500', '091506.562500', '091507.022500', '091507.482500', '091507.942500', '091508.402500', '091508.862500', '091509.322500', '091509.782500', '091510.242500', '091510.702500', '091511.162500', '091511.622500', '091512.082500', '091512.542500', '091513.002500', '091513.462500', '091513.922500', '091514.382500', '091514.842500', '091515.302500', '091515.762500', '091516.222500', '091516.682500', '091517.142500', '091517.602500', '091518.062500', '091518.522500', '091518.982500', '091519.442500', '091519.902500', '091520.362500', '091520.822500', '091521.282500', '091521.742500', '091522.202500', '091522.662500', '091523.122500', '091523.582500', '091524.042500', '091524.502500', '091524.962500', '091525.422500', '091525.882500', '091526.342500', '091526.802500', '091527.262500', '091527.722500', '091528.182500', '091528.642500', '091529.102500', '091529.562500', '091530.022500', '091530.482500', '091530.942500', '091531.402500', '091531.862500', '091532.322500', '091532.782500', '091533.242500', '091533.702500', '091534.162500', '091534.622500', '091535.082500', '091535.542500', '091536.002500', '091536.462500', '091536.922500', '091537.382500', '091537.842500', '091538.302500', '091538.762500', '091539.222500', '091539.682500', '091540.142500', '091540.602500', '091541.062500', '091541.522500', '091541.982500', '091542.442500', '091542.902500', '091543.362500', '091543.822500', '091544.282500', '091544.742500', '091545.202500', '091545.662500', '091546.122500', '091546.582500', '091547.042500', '091547.502500', '091547.962500', '091548.422500', '091548.882500', '091549.342500', '091549.802500', '091550.262500', '091550.722500', '091551.182500', '091551.642500', '091552.102500', '091552.562500', '091553.022500', '091553.482500', '091553.942500', '091554.402500', '091554.862500', '091555.322500', '091555.782500', '091556.242500', '091556.702500', '091557.162500', '091557.622500', '091558.082500', '091558.542500', '091559.002500', '091559.462500', '091559.922500', '091600.382500', '091600.842500', '091601.302500', '091601.762500', '091602.222500', '091602.682500', '091603.142500', '091603.602500', '091604.062500', '091604.522500', '091604.982500', '091605.442500', '091605.902500', '091606.362500', '091606.822500', '091607.282500', '091607.742500', '091608.202500', '091608.662500', '091609.122500', '091609.582500', '091610.042500', '091610.502500', '091610.962500', '091611.422500', '091611.882500', '091612.342500', '091612.802500', '091613.262500', '091613.722500', '091614.182500', '091614.642500', '091615.102500', '091615.562500', '091616.022500', '091616.482500', '091616.942500', '091617.402500', '091617.862500', '091618.322500', '091618.782500', '091619.242500', '091619.702500', '091620.162500', '091620.622500', '091621.082500', '091621.542500', '091622.002500', '091622.462500', '091622.922500', '091623.382500', '091623.842500', '091624.302500', '091624.762500', '091625.222500', '091625.682500', '091626.142500', '091626.602500', '091627.062500', '091627.522500', '091627.982500', '091628.442500', '091628.902500', '091629.362500', '091629.822500', '091630.282500', '091630.742500', '091631.202500', '091631.662500', '091632.122500', '091632.582500', '091633.042500', '091633.502500', '091633.962500', '091634.422500', '091634.882500', '091635.342500', '091635.802500', '091636.262500', '091636.722500', '091637.182500', '091637.642500', '091638.102500', '091638.562500', '091639.022500', '091639.482500', '091639.942500', '091640.402500', '091640.862500', '091641.322500', '091641.782500', '091642.242500', '091642.702500', '091643.162500', '091643.622500', '091644.082500', '091644.542500', '091645.002500', '091645.462500', '091645.922500', '091646.382500', '091646.842500', '091647.302500', '091647.762500', '091648.222500', '091648.682500', '091649.142500', '091649.602500', '091650.062500', '091650.522500', '091650.982500', '091651.442500', '091651.902500', '091652.362500', '091652.822500', '091653.282500', '091653.742500', '091654.202500', '091654.662500', '091655.122500', '091655.582500', '091656.042500', '091656.502500', '091656.962500', '091657.422500', '091657.882500', '091658.342500', '091658.802500', '091659.262500', '091659.722500', '091700.182500', '091700.642500', '091701.102500', '091701.562500', '091702.022500', '091702.482500', '091702.942500', '091703.402500', '091703.862500', '091704.322500', '091704.782500', '091705.242500', '091705.702500', '091706.162500', '091706.622500', '091707.082500', '091707.542500', '091708.002500', '091708.462500', '091708.922500', '091709.382500', '091709.842500', '091710.302500', '091710.762500', '091711.222500', '091711.682500', '091712.142500', '091712.602500', '091713.062500', '091713.522500', '091713.982500', '091714.442500', '091714.902500', '091715.362500', '091715.822500', '091716.282500', '091716.742500', '091717.202500', '091717.662500', '091718.122500', '091718.582500', '091719.042500', '091719.502500', '091719.962500', '091720.422500', '091720.882500', '091721.342500', '091721.802500', '091722.262500', '091722.722500', '091723.182500', '091723.642500', '091724.102500', '091724.562500', '091725.022500', '091725.482500', '091725.942500', '091726.402500', '091726.862500', '091727.322500', '091727.782500', '091728.242500', '091728.702500', '091729.162500', '091729.622500', '091730.082500', '091730.542500', '091731.002500', '091731.462500', '091731.922500', '091732.382500', '091732.842500', '091733.302500', '091733.762500', '091734.222500', '091734.682500', '091735.142500', '091735.602500', '091736.062500', '091736.522500', '091736.982500', '091737.442500', '091737.902500', '091738.362500', '091738.822500', '091739.282500', '091739.742500', '091740.202500', '091740.662500', '091741.122500', '091741.582500', '091742.042500', '091742.502500', '091742.962500', '091743.422500', '091743.882500', '091744.342500', '091744.802500', '091745.262500', '091745.722500', '091746.182500', '091746.642500', '091747.102500', '091747.562500', '091748.022500', '091748.482500', '091748.942500', '091749.402500', '091749.862500', '091750.322500', '091750.782500', '091751.242500', '091751.702500', '091752.162500', '091752.622500', '091753.082500', '091753.542500', '091754.002500', '091754.462500', '091754.922500', '091755.382500', '091755.842500', '091756.302500', '091756.762500', '091757.222500', '091757.682500', '091758.142500', '091758.602500', '091759.062500', '091759.522500', '091759.982500', '091800.442500', '091800.902500', '091801.362500', '091801.822500', '091802.282500', '091802.742500', '091803.202500', '091803.662500', '091804.122500', '091804.582500', '091805.042500', '091805.502500', '091805.962500', '091806.422500', '091806.882500', '091807.342500', '091807.802500', '091808.262500', '091808.722500', '091809.182500', '091809.642500', '091810.102500', '091810.562500', '091811.022500', '091811.482500', '091811.942500', '091812.402500', '091812.862500', '091813.322500', '091813.782500', '091814.242500', '091814.702500', '091815.162500', '091815.622500', '091816.082500', '091816.542500', '091817.002500', '091817.462500', '091817.922500', '091818.382500', '091818.842500', '091819.302500', '091819.762500', '091820.222500', '091820.682500', '091821.142500', '091821.602500', '091822.062500', '091822.522500', '091822.982500', '091823.442500', '091823.902500', '091824.362500', '091824.822500', '091825.282500', '091825.742500', '091826.202500', '091826.662500', '091827.122500', '091827.582500', '091828.042500', '091828.502500', '091828.962500', '091829.422500', '091829.882500', '091830.342500', '091830.802500', '091831.262500', '091831.722500', '091832.182500', '091832.642500', '091833.102500', '091833.562500', '091834.022500', '091834.482500', '091834.942500', '091835.402500', '091835.862500', '091836.322500', '091836.782500', '091837.242500', '091837.702500', '091838.162500', '091838.622500', '091839.082500', '091839.542500', '091840.002500', '091840.462500', '091840.922500', '091841.382500', '091841.842500', '091842.302500', '091842.762500', '091843.222500', '091843.682500', '091844.142500', '091844.602500', '091845.062500', '091845.522500', '091845.982500', '091846.442500', '091846.902500', '091847.362500', '091847.822500', '091848.282500', '091848.742500', '091849.202500', '091849.662500', '091850.122500', '091850.582500', '091851.042500', '091851.502500', '091851.962500', '091852.422500', '091852.882500', '091853.342500', '091853.802500', '091854.262500', '091854.722500', '091855.182500', '091855.642500', '091856.102500', '091856.562500', '091857.022500', '091857.482500', '091857.942500', '091858.402500', '091858.862500', '091859.322500', '091859.782500', '091900.242500', '091900.702500', '091901.162500', '091901.622500', '091902.082500', '091902.542500', '091903.002500'], 'ContentTime': ['091237.703000', '091237.706000', '091237.709000', '091237.712000', '091237.714000', '091237.717000', '091237.719000', '091237.722000', '091237.725000', '091237.727000', '091237.730000', '091237.733000', '091237.735000', '091237.738000', '091237.740000', '091237.743000', '091237.746000', '091237.748000', '091237.751000', '091237.754000', '091237.756000', '091237.759000', '091237.762000', '091237.764000', '091237.767000', '091237.770000', '091237.772000', '091237.775000', '091237.785000', '091237.787000', '091237.790000', '091237.792000', '091257.679000', '091257.682000', '091257.684000', '091257.687000', '091257.690000', '091257.692000', '091257.695000', '091257.698000', '091257.700000', '091257.750000', '091257.753000', '091257.756000', '091257.759000', '091257.761000', '091257.764000', '091257.767000', '091257.769000', '091257.772000', '091257.774000', '091257.777000', '091257.779000', '091257.782000', '091257.785000', '091257.787000', '091257.790000', '091257.792000', '091257.795000', '091257.798000', '091257.800000', '091257.803000', '091257.806000', '091257.808000', '091257.811000', '091257.813000', '091257.816000', '091257.819000', '091257.821000', '091257.825000', '091257.827000', '091257.830000', '091257.833000', '091257.835000', '091257.838000', '091317.680000', '091317.682000', '091317.685000', '091317.688000', '091317.690000', '091317.693000', '091317.696000', '091317.698000', '091317.701000', '091317.703000', '091317.706000', '091317.709000', '091317.711000', '091317.714000', '091317.716000', '091317.719000', '091317.722000', '091317.724000', '091317.732000', '091317.734000', '091317.737000', '091317.740000', '091317.742000', '091317.745000', '091317.748000', '091317.750000', '091317.753000', '091317.756000', '091317.758000', '091317.761000', '091317.763000', '091317.766000', '091317.769000', '091317.771000', '091317.774000', '091317.777000', '091317.779000', '091317.782000', '091317.785000', '091317.787000', '091317.790000', '091317.793000', '091317.795000', '091317.798000', '091337.679000', '091337.682000', '091337.685000', '091337.688000', '091337.690000', '091337.693000', '091337.696000', '091337.698000', '091337.701000', '091337.704000', '091337.706000', '091337.709000', '091337.711000', '091337.714000', '091337.717000', '091337.719000', '091337.729000', '091337.732000', '091337.734000', '091337.737000', '091337.740000', '091337.742000', '091337.745000', '091337.747000', '091337.750000', '091337.753000', '091337.755000', '091337.758000', '091337.760000', '091337.763000', '091337.766000', '091337.769000', '091337.771000', '091337.774000', '091337.777000', '091337.779000', '091337.782000', '091337.785000', '091337.787000', '091337.790000', '091337.792000', '091337.795000', '091337.797000', '091357.680000', '091357.683000', '091357.685000', '091357.688000', '091357.691000', '091357.693000', '091357.696000', '091357.699000', '091357.701000', '091357.704000', '091357.707000', '091357.710000', '091357.712000', '091357.715000', '091357.718000', '091357.720000', '091357.723000', '091357.735000', '091357.737000', '091357.740000', '091357.743000', '091357.745000', '091357.748000', '091357.750000', '091357.753000', '091357.756000', '091357.758000', '091357.761000', '091357.764000', '091357.766000', '091357.769000', '091357.772000', '091357.774000', '091357.777000', '091357.780000', '091357.782000', '091357.785000', '091357.787000', '091357.790000', '091357.793000', '091357.795000', '091357.798000', '091357.801000', '091357.803000', '091417.679000', '091417.685000', '091417.688000', '091417.690000', '091417.693000', '091417.696000', '091417.699000', '091417.701000', '091417.704000', '091417.707000', '091417.709000', '091417.712000', '091417.714000', '091417.717000', '091417.720000', '091417.722000', '091417.725000', '091417.728000', '091417.730000', '091417.733000', '091417.736000', '091417.738000', '091417.741000', '091417.744000', '091417.746000', '091417.749000', '091417.752000', '091417.754000', '091417.757000', '091417.759000', '091417.762000', '091417.765000', '091417.767000', '091417.770000', '091417.773000', '091417.775000', '091417.778000', '091417.781000', '091417.783000', '091417.786000', '091417.788000', '091417.791000', '091417.794000', '091437.679000', '091437.682000', '091437.684000', '091437.687000', '091437.689000', '091437.713000', '091437.715000', '091437.718000', '091437.721000', '091437.723000', '091437.726000', '091437.728000', '091437.731000', '091437.734000', '091437.736000', '091437.739000', '091437.742000', '091437.744000', '091437.747000', '091437.750000', '091437.752000', '091437.755000', '091437.758000', '091437.760000', '091437.763000', '091437.765000', '091437.768000', '091437.771000', '091437.773000', '091437.776000', '091437.779000', '091437.781000', '091437.784000', '091437.787000', '091437.789000', '091437.792000', '091437.794000', '091437.797000', '091437.800000', '091437.802000', '091437.805000', '091437.808000', '091437.810000', '091437.813000', '091457.679000', '091457.682000', '091457.684000', '091457.687000', '091457.690000', '091457.692000', '091457.695000', '091457.698000', '091457.700000', '091457.703000', '091457.706000', '091457.708000', '091457.711000', '091457.714000', '091457.716000', '091457.719000', '091457.722000', '091457.724000', '091457.727000', '091457.730000', '091457.732000', '091457.735000', '091457.737000', '091457.740000', '091457.743000', '091457.745000', '091457.748000', '091457.751000', '091457.753000', '091457.756000', '091457.758000', '091457.761000', '091457.764000', '091457.767000', '091457.769000', '091457.772000', '091457.774000', '091457.777000', '091457.780000', '091457.782000', '091457.785000', '091457.788000', '091457.790000', '091517.679000', '091517.681000', '091517.684000', '091517.687000', '091517.690000', '091517.693000', '091517.696000', '091517.698000', '091517.701000', '091517.704000', '091517.706000', '091517.709000', '091517.712000', '091517.715000', '091517.717000', '091517.720000', '091517.723000', '091517.725000', '091517.728000', '091517.738000', '091517.741000', '091517.743000', '091517.746000', '091517.749000', '091517.751000', '091517.754000', '091517.757000', '091517.759000', '091517.762000', '091517.765000', '091517.767000', '091517.770000', '091517.773000', '091517.775000', '091517.778000', '091517.781000', '091517.783000', '091517.786000', '091517.789000', '091517.791000', '091517.794000', '091517.796000', '091517.799000', '091517.802000', '091537.679000', '091537.682000', '091537.685000', '091537.688000', '091537.690000', '091537.693000', '091537.696000', '091537.699000', '091537.701000', '091537.704000', '091537.706000', '091537.709000', '091537.712000', '091537.714000', '091537.717000', '091537.720000', '091537.722000', '091537.725000', '091537.728000', '091537.731000', '091537.733000', '091537.736000', '091537.738000', '091537.741000', '091537.744000', '091537.746000', '091537.749000', '091537.751000', '091537.754000', '091537.757000', '091537.760000', '091537.762000', '091537.765000', '091537.767000', '091537.770000', '091537.773000', '091537.775000', '091537.778000', '091537.781000', '091537.783000', '091537.786000', '091537.788000', '091537.791000', '091557.680000', '091557.683000', '091557.685000', '091557.688000', '091557.691000', '091557.693000', '091557.696000', '091557.699000', '091557.701000', '091557.704000', '091557.707000', '091557.709000', '091557.712000', '091557.715000', '091557.717000', '091557.720000', '091557.723000', '091557.725000', '091557.728000', '091557.735000', '091557.738000', '091557.741000', '091557.743000', '091557.746000', '091557.749000', '091557.751000', '091557.754000', '091557.757000', '091557.759000', '091557.762000', '091557.779000', '091557.782000', '091557.785000', '091557.787000', '091557.790000', '091557.793000', '091557.795000', '091557.798000', '091557.800000', '091557.809000', '091557.812000', '091557.814000', '091557.817000', '091557.820000', '091617.680000', '091617.683000', '091617.685000', '091617.688000', '091617.691000', '091617.693000', '091617.696000', '091617.699000', '091617.701000', '091617.704000', '091617.707000', '091617.709000', '091617.712000', '091617.714000', '091617.717000', '091617.720000', '091617.722000', '091617.725000', '091617.728000', '091617.730000', '091617.733000', '091617.736000', '091617.738000', '091617.741000', '091617.743000', '091617.746000', '091617.749000', '091617.751000', '091617.754000', '091617.757000', '091617.759000', '091617.762000', '091617.764000', '091617.767000', '091617.770000', '091617.772000', '091617.775000', '091617.778000', '091617.780000', '091617.783000', '091617.786000', '091617.788000', '091617.791000', '091637.680000', '091637.682000', '091637.685000', '091637.688000', '091637.690000', '091637.693000', '091637.696000', '091637.698000', '091637.701000', '091637.703000', '091637.706000', '091637.709000', '091637.711000', '091637.714000', '091637.717000', '091637.720000', '091637.722000', '091637.725000', '091637.727000', '091637.731000', '091637.734000', '091637.737000', '091637.746000', '091637.748000', '091637.751000', '091637.754000', '091637.756000', '091637.759000', '091637.762000', '091637.764000', '091637.767000', '091637.770000', '091637.772000', '091637.775000', '091637.778000', '091637.780000', '091637.783000', '091637.785000', '091637.788000', '091637.791000', '091637.793000', '091637.796000', '091637.799000', '091637.801000', '091657.678000', '091657.681000', '091657.684000', '091657.687000', '091657.690000', '091657.692000', '091657.695000', '091657.697000', '091657.700000', '091657.703000', '091657.705000', '091657.708000', '091657.711000', '091657.714000', '091657.716000', '091657.719000', '091657.722000', '091657.724000', '091657.727000', '091657.730000', '091657.732000', '091657.735000', '091657.738000', '091657.740000', '091657.743000', '091657.746000', '091657.748000', '091657.751000', '091657.754000', '091657.757000', '091657.760000', '091657.762000', '091657.765000', '091657.768000', '091657.770000', '091657.773000', '091657.776000', '091657.778000', '091657.781000', '091657.783000', '091657.786000', '091657.789000', '091657.792000', '091717.679000', '091717.681000', '091717.684000', '091717.687000', '091717.690000', '091717.699000', '091717.702000', '091717.704000', '091717.707000', '091717.710000', '091717.712000', '091717.715000', '091717.718000', '091717.720000', '091717.723000', '091717.726000', '091717.728000', '091717.731000', '091717.734000', '091717.736000', '091717.739000', '091717.742000', '091717.744000', '091717.747000', '091717.750000', '091717.752000', '091717.755000', '091717.758000', '091717.760000', '091717.763000', '091717.766000', '091717.768000', '091717.771000', '091717.774000', '091717.776000', '091717.779000', '091717.782000', '091717.784000', '091717.787000', '091717.789000', '091717.792000', '091717.795000', '091717.798000', '091737.679000', '091737.681000', '091737.684000', '091737.687000', '091737.690000', '091737.692000', '091737.695000', '091737.697000', '091737.700000', '091737.703000', '091737.705000', '091737.708000', '091737.737000', '091737.739000', '091737.742000', '091737.745000', '091737.747000', '091737.750000', '091737.752000', '091737.755000', '091737.758000', '091737.760000', '091737.763000', '091737.765000', '091737.768000', '091737.771000', '091737.774000', '091737.776000', '091737.779000', '091737.781000', '091737.784000', '091737.787000', '091737.789000', '091737.792000', '091737.794000', '091737.797000', '091737.800000', '091737.802000', '091737.805000', '091737.808000', '091737.810000', '091737.813000', '091737.816000', '091737.818000', '091757.680000', '091757.683000', '091757.686000', '091757.688000', '091757.691000', '091757.693000', '091757.696000', '091757.699000', '091757.701000', '091757.704000', '091757.707000', '091757.709000', '091757.712000', '091757.715000', '091757.717000', '091757.720000', '091757.722000', '091757.725000', '091757.728000', '091757.730000', '091757.733000', '091757.735000', '091757.738000', '091757.741000', '091757.743000', '091757.746000', '091757.749000', '091757.751000', '091757.754000', '091757.757000', '091757.759000', '091757.762000', '091757.765000', '091757.767000', '091757.771000', '091757.774000', '091757.776000', '091757.779000', '091757.782000', '091757.784000', '091757.787000', '091757.790000', '091757.792000', '091817.679000', '091817.682000', '091817.685000', '091817.688000', '091817.691000', '091817.693000', '091817.696000', '091817.699000', '091817.701000', '091817.704000', '091817.707000', '091817.709000', '091817.712000', '091817.715000', '091817.717000', '091817.720000', '091817.723000', '091817.725000', '091817.728000', '091817.731000', '091817.733000', '091817.736000', '091817.738000', '091817.741000', '091817.744000', '091817.747000', '091817.749000', '091817.752000', '091817.755000', '091817.757000', '091817.760000', '091817.762000', '091817.765000', '091817.768000', '091817.770000', '091817.773000', '091817.776000', '091817.778000', '091817.781000', '091817.784000', '091817.787000', '091817.789000', '091817.792000', '091817.795000', '091837.680000', '091837.683000', '091837.685000', '091837.688000', '091837.691000', '091837.693000', '091837.696000', '091837.699000', '091837.701000', '091837.704000', '091837.707000', '091837.711000', '091837.713000', '091837.716000', '091837.719000', '091837.721000', '091837.724000', '091837.727000', '091837.729000', '091837.732000', '091837.734000', '091837.737000', '091837.740000', '091837.742000', '091837.745000', '091837.748000', '091837.750000', '091837.753000', '091837.756000', '091837.759000', '091837.762000', '091837.765000', '091837.768000', '091837.771000', '091837.773000', '091837.776000', '091837.779000', '091837.782000', '091837.784000', '091837.787000', '091837.790000', '091837.792000', '091837.795000', '091857.680000', '091857.683000', '091857.685000', '091857.688000', '091857.691000', '091857.693000', '091857.696000', '091857.699000', '091857.701000', '091857.704000', '091857.707000', '091857.709000', '091857.712000', '091857.715000', '091857.717000', '091857.720000', '091857.723000', '091857.725000', '091857.728000', '091857.731000', '091857.733000', '091857.736000', '091857.739000', '091857.753000', '091857.756000', '091857.758000', '091857.761000', '091857.764000', '091857.767000', '091857.769000', '091857.772000', '091857.774000', '091857.786000', '091857.788000', '091857.791000', '091857.794000', '091857.796000', '091857.799000', '091857.802000', '091857.804000', '091857.807000', '091857.810000', '091857.812000', '091857.815000', '091903.971000', '091903.974000', '091903.977000', '091903.980000', '091903.982000', '091903.985000', '091903.988000', '091903.991000', '091903.993000', '091903.996000', '091904.000000', '091904.003000', '091904.006000', '091904.008000'], 'InstanceCreationTime': ['091237.703000', '091237.706000', '091237.709000', '091237.712000', '091237.714000', '091237.717000', '091237.719000', '091237.722000', '091237.725000', '091237.727000', '091237.730000', '091237.733000', '091237.735000', '091237.738000', '091237.740000', '091237.743000', '091237.746000', '091237.748000', '091237.751000', '091237.754000', '091237.756000', '091237.759000', '091237.762000', '091237.764000', '091237.767000', '091237.770000', '091237.772000', '091237.775000', '091237.785000', '091237.787000', '091237.790000', '091237.792000', '091257.679000', '091257.682000', '091257.684000', '091257.687000', '091257.690000', '091257.692000', '091257.695000', '091257.698000', '091257.700000', '091257.750000', '091257.753000', '091257.756000', '091257.759000', '091257.761000', '091257.764000', '091257.767000', '091257.769000', '091257.772000', '091257.774000', '091257.777000', '091257.779000', '091257.782000', '091257.785000', '091257.787000', '091257.790000', '091257.792000', '091257.795000', '091257.798000', '091257.800000', '091257.803000', '091257.806000', '091257.808000', '091257.811000', '091257.813000', '091257.816000', '091257.819000', '091257.821000', '091257.825000', '091257.827000', '091257.830000', '091257.833000', '091257.835000', '091257.838000', '091317.680000', '091317.682000', '091317.685000', '091317.688000', '091317.690000', '091317.693000', '091317.696000', '091317.698000', '091317.701000', '091317.703000', '091317.706000', '091317.709000', '091317.711000', '091317.714000', '091317.716000', '091317.719000', '091317.722000', '091317.724000', '091317.732000', '091317.734000', '091317.737000', '091317.740000', '091317.742000', '091317.745000', '091317.748000', '091317.750000', '091317.753000', '091317.756000', '091317.758000', '091317.761000', '091317.763000', '091317.766000', '091317.769000', '091317.771000', '091317.774000', '091317.777000', '091317.779000', '091317.782000', '091317.785000', '091317.787000', '091317.790000', '091317.793000', '091317.795000', '091317.798000', '091337.679000', '091337.682000', '091337.685000', '091337.688000', '091337.690000', '091337.693000', '091337.696000', '091337.698000', '091337.701000', '091337.704000', '091337.706000', '091337.709000', '091337.711000', '091337.714000', '091337.717000', '091337.719000', '091337.729000', '091337.732000', '091337.734000', '091337.737000', '091337.740000', '091337.742000', '091337.745000', '091337.747000', '091337.750000', '091337.753000', '091337.755000', '091337.758000', '091337.760000', '091337.763000', '091337.766000', '091337.769000', '091337.771000', '091337.774000', '091337.777000', '091337.779000', '091337.782000', '091337.785000', '091337.787000', '091337.790000', '091337.792000', '091337.795000', '091337.797000', '091357.680000', '091357.683000', '091357.685000', '091357.688000', '091357.691000', '091357.693000', '091357.696000', '091357.699000', '091357.701000', '091357.704000', '091357.707000', '091357.710000', '091357.712000', '091357.715000', '091357.718000', '091357.720000', '091357.723000', '091357.735000', '091357.737000', '091357.740000', '091357.743000', '091357.745000', '091357.748000', '091357.750000', '091357.753000', '091357.756000', '091357.758000', '091357.761000', '091357.764000', '091357.766000', '091357.769000', '091357.772000', '091357.774000', '091357.777000', '091357.780000', '091357.782000', '091357.785000', '091357.787000', '091357.790000', '091357.793000', '091357.795000', '091357.798000', '091357.801000', '091357.803000', '091417.679000', '091417.685000', '091417.688000', '091417.690000', '091417.693000', '091417.696000', '091417.699000', '091417.701000', '091417.704000', '091417.707000', '091417.709000', '091417.712000', '091417.714000', '091417.717000', '091417.720000', '091417.722000', '091417.725000', '091417.728000', '091417.730000', '091417.733000', '091417.736000', '091417.738000', '091417.741000', '091417.744000', '091417.746000', '091417.749000', '091417.752000', '091417.754000', '091417.757000', '091417.759000', '091417.762000', '091417.765000', '091417.767000', '091417.770000', '091417.773000', '091417.775000', '091417.778000', '091417.781000', '091417.783000', '091417.786000', '091417.788000', '091417.791000', '091417.794000', '091437.679000', '091437.682000', '091437.684000', '091437.687000', '091437.689000', '091437.713000', '091437.715000', '091437.718000', '091437.721000', '091437.723000', '091437.726000', '091437.728000', '091437.731000', '091437.734000', '091437.736000', '091437.739000', '091437.742000', '091437.744000', '091437.747000', '091437.750000', '091437.752000', '091437.755000', '091437.758000', '091437.760000', '091437.763000', '091437.765000', '091437.768000', '091437.771000', '091437.773000', '091437.776000', '091437.779000', '091437.781000', '091437.784000', '091437.787000', '091437.789000', '091437.792000', '091437.794000', '091437.797000', '091437.800000', '091437.802000', '091437.805000', '091437.808000', '091437.810000', '091437.813000', '091457.679000', '091457.682000', '091457.684000', '091457.687000', '091457.690000', '091457.692000', '091457.695000', '091457.698000', '091457.700000', '091457.703000', '091457.706000', '091457.708000', '091457.711000', '091457.714000', '091457.716000', '091457.719000', '091457.722000', '091457.724000', '091457.727000', '091457.730000', '091457.732000', '091457.735000', '091457.737000', '091457.740000', '091457.743000', '091457.745000', '091457.748000', '091457.751000', '091457.753000', '091457.756000', '091457.758000', '091457.761000', '091457.764000', '091457.767000', '091457.769000', '091457.772000', '091457.774000', '091457.777000', '091457.780000', '091457.782000', '091457.785000', '091457.788000', '091457.790000', '091517.679000', '091517.681000', '091517.684000', '091517.687000', '091517.690000', '091517.693000', '091517.696000', '091517.698000', '091517.701000', '091517.704000', '091517.706000', '091517.709000', '091517.712000', '091517.715000', '091517.717000', '091517.720000', '091517.723000', '091517.725000', '091517.728000', '091517.738000', '091517.741000', '091517.743000', '091517.746000', '091517.749000', '091517.751000', '091517.754000', '091517.757000', '091517.759000', '091517.762000', '091517.765000', '091517.767000', '091517.770000', '091517.773000', '091517.775000', '091517.778000', '091517.781000', '091517.783000', '091517.786000', '091517.789000', '091517.791000', '091517.794000', '091517.796000', '091517.799000', '091517.802000', '091537.679000', '091537.682000', '091537.685000', '091537.688000', '091537.690000', '091537.693000', '091537.696000', '091537.699000', '091537.701000', '091537.704000', '091537.706000', '091537.709000', '091537.712000', '091537.714000', '091537.717000', '091537.720000', '091537.722000', '091537.725000', '091537.728000', '091537.731000', '091537.733000', '091537.736000', '091537.738000', '091537.741000', '091537.744000', '091537.746000', '091537.749000', '091537.751000', '091537.754000', '091537.757000', '091537.760000', '091537.762000', '091537.765000', '091537.767000', '091537.770000', '091537.773000', '091537.775000', '091537.778000', '091537.781000', '091537.783000', '091537.786000', '091537.788000', '091537.791000', '091557.680000', '091557.683000', '091557.685000', '091557.688000', '091557.691000', '091557.693000', '091557.696000', '091557.699000', '091557.701000', '091557.704000', '091557.707000', '091557.709000', '091557.712000', '091557.715000', '091557.717000', '091557.720000', '091557.723000', '091557.725000', '091557.728000', '091557.735000', '091557.738000', '091557.741000', '091557.743000', '091557.746000', '091557.749000', '091557.751000', '091557.754000', '091557.757000', '091557.759000', '091557.762000', '091557.779000', '091557.782000', '091557.785000', '091557.787000', '091557.790000', '091557.793000', '091557.795000', '091557.798000', '091557.800000', '091557.809000', '091557.812000', '091557.814000', '091557.817000', '091557.820000', '091617.680000', '091617.683000', '091617.685000', '091617.688000', '091617.691000', '091617.693000', '091617.696000', '091617.699000', '091617.701000', '091617.704000', '091617.707000', '091617.709000', '091617.712000', '091617.714000', '091617.717000', '091617.720000', '091617.722000', '091617.725000', '091617.728000', '091617.730000', '091617.733000', '091617.736000', '091617.738000', '091617.741000', '091617.743000', '091617.746000', '091617.749000', '091617.751000', '091617.754000', '091617.757000', '091617.759000', '091617.762000', '091617.764000', '091617.767000', '091617.770000', '091617.772000', '091617.775000', '091617.778000', '091617.780000', '091617.783000', '091617.786000', '091617.788000', '091617.791000', '091637.680000', '091637.682000', '091637.685000', '091637.688000', '091637.690000', '091637.693000', '091637.696000', '091637.698000', '091637.701000', '091637.703000', '091637.706000', '091637.709000', '091637.711000', '091637.714000', '091637.717000', '091637.720000', '091637.722000', '091637.725000', '091637.727000', '091637.731000', '091637.734000', '091637.737000', '091637.746000', '091637.748000', '091637.751000', '091637.754000', '091637.756000', '091637.759000', '091637.762000', '091637.764000', '091637.767000', '091637.770000', '091637.772000', '091637.775000', '091637.778000', '091637.780000', '091637.783000', '091637.785000', '091637.788000', '091637.791000', '091637.793000', '091637.796000', '091637.799000', '091637.801000', '091657.678000', '091657.681000', '091657.684000', '091657.687000', '091657.690000', '091657.692000', '091657.695000', '091657.697000', '091657.700000', '091657.703000', '091657.705000', '091657.708000', '091657.711000', '091657.714000', '091657.716000', '091657.719000', '091657.722000', '091657.724000', '091657.727000', '091657.730000', '091657.732000', '091657.735000', '091657.738000', '091657.740000', '091657.743000', '091657.746000', '091657.748000', '091657.751000', '091657.754000', '091657.757000', '091657.760000', '091657.762000', '091657.765000', '091657.768000', '091657.770000', '091657.773000', '091657.776000', '091657.778000', '091657.781000', '091657.783000', '091657.786000', '091657.789000', '091657.792000', '091717.679000', '091717.681000', '091717.684000', '091717.687000', '091717.690000', '091717.699000', '091717.702000', '091717.704000', '091717.707000', '091717.710000', '091717.712000', '091717.715000', '091717.718000', '091717.720000', '091717.723000', '091717.726000', '091717.728000', '091717.731000', '091717.734000', '091717.736000', '091717.739000', '091717.742000', '091717.744000', '091717.747000', '091717.750000', '091717.752000', '091717.755000', '091717.758000', '091717.760000', '091717.763000', '091717.766000', '091717.768000', '091717.771000', '091717.774000', '091717.776000', '091717.779000', '091717.782000', '091717.784000', '091717.787000', '091717.789000', '091717.792000', '091717.795000', '091717.798000', '091737.679000', '091737.681000', '091737.684000', '091737.687000', '091737.690000', '091737.692000', '091737.695000', '091737.697000', '091737.700000', '091737.703000', '091737.705000', '091737.708000', '091737.737000', '091737.739000', '091737.742000', '091737.745000', '091737.747000', '091737.750000', '091737.752000', '091737.755000', '091737.758000', '091737.760000', '091737.763000', '091737.765000', '091737.768000', '091737.771000', '091737.774000', '091737.776000', '091737.779000', '091737.781000', '091737.784000', '091737.787000', '091737.789000', '091737.792000', '091737.794000', '091737.797000', '091737.800000', '091737.802000', '091737.805000', '091737.808000', '091737.810000', '091737.813000', '091737.816000', '091737.818000', '091757.680000', '091757.683000', '091757.686000', '091757.688000', '091757.691000', '091757.693000', '091757.696000', '091757.699000', '091757.701000', '091757.704000', '091757.707000', '091757.709000', '091757.712000', '091757.715000', '091757.717000', '091757.720000', '091757.722000', '091757.725000', '091757.728000', '091757.730000', '091757.733000', '091757.735000', '091757.738000', '091757.741000', '091757.743000', '091757.746000', '091757.749000', '091757.751000', '091757.754000', '091757.757000', '091757.759000', '091757.762000', '091757.765000', '091757.767000', '091757.771000', '091757.774000', '091757.776000', '091757.779000', '091757.782000', '091757.784000', '091757.787000', '091757.790000', '091757.792000', '091817.679000', '091817.682000', '091817.685000', '091817.688000', '091817.691000', '091817.693000', '091817.696000', '091817.699000', '091817.701000', '091817.704000', '091817.707000', '091817.709000', '091817.712000', '091817.715000', '091817.717000', '091817.720000', '091817.723000', '091817.725000', '091817.728000', '091817.731000', '091817.733000', '091817.736000', '091817.738000', '091817.741000', '091817.744000', '091817.747000', '091817.749000', '091817.752000', '091817.755000', '091817.757000', '091817.760000', '091817.762000', '091817.765000', '091817.768000', '091817.770000', '091817.773000', '091817.776000', '091817.778000', '091817.781000', '091817.784000', '091817.787000', '091817.789000', '091817.792000', '091817.795000', '091837.680000', '091837.683000', '091837.685000', '091837.688000', '091837.691000', '091837.693000', '091837.696000', '091837.699000', '091837.701000', '091837.704000', '091837.707000', '091837.711000', '091837.713000', '091837.716000', '091837.719000', '091837.721000', '091837.724000', '091837.727000', '091837.729000', '091837.732000', '091837.734000', '091837.737000', '091837.740000', '091837.742000', '091837.745000', '091837.748000', '091837.750000', '091837.753000', '091837.756000', '091837.759000', '091837.762000', '091837.765000', '091837.768000', '091837.771000', '091837.773000', '091837.776000', '091837.779000', '091837.782000', '091837.784000', '091837.787000', '091837.790000', '091837.792000', '091837.795000', '091857.680000', '091857.683000', '091857.685000', '091857.688000', '091857.691000', '091857.693000', '091857.696000', '091857.699000', '091857.701000', '091857.704000', '091857.707000', '091857.709000', '091857.712000', '091857.715000', '091857.717000', '091857.720000', '091857.723000', '091857.725000', '091857.728000', '091857.731000', '091857.733000', '091857.736000', '091857.739000', '091857.753000', '091857.756000', '091857.758000', '091857.761000', '091857.764000', '091857.767000', '091857.769000', '091857.772000', '091857.774000', '091857.786000', '091857.788000', '091857.791000', '091857.794000', '091857.796000', '091857.799000', '091857.802000', '091857.804000', '091857.807000', '091857.810000', '091857.812000', '091857.815000', '091903.971000', '091903.974000', '091903.977000', '091903.980000', '091903.982000', '091903.985000', '091903.988000', '091903.991000', '091903.993000', '091903.996000', '091904.000000', '091904.003000', '091904.006000', '091904.008000'], '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': [8366, 9153, 8467, 11789, 8445, 9923, 8293, 8826, 8451, 8530, 9530, 7633, 8189, 8008, 9536, 8423, 15315, 8182, 8314, 8157, 9173, 8641, 7869, 11872, 7879, 8567, 8214, 8768, 8864, 8324, 10209, 7756, 9822, 8281, 8667, 9342, 7993, 9218, 7613, 9863, 8393, 14364, 13157, 11372, 8415, 8180, 10931, 10079, 16076, 8472, 9028, 8612, 8253, 9879, 7841, 8929, 8446, 9578, 8793, 8426, 7608, 7929, 9649, 8349, 10710, 8103, 8379, 8284, 9037, 10483, 7976, 10070, 8684, 9235, 8599, 8101, 7865, 7504, 9091, 8281, 11391, 8202, 9094, 8647, 8593, 9782, 7531, 9145, 7921, 10722, 8582, 13871, 8620, 9592, 8684, 8257, 11064, 8123, 10302, 8182, 10928, 8705, 15372, 10070, 7773, 8082, 8090, 10614, 8207, 10904, 8359, 8881, 8720, 8275, 11065, 8091, 10252, 8464, 9308, 9242, 7563, 8652, 8200, 10688, 8347, 14665, 8045, 9251, 8561, 8366, 11393, 7985, 9936, 8772, 11210, 8678, 11236, 8282, 7687, 8190, 8234, 12025, 9345, 10199, 8341, 9027, 8532, 8563, 10735, 7491, 8838, 8387, 10105, 8483, 9017, 8126, 8180, 8358, 8129, 12468, 8405, 9998, 8260, 9517, 8786, 7717, 8866, 7888, 10855, 10685, 14018, 8243, 7843, 8806, 7878, 13604, 8243, 10283, 8138, 8786, 8721, 7600, 8293, 7948, 9369, 8510, 10264, 8463, 7853, 7904, 7735, 10159, 8154, 11566, 8676, 9721, 8045, 11077, 10925, 7471, 7741, 8122, 10438, 8261, 14901, 8311, 8251, 7961, 7865, 10139, 11773, 15288, 8153, 8882, 8678, 9210, 8758, 8045, 8630, 7539, 8044, 7862, 10168, 7967, 11154, 8237, 8496, 8506, 8924, 9523, 7537, 9311, 7897, 10463, 8377, 11835, 8214, 7840, 9902, 8018, 15589, 9774, 10613, 8220, 9998, 8755, 16994, 12121, 8223, 8110, 8383, 10937, 8742, 14547, 7998, 8906, 8732, 7808, 9818, 7744, 8899, 8331, 11085, 8651, 11289, 8510, 7895, 8944, 8262, 11548, 8652, 10946, 8857, 9723, 8491, 8053, 8174, 7671, 10438, 8404, 11069, 8066, 8973, 8853, 10843, 12939, 7743, 8794, 8470, 11089, 8864, 15551, 9995, 7849, 8206, 7535, 10655, 8288, 13447, 7976, 8457, 8767, 7812, 10809, 8020, 10599, 8232, 10153, 8654, 9959, 8324, 7735, 8455, 8350, 11814, 8295, 7766, 7915, 8177, 9966, 8349, 15604, 8928, 9574, 8147, 8585, 10547, 9765, 12816, 7962, 8961, 8452, 9350, 7918, 7425, 9240, 8244, 11386, 8473, 7570, 8157, 7568, 10344, 12216, 16029, 8187, 9986, 8621, 8358, 11253, 8047, 9511, 8410, 10369, 8697, 7853, 7843, 7365, 9214, 8643, 11298, 8513, 7549, 8020, 7413, 9561, 8391, 11561, 8123, 9373, 8226, 8812, 8913, 7588, 8800, 8423, 10714, 8479, 14002, 8160, 8694, 8337, 12271, 13101, 7795, 8388, 8067, 10323, 8746, 11219, 8379, 8035, 8161, 8050, 10120, 8537, 9642, 8152, 8123, 8413, 8527, 11312, 8533, 9154, 7749, 8379, 10480, 8589, 11435, 8005, 7693, 9996, 8453, 15242, 8468, 10316, 8336, 10290, 13314, 7780, 8975, 8993, 11719, 8802, 17350, 14340, 9368, 8603, 8123, 10420, 7949, 12219, 8245, 9005, 8425, 8518, 9100, 7490, 8419, 7711, 9196, 9063, 10905, 8580, 8389, 8168, 7902, 8418, 8019, 12949, 7946, 8823, 8455, 9929, 7981, 7980, 8283, 7655, 9347, 8353, 13982, 8109, 9205, 8367, 8658, 10019, 9559, 14109, 8026, 9440, 8134, 9485, 8292, 8937, 8224, 7940, 8006, 8103, 10208, 7789, 9465, 8019, 8858, 9144, 10103, 11075, 7823, 9819, 8339, 15375, 11650, 11270, 8272, 8090, 9649, 7764, 13081, 8206, 9760, 8487, 10679, 8905, 9512, 7957, 7980, 10350, 8681, 13643, 8264, 9387, 8587, 8541, 10247, 7402, 8692, 8161, 10422, 8794, 11424, 8404, 7989, 8854, 8278, 9814, 8353, 11505, 8201, 9129, 8624, 9030, 10075, 7905, 9217, 7849, 10048, 8544, 15344, 10922, 10281, 8345, 7727, 8682, 7883, 13173, 7964, 9438, 8372, 10966, 8196, 8322, 8024, 8242, 9356, 8138, 14942, 7605, 9030, 8527, 10867, 8535, 10715, 8248, 8504, 8146, 8171, 9974, 8587, 14922, 8512, 8697, 8193, 8692, 9699, 8066, 12543, 8120, 9323, 8354, 8669, 8962, 7461, 9146, 8130, 10941, 8268, 15393, 8439, 8830, 8625, 8195, 13227, 14805, 14377, 8343, 9261, 8105, 11678, 14227, 8258, 7977, 8331, 10707, 8570, 17046, 8274, 8084, 8141, 7889, 9814, 8387, 8443, 8228, 7919, 7754, 8564, 10461, 8245, 9743, 8548, 8320, 8851, 8619, 9743, 7792, 9092, 8488, 12975, 14164, 7864, 8617, 8341, 9183, 8384, 8844, 8375, 7850, 10112, 8586, 16034, 9776, 7601, 7741, 7946, 11405, 8714, 9445, 8461, 8980, 8261, 13961, 14131, 7254, 8187, 8172, 8916, 8260, 8349, 7729, 7621, 7951, 7814, 9890, 7904, 9714, 7889, 7382, 7665, 7827, 10389, 7914, 9933, 8058, 8061, 8092, 14515, 10699, 7472, 7805, 7562, 9838, 9810, 10711, 8017, 9054, 8404, 8890, 8086, 12831, 7723, 7560, 7381, 7983, 10158, 8120, 10186, 7804, 7422, 8123, 8358, 9625, 8570, 14486, 8139, 8961, 7716, 8124, 12853, 7873, 10171, 8132, 8183, 9635, 7763, 9728, 7870, 9724, 8137, 14686, 10462, 7434, 7797, 8316, 12785, 8636, 8080, 7713, 7906, 9882, 8128, 11690, 8581, 8960, 8025, 8236, 10042, 7559, 9259, 7983, 9434, 8135, 7622, 8789, 8237, 9340, 8326, 10168, 7988, 7543, 8040, 7765, 10120, 8275, 12463, 8390, 8970, 8179, 8711, 9206, 7673, 8780, 8191, 10960, 8573, 14532, 8401, 9286, 8169, 11809, 10997, 8205, 7996, 7584, 7889, 8226, 11372, 7738, 9329, 7835, 8970, 7848, 9241, 8266, 7600, 7817, 7880, 8223, 8185, 10142, 8393, 8234, 7528, 7988, 8478, 8248, 12068, 8050, 9561, 8228, 8501, 8792, 13706, 9310, 7406, 9279, 7784, 13666, 11251, 11360, 8279, 8034, 7898, 9032, 8413, 7696, 7772, 7618, 10116, 8434, 15655, 8800, 9460, 7827, 8073, 10011, 7521, 8925, 8376, 8669, 8161, 8724, 10238, 7587, 8585, 8178, 8651, 8187, 8029, 8548, 7548, 8897, 7849, 10348, 8205, 7296, 7656, 7988, 10225, 9083, 14775, 8649, 9181, 8136, 10360, 12149, 7646, 8894, 7880, 10597, 8292, 14049, 8541, 8341, 7816, 8299, 11030, 7625, 9524, 8648, 8171, 8183, 10299, 8771], 'WindowCenter': [4417.0, 4405.0, 4393.0, 4425.0, 4377.0, 4377.0, 4344.0, 4354.0, 4356.0, 4353.0, 4376.0, 4331.0, 4329.0, 4342.0, 4373.0, 4340.0, 4423.0, 4354.0, 4329.0, 4330.0, 4363.0, 4363.0, 4342.0, 4396.0, 4356.0, 4352.0, 4341.0, 4364.0, 4363.0, 4356.0, 4376.0, 4346.0, 4373.0, 4369.0, 4366.0, 4377.0, 4345.0, 4363.0, 4332.0, 4361.0, 4354.0, 4415.0, 4418.0, 4383.0, 4341.0, 4354.0, 4384.0, 4375.0, 4422.0, 4329.0, 4351.0, 4353.0, 4353.0, 4363.0, 4331.0, 4363.0, 4354.0, 4373.0, 4366.0, 4342.0, 4328.0, 4355.0, 4373.0, 4355.0, 4386.0, 4344.0, 4342.0, 4355.0, 4364.0, 4387.0, 4346.0, 4362.0, 4355.0, 4364.0, 4366.0, 4346.0, 4344.0, 4322.0, 4367.0, 4355.0, 4399.0, 4346.0, 4351.0, 4355.0, 4367.0, 4375.0, 4345.0, 4364.0, 4356.0, 4396.0, 4354.0, 4418.0, 4355.0, 4352.0, 4366.0, 4352.0, 4383.0, 4356.0, 4373.0, 4341.0, 4384.0, 4352.0, 4422.0, 4387.0, 4330.0, 4330.0, 4345.0, 4373.0, 4355.0, 4384.0, 4342.0, 4364.0, 4364.0, 4355.0, 4397.0, 4345.0, 4372.0, 4368.0, 4364.0, 4377.0, 4345.0, 4353.0, 4343.0, 4386.0, 4355.0, 4426.0, 4344.0, 4352.0, 4354.0, 4354.0, 4396.0, 4331.0, 4360.0, 4367.0, 4383.0, 4365.0, 4384.0, 4343.0, 4320.0, 4355.0, 4353.0, 4393.0, 4365.0, 4360.0, 4329.0, 4351.0, 4353.0, 4352.0, 4396.0, 4333.0, 4351.0, 4355.0, 4374.0, 4355.0, 4365.0, 4344.0, 4343.0, 4354.0, 4343.0, 4407.0, 4343.0, 4360.0, 4357.0, 4374.0, 4367.0, 4333.0, 4364.0, 4356.0, 4385.0, 4398.0, 4415.0, 4342.0, 4341.0, 4364.0, 4342.0, 4415.0, 4357.0, 4373.0, 4342.0, 4354.0, 4353.0, 4346.0, 4343.0, 4331.0, 4376.0, 4354.0, 4374.0, 4357.0, 4343.0, 4343.0, 4345.0, 4386.0, 4355.0, 4396.0, 4357.0, 4364.0, 4356.0, 4384.0, 4388.0, 4321.0, 4319.0, 4345.0, 4383.0, 4352.0, 4426.0, 4344.0, 4330.0, 4342.0, 4344.0, 4373.0, 4395.0, 4425.0, 4331.0, 4338.0, 4353.0, 4361.0, 4351.0, 4344.0, 4355.0, 4331.0, 4342.0, 4344.0, 4371.0, 4357.0, 4384.0, 4342.0, 4340.0, 4368.0, 4365.0, 4378.0, 4346.0, 4365.0, 4358.0, 4386.0, 4369.0, 4405.0, 4344.0, 4345.0, 4387.0, 4344.0, 4439.0, 4389.0, 4374.0, 4344.0, 4375.0, 4353.0, 4449.0, 4394.0, 4329.0, 4329.0, 4342.0, 4370.0, 4354.0, 4412.0, 4331.0, 4351.0, 4353.0, 4343.0, 4375.0, 4331.0, 4352.0, 4356.0, 4382.0, 4366.0, 4396.0, 4342.0, 4330.0, 4353.0, 4355.0, 4397.0, 4355.0, 4371.0, 4367.0, 4363.0, 4366.0, 4331.0, 4329.0, 4333.0, 4384.0, 4356.0, 4383.0, 4332.0, 4365.0, 4364.0, 4383.0, 4417.0, 4334.0, 4340.0, 4343.0, 4383.0, 4352.0, 4423.0, 4377.0, 4331.0, 4341.0, 4344.0, 4382.0, 4354.0, 4415.0, 4343.0, 4330.0, 4356.0, 4344.0, 4386.0, 4347.0, 4373.0, 4356.0, 4386.0, 4355.0, 4377.0, 4344.0, 4331.0, 4344.0, 4355.0, 4394.0, 4358.0, 4332.0, 4344.0, 4366.0, 4386.0, 4354.0, 4440.0, 4368.0, 4363.0, 4345.0, 4365.0, 4384.0, 4389.0, 4407.0, 4344.0, 4354.0, 4355.0, 4375.0, 4346.0, 4334.0, 4364.0, 4356.0, 4396.0, 4356.0, 4332.0, 4332.0, 4346.0, 4385.0, 4406.0, 4438.0, 4343.0, 4349.0, 4355.0, 4342.0, 4395.0, 4332.0, 4349.0, 4344.0, 4372.0, 4354.0, 4343.0, 4331.0, 4320.0, 4366.0, 4367.0, 4382.0, 4367.0, 4332.0, 4330.0, 4319.0, 4364.0, 4354.0, 4383.0, 4344.0, 4351.0, 4357.0, 4364.0, 4367.0, 4345.0, 4353.0, 4356.0, 4384.0, 4368.0, 4416.0, 4345.0, 4353.0, 4356.0, 4394.0, 4416.0, 4333.0, 4340.0, 4332.0, 4372.0, 4352.0, 4395.0, 4344.0, 4330.0, 4341.0, 4344.0, 4374.0, 4368.0, 4375.0, 4343.0, 4344.0, 4355.0, 4354.0, 4398.0, 4368.0, 4364.0, 4347.0, 4368.0, 4385.0, 4381.0, 4396.0, 4345.0, 4345.0, 4376.0, 4357.0, 4427.0, 4344.0, 4373.0, 4358.0, 4375.0, 4418.0, 4333.0, 4351.0, 4352.0, 4395.0, 4353.0, 4434.0, 4417.0, 4350.0, 4328.0, 4344.0, 4372.0, 4342.0, 4392.0, 4341.0, 4339.0, 4352.0, 4351.0, 4354.0, 4334.0, 4340.0, 4330.0, 4363.0, 4365.0, 4383.0, 4357.0, 4341.0, 4331.0, 4343.0, 4343.0, 4341.0, 4405.0, 4331.0, 4338.0, 4356.0, 4373.0, 4345.0, 4344.0, 4343.0, 4343.0, 4364.0, 4342.0, 4417.0, 4346.0, 4351.0, 4342.0, 4354.0, 4373.0, 4377.0, 4417.0, 4344.0, 4349.0, 4344.0, 4376.0, 4354.0, 4366.0, 4342.0, 4343.0, 4357.0, 4358.0, 4387.0, 4348.0, 4363.0, 4346.0, 4366.0, 4378.0, 4390.0, 4397.0, 4345.0, 4373.0, 4368.0, 4424.0, 4397.0, 4384.0, 4342.0, 4344.0, 4374.0, 4343.0, 4405.0, 4342.0, 4360.0, 4367.0, 4383.0, 4366.0, 4362.0, 4331.0, 4342.0, 4374.0, 4353.0, 4414.0, 4342.0, 4350.0, 4355.0, 4352.0, 4386.0, 4334.0, 4341.0, 4354.0, 4385.0, 4354.0, 4396.0, 4357.0, 4331.0, 4353.0, 4354.0, 4373.0, 4354.0, 4396.0, 4356.0, 4363.0, 4367.0, 4364.0, 4375.0, 4358.0, 4364.0, 4343.0, 4375.0, 4366.0, 4424.0, 4397.0, 4373.0, 4342.0, 4331.0, 4356.0, 4342.0, 4405.0, 4331.0, 4350.0, 4356.0, 4383.0, 4356.0, 4343.0, 4342.0, 4355.0, 4364.0, 4342.0, 4427.0, 4332.0, 4339.0, 4366.0, 4382.0, 4352.0, 4386.0, 4345.0, 4341.0, 4344.0, 4355.0, 4373.0, 4355.0, 4429.0, 4358.0, 4342.0, 4343.0, 4354.0, 4361.0, 4345.0, 4407.0, 4344.0, 4352.0, 4357.0, 4365.0, 4366.0, 4336.0, 4353.0, 4344.0, 4385.0, 4355.0, 4439.0, 4355.0, 4351.0, 4354.0, 4354.0, 4404.0, 4427.0, 4403.0, 4341.0, 4349.0, 4344.0, 4381.0, 4415.0, 4329.0, 4316.0, 4341.0, 4370.0, 4340.0, 4432.0, 4329.0, 4316.0, 4343.0, 4341.0, 4360.0, 4367.0, 4354.0, 4355.0, 4343.0, 4345.0, 4354.0, 4387.0, 4359.0, 4363.0, 4353.0, 4355.0, 4364.0, 4367.0, 4364.0, 4333.0, 4353.0, 4355.0, 4404.0, 4430.0, 4344.0, 4342.0, 4345.0, 4365.0, 4356.0, 4366.0, 4344.0, 4344.0, 4386.0, 4355.0, 4438.0, 4364.0, 4319.0, 4332.0, 4342.0, 4383.0, 4354.0, 4350.0, 4342.0, 4352.0, 4342.0, 4413.0, 4415.0, 4320.0, 4327.0, 4341.0, 4363.0, 4354.0, 4356.0, 4334.0, 4332.0, 4330.0, 4345.0, 4374.0, 4346.0, 4365.0, 4332.0, 4320.0, 4347.0, 4345.0, 4387.0, 4347.0, 4363.0, 4333.0, 4346.0, 4355.0, 4416.0, 4374.0, 4321.0, 4331.0, 4344.0, 4373.0, 4376.0, 4372.0, 4343.0, 4339.0, 4356.0, 4365.0, 4345.0, 4405.0, 4334.0, 4332.0, 4321.0, 4356.0, 4385.0, 4344.0, 4388.0, 4347.0, 4335.0, 4344.0, 4357.0, 4375.0, 4368.0, 4428.0, 4345.0, 4354.0, 4344.0, 4344.0, 4407.0, 4346.0, 4373.0, 4345.0, 4354.0, 4375.0, 4347.0, 4364.0, 4343.0, 4364.0, 4344.0, 4427.0, 4385.0, 4320.0, 4332.0, 4354.0, 4403.0, 4355.0, 4330.0, 4330.0, 4344.0, 4372.0, 4356.0, 4393.0, 4342.0, 4351.0, 4344.0, 4343.0, 4377.0, 4333.0, 4350.0, 4346.0, 4363.0, 4345.0, 4333.0, 4341.0, 4343.0, 4365.0, 4355.0, 4374.0, 4359.0, 4333.0, 4332.0, 4347.0, 4375.0, 4356.0, 4407.0, 4356.0, 4352.0, 4358.0, 4354.0, 4378.0, 4334.0, 4343.0, 4356.0, 4384.0, 4357.0, 4414.0, 4342.0, 4351.0, 4356.0, 4393.0, 4386.0, 4341.0, 4330.0, 4320.0, 4345.0, 4343.0, 4382.0, 4334.0, 4351.0, 4331.0, 4351.0, 4346.0, 4362.0, 4356.0, 4334.0, 4333.0, 4332.0, 4356.0, 4356.0, 4374.0, 4358.0, 4344.0, 4334.0, 4345.0, 4356.0, 4355.0, 4411.0, 4358.0, 4364.0, 4358.0, 4369.0, 4367.0, 4420.0, 4367.0, 4323.0, 4363.0, 4345.0, 4415.0, 4386.0, 4382.0, 4330.0, 4342.0, 4344.0, 4365.0, 4343.0, 4332.0, 4332.0, 4345.0, 4386.0, 4355.0, 4423.0, 4352.0, 4361.0, 4344.0, 4343.0, 4375.0, 4345.0, 4352.0, 4343.0, 4354.0, 4354.0, 4354.0, 4387.0, 4346.0, 4352.0, 4369.0, 4354.0, 4354.0, 4358.0, 4367.0, 4346.0, 4365.0, 4356.0, 4385.0, 4358.0, 4323.0, 4333.0, 4357.0, 4374.0, 4368.0, 4413.0, 4343.0, 4363.0, 4347.0, 4375.0, 4396.0, 4333.0, 4341.0, 4346.0, 4372.0, 4356.0, 4401.0, 4340.0, 4341.0, 4333.0, 4342.0, 4386.0, 4333.0, 4349.0, 4353.0, 4343.0, 4342.0, 4375.0, 4344.0], 'WindowWidth': [9804.0, 9761.0, 9737.0, 9761.0, 9696.0, 9676.0, 9628.0, 9640.0, 9647.0, 9638.0, 9670.0, 9601.0, 9594.0, 9623.0, 9663.0, 9614.0, 9729.0, 9635.0, 9595.0, 9597.0, 9651.0, 9652.0, 9620.0, 9697.0, 9643.0, 9630.0, 9613.0, 9653.0, 9649.0, 9645.0, 9668.0, 9628.0, 9660.0, 9665.0, 9661.0, 9674.0, 9628.0, 9646.0, 9603.0, 9643.0, 9641.0, 9722.0, 9728.0, 9673.0, 9613.0, 9639.0, 9676.0, 9667.0, 9725.0, 9595.0, 9628.0, 9637.0, 9635.0, 9647.0, 9600.0, 9650.0, 9642.0, 9664.0, 9659.0, 9617.0, 9593.0, 9644.0, 9664.0, 9642.0, 9683.0, 9623.0, 9618.0, 9644.0, 9654.0, 9688.0, 9628.0, 9643.0, 9642.0, 9653.0, 9658.0, 9629.0, 9625.0, 9592.0, 9662.0, 9643.0, 9705.0, 9628.0, 9627.0, 9641.0, 9662.0, 9669.0, 9628.0, 9649.0, 9646.0, 9700.0, 9641.0, 9730.0, 9641.0, 9628.0, 9660.0, 9635.0, 9676.0, 9644.0, 9660.0, 9614.0, 9681.0, 9635.0, 9728.0, 9688.0, 9601.0, 9598.0, 9629.0, 9662.0, 9644.0, 9678.0, 9618.0, 9654.0, 9656.0, 9643.0, 9701.0, 9624.0, 9656.0, 9667.0, 9655.0, 9677.0, 9626.0, 9633.0, 9622.0, 9686.0, 9643.0, 9738.0, 9624.0, 9632.0, 9642.0, 9640.0, 9698.0, 9602.0, 9637.0, 9665.0, 9678.0, 9658.0, 9677.0, 9621.0, 9585.0, 9642.0, 9639.0, 9692.0, 9655.0, 9637.0, 9595.0, 9631.0, 9637.0, 9633.0, 9697.0, 9609.0, 9626.0, 9640.0, 9666.0, 9642.0, 9655.0, 9625.0, 9623.0, 9641.0, 9624.0, 9715.0, 9619.0, 9637.0, 9649.0, 9667.0, 9661.0, 9608.0, 9652.0, 9648.0, 9684.0, 9704.0, 9720.0, 9617.0, 9615.0, 9654.0, 9622.0, 9723.0, 9648.0, 9660.0, 9619.0, 9642.0, 9638.0, 9631.0, 9620.0, 9602.0, 9672.0, 9641.0, 9663.0, 9649.0, 9623.0, 9621.0, 9628.0, 9686.0, 9642.0, 9699.0, 9645.0, 9651.0, 9647.0, 9681.0, 9689.0, 9587.0, 9581.0, 9630.0, 9677.0, 9635.0, 9737.0, 9623.0, 9598.0, 9618.0, 9627.0, 9662.0, 9694.0, 9735.0, 9603.0, 9606.0, 9636.0, 9646.0, 9631.0, 9627.0, 9640.0, 9602.0, 9619.0, 9628.0, 9659.0, 9649.0, 9677.0, 9618.0, 9611.0, 9666.0, 9656.0, 9679.0, 9630.0, 9655.0, 9655.0, 9687.0, 9670.0, 9708.0, 9624.0, 9628.0, 9688.0, 9626.0, 9761.0, 9691.0, 9661.0, 9622.0, 9670.0, 9636.0, 9773.0, 9690.0, 9595.0, 9594.0, 9621.0, 9653.0, 9640.0, 9710.0, 9601.0, 9630.0, 9637.0, 9626.0, 9667.0, 9602.0, 9631.0, 9645.0, 9674.0, 9659.0, 9694.0, 9618.0, 9599.0, 9636.0, 9642.0, 9700.0, 9639.0, 9655.0, 9663.0, 9651.0, 9660.0, 9601.0, 9595.0, 9609.0, 9681.0, 9645.0, 9675.0, 9606.0, 9657.0, 9655.0, 9677.0, 9729.0, 9610.0, 9611.0, 9623.0, 9678.0, 9632.0, 9731.0, 9673.0, 9602.0, 9614.0, 9628.0, 9675.0, 9640.0, 9720.0, 9619.0, 9597.0, 9645.0, 9627.0, 9683.0, 9633.0, 9662.0, 9644.0, 9686.0, 9643.0, 9675.0, 9625.0, 9601.0, 9625.0, 9643.0, 9692.0, 9651.0, 9605.0, 9621.0, 9662.0, 9686.0, 9641.0, 9763.0, 9665.0, 9649.0, 9629.0, 9656.0, 9679.0, 9693.0, 9713.0, 9623.0, 9638.0, 9644.0, 9671.0, 9631.0, 9609.0, 9652.0, 9648.0, 9700.0, 9645.0, 9604.0, 9603.0, 9635.0, 9683.0, 9712.0, 9756.0, 9622.0, 9622.0, 9643.0, 9622.0, 9696.0, 9605.0, 9621.0, 9625.0, 9662.0, 9640.0, 9622.0, 9602.0, 9585.0, 9660.0, 9661.0, 9675.0, 9660.0, 9605.0, 9598.0, 9582.0, 9653.0, 9641.0, 9674.0, 9625.0, 9627.0, 9650.0, 9653.0, 9660.0, 9630.0, 9634.0, 9648.0, 9679.0, 9664.0, 9722.0, 9626.0, 9636.0, 9645.0, 9694.0, 9725.0, 9607.0, 9612.0, 9604.0, 9662.0, 9636.0, 9694.0, 9624.0, 9598.0, 9616.0, 9629.0, 9667.0, 9667.0, 9668.0, 9621.0, 9625.0, 9645.0, 9639.0, 9704.0, 9663.0, 9650.0, 9635.0, 9664.0, 9682.0, 9688.0, 9697.0, 9626.0, 9627.0, 9672.0, 9648.0, 9741.0, 9625.0, 9662.0, 9651.0, 9668.0, 9731.0, 9608.0, 9627.0, 9635.0, 9697.0, 9636.0, 9749.0, 9725.0, 9625.0, 9593.0, 9626.0, 9659.0, 9620.0, 9686.0, 9616.0, 9609.0, 9637.0, 9631.0, 9639.0, 9610.0, 9613.0, 9598.0, 9650.0, 9655.0, 9678.0, 9647.0, 9616.0, 9599.0, 9621.0, 9624.0, 9618.0, 9707.0, 9601.0, 9606.0, 9642.0, 9664.0, 9629.0, 9625.0, 9619.0, 9623.0, 9653.0, 9619.0, 9728.0, 9629.0, 9627.0, 9619.0, 9641.0, 9662.0, 9674.0, 9725.0, 9621.0, 9622.0, 9623.0, 9673.0, 9640.0, 9656.0, 9620.0, 9620.0, 9649.0, 9651.0, 9687.0, 9636.0, 9647.0, 9630.0, 9661.0, 9677.0, 9696.0, 9699.0, 9627.0, 9661.0, 9664.0, 9733.0, 9701.0, 9675.0, 9617.0, 9627.0, 9666.0, 9624.0, 9707.0, 9616.0, 9639.0, 9661.0, 9678.0, 9661.0, 9646.0, 9602.0, 9620.0, 9666.0, 9636.0, 9718.0, 9619.0, 9627.0, 9644.0, 9634.0, 9686.0, 9610.0, 9615.0, 9641.0, 9682.0, 9640.0, 9699.0, 9646.0, 9602.0, 9635.0, 9641.0, 9665.0, 9640.0, 9699.0, 9644.0, 9648.0, 9664.0, 9656.0, 9671.0, 9650.0, 9652.0, 9619.0, 9668.0, 9658.0, 9734.0, 9703.0, 9659.0, 9617.0, 9604.0, 9645.0, 9622.0, 9709.0, 9603.0, 9626.0, 9647.0, 9676.0, 9647.0, 9622.0, 9619.0, 9642.0, 9655.0, 9621.0, 9741.0, 9604.0, 9609.0, 9658.0, 9674.0, 9633.0, 9682.0, 9626.0, 9615.0, 9624.0, 9644.0, 9664.0, 9641.0, 9745.0, 9646.0, 9619.0, 9622.0, 9639.0, 9644.0, 9629.0, 9714.0, 9625.0, 9630.0, 9647.0, 9656.0, 9657.0, 9616.0, 9634.0, 9624.0, 9684.0, 9641.0, 9759.0, 9641.0, 9628.0, 9636.0, 9640.0, 9706.0, 9741.0, 9698.0, 9613.0, 9622.0, 9625.0, 9671.0, 9720.0, 9593.0, 9571.0, 9617.0, 9653.0, 9613.0, 9738.0, 9594.0, 9572.0, 9624.0, 9619.0, 9641.0, 9663.0, 9639.0, 9639.0, 9623.0, 9629.0, 9639.0, 9688.0, 9650.0, 9647.0, 9634.0, 9644.0, 9652.0, 9661.0, 9650.0, 9604.0, 9633.0, 9642.0, 9706.0, 9748.0, 9623.0, 9615.0, 9625.0, 9655.0, 9645.0, 9658.0, 9625.0, 9622.0, 9686.0, 9642.0, 9756.0, 9649.0, 9582.0, 9605.0, 9621.0, 9675.0, 9636.0, 9623.0, 9616.0, 9634.0, 9621.0, 9714.0, 9718.0, 9585.0, 9587.0, 9615.0, 9650.0, 9639.0, 9642.0, 9611.0, 9603.0, 9595.0, 9628.0, 9665.0, 9629.0, 9651.0, 9603.0, 9585.0, 9635.0, 9632.0, 9687.0, 9631.0, 9646.0, 9607.0, 9632.0, 9644.0, 9722.0, 9664.0, 9588.0, 9599.0, 9627.0, 9662.0, 9666.0, 9656.0, 9620.0, 9608.0, 9644.0, 9653.0, 9627.0, 9706.0, 9610.0, 9605.0, 9590.0, 9647.0, 9683.0, 9627.0, 9690.0, 9634.0, 9613.0, 9623.0, 9649.0, 9671.0, 9665.0, 9740.0, 9625.0, 9636.0, 9628.0, 9625.0, 9716.0, 9629.0, 9660.0, 9628.0, 9640.0, 9667.0, 9633.0, 9651.0, 9619.0, 9652.0, 9627.0, 9740.0, 9680.0, 9586.0, 9607.0, 9639.0, 9704.0, 9641.0, 9600.0, 9599.0, 9628.0, 9661.0, 9646.0, 9686.0, 9617.0, 9628.0, 9626.0, 9621.0, 9673.0, 9607.0, 9624.0, 9632.0, 9649.0, 9628.0, 9606.0, 9614.0, 9622.0, 9657.0, 9642.0, 9666.0, 9653.0, 9607.0, 9602.0, 9635.0, 9668.0, 9645.0, 9713.0, 9641.0, 9630.0, 9652.0, 9640.0, 9677.0, 9609.0, 9619.0, 9646.0, 9677.0, 9647.0, 9716.0, 9616.0, 9628.0, 9646.0, 9689.0, 9684.0, 9614.0, 9598.0, 9584.0, 9627.0, 9623.0, 9673.0, 9613.0, 9627.0, 9600.0, 9629.0, 9633.0, 9646.0, 9644.0, 9609.0, 9606.0, 9604.0, 9646.0, 9645.0, 9667.0, 9649.0, 9623.0, 9608.0, 9628.0, 9647.0, 9640.0, 9723.0, 9648.0, 9649.0, 9648.0, 9667.0, 9662.0, 9732.0, 9658.0, 9592.0, 9646.0, 9629.0, 9721.0, 9683.0, 9668.0, 9596.0, 9619.0, 9625.0, 9653.0, 9620.0, 9602.0, 9604.0, 9629.0, 9683.0, 9640.0, 9726.0, 9627.0, 9640.0, 9625.0, 9622.0, 9664.0, 9627.0, 9630.0, 9620.0, 9642.0, 9640.0, 9638.0, 9687.0, 9628.0, 9631.0, 9665.0, 9639.0, 9637.0, 9649.0, 9660.0, 9628.0, 9654.0, 9646.0, 9683.0, 9649.0, 9594.0, 9607.0, 9648.0, 9666.0, 9662.0, 9716.0, 9618.0, 9647.0, 9632.0, 9667.0, 9697.0, 9606.0, 9612.0, 9631.0, 9661.0, 9644.0, 9694.0, 9610.0, 9615.0, 9610.0, 9620.0, 9681.0, 9605.0, 9621.0, 9633.0, 9623.0, 9619.0, 9667.0, 9622.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.00046102416570771</td></tr>
<tr><td colspan=3>aqi</td><td>0.027258544073647875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.64702835180875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.193402103156683</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0123564672119818</td></tr>
<tr><td colspan=3>efc</td><td>0.5305</td></tr>
<tr><td colspan=3>fber</td><td>3026.5676</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24909410708998897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>500</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>57.537399309551205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3212204622706696</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.232207674052749</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4474241234670435</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284029589292216</td></tr>
<tr><td colspan=3>gcor</td><td>0.00754114</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008897475898265839</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04884859919548035</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2762071218723205</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>20.4638</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1249</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.3152</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286426.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.8094</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7412</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.2572</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3537.6484</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3630.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.8784</td></tr>
<tr><td colspan=3>tsnr</td><td>34.06753427500371</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>