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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0126_ses-01_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-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-01_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-0126/ses-01/func/sub-0126_ses-01_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>9f6dbf5610acb99ec3e75d056fe30384</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>19:13:45.607500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998815, 0.0352021, 0.0336033, -0.0355776, 0.99931, 0.0106416]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.105239</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7807, -7223, 0, -118, -141, -44, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.95</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a2da154-f849-4f8d-8b5b-2e48e26fb918||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797478199005127, -0.09545208513736725, 0.08965486288070679, 118.63660430908203], [-0.09444472938776016, 2.6810762882232666, 0.03192627429962158, -78.93059539794922], [0.09015516936779022, -0.02855071611702442, 2.698322296142578, -78.11164855957031], [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': ['191345.607500', '191346.067500', '191346.527500', '191346.987500', '191347.447500', '191347.907500', '191348.367500', '191348.827500', '191349.287500', '191349.747500', '191350.207500', '191350.667500', '191351.127500', '191351.587500', '191352.047500', '191352.507500', '191352.967500', '191353.427500', '191353.887500', '191354.347500', '191354.807500', '191355.267500', '191355.727500', '191356.187500', '191356.647500', '191357.107500', '191357.567500', '191358.027500', '191358.487500', '191358.947500', '191359.407500', '191359.867500', '191400.327500', '191400.787500', '191401.247500', '191401.707500', '191402.167500', '191402.627500', '191403.087500', '191403.547500', '191404.007500', '191404.467500', '191404.927500', '191405.387500', '191405.847500', '191406.307500', '191406.767500', '191407.227500', '191407.687500', '191408.147500', '191408.607500', '191409.067500', '191409.527500', '191409.987500', '191410.447500', '191410.907500', '191411.367500', '191411.827500', '191412.287500', '191412.747500', '191413.207500', '191413.667500', '191414.127500', '191414.587500', '191415.047500', '191415.507500', '191415.967500', '191416.427500', '191416.887500', '191417.347500', '191417.807500', '191418.267500', '191418.727500', '191419.187500', '191419.647500', '191420.107500', '191420.567500', '191421.027500', '191421.487500', '191421.947500', '191422.407500', '191422.867500', '191423.327500', '191423.787500', '191424.247500', '191424.707500', '191425.167500', '191425.627500', '191426.087500', '191426.547500', '191427.007500', '191427.467500', '191427.927500', '191428.387500', '191428.847500', '191429.307500', '191429.767500', '191430.227500', '191430.687500', '191431.147500', '191431.607500', '191432.067500', '191432.527500', '191432.987500', '191433.447500', '191433.907500', '191434.367500', '191434.827500', '191435.287500', '191435.747500', '191436.207500', '191436.667500', '191437.127500', '191437.587500', '191438.047500', '191438.507500', '191438.967500', '191439.427500', '191439.887500', '191440.347500', '191440.807500', '191441.267500', '191441.727500', '191442.187500', '191442.647500', '191443.107500', '191443.567500', '191444.027500', '191444.487500', '191444.947500', '191445.407500', '191445.867500', '191446.327500', '191446.787500', '191447.247500', '191447.707500', '191448.167500', '191448.627500', '191449.087500', '191449.547500', '191450.007500', '191450.467500', '191450.927500', '191451.387500', '191451.847500', '191452.307500', '191452.767500', '191453.227500', '191453.687500', '191454.147500', '191454.607500', '191455.067500', '191455.527500', '191455.987500', '191456.447500', '191456.907500', '191457.367500', '191457.827500', '191458.287500', '191458.747500', '191459.207500', '191459.667500', '191500.127500', '191500.587500', '191501.047500', '191501.507500', '191501.967500', '191502.427500', '191502.887500', '191503.347500', '191503.807500', '191504.267500', '191504.727500', '191505.187500', '191505.647500', '191506.107500', '191506.567500', '191507.027500', '191507.487500', '191507.947500', '191508.407500', '191508.867500', '191509.327500', '191509.787500', '191510.247500', '191510.707500', '191511.167500', '191511.627500', '191512.087500', '191512.547500', '191513.007500', '191513.467500', '191513.927500', '191514.387500', '191514.847500', '191515.307500', '191515.767500', '191516.227500', '191516.687500', '191517.147500', '191517.607500', '191518.067500', '191518.527500', '191518.987500', '191519.447500', '191519.907500', '191520.367500', '191520.827500', '191521.287500', '191521.747500', '191522.207500', '191522.667500', '191523.127500', '191523.587500', '191524.047500', '191524.507500', '191524.967500', '191525.427500', '191525.887500', '191526.347500', '191526.807500', '191527.267500', '191527.727500', '191528.187500', '191528.647500', '191529.107500', '191529.567500', '191530.027500', '191530.487500', '191530.947500', '191531.407500', '191531.867500', '191532.327500', '191532.787500', '191533.247500', '191533.707500', '191534.167500', '191534.627500', '191535.087500', '191535.547500', '191536.007500', '191536.467500', '191536.927500', '191537.387500', '191537.847500', '191538.307500', '191538.767500', '191539.227500', '191539.687500', '191540.147500', '191540.607500', '191541.067500', '191541.527500', '191541.987500', '191542.447500', '191542.907500', '191543.367500', '191543.827500', '191544.287500', '191544.747500', '191545.207500', '191545.667500', '191546.127500', '191546.587500', '191547.047500', '191547.507500', '191547.967500', '191548.427500', '191548.887500', '191549.347500', '191549.807500', '191550.267500', '191550.727500', '191551.187500', '191551.647500', '191552.107500', '191552.567500', '191553.027500', '191553.487500', '191553.947500', '191554.407500', '191554.867500', '191555.327500', '191555.787500', '191556.247500', '191556.707500', '191557.167500', '191557.627500', '191558.087500', '191558.547500', '191559.007500', '191559.467500', '191559.927500', '191600.387500', '191600.847500', '191601.307500', '191601.767500', '191602.227500', '191602.687500', '191603.147500', '191603.607500', '191604.067500', '191604.527500', '191604.987500', '191605.447500', '191605.907500', '191606.367500', '191606.827500', '191607.287500', '191607.747500', '191608.207500', '191608.667500', '191609.127500', '191609.587500', '191610.047500', '191610.507500', '191610.967500', '191611.427500', '191611.887500', '191612.347500', '191612.807500', '191613.267500', '191613.727500', '191614.187500', '191614.647500', '191615.107500', '191615.567500', '191616.027500', '191616.487500', '191616.947500', '191617.407500', '191617.867500', '191618.327500', '191618.787500', '191619.247500', '191619.707500', '191620.167500', '191620.627500', '191621.087500', '191621.547500', '191622.007500', '191622.467500', '191622.927500', '191623.387500', '191623.847500', '191624.307500', '191624.767500', '191625.227500', '191625.687500', '191626.147500', '191626.607500', '191627.067500', '191627.527500', '191627.987500', '191628.447500', '191628.907500', '191629.367500', '191629.827500', '191630.287500', '191630.747500', '191631.207500', '191631.667500', '191632.127500', '191632.587500', '191633.047500', '191633.507500', '191633.967500', '191634.427500', '191634.887500', '191635.347500', '191635.807500', '191636.267500', '191636.727500', '191637.187500', '191637.647500', '191638.107500', '191638.567500', '191639.027500', '191639.487500', '191639.947500', '191640.407500', '191640.867500', '191641.327500', '191641.787500', '191642.247500', '191642.707500', '191643.167500', '191643.627500', '191644.087500', '191644.547500', '191645.007500', '191645.467500', '191645.927500', '191646.387500', '191646.847500', '191647.307500', '191647.767500', '191648.227500', '191648.687500', '191649.147500', '191649.607500', '191650.067500', '191650.527500', '191650.987500', '191651.447500', '191651.907500', '191652.367500', '191652.827500', '191653.287500', '191653.747500', '191654.207500', '191654.667500', '191655.127500', '191655.587500', '191656.047500', '191656.507500', '191656.967500', '191657.427500', '191657.887500', '191658.347500', '191658.807500', '191659.267500', '191659.727500', '191700.187500', '191700.647500', '191701.107500', '191701.567500', '191702.027500', '191702.487500', '191702.947500', '191703.407500', '191703.867500', '191704.327500', '191704.787500', '191705.247500', '191705.707500', '191706.167500', '191706.627500', '191707.087500', '191707.547500', '191708.007500', '191708.467500', '191708.927500', '191709.387500', '191709.847500', '191710.307500', '191710.767500', '191711.227500', '191711.687500', '191712.147500', '191712.607500', '191713.067500', '191713.527500', '191713.987500', '191714.447500', '191714.907500', '191715.367500', '191715.827500', '191716.287500', '191716.747500', '191717.207500', '191717.667500', '191718.127500', '191718.587500', '191719.047500', '191719.507500', '191719.967500', '191720.427500', '191720.887500', '191721.347500', '191721.807500', '191722.267500', '191722.727500', '191723.187500', '191723.647500', '191724.107500', '191724.567500', '191725.027500', '191725.487500', '191725.947500', '191726.407500', '191726.867500', '191727.327500', '191727.787500', '191728.247500', '191728.707500', '191729.167500', '191729.627500', '191730.087500', '191730.547500', '191731.007500', '191731.467500', '191731.927500', '191732.387500', '191732.847500', '191733.307500', '191733.767500', '191734.227500', '191734.687500', '191735.147500', '191735.607500', '191736.067500', '191736.527500', '191736.987500', '191737.447500', '191737.907500', '191738.367500', '191738.827500', '191739.287500', '191739.747500', '191740.207500', '191740.667500', '191741.127500', '191741.587500', '191742.047500', '191742.507500', '191742.967500', '191743.427500', '191743.887500', '191744.347500', '191744.807500', '191745.267500', '191745.727500', '191746.187500', '191746.647500', '191747.107500', '191747.567500', '191748.027500', '191748.487500', '191748.947500', '191749.407500', '191749.867500', '191750.327500', '191750.787500', '191751.247500', '191751.707500', '191752.167500', '191752.627500', '191753.087500', '191753.547500', '191754.007500', '191754.467500', '191754.927500', '191755.387500', '191755.847500', '191756.307500', '191756.767500', '191757.227500', '191757.687500', '191758.147500', '191758.607500', '191759.067500', '191759.527500', '191759.987500', '191800.447500', '191800.907500', '191801.367500', '191801.827500', '191802.287500', '191802.747500', '191803.207500', '191803.667500', '191804.127500', '191804.587500', '191805.047500', '191805.507500', '191805.967500', '191806.427500', '191806.887500', '191807.347500', '191807.807500', '191808.267500', '191808.727500', '191809.187500', '191809.647500', '191810.107500', '191810.567500', '191811.027500', '191811.487500', '191811.947500', '191812.407500', '191812.867500', '191813.327500', '191813.787500', '191814.247500', '191814.707500', '191815.167500', '191815.627500', '191816.087500', '191816.547500', '191817.007500', '191817.467500', '191817.927500', '191818.387500', '191818.847500', '191819.307500', '191819.767500', '191820.227500', '191820.687500', '191821.147500', '191821.607500', '191822.067500', '191822.527500', '191822.987500', '191823.447500', '191823.907500', '191824.367500', '191824.827500', '191825.287500', '191825.747500', '191826.207500', '191826.667500', '191827.127500', '191827.587500', '191828.047500', '191828.507500', '191828.967500', '191829.427500', '191829.887500', '191830.347500', '191830.807500', '191831.267500', '191831.727500', '191832.187500', '191832.647500', '191833.107500', '191833.567500', '191834.027500', '191834.487500', '191834.947500', '191835.407500', '191835.867500', '191836.327500', '191836.787500', '191837.247500', '191837.707500', '191838.167500', '191838.627500', '191839.087500', '191839.547500', '191840.007500', '191840.467500', '191840.927500', '191841.387500', '191841.847500', '191842.307500', '191842.767500', '191843.227500', '191843.687500', '191844.147500', '191844.607500', '191845.067500', '191845.527500', '191845.987500', '191846.447500', '191846.907500', '191847.367500', '191847.827500', '191848.287500', '191848.747500', '191849.207500', '191849.667500', '191850.127500', '191850.587500', '191851.047500', '191851.507500', '191851.967500', '191852.427500', '191852.887500', '191853.347500', '191853.807500', '191854.267500', '191854.727500', '191855.187500', '191855.647500', '191856.107500', '191856.567500', '191857.027500', '191857.487500', '191857.947500', '191858.407500', '191858.867500', '191859.327500', '191859.787500', '191900.247500', '191900.707500', '191901.167500', '191901.627500', '191902.087500', '191902.547500', '191903.007500', '191903.467500', '191903.927500', '191904.387500', '191904.847500', '191905.307500', '191905.767500', '191906.227500', '191906.687500', '191907.147500', '191907.607500', '191908.067500', '191908.527500', '191908.987500', '191909.447500', '191909.907500', '191910.367500', '191910.827500', '191911.287500', '191911.747500', '191912.207500', '191912.667500', '191913.127500', '191913.587500', '191914.047500', '191914.507500', '191914.967500', '191915.427500', '191915.887500', '191916.347500', '191916.807500', '191917.267500', '191917.727500', '191918.187500', '191918.647500', '191919.107500', '191919.567500', '191920.027500', '191920.487500', '191920.947500', '191921.407500', '191921.867500', '191922.327500', '191922.787500', '191923.247500', '191923.707500', '191924.167500', '191924.627500', '191925.087500', '191925.547500', '191926.007500', '191926.467500', '191926.927500', '191927.387500', '191927.847500', '191928.307500', '191928.767500', '191929.227500', '191929.687500', '191930.147500', '191930.607500', '191931.067500', '191931.527500', '191931.987500', '191932.447500', '191932.907500', '191933.367500', '191933.827500', '191934.287500', '191934.747500', '191935.207500', '191935.667500', '191936.127500', '191936.587500', '191937.047500', '191937.507500', '191937.967500', '191938.427500', '191938.887500', '191939.347500', '191939.807500', '191940.267500', '191940.727500', '191941.187500', '191941.647500', '191942.107500', '191942.567500', '191943.027500', '191943.487500', '191943.947500', '191944.407500', '191944.867500', '191945.327500', '191945.787500', '191946.247500', '191946.707500', '191947.167500', '191947.627500', '191948.087500', '191948.547500', '191949.007500', '191949.467500', '191949.927500', '191950.387500', '191950.847500', '191951.307500', '191951.767500', '191952.227500', '191952.687500', '191953.147500', '191953.607500', '191954.067500', '191954.527500', '191954.987500', '191955.447500', '191955.907500', '191956.367500', '191956.827500', '191957.287500', '191957.747500', '191958.207500', '191958.667500', '191959.127500', '191959.587500', '192000.047500', '192000.507500', '192000.967500', '192001.427500', '192001.887500', '192002.347500', '192002.807500', '192003.267500', '192003.727500', '192004.187500', '192004.647500', '192005.107500', '192005.567500', '192006.027500', '192006.487500', '192006.947500', '192007.407500', '192007.867500', '192008.327500', '192008.787500', '192009.247500', '192009.707500', '192010.167500', '192010.627500', '192011.087500', '192011.547500', '192012.007500', '192012.467500', '192012.927500', '192013.387500', '192013.847500', '192014.307500', '192014.767500', '192015.227500', '192015.687500', '192016.147500', '192016.607500', '192017.067500', '192017.527500', '192017.987500', '192018.447500', '192018.907500', '192019.367500', '192019.827500', '192020.287500', '192020.747500', '192021.207500', '192021.667500', '192022.127500', '192022.587500', '192023.047500', '192023.507500', '192023.967500', '192024.427500', '192024.887500', '192025.347500', '192025.807500', '192026.267500'], 'ContentTime': ['191402.832000', '191402.835000', '191402.837000', '191402.840000', '191402.843000', '191402.845000', '191402.848000', '191402.850000', '191402.853000', '191402.856000', '191402.858000', '191402.861000', '191402.863000', '191402.866000', '191402.869000', '191402.871000', '191402.874000', '191402.876000', '191402.879000', '191402.887000', '191402.890000', '191402.892000', '191402.895000', '191402.898000', '191402.900000', '191402.903000', '191402.906000', '191402.908000', '191402.911000', '191402.919000', '191402.922000', '191402.924000', '191402.927000', '191402.930000', '191422.794000', '191422.797000', '191422.800000', '191422.802000', '191422.805000', '191422.808000', '191422.810000', '191422.813000', '191422.815000', '191422.818000', '191422.821000', '191422.824000', '191422.850000', '191422.853000', '191422.855000', '191422.858000', '191422.861000', '191422.863000', '191422.866000', '191422.868000', '191422.871000', '191422.873000', '191422.876000', '191422.879000', '191422.881000', '191422.884000', '191422.886000', '191422.889000', '191422.892000', '191422.894000', '191422.897000', '191422.899000', '191422.902000', '191422.904000', '191422.907000', '191422.910000', '191422.912000', '191422.915000', '191422.917000', '191422.920000', '191422.922000', '191422.925000', '191422.928000', '191442.793000', '191442.796000', '191442.799000', '191442.801000', '191442.804000', '191442.806000', '191442.815000', '191442.818000', '191442.820000', '191442.823000', '191442.826000', '191442.828000', '191442.831000', '191442.833000', '191442.836000', '191442.838000', '191442.841000', '191442.843000', '191442.846000', '191442.849000', '191442.851000', '191442.854000', '191442.856000', '191442.859000', '191442.861000', '191442.864000', '191442.866000', '191442.869000', '191442.871000', '191442.874000', '191442.877000', '191442.879000', '191442.882000', '191442.884000', '191442.887000', '191442.889000', '191442.892000', '191442.894000', '191442.897000', '191442.900000', '191442.902000', '191442.905000', '191442.907000', '191442.910000', '191502.794000', '191502.797000', '191502.800000', '191502.802000', '191502.805000', '191502.808000', '191502.810000', '191502.813000', '191502.815000', '191502.818000', '191502.820000', '191502.823000', '191502.825000', '191502.828000', '191502.831000', '191502.833000', '191502.836000', '191502.838000', '191502.841000', '191502.873000', '191502.875000', '191502.878000', '191502.881000', '191502.883000', '191502.886000', '191502.888000', '191502.891000', '191502.893000', '191502.896000', '191502.898000', '191502.901000', '191502.904000', '191502.906000', '191502.909000', '191502.911000', '191502.914000', '191502.916000', '191502.919000', '191502.922000', '191502.924000', '191502.927000', '191502.929000', '191502.932000', '191522.794000', '191522.797000', '191522.800000', '191522.802000', '191522.805000', '191522.808000', '191522.810000', '191522.813000', '191522.815000', '191522.818000', '191522.821000', '191522.823000', '191522.826000', '191522.828000', '191522.831000', '191522.833000', '191522.836000', '191522.839000', '191522.841000', '191522.844000', '191522.846000', '191522.849000', '191522.851000', '191522.854000', '191522.857000', '191522.859000', '191522.862000', '191522.864000', '191522.867000', '191522.869000', '191522.872000', '191522.875000', '191522.877000', '191522.880000', '191522.882000', '191522.885000', '191522.888000', '191522.890000', '191522.893000', '191522.895000', '191522.898000', '191522.900000', '191522.903000', '191522.905000', '191542.794000', '191542.797000', '191542.800000', '191542.802000', '191542.805000', '191542.808000', '191542.810000', '191542.813000', '191542.815000', '191542.818000', '191542.820000', '191542.823000', '191542.826000', '191542.828000', '191542.831000', '191542.833000', '191542.836000', '191542.838000', '191542.841000', '191542.844000', '191542.846000', '191542.849000', '191542.851000', '191542.854000', '191542.857000', '191542.859000', '191542.862000', '191542.864000', '191542.867000', '191542.869000', '191542.872000', '191542.874000', '191542.878000', '191542.881000', '191542.883000', '191542.886000', '191542.889000', '191542.892000', '191542.895000', '191542.897000', '191542.900000', '191542.903000', '191542.905000', '191602.794000', '191602.797000', '191602.800000', '191602.803000', '191602.805000', '191602.808000', '191602.810000', '191602.813000', '191602.815000', '191602.818000', '191602.820000', '191602.824000', '191602.826000', '191602.829000', '191602.832000', '191602.834000', '191602.837000', '191602.839000', '191602.842000', '191602.845000', '191602.847000', '191602.850000', '191602.852000', '191602.855000', '191602.857000', '191602.860000', '191602.863000', '191602.865000', '191602.868000', '191602.871000', '191602.873000', '191602.876000', '191602.878000', '191602.881000', '191602.883000', '191602.886000', '191602.888000', '191602.891000', '191602.894000', '191602.896000', '191602.899000', '191602.901000', '191602.904000', '191602.907000', '191622.795000', '191622.798000', '191622.800000', '191622.803000', '191622.805000', '191622.808000', '191622.810000', '191622.813000', '191622.816000', '191622.818000', '191622.821000', '191622.823000', '191622.826000', '191622.828000', '191622.831000', '191622.834000', '191622.836000', '191622.839000', '191622.841000', '191622.844000', '191622.846000', '191622.849000', '191622.852000', '191622.854000', '191622.857000', '191622.860000', '191622.862000', '191622.865000', '191622.867000', '191622.870000', '191622.872000', '191622.876000', '191622.879000', '191622.881000', '191622.884000', '191622.887000', '191622.889000', '191622.892000', '191622.895000', '191622.897000', '191622.900000', '191622.902000', '191622.905000', '191642.794000', '191642.797000', '191642.800000', '191642.802000', '191642.805000', '191642.808000', '191642.810000', '191642.813000', '191642.815000', '191642.818000', '191642.820000', '191642.823000', '191642.826000', '191642.828000', '191642.831000', '191642.847000', '191642.850000', '191642.852000', '191642.855000', '191642.857000', '191642.860000', '191642.863000', '191642.865000', '191642.868000', '191642.870000', '191642.873000', '191642.876000', '191642.878000', '191642.881000', '191642.883000', '191642.886000', '191642.889000', '191642.891000', '191642.894000', '191642.896000', '191642.899000', '191642.902000', '191642.904000', '191642.907000', '191642.909000', '191642.912000', '191642.915000', '191642.917000', '191642.920000', '191702.793000', '191702.796000', '191702.799000', '191702.802000', '191702.804000', '191702.807000', '191702.809000', '191702.812000', '191702.815000', '191702.817000', '191702.820000', '191702.823000', '191702.825000', '191702.828000', '191702.831000', '191702.833000', '191702.836000', '191702.838000', '191702.841000', '191702.843000', '191702.846000', '191702.849000', '191702.851000', '191702.854000', '191702.856000', '191702.859000', '191702.862000', '191702.864000', '191702.867000', '191702.870000', '191702.872000', '191702.875000', '191702.878000', '191702.880000', '191702.883000', '191702.885000', '191702.888000', '191702.891000', '191702.893000', '191702.896000', '191702.898000', '191702.901000', '191702.904000', '191722.794000', '191722.797000', '191722.800000', '191722.802000', '191722.805000', '191722.807000', '191722.810000', '191722.813000', '191722.815000', '191722.818000', '191722.821000', '191722.823000', '191722.826000', '191722.828000', '191722.831000', '191722.833000', '191722.836000', '191722.839000', '191722.841000', '191722.844000', '191722.846000', '191722.849000', '191722.851000', '191722.854000', '191722.857000', '191722.859000', '191722.862000', '191722.864000', '191722.867000', '191722.870000', '191722.872000', '191722.875000', '191722.877000', '191722.880000', '191722.883000', '191722.885000', '191722.888000', '191722.890000', '191722.893000', '191722.904000', '191722.907000', '191722.909000', '191722.912000', '191722.914000', '191742.795000', '191742.797000', '191742.800000', '191742.803000', '191742.805000', '191742.808000', '191742.810000', '191742.813000', '191742.815000', '191742.818000', '191742.821000', '191742.823000', '191742.826000', '191742.828000', '191742.831000', '191742.834000', '191742.836000', '191742.839000', '191742.841000', '191742.852000', '191742.854000', '191742.857000', '191742.859000', '191742.862000', '191742.865000', '191742.867000', '191742.870000', '191742.873000', '191742.875000', '191742.878000', '191742.880000', '191742.883000', '191742.885000', '191742.888000', '191742.890000', '191742.893000', '191742.896000', '191742.898000', '191742.901000', '191742.903000', '191742.906000', '191742.909000', '191742.911000', '191802.795000', '191802.798000', '191802.801000', '191802.803000', '191802.806000', '191802.808000', '191802.811000', '191802.814000', '191802.816000', '191802.819000', '191802.821000', '191802.824000', '191802.826000', '191802.829000', '191802.832000', '191802.834000', '191802.837000', '191802.839000', '191802.842000', '191802.845000', '191802.847000', '191802.850000', '191802.852000', '191802.855000', '191802.857000', '191802.860000', '191802.863000', '191802.865000', '191802.868000', '191802.871000', '191802.873000', '191802.876000', '191802.878000', '191802.881000', '191802.884000', '191802.886000', '191802.889000', '191802.891000', '191802.894000', '191802.897000', '191802.899000', '191802.902000', '191802.904000', '191802.907000', '191822.794000', '191822.797000', '191822.800000', '191822.802000', '191822.805000', '191822.807000', '191822.810000', '191822.813000', '191822.815000', '191822.818000', '191822.820000', '191822.823000', '191822.826000', '191822.828000', '191822.831000', '191822.834000', '191822.836000', '191822.839000', '191822.841000', '191822.844000', '191822.846000', '191822.849000', '191822.851000', '191822.854000', '191822.857000', '191822.859000', '191822.862000', '191822.865000', '191822.867000', '191822.870000', '191822.872000', '191822.875000', '191822.877000', '191822.880000', '191822.882000', '191822.885000', '191822.888000', '191822.890000', '191822.893000', '191822.895000', '191822.898000', '191822.901000', '191822.903000', '191842.794000', '191842.797000', '191842.800000', '191842.802000', '191842.805000', '191842.807000', '191842.810000', '191842.813000', '191842.815000', '191842.818000', '191842.820000', '191842.823000', '191842.826000', '191842.828000', '191842.831000', '191842.833000', '191842.836000', '191842.838000', '191842.841000', '191842.844000', '191842.846000', '191842.849000', '191842.851000', '191842.854000', '191842.856000', '191842.859000', '191842.862000', '191842.864000', '191842.867000', '191842.869000', '191842.872000', '191842.874000', '191842.877000', '191842.879000', '191842.882000', '191842.885000', '191842.888000', '191842.890000', '191842.893000', '191842.896000', '191842.898000', '191842.901000', '191842.903000', '191842.906000', '191902.794000', '191902.797000', '191902.800000', '191902.803000', '191902.805000', '191902.808000', '191902.810000', '191902.813000', '191902.816000', '191902.818000', '191902.821000', '191902.823000', '191902.826000', '191902.829000', '191902.831000', '191902.834000', '191902.837000', '191902.839000', '191902.842000', '191902.844000', '191902.847000', '191902.850000', '191902.852000', '191902.855000', '191902.857000', '191902.860000', '191902.863000', '191902.865000', '191902.868000', '191902.870000', '191902.873000', '191902.876000', '191902.878000', '191902.881000', '191902.883000', '191902.886000', '191902.889000', '191902.891000', '191902.894000', '191902.896000', '191902.899000', '191902.901000', '191902.904000', '191922.794000', '191922.796000', '191922.799000', '191922.802000', '191922.804000', '191922.807000', '191922.810000', '191922.812000', '191922.815000', '191922.817000', '191922.820000', '191922.823000', '191922.825000', '191922.828000', '191922.830000', '191922.833000', '191922.836000', '191922.838000', '191922.841000', '191922.843000', '191922.846000', '191922.848000', '191922.851000', '191922.854000', '191922.856000', '191922.859000', '191922.862000', '191922.864000', '191922.867000', '191922.869000', '191922.872000', '191922.874000', '191922.877000', '191922.879000', '191922.882000', '191922.885000', '191922.887000', '191922.890000', '191922.892000', '191922.895000', '191922.897000', '191922.900000', '191922.903000', '191922.905000', '191942.794000', '191942.797000', '191942.800000', '191942.803000', '191942.805000', '191942.808000', '191942.810000', '191942.826000', '191942.829000', '191942.832000', '191942.842000', '191942.845000', '191942.848000', '191942.850000', '191942.853000', '191942.855000', '191942.858000', '191942.861000', '191942.863000', '191942.866000', '191942.869000', '191942.871000', '191942.874000', '191942.876000', '191942.879000', '191942.882000', '191942.884000', '191942.887000', '191942.889000', '191942.892000', '191942.895000', '191942.897000', '191942.900000', '191942.902000', '191942.905000', '191942.908000', '191942.910000', '191942.913000', '191942.915000', '191942.918000', '191942.921000', '191942.924000', '191942.926000', '192002.794000', '192002.797000', '192002.800000', '192002.803000', '192002.805000', '192002.808000', '192002.810000', '192002.813000', '192002.816000', '192002.819000', '192002.821000', '192002.824000', '192002.826000', '192002.830000', '192002.833000', '192002.835000', '192002.838000', '192002.841000', '192002.843000', '192002.846000', '192002.848000', '192002.851000', '192002.854000', '192002.856000', '192002.859000', '192002.861000', '192002.864000', '192002.867000', '192002.869000', '192002.872000', '192002.874000', '192002.877000', '192002.880000', '192002.882000', '192002.885000', '192002.887000', '192002.890000', '192002.892000', '192002.895000', '192002.898000', '192002.900000', '192002.903000', '192002.905000', '192002.908000', '192022.794000', '192022.797000', '192022.800000', '192022.802000', '192022.805000', '192022.808000', '192022.811000', '192022.813000', '192022.816000', '192022.818000', '192022.821000', '192022.823000', '192022.826000', '192022.829000', '192022.831000', '192022.834000', '192022.836000', '192022.839000', '192022.841000', '192022.844000', '192022.847000', '192022.849000', '192022.852000', '192022.855000', '192022.857000', '192022.860000', '192022.862000', '192022.865000', '192022.867000', '192022.870000', '192022.872000', '192022.875000', '192022.878000', '192022.880000', '192022.883000', '192022.886000', '192022.888000', '192022.897000', '192022.900000', '192022.902000', '192022.905000', '192022.907000', '192022.910000', '192028.011000', '192028.014000', '192028.017000', '192028.020000', '192028.023000', '192028.026000', '192028.028000', '192028.031000', '192028.035000', '192028.038000', '192028.041000', '192028.045000'], 'InstanceCreationTime': ['191402.832000', '191402.835000', '191402.837000', '191402.840000', '191402.843000', '191402.845000', '191402.848000', '191402.850000', '191402.853000', '191402.856000', '191402.858000', '191402.861000', '191402.863000', '191402.866000', '191402.869000', '191402.871000', '191402.874000', '191402.876000', '191402.879000', '191402.887000', '191402.890000', '191402.892000', '191402.895000', '191402.898000', '191402.900000', '191402.903000', '191402.906000', '191402.908000', '191402.911000', '191402.919000', '191402.922000', '191402.924000', '191402.927000', '191402.930000', '191422.794000', '191422.797000', '191422.800000', '191422.802000', '191422.805000', '191422.808000', '191422.810000', '191422.813000', '191422.815000', '191422.818000', '191422.821000', '191422.824000', '191422.850000', '191422.853000', '191422.855000', '191422.858000', '191422.861000', '191422.863000', '191422.866000', '191422.868000', '191422.871000', '191422.873000', '191422.876000', '191422.879000', '191422.881000', '191422.884000', '191422.886000', '191422.889000', '191422.892000', '191422.894000', '191422.897000', '191422.899000', '191422.902000', '191422.904000', '191422.907000', '191422.910000', '191422.912000', '191422.915000', '191422.917000', '191422.920000', '191422.922000', '191422.925000', '191422.928000', '191442.793000', '191442.796000', '191442.799000', '191442.801000', '191442.804000', '191442.806000', '191442.815000', '191442.818000', '191442.820000', '191442.823000', '191442.826000', '191442.828000', '191442.831000', '191442.833000', '191442.836000', '191442.838000', '191442.841000', '191442.843000', '191442.846000', '191442.849000', '191442.851000', '191442.854000', '191442.856000', '191442.859000', '191442.861000', '191442.864000', '191442.866000', '191442.869000', '191442.871000', '191442.874000', '191442.877000', '191442.879000', '191442.882000', '191442.884000', '191442.887000', '191442.889000', '191442.892000', '191442.894000', '191442.897000', '191442.900000', '191442.902000', '191442.905000', '191442.907000', '191442.910000', '191502.794000', '191502.797000', '191502.800000', '191502.802000', '191502.805000', '191502.808000', '191502.810000', '191502.813000', '191502.815000', '191502.818000', '191502.820000', '191502.823000', '191502.825000', '191502.828000', '191502.831000', '191502.833000', '191502.836000', '191502.838000', '191502.841000', '191502.873000', '191502.875000', '191502.878000', '191502.881000', '191502.883000', '191502.886000', '191502.888000', '191502.891000', '191502.893000', '191502.896000', '191502.898000', '191502.901000', '191502.904000', '191502.906000', '191502.909000', '191502.911000', '191502.914000', '191502.916000', '191502.919000', '191502.922000', '191502.924000', '191502.927000', '191502.929000', '191502.932000', '191522.794000', '191522.797000', '191522.800000', '191522.802000', '191522.805000', '191522.808000', '191522.810000', '191522.813000', '191522.815000', '191522.818000', '191522.821000', '191522.823000', '191522.826000', '191522.828000', '191522.831000', '191522.833000', '191522.836000', '191522.839000', '191522.841000', '191522.844000', '191522.846000', '191522.849000', '191522.851000', '191522.854000', '191522.857000', '191522.859000', '191522.862000', '191522.864000', '191522.867000', '191522.869000', '191522.872000', '191522.875000', '191522.877000', '191522.880000', '191522.882000', '191522.885000', '191522.888000', '191522.890000', '191522.893000', '191522.895000', '191522.898000', '191522.900000', '191522.903000', '191522.905000', '191542.794000', '191542.797000', '191542.800000', '191542.802000', '191542.805000', '191542.808000', '191542.810000', '191542.813000', '191542.815000', '191542.818000', '191542.820000', '191542.823000', '191542.826000', '191542.828000', '191542.831000', '191542.833000', '191542.836000', '191542.838000', '191542.841000', '191542.844000', '191542.846000', '191542.849000', '191542.851000', '191542.854000', '191542.857000', '191542.859000', '191542.862000', '191542.864000', '191542.867000', '191542.869000', '191542.872000', '191542.874000', '191542.878000', '191542.881000', '191542.883000', '191542.886000', '191542.889000', '191542.892000', '191542.895000', '191542.897000', '191542.900000', '191542.903000', '191542.905000', '191602.794000', '191602.797000', '191602.800000', '191602.803000', '191602.805000', '191602.808000', '191602.810000', '191602.813000', '191602.815000', '191602.818000', '191602.820000', '191602.824000', '191602.826000', '191602.829000', '191602.832000', '191602.834000', '191602.837000', '191602.839000', '191602.842000', '191602.845000', '191602.847000', '191602.850000', '191602.852000', '191602.855000', '191602.857000', '191602.860000', '191602.863000', '191602.865000', '191602.868000', '191602.871000', '191602.873000', '191602.876000', '191602.878000', '191602.881000', '191602.883000', '191602.886000', '191602.888000', '191602.891000', '191602.894000', '191602.896000', '191602.899000', '191602.901000', '191602.904000', '191602.907000', '191622.795000', '191622.798000', '191622.800000', '191622.803000', '191622.805000', '191622.808000', '191622.810000', '191622.813000', '191622.816000', '191622.818000', '191622.821000', '191622.823000', '191622.826000', '191622.828000', '191622.831000', '191622.834000', '191622.836000', '191622.839000', '191622.841000', '191622.844000', '191622.846000', '191622.849000', '191622.852000', '191622.854000', '191622.857000', '191622.860000', '191622.862000', '191622.865000', '191622.867000', '191622.870000', '191622.872000', '191622.876000', '191622.879000', '191622.881000', '191622.884000', '191622.887000', '191622.889000', '191622.892000', '191622.895000', '191622.897000', '191622.900000', '191622.902000', '191622.905000', '191642.794000', '191642.797000', '191642.800000', '191642.802000', '191642.805000', '191642.808000', '191642.810000', '191642.813000', '191642.815000', '191642.818000', '191642.820000', '191642.823000', '191642.826000', '191642.828000', '191642.831000', '191642.847000', '191642.850000', '191642.852000', '191642.855000', '191642.857000', '191642.860000', '191642.863000', '191642.865000', '191642.868000', '191642.870000', '191642.873000', '191642.876000', '191642.878000', '191642.881000', '191642.883000', '191642.886000', '191642.889000', '191642.891000', '191642.894000', '191642.896000', '191642.899000', '191642.902000', '191642.904000', '191642.907000', '191642.909000', '191642.912000', '191642.915000', '191642.917000', '191642.920000', '191702.793000', '191702.796000', '191702.799000', '191702.802000', '191702.804000', '191702.807000', '191702.809000', '191702.812000', '191702.815000', '191702.817000', '191702.820000', '191702.823000', '191702.825000', '191702.828000', '191702.831000', '191702.833000', '191702.836000', '191702.838000', '191702.841000', '191702.843000', '191702.846000', '191702.849000', '191702.851000', '191702.854000', '191702.856000', '191702.859000', '191702.862000', '191702.864000', '191702.867000', '191702.870000', '191702.872000', '191702.875000', '191702.878000', '191702.880000', '191702.883000', '191702.885000', '191702.888000', '191702.891000', '191702.893000', '191702.896000', '191702.898000', '191702.901000', '191702.904000', '191722.794000', '191722.797000', '191722.800000', '191722.802000', '191722.805000', '191722.807000', '191722.810000', '191722.813000', '191722.815000', '191722.818000', '191722.821000', '191722.823000', '191722.826000', '191722.828000', '191722.831000', '191722.833000', '191722.836000', '191722.839000', '191722.841000', '191722.844000', '191722.846000', '191722.849000', '191722.851000', '191722.854000', '191722.857000', '191722.859000', '191722.862000', '191722.864000', '191722.867000', '191722.870000', '191722.872000', '191722.875000', '191722.877000', '191722.880000', '191722.883000', '191722.885000', '191722.888000', '191722.890000', '191722.893000', '191722.904000', '191722.907000', '191722.909000', '191722.912000', '191722.914000', '191742.795000', '191742.797000', '191742.800000', '191742.803000', '191742.805000', '191742.808000', '191742.810000', '191742.813000', '191742.815000', '191742.818000', '191742.821000', '191742.823000', '191742.826000', '191742.828000', '191742.831000', '191742.834000', '191742.836000', '191742.839000', '191742.841000', '191742.852000', '191742.854000', '191742.857000', '191742.859000', '191742.862000', '191742.865000', '191742.867000', '191742.870000', '191742.873000', '191742.875000', '191742.878000', '191742.880000', '191742.883000', '191742.885000', '191742.888000', '191742.890000', '191742.893000', '191742.896000', '191742.898000', '191742.901000', '191742.903000', '191742.906000', '191742.909000', '191742.911000', '191802.795000', '191802.798000', '191802.801000', '191802.803000', '191802.806000', '191802.808000', '191802.811000', '191802.814000', '191802.816000', '191802.819000', '191802.821000', '191802.824000', '191802.826000', '191802.829000', '191802.832000', '191802.834000', '191802.837000', '191802.839000', '191802.842000', '191802.845000', '191802.847000', '191802.850000', '191802.852000', '191802.855000', '191802.857000', '191802.860000', '191802.863000', '191802.865000', '191802.868000', '191802.871000', '191802.873000', '191802.876000', '191802.878000', '191802.881000', '191802.884000', '191802.886000', '191802.889000', '191802.891000', '191802.894000', '191802.897000', '191802.899000', '191802.902000', '191802.904000', '191802.907000', '191822.794000', '191822.797000', '191822.800000', '191822.802000', '191822.805000', '191822.807000', '191822.810000', '191822.813000', '191822.815000', '191822.818000', '191822.820000', '191822.823000', '191822.826000', '191822.828000', '191822.831000', '191822.834000', '191822.836000', '191822.839000', '191822.841000', '191822.844000', '191822.846000', '191822.849000', '191822.851000', '191822.854000', '191822.857000', '191822.859000', '191822.862000', '191822.865000', '191822.867000', '191822.870000', '191822.872000', '191822.875000', '191822.877000', '191822.880000', '191822.882000', '191822.885000', '191822.888000', '191822.890000', '191822.893000', '191822.895000', '191822.898000', '191822.901000', '191822.903000', '191842.794000', '191842.797000', '191842.800000', '191842.802000', '191842.805000', '191842.807000', '191842.810000', '191842.813000', '191842.815000', '191842.818000', '191842.820000', '191842.823000', '191842.826000', '191842.828000', '191842.831000', '191842.833000', '191842.836000', '191842.838000', '191842.841000', '191842.844000', '191842.846000', '191842.849000', '191842.851000', '191842.854000', '191842.856000', '191842.859000', '191842.862000', '191842.864000', '191842.867000', '191842.869000', '191842.872000', '191842.874000', '191842.877000', '191842.879000', '191842.882000', '191842.885000', '191842.888000', '191842.890000', '191842.893000', '191842.896000', '191842.898000', '191842.901000', '191842.903000', '191842.906000', '191902.794000', '191902.797000', '191902.800000', '191902.803000', '191902.805000', '191902.808000', '191902.810000', '191902.813000', '191902.816000', '191902.818000', '191902.821000', '191902.823000', '191902.826000', '191902.829000', '191902.831000', '191902.834000', '191902.837000', '191902.839000', '191902.842000', '191902.844000', '191902.847000', '191902.850000', '191902.852000', '191902.855000', '191902.857000', '191902.860000', '191902.863000', '191902.865000', '191902.868000', '191902.870000', '191902.873000', '191902.876000', '191902.878000', '191902.881000', '191902.883000', '191902.886000', '191902.889000', '191902.891000', '191902.894000', '191902.896000', '191902.899000', '191902.901000', '191902.904000', '191922.794000', '191922.796000', '191922.799000', '191922.802000', '191922.804000', '191922.807000', '191922.810000', '191922.812000', '191922.815000', '191922.817000', '191922.820000', '191922.823000', '191922.825000', '191922.828000', '191922.830000', '191922.833000', '191922.836000', '191922.838000', '191922.841000', '191922.843000', '191922.846000', '191922.848000', '191922.851000', '191922.854000', '191922.856000', '191922.859000', '191922.862000', '191922.864000', '191922.867000', '191922.869000', '191922.872000', '191922.874000', '191922.877000', '191922.879000', '191922.882000', '191922.885000', '191922.887000', '191922.890000', '191922.892000', '191922.895000', '191922.897000', '191922.900000', '191922.903000', '191922.905000', '191942.794000', '191942.797000', '191942.800000', '191942.803000', '191942.805000', '191942.808000', '191942.810000', '191942.826000', '191942.829000', '191942.832000', '191942.842000', '191942.845000', '191942.848000', '191942.850000', '191942.853000', '191942.855000', '191942.858000', '191942.861000', '191942.863000', '191942.866000', '191942.869000', '191942.871000', '191942.874000', '191942.876000', '191942.879000', '191942.882000', '191942.884000', '191942.887000', '191942.889000', '191942.892000', '191942.895000', '191942.897000', '191942.900000', '191942.902000', '191942.905000', '191942.908000', '191942.910000', '191942.913000', '191942.915000', '191942.918000', '191942.921000', '191942.924000', '191942.926000', '192002.794000', '192002.797000', '192002.800000', '192002.803000', '192002.805000', '192002.808000', '192002.810000', '192002.813000', '192002.816000', '192002.819000', '192002.821000', '192002.824000', '192002.826000', '192002.830000', '192002.833000', '192002.835000', '192002.838000', '192002.841000', '192002.843000', '192002.846000', '192002.848000', '192002.851000', '192002.854000', '192002.856000', '192002.859000', '192002.861000', '192002.864000', '192002.867000', '192002.869000', '192002.872000', '192002.874000', '192002.877000', '192002.880000', '192002.882000', '192002.885000', '192002.887000', '192002.890000', '192002.892000', '192002.895000', '192002.898000', '192002.900000', '192002.903000', '192002.905000', '192002.908000', '192022.794000', '192022.797000', '192022.800000', '192022.802000', '192022.805000', '192022.808000', '192022.811000', '192022.813000', '192022.816000', '192022.818000', '192022.821000', '192022.823000', '192022.826000', '192022.829000', '192022.831000', '192022.834000', '192022.836000', '192022.839000', '192022.841000', '192022.844000', '192022.847000', '192022.849000', '192022.852000', '192022.855000', '192022.857000', '192022.860000', '192022.862000', '192022.865000', '192022.867000', '192022.870000', '192022.872000', '192022.875000', '192022.878000', '192022.880000', '192022.883000', '192022.886000', '192022.888000', '192022.897000', '192022.900000', '192022.902000', '192022.905000', '192022.907000', '192022.910000', '192028.011000', '192028.014000', '192028.017000', '192028.020000', '192028.023000', '192028.026000', '192028.028000', '192028.031000', '192028.035000', '192028.038000', '192028.041000', '192028.045000'], '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': [13534, 9908, 15156, 10058, 11643, 7777, 10734, 7745, 10617, 9290, 7380, 7895, 7132, 7728, 7282, 10582, 7719, 11199, 7529, 8903, 7769, 9271, 7750, 6756, 8381, 7174, 10801, 7671, 7462, 8685, 7146, 11145, 7623, 11638, 8869, 10019, 8575, 6931, 10034, 7546, 11165, 7920, 10661, 8797, 7065, 8086, 7143, 8016, 7341, 12186, 9001, 8774, 8361, 7046, 8162, 7414, 10006, 7303, 12033, 7980, 10784, 8155, 10826, 10028, 7628, 10624, 7297, 10400, 7817, 12721, 8726, 7670, 8364, 6820, 10066, 8226, 7443, 11781, 8458, 6842, 9611, 7847, 10781, 8202, 6948, 10070, 7848, 11123, 7483, 7665, 7559, 7313, 10417, 7577, 8763, 7817, 7225, 9390, 7286, 9772, 7706, 10508, 8263, 7623, 8224, 7061, 11603, 8426, 12120, 8234, 7870, 8532, 12679, 8502, 13190, 9926, 7690, 7986, 7385, 9475, 7761, 9480, 8467, 7053, 8559, 6980, 8648, 7296, 12737, 8411, 12038, 7500, 10758, 8094, 12282, 8477, 7143, 8537, 7280, 8672, 7294, 13125, 8624, 8466, 8216, 9811, 8244, 10279, 8344, 7383, 8106, 7278, 9159, 7722, 11913, 8472, 11789, 8360, 7201, 8392, 7684, 8397, 7475, 9012, 7948, 6758, 8273, 7466, 9100, 7173, 9234, 7593, 10663, 8639, 10720, 8495, 7538, 8852, 8541, 11878, 10143, 14061, 8147, 10310, 7790, 10707, 8561, 11048, 8400, 6902, 8091, 7057, 8847, 7718, 9243, 6934, 8550, 7106, 9623, 7714, 12172, 7804, 8351, 8064, 7261, 8319, 7265, 11630, 7839, 10500, 8198, 10090, 9264, 9554, 8995, 7455, 7595, 7607, 11108, 8090, 7405, 8653, 8111, 9321, 8195, 12261, 8253, 7459, 8110, 7213, 7967, 7398, 11601, 7533, 8000, 8103, 7017, 10439, 8410, 12499, 9364, 14168, 9589, 13007, 8732, 13064, 7730, 8093, 8398, 9257, 8110, 8390, 8195, 7227, 10667, 7633, 10158, 7508, 9015, 7065, 9296, 7106, 8448, 7499, 9744, 7317, 9438, 7913, 6495, 8162, 6826, 8011, 8131, 8314, 6885, 10111, 7292, 9570, 7363, 10017, 8325, 7424, 8053, 6867, 9016, 9740, 12742, 9866, 13681, 7889, 11476, 7940, 10879, 8959, 7530, 8167, 7249, 8080, 7424, 10926, 8364, 8781, 7796, 6810, 8166, 6917, 12261, 7703, 9028, 8063, 6922, 8511, 7110, 12338, 7829, 11937, 7975, 11415, 9083, 9092, 8174, 7209, 8270, 7535, 7938, 7514, 11330, 8067, 7788, 8365, 7090, 8358, 7382, 9951, 7279, 11204, 7436, 9567, 7115, 9940, 7519, 11921, 7957, 6807, 8502, 7543, 8468, 7609, 12853, 7586, 10835, 7770, 9163, 7615, 6415, 7442, 7714, 8318, 7945, 7755, 12333, 9864, 11199, 9137, 7403, 9387, 7995, 13035, 9257, 8635, 8381, 7398, 8330, 7519, 9192, 7598, 6681, 7572, 7639, 9650, 7946, 9918, 8253, 7047, 8284, 7426, 12188, 9138, 7428, 8829, 7404, 10038, 9035, 13873, 9385, 7680, 8207, 7360, 8366, 7025, 9312, 7648, 10215, 7654, 10185, 7798, 10600, 9378, 7153, 8426, 7164, 8618, 7552, 11820, 9535, 7249, 8211, 7030, 9013, 7523, 11277, 7456, 8358, 8126, 7020, 8234, 8500, 10846, 7036, 11092, 7581, 11130, 8191, 13812, 9453, 7095, 8361, 6717, 8577, 7072, 11605, 7451, 10800, 7900, 10464, 9636, 8593, 7979, 6998, 8626, 7055, 10464, 7834, 11544, 7411, 10158, 7624, 9723, 8238, 9515, 8005, 7643, 8238, 10243, 8128, 10089, 7863, 6850, 8179, 7871, 8050, 11352, 9213, 6828, 8578, 7032, 8996, 8146, 10605, 8344, 12158, 7622, 10213, 7359, 11254, 9165, 8721, 8144, 6973, 8319, 6766, 10128, 7981, 10165, 7722, 6774, 8356, 7817, 9334, 8139, 10295, 6673, 9536, 6746, 10417, 7741, 11788, 7938, 6663, 7914, 6604, 10610, 7862, 8814, 8069, 7941, 7779, 8944, 10966, 7485, 9850, 7623, 8288, 7418, 9171, 8540, 6588, 8294, 6684, 8816, 7309, 11921, 6909, 10358, 7255, 8082, 7674, 6673, 10700, 7230, 8990, 7828, 10558, 9000, 8779, 11821, 7087, 10646, 7822, 9692, 8237, 8203, 8330, 7231, 8495, 8968, 9029, 8846, 10249, 6644, 8269, 7199, 9497, 7528, 9990, 7966, 6802, 8339, 6941, 8518, 7187, 11480, 8222, 7378, 7947, 6473, 8915, 7889, 12053, 8391, 11746, 7535, 11215, 7526, 9669, 8483, 6662, 8393, 6718, 8179, 7340, 9783, 7938, 6560, 8368, 6564, 9920, 7716, 12087, 8770, 7332, 8407, 7112, 8526, 7418, 12022, 7572, 8982, 8076, 9189, 9350, 8679, 12676, 7479, 10632, 7544, 10598, 7870, 8929, 7702, 7335, 8110, 6783, 8721, 7227, 12194, 9041, 6742, 8084, 7421, 8497, 7563, 7446, 7985, 7698, 12584, 7924, 11024, 8571, 11127, 9949, 9195, 8055, 6876, 8500, 6751, 8514, 6933, 9931, 7887, 6744, 8028, 6299, 9508, 7219, 8803, 7728, 6662, 8213, 7138, 11013, 7786, 9600, 7446, 7235, 7783, 7583, 11987, 8732, 12609, 7892, 8300, 7843, 8175, 11335, 7397, 11613, 7459, 11068, 7494, 9200, 8334, 7035, 8049, 7188, 9965, 7274, 8940, 7881, 6607, 8588, 7351, 7072, 7303, 7093, 10234, 7696, 10927, 7651, 10056, 8497, 8519, 8025, 6538, 8933, 6575, 10721, 7697, 8780, 8035, 6682, 8890, 6693, 9309, 7763, 7596, 9096, 6701, 9377, 7339, 9375, 8470, 6810, 9778, 6782, 11451, 9030, 12811, 9799, 6911, 8609, 6998, 10252, 8117, 6921, 8114, 6891, 8857, 8413, 7701, 9031, 7120, 6911, 8121, 6893, 10729, 9015, 12750, 10895, 7264, 8548, 8189, 8378, 7053, 7238, 7328, 9314, 7172, 6922, 8859, 7326, 11114, 8357, 8772, 7911, 6485, 8699, 7316, 7252, 7974, 7045, 9961, 6919, 10673, 7134, 10320, 8710, 9115, 8265, 6327, 8905, 6858, 10481, 8328, 9241, 7823, 6346, 9040, 7039, 11809, 8673, 9656, 7648, 6526, 8736, 7279, 10748, 8613, 9148, 9654, 7285, 6593, 8043, 6586, 9936, 7296, 12802, 7267, 10899, 8361, 11383, 10061, 6701, 7686, 6925, 8238, 7048, 9776, 7829, 6979, 8155, 6633, 8644, 7469, 11515, 7978, 8735, 7749, 6753, 7957, 7403, 11689, 7853, 9762, 7752, 9739, 8358, 6988, 9517, 7100, 9206, 7038, 9521, 8376, 6735, 7995, 6399, 8420, 6949, 10949, 8409, 9875, 7935, 6996, 7651, 7151, 11808, 7684, 9748, 8010, 10397, 7811, 9345, 8318, 6751, 8205, 6755, 8886, 7248, 9833, 7498, 6394], 'WindowCenter': [3931.0, 3885.0, 3913.0, 3869.0, 3877.0, 3834.0, 3863.0, 3832.0, 3863.0, 3854.0, 3823.0, 3833.0, 3822.0, 3832.0, 3834.0, 3864.0, 3834.0, 3874.0, 3833.0, 3853.0, 3833.0, 3854.0, 3845.0, 3826.0, 3845.0, 3835.0, 3876.0, 3835.0, 3835.0, 3857.0, 3835.0, 3877.0, 3846.0, 3888.0, 3856.0, 3865.0, 3858.0, 3824.0, 3864.0, 3835.0, 3877.0, 3845.0, 3864.0, 3857.0, 3823.0, 3844.0, 3824.0, 3844.0, 3835.0, 3876.0, 3856.0, 3844.0, 3845.0, 3823.0, 3843.0, 3834.0, 3866.0, 3835.0, 3888.0, 3845.0, 3875.0, 3846.0, 3864.0, 3866.0, 3834.0, 3865.0, 3822.0, 3864.0, 3833.0, 3888.0, 3845.0, 3834.0, 3846.0, 3813.0, 3865.0, 3845.0, 3835.0, 3886.0, 3844.0, 3824.0, 3854.0, 3834.0, 3875.0, 3846.0, 3823.0, 3865.0, 3833.0, 3874.0, 3836.0, 3846.0, 3846.0, 3836.0, 3875.0, 3833.0, 3843.0, 3835.0, 3834.0, 3854.0, 3834.0, 3866.0, 3835.0, 3880.0, 3845.0, 3835.0, 3844.0, 3823.0, 3876.0, 3844.0, 3887.0, 3844.0, 3833.0, 3843.0, 3874.0, 3842.0, 3874.0, 3854.0, 3821.0, 3831.0, 3822.0, 3851.0, 3832.0, 3853.0, 3846.0, 3823.0, 3844.0, 3824.0, 3843.0, 3824.0, 3887.0, 3844.0, 3875.0, 3822.0, 3864.0, 3834.0, 3875.0, 3843.0, 3823.0, 3843.0, 3821.0, 3843.0, 3822.0, 3887.0, 3844.0, 3832.0, 3843.0, 3852.0, 3831.0, 3852.0, 3832.0, 3821.0, 3832.0, 3823.0, 3841.0, 3821.0, 3873.0, 3833.0, 3874.0, 3833.0, 3820.0, 3831.0, 3819.0, 3831.0, 3822.0, 3842.0, 3833.0, 3811.0, 3843.0, 3823.0, 3857.0, 3824.0, 3855.0, 3833.0, 3864.0, 3845.0, 3877.0, 3844.0, 3833.0, 3843.0, 3842.0, 3874.0, 3852.0, 3888.0, 3831.0, 3853.0, 3820.0, 3862.0, 3831.0, 3862.0, 3831.0, 3809.0, 3830.0, 3811.0, 3840.0, 3821.0, 3842.0, 3809.0, 3829.0, 3809.0, 3841.0, 3821.0, 3875.0, 3831.0, 3831.0, 3831.0, 3821.0, 3831.0, 3822.0, 3875.0, 3832.0, 3863.0, 3843.0, 3851.0, 3854.0, 3853.0, 3842.0, 3821.0, 3819.0, 3831.0, 3862.0, 3844.0, 3822.0, 3845.0, 3832.0, 3852.0, 3832.0, 3874.0, 3843.0, 3822.0, 3832.0, 3821.0, 3832.0, 3834.0, 3877.0, 3834.0, 3845.0, 3845.0, 3835.0, 3879.0, 3857.0, 3889.0, 3855.0, 3887.0, 3852.0, 3872.0, 3830.0, 3874.0, 3821.0, 3831.0, 3831.0, 3851.0, 3831.0, 3831.0, 3831.0, 3822.0, 3863.0, 3821.0, 3862.0, 3821.0, 3841.0, 3809.0, 3841.0, 3810.0, 3831.0, 3821.0, 3852.0, 3822.0, 3852.0, 3846.0, 3812.0, 3845.0, 3812.0, 3844.0, 3833.0, 3844.0, 3824.0, 3865.0, 3823.0, 3854.0, 3834.0, 3863.0, 3847.0, 3834.0, 3844.0, 3812.0, 3854.0, 3854.0, 3890.0, 3865.0, 3886.0, 3832.0, 3873.0, 3832.0, 3862.0, 3854.0, 3821.0, 3842.0, 3821.0, 3831.0, 3822.0, 3863.0, 3845.0, 3842.0, 3831.0, 3810.0, 3841.0, 3810.0, 3886.0, 3832.0, 3854.0, 3833.0, 3822.0, 3842.0, 3822.0, 3886.0, 3832.0, 3874.0, 3831.0, 3863.0, 3842.0, 3840.0, 3843.0, 3820.0, 3830.0, 3831.0, 3831.0, 3823.0, 3862.0, 3835.0, 3831.0, 3842.0, 3810.0, 3842.0, 3821.0, 3853.0, 3822.0, 3863.0, 3822.0, 3852.0, 3821.0, 3852.0, 3821.0, 3876.0, 3832.0, 3811.0, 3841.0, 3832.0, 3831.0, 3821.0, 3886.0, 3832.0, 3863.0, 3832.0, 3841.0, 3831.0, 3814.0, 3823.0, 3833.0, 3844.0, 3844.0, 3833.0, 3886.0, 3865.0, 3877.0, 3854.0, 3823.0, 3853.0, 3833.0, 3884.0, 3855.0, 3842.0, 3831.0, 3820.0, 3830.0, 3823.0, 3842.0, 3835.0, 3811.0, 3833.0, 3835.0, 3853.0, 3833.0, 3864.0, 3844.0, 3822.0, 3842.0, 3822.0, 3874.0, 3855.0, 3822.0, 3842.0, 3821.0, 3851.0, 3842.0, 3884.0, 3843.0, 3820.0, 3831.0, 3820.0, 3832.0, 3811.0, 3853.0, 3833.0, 3863.0, 3833.0, 3864.0, 3833.0, 3863.0, 3857.0, 3822.0, 3843.0, 3822.0, 3842.0, 3835.0, 3874.0, 3868.0, 3823.0, 3843.0, 3822.0, 3842.0, 3832.0, 3876.0, 3822.0, 3843.0, 3832.0, 3824.0, 3844.0, 3843.0, 3877.0, 3823.0, 3874.0, 3832.0, 3863.0, 3832.0, 3886.0, 3853.0, 3810.0, 3830.0, 3811.0, 3842.0, 3822.0, 3876.0, 3833.0, 3875.0, 3844.0, 3875.0, 3854.0, 3843.0, 3832.0, 3822.0, 3841.0, 3810.0, 3863.0, 3832.0, 3874.0, 3821.0, 3862.0, 3832.0, 3853.0, 3844.0, 3855.0, 3833.0, 3833.0, 3843.0, 3851.0, 3831.0, 3853.0, 3831.0, 3810.0, 3830.0, 3830.0, 3831.0, 3861.0, 3853.0, 3809.0, 3841.0, 3809.0, 3841.0, 3832.0, 3862.0, 3841.0, 3874.0, 3820.0, 3850.0, 3819.0, 3861.0, 3841.0, 3843.0, 3831.0, 3821.0, 3830.0, 3812.0, 3852.0, 3832.0, 3864.0, 3832.0, 3810.0, 3832.0, 3821.0, 3842.0, 3832.0, 3852.0, 3810.0, 3851.0, 3810.0, 3851.0, 3832.0, 3874.0, 3832.0, 3811.0, 3831.0, 3810.0, 3864.0, 3833.0, 3854.0, 3843.0, 3843.0, 3832.0, 3841.0, 3876.0, 3833.0, 3864.0, 3834.0, 3843.0, 3821.0, 3854.0, 3843.0, 3811.0, 3842.0, 3811.0, 3842.0, 3822.0, 3876.0, 3822.0, 3864.0, 3821.0, 3843.0, 3832.0, 3823.0, 3876.0, 3834.0, 3854.0, 3832.0, 3864.0, 3843.0, 3842.0, 3874.0, 3810.0, 3862.0, 3833.0, 3852.0, 3843.0, 3842.0, 3830.0, 3819.0, 3829.0, 3841.0, 3839.0, 3840.0, 3850.0, 3798.0, 3828.0, 3808.0, 3839.0, 3819.0, 3850.0, 3832.0, 3809.0, 3841.0, 3809.0, 3841.0, 3821.0, 3875.0, 3842.0, 3823.0, 3844.0, 3800.0, 3842.0, 3831.0, 3887.0, 3843.0, 3874.0, 3832.0, 3863.0, 3832.0, 3851.0, 3843.0, 3810.0, 3841.0, 3810.0, 3841.0, 3833.0, 3863.0, 3846.0, 3812.0, 3844.0, 3811.0, 3863.0, 3833.0, 3889.0, 3856.0, 3822.0, 3842.0, 3823.0, 3842.0, 3834.0, 3886.0, 3833.0, 3853.0, 3833.0, 3854.0, 3841.0, 3841.0, 3885.0, 3821.0, 3862.0, 3820.0, 3862.0, 3831.0, 3840.0, 3832.0, 3820.0, 3831.0, 3809.0, 3841.0, 3820.0, 3875.0, 3853.0, 3811.0, 3844.0, 3835.0, 3855.0, 3833.0, 3833.0, 3833.0, 3835.0, 3887.0, 3846.0, 3876.0, 3843.0, 3874.0, 3864.0, 3854.0, 3831.0, 3810.0, 3841.0, 3810.0, 3841.0, 3821.0, 3863.0, 3844.0, 3812.0, 3843.0, 3814.0, 3864.0, 3834.0, 3854.0, 3834.0, 3823.0, 3844.0, 3823.0, 3876.0, 3834.0, 3865.0, 3834.0, 3833.0, 3834.0, 3833.0, 3889.0, 3855.0, 3887.0, 3833.0, 3844.0, 3843.0, 3841.0, 3877.0, 3833.0, 3875.0, 3821.0, 3874.0, 3822.0, 3841.0, 3843.0, 3821.0, 3831.0, 3822.0, 3852.0, 3822.0, 3841.0, 3833.0, 3812.0, 3842.0, 3833.0, 3823.0, 3833.0, 3823.0, 3878.0, 3835.0, 3876.0, 3835.0, 3865.0, 3844.0, 3855.0, 3845.0, 3812.0, 3853.0, 3822.0, 3874.0, 3833.0, 3855.0, 3843.0, 3823.0, 3854.0, 3812.0, 3853.0, 3845.0, 3834.0, 3854.0, 3813.0, 3853.0, 3834.0, 3854.0, 3845.0, 3813.0, 3864.0, 3812.0, 3875.0, 3854.0, 3887.0, 3854.0, 3810.0, 3841.0, 3822.0, 3862.0, 3834.0, 3821.0, 3831.0, 3821.0, 3852.0, 3843.0, 3832.0, 3856.0, 3823.0, 3824.0, 3843.0, 3822.0, 3875.0, 3853.0, 3887.0, 3867.0, 3821.0, 3842.0, 3830.0, 3829.0, 3809.0, 3818.0, 3819.0, 3851.0, 3822.0, 3821.0, 3853.0, 3822.0, 3875.0, 3842.0, 3841.0, 3833.0, 3811.0, 3842.0, 3833.0, 3833.0, 3844.0, 3822.0, 3867.0, 3823.0, 3865.0, 3823.0, 3863.0, 3843.0, 3854.0, 3845.0, 3812.0, 3854.0, 3824.0, 3876.0, 3844.0, 3854.0, 3845.0, 3813.0, 3854.0, 3824.0, 3875.0, 3844.0, 3865.0, 3834.0, 3814.0, 3843.0, 3833.0, 3877.0, 3858.0, 3856.0, 3865.0, 3834.0, 3824.0, 3844.0, 3825.0, 3866.0, 3835.0, 3887.0, 3834.0, 3875.0, 3843.0, 3873.0, 3865.0, 3811.0, 3832.0, 3821.0, 3842.0, 3822.0, 3852.0, 3834.0, 3822.0, 3843.0, 3813.0, 3843.0, 3833.0, 3877.0, 3844.0, 3844.0, 3833.0, 3812.0, 3844.0, 3834.0, 3887.0, 3844.0, 3863.0, 3832.0, 3852.0, 3844.0, 3822.0, 3853.0, 3822.0, 3854.0, 3822.0, 3852.0, 3844.0, 3812.0, 3832.0, 3812.0, 3843.0, 3823.0, 3874.0, 3844.0, 3864.0, 3833.0, 3822.0, 3831.0, 3811.0, 3875.0, 3833.0, 3864.0, 3834.0, 3863.0, 3832.0, 3853.0, 3843.0, 3811.0, 3843.0, 3812.0, 3842.0, 3822.0, 3864.0, 3833.0, 3812.0], 'WindowWidth': [8792.0, 8713.0, 8753.0, 8680.0, 8686.0, 8621.0, 8660.0, 8617.0, 8657.0, 8649.0, 8605.0, 8619.0, 8602.0, 8615.0, 8622.0, 8661.0, 8624.0, 8677.0, 8619.0, 8647.0, 8622.0, 8650.0, 8642.0, 8617.0, 8638.0, 8627.0, 8683.0, 8625.0, 8627.0, 8660.0, 8628.0, 8684.0, 8642.0, 8702.0, 8655.0, 8666.0, 8662.0, 8610.0, 8663.0, 8624.0, 8683.0, 8639.0, 8661.0, 8658.0, 8608.0, 8636.0, 8608.0, 8636.0, 8627.0, 8682.0, 8655.0, 8635.0, 8636.0, 8607.0, 8633.0, 8622.0, 8668.0, 8628.0, 8701.0, 8638.0, 8680.0, 8641.0, 8663.0, 8669.0, 8622.0, 8664.0, 8604.0, 8663.0, 8622.0, 8701.0, 8639.0, 8622.0, 8642.0, 8592.0, 8665.0, 8638.0, 8626.0, 8696.0, 8636.0, 8609.0, 8649.0, 8623.0, 8677.0, 8641.0, 8606.0, 8663.0, 8619.0, 8674.0, 8633.0, 8644.0, 8644.0, 8630.0, 8679.0, 8622.0, 8634.0, 8629.0, 8622.0, 8649.0, 8624.0, 8668.0, 8627.0, 8693.0, 8641.0, 8623.0, 8635.0, 8606.0, 8678.0, 8636.0, 8696.0, 8634.0, 8618.0, 8632.0, 8675.0, 8628.0, 8675.0, 8648.0, 8599.0, 8613.0, 8603.0, 8639.0, 8618.0, 8643.0, 8643.0, 8607.0, 8635.0, 8608.0, 8632.0, 8607.0, 8700.0, 8633.0, 8678.0, 8603.0, 8661.0, 8621.0, 8680.0, 8633.0, 8605.0, 8630.0, 8601.0, 8631.0, 8602.0, 8699.0, 8635.0, 8617.0, 8629.0, 8642.0, 8613.0, 8642.0, 8615.0, 8600.0, 8615.0, 8604.0, 8626.0, 8600.0, 8671.0, 8618.0, 8676.0, 8616.0, 8596.0, 8610.0, 8593.0, 8612.0, 8602.0, 8629.0, 8619.0, 8588.0, 8632.0, 8605.0, 8658.0, 8608.0, 8650.0, 8621.0, 8661.0, 8639.0, 8684.0, 8636.0, 8619.0, 8631.0, 8628.0, 8675.0, 8640.0, 8701.0, 8612.0, 8646.0, 8597.0, 8654.0, 8613.0, 8656.0, 8611.0, 8580.0, 8608.0, 8584.0, 8623.0, 8598.0, 8627.0, 8581.0, 8606.0, 8581.0, 8622.0, 8597.0, 8677.0, 8613.0, 8614.0, 8612.0, 8599.0, 8612.0, 8602.0, 8677.0, 8615.0, 8657.0, 8631.0, 8639.0, 8647.0, 8643.0, 8627.0, 8598.0, 8595.0, 8613.0, 8654.0, 8637.0, 8603.0, 8636.0, 8615.0, 8643.0, 8615.0, 8677.0, 8630.0, 8603.0, 8615.0, 8602.0, 8616.0, 8622.0, 8683.0, 8624.0, 8639.0, 8640.0, 8627.0, 8692.0, 8659.0, 8706.0, 8651.0, 8701.0, 8643.0, 8672.0, 8609.0, 8674.0, 8599.0, 8610.0, 8611.0, 8639.0, 8615.0, 8612.0, 8611.0, 8603.0, 8658.0, 8599.0, 8656.0, 8599.0, 8625.0, 8580.0, 8626.0, 8584.0, 8611.0, 8600.0, 8644.0, 8604.0, 8641.0, 8642.0, 8592.0, 8637.0, 8590.0, 8635.0, 8620.0, 8634.0, 8611.0, 8664.0, 8606.0, 8649.0, 8623.0, 8658.0, 8645.0, 8621.0, 8636.0, 8592.0, 8649.0, 8648.0, 8710.0, 8666.0, 8697.0, 8616.0, 8674.0, 8617.0, 8654.0, 8650.0, 8599.0, 8628.0, 8599.0, 8613.0, 8604.0, 8659.0, 8639.0, 8629.0, 8614.0, 8585.0, 8626.0, 8583.0, 8695.0, 8617.0, 8648.0, 8617.0, 8604.0, 8628.0, 8603.0, 8697.0, 8617.0, 8674.0, 8613.0, 8659.0, 8629.0, 8622.0, 8630.0, 8595.0, 8610.0, 8612.0, 8613.0, 8604.0, 8654.0, 8624.0, 8614.0, 8629.0, 8583.0, 8627.0, 8600.0, 8644.0, 8605.0, 8660.0, 8603.0, 8641.0, 8602.0, 8642.0, 8599.0, 8681.0, 8617.0, 8587.0, 8625.0, 8615.0, 8613.0, 8598.0, 8696.0, 8614.0, 8657.0, 8615.0, 8624.0, 8615.0, 8597.0, 8606.0, 8620.0, 8634.0, 8635.0, 8621.0, 8698.0, 8664.0, 8683.0, 8648.0, 8605.0, 8643.0, 8619.0, 8690.0, 8651.0, 8626.0, 8610.0, 8595.0, 8608.0, 8603.0, 8626.0, 8624.0, 8588.0, 8618.0, 8622.0, 8644.0, 8620.0, 8661.0, 8634.0, 8604.0, 8629.0, 8603.0, 8675.0, 8652.0, 8601.0, 8629.0, 8597.0, 8639.0, 8625.0, 8690.0, 8629.0, 8596.0, 8611.0, 8596.0, 8614.0, 8585.0, 8644.0, 8618.0, 8658.0, 8617.0, 8659.0, 8619.0, 8657.0, 8655.0, 8602.0, 8630.0, 8603.0, 8631.0, 8623.0, 8674.0, 8673.0, 8606.0, 8630.0, 8602.0, 8628.0, 8615.0, 8680.0, 8604.0, 8630.0, 8616.0, 8607.0, 8636.0, 8632.0, 8686.0, 8605.0, 8675.0, 8615.0, 8657.0, 8616.0, 8698.0, 8644.0, 8584.0, 8610.0, 8586.0, 8627.0, 8603.0, 8682.0, 8620.0, 8677.0, 8636.0, 8678.0, 8650.0, 8632.0, 8617.0, 8603.0, 8627.0, 8585.0, 8656.0, 8616.0, 8676.0, 8601.0, 8654.0, 8617.0, 8644.0, 8635.0, 8651.0, 8618.0, 8616.0, 8631.0, 8641.0, 8612.0, 8643.0, 8612.0, 8583.0, 8610.0, 8609.0, 8612.0, 8652.0, 8644.0, 8581.0, 8624.0, 8582.0, 8625.0, 8614.0, 8654.0, 8626.0, 8672.0, 8597.0, 8636.0, 8594.0, 8652.0, 8627.0, 8630.0, 8613.0, 8599.0, 8610.0, 8589.0, 8641.0, 8617.0, 8661.0, 8614.0, 8584.0, 8614.0, 8600.0, 8627.0, 8616.0, 8643.0, 8584.0, 8638.0, 8584.0, 8637.0, 8615.0, 8674.0, 8614.0, 8587.0, 8614.0, 8585.0, 8663.0, 8620.0, 8647.0, 8633.0, 8632.0, 8615.0, 8626.0, 8682.0, 8619.0, 8663.0, 8621.0, 8632.0, 8603.0, 8650.0, 8634.0, 8589.0, 8628.0, 8588.0, 8628.0, 8603.0, 8682.0, 8603.0, 8661.0, 8601.0, 8633.0, 8617.0, 8609.0, 8682.0, 8622.0, 8647.0, 8618.0, 8662.0, 8630.0, 8627.0, 8677.0, 8584.0, 8655.0, 8618.0, 8643.0, 8632.0, 8628.0, 8611.0, 8593.0, 8607.0, 8625.0, 8620.0, 8622.0, 8637.0, 8564.0, 8604.0, 8578.0, 8618.0, 8596.0, 8637.0, 8616.0, 8583.0, 8627.0, 8582.0, 8626.0, 8601.0, 8678.0, 8631.0, 8607.0, 8635.0, 8572.0, 8629.0, 8613.0, 8698.0, 8631.0, 8675.0, 8616.0, 8658.0, 8617.0, 8638.0, 8634.0, 8584.0, 8627.0, 8584.0, 8628.0, 8620.0, 8657.0, 8643.0, 8591.0, 8634.0, 8589.0, 8660.0, 8619.0, 8705.0, 8652.0, 8604.0, 8629.0, 8607.0, 8630.0, 8623.0, 8698.0, 8619.0, 8646.0, 8617.0, 8647.0, 8628.0, 8626.0, 8694.0, 8599.0, 8657.0, 8598.0, 8657.0, 8615.0, 8623.0, 8618.0, 8597.0, 8612.0, 8583.0, 8624.0, 8597.0, 8680.0, 8647.0, 8586.0, 8636.0, 8626.0, 8653.0, 8623.0, 8623.0, 8620.0, 8626.0, 8700.0, 8639.0, 8682.0, 8633.0, 8678.0, 8662.0, 8648.0, 8614.0, 8586.0, 8625.0, 8584.0, 8625.0, 8601.0, 8659.0, 8633.0, 8591.0, 8632.0, 8597.0, 8662.0, 8625.0, 8650.0, 8624.0, 8607.0, 8636.0, 8608.0, 8684.0, 8624.0, 8666.0, 8624.0, 8621.0, 8624.0, 8621.0, 8706.0, 8652.0, 8698.0, 8619.0, 8635.0, 8633.0, 8628.0, 8687.0, 8619.0, 8677.0, 8601.0, 8675.0, 8603.0, 8626.0, 8634.0, 8600.0, 8614.0, 8602.0, 8642.0, 8603.0, 8627.0, 8620.0, 8590.0, 8630.0, 8620.0, 8607.0, 8621.0, 8606.0, 8687.0, 8627.0, 8683.0, 8625.0, 8665.0, 8636.0, 8652.0, 8639.0, 8592.0, 8647.0, 8605.0, 8676.0, 8620.0, 8651.0, 8634.0, 8607.0, 8646.0, 8590.0, 8646.0, 8640.0, 8623.0, 8648.0, 8593.0, 8647.0, 8624.0, 8650.0, 8638.0, 8593.0, 8663.0, 8592.0, 8679.0, 8647.0, 8698.0, 8648.0, 8586.0, 8628.0, 8604.0, 8654.0, 8623.0, 8601.0, 8613.0, 8602.0, 8641.0, 8634.0, 8617.0, 8655.0, 8607.0, 8609.0, 8633.0, 8604.0, 8678.0, 8646.0, 8701.0, 8670.0, 8599.0, 8628.0, 8610.0, 8605.0, 8581.0, 8592.0, 8595.0, 8639.0, 8603.0, 8601.0, 8644.0, 8603.0, 8676.0, 8630.0, 8624.0, 8620.0, 8588.0, 8630.0, 8619.0, 8621.0, 8635.0, 8603.0, 8672.0, 8607.0, 8667.0, 8607.0, 8659.0, 8632.0, 8646.0, 8638.0, 8591.0, 8648.0, 8612.0, 8683.0, 8637.0, 8648.0, 8641.0, 8594.0, 8648.0, 8610.0, 8680.0, 8635.0, 8665.0, 8622.0, 8595.0, 8634.0, 8619.0, 8687.0, 8659.0, 8654.0, 8665.0, 8625.0, 8610.0, 8637.0, 8614.0, 8669.0, 8625.0, 8699.0, 8622.0, 8679.0, 8632.0, 8674.0, 8664.0, 8586.0, 8616.0, 8601.0, 8629.0, 8605.0, 8642.0, 8623.0, 8605.0, 8634.0, 8593.0, 8634.0, 8621.0, 8685.0, 8637.0, 8636.0, 8620.0, 8593.0, 8635.0, 8624.0, 8698.0, 8637.0, 8661.0, 8618.0, 8642.0, 8636.0, 8604.0, 8645.0, 8605.0, 8648.0, 8605.0, 8643.0, 8638.0, 8590.0, 8618.0, 8590.0, 8633.0, 8606.0, 8676.0, 8637.0, 8663.0, 8619.0, 8604.0, 8614.0, 8586.0, 8681.0, 8618.0, 8663.0, 8620.0, 8661.0, 8616.0, 8643.0, 8634.0, 8588.0, 8631.0, 8591.0, 8628.0, 8603.0, 8662.0, 8620.0, 8592.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.0008469425287356323</td></tr>
<tr><td colspan=3>aqi</td><td>0.028405396436781607</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.63180798346372</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1918042034867669</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997819347640972</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>4019.9087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1314101853714339</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.057471264367816</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5190296045462652</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5181453945081897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7714545702870104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.267488848843595</td></tr>
<tr><td colspan=3>gcor</td><td>0.00315565</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002006567781791091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021750256419181824</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7427229884453346</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>22.7458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.2653</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.1737</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>786.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.161</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9402</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.3023</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3036.868</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3224.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.5329</td></tr>
<tr><td colspan=3>tsnr</td><td>33.94101362791844</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>