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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0020_ses-03_task-social_acq-mb8_run-01_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-0020_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-01_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-0020/ses-03/func/sub-0020_ses-03_task-social_acq-mb8_run-01_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>a819eb19f8c36b3af59a4e6bf2b52ab2</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>12:23:20.102500</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_VE11C_LATEST_20160120</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.117658</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0049cca-d00d-4230-8093-0b5b02c53ce2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['122320.102500', '122320.562500', '122321.022500', '122321.482500', '122321.942500', '122322.402500', '122322.862500', '122323.322500', '122323.782500', '122324.242500', '122324.702500', '122325.162500', '122325.622500', '122326.082500', '122326.542500', '122327.002500', '122327.462500', '122327.922500', '122328.382500', '122328.842500', '122329.302500', '122329.762500', '122330.222500', '122330.682500', '122331.142500', '122331.602500', '122332.062500', '122332.522500', '122332.982500', '122333.442500', '122333.902500', '122334.362500', '122334.822500', '122335.282500', '122335.742500', '122336.202500', '122336.662500', '122337.122500', '122337.582500', '122338.042500', '122338.502500', '122338.962500', '122339.422500', '122339.882500', '122340.342500', '122340.802500', '122341.262500', '122341.722500', '122342.182500', '122342.642500', '122343.102500', '122343.562500', '122344.022500', '122344.482500', '122344.942500', '122345.402500', '122345.862500', '122346.322500', '122346.782500', '122347.242500', '122347.702500', '122348.162500', '122348.622500', '122349.082500', '122349.542500', '122350.002500', '122350.462500', '122350.922500', '122351.382500', '122351.842500', '122352.302500', '122352.762500', '122353.222500', '122353.682500', '122354.142500', '122354.602500', '122355.062500', '122355.522500', '122355.982500', '122356.442500', '122356.902500', '122357.362500', '122357.822500', '122358.282500', '122358.742500', '122359.202500', '122359.662500', '122400.122500', '122400.582500', '122401.042500', '122401.502500', '122401.962500', '122402.422500', '122402.882500', '122403.342500', '122403.802500', '122404.262500', '122404.722500', '122405.182500', '122405.642500', '122406.102500', '122406.562500', '122407.022500', '122407.482500', '122407.942500', '122408.402500', '122408.862500', '122409.322500', '122409.782500', '122410.242500', '122410.702500', '122411.162500', '122411.622500', '122412.082500', '122412.542500', '122413.002500', '122413.462500', '122413.922500', '122414.382500', '122414.842500', '122415.302500', '122415.762500', '122416.222500', '122416.682500', '122417.142500', '122417.602500', '122418.062500', '122418.522500', '122418.982500', '122419.442500', '122419.902500', '122420.362500', '122420.822500', '122421.282500', '122421.742500', '122422.202500', '122422.662500', '122423.122500', '122423.582500', '122424.042500', '122424.502500', '122424.962500', '122425.422500', '122425.882500', '122426.342500', '122426.802500', '122427.262500', '122427.722500', '122428.182500', '122428.642500', '122429.102500', '122429.562500', '122430.022500', '122430.482500', '122430.942500', '122431.402500', '122431.862500', '122432.322500', '122432.782500', '122433.242500', '122433.702500', '122434.162500', '122434.622500', '122435.082500', '122435.542500', '122436.002500', '122436.462500', '122436.922500', '122437.382500', '122437.842500', '122438.302500', '122438.762500', '122439.222500', '122439.682500', '122440.142500', '122440.602500', '122441.062500', '122441.522500', '122441.982500', '122442.442500', '122442.902500', '122443.362500', '122443.822500', '122444.282500', '122444.742500', '122445.202500', '122445.662500', '122446.122500', '122446.582500', '122447.042500', '122447.502500', '122447.962500', '122448.422500', '122448.882500', '122449.342500', '122449.802500', '122450.262500', '122450.722500', '122451.182500', '122451.642500', '122452.102500', '122452.562500', '122453.022500', '122453.482500', '122453.942500', '122454.402500', '122454.862500', '122455.322500', '122455.782500', '122456.242500', '122456.702500', '122457.162500', '122457.622500', '122458.082500', '122458.542500', '122459.002500', '122459.462500', '122459.922500', '122500.382500', '122500.842500', '122501.302500', '122501.762500', '122502.222500', '122502.682500', '122503.142500', '122503.602500', '122504.062500', '122504.522500', '122504.982500', '122505.442500', '122505.902500', '122506.362500', '122506.822500', '122507.282500', '122507.742500', '122508.202500', '122508.662500', '122509.122500', '122509.582500', '122510.042500', '122510.502500', '122510.962500', '122511.422500', '122511.882500', '122512.342500', '122512.802500', '122513.262500', '122513.722500', '122514.182500', '122514.642500', '122515.102500', '122515.562500', '122516.022500', '122516.482500', '122516.942500', '122517.402500', '122517.862500', '122518.322500', '122518.782500', '122519.242500', '122519.702500', '122520.162500', '122520.622500', '122521.082500', '122521.542500', '122522.002500', '122522.462500', '122522.922500', '122523.382500', '122523.842500', '122524.302500', '122524.762500', '122525.222500', '122525.682500', '122526.142500', '122526.602500', '122527.062500', '122527.522500', '122527.982500', '122528.442500', '122528.902500', '122529.362500', '122529.822500', '122530.282500', '122530.742500', '122531.202500', '122531.662500', '122532.122500', '122532.582500', '122533.042500', '122533.502500', '122533.962500', '122534.422500', '122534.882500', '122535.342500', '122535.802500', '122536.262500', '122536.722500', '122537.182500', '122537.642500', '122538.102500', '122538.562500', '122539.022500', '122539.482500', '122539.942500', '122540.402500', '122540.862500', '122541.322500', '122541.782500', '122542.242500', '122542.702500', '122543.162500', '122543.622500', '122544.082500', '122544.542500', '122545.002500', '122545.462500', '122545.922500', '122546.382500', '122546.842500', '122547.302500', '122547.762500', '122548.222500', '122548.682500', '122549.142500', '122549.602500', '122550.062500', '122550.522500', '122550.982500', '122551.442500', '122551.902500', '122552.362500', '122552.822500', '122553.282500', '122553.742500', '122554.202500', '122554.662500', '122555.122500', '122555.582500', '122556.042500', '122556.502500', '122556.962500', '122557.422500', '122557.882500', '122558.342500', '122558.802500', '122559.262500', '122559.722500', '122600.182500', '122600.642500', '122601.102500', '122601.562500', '122602.022500', '122602.482500', '122602.942500', '122603.402500', '122603.862500', '122604.322500', '122604.782500', '122605.242500', '122605.702500', '122606.162500', '122606.622500', '122607.082500', '122607.542500', '122608.002500', '122608.462500', '122608.922500', '122609.382500', '122609.842500', '122610.302500', '122610.762500', '122611.222500', '122611.682500', '122612.142500', '122612.602500', '122613.062500', '122613.522500', '122613.982500', '122614.442500', '122614.902500', '122615.362500', '122615.822500', '122616.282500', '122616.742500', '122617.202500', '122617.662500', '122618.122500', '122618.582500', '122619.042500', '122619.502500', '122619.962500', '122620.422500', '122620.882500', '122621.342500', '122621.802500', '122622.262500', '122622.722500', '122623.182500', '122623.642500', '122624.102500', '122624.562500', '122625.022500', '122625.482500', '122625.942500', '122626.402500', '122626.862500', '122627.322500', '122627.782500', '122628.242500', '122628.702500', '122629.162500', '122629.622500', '122630.082500', '122630.542500', '122631.002500', '122631.462500', '122631.922500', '122632.382500', '122632.842500', '122633.302500', '122633.762500', '122634.222500', '122634.682500', '122635.142500', '122635.602500', '122636.062500', '122636.522500', '122636.982500', '122637.442500', '122637.902500', '122638.362500', '122638.822500', '122639.282500', '122639.742500', '122640.202500', '122640.662500', '122641.122500', '122641.582500', '122642.042500', '122642.502500', '122642.962500', '122643.422500', '122643.882500', '122644.342500', '122644.802500', '122645.262500', '122645.722500', '122646.182500', '122646.642500', '122647.102500', '122647.562500', '122648.022500', '122648.482500', '122648.942500', '122649.402500', '122649.862500', '122650.322500', '122650.782500', '122651.242500', '122651.702500', '122652.162500', '122652.622500', '122653.082500', '122653.542500', '122654.002500', '122654.462500', '122654.922500', '122655.382500', '122655.842500', '122656.302500', '122656.762500', '122657.222500', '122657.682500', '122658.142500', '122658.602500', '122659.062500', '122659.522500', '122659.982500', '122700.442500', '122700.902500', '122701.362500', '122701.822500', '122702.282500', '122702.742500', '122703.202500', '122703.662500', '122704.122500', '122704.582500', '122705.042500', '122705.502500', '122705.962500', '122706.422500', '122706.882500', '122707.342500', '122707.802500', '122708.262500', '122708.722500', '122709.182500', '122709.642500', '122710.102500', '122710.562500', '122711.022500', '122711.482500', '122711.942500', '122712.402500', '122712.862500', '122713.322500', '122713.782500', '122714.242500', '122714.702500', '122715.162500', '122715.622500', '122716.082500', '122716.542500', '122717.002500', '122717.462500', '122717.922500', '122718.382500', '122718.842500', '122719.302500', '122719.762500', '122720.222500', '122720.682500', '122721.142500', '122721.602500', '122722.062500', '122722.522500', '122722.982500', '122723.442500', '122723.902500', '122724.362500', '122724.822500', '122725.282500', '122725.742500', '122726.202500', '122726.662500', '122727.122500', '122727.582500', '122728.042500', '122728.502500', '122728.962500', '122729.422500', '122729.882500', '122730.342500', '122730.802500', '122731.262500', '122731.722500', '122732.182500', '122732.642500', '122733.102500', '122733.562500', '122734.022500', '122734.482500', '122734.942500', '122735.402500', '122735.862500', '122736.322500', '122736.782500', '122737.242500', '122737.702500', '122738.162500', '122738.622500', '122739.082500', '122739.542500', '122740.002500', '122740.462500', '122740.922500', '122741.382500', '122741.842500', '122742.302500', '122742.762500', '122743.222500', '122743.682500', '122744.142500', '122744.602500', '122745.062500', '122745.522500', '122745.982500', '122746.442500', '122746.902500', '122747.362500', '122747.822500', '122748.282500', '122748.742500', '122749.202500', '122749.662500', '122750.122500', '122750.582500', '122751.042500', '122751.502500', '122751.962500', '122752.422500', '122752.882500', '122753.342500', '122753.802500', '122754.262500', '122754.722500', '122755.182500', '122755.642500', '122756.102500', '122756.562500', '122757.022500', '122757.482500', '122757.942500', '122758.402500', '122758.862500', '122759.322500', '122759.782500', '122800.242500', '122800.702500', '122801.162500', '122801.622500', '122802.082500', '122802.542500', '122803.002500', '122803.462500', '122803.922500', '122804.382500', '122804.842500', '122805.302500', '122805.762500', '122806.222500', '122806.682500', '122807.142500', '122807.602500', '122808.062500', '122808.522500', '122808.982500', '122809.442500', '122809.902500', '122810.362500', '122810.822500', '122811.282500', '122811.742500', '122812.202500', '122812.662500', '122813.122500', '122813.582500', '122814.042500', '122814.502500', '122814.962500', '122815.422500', '122815.882500', '122816.342500', '122816.802500', '122817.262500', '122817.722500', '122818.182500', '122818.642500', '122819.102500', '122819.562500', '122820.022500', '122820.482500', '122820.942500', '122821.402500', '122821.862500', '122822.322500', '122822.782500', '122823.242500', '122823.702500', '122824.162500', '122824.622500', '122825.082500', '122825.542500', '122826.002500', '122826.462500', '122826.922500', '122827.382500', '122827.842500', '122828.302500', '122828.762500', '122829.222500', '122829.682500', '122830.142500', '122830.602500', '122831.062500', '122831.522500', '122831.982500', '122832.442500', '122832.902500', '122833.362500', '122833.822500', '122834.282500', '122834.742500', '122835.202500', '122835.662500', '122836.122500', '122836.582500', '122837.042500', '122837.502500', '122837.962500', '122838.422500', '122838.882500', '122839.342500', '122839.802500', '122840.262500', '122840.722500', '122841.182500', '122841.642500', '122842.102500', '122842.562500', '122843.022500', '122843.482500', '122843.942500', '122844.402500', '122844.862500', '122845.322500', '122845.782500', '122846.242500', '122846.702500', '122847.162500', '122847.622500', '122848.082500', '122848.542500', '122849.002500', '122849.462500', '122849.922500', '122850.382500', '122850.842500', '122851.302500', '122851.762500', '122852.222500', '122852.682500', '122853.142500', '122853.602500', '122854.062500', '122854.522500', '122854.982500', '122855.442500', '122855.902500', '122856.362500', '122856.822500', '122857.282500', '122857.742500', '122858.202500', '122858.662500', '122859.122500', '122859.582500', '122900.042500', '122900.502500', '122900.962500', '122901.422500', '122901.882500', '122902.342500', '122902.802500', '122903.262500', '122903.722500', '122904.182500', '122904.642500', '122905.102500', '122905.562500', '122906.022500', '122906.482500', '122906.942500', '122907.402500', '122907.862500', '122908.322500', '122908.782500', '122909.242500', '122909.702500', '122910.162500', '122910.622500', '122911.082500', '122911.542500', '122912.002500', '122912.462500', '122912.922500', '122913.382500', '122913.842500', '122914.302500', '122914.762500', '122915.222500', '122915.682500', '122916.142500', '122916.602500', '122917.062500', '122917.522500', '122917.982500', '122918.442500', '122918.902500', '122919.362500', '122919.822500', '122920.282500', '122920.742500', '122921.202500', '122921.662500', '122922.122500', '122922.582500', '122923.042500', '122923.502500', '122923.962500', '122924.422500', '122924.882500', '122925.342500', '122925.802500', '122926.262500', '122926.722500', '122927.182500', '122927.642500', '122928.102500', '122928.562500', '122929.022500', '122929.482500', '122929.942500', '122930.402500', '122930.862500', '122931.322500', '122931.782500', '122932.242500', '122932.702500', '122933.162500', '122933.622500', '122934.082500', '122934.542500', '122935.002500', '122935.462500', '122935.922500', '122936.382500', '122936.842500', '122937.302500', '122937.762500', '122938.222500', '122938.682500', '122939.142500', '122939.602500', '122940.062500', '122940.522500', '122940.982500', '122941.442500', '122941.902500', '122942.362500', '122942.822500', '122943.282500', '122943.742500', '122944.202500', '122944.662500', '122945.122500', '122945.582500', '122946.042500', '122946.502500', '122946.962500', '122947.422500', '122947.882500', '122948.342500', '122948.802500', '122949.262500', '122949.722500', '122950.182500', '122950.642500', '122951.102500', '122951.562500', '122952.022500', '122952.482500', '122952.942500', '122953.402500', '122953.862500', '122954.322500', '122954.782500', '122955.242500', '122955.702500', '122956.162500', '122956.622500', '122957.082500', '122957.542500', '122958.002500', '122958.462500', '122958.922500', '122959.382500', '122959.842500', '123000.302500', '123000.762500'], 'ContentTime': ['122335.789000', '122335.792000', '122335.795000', '122335.798000', '122335.801000', '122335.804000', '122335.806000', '122335.809000', '122335.812000', '122335.815000', '122335.819000', '122335.822000', '122335.824000', '122335.827000', '122335.830000', '122335.833000', '122335.836000', '122335.839000', '122335.842000', '122335.844000', '122335.847000', '122335.850000', '122335.854000', '122335.856000', '122335.859000', '122335.862000', '122335.865000', '122335.868000', '122335.870000', '122335.873000', '122335.881000', '122335.884000', '122355.731000', '122355.738000', '122355.741000', '122355.744000', '122355.746000', '122355.749000', '122355.752000', '122355.755000', '122355.758000', '122355.761000', '122355.763000', '122355.766000', '122355.769000', '122355.772000', '122355.774000', '122355.777000', '122355.780000', '122355.783000', '122355.786000', '122355.788000', '122355.791000', '122355.794000', '122355.797000', '122355.800000', '122355.802000', '122355.805000', '122355.808000', '122355.811000', '122355.813000', '122355.816000', '122355.819000', '122355.822000', '122355.825000', '122355.827000', '122355.830000', '122355.833000', '122355.836000', '122355.839000', '122355.841000', '122355.844000', '122355.847000', '122355.850000', '122355.853000', '122355.856000', '122415.731000', '122415.734000', '122415.737000', '122415.739000', '122415.742000', '122415.745000', '122415.748000', '122415.751000', '122415.754000', '122415.756000', '122415.759000', '122415.762000', '122415.770000', '122415.773000', '122415.775000', '122415.778000', '122415.781000', '122415.784000', '122415.787000', '122415.789000', '122415.792000', '122415.795000', '122415.798000', '122415.800000', '122415.803000', '122415.806000', '122415.809000', '122415.812000', '122415.814000', '122415.817000', '122415.820000', '122415.823000', '122415.826000', '122415.828000', '122415.831000', '122415.834000', '122415.837000', '122415.840000', '122415.842000', '122415.845000', '122415.848000', '122415.851000', '122415.854000', '122435.731000', '122435.734000', '122435.737000', '122435.739000', '122435.742000', '122435.745000', '122435.748000', '122435.751000', '122435.753000', '122435.756000', '122435.759000', '122435.762000', '122435.765000', '122435.767000', '122435.770000', '122435.773000', '122435.776000', '122435.779000', '122435.781000', '122435.784000', '122435.787000', '122435.790000', '122435.793000', '122435.796000', '122435.799000', '122435.801000', '122435.804000', '122435.807000', '122435.810000', '122435.813000', '122435.815000', '122435.818000', '122435.821000', '122435.824000', '122435.827000', '122435.830000', '122435.833000', '122435.835000', '122435.838000', '122435.841000', '122435.844000', '122435.847000', '122435.849000', '122435.852000', '122455.731000', '122455.734000', '122455.737000', '122455.739000', '122455.742000', '122455.745000', '122455.748000', '122455.751000', '122455.754000', '122455.756000', '122455.759000', '122455.762000', '122455.765000', '122455.768000', '122455.771000', '122455.773000', '122455.776000', '122455.779000', '122455.782000', '122455.784000', '122455.787000', '122455.790000', '122455.793000', '122455.796000', '122455.799000', '122455.801000', '122455.804000', '122455.807000', '122455.810000', '122455.813000', '122455.815000', '122455.818000', '122455.821000', '122455.824000', '122455.827000', '122455.830000', '122455.832000', '122455.835000', '122455.838000', '122455.841000', '122455.844000', '122455.847000', '122455.849000', '122515.731000', '122515.734000', '122515.737000', '122515.739000', '122515.742000', '122515.745000', '122515.748000', '122515.751000', '122515.754000', '122515.756000', '122515.759000', '122515.762000', '122515.765000', '122515.768000', '122515.770000', '122515.773000', '122515.776000', '122515.779000', '122515.782000', '122515.785000', '122515.796000', '122515.799000', '122515.802000', '122515.805000', '122515.808000', '122515.810000', '122515.813000', '122515.816000', '122515.819000', '122515.822000', '122515.824000', '122515.827000', '122515.830000', '122515.833000', '122515.836000', '122515.839000', '122515.841000', '122515.844000', '122515.847000', '122515.850000', '122515.853000', '122515.856000', '122515.859000', '122515.861000', '122535.732000', '122535.735000', '122535.738000', '122535.740000', '122535.743000', '122535.746000', '122535.749000', '122535.752000', '122535.755000', '122535.757000', '122535.760000', '122535.763000', '122535.766000', '122535.768000', '122535.771000', '122535.774000', '122535.777000', '122535.780000', '122535.783000', '122535.785000', '122535.788000', '122535.791000', '122535.794000', '122535.797000', '122535.800000', '122535.802000', '122535.805000', '122535.808000', '122535.811000', '122535.814000', '122535.816000', '122535.819000', '122535.822000', '122535.825000', '122535.828000', '122535.831000', '122535.833000', '122535.836000', '122535.839000', '122535.842000', '122535.845000', '122535.847000', '122535.850000', '122555.732000', '122555.735000', '122555.738000', '122555.741000', '122555.743000', '122555.746000', '122555.749000', '122555.752000', '122555.755000', '122555.757000', '122555.760000', '122555.763000', '122555.766000', '122555.769000', '122555.771000', '122555.774000', '122555.777000', '122555.780000', '122555.783000', '122555.785000', '122555.788000', '122555.791000', '122555.794000', '122555.797000', '122555.800000', '122555.802000', '122555.805000', '122555.808000', '122555.811000', '122555.814000', '122555.816000', '122555.819000', '122555.822000', '122555.825000', '122555.828000', '122555.830000', '122555.833000', '122555.836000', '122555.839000', '122555.842000', '122555.844000', '122555.847000', '122555.850000', '122555.853000', '122615.731000', '122615.734000', '122615.737000', '122615.740000', '122615.742000', '122615.745000', '122615.748000', '122615.751000', '122615.754000', '122615.756000', '122615.759000', '122615.762000', '122615.765000', '122615.768000', '122615.771000', '122615.773000', '122615.776000', '122615.779000', '122615.782000', '122615.785000', '122615.788000', '122615.791000', '122615.793000', '122615.796000', '122615.799000', '122615.802000', '122615.805000', '122615.807000', '122615.810000', '122615.813000', '122615.816000', '122615.819000', '122615.821000', '122615.824000', '122615.827000', '122615.830000', '122615.833000', '122615.835000', '122615.838000', '122615.841000', '122615.844000', '122615.847000', '122615.849000', '122635.731000', '122635.734000', '122635.737000', '122635.740000', '122635.743000', '122635.746000', '122635.749000', '122635.751000', '122635.754000', '122635.757000', '122635.760000', '122635.763000', '122635.766000', '122635.768000', '122635.771000', '122635.774000', '122635.777000', '122635.780000', '122635.783000', '122635.785000', '122635.788000', '122635.791000', '122635.794000', '122635.797000', '122635.800000', '122635.802000', '122635.805000', '122635.808000', '122635.811000', '122635.814000', '122635.816000', '122635.819000', '122635.822000', '122635.825000', '122635.828000', '122635.831000', '122635.833000', '122635.836000', '122635.839000', '122635.842000', '122635.845000', '122635.847000', '122635.850000', '122655.731000', '122655.745000', '122655.748000', '122655.751000', '122655.754000', '122655.756000', '122655.759000', '122655.762000', '122655.765000', '122655.768000', '122655.770000', '122655.773000', '122655.776000', '122655.779000', '122655.782000', '122655.784000', '122655.787000', '122655.790000', '122655.793000', '122655.796000', '122655.799000', '122655.801000', '122655.804000', '122655.807000', '122655.810000', '122655.813000', '122655.815000', '122655.818000', '122655.821000', '122655.824000', '122655.827000', '122655.829000', '122655.832000', '122655.835000', '122655.838000', '122655.841000', '122655.844000', '122655.846000', '122655.849000', '122655.852000', '122655.855000', '122655.857000', '122655.860000', '122655.863000', '122715.731000', '122715.734000', '122715.737000', '122715.740000', '122715.743000', '122715.746000', '122715.749000', '122715.751000', '122715.754000', '122715.757000', '122715.760000', '122715.763000', '122715.766000', '122715.769000', '122715.772000', '122715.775000', '122715.778000', '122715.780000', '122715.783000', '122715.786000', '122715.789000', '122715.792000', '122715.795000', '122715.797000', '122715.800000', '122715.803000', '122715.806000', '122715.809000', '122715.812000', '122715.814000', '122715.817000', '122715.820000', '122715.823000', '122715.826000', '122715.829000', '122715.831000', '122715.834000', '122715.837000', '122715.840000', '122715.843000', '122715.846000', '122715.848000', '122715.851000', '122735.731000', '122735.734000', '122735.737000', '122735.740000', '122735.743000', '122735.745000', '122735.748000', '122735.751000', '122735.754000', '122735.757000', '122735.759000', '122735.762000', '122735.765000', '122735.768000', '122735.771000', '122735.774000', '122735.776000', '122735.779000', '122735.782000', '122735.785000', '122735.788000', '122735.790000', '122735.793000', '122735.796000', '122735.799000', '122735.802000', '122735.805000', '122735.807000', '122735.810000', '122735.813000', '122735.816000', '122735.819000', '122735.822000', '122735.824000', '122735.827000', '122735.830000', '122735.833000', '122735.836000', '122735.838000', '122735.841000', '122735.844000', '122735.847000', '122735.850000', '122735.853000', '122755.732000', '122755.735000', '122755.738000', '122755.741000', '122755.743000', '122755.746000', '122755.749000', '122755.752000', '122755.755000', '122755.758000', '122755.760000', '122755.763000', '122755.766000', '122755.769000', '122755.772000', '122755.775000', '122755.778000', '122755.781000', '122755.784000', '122755.786000', '122755.789000', '122755.792000', '122755.795000', '122755.798000', '122755.800000', '122755.803000', '122755.806000', '122755.809000', '122755.812000', '122755.815000', '122755.818000', '122755.820000', '122755.823000', '122755.826000', '122755.829000', '122755.832000', '122755.835000', '122755.837000', '122755.840000', '122755.843000', '122755.846000', '122755.849000', '122755.852000', '122815.732000', '122815.735000', '122815.738000', '122815.741000', '122815.743000', '122815.746000', '122815.749000', '122815.752000', '122815.755000', '122815.757000', '122815.760000', '122815.763000', '122815.766000', '122815.769000', '122815.772000', '122815.775000', '122815.777000', '122815.780000', '122815.783000', '122815.786000', '122815.789000', '122815.791000', '122815.794000', '122815.797000', '122815.800000', '122815.803000', '122815.822000', '122815.825000', '122815.828000', '122815.831000', '122815.834000', '122815.836000', '122815.839000', '122815.842000', '122815.845000', '122815.848000', '122815.851000', '122815.853000', '122815.856000', '122815.859000', '122815.862000', '122815.865000', '122815.868000', '122815.870000', '122835.732000', '122835.736000', '122835.738000', '122835.741000', '122835.744000', '122835.747000', '122835.750000', '122835.752000', '122835.755000', '122835.758000', '122835.761000', '122835.764000', '122835.767000', '122835.769000', '122835.772000', '122835.775000', '122835.778000', '122835.781000', '122835.784000', '122835.788000', '122835.793000', '122835.796000', '122835.799000', '122835.802000', '122835.804000', '122835.807000', '122835.810000', '122835.813000', '122835.816000', '122835.819000', '122835.821000', '122835.824000', '122835.827000', '122835.830000', '122835.833000', '122835.835000', '122835.838000', '122835.841000', '122835.844000', '122835.847000', '122835.850000', '122835.852000', '122835.855000', '122855.731000', '122855.734000', '122855.737000', '122855.740000', '122855.743000', '122855.745000', '122855.748000', '122855.751000', '122855.754000', '122855.757000', '122855.760000', '122855.763000', '122855.765000', '122855.768000', '122855.771000', '122855.774000', '122855.777000', '122855.779000', '122855.782000', '122855.785000', '122855.788000', '122855.791000', '122855.794000', '122855.796000', '122855.799000', '122855.802000', '122855.805000', '122855.808000', '122855.811000', '122855.813000', '122855.816000', '122855.819000', '122855.822000', '122855.825000', '122855.827000', '122855.830000', '122855.833000', '122855.836000', '122855.839000', '122855.842000', '122855.844000', '122855.847000', '122855.850000', '122855.853000', '122915.731000', '122915.734000', '122915.737000', '122915.740000', '122915.743000', '122915.745000', '122915.748000', '122915.751000', '122915.754000', '122915.757000', '122915.760000', '122915.763000', '122915.765000', '122915.768000', '122915.771000', '122915.774000', '122915.777000', '122915.780000', '122915.782000', '122915.785000', '122915.788000', '122915.791000', '122915.794000', '122915.797000', '122915.800000', '122915.802000', '122915.805000', '122915.808000', '122915.811000', '122915.814000', '122915.816000', '122915.819000', '122915.822000', '122915.825000', '122915.828000', '122915.831000', '122915.834000', '122915.837000', '122915.840000', '122915.843000', '122915.845000', '122915.848000', '122915.851000', '122935.731000', '122935.734000', '122935.737000', '122935.740000', '122935.743000', '122935.745000', '122935.748000', '122935.751000', '122935.754000', '122935.757000', '122935.759000', '122935.762000', '122935.765000', '122935.768000', '122935.771000', '122935.774000', '122935.777000', '122935.779000', '122935.782000', '122935.785000', '122935.788000', '122935.791000', '122935.793000', '122935.798000', '122935.800000', '122935.803000', '122935.806000', '122935.809000', '122935.812000', '122935.815000', '122935.817000', '122935.820000', '122935.823000', '122935.826000', '122935.829000', '122935.832000', '122935.834000', '122935.854000', '122935.857000', '122935.859000', '122935.862000', '122935.865000', '122935.868000', '122935.871000', '122955.731000', '122955.734000', '122955.737000', '122955.740000', '122955.742000', '122955.745000', '122955.748000', '122955.751000', '122955.754000', '122955.757000', '122955.760000', '122955.762000', '122955.765000', '122955.769000', '122955.772000', '122955.775000', '122955.778000', '122955.781000', '122955.784000', '122955.787000', '122955.790000', '122955.792000', '122955.795000', '122955.798000', '122955.801000', '122955.804000', '122955.807000', '122955.809000', '122955.812000', '122955.815000', '122955.818000', '122955.821000', '122955.824000', '122955.828000', '122955.830000', '122955.833000', '122955.836000', '122955.839000', '122955.842000', '122955.845000', '122955.848000', '122955.850000', '122955.853000', '123001.874000', '123001.877000', '123001.880000', '123001.883000', '123001.886000', '123001.889000', '123001.893000', '123001.896000', '123001.899000', '123001.902000', '123001.905000', '123001.908000', '123001.910000', '123001.913000'], 'InstanceCreationTime': ['122335.789000', '122335.792000', '122335.795000', '122335.798000', '122335.801000', '122335.804000', '122335.806000', '122335.809000', '122335.812000', '122335.815000', '122335.819000', '122335.822000', '122335.824000', '122335.827000', '122335.830000', '122335.833000', '122335.836000', '122335.839000', '122335.842000', '122335.844000', '122335.847000', '122335.850000', '122335.854000', '122335.856000', '122335.859000', '122335.862000', '122335.865000', '122335.868000', '122335.870000', '122335.873000', '122335.881000', '122335.884000', '122355.731000', '122355.738000', '122355.741000', '122355.744000', '122355.746000', '122355.749000', '122355.752000', '122355.755000', '122355.758000', '122355.761000', '122355.763000', '122355.766000', '122355.769000', '122355.772000', '122355.774000', '122355.777000', '122355.780000', '122355.783000', '122355.786000', '122355.788000', '122355.791000', '122355.794000', '122355.797000', '122355.800000', '122355.802000', '122355.805000', '122355.808000', '122355.811000', '122355.813000', '122355.816000', '122355.819000', '122355.822000', '122355.825000', '122355.827000', '122355.830000', '122355.833000', '122355.836000', '122355.839000', '122355.841000', '122355.844000', '122355.847000', '122355.850000', '122355.853000', '122355.856000', '122415.731000', '122415.734000', '122415.737000', '122415.739000', '122415.742000', '122415.745000', '122415.748000', '122415.751000', '122415.754000', '122415.756000', '122415.759000', '122415.762000', '122415.770000', '122415.773000', '122415.775000', '122415.778000', '122415.781000', '122415.784000', '122415.787000', '122415.789000', '122415.792000', '122415.795000', '122415.798000', '122415.800000', '122415.803000', '122415.806000', '122415.809000', '122415.812000', '122415.814000', '122415.817000', '122415.820000', '122415.823000', '122415.826000', '122415.828000', '122415.831000', '122415.834000', '122415.837000', '122415.840000', '122415.842000', '122415.845000', '122415.848000', '122415.851000', '122415.854000', '122435.731000', '122435.734000', '122435.737000', '122435.739000', '122435.742000', '122435.745000', '122435.748000', '122435.751000', '122435.753000', '122435.756000', '122435.759000', '122435.762000', '122435.765000', '122435.767000', '122435.770000', '122435.773000', '122435.776000', '122435.779000', '122435.781000', '122435.784000', '122435.787000', '122435.790000', '122435.793000', '122435.796000', '122435.799000', '122435.801000', '122435.804000', '122435.807000', '122435.810000', '122435.813000', '122435.815000', '122435.818000', '122435.821000', '122435.824000', '122435.827000', '122435.830000', '122435.833000', '122435.835000', '122435.838000', '122435.841000', '122435.844000', '122435.847000', '122435.849000', '122435.852000', '122455.731000', '122455.734000', '122455.737000', '122455.739000', '122455.742000', '122455.745000', '122455.748000', '122455.751000', '122455.754000', '122455.756000', '122455.759000', '122455.762000', '122455.765000', '122455.768000', '122455.771000', '122455.773000', '122455.776000', '122455.779000', '122455.782000', '122455.784000', '122455.787000', '122455.790000', '122455.793000', '122455.796000', '122455.799000', '122455.801000', '122455.804000', '122455.807000', '122455.810000', '122455.813000', '122455.815000', '122455.818000', '122455.821000', '122455.824000', '122455.827000', '122455.830000', '122455.832000', '122455.835000', '122455.838000', '122455.841000', '122455.844000', '122455.847000', '122455.849000', '122515.731000', '122515.734000', '122515.737000', '122515.739000', '122515.742000', '122515.745000', '122515.748000', '122515.751000', '122515.754000', '122515.756000', '122515.759000', '122515.762000', '122515.765000', '122515.768000', '122515.770000', '122515.773000', '122515.776000', '122515.779000', '122515.782000', '122515.785000', '122515.796000', '122515.799000', '122515.802000', '122515.805000', '122515.808000', '122515.810000', '122515.813000', '122515.816000', '122515.819000', '122515.822000', '122515.824000', '122515.827000', '122515.830000', '122515.833000', '122515.836000', '122515.839000', '122515.841000', '122515.844000', '122515.847000', '122515.850000', '122515.853000', '122515.856000', '122515.859000', '122515.861000', '122535.732000', '122535.735000', '122535.738000', '122535.740000', '122535.743000', '122535.746000', '122535.749000', '122535.752000', '122535.755000', '122535.757000', '122535.760000', '122535.763000', '122535.766000', '122535.768000', '122535.771000', '122535.774000', '122535.777000', '122535.780000', '122535.783000', '122535.785000', '122535.788000', '122535.791000', '122535.794000', '122535.797000', '122535.800000', '122535.802000', '122535.805000', '122535.808000', '122535.811000', '122535.814000', '122535.816000', '122535.819000', '122535.822000', '122535.825000', '122535.828000', '122535.831000', '122535.833000', '122535.836000', '122535.839000', '122535.842000', '122535.845000', '122535.847000', '122535.850000', '122555.732000', '122555.735000', '122555.738000', '122555.741000', '122555.743000', '122555.746000', '122555.749000', '122555.752000', '122555.755000', '122555.757000', '122555.760000', '122555.763000', '122555.766000', '122555.769000', '122555.771000', '122555.774000', '122555.777000', '122555.780000', '122555.783000', '122555.785000', '122555.788000', '122555.791000', '122555.794000', '122555.797000', '122555.800000', '122555.802000', '122555.805000', '122555.808000', '122555.811000', '122555.814000', '122555.816000', '122555.819000', '122555.822000', '122555.825000', '122555.828000', '122555.830000', '122555.833000', '122555.836000', '122555.839000', '122555.842000', '122555.844000', '122555.847000', '122555.850000', '122555.853000', '122615.731000', '122615.734000', '122615.737000', '122615.740000', '122615.742000', '122615.745000', '122615.748000', '122615.751000', '122615.754000', '122615.756000', '122615.759000', '122615.762000', '122615.765000', '122615.768000', '122615.771000', '122615.773000', '122615.776000', '122615.779000', '122615.782000', '122615.785000', '122615.788000', '122615.791000', '122615.793000', '122615.796000', '122615.799000', '122615.802000', '122615.805000', '122615.807000', '122615.810000', '122615.813000', '122615.816000', '122615.819000', '122615.821000', '122615.824000', '122615.827000', '122615.830000', '122615.833000', '122615.835000', '122615.838000', '122615.841000', '122615.844000', '122615.847000', '122615.849000', '122635.731000', '122635.734000', '122635.737000', '122635.740000', '122635.743000', '122635.746000', '122635.749000', '122635.751000', '122635.754000', '122635.757000', '122635.760000', '122635.763000', '122635.766000', '122635.768000', '122635.771000', '122635.774000', '122635.777000', '122635.780000', '122635.783000', '122635.785000', '122635.788000', '122635.791000', '122635.794000', '122635.797000', '122635.800000', '122635.802000', '122635.805000', '122635.808000', '122635.811000', '122635.814000', '122635.816000', '122635.819000', '122635.822000', '122635.825000', '122635.828000', '122635.831000', '122635.833000', '122635.836000', '122635.839000', '122635.842000', '122635.845000', '122635.847000', '122635.850000', '122655.731000', '122655.745000', '122655.748000', '122655.751000', '122655.754000', '122655.756000', '122655.759000', '122655.762000', '122655.765000', '122655.768000', '122655.770000', '122655.773000', '122655.776000', '122655.779000', '122655.782000', '122655.784000', '122655.787000', '122655.790000', '122655.793000', '122655.796000', '122655.799000', '122655.801000', '122655.804000', '122655.807000', '122655.810000', '122655.813000', '122655.815000', '122655.818000', '122655.821000', '122655.824000', '122655.827000', '122655.829000', '122655.832000', '122655.835000', '122655.838000', '122655.841000', '122655.844000', '122655.846000', '122655.849000', '122655.852000', '122655.855000', '122655.857000', '122655.860000', '122655.863000', '122715.731000', '122715.734000', '122715.737000', '122715.740000', '122715.743000', '122715.746000', '122715.749000', '122715.751000', '122715.754000', '122715.757000', '122715.760000', '122715.763000', '122715.766000', '122715.769000', '122715.772000', '122715.775000', '122715.778000', '122715.780000', '122715.783000', '122715.786000', '122715.789000', '122715.792000', '122715.795000', '122715.797000', '122715.800000', '122715.803000', '122715.806000', '122715.809000', '122715.812000', '122715.814000', '122715.817000', '122715.820000', '122715.823000', '122715.826000', '122715.829000', '122715.831000', '122715.834000', '122715.837000', '122715.840000', '122715.843000', '122715.846000', '122715.848000', '122715.851000', '122735.731000', '122735.734000', '122735.737000', '122735.740000', '122735.743000', '122735.745000', '122735.748000', '122735.751000', '122735.754000', '122735.757000', '122735.759000', '122735.762000', '122735.765000', '122735.768000', '122735.771000', '122735.774000', '122735.776000', '122735.779000', '122735.782000', '122735.785000', '122735.788000', '122735.790000', '122735.793000', '122735.796000', '122735.799000', '122735.802000', '122735.805000', '122735.807000', '122735.810000', '122735.813000', '122735.816000', '122735.819000', '122735.822000', '122735.824000', '122735.827000', '122735.830000', '122735.833000', '122735.836000', '122735.838000', '122735.841000', '122735.844000', '122735.847000', '122735.850000', '122735.853000', '122755.732000', '122755.735000', '122755.738000', '122755.741000', '122755.743000', '122755.746000', '122755.749000', '122755.752000', '122755.755000', '122755.758000', '122755.760000', '122755.763000', '122755.766000', '122755.769000', '122755.772000', '122755.775000', '122755.778000', '122755.781000', '122755.784000', '122755.786000', '122755.789000', '122755.792000', '122755.795000', '122755.798000', '122755.800000', '122755.803000', '122755.806000', '122755.809000', '122755.812000', '122755.815000', '122755.818000', '122755.820000', '122755.823000', '122755.826000', '122755.829000', '122755.832000', '122755.835000', '122755.837000', '122755.840000', '122755.843000', '122755.846000', '122755.849000', '122755.852000', '122815.732000', '122815.735000', '122815.738000', '122815.741000', '122815.743000', '122815.746000', '122815.749000', '122815.752000', '122815.755000', '122815.757000', '122815.760000', '122815.763000', '122815.766000', '122815.769000', '122815.772000', '122815.775000', '122815.777000', '122815.780000', '122815.783000', '122815.786000', '122815.789000', '122815.791000', '122815.794000', '122815.797000', '122815.800000', '122815.803000', '122815.822000', '122815.825000', '122815.828000', '122815.831000', '122815.834000', '122815.836000', '122815.839000', '122815.842000', '122815.845000', '122815.848000', '122815.851000', '122815.853000', '122815.856000', '122815.859000', '122815.862000', '122815.865000', '122815.868000', '122815.870000', '122835.732000', '122835.736000', '122835.738000', '122835.741000', '122835.744000', '122835.747000', '122835.750000', '122835.752000', '122835.755000', '122835.758000', '122835.761000', '122835.764000', '122835.767000', '122835.769000', '122835.772000', '122835.775000', '122835.778000', '122835.781000', '122835.784000', '122835.788000', '122835.793000', '122835.796000', '122835.799000', '122835.802000', '122835.804000', '122835.807000', '122835.810000', '122835.813000', '122835.816000', '122835.819000', '122835.821000', '122835.824000', '122835.827000', '122835.830000', '122835.833000', '122835.835000', '122835.838000', '122835.841000', '122835.844000', '122835.847000', '122835.850000', '122835.852000', '122835.855000', '122855.731000', '122855.734000', '122855.737000', '122855.740000', '122855.743000', '122855.745000', '122855.748000', '122855.751000', '122855.754000', '122855.757000', '122855.760000', '122855.763000', '122855.765000', '122855.768000', '122855.771000', '122855.774000', '122855.777000', '122855.779000', '122855.782000', '122855.785000', '122855.788000', '122855.791000', '122855.794000', '122855.796000', '122855.799000', '122855.802000', '122855.805000', '122855.808000', '122855.811000', '122855.813000', '122855.816000', '122855.819000', '122855.822000', '122855.825000', '122855.827000', '122855.830000', '122855.833000', '122855.836000', '122855.839000', '122855.842000', '122855.844000', '122855.847000', '122855.850000', '122855.853000', '122915.731000', '122915.734000', '122915.737000', '122915.740000', '122915.743000', '122915.745000', '122915.748000', '122915.751000', '122915.754000', '122915.757000', '122915.760000', '122915.763000', '122915.765000', '122915.768000', '122915.771000', '122915.774000', '122915.777000', '122915.780000', '122915.782000', '122915.785000', '122915.788000', '122915.791000', '122915.794000', '122915.797000', '122915.800000', '122915.802000', '122915.805000', '122915.808000', '122915.811000', '122915.814000', '122915.816000', '122915.819000', '122915.822000', '122915.825000', '122915.828000', '122915.831000', '122915.834000', '122915.837000', '122915.840000', '122915.843000', '122915.845000', '122915.848000', '122915.851000', '122935.731000', '122935.734000', '122935.737000', '122935.740000', '122935.743000', '122935.745000', '122935.748000', '122935.751000', '122935.754000', '122935.757000', '122935.759000', '122935.762000', '122935.765000', '122935.768000', '122935.771000', '122935.774000', '122935.777000', '122935.779000', '122935.782000', '122935.785000', '122935.788000', '122935.791000', '122935.793000', '122935.798000', '122935.800000', '122935.803000', '122935.806000', '122935.809000', '122935.812000', '122935.815000', '122935.817000', '122935.820000', '122935.823000', '122935.826000', '122935.829000', '122935.832000', '122935.834000', '122935.854000', '122935.857000', '122935.859000', '122935.862000', '122935.865000', '122935.868000', '122935.871000', '122955.731000', '122955.734000', '122955.737000', '122955.740000', '122955.742000', '122955.745000', '122955.748000', '122955.751000', '122955.754000', '122955.757000', '122955.760000', '122955.762000', '122955.765000', '122955.769000', '122955.772000', '122955.775000', '122955.778000', '122955.781000', '122955.784000', '122955.787000', '122955.790000', '122955.792000', '122955.795000', '122955.798000', '122955.801000', '122955.804000', '122955.807000', '122955.809000', '122955.812000', '122955.815000', '122955.818000', '122955.821000', '122955.824000', '122955.828000', '122955.830000', '122955.833000', '122955.836000', '122955.839000', '122955.842000', '122955.845000', '122955.848000', '122955.850000', '122955.853000', '123001.874000', '123001.877000', '123001.880000', '123001.883000', '123001.886000', '123001.889000', '123001.893000', '123001.896000', '123001.899000', '123001.902000', '123001.905000', '123001.908000', '123001.910000', '123001.913000'], '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': [10284, 13986, 10835, 11888, 19542, 10583, 15116, 10307, 10914, 15918, 10053, 11967, 11074, 11372, 11906, 10155, 11962, 10179, 11643, 11994, 10505, 12175, 10326, 12065, 10544, 10829, 10836, 10775, 12622, 10469, 10212, 14207, 10901, 11562, 9828, 9730, 10933, 10138, 10526, 10029, 10013, 12326, 10181, 11484, 10177, 10761, 10400, 10335, 10397, 9987, 15725, 11636, 10231, 13313, 10120, 10735, 10606, 10092, 10971, 10072, 11679, 10612, 11063, 10053, 10749, 10367, 11094, 10995, 17336, 16806, 14439, 16169, 10335, 11844, 10419, 10801, 17426, 11601, 10943, 13324, 9751, 10473, 10271, 10348, 10340, 9929, 12065, 10335, 10592, 10103, 10119, 13864, 10067, 11184, 11999, 9933, 11411, 10335, 11061, 10406, 9994, 10273, 10885, 11541, 11230, 13693, 11267, 12419, 11729, 12294, 18030, 11727, 11771, 11934, 10946, 15868, 10651, 11601, 10734, 10949, 18117, 10627, 11511, 18713, 10342, 11970, 9977, 10156, 11488, 10106, 11390, 10450, 10894, 13577, 10273, 10590, 10492, 9819, 11437, 10351, 10429, 10724, 10446, 13359, 10650, 10174, 12925, 10386, 11628, 10688, 10543, 17632, 10095, 11229, 10645, 10427, 15505, 10012, 11969, 10296, 10831, 11020, 10211, 11138, 10326, 10344, 10015, 10454, 10108, 14614, 10297, 15540, 18899, 12398, 11638, 10357, 11052, 10298, 10390, 10608, 10031, 11306, 10247, 10123, 10178, 10251, 11496, 10147, 10143, 14007, 10364, 13810, 10218, 10747, 13539, 10070, 10820, 10201, 10798, 10908, 10308, 10597, 10257, 11653, 10254, 10204, 10710, 10697, 15250, 10154, 16320, 10538, 10496, 11191, 10100, 12186, 9771, 10159, 9644, 9935, 9571, 10960, 9477, 12117, 11486, 14965, 10162, 12293, 9703, 10945, 10058, 11053, 10224, 13383, 9932, 16486, 18583, 15111, 19061, 15212, 15822, 14303, 11573, 17082, 11307, 9180, 11266, 9473, 11097, 10144, 11008, 9546, 11107, 9219, 10743, 9734, 11022, 9634, 10956, 9594, 10537, 13234, 9193, 10951, 9318, 10494, 9488, 9927, 9200, 9576, 9452, 9396, 9184, 9347, 9408, 9574, 13744, 9331, 11499, 9163, 9464, 10831, 9516, 11868, 9408, 9854, 9616, 9760, 9270, 9499, 14895, 12351, 13390, 14108, 11515, 12908, 11184, 12132, 18416, 18640, 15395, 17977, 13058, 11891, 20910, 12840, 16913, 11852, 11485, 21282, 14218, 17268, 12118, 11311, 13814, 11071, 11022, 10465, 10757, 10159, 10551, 14466, 10491, 10587, 15675, 10739, 10707, 10106, 10936, 11944, 10082, 10771, 10802, 11011, 10842, 10738, 10332, 10190, 10761, 10461, 10286, 10807, 14193, 10695, 10615, 10388, 10463, 12943, 9823, 10614, 11261, 10528, 10451, 11132, 10557, 11042, 10472, 10350, 16368, 10034, 11501, 10108, 10383, 18464, 10127, 13201, 9865, 10611, 13101, 10320, 11837, 10608, 10187, 9952, 10391, 18160, 13174, 10634, 12033, 10198, 10421, 18774, 10262, 11075, 10282, 10324, 9579, 10169, 12916, 20394, 12024, 10279, 17037, 10015, 10728, 11278, 10006, 11394, 9713, 10615, 10712, 10962, 10599, 10674, 10311, 10290, 9875, 10665, 12613, 10615, 14403, 11831, 11379, 10887, 11361, 10707, 17765, 11460, 17433, 17904, 12060, 13059, 19346, 12343, 14645, 9832, 10901, 11059, 11202, 11002, 11217, 10911, 11040, 10514, 10643, 10014, 10746, 10321, 11784, 10600, 11432, 11722, 12059, 15109, 10752, 17757, 10834, 15569, 18734, 16305, 16389, 11459, 10739, 10666, 10526, 8918, 10158, 10257, 10546, 10425, 10639, 11043, 10213, 10284, 10124, 17359, 10525, 11407, 9831, 10595, 9721, 10656, 12301, 11008, 10857, 10633, 10205, 15588, 11135, 10692, 10014, 9980, 13418, 13716, 11228, 13520, 10424, 10808, 10908, 10866, 10087, 10182, 10000, 10760, 17962, 15253, 17249, 12744, 16260, 10902, 12565, 19776, 14996, 12083, 19042, 10530, 10389, 10633, 11505, 11905, 12284, 12950, 11927, 11115, 11319, 10120, 12886, 11246, 13440, 10394, 11112, 17654, 14156, 17605, 12115, 19252, 11763, 19275, 11234, 19626, 13316, 11499, 11276, 10926, 10377, 10420, 17456, 10373, 10241, 9717, 11451, 10588, 11238, 10784, 11325, 10078, 11255, 10381, 10771, 15490, 11289, 14124, 10229, 12170, 10911, 10577, 10344, 10710, 12495, 10526, 12231, 10716, 9071, 10448, 11476, 10543, 8582, 10530, 11859, 10375, 10858, 10303, 10707, 11310, 10891, 11958, 10873, 11117, 11045, 10650, 17556, 10475, 12010, 10370, 10576, 9735, 10764, 18478, 15597, 14408, 12087, 12756, 12661, 12384, 12513, 12843, 11809, 15576, 18596, 11755, 11814, 19350, 11794, 13446, 10813, 11728, 19239, 11181, 12437, 11631, 11406, 19703, 11525, 11821, 11276, 11349, 10951, 11157, 18985, 11236, 11433, 10754, 11487, 12317, 11379, 11308, 11246, 11356, 10680, 11461, 12300, 10905, 11103, 10263, 11300, 12002, 11042, 11344, 11125, 11281, 11227, 11417, 10361, 11612, 10384, 11065, 11571, 11314, 11685, 9934, 11605, 13668, 10939, 11205, 10744, 11686, 17362, 10924, 12239, 10561, 10892, 11362, 11498, 14236, 11055, 12600, 15447, 10938, 12051, 11338, 11543, 11155, 10946, 17664, 11576, 11089, 18837, 11081, 10888, 18377, 13285, 10610, 10423, 11057, 14663, 12369, 10526, 10905, 10378, 9890, 10581, 11414, 10687, 13602, 11203, 10521, 13797, 10820, 12037, 10477, 10786, 10297, 10742, 10268, 10550, 17322, 13385, 10624, 10853, 10540, 10445, 10690, 9038, 10604, 11139, 10914, 10893, 15083, 12169, 11098, 14844, 10903, 11508, 10840, 11130, 11825, 10867, 11022, 16996, 11684, 11165, 11338, 10792, 11909, 11460, 12104, 11087, 10593, 10912, 10809, 13991, 11879, 11238, 10437, 10836, 14491, 9979, 11240, 10914, 10711, 13885, 11618, 11477, 12863, 10230, 10870, 13644, 10446, 11620, 13112, 12045, 11277, 10292, 11317, 13742, 12488, 11460, 10583, 11113, 14881, 13656, 11261, 12893, 11735, 11076, 13360, 11640, 12647, 11089, 10827, 11991, 11446, 12819, 12121, 12090, 12644, 10879, 14339, 10481, 16022, 10365, 14187, 11244, 15940, 10500, 18825, 11815, 19692, 13892, 13061, 21800, 18879, 16201, 10767, 14781, 9689, 10958, 13858, 12570, 11712, 10284, 11171, 11323, 11550, 11161, 12145, 12155, 11372, 9005, 11323, 12194, 12131, 11767, 11913, 11099, 13945, 11274, 14121, 11490, 11337, 10297, 10169, 9466, 9647, 9067, 9835, 9793, 9956, 15964, 11431, 9514, 8800, 9803, 17886, 12382, 11328, 10725, 10458, 19302, 14309, 11203, 19419, 10659, 10703, 10276, 11049, 12869, 12435, 11356, 10437, 10682, 13729, 10151, 11169, 10705, 10533, 14031, 11300, 11099, 18810, 11486, 11972], 'WindowCenter': [4497.0, 4510.0, 4478.0, 4488.0, 4516.0, 4452.0, 4492.0, 4441.0, 4464.0, 4490.0, 4440.0, 4459.0, 4450.0, 4462.0, 4461.0, 4442.0, 4460.0, 4442.0, 4462.0, 4459.0, 4441.0, 4459.0, 4441.0, 4460.0, 4465.0, 4462.0, 4462.0, 4463.0, 4473.0, 4454.0, 4453.0, 4498.0, 4463.0, 4461.0, 4465.0, 4455.0, 4463.0, 4454.0, 4466.0, 4454.0, 4454.0, 4484.0, 4466.0, 4475.0, 4466.0, 4477.0, 4478.0, 4467.0, 4467.0, 4469.0, 4511.0, 4464.0, 4454.0, 4484.0, 4454.0, 4465.0, 4452.0, 4453.0, 4463.0, 4452.0, 4475.0, 4467.0, 4475.0, 4471.0, 4479.0, 4471.0, 4477.0, 4466.0, 4520.0, 4506.0, 4483.0, 4481.0, 4439.0, 4451.0, 4437.0, 4451.0, 4491.0, 4449.0, 4437.0, 4457.0, 4431.0, 4437.0, 4439.0, 4440.0, 4441.0, 4456.0, 4473.0, 4456.0, 4465.0, 4465.0, 4469.0, 4495.0, 4455.0, 4467.0, 4475.0, 4455.0, 4464.0, 4455.0, 4463.0, 4464.0, 4466.0, 4465.0, 4493.0, 4477.0, 4489.0, 4498.0, 4477.0, 4489.0, 4478.0, 4476.0, 4522.0, 4464.0, 4461.0, 4463.0, 4465.0, 4492.0, 4453.0, 4462.0, 4439.0, 4450.0, 4498.0, 4450.0, 4464.0, 4489.0, 4429.0, 4446.0, 4426.0, 4440.0, 4447.0, 4441.0, 4449.0, 4450.0, 4452.0, 4482.0, 4452.0, 4453.0, 4450.0, 4454.0, 4475.0, 4456.0, 4465.0, 4476.0, 4478.0, 4499.0, 4467.0, 4466.0, 4485.0, 4467.0, 4474.0, 4456.0, 4465.0, 4504.0, 4454.0, 4463.0, 4465.0, 4465.0, 4505.0, 4457.0, 4475.0, 4464.0, 4464.0, 4466.0, 4468.0, 4477.0, 4469.0, 4470.0, 4468.0, 4467.0, 4480.0, 4519.0, 4478.0, 4518.0, 4516.0, 4475.0, 4461.0, 4452.0, 4461.0, 4453.0, 4454.0, 4453.0, 4455.0, 4463.0, 4465.0, 4465.0, 4454.0, 4466.0, 4473.0, 4454.0, 4466.0, 4493.0, 4453.0, 4482.0, 4451.0, 4463.0, 4481.0, 4442.0, 4450.0, 4453.0, 4461.0, 4463.0, 4454.0, 4463.0, 4465.0, 4475.0, 4467.0, 4464.0, 4465.0, 4478.0, 4505.0, 4465.0, 4505.0, 4452.0, 4452.0, 4461.0, 4465.0, 4487.0, 4468.0, 4466.0, 4456.0, 4455.0, 4467.0, 4476.0, 4469.0, 4500.0, 4488.0, 4510.0, 4458.0, 4477.0, 4457.0, 4477.0, 4455.0, 4463.0, 4465.0, 4495.0, 4455.0, 4507.0, 4516.0, 4495.0, 4506.0, 4466.0, 4455.0, 4441.0, 4422.0, 4463.0, 4421.0, 4389.0, 4422.0, 4401.0, 4421.0, 4411.0, 4425.0, 4415.0, 4436.0, 4429.0, 4438.0, 4428.0, 4437.0, 4427.0, 4438.0, 4428.0, 4440.0, 4471.0, 4431.0, 4448.0, 4432.0, 4451.0, 4444.0, 4453.0, 4445.0, 4444.0, 4457.0, 4455.0, 4460.0, 4469.0, 4460.0, 4470.0, 4497.0, 4471.0, 4491.0, 4457.0, 4458.0, 4476.0, 4469.0, 4499.0, 4474.0, 4481.0, 4482.0, 4482.0, 4472.0, 4496.0, 4536.0, 4519.0, 4515.0, 4511.0, 4490.0, 4513.0, 4490.0, 4513.0, 4558.0, 4531.0, 4507.0, 4520.0, 4488.0, 4477.0, 4525.0, 4485.0, 4503.0, 4463.0, 4460.0, 4498.0, 4470.0, 4490.0, 4449.0, 4448.0, 4467.0, 4451.0, 4439.0, 4440.0, 4439.0, 4438.0, 4439.0, 4469.0, 4441.0, 4449.0, 4479.0, 4450.0, 4438.0, 4427.0, 4447.0, 4448.0, 4437.0, 4449.0, 4450.0, 4462.0, 4452.0, 4464.0, 4465.0, 4463.0, 4476.0, 4463.0, 4465.0, 4477.0, 4495.0, 4467.0, 4465.0, 4477.0, 4479.0, 4497.0, 4470.0, 4478.0, 4477.0, 4479.0, 4478.0, 4487.0, 4479.0, 4490.0, 4481.0, 4482.0, 4530.0, 4480.0, 4490.0, 4480.0, 4481.0, 4529.0, 4480.0, 4510.0, 4467.0, 4478.0, 4496.0, 4467.0, 4488.0, 4467.0, 4466.0, 4468.0, 4478.0, 4531.0, 4487.0, 4464.0, 4474.0, 4456.0, 4465.0, 4512.0, 4453.0, 4463.0, 4453.0, 4463.0, 4453.0, 4465.0, 4485.0, 4525.0, 4472.0, 4453.0, 4502.0, 4441.0, 4462.0, 4459.0, 4451.0, 4461.0, 4456.0, 4476.0, 4478.0, 4475.0, 4479.0, 4479.0, 4479.0, 4478.0, 4480.0, 4492.0, 4501.0, 4494.0, 4510.0, 4489.0, 4478.0, 4477.0, 4477.0, 4477.0, 4529.0, 4477.0, 4517.0, 4508.0, 4461.0, 4472.0, 4502.0, 4458.0, 4466.0, 4441.0, 4460.0, 4448.0, 4459.0, 4451.0, 4460.0, 4461.0, 4472.0, 4465.0, 4465.0, 4467.0, 4477.0, 4495.0, 4515.0, 4480.0, 4487.0, 4486.0, 4487.0, 4509.0, 4490.0, 4518.0, 4465.0, 4509.0, 4514.0, 4503.0, 4491.0, 4449.0, 4450.0, 4450.0, 4451.0, 4432.0, 4465.0, 4454.0, 4466.0, 4476.0, 4478.0, 4488.0, 4468.0, 4478.0, 4480.0, 4528.0, 4479.0, 4489.0, 4469.0, 4491.0, 4469.0, 4505.0, 4512.0, 4505.0, 4505.0, 4505.0, 4505.0, 4534.0, 4502.0, 4492.0, 4480.0, 4483.0, 4523.0, 4511.0, 4491.0, 4510.0, 4480.0, 4477.0, 4491.0, 4491.0, 4480.0, 4492.0, 4480.0, 4490.0, 4543.0, 4533.0, 4530.0, 4500.0, 4518.0, 4475.0, 4488.0, 4529.0, 4493.0, 4471.0, 4501.0, 4453.0, 4465.0, 4464.0, 4474.0, 4474.0, 4473.0, 4486.0, 4488.0, 4488.0, 4489.0, 4466.0, 4487.0, 4475.0, 4499.0, 4466.0, 4477.0, 4517.0, 4495.0, 4518.0, 4476.0, 4514.0, 4461.0, 4502.0, 4464.0, 4503.0, 4471.0, 4449.0, 4461.0, 4450.0, 4438.0, 4437.0, 4477.0, 4425.0, 4425.0, 4414.0, 4445.0, 4436.0, 4447.0, 4437.0, 4447.0, 4426.0, 4446.0, 4425.0, 4438.0, 4478.0, 4449.0, 4467.0, 4427.0, 4446.0, 4436.0, 4425.0, 4435.0, 4438.0, 4455.0, 4439.0, 4458.0, 4449.0, 4429.0, 4464.0, 4487.0, 4478.0, 4447.0, 4479.0, 4488.0, 4480.0, 4489.0, 4479.0, 4481.0, 4491.0, 4493.0, 4501.0, 4505.0, 4504.0, 4502.0, 4492.0, 4542.0, 4492.0, 4503.0, 4482.0, 4481.0, 4472.0, 4492.0, 4542.0, 4534.0, 4525.0, 4502.0, 4502.0, 4499.0, 4499.0, 4511.0, 4510.0, 4503.0, 4534.0, 4532.0, 4478.0, 4478.0, 4528.0, 4476.0, 4485.0, 4451.0, 4461.0, 4501.0, 4449.0, 4461.0, 4451.0, 4461.0, 4501.0, 4450.0, 4458.0, 4450.0, 4449.0, 4447.0, 4450.0, 4499.0, 4448.0, 4446.0, 4447.0, 4459.0, 4459.0, 4460.0, 4460.0, 4471.0, 4462.0, 4463.0, 4475.0, 4484.0, 4476.0, 4475.0, 4463.0, 4486.0, 4486.0, 4486.0, 4487.0, 4488.0, 4488.0, 4501.0, 4499.0, 4491.0, 4514.0, 4492.0, 4514.0, 4502.0, 4503.0, 4514.0, 4493.0, 4513.0, 4523.0, 4504.0, 4503.0, 4491.0, 4502.0, 4532.0, 4480.0, 4500.0, 4478.0, 4479.0, 4488.0, 4490.0, 4509.0, 4490.0, 4502.0, 4519.0, 4478.0, 4486.0, 4476.0, 4487.0, 4477.0, 4477.0, 4516.0, 4475.0, 4476.0, 4527.0, 4475.0, 4474.0, 4516.0, 4495.0, 4463.0, 4463.0, 4474.0, 4495.0, 4483.0, 4462.0, 4465.0, 4464.0, 4464.0, 4475.0, 4475.0, 4466.0, 4494.0, 4475.0, 4476.0, 4494.0, 4476.0, 4484.0, 4475.0, 4477.0, 4480.0, 4488.0, 4478.0, 4479.0, 4519.0, 4495.0, 4465.0, 4463.0, 4465.0, 4476.0, 4479.0, 4458.0, 4479.0, 4490.0, 4505.0, 4502.0, 4520.0, 4489.0, 4488.0, 4508.0, 4478.0, 4488.0, 4477.0, 4476.0, 4486.0, 4477.0, 4477.0, 4516.0, 4486.0, 4475.0, 4486.0, 4478.0, 4487.0, 4489.0, 4488.0, 4488.0, 4478.0, 4489.0, 4491.0, 4510.0, 4488.0, 4477.0, 4477.0, 4490.0, 4510.0, 4479.0, 4487.0, 4477.0, 4477.0, 4508.0, 4476.0, 4486.0, 4495.0, 4464.0, 4476.0, 4496.0, 4464.0, 4485.0, 4493.0, 4484.0, 4477.0, 4464.0, 4476.0, 4495.0, 4487.0, 4486.0, 4466.0, 4477.0, 4509.0, 4496.0, 4475.0, 4485.0, 4474.0, 4474.0, 4494.0, 4487.0, 4484.0, 4488.0, 4487.0, 4514.0, 4503.0, 4511.0, 4500.0, 4513.0, 4511.0, 4492.0, 4520.0, 4477.0, 4521.0, 4470.0, 4508.0, 4489.0, 4520.0, 4479.0, 4530.0, 4478.0, 4517.0, 4482.0, 4485.0, 4526.0, 4513.0, 4492.0, 4452.0, 4482.0, 4440.0, 4450.0, 4468.0, 4469.0, 4459.0, 4438.0, 4461.0, 4460.0, 4472.0, 4473.0, 4486.0, 4486.0, 4487.0, 4457.0, 4489.0, 4500.0, 4501.0, 4501.0, 4502.0, 4505.0, 4510.0, 4489.0, 4510.0, 4476.0, 4477.0, 4492.0, 4480.0, 4468.0, 4482.0, 4472.0, 4484.0, 4481.0, 4494.0, 4545.0, 4504.0, 4472.0, 4486.0, 4496.0, 4545.0, 4500.0, 4479.0, 4466.0, 4466.0, 4530.0, 4507.0, 4475.0, 4526.0, 4466.0, 4462.0, 4452.0, 4475.0, 4485.0, 4485.0, 4474.0, 4478.0, 4488.0, 4509.0, 4480.0, 4488.0, 4480.0, 4479.0, 4508.0, 4489.0, 4489.0, 4528.0, 4476.0, 4486.0], 'WindowWidth': [9898.0, 9905.0, 9854.0, 9868.0, 9906.0, 9811.0, 9865.0, 9792.0, 9826.0, 9858.0, 9788.0, 9812.0, 9801.0, 9822.0, 9817.0, 9791.0, 9814.0, 9793.0, 9823.0, 9814.0, 9790.0, 9811.0, 9792.0, 9815.0, 9831.0, 9823.0, 9824.0, 9828.0, 9842.0, 9815.0, 9813.0, 9884.0, 9826.0, 9818.0, 9834.0, 9820.0, 9826.0, 9814.0, 9831.0, 9813.0, 9816.0, 9856.0, 9835.0, 9845.0, 9837.0, 9853.0, 9856.0, 9841.0, 9841.0, 9842.0, 9910.0, 9830.0, 9815.0, 9855.0, 9813.0, 9829.0, 9809.0, 9811.0, 9825.0, 9809.0, 9844.0, 9839.0, 9848.0, 9850.0, 9859.0, 9848.0, 9851.0, 9835.0, 9926.0, 9893.0, 9853.0, 9846.0, 9785.0, 9803.0, 9779.0, 9801.0, 9860.0, 9794.0, 9778.0, 9808.0, 9777.0, 9782.0, 9786.0, 9789.0, 9793.0, 9822.0, 9841.0, 9820.0, 9832.0, 9833.0, 9843.0, 9873.0, 9820.0, 9837.0, 9842.0, 9818.0, 9827.0, 9816.0, 9824.0, 9829.0, 9837.0, 9832.0, 9885.0, 9850.0, 9873.0, 9886.0, 9852.0, 9871.0, 9853.0, 9849.0, 9927.0, 9829.0, 9818.0, 9823.0, 9831.0, 9864.0, 9809.0, 9819.0, 9785.0, 9802.0, 9868.0, 9801.0, 9825.0, 9856.0, 9769.0, 9791.0, 9762.0, 9787.0, 9793.0, 9790.0, 9799.0, 9803.0, 9807.0, 9850.0, 9809.0, 9808.0, 9804.0, 9816.0, 9844.0, 9820.0, 9831.0, 9849.0, 9855.0, 9887.0, 9840.0, 9836.0, 9860.0, 9836.0, 9843.0, 9819.0, 9831.0, 9884.0, 9816.0, 9826.0, 9830.0, 9835.0, 9888.0, 9823.0, 9845.0, 9832.0, 9831.0, 9837.0, 9838.0, 9850.0, 9841.0, 9846.0, 9843.0, 9839.0, 9861.0, 9917.0, 9858.0, 9917.0, 9909.0, 9845.0, 9821.0, 9810.0, 9823.0, 9815.0, 9816.0, 9813.0, 9820.0, 9829.0, 9836.0, 9835.0, 9816.0, 9836.0, 9843.0, 9817.0, 9836.0, 9867.0, 9814.0, 9853.0, 9810.0, 9829.0, 9848.0, 9797.0, 9805.0, 9813.0, 9822.0, 9829.0, 9816.0, 9828.0, 9835.0, 9847.0, 9840.0, 9832.0, 9834.0, 9857.0, 9891.0, 9834.0, 9890.0, 9811.0, 9812.0, 9822.0, 9838.0, 9870.0, 9845.0, 9837.0, 9823.0, 9819.0, 9843.0, 9850.0, 9847.0, 9893.0, 9871.0, 9903.0, 9827.0, 9851.0, 9828.0, 9853.0, 9822.0, 9828.0, 9833.0, 9876.0, 9820.0, 9902.0, 9906.0, 9872.0, 9899.0, 9818.0, 9800.0, 9772.0, 9748.0, 9806.0, 9745.0, 9698.0, 9748.0, 9717.0, 9745.0, 9732.0, 9758.0, 9744.0, 9776.0, 9772.0, 9782.0, 9767.0, 9780.0, 9768.0, 9783.0, 9768.0, 9788.0, 9830.0, 9779.0, 9797.0, 9781.0, 9803.0, 9803.0, 9814.0, 9805.0, 9802.0, 9823.0, 9821.0, 9835.0, 9847.0, 9833.0, 9847.0, 9882.0, 9852.0, 9880.0, 9827.0, 9830.0, 9849.0, 9844.0, 9889.0, 9861.0, 9866.0, 9870.0, 9870.0, 9854.0, 9896.0, 9950.0, 9925.0, 9914.0, 9901.0, 9875.0, 9910.0, 9877.0, 9915.0, 9999.0, 9937.0, 9894.0, 9925.0, 9867.0, 9849.0, 9921.0, 9860.0, 9883.0, 9824.0, 9819.0, 9873.0, 9827.0, 9859.0, 9797.0, 9797.0, 9821.0, 9804.0, 9785.0, 9787.0, 9783.0, 9783.0, 9786.0, 9829.0, 9788.0, 9799.0, 9837.0, 9800.0, 9783.0, 9767.0, 9794.0, 9796.0, 9782.0, 9798.0, 9800.0, 9822.0, 9808.0, 9830.0, 9834.0, 9828.0, 9847.0, 9829.0, 9834.0, 9853.0, 9876.0, 9838.0, 9835.0, 9854.0, 9861.0, 9883.0, 9849.0, 9858.0, 9854.0, 9859.0, 9858.0, 9868.0, 9861.0, 9875.0, 9866.0, 9869.0, 9930.0, 9866.0, 9879.0, 9862.0, 9866.0, 9932.0, 9863.0, 9906.0, 9839.0, 9855.0, 9877.0, 9840.0, 9870.0, 9840.0, 9838.0, 9842.0, 9856.0, 9946.0, 9865.0, 9831.0, 9846.0, 9820.0, 9832.0, 9894.0, 9815.0, 9828.0, 9814.0, 9829.0, 9813.0, 9833.0, 9863.0, 9920.0, 9838.0, 9813.0, 9879.0, 9793.0, 9824.0, 9816.0, 9809.0, 9822.0, 9825.0, 9852.0, 9858.0, 9848.0, 9860.0, 9858.0, 9861.0, 9860.0, 9863.0, 9883.0, 9892.0, 9889.0, 9904.0, 9873.0, 9855.0, 9853.0, 9854.0, 9855.0, 9935.0, 9853.0, 9912.0, 9908.0, 9820.0, 9837.0, 9883.0, 9810.0, 9819.0, 9793.0, 9820.0, 9797.0, 9815.0, 9806.0, 9818.0, 9821.0, 9838.0, 9832.0, 9834.0, 9840.0, 9854.0, 9894.0, 9918.0, 9862.0, 9869.0, 9865.0, 9870.0, 9901.0, 9876.0, 9918.0, 9833.0, 9900.0, 9904.0, 9882.0, 9864.0, 9801.0, 9804.0, 9806.0, 9807.0, 9783.0, 9835.0, 9818.0, 9834.0, 9849.0, 9855.0, 9870.0, 9842.0, 9858.0, 9865.0, 9927.0, 9862.0, 9872.0, 9847.0, 9879.0, 9850.0, 9907.0, 9914.0, 9907.0, 9908.0, 9909.0, 9908.0, 9950.0, 9899.0, 9881.0, 9865.0, 9873.0, 9931.0, 9910.0, 9880.0, 9903.0, 9864.0, 9857.0, 9879.0, 9880.0, 9864.0, 9885.0, 9868.0, 9880.0, 9960.0, 9943.0, 9933.0, 9890.0, 9917.0, 9849.0, 9871.0, 9948.0, 9870.0, 9834.0, 9877.0, 9812.0, 9836.0, 9831.0, 9843.0, 9843.0, 9843.0, 9863.0, 9871.0, 9873.0, 9874.0, 9838.0, 9867.0, 9848.0, 9887.0, 9836.0, 9854.0, 9913.0, 9878.0, 9921.0, 9851.0, 9905.0, 9819.0, 9881.0, 9828.0, 9887.0, 9833.0, 9800.0, 9820.0, 9805.0, 9781.0, 9779.0, 9837.0, 9760.0, 9759.0, 9744.0, 9789.0, 9778.0, 9795.0, 9780.0, 9794.0, 9763.0, 9791.0, 9761.0, 9784.0, 9838.0, 9797.0, 9820.0, 9766.0, 9788.0, 9772.0, 9760.0, 9774.0, 9782.0, 9802.0, 9785.0, 9809.0, 9803.0, 9774.0, 9832.0, 9868.0, 9855.0, 9811.0, 9859.0, 9871.0, 9865.0, 9874.0, 9859.0, 9865.0, 9878.0, 9886.0, 9894.0, 9907.0, 9904.0, 9896.0, 9883.0, 9955.0, 9882.0, 9901.0, 9868.0, 9866.0, 9853.0, 9882.0, 9958.0, 9945.0, 9933.0, 9894.0, 9892.0, 9885.0, 9884.0, 9908.0, 9905.0, 9899.0, 9949.0, 9949.0, 9856.0, 9855.0, 9929.0, 9850.0, 9859.0, 9807.0, 9820.0, 9879.0, 9802.0, 9818.0, 9803.0, 9820.0, 9877.0, 9803.0, 9812.0, 9802.0, 9801.0, 9795.0, 9803.0, 9877.0, 9797.0, 9792.0, 9793.0, 9816.0, 9816.0, 9819.0, 9819.0, 9836.0, 9824.0, 9829.0, 9849.0, 9859.0, 9850.0, 9847.0, 9829.0, 9865.0, 9867.0, 9866.0, 9867.0, 9873.0, 9871.0, 9895.0, 9889.0, 9882.0, 9917.0, 9885.0, 9920.0, 9902.0, 9901.0, 9916.0, 9887.0, 9914.0, 9931.0, 9906.0, 9901.0, 9880.0, 9898.0, 9942.0, 9864.0, 9893.0, 9856.0, 9859.0, 9870.0, 9876.0, 9901.0, 9877.0, 9897.0, 9914.0, 9858.0, 9865.0, 9854.0, 9867.0, 9853.0, 9854.0, 9914.0, 9850.0, 9852.0, 9929.0, 9847.0, 9848.0, 9909.0, 9877.0, 9828.0, 9826.0, 9845.0, 9877.0, 9855.0, 9825.0, 9833.0, 9831.0, 9833.0, 9850.0, 9847.0, 9838.0, 9874.0, 9848.0, 9852.0, 9873.0, 9851.0, 9858.0, 9851.0, 9856.0, 9863.0, 9872.0, 9858.0, 9860.0, 9924.0, 9876.0, 9835.0, 9830.0, 9833.0, 9853.0, 9860.0, 9830.0, 9863.0, 9878.0, 9911.0, 9899.0, 9923.0, 9873.0, 9871.0, 9898.0, 9857.0, 9872.0, 9853.0, 9852.0, 9864.0, 9854.0, 9854.0, 9910.0, 9864.0, 9848.0, 9867.0, 9858.0, 9868.0, 9874.0, 9871.0, 9873.0, 9860.0, 9874.0, 9882.0, 9908.0, 9871.0, 9855.0, 9856.0, 9876.0, 9905.0, 9863.0, 9869.0, 9853.0, 9856.0, 9899.0, 9852.0, 9867.0, 9878.0, 9833.0, 9851.0, 9880.0, 9833.0, 9862.0, 9871.0, 9861.0, 9852.0, 9834.0, 9853.0, 9876.0, 9866.0, 9863.0, 9836.0, 9853.0, 9907.0, 9880.0, 9848.0, 9861.0, 9844.0, 9844.0, 9873.0, 9866.0, 9859.0, 9871.0, 9871.0, 9920.0, 9901.0, 9907.0, 9891.0, 9914.0, 9909.0, 9885.0, 9919.0, 9855.0, 9925.0, 9848.0, 9899.0, 9874.0, 9920.0, 9859.0, 9938.0, 9855.0, 9913.0, 9849.0, 9861.0, 9925.0, 9897.0, 9865.0, 9808.0, 9850.0, 9790.0, 9803.0, 9825.0, 9828.0, 9815.0, 9786.0, 9820.0, 9820.0, 9842.0, 9842.0, 9864.0, 9866.0, 9870.0, 9826.0, 9874.0, 9888.0, 9892.0, 9890.0, 9896.0, 9907.0, 9904.0, 9874.0, 9904.0, 9851.0, 9853.0, 9884.0, 9863.0, 9844.0, 9871.0, 9856.0, 9875.0, 9867.0, 9890.0, 9962.0, 9902.0, 9855.0, 9884.0, 9900.0, 9970.0, 9892.0, 9857.0, 9836.0, 9836.0, 9941.0, 9895.0, 9847.0, 9922.0, 9837.0, 9827.0, 9812.0, 9850.0, 9861.0, 9861.0, 9847.0, 9859.0, 9872.0, 9903.0, 9865.0, 9871.0, 9864.0, 9861.0, 9900.0, 9877.0, 9875.0, 9931.0, 9852.0, 9866.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.0031392652123995403</td></tr>
<tr><td colspan=3>aqi</td><td>0.04810136119402985</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.29241784651721</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2188896936896558</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.963513446597701</td></tr>
<tr><td colspan=3>efc</td><td>0.4865</td></tr>
<tr><td colspan=3>fber</td><td>5022.6978</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12612867026939384</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.1699196326062</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.961464910284338</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.89804020363261</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.27692864914466</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.709425878075743</td></tr>
<tr><td colspan=3>gcor</td><td>0.0166397</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0136617012321949</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027995040640234947</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5115089302384237</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>26.2275</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7669</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.4625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.369</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3564.1814</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1094.9641</td></tr>
<tr><td colspan=3>tsnr</td><td>29.44604369928129</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>