ds005256-mriqc/sub-0016_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter aba5ac81ab [DATALAD RUNCMD] Compute MRIQC for sub-0016
=== 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-0016 --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-0016",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:54 +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-0016_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0016_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>888d70bc3b85249ad44fee9814a9d0bf</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:48:3.875000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857559</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</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>231.495</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>704b9d22-016b-4cef-a00b-de1a89831f93||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['124803.875000', '124804.335000', '124804.795000', '124805.255000', '124805.715000', '124806.175000', '124806.635000', '124807.095000', '124807.555000', '124808.015000', '124808.475000', '124808.935000', '124809.395000', '124809.855000', '124810.315000', '124810.775000', '124811.235000', '124811.695000', '124812.155000', '124812.615000', '124813.075000', '124813.535000', '124813.995000', '124814.455000', '124814.915000', '124815.375000', '124815.835000', '124816.295000', '124816.755000', '124817.215000', '124817.675000', '124818.135000', '124818.595000', '124819.055000', '124819.515000', '124819.975000', '124820.435000', '124820.895000', '124821.355000', '124821.815000', '124822.275000', '124822.735000', '124823.195000', '124823.655000', '124824.115000', '124824.575000', '124825.035000', '124825.495000', '124825.955000', '124826.415000', '124826.875000', '124827.335000', '124827.795000', '124828.255000', '124828.715000', '124829.175000', '124829.635000', '124830.095000', '124830.555000', '124831.015000', '124831.475000', '124831.935000', '124832.395000', '124832.855000', '124833.315000', '124833.775000', '124834.235000', '124834.695000', '124835.155000', '124835.615000', '124836.075000', '124836.535000', '124836.995000', '124837.455000', '124837.915000', '124838.375000', '124838.835000', '124839.295000', '124839.755000', '124840.215000', '124840.675000', '124841.135000', '124841.595000', '124842.055000', '124842.515000', '124842.975000', '124843.435000', '124843.895000', '124844.355000', '124844.815000', '124845.275000', '124845.735000', '124846.195000', '124846.655000', '124847.115000', '124847.575000', '124848.035000', '124848.495000', '124848.955000', '124849.415000', '124849.875000', '124850.335000', '124850.795000', '124851.255000', '124851.715000', '124852.175000', '124852.635000', '124853.095000', '124853.555000', '124854.015000', '124854.475000', '124854.935000', '124855.395000', '124855.855000', '124856.315000', '124856.775000', '124857.235000', '124857.695000', '124858.155000', '124858.615000', '124859.075000', '124859.535000', '124859.995000', '124900.455000', '124900.915000', '124901.375000', '124901.835000', '124902.295000', '124902.755000', '124903.215000', '124903.675000', '124904.135000', '124904.595000', '124905.055000', '124905.515000', '124905.975000', '124906.435000', '124906.895000', '124907.355000', '124907.815000', '124908.275000', '124908.735000', '124909.195000', '124909.655000', '124910.115000', '124910.575000', '124911.035000', '124911.495000', '124911.955000', '124912.415000', '124912.875000', '124913.335000', '124913.795000', '124914.255000', '124914.715000', '124915.175000', '124915.635000', '124916.095000', '124916.555000', '124917.015000', '124917.475000', '124917.935000', '124918.395000', '124918.855000', '124919.315000', '124919.775000', '124920.235000', '124920.695000', '124921.155000', '124921.615000', '124922.075000', '124922.535000', '124922.995000', '124923.455000', '124923.915000', '124924.375000', '124924.835000', '124925.295000', '124925.755000', '124926.215000', '124926.675000', '124927.135000', '124927.595000', '124928.055000', '124928.515000', '124928.975000', '124929.435000', '124929.895000', '124930.355000', '124930.815000', '124931.275000', '124931.735000', '124932.195000', '124932.655000', '124933.115000', '124933.575000', '124934.035000', '124934.495000', '124934.955000', '124935.415000', '124935.875000', '124936.335000', '124936.795000', '124937.255000', '124937.715000', '124938.175000', '124938.635000', '124939.095000', '124939.555000', '124940.015000', '124940.475000', '124940.935000', '124941.395000', '124941.855000', '124942.315000', '124942.775000', '124943.235000', '124943.695000', '124944.155000', '124944.615000', '124945.075000', '124945.535000', '124945.995000', '124946.455000', '124946.915000', '124947.375000', '124947.835000', '124948.295000', '124948.755000', '124949.215000', '124949.675000', '124950.135000', '124950.595000', '124951.055000', '124951.515000', '124951.975000', '124952.435000', '124952.895000', '124953.355000', '124953.815000', '124954.275000', '124954.735000', '124955.195000', '124955.655000', '124956.115000', '124956.575000', '124957.035000', '124957.495000', '124957.955000', '124958.415000', '124958.875000', '124959.335000', '124959.795000', '125000.255000', '125000.715000', '125001.175000', '125001.635000', '125002.095000', '125002.555000', '125003.015000', '125003.475000', '125003.935000', '125004.395000', '125004.855000', '125005.315000', '125005.775000', '125006.235000', '125006.695000', '125007.155000', '125007.615000', '125008.075000', '125008.535000', '125008.995000', '125009.455000', '125009.915000', '125010.375000', '125010.835000', '125011.295000', '125011.755000', '125012.215000', '125012.675000', '125013.135000', '125013.595000', '125014.055000', '125014.515000', '125014.975000', '125015.435000', '125015.895000', '125016.355000', '125016.815000', '125017.275000', '125017.735000', '125018.195000', '125018.655000', '125019.115000', '125019.575000', '125020.035000', '125020.495000', '125020.955000', '125021.415000', '125021.875000', '125022.335000', '125022.795000', '125023.255000', '125023.715000', '125024.175000', '125024.635000', '125025.095000', '125025.555000', '125026.015000', '125026.475000', '125026.935000', '125027.395000', '125027.855000', '125028.315000', '125028.775000', '125029.235000', '125029.695000', '125030.155000', '125030.615000', '125031.075000', '125031.535000', '125031.995000', '125032.455000', '125032.915000', '125033.375000', '125033.835000', '125034.295000', '125034.755000', '125035.215000', '125035.675000', '125036.135000', '125036.595000', '125037.055000', '125037.515000', '125037.975000', '125038.435000', '125038.895000', '125039.355000', '125039.815000', '125040.275000', '125040.735000', '125041.195000', '125041.655000', '125042.115000', '125042.575000', '125043.035000', '125043.495000', '125043.955000', '125044.415000', '125044.875000', '125045.335000', '125045.795000', '125046.255000', '125046.715000', '125047.175000', '125047.635000', '125048.095000', '125048.555000', '125049.015000', '125049.475000', '125049.935000', '125050.395000', '125050.855000', '125051.315000', '125051.775000', '125052.235000', '125052.695000', '125053.155000', '125053.615000', '125054.075000', '125054.535000', '125054.995000', '125055.455000', '125055.915000', '125056.375000', '125056.835000', '125057.295000', '125057.755000', '125058.215000', '125058.675000', '125059.135000', '125059.595000', '125100.055000', '125100.515000', '125100.975000', '125101.435000', '125101.895000', '125102.355000', '125102.815000', '125103.275000', '125103.735000', '125104.195000', '125104.655000', '125105.115000', '125105.575000', '125106.035000', '125106.495000', '125106.955000', '125107.415000', '125107.875000', '125108.335000', '125108.795000', '125109.255000', '125109.715000', '125110.175000', '125110.635000', '125111.095000', '125111.555000', '125112.015000', '125112.475000', '125112.935000', '125113.395000', '125113.855000', '125114.315000', '125114.775000', '125115.235000', '125115.695000', '125116.155000', '125116.615000', '125117.075000', '125117.535000', '125117.995000', '125118.455000', '125118.915000', '125119.375000', '125119.835000', '125120.295000', '125120.755000', '125121.215000', '125121.675000', '125122.135000', '125122.595000', '125123.055000', '125123.515000', '125123.975000', '125124.435000', '125124.895000', '125125.355000', '125125.815000', '125126.275000', '125126.735000', '125127.195000', '125127.655000', '125128.115000', '125128.575000', '125129.035000', '125129.495000', '125129.955000', '125130.415000', '125130.875000', '125131.335000', '125131.795000', '125132.255000', '125132.715000', '125133.175000', '125133.635000', '125134.095000', '125134.555000', '125135.015000', '125135.475000', '125135.935000', '125136.395000', '125136.855000', '125137.315000', '125137.775000', '125138.235000', '125138.695000', '125139.155000', '125139.615000', '125140.075000', '125140.535000', '125140.995000', '125141.455000', '125141.915000', '125142.375000', '125142.835000', '125143.295000', '125143.755000', '125144.215000', '125144.675000', '125145.135000', '125145.595000', '125146.055000', '125146.515000', '125146.975000', '125147.435000', '125147.895000', '125148.355000', '125148.815000', '125149.275000', '125149.735000', '125150.195000', '125150.655000', '125151.115000', '125151.575000', '125152.035000', '125152.495000', '125152.955000', '125153.415000', '125153.875000', '125154.335000', '125154.795000', '125155.255000', '125155.715000', '125156.175000', '125156.635000', '125157.095000', '125157.555000', '125158.015000', '125158.475000', '125158.935000', '125159.395000', '125159.855000', '125200.315000', '125200.775000', '125201.235000', '125201.695000', '125202.155000', '125202.615000', '125203.075000', '125203.535000', '125203.995000', '125204.455000', '125204.915000', '125205.375000', '125205.835000', '125206.295000', '125206.755000', '125207.215000', '125207.675000', '125208.135000', '125208.595000', '125209.055000', '125209.515000', '125209.975000', '125210.435000', '125210.895000', '125211.355000', '125211.815000', '125212.275000', '125212.735000', '125213.195000', '125213.655000', '125214.115000', '125214.575000', '125215.035000', '125215.495000', '125215.955000', '125216.415000', '125216.875000', '125217.335000', '125217.795000', '125218.255000', '125218.715000', '125219.175000', '125219.635000', '125220.095000', '125220.555000', '125221.015000', '125221.475000', '125221.935000', '125222.395000', '125222.855000', '125223.315000', '125223.775000', '125224.235000', '125224.695000', '125225.155000', '125225.615000', '125226.075000', '125226.535000', '125226.995000', '125227.455000', '125227.915000', '125228.375000', '125228.835000', '125229.295000', '125229.755000', '125230.215000', '125230.675000', '125231.135000', '125231.595000', '125232.055000', '125232.515000', '125232.975000', '125233.435000', '125233.895000', '125234.355000', '125234.815000', '125235.275000', '125235.735000', '125236.195000', '125236.655000', '125237.115000', '125237.575000', '125238.035000', '125238.495000', '125238.955000', '125239.415000', '125239.875000', '125240.335000', '125240.795000', '125241.255000', '125241.715000', '125242.175000', '125242.635000', '125243.095000', '125243.555000', '125244.015000', '125244.475000', '125244.935000', '125245.395000', '125245.855000', '125246.315000', '125246.775000', '125247.235000', '125247.695000', '125248.155000', '125248.615000', '125249.075000', '125249.535000', '125249.995000', '125250.455000', '125250.915000', '125251.375000', '125251.835000', '125252.295000', '125252.755000', '125253.215000', '125253.675000', '125254.135000', '125254.595000', '125255.055000', '125255.515000', '125255.975000', '125256.435000', '125256.895000', '125257.355000', '125257.815000', '125258.275000', '125258.735000', '125259.195000', '125259.655000', '125300.115000', '125300.575000', '125301.035000', '125301.495000', '125301.955000', '125302.415000', '125302.875000', '125303.335000', '125303.795000', '125304.255000', '125304.715000', '125305.175000', '125305.635000', '125306.095000', '125306.555000', '125307.015000', '125307.475000', '125307.935000', '125308.395000', '125308.855000', '125309.315000', '125309.775000', '125310.235000', '125310.695000', '125311.155000', '125311.615000', '125312.075000', '125312.535000', '125312.995000', '125313.455000', '125313.915000', '125314.375000', '125314.835000', '125315.295000', '125315.755000', '125316.215000', '125316.675000', '125317.135000', '125317.595000', '125318.055000', '125318.515000', '125318.975000', '125319.435000', '125319.895000', '125320.355000', '125320.815000', '125321.275000', '125321.735000', '125322.195000', '125322.655000', '125323.115000', '125323.575000', '125324.035000', '125324.495000', '125324.955000', '125325.415000', '125325.875000', '125326.335000', '125326.795000', '125327.255000', '125327.715000', '125328.175000', '125328.635000', '125329.095000', '125329.555000', '125330.015000', '125330.475000', '125330.935000', '125331.395000', '125331.855000', '125332.315000', '125332.775000', '125333.235000', '125333.695000', '125334.155000', '125334.615000', '125335.075000', '125335.535000', '125335.995000', '125336.455000', '125336.915000', '125337.375000', '125337.835000', '125338.295000', '125338.755000', '125339.215000', '125339.675000', '125340.135000', '125340.595000', '125341.055000', '125341.515000', '125341.975000', '125342.435000', '125342.895000', '125343.355000', '125343.815000', '125344.275000', '125344.735000', '125345.195000', '125345.655000', '125346.115000', '125346.575000', '125347.035000', '125347.495000', '125347.955000', '125348.415000', '125348.875000', '125349.335000', '125349.795000', '125350.255000', '125350.715000', '125351.175000', '125351.635000', '125352.095000', '125352.555000', '125353.015000', '125353.475000', '125353.935000', '125354.395000', '125354.855000', '125355.315000', '125355.775000', '125356.235000', '125356.695000', '125357.155000', '125357.615000', '125358.075000', '125358.535000', '125358.995000', '125359.455000', '125359.915000', '125400.375000', '125400.835000', '125401.295000', '125401.755000', '125402.215000', '125402.675000', '125403.135000', '125403.595000', '125404.055000', '125404.515000', '125404.975000', '125405.435000', '125405.895000', '125406.355000', '125406.815000', '125407.275000', '125407.735000', '125408.195000', '125408.655000', '125409.115000', '125409.575000', '125410.035000', '125410.495000', '125410.955000', '125411.415000', '125411.875000', '125412.335000', '125412.795000', '125413.255000', '125413.715000', '125414.175000', '125414.635000', '125415.095000', '125415.555000', '125416.015000', '125416.475000', '125416.935000', '125417.395000', '125417.855000', '125418.315000', '125418.775000', '125419.235000', '125419.695000', '125420.155000', '125420.615000', '125421.075000', '125421.535000', '125421.995000', '125422.455000', '125422.915000', '125423.375000', '125423.835000', '125424.295000', '125424.755000', '125425.215000', '125425.675000', '125426.135000', '125426.595000', '125427.055000', '125427.515000', '125427.975000', '125428.435000', '125428.895000', '125429.355000', '125429.815000', '125430.275000', '125430.735000', '125431.195000', '125431.655000', '125432.115000', '125432.575000', '125433.035000', '125433.495000', '125433.955000', '125434.415000', '125434.875000', '125435.335000', '125435.795000', '125436.255000', '125436.715000', '125437.175000', '125437.635000', '125438.095000', '125438.555000', '125439.015000', '125439.475000', '125439.935000', '125440.395000', '125440.855000', '125441.315000', '125441.775000', '125442.235000', '125442.695000', '125443.155000', '125443.615000', '125444.075000', '125444.535000'], 'ContentTime': ['124823.448000', '124823.470000', '124823.488000', '124823.491000', '124823.494000', '124823.497000', '124823.500000', '124823.503000', '124823.505000', '124823.508000', '124823.512000', '124823.515000', '124823.518000', '124823.521000', '124823.524000', '124823.527000', '124823.529000', '124823.538000', '124823.541000', '124823.544000', '124823.547000', '124823.550000', '124823.553000', '124823.556000', '124823.559000', '124823.561000', '124823.564000', '124823.567000', '124823.570000', '124823.573000', '124823.576000', '124823.579000', '124823.582000', '124823.585000', '124823.588000', '124823.591000', '124823.594000', '124823.597000', '124823.600000', '124823.603000', '124843.419000', '124843.422000', '124843.425000', '124843.428000', '124843.430000', '124843.433000', '124843.436000', '124843.439000', '124843.442000', '124843.444000', '124843.447000', '124843.450000', '124843.453000', '124843.456000', '124843.459000', '124843.462000', '124843.465000', '124843.467000', '124843.470000', '124843.473000', '124843.476000', '124843.479000', '124843.481000', '124843.484000', '124843.492000', '124843.495000', '124843.498000', '124843.501000', '124843.503000', '124843.506000', '124843.509000', '124843.512000', '124843.515000', '124843.518000', '124843.520000', '124843.523000', '124843.526000', '124843.529000', '124843.532000', '124843.535000', '124843.537000', '124843.540000', '124843.543000', '124903.419000', '124903.422000', '124903.425000', '124903.427000', '124903.430000', '124903.433000', '124903.436000', '124903.439000', '124903.441000', '124903.444000', '124903.447000', '124903.450000', '124903.453000', '124903.456000', '124903.459000', '124903.462000', '124903.465000', '124903.468000', '124903.470000', '124903.473000', '124903.476000', '124903.479000', '124903.482000', '124903.484000', '124903.487000', '124903.490000', '124903.493000', '124903.496000', '124903.499000', '124903.502000', '124903.504000', '124903.507000', '124903.510000', '124903.513000', '124903.516000', '124903.518000', '124903.521000', '124903.524000', '124903.527000', '124903.530000', '124903.532000', '124903.535000', '124903.538000', '124903.541000', '124923.419000', '124923.422000', '124923.425000', '124923.428000', '124923.431000', '124923.433000', '124923.436000', '124923.439000', '124923.442000', '124923.445000', '124923.447000', '124923.450000', '124923.453000', '124923.456000', '124923.459000', '124923.462000', '124923.465000', '124923.468000', '124923.470000', '124923.473000', '124923.476000', '124923.479000', '124923.482000', '124923.484000', '124923.487000', '124923.490000', '124923.493000', '124923.496000', '124923.499000', '124923.501000', '124923.504000', '124923.507000', '124923.510000', '124923.513000', '124923.515000', '124923.519000', '124923.522000', '124923.525000', '124923.528000', '124923.541000', '124923.543000', '124923.546000', '124923.563000', '124943.419000', '124943.422000', '124943.425000', '124943.428000', '124943.430000', '124943.433000', '124943.436000', '124943.439000', '124943.442000', '124943.445000', '124943.447000', '124943.450000', '124943.453000', '124943.456000', '124943.459000', '124943.462000', '124943.464000', '124943.467000', '124943.470000', '124943.473000', '124943.476000', '124943.488000', '124943.490000', '124943.493000', '124943.496000', '124943.499000', '124943.502000', '124943.505000', '124943.508000', '124943.510000', '124943.513000', '124943.516000', '124943.519000', '124943.522000', '124943.525000', '124943.528000', '124943.530000', '124943.533000', '124943.536000', '124943.539000', '124943.542000', '124943.544000', '124943.547000', '124943.550000', '125003.418000', '125003.421000', '125003.424000', '125003.427000', '125003.430000', '125003.432000', '125003.435000', '125003.438000', '125003.441000', '125003.444000', '125003.447000', '125003.449000', '125003.452000', '125003.455000', '125003.458000', '125003.461000', '125003.464000', '125003.466000', '125003.469000', '125003.472000', '125003.475000', '125003.478000', '125003.481000', '125003.484000', '125003.487000', '125003.490000', '125003.493000', '125003.495000', '125003.498000', '125003.501000', '125003.504000', '125003.507000', '125003.510000', '125003.522000', '125003.525000', '125003.528000', '125003.531000', '125003.534000', '125003.537000', '125003.539000', '125003.542000', '125003.545000', '125003.548000', '125023.419000', '125023.422000', '125023.425000', '125023.428000', '125023.430000', '125023.433000', '125023.436000', '125023.439000', '125023.442000', '125023.454000', '125023.457000', '125023.460000', '125023.463000', '125023.466000', '125023.469000', '125023.471000', '125023.474000', '125023.477000', '125023.480000', '125023.483000', '125023.486000', '125023.488000', '125023.491000', '125023.494000', '125023.497000', '125023.500000', '125023.503000', '125023.505000', '125023.508000', '125023.511000', '125023.514000', '125023.517000', '125023.520000', '125023.522000', '125023.525000', '125023.528000', '125023.531000', '125023.534000', '125023.536000', '125023.539000', '125023.542000', '125023.545000', '125023.548000', '125023.551000', '125043.419000', '125043.430000', '125043.433000', '125043.436000', '125043.439000', '125043.442000', '125043.445000', '125043.447000', '125043.450000', '125043.453000', '125043.456000', '125043.459000', '125043.462000', '125043.465000', '125043.468000', '125043.470000', '125043.473000', '125043.476000', '125043.479000', '125043.482000', '125043.485000', '125043.488000', '125043.490000', '125043.493000', '125043.496000', '125043.499000', '125043.502000', '125043.505000', '125043.508000', '125043.510000', '125043.513000', '125043.516000', '125043.519000', '125043.522000', '125043.525000', '125043.527000', '125043.530000', '125043.533000', '125043.536000', '125043.539000', '125043.542000', '125043.545000', '125043.547000', '125103.419000', '125103.422000', '125103.425000', '125103.428000', '125103.431000', '125103.433000', '125103.436000', '125103.439000', '125103.442000', '125103.445000', '125103.448000', '125103.451000', '125103.453000', '125103.456000', '125103.459000', '125103.462000', '125103.465000', '125103.468000', '125103.470000', '125103.473000', '125103.476000', '125103.479000', '125103.482000', '125103.485000', '125103.488000', '125103.490000', '125103.493000', '125103.496000', '125103.499000', '125103.502000', '125103.505000', '125103.508000', '125103.511000', '125103.514000', '125103.516000', '125103.519000', '125103.522000', '125103.525000', '125103.536000', '125103.539000', '125103.542000', '125103.545000', '125103.547000', '125123.419000', '125123.422000', '125123.425000', '125123.428000', '125123.431000', '125123.434000', '125123.436000', '125123.439000', '125123.442000', '125123.445000', '125123.448000', '125123.451000', '125123.454000', '125123.457000', '125123.460000', '125123.463000', '125123.465000', '125123.468000', '125123.471000', '125123.474000', '125123.477000', '125123.480000', '125123.483000', '125123.486000', '125123.489000', '125123.492000', '125123.494000', '125123.497000', '125123.500000', '125123.503000', '125123.506000', '125123.509000', '125123.512000', '125123.515000', '125123.518000', '125123.521000', '125123.524000', '125123.526000', '125123.529000', '125123.532000', '125123.535000', '125123.538000', '125123.541000', '125123.544000', '125143.419000', '125143.422000', '125143.425000', '125143.428000', '125143.431000', '125143.434000', '125143.436000', '125143.440000', '125143.445000', '125143.448000', '125143.451000', '125143.454000', '125143.456000', '125143.459000', '125143.462000', '125143.465000', '125143.473000', '125143.476000', '125143.479000', '125143.482000', '125143.485000', '125143.488000', '125143.490000', '125143.493000', '125143.496000', '125143.499000', '125143.502000', '125143.505000', '125143.507000', '125143.510000', '125143.513000', '125143.516000', '125143.519000', '125143.522000', '125143.525000', '125143.527000', '125143.530000', '125143.533000', '125143.536000', '125143.539000', '125143.547000', '125143.550000', '125143.553000', '125203.419000', '125203.422000', '125203.425000', '125203.428000', '125203.431000', '125203.434000', '125203.437000', '125203.440000', '125203.442000', '125203.445000', '125203.448000', '125203.451000', '125203.454000', '125203.457000', '125203.460000', '125203.462000', '125203.465000', '125203.468000', '125203.471000', '125203.474000', '125203.477000', '125203.480000', '125203.483000', '125203.485000', '125203.488000', '125203.491000', '125203.494000', '125203.497000', '125203.500000', '125203.503000', '125203.505000', '125203.509000', '125203.512000', '125203.515000', '125203.517000', '125203.520000', '125203.523000', '125203.526000', '125203.529000', '125203.536000', '125203.539000', '125203.541000', '125203.544000', '125203.547000', '125223.418000', '125223.421000', '125223.424000', '125223.427000', '125223.430000', '125223.433000', '125223.436000', '125223.439000', '125223.442000', '125223.445000', '125223.448000', '125223.450000', '125223.453000', '125223.456000', '125223.459000', '125223.462000', '125223.465000', '125223.468000', '125223.471000', '125223.473000', '125223.476000', '125223.479000', '125223.482000', '125223.485000', '125223.488000', '125223.491000', '125223.494000', '125223.496000', '125223.499000', '125223.502000', '125223.505000', '125223.508000', '125223.511000', '125223.514000', '125223.517000', '125223.519000', '125223.522000', '125223.525000', '125223.528000', '125223.531000', '125223.534000', '125223.537000', '125223.539000', '125243.419000', '125243.422000', '125243.425000', '125243.428000', '125243.431000', '125243.434000', '125243.442000', '125243.445000', '125243.448000', '125243.460000', '125243.463000', '125243.465000', '125243.468000', '125243.471000', '125243.474000', '125243.477000', '125243.480000', '125243.483000', '125243.486000', '125243.488000', '125243.491000', '125243.494000', '125243.497000', '125243.500000', '125243.503000', '125243.506000', '125243.509000', '125243.512000', '125243.514000', '125243.517000', '125243.520000', '125243.523000', '125243.526000', '125243.529000', '125243.532000', '125243.535000', '125243.537000', '125243.540000', '125243.543000', '125243.546000', '125243.549000', '125243.552000', '125243.555000', '125243.557000', '125303.419000', '125303.422000', '125303.425000', '125303.428000', '125303.431000', '125303.434000', '125303.437000', '125303.439000', '125303.442000', '125303.445000', '125303.448000', '125303.451000', '125303.454000', '125303.457000', '125303.460000', '125303.463000', '125303.468000', '125303.471000', '125303.474000', '125303.476000', '125303.479000', '125303.482000', '125303.485000', '125303.488000', '125303.491000', '125303.494000', '125303.497000', '125303.499000', '125303.502000', '125303.505000', '125303.508000', '125303.511000', '125303.514000', '125303.517000', '125303.520000', '125303.523000', '125303.525000', '125303.528000', '125303.531000', '125303.534000', '125303.537000', '125303.540000', '125303.543000', '125323.419000', '125323.422000', '125323.425000', '125323.428000', '125323.431000', '125323.434000', '125323.437000', '125323.440000', '125323.442000', '125323.445000', '125323.448000', '125323.451000', '125323.454000', '125323.457000', '125323.459000', '125323.462000', '125323.465000', '125323.468000', '125323.471000', '125323.474000', '125323.477000', '125323.480000', '125323.482000', '125323.485000', '125323.488000', '125323.491000', '125323.494000', '125323.497000', '125323.500000', '125323.502000', '125323.505000', '125323.508000', '125323.511000', '125323.514000', '125323.517000', '125323.520000', '125323.523000', '125323.525000', '125323.528000', '125323.531000', '125323.534000', '125323.537000', '125323.540000', '125323.542000', '125343.419000', '125343.422000', '125343.425000', '125343.428000', '125343.431000', '125343.434000', '125343.437000', '125343.439000', '125343.442000', '125343.445000', '125343.448000', '125343.451000', '125343.454000', '125343.457000', '125343.460000', '125343.463000', '125343.465000', '125343.468000', '125343.471000', '125343.474000', '125343.477000', '125343.480000', '125343.483000', '125343.486000', '125343.489000', '125343.492000', '125343.495000', '125343.498000', '125343.501000', '125343.503000', '125343.506000', '125343.509000', '125343.512000', '125343.515000', '125343.518000', '125343.521000', '125343.524000', '125343.527000', '125343.529000', '125343.532000', '125343.535000', '125343.538000', '125343.541000', '125403.419000', '125403.422000', '125403.425000', '125403.428000', '125403.431000', '125403.434000', '125403.437000', '125403.439000', '125403.442000', '125403.445000', '125403.448000', '125403.451000', '125403.454000', '125403.457000', '125403.460000', '125403.463000', '125403.466000', '125403.468000', '125403.471000', '125403.474000', '125403.477000', '125403.480000', '125403.483000', '125403.486000', '125403.489000', '125403.492000', '125403.494000', '125403.497000', '125403.500000', '125403.503000', '125403.506000', '125403.519000', '125403.522000', '125403.525000', '125403.528000', '125403.531000', '125403.534000', '125403.536000', '125403.539000', '125403.542000', '125403.545000', '125403.548000', '125403.551000', '125403.554000', '125423.419000', '125423.424000', '125423.427000', '125423.429000', '125423.433000', '125423.436000', '125423.439000', '125423.442000', '125423.445000', '125423.448000', '125423.451000', '125423.454000', '125423.457000', '125423.459000', '125423.462000', '125423.465000', '125423.468000', '125423.471000', '125423.474000', '125423.477000', '125423.480000', '125423.483000', '125423.486000', '125423.488000', '125423.491000', '125423.494000', '125423.499000', '125423.502000', '125423.505000', '125423.508000', '125423.511000', '125423.514000', '125423.517000', '125423.520000', '125423.523000', '125423.526000', '125423.528000', '125423.531000', '125423.534000', '125423.537000', '125423.540000', '125423.543000', '125423.546000', '125443.418000', '125443.421000', '125443.424000', '125443.427000', '125443.430000', '125443.433000', '125443.436000', '125443.439000', '125443.441000', '125443.444000', '125443.447000', '125443.450000', '125443.453000', '125443.456000', '125443.459000', '125443.462000', '125443.464000', '125443.467000', '125443.470000', '125443.473000', '125443.476000', '125443.479000', '125443.482000', '125443.484000', '125443.487000', '125443.490000', '125443.493000', '125443.496000', '125443.499000', '125443.502000', '125443.504000', '125443.507000', '125443.510000', '125443.513000', '125443.516000', '125443.519000', '125443.522000', '125443.524000', '125443.527000', '125443.530000', '125443.533000', '125443.536000', '125443.539000', '125443.542000', '125446.098000', '125446.101000', '125446.104000', '125446.108000', '125446.111000', '125446.114000'], 'InstanceCreationTime': ['124823.448000', '124823.470000', '124823.488000', '124823.491000', '124823.494000', '124823.497000', '124823.500000', '124823.503000', '124823.505000', '124823.508000', '124823.512000', '124823.515000', '124823.518000', '124823.521000', '124823.524000', '124823.527000', '124823.529000', '124823.538000', '124823.541000', '124823.544000', '124823.547000', '124823.550000', '124823.553000', '124823.556000', '124823.559000', '124823.561000', '124823.564000', '124823.567000', '124823.570000', '124823.573000', '124823.576000', '124823.579000', '124823.582000', '124823.585000', '124823.588000', '124823.591000', '124823.594000', '124823.597000', '124823.600000', '124823.603000', '124843.419000', '124843.422000', '124843.425000', '124843.428000', '124843.430000', '124843.433000', '124843.436000', '124843.439000', '124843.442000', '124843.444000', '124843.447000', '124843.450000', '124843.453000', '124843.456000', '124843.459000', '124843.462000', '124843.465000', '124843.467000', '124843.470000', '124843.473000', '124843.476000', '124843.479000', '124843.481000', '124843.484000', '124843.492000', '124843.495000', '124843.498000', '124843.501000', '124843.503000', '124843.506000', '124843.509000', '124843.512000', '124843.515000', '124843.518000', '124843.520000', '124843.523000', '124843.526000', '124843.529000', '124843.532000', '124843.535000', '124843.537000', '124843.540000', '124843.543000', '124903.419000', '124903.422000', '124903.425000', '124903.427000', '124903.430000', '124903.433000', '124903.436000', '124903.439000', '124903.441000', '124903.444000', '124903.447000', '124903.450000', '124903.453000', '124903.456000', '124903.459000', '124903.462000', '124903.465000', '124903.468000', '124903.470000', '124903.473000', '124903.476000', '124903.479000', '124903.482000', '124903.484000', '124903.487000', '124903.490000', '124903.493000', '124903.496000', '124903.499000', '124903.502000', '124903.504000', '124903.507000', '124903.510000', '124903.513000', '124903.516000', '124903.518000', '124903.521000', '124903.524000', '124903.527000', '124903.530000', '124903.532000', '124903.535000', '124903.538000', '124903.541000', '124923.419000', '124923.422000', '124923.425000', '124923.428000', '124923.431000', '124923.433000', '124923.436000', '124923.439000', '124923.442000', '124923.445000', '124923.447000', '124923.450000', '124923.453000', '124923.456000', '124923.459000', '124923.462000', '124923.465000', '124923.468000', '124923.470000', '124923.473000', '124923.476000', '124923.479000', '124923.482000', '124923.484000', '124923.487000', '124923.490000', '124923.493000', '124923.496000', '124923.499000', '124923.501000', '124923.504000', '124923.507000', '124923.510000', '124923.513000', '124923.515000', '124923.519000', '124923.522000', '124923.525000', '124923.528000', '124923.541000', '124923.543000', '124923.546000', '124923.563000', '124943.419000', '124943.422000', '124943.425000', '124943.428000', '124943.430000', '124943.433000', '124943.436000', '124943.439000', '124943.442000', '124943.445000', '124943.447000', '124943.450000', '124943.453000', '124943.456000', '124943.459000', '124943.462000', '124943.464000', '124943.467000', '124943.470000', '124943.473000', '124943.476000', '124943.488000', '124943.490000', '124943.493000', '124943.496000', '124943.499000', '124943.502000', '124943.505000', '124943.508000', '124943.510000', '124943.513000', '124943.516000', '124943.519000', '124943.522000', '124943.525000', '124943.528000', '124943.530000', '124943.533000', '124943.536000', '124943.539000', '124943.542000', '124943.544000', '124943.547000', '124943.550000', '125003.418000', '125003.421000', '125003.424000', '125003.427000', '125003.430000', '125003.432000', '125003.435000', '125003.438000', '125003.441000', '125003.444000', '125003.447000', '125003.449000', '125003.452000', '125003.455000', '125003.458000', '125003.461000', '125003.464000', '125003.466000', '125003.469000', '125003.472000', '125003.475000', '125003.478000', '125003.481000', '125003.484000', '125003.487000', '125003.490000', '125003.493000', '125003.495000', '125003.498000', '125003.501000', '125003.504000', '125003.507000', '125003.510000', '125003.522000', '125003.525000', '125003.528000', '125003.531000', '125003.534000', '125003.537000', '125003.539000', '125003.542000', '125003.545000', '125003.548000', '125023.419000', '125023.422000', '125023.425000', '125023.428000', '125023.430000', '125023.433000', '125023.436000', '125023.439000', '125023.442000', '125023.454000', '125023.457000', '125023.460000', '125023.463000', '125023.466000', '125023.469000', '125023.471000', '125023.474000', '125023.477000', '125023.480000', '125023.483000', '125023.486000', '125023.488000', '125023.491000', '125023.494000', '125023.497000', '125023.500000', '125023.503000', '125023.505000', '125023.508000', '125023.511000', '125023.514000', '125023.517000', '125023.520000', '125023.522000', '125023.525000', '125023.528000', '125023.531000', '125023.534000', '125023.536000', '125023.539000', '125023.542000', '125023.545000', '125023.548000', '125023.551000', '125043.419000', '125043.430000', '125043.433000', '125043.436000', '125043.439000', '125043.442000', '125043.445000', '125043.447000', '125043.450000', '125043.453000', '125043.456000', '125043.459000', '125043.462000', '125043.465000', '125043.468000', '125043.470000', '125043.473000', '125043.476000', '125043.479000', '125043.482000', '125043.485000', '125043.488000', '125043.490000', '125043.493000', '125043.496000', '125043.499000', '125043.502000', '125043.505000', '125043.508000', '125043.510000', '125043.513000', '125043.516000', '125043.519000', '125043.522000', '125043.525000', '125043.527000', '125043.530000', '125043.533000', '125043.536000', '125043.539000', '125043.542000', '125043.545000', '125043.547000', '125103.419000', '125103.422000', '125103.425000', '125103.428000', '125103.431000', '125103.433000', '125103.436000', '125103.439000', '125103.442000', '125103.445000', '125103.448000', '125103.451000', '125103.453000', '125103.456000', '125103.459000', '125103.462000', '125103.465000', '125103.468000', '125103.470000', '125103.473000', '125103.476000', '125103.479000', '125103.482000', '125103.485000', '125103.488000', '125103.490000', '125103.493000', '125103.496000', '125103.499000', '125103.502000', '125103.505000', '125103.508000', '125103.511000', '125103.514000', '125103.516000', '125103.519000', '125103.522000', '125103.525000', '125103.536000', '125103.539000', '125103.542000', '125103.545000', '125103.547000', '125123.419000', '125123.422000', '125123.425000', '125123.428000', '125123.431000', '125123.434000', '125123.436000', '125123.439000', '125123.442000', '125123.445000', '125123.448000', '125123.451000', '125123.454000', '125123.457000', '125123.460000', '125123.463000', '125123.465000', '125123.468000', '125123.471000', '125123.474000', '125123.477000', '125123.480000', '125123.483000', '125123.486000', '125123.489000', '125123.492000', '125123.494000', '125123.497000', '125123.500000', '125123.503000', '125123.506000', '125123.509000', '125123.512000', '125123.515000', '125123.518000', '125123.521000', '125123.524000', '125123.526000', '125123.529000', '125123.532000', '125123.535000', '125123.538000', '125123.541000', '125123.544000', '125143.419000', '125143.422000', '125143.425000', '125143.428000', '125143.431000', '125143.434000', '125143.436000', '125143.440000', '125143.445000', '125143.448000', '125143.451000', '125143.454000', '125143.456000', '125143.459000', '125143.462000', '125143.465000', '125143.473000', '125143.476000', '125143.479000', '125143.482000', '125143.485000', '125143.488000', '125143.490000', '125143.493000', '125143.496000', '125143.499000', '125143.502000', '125143.505000', '125143.507000', '125143.510000', '125143.513000', '125143.516000', '125143.519000', '125143.522000', '125143.525000', '125143.527000', '125143.530000', '125143.533000', '125143.536000', '125143.539000', '125143.547000', '125143.550000', '125143.553000', '125203.419000', '125203.422000', '125203.425000', '125203.428000', '125203.431000', '125203.434000', '125203.437000', '125203.440000', '125203.442000', '125203.445000', '125203.448000', '125203.451000', '125203.454000', '125203.457000', '125203.460000', '125203.462000', '125203.465000', '125203.468000', '125203.471000', '125203.474000', '125203.477000', '125203.480000', '125203.483000', '125203.485000', '125203.488000', '125203.491000', '125203.494000', '125203.497000', '125203.500000', '125203.503000', '125203.505000', '125203.509000', '125203.512000', '125203.515000', '125203.517000', '125203.520000', '125203.523000', '125203.526000', '125203.529000', '125203.536000', '125203.539000', '125203.541000', '125203.544000', '125203.547000', '125223.418000', '125223.421000', '125223.424000', '125223.427000', '125223.430000', '125223.433000', '125223.436000', '125223.439000', '125223.442000', '125223.445000', '125223.448000', '125223.450000', '125223.453000', '125223.456000', '125223.459000', '125223.462000', '125223.465000', '125223.468000', '125223.471000', '125223.473000', '125223.476000', '125223.479000', '125223.482000', '125223.485000', '125223.488000', '125223.491000', '125223.494000', '125223.496000', '125223.499000', '125223.502000', '125223.505000', '125223.508000', '125223.511000', '125223.514000', '125223.517000', '125223.519000', '125223.522000', '125223.525000', '125223.528000', '125223.531000', '125223.534000', '125223.537000', '125223.539000', '125243.419000', '125243.422000', '125243.425000', '125243.428000', '125243.431000', '125243.434000', '125243.442000', '125243.445000', '125243.448000', '125243.460000', '125243.463000', '125243.465000', '125243.468000', '125243.471000', '125243.474000', '125243.477000', '125243.480000', '125243.483000', '125243.486000', '125243.488000', '125243.491000', '125243.494000', '125243.497000', '125243.500000', '125243.503000', '125243.506000', '125243.509000', '125243.512000', '125243.514000', '125243.517000', '125243.520000', '125243.523000', '125243.526000', '125243.529000', '125243.532000', '125243.535000', '125243.537000', '125243.540000', '125243.543000', '125243.546000', '125243.549000', '125243.552000', '125243.555000', '125243.557000', '125303.419000', '125303.422000', '125303.425000', '125303.428000', '125303.431000', '125303.434000', '125303.437000', '125303.439000', '125303.442000', '125303.445000', '125303.448000', '125303.451000', '125303.454000', '125303.457000', '125303.460000', '125303.463000', '125303.468000', '125303.471000', '125303.474000', '125303.476000', '125303.479000', '125303.482000', '125303.485000', '125303.488000', '125303.491000', '125303.494000', '125303.497000', '125303.499000', '125303.502000', '125303.505000', '125303.508000', '125303.511000', '125303.514000', '125303.517000', '125303.520000', '125303.523000', '125303.525000', '125303.528000', '125303.531000', '125303.534000', '125303.537000', '125303.540000', '125303.543000', '125323.419000', '125323.422000', '125323.425000', '125323.428000', '125323.431000', '125323.434000', '125323.437000', '125323.440000', '125323.442000', '125323.445000', '125323.448000', '125323.451000', '125323.454000', '125323.457000', '125323.459000', '125323.462000', '125323.465000', '125323.468000', '125323.471000', '125323.474000', '125323.477000', '125323.480000', '125323.482000', '125323.485000', '125323.488000', '125323.491000', '125323.494000', '125323.497000', '125323.500000', '125323.502000', '125323.505000', '125323.508000', '125323.511000', '125323.514000', '125323.517000', '125323.520000', '125323.523000', '125323.525000', '125323.528000', '125323.531000', '125323.534000', '125323.537000', '125323.540000', '125323.542000', '125343.419000', '125343.422000', '125343.425000', '125343.428000', '125343.431000', '125343.434000', '125343.437000', '125343.439000', '125343.442000', '125343.445000', '125343.448000', '125343.451000', '125343.454000', '125343.457000', '125343.460000', '125343.463000', '125343.465000', '125343.468000', '125343.471000', '125343.474000', '125343.477000', '125343.480000', '125343.483000', '125343.486000', '125343.489000', '125343.492000', '125343.495000', '125343.498000', '125343.501000', '125343.503000', '125343.506000', '125343.509000', '125343.512000', '125343.515000', '125343.518000', '125343.521000', '125343.524000', '125343.527000', '125343.529000', '125343.532000', '125343.535000', '125343.538000', '125343.541000', '125403.419000', '125403.422000', '125403.425000', '125403.428000', '125403.431000', '125403.434000', '125403.437000', '125403.439000', '125403.442000', '125403.445000', '125403.448000', '125403.451000', '125403.454000', '125403.457000', '125403.460000', '125403.463000', '125403.466000', '125403.468000', '125403.471000', '125403.474000', '125403.477000', '125403.480000', '125403.483000', '125403.486000', '125403.489000', '125403.492000', '125403.494000', '125403.497000', '125403.500000', '125403.503000', '125403.506000', '125403.519000', '125403.522000', '125403.525000', '125403.528000', '125403.531000', '125403.534000', '125403.536000', '125403.539000', '125403.542000', '125403.545000', '125403.548000', '125403.551000', '125403.554000', '125423.419000', '125423.424000', '125423.427000', '125423.429000', '125423.433000', '125423.436000', '125423.439000', '125423.442000', '125423.445000', '125423.448000', '125423.451000', '125423.454000', '125423.457000', '125423.459000', '125423.462000', '125423.465000', '125423.468000', '125423.471000', '125423.474000', '125423.477000', '125423.480000', '125423.483000', '125423.486000', '125423.488000', '125423.491000', '125423.494000', '125423.499000', '125423.502000', '125423.505000', '125423.508000', '125423.511000', '125423.514000', '125423.517000', '125423.520000', '125423.523000', '125423.526000', '125423.528000', '125423.531000', '125423.534000', '125423.537000', '125423.540000', '125423.543000', '125423.546000', '125443.418000', '125443.421000', '125443.424000', '125443.427000', '125443.430000', '125443.433000', '125443.436000', '125443.439000', '125443.441000', '125443.444000', '125443.447000', '125443.450000', '125443.453000', '125443.456000', '125443.459000', '125443.462000', '125443.464000', '125443.467000', '125443.470000', '125443.473000', '125443.476000', '125443.479000', '125443.482000', '125443.484000', '125443.487000', '125443.490000', '125443.493000', '125443.496000', '125443.499000', '125443.502000', '125443.504000', '125443.507000', '125443.510000', '125443.513000', '125443.516000', '125443.519000', '125443.522000', '125443.524000', '125443.527000', '125443.530000', '125443.533000', '125443.536000', '125443.539000', '125443.542000', '125446.098000', '125446.101000', '125446.104000', '125446.108000', '125446.111000', '125446.114000'], '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': [9364, 9690, 9311, 9265, 9435, 8746, 9485, 8717, 7617, 9165, 8690, 8857, 8723, 9292, 10193, 8919, 7907, 9295, 7970, 9062, 8629, 9068, 8385, 8989, 9897, 9028, 8721, 9239, 8863, 9389, 9981, 9694, 10895, 9561, 10549, 9355, 9798, 9500, 9352, 9222, 9087, 8315, 9506, 7942, 9520, 8667, 8890, 9154, 9964, 9203, 9194, 9200, 8563, 9013, 8396, 9080, 8836, 9296, 8658, 8511, 9292, 8597, 9311, 8612, 9323, 9463, 9161, 9966, 9241, 8805, 8535, 9087, 8420, 9050, 8718, 8888, 8656, 8287, 9101, 9504, 9222, 8858, 9124, 8963, 9110, 8612, 8848, 9049, 8286, 9129, 8569, 9153, 8687, 9309, 8844, 8709, 9078, 8747, 8971, 9395, 9199, 8231, 9238, 8546, 9149, 8492, 8458, 9113, 8463, 8933, 8834, 9190, 8855, 9289, 8419, 9296, 8430, 9118, 8111, 9095, 8493, 9004, 8564, 9163, 8828, 9189, 9134, 9040, 8828, 9186, 9178, 8795, 9308, 8975, 9202, 8286, 9285, 8177, 9116, 8707, 9090, 8375, 9171, 10308, 8930, 8505, 9270, 8642, 8968, 8215, 9066, 8223, 8988, 8792, 9309, 9008, 9376, 9316, 8656, 9235, 11247, 9230, 9056, 8948, 8915, 8808, 9189, 9005, 9261, 9056, 8636, 8935, 8452, 8907, 8145, 8992, 8529, 9040, 9133, 8040, 9006, 8165, 9174, 8532, 9163, 8300, 9028, 8622, 8991, 9193, 9102, 8628, 8405, 9259, 9007, 9007, 8901, 9123, 8868, 9111, 8627, 9186, 8216, 9535, 9416, 9107, 8559, 8382, 9164, 10614, 9160, 8601, 8916, 8397, 9539, 10123, 9278, 9104, 9328, 9219, 8660, 9214, 9082, 9125, 9187, 9139, 8782, 9427, 8899, 9052, 8249, 9189, 8625, 9147, 8642, 8687, 8627, 9008, 8211, 9196, 7961, 9133, 8280, 8860, 8554, 8915, 9081, 9173, 9954, 8965, 9940, 8764, 9304, 8523, 9188, 8592, 9287, 10137, 9261, 8476, 9303, 9202, 9357, 7967, 9353, 8661, 9089, 8135, 8925, 8149, 9201, 8174, 9176, 8912, 9266, 9317, 9165, 9718, 9060, 9706, 9047, 9482, 9327, 9342, 9177, 9312, 9209, 9605, 8969, 9674, 8895, 8898, 8825, 8257, 9205, 7717, 8668, 9025, 7833, 8698, 9150, 9020, 9246, 9050, 9074, 8279, 9285, 9466, 9091, 9194, 9042, 9176, 9063, 9202, 9509, 9132, 8980, 9063, 8940, 9787, 8949, 10645, 8900, 8938, 8864, 9328, 10740, 9284, 9149, 9439, 9151, 8249, 9364, 8614, 9248, 8426, 9042, 8437, 9145, 8425, 9166, 8632, 9300, 9037, 9358, 8748, 9190, 8788, 9110, 9886, 9067, 9939, 9099, 8593, 8480, 9003, 8080, 9126, 8899, 9236, 8995, 9050, 8839, 9209, 8928, 9282, 8737, 9548, 8303, 9324, 8620, 9033, 8993, 9208, 9193, 9132, 9387, 9240, 8962, 9134, 9126, 8121, 9172, 8421, 9266, 10419, 9123, 8592, 9045, 8533, 9151, 8143, 9296, 8516, 9102, 8789, 9176, 9131, 9110, 8846, 9258, 9765, 9389, 10570, 9424, 8778, 9145, 8529, 9189, 8457, 9277, 8485, 9324, 7949, 9012, 8208, 8072, 9113, 8592, 9224, 8447, 9012, 9298, 8965, 9022, 11256, 9022, 11101, 8990, 9561, 9226, 9166, 9342, 8779, 9210, 8612, 9498, 8603, 9406, 8389, 9420, 8322, 9172, 8584, 9255, 8553, 8837, 8547, 9325, 8793, 9217, 9150, 9171, 8917, 9169, 8462, 9274, 8645, 9064, 8692, 9175, 9309, 9267, 9343, 9391, 8701, 9217, 8685, 9231, 8871, 9219, 10175, 9102, 9488, 9313, 9562, 9399, 8886, 9300, 8351, 9219, 8032, 9021, 8184, 9117, 8430, 9235, 8525, 9115, 8574, 9077, 8348, 9071, 8347, 9243, 10672, 9372, 9051, 9276, 9132, 8854, 9174, 8874, 8040, 9256, 8720, 9260, 8915, 9302, 8817, 9248, 8676, 9299, 8289, 9309, 9077, 9259, 9433, 9104, 9765, 9268, 9372, 9319, 8982, 8984, 8968, 8408, 9246, 8513, 9111, 8757, 9244, 8889, 9406, 8866, 9503, 9401, 9336, 9498, 8967, 9543, 9174, 9293, 9267, 9194, 8338, 9292, 8808, 9339, 8129, 9185, 8343, 9270, 8915, 9296, 8629, 9437, 8723, 9314, 8754, 9060, 9087, 8992, 8601, 9188, 8934, 9186, 8180, 8479, 7820, 8557, 8559, 8067, 9024, 10195, 8765, 8541, 9056, 8474, 9259, 8112, 8965, 9061, 8859, 9414, 9027, 9454, 9267, 10546, 9512, 11179, 9153, 8929, 9178, 10482, 9484, 11759, 8961, 8069, 8969, 9161, 8942, 9348, 9493, 9339, 9633, 9334, 9416, 9174, 9379, 8459, 9165, 7761, 9264, 9008, 9229, 8660, 9297, 8712, 9451, 9725, 9535, 9743, 9664, 9348, 9560, 9042, 9542, 8825, 9498, 8841, 9331, 8525, 9215, 8752, 9388, 8774, 9384, 8848, 9444, 9389, 9114, 8773, 7806, 8363, 9033, 9452, 8312, 8764, 8925, 8920, 8768, 8749, 9362, 9127, 10097, 8858, 9174, 9119, 8824, 9280, 8978, 9858, 9443, 8670, 10141, 9143, 9227, 9328, 9496, 9371, 8691, 10155, 9551, 9216, 9345, 9188, 9410, 9069, 9516, 8947, 10431, 9338, 9933, 9362, 9524, 9426, 9096, 9408, 9345, 9282, 8827, 9233, 9260, 9812, 9196, 9437, 9301, 9252, 9297, 9041, 9049, 8535, 8359, 8641, 8771, 8827, 9044, 8969, 8955, 9103, 8639, 9099, 8897, 9027, 8739, 9090, 8582, 8840, 8968, 10133, 9127, 10302, 8873, 10156, 9052, 8974, 9193, 8932, 9057, 8765, 9572, 8938, 10025, 9348, 9872, 10888, 9819, 10626, 9849, 8761, 8948, 9099, 9248, 8898, 7831, 8997, 9070, 9342, 8834, 8998, 8658, 8875, 8512, 8934, 9028, 8924, 10757, 9274, 11388, 8952, 10345, 9081, 9285, 9234, 9192, 8957, 9114, 9332, 9086, 10227, 9105, 10356, 8905, 8857, 9149, 8600, 9165, 8814, 9157, 8531, 9021, 8537, 8906, 8439, 8968, 8331, 9150, 8979, 9238, 8923, 9034, 8985, 9030, 9117, 9013, 8610, 8994, 9106, 9047, 9471, 9181, 8616, 9249, 9184, 8704, 9105, 9019, 10149, 9446, 10250, 9743, 9908, 8991, 9716, 9149, 9193, 9135, 9129, 8672, 9026, 8829, 9046, 9543, 9083, 8813, 9036, 8861, 9158, 10719, 9079, 10968, 8862, 9678, 8913, 9028, 8905, 8902, 9249, 8742, 9091, 8437, 8928, 8803, 8853, 8905, 9950, 9016, 9283, 8732, 9032, 8696, 9057, 8671, 7962, 8620, 8191, 8914, 8988, 7935, 8458, 8249, 9916, 8668, 8507, 9308, 8322, 8678, 8770, 10578, 8870, 10591], 'WindowCenter': [3929.0, 3910.0, 3897.0, 3883.0, 3897.0, 3885.0, 3893.0, 3870.0, 3859.0, 3880.0, 3870.0, 3880.0, 3871.0, 3880.0, 3878.0, 3855.0, 3844.0, 3880.0, 3855.0, 3867.0, 3867.0, 3869.0, 3870.0, 3870.0, 3892.0, 3868.0, 3856.0, 3867.0, 3868.0, 3879.0, 3866.0, 3864.0, 3863.0, 3851.0, 3849.0, 3839.0, 3849.0, 3851.0, 3852.0, 3864.0, 3852.0, 3843.0, 3866.0, 3843.0, 3865.0, 3854.0, 3865.0, 3864.0, 3875.0, 3864.0, 3865.0, 3863.0, 3855.0, 3854.0, 3855.0, 3867.0, 3880.0, 3881.0, 3880.0, 3868.0, 3879.0, 3881.0, 3893.0, 3869.0, 3882.0, 3879.0, 3893.0, 3905.0, 3883.0, 3880.0, 3870.0, 3879.0, 3869.0, 3880.0, 3870.0, 3882.0, 3881.0, 3883.0, 3879.0, 3894.0, 3894.0, 3895.0, 3906.0, 3892.0, 3881.0, 3869.0, 3882.0, 3881.0, 3881.0, 3892.0, 3881.0, 3892.0, 3895.0, 3906.0, 3893.0, 3882.0, 3881.0, 3882.0, 3893.0, 3895.0, 3882.0, 3870.0, 3894.0, 3883.0, 3895.0, 3883.0, 3882.0, 3882.0, 3872.0, 3881.0, 3881.0, 3881.0, 3881.0, 3879.0, 3872.0, 3893.0, 3868.0, 3881.0, 3859.0, 3879.0, 3869.0, 3882.0, 3870.0, 3893.0, 3883.0, 3893.0, 3881.0, 3881.0, 3878.0, 3881.0, 3879.0, 3871.0, 3881.0, 3883.0, 3882.0, 3871.0, 3878.0, 3870.0, 3880.0, 3869.0, 3868.0, 3867.0, 3879.0, 3891.0, 3881.0, 3883.0, 3881.0, 3879.0, 3881.0, 3870.0, 3882.0, 3870.0, 3892.0, 3882.0, 3895.0, 3895.0, 3895.0, 3890.0, 3881.0, 3880.0, 3900.0, 3869.0, 3881.0, 3867.0, 3867.0, 3868.0, 3880.0, 3882.0, 3894.0, 3881.0, 3883.0, 3880.0, 3868.0, 3881.0, 3870.0, 3882.0, 3896.0, 3907.0, 3894.0, 3872.0, 3881.0, 3869.0, 3882.0, 3881.0, 3881.0, 3869.0, 3881.0, 3869.0, 3881.0, 3893.0, 3895.0, 3895.0, 3883.0, 3881.0, 3881.0, 3879.0, 3880.0, 3881.0, 3881.0, 3869.0, 3869.0, 3892.0, 3883.0, 3892.0, 3880.0, 3880.0, 3868.0, 3870.0, 3879.0, 3891.0, 3879.0, 3869.0, 3895.0, 3871.0, 3890.0, 3889.0, 3879.0, 3878.0, 3891.0, 3880.0, 3880.0, 3878.0, 3878.0, 3879.0, 3880.0, 3892.0, 3882.0, 3879.0, 3866.0, 3867.0, 3868.0, 3880.0, 3856.0, 3866.0, 3856.0, 3867.0, 3868.0, 3881.0, 3882.0, 3893.0, 3858.0, 3878.0, 3867.0, 3880.0, 3870.0, 3894.0, 3879.0, 3880.0, 3879.0, 3881.0, 3905.0, 3883.0, 3881.0, 3869.0, 3878.0, 3868.0, 3880.0, 3891.0, 3878.0, 3870.0, 3867.0, 3880.0, 3892.0, 3872.0, 3879.0, 3867.0, 3867.0, 3858.0, 3881.0, 3869.0, 3892.0, 3870.0, 3895.0, 3895.0, 3895.0, 3880.0, 3881.0, 3879.0, 3881.0, 3879.0, 3880.0, 3878.0, 3881.0, 3880.0, 3892.0, 3879.0, 3880.0, 3878.0, 3869.0, 3877.0, 3879.0, 3882.0, 3881.0, 3870.0, 3893.0, 3874.0, 3882.0, 3882.0, 3870.0, 3883.0, 3880.0, 3867.0, 3881.0, 3868.0, 3867.0, 3856.0, 3867.0, 3878.0, 3880.0, 3882.0, 3870.0, 3869.0, 3856.0, 3866.0, 3853.0, 3854.0, 3841.0, 3854.0, 3841.0, 3853.0, 3841.0, 3863.0, 3841.0, 3842.0, 3840.0, 3866.0, 3873.0, 3852.0, 3853.0, 3851.0, 3850.0, 3840.0, 3863.0, 3853.0, 3865.0, 3855.0, 3866.0, 3857.0, 3877.0, 3856.0, 3881.0, 3881.0, 3895.0, 3893.0, 3881.0, 3869.0, 3879.0, 3867.0, 3880.0, 3879.0, 3881.0, 3878.0, 3878.0, 3884.0, 3884.0, 3894.0, 3870.0, 3891.0, 3880.0, 3882.0, 3881.0, 3892.0, 3881.0, 3880.0, 3880.0, 3881.0, 3883.0, 3895.0, 3869.0, 3880.0, 3869.0, 3881.0, 3880.0, 3894.0, 3880.0, 3892.0, 3881.0, 3895.0, 3895.0, 3893.0, 3892.0, 3869.0, 3891.0, 3870.0, 3882.0, 3905.0, 3882.0, 3881.0, 3882.0, 3884.0, 3893.0, 3870.0, 3892.0, 3880.0, 3881.0, 3881.0, 3893.0, 3880.0, 3881.0, 3881.0, 3880.0, 3891.0, 3894.0, 3891.0, 3880.0, 3869.0, 3868.0, 3867.0, 3878.0, 3870.0, 3880.0, 3868.0, 3893.0, 3872.0, 3882.0, 3871.0, 3871.0, 3882.0, 3883.0, 3894.0, 3884.0, 3880.0, 3882.0, 3870.0, 3881.0, 3902.0, 3883.0, 3902.0, 3880.0, 3867.0, 3867.0, 3865.0, 3867.0, 3867.0, 3878.0, 3868.0, 3893.0, 3881.0, 3880.0, 3857.0, 3866.0, 3855.0, 3866.0, 3867.0, 3881.0, 3869.0, 3893.0, 3871.0, 3892.0, 3881.0, 3881.0, 3880.0, 3879.0, 3867.0, 3879.0, 3869.0, 3880.0, 3870.0, 3881.0, 3870.0, 3881.0, 3883.0, 3894.0, 3881.0, 3880.0, 3855.0, 3867.0, 3855.0, 3868.0, 3866.0, 3879.0, 3877.0, 3881.0, 3868.0, 3879.0, 3891.0, 3881.0, 3867.0, 3867.0, 3855.0, 3866.0, 3856.0, 3879.0, 3868.0, 3881.0, 3871.0, 3881.0, 3882.0, 3883.0, 3870.0, 3880.0, 3869.0, 3879.0, 3869.0, 3882.0, 3905.0, 3877.0, 3882.0, 3879.0, 3882.0, 3884.0, 3893.0, 3880.0, 3858.0, 3867.0, 3866.0, 3879.0, 3881.0, 3881.0, 3881.0, 3881.0, 3883.0, 3894.0, 3871.0, 3892.0, 3880.0, 3881.0, 3880.0, 3882.0, 3891.0, 3882.0, 3881.0, 3893.0, 3883.0, 3882.0, 3893.0, 3883.0, 3893.0, 3869.0, 3880.0, 3869.0, 3882.0, 3894.0, 3895.0, 3882.0, 3880.0, 3868.0, 3879.0, 3876.0, 3880.0, 3877.0, 3880.0, 3867.0, 3878.0, 3881.0, 3870.0, 3880.0, 3869.0, 3869.0, 3857.0, 3879.0, 3868.0, 3868.0, 3868.0, 3867.0, 3869.0, 3882.0, 3869.0, 3867.0, 3856.0, 3866.0, 3867.0, 3882.0, 3869.0, 3881.0, 3879.0, 3894.0, 3882.0, 3870.0, 3874.0, 3873.0, 3867.0, 3872.0, 3866.0, 3862.0, 3842.0, 3841.0, 3852.0, 3855.0, 3866.0, 3868.0, 3882.0, 3884.0, 3883.0, 3882.0, 3880.0, 3894.0, 3868.0, 3875.0, 3853.0, 3863.0, 3855.0, 3842.0, 3841.0, 3852.0, 3840.0, 3847.0, 3826.0, 3817.0, 3827.0, 3826.0, 3827.0, 3838.0, 3852.0, 3854.0, 3851.0, 3851.0, 3837.0, 3838.0, 3837.0, 3829.0, 3839.0, 3831.0, 3852.0, 3854.0, 3863.0, 3855.0, 3865.0, 3856.0, 3866.0, 3877.0, 3881.0, 3890.0, 3879.0, 3867.0, 3867.0, 3865.0, 3878.0, 3866.0, 3879.0, 3867.0, 3878.0, 3867.0, 3869.0, 3868.0, 3880.0, 3882.0, 3894.0, 3893.0, 3894.0, 3880.0, 3882.0, 3880.0, 3870.0, 3893.0, 3895.0, 3906.0, 3894.0, 3893.0, 3894.0, 3893.0, 3881.0, 3883.0, 3894.0, 3881.0, 3893.0, 3870.0, 3881.0, 3869.0, 3870.0, 3880.0, 3894.0, 3879.0, 3880.0, 3867.0, 3877.0, 3866.0, 3866.0, 3878.0, 3879.0, 3880.0, 3868.0, 3888.0, 3878.0, 3868.0, 3879.0, 3880.0, 3893.0, 3882.0, 3880.0, 3867.0, 3889.0, 3868.0, 3880.0, 3879.0, 3878.0, 3868.0, 3867.0, 3880.0, 3893.0, 3892.0, 3881.0, 3880.0, 3868.0, 3878.0, 3879.0, 3879.0, 3879.0, 3878.0, 3882.0, 3880.0, 3884.0, 3896.0, 3883.0, 3883.0, 3880.0, 3882.0, 3881.0, 3894.0, 3883.0, 3895.0, 3884.0, 3883.0, 3883.0, 3895.0, 3885.0, 3882.0, 3880.0, 3880.0, 3879.0, 3903.0, 3881.0, 3891.0, 3882.0, 3903.0, 3894.0, 3881.0, 3892.0, 3881.0, 3893.0, 3884.0, 3905.0, 3881.0, 3906.0, 3893.0, 3895.0, 3903.0, 3907.0, 3905.0, 3892.0, 3881.0, 3882.0, 3880.0, 3879.0, 3867.0, 3859.0, 3879.0, 3895.0, 3895.0, 3893.0, 3883.0, 3867.0, 3879.0, 3869.0, 3880.0, 3868.0, 3880.0, 3889.0, 3881.0, 3900.0, 3885.0, 3892.0, 3880.0, 3869.0, 3867.0, 3867.0, 3866.0, 3869.0, 3879.0, 3869.0, 3880.0, 3868.0, 3879.0, 3868.0, 3866.0, 3881.0, 3882.0, 3880.0, 3866.0, 3866.0, 3857.0, 3868.0, 3867.0, 3880.0, 3869.0, 3880.0, 3883.0, 3891.0, 3879.0, 3881.0, 3868.0, 3880.0, 3879.0, 3894.0, 3882.0, 3894.0, 3884.0, 3882.0, 3883.0, 3882.0, 3881.0, 3895.0, 3886.0, 3893.0, 3881.0, 3884.0, 3882.0, 3894.0, 3903.0, 3893.0, 3891.0, 3894.0, 3895.0, 3895.0, 3893.0, 3893.0, 3881.0, 3878.0, 3878.0, 3870.0, 3881.0, 3880.0, 3882.0, 3882.0, 3896.0, 3896.0, 3883.0, 3882.0, 3881.0, 3877.0, 3869.0, 3877.0, 3870.0, 3878.0, 3869.0, 3868.0, 3869.0, 3879.0, 3881.0, 3868.0, 3868.0, 3857.0, 3868.0, 3868.0, 3881.0, 3881.0, 3906.0, 3882.0, 3893.0, 3884.0, 3885.0, 3884.0, 3881.0, 3882.0, 3871.0, 3871.0, 3858.0, 3869.0, 3867.0, 3859.0, 3868.0, 3871.0, 3880.0, 3868.0, 3870.0, 3893.0, 3885.0, 3884.0, 3882.0, 3889.0, 3867.0, 3890.0], 'WindowWidth': [8804.0, 8759.0, 8735.0, 8707.0, 8731.0, 8712.0, 8716.0, 8682.0, 8665.0, 8696.0, 8683.0, 8695.0, 8681.0, 8693.0, 8684.0, 8649.0, 8636.0, 8692.0, 8650.0, 8669.0, 8670.0, 8676.0, 8680.0, 8679.0, 8709.0, 8674.0, 8654.0, 8667.0, 8674.0, 8691.0, 8667.0, 8660.0, 8654.0, 8635.0, 8629.0, 8618.0, 8630.0, 8638.0, 8642.0, 8660.0, 8642.0, 8630.0, 8667.0, 8632.0, 8664.0, 8648.0, 8663.0, 8659.0, 8678.0, 8661.0, 8663.0, 8659.0, 8648.0, 8648.0, 8650.0, 8670.0, 8694.0, 8698.0, 8694.0, 8675.0, 8692.0, 8699.0, 8715.0, 8678.0, 8698.0, 8691.0, 8715.0, 8735.0, 8701.0, 8694.0, 8678.0, 8689.0, 8675.0, 8695.0, 8681.0, 8700.0, 8697.0, 8703.0, 8695.0, 8719.0, 8720.0, 8722.0, 8741.0, 8715.0, 8696.0, 8678.0, 8700.0, 8696.0, 8698.0, 8713.0, 8699.0, 8715.0, 8724.0, 8740.0, 8718.0, 8702.0, 8697.0, 8702.0, 8716.0, 8723.0, 8700.0, 8682.0, 8721.0, 8706.0, 8722.0, 8704.0, 8699.0, 8699.0, 8686.0, 8699.0, 8699.0, 8697.0, 8699.0, 8693.0, 8688.0, 8717.0, 8677.0, 8697.0, 8664.0, 8693.0, 8678.0, 8700.0, 8681.0, 8717.0, 8703.0, 8715.0, 8695.0, 8697.0, 8691.0, 8698.0, 8691.0, 8683.0, 8694.0, 8703.0, 8701.0, 8683.0, 8688.0, 8680.0, 8695.0, 8678.0, 8676.0, 8674.0, 8690.0, 8709.0, 8698.0, 8702.0, 8696.0, 8691.0, 8697.0, 8681.0, 8700.0, 8682.0, 8714.0, 8700.0, 8723.0, 8726.0, 8723.0, 8710.0, 8697.0, 8694.0, 8721.0, 8677.0, 8695.0, 8671.0, 8674.0, 8675.0, 8695.0, 8700.0, 8718.0, 8697.0, 8702.0, 8695.0, 8676.0, 8696.0, 8680.0, 8701.0, 8727.0, 8743.0, 8723.0, 8689.0, 8696.0, 8678.0, 8698.0, 8697.0, 8698.0, 8679.0, 8696.0, 8678.0, 8697.0, 8717.0, 8724.0, 8724.0, 8704.0, 8696.0, 8695.0, 8690.0, 8695.0, 8695.0, 8696.0, 8676.0, 8675.0, 8714.0, 8702.0, 8714.0, 8694.0, 8692.0, 8673.0, 8679.0, 8689.0, 8708.0, 8690.0, 8678.0, 8722.0, 8684.0, 8707.0, 8704.0, 8691.0, 8687.0, 8710.0, 8694.0, 8695.0, 8688.0, 8690.0, 8688.0, 8693.0, 8713.0, 8699.0, 8691.0, 8669.0, 8671.0, 8676.0, 8693.0, 8655.0, 8667.0, 8654.0, 8670.0, 8671.0, 8697.0, 8703.0, 8716.0, 8661.0, 8687.0, 8670.0, 8694.0, 8680.0, 8719.0, 8692.0, 8693.0, 8691.0, 8698.0, 8736.0, 8702.0, 8696.0, 8678.0, 8688.0, 8674.0, 8693.0, 8711.0, 8688.0, 8678.0, 8671.0, 8691.0, 8714.0, 8686.0, 8689.0, 8671.0, 8670.0, 8660.0, 8696.0, 8680.0, 8713.0, 8682.0, 8723.0, 8723.0, 8721.0, 8695.0, 8696.0, 8689.0, 8694.0, 8690.0, 8692.0, 8687.0, 8695.0, 8693.0, 8714.0, 8693.0, 8694.0, 8686.0, 8676.0, 8683.0, 8690.0, 8700.0, 8698.0, 8681.0, 8719.0, 8694.0, 8702.0, 8699.0, 8682.0, 8701.0, 8694.0, 8670.0, 8696.0, 8671.0, 8670.0, 8653.0, 8671.0, 8689.0, 8692.0, 8698.0, 8680.0, 8675.0, 8654.0, 8666.0, 8643.0, 8647.0, 8625.0, 8645.0, 8625.0, 8642.0, 8625.0, 8654.0, 8622.0, 8627.0, 8620.0, 8666.0, 8671.0, 8640.0, 8642.0, 8638.0, 8635.0, 8623.0, 8656.0, 8645.0, 8665.0, 8651.0, 8667.0, 8655.0, 8685.0, 8656.0, 8695.0, 8697.0, 8723.0, 8717.0, 8697.0, 8676.0, 8690.0, 8670.0, 8694.0, 8689.0, 8694.0, 8686.0, 8688.0, 8707.0, 8705.0, 8720.0, 8681.0, 8711.0, 8693.0, 8699.0, 8695.0, 8715.0, 8697.0, 8696.0, 8693.0, 8695.0, 8704.0, 8723.0, 8678.0, 8694.0, 8678.0, 8699.0, 8693.0, 8718.0, 8695.0, 8714.0, 8697.0, 8721.0, 8724.0, 8717.0, 8713.0, 8680.0, 8711.0, 8681.0, 8698.0, 8737.0, 8699.0, 8697.0, 8702.0, 8704.0, 8718.0, 8682.0, 8713.0, 8694.0, 8698.0, 8697.0, 8715.0, 8694.0, 8697.0, 8695.0, 8695.0, 8710.0, 8718.0, 8711.0, 8692.0, 8674.0, 8672.0, 8671.0, 8689.0, 8680.0, 8691.0, 8676.0, 8718.0, 8689.0, 8702.0, 8685.0, 8685.0, 8700.0, 8703.0, 8722.0, 8707.0, 8694.0, 8699.0, 8679.0, 8697.0, 8726.0, 8703.0, 8726.0, 8692.0, 8671.0, 8671.0, 8666.0, 8670.0, 8670.0, 8687.0, 8674.0, 8714.0, 8696.0, 8694.0, 8658.0, 8668.0, 8650.0, 8668.0, 8669.0, 8695.0, 8675.0, 8717.0, 8682.0, 8713.0, 8699.0, 8698.0, 8693.0, 8690.0, 8672.0, 8692.0, 8676.0, 8694.0, 8681.0, 8698.0, 8679.0, 8697.0, 8703.0, 8718.0, 8699.0, 8693.0, 8653.0, 8670.0, 8651.0, 8671.0, 8668.0, 8690.0, 8685.0, 8695.0, 8672.0, 8688.0, 8710.0, 8697.0, 8672.0, 8670.0, 8649.0, 8669.0, 8653.0, 8690.0, 8676.0, 8697.0, 8684.0, 8696.0, 8700.0, 8705.0, 8679.0, 8692.0, 8677.0, 8692.0, 8678.0, 8698.0, 8733.0, 8688.0, 8699.0, 8690.0, 8697.0, 8706.0, 8715.0, 8695.0, 8660.0, 8669.0, 8668.0, 8690.0, 8695.0, 8698.0, 8697.0, 8696.0, 8703.0, 8720.0, 8684.0, 8713.0, 8693.0, 8696.0, 8696.0, 8700.0, 8707.0, 8698.0, 8697.0, 8716.0, 8705.0, 8699.0, 8719.0, 8702.0, 8715.0, 8677.0, 8695.0, 8678.0, 8699.0, 8721.0, 8724.0, 8701.0, 8695.0, 8674.0, 8688.0, 8681.0, 8693.0, 8684.0, 8692.0, 8670.0, 8689.0, 8698.0, 8680.0, 8691.0, 8675.0, 8675.0, 8657.0, 8692.0, 8675.0, 8673.0, 8672.0, 8670.0, 8675.0, 8700.0, 8676.0, 8671.0, 8655.0, 8671.0, 8669.0, 8702.0, 8677.0, 8697.0, 8690.0, 8718.0, 8702.0, 8680.0, 8692.0, 8686.0, 8669.0, 8687.0, 8664.0, 8652.0, 8627.0, 8622.0, 8640.0, 8650.0, 8667.0, 8676.0, 8699.0, 8706.0, 8702.0, 8700.0, 8695.0, 8719.0, 8673.0, 8677.0, 8642.0, 8654.0, 8649.0, 8627.0, 8621.0, 8636.0, 8616.0, 8625.0, 8592.0, 8582.0, 8594.0, 8595.0, 8595.0, 8613.0, 8639.0, 8645.0, 8639.0, 8636.0, 8613.0, 8612.0, 8610.0, 8603.0, 8617.0, 8611.0, 8639.0, 8647.0, 8658.0, 8650.0, 8664.0, 8653.0, 8666.0, 8685.0, 8696.0, 8708.0, 8690.0, 8669.0, 8669.0, 8664.0, 8685.0, 8668.0, 8690.0, 8669.0, 8687.0, 8670.0, 8675.0, 8673.0, 8695.0, 8700.0, 8719.0, 8716.0, 8719.0, 8693.0, 8699.0, 8694.0, 8686.0, 8720.0, 8725.0, 8740.0, 8722.0, 8720.0, 8723.0, 8717.0, 8698.0, 8704.0, 8721.0, 8697.0, 8717.0, 8680.0, 8695.0, 8676.0, 8679.0, 8692.0, 8721.0, 8691.0, 8693.0, 8673.0, 8683.0, 8667.0, 8665.0, 8687.0, 8690.0, 8694.0, 8672.0, 8701.0, 8686.0, 8672.0, 8689.0, 8693.0, 8718.0, 8701.0, 8693.0, 8672.0, 8701.0, 8674.0, 8692.0, 8688.0, 8687.0, 8674.0, 8670.0, 8694.0, 8717.0, 8715.0, 8697.0, 8693.0, 8673.0, 8687.0, 8689.0, 8690.0, 8692.0, 8689.0, 8696.0, 8691.0, 8706.0, 8725.0, 8704.0, 8702.0, 8695.0, 8700.0, 8697.0, 8720.0, 8702.0, 8722.0, 8705.0, 8701.0, 8702.0, 8724.0, 8709.0, 8699.0, 8693.0, 8694.0, 8692.0, 8729.0, 8695.0, 8711.0, 8702.0, 8730.0, 8718.0, 8696.0, 8713.0, 8697.0, 8719.0, 8706.0, 8735.0, 8696.0, 8739.0, 8715.0, 8718.0, 8729.0, 8740.0, 8733.0, 8711.0, 8698.0, 8700.0, 8694.0, 8688.0, 8670.0, 8662.0, 8690.0, 8722.0, 8723.0, 8718.0, 8702.0, 8674.0, 8690.0, 8676.0, 8693.0, 8674.0, 8694.0, 8703.0, 8695.0, 8719.0, 8707.0, 8715.0, 8693.0, 8675.0, 8668.0, 8669.0, 8669.0, 8676.0, 8689.0, 8676.0, 8692.0, 8672.0, 8689.0, 8671.0, 8669.0, 8696.0, 8700.0, 8693.0, 8668.0, 8669.0, 8655.0, 8674.0, 8671.0, 8695.0, 8679.0, 8695.0, 8702.0, 8713.0, 8693.0, 8697.0, 8675.0, 8695.0, 8693.0, 8721.0, 8700.0, 8721.0, 8705.0, 8701.0, 8703.0, 8700.0, 8697.0, 8722.0, 8711.0, 8719.0, 8696.0, 8707.0, 8701.0, 8721.0, 8729.0, 8717.0, 8708.0, 8714.0, 8722.0, 8723.0, 8718.0, 8716.0, 8695.0, 8686.0, 8687.0, 8678.0, 8697.0, 8692.0, 8700.0, 8699.0, 8724.0, 8727.0, 8704.0, 8698.0, 8695.0, 8684.0, 8675.0, 8683.0, 8677.0, 8685.0, 8675.0, 8672.0, 8674.0, 8691.0, 8698.0, 8674.0, 8674.0, 8657.0, 8673.0, 8675.0, 8697.0, 8697.0, 8740.0, 8701.0, 8717.0, 8708.0, 8709.0, 8705.0, 8698.0, 8698.0, 8684.0, 8680.0, 8659.0, 8677.0, 8670.0, 8663.0, 8674.0, 8682.0, 8692.0, 8674.0, 8681.0, 8717.0, 8710.0, 8706.0, 8698.0, 8703.0, 8669.0, 8707.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.0031078645235361655</td></tr>
<tr><td colspan=3>aqi</td><td>0.024737809070034443</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9654237373448</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2815011752413816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.052125384149426</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6553.4375</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12172031197136514</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.973593570608497</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5910919779576864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.590055665520988</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7847795699693174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3984406983827538</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007947959937155247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01959235407412052</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8334376509979524</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>36.8774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4496</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.4729</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2458</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.4997</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3103.1034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.7098</td></tr>
<tr><td colspan=3>tsnr</td><td>37.88096256775316</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>